@charset "utf-8";

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

html, body {
	font-size: 16px;
	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}
}
/* ========== /ページ遷移フェードアニメーション ========== */

a {
	color: #709a00;
}
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;
}

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

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
/* 共通の見出し */
main h1 {
	margin-bottom: 1rem;
	border-bottom: 1px dashed #c84040;
	font-weight: normal;
	font-size: 1.6rem;
}

.container {
	margin: 0 auto 0 auto;
	max-width: 1140px;
}

section .container {
	display: flex;
	flex-flow: column;
}

@media screen and (min-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* キービジュアル */
/* パソコンで見たときは"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; }
}


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

}

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

/* キャッチコピー */
.maincopy {
	margin: 15px 17px 13px 17px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 1.2rem;
	color: #333;
	line-height: 30px;
	font-weight: 400;
}

.maincopy strong {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0rem;
}


/* キャッチコピーデスクトップ用 */
@media screen and (min-width: 768px) {
.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: #555;
	  line-height: 55px;
	  font-weight: 500;
}
	
 .maincopy strong {
	    font-family: 'Montserrat', sans-serif;
	    font-size: 1.0em;
		  line-height: 50px;
}
}

/* ========== メインエリア基本レイアウト ========== */
main {
	margin: 0 0 0 20px;
	padding-top: 0px;
	font-size: 0.95rem;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

main p {
	line-height:24px;
}

main img {
	padding: 12px 0 0 0;
	width: auto;
	height: auto;
}

.side1 {
	margin-bottom: 10px;
}

.space1 {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #333;
}

.space2 {
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

@media screen and (min-width: 767px) {
	main {
		font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
		font-size: 1.0rem;
	  line-height:20px;
		margin-bottom: 20px;
		padding: 16px 0 0 25px;
	}
	main p {
	    line-height: 28px;
			color: #333;
	    font-weight: 300;
		}
	
	main img {
	    padding: 28px 0 0 0;
	    width: auto;
	    height: auto;
    }
	.side1 {
	    margin-bottom: 30px;
    }
    .space1 p {
			font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	    color: #333;
			font-size: 1.0rem;
		  white-space: nowrap;
	 }
	
   .space2 {
	    font-family: 'Montserrat', sans-serif;
	    white-space: nowrap;
    }
}

@media only screen and (min-width: 768px) {
	section .container {
		flex-flow: row;
	}
	main {
		flex: 1 1 auto;
		order: 2; /* orderで並び順を設定 */
	}
	.side1 {
		flex: 0 0 780px;
		order: 1;
	}
}

/* ジョブ =スマホ用設定*/
.job-container {
	padding: 27px 10px 0px 10px;
}

.job-image1 {
	border: 0px solid #999;
}

.job-image2 {
margin: 15px 0 20px 0;
}

.job-text{
	text-align: left;
}

.job-p {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	padding: 10px 15px 0px 15px;
	font-size: 0.95rem;
	color: #333;
	font-style: 300;
	line-height: 24px;
	text-align: justify;
}

	figcaption {
		text-align: center;
		font-size: 14px;
		color: 333;
		margin: 5px 0 0 0
	}

/* ジョブ=パソコン用設定 */
@media screen and (min-width: 768px) {
	.job-container {
		display: flex;
		flex-flow: row;
	}
	.job-image1 {
		flex: 1 1 70px;
	}
	
	figcaption {
		text-align: center;
		font-size: 14px;
		color: 333;
		margin: 5px 0 0 0
	}
	
	.job-image2 {
		flex: 1 1 570px;    
	}

    .job-container {
	    margin: 0px auto 0px auto;
	    padding: 50px 60px 10px 60px;
    }
	
	.job-text {
		flex: 1 1 1070px;
		text-align: left;
	}
	
	.job-p {
	   padding: 10px 50px 0px 50px;
	   font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	   font-size: 1.0rem;
	   color: #333;
	   font-weight: 300;
	   line-height: 25px;
		 ext-align: justify;
    }
}

.eye1 {
	margin: 0 0 0 0;
	width: 290px;
	height: 82px;
	}

.eye2 {
	margin: 20px 0 0 0;
	width: 290px;
	height: 82px;
	}

@media screen and (min-width: 768px){
	    .eye2 {
	    margin: 40px 0 0 0;
	    width: 290px;
	    eight: 82px;
    }
}

/* インフォ */
.info {
	margin: 0 auto 0px auto;
	padding: 0 100px 0 100px;
	text-align: left;
	line-height: 24px;
	font-size: 0.85rem;
	color: #777;
}

h4 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.3rem;
	color: #777;
}

/* スマートフォン用 */	
/* プライバシーポリシーと特別商取引き */	
	.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-start;
	}

/* パソコン用 */		
/* プライバシーポリシーと特別商取引き */	
.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 0 10px 110px;
  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;
}

