@charset "UTF-8";
/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

hr {
  color: inherit;
  height: 0;
  overflow: visible; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

iframe {
  border-style: none; }

input {
  border-radius: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

[disabled] {
  cursor: default; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

/* base ////////////////////////////////////////////////////////////////////////// */
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, section, figure {
  letter-spacing: 0.05em;
  font-feature-settings: "palt"; }

p, ul, ol, li, dl {
  line-height: 1.8em; }

img {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  border: none;
  vertical-align: bottom;
  height: auto; }

body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: #111;
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-all;
  width: 100vw;
  overflow-x: hidden;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal; }
  @media screen and (max-width: 1199px) {
    body {
      padding: 0px 0px 0px 0px; } }

body.fixed {
  position: fixed; }

a {
  transition: 0.2s;
  color: #0066cc; }
  a:hover {
    text-decoration: none; }

.btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btn-more button,
  .btn-more a {
    display: inline-block;
    margin: 0px -14px 0px 0px;
    padding: 0em 2.5em 0px 1.5em;
    min-width: 140px;
    text-align: center;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 46px;
    color: #111;
    text-decoration: none;
    border-color: #111;
    border-style: solid;
    border-width: 1px;
    border-radius: 22px; }
    .btn-more button:hover,
    .btn-more a:hover {
      background-color: #fff; }
  .btn-more figure {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px; }
    .btn-more figure img {
      margin: 0px;
      padding: 0px; }

.date {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal; }

.phone-number:before {
  display: inline-block;
  vertical-align: top;
  font-family: 'Material Symbols Rounded';
  font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  content: "\e0b0"; }

.btn-contact a {
  display: block;
  padding: 1em;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  background-color: #337649;
  border-color: #337649;
  border-style: solid;
  border-width: 2px; }
  .btn-contact a:before {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 1px 6px 0px 0px;
    font-family: 'Material Symbols Rounded';
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    content: "\e158";
    font-size: 20px; }
  .btn-contact a:hover {
    color: #337649;
    background-color: #fff; }

a.btn-more {
  display: block;
  margin: auto;
  padding: 11px 0em;
  max-width: 140px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #337649;
  text-decoration: none;
  background-color: #fff;
  border-color: #337649;
  border-style: solid;
  border-width: 1px;
  border-radius: 18px; }
  a.btn-more:hover {
    color: #fff;
    background-color: #337649; }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* HEADER //////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1280px) {
  header {
    position: sticky;
    z-index: 100;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    header a {
      text-decoration: none; }

  .header-logo {
    margin: 0px 0px 0px 2vw;
    text-align: center; }
    .header-logo a {
      font-family: hiragino-mincho-pron, sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #111;
      font-size: 22px;
      line-height: 22px; }
      .header-logo a span {
        display: block;
        padding: 4px 0px 0px 0px;
        font-family: hiragino-kaku-gothic-pron, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 12px;
        line-height: 12px; }
      .header-logo a:hover {
        color: #777; }

  .global-toggle {
    display: none; }

  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .global-nav-menu {
    margin: 0px 1em;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .global-nav-menu li {
      margin: 1em;
      font-size: 14px; }
      .global-nav-menu li a {
        color: #111; }
        .global-nav-menu li a:hover {
          color: #777; }

  .global-nav-address-box {
    margin: 0px 20px 0px 0px;
    text-align: center; }
    .global-nav-address-box .global-nav-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0px 10px 6px;
      font-size: 18px;
      line-height: 1em;
      color: #337649;
      border-color: #ccc;
      border-style: solid;
      border-width: 0px 0px 1px;
      font-family: hiragino-kaku-gothic-pron, sans-serif;
      font-weight: 600;
      font-style: normal; }
      .global-nav-address-box .global-nav-phone:before {
        margin: 3px 0px 0px 0px;
        font-family: 'Material Symbols Rounded';
        font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        content: "\e0b0"; }
    .global-nav-address-box .global-nav-address {
      padding: 8px 10px 0px;
      font-size: 12px;
      line-height: 1em; }

  .global-nav-contact-btn a {
    display: block;
    padding: 1em;
    color: #fff;
    background-color: #337649;
    border-color: #337649;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    font-size: 12px;
    line-height: 1em; }
    .global-nav-contact-btn a:before {
      display: block;
      margin: 0px 0px 12px;
      font-size: 24px;
      font-family: 'Material Symbols Rounded';
      font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
      content: "\e158"; }
    .global-nav-contact-btn a:hover {
      color: #337649;
      background-color: #fff; } }
@media screen and (max-width: 1279px) {
  header {
    position: sticky;
    z-index: 100;
    width: 100%;
    height: 50px; }
    header a {
      text-decoration: none; }

  .header-logo {
    padding: 0px 0px 0px 2vw;
    text-align: center; }
    .header-logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #111;
      font-size: 20px;
      line-height: 48px;
      font-family: hiragino-mincho-pron, sans-serif;
      font-weight: 300;
      font-style: normal; } }
    @media screen and (max-width: 1279px) and (max-width: 399px) {
      .header-logo a {
        font-size: 18px; } }
@media screen and (max-width: 1279px) {
      .header-logo a span {
        margin: 0px 0.5em;
        font-family: hiragino-kaku-gothic-pron, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 12px;
        line-height: 1.4em; }
      .header-logo a:hover {
        color: #777; }

  .global-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px 0px 200px 0px;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background-color: rgba(238, 238, 238, 0.96); }

  .global-nav-menu {
    list-style: none;
    margin: 0px 0px 2em; }
    .global-nav-menu li {
      border-color: #ccc;
      border-style: solid;
      border-width: 0px 0px 1px; }
      .global-nav-menu li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1em 1em;
        color: #111; }
        .global-nav-menu li a:after {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          width: 1em;
          font-size: 24px;
          font-family: 'Material Symbols Rounded';
          font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
          content: "\e5cc"; }
        .global-nav-menu li a:hover {
          background-color: white; }

  .global-nav-address-box {
    margin: 0px auto 2em;
    text-align: center; }
    .global-nav-address-box .global-nav-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0px 10px 8px;
      font-size: 20px;
      line-height: 1em;
      color: #337649;
      border-color: #ccc;
      border-style: solid;
      border-width: 0px 0px 0px; }
      .global-nav-address-box .global-nav-phone:before {
        margin: 3px 0px 0px 0px;
        font-family: 'Material Symbols Rounded';
        font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        content: "\e0b0"; }
    .global-nav-address-box .global-nav-address {
      padding: 8px 10px 8px;
      font-size: 14px;
      line-height: 1em; }

  .global-nav-contact-btn {
    margin: auto;
    width: 80%;
    max-width: 360px; }
    .global-nav-contact-btn a {
      display: block;
      padding: 1em;
      color: #fff;
      background-color: #337649;
      border-color: #337649;
      border-style: solid;
      border-width: 2px;
      text-align: center;
      font-size: 16px;
      line-height: 1em; }
      .global-nav-contact-btn a:before {
        display: block;
        margin: 0px 0px 16px;
        font-size: 28px;
        font-family: 'Material Symbols Rounded';
        font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        content: "\e158"; }
      .global-nav-contact-btn a:hover {
        color: #337649;
        background-color: #fff; } }
/* menu -------------------------------------------------------------- */
@media screen and (max-width: 1279px) {
  .global-toggle {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 160;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-color: #337649; }

  .global-toggle:before {
    display: block;
    font-size: 24px;
    font-family: 'Material Symbols Rounded';
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    content: "\e5d2";
    line-height: 30px; }

  .global-toggle:after {
    display: block;
    content: "MENU";
    font-size: 9px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal; }

  .global-toggle.active:before {
    display: block;
    font-family: 'Material Symbols Rounded';
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    content: ""; }

  .global-toggle.active:after {
    display: block;
    content: "CLOSE"; } }
/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* Footer-info ------------------------------- */
.f-info-wrap {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0px 0px 0px; }
  @media screen and (min-width: 1200px) {
    .f-info-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.f-info-box1 {
  font-size: 14px; }
  .f-info-box1 .f-info-area {
    padding: 2em 0px; }
    .f-info-box1 .f-info-area p {
      margin: 0px 0px 0.5em;
      font-family: hiragino-kaku-gothic-pron, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 14px; }
    .f-info-box1 .f-info-area dt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1em 0.5em;
      border-color: #111;
      border-style: solid;
      border-width: 0px 0px 1px; }
      .f-info-box1 .f-info-area dt:after {
        font-family: 'Material Symbols Rounded';
        font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        content: "\e313";
        font-size: 28px; }
      .f-info-box1 .f-info-area dt.active {
        background-color: #f6f6f6; }
        .f-info-box1 .f-info-area dt.active:after {
          content: "\e316"; }
    .f-info-box1 .f-info-area dd {
      display: none;
      padding: 1em 1em 2em; }
  @media screen and (min-width: 1200px) {
    .f-info-box1 {
      padding: 4vw;
      width: 65%; } }
  @media screen and (max-width: 1199px) {
    .f-info-box1 {
      padding: 4vw; } }
  @media screen and (max-width: 799px) {
    .f-info-box1 {
      padding: 4em 4vw; } }

.f-info-box2 {
  color: #fff;
  background-color: #337649;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .f-info-box2 {
      padding: 0vw;
      width: 35%;
      display: flex;
      /* Flexboxを有効にする */
      justify-content: center;
      /* 水平方向中央揃え */
      align-items: center;
      /* 垂直方向中央揃え */ } }
  @media screen and (max-width: 1199px) {
    .f-info-box2 {
      padding: 4vw; } }
  @media screen and (max-width: 799px) {
    .f-info-box2 {
      padding: 4em 4vw; } }

.f-info-btn {
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 0px 0px; }
  .f-info-btn:last-child {
    border-width: 0px; }
  .f-info-btn a {
    display: block;
    margin: 10px auto;
    padding: 1em;
    width: 280px;
    color: #fff;
    background-color: #337649;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    line-height: 30px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-align: center; }
    .f-info-btn a:before {
      display: inline-block;
      vertical-align: top;
      padding: 0px 4px 0px 0px;
      font-family: 'Material Symbols Rounded';
      font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
      font-size: 26px;
      line-height: 30px; }
    .f-info-btn a:hover {
      color: #337649;
      background-color: #fff; }
  .f-info-btn.f-info-btn-phone a:before {
    content: "\e0b0"; }
  .f-info-btn.f-info-btn-contact a:before {
    content: "\e158"; }

/* Footer ------------------------------- */
footer {
  padding: 4vw 2vw;
  background-color: #245A43;
  color: #fff; }
  footer a {
    color: #fff; }
  @media screen and (min-width: 1200px) {
    footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.f-corp-info-box h2,
.f-corp-info-box p,
.f-corp-info-box ul,
.f-corp-info-box li {
  display: inline-block;
  font-size: 14px; }
.f-corp-info-box h2 {
  margin: 0px 0.5em; }
.f-corp-info-box p {
  margin: 0px 0.5em; }
.f-corp-info-box ul {
  margin: 0px 0.5em; }
.f-corp-info-box li {
  margin: 0px 0em; }
  .f-corp-info-box li:after {
    padding: 0px 0.5em;
    content: "/"; }
  .f-corp-info-box li:last-child:after {
    padding: 0px;
    content: ""; }
@media screen and (max-width: 1199px) {
  .f-corp-info-box {
    text-align: center; } }
@media screen and (max-width: 1024px) {
  .f-corp-info-box h2,
  .f-corp-info-box p,
  .f-corp-info-box ul,
  .f-corp-info-box li {
    display: block; }
  .f-corp-info-box h2 {
    margin: 2em 1em 1em; }
  .f-corp-info-box li:after {
    padding: 0px;
    content: ""; } }

.copy {
  font-size: 13px; }
  @media screen and (max-width: 1199px) {
    .copy {
      padding: 3em 0px;
      text-align: center; } }

@media screen and (min-width: 1200px) {
  .f-fixed-btn-wrap {
    display: none; } }
@media screen and (max-width: 1199px) {
  .f-fixed-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0px; } }

.f-fixed-btn {
  border-color: #fff;
  border-style: solid;
  border-width: 0px 1px 0px 0px; }
  .f-fixed-btn:last-child {
    border-width: 0px; }
  .f-fixed-btn a {
    display: block;
    padding: 4px 12px;
    color: #fff;
    background-color: #337649;
    border-color: #337649;
    border-style: solid;
    border-width: 2px;
    font-size: 11px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-align: center; }
    .f-fixed-btn a:before {
      display: block;
      padding: 2px;
      font-family: 'Material Symbols Rounded';
      font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
      font-size: 26px; }
    .f-fixed-btn a:hover {
      color: #337649;
      background-color: #fff; }
  .f-fixed-btn.f-fixed-btn-phone a:before {
    content: "\e7ba"; }
  @media screen and (min-width: 500px) {
    .f-fixed-btn.f-fixed-btn-phone {
      display: none; } }
  .f-fixed-btn.f-fixed-btn-contact a:before {
    content: "\e158"; }

.pagetop-btn {
  z-index: 100;
  position: fixed;
  right: 40px;
  bottom: 40px; }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
@media screen and (min-width: 1200px) {
  .home-main-wrap {
    position: relative;
    width: 100vw;
    height: 80vh; } }

.home-main-slide .swiper-wrapper {
  width: 100%; }
.home-main-slide .home-slide-box {
  width: 100%; }
@media screen and (min-width: 1200px) {
  .home-main-slide {
    position: absolute;
    left: 0;
    width: 78vw;
    height: 100%; }
    .home-main-slide figure {
      width: 100%; }
      .home-main-slide figure img {
        width: 100%;
        height: 80vh;
        object-fit: cover; } }
@media screen and (max-width: 1199px) {
  .home-main-slide {
    width: 100vw; }
    .home-main-slide figure {
      width: 100%; }
      .home-main-slide figure img {
        width: 100%;
        object-fit: cover; } }

.home-main-cont {
  text-align: center; }
  .home-main-cont h2 {
    margin: 0px 0px 1em;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px; }
  .home-main-cont h3 {
    margin: 0px 0px 1em;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px; }
  .home-main-cont ul {
    list-style: none; }
    .home-main-cont ul li {
      font-size: 15px; }
      .home-main-cont ul li a {
        display: block;
        margin: 0px 0px 10px;
        padding: 0.5em;
        color: #fff;
        text-decoration: none;
        background-color: #449762;
        border-color: #449762;
        border-style: solid;
        border-width: 2px; }
        .home-main-cont ul li a:hover {
          color: #449762;
          background-color: #fff; }
  @media screen and (min-width: 1200px) {
    .home-main-cont {
      z-index: 1;
      position: absolute;
      top: 20%;
      right: 0;
      padding: 4vw;
      width: 30%;
      min-width: 360px;
      background-color: #fff;
      border-color: #ccc;
      border-style: solid;
      border-width: 0px 0px 0px 0px; } }
  @media screen and (max-width: 1199px) {
    .home-main-cont {
      margin: auto;
      padding: 4vw;
      max-width: 480px; } }

/* サービス案内 --------------------------------------------------------------------------------------- */
.home-service-wrap {
  padding: 4vw;
  background-color: #EAF4E4; }

.home-service-intro {
  padding: 0px 0px 2em;
  text-align: center; }
  .home-service-intro h2 {
    margin: 0px 0px 1em;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 2em; }
  .home-service-intro h3 {
    margin: 0px 0px 2em;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px; }
  @media screen and (max-width: 1024px) {
    .home-service-intro {
      text-align: justify; } }

.service-list {
  margin: auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.service-list-box {
  list-style: none;
  width: 25%;
  padding: 1%; }
  .service-list-box a {
    display: block;
    height: 100%;
    background-color: #fff;
    color: #111;
    text-decoration: none; }
    .service-list-box a .service-list-box-cont {
      padding: 1em; }
      .service-list-box a .service-list-box-cont h3 {
        margin: 0px 0px 1em;
        font-size: 16px;
        line-height: 1.4em; }
      .service-list-box a .service-list-box-cont p {
        margin: 0px 0px 1em;
        font-size: 14px; }
    .service-list-box a:hover {
      background-color: #337649;
      color: #fff; }
  @media screen and (max-width: 1024px) {
    .service-list-box {
      width: 50%; } }
  @media screen and (max-width: 599px) {
    .service-list-box {
      width: 100%;
      margin: 0px 0px 5px;
      padding: 0px; }
      .service-list-box a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .service-list-box a figure {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin: 0px 0px 0px 0px;
          width: 100px; }
          .service-list-box a figure img {
            width: 100px;
            height: 100px;
            object-fit: cover; }
        .service-list-box a .service-list-box-cont {
          padding: 10px; }
          .service-list-box a .service-list-box-cont h3 {
            margin: 0px; }
          .service-list-box a .service-list-box-cont p {
            display: none; } }

/* 施工事例 --------------------------------------------------------------------------------------- */
.home-works-wrap {
  padding: 8vw 4vw 10vw; }
  .home-works-wrap h2 {
    margin: 0px 0px 1em;
    text-align: center;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 2em; }

.home-btn-more {
  margin: 2em auto 4em; }
  @media screen and (max-width: 799px) {
    .home-btn-more {
      margin: 1em auto 3em; } }

/* 移設 ///////////////////////////////////////// */
.works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: auto;
  max-width: 1200px; }

.works-list-box {
  width: 33.33333%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3); }
  .works-list-box a {
    display: block;
    padding: 6%;
    color: #111;
    text-decoration: none; }
    .works-list-box a figure figcaption {
      display: block;
      margin: 0.2em 0px;
      font-size: 14px; }
    .works-list-box a:hover {
      background-color: #EAF4E4; }
  @media screen and (max-width: 799px) {
    .works-list-box {
      width: 50%; } }
  @media screen and (max-width: 399px) {
    .works-list-box {
      width: 100%; }
      .works-list-box a {
        padding: 4%; } }

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: auto;
  max-width: 800px; }
  .tag-list li a {
    display: block;
    margin: 4px;
    padding: 11px 1.5em;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    background-color: #C3E8B8;
    border-color: #C3E8B8;
    border-style: solid;
    border-width: 1px;
    border-radius: 18px; }
    .tag-list li a:before {
      content: "#"; }
    .tag-list li a:hover {
      color: #fff;
      border-color: #337649;
      background-color: #337649; }

/* ///////////////////////////////////////// */
/* お知らせ・更新情報 ------------------------------------------------------------------------ */
.home-update-wrap {
  padding: 4vw;
  background-color: #EAF4E4; }
  .home-update-wrap h2 {
    margin: 0px 2em 1em 0px;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 2em; }
  @media screen and (min-width: 1025px) {
    .home-update-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.update-list {
  margin: 0.5em 0px 0px 0px;
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .update-list {
      max-width: 800px; } }

.update-post {
  margin: 0px 0px 2em;
  padding: 0px 0px 2em;
  width: 100%;
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 0px 1px; }
  .update-post dt {
    font-size: 15px; }
  .update-post dd .post-title {
    margin: 0px 0px 1em;
    font-size: 15px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    font-style: normal; }
  .update-post dd p {
    margin: 0px 0px 1em;
    font-size: 15px; }
  @media screen and (min-width: 800px) {
    .update-post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .update-post dt {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 8em; } }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* breadcrumb //////////////////////////////////////////////////////////////////////////// */
.breadcrumb {
  margin: 1em 4vw 3em;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.2em; }
  .breadcrumb li:after {
    padding: 0px 0.5em;
    content: "/"; }
  .breadcrumb li:last-child:after {
    content: ""; }

.page-headline {
  padding: 8vw 4vw;
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 0px 1px;
  text-align: center; }
  .page-headline .page-title {
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 1em; }
    .page-headline .page-title:after {
      display: block;
      content: "";
      margin: 24px auto;
      width: 60px;
      height: 2px;
      background-color: #337649; }
  .page-headline .page-title-eng {
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1em; }
  @media screen and (max-width: 1024px) {
    .page-headline {
      padding: 80px 4vw; } }

article.article-basic {
  margin: auto;
  padding: 80px 4vw 160px;
  max-width: 1080px; }
  @media screen and (max-width: 499px) {
    article.article-basic {
      padding: 60px 4vw 100px; } }

.article-basic-intro {
  margin: auto auto 4em;
  text-align: justify; }
  .article-basic-intro h2 {
    margin: 0px 0px 1em;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px; }
  .article-basic-intro p {
    margin: 0px 0px 1em; }

/* 会社概要 ---------------------------------------------------------------------------------------------- */
article.aboutus {
  margin: auto;
  padding: 80px 4vw 160px;
  max-width: 1080px; }
  @media screen and (max-width: 499px) {
    article.aboutus {
      padding: 60px 4vw 100px; } }

.aboutus-intro {
  margin: auto auto 4em;
  max-width: 800px;
  text-align: justify; }
  .aboutus-intro p {
    margin: 0px 0px 1em; }

.aboutus-data {
  margin: auto auto 4em;
  max-width: 800px;
  text-align: justify; }
  @media screen and (min-width: 600px) {
    .aboutus-data dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 1em 0px;
      border-color: #ccc;
      border-style: solid;
      border-width: 0px 0px 1px; }
    .aboutus-data dt {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 10em; }
    .aboutus-data dd p {
      margin: 0px 0px 1em; }
      .aboutus-data dd p:last-child {
        margin: 0px; } }
  @media screen and (max-width: 599px) {
    .aboutus-data dl {
      padding: 1em 0px;
      border-color: #ccc;
      border-style: solid;
      border-width: 0px 0px 1px; }
    .aboutus-data dt {
      margin: 0px 0px 0.5em;
      font-family: hiragino-kaku-gothic-pron, sans-serif;
      font-weight: 600;
      font-style: normal; }
    .aboutus-data dd p {
      margin: 0px 0px 1em; }
      .aboutus-data dd p:last-child {
        margin: 0px; } }

/* 事業内容 ---------------------------------------------------------------------------------------------- */
.service-box {
  padding: 40px 0px 40px; }
  .service-box h2 {
    margin: 0px 0px 2em;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 20px; }
    .service-box h2 span {
      background-color: #fff;
      padding: 0px 1em 0px 0px; }
    .service-box h2:after {
      display: block;
      content: "";
      margin: -10px 0px 0px 0px;
      width: 100%;
      height: 2px;
      background-color: #337649; }
  .service-box p {
    margin: 0px 0px 1em; }

.service-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .service-photo figure {
    padding: 4px;
    width: 33.33333%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3); }
    .service-photo figure figcaption {
      font-size: 12px; }
  @media screen and (max-width: 799px) {
    .service-photo figure {
      width: 50%; } }
  @media screen and (max-width: 499px) {
    .service-photo figure {
      margin: 0px 0px 4px;
      padding: 0px;
      width: 100%; } }

/* ご依頼から施工までの流れ ------------------------------------------------------------------------- */
.workflow-step-box h3 {
  padding: 10px 20px;
  background-color: #EAF4E4;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px; }
  .workflow-step-box h3 span {
    display: inline-block;
    vertical-align: middle;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    width: 40px; }
.workflow-step-box:after {
  display: block;
  margin: 10px 20px;
  content: "▼";
  color: #999; }
.workflow-step-box:last-child:after {
  margin: 0px;
  content: ""; }

.work-area {
  margin: 6em 0px; }
  .work-area h2 {
    margin: 0px 0px 1em;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    text-align: center; }
    .work-area h2:after {
      display: block;
      content: "";
      margin: 20px auto;
      width: 60px;
      height: 2px;
      background-color: #337649; }
  .work-area dl {
    padding: 2em 0px;
    border-color: #ccc;
    border-style: solid;
    border-width: 0px 0px 1px; }
  .work-area dt {
    margin: 0px 0px 1em;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    font-style: normal; }

/* お客様の声 ------------------------------------------------------------------------- */
.voices dl {
  padding: 3em 0px;
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 0px 1px; }
  .voices dl:first-child {
    padding: 0px 0px 3em; }
.voices dt {
  margin: 0px 0px 1.5em;
  padding: 0.5em 1em;
  width: 14em;
  background-color: #EAF4E4; }

/* よくあるご質問 ------------------------------------------------------------------------- */
.faq dl {
  padding: 0em 0px 2em;
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 0px 0px; }
.faq dt {
  margin: 0px 0px 1.5em;
  padding: 1em;
  background-color: #EAF4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .faq dt:before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0px 0.5em 0px 0px;
    content: "Q.";
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px; }
.faq dd p {
  margin: 0px 0px 1em; }

/* pagination //////////////////////////////////////////////////////////////////////////// */
.pageflow {
  margin: 3em auto 6em;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 36px; }
  .pageflow span.current {
    display: block;
    margin: 4px;
    color: #fff;
    text-align: center;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    background-color: #337649; }
  .pageflow a {
    display: block;
    margin: 4px;
    color: #337649;
    text-decoration: none;
    text-align: center;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    background-color: rgba(51, 118, 73, 0.1); }
    .pageflow a:hover {
      color: #fff;
      background-color: #337649; }

/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
.form {
  margin: 3em auto;
  width: 100%; }
  .form dl {
    margin: 0px 0px 2em; }
    .form dl dt:before {
      display: inline-block;
      vertical-align: middle;
      margin: 0px 0.5em 0px 0px;
      padding: 0.5em;
      font-size: 13px;
      line-height: 13px;
      font-family: hiragino-kaku-gothic-pron, sans-serif;
      font-weight: 300;
      font-style: normal;
      border-radius: 4px;
      border-style: solid;
      border-width: 1px; }
    .form dl dt {
      margin: 0px 0px 0.5em;
      font-family: hiragino-kaku-gothic-pron, sans-serif;
      font-weight: 600;
      font-style: normal; }
    .form dl dd input[type="text"],
    .form dl dd textarea {
      padding: 0.5em;
      width: 100%;
      background-color: #f0f0f0; }
  .form dl.must dt:before {
    content: "必須";
    background-color: tomato;
    color: #fff;
    border-color: tomato; }
  .form dl.option dt:before {
    content: "任意";
    background-color: #fff;
    color: #666;
    border-color: #777; }

.form-btn {
  margin: 0px 0px 10px;
  text-align: center; }
  .form-btn input[type="submit"].submit {
    margin: auto;
    padding: 1em;
    width: 240px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: darkorange;
    border-radius: 4px;
    border-color: darkorange;
    border-style: solid;
    border-width: 2px; }
    .form-btn input[type="submit"].submit:hover {
      color: darkorange;
      background-color: #fff; }
  .form-btn input[type="submit"].back:hover {
    opacity: 0.6; }

.now-template {
  position: fixed;
  z-index: 1000;
  bottom: 60px;
  left: 0px;
  font-size: 12px; }
  @media screen and (max-width: 1024px) {
    .now-template {
      display: none; } }

.user-dashboard {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  left: 0px;
  font-size: 12px; }
  @media screen and (max-width: 1024px) {
    .user-dashboard {
      display: none; } }

.user-edit {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  left: 0px;
  font-size: 12px; }
  @media screen and (max-width: 1024px) {
    .user-edit {
      display: none; } }
