@charset "UTF-8";
body, html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #000;
  -webkit-text-size-adjust: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media all and (max-width: 749px) {
  body, html {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.76;
  font-weight: normal;
  font-size: 1rem;
}

html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b, strong, th {
  font-weight: normal;
}

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

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea, select, button {
  font-size: 1rem;
}

button, input[type=submit], input[type=reset], input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
}

/*select::-ms-expand {
	display: none;
}*/
input[type=text], input[type=email], input[type=tel], input[type=search], textarea {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9C9EA0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9C9EA0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9C9EA0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9C9EA0;
}

input::placeholder, textarea::placeholder {
  color: #9C9EA0;
}

button, input[type=submit], input[type=reset], input[type=button] {
  padding: 0;
  cursor: pointer;
  display: inline-block;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  vertical-align: top;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:focus {
  outline: none;
}

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

@media all and (max-width: 749px) {
  .drawer-nav {
    position: fixed;
    z-index: 900;
    width: 100%;
    top: 58px;
    right: 0;
    height: calc(100vh - 58px);
    height: calc(100dvh - 58px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    background: #008700;
    backdrop-filter: blur(20.45px);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  }
  .drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #drawer-overlay {
    background-color: transparent;
    position: fixed;
    z-index: 750;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
  }
  .drawer-opened {
    overflow: auto;
  }
  .drawer-opened #drawer-overlay {
    display: block;
  }
  .drawer-opened .drawer-nav {
    pointer-events: auto;
    opacity: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
body.drawer-opened {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0;
  line-height: 1.7;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232 !important;
}

.required_icon {
  display: inline-block;
  width: 32px;
  height: 19px;
  border-radius: 2px;
  background: #B99527;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: center;
  margin-left: 10px;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
  display: block;
  width: 100%;
  background: #EAEAEA;
  border: none;
  padding: 15px;
  border-radius: 0;
}

input[type=text], input[type=email], input[type=tel], input[type=password] {
  height: 50px;
}

input[type=file] {
  font-size: 13px;
}

textarea {
  height: 224px;
  resize: vertical;
  padding: 15px;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: url(/img/common/body_bg_01.webp) center top repeat-y;
  background-attachment: fixed;
  background-size: 100% auto;
  color: #000;
}
@media all and (max-width: 749px) {
  body {
    background-image: url(/img/common/body_bg_01_sp.webp);
  }
}

a {
  text-decoration: none;
  color: #008700;
}

#top {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

@media all and (max-width: 749px) {
  html {
    scroll-padding-top: 20px;
  }
  .hide_sp {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .hide_pc {
    display: none;
  }
}
#contents {
  position: relative;
  z-index: 700;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  padding: 22px 25px;
  height: 113px;
  -webkit-transition: height 0.3s ease-out, background-color 0.3s ease-out;
  transition: height 0.3s ease-out, background-color 0.3s ease-out;
}
.header_logo img {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media all and (max-width: 749px) {
  .header {
    height: 58px;
    padding: 13px 10px;
  }
  .header_logo {
    position: relative;
    z-index: 40;
  }
  .header_logo img {
    width: 182px;
    height: 35px;
  }
  .header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
  }
}
@media screen and (min-width: 750px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  .header_logo {
    width: min(357px, 25%);
    min-width: 250px;
  }
  .header.scrolled {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 10px -9px 40px -9px rgba(0, 0, 26, 0.1);
            box-shadow: 10px -9px 40px -9px rgba(0, 0, 26, 0.1);
    height: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header.scrolled .header_logo {
    max-width: 280px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1219px) {
  .header {
    gap: 3vw;
    padding-left: 20px;
    margin-right: 15px;
  }
}

.gnav {
  position: relative;
  z-index: 10;
}
.gnav a {
  display: block;
}
.gnav_menu a {
  font-weight: 700;
  display: block;
}
@media all and (max-width: 749px) {
  .gnav a {
    color: #fff;
  }
  .gnav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100% - 80px);
    font-size: 16px;
    text-align: center;
  }
  .gnav_menu a {
    padding: min(15px, 2vh) 18px;
  }
  .gnav_menu li:not(:last-child) {
    margin-bottom: min(20px, 2.5vh);
  }
  .gnav_menu_privacypolicy {
    font-size: 13px;
  }
}
@media (max-width: 749px) and (max-height: 670px) {
  .gnav a {
    padding: 5px 18px;
  }
}
@media screen and (min-width: 750px) {
  .gnav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .gnav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px 36px;
  }
  .gnav_menu a {
    color: #000;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .gnav_menu a:hover {
    color: #008700;
  }
  .gnav_contact {
    width: 128px;
    min-width: 120px;
  }
  .gnav_contact_btn {
    display: block;
    font-weight: 700;
    text-align: center;
    background-color: #008700;
    color: #fff !important;
    border-radius: 40px;
    padding-bottom: 1px;
    line-height: 39px;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .gnav_contact_btn:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 750px) and (max-width: 1219px) {
  .gnav_inner {
    gap: 2vw;
  }
  .gnav_menu {
    width: 100%;
    gap: 0 20px;
  }
}

@media all and (max-width: 749px) {
  .drawer-toggle {
    height: 38px;
    width: 38px;
    position: fixed;
    top: 10px;
    right: 10px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 910;
    border-radius: 50%;
    background: #008700;
  }
  .drawer-toggle span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 11px;
    height: 2px;
    background: #fff;
    width: 16px;
  }
  .drawer-toggle span:nth-of-type(1) {
    top: 14px;
  }
  .drawer-toggle span:nth-of-type(2) {
    top: 22px;
  }
  .drawer-toggle.opened {
    background: #008700;
  }
  .drawer-toggle.opened span:nth-of-type(1) {
    rotate: 45deg;
    top: 18px;
  }
  .drawer-toggle.opened span:nth-of-type(2) {
    rotate: -45deg;
    top: 18px;
  }
}
@media screen and (min-width: 750px) {
  .drawer-toggle {
    display: none;
  }
}

@media all and (max-width: 749px) {
  .drawer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .drawer-opened {
    background-color: #fff;
  }
  .drawer-opened .header {
    background: transparent;
  }
  .drawer-opened .header::after {
    background: rgb(255, 255, 255);
  }
}
.badge_contact {
  position: fixed;
  width: 468px;
  height: 80px;
  z-index: 800;
  border-radius: 6px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
}
.badge_contact .badge_title {
  margin-right: 15px;
  color: #008700;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
.badge_contact .badge_title span {
  display: inline-block;
  font-size: 12px;
}
.badge_contact .badge_fukidashi {
  position: absolute;
  top: -13px;
  left: -41px;
  width: 64px;
  height: 64px;
  background: url(/img/common/badge_contact_fukidashi.svg) center top no-repeat;
  background-size: contain;
  font-size: 1px;
  color: transparent;
}
.badge_contact .badge_btn_line {
  margin-right: 5px;
  gap: 10px;
}
.badge_contact .badge_btn_line::before {
  content: "";
  display: block;
  width: 25px;
  height: 23px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 8.092C21 3.63068 16.2895 0 10.5 0C4.71046 0 0 3.63068 0 8.092C0 12.0924 3.73472 15.4424 8.78164 16.0745C9.12291 16.1452 9.58915 16.289 9.70691 16.5651C9.81266 16.8161 9.77661 17.2109 9.74056 17.4665C9.74056 17.4665 9.61799 18.1693 9.59155 18.32C9.54589 18.571 9.38006 19.3058 10.5 18.8585C11.6199 18.4112 16.5467 15.4766 18.7505 13.0691C20.2718 11.4853 21.0024 9.87653 21.0024 8.092H21ZM6.79652 10.4721C6.79652 10.5794 6.7052 10.6661 6.59224 10.6661H3.65061C3.59533 10.6661 3.54726 10.6456 3.50881 10.6113C3.50881 10.6113 3.50881 10.6113 3.50641 10.6091C3.50641 10.6091 3.50641 10.6091 3.50401 10.6068C3.46796 10.5725 3.44633 10.5246 3.44633 10.4721V6.12719C3.44633 6.01994 3.53765 5.93322 3.65061 5.93322H4.38601C4.49897 5.93322 4.5903 6.01994 4.5903 6.12719V9.57759H6.59224C6.7052 9.57759 6.79652 9.6643 6.79652 9.77156V10.4699V10.4721ZM8.57015 10.4744C8.57015 10.5817 8.47883 10.6684 8.36587 10.6684H7.63046C7.51751 10.6684 7.42618 10.5817 7.42618 10.4744V6.12947C7.42618 6.02222 7.51751 5.9355 7.63046 5.9355H8.36587C8.47883 5.9355 8.57015 6.02222 8.57015 6.12947V10.4744ZM13.6411 10.4744C13.6411 10.5817 13.5498 10.6684 13.4368 10.6684H12.7014C12.6822 10.6684 12.6654 10.6661 12.6485 10.6615C12.6485 10.6615 12.6485 10.6615 12.6461 10.6615C12.6413 10.6615 12.6365 10.6593 12.6317 10.657C12.6317 10.657 12.6269 10.657 12.6245 10.657C12.6221 10.657 12.6173 10.6547 12.6149 10.6524C12.6125 10.6524 12.6077 10.6501 12.6053 10.6479C12.6053 10.6479 12.6005 10.6479 12.6005 10.6456C12.5957 10.6456 12.5909 10.641 12.5885 10.6387C12.5692 10.625 12.55 10.6113 12.5356 10.5908L10.4375 7.89803V10.479C10.4375 10.5862 10.3462 10.673 10.2332 10.673H9.49783C9.38487 10.673 9.29354 10.5862 9.29354 10.479V6.13404C9.29354 6.02678 9.38487 5.94007 9.49783 5.94007H10.2332C10.2332 5.94007 10.238 5.94007 10.2404 5.94007C10.2453 5.94007 10.2477 5.94007 10.2501 5.94007C10.2549 5.94007 10.2573 5.94007 10.2597 5.94007C10.2621 5.94007 10.2645 5.94007 10.2693 5.94007C10.2741 5.94007 10.2765 5.94007 10.2813 5.94235C10.2837 5.94235 10.2861 5.94235 10.2885 5.94235C10.2933 5.94235 10.2957 5.94463 10.3005 5.94691C10.3005 5.94691 10.3053 5.94691 10.3077 5.94691C10.3125 5.94691 10.3149 5.9492 10.3198 5.95148C10.3198 5.95148 10.3246 5.95148 10.327 5.95376C10.3318 5.95376 10.3342 5.95832 10.339 5.96061C10.339 5.96061 10.3438 5.96061 10.3462 5.96517C10.351 5.96517 10.3534 5.96973 10.3558 5.97202C10.3558 5.97202 10.3606 5.9743 10.3606 5.97658C10.3654 5.97886 10.3678 5.98114 10.3726 5.98571C10.3726 5.98571 10.375 5.98571 10.3774 5.98799C10.3822 5.99255 10.3846 5.99484 10.3894 5.9994C10.3943 6.00625 10.4015 6.01309 10.4063 6.01994L12.5019 8.70814V6.12719C12.5019 6.01994 12.5933 5.93322 12.7062 5.93322H13.4416C13.5546 5.93322 13.6459 6.01994 13.6459 6.12719V10.4721L13.6411 10.4744ZM17.7075 6.82777C17.7075 6.93502 17.6162 7.02174 17.5032 7.02174H15.5013V7.75655H17.5032C17.6162 7.75655 17.7075 7.84326 17.7075 7.95052V8.64881C17.7075 8.75607 17.6162 8.84278 17.5032 8.84278H15.5013V9.57759H17.5032C17.6162 9.57759 17.7075 9.6643 17.7075 9.77156V10.4699C17.7075 10.5771 17.6162 10.6638 17.5032 10.6638H14.5616C14.5063 10.6638 14.4558 10.6433 14.4198 10.6091C14.4198 10.6091 14.4198 10.6091 14.4174 10.6068C14.4174 10.6068 14.4174 10.6068 14.415 10.6045C14.3789 10.5703 14.3573 10.5223 14.3573 10.4699V6.12491C14.3573 6.07242 14.3789 6.0245 14.415 5.99027C14.415 5.99027 14.415 5.99027 14.4174 5.98571C14.4534 5.95148 14.5039 5.93094 14.5592 5.93094H17.5008C17.6138 5.93094 17.7051 6.01766 17.7051 6.12491V6.8232L17.7075 6.82777Z" fill="white"/></svg>') center center no-repeat;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  margin-left: -7px;
  margin-top: 5px;
}
@media all and (max-width: 749px) {
  .badge_contact {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    max-width: 400px;
    height: 60px;
    border-radius: 1.5267175573vw 1.5267175573vw 0 0;
    padding: 0 10px;
  }
  .badge_contact .btn_01 {
    height: 40px;
    width: auto;
    padding: 0 min(15px, 3.8167938931vw);
    font-size: min(12px, 3.0534351145vw);
    white-space: nowrap;
  }
  .badge_contact .badge_title {
    margin-top: 1px;
    margin-right: min(10px, 2.5445292621vw);
    font-size: min(13px, 3.3078880407vw);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .badge_contact .badge_title span {
    font-size: min(10px, 2.5445292621vw);
  }
  .badge_contact .badge_fukidashi {
    top: auto;
    bottom: 36px;
    left: min(10px, 2.5445292621vw);
    width: 29.7709923664vw;
    max-width: 117px;
    height: 10.941475827vw;
    max-height: 43px;
    background-image: url(/img/common/badge_contact_fukidashi_sp.svg);
  }
  .badge_contact .badge_btn_line {
    gap: min(6px, 1.5267175573vw);
    margin-right: min(5px, 1.272264631vw);
  }
  .badge_contact .badge_btn_line::before {
    width: min(21px, 5.3435114504vw);
    height: min(19px, 4.834605598vw);
    margin-left: min(-5px, -1.272264631vw);
    margin-top: min(3px, 0.7633587786vw);
  }
}
@media screen and (min-width: 750px) {
  .badge_contact {
    bottom: 25px;
    right: 25px;
  }
  .badge_contact .badge_title span {
    display: block;
    text-align: center;
  }
}

.footer_contact {
  position: relative;
  max-width: 792px;
  margin: 0 auto;
  padding: 35px 30px 30px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #008700;
  color: #fff;
}
.footer_contact_title {
  margin-bottom: 10px;
  padding-right: 0.5em;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
}
.footer_contact_copy {
  margin-bottom: 20px;
  text-align: center;
}
.footer_contact_LINE {
  text-align: center;
  margin-bottom: 26px;
  line-height: 1.83;
}
.footer_contact_LINE_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 468px;
  height: 80px;
  border-radius: 56px;
  padding-right: 37px;
  margin: 0 auto 10px;
  background: #FFF;
  color: #008700;
  font-size: 16px;
  font-weight: 700;
}
.footer_contact_LINE_btn::before {
  content: "";
  position: relative;
  top: 2px;
  display: block;
  width: 25px;
  height: 23px;
  background: url(../img/common/icon_line_green.svg) center center no-repeat;
  background-size: contain;
}
.footer_contact_form {
  text-align: center;
}
.footer_contact_form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 468px;
  height: 80px;
  border-radius: 56px;
  padding-right: 37px;
  margin: 0 auto 10px;
  background: #9C9EA0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.footer_contact_or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.footer_contact_or::before, .footer_contact_or::after {
  content: "";
  display: block;
  width: calc(50% - 25px);
  height: 0;
  border-top: 0.5px solid rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 749px) {
  .footer_contact {
    margin: 0 15px;
    padding: 20px 10px 15px;
    border-radius: 10px;
  }
  .footer_contact_title {
    font-size: 16px;
    letter-spacing: 0.3em;
    margin-right: 0.3em;
    margin-bottom: 4px;
  }
  .footer_contact_copy {
    margin-bottom: 20px;
  }
  .footer_contact_LINE {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .footer_contact_LINE_btn {
    gap: 7px;
    height: 50px;
    padding-right: 32px;
    font-size: 14px;
  }
  .footer_contact_or {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .footer_contact_form_btn {
    gap: 7px;
    height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 392px) {
  .footer_contact_title {
    letter-spacing: 0;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
}
@media screen and (min-width: 750px) {
  .footer_contact_LINE_btn {
    border: 0.5px solid #fff;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .footer_contact_LINE_btn::before {
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .footer_contact_LINE_btn:hover {
    background-color: #008700;
    color: #fff;
  }
  .footer_contact_LINE_btn:hover::before {
    background-image: url(../img/common/icon_line_white.svg);
  }
  .footer_contact_form_btn {
    border: 0.5px solid #9C9EA0;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  }
  .footer_contact_form_btn:hover {
    border-color: #fff;
    background-color: #008700;
    color: #fff;
  }
}

.footer_bg_wrap {
  background: url(../img/common/footer_bg.webp) center 100px no-repeat;
  background-size: cover;
}
@media all and (max-width: 749px) {
  .footer_bg_wrap {
    background-image: url(../img/common/footer_bg_sp.webp);
    background-position: center 40px;
  }
}

#pageTop {
  z-index: 760;
  display: block;
  height: 28px;
  width: 22px;
  font-size: 1px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  margin: 30px auto 0;
}
@media all and (max-width: 749px) {
  #pageTop {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 750px) {
  #pageTop:hover {
    opacity: 0.75;
  }
}

.footer {
  position: relative;
  z-index: 750;
  width: 100%;
  padding: 42px 20px 140px;
  color: #B1B1B1;
  line-height: 1.85;
}
.footer a {
  color: #fff;
}
.footer_logo {
  margin-bottom: 25px;
  text-align: center;
}
.footer_address {
  font-size: 13px;
}
.footer_address dt {
  font-weight: 700;
}
.footer_outline {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}
.footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.footer_copyright small {
  font-size: 12px;
}
.footer_copyright .link_privacypolicy {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 1.85;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media all and (max-width: 749px) {
  .footer {
    padding: 30px 15px 110px;
  }
  .footer_logo img {
    width: 200px;
  }
  .footer_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 310px;
    margin: 0 auto;
    font-size: 12px;
  }
  .footer_address dt {
    width: 4.5em;
  }
  .footer_address dd {
    width: calc(100% - 4.5em);
  }
  .footer_outline {
    font-size: 12px;
  }
  .footer_copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }
  .footer_copyright small, .footer_copyright .link_privacypolicy {
    font-size: 11px;
  }
}
@media screen and (max-width: 392px) {
  .footer_copyright small, .footer_copyright .link_privacypolicy {
    font-size: 10px;
  }
}
@media screen and (min-width: 750px) {
  .footer a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer a:hover {
    opacity: 0.75;
  }
  .footer_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer_address dt {
    margin-right: 20px;
  }
  .footer_address dd:not(:last-child) {
    margin-right: 50px;
  }
}
.scroll_fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.scroll_fadein.is-visible {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media all and (max-width: 749px) {
  .inner_01 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 750px) {
  .inner_01 {
    padding-left: 36px;
    padding-right: 36px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.inner_02 {
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
}
.inner_02.__has_padding {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media all and (max-width: 749px) {
  .inner_02.__has_padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 750px) {
  .pc_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 36px;
  }
  .pc_col2_sidenav {
    width: 275px;
    margin-top: 50px;
  }
  .pc_col2_main {
    max-width: 745px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 72px);
  }
}

.list_mark_01 > li {
  margin-left: 1em;
  text-indent: -1em;
}
.list_mark_01 > li::before {
  content: "・";
}

.casestudy_item_link {
  display: block;
  color: #000;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.casestudy_item_photo {
  margin-bottom: 20px;
  padding: 10px;
  background: #FFF;
  -webkit-box-shadow: 4px 6px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 4px 6px 10px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.casestudy_item_photo img {
  width: 100%;
}
.casestudy_item_title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px;
  line-height: 1.6;
}
.casestudy_item_text {
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.casestudy_item_meta {
  padding: 0 10px;
  line-height: 20px;
}
.casestudy_item_ctg {
  display: inline;
  font-size: 13px;
  margin-right: 0.3em;
}
.casestudy_item_ctg li {
  display: inline;
  margin-right: 0.4em;
}
.casestudy_item_ctg a::before {
  content: "#";
}
.casestudy_item_ctg a:hover {
  text-decoration: underline;
}
.casestudy_item_date {
  font-size: 10px;
  color: #A5A5A5;
  font-family: "Roboto", sans-serif;
}
@media all and (max-width: 749px) {
  .casestudy_item_title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .casestudy_item_text {
    margin-bottom: 8px;
  }
  .casestudy_list_item {
    position: relative;
    padding-left: 142px;
    min-height: 89px;
  }
  .casestudy_list_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .casestudy_list_item .casestudy_item_photo {
    width: 128px;
    padding: 4.4px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .casestudy_list_item .casestudy_item_title, .casestudy_list_item .casestudy_item_text, .casestudy_list_item .casestudy_item_meta {
    padding: 0;
  }
}
@media screen and (min-width: 750px) {
  .casestudy_item_link:hover {
    color: #008700;
  }
  .casestudy_item_link:hover figure {
    opacity: 0.75;
  }
  .casestudy_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
    gap: 50px 1.8151815182%;
  }
  .casestudy_list_item {
    max-width: 286px;
  }
}

.wp_post h1 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.34;
}
.wp_post_meta {
  margin-bottom: 23px;
}
.wp_post_content h2, .wp_post_content h3, .wp_post_content h4 {
  font-weight: 600;
  margin-bottom: 2.1428571429rem;
}
.wp_post_content h2 {
  font-size: 18px;
  margin-top: 4.2857142857rem;
}
.wp_post_content h3 {
  font-size: 18px;
}
.wp_post_content hr {
  color: #9C9EA0;
  margin: 30px 0 50px;
  height: 0.5px;
}
.wp_post_content p:not(:last-child), .wp_post_content ul:not(:last-child), .wp_post_content ol:not(:last-child) {
  margin-bottom: 2em;
}
.wp_post_content > figure:not(:last-child) {
  margin-bottom: 2.5em;
}
.wp_post_content iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.wp_post_content .wp-block-embed-youtube .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.wp_post_content video {
  display: block;
  width: 100%;
}
.wp_post_content figcaption {
  font-size: 0.8em;
  color: #008700;
  margin-top: 10px;
}
.wp_post_content b, .wp_post_content strong {
  font-weight: 600;
}
.wp_post_content em {
  font-style: italic;
}
.wp_post_content a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.wp_post_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.wp_post .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px !important;
}
.wp_post .wp-block-gallery figure {
  width: calc(49.932705249% - 25px) !important;
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
}
@media screen and (min-width: 750px) {
  .wp_post_date {
    font-size: 11px;
  }
}
@media all and (max-width: 749px) {
  .wp_post p {
    line-height: 1.76;
  }
  .wp_post hr {
    margin: 25px 0;
  }
  .wp_post h1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .wp_post h2 {
    font-size: 16px;
  }
  .wp_post h3 {
    font-size: 15px;
  }
}

.wp-pagenavi {
  margin-top: 100px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 7px;
  font-family: "Roboto", sans-serif;
}
.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .extend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0;
}
.wp-pagenavi .current {
  font-weight: 700;
  color: #9C9EA0;
  border: 0.5px solid #008700;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  position: relative;
  height: 56px;
  width: 56px;
  overflow: hidden;
  background: #008700;
  color: transparent;
  border-radius: 50%;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (max-width: 749px) {
  .wp-pagenavi {
    margin-top: 68px;
    margin-bottom: 60px;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    height: 44px;
    width: 44px;
  }
  .wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  .wp-pagenavi::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wp-pagenavi .previouspostslink {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 13px;
  }
  .wp-pagenavi .nextpostslink {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 750px) {
  .wp-pagenavi .page:hover {
    text-decoration: underline;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
    opacity: 0.75;
  }
}

.single_pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 120px;
}
@media all and (max-width: 749px) {
  .single_pagenav {
    gap: 20px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 750px) {
  .single_pagenav a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .single_pagenav a:hover {
    opacity: 0.75;
  }
}

#modal-privacypolicy .title_01 {
  font-size: 22px;
  margin-bottom: 50px;
}
#modal-privacypolicy .title_02 {
  margin-bottom: 30px;
}
#modal-privacypolicy .title_02:not(:first-child) {
  margin-top: 50px;
}
#modal-privacypolicy p:not(:last-child) {
  margin-bottom: 2em;
}
@media all and (max-width: 749px) {
  #modal-privacypolicy .title_01 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #modal-privacypolicy .title_01 i {
    font-size: 11px;
  }
  #modal-privacypolicy .title_02 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #modal-privacypolicy .title_02:not(:first-child) {
    margin-top: 30px;
  }
  #modal-privacypolicy .title_02::before {
    height: 25px;
  }
  #modal-privacypolicy p:not(:last-child) {
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 750px) {
  .fade {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .fade:hover {
    opacity: 0.75;
  }
}
.align_center {
  text-align: center;
}

.title_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  font-size: 26px;
  letter-spacing: 0.5em;
  font-weight: 700;
  line-height: 1.75;
}
.title_01 i {
  display: block;
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #008700;
  letter-spacing: 0.15em;
}
.title_01.__center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.title_01.__center span {
  margin-left: 0.5em;
}
.title_01.__case span {
  position: relative;
}
.title_01.__case span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -51px;
  display: block;
  height: 40px;
  width: 36px;
  background: url(../img/common/icon_casestudy_01.svg) center center no-repeat;
}
.title_01.__small {
  font-size: 20px;
}
.title_01.__small i {
  margin-top: 5px;
  font-size: 11px;
}
.title_01.__small span::before {
  top: -3px;
}
@media all and (max-width: 749px) {
  .title_01 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .title_01 i {
    margin-top: 5px;
    font-size: 12px;
  }
  .title_01._small {
    font-size: 18px;
  }
  .title_01._small i {
    margin-top: 3px;
  }
}
@media screen and (min-width: 750px) {
  .title_01.__large {
    margin-bottom: 54px;
    font-size: 29px;
  }
  .title_01.__large i {
    font-size: 16px;
  }
}

.title_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 11px;
  font-size: 20px;
  color: #008700;
  line-height: 1.6;
}
.title_02::before {
  content: "";
  display: block;
  height: 35px;
  width: 4px;
  background-color: #008700;
  border-radius: 5px;
}
@media all and (max-width: 749px) {
  .title_02 {
    font-size: 20px;
  }
}

.title_03 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 749px) {
  .title_03 {
    margin-bottom: 30px;
    font-size: 15px;
  }
}

.icon_arrow_01 {
  display: block;
  position: relative;
  height: 56px;
  width: 56px;
  overflow: hidden;
  background: #008700;
  color: transparent;
  border-radius: 50%;
}
.icon_arrow_01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.icon_arrow_01.__back {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (max-width: 749px) {
  .icon_arrow_01 {
    height: 44px;
    width: 44px;
  }
  .icon_arrow_01::before {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}

span.icon_arrow_01 {
  background-color: #EAEAEA;
}

.arrow_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #008700;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.arrow_01::before {
  content: "";
  display: block;
  width: 16px;
  height: 20.364px;
  margin-right: 10px;
  background: url("../img/common/icon_arrow_01.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.arrow_01.__back::before {
  -webkit-transform: rotate(90deg) scale(-1, 1);
      -ms-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}
@media all and (max-width: 749px) {
  .arrow_01::before {
    width: 14px;
    height: 17.818px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 750px) {
  .arrow_01:hover {
    text-decoration: underline;
  }
}

.ac_trigger {
  cursor: pointer;
}
.ac_trigger_icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 19px;
  width: 19px;
}
.ac_trigger_icon::before, .ac_trigger_icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #008700;
  -webkit-transition: rotate 0.3s ease-out, opacity 0.6s ease-out;
  transition: rotate 0.3s ease-out, opacity 0.6s ease-out;
}
.ac_trigger_icon::after {
  rotate: -90deg;
}

.ac_opened .ac_trigger_icon::after {
  rotate: 0deg;
  opacity: 0;
}

.btn_goto_casestudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #008700;
  border-radius: 80px;
  padding: 0 0 2px;
  height: 50px;
  width: 287px;
  color: #fff;
  text-align: center;
}
.btn_goto_casestudy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% - 7.3em);
  width: 36px;
  height: 40px;
  background: url("../img/common/icon_casestudy_01_white.svg") center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 749px) {
  .btn_goto_casestudy {
    height: 44px;
    font-size: 13px;
  }
  .btn_goto_casestudy::before {
    width: 29px;
    height: 32px;
  }
}
@media screen and (min-width: 750px) {
  .btn_goto_casestudy {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .btn_goto_casestudy:hover {
    opacity: 0.75;
  }
}

.btn_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #008700;
  border-radius: 80px;
  padding: 0 0 2px;
  height: 50px;
  width: 150px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.btn_01.__gray {
  background-color: #9C9EA0;
}
@media screen and (min-width: 750px) {
  .btn_01 {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .btn_01:hover {
    opacity: 0.75;
  }
}

.btn_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  padding: 0 0 2px;
  height: 44px;
  width: 150px;
  border: 0.5px solid #008700;
  color: #008700;
  font-size: 13px;
  text-decoration: none;
}
@media screen and (min-width: 750px) {
  .btn_02 {
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
  }
  .btn_02:hover {
    background-color: #008700;
    color: #fff;
  }
}

input.btn_submit, input.btn_back {
  width: 150px;
  height: 50px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
input.btn_submit {
  background: #008700;
  color: #fff;
}
@media all and (max-width: 749px) {
  input.btn_submit, input.btn_back {
    height: 44px;
    font-size: 14px;
  }
}
@media screen and (min-width: 750px) {
  input.btn_submit {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  input.btn_submit:hover {
    opacity: 0.75;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.en_light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.en_normal {
  font-family: "Roboto", sans-serif;
}

.en_bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.base_address {
  font-size: 13px;
}

.base_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 1em;
  font-size: 13px;
}

@media all and (max-width: 749px) {
  .base_address, .base_number {
    font-size: 12px;
  }
}
.select_01 {
  display: inline-block;
  width: 100%;
  position: relative;
}
.select_01::after {
  content: "";
  z-index: 10;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 10px);
  right: 12px;
  border-style: solid;
  border-color: #008700 transparent transparent transparent;
  border-width: 21px 6px 0px 0px;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.select_01 .archive_dropdown {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 15px 25px 15px 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 2px solid #008700;
  color: #008700;
  font-size: 15px;
  width: 100%;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 750px) {
  .select_01 {
    max-width: 275px;
  }
}

.micromodal {
  display: none;
  z-index: 999999;
  position: relative;
}

.micromodal.is-open {
  display: block;
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(217, 217, 217, 0.9);
  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;
}

.modal_container {
  position: relative;
  padding: 5px;
  background-color: #fff;
  max-width: 1000px;
  height: 90vh;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 8px 12px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 8px 12px 20px 0 rgba(0, 0, 0, 0.12);
}

.modal_inner {
  padding: 50px 45px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal_footer {
  margin-top: 50px;
}

.modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  background: transparent;
  border: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_close::before, .modal_close::after {
  content: "";
  position: absolute;
  background-color: #008700;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
}
.modal_close::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal_close_btn {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  width: 150px;
  background: transparent;
  border: 1px solid #008700;
  color: #008700;
  border-radius: 50px;
}

@media all and (max-width: 749px) {
  .modal_inner {
    padding: 30px 10px 20px 10px;
  }
  .modal_close {
    top: 10px;
    width: 30px;
    height: 30px;
  }
}
/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}/*# sourceMappingURL=common.css.map */