@import url("https://fonts.googleapis.com/css?family=Oswald");
@charset "UTF-8";
/* ======================================
  org.css リニューアル用
 ====================================== */

/* ------------------------
common
------------------------ */
#page h1{
   height:auto;
 }
/* 読み込み遅延用（jsですべてのコンテンツが読み込まれてから表示）  */
.header_navi,#mainV{
  display:none;
}
#page a{
   text-decoration:none;
   outline:none;
 }
.newBtn{
  text-align:center;
}
.newBtn .btn{
  background:#FF7BAC;
  color:#fff;
  border:1px solid #FF7BAC;
  padding: 6px 25px;
  margin: 0 10px;
	font-size: 17px;
}
.newBtn .btn:hover{
  background:#fff;
  color:#FF7BAC;
}
.newBtn .btn.contactBtn{
  padding:8px 20px 7px 50px;
  color:#fff;
  position: relative;
  display: inline-block;
  background-color:#FF7BAC;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  background-position:18px center;
  background-repeat:no-repeat;
	font-size: 20px;
  background-image:url(../images/icon_mail.png);
  background-size:24px;
}
.newBtn .btn.telBtn{
  padding:8px 20px 7px 50px;
  color:#fff;
  position: relative;
  display: inline-block;
  background-color:#FF7BAC;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  background-position:18px center;
  background-repeat:no-repeat;
	font-size: 20px;
  background-image:url("../images/icon_tel.png");
  background-size:24px;
}
.newBtn .btn.telBtn.pc{
  display: inline-block;
	pointer-events: none;
}
.newBtn .btn.telBtn.sp{
  display: none;
}

.img-border{
  border-radius:20px;
}
#main{
  margin-top:180px;
}
#main.main02{
  margin-top:200px;
}
/* ------------------------
header
------------------------ */

.header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 90px;
  z-index: 100;
}
.header:before {
  content: '';
  display: block;
  width: 100vw;
  height: 180px;
  background: #FFF;
  position: absolute;
  top: 0;
  z-index: 0;
  border-bottom: 1px solid #f4f4f4;
}
.header .header_logo .h1_logo{
  margin:0;
  padding:0;
  text-align:center;
  height:auto;
}
.header .header_logo a {
  display: block;
}
.header .header_logo a img {
  width: 100%;
}
.header_inner{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.header_inner a.bnr_recruit{
  max-width: 655px;
  margin: 10px auto auto 100px;
  position: relative;
}
.header_inner a.bnr_recruit img{
  width: 100%;
}
.header .toggle {
  display: none;
}
.header .fixed {
  position: fixed;
  width: 100%;
  height: 100%; }
.header .header_logo {
  width: 78px;
  padding: 0 0 13px;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 10;
  font-family: "Oswald", sans-serif;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.54em;
}
.header_navi ul{
  margin:0;
  list-style:none;
}
.header_navi > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	width: 100%;
	max-width: 1100px;
	padding: 0;
}
.header_navi > div {
  display:flex;
  align-items: center;
  justify-content: center;
}
.header_navi ul li{
  margin:0;
  position:relative;
}
.header_navi > div > ul > li > a{
  color:#333;
  padding: 0 7px 12px;
  text-decoration:none;
  outline:none;
}
.header_navi li.current-menu-item a,
.header_navi li.current-page-ancestor a{
  color:#b3b3b3;
}
.header_navi li a:hover{
  color:#b3b3b3;
  text-decoration:none;
}
.header_navi ul li.menu01:hover > .subWrap,
.header_navi ul li.menu02:hover > .subWrap,
.header_navi ul li.menu03:hover > .subWrap,
.header_navi ul li.menu04:hover > .subWrap,
.header_navi ul li.menu05:hover > .subWrap{
  max-height: inherit !important;
}
.header_navi ul li .subWrap{
  display: inline-block;
  width: auto;
  position: absolute;
  background: #FFE5EE;
  left: 0 !important;
  top: 36px;
  z-index: 9999;
  max-height:0;
  overflow: hidden;
  transition: all 100ms 0s ease-in;
}
.header_navi ul li.menu05 .subWrap{
  left:-100px !important;
}
/*
.header_navi ul .current-page-ancestor::before,
.header_navi ul li.menu-item-has-children:hover::before{
  content: '';
  width: 0;
  border-color: #FFE5EE;
  border-style: solid;
  border-width: 7px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: 0 auto;
}*/
.header_navi ul li .subWrap .sub-menu{
  margin: 0 auto;
  text-align:center;
  padding: 0;
  width: auto;
  border: 1px solid #fff;
}
.header_navi ul li .subWrap .sub-menu li{
  display: inline-block;
  color: #4d4d4d;
  width: 100%;
  border-bottom: 1px solid #FFE5EE;
  white-space: nowrap;
}
.header_navi ul li .subWrap .sub-menu li a{
  color:#4d4d4d;
  display:block;
  padding: 10px 15px;
}
.header_navi ul li .subWrap .sub-menu li a:hover{
  color:#fff;
  display:block;
  padding: 10px 15px;
  background:#FF7BAC;
}
.header_navi {
  position: absolute;
  top: 125px;
  width: 100%;
  max-width:1000px;
	margin: auto auto;
  padding: 0;
}
.headerBtn{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  display: inline-block;
}
.headerBtn ul{
  margin:0;
  list-style:none;
  padding:0 15px;
  letter-spacing: -.4em;
}
.headerBtn ul li{
  display: block;
  letter-spacing:normal;
  margin-right:5px;
}
.headerBtn ul li:last-child{
  margin-right:0px;
}
.headerBtn ul li a{
  padding:8px 20px 7px 50px;
  color:#fff;
  position: relative;
  display: inline-block;
  background-color:#FF7BAC;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  background-position:18px center;
  background-repeat:no-repeat;
	font-size: 20px;
}
.headerBtn ul li a:hover{
  text-decoration:none;
  opacity: 0.7;
}
.headerBtn ul li.contactBtn a{
  background-image:url(../images/icon_mail.png);
  background-size:24px;
}
.headerBtn ul li.telBtn a{
  background-image:url(../images/icon_tel.png);
  background-size:22px;
}
.headerBtnSp{
  display:none;
}
/* ------------------------
mainV
------------------------ */
#mainV{
  padding: 0 0 15px;
}
#mainV .spslider{
  display:none;
  padding:0;
  margin: 0;
}
#mainV .pcslider{
  padding:0;
  margin: 0 0 50px;
}
.slider {
  margin: 0 0 50px;
  padding-left:0;
}
.slider img {
  width: 100%;
  height: auto;
}
.slick-slide{
  outline: none;
}
.slick-slide img{
  opacity: .4;
}
.slick-current img{
  opacity: 1;
}
.single-item {
  max-width: 600px;
  margin: 0 auto 50px;
}
.slick-slide{
  padding:0 20px;
}
#mainV .slick-next::before ,
#mainV .slick-prev::before {
  content:none;
}
.slick-prev:active,.slick-next:active{
  border:none;
  padding:0;
  background:transparent;
}
.center-item .slick-arrow{
  width: 62px;
  height: 62px;
  background-size: 62px;
  background-position:center center;
  background-repeat:no-repeat;
  opacity: 0.7;
}
.center-item .slick-next {
  right: 90px;
  z-index: 99;
  background-image: url(../images/arrow_slide_r01.png);
}
.center-item .slick-prev {
  left: 90px;
  z-index: 99;
  background-image: url(../images/arrow_slide_l01.png);
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
  color: #666;
}
.slick-dots {
  bottom:-25px;
}

#mainV h2.main-title {
    font-size: 35px;
    color: #333;
    font-weight: bold;
    text-align: center;
    display: block;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 10px 0;
}
#mainV h2.main-title span {
    display: block;
    font-size: 22px;
    font-weight: normal;
	color: #999;
	margin-top: 5px;
}
#mainV .catch {
    font-size: 20px;
    color: #333;
    text-align: center;
    display: block;
    margin: 0;
    padding: 10px 0;
}
#mainV .catch br {
    display: none;
}

.sec{
  padding:40px 0;
}
.secEven{
  background:#CBEAE9;
	padding-bottom: 60px;
}
.secEven.fff{
  background:#fff;
}
.secEven.ivory{
  background:#F4F0EB;
}
.secEven .col-md-12{
	display: block;
	float: none;
	margin-bottom: 20px;
  }
.secEven .bg-radius-24{
	display: block;
	width: 43%;
	background-color: #fff;
	border-radius: 0 35px;
	padding: 35px;
  }
.secEven .bg-radius-24.w02{
	width: 55%;
	position: relative;
  }
.secEven .bg-radius-24.w02 ul{
	margin: 0;
	padding: 0;
	list-style: none;
  }
.secEven .bg-radius-24.w02 li{
	list-style: none;
	margin-bottom: 8px;
  }
.secEven .bg-radius-24.w02 p{
	font-size: 17px;
	position: absolute;
	right: 35px;
	bottom: 15px;
  }
.secEven .fb-ogp{
	display: block;
	width: 33%;
	height: 100%;
	max-height: 350px;
	background-color: #fff;
	padding: 10px;
  }
.secEven .row{
	display:flex;
  justify-content:space-between;
  }
.secEven .baseline{
	align-items: baseline;
  }
.secEven .row.cen-base{
	display:flex;
  justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
  }
.secEven .bg-radius-24 img{
	width: 100%;
  }
.secEven .bg-radius-24 h4{
    font-size: 23px;
    background: none;
    padding-left: 0;
    font-weight: bold;
	text-align: center;
}
.secEven .bg-radius-24 p{
	text-align: center;
}
.secEven .bg-radius-24 p.newBtn{
	margin-bottom: 0;
}

.home #primary .sec .secTitle{
  font-size:28px !important;
  color:#333 !important;
}
.sec .sub-txt{
  font-size:12px;
  text-align:center;
}
.sec.sec01 .newBtn{
  text-align:center;
}
.sec.sec01 .newBtn .btn{
  color:#96be27;
  background:transparent;
}
.sec.sec01 .newBtn .btn:hover{
  background:#96be27;
  color:#fff;
}
.sec.sec01 .newBtn span{
  position:relative;
}
.sec.sec01 .newBtn > span{
  position:relative;
  display: inline-block;
}
.sec.sec01 .newBtn > span .new{
  background: red;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  font-size: 12px;
  top: -8px;
  left: 5px;
  position: absolute;
  text-align: center;
  line-height: 20px;
}
.recruit-item img{
  max-width:250px;
}
#primary .sec.secRecruit .secTitle,
.secRecruit .sub-txt{
  color:#ec6500 !important;
}
#primary .sec.secRecruit .slick-prev:before,
#primary .sec.secRecruit .slick-next:before{
  content:none;
  /* color:#ec6500;
  font-size:40px; */
}
#primary .sec.secRecruit .slick-prev{
  left: 5px;
  z-index:99;
  background-image: url(../images/arrow_slide_l02.png);
}
#primary .sec.secRecruit .slick-next{
  right: 5px;
  z-index:99;
  background-image: url(../images/arrow_slide_r02.png);
}
.recruit-item .slick-arrow{
  width: 41px;
  height: 41px;
  background-size: 41px;
  background-position:center center;
  background-repeat:no-repeat;
  opacity: 0.7;
}
#primary .sec.secRecruit .desc{
  text-align:center;
}
#primary .sec.secRecruit .newBtn{
  text-align:center;
  padding-top:110px;
  background:url(../images/renewal/icon_home_sec04.png) no-repeat center top;
  background-size:88px;
}
#primary .sec.secRecruit .newBtn a{
  background-image: url(../images/renewal/icon_recruit_off.png);
  background-color: #ec6500;
  border: 1px solid #ec6500;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 22px;
  color: #fff;
  display: inline-block;
  padding: 6px 25px 6px 40px;
}
#primary .sec.secRecruit .newBtn a:hover{
  background-image: url(../images/renewal/icon_recruit_on.png);
  background-color: #fff;
  border: 1px solid #ec6500;
  color: #ec6500;
}

.footer_bg{
  background:#fbfdf4 !important;
  padding: 100px 0 50px;
}
#footer{
  background:none !important;
  padding-top:0 !important;
  position:relative;
}
#footer .container{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#footer .logo{
	width: 190px;
}
#footer .logo p{
	font-size: 12px;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
}
#footer .logo img{
	width: 114px;
	margin: 4px 0 8px;
}
#footer .logo address{
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-style: normal;
}
#footer nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  margin:0;
  padding:0 0 10px;
  letter-spacing: -.4em;
  position:relative;
}
#footer nav ul li{
  vertical-align:middle;
  letter-spacing: normal;
  padding:0 15px;
}
#footer nav ul li a{
  color:#333;
	font-size: 17px;
}
#footer nav ul li ul{
  padding: 0 0 10px;
	display: block;
}
#footer nav ul li ul li{
  position: relative;
	margin: 5px 0 2px;
	padding: 0 8px;
}
#footer nav ul li ul li::before {
   content: "-";
   position: absolute;
	top: -3px;
	left: 0;
}
#footer nav ul li ul li a{
	font-size: 14px;
}

#footer ul.foot-btn{
  margin:0;
  list-style:none;
  padding:0;
  letter-spacing: -.4em;
}
#footer ul.foot-btn li{
  display: block;
  letter-spacing:normal;
  margin-left:5px;
}
#footer ul.foot-btn li a{
	width: 195px;
  padding:8px 20px 7px 50px;
  color:#fff;
  position: relative;
  display: inline-block;
  background-color:#FF7BAC;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  background-position:18px center;
  background-repeat:no-repeat;
	font-size: 20px;
}
#footer ul.foot-btn li a:hover{
  text-decoration:none;
  opacity: 0.7;
}
#footer ul.foot-btn li.contactBtn a{
  background-image:url(../images/icon_mail.png);
  background-size:24px;
}
#footer ul.foot-btn li.telBtn a{
  background-image:url(../images/icon_tel.png);
  background-size:22px;
}
#footer ul.foot-btn li.telBtn a.pc{
  display: block;
	pointer-events: none
}
#footer ul.foot-btn li.telBtn a.sp{
  display: none;
}
#footer ul.foot-btn li.recruitBtn a{
  background-image:url("../images/icon_recruit.png");
  background-size:22px;
	padding-left: 46px;
}
#footer ul.foot-btn li.normal a{
  padding:8px 20px;
  color:#333;
  position: relative;
  display: inline-block;
  background:none;
	font-size: 14px;
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
	z-index: 10;
}
#page_top a {
    padding: 20px 20px;
}
#page_top a:hover {
    opacity: 0.8;
}
#footer #copy{
  font-size:12px;
}
footer #footer .row{
  margin-right: -15px;
  margin-left: -15px;
}

/* ------------------------
投稿系
------------------------ */
.postPage .postWrap{
  margin-bottom:20px;
}
.postPage .postWrap a{
  color:#333;
  text-decoration:none;
}
.postPage .postWrap a:hover{
  color:#aaa;
  text-decoration:none;
}
.postPage .postWrap .inner{
  border: 1px solid #dcdcdc;
}
.postPage .postWrap .inner .postDesc{
  padding:0 15px;
}
.postPage .postWrap .inner .time{
  font-size:12px;
  margin-bottom:5px;
}
.postPage .postWrap .inner .title{
  font-size:16px;
  font-weight:bold;
  margin:0 0 15px 0;
  padding:0;
  background:none;
  line-height:1.6;
  height:auto;
  text-align:left;
}
.postPage .postWrap .postPic{
  position:relative;
  margin-bottom:15px;
}
.postPage .postWrap .postPic .postCat{
  position:absolute;
  top:0;
  left:0;
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  color: #fff;
  z-index: 99;
}
.postPage .postWrap .postPic .pic{
  min-height: 240px;
  background-color:#000;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow:hidden;
}
.postPage .postWrap .postPic .pic img{
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.postPage .postWrap:hover .postPic .pic img{
  -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#infoWidget{
  background:#fafafa;
}
#infoWidget h3{
  border:none;
  font-weight:bold;
  font-size:15px;
  margin:0;
}
#infoWidget .infoWidget-item ul{
  padding:0;
  margin:0;
  list-style: none;
}
#infoWidget .infoWidget-item ul li{
  border-bottom: 1px solid #eaeaea;
}
#infoWidget .infoWidget-item ul li a{
  padding: 10px 0 10px 30px;
  color: #8a8a8a;
  position: relative;
  font-weight: 400;
  font-size:14px;
}
#infoWidget .infoWidget-item .current-cat a,
#infoWidget .infoWidget-item .current a{
  font-weight:bold;
  color:#333;
}
.infoWidget-item dl{
  margin:0;
  position: relative;
}
.infoWidget-item dt{
  display:block;
  cursor:pointer;
  padding: 15px 15px 15px 45px;
  border-bottom: 1px solid #eaeaea;
  background-size: 16px;
  line-height: 1 !important;
}
.infoWidget-item dl dt:after {
   content: "";
   position: absolute;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
   width: 10px;
   top:18px;
   left: 15px;
   height: 10px;
   transform: rotate(45deg);
}

.infoWidget-item dl dt.ac:after {
   content: "";
   position: absolute;
   border-left: 1px solid #000;
   border-top: 1px solid #000;
   border-right: 0;
   border-bottom: 0;
   width: 10px;
   top:18px;
   left: 15px;
   height: 10px;
   transform: rotate(45deg);
}
.infoWidget-item  dd{
  display:none;
  margin:0;
}
.infoWidget-item.active  dd{
  display:block;
}
.catList ul{
  list-style:none;
  padding:0;
  margin:0;
  margin-bottom: 10px;
}
.catList ul li{
  display:inline-block;
  margin-bottom:10px;
}
.catList ul li a{
  padding: 3px 7px;
  border: 1px solid #aaa;
  border-radius: 5px;
  color: #aaa;
  font-size: 12px;
}
.single .entry-content .entry-title.h3_title,
.category .entry-content .entry-title.h3_title{
  font-size:24px;
  margin-bottom: 0.5em;
  border: none;
  color:#333;
  text-align: left;
  padding: 0;
  line-height: 1.4;
  font-weight: bold;
}
.single .entry-content .entry-title.h3_title span,
.category .entry-content .entry-title.h3_title span{
  margin:0;
  border: none;
  color:#333;
  padding: 0;
}
.entry-meta > span.date time{
  font-size:12px;
}
.single .entry-content .entry-meta{
  margin-bottom:10px;
  margin-top: 0;
}
.entry-content .single_wrap{
  background:none;
  padding: 0;
}
.entry-content .single_wrap .single_inner{
  padding-top:0;
  padding-bottom:0;
  margin:0;
}
.single .entry-content .cat{
  float:right;
}
.entry-thumbnail{
  margin-bottom:15px;
}
.entry-content .single_inner p,
.entry-content .single_inner div{
  line-height:1.8;
}
.entry-content .entry-meta .cat a{
  border-radius:5px;
  color:#fff;
  font-size:12px;
  padding:3px 10px;
}
.single .entry-content img.wp-post-image{
  width:100%;
}
.hentry,
#content article{
  padding:30px 0;
}
.home #content article{
  padding-top:0;
}

/* ------------------------
業務提携型ステーション
------------------------ */
.medicalcoop{
  background: #f8ffe6;
  padding: 20px;
  margin-bottom: 20px;
}
.medicalcoop .topic_txt{
  margin-bottom:0;
}
.medicalcoop h3{
  font-size: 30px;
  background: none;
  padding: 0;
  color: #96be27;
  margin: 0 0 10px 0;
  text-align: left;
  border-bottom: 0;
}
.medicalcoop h4{
  font-size: 21px;
  margin-top:0;
  color: #666;
  font-weight: bold;
  background: none;
  padding-left: 0;
}

/*業務提携型ステーション 投稿ページ*/
.station-template-single-station-partner h1#pageTitle{
	line-height: 1.2
}

@media only screen and (max-width: 1000px) {
  .header_navi{
    padding: 0 15px 0 180px;
  }
}
@media only screen and (max-width: 991px) {
  .medicalcoop img{
    width:106px;
    margin-bottom:10px;
  }
  .medicalcoop h3{
    font-size:21px;
    text-align:center;
  }
  .medicalcoop h4{
    font-size:16px;
    text-align:center;
  }
  .hentry,
  #content article{
    padding:20px 0;
  }
  .home #content article{
    padding:0;
  }
  .sec{
    padding: 30px 0;
  }
  .home #primary .sec .secTitle{
    font-size:21px !important;
    margin-top: 0;
  }
  #main{
    margin-top:57px;
  }
#mainV{
  padding: 10px 0 15px;
}
  #mainV .spslider{
    display:block;
		width: 100%;
		overflow:hidden;
  }
  #mainV .pcslider{
    display:none;
  }
	
#mainV h2.main-title {
    font-size: 30px;
}
#mainV h2.main-title span {
    font-size: 20px;
}
#mainV .catch {
    font-size: 18px;
}
	
  .header .header_logo{
		width: 40px;
    margin: 5px 0 0 10px;
    top: 0;
  }
.header .header_logo a img {
  width: 100%;
}
.header_inner a.bnr_recruit{
  display: none;
}
  .headerBtn{
    display:none;
  }
  .headerBtnSp{
    display:inline-block;
    position:absolute;
    right:60px;
    top:0px;
  }
  .headerBtnSp ul{
    list-style:none;
    margin: 8px 0 0;
    display: flex;
  }
  .headerBtnSp ul li{
    display:inline-block;
		margin-right: 5px;
  }
  .headerBtnSp ul li a img{
    height: 20px;
  }
  .headerBtnSp ul li.recruitBtn a img{
    height: 22px;
  }
  .headerBtnSp ul li.contactBtn a,
  .headerBtnSp ul li.telBtn a,
  .headerBtnSp ul li.recruitBtn a{
    background:#FF7BAC;
    padding:10px;
    text-align:center;
		border-radius: 5px;
		width: 40px;
		height: 40px;
		display:flex;
		align-items: center;
		justify-content: center;
  }
  .header {
    height: 65px;
  }
  .header:before {
    height: 57px;
  }
  .header .hbgnavi {
    display: none;
    position: relative;
    top: 0;
    left: 0px;
    z-index: 10; }
  .header .hbgnavi_inner {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #FFF;
    padding: 55px 10px 0; }
  .header .hbgnavi.open {
    display: block;
  }
  .header .toggle {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .header .toggle span {
    text-indent: -9999px;
    display: block;
    position: absolute;
    z-index: 11;
    width: 30px;
    height: 3px;
    background: #333;
    transition: all 100ms 0s ease-in;
  }
  .header .toggle span.spMenu {
    text-indent: inherit;
    position: absolute;
    display: block;
    font-size: 9px;
    bottom: -9px;
    height: 9px;
    text-align:center;
    background: no-repeat;
    color: #333;
    line-height: 1.2;
  }
  .header .toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 30px;
    height: 3px;
    background: #333;
    transition: all 100ms 0s ease-in;
  }
  .header .toggle:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    width: 30px;
    height: 3px;
    background: #333;
    transition: all 100ms 0s ease-in;
  }
  .header .toggle.close {
    z-index: 11;
  }
  .header .toggle.close span.spClose{
    text-indent: inherit;
    position: absolute;
    display: block;
    font-size: 9px;
    bottom: -9px;
    height: 9px;
    text-align: center;
    background: no-repeat;
    color: #333;
    line-height: 1.2;
  }
  .header .toggle.close:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    width: 30px;
    height: 1px;
    background: #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .toggle.close:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 30px;
    height: 1px;
    background: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .toggle.close span {
    display: none;
  }
  .header_navi{
    padding:0;
  }
  .header_navi ul li{
    position:static;
    display:block;
  }
  .header_navi > div > ul > li > a{
    text-align: left;
    position: relative;
    border-bottom: 1px solid #FF7BAC;
    padding: 15px 15px 15px 10px;
    color:#333;
		background-color: #F4F0EB;
  }
  .header_navi > div > ul{
    display:block;
    padding:0;
  }
  .header_navi ul li.menu01:hover > .subWrap,
  .header_navi ul li.menu02:hover > .subWrap,
  .header_navi ul li.menu03:hover > .subWrap,
  .header_navi ul li.menu04:hover > .subWrap,
  .header_navi ul li.menu05:hover > .subWrap{
    max-height: none
  }
  .header_navi ul li.menu-item-has-children:hover::before{
    content:none;
  }
  .header_navi ul li.menu-item-has-children > a{
  }
  .header_navi ul li .subWrap.open{
    max-height:inherit;
    position:inherit;
    overflow:visible;
    background:#fff;
    color:#333;
    width: 100%;
  }
  .header_navi ul li .subWrap .sub-menu li a{
    color:#333;
    border-width:1px;
    padding-left: 30px;
    display:block;
		text-align: left;
  }
  .header_navi ul li .subWrap.open .sub-menu{
    padding:0;
    max-width:auto;
    margin:0;
  }
  .header_navi ul li .subWrap.open .sub-menu li{
    display:block;
    color:#333;
    padding:0;
  }
  .header_navi ul li .subWrap{
    width: auto;
    height: 0;
    max-height: none;
    background:#fff;
  }
  .header_navi ul li .subWrap.open{
    height:auto;
  }
  .header_navi ul li.menu-item-has-children{
    position:static;
  }
  .header_navi ul li.menu-item-has-children > a:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #FF7BAC;
    position: absolute;
    left: auto !important;
    right: 20px;
    bottom: 26px;
  }
  .header_navi ul li.menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #FF7BAC;
    position: absolute;
    left: auto !important;
    right: 20px;
    bottom: 26px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: all 100ms 0s ease-in;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .header_navi ul li.menu-item-has-children > a.open:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #main .sec h4{
    font-size:21px;
  }
  #main .sec .desc{
    font-size:16px;
  }
	#footer{
    margin-top:60px !important;
  }
  #footer .container{
		display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #footer .logo{
    width: 115px;
		display: block;
  }
  .header_navi ul .current-page-ancestor::before,
  .header_navi ul li.menu-item-has-children:hover::before{
    content:none;
  }
}
@media only screen and (max-width: 768px) {
  #main{
    margin-top:57px;
  }
  .header .header_logo{
    width:32px;
    left:10px;
    margin: 7px 0 0 0;
  }
.header .header_logo a img {
  width: 100%;
}
  .header,
  .header:before{
    height:57px;
  }
  .headerBtnSp ul li.contactBtn a,
  .headerBtnSp ul li.telBtn a,
  .headerBtnSp ul li.recruitBtn a{
    padding:6px;
  }
  .header .toggle{
    height:30px;
  }
  #mainV .slick-slide img{
    width:257px;
  }
	
#mainV h2.main-title {
    font-size: 28px;
    color: #333;
}
#mainV h2.main-title span {
    font-size: 18px;
}
#mainV .catch {
    font-size: 16px;
}
#mainV .catch br {
    display: block;
}

  .center-item .slick-next {
    right: 110px;
  }
  .center-item .slick-prev {
    left: 110px;
  }
  #main .sec h4{
    font-size:16px;
    padding-bottom: 4px;
  }
  #main .sec .desc{
    font-size:14px;
    margin-bottom: 5px;
  }
  #main .sec.secBnr .desc{
    margin-bottom:0;
  }
  .sec .sub-txt{
    margin-bottom:10px;
  }
  .sec.sec01 .newBtn .btn{
    margin-bottom:10px;
  }
	
.secEven .row{
	display:block;
  }
.secEven .row.pad-flex{
	display:flex;
  }
.secEven .row.baseline{
	display: flex;
	align-items: baseline;
  }
.secEven .bg-radius-24{
	display: block;
	width: 90%;
	padding: 20px;
	margin: auto auto 20px;
  }
.secEven .bg-radius-24.w02{
	width: 90%;
  }
	.secEven .bg-radius-24.w02 p {
    font-size: 15px;
    position: relative;
		right: auto;
		bottom: auto;
		text-align: right;
}
.secEven .fb-ogp {
    width: 90%;
    height: 100%;
    min-height: 280px;
	margin: auto auto;
}
.secEven .fb-ogp iframe {
	width: 100%;
    height: 100%;
    min-height: 260px;
}
	.secEven .col-md-12{
	display: block;
	float: none;
	margin-bottom: 20px;
  }
.newBtn .btn.telBtn.pc{
  display: none;
}
.newBtn .btn.telBtn.sp{
  display: inline-block;
}

#footer ul.foot-btn li.telBtn a.pc{
  display: none;
}
#footer ul.foot-btn li.telBtn a.sp{
  display: block;
}
#footer nav ul{
	display: none;
}
#footer .logo{
	width: 65%;
	display: flex;
	align-items: flex-end;
}
#page_top a {
  padding: 0;
}
#page_top a img {
  width: 50px;
	height: 50px;
}
}
@media only screen and (max-width: 480px) {
 .center-item .slick-next {
    right: 10px;
  }
  .center-item .slick-prev {
    left: 10px;
  }
  .postPage .postWrap .postPic .pic{
    min-height:160px;
  }
  .postPage .postWrap .postPic .pic img{
    height:160px;
  }
  #main{
    margin-top:57px;
  }
  .header:before{
    height:57px;
  }
	
.secEven .row.pad-flex{
	display:block;
  }
.secEven .row.baseline{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
  }
	
  #footer .container{
		display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
#footer .logo{
	width: 98%;
	display: flex;
	align-items: flex-end;
}
#footer ul.foot-btn{
	width: 90%;
  margin:0 auto 20px;
}
#footer ul.foot-btn li a{
	width: 100%;
}
}


/* ------------------------
会社概要
------------------------ */
#mainV.company {
	width: auto;
	height: 44vh;
	display:flex;
  align-items: center;
  justify-content: center;
  background:url("../images/company/company-main.jpg") no-repeat bottom center;
  background-size:100% auto;
}
#topMessage .row{
	width: auto;
	height: 487px;
	display:block;
  background:url("../images/company/top-message.jpg") no-repeat top center;
  background-size:contain;
	margin-top: 20px;
	position: relative;
}
#topMessage .row p{
	width: auto;
	position: relative;
	left: 45%;
	margin-top: 3%;
	font-size: 17px;
	font-family:"游明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
}
#topMessage .row p:first-child{
	margin-top: 4%;
}

#sammary .row table{
	width: 80%;
	margin: auto auto;
}
#sammary .row table th{
	width: 25%;
	font-size: 20px;
}
#sammary .row table td{
	font-size: 17px;
}

@media only screen and (max-width: 1250px){
	#mainV.company {
		background-size:auto 100%;
	}
  
}
@media only screen and (max-width: 768px) {
  #mainV.company {
		width: auto;
		height: 35vh;
		background-position: top right;
	}
	#topMessage .row{
		width: 100%;
		height: auto;
		min-height: 36vh;
		display:block;
		background:url("../images/company/top-message.jpg") no-repeat top center;
		background-size:contain;
		margin: 15px auto;
		position: relative;
	}
	#topMessage .row p{
		width: 52%;
		left: 43%;
		margin-top: 1%;
		margin-bottom: 7px;
		font-size: 15px;
	}
	#topMessage .row p:first-child{
		margin-top: 3%;
	}
	#topMessage .row p br{
		display: none;
	}
	#topMessage .row p br.br-vew{
		display: block;
	}
}
@media only screen and (max-width: 480px) {
  #mainV.company {
		width: auto;
		height: 35vh;
		background-position: top right 20%;
	}
	#topMessage .row{
		width: 94%;
		height: auto;
		display:block;
		background:url("../images/company/top-message.jpg") no-repeat top center;
		background-size:contain;
		margin: 15px auto;
		position: relative;
		padding-top: 28vh;
	}
	#topMessage .row p{
		width: auto;
		position: static;
		left: 45%;
		margin-top: 3%;
		font-size: 14px;
	}
	#topMessage .row p:first-child{
		position: absolute;
		top: 4%;
		width: 50%;
	}
	#topMessage .row p:last-child{
		text-align: right;
	}
	#sammary .row table{
		width: 90%;
	}
	#sammary .row table th{
		width: 100%;
		font-size: 17px;
	}
	#sammary .row table td{
		font-size: 16px;
		border-top: none;
		padding-top: 2px;
	}

}
/*重要事項説明書*/
.container.instructions a {
    width: 80%;
    margin: auto auto;
	margin-bottom: 10px;
	text-decoration:underline !important;
}
@media only screen and (max-width: 480px) {
	.container.instructions a {
       width: 95%;
	   margin-bottom: 20px;
     }
}
/* ------------------------
ページ内リンク
------------------------ */

nav#inside-link {
	width: 100%;
	max-width: 1000px;
  display:block;
	margin: 20px auto;
}

nav#inside-link ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
	width: 100%;
	padding: 0;
  margin:0;
  list-style:none;
}
nav#inside-link ul li{
	min-width: 150px;
  margin:0 10px;
	padding: 0;
  position:relative;
}
nav#inside-link li > a{
	width: 100%;
	height: 100%;
  color:#fff;
  padding: 8px 7px;
  text-decoration:none;
  outline:none;
	background-color: #FF7BAC;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	nav#inside-link ul{
		width: 94%;
		margin:0 auto;
	}
	nav#inside-link ul li{
		min-width: inherit;
		width: auto;
		margin:0 4px;
		padding: 0;
	}
	nav#inside-link li > a{
		padding: 8px 10px;
	}

}
@media only screen and (max-width: 480px) {
	nav#inside-link ul{
		width: 96%;
		margin:0 auto;
		 -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	}
	nav#inside-link ul li{
		min-width: 90px;
		width: auto;
		margin:2px 4px;
		padding: 0;
	}
	nav#inside-link li > a{
		padding: 8px 6px;
	}
}

/* ------------------------
保険適用サービス/自費サービス
------------------------ */
#mainV.houmon {
	width: auto;
	height: 44vh;
	display:flex;
  align-items: center;
  justify-content: center;
  background:url("../images/houmon/houmon-main.jpg") no-repeat bottom center;
  background-size:100% auto;
}
#mainV.jihi {
	width: auto;
	height: 44vh;
	display:flex;
  align-items: center;
  justify-content: center;
  background:url("../images/jihi/jihi-main.jpg") no-repeat bottom center;
  background-size:100% auto;
}
#mainV.houmon p br.br-vew,
#content p br.br-vew{
	display: block;
}


#content .wrap-1{
	width: 100%;
  display: block;
}
#content .wrap-1.w-80{
	width: 80%;
  margin: auto;
}
#content .wrap-2-1{
	width: 37%;
  display: flex;
	align-items: baseline;
	justify-content: flex-end;
	margin-left: 8%;
}
#content .wrap-2-2{
	width: 45%;
  display: block;
	margin-right: 8%;
}
#content .wrap-2-1 img{
	display: block;
	width: 44%;
	margin: 0 15px 0 0;
	float: left;
}

#content .wrap-3{
	width: 25%;
  display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #CBEAE9;
	border-radius: 0 35px;
	margin-bottom: 40px;
	padding: 25px;
}
#content .wrap-3.bg-p{
	background-color: #FF7BAC;
}
#content .wrap-3.bg-i{
	background-color: #F4F0EB;
}
#content .wrap-3 img{
	width: 60%;
	margin: 15px auto;
}
#content .wrap-3 p{
	margin-bottom: 0;
}

#content .wrap-4{
	width: 22%;
  display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
#content .wrap-4 img{
	width: 100%;
}
#content .wrap-4 h4{
	display: inline-block;
	position: relative;
	top: -15px;
	background-color: #fff;
	margin: 0 auto;
	padding: 3px 15px;
	border-radius: 20px;
	font-size: 22px;
	line-height: 1.4;
}
#content .wrap-4 ul{
	display: block;
	position: relative;
	top: -15px;
	width: 100%;
	list-style: disc;
}
#content .wrap-4 ul.padL-80{
	padding-left: 80px;
}

#content .wrap-1 table.table-02 {
	width: 80%;
	margin: 10px auto 50px;
}
#content .wrap-1 table.table-02 td {
	width: 33%;
	line-height: 1.6;
}
#content .wrap-1 table td .sp-view {
	display: none;
}

#content .wrap-1 dl{
	width: 100%;
  display: block;
	margin: 0 auto 50px;
	text-align: center;
	position: relative;
}
#content .wrap-1 dl dt{
	width: auto;
  display: inline-block;
	margin: auto;
	padding: 5px 20px;
	background-color: #fff;
	font-weight: bold;
	font-size: 23px;
	position: relative;
	top: 30px;
}
#content .wrap-1 dl dd{
	width: 100%;
  display: block;
	margin: 10px auto 50px;
	padding: 25px 10px 20px;
	border: #CBEAE9 1px solid;
}
#content .wrap-1 dl dd::after{
  content: "";
  display: inline-block;
  width: 31px;
  height: 23px;
  background: url("../images/flow_arrow.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 48%;
	margin-top: 70px;
}
#content .wrap-1 dl dd:last-child::after,
#content .wrap-1 dl dd.arrow-none::after{
  display: none;
}
#content .wrap-1 dl dd b{
	display: block;
	margin-bottom: 10px;
	color: #FF7BAC;
}

#content .wrap-1 dl .dl-in {
  display: flex;
	justify-content: space-between;
}
#content .wrap-1 dl .dl-in dl{
	width: 48%;
	margin: 0;
}
#content .wrap-1 dl .dl-in dd::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 23px;
  background: url("../images/flow_arrow.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 48%;
	top: -15px;
}
#content .wrap-1 dl .dl-in dd::after{
  content: "";
  display: inline-block;
  width: 31px;
  height: 23px;
  background: url("../images/flow_arrow.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 48%;
	margin-top: 70px;
}

#content .container > dl{
	width: 100%;
	height: 285px;
  display: block;
	margin: 30px auto 50px;
	position: relative;
}
#content .container > dl dt{
	width: 220px;
	height: 220px;
  display: inline-block;
	margin: auto;
	padding: 0;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	position: relative;
	top: 0;
	z-index: 10;
}
#content .container > dl dt img{
	width: 100%;
	height: auto;
}
#content .container > dl dd{
	width: 70%;
  display: block;
	margin: 10px 10% 50px auto;
	padding: 25px 20px 25px 70px;
	background-color: #fff;
	position: relative;
	top: -22vh;
}
#content .container > dl dd::before {
  content: "";
  display: inline-block;
  width: 189px;
  height: 108px;
  background: url("../images/jihi/jihi_cordinated-travel05.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  top: -35px;
  right: -30px;
}
#content .container > dl dd h4{
	margin: 0 0 15px;
	padding: 0;
	font-size: 33px;
	font-weight: bold;
}
#content .container > dl dd h5{
	margin: 0 0 15px;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
}
#content .container > dl dd p{
	margin-bottom: 0;
}


@media only screen and (max-width: 1250px){
	#mainV.houmon,
	#mainV.jihi{
		background-size:auto 100%;
	}
  
}
@media only screen and (max-width: 768px) {
  #mainV.houmon,
	#mainV.jihi{
		width: auto;
		height: 35vh;
		background-position: top center;
	}
	#content p br.br-vew{
		display: none;
	}
	#content .wrap-3{
		width: 31%;
		padding: 20px;
	}
	#content .wrap-4 h4{
		font-size: 20px;
	}
	#content .wrap-4 ul{
		padding-left: 20px;
	}
	#content .wrap-4 ul.padL-80{
		padding-left: 50px;
	}

	#content .container > dl dt{
		width: 180px;
		height: 180px;
	}
	#content .container > dl dd{
		width: 75%;
		margin: 10px 2% 50px auto;
		padding: 25px 20px 25px 50px;
		position: relative;
		top: -17vh;
	}
	#content .container > dl dd::before {
		width: 160px;
		height: 90px;
		position: absolute;
		top: -35px;
		right: -30px;
	}
	#content .container > dl dd h4{
		font-size: 28px;
	}
	#content .container > dl dd h5{
		font-size: 21px;
	}
}
@media only screen and (max-width: 480px) {
  #mainV.houmon{
		width: auto;
		height: 35vh;
		background-position: top right 30%;
	}
	#mainV.jihi{
		width: auto;
		height: 35vh;
		background-position: top left 20%;
	}

	#content .wrap-2-1{
		width: 94%;
		display: flex;
		justify-content: center;
		margin: auto auto 10px;
	}
	#content .wrap-2-2{
		width: 94%;
		display: block;
		margin: auto;
		text-align: left;
	}
	#content .wrap-2-1 img{
		display: block;
		width: 44%;
		margin: 0 1%;
		float: none;
	}
	#content .wrap-2-2 p{
		margin-bottom: 10px;
	}
	#content .wrap-3{
		display: block;
		width: 70%;
		margin-bottom: 20px;
		text-align: center;
	}
	#content .wrap-4{
		width: 44%;
		margin: 0 4px auto;
	}
	#content .wrap-1 table.table-02 {
		width: 94%;
		margin: auto auto 50px;
	}
	#content .wrap-1 table.table-02 td {
		width: 100%;
	}
	#content .wrap-1 table td.td-bg {
		background-color: #F4F0EB;
	}
	#content .wrap-1 table td.td-none {
		display: none;
	}
	#content .wrap-1 table td .sp-view {
		display: inline-block;
	}
	#content .wrap-1 dl dt{
		font-size: 20px;
	}
	#content .wrap-1 dl dd{
		margin: 10px auto 35px;
	}
	#content .wrap-1 dl dd::after {
		position: absolute;
		left: 45%;
		margin-top: 60px;
	}
	
	#content .container > dl{
		min-height: 340px;
	}
	#content .container > dl dt{
		width: 100px;
		height: 100px;
	}
	#content .container > dl dd{
		width: 96%;
		margin: 10px 0 50px auto;
		padding: 45px 20px 15px 20px;
		position: relative;
		top: -11vh;
	}
	#content .container > dl dd::before {
		width: 130px;
		height: 74px;
		position: absolute;
		top: -35px;
		right: -5px;
	}
	#content .container > dl dd h4{
		font-size: 22px;
		margin-left: 26%;
		margin-bottom: 20px;
	}
	#content .container > dl dd h5{
		font-size: 18px;
	}
}

/* ------------------------
page内リンク位置調整
------------------------ */
#topMessage,#sammary,
#nursing,#rehabilitation,#charge,#flow,#case,
#attendant,#cordinated-travel,
#nayami,#staffs,#voice,#requirements,#appli-from{
	margin-top:-180px;
	padding-top:180px;
}
@media only screen and (max-width: 768px) {
	#topMessage,#sammary,
	#nursing,#rehabilitation,#charge,#flow,#case,
	#attendant,#cordinated-travel,
#nayami,#staffs,#voice,#requirements,#appli-from{
		margin-top:0px;
		padding-top:0px;
	}
}
/* ------------------------
イベント
------------------------ */

#mainV.event {
	width: auto;
	height: 44vh;
	display:flex;
  align-items: center;
  justify-content: center;
  background:url("../images/event/event-main.jpg") no-repeat bottom center;
  background-size:100% auto;
}

#content .wrap-3-2{
	width: 30%;
  display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 10px 40px;
	padding: 0;
}
#content .wrap-3-2 img{
	width: 100%;
	border-radius: 0 35px;
	margin: 0 auto 15px;
}
#content .wrap-3-2 p{
	margin-bottom: 0;
}

#content .wrap-event{
	width: 80%;
	height: auto;
	min-height: 320px;
	display:block;
	background:url("../images/event/event_07.jpg") no-repeat right bottom;
	background-size: 202px auto;
	margin: 15px auto 80px;
	position: relative;
}
#content .wrap-event > img {
	display: none;
}
#content .wrap-event .catch {
    text-align: center;
    margin: 30px 0;
}
#content .wrap-event .wrap-event-txt{
	width: 65%;
	height: auto;
	display:block;
	margin: 15px auto 15px 0;
	padding: 35px;
	background-color: #CBEAE9;
	border-radius: 25px;
	position: absolute;
	bottom: 0;
}
#content .wrap-event .wrap-event-txt::before{
  content: '';
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 50px solid #CBEAE9;
  position: absolute;
  right: -40px;
  bottom: 15px;
  margin: 0 auto;
	transform:rotate(20deg);
}
#content .wrap-event .wrap-event-txt p{
	margin-bottom: 0;
}

@media only screen and (max-width: 1250px){
	#mainV.event {
		background-size:auto 100%;
	}
  
}
@media only screen and (max-width: 768px) {
  #mainV.event {
		width: auto;
		height: 35vh;
		background-position: top right;
	}
	#mainV.event p br.br-vew{
		display: block;
	}
	
	#content .wrap-event{
		width: 96%;
	}
	#content .wrap-event .catch img {
			width: 250px;
		height: auto;
	}
	#content .wrap-event .wrap-event-txt{
		padding: 25px;
	}
}
@media only screen and (max-width: 480px) {
  #mainV.event {
		width: auto;
		height: 35vh;
		background-position: top right 20%;
	}
	#mainV.event p br.br-vew{
		display: none;
	}

	#content .wrap-3-2{
		width: 44%;
	}
	#content .wrap-3-2 img{
		border-radius: 0 25px;
	}
	#content .wrap-event{
		width: 96%;
		height: auto;
		min-height: 350px;
		display:block;
		background:none;
		margin: 15px auto 80px;
		position: relative;
	}
	#content .wrap-event > img {
		width: 150px;
		height: auto;
		margin: auto;
		display: block;
	}
	#content .wrap-event .catch {
		margin-bottom: 15px;
	}
	#content .wrap-event .catch img {
		width: 200px;
		height: auto;
	}
	#content .wrap-event .wrap-event-txt{
		width: 100%;
		height: auto;
		margin: 5px auto 15px;
		padding: 15px;
		border-radius: 15px;
		position: relative;
		bottom: 0;
	}
	#content .wrap-event .wrap-event-txt::before{
		content: '';
		width: 0;
		border-right: 5px solid transparent;
		border-left: 20px solid transparent;
		border-top: 30px solid #CBEAE9;
		position: absolute;
		right: inherit;
		left: 25%;
		bottom: -45px;
		margin: 0 auto;
		transform:rotate(-15deg);
	}
}

/* ------------------------
よくある質問
------------------------ */

#mainV.question {
	width: auto;
	height: 44vh;
	display:flex;
  align-items: center;
  justify-content: center;
  background:url("../images/question/question-main.jpg") no-repeat bottom center;
  background-size:100% auto;
}


@media only screen and (max-width: 1250px){
	#mainV.question {
		background-size:auto 100%;
	}
  
}
@media only screen and (max-width: 768px) {
  #mainV.question {
		width: auto;
		height: 35vh;
		background-position: top center;
	}
	#mainV.question p br.br-vew{
		display: block;
	}
	
}
@media only screen and (max-width: 480px) {
  #mainV.question {
		width: auto;
		height: 35vh;
		background-position: top left 20%;
	}
	#mainV.question p br.br-vew{
		display: none;
	}

}

/* ------------------------
採用
------------------------ */

#mainV.recruit {
	width: auto;
	height: 47vh;
	display:flex;
  align-items: center;
  justify-content: center;
  background:url("../images/recruit/recruit-main.jpg") no-repeat bottom center;
  background-size:100% auto;
}

.secEven .wrap-1-2{
	display: block;
	width: 85%;
	margin: auto auto 30px;
  }
.secEven .bg-radius-1{
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 0 35px;
	margin: auto auto 30px;
	padding: 25px;
	position: relative;
  }
#content .secEven .bg-radius-1 dl{
	width: 100%;
	height: auto;
  display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 20px;
	position: relative;
}
#content .secEven .bg-radius-1 dl dt{
	width: 184px;
	height: auto;
  display: inline-block;
	margin: 0;
	padding: 2px;
	border: #b3b3b3 1px solid;
	position: relative;
	top: 0;
	z-index: 10;
}
#content .secEven .bg-radius-1 dl dt img{
	width: 100%;
	height: auto;
}
#content .secEven .bg-radius-1 dl dt h4{
	display: none;
}
#content .secEven .bg-radius-1 dl dd{
	width: 75%;
  display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0 0 0 10px;
	padding: 0;
	background-color: #fff;
	position: relative;
}
#content .secEven .bg-radius-1 dl dd .catch,
#content .secEven .bg-radius-1 dl.dl-staff dd .catch{
	width: 100%;
	height: auto;
	display:block;
	margin: 0 0 15px 0;
	padding: 10px 15px;
	background-color: #CBEAE9;
	border-radius: 25px;
	text-align: center;
	position: relative;
	font-size: 20px;
}
#content .secEven .bg-radius-1 dl dd .catch::before{
  content: '';
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 30px solid #CBEAE9;
  position: absolute;
  left: -10px;
  bottom: 0;
  margin: 0 auto;
	transform:rotate(-35deg);
}
#content .secEven .bg-radius-1 dl dd h4{
	width: 100%;
	height: auto;
	display:block;
	margin: 0 0 10px 20px;
	padding: 0;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}
#content .secEven .bg-radius-1 dl dd h4 span{
	width: auto;
	height: auto;
	display:inline-block;
	margin-left: 30px;
	font-size: 17px;
	font-weight: normal;
}
#content .secEven .bg-radius-1 dl dd p{
	width: 100%;
	height: auto;
	display:block;
	margin: 0 0 10px 20px;
	padding: 0;
}
#content .secEven .bg-radius-1 dl.dl-staff{
	flex-direction: row-reverse;
}
#content .secEven .bg-radius-1 dl.dl-staff dd{
	margin: 0 10px 0 0;
}
#content .secEven .bg-radius-1 dl.dl-staff dd .catch::before{
  content: '';
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 30px solid #CBEAE9;
  border-right: none;
  position: absolute;
	left: inherit;
  right: -10px;
  bottom: 0;
  margin: 0 auto;
	transform:rotate(35deg);
}
#content .secEven .bg-radius-1 dl.dl-staff dd p.m-left{
	margin: 0 20px 10px 0;
}

#content .secEven .bg-radius-1 .bg-iv{
	width: 100%;
	height: auto;
	display:block;
	margin: 0;
	padding: 10px 35px;
	background-color: #F4F0EB;
}
#content .secEven .bg-radius-1 .bg-iv p{
	margin: 0;
}

.secEven .bg-radius-2{
	display: block;
	width: 60%;
	background-color: #fff;
	border-radius: 0 35px;
	margin: auto 15px 30px;
	padding: 25px;
	position: relative;
  }
.secEven .bg-radius-2 img{
	width: 100%;
  }
#content .wrap-2-3{
	width: 37%;
  display: block;
	margin-left: 15px;
}
#content .wrap-2-3 img{
	width: 306px;
	height: 144px;
	margin: 15px 0;
}

#content .secEven dl.dl-voice{
	width: 100%;
	height: auto;
  display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 30px;
	position: relative;
}
#content .secEven dl.dl-voice dt{
	width: 86px;
	height: auto;
  display: inline-block;
	margin: 0;
	padding: 2px;
	position: relative;
	top: 0;
	z-index: 10;
}
#content .secEven dl.dl-voice dt img{
	width: 100%;
	height: auto;
}
#content .secEven dl.dl-voice dd{
	width: 85%;
  display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0 0 0 10px;
	padding: 20px 25px;
	background-color: #FFE5EE;
	border-radius: 25px;
	position: relative;
}
#content .secEven dl.dl-voice dd::before{
  content: '';
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 30px solid #FFE5EE;
  position: absolute;
  left: -25px;
  top: 40px;
  margin: 0 auto;
}
#content .secEven dl.dl-voice dd.fff{
	background-color: #fff;
}
#content .secEven dl.dl-voice dd.fff::before{
  border-right: 30px solid #fff;
}
#content .secEven dl.dl-voice dd p{
	margin: 0;
}
#content .secEven dl.dl-voice dd p:first-child{
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 15px;
}
#content .secEven dl.dl-voice dd p:first-child span{
	display: inline-block;
	background: linear-gradient(transparent 65%, #ffb3cf 0%);
}
#content .secEven dl.dl-voice dd p:first-child br{
	display: none;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #333;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #FF7BAC;
  border-radius: 50%;
}
@media only screen and (max-width: 1250px){
	#mainV.recruit {
		background-size:auto 100%;
	}
  
}
@media only screen and (max-width: 768px) {
  #mainV.recruit {
		width: auto;
		height: 35vh;
		background-position: top left 30%;
	}
	#mainV.recruit p br.br-vew{
		display: block;
	}
	.secEven .wrap-1-2{
		width: 100%;
  }
	#content .wrap-2-3{
		width: 35%;
		margin-left: 0;
	}
	#content .wrap-2-3 img{
		width: 250px;
		height: auto;
		margin: 0 15px 10px 0;
	}
	#content .txt img.w-80{
		width: 80%;
	}
	
}
@media only screen and (max-width: 480px) {
  #mainV.recruit {
		width: auto;
		height: 35vh;
		background-position: top left 40%;
	}
	#mainV.recruit p br.br-vew{
		display: none;
	}

#content .txt img.w-80 {
    width: 95%;
}
	.secEven .bg-radius-1{
	border-radius: 0 25px;
	padding: 20px;
  }
#content .secEven .bg-radius-1 dl{
  display: block;
}
#content .secEven .bg-radius-1 dl dt{
	width: 100%;
	height: auto;
  display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto 10px;
	padding: 2px;
	border: none;
	position: relative;
	top: 0;
}
#content .secEven .bg-radius-1 dl dt img{
	width: 38%;
	height: auto;
	padding: 2px;
	border: #b3b3b3 1px solid;
}
#content .secEven .bg-radius-1 dl dt h4{
	width: 100%;
	height: auto;
	display:block;
	margin: 0 0 10px 20px;
	padding: 0;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
}
#content .secEven .bg-radius-1 dl dt h4 span{
	width: auto;
	height: auto;
	display:block;
	font-size: 17px;
	font-weight: normal;
	margin: 10px 0;
}
#content .secEven .bg-radius-1 dl dd{
	width: 100%;
  display: block;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
}
#content .secEven .bg-radius-1 dl dd .catch,
#content .secEven .bg-radius-1 dl.dl-staff dd .catch{
	width: 100%;
	height: auto;
	display:block;
	margin: 0 0 15px 0;
	padding: 10px;
	background-color: #CBEAE9;
	border-radius: 15px;
	text-align: left;
	position: relative;
	font-size: 17px;
}
#content .secEven .bg-radius-1 dl dd .catch::before{
  display: none;
}
#content .secEven .bg-radius-1 dl dd h4,
#content .secEven .bg-radius-1 dl dd .sp-none{
	display: none;
}
#content .secEven .bg-radius-1 dl dd p{
	width: 100%;
	height: auto;
	display:block;
	margin: 0 0 10px 0;
	padding: 0;
}
#content .secEven .bg-radius-1 .bg-iv{
	padding: 10px 15px;
}
	#content .wrap-2-3{
		width: 96%;
		margin: auto auto;
	}
	#content .wrap-2-3 img{
		width: 200px;
		height: auto;
		margin: 0 15px 10px 0;
	}
.secEven .bg-radius-2{
	display: block;
	width: 96%;
	background-color: #fff;
	border-radius: 0 35px;
	margin: auto auto 30px;
	padding: 20px;
	position: relative;
  }
	.home .container .row.bg_question {
			padding-top: 20px !important;
	}
	#content .secEven dl.dl-voice dd p:first-child{
		width: 100%;
	}
	#content .secEven dl.dl-voice dd p:first-child br{
		display: block;
	}
}

/* ------------------------
お問い合わせ/thanks
------------------------ */

#content .container form .doui{
	display: block;
	margin: 40px auto;
	text-align: center;
}
#content .container form .doui p{
	margin-bottom: 10px;
}
#content .container form .doui a{
	display: inline-block;
	color: #0071bc;
}
#content .container form .doui-check{
	display: flex;
	justify-content: center;
}

#content .container p.thanks{
		display: block;
		margin: 40px auto;
		font-size: 35px;
		text-align: center;
	}
#content .container .thanks-wrap{
	display: block;
	width: 60%;
	margin: 0 auto 40px;
	padding: 10px;
	border: #d3d3d3 1px solid;
}
#content .container .thanks-wrap p{
	margin-bottom: 0;
}

h4.privacy_h4 {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    display: block;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0 0 15px;
}

@media only screen and (max-width: 768px) {
	#main.main02 {
    margin-top: 60px;
}
	#content .container p.thanks{
		margin: 30px auto;
		font-size: 25px;
	}
	#content .container .thanks-wrap{
		width: 80%;
	}
}
@media only screen and (max-width: 480px) {
	#content .container p.thanks{
		font-size: 20px;
	}
	#content .txt img.w-55 {
			width: 55%;
	}
	#content .container .thanks-wrap{
		width: 94%;
	}
	#content .container .thanks-wrap .sp-none{
		display: none;
	}
	#content .container .thanks-wrap span{
		display: block;
		text-align: center;
	}
}

/* ------------------------
footerSNS
------------------------ */
li.foot-sns {
        text-align: right;
    }
li.foot-sns img {
        width: 40px;
    }
#footer ul.foot-btn li.foot-sns a {
        background: none;
	    padding: 0;
	    width: 50px;
    }