@charset "UTF-8";
/*--------------------- reset ---------------------*/
html { font-size: 62.5%; /* sets the base font to 10px for easier math */ }
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
  background-color: #fff;
	color: #333;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
  letter-spacing: 0.03em;
	line-height: 1.7;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #333;
	cursor: pointer;
	outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #333;
}
ul, ol, li { list-style-type: none; }
::selection {
	background-color: #008a32;
	color: #fff; /* Safari */
}
::-moz-selection {
  background-color: #008a32;
  color: #fff; /* Firefox */
}
img { border: none; line-height: 0; }
/*--------------------- reset_end ---------------------*/


/*▽▽▽▽▽▽---------- contents ----------▽▽▽▽▽▽*/
/*--------------------- .mv ---------------------*/
.mv {
  background: url("/cmn/cmn_img/mv@2x.jpg") 0 0 / 100% auto no-repeat;
  min-width: 100%;
  padding-bottom: 44%;
  position: relative;
}
.mv::before {
  background: url("/cmn/cmn_img/header_ornament01.svg") no-repeat;
  content: "";
  display: block;
  height: 359px;
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  z-index: 106;
}
.mv::after {
  background: url("/cmn/cmn_img/header_ornament03.svg") no-repeat;
  content: "";
  display: block;
  height: 251px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 275px;
  z-index: 5;
}
.mv_ttl {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 70%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  text-shadow: 3px 2px 4px #222;
  transform: translate(-50%, -50%);
}
.mv_ttl span {
  display: block;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.6;
  margin-top: 15px;
}

/*--------------------- .logo ---------------------*/
.logo {
  margin: 31px 0 0 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 107;
}
.logo img { width: 100%; }
.logo a:hover { opacity: 0.5; }

/*--------------------- .inquiry_btn ---------------------*/
.inquiry_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry_btn::after {
  background: url("/cmn/cmn_img/header_ornament02.svg") no-repeat;
  content: "";
  display: block;
  height: 180px;
  width: 284px;
}
.inquiry_btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  pointer-events: painted;
  position: absolute;
  top: 20px;
  right: 20px;
}
.inquiry_btn a:hover { opacity: 0.5; }
.inquiry_btn a::after {
  background: url("/cmn/cmn_img/mail_icon.svg") no-repeat;
  content: "";
  display: block;
  height: 16px;
  margin: 0 auto;
  width: 20px;
}

/*--------------------- .header ---------------------*/
.header {
  background-color: #fff;
  border-top: 5px solid #008a32;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0px 3px 10px -1px #b5b5b5;
  position: absolute;
  bottom: -89px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1080px;
  z-index: 105;
}
/*--------------------- .gnav ---------------------*/
.gnav { display: flex; justify-content: space-around; }
.gnav .gnav_list {
  border-left: 1px solid #d3d3d3;
  flex: 1;
  line-height: 1;
  text-align: center;
}
.gnav .gnav_list a {
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 25px 30px;
  position: relative;
  text-align: center;
}
.gnav .gnav_list a:hover { background-color: #008a32; color: #fff; }
.gnav .gnav_list a span {
  color: #377c48;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gnav .gnav_list a:hover span { color: #fff; }
.hambur { display: none; }


/*--------------------- .section ---------------------*/
/*--------------------- .inr ---------------------*/
.inr { margin: 0 auto; width: 1080px; }


/*--------------------- clm ---------------------*/
.clm_box { display: flex; }
.clm_box .clm2, .clm_box .clm3 img { width: 100%; }


/*--------------------- ttl ---------------------*/
.ttl01 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.ttl01 span {
  color: #008a32;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.ttl02, .ttl02_white { font-size: 26px; margin-bottom: 5px; }
.ttl02 span, .ttl02_white span {
  color: #008a32;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin-left: 10px;
}
.ttl02_white, .ttl02_white span {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.ttl02_white span { display: block; }
.ttl02._txt_center { margin: 0 0 40px 0; text-align: center; }
.ttl02._txt_center span { display: block; margin: 0; }

.ttl03 { font-size: 20px; margin-bottom: 15px; }
.ttl03 span {
  color: #008a32;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ttl04 {
  color: #008a32;
  font-size: 16px;
  font-weight: 600px;
}


/*--------------------- btn ---------------------*/
.btn { margin: 0 auto; width: 400px; }
.btn a {
  background-color: #000;
  border: 2px solid transparent;
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: center;
}
.btn a:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}


/*--------------------- .basic_table ---------------------*/
.basic_table { width: 100%; }
.basic_table tr { border-bottom: 1px solid #d7d7d7; }
.basic_table th, .basic_table td { padding: 10px 0; }
.basic_table th {
  text-align: left;
  width: 17%;
}
.basic_table td { width: 65%; }
.basic_table.color01 th { vertical-align: top;}
.basic_table.color02 { margin-top: 15px; }
.basic_table.color02 th { color: #008a32; }


/*--------------------- .qs_wrap__form ---------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.qs_wrap__form input ,
.qs_wrap__form button ,
.qs_wrap__form select,
.qs_wrap__form textarea {
  border: 1px solid #dfdfdf; }

.qs_wrap__form input[type="button"],
.qs_wrap__form input[type="submit"],
.qs_wrap__form button[type="button"],
.qs_wrap__form button[type="submit"] {
  border: none; }
.qs_wrap__form input[type="button"]:focus,
.qs_wrap__form input[type="submit"]:focus,
.qs_wrap__form button[type="button"]:focus,
.qs_wrap__form button[type="submit"]:focus {
  outline: 0; }

.qs_wrap__form input ,
.qs_wrap__form select,
.qs_wrap__form textarea {
  padding: 0.6em;
  border-radius: 2px;
  vertical-align: middle; }

.qs_wrap__form input {
  height: 3em;
  line-height: 2em;
  font-size: 1.4rem; }

.qs_wrap__form select {
  width: 100%; }
.qs_wrap__form select:focus {
  outline: 0; }

.qs_wrap__form input[type="text"],
.qs_wrap__form textarea {
  width: 100%; }

.qs_wrap__form [type="radio"] {
  border-radius: 50%; }

.qs_wrap__form input[type="number"] {
  -moz-appearance: textfield; }

.qs_wrap__form input[type="number"]::-webkit-outer-spin-button,
.qs_wrap__form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.qs_wrap__form input[type="checkbox"],
.qs_wrap__form input[type="radio"] {
  position: relative;
  margin-right: 0.35em; }

.qs_wrap__form ::-webkit-input-placeholder {
  color: #aaa; }

.qs_wrap__form :-ms-input-placeholder {
  color: #aaa; }

.qs_wrap__form ::-moz-placeholder {
  color: #aaa; }

.qs_wrap__form ::-placeholder {
  color: #aaa; }

.qs_wrap__form .qs_must {
  background-color: #008a32;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  display: inline-block;
  line-height: 1;
  margin-left: 0.8em;
  padding: 0.3em 1em;
  text-align: center;
  vertical-align: text-top; }

.qs_wrap__form input[type="text"]#qs_zip {
  width: 7em;
  margin-left: 0.5em; }

.qs_wrap__form #qs_addr {
  margin-top: 10px; }

.qs_wrap__form .qs_wrap__select {
  position: relative;
  display: inline-block; }
.qs_wrap__form .qs_wrap__select:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }
.qs_wrap__form .qs_wrap__select._multiple:after {
  display: none; }
.qs_wrap__form .qs_wrap__select._multiple select {
  margin-right: 10px;
  padding-right: 0; }
.qs_wrap__form .qs_wrap__select select {
  padding-right: 25px;
  min-height: 2em;
  line-height: 2em; }

.qs_wrap__form .qs_select__inline {
  zoom: 1;
  margin-top: -0.4em; }
.qs_wrap__form .qs_select__inline:after {
  display: block;
  content: "";
  clear: both; }
.qs_wrap__form .qs_select__inline li {
  display: inline; }
.qs_wrap__form .qs_select__inline li label {
  display: inline-block;
  margin: 0.4em 0.8em 0 0; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_select__inline li label {
    margin: 1em 1.2em 0 0; } }
.qs_wrap__form .qs_select__inline li:last-child label {
  margin-right: 0; }

.qs_wrap__form._style01 table {
  width: 100%;
  border-collapse: collapse; }
.qs_wrap__form._style01 table tr {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }
.qs_wrap__form._style01 table th,
.qs_wrap__form._style01 table td {
  font-size: 16px;
  padding: 0 2em; }
.qs_wrap__form._style01 table th {
  width: 25%;
  text-align: left;
  white-space: nowrap;
  color: #008a32; }
.qs_wrap__form._style01 table td {
  padding: 1.5em 2em; }

/*--------------------- .address ---------------------*/
.qs_wrap__form._style01 .address_01 { margin-bottom: 10px; width: 35%; }
.qs_wrap__form._style01 .address_02 { margin-bottom: 10px; width: 50%; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 .address_01 { margin-bottom: 10px; width: 100px; }
  .qs_wrap__form._style01 .address_02 { margin-bottom: 10px; width: 150px; }
}

.qs_wrap__form._style01 table input[type="email"],
.qs_wrap__form._style01 table input[type="tel"] {
  width: 100%; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 table input[type="tel"] {
    min-width: 50%;
    width: auto; } }
.qs_wrap__form._style01 table .qs_notes {
  font-size: 13px;
  display: inline-block;
  margin: 0.5em 0 0 0;
  color: #999; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 table .qs_notes {
    margin: 0 0 0 1em; } }
.qs_wrap__form._style01 table #qs_zip + .qs_notes {
  margin: 0 0 0 1em; }
@media only screen and (max-width: 767px) {
  .qs_wrap__form._style01 table tr,
  .qs_wrap__form._style01 table th,
  .qs_wrap__form._style01 table td {
    display: block;
    width: auto;
    white-space: normal !important; }
  .qs_wrap__form._style01 table th,
  .qs_wrap__form._style01 table td {
    padding: 0.5em 1em; }
  .qs_wrap__form._style01 table th {
    padding: 0.5em 1em; }
  .qs_wrap__form._style01 table td {
    padding: 1em 1em;
    border-top-width: 0;
    border-bottom-width: 0; }
  .qs_wrap__form._style01 table tr:last-child td {
    margin-bottom: 0;
    border-bottom-width: 1px; } }
.qs_wrap__form._style01 table input[type="text"],
.qs_wrap__form._style01 table input[type="email"],
.qs_wrap__form._style01 table input[type="tel"],
.qs_wrap__form._style01 table textarea {
  background-color: #fff;
  box-shadow: 0px 1px 4px 0 #d6d6d6; }

.qs_wrap__form._style02 table {
  width: 100%; }
.qs_wrap__form._style02 table th,
.qs_wrap__form._style02 table td {
  display: block;
  text-align: left; }
.qs_wrap__form._style02 table th {
  padding-bottom: 0.8em;
  font-weight: 700; }
.qs_wrap__form._style02 table td {
  margin-bottom: 2em;
  background-color: #fff; }
.qs_wrap__form._style02 table td.wrap__input {
  padding-top: 0.8em;
  border-top: 1px solid #ddd; }
.qs_wrap__form._style02 table tr:last-child td {
  margin-bottom: 0; }
.qs_wrap__form._style02 table .qs_select__inline {
  margin-top: 0;
  padding-top: 0.4em;
  border-top: 1px solid #ddd; }
.qs_wrap__form._style02 table .qs_select {
  padding-top: 0.8em;
  border-top: 1px solid #ddd; }
.qs_wrap__form._style02 table .qs_notes {
  font-size: 13px;
  color: #999;
  display: inline;
  margin: 0 0 0 1.5em; }
.qs_wrap__form._style02 table input[type="email"],
.qs_wrap__form._style02 table input[type="tel"] {
  width: 100%; }
.qs_wrap__form._style02 table input[type="text"],
.qs_wrap__form._style02 table input[type="email"],
.qs_wrap__form._style02 table input[type="tel"],
.qs_wrap__form._style02 table textarea {
  background-color: #fff; }

.qs_wrap__form .btn__submit a,
.qs_wrap__form .btn__submit input,
.qs_wrap__form .btn__submit button {
  padding: 0.5em 1em;
  background-color: #008a32;
  color: #fff;
  border-radius: 30px !important; }

.qs_wrap__form .btn__submit a:hover {
  text-decoration: none; }

.qs_wrap__form .btn__reset a,
.qs_wrap__form .btn__reset input,
.qs_wrap__form .btn__reset button {
  padding: 0.5em 1em;
  background-color: #fff;
  color: #008a32;
  border: none;
  border-radius: 30px !important; }

.qs_wrap__form .btn__reset a:hover {
  text-decoration: none; }

.qs_wrap__form .qs_wrap__btn {
  margin-top: 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.qs_wrap__form .qs_btn__action {
  margin: 0 1%;
  width: 48%;
  border: solid 1px transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_btn__action {
    margin: 0 10px;
    width: 23.36111%;
    border: solid 1px #e7e7e7; } }
.qs_wrap__form .qs_btn__action a {
  display: inline-block;
  text-align: center; }
.qs_wrap__form .qs_btn__action a,
.qs_wrap__form .qs_btn__action input,
.qs_wrap__form .qs_btn__action button {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 16px;
  padding: 0.8em;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 100%; }
.qs_wrap__form .qs_btn__action a:hover,
.qs_wrap__form .qs_btn__action input:hover,
.qs_wrap__form .qs_btn__action button:hover {
  opacity: 0.5; }
.qs_wrap__form .qs_btn__action a,
.qs_wrap__form .qs_btn__action input:not([type="reset"]),
.qs_wrap__form .qs_btn__action button:not([type="reset"]) {
  min-width: 6em; }

@media all and (-ms-high-contrast: none) {
  .qs_wrap__form input[type="checkbox"],
  .qs_wrap__form input[type="radio"] {
    top: -0.15em; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .qs_wrap__form input[type="checkbox"], .qs_wrap__form input[type="radio"] {
    top: -0.15em; } }

/*--------------------- .radio ---------------------*/
label.radio {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  left: 0px;
  top: 4px;
  content: '';
  z-index: 3;
}
label.radio:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: 5px;
  top: 9px;
  background-color: #008a32;
  z-index: 1;
}
label.radio input[type="radio"] {
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 0px;
  height: 0px;
  left: -22px;
  top: 1px;
  margin: 0px;
  box-shadow: 21px 2px 0 0 #fff;
}
label.radio input[type="radio"]:checked { box-shadow: none; }
label.radio input[type="radio"]:focus { opacity: 0.2; box-shadow: 20px -1px #fff; }


/*--------------------- .footer ---------------------*/
.footer {
  background-color: #008A32;
  color: #fff;
  padding: 15px;
}
.copy_txt {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
a.tel_link { cursor: default; pointer-events: none; }
a.tel_link:hover { text-decoration: none; }


/*--------------------- #page_top ---------------------*/
#page_top {
  background: #000;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 70px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 50px;
}
#page_top:hover { transform: scale(1.1); }
#page_top a {
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}
#page_top:hover { opacity: 1; transform: scale(1.1); }
#page_top a::before{
  content: '\f106';
  color: #fff;
  font-family: FontAwesome;
  font-size: 20px;
  height: 25px;
  margin: 0 auto;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  width: 25px;
}





/*--------------------- other ---------------------*/
.pc_br { display: block; }
.sp_br { display: none; }