@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a {
	color:#666;
}

a:visited {

}
a:hover, a:focus {
	color: #5fd3a3;
}



.clr{
	clear:both;
	min-height:1em;
}

/*
*html .clr{
	height:1px;
}
*/

body {
	color: #666;
    font-weight: 500;
    font-family: "Century Gothic", Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;

}

.clr{
	clear:both;
	min-height:1em;
}


.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 10px;
    display: inline-block;
    margin-top: 10px;
    padding: 1px 8px;
    border: 1px solid #ff6a6a;
    color: #ff6a6a;
    font-size: 75%;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 20px;
}

img{
	}


::selection {
    background: #5fd3a3;
    color: white;
}


.bg-preview-notice {
	z-index: 9999999!important;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgba(255,255,255,0.6);
    color: black;
    position: fixed;
    border: 1px dotted black;
}


/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */






@media print,screen and (min-width: 768px) {



a:hover img,
a:focus img {
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-size: 95%;
	line-height: 140%;
	-webkit-text-size-adjust: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;

}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none !important;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
}


#scrollTop {
	position: fixed;
	right: 10px;
	z-index: 20;
	margin-bottom: 6px;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 60px;
}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

/*
#top-pc-header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;

}
*/


#top-pc-header {
	width: 100%;

}




#header {
	position: relative;

}



.top0 {
	width:100%;
}

.top0-inner {
	width: 100%;
}

.top0 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.top0 .slick-box img{
	width: 100%;
	display: block;
}







#header-inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding: 0 0 15px 0;
	background-color: rgba(255,255,255,0.7);
}
#home #header-inner {
	position: absolute;
	top: 0px;
}

#header-inner table {
	width: 100%;
	height: 80px;
}
.header-inner-l {
	width: 100%;
	padding: 10px 0 0 10px;
	vertical-align: bottom;
}

.header-inner-l #logo {
	margin-bottom: -20px;
}

.header-inner-l #logo img {
	width: 100%;
	max-width: 400px;
}

.header-inner-r {
	width: 100%;
	text-align: right;
	vertical-align: bottom;
}



.header-inner-r ul {

}
.header-inner-r ul li {
	padding-top: 0px;

}


.header-inner-r  ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	color: #505050;
	padding: 0 15px;
}
.header-inner-r  ul li a:hover {
	color: #666;
}


#home .header-inner-r ul li a {

}
/*
.header-inner-r ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.header-inner-r ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #666;
  transition: .3s;
}
.header-inner-r ul li a:hover::after {
  width: 100%;
}
*/






/* megamenu　始まり
================================================== */


.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-size: 1.7rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
}

.menu-dropdown-icon:before {
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em;
    background: #fff;
    color: #ffffff;
}
.menu{
	width: 100%;

}

.menu > ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	padding: 0px 0;
/*	border-top: 1px solid #fff;*/
}
/*
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
   color: #ffffff;
}

.menu > ul:after {
    clear: both;
}

*/

.menu > ul > li {
	padding: 0;
	margin: 0;
/*	border-left: 1px solid #fff;*/
}
.menu > ul > li:first-child {
	border-left: none;
}
.menu > ul > li a {
	text-decoration: none;
/*    padding: 0.7em 1.2em;*/
	padding: 0 15px;
	display: block;
/*	color: #fff;*/
/*	font-size: 1em;*/
	font-weight: bold;
}

.marw{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 14px;
}
.menu > ul > li a:hover {
	color: #5fd3a3;

}
.menu > ul > li:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

ul.child{
	padding: 50px 0;
	}

.menu > ul > li > ul {
	display: none;
/*	background-color: hsla(239,41%,28%,0.92);*/
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	position: absolute;
	z-index: 9999;
	left: 0;
	list-style: none;
	box-sizing: border-box;
	height: auto;
	padding-left: 100px;
	margin: 15px 0 0 0;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin-left: 0px;
    margin: 20px 0 20px 15px;
    list-style: none;
    width: 29%;
    background: none;
    float: left;
    text-align: left;
    font-size: 120%;
	border-left: 8px solid #5fd3a3;

}


.menu > ul > li > ul > li:first-child {
	border-left: none;
	border-bottom: 1px solid #5fd3a3;
	width: 90%;
	color: #5fd3a3;
	font-size: 170%;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	}


.menu > ul > li > ul > li img{
	width: 30px;
	margin-right: 10px;
	vertical-align:middle;
}
.menu > ul > li > ul > li a {
	color: #505050;
	width: 95%;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.menu > ul > li > ul > li a:hover {
	color: #5fd3a3;
}

.menu > ul > li > ul > li > ul {
    padding: 0;
    list-style: none;
    box-sizing: border-box;
	font-size: 0.95em;
}


.menu > ul > li > ul > li .flx {
	display: flex;
	flex-wrap: wrap;
}
.menu > ul > li > ul > li.flx0 {width: 24%; padding-top: 20px;}
.menu > ul > li > ul > li.flx1 {width: 40%; padding-top: 20px;}
.menu > ul > li > ul > li.flx2 {width: 26%; padding-top: 20px;}
.menu > ul > li > ul > li .flx li {
	width: 46%;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	font-weight: normal;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
	font-weight: normal;
	color: #fffff;
	padding: 2px;
	margin: 3px;
}
.menu > ul > li > ul > li  > ul > li a:before {
	content: '■';
	padding-right: 5px;
	font-size: 70%;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.nav_org{}
.menu > ul > li > ul > .nav_org_w{
	width: 90%;
	padding-top: 20px;
}
.nav_org_s{
	display: flex;
	flex-wrap: wrap;
}
.nav_org_s li{
	width: 33%;

}
.nav_org_s span{
	display: none;

}
@media screen and (max-width: 1020px) {


.menu > ul > li > ul > li {
    margin-left: 0px;
	margin-right: 0px;
    padding: 0px;
    list-style: none;
    width: 30%;
    background: none;
    float: left;
    text-align: left;
}
.menu > ul > li > ul > li > ul {
	font-size: 0.7em;
}
.pc {
    display: none;
}



}

/* megamenu　終わり
================================================== */





@media (min-width:768px) and ( max-width:1150px) {
.header-inner-l #logo img {
	max-width: 320px;
}

.menu > ul > li a {
    padding: 0 10px;
}

}


@media (min-width:768px) and ( max-width:1000px) {
.top0 {
	padding-top: 142px;
}
.header-inner-l #logo {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a7e6ce;
}

.header-inner-l #logo img {
    padding-left: 10px;
}

.header-inner-l {
    padding: 10px 0 0 0px;
}

.header-inner-r {
	text-align: center;
}


.menu > ul > li > ul {
    /* display: none; */
    /* background-color: hsla(239,41%,28%,0.92); */
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    position: absolute;
    z-index: 9999;
    left: 0;
    list-style: none;
    box-sizing: border-box;
    height: auto;
    padding-left: 60px;
    margin: 15px 0 0 0;
}

.menu > ul > li > ul > li:first-child {
	border-left: none;
	}

.menu > ul > li > ul > li {
    width: 46%;
}

.menu > ul > li > ul > li img{
	width: 30px;
	margin-right: 10px;
	vertical-align:middle;
}
.menu > ul > li > ul > li a {
	color: #505050;
	font-size: 90%;
	width: 95%;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.menu > ul > li a {
    padding: 0 20px;
}


}











.top0-copy {
	position: absolute;
	top: 25%;
	left: 5%;
	width: 50%;
}
.top0-copy img {
	width: 100%;
	max-width: 930px;
}

.top0-menu {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 50%;
}
.top0-menu ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;

}
.top0-menu ul li {
	width: 31.333%;
	margin: 0 1%;
}



.top0-menu ul li img {
	width: 95%;
　transition-duration: 0.5s; /*変化の時間*/
}
.top0-menu ul li img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.top0-menu ul li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.search_wrapper {
	position: absolute;
	top: 0;
	right: 0px;
	box-sizing: border-box;
	text-align: left;
	background-color: #5fd3a3;
	padding: 12px;
}
.search_wrapper .search_label {
	color: #fff;
	padding-bottom: 10px;

}
.search_wrapper .input_items_wrap {
	display: flex;
}

.search_wrapper .input_items_wrap .submit_btn {
	height: 24px;
	padding-left: 5px;

}

.search_wrapper span {
	margin-left: 15px;
	padding: 2px 15px 0 15px;
	border-left: 1px solid #fff;
}
.search_wrapper span a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.search_wrapper span a:hover {
	color: #f4f4f4;
	text-decoration: underline;
}

#keyword {
	width: 200px;
    height: 24px;
    font-size: 90%;
    padding-left: 10px;
    border: 1px #fff;
    border-radius: 30px;
}


.sp-header {
	display: none;
}




#content {
	width:auto;
	padding-bottom: 40px;

}

#home #content {
	padding-bottom: 0px;
}





.top1 {
	width:100%;
	margin-top: -7px;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;

}


.top1-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 90px 30px;
	text-align: center;
}
.top1-inner p {
	line-height: 250%;
}
.top1-inner p span {
	display: block;
}

.top1-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 60px;
}
.top1-inner ul li {
	width: 31.333%;
	margin: 0 1%;
}
.top1-inner ul li img {
	width: 100%;
}



.top2 {
	width:100%;
	margin-top: 0;
	background-color: #fefee2;
}


.top2-inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 80px 5px;
}

.top2-inner h2 {
	text-align: center;
	font-size: 180%;
	color: #5fd3a3;
    margin-bottom: 80px;
}
.top2-inner h2 span{
    border-bottom: 2px solid #5fd3a3;
    padding-bottom: 12px;
}




.top2-l {
	width: 48.5%;
    float: left;
    margin-right: 4.5%;
}
.top2-l table {
	width: 100%;
}

.top2-l table td {
	padding: 13px 10px;
	text-align: center;
}

.top2-l table .y1,
.top2-l table .y2,
.top2-l table .y3 {
	background-color: #e3f1eb;
	width: 166px;
}
.top2-l table .w1,
.top2-l table .w2,
.top2-l table .w3 {
	background-color: #f9f9f9;
}

.top2-l table .w2,
.top2-l table .w3 {
	color: #5fd3a3;
}
.top2-l table .y1,
.top2-l table .y2,
.top2-l table .w1,
.top2-l table .w2 {
	border-bottom: 1px solid #ccc;
}




.top2-r {
	width: 48.5%;
	float: left;
	margin-left: 1.5%;
}
.top2-r span {
	display: block;
	color: #fe9a6a;
	margin-top: 20px;
}




.top3 {
	width:100%;
	margin-top: 0;
}


.top3-inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 80px 40px;
}

.top3-inner h2 {
	text-align: center;
	font-size: 180%;
	color: #5fd3a3;
    margin-bottom: 80px;
}
.top3-inner h2 span{
    border-bottom: 2px solid #5fd3a3;
    padding-bottom: 12px;
}

.top3-r span{
	color: #ff6a6a;
	}


.news-list {
	font-size: 120%;

}
.news-list li {
	padding: 0 0;
	margin-bottom: 22px;
}

.news-list li a {
}

.more {
    text-align: center;
    margin-top: 55px;

	}



.more span {
    background-color: #ffffff;
    color: #52d693;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: bold;
}
.more span:hover {
  background-color: #5fd3a3;
	color: #fff;
	transition: 0.6s;
}

.more a{
	text-decoration: none;
	}


/*

.news-list li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.news-list li a:hover::after {
  width: 100%;
}
*/

.news-list li a:hover {
	text-decoration: underline;
}


.news-list li .date {
	padding-top: 3px;
	margin-right: 30px;
	color: #5fd3a3;
}




.news-list li .td-span {
	display: table-cell;
}
.news-list li .title{
	padding-top: 3px;
}

.news-list li .new {

}




.top4 {
    width: 100%;
    margin-top: 0;
    background-attachment: fixed;
    background-image: url(../images/bg-top4.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}


.top4-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 5px;
}

.top4-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
}
.top4-inner ul li {
	width: 23%;
	margin: 0 1% ;

}
.top4-inner ul li img {
	width: 100%;
	border-radius: 10px;
}

.top4-inner ul li img:hover {
	opacity: 0.6 ;
	transition: 0.6s;
}

#footer {
	width: 100%;

}


.footer1 {
	width: 100%;
	border-top: 1px solid #e4e4e4;
}
.footer1-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 5px 45px 5px;
	text-align: center;

}

.footer1-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}



.footer1-inner ul li {
	background-image: url(../images/bg-link1.png);
	background-repeat: no-repeat;
	background-position: right 45%;
	background-size: 10px;
	padding: 0 24px 0 15px;
}
.footer1-inner ul li:last-child {
	background-image: none;
}



.footer1-inner ul li a {
	text-decoration: none;
}
.footer1-inner ul li a:hover {
	text-decoration: underline;
}


.footer2 {
	width: 100%;
}
.footer2-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 25px 5px 5px 5px;
	text-align: center;
}



.text-logo {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 15px 0;
}




.add {
    display: block;
    padding-bottom: 10px;
    /* padding-right: 10px; */
}

.tel {

}


.copy {
    margin: 40px 0;
	font-size: 70%;
	color: #999;
}





/* コンテンツページ関係始まり
================================================== */

.cat-img-wrap {
	position: relative;
}
.cat-img img {
	width: 100%;
	vertical-align: bottom;
}



.cat-img-con {
    position: absolute;
    width: 100%;
    top: 45%;
    text-align: center;
    font-size: 225%;
    font-weight: normal;
    letter-spacing: 6px;
    color: #fff;
}

.cat-img-con span{
	background-color: #fff;
    padding: 10px 20px;
    color: #5bbca8;
	}

.page-menu {
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.page-menu-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 5px 30px 5px;
	text-align: center;
}
.page-menu-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-menu-inner ul li {
	width: 30.333%;
	margin: 0 1.5%;
}
.page-menu-inner ul li img {
	width: 100%;
}






/* iframeサイズ */

.contentBody iframe {
	width: 100%;
	height: 450px;
}

.contentBody .if-renrakumo iframe {
	height: 150px;
}



#category_icon {
	width: 100%;
}
#category_icon .inner {
	width: 100%;
	margin: 0 auto;
}
#category_icon .inner img {
	width: 100%;
}



#home #breadCrumb {
	display: none;
}
#breadCrumb {
	width: 100%;

	font-size:100%;
	padding: 10px 0;
	margin-bottom: 25px;
}
#breadCrumb .inner {
	width: 100%;
    padding: 10px;
    max-width: 1240px;

}

.pankuze_list_items a{
	}

#breadCrumb p {
	margin-left: 0px;

}




.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

.contentBodyWrapper{
	padding:0px 0px;
}

.contentListWrapper{
	padding:0px 0px;

}
#content-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0px 30px;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}







article{

}

#main {
	float: right;
    width: 76%;
}

#main2 {
	width: 100%;
}


.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;


}

.contentBody img {
	max-width: 100%;
}

.contentBody .img_center img {

}


.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
	background-color: #5ed3a2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 10px;
}


/*スタッフ紹介一覧ページ*/





.contentBody.staff-ichiran{

	}

.contentBody .h2-staff {
	margin: 0px 4px 30px 4px;
	padding: 10px 5px;
	border-left: none;
	font-size: 170%;
	border-bottom: 1px solid #5fd3a3;
}

.staff-ichiran ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px!important;
}
.staff-ichiran ul li {
	width: 32.33%;
    margin: 0 0.5% 30px 0.5%;
    border: 1px solid #d4d4d4;
    background-image: none !important;
    padding-left: 9px !important;
    background-color: #fff;
    padding: 10px;
}
.staff-ichiran ul li .td-span1 {
	display: table-cell;
	width: 120px;
	vertical-align: top;
}
.staff-ichiran ul li .td-span1 .thumb {
	width: 100%;
	padding: 5px;
}
.staff-ichiran ul li .td-span1 .thumb img {
	width: 100%;
	display: block;
}

.staff-ichiran ul li .td-span2 {
	display: table-cell;

	padding-left: 15px;
	vertical-align: top;
}


.contentBody .staff-name {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 120%;
}
.contentBody .staff-name a {
	color: #5fd3a3;
	text-decoration: none;
}
.contentBody .staff-name a:hover {
	text-decoration: underline;
}

.contentBody .staff-yakusyoku {
	padding: 0;
	margin: 0 0 0 0;
}
.contentBody .staff-syokusyu {
	padding: 0;
	margin: 0 0 0 0;
}



.top-category_staff .contentTitle h1 {
    margin: 0px 0 10px 0;
}



.staff-ditail {
	width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}

.staff-ditail .thumb {
    width: 45%;
	margin-right: 25px;
    /* text-align: center; */
}

.staff-ditail .thumb img{
	width: 100%;
	}

.staffprofile {
	width: 50%;
	}

.staff-ditail .staffprofile h2{
	display: none;
	}

dl.staffprofile-list{}

dl.staffprofile-list dt {
	padding: 3px 8px;
    background-color: #f5f5f5;
    font-weight: bold;
    border-left: 8px solid #5fd3a3;
	}

dl.staffprofile-list dd {
    padding: 10px 8px 20px 8px;
	}


.s_ruby {
	text-align: center;
    margin-bottom: 30px;
    padding-bottom: 7px;
    color: #5fd3a3;
    border-bottom: 1px dotted #b1b1b1;
	}



.staffhistory,.staffgakujutu{
	margin: 30px 0;
	width: 100%;

	}


.staffhistory h2,.staffgakujutu h2{
	padding: 3px 8px;
    background-color: #f5f5f5;
    font-weight: bold;
    border-left: 8px solid #5fd3a3;
	font-size: 110%;
	margin-bottom: 12px;
	}

.staffhistory p,.staffgakujutu p{
	font-size: 80%;
	line-height: 225%;
	}


.staffgakujutu h3{
	color: #5fd3a3;
    font-size: 100%;
    border-bottom: 1px solid #e4e4e4;
    margin: 15px 0 2px 0;
	}

.staffcomment p{
	margin: 1em 0 1em 0px;
	}

.staffcomment {
	width: 100%;
	padding: 15px;
    background-color: #effbf6;
	font-size: 90%;
	line-height: 180%;
	}

.staffcomment p{
	margin: 1em 0 1em 0px;
	}

.staffc_title {
	border-bottom: 1px solid #5fd3a3;
    margin-bottom: 15px;
	}

.staffc_title img{
	width: 210px;
	}

.syozoku {
	font-size: 80%;
    line-height: 160%;
}




/*　NEWS
*********************************************/

.top-category_information {}

.top-category_information .contentListWrapper ul {
    display: block;
}

.top-category_information .contentListWrapper ul li {
    width: 100%;
	margin: 0px 13px 40px 13px;

	}

.top-category_information .contentListWrapper ul li .title {
    display: inline-flex;
	margin-top: 0px;
	}




/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}
.contentBodyWrapper .search-area ul li .thumb,
.contentBodyWrapper .search-area ul li .description,
.contentBodyWrapper .search-area ul li .date {
	display: none;
}


	/*コンテンツページ関係終わり
================================================== */


/*サイトマップ初め
================================================== */

.sitemap {
	margin: 0px 0px 50px 30px;

}
.sitemap ul {
	list-style-type: disc;
}

.sitemap li {
	padding-top: 0px;
	margin: 0px 0px 10px 0px;
}
.depth2 li {
	padding-top: 0px;
}

	.sm-depth2-list{
	margin-left: 50px;


	}
}




@media (min-width:768px) and ( max-width:900px) {
#keyword {
	width: 150px;
}



}

/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */


/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */


@media screen and (max-width: 768px) {

.page-menu {
    background-size: 150%;
	background-attachment: unset;
	background-repeat: repeat-y;
	background-image: url(../images/bg_sp.png);
}

.top2-l {
    width: 100%;
    float: none;
    font-size: 100%;
    padding: 0 40px;
}

.top2-r {
	width: 100%;
    float: none;
    font-size: 100%;
    padding: 0 40px;
    margin-top: 40px;
    text-align: center;
}

.top2-l table td {
    padding: 16px 10px;
}

.cat-img-con {
    font-size: 175%;
}

.top2-inner {
    padding: 50px 50px;
}

.top3-r {
	margin-top: 50px;
    text-align: center;
	}



/*スタッフ紹介*/

.staff-ichiran ul li {
    width: 48%;
    margin: 0 1% 30px 1%;
	}

.staff-ichiran ul li .td-span2 {
    font-size: 88%;
}


}

@media screen and (max-width: 767px) {


body , html {
	height: 100%;
  -webkit-text-size-adjust: 100%;

}

body {
	margin:0px;
	padding:0px;
	font-size: 80%;
	line-height: 145%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
/*  transform: scale(0.8);*/
}


#top-pc-header {
	display: none !important;
}

.pc-disp {
	display: none !important;
}
.sp-disp {
}


#container {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
}


#scrollTop {

	position: fixed;
	right: 5px;
	z-index: 20;
	margin-bottom: 6px;
}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 40px;
}


.skip p {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

/*
#home h1 {
  height: 0;
  overflow: hidden;
}
*/










#header {
	display: none !important;
}
#globalNav {
	display: none !important;
}

/*メニュー関係
---------------------------------------------------------------*/


.inner{
	width: 960px;
	margin: 0 auto;
}
.sp-header {
	width: 100%;
	padding-top: 5px;
	height: 55px;
	vertical-align: middle;
	position: fixed;
	z-index: 1000;
	background-color: rgba(255,255,255,0.7);
}



.sp-header .inner{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.sp-header .inner .logo {
	width: 245px;
	margin-right: auto;
	padding-left: 5px;
}

.sp-header .inner .logo img{
    width: 88%;
    padding-top: 3px;
}

.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;

}


#main_img{
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}


	header{

	}
	h1{
		width: 120px;
	}
	.inner{
		width: 90%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}


	/*メニュー部分*/
.sp-header nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background: rgba(95,211,163,0.9);
		left: 0;
		z-index: 50;
	}
.sp-header nav ul{
    display: block;
    width: 90%;
    position: absolute;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
	}
.sp-header nav ul li{
	margin: 0 auto;
    text-align: left;
    font-size: 140%;
	border-bottom: 1px solid #9cf5d0;
    padding: 15px;
    display: block;
	}

	.sp-header nav ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

	.sp-header nav ul li span {
    font-size: 80%;
    font-weight: normal;
}

.sp-header nav ul li:last-child{
		border: none;
	}



	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 10px;
	right: 10px;
	padding-top: 4px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #5fd3a3;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}

	/*開閉ボタンopen時*/
	.open #nav_toggle span{
		background: #fff;
	}
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}




.input_items_wrap {

}
.input_items_wrap .input_item { }
.input_items_wrap .submit_btn {
	height: 26px;
	padding-left: 5px;
}
#keyword {
	width: 80%;
}








/*メニュー関係終わり
---------------------------------------------------------------*/


/* トップ
================================================== */


#content {
	width:auto;
	padding-bottom: 0;
}

#home #content {
	position: relative;
	top: 0;
}



.top0 {
	width:100%;
	position: relative;
}

.top0-inner {
	width: 100%;
}

.top0 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.top0 .slick-box img{
	width: 100%;
	display: block;
}


.top0-copy {
	position: absolute;
	top: 20%;
	left: 0%;
	width: 100%;
	padding: 0 25px;
}
.top0-copy img {
	width: 100%;
	max-width: 930px;
}

.top0-menu {
	position: absolute;
	bottom: 5%;
	left: 0%;
	width: 100%;
}
.top0-menu ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;

}
.top0-menu ul li {
	width: 31.333%;
	margin: 0 1%;
}

.top0-menu ul li img {
	width: 100%;
}












.top1 {
	width:100%;
	margin-top: -7px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;

}


.top1-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 5px 40px 5px;
	text-align: center;
}
.top1-inner p {
	line-height: 150%;
	text-align: left;
}
.top1-inner p span {
	display: inline;

}

.top1-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 30px;
}
.top1-inner ul li {
	width: 31.333%;
	margin: 0 1%;
}
.top1-inner ul li img {
	width: 100%;
}



.top2 {
	width:100%;
	margin-top: 0;
	background-color: #fefee2;
}


.top2-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 5px;
}

.top2-inner h2 {
	text-align: center;
	font-size: 170%;
	color: #5fd3a3;
	margin-bottom: 30px;
}
.top2-inner h2 span{
    padding-bottom: 5px;
	border-bottom: 2px solid #5fd3a3;
}




.top2-l {
	width: 100%;
	margin-bottom: 20px;
}
.top2-l table {
	width: 100%;
}

.top2-l table td {
	padding: 5px;
	text-align: center;
}

.top2-l table .y1,
.top2-l table .y2,
.top2-l table .y3 {
	background-color: #e3f1eb;
}
.top2-l table .w1,
.top2-l table .w2,
.top2-l table .w3 {
	background-color: #f9f9f9;
}

.top2-l table .w2,
.top2-l table .w3 {
	color: #5fd3a3;
}
.top2-l table .y1,
.top2-l table .y2,
.top2-l table .w1,
.top2-l table .w2 {
	border-bottom: 1px solid #ccc;
}

.top3-r span {
    color: #ff6a6a;
}


.top2-r {
	width: 100%;
}
.top2-r span {
	display: block;
	color: #fe9a6a;
	margin-top: 20px;
}




.top3 {
	width:100%;
	margin-top: 0;
}


.top3-inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 5px;
}

.top3-inner h2 {
	text-align: center;
	font-size: 170%;
	color: #5fd3a3;
	margin-bottom: 30px;
}
.top3-inner h2 span{
    padding-bottom: 5px;
	border-bottom: 2px solid #5fd3a3;
}



.news-list {
	font-size: 110%;

}
.news-list li {
	padding: 0 0;
	margin-bottom: 20px;
}

.news-list li a {
/*
	  position: relative;
	  display: inline-block;
	  transition: .3s;
*/
}

/*

.news-list li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.news-list li a:hover::after {
  width: 100%;
}
*/

.news-list li a:hover {
	text-decoration: underline;
}


.news-list li .date {
	padding-top: 3px;
	margin-right: 30px;
	color: #5fd3a3;
}




.news-list li .td-span {
	display: block;
	margin-bottom: 5px;
}
.news-list li .title{
	padding-top: 3px;
}

.news-list li .new {

}




.top4 {
    width: 100%;
    margin-top: 0;
    background-attachment: fixed;
    background-image: url(../images/bg-top4.png);
    background-repeat: no-repeat;
    background-position: top top;
    background-size: cover;
}


.top4-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 5px 25px 5px;
}

.top4-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top4-inner ul li {
	width: 48%;
	margin: 0 1% 15px 1%;

}
.top4-inner ul li img {
	width: 100%;
	border-radius: 10px;
}





#footer {
	width: 100%;

}


.footer1 {
	width: 100%;
}
.footer1-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 25px 5px 25px 5px;
	text-align: center;
}
.footer1-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



.footer1-inner ul li {
	width: 42%;
	margin: 0 4% 15px 4%;
	text-align: center;
	border-bottom: 1px solid #5fd3a3;
}




.footer1-inner ul li a {
	text-decoration: none;
}
.footer1-inner ul li a:hover {
	text-decoration: underline;
}

.footer2 {
	width: 100%;
}
.footer2-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 5px;
	text-align: center;
}




.text-logo {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 15px 0;
}


.add {
	display: block;
	font-size: 80%;
}
.tel {

}


.copy {
	margin-top: 20px;
	font-size: 70%;
	color: #999;
}

/* スマホコンテンツページ関係始まり
================================================== */

.cat-img-wrap {
	position: relative;
	padding-top: 55px;
}
.cat-img img {
	width: 100%;
}

.cat-img-con {
    position: absolute;
    width: 100%;
    top: 43%;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    color: #fff;
    padding-top: 27px;
}


.cat-img-con span {
    background-color: #fff;
    padding: 10px 20px;
    color: #5bbca8;
}


.page-menu {
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	    padding-top: 10px;
}
.page-menu-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 5px 30px 5px;
	text-align: center;
}
.page-menu-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-menu-inner ul li {
	width: 30.333%;
	margin: 0 1.5%;
}
.page-menu-inner ul li img {
	width: 100%;
}






/* iframeサイズ */

.contentBody iframe {
	width: 100%;
	height: 250px;
}
.contentBody .if-renrakumo iframe {
	height: 130px;
}



#main-image {
	display: none;
}



#sitemap_main {
	display: none;
}



#search_main {
	display: none;
}






#home #breadCrumb {
	display: none;
}
#breadCrumb {
	width: 100%;

	font-size:100%;
	padding: 10px 0;
	margin-bottom: 0px;
}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px 5px;

}


#breadCrumb p {
	margin-left: 0px;

}


.pankuze_list_items a {
    color: #5fd3a3;
}


.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}



.contentListWrapper{
	padding:0px 10px;

}
#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
    padding: 20px 15px;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}
















article{

}

#main {
	width: 100%;

}
#main2 {
	width: 100%;
}


.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;


}

.contentBody img {
	max-width: 100%;
}










.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}








/*サービスページ*/

.content_service h2.service {
}

.content_service h2.service {
	border-bottom: solid 3px #b8cde2;
    position: relative;
	margin: 40px 12px;
    font-size: 140%;
    padding-bottom: 10px;
}

.content_service h2.service:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5fd3a3;
  bottom: -3px;
  width: 20%;
}



.content_service .pageList {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content_service .pageList .pagelist-item {
    width: 48%;
    margin: 0 1% 16px;
    border-left: 6px solid #5fd3a3;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.content_service .pageList .pagelist-item .title {
	    font-size: 100%;
    font-weight: normal;

}
.content_service .pageList .pagelist-item .title a {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 8px;
	color: #000;
}
.content_service .pageList .pagelist-item .title a:hover {
	color: #ccc;
}

.content_service .pageList .pagelist-item .thumb {
	display: block;
}
.content_service .pageList .pagelist-item .thumb img {
	width: 100%;
}





/*スタッフ紹介一覧ページ*/

.contentBody .h2-staff {
	margin: 50px 4px 30px 4px;
	padding: 10px 5px;
	border-left: none;
	font-size: 170%;
	border-bottom: 1px solid #5fd3a3;
}

.staff-ichiran ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.staff-ichiran ul li {
	width: 49%;
	margin: 0 0.5% 30px 0.5%;
	border: 1px solid #eee;
	background-image: none !important;
 	padding-left: 0 !important;
	background-color: #fff;
}
.staff-ichiran ul li .td-span1 {
	width: 100px;
	vertical-align: top;
}
.staff-ichiran ul li .td-span1 .thumb {
	width: 100%;
	padding: 5px;
}
.staff-ichiran ul li .td-span1 .thumb img {
	width: 100%;
	display: block;
}

.staff-ichiran ul li .td-span2 {
	display: table-cell;

	padding-left: 15px;
	vertical-align: top;
}

.contentBody .staff-name {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 120%;
}
.contentBody .staff-name a {
	color: #5fd3a3;
	text-decoration: none;
}
.contentBody .staff-name a:hover {
	text-decoration: underline;
}

.contentBody .staff-yakusyoku {
	padding: 0;
	margin: 0 0 0 0;
}
.contentBody .staff-syokusyu {
	padding: 0;
	margin: 0 0 0 0;
}










/*　検索一覧ページ
*********************************************/

.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}

.contentBodyWrapper .search-area ul li .thumb,
.contentBodyWrapper .search-area ul li .description,
.contentBodyWrapper .search-area ul li .date {
	display: none;
}


/*コンテンツページ関係終わり
================================================== */


/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}




}




@media screen and (max-width: 768px){

.top0-copy {
    top: 30%;
}

.top0-menu {
    top: 58%;
}

/* staff　*/


.contentBody .h2-staff {
	margin: 0px 0px 15px 0px;
    font-size: 150%;
}

.contentBody .staff-name {
    font-size: 150%;
}

.staff-ichiran ul li {
    width: 46%;
    margin: 0 2% 30px 2%;
    border: 1px solid #ccc;
	}

.staff-ichiran ul li .td-span1 .thumb {
    padding: 10px;
}

.staff-ichiran ul li .td-span2 {
    padding: 0px 10px 10px 10px;
	font-size: 80%;
}


.staff-ditail {
	width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}

.staff-ditail .thumb {
    width: 100%;
    margin-right: 0px;
}

.staff-ditail .thumb img{
	width: 100%;
    padding: 0px 180px;

	}



.s_ruby {
	text-align: center;
    margin-bottom: 30px;
    padding-bottom: 7px;
    color: #5fd3a3;
    border-bottom: 1px dotted #b1b1b1;
	font-weight: bold;
	}

dd.gakujutu {
	font-size: 80%;
	line-height: 190%;

	}

dd.gakujutu h3{
	color: #5fd3a3;
    font-size: 110%;
    margin: 10px 0 2px 0;
	}


.staffhistory,.staffgakujutu{
	margin: 30px 0;
	width: 100%;

	}


.staffhistory h2,.staffgakujutu h2 {
    padding: 3px 8px;
    background-color: #f5f5f5;
    font-weight: bold;
    border-left: 8px solid #5fd3a3;
    font-size: 100%;
    margin-bottom: 12px;
}

.staffhistory p,.staffgakujutu p{
	font-size: 80%;
	line-height: 225%;
	}

.staffprofile {
	margin-top: 30px;
	width: 100%;
	}

.staff-ditail .staffprofile h2{
	display: none;
	}

dl.staffprofile-list{}

dl.staffprofile-list dt {
	padding: 3px 8px;
    background-color: #f5f5f5;
    font-weight: bold;
    border-left: 8px solid #5fd3a3;
	}

dl.staffprofile-list dd {
    padding: 10px 8px 20px 8px;
	}

.staffgakujutu h3 {
    color: #5fd3a3;
    font-size: 100%;
    border-bottom: 1px solid #e4e4e4;
    margin: 15px 0 2px 0;
}

.staffcomment {
	width: 100%;
	padding: 15px;
    background-color: #effbf6;
	line-height: 180%;
	}



.staffcomment p{
	margin: 1em 0 1em 0px;
	}

.staffc_title {
	border-bottom: 1px solid #5fd3a3;
    margin-bottom: 15px;
	}

.staffc_title img{
	width: 150px;
    padding-bottom: 10px;
	}



}




@media screen and (max-width: 480px){

.sp-header .inner .logo img {
    padding-top: 0px;
}

.top0-copy {
    top: 15%;
}

.top0-menu {
    top: 75%;
}



.top1-inner,.top2-inner,.top3-inner {
    padding: 40px 20px;
}


.more {
    text-align: center;
    margin-top: 55px;

	}



.more span {
    background-color: #ffffff;
    color: #52d693;
    border: 1px solid;
    border-radius: 50px;
    padding: 5px 30px;
    font-weight: bold;
}
.more span:hover {
  background-color: #5fd3a3;
	color: #fff;
	transition: 0.6s;
}

.more a{
	text-decoration: none;
	}


.top2-l {
    padding: 0;
}

.top3-r {
    margin-top: 22px;
	font-size: 90%;
    line-height: 190%;
}

.top4-inner {
    padding: 40px 8px;
}

.top4-inner ul li {
	width: 46%;
    margin: 2%;
}

.footer1 {
    border-top: 1px solid #e4e4e4;
}

.footer1-inner {
    padding: 25px 5px 15px 5px;
}

.footer1-inner ul li {
    width: 42%;
    margin: 0 4% 15px 4%;
    text-align: center;
    border-bottom: 1px solid #5fd3a3;
    padding-bottom: 7px;
	font-size: 90%;
}

.cat-img-con span {
	background-color: #fff;
    padding: 7px 20px;
    color: #5fd3a3;
    letter-spacing: 2px;
}

.contentListWrapper .pageList {
    margin-top: 0px;
	}

.footer2-inner {
    padding: 10px 5px 50px 5px;
}


/* staff　*/


.contentBody .h2-staff {
	margin: 0px 0px 15px 0px;
    font-size: 150%;
}

.contentBody .staff-name {
    font-size: 150%;
}

.staff-ichiran ul li {
    width: 46%;
    margin: 0 2% 30px 2%;
    border: none;
	background-color: transparent;
	}

.staff-ichiran ul li .td-span1 .thumb {
    padding: 10px;
}

.staff-ichiran ul li .td-span2 {
    padding: 0px 10px 10px 10px;
	font-size: 80%;
}


.staff-ditail {
	width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}

.staff-ditail .thumb {
    width: 100%;
    margin-right: 0px;
}

.staff-ditail .thumb img{
	width: 100%;
	padding: 0 50px;
	}



.s_ruby {
	text-align: center;
    margin-bottom: 30px;
    padding-bottom: 7px;
    color: #5fd3a3;
    border-bottom: 1px dotted #b1b1b1;
	font-weight: bold;
	}

dd.gakujutu {
	font-size: 80%;
	line-height: 190%;

	}

dd.gakujutu h3{
	color: #5fd3a3;
    font-size: 110%;
    margin: 10px 0 2px 0;
	}


.staffhistory,.staffgakujutu{
	margin: 30px 0;
	width: 100%;

	}


.staffhistory h2,.staffgakujutu h2 {
    padding: 3px 8px;
    background-color: #f5f5f5;
    font-weight: bold;
    border-left: 8px solid #5fd3a3;
    font-size: 100%;
    margin-bottom: 12px;
}

.staffhistory p,.staffgakujutu p{
	font-size: 80%;
	line-height: 225%;
	}

.staffprofile {
	margin-top: 30px;
	width: 100%;
	}

.staff-ditail .staffprofile h2{
	display: none;
	}

dl.staffprofile-list{}

dl.staffprofile-list dt {
	padding: 3px 8px;
    background-color: #f5f5f5;
    font-weight: bold;
    border-left: 8px solid #5fd3a3;
	}

dl.staffprofile-list dd {
    padding: 10px 8px 20px 8px;
	}

.staffgakujutu h3 {
    color: #5fd3a3;
    font-size: 100%;
    border-bottom: 1px solid #e4e4e4;
    margin: 15px 0 2px 0;
}

.staffcomment {
	width: 100%;
	padding: 15px;
    background-color: #effbf6;
	line-height: 180%;
	}



.staffcomment p{
	margin: 1em 0 1em 0px;
	}

.staffc_title {
	border-bottom: 1px solid #5fd3a3;
    margin-bottom: 15px;
	}

.staffc_title img{
	width: 150px;
    padding-bottom: 10px;
	}


.text-logo {
    font-size: 100%;
}


.syozoku {
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	line-height: 160%;
}



}


/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */

@media print {
body {
	width: 1200px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}

/* .lay-sns
================================================== */

.lay-sns {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.lay-sns .btn-sns {
  width: 160px;
  box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.lay-sns .btn-sns:last-child {
  margin-right: 0;
}

.lay-sns .btn-sns img {
  height: 1.25rem;
  padding-right: 10px;
}

.lay-sns .btn-facebook {
  background: #1677f1;
}

.lay-sns .btn-twitter {
  background: #1ba0f0;
}

.lay-sns .btn-line {
  background: #00b800;
}

.lay-sns .btn-pinterst {
  background: #e60122;
}

@media screen and (max-width: 811px) {
  .lay-sns {
    /* flex-wrap: wrap; */
  }

  .lay-sns .btn-sns {
    width: 23%;
    margin: 1%;
    flex-direction: column;
    font-size: 0.8rem;
    padding: 10px 0 5px;
  }

  .lay-sns .btn-sns img {
    padding: 0;
    padding-bottom: 3px;
    height: 1.5rem;
  }

  .lay-sns .btn-sns span {
    display: none;
  }

  .lay-sns .btn-sns:last-child {
    margin: 1%;
  }
}





/* クラウドファンディング
================================================== */

.cf{
	width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 5px 50px 5px;
}


@media screen and (max-width: 767px) {
	
.cf{
    padding: 0 15px 50px 15px;
	max-width: 550px;
}
	
}


@media screen and (max-width: 550px) {
	
	
.cf{
    padding: 0 0 50px 0;
}
}


.cf img{
	width: 100%;
	border-radius: 20px;
}












