@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');
.view-btn{
	background: #ff9d1b;
	color: #fff;
	padding: 10px 0;
	width: 90%;
	max-width: 273px;
	margin: 30px auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	position: relative;
}
.view-btn:after{
	content: '';
	display: inline-block;
	background: url(images/arrow-icon.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: -20px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.br-sp {display: none; }
}
/* main
------------------------------------------------------ */
.main-bg{
	background: url(images/main-img.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 340px;
	position: relative;
	background-position: center;
}
.page-contents{
	width: 90%;
	max-width: 1280px;
	margin: 120px auto 0;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}
/* honetugi
------------------------------------------------------ */
.honetugi-lead,.honetugi-lead span{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}
.honetugi-lead span{
	color: #00BA88;
}
.honetugi-lead-txt{
	text-align: center;
	margin-bottom: 30px;
}
.honetugi-img01{
	max-width: 725px;
	margin: 0 auto 40px;
}
.honetugi-about-wrap{
	display: flex;
	flex-wrap: wrap;
	max-width: 725px;
	margin: 0 auto 80px;
}
.honetugi-abput-item:nth-child(1),.honetugi-abput-item:nth-child(4){
	background: #E6F1EB;
	width: 50%;
}
.honetugi-abput-item:nth-child(2),.honetugi-abput-item:nth-child(3){
	background: #AFE9D0;
	width: 50%;
}
.honetugi-abput-item{
	padding: 20px 0;
	background: #E6F1EB;
	width: 50%;
}
.honetugi-about-img{
	width: 15%;
	margin: 0 auto;
}
.honetugi-about-txt{
	text-align: center;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.honetugi-about-txt{
	font-size: 1rem;
	line-height:1.5; 
     }
	.honetugi-about-wrap{
	margin: 0 auto;
     }
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}
/* check-list
------------------------------------------------------ */
.check-list-bg{
	background: #E6F1EB;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 30px 0;
}
.check-list-wrap{
	background: #fff;
	width: 90%;
	max-width: 970px;
	margin: 0 auto;
}
.check-list-wrap {
  position:relative;
	background: #fff;
	width: 90%;
	max-width: 970px;
	margin: 0 auto;
  padding:30px 0;
  overflow:hidden;
}
.check-list-wrap:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 30px 30px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#E6F1EB #E6F1EB #00BA88 #00BA88; /* A bit more verbose to work with .rounded too */
    background:#00BA88; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
.check-list-ttl{
	text-align: center;
	margin-bottom: 30px;
}
.check-list-wrap ul{
	width: 60%;
	margin: 0 auto;
}
.check-list-wrap ul li{
	padding: 10px 0;

}
.check-list-wrap ul li:after{
	content: '';
    background: url(images/check-list-border.png);
    background-size: cover;
    display: block;
    width: 554px;
    height: 3px;
    margin-top: 10px;
}
.check-list-wrap ul li:before{
	content: '';
	background: url(images/check-icon.svg) no-repeat;
	background-size: contain;
	width: 15px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}
/* voice
------------------------------------------------------ */
.voice-bg{
	width: 98vw;
	margin: 0 calc(50% - 50vw);
	padding: 600px 0 40px;
	margin-top: -560px;
	border-radius: 0 0 60px 0;
}
.voice-lead,.voice-lead span{
	text-align: center;
	margin-top: 80px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.voice-lead span{
	color: #ff9d1b;
}
.voice-wrap{
	width: 90%;
	margin: 0 auto 20px;
	max-width: 953px;
}
.voice-item{
	padding: 33px 0;
	background: #fff;
	border-radius: 10px;
	border: 8px solid rgba(0,185,135,.24);
}
.voice-item.dayfit-voice{
	padding: 33px 0;
	background: #fff;
	border-radius: 10px;
	border: 8px solid rgba(255,158,26,.24);
}
.voice-item-content{
	display: flex;
	width: 90%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.voice-institution{
	color: #00ba88;
	font-size: 1rem;
	line-height: 1.4rem;
  margin-bottom: 4px;
}
.voice-item.dayfit-voice .voice-institution{
	color: #ff9e1a;
}
.voice-ttl{
	font-size: 1.5rem;
	font-weight: 600;
	height: 80px;
}
.voice-txt{
	font-size: 1.2rem;
	line-height: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 4.5em;
}
.voice-item-icon{
	width: 15%;
}
.voice-txt-wrap{
	width: 65%;
}
.voice-arrow{
	width: 7%;
}
.voice-category-item{
	text-align: center;
	padding: 10px 0;
}
.voice-category-item:first-child{
	border: 1px solid #ff9e1a;
}
.voice-category-item:first-child a{
	color: #ff9e1a;
	display: block;
}
.voice-category-item:first-child a:after{
	content: '';
	background: url(images/category-link-arrow01.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}
.voice-category-item:last-child a:after{
	content: '';
	background: url(images/category-link-arrow02.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}
.voice-category-item:last-child{
	border: 1px solid #00ba88;
}
.voice-category-item:last-child a{
	color: #00ba88;
	display: block;
}
.voice-category-wrap{
	width: 90%;
	max-width: 953px;
	margin: 0 auto;
}
.voice-item-content:before{
	content: '';
	background: url(images/voice-icon02.svg) no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
	background-size: contain;
}
.voice-item.dayfit-voice .voice-item-content:before{
	content: '';
	background: url(images/voice-icon01.svg) no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
	background-size: contain;
}
.voice-item-content:after{
	content: '';
	background: url(images/voice-arrow-green.svg) no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: contain;
}
.voice-item.dayfit-voice .voice-item-content:after{
	content: '';
	background: url(images/voice-arrow-orange.svg) no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: contain;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.voice-category-item{
		margin-bottom: 10px;
	}
	.voice-wrap{
		margin-bottom: 0px;
	}
	.voice-ttl{
		font-size: 1.4rem;
    line-height: 2rem;
	}
	.voice-item{
		margin-bottom: 20px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.voice-wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.voice-item{
		width: 47%;
		margin-bottom: 20px;
	}
	.voice-category-wrap{
		display: flex;
		justify-content: center;
	}
	.voice-category-item{
		width: 46%;
		margin: 10px;
	}
}
/* dayflow
------------------------------------------------------ */
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
	max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.tab_item01{
  width: calc(100%/2);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #FF9E1A;
  box-sizing: border-box;	
}
.tab_item02{
  width: calc(100%/2);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #00BA88;
  box-sizing: border-box;	
}
.tab_item01:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.tab_item02:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.tab_item01:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FF9E1A;
  z-index: 1;
}
.tab_item02:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #00BA88;
  z-index: 1;
}
.tab_item01 p,.tab_item02 p{
	text-align: center;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 1rem;
}
.tab_item01:hover, .tab_item02:hover{
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
.tab_content ul li{
	font-size: 1rem;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item01 {
  background-color: #FF9E1A;
  color: #fff;
}
.tabs input:checked + .tab_item02 {
  background-color: #00BA88;
  color: #fff;
}
.tabs input:checked + .tab_item01:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FF9E1A;
  z-index: 1;
}
.tabs input:checked + .tab_item01:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FF9E1A;
  z-index: 2;
}

.tabs input:checked + .tab_item02:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #00BA88;
  z-index: 1;
}
.tabs input:checked + .tab_item02:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #00BA88;
  z-index: 2;
}
.flow-lead,.flow-lead span{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
	margin-top: 50px;
}
.flow-lead span{
	color: #00BA88;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.tab_item01 p,.tab_item02 p{
		font-size: 1rem;
		line-height: 1;
	}
}
/* facility
------------------------------------------------------ */
	.facility-bg{
	padding: 40px 0 80px;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: #e7f2ec;
	}
.facility h3{
	text-align: center;
}
.facility-txt{
	background: #00b987;
	padding: 40px 10px 20px;
	color: #fff;
}
.facility-type{
	font-size: 1.2rem;
}
.facility-name{
	font-size: 1.5rem;
}
.facility .view-btn{
	margin-top: 80px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.facility-item{
		width: 80%;
		margin: 20px auto;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
.facility-wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
	margin: 0 auto;
}
.facility-item{
	width: 20%;
	margin: 20px;
}
}