@charset "UTF-8";
/*! 
Theme Name: on White
Author: on White
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Outfit", "Zen Kaku Gothic New";
  line-height: 2;
  color: #252525;
  scroll-behavior: smooth;
  background: #F4F4F4;
}

body {
  width: 100%;
  max-width: 100vw;
  position: relative;
  font-family: "Outfit", "Zen Kaku Gothic New";
  line-height: 2;
  color: #252525;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  max-width: 100vw;
}
body::selection {
  background-color: #688fc6;
  color: #fff;
}

main {
  display: block;
  line-height: 2;
  color: #252525;
  transition: opacity 0.3s ease;
  transition: all 1s cubic-bezier(0.59, 0, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.59, 0, 0.265, 0.995);
}
@media (max-width: 767px) {
  main {
    margin-top: 0px !important;
  }
}
main.-show {
  margin-top: 0px !important;
  opacity: 1;
}

li {
  list-style: none;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  appearance: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-style: none;
}

br.-sp {
  display: none;
}
br.-pc {
  display: block;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

button,
input {
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0px;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 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;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 767px) {
  br.-sp {
    display: inline;
  }
  br.-pc {
    display: none;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  width: 100%;
  display: inline-flex;
  overflow: hidden;
}

tbody {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

tr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

th {
  display: inline-block;
  text-align: left;
  padding-right: 1em;
}

td {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New";
}

p {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}

button,
input,
select,
optgroup,
textarea {
  font-weight: normal;
  font-style: normal;
}

span {
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

.pageName {
  display: none;
}

.pageTop {
  display: none;
}

.anchor {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.burger {
  cursor: pointer;
  position: fixed;
  top: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
  right: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
  z-index: 200;
  padding: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.burger.-menu {
  opacity: 1;
  pointer-events: auto;
}

.burgerWrap {
  width: clamp(24px, 24px + (30 - 24) * (100vw - 375px) / 1065, 30px);
  height: clamp(12px, 12px + (15 - 12) * (100vw - 375px) / 1065, 15px);
  position: relative;
}

.burgerBar {
  height: clamp(2.4px, 2.4px + (3 - 2.4) * (100vw - 375px) / 1065, 3px);
  width: clamp(24px, 24px + (30 - 24) * (100vw - 375px) / 1065, 30px);
  background-color: black;
  position: absolute;
  left: 50%;
  transition: all 0.2s ease;
}
.burgerBar:nth-of-type(1) {
  top: 0%;
  transform: translate(-50%, 0%) rotate(0deg);
}
.burgerBar:nth-of-type(1).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burgerBar:nth-of-type(2) {
  top: 100%;
  transform: translate(-50%, -100%) rotate(0deg);
}
.burgerBar:nth-of-type(2).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
  width: 100%;
}

.breadcrumbItem {
  font-size: clamp(1.1rem, 11px + (14 - 11) * (100vw - 375px) / 1065, 1.4rem);
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .breadcrumbItem {
    line-height: 1.2;
  }
}
.breadcrumbItem {
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.breadcrumbItem:not(:last-of-type)::after {
  color: black;
  content: "/";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.pagination {
  padding-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
  width: 100%;
}

.paginationBody {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
}

.paginationBodyIcon.-prev::after {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url(./img/common/icon_pagination_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180deg;
}
.paginationBodyIcon.-next::after {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url(./img/common/icon_pagination_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.paginationBodyIcon.-hide {
  pointer-events: none;
  opacity: 0;
}

.paginationBodyNum {
  position: relative;
  font-size: clamp(1.51rem, 15.1px + (18 - 15.1) * (100vw - 375px) / 1065, 1.8rem);
  line-height: 2;
  padding: 0.3em;
}
.paginationBodyNum.-current {
  pointer-events: none;
}
.paginationBodyNum.-current::after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: red;
}

.paginationBodyEllipsis {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(2px, 2px + (3 - 2) * (100vw - 375px) / 1065, 3px);
}
.paginationBodyEllipsis span {
  display: block;
  width: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  min-width: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  height: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  border-radius: 50%;
  background: red;
}

.-noSpace {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.stalker {
  position: fixed;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 0px;
  min-width: 0px;
  height: 0px;
  min-height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid rgba(26, 30, 38, 0);
  background-color: rgba(255, 255, 255, 0.434);
  backdrop-filter: blur(2px);
  color: #1A1E26;
  border-radius: 50%;
  z-index: 100;
  transition: background 0.1s ease, border 0.1s ease, width 0.3s ease, height 0.3s ease, opacity 0.2s;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease-out;
  z-index: 999;
  opacity: 0;
}
.stalker.-show {
  width: 70px;
  height: 70px;
  opacity: 1;
  border: 1px solid #1A1E26;
}
@media (max-width: 767px) {
  .stalker {
    display: none;
  }
}
.stalker::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  opacity: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  border: 1px solid black;
  transition: width 0.5s ease, height 0.5s ease, opacity 0.1s ease;
}

.stalkerWrap {
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  transform: translateY(5px);
}
.stalkerWrap.-next, .stalkerWrap.-prev {
  opacity: 1;
}

.stalkerContents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.stalkerTxt {
  color: #1A1E26;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.stalkerArrow {
  margin-top: 13px;
  width: 10px;
  object-fit: contain;
}
.stalkerArrow.-prev {
  transform: scaleX(-1);
}

.btn {
  background: white;
  font-size: clamp(1.32rem, 13.2px + (15 - 13.2) * (100vw - 375px) / 1065, 1.5rem);
  line-height: 2;
  font-weight: 500;
  padding-top: clamp(8.3px, 8.3px + (12 - 8.3) * (100vw - 375px) / 1065, 12px);
  padding-bottom: clamp(8.3px, 8.3px + (12 - 8.3) * (100vw - 375px) / 1065, 12px);
  padding-left: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  padding-right: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  border-radius: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
  min-width: clamp(140px, 140px + (200 - 140) * (100vw - 375px) / 1065, 200px);
  text-align: center;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
}
.btn:hover {
  background: #1A1E26;
  color: white;
}

.headerInner {
  position: fixed;
  top: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  right: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}
.headerInner.-menu {
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  transform: translateX(100%);
  width: 100%;
  height: 100lvh;
  background: rgba(61, 64, 68, 0.9);
}
.headerInner.-menu.-active {
  transform: translateX(0);
}
.headerInner.-noTransition {
  transition: none !important;
}

.headerTtl {
  display: contents;
}

.headerLogo {
  white-space: nowrap;
  position: fixed;
  right: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
  top: clamp(39.1px, 39.1px + (56 - 39.1) * (100vw - 375px) / 1065, 56px);
  z-index: 201;
}
.headerLogo img {
  width: clamp(70px, 70px + (100 - 70) * (100vw - 375px) / 1065, 100px);
}

.headerNav.-menu {
  overflow-y: scroll;
  max-height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.headerNavList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}
.headerNavList.-menu {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: clamp(175px, 175px + (250 - 175) * (100vw - 375px) / 1065, 250px);
  padding-bottom: clamp(175px, 175px + (250 - 175) * (100vw - 375px) / 1065, 250px);
  row-gap: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / 1065, 20px);
  padding-left: 16px;
  padding-right: 16px;
}

.headerNavItem {
  position: relative;
  transition: opacity 0.3s ease;
}

.headerNavLink {
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.headerCloser {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 4;
}
.headerCloser.-active {
  display: block;
}

.headerZone {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: calc(100% - clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px) - clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px) - 32px);
  opacity: 0;
  pointer-events: none;
}

.footer {
  margin-top: clamp(140px, 140px + (200 - 140) * (100vw - 375px) / 1065, 200px);
  width: 100%;
  padding-right: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
  padding-left: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
}

.footerInner {
  width: 100%;
}

.footerCopyright {
  padding-top: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  padding-bottom: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  width: 100%;
  position: relative;
  color: white;
}
.footerCopyright::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #1A1E26;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.error {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (140 - 16) * (100vw - 375px) / 1065, 140px);
  padding-right: clamp(16px, 16px + (140 - 16) * (100vw - 375px) / 1065, 140px);
}
@media (max-width: 767px) {
  .error {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.errorInner {
  width: 100%;
}

.errorBody {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: clamp(112px, 112px + (160 - 112) * (100vw - 375px) / 1065, 160px);
  padding-bottom: clamp(112px, 112px + (160 - 112) * (100vw - 375px) / 1065, 160px);
}

.errorBodyTtl {
  font-size: clamp(4.48rem, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 6.4rem);
  font-weight: 600;
  line-height: 1.5;
}

.errorBodyTxt {
  margin-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
  font-size: clamp(1.67rem, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 2.4rem);
  line-height: 1.5;
}

.errorBodyLink {
  margin-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
}

.works {
  margin-top: clamp(168px, 168px + (240 - 168) * (100vw - 375px) / 1065, 240px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (240 - 16) * (100vw - 375px) / 1065, 240px);
  padding-right: clamp(16px, 16px + (240 - 16) * (100vw - 375px) / 1065, 240px);
}
@media (max-width: 767px) {
  .works {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.worksInner {
  width: 100%;
}

.worksHead {
  width: 100%;
}

.worksHeadTtl.-en svg {
  width: clamp(214.9px, 214.9px + (307 - 214.9) * (100vw - 375px) / 1065, 307px);
  height: clamp(50.4px, 50.4px + (72 - 50.4) * (100vw - 375px) / 1065, 72px);
  object-fit: contain;
  transform: translateX(-3em);
}
.worksHeadTtl.-ja {
  font-size: clamp(1.63rem, 16.3px + (20 - 16.3) * (100vw - 375px) / 1065, 2rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
}
.worksHeadTtl.-ja span {
  transform: translateY(120%);
  transition: transform 0.4s ease 1.7s;
}
.worksHeadTtl.-ja span.-show {
  transform: translateY(0);
}

.worksHeadTxt {
  margin-top: clamp(39.1px, 39.1px + (56 - 39.1) * (100vw - 375px) / 1065, 56px);
  font-size: clamp(1.26rem, 12.6px + (14 - 12.6) * (100vw - 375px) / 1065, 1.4rem);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(clamp(16.7px, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 24px));
  transition: opacity 0.5s ease 2s, transform 0.5s ease 2s;
}
.worksHeadTxt.-show {
  opacity: 1;
  transform: translateY(0);
}

.worksBody {
  margin-top: clamp(50.4px, 50.4px + (72 - 50.4) * (100vw - 375px) / 1065, 72px);
  width: 100%;
}

.worksBodyList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(12.8px, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 16px);
}

.worksBodyItem {
  width: 100%;
  opacity: 0;
  transform: translateX(clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px));
  transition: all 0.5s ease;
}
.worksBodyItem.-show {
  opacity: 1;
  transform: translateX(0);
}
.worksBodyItem:nth-of-type(1) {
  transition-delay: 2.4s;
}
.worksBodyItem:nth-of-type(2) {
  transition-delay: 2.5s;
}
.worksBodyItem:nth-of-type(3) {
  transition-delay: 2.6s;
}
.worksBodyItem:nth-of-type(4) {
  transition-delay: 2.7s;
}
.worksBodyItem:nth-of-type(5) {
  transition-delay: 2.8s;
}
.worksBodyItem:nth-of-type(6) {
  transition-delay: 2.9s;
}
.worksBodyItem:nth-of-type(7) {
  transition-delay: 3s;
}
.worksBodyItem:nth-of-type(8) {
  transition-delay: 3.1s;
}
.worksBodyItem:nth-of-type(9) {
  transition-delay: 3.2s;
}
.worksBodyItem:nth-of-type(10) {
  transition-delay: 3.3s;
}
.worksBodyItem:nth-of-type(11) {
  transition-delay: 3.4s;
}
.worksBodyItem:nth-of-type(12) {
  transition-delay: 3.5s;
}
.worksBodyItem:nth-of-type(13) {
  transition-delay: 3.6s;
}
.worksBodyItem:nth-of-type(14) {
  transition-delay: 3.7s;
}
.worksBodyItem:nth-of-type(15) {
  transition-delay: 3.8s;
}
.worksBodyItem:nth-of-type(16) {
  transition-delay: 3.9s;
}
.worksBodyItem:nth-of-type(17) {
  transition-delay: 4s;
}
.worksBodyItem:nth-of-type(18) {
  transition-delay: 4.1s;
}
.worksBodyItem:nth-of-type(19) {
  transition-delay: 4.2s;
}
.worksBodyItem:nth-of-type(20) {
  transition-delay: 4.3s;
}
.worksBodyItem:nth-of-type(21) {
  transition-delay: 4.4s;
}
.worksBodyItem:nth-of-type(22) {
  transition-delay: 4.5s;
}
.worksBodyItem:nth-of-type(23) {
  transition-delay: 4.6s;
}
.worksBodyItem:nth-of-type(24) {
  transition-delay: 4.7s;
}
.worksBodyItem:nth-of-type(25) {
  transition-delay: 4.8s;
}
.worksBodyItem:nth-of-type(26) {
  transition-delay: 4.9s;
}
.worksBodyItem:nth-of-type(27) {
  transition-delay: 5s;
}
.worksBodyItem:nth-of-type(28) {
  transition-delay: 5.1s;
}
.worksBodyItem:nth-of-type(29) {
  transition-delay: 5.2s;
}
.worksBodyItem:nth-of-type(30) {
  transition-delay: 5.3s;
}
.worksBodyItem:nth-of-type(31) {
  transition-delay: 5.4s;
}
.worksBodyItem:nth-of-type(32) {
  transition-delay: 5.5s;
}
.worksBodyItem:nth-of-type(33) {
  transition-delay: 5.6s;
}
.worksBodyItem:nth-of-type(34) {
  transition-delay: 5.7s;
}
.worksBodyItem:nth-of-type(35) {
  transition-delay: 5.8s;
}
.worksBodyItem:nth-of-type(36) {
  transition-delay: 5.9s;
}
.worksBodyItem:nth-of-type(37) {
  transition-delay: 6s;
}
.worksBodyItem:nth-of-type(38) {
  transition-delay: 6.1s;
}
.worksBodyItem:nth-of-type(39) {
  transition-delay: 6.2s;
}
.worksBodyItem:nth-of-type(40) {
  transition-delay: 6.3s;
}
.worksBodyItem:nth-of-type(41) {
  transition-delay: 6.4s;
}
.worksBodyItem:nth-of-type(42) {
  transition-delay: 6.5s;
}
.worksBodyItem:nth-of-type(43) {
  transition-delay: 6.6s;
}
.worksBodyItem:nth-of-type(44) {
  transition-delay: 6.7s;
}
.worksBodyItem:nth-of-type(45) {
  transition-delay: 6.8s;
}
.worksBodyItem:nth-of-type(46) {
  transition-delay: 6.9s;
}
.worksBodyItem:nth-of-type(47) {
  transition-delay: 7s;
}
.worksBodyItem:nth-of-type(48) {
  transition-delay: 7.1s;
}
.worksBodyItem:nth-of-type(49) {
  transition-delay: 7.2s;
}
.worksBodyItem:nth-of-type(50) {
  transition-delay: 7.3s;
}
.worksBodyItem:nth-of-type(51) {
  transition-delay: 7.4s;
}
.worksBodyItem:nth-of-type(52) {
  transition-delay: 7.5s;
}
.worksBodyItem:nth-of-type(53) {
  transition-delay: 7.6s;
}
.worksBodyItem:nth-of-type(54) {
  transition-delay: 7.7s;
}
.worksBodyItem:nth-of-type(55) {
  transition-delay: 7.8s;
}
.worksBodyItem:nth-of-type(56) {
  transition-delay: 7.9s;
}
.worksBodyItem:nth-of-type(57) {
  transition-delay: 8s;
}
.worksBodyItem:nth-of-type(58) {
  transition-delay: 8.1s;
}
.worksBodyItem:nth-of-type(59) {
  transition-delay: 8.2s;
}
.worksBodyItem:nth-of-type(60) {
  transition-delay: 8.3s;
}
.worksBodyItem:nth-of-type(61) {
  transition-delay: 8.4s;
}
.worksBodyItem:nth-of-type(62) {
  transition-delay: 8.5s;
}
.worksBodyItem:nth-of-type(63) {
  transition-delay: 8.6s;
}
.worksBodyItem:nth-of-type(64) {
  transition-delay: 8.7s;
}
.worksBodyItem:nth-of-type(65) {
  transition-delay: 8.8s;
}
.worksBodyItem:nth-of-type(66) {
  transition-delay: 8.9s;
}
.worksBodyItem:nth-of-type(67) {
  transition-delay: 9s;
}
.worksBodyItem:nth-of-type(68) {
  transition-delay: 9.1s;
}
.worksBodyItem:nth-of-type(69) {
  transition-delay: 9.2s;
}
.worksBodyItem:nth-of-type(70) {
  transition-delay: 9.3s;
}
.worksBodyItem:nth-of-type(71) {
  transition-delay: 9.4s;
}
.worksBodyItem:nth-of-type(72) {
  transition-delay: 9.5s;
}
.worksBodyItem:nth-of-type(73) {
  transition-delay: 9.6s;
}
.worksBodyItem:nth-of-type(74) {
  transition-delay: 9.7s;
}
.worksBodyItem:nth-of-type(75) {
  transition-delay: 9.8s;
}
.worksBodyItem:nth-of-type(76) {
  transition-delay: 9.9s;
}
.worksBodyItem:nth-of-type(77) {
  transition-delay: 10s;
}
.worksBodyItem:nth-of-type(78) {
  transition-delay: 10.1s;
}
.worksBodyItem:nth-of-type(79) {
  transition-delay: 10.2s;
}
.worksBodyItem:nth-of-type(80) {
  transition-delay: 10.3s;
}
.worksBodyItem:nth-of-type(81) {
  transition-delay: 10.4s;
}
.worksBodyItem:nth-of-type(82) {
  transition-delay: 10.5s;
}
.worksBodyItem:nth-of-type(83) {
  transition-delay: 10.6s;
}
.worksBodyItem:nth-of-type(84) {
  transition-delay: 10.7s;
}
.worksBodyItem:nth-of-type(85) {
  transition-delay: 10.8s;
}
.worksBodyItem:nth-of-type(86) {
  transition-delay: 10.9s;
}
.worksBodyItem:nth-of-type(87) {
  transition-delay: 11s;
}
.worksBodyItem:nth-of-type(88) {
  transition-delay: 11.1s;
}
.worksBodyItem:nth-of-type(89) {
  transition-delay: 11.2s;
}
.worksBodyItem:nth-of-type(90) {
  transition-delay: 11.3s;
}
.worksBodyItem:nth-of-type(91) {
  transition-delay: 11.4s;
}
.worksBodyItem:nth-of-type(92) {
  transition-delay: 11.5s;
}
.worksBodyItem:nth-of-type(93) {
  transition-delay: 11.6s;
}
.worksBodyItem:nth-of-type(94) {
  transition-delay: 11.7s;
}
.worksBodyItem:nth-of-type(95) {
  transition-delay: 11.8s;
}
.worksBodyItem:nth-of-type(96) {
  transition-delay: 11.9s;
}
.worksBodyItem:nth-of-type(97) {
  transition-delay: 12s;
}
.worksBodyItem:nth-of-type(98) {
  transition-delay: 12.1s;
}
.worksBodyItem:nth-of-type(99) {
  transition-delay: 12.2s;
}
.worksBodyItem:nth-of-type(100) {
  transition-delay: 12.3s;
}

.worksBodyButton {
  width: 100%;
  cursor: pointer;
  background-color: white;
  border-radius: clamp(6.4px, 6.4px + (8 - 6.4) * (100vw - 375px) / 1065, 8px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-left: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  padding-right: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  padding-top: clamp(12.8px, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 16px);
  padding-bottom: clamp(12.8px, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 16px);
  border: 1px solid rgba(76, 76, 76, 0);
  color: #1A1E26;
}
@media (max-width: 767px) {
  .worksBodyButton {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: clamp(12.8px, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 16px);
  }
}
.worksBodyButton:hover {
  background-color: rgb(252, 252, 252);
  border: 1px solid rgba(76, 76, 76, 0.2196078431);
}

.worksBodyWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
}

.worksBodyNum {
  font-size: clamp(1.46rem, 14.6px + (16 - 14.6) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.02em;
  width: 19px;
}

.worksBodyTtl {
  margin-top: -0.15em;
  font-size: clamp(1.46rem, 14.6px + (16 - 14.6) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-width: clamp(230.9px, 230.9px + (330 - 230.9) * (100vw - 375px) / 1065, 330px);
}
.worksBodyTtl.-excerpt {
  max-width: clamp(230.9px, 230.9px + (330 - 230.9) * (100vw - 375px) / 1065, 330px);
}
@media (max-width: 767px) {
  .worksBodyTtl.-excerpt {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .worksBodyTtl {
    min-width: 0;
  }
}

.worksTagsList {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .worksTagsList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }
}

.worksTagsTxt {
  font-size: clamp(1.12rem, 11.2px + (12 - 11.2) * (100vw - 375px) / 1065, 1.2rem);
  line-height: 1.44;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  background-color: #4C4C4C;
  border-radius: clamp(3.2px, 3.2px + (4 - 3.2) * (100vw - 375px) / 1065, 4px);
  padding-left: clamp(6.4px, 6.4px + (8 - 6.4) * (100vw - 375px) / 1065, 8px);
  padding-right: clamp(6.4px, 6.4px + (8 - 6.4) * (100vw - 375px) / 1065, 8px);
  padding-top: clamp(3.2px, 3.2px + (4 - 3.2) * (100vw - 375px) / 1065, 4px);
  padding-bottom: clamp(2.4px, 2.4px + (3 - 2.4) * (100vw - 375px) / 1065, 3px);
}

.worksBg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% - clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px));
  height: calc(100% - clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px));
  pointer-events: none;
}

.worksBgList {
  width: 100%;
  height: 100%;
  position: relative;
}

.worksBgItem {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.worksBgItem.-show {
  opacity: 1;
}

.worksBgImg {
  width: 100%;
  height: 100%;
  opacity: 0.15;
  border-radius: clamp(3.2px, 3.2px + (4 - 3.2) * (100vw - 375px) / 1065, 4px);
}

.worksModal {
  display: contents;
}

.worksModalRow {
  display: contents;
}

.worksModalBody {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 0%;
  height: 0%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 250;
  overflow: hidden;
  border-radius: clamp(5.6px, 5.6px + (8 - 5.6) * (100vw - 375px) / 1065, 8px);
  padding-top: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  padding-bottom: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  padding-left: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 1065, 64px);
  padding-right: clamp(12px, 12px + (64 - 12) * (100vw - 375px) / 1065, 64px);
  max-width: 1000px;
  transition: all 0.5s ease;
  content-visibility: auto;
}
.worksModalBody.-show {
  height: calc(100vh - clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px) * 2);
  width: calc(100vw - clamp(8px, 8px + (180 - 8) * (100vw - 375px) / 1065, 180px) * 2);
  pointer-events: auto;
  opacity: 1;
}

.worksModalInner {
  width: 100%;
  height: 100%;
  padding-top: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  padding-bottom: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  overflow-y: scroll;
  padding-right: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
  transition: all 0.5s ease;
  opacity: 0;
}
.worksModalInner.-show {
  opacity: 1;
}
.worksModalInner {
  /* スクロールバー全体 */
}
.worksModalInner::-webkit-scrollbar {
  width: clamp(5.6px, 5.6px + (8 - 5.6) * (100vw - 375px) / 1065, 8px);
}
.worksModalInner {
  /* レール（背景） */
}
.worksModalInner::-webkit-scrollbar-track {
  background: #CCC;
  border-radius: 100px;
}
.worksModalInner {
  /* つまみ */
}
.worksModalInner::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #1A1E26;
}
.worksModalInner {
  /* hover */
}
.worksModalInner::-webkit-scrollbar-thumb:hover {
  background: #1A1E26;
}

.worksModalContent {
  margin-top: clamp(28px, 28px + (40 - 28) * (100vw - 375px) / 1065, 40px);
  width: 100%;
}
.worksModalContent > *:first-child {
  margin-top: 0 !important;
}

.worksModalTtl.-first {
  font-size: clamp(2.27rem, 22.7px + (32 - 22.7) * (100vw - 375px) / 1065, 3.2rem);
  line-height: 1.5;
  font-weight: 500;
  color: #4C4C4C;
}
.worksModalTtl.-en {
  margin-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
  font-size: clamp(1.86rem, 18.6px + (24 - 18.6) * (100vw - 375px) / 1065, 2.4rem);
  line-height: 1.3;
  font-weight: 400;
}
.worksModalTtl.-second {
  font-size: clamp(1.12rem, 11.2px + (12 - 11.2) * (100vw - 375px) / 1065, 1.2rem);
  line-height: 1.3;
  font-weight: 400;
}

.worksModalLink {
  margin-top: clamp(5.6px, 5.6px + (8 - 5.6) * (100vw - 375px) / 1065, 8px);
  font-size: clamp(1.39rem, 13.9px + (16 - 13.9) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 2;
  font-weight: 400;
  text-decoration: underline;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(6.4px, 6.4px + (8 - 6.4) * (100vw - 375px) / 1065, 8px);
}
.worksModalLink.-blank::after {
  content: "";
  display: block;
  width: clamp(11.2px, 11.2px + (14 - 11.2) * (100vw - 375px) / 1065, 14px);
  min-width: clamp(11.2px, 11.2px + (14 - 11.2) * (100vw - 375px) / 1065, 14px);
  height: clamp(11.2px, 11.2px + (14 - 11.2) * (100vw - 375px) / 1065, 14px);
  background-image: url(./img/common/icon_blank_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.worksModalList {
  margin-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
  padding-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
  width: 100%;
  border-top: 1px solid rgba(76, 76, 76, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: clamp(6.4px, 6.4px + (8 - 6.4) * (100vw - 375px) / 1065, 8px);
  flex-wrap: wrap;
}

.worksModalItem {
  font-size: clamp(1.19rem, 11.9px + (13 - 11.9) * (100vw - 375px) / 1065, 1.3rem);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  background-color: #4C4C4C;
  border-radius: clamp(3.2px, 3.2px + (4 - 3.2) * (100vw - 375px) / 1065, 4px);
  padding-left: clamp(6.4px, 6.4px + (8 - 6.4) * (100vw - 375px) / 1065, 8px);
  padding-right: clamp(6.4px, 6.4px + (8 - 6.4) * (100vw - 375px) / 1065, 8px);
  padding-top: clamp(3.2px, 3.2px + (4 - 3.2) * (100vw - 375px) / 1065, 4px);
  padding-bottom: clamp(2.4px, 2.4px + (3 - 2.4) * (100vw - 375px) / 1065, 3px);
}

.worksModalTxt {
  margin-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
  font-size: clamp(1.26rem, 12.6px + (14 - 12.6) * (100vw - 375px) / 1065, 1.4rem);
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.worksModalTxt img {
  margin-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
  width: 100%;
  border-radius: clamp(3.2px, 3.2px + (4 - 3.2) * (100vw - 375px) / 1065, 4px);
  object-fit: contain;
}
.worksModalTxt strong,
.worksModalTxt b {
  font-weight: 500;
}
.worksModalTxt a {
  text-decoration: underline;
}
.worksModalTxt > *:first-child {
  margin-top: 0 !important;
}

.worksModalClose {
  width: 100vw;
  height: 100vh;
  background: rgba(88, 88, 88, 0.17);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 249;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.worksModalClose.-show {
  pointer-events: auto;
  opacity: 1;
}

.contact {
  position: relative;
  margin-top: clamp(168px, 168px + (240 - 168) * (100vw - 375px) / 1065, 240px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (240 - 16) * (100vw - 375px) / 1065, 240px);
  padding-right: clamp(16px, 16px + (240 - 16) * (100vw - 375px) / 1065, 240px);
}
@media (max-width: 767px) {
  .contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contactInner {
  width: 100%;
}

.contactHead {
  width: 100%;
}

.contactHeadTtl.-en svg {
  width: clamp(259px, 259px + (370 - 259) * (100vw - 375px) / 1065, 370px);
  height: clamp(47.5px, 47.5px + (68 - 47.5) * (100vw - 375px) / 1065, 68px);
  object-fit: contain;
  transform: translateX(-1em);
}
.contactHeadTtl.-ja {
  margin-top: clamp(5.6px, 5.6px + (8 - 5.6) * (100vw - 375px) / 1065, 8px);
  font-size: clamp(1.63rem, 16.3px + (20 - 16.3) * (100vw - 375px) / 1065, 2rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
}
.contactHeadTtl.-ja span {
  transform: translateY(120%);
  transition: transform 0.4s ease 1.7s;
}
.contactHeadTtl.-ja span.-show {
  transform: translateY(0);
}

.contactHeadTxt {
  margin-top: clamp(39.1px, 39.1px + (56 - 39.1) * (100vw - 375px) / 1065, 56px);
  font-size: clamp(1.26rem, 12.6px + (14 - 12.6) * (100vw - 375px) / 1065, 1.4rem);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(clamp(16.7px, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 24px));
  transition: opacity 0.5s ease 2s, transform 0.5s ease 2s;
}
.contactHeadTxt.-show {
  opacity: 1;
  transform: translateY(0);
}

.contactMain {
  margin-top: clamp(50.4px, 50.4px + (72 - 50.4) * (100vw - 375px) / 1065, 72px);
  transition: all 0.3s ease 0.1s;
  width: 100%;
  opacity: 0;
  transform: translateY(clamp(16.7px, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 24px));
  transition: opacity 0.5s ease 2s, transform 0.5s ease 2s;
}
.contactMain.-show {
  opacity: 1;
  transform: translateY(0);
}
.contactMain.-hide {
  opacity: 0;
}

.contactMainHead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.contactMainTtl {
  font-size: clamp(1.92rem, 19.2px + (32 - 19.2) * (100vw - 375px) / 1065, 3.2rem);
  font-weight: bold;
  line-height: 1.4375;
  text-align: center;
}
@media (max-width: 767px) {
  .contactMainTtl {
    text-align: left;
  }
}
.contactMainTtl span {
  display: inline-block;
}

.contactMainTxt {
  margin-top: clamp(25.6px, 25.6px + (32 - 25.6) * (100vw - 375px) / 1065, 32px);
  text-align: center;
}
@media (max-width: 767px) {
  .contactMainTxt {
    text-align: left;
  }
}
.contactMainTxt span {
  display: inline-block;
}

.contactMainForm {
  margin-top: clamp(79.8px, 79.8px + (114 - 79.8) * (100vw - 375px) / 1065, 114px);
  padding-left: clamp(0px, 0px + (190 - 0) * (100vw - 375px) / 1065, 190px);
  padding-right: clamp(0px, 0px + (190 - 0) * (100vw - 375px) / 1065, 190px);
}
@media (max-width: 1000px) {
  .contactMainForm {
    padding-left: 0;
    padding-right: 0;
  }
}
.contactMainForm .wpcf7-not-valid-tip {
  font-size: clamp(0.97rem, 9.7px + (14 - 9.7) * (100vw - 375px) / 1065, 1.4rem);
  line-height: 2.2857142857;
  color: #ff0000;
}

.contactMainRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 767px) {
  .contactMainRow {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 8px;
  }
}
.contactMainRow > p {
  display: contents;
}

.contactMainLabel {
  margin-top: clamp(4px, 4px + (7 - 4) * (100vw - 375px) / 1065, 7px);
  font-size: clamp(1.39rem, 13.9px + (16 - 13.9) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 1.5;
  font-weight: 600;
  width: clamp(153.6px, 153.6px + (192 - 153.6) * (100vw - 375px) / 1065, 192px);
  min-width: clamp(153.6px, 153.6px + (192 - 153.6) * (100vw - 375px) / 1065, 192px);
  padding-right: 0.5em;
}
@media (max-width: 767px) {
  .contactMainLabel {
    width: 100%;
    min-width: 100%;
  }
}
.contactMainLabel span {
  display: inline-block;
}

.contactMainField {
  width: calc(100% - clamp(153.6px, 153.6px + (192 - 153.6) * (100vw - 375px) / 1065, 192px));
}
@media (max-width: 767px) {
  .contactMainField {
    width: 100%;
    min-width: 100%;
  }
}
.contactMainField > p {
  display: contents;
}
.contactMainField .wpcf7-form-control-wrap {
  display: contents;
}

.contactMainInput {
  width: 100%;
  border-radius: clamp(6.4px, 6.4px + (8 - 6.4) * (100vw - 375px) / 1065, 8px);
  background: white;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 2;
  color: #4B6B8D;
  padding-left: clamp(12.8px, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 16px);
  padding-right: clamp(12.8px, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 16px);
  padding-top: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  padding-bottom: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  border: 1px solid transparent;
  resize: vertical;
}
.contactMainInput.-short {
  max-width: 136px;
}
.contactMainInput::placeholder {
  color: #a5a5a5;
}
.contactMainInput:focus {
  border: 1px solid #4C4C4C;
  outline: none;
}

.contactMainCheck {
  min-height: clamp(36px, 36px + (42 - 36) * (100vw - 375px) / 1065, 42px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1065, 24px);
  flex-wrap: wrap;
}
.contactMainCheck > .wpcf7-list-item {
  margin-left: 0;
}
.contactMainCheck label {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  column-gap: clamp(7px, 7px + (8 - 7) * (100vw - 375px) / 1065, 8px);
}
.contactMainCheck label input {
  position: absolute;
  left: -500vw;
}
.contactMainCheck label input:checked + span::before {
  content: "";
  display: block;
  width: clamp(11.2px, 11.2px + (14 - 11.2) * (100vw - 375px) / 1065, 14px);
  min-width: clamp(11.2px, 11.2px + (14 - 11.2) * (100vw - 375px) / 1065, 14px);
  height: clamp(11.2px, 11.2px + (14 - 11.2) * (100vw - 375px) / 1065, 14px);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  background-color: #4B6B8D;
  position: absolute;
  top: 50%;
  left: clamp(2.5px, 2.5px + (3 - 2.5) * (100vw - 375px) / 1065, 3px);
  transform: translate(0, -50%);
}
.contactMainCheck label::before {
  content: "";
  display: block;
  width: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  min-width: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  height: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  border: 1px solid #1A1E26;
}

.contactMainSelect {
  min-height: clamp(36px, 36px + (42 - 36) * (100vw - 375px) / 1065, 42px);
  height: clamp(36px, 36px + (42 - 36) * (100vw - 375px) / 1065, 42px);
  color: #4B6B8D;
  width: 100%;
  border-radius: clamp(3.2px, 3.2px + (4 - 3.2) * (100vw - 375px) / 1065, 4px);
  background: #f0f0f0;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 2;
  color: #4B6B8D;
  padding-left: clamp(12.8px, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 16px);
  padding-right: clamp(12.8px, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 16px);
  padding-top: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  padding-bottom: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  border: 1px solid transparent;
}
.contactMainSelect.-short {
  max-width: 136px;
}
.contactMainSelect::placeholder {
  color: #a5a5a5;
}
.contactMainSelect:focus {
  border: 1px solid #4C4C4C;
  outline: none;
}

.contactMainFile {
  position: absolute;
  left: -500vw;
}

.contactMainPdf {
  margin-top: clamp(7px, 7px + (10 - 7) * (100vw - 375px) / 1065, 10px);
  display: inline-block !important;
  padding-left: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / 1065, 20px);
  padding-right: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / 1065, 20px);
  padding-top: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  padding-bottom: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  color: white;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  background-color: #4B6B8D;
  border-radius: clamp(3.2px, 3.2px + (4 - 3.2) * (100vw - 375px) / 1065, 4px);
  cursor: pointer;
  max-width: 100%;
}
.contactMainPdf.-hide {
  display: none !important;
}
.contactMainPdf span {
  max-width: 100%;
  word-wrap: break-word;
}

.contactMainBottom {
  margin-top: clamp(59.2px, 59.2px + (74 - 59.2) * (100vw - 375px) / 1065, 74px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.contactMainAgreement {
  text-align: center;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 1.5;
}
.contactMainAgreement a {
  text-decoration: underline;
}
.contactMainAgreement span {
  display: inline-block;
}
.contactMainAgreement + p {
  display: contents;
}

.wpcf7-form-control-wrap[data-name=contactAcceptance] {
  margin-top: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.wpcf7-form-control-wrap[data-name=contactAcceptance] .wpcf7-acceptance {
  display: contents;
}
.wpcf7-form-control-wrap[data-name=contactAcceptance] .wpcf7-list-item {
  display: contents;
}
.wpcf7-form-control-wrap[data-name=contactAcceptance] + br {
  display: none;
}
.wpcf7-form-control-wrap[data-name=contactAcceptance] label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  column-gap: clamp(7px, 7px + (8 - 7) * (100vw - 375px) / 1065, 8px);
  font-size: clamp(1.51rem, 15.1px + (18 - 15.1) * (100vw - 375px) / 1065, 1.8rem);
  line-height: 2;
  font-weight: 500;
}
.wpcf7-form-control-wrap[data-name=contactAcceptance] label input {
  position: absolute;
  left: -500vw;
}
.wpcf7-form-control-wrap[data-name=contactAcceptance] label input:checked + span::before {
  content: "";
  display: block;
  width: clamp(11.2px, 11.2px + (14 - 11.2) * (100vw - 375px) / 1065, 14px);
  min-width: clamp(11.2px, 11.2px + (14 - 11.2) * (100vw - 375px) / 1065, 14px);
  height: clamp(11.2px, 11.2px + (14 - 11.2) * (100vw - 375px) / 1065, 14px);
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: contain;
  background-color: #1A1E26;
  position: absolute;
  top: 50%;
  left: clamp(2.5px, 2.5px + (3 - 2.5) * (100vw - 375px) / 1065, 3px);
  transform: translate(0, -50%);
}
.wpcf7-form-control-wrap[data-name=contactAcceptance] label::before {
  content: "";
  display: block;
  width: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  min-width: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  height: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #1A1E26;
  border-radius: 50%;
}

.contactMainSubmit {
  position: absolute;
  left: -500vw;
  opacity: 0;
}

.contactMainBtn {
  margin-top: clamp(42px, 42px + (60 - 42) * (100vw - 375px) / 1065, 60px);
  cursor: pointer;
  opacity: 0.3;
  pointer-events: none;
}
.contactMainBtn.-allow {
  pointer-events: auto;
  opacity: 1 !important;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}
.wpcf7-spinner + br {
  display: none;
}

.contactSent {
  padding-top: clamp(0px, 0px + (64 - 0) * (100vw - 375px) / 1065, 64px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  display: none;
  transition: all 0.3s ease;
  opacity: 1;
}
.contactSent.-hide {
  opacity: 0;
}

.contactSentTxt {
  font-size: clamp(1.39rem, 13.9px + (20 - 13.9) * (100vw - 375px) / 1065, 2rem);
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
.contactSentTxt:nth-of-type(2), .contactSentTxt:nth-of-type(3) {
  width: 100%;
}

.contactSentBtn {
  margin-top: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}

.contactMainRow + .contactMainRow {
  margin-top: clamp(20px, 20px + (25 - 20) * (100vw - 375px) / 1065, 25px);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #1A1E26 !important;
  border-color: #1A1E26 !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #1A1E26 !important;
}