@charset "UTF-8";
/* CSS Document */
body{
	width:100%;
}
.wrapper {
  width: 1080px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
.sp-only{
	display:none;
}
@media only screen and (max-width:768px) {
  .wrapper {
    width: 90%;
    margin: 0 auto 30px;
  }
	.sp-only{
	display:block;
}
	.all{
		width:100%;
overflow-x: hidden !important;
	}
}
#mv {
  width: 100%;
  height: 600px;
  margin: 0 auto 60px;
	overflow: hidden;
}
#mv .slider {
  width: 100%;
  height: 600px;
  margin: 0 auto;
}
#mv .slider img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .line {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .line .inner {
    top: 50%;
    padding-bottom: 35%;
    height: 0;
  }
  #mv {
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
  }
  #mv .slider {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #mv .slider img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
	  overflow: hidden;
  }
  .top-infobox {
    margin-bottom: 100px;
  }
  .top-infobox h3 + div {
    padding-top: 10px;
  }
  .top-infobox table {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    text-align: left;
  }
  .top-infobox table tr {
    border-bottom: solid 1px #e6e6e6;
  }
  .top-infobox table th {
    width: 30%;
    background-color: #eeeeee;
    padding: 5px 5px 5px 10px;
  }
  .top-infobox table td {
    width: 70%;
    padding: 5px 5px 5px 10px;
  }
}
#top-section1 {
  display: flex;
  justify-content: space-between;
}
#top-news {
  width: 48%;
}
#top-news dl {
  text-align: left;
  margin-bottom: 20px;
}
#top-news dl time {
  color: #13be13;
  padding-right: 1em;
}
#top-news dl dt {
  font-weight: bold;
}
.time-tbl {
  width: 48%;
}
.time-tbl table {
  border: solid 1px #cccccc;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.time-tbl table tr {
  border-bottom: solid 1px #cccccc;
}
.time-tbl table tr th {
  padding: 10px;
  border-right: solid 1px #cccccc;
  background-color: #f2f2f2;
}
.time-tbl table tr td {
  padding: 10px;
  border-right: solid 1px #cccccc;
	background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #top-section1 {
    flex-direction: column;
  }
  #top-news {
    width: 100%;
    margin-bottom: 0;
  }
  #walking {
    width: 100%;
    margin: 0 auto 50px;
    height: 0;
    padding-top: 56.25%;
  }
  .time-tbl {
    width: 100%;
  }
.time-tbl table{
	  line-height: 1.5;
	  font-size: 14px;
  }
}
.separatebg {
  box-sizing: border-box;
  width: 100%;
  background-color: #f8fdf8;
  padding: 60px 50px 20px;
}
.separatebg2 {
  box-sizing: border-box;
  width: 100%;
  background-color: #f6f6f6;
  padding: 60px 50px 20px;
}
.wrapper h2 {
  /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
  font-size: 36px;
  color: #14be14;
  border-bottom: solid 2px #13be13;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  text-align: center;
	font-weight: 600;
  /*font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;*/
}
.wrapper section h3 {
  border-bottom: solid 2px #13be13;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  padding-bottom: 5px;
}
#top-section2 h2:after {
  content: 'FEATURES';
  font-size: 16px;
  display: block;
  padding-bottom: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .separatebg {
    padding: 30px 0 10px 0;
  }
  .separatebg2 {
    padding: 30px 0 10px 0;
  }
  .wrapper h2 {
    font-size: 22px;
    border-bottom: solid 2px #13be13;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.feat {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.feat figure {
  width: 20%;
}
.feat figure img {
  width: 100%;
  height: auto;
}
.feat div {
  width: 78%;
}
.feat h3 {
  color: #685142;
  font-weight: 600;
  font-size: 24px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 10px;
}
.feat h3 span {
  width: 55px;
  height: 37px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
}
.feat h3 span img {
  width: 100%;
  height: auto;
	vertical-align: text-bottom;
}
.feat:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #top-section2 h2:after {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .feat {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .feat figure {
    width: 100%;
    margin: 0 auto 10px;
  }
  .feat div {
    width: 100%;
  }
  .feat h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 48px;
    margin-bottom: 10px;
  }
  .feat h3 span {
    width: 42px;
    height: 28px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: auto;
  }
  .feat:last-child {
    margin-bottom: 0;
  }
}
#top-section3 {
  padding-top: 50px;
}
#top-section3 h2:after {
  content: 'COUNSELING';
  font-size: 16px;
  display: block;
  padding-bottom: 20px;
  font-weight: normal;
}
#top-section3 .flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trouble {
  position: relative;
  width: 32%;
  margin-bottom: 2%;
  overflow: hidden;
}
.trouble p {
  position: absolute;
  width: 100%;
  padding: 8px;
  color: #ffffff;
  font-size: 15px;
  left: 0;
  bottom: 0;
  background-color: #00c900;
  display: block;
  opacity: 0.9;
}
.trouble p span {
  font-size: 14px;
}
.trouble img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.trouble img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
	#top-section3 {
  padding-top: 30px;
}
	#top-section3 h2:after {
  font-size: 14px;
    padding-bottom: 10px;
}
	#top-section3 .flex-container {
  flex-wrap: wrap;
		flex-direction: column;
}
	.trouble {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
}
#top-section4 {
  display: flex;
  justify-content: space-between;
}
#top-section4 .outline {
  width: 48%;
}
#top-section4 .outline table {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  text-align: left;
}
#top-section4 .outline table tr {
  border-bottom: solid 1px #cccccc;
}
#top-section4 .outline table th {
  width: 20%;
  background-color: #eeeeee;
  padding: 5px 10px;
  border-right: solid 1px #cccccc;
}
#top-section4 .outline table td {
  width: 80%;
  padding: 5px 10px;
  background-color: #ffffff;
}
#top-section4 .walking-route {
  width: 48%;
}
#top-section4 .walking-route .movie {
  position: relative;
  width: 100%;
  margin: 0 auto 15px;
  height: 0;
  padding-top: 56%;
}
#top-section4 .walking-route .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
#top-section4 {	
	flex-direction: column;
}
#top-section4 .outline {
  width: 100%;
	margin-bottom: 30px;
}	
#top-section4 .walking-route {
  width: 100%;
}
#top-section4 .outline table {
  line-height: 1.5;
	font-size: 14px;
}	
}
/*==========================
		下層ページ
============================*/
.lower-ttl{
	width:100%;
	background-size: cover;
	height:250px;
	background-repeat: no-repeat;
	background-position: center;
}
.lower-ttl p{
	color:#ffffff;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 40px;
	line-height:1;
	padding-top: 105px;
	letter-spacing: 8px;
	font-weight: 700;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
.lower-ttl{
	height:120px;
}
.lower-ttl p{
  font-size: 24px;
	line-height:1;
	padding-top: 48px;
	letter-spacing: 4px;
}
}
#guidance{
	background-image: url("../images/ttl-guidance.jpg");
}
#hello{
	background-image: url("../images/ttl-hello.jpg");
}
#cure{
	background-image: url("../images/ttl-cure.jpg");
}
#contact{
	background-image: url("../images/ttl-contact.jpg");
}
#recruit{
	background-image: url("../images/ttl-recruit.jpg");
}
.contents{
	margin:50px auto;
	line-height: 2;
}
.lower{
	width:90%;
	margin:0 auto;
}
.wrapper .contents h2{
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 28px;
  color: #323232;
  border-bottom: solid 2px #13be13;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  text-align: center;
	padding-bottom: 10px;
  font-weight: 700;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
#message p{
	margin-bottom: 20px;
}

#message  figure{
	width:35%;
	margin:0 0 20px 20px;
	float:right
}
#message figure img{
	vertical-align: bottom;
}
.profile {
	width:100%;
	vertical-align: middle;
	border:solid 1px #cccccc;
}
.profile th{
	background-color: #f7f7f7;
	text-align: center;
	width:30%;
	padding:10px;
}
.profile td{
	text-align: left;
	width:70%;
	padding:10px;
	padding-left:1em;
	padding-right:1em;
}
.profile ul li{
	margin-left:1em;
 text-indent:-1em;
}
.time-tbl2 {
  width: 90%;
	 margin: 0 auto 15px;
}
.time-tbl2 table {
  border: solid 1px #cccccc;
  width: 100%;
  text-align: center;
	margin-bottom: 20px;
}
.time-tbl2 table tr {
  border-bottom: solid 1px #cccccc;
}
.time-tbl2 table tr th {
  padding: 10px;
  border-right: solid 1px #cccccc;
  background-color: #f2f2f2;
}
.time-tbl2 table tr td {
  padding: 10px;
  border-right: solid 1px #cccccc;
	background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
.contents{
	margin:30px auto;
	line-height: 1.7;
}
.lower{
	width:100%;
	margin:0 auto;
}
.wrapper .contents h2{
  font-size: 18px;
  color: #323232;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
#message p{
	margin-bottom: 15px;
}

#message figure{
	width:100%;
	margin:0 0 15px 0;
	float:none;
}
#message figure img{
	vertical-align: bottom;
}

.profile th{
	background-color: #f7f7f7;
	text-align: center;
	width:30%;
	padding:10px;
	font-size: 14px;
}
.profile td{
	width:70%;
	padding:10px;
	font-size: 15px;
	text-align: left;
}
.time-tbl2 {
  width: 100%;
	 margin: 0 auto;
}
.time-tbl2 table {
  border: solid 1px #cccccc;
  width: 100%;
  text-align: center;
	margin-bottom: 15px;
	line-height: 1.5;
	font-size:14px;
}
.time-tbl2 table tr {
  border-bottom: solid 1px #cccccc;
}
.time-tbl2 table tr th {
  padding: 10px;
  border-right: solid 1px #cccccc;
  background-color: #f2f2f2;
}
.time-tbl2 table tr td {
  padding: 10px;
  border-right: solid 1px #cccccc;
	background-color: #ffffff;
}	
}

.facility{
	margin-top: 50px;
}
.facility dt{
	border-left: solid 5px #ff5b00;
	line-height: 1.3;
	padding: 0 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
.facility{
	margin-top: 30px;
}
.facility dt{
	border-bottom: none;
	text-align: left;
	border-left: solid 4px #ff5b00;
	line-height: 1.3;
	padding: 0 0 0 10px;
	font-size: 16px;
	margin:5px 0 10px 0;
}
}
/*.facility dt {
  color: #685142;
  font-weight: 600;
  font-size: 24px;
  padding-left: 120px;
  position: relative;
  margin-bottom: 10px;
}
.facility dt span {
  width: 113px;
  height: 28px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
}
.facility dt span img {
  width: 100%;
  height: auto;
	vertical-align:text-bottom;
}*/
.wrapper section .lower .feat h3 {
	border-bottom: none;
	text-align: left;
	padding-bottom: 0;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.7;
}
.wrapper section .lower .feat p {
	line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  .feat {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .feat figure {
    width: 100%;
    margin: 0 auto 10px;
  }
  .feat div {
    width: 100%;
  }
  .wrapper section .lower .feat h3  {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 48px;
    margin-bottom: 10px;
  }
  .feat h3 span {
    width: 42px;
    height: 28px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: auto;
  }
  .feat:last-child {
    margin-bottom: 0;
  }
	.facility{
	margin-top: 25px;
}
}
.service{
	margin-bottom: 30px;
}
.wrapper section .service h3{
	border-bottom: none;
	text-align: left;
	border-left: solid 5px #ff5b00;
	line-height: 1.3;
	padding: 0 0 0 10px;
	font-size: 20px;
}
@media only screen and (max-width: 768px) {
.wrapper section .service h3{
	border-bottom: none;
	text-align: left;
	border-left: solid 4px #ff5b00;
	line-height: 1.3;
	padding: 0 0 0 10px;
	font-size: 16px;
	margin:0 0 10px 0;
}
}
.sns{
	display: flex;
	margin:30px auto;
	justify-content: center
}
.sns a{
	width:45px;
	height:45px;	
}
.sns a:first-child{
	margin-right: 30px;
}
.sns a img{
	width:100%;
	height:auto;
}