@charset "UTF-8";

/* -----PCとSP表示切り替え----- */
.pc { display: none !important; }
.sp .hamburger { display: block !important; }



.content a{
	text-decoration: none;
	color: #111;}


/* -----service----- */
.content .service	{
	margin-bottom: 10%;}

.content .service h1	{
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size: 30px;
	margin-left: 55%;}


.content .service h2	{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size: 25px;
	margin-left: 10%;
	line-height: 1.5;
	letter-spacing: 0em;
	padding-top: 7%;
	margin-bottom: 7%;
	width: 90%;
}

.content .service p	{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
	font-size: 14px;
	margin-bottom: 2%;
	margin-left: 10%;
	width: 65%;}

.content .service-pic{
	margin-top: 5%;
	margin-bottom: 7%;
	padding-left: 10%;
}

.content .service-pic img{
	width: 85%;
}



.content .service::after {
	content: '';
	display: block;
	position: absolute;
	top: 7%;
	left: 0;
	width: 80%;
	height: 85%;
	background-color: #FFF231;
	z-index: -100;}




/* -----works----- */
.content .works	{
	margin-bottom: 10%;}

.content .works h1	{
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size: 30px;
	margin-left: 12%;
	margin-bottom: 2%}

.content .works-inner	{
	margin-left: 12%;
	width: 83%;}



.content .work{
	margin-top:5%;
	margin-bottom: 15%}



.content .work img{
	width: 100%;
}


.content .work p{
	text-align:right;}

.content .works::after {
	content: '';
	display: block;
	position: absolute;
	top: 0%;
	left: 0;
	width: 9%;
	height: 100%;
	background-color: #FFF231;
	z-index: -100;}


/* -----work----- */
.content .workcase{
	margin-bottom: 10%;
	margin-left:15%;
	margin-right: 5%
}

.content .workcase img{
	width: 100%;
}

.content .workcase h3{
	font-family: 'Inter', sans-serif;
	font-weight:600;
	font-size: 12px;
	margin-bottom: 5%
}

.content .workcase p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:100;
	font-size: 14px;
	margin-bottom: 10%;
	line-height: 1.4;
}






/* -----about----- */
.content .about	{
	position: relative;
	margin-bottom: 10%;}


.content .about-txt{
	margin-top: 10%;
	margin-left: 10%;
}

.content .about-txt1{
	width: 75%;
	margin-left: 0%;
	margin-bottom: 10%;}

.content .about-txt2{
	margin-left: 0%;}


.content .about-txt:after	{
	content: "";
	display: block;
	clear: both;
}

.content .about::after {
	content: '';
	display: block;
	position: absolute;
	top: 12%;
	left: 0;
	width: 90%;
	height: 65%;
	background-color: #FFF231;
	z-index: -100;}








/* -----contact----- */
.content .contact p{
	text-align: left;
	margin-left: 10%;
}

.content .contact h1{
	text-align: left;
	margin-left: 10%;
	font-size: 30px;}

.content .contact p{
	font-size: 14px;
	line-height: 1.8em;
	width: 85%;}

.content .contact-form::after {
	content: '';
	display: block;
	position: absolute;
	top: 18%;
	left: 0;
	width: 100%;
	height: 63%;
	background-color: #FFF231;
	z-index: -100;}


.content .contact-form	{
	padding-top: 10%;
	padding-right: 10%;
	padding-left: 10%;}


.content .contact-form ul	{
	list-style: none;
	padding: 0;
	margin: 0;}

.content .contact-form li	{
	  margin-top: 2em;}

label {
  /* すべてのラベルを同じサイズにして、きちんと揃える */
	display: inline-block;
	width: 100%;
	text-align: left;
}

input, textarea {
  /* すべてのテキストフィールドのフォント設定を一致させる
     デフォルトで、textarea は等幅フォントが設定されている */
  font: 1.5em 'Noto Sans JP', sans-serif;
	font-weight:300;
	padding-left: 0.5em;
	padding-top:0.25em;
	padding-bottom:0.25em;

  /* すべてのテキストフィールドを同じサイズにする */
  width: 100%;
  box-sizing: border-box;

  /* テキストフィールドのボーダーの外見を同一にする */
  border: 0px solid #c8c8c8;
}


input:focus,
textarea:focus {
  /* アクティブな要素を少し強調する */
  border-color: #999;
}

textarea {
  /* 複数行のテキストフィールドをラベルにきちんと揃える */
  vertical-align: top;

  /* テキスト入力に十分な領域を与える */
  height: 12em;
}

.button {
  /* ボタンを他のテキストフィールドと同じ場所に置く */
	padding-left: 0px; /* label 要素と同じサイズ */
}

button {
  /* このマージンは、ラベルとテキストフィールドの間のスペースと
     おおよそ同じスペースを表す */
	width: 100%;
	height: 50px;
	background-color: #9FA0A0;
	border-style: none;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	font-weight:100;
}

button:hover {
  background:#A19600;
}




/* -----Formブロック----- */
.content .form	{
	margin-bottom: 10%;
}

.content .form-txt::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 5%;
	height: 180px;
	background-color: #FFF231;
	z-index: -100;}


.content .form h1	{
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size: 30px;
	margin-left: 10%;
	margin-bottom: 5%}

.form-txt	{margin-left: 10%;
	width: 80%;
}
.form-txt h3	{	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:100;
	font-size:24px;
	margin-bottom: 5%;
}


.form p	{margin-top: 0px;
	margin-bottom: 3%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:100;
	font-size:16px;
	border-bottom: solid 1px #c8c8c8;}

.soushin {
	width: 100%;
	height: 50px;
	background-color: #c8c8c8;
	border-style: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-weight:100;
	font-size:16px;
	margin-top: 10%;
	margin-bottom: 5%;
}

.soushin:hover {
  background:#FFF231;}

.modoru {
	width: 100%;
	height: 50px;
	background-color: #c8c8c8;
	border-style: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-weight:100;
	font-size:16px;
	color:#000;
}

.modoru:hover {
  background:#FFF231;}

































/* ##########  tablet 500px - 799px  ########## */
@media (min-width: 500px) {

/* -----PCとSP表示切り替え----- */
.pc { display: block !important; }
.sp, .hamburger { display: none !important; }




.content .header	{
	margin-bottom:5%;}





/* -----service----- */
.content .service h1	{
	margin-left: 65%;}

.content .service-pic{
	margin-top: 5%;
	margin-bottom: 7%;
	padding-left: 10%;
}

.content .service-pic img{
	float: left;
	width: 28%;
	padding-right: 3%;
}

.content .service-pic:after	{
	content: "";
	display: block;
	clear: both;}





/* -----works----- */
.content .works h1	{
	margin-left: 10%;
}
.content .works-inner	{
	display: flex;
	margin-left: 15%;
	width: 85%;}

.content .work{
	margin-bottom: 0%}

.content .works-list{
	width: 90%;
}
.content .works::after {
	content: '';
	display: block;
	position: absolute;
	top: 0%;
	left: 0;
	width: 9%;
	height: 100%;
	background-color: #FFF231;
	z-index: -100;}


/* -----work----- */
.content .workcase img{
	width: 80%;
}

.content .workcase h3{
	font-family: 'Inter', sans-serif;
	font-weight:600;
	font-size: 14px;
	margin-bottom: 5%
}

.content .workcase p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:100;
	font-size: 16px;
	margin-bottom: 3%;
	line-height: 1.4;
}





/* -----about----- */
.content .about	{
	position: relative;
	margin-bottom: 10%;}

.content .about-inner	{
	width: 80%;
	margin-left: 10%;}

.content .about-l	{
	width: 50%;
	margin-right: 10%;}

.content .about-r	{
	width: 40%;}

.content .about-01	{
	width: 100%;
	margin-top: -10%;}

.content .about-02	{
	width: 80%;
	padding-top: 25%;}


.content .about-txt{
	margin-top: 10%;
	margin-left: 0%;
	margin-bottom: 0%;}

.content .about-txt1{
	float: left;
	width: 30%;
	padding-left: 25%;
	margin-bottom: 0%;}

.content .about-txt2{
	margin-left: 5%;
	float: left;}

.content .about-txt:after	{
	content: "";
	display: block;
	clear: both;
}

.content .about::after {
	content: '';
	display: block;
	position: absolute;
	top: 7%;
	left: 0;
	width: 90%;
	height: 42%;
	background-color: #FFF231;
	z-index: -100;}



/* -----contact----- */


.content .contact-form::after {
	content: '';
	display: block;
	position: absolute;
	top: 28%;
	left: 0;
	width: 95%;
	height: 55%;
	background-color: #FFF231;
	z-index: -100;}



/* -----Formブロック----- */
.content .form	{
	margin-bottom: 10%;
}

.content .form-txt::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 7%;
	height: 480px;
	background-color: #FFF231;
	z-index: -100;}


.content .form h1	{
	font-family: 'Inter', sans-serif;
	font-weight:400;
	font-size: 30px;
	margin-left: 10%;
	margin-bottom: 5%}

.form-txt	{margin-left: 10%;
	width: 80%;
}
.form-txt h3	{	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:100;
	font-size:24px;
	margin-bottom: 5%;
}


.form p	{
	font-size:18px;
}

.soushin {
	margin-top: 3%;
	margin-bottom: 3%;
	font-size:18px;
}


.modoru {
	font-size:18px;
}



}





/* ##########  PC 800px以上  ########## */
@media (min-width: 800px) {
