@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  color: #484848;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #F3F4EF;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
@media (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}

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

a {
  display: block;
  color: #484848;
  text-decoration: none;
  transition: 0.6s;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.wrapper {
  padding: 0 32px;
}
@media (min-width: 431px) {
  .wrapper {
    padding: 0 80px;
  }
}
@media (min-width: 1025px) {
  .wrapper {
    padding: 0 24px;
  }
}
@media (min-width: 1281px) {
  .wrapper {
    max-width: 1156px;
    padding: 0;
    margin: 0 auto;
  }
}

a.link.__circle {
  line-height: 1.94;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 63px;
  position: relative;
}
@media (min-width: 1025px) {
  a.link.__circle {
    padding-right: 101px;
  }
}
a.link.__circle::before, a.link.__circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
a.link.__circle::before {
  width: 18px;
  height: 18px;
  background: url(../images/arrow-white.png) no-repeat center/cover;
  right: 11px;
  transition: all 0.6s ease;
  z-index: 2;
}
@media (min-width: 1025px) {
  a.link.__circle::before {
    width: 24px;
    height: 24px;
    right: 22px;
  }
}
a.link.__circle::after {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #33C0B9;
  right: 0;
  z-index: 1;
}
@media (min-width: 1025px) {
  a.link.__circle::after {
    width: 69px;
    height: 69px;
  }
}
a.link.__circle:hover {
  opacity: 1;
}
a.link.__circle:hover::before {
  right: 7px;
}
@media (min-width: 1025px) {
  a.link.__circle:hover::before {
    right: 17px;
  }
}
a.link.__rounded {
  color: #FFF;
  background: #484848;
  border-radius: 40px;
  padding: 24px 64px;
}

button.btn.__form {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  display: block;
  width: calc(100% - 64px);
  border-radius: 40px;
  padding: 24px;
}
button.btn.__form.__next {
  background: #484848;
}
button.btn.__form.__previous {
  background: #C4C4C4;
}
@media (min-width: 1281px) {
  button.btn.__form {
    width: -moz-fit-content;
    width: fit-content;
    padding: 24px 64px;
  }
}

body.lower-page .l-main {
  overflow: hidden;
  padding: 158px 0 120px;
  z-index: 0;
}
@media (min-width: 1025px) {
  body.lower-page .l-main {
    padding-top: 198px;
    margin: 0;
  }
}
body.lower-page .l-main .line-anime {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.lower-page .l-main .line-anime.is-show {
  display: block;
}
body.lower-page .sec-l-ttl {
  margin-bottom: 40px;
}
@media (min-width: 1281px) {
  body.lower-page .sec-l-ttl {
    margin-bottom: 51px;
  }
}
body.lower-page .sec-l-ttl .page-ttl {
  font-size: 28px;
  font-weight: normal;
  color: #484848;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (min-width: 1281px) {
  body.lower-page .sec-l-ttl .page-ttl {
    font-size: 48px;
  }
}
@media (min-width: 1281px) {
  body.lower-page .sec-l-ttl .page-ttl {
    font-size: 28px;
    font-weight: normal;
    color: #484848;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
@media (min-width: 1281px) and (min-width: 1281px) {
  body.lower-page .sec-l-ttl .page-ttl {
    font-size: 48px;
  }
}
body.lower-page .sec-l-ttl .page-ttl .en {
  font-size: 16px;
  color: #484848;
  display: block;
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1281px) {
  body.lower-page .sec-l-ttl .page-ttl .en {
    margin-bottom: 24px;
  }
}
body.lower-page .sec-l-ttl .page-ttl .en::before, body.lower-page .sec-l-ttl .page-ttl .en:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.lower-page .sec-l-ttl .page-ttl .en::before {
  width: 3px;
  height: 3px;
  background: #33C0B9;
  left: 4px;
  z-index: 2;
}
body.lower-page .sec-l-ttl .page-ttl .en::after {
  width: 11px;
  height: 11px;
  background: #484848;
  left: 0px;
  z-index: 0;
}
body.lower-page .sec-l-ttl .ttl-desc {
  line-height: 1.95;
}
body.lower-page .sec-l-ttl .link {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 431px) {
  body.lower-page .sec-l-ttl .link {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.line-container.__sp {
  display: block;
}
@media (min-width: 1025px) {
  .line-container.__sp {
    display: none;
  }
}
.line-container.__pc {
  display: none;
}
@media (min-width: 1025px) {
  .line-container.__pc {
    display: block;
  }
}

#vivus-mv .st0 {
  fill-rule: evenodd;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#vivus-green01-pc .st0 {
  fill: none;
  stroke: #33c0b9;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#vivus-green01-sp .st0 {
  fill: none;
  stroke: #33c0b9;
  stroke-linecap: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#vivus-green02-pc .st0 {
  fill: none;
  stroke: #33c0b9;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#vivus-green02-sp .st0 {
  fill: none;
  stroke: #33c0b9;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

@media (min-width: 1025px) {
  .l-header {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
  }
}
.l-header .header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .header-logo {
  max-width: 129px;
  position: absolute;
  top: 56px;
  left: 32px;
  z-index: 11;
}
@media (min-width: 431px) {
  .l-header .header-logo {
    min-width: 189px;
    top: 40px;
  }
}
@media (min-width: 1025px) {
  .l-header .header-logo {
    position: static;
  }
}
.l-header .header-nav {
  display: none;
  background: unset;
  padding: 0;
  width: auto;
  height: auto;
  position: static;
  z-index: unset;
  pointer-events: all;
  transition: all 0.8s ease;
}
@media (min-width: 1025px) {
  .l-header .header-nav {
    display: block;
  }
}
@media (min-width: 1025px) {
  .l-header .header-nav .nav-list {
    border-bottom: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 28px;
  }
}
.l-header .header-nav .nav-item {
  margin-bottom: 0;
}
.l-header .header-nav .nav-item a {
  font-size: 16px;
  line-height: 1.45;
}
.l-header .header-nav .nav-item p {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.45;
  gap: 6px;
  margin-bottom: 0;
}
.l-header .header-nav .nav-item .toggle {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.l-header .header-nav .nav-item .toggle::before, .l-header .header-nav .nav-item .toggle::after {
  content: "";
  display: block;
  width: 12px;
  height: 1.5px;
  background: #484848;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-header .header-nav .nav-item .toggle::before {
  transform: translate(-50%, -50%);
}
.l-header .header-nav .nav-item .toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}
.l-header .header-nav .nav-item .toggle.open::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.l-header .header-nav .nav-item.contact a {
  color: #FFF;
  padding: 8px 32px;
  background: #6E6E6E;
  border-radius: 32px;
}
.l-header .header-nav .has-child {
  position: relative;
}
.l-header .header-nav .child-list {
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  max-height: unset;
  overflow: visible;
  white-space: nowrap;
  width: 275px;
  padding: 20px 32px;
  background: #FFF;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 24px);
  opacity: 0;
  pointer-events: none;
}
.l-header .header-nav .child-list.show {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.l-header .header-nav .child-item {
  padding-right: 15px;
  position: relative;
}
.l-header .header-nav .child-item:first-child {
  margin-top: 0;
}
.l-header .header-nav .child-item::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/arrow-headerNav.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-header .header-nav .child-item:first-child {
  margin-bottom: 18px;
}
.l-header .header-nav .child-item a {
  font-size: 17px;
  line-height: 1;
}
.l-header .sp-nav {
  background: #f3f4ef;
  padding: 150px 54px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.8s ease;
}
.l-header .sp-nav.show {
  opacity: 1;
  z-index: 10;
  pointer-events: all;
  overflow-y: auto;
}
.l-header .sp-nav .nav-list {
  border-bottom: 1px solid #484848;
  margin-bottom: 24px;
}
.l-header .sp-nav .nav-item {
  margin-bottom: 40px;
}
.l-header .sp-nav .nav-item a {
  font-size: 22px;
}
.l-header .sp-nav .nav-item p {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.l-header .sp-nav .nav-item .toggle {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.l-header .sp-nav .nav-item .toggle::before, .l-header .sp-nav .nav-item .toggle::after {
  content: "";
  display: block;
  width: 12px;
  height: 1.5px;
  background: #484848;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-header .sp-nav .nav-item .toggle::before {
  transform: translate(-50%, -50%);
}
.l-header .sp-nav .nav-item .toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}
.l-header .sp-nav .nav-item .toggle.open::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.l-header .sp-nav .child-list {
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}
.l-header .sp-nav .child-item:first-child {
  margin-top: 24px;
}
.l-header .sp-nav .child-item:first-child {
  margin-bottom: 18px;
}
.l-header .sp-nav .child-item a {
  font-size: 16px;
}
.l-header .sp-nav .arcovita-info .company-name {
  font-size: 20px;
  margin-bottom: 8px;
}
.l-header .sp-nav .arcovita-info address {
  font-style: normal;
  line-height: 1.43;
}
.l-header .sp-nav .sec-l-news {
  margin-bottom: 24px;
}
.l-header .sp-nav .sec-l-news .page-ttl {
  font-size: 22px !important;
}
.l-header .sp-nav .sec-l-news .news-list li a {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}
.l-header .sp-nav .sec-l-news .news-list li a .date {
  margin-bottom: 14px;
  display: block;
  font-size: 14px;
}
.l-header .sp-nav .sec-l-news .news-list li a .ttl {
  font-weight: bold;
  line-height: 1.5;
}
.l-header .drawer-btn {
  color: #484848;
  font-size: 10px;
  width: 52px;
  height: 52px;
  position: fixed;
  top: 62px;
  right: 32px;
  z-index: 10000;
  background: #FFF;
  border-radius: 50%;
}
.l-header .drawer-btn .toggle-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.l-header .drawer-btn .line {
  display: block;
  width: 26px;
  height: 12px;
  position: relative;
}
.l-header .drawer-btn .line::before, .l-header .drawer-btn .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #484848;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  transition: all 0.8s ease;
}
.l-header .drawer-btn .line::before {
  top: 0;
}
.l-header .drawer-btn .line::after {
  bottom: 0;
}
.l-header .drawer-btn.open .line::before {
  top: 0;
  transform: translate(-50%, 6px) rotate(20deg);
}
.l-header .drawer-btn.open .line::after {
  bottom: 0;
  transform: translate(-50%, -3px) rotate(-20deg);
}

.l-footer .contact-container {
  background: #484848;
  padding: 88px 0 100px;
}
@media (min-width: 1281px) {
  .l-footer .contact-container {
    padding: 80px 0;
  }
}
@media (min-width: 1281px) {
  .l-footer .contact-container .contact-flex {
    display: flex;
    justify-content: space-between;
  }
}
.l-footer .contact-container .contact-l {
  margin-bottom: 32px;
}
@media (min-width: 1281px) {
  .l-footer .contact-container .contact-l {
    margin-bottom: 0;
  }
}
.l-footer .contact-container .sec-ttl {
  font-size: 28px;
  font-weight: normal;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 1281px) {
  .l-footer .contact-container .sec-ttl {
    font-size: 40px;
  }
}
.l-footer .contact-container .sec-ttl .en {
  font-size: 16px;
  color: #FFF;
  display: block;
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1281px) {
  .l-footer .contact-container .sec-ttl .en {
    margin-bottom: 24px;
  }
}
.l-footer .contact-container .sec-ttl .en::before, .l-footer .contact-container .sec-ttl .en:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer .contact-container .sec-ttl .en::before {
  width: 3px;
  height: 3px;
  background: #33C0B9;
  left: 4px;
  z-index: 2;
}
.l-footer .contact-container .sec-ttl .en::after {
  width: 11px;
  height: 11px;
  background: #FFF;
  left: 0px;
  z-index: 0;
}
.l-footer .contact-container .contact-desc {
  color: #FFF;
  line-height: 1.95;
}
@media (min-width: 431px) {
  .l-footer .contact-container .contact-r {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media (min-width: 1281px) {
  .l-footer .contact-container .contact-r {
    flex-basis: 68%;
    max-width: 788px;
  }
}
.l-footer .contact-container .contact-btn {
  width: 100%;
  border-radius: 80px;
}
.l-footer .contact-container .contact-btn.__tel {
  background: #FFF;
  padding: 16px 0;
  margin-bottom: 27px;
}
@media (min-width: 431px) {
  .l-footer .contact-container .contact-btn.__tel {
    background: #6E6E6E;
    margin-bottom: 0;
    pointer-events: none;
  }
}
@media (min-width: 1281px) {
  .l-footer .contact-container .contact-btn.__tel {
    width: 361px;
    padding: 24px;
  }
}
.l-footer .contact-container .contact-btn.__form {
  background: #33C0B9;
  padding: 20px 0;
}
@media (min-width: 1281px) {
  .l-footer .contact-container .contact-btn.__form {
    width: 387px;
    padding: 24px;
  }
}
.l-footer .contact-container .btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.l-footer .contact-container .icon-container {
  max-width: 27px;
}
.l-footer .contact-container .tel-number {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 431px) {
  .l-footer .contact-container .tel-number {
    color: #A9A9A9;
  }
}
@media (min-width: 1281px) {
  .l-footer .contact-container .tel-number {
    font-size: 26px;
  }
}
.l-footer .contact-container .form-txt {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
.l-footer .contact-container .annot {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}
@media (min-width: 1281px) {
  .l-footer .contact-container .annot {
    font-size: 14px;
  }
}
.l-footer .footer-container {
  padding-top: 30px;
  padding-bottom: 14px;
}
@media (min-width: 1281px) {
  .l-footer .footer-container {
    padding-top: 40px;
  }
}
.l-footer .footer-top {
  margin-bottom: 32px;
}
@media (min-width: 1281px) {
  .l-footer .footer-top {
    display: flex;
    gap: 40px;
    margin-bottom: 62px;
  }
}
.l-footer .footer-logo {
  max-width: 155px;
  margin-bottom: 16px;
}
@media (min-width: 1281px) {
  .l-footer .footer-logo {
    max-width: 256px;
  }
}
.l-footer .arcovita-info address {
  font-size: 14px;
  font-style: normal;
  line-height: 1.43;
  margin-bottom: 16px;
}
.l-footer .arcovita-info .gpm {
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 24px;
  position: relative;
  z-index: 0;
}
.l-footer .arcovita-info .gpm::after {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url(../images/icon-external.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-footer .footer-nav {
  margin-bottom: 50px;
}
@media (min-width: 1281px) {
  .l-footer .footer-nav {
    margin-bottom: 40px;
  }
}
.l-footer .nav-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1281px) {
  .l-footer .nav-list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.l-footer .nav-item {
  flex-basis: 50%;
  margin-bottom: 24px;
}
@media (min-width: 1281px) {
  .l-footer .nav-item {
    flex-basis: auto;
  }
}
.l-footer .nav-item a {
  font-size: 16px;
}
.l-footer .nav-item p {
  font-size: 16px;
  margin-bottom: 24px;
}
.l-footer .child-item:first-child {
  margin-bottom: 16px;
}
.l-footer .child-item a {
  font-size: 14px;
}
.l-footer .copyright {
  text-align: center;
  font-size: 12px;
}

body.home .sec-t-mv {
  padding: 108px 0;
  overflow-x: hidden;
}
@media (min-width: 1025px) {
  body.home .sec-t-mv {
    padding: 173px 0;
  }
}
body.home .sec-t-mv .mv-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-flex {
    flex-direction: row;
    align-items: center;
    gap: 19px;
  }
}
@media (min-width: 431px) {
  body.home .sec-t-mv .mv-l {
    position: relative;
    z-index: 0;
    padding-bottom: 63px;
  }
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-l {
    flex-basis: calc(100% - (19px + 56%));
    max-width: 642px;
  }
}
body.home .sec-t-mv .mv-text {
  opacity: 0;
  transform: translate(20px, 20px);
  transition: opacity 1.2s cubic-bezier(0.69, 0, 0.33, 1) 0.3s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.home .sec-t-mv .mv-text.fadein {
  opacity: 1;
  transform: translate(0, 0);
}
body.home .sec-t-mv .mv-catch {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-catch {
    font-size: 64px;
    letter-spacing: 0.22em;
    margin-bottom: 24px;
    white-space: nowrap;
  }
}
body.home .sec-t-mv .mv-catch .underline {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #484848;
}
body.home .sec-t-mv .mv-catch .sml {
  font-size: 26px;
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-catch .sml {
    font-size: 48px;
  }
}
body.home .sec-t-mv .mv-desc {
  line-height: 1.8;
  font-size: 15px;
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-desc {
    font-size: 20px;
  }
}
body.home .sec-t-mv .mv-desc .sp-none {
  display: none;
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-desc .sp-none {
    display: block;
  }
}
body.home .sec-t-mv .scroll-indicator {
  display: none;
  width: 144px;
  height: 144px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
body.home .sec-t-mv .scroll-indicator::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 431px) {
  body.home .sec-t-mv .scroll-indicator {
    display: block;
    opacity: 0;
    transition: opacity 1.2s ease 3s;
  }
  body.home .sec-t-mv .scroll-indicator.show {
    opacity: 1;
  }
}
body.home .sec-t-mv .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateText 10s linear infinite;
  width: 165px;
  height: 165px;
}
body.home .sec-t-mv .circle-text svg {
  width: 100%;
  height: 100%;
}
body.home .sec-t-mv .circle-text text {
  font-size: 14px;
  fill: #484848;
}
body.home .sec-t-mv .arrow-icon {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotateText {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body.home .sec-t-mv .mv-r {
  padding-bottom: 103.12px;
  position: relative;
  z-index: 0;
}
@media (min-width: 431px) {
  body.home .sec-t-mv .mv-r {
    padding-bottom: 226.44px;
  }
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-r {
    width: 45.6vw;
    margin-right: calc(50% - 50vw);
  }
}
body.home .sec-t-mv .mv-r .vivus-container {
  position: relative;
  z-index: 0;
}
body.home .sec-t-mv .mv-r .img-people01,
body.home .sec-t-mv .mv-r .img-people02,
body.home .sec-t-mv .mv-r .img-people03,
body.home .sec-t-mv .mv-r .img-people04 {
  opacity: 0;
  filter: blur(4px);
  transition: all 1s ease;
}
body.home .sec-t-mv .mv-r .img-people01 {
  transition-delay: 4s;
  width: max(79.25px, 20.32vw);
  height: max(54.56px, 14vw);
  position: absolute;
  bottom: max(27px, 6.9vw);
  right: max(57.06px, 15vw);
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-r .img-people01 {
    width: min(12.7vw, 183px);
    height: min(8.75vw, 126px);
    bottom: max(3.7vw, 52.79px);
    right: max(8vw, 115.2px);
  }
}
body.home .sec-t-mv .mv-r .img-people02 {
  transition-delay: 5s;
  width: max(97px, 24.9vw);
  height: max(47px, 12.1vw);
  position: absolute;
  bottom: max(20.08px, 5.1vw);
  left: min(-2px, -0.5vw);
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-r .img-people02 {
    width: min(10.8vw, 156px);
    height: min(5.2vw, 75px);
    bottom: 118px;
    right: 53px;
  }
}
body.home .sec-t-mv .mv-r .img-people03 {
  transition-delay: 6s;
  width: max(90.38px, 23.2vw);
  height: max(79.32px, 20.33vw);
  position: absolute;
  bottom: 0;
  left: calc(50% + max(14px, 3.6vw));
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-r .img-people03 {
    width: min(13.3vw, 191.74px);
    height: min(11.7vw, 168.29px);
    bottom: 0;
    left: calc(50% - 9px);
  }
}
body.home .sec-t-mv .mv-r .img-people04 {
  transition-delay: 7s;
  width: max(66px, 15.3vw);
  height: max(68px, 17.4vw);
  position: absolute;
  bottom: max(16px, 4.1vw);
  right: max(10px, 2.7vw);
}
@media (min-width: 1025px) {
  body.home .sec-t-mv .mv-r .img-people04 {
    width: min(9.2vw, 133px);
    height: min(9.6vw, 138px);
    bottom: 64px;
    right: 0;
  }
}
body.home .sec-t-mv .mv-r.fadein .img-people01,
body.home .sec-t-mv .mv-r.fadein .img-people02,
body.home .sec-t-mv .mv-r.fadein .img-people03,
body.home .sec-t-mv .mv-r.fadein .img-people04 {
  opacity: 1;
  filter: blur(0px);
}
body.home .bg-gray {
  padding: 88px 0 238px;
  background: #484848;
  margin-bottom: 117px;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
body.home .bg-gray::-webkit-scrollbar {
  display: none;
}
body.home .bg-gray .line-anime {
  width: auto;
  height: calc(100% - 115px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 1281px) {
  body.home .bg-gray .line-anime {
    top: 51px;
  }
}
body.home .bg-gray .line-anime.is-show {
  display: block;
}
@media (min-width: 1281px) {
  body.home .bg-gray {
    padding: 201px 0 263px;
    margin-bottom: 157px;
  }
}
body.home .sec-t-concept {
  position: relative;
  z-index: 0;
}
body.home .sec-t-concept .concept-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}
@media (min-width: 1025px) {
  body.home .sec-t-concept .concept-flex {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media (min-width: 1025px) {
  body.home .sec-t-concept .concept-l {
    flex-basis: 50%;
    padding-right: min(8.8%, 102px);
  }
}
body.home .sec-t-concept .sec-ttl {
  font-size: 28px;
  font-weight: normal;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 1281px) {
  body.home .sec-t-concept .sec-ttl {
    font-size: 40px;
  }
}
body.home .sec-t-concept .sec-ttl .en {
  font-size: 16px;
  color: #FFF;
  display: block;
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1281px) {
  body.home .sec-t-concept .sec-ttl .en {
    margin-bottom: 24px;
  }
}
body.home .sec-t-concept .sec-ttl .en::before, body.home .sec-t-concept .sec-ttl .en:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.home .sec-t-concept .sec-ttl .en::before {
  width: 3px;
  height: 3px;
  background: #33C0B9;
  left: 4px;
  z-index: 2;
}
body.home .sec-t-concept .sec-ttl .en::after {
  width: 11px;
  height: 11px;
  background: #FFF;
  left: 0px;
  z-index: 0;
}
body.home .sec-t-concept .concept-desc {
  color: #FFF;
  line-height: 1.9;
  margin-bottom: 24px;
}
body.home .sec-t-concept .link {
  color: #FFF;
}
@media (min-width: 1025px) {
  body.home .sec-t-concept .concept-r {
    width: 50vw;
    margin-right: calc(50% - 50vw);
  }
}
body.home .top-slider {
  margin: 72px 0 88px;
}
body.home .top-slider .slick-track {
  display: flex;
  align-items: center;
}
body.home .top-slider .slick-slide {
  margin: 0 19px;
}
body.home .sec-t-service {
  margin-bottom: 117px;
  position: relative;
  z-index: 0;
}
@media (min-width: 1281px) {
  body.home .sec-t-service {
    margin-bottom: 157px;
  }
}
body.home .sec-t-service .service-flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1025px) {
  body.home .sec-t-service .service-flex {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media (min-width: 1025px) {
  body.home .sec-t-service .service-l {
    width: 50vw;
    margin-left: calc(50% - 50vw);
  }
}
body.home .sec-t-service .sec-ttl {
  font-size: 28px;
  font-weight: normal;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 1281px) {
  body.home .sec-t-service .sec-ttl {
    font-size: 40px;
  }
}
body.home .sec-t-service .sec-ttl .en {
  font-size: 16px;
  color: #FFF;
  display: block;
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1281px) {
  body.home .sec-t-service .sec-ttl .en {
    margin-bottom: 24px;
  }
}
body.home .sec-t-service .sec-ttl .en::before, body.home .sec-t-service .sec-ttl .en:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.home .sec-t-service .sec-ttl .en::before {
  width: 3px;
  height: 3px;
  background: #33C0B9;
  left: 4px;
  z-index: 2;
}
body.home .sec-t-service .sec-ttl .en::after {
  width: 11px;
  height: 11px;
  background: #FFF;
  left: 0px;
  z-index: 0;
}
body.home .sec-t-service .service-desc {
  color: #FFF;
  line-height: 1.9;
  margin-bottom: 40px;
}
body.home .sec-t-service .link {
  color: #FFF;
  position: relative;
}
body.home .sec-t-service .link::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/arrow-green.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 16px;
  transition: all 0.6s ease;
}
body.home .sec-t-service .link:first-child {
  padding-bottom: 24px;
  border-bottom: 1px solid #646464;
}
body.home .sec-t-service .link:first-child::after {
  top: -2px;
}
body.home .sec-t-service .link:last-child {
  padding-top: 24px;
}
body.home .sec-t-service .link:last-child::after {
  top: 22px;
}
body.home .sec-t-service .link:hover {
  opacity: 1;
}
body.home .sec-t-service .link:hover::after {
  right: 11px;
}
@media (min-width: 1025px) {
  body.home .sec-t-service .service-r {
    flex-basis: 50%;
    padding-left: min(8.8%, 102px);
  }
}
body.home .section-t-work {
  padding: 76px 0 66.5px;
  margin-bottom: 41.5px;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
body.home .section-t-work::-webkit-scrollbar {
  display: none;
}
body.home .section-t-work .line-anime {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body.home .section-t-work .line-anime.is-show {
  display: block;
}
@media (min-width: 1281px) {
  body.home .section-t-work {
    padding: 88px 0 113px;
    margin-bottom: 89px;
  }
}
body.home .section-t-work .repair-container,
body.home .section-t-work .renovation-container {
  position: relative;
  z-index: 0;
}
body.home .section-t-work .repair-container {
  margin-bottom: 83px;
}
@media (min-width: 1281px) {
  body.home .section-t-work .repair-container {
    margin-bottom: 50px;
  }
}
body.home .section-t-work .sec-ttl {
  font-size: 28px;
  font-weight: normal;
  color: #484848;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 1281px) {
  body.home .section-t-work .sec-ttl {
    font-size: 40px;
  }
}
@media (min-width: 1281px) {
  body.home .section-t-work .sec-ttl {
    font-size: 28px;
    font-weight: normal;
    color: #484848;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media (min-width: 1281px) and (min-width: 1281px) {
  body.home .section-t-work .sec-ttl {
    font-size: 40px;
  }
}
body.home .section-t-work .sec-ttl .en {
  font-size: 16px;
  color: #484848;
  display: block;
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1281px) {
  body.home .section-t-work .sec-ttl .en {
    margin-bottom: 24px;
  }
}
body.home .section-t-work .sec-ttl .en::before, body.home .section-t-work .sec-ttl .en:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.home .section-t-work .sec-ttl .en::before {
  width: 3px;
  height: 3px;
  background: #33C0B9;
  left: 4px;
  z-index: 2;
}
body.home .section-t-work .sec-ttl .en::after {
  width: 11px;
  height: 11px;
  background: #484848;
  left: 0px;
  z-index: 0;
}
@media (min-width: 431px) {
  body.home .section-t-work .work-flex {
    display: flex;
    gap: 32px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  body.home .section-t-work .work-flex {
    gap: 68px;
  }
}
body.home .section-t-work .work-item {
  /* pointer-events: none; */
}
@media (min-width: 1281px) {
  body.home .section-t-work .work-item {
    flex-basis: calc(50% - 34px);
  }
}
body.home .section-t-work .work-item:first-child {
  margin-bottom: 56px;
}
@media (min-width: 431px) {
  body.home .section-t-work .work-item:first-child {
    margin-bottom: 0;
  }
}
body.home .section-t-work .work-item:last-child {
  margin-bottom: 34px;
}
@media (min-width: 431px) {
  body.home .section-t-work .work-item:last-child {
    margin-bottom: 0;
  }
}
body.home .section-t-work .thumb-container {
  margin-bottom: 24px;
}
body.home .section-t-work .thumb-container img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .section-t-work .tag-list {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
@media (min-width: 1281px) {
  body.home .section-t-work .tag-list {
    margin-bottom: 16px;
  }
}
body.home .section-t-work .tag {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  padding: 8px 12px;
  border: 1px solid #484848;
}
body.home .section-t-work .work-desc {
  font-size: 16px;
  line-height: 1.9;
}
@media (min-width: 1281px) {
  body.home .section-t-work .work-desc {
    font-size: 18px;
    line-height: 1.7;
  }
}
body.home .section-t-work .link {
  margin-left: auto;
}
body.home .sec-t-company {
  padding: 106px 0 287px;
  background: url(../images/top-company_sp.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
@media (min-width: 431px) {
  body.home .sec-t-company {
    background: url(../images/top-company.jpg) no-repeat center/cover;
  }
}
@media (min-width: 1281px) {
  body.home .sec-t-company {
    padding: 136px 0 366px;
    background: url(../images/top-company.jpg) no-repeat center/cover;
  }
}
body.home .sec-t-company::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
body.home .sec-t-company .company-container {
  position: relative;
  z-index: 1;
}
body.home .sec-t-company .sec-ttl {
  font-size: 28px;
  font-weight: normal;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (min-width: 1281px) {
  body.home .sec-t-company .sec-ttl {
    font-size: 40px;
  }
}
@media (min-width: 1281px) {
  body.home .sec-t-company .sec-ttl {
    font-size: 28px;
    font-weight: normal;
    color: #FFF;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media (min-width: 1281px) and (min-width: 1281px) {
  body.home .sec-t-company .sec-ttl {
    font-size: 40px;
  }
}
body.home .sec-t-company .sec-ttl .en {
  font-size: 16px;
  color: #FFF;
  display: block;
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1281px) {
  body.home .sec-t-company .sec-ttl .en {
    margin-bottom: 24px;
  }
}
body.home .sec-t-company .sec-ttl .en::before, body.home .sec-t-company .sec-ttl .en:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.home .sec-t-company .sec-ttl .en::before {
  width: 3px;
  height: 3px;
  background: #33C0B9;
  left: 4px;
  z-index: 2;
}
body.home .sec-t-company .sec-ttl .en::after {
  width: 11px;
  height: 11px;
  background: #FFF;
  left: 0px;
  z-index: 0;
}
body.home .sec-t-company .company-desc {
  color: #FFF;
  line-height: 1.95;
  margin-bottom: 52px;
}
body.home .sec-t-company .company-desc .sp-none {
  display: none;
}
@media (min-width: 1281px) {
  body.home .sec-t-company .company-desc .sp-none {
    display: block;
  }
}
body.home .sec-t-company .link-list {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 431px) {
  body.home .sec-t-company .link-list {
    justify-content: flex-start;
    gap: 40px;
  }
}
body.home .sec-t-company .link {
  color: #FFF;
}

body.page-id-26 .sec-l-concept,
.concept .sec-l-concept {
  padding-bottom: clamp(78px, 9.123vw, 104px);
}
body.page-id-26 .sec-l-concept .concept-flex,
.concept .sec-l-concept .concept-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}
@media (min-width: 1281px) {
  body.page-id-26 .sec-l-concept .concept-flex,
  .concept .sec-l-concept .concept-flex {
    flex-direction: row;
    align-items: flex-start;
    gap: 111px;
  }
}
@media (min-width: 1281px) {
  body.page-id-26 .sec-l-concept .concept-flex .concept-l,
  .concept .sec-l-concept .concept-flex .concept-l {
    flex-basis: 50%;
  }
}
body.page-id-26 .sec-l-concept .concept-flex .concept-l .concept-desc,
.concept .sec-l-concept .concept-flex .concept-l .concept-desc {
  margin-bottom: 24px;
  line-height: 1.9;
}
body.page-id-26 .sec-l-concept .concept-flex .concept-l .concept-desc .text,
.concept .sec-l-concept .concept-flex .concept-l .concept-desc .text {
  margin-bottom: 26px;
}
@media (min-width: 1281px) {
  body.page-id-26 .sec-l-concept .concept-flex .concept-r,
  .concept .sec-l-concept .concept-flex .concept-r {
    width: 50vw;
    margin-right: calc(50% - 50vw);
  }
}
body.page-id-26 .sec-l-concept .concept-flex .sec-ttl,
.concept .sec-l-concept .concept-flex .sec-ttl {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 1281px) {
  body.page-id-26 .sec-l-concept .concept-flex .sec-ttl,
  .concept .sec-l-concept .concept-flex .sec-ttl {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
body.page-id-26 .sec-l-concept .concept-flex .concept-desc,
.concept .sec-l-concept .concept-flex .concept-desc {
  line-height: 1.9;
}
body.page-id-26 .sec-l-Philosophy,
.concept .sec-l-Philosophy {
  background-color: #484848;
  color: #FFF;
  padding: 96px 0 120px;
}
body.page-id-26 .sec-l-Philosophy .sec-ttl,
.concept .sec-l-Philosophy .sec-ttl {
  font-size: 28px;
  font-weight: normal;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 1281px) {
  body.page-id-26 .sec-l-Philosophy .sec-ttl,
  .concept .sec-l-Philosophy .sec-ttl {
    font-size: 40px;
  }
}
body.page-id-26 .sec-l-Philosophy .sec-ttl .en,
.concept .sec-l-Philosophy .sec-ttl .en {
  font-size: 16px;
  color: #FFF;
  display: block;
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1281px) {
  body.page-id-26 .sec-l-Philosophy .sec-ttl .en,
  .concept .sec-l-Philosophy .sec-ttl .en {
    margin-bottom: 24px;
  }
}
body.page-id-26 .sec-l-Philosophy .sec-ttl .en::before, body.page-id-26 .sec-l-Philosophy .sec-ttl .en:after,
.concept .sec-l-Philosophy .sec-ttl .en::before,
.concept .sec-l-Philosophy .sec-ttl .en:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.page-id-26 .sec-l-Philosophy .sec-ttl .en::before,
.concept .sec-l-Philosophy .sec-ttl .en::before {
  width: 3px;
  height: 3px;
  background: #33C0B9;
  left: 4px;
  z-index: 2;
}
body.page-id-26 .sec-l-Philosophy .sec-ttl .en::after,
.concept .sec-l-Philosophy .sec-ttl .en::after {
  width: 11px;
  height: 11px;
  background: #FFF;
  left: 0px;
  z-index: 0;
}
body.page-id-26 .sec-l-Philosophy .sec-ttl .pc-none,
.concept .sec-l-Philosophy .sec-ttl .pc-none {
  display: block;
}
@media (min-width: 1281px) {
  body.page-id-26 .sec-l-Philosophy .sec-ttl .pc-none,
  .concept .sec-l-Philosophy .sec-ttl .pc-none {
    display: none;
  }
}
body.page-id-26 .sec-l-Philosophy .img-wrapper,
.concept .sec-l-Philosophy .img-wrapper {
  margin-bottom: 56px;
  text-align: center;
}
body.page-id-26 .sec-l-Philosophy .concept-desc,
.concept .sec-l-Philosophy .concept-desc {
  line-height: 1.9;
}
body.page-id-26 .sec-l-Philosophy .concept-desc .text,
.concept .sec-l-Philosophy .concept-desc .text {
  margin-bottom: 26px;
}

body.page-id-32 .l-main,
.service .l-main {
  padding-bottom: 0;
}
body.page-id-32 .nav-block,
.service .nav-block {
  margin: clamp(32px, 2.916vw, 42px) 0 clamp(42px, 6.25vw, 90px);
}
body.page-id-32 .nav-block .list,
.service .nav-block .list {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1025px) {
  body.page-id-32 .nav-block .list,
  .service .nav-block .list {
    flex-direction: row;
    gap: 0;
  }
}
body.page-id-32 .nav-block .list .item,
.service .nav-block .list .item {
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
}
@media (min-width: 1025px) {
  body.page-id-32 .nav-block .list .item,
  .service .nav-block .list .item {
    border-right: 1px solid #D4D4D4;
  }
  body.page-id-32 .nav-block .list .item:last-child,
  .service .nav-block .list .item:last-child {
    border-right: none;
  }
}
@media (min-width: 1025px) {
  body.page-id-32 .nav-block .list .item,
  .service .nav-block .list .item {
    flex-basis: 50%;
  }
}
body.page-id-32 .nav-block .list .item a,
.service .nav-block .list .item a {
  padding: 16px 0;
  position: relative;
  z-index: 0;
}
body.page-id-32 .nav-block .list .item a::after,
.service .nav-block .list .item a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/arrow-nav.png") no-repeat center/contain;
  padding-left: 1.8rem;
  margin-left: 16px;
}
body.page-id-32 .sec-l-repair .concept-flex,
body.page-id-32 .sec-l-renovation .concept-flex,
.service .sec-l-repair .concept-flex,
.service .sec-l-renovation .concept-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media (min-width: 1281px) {
  body.page-id-32 .sec-l-repair .concept-flex,
  body.page-id-32 .sec-l-renovation .concept-flex,
  .service .sec-l-repair .concept-flex,
  .service .sec-l-renovation .concept-flex {
    flex-direction: row;
    align-items: flex-start;
    gap: 82px;
    margin-bottom: 112px;
  }
}
@media (min-width: 1281px) {
  body.page-id-32 .sec-l-repair .concept-flex .concept-l,
  body.page-id-32 .sec-l-renovation .concept-flex .concept-l,
  .service .sec-l-repair .concept-flex .concept-l,
  .service .sec-l-renovation .concept-flex .concept-l {
    flex-basis: 70%;
  }
}
body.page-id-32 .sec-l-repair .concept-flex .concept-r,
body.page-id-32 .sec-l-renovation .concept-flex .concept-r,
.service .sec-l-repair .concept-flex .concept-r,
.service .sec-l-renovation .concept-flex .concept-r {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media (min-width: 1025px) {
  body.page-id-32 .sec-l-repair .concept-flex .concept-r,
  body.page-id-32 .sec-l-renovation .concept-flex .concept-r,
  .service .sec-l-repair .concept-flex .concept-r,
  .service .sec-l-renovation .concept-flex .concept-r {
    width: 80vw;
    margin: 0 auto;
  }
}
@media (min-width: 1281px) {
  body.page-id-32 .sec-l-repair .concept-flex .concept-r,
  body.page-id-32 .sec-l-renovation .concept-flex .concept-r,
  .service .sec-l-repair .concept-flex .concept-r,
  .service .sec-l-renovation .concept-flex .concept-r {
    width: 50vw;
    margin: 0;
  }
}
body.page-id-32 .sec-l-repair .sec-b-details .sec-details-ttl,
body.page-id-32 .sec-l-renovation .sec-b-details .sec-details-ttl,
.service .sec-l-repair .sec-b-details .sec-details-ttl,
.service .sec-l-renovation .sec-b-details .sec-details-ttl {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media (min-width: 1281px) {
  body.page-id-32 .sec-l-repair .sec-b-details .sec-details-ttl,
  body.page-id-32 .sec-l-renovation .sec-b-details .sec-details-ttl,
  .service .sec-l-repair .sec-b-details .sec-details-ttl,
  .service .sec-l-renovation .sec-b-details .sec-details-ttl {
    font-size: 40px;
    margin-bottom: 72px;
  }
}
body.page-id-32 .sec-l-repair .sec-b-details .pc-none,
body.page-id-32 .sec-l-renovation .sec-b-details .pc-none,
.service .sec-l-repair .sec-b-details .pc-none,
.service .sec-l-renovation .sec-b-details .pc-none {
  display: block;
}
@media (min-width: 1281px) {
  body.page-id-32 .sec-l-repair .sec-b-details .pc-none,
  body.page-id-32 .sec-l-renovation .sec-b-details .pc-none,
  .service .sec-l-repair .sec-b-details .pc-none,
  .service .sec-l-renovation .sec-b-details .pc-none {
    display: none;
  }
}
body.page-id-32 .sec-l-repair .sec-b-details .details-grid,
body.page-id-32 .sec-l-renovation .sec-b-details .details-grid,
.service .sec-l-repair .sec-b-details .details-grid,
.service .sec-l-renovation .sec-b-details .details-grid {
  line-height: 1.5;
  display: grid;
  gap: 63px;
  grid-template-columns: 1fr;
  grid-auto-flow: dense;
  margin-bottom: 72px;
}
@media (min-width: 1281px) {
  body.page-id-32 .sec-l-repair .sec-b-details .details-grid,
  body.page-id-32 .sec-l-renovation .sec-b-details .details-grid,
  .service .sec-l-repair .sec-b-details .details-grid,
  .service .sec-l-renovation .sec-b-details .details-grid {
    margin-bottom: 112px;
  }
}
@media (min-width: 1281px) {
  body.page-id-32 .sec-l-repair .sec-b-details .details-grid,
  body.page-id-32 .sec-l-renovation .sec-b-details .details-grid,
  .service .sec-l-repair .sec-b-details .details-grid,
  .service .sec-l-renovation .sec-b-details .details-grid {
    grid-template-columns: 1fr 1fr;
  }
}
body.page-id-32 .sec-l-repair .sec-b-details .details-grid .card .card-ttl,
body.page-id-32 .sec-l-renovation .sec-b-details .details-grid .card .card-ttl,
.service .sec-l-repair .sec-b-details .details-grid .card .card-ttl,
.service .sec-l-renovation .sec-b-details .details-grid .card .card-ttl {
  font-size: 20px;
  font-weight: normal;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (min-width: 1281px) {
  body.page-id-32 .sec-l-repair .sec-b-details .details-grid .card .card-ttl,
  body.page-id-32 .sec-l-renovation .sec-b-details .details-grid .card .card-ttl,
  .service .sec-l-repair .sec-b-details .details-grid .card .card-ttl,
  .service .sec-l-renovation .sec-b-details .details-grid .card .card-ttl {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
body.page-id-32 .sec-l-repair .sec-b-details .details-grid .card .card-ttl .marker,
body.page-id-32 .sec-l-renovation .sec-b-details .details-grid .card .card-ttl .marker,
.service .sec-l-repair .sec-b-details .details-grid .card .card-ttl .marker,
.service .sec-l-renovation .sec-b-details .details-grid .card .card-ttl .marker {
  background: linear-gradient(transparent 60%, #fff 60%);
}
body.page-id-32 .sec-l-repair .sec-b-details .details-grid .card .card-ttl .marker--second,
body.page-id-32 .sec-l-renovation .sec-b-details .details-grid .card .card-ttl .marker--second,
.service .sec-l-repair .sec-b-details .details-grid .card .card-ttl .marker--second,
.service .sec-l-renovation .sec-b-details .details-grid .card .card-ttl .marker--second {
  background: linear-gradient(transparent 60%, #545353 60%);
}
body.page-id-32 .sec-l-renovation,
.service .sec-l-renovation {
  background-color: #484848;
  color: #fff;
  padding: 132px 0 10px;
}
body.page-id-32 .sec-l-renovation .page-ttl,
.service .sec-l-renovation .page-ttl {
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (min-width: 1281px) {
  body.page-id-32 .sec-l-renovation .page-ttl,
  .service .sec-l-renovation .page-ttl {
    font-size: 48px;
  }
}
body.page-id-32 .sec-l-renovation .page-ttl .en,
.service .sec-l-renovation .page-ttl .en {
  font-size: 16px;
  color: #fff;
  display: block;
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1281px) {
  body.page-id-32 .sec-l-renovation .page-ttl .en,
  .service .sec-l-renovation .page-ttl .en {
    margin-bottom: 24px;
  }
}
body.page-id-32 .sec-l-renovation .page-ttl .en::before, body.page-id-32 .sec-l-renovation .page-ttl .en:after,
.service .sec-l-renovation .page-ttl .en::before,
.service .sec-l-renovation .page-ttl .en:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.page-id-32 .sec-l-renovation .page-ttl .en::before,
.service .sec-l-renovation .page-ttl .en::before {
  width: 3px;
  height: 3px;
  background: #33C0B9;
  left: 4px;
  z-index: 2;
}
body.page-id-32 .sec-l-renovation .page-ttl .en::after,
.service .sec-l-renovation .page-ttl .en::after {
  width: 11px;
  height: 11px;
  background: #fff;
  left: 0px;
  z-index: 0;
}

body.category-works .page-ttl .ttl-flex,
.category-3 .page-ttl .ttl-flex,
.category .page-ttl .ttl-flex,
.archive .page-ttl .ttl-flex,
.blog .page-ttl .ttl-flex {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.6vw, 24px);
}
body.category-works .page-ttl .ttl-flex .ttl-sub,
.category-3 .page-ttl .ttl-flex .ttl-sub,
.category .page-ttl .ttl-flex .ttl-sub,
.archive .page-ttl .ttl-flex .ttl-sub,
.blog .page-ttl .ttl-flex .ttl-sub {
  font-size: clamp(16px, 1.6vw, 24px);
}
body.category-works .sec-l-repair-nav,
.category-3 .sec-l-repair-nav,
.category .sec-l-repair-nav,
.archive .sec-l-repair-nav,
.blog .sec-l-repair-nav {
  margin-bottom: 60px;
}
body.category-works .sec-l-repair-nav .ttl-nav,
.category-3 .sec-l-repair-nav .ttl-nav,
.category .sec-l-repair-nav .ttl-nav,
.archive .sec-l-repair-nav .ttl-nav,
.blog .sec-l-repair-nav .ttl-nav {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D4D4D4;
}
body.category-works .sec-l-repair-nav .lists,
.category-3 .sec-l-repair-nav .lists,
.category .sec-l-repair-nav .lists,
.archive .sec-l-repair-nav .lists,
.blog .sec-l-repair-nav .lists {
  display: flex;
  gap: clamp(14px, 1.6vw, 24px);
  flex-wrap: wrap;
  justify-content: flex-start;
}
body.category-works .sec-l-repair-nav .lists .list a,
.category-3 .sec-l-repair-nav .lists .list a,
.category .sec-l-repair-nav .lists .list a,
.archive .sec-l-repair-nav .lists .list a,
.blog .sec-l-repair-nav .lists .list a {
  padding: 8px 16px;
  white-space: normal;
  border: 1px solid #6E6E6E;
  letter-spacing: 0;
}
body.category-works .sec-l-repair-cards .category-wrapper,
.category-3 .sec-l-repair-cards .category-wrapper,
.category .sec-l-repair-cards .category-wrapper,
.archive .sec-l-repair-cards .category-wrapper,
.blog .sec-l-repair-cards .category-wrapper {
  display: flex;
  gap: 8px;
  font-size: clamp(18px, 1.6vw, 24px);
  margin-bottom: 38px;
}
@media (min-width: 1281px) {
  body.category-works .sec-l-repair-cards .category-wrapper,
  .category-3 .sec-l-repair-cards .category-wrapper,
  .category .sec-l-repair-cards .category-wrapper,
  .archive .sec-l-repair-cards .category-wrapper,
  .blog .sec-l-repair-cards .category-wrapper {
    gap: 16px;
  }
}
body.category-works .sec-l-repair-cards .category-wrapper .category-ttl,
.category-3 .sec-l-repair-cards .category-wrapper .category-ttl,
.category .sec-l-repair-cards .category-wrapper .category-ttl,
.archive .sec-l-repair-cards .category-wrapper .category-ttl,
.blog .sec-l-repair-cards .category-wrapper .category-ttl {
  flex: 1;
  max-width: 100px;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  body.category-works .sec-l-repair-cards .category-wrapper .category-ttl,
  .category-3 .sec-l-repair-cards .category-wrapper .category-ttl,
  .category .sec-l-repair-cards .category-wrapper .category-ttl,
  .archive .sec-l-repair-cards .category-wrapper .category-ttl,
  .blog .sec-l-repair-cards .category-wrapper .category-ttl {
    max-width: 120px;
  }
}
body.category-works .sec-l-repair-cards .category-wrapper .category-ttl::after,
.category-3 .sec-l-repair-cards .category-wrapper .category-ttl::after,
.category .sec-l-repair-cards .category-wrapper .category-ttl::after,
.archive .sec-l-repair-cards .category-wrapper .category-ttl::after,
.blog .sec-l-repair-cards .category-wrapper .category-ttl::after {
  content: ":";
  font-size: clamp(18px, 1.6vw, 24px);
}
body.category-works .sec-l-repair-cards .category-wrapper .lists,
.category-3 .sec-l-repair-cards .category-wrapper .lists,
.category .sec-l-repair-cards .category-wrapper .lists,
.archive .sec-l-repair-cards .category-wrapper .lists,
.blog .sec-l-repair-cards .category-wrapper .lists {
  flex: 1;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
body.category-works .sec-l-repair-cards .cards,
.category-3 .sec-l-repair-cards .cards,
.category .sec-l-repair-cards .cards,
.archive .sec-l-repair-cards .cards,
.blog .sec-l-repair-cards .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 80px;
}
@media (min-width: 1025px) {
  body.category-works .sec-l-repair-cards .cards,
  .category-3 .sec-l-repair-cards .cards,
  .category .sec-l-repair-cards .cards,
  .archive .sec-l-repair-cards .cards,
  .blog .sec-l-repair-cards .cards {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 68px;
         column-gap: 68px;
    row-gap: 72px;
  }
}
body.category-works .sec-l-repair-cards .cards .card a,
.category-3 .sec-l-repair-cards .cards .card a,
.category .sec-l-repair-cards .cards .card a,
.archive .sec-l-repair-cards .cards .card a,
.blog .sec-l-repair-cards .cards .card a {
  overflow: hidden;
}
body.category-works .sec-l-repair-cards .cards .card a:hover .img,
.category-3 .sec-l-repair-cards .cards .card a:hover .img,
.category .sec-l-repair-cards .cards .card a:hover .img,
.archive .sec-l-repair-cards .cards .card a:hover .img,
.blog .sec-l-repair-cards .cards .card a:hover .img {
  transform: scale(1.05);
}
body.category-works .sec-l-repair-cards .cards .card a .img,
.category-3 .sec-l-repair-cards .cards .card a .img,
.category .sec-l-repair-cards .cards .card a .img,
.archive .sec-l-repair-cards .cards .card a .img,
.blog .sec-l-repair-cards .cards .card a .img {
  margin-bottom: 24px;
  transition: transform 0.4s ease;
}
body.category-works .sec-l-repair-cards .cards .card a .img img,
.category-3 .sec-l-repair-cards .cards .card a .img img,
.category .sec-l-repair-cards .cards .card a .img img,
.archive .sec-l-repair-cards .cards .card a .img img,
.blog .sec-l-repair-cards .cards .card a .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
body.category-works .sec-l-repair-cards .cards .card a .card-tags,
.category-3 .sec-l-repair-cards .cards .card a .card-tags,
.category .sec-l-repair-cards .cards .card a .card-tags,
.archive .sec-l-repair-cards .cards .card a .card-tags,
.blog .sec-l-repair-cards .cards .card a .card-tags {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 8px;
}
body.category-works .sec-l-repair-cards .cards .card a .card-tags .tag,
.category-3 .sec-l-repair-cards .cards .card a .card-tags .tag,
.category .sec-l-repair-cards .cards .card a .card-tags .tag,
.archive .sec-l-repair-cards .cards .card a .card-tags .tag,
.blog .sec-l-repair-cards .cards .card a .card-tags .tag {
  padding: 8px 12px;
  white-space: normal;
  border: 1px solid #6E6E6E;
  letter-spacing: 0;
  font-size: 12px;
}
@media (min-width: 1025px) {
  body.category-works .sec-l-repair-cards .cards .card a .card-tags .tag,
  .category-3 .sec-l-repair-cards .cards .card a .card-tags .tag,
  .category .sec-l-repair-cards .cards .card a .card-tags .tag,
  .archive .sec-l-repair-cards .cards .card a .card-tags .tag,
  .blog .sec-l-repair-cards .cards .card a .card-tags .tag {
    font-size: 16px;
  }
}
body.category-works .sec-l-repair-cards .cards .card a .card-ttl,
.category-3 .sec-l-repair-cards .cards .card a .card-ttl,
.category .sec-l-repair-cards .cards .card a .card-ttl,
.archive .sec-l-repair-cards .cards .card a .card-ttl,
.blog .sec-l-repair-cards .cards .card a .card-ttl {
  font-size: 16px;
  line-height: 1.9;
}
@media (min-width: 1025px) {
  body.category-works .sec-l-repair-cards .cards .card a .card-ttl,
  .category-3 .sec-l-repair-cards .cards .card a .card-ttl,
  .category .sec-l-repair-cards .cards .card a .card-ttl,
  .archive .sec-l-repair-cards .cards .card a .card-ttl,
  .blog .sec-l-repair-cards .cards .card a .card-ttl {
    font-size: 18px;
  }
}
body.category-works .sec-l-repair-cards .pagination,
.category-3 .sec-l-repair-cards .pagination,
.category .sec-l-repair-cards .pagination,
.archive .sec-l-repair-cards .pagination,
.blog .sec-l-repair-cards .pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
body.category-works .sec-l-repair-cards .pagination .pagination-list,
.category-3 .sec-l-repair-cards .pagination .pagination-list,
.category .sec-l-repair-cards .pagination .pagination-list,
.archive .sec-l-repair-cards .pagination .pagination-list,
.blog .sec-l-repair-cards .pagination .pagination-list {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
}
body.category-works .sec-l-repair-cards .pagination .pagination-list .page,
.category-3 .sec-l-repair-cards .pagination .pagination-list .page,
.category .sec-l-repair-cards .pagination .pagination-list .page,
.archive .sec-l-repair-cards .pagination .pagination-list .page,
.blog .sec-l-repair-cards .pagination .pagination-list .page {
  display: inline-block;
  padding: 8px 9px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
body.category-works .sec-l-repair-cards .pagination .pagination-list .page:not(.prev):not(.next),
.category-3 .sec-l-repair-cards .pagination .pagination-list .page:not(.prev):not(.next),
.category .sec-l-repair-cards .pagination .pagination-list .page:not(.prev):not(.next),
.archive .sec-l-repair-cards .pagination .pagination-list .page:not(.prev):not(.next),
.blog .sec-l-repair-cards .pagination .pagination-list .page:not(.prev):not(.next) {
  border: 1px solid #000;
}
body.category-works .sec-l-repair-cards .pagination .pagination-list .page:hover,
.category-3 .sec-l-repair-cards .pagination .pagination-list .page:hover,
.category .sec-l-repair-cards .pagination .pagination-list .page:hover,
.archive .sec-l-repair-cards .pagination .pagination-list .page:hover,
.blog .sec-l-repair-cards .pagination .pagination-list .page:hover {
  background-color: #f5f5f5;
}
body.category-works .sec-l-repair-cards .pagination .pagination-list .page.is-current,
.category-3 .sec-l-repair-cards .pagination .pagination-list .page.is-current,
.category .sec-l-repair-cards .pagination .pagination-list .page.is-current,
.archive .sec-l-repair-cards .pagination .pagination-list .page.is-current,
.blog .sec-l-repair-cards .pagination .pagination-list .page.is-current {
  background-color: #000;
  color: #fff;
}
body.category-works .sec-l-repair-cards .pagination .pagination-list .page.prev, body.category-works .sec-l-repair-cards .pagination .pagination-list .page.next,
.category-3 .sec-l-repair-cards .pagination .pagination-list .page.prev,
.category-3 .sec-l-repair-cards .pagination .pagination-list .page.next,
.category .sec-l-repair-cards .pagination .pagination-list .page.prev,
.category .sec-l-repair-cards .pagination .pagination-list .page.next,
.archive .sec-l-repair-cards .pagination .pagination-list .page.prev,
.archive .sec-l-repair-cards .pagination .pagination-list .page.next,
.blog .sec-l-repair-cards .pagination .pagination-list .page.prev,
.blog .sec-l-repair-cards .pagination .pagination-list .page.next {
  font-weight: bold;
  border: none;
}

body.page-id-24 .sec-l-ttl {
  margin-bottom: 120px;
}
body.page-id-24 .sec-l-ttl .page-ttl {
  margin-bottom: 68px;
}
body.page-id-24 .sec-l-ttl .company-card {
  margin-bottom: 86px;
  padding-bottom: 86px;
  border-bottom: 1px solid #D4D4D4;
}
body.page-id-24 .sec-l-ttl .company-card:last-child {
  border-bottom: none;
}
body.page-id-24 .sec-l-ttl .company-card .ttl {
  font-size: clamp(24px, 2.7vw, 40px);
  margin-bottom: 56px;
  line-height: 1.5;
}
body.page-id-24 .sec-l-ttl .company-card .ttl .only-pc {
  display: none;
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-ttl .company-card .ttl .only-pc {
    display: block;
  }
}
body.page-id-24 .sec-l-ttl .company-card .company-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-ttl .company-card .company-flex {
    flex-direction: row;
    align-items: flex-start;
    gap: 111px;
  }
}
body.page-id-24 .sec-l-ttl .company-card .company-flex .company-l {
  line-height: 1.9;
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-ttl .company-card .company-flex .company-l {
    flex-basis: 50%;
  }
}
body.page-id-24 .sec-l-ttl .company-card .company-flex .company-l .name {
  font-size: 16px;
  display: block;
  margin-top: 18px;
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-ttl .company-card .company-flex .company-l .name {
    font-size: 24px;
    white-space: nowrap;
  }
}
body.page-id-24 .sec-l-ttl .company-card .company-flex .company-r {
  text-align: center;
}
body.page-id-24 .sec-l-overview {
  padding: 96px 0 120px;
}
body.page-id-24 .sec-l-overview .sec-l-ttl .page-ttl {
  font-size: 28px;
  font-weight: normal;
  color: #484848;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-overview .sec-l-ttl .page-ttl {
    font-size: 48px;
  }
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-overview .sec-l-ttl .page-ttl {
    font-size: 28px;
    font-weight: normal;
    color: #484848;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
@media (min-width: 1281px) and (min-width: 1281px) {
  body.page-id-24 .sec-l-overview .sec-l-ttl .page-ttl {
    font-size: 48px;
  }
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-overview .sec-l-ttl p {
    font-size: 24px;
  }
}
body.page-id-24 .sec-l-overview .concept-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-overview .concept-flex {
    flex-direction: row;
    align-items: flex-start;
    gap: 82px;
  }
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-overview .concept-flex .concept-l {
    flex-basis: 70%;
  }
}
body.page-id-24 .sec-l-overview .concept-flex .concept-l .concept-desc {
  margin-bottom: 24px;
  line-height: 1.9;
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-overview .concept-flex .concept-r {
    width: 50vw;
  }
}
body.page-id-24 .sec-l-overview .concept-flex a.link.__circle::before {
  background: url("../images/external-link.png") no-repeat center/cover;
}
@media (min-width: 1025px) {
  body.page-id-24 .sec-l-outline .outline-flex {
    display: flex;
    gap: 159px;
  }
}
body.page-id-24 .sec-l-outline .outline-flex .page-ttl {
  max-width: 200px;
  font-size: 28px;
  font-weight: normal;
  color: #484848;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-outline .outline-flex .page-ttl {
    font-size: 48px;
  }
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-outline .outline-flex .page-ttl {
    font-size: 28px;
    font-weight: normal;
    color: #484848;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
@media (min-width: 1281px) and (min-width: 1281px) {
  body.page-id-24 .sec-l-outline .outline-flex .page-ttl {
    font-size: 48px;
  }
}
body.page-id-24 .sec-l-outline .outline-flex .page-ttl .en {
  font-size: 16px;
  color: #484848;
  display: block;
  padding-left: 19px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-outline .outline-flex .page-ttl .en {
    margin-bottom: 24px;
  }
}
body.page-id-24 .sec-l-outline .outline-flex .page-ttl .en::before, body.page-id-24 .sec-l-outline .outline-flex .page-ttl .en:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.page-id-24 .sec-l-outline .outline-flex .page-ttl .en::before {
  width: 3px;
  height: 3px;
  background: #33C0B9;
  left: 4px;
  z-index: 2;
}
body.page-id-24 .sec-l-outline .outline-flex .page-ttl .en::after {
  width: 11px;
  height: 11px;
  background: #484848;
  left: 0px;
  z-index: 0;
}
body.page-id-24 .sec-l-outline .outline-flex .company-info {
  width: 100%;
}
@media (min-width: 1025px) {
  body.page-id-24 .sec-l-outline .outline-flex .company-info {
    flex: 1;
  }
}
body.page-id-24 .sec-l-outline .outline-flex .company-info tr {
  display: block;
  padding: 26px 0;
  border-bottom: 1px solid #D4D4D4;
  display: flex;
  gap: 24px;
}
@media (min-width: 1281px) {
  body.page-id-24 .sec-l-outline .outline-flex .company-info tr {
    gap: 57px;
  }
}
body.page-id-24 .sec-l-outline .outline-flex .company-info tr th {
  line-height: 1.5;
  width: 80px;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  body.page-id-24 .sec-l-outline .outline-flex .company-info tr th {
    font-size: 20px;
  }
}
body.page-id-24 .sec-l-outline .outline-flex .company-info tr td {
  line-height: 1.9;
}

body.page-id-40 .contact_faq_link,
body.page-id-46 .contact_faq_link {
  margin: 2em 0 0;
}
body.page-id-40 .contact_faq_link a,
body.page-id-46 .contact_faq_link a {
  text-decoration: underline;
}
body.page-id-40 .sec-contact-form .form-bg,
body.page-id-40 .sec-contact-confirm .form-bg,
body.page-id-46 .sec-contact-form .form-bg,
body.page-id-46 .sec-contact-confirm .form-bg {
  background: #FFF;
  padding: 56px 32px;
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-form .form-bg,
  body.page-id-40 .sec-contact-confirm .form-bg,
  body.page-id-46 .sec-contact-form .form-bg,
  body.page-id-46 .sec-contact-confirm .form-bg {
    padding: 64px 118px;
  }
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-form .form-item,
  body.page-id-40 .sec-contact-confirm .form-item,
  body.page-id-46 .sec-contact-form .form-item,
  body.page-id-46 .sec-contact-confirm .form-item {
    display: flex;
    align-items: flex-start;
    gap: 102px;
  }
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-form .ttl-container,
  body.page-id-40 .sec-contact-confirm .ttl-container,
  body.page-id-46 .sec-contact-form .ttl-container,
  body.page-id-46 .sec-contact-confirm .ttl-container {
    min-width: 265px;
  }
}
body.page-id-40 .sec-contact-form .form-ttl,
body.page-id-40 .sec-contact-confirm .form-ttl,
body.page-id-46 .sec-contact-form .form-ttl,
body.page-id-46 .sec-contact-confirm .form-ttl {
  font-size: 17px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 52px;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-form .form-ttl,
  body.page-id-40 .sec-contact-confirm .form-ttl,
  body.page-id-46 .sec-contact-form .form-ttl,
  body.page-id-46 .sec-contact-confirm .form-ttl {
    font-size: 24px;
    padding-right: 60px;
    margin-bottom: 0;
  }
}
body.page-id-40 .sec-contact-form .form-ttl::after,
body.page-id-40 .sec-contact-confirm .form-ttl::after,
body.page-id-46 .sec-contact-form .form-ttl::after,
body.page-id-46 .sec-contact-confirm .form-ttl::after {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #FFF;
  padding: 4px 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-form .form-ttl::after,
  body.page-id-40 .sec-contact-confirm .form-ttl::after,
  body.page-id-46 .sec-contact-form .form-ttl::after,
  body.page-id-46 .sec-contact-confirm .form-ttl::after {
    font-size: 14px;
    padding: 8px;
  }
}
body.page-id-40 .sec-contact-form .form-ttl.__required::after,
body.page-id-40 .sec-contact-confirm .form-ttl.__required::after,
body.page-id-46 .sec-contact-form .form-ttl.__required::after,
body.page-id-46 .sec-contact-confirm .form-ttl.__required::after {
  content: "必須";
  background: #c95151;
}
body.page-id-40 .sec-contact-form .form-ttl.__nonRequired::after,
body.page-id-40 .sec-contact-confirm .form-ttl.__nonRequired::after,
body.page-id-46 .sec-contact-form .form-ttl.__nonRequired::after,
body.page-id-46 .sec-contact-confirm .form-ttl.__nonRequired::after {
  content: "任意";
  background: #8d8d8d;
}
body.page-id-40 .sec-contact-form .form-bg,
body.page-id-46 .sec-contact-form .form-bg {
  margin-bottom: 64px;
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-form .form-bg,
  body.page-id-46 .sec-contact-form .form-bg {
    margin-bottom: 88px;
  }
}
body.page-id-40 .sec-contact-form .form-item,
body.page-id-46 .sec-contact-form .form-item {
  margin-bottom: 32px;
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-form .form-item,
  body.page-id-46 .sec-contact-form .form-item {
    margin-bottom: 40px;
  }
}
body.page-id-40 .sec-contact-form .form-item.form-category,
body.page-id-46 .sec-contact-form .form-item.form-category {
  margin-bottom: 40px;
}
body.page-id-40 .sec-contact-form .form-item:last-child,
body.page-id-46 .sec-contact-form .form-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-form .wpcf7-radio,
  body.page-id-46 .sec-contact-form .wpcf7-radio {
    display: flex;
    gap: 40px;
  }
}
body.page-id-40 .sec-contact-form .wpcf7-list-item,
body.page-id-46 .sec-contact-form .wpcf7-list-item {
  margin: 0;
  display: block;
}
body.page-id-40 .sec-contact-form label:has(input[type=radio]),
body.page-id-46 .sec-contact-form label:has(input[type=radio]) {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
body.page-id-40 .sec-contact-form .radio-txt,
body.page-id-46 .sec-contact-form .radio-txt {
  font-size: 16px;
}
body.page-id-40 .sec-contact-form input[type=radio],
body.page-id-40 .sec-contact-form input[type=checkbox],
body.page-id-46 .sec-contact-form input[type=radio],
body.page-id-46 .sec-contact-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 15px;
  height: 16px;
  border: 1px solid #D4D4D4;
  border-radius: 2px;
  position: relative;
}
body.page-id-40 .sec-contact-form input[type=radio]:checked::after,
body.page-id-40 .sec-contact-form input[type=checkbox]:checked::after,
body.page-id-46 .sec-contact-form input[type=radio]:checked::after,
body.page-id-46 .sec-contact-form input[type=checkbox]:checked::after {
  content: "";
  width: 15px;
  height: 8px;
  border-left: 1px solid #33C0B9;
  border-bottom: 1px solid #33C0B9;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
body.page-id-40 .sec-contact-form .form-inputContainer,
body.page-id-40 .sec-contact-form .form-textareaContainer,
body.page-id-46 .sec-contact-form .form-inputContainer,
body.page-id-46 .sec-contact-form .form-textareaContainer {
  width: 100%;
}
body.page-id-40 .sec-contact-form input[type=text],
body.page-id-40 .sec-contact-form input[type=email],
body.page-id-40 .sec-contact-form textarea,
body.page-id-46 .sec-contact-form input[type=text],
body.page-id-46 .sec-contact-form input[type=email],
body.page-id-46 .sec-contact-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #D4D4D4;
  padding: 16px;
}
body.page-id-40 .sec-contact-form input[type=text]::-moz-placeholder, body.page-id-40 .sec-contact-form input[type=email]::-moz-placeholder, body.page-id-40 .sec-contact-form textarea::-moz-placeholder, body.page-id-46 .sec-contact-form input[type=text]::-moz-placeholder, body.page-id-46 .sec-contact-form input[type=email]::-moz-placeholder, body.page-id-46 .sec-contact-form textarea::-moz-placeholder {
  color: #D4D4D4;
}
body.page-id-40 .sec-contact-form input[type=text]::placeholder,
body.page-id-40 .sec-contact-form input[type=email]::placeholder,
body.page-id-40 .sec-contact-form textarea::placeholder,
body.page-id-46 .sec-contact-form input[type=text]::placeholder,
body.page-id-46 .sec-contact-form input[type=email]::placeholder,
body.page-id-46 .sec-contact-form textarea::placeholder {
  color: #D4D4D4;
}
body.page-id-40 .sec-contact-form textarea,
body.page-id-46 .sec-contact-form textarea {
  min-height: 243px;
}
body.page-id-40 .sec-contact-form label:has(input[type=checkbox]),
body.page-id-46 .sec-contact-form label:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
  gap: 12px;
}
body.page-id-40 .sec-contact-form label:has(input[type=checkbox]) a,
body.page-id-46 .sec-contact-form label:has(input[type=checkbox]) a {
  display: inline-block;
  text-decoration: underline;
}
body.page-id-40 .sec-contact-form .checkbox-txt,
body.page-id-46 .sec-contact-form .checkbox-txt {
  line-height: 1.7;
}
body.page-id-40 .sec-contact-form .btn,
body.page-id-46 .sec-contact-form .btn {
  margin: 0 auto;
}
body.page-id-40 .sec-contact-confirm .form-bg,
body.page-id-46 .sec-contact-confirm .form-bg {
  margin-bottom: 72px;
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-confirm .form-bg,
  body.page-id-46 .sec-contact-confirm .form-bg {
    margin-bottom: 86px;
  }
}
body.page-id-40 .sec-contact-confirm .form-item,
body.page-id-46 .sec-contact-confirm .form-item {
  margin-bottom: 40px;
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-confirm .form-item,
  body.page-id-46 .sec-contact-confirm .form-item {
    margin-bottom: 68px;
  }
}
body.page-id-40 .sec-contact-confirm .form-item:last-child,
body.page-id-46 .sec-contact-confirm .form-item:last-child {
  margin-bottom: 0;
}
body.page-id-40 .sec-contact-confirm .form-item p,
body.page-id-46 .sec-contact-confirm .form-item p {
  font-size: 16px;
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-confirm .form-item p,
  body.page-id-46 .sec-contact-confirm .form-item p {
    font-size: 18px;
  }
}
body.page-id-40 .sec-contact-confirm .form-message p,
body.page-id-46 .sec-contact-confirm .form-message p {
  line-height: 1.9;
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-confirm .form-message p,
  body.page-id-46 .sec-contact-confirm .form-message p {
    line-height: 1.7;
  }
}
body.page-id-40 .sec-contact-confirm .form-consent p,
body.page-id-46 .sec-contact-confirm .form-consent p {
  line-height: 1.7;
}
body.page-id-40 .sec-contact-confirm .btn-flex p,
body.page-id-46 .sec-contact-confirm .btn-flex p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1281px) {
  body.page-id-40 .sec-contact-confirm .btn-flex p,
  body.page-id-46 .sec-contact-confirm .btn-flex p {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}

body.page-id-48 .sec-l-ttl .ttl-desc {
  margin-bottom: 40px;
}
@media (min-width: 1281px) {
  body.page-id-48 .sec-l-ttl .ttl-desc {
    margin-bottom: 48px;
  }
}
body.page-id-48 .sec-l-ttl .link {
  font-size: 16px;
  text-align: center;
  width: calc(100% - 64px);
  margin: 0 auto;
}
@media (min-width: 1281px) {
  body.page-id-48 .sec-l-ttl .link {
    font-size: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}

body.single-works .sec-l-repair_s .repair_s-ttl,
.single-post .sec-l-repair_s .repair_s-ttl {
  font-size: clamp(28px, 2.2vw, 32px);
  line-height: 1.5;
  margin-bottom: 24px;
}
body.single-works .sec-l-repair_s .card-tags,
.single-post .sec-l-repair_s .card-tags {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 42px;
}
body.single-works .sec-l-repair_s .card-tags .tag,
.single-post .sec-l-repair_s .card-tags .tag {
  padding: 8px 12px;
  white-space: normal;
  border: 1px solid #6E6E6E;
  letter-spacing: 0;
  font-size: 12px;
}
@media (min-width: 1025px) {
  body.single-works .sec-l-repair_s .card-tags .tag,
  .single-post .sec-l-repair_s .card-tags .tag {
    font-size: 16px;
  }
}
body.single-works .sec-l-repair_s .img,
.single-post .sec-l-repair_s .img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-bottom: clamp(32px, 4.9vw, 71px);
}
@media (min-width: 1025px) {
  body.single-works .sec-l-repair_s .img,
  .single-post .sec-l-repair_s .img {
    margin: 0 auto;
    width: auto;
  }
}
body.single-works .sec-l-repair_s .info-wrapper,
.single-post .sec-l-repair_s .info-wrapper {
  margin-bottom: 56px;
}
@media (min-width: 1025px) {
  body.single-works .sec-l-repair_s .info-wrapper,
  .single-post .sec-l-repair_s .info-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  body.single-works .sec-l-repair_s .info-wrapper .left-cont,
  .single-post .sec-l-repair_s .info-wrapper .left-cont {
    flex: 1;
  }
}
body.single-works .sec-l-repair_s .info-wrapper .left-cont .info-ttl,
.single-post .sec-l-repair_s .info-wrapper .left-cont .info-ttl {
  font-size: clamp(24px, 2.7vw, 40px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
body.single-works .sec-l-repair_s .info-wrapper .left-cont .info-ttl .note,
.single-post .sec-l-repair_s .info-wrapper .left-cont .info-ttl .note {
  display: block;
  font-size: 16px;
}
body.single-works .sec-l-repair_s .info-wrapper .left-cont .lists,
.single-post .sec-l-repair_s .info-wrapper .left-cont .lists {
  margin-bottom: 24px;
}
body.single-works .sec-l-repair_s .info-wrapper .left-cont .lists .list,
.single-post .sec-l-repair_s .info-wrapper .left-cont .lists .list {
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  body.single-works .sec-l-repair_s .info-wrapper .right-cont,
  .single-post .sec-l-repair_s .info-wrapper .right-cont {
    flex: 1;
    max-width: 592px;
  }
}
body.single-works .sec-l-repair_s .info-wrapper .right-cont .text,
.single-post .sec-l-repair_s .info-wrapper .right-cont .text {
  font-size: 16px;
  line-height: 1.9;
}
body.single-works .img-before,
body.single-works .img-after,
.single-post .img-before,
.single-post .img-after {
  margin-bottom: clamp(44px, 6.1vw, 88px);
}
body.single-works .img-before .img-ttl,
body.single-works .img-after .img-ttl,
.single-post .img-before .img-ttl,
.single-post .img-after .img-ttl {
  font-size: 24px;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  body.single-works .img-before .img-ttl,
  body.single-works .img-after .img-ttl,
  .single-post .img-before .img-ttl,
  .single-post .img-after .img-ttl {
    font-size: 28px;
  }
}
body.single-works .img-before .img-lists p,
body.single-works .img-after .img-lists p,
.single-post .img-before .img-lists p,
.single-post .img-after .img-lists p {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
body.single-works .img-before .img-lists p img,
body.single-works .img-after .img-lists p img,
.single-post .img-before .img-lists p img,
.single-post .img-after .img-lists p img {
  width: 100%;
}
@media (min-width: 1025px) {
  body.single-works .img-before .img-lists p img,
  body.single-works .img-after .img-lists p img,
  .single-post .img-before .img-lists p img,
  .single-post .img-after .img-lists p img {
    width: calc(50% - 8px);
  }
}
body.single-works .back-to-list,
.single-post .back-to-list {
  text-align: center;
  margin-top: clamp(32px, 4.9vw, 71px);
}
body.single-works .back-to-list .btn-back,
.single-post .back-to-list .btn-back {
  padding: 8px 12px;
  white-space: normal;
  border: 1px solid #6E6E6E;
  letter-spacing: 0;
  font-size: 12px;
  width: 25%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  body.single-works .back-to-list .btn-back,
  .single-post .back-to-list .btn-back {
    font-size: 16px;
  }
}

body.single-news .sec-l-news_s,
.news-template-default .sec-l-news_s {
  margin-bottom: 40px;
}
body.single-news .sec-l-news_s .page-ttl,
.news-template-default .sec-l-news_s .page-ttl {
  font-size: 40px;
  margin-bottom: 24px;
}
body.single-news .sec-l-news_s .page-ttl .sub,
.news-template-default .sec-l-news_s .page-ttl .sub {
  display: block;
  font-size: 12px;
}
body.single-news .sec-l-news_s .single-desc,
.news-template-default .sec-l-news_s .single-desc {
  margin-bottom: 80px;
}
body.single-news .sec-l-news_s .single-desc .date,
.news-template-default .sec-l-news_s .single-desc .date {
  margin-bottom: 8px;
  display: block;
  margin-bottom: 24px;
}
body.single-news .sec-l-news_s .single-desc .ttl,
.news-template-default .sec-l-news_s .single-desc .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.5;
}
body.single-news .sec-l-news_s .single-desc .text,
.news-template-default .sec-l-news_s .single-desc .text {
  line-height: 1.9;
  line-height: 1.5;
}

body.archive-news .sec-l-news .page-ttl,
.post-type-archive-news .sec-l-news .page-ttl {
  font-size: 40px;
}
body.archive-news .sec-l-news .page-ttl .sub,
.post-type-archive-news .sec-l-news .page-ttl .sub {
  display: block;
  font-size: 12px;
}
body.archive-news .sec-l-news .news-list li a,
.post-type-archive-news .sec-l-news .news-list li a {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}
body.archive-news .sec-l-news .news-list li a .date,
.post-type-archive-news .sec-l-news .news-list li a .date {
  margin-bottom: 14px;
  display: block;
  font-size: 14px;
}
body.archive-news .sec-l-news .news-list li a .ttl,
.post-type-archive-news .sec-l-news .news-list li a .ttl {
  font-weight: bold;
}

.page-id-114 .sec-l-faq .accordion {
  margin-top: 48px;
  width: 100%;
}
.page-id-114 .sec-l-faq .accordion .accordion-item {
  overflow: hidden;
  margin-bottom: 28px;
  background: #fff;
}
.page-id-114 .sec-l-faq .accordion .accordion-item .accordion-header {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
}
@media (min-width: 1025px) {
  .page-id-114 .sec-l-faq .accordion .accordion-item .accordion-header {
    padding: 28px 48px;
  }
}
.page-id-114 .sec-l-faq .accordion .accordion-item .accordion-header .title-wrap {
  display: flex;
  gap: clamp(18px, 2.2vw, 32px);
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.8;
  padding: 20px 0;
}
.page-id-114 .sec-l-faq .accordion .accordion-item .accordion-header .title-wrap .en {
  font-size: clamp(20px, 2.7vw, 40px);
  line-height: 1;
}
.page-id-114 .sec-l-faq .accordion .accordion-item .accordion-header .title-wrap .title {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media (min-width: 1025px) {
  .page-id-114 .sec-l-faq .accordion .accordion-item .accordion-header .title-wrap .title {
    font-size: 20px;
  }
}
.page-id-114 .sec-l-faq .accordion .accordion-item .accordion-header .icon {
  font-size: 24px;
  transition: transform 0.4s ease;
}
.page-id-114 .sec-l-faq .accordion .accordion-item .accordion-content {
  transition: max-height 0.3s ease;
  padding: 0 18px;
}
@media (min-width: 1025px) {
  .page-id-114 .sec-l-faq .accordion .accordion-item .accordion-content {
    padding: 0 48px;
  }
}
.page-id-114 .sec-l-faq .accordion .accordion-item .accordion-content .answer-wrap {
  line-height: 1.8;
  display: flex;
  gap: clamp(18px, 2.2vw, 32px);
  justify-content: flex-start;
  padding-bottom: 28px;
  line-height: 1.8;
}
@media (min-width: 1025px) {
  .page-id-114 .sec-l-faq .accordion .accordion-item .accordion-content .answer-wrap {
    padding-bottom: 28px;
  }
}
.page-id-114 .sec-l-faq .accordion .accordion-item .accordion-content .answer-wrap .en {
  font-size: clamp(20px, 2.7vw, 40px);
  line-height: 1;
}
.page-id-114 .sec-l-faq .accordion .accordion-item.active .accordion-content {
  max-height: 1000px;
}
.page-id-114 .sec-l-faq .accordion .accordion-item.active .accordion-header .icon::before {
  content: "−";
  display: inline-block;
  font-size: 24px;
}/*# sourceMappingURL=style.css.map */