@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* チラつき防止
html {
  line-height: 1;
  visibility: hidden;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}*/

html {
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease;
}

html.wf-active {
  opacity: 1;
  visibility: visible;
}

html.wf-inactive {
  opacity: 1;
  visibility: visible;
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 15px;
  font-weight: 500; /*700/900*/
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background-color: #fff;
  letter-spacing: 0.06em;
  font-feature-settings: 'palt';
}
body.is-toggle-nav {
  overflow: hidden;
}
.ft-serif {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 700;
  font-style: normal;
}
.ft-anton {
  font-family: "anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ft-madrone {
  font-family: "madrone-std", serif;
  font-weight: 400;
  font-style: normal;
}


/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

a.tel {
  display: inline-block;
  font-size: 46px;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif;
  color: #f39800;
  line-height: 1;
  background-image: url("../img/common/ico_tel.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
  padding-left: 0.7em;
}
a.tel.green {
  background: none;
  color: #1ea821;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  a.tel {
    font-size: 20px;
  }
}

.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.under-yl {
  background: linear-gradient(transparent 40%, #eaff00 40%);
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
}



/* PARTS
 * ----------------------------------------------- */
/* HEADER WRAPPER
 * ----------------------------------------------- */
.logo {
  line-height: 1;
}
.logo .link {
  display: inline-block;
}

.header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-bottom: 15px;
  background-color: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header-wrapper .wrapper {
  width: 1280px;
  overflow: hidden;
}
.header-contact {
  display: block;
  text-align: right;
  margin-bottom: 5px;
}
.header-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header-row > * {
  align-self: center;
}
@media print, (min-width: 768px) {
  .header-wrapper {
    min-width: 1280px;
  }
  .header-wrapper .logo-header {
    width: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper {
    border-top: 3px solid #018a4e;
    padding: 12px 0;
  }
  .header-wrapper .wrapper {
    width: 100%;
  }
  .header-wrapper .logo-header img {
    width: 82px;
  }
  .header-contact {
    display: none;
  }
}

/* FOOTER WRAPPER
 * ----------------------------------------------- */
.footer-wrapper {
  position: relative;
  color: #fff;
  background: url("../img/common/foot_bg.jpg") no-repeat;
  background-size: cover;
  height: auto;
  padding: 90px 0 0;
}
.footer-wrapper a,
.footer-wrapper a:link,
.footer-wrapper a:hover,
.footer-wrapper a:visited,
.footer-wrapper a:active {
  color: #fff;
}
.footer-wrapper .footer-top.wrapper {
  justify-content: space-between;
}
.footer-wrapper .footer-top.wrapper .footer-row {
  width: 20%;
}
.footer-wrapper .footer-top.wrapper .footer-nav {
  width: 64%;
}
.footer-wrapper .footer-top.wrapper .footer-row p.txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 25px 0 30px;
}
.footer-wrapper .footer-top.wrapper .footer-row p.txt span.copy {
  display: block;
  font-size: 13px;
}
.footer-wrapper .footer-top.wrapper .footer-row p.add {
  font-size: 15px;
}

/*↑ここまで追記分↑*/


.footer-nav .accordion-wrapper {
  margin-bottom: 28px;
}
.footer-nav .accordion-header {
  position: relative;
}
.footer-nav .accordion-header .ico {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
}
.footer-nav .accordion-header .ico::after {
  content: "+";
  position: absolute;
  top: 46%;
  right: 0;
  width: 100%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1ea821;
  font-size: 30px;
  font-weight: 700;
}
.footer-nav .accordion-header .ico.is-active:after {
  content: "-";
}
.footer-nav .accordion-header .footer-heading.link::after {
  content: '';
  background: url("../img/common/ico_link-window.png");
  width: 16px;
  height: 13px;
  margin-right: 10px;
  display: inline-block;
  transform: translateX(3px);
}
.footer-nav .accordion-nav {
  margin-top: 10px;
}
.footer-nav .accordion-nav .item {
  margin-bottom: 8px;
}
.footer-nav .accordion-nav .link {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  padding-left: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.footer-nav .accordion-nav .link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.footer-nav .accordion-nav .link:before {
  content: "－";
  font-weight: 700;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #44b22e;
}
.footer-top {
  margin-bottom: 60px;
  overflow: hidden;
}
.footer-bottom {
  color: #fff;
  background: #000;
  border-top: 1px solid #ddd;
  padding: 26px 10px;
}
.footer-copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media print, (min-width: 768px) {
  .footer-row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 42px;
  }
  .footer-contact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -35px;
  }
  .footer-contact > * {
    letter-spacing: -.1em;
    padding: 0 35px;
    align-self: flex-end;
  }
  .footer-contact > *:nth-child(2) {
    border-left: 1px solid;
  }
  .footer-contact .tel {
    margin-bottom: 10px !important;
  }
  .footer-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: -13px;
    margin-right: -13px;
  }
  .footer-nav > * {
    width: 100%;
    font-size: 16px;
  }
  .footer-nav .accordion-content {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer-wrapper {
    padding-top: 38px;
  }
  .footer-wrapper .logo-footer {
    text-align: center;
  }
  .footer-wrapper .logo-footer img {
    width: 124px;
  }
  .footer-wrapper a.tel {
    font-size: 28px;
    background-size: 17px;
  }
  .footer-row {
    display: block;
    margin-bottom: 30px;
  }
  .footer-row .left {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-top {
    max-width: 500px;
    margin: 0 auto 20px !important;
  }
  .footer-bottom {
    padding: 25px 0;
  }
  .footer-contact {
    display: block;
    margin: 0;
  }
  .footer-contact > * {
    letter-spacing: -0.05em;
    padding: 10px;
    border-bottom: 1px solid #018a4e;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-nav {
    display: block;
    border-top: 1px solid #eee;
  }
  .footer-nav .accordion-wrapper {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }
  .footer-nav .accordion-header {
    position: relative;
    padding: 12px 20px;
  }
  .footer-nav .accordion-header .ico {
    display: block;
  }
  .footer-nav .accordion-content {
    display: none;
  }
  .footer-nav .accordion-nav {
    padding: 0 0 0 10px;
  }
  .footer-nav .accordion-nav .item {
    padding: 10px;
    margin: 0;
    border-top: 1px solid #eee;
  }
  .footer-copyright {
    font-size: 9px;
  }

	.footer-wrapper .footer-top.wrapper .footer-row {
	  width: 100%;
	}
	.footer-wrapper .footer-top.wrapper .footer-nav {
	  font-size: 15px;
	  width: 100%;
	}
	.footer-wrapper .footer-top.wrapper .footer-row p.txt {
	  margin: 25px 0 15px;
	}
	.footer-nav .accordion-nav .link {
	  font-size: 14px;
	  padding: 7px 0 7px 20px;
	}
	.footer-wrapper {
	  background: url("../img/common/foot_bg_sp.jpg") no-repeat;
	  height: auto;
	}
}

@media only screen and (max-width: 374px) {
  .footer-contact > * {
    padding: 10px 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-nav .accordion-nav .link:before {
    height: 10px;
  }
}
* {
  outline-style: none;
}

section > *:last-child, div:not(.row) > *:last-child, ul:not(.row) > *:last-child, li > *:last-child, dl > *:last-child, dt > *:last-child, dd > *:last-child, th > *:last-child, td > *:last-child {
  margin-bottom: 0;
}

iframe {
  border: 0;
  width: 100%;
}
img {
  vertical-align: middle;
  max-width: 100%;
}


/* SECTION
 * ----------------------------------------------- */

.section .text {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.section-content .row {
  margin-bottom: 20px;
}
.section-content .clearfix {
  margin-bottom: 50px;
}

@media only screen and (max-width: 374px) {
  .section-content .clearfix {
    margin-bottom: 30px;
  }
}

/* Utilities
 * ----------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-medium {
  font-weight: 400 !important;
}
.text-sembold {
  font-weight: 600 !important;
}
.text-bold {
  font-weight: 700 !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-red {
  color: #e30101 !important;
}

.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
}
.d-table-row {
  display: table-row;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.embed-responsive:before {
  content: "";
  display: block;
}
.embed-responsive-basic:before {
  padding-top: 350px;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.pagetop {
  position: fixed;
  z-index: 999;
  bottom: -120px;
  right: 20px;
  display: none;
}
.pagetop.is-active {
  bottom: 10px;
}

@media print, (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }

  .sm {
    display: none !important;
  }

  .md-mb0 {
    margin-bottom: 0px !important;
  }
  .md-mb5 {
    margin-bottom: 5px !important;
  }
  .md-mb10 {
    margin-bottom: 10px !important;
  }
  .md-mb15 {
    margin-bottom: 15px !important;
  }
  .md-mb20 {
    margin-bottom: 20px !important;
  }
  .md-mb25 {
    margin-bottom: 25px !important;
  }
  .md-mb30 {
    margin-bottom: 30px !important;
  }
  .md-mb35 {
    margin-bottom: 35px !important;
  }
  .md-mb40 {
    margin-bottom: 40px !important;
  }
  .md-mb45 {
    margin-bottom: 45px !important;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb55 {
    margin-bottom: 55px !important;
  }
  .md-mb60 {
    margin-bottom: 60px !important;
  }
  .md-mb65 {
    margin-bottom: 65px !important;
  }
  .md-mb70 {
    margin-bottom: 70px !important;
  }
  .md-mb75 {
    margin-bottom: 75px !important;
  }
  .md-mb80 {
    margin-bottom: 80px !important;
  }
  .md-mb85 {
    margin-bottom: 85px !important;
  }
  .md-mb90 {
    margin-bottom: 90px !important;
  }
  .md-mb95 {
    margin-bottom: 95px !important;
  }
  .md-mb100 {
    margin-bottom: 100px !important;
  }

  .d-md-block {
    display: block !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }
	.pagetop {
	  right: 15px;
	}
  .pagetop img {
    width: 70px;
  }

  .embed-responsive-basic:before {
    padding-top: 175px;
  }
}
/* LAYOUT WRAPPER
 * ----------------------------------------------- */
.container {
  min-width: 1080px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 100vh;
}

.wrapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-lg {
  width: 1260px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.row {
  display: -webkit-flex;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.row > * {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  div[class=row] {
    position: relative;
  }
  .main-wrapper {
    margin-top: 122px;
  }
  .main-wrapper.sub {
    margin-top: 122px;
  }

  .row-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .row-0 > * {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }

  .row-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-15 > * {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .row-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-20 > * {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .row-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row-25 > * {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }

  .row-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-30 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
  }

  .row.two-column, .row.three-column, .row.four-column, .row.five-column {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.width-auto > * {
    width: auto;
  }
  .row.two-column > * {
    width: 50%;
  }
  .row.three-column > * {
    width: 33.33%;
  }
  .row.four-column > * {
    width: 25%;
  }
  .row.five-column > * {
    width: 20%;
  }
  .row.start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .row.end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .row.between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .row.center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .row .column2 {
    width: 50%;
  }
  .row .column3 {
    width: 33.33%;
  }
  .row .column-grow {
    width: 100px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media print, (min-width: 768px) {
  .wrapper-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -10px;
  }
  .wrapper-flex > * {
    padding: 0 10px;
    width: 500px;
  }
  .wrapper-left {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .wrapper-right {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
	.container {
	  width: auto;
	  min-width: 320px;
	}
	.wrapper {
	  width: 100%;
	  margin: 0;
	  padding-left: 4%;
	  padding-right: 4%;
	}
	.wrapper-left, .wrapper-right {
	  margin-bottom: 15px;
	}
	.wrapper-lg {
	  width: auto;
	  margin: 0;
	  padding-left: 20px;
	  padding-right: 20px;
	}

  .main-wrapper {
    margin-top: 56px;
  }

  .row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row > * {
    width: 100%;
  }
  .row > *:not(:last-child) {
    margin-bottom: 15px;
  }
  .row.sm-two-column, .row.sm-three-column {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.sm-two-column > *, .row.sm-three-column > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.sm-two-column > * {
    width: 50% !important;
    display: -webkit-flex;
    display: flex;
  }
  .row.sm-two-column > * > * {
    width: 100%;
  }
  .row.sm-three-column > * {
    width: 33.33% !important;
  }
  .row .column2 {
    width: 50%;
  }
  .row .column3 {
    width: 33.33%;
  }
  .row .column-grow {
    width: 100px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@-webkit-keyframes menu-bar01 {
  0% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-8px) rotate(0);
    -ms-transform: translateY(-8px) rotate(0);
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-8px) rotate(0);
    -ms-transform: translateY(-8px) rotate(0);
    -webkit-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(7px) rotate(0);
    -ms-transform: translateY(7px) rotate(0);
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-7px) rotate(0);
    -ms-transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-7px) rotate(0);
    -ms-transform: translateY(-7px) rotate(0);
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
/* NAVBAR WRAPPER
 * ----------------------------------------------- */
.navbar-wrapper {
  z-index: 10;
}
.navbar-toggler {
  display: none;
  padding: 5px;
  line-height: 0;
}
.navbar-toggler .toggler-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 19px;
}
.navbar-toggler .toggler-btn span {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background: #000;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .toggler-btn span:nth-child(1) {
  top: 0;
}
.navbar-toggler .toggler-btn span:nth-child(2) {
  opacity: 1;
  top: 46%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-toggler .toggler-btn span:nth-child(3) {
  top: 15px;
}
.navbar-toggler .toggler-btn.is-active span {
  background-color: #fff;
}
.navbar-toggler .toggler-btn.is-active span:nth-of-type(1) {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 8px;
}
.navbar-toggler .toggler-btn.is-active span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.navbar-toggler .toggler-btn.is-active span:nth-of-type(3) {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 8px;
}
.navbar-collapse {
  height: auto;
  margin: 0;
}

.nav-contact {
  position: relative;
  display: inline-block;
  text-align: left;
}
.nav-contact > * {
  margin-left: 38px;
}
.nav-contact .link {
  color: #009956;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
  -moz-transition: color 0.26s ease;
  -o-transition: color 0.26s ease;
  -webkit-transition: color 0.26s ease;
  transition: color 0.26s ease;
}
.nav-contact .link:hover {
  color: #50ad12;
}
.nav-contact .link::before {
  position: absolute;
  top: 13px;
  left: -12px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url("../img/common/ico_tel.png");
  background-size: contain;
  vertical-align: middle;
}
.nav-contact .txt {
  font-size: 13px;
  font-weight: bold;
  margin-top: -6px;
}
.nav-link {
  position: relative;
  display: block;
  padding: 0 25px 10px;
  color: currentColor;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  -moz-transition: color 0.26s ease;
  -o-transition: color 0.26s ease;
  -webkit-transition: color 0.26s ease;
  transition: color 0.26s ease;
}
@media print, (min-width: 768px) {
  .nav-link:hover {
    color: #018a4e;
  }
  .nav-link.is-active {
    color: #018a4e;
  }
  .nav-link.is-active:before, .nav-link:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 3px;
    background-color: #018a4e;
  }
}
.nav-dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  background: #018a4e;
  width: auto;
  margin-left: 1.5em;
  padding: 15px 10px;
  width: 200px;
}
.nav-dropdown .dropdown-item {
  padding: 8px 10px;
  display: block;
  text-align: left;
  color: #fff;
}
.nav-dropdown .dropdown-item.link::after {
  content: '';
  background: url("../img/common/ico_link-window.png");
  width: 16px;
  height: 13px;
  margin-right: 10px;
  display: inline-block;
  transform: translateX(5px);
}
.nav-dropdown .dropdown-item:hover {
  text-decoration: underline;
}

@media print, (min-width: 768px) {
  .nav-main {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -25px;
  }
  .nav-item {
    width: auto;
    text-align: center;
    align-self: center;
  }
  .nav-item.dropdown:hover .nav-link:before {
    display: none;
  }

  .nav-item:hover .nav-link {
    color: #018a4e;
  }

  .navbar-collapse {
    display: block !important;
  }

  .navbar-over {
    display: none !important;
  }

  .hamburger-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-over {
    display: none;
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .navbar-toggler {
    display: block;
    position: relative;
    z-index: 999;
  }
  .navbar-collapse {
    display: none;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0, 153, 86, 0.96);
    padding: 60px 20px 20px;
  }

  .nav-main {
    height: auto;
    overflow: auto;
    border-bottom: solid 1px #eee;
  }
  .nav-link {
    position: relative;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    border-top: solid 1px #80d5b0;
  }
  .nav-dropdown {
    display: block !important;
    position: static;
    padding: 0;
    margin: 0;
    background: none;
  }
  .nav-dropdown .dropdown-item {
    font-size: 14px;
    font-weight: normal;
    padding: 16px 20px;
    position: relative;
    border-top: dotted 1px #80d5b0;
  }
  .nav-dropdown .dropdown-item:before {
    content: "";
    width: 5px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 10px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/common/ico_arrow_white.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
/* Keyvisual
 * ----------------------------------------------- */

.section-top-keyvisual {
  width: 100%;
}
.section-top-keyvisual .keyvisual {
  position: relative;
  height: auto;
}
.section-top-keyvisual .keyvisual .copy-wrap {
  position: absolute;
  text-align: center;
  width: 23%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-top-keyvisual .keyvisual .copy {
  width: 100%;
}
.section-top-keyvisual .keyvisual .copy p.ttl {
  font-size: 33px;
  line-height: 1.3;
  margin: 15px 0 20px;
}
.section-top-keyvisual .keyvisual .copy .txtBox {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 20px 0;
}
.section-top-keyvisual .keyvisual .copy .txtBox h2 {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.section-top-keyvisual .keyvisual .copy-wrap {
	  width: 90%;
	  top: 48.3%;
	}
	.section-top-keyvisual .keyvisual .copy-wrap img {
	  width: 40%;
	}
	.section-top-keyvisual .keyvisual .copy p.ttl {
	  font-size: 26px;
	  margin: 7px 0 15px;
	}
	.section-top-keyvisual .keyvisual .copy .txtBox {
	  padding: 15px 0;
	}
	.section-top-keyvisual .keyvisual .copy .txtBox h2 {
	  font-size: 17px;
	  margin-bottom: 5px;
	}
	.section-top-keyvisual .keyvisual .copy .txtBox p {
	  font-size: 13px;
	  line-height: 1.4;
	}
}

/* HEADINGS
 * ----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: 500;
  line-height: 1.4;
}

.heading-top {
  text-align: center;
  display: inline-block;
  padding: 5px 40px;
  border-left: 1px solid #018a4e;
  border-right: 1px solid #018a4e;
  color: #333;
  line-height: 1.4;
}
.heading-top .main {
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.075em;
}
.heading-top .sub {
  display: block;
  font-size: 18px;
  font-family: "Bahnschrift", sans-serif;
  line-height: 1;
  letter-spacing: 0.08em;
}
.heading-primary {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #1ea821;
  padding-left: 20px;
  margin-bottom: 30px;
}
.heading-primary:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  height: 30px;
  width: 7px;
  background-color: #1ea821;
}
.heading-secondary {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 25px;
}
.heading-secondary:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.7em;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #018a4e;
}
.heading-tertiary {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 34px 0;
  border-top: 5px solid #1ea821;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url("../img/common/ico_border_gray.jpg");
}

@media only screen and (max-width: 767px) {
  .heading-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .heading-top .main {
    font-size: 23px;
    margin-bottom: 8px;
  }
  .heading-top .sub {
    font-size: 12px;
  }
  .heading-primary {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .heading-primary:before {
    width: 4px;
    height: 27px;
  }
  .heading-secondary {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .heading-tertiary {
    font-size: 16px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 374px) {
  .heading-top .main {
    font-size: 20px;
  }
}

/* COMMON
 * ----------------------------------------------- */

.titleBox {
  text-align: center;
}
.titleBox h2 {
  font-size: 100px;
  margin-bottom: 5px;
}
.titleBox h3 {
  font-size: 32px;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
	.titleBox h2 {
	  font-size: 80px;
	}
}

/* SIDEBAR WRAPPER
 * ----------------------------------------------- */
.widget-title {
  font-size: 24px;
  background-color: #f2f4f7;
  border-top: solid 5px #000;
  padding: 20px;
}
.widget-list-post .item {
  font-size: 18px;
  font-weight: bold;
  border-bottom: dotted 1px #333;
}
.widget-list-post .links {
  display: block;
  color: #fff;
  padding: 16px 20px;
  text-align: left;
}

/* ---
 * ----------------------------------------------- */
.block-title {
  margin-bottom: 55px;
  line-height: 1.7;
}
.block-title .title-text {
  font-size: 18px;
  border: 5px solid #1ea821;
  padding: 20px 35px;
  margin-bottom: 25px;
}
.block-title .title-text .ico {
  position: relative;
  padding-left: 20px;
}
.block-title .title-text .ico:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #1ea821;
}
.block-title p {
  margin-bottom: 20px;
}

.lb-nav a.lb-prev {
  background-image: url("../img/common/ico_lightbox_prev.png") !important;
  background-position: 15px 50% !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-size: 30px;
}
.lb-nav a.lb-next {
  background-image: url("../img/common/ico_lightbox_next.png") !important;
  background-position: calc(100% - 15px) 50% !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-size: 30px;
}

.lb-data .lb-close {
  background-image: url("../img/common/ico_lightbox_close.png") !important;
}

.lb-data .lb-number {
  display: none !important;
}

@media print, (min-width: 768px) {
  .block-text > * {
    margin-bottom: 45px;
    line-height: 2.5;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .widget {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .widget-title {
    font-size: 28px;
    padding: 15px 20px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .widget-list-post .item {
    font-size: 18px;
  }
  .widget-list-post .item .links {
    padding: 15px 30px;
  }

  .block-title {
    margin-bottom: 25px;
  }
  .block-title .title-text {
    font-size: 16px;
    border-width: 3px;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .block-title p {
    margin-bottom: 15px;
  }
  .block-text {
    margin-bottom: 15px;
  }
  .block-text > * {
    margin-bottom: 15px;
  }
}

/* BUTTON
 * ----------------------------------------------- */

.btn-detail {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  transition: .4s;
}
.btn-detail a:link,
.btn-detail a:hover,
.btn-detail a:visited,
.btn-detail a:active {
  color: #000;
}
.btn-detail::after {
  position: absolute;
  top: 3px;
  right: -35px;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url("../img/common/btn_detail_arrow.png");
  background-size: contain;
}
.btn-detail:hover {
  color: #009956;
  transition: .4s;
}

.btn-vehicle {
  display: block;
  text-align: center;
  margin-top: 60px;
}
.btn-vehicle .btn {
  display: inline-block;
  position: relative;
  color: #fff;
  background: #0661a0;
  border: solid 4px #000;
  font-size: 30px;
  font-weight: 900;
  padding: 50px;
  width: 760px;
  transition: .6s;
}
.btn-vehicle .btn span {
  color: #fcff00;
}
.btn-vehicle .btn::before {
  position: absolute;
  top: 41%;
  left: 13%;
  content: '';
  width: 51px;
  height: 31px;
  background-image: url("../img/common/features_ico.png");
  background-size: contain;
}
.btn-vehicle .btn::after {
  position: absolute;
  top: 40%;
  right: 15%;
  content: '';
  width: 35px;
  height: 35px;
  background-image: url("../img/common/features_arrow.png");
  background-size: contain;
}
.btn-vehicle .btn:hover {
  background: #000;
  transition: .6s;
}
.btnBox-detail {
  display: block;
}
.btnBox-detail .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #009956;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 5px;
  padding: 18px;
  width: 300px;
  transition: .4s;
}
.btnBox-detail .btn::after {
  position: absolute;
  top: 43%;
  right: 14%;
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url("../img/common/btn_arrow_wt.png");
  background-size: contain;
}
.btnBox-detail .btn:hover,
.btnBox-detail.product .btn:hover {
  background: #000;
  transition: .4s;
}

.btnBox-detail.product,
.btnBox-detail.vehicles {
  display: block;
  text-align: center;
}
.btnBox-detail.product .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #009956;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 5px;
  padding: 20px;
  width: 400px;
  transition: .4s;
}
.btnBox-detail.product .btn::after,
.btnBox-detail.vehicles .btn::after {
  right: 6%;
}
.btnBox-detail.vehicles .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #222;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 5px;
  padding: 20px;
  width: 400px;
  transition: .4s;
}
.btnBox-detail.vehicles .btn:hover {
  color: #000;
  background: #feef00;
  transition: .4s;
}

.newsBtn .btn {
  display: inline-block;
  position: relative;
  border: solid 1px #000;
  border-radius: 80px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  padding: 17px;
  width: 260px;
  transition: .4s;
}
.newsBtn .btn::after {
  position: absolute;
  top: 42%;
  right: 15%;
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url("../img/common/btn_arrow_gr.png");
  background-size: contain;
}
.newsBtn .btn:hover {
  color: #fff;
  background: #333;
  transition: .4s;
}
.newsBtn .btn.back::after {
  display: none;
}
.newsBtn.sub .btn::before {
  position: absolute;
  top: 42%;
  left: 15%;
  content: '';
  display: inline-block;
  width: 15px;
  height: 12px;
  background-image: url("../img/common/ico_arrow_gr_back.png");
  background-size: contain;
}
.newsBtn .btn.back:hover {
  color: #fff;
  background: #333;
  transition: .4s;
}

@media only screen and (max-width: 767px) {
	.newsBtn {
	  text-align: center;
	  margin-top: 25px;
	}
	.btn-detail {
	  font-size: 26px;
	  text-shadow: 
	    white 2px 0px 2px, white -2px 0px 2px,
	    white 0px -2px 2px, white -2px 0px 2px,
	    white 2px 2px 2px, white -2px 2px 2px,
	    white 2px -2px 2px, white -2px -2px 2px,
	    white 1px 2px 2px, white -1px 2px 2px,
	    white 1px -2px 2px, white -1px -2px 2px,
	    white 2px 1px 2px, white -2px 1px 2px,
	    white 2px -1px 2px, white -2px -1px 2px,
	    white 1px 1px 2px, white -1px 1px 2px,
	    white 1px -1px 2px, white -1px -1px 2px;
	}
	.btn-detail::after {
	  top: 5px;
	  width: 30px;
	  height: 30px;
	}
	.btn-vehicle {
	  margin-top: 20px;
	}
	.btn-vehicle .btn {
	  font-size: 28px;
	  line-height: 1.3;
	  padding: 40px 20px;
	  width: 100%;
	}
	.btn-vehicle .btn::before {
	  display: none;
	}
	.btn-vehicle .btn::after {
	  position: absolute;
	  top: 40%;
	  right: 6%;
	}
	.btnBox-detail .btn {
	  font-size: 22px;
	  width: 100%;
	}
	.btnBox-detail.product .btn {
	  font-size: 20px;
	  letter-spacing: 0.05em;
	  width: 100%;
	}
	.btnBox-detail.vehicles .btn {
	  font-size: 18px;
	  width: 100%;
	}



}


/* 以下は元あった記述 */

.btn.is-block {
  pointer-events: none;
}
.btn-primary {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 30px 40px;
  min-width: 460px;
  border-radius: 0;
  letter-spacing: 0.1em;
}
.btn-primary .ico {
  display: block;
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right center;
  background-image: url("../img/common/ico_arrow_white.png");
}
.btn-primary.green {
  background-color: #1ea821;
}
.btn-secondary {
  color: blue;
  border-color: blue;
}
.btn-faq {
  background-color: #fcc402;
  border: 0;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  padding: 20px 40px;
  min-width: 290px;
  -moz-transition: background-color 0.26s ease, color 0.26s ease;
  -o-transition: background-color 0.26s ease, color 0.26s ease;
  -webkit-transition: background-color 0.26s ease, color 0.26s ease;
  transition: background-color 0.26s ease, color 0.26s ease;
}
.btn-faq .ico {
  display: inline-block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  background-image: url("../img/common/ico_btn.png");
}
.btn-faq:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #333;
  color: #fff;
}
.btn-more {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif;
  background-color: #fff;
  color: #000;
  border: 3px solid #000;
  border-radius: 0;
  padding: 10px 40px;
  letter-spacing: 0.075em;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 20px) center;
  background-image: url("../img/common/ico_arrow_btn_more.png");
  -moz-transition: background-color 0.26s ease, color 0.26s ease;
  -o-transition: background-color 0.26s ease, color 0.26s ease;
  -webkit-transition: background-color 0.26s ease, color 0.26s ease;
  transition: background-color 0.26s ease, color 0.26s ease;
}
.btn-more:hover {
  background-color: #000;
  color: #fff;
  background-image: url("../img/common/ico_arrow_btn_more_white.png");
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-next, .btn-prev, .btn-back {
  display: inline-block;
  position: relative;
  color: #1ea821;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 1px solid #1ea821;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.btn-next:after {
  color: #49ae37;
  content: "≫";
  display: inline-block;
  margin-left: 5px;
}
.btn-prev::before {
  color: #49ae37;
  content: "≪";
  display: inline-block;
  margin-right: 5px;
}
.btn-group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}
.btn-group.two-column > * {
  width: 50%;
}
.btn-group.three-column > * {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .btn-more {
    font-size: 15px;
    min-width: 294px;
    border-width: 2px;
  }
  .btn-faq {
    font-size: 15px;
    padding: 12px 20px;
  }
  .btn-next, .btn-prev, .btn-back {
    font-size: 14px;
  }
  .btn-primary {
    font-size: 15px;
    padding: 15px 20px;
    min-width: 260px;
  }
}
@media only screen and (max-width: 374px) {
  .btn-more {
    min-width: 250px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-faq .ico {
    padding-bottom: 2px;
  }
  .btn-faq .btn-more {
    padding: 13px 40px 10px;
  }
}
/* CARD
 * ----------------------------------------------- */
.card-link {
  display: block;
}
.card-figure {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.card-figure .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.card-figure .ico-new {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  background: #018a4e;
  color: #fff;
  height: 100px;
  width: 100px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -50px;
  left: -50px;
  padding: 5px;
  text-transform: uppercase;
}
.card-header {
  position: relative;
}
.card-header .ico-check {
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 10;
}
.card-body {
  padding: 30px 0;
  background-color: #fff;
}
.card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1ea821;
  margin-bottom: 10px;
}
.card-title.arrow {
  position: relative;
  padding-left: 15px;
}
.card-title.arrow:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #1ea821;
}
.card-date {
  font-size: 16px;
  font-weight: 700;
  font-family: "Bahnschrift", sans-serif;
  letter-spacing: 0.05em;
}
.card-catelory {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #20a923;
  padding: 5px 10px;
}
.card-subtitle {
  font-size: 13px;
  line-height: 1.5;
}
.card-text {
  line-height: 2.1;
}
.card p {
  line-height: 1.8;
}

.card-top-primary .card-figure {
  height: 260px;
  border-radius: 10px 10px 0 0;
  border-bottom: 6px solid #018a4e;
}
.card-top-primary .card-figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.card-top-primary .card-figure .ico-new {
  background: #018a4e;
}
.card-top-primary .card-body {
  padding: 25px 0;
}
.card-top-primary .card-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #018a4e;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
.card-top-primary .card-title .ico {
  position: relative;
  padding-right: 20px;
}
.card-top-primary .card-title .ico:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #018a4e;
}
.card-top-primary .card-tags {
  font-size: 16px;
  font-weight: 600;
  font-family: "Bahnschrift", sans-serif;
  line-height: 1.2;
}

.card-top-secondary .card-link:hover .card-figure img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card-top-secondary .card-link:hover .card-button {
  background-position: calc(100% - 10px) center;
}
.card-top-secondary .card-figure {
  width: 320px;
  max-width: 100%;
  height: 320px;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.card-top-secondary .card-figure img {
  -moz-transition: -moz-transform 0.26s ease;
  -o-transition: -o-transform 0.26s ease;
  -webkit-transition: -webkit-transform 0.26s ease;
  transition: transform 0.26s ease;
}
.card-top-secondary .card-figure .ico-new {
  background: #f39800;
}
.card-top-secondary .card-body {
  padding: 0;
  background-color: transparent;
}
.card-top-secondary .card-button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 80px;
  max-width: 290px;
  border-top: 6px solid #018a4e;
  font-weight: 700;
  padding: 10px 28px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: calc(100% - 20px) center;
  background-image: url("../img/common/ico_arrow_green.png");
  -moz-transition: background-position 0.26s ease;
  -o-transition: background-position 0.26s ease;
  -webkit-transition: background-position 0.26s ease;
  transition: background-position 0.26s ease;
}

.card-top-tertiary .card {
  position: relative;
  height: 100%;
}
.card-top-tertiary .card-link {
  position: relative;
  height: 100%;
}
.card-top-tertiary .card-link:hover .card-figure img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card-top-tertiary .card-figure {
  height: 150px;
}
.card-top-tertiary .card-figure img {
  -moz-transition: -moz-transform 0.26s ease;
  -o-transition: -o-transform 0.26s ease;
  -webkit-transition: -webkit-transform 0.26s ease;
  transition: transform 0.26s ease;
}
.card-top-tertiary .card-figure .label {
  top: 0;
  left: 0;
  color: #fff;
  background-color: #018a4e;
}
.card-top-tertiary .card-body {
  padding: 18px 18px 50px;
  position: relative;
}
.card-top-tertiary .card-date {
  line-height: 1;
  margin-bottom: 10px;
}
.card-top-tertiary .card-catelory {
  font-size: 12px;
  padding: 5px 16px;
  margin-bottom: 15px;
}
.card-top-tertiary .card-title {
  font-size: 13px;
  font-weight: 400;
  color: currentColor;
  line-height: 1.5;
  word-break: break-all;
}
.card-top-tertiary .card-more {
  display: inline-block;
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Bahnschrift", sans-serif;
  margin-top: 15px;
}
.card-top-tertiary .card-more:before {
  content: "≫";
  font-size: 0.8em;
  display: inline-block;
  margin-right: 5px;
}

.card-top-other .card-header {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}
.card-top-other .card-header .label {
  position: absolute;
  z-index: 10;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 25px;
  top: 0;
  left: -10px;
  text-align: left;
  letter-spacing: 0.1em;
  min-width: 160px;
}
.card-top-other .card-header .label:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: skew(-20deg);
  background-color: #44b22e;
}
.card-top-other .card-figure {
  height: 180px;
}

@media print, (min-width: 768px) {
  .card-top-tertiary .card-body {
    height: calc(100% - 150px);
  }
}
@media only screen and (max-width: 767px) {
  .card-header .ico-check {
    width: 30px;
    right: 10px;
    bottom: -10px;
  }
  .card-body {
    padding: 10px 0;
  }
  .card-text {
    line-height: 1.6;
  }
  .card-title {
    font-size: 15px;
  }
  .card .ico-new {
    font-size: 10px;
    height: 60px;
    width: 60px;
    top: -30px;
    left: -30px;
  }

  .card-top-primary .card-figure {
    height: auto;
    max-height: 200px;
    border-bottom-width: 3px;
  }
  .card-top-primary .card-body {
    padding: 12px 0;
  }
  .card-top-primary .card-title {
    font-size: 16px;
  }
  .card-top-primary .card-tags {
    font-size: 10px;
  }

  .card-top-secondary .card-figure {
    width: 240px;
    height: 240px;
  }
  .card-top-secondary .card-button {
    font-size: 12px;
    border-top-width: 3px;
    height: auto;
    padding: 15px 30px;
    background-size: 20px;
  }

  .card-top-tertiary .card-figure {
    height: 80px;
  }
  .card-top-tertiary .card-figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card-top-tertiary .card-body {
    padding: 10px 10px 30px;
    height: calc(100% - 80px);
  }
  .card-top-tertiary .card-date {
    margin-bottom: 10px;
  }
  .card-top-tertiary .card-catelory {
    padding: 2px 10px;
    margin-bottom: 5px;
  }
  .card-top-tertiary .card-title, .card-top-tertiary .card-more, .card-top-tertiary .card-catelory, .card-top-tertiary .card-date {
    font-size: 10px;
  }
  .card-top-tertiary .card-more {
    left: 10px;
    bottom: 10px;
  }

  .card-top-other .card-header .label {
    font-size: 10px;
    padding: 8px 25px;
    min-width: auto;
  }
  .card-top-other .card-figure {
    height: 140px;
  }
}
input, textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c6c5c5;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c6c5c5;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c6c5c5;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #c6c5c5;
}
input:focus, textarea:focus {
  outline: 0;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

select:invalid {
  color: #c6c5c5;
}
select option {
  color: #000;
}
select option[value=""][disabled] {
  display: none;
}

.form {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #bbbbbb;
}
.form-group {
  position: relative;
  width: 100%;
}
.form-group > * {
  border-bottom: 1px solid #bbbbbb;
}
.form-group .left {
  background-color: #eeeeee;
}
.form-group .subtext {
  font-size: 14px;
  display: block;
  line-height: 1.4;
}
.form-group p {
  margin-bottom: 20px;
}
.form-active {
  padding: 60px 0;
  text-align: center;
}
.form-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.form-label .red {
  color: #e30101;
}
.form-control {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 10px 10px;
  font-weight: 400;
  line-height: 1.4;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #999;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control.textarea {
  max-width: 100%;
}
.form-radio.checkbox .wpcf7-list-item-label:before {
  border-radius: 5px !important;
}
.form .gr-checkbox .wpcf7-list-item-label:before {
  border-radius: 5px !important;
}
.form .wpcf7-list-item {
  position: relative;
  display: inline-flex;
  margin: 0 50px 12px 0;
}
.form .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 23px;
  line-height: 1.2;
}
.form .wpcf7-list-item .wpcf7-list-item-label:before, .form .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 0.3em;
  left: 0;
}
.form .wpcf7-list-item .wpcf7-list-item-label:before {
  pointer-events: none;
  z-index: 1;
  border: #000 solid 1px;
}
.form .wpcf7-list-item .wpcf7-list-item-label:after {
  display: block;
  background-color: #1ea821;
  border: 4px solid #fff;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.form .wpcf7-list-item .wpcf7-list-item-label.checkbox:before, .form .wpcf7-list-item .wpcf7-list-item-label.checkbox:after {
  border-radius: 5px;
}
.form .wpcf7-list-item input[type=checkbox], .form .wpcf7-list-item input[type=radio] {
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:after, .form .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.form .wpcf7-list-item input[type=checkbox] > .wpcf7-list-item-label:before, .form .wpcf7-list-item input[type=checkbox] > .wpcf7-list-item-label:after {
  border-radius: 5px;
}
.form .control-inline-flex {
  display: inline-flex;
}
.form .control-inline-flex > * {
  align-self: center;
}
.form .control-inline-flex > *:nth-child(1) {
  margin-right: 18px;
}
.form .w100 {
  width: 100%;
}
.form textarea.form-control {
  max-width: 100%;
}
.form .wpcf7-radio {
  display: block;
  margin: 0;
}
@media print, (min-width: 768px) {
  .form {
    font-size: 16px;
  }
  .form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .form-group > * {
    width: 300px;
    padding: 36px 40px;
  }
  .form-group .right {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .form-group .right .row {
    max-width: 700px;
  }
  .form-group .right .row .col {
    margin-bottom: 0;
  }
  .form textarea {
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .form-group {
    display: block;
  }
  .form-group > * {
    width: 100%;
    padding: 20px 10px;
  }
  .form-group .left {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .form-group .subtext {
    font-size: 10px;
  }
  .form-active {
    padding: 30px 0;
  }
  .form textarea {
    height: 140px;
  }
}

div.wpcf7-response-output {
  padding: 20px !important;
  margin: 0;
}

span.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  div.wpcf7-response-output {
    padding: 10px !important;
  }

  span.wpcf7-not-valid-tip {
    font-size: 12px !important;
  }

  .form .wpcf7-list-item .wpcf7-list-item-label:before, .form .wpcf7-list-item .wpcf7-list-item-label:after {
    top: 0.15em;
  }
}
@media only screen and (max-width: 374px) {
  .form .wpcf7-list-item {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .form textarea.form-control {
    padding: 10px;
  }
}
.list {
  margin-bottom: 40px;
}
.list li {
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.list li > * {
  margin-bottom: 8px;
}
.list li .dot {
  position: relative;
  display: block;
  padding-left: 20px;
}
.list li .dot:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.list li .pl20 {
  padding-left: 20px;
}
.list-primary {
  padding: 0;
  list-style-type: none;
  border-top: 1px dotted #1ea821;
}
.list-primary li {
  padding: 24px 0;
  border-bottom: 1px dotted #1ea821;
}

.timeline-wrapper {
  position: relative;
  overflow: hidden;
  background-position: top left;
  background-repeat: repeat-x;
  background-image: url("../img/common/ico_border_green.jpg");
}
.timeline-wrapper > * {
  padding: 30px 0;
}
.timeline-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url("../img/common/ico_border_green.jpg");
  margin: 0 -50px;
  min-height: 145px;
}
.timeline-item > * {
  width: 160px;
  padding: 0 50px;
}
.timeline-right {
  border-left: 1px solid #1ea821;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.timeline-time {
  font-size: 28px;
  font-weight: 500;
  font-family: "Bahnschrift", sans-serif;
  color: #1ea821;
  letter-spacing: 0.02em;
  line-height: 1;
}
.timeline-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .timeline-wrapper > * {
    padding: 15px 0;
  }
  .timeline-item {
    margin: 0 -20px;
    min-height: 80px;
  }
  .timeline-item > * {
    width: 80px;
    padding: 0 20px;
  }
  .timeline-time {
    font-size: 18px;
    padding-top: 5px;
  }
  .timeline-title {
    font-size: 18px;
    margin-top: 0;
  }
}

/* TABLE
 * ----------------------------------------------- */
.table {
  width: 100%;
  border-top: 1px solid #1ea821;
}
.table tr {
  border-bottom: 1px solid #1ea821;
}
.table th, .table td {
  vertical-align: middle;
  padding: 18px 40px;
}
.table th {
  font-weight: 700;
  background-color: #f2fdf2;
  width: 320px;
}
.table .top {
  vertical-align: top !important;
}
@media only screen and (max-width: 767px) {
  .table th, .table td {
    padding: 12px 10px;
  }
  .table th {
    width: 110px;
  }
}

/* MEDIA
 * ----------------------------------------------- */
.media-flex {
  display: -webkit-flex;
  display: flex;
}
.media-flex > * {
  width: 50%;
}
.media-flex .media-link {
  display: block;
}
.media-flex .media-content {
  padding: 42px 50px;
}
.media-flex .media-title {
  font-size: 22px;
  font-weight: 700;
  color: #018a4e;
  margin-bottom: 25px;
}
.media-flex .media-title.arrow {
  display: inline-block;
  padding-right: 165px;
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: 100% 20px;
  background-image: url("../img/common/ico_arrow_black.png");
}
.media-flex .media-text {
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .media-flex {
    display: block;
    margin-bottom: 20px;
  }
  .media-flex > * {
    width: 100%;
  }
  .media-flex .media-content {
    padding: 15px 0;
  }
  .media-flex .media-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .media-flex .media-title.arrow {
    background-size: 60px;
    padding-right: 80px;
  }
  .media-flex .media-text {
    font-size: 15px;
    line-height: 1.7;
  }
}

.media {
  line-height: 1.7;
}
.media::after {
  display: block;
  content: "";
  clear: both;
}
.media .left {
  float: left;
  margin: 0 20px 20px 0;
}
.media .right {
  float: right;
  margin: 0 0 20px 25px;
}
@media only screen and (max-width: 767px) {
  .media {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .media > * {
    width: 100%;
  }
  .media .media-figure {
    order: 1;
    margin-bottom: 15px;
  }
  .media .media-body {
    order: 2;
  }
  .media .left, .media .right {
    float: none;
    margin: 0 0 20px 0;
  }
}

/* FAQ
 * ----------------------------------------------- */
.faq-wrapper {
  position: relative;
}
.faq-link {
  display: block;
  cursor: pointer;
  height: 100%;
}
.faq-item {
  height: 100%;
  padding: 0;
  background-color: #fdf7e3;
  text-align: center;
}
.faq-ico {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #20a923;
}
.faq-text {
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0;
}
.faq-popup {
  display: none;
}
.faq-question, .faq-answer {
  position: relative;
}
.faq-question:before, .faq-answer:before {
  position: absolute;
  color: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
  text-align: center;
}
.faq-question {
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #1ea821;
}
.faq-question:before {
  content: "Q";
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #1ea821;
}
.faq-answer:before {
  content: "A";
  top: 0.6em;
  background-color: #b3ab91;
}
@media print, (min-width: 768px) {
  .faq-wrapper > *:nth-child(2n+1) .faq-item {
    background-color: #f7e5a6;
  }
  .faq-item {
    border-radius: 10px;
    -moz-box-shadow: 0 4px 0 #dbc370;
    -webkit-box-shadow: 0 4px 0 #dbc370;
    box-shadow: 0 4px 0 #dbc370;
  }
  .faq-link {
    padding: 40px 10px;
  }
  .faq-ico {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .faq-text {
    font-size: 16px;
  }
  .faq-question, .faq-answer {
    padding-left: 65px;
  }
  .faq-question:before, .faq-answer:before {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .faq-question {
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 25px 25px 25px 65px;
  }
  .faq-answer {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .faq-wrapper > *:nth-child(4n+1) .faq-item, .faq-wrapper > *:nth-child(4n) .faq-item {
    background-color: #f7e5a6;
  }
  .faq-wrapper > * {
    margin-bottom: 15px;
  }
  .faq-item {
    border-radius: 5px;
    -moz-box-shadow: 0 3px 0 #dbc370;
    -webkit-box-shadow: 0 3px 0 #dbc370;
    box-shadow: 0 3px 0 #dbc370;
  }
  .faq-link {
    padding: 25px 8px;
  }
  .faq-ico {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .faq-text {
    font-size: 11px;
  }
  .faq-question, .faq-answer {
    padding-left: 40px;
  }
  .faq-question:before, .faq-answer:before {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }
  .faq-question {
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 15px 0 15px 40px;
  }
  .faq-answer {
    line-height: 1.6;
  }
}

/* MEDIA
 * ----------------------------------------------- */
.step-list {
  overflow: hidden;
  background-position: top left;
  background-repeat: repeat-x;
  background-image: url("../img/common/ico_border_green.jpg");
}
.step-item {
  display: -webkit-flex;
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  padding: 30px 0;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url("../img/common/ico_border_green.jpg");
}
.step-item > * {
  padding: 0 25px;
  width: 330px;
}
.step-label {
  display: inline-block;
  border-radius: 5px;
  background-color: #eceadf;
  font-weight: 700;
  padding: 5px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.step-label span {
  font-family: "Bahnschrift", sans-serif;
  margin-right: 10px;
}
.step-title {
  color: #1ea821;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.step-content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media print, (min-width: 768px) {
  .step-label {
    font-size: 14px;
    padding: 6px 30px;
  }
  .step-label span {
    font-size: 16px;
  }
  .step-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .step-item {
    margin-left: -10px;
    margin-right: -10px;
  }
  .step-item > * {
    padding: 0 10px;
    width: 50%;
  }
  .step-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .step-item {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .step-item > * {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}

/* MODEL
 * ----------------------------------------------- */
.model {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
}
.model-content {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 800px;
  max-width: 100%;
  min-height: 500px;
  border-radius: 10px;
  background-color: #fff;
  padding: 45px 40px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.model-content .popup-close {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 35px;
  right: 35px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/common/ico_close_popup.jpg");
  -moz-transition: -moz-transform 0.26s ease;
  -o-transition: -o-transform 0.26s ease;
  -webkit-transition: -webkit-transform 0.26s ease;
  transition: transform 0.26s ease;
}
.model-content .popup-close:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.model-over {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .model-content {
    max-width: 80%;
    padding: 45px 20px;
  }
  .model-content .popup-close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
}

/* ACCORDION
 * ----------------------------------------------- */
/* WOWJS
 * ----------------------------------------------- */
.wow {
  display: inline-block;
  visibility: hidden;
  transform: translate(0, 0); /* 基準位置をリセット */
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-right-left {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-right-left {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-left-right {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-left-right {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

.fade-right-left {
  -webkit-animation-name: fade-right-left;
  animation-name: fade-right-left;
}

.fade-left-right {
  -webkit-animation-name: fade-left-right;
  animation-name: fade-left-right;
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

/* Article
 * ----------------------------------------------- */
.article-wrapper.yellow .article-heading {
  border-color: #f5bd27 !important;
  background-image: url("../img/common/ico_border_gray.jpg") !important;
}
.article-wrapper.yellow .article-heading .date {
  color: #f5bd27 !important;
}
.article-wrapper.yellow .widget-list-post .item {
  background-color: #f5bd27 !important;
}
.article-wrapper.yellow .article-blog {
  background-image: url("../img/common/ico_border_gray.jpg") !important;
}
.article-wrapper.yellow .article-editer {
  background-image: url("../img/common/ico_border_gray.jpg") !important;
}
.article-wrapper.yellow .btn-next, .article-wrapper.yellow .btn-back, .article-wrapper.yellow .btn-prev {
  color: #f5bd27 !important;
  border-color: #f5bd27 !important;
}
.article-heading {
  border-bottom: dashed 1px #bbb;
  padding-bottom: 20px;
}
.article-heading .date {
  display: block;
  color: #1ea821;
  margin-bottom: 5px;
}
.article-list-news {
  margin-bottom: 20px;
}
.article-news .flex .link {
  display: inline-block;
  padding-bottom: 3px;
  color: #1ea821;
  border-bottom: 1px solid #1ea821;
}
.article-news {
  display: block;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url("../img/common/ico_border_green.jpg");
}
.article-news .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article-news .flex > * {
  width: 246px;
  padding: 0 15px;
}
.article-news .flex .column-left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.article-news .flex .column-right {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.article-news .flex .ico {
  color: #fff;
  background-color: #333;
  padding: 2px 30px;
  display: block;
  max-width: 90px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.article-blog {
  display: block;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url("../img/common/ico_border_green.jpg");
}
.article-blog .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px;
}
.article-blog .flex > * {
  width: 250px;
  padding: 0 15px;
}
.article-blog .flex .column-left {
  width: 250px;
}
.article-blog .flex .column-right {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.article-blog .flex .date {
  color: #f5bd27;
}
.article-blog .flex .link {
  color: #f5bd27;
  border-color: #f5bd27;
}

@media print, (min-width: 768px) {
  .article-detail .article-heading {
    padding: 35px 0;
  }
  .article-heading {
    font-size: 20px;
    padding: 28px 0;
    margin-bottom: 30px;
  }
  .article-heading .date {
    font-size: 16px;
  }
  .article-wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px;
  }
  .article-wrapper > * {
    padding-left: 50px;
    width: 280px;
  }
  .article-content {
    order: 2;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .article-sidebar {
    order: 1;
  }
}

.article-editer {
  border-bottom: dashed 1px #bbb;
  padding-bottom: 60px;
}
.article-editer > * {
  margin-bottom: 30px;
}
.article-editer .note {
  font-size: 20px;
  color: #ffb502;
}

.article-news {
  border-bottom: dotted 1px #333;
  padding: 25px 0;
  width: 100%;
}
.article-news .flex .date {
  color: #49ae37;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  width: 17%;
}
.article-news .flex .cat {
  display: inline-block;
  background: #ddd;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  width: 10%;
  height: 34px;
}
.article-news .flex .title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 7%;
  width: 67%;
}
.article-news .flex .title::after {
  position: absolute;
  top: 21%;
  right: 5%;
  content: '';
  width: 18px;
  height: 15px;
  background-image: url("../img/common/btn_arrow_gr.png");
  background-size: contain;
}

@media only screen and (max-width: 767px) {
	.article-news .flex > * {
	  padding: 0;
	}
	.article-news .flex {
	  justify-content: flex-start;
	  width: 100%;
	}
	.article-news .flex .date {
	  font-size: 16px;
	  letter-spacing: 0.01em;
	  width: unset;
	  margin-right: 15px;
	}
	.article-news .flex .cat {
	  padding: 4px 15px 0 15px;
	  width: unset;
	  height: 30px;
	}
	.article-news .flex .title {
	  font-size: 18px;
	  width: 100%;
	  padding-top: 10px;
	  padding-right: 0;
	}
	.article-news .flex .title a {
	  display: inline-block;
	  width: 90%;
	}
	.article-wrapper {
	  display: block;
	  padding-top: 20px;
	  padding-bottom: 0;
	}
	.article-content {
	  margin-bottom: 50px;
	}
	.article-heading {
	  font-size: 20px;
	  border-top-width: 3px;
	  padding: 15px 0;
	}
	.article-heading .date {
	  font-size: 10px;
	}
	.article-news {
	  padding: 20px 0 25px;
	}
	.article-news .flex .column-left, .article-blog .flex .column-left {
	  width: 120px;
	  display: block;
	}
	.article-blog .flex .column-left {
	  width: 150px;
	}
	.article-editer {
	  padding-bottom: 50px;
	  margin-bottom: 15px;
	  background-position: bottom left;
	  background-repeat: repeat-x;
	  background-image: url("../img/common/ico_border_green.jpg");
	}
	.article-editer > * {
	  margin-bottom: 15px;
	}
	.article-editer .note {
	  font-size: 16px;
	  color: #ffb502;
	}
	.article-news .flex .title::after {
	  top: 45%;
	  right: 2%;
	}
}

.article-editer blockquote {
  padding-left: 40px;
}
.article-editer ul,
.article-editer ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.article-editer ol {
  list-style: decimal;
}
.article-editer ul {
  list-style: disc;
}
.article-editer h1 {
  margin-bottom: 1.5em;
  font-size: 1.6em;
  font-weight: bold;
}
.article-editer h2 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.article-editer h3 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.article-editer h4,
.article-editer h5,
.article-editer h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: bold;
}
.article-editer b,
.article-editer strong {
  font-weight: bold;
}
.article-editer i,
.article-editer em {
  font-style: italic;
}
.article-editer p {
  font-size: 17px;
  line-height: 1.8;
}

/* PAGES
 * ----------------------------------------------- */
.section-top-employment {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-top-faq {
  background-color: #20a923;
}
.section-top-faq .heading-top {
  color: #fff;
  border: 0;
}
.section-top-gmap {
  padding: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


/* PAGES:TOP
 * ----------------------------------------------- */

/* section-top-about */
.section-top-about {
  background: url("../img/top/about_bg_right.jpg") no-repeat top right, url("../img/top/about_bg_left.jpg") no-repeat bottom left;
}
.section-top-about .wrapper {
  padding: 110px 0;
}
.section-top-about h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
}
.section-top-about .flexbox.right {
  justify-content: flex-end;
}
.section-top-about .flexbox .box {
  position: relative;
  width: 40%;
  margin: 60px 0 50px;
}
.section-top-about .flexbox img {
  width: 100%;
}
.section-top-about .flexbox .box p.txt {
  position: absolute;
  bottom: 10%;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  padding: 0 20px;
  margin-left: -10px;
}
.section-top-about .about-txt {
  display: flex;
  justify-content: flex-end;
}
.section-top-about .about-txt .txt {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.section-top-about h2 {
	  font-size: 32px;
	}
	.section-top-about .wrapper {
	  padding: 110px 4%;
	}
	.section-top-about .flexbox .box {
	  width: 100%;
	  margin: 40px 0 0;
	}
	.section-top-about .flexbox .box p.txt {
	  font-size: 24px;
	  padding: 0 20px 2px 20px;
	}
	.section-top-about .about-txt {
	  margin-top: 40px;
	}
}

/* section-top-shipping */
.section-top-shipping {
  position: relative;
  background: url("../img/top/about-bg-2.jpg") no-repeat;
  background-size: cover;
  height: 600px;
}
.section-top-shipping .wrapper {
  margin-left: auto;
  margin-right: auto;
}
.section-top-shipping .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-top-shipping .txtBox {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 3% 100%);
  padding: 80px 0 90px;
  width: 54%;
}
.section-top-shipping p {
  width: 64%;
}
.section-top-shipping p.txt1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-left: 18%;
}
.section-top-shipping p.txt2 {
  color: #009956;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin-left: 18%;
}

@media only screen and (max-width: 767px) {
	.section-top-shipping {
	  background: url("../img/top/about-bg-2_sp.jpg") no-repeat center;
	  background-size: cover;
	  height: 660px;
	}
	.section-top-shipping .txtBox {
	  clip-path: polygon(19% 2%, 100% 2%, 100% 100%, 0% 100%);
	  padding: 80px 35px 100px 0;
	  width: 100%;
	}
	.section-top-shipping .wrapper p {
	  width: 85%;
	}
	.section-top-shipping .wrapper p.txt1 {
	  font-size: 20px;
	  margin-left: 22%;
	}
	.section-top-shipping .wrapper p.txt2 {
	  font-size: 32px;
	  margin-left: 21%;
	}
}

/* section-top-area */
.section-top-area {
  position: relative;
  background: url("../img/top/area_bg.jpg") no-repeat;
  background-size: cover;
  height: 1030px;
  padding: 80px 0;
}
.section-top-area .wrapper {
  padding: 0 3%;
}
.section-top-area .titleBox h2 {
  color: #037d67;
}
.section-top-area .areaBox {
  width: 100%;
  justify-content: space-between;
}
.section-top-area .areaBox .txtBox {
  display: block;
  margin-top: 100px;
  width: 43%;
}
.section-top-area .areaBox .txtBox p {
  display: inline-block;
  background: #fff;
  padding: 15px 15px 15px 20px;
  font-size: 20px;
  line-height: 1.7;
}
.section-top-area .areaBox .imgBox {
  width: 53%;
}
.section-top-area .areaBox .imgBox img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
	.section-top-area .areaBox .txtBox {
	  margin-top: 60px;
	  width: 100%;
	}
	.section-top-area .areaBox .txtBox p {
	  font-size: 17px;
	}
	.section-top-area .areaBox .imgBox {
	  margin-top: 20px;
	  width: 100%;
	}
}

/* section-top-company */
.section-top-company {
  background:
    url("../img/top/company_bg_left.png") no-repeat top left,
    url("../img/top/company_bg_right.png") no-repeat bottom right;
  background-color: #fdf8ee;
  padding: 100px 0 150px;
}
.section-top-company .titleBox h2 {
  color: #037d67;
}
.section-top-company .titleBox {
  margin-bottom: 90px;
}
.section-top-company .compBox {
  justify-content: space-between;
  width: 100%;
}
.section-top-company .compBox .leftBox {
  justify-content: space-between;
  width: 57%;
}
.section-top-company .compBox .leftBox h4 {
  color: #009956;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  text-align: right;
  margin-left: 12%;
  margin-bottom: 60px;
}
.section-top-company .compBox .leftBox img {
  margin-left: calc(40% - 28vw);
  width: calc(100% + (30vw - 47%));
  max-width: none;
  object-fit: cover;
  height: 22vw;
}
.section-top-company .compBox .rightBox {
  justify-content: space-between;
  width: 36%;
}
.section-top-company .compBox .rightBox p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.section-top-company .compBox .leftBox {
	  width: 100%;
	}
	.section-top-company .compBox .rightBox {
	  width: 100%;
	}
	.section-top-company .compBox .leftBox h4 {
	  font-size: 22px;
	  text-align: left;
	  margin-left: 0;
	  margin-bottom: 30px;
	}
	.section-top-company .compBox .leftBox img {
	  margin-left: 0;
	  margin-bottom: 30px;
	  width: 100%;
	  height: auto;
	}
}

/* section-top-slide */
.section-top-slide {
  overflow: hidden;
  background: #eff5f0;
  padding-top: 130px;
}
.loopWrap {
  overflow: hidden;
}
.loopList {
  display: flex;
  width: max-content;
  animation: loop 45s linear infinite;
}
.loopList li {
  flex-shrink: 0;
  margin-right: 30px;
}
.loopList img {
  display: block;
  border-radius: 15px;
}
.loopList .img1 {
  width: 410px;
  margin-top: 70px;
}
.loopList .img2 {
  width: 320px;
}
.loopList .img3 {
  width: 300px;
  margin-top: 120px;
}
.loopList .img4 {
  width: 340px;
  margin-top: 20px;
}
.loopList .img5 {
  width: 340px;
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section-top-slide p.company {
  color: #c0ddd5;
  font-size: 70px;
  text-align: right;
  margin: 60px 0 -21px;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.section-top-slide p.company {
	  font-size: 56px;
	  line-height: 1;
	  margin: 60px 0 0;
	}
}

/* section-top-features */
.section-top-features,
.section-top-vehicles {
  background: #037d67;
  padding: 100px 0;
}
.section-top-features .titleBox h2,
.section-top-vehicles .titleBox h2 {
  color: #eee3cd;
}
.section-top-features .titleBox h3,
.section-top-vehicles .titleBox h3 {
  color: #fff;
}
.section-top-features h4,
.section-top-vehicles h4 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin: 60px 0 40px;
}
.section-top-features .featureBox {
  justify-content: space-between;
  width: 100%;
}
.section-top-features .featureBox .boxWrap {
  width: 23%;
}
.section-top-features .featureBox .boxWrap ul {
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px;
}
.section-top-features .featureBox .boxWrap .ttl {
  margin-top: 15px;
}
.section-top-features .featureBox .boxWrap p.txt {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 20px;
  width: 87%;
}

@media only screen and (max-width: 767px) {
	.section-top-features .featureBox .boxWrap {
	  margin-bottom: 50px;
	  width: 100%;
	}
	.section-top-features .featureBox .boxWrap p.txt {
	  text-align: left;
	  width: 100%;
	}
}

/* section-top-services */
.section-top-services {
  background:
    url("../img/top/company_bg_left.png") no-repeat top left,
    url("../img/top/company_bg_right.png") no-repeat bottom right;
  padding: 100px 0 150px;

  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.section-top-services::before {
  content: '';
  position: absolute;
  top: 48%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f3faf7;
  transform: skewY(-25deg) translateY(200px);
  z-index: -1;
}
.section-top-services .titleBox h2 {
  color: #037d67;
}
.section-top-services .detailWrap {
  display: block;
  text-align: center;
  margin: 60px 0 20px;
}
.section-top-services .detailWrap h4 {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  width: 70%;
}
.section-top-services .serviceBox {
  justify-content: space-between;
  width: 100%;
}
.section-top-services .serviceBox .leftBox {
  width: 41%;
}
.section-top-services .serviceBox .leftBox .ttl {
  color: #009956;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  margin: 5px 0 30px;
}
.section-top-services .serviceBox .leftBox .ttls {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.section-top-services .serviceBox .leftBox .txt {
  color: #444;
  font-size: 17px;
  line-height: 1.8;
  margin: 40px 0;
}
.section-top-services .serviceBox .rightBox {
  width: 52%;
  margin-top: 70px;
}
.section-top-services .serviceBox .rightBox img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
.section-top-services .detailWrap h4 {
	  margin-bottom: 30px;
	  width: 100%;
	}
	.section-top-services .serviceBox .leftBox {
	  width: 100%;
	}
	.section-top-services .serviceBox .rightBox {
	  width: 100%;
	  margin-top: 50px;
	}
	.section-top-services .serviceBox .leftBox .ttl {
	  font-size: 36px;
	  margin: 10px 0 30px;
	}
	.section-top-services .serviceBox.flexbox {
	  flex-direction: column-reverse;
	}
	.section-top-services .serviceBox .leftBox .num {
	  margin-top: 60px;
	}
}

/* section-top-contact */
.section-top-contact {
  background: #333;
  padding: 80px 0 100px;
}
.section-top-contact h4 {
  position: relative;
  color: #f8fb01;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
.section-top-contact h4::before {
  position: absolute;
  top: 15%;
  left: 25%;
  content: '';
  width: 23px;
  height: 37px;
  background-image: url("../img/common/contact_slash_left.png");
  background-size: contain;
}
.section-top-contact h4::after {
  position: absolute;
  top: 15%;
  right: 25%;
  content: '';
  width: 23px;
  height: 37px;
  background-image: url("../img/common/contact_slash_right.png");
  background-size: contain;
}
.section-top-contact .contactBox {
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.section-top-contact .contactBox .wrap {
  position: relative;
  display: inline-block;
  border: solid 1px #afafaf;
  width: 49%;
}
.section-top-contact .contactBox .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #afafaf;
  border-right: 30px solid transparent;
}
.section-top-contact .contactBox .wrap .box {
  display: inline-block;
/*  padding: 30px 0 20px;*/
  padding: 30px 140px 20px;
  color: #fff;
  text-align: left;
}
.section-top-contact .contactBox .wrap .box .ttl {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: -10px;
}
.section-top-contact .contactBox .wrap .box .num {
  position: relative;
  font-size: 50px;
}
.section-top-contact .contactBox .wrap .box .num.tel::before {
  position: absolute;
  top: 30%;
  left: -20%;
  content: '';
  width: 45px;
  height: 45px;
  background-image: url("../img/common/cont_ico_tel.png");
  background-size: contain;
}
.section-top-contact .contactBox .wrap .box .num.fax::before {
  position: absolute;
  top: 30%;
  left: -20%;
  content: '';
  width: 45px;
  height: 45px;
  background-image: url("../img/common/cont_ico_fax.png");
  background-size: contain;
}
.section-top-contact .contactBox .wrap .box ul {
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
	.section-top-contact h4 {
	  font-size: 32px;
	}
	.section-top-contact h4::before {
	  top: 8%;
	  left: 10%;
	}
	.section-top-contact h4::after {
	  top: 8%;
	  right: 10%;
	}
	.section-top-contact .contactBox .wrap {
	  margin-bottom: 15px;
	  width: 100%;
	}
	.section-top-contact .contactBox .wrap .box {
	  padding: 30px 0 20px;
	}
	.section-top-contact .contactBox .wrap .box .num {
	  font-size: 40px;
	}
	.section-top-contact .contactBox .wrap .box .num.tel::before {
	  top: 29%;
	  left: -21%;
	  width: 40px;
	  height: 40px;
	}
	.section-top-contact .contactBox .wrap .box .num.fax::before {
	  top: 29%;
	  left: -21%;
	  width: 40px;
	  height: 40px;
	}
}

/* section-top-product */
.section-top-product {
  background: #fff;
  padding: 100px 0 110px;
}
.section-top-product .titleBox h2 {
  color: #037d67;
}
.section-top-product .detailWrap {
  display: block;
  text-align: center;
  margin: 60px 0 20px;
}
.section-top-product .detailWrap h4 {
  display: inline-block;
  color: #444;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  width: 70%;
}
.section-top-product .ttllWrap {
  display: block;
  text-align: center;
  margin: 60px 0 40px;
}
.section-top-product .ttllWrap h5 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}
.section-top-product .ttllWrap h5::before {
  position: absolute;
  top: 0;
  left: -6%;
  content: '';
  width: 41px;
  height: 67px;
  background-image: url("../img/common/product_ttl_left.png");
  background-size: contain;
}
.section-top-product .ttllWrap h5::after {
  position: absolute;
  top: 0;
  right: -6%;
  content: '';
  width: 41px;
  height: 67px;
  background-image: url("../img/common/product_ttl_right.png");
  background-size: contain;
}
.section-top-product .notes {
  position: relative;
  border: solid 2px #000;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  padding: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.section-top-product .notes::before {
  position: absolute;
  top: 38%;
  left: 13.5%;
  content: '';
  width: 56px;
  height: 39px;
  background-image: url("../img/common/products_ico.png");
  background-size: contain;
}
.section-top-product .notes span {
  color: #009956;
}

@media only screen and (max-width: 767px) {
	.section-top-product .detailWrap h4 {
	  text-align: left;
	  width: 94%;
	}
	.section-top-product .ttllWrap {
	  margin: 60px 0 80px;
	}
	.section-top-product .ttllWrap h5 {
	  font-size: 26px;
	  line-height: 1.4;
	  width: 80%;
	}
	.section-top-product .ttllWrap h5::before {
	  top: unset;
	  left: -15%;
	  bottom: 5%;
	}
	.section-top-product .ttllWrap h5::after {
	  top: unset;
	  bottom: 5%;
	  right: -15%;
	}
	.section-top-product .notes {
	  font-size: 28px;
	  line-height: 1.4;
	  padding: 61px 20px 30px 20px;
	}
	.section-top-product .notes::before {
	  top: 10%;
	  left: 45%;
	}
}

.section-top-product .notes {
  position: relative;
  border: solid 2px #000;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  padding: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.section-top-product .notes::before {
  position: absolute;
  top: 38%;
  left: 13.5%;
  content: '';
  width: 56px;
  height: 39px;
  background-image: url("../img/common/products_ico.png");
  background-size: contain;
}
.section-top-product .notes span {
  color: #009956;
}

@media only screen and (max-width: 767px) {
	.section-top-product .detailWrap h4 {
	  text-align: left;
	  width: 94%;
	}
	.section-top-product .ttllWrap {
	  margin: 60px 0 80px;
	}
	.section-top-product .ttllWrap h5 {
	  font-size: 26px;
	  line-height: 1.4;
	  width: 80%;
	}
	.section-top-product .ttllWrap h5::before {
	  top: unset;
	  left: -15%;
	  bottom: 5%;
	}
	.section-top-product .ttllWrap h5::after {
	  top: unset;
	  bottom: 5%;
	  right: -15%;
	}
	.section-top-product .notes {
	  font-size: 28px;
	  line-height: 1.4;
	  padding: 61px 20px 30px 20px;
	}
	.section-top-product .notes::before {
	  top: 10%;
	  left: 45%;
	}
}

/* section-top-vehicles */
.section-top-vehicles .vehicleBox {
  justify-content: space-between;
  width: 100%;
}
.section-top-vehicles .vehicleBox .boxWrap {
  position: relative;
  width: 31%;
  margin-bottom: 40px;
}
.section-top-vehicles .vehicleBox .boxWrap .ttl {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: fit-content;
  color: #fff;
  background: rgba(0,0,0,0.8);
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  padding: 10px 60px 10px 25px;
  clip-path: polygon(0% 0, 100% 0, 88% 100%, 0 100%);
}
.section-top-vehicles .vehicleBox .boxWrap .ttl span {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.section-top-vehicles .vehicleBox .boxWrap {
	  width: 100%;
	}
	.section-top-vehicles .vehicleBox .boxWrap .ttl {
	  font-size: 18px;
	  padding: 9px 60px 10px 25px;
	  clip-path: polygon(0% -2%, 99% -2%, 92% 100%, 0 100%);
	}
}

/* section-top-news */
.section-top-news {
  background: #fff;
  padding: 90px 0 100px;
}
.section-top-news .wrapper {
  justify-content: space-between;
}
.section-top-news .newsttl {
  width: 25%;
  margin-bottom: 60px;
}
.section-top-news .newsBox {
  width: 72%;
  margin-top: -20px;
}
.section-top-news .newsttl h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 40px;
}
.section-top-news .newsttl h2 span.sub {
  display: block;
  color: #49ae37;
  font-size: 30px;
  margin: 15px 0 0 3px;
}
.section-top-news .newsBox .column {
  justify-content: space-between;
  width: 100%;
  border-bottom: dotted 1px #bbb;
  padding: 25px 0;
}
.section-top-news .newsBox .column .date {
  color: #49ae37;
  font-size: 18px;
  font-weight: bold;
  width: 12%;
}
.section-top-news .newsBox .column .cat {
  display: block;
  background: #ddd;
  padding: 4px 10px 2px 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 9%;
}
.section-top-news .newsBox .column .title {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  width: 70%;
  transition: .4s;
}
.section-top-news .newsBox .column .title::after {
  position: absolute;
  top: 21%;
  right: 5%;
  content: '';
  width: 18px;
  height: 15px;
  background-image: url("../img/common/btn_arrow_gr.png");
  background-size: contain;
}
.section-top-news .newsBox .column .title a:hover {
  color: #49ae37;
  text-decoration: underline;
  transition: .4s;
}

@media only screen and (max-width: 767px) {
	.section-top-news .newsttl {
	  width: 100%;
	  margin-bottom: 60px;
	}
	.section-top-news .newsBox {
	  border-top: dotted 1px #bbb;
	  margin-top: 0;
	  width: 100%;
	}
	.section-top-news .newsBox .column .date {
	  font-size: 18px;
	  width: 100%;
	}
	.section-top-news .newsBox .column .cat {
	  margin: 5px 0;
	  padding: 4px 10px 5px 10px;
	  font-size: 13px;
	  width: 25%;
	}
	.section-top-news .newsBox .column .title {
	  font-size: 17px;
	  width: 90%;
	}
	.section-top-news .newsBox .column .title::after {
	  right: -10%;
	}
}

/* section-top-partners */
.section-top-partners {
  color: #fff;
  background: #037d67;
  padding: 90px 0 140px;
}
.section-top-partners .ttlWrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.section-top-partners .ttlWrap .ttl h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 40px;
}
.section-top-partners .ttlWrap .ttl h2 span.sub {
  display: block;
  color: #eee3cd;
  font-size: 30px;
  margin: 15px 0 0 3px;
}
.section-top-partners .ttlWrap p.txt {
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  text-align: right;
  width: 43%;
  margin-top: 60px;
}
.section-top-partners .partnerBox {
  width: 100%;
  margin-bottom: 30px;
}
.section-top-partners .partnerBox .wrap {
  justify-content: space-between;
}
.section-top-partners .partnerBox .wrap::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}
.section-top-partners .partnerBox .wrap::after {
  content: "";
  display: block;
  width: 23.5%;
}
.section-top-partners .partnerBox .wrap li {
  width: 23.5%;
  background: #fff;
  color: #132a5c;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
  padding: 36px 0;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
	.section-top-partners .ttlWrap p.txt {
	  font-size: 17px;
	  line-height: 1.7;
	  text-align: left;
	  width: 100%;
	  margin-top: 20px;
	}
	.section-top-partners .partnerBox .wrap::before {
	  width: 100%;
	}
	.section-top-partners .partnerBox .wrap::after {
	  width: 100%;
	}
	.section-top-partners .partnerBox .wrap li {
	  width: 100%;
	  margin-bottom: 20px;
	  padding: 26px 0;
	}
}

/* ----------------------------------------------- */
/* 下層ページ
 * ----------------------------------------------- */

/* COMMON */
.main-wrapper.sub .wrapper {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.main-wrapper.sub p.txt {
  font-size: 16px;
  line-height: 1.6;
}
.main-wrapper.sub a:link,
.main-wrapper.sub a:hover,
.main-wrapper.sub a:active,
.main-wrapper.sub a:visited {
  color: #000;
  font-weight: bold;
}
.main-wrapper.sub .link {
  display: block;
  transition: all .3s ease-in-out;
}
.main-wrapper.sub .link.job {
  width: 780px;
}
.main-wrapper.sub .link:hover {
  opacity: .6;
}
.section-sub-keyvisual {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.section-sub-keyvisual .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.section-sub-keyvisual p {
  margin: 0;
  width: 100%;
  height: 100%;
}
.section-sub-keyvisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-sub-keyvisual h1{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
}
.section-sub-keyvisual span {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
.keyvisual-heading {
  position: absolute;
  inset: 0;
}
.keyvisual-heading img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.main-wrapper.sub .wrapper {
	  width: 100%;
	}
	.section-sub-keyvisual {
	  width: 100%;
	  height: 100%;
	  aspect-ratio: 768 / 1100;
	}
	.section-sub-keyvisual span {
	  font-size: 28px;
	  margin-bottom: 13px;
	}
	.section-sub-keyvisual h1{
	  left: 8%;
	  font-size: 42px;
	  width: 90%;
	}
	.main-wrapper.sub .link,
	.main-wrapper.sub .link.job {
	  width: 100%;
	}
}

/* BREADCRUMB */

.section-breadcrumb {
  font-size: 14px;
  text-align: right;
  padding: 20px 0 40px;
}
.section-breadcrumb .breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-breadcrumb .breadcrumb .first,
.section-breadcrumb .breadcrumb .sec {
  position: relative;
}
.section-breadcrumb .breadcrumb .first::before {
  position: absolute;
  top: 30%;
  left: -27px;
  content: '';
  width: 19px;
  height: 13px;
  background-image: url("../img/common/breadcrumb_ico.png");
  background-size: contain;
}
.section-breadcrumb .breadcrumb .sec::before {
  position: absolute;
  top: 37%;
  left: -16px;
  content: '';
  width: 6px;
  height: 9px;
  background-image: url("../img/common/ico_arrow_gr.png");
  background-size: contain;
}

.main-wrapper.sub h2 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.main-wrapper.sub h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  color: #1a801f;
  background: #f2f4f7;
  border-left: solid 8px #1a801f;
  padding: 20px 20px 23px;
  margin-bottom: 40px;
}
.main-wrapper.sub h4 {
  position: relative;
  color: #333;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  border-bottom: solid 3px #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.main-wrapper.sub h4::after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 3px #1a801f;
  bottom: -3px;
  width: 10%;
}
.main-wrapper.sub h5 {
  color: #02924d;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.main-wrapper.sub h3 {
	  font-size: 30px;
	}
	.main-wrapper.sub h4 {
	  font-size: 28px;
	}

}

/* CONTACT */
.contact-area {
  position: relative;
  background: url("../img/common/foot_contact_bg.jpg") no-repeat;
  background-size: cover;
  height: 760px;
  padding: 110px 0;
  margin-top: 180px;
}
.contact-area .wrapper {
  width: 1080px;
}
.contact-area .contact-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.contact-area .contact-wrap .leftBox {
  color: #fff;
  text-align: left;
  width: 42%;
}
.contact-area .contact-wrap .rightBox {
  color: #fff;
  text-align: center;
}
.contact-area .contact-wrap .leftBox .ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 40px;
}
.contact-area .contact-wrap .leftBox .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.contact-area .contact-wrap .rightBox .tel-link {
  display: block;
  color: #fff;
  background: #024087;
  text-align: center;
  border-radius: 120px;
  padding: 5px 0 22px;
  margin-bottom: 15px;
  width: 480px;
  transition: .4s;
}
.contact-area .contact-wrap .rightBox .tel-link.fax {
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
}
.contact-area .contact-wrap .rightBox .tel-link:hover {
  background: #e9ec02;
  transition: .4s;
}
.contact-area .contact-wrap .rightBox .tel-link.fax:hover {
  background: unset;
}
.contact-area .contact-wrap .rightBox .tel-link a:link,
.contact-area .contact-wrap .rightBox .tel-link a:visited,
.contact-area .contact-wrap .rightBox .tel-link a:hover,
.contact-area .contact-wrap .rightBox .tel-link a:active {
  color: #fff;
}
.contact-area .contact-wrap .telBox .ft-anton,
.contact-area .contact-wrap .faxBox .ft-anton {
  font-size: 50px;
}
.contact-area .contact-wrap .telBox .txt,
.contact-area .contact-wrap .faxBox .txt {
  font-size: 16px;
  font-weight: 900;
  margin-top: -5px;
}
.contact-area .contact-wrap .rightBox .telBox {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-left: 8%;
}
.contact-area .contact-wrap .rightBox .faxBox {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-left: 8%;
}
.contact-area .contact-wrap .rightBox .telBox::before {
  position: absolute;
  top: 23%;
  left: -20%;
  content: '';
  width: 46px;
  height: 46px;
  background-image: url("../img/common/ico_tel_contact.png");
  background-size: contain;
}
.contact-area .contact-wrap .rightBox .faxBox::before {
  position: absolute;
  top: 26%;
  left: -18%;
  content: '';
  width: 41px;
  height: 41px;
  background-image: url("../img/common/ico_fax_contact.png");
  background-size: contain;
}
.contact-area .point-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 70px;
}
.contact-area .point-wrap img {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
	.contact-area {
	  height: auto;
	}
	.contact-area .wrapper {
	  width: 100%;
	}
	.contact-area .contact-wrap .leftBox {
	  width: 100%;
	}
	.contact-area .contact-wrap .rightBox {
	  width: 100%;
	}
	.contact-area .contact-wrap .rightBox .tel-link {
	  width: 100%;
	}
	.contact-area .contact-wrap .leftBox .ttl {
	  font-size: 34px;
	  margin-bottom: 20px;
	}
	.contact-area .contact-wrap .leftBox .txt {
	  font-size: 16px;
	  line-height: 1.7;
	  margin-bottom: 30px;
	}
	.contact-area .contact-wrap .telBox .ft-anton,
	.contact-area .contact-wrap .faxBox .ft-anton {
	  font-size: 40px;
	}
	.contact-area .contact-wrap .rightBox .telBox::before {
	  top: 21%;
	  left: -20%;
	  width: 38px;
	  height: 38px;
	}
	.contact-area .contact-wrap .rightBox .faxBox::before {
	  top: 25%;
	  left: -19%;
	  width: 35px;
	  height: 35px;
	}
	.contact-area .point-wrap {
	  flex-wrap: wrap;
	  margin-top: 40px;
	}
	.contact-area .point-wrap img {
	  padding-left: 0;
	  padding-bottom: 15px;
	  width: 90%;
	  margin: 0 auto;
	}
}

/* COMPANY */
table.company {
  font-size: 16px;
  width: 100%;
  margin-bottom: 100px;
}
table.company tr {
  line-height: 1.4;
  border-top: dotted 1px #888;
  border-bottom: dotted 1px #888;
}
table.company td.ttl {
  background: #f2f4f7;
  font-weight: bold;
  width: 20%;
  padding:15px 0 15px 30px;
}
table.company td.txt {
  width: 80%;
  padding:15px 0 15px 30px;
}

table.company.gr {
  font-size: 17px;
}
table.company.gr td.ttl {
  background: #eff9f4;
  color: #1a801d;
  font-weight: bold;
  line-height: 1.3;
  width: 30%;
  padding:18px 0 18px 30px;
}
table.company.gr td.txt {
  width: 70%;
  padding:18px 0 18px 30px;
}

.section-up-company .greeting {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 100px;
}
.section-up-company .greeting .title {
  font-size: 16px;
  line-height: 1.4;
  margin: 40px 0 50px;
}
.section-up-company .greeting .title .name {
  font-size: 20px;
  font-weight: 900;
}
.section-up-company .greeting .txt {
  line-height: 1.8 !important;
  width: 75%;
}
.section-up-company .recruit {
  margin-bottom: 100px;
}
.section-up-company .recruit a:link,
.section-up-company .recruit a:hover,
.section-up-company .recruit a:active,
.section-up-company .recruit a:visited {
  color: #02924d;
  font-weight: 900;
  text-decoration: underline;
}
.section-up-company .recruit img {
  margin-top: 30px;
}
.section-up-company .facility {
  margin-bottom: 100px;
}
.section-up-company .facility .imgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}
.section-up-company .facility .imgBox .main {
  width: 100%;
}
.section-up-company .facility .imgBox .sub {
  width: 48.5%;
  margin-top: 30px;
}
.section-up-company .facility .imgBox .sub img {
  width: 100%;
}
.section-up-company .facility .clbaseBox {
  margin-bottom: 50px;
}
.section-up-company .facility .clbaseBox p.txt {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.section-up-company .facility .clbaseBox p.txt a:link,
.section-up-company .facility .clbaseBox p.txt a:hover,
.section-up-company .facility .clbaseBox p.txt a:visited,
.section-up-company .facility .clbaseBox p.txt a:active {
  color: #02924d;
  text-decoration: underline;
}
.section-up-company .facility .snsBox {
  justify-content: space-between;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 30px 0;
  width: 100%;
}
.section-up-company .facility .snsBox .ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  width: 20%;
}
.section-up-company .facility .snsBox .sns {
  width: 37%;
}
.section-up-company .facility .snsBox .ttl span {
  display: block;
  font-size: 20px;
}
.section-up-company .facility .snsBox img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
	table.company td.ttl {
	  width: 32%;
	  padding:15px 0 15px 15px;
	}
	table.company td.txt {
	  width: 68%;
	  padding:15px 0 15px 20px;
	}
	.section-up-company .facility .imgBox .sub {
	  width: 100%;
	}
	.section-up-company .facility .snsBox .ttl {
	  width: 100%;
	}
	.section-up-company .facility .snsBox .sns {
	  width: 100%;
	}
	.section-up-company .facility .snsBox li {
	  margin-bottom: 15px;
	}
	table.company.gr td.ttl {
	  width: 35%;
	  padding: 18px 20px 18px 20px;
	}
	table.company.gr td.txt {
	  width: 70%;
	  padding: 18px 0 18px 20px;
	}
	.section-up-company .greeting .txt {
	  width: 100%;
	}
}

.productBox {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}
.productBox::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}
.productBox::after {
  content: "";
  display: block;
  width: 23.5%;
}
.productBox .wrap {
  position: relative;
  text-align: center;
  width: 23.5%;
  margin-bottom: 50px;
}
.productBox .wrap img {
  border: solid 1px #bbb;
  width: 100%;
}
.productBox .wrap .record {
  position: absolute;
  top: -7%;
  left: 22%;
  display: inline-block;
  width: fit-content;
  background: #feef00;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 7px 25px;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
.productBox .wrap .product-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.productBox::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}
.productBox::after {
  content: "";
  display: block;
  width: 23.5%;
}
.productBox .wrap {
  position: relative;
  text-align: center;
  width: 23.5%;
  margin-bottom: 50px;
}
.productBox .wrap img {
  width: 100%;
}
.productBox .wrap .record {
  position: absolute;
  top: -7%;
  left: 22%;
  display: inline-block;
  width: fit-content;
  background: #feef00;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 7px 25px;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
.productBox .wrap .product-ttl {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
}
.productBox .wrap .product-ttl span {
  display: inline-block;
  background: #1a801f;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 8px 3px 8px;
  margin-left: 15px;
}
.productBox .wrap .remarks {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
	.productBox .wrap {
	  width: 100%;
	  margin-bottom: 40px;
	}
	.productBox .wrap .record {
	  top: -5%;
	  left: 28%;
	}
	.productBox .wrap .product-ttl {
	  font-size: 20px;
	  margin-top: 8px;
	}
}

/* SERVICE：sales */
.productBox.service {
  justify-content: space-between;
  width: 100%;
  margin: 60px 0;
}
.productBox.service::before {
  width: 31.5%;
}
.productBox.service::after {
  width: 31.5%;
}
.productBox.service .wrap {
  text-align: left;
  width: 31.5%;
}
.productBox.service .wrap {
  text-align: left;
  width: 31.5%;
}
.section-up-service .cautionBox {
  font-size: 17px;
  line-height: 1.7;
  border: solid 4px #007456;
  padding: 30px 40px;
  margin-bottom: 100px;
}
.section-up-service .cautionBox p {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.section-up-service .cautionBox p span {
  color: #009956;
  font-weight: 900;
}
.section-up-service .cautionBox p::before {
  content: '※';
  padding-left: 5px;
}
.section-up-service table.service {
  background: #eff9f4;
  font-size: 18px;
  width: 100%;
  margin: 20px 0 40px;
}
.section-up-service table.service tr {
  line-height: 1.3;
  border-bottom: dotted 1px #888;
}
.section-up-service table.service td {
  padding: 20px 0 20px 30px;
}
.section-up-service table.service td.ttl {
  font-weight: bold;
  width: 30%;
}
.section-up-service table.service td.txt {
  width: 70%;
}
.section-up-service .permitBox {
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-up-service .permitBox .box {
  display: inline-block;
  color: #fff;
  background: #007456;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  padding: 38px 40px 38px 92px;
  margin-bottom: 20px;
  width: 530px;
  transition: .4s;
}
.section-up-service .permitBox .box:hover {
  background: #333;
  transition: .4s;
}
.section-up-service .permitBox p {
  position: relative;
}
.section-up-service .permitBox p::before {
  position: absolute;
  top: 25%;
  left: 40px;
  content: '';
  width: 35px;
  height: 41px;
  background-image: url("../img/services1/ico_pdf.png");
  background-size: contain;
  z-index: 2;
}
.section-up-service .permitBox a:link,
.section-up-service .permitBox a:hover,
.section-up-service .permitBox a:visited,
.section-up-service .permitBox a:active {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.productBox.service {
	  margin: 60px 0 100px;
	}
	.productBox.service::before {
	  width: 100%;
	}
	.productBox.service::after {
	  width: 100%;
	}
	.productBox.service .wrap {
	  text-align: left;
	  width: 100%;
	}
	.productBox.service .wrap {
	  text-align: left;
	  width: 100%;
	}
	.section-up-service .cautionBox {
	  padding: 30px 20px;
	}
	.section-up-service .permitBox .box {
	  padding: 30px 30px 30px 80px;
	  width: 100%;
	}
	.section-up-service .permitBox p::before {
	  left: 30px;
	}
	.section-up-service table.service td {
	  padding: 20px;
	}
	.section-up-service table.service td.ttl {
	  width: 34%;
	}
	.section-up-service table.service td.txt {
	  width: 66%;
	}
}

/* SERVICE：arrangements */

.section-up-service .pointBox {
  justify-content: space-between;
  margin-bottom: 100px;
  width: 100%;
}
.section-up-service .pointBox ul {
  color: #fff;
  background: #037d68;
  padding: 40px;
  text-align: center;
  width: 31.5%;
}
.section-up-service .pointBox .ttl {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
}
.section-up-service .pointBox span {
  color: #fcff00;
}
.section-up-service .pointBox .img {
  margin: 25px 0;
}
.section-up-service .pointBox .txt {
  font-size: 16px;
  line-height: 1.6;
}
.section-up-service .flowBox {
  margin-bottom: 100px;
}
.section-up-service .flowBox li {
  position: relative;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  border: solid 1px #00934f;
  width: 540px;
  padding: 30px;
  margin-bottom: 23px;
}
.section-up-service .flowBox li::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 13px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #00934f;
}
.section-up-service .flowBox li.flow5::after {
  clip-path: none;
  background-color: unset;
}
.section-up-service .flowBox li.flow1::before,
.section-up-service .flowBox li.flow2::before,
.section-up-service .flowBox li.flow3::before,
.section-up-service .flowBox li.flow4::before,
.section-up-service .flowBox li.flow5::before {
  position: absolute;
  content: '';
  background-size: contain;
}
.section-up-service .flowBox li.flow1::before {
  top: 28%;
  left: 40px;
  width: 41px;
  height: 39px;
  background-image: url("../img/services2/ico_flow_01.png");
}
.section-up-service .flowBox li.flow2::before {
  top: 30%;
  left: 40px;
  width: 36px;
  height: 34px;
  background-image: url("../img/services2/ico_flow_02.png");
}
.section-up-service .flowBox li.flow3::before {
  top: 30%;
  left: 40px;
  width: 32px;
  height: 36px;
  background-image: url("../img/services2/ico_flow_03.png");
}
.section-up-service .flowBox li.flow4::before {
  top: 27%;
  left: 40px;
  width: 46px;
  height: 38px;
  background-image: url("../img/services2/ico_flow_04.png");
}
.section-up-service .flowBox li.flow5::before {
  top: 35%;
  left: 40px;
  width: 56px;
  height: 30px;
  background-image: url("../img/services2/ico_flow_05.png");
}
.section-up-service .contBox ol {
  font-size: 17px;
  counter-reset: ol_li;
  margin-top: 20px;
  text-indent: -1.4em;
  padding-left: 1.5em;
}
.section-up-service .contBox ol li:before {
  font-weight: bold;
  margin-right: .1em;
  counter-increment: ol_li;
  content: counter(ol_li) ". ";
  color: #1a801f;
}

@media only screen and (max-width: 767px) {
	.section-up-service .pointBox ul {
	  padding: 30px;
	  width: 100%;
	  margin-bottom: 30px;
	}
	.section-up-service .pointBox .ttl {
	  font-size: 24px;
	}
	.section-up-service .pointBox .img {
	  margin: 17px 0;
	}
	.section-up-service .flowBox li {
	  line-height: 1.4;
	  width: 100%;
	  padding: 30px;
	  margin-bottom: 23px;
	}
	.section-up-service .flowBox li.flow1::before,
	.section-up-service .flowBox li.flow2::before,
	.section-up-service .flowBox li.flow3::before,
	.section-up-service .flowBox li.flow4::before,
	.section-up-service .flowBox li.flow5::before {
	  left: 24px;
	}
}

/* VEHICLES */

.section-up-vehicles .vehicleBox {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.section-up-vehicles .vehicleBox ul {
  width: 48%;
  margin-bottom: 60px;
}
.section-up-vehicles .vehicleBox .img {
  margin-bottom: 15px;
}
.section-up-vehicles .vehicleBox .txt {
  display: inline-flex;
  align-items: center;
  border: solid 1px #000;
  background: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  list-style: none;
  overflow: hidden;
  padding-left: 20px;
}
.section-up-vehicles .vehicleBox .txt span {
  position: relative;
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 5px 20px 10px 40px;
  margin-left: 30px;
}
.section-up-vehicles .vehicleBox .txt span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 20px solid #fff;
}
.section-up-vehicles .vehicleBox .txt span small {
  font-size: 15px;
  margin-left: 5px;
}
.section-up-vehicles .point {
  position: relative;
  background: #037d68;
  color: #fcff00;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
  padding: 50px 0;
  width: 100%;
}
.section-up-vehicles .point::after {
  position: absolute;
  top: 37%;
  right: 8%;
  content: '';
  width: 103px;
  height: 53px;
  background-image: url("../img/vehicles/vehicles-icon.png");
  background-size: contain;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
	.section-up-vehicles .vehicleBox ul {
	  width: 100%;
	}
	.section-up-vehicles .vehicleBox .txt {
	  font-size: 18px;
	  padding-left: 15px;
	}
	.section-up-vehicles .vehicleBox .txt span {
	  padding: 5px 20px 10px 35px;
	  margin-left: 10px;
	}
	.section-up-vehicles .vehicleBox .txt span::before {
	  border-top: 24px solid transparent;
	  border-bottom: 27px solid transparent;
	  border-left: 20px solid #fff;
	}
	.section-up-vehicles .vehicleBox .txt span small {
	  font-size: 14px;
	}
	.section-up-vehicles .point {
	  font-size: 24px;
	  padding: 70px 20px 35px 20px;
	}
	.section-up-vehicles .point::after {
	  top: 20%;
	  left: 40%;
	  right: 0;
	  transform: translateY(-50%);
	  width: 73px;
	  height: 37px;
	}
}

/* PARTNERS */
.section-up-partners .partnerBox {
  justify-content: space-between;
  width: 100%;
}
.section-up-partners .partnerBox ul {
  font-size: 18px;
  line-height: 1.6;
  width: 48%;
  margin-left: 20px;
}
.section-up-partners .partnerBox li {
  list-style: disc;
}

/* NEWS */

.section-up-news .dateBox {
  margin-bottom: 15px;
}
.section-up-news h2.ttl {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.section-up-news .dateBox .cat {
  display: inline-block;
  background: #ddd;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  margin-right: 15px;
  width: 10%;
}
.section-up-news .dateBox .date {
  color: #49ae37;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.section-up-news .section-content {
  border-top: dashed 1px #bbb;
  padding-top: 30px;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
	.section-up-news .dateBox .cat {
	  width: unset;
	}
	.section-up-partners .partnerBox ul {
	  width: 100%;
	}

}

/* PRIVACY */

.section-up-privacy .privacyBox {
  margin-top: 60px;
}
.section-up-privacy .privacyBox .wrap {
  margin: 50px 0 80px;
}
.section-up-privacy .privacyBox .wrap ul {
  list-style-type: disc;
  margin-top: 20px;
  margin-left: 20px;
}
.section-up-privacy .privacyBox h5 {
  font-size: 22px;
  font-weight: 900;
  border-bottom: solid 1px #009956;
  padding-bottom: 10px;
  margin: 30px 0 20px 0;
}
.section-up-privacy .privacyBox h5::before {
  content: '▶';
  color: #009956;
  font-size: 16px;
  padding-right: 5px;
}
.section-up-privacy .privacyBox .date-wrap {
  border-top: dashed 1px #bbb;
  padding-top: 40px;
}

/* あああ */

@media print, (min-width: 768px) {
  .page-top .heading-top {
    min-width: 310px;
  }
  .section-top-job {
    padding-top: 25px;
    padding-bottom: 130px;
  }
  .section-top-job .media-flex:nth-child(2n+1) .media-figure {
    order: 1;
  }
  .section-top-job .media-flex:nth-child(2n+1) .media-content {
    order: 2;
  }
  .section-top-job .media-flex:nth-child(2n) .media-figure {
    order: 2;
  }
  .section-top-job .media-flex:nth-child(2n) .media-content {
    order: 1;
  }
  .section-top-job .media-flex .media-title.arrow {
    -moz-transition: padding-right 0.26s ease;
    -o-transition: padding-right 0.26s ease;
    -webkit-transition: padding-right 0.26s ease;
    transition: padding-right 0.26s ease;
  }
  .section-top-job .media-flex .media-link:hover .media-title.arrow {
    padding-right: 200px;
  }

  .section-top-employment {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../img/top/bg_employment.jpg");
  }
  .section-top-employment .heading-top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-top-employment .card-top-secondary > *:nth-child(3n+1) .card-button {
    margin-right: auto;
  }
  .section-top-employment .card-top-secondary > *:nth-child(3n+2) .card-button {
    margin-left: auto;
    margin-right: auto;
  }
  .section-top-employment .card-top-secondary > *:nth-child(3n) .card-button {
    margin-left: auto;
  }

  .section-top-facility {
    padding-top: 115px;
    padding-bottom: 170px;
  }
  .section-top-facility .heading-top {
    min-width: 260px;
  }

  .section-top-faq {
    padding-top: 65px;
    padding-bottom: 105px;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-image: url("../img/top/img_faq_01.png"), url("../img/top/img_faq_02.png"), url("../img/top/img_faq_03.png"), url("../img/top/img_faq_04.png");
  }
  .section-top-faq .heading-top .main {
    margin-bottom: 23px;
    letter-spacing: 0.01em;
  }
  .section-top-faq .section-header {
    margin-bottom: 40px;
  }
  .section-top-faq .faq-wrapper {
    margin-bottom: 10px;
  }
  .section-top-other {
    padding-top: 85px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-job .media-flex {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-top-employment {
    background-image: url("../img/top/sp/bg_employment.jpg");
  }
  .section-top-employment .card {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-top-employment .col {
    margin-bottom: 40px;
  }
  .section-top-employment .card-button {
    margin: 0 auto;
  }

  .section-top-facility {
    padding-bottom: 60px;
  }
  .section-top-facility .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .section-top-facility .col {
    padding: 0 5px;
  }

  .section-top-faq {
    padding-bottom: 95px;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom center;
    background-image: url("../img/top/sp/img_faq_01.png"), url("../img/top/sp/img_faq_02.png"), url("../img/top/sp/img_faq_03.png");
    background-size: 100px, 100px, 320px;
  }
  .section-top-faq .row {
    margin-bottom: 5px;
  }
  .section-top-faq .col {
    margin-bottom: 22px;
  }
  .section-top-other .col {
    margin-bottom: 20px;
  }
  .section-top-other .card {
    max-width: 333px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-top-gmap iframe {
    height: 175px;
  }

  .card-top-tertiary .col {
    margin-bottom: 15px;
  }
}

.keyvisual-newsdetail {
  background-image: url("../img/news/bg_news_detail.jpg");
}

@media only screen and (max-width: 767px) {
  .keyvisual-newsdetail {
    background-image: url("../img/news/sp/bg_news_detail.jpg");
  }
}
.keyvisual-blogdetail {
  background-image: url("../img/blog/bg_blog_detail.jpg");
}
.keyvisual-blogdetail .keyvisual-head {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .keyvisual-blogdetail {
    background-image: url("../img/blog/sp/bg_blog_detail.jpg");
  }
}
@media print, (min-width: 768px) {
  .section-guide-conditions {
    padding-top: 25px;
    padding-bottom: 90px;
  }

  .section-guide-flowtouse .section-header {
    margin-bottom: 40px;
  }
}
.section-about-concept .block-text .icon {
  margin-left: -0.5em;
}

@media print, (min-width: 768px) {
  .section-about-about {
    padding-top: 15px;
  }
  .section-about-about .col {
    margin-bottom: 25px;
  }
  .section-about-message .section-header {
    margin-bottom: 20px;
  }
  .section-about-message .section .text {
    line-height: 1.75;
  }
  .section-about-message .block-text > * {
    margin-bottom: 40px;
  }
}
.section-works-flow .works-flow .flow-box {
  position: relative;
  border-radius: 10px;
  background-color: #1ea821;
  font-weight: 700;
  text-align: center;
  padding: 38px 20px 30px;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
  min-height: 282px;
}
.section-works-flow .works-flow .flow-box .title {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.section-works-flow .works-flow .flow-box .img {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-works-flow {
    padding-bottom: 50px;
  }
  .section-works-flow .works-flow .flow-box {
    font-size: 15px;
  }
  .section-works-flow .works-flow .col {
    width: 25%;
  }
  .section-works-flow .works-flow .col:nth-child(1) {
    width: 340px;
  }

  .section-works-job {
    padding-bottom: 20px;
  }
  .section-works-job .section-header {
    margin-bottom: 45px;
  }
  .section-works-job .col {
    margin-bottom: 30px;
  }

  .section-works-facility .col {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-works-flow .works-flow .col {
    margin-bottom: 15px;
  }
  .section-works-flow .works-flow .flow-box {
    padding: 20px 10px 10px;
    font-size: 12px;
    line-height: 1.8;
    min-height: 200px;
  }
  .section-works-flow .works-flow .flow-box .title {
    font-size: 14px;
  }
  .section-works-flow .works-flow .flow-box .img {
    bottom: 20px;
  }
  .section-works-flow .works-flow .flow-box .img img {
    width: 100px;
  }
}
@media only screen and (max-width: 374px) {
  .section-works-flow .works-flow .flow-box {
    font-size: 10px;
  }
}
@media print, (min-width: 768px) {
  .section-contact {
    padding-top: 50px;
  }
  .section-contact .section-header {
    margin-bottom: 47px;
  }
  .section-contact .block-title .title-text {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */


/* 改行
 * ----------------------------------------------- */
.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}


/* ----------------------------------------------- *
 * Margin / Padding
 * ----------------------------------------------- */
.mgT5 {
	margin-top: 5px;
}
.mgT10 {
	margin-top: 10px;
}
.mgT20 {
	margin-top: 20px;
}
.mgT25 {
	margin-top: 25px;
}
.mgT30 {
	margin-top: 30px;
}
.mgT40 {
	margin-top: 40px;
}
.mgT50 {
	margin-top: 50px;
}
.mgT60 {
	margin-top: 60px;
}
.mgT70 {
	margin-top: 70px;
}
.mgT80 {
	margin-top: 80px;
}
.mgT90 {
	margin-top: 90px;
}
.mgT100 {
	margin-top: 100px;
}
.mgT120 {
	margin-top: 120px;
}
.mgT130 {
	margin-top: 130px;
}
.mgB10 {
	margin-bottom: 10px;
}
.mgB20 {
	margin-bottom: 20px;
}
.mgB25 {
	margin-bottom: 25px;
}
.mgB30 {
	margin-bottom: 30px;
}
.mgB40 {
	margin-bottom: 40px;
}
.mgB50 {
	margin-bottom: 50px;
}
.mgB60 {
	margin-bottom: 60px;
}
.mgB70 {
	margin-bottom: 70px;
}
.mgB80 {
	margin-bottom: 80px;
}
.mgB90 {
	margin-bottom: 90px;
}
.mgB100 {
	margin-bottom: 100px;
}
.pdT10 {
	padding-top: 10px;
}
.pdT20 {
	padding-top: 20px;
}
.pdT25 {
	padding-top: 25px;
}
.pdT30 {
	padding-top: 30px;
}
.pdT40 {
	padding-top: 40px;
}
.pdT50 {
	padding-top: 50px;
}
.pdT60 {
	padding-top: 60px;
}
.pdT70 {
	padding-top: 70px;
}
.pdT80 {
	padding-top: 80px;
}
.pdT90 {
	padding-top: 90px;
}
.pdT100 {
	padding-top: 100px;
}
.pdB10 {
	padding-bottom: 10px;
}
.pdB20 {
	padding-bottom: 20px;
}
.pdB25 {
	padding-bottom: 25px;
}
.pdB30 {
	padding-bottom: 30px;
}
.pdB40 {
	padding-bottom: 40px;
}
.pdB50 {
	padding-bottom: 50px;
}
.pdB60 {
	padding-bottom: 60px;
}
.pdB70 {
	padding-bottom: 70px;
}
.pdB80 {
	padding-bottom: 80px;
}
.pdB90 {
	padding-bottom: 90px;
}
.pdB100 {
	padding-bottom: 100px;
}


/* 202209追加
 * ----------------------------------------------- */

.list.disclosure {
  margin-bottom: 20px;
}
.list-sec {
  margin: 10px 0 20px 40px;
}
.list-sec li {
  list-style: square;
}
.list-sec .none {
  list-style: none;
}
.list-third {
  padding-bottom: 20px;
}
.list-third li {
  list-style: disc;
  margin-left: 20px;
  font-size: 13px;
}
#conditions .section-content h4.disclosure {
  color: #018a4e;
  font-size: 16px;
  font-weight: bold;
}


/* 202302追加：報告書の追加
 * ----------------------------------------------- */

#conditions .section-content .report {
  margin: 10px 0 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#conditions .section-content .report .box {
  margin-bottom: 80px;
  width: 47%;
}
#conditions .section-content .report .ttl {
  color: #fff;
  background: #1ea821;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px;
  margin-bottom: 20px;
}
#conditions .section-content .report .txt {
  font-size: 16px;
  line-height: 2.2;
  position: relative;
  border-bottom: dotted 1px #bbb;
  padding: 5px 0 0;
}
#conditions .section-content .report .txt.pdf::after {
  content: url("../img/common/icon_pdf.png");
  display: inline-block;
  vertical-align: middle;
/*  vertical-align: text-top;*/
  transform: scale(0.9);
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
	#conditions .section-content .report .box {
	  width: 100%;
	}
}
