@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}
}
/* ========== /ページ遷移フェードアニメーション ========== */

	hr {
  width: 85%;
	height: 0.5;
	color: 444;
	text-align: center;
}	

img {
	width: 100%;
	height: auto;
}
a {
	color: #709a00;
}
a:hover {
	color: #95cd00;
}
a:active {
	color: #4b6700;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
/* 共通の見出し */
main h1 {
	margin-bottom: 1rem;
	font-weight: normal;
	font-size: 1.6rem;
}

	hr {
  width: 85%;
	margin: 40px auto 0 auto;	
	color: aliceblue;
}	


.container {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1140px;
}
@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;
   }
}

/* メインコピースマホ用設定 */
.home-maincopy {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	margin: 30px 0 20px 0;
	text-align: center;
	font-size: 	1.3rem;
	color: #333;
	line-height: 30px;
	font-weight: 600;
}

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

/* メインコピーデスクトップ用 */
@media screen and (min-width: 768px) {
.home-maincopy {
	  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
		margin: 50px 0 40px 0;
	  text-align: center;
	  font-size: 1.8rem;
	  color: #555;
	  line-height: 60px;
	  font-weight: 500;
}
	
 .home-maincopy strong {
	    font-family: 'Montserrat', sans-serif;
	    font-size: 1.0em;
		  line-height: 35px;
}
}

/* ジョブ＝スマートフォン用設定 */
h2 {
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	color: #555;
	font-weight: bold;
	line-height: 30px;
}

.job-container {
	margin: 10px 10px 0px 10px;
	padding: 20px 0px 10px 0px;
	text-align: justify;
}

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


.job-text{
	padding: 20px 30px 20px 30px;
	text-align: center;
	background-color: #FAFAFA;
}

.job-text2{
	padding: 20px 30px 20px 30px;
	text-align: center;
	background-color: #FAFAFA;
}

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

.price {
	color: #BF282B;
	font-size: 1.3rem;
	}

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

/* ジョブ=デスクトップ用設定 */
@media screen and (min-width: 768px) {
	.job-container {
		width: 85%;
		margin: 0px auto 0px auto;
	  padding: 50px 50px 10px 50px;
		display: flex;
		flex-flow: row;
	}
	
	.job-image1 {
		flex: 1 1 570px;  
		order: 2;
	}
	
	.job-text {
		flex: 1 1 570px;
		padding: 0px 20px 0 20px;
    text-align: left;
		color: #555;
		line-height: 10px;
		order: 1;
	}	
	
	.job-image2 {
		flex: 1 1 570px;    
		order: 2;
	}	
	
.job-text2 {
		flex: 1 1 570px;
		padding: 50px 20px 0 20px;
		text-align: center;
		order: 1;
	}
	
.job-image3 {
		flex: 1 1 570px;    
		order: 1;
	}	
	
.job-text3 {
		flex: 1 1 570px;
		padding: 50px 20px 0 20px;
		text-align: center;
		order: 2;
	}	
	
.job-p {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #555;
	font-weight: 400;
	line-height: 30px;
}	
	
	h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	color: #555;
	font-weight: 600;
	line-height: 30px;
}
	h3 {
		font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
		font-size: 17px;
		color: #555;
	  font-weight: 600;
	  line-height: 30px;
		}
	
	hr {
  width: 85%;
	color: aliceblue;
	text-align: center;
}	
	
}

/* キャッチコピー2 */
.home-maincopy-h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.1rem;
	color: #333;
	line-height: 28px;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.home-maincopy-h3 {
	    margin-top: 40px;
		  margin-bottom: 30px;
	    text-align: center;
	    font-size: 1.4rem;
	    color: #333;
	    line-height: 37px;
	    font-weight: 400;
    } 
}	

/* インフォ */
.info-container {
	margin: 10px auto 0px auto;
	padding: 20px 10px 10px 10px;
}

.info {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	margin: -30px auto -60px auto;
	padding: 0 30px 0 30px;
	text-align: left;
	text-align: justify;
	line-height: 26px;
	font-size: 0.95rem;
	color: #333;
}

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

strong {
	font-weight: 400;
}

@media screen and (min-width: 767px) {
	 .info-container {
	  margin: 0px auto 0px auto;
	  padding: 20px 10px 10px 10px;
	}

    .info {
		 font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	   margin: 0 auto 0 auto;
	   padding: 0 100px 0 100px;
	   text-align: left;
		 text-align: justify;	
	   line-height: 27px;
	   font-size: 0.95rem;
		 font-weight: 400;
	   color: #333;
}
	
    h4 {
	   text-align: center;
	   margin-bottom: 10px;
	   font-size: 1.3rem;
	   color: #333;
   }
}

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

