/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/common.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

/*
  タイポグラフィの微調整
  4. アクセシブルなline-heightを追加
  5. テキストのレンダリングを改善
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS P Gothic, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  color: #231814;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/*
  6. メディア要素のデフォルトを改善
*/
input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
}

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

img {
  vertical-align: bottom;
  border-style: none;
  max-width: 100%;
  height: auto;
}

/*
  form用resetCSS
*/
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password] {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
input[type=text].is-invalid,
input[type=number].is-invalid,
input[type=tel].is-invalid,
input[type=email].is-invalid,
input[type=password].is-invalid {
  outline: 1px solid #a40000;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: 1px solid #47885e;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  border-radius: 0;
}
select.is-invalid {
  outline: 1px solid #a40000;
}
select:focus {
  outline: 1px solid #47885e;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}
textarea.is-invalid {
  outline: 1px solid #a40000;
}
textarea:focus {
  outline: 1px solid #47885e;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

button {
  cursor: pointer;
}

.invalid-feedback {
  color: #a40000;
  font-size: 1rem;
  margin-top: 0.2em;
}
@media only screen and (min-width: 768px) {
  .invalid-feedback {
    font-size: 1.2rem;
  }
}

#wpadminbar {
  display: none;
}

/** COMMON
==============================================*/
.inview {
  opacity: 0;
  position: relative;
}
.inview.slideIn {
  top: 60px;
}
.inview.slideIn.bottom {
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(0px, 120px);
}
.inview.slideIn.animate {
  opacity: 1;
  top: 0;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inview.fadeIn.animate {
  opacity: 1;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.masker {
  display: inline-block;
  overflow: hidden;
}
.masker .typo {
  transform: translate(0, 100%);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.masker.animate .typo {
  transform: translate(0, 0%);
}

.inline-block {
  font-size: 0;
}
.inline-block li {
  display: inline-block;
}

a {
  color: #231814;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #231814;
  text-decoration: none;
}
a .alpha {
  opacity: 1;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media only screen and (max-width: 768px) {
  a .alpha {
    transition-duration: 0s;
  }
}
a:hover .alpha {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  a:hover .alpha {
    opacity: 1;
  }
}

.text-center {
  text-align: center;
}

.figure img,
.flex img {
  width: 100%;
}

.tag {
  height: 0;
  overflow: hidden;
}

img.flex {
  width: 100%;
  height: auto;
}
img.full {
  max-width: none;
}
img.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.show-small {
  display: none;
}
@media only screen and (max-width: 768px) {
  .show-small {
    display: inherit;
  }
}

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

@media only screen and (max-width: 768px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.row {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1250px;
}
.row .row {
  padding: 0;
}
.row.nopad {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .row {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .row.sp-nopad {
    padding: 0;
  }
}

.w490 {
  max-width: 540px;
}

.w800 {
  max-width: 850px;
}

.w960 {
  max-width: 1010px;
}

.w1000 {
  max-width: 1050px;
}

.w1040 {
  max-width: 1090px;
}

.w1320 {
  max-width: 1370px;
}

@media only screen and (min-width: 768px) {
  .grid-margin-x-40 {
    margin: 0 -20px;
  }
  .grid-margin-x-40 .cell {
    padding: 0 20px;
  }

  .grid-margin-x-70 {
    margin: 0 -35px;
  }
  .grid-margin-x-70 .cell {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  .grid-margin-x-10 {
    margin: 0 -5px;
  }
  .grid-margin-x-10 .cell {
    padding: 0 5px;
  }
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 9;
}
.pagetop a {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  position: relative;
  background-size: cover;
  width: 114px;
  height: 95px;
}
@media only screen and (max-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 60px;
  }
}

/** SITE HEADER
==============================================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 60px;
  background-color: #47885e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .site-header {
    height: 70px;
    padding: 0 36px;
  }
}

.hamburger-btn {
  width: 44px;
  height: 44px;
  padding: 16.5px 4.5px;
  position: relative;
  z-index: 2;
}
.hamburger-btn__inner {
  position: relative;
  display: block;
  height: 100%;
}
.hamburger-btn__inner::before, .hamburger-btn__inner::after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #fff;
  border-radius: 1.5px;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-btn__inner::before {
  top: 0;
  width: 100%;
}
.hamburger-btn__inner::after {
  bottom: 0;
  width: 25px;
}
.hamburger-btn.is-open .hamburger-btn__inner::before {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.hamburger-btn.is-open .hamburger-btn__inner::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg);
  width: 100%;
}

.header-padding {
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .header-padding {
    height: 70px;
  }
}

.masthead {
  max-width: 127px;
}
@media only screen and (min-width: 768px) {
  .masthead {
    max-width: 153px;
  }
}
.masthead .brand-name {
  display: block;
}

.globalnav {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1;
  height: 100vh;
  background-color: #47885e;
  color: #fff;
  padding-top: 60px;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.globalnav.is-open {
  transform: translateX(-100%);
}
@media only screen and (min-width: 768px) {
  .globalnav {
    padding-top: 70px;
  }
}
.globalnav .content {
  padding: 40px;
}
@media only screen and (min-width: 768px) {
  .globalnav .content {
    padding: 40px 70px;
  }
}
.globalnav .gnav-list .gnav-item + .gnav-item {
  margin-top: 15px;
}
.globalnav .gnav-item a {
  white-space: nowrap;
  color: #fff;
  font-size: 1.4rem;
  padding: 8px 0;
  display: block;
  transition: opacity 0.2s;
}
.globalnav .gnav-item a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .globalnav .gnav-item a {
    font-size: 1.8rem;
  }
}

.page--top .globalnav .gn-top > a:before {
  opacity: 1;
  visibility: visible;
}

.page--event .globalnav .gn-event > a:before {
  opacity: 1;
  visibility: visible;
}

.page--philosophy .globalnav .gn-philosophy > a:before {
  opacity: 1;
  visibility: visible;
}

.page--service .globalnav .gn-service > a:before {
  opacity: 1;
  visibility: visible;
}

.page--works .globalnav .gn-works > a:before {
  opacity: 1;
  visibility: visible;
}

.page--recruit .globalnav .gn-recruit > a:before {
  opacity: 1;
  visibility: visible;
}

.page--company .globalnav .gn-company > a:before {
  opacity: 1;
  visibility: visible;
}

/** SITER FOOTER
==============================================*/
/** COMMON
==============================================*/
.noscroll {
  overflow: hidden;
}

.wrap {
  background-color: #eef3e3;
  min-height: 100vh;
}

.bg-wht {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 7.5px 7.5px 7.5px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .bg-wht {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 768px) {
  .bg-wht_login {
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }
}

.primary-btn {
  color: #fff;
  background-color: #47885e;
  display: block;
  width: 100%;
  max-width: 235px;
  font-size: 1.5rem;
  border-radius: 5px;
  text-align: center;
  padding: 1.15rem 1.5rem;
  box-shadow: 7.5px 7.5px 7.5px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .primary-btn {
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
  }
  .primary-btn:hover {
    transform: translate(0, 5px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
}
.primary-btn:hover {
  color: #fff;
}

.js-effect-btn {
  overflow: hidden;
  position: relative;
}
.js-effect-btn .effect-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 200%;
  padding-top: 200%;
  pointer-events: none;
}
.js-effect-btn .effect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: scale(0.2, 0.2);
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.js-effect-btn .effect_small {
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.rounded-btn {
  padding: 8.2px 10px;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .rounded-btn:hover {
    color: #fff;
  }
}
.rounded-btn_blk {
  background-color: #262626;
}
.rounded-btn_blk.is-open {
  background-color: #fff;
  color: #262626;
  border-color: #d9d9d9;
}

.back-btn {
  font-size: 0.9rem;
  position: relative;
  background-color: #262626;
  color: #fff;
  padding: 6px 10px 6px 30px;
  display: inline-block;
  width: 100%;
  max-width: 80px;
  text-align: center;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .back-btn {
    font-size: 1.4rem;
    max-width: 120px;
    padding: 7.4px 15px 7.4px 35px;
    border-radius: 20px;
  }
}
.back-btn:hover {
  color: #fff;
}
.back-btn__arrow {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  z-index: 1;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #515151;
  border-radius: 50%;
}
.back-btn__arrow img {
  width: 10px;
}
@media only screen and (min-width: 768px) {
  .back-btn__arrow {
    width: 30px;
    height: 30px;
  }
  .back-btn__arrow img {
    width: 13px;
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.back-btn:hover .back-btn__arrow img {
  transform: translateX(-3px);
}

.quotation-data {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .quotation-data {
    display: flex;
    align-items: center;
  }
}
.quotation-data__num {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .quotation-data__num {
    margin-bottom: 0;
    margin-right: 13px;
    font-size: 1.8rem;
  }
}
.quotation-data__label {
  margin-left: 7px;
}
.quotation-data__param {
  font-weight: normal;
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .quotation-data__param {
    font-size: 1.2rem;
  }
}

.wrap .field {
  display: block;
  width: 100%;
  padding: 0 1.6rem;
  height: 4rem;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) {
  .wrap .field {
    height: 6rem;
  }
}

.new-label {
  padding: 4px 7px 4px 10px;
  margin-top: -4px;
  margin-bottom: -4px;
  display: inline-block;
  font-size: 0.8rem;
  background-color: #da294a;
  color: #fff;
  -webkit-clip-path: polygon(6px 0%, 100% 0%, 100% 100%, 6px 100%, 0% 50%);
          clip-path: polygon(6px 0%, 100% 0%, 100% 100%, 6px 100%, 0% 50%);
}

.error {
  color: #a40000;
}
@media only screen and (min-width: 768px) {
  .error {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .error {
    font-size: 1.2rem;
  }
}
.error_req, .error_num {
  display: none;
}
.error_req.is-active, .error_num.is-active {
  display: block;
}

.section-customer-sm .section-content {
  padding: 20px 0 15px;
}
@media only screen and (min-width: 768px) {
  .section-customer-sm .section-content {
    padding: 31px 0 37px;
  }
}
.section-customer-sm .customer {
  display: flex;
  padding-left: 6px;
}
@media only screen and (min-width: 768px) {
  .section-customer-sm .customer {
    padding-left: 11px;
  }
}
.section-customer-sm .customer__img {
  width: 16px;
  padding-top: 1px;
  margin-right: 8px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .section-customer-sm .customer__img {
    padding-top: 4px;
    margin-right: 16px;
    width: 24px;
  }
}
.section-customer-sm .customer__img img {
  display: block;
  width: 100%;
}
.section-customer-sm .customer__body {
  line-height: 1;
}
.section-customer-sm .customer__company {
  margin-bottom: 5px;
}
.section-customer-sm .customer__name {
  font-size: 1.8rem;
  margin-bottom: 8px;
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  .section-customer-sm .customer__name {
    font-size: 3rem;
    margin-bottom: 11px;
  }
}
.section-customer-sm .customer__name::after {
  content: "様";
  margin-left: 0.6rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .section-customer-sm .customer__name::after {
    font-size: 1.6rem;
    margin-left: 1.1rem;
  }
}
.section-customer-sm .customer__address {
  font-size: 0.9rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .section-customer-sm .customer__address {
    font-size: 1.2rem;
  }
}

.modal {
  margin-top: 60px;
  padding-right: 25px;
  padding-bottom: 60px;
  padding-left: 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .modal {
    margin-top: 70px;
    padding-bottom: 70px;
  }
}
.modal.is-open {
  display: flex;
}
.modal[aria-hidden=false] {
  animation: mmfadeIn 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.modal.modal-copy, .modal.modal-message {
  opacity: 0;
  transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.modal.modal-copy.is-show, .modal.modal-message.is-show {
  opacity: 1;
}
.modal .confirm {
  padding: 18px 23px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #8c8c8c;
  box-shadow: 7.5px 7.5px 7.5px rgba(0, 0, 0, 0.2);
}
.modal .confirm__text {
  text-align: center;
}
.modal .confirm .btn-wrap {
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  margin-top: 1.3rem;
}
.modal .confirm .btn {
  background: #f6f8fa;
  border: 0.5px solid #595959;
  min-width: 75px;
  border-radius: 5px;
  padding: 0.42em;
  color: inherit;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .modal .confirm .btn {
    transition: 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media only screen and (min-width: 768px) {
  .modal .confirm .btn:hover {
    opacity: 0.7;
  }
}
.modal .confirm .btn.danger {
  background-color: #a40000;
}
@media only screen and (min-width: 768px) {
  .modal .confirm .btn.danger:hover {
    color: #fff;
    background: #cf222e;
  }
}
.modal .confirm .btn + .btn {
  margin-left: 10px;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-modal-close-copy,
.js-modal-close-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
}

.loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #eef3e3;
}
.loading.is-loaded {
  transition: opacity 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), pointer-events 0ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms, visibility 0ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.loading-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.loading-icon {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transform-origin: center bottom;
}
.loading-icon.icon-01 {
  left: 0;
  width: calc(50/75 * 100%);
}
.loading-icon.icon-02 {
  right: 0;
  width: calc(33/75 * 100%);
}
.loading-icon-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .loading-icon-wrap {
    width: 150px;
    height: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .loading-icon-wrap {
    width: 75px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .loading-text {
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .loading-text {
    max-width: 150px;
  }
}
.loading-text.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 100ms;
  transition: clip-path 100ms;
  transition: clip-path 100ms, -webkit-clip-path 100ms;
}
.loading-text-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .loading-text-wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .loading-text-wrap {
    margin-top: 10px;
  }
}

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