@charset "UTF-8";

/*==============================================================
　スマートフォン　640px未満
===============================================================*/

@media only screen and (max-width:748px){

/*==============================================================
　header
===============================================================*/
body#home .recruitBnr{
    width: 50%;
    padding: 0;
    }
  body#home .recruitBnr img{
    width: 100%;
      height: auto;
    }
header #headerIn {
	position: relative;
	top: 0;
	width:100%;
	padding-left:0;
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items:center;
	padding:3.2%;
	z-index: 9999;
}
header #siteTitle {
	position:static;
	width:40%;
}
header #siteTitle img {
	width:100%;
	height:auto;
}
header .recruitBtn a{
	color: #fff;
	font-weight: bold;
	padding: 15px 20px;
    border-radius: 7px;
	background: #fe7e7d;
	margin-left: 42px;
	}
header button {
    width: 50px;
    height: 50px;
    border: none;
	border-radius:7px;
	float:right;
	border:solid 1px #122a88;
}
.menuBtn,
.menuBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.recruitBtn{
	display: block;
	}
.menuBtn {
	position: relative;
	width: 45px;
	height: 45px;
}
.menuBtn span {
	position: absolute;
	left: 15%;
	width: 70%;
	height: 4px;
	background-color: #122a88;
	border-radius: 4px;
}
.menuBtn span:nth-of-type(1) {
	top: 22%;
}
.menuBtn span:nth-of-type(2) {
	top: 45%;
}
.menuBtn span:nth-of-type(3) {
	top: 70%;
}
.menuBtn {
	-webkit-animation: menu-close .6s;
	animation: menu-close .6s;
}
.menuBtn.active {
	-webkit-animation: menu-open .6s;
	animation: menu-open .6s;
}
@-webkit-keyframes menu-close {
	30% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@keyframes menu-close {
	30% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes menu-open {
	30% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@keyframes menu-open {
	30% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.menuBtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rInterviewotate(-45deg);
}
.menuBtn.active span:nth-of-type(2) {
	opacity: 0;
}
.menuBtn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}
.scroll {
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar {
	height: 5px;
}
.scroll::-webkit-scrollbar-track {
	background: #e0d5d5;
}
.scroll::-webkit-scrollbar-thumb {
	background: #a17575;
}

header #globalNav > li > p,
header #globalNav > li > p span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header #globalNav > li > p {
    position: absolute;
    width: 40px;
    height: 40px;
    float: right;
    top: 10px;
    right: 5%;
	background: #c1665b;
	border-radius: 4px;
    z-index: 9999;
}
header #globalNav > li > p span {
	position: absolute;
    left: 8px;
    width: 60%;
	height: 2px;
	padding:0;
    background-color: #fff;
	border-radius: 4px;
}
header #globalNav > li > p span:nth-of-type(1) {
    top: 47%;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
header #globalNav > li > p span:nth-of-type(2) {
    top: 47%;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
header #globalNav > li > p.active span:nth-of-type(1) {
	display:none;
}
header #globalNav > li > p.active span:nth-of-type(2) {
	top: 47%;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
	height: 100%;
    height: 150vh;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    z-index: 99;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
nav {
	display:none;
	transition:all .3s;
	border-top:solid 1px #f7f3e6;
	opacity:0;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:#fff;
	z-index:-99;
}
nav.open {
	display:block;
	opacity:1;
	z-index:9999;
	animation: show.3s linear 0s;
}

header #globalNav {
	padding:3.2%;
}
header #globalNav li {
	display:block;
	width:100%;
	padding:0;
	position:relative;
}
header #globalNav > li:last-child a,
header #globalNav li a {
	display:block;
	padding:6% 3.2%;
}
header #globalNav > li > a {
	position:relative;
	margin:3.2% 0;
	border-radius:7px;
	border:solid 1px #a37676;
	z-index:0;
}
header #globalNav > li > a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 2px #a37676;
    border-right: solid 2px #8c7e68;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
header #globalNav > li:last-child a:after {
	display:none;
}
header #globalNav > li a span {
	border-bottom:none;
}
header #globalNav .lv-second {
	display:block;
	margin:auto;
	background:#eee;
	border-radius:7px;
}
header #globalNav .lv-second a {
	font-size: 15px;
	border-bottom:solid 1px #fff;
}


body#home header #mv #txtEng {
	top: 6%;
    left: 23%;
    width: 63%;
}


/*==============================================================
　footer
===============================================================*/

footer {
    height: auto;
}
footer #footerBnrs {
	padding:0;
}
footer #footerBnrs ul {
	text-align: center;
}
footer #footerBnrs li {
	display:block;
}
footer #footerBnrs li a {
	display:block;
	margin-left:0;
	padding:3.2% 0;
	border-bottom:solid 1px #f7f3e6;
}
footer #ftAdd {
    margin: 0 3.2%;
}
footer #ftLogo {
	margin: 3.2% 0;
	text-align: center;
    display: block;
}
footer address {
	margin-bottom:3.2%;
	text-align:center;
	display:block;
}
footer address strong {
    font-size: 1.4rem;
	display:block;
}
footer #ftTel {
    position: static;
	text-align:center;
    margin: 5% 0;
}
footer #ftTel img {
	width:80%;
	height:auto;
}
footer #ftEntry {
    position: static;
}
footer #ftEntry a {
	width:100%;
	height:auto;
	padding:4% 0;
	color:#fff;
	border-radius:8px;
	border:none;
	background:#a37676;
}
footer #ftEntry a span {
	padding-top:0;
}
footer p#copyright {
	font-size:70%;
	text-align:center;
	padding: 5%;
}

/*==============================================================
　共通パーツ
===============================================================*/

body:not(#home) main {
    padding-top: 10%;
}
#pageTitle {
    position: static;
	width: 80%;
	padding: 5%;
}
main {
	width:100%;
	padding:0 3.2%;
}
main h2 {
	font-size: 25px;
}
main #facilities {
	width:100% !important;
	margin-bottom:10%;
}
main #facilities h2::before,
main #facilities h2::after {
    width: 90px !important;
}
main #facilities li {
    width: 100%;
	margin-bottom:3.2%;
}
main #facilities li dl {
    padding: 5% !important;
}
#accessRoot dt {
	margin-bottom:0;
}
#accessRoot dd {
	padding: 4% 3%;
}
#downloadBnr,
#relatedBnr {
	padding:3.2%;
	border-bottom:solid 1px #f7f3e6;
}
#downloadBnr ul,
#relatedBnr ul {
	width:100%;
}
#downloadBnr li,
#relatedBnr li {
	width:90%;
	float:none;
	margin:auto !important;
}
#downloadBnr li:not(:last-child),
#relatedBnr li:not(:last-child) {
	margin-bottom:3.2% !important;
}

.tbl001 th,
.tbl001 td {
	font-size:14px;
    padding: 2.6%;
    line-height: 1.5;
}
.tbl001 th {
	width:30%;
}
.tbl001 td {
	width:70%;
}

/*==============================================================
　body#home : トップページ
===============================================================*/

body#home #loader{
font-size: 2.5rem;
	}
body#home #slide button,
.tagline{
		display: none;
	}

body#home header #newsList {
	position: static;
    width: 93.6%;
	margin: 3.2% 3.2% 10% 3.2%;
}
body#home header #newsList #closeBtn {
    right: 3%;
	bottom: 3%;
}
body#home main #about {
	margin-bottom:10%;
}
body#home main #about h2 {
	padding:3.2% 5%;
	letter-spacing: 0.3em;
}

body#home main #about ul li {
	width:100%;
	margin-left:0 !important;
	margin-bottom: 8%;
}


body#home main #about ul li:nth-child(2n) > a p ,
body#home main #about ul li:nth-child(4n) > a p {
	order:1 !important;
}
body#home main #about ul li:nth-child(2n) a > dl,
	body#home main #about ul li:nth-child(4n) a > dl{
	order:2;
}

body#home main #about ul li a{
		width: 100%;
	margin-left: 0 !important;
	}

body#home main #about ul li:nth-child(2n) a{
	width: 100%;
	}
/*body#home main #about ul li:nth-child(2n) {
    margin-left: 5%;
}*/
body#home main #about ul li dl {
	margin: 7% 3%;
}
body#home main #about ul li dl dt {
	font-size: 20px;
    font-size: 2.0rem;
	margin-bottom:5%;
	line-height:1.3;
}
body#home main #about ul li dl dd {
	font-size: 14px;
    font-size: 1.4rem;
	line-height:1.3;
}
body#home main #about ul li p,
body#home main #about ul li dl {
    width: 100%;
}
body#home main #about ul li p img {
	width:100%;
	height:250px;
	object-fit: cover;
	object-position: 0 5%;
}
body#home main #about ul li:after {
	width:40% !important;
	display: none;
}

body#home main #info {
	 width: 100%;
	 /*padding: 0 3.2%;*/
}
body#home main #info h2 {
	margin-bottom:8%;
}
body#home main #info section ul li p.photo{
    aspect-ratio: 4/2;
}
body#home main #info li img {
	display:block;
	/*height:180px !important;*/
	object-fit: cover;
}
body#home main #info li .date {
	line-height:1;
}
body#home main #info #work,
body#home main #info #news {
	width:100%;
	float:none;
	margin-bottom:10%;
}
body#home main #info #work h2::before,
body#home main #info #work h2::after {
    width: 70px;
}
body#home main #info #news h2::before,
body#home main #info #news h2::after {
    width: 100px;
}
body#home main #work section ul,
body#home main #info section ul,
body#home main #info #facilities ul ,
body#facilitiesIndex main #facilities ul{
    grid-template-columns: repeat(1,1fr);
}
body#home main #info #work li,
body#home main #info #news li {
	width:100% !important;
	float:none;
	margin-bottom:3.2% !important;
}
body#home main #info #work ul li:nth-child(2n),
body#home main #info #news ul li:nth-child(2n) {
    margin-left: 0;
}
body#home main #info #bnrs li {
    width: 100%;
    aspect-ratio: 4 / 2;
}
body#home main #info #bnrs li a {
	height: 100%;
    padding: 0;
    background-size: cover;
}
body#home main #info #bnrs li a h3 {
    width: 60%;
	padding: 3% 0;
}
body#home main #info #bnrs li#blog a h3,
body#home main #info #bnrs li#day a h3 {
    font-size: 1.4rem;
}
main #facilities dl dt,
main #facilities dl dd,
body#home main #info section ul li dl dt,
body#home main #info section ul li dl dd {
	line-height:1.5;
}
body#home main #info section ul li dl dt {
	font-size:20px;
	padding-bottom:0;
}
main #facilities dl dd,
body#home main #info section ul li dl dd {
	text-align: justify;
}
body#home main #info #bnrs {
	margin-bottom:15%;
}
body#home #access #inBox {
    position: static;
	width: 100%;
}
body#home #access .photo {
	width:45%;
	float:left;
}
body#home #access .photo img {
	width:100%;
	height:auto;
}
body#home #access h2 {
    position: static;
	padding: 3.2% 3.2% 0 3.2%;
}
body#home #access h3 {
	font-size:14px;
	line-height:1.4;
	margin-top:10px;
}
body#home #access .add {
	font-size:14px;
}
body#home #access h3,
body#home #access .add {
	padding-bottom:1.6%;
}
body#home #access .tel {
	font-size:20px;
}
body#home #access #maps {
	height:250px !important;
}
body#home #access dl {
	clear:both;
}

/*==============================================================
　body.team :  ブログ共通
===============================================================*/

body.team .inner #main,
body.team .inner #subC {
	width: 100%;
	margin-top: 0;
	padding: 3.2%;
	float: none;
}
body.team .inner #subC {
    min-width: inherit;
    width: 94%;
    margin-block: 10%;
}
body.team .inner #main {
	padding-top: 5%;
}
body.team .inner #main section {
	margin-bottom: 8%;
}
body.team .inner #main section h2 {
	margin-bottom: 5%;
	height: auto;
}
body.team .inner #main section h2 span {
	font-size:20px;
	font-size:2.0rem;
	width: 65%;
	padding: 5% 0;
	background: rgba(255,255,255,0.8);
}
body.team .inner #main section p {
	padding: 0 3.2% 5%;
}
body.team #subC dd ul li {
	margin: 0 0 5%;
	padding: 0;
}
body.team #subC dd ul li:last-child {
	margin-bottom: 0;
}
body.team #subC dd ul li a {
	display: block;
	padding: 5%;
	background:#f7f3e6;
}
body.team #subC select {
	padding: 3% 5%;
	border: solid #eee;
}
body.team .inner #main section.blog h2 {
    height: 150px;
}
body.team .inner #main section ul {
	padding:0;
}
body#teamIndex .inner #main section ul li{
/* body#teamindiv .inner #main section ul li, */
/* body#teamArchive .inner #main section ul li{ */
    padding: 5% 3%;
    /* flex-direction: column; */
}
body.team .inner #main section ul p .photo{
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    margin-right: 3%;
}

/*==============================================================
　body#teamArchive :  ブログ一覧
===============================================================*/

body#teamIndex .inner #main,
body#teamindiv .inner #main,
body#teamArchive .inner #main {
    padding-top: 10%;
}

body#teamArchive #main ul {
	padding: 0;
}
body#teamArchive .inner #main section ul li {
	padding: 3.2%;
}
/* body#teamArchive .inner #main section ul p img {
	width: 100%;
	height: auto;
	margin-right: 4%;
} */


body.cms .pagenation {
    margin-top: 20px;
}
/*==============================================================
　body#teamindiv :  ブログ詳細
===============================================================*/

body#teamindiv .inner #main section ul {
	margin: 0 3.2% 5%;
}
body#teamindiv .inner #main section img {
	width: 100%;
	height: auto;
}
body#teamindiv .inner #main section .mt-enclosure-image {
	display: block !important;
	margin-top: 3.2%;
}
body#teamindiv .inner #main .entryBox {
    padding: 0;
}

/*==============================================================
　ブログ :  追加スタイル
===============================================================*/

body#teamIndex .inner #main .contentArea{
    width: 100%;
    margin: 0;
}

body#teamIndex .inner #main .blogList,
body#teamArchive .inner #main .blogList,
body.cat_essay .inner #main .blogList{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}


body#teamIndex #main section,
body#teamArchive #main section,
body#teamindiv #main section,
body.cat_essay #main section {
    width: 100%;
    margin-inline: auto;
}

body.cat_essay .inner #main section h2.tl{
    height: 110px!important;
}
body.cat_essay .inner #main section h2 span{
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
}
/*==============================================================
　body#aboutCare :  ケアバートナー
===============================================================*/

body.about #facMv {
	height: 270px;
	overflow: hidden;
}
body#aboutCare #main {
	padding-top: 0;
}
body#aboutCare #main .lead img {
	width: 70%;
	height: auto;
}
body#aboutCare #main .lead p {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}
body#aboutCare #main section.inBox {
	width: 100%;
	padding: 0 !important;
	margin: 15% 0 16% !important;
	background: #fff;
	background-position: -20px 40px !important;
}
body#aboutCare #main section.inBox h2 {
	width: 100%;
	left: 0 !important;
	right: 0;
	text-align: left;
	letter-spacing: 0;
	font-size: 19px;
	font-size: 1.9rem;
	padding: 5% 3%;
}
body#aboutCare #main section:not(:first-child):nth-child(even) {
	margin: 0;
}
body#aboutCare #main section.inBox p {
	width: 100%;
	padding: 62% 5% 5% !important;
}
body#aboutCare #main section#con10 {
	width: 100%;
	margin-bottom: 5%;
	padding: 3.2%;
}
body#aboutCare #main section#con10 div {
	width: 100%;
	float: none;
}
body#aboutCare #main section#con10 div:first-of-type {
	margin-bottom: 5%;
}
body#aboutCare #main section#con10 div img {
	width: 100%;
	height: auto;
	margin-left: 0;
	float: none;
}
body#aboutCare #main section#con10 h2 {
	margin-bottom: 5%;
}

/*==============================================================
　body#aboutRecruit :  職員教育・安全管理（職員募集）
===============================================================*/

body#aboutRecruit #main #pageNav{
	top:50px;
}

body#aboutRecruit #pageTitle {
	width: 100%;
}
body#aboutRecruit #main {
	padding-top: 0;
}
body#aboutRecruit #main .lead p{
	padding-right: 10%;
}


body#aboutRecruit #main .tbl001 {
	margin-bottom: 0 !important;
}
body#aboutRecruit #main .tbl001 th,
body#aboutRecruit #main .tbl001 td {
	padding: 2.6% 1%;
}
body#aboutRecruit #main section .btn {
	float: none;
	width: 78%;
	margin: auto;
}
body#aboutRecruit #main section .btn a {
	padding: 15px 0;
	width: 100%;
}
body#aboutRecruit #main #trajectory h2 {
	width: 100%;
	padding: 12% 10%;
}
body#aboutRecruit #main section#program .inBox,
body#aboutRecruit #main section#trajectory > ul#flow > li {
	width: 100%;
	padding: 12% 10% 12% 3.2%;
}
body#aboutRecruit #main section#program .inBox {
	padding-top: 17%;
	background-size:contain;
}



body#aboutRecruit #main section#program  p.phoR {
	float: none;
	margin-left: 0;
}
body#aboutRecruit #main section#program  p.phoR img {
	width: 100%;
	height: auto;
}
body#aboutRecruit #main section#trajectory > ul#flow > li div.flowIn ul li .left{
	width: 100%;
	margin-bottom: 20px;
	}
body#aboutRecruit #main section#trajectory > ul#flow > li div.flowIn ul li .right{
	width: 100%
	}


/*==============================================================
　body.facilities :  施設一覧
===============================================================*/

#facMv #mv {
    padding-top: 0;
}
body.facilities #main #facMv #facTitle {
	width:90%;
	height:auto;
	display: table;
	font-size:20px;
	line-height:1.5;
}
body.facilities #main #facMv #facTitle strong {
	padding: 5% 2%;
	display: table-cell;
}
body.facilities #main #facMv .lead {
    margin: 25% 0 10%;
	font-size: 18px;
}

body.facilities #main section {
    width: 100%;
    margin: 0;
}
body.facilities #main #facList .list>li {
	width:100%;
	margin-right: 0 !important;
	margin-bottom:3.2% !important;
}
body.facilities #wrapper #main #facList .list>li:last-child {
	width:100% !important;
	margin:0;
	margin-top:15%;
	margin-bottom:5%;
	padding: 15% 0 5%;
}
body.facilities #main #facList .list>li .map {
    width: 80%;
    margin: auto;
}
body.facilities #main #facList .list>li .map h3 {
	right: 0;
    left: 0;
    margin: auto;
}


body.facilities #main #add {
    padding: 4% 3.2%;
}
body.facilities #main #add strong {
    font-size: 2.3rem;
}
body.facilities #main #add strong.num {
    font-size: 3.2rem;
}

body.facilities #main #add strong.tel a{
	color: #fff;
	}

body.facilities #main #add span {
    padding: 0;
}
body.facilities #main #facEtc {
	padding:3.2%;
}
body.facilities #main #facEtc h2 {
	margin: 5% 0 7%;
}
body.facilities #main #facEtc .facilityList {
	overflow:hidden;
}
body.facilities #main #facEtc .facilityList li {
	display:block;
	float:left;
	width:100%;
	margin-right: 0;
	margin-bottom:5%;
}
body.facilities #main #facEtc .facilityList li img {
	height: 150px;
	object-fit: cover;
	object-position: 100% 35%;
}
body.facilities #main #facEtc .facilityList>li h3 {
	padding-bottom:2%;
}
	body.facilities #main #facEtc .facilityList>li h3+p {
		font-size: 13px;
		font-size: 1.3rem;
	}
body.facilities #main #facEtc .facBtn {
	width:70%;
	margin-left:0;
	margin: 5% auto;
}

body#facilitiesShinzu #wrapper #main #facList .list>li:last-child{
	margin-top: 0;
	padding: 0;
	}

/*==============================================================
　body#companyIndex : 法人概要
===============================================================*/

body#companyIndex main {
    width: 100%;
}
body#companyIndex main > section {
    padding: 3.2%;
}
body#companyIndex main section h2 {
    margin: 5% auto 8%;
}
body#companyIndex main .leadTxt {
    line-height: 1.8;
}
body#companyIndex main .picture {
    display: block;
    float: none;
    box-sizing: border-box;
	width:85%;
	margin: auto;
	margin-bottom:7%;
    padding: 3.2%;
}
body#companyIndex main .picture > img:first-of-type {
	width:100%;
	height:auto;
}
body#companyIndex main section {
    margin-bottom: 8%;
}
body#companyIndex main .mapArea {
	margin-top:8%;
}
body#companyIndex main .mapArea > img {
	float:none;
	width:90%;
	height:auto;
	display:block;
	margin:0 auto 8%;
}
body#companyIndex main .mapArea #accessRoot {
	float:none;
	width:100%;
}
body#companyIndex main table {
	margin-bottom:0;
}
body#companyIndex main #businessArea {
	padding:3.2%;
    margin-bottom: 13%;
}
body#companyIndex main #important_matters {
	margin-bottom:0;
	padding:3.2%;
}
body#companyIndex main .song {
	padding:7%;
}
body#companyIndex main .culomn3 tr {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
body#companyIndex main .culomn3 th,
body#companyIndex main .culomn3 td {
	display: block;
}
body#companyIndex main .culomn3 th {
	width: 100%;
	border-right: none;
	background: #f8f1ed;
	border-bottom: 3px solid #e1c6b3;
}
body#companyIndex main .culomn3 td {
	float: left;
	width: 100%;
	background: #fff !important;
}
body#companyIndex main .alignC img{
    width: 100%;
	height: auto;
	margin-top: 20px;
}
/*==============================================================
　body#specialIndex :  特集一覧
===============================================================*/

body#specialIndex .innerWidth {
	width:100%;
}
main .bunkiList li a {
	display:block;
}
main .bunkiList li .txtBox,
main .bunkiList li .photo {
	width:100%;
}
main .bunkiList li .txtBox {
	padding:5% 5% 9% 5%;
}
main .bunkiList li .tl {
	font-size: 30px;
	font-size: 3.0rem;
	line-height:1.3;
}
main .bunkiList li .tl span {
	margin-right:0;
	display:block;
}
main .bunkiList li .facBtn {
	width: 75%;
}

/*==============================================================
　body#companyAward :  表彰・受賞履歴
===============================================================*/

body#companyAward #main{
	width: 100%;
	padding: 0;
	}

body#companyAward #main #awardBox{
	padding: 2%;
	}
body#companyAward #main #awardBox ul{
	display: inherit;
	}
body#companyAward #main #awardBox ul li{
	width: 100%;
	}
body#companyAward #main #awardBox ul li:last-child{
	margin-bottom: 0;
	}
/*==============================================================
　インタビュー 共通パーツ
===============================================================*/

	.special .innerWrap {
		width: 100%;
		padding-top: 5%;
	}
	.special .interviewBox h2 {
		padding: 4% 6%;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.3;
	}
	.special .interviewBox .txtBox p {
		line-height: 1.5;
	}
	.special .interviewBox .txtBox {
		padding: 4% 6%;
	}
	.special .br-sp {
		display: none;
	}
	.special #personArea {
		margin-top: 0;
		padding: 5% 0 0;
	}
	.special #personArea h2 {
		margin-bottom: 5%;
		padding: 0 4%;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.special #personArea .personList {
		padding: 3%;
		box-sizing: border-box;
		display: block;
	}
	.special #personArea .personList li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5%;
		padding: 5%;
	}
	.special #personArea .personList li:last-child {
		margin-bottom: 0;
	}

/*==============================================================
　body#speInterview02Index :  ワーキンググループ
===============================================================*/

	body#speInterview02Index #interviewArea .abs-logo {
		width: 40%;
		top: -15px;
	}
	body#speInterview02Index #interviewArea .abs-logo img {
		width: 100%;
		height: auto;
	}
	body#speInterview02Index #pageTitle {
		font-size: 23px;
		font-size: 2.3rem;
		padding: 5%;
		letter-spacing: 0;
		line-height: 1.3;
	}
	body#speInterview02Index main#main {
		padding-top: 5%;
	}
	body#speInterview02Index #interviewArea .interviewBox {
		display: block !important;
		margin-bottom: 5% !important;
	}
	body#speInterview02Index #interviewArea .photo {
		position: static;
		width: 100%;
	}
	body#speInterview02Index #interviewArea .photo img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	body#speInterview02Index #interviewArea .txtArea {
		width: 100% !important;
	}
	body#speInterview02Index #interviewArea #sec01 {
		padding-top: 20%;
	}
	body#speInterview02Index #interviewArea #sec05,
	body#speInterview02Index #interviewArea #sec04,
	body#speInterview02Index #interviewArea #sec02 {
		margin-bottom: 0;
		padding-top: 0;
	}
	body#speInterview02Index #interviewArea #sec04 {
		margin-bottom: 0;
		padding-top: 0;
	}
	body#speInterview02Index #interviewArea #sec07 {
		padding-top: 0;
	}

	body#speInterview03Index #interviewArea .interviewBox{
		width: 100%;
		float: none;
	}
body#speInterview03Index #interviewArea #sec06 .txtBox br{
		display: none;
	}
/*==============================================================
　body#speInterviewIndex : インタビュー
===============================================================*/

body#speInterviewIndex .frameL {
    width: 100%;
}
body#speInterviewIndex .interviewBox h2 {
	padding: 4% 8%;
}
body#speInterviewIndex #main #mainvisualArea #mv_copy {
    padding: 50px 20px !important;
}
body#speInterviewIndex #main #mainvisualArea #mv_copy .innerWidth {
    font-size: 25px;
}
body#speInterviewIndex .innerWidth,
body#speInterviewIndex #main section {
    width: 100% !important;
}
body#speInterviewIndex .interviewBox .wd_frame04,
body#speInterviewIndex #interviewArea,
body#speInterviewIndex #interviewArea .textBox .textBox2{
    display: block;
}
body#speInterviewIndex #interviewArea .textBox .textBox2 .personIcon{
	display: none;
}
body#speInterviewIndex .interviewBox .wd_frame04 figure,
body#speInterviewIndex .interviewBox .wd_frame04Inner,
body#speInterviewIndex .interviewBox .wd_frame03 {
	width: 100%;
}
body#speInterviewIndex .interviewBox .textBox p {
	width: 100% !important;
}
body#speInterviewIndex .frameL {
    width: 100%;
}
body#speInterviewIndex .frameR {
    position: relative;
    width: 100%;
    transform: none;
}
body#speInterviewIndex .interviewBox .wd_frame02 {
    width: 100%;
}
body#speInterviewIndex .interviewBox .textBox {
    background: #fff;
    padding: 40px 20px 20px;
    display: -webkit-block;
    display: block;
}
body#speInterviewIndex .interviewBox .wd_frame04 {
    width: 100%;
}
body.about main section#bunki{
	background: #c1665b;
    width: 100%;
	}
body.about main section#bunki h2{
	padding: 25px 0 20px;
	margin-bottom: 0;
	color: #fff;
	}
body.about main section#bunki ul{
		display: inherit;
	}
body.about main section#bunki ul li{
    width: 100%;
	padding: 0 2% 2%;
	margin-bottom: 0;
	}
body.about main section#bunki ul li img{
    width: 100%;
	height: auto;

	}

body.about main section#bunki ul li a{
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

body.about main section#bunki ul li a p{
	width: 40%;
	line-height:0.9;
}
body.about main section#bunki ul li a dl{
	padding: 0 0 15px 15px;
	width: 60%;
}
body.about main section#bunki ul li a dl dt{
	line-height: 1.2;
	padding: 10px 0 5px;
}
body.about main section#bunki ul li a dl dd{
	font-size: 1.6rem;
	line-height: 1.3;
}
/*==============================================================
　body#aboutEthos : 理念・方針
===============================================================*/
body#aboutEthos main{
	    width: 100%;
	}

body#aboutEthos main > #tabs{
		display: none;
	}
body#aboutEthos main > section.inBox{
	padding: 20px;
}
body#aboutEthos main > section p.lead {
    font-size: 1.8rem;
	margin-bottom: 0;
}
body#aboutEthos main #flow h2, body#aboutEthos main #care h2, body#aboutEthos main #torikumi h2 {
	width: 90%;
	}
body#aboutEthos main > section.inBox h3{
	    font-size: 1.8rem;
	}
body#aboutEthos main > section.inBox p.alignC img{
	width: 100%;
	height: auto;
	}
body#aboutEthos main > section.inBox .tbl001 th{
	border-right: 1px ;
	}
body#aboutEthos main > section.inBox .tbl001 td,
body#aboutEthos main > section.inBox .tbl001 th{
	width: 33%;
	}

/*==============================================================
　body#aboutMinamikaze : 南風のケア
===============================================================*/

body#aboutMinamikaze main {
    width: 100%;
}
body#aboutMinamikaze main #facMv {
    position: relative;
    width: 100% !important;
    margin: 0 0 50px;
}
body#aboutMinamikaze main > section.inBox{
	padding: 3%;
	}
body#aboutMinamikaze main > section.inBox h2 {
    width: 100%;
}
body#aboutMinamikaze main > section.inBox h3 {
    font-size: 2.4rem;
    margin: 1.5rem 0;
}
body#aboutMinamikaze main > section .floatL,
body#aboutMinamikaze main > section .floatR {
    width: 100%;
}
body#aboutMinamikaze main section#con05 .floatL,
body#aboutMinamikaze main section#con05 .floatR{
    width: 100%;
}
body#aboutMinamikaze main section#con05 table td{
    width: 45% !important;
}
body#aboutMinamikaze main  section .box img.photoL,
body#aboutMinamikaze main  section .box img.photoR{
		width: 100%;
		height: auto;
	}

/*==============================================================
　body#facilities : 施設紹介
===============================================================*/

body.facilities #main #facList .list>li#training {
    width: 100% !important;
}
body#aboutMinamikaze main section .box img.photoL {
    margin-bottom: 50px;
}
body#facilitiesShinzu #facList .tbl001{
	margin-bottom: 10px;
	margin-top: 15px;
}
/*==============================================================
　body#faqIndex : サイトマップ
===============================================================*/


body#faqIndex #main section {
    padding: 3.2%;
    width: 100%;
}

/*==============================================================
　body#policyIndex : プライバシーポリシー
===============================================================*/

body#policyIndex main section {
	width:100% !important;
	padding: 3.2% !important;
}
body#policyIndex .inner #main section h2 {
	padding:0;
	line-height:1.5;
	margin-bottom:8%;
}body#policyIndex .inner #main section div,
body#policyIndex .inner #main section h2 + p {
    margin-bottom: 10%;
}
body#policyIndex .inner #main section#contact div {
	padding:5%;
}

/*==============================================================
　body#sitemapIndex : サイトマップ
===============================================================*/

body#sitemapIndex main section {
    width: 100%;
}
body#sitemapIndex main .lv-first > li > a {
    padding: 4%;
}
body#sitemapIndex main .lv-second li a {
	padding: 4% 4% 4% 6.5%;
}


/*--EOF-----------------------------------------------------------------------*/
}