@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	width: 100%;
	height: 100%;
	background: url("Enter your image URL") center center no-repeat;
	scroll-behavior: smooth;
}

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

body {
	font: normal 18px/1.7 'Noto Sans JP',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Meiryo","Arial","Verdana",sans-serif;
	background-color: #EBEBEB;
	color:#000;
	margin: 0 auto;
	text-align: center;
}

body .sp-item{
    display: none !important; 
}

@media screen and (max-width: 749px) {
	body {
      	min-width: inherit; 
	 	height:100%; 
	}
  	body .sp-item {
		display: block !important; 
	}
	
	body .pc-item {
        display: none !important;
	} 
}

/*画像の調整*/
img {
    max-width: 100%;
    height: auto;
	display: block;
	vertical-align: bottom;
	width: 100%;
}

figure img{
	max-width: 100%;
	display: block;
	vertical-align: bottom;
	line-height: 1.0;
}

a:hover {
    opacity: 0.8;
}


ul{
	text-align: left;
}


.bold {
	color: #333333;
	font-weight: bold;
}

.red{
	color: #ff507a;
	font-weight: bold;
	}


/*****************
ここから
******************/

/*****セクションヘッダー******/
body{
	background-color: #fff;
}

.lp-content{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	width:768px;
	text-align: center;
	margin: 0 auto;
}

.btn_area{
	background: url("../images/03-bg.png") no-repeat center top / cover;
	padding: 2rem;
}
	
.btn_area_inner{
	background-color: #fff;
	padding: 1.5rem 2rem 2rem;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.14);
}

.btn_area p{
	margin-bottom: 10px;
}

.btn_area a img, .fixed_button a img{
	filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.22));
}

.fixed_button{
	background-color: rgba(255,255,255,0.80);
	z-index: 10;
	position: sticky;
	left: 0;
	bottom: 0;
	padding: .5rem 2rem;
	width: 100%;
}

.fixed_button a{
	opacity: 1;
}



 @media screen and (max-width: 749px) {
	 .lp-content{
		 width: 100%;
		 text-align: left;
	 }
	 
	 
	 .btn_area{
		 padding: 5% 4%;
	 }
	 
	 .btn_area_inner{
		 padding: 1% 4% 4%;
	 }
	 
}




/******** フォーム *********/
.mt30 {
	margin-top: 30px !important;
}


#form {
	background-color: #ffe71f;
  	width: 100%;
	padding-bottom: 2rem;
	text-align: left;
}


.form-inner{
	background-color: #fffdf3;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	padding: 2rem 4rem;
}

h2{
	text-align: center;
	margin: 0 auto 2rem;
}

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


.form-box{
	margin-bottom: 3rem;
}

.form-box .question{
	background-color: #104051;
	border-radius: 8px;
	color: #fff;
	display: flex;
	column-gap: .8rem;
	font-size: 28px;
	font-feature-settings: "palt";
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5;
	margin-bottom: 1.2rem;
	padding: .5rem 1rem;
	text-align: left;
}

.form-box p span{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}

.question .l-spacing-5{
	letter-spacing: -.1rem;
	font-size: 28px;
	font-weight: bold;
}


.form-check .form-radio{
	display: flex;
	flex-direction: column;
}


/* input を非表示 */
.form-check input[type=checkbox], .form-radio input[type=radio]{
	display: none;
	
}

.form-check label, .form-radio label{
	color: #104051;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 1rem 1rem 0;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	padding-left: 2.3rem;
}

/* ラベルの前にチェックボックス画像を表示 */
.form-check label::before{
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 30px;
	height: 30px;
	background-image: url("../images/form_check01.png");/* 自作のチェックアイコンを使用可能 */
	background-size: contain;
	background-repeat: no-repeat;
}

/* チェックされたときの画像切り替え */
.form-check input[type="checkbox"]:checked + label::before{
  background-image: url("../images/form_check02.png"); /* 自作のチェックアイコンを使用可能 */
}

/* ラベルの前にラジオボタン画像を表示 */
.form-radio label::before{
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 30px;
	height: 30px;
	background-image: url("../images/form_radio01.png");/* 自作のチェックアイコンを使用可能 */
	background-size: contain;
	background-repeat: no-repeat;
}

/* ラジオボタンにチェックされたときの画像切り替え */
.form-radio input[type="radio"]:checked + label::before{
  background-image: url("../images/form_radio02.png"); /* 自作のチェックアイコンを使用可能 */
}


.form-box .t_required {
  margin-left: 1rem;
  padding: 2px 6px 2px 8px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: bold;
  color: #CF0003;
  background-color: #fff;
}

.form-box .t_any{
  margin-left: 1rem;
  padding: 2px 6px 2px 8px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: bold;
  color: #166ab5;
  background-color: #fff;
}


/* 入力ボックスのデザイン */
input, textarea {
  background-color: #fff;
  border: solid 1px #9A9A9A;
  border-radius: 3px;
  padding: 20px;
  font-size: 20px;
  color: #333;
	box-sizing: border-box;
	width: 100%;
}
input::placeholder, textarea::placeholder {
  color: #999;
  font-size: 20px;
	line-height: 1.5;
}


input[type="file"]{
	background: none;
	border: none;
	font-size: 16px;
	padding: 10px;
}


select {
  background-color: #fff;
  border: solid 1px #9A9A9A;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
	width: 100%;
}

.form_btn_area p{
	margin-bottom: 10px;
}

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

button{
	cursor: pointer;
}

button:hover{
	opacity: 0.8;
}

.formbtn{
	all: unset;
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.2));
}


/***** 会社概要 ******/

.company-footer {
  padding: 1.5rem 3rem;
  background-color: #f8f8f8;
  font-size: 15px;
  line-height: 1.5;
	text-align: left;
}


.company-footer dl {
	display: grid;
	grid-template-columns: auto 1fr;
}

.company-footer dt {
	font-weight: bold;
	white-space: nowrap;
	margin: 0 2rem 0 0;
}

.company-footer dd {
	margin: 0 0 15px 0;
}

.company-footer a {
  color: #007acc;
  text-decoration: underline;
  word-break: break-word;
}




 @media screen and (max-width: 749px) {
	 body{
		 width: 100%;
	 }
	 
	.ml0 {
		margin-left: 0 !important;
	}

	 
	#form {
		padding-bottom: 1rem;
	}
	 	 
	.form-inner{
		width: 90%;
		padding: 4% 5%;
		margin: 0 auto;
		text-align: left;
	}

	 h2{
		 margin: 0 auto 1.5rem;
	 }
	 
	h2 img{
		width: 100%;
		height: auto;
	}

	.form-box{
		margin-bottom: 2.2rem;
	}

	 .form-box .question{
		 column-gap: .3rem;
	 }

	.form-box p{
		font-size: 20px;
		margin-bottom: 0;
		padding: 0 0 0 .2rem;
	}
	 
	 .form-box p span{
		font-size: 15px;
	}
	 
	.question .l-spacing-5{
		font-size: 20px;
	}
	 
	 
	 
	.form-check label, .form-radio label{
		font-size: 18px;
		line-height: 1.5;
		margin: 0 1rem 1rem 0;
		padding-left: 2.3rem;
	}

	/* ラベルの前にチェックボックス画像を表示 */
	.form-check label::before{
		left: 0;
		top: 10%;
		width: 25px;
		height: 25px;
	}


	/* ラベルの前にラジオボタン画像を表示 */
	.form-radio label::before{
		left: 0;
		top: 10%;
		width: 25px;
		height: 25px;
	}	 
	 

	.form-box .t_required {
	  margin-left: 1rem;
	  padding: 2px 6px 2px 8px;
	  border-radius: 3px;
	  font-size: 1rem;

	}

	.form-box .t_any{
	  margin-left: 1rem;
	  padding: 2px 6px 2px 8px;
	  border-radius: 3px;
	  font-size: 1rem;
	}


	.form-box .form-label label{
		font-size: 1.1rem;
		margin-bottom: 1rem;
	}
	 
	 
	 .form_btn_area{
		 padding: 0;
	 }
	 
	 

/***** 会社概要 ******/
	.company-footer {
	  padding: 1.5rem;
	}
	 
	.company-footer dd {
		margin: 0 0 10px 0;
	}
	 
	.company-footer dl {
		grid-template-columns: 1fr;
	}
	 
	 
}
