@charset "UTF-8";
/*==============================
  Reset
==============================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, 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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

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

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/*==============================
  Mixin
==============================*/
/*==============================
  Setting
==============================*/
body {
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 100%;
  color: #363636;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
}

.mincho {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  text-decoration: none;
  transition: 0.15s;
}
a.textlink {
  text-decoration: underline;
  color: #ffd64d;
}
a.textlink:hover {
  color: #ffc401;
}

.container {
  margin: auto;
}

.container-fit {
  max-width: 1232px;
  width: 100%;
  padding: 0 1rem;
  margin: auto;
}

@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 544px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1232px) {
  .container {
    max-width: 1200px;
  }
}
/*==============================
  base
==============================*/
.header .container .title-area h1 {
  font-size: 0.75rem;
  font-weight: 700;
}
.header .container .title-area .site-title a {
  color: #32cd32;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
}

.header-contact {
  display: flex;
}
.header-contact ._tel {
  margin-right: 0.875rem;
  display: flex;
}
.header-contact ._tel > p {
  background: #f52549;
  border-radius: 6px;
  color: #fff;
  width: 48px;
  text-align: center;
  line-height: 1.2;
  padding: 0.25rem;
  margin-right: 0.5rem;
}
.header-contact ._tel > p::after {
  content: "\f3cd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  font-size: 1.875rem;
}
.header-contact ._tel ._number p {
  font-size: 2.375rem;
  line-height: 1.1;
  font-weight: 700;
}
.header-contact ._tel ._number span {
  font-size: 0.875rem;
  text-align: center;
  display: block;
  line-height: 1.5;
}
.header-contact ._form {
  margin-right: 0.5rem;
}
.header-contact ._form a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  font-weight: 700;
  width: 208px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.header-contact ._form a::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  font-size: 1.625rem;
  vertical-align: -4px;
}
.header-contact ._form a:hover {
  background: #ffe280;
}
.header-contact ._line a {
  background: #06C755;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 700;
  width: 208px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.header-contact ._line a::before {
  content: "\f3c0";
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  margin-right: 0.5rem;
  font-size: 1.625rem;
  vertical-align: -4px;
}
.header-contact ._line a:hover {
  background: #07db5d;
}

@media (max-width: 991px) {
  .header {
    padding: 0;
  }
  .header .sp-only {
    background: #32cd32;
    padding: 0.5rem 1rem;
    color: #fff;
    text-align: center;
  }
  .header .container .title-area {
    padding: 1rem 0;
  }
  .header .container .title-area h1 {
    display: none;
  }
  .header .container .title-area p {
    text-align: center;
  }
  .header .container .header-contact {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    border-bottom: solid 4px #32cd32;
  }
  .global-nav {
    display: none;
  }
  .menu-trigger-btn {
    bottom: 5.25rem;
    height: 52px;
    position: fixed;
    right: 1rem;
    width: 52px;
    z-index: 9000;
  }
  .menu-trigger-btn .menu-trigger {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #ffd64d;
    border-radius: 4px;
    border: solid 2px #fff;
    box-shadow: 0 0 8px #ddd;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 54px;
    position: relative;
    transition: all 0.4s;
    width: 54px;
  }
  .menu-trigger-btn .menu-trigger span {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    height: 2px;
    left: 12px;
    position: absolute;
    transition: all 0.4s;
    width: 26px;
  }
  .menu-trigger-btn .menu-trigger span:nth-of-type(1) {
    top: 12px;
  }
  .menu-trigger-btn .menu-trigger span:nth-of-type(2) {
    top: 24px;
  }
  .menu-trigger-btn .menu-trigger span:nth-of-type(3) {
    bottom: 12px;
  }
  .menu-trigger-btn .menu-trigger.active {
    transform: rotate(360deg);
  }
  .menu-trigger-btn .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger-btn .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg);
  }
  .menu-trigger-btn .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
  .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8500;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
  }
  .sp-menu .sp-menu-content {
    background: rgba(255, 255, 255, 0.95);
    width: 304px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 8700;
    overflow-y: auto;
  }
  .sp-menu .sp-menu-content .inner {
    padding: 2rem 1rem 10rem;
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav {
    margin-bottom: 3rem;
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul {
    border-top: dashed 1px #ccc;
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li a {
    display: block;
    border-bottom: dashed 1px #ccc;
    color: #363636;
    font-weight: 700;
    padding: 0.75rem 0.75rem 0.75rem 3rem;
    position: relative;
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #32cd32;
    font-size: 1.375rem;
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    width: 28px;
    text-align: center;
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li a::after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    color: #ccc;
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li .sub-menu {
    border-top: none;
    font-size: 0.9125rem;
    padding-left: 0.75rem;
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li .sub-menu li a::before {
    color: #8c8c8c;
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li:nth-child(1) a::before {
    content: "\e3af";
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li:nth-child(2) a::before {
    content: "\e4cf";
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li:nth-child(3) a::before {
    content: "\f49e";
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li:nth-child(4) a::before {
    content: "\f187";
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li:nth-child(5) a::before {
    content: "\f086";
  }
  .sp-menu .sp-menu-content .inner .sp-global-nav ul li:nth-child(6) a::before {
    content: "\f1ad";
  }
  .sp-menu .sp-menu-content .inner .sp-service-nav p {
    color: #32cd32;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .sp-menu .sp-menu-content .inner .sp-service-nav ul {
    border-top: dashed 1px #ccc;
  }
  .sp-menu .sp-menu-content .inner .sp-service-nav ul li a {
    display: block;
    border-bottom: dashed 1px #ccc;
    color: #363636;
    font-weight: 700;
    padding: 0.75rem;
    position: relative;
  }
  .sp-menu .overlay {
    background: rgba(54, 54, 54, 0.5);
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 8600;
    opacity: 0;
    transition: 0.5s ease-in-out;
    transition-delay: 0.25s;
  }
  .sp-menu.is-open {
    transform: translateX(0);
  }
  .sp-menu.is-open .overlay {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .header .sp-only {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .menu-trigger-btn,
  .sp-menu {
    display: none;
  }
  .global-nav {
    border-top: solid 1px #ccc;
    border-bottom: solid 4px #32cd32;
  }
  .global-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .global-nav ul li {
    width: 33.3333333333%;
  }
  .global-nav ul li a {
    display: block;
    text-align: center;
    color: #363636;
    padding: 0 0.5rem;
    font-weight: 700;
    line-height: 56px;
  }
  .global-nav ul li a:hover {
    background: rgba(255, 214, 77, 0.4);
  }
  .global-nav ul li a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5rem;
    color: #32cd32;
    font-size: 1.375rem;
    vertical-align: -2px;
  }
  .global-nav ul li:nth-child(1) a::before {
    content: "\e3af";
  }
  .global-nav ul li:nth-child(2) a::before {
    content: "\e4cf";
  }
  .global-nav ul li:nth-child(3) a::before {
    content: "\f49e";
  }
  .global-nav ul li:nth-child(4) a::before {
    content: "\f187";
  }
  .global-nav ul li:nth-child(5) a::before {
    content: "\f086";
  }
  .global-nav ul li:nth-child(6) a::before {
    content: "\f1ad";
  }
}
@media (min-width: 992px) {
  .header {
    padding: 1.25rem 0;
  }
  .header .sp-only {
    display: none;
  }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .container .title-area {
    width: 200px;
  }
  .header .container .title-area h1 {
    line-height: 1.5;
  }
  .global-nav ul {
    flex-wrap: nowrap;
  }
  .global-nav ul li {
    width: 100%;
  }
}
@media (min-width: 1232px) {
  .header .container .title-area {
    width: auto;
  }
}
.footer-bn {
  border-top: solid 4px #32cd32;
  padding: 3rem 0;
}
.footer-bn .container ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.footer-bn .container ul li {
  width: 304px;
}

.footer .footer-text {
  background: #32cd32;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 3rem 1rem;
  text-align: center;
}
.footer .footer-content {
  background: url(../images/pw_pattern.png) center top;
}
.footer .footer-content .inner {
  background: rgba(255, 214, 77, 0.2);
  padding: 3rem 0;
}
.footer .footer-content .inner .container .footer-nav {
  margin-bottom: 2rem;
}
.footer .footer-content .inner .container .footer-nav ul li a {
  color: #363636;
}
.footer .footer-content .inner .container .footer-logo {
  text-align: center;
  line-height: 1.3;
}
.footer .footer-content .inner .container .footer-logo ._sub {
  font-weight: 700;
  font-size: 0.875rem;
}
.footer .footer-content .inner .container .footer-logo ._name {
  color: #32cd32;
  font-weight: 700;
  font-size: 2.375rem;
}
.footer .footer-content .inner .container .footer-privacy {
  margin-top: 1rem;
  text-align: center;
}
.footer .footer-content .inner .container .footer-privacy a {
  color: #363636;
}
.footer .copyright {
  background: #32cd32;
  padding: 1.25rem;
  text-align: center;
  color: #fff;
  font-size: 0.8975rem;
}

@media (max-width: 767px) {
  .footer .footer-content .inner .container .footer-nav ul li a {
    display: block;
    border: solid 1px #32cd32;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.75);
    padding: 0.625rem 1rem;
    position: relative;
  }
  .footer .footer-content .inner .container .footer-nav ul li a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
  .footer .footer-content .inner .container .footer-nav ul li + li {
    margin-top: 0.5rem;
  }
}
@media (min-width: 576px) {
  .footer .footer-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .footer .footer-text br {
    display: none;
  }
  .footer .footer-content .inner .container .footer-nav ul {
    display: flex;
    justify-content: center;
  }
  .footer .footer-content .inner .container .footer-nav ul li {
    padding: 0 0.75rem;
  }
  .footer .footer-content .inner .container .footer-nav ul li a {
    font-weight: 700;
  }
  .footer .footer-content .inner .container .footer-nav ul li a:hover {
    color: #696969;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 68px;
  }
  .pc-under-menu {
    display: none;
  }
  .sp-under-menu {
    background: rgba(238, 255, 181, 0.9);
    padding: 0.5rem 0.5rem;
    display: flex;
    justify-content: center;
    z-index: 9900;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sp-under-menu ._phone {
    margin-right: 0.5rem;
  }
  .sp-under-menu ._phone p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .sp-under-menu ._phone p::before {
    content: "\f3cd";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background: #f52549;
    font-size: 1.125rem;
    margin-right: 0.375rem;
    color: #fff;
    padding: 0.375rem;
    vertical-align: 2px;
  }
  .sp-under-menu ._phone span {
    font-size: 0.625rem;
    line-height: 1.5;
    display: block;
    text-align: center;
    text-align: right;
  }
  .sp-under-menu ._form a {
    line-height: 1.25;
    height: 52px;
    width: 100%;
    min-width: 72px;
    font-size: 0.625rem;
    padding-top: 0.125rem;
  }
  .sp-under-menu ._form a::before {
    display: block;
    margin-right: 0;
  }
  .sp-under-menu ._line a {
    line-height: 1.25;
    height: 52px;
    width: 100%;
    min-width: 72px;
    font-size: 0.625rem;
    padding-top: 0.125rem;
  }
  .sp-under-menu ._line a::before {
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 100px;
  }
  .sp-under-menu {
    display: none;
  }
  .pc-under-menu {
    z-index: 9900;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.125rem 0;
    background: rgba(238, 255, 181, 0.9);
  }
  .pc-under-menu .header-contact {
    justify-content: center;
  }
}
.cpn-heading1 {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 3.5rem;
  position: relative;
}
.cpn-heading1 ._name {
  color: #32cd32;
  display: block;
  font-size: 1rem;
}
.cpn-heading1 ._name-en {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cpn-heading1 {
    font-size: 2.25rem;
  }
  .cpn-heading1 ._name {
    font-size: 1.25rem;
  }
}
.cpn-heading1::after {
  display: block;
  background: #32cd32;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.cpn-col-2 {
  padding: 5.5rem 0;
}

@media (max-width: 991px) {
  .cpn-col-2-body {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .cpn-col-2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .cpn-col-2-side {
    width: 240px;
  }
  .cpn-col-2-body {
    width: calc(100% - 3rem - 240px);
  }
}
@media (min-width: 1232px) {
  .cpn-col-2-side {
    width: 280px;
  }
  .cpn-col-2-body {
    width: calc(100% - 3.5rem - 280px);
  }
}
.bread {
  padding: 0.5rem 0;
}
.bread ol {
  list-style-type: none;
  font-size: 0.875rem;
}
.bread ol li {
  display: inline;
  margin-right: 0.25rem;
}
.bread ol li a {
  color: #999;
}
.bread ol li:not(:first-child)::before {
  color: #999;
  content: "/";
  margin-right: 0.375rem;
}

input[type=text],
input[type=email],
input[type=tel] {
  border: solid 1px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  width: 100%;
  line-height: 1.75;
  font-size: 1rem;
}

textarea {
  border: solid 1px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  width: 100%;
  resize: vertical;
}

select {
  border: solid 1px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
}

input[type=checkbox] + span {
  border: solid 1px #bbb;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  display: block;
  color: #ccc;
  transition: 0.15s;
}
input[type=checkbox] + span::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
input[type=checkbox] + span:hover {
  background: rgba(50, 205, 50, 0.15);
}
input[type=checkbox]:checked + span {
  border: solid 1px #32cd32;
  color: #32cd32;
}

input[type=radio] + span {
  border: solid 1px #bbb;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  display: block;
  color: #ccc;
  transition: 0.15s;
}
input[type=radio] + span::before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
input[type=radio] + span:hover {
  background: rgba(50, 205, 50, 0.15);
}
input[type=radio]:checked + span {
  border: solid 1px #32cd32;
  color: #32cd32;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 1rem 0.5rem 0;
}

.form-memo-btm {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #9c9c9c;
  margin-top: 0.5rem;
}

.submit-btn {
  text-align: center;
}
.submit-btn .wpcf7-submit {
  display: block;
  background: #ffd64d;
  cursor: pointer;
  width: 280px;
  text-align: center;
  margin: auto;
  color: #fff;
  line-height: 56px;
}
.submit-btn .wpcf7-submit:disabled {
  background: #ccc;
}

/*==============================
  home
==============================*/
.home-slider {
  margin-top: 2rem;
}
.home-slider .slide-item {
  padding: 0 0.5rem;
}
.home-slider .slide-item img {
  border-radius: 8px;
}
.home-slider .slick-dots {
  bottom: -2rem;
}

@media (max-width: 575px) {
  .home-slider {
    margin-top: 1rem;
  }
}
@media (min-width: 576px) {
  .home-slider .slide-item {
    padding: 0 1.25rem;
  }
  .home-slider .slide-item img {
    border-radius: 16px;
  }
}
.covit-notice {
  padding: 3.5rem 0;
}
.covit-notice .container p {
  max-width: 560px;
  margin: auto;
}
.covit-notice .container p a {
  border: solid 1px #f52549;
  color: #f52549;
  display: block;
  text-align: center;
  padding: 0.875rem;
}
.covit-notice .container p a:hover {
  background: #f52549;
  color: #fff;
}

.home-dw {
  padding: 0 0 5.5rem;
}
.home-dw .container .home-dw-flex figure img {
  border-radius: 6px;
}
.home-dw .container .home-dw-flex .info .text {
  margin-bottom: 1.5rem;
}
.home-dw .container .home-dw-flex .info .text a {
  color: #C17E00;
}
.home-dw .container .home-dw-flex .info .btn a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  margin: auto;
  padding: 0.875rem 1rem;
  font-weight: 700;
  width: 280px;
  position: relative;
}
.home-dw .container .home-dw-flex .info .btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.home-dw .container .home-dw-flex .info .btn a:hover {
  background: #ffe280;
}

.home-service {
  background: url(../images/dot-grid2.jpg) center top;
}
.home-service .inner {
  background: rgba(255, 214, 77, 0.08);
  height: 100%;
  padding: 5.5rem 0;
}
.home-service .inner .container {
  max-width: 1232px;
  padding: 0 1rem;
}
.home-service .inner .container .tab-wrap .home-service-tab li.active {
  position: relative;
}
.home-service .inner .container .tab-wrap .home-service-tab li.active::after {
  background: url(../images/triangle.png);
  width: 50px;
  height: 25px;
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.home-service .inner .container .tab-wrap .home-service-tab li.active a p {
  color: #f52549;
}
.home-service .inner .container .service-list .service-contents {
  margin-bottom: 2.5rem;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #32cd32;
  border-radius: 12px;
  padding: 1.5rem 1rem;
}
.home-service .inner .container .service-list .service-contents .service-contents-wrap {
  margin-bottom: 2rem;
}
.home-service .inner .container .service-list .service-contents .service-contents-wrap figure img {
  border-radius: 6px;
}
.home-service .inner .container .service-list .service-contents .service-contents-wrap .text h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.home-service .inner .container .service-list .service-contents .service-contents-wrap .text h3::first-letter {
  color: #f52549;
  font-size: 1.25em;
}
.home-service .inner .container .service-list .more-btn a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  margin: auto;
  padding: 0.875rem 1rem;
  font-weight: 700;
  width: 280px;
  position: relative;
}
.home-service .inner .container .service-list .more-btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.home-service .inner .container .service-list .more-btn a:hover {
  background: #ffe280;
}

.tab-wrap {
  margin-bottom: 1rem;
}
.tab-wrap .home-service-tab {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-bottom: 3rem;
}
.tab-wrap .home-service-tab li {
  width: 19%;
  position: relative;
}
.tab-wrap .home-service-tab li a {
  color: #363636;
}
.tab-wrap .home-service-tab li a img {
  border-radius: 6px;
}
.tab-wrap .home-service-tab li a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0.5rem;
  font-weight: 700;
  font-feature-settings: "palt";
  border-radius: 0 0 6px 6px;
}

.cpn-reasons-area {
  padding: 5.5rem 0;
}

.reason-list .reasone-box {
  margin-top: 3rem;
  position: relative;
  border-radius: 12px;
}
.reason-list .reasone-box figure {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.reason-list .reasone-box .text {
  border: solid 1px #32cd32;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  padding: 1.25rem 1rem;
  box-shadow: 0 4px 8px #ccc;
}
.reason-list .reasone-box .text h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
.reason-list .reasone-box .text p {
  font-size: 0.875rem;
  text-align: justify;
}
.reason-list .reasone-box ._label {
  background: #32cd32;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-weight: 700;
  width: 136px;
  text-align: center;
  padding: 0.125rem 0.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reason-list .reasone-box ._label em {
  font-size: 1.5em;
  font-style: normal;
  margin-left: 0.25rem;
}

.home-idea {
  background: url(../images/idea-back.jpg) center center;
  background-size: cover;
}
.home-idea .overlay-bk {
  background: rgba(51, 51, 51, 0.8);
  height: 100%;
  padding: 5.5rem 0;
}
.home-idea .overlay-bk p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.cpn-case-area {
  background: url(../images/dot-grid2.jpg) center top;
}
.cpn-case-area .inner {
  background: rgba(255, 214, 77, 0.08);
  height: 100%;
  padding: 5.5rem 0;
}
.cpn-case-area .inner .container .more-btn {
  margin-top: 4rem;
}
.cpn-case-area .inner .container .more-btn a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  margin: auto;
  padding: 0.875rem 1rem;
  font-weight: 700;
  width: 280px;
  position: relative;
}
.cpn-case-area .inner .container .more-btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.cpn-case-area .inner .container .more-btn a:hover {
  background: #ffe280;
}

.case-slide {
  padding-bottom: 1rem;
}

.case-item {
  padding: 0 1rem 0.5rem;
}
.case-item a {
  background: rgba(255, 255, 255, 0.85);
  border: solid 1px #aaa;
  border-radius: 12px;
  color: #363636;
  padding: 1rem;
  display: block;
}
.case-item a figure {
  margin-bottom: 0.75rem;
}
.case-item a .meta ul li {
  display: inline-block;
  margin: 0.375rem 0.25rem 0 0;
  font-size: 0.875rem;
  background: #32cd32;
  border-radius: 4px;
  color: #fff;
  padding: 0 0.75rem;
}
.case-item a .meta h3 {
  font-size: 1.125rem;
  margin: 0.5rem 0;
}
.case-item a .meta-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-item a .meta-btm time::before {
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  content: "\f017";
  margin-right: 0.125rem;
  font-size: 1.125rem;
  vertical-align: -1px;
}
.case-item a .meta-btm p::after {
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  content: "\f101";
}
.case-item a:hover {
  background: rgba(255, 214, 77, 0.1);
}

.sub-service-area {
  border-top: solid 4px #32cd32;
  padding: 5.5rem 0;
}
.sub-service-area .container .sub-service-box .item {
  border: solid 1px #f52549;
  padding: 1.5rem 1rem;
  border-radius: 8px;
}
.sub-service-area .container .sub-service-box .item .text h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.sub-service-area .container .sub-service-box .item .text p {
  font-size: 0.9125rem;
}

.cpn-region-area {
  background: url(../images/region-back.jpg) center center;
  background-size: cover;
}
.cpn-region-area .inner {
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  padding: 5.5rem 0;
}

.region-box {
  display: flex;
}
.region-box .region-info section.p-gifu, .region-box .region-info section.p-mie {
  margin-top: 2.5rem;
}
.region-box .region-info section h3 {
  color: #32cd32;
  font-size: 1.5rem;
}
.region-box .region-info section .region-content {
  border: solid 1px #32cd32;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  font-size: 0.875rem;
  padding: 1rem;
}
.region-box .region-info section .region-content dl {
  display: flex;
  margin-bottom: 1rem;
}
.region-box .region-info section .region-content dl dt {
  flex-basis: 80px;
  font-weight: 700;
}
.region-box .region-info section .region-content dl dd {
  flex-basis: calc(100% - 80px);
}
.region-box .region-info section .region-content .region-list li {
  display: inline-block;
  line-height: 2;
  margin-right: 0.375rem;
}
.region-box .region-info section .region-content .region-list li a {
  color: #363636;
  text-decoration: underline;
}
.region-box .region-info section .region-content .region-list li a:hover {
  color: #ffd64d;
}
.region-box .region-info section .region-content .region-list li:not(:last-child)::after {
  content: "/";
  margin-left: 0.25rem;
}
.region-box .region-info section .region-content .region-memo {
  font-weight: 700;
  margin-top: 1rem;
}

.covit-info-area {
  padding: 5.5rem 0;
}
.covit-info-area .container .covit-box {
  border: solid 1px #f52549;
  border-radius: 8px;
  max-width: 960px;
  margin: auto;
  padding: 1.75rem 1rem;
}
.covit-info-area .container .covit-box h2 {
  color: #f52549;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
}
.covit-info-area .container .covit-box > p {
  margin-bottom: 1.5rem;
  text-align: justify;
}
.covit-info-area .container .covit-box ul {
  background: #eee;
  padding: 0.875rem 0.875rem 0.875rem 1.875rem;
}
.covit-info-area .container .covit-box ul li + li {
  margin-top: 0.5rem;
}

@media (max-width: 991px) {
  .home-service .inner .container .slide-memo {
    font-size: 0.75rem;
    color: #f52549;
    font-weight: 700;
    margin-bottom: 0.375rem;
  }
  .tab-wrap {
    overflow-x: scroll;
  }
  .tab-wrap .home-service-tab {
    width: 135%;
  }
  .sub-service-area .container .sub-service-box .item:nth-child(2) {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .home-dw .container .home-dw-flex figure {
    margin-bottom: 1rem;
  }
  .home-service .inner .container .service-list .service-contents figure {
    margin-bottom: 1rem;
  }
  .home-service .inner .container .service-list .service-contents .text h3 {
    text-align: center;
  }
  .tab-wrap .home-service-tab {
    width: 180%;
  }
  .sub-service-area .container .sub-service-box .item .text {
    margin-top: 1rem;
  }
  .sub-service-area .container .sub-service-box .item .text h3 {
    text-align: center;
  }
  .region-box {
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .tab-wrap .home-service-tab {
    width: 280%;
  }
  .tab-wrap .home-service-tab li a p {
    font-size: 0.9125rem;
  }
  .covit-info-area .container .covit-box ul li {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .home-service .inner .container .service-list .service-contents {
    padding: 3rem;
  }
  .home-idea .overlay-bk p {
    font-size: 1.5rem;
  }
  .region-box .region-info section .region-content {
    padding: 1.5rem;
  }
  .covit-info-area .container .covit-box {
    padding: 2rem;
  }
  .covit-info-area .container .covit-box h2 br {
    display: none;
  }
  .covit-info-area .container .covit-box ul {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .home-dw .container .home-dw-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .home-dw .container .home-dw-flex figure {
    flex-basis: 38%;
  }
  .home-dw .container .home-dw-flex .info {
    flex-basis: 58%;
  }
  .home-service .inner .container .service-list .service-contents .service-contents-wrap {
    display: flex;
    justify-content: space-between;
  }
  .home-service .inner .container .service-list .service-contents .service-contents-wrap figure {
    flex-basis: 38%;
  }
  .home-service .inner .container .service-list .service-contents .service-contents-wrap .text {
    flex-basis: 58%;
  }
  .home-service .inner .container .service-list .service-contents .service-contents-wrap .text h3 {
    font-size: 1.75rem;
  }
  .reason-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reason-list .reasone-box {
    flex-basis: 48%;
  }
  .home-idea .overlay-bk p {
    font-size: 1.675rem;
  }
  .home-idea .overlay-bk p br {
    display: none;
  }
  .region-box {
    justify-content: space-between;
  }
  .region-box figure {
    width: 26%;
  }
  .region-box .region-info {
    width: 70%;
  }
  .region-box .region-info section .region-content {
    padding: 1.75rem;
  }
  .sub-service-area .container .sub-service-box .item {
    display: flex;
    justify-content: space-between;
  }
  .sub-service-area .container .sub-service-box .item figure {
    flex-basis: 25%;
  }
  .sub-service-area .container .sub-service-box .item .text {
    flex-basis: 72%;
  }
}
@media (min-width: 992px) {
  .home-service .inner .container .slide-memo {
    display: none;
  }
  .reason-list .reasone-box {
    flex-basis: 31%;
  }
  .home-idea {
    background-attachment: fixed;
  }
  .sub-service-area .container .sub-service-box .item {
    padding: 1.5rem;
    width: 50%;
    margin: auto;
  }
  .sub-service-area .container .sub-service-box .item figure {
    flex-basis: 30%;
  }
  .sub-service-area .container .sub-service-box .item .text {
    flex-basis: 66%;
  }
  .sub-service-area .container .sub-service-box .item .text p {
    font-size: 0.875rem;
  }
  .cpn-region-area {
    background-attachment: fixed;
  }
  .covit-info-area .container .covit-box {
    padding: 3rem;
  }
  .covit-info-area .container .covit-box > p {
    text-align: center;
  }
  .covit-info-area .container .covit-box ul {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    width: 768px;
    margin: auto;
  }
}
/*==============================
  page
==============================*/
.page-header {
  background: url(../images/page-head-img.jpg) center center;
  background-size: cover;
  height: 240px;
}
.page-header .container {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header .container .head-box {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  padding: 1.5rem 0;
  max-width: 600px;
  width: 100%;
}
.page-header .container .head-box p {
  border-radius: 14px;
  border: solid 1px #999;
  width: 200px;
  margin: 0 auto 0.75rem;
  line-height: 28px;
  text-align: center;
}
.page-header .container .head-box h2 {
  color: #32cd32;
  text-align: center;
  line-height: 1.25;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-header {
    height: 280px;
  }
  .page-header .container {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .page-header .container .head-box h2 {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .page-header .container .head-box h2 {
    font-size: 3.25rem;
  }
}

.page-demolition-work .page-header,
.page-dw-flow .page-header,
.page-dw-faq .page-header {
  background: url(../images/page-head-dw.jpg) center center;
  background-size: cover;
  height: 240px;
}

.service-header {
  background: url(../images/service-head-img.jpg) center center;
  background-size: cover;
  height: 180px;
}
.service-header .container {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-header .container .head-box {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  padding: 1rem 0;
  max-width: 600px;
  width: 100%;
}
.service-header .container .head-box p {
  border-radius: 14px;
  border: solid 1px #999;
  width: 200px;
  margin: 0 auto 0.75rem;
  line-height: 28px;
  text-align: center;
}
.service-header .container .head-box h3 {
  color: #32cd32;
  text-align: center;
  line-height: 1.25;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .service-header {
    height: 224px;
  }
  .service-header .container {
    height: 224px;
  }
}
@media (min-width: 768px) {
  .service-header .container .head-box h3 {
    font-size: 2.5rem;
  }
}

.sevice-overview {
  padding: 5rem 0;
}
.sevice-overview .intro-text {
  text-align: center;
  margin-bottom: 2.5rem;
}
.sevice-overview .tab-wrap {
  padding-bottom: 0.5rem;
}
.sevice-overview .service-intro-nav ul li a {
  display: block;
  background: rgba(255, 214, 77, 0.25);
  border: solid 1px #32cd32;
  border-radius: 8px;
  padding: 0.875rem 1.25rem;
  color: #363636;
  font-weight: 700;
  position: relative;
}
.sevice-overview .service-intro-nav ul li a::after {
  content: "\f309";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

.service-explain {
  padding: 5rem 0;
}
.service-explain .explain-box {
  margin-bottom: 4rem;
}
.service-explain .explain-box .text h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.service-explain .request-box {
  max-width: 960px;
  width: 100%;
  margin: auto;
}
.service-explain .request-box figure img {
  border-radius: 50%;
}
.service-explain .request-box .text {
  border: solid 1px #32cd32;
  border-radius: 12px;
  padding: 1.25rem;
  position: relative;
}
.service-explain .request-box .text p {
  color: #32cd32;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.service-explain .request-box .text ul {
  list-style-type: none;
}
.service-explain .request-box .text ul li {
  position: relative;
  padding-left: 1.5rem;
}
.service-explain .request-box .text ul li + li {
  margin-top: 0.5rem;
}
.service-explain .request-box .text ul li::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  top: -0.125rem;
  left: 0;
  color: #32cd32;
  font-size: 1.125em;
}

.purchase-box {
  background: url(../images/dot-grid2.jpg) center top;
  margin-bottom: 4rem;
}
.purchase-box .inner {
  background: rgba(255, 214, 77, 0.08);
  height: 100%;
  padding: 1.75rem 1rem;
}
.purchase-box .inner h4 {
  font-size: 1.25rem;
  color: #363636;
  margin-bottom: 2.5rem;
  text-align: center;
}
.purchase-box .inner .purchase-list .item figure {
  margin-bottom: 1rem;
}
.purchase-box .inner .purchase-list .item .meta .ttl {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}
.purchase-box .inner .purchase-list .item .meta .price {
  font-weight: 700;
  text-align: center;
}
.purchase-box .inner .purchase-list .item .meta .price em {
  color: #f52549;
  font-size: 1.75em;
  font-style: normal;
}

.collect-list .item figure {
  margin-bottom: 1rem;
}
.collect-list .item .meta .explain h5 {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
.collect-list .item .meta .price-table table {
  background: #fff;
  border: solid 1px #ccc;
  width: 100%;
}
.collect-list .item .meta .price-table table tr th {
  padding: 0.5rem 0.875rem;
  border-bottom: solid 1px #ccc;
  text-align: left;
  font-weight: 400;
}
.collect-list .item .meta .price-table table tr td {
  padding: 0.5rem 0.875rem;
  border-bottom: solid 1px #ccc;
  text-align: right;
  font-weight: 700;
}
.collect-list .item .meta .price-table table tr:nth-child(2) td {
  color: #f52549;
}
.collect-list .item .meta .price-table table tr:nth-child(3) th {
  font-weight: 700;
  font-size: 1.25rem;
}
.collect-list .item .meta .price-table table tr:nth-child(3) td {
  font-size: 1.25rem;
  color: #32cd32;
}

.service-cta {
  border: solid 4px #32cd32;
  border-radius: 12px;
  margin-bottom: 5.5rem;
  padding: 0 1rem 1.5rem;
}
.service-cta h4 {
  margin-bottom: 2rem;
  text-align: center;
}
.service-cta h4 span {
  display: inline-block;
  background: #32cd32;
  color: #fff;
  padding: 0.75rem 1.5rem;
}
.service-cta .item a {
  color: #363636;
  display: block;
}
.service-cta .item a:hover {
  opacity: 0.75;
}
.service-cta .item a .text-bt {
  font-weight: 700;
  position: relative;
}
.service-cta .item a .text-bt::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
}
.service-cta .item a .contact-btn {
  background: #ffd64d;
  padding: 0.75rem 0.875rem;
  border-radius: 6px;
}
.service-cta .item a .contact-btn span {
  border-radius: 8px;
  display: block;
  font-weight: 700;
  text-align: center;
}
.service-cta .item a .contact-btn span:nth-child(1) {
  font-size: 1.125rem;
}
.service-cta .item a .contact-btn span:nth-child(1)::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}

.service-flow {
  background: url(../images/dot-grid2.jpg) center top;
  position: relative;
  z-index: -2;
}
.service-flow .inner {
  background: rgba(255, 214, 77, 0.08);
  height: 100%;
  padding: 5.5rem 0;
}

.flow-list .flow-item {
  background: #fff;
  border-radius: 8px;
  border: solid 1px #32cd32;
  padding: 1.5rem 1rem;
  position: relative;
}
.flow-list .flow-item:nth-child(n+2) {
  margin-top: 2rem;
}
.flow-list .flow-item:nth-child(n+2)::before {
  content: "";
  background: #32cd32;
  width: 1rem;
  height: 8rem;
  position: absolute;
  left: 50%;
  top: -5rem;
  z-index: -1;
  transform: rotateZ(-45deg);
}
.flow-list .flow-item:nth-child(odd)::before {
  transform: rotateZ(45deg);
}
.flow-list .flow-item .meta h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

@media (max-width: 1231px) {
  .purchase-box .inner .purchase-list .item:nth-child(n+3) {
    margin-top: 2.5rem;
  }
  .collect-list .item .meta .explain {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .sevice-overview .service-intro-nav ul li + li {
    margin-top: 0.75rem;
  }
  .service-explain .explain-box figure {
    margin-bottom: 1.25rem;
  }
  .request-box figure {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 3rem;
  }
  .request-box .text:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #32cd32;
    border-width: 30px;
    margin-left: -30px;
  }
  .purchase-box .inner .purchase-list .item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  .collect-list .item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  .service-cta .service-cta-list .item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media (min-width: 576px) {
  .service-explain .request-box .text ul li {
    font-size: 1.125rem;
  }
  .purchase-box .inner {
    padding: 2rem;
  }
  .purchase-box .inner h4 {
    font-size: 1.5rem;
  }
  .service-cta {
    padding: 0 2rem 2.5rem;
  }
  .flow-list .flow-item {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .sevice-overview .intro-text .sp-only {
    display: none;
  }
  .sevice-overview .service-intro-nav ul {
    display: flex;
    justify-content: space-evenly;
    max-width: 840px;
    margin: auto;
  }
  .sevice-overview .service-intro-nav ul li {
    width: 30%;
  }
  .service-explain .explain-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .service-explain .explain-box figure {
    flex-basis: 34%;
  }
  .service-explain .explain-box .text {
    flex-basis: 62%;
  }
  .service-explain .explain-box .text h4 {
    font-size: 1.5rem;
  }
  .service-explain .request-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .service-explain .request-box figure {
    width: 30%;
  }
  .service-explain .request-box .text {
    width: 62%;
  }
  .service-explain .request-box .text:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #32cd32;
    border-width: 30px;
    margin-top: -30px;
  }
  .purchase-box .inner {
    padding: 2rem;
  }
  .purchase-box .inner .purchase-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .purchase-box .inner .purchase-list .item {
    flex-basis: 47%;
  }
  .collect-list {
    display: flex;
    justify-content: space-between;
  }
  .collect-list .item {
    width: 47%;
  }
  .service-cta .service-cta-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service-cta .service-cta-list .item {
    flex-basis: 47.5%;
  }
  .service-cta .service-cta-list .item:nth-child(3) {
    margin-top: 2rem;
    flex-basis: 100%;
  }
  .flow-list .flow-item {
    display: flex;
    justify-content: space-between;
  }
  .flow-list .flow-item figure {
    flex-basis: 32%;
  }
  .flow-list .flow-item .meta {
    flex-basis: 64%;
  }
}
@media (min-width: 992px) {
  .service-explain .request-box .text {
    padding: 1.75rem;
  }
  .purchase-box .inner {
    padding: 3rem;
  }
  .flow-list .flow-item .meta h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1232px) {
  .purchase-box .inner .purchase-list .item {
    flex-basis: 23%;
  }
  .collect-list .item figure {
    margin-bottom: 1.5rem;
  }
  .collect-list .item .meta {
    display: flex;
    justify-content: space-between;
  }
  .collect-list .item .meta > div {
    width: 48.5%;
  }
  .service-cta .service-cta-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service-cta .service-cta-list .item {
    flex-basis: 31%;
  }
  .service-cta .service-cta-list .item:nth-child(3) {
    margin-top: 0;
    flex-basis: 31%;
  }
  .service-cta .service-cta-list .item:nth-child(3) .contact-btn {
    height: 102px;
    padding: 1rem;
  }
  .service-cta .service-cta-list .item:nth-child(3) .contact-btn span:nth-child(1) {
    font-size: 1.5rem;
  }
  .flow-list .flow-item {
    padding: 2.5rem;
  }
  .flow-list .flow-item figure {
    flex-basis: 32%;
  }
  .flow-list .flow-item .meta {
    flex-basis: 65%;
  }
}
.company-idea {
  padding: 5.5rem 0;
}
.company-idea .container .idea-box {
  margin-bottom: 3rem;
}
.company-idea .container .idea-box p {
  text-align: center;
}
.company-idea .container .guidelines {
  border: solid 1px #32cd32;
  max-width: 800px;
  width: 100%;
  padding: 1rem;
  margin: auto;
}
.company-idea .container .guidelines dt {
  color: #32cd32;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
}
.company-idea .container .guidelines dd ol {
  list-style-type: none;
  counter-reset: list;
}
.company-idea .container .guidelines dd ol li {
  font-size: 1.125rem;
}
.company-idea .container .guidelines dd ol li::before {
  counter-increment: list;
  content: counter(list);
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background: #32cd32;
  margin-right: 0.5rem;
}
.company-idea .container .guidelines dd ol li + li {
  margin-top: 0.5rem;
}

.company-outline {
  padding: 5.5rem 0;
}
.company-outline .container .outline-table {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.company-outline .container .outline-table .service-list {
  padding-left: 1.375rem;
}

@media (max-width: 767px) {
  .company-idea .container .guidelines dt {
    border-bottom: solid 1px #32cd32;
    text-align: center;
    padding: 0.5rem 0 1.5rem;
  }
  .company-idea .container .guidelines dd {
    padding: 2rem 0 1.5rem;
  }
  .company-idea .container .guidelines dd ol {
    width: 240px;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .company-outline .container .outline-table {
    border: solid 1px #ccc;
  }
  .company-outline .container .outline-table tr th {
    display: block;
    width: 100%;
    background: rgba(50, 205, 50, 0.25);
    padding: 0.75rem;
    text-align: left;
  }
  .company-outline .container .outline-table tr td {
    display: block;
    width: 100%;
    padding: 0.75rem 0.75rem 1.75rem;
  }
}
@media (min-width: 576px) {
  .company-outline .container .outline-table {
    border-top: solid 1px #ccc;
  }
  .company-outline .container .outline-table tr th {
    border-bottom: solid 1px #ccc;
    padding: 1rem;
    width: 180px;
  }
  .company-outline .container .outline-table tr td {
    border-bottom: solid 1px #ccc;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .company-idea .container .idea-box p {
    font-size: 1.25rem;
  }
  .company-idea .container .guidelines {
    display: flex;
    align-items: center;
  }
  .company-idea .container .guidelines dt {
    flex-basis: 40%;
    font-size: 1.375rem;
    padding-right: 1rem;
  }
  .company-idea .container .guidelines dd {
    border-left: solid 1px #32cd32;
    flex-basis: 60%;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  }
  .company-idea .container .guidelines dd ol li {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .company-outline .container .outline-table tr th {
    width: 264px;
  }
}
.form-intro {
  padding: 4rem 0 0;
}
.form-intro .inner {
  background: url(../images/contact-head.jpg) center center;
}
.form-intro .inner .overlay-bk {
  text-align: center;
  background: rgba(51, 51, 51, 0.6);
  padding: 3rem 1rem;
}
.form-intro .inner .overlay-bk h3 {
  color: #fff;
  margin-bottom: 1rem;
}
.form-intro .inner .overlay-bk p {
  color: #fff;
}

.form-area {
  padding: 5.5rem 0;
}

.form-caution {
  padding-left: 1.375rem;
  margin-bottom: 3rem;
}

.form-table {
  margin-bottom: 2.5rem;
}
.form-table ._must {
  background-color: #f52549;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 0.375rem;
  border-radius: 4px;
  margin-right: 0.375rem;
  vertical-align: 1px;
}
.form-table ._must._free {
  background: #ccc;
  color: #fff;
}

.your-zipcode {
  display: block;
  width: 160px;
}

.your-address,
.your-address2 {
  display: block;
  margin-top: 0.5rem;
}

.file-img01,
.file-img02,
.file-img03 {
  display: inline-block;
  margin-top: 0.375rem;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  background: #eee;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0 0.75rem 0.5rem 0;
}

@media (max-width: 767px) {
  .form-table tr th {
    display: block;
    width: 100%;
    padding-bottom: 0.375rem;
    border-bottom: solid 1px #ccc;
    text-align: left;
  }
  .form-table tr td {
    display: block;
    width: 100%;
    padding: 0.75rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .form-intro .inner .overlay-bk h3 {
    font-size: 1.125rem;
  }
  .form-intro .inner .overlay-bk h3 br {
    display: none;
  }
  .form-table {
    border-top: solid 1px #ddd;
  }
  .form-table tr th {
    border-bottom: solid 1px #ddd;
    padding: 1.5rem 1rem;
    text-align: left;
    min-width: 200px;
    width: 30%;
    vertical-align: top;
  }
  .form-table tr td {
    border-bottom: solid 1px #ddd;
    padding: 1.5rem 1rem;
  }
  .file-img01,
  .file-img02,
  .file-img03 {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .form-intro .inner .overlay-bk {
    padding: 4.5rem 1rem;
  }
  .form-intro .inner .overlay-bk h3 {
    font-size: 1.25rem;
  }
  .form-area .container {
    max-width: 840px;
  }
}
.pg-poricy {
  padding: 5.5rem 0;
}
.pg-poricy .container ._intro {
  margin-bottom: 3rem;
}
.pg-poricy .container dl dt {
  background: rgba(50, 205, 50, 0.25);
  padding: 0.75rem;
  border-radius: 6px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.pg-poricy .container dl dd:not(:last-of-type) {
  margin-bottom: 2.75rem;
  font-size: 0.9125rem;
}
.pg-poricy .container dl dd ul {
  margin: 1.25rem 0 0 1.5rem;
}
.pg-poricy .container dl dd ._company {
  margin-top: 2rem;
}
.pg-poricy .container dl dd ._company-name {
  font-weight: 700;
  font-size: 1.25rem;
}
.pg-poricy .container dl dd ._company address {
  font-style: normal;
}

@media (min-width: 992px) {
  .pg-poricy .container {
    max-width: 960px;
  }
}
.thanks-content {
  padding: 5.5rem 0;
}
.thanks-content .container .thanks-intro {
  color: #32cd32;
  font-size: 1.25rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 700;
}
.thanks-content .container .thanks-caution {
  background: #eee;
  padding: 1rem 1rem 1rem 2.5rem;
}
.thanks-content .container .home-btn {
  margin-top: 3rem;
}
.thanks-content .container .home-btn a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  margin: auto;
  padding: 0.875rem 1rem;
  font-weight: 700;
  width: 280px;
  position: relative;
}
.thanks-content .container .home-btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.thanks-content .container .home-btn a:hover {
  background: #ffe280;
}

@media (min-width: 992px) {
  .thanks-content .container {
    max-width: 840px;
  }
}
/*==============================
  archive
==============================*/
.intro-text {
  padding: 4rem 0 0;
}
.intro-text p {
  text-align: center;
}

.faq-wrap section h3 {
  color: #32cd32;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.faq-wrap section .faq-list {
  border: solid 1px #32cd32;
  border-radius: 0 0 12px 12px;
  padding: 1.5rem 1rem;
  box-shadow: 0 4px 8px #ccc;
}
.faq-wrap section .faq-list dl {
  border-bottom: solid 1px #ccc;
}
.faq-wrap section .faq-list dl dt {
  padding: 1rem 0.5rem;
  padding-right: 2.25rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.125rem;
  transition: 0.15s;
  position: relative;
}
.faq-wrap section .faq-list dl dt::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
.faq-wrap section .faq-list dl dt:hover {
  background: rgba(255, 214, 77, 0.1);
}
.faq-wrap section .faq-list dl dt.active::after {
  transform: rotateZ(180deg) translateY(50%);
}
.faq-wrap section .faq-list dl dd {
  display: none;
  padding: 0.25rem 0.5rem 1.25rem;
}
.faq-wrap section .faq-list dl:first-child {
  border-top: solid 1px #ccc;
}
.faq-wrap section:nth-child(n+2) {
  margin-top: 3rem;
}

@media (min-width: 576px) {
  .faq-wrap section .faq-list {
    padding: 2rem;
  }
  .faq-wrap section .faq-list dl dt {
    padding: 1rem 0.75rem;
    padding-right: 2.25rem;
  }
  .faq-wrap section .faq-list dl dd {
    padding: 0.25rem 0.75rem 1.75rem;
  }
  .faq-wrap section .faq-list dl dd::after {
    right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .faq-wrap section .faq-list {
    padding: 2.5rem 2rem;
  }
  .faq-wrap section .faq-list dl dt {
    font-size: 1.25rem;
    padding: 1.25rem 1rem;
    padding-right: 2.25rem;
  }
  .faq-wrap section .faq-list dl dt::after {
    right: 1rem;
  }
  .faq-wrap section .faq-list dl dd {
    padding: 0.25rem 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .post-type-archive-faq .cpn-col-2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .post-type-archive-faq .cpn-col-2-body {
    margin-bottom: 0;
  }
  .post-type-archive-faq .cpn-col-2-side {
    margin-bottom: 4rem;
  }
}
.post-type-archive-voice .intro-text {
  padding-bottom: 0;
}

.voice-item {
  margin-bottom: 2.5rem;
}
.voice-item a {
  color: #363636;
  display: block;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px #ccc;
}
.voice-item a figure {
  position: relative;
}
.voice-item a figure span {
  background: rgba(245, 37, 73, 0.85);
  color: #fff;
  padding: 0 0.5rem;
  display: inline-block;
  position: absolute;
  left: 1rem;
  bottom: 0;
  transform: translateY(50%);
}
.voice-item a .meta {
  border: solid 1px #32cd32;
  border-radius: 0 0 8px 8px;
  border-top: none;
  padding: 1.5rem 0.75rem 1rem;
}
.voice-item a .meta h3 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.voice-item a .meta ._cate {
  margin-bottom: 0.75rem;
}
.voice-item a .meta ._cate li {
  display: inline-block;
  background: rgba(50, 205, 50, 0.85);
  padding: 0.125rem 0.5rem;
  font-size: 0.9125rem;
  color: #fff;
  margin: 0 0.25rem 0.375rem 0;
}
.voice-item a .meta ._tag li {
  display: inline-block;
  font-size: 0.75rem;
  background: #eee;
  padding: 0.125rem 0.5rem;
  border-radius: 16px;
}
.voice-item a .meta ._tag li::before {
  content: "#";
}
.voice-item a:hover {
  background: rgba(255, 214, 77, 0.1);
}

@media (min-width: 768px) {
  .voice-archice-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .voice-archice-list .voice-item {
    flex-basis: 48%;
  }
}
.case-cat-nav p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.case-cat-nav ul li {
  margin-top: 0.75rem;
}
.case-cat-nav ul li a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  margin: auto;
  padding: 0.875rem 1rem;
  font-weight: 700;
  width: 280px;
  position: relative;
}
.case-cat-nav ul li a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.case-cat-nav ul li a:hover {
  background: #ffe280;
}
.case-cat-nav ul li a {
  width: 100%;
}

.case-achive-list {
  padding: 5.5rem 0;
}
.case-achive-list .case-item {
  padding: 0;
  margin-bottom: 2rem;
}
.case-achive-list .case-item._empty {
  margin-bottom: 0;
}

.case-cat-nav {
  padding-bottom: 5.5rem;
}

.term-title {
  padding-top: 5.5rem;
  font-weight: 700;
  font-size: 1.25em;
  text-align: center;
  font-feature-settings: "palt";
}
.term-title span {
  display: block;
  font-size: 1.5em;
  color: #f52549;
}

@media (min-width: 576px) {
  .case-cat-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .case-cat-nav ul li {
    width: 48.5%;
  }
}
@media (min-width: 768px) {
  .case-achive-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .case-achive-list .case-item {
    width: 47.5%;
  }
  .term-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .case-cat-nav ul {
    justify-content: center;
  }
  .case-cat-nav ul li {
    width: auto;
  }
  .case-cat-nav ul li + li {
    margin-left: 0.75rem;
  }
  .case-cat-nav ul li a {
    padding-right: 2.5rem;
  }
  .case-achive-list .case-item {
    width: 48.5%;
  }
}
@media (min-width: 1232px) {
  .case-achive-list .case-item {
    width: 31.5%;
  }
}
.side-box .side-ttl {
  background: #32cd32;
  color: #fff;
  padding: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 4px;
}
.side-box .side-baselist {
  list-style-type: none;
}
.side-box .side-baselist li a {
  border-bottom: dashed 1px #ccc;
  display: block;
  padding: 0.75rem;
  color: #363636;
  position: relative;
}
.side-box .side-baselist li a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}
.side-box .side-baselist li a:hover {
  background: rgba(255, 214, 77, 0.1);
}
.side-box .side-baselist._faq-list li a::after {
  content: "\f063";
}

/*==============================
  single
==============================*/
.page-header._area-header {
  height: 320px;
}
.page-header._area-header .container {
  height: 320px;
}
.page-header._area-header .container .head-box h2 {
  color: #f52549;
  margin-bottom: 0.5rem;
}
.page-header._area-header .container .head-box h2 span {
  display: block;
  font-size: 0.625em;
}
.page-header._area-header .container .head-box > span {
  color: #32cd32;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  text-align: center;
}

@media (min-width: 576px) {
  .page-header._area-header .container .head-box > span br {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-header._area-header .container .head-box h2 {
    font-size: 3rem;
  }
  .page-header._area-header .container .head-box > span {
    font-size: 1.25rem;
  }
}
.single-area .cpn-case-area {
  background: none;
}
.single-area .cpn-case-area .inner {
  background: none;
}

.sg-area-intro {
  padding: 5.5rem 0;
}
.sg-area-intro .area-intro-box .text h3 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.area-voice {
  background: url(../images/dot-grid2.jpg) center top;
}
.area-voice .inner {
  background: rgba(255, 214, 77, 0.08);
  height: 100%;
  padding: 5.5rem 0;
}
.area-voice .inner .container .more-btn a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  margin: auto;
  padding: 0.875rem 1rem;
  font-weight: 700;
  width: 280px;
  position: relative;
}
.area-voice .inner .container .more-btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.area-voice .inner .container .more-btn a:hover {
  background: #ffe280;
}

@media (max-width: 767px) {
  .sg-area-intro .area-intro-box figure {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .sg-area-intro .area-intro-box {
    display: flex;
    justify-content: space-between;
  }
  .sg-area-intro .area-intro-box figure {
    flex-basis: 35%;
  }
  .sg-area-intro .area-intro-box .text {
    flex-basis: 61%;
  }
  .area-voice .inner .container .area-voice-list {
    display: flex;
    justify-content: space-between;
  }
  .area-voice .inner .container .area-voice-list .voice-item {
    width: 48%;
  }
}
.sg-case {
  padding: 1.75rem 0;
}
.sg-case .sg-case-head {
  margin-bottom: 2rem;
}
.sg-case .sg-case-head .cate li {
  margin: 0 0.375rem 0.5rem 0;
  display: inline-block;
}
.sg-case .sg-case-head .cate li a {
  display: block;
  border-radius: 3px;
  font-weight: 700;
  border: solid 1px #32cd32;
  color: #32cd32;
  padding: 0.125rem 0.875rem;
}
.sg-case .sg-case-head .cate li a:hover {
  background: rgba(255, 214, 77, 0.15);
}
.sg-case .sg-case-head h3 {
  font-size: 1.375rem;
  margin: 1.25rem 0;
}
.sg-case .sg-case-head .area-table {
  border: solid 1px #32cd32;
}
.sg-case .sg-case-head .area-table tr th {
  background: rgba(50, 205, 50, 0.4);
  font-size: 0.9125rem;
  padding: 0.25rem 0.875rem;
}
.sg-case .sg-case-head .area-table tr td {
  font-weight: 700;
  font-size: 0.9125rem;
  padding: 0.25rem 0.875rem;
}
.sg-case .sg-case-thumb {
  margin-bottom: 3rem;
}

@media (max-width: 575px) {
  .sg-case {
    border-top: solid 1px #32cd32;
    border-bottom: solid 1px #32cd32;
  }
}
@media (min-width: 576px) {
  .sg-case {
    border: solid 1px #32cd32;
    border-radius: 8px;
    box-shadow: 0 4px 8px #ccc;
    padding: 1.5rem;
  }
  .sg-case .sg-case-head h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .sg-case {
    padding: 2.25rem;
  }
  .sg-case .sg-case-head h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1232px) {
  .sg-case {
    padding: 2.5rem;
  }
}
.sg-voice {
  padding: 1.75rem 0;
}
.sg-voice .sg-voice-head {
  margin-bottom: 2rem;
}
.sg-voice .sg-voice-head h3 {
  font-size: 1.375rem;
}
.sg-voice .sg-voice-head .cate {
  margin: 1.25rem 0;
}
.sg-voice .sg-voice-head .cate li {
  margin: 0 0.25rem 0.375rem 0;
  display: inline-block;
}
.sg-voice .sg-voice-head .cate li a {
  display: block;
  border: solid 1px #32cd32;
  color: #32cd32;
  padding: 0.125rem 0.875rem;
  font-weight: 700;
}
.sg-voice .sg-voice-head .area-table {
  border: solid 1px #32cd32;
}
.sg-voice .sg-voice-head .area-table tr th {
  background: rgba(50, 205, 50, 0.4);
  font-size: 0.9125rem;
  padding: 0.25rem 0.875rem;
}
.sg-voice .sg-voice-head .area-table tr td {
  font-weight: 700;
  font-size: 0.9125rem;
  padding: 0.25rem 0.875rem;
}
.sg-voice .sg-voice-thumb {
  margin-bottom: 2rem;
}

@media (max-width: 575px) {
  .sg-voice {
    border-top: solid 1px #32cd32;
    border-bottom: solid 1px #32cd32;
  }
}
@media (min-width: 576px) {
  .sg-voice {
    border: solid 1px #32cd32;
    border-radius: 8px;
    box-shadow: 0 4px 8px #ccc;
    padding: 1.5rem;
  }
  .sg-voice .sg-voice-head h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .sg-voice {
    padding: 2.25rem;
  }
  .sg-voice .sg-voice-head h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1232px) {
  .sg-voice {
    padding: 2.5rem;
  }
}
.sg-content {
  border-top: solid 1px #32cd32;
  padding: 3rem 0 0;
}
.sg-content p {
  margin-bottom: 1.25rem;
}
.sg-content h2 {
  background: #32cd32;
  border-radius: 4px;
  color: #fff;
  padding: 0.5rem 0.75rem;
  margin: 2rem 0 1.25rem;
  font-size: 1.25rem;
}
.sg-content h3 {
  color: #32cd32;
  font-size: 1.25rem;
  border-bottom: solid 1px #ccc;
  margin: 1.5rem 0 1.25rem;
  padding: 0.375rem;
}
.sg-content figure.wp-block-gallery {
  margin-bottom: 1.25rem;
}
.sg-content figure.wp-block-image {
  margin-bottom: 1.25rem;
}
.sg-content figure figcaption {
  font-size: 0.875rem;
  color: #696969;
}

@media (min-width: 768px) {
  .sg-content p {
    margin-bottom: 1.25rem;
  }
  .sg-content h2 {
    font-size: 1.375rem;
    margin: 2.5rem 0 1.25rem;
  }
  .sg-content h3 {
    font-size: 1.25rem;
    margin: 2rem 0 1rem;
  }
}
/*==============================
  demolition
==============================*/
.dw-heading {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.dw-heading::first-letter {
  color: #f52549;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .dw-heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 1232px) {
  .dw-heading {
    font-size: 2rem;
  }
}

.dw-overview {
  padding-bottom: 5.5rem;
}
.dw-overview .container .intro-text {
  text-align: center;
  margin-bottom: 2.5rem;
}
.dw-overview .container h3 {
  text-align: center;
}
.dw-overview .container h3::first-letter {
  color: #f52549;
  font-size: 1.25em;
}
.dw-overview .container .dw-strongpoint {
  margin-top: 4rem;
}
.dw-overview .container .dw-strongpoint .box {
  background: url(../images/dw-graybg.jpg) center center;
  background-size: cover;
  padding: 3.75rem 1rem 1rem;
  border-radius: 8px;
  position: relative;
}
.dw-overview .container .dw-strongpoint .box .label {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 2px #C17E00;
  background: #fff;
  color: #C17E00;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
  padding: 0.75rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.dw-overview .container .dw-strongpoint .box .label span {
  display: block;
  font-size: 2.25rem;
}
.dw-overview .container .dw-strongpoint .box h4 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.dw-cta {
  background: url(../images/dw-cta.jpg) center center;
  background-size: cover;
  padding: 5.5rem 0;
}
.dw-cta .container .dwcta-flex {
  max-width: 992px;
  margin: auto;
}
.dw-cta .container .dwcta-flex ._bubble {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 1.25rem;
}
.dw-cta .container .dwcta-flex ._bubble ul {
  padding-left: 1.375rem;
}
.dw-cta .container .dwcta-flex ._bubble ul li {
  font-size: 1.125rem;
  font-weight: 700;
}
.dw-cta .container .dwcta-flex ._bubble ul li + li {
  margin-top: 0.5rem;
}
.dw-cta .container .dwcta-flex ._btnbox .memo {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.dw-cta .container .dwcta-flex ._btnbox .btn a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  margin: auto;
  padding: 0.875rem 1rem;
  font-weight: 700;
  width: 280px;
  position: relative;
}
.dw-cta .container .dwcta-flex ._btnbox .btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.dw-cta .container .dwcta-flex ._btnbox .btn a:hover {
  background: #ffe280;
}

.dw-reason {
  background: url(../images/dot-grid2.jpg) center top;
}
.dw-reason .inner {
  background: rgba(255, 214, 77, 0.08);
  height: 100%;
  padding: 5.5rem 0;
}
.dw-reason .inner .container h3 {
  background: #fff;
  border-radius: 8px;
  font-size: 1.5rem;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #C17E00;
}
.dw-reason .inner .container .dw-reasonlist .box {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  position: relative;
}
.dw-reason .inner .container .dw-reasonlist .box:nth-child(n+2) {
  margin-top: 2rem;
}
.dw-reason .inner .container .dw-reasonlist .box .point {
  background: #C17E00;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  padding: 0.25rem;
  width: 100px;
  text-align: center;
}
.dw-reason .inner .container .dw-reasonlist .box h4 {
  font-size: 1.375rem;
  margin: 0.75rem 0 1rem;
}
.dw-reason .inner .container .dw-reasonlist .box::before {
  background: #fff;
  width: 8px;
  height: 2rem;
  content: "";
  position: absolute;
  left: 3rem;
  top: -2rem;
}

.dw-flow {
  padding: 5.5rem 0;
}
.dw-flow .container .info h3 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.dw-flow .container .info h3::first-letter {
  color: #f52549;
  font-size: 1.25em;
}
.dw-flow .container .info .btn {
  margin-top: 1.5rem;
}
.dw-flow .container .info .btn a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  margin: auto;
  padding: 0.875rem 1rem;
  font-weight: 700;
  width: 280px;
  position: relative;
}
.dw-flow .container .info .btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.dw-flow .container .info .btn a:hover {
  background: #ffe280;
}

.dw-faq {
  padding-bottom: 5.5rem;
}
.dw-faq .container .dw-faq-wrap {
  background: #f4f4f4;
  padding: 1.5rem 1rem;
  border-radius: 8px;
}
.dw-faq .container .dw-faq-wrap .info h3 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.dw-faq .container .dw-faq-wrap .info h3::first-letter {
  color: #f52549;
  font-size: 1.25em;
}
.dw-faq .container .dw-faq-wrap .info .btn {
  margin-top: 1.5rem;
}
.dw-faq .container .dw-faq-wrap .info .btn a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  margin: auto;
  padding: 0.875rem 1rem;
  font-weight: 700;
  width: 280px;
  position: relative;
}
.dw-faq .container .dw-faq-wrap .info .btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.dw-faq .container .dw-faq-wrap .info .btn a:hover {
  background: #ffe280;
}

@media (max-width: 991px) {
  .dw-overview .container .dw-strongpoint .box:nth-child(n+2) {
    margin-top: 4rem;
  }
  .dw-cta .container .dwcta-flex ._bubble {
    margin-bottom: 3rem;
    position: relative;
  }
  .dw-cta .container .dwcta-flex ._bubble::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #ffffff;
    border-width: 30px;
    margin-left: -30px;
    opacity: 0.8;
  }
  .dw-reason .inner .container .dw-reasonlist .box .info {
    margin-bottom: 1.25rem;
  }
  .dw-reason .inner .container .dw-reasonlist .box figure {
    max-width: 480px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .dw-flow .container .info {
    margin-bottom: 2rem;
  }
  .dw-faq .container .dw-faq-wrap .info {
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) {
  .dw-overview .container .dw-strongpoint .box {
    padding: 3.75rem 1.5rem 1.5rem;
  }
  .dw-cta .container .dwcta-flex ._bubble {
    padding: 2.5rem 2rem;
  }
  .dw-cta .container .dwcta-flex ._bubble ul li {
    font-size: 1.25rem;
  }
  .dw-cta .container .dwcta-flex ._btnbox .memo {
    font-size: 1.5rem;
  }
  .dw-reason .inner .container h3 {
    font-size: 1.75rem;
    padding: 1.5rem 2rem;
  }
  .dw-reason .inner .container h3 br {
    display: none;
  }
  .dw-reason .inner .container .dw-reasonlist .box {
    padding: 1.5rem;
  }
  .dw-faq .container .dw-faq-wrap {
    padding: 1.75rem;
  }
}
@media (min-width: 768px) {
  .dw-flow .container {
    display: flex;
    justify-content: space-between;
  }
  .dw-flow .container .info {
    flex-basis: 66%;
  }
  .dw-flow .container .info h3 {
    font-size: 1.5rem;
  }
  .dw-flow .container .info .btn a {
    margin-left: 0;
  }
  .dw-flow .container figure {
    flex-basis: 30%;
  }
  .dw-faq .container .dw-faq-wrap {
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .dw-faq .container .dw-faq-wrap .info {
    flex-basis: 66%;
  }
  .dw-faq .container .dw-faq-wrap .info h3 {
    font-size: 1.5rem;
  }
  .dw-faq .container .dw-faq-wrap .info .btn a {
    margin-left: 0;
  }
  .dw-faq .container .dw-faq-wrap figure {
    flex-basis: 30%;
  }
}
@media (min-width: 992px) {
  .dw-overview .container .dw-strongpoint {
    display: flex;
    justify-content: space-between;
  }
  .dw-overview .container .dw-strongpoint .box {
    flex-basis: 31%;
  }
  .dw-cta {
    background: url(../images/dw-cta.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
  }
  .dw-cta .container .dwcta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dw-cta .container .dwcta-flex ._bubble {
    flex-basis: 46%;
    position: relative;
  }
  .dw-cta .container .dwcta-flex ._bubble::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #ffffff;
    border-width: 30px;
    margin-top: -30px;
    opacity: 0.8;
  }
  .dw-cta .container .dwcta-flex ._btnbox {
    flex-basis: 46%;
  }
  .dw-reason .inner .container .dw-reasonlist .box {
    padding: 2rem;
    width: calc(100% - 10rem);
    display: flex;
    justify-content: space-between;
  }
  .dw-reason .inner .container .dw-reasonlist .box .info {
    flex-basis: 66%;
  }
  .dw-reason .inner .container .dw-reasonlist .box figure {
    flex-basis: 30%;
  }
  .dw-reason .inner .container .dw-reasonlist .box h4 {
    font-size: 1.375rem;
  }
  .dw-reason .inner .container .dw-reasonlist .box:nth-child(2) {
    margin: 2rem auto 0;
  }
  .dw-reason .inner .container .dw-reasonlist .box:nth-child(3) {
    margin: 2rem 0 0 auto;
  }
  .dw-reason .inner .container .dw-reasonlist .box::before {
    left: 6rem;
  }
  .dw-flow .container .info h3 {
    font-size: 1.875rem;
  }
}
.dwfaq-overview {
  padding: 5.5rem 0;
}
.dwfaq-overview .container h3 {
  text-align: center;
}

.dwfaq-area {
  padding-bottom: 5.5rem;
}
.dwfaq-area .container .dwfaq-list dt {
  background: #f4f4f4;
  border-radius: 8px;
  font-weight: 700;
  position: relative;
  padding: 1rem 2.75rem;
  cursor: pointer;
}
.dwfaq-area .container .dwfaq-list dt:not(:first-child) {
  margin-top: 0.875rem;
}
.dwfaq-area .container .dwfaq-list dt::before {
  content: "Q" ".";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #C17E00;
  font-size: 1.375rem;
  position: absolute;
  top: 17px;
  left: 0.75rem;
  line-height: 1;
}
.dwfaq-area .container .dwfaq-list dt::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  color: #C17E00;
  transition: 0.2s;
}
.dwfaq-area .container .dwfaq-list dt.active::after {
  transform: translateY(-50%) rotateZ(180deg);
}
.dwfaq-area .container .dwfaq-list dd {
  display: none;
  padding: 0.75rem 1rem 1rem;
}

@media (min-width: 576px) {
  .dwfaq-overview .container p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .dwfaq-area .container .dwfaq-list dt {
    padding: 1.25rem 4.5rem;
  }
  .dwfaq-area .container .dwfaq-list dt::before {
    left: 2rem;
    top: 1.375rem;
  }
  .dwfaq-area .container .dwfaq-list dt::after {
    right: 2rem;
  }
  .dwfaq-area .container .dwfaq-list dt:not(:first-child) {
    margin-top: 1rem;
  }
  .dwfaq-area .container .dwfaq-list dd {
    padding: 0.75rem 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .dwfaq-area .container {
    max-width: 880px;
    margin: auto;
  }
}
.dwflow-overview {
  padding: 5.5rem 0;
}
.dwflow-overview .container .intro {
  text-align: center;
}
.dwflow-overview .container .dwflow-head {
  margin-top: 2rem;
  background: #eee;
  padding: 2rem 1rem;
  border-radius: 8px;
}
.dwflow-overview .container .dwflow-head h3 {
  text-align: center;
}
.dwflow-overview .container .dwflow-head ul {
  margin-top: 3rem;
  list-style: none;
}
.dwflow-overview .container .dwflow-head ul li a {
  background: #ffd64d;
  border-radius: 4px;
  color: #363636;
  display: block;
  margin: auto;
  padding: 0.875rem 1rem;
  font-weight: 700;
  width: 280px;
  position: relative;
}
.dwflow-overview .container .dwflow-head ul li a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.dwflow-overview .container .dwflow-head ul li a:hover {
  background: #ffe280;
}
.dwflow-overview .container .dwflow-head ul li a::after {
  content: "\f063";
}

.dwflow-wrap {
  padding-bottom: 5.5rem;
}
.dwflow-wrap .container h3 {
  font-size: 1.375rem;
  border-bottom: 8px solid #eee;
  margin-bottom: 2.5rem;
}
.dwflow-wrap .container .dwflow-box:nth-of-type(n+2) {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: dashed 1px #ccc;
}
.dwflow-wrap .container .dwflow-box figure {
  width: 180px;
}
.dwflow-wrap .container .dwflow-box figure img {
  border-radius: 8px;
}
.dwflow-wrap .container .dwflow-box .info ._ttl span {
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  border: solid 2px #C17E00;
  border-radius: 50%;
  color: #C17E00;
  line-height: 1.1;
  font-weight: 700;
  padding: 0.625rem;
}
.dwflow-wrap .container .dwflow-box .info ._ttl span em {
  font-style: normal;
  font-size: 1.5rem;
  display: block;
}
.dwflow-wrap .container .dwflow-box .info ._ttl h4 {
  font-size: 1.375rem;
}
.dwflow-wrap .container .dwflow-box .info ._text {
  margin-top: 1rem;
}
.dwflow-wrap .container .dwflow-box .info ._text p a {
  color: #32cd32;
}
.dwflow-wrap .container .dwflow-box .info ._text p a:hover {
  color: #28a428;
}
.dwflow-wrap .container .dwflow-box ._point {
  margin-top: 2rem;
  border: solid 1px #C17E00;
  border-left: solid 10px #C17E00;
  padding: 1rem;
}
.dwflow-wrap .container .dwflow-box ._point ._pointinfo p {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .dwflow-overview .container .dwflow-head ul li + li {
    margin-top: 1rem;
  }
  .dwflow-wrap .container .dwflow-box figure {
    margin: 0 auto 1.5rem;
    width: 224px;
  }
  .dwflow-wrap .container .dwflow-box .info ._ttl span {
    margin: 0 auto 0.5rem;
  }
  .dwflow-wrap .container .dwflow-box .info ._ttl h4 {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .dwflow-wrap .container .dwflow-box ._point {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
  }
  .dwflow-wrap .container .dwflow-box ._point figure {
    width: 116px;
  }
  .dwflow-wrap .container .dwflow-box ._point ._pointinfo {
    flex-basis: calc(100% - 116px - 24px);
  }
}
@media (min-width: 768px) {
  .dwflow-overview .container .dwflow-head ul {
    display: flex;
    justify-content: center;
  }
  .dwflow-overview .container .dwflow-head ul li + li {
    margin-left: 1rem;
  }
  .dwflow-wrap .container .dwflow-box {
    display: flex;
    justify-content: space-between;
  }
  .dwflow-wrap .container .dwflow-box:nth-of-type(n+2) {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
  .dwflow-wrap .container .dwflow-box .info {
    flex-basis: calc(100% - 180px - 40px);
  }
  .dwflow-wrap .container .dwflow-box .info ._ttl {
    display: flex;
    align-items: center;
  }
  .dwflow-wrap .container .dwflow-box .info ._ttl span {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .dwflow-overview {
    padding: 5.5rem 0;
  }
  .dwflow-overview .container {
    max-width: 880px;
  }
  .dwflow-wrap .container {
    max-width: 880px;
  }
}