@charset "UTF-8";
@font-face {
  font-family: KozGoPr6N-Bold;
  src: url("../fonts/KozGoPr6N-Bold.otf");
}
@font-face {
  font-family: KozGoPr6N-Medium;
  src: url("../fonts/KozGoPr6N-Medium.otf");
}
@font-face {
  font-family: KozGoPr6N-Regular;
  src: url("../fonts/KozGoPr6N-Regular.otf");
}
@font-face {
  font-family: gothicMB101Pro-Medium;
  src: url("../fonts/A-OTF-GothicMB101Pro-Medium.otf");
}
@font-face {
  font-family: gothicMB101Pro-Regular;
  src: url("../fonts/A-OTF-GothicMB101Pro-Reg.otf");
}
@font-face {
  font-family: notoSansCJKjp-black;
  src: url("../fonts/NotoSansCJKjp-Black.otf");
}
@font-face {
  font-family: notoSansCJKjp-bold;
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
}
@font-face {
  font-family: notoSansCJKjp-Regular;
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
}
@font-face {
  font-family: hiraMinPro-W6;
  src: url("../fonts/HiraMinPro-W6.otf");
}
@font-face {
  font-family: noto-extra;
  src: url("../fonts/NotoSans-ExtraBold.ttf");
}
@font-face {
  font-family: acumin;
  src: url("../fonts/FontsFree-Net-aa2woff2.ttf");
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kalam-light {
  font-family: "Kalam", cursive;
  font-weight: 300;
  font-style: normal;
}

.kalam-regular {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

.kalam-bold {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

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

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}
@media print, screen and (max-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  font-weight: normal;
  font-size: 0;
  line-height: 1.5;
  color: #000000;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 1.8rem;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: transparent;
  border: 1px solid #E7E8E8;
  background-color: #E7E8E8;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
}
@media only screen and (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4.8rem;
}
@media only screen and (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 5.6rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #E7E8E8;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  select {
    background-position: calc(100% - 1rem) 50%;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  width: 100%;
}

.common-page {
  position: relative;
  padding: 8rem 0 12rem;
}
@media only screen and (max-width: 640px) {
  .common-page {
    padding: 6rem 0 18rem;
  }
}

.p-lead-section {
  position: relative;
  padding: 4.8rem 0 7rem;
}
@media only screen and (max-width: 640px) {
  .p-lead-section {
    padding: 4rem 0 6rem;
  }
}

.column-section {
  position: relative;
  padding: 6rem 0;
}
@media only screen and (max-width: 640px) {
  .column-section {
    padding: 5rem 0;
  }
}

.p-archive-section {
  position: relative;
  padding: 7rem 0;
}
@media only screen and (max-width: 640px) {
  .p-archive-section {
    padding: 6rem 0;
  }
}

.m-text {
  position: relative;
  font-family: KozGoPr6N-Regular;
  font-weight: 400;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: left;
  color: #231815;
}
@media only screen and (max-width: 640px) {
  .m-text {
    font-size: 2.1rem;
    line-height: 4rem;
  }
}

.mx-text {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.8rem;
  color: #82CE98;
  line-height: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .mx-text {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

.lead-title {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #82CE98;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
}
.text-list {
  position: relative;
  list-style-type: "・";
  padding-left: 1.8rem;
}

.underline_bg {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(0%, #FBB03B));
  background: linear-gradient(transparent 68%, #FBB03B 0%);
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-title img {
  width: 4rem;
  margin: 0 auto 1rem auto;
}
.section-title .lead {
  position: relative;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  color: #231815;
  text-align: center;
  margin-bottom: 1.2rem;
}
.section-title .sub {
  position: relative;
  font-family: notoSansCJKjp-black;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #64B5E7;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .section-title .sub {
    font-size: 1.8rem;
  }
}
.section-title.c_white::before {
  background: #FFFFFF;
}
.section-title.c_white .lead {
  color: #FFFFFF;
}
.section-title.c_white .sub {
  color: #FFFFFF;
}
.section-title.c_white.c_main::before {
  background: #64B5E7;
}
.section-title.inline {
  display: block;
}
.section-title.inline .lead {
  display: inline-block;
}
.section-title.inline .sub {
  display: inline-block;
  margin: 0 0 0 3rem;
}
.section-title.clearfix .link-btn {
  float: right;
}

.breadcrumbs {
  position: relative;
  padding: 2rem 0;
  background: transparent;
  margin-top: -6rem;
  z-index: 99;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1rem;
  font-weight: normal;
  color: white;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs ol {
    font-size: 1.2rem;
  }
}
.breadcrumbs ol a {
  color: white;
}
.breadcrumbs ol li {
  position: relative;
  display: inline;
}
.breadcrumbs ol li + li::before {
  content: "・";
  display: inline-block;
  font-family: KozGoPr6N-Medium;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs ol li + li::before {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-lead {
  position: relative;
}
.section-lead .title {
  position: relative;
  font-family: gothicMB101Pro-Medium;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .section-lead .title {
    font-size: 2.4rem;
  }
}
.section-lead .text {
  position: relative;
  font-family: gothicMB101Pro-Regular;
  font-size: 1.4rem;
  line-height: 2;
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .section-lead .text {
    font-size: 1.8rem;
  }
}

/* btn */
.btn-wrap {
  position: relative;
}

.btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  max-width: 240px;
  width: 100%;
  height: 50px;
  background: #F2F2F2;
  border: 1px solid #858585;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #1A1A1A;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .btn {
    height: 45px;
    max-width: 200px;
  }
}
.btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.btn:hover {
  background: #A10707;
  border-color: #A10707;
  color: #FFFFFF;
}

.viewmore_link_wrap {
  position: relative;
}
.viewmore_link_wrap .viewmore_link {
  position: relative;
  display: inline-block;
  font-family: "Ubuntu";
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #FF7100;
  text-decoration: none;
}
.viewmore_link_wrap .viewmore_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF7100;
}
.viewmore_link_wrap .viewmore_link::after {
  content: ">";
  display: inline-block;
  line-height: 1;
  margin-left: 6px;
  vertical-align: text-bottom;
}
.viewmore_link_wrap .viewmore_link:hover::before {
  width: 100%;
  animation: link-lineloop 0.6s ease-out;
  -webkit-animation: link-lineloop 0.6s ease-out;
}

.view-more {
  position: relative;
}

.link-btn {
  position: relative;
  width: 32rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  border-radius: 1.6rem;
  background-color: #DCB165;
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  font-size: 1.4rem;
  color: white;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: none;
}
@media only screen and (max-width: 640px) {
  .link-btn {
    width: 45rem;
    height: 8.5rem;
    font-size: 1.8rem;
  }
}
.link-btn.green {
  background-color: white;
  color: #82CE98;
}
.link-btn.green:hover {
  background-color: #82CE98;
  color: white;
  border: 1px solid #82CE98;
}
.link-btn.green:hover .arrow {
  background-color: #FFFFFF;
}
.link-btn.green:hover .arrow span {
  border-right: 1px solid #82CE98;
  border-bottom: 1px solid #82CE98;
}
.link-btn.green .arrow {
  background-color: #82CE98;
}
.link-btn.green .arrow span {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.link-btn .arrow {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: white;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .link-btn .arrow {
    width: 5rem;
    height: 5rem;
  }
}
.link-btn .arrow span {
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #DCB165;
  border-bottom: 1px solid #DCB165;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .link-btn .arrow span {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.link-btn:hover {
  border: 1px solid #DCB165;
  color: #DCB165;
  background-color: transparent;
}
.link-btn:hover .arrow {
  background-color: #DCB165;
}
.link-btn:hover .arrow span {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.form-btn {
  position: relative;
  display: inline-block;
  padding: 2rem 3rem;
  max-width: 100%;
  width: 30rem;
  background-color: #672E2B;
  border: 1px solid #672E2B;
  border-radius: 0.6rem;
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 3.6rem;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
  margin: 0 2rem;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .form-btn {
    width: 32rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .form-btn:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.form-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.form-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.form-btn:hover {
  color: #672E2B;
}
.form-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  padding: 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  position: relative;
  max-width: 70rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -15%);
          transform: translate(0, -15%);
  margin: auto;
}
.modal .modal-content {
  position: relative;
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}
.modal .close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2rem 0.6rem;
  width: 3rem;
  height: 3rem;
  background-color: #FCEE21;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 3;
}
.modal .modal-body {
  position: relative;
  padding: 2rem;
}
.modal.show {
  opacity: 1;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open {
  overflow: hidden;
}

.wp-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagination .wp-pagenavi {
  position: relative;
  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;
}
.wp-pagination .wp-pagenavi span,
.wp-pagination .wp-pagenavi a {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #64B5E7;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .wp-pagination .wp-pagenavi span,
  .wp-pagination .wp-pagenavi a {
    font-size: 2rem;
  }
}
.wp-pagination .wp-pagenavi a:hover {
  text-decoration: underline;
}
.wp-pagination .wp-pagenavi .smaller {
  border-color: #E6BB65;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  color: #E6BB65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagination .wp-pagenavi .smaller:hover {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  padding: 0;
  line-height: 1;
  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;
  background: #E6BB65;
  border-color: #E6BB65;
  color: #FFFFFF;
}
.wp-pagination .wp-pagenavi .larger {
  border-color: #E6BB65;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  color: #E6BB65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagination .wp-pagenavi .larger:hover {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  padding: 0;
  line-height: 1;
  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;
  background: #E6BB65;
  border-color: #E6BB65;
  color: #FFFFFF;
}
.wp-pagination .wp-pagenavi .current {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  padding: 0;
  line-height: 1;
  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;
  background: #E6BB65;
  border-color: #E6BB65;
  color: #FFFFFF;
}
.wp-pagination .wp-pagenavi .smaller + .current {
  margin-left: 3rem;
}
.wp-pagination .wp-pagenavi .current + .larger {
  margin-left: 2.5rem;
}
.wp-pagination .wp-pagenavi .first,
.wp-pagination .wp-pagenavi .last {
  display: none;
}
.wp-pagination .wp-pagenavi .previouspostslink,
.wp-pagination .wp-pagenavi .nextpostslink {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #82CE98;
  color: white;
  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;
  padding: 0;
}
.wp-pagination .wp-pagenavi .previouspostslink {
  margin-right: 2rem;
}
.wp-pagination .wp-pagenavi .nextpostslink {
  margin-left: 2rem;
}
.wp-pagination .wp-pagenavi .pages {
  width: 15rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  border: 1px solid #8B8C8C;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8B8C8C;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 1.5rem;
}
.wp-pagination .link-btn {
  margin-left: 3.6rem;
}

#toc_container {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 1.5rem;
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  #toc_container {
    letter-spacing: 0;
    padding: 1.8rem;
    margin-top: 2.4rem;
    margin-bottom: 2.5rem;
    border-radius: 1.2rem;
  }
}
#toc_container .toc_title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #toc_container .toc_title {
    font-size: 1.6rem;
  }
}
#toc_container .toc_list {
  margin-top: 1rem !important;
}
#toc_container .toc_list .toc_number {
  margin-right: 0.4rem;
}

.accordion-item-list {
  position: relative;
}
.accordion-item-list .accordion-item {
  position: relative;
}
.accordion-item-list .accordion-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.accordion-item-list .accordion-item .accordion-question {
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 1px solid #727171;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.accordion-item-list .accordion-item .accordion-question::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 2.4rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-left: 1px solid #727171;
  border-bottom: 1px solid #727171;
  -webkit-transition: -webkit-transform ease-in-out 0.4s;
  transition: -webkit-transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.accordion-item-list .accordion-item .accordion-question h3 {
  position: relative;
  display: block;
  width: 100%;
  font-family: gothicMB101Pro-Medium;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  color: #727171;
  padding: 2.4rem 6rem 2.4rem 10rem;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question h3 {
    padding: 2.4rem 6rem 2.4rem 6rem;
  }
}
.accordion-item-list .accordion-item .accordion-question h3::before {
  content: "Q.";
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3rem;
  font-family: gothicMB101Pro-Medium;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: left;
  color: #727171;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-question h3::before {
    left: 2rem;
  }
}
.accordion-item-list .accordion-item .accordion-question.expanded::after {
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #727171;
  border-top: 1px solid #727171;
  top: calc(50% + 0.6rem);
}
.accordion-item-list .accordion-item .accordion-answer {
  position: relative;
  display: none;
  padding: 3.6rem 2.4rem 3.6rem 0;
  background: transparent;
  border: 1px solid #D1BA8E;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer {
    padding: 2.4rem 2rem 2.4rem 0;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content {
  position: relative;
  padding: 0 0 0 10rem;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer .content {
    padding-left: 6rem;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content::before {
  content: "A";
  position: absolute;
  top: -1rem;
  left: 3rem;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #64B5E7;
}
@media only screen and (max-width: 640px) {
  .accordion-item-list .accordion-item .accordion-answer .content::before {
    left: 2rem;
  }
}
.accordion-item-list .accordion-item .accordion-answer .content .m-text {
  position: relative;
  color: #64B5E7;
  font-family: gothicMB101Pro-Regular;
  font-size: 1.4rem;
  color: #3E3A39;
}

/* デバイス毎の改行操作 */
@media screen and (min-width: 1024px) {
  [data-tb],
  [data-sp] {
    display: none !important;
  }
  [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-pc],
  [data-sp] {
    display: none !important;
  }
  [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 750px) {
  [data-tb],
  [data-pc] {
    display: none !important;
  }
  [data-sp] {
    display: inline-block !important;
  }
}
* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

a {
  display: block;
}

.container {
  max-width: 1750px;
  width: 92%;
  margin: auto;
  padding: 0;
}

.container-m {
  max-width: 1500px;
  width: 90%;
  margin: auto;
}

.container-s {
  max-width: 1320px;
  width: 90%;
  margin: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

img {
  width: 100%;
}

.txt {
  font-size: 21px;
  line-height: 2;
}
@media print, screen and (max-width: 1600px) {
  .txt {
    font-size: clamp(17px, 1.09375vw, 21px);
  }
}

.sp {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media print, screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tb {
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}

@media print, screen and (max-width: 1024px) {
  .tb-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* 共通設定：アニメーションの速度やタイミング */
.ani {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  will-change: opacity, transform;
}

/* 発火時の状態（全種共通） */
.ani.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ① その場でフェードイン */
.fade-in {
  /* 特になし（opacityのみで制御） */
}

/* ② 下からフェードイン */
.fade-up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.ani.slide-up {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ani.slide-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ③ 左斜め下からフェードイン */
.fade-left-up.is-active {
  -webkit-animation: slideInPoyon 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
          animation: slideInPoyon 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

.hover-fade-left:hover {
  -webkit-animation: hoverSlideInPoyon 0.3s ease-in-out;
          animation: hoverSlideInPoyon 0.3s ease-in-out;
}

/* 共通のアニメーション基盤 */
.blob {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.6;
  /* JSで動的に生成される形状と速度を使用 */
  -webkit-animation: morphing var(--duration, 5s) ease-in-out infinite;
          animation: morphing var(--duration, 5s) ease-in-out infinite;
  will-change: border-radius;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes revealFromLeft {
  from {
    /* inset(上 右 下 左) の順。右側を100%削った状態から開始 */
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  to {
    /* すべて0にすることで画像全体を表示 */
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes revealFromLeft {
  from {
    /* inset(上 右 下 左) の順。右側を100%削った状態から開始 */
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  to {
    /* すべて0にすることで画像全体を表示 */
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes slideInPoyon {
  from {
    opacity: 0;
    /* スタート位置：斜め左下（X軸をマイナス、Y軸をプラス） */
    /* 同時に少し縮めておく（弾む予備動作） */
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
  }
  to {
    opacity: 1;
    /* ゴール位置：元の場所 */
    /* サイズも元に戻す */
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes slideInPoyon {
  from {
    opacity: 0;
    /* スタート位置：斜め左下（X軸をマイナス、Y軸をプラス） */
    /* 同時に少し縮めておく（弾む予備動作） */
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
  }
  to {
    opacity: 1;
    /* ゴール位置：元の場所 */
    /* サイズも元に戻す */
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes hoverSlideInPoyon {
  0% {
    /* スタート位置：斜め左下（X軸をマイナス、Y軸をプラス） */
    /* 同時に少し縮めておく（弾む予備動作） */
    -webkit-transform: translate(-10px, 10px) scale(1);
            transform: translate(-10px, 10px) scale(1);
  }
  50% {
    /* スタート位置：斜め左下（X軸をマイナス、Y軸をプラス） */
    /* 同時に少し縮めておく（弾む予備動作） */
    -webkit-transform: translate(10px, -10px) scale(1.1);
            transform: translate(10px, -10px) scale(1.1);
  }
  100% {
    opacity: 1;
    /* ゴール位置：元の場所 */
    /* サイズも元に戻す */
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes hoverSlideInPoyon {
  0% {
    /* スタート位置：斜め左下（X軸をマイナス、Y軸をプラス） */
    /* 同時に少し縮めておく（弾む予備動作） */
    -webkit-transform: translate(-10px, 10px) scale(1);
            transform: translate(-10px, 10px) scale(1);
  }
  50% {
    /* スタート位置：斜め左下（X軸をマイナス、Y軸をプラス） */
    /* 同時に少し縮めておく（弾む予備動作） */
    -webkit-transform: translate(10px, -10px) scale(1.1);
            transform: translate(10px, -10px) scale(1.1);
  }
  100% {
    opacity: 1;
    /* ゴール位置：元の場所 */
    /* サイズも元に戻す */
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
/* スライムのような形状変化のキーフレーム */
@-webkit-keyframes morphing {
  0% {
    border-radius: var(--r1, 50%);
  }
  33% {
    border-radius: var(--r2, 50%);
  }
  66% {
    border-radius: var(--r3, 50%);
  }
  100% {
    border-radius: var(--r1, 50%);
  }
}
@keyframes morphing {
  0% {
    border-radius: var(--r1, 50%);
  }
  33% {
    border-radius: var(--r2, 50%);
  }
  66% {
    border-radius: var(--r3, 50%);
  }
  100% {
    border-radius: var(--r1, 50%);
  }
}
@-webkit-keyframes kenBurnsFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  /* 最初の1.6秒（10%）でフェードイン完了 */
  10% {
    opacity: 1;
  }
  /* 4秒（25%）時点で拡大率1.1に達する */
  25% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  /* 次の0.8秒（5%）でフェードアウト */
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  /* 残り（30%〜100%）は透明なまま待機 */
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenBurnsFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  /* 最初の1.6秒（10%）でフェードイン完了 */
  10% {
    opacity: 1;
  }
  /* 4秒（25%）時点で拡大率1.1に達する */
  25% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  /* 次の0.8秒（5%）でフェードアウト */
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  /* 残り（30%〜100%）は透明なまま待機 */
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
section {
  padding: 200px 0;
  color: rgb(91, 91, 91);
}
@media print, screen and (max-width: 1024px) {
  section {
    padding: 100px 0;
  }
}
section .lead-txt {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(22px, 1.5625vw, 30px);
  line-height: 2;
}
@media print, screen and (max-width: 768px) {
  section .lead-txt {
    font-size: clamp(16px, 2.8645833333vw, 22px);
  }
}
section .lead-txt.left {
  text-align: left;
}
section > .container, section > .container-m {
  position: relative;
}
section .abso {
  position: absolute;
}

.sec-ttl-wrap {
  text-align: center;
}
.sec-ttl-wrap .en-ttl {
  font-family: "Kalam", cursive;
  font-weight: 300;
  font-size: clamp(48px, 5.2083333333vw, 100px);
  color: rgba(91, 91, 91, 0.4);
}
@media print, screen and (max-width: 768px) {
  .sec-ttl-wrap .en-ttl {
    font-size: clamp(36px, 6.25vw, 50px);
  }
}
.sec-ttl-wrap h2 {
  color: rgb(91, 91, 91);
  font-size: clamp(27px, 1.5625vw, 30px);
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 768px) {
  .sec-ttl-wrap h2 {
    font-size: clamp(20px, 3.515625vw, 27px);
  }
}
.sec-ttl-wrap h2.span-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-ttl-wrap h2.span-ttl img {
  margin-bottom: 5%;
  max-height: 100px;
}
@media print, screen and (max-width: 1024px) {
  .sec-ttl-wrap h2.span-ttl img {
    height: 12vw;
  }
}

.view-btn a {
  display: block;
  max-width: 300px;
  border-radius: 100px;
  background-image: url(../img/common/button-bg-black.png);
  background-size: cover;
  background-position: center;
  height: 105px;
  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;
  gap: 20px;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .view-btn a {
    height: 57px;
    min-width: 159px;
    width: 60%;
  }
}
.view-btn a span {
  font-size: clamp(23px, 1.5625vw, 30px);
  color: #fff;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .view-btn a span {
    font-size: clamp(16px, 3.90625vw, 30px);
  }
}
.view-btn a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url(../img/common/button-bg-red.png);
}
@media only screen and (max-width: 640px) {
  .view-btn a svg {
    width: 18px;
  }
}

.card-wrap .card-item {
  background: url(../img/common/bg.png);
  border-radius: 50px;
  padding: 100px;
}
@media print, screen and (max-width: 1300px) {
  .card-wrap .card-item {
    padding: 50px 5%;
  }
}
.card-wrap .card-item.no-bg {
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
}

.card-item {
  margin-top: 50px;
}
.card-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media print, screen and (max-width: 1024px) {
  .card-item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-item .illu-wrap .item {
  position: absolute;
}
.card-item .item-icon-wrap {
  width: 20%;
  max-width: 200px;
}
@media print, screen and (max-width: 1024px) {
  .card-item .item-icon-wrap {
    display: none;
  }
}
@media print, screen and (max-width: 1024px) {
  .card-item.no-bg .item-icon-wrap {
    display: block;
  }
}
.card-item .item-txt-wrap {
  width: calc(100% - min(10%, 200px) - 30px);
  position: relative;
  z-index: 9;
}
@media print, screen and (max-width: 1024px) {
  .card-item .item-txt-wrap {
    width: 100%;
  }
}
.card-item .item-txt-wrap .num-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.card-item .item-txt-wrap .num-wrap h4 {
  margin-top: 0;
}
.card-item .item-txt-wrap h4 {
  font-size: clamp(27px, 2.0833333333vw, 40px);
  font-weight: 500;
  margin-top: 50px;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .card-item .item-txt-wrap h4 {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .card-item .item-txt-wrap h4 {
    font-size: clamp(24px, 3.515625vw, 27px);
  }
}
.card-item .item-txt-wrap h4 .small {
  font-size: clamp(20px, 1.25vw, 24px);
}
.card-item .item-txt-wrap .num {
  display: block;
  font-size: 80px;
  line-height: 120px;
  width: 130px;
  text-align: center;
  font-weight: bold;
  color: rgb(212, 115, 92);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  padding: 0px;
  border-radius: 100px;
  border: 6px dotted rgb(212, 115, 92);
}
@media print, screen and (max-width: 1024px) {
  .card-item .item-txt-wrap .num {
    border: unset;
    font-size: 72px;
  }
}
.card-item .item-txt-wrap h3 {
  font-size: clamp(40px, 3.6458333333vw, 70px);
  margin-top: 20px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media print, screen and (max-width: 1024px) {
  .card-item .item-txt-wrap h3 {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .card-item .item-txt-wrap h3 {
    font-size: clamp(32px, 5.2083333333vw, 40px);
  }
}
.card-item .item-txt-wrap h3.pink {
  color: rgb(212, 115, 92);
}
.card-item .item-txt-wrap h3 .small {
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 2;
}
.card-item .item-txt-wrap .txt {
  margin-top: 20px;
}
@media print, screen and (max-width: 1024px) {
  .card-item .item-txt-wrap .img-wrap {
    margin: 20px 0;
  }
}
.card-item .item-txt-wrap .detail-list {
  margin-top: 20px;
  font-size: clamp(22px, 1.3541666667vw, 26px);
  line-height: 2;
}
.card-item .item-txt-wrap .detail-list ul {
  list-style: disc;
}
@media print, screen and (max-width: 768px) {
  .card-item .item-txt-wrap .detail-list ul {
    padding-left: 30px;
  }
}
.card-item .item-txt-wrap .detail-list ul li {
  font-size: clamp(20px, 1.3541666667vw, 26px);
}
@media print, screen and (max-width: 1024px) {
  .card-item .item-txt-wrap .detail-list ul li {
    font-size: clamp(16px, 2.8645833333vw, 22px);
  }
}
.card-item .item-txt-wrap ul li {
  font-size: clamp(20px, 1.3541666667vw, 26px);
  font-weight: 500;
}
.card-item .item-txt-wrap ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  margin-top: 20px;
}
.card-item .item-txt-wrap ol.pink li {
  color: rgb(212, 115, 92);
  font-size: clamp(20px, 1.3541666667vw, 26px);
}
.card-item .item-txt-wrap ol li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .card-item .item-txt-wrap ol li {
    padding-left: 25px;
  }
}
.card-item .item-txt-wrap ol li.pink {
  color: rgb(212, 115, 92);
}
.card-item .item-txt-wrap ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  color: rgb(212, 115, 92);
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: clamp(21px, 1.3541666667vw, 26px);
  left: 0;
  margin-top: 5px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: top;
  /*以下上下中央寄せのため*/
  top: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .card-item .item-txt-wrap ol li:before {
    top: 25px;
    left: -5px;
  }
}
.card-item .item-txt-wrap ol li span {
  font-size: clamp(21px, 1.3541666667vw, 26px);
  color: rgb(212, 115, 92);
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .card-item .item-txt-wrap ol li span {
    font-size: 18px;
  }
}
.card-item .item-txt-wrap .view-btn {
  margin: 40px 0;
}
.card-item .item-txt-wrap .view-btn a {
  margin: 0;
}
@media print, screen and (max-width: 1024px) {
  .card-item.card-item-wimg .item-icon-wrap {
    position: absolute;
    margin-top: -30px;
    left: 23vw;
    width: 20vw;
    min-width: 120px;
  }
}
@media print, screen and (max-width: 768px) {
  .card-item.card-item-wimg .item-icon-wrap {
    left: 35vw;
    margin-top: -3vw;
  }
}
.card-item.card-item-wimg .inner > .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - min(10%, 200px) - 30px);
}
@media print, screen and (max-width: 1024px) {
  .card-item.card-item-wimg .inner > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card-item.card-item-wimg .img-wrap {
  width: 35%;
}
@media print, screen and (max-width: 1024px) {
  .card-item.card-item-wimg .img-wrap {
    width: 100%;
    max-width: 400px;
    margin: a;
  }
}
.card-item.card-item-wimg .item-txt-wrap {
  width: calc(65% - 100px);
}
@media print, screen and (max-width: 1024px) {
  .card-item.card-item-wimg .item-txt-wrap {
    width: 100%;
  }
}

.illu-wrap {
  position: relative;
}
.illu-wrap img {
  width: 100%;
}
.illu-wrap .bird {
  width: 10%;
  max-width: 100px;
  min-width: 40px;
}
.illu-wrap .leaf {
  width: 50vw;
  max-width: 530px;
  right: 0;
  min-width: 200px;
}
.illu-wrap .dog {
  width: 10vw;
  max-width: 150px;
  min-width: 60px;
  aspect-ratio: 1/1;
}
.illu-wrap .home1 {
  width: 14vw;
  max-width: 191px;
  min-width: 70px;
}
.illu-wrap .home2 {
  width: 13vw;
  max-width: 200px;
  min-width: 72px;
}
.illu-wrap .home3 {
  width: 14vw;
  max-width: 200px;
  min-width: 72px;
}
.illu-wrap .home4 {
  width: 16vw;
  max-width: 200px;
  min-width: 72px;
}
.illu-wrap .home5 {
  width: 14vw;
  max-width: 200px;
  min-width: 72px;
}
.illu-wrap .home6 {
  width: 12vw;
  max-width: 170px;
  min-width: 72px;
}
.illu-wrap .appart1 {
  width: 16vw;
  max-width: 244px;
  min-width: 82px;
}
.illu-wrap .tree {
  width: 20vw;
  max-width: 270px;
  min-width: 82px;
}
.illu-wrap .car {
  width: 8vw;
  max-width: 116px;
  min-width: 45px;
}
.illu-wrap .car2 {
  width: 16vw;
  max-width: 231px;
  min-width: 80px;
}
.illu-wrap .car4 {
  width: 12vw;
  max-width: 160px;
  min-width: 80px;
}
.illu-wrap .car5 {
  width: 11vw;
  max-width: 134px;
  min-width: 60px;
}
.illu-wrap .car7 {
  width: 18vw;
  max-width: 211px;
  min-width: 80px;
}
.illu-wrap .car6 {
  width: 10vw;
  max-width: 117px;
  min-width: 50px;
}
.illu-wrap .kira {
  width: 14vw;
  max-width: 181px;
  min-width: 60px;
}

.main {
  overflow: hidden;
}

.subpage {
  font-size: clamp(16px, 1.5909090909vw, 21px);
  padding-top: 90px;
}
.subpage .illu-wrap {
  position: relative;
}
.subpage .illu-wrap .item {
  position: absolute;
}
.subpage .mv-container {
  position: relative;
}
.subpage #mv .left-content .img-slide-wrap {
  aspect-ratio: 800/625;
  margin-left: 10%;
  width: 90%;
}
.subpage #mv .img-slide-wrap {
  border-radius: 50px;
}
.subpage #mv .ani.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.subpage .mv {
  padding: 250px 0 500px;
}
@media print, screen and (max-width: 1024px) {
  .subpage .mv {
    padding-bottom: 200px;
  }
}
.subpage .mv .lead-txt {
  font-size: clamp(20px, 1.25vw, 24px);
  max-width: 660px;
  margin: 40px auto;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: rgb(91, 91, 91);
}
@media print, screen and (max-width: 768px) {
  .subpage .mv .lead-txt {
    font-size: clamp(16px, 2.8645833333vw, 22px);
    text-align: center;
  }
}
.subpage .mv .lead-txt.left {
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  .subpage .mv .lead-txt.left {
    text-align: center;
  }
}
.subpage section {
  padding-top: 200px;
}
@media print, screen and (max-width: 1024px) {
  .subpage section {
    padding-top: 100px;
  }
}
.subpage section .lead-txt {
  text-align: center;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 2;
  font-weight: bold;
}
@media print, screen and (max-width: 1024px) {
  .subpage section .lead-txt {
    font-size: clamp(16px, 2.8645833333vw, 22px);
  }
}
@media print, screen and (max-width: 768px) {
  .subpage section .lead-txt {
    text-align: left;
  }
}
.subpage section .lead-txt.left {
  text-align: left;
}
.subpage section .lead-txt.right {
  text-align: right;
}
.subpage section .txt {
  font-size: clamp(16px, 1.5909090909vw, 21px);
}
.subpage section .bg-content {
  background-image: url(../img/common/bg.png);
  padding: 100px 0px 150px;
  border-radius: 50px;
}
@media print, screen and (max-width: 768px) {
  .subpage section .bg-content {
    padding: 50px 0;
  }
}
.subpage .txt-w-dot {
  padding-bottom: 1px;
  border-bottom: 2px dotted rgb(219, 191, 170);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Kiwi Maru", serif;
  font-size: clamp(35px, 1.9841269841vw, 50px);
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: rgb(91, 91, 91);
  line-height: 2;
}
@media print, screen and (max-width: 1024px) {
  .subpage .txt-w-dot {
    font-size: clamp(24px, 5.2083333333vw, 40px);
  }
}
@media only screen and (max-width: 640px) {
  .subpage .txt-w-dot {
    display: inline;
    line-height: 2;
    margin-bottom: 20px;
  }
}
.subpage .txt-w-dot.pink {
  color: rgb(212, 115, 92);
}
.subpage .list-wrap .list-item {
  width: 30%;
}
.subpage .list-wrap .list-item .sub-ttl {
  font-size: clamp(22px, 1.6774193548vw, 26px);
  text-align: center;
  font-weight: 500;
}
.subpage .list-wrap .list-item .ttl {
  text-align: center;
  font-size: clamp(27px, 2.6315789474vw, 40px);
  font-weight: 500;
}
.subpage .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 30px;
  line-height: 2;
}
@media print, screen and (max-width: 768px) {
  .subpage .price-row {
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
.subpage .price-row .price-item-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(19px, 1.6774193548vw, 26px);
  color: #5b5b5b;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media print, screen and (max-width: 1024px) {
  .subpage .price-row .price-item-name {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 768px) {
  .subpage .price-row .price-item-name {
    font-size: 20px;
    letter-spacing: 2px;
    white-space: normal;
  }
}
@media only screen and (max-width: 640px) {
  .subpage .price-row .price-item-name {
    font-size: 16px;
  }
}
.subpage .price-row .price-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .subpage .price-row .price-value {
    gap: 2px;
  }
}
.subpage .price-row .price-value .price-amount {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(23px, 1.935483871vw, 30px);
  color: #d4735c;
  letter-spacing: 6px;
}
@media print, screen and (max-width: 1024px) {
  .subpage .price-row .price-value .price-amount {
    font-size: clamp(19px, 1.6774193548vw, 26px);
  }
}
@media print, screen and (max-width: 768px) {
  .subpage .price-row .price-value .price-amount {
    font-size: clamp(18px, 1.5483870968vw, 24px);
    letter-spacing: 3px;
  }
}
.subpage .price-row .price-value .price-unit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.5555555556vw, 21px);
  color: #5b5b5b;
  letter-spacing: 4.2px;
}
@media print, screen and (max-width: 768px) {
  .subpage .price-row .price-value .price-unit {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.link-arr-wrap {
  max-width: 90px;
}
@media print, screen and (max-width: 768px) {
  .link-arr-wrap {
    max-width: 60px;
  }
}
.link-arr-wrap svg {
  width: 100%;
}
.link-arr-wrap .hover {
  display: none;
}
.link-arr-wrap:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link-arr-wrap:hover .base {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link-arr-wrap:hover .hover {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-content .qa-categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-bottom: 100px;
  z-index: 1;
  margin-top: 50px;
}
@media print, screen and (max-width: 1024px) {
  .faq-content .qa-categories {
    gap: 30px;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-list .qa-divider:first-child {
    display: none;
  }
}
.faq-content .category-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}
@media print, screen and (max-width: 1024px) {
  .faq-content .category-item {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(212, 115, 92);
  }
}
@media print, screen and (max-width: 1024px) {
  .faq-content .category-item .category-divider {
    display: none;
  }
}
.faq-content .category-item:hover {
  opacity: 0.8;
}
.faq-content .category-item.active {
  opacity: 1;
}
.faq-content .category-item .category-icon {
  width: 139px;
  height: 139px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media print, screen and (max-width: 768px) {
  .faq-content .category-item .category-icon {
    width: 10vw;
    height: 14vw;
    min-width: 60px;
    max-width: 200px;
  }
}
.faq-content .category-item .category-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-content .category-item.active .category-icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.faq-content .category-item .category-divider {
  width: 100%;
  height: 2px;
  background-color: #d4735c;
}
.faq-content .category-item .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media print, screen and (max-width: 768px) {
  .faq-content .category-item .category-label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.faq-content .category-item .category-label .category-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(19px, 1.3541666667vw, 26px);
  line-height: 1.5;
  color: #d4735c;
  letter-spacing: 2.6px;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .faq-content .category-item .category-label .category-text {
    font-size: 22px;
  }
}
.faq-content .category-item .category-label .category-arrow {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .faq-content .category-item .category-label .category-arrow {
    width: 50px;
    height: 50px;
  }
}
.faq-content .category-item .category-label .category-arrow svg {
  width: 100%;
  height: 100%;
}
.faq-content .category-item.active .category-label .category-arrow.link-arr-wrap .base {
  display: none;
}
.faq-content .category-item.active .category-label .category-arrow.link-arr-wrap .hover {
  display: block;
}
.faq-content .qa-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
.faq-content .qa-divider {
  width: 100%;
  height: 2px;
  background-color: #d4735c;
}
.faq-content .qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.faq-content .qa-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .faq-content .qa-question {
    padding: 30px 0;
  }
}
.faq-content .qa-question:hover {
  opacity: 0.8;
}
.faq-content .qa-question .qa-q-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-question .qa-q-content {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq-content .qa-question .qa-q-content .qa-q-icon {
  width: 60px;
  height: 60px;
  background-color: #5b5b5b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-question .qa-q-content .qa-q-icon {
    width: 50px;
    height: 50px;
  }
}
.faq-content .qa-question .qa-q-content .qa-q-icon span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  color: #fbf7f4;
  letter-spacing: 4px;
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-question .qa-q-content .qa-q-icon span {
    font-size: 32px;
  }
}
.faq-content .qa-question .qa-q-content .qa-q-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 2;
  color: #5b5b5b;
  letter-spacing: 5.2px;
}
@media print, screen and (max-width: 1024px) {
  .faq-content .qa-question .qa-q-content .qa-q-text {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-question .qa-q-content .qa-q-text {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
.faq-content .qa-question .qa-toggle-btn {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-question .qa-toggle-btn {
    width: 50px;
    height: 50px;
  }
}
.faq-content .qa-question .qa-toggle-btn svg {
  width: 30px;
  height: 30px;
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-question .qa-toggle-btn svg {
    width: 25px;
    height: 25px;
  }
}
.faq-content .qa-question .qa-toggle-btn.open svg path:nth-child(2) {
  display: none;
}
.faq-content .qa-answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease, -ms-grid-rows 0.4s ease;
  overflow: hidden;
}
.faq-content .qa-answer.open {
  grid-template-rows: 1fr;
}
.faq-content .qa-answer .qa-answer-inner {
  min-height: 0;
}
.faq-content .qa-answer .qa-answer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-answer .qa-answer-content {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 30px;
  }
}
.faq-content .qa-answer .qa-answer-content .qa-a-icon {
  width: 60px;
  height: 60px;
  background-color: #fbf7f4;
  border: 2px solid #d4735c;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-answer .qa-answer-content .qa-a-icon {
    width: 50px;
    height: 50px;
  }
}
.faq-content .qa-answer .qa-answer-content .qa-a-icon span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  color: #d4735c;
  letter-spacing: 4px;
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-answer .qa-answer-content .qa-a-icon span {
    font-size: 32px;
  }
}
.faq-content .qa-answer .qa-answer-content .qa-a-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 2;
  color: #5b5b5b;
  letter-spacing: 5.2px;
}
@media print, screen and (max-width: 1024px) {
  .faq-content .qa-answer .qa-answer-content .qa-a-text {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 768px) {
  .faq-content .qa-answer .qa-answer-content .qa-a-text {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.txt-l {
  font-size: clamp(23px, 1.935483871vw, 30px);
  text-align: center;
  line-height: 2;
  font-weight: 700;
}
.txt-l.left {
  text-align: left;
}
.txt-l.right {
  text-align: right;
}

.txt-s {
  font-size: clamp(18px, 1.5483870968vw, 24px);
  line-height: 2;
}

.txt-m {
  font-size: clamp(20px, 1.6774193548vw, 26px);
  line-height: 2;
  font-weight: 700;
}

.sub-txt-img-wrap {
  max-width: 1320px;
  margin: auto;
  gap: 7.5%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (max-width: 1024px) {
  .sub-txt-img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    margin: auto;
    gap: 32px;
  }
}
.sub-txt-img-wrap .img-wrap {
  width: 41%;
}
@media print, screen and (max-width: 1024px) {
  .sub-txt-img-wrap .img-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sub-txt-img-wrap .txt-wrap {
  width: 51%;
}
@media print, screen and (max-width: 1024px) {
  .sub-txt-img-wrap .txt-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sub-txt-img-wrap .txt-wrap .txt-s {
  margin-top: 50px;
}

.cms-list {
  max-width: 1290px;
  margin: auto;
}
@media print, screen and (max-width: 1024px) {
  .cms-list .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    max-width: 400px;
    margin: auto;
  }
}
.cms-list .item {
  width: 22%;
}
@media print, screen and (max-width: 1024px) {
  .cms-list .item {
    width: 100%;
  }
}
.cms-list .item .txt-wrap {
  margin-top: 30px;
}
.cms-list .item .txt-wrap .txt {
  font-size: clamp(19px, 1.3333333333vw, 26px);
}

.subpge-lead .lead-img-wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.subpge-lead .lead-txt {
  font-weight: bold;
}
.subpge-lead .lead-txt .small {
  font-size: 16px;
}

.icon-ttl .flex {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  color: rgb(212, 115, 92);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.icon-ttl .flex .icon {
  width: 70px;
}
.icon-ttl .flex .num {
  font-size: clamp(40px, 4.1025641026vw, 80px);
  line-height: 1;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
.icon-ttl .flex .prob-txt {
  font-size: clamp(24px, 1.641025641vw, 32px);
  font-weight: 600;
}

.footer-mobile-container {
  max-width: 500px;
  margin: 20px 0;
}
.footer-mobile-container .footer-nav {
  width: 100%;
}
.footer-mobile-container .footer-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.footer-mobile-container .menu-item {
  position: relative;
}
.footer-mobile-container .menu-link,
.footer-mobile-container .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-mobile-container .menu-link:hover,
.footer-mobile-container .menu-toggle:hover {
  opacity: 0.7;
}
.footer-mobile-container .menu-icon {
  position: relative;
  width: 12px;
  height: 11.3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-mobile-container .menu-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-mobile-container .menu-icon.arrow svg {
  display: block;
}
.footer-mobile-container .menu-icon.plus .icon-plus {
  display: block;
}
.footer-mobile-container .menu-icon.plus .icon-minus {
  display: none;
}
.footer-mobile-container .menu-toggle.active .menu-icon.plus .icon-plus {
  display: none;
}
.footer-mobile-container .menu-toggle.active .menu-icon.plus .icon-minus {
  display: block;
}
.footer-mobile-container .menu-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #d4735c;
  letter-spacing: 3.2px;
  white-space: nowrap;
}
.footer-mobile-container .has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.footer-mobile-container .submenu {
  list-style: none;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease, -ms-grid-rows 0.4s ease;
  overflow: hidden;
}
.footer-mobile-container .submenu.open {
  grid-template-rows: 1fr;
}
.footer-mobile-container .submenu-inner {
  min-height: 0;
}
.footer-mobile-container .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding-left: 10.67px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.footer-mobile-container .submenu.open {
  max-height: 500px;
  opacity: 1;
}
.footer-mobile-container .submenu-item {
  position: relative;
}
.footer-mobile-container .submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-mobile-container .submenu-link:hover {
  opacity: 0.7;
}
.footer-mobile-container .submenu-link .menu-text {
  white-space: normal;
  word-break: keep-all;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kalam-light {
  font-family: "Kalam", cursive;
  font-weight: 300;
  font-style: normal;
}

.kalam-regular {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

.kalam-bold {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.pc-header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 120px;
  overflow: hidden;
  padding: 0;
}
@media print, screen and (max-width: 768px) {
  .pc-header {
    height: 70px;
  }
}
.pc-header .header-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 100vw;
}
.pc-header .header-background .bg-layer {
  position: absolute;
  inset: 0;
  background-image: url(../img/common/bg-2.png);
}
.pc-header .header-background .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-header .header-background .bg-image.blend-multiply {
  mix-blend-mode: multiply;
  opacity: 0.1;
}
.pc-header .header-background .bg-image.blend-lighten {
  mix-blend-mode: plus-lighter;
  opacity: 0.15;
}
.pc-header .header-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100vw;
  padding: 10px 50px 5px;
  gap: 20px;
}
@media print, screen and (max-width: 1024px) {
  .pc-header .header-content {
    padding: 10px 30px 5px;
    gap: 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .pc-header .header-content {
    padding: 5px 20px 5px;
    gap: 20px;
  }
}
.pc-header .header-left {
  height: 90px;
  width: 220px;
}
@media print, screen and (max-width: 768px) {
  .pc-header .header-left {
    height: 60px;
    width: auto;
  }
}
.pc-header .header-left a {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pc-header .header-left img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.pc-header .header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 1600px) {
  .pc-header .header-center {
    display: none;
  }
}
.pc-header .header-center .header-info .info-title {
  font-size: clamp(16px, 1.3548387097vw, 21px);
  font-weight: 500;
  color: #5b5b5b;
  white-space: nowrap;
  line-height: normal;
}
@media print, screen and (max-width: 1600px) {
  .pc-header .header-center .header-info .info-title {
    font-size: 18px;
  }
}
.pc-header .header-center .header-info .info-license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.pc-header .header-center .header-info .info-license .license-text {
  font-size: 16px;
  font-weight: 500;
  color: #5b5b5b;
  white-space: nowrap;
  line-height: normal;
}
@media print, screen and (max-width: 1600px) {
  .pc-header .header-center .header-info .info-license .license-text {
    font-size: 14px;
  }
}
.pc-header .header-center .header-info .info-license .license-logo {
  position: relative;
  width: 28.225px;
  height: 23px;
}
.pc-header .header-center .header-info .info-license .license-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
@media print, screen and (max-width: 1024px) {
  .pc-header .header-right {
    gap: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .pc-header .header-right {
    display: none;
  }
}
.pc-header .header-right .service-item {
  position: relative;
  height: 66.522px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc-header .header-right .service-item .pickup-badge {
  position: absolute;
  width: 119.399px;
  height: 105.099px;
  top: -29.29px;
  left: 91px;
  z-index: 1;
}
.pc-header .header-right .service-item .pickup-badge .pickup-icon {
  width: 100%;
  height: 100%;
}
.pc-header .header-right .service-item .pickup-badge .pickup-icon .pickup-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 17.921px;
  fill: #dbbfaa;
}
.pc-header .header-right .service-item .service-icon {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 7.76px;
  left: -6.22px;
  overflow: hidden;
}
.pc-header .header-right .service-item .service-icon img {
  position: absolute;
  width: 86.1%;
  height: 86.1%;
  left: -0.81%;
  top: 1%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-header .header-right .service-item .service-text {
  font-size: clamp(16px, 1.3548387097vw, 21px);
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  line-height: normal;
  margin-left: 50px;
}
@media print, screen and (max-width: 1600px) {
  .pc-header .header-right .service-item .service-text {
    font-size: 18px;
  }
}
.pc-header .header-right .service-item:nth-child(2) .pickup-badge {
  left: 41.28px;
  bottom: -9.66px;
  top: auto;
}
.pc-header .header-right .service-item:nth-child(2) .service-icon {
  left: -1.72px;
  top: 10.76px;
}
.pc-header .header-right .service-item:nth-child(2) .service-text {
  margin-left: 55px;
}
.pc-header .menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.209px;
  padding: 1.642px;
  background: none;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.pc-header .menu-button:hover {
  opacity: 0.7;
}
.pc-header .menu-button .hamburger-lines {
  width: 54px;
  height: 20.188px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
  .pc-header .menu-button .hamburger-lines {
    height: 20px;
  }
}
.pc-header .menu-button .hamburger-lines svg {
  width: 100%;
  height: 100%;
  margin-top: -20px;
}
@media only screen and (max-width: 640px) {
  .pc-header .menu-button .hamburger-lines svg {
    margin-top: -15px;
  }
}
.pc-header .menu-button .hamburger-lines svg line {
  width: 100%;
}
.pc-header .menu-button .hamburger-lines svg .middle-line {
  display: none;
}
@media only screen and (max-width: 640px) {
  .pc-header .menu-button .hamburger-lines svg .middle-line {
    display: block;
  }
}
.pc-header .menu-button .menu-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.3548387097vw, 21px);
  color: #5b5b5b;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
}
@media only screen and (max-width: 640px) {
  .pc-header .menu-button .menu-text {
    display: none;
  }
}
.pc-header .header-border {
  position: absolute;
  bottom: -2.5px;
  left: 0;
  right: 0;
  border-bottom: 5px solid white;
  pointer-events: none;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.menu-overlay .menu-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.menu-overlay .menu-background .bg-layer {
  position: absolute;
  inset: 0;
  background-image: url(../img/common/bg.png);
}
.menu-overlay .menu-background .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-overlay .menu-background .bg-image.blend-multiply {
  mix-blend-mode: multiply;
  opacity: 0.1;
}
.menu-overlay .menu-background .bg-image.blend-lighten {
  mix-blend-mode: plus-lighter;
  opacity: 0.15;
}
.menu-overlay .menu-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media print, screen and (max-width: 1300px) {
  .menu-overlay .menu-content {
    gap: 30px;
  }
}
.menu-overlay .menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  padding: 10px 50px 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-header {
    padding: 10px 20px 5px;
    height: 70px;
  }
}
.menu-overlay .menu-header .header-left {
  height: 90px;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-header .header-left {
    height: 60px;
    width: auto;
  }
}
.menu-overlay .menu-header .header-left a {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-overlay .menu-header .header-left img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.menu-overlay .menu-header .close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.209px;
  padding: 1.642px;
  background: none;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.menu-overlay .menu-header .close-button:hover {
  opacity: 0.7;
}
.menu-overlay .menu-header .close-button .close-icon {
  width: 51px;
  height: 18.469px;
}
.menu-overlay .menu-header .close-button .close-icon svg {
  width: 100%;
  height: 100%;
}
.menu-overlay .menu-header .close-button .close-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.3548387097vw, 21px);
  color: #5b5b5b;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
}
.menu-overlay .menu-main {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
}
@media print, screen and (max-width: 1300px) {
  .menu-overlay .menu-main {
    padding: 0 5% 40px;
  }
}
@media print, screen and (max-width: 1024px) {
  .menu-overlay .menu-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    margin: auto;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    padding: 0 20px 80px;
    overflow: scroll;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.menu-overlay .menu-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border-right: 2px solid rgb(91, 91, 91);
}
@media print, screen and (max-width: 1024px) {
  .menu-overlay .menu-left {
    border-right: unset;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.menu-overlay .menu-left .service-card {
  background: white;
  border-radius: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 80px;
}
@media print, screen and (max-width: 1300px) {
  .menu-overlay .menu-left .service-card {
    margin-right: 4%;
  }
}
@media print, screen and (max-width: 1024px) {
  .menu-overlay .menu-left .service-card {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card {
    border-radius: 30px;
  }
}
.menu-overlay .menu-left .service-card .service-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding: 100px 100px 70px;
}
@media print, screen and (max-width: 1600px) {
  .menu-overlay .menu-left .service-card .service-detail {
    padding: 50px 50px 40px;
  }
}
@media print, screen and (max-width: 1024px) {
  .menu-overlay .menu-left .service-card .service-detail {
    padding: 60px 60px 40px;
    gap: 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail {
    padding: 50px 20px;
    gap: 25px;
  }
}
.menu-overlay .menu-left .service-card .service-detail .service-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .service-header {
    height: auto;
  }
}
.menu-overlay .menu-left .service-card .service-detail .service-header .pickup-badge-large {
  position: absolute;
  width: 156.956px;
  height: 138.157px;
  top: -29.42px;
  left: 109.35px;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .service-header .pickup-badge-large {
    top: unset;
  }
}
.menu-overlay .menu-left .service-card .service-detail .service-header .pickup-badge-large .pickup-icon-large {
  width: 100%;
  height: 100%;
}
.menu-overlay .menu-left .service-card .service-detail .service-header .pickup-badge-large .pickup-icon-large .pickup-text-large {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 23.558px;
  fill: #dbbfaa;
}
.menu-overlay .menu-left .service-card .service-detail .service-header .service-icon-large {
  position: absolute;
  width: 72.3px;
  height: 72.3px;
  top: 10.2px;
  left: -8.17px;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .service-header .service-icon-large {
    position: static;
    width: 50px;
    height: 50px;
  }
}
.menu-overlay .menu-left .service-card .service-detail .service-header .service-icon-large img {
  width: 86.1%;
  height: 86.1%;
  left: -0.81%;
  top: 1%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-overlay .menu-left .service-card .service-detail .service-header .service-title {
  font-size: 34.178px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  line-height: normal;
  margin-left: 67.04px;
}
@media print, screen and (max-width: 1024px) {
  .menu-overlay .menu-left .service-card .service-detail .service-header .service-title {
    font-size: 28px;
    margin-left: 70px;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .service-header .service-title {
    font-size: 20px;
    margin-left: 15px;
  }
}
.menu-overlay .menu-left .service-card .service-detail .service-header:nth-child(2) {
  height: 87px;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .service-header:nth-child(2) {
    height: auto;
  }
}
.menu-overlay .menu-left .service-card .service-detail .service-header:nth-child(2) .pickup-badge-large {
  top: auto;
  bottom: -16.88px;
  left: 73.61px;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .service-header:nth-child(2) .pickup-badge-large {
    bottom: unset;
    left: 15%;
    margin-top: 10px;
  }
}
.menu-overlay .menu-left .service-card .service-detail .service-header:nth-child(2) .service-icon-large {
  width: 65.727px;
  height: 65.727px;
  top: 14.15px;
  left: -2.26px;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .service-header:nth-child(2) .service-icon-large {
    width: 50px;
    height: 50px;
  }
}
.menu-overlay .menu-left .service-card .service-detail .service-header:nth-child(2) .service-icon-large img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.menu-overlay .menu-left .service-card .service-detail .contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding-top: 50px;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .contact-section {
    padding-top: 30px;
    gap: 10px;
  }
}
.menu-overlay .menu-left .service-card .service-detail .contact-section .contact-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 5px 0px;
  max-width: 230px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: url(../img/common/button-bg-red.png);
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .contact-section .contact-button {
    height: 36px;
    width: 150px;
  }
}
.menu-overlay .menu-left .service-card .service-detail .contact-section .contact-button:hover {
  opacity: 0.9;
}
.menu-overlay .menu-left .service-card .service-detail .contact-section .contact-button .contact-icon {
  position: relative;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
.menu-overlay .menu-left .service-card .service-detail .contact-section .contact-button span {
  position: relative;
  font-size: clamp(16px, 1.3548387097vw, 21px);
  font-weight: 500;
  letter-spacing: 4.2px;
  line-height: 2;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .contact-section .contact-button span {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .contact-section .contact-button svg {
    width: 21px;
  }
}
.menu-overlay .menu-left .service-card .service-detail .contact-section .social-icon {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .contact-section .social-icon {
    width: 36px;
    height: 36px;
  }
}
.menu-overlay .menu-left .service-card .service-detail .contact-section .social-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.menu-overlay .menu-left .service-card .service-detail .contact-section .social-icon svg {
  width: 100%;
  height: 100%;
}
.menu-overlay .menu-left .service-card .service-detail .contact-section .social-icon.instagram {
  cursor: pointer;
}
.menu-overlay .menu-left .service-card .service-detail .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 105px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .company-info {
    height: auto;
    gap: 20px;
  }
}
.menu-overlay .menu-left .service-card .service-detail .company-info .company-description {
  font-size: clamp(18px, 1.5483870968vw, 24px);
  font-weight: 500;
  color: #5b5b5b;
  white-space: nowrap;
  line-height: normal;
}
@media print, screen and (max-width: 1024px) {
  .menu-overlay .menu-left .service-card .service-detail .company-info .company-description {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .company-info .company-description {
    font-size: 16px;
    white-space: normal;
  }
}
.menu-overlay .menu-left .service-card .service-detail .company-info .company-license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.menu-overlay .menu-left .service-card .service-detail .company-info .company-license .license-text-small {
  font-size: 16px;
  font-weight: 500;
  color: #5b5b5b;
  line-height: normal;
}
@media print, screen and (max-width: 1024px) {
  .menu-overlay .menu-left .service-card .service-detail .company-info .company-license .license-text-small {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .company-info .company-license .license-text-small {
    font-size: 12px;
    white-space: normal;
  }
}
.menu-overlay .menu-left .service-card .service-detail .company-info .company-license .license-logo-small {
  width: 28.225px;
  height: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-overlay .menu-left .service-card .service-detail .company-info .company-license .license-logo-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-overlay .menu-left .service-card .service-detail .house-decoration {
  position: absolute;
  left: 683.39px;
  top: 300px;
  width: 212px;
  height: 212px;
}
@media print, screen and (max-width: 1600px) {
  .menu-overlay .menu-left .service-card .service-detail .house-decoration {
    width: 12%;
    height: unset;
    aspect-ratio: 1;
    left: 40%;
  }
}
@media print, screen and (max-width: 1024px) {
  .menu-overlay .menu-left .service-card .service-detail .house-decoration {
    left: 350px;
    top: 170px;
    width: 150px;
    height: 150px;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-left .service-card .service-detail .house-decoration {
    display: none;
  }
}
.menu-overlay .menu-left .service-card .service-detail .house-decoration .house-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-overlay .menu-left .service-card .service-detail .house-decoration .leaf-decorations {
  position: absolute;
  inset: 0;
}
.menu-overlay .menu-left .service-card .service-detail .house-decoration .leaf-decorations .leaf {
  margin-top: -30px;
  margin-left: 30px;
  position: absolute;
  width: 342.266px;
  height: 120.266px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1600px) {
  .menu-overlay .menu-left .service-card .service-detail .house-decoration .leaf-decorations .leaf {
    width: 150%;
  }
}
.menu-overlay .menu-divider {
  width: 2px;
  background-color: #5b5b5b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-divider {
    display: none;
  }
}
.menu-overlay .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 1300px) {
  .menu-overlay .menu-nav {
    padding: 5% 0 5% 5%;
  }
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-nav {
    display: none;
  }
}
.menu-overlay .menu-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13.684px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-overlay .menu-nav .nav-item:hover {
  opacity: 0.7;
}
.menu-overlay .menu-nav .nav-item .nav-icon {
  width: 25.511px;
  height: 25.511px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-overlay .menu-nav .nav-item span {
  font-size: clamp(18px, 1.5483870968vw, 24px);
  font-weight: 500;
  color: #d4735c;
  letter-spacing: 4.8px;
  line-height: 2;
  white-space: nowrap;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-nav .nav-item span {
    font-size: 20px;
    letter-spacing: 3.2px;
  }
}
.menu-overlay .menu-nav .nav-item:nth-child(3) span {
  letter-spacing: 1.92px;
}

.side-btn-wrap {
  position: fixed;
  top: 0px;
  right: 20px;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  gap: 15px;
}
@media print, screen and (max-width: 768px) {
  .side-btn-wrap {
    display: none;
  }
}
.side-btn-wrap .btn-wrap a:hover {
  opacity: 0.78;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-61%);
          transform: translateY(-61%);
  width: 8.5rem;
  height: 8.5rem;
  background: #64B5E7;
  padding: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1001;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(1.7rem) rotate(-45deg);
          transform: translateY(1.7rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  display: none;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-1.9rem) rotate(45deg);
          transform: translateY(-1.9rem) rotate(45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  top: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #82CE98;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#mobile-nav .mobile-img {
  width: 100%;
}
#mobile-nav .mobile-img img {
  width: 100%;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 8rem 3rem 3rem;
}
#mobile-nav .top-sdg {
  padding-top: 10rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.3rem 0;
  list-style: none;
  cursor: pointer;
}
#mobile-nav .mobile-nav-menu > li .menu-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mobile-nav .mobile-nav-menu > li .menu-link .mobile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mobile-nav .mobile-nav-menu > li .menu-link .sub {
  font-family: notoSansCJKjp-black;
  font-size: 1.8rem;
  color: #FFFFFF;
}
#mobile-nav .mobile-nav-menu > li .menu-link .lead {
  font-family: KozGoPr6N-Bold;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 2;
}
#mobile-nav .mobile-nav-menu > li .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #82CE98;
  font-size: 2.4rem;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 640px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  top: 0;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kalam-light {
  font-family: "Kalam", cursive;
  font-weight: 300;
  font-style: normal;
}

.kalam-regular {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

.kalam-bold {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.footer-contact-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 5px 20px;
  background-image: url(../img/common/button-bg-red.png);
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-contact-btn:hover {
  background-image: url(../img/common/button-bg-black.png);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-contact-btn .contact-btn-icon {
  position: relative;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
.footer-contact-btn span {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 2;
  color: white;
  letter-spacing: 4.2px;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .footer-contact-btn span {
    font-size: 18px;
  }
}

.footer {
  position: relative;
  width: 100%;
  background-color: transparent;
}
.footer .footer-container {
  width: 100%;
  padding: 50px 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 200px;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-container {
    padding: 30px 20px 60px;
    gap: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-container {
    gap: 20px;
  }
}
.footer .footer-contact-section {
  width: 90%;
  max-width: 1750px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .footer .footer-contact-section {
    width: 100%;
  }
}
.footer .footer-contact-card {
  position: relative;
  background-image: url(../img/common/bg.png);
  border-radius: 50px;
  padding: 100px;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-contact-card {
    padding: 60px;
    border-radius: 40px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer .footer-contact-card {
    padding: 40px 30px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-contact-card {
    padding: 30px 15px;
  }
}
.footer .footer-contact-header {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-contact-header {
    padding-bottom: 0px;
  }
}
.footer .footer-contact-header .contact-title-en {
  font-size: clamp(60px, 5.1282051282vw, 100px);
  line-height: 1.5;
  color: rgba(91, 91, 91, 0.4);
  margin-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-contact-header .contact-title-en {
    font-size: 50px;
  }
}
.footer .footer-contact-header .contact-title-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 2;
  color: #5b5b5b;
  letter-spacing: 6px;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-contact-header .contact-title-ja {
    font-size: 24px;
    letter-spacing: 4px;
  }
}
.footer .footer-services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  width: 100%;
  z-index: 1;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer .footer-services {
    gap: 20px;
  }
}
.footer .footer-service-item {
  width: 30%;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-service-item {
    width: 100%;
  }
}
.footer .footer-service-item a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-service-item a {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-service-item a {
    gap: 15px;
  }
}
.footer .footer-service-item a:hover .service-image-wrapper {
  -webkit-animation: hoverSlideInPoyon 0.8s ease-in-out;
          animation: hoverSlideInPoyon 0.8s ease-in-out;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-service-item {
    gap: 20px;
  }
}
.footer .footer-service-item .service-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-service-item .service-image-wrapper {
    width: 30%;
    min-width: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer .footer-service-item .service-image-wrapper {
    width: 20%;
  }
}
.footer .footer-service-item .service-image-wrapper .service-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer-service-item .service-image-wrapper .service-dog {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(-9.76deg);
          transform: rotate(-9.76deg);
}
@media print, screen and (max-width: 768px) {
  .footer .footer-service-item .service-image-wrapper .service-dog {
    width: 100px;
    height: 100px;
    bottom: 10px;
    right: 10px;
  }
}
.footer .footer-service-item .service-divider {
  width: 100%;
  height: 2px;
  background-color: #d4735c;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-service-item .service-divider {
    display: none;
  }
}
.footer .footer-service-item .service-divider.service-divider-long {
  width: 100%;
}
.footer .footer-service-item .service-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-service-item .service-label {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (max-width: 1300px) {
  .footer .footer-service-item .service-label {
    gap: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-service-item .service-label {
    gap: 10px;
  }
}
.footer .footer-service-item .service-label .service-label-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 1.3333333333vw, 26px);
  line-height: 1.5;
  color: #d4735c;
  text-align: center;
  letter-spacing: 2.6px;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-service-item .service-label .service-label-text {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer .footer-service-item .service-label .service-label-text {
    font-size: 18px;
    white-space: normal;
    text-align: left;
  }
}
.footer .footer-service-item .service-label .service-arrow {
  width: 90px;
  height: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 1300px) {
  .footer .footer-service-item .service-label .service-arrow {
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer .footer-service-item .service-label .service-arrow {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-service-item .service-label .service-arrow {
    width: 45px;
    height: 45px;
  }
}
.footer .footer-service-item .service-label .service-arrow svg {
  width: 100%;
  height: 100%;
}
.footer .line-friend-button {
  position: absolute;
  top: 143px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 35px 50px;
  background-color: #06c755;
  border-radius: 80px;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (max-width: 1600px) {
  .footer .line-friend-button {
    right: 3%;
    padding: 2vw 3vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .footer .line-friend-button {
    position: relative;
    top: 0px;
    padding: 25px 35px;
    gap: 15px;
    margin: 30px auto;
    width: 70%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (max-width: 768px) {
  .footer .line-friend-button {
    position: static;
    margin: 30px auto;
    padding: 20px;
    gap: 10px;
    border-radius: 60px;
    min-width: 174px;
    width: 90%;
  }
}
.footer .line-friend-button:hover {
  opacity: 0.9;
}
.footer .line-friend-button .line-icon {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .footer .line-friend-button .line-icon {
    width: 40px;
    height: 40px;
  }
}
.footer .line-friend-button .line-icon svg {
  width: 100%;
  height: 100%;
}
.footer .line-friend-button .line-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: white;
}
@media print, screen and (max-width: 1600px) {
  .footer .line-friend-button .line-text {
    font-size: clamp(20px, 1.3333333333vw, 26px);
  }
}
@media print, screen and (max-width: 768px) {
  .footer .line-friend-button .line-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .line-friend-button .line-text {
    font-size: 16px;
  }
}
.footer .line-friend-button .line-arrow {
  width: 33px;
  height: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .footer .line-friend-button .line-arrow {
    width: 25px;
    height: 25px;
  }
}
.footer .footer-jewels {
  position: absolute;
  top: 179px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-jewels {
    display: none;
  }
}
.footer .footer-jewels .jewel {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer-jewels .jewel.jewel-1 {
  width: 57.617px;
  height: 57.617px;
  top: 0;
  left: 33px;
}
.footer .footer-jewels .jewel.jewel-2 {
  width: 44.408px;
  height: 44.408px;
  top: 35px;
  left: 0;
  -webkit-transform: rotate(5.03deg);
          transform: rotate(5.03deg);
}
.footer .footer-info-section {
  position: relative;
  width: 90%;
  max-width: 1750px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-info-section {
    gap: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-info-section {
    width: 100%;
  }
}
.footer .footer-info-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media print, screen and (max-width: 1300px) {
  .footer .footer-info-content {
    gap: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer .footer-info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .footer-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-nav-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-nav-wrapper {
    gap: 0px;
  }
}
.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.footer .footer-nav .footer-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13.5px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .footer-nav .footer-nav-item:hover {
  opacity: 0.7;
}
.footer .footer-nav .footer-nav-item .nav-arrow {
  width: 18px;
  height: 16.935px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .footer-nav .footer-nav-item span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 2;
  color: #d4735c;
  letter-spacing: 4.8px;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-nav .footer-nav-item span {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
.footer .footer-contact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-contact-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer-contact-buttons .footer-social-btn {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer .footer-contact-buttons .footer-social-btn:hover {
  opacity: 0.78;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .footer-contact-buttons .footer-social-btn svg {
  width: 100%;
  height: 100%;
}
.footer .footer-company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-company-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    display: none;
  }
}
.footer .footer-company-info .company-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 1.3333333333vw, 26px);
  line-height: 2;
  color: #d4735c;
  letter-spacing: 5.2px;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-company-info .company-name {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
.footer .footer-company-info .company-tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 1.3333333333vw, 26px);
  line-height: 2;
  color: #d4735c;
  letter-spacing: 5.2px;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-company-info .company-tel {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
.footer .footer-company-info .company-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer-company-info .company-details p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 2;
  color: #d4735c;
  letter-spacing: 4.2px;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-company-info .company-details p {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
.footer .footer-house-decoration {
  position: absolute;
  right: 0;
  top: -126px;
  width: 187px;
  height: 187px;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-house-decoration {
    width: 150px;
    height: 150px;
    top: -80px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer .footer-house-decoration {
    display: none;
  }
}
.footer .footer-house-decoration .house-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer-house-decoration .footer-leaves {
  position: absolute;
  inset: 0;
  width: 200%;
  aspect-ratio: 4/1.2;
  margin-left: -200%;
  margin-top: 50px;
}
.footer .footer-house-decoration .footer-leaves .leaf-footer {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-top: 80px;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-bottom-info {
    padding-top: 40px;
    gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-bottom-info {
    padding-top: 10px;
  }
}
.footer .footer-bottom-info .footer-description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #5b5b5b;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-bottom-info .footer-description {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer .footer-bottom-info .footer-description {
    font-size: 18px;
    white-space: normal;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-bottom-info .footer-description {
    font-size: 16px;
  }
}
.footer .footer-bottom-info .footer-license {
  display: inline;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
@media print, screen and (max-width: 768px) {
  .footer .footer-bottom-info .footer-license {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer .footer-bottom-info .footer-license .license-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #5b5b5b;
  display: inline;
}
@media print, screen and (max-width: 1024px) {
  .footer .footer-bottom-info .footer-license .license-text {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer .footer-bottom-info .footer-license .license-text {
    font-size: 16px;
    white-space: normal;
  }
}
.footer .footer-bottom-info .footer-license .license-logo {
  width: 28.225px;
  height: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
}
.footer .footer-bottom-info .footer-license .license-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#mv-bird {
  position: absolute;
  width: 50px; /* サイズは適宜調整 */
  height: auto;
  z-index: 10;
  max-width: 100px;
  width: 10vw;
  opacity: 0;
}
/* 軌道の確認用（本番で隠す場合は stroke="none" に） */
.guide-svg {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: auto;
}

#guide-svg {
  position: absolute;
  width: 180%;
  opacity: 0;
  margin-top: -7vw;
  margin-left: -13vw;
}
#guide-svg path {
  width: 100%;
}

#mv {
  position: relative;
  width: 100vw;
  padding-top: 100px;
}
@media print, screen and (max-width: 768px) {
  #mv {
    padding-top: 50px;
  }
}
#mv .ani {
  opacity: 0;
}
#mv .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mv {
  /* 動かすアイコンのスタイル */
}
#mv .right-content {
  width: 50%;
}
#mv .right-content .icon-wrap {
  margin-top: 5vw;
  position: relative;
}
#mv .right-content .icon-wrap .item.ani.is-active {
  -webkit-animation: fadeIn 1.5s ease-out 2s forwards;
          animation: fadeIn 1.5s ease-out 2s forwards;
}
#mv .right-content .icon-wrap .item:nth-child(1) {
  width: 90%;
  margin-left: -5%;
}
@media print, screen and (max-width: 1024px) {
  #mv .right-content .icon-wrap .item:nth-child(1) {
    margin: auto;
  }
}
@media print, screen and (max-width: 768px) {
  #mv .right-content .icon-wrap .item:nth-child(1) {
    width: 100%;
  }
}
#mv .right-content .icon-wrap .item:nth-child(2) {
  width: 75%;
  margin-left: 3%;
  margin-top: -7vw;
}
#mv .left-content {
  width: 50%;
}
#mv .left-content .inner {
  position: relative;
}
#mv .left-content .txt-wrapper {
  position: relative;
}
#mv .left-content .txt-wrapper > div {
  position: absolute;
}
#mv .left-content .txt-wrapper .txt-svg {
  width: 100%;
  margin-top: -15vw;
  margin-left: 0vw;
}
#mv .left-content .txt-wrapper .txt-svg.ani {
  opacity: 1;
}
#mv .left-content .txt-wrapper .txt-svg.ani.is-active {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  /* animation: 名前 時間 タイミング関数 遅延 状態維持; */
  -webkit-animation: revealFromLeft 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
          animation: revealFromLeft 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}
@media print, screen and (max-width: 1024px) {
  #mv .left-content .txt-wrapper .txt-svg {
    z-index: 5;
    margin-top: -25vw;
    margin-left: -10vw;
  }
}
@media only screen and (max-width: 640px) {
  #mv .left-content .txt-wrapper .txt-svg {
    margin-top: calc(-25vw - 35px);
    margin-left: calc(-10vw - 7px);
  }
}
#mv .left-content .txt-wrapper .line-svg {
  width: 160%;
  margin-top: -8vw;
  margin-left: 7vw;
}
#mv .left-content .txt-wrapper .line-svg.ani {
  opacity: 1;
}
#mv .left-content .txt-wrapper .line-svg.ani.is-active {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  /* animation: 名前 時間 タイミング関数 遅延 状態維持; */
  -webkit-animation: revealFromLeft 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
          animation: revealFromLeft 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}
@media print, screen and (max-width: 1024px) {
  #mv .left-content .txt-wrapper .line-svg {
    z-index: 5;
    margin-top: -15vw;
    margin-left: 0vw;
  }
}
@media only screen and (max-width: 640px) {
  #mv .left-content .txt-wrapper .line-svg {
    margin-top: calc(-15vw - 30px);
  }
}
#mv .left-content .hukidashi-01, #mv .left-content .hukidashi-02, #mv .left-content .hukidashi-03, #mv .left-content .hukidashi-04 {
  position: absolute;
}
#mv .left-content .hukidashi-01.ani.is-active, #mv .left-content .hukidashi-02.ani.is-active, #mv .left-content .hukidashi-03.ani.is-active, #mv .left-content .hukidashi-04.ani.is-active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#mv .left-content .hukidashi-01 svg, #mv .left-content .hukidashi-02 svg, #mv .left-content .hukidashi-03 svg, #mv .left-content .hukidashi-04 svg {
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  #mv .left-content .hukidashi-01 svg, #mv .left-content .hukidashi-02 svg, #mv .left-content .hukidashi-03 svg, #mv .left-content .hukidashi-04 svg {
    height: auto;
  }
}
#mv .left-content .hukidashi-01 {
  width: clamp(120px, 16vw, 220px);
  top: 1vw;
}
#mv .left-content .hukidashi-01.ani.is-active {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media print, screen and (max-width: 1024px) {
  #mv .left-content .hukidashi-01 {
    width: 37%;
    top: -20%;
    height: unset;
  }
}
#mv .left-content .hukidashi-02 {
  width: clamp(120px, 17vw, 240px);
  top: 1vw;
  margin-left: 70%;
}
#mv .left-content .hukidashi-02.ani.is-active {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media print, screen and (max-width: 1024px) {
  #mv .left-content .hukidashi-02 {
    width: 37%;
    top: -35%;
  }
}
@media only screen and (max-width: 640px) {
  #mv .left-content .hukidashi-02 {
    top: calc(-35% - 30px);
  }
}
#mv .left-content .hukidashi-03 {
  width: clamp(100px, 15vw, 200px);
  top: 55%;
}
#mv .left-content .hukidashi-03.ani.is-active {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media print, screen and (max-width: 1024px) {
  #mv .left-content .hukidashi-03 {
    width: 25%;
    top: 70%;
  }
}
#mv .left-content .hukidashi-04 {
  width: clamp(10px, 15vw, 200px);
  top: 65%;
  margin-left: 70%;
}
#mv .left-content .hukidashi-04.ani.is-active {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media print, screen and (max-width: 1024px) {
  #mv .left-content .hukidashi-04 {
    width: 30%;
    top: 70%;
  }
}
#mv .left-content .img-slide-wrap {
  width: 70%;
  margin-left: 20%;
  aspect-ratio: 10/11;
  /* 各スライドの共通設定 */
  position: relative;
  overflow: hidden;
}
#mv .left-content .img-slide-wrap .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0; /* 初期状態は透明 */
  /* 全16秒のサイクルを無限ループ */
  -webkit-animation: kenBurnsFade 16s linear infinite;
          animation: kenBurnsFade 16s linear infinite;
}
#mv .left-content .img-slide-wrap {
  /* 各スライドの遅延設定
      1枚 4秒 × 4枚 ＝ 合計16秒のサイクル
  */
}
#mv .left-content .img-slide-wrap .slide:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#mv .left-content .img-slide-wrap .slide:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#mv .left-content .img-slide-wrap .slide:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
#mv .left-content .img-slide-wrap .slide:nth-child(4) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.top #mv .flex {
  padding-top: 200px;
}
@media print, screen and (max-width: 1024px) {
  .top #mv .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 1024px) {
  .top #mv .flex .left-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .top #mv .flex .left-content {
    margin-top: 100px;
  }
}
@media print, screen and (max-width: 1024px) {
  .top #mv .flex .right-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media print, screen and (max-width: 1024px) {
  .top #mv .flex .right-content-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.top .bob-01 {
  width: 178px;
  aspect-ratio: 1;
  background: rgb(219, 191, 170);
  right: 20%;
  z-index: -1;
  margin-top: 30px;
}
@media print, screen and (max-width: 1024px) {
  .top .bob-01 {
    width: 10vw;
    right: -5%;
    margin-top: 80vw;
  }
}
.top .bob-02 {
  width: 120px;
  aspect-ratio: 1;
  background: rgb(255, 109, 0);
  right: 5%;
  z-index: -1;
  top: 15vw;
}
@media print, screen and (max-width: 1024px) {
  .top .bob-02 {
    width: 10vw;
    left: 10vw;
    right: unset;
    margin-top: 90vw;
  }
}
.top .bob-03 {
  width: 80px;
  aspect-ratio: 1;
  background: rgb(255, 109, 0);
  left: 15%;
  z-index: -1;
  bottom: -20%;
}
@media print, screen and (max-width: 1024px) {
  .top .bob-03 {
    width: 7vw;
    left: unset;
    right: 0;
    bottom: -50vw;
  }
}
.top .bob-04 {
  width: 190px;
  aspect-ratio: 1;
  background: rgb(185, 206, 126);
  right: 5%;
  z-index: -1;
}
@media print, screen and (max-width: 1024px) {
  .top .bob-04 {
    width: 7vw;
    right: unset;
    left: 20vw;
  }
}
.top .bob-05 {
  width: 190px;
  aspect-ratio: 1;
  background-image: url(../img/top/bobd-bg.png);
  background-size: cover;
  background-position: center;
  left: 5%;
  z-index: -1;
  bottom: 20%;
}
@media print, screen and (max-width: 1024px) {
  .top .bob-05 {
    left: unset;
    right: -10vw;
    bottom: -20vw;
    width: 20vw;
  }
}
.top #company .icon01 {
  width: min(25vw, 300px);
  right: 5%;
  bottom: -30px;
}
@media print, screen and (max-width: 1024px) {
  .top #company .icon01 {
    bottom: 0;
    right: unset;
    left: 0;
    width: 15vw;
  }
}
.top #company .icon02 {
  width: min(50%, 600px);
  right: 3%;
}
@media print, screen and (max-width: 1024px) {
  .top #company .icon02 {
    right: unset;
    left: 10vw;
    width: 40vw;
  }
}
.top #company .view-btn {
  margin-top: 50px;
}
.top #business .icon01 {
  width: min(20vw, 330px);
  left: -7%;
  top: 20px;
}
@media print, screen and (max-width: 1024px) {
  .top #business .icon01 {
    left: unset;
    right: 0;
    top: 40px;
  }
}
.top #business .card-item:nth-child(1) {
  position: relative;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 1024px) {
  .top #business .card-item:nth-child(1) .illu-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (max-width: 1024px) {
  .top #business .card-item:nth-child(1) .illu-wrap .item:nth-child(1) {
    width: 15vw;
    min-width: 50px;
    top: 15vw;
    right: 10vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .top #business .card-item:nth-child(1) .illu-wrap .item:nth-child(3) {
    width: 30%;
    bottom: 45%;
    right: 5vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .top #business .card-item:nth-child(1) .illu-wrap .item:nth-child(5) {
    bottom: 0;
    width: 80%;
  }
}
.top #business .card-item:nth-child(1) .illu-wrap .item:nth-child(2) {
  width: 30vw;
  max-width: 350px;
  right: 0;
  top: 5vw;
}
@media print, screen and (max-width: 1300px) {
  .top #business .card-item:nth-child(1) .illu-wrap .item:nth-child(2) {
    width: 20vw;
    right: 5vw;
  }
}
.top #business .card-item:nth-child(1) .illu-wrap .item:nth-child(4) {
  width: 32vw;
  max-width: 370px;
  right: 20px;
  top: min(40vw, 500px);
}
@media print, screen and (max-width: 1300px) {
  .top #business .card-item:nth-child(1) .illu-wrap .item:nth-child(4) {
    width: 23vw;
    right: 5vw;
  }
}
@media print, screen and (max-width: 768px) {
  .top #business .card-item:nth-child(2) {
    padding-bottom: 100px;
  }
}
@media print, screen and (max-width: 1024px) {
  .top #business .card-item:nth-child(2) .item-icon-wrap {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media print, screen and (max-width: 1024px) {
  .top #business .card-item:nth-child(2) .illu-wrap {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
  }
}
.top #business .card-item:nth-child(2) .illu-wrap .item:nth-child(1) {
  top: min(30vw, 350px);
}
@media print, screen and (max-width: 1300px) {
  .top #business .card-item:nth-child(2) .illu-wrap .item:nth-child(1) {
    width: 20vw;
  }
}
.top #business .card-item:nth-child(2) .illu-wrap .item:nth-child(2) {
  width: 40vw;
  max-width: 400px;
  right: 0;
  top: min(40vw, 600px);
}
@media print, screen and (max-width: 1300px) {
  .top #business .card-item:nth-child(2) .illu-wrap .item:nth-child(2) {
    width: 30vw;
  }
}
.top #business .card-item:nth-child(2) .illu-wrap .item:nth-child(3) {
  width: 30vw;
  max-width: 370px;
  right: 20px;
  top: min(58vw, 900px);
}
@media print, screen and (max-width: 1024px) {
  .top #business .card-item:nth-child(2) .illu-wrap .item:nth-child(3) {
    top: unset;
    bottom: 10vw;
    right: 10vw;
    width: 40%;
  }
}
@media print, screen and (max-width: 768px) {
  .top #business .card-item:nth-child(2) .illu-wrap .item:nth-child(3) {
    right: 15vw;
    width: 55%;
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .top #business .card-item:nth-child(2) .illu-wrap .item:nth-child(3) {
    bottom: 20px;
  }
}
.top #business .card-item:nth-child(3) .view-btn {
  margin-bottom: 5px;
}
.top #business .card-item:nth-child(3) .carpika {
  max-width: 270px;
  margin-left: 15px;
}
@media print, screen and (max-width: 768px) {
  .top #business .card-item:nth-child(3) .carpika {
    width: 60%;
  }
}
@media print, screen and (max-width: 1024px) {
  .top #business .card-item:nth-child(3) .illu-wrap {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
  }
}
.top #business .card-item:nth-child(3) .illu-wrap .item:nth-child(1) {
  top: min(30vw, 450px);
  width: 20vw;
  max-width: 250px;
  right: 0;
}
@media print, screen and (max-width: 1300px) {
  .top #business .card-item:nth-child(3) .illu-wrap .item:nth-child(1) {
    right: -5vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .top #business .card-item:nth-child(3) .illu-wrap .item:nth-child(1) {
    top: unset;
    bottom: 5vw;
    right: 10vw;
    width: 30vw;
  }
}
.top #business .card-item:nth-child(3) .illu-wrap .item:nth-child(2) {
  width: 35vw;
  max-width: 350px;
  right: 10vw;
  top: min(40vw, 550px);
}
@media print, screen and (max-width: 1300px) {
  .top #business .card-item:nth-child(3) .illu-wrap .item:nth-child(2) {
    right: 0;
    top: 38vw;
  }
}
.top #news .news-list {
  margin-top: 80px;
}
@media print, screen and (max-width: 1024px) {
  .top #news .news-list .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: auto;
    gap: 30px;
  }
}
.top #news .news-list .item {
  width: 30%;
}
@media print, screen and (max-width: 1024px) {
  .top #news .news-list .item {
    width: 100%;
  }
}
.top #news .news-list .item .img-wrap {
  aspect-ratio: 4/3;
}
.top #news .news-list .item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.top #news .news-list .item .date-ttl {
  font-size: clamp(18px, 1.09375vw, 21px);
  color: rgb(91, 91, 91);
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
@media print, screen and (max-width: 1024px) {
  .top #news .news-list .item .date-ttl {
    gap: 10px;
    margin-top: 10px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media print, screen and (max-width: 768px) {
  .top #news .news-list .item .date-ttl {
    font-size: 16px;
  }
}
.top #news .news-list .item .desc {
  font-size: clamp(21px, 1.3541666667vw, 26px);
  color: rgb(91, 91, 91);
  margin-top: 20px;
}
@media print, screen and (max-width: 1024px) {
  .top #news .news-list .item .desc {
    margin-top: 5px;
  }
}
@media print, screen and (max-width: 768px) {
  .top #news .news-list .item .desc {
    font-size: 16px;
  }
}
.top #news .btn-wrapper {
  margin-top: 70px;
}

#news .illu-wrap .item, #voice .illu-wrap .item {
  position: absolute;
}
#news .illu-wrap .item:nth-child(1), #voice .illu-wrap .item:nth-child(1) {
  width: 20vw;
  max-width: 270px;
  left: 10vw;
  top: max(-5vw, -80px);
}
@media print, screen and (max-width: 768px) {
  #news .illu-wrap .item:nth-child(1), #voice .illu-wrap .item:nth-child(1) {
    left: 0;
  }
}
#news .illu-wrap .item:nth-child(2), #voice .illu-wrap .item:nth-child(2) {
  width: 10vw;
  max-width: 100px;
  left: 25vw;
  top: -8vw;
}
@media print, screen and (max-width: 768px) {
  #news .illu-wrap .item:nth-child(2), #voice .illu-wrap .item:nth-child(2) {
    left: 20vw;
  }
}
#news .illu-wrap .item:nth-child(3), #voice .illu-wrap .item:nth-child(3) {
  width: 50vw;
  max-width: 500px;
  left: 25vw;
  top: -18vw;
}
@media print, screen and (max-width: 768px) {
  #news .illu-wrap .item:nth-child(3), #voice .illu-wrap .item:nth-child(3) {
    left: 20vw;
  }
}
#news .illu-wrap .item:nth-child(4), #voice .illu-wrap .item:nth-child(4) {
  right: min(25vw, 300px);
  top: 5vw;
}
@media print, screen and (max-width: 768px) {
  #news .illu-wrap .item:nth-child(4), #voice .illu-wrap .item:nth-child(4) {
    right: 10vw;
  }
}
#news .illu-wrap .item:nth-child(5), #voice .illu-wrap .item:nth-child(5) {
  width: 17vw;
  max-width: 220px;
  right: 10vw;
  top: -10vw;
}
@media print, screen and (max-width: 768px) {
  #news .illu-wrap .item:nth-child(5), #voice .illu-wrap .item:nth-child(5) {
    right: 0vw;
  }
}

.about .blob {
  aspect-ratio: 1;
}
.about .bob-01 {
  width: 10vw;
  max-width: 119px;
  background: rgb(255, 109, 0);
  left: 5%;
  top: 100px;
}
.about .bob-02 {
  width: 10vw;
  max-width: 170px;
  background: rgb(219, 191, 170);
  right: 15%;
  top: -70px;
}
.about .bob-03 {
  width: 12vw;
  max-width: 150px;
  background: rgba(185, 206, 126, 0.7);
  left: 40%;
  bottom: -300px;
}
@media print, screen and (max-width: 1024px) {
  .about .bob-03 {
    bottom: -150px;
    left: 20%;
  }
}
@media only screen and (max-width: 640px) {
  .about .bob-03 {
    left: 15%;
    bottom: -180px;
  }
}
.about .bob-04 {
  width: 6vw;
  max-width: 80px;
  background: rgb(255, 109, 0);
  right: 0%;
  top: 400px;
}
@media only screen and (max-width: 640px) {
  .about .bob-04 {
    top: 480px;
    right: 15%;
  }
}
.about #mv #guide-svg {
  width: 80%;
  margin-top: 0;
}
@media print, screen and (max-width: 1024px) {
  .about #mv #guide-svg {
    width: 150%;
    margin-left: -20%;
  }
}
@media print, screen and (max-width: 1024px) {
  .about .mv {
    position: relative;
  }
}
@media print, screen and (max-width: 1024px) {
  .about .mv .illu-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
.about .mv .illu-wrap .item {
  height: unset;
}
.about .mv .illu-wrap .item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.about .mv .illu-wrap .item:nth-child(1) {
  left: 20%;
  top: -150px;
}
@media print, screen and (max-width: 1024px) {
  .about .mv .illu-wrap .item:nth-child(1) {
    top: -60px;
  }
}
.about .mv .illu-wrap .item:nth-child(2) {
  left: 8%;
  top: 250px;
}
@media print, screen and (max-width: 1300px) {
  .about .mv .illu-wrap .item:nth-child(2) {
    left: 2%;
  }
}
@media print, screen and (max-width: 1024px) {
  .about .mv .illu-wrap .item:nth-child(2) {
    top: unset;
    bottom: -20%;
  }
}
.about .mv .illu-wrap .item:nth-child(3) {
  left: 10%;
  top: 380px;
}
@media print, screen and (max-width: 1300px) {
  .about .mv .illu-wrap .item:nth-child(3) {
    left: 2%;
  }
}
@media print, screen and (max-width: 1024px) {
  .about .mv .illu-wrap .item:nth-child(3) {
    left: -5%;
    top: 420px;
  }
}
.about .mv .illu-wrap .item:nth-child(4) {
  left: 17%;
  top: 450px;
}
@media print, screen and (max-width: 1024px) {
  .about .mv .illu-wrap .item:nth-child(4) {
    top: unset;
    bottom: -40%;
  }
}
.about .mv .illu-wrap .item:nth-child(5) {
  left: 43%;
  top: 550px;
}
@media print, screen and (max-width: 1024px) {
  .about .mv .illu-wrap .item:nth-child(5) {
    top: unset;
    bottom: -40%;
    left: 40%;
  }
}
.about .mv .illu-wrap .item:nth-child(6) {
  left: 59%;
  top: 490px;
}
@media print, screen and (max-width: 1024px) {
  .about .mv .illu-wrap .item:nth-child(6) {
    top: unset;
    bottom: -20%;
    left: 53%;
  }
}
@media only screen and (max-width: 640px) {
  .about .mv .illu-wrap .item:nth-child(6) {
    min-width: 60px;
    bottom: -18%;
    left: 65%;
  }
}
.about .mv .illu-wrap .item:nth-child(7) {
  left: 72%;
  top: 500px;
}
@media print, screen and (max-width: 1024px) {
  .about .mv .illu-wrap .item:nth-child(7) {
    top: unset;
    bottom: -20%;
  }
}
@media only screen and (max-width: 640px) {
  .about .mv .illu-wrap .item:nth-child(7) {
    min-width: 65px;
    left: 80%;
  }
}
.about .mv .illu-wrap .item:nth-child(8) {
  left: 69%;
  top: 620px;
}
@media print, screen and (max-width: 1024px) {
  .about .mv .illu-wrap .item:nth-child(8) {
    top: unset;
    bottom: -30%;
  }
}
@media only screen and (max-width: 640px) {
  .about .mv .illu-wrap .item:nth-child(8) {
    bottom: -27%;
    left: 78%;
  }
}
.about .mv .illu-wrap .item:nth-child(9) {
  left: 70%;
  top: 160px;
}
@media print, screen and (max-width: 1300px) {
  .about .mv .illu-wrap .item:nth-child(9) {
    left: 80%;
  }
}
@media print, screen and (max-width: 1024px) {
  .about .mv .illu-wrap .item:nth-child(9) {
    top: 25%;
  }
}
.about #greeting .content-wrap {
  background-image: url(../img/common/bg.png);
  padding: 100px 200px 150px;
  border-radius: 50px;
}
@media print, screen and (max-width: 1600px) {
  .about #greeting .content-wrap {
    padding: 5% 10% 10%;
  }
}
.about #greeting .content-wrap .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10%;
  margin-top: 50px;
}
@media print, screen and (max-width: 1024px) {
  .about #greeting .content-wrap .flex {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.about #greeting .content-wrap .txt-wrap {
  width: 50%;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: bold;
}
@media print, screen and (max-width: 1600px) {
  .about #greeting .content-wrap .txt-wrap {
    width: 60%;
  }
}
@media print, screen and (max-width: 1024px) {
  .about #greeting .content-wrap .txt-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    font-size: clamp(16px, 2.8645833333vw, 22px);
  }
}
.about #greeting .content-wrap .txt-wrap .lead-txt:first-child {
  margin-top: 0;
}
.about #greeting .content-wrap .txt-wrap ul {
  margin-top: 30px;
}
.about #greeting .content-wrap .txt-wrap ul li {
  margin-top: 10px;
}
.about #greeting .content-wrap .txt-wrap ul li::before {
  position: absolute;
  content: "ー";
  margin-left: -50px;
}
@media print, screen and (max-width: 1024px) {
  .about #greeting .content-wrap .txt-wrap ul li::before {
    margin-left: -30px;
  }
}
@media print, screen and (max-width: 1600px) {
  .about #greeting .content-wrap .img-wrap {
    width: 35%;
  }
}
@media print, screen and (max-width: 1024px) {
  .about #greeting .content-wrap .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 300px;
    margin: a;
  }
}
@media print, screen and (max-width: 768px) {
  .about #philosophy .list-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    gap: 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .about #philosophy .list-item {
    width: 100%;
  }
}
.about #philosophy .list-item .inner .img-wrap {
  height: 270px;
}
@media print, screen and (max-width: 768px) {
  .about #philosophy .list-item .inner .img-wrap {
    height: unset;
    width: 15%;
    min-width: 55px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about #philosophy .list-item .inner .img-wrap img {
  width: auto;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .about #philosophy .list-item .inner .img-wrap img {
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .about #philosophy .list-item .inner .ttl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(212, 115, 92);
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.about #philosophy .list-item .inner .sub-ttl, .about #philosophy .list-item .inner .ttl {
  color: rgb(212, 115, 92);
  text-align: center;
  width: 90%;
  margin: 15px auto 0;
}
@media print, screen and (max-width: 768px) {
  .about #philosophy .list-item .inner .sub-ttl, .about #philosophy .list-item .inner .ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .about #philosophy .list-item .inner .ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 640px) {
  .about #philosophy .list-item .inner .ttl {
    font-size: 18px;
  }
}
.about #philosophy .list-item .inner .sub-ttl {
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(212, 115, 92);
}
@media print, screen and (max-width: 768px) {
  .about #philosophy .list-item .inner .sub-ttl {
    border-bottom: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .about #philosophy .list-item .inner .sub-ttl {
    font-size: 16px;
  }
}
.about #philosophy .list-item .inner .txt {
  font-weight: 700;
  margin-top: 30px;
}
.about #philosophy .list-item .inner .txt ul {
  list-style: disc;
}
@media print, screen and (max-width: 768px) {
  .about #philosophy .list-item .inner .txt ul {
    padding-left: 20px;
  }
}
.about #overview .card-item {
  margin-top: 100px;
}
@media print, screen and (max-width: 1024px) {
  .about #overview .card-item {
    margin-top: 50px;
  }
}
.about #overview .card-item .inner {
  gap: 50px;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .about #overview .card-item .inner {
    gap: 10px;
  }
}
@media print, screen and (max-width: 1024px) {
  .about #overview .card-item .item-icon-wrap {
    position: absolute;
    right: 10vw;
  }
}
@media print, screen and (max-width: 768px) {
  .about #overview .card-item .item-icon-wrap {
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .about #overview .card-item .item-icon-wrap {
    position: relative;
    right: unset;
    width: 40%;
  }
}
.about #overview .card-item .item-txt-wrap .flex {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about #overview .card-item .item-txt-wrap .flex h3 {
  margin-top: 0;
}
@media print, screen and (max-width: 1024px) {
  .about #overview .card-item:nth-child(1) .illu-wrap {
    display: none;
  }
}
.about #overview .card-item:nth-child(1) .illu-wrap .item:nth-child(2) {
  max-width: 300px;
  width: 20vw;
  right: 0;
  top: 100px;
}
@media print, screen and (max-width: 1024px) {
  .about #overview .card-item:nth-child(2) .illu-wrap {
    display: none;
  }
}
.about #overview .card-item:nth-child(2) .illu-wrap .item:nth-child(2) {
  max-width: 400px;
  width: 30vw;
  right: -30px;
  top: -100px;
}
.about #overview .card-item:nth-child(2) .illu-wrap .item:nth-child(1) {
  max-width: 250px;
  width: 20vw;
  right: 13vw;
  top: 300px;
}
@media print, screen and (max-width: 1024px) {
  .about #overview .card-item:nth-child(3) .illu-wrap {
    display: none;
  }
}
.about #overview .card-item:nth-child(3) .illu-wrap .item:nth-child(1) {
  max-width: 181px;
  width: 15vw;
  right: 5vw;
  top: 200px;
}
.about #overview .card-item:nth-child(3) .item-txt-wrap .detail-list li {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1024px) {
  .about #futuer .card-item .inner .item-icon-wrap {
    position: absolute;
    left: 200px;
    width: 20%;
    max-width: 150px;
    margin-top: -20px;
  }
}
@media print, screen and (max-width: 768px) {
  .about #futuer .card-item .inner .item-icon-wrap {
    left: 150px;
    margin-top: 3vw;
    min-width: 100px;
  }
}
.about #futuer .card-item .num-wrap {
  gap: 30px;
}
@media print, screen and (max-width: 1024px) {
  .about #futuer .card-item .num-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (max-width: 1024px) {
  .about #futuer .card-item .num-wrap .num {
    line-height: 150px;
  }
}
.about #company .illu-wrap .item:nth-child(1) {
  left: 45%;
  margin-top: -180px;
}
@media print, screen and (max-width: 1024px) {
  .about #company .illu-wrap .item:nth-child(1) {
    margin-top: -120px;
  }
}
@media print, screen and (max-width: 768px) {
  .about #company .illu-wrap .item:nth-child(1) {
    margin-top: -20vw;
  }
}
.about #company .illu-wrap .item:nth-child(2) {
  left: 57%;
  margin-top: -200px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media print, screen and (max-width: 1024px) {
  .about #company .illu-wrap .item:nth-child(2) {
    margin-top: -130px;
  }
}
@media print, screen and (max-width: 768px) {
  .about #company .illu-wrap .item:nth-child(2) {
    margin-top: -22vw;
    left: 30%;
  }
}
.about #company .company-content table {
  width: 100%;
  max-width: 1320px;
  margin: 50px auto;
}
.about #company .company-content tr {
  padding: 50px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(16px, 1.5909090909vw, 21px);
  border-bottom: 2px dotted rgb(219, 191, 170);
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (max-width: 768px) {
  .about #company .company-content tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 32px 0;
  }
}
.about #company .company-content tr .large {
  font-size: clamp(19px, 1.9696969697vw, 26px);
}
@media print, screen and (max-width: 768px) {
  .about #company .company-content tr .large {
    font-size: 18px;
  }
}
.about #company .company-content tr th {
  color: rgb(212, 115, 92);
  width: 18%;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  .about #company .company-content tr th {
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .about #company .company-content tr td > span {
    display: block;
  }
}
.about #company .company-content tr td > span:nth-child(2) {
  margin-left: 50px;
}
@media print, screen and (max-width: 768px) {
  .about #company .company-content tr td > span:nth-child(2) {
    margin-left: 0;
  }
}
.about #company .company-content tr td > span .large {
  margin-right: 20px;
}
@media print, screen and (max-width: 768px) {
  .about #company .company-content tr td > span .large {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .about #history {
    padding-bottom: 50px;
  }
}
.about #history .illu-wrap .item:nth-child(1) {
  left: calc(40% + 50px);
  margin-top: -200px;
  max-width: 200px;
}
@media print, screen and (max-width: 1024px) {
  .about #history .illu-wrap .item:nth-child(1) {
    left: 38%;
  }
}
@media print, screen and (max-width: 768px) {
  .about #history .illu-wrap .item:nth-child(1) {
    margin-top: -20vw;
    width: 20vw;
    left: 30%;
  }
}
.about #history .illu-wrap .item:nth-child(2) {
  left: calc(50% + 100px);
  margin-top: -120px;
  max-width: 114px;
}
@media print, screen and (max-width: 768px) {
  .about #history .illu-wrap .item:nth-child(2) {
    width: 16vw;
    left: 55%;
    margin-top: -15vw;
  }
}
.about #history .history-content {
  max-width: 1320px;
  margin: 80px auto;
  font-size: clamp(19px, 1.9696969697vw, 26px);
}
.about #history .history-content .hostory-item {
  padding: 40px 0;
  border-bottom: 2px solid rgb(212, 115, 92);
}
.about #history .history-content .hostory-item:first-child {
  border-top: 2px solid rgb(212, 115, 92);
}
.about #history .history-content .hostory-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.about #history .history-content .hostory-item > div {
  line-height: 2;
}

#access .illu-wrap .item:nth-child(1) {
  left: 20%;
  margin-top: -50px;
}
@media print, screen and (max-width: 768px) {
  #access .illu-wrap .item:nth-child(1) {
    margin-top: -100px;
    left: 30%;
    width: 23%;
  }
}
#access .illu-wrap .item:nth-child(2) {
  left: 70%;
  margin-top: -20px;
}
@media print, screen and (max-width: 768px) {
  #access .illu-wrap .item:nth-child(2) {
    margin-top: -50px;
    left: 60%;
    width: 17%;
  }
}
#access .access-content {
  max-width: 1320px;
  margin: 100px auto;
}
@media print, screen and (max-width: 1024px) {
  #access .access-content {
    margin: 50px auto;
  }
}
@media print, screen and (max-width: 1024px) {
  #access .access-content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 500px;
    margin: auto;
  }
}
#access .access-content .txt-wrap {
  width: 40%;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 1024px) {
  #access .access-content .txt-wrap {
    width: 100%;
  }
}
#access .access-content .txt-wrap .add-item {
  margin-bottom: 60px;
  color: rgb(212, 115, 92);
  font-size: clamp(19px, 1.9696969697vw, 26px);
  line-height: 2;
}
@media print, screen and (max-width: 1024px) {
  #access .access-content .txt-wrap .add-item {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 1024px) {
  #access .access-content .txt-wrap .add-item .name {
    font-size: 21px;
  }
}
#access .access-content .txt-wrap .add-item .txt {
  margin-left: 30px;
}
@media only screen and (max-width: 640px) {
  #access .access-content .txt-wrap .add-item .txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #access .access-content .txt-wrap .add-item span {
    display: block;
  }
}
#access .access-content .map-wrap {
  width: 55%;
}
@media print, screen and (max-width: 1024px) {
  #access .access-content .map-wrap {
    width: 100%;
    aspect-ratio: 7/4;
  }
}
#access .access-content .map-wrap .inner {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}
#access .access-content .map-wrap .inner iframe {
  width: 100%;
  height: 100%;
}

.car .bob-01 {
  width: 15vw;
  max-width: 178px;
  aspect-ratio: 1;
  background: rgb(219, 191, 170);
  right: 10%;
  z-index: -1;
  margin-top: -100px;
}
.car .bob-02 {
  width: 10vw;
  max-width: 119px;
  aspect-ratio: 1;
  background: rgb(255, 109, 0);
  right: -5%;
  z-index: -1;
  margin-top: 50px;
}
.car .bob-03 {
  width: 15vw;
  max-width: 189px;
  aspect-ratio: 1;
  background: rgb(185, 206, 126);
  right: 10%;
  z-index: -1;
  bottom: -300px;
}
.car #mv .mv-container {
  position: relative;
}
.car #mv .illu-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 700px;
    margin: auto;
    gap: 30px;
  }
}
.car #mv .left-content {
  width: 55%;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .left-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (max-width: 1024px) {
  .car #mv .left-content .img-slide-wrap {
    margin: auto;
  }
}
.car #mv .right-content {
  width: 40%;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .right-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.car #mv .car-logo {
  max-width: 385px;
  width: 80%;
  margin-top: 60px;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .car-logo {
    margin-top: 30px;
    width: 60%;
  }
}
.car #mv .illu-wrap .item {
  z-index: 10;
}
.car #mv .illu-wrap .item:nth-child(1) {
  left: -5%;
  margin-top: 10%;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .illu-wrap .item:nth-child(1) {
    left: unset;
    right: 5%;
    top: -10%;
  }
}
.car #mv .illu-wrap .item:nth-child(2) {
  left: 5%;
  margin-top: 35%;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .illu-wrap .item:nth-child(2) {
    bottom: -50px;
  }
}
.car #mv .illu-wrap .item:nth-child(3) {
  left: calc(5% + min(14vw, 160px));
  margin-top: 35%;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .illu-wrap .item:nth-child(3) {
    bottom: -50px;
  }
}
.car #mv .illu-wrap .item:nth-child(4) {
  left: calc(5% + min(30vw, 300px));
  margin-top: 38%;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .illu-wrap .item:nth-child(4) {
    bottom: -50px;
  }
}
.car #mv .illu-wrap .item:nth-child(5) {
  left: calc(5% + min(50vw, 521px));
  margin-top: 37%;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .illu-wrap .item:nth-child(5) {
    bottom: -30px;
  }
}
.car #mv .illu-wrap .item:nth-child(6) {
  left: calc(5% + min(62vw, 638px));
  margin-top: 37%;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .illu-wrap .item:nth-child(6) {
    bottom: -50px;
  }
}
.car #mv .illu-wrap .item:nth-child(7) {
  left: calc(5% + min(77vw, 788px));
  margin-top: 40%;
}
@media print, screen and (max-width: 1024px) {
  .car #mv .illu-wrap .item:nth-child(7) {
    bottom: -50px;
    right: 5%;
    left: unset;
  }
}
.car #about .content-wrap {
  position: relative;
}
.car #about .bob-04 {
  aspect-ratio: 1;
  width: 28vw;
  max-width: 359px;
  aspect-ratio: 1;
  background: rgb(219, 191, 170);
  right: 50%;
  z-index: -1;
  top: -80px;
}
.car #about .bob-05 {
  aspect-ratio: 1;
  width: 10vw;
  max-width: 119px;
  aspect-ratio: 1;
  background: rgb(255, 109, 0);
  left: 5%;
  z-index: -1;
  top: 100px;
}
.car #about .sub-txt-img-wrap {
  margin-top: 150px;
}
@media print, screen and (max-width: 768px) {
  .car #about .sub-txt-img-wrap {
    margin-top: 50px;
  }
}
.car #about .sub-txt-img-wrap .txt-l {
  margin-top: 50px;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .car #about .sub-txt-img-wrap .txt-l {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .car #about .sub-txt-img-wrap .txt-l {
    font-size: 16px;
  }
}
.car #about .sub-txt-img-wrap .txt-l.left {
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .car #about .sub-txt-img-wrap .txt-s {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .car #about .sub-txt-img-wrap .txt-s {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 768px) {
  .car #about .sub-txt-img-wrap .txt-img {
    position: absolute;
    top: 100%;
  }
}
.car #about .illu-wrap .item {
  max-width: 250px;
  width: 20vw;
  margin-top: 200px;
  left: 20%;
}
@media print, screen and (max-width: 768px) {
  .car #about .illu-wrap .item {
    display: none;
  }
}
.car .img-list {
  margin-top: 150px;
}
@media print, screen and (max-width: 768px) {
  .car .img-list {
    margin-top: 50px;
  }
}
.car .img-list .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.car .img-list .flex .img-wrap {
  max-width: 300px;
  width: 23%;
}
@media only screen and (max-width: 640px) {
  .car .img-list .flex .img-wrap {
    width: 25%;
  }
}
.car .img-list .flex .img-wrap:nth-child(2n) {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .car .img-list .flex .img-wrap img {
    width: 130%;
    margin-left: -15%;
  }
}
@media only screen and (max-width: 640px) {
  .car #futuer .txt-w-dot {
    font-size: 20px;
  }
}
.car #futuer .card-item:nth-child(1) .illu-wrap .item:nth-child(1) {
  right: 22%;
  margin-top: 50px;
}
.car #futuer .card-item:nth-child(3) .illu-wrap .item:nth-child(1) {
  right: 38%;
  margin-top: 70px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media print, screen and (max-width: 1024px) {
  .car #case {
    padding-bottom: 20px;
  }
}
.car #case .case-content {
  margin-top: 100px;
}
.car #case .case-content .cms-list .img-wrap {
  aspect-ratio: 3/2;
}
.car #case .case-content .cms-list .img-wrap img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.car #case .case-content .view-btn {
  margin-top: 100px;
}
@media print, screen and (max-width: 1024px) {
  .car #case .case-content .view-btn {
    margin-top: 30px;
  }
}
.car #faq .faq-content {
  max-width: 1120px;
  width: 95%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .car .price-row {
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.car .price-row {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
.car #price .inner-container {
  max-width: 1120px;
  width: 95%;
  margin: 50px auto;
}
.car #price .price-plans {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 1;
  max-width: 1120px;
  width: 95%;
  margin: 50px auto;
}
.car #price .price-plans .plan-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  margin-bottom: -2px;
  z-index: 2;
}
.car #price .price-plans .plan-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 0 100px;
  background-color: #5b5b5b;
  border: 2px solid #eeeddf;
  border-radius: 0px 30px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-right: -30px;
}
@media print, screen and (max-width: 1024px) {
  .car #price .price-plans .plan-tab {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .car #price .price-plans .plan-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    text-align: center;
  }
}
.car #price .price-plans .plan-tab:first-child {
  z-index: 2;
}
.car #price .price-plans .plan-tab:last-child {
  z-index: 1;
}
.car #price .price-plans .plan-tab.active {
  background-color: white;
  border-color: #dbbfaa;
  border-bottom-color: white;
}
@media print, screen and (max-width: 768px) {
  .car #price .price-plans .plan-tab.active {
    border-color: #dbbfaa;
    border-bottom: unset;
  }
}
.car #price .price-plans .plan-tab.active .tab-text {
  color: #d4735c;
}
.car #price .price-plans .plan-tab.active .tab-icon img {
  opacity: 1;
}
.car #price .price-plans .plan-tab .tab-icon {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .car #price .price-plans .plan-tab .tab-icon {
    width: 40px;
    height: 40px;
  }
}
.car #price .price-plans .plan-tab .tab-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.car #price .price-plans .plan-tab .tab-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(19px, 1.6774193548vw, 26px);
  line-height: 1.5;
  color: #fbf7f4;
  letter-spacing: 2.6px;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media print, screen and (max-width: 1024px) {
  .car #price .price-plans .plan-tab .tab-text {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 768px) {
  .car #price .price-plans .plan-tab .tab-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .car #price .price-plans .plan-tab .tab-text {
    font-size: 16px;
  }
}
.car #price .price-plans .plan-tab:nth-child(2) {
  padding-left: 25px;
}
.car #price .price-plans .plan-content {
  display: none;
  width: 100%;
}
.car #price .price-plans .plan-content.active {
  display: block;
}
.car #price .price-plans .price-table {
  background-color: white;
  border: 2px solid #dbbfaa;
  padding: 0 80px;
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .car #price .price-plans .price-table {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .car #price .price-plans .price-table {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .car #price .price-plans .price-table {
    padding: 0 15px;
  }
}
.car #price .price-divider {
  width: 100%;
  height: 2px;
  background-color: #d4735c;
}
.car #price .option-section {
  max-width: 1120px;
  width: 95%;
  margin: 50px auto;
  position: relative;
  padding-top: 100px;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .car #price .option-section {
    padding-top: 60px;
  }
}
.car #price .option-section .option-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0 50px;
  height: 90px;
  margin-bottom: -2px;
}
@media print, screen and (max-width: 768px) {
  .car #price .option-section .option-header {
    padding: 0 30px;
    height: 70px;
    gap: 10px;
  }
}
.car #price .option-section .option-header .option-icon {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .car #price .option-section .option-header .option-icon {
    width: 40px;
    height: 40px;
  }
}
.car #price .option-section .option-header .option-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.car #price .option-section .option-header .option-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(19px, 1.6774193548vw, 26px);
  line-height: 1.5;
  color: #d4735c;
  letter-spacing: 2.6px;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .car #price .option-section .option-header .option-title {
    font-size: 22px;
  }
}
.car #price .option-section .option-table {
  background-color: white;
  border: 2px solid #dbbfaa;
  padding: 0 80px;
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .car #price .option-section .option-table {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .car #price .option-section .option-table {
    padding: 0 24px;
  }
}
.car #voice .voice-content {
  margin-top: 150px;
}
.car #voice .voice-content .img-wrap {
  aspect-ratio: 300/200;
}
.car #voice .voice-content .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2px;
}
.car #voice .voice-content .view-btn {
  margin-top: 80px;
}
.car #voice .voice-content .item {
  width: 25%;
}
.car #voice .voice-content .item .txt {
  font-weight: bold;
}
.car #voice .voice-content .item .place-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.service .bob-01 {
  width: 15vw;
  max-width: 178px;
  aspect-ratio: 1;
  background: rgb(219, 191, 170);
  right: 10%;
  z-index: -1;
  margin-top: -100px;
}
.service .bob-02 {
  width: 10vw;
  max-width: 119px;
  aspect-ratio: 1;
  background: rgb(255, 109, 0);
  right: -12%;
  z-index: -1;
  margin-top: 50px;
}
.service .bob-03 {
  width: 15vw;
  max-width: 189px;
  aspect-ratio: 1;
  background: rgb(185, 206, 126);
  right: -15%;
  z-index: -1;
  bottom: -300px;
}
.service .bob-04 {
  width: 28vw;
  max-width: 359px;
  aspect-ratio: 1;
  background: rgb(219, 191, 170);
  right: 50%;
  z-index: -1;
  top: -80px;
}
.service .bob-05 {
  width: 10vw;
  max-width: 119px;
  aspect-ratio: 1;
  background: rgb(255, 109, 0);
  left: 5%;
  z-index: -1;
  top: 100px;
}
@media print, screen and (max-width: 1024px) {
  .service #mv .inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 1024px) {
  .service #mv .right-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.service #mv .right-content .illu-wrap:nth-child(1) {
  height: 130px;
}
@media only screen and (max-width: 640px) {
  .service #mv .right-content .illu-wrap:nth-child(1) {
    height: 100px;
  }
}
.service #mv .right-content .illu-wrap:nth-child(3) {
  margin-top: 10%;
}
@media print, screen and (max-width: 1024px) {
  .service #mv .right-content .illu-wrap:nth-child(3) {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .service #mv .right-content .illu-wrap:nth-child(3) {
    margin-top: calc(4% + 30px);
  }
}
.service #mv .right-content .txt-w-dot-wrap {
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .service #mv .left-content {
    width: 100%;
    max-width: 600px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (max-width: 1024px) {
  .service #mv .left-content .img-slide-wrap {
    margin-left: unset;
    margin-top: 50%;
  }
}
.service .border-content {
  padding: 0 20px 20px 30px;
  border-radius: 20px;
  border: 3px dotted rgb(212, 115, 92);
}
.service .border-content .img-wrap {
  max-width: 250px;
  margin: auto;
}
.service .border-content .txt-s {
  font-weight: 700;
}
.service .border-content .txt {
  margin-top: 15px;
}

.service01 #mv .right-content .illu-wrap {
  display: block;
}
.service01 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(1) {
  left: 10%;
  max-width: 181px;
  width: 25%;
  margin-top: -20px;
}
.service01 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(2) {
  left: 35%;
  max-width: 171px;
  width: 20%;
  margin-top: -40px;
}
.service01 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(3) {
  left: 60%;
  max-width: 151px;
  width: 18%;
  margin-top: -20px;
}
.service01 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(1) {
  left: 10%;
  max-width: 131px;
  width: 15%;
  margin-top: -20px;
}
.service01 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(2) {
  left: 3%;
  max-width: 171px;
  width: 20%;
  margin-top: 100px;
}
@media only screen and (max-width: 490px) {
  .service01 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(2) {
    margin-top: 70px;
  }
}
.service01 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(3) {
  left: 25%;
  max-width: 220px;
  width: 28%;
  margin-top: -20px;
}
.service01 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(4) {
  left: 48%;
  max-width: 200px;
  width: 25%;
  margin-top: 100px;
}
@media only screen and (max-width: 490px) {
  .service01 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(4) {
    margin-top: 60px;
  }
}
.service01 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(5) {
  left: 60%;
  max-width: 150px;
  width: 23%;
  margin-top: -20px;
}
.service01 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(6) {
  left: 72%;
  max-width: 90px;
  width: 12%;
  margin-top: 70px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media only screen and (max-width: 490px) {
  .service01 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(6) {
    margin-top: 50px;
  }
}
.service01 #about .lead-img-wrap {
  margin-top: 50px;
}
@media print, screen and (max-width: 768px) {
  .service01 #about .lead-img-wrap {
    margin-top: 10px;
  }
}
.service01 #about .lead-img-wrap .item:nth-child(1) {
  width: 20%;
  max-width: 161px;
  margin-bottom: 10px;
}
.service01 #about .lead-img-wrap .item:nth-child(2) {
  width: 35%;
  max-width: 251px;
}
.service01 #about .lead-img-wrap .item:nth-child(3) {
  width: 25%;
  max-width: 181px;
}
.service01 #about .lead-txt {
  margin-top: 50px;
}
.service01 #problem .service-section-content {
  margin-top: 150px;
}
@media print, screen and (max-width: 768px) {
  .service01 #problem .service-section-content {
    margin-top: 70px;
  }
}
.service01 #problem .need-content {
  margin-top: 150px;
  padding: min(13vw, 150px) min(7vw, 100px);
}
@media print, screen and (max-width: 1300px) {
  .service01 #problem .need-content {
    padding: 50px 5%;
  }
}
.service01 #problem .need-content .flex {
  margin-top: 30px;
}
@media print, screen and (max-width: 1024px) {
  .service01 #problem .need-content .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 768px) {
  .service01 #problem .need-content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service01 #problem .need-content .border-content {
  width: 23%;
}
@media print, screen and (max-width: 1024px) {
  .service01 #problem .need-content .border-content {
    width: 45%;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .service01 #problem .need-content .border-content {
    width: 100%;
  }
}
.service01 #problem .bottom-txt {
  text-align: center;
  margin-top: 200px;
  font-weight: 700;
}
.service01 #problem .bottom-txt div:nth-child(2) {
  margin-top: 70px;
}
.service01 #problem .bottom-txt div:nth-child(3) {
  margin-top: 20px;
}
.service01 #problem .bottom-txt div:nth-child(4) {
  margin-top: 20px;
}
.service01 #problem .care-content {
  margin-top: 70px;
}
.service01 #problem .care-content .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media print, screen and (max-width: 768px) {
  .service01 #problem .care-content .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4%;
  }
}
.service01 #problem .care-content .flex .item {
  width: 20%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media print, screen and (max-width: 768px) {
  .service01 #problem .care-content .flex .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 48%;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 768px) {
  .service01 #problem .care-content .flex .item .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30%;
  }
}
.service01 #problem .care-content .flex .item .bar {
  width: 100%;
  height: 2px;
  background-color: rgb(212, 115, 92);
}
@media print, screen and (max-width: 768px) {
  .service01 #problem .care-content .flex .item .bar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.service01 #problem .care-content .flex .item .txt-s {
  text-align: center;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .service01 #problem .care-content .flex .item .txt-s {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.service01 #problem .care-content .txt-l {
  margin-top: 70px;
  color: rgb(212, 115, 92);
  letter-spacing: 0.1em;
}
.service01 #our .card-wrap {
  margin-top: 100px;
}
@media print, screen and (max-width: 768px) {
  .service01 #our .card-wrap {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .service01 #our .sp-center {
    text-align: center;
    margin-bottom: 20px;
  }
}
.service01 #our .card-item.card-item-wimg .img-wrap {
  width: 30%;
}
@media print, screen and (max-width: 1024px) {
  .service01 #our .card-item.card-item-wimg .img-wrap {
    width: 100%;
    max-width: 400px;
  }
}
@media print, screen and (max-width: 1024px) {
  .service01 #our .card-item .item-icon-wrap {
    display: block;
  }
}
.service01 #our .card-item.card-item-wimg .item-txt-wrap {
  width: calc(70% - 50px);
}
@media print, screen and (max-width: 1024px) {
  .service01 #our .card-item.card-item-wimg .item-txt-wrap {
    width: 100%;
  }
}
.service01 #our .card-wrap02 .label {
  padding: 10px 30px;
  background-color: rgb(212, 115, 92);
  color: #fff;
  font-size: 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 267px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.service01 #reason .reason-content {
  max-width: 1320px;
  margin: 70px auto;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .service01 #reason .reason-content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: auto;
    gap: 40px;
  }
}
.service01 #reason .reason-content .item {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media print, screen and (max-width: 768px) {
  .service01 #reason .reason-content .item {
    width: 100%;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -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;
  }
}
.service01 #reason .reason-content .num {
  font-size: clamp(40px, 4.1025641026vw, 80px);
  line-height: 1;
  font-weight: 900;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: rgb(212, 115, 92);
}
@media print, screen and (max-width: 768px) {
  .service01 #reason .reason-content .num {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    line-height: 1;
  }
}
.service01 #reason .reason-content .img-wrap {
  margin: 0 auto;
  max-width: 200px;
}
@media print, screen and (max-width: 768px) {
  .service01 #reason .reason-content .img-wrap {
    width: 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}
.service01 #reason .reason-content .bar {
  width: 100%;
  height: 2px;
  background-color: rgb(212, 115, 92);
}
@media print, screen and (max-width: 768px) {
  .service01 #reason .reason-content .bar {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.service01 #reason .reason-content .txt-s {
  color: rgb(212, 115, 92);
}
@media print, screen and (max-width: 768px) {
  .service01 #reason .reason-content .txt-s {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media print, screen and (max-width: 768px) {
  .service01 #reason .reason-content .txt {
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.service01 #reason .note-wrap {
  margin-top: 150px;
}
@media print, screen and (max-width: 768px) {
  .service01 #reason .note-wrap {
    margin-top: 70px;
  }
}
.service01 #reason .note-wrap .card-wrap .card-item .bg-w-content {
  width: 100%;
  max-width: 946px;
  background-color: #fff;
  border: 2px solid var(--sand, rgb(219, 191, 170));
}
.service01 #reason .note-wrap .card-wrap .card-item .bg-w-content .price-row {
  padding: 30px 6%;
  font-weight: 700;
}
.service01 #reason .note-wrap .card-wrap .card-item .bg-w-content .price-row .txt {
  margin-top: 5px;
}
@media print, screen and (max-width: 1024px) {
  .service01 #reason .note-wrap .card-wrap .card-item .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 1024px) {
  .service01 #reason .note-wrap .card-wrap .card-item .inner h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .service01 #reason .note-wrap .card-wrap .card-item .inner h3 {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 1024px) {
  .service01 #reason .note-wrap .card-wrap .card-item .item-icon-wrap {
    display: block;
    min-width: 70px;
  }
}
.service01 #reason .note-wrap .card-wrap .card-item .item-txt-wrap > .txt {
  margin-left: 50px;
}
.service01 #reason .note-wrap .card-wrap .card-item:nth-child(2) {
  margin-top: 150px;
}
.service01 #reason .note-wrap .card-wrap .card-item:nth-child(2) .item-icon-wrap {
  padding: 20px;
}
@media print, screen and (max-width: 1024px) {
  .service01 #reason .note-wrap .card-wrap .card-item:nth-child(2) .item-icon-wrap {
    padding: 0;
  }
}
.service01 #reason .note-wrap .card-wrap .card-item:nth-child(2) .item-icon-wrap img {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.service01 #reason .note-wrap .card-wrap .card-item:nth-child(2) .item-txt-wrap .list-svg {
  display: inline-block;
  margin-top: 5px;
}
.service01 #reason .note-wrap .card-wrap .card-item:nth-child(2) .item-txt-wrap .list-svg svg {
  width: 100%;
}
.service01 #reason .note-wrap .card-wrap .card-item:nth-child(2) .item-txt-wrap .txt-s {
  display: inline-block;
}
.service01 #reason .note-wrap .card-wrap .card-item:nth-child(2) .item-txt-wrap ul {
  margin-top: 50px;
}
.service01 #reason .note-wrap .card-wrap .card-item:nth-child(2) .item-txt-wrap li {
  margin-bottom: 10px;
  color: rgb(212, 115, 92);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.service01 #voice .voice-content {
  margin-bottom: 200px;
}
@media print, screen and (max-width: 1024px) {
  .service01 #voice .voice-content {
    margin-bottom: 100px;
  }
}
.service01 #voice .voice-content .item {
  margin-top: 100px;
}
.service01 #voice .voice-content .item > .flex {
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (max-width: 1024px) {
  .service01 #voice .voice-content .item > .flex {
    gap: 40px;
  }
}
@media print, screen and (max-width: 768px) {
  .service01 #voice .voice-content .item > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service01 #voice .voice-content .img-wrap {
  width: 30%;
}
@media print, screen and (max-width: 768px) {
  .service01 #voice .voice-content .img-wrap {
    width: 100%;
  }
}
.service01 #voice .voice-content .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(70% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media print, screen and (max-width: 768px) {
  .service01 #voice .voice-content .txt-wrap {
    width: 100%;
    gap: 15px;
  }
}
.service01 #voice .voice-content .txt-wrap .pink {
  color: rgb(212, 115, 92);
}
.service01 #voice .note-wrap {
  margin-top: 100px;
}
@media print, screen and (max-width: 1024px) {
  .service01 #voice .note-wrap .card-item .item-icon-wrap {
    display: block;
  }
}
.service01 #voice .note-wrap .card-item .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media print, screen and (max-width: 1024px) {
  .service01 #voice .note-wrap .item-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service01 #voice .note-wrap .item-txt-wrap .img-wrap {
  max-width: 130px;
  width: 30%;
}
@media print, screen and (max-width: 1024px) {
  .service01 #voice .note-wrap .item-txt-wrap .img-wrap {
    width: 20%;
    min-width: 55px;
  }
}
.service01 #voice .note-wrap .item-txt-wrap h4 {
  font-size: clamp(34px, 3.2258064516vw, 50px);
  margin-top: 15px;
}
@media print, screen and (max-width: 1024px) {
  .service01 #voice .note-wrap .item-txt-wrap h4 {
    width: 70%;
  }
}
@media print, screen and (max-width: 768px) {
  .service01 #voice .note-wrap .item-txt-wrap h4 {
    font-size: clamp(24px, 4.5572916667vw, 35px);
  }
}
.service01 #voice .note-wrap .item-txt-wrap .txt-m {
  color: rgb(212, 115, 92);
  font-weight: 500;
  margin-top: 20px;
}
.service01 #voice .note-wrap .item-txt-wrap .footer-contact-btn {
  max-width: 240px;
  margin-top: 20px;
}
@media print, screen and (max-width: 768px) {
  .service01 #voice .note-wrap .item-txt-wrap .footer-contact-btn {
    margin: 20px auto 0;
  }
}

.service02 .bird-ani-wrap {
  position: absolute;
  width: 100%;
  margin-top: -20%;
}
.service02 #mv {
  padding-bottom: 300px;
}
@media print, screen and (max-width: 1024px) {
  .service02 #mv .left-content .img-slide-wrap {
    margin: auto;
    margin-top: 30%;
  }
}
@media only screen and (max-width: 490px) {
  .service02 #mv .left-content .img-slide-wrap {
    margin: auto;
    margin-top: 40%;
  }
}
.service02 #mv .right-content .illu-wrap {
  display: block;
}
.service02 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(1) {
  left: 10%;
  max-width: 181px;
  width: 18%;
  margin-top: 0px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(1) {
    width: 23%;
    left: 0;
  }
}
.service02 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(2) {
  left: 27%;
  max-width: 171px;
  width: 20%;
  margin-top: -40px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(2) {
    width: 30%;
    left: 20%;
  }
}
.service02 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(3) {
  left: 45%;
  max-width: 181px;
  width: 25%;
  margin-top: -50px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(3) {
    width: 30%;
  }
}
.service02 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(4) {
  left: 40%;
  max-width: 101px;
  width: 15%;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(4) {
    width: 15%;
  }
}
.service02 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(5) {
  left: 65%;
  max-width: 181px;
  width: 22%;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(5) {
    width: 30%;
    left: 70%;
  }
}
.service02 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(1) {
  left: 20%;
  max-width: 201px;
  width: 20%;
  margin-top: -20px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(1) {
    margin-top: 0px;
    left: 5%;
    width: 30%;
  }
}
.service02 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(2) {
  left: 35%;
  max-width: 161px;
  width: 17%;
  margin-top: -30px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(2) {
    margin-top: 0;
    left: 40%;
    width: 25%;
  }
}
.service02 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(3) {
  left: 60%;
  max-width: 220px;
  width: 24%;
  margin-top: -20px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(3) {
    margin-top: 0;
    left: 70%;
    width: 35%;
  }
}
.service02 #mv .illu-wrap .item.home {
  width: 13vw;
  max-width: 150px;
  left: -20px;
  margin-top: -330px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .illu-wrap .item.home {
    width: 20%;
    left: unset;
    right: 0;
    margin-top: -1vw;
  }
}
.service02 #mv .illu-wrap .item.car {
  width: 7vw;
  max-width: 90px;
  left: -5%;
  margin-top: -180px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .illu-wrap .item.car {
    width: 20%;
    left: unset;
    right: 15%;
    margin-top: 12vw;
  }
}
.service02 #mv .illu-wrap .item.tree {
  width: 15vw;
  max-width: 175px;
  left: -100px;
  margin-top: -400px;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .illu-wrap .item.tree {
    width: 30%;
    left: unset;
    right: 20%;
    margin-top: -5vw;
  }
}
.service02 #mv .illu-wrap .item.leaf {
  width: 40vw;
  max-width: 800px;
  right: 20%;
}
@media only screen and (max-width: 640px) {
  .service02 #mv .illu-wrap .item.leaf {
    right: 50%;
  }
}
.service02 #life .container-s {
  position: relative;
}
.service02 #life .lead-txt .txt-l {
  margin-bottom: 16px;
}
@media print, screen and (max-width: 768px) {
  .service02 #life .lead-txt .txt-l {
    text-align: left;
  }
}
.service02 #life .service-section-content {
  padding-top: 300px;
}
@media print, screen and (max-width: 1024px) {
  .service02 #life .service-section-content {
    padding-top: 100px;
  }
}
.service02 #life .service-section-content .sub-txt-img-wrap .label {
  background-image: url(../img/common/button-bg-red.png);
}
.service02 #life .service-section-content .sub-txt-img-wrap .icon-ttl .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service02 #life .service-section-content .sub-txt-img-wrap .icon-ttl .flex .num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 640px) {
  .service02 #life .service-section-content .sub-txt-img-wrap .icon-ttl .flex .icon {
    width: 55px;
  }
}
.service02 #life .service-section-content .sub-txt-img-wrap .icon-ttl h4 {
  font-size: clamp(30px, 2.2857142857vw, 40px);
  line-height: 1;
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .service02 #life .service-section-content .sub-txt-img-wrap .icon-ttl h4 {
    font-size: 21px;
    width: calc(100% - 140px);
  }
}
.service02 #life .service-section-content .sub-txt-img-wrap .icon-ttl h4 span {
  font-size: 16px;
}
.service02 #life .service-section-content .sub-txt-img-wrap .txt {
  font-weight: 700;
}
.service02 #life .service-section-content .sub-txt-img-wrap .txt .pink {
  color: rgb(212, 115, 92);
}
.service02 #life .service-section-content .sub-txt-img-wrap .txt .line {
  border-bottom: 1px solid rgb(212, 115, 92);
}
.service02 #life .service-section-content .sub-txt-img-wrap .txt:nth-child(5) {
  margin-top: 0;
}
.service02 #life .service-section-content .sub-txt-img-wrap ul {
  color: rgb(212, 115, 92);
  list-style: disc;
}
@media print, screen and (max-width: 768px) {
  .service02 #life .service-section-content .sub-txt-img-wrap ul {
    padding-left: 25px;
  }
}
.service02 #life .service-section-content .sub-txt-img-wrap ul li {
  font-size: clamp(16px, 1.3548387097vw, 21px);
  font-weight: 700;
  line-height: 2;
}
.service02 #life .resolve-content {
  padding: 150px 100px 0;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .service02 #life .resolve-content {
    padding: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .service02 #life .resolve-content {
    padding: 0px;
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .service02 #life .resolve-content .bg-content {
    padding: 5%;
  }
}
.service02 #life .resolve-content .txt {
  margin-top: 20px;
  font-weight: 700;
}
.service02 #life .resolve-content .home-img-wrap {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 0;
}
.service02 #life .resolve-content .home-img-wrap .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service02 #life .resolve-content .home-img-wrap .flex .item {
  max-width: 250px;
  width: 25%;
}

.service.service03 .bob-03 {
  right: unset;
  left: 5%;
}
@media only screen and (max-width: 640px) {
  .service.service03 .bob-03 {
    left: 80%;
    bottom: -120px;
  }
}
@media only screen and (max-width: 640px) {
  .service.service03 .bob-02 {
    margin-top: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .service.service03 .bob-01 {
    top: 300px;
    left: 0;
  }
}
.service.service03 #mv {
  padding-bottom: 300px;
}
@media print, screen and (max-width: 768px) {
  .service.service03 #mv {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
@media print, screen and (max-width: 1024px) {
  .service.service03 #mv .left-content .img-slide-wrap {
    margin: auto;
    margin-top: 30%;
  }
}
@media only screen and (max-width: 490px) {
  .service.service03 #mv .left-content .img-slide-wrap {
    margin-top: 20%;
  }
}
.service.service03 #mv .inner {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .service.service03 #mv .right-content .txt-w-dot-wrap {
    text-align: left;
    margin-left: 10%;
    margin-top: 20px;
  }
}
.service.service03 #mv .right-content .illu-wrap {
  display: block;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(1) {
    height: 100px;
  }
}
.service.service03 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(1) {
  left: 40%;
  max-width: 151px;
  width: 20%;
  margin-top: 0px;
}
@media print, screen and (max-width: 1024px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(1) {
    margin-top: -5%;
  }
}
@media only screen and (max-width: 640px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(1) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 490px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(1) {
    margin-top: 40px;
    left: 55%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.service.service03 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(2) {
  left: 55%;
  max-width: 241px;
  width: 30%;
  margin-top: -60px;
}
@media print, screen and (max-width: 1024px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(2) {
    margin-top: -13%;
  }
}
@media only screen and (max-width: 640px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(2) {
    margin-top: -5%;
  }
}
@media only screen and (max-width: 490px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(1) .item:nth-child(2) {
    left: 70%;
  }
}
.service.service03 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(1) {
  left: 20%;
  max-width: 201px;
  width: 27%;
  margin-top: -50px;
}
@media print, screen and (max-width: 1024px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(1) {
    left: 5%;
    width: 20%;
    margin-top: -32%;
  }
}
@media only screen and (max-width: 490px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(1) {
    margin-top: -230px;
  }
}
.service.service03 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(2) {
  left: 45%;
  max-width: 211px;
  width: 23%;
  margin-top: 0px;
}
@media print, screen and (max-width: 1024px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(2) {
    left: 22%;
    width: 17%;
    margin-top: -30%;
  }
}
@media only screen and (max-width: 490px) {
  .service.service03 #mv .right-content .illu-wrap:nth-child(3) .item:nth-child(2) {
    margin-top: -200px;
  }
}
@media print, screen and (max-width: 1024px) {
  .service.service03 #mv .illu-wrap {
    position: absolute;
    top: 25%;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .service.service03 #mv .illu-wrap {
    top: 30%;
  }
}
.service.service03 #mv .illu-wrap .item.appart1 {
  width: 20vw;
  max-width: 180px;
  right: 15%;
  margin-top: 0px;
}
@media only screen and (max-width: 490px) {
  .service.service03 #mv .illu-wrap .item.appart1 {
    right: 0;
    width: 25vw;
    margin-top: 50px;
  }
}
.service.service03 #mv .illu-wrap .item.car {
  width: 7vw;
  max-width: 90px;
  right: -5%;
  margin-top: 0px;
}
@media only screen and (max-width: 490px) {
  .service.service03 #mv .illu-wrap .item.car {
    right: 50%;
    margin-top: 80px;
  }
}
.service.service03 #mv .illu-wrap .item.tree {
  width: 13vw;
  max-width: 155px;
  right: 3%;
  margin-top: 0px;
}
@media only screen and (max-width: 490px) {
  .service.service03 #mv .illu-wrap .item.tree {
    right: 25%;
    margin-top: 50px;
  }
}
.service.service03 #mv .illu-wrap .item.leaf {
  width: 40vw;
  max-width: 800px;
  right: 20%;
}
@media only screen and (max-width: 640px) {
  .service.service03 #mv .illu-wrap .item.leaf {
    right: 50%;
  }
}
@media only screen and (max-width: 490px) {
  .service.service03 #mv .illu-wrap .item.leaf {
    right: 10%;
    margin-top: 0px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
.service.service03 .renovation-content.bg-content {
  padding: 150px 100px;
  margin-top: 300px;
}
@media print, screen and (max-width: 1024px) {
  .service.service03 .renovation-content.bg-content {
    padding: 8% 5%;
    margin-top: 100px;
  }
}
.service.service03 .renovation-content.bg-content .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .service.service03 .renovation-content.bg-content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service.service03 .border-content {
  width: 30%;
  margin-bottom: 50px;
  padding-top: 30px;
}
.service.service03 .border-content:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
  .service.service03 .border-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    padding: 15px;
  }
}
.service.service03 .border-content .txt-s {
  text-align: center;
  margin-top: 15px;
}
@media print, screen and (max-width: 768px) {
  .service.service03 .border-content .txt-s {
    font-size: 21px;
    font-weight: bold;
    width: calc(100% - 60px);
    text-align: left;
  }
}
.service.service03 .border-content .num {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  display: block;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  border: 2px dotted rgb(212, 115, 92);
  font-size: 46px;
  color: rgb(212, 115, 92);
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .service.service03 .border-content .num {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    margin: 0;
    font-size: 40px;
  }
}
@media print, screen and (max-width: 768px) {
  .service.service03 .border-content .img-wrap {
    max-width: unset;
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .service.service03 .border-content .txt {
    width: 100%;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .service.service03 .border-content .img-wrap img {
    min-width: 70px;
    width: 40%;
    margin: auto;
  }
}
.service.service03 .service-section-content {
  margin-top: 250px;
}
.service.service03 .service-section-content .sub-txt-img-wrap .txt-wrap .icon-ttl {
  margin-top: 0;
}
.service.service03 .service-section-content .sub-txt-img-wrap .txt-wrap .icon-ttl h4 {
  margin: 0;
}
.service.service03 .service-section-content .sub-txt-img-wrap .txt-wrap h4 {
  margin: 30px 0;
  font-size: clamp(22px, 1.935483871vw, 30px);
}
.service.service03 .service-section-content .sub-txt-img-wrap .txt-wrap .txt {
  font-weight: 700;
  margin-top: 0;
}
.service.service03 .service-section-content .sub-txt-img-wrap .txt-wrap .txt .pink {
  color: rgb(212, 115, 92);
}
.service.service03 .service-section-content ul {
  list-style: disc;
}
.service.service03 .service-section-content ul li span {
  color: rgb(212, 115, 92);
  font-weight: 700;
  font-size: clamp(16px, 1.3548387097vw, 21px);
  line-height: 2;
}
.service.service03 #renovation .sec-ttl-wrap h2 span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: clamp(21px, 5.2083333333vw, 40px);
}
.service.service03 #renovation .lead-txt .txt-s {
  margin-top: 20px;
}
.service.service03 #renovation .lead-txt .txt-s .pink {
  color: rgb(212, 115, 92);
}
.service.service03 #voice .illu-wrap .bird {
  max-width: 150px;
  width: 10vw;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  left: 25%;
}
.service.service03 #voice .voice-content {
  margin-top: 80px;
}
.service.service03 #voice .voice-content .card-item {
  border-radius: 0;
  border-top: 2px dotted rgb(219, 191, 170);
  padding: 100px 0;
}
@media print, screen and (max-width: 768px) {
  .service.service03 #voice .voice-content .card-item {
    padding: 40px 0;
  }
}
.service.service03 #voice .voice-content .card-item .txt-s {
  font-weight: 700;
}
.service.service03 #voice .voice-content .card-item .txt .bold, .service.service03 #voice .voice-content .card-item .txt .pink {
  font-weight: 700;
}
.service.service03 #voice .voice-content .card-item .pink {
  color: rgb(212, 115, 92);
}
.service.service03 #voice .resolve-content .bg-content {
  padding: 150px 100px;
}
@media print, screen and (max-width: 1024px) {
  .service.service03 #voice .resolve-content .bg-content {
    padding: 8%;
  }
}
.service.service03 #voice .resolve-content .bg-content .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .service.service03 #voice .resolve-content .bg-content .inner .span-ttl {
    text-align: center;
  }
}
.service.service03 #voice .resolve-content .bg-content .inner .txt {
  margin-top: 20px;
  font-weight: 700;
}
.service.service03 #voice .resolve-content .bg-content .inner .txt .pink {
  color: rgb(212, 115, 92);
}
.service.service03 #voice .resolve-content .bg-content .img-wrap {
  margin-top: 20px;
}
.service.service03 #voice .resolve-content .bg-content .img-wrap .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service.service03 #voice .resolve-content .bg-content .img-wrap .item:nth-child(1) {
  width: 40%;
  max-width: 300px;
}
.service.service03 #voice .resolve-content .bg-content .img-wrap .item:nth-child(2) {
  width: 30%;
  max-width: 170px;
}

.service-section-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
}
@media print, screen and (max-width: 768px) {
  .service-section-content {
    gap: 50px;
  }
}
.service-section-content .sub-txt-img-wrap {
  position: relative;
}
.service-section-content .sub-txt-img-wrap .label {
  position: absolute;
  padding: 20px 5px 20px 5px;
  font-size: 24px;
  bottom: 60px;
  background-image: url(../img/common/button-bg-black.png);
  border-radius: 0 20px 20px 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #fff;
  left: -46px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
@media print, screen and (max-width: 768px) {
  .service-section-content .sub-txt-img-wrap .label {
    left: -16px;
  }
}
@media print, screen and (max-width: 768px) {
  .service-section-content .sub-txt-img-wrap .img-wrap {
    padding-left: 30px;
  }
}
.service-section-content .sub-txt-img-wrap .txt-wrap .icon-ttl {
  margin-top: 30px;
}
.service-section-content .sub-txt-img-wrap .txt-wrap h4 {
  margin-top: 30px;
  font-size: clamp(24px, 1.5384615385vw, 30px);
  line-height: 2;
  font-weight: bold;
}
.service-section-content .sub-txt-img-wrap .txt-wrap .txt {
  margin-top: 30px;
  line-height: 2;
}
.service-section-content .sub-txt-img-wrap:nth-child(2n) .label {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  left: unset;
  right: -46px;
}
@media print, screen and (max-width: 768px) {
  .service-section-content .sub-txt-img-wrap:nth-child(2n) .label {
    right: -16px;
  }
}
.service-section-content .sub-txt-img-wrap:nth-child(2n) .img-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (max-width: 768px) {
  .service-section-content .sub-txt-img-wrap:nth-child(2n) .img-wrap {
    padding-left: 0;
    padding-right: 30px;
  }
}
.service-section-content .sub-txt-img-wrap:nth-child(2n) .txt-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.contact #mv {
  padding-bottom: 400px;
  padding-top: 150px;
}
@media only screen and (max-width: 640px) {
  .contact #mv {
    padding-bottom: 200px;
  }
}
.contact #mv .sec-ttl-wrap .en-ttl {
  font-size: clamp(50px, 6.25vw, 50px);
}
.contact #mv .sec-ttl-wrap .txt-w-dot {
  font-size: clamp(21px, 5.2083333333vw, 40px);
  margin: auto;
}
.contact #mv .illu-wrap .item:nth-child(1) {
  width: 20vw;
  max-width: 280px;
  left: 13%;
  margin-top: -100px;
}
@media print, screen and (max-width: 768px) {
  .contact #mv .illu-wrap .item:nth-child(1) {
    width: 25vw;
    margin-top: -10vw;
    left: 0;
  }
}
@media only screen and (max-width: 490px) {
  .contact #mv .illu-wrap .item:nth-child(1) {
    width: 33vw;
    left: -5vw;
  }
}
.contact #mv .illu-wrap .item:nth-child(2) {
  width: 24vw;
  max-width: 340px;
  left: 30%;
  margin-top: 200px;
}
@media print, screen and (max-width: 768px) {
  .contact #mv .illu-wrap .item:nth-child(2) {
    width: 35vw;
    margin-top: 23vw;
    left: 25%;
  }
}
@media only screen and (max-width: 490px) {
  .contact #mv .illu-wrap .item:nth-child(2) {
    margin-top: calc(24vw + 20px);
  }
}
.contact #mv .illu-wrap .item:nth-child(3) {
  width: 15vw;
  max-width: 180px;
  left: 70%;
  margin-top: 100px;
}
@media print, screen and (max-width: 768px) {
  .contact #mv .illu-wrap .item:nth-child(3) {
    width: 25vw;
    margin-top: 10vw;
  }
}
@media only screen and (max-width: 490px) {
  .contact #mv .illu-wrap .item:nth-child(3) {
    margin-top: calc(6vw + 20px);
  }
}
.contact #mv .illu-wrap .item:nth-child(4) {
  width: 7vw;
  max-width: 105px;
  left: 50%;
  margin-top: -120px;
}
@media print, screen and (max-width: 768px) {
  .contact #mv .illu-wrap .item:nth-child(4) {
    width: 15vw;
    left: 35%;
  }
}
@media only screen and (max-width: 490px) {
  .contact #mv .illu-wrap .item:nth-child(4) {
    margin-top: -90px;
  }
}
.contact #mv .illu-wrap .item:nth-child(5) {
  width: 9vw;
  max-width: 129px;
  left: 60%;
  margin-top: -130px;
}
@media print, screen and (max-width: 768px) {
  .contact #mv .illu-wrap .item:nth-child(5) {
    width: 16vw;
    left: 52%;
  }
}
@media only screen and (max-width: 490px) {
  .contact #mv .illu-wrap .item:nth-child(5) {
    margin-top: -100px;
  }
}
.contact #mv .illu-wrap .item:nth-child(6) {
  width: 15vw;
  max-width: 160px;
  left: 70%;
  margin-top: -130px;
}
@media print, screen and (max-width: 768px) {
  .contact #mv .illu-wrap .item:nth-child(6) {
    width: 20vw;
    left: 75%;
  }
}
@media only screen and (max-width: 490px) {
  .contact #mv .illu-wrap .item:nth-child(6) {
    margin-top: -100px;
  }
}
.contact #contact-pre {
  padding-top: 0;
  padding-bottom: 150px;
}
.contact #contact-pre .complete-message {
  text-align: center;
}
.contact #contact-pre .complete-message .txt-l {
  font-size: 40px;
  font-weight: 700;
}
.contact #contact-pre .container-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
}
@media print, screen and (max-width: 768px) {
  .contact #contact-pre .container-s {
    gap: 70px;
  }
}
.contact #contact-pre .lead-txt {
  font-weight: 700;
}
.contact #contact-pre .tel-wrap .bg-content {
  padding: 50px 100px;
  max-width: 654px;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .contact #contact-pre .tel-wrap .bg-content {
    padding: 8%;
  }
}
.contact #contact-pre .tel-wrap .bg-content .flex {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .contact #contact-pre .tel-wrap .bg-content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
}
.contact #contact-pre .tel-wrap .bg-content .phone-number {
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .contact #contact-pre .tel-wrap .bg-content .phone-number {
    font-size: 24px;
  }
}
.contact #contact-pre .tel-wrap .bg-content .phone-number a {
  font-weight: bold;
  color: rgb(212, 115, 92);
  letter-spacing: 0.2em;
}
.contact #contact-pre .tel-wrap .bg-content .txt {
  font-weight: bold;
  font-size: 16px;
}
.contact #contact-pre .line-content .line-btn a {
  display: block;
  max-width: 382px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 50px;
  font-size: clamp(25px, 1.935483871vw, 30px);
  margin: auto;
  border-radius: 100px;
  background-color: rgb(6, 199, 85);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.contact #contact-pre .line-content .line-btn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact #contact-pre .line-content {
  text-align: center;
  font-weight: 700;
}
.contact #contact-pre .line-content .txt {
  margin-top: 30px;
}
.contact #form {
  padding-top: 0;
}
.contact #form .step-wrap {
  max-width: 886px;
  margin: auto;
  padding-bottom: 100px;
}
.contact #form .bg-content {
  padding: 100px;
}
@media print, screen and (max-width: 1300px) {
  .contact #form .bg-content {
    padding: 8%;
  }
}
.contact #form .form.confirm .mw_wp_form .field-note {
  display: none !important;
}
.contact #form .form.confirm #zip-btn, .contact #form .form.confirm .privacy-box {
  display: none !important;
}
.contact #form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.contact #form .mw_wp_form .form-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 60px;
  max-width: 700px;
}
.contact #form .mw_wp_form .form-steps li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  font-size: clamp(16px, 1.5555555556vw, 21px);
  color: #999;
  -webkit-clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
  margin: 0 -2px;
}
.contact #form .mw_wp_form .form-steps li.is-active {
  color: #fff;
  font-weight: bold;
}
.contact #form .mw_wp_form .form-container {
  max-width: 800px;
  margin: 0 auto;
}
.contact #form .mw_wp_form .form-table {
  width: 100%;
  border-collapse: collapse;
}
.contact #form .mw_wp_form .form-table tbody > tr {
  border-bottom: 2px dotted rgb(219, 191, 170);
  padding: 50px 0 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (max-width: 1300px) {
  .contact #form .mw_wp_form .form-table tbody > tr {
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 1024px) {
  .contact #form .mw_wp_form .form-table tbody > tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media print, screen and (max-width: 768px) {
  .contact #form .mw_wp_form .form-table tbody > tr {
    padding: 30px 0;
  }
}
.contact #form .mw_wp_form .form-table tbody > tr.no-border {
  border-bottom: unset;
  padding-bottom: 0;
}
.contact #form .mw_wp_form .form-table th, .contact #form .mw_wp_form .form-table td {
  text-align: left;
}
.contact #form .mw_wp_form .form-table th {
  width: 35%;
  font-size: clamp(16px, 1.5555555556vw, 21px);
  font-weight: bold;
}
@media print, screen and (max-width: 1024px) {
  .contact #form .mw_wp_form .form-table th {
    width: 100%;
  }
}
.contact #form .mw_wp_form .form-table th .required {
  background: rgb(212, 115, 92);
  color: #fff;
  font-size: clamp(16px, 1.5555555556vw, 21px);
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
}
@media print, screen and (max-width: 1024px) {
  .contact #form .mw_wp_form .form-table td {
    width: 100%;
    padding: 0;
  }
}
.contact #form .mw_wp_form input[type=text],
.contact #form .mw_wp_form input[type=email],
.contact #form .mw_wp_form input[type=tel],
.contact #form .mw_wp_form textarea {
  width: 100%;
  max-width: 450px;
  padding: 5px 15px;
  background: rgb(242, 242, 242);
  min-height: 70px;
  border: none;
  border-radius: 6px;
  font-size: clamp(16px, 1.5555555556vw, 21px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(196, 195, 195);
}
.contact #form .mw_wp_form textarea {
  max-width: 100%;
  height: 160px;
}
.contact #form .mw_wp_form .field-note {
  display: block;
  font-size: 16px;
  color: rgb(112, 112, 112);
  margin-top: 20px;
}
.contact #form .mw_wp_form .mwform-radio-field {
  margin-bottom: 15px;
  display: block;
}
.contact #form .mw_wp_form .mwform-radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 1.5555555556vw, 21px);
  cursor: pointer;
}
.contact #form .mw_wp_form .mwform-radio-field label input {
  margin-right: 16px;
}
.contact #form .mw_wp_form .zip-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.contact #form .mw_wp_form .zip-wrap .zip-mark {
  font-weight: bold;
}
.contact #form .mw_wp_form .zip-wrap input {
  max-width: 250px;
}
.contact #form .mw_wp_form .zip-wrap .zip-search-btn {
  color: #fff;
  background-image: url(../img/common/button-bg-black.png);
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: clamp(16px, 1.5555555556vw, 21px);
  cursor: pointer;
  white-space: nowrap;
}
.contact #form .mw_wp_form .zip-wrap .zip-search-btn:hover {
  background-image: url(../img/common/button-bg-red.png);
  -webkit-transform: 0.5s;
          transform: 0.5s;
}
.contact #form .mw_wp_form .privacy-section {
  margin: 60px auto;
  max-width: 800px;
}
.contact #form .mw_wp_form .privacy-section .privacy-box {
  background: #fff;
  border: 1px solid #888;
  padding: 50px;
  height: 600px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 768px) {
  .contact #form .mw_wp_form .privacy-section .privacy-box {
    padding: 5%;
  }
}
.contact #form .mw_wp_form .privacy-section .privacy-box h3 {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 40px;
}
.contact #form .mw_wp_form .privacy-section .consent-check {
  text-align: center;
  font-weight: bold;
  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;
  gap: 10px;
}
.contact #form .mw_wp_form .privacy-section .consent-check .required {
  background: rgb(212, 115, 92);
  color: #fff;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 3px;
}
.contact #form .mw_wp_form .submit-wrap {
  text-align: center;
  max-width: 360px;
  margin: auto;
  position: relative;
  margin-top: 150px;
}
.contact #form .mw_wp_form .submit-wrap::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/arrow.svg);
  width: 33px;
  height: 31px;
  background-size: cover;
  margin-top: -65px;
  right: 20%;
}
.contact #form .mw_wp_form .submit-wrap input[type=submit] {
  background-image: url(../img/common/button-bg-black.png);
  color: #fff;
  width: 100%;
  padding: 35px 20%;
  border: none;
  border-radius: 70px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: left;
}
.contact #form .mw_wp_form .submit-wrap input[type=submit]:hover {
  background-image: url(../img/common/button-bg-red.png);
  -webkit-transform: 0.5s;
          transform: 0.5s;
}
.contact #form .mw_wp_form .submit-wrap input[type=submit][name=submitBack] {
  margin-top: 20px;
  text-align: center;
}
.contact #form .mw_wp_form .submit-wrap .mwform-back-button {
  display: block;
  margin: 20px auto 0;
  background: none;
  border: none;
  text-decoration: underline;
  color: #666;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact #form .mw_wp_form .form-steps li {
    font-size: 11px;
  }
  .contact #form .mw_wp_form .form-table th, .contact #form .mw_wp_form .form-table td {
    display: block;
    width: 100% !important;
    padding: 15px 0;
  }
  .contact #form .mw_wp_form .form-table th {
    border-bottom: none;
  }
  .contact #form .mw_wp_form .zip-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news #mv {
  padding-bottom: 300px;
  padding-top: 150px;
}
@media print, screen and (max-width: 768px) {
  .news #mv {
    padding-bottom: 150px;
    padding-top: 70px;
  }
}
@media print, screen and (max-width: 768px) {
  .news #mv .sec-ttl-wrap .en-ttl {
    font-size: clamp(50px, 6.25vw, 50px);
    line-height: 1;
  }
}
.news #mv .illu-wrap .item:nth-child(1) {
  width: 10vw;
  max-width: 123px;
  left: 30%;
  margin-top: -50px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media only screen and (max-width: 490px) {
  .news #mv .illu-wrap .item:nth-child(1) {
    width: 18vw;
    left: 10%;
  }
}
.news #mv .illu-wrap .item:nth-child(2) {
  width: 15vw;
  max-width: 170px;
  left: 15%;
  margin-top: 80px;
}
@media only screen and (max-width: 490px) {
  .news #mv .illu-wrap .item:nth-child(2) {
    width: 27vw;
    left: 0%;
    margin-top: 70px;
  }
}
.news #mv .illu-wrap .item:nth-child(3) {
  width: 12vw;
  max-width: 140px;
  left: 27%;
  margin-top: 150px;
}
.news #mv .illu-wrap .item:nth-child(4) {
  width: 7vw;
  max-width: 94px;
  left: 53%;
  margin-top: -100px;
}
@media print, screen and (max-width: 768px) {
  .news #mv .illu-wrap .item:nth-child(4) {
    left: 48%;
  }
}
@media only screen and (max-width: 490px) {
  .news #mv .illu-wrap .item:nth-child(4) {
    width: 10vw;
    min-width: 55px;
    margin-top: -80px;
  }
}
.news #mv .illu-wrap .item:nth-child(5) {
  width: 7vw;
  max-width: 85px;
  left: 60%;
  margin-top: -100px;
}
@media print, screen and (max-width: 768px) {
  .news #mv .illu-wrap .item:nth-child(5) {
    left: 58%;
  }
}
@media only screen and (max-width: 490px) {
  .news #mv .illu-wrap .item:nth-child(5) {
    width: 10vw;
    min-width: 55px;
    margin-top: -90px;
    left: 63%;
  }
}
.news #mv .illu-wrap .item:nth-child(6) {
  width: 9vw;
  max-width: 104px;
  left: 68%;
  margin-top: -100px;
}
@media only screen and (max-width: 490px) {
  .news #mv .illu-wrap .item:nth-child(6) {
    width: 15vw;
    margin-top: -60px;
    left: 80%;
  }
}
.news #mv .illu-wrap .item:nth-child(7) {
  width: 17vw;
  max-width: 180px;
  left: 65%;
  margin-top: 50px;
}
@media only screen and (max-width: 490px) {
  .news #mv .illu-wrap .item:nth-child(7) {
    width: 27vw;
    margin-top: 60px;
    left: 70%;
  }
}
.news #mv .illu-wrap .item:nth-child(8) {
  width: 8vw;
  max-width: 117px;
  left: 80%;
  margin-top: 100px;
}
@media only screen and (max-width: 490px) {
  .news #mv .illu-wrap .item:nth-child(8) {
    margin-top: 120px;
    left: 83%;
  }
}
.news #mv .illu-wrap .item:nth-child(9) {
  width: 40vw;
  max-width: 500px;
  left: 45%;
  margin-top: 200px;
}
@media print, screen and (max-width: 768px) {
  .news #mv .illu-wrap .item:nth-child(9) {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 490px) {
  .news #mv .illu-wrap .item:nth-child(9) {
    margin-top: 120px;
    left: 40%;
  }
}
.news #news {
  padding-top: 50px;
}
.news .tab-wrap {
  display: block;
}
.news .news-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  border-bottom: 2px solid rgb(219, 191, 170);
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .news .news-category-list {
    gap: 2px;
  }
}
.news .news-category-list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .news-category-list li a {
  width: 160px;
  padding: 5px;
  text-align: center;
  background-image: url(../img/common/button-bg-brown-min.png);
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  border-radius: 30px 30px 0 0;
}
@media print, screen and (max-width: 1024px) {
  .news .news-category-list li a {
    width: unset;
    min-width: 60px;
    height: 50px;
    border-radius: 18px 18px 0 0;
  }
}
@media print, screen and (max-width: 768px) {
  .news .news-category-list li a {
    font-size: 12px;
  }
}
.news .news-category-list li a.active {
  background-image: url(../img/common/button-bg-red-min.png);
}
.news .news-category-list li a:hover {
  background-image: url(../img/common/button-bg-red-min.png);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-category-list li:first-child a {
  background-image: url(../img/common/button-bg-black.png);
}
.news .news-list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .news .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news .news-list .news-item {
  width: 33.3%;
  padding: 40px 0;
  border-bottom: 2px solid rgb(219, 191, 170);
}
@media print, screen and (max-width: 1024px) {
  .news .news-list .news-item {
    padding: 20px 0;
  }
}
@media print, screen and (max-width: 768px) {
  .news .news-list .news-item {
    width: 100%;
    max-width: 500px;
  }
}
.news .news-list .news-item a {
  padding: 40px;
}
@media print, screen and (max-width: 1024px) {
  .news .news-list .news-item a {
    padding: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .news .news-list .news-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.news .news-list .news-item a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-list .news-item a .img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
}
@media print, screen and (max-width: 768px) {
  .news .news-list .news-item a .img-wrap {
    width: 100%;
  }
}
.news .news-list .news-item a .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-list .news-item a .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 20px;
}
.news .news-list .news-item a .txt-wrap .budge-wrap {
  gap: 15px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 768px) {
  .news .news-list .news-item a .txt-wrap .budge-wrap {
    margin-bottom: 5px;
  }
}
.news .news-list .news-item a .txt-wrap .news-date {
  margin-bottom: 10px;
}
.news .news-list .news-item a .txt-wrap .news-item-title {
  line-height: 2;
}
.news .news-category {
  padding: 5px 20px;
  background-color: rgb(219, 191, 170);
  color: #fff;
  line-height: 1;
}
.news .news-date {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  line-height: 2;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .news .news-date {
    margin-bottom: 10px;
  }
}
.news .news-category-wrap {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 5px;
}
.news .pagenavi-wrap {
  margin-top: 70px;
}
.news .pagenavi-wrap .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.news .pagenavi-wrap .wp-pagenavi span, .news .pagenavi-wrap .wp-pagenavi a {
  border: 0;
  display: block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  border-radius: 20px;
  padding: 0;
}
.news .pagenavi-wrap .wp-pagenavi span {
  background-image: url(../img/common/bg-2.png);
}
.news .post-navigation {
  margin-top: 70px;
}
.news .post-navigation .post-navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .post-navigation .post-navigation__inner .post-nav-item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news .news-content-wrap {
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap {
    margin-top: 32px;
  }
}
.news .news-content-wrap .bar {
  margin: 70px 0;
  width: 100%;
  height: 2px;
  background-color: rgb(219, 191, 170);
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .bar {
    margin: 32px 0;
  }
}
.news .news-content-wrap .view-btn a {
  max-width: unset;
  padding: 0 40px;
  background-image: url(../img/common/button-bg-red.png);
}
@media print, screen and (max-width: 768px) {
  .news .news-content-wrap .view-btn a {
    padding: 0 20px;
    height: 80px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .view-btn a {
    height: 54px;
  }
}
.news .news-content-wrap .view-btn a:hover {
  background-image: url(../img/common/button-bg-black.png);
}
.news .news-content-wrap .estate-single .singl-ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1024px) {
  .news .news-content-wrap .estate-single .singl-ttl-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .news .news-content-wrap .estate-single .singl-ttl-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 1024px) {
  .news .news-content-wrap .estate-single .singl-ttl-area .txt-wrap {
    width: 100%;
  }
}
.news .news-content-wrap .estate-single .garally-wrap {
  position: relative;
}
.news .news-content-wrap .estate-single .garally-wrap .estate-garally {
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
.news .news-content-wrap .estate-single .garally-wrap .estate-garally .slide-image {
  aspect-ratio: 20/13;
}
.news .news-content-wrap .estate-single .swiper-pagination-custom {
  text-align: right;
}
.news .news-content-wrap .estate-single .slide-text {
  margin-top: 32px;
}
.news .news-content-wrap .estate-single .swiper-button-prev, .news .news-content-wrap .estate-single .swiper-button-next {
  width: 90px;
  height: 90px;
  display: block;
  top: 50%;
}
@media print, screen and (max-width: 1024px) {
  .news .news-content-wrap .estate-single .swiper-button-prev, .news .news-content-wrap .estate-single .swiper-button-next {
    width: 75px;
    height: 75px;
    top: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .estate-single .swiper-button-prev, .news .news-content-wrap .estate-single .swiper-button-next {
    width: 55px;
    height: 55px;
    top: 30%;
  }
}
.news .news-content-wrap .estate-single .swiper-button-prev::after, .news .news-content-wrap .estate-single .swiper-button-next::after {
  display: none;
}
.news .news-content-wrap .estate-single .swiper-button-prev svg, .news .news-content-wrap .estate-single .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.news .news-content-wrap .estate-single .swiper-button-prev svg.hover, .news .news-content-wrap .estate-single .swiper-button-next svg.hover {
  display: none;
}
.news .news-content-wrap .estate-single .swiper-button-prev:hover svg.hover, .news .news-content-wrap .estate-single .swiper-button-next:hover svg.hover {
  display: block;
}
.news .news-content-wrap .estate-single .swiper-button-prev:hover svg.base, .news .news-content-wrap .estate-single .swiper-button-next:hover svg.base {
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .news .news-content-wrap .estate-single .swiper-button-prev {
    left: -30px;
  }
}
@media print, screen and (max-width: 1024px) {
  .news .news-content-wrap .estate-single .swiper-button-next {
    right: -30px;
  }
}
.news .news-content-wrap .estate-single .scroll-garally-wrap {
  overflow: hidden;
  position: relative;
}
.news .news-content-wrap .estate-single .scroll-garally-wrap .scroll-garally {
  width: 85%;
  overflow: hidden;
  margin: auto;
}
.news .news-content-wrap .estate-single .scroll-garally-wrap .scroll-swiper-button-next, .news .news-content-wrap .estate-single .scroll-garally-wrap .scroll-swiper-button-prev {
  height: 100%;
  width: 30px;
  text-align: left;
  background-color: rgb(238, 237, 223);
  display: block;
  position: absolute;
  top: 0;
  z-index: 3;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.news .news-content-wrap .estate-single .scroll-garally-wrap .scroll-swiper-button-next {
  right: 0;
}
.news .news-content-wrap .estate-single .estate-wrap .inner {
  margin-bottom: 70px;
}
.news .news-content-wrap .estate-single .estate-wrap .inner .row {
  padding: 50px 0;
  border-bottom: 2px dotted rgb(219, 191, 170);
  font-size: clamp(16px, 1.3548387097vw, 21px);
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .estate-single .estate-wrap .inner .row {
    padding: unset;
    border-bottom: unset;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .estate-single .estate-wrap .inner .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .news-content-wrap .estate-single .estate-wrap .inner .col2 .item {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .estate-single .estate-wrap .inner .col2 .item {
    width: 100%;
  }
}
.news .news-content-wrap .estate-single .estate-wrap .inner .col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .estate-single .estate-wrap .inner .col1 {
    padding: 20px 0;
    border-bottom: 2px dotted rgb(219, 191, 170);
  }
}
@media only screen and (max-width: 490px) {
  .news .news-content-wrap .estate-single .estate-wrap .inner .col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.news .news-content-wrap .estate-single .estate-wrap .inner .heading {
  max-width: 200px;
  width: 30%;
  color: rgb(212, 115, 92);
  font-weight: 500;
}
@media print, screen and (max-width: 1024px) {
  .news .news-content-wrap .estate-single .estate-wrap .inner .heading {
    width: 150px;
  }
}
.news .news-content-wrap .estate-single .estate-wrap .inner .value {
  font-weight: 500;
  font-size: clamp(20px, 1.6774193548vw, 26px);
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .estate-single .estate-wrap .inner .value {
    font-size: 16px;
  }
}
.news .news-content-wrap .estate-single .estate-wrap .view-btn {
  max-width: 565px;
  margin: 20px auto;
}
.news .news-content-wrap .singl-ttl-area .date-wrap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .singl-ttl-area .date-wrap {
    margin-bottom: 15px;
  }
}
.news .news-content-wrap .singl-ttl-area .date-wrap .flex {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .news-content-wrap .singl-ttl-area .date-wrap .flex .news-date {
  margin-bottom: 0;
}
.news .news-content-wrap .singl-ttl-area .title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.news .news-content-wrap .singl-ttl-area {
  margin-bottom: 40px;
}
.news .news-content-wrap .thumb-wrap {
  margin-bottom: 40px;
  aspect-ratio: 100/66;
}
.news .news-content-wrap .thumb-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-content-wrap .news-gallery-wrap {
  margin-bottom: 40px;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap {
  position: relative;
  max-width: 1000px;
  width: 80%;
  margin: auto;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-main {
  margin: auto;
  overflow: hidden;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-main .slide-image {
  aspect-ratio: 3/2;
  border-radius: 10px;
  overflow: hidden;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-main .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-main .slide-text {
  margin-top: 32px;
  font-size: clamp(16px, 1.3548387097vw, 21px);
  line-height: 1.8;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-pagination {
  text-align: right;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.3548387097vw, 21px);
  color: #5b5b5b;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-prev,
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-next {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
@media print, screen and (max-width: 1300px) {
  .news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-prev,
  .news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-next {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-prev,
  .news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-next {
    width: 55px;
    height: 55px;
  }
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-prev svg,
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-next svg {
  width: 100%;
  height: 100%;
  display: block;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-prev.swiper-button-disabled,
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-prev {
  left: -150px;
}
@media print, screen and (max-width: 1300px) {
  .news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-prev {
    left: -100px;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-prev {
    left: -60px;
  }
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-next {
  right: -150px;
}
@media print, screen and (max-width: 1300px) {
  .news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-next {
    right: -100px;
  }
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .news-gallery-wrap .news-gallery-main-wrap .news-gallery-button-next {
    right: -60px;
  }
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.55;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs .swiper-slide .slide-image {
  aspect-ratio: 1/1;
  border: 8px solid #fff;
  border-radius: clamp(20px, 3.8709677419vw, 60px);
  overflow: hidden;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs .swiper-slide .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs-prev,
.news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs-next {
  height: 100%;
  width: 50px;
  background-color: rgb(238, 237, 223);
  position: absolute;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs-prev,
  .news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs-next {
    width: 30px;
  }
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs-prev {
  left: 0;
}
.news .news-content-wrap .news-gallery-wrap .news-gallery-thumbs-wrap .news-gallery-thumbs-next {
  right: 0;
}
.news .news-content-wrap .content-wrap {
  font-size: clamp(16px, 1.3548387097vw, 21px);
  margin: 30px auto;
  max-width: 1000px;
  width: 80%;
}
.news .news-content-wrap .content-wrap h2 {
  font-size: clamp(22px, 1.6774193548vw, 26px);
  margin-top: 15px;
}
.news .news-content-wrap .content-wrap h3 {
  font-size: clamp(19px, 1.5483870968vw, 24px);
  margin-top: 10px;
}
.news .news-content-wrap .normal-wrap {
  max-width: 1450px;
  margin: auto;
}
.news .news-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  width: 95%;
  border-bottom: 2px solid #DBBFAA;
  margin: 50px auto;
}
.news .news-tag-list li {
  width: 40%;
  max-width: 280px;
}
.news .news-tag-list li a {
  border-radius: 12px 12px 0 0;
  display: block;
  line-height: 48px;
  background-image: url(../img/common/button-bg-brown-2.png);
  text-align: center;
  color: #FFF;
}
.news .news-tag-list li a.active {
  background-image: url(../img/common/button-bg-red-2.png);
}/*# sourceMappingURL=style.css.map */