@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("form_style.css");

/* =================================================
全称セレクタ
================================================= */

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;/*rem算出をしやすくするために*/
}

/* =================================================
全体指定
================================================= */

body {
    background: url(../images/bg.avif);
	background-color:#ff791b;
    background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	color:#000;
	font-family: "Zen Maru Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


.page-layout {
	display: block;
  }

  .sidebar-left,
  .sidebar-right {
	display: none;
  }

  .lp-scroll {
	background-color:#ff6816;
	width: 100%;
  }

/*recaptcha*/
.recaptcha_policy{
    width: 90%;
    margin: auto;
	color: #fff;
	text-align:left;
	font-size:14px;
}
.recaptcha_policy a:link{color: #fff;}
.grecaptcha-badge { visibility: hidden; }

/* =================================================
リンク
================================================= */

a{
	text-decoration:none;
}

a:link{
	color:#000;
}

a:visited{
	color:#000;
}

a:hover {
	color:#000;
}

a:active {
	color:#000;
}

/* =================================================
文字
================================================= */


/* =================================================
共通レイアウト
================================================= */

.wrapper{
	background-color: #ff6816;
}

/*リスト*/

ul,ol{
	list-style-type: none;
}

/* =================================================
ヘッダー
================================================= */

header {
	position: relative;
}

.h_bg_img {
	display: block;
	width: 100%;
}

.h_girl_img {
	position: absolute;
    top: 20px;
    left: -50px;
    height: 95%;
	z-index: 1;
	pointer-events: none;
}

.h_title_img {
	position: absolute;
    top: 0px;
	left: 0;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}

/* =================================================
コンテンツ
================================================= */

/*問い合わせリンク*/

#form_entry {
	padding: 20px 0px;
	position: relative;
	z-index: 3;
}

/*収入例*/

.c2_girl1_hero,
.c2_girl2_hero,
.c2_girl3_hero {
	position: relative;
}

.c2_girl1_bg_img,
.c2_girl2_bg_img,
.c2_girl3_bg_img {
	display: block;
	width: 100%;
}

.c2_girl1_img{
	position: absolute;
	pointer-events: none;
    top: 75px;
    left: -35px;
    width: 36%;
    height: auto;
	z-index: 1;
}


.c2_girl2_img {
	position: absolute;
	pointer-events: none;
	top: -70px;
    right: -90px;
	width: 56%;
	height: auto;
	z-index: 1;
}

.c2_girl3_img{
	position: absolute;
	pointer-events: none;
	top: -20px;
    left: -60px;
    width: 56%;
    height: auto;
	z-index: 1;
}


.c2_girl1_text_img,
.c2_girl2_text_img,
.c2_girl3_text_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}

.c2_girl2_hero,.c2_girl3_hero{
	margin-top:60px;
}

.c2_girl3_hero{
	margin-bottom:60px;
}

/*お給料について*/

#c1 {
	position: relative;
}

.c1_bg_img {
	display: block;
	width: 100%;
}

.c1_girl_img {
	position: absolute;
	top: 0;
    right: -75px;
	width: 60%; /* 大きさはここで調整 */
	height: auto;
	z-index: 1;
	pointer-events: none;
}

.c1_text_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}

.form_entry_bg2 {
	background: #5e5d57 !important;
}

.form_entry_bg3 {
	background: #dbddd7 !important;
}

.form_box {
	display: flex;
	justify-content: space-around;
	margin: auto;
	width: 95%;
}


.form_box a {
	color: #000;
}

.form_box a.line {
	color: #00B900;
}

.form_entry_tel {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/form_entry_tel_bg.avif) center no-repeat;
	background-size: 280px 86px;
	width: 280px;
	height: 86px;
}

.form_entry_tel div {
	margin-left: 65px;
    margin-top: 5px;
	line-height: 30px;
	text-align: center;
}

span.form_entry_tel_number,
span.form_entry_tel_comment {
	display: block;
}

span.form_entry_tel_number {
	font-size: 32px;
	font-weight: bold;
}

span.form_entry_tel_comment {
	font-size: 90%;
}

.form_entry_mail_link{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 3px;
	background: url(../images/form_entry_mail_bg.avif) center no-repeat;
	background-size: 86px 86px;
	width: 86px;
	height: 86px;
}

.form_entry_line_link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 3px;
	background: url(../images/form_entry_line_bg.avif) center no-repeat;
	background-size: 86px 86px;
	width: 86px;
	height: 86px;
}



/* =================================================
フッター
================================================= */

footer{
	padding:40px 0px;
    width: 90%;
    margin: auto;
	color: #fff;
	text-align:center;
	font-size:16px;
}




/*スマホ
================================================= */

@media screen and (min-width:0px) and (max-width:767px){


	/* =================================================
	全体指定
	================================================= */

	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

	html{
	font-size: 64.5%;
	height: 100%;
	}

	body {

	width:100%;
	font-size: 1.4rem;
	line-height:1.7em;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	}

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

	br.smp{
	display:none;
	}

	/* =================================================
	文字
	================================================= */


	/* =================================================
	共通レイアウト
	================================================= */

	/*recaptcha*/
	.recaptcha_policy{
		width: 95%;
	}

	#form_entry {
		padding: 0px 0px;
	}

	/* =================================================
	ヘッダー
	================================================= */

	
	.h_girl_img{
		left: -40px;
		height: 90%;
	}
	

	/* =================================================
	コンテンツ
	================================================= */

	/*問い合わせ*/

	.form_box{
		width:95%;
	}

	.form_entry_tel div{
		margin-left: 50px;
		margin-top: 0px;
		line-height: 22px;
	}

	.form_entry_mail_link, .form_entry_line_link {
		width: 67px;
		height: 67px;
		background-size: 67px 67px;
	}

	.form_entry_tel{
		background-size: 220px 67px;
		width:220px;
		height:67px;
	}

	.form_entry_tel_number {
		font-size: 16px !important;
	}

	span.form_entry_tel_comment{
		font-size: 80%;
	}

	#c1 {
		overflow: hidden;
	}

	.c1_girl_img {
		right: -55px;
	}

	.c2_girl1_hero,
	.c2_girl2_hero,
	.c2_girl3_hero  {
		overflow: hidden;
	}

	.c2_girl2_hero {
        margin-top: -35px;
		padding: 45px 0px 40px;
	}

	.c2_girl1_img{
		top: 50px;
	}

	.c2_girl2_img {
		top: 0;
		right: -70px;
	}

	.c2_girl2_text_img{
		top: 48px;
	}


	.c2_girl3_hero{
		margin-top:-30px;
		margin-bottom: 20px;
		padding-bottom: 55px;
		padding-top: 30px;
	}

	.c2_girl3_img{
		width: 60%;
		top: 0px;
		left: -65px;
	}

	.c2_girl3_text_img{
		top: 30px;
	}

	/* =================================================
	フッター
	================================================= */

	footer{
		font-size: 14px;
	}



}





/* タブレット端末
================================================= */

@media screen and (min-width:768px) and (max-width:1023px){

	/* =================================================
	全体指定
	================================================= */

	body {
		font-size:18px;
		line-height:2em;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
		}
	
		html {
		scrollbar-arrow-color:#190208;
		scrollbar-face-color:#190208;
		scrollbar-3dlight-color:#190208;
		scrollbar-darkshadow-color:#190208;
		scrollbar-highlight-color:#190208;
		scrollbar-shadow-color:#190208;
		scrollbar-track-color:#fff;
		height: 100%;
		}
	
		img {
		max-width: 100%;
		height: auto;
		width: auto;
		vertical-align: bottom;
		}
	
		br.pc{
		display:none;
		}

	/* =================================================
	文字
	================================================= */



	/* =================================================
	共通レイアウト
	================================================= */

	.sidebar-left,
	.sidebar-right {
	display: none;
	}

	.lp-scroll {
		width: 80%;
		margin: 0 auto;
		border-left:2px dashed #000;
		border-right:2px dashed #000;
	}

	/* =================================================
	ヘッダー
	================================================= */


	/* =================================================
	コンテンツ
	================================================= */

	/*問い合わせ*/

	.form_box{
		width:90%;
	}

	.form_entry_mail_link, .form_entry_line_link {
		width: 90px;
		height: 90px;
	}

	.form_entry_tel {
		width: 300px;
		height: 90px;
	}

	/* =================================================
	フッター
	================================================= */




}



/*パソコン
================================================= */

@media screen and (min-width:1024px){

	/* =================================================
	全体指定
	================================================= */

	body {
	font-size: 18px;
	line-height:2em;
	}
	html {
	height: 100%;
	}

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


	/* =================================================
	共通レイアウト
	================================================= */

	br.pc{
	display:none;
	}

	.sidebar-left,
	.sidebar-right {
	display: grid;
	place-content: center;
	position: fixed;
	top: 0;
	height: 100vh;
	width: calc((100vw - 500px) / 2);
	overflow: hidden;
	}

	.sidebar-left {
	left: 0;
	}

	.sidebar-right {
	right: 0;
	}

	.lp-scroll {
	width: 500px;
	margin: 0 auto;
	position: relative;
	border-left:2px dashed #000;
	border-right:2px dashed #000;
	}

	.bg_title_img{
		padding:50px;
		box-sizing: border-box;
	}

	.bg_line_img{
		width: 220px; /* リンク範囲が画像ぴったりになる */
	}

	/* =================================================
	ヘッダー
	================================================= */


	/* =================================================
	コンテンツ
	================================================= */


	/* =================================================
	フッター
	================================================= */



}


/*大型モニター（1440px〜）
================================================= */

@media screen and (min-width:1440px){

	.sidebar-left,
	.sidebar-right {
	width: calc((100vw - 600px) / 2);
	}

	.lp-scroll {
	width: 600px;
	}

	.h_girl_img {
		left: -60px;
	}

	.bg_title_img{
		padding:140px;
	}

	.bg_line_img{
		width: 320px;
	}

	.form_entry_tel {
	background-size: 340px 104px;
	width: 340px;
	height: 104px;
	}

	.form_entry_mail_link,
	.form_entry_line_link {	
		background-size: 104px 104px;
		width: 104px;
		height: 104px;
	}




}
