/***
Theme Name: ジョブタス千歳勇舞事業所
Description: 北海道札幌市の就労継続支援B型事業所です。障がい者の方の「働きたい！」の思いを実現していただくためのサポートしております。
Author: muotoilu
***/

@charset "UTF-8";

* {
  box-sizing: border-box;
}

*:before {
  box-sizing: border-box;
}

*:after {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

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

a {
  text-decoration: none;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  color: #3C3E42;
}
a:hover {
  text-decoration: none;
  opacity: .7;
}

a img {
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.cf:before {
  height: 0;
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}

ul,ol {
  list-style: none;
}


body {
	font-family: yu-gothic-pr6n, sans-serif; 
	font-weight: 400;
	color: #3C3E42;
}


.container {
	width: 84%;
	margin: 0 auto;
}

/* 768px以上 */
@media (min-width: 768px) {
	
	.container {
		width: 84%;
		margin: 0 auto;
	}
}


/* 992px以上 */
@media (min-width: 992px) {
	
	.container {
		width: 91%;
		max-width: 1240px;
	}
	
}


/* ヘッダー SP */
.sr-only {
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 74px;
}

/* 768px以上 */
@media (min-width: 768px) {
	
	#header .container {
	  width: 84%;
	  margin: 0 auto;
	}
	
}


/* 992px以上 */
@media (min-width: 992px) {
#header .container {
    height: 100px;
  }
}



/************************************************** 
	
	common
	
**************************************************/
.section {
	padding: 75px 0 100px;
}

.section-head {
	padding-bottom: 45px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.06em;
}

.leadcopy {
	text-align: left;
	font-size: 14px;
	line-height: 2em;
	letter-spacing: 0.05em;
}

#about-hero {
	position: relative;
	margin-top: 75px;
	height: 285px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* パンくずリスト */

.breadcrumb-area {
	padding-top: 30px;
	font-size: 13px;
}

.breadcrumb-area a {
	text-decoration: underline;
}

/* gmap */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* 600px以上 */
@media screen and (min-width: 600px) {
	
  	#about-hero {
	  	height: 360px
  	}
}




/* 768px以上 */
@media (min-width: 768px) {
	
	.section-head {
		padding-bottom: 60px;
		font-size: 26px;
	} 
	
	.leadcopy {
		text-align: center;
		font-size: 16px;
		line-height: 2.1em;
	}
	
	#about-hero {
		height: 450px;
	}
}

/* 992px以上 */
@media (min-width: 992px) {
	
	.section-head {
		font-size: 30px;
	}
	.leadcopy {
		line-height: 2.2em;
	}
	
	#about-hero {
		height: 640px;
	}
	
}

/************************************************** 
	
	Header
	
**************************************************/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 100;
}

#header.scroll {
	background: rgba(255,255,255,.8);
 	transition: .3s;
}


#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}


#header h1 img {
	width: 130px;
}

/*
#header h1 a {
	font-size: 16px;
	font-weight: 500;
	color: #152226;
}
*/

#header .mainNav ul li a {
	color: #2B4870;
/* 	text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
	
}

/* 768px以上 */
@media (min-width: 768px) {
	
  #header h1 a {
	font-size: 19px;
  }
  
  
}

/* 992px以上 */
@media (min-width: 992px) {
	
  #header .container {
    height: 80px;
  }
  
  #header .mainNav ul li a {
	  letter-spacing: 0.05rem;
	  font-size: 15px;
  }
  
}


/* ナビゲーションボタン */
.nav-button {
	box-sizing: content-box;
	padding: 0;
	outline: none;
	border: none;
	background: none;
	width: 20px;
	height: 14px;
	cursor: pointer;
	color: #152226;
}

.nav-button::before,
.nav-button::after {
	content: '';
	display: block;
	height: 2px;
	background-color: currentColor;
	transform: translateY(5px);
	transition: 0.3s ease-in-out;
}

.nav-button::before {
	transform: translateY(-5px);
	box-shadow: 0 6px currentColor;
}


/* ナビゲーションボタン（閉じるボタン） */
.open .nav-button {
	z-index: 1000;
	color: #333333;
}

.open .nav-button::before {
	transform: translateY(1px) rotate(45deg);
	box-shadow: none;
}

.open .nav-button::after {
	transform: translateY(-1px) rotate(-45deg);
}

/* ナビゲーションメニュー: モバイル */
@media (max-width: 899px) {
	
	html.open, .open body {
		height: 100%;
		overflow: hidden;
	}

	.open .form {
		display: none;
	}

	.open nav {
		left: 0;
	}

	html, body {
		overflow-x: hidden;
	}

	.header {
		position: relative;
	}

	.mainNav {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100vh;
		background: rgba(255,255,255,0.8);
		color: #152226;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: left 0.5s;
	}
	
	.mainNav ul {
		list-style: none;
		font-weight: bold;
		text-align: center;
	}

	.mainNav li:not(:last-child) {
		margin-bottom: 40px;
	}

	.mainNav .btn {
		color: inherit;
	}
}


/* ナビゲーションメニュー： PC */
@media (min-width: 992px) {
	
	.nav-button {
		display: none;
	}

	.mainNav ul {
		display: flex;
		align-items: center;
		list-style: none;
		color: #333333;
	}

	.mainNav li:not(:last-child) {
		margin-right: 23px;
	}

	.mainNav .btn {
		width: 148px;
		border-color: #CDD6DD;
	}
}


/************************************************** 
	
	Hero
	
**************************************************/
#hero {
	position: relative;
	margin-top: 75px;
	height: 430px;
	background: url(img/hero.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	-js-display: flex;
}

#hero .catch {
	position: absolute;
	top: 30%;
	left: 43%;
	color: #fff;
}

#hero h2 {
	line-height: 1.9em;
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.07em;
}





/* 480px以下 */
/*
@media screen and (max-width: 480px) {
	
	#hero .catch {
		left: 40%;
	}
}
*/




/* 600px以上 */
@media screen and (min-width: 600px) {
	
	#hero {
		height: 480px;
	}
	
	#hero .catch {
		left: 50%;
	}
	
	#hero h2 {
		line-height: 2em;
		font-size: 22px;
	}
}

/* 768px以上 */
@media (min-width: 768px) {
	
	#hero {
		height: 650px;
	}
	
	#hero h2 {
		font-size: 26px;
	}
}

/* 992px以上 */
@media (min-width: 992px) {
	
	#hero {
		height: 900px;
	}
	
	#hero .catch {
		left: 55%;
	}
	
	#hero h2 {
		font-size: 40px;
	}
}

/* 1200px以上 */
@media (min-width: 1023px) {
	
	#hero .catch {
		left: 45%;
	}
	
}

/* 1200px以上 */
@media (min-width: 1200px) {
	
	#hero {
		height: 1100px;
	}
	
	#hero .catch {
		left: 55%;
	}
	
}



/************************************************** 
	
	Top
	
**************************************************/


#office-policy  {
	padding: 0 0 100px;
}

#office-policy .office-policy-inner {
	position: relative;
	overflow: hidden;
}

#office-policy .for-large {
	display: none;
}

#office-policy .office-policy-inner > .image-box {
	position: relative;
	width: 100%;
	padding-left: 28px;
	padding-right: 0;
}

#office-policy .office-policy-inner > .image-box::after {
	position: absolute;
	content: '';
	top: auto;
	height: 32px;
	right: auto;
	left: 20px;
	bottom: 0;
	width: 80%;
	background-color: #fff;
}

#office-policy .head {
	padding: 0 28px;
	margin-bottom: 25px;
	text-align: left;
}

#office-policy .txt-box {
	padding: 0 28px;
}

#office-policy .head .section-head {
	padding-bottom: 0;
	text-align: left;
}

#office-policy h3 {
	padding-bottom: 25px;
	line-height: 1.8em;
	font-size: 18px;
	font-weight: bold;
}

#office-policy h3 br {
	display: none;
}

#office-policy .leadcopy {
	text-align: left;
}

#office-policy .leadcopy br {
	display: none;
}




/* 600px以上 */
@media screen and (min-width: 600px) {
	
	#office .leadcopy {
		text-align: center;
		line-height: 2.2em;
	}
	
	#office-policy h3 br {
	  display: block;
	}
	
	
}


/* 768px以上 */
@media (min-width: 768px) {
	
	#office .leadcopy br {
		display: block;
	}
	
	#office-policy h3 {
		font-size: 23px;
	}
}



/* 992px以上 */
@media (min-width: 992px) {
	
	#office-policy .for-large {
		display: block;
	}
	
	#office-policy .for-small {
		display: none;
	}
	
/*
	#office-policy .office-policy-inner {
		display: flex;
	}
*/
	
	#office-policy .office-policy-inner > .image-box {
		position: absolute;
		top: 0;
		right: auto;
		bottom: auto;
		left: 0;
		width: 100%;
		padding-right: 330px;
		z-index: -1;
	}
	
	#office-policy .office-policy-inner > .txt-box {
		float: right;
		width: 600px;
		padding: 160px 7.6vw 5%;
		background: #fff;
	}
	
	#office-policy h3 br {
		display: none;
	}
	
	
}




/* 1024px以上 */
@media (min-width: 1024px) {
	
	#office-policy .office-policy-inner > .image-box {
		padding-left: 0;
	}
	
	#office-policy .office-policy-inner > .image-box::after {
		left: 0;
	}
	
	#office-policy .office-policy-inner > .txt-box {
		padding: 80px 7.6vw 5%;
	}
	
	#office-policy .head {
		text-align: right;
	}
	
	#office-policy .head .section-head {
		text-align: right;
	}
	
}



/* 1300px以上 */
@media (min-width: 1300px) {
	
/*
	#office-policy .office-policy-inner > .image-box {
		padding-right: 680px;
	}
*/
	
	#office-policy .head {
		padding-right: 7.34%;
	}
	
	#office-policy .office-policy-inner > .txt-box {
		padding: 90px 5.5vw 5%;
		width: 690px;
	}
}





/************************************************** 
	
	事業所について
	
**************************************************/
.post-14 {
	background-image: url(img/head_about.jpg);
}

#about-us .leadcopy br {
	display: none;
}

#about-us .about-office {
	padding: 110px 0;
}

#about-us .about-office .office-name {
	padding-bottom: 90px;
	text-align: center;
}

#about-us .about-office .office-name p {
	padding-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}

#about-us .about-office .office-name span.sm {
	display: block;
	padding-bottom: 8px;
	font-size: 13px;
}

#about-us .about-office .office-name span.lrg {
	font-size: 16px;
	font-weight: bold;
}

#about-us .about-office dl {
	margin-bottom: 35px;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: 1px solid #888;
}

#about-us .about-office dt {
	padding-bottom: 15px;
	letter-spacing: 0.03em;
	font-size: 15px;
	font-weight: bold
}

#about-us .about-office dd {
	font-size: 15px;
}

#about-us .gallery li {
	margin-bottom: 35px;
}

#about-us .gallery img {
	border: 1px solid #888;
}

#about-us .gallery li span {
	display: block;
	padding-top: 12px;
	font-size: 13px;
}

/* 768px以上 */
@media (min-width: 768px) {
	
	#about-us .leadcopy br {
		display: block;
	}
	
	#about-us .about-office .office-name p {
		font-size: 17px;
	}
	
	#about-us .about-office .office-name span.sm {
		padding-bottom: 12px;
		font-size: 15px;
	}
	
	#about-us .about-office .office-name span.lrg {
		font-size: 18px;
	}
}



/* 992px以上 */
@media (min-width: 992px) {
	
	#about-us .about-office dl {
		width: 450px;
		margin: 0 auto 40px;
	}
	
	#about-us .gallery ul {
		display: flex;
		-js-display: flex;
		flex-wrap: wrap;
	}
	
	#about-us .gallery ul li {
		width: 360px;
	}
	
	#about-us .gallery ul li {
		margin-right: 40px;
	}
	
	#about-us .gallery ul li.three,
	#about-us .gallery ul li.six {
		margin-right: 0;
	}
	
}





/************************************************** 
	
	ご利用対象者
	
**************************************************/
.post-6 {
	background-image: url(img/head_eligible.jpg);
}

#eligible .leadcopy {
	padding-bottom: 60px;
}

#eligible .leadcopy br {
	display: none;
} 


#eligible ul li {
	margin-bottom: 40px;
	padding: 15px 20px;
	text-align: left;
	line-height: 1.6em;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #3C3E42;
	border-radius: 4px;
	letter-spacing: 0.05em;
}

#eligible ul li span.check {
	display: block;
	padding-top: 8px;
	line-height: 1.5em;
	font-size: 13px;
	color: #F0415C;
}

#eligible .sublead {
	line-height: 1.8em;
	font-size: 15px;
}


/* 600px以上 */
@media screen and (min-width: 600px) {
	
	#eligible .leadcopy {
		text-align: center;
	}
	
	#eligible .leadcopy br {
		display: block;
	}
}

/* 768px以上 */
@media (min-width: 768px) {
	
	#eligible ul li {
		font-size: 15px;
	}
	
	#eligible .sublead {
		font-size: 16px;
	}
}




/* 992px以上 */
@media (min-width: 992px) {
	
	#eligible ul {
		width: 550px;
		margin: 0px auto;
	}
	
	#eligible .sublead {
		text-align: center;
	}
}






/************************************************** 
	
	ご利用までの流れ
	
**************************************************/
.post-10 {
	background-image: url(img/head_flow.jpg);
}

#flow .leadcopy {
	padding-bottom: 60px;
}

#flow .leadcopy br {
	display: none;
}

#flow .box {
	margin-bottom: 80px;
}

#flow .head-txt {
	padding-bottom: 30px;
}

#flow .head-txt h3 {
	padding-bottom: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#flow .head-txt p {
	line-height: 1.8em;
	font-size: 14px;
}

#flow .visual {
	text-align: center;
}

#flow .visual img {
	width: 80%;
}






/* 600px以上 */
@media screen and (min-width: 600px) {
	
	#flow .visual img {
	  width: 60%;
	}
	
	#flow .box .one img {
		width: 43%;
	}
	
	#flow .head-txt .cnt {
		text-align: center;
	}
  
}

/* 768px以上 */
@media (min-width: 768px) {
	
	#flow .head-txt h3 {
		font-size: 25px;
	}
	
	#flow .head-txt p {
		font-size: 16px;
	}
 
}

/* 992px以上 */
@media (min-width: 992px) {
	
	#flow .leadcopy br {
		display: block;
	}
	
	#flow .box {
		display: flex;
		-js-display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		width: 900px;
		margin: 0 auto 70px;
	}
	
	#flow .head-txt h3 {
		text-align: left;
	}
	
	#flow .head-txt {
		width: 496px;
		padding-bottom: 0;
	}
	
	#flow .head-txt .cnt {
		text-align: left;
	}
	
	#flow .visual {
		width: 390px;
	}
  
}

/* 1200px以上 */
@media (min-width: 1200px) {
  
}






/************************************************** 
	
	お仕事について
	
**************************************************/
.post-18 {
	background-image: url(img/head_works.jpg);
}

#works .txt {
	padding-bottom: 60px;
}

#works .leadcopy br {
	display: none;
	text-align: left;
}

#works .sub-contents {
	padding-bottom: 100px;
}

#works .sub-contents .sub-illst {
	text-align: center;
}

#works .sub-contents .sub-illst img {
	width: 230px;
}

#works .sub-contents .sub-txt {
	padding: 25px 15px;
	background: #faf7d3;
}


/* 1日の流れ */
#works .day {
	padding: 100px 0;
	margin-bottom: 100px;
	background: #d5eaef;
}

#works .day .clock-illst {
	padding-bottom: 25px;
}

#works .day .head span {
	display: block;
}

#works .day .head span.head-time {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #2B4870;
}

#works .day .head span.work-desc {
	line-height: 1.5em;
	font-size: 14px;
	font-weight: bold;
}

#works .day .clock-illst img {
	width: 100px;
}


/* サービスについて */
#works .services dl {
	padding-bottom: 45px;
}

#works .services dt {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #2B4870;
	border-bottom: 1px dotted #777;
	letter-spacing: 0.03em;
}

#works .services dd {
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 1.5em;
	font-size: 15px;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #777;
}


/* 600px以上 */
@media screen and (min-width: 600px) {
	
	#works .sub-contents .sub-illst img {
		width: 270px;
	}
	
	#works .day .schedule {
		display: flex;
		-js-display: flex;
	}
	
	/* 	1日の流れ */
	#works .day .clock-illst {
		margin-right: 15px;
	}
	
	#works .day .head {
		padding-top: 25px;
	}
  
}

/* 768px以上 */
@media (min-width: 768px) {
	
	#works .leadcopy br {
		display: block;
		text-align: center;
	}
	
	/* 	1日の流れ */
	#works .day ul {
		width: 520px;
		margin: 0 auto;
	}
	
	#works .day .head span.head-time {
		font-size: 16px;
	}
	
	#works .day .head span.work-desc {
		font-size: 16px;
	}
	
	/* サービスについて */
	#works .services dt {
		font-size: 17px;
	}
	
	#works .services dd {
		font-size: 16px;
	}
  
}

/* 992px以上 */
@media (min-width: 992px) {
	
	#works .sub-txt {
		width: 620px;
		margin: 0 auto;
	}
	
	/* サービスについて */
	#works .services dl {
		width: 550px;
		margin: 0 auto;
	}

}

/* 1200px以上 */
@media (min-width: 1200px) {
 
}



/************************************************** 
	
	お問い合わせ
	
**************************************************/
.post-23 {
	background-image: url(img/head_contact.jpg);
}

#contact .leadcopy a {
	color: #404040;
	text-decoration: underline;
}

#contact form {
	padding-top: 60px;
}

#contact dl {
    margin-bottom: 25px;
    border-bottom: 1px dotted #003e59;
}

#contact dt {
    padding-bottom: 25px;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size: 14px;
    color: #404040;
}

#contact dt span.inquiry {
	padding: 3px 5px;
	margin-left: 5px;
	font-size: 10px;
	background: #003e59;
	border-radius: 3px;
	color: #fff;
}

#contact dd {
    padding-bottom: 25px;
}

#contact .ipt-txt, #contact .textarea {
    width: 100%;
    padding: 7px 4px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #003e59;
    vertical-align: middle;
    background: #fff;
}

#contact textarea {
    width: 100%;
    border: 1px solid #003e59;
}

#contact .smt-btn {
    display: block;
    width: 120px;
    margin: 0 auto;
    height: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #003e59;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #003e59;
    border-radius: 5px;
    cursor: pointer;
}

#contact .smt-btn:hover {
	background: #003e59;
	color: #fff;
}


/* 600px以上 */
@media screen and (min-width: 600px) {
	
	#contact .leadcopy {
		text-align: center;
	}
}




/* 992px以上 */
@media (min-width: 992px) {
	
	#contact form {
		width: 60%;
		margin: 0 auto;
	}
	
	#contact .ipt-name, #contact .ipt-tel {
		width: 60%;
	}
	
}



/************************************************** 
	
	プライバシーポリシー
	
**************************************************/
.post-3 {
	background-image: url(img/head_contact.jpg);
}

#privacy-policy .lead-top {
	margin-bottom: 55px;
}

#privacy-policy .lead-top br {
	display: none;
}

#privacy-policy h3 {
	padding-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
}

#privacy-policy .leadcopy {
	padding-bottom: 20px;
}

#privacy-policy .txt {
	padding-bottom: 55px;
}




/* 768px以上 */
@media (min-width: 768px) {
	
	#privacy-policy .leadcopy {
		text-align: left;
	}
	
	
}


/* 992px以上 */
@media (min-width: 992px) {
	
	#privacy-policy .lead-top br,
	#privacy-policy .leadcopy br {
		display: block;
	}
	
	#privacy-policy .lead-top {
		width: 800px;
		margin: 0 auto 55px;
	}
	
	#privacy-policy .txt {
		width: 810px;
		margin: 0 auto;
	}
}

/************************************************** 
	
	Footer
	
**************************************************/
#footer {
	padding: 15px 0 0;
/* 	border-top: 1px solid #3C3E42; */
}

#footer ul {
	margin-bottom: 70px;
}

#footer ul li {
	padding: 0 28px;
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #3C3E42;
}

#footer .footer-link {
	padding-top: 15px;
	border-top: 1px solid #3C3E42;
}

#footer ul li a {
	font-size: 13px;
	text-align: left;
}

#footer .office-id {
	padding-bottom: 30px;
	text-align: center;
}

#footer .office-id .id {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

#footer .office-id .sub {
	
	font-size: 13px;
	font-weight: bold;
}

#footer .footer-copyright {
	display: block;
	padding-bottom: 20px;
	text-align: center;
	font-size: 12px;
}




/* 992px以上 */
@media (min-width: 992px) {
	
	#footer ul {
		display: flex;
		-js-display: flex;
		justify-content: center;
	}
	
	#footer .footer-link {
		margin-bottom: 50px;
		border-bottom: 1px solid #3C3E42;
	}
	
	#footer .footer-link {
		padding: 20px 0;
	}
	
	#footer ul {
		margin-bottom: 0;
	}
	
	#footer ul li {
		padding-bottom:0;
		margin-bottom: 0;
		border-bottom: 0;
	}
}










