@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */ /*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
}

html {
  color: #222;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 1000px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.u-ib {
  display: inline-block;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 10px #1B7541 solid;
  border-bottom: 0;
}
.c-header .header_logo {
  display: block;
}
.c-header .header_nav {
  color: #999;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.c-header .header_nav a {
  display: block;
  color: #999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .header_nav a.current {
  color: #ED7D31;
}
.c-header .header_nav a.top {
  color: #1B7541;
}
.c-header .header_nav a:hover {
  color: #ED7D31;
  opacity: 1;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  position: relative;
  background: #1B7541;
  border-radius: 24px 24px 0 0;
  width: 100%;
}
.c-footer .nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: right;
  width: 100%;
}
.c-footer .nav_item {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  color: #fff;
}
.c-footer .copyright {
  display: block;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  position: absolute;
}
.c-pagetop a {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2F76B6;
  letter-spacing: 0.05em;
  background: url("../img/common/pagetop.png") top center/cover no-repeat;
}

/* --------------------------------
c-hx
----------------------------------- */
.c-hx01 {
  margin-bottom: 40px;
}
.c-hx01 .en {
  position: relative;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #1B7541;
  text-transform: uppercase;
  font-weight: 400;
}
.c-hx01 .en:before {
  content: "";
  position: absolute;
  display: block;
  background: #ED7D31;
}
.c-hx01 .ja {
  display: block;
  margin-top: -10px;
  padding-left: 2px;
  font-size: 17px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #1B7541;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.c-hx02 {
  font-size: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #1B7541;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.c-hx02 ._marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(237, 125, 49, 0.3)));
  background: linear-gradient(transparent 60%, rgba(237, 125, 49, 0.3) 40%);
}
.c-hx02 .num {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  font-size: 60px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 14px;
  line-height: 1;
}

.c-hx03 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* --------------------------------
c-wrapper
----------------------------------- */
.c-wrapper {
  border: 10px #1B7541 solid;
}

/* --------------------------------
c-pagetitle
----------------------------------- */
.c-pagetitle {
  position: relative;
  color: #fff;
  background: #1B7541;
  border-radius: 24px 24px 0 0;
}
.c-pagetitle:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -48px;
  width: 1px;
  height: 80px;
  background: #ED7D31;
  display: block;
  margin: auto;
  z-index: 1;
}
.c-pagetitle .padding {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-pagetitle_h {
  position: relative;
  z-index: 2;
  text-align: center;
}
.c-pagetitle_h .ja {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.c-pagetitle_h .en {
  display: block;
  letter-spacing: 0.02em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}

/* --------------------------------
c-bg
----------------------------------- */
.c-bg01 {
  background: #F7FAF7;
}

.c-bg02 {
  background: #1B7541;
  color: #fff;
}

/* --------------------------------
c-txt
----------------------------------- */
.c-txt01 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.c-txt01 + .c-txt01 {
  margin-top: 24px;
}
.c-txt01 small {
  font-size: 12px;
}
.c-txt01._fz {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.c-txt01._tac {
  text-align: center;
}

.c-txt02 {
  font-size: 14px;
  line-height: 2;
}
.c-txt02 + .c-txt02 {
  margin-top: 24px;
}
.c-txt02 small {
  font-size: 12px;
}

/* --------------------------------
c-map
----------------------------------- */
.c-map01 {
  width: 100%;
}
.c-map01 iframe {
  width: 100%;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn01 {
  position: relative;
  display: inline-block;
  color: #ED7D31;
  border: 1px solid #ED7D31;
  background: #fff;
  min-width: 180px;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
  z-index: 2;
  -webkit-box-shadow: 2px 2px 0 0 #ED7D31;
          box-shadow: 2px 2px 0 0 #ED7D31;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* --------------------------------
c-link(text)
----------------------------------- */
.c-link01 {
  display: inline-block;
  color: #2F76B6;
  text-decoration: underline;
}

/* --------------------------------
c-list
----------------------------------- */
/* works */
.c-list01 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.c-list01_item {
  width: 260px;
}
.c-list01_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-list01 .thumb {
  border-radius: 12px;
  overflow: hidden;
  width: 260px;
  height: 195px;
}
.c-list01 .thumb img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-list01 .date {
  position: relative;
  display: block;
  margin-top: 8px;
  letter-spacing: 0.08em;
  font-size: 12px;
  text-indent: 24px;
  color: #777;
}
.c-list01 .date:before {
  content: "";
  width: 14px;
  height: 1px;
  background: #1B7541;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.c-list01 .ttl {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 1em;
}

/* dl,dt,dd */
.c-list02 {
  display: block;
  width: 100%;
}
.c-list02 dt, .c-list02 dd {
  display: block;
  width: 100%;
}
.c-list02__item {
  border-bottom: 1px solid #ddd;
}
.c-list02__item:first-of-type {
  border-top: 1px solid #ddd;
}
.c-list02 dt {
  width: 180px;
  color: #777;
}
.c-list02 dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
q-top(home)
----------------------------------- */
.q-top-mv .padding {
  position: relative;
}
.q-top-mv .mv-txt1 {
  color: #1B7541;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.q-top-about .image {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.q-top-about .txt {
  margin-top: 30px;
}
.q-top-our-business .list {
  margin-top: 20px;
  border-radius: 12px;
}
.q-top-our-business .list__item {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  line-height: 1.5;
}
.q-top-our-business .list__item:before {
  content: "";
  display: inline-block;
  background: url("../img/common/list_icon.png") top center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}
.q-top-our-business .list__item + .list__item {
  margin-top: 1em;
}
.q-top-works .c-list01 {
  margin: 40px auto 0;
}
.q-top-service-flow .flow {
  position: relative;
}
.q-top-service-flow .flow:before {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 0;
  background: #fff;
}
.q-top-service-flow .flow__item {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
}
.q-top-service-flow .flow__item + .flow__item {
  margin-top: 20px;
}
.q-top-service-flow .flow__item._close {
  background: #1B7541;
  color: #fff;
  text-align: center;
}
.q-top-service-flow .flow .c-hx02 {
  border-bottom: 1px solid #ddd;
}
.q-top-service-flow .flow .c-hx03 {
  margin-top: 20px;
}
.q-top-service-flow .flow .mi {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.q-top-service-flow .flow .txt {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.q-top-overview .c-map01 {
  margin-top: 40px;
}
.q-top-overview .c-btn01 {
  max-width: 260px;
}

/* --------------------------------
q-works
----------------------------------- */
.q-works-post {
  background: #1B7541;
}
.q-works-post .inner-block {
  max-width: 100%;
  background: #fff;
  border-radius: 24px 24px 0 0;
}
.q-works-post .post {
  margin: auto;
  max-width: 840px;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  overflow: hidden;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  /*single markup style*/
}
.q-works-post .post__title, .q-works-post .post__main h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #ddd;
}
.q-works-post .post__date {
  text-align: right;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 26px;
}
.q-works-post .post__date span {
  display: inline-block;
  position: relative;
}
.q-works-post .post__date span:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  width: 14px;
  height: 1px;
  display: block;
  background: #1B7541;
}
.q-works-post .post__main p {
  margin-bottom: 20px;
}
.q-works-post .post__main p + .image {
  margin-top: 32px;
}
.q-works-post .post__main .clear {
  clear: both;
  margin: 0 0 32px;
}
.q-works-post .post__main .image {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.q-works-post .post__main .image span {
  margin-top: 6px;
  padding: 1em;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  background: #F7FAF7;
}
.q-works-post .post__main img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.q-works-post .post__main .alignright, .q-works-post .post__main .alignleft {
  display: block;
  width: 100%;
}
.q-works-post .post__main .alignright + .alignleft, .q-works-post .post__main .alignright + .alignright, .q-works-post .post__main .alignleft + .alignleft, .q-works-post .post__main .alignleft + .alignright {
  margin: 0;
}
.q-works-post .post__main .alignright {
  float: right;
  margin: 0 0 32px 30px;
}
.q-works-post .post__main .alignleft {
  float: left;
  margin: 0px 30px 32px 0;
}
.q-works-post .post__main .aligncenter {
  display: block;
  margin: 0 auto 32px;
}
.q-works-post .post__main a:not([target=_blank]) {
  text-decoration: underline;
  color: #2F76B6;
}
.q-works-post .post__main a[target=_blank] {
  color: #999;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}
.q-works-post .post__main h1, .q-works-post .post__main h2, .q-works-post .post__main h3, .q-works-post .post__main h4, .q-works-post .post__main h5, .q-works-post .post__main h6 {
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 32px 0 12px;
}
.q-works-post .post__main h2 {
  padding-left: 16px;
  font-size: 24px;
  border-left: 1px solid #1B7541;
}
.q-works-post .post__main h3 {
  padding: 6px 16px;
  font-size: 20px;
  background: #F7FAF7;
}
.q-works-post .post__main h4 {
  padding-left: 16px;
  font-size: 18px;
  color: #1B7541;
  position: relative;
}
.q-works-post .post__main h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 2px;
  display: block;
  background: #1B7541;
}
.q-works-post .post__main h5, .q-works-post .post__main h6 {
  font-size: 16px;
  color: #1B7541;
}
.q-works-post .post__main table {
  margin-bottom: 32px;
}
.q-works-post .post__main th, .q-works-post .post__main td {
  padding: 10px;
  border: 1px solid #ddd;
}
.q-works-post .post__main th {
  font-weight: bold;
  background: #F7FAF7;
}
.q-works-post .post__main ul, .q-works-post .post__main ol {
  padding-left: 1.3em;
  margin-bottom: 32px;
}
.q-works-post .post__main ul li, .q-works-post .post__main ol li {
  margin-bottom: 10px;
  line-height: 1.4;
}
.q-works-post .post__main ul li {
  list-style-type: disc;
}
.q-works-post .post__main ol li {
  list-style-type: decimal;
}

.q-works-archive {
  background: #fff;
}
.q-works-archive .inner-block {
  max-width: 100%;
}
.q-works-archive .padding {
  padding: 40px 0 100px;
}
.q-works-archive .post__archive {
  margin: auto;
  max-width: 840px;
}
.q-works-archive .c-hx01 {
  text-align: center;
  margin-bottom: 20px;
}
.q-works-archive .c-hx01 .en:before {
  content: none;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 769px) {
  a:hover {
    opacity: 0.5;
  }
  main {
    margin-top: 100px;
    margin-top: 90px;
  }
  .inner-block {
    margin: 0 auto;
  }
  #wrapper {
    min-width: 1000px;
  }
  .u-sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header {
    min-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-header .header_logo {
    margin-left: 20px;
    width: 160px;
    height: 68px;
  }
  .c-header .header_nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 64px;
    gap: 0 48px;
  }
  .c-header .toggle_btn {
    display: none !important;
  }
  .c-footer .padding {
    padding: 40px 70px 20px;
  }
  .c-footer .nav_list {
    gap: 48px;
    text-align: right;
  }
  .c-footer .copyright {
    margin-top: 26px;
    text-align: right;
  }
  .c-pagetop {
    right: 10px;
    top: -120px;
  }
  .c-pagetop a {
    padding-left: 22px;
    padding-top: 62px;
    width: 120px;
    height: 104px;
  }
  .c-hx01 .en {
    font-size: 60px;
  }
  .c-hx01 .en:before {
    left: -100px;
    top: 36px;
    width: 80px;
    height: 1px;
  }
  .c-pagetitle .padding {
    padding: 64px 0;
  }
  .c-pagetitle_h .en {
    font-size: 72px;
  }
  .c-map01 iframe {
    aspect-ratio: 47/18;
  }
  .c-btn01:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 0 #ED7D31;
            box-shadow: 0 0 0 0 #ED7D31;
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  .c-link01:hover {
    color: #F9C158;
    text-decoration: underline;
    opacity: 1;
  }
  .c-list01_link:hover {
    opacity: 1;
  }
  .c-list01_link:hover .thumb img {
    opacity: 0.5;
  }
  .c-list01_link:hover .ttl {
    color: #1B7541;
  }
  .c-list01 .thumb {
    background: #1B7541;
  }
  .c-list02__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    min-height: 60px;
    padding: 0 20px;
  }
  .c-list02 dd {
    gap: 20px;
  }
  .q-top-mv .padding {
    padding: 0;
    height: 700px;
  }
  .q-top-mv .mv-txt1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    font-size: 90px;
    line-height: 1.933;
    padding-top: 50px;
  }
  .q-top-mv .mv-txt2 {
    position: absolute;
    bottom: 80px;
    right: 140px;
  }
  .q-top-mv .mv-image {
    position: absolute;
    margin: auto;
    top: 10px;
    right: 0;
    width: 600px;
  }
  .q-top-about .padding {
    padding: 80px 0;
    text-align: center;
  }
  .q-top-our-business .padding {
    padding: 100px 0 0 100px;
  }
  .q-top-our-business .list {
    padding: 40px;
  }
  .q-top-works .padding {
    padding: 100px 0 100px 100px;
  }
  .q-top-service-flow .padding {
    padding: 80px 0 80px 100px;
  }
  .q-top-service-flow .flow:before {
    left: 32px;
  }
  .q-top-service-flow .flow__item {
    padding: 10px 20px 28px 20px;
  }
  .q-top-service-flow .flow .c-hx02 {
    margin-bottom: 0;
  }
  .q-top-service-flow .flow .c-hx03, .q-top-service-flow .flow .c-txt02 {
    padding-left: 80px;
  }
  .q-top-service-flow .flow .c-txt02 {
    margin-top: 12px;
  }
  .q-top-service-flow .flow .mi {
    font-size: 36px;
    line-height: 2;
  }
  .q-top-overview .padding {
    padding: 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .q-top-overview .c-hx01, .q-top-overview .c-list02 {
    padding-left: 100px;
  }
  .q-works-post .padding {
    padding: 90px 0 0;
  }
  .q-works-post .post {
    padding-bottom: 100px;
  }
  .q-works-post .post__main .alignright, .q-works-post .post__main .alignleft {
    max-width: 405px;
  }
  .q-works-post .post__main a:not([target=_blank]):hover {
    color: #ED7D31;
    text-decoration: underline;
    opacity: 1;
  }
  .q-works-post .post__main a[target=_blank]:hover {
    color: #ED7D31;
    text-decoration: underline;
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  main {
    margin-top: 90px;
    margin-top: 80px;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .inner-block {
    padding: 0 20px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 16px !important;
  }
  .u-pc {
    display: none !important;
  }
  .c-header {
    padding: 8px 0 6px 5px;
  }
  .c-header .header_logo {
    margin: auto;
    width: 160px;
    height: 68px;
  }
  .c-header .toggle_btn {
    position: fixed;
    top: 24px;
    right: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  .c-header .toggle_btn_label {
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .c-header .toggle_btn .toggle_btn_label > span,
.c-header .toggle_btn .toggle_btn_label > span:before,
.c-header .toggle_btn .toggle_btn_label > span:after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #1B7541;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .toggle_btn .toggle_btn_label > span:before {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .c-header .toggle_btn .toggle_btn_label > span:after {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  .c-header .toggle_btn #toggle_btn_chk:checked + .toggle_btn_label > span {
    background: transparent;
  }
  .c-header .toggle_btn #toggle_btn_chk:checked + .toggle_btn_label > span:before {
    bottom: 0;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-header .toggle_btn #toggle_btn_chk:checked + .toggle_btn_label > span:after {
    top: 0;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-header .toggle_btn .toggle_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 100;
    background: transparent;
    opacity: 0.95;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .toggle_btn .toggle_content ul {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-header .toggle_btn .toggle_content li {
    padding: 10px 0;
    text-align: center;
  }
  .c-header .toggle_btn .toggle_content li + li {
    border-top: 0;
  }
  .c-header .toggle_btn .toggle_content a {
    display: block;
    width: 100%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 12px 20px;
    position: relative;
  }
  .c-header .toggle_btn #toggle_btn_chk:checked ~ .toggle_content {
    left: 0;
    background-color: #1B7541;
  }
  .c-footer .padding {
    padding: 40px 20px 20px;
    width: auto;
    text-align: center;
  }
  .c-footer .nav_list {
    gap: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .c-footer .copyright {
    margin-top: 48px;
    text-align: center;
  }
  .c-pagetop {
    right: 10px;
    top: -100px;
  }
  .c-pagetop a {
    padding-top: 48px;
    padding-left: 8px;
    width: 100px;
    height: 86px;
  }
  .c-hx01 .en {
    font-size: 48px;
    text-align: center;
  }
  .c-hx01 .en:before {
    left: 0;
    right: 0;
    margin: auto;
    top: -80px;
    width: 1px;
    height: 60px;
  }
  .c-hx01 .ja {
    margin-top: -2px;
    text-align: center;
  }
  .c-pagetitle .padding {
    padding: 56px 0;
  }
  .c-pagetitle_h .en {
    font-size: 48px;
  }
  .c-map01 iframe {
    aspect-ratio: 4/3;
  }
  .c-list01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
  .c-list02__item {
    padding: 14px 0;
  }
  .c-list02 dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .q-top-mv .padding {
    padding: 20px 0 80px;
    min-height: calc(100vh - 90px);
  }
  .q-top-mv .mv-txt1 {
    font-size: 72px;
    line-height: 1.6;
    padding-top: 36px;
    text-align: center;
  }
  .q-top-mv .mv-txt2 {
    text-align: center;
  }
  .q-top-mv .mv-image {
    width: 100%;
    margin: 20px auto;
  }
  .q-top-about .padding {
    padding: 80px 0;
  }
  .q-top-our-business .padding {
    padding: 80px 0;
  }
  .q-top-our-business .list {
    padding: 20px;
  }
  .q-top-works .padding {
    padding: 80px 0;
  }
  .q-top-service-flow .padding {
    padding: 80px 0;
  }
  .q-top-service-flow .flow:before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .q-top-service-flow .flow__item {
    padding: 20px;
  }
  .q-top-service-flow .flow .c-hx02 {
    text-align: center;
    padding-bottom: 10px;
  }
  .q-top-service-flow .flow .c-hx02 .num {
    display: block;
  }
  .q-top-service-flow .flow .c-txt02 {
    margin-top: 8px;
  }
  .q-top-service-flow .flow .mi {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .q-top-overview .padding {
    padding: 80px 0 120px;
  }
  .q-works-post .padding {
    padding: 80px 0 0;
  }
  .q-works-post .post {
    padding-bottom: 60px;
  }
  .q-works-post .post__main .alignright, .q-works-post .post__main .alignleft {
    float: none;
    margin: 0 auto 32px;
  }
  .q-works-post .post__main .aligncenter {
    float: none;
  }
}
/*# sourceMappingURL=style.css.map */