@charset "UTF-8";
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?e9cmlj");
	src: url("../fonts/icomoon.eot?e9cmlj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e9cmlj") format("truetype"), url("../fonts/icomoon.woff?e9cmlj") format("woff"), url("../onts/icomoon.svg?e9cmlj#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow_l:before {
	content: "\e900";
}

.icon-arrow_r:before {
	content: "\e901";
}

.icon-blank:before {
	content: "\e902";
}

.icon-phone:before {
	content: "\e904";
}

.icon-new:before {
	content: "\e905";
}

.icon-free:before {
	content: "\e908";
}

.icon-fax:before {
	content: "\e90b";
}

.icon-mail2:before {
	content: "\e90a";
}

.icon-mail:before {
	content: "\e909";
}

.icon-instagram:before {
	content: "\e907";
}

.icon-facebook:before {
	content: "\e906";
}

.icon-home:before {
	content: "\e903";
}

.contact dl {
	display: table;
	width: 100%;
	padding: 15px 0;
}
.contact dt {
	display: table-cell;
	width: 240px;
	font-weight: bold;
}
.contact dt em {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 10px;
	padding: 6px;
	font-size: 12px;
	color: #FFF;
	border-radius: 4px;
	background: #C8161E;
}
.contact dd {
	display: table-cell;
}
.contact dd span {
	display: block;
	width: 100%;
}
.contact dd span:first-child {
	margin: 0 0 10px;
}
.contact dd em {
	color: #3C3C3C;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.71429;
}
.contact dd textarea {
	padding: 1em;
	width: 100%;
	border: 1px solid #CBCBCB;
	border-radius: 6px;
	background: #FFF;
}
.contact dd textarea + em {
	width: 100%;
}
.contact .att {
	margin: 1em 0 2em;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
}
.contact input, .contact textarea {
	font-size: 16px;
	font-size: 1rem;
}
.contact input[type='text'], .contact input[type='email'] {
	padding: 12px 1em;
	border: 1px solid #CBCBCB;
	border-radius: 6px;
	background: #FFF;
}
.contact .select-wrap {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
.contact .select-wrap select {
	height: auto;
	padding: 12px 3em 12px 1em;
	color: #3C3C3C;
}
.contact .select-wrap:nth-child(n + 2) {
	margin-left: 10px;
}
.contact input[disabled] {
	background: #EFEFEF;
	border: none;
	color: #3C3C3C;
	-webkit-text-fill-color: black;
	opacity: 1;
}
.contact #pref {
	width: 20%;
	margin-right: 20px;
}
.contact #store {
	width: 44%;
}
.contact #sei, .contact #sei_kana {
	margin-right: 20px;
}
.contact #sei, .contact #mei, .contact #sei_kana, .contact #mei_kana {
	width: 25%;
}
.contact #tel, .contact #email, .contact #email_conf, .contact .cont_t {
	width: calc(50% + 20px);
}
.contact #comment {
	height: 300px;
}
.contact label[for="comment"] {
	position: relative;
	top: 10px;
}
@media all and (max-width: 833px) {
  .contact dl, .contact dl, .contact dd {
	display: block;
  }
  .contact dl {
	padding: 0 0 15px;
  }
  .contact dt {
	padding-bottom: 15px;
  }
  .contact input {
	width: 100%;
  }
  .contact .select-wrap {
	margin-bottom: 10px;
  }
  .contact .select-wrap:nth-child(n + 2) {
	margin-left: 0;
  }
  .contact input[type=radio] + label {
	display: inline-block;
	margin-bottom: 12px;
  }
  .contact .ml20 {
	margin-left: 0;
  }
  .contact input {
	margin-bottom: 10px;
  }
  .contact #pref {
	width: 40%;
	margin-right: 0;
  }
  .contact #store {
	width: 100%;
  }
  .contact #sei, .contact #sei_kana {
	margin-right: 0;
  }
  .contact #sei, .contact #mei, .contact #sei_kana, .contact #mei_kana {
	width: calc(50% - 10px);
	margin-right: 10px;
  }
  .contact #tel, .contact #email, .contact #email_conf, .contact .cont_t {
	width: 100%;
  }
  .contact #comment {
	height: 300px;
  }
  .contact label[for="comment"] {
	top: 0;
  }
}
.contact input[type=checkbox] {
	display: none;
}
.contact input[type=checkbox]:checked + .wpcf7-list-item-label:before {
	opacity: 1;
}
.contact .wpcf7-list-item-label {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	vertical-align: middle;
	cursor: pointer;
}
.contact .wpcf7-list-item-label:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -8px;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #818A8E;
	content: '';
	z-index: 1;
}
.contact .wpcf7-list-item-label:before {
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -8px;
	width: 6px;
	height: 9px;
	border-right: 2px solid #014A88;
	border-bottom: 2px solid #014A88;
	transform: rotate(45deg);
	content: '';
	opacity: 0;
	z-index: 10;
}
.contact .btn {
	min-width: 400px;
	position: relative;
	display: inline-block;
	padding: 20px 60px;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
	line-height: 1;
	z-index: 1;
	font-weight: bold;
	overflow: hidden;
	color: #FFF;
	background: #014A88;
	border-radius: 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
	cursor: pointer;
}
@media all and (max-width: 740px) {
  .contact .btn {
	width: 100%;
	min-width: 100%;
  }
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	font-size: 0.75rem;
	color: #C8161E;
	margin: 10px 0 0;
}

.wpcf7-validation-errors {
	margin: 2em auto 0;
	color: #C8161E;
	text-align: center;
}

.screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	padding: 20px 0;
	text-align: center;
}

/*-------------------------------------------------
コンテンツエリア
-------------------------------------------------*/
h2 {
	margin-bottom: 2em;
	text-align: center;
	color: #086A13;
	font-size: 42px;
	font-size: 2.625rem;
}
h2:after {
	content: "";
	display: block;
	width: 125px;
	height: 5px;
	margin: 0.5em auto 0;
	background: #086A13;
}

h3 {
	margin-bottom: 30px;
	color: #086A13;
	font-size: 28px;
	font-size: 1.75rem;
}

p {
	line-height: 1.6;
}

section {
	margin-bottom: 80px;
	padding-top: 80px;
}

@media all and (max-width: 833px) {
  h2 {
	font-size: 26px;
	font-size: 1.625rem;
  }

  h3 {
	font-size: 20px;
	font-size: 1.25rem;
  }
}
.col_text {
	display: flex;
	align-items: center;
}

.table_dl dl {
	display: flex;
	margin-bottom: 40px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}
.table_dl dt {
	padding-right: 40px;
	font-weight: bold;
}
.table_dl dd {
	padding-left: 40px;
	border-left: 1px solid #DDDDDD;
}

.table_dl2 dl {
	display: flex;
	margin-bottom: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	font-size: 1.125rem;
	border-bottom: 1px solid #DDDDDD;
	line-height: 1.5;
}
.table_dl2 dt {
	font-weight: bold;
	width: 8em;
}
.table_dl2 dd {
	padding: 0 0 0 20px;
}
.table_dl2 p {
	margin-bottom: 2em;
}

@media all and (max-width: 833px) {
  .table_dl dl {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	padding-bottom: 10px;
  }
  .table_dl dt {
	margin: 0 0 10px;
	padding: 0 0 10px;
	padding-right: 0;
	border-bottom: 1px solid #DDDDDD;
  }
  .table_dl dd {
	padding-left: 0;
	border-left: none;
  }

  .col_text {
	display: block;
	align-items: center;
  }

  .table_dl2 dl {
	font-size: 16px;
	font-size: 1rem;
  }
  .table_dl2 dt {
	font-weight: bold;
	width: 30vw;
  }
  .table_dl2 dd {
	width: 70vw;
  }
  .table_dl2 p {
	margin-bottom: 2em;
  }
}
/* ビジュアル -------------------------------------*/
.visual {
	margin-bottom: 0;
}
.visual h2 {
	line-height: 1;
}

/* ご挨拶 ----------------------------------------*/
.message {
	position: relative;
	margin-bottom: 80px;
	padding-top: 0;
	text-align: center;
	z-index: 3;
}
.message:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 28%;
	padding-top: 20%;
	background: url(../img/photo/car_img.png) right bottom no-repeat;
	background-size: cover;
}
.message:before {
	display: block;
	content: "";
	position: absolute;
	top: 60px;
	right: 0;
	width: 28%;
	padding-top: 10%;
	background: url(../img/parts/line02.png) right bottom no-repeat;
	background-size: contain;
}
.message p {
	font-weight: bold;
	font-size: 24px;
	font-size: 1.5rem;
}
@media all and (max-width: 833px) {
  .message {
	margin-bottom: 40px;
	padding-bottom: 100px;
  }
  .message:after {
	bottom: -100px;
	left: 0;
	width: 45%;
	padding-top: 35%;
  }
  .message p {
	width: 90%;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.125rem;
  }
}

/* 選ばれる理由 -----------------------------------*/
.feature {
	overflow: hidden;
	position: relative;
	background: #004B37;
	color: #FFF;
	margin-bottom: 0;
	padding-bottom: 80px;
	counter-reset: num;
	z-index: 2;
}
.feature:before {
	display: block;
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100vw 0 0 100vw;
	border-color: transparent transparent transparent #00342C;
}
.feature:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100vw 100vw;
	border-color: transparent transparent #016949 transparent;
}
.feature h2 {
	color: #FFF;
}
.feature h2:after {
	background-color: #FFF;
}
.feature h3 {
	margin-bottom: 40px;
	color: #FFF;
	counter-increment: num;
}
.feature h3:before {
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
	content: counter(num);
	display: inline-block;
	margin-right: 20px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #001D4B;
	font-size: 42px;
	font-size: 2.625rem;
	border-radius: 50%;
	background: #FFF;
}
.feature p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2.33333;
}
.feature .wrap {
	z-index: 10;
}
.feature article {
	margin: 0 0 60px;
}
.feature article:nth-child(even) {
	justify-content: space-between;
}
.feature article:nth-child(even) figure {
	order: 2;
}
.feature article:nth-child(even) .img_shadow img {
	border: 5px solid #FFF;
	box-shadow: 45px 45px 0 #000;
}
.feature article:nth-child(even) .text_box {
	order: 1;
}
.feature article:nth-child(odd) .img_shadow img {
	border: 5px solid #FFF;
	box-shadow: -45px 45px 0 black;
}
.feature article:nth-child(odd) .text_box {
	margin-left: 80px;
}
@media all and (max-width: 833px) {
  .feature {
	padding-bottom: 40px;
  }
  .feature figure {
	margin: 0 0 30px;
  }
  .feature h3 {
	margin-bottom: 20px;
  }
  .feature h3:before {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 32px;
	font-size: 2rem;
  }
  .feature p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
  }
  .feature article {
	margin: 0 0 60px;
  }
  .feature article:nth-child(even) {
	justify-content: space-between;
  }
  .feature article:nth-child(even) figure {
	order: 1;
  }
  .feature article:nth-child(even) .img_shadow img {
	border: 5px solid #FFF;
	box-shadow: 15px 15px 0 #000;
  }
  .feature article:nth-child(even) .text_box {
	order: 2;
  }
  .feature article:nth-child(odd) .img_shadow img {
	border: 5px solid #FFF;
	box-shadow: -15px 15px 0 black;
  }
  .feature article:nth-child(odd) .text_box {
	margin-left: 0px;
  }
}

/* 事業紹介 ----------------------------------------------*/
.lineup {
	position: relative;
	margin-bottom: 0;
}
.lineup:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	width: 30%;
	padding-top: 30%;
	background: url(../img/parts/line_bg01.png) no-repeat 0 0;
	background-size: cover;
}
.lineup:after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: "";
	width: 40%;
	padding-top: 50%;
	background: url(../img/parts/nagano.png) no-repeat 50% bottom;
	background-size: cover;
}
.lineup p {
	margin-bottom: 60px;
}
.lineup .l_font {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
}
.lineup .col {
	align-items: center;
	border-bottom: 2px solid #D6EBD9;
}
.lineup figcaption {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
}
.lineup .data_dl h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
}
.lineup .data_dl dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}
@media all and (max-width: 833px) {
  .lineup p {
	margin-bottom: 30px;
  }
}

/* 会社概要 ----------------------------------------------*/
.about {
	position: relative;
	margin-bottom: 0;
}
.about:before {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: "";
	width: 30%;
	padding-top: 30%;
	background: url(../img/parts/line_bg02.png) no-repeat 0 0;
	background-size: cover;
}
.about:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 45%;
	padding-top: 40%;
	background: url(../img/parts/logo_bg.png) no-repeat 0 0;
	background-size: cover;
	z-index: -1;
}
.about .r_box {
	width: 50%;
	max-width: 650px;
}
.about .r_box h4 {
	font-size: 36px;
	font-size: 2.25rem;
	color: #086A13;
}
.about .about_article {
	display: flex;
}
.about .about_article figure {
	width: 45%;
	max-width: 750px;
	margin-right: 3%;
}
.about .about_article figure img {
	display: block;
}
.about .about_article figure img:nth-child(1) {
	margin: 0 0 20px;
}
.about .about_article figure img:nth-child(2) {
	position: relative;
	z-index: 2;
	margin: 0 0 0 auto;
}
.about .about_article .wrap {
	display: flex;
}
@media all and (max-width: 833px) {
  .about:before {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: "";
	width: 30%;
	padding-top: 30%;
  }
  .about:after {
	position: absolute;
	right: 0;
	bottom: 30%;
	display: block;
	content: "";
	width: 60%;
	padding-top: 100%;
  }
  .about .r_box {
	width: 90%;
	margin: 0 auto;
  }
  .about .r_box h4 {
	font-size: 24px;
	font-size: 1.5rem;
  }
  .about .about_article {
	display: block;
  }
  .about .about_article figure {
	width: 90%;
	margin: 0 auto 40px;
  }
}

/* アクセス ----------------------------------------------*/
.access article {
	display: flex;
	align-items: center;
	margin: 0 0 80px;
}
.access article:nth-child(even) {
	justify-content: space-between;
}
.access article:nth-child(even) iframe {
	order: 2;
	box-shadow: -45px 45px 0 #f0fff7;
}
.access article:nth-child(even) .text {
	order: 1;
}
.access article:nth-child(odd) iframe {
	box-shadow: 45px 45px 0 #F0FFF7;
}
.access iframe {
	width: 65%;
}
.access .text {
	width: 35%;
	padding: 0 4em;
}
.access h4 {
	margin-bottom: 60px;
	font-size: 36px;
	font-size: 2.25rem;
	color: #086A13;
}
.access p {
	font-weight: bold;
	font-size: 22px;
	font-size: 1.375rem;
	color: #086A13;
}
@media all and (max-width: 833px) {
  .access {
	width: 90%;
	margin: 0 auto;
  }
  .access article {
	display: block;
	margin: 0 0 30px;
  }
  .access article:nth-child(even) {
	justify-content: space-between;
  }
  .access article:nth-child(even) iframe {
	order: 1;
	box-shadow: -15px 15px 0 #f0fff7;
  }
  .access article:nth-child(even) .text {
	order: 2;
  }
  .access article:nth-child(odd) iframe {
	box-shadow: 15px 15px 0 #F0FFF7;
  }
  .access iframe {
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
  }
  .access .text {
	width: 100%;
	padding: 0 0;
  }
  .access h4 {
	margin-bottom: 20px;
	font-size: 24px;
	font-size: 1.5rem;
  }
  .access p {
	font-size: 16px;
	font-size: 1rem;
  }
}

/* お問い合わせフォーム ------------------------------------*/
.contact {
	margin: 0 0;
	padding: 80px 0;
	background: url(../img/parts/contact_bg.jpg) no-repeat 50%;
	background-size: cover;
}
.contact .contact_box {
	padding: 80px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
}
@media all and (max-width: 833px) {
  .contact {
	padding: 20px 0;
  }
  .contact h2 {
	margin-bottom: 1em;
  }
  .contact .contact_box {
	padding: 40px 20px;
  }
}

/*---------------------------------------------------------
footer
---------------------------------------------------------*/
.sp_tel {
	display: none;
}
@media all and (max-width: 833px) {
  .sp_tel {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	padding: 20px 0;
	display: flex;
	font-weight: bold;
	color: #FFF;
	justify-content: center;
	font-size: 14px;
	font-size: 0.875rem;
	background: #018837;
  }
  .sp_tel strong {
	display: block;
	color: #fff;
	font-size: 31px;
	font-size: 1.9375rem;
  }
  .sp_tel i {
	display: inline-block;
	width: 47px;
	height: 47px;
	line-height: 47px;
	margin-right: 10px;
	text-align: center;
	border-radius: 50%;
	background: #FFF;
	color: #018837;
	font-size: 24px;
	font-size: 1.5rem;
  }
}

footer {
	padding: 15px 0;
	background: #033C1A;
}
footer nav {
	margin-left: auto;
}
footer address {
	font-style: normal;
}
footer h4 {
	margin: 0 0 20px;
}
footer .copyright {
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-size: 0.75rem;
}
@media all and (max-width: 833px) {
  footer {
	padding: 15px 0;
	margin-bottom: 87px;
  }
  footer .copyright {
	margin: auto;
	font-size: 12px;
	font-size: 0.75rem;
  }
}
