@charset "UTF-8";
/* ==========================================================================
   Vars
   ========================================================================== */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}

/* ==========================================================================
   Foundation
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

#adminBox {
  margin-bottom: 0;
}

html {
  height: -webkit-fill-available;
}

body {
  position: relative;
  width: 100%;
  overflow-y: scroll;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 1.9;
  color: #333;
  background: #F9F9F7;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 16px;
}

body.fixed {
  position: fixed;
  width: 100%;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  line-height: 1.5;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #1C386C;
  transition: .3s ease-out;
}

a img {
  display: inline-block;
  opacity: 1;
  transition: .3s ease-out;
}

a img:hover {
  opacity: .6;
}

a:hover {
  color: #1C386C;
}

.img-fluid {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .img-fluid {
    margin: 0;
  }
}

@media screen and (max-width: 559px) {
  .img-fluid {
    box-sizing: border-box;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

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

.hide-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .hide-sp {
    display: inline-block;
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Footer */
.l-footer {
  padding: 30px 15px;
}

.l-footer-contact-tel {
  display: block;
  padding-bottom: 15px;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .l-footer-contact-tel {
    padding-bottom: 0;
    text-align: right;
  }
}

.l-footer-contact-tel a {
  display: block;
  color: #FFF;
  font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (min-width: 768px) {
  .l-footer-contact-tel a {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.l-footer-contact-tel a small {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0.7;
}

.l-footer-contact-tel a:hover {
  color: #FFF;
  border-bottom-color: transparent;
}

@media screen and (max-width: 767px) {
  .l-footer-contact-tel a {
    display: block;
    margin: 0 auto 5px;
    padding: 10px;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    background: #FFF center right 15px no-repeat;
    color: #333;
    border-radius: 5px;
    transition: background-position .3s ease-out;
    text-align: center;
    font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  }
  .l-footer-contact-tel a:hover {
    color: #333;
    background-position: center right 10px;
  }
}

.l-footer-contact-tel-note {
  font-size: 12px;
  font-size: 0.75rem;
}

.l-footer-contact-wrap {
  background: #6CBB5A;
  text-align: center;
  color: #FFF;
}

.l-footer-contact-wrap .c-col-container {
  padding: 30px 0;
  background: url(../images/common/bg_contact.svg) center right no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .l-footer-contact-wrap .c-col-container {
    padding: 50px 0;
    background-size: contain;
  }
}

.l-footer-contact-head {
  padding-bottom: 10px;
  font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .l-footer-contact-head {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: left;
    padding-bottom: 0;
  }
}

.l-footer-contact-list {
  width: 100%;
  max-width: 256px;
  margin: 10px auto 20px;
  text-align: left;
}

.l-footer-contact-btn {
  display: block;
  margin: 0 auto;
  padding: 10px 10px 10px 0;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
  background: #FFF url(../images/icon/icon_arrow_orange.svg) center right 15px no-repeat;
  color: #333;
  border-radius: 5px;
  transition: background-position .3s ease-out;
  text-align: center;
  font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.l-footer-contact-btn:hover {
  color: #333;
  background-position: center right 10px;
}

.l-footer-wrap {
  padding: 0 0 150px;
  background: url(../images/common/bg_footer.png) center bottom 5px repeat-x;
  background-size: 868px auto;
}

@media screen and (min-width: 768px) {
  .l-footer-wrap {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}

.l-footer-logo {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #6CBB5A;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer-logo {
    text-align: left;
  }
}

.l-footer-logo-txt {
  display: block;
  padding-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666;
  text-align: center;
}

.l-footer-logo-txt img {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .l-footer-logo-txt {
    text-align: left;
  }
}

.l-footer-nav {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .l-footer-nav {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-nav-list {
    padding-top: 0;
    text-align: right;
  }
}

.l-footer-nav-item a {
  display: block;
  padding: 5px 0;
  color: #333;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.l-footer-nav-item a:hover {
  color: #6CBB5A;
}

@media screen and (min-width: 768px) {
  .l-footer-nav-item a {
    padding: 10px 15px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-nav-item {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-nav-item {
    width: calc(50% - 3px);
    display: inline-block;
    box-sizing: border-box;
    border-bottom: 1px solid #F6F6F6;
  }
  .l-footer-nav-item:nth-child(odd) {
    border-right: 1px solid #F6F6F6;
  }
  .l-footer-nav-item:last-child {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-nav {
    padding-bottom: 0;
  }
}

.l-footer-copyright {
  display: block;
  color: #C4C4C4;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer-copyright {
    text-align: left;
  }
}

/* Header */
.l-header {
  position: fixed;
  height: 50px;
  width: 100%;
  z-index: 100;
  top: 0;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .l-header {
    height: 80px;
    position: inherit;
    padding-right: 30px;
    padding-left: 30px;
    background: #F9F9F7;
    border-top: 8px solid #6CBB5A;
    box-sizing: border-box;
  }
}

.l-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 50px;
}

@media screen and (min-width: 1024px) {
  .l-header-wrap {
    height: 72px;
  }
}

.l-header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .l-header-logo {
    padding: 5px 0 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.l-header-logo a {
  display: block;
  margin-right: 15px;
  color: #333 !important;
}

.l-header-logo-img {
  width: 150px;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .l-header-logo-img {
    width: 220px;
  }
}

.l-header-description {
  font-weight: normal;
  font-size: 10px;
  color: #666;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  .l-header-description {
    font-size: 12px;
  }
}

.l-header.clone-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .l-header.clone-nav {
    display: block;
    transition: .5s;
    transform: translateY(-200px);
  }
  .l-header.clone-nav.is-show {
    transform: translateY(0);
  }
}

/* Main */
.l-main-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .l-main-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.l-main-content-img {
  display: block;
  margin-bottom: 15px;
  border-radius: 20px;
}

.l-main-content-img-center {
  display: block;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

.l-main-content-txt {
  padding-bottom: 1rem;
}

.l-main-content-txt-center {
  padding-bottom: 20px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.l-main-content-txt-center a {
  text-decoration: underline;
}

.l-main-content-txt-center a:hover {
  text-decoration: none;
}

.l-main-content-txt.bus {
  margin-left: 1rem;
  padding-left: 40px;
  padding-top: 1rem;
  box-sizing: border-box;
  background: url(../images/icon/icon_bus.svg) center left no-repeat;
}

.l-main-content-txt.car {
  margin-left: 1rem;
  padding-left: 40px;
  padding-top: 1rem;
  box-sizing: border-box;
  background: url(../images/icon/icon_car.svg) center left no-repeat;
}

.l-main-content-txt + h2 {
  margin-top: 40px;
}

.l-main-page {
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .l-main-page {
    padding-bottom: 100px;
  }
}

/* Sidebar */
/* ==========================================================================
   Object
   ========================================================================== */
/* -----------------------------------------------------------------
  Component
----------------------------------------------------------------- */
/* Banner */
.c-banner-wrap {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .c-banner-wrap {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .c-banner-img {
    margin: 0 0 0 auto;
  }
}

/* Button */
.c-btn-inline {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-btn-inline-item {
  width: 100%;
  padding: 0 7px;
}

.c-btn-primary, .c-btn-ghost, .c-btn-contact {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 10px 10px 10px 0;
  background: #FF8A65 url(../images/icon/icon_arrow_yellow.svg) center right 15px no-repeat;
  color: #FFF !important;
  text-align: center;
  transition: .3s ease-in-out;
  font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  white-space: nowrap;
}

.c-btn-primary:hover, .c-btn-ghost:hover, .c-btn-contact:hover {
  color: #FFF !important;
  background-position: center right 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.c-btn-ghost {
  background-color: #FFF;
  border: 2px solid #6CBB5A;
  padding: 8px;
  background-image: url(../images/icon/icon_arrow_orange.svg);
  color: #333 !important;
}

.c-btn-ghost:hover {
  color: #333 !important;
}

.c-btn-contact {
  background-color: #6CBB5A;
}

.c-btn-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  background: #333;
  z-index: 99;
}

.c-btn-top.is-fixed {
  opacity: 1;
}

.c-btn-top img {
  padding-top: 13px;
  transition: .3s ease-out;
}

.c-btn-top:hover img {
  padding-top: 8px;
}

/* Container */
.c-col-row, .c-col-container-fluid .c-col-row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-col-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .c-col-container {
    max-width: 1060px;
  }
}

.c-col-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.c-col-container-fluid .c-col-row-fluid {
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (min-width: 1024px) {
  .c-col-inner {
    display: flex;
    align-items: center;
  }
}

.c-col-inner-last {
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .c-col-inner-last {
    padding-bottom: 0;
  }
}

/* Grid Layout */
.c-col, .c-col-12, .c-col-11, .c-col-10, .c-col-9, .c-col-8, .c-col-7, .c-col-6, .c-col-5, .c-col-4, .c-col-3, .c-col-2, .c-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.c-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.c-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.c-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.c-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.c-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.c-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.c-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.c-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

@media screen and (min-width: 768px) {
  .c-col-md, .c-col-md-12, .c-col-md-11, .c-col-md-10, .c-col-md-9, .c-col-md-8, .c-col-md-7, .c-col-md-6, .c-col-md-5, .c-col-md-4, .c-col-md-3, .c-col-md-2, .c-col-md-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .c-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .c-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .c-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .c-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .c-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .c-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .c-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .c-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

/* Offset */
@media screen and (min-width: 768px) {
  .c-col-offset-1 {
    margin-left: 8.333333%;
  }
  .c-col-offset-2 {
    margin-left: 16.666667%;
  }
  .c-col-offset-3 {
    margin-left: 25%;
  }
}

/* Replace */
@media screen and (min-width: 768px) {
  .c-col-replace-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .c-col-replace-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .c-col-replace-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .c-col-replace-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .c-col-replace-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .c-col-replace-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .c-col-replace-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .c-col-replace-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .c-col-replace-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .c-col-replace-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .c-col-replace-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .c-col-replace-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .c-col-replace-md-12 {
    -ms-flex-order: -12;
    order: 12;
  }
}

/* お問い合わせフォーム */
.p-contact {
  padding-bottom: 80px;
}

.p-contact-step {
  display: flex;
  margin: 40px auto !important;
  padding: 0 !important;
  max-width: 600px;
  position: relative;
  text-align: center;
  font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.p-contact-step li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
  color: #DFDFDF;
}

.p-contact-step li::after {
  background: #DFDFDF;
  content: "";
  width: calc(100% - 40px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 20px);
  top: 18px;
}

.p-contact-step li:first-child::after {
  content: none;
}

.p-contact-step li span {
  background: #DFDFDF;
  font-size: 18px;
  color: #FFF;
  display: inline-block;
  height: 40px;
  margin-bottom: 5px;
  line-height: 40px;
  width: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.p-contact-step li.visited {
  color: #6CBB5A;
  font-weight: bold;
}

.p-contact-step li.visited span {
  background-color: #6CBB5A;
}

.p-contact-input-text, .p-contact-input-textarea {
  width: 100%;
  min-height: 32px;
  padding-right: 8px;
  padding-left: 8px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  vertical-align: middle;
  background: #fbfbfb;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: background-color .2s;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.p-contact-form {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .p-contact-form-group {
    display: flex;
    justify-content: start;
    align-items: stretch;
    padding-right: 15px;
    padding-bottom: 25px !important;
  }
}

.p-contact-form-group input {
  font-size: 16px !important;
  padding: 5px 5px 4px 10px !important;
}

.p-contact-form-group select {
  height: 39px;
  font-size: 16px !important;
  padding: 5px 30px 4px 10px;
}

.p-contact-form-group textarea {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 5px 4px 10px !important;
}

.p-contact-form-group .acms-form-checkbox, .p-contact-form-group .acms-form-radio {
  padding: 5px 0;
}

.p-contact-form-label {
  font-weight: bold;
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-contact-form-label {
    width: 240px;
    padding-top: 4px !important;
  }
}

.p-contact-form-label .label-required {
  float: right;
  margin: 5px 0 0;
  padding: 5px 8px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  background: #333;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-contact-form-label .label-required {
    margin-right: 15px;
  }
}

.p-contact-form-control {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-contact-form-control {
    padding-bottom: 1rem;
  }
}

.p-contact-form-control .error-text {
  color: #c62828;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.p-contact-form-control .error-text.confirm {
  color: #333;
}

.p-contact-form-note {
  font-size: 13px !important;
}

@media screen and (min-width: 768px) {
  .p-contact-form-note {
    text-align: center;
  }
}

/* Entry */
/* Heading */
.c-heading-plain {
  padding-top: 1rem;
  font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .c-heading-plain {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-heading-primary {
  margin-bottom: 20px;
  padding: 1rem 0 1rem 70px;
  background: url(../images/common/mark.png) center left no-repeat;
  background-size: 54px 30px;
  font-weight: normal;
  box-sizing: border-box;
  font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-heading-primary {
    font-size: 32px;
    font-size: 2rem;
  }
}

.c-heading-content {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #D5D5BB;
  font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .c-heading-content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-heading-content:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #6CBB5A;
  bottom: -2px;
  width: 80px;
}

.c-heading-title {
  width: 100%;
  min-height: 160px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px 0 40px 60px;
  line-height: 1.3;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-heading-title {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

.c-heading-title-txt {
  font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 768px) {
  .c-heading-title-txt {
    font-size: 48px;
    font-size: 3rem;
  }
}

.c-heading-title:before {
  content: "";
  width: 160px;
  height: 160px;
  background: #FFF;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Hero */
.c-hero {
  margin-top: 80px;
  background: url(../images/home/bg_hero_sp.png) left -40px top no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .c-hero {
    min-height: 560px;
    margin-top: 50px;
    background-size: 1040px auto;
    background-image: url(../images/home/bg_hero.png);
  }
}

@media screen and (min-width: 560px) and (max-width: 1172px) {
  .c-hero {
    background-size: 80% auto;
  }
}

@media screen and (max-width: 767px) {
  .c-hero-lead {
    padding-top: 300px;
  }
}

@media screen and (min-width: 768px) {
  .c-hero-lead {
    padding-top: 100px;
  }
}

.c-hero-lead img {
  width: 100%;
  max-width: 80%;
  height: auto;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
  .c-hero-lead img {
    width: 102px;
    height: 437px;
  }
}

/* List */
.c-list-content {
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.c-list-content li {
  list-style: disc;
}

.c-list-breadcramb {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .c-list-breadcramb {
    margin-bottom: 0;
  }
}

.c-list-breadcramb-item {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 5px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.c-list-breadcramb-item:after {
  content: ">";
  position: absolute;
  right: 0;
}

.c-list-breadcramb-item:first-child {
  padding: 0 15px 0 0;
}

.c-list-breadcramb-item:last-child:after {
  content: none;
}

.c-list-breadcramb-item a:hover {
  text-decoration: underline;
}

.c-list-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 1rem;
}

.c-list-img img {
  margin-right: 15px;
}

.c-list-img-txt {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .c-list-img {
    margin-bottom: 60px;
    padding-top: 40px;
  }
}

/* グローバルナビ */
.c-nav-cv {
  background: #FF8A65;
  color: #FFF !important;
  transition: .3s ease-out;
}

.c-nav-cv:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #ffc4b2;
}

.c-nav-list-item-tel {
  padding-left: 0;
}

.c-nav-list-item-tel a {
  display: block;
  padding: 6px 0;
  font-size: 28px !important;
  color: #6CBB5A !important;
  line-height: 1.3;
}

.c-nav-list-item-tel a small {
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  color: #666;
  font-size: 16px;
  font-size: 1rem;
}

.c-nav-list-item-tel a:hover {
  color: #FDD900;
  border-bottom-color: transparent !important;
}

@media screen and (min-width: 768px) {
  .c-nav-list-item-tel a:hover {
    color: #333;
  }
}

.c-nav-list-item-tel-note {
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666;
}

@media screen and (min-width: 1024px) {
  .c-nav {
    width: 100%;
    flex: 1;
    min-width: 610px;
  }
  .c-nav-wrap {
    width: 100%;
  }
  .c-nav-btn {
    display: none;
  }
  .c-nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .c-nav-list-item {
    padding: 0 10px;
  }
  .c-nav-list-item a {
    display: block;
    padding: 20px 0 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    color: #333;
    border-bottom: 1px solid transparent;
    text-align: center;
    white-space: nowrap;
  }
  .c-nav-list-item a:hover {
    border-bottom: 1px solid #6CBB5A;
    text-decoration: none;
  }
  .c-nav-list-item a.active {
    border-bottom: 1px solid #6CBB5A;
  }
  .c-nav-list-item.contact a {
    padding: 15px 40px;
    background: url(../images/common/btn_contact.svg) top center no-repeat;
    color: #FFF;
  }
  .c-nav-list-item.contact a:hover {
    color: #FDD900 !important;
    border-bottom-color: transparent;
    box-shadow: none;
  }
  .c-nav-list-item-txt {
    display: block;
    line-height: 1.2;
  }
  .c-nav-list-item-tel {
    padding-top: 0 !important;
  }
  .c-nav-list-item-tel a {
    padding-top: 5px !important;
  }
  .c-nav-list-item-tel-note {
    text-align: right;
  }
}

@media screen and (max-width: 1023px) {
  .c-nav-btn {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
    background: transparent;
    border: none;
    box-sizing: border-box;
    background: #6CBB5A;
  }
  .c-nav-btn:focus {
    outline: 0;
  }
  .c-nav-btn-bar {
    width: 100%;
    max-width: 24px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: #F9F9F7;
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .c-nav-btn-bar:first-child {
    top: 14px;
  }
  .c-nav-btn-bar:nth-child(2) {
    top: 22px;
    opacity: 1;
  }
  .c-nav-btn-bar:nth-child(3) {
    top: 30px;
  }
  .c-nav-btn.active .c-nav-btn-bar:first-child {
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-nav-btn.active .c-nav-btn-bar:nth-child(2) {
    opacity: 0;
  }
  .c-nav-btn.active .c-nav-btn-bar:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .c-nav-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #F9F9F7;
    text-align: center;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s, visibility .5s;
  }
  .c-nav-wrap.open {
    visibility: visible;
    opacity: 1;
  }
  .c-nav-list {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0 30px;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
  }
  .c-nav-list-item {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 1px solid #F6F6F6;
  }
  .c-nav-list-item.contact {
    padding-top: 10px;
    border-bottom: none;
  }
  .c-nav-list-item:first-child {
    border-top: 1px solid #F6F6F6;
  }
  .c-nav-list-item a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    color: #333;
  }
  .c-nav-list-item-txt {
    display: block;
    line-height: 1.3;
  }
  .c-nav-list-item-tel {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    border: 2px solid #6CBB5A;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .c-nav-subnav {
    display: none;
  }
}

/* Summary */
/* Table */
.c-table-content {
  width: 100%;
  border-top: 1px solid #DFDFDF;
  margin-bottom: 10px;
}

.c-table-content th, .c-table-content td {
  box-sizing: border-box;
  text-align: left;
}

.c-table-content th {
  color: #6CBB5A;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-table-content th, .c-table-content td {
    width: 100%;
    display: block;
    padding: 15px;
  }
  .c-table-content td {
    padding-top: 0;
    border-bottom: 1px solid #DFDFDF;
  }
}

@media screen and (min-width: 768px) {
  .c-table-content th, .c-table-content td {
    padding: 15px;
    border-bottom: 1px solid #DFDFDF;
  }
}

/* -----------------------------------------------------------------
   Project
----------------------------------------------------------------- */
/* Recruit */
.p-recruit {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}

.p-recruit-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  max-width: 600px;
  height: auto;
  border-radius: 0 30px 30px 0;
}

@media screen and (min-width: 768px) {
  .p-recruit-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-img {
    width: 70%;
    max-width: 300px;
  }
}

.p-recruit-head {
  text-align: center;
  padding-bottom: 1rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Kosugi Maru',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

@media screen and (min-width: 768px) {
  .p-recruit-head {
    font-size: 32px;
    font-size: 2rem;
    text-align: left;
  }
}

.p-recruit-wrap {
  padding: 150px 0 40px;
  background: url(../images/common/bg_dots.png) center center repeat;
}

@media screen and (min-width: 1024px) {
  .p-recruit-wrap {
    padding: 60px 0;
  }
}

/* -----------------------------------------------------------------
   Utility
----------------------------------------------------------------- */
.u-margin-middle {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .u-margin-middle {
    margin-bottom: 40px;
  }
}
