@charset "utf-8";

/* ========== すべて共通 ========== */

html, body {
	font-family: 'Montserrat', sans-serif;
	color: #393939;
	background: #fff;
}
body, div, p, h1, h2, h3, h4, ul, figure {
	margin: 0;
	padding: 0;
}

/* ========== ページ遷移フェードアニメーション ========== */
.wrap {
	animation: fadein 0.8s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/* ========== /ページ遷移フェードアニメーション ========== */
	hr {
  width: 85%;
	height: 0.5;
	color: 444;
	text-align: center;
}	



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

a {
	color: #5799F2;
}
a:hover {
	color:  #F59264;
}
a:active {
	color: #4b6700;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.container {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (min-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 1300px;  /* デフォルト1160px */
	}
}

/* バナーよりの位置設定 */
.home-keyvisual {
	margin-top: 70px;
}

@media screen and (min-width: 768px) {
	.home-keyvisual {
		width: 88%;
	  margin-top: 100px;
		margin-left:auto;
	  margin-right: auto;
   }
}

/* キービジュアル */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;}
.sp { display: none !important;}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.caption {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	margin: 5px 5px 0 0 ;
	font-size: 12px;
	text-align: right;
	width: 100%;
	color: #333;
}

@media screen and (min-width: 768px) {
.caption {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: right;
	width: 88%;
	color: #333;
	margin: 5px auto 0 auto;
 }
}	

/* ========== メインエリア基本レイアウト ========== */
main {
	padding-top: 30px;
	padding-bottom: 20px;
}

@media screen and (min-width: 767px) {
	main {
		padding-top: 40px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 20px;
	}
}

/* キャッチコピー */
.home-maincopy {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	margin: 0px 0 20px 0;
	text-align: center;
	font-size: 1.2rem;
	color: #555;
	line-height: 40px;
	font-weight: 200;
}
.home-maincopy strong {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0rem;
}

/* キャッチコピーPC用 */
@media screen and (min-width: 767px) {
.home-maincopy {
	  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
		margin: 20px 0 100px 0;
	  text-align: center;
	  font-size: 1.8rem;
	  color: #333;
	  line-height: 55px;
	  font-weight: 500;
}
	
 .home-maincopy strong {
	    font-family: 'Montserrat', sans-serif;
	    font-size: 1.0em;
		  line-height: 50px;
}
}

/* ジョブ＝スマートフォン用設定 */
.job-container {
	margin: 0 10px 0 10px;
}

	.job-image1 {
		margin: 0 0 0 0;
	}

	.job-image2 {
		margin: 0 0 0 0;
	}
	

.job-text{
	padding: 5px 0 20px 0;
	text-align: left;
}

.job-text2{
	padding: 5px 0 20px 0;
	text-align: left;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0rem;
	text-align: left;
	color: #555;
	font-weight: 500;
	line-height: 27px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-align: left;
	color: #555;
	font-weight: 500;
	line-height: 22px;
}

.job-p {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 0.9rem;
	color: #555;
	font-style: normal;
	line-height: 27px;
	text-align: justify;
}

/* ジョブ=パソコン用設定 */
@media screen and (min-width: 768px) {
	.job-container {
		display: flex;
		flex-flow: row;
	}
	
	.job-image1 {
		flex: 1 1 570px;    
		margin: 0 0 0 0;
	}
	
	.job-text {
		padding: 0px 15px 0 20px;
		flex: 1 1 570px;
		text-align: left;
	}
	
	.job-image2 {
		flex: 1 1 570px;    
		margin: 50px 0 30px 0;
		order: 1;
	}

	.job-text2 {
		margin-top: 50px;
		padding: 0 15px 0 20px;
		flex: 1 1 570px;
		text-align: left;
		order: 2;
	}

	h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	color: #555;
	font-weight: 600;
	line-height: 20px;
}
	h3 {
		font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
		font-size: 18px;
		color: #555;
	  font-weight: 600;
	  line-height: 30px;
		}	

.job-p {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #555;
	font-style: normal;
	line-height: 30px;
	text-align: justify;
}	
	
hr {
  width: 85%;
	color: aliceblue;
	text-align: center;
}	
}

/* スマートフォン用 */	
/* プライバシーポリシーと特別商取引き */	

	.privacy {
	display: flex ! important	;
	justify-content: center;
	}

.button {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	text-align: center;
  display: inline-block;
	display: list-item;  /* 縦に並べる */
	margin: 5px 10px 10px 0;
  width: 190px;
  padding: 6px 6px 6px 10px;
  border-radius: 5px;
  background-color: #80A2D1;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.button:hover {
  opacity: 0.8;
}
.button-showy {
  background-color: #80A2D1;
	text-align: center;
}

.btn:hover {
    background-color: #F59264;
}

/* プライバシー 　パソコン用*/
@media screen and (min-width: 768px) {
	.privacy {
	display: flex ! important	;
	justify-content: flex-end;
	}

/* プライバシーポリシーと特別商取引き */	
.button {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	text-align: center;
  display: inline-block;
	display: list-item;  /* 縦に並べる */
	margin: 5px 100px 10px 0;
  width: 190px;
  padding: 6px 6px 6px 10px;
  border-radius: 5px;
  background-color: #80A2D1;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.button:hover {
  opacity: 0.8;
}
.button-showy {
  background-color: #80A2D1;
	text-align: center;
}

}

/* ========== footer ========== */
.footer-container {
	font-size: 0.5rem;
	font-family: 'Montserrat', sans-serif;
	color: #444;
	margin-top: 5px;
	border-top: solid #c0c0c0 1px;
}
	
.footer-container p {
	font-size: 0.9rem;
	margin: 10px 0 30px 0;
	text-align: center;
}

