@charset "utf-8";
/*=======================================================
==========================================================
　　　　　　　　　　　　　共通コード
==========================================================
========================================================*/


/*=======================================================
==========================================================
　　　　　　　　　　　　　PC start
==========================================================
========================================================*/
@media screen and (min-width:999px) {

.header-center-logo{
  width:400px;
  margin:3em auto;
}

.h1-back{
  background: #1fadcc;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding:4em 0;
  margin:2em 0;
}
h1{
  font-size: 3.8rem;
  color:#fff;
}

ul.pagetop-btn-box{
  margin:7em 0 4em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.pagetop-btn-box li{
  width:48%;
  margin: 0 0 2em;
}
.link_anchor a {
  display: block;
  width:100%;
  background: #fff;
  color: #1373c0;
  border: 1px solid #1373c0;
  border-radius: 5em;
  padding-bottom: 1.28rem;
  padding-left: 2.4rem;
  padding-right: 4.8rem;
  padding-top: 1.28rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.link_anchor a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 18px;
  background: url(../img/btn_arrow2.png) no-repeat center/contain;
}

.link_anchor a:hover {
  background: #1373c0;
  color: #fff;
}

.link_anchor a:hover::after {
  background: url(../img/btn_arrow.png) no-repeat center/contain;
}
h2.ttl2 {
  font-size: 60px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  display: table;
  margin: 0 auto 4%;
  padding: 0 70px 0.2em;
  position: relative;
  font-weight: 400;
}

h2.ttl2:before, h2.ttl2:after {
  content: '';
  position: absolute;
  margin: auto;
  z-index: 1;
}

h2.ttl2:before {
  left: 0;
  bottom: 0.2em;
  width: 120px;
  height: 120px;
  background: url(../img/h2_bg01.png) no-repeat center/contain;
}

h2.ttl2:after {
  right: 0;
  bottom: 0;
  width: 120px;
  height: 90px;
  background: url(../img/h2_bg02.png) no-repeat center/contain;
}

h2.ttl2 .wrap {
  position: relative;
  z-index: 2;
}

h2.ttl2 .en {
  font-size: 24px;
  display: block;
}

h2.ttl2 .lbl {
  color: #1fadcc;
}

h2.ttl2 .bl {
  color: #1373c0;
}

h2.ttl2 .og {
  color: #fe9700;
}

h2.ttl2.no-bg {
  padding: 0;
}

h2.ttl2.no-bg:before, h2.ttl2.no-bg:after {
  content: none;
}

/*当院で働く魅力*/
section.fe-1{
  padding:3em 0 10em;
}

.fe-1-b1{
  position:relative;
}

h3.h3-1{
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 1.7em;
  letter-spacing: .1em;
  color:#fff;
}
h3.h3-1 span {
    background: linear-gradient(transparent 70%, #198aa3 70%);
}
.fe-1-b1-img{
  width:70%;
}
.fe-1-b1-box{
  position:relative;
  width:800px;
  padding:5em 10% 5em 5%;
  margin:-100px 0 0 auto;
  background-color: #1fadcc;
  border-radius: 20px 0 0 20px;
}
.fe-1-b1-box:before {
    content: '';
    position: absolute;
    left:5%;
    top: -37px;
    margin: auto;
    width: 74px;
    height: 69px;
    background: url(../img/charm01_dec01.png) no-repeat center/contain;
}
.fe-1-b1-img2{
  width:70%;
  margin:60px 0 0 auto;
}
.fe-1-b1-box2{
  position:relative;
  width:800px;
  padding:5em 10% 5em 5%;
  margin:-200px auto 60px 0;
  background-color: #1fadcc;
  border-radius: 0 20px 20px 0;
}
.fe-1-b1-box2:before {
    content: '';
    position: absolute;
    right:5%;
    top: -37px;
    margin: auto;
    width: 74px;
    height: 69px;
    background: url(../img/charm01_dec02.png) no-repeat center/contain;
}
.fe-1-b1 p{
  color:#fff;
  line-height: 2em;
}

section.fe-2{
  padding:5em 0 0;
}

.fe-2-box1{
    padding: 110px 0 160px;
    background: url(../img/charm02_bg.jpg) no-repeat center/cover;
}
.fe-2-box1-inner{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fe-2-box1-inner img{
  width:32%;
  margin:2em 0 0;
  margin-left: 2%;
}
.fe-2-box1-inner img:nth-child(1),.fe-2-box1-inner img:nth-child(4){
  margin-left: 0;
}
.web-fixed {
    position: fixed;
    top: 230px;
    right: 0;
    width: 90px;
    z-index: 101;
}



/*医師の募集について*/
.re-box1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
    align-items: center;
}
.re-box1 li{
  width:49%;
}
.re-box1 li p{
  margin:auto;
  padding:1em 2em 0 15%;
  line-height: 2em;
}
.under02 {
    padding-top: 120px;
    background: url(../img/doctor02_bg.jpg) no-repeat center top;
}
.under02 h2.ttl2 {
    color: #fff;
}
.under02 ul.under02-ul1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width:90%;
  margin: auto;
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}
li.under02-li1{
  width:25%;
  background: url(../img/doctor02_img01.jpg) no-repeat center/cover;
  border-radius: 20px 0 0 20px;
}
li.under02-li1-img-chenge{
    background: url(../img/nurse02_img02.jpg) no-repeat center/cover!important;
}
li.under02-li1-img-chenge2{
    background: url(../img/medical-clerk02_img02.jpg) no-repeat center/cover!important;
}
li.under02-li2{
  width:50%;
  background-color: #fff;
}
li.under02-li3{
  width:25%;
    background: url(../img/doctor02_img02.jpg) no-repeat center/cover;
    border-radius: 0 20px 20px 0;
}
li.under02-li4{
  width:25%;
    background: url(../img/under02-li4.png) no-repeat center/cover;
    border-radius: 0 20px 20px 0;
}
li.under02-li5{
  width:25%;
    background: url(../img/under02-li5.png) no-repeat center/cover;
    border-radius: 0 20px 20px 0;
}
.under02-li2-ul{
  height:100%;
  overflow: hidden;
  margin:0 auto;
  padding:3em 0;
  width:fit-content;
}
.under02-li2-ul li{
    font-size: 2.1rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    min-height: 70px;
    padding-left: 40px;
    background: url(../img/doctor02_circle.png) no-repeat center left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin:1.7em 0;
}
.kango-li li{
    background: url(../img/nurse02_circle.png) no-repeat center left!important;
}

.recruit-03{
    padding: 7em 0 3em;
}
.recruit-03-box1{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin:0 0 5em;
}
.recruit-03-box1-li1{
  width:50%;
  padding: 1em 2% 1em 7%;
}
.recruit-03-box1-li1-2{
  width:50%;
  padding: 1em 7% 1em 2%;
}
.recruit-03-box1-li2{
  width:50%;
}
.recruit-03-box1-li1 h3,.recruit-03-box1-li1-2 h3 {
    font-size: 1.8vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 0.7em;
    padding-left: 130px;
    position: relative;
    font-weight:400;
    letter-spacing: .01em;
}
.recruit-03-box1-li1 h3:before,.recruit-03-box1-li1-2 h3:before {
  content:"01";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 50px;
    text-align: center;
    line-height: 2.5;
    letter-spacing: 0;
    background: #fe9700;
    color: #fff;
}
.recruit-03-box1-li1-2 h3:before {
  content:"02";
}
span.l{
    font-size: 2.6vw;
    font-weight:400;
}
.p-l2{
  line-height: 2em;
}
.recruit-04{
  padding:5em 0 4em;
}
.recruit-04 ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.recruit-04 ul li{
  width:48%;
}
table.table_address th, table.table_address td {
  line-height: 1.6;
  padding: 1.6rem 3%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.table_address th {
  width: 30%;
  text-align: left;
  font-weight: bold;
  color: #1fadcc;
  border-bottom: 1px solid #1fadcc;
  border-top: 1px solid #1fadcc;
}

table.table_timetable th, table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #1373c0;
  padding: 0.5em 0.2em;
  text-align: center;
}

table.table_timetable thead th {
  background: #1373c0;
  color: #fff;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable + p .consul,
table.table_timetable .consul {
  color: #1373c0;
}

/*看護師の方へ*/
p.kango-p1-2{
  font-size: 2.4rem;
  font-weight: bold;
  color: #1fadcc;
  margin:0;
}
.rec-table2{
  width: 85%;
  margin: 0 0 0 15%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1fadcc;
}
.rec-table2 th {
  width: 4em;
  padding: 0 1em 0em 0;
  line-height: 2em;
}
.rec-table2 td{
  width: fit-content;
  padding: .4em 1em .4em 0;
  line-height: 2em;
}


/*スタッフの声*/

.fe-1-b1-img-chenge2{
  position:relative;
  width:60%;
}
.fe-1-b1-box-2{
  margin: -300px 0 0 auto;
  width: 70%;
  padding: 5em 8% 5em 5%;
}
.fe-1-b1-img-chenge3{
  width:60%;
margin: 60px 0 0 auto;
}
.fe-1-b1-box-3{
  margin: -300px auto 60px 0;
  width: 70%;
  padding: 5em 8% 5em 5%;
}





/*=========
accordion
=========*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  padding: .5rem 4rem .5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_one{
  border-bottom: 1px solid #fff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0 2rem 1.5rem 2rem;
  box-sizing: border-box;
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  color: #1fadcc;
  font-size: 25px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100px;
  width: 21px;
  height: 21px;
  padding: 10px;
  line-height: 21px;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 1.9rem;
  margin: 0.8em 1.3em;
  line-height: 1.5em;
  padding: 0.3em 0;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-radius: 100px;
  border:1px solid #fff;
  width: 21px;
  height: 21px;
  padding: 10px;
  line-height: 21px;
  text-align: center;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.7rem;
  margin: 0.5em 1.5em 1em;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 3px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 3px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}


/*選考フロー*/

h3.h3-saiyou{
  position: relative;
  padding: 0.25em 0;
  font-size:2.7rem;
  margin:1em 0;
}
h3.h3-saiyou:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(33, 172, 203), transparent);
  background: linear-gradient(to right, rgb(33, 172, 203), transparent);
}

.saiyou01{
  padding: 0 0 3em;
}
.saiyou01 ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.saiyou01 ul li{
  width:48%;
  line-height: 1.7em;
}
a.btn01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: fit-content;
  margin: 2em auto 0;
  padding: 2rem 4rem;
  color: #fff;
  font-weight: bold;
  background: #1fadcc;
  position: relative;
  transition: 0.3s ease-in-out;
}
a.btn01:hover {
    background: #fff;
    color: #1fadcc;
}
a.btn01:before, a.btn01:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
a.btn01:before {
  top: 0;
  left: 0;
}
a.btn01:after {
  bottom: 0;
  right: 0;
}
a.btn01:hover:before, a.btn01:hover:after {
  width: 100%;
  height: 100%;
}
a.btn01:hover:before {
  border-top-color: #1fadcc;
  border-right-color: #1fadcc;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.btn01:hover:after {
  border-bottom-color: #1fadcc;
  border-left-color: #1fadcc;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}


/*選考フロー*/

section.section-flow1{
 margin:5em 0;
}


section.section-flow1 h2{
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    margin: 1.5em 0 1em;
    padding-top: 65px;
    position: relative;
}
section.section-flow1 h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    background: url(../img/h2_img.png) no-repeat center/contain;
}
section.section-flow1 h3 {
    font-size: 2.8rem;
    display: table;
    line-height: 1.5;
    margin:0;
    position: relative;
    padding-left: 43px;
}
section.section-flow1 h3::before {
    content: '';
    position: absolute;
    top: 0.2em;
    left: 0;
    margin: auto;
    width: 33px;
    height: 28px;
    background: url(../img/h3_img.png) no-repeat center/contain;
}

.box_flow{
    background: #fff;
    border: 5px solid #d7edf4;
    border-radius: 20px;
    margin-top: 5rem;
    margin-bottom: 5.5em;
    padding: 5rem;
    position: relative;
}
.box_flow2 {
    background: #fff;
    border: 5px solid #d7edf4;
    border-radius: 20px;
    margin-top: 5rem;
    padding: 5rem;
    position: relative;
}
.box_flow::after {
    content: '';
    bottom: -8.8rem;
    border: 4rem solid transparent;
    border-top: 3.2rem solid #1fadcc;
    left: 50%;
    margin-left: -3.2rem;
    position: absolute;
}
.box_flow p,.box_flow2 p {
  margin:1.5em 0 0;
}
.btn-flow{
    margin: 1.5em auto 0!important;
}

/*採用応募規約*/

.section-oubokiyaku{
  margin:10em 0 7em;
}


/*採用活動における個人情報の取り扱い*/

.ul_circle{
  margin:1em 0;
}
.ul_circle li{
  position: relative;
  padding-left: 1.3em;
  line-height: 1.5em;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.ul_circle li::before{
  content: "";
    border-radius: 50%;
    background: #1373c0;
    height: 0.8rem;
    left: 0;
    top: 0.8rem;
    width: 0.8rem;
    position: absolute;
}
.after-none::after{
  display: none;
}
.after-none{
  margin-bottom: 2.5em!important;
}
ol {
  margin:1em 0 1em 2em;
}

ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
  line-height: 1.5em;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

ol li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/*YOUTUBE*/
.youtube-hori{
  margin:100px auto!important;
}
.youtube-hori-img{
  max-width:1300px;
  padding:0 30px;
  margin:20px auto 5px;
}
.youtube-hori-btn{
  width:150px;
  margin:30px 0 0 auto;
}

.text-boshu-none{
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #1fadcc;
  border: 3px solid #1fadcc;
  border-radius: 20px;
  padding: 1em 0;
  margin: 2em 0 1em;
  background-color: #fff;
}






.sec-skil{
  padding:0 0 12rem;
}

.skil-title h2{
  text-align: center;
  width: fit-content;
  padding: 3% 12% 3% 15%;
  margin: 1em auto 0;
  font-size: 36px;
  font-weight: 600;
  position: relative;
}
.skil-title h2 .en{
  font-size: 24px;
  display: block;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  display: table;
  margin: 0 auto 1em;
  padding: 0;
  position: relative;
  font-weight: 400;
}
.skil-span{
  color: #1373C0;
  text-decoration: underline;
  font-size: 2.7rem;
}
.skil-title h2::before{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:229px;
  height:195px;
  display: block;
  background-image: url(../img/skil-dot01.png);
  background-size: cover;
  z-index: -1;
}
.skil-title h2::after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:169px;
  height:180px;
  background-image: url(../img/skil-dot02.png);
  background-size: cover;
  z-index: -1;
}
.skil-mainbox{
  max-width:1260px;
  padding:0 5%;
  margin:0 auto;
}
.skil-mainbox h3{
  position:relative;
  margin: 2em auto .6em;
  width:100%;
  background-color: #1FADCC;
  color:#fff;
  font-weight:bold;
  padding:.6em 0 .6em 5%;
  font-size:20px;
}
.skil-mainbox h3::before{
  content:"";
  display: inline-block;
  width:1%;
  height:100%;
  background-color: #fff;
  position:absolute;
  top:0;
  left:1.6%;
}
.skil-mainbox-ulbox{
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  align-items: flex-start;
}
.skil-mainbox-ulbox > ul.skil-mainbox01{
  width:33.5%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding:2.3% 2.3% 1.3% 2.3%;
}
.skil-mainbox-ulbox > ul.skil-mainbox02{
  width:63.5%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding:2.3% 2.3% 1.3% 2.3%;
}
.skil-mainbox-ulbox > ul.skil-mainbox03,.skil-mainbox-ulbox > ul.skil-mainbox04{
  width:48.5%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding:2.3% 2.3% 1.3% 2.3%;
}

.skil-mainbox-ulbox > ul.skil-mainbox05{
  width:31.5%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding:2.3% 2.3% 1.3% 2.3%;
}

.skil-mainbox01 ul.skil-mainbox01 .skil-mainbox-s-ul,
.skil-mainbox01 ul.skil-mainbox02 .skil-mainbox-s-ul,
.skil-mainbox01 ul.skil-mainbox03 .skil-mainbox-s-ul,
.skil-mainbox01 ul.skil-mainbox04 .skil-mainbox-s-ul{
  padding:1em 0;
}

.skil-mainbox-ulbox h4{
  font-size:18px;
  width:100%;
  padding:0 1em .2em;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #A1DDEA 50%, #A1DDEA 100%);
  text-align: center;
  margin:0 0 1em;
}

.skil-mainbox-s-ul li{
  position:relative;
  padding:0 0 0 1.5em;
  margin:1em 0;
  line-height: 1.5em;
  font-size:15px;
  font-weight: 500;
}
.skil-mainbox-s-ul li::before{
  position:absolute;
  top:0;
  left:-.25em;
  color:#1FADCC;
  content:"・";
  font-size:40px;
  line-height: 2.5rem;
}
.skil-t-p{
  text-align: center;
}

.skil-mainbox-s-ul li h5{
  color: #1FADCC;
  font-weight:bold;
  font-size: 1.7rem;
}








































}/*=======================================================
==========================================================
PC end　IPAD start
==========================================================
==========================================================
========================================================*/
@media screen and (min-width:600px) and ( max-width:999px) {


  .header-center-logo{
    width:400px;
    margin:3em auto;
  }

  .h1-back{
    background: #1fadcc;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding:4em 0;
    margin:2em 0;
  }
  h1{
    font-size: 3.8rem;
    color:#fff;
  }

  ul.pagetop-btn-box{
    margin:7em 0 4em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.pagetop-btn-box li{
    width:48%;
    margin: 0 0 2em;
  }
  .link_anchor a {
    display: block;
    width:100%;
    background: #fff;
    color: #1373c0;
    border: 1px solid #1373c0;
    border-radius: 5em;
    padding-bottom: 1.28rem;
    padding-left: 2.4rem;
    padding-right: 4.8rem;
    padding-top: 1.28rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .link_anchor a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 18px;
    background: url(../img/btn_arrow2.png) no-repeat center/contain;

  }

  .link_anchor a:hover {
    background: #1373c0;
    color: #fff;
  }

  .link_anchor a:hover::after {
    background: url(../img/btn_arrow.png) no-repeat center/contain;
  }
  h2.ttl2 {
    font-size: 4rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.2em;
    display: table;
    margin: 0 auto 4%;
    padding: 0 70px 0.2em;
    position: relative;
    font-weight: 400;
  }

  h2.ttl2:before, h2.ttl2:after {
    content: '';
    position: absolute;
    margin: auto;
    z-index: 1;
  }

  h2.ttl2:before {
    left: 0;
    bottom: 0.2em;
    width: 89px;
    height: 88px;
    background: url(../img/h2_bg01.png) no-repeat center/contain;
  }

  h2.ttl2:after {
    right: 0;
    bottom: 0;
    width: 114px;
    height: 52px;
    background: url(../img/h2_bg02.png) no-repeat center/contain;
  }

  h2.ttl2 .wrap {
    position: relative;
    z-index: 2;
  }

  h2.ttl2 .en {
    font-size: 19px;
    display: block;
  }

  h2.ttl2 .lbl {
    color: #1fadcc;
  }

  h2.ttl2 .bl {
    color: #1373c0;
  }

  h2.ttl2 .og {
    color: #fe9700;
  }

  h2.ttl2.no-bg {
    padding: 0;
  }

  h2.ttl2.no-bg:before, h2.ttl2.no-bg:after {
    content: none;
  }

  /*当院で働く魅力*/
  section.fe-1{
    padding:3em 0;
  }

  .fe-1-b1{
    position:relative;
  }

  h3.h3-1{
    font-size: 4.0rem;
    font-weight: normal;
    line-height: 1.7em;
    letter-spacing: .1em;
    color:#fff;
  }
  h3.h3-1 span {
      background: linear-gradient(transparent 70%, #198aa3 70%);
  }
  .fe-1-b1-img{
    width:70%;
  }
  .fe-1-b1-box{
    position:relative;
    width:73%;
    padding:5em 10% 5em 5%;
    margin:-50px 0 0 auto;
    background-color: #1fadcc;
    border-radius: 20px 0 0 20px;
  }
  .fe-1-b1-box:before {
      content: '';
      position: absolute;
      left:5%;
      top: -37px;
      margin: auto;
      width: 74px;
      height: 69px;
      background: url(../img/charm01_dec01.png) no-repeat center/contain;
  }
  .fe-1-b1-img2{
    width:90%;
    margin:60px 0 0 auto;
  }
  .fe-1-b1-box2{
    position:relative;
    width:73%;
    padding:5em 10% 5em 5%;
    margin:-50px auto 60px 0;
    background-color: #1fadcc;
    border-radius: 0 20px 20px 0;
  }
  .fe-1-b1-box2:before {
      content: '';
      position: absolute;
      right:5%;
      top: -37px;
      margin: auto;
      width: 74px;
      height: 69px;
      background: url(../img/charm01_dec02.png) no-repeat center/contain;
  }
  .fe-1-b1 p{
    color:#fff;
    line-height: 2em;
  }

  section.fe-2{
    padding:5em 0;
  }

  .fe-2-box1{
      padding: 110px 0 160px;
      background: url(../img/charm02_bg.jpg) no-repeat center/cover;
  }
  .fe-2-box1-inner{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fe-2-box1-inner img{
    width:32%;
    margin:2em 0 0;
    margin-left: 2%;
  }
  .fe-2-box1-inner img:nth-child(1),.fe-2-box1-inner img:nth-child(4){
    margin-left: 0;
  }

  .web-fixed {
      position: fixed;
      top: 210px;
      right: 0;
      width: 68px;
      z-index: 101;
  }






/*医師の募集について*/
.re-box1{
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.re-box1 li{
  width:100%;
}
.re-box1 li p{
  margin:auto;
  padding: 2em 3em 4em;
  line-height: 2em;
}
.under02 {
    padding-top: 120px;
    background: url(../img/doctor02_bg.jpg) no-repeat center top;
}
.under02 h2.ttl2 {
    color: #fff;
}
.under02 ul.under02-ul1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width:90%;
  margin: auto;
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}
li.under02-li1{
  width: 100%;
  padding: 25% 0 25% 0;
  background: url(../img/doctor02_img01.jpg) no-repeat center/cover;
  border-radius: 20px 20px 0 0;
}
li.under02-li1-img-chenge{
    background: url(../img/nurse02_img02.jpg) no-repeat center/cover!important;
}
li.under02-li1-img-chenge2{
    background: url(../img/medical-clerk02_img02.jpg) no-repeat center/cover!important;
}
li.under02-li2{
  width:100%;
  background-color: #fff;
}
li.under02-li3{
  width:100%;
  padding: 25% 0 25% 0;
    background: url(../img/doctor02_img02.jpg) no-repeat top/cover;
    border-radius: 0 0 20px 20px ;
}
li.under02-li4{
  width:100%;
  padding: 25% 0 25% 0;
    background: url(../img/under02-li4.png) no-repeat center/cover;
    border-radius: 0 0 20px 20px ;
}
li.under02-li5{
  width:100%;
  padding: 25% 0 25% 0;
    background: url(../img/under02-li5.png) no-repeat center/cover;
    border-radius: 0 0 20px 20px ;
}
.under02-li2-ul{
  height:100%;
  overflow: hidden;
  margin:0 auto;
  padding:3em 0;
  width:fit-content;
}
.under02-li2-ul li{
    font-size: 2.1rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    min-height: 70px;
    padding-left: 40px;
    background: url(../img/doctor02_circle.png) no-repeat center left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin:1.7em 0;
}
.kango-li li{
    background: url(../img/nurse02_circle.png) no-repeat center left!important;
}

.recruit-03{
    padding: 7em 0 3em;
}
.recruit-03-box1{
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin: 0 0 0;
}
.recruit-03-box1-li1{
  width:100%;
  padding: 2.5em 3% 2.5em 3%;
}
.recruit-03-box1-li1-2{
  width:100%;
  padding: 2.5em 3% 2.5em 3%;
}
.recruit-03-box1-li2{
  width:100%;
}
.recruit-03-box1-li1 h3,.recruit-03-box1-li1-2 h3 {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 0.7em;
    padding-left: 95px;
    position: relative;
    font-weight:400;
    letter-spacing: .01em;
}
.recruit-03-box1-li1 h3:before,.recruit-03-box1-li1-2 h3:before {
  content: "01";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 42px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
  background: #fe9700;
  color: #fff;
}
.recruit-03-box1-li1-2 h3:before {
  content:"02";
}
span.l{
    font-size: 4rem;
    font-weight:400;
}
.p-l2{
  line-height: 2em;
  padding: 0 1em;
}
.recruit-04{
  padding:5em 0 0em;
}
.recruit-04 ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.recruit-04 ul li{
  width:48%;
}
table.table_address th, table.table_address td {
  line-height: 1.6;
  padding: 1.6rem 3%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.table_address th {
  width: 30%;
  text-align: left;
  font-weight: bold;
  color: #1fadcc;
  border-bottom: 1px solid #1fadcc;
  border-top: 1px solid #1fadcc;
}

table.table_timetable th, table.table_timetable td {
  background: #fff;
  border-bottom: 1px solid #1373c0;
  padding: 0.5em 0.2em;
  text-align: center;
}

table.table_timetable thead th {
  background: #1373c0;
  color: #fff;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable + p .consul,
table.table_timetable .consul {
  color: #1373c0;
}

.recruit-03-box1-sp{
  flex-direction: column;
}


/*看護師の方へ*/
p.kango-p1-2{
  font-size: 2.4rem;
  font-weight: bold;
  color: #1fadcc;
  margin: -2em 2em 1.4em!important;
  padding:1em 0 0!important;
}
.rec-table2{
  width: 85%;
  margin: -2em 2em 2em;
  font-size: 1.9rem;
  font-weight: bold;
  color: #1fadcc;
}
.rec-table2 th {
  width: 4em;
  padding: 0 1em 0em 0;
  line-height: 2em;
}
.rec-table2 td{
  width: fit-content;
  padding: .4em 1em .4em 0;
  line-height: 2em;
}

/*スタッフの声*/

.fe-1-b1-img-chenge2{
  position:relative;
  width:60%;
}
.fe-1-b1-box-2{
  margin: -50px 0 5rem auto;
  width: 80%;
  padding: 5em 8% 5em 5%;
}
.fe-1-b1-img-chenge3{
  width:60%;
margin: 60px 0 0 auto;
}
.fe-1-b1-box-3{
  margin: -50px auto 5rem 0;
  width: 80%;
  padding: 5em 8% 5em 5%;
}





/*=========
accordion
=========*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
padding: 0.5rem 4rem 0.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_one{
  border-bottom: 1px solid #fff;
  padding: 2em 0;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0 2rem 1.5rem 2rem;
  box-sizing: border-box;
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "Q";
  color: #1fadcc;
  font-size: 25px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100px;
  width: 21px;
  height: 21px;
  padding: 10px;
  line-height: 21px;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 1.6rem;
margin: 0 2em;
}

.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
  margin-top: 2em;
}
.p-faq__bodyinner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-radius: 100px;
  border:1px solid #fff;
  width: 21px;
  height: 21px;
  padding: 10px;
  line-height: 21px;
    text-align: center;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.4rem;
margin: 1em 2em;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 3px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 3px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}


/*選考フロー*/

h3.h3-saiyou{
  position: relative;
  padding: 0.25em 0;
  font-size:2.7rem;
  margin:1em 0;
}
h3.h3-saiyou:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(33, 172, 203), transparent);
  background: linear-gradient(to right, rgb(33, 172, 203), transparent);
}

.saiyou01{
  padding:3em;
}
.saiyou01 ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.saiyou01 ul li{
  width:48%;
  line-height: 1.7em;
}
a.btn01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: fit-content;
  margin: 2em auto 0;
  padding: 2rem 4rem;
  color: #fff;
  font-weight: bold;
  background: #1fadcc;
  position: relative;
  transition: 0.3s ease-in-out;
}
a.btn01:hover {
    background: #fff;
    color: #1fadcc;
}
a.btn01:before, a.btn01:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
a.btn01:before {
  top: 0;
  left: 0;
}
a.btn01:after {
  bottom: 0;
  right: 0;
}
a.btn01:hover:before, a.btn01:hover:after {
  width: 100%;
  height: 100%;
}
a.btn01:hover:before {
  border-top-color: #1fadcc;
  border-right-color: #1fadcc;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.btn01:hover:after {
  border-bottom-color: #1fadcc;
  border-left-color: #1fadcc;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

/*選考フロー*/

section.section-flow1{
 margin:5em 0 0;
}


section.section-flow1 h2{
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    margin: 1.5em 0 1em;
    padding-top: 65px;
    position: relative;
}
section.section-flow1 h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    background: url(../img/h2_img.png) no-repeat center/contain;
}
section.section-flow1 h3 {
    font-size: 2.8rem;
    display: table;
    line-height: 1.5;
    margin:0;
    position: relative;
    padding-left: 43px;
}
section.section-flow1 h3::before {
    content: '';
    position: absolute;
    top: 0.2em;
    left: 0;
    margin: auto;
    width: 33px;
    height: 28px;
    background: url(../img/h3_img.png) no-repeat center/contain;
}

.box_flow {
    background: #fff;
    border: 5px solid #d7edf4;
    border-radius: 20px;
    margin-top: 5rem;
    margin-bottom: 5.5em;
    padding: 5rem;
    position: relative;
}
.box_flow2 {
    background: #fff;
    border: 5px solid #d7edf4;
    border-radius: 20px;
    margin-top: 5rem;
    padding: 5rem;
    position: relative;
}
.box_flow::after {
    content: '';
    bottom: -8.8rem;
    border: 4rem solid transparent;
    border-top: 3.2rem solid #1fadcc;
    left: 50%;
    margin-left: -3.2rem;
    position: absolute;
}
.box_flow p,.box_flow2 p {
  margin:1.5em 0 0;
}
.btn-flow{
    margin: 1.5em auto 0!important;
}

/*採用応募規約*/

.section-oubokiyaku{
  margin:8em 0 5em;
}

.after-none::after{
  display: none;
}
.after-none{
  margin-bottom: 2.5em!important;
}

/*YOUTUBE*/
.youtube-hori{
  margin:100px auto 30px!important;
}
.youtube-hori-img{
  max-width:100%;
  padding:0 15px;
  margin:20px auto 5px;
}
.youtube-hori-btn{
  width:150px;
  margin:30px 0 7em auto;
}



.text-boshu-none{
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: #1fadcc;
  border: 3px solid #1fadcc;
  border-radius: 20px;
  padding: 1em 0;
  margin: 1em 0 0em;
  background-color: #fff;
}

.sec-skil{
  padding:0 0 12rem;
}

.skil-title h2{
  text-align: center;
  width: fit-content;
  padding: 3% 11% 3% 14%;
  margin: 1em auto 0;
  font-size: 23px;
  font-weight: 600;
  position: relative;
}
.skil-title h2 .en{
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  display: table;
  margin: 0 auto 1em;
  padding: 0;
  position: relative;
  font-weight: 400;
}
.skil-span{
  color:#1373C0;
  text-decoration: underline;
}
.skil-title h2::before{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 185px;
  height: 155px;
  display: block;
  background-image: url(../img/skil-dot01.png);
  background-size: cover;
  z-index: -1;
}
.skil-title h2::after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width: 113px;
  height: 123px;
  background-image: url(../img/skil-dot02.png);
  background-size: cover;
  z-index: -1;
}
.skil-mainbox{
  max-width:1260px;
  padding:0 5%;
  margin:0 auto;
}
.skil-mainbox h3{
  position: relative;
  margin: 1em auto .6em;
  width: 100%;
  background-color: #1FADCC;
  color: #fff;
  font-weight: bold;
  padding: .6em 0 .6em 5%;
  font-size: 16px;
}
.skil-mainbox h3::before{
  content:"";
  display: inline-block;
  width:1%;
  height:100%;
  background-color: #fff;
  position:absolute;
  top:0;
  left:1.6%;
}
.skil-mainbox-ulbox{
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap:wrap;
}
.skil-mainbox-ulbox > ul.skil-mainbox01{
  width:100%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding:2.3% 2.3% 1.3% 2.3%;
}
.skil-mainbox-ulbox > ul.skil-mainbox02{
  width:100%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding:2.3% 2.3% 1.3% 2.3%;
}
.skil-mainbox-ulbox > ul.skil-mainbox03,.skil-mainbox-ulbox > ul.skil-mainbox04{
  width:100%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding:2.3% 2.3% 1.3% 2.3%;
}

.skil-mainbox-ulbox > ul.skil-mainbox05{
  width:100%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding:2.3% 2.3% 1.3% 2.3%;
}

.skil-mainbox01 ul.skil-mainbox01 .skil-mainbox-s-ul,
.skil-mainbox01 ul.skil-mainbox02 .skil-mainbox-s-ul,
.skil-mainbox01 ul.skil-mainbox03 .skil-mainbox-s-ul,
.skil-mainbox01 ul.skil-mainbox04 .skil-mainbox-s-ul{
  padding:1em 0;
}

.skil-mainbox-ulbox h4{
  font-size:14px;
  width:100%;
  padding:0 1em .2em;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #A1DDEA 50%, #A1DDEA 100%);
  text-align: center;
  margin:0 0 1em;
}

.skil-mainbox-s-ul li{
  position:relative;
  padding:0 0 0 1.5em;
  margin:1em 0;
  line-height: 1.5em;
  font-size:13px;
  font-weight: 500;
}
.skil-mainbox-s-ul li::before{
  position:absolute;
  top:0;
  left:-.25em;
  color:#1FADCC;
  content:"・";
  font-size:40px;
}
.skil-t-p{
  text-align: center;
}

.skil-mainbox-s-ul li h5{
  color: #1FADCC;
  font-weight:bold;
  font-size: 2rem;
}




































}/*=======================================================
==========================================================
IPAD end　SP start
==========================================================
========================================================*/
@media screen and (max-width:600px) {

  .header-center-logo{
    width:400px;
    margin:3em auto;
  }

  .h1-back{
    background: #1fadcc;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding:4em 1em ;
    margin:2em 0;
  }
  h1{
    font-size: 2.6rem;
    color:#fff;
  }

  ul.pagetop-btn-box{
    margin:2em 0 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.pagetop-btn-box li{
    width: 100%;
    margin: 1.3em auto 0;
  }
  .link_anchor a {
    display: block;
    width:100%;
    background: #fff;
    color: #1373c0;
    border: 1px solid #1373c0;
    border-radius: 5em;
    padding-bottom: 1.28rem;
    padding-left: 2.4rem;
    padding-right: 4.8rem;
    padding-top: 1.28rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 13px;
    font-weight: 500;
  }

  .link_anchor a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 18px;
    background: url(../img/btn_arrow2.png) no-repeat center/contain;
  }

  .link_anchor a:hover {
    background: #1373c0;
    color: #fff;
  }

  .link_anchor a:hover::after {
    background: url(../img/btn_arrow.png) no-repeat center/contain;
  }
  h2.ttl2 {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.2em;
    display: table;
    margin: 0 auto 4%;
    padding: 0 2em 0.2em;
    position: relative;
    font-weight: 400;
  }

  h2.ttl2:before, h2.ttl2:after {
    content: '';
    position: absolute;
    margin: auto;
    z-index: 1;
  }

  h2.ttl2:before {
    left: 0;
    bottom: 0.2em;
    width: 67px;
    height: 67px;
    background: url(../img/h2_bg01.png) no-repeat center/contain;
  }

  h2.ttl2:after {
    right: 0;
    bottom: 0;
    width: 79px;
    height: 51px;
    background: url(../img/h2_bg02.png) no-repeat center/contain;
  }

  h2.ttl2 .wrap {
    position: relative;
    z-index: 2;
  }

  h2.ttl2 .en {
    font-size: 1.7rem;
    display: block;
  }

  h2.ttl2 .lbl {
    color: #1fadcc;
  }

  h2.ttl2 .bl {
    color: #1373c0;
  }

  h2.ttl2 .og {
    color: #fe9700;
  }

  h2.ttl2.no-bg {
    padding: 0;
  }

  h2.ttl2.no-bg:before, h2.ttl2.no-bg:after {
    content: none;
  }

  /*当院で働く魅力*/
  section.fe-1{
    padding:3em 0;
  }

  .fe-1-b1{
    position:relative;
  }

  h3.h3-1{
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 1.7em;
    letter-spacing: .1em;
    color:#fff;
  }
  h3.h3-1 span {
      background: linear-gradient(transparent 70%, #198aa3 70%);
  }
  .fe-1-b1-img{
    width:91%;
  }
  .fe-1-b1-box{
    position: relative;
    width: 90%;
    padding: 3em 6% 2em 10%;
    margin: -20% 0 0 auto;
    background-color: #1fadcc;
    border-radius: 20px 0 0 20px;
  }
  .fe-1-b1-box:before {
      content: '';
      position: absolute;
      left:5%;
      top: -37px;
      margin: auto;
      width: 74px;
      height: 69px;
      background: url(../img/charm01_dec01.png) no-repeat center/contain;
  }
  .fe-1-b1-img2{
    width: 91%;
    margin:40px 0 0 auto;
  }
  .fe-1-b1-box2{
    position:relative;
    width: 90%;
    padding: 3em 8% 2em 5%;
    margin: -20% auto 40px 0;
    background-color: #1fadcc;
    border-radius: 0 20px 20px 0;
  }
  .fe-1-b1-box2:before {
      content: '';
      position: absolute;
      right:5%;
      top: -37px;
      margin: auto;
      width: 74px;
      height: 69px;
      background: url(../img/charm01_dec02.png) no-repeat center/contain;
  }
  .fe-1-b1 p{
    color:#fff;
    line-height: 2em;
  }

  section.fe-2{
    padding: 4em 0 0;
  }

  .fe-2-box1{
      padding: 40px 0 90px;
      background: url(../img/charm02_bg.jpg) no-repeat center/cover;
  }
  .fe-2-box1-inner{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fe-2-box1-inner img{
    width:47%;
    margin:2em 0 0;
    margin-left: 4%;
  }
  .fe-2-box1-inner img:nth-child(1),.fe-2-box1-inner img:nth-child(3),.fe-2-box1-inner img:nth-child(5){
    margin-left: 0;
  }




  /*医師の募集について*/
  .re-box1{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .re-box1 li{
    width:100%;
  }
  .re-box1 li p{
    margin: auto;
    padding: 2em 1.5em 2em;
    line-height: 2em;
  }
  .under02 {
      padding-top: 120px;
      background: url(../img/doctor02_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  .under02 h2.ttl2 {
      color: #fff;
  }
  .under02 ul.under02-ul1{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    width:90%;
    margin: 2em auto;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  }
  li.under02-li1{
    width: 100%;
    padding: 25% 0 25% 0;
    background: url(../img/doctor02_img01.jpg) no-repeat center/cover;
    border-radius: 0 0 20px 20px ;
  }
  li.under02-li1-img-chenge{
    background: url(../img/nurse02_img02.jpg) no-repeat center/cover!important;
  }
  li.under02-li1-img-chenge2{
      background: url(../img/medical-clerk02_img02.jpg) no-repeat center/cover!important;
  }
  li.under02-li2{
    width:100%;
    background-color: #fff;
  }
  li.under02-li3{
    width:100%;
    padding: 25% 0 25% 0;
      background: url(../img/doctor02_img02.jpg) no-repeat top/cover;
    border-radius: 20px 20px 0 0;
  }
  li.under02-li4{
      width:100%;
      padding: 25% 0 25% 0;
      background: url(../img/under02-li4.png) no-repeat center/cover;
      border-radius: 20px 20px 0 0;
  }
  li.under02-li5{
      width:100%;
      padding: 25% 0 25% 0;
      background: url(../img/under02-li5.png) no-repeat center/cover;
      border-radius: 20px 20px 0 0;
  }
  .under02-li2-ul{
    height:100%;
    overflow: hidden;
    margin:0 auto;
    padding: 1.5em;
    width:fit-content;
  }
  .under02-li2-ul li{
    font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.1em;
        min-height: 70px;
        padding-left: 29px;
        background: url(../img/doctor02_circle.png) no-repeat center left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        margin: 1.3em 0;
  }
  .kango-li li{
      background: url(../img/nurse02_circle.png) no-repeat center left!important;
  }

  .recruit-03{
    padding: 6em 0 1em;
  }
  .recruit-03-box1{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 0 0;
  }
  .recruit-03-box1-li1{
    width:100%;
    padding: 0 1.3em 1em;
  }
  .recruit-03-box1-li1-2{
    width:100%;
    padding: 0 1.3em 1em;
  }
  .recruit-03-box1-li2{
    width:100%;
  }
  .recruit-03-box1-li1 h3,.recruit-03-box1-li1-2 h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0.7em;
    position: relative;
    font-weight: 400;
    letter-spacing: .01em;
    padding: 30px 0 0 0;
  }
  .recruit-03-box1-li1 h3:before,.recruit-03-box1-li1-2 h3:before {
    content: "01";
    position: absolute;
    top: -140px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 42px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0;
    background: #fe9700;
    color: #fff;
  }
  .recruit-03-box1-li1-2 h3:before {
    content:"02";
  }
  span.l{
    font-size: 2.5rem;
        font-weight: 400;
  }
  .p-l2{
    line-height: 2em;
  }
  .recruit-04{
    padding:5em 0 0em;
  }
  .recruit-04 ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 2em 0;
  }
  .recruit-04 ul li{
    width:100%;
  }
  .table_address{
    margin: 2em 0;
  }

  table.table_address th, table.table_address td {
    line-height: 1.6;
    padding: 1.6rem 3%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }

  table.table_address th {
    width: 30%;
    text-align: left;
    font-weight: bold;
    color: #1fadcc;
    border-bottom: 1px solid #1fadcc;
    border-top: 1px solid #1fadcc;
  }

  table.table_timetable th, table.table_timetable td {
    background: #fff;
    border-bottom: 1px solid #1373c0;
    padding: 0.5em 0.2em;
    text-align: center;
  }

  table.table_timetable thead th {
    background: #1373c0;
    color: #fff;
  }

  table.table_timetable tbody th {
    text-align: center;
  }

  table.table_timetable + p .consul,
  table.table_timetable .consul {
    color: #1373c0;
  }

  .recruit-03-box1-sp{
    flex-direction: column;
  }



  /*看護師の方へ*/
  p.kango-p1-2{
    font-size: 2.4rem;
    font-weight: bold;
    color: #1fadcc;
    margin: -1em .8em 1em!important;
    padding:1em 0 0!important;
  }
  .rec-table2{
    width: 85%;
    margin: -2em 1.5em 2em;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1fadcc;
  }
  .rec-table2 th {
    width: 4em;
    padding: 0 1em 0em 0;
    line-height: 2em;
  }
  .rec-table2 td{
    width: fit-content;
    padding: .4em 1em .4em 0;
    line-height: 2em;
  }
  /*スタッフの声*/

  .fe-1-b1-img-chenge2{
    position:relative;
    width:95%;
  }
  .fe-1-b1-box-2{
    margin: -50px 0 5rem auto;
    width: 95%;
    padding: 3em 5% 3em 5%;
  }
  .fe-1-b1-img-chenge3{
    width:95%;
  margin: 60px 0 0 auto;
  }
  .fe-1-b1-box-3{
    margin: -50px auto 5rem 0;
    width: 95%;
    padding: 3em 5% 3em 5%;
  }
.fe-1-2{
  padding:3em 0 1em!important;
}




  /*=========
  accordion
  =========*/

  .accordion_area {margin:1em 0;}
  .accordion_area .accordion_one .ac_header {
    padding: 0 2rem 0 0;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
    width: 100%;
  }
  .accordion_one{
    border-bottom: 1px solid #fff;
    padding: 1.5em 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #014897;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
  }
  .accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
  }
  .accordion_area .accordion_one .ac_inner {
    display: none;
    box-sizing: border-box;
  }

  /*=========
  faq
  =========*/

  .p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
  }
  .p-faq__headinner::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    content: "Q";
    color: #1fadcc;
    font-size: 25px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 100px;
    width: 21px;
    height: 21px;
    padding: 10px;
    line-height: 21px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 1.4rem;
    margin: 0 1em 0 1em;
    line-height: 1.5em;
  }

  .p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    margin-top: 2em;
  }
  .p-faq__bodyinner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "A";
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-radius: 100px;
    border:1px solid #fff;
    width: 21px;
    height: 21px;
    padding: 10px;
    line-height: 21px;
      text-align: center;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 1.4rem;
    margin: 1em 0 0 1.5em;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: .5rem;
    width: 15px;
    height: 15px;
    margin-top: -10px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 3px solid #fff;
    width: 17px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 3px solid #fff;
    width: 0;
    height: 17px;
    top: 0;
    bottom: 0;
    right: 7px;
    transition: .3s;
  }

    .sp-h3{font-size: 2.1rem!important;}


    /*選考フロー*/

    h3.h3-saiyou{
      position: relative;
      padding: 0.25em 0;
      font-size: 2.3rem;
      margin:.3em 0;
    }
    h3.h3-saiyou:after {
      content: "";
      display: block;
      height: 4px;
      background: -webkit-linear-gradient(to right, rgb(33, 172, 203), transparent);
      background: linear-gradient(to right, rgb(33, 172, 203), transparent);
    }

    .saiyou01{
      padding:2em 1.5em;
    }
    .saiyou01 ul{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
    .saiyou01 ul li{
      width:100%;
      line-height: 1.7em;
    }
    .saiyou01 ul li:nth-child(2){
      margin:1em 0;
    }
    a.btn01 {
      display: block;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      width: fit-content;
      margin: 2em auto 0;
      padding: 2rem 4rem;
      color: #fff;
      font-weight: bold;
      background: #1fadcc;
      position: relative;
      transition: 0.3s ease-in-out;
    }
    a.btn01:hover {
        background: #fff;
        color: #1fadcc;
    }
    a.btn01:before, a.btn01:after {
      box-sizing: inherit;
      content: "";
      position: absolute;
      border: 2px solid transparent;
      width: 0;
      height: 0;
    }
    a.btn01:before {
      top: 0;
      left: 0;
    }
    a.btn01:after {
      bottom: 0;
      right: 0;
    }
    a.btn01:hover:before, a.btn01:hover:after {
      width: 100%;
      height: 100%;
    }
    a.btn01:hover:before {
      border-top-color: #1fadcc;
      border-right-color: #1fadcc;
      transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    }
    a.btn01:hover:after {
      border-bottom-color: #1fadcc;
      border-left-color: #1fadcc;
      transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
    }

/*選考フロー*/

section.section-flow1{
 margin:5em 0 0;
}


section.section-flow1 h2{
  font-size: 2.2rem;
      text-align: center;
      letter-spacing: 0.2rem;
      line-height: 1.5;
      margin: 1.5em 0 1em;
      padding-top: 65px;
      position: relative;
}
section.section-flow1 h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    background: url(../img/h2_img.png) no-repeat center/contain;
}
section.section-flow1 h3 {
  font-size: 1.9rem;
  display: table;
  line-height: 1.5;
  margin: 0;
  position: relative;
  padding-left: 43px;
}
section.section-flow1 h3::before {
    content: '';
    position: absolute;
    top: 0.2em;
    left: 0;
    margin: auto;
    width: 30px;
    height: 24px;
    background: url(../img/h3_img.png) no-repeat center/contain;
}

.box_flow {
    background: #fff;
    border: 5px solid #d7edf4;
    border-radius: 20px;
    margin-top: 5rem;
    margin-bottom: 4em;
    padding: 3rem 2rem 2rem 2rem;
    position: relative;
}
.box_flow2 {
  background: #fff;
  border: 5px solid #d7edf4;
  border-radius: 20px;
  margin-top: 5rem;
  padding: 3rem;
  position: relative;
}
.box_flow::after {
    content: '';
    bottom: -8.8rem;
    border: 4rem solid transparent;
    border-top: 3.2rem solid #1fadcc;
    left: 50%;
    margin-left: -3.2rem;
    position: absolute;
}
.box_flow p,.box_flow2 p {
  margin:1.5em 0 0;
}
.btn-flow{
    margin: 1.5em auto 0!important;
}
/*採用応募規約*/

.section-oubokiyaku{
  margin:3em 0 0;
}


.after-none::after{
  display: none;
}
.after-none{
  margin-bottom:1em!important;
  margin-top:1em!important;
}

/*採用活動における個人情報の取り扱い*/

.ul_circle{
  margin:1em 0;
}
.ul_circle li{
  position: relative;
  margin:0 0 .5em 0 ;
  padding-left: 1.2em;
  line-height: 1.7em;
  font-size: 1.4rem;
}
.ul_circle li::before{
  content: "";
    border-radius: 50%;
    background: #1373c0;
    height: 0.8rem;
    left: 0;
    top: .5rem;
    width: 0.8rem;
    position: absolute;
}

ol {
	margin-left: 2em; /* サイトに合せて調整 */
  margin-top: .5em;
}

ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
  line-height: 1.7em;
  font-size: 1.4rem;
  margin:0 0 .5em 0 ;
}

ol li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.after-none::after{
  display: none;
}
.after-none{
  margin-bottom: 2.5em!important;
}

/*YOUTUBE*/
.youtube-hori{
  margin: 0 auto 0 !important;
  padding: 36px 0 30px;
}
.youtube-hori-img{
  max-width:100%;
  padding:0 ;
  margin:20px auto 5px;
}
.youtube-hori-btn{
  width:100px;
  margin:15px 0 3em auto;
}

.text-boshu-none{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #1fadcc;
  border: 3px solid #1fadcc;
  border-radius: 20px;
  padding: 1em 0;
  margin: 1em 0 0em;
  background-color: #fff;
}




.sec-skil{
  padding:0 0 2rem;
}

.skil-title h2 {
    text-align: center;
    width: 100%;
    padding: 3% 8% 3% 6%;
    margin: 1em auto 0;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}
.skil-title h2 .en{
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  display: table;
  margin: 0 auto 1em;
  padding: 0;
  position: relative;
  font-weight: 400;
}
.skil-span{
  color:#1373C0;
  text-decoration: underline;
  font-size: 16px;
}
.skil-title h2::before{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 78px;
  height: 81px;
  display: block;
  background-image: url(../img/skil-dot01.png);
  background-size: cover;
  background-position:right;
  z-index: -1;
}
.skil-title h2::after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width: 49px;
  height: 73px;
  background-image: url(../img/skil-dot02.png);
  background-size: cover;
  z-index: -1;
}
.skil-mainbox{
  max-width:1260px;
  padding:0 5%;
  margin:0 auto;
}
.skil-mainbox h3{
  position: relative;
  margin: 1em auto .6em;
  width: 100%;
  background-color: #1FADCC;
  color: #fff;
  font-weight: bold;
  padding: .6em 0 .6em 5%;
  font-size: 16px;
}
.skil-mainbox h3::before{
  content:"";
  display: inline-block;
  width:1%;
  height:100%;
  background-color: #fff;
  position:absolute;
  top:0;
  left:1.6%;
}
.skil-mainbox-ulbox{
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap:wrap;
}
.skil-mainbox-ulbox > ul.skil-mainbox01{
  width:100%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding: 4.3% 5.3% 2.3% 5.3%;
}
.skil-mainbox-ulbox > ul.skil-mainbox02{
  width:100%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding: 4.3% 5.3% 2.3% 5.3%;
}
.skil-mainbox-ulbox > ul.skil-mainbox03,.skil-mainbox-ulbox > ul.skil-mainbox04{
  width:100%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding: 4.3% 5.3% 2.3% 5.3%;
}

.skil-mainbox-ulbox > ul.skil-mainbox05{
  width:100%;
  border:2px solid #1FADCC;
  border-radius: 20px;
  margin:1.3rem 0;
  padding: 4.3% 5.3% 2.3% 5.3%;
}

.skil-mainbox01 ul.skil-mainbox01 .skil-mainbox-s-ul,
.skil-mainbox01 ul.skil-mainbox02 .skil-mainbox-s-ul,
.skil-mainbox01 ul.skil-mainbox03 .skil-mainbox-s-ul,
.skil-mainbox01 ul.skil-mainbox04 .skil-mainbox-s-ul{
  padding:1em 0;
}

.skil-mainbox-ulbox h4{
  font-size:15px;
  width:100%;
  padding:0 1em .2em;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #A1DDEA 50%, #A1DDEA 100%);
  text-align: center;
  margin:0 0 .4em;
}

.skil-mainbox-s-ul li{
  position:relative;
  padding:0 0 0 1.5em;
  margin:.6em 0;
  line-height: 1.5em;
  font-size:13px;
  font-weight: 500;
}
.skil-mainbox-s-ul li::before{
  position:absolute;
  top:0;
  left:-.25em;
  color:#1FADCC;
  content:"・";
  font-size:40px;
  line-height: 28px;
}
.skil-t-p{
  text-align: left;
}

.skil-mainbox-s-ul li h5{
  color: #1FADCC;
  font-weight: bold;
  font-size: 16px;
}






}/*=======================================================
==========================================================
　　　　　　　　　　　　　SPend
==========================================================
========================================================*/
