@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

html {
	color: #363636;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 62.5%;
	position: relative;
	background: #fff;
	font-weight: 500;
	box-sizing: border-box;
	border-top: 4px solid #8ec31f;
}

body {
	font-size: 1.6rem;
}

.onsp {display: none;}
.ontab {display: none;}
.onpc {display: block;}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	opacity: 0.8;
}

a:hover img {
	opacity: 0.8;
}

a:focus {
	overflow: hidden;
	outline: none;
}

.indent {
	padding-left: 1em;
  text-indent: -1em;
}

dt,dd,p,li,th,td,address {
	line-height: 3.8rem;
	letter-spacing: 1px;
}


/* ------------------------------------------------
	■ common ■
------------------------------------------------ */
.pink {color: #ed7979;}
.bg_gray {
	background: #f3f3f3;
	padding: 14px 20px;
}

.indent {
	padding-left:1em;
	text-indent:-1em;
}

.list_common li {
	list-style: circle;
	text-align: left;
	margin-left: 1.2em;
}

.btn-area {
	display: flex;
	justify-content: center;
	padding: 80px 0;
}

.btn-area p {
	width: 410px;
	margin: 0 2%;
	white-space: nowrap;
}

.btn-area p a {
	background: #8bc118;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 7rem;
	border-radius: 4rem;
	position: relative;
	font-size: 1.8rem;
}

.btn-area p a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
	color: #fff;
	position: absolute;
	display: block;
	text-align: center;
	right: 4%;
	bottom: 0%;
}

.res {
	width: 100%;
	max-width: 936px;
	margin: 75px auto;
	padding: 40px 46px;
	border-radius: 5px;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
}

.res p.copy {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
	margin: 0 0 20px;
}

.res .res-contact {
	display: flex;
	justify-content: space-between;
}

.res .res-contact .tel {
	width: 400px;
}

.res .res-contact .tel a {
	font-size: 4.3rem;
	color: #8bc118;
	font-weight: 900;
	background: url(../../img/icon-tel.png) no-repeat left center;
	padding: 0 0 0 60px;
	text-decoration: none;
	letter-spacing: 2px;
}

.res .res-contact .tel p {
	font-size: 1.5rem;
	font-weight: 300;
}

.res .res-contact .mail {
	width: 50%;
}

.res .res-contact .mail a {
	background: #8bc118;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 7rem;
	border-radius: 4rem;
	position: relative;
	font-size: 1.8rem;
	display: block;
}

.res .res-contact .mail a span {
	background: url(../../img/icon-mail.png) no-repeat left center;
	padding: 0 0 0 50px;
}

#content {
	padding: 70px 0;
}

#content section {
	margin: 0 auto 120px;
	width: 100%;
	box-sizing: border-box;
	max-width: 1080px;
}

table {
	width: 100%;
	margin: 0 0 30px;
}

table tr th,
table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 12px 0;
	text-align: left;
}

table tr th {
	color: #8ec31f;
}

table tr td {
	font-weight: normal;
}

table td.td_red {background: #fff1f1}
table td.td_yellow {background: #f8f3d5}
table td.td_blue {background: #e5f3f7}
table td.td_green {background: #8ec31f;color:#fff;max-width:510px;text-align: center !important;width: 33%;}

.center {
	text-align: center;
}

.copy_common {
	font-family: YuMincho,'Yu Mincho',serif;
	font-size: 3.6rem;
	line-height: 5.5rem;
	margin: 0 0 14px;
	color: #8ec31f;
	font-weight: bold;
}

h2.h2_common {
	font-size: 3.8rem;
	background: url(../../img/h2_bg.png) no-repeat center bottom;
	text-align: center;
	letter-spacing: 2px;
	padding: 0 0 40px;
	margin: 0 0 60px;
}

h3.h3_common {
	font-size: 2.4rem;
	background: #8ec31f;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	padding: 10px 0 14px;
	margin: 30px 0 10px;
}

h4.h4_common{
		text-align: left;
    padding: 10px 0 14px;
    margin: 30px 0 10px;}
/* ------------------------------------------------
	■ header ■
------------------------------------------------ */
header {
	box-shadow: 0 0 5px #c8bca2;
	position: relative;
	z-index: 1;
}

header .header {
	background: #fff;
	z-index: 2;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

header .header p.logo {
	position: absolute;
	box-sizing: border-box;
	max-width: 196px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 5px #c8bca2;
	padding: 20px 36px;
	background: #fff;
}

header .header p.logo img {
	width: 100%;
}

header .header nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
}

header .header nav ul li a {
	font-size: 1.5rem;
	line-height: 2.4rem;
	text-align: center;
	display: flex;
	align-items: center;
	text-decoration: none;
	border-right: 1px solid #eaeaea;
	min-height: 94px;
	min-width: 160px;
	justify-content: center;
	padding: 10px 18px 20px;
	box-sizing: border-box;
	position: relative;
}

@media all and (-ms-high-contrast: none){
  header .header nav ul li a {
    height: 94px;
  }
}

header .header nav ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
	color: #8ec31f;
	position: absolute;
	display: block;
	right: 46%;
	bottom: 0;
}

header .header nav ul li a:hover:after {
	bottom: -3px;
}


/* ------------------------------------------------
	■ footer ■
------------------------------------------------ */
footer {
	border-top: 1px solid #e8e8e8;
	padding: 80px 0;
}

footer #footer-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

footer #footer-wrap .footer-sitemap {
	order: 2;
	width: 660px;
}

footer #footer-wrap .footer-sitemap dl dt {
	background: #ecf3dc;
	padding: 4px 0;
	margin: 0 0 8px;
	text-align: center;
	color: #8ec31f;
}

footer #footer-wrap .footer-sitemap dl dd ul li a {
	text-decoration: none;
}

footer #footer-wrap .footer-sitemap dl dd ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
	color: #8ec31f;
	display: inline-block;
	margin: 0 10px 0 0;
}

footer #footer-wrap .footer-address {
	background: url(../../img/logo.png) no-repeat left top;
	padding: 0 0 0 233px;
	width: 620px;
	order: 1;
}



/* ------------------------------------------------
	■ main ■
------------------------------------------------ */
main {
	background: #f8f6f1;
	text-align: center;
	position: relative;
	z-index: 0;
	display: block;
	padding: 26px 4% 20px;
}

main img {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

#key {
	background: #f8f6f1;
	text-align: center;
	position: relative;
	z-index: 0;
	padding: 52px 4%;
	color: #f7ab00;
	letter-spacing: 2px;
}

#key h1 {
	font-size: 3.8rem;
	line-height: 5rem;
}

#path {
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}


/* ------------------------------------------------
	■ distress ■
------------------------------------------------ */
#distress {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	align-items: center;
	padding: 57px 0 64px;
}

#distress h2 {
	font-size: 3.8rem;
	border-bottom: 3px solid #f3f3f3;
	padding: 0 0 30px;
	margin: 0 0 20px -5px;
	letter-spacing: 2px;
}

#distress ul li {
	background: url(../../img/icon-check.png) no-repeat left center;
	padding: 0 0 0 32px;
	line-height: 4.6rem;
}

#distress-copy {
	background: url(../../img/top-copy_distress.png) no-repeat center top / cover;
	padding: 118px 0 70px;
}

#distress-copy p {
	font-size: 4.4rem;
	line-height: 6.7rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: relative;
}

#distress-copy p span:before {
	content: "・";
	position: absolute;
	top: -43px;
	font-weight: normal;
}

#distress-copy p strong {
	color: #ffe565;
	font-weight: 700;
}



/* ------------------------------------------------
	■ reason ■
------------------------------------------------ */
#reason h2 {
	font-size: 4.6rem;
	letter-spacing: 2px;
	text-align: center;
	padding: 90px 0;
}

#reason h2:before {
	content: url(../../img/top-reason_title_bg_left.png);
	position: relative;
	left: -8px;
	top: -10px;
}

#reason h2:after {
	content: url(../../img/top-reason_title_bg_right.png);
	position: relative;
	right: -14px;
	bottom: -16px;
}

#reason h2 span {
	color: #f7ab00;
}

#reason ul li {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
	background: #f9f9f9;
	margin: 0 0 10px;
	min-height: 23vw;
}

#reason ul li .photo {
	width: 46.37681159%;
	line-height: 0;
}

#reason ul li .photo img {
	width: 100%;
}

#reason ul li .text {
	width: 53.62318841%;
	padding: 0 0 0 62px;
}

#reason ul li .text h3 {
	font-size: 3rem;
	margin: 0 0 16px;
}

#reason ul li .text h3 span {
	background: #f7ab00;
	border-radius: 5px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	display: inline-block;
	padding: 0 12px;
	line-height: 3rem;
	margin: 0 0 20px;
}

#reason ul li:nth-child(2) .photo {order: 2;}
#reason ul li:nth-child(2) .text {order: 1;}


/* ------------------------------------------------
	■ voice ■
------------------------------------------------ */
#voice {
	background: url(../../img/voice-bg.png) repeat 0px 0px;
	padding: 90px 0;
}

#voice h2 {
	font-size: 4.6rem;
	text-align: center;
	color: #8bc118;
	margin: 0 0 80px;
	letter-spacing: 2px;
}

#voice .voice-box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#voice .voice-box dl {
	width: 32%;
}


/* ------------------------------------------------
	■ sub-company ■
------------------------------------------------ */
#company-top .company-message {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

#company-top .company-message .photo {
	width: 390px;
	order: 2;
}

#company-top .company-message .photo span {
	display: block;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
	text-align: center;
}

#company-top .company-message .photo strong {
	font-weight: normal;
	font-size: 2.7rem;
	display: block;
}

#company-top .company-message .text {
	width: 660px;
	order: 1;
}

#company-top .company-profile_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 30px;
}

#company-top .company-profile_title h3 {
	background: #8ec31f;
	color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
	display: flex;
	align-items: center;
	min-height: 100px;
	padding: 0 40px;
	margin: 0 20px 0 0;
	line-height: 0;
}

#company-top .company-profile_title p {
	font-size: 3.8rem;
	line-height: 5.2rem;
	font-weight: 700;
}

#company-top .company-profile_title p strong {
	color: #8ec31f;
	font-weight: 00;
}

#company-top .company-profile_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#company-top .company-profile_content dl {
	width: 49%;
	margin: 0 0 20px;
}

#company-top .company-profile_content dl:nth-child(1) {
	width: 100%;
}

#company-top .company-profile_content dl dt {
	background: url(../../img/h3_common.png) no-repeat left 16px;
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 3px solid #e3e3e3;
	padding: 0 0 14px 32px;
	margin:	0 0 14px;
}


/* ------------------------------------------------
	■ sub-service ■
------------------------------------------------ */
#service-top,
#service-content,
#service-price {
	text-align: center;
}

#service-content .service-content_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0;
}

#service-content .service-content_box dl {
	width: 32%;
	margin: 0 0 20px;
}

#service-content .service-content_box dl dd span {
	display: block;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

#service-price table td {
	text-align: center;
}

#service-price table tr td:first-child {
	text-align: left;
}

#service-price section p {
	text-align: left;
}


/* ------------------------------------------------
	■ sub-about ■
------------------------------------------------ */
#about-top .about-top_box {
	display: flex;
	justify-content: space-between;
	padding: 0 4%;
	margin: 0 0 80px;
}

#about-top .about-top_box p.photo {
	width: 358px;
	margin: 0 0 0 4%;
	order: 2;
}

#about-top .about-top_box p.text {
	order: 1;
}

#about-top .about-graph {
	text-align: center;
	padding: 0 4%;
}


/* ------------------------------------------------
	■ sub-recruit ■
------------------------------------------------ */
#recruit01 .recruit-main {
	display: flex;
	justify-content: space-between;
}

#recruit01 .recruit-main ul {
	flex: 1;
	width: 285px;
	margin: 0 30px 0 0;
}

#recruit01 .recruit-main .text {
	max-width: 750px;
}

#recruit01 .recruit-main .text h3 {
	font-size: 2.4rem;
	color: #8ec31f;
	font-weight: bold;
	margin: 40px 0 18px;
}


/* ------------------------------------------------
	■ sub-contact ■
------------------------------------------------ */
#contact-form_tel .res {
	max-width: 536px;
	padding: 30px 40px;
	box-shadow: none;
	border: 4px solid #8bc118;
	text-align: center;
}

#contact-form_tel .res .res-contact .tel {
	width: 100%;
}

#contact-form_mail {
	width: 92%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 4%;
}

#contact-form_mail dl {
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
}

#contact-form_mail dl dt,
#contact-form_mail dl dd {
	padding: 14px 0;
}

#contact-form_mail dl dt {
	width: 25%;
}

#contact-form_mail dl dd {
	width: 71%;
}

#contact-form_mail dl dd textarea,
#contact-form_mail dl dd select,
#contact-form_mail dl dd input {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px 10px;
	font-size: 1.6rem;
	font-family: 'Noto Sans Japanese', sans-serif;
}

#contact-form_mail dl dd ul li {
	display: inline-block;
}

#contact-form_mail dl dd ul li label {
	margin-right: 10px;
}

#contact-form_mail dl dd ul li input {
	position: relative;
	top: -3px;
	margin-right: 4px;
}

#contact-form_mail dl dt span {
	background: #e96060;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 3px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	font-style: normal;
	width: 18%;
	line-height: 2.5rem;
	margin-right: 4%;
}

#contact-form_mail .privacy {
	background-color: #FFFFFF;
	height: 150px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 40px auto;
	width: 70%;
	border: 2px solid #ddd;
	padding: 4%;
}

#contact-form_mail .privacy h4 {
	text-align: center;
	font-size: 2rem;
	margin: 20px 0 30px;
}

#contact-form_mail .privacy h5 {
	font-size: 1.8rem;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
}

#contact-form_mail .privacy p {
	margin: 0 0 30px;
}

#form_submit {
	text-align: center;
	margin: 40px 0 0;
}

#form_submit input {
	background: #89c015;
	color: #fff;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 12px 100px;
	border-radius: 3rem;
	border: none;
	cursor: pointer;
}

#form_submit input:hover {
	opacity: 0.8;
}

span.error_blank {
	display: block;
	color: #e96060;
}

#thanks {
	text-align: center;
	padding: 0 4%;
}