@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #191919;
  background: #ffffff;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

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

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

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

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

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

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

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

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

[role="button"] {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: none;
}

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

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

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

* html .clearfix {
  zoom: 1;
}

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

#wrapper {
  position: relative;
  width: 100%;
}

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

main {
  position: relative;
}
main #main {
  overflow: hidden;
}

/* input */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #191919;
  outline: none;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  select,
  textarea {
    padding: 1.5rem 1.6rem;
  }
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c3c3c3;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c3c3c3;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c3c3c3;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c3c3c3;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c3c3c3;
}

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

textarea {
  height: 25rem;
  resize: vertical;
}

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

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../image/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 124rem;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
.content-in {
  position: relative;
  max-width: 94rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

picture,
figure {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  margin: 0;
  border: none;
}

.color-sky {
  color: #53a0ed !important;
}

.color-orange {
  color: #ff6a00 !important;
}

.color-yellow {
  color: #ffe200 !important;
}

.color-red {
  color: #e60012 !important;
}

.color-blue {
  color: #4c64a1 !important;
}

.color-wheat {
  color: #e5f7fe !important;
}

.color-green {
  color: #07913a !important;
}

.light-bg {
  background: #f5f5dc !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.link-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.2rem 1rem 1rem;
  gap: 2rem;
  width: 33rem;
  max-width: 100%;
  height: 7rem;
  background: #191919;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #191919;
  border-radius: 7rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    width: 27rem;
    height: 6rem;
    gap: 1.6rem;
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.link-btn svg {
  display: block;
  width: 2rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .link-btn svg {
    width: 1.8rem;
  }
}
.link-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.link-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.link-btn:hover {
  color: #191919;
}
.link-btn:hover span {
  color: #191919;
}
.link-btn:hover svg path {
  fill: #191919;
}
.link-btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.form-submit-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.2rem 1rem 1rem;
  gap: 2rem;
  width: 33rem;
  max-width: 100%;
  height: 7rem;
  background: #4c64a1;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #4c64a1;
  border-radius: 7rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .form-submit-btn {
    width: 27rem;
    height: 6rem;
    gap: 1.6rem;
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.form-submit-btn svg {
  display: block;
  width: 2rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .form-submit-btn svg {
    width: 1.8rem;
  }
}
.form-submit-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.form-submit-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.form-submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.form-submit-btn:hover {
  color: #4c64a1;
}
.form-submit-btn:hover span {
  color: #4c64a1;
}
.form-submit-btn:hover svg path {
  fill: #4c64a1;
}
.form-submit-btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.download-btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.download-btn .btn-intro {
  position: relative;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #ff6a00;
  text-align: center;
  padding: 0.3rem 2rem 0.4rem;
  border-radius: 3rem;
  border: 1px solid #ff6a00;
  background: #ffffff;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .download-btn .btn-intro {
    top: -1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0.3rem 1.6rem;
  }
}
.download-btn .btn-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.2rem 1rem 1rem;
  gap: 2rem;
  width: 42rem;
  max-width: 100%;
  height: 7.6rem;
  background: #ff6a00;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff6a00;
  border-radius: 8rem;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .download-btn .btn-body {
    width: 33rem;
    height: 7rem;
    gap: 1.6rem;
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.download-btn .btn-body svg {
  display: block;
  width: 2rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .download-btn .btn-body svg {
    width: 1.8rem;
  }
}
.download-btn .btn-body svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.download-btn .btn-body span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.download-btn .btn-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.download-btn:hover .btn-body {
  color: #ff6a00;
}
.download-btn:hover .btn-body span {
  color: #ff6a00;
}
.download-btn:hover .btn-body svg path {
  fill: #ff6a00;
}
.download-btn:hover .btn-body::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 4rem;
  }
}
.section-title h2 {
  position: relative;
  display: block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.8rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 0.4rem;
  }
}
.section-title p {
  position: relative;
  display: block;
  font-family: "Husqvarna Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #4c64a1;
}
@media only screen and (max-width: 768px) {
  .section-title p {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

.section-label {
  position: relative;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .section-label {
    margin-bottom: 4.5rem;
  }
}
.section-label h2 {
  position: relative;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-label h2 {
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
}
.section-label h2 strong {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .section-label h2 strong {
    font-size: 2.8rem;
  }
}

.section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .section-desc {
    margin-bottom: 4rem;
  }
}

.underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, transparent),
    color-stop(65%, #ffff00)
  );
  background: linear-gradient(to bottom, transparent 65%, #ffff00 65%);
}

.character-bg {
  background-image: url(../image/character-bg.png);
  background-repeat: repeat;
}

.dot-bg {
  background-image: url(../image/dot-bg.png);
  background-repeat: repeat;
}

.wheat-dot-bg {
  background-image: url(../image/wheat-dot-bg.png);
  background-repeat: repeat;
}

.contact-banner {
  position: relative;
  padding: 5.5rem 6rem 6rem;
  border: 0.5rem solid #4c64a1;
  background-image: url(../image/contact-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .contact-banner {
    padding: 3rem 1.6rem 3rem;
    border-width: 0.2rem;
    border-radius: 1rem;
  }
}
.contact-banner .inner {
  position: relative;
  max-width: 70.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
}
.contact-banner .inner .title {
  position: relative;
  padding: 0.6rem 1.6rem;
  background: #4c64a1;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 3.6rem;
  text-align: center;
  color: #ffffff;
  border-radius: 4.8rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .title {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
  }
}
.contact-banner .inner .text {
  position: relative;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 4rem;
  text-align: center;
  color: #191919;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .text {
    font-size: 1.8rem;
    line-height: 1.75;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
}
.contact-banner .inner .actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .actions {
    margin-top: 3rem;
  }
}
.contact-banner .inner .actions > li {
  position: relative;
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .actions > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .contact-banner .inner .actions > li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.contact-banner .inner .actions .phone-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 32.6rem;
  max-width: 100%;
}
.contact-banner .inner .actions .phone-btn img {
  width: 100%;
  height: auto;
}
.contact-banner .inner .actions .mail-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ff7100;
  width: 34.5rem;
  max-width: 100%;
  height: 8.6rem;
  text-decoration: none;
  outline: none;
  padding: 1rem 2rem;
  border: 1px solid #ff7100;
  border-radius: 1.2rem;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .actions .mail-btn {
    padding: 1rem 1.4rem;
  }
}
.contact-banner .inner .actions .mail-btn .btn-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 5rem;
  z-index: 3;
}
.contact-banner .inner .actions .mail-btn .btn-icon path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.contact-banner .inner .actions .mail-btn .btn-text {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  padding-left: 1.4rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .actions .mail-btn .btn-text {
    padding-left: 1rem;
    font-size: 1.9rem;
  }
}
.contact-banner .inner .actions .mail-btn .btn-text small {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #fed517;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  margin-bottom: 0.2rem;
}
.contact-banner .inner .actions .mail-btn .btn-text strong {
  position: relative;
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .actions .mail-btn .btn-text strong {
    letter-spacing: 0;
  }
}
.contact-banner .inner .actions .mail-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.contact-banner .inner .actions .mail-btn:hover .btn-icon path {
  fill: #ff7100;
}
.contact-banner .inner .actions .mail-btn:hover .btn-text {
  color: #ff7100;
}
.contact-banner .inner .actions .mail-btn:hover .btn-text small {
  color: #ff7100;
}
.contact-banner .inner .actions .mail-btn:hover .btn-text strong {
  color: #ff7100;
}
.contact-banner .inner .actions .mail-btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.contact-banner .effect {
  position: absolute;
  display: block;
  left: 5.6rem;
  bottom: 0;
  width: 30.5rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .contact-banner .effect {
    display: none;
    top: -4rem;
    left: -2rem;
    bottom: auto;
    width: 9rem;
  }
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 1.5rem 0 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 991;
}
@media only screen and (max-width: 768px) {
  #header {
    padding: 1.5rem 0 1.5rem;
    height: 6rem;
  }
}
#header .container {
  max-width: 100%;
}
#header .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
#header .header-wrapper .header-logo {
  position: relative;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo a {
    font-size: 2rem;
    line-height: 3rem;
    gap: 1rem;
  }
}
#header .header-wrapper .header-logo a .icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #191919;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo a .icon {
    width: 3rem;
    height: 3rem;
  }
}
#header .header-wrapper .header-logo a .icon img {
  display: block;
  width: 2.4rem;
  height: auto;
  border: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo a .icon img {
    width: 2rem;
  }
}
#header .header-wrapper .header-logo a .txt {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  text-decoration: none;
}
#header .header-wrapper .header-nav {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-nav {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  line-height: 1;
}
#header .header-wrapper .header-nav .nav-menu > li {
  position: relative;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #000000;
  letter-spacing: 0.05em;
  padding: 0.6rem 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-color: #ff6a00;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover,
#header .header-wrapper .header-nav .nav-menu > li .menu-link.active {
  color: #ff6a00;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover::before,
#header .header-wrapper .header-nav .nav-menu > li .menu-link.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  width: 24rem;
  max-width: 100%;
  height: 5.6rem;
  padding: 1rem 1rem;
  background: #ff6a00;
  border: 1px solid #ff6a00;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 5.6rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn svg {
  display: block;
  width: 1.8rem;
  height: auto;
  margin-top: 0.3rem;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn:hover {
  color: #ff6a00;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn:hover svg path {
  fill: #ff6a00;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#header.header-scrolled {
  -webkit-filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.2));
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  padding: 1.9rem 1.6rem;
  background: transparent;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #ffffff;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(1rem) rotate(-45deg);
  transform: translateY(1rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-1rem) rotate(45deg);
  transform: translateY(-1rem) rotate(45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 80%;
  max-width: 50rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #333333;
}
#mobile-nav .mobile-logo {
  position: relative;
  padding: 1.8rem 2rem;
  background: #ffffff;
  height: 6rem;
}
#mobile-nav .mobile-logo a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #191919;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-logo a {
    font-size: 2.4rem;
  }
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 6rem 2rem 2rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: block;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ffffff;
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu > li > a strong {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}
#mobile-nav .mobile-nav-menu > li > a span {
  color: inherit;
  text-decoration: none;
}
#mobile-nav .mobile-nav-menu .drop-down > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-bottom: 1px solid #323232;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #323232;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#mobile-nav .mobile-nav-action {
  margin-top: 2.4rem;
}
#mobile-nav .mobile-nav-action .action-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  width: 27rem;
  max-width: 100%;
  height: 5.6rem;
  padding: 1rem 1rem;
  background: #ff6a00;
  border: 1px solid #ff6a00;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 5.6rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .action-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn svg {
  display: block;
  width: 1.6rem;
  height: auto;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#mobile-nav .mobile-nav-action .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
#mobile-nav .mobile-nav-action .action-btn:hover {
  color: #ff6a00;
}
#mobile-nav .mobile-nav-action .action-btn:hover svg path {
  fill: #ff6a00;
}
#mobile-nav .mobile-nav-action .action-btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#mobile-nav .mobile-nav-action .action-btn + .action-btn {
  margin-top: 1.6rem;
}

.fixed-mail-btn {
  position: fixed;
  top: 0;
  right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  background: #ff6a00;
  border: 2px solid #ff6a00;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 996;
}
@media print, screen and (min-width: 769px) {
  .fixed-mail-btn {
    display: none;
  }
}
.fixed-mail-btn svg {
  position: relative;
  display: block;
  width: 3rem;
  z-index: 3;
}
.fixed-mail-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.fixed-phone-btn {
  position: fixed;
  top: 0;
  right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  background: #03345d;
  border: 2px solid #03345d;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 996;
}
@media print, screen and (min-width: 769px) {
  .fixed-phone-btn {
    display: none;
  }
}
.fixed-phone-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.fixed-phone-btn svg {
  position: relative;
  display: block;
  width: 2rem;
  z-index: 3;
}
.fixed-phone-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.fixed-phone-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.fixed-phone-btn:hover {
  color: #03345d;
}
.fixed-phone-btn:hover svg path {
  fill: #03345d;
}
.fixed-phone-btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  background: transparent;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Mobile Nav body classes */
body.mobile-nav-active #mobile-nav {
  right: 0;
}

@media only screen and (max-width: 768px) {
  [data-aos="zoom-in"] {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  [data-aos="fade-up"] {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  [data-aos="fade-left"] {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  [data-aos="fade-right"] {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
}
#footer {
  position: relative;
  padding: 7rem 0 4rem;
  background: #8fa79a;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 5rem 0 3rem;
  }
}
#footer .container {
  position: relative;
  z-index: 1;
}
#footer .footer-wrapper {
  position: relative;
  display: block;
}
#footer .footer-wrapper .footer-logo {
  position: relative;
}
#footer .footer-wrapper .footer-logo a.logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
}
#footer .footer-wrapper .footer-logo a.logo-link .icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #191919;
}
#footer .footer-wrapper .footer-logo a.logo-link .icon img {
  display: block;
  width: 2.4rem;
  height: auto;
  border: none;
  margin: 0;
}
#footer .footer-wrapper .footer-logo a.logo-link .txt {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  text-decoration: none;
}
#footer .footer-wrapper .footer-info {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  margin-top: 3rem;
}
#footer .footer-wrapper .footer-info .tel {
  position: relative;
}
#footer .footer-wrapper .footer-info .address {
  position: relative;
}
#footer .footer-wrapper .footer-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
  color: #191919;
  white-space: nowrap;
  margin-top: 4rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(25, 25, 25, 0.2);
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-menu {
    margin-top: 3.6rem;
    gap: 0.6rem 2.4rem;
  }
}
#footer .footer-wrapper .footer-menu > li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-wrapper .footer-menu > li a {
  color: inherit;
  text-decoration: none;
}
#footer .footer-wrapper .footer-menu > li a:hover {
  text-decoration: underline;
}
#footer .footer-wrapper .footer-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3rem;
}
#footer .footer-wrapper .footer-social .social-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .footer-wrapper .footer-social .social-link img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border: none;
  margin: 0;
}
#footer .footer-wrapper .footer-social .social-link:hover {
  opacity: 0.7;
}

.copyright {
  position: relative;
  padding: 2rem 2rem;
  background: #191919;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #ffffff;
}
.copyright > p {
  position: relative;
}

.mainvisual {
  position: relative;
  padding: 8rem 0 10rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5dc),
    to(#ffffff)
  );
  background: linear-gradient(180deg, #f5f5dc 0%, #ffffff 100%);
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    padding: 5rem 0 6rem;
  }
}
.mainvisual .container {
  position: relative;
  z-index: 1;
}
.mainvisual .section-wrapper {
  position: relative;
}
.mainvisual .mainvisual-title {
  position: relative;
  max-width: 100%;
  z-index: 0;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title {
    margin-bottom: 3rem;
  }
}
.mainvisual .mainvisual-title h2 {
  position: relative;
  display: block;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #191919;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title h2 {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.mainvisual .mainvisual-title h3 {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #191919;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.mainvisual .mainvisual-title h4 {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #191919;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title h4 {
    font-size: 1.8rem;
  }
}
.mainvisual .mainvisual-slider {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-slider {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.mainvisual .mainvisual-slider .swiper-wrapper {
  position: relative;
}
.mainvisual .mainvisual-slider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 40rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-slider .swiper-wrapper .swiper-slide {
    width: 28.5rem;
  }
}
.mainvisual .mainvisual-slider .swiper-wrapper .swiper-slide .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainvisual .mainvisual-actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.mainvisual .mainvisual-actions > li {
  position: relative;
}

.sense-gap-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #8fa9c1 !important;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .sense-gap-section {
    padding: 5rem 0 6rem;
  }
}
.sense-gap-section .container {
  position: relative;
  z-index: 1;
}
.sense-gap-section .section-wrapper {
  position: relative;
}
.sense-gap-section .section-title {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sense-gap-section .section-title h2 {
    letter-spacing: 0;
  }
}
.sense-gap-section .section-content {
  position: relative;
  display: block;
}
.sense-gap-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.sense-gap-section .section-content .illustration-area {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sense-gap-section .section-content .illustration-area {
    float: left;
    width: 45rem;
  }
}
.sense-gap-section .section-content .illustration-area .illustration {
  position: relative;
  width: 100%;
}
.sense-gap-section .section-content .problem-list-area {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sense-gap-section .section-content .problem-list-area {
    float: right;
    width: calc(100% - 50rem);
  }
}
@media only screen and (max-width: 768px) {
  .sense-gap-section .section-content .problem-list-area {
    margin-top: -2px;
  }
}
.sense-gap-section .section-content .problem-list-area .problem-box {
  position: relative;
  width: 100%;
  padding: 5.6rem 3.6rem 3.4rem;
}
@media only screen and (max-width: 768px) {
  .sense-gap-section .section-content .problem-list-area .problem-box {
    padding: 2rem 0.2rem 0;
  }
}
@media print, screen and (min-width: 769px) {
  .sense-gap-section .section-content .problem-list-area .problem-box::before {
    content: "";
    position: absolute;
    top: 1.8rem;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #191919;
    z-index: 0;
  }
}
.sense-gap-section .section-content .problem-list-area .problem-box .box-label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  background: #8fa9c1;
  padding: 0 1rem 0 1.2rem;
  color: #191919;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .sense-gap-section
    .section-content
    .problem-list-area
    .problem-box
    .box-label {
    font-size: 1.8rem;
    line-height: 3rem;
    display: none;
  }
}
.sense-gap-section
  .section-content
  .problem-list-area
  .problem-box
  .box-content {
  position: relative;
  z-index: 1;
}
.sense-gap-section
  .section-content
  .problem-list-area
  .problem-box
  .box-content
  .problem-list {
  position: relative;
  display: block;
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #191919;
}
@media only screen and (max-width: 768px) {
  .sense-gap-section
    .section-content
    .problem-list-area
    .problem-box
    .box-content
    .problem-list {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.sense-gap-section
  .section-content
  .problem-list-area
  .problem-box
  .box-content
  .problem-list
  > li {
  position: relative;
  display: block;
  padding-left: 3.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #191919;
}
@media only screen and (max-width: 768px) {
  .sense-gap-section
    .section-content
    .problem-list-area
    .problem-box
    .box-content
    .problem-list
    > li {
    padding-left: 3rem;
    padding-bottom: 1.6rem;
  }
}
.sense-gap-section
  .section-content
  .problem-list-area
  .problem-box
  .box-content
  .problem-list
  > li:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .sense-gap-section
    .section-content
    .problem-list-area
    .problem-box
    .box-content
    .problem-list
    > li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.sense-gap-section
  .section-content
  .problem-list-area
  .problem-box
  .box-content
  .problem-list
  > li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(../image/check-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .sense-gap-section
    .section-content
    .problem-list-area
    .problem-box
    .box-content
    .problem-list
    > li::before {
    top: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.sense-gap-section
  .section-content
  .problem-list-area
  .problem-box
  .box-content
  .problem-action {
  position: relative;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .sense-gap-section
    .section-content
    .problem-list-area
    .problem-box
    .box-content
    .problem-action {
    margin-top: 5rem;
  }
}
.sense-gap-section
  .section-content
  .problem-list-area
  .problem-box
  .box-content
  .problem-action
  .link-btn {
  position: relative;
  width: 30rem;
  background: transparent;
  margin: 0 auto;
  color: #191919;
  border: 1px solid #191919;
}
@media only screen and (max-width: 768px) {
  .sense-gap-section
    .section-content
    .problem-list-area
    .problem-box
    .box-content
    .problem-action
    .link-btn {
    width: 27rem;
  }
}
.sense-gap-section
  .section-content
  .problem-list-area
  .problem-box
  .box-content
  .problem-action
  .link-btn::before {
  background: #191919;
}
.sense-gap-section
  .section-content
  .problem-list-area
  .problem-box
  .box-content
  .problem-action
  .link-btn:hover {
  color: #ffffff;
}
.sense-gap-section
  .section-content
  .problem-list-area
  .problem-box
  .box-content
  .problem-action
  .link-btn:hover
  span {
  color: #ffffff;
}

.process-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #ffffff;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .process-section {
    padding: 5rem 0 6rem;
  }
}
.process-section .container {
  position: relative;
  z-index: 1;
}
.process-section .section-wrapper {
  position: relative;
}
.process-section .section-title {
  position: relative;
}
.process-section .section-content {
  position: relative;
  display: block;
}
.process-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.process-section .section-content .illustration-area {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .process-section .section-content .illustration-area {
    float: left;
    width: 50rem;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .process-section .section-content .illustration-area {
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
}
.process-section .section-content .illustration-area .illustration {
  position: relative;
  width: 100%;
}
.process-section .section-content .process-list-area {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .process-section .section-content .process-list-area {
    float: right;
    width: calc(100% - 60rem);
  }
}
.process-section .section-content .process-list-area .process-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-section
  .section-content
  .process-list-area
  .process-list
  .process-item {
  position: relative;
  display: block;
}
.process-section
  .section-content
  .process-list-area
  .process-list
  .process-item:not(:last-child) {
  padding-bottom: 3.4rem;
  margin-bottom: 1.5rem;
}
.process-section
  .section-content
  .process-list-area
  .process-list
  .process-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 21rem;
  width: 2.6rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='14' viewBox='0 0 26 14'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-1216.47 -1477.97)'%3E%3Cpath id='Line_1' data-name='Line 1' d='M12.47,13.47-.53.526.53-.53l13,12.944Z' transform='translate(1217 1478.5)' fill='%23191919'/%3E%3Cpath id='Line_2' data-name='Line 2' d='M.53,13.47-.53,12.414,12.47-.53,13.53.526Z' transform='translate(1228.939 1478.5)' fill='%23191919'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .process-section
    .section-content
    .process-list-area
    .process-list
    .process-item:not(:last-child)::after {
    left: calc(50% - 1.3rem);
  }
}
.process-section
  .section-content
  .process-list-area
  .process-list
  .process-item
  .process-number {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #b3e5fc;
  font-family: "Husqvarna Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #191919;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .process-section
    .section-content
    .process-list-area
    .process-list
    .process-item
    .process-number {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.process-section
  .section-content
  .process-list-area
  .process-list
  .process-item
  .process-content {
  position: relative;
  display: block;
  padding: 0.5rem 0 0 5.4rem;
}
@media only screen and (max-width: 768px) {
  .process-section
    .section-content
    .process-list-area
    .process-list
    .process-item
    .process-content {
    padding: 0;
  }
}
.process-section
  .section-content
  .process-list-area
  .process-list
  .process-item
  .process-content
  h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #191919;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .process-section
    .section-content
    .process-list-area
    .process-list
    .process-item
    .process-content
    h3 {
    font-size: 1.8rem;
    padding: 0.3rem 0 0.3rem 4.8rem;
  }
}
.process-section
  .section-content
  .process-list-area
  .process-list
  .process-item
  .process-content
  p {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #191919;
}

.works-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #8fa9c1;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .works-section {
    padding: 5rem 0 6rem;
  }
}
.works-section .container {
  position: relative;
  z-index: 1;
}
.works-section .section-wrapper {
  position: relative;
}
.works-section .section-title {
  position: relative;
}
.works-section .section-content {
  position: relative;
}
.works-section .section-content .works-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 8rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8rem 8rem;
}
@media only screen and (max-width: 768px) {
  .works-section .section-content .works-grid {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem 3rem;
  }
}
.works-section .section-content .works-grid .work-slider {
  position: relative;
  display: block;
  width: 100%;
}
.works-section .section-content .works-grid .work-slider .swiper-wrapper {
  position: relative;
}
.works-section .section-content .works-grid .work-slider .swiper-slide {
  position: relative;
  height: 32rem;
}
@media only screen and (max-width: 768px) {
  .works-section .section-content .works-grid .work-slider .swiper-slide {
    height: 20rem;
  }
}
.works-section .section-content .works-grid .work-slider .swiper-slide .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.works-section .section-content .works-grid .work-slider .before-after-slider {
  position: relative;
  display: block;
  width: 100%;
  height: 56rem;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .works-section
    .section-content
    .works-grid
    .work-slider
    .before-after-slider {
    height: 30rem;
  }
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .before-image,
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .before-image
  img,
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .after-image
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .before-image {
  z-index: 1;
  width: 100%;
  clip-path: inset(0 50% 0 0);
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .before-image
  img {
  left: 0;
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .after-image {
  z-index: 2;
  width: 100%;
  clip-path: inset(0 0 0 50%);
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .after-image
  img {
  left: 0;
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.4rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  cursor: ew-resize;
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .slider-handle
  .slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.2rem;
  height: 100%;
  background: #ffffff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .slider-handle
  .slider-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .works-section
    .section-content
    .works-grid
    .work-slider
    .before-after-slider
    .slider-handle
    .slider-button {
    width: 4rem;
    height: 4rem;
  }
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .slider-handle
  .slider-button
  .slider-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.8rem;
}
@media only screen and (max-width: 768px) {
  .works-section
    .section-content
    .works-grid
    .work-slider
    .before-after-slider
    .slider-handle
    .slider-button
    .slider-arrow {
    border-width: 0.5rem 0.6rem;
  }
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .slider-handle
  .slider-button
  .slider-arrow.slider-arrow-left {
  left: 1rem;
  border-color: transparent #191919 transparent transparent;
  border-left: none;
}
@media only screen and (max-width: 768px) {
  .works-section
    .section-content
    .works-grid
    .work-slider
    .before-after-slider
    .slider-handle
    .slider-button
    .slider-arrow.slider-arrow-left {
    left: 0.8rem;
  }
}
.works-section
  .section-content
  .works-grid
  .work-slider
  .before-after-slider
  .slider-handle
  .slider-button
  .slider-arrow.slider-arrow-right {
  right: 1rem;
  border-color: transparent transparent transparent #191919;
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .works-section
    .section-content
    .works-grid
    .work-slider
    .before-after-slider
    .slider-handle
    .slider-button
    .slider-arrow.slider-arrow-right {
    right: 0.8rem;
  }
}

.pricing-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #ffffff;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .pricing-section {
    padding: 5rem 0 6rem;
  }
}
.pricing-section .container {
  position: relative;
  z-index: 1;
}
.pricing-section .section-wrapper {
  position: relative;
}
.pricing-section .section-title {
  position: relative;
}
.pricing-section .section-content {
  position: relative;
}
.pricing-section .section-content .pricing-table-wrapper {
  position: relative;
}
.pricing-section .section-content .pricing-table-wrapper .pricing-label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: left;
  text-indent: -1.5rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .pricing-section .section-content .pricing-table-wrapper .pricing-label {
    font-size: 2rem;
    line-height: 3rem;
    text-indent: -1.2rem;
    margin-bottom: 2rem;
  }
}
.pricing-section .section-content .pricing-table-wrapper .scroller {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.pricing-section .section-content .pricing-table-wrapper .pricing-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  border: 1px solid rgba(25, 25, 25, 0.2);
}
@media only screen and (max-width: 768px) {
  .pricing-section .section-content .pricing-table-wrapper .pricing-table {
    letter-spacing: 0;
    width: 66rem;
  }
}
.pricing-section .section-content .pricing-table-wrapper .pricing-table thead {
  background: #ebebeb;
}
.pricing-section
  .section-content
  .pricing-table-wrapper
  .pricing-table
  thead
  th {
  position: relative;
  padding: 2rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid rgba(25, 25, 25, 0.2);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .pricing-section
    .section-content
    .pricing-table-wrapper
    .pricing-table
    thead
    th {
    padding: 1.6rem 1.6rem;
    font-size: 1.6rem;
  }
  .pricing-section
    .section-content
    .pricing-table-wrapper
    .pricing-table
    thead
    th:nth-child(1) {
    width: 20%;
  }
  .pricing-section
    .section-content
    .pricing-table-wrapper
    .pricing-table
    thead
    th:nth-child(2) {
    width: 40%;
  }
  .pricing-section
    .section-content
    .pricing-table-wrapper
    .pricing-table
    thead
    th:nth-child(3) {
    width: 20%;
  }
  .pricing-section
    .section-content
    .pricing-table-wrapper
    .pricing-table
    thead
    th:nth-child(4) {
    width: 20%;
  }
}
.pricing-section
  .section-content
  .pricing-table-wrapper
  .pricing-table
  tbody
  th,
.pricing-section
  .section-content
  .pricing-table-wrapper
  .pricing-table
  tbody
  td {
  position: relative;
  padding: 2rem 1.6rem;
  vertical-align: middle;
  border: 1px solid rgba(25, 25, 25, 0.2);
}
@media only screen and (max-width: 768px) {
  .pricing-section
    .section-content
    .pricing-table-wrapper
    .pricing-table
    tbody
    th,
  .pricing-section
    .section-content
    .pricing-table-wrapper
    .pricing-table
    tbody
    td {
    padding: 1.6rem 1.6rem;
  }
}
.pricing-section
  .section-content
  .pricing-table-wrapper
  .pricing-table
  tbody
  th,
.pricing-section
  .section-content
  .pricing-table-wrapper
  .pricing-table
  tbody
  h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: inherit;
}
@media only screen and (max-width: 768px) {
  .pricing-section
    .section-content
    .pricing-table-wrapper
    .pricing-table
    tbody
    th,
  .pricing-section
    .section-content
    .pricing-table-wrapper
    .pricing-table
    tbody
    h5 {
    font-size: 1.6rem;
  }
}
.pricing-section
  .section-content
  .pricing-table-wrapper
  .pricing-table
  tbody
  p {
  font: inherit;
}
.pricing-section .section-content .option-table-wrapper {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .pricing-section .section-content .option-table-wrapper {
    margin-top: 4rem;
  }
}
.pricing-section .section-content .option-table-wrapper .option-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: left;
  text-indent: -1.5rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .pricing-section .section-content .option-table-wrapper .option-title {
    font-size: 2rem;
    line-height: 3rem;
    text-indent: -1.2rem;
    margin-bottom: 2rem;
  }
}
.pricing-section .section-content .option-table-wrapper .scroller {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.pricing-section .section-content .option-table-wrapper .pricing-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  border: 1px solid rgba(25, 25, 25, 0.2);
}
@media only screen and (max-width: 768px) {
  .pricing-section .section-content .option-table-wrapper .pricing-table {
    width: 66rem;
    letter-spacing: 0;
  }
}
.pricing-section .section-content .option-table-wrapper .pricing-table thead {
  background: #ebebeb;
}
.pricing-section
  .section-content
  .option-table-wrapper
  .pricing-table
  thead
  th {
  position: relative;
  padding: 2rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid rgba(25, 25, 25, 0.2);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .pricing-section
    .section-content
    .option-table-wrapper
    .pricing-table
    thead
    th {
    padding: 1.6rem 1.6rem;
    font-size: 1.6rem;
  }
  .pricing-section
    .section-content
    .option-table-wrapper
    .pricing-table
    thead
    th:nth-child(1) {
    width: 35%;
  }
  .pricing-section
    .section-content
    .option-table-wrapper
    .pricing-table
    thead
    th:nth-child(2) {
    width: 45%;
  }
  .pricing-section
    .section-content
    .option-table-wrapper
    .pricing-table
    thead
    th:nth-child(3) {
    width: 20%;
  }
}
.pricing-section .section-content .option-table-wrapper .pricing-table tbody th,
.pricing-section
  .section-content
  .option-table-wrapper
  .pricing-table
  tbody
  td {
  position: relative;
  padding: 2rem 1.6rem;
  vertical-align: middle;
  border: 1px solid rgba(25, 25, 25, 0.2);
}
@media print, screen and (min-width: 769px) {
  .pricing-section
    .section-content
    .option-table-wrapper
    .pricing-table
    tbody
    th,
  .pricing-section
    .section-content
    .option-table-wrapper
    .pricing-table
    tbody
    td {
    height: 9.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-section
    .section-content
    .option-table-wrapper
    .pricing-table
    tbody
    th,
  .pricing-section
    .section-content
    .option-table-wrapper
    .pricing-table
    tbody
    td {
    padding: 1.6rem 1.6rem;
  }
}
.pricing-section .section-content .option-table-wrapper .pricing-table tbody th,
.pricing-section
  .section-content
  .option-table-wrapper
  .pricing-table
  tbody
  h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: inherit;
}
@media only screen and (max-width: 768px) {
  .pricing-section
    .section-content
    .option-table-wrapper
    .pricing-table
    tbody
    th,
  .pricing-section
    .section-content
    .option-table-wrapper
    .pricing-table
    tbody
    h5 {
    font-size: 1.6rem;
  }
}
.pricing-section .section-content .option-table-wrapper .pricing-table tbody p {
  font: inherit;
}

.voices-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #8fa9c1;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .voices-section {
    padding: 5rem 0 6rem;
  }
}
.voices-section .container {
  position: relative;
  z-index: 1;
}
.voices-section .section-wrapper {
  position: relative;
}
.voices-section .section-title {
  position: relative;
}
.voices-section .section-content {
  position: relative;
}
.voices-section .section-content .voices-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.voices-section .section-content .voices-list > li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .voices-section .section-content .voices-list > li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
.voices-section .section-content .voices-list > li::after {
  content: "";
  display: block;
  clear: both;
}
.voices-section .section-content .voices-list .voice-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .voices-section .section-content .voices-list .voice-question {
    width: 100%;
    max-width: 98%;
    gap: 2rem;
  }
}
.voices-section .section-content .voices-list .voice-question .voice-quote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60rem;
  aspect-ratio: 800/204;
  background-image: url(../image/voice-q-quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2rem 3rem 2rem 7rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .voices-section .section-content .voices-list .voice-question .voice-quote {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
    aspect-ratio: 795/365;
    padding: 0.5rem 1rem 0.5rem 2rem;
    background-image: url(../image/voice-q-quote-sp.png);
    margin-bottom: 1.2rem;
  }
}
.voices-section .section-content .voices-list .voice-question .voice-quote p {
  margin: 0;
}
.voices-section .section-content .voices-list .voice-question .voice-avatar {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 9.8rem;
}
@media only screen and (max-width: 768px) {
  .voices-section .section-content .voices-list .voice-question .voice-avatar {
    width: 7.2rem;
  }
}
.voices-section .section-content .voices-list .voice-answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .voices-section .section-content .voices-list .voice-answer {
    width: 100%;
    gap: 0rem;
    margin-top: 2rem;
  }
}
.voices-section .section-content .voices-list .voice-answer .voice-quote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60rem;
  aspect-ratio: 800/204;
  background-image: url(../image/voice-a-quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2rem 7rem 2rem 3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .voices-section .section-content .voices-list .voice-answer .voice-quote {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0;
    aspect-ratio: 795/365;
    padding: 0.5rem 2.4rem 0.5rem 1rem;
    background-image: url(../image/voice-a-quote-sp.png);
    margin-bottom: 0.4rem;
  }
}
.voices-section .section-content .voices-list .voice-answer .voice-quote p {
  margin: 0;
}
.voices-section .section-content .voices-list .voice-answer .voice-avatar {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 14rem;
}
@media only screen and (max-width: 768px) {
  .voices-section .section-content .voices-list .voice-answer .voice-avatar {
    width: 9.8rem;
  }
}

.faq-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #ffffff;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .faq-section {
    padding: 5rem 0 6rem;
  }
}
.faq-section .container {
  position: relative;
  z-index: 1;
}
.faq-section .section-wrapper {
  position: relative;
}
.faq-section .section-title {
  position: relative;
}
.faq-section .section-content {
  position: relative;
}
.faq-section .section-content .faq-list {
  position: relative;
  display: block;
}
.faq-section .section-content .faq-list .faq-item {
  position: relative;
  display: block;
}
.faq-section .section-content .faq-list .faq-item + .faq-item {
  margin-top: 2rem;
}
.faq-section .section-content .faq-list .faq-item .question {
  position: relative;
  display: block;
}
.faq-section .section-content .faq-list .faq-item .question h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  padding: 2rem 3rem 2rem 8rem;
  background: #ebebeb;
}
@media only screen and (max-width: 768px) {
  .faq-section .section-content .faq-list .faq-item .question h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.8rem 1.6rem 1.8rem 6rem;
  }
}
.faq-section .section-content .faq-list .faq-item .question h4::before {
  content: "Q";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid #191919;
  font-family: "Husqvarna Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
  color: #191919;
}
@media only screen and (max-width: 768px) {
  .faq-section .section-content .faq-list .faq-item .question h4::before {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    top: 1.4rem;
    left: 1.4rem;
  }
}
.faq-section .section-content .faq-list .faq-item .answer {
  position: relative;
  display: block;
}
.faq-section .section-content .faq-list .faq-item .answer .inner {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
  padding: 2rem 3rem 2rem 8rem;
}
@media only screen and (max-width: 768px) {
  .faq-section .section-content .faq-list .faq-item .answer .inner {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.8rem 1.6rem 1.8rem 6rem;
  }
}
.faq-section .section-content .faq-list .faq-item .answer .inner::before {
  content: "A";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 4rem;
  height: 4rem;
  background: #4c64a1;
  font-family: "Husqvarna Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .faq-section .section-content .faq-list .faq-item .answer .inner::before {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    top: 1.4rem;
    left: 1.4rem;
  }
}
.faq-section .section-content .faq-list .faq-item .answer .inner p {
  position: relative;
  margin: 0;
}

.bottom-cta-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #8fa9c1;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bottom-cta-section {
    padding: 5rem 0 6rem;
  }
}
.bottom-cta-section .container {
  position: relative;
  z-index: 1;
}
.bottom-cta-section .section-wrapper {
  position: relative;
}
.bottom-cta-section .section-wrapper .section-title {
  position: relative;
}
.bottom-cta-section .section-wrapper .section-title h2 {
  margin: 0;
}
.bottom-cta-section .section-wrapper .section-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .bottom-cta-section .section-wrapper .section-content {
    gap: 4rem;
  }
}
.bottom-cta-section .section-wrapper .section-content .cta-illustration {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 24rem;
}
@media only screen and (max-width: 768px) {
  .bottom-cta-section .section-wrapper .section-content .cta-illustration {
    width: 100%;
  }
}
.bottom-cta-section
  .section-wrapper
  .section-content
  .cta-illustration
  .illustration {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bottom-cta-section
    .section-wrapper
    .section-content
    .cta-illustration
    .illustration {
    width: 20rem;
    margin: 0 auto;
  }
}
.bottom-cta-section .section-wrapper .section-content .cta-actions {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .bottom-cta-section .section-wrapper .section-content .cta-actions {
    width: 100%;
  }
}
.bottom-cta-section .section-wrapper .section-content .cta-actions > li {
  position: relative;
}
.bottom-cta-section
  .section-wrapper
  .section-content
  .cta-actions
  > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .bottom-cta-section
    .section-wrapper
    .section-content
    .cta-actions
    > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.bottom-cta-section
  .section-wrapper
  .section-content
  .cta-actions
  > li
  .link-btn {
  background: transparent;
  color: #191919;
  border: 1px solid #191919;
}
@media only screen and (max-width: 768px) {
  .bottom-cta-section
    .section-wrapper
    .section-content
    .cta-actions
    > li
    .link-btn {
    margin: 0 auto;
  }
}
.bottom-cta-section
  .section-wrapper
  .section-content
  .cta-actions
  > li
  .link-btn::before {
  background: #191919;
}
.bottom-cta-section
  .section-wrapper
  .section-content
  .cta-actions
  > li
  .link-btn:hover {
  color: #ffffff;
}
.bottom-cta-section
  .section-wrapper
  .section-content
  .cta-actions
  > li
  .link-btn:hover
  span {
  color: #ffffff;
}

.company-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #ffffff;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .company-section {
    padding: 5rem 0 6rem;
  }
}
.company-section .container {
  position: relative;
  z-index: 1;
}
.company-section .section-wrapper {
  position: relative;
}
.company-section .section-title {
  position: relative;
}
.company-section .section-content {
  position: relative;
  display: block;
}
.company-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.company-section .section-content .company-table {
  position: relative;
  width: 100%;
  background: transparent;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: left;
  border-collapse: collapse;
}
@media print, screen and (min-width: 769px) {
  .company-section .section-content .company-table {
    width: calc(50% - 3rem);
    float: left;
    border: 1px solid rgba(25, 25, 25, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  .company-section .section-content .company-table {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(25, 25, 25, 0.2);
  }
  .company-section .section-content .company-table tbody {
    display: block;
    width: 100%;
  }
  .company-section .section-content .company-table tr {
    display: block;
    width: 100%;
  }
}
.company-section .section-content .company-table th,
.company-section .section-content .company-table td {
  position: relative;
  padding: 2rem 2rem;
  border: 1px solid rgba(25, 25, 25, 0.2);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .company-section .section-content .company-table th,
  .company-section .section-content .company-table td {
    display: block;
    width: 100%;
    padding: 1.6rem 1.6rem;
    border-bottom: none;
  }
}
.company-section .section-content .company-table th {
  background: #ebebeb;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .company-section .section-content .company-table th {
    width: 18rem;
  }
}
.company-section .section-content .company-map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 49.8rem;
}
@media print, screen and (min-width: 769px) {
  .company-section .section-content .company-map {
    width: calc(50% - 3rem);
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .company-section .section-content .company-map {
    margin-top: 3rem;
    height: 40rem;
  }
}
.company-section .section-content .company-map iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border: none;
}

.contact-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #8fa9c1;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .contact-section {
    padding: 5rem 0 6rem;
  }
}
.contact-section .container {
  position: relative;
  z-index: 1;
}
.contact-section .section-wrapper {
  position: relative;
}
.contact-section .section-title {
  position: relative;
}
.contact-section .section-content {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.contact-section .contact-form {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: left;
  word-break: break-all;
  /* input */
}
.contact-section .contact-form input[type="text"],
.contact-section .contact-form input[type="email"],
.contact-section .contact-form input[type="tel"],
.contact-section .contact-form input[type="number"],
.contact-section .contact-form input[type="password"],
.contact-section .contact-form select,
.contact-section .contact-form textarea {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #191919;
  outline: none;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-form input[type="text"],
  .contact-section .contact-form input[type="email"],
  .contact-section .contact-form input[type="tel"],
  .contact-section .contact-form input[type="number"],
  .contact-section .contact-form input[type="password"],
  .contact-section .contact-form select,
  .contact-section .contact-form textarea {
    padding: 1.5rem 1.6rem;
  }
}
.contact-section .contact-form input[type="text"]::-webkit-input-placeholder,
.contact-section .contact-form input[type="email"]::-webkit-input-placeholder,
.contact-section .contact-form input[type="tel"]::-webkit-input-placeholder,
.contact-section .contact-form input[type="number"]::-webkit-input-placeholder,
.contact-section
  .contact-form
  input[type="password"]::-webkit-input-placeholder,
.contact-section .contact-form select::-webkit-input-placeholder,
.contact-section .contact-form textarea::-webkit-input-placeholder {
  color: #c3c3c3;
}
.contact-section .contact-form input[type="text"]::-moz-placeholder,
.contact-section .contact-form input[type="email"]::-moz-placeholder,
.contact-section .contact-form input[type="tel"]::-moz-placeholder,
.contact-section .contact-form input[type="number"]::-moz-placeholder,
.contact-section .contact-form input[type="password"]::-moz-placeholder,
.contact-section .contact-form select::-moz-placeholder,
.contact-section .contact-form textarea::-moz-placeholder {
  color: #c3c3c3;
}
.contact-section .contact-form input[type="text"]:-ms-input-placeholder,
.contact-section .contact-form input[type="email"]:-ms-input-placeholder,
.contact-section .contact-form input[type="tel"]:-ms-input-placeholder,
.contact-section .contact-form input[type="number"]:-ms-input-placeholder,
.contact-section .contact-form input[type="password"]:-ms-input-placeholder,
.contact-section .contact-form select:-ms-input-placeholder,
.contact-section .contact-form textarea:-ms-input-placeholder {
  color: #c3c3c3;
}
.contact-section .contact-form input[type="text"]::-ms-input-placeholder,
.contact-section .contact-form input[type="email"]::-ms-input-placeholder,
.contact-section .contact-form input[type="tel"]::-ms-input-placeholder,
.contact-section .contact-form input[type="number"]::-ms-input-placeholder,
.contact-section .contact-form input[type="password"]::-ms-input-placeholder,
.contact-section .contact-form select::-ms-input-placeholder,
.contact-section .contact-form textarea::-ms-input-placeholder {
  color: #c3c3c3;
}
.contact-section .contact-form input[type="text"]::placeholder,
.contact-section .contact-form input[type="email"]::placeholder,
.contact-section .contact-form input[type="tel"]::placeholder,
.contact-section .contact-form input[type="number"]::placeholder,
.contact-section .contact-form input[type="password"]::placeholder,
.contact-section .contact-form select::placeholder,
.contact-section .contact-form textarea::placeholder {
  color: #c3c3c3;
}
.contact-section .contact-form input[type="text"],
.contact-section .contact-form input[type="email"],
.contact-section .contact-form input[type="tel"],
.contact-section .contact-form input[type="number"],
.contact-section .contact-form input[type="password"],
.contact-section .contact-form select {
  height: 6rem;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-form input[type="text"],
  .contact-section .contact-form input[type="email"],
  .contact-section .contact-form input[type="tel"],
  .contact-section .contact-form input[type="number"],
  .contact-section .contact-form input[type="password"],
  .contact-section .contact-form select {
    height: 5.6rem;
  }
}
.contact-section .contact-form textarea {
  height: 25rem;
  resize: vertical;
}
.contact-section .contact-form input[type="text"]:focus,
.contact-section .contact-form input[type="email"]:focus,
.contact-section .contact-form input[type="tel"]:focus,
.contact-section .contact-form input[type="number"]:focus,
.contact-section .contact-form input[type="password"]:focus,
.contact-section .contact-form select:focus,
.contact-section .contact-form textarea:focus {
  border-color: #4c64a1;
}
.contact-section .contact-form .form-inputs {
  position: relative;
}
.contact-section .contact-form .form-inputs > li {
  position: relative;
}
.contact-section .contact-form .form-inputs > li:not(:last-child) {
  margin-bottom: 3rem;
}
.contact-section .contact-form .form-accept {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-form .form-accept {
    margin-top: 3rem;
  }
}
.contact-section .contact-form .form-accept a {
  color: inherit;
  text-decoration: underline;
}
.contact-section .contact-form .form-submit {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-form .form-submit {
    margin-top: 4rem;
  }
}
.contact-section .contact-form .form-submit .btn-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.2rem 1rem 1rem;
  gap: 2rem;
  width: 33rem;
  max-width: 100%;
  height: 7rem;
  background: #191919;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #191919;
  border-radius: 7rem;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-form .form-submit .btn-submit {
    width: 27rem;
    font-size: 1.6rem;
    height: 6rem;
  }
}
.contact-section .contact-form .form-submit .btn-submit span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.contact-section .contact-form .form-submit .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #f5f5dc;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.contact-section .contact-form .form-submit .btn-submit:hover {
  color: #191919;
}
.contact-section .contact-form .form-submit .btn-submit:hover svg path {
  stroke: #191919;
}
.contact-section .contact-form .form-submit .btn-submit:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.contact-section .contact-form .input-group {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28rem 3rem minmax(0rem, 1fr);
  grid-template-columns: 28rem minmax(0rem, 1fr);
  gap: 3rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-form .input-group {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 1.2rem 2rem;
  }
}
.contact-section .contact-form .input-group > li {
  position: relative;
}
.contact-section .contact-form .input-group > li > label {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-form .input-group > li > label {
    margin: 0;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.contact-section .contact-form .input-group > li > label .required {
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem 0.3rem;
  background: #e60012;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.3rem;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-form .input-group > li > label .required {
    padding: 0.1rem 1rem 0.2rem;
  }
}
.contact-section .contact-form .input {
  position: relative;
}
.contact-section .contact-form .validate,
.contact-section .contact-form .error-msg {
  color: #e60012;
}
.contact-section .contact-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contact-section .contact-form .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 0;
  margin: 0;
}
.contact-section .contact-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type="radio"],
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]
  + .wpcf7-list-item-label,
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]
  + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .contact-section
    .contact-form
    .wpcf7-list-item.wpcf7-list-item
    [type="radio"]
    + .wpcf7-list-item-label,
  .contact-section
    .contact-form
    .wpcf7-list-item.wpcf7-list-item
    [type="checkbox"]
    + .wpcf7-list-item-label {
    padding-left: 3.6rem;
  }
}
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]
  + .wpcf7-list-item-label::before,
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]
  + .wpcf7-list-item-label::after,
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]
  + .wpcf7-list-item-label::before,
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]
  + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]
  + .wpcf7-list-item-label::before {
  top: 0.4rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #ffffff;
  border: 1px solid #4c64a1;
}
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]
  + .wpcf7-list-item-label::after {
  top: -0.3rem;
  left: 1.2rem;
  width: 1rem;
  height: 2.4rem;
  border: 1px solid #4c64a1;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]:not(:checked)
  + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]:checked
  + .wpcf7-list-item-label::before {
  border-color: #4c64a1;
}
.contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.contact-section .contact-form .wpcf7-spinner {
  display: none;
}
.contact-section .contact-form .wpcf7-response-output {
  position: relative;
  width: 100%;
  padding: 2rem 2.4rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-form .wpcf7-response-output {
    margin-top: 3.2rem;
  }
}
.contact-section .contact-form .contact-form-step {
  position: relative;
}
.contact-section .contact-form .contact-form-step.form-step01 {
  position: relative;
  display: block;
}
.contact-section .contact-form .contact-form-step.form-step02 {
  position: relative;
  display: none;
}
.contact-section .contact-form .contact-form-step.form-step02 .form-complete {
  position: relative;
  padding: 4rem 0;
}
.contact-section
  .contact-form
  .contact-form-step.form-step02
  .form-complete
  h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4c64a1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .contact-section
    .contact-form
    .contact-form-step.form-step02
    .form-complete
    h4 {
    font-size: 2rem;
  }
}
.contact-section .contact-form .contact-form-step.form-step02 .form-complete p {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}

.page-index {
  position: relative;
  padding: 4rem 0 5rem;
  height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f5dc;
}
@media only screen and (max-width: 768px) {
  .page-index {
    height: 20rem;
  }
}
.page-index .container {
  position: relative;
  z-index: 3;
}
.page-index .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.page-index .title p {
  position: relative;
  display: block;
  font-family: "Husqvarna Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  margin-bottom: 1rem;
  z-index: 1;
}
.page-index .title h2 {
  position: relative;
  display: block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 5rem;
  color: #191919;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-index .title h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.page-index .title h2 small {
  font-size: 2rem;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .page-index .title h2 small {
    font-size: 1.8rem;
  }
}

.page-breadcrumbs {
  position: relative;
  padding: 1.2rem 0;
}
.page-breadcrumbs .container {
  position: relative;
  z-index: 1;
}
.page-breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #191919;
}
.page-breadcrumbs ol a {
  color: inherit;
}
.page-breadcrumbs ol a:hover {
  text-decoration: underline;
}
.page-breadcrumbs ol li {
  position: relative;
  display: inline;
}
.page-breadcrumbs ol li + li::before {
  content: "＞";
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs ol li + li::before {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-content-section {
  position: relative;
  padding: 6rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section {
    padding: 5rem 0 7rem;
  }
}
.page-content-section .section-wrapper {
  position: relative;
}
.page-content-section .section-title {
  position: relative;
}
.page-content-section .section-content {
  position: relative;
}
.page-content-section .section-content .legal-content {
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
.page-content-section .section-content .legal-content .legal-title {
  position: relative;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .legal-content .legal-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.page-content-section .section-content .legal-content .legal-intro {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .legal-content .legal-intro {
    letter-spacing: 0.025em;
    margin-bottom: 3rem;
  }
}
.page-content-section .section-content .legal-content .legal-subtitle {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #191919;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .legal-content .legal-subtitle {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
  }
}
.page-content-section
  .section-content
  .legal-content
  .legal-subtitle:first-child {
  margin-top: 0;
}
.page-content-section .section-content .legal-content .legal-subtitle-small {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #191919;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .legal-content .legal-subtitle-small {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;
  }
}
.page-content-section .section-content .legal-content .legal-text {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .legal-content .legal-text {
    letter-spacing: 0.025em;
  }
}
.page-content-section .section-content .legal-content .legal-text-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .legal-content .legal-text-list {
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
}
.page-content-section .section-content .legal-content .legal-text-list li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #191919;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
}
.page-content-section
  .section-content
  .legal-content
  .legal-text-list
  li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-content-section .section-content .legal-content .legal-list {
  position: relative;
  display: block;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .legal-content .legal-list {
    margin-bottom: 3rem;
  }
}
.page-content-section .section-content .legal-content .legal-list dt {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  color: #191919;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .legal-content .legal-list dt {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
  }
}
.page-content-section
  .section-content
  .legal-content
  .legal-list
  dt:first-child {
  margin-top: 0;
}
.page-content-section .section-content .legal-content .legal-list dd {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.page-content-section .section-content .works-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 5rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 6rem 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .works-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 4rem 2rem;
  }
}
.page-content-section .section-content .works-list > li {
  position: relative;
}
.page-content-section .section-content .works-list .works-item {
  position: relative;
}
.page-content-section .section-content .works-list .works-item .thumb {
  position: relative;
  width: 100%;
}
.page-content-section .section-content .works-list .works-item .content {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  color: #191919;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .works-list .works-item .content {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.page-content-section .section-content .works-list .works-item .content .label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .section-content
    .works-list
    .works-item
    .content
    .label {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.page-content-section .section-content .works-list .works-item .content .type {
  position: relative;
  font-weight: 700;
  text-align: center;
}
.page-content-section .section-content .works-list .works-item .content .page {
  position: relative;
  font-weight: 700;
  text-align: center;
}
.page-content-section .section-content .works-list .works-item .content .price {
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-top: 0.2rem;
}
.page-content-section
  .section-content
  .works-list
  .works-item
  .content
  .price
  b {
  display: inline-block;
  font-family: "Husqvarna Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 3.4rem;
  vertical-align: bottom;
  margin: 0 0.3rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .section-content
    .works-list
    .works-item
    .content
    .price
    b {
    font-size: 3.2rem;
    line-height: 3.1rem;
  }
}
.page-content-section .section-content .works-list .works-item .action {
  position: relative;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .section-content .works-list .works-item .action {
    margin-top: 3rem;
  }
}
.page-content-section
  .section-content
  .works-list
  .works-item
  .action
  .link-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33rem;
  max-width: 100%;
  height: 7.2rem;
  padding: 1rem 1rem;
  background: #4c64a1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #4c64a1;
  border-radius: 7.2rem;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .section-content
    .works-list
    .works-item
    .action
    .link-btn {
    height: 6.4rem;
    width: 27rem;
    font-size: 1.8rem;
    line-height: 1.5;
    border-radius: 6.4rem;
  }
}
.page-content-section
  .section-content
  .works-list
  .works-item
  .action
  .link-btn
  span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-content-section
  .section-content
  .works-list
  .works-item
  .action
  .link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.page-content-section
  .section-content
  .works-list
  .works-item
  .action
  .link-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 3rem;
  width: 2.5rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.453613 7.69727H23.299' stroke='white'/%3E%3Cpath d='M14.7319 0.720703L23.2989 7.69745L14.7319 14.6742' stroke='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.page-content-section
  .section-content
  .works-list
  .works-item
  .action
  .link-btn:hover {
  color: #4c64a1;
}
.page-content-section
  .section-content
  .works-list
  .works-item
  .action
  .link-btn:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-content-section
  .section-content
  .works-list
  .works-item
  .action
  .link-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.453613 7.69727H23.299' stroke='%23003F97'/%3E%3Cpath d='M14.7319 0.720703L23.2989 7.69745L14.7319 14.6742' stroke='%23003F97'/%3E%3C/svg%3E%0A");
}

.upload-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal {
    padding: 1rem;
  }
}
.upload-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upload-modal .upload-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.upload-modal .upload-modal-content {
  position: relative;
  width: 100%;
  max-width: 60rem;
  background: #ffffff;
  border-radius: 2.4rem;
  -webkit-box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.15);
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-modal-content {
    max-width: 100%;
    border-radius: 1.6rem;
  }
}
.upload-modal .upload-modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #191919;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-modal-close {
    top: 1.5rem;
    right: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}
.upload-modal .upload-modal-close svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-modal-close svg {
    width: 2rem;
    height: 2rem;
  }
}
.upload-modal .upload-modal-close:hover {
  opacity: 0.7;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.upload-modal .upload-modal-body {
  position: relative;
  padding: 4rem 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-modal-body {
    padding: 3rem 2rem 2rem;
  }
}
.upload-modal .upload-modal-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-modal-title {
    font-size: 2rem;
  }
}
.upload-modal .upload-modal-subtitle {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-modal-subtitle {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.upload-modal .upload-drop-area {
  position: relative;
  width: 100%;
  min-height: 30rem;
  border: 0.2rem dashed #cccccc;
  border-radius: 1.2rem;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
  padding: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-drop-area {
    min-height: 24rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
}
.upload-modal .upload-drop-area.dragover {
  border-color: #4c64a1;
  background: rgba(76, 100, 161, 0.05);
}
.upload-modal .upload-drop-area.has-preview {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: auto;
  padding: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-drop-area.has-preview {
    padding: 1rem;
  }
}
.upload-modal .upload-drop-area .upload-placeholder {
  position: relative;
  text-align: center;
  width: 100%;
}
.upload-modal .upload-drop-area .upload-placeholder .upload-placeholder-icon {
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto 1.6rem;
  color: #cccccc;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-drop-area .upload-placeholder .upload-placeholder-icon {
    width: 5.6rem;
    height: 5.6rem;
    margin-bottom: 1.2rem;
  }
}
.upload-modal
  .upload-drop-area
  .upload-placeholder
  .upload-placeholder-icon
  svg {
  width: 100%;
  height: 100%;
}
.upload-modal .upload-drop-area .upload-placeholder .upload-placeholder-text {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #999999;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-drop-area .upload-placeholder .upload-placeholder-text {
    font-size: 1.4rem;
  }
}
.upload-modal .upload-drop-area .upload-preview {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 30rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-drop-area .upload-preview {
    min-height: 24rem;
  }
}
.upload-modal .upload-drop-area .upload-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  border-radius: 1rem;
}
.upload-modal .upload-drop-area .upload-preview .upload-preview-remove {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-drop-area .upload-preview .upload-preview-remove {
    width: 3.2rem;
    height: 3.2rem;
    top: 0.8rem;
    right: 0.8rem;
  }
}
.upload-modal .upload-drop-area .upload-preview .upload-preview-remove svg {
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-drop-area .upload-preview .upload-preview-remove svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.upload-modal .upload-drop-area .upload-preview .upload-preview-remove:hover {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.upload-modal .upload-separator {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-separator {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.upload-modal .upload-file-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 30rem;
  height: 5.6rem;
  margin: 0 auto;
  background: transparent;
  border: 0.2rem solid #191919;
  border-radius: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-file-btn {
    max-width: 100%;
    height: 5.2rem;
    font-size: 1.6rem;
  }
}
.upload-modal .upload-file-btn:hover {
  background: #191919;
  color: #ffffff;
}
.upload-modal .upload-file-btn span {
  position: relative;
  z-index: 1;
}
.upload-modal .upload-preview-container {
  position: relative;
  display: none;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: 1.2rem;
  max-height: 50rem;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-preview-container {
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    gap: 0.8rem;
    max-height: 35rem;
  }
}
.upload-modal .upload-preview-container.active {
  display: -ms-grid;
  display: grid;
}
.upload-modal .upload-preview-container .upload-preview-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  border: 0.1rem solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.upload-modal .upload-preview-container .upload-preview-item:hover {
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
.upload-modal
  .upload-preview-container
  .upload-preview-item
  .preview-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.upload-modal
  .upload-preview-container
  .upload-preview-item
  .preview-image-wrapper
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.upload-modal
  .upload-preview-container
  .upload-preview-item
  .upload-preview-remove-item {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.8rem;
  height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 0, 0, 0.8);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .upload-modal
    .upload-preview-container
    .upload-preview-item
    .upload-preview-remove-item {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.upload-modal
  .upload-preview-container
  .upload-preview-item
  .upload-preview-remove-item
  svg {
  width: 1.4rem;
  height: 1.4rem;
}
.upload-modal
  .upload-preview-container
  .upload-preview-item
  .upload-preview-remove-item:hover {
  background: rgb(255, 0, 0);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.upload-modal
  .upload-preview-container
  .upload-preview-item
  .preview-file-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.8rem;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .upload-modal
    .upload-preview-container
    .upload-preview-item
    .preview-file-info {
    padding: 0.6rem;
  }
}
.upload-modal .upload-preview-container .upload-preview-item .file-name {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-preview-container .upload-preview-item .file-name {
    font-size: 1rem;
  }
}
.upload-modal .upload-preview-container .upload-preview-item .file-size {
  display: block;
  font-size: 1rem;
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-preview-container .upload-preview-item .file-size {
    font-size: 0.9rem;
  }
}
.upload-modal .upload-file-count {
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 0.8rem;
}
.upload-modal .upload-file-count #file-count-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #191919;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-file-count #file-count-text {
    font-size: 1.2rem;
  }
}
.upload-modal .upload-actions-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-actions-wrapper {
    gap: 1.2rem;
  }
}
.upload-modal .upload-file-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  background: #f5f5f5;
  border: 0.2rem solid #cccccc;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #191919;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-file-btn {
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}
.upload-modal .upload-file-btn:hover {
  background: #e0e0e0;
  border-color: #999999;
}
.upload-modal .upload-actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.upload-modal .upload-clear-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  background: #ffffff;
  border: 0.2rem solid #cccccc;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #191919;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-clear-btn {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    width: 100%;
  }
}
.upload-modal .upload-clear-btn:hover {
  background: #f5f5f5;
  border-color: #999999;
}
.upload-modal .upload-clear-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.upload-modal .upload-progress {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-progress {
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
  }
}
.upload-modal .upload-progress .upload-progress-bar {
  position: relative;
  width: 100%;
  height: 0.8rem;
  background: #e0e0e0;
  border-radius: 0.4rem;
  overflow: hidden;
}
.upload-modal .upload-progress .upload-progress-bar .upload-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4c64a1),
    to(#687fb8)
  );
  background: linear-gradient(90deg, #4c64a1, #687fb8);
  border-radius: 0.4rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0%;
}
.upload-modal .upload-progress .upload-progress-text {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #191919;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-progress .upload-progress-text {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
}
.upload-modal .upload-actions {
  margin-top: 2rem;
  text-align: center;
}
.upload-modal .upload-submit-btn {
  position: relative;
  display: inline-block;
  padding: 1.5rem 4rem;
  background: #191919;
  border: none;
  border-radius: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .upload-modal .upload-submit-btn {
    padding: 1.2rem 3rem;
    font-size: 1.6rem;
  }
}
.upload-modal .upload-submit-btn:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.upload-modal .upload-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.upload-modal .upload-message {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
}
.upload-modal .upload-message.success {
  background: #d4edda;
  color: #155724;
}
.upload-modal .upload-message.error {
  background: #f8d7da;
  color: #721c24;
}

.login-required-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.login-required-popup.active {
  display: block;
}
.login-required-popup .login-required-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.login-required-popup .login-required-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 60rem;
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 4rem 3rem;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .login-required-popup .login-required-content {
    padding: 3.2rem 2rem;
    max-width: 90%;
  }
}
.login-required-popup .login-required-content .login-required-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #191919;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .login-required-popup .login-required-content .login-required-close {
    width: 2.8rem;
    height: 2.8rem;
    top: 1rem;
    right: 1rem;
  }
}
.login-required-popup .login-required-content .login-required-close svg {
  width: 2.4rem;
  height: 2.4rem;
}
.login-required-popup .login-required-content .login-required-close:hover {
  opacity: 0.7;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.login-required-popup .login-required-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .login-required-popup .login-required-content h2 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.login-required-popup .login-required-content p {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #191919;
  text-align: center;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .login-required-popup .login-required-content p {
    margin-bottom: 3.2rem;
  }
}
.login-required-popup .login-required-content .login-required-actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.6rem 2.4rem;
}
.login-required-popup .login-required-content .login-required-actions > li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.login-required-popup
  .login-required-content
  .login-required-actions
  .link-btn {
  max-width: 24rem;
}
@media only screen and (max-width: 768px) {
  .login-required-popup
    .login-required-content
    .login-required-actions
    .link-btn {
    max-width: 100%;
  }
}

.custom-mypage-section {
  position: relative;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section {
    padding: 6rem 0 6rem;
  }
}
.custom-mypage-section .container {
  position: relative;
  z-index: 1;
}
.custom-mypage-section .radio-label,
.custom-mypage-section .checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.custom-mypage-section .radio-label input[type="radio"],
.custom-mypage-section .radio-label input[type="checkbox"],
.custom-mypage-section .checkbox-label input[type="radio"],
.custom-mypage-section .checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-mypage-section .radio-label input[type="radio"]:checked ~ .radio-custom,
.custom-mypage-section .radio-label input[type="radio"]:checked ~ .checkmark,
.custom-mypage-section
  .radio-label
  input[type="checkbox"]:checked
  ~ .radio-custom,
.custom-mypage-section .radio-label input[type="checkbox"]:checked ~ .checkmark,
.custom-mypage-section
  .checkbox-label
  input[type="radio"]:checked
  ~ .radio-custom,
.custom-mypage-section .checkbox-label input[type="radio"]:checked ~ .checkmark,
.custom-mypage-section
  .checkbox-label
  input[type="checkbox"]:checked
  ~ .radio-custom,
.custom-mypage-section
  .checkbox-label
  input[type="checkbox"]:checked
  ~ .checkmark {
  background: #191919;
  border-color: #191919;
}
.custom-mypage-section
  .radio-label
  input[type="radio"]:checked
  ~ .radio-custom::after,
.custom-mypage-section
  .radio-label
  input[type="radio"]:checked
  ~ .checkmark::after,
.custom-mypage-section
  .radio-label
  input[type="checkbox"]:checked
  ~ .radio-custom::after,
.custom-mypage-section
  .radio-label
  input[type="checkbox"]:checked
  ~ .checkmark::after,
.custom-mypage-section
  .checkbox-label
  input[type="radio"]:checked
  ~ .radio-custom::after,
.custom-mypage-section
  .checkbox-label
  input[type="radio"]:checked
  ~ .checkmark::after,
.custom-mypage-section
  .checkbox-label
  input[type="checkbox"]:checked
  ~ .radio-custom::after,
.custom-mypage-section
  .checkbox-label
  input[type="checkbox"]:checked
  ~ .checkmark::after {
  display: block;
}
.custom-mypage-section .radio-label .radio-custom,
.custom-mypage-section .radio-label .checkmark,
.custom-mypage-section .checkbox-label .radio-custom,
.custom-mypage-section .checkbox-label .checkmark {
  width: 2rem;
  height: 2rem;
  border: 2px solid #ddd;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-mypage-section .radio-label .radio-custom,
.custom-mypage-section .checkbox-label .radio-custom {
  border-radius: 50%;
}
.custom-mypage-section .radio-label .radio-custom::after,
.custom-mypage-section .checkbox-label .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ffffff;
  display: none;
}
.custom-mypage-section .radio-label .checkmark,
.custom-mypage-section .checkbox-label .checkmark {
  border-radius: 0.3rem;
}
.custom-mypage-section .radio-label .checkmark::after,
.custom-mypage-section .checkbox-label .checkmark::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.custom-mypage-section .mypage-wrapper {
  position: relative;
  padding: 6rem 6rem 7rem;
  background: #ffffff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-wrapper {
    padding: 3.2rem 2rem 3.6rem;
  }
}
.custom-mypage-section .mypage-title {
  position: relative;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #191919;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-title {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
}
.custom-mypage-section .mypage-label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-label {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2.4rem;
  }
}
.custom-mypage-section .mypage-subtitle {
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  line-height: 3rm;
  letter-spacing: 0.05em;
  color: #191919;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-subtitle {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.custom-mypage-section .mypage-error {
  background: #ffd6d6;
  padding: 1.6rem 2rem;
  border-radius: 0.8rem;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #e60012;
}
.custom-mypage-section .mypage-success {
  background: #e8f5e9;
  padding: 1.6rem 2rem;
  border-radius: 0.8rem;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #07913a;
}
.custom-mypage-section .mypage-empty {
  position: relative;
  padding: 3rem 2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #999;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-empty {
    padding: 2.4rem 1.6rem;
    font-size: 1.4rem;
  }
}
.custom-mypage-section .mypage-empty-text {
  color: #999;
  font-style: italic;
}
.custom-mypage-section .mypage-note {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-note {
    margin-bottom: 2rem;
  }
}
.custom-mypage-section .billing-info {
  position: relative;
}
.custom-mypage-section .billing-info .billing-item {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .billing-info .billing-item {
    margin-bottom: 2.4rem;
  }
}
.custom-mypage-section .billing-info .billing-item label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #191919;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .billing-info .billing-item label {
    font-size: 1.6rem;
  }
}
.custom-mypage-section .billing-info .billing-item .billing-value {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #191919;
  padding: 1.6rem;
  background: #f9f9f9;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .billing-info .billing-item .billing-value {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.custom-mypage-section #payment-message {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section #payment-message {
    margin-top: 2rem;
  }
}
.custom-mypage-section .mypage-form {
  position: relative;
}
.custom-mypage-section .mypage-form .form-group {
  margin-bottom: 2.4rem;
}
.custom-mypage-section .mypage-form .form-group label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: left;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-form .form-group label {
    font-size: 1.6rem;
  }
}
.custom-mypage-section .mypage-form .form-group label .required {
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem 0.3rem;
  background: #e60012;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.3rem;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-form .form-group label .required {
    padding: 0.1rem 1rem 0.2rem;
  }
}
.custom-mypage-section .mypage-form .form-group label .optional {
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem 0.3rem;
  background: #808080;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.3rem;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-form .form-group label .optional {
    padding: 0.1rem 1rem 0.2rem;
  }
}
.custom-mypage-section .mypage-form .form-group .form-control {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #4c64a1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #191919;
  border-radius: 0.4rem;
  outline: none;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-form .form-group .form-control {
    padding: 1.5rem 1.6rem;
  }
}
.custom-mypage-section
  .mypage-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #c3c3c3;
}
.custom-mypage-section
  .mypage-form
  .form-group
  .form-control::-moz-placeholder {
  color: #c3c3c3;
}
.custom-mypage-section
  .mypage-form
  .form-group
  .form-control:-ms-input-placeholder {
  color: #c3c3c3;
}
.custom-mypage-section
  .mypage-form
  .form-group
  .form-control::-ms-input-placeholder {
  color: #c3c3c3;
}
.custom-mypage-section .mypage-form .form-group .form-control::placeholder {
  color: #c3c3c3;
}
.custom-mypage-section .mypage-form .form-group .form-control:focus {
  outline: none;
  border-color: #191919;
}
.custom-mypage-section .mypage-form .form-group .form-text {
  display: block;
  margin-top: 0.6rem;
  color: #666;
}
.custom-mypage-section .mypage-form .form-actions {
  position: relative;
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .mypage-form .form-actions {
    margin-top: 3.2rem;
  }
}
.custom-mypage-section .mypage-form .form-actions .form-submit-btn {
  margin: 0 auto;
}
.custom-mypage-section .mypage-form .form-message {
  background: #ffd6d6;
  padding: 1.6rem 2rem;
  border-radius: 0.8rem;
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #e60012;
}
.custom-mypage-section .mypage-form .form-message.success {
  background: #e8f5e9;
  color: #07913a;
}
.custom-mypage-section .mypage-form .form-message.error {
  background: #ffd6d6;
  color: #e60012;
}
.custom-mypage-section .plan-wrapper {
  position: relative;
}
.custom-mypage-section .plan-wrapper .scroller {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.custom-mypage-section .plan-wrapper .pricing-content {
  position: relative;
}
.custom-mypage-section .plan-wrapper .pricing-content .pricing-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  border: 1px solid rgba(25, 25, 25, 0.2);
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .plan-wrapper .pricing-content .pricing-table {
    letter-spacing: 0;
    width: 66rem;
  }
}
.custom-mypage-section .plan-wrapper .pricing-content .pricing-table thead {
  background: #ebebeb;
}
.custom-mypage-section .plan-wrapper .pricing-content .pricing-table thead th {
  position: relative;
  padding: 2rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid rgba(25, 25, 25, 0.2);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section
    .plan-wrapper
    .pricing-content
    .pricing-table
    thead
    th {
    padding: 1.6rem 1.6rem;
    font-size: 1.6rem;
  }
  .custom-mypage-section
    .plan-wrapper
    .pricing-content
    .pricing-table
    thead
    th:nth-child(1) {
    width: 20%;
  }
  .custom-mypage-section
    .plan-wrapper
    .pricing-content
    .pricing-table
    thead
    th:nth-child(2) {
    width: 40%;
  }
  .custom-mypage-section
    .plan-wrapper
    .pricing-content
    .pricing-table
    thead
    th:nth-child(3) {
    width: 20%;
  }
  .custom-mypage-section
    .plan-wrapper
    .pricing-content
    .pricing-table
    thead
    th:nth-child(4) {
    width: 20%;
  }
}
.custom-mypage-section .plan-wrapper .pricing-content .pricing-table tbody th,
.custom-mypage-section .plan-wrapper .pricing-content .pricing-table tbody td {
  position: relative;
  padding: 2rem 1.6rem;
  vertical-align: middle;
  border: 1px solid rgba(25, 25, 25, 0.2);
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .plan-wrapper .pricing-content .pricing-table tbody th,
  .custom-mypage-section
    .plan-wrapper
    .pricing-content
    .pricing-table
    tbody
    td {
    padding: 1.6rem 1.6rem;
  }
}
.custom-mypage-section .plan-wrapper .pricing-content .pricing-table tbody th,
.custom-mypage-section .plan-wrapper .pricing-content .pricing-table tbody h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: inherit;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .plan-wrapper .pricing-content .pricing-table tbody th,
  .custom-mypage-section
    .plan-wrapper
    .pricing-content
    .pricing-table
    tbody
    h5 {
    font-size: 1.6rem;
  }
}
.custom-mypage-section .plan-wrapper .pricing-content .pricing-table tbody p {
  font: inherit;
}
.custom-mypage-section .plan-wrapper .option-content {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .plan-wrapper .option-content {
    margin-top: 4rem;
  }
}
.custom-mypage-section .plan-wrapper .option-content .pricing-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  border: 1px solid rgba(25, 25, 25, 0.2);
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .plan-wrapper .option-content .pricing-table {
    width: 66rem;
    letter-spacing: 0;
  }
}
.custom-mypage-section .plan-wrapper .option-content .pricing-table thead {
  background: #ebebeb;
}
.custom-mypage-section .plan-wrapper .option-content .pricing-table thead th {
  position: relative;
  padding: 2rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid rgba(25, 25, 25, 0.2);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .plan-wrapper .option-content .pricing-table thead th {
    padding: 1.6rem 1.6rem;
    font-size: 1.6rem;
  }
  .custom-mypage-section
    .plan-wrapper
    .option-content
    .pricing-table
    thead
    th:nth-child(1) {
    width: 35%;
  }
  .custom-mypage-section
    .plan-wrapper
    .option-content
    .pricing-table
    thead
    th:nth-child(2) {
    width: 45%;
  }
  .custom-mypage-section
    .plan-wrapper
    .option-content
    .pricing-table
    thead
    th:nth-child(3) {
    width: 20%;
  }
}
.custom-mypage-section .plan-wrapper .option-content .pricing-table tbody th,
.custom-mypage-section .plan-wrapper .option-content .pricing-table tbody td {
  position: relative;
  padding: 2rem 1.6rem;
  vertical-align: middle;
  border: 1px solid rgba(25, 25, 25, 0.2);
}
@media print, screen and (min-width: 769px) {
  .custom-mypage-section .plan-wrapper .option-content .pricing-table tbody th,
  .custom-mypage-section .plan-wrapper .option-content .pricing-table tbody td {
    height: 9.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .plan-wrapper .option-content .pricing-table tbody th,
  .custom-mypage-section .plan-wrapper .option-content .pricing-table tbody td {
    padding: 1.6rem 1.6rem;
  }
}
.custom-mypage-section .plan-wrapper .option-content .pricing-table tbody th,
.custom-mypage-section .plan-wrapper .option-content .pricing-table tbody h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: inherit;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .plan-wrapper .option-content .pricing-table tbody th,
  .custom-mypage-section .plan-wrapper .option-content .pricing-table tbody h5 {
    font-size: 1.6rem;
  }
}
.custom-mypage-section .plan-wrapper .option-content .pricing-table tbody p {
  font: inherit;
}
.custom-mypage-section .plan-wrapper .total-content {
  position: relative;
  margin-top: 6rem;
}
.custom-mypage-section .plan-wrapper .total-content .total-label {
  position: relative;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 4.5rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  padding-bottom: 2.4rem;
  border-bottom: 0.4rem solid #191919;
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .plan-wrapper .total-content .total-label {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}
.custom-mypage-section .plan-wrapper .total-content .total-label strong {
  display: inline-block;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 4.6rem;
  vertical-align: bottom;
  margin-left: 1.6rem;
}
.custom-mypage-section .plan-wrapper .total-content .total-action {
  position: relative;
  margin-top: 6rem;
}
.custom-mypage-section .plan-wrapper .total-content .total-action .link-btn {
  position: relative;
  margin: 0 auto;
}
.custom-mypage-section .account-wrapper {
  position: relative;
}
.custom-mypage-section .application-wrapper {
  position: relative;
}
.custom-mypage-section .application-wrapper .scroller {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.custom-mypage-section .application-wrapper .application-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: center;
  border: 1px solid rgba(25, 25, 25, 0.2);
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .application-wrapper .application-table {
    letter-spacing: 0;
    width: 66rem;
  }
}
.custom-mypage-section .application-wrapper .application-table thead {
  background: #ebebeb;
}
.custom-mypage-section .application-wrapper .application-table thead th {
  position: relative;
  padding: 2rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid rgba(25, 25, 25, 0.2);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .application-wrapper .application-table thead th {
    padding: 1.6rem 1.6rem;
    font-size: 1.6rem;
  }
}
.custom-mypage-section .application-wrapper .application-table tbody th,
.custom-mypage-section .application-wrapper .application-table tbody td {
  position: relative;
  padding: 2rem 1.6rem;
  vertical-align: middle;
  border: 1px solid rgba(25, 25, 25, 0.2);
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .application-wrapper .application-table tbody th,
  .custom-mypage-section .application-wrapper .application-table tbody td {
    padding: 1.6rem 1.6rem;
  }
}
.custom-mypage-section .application-wrapper .application-table tbody th,
.custom-mypage-section .application-wrapper .application-table tbody h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: inherit;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .application-wrapper .application-table tbody th,
  .custom-mypage-section .application-wrapper .application-table tbody h5 {
    font-size: 1.6rem;
  }
}
.custom-mypage-section .application-wrapper .application-table tbody p {
  font: inherit;
}
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background: #4c64a1;
  color: #ffffff;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section
    .application-wrapper
    .application-table
    tbody
    .status-badge {
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
  }
}
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge[class*="受付中"],
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge.status-受付中 {
  background: #2196f3;
  color: #ffffff;
}
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge[class*="受付済"],
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge.status-受付済 {
  background: #4caf50;
  color: #ffffff;
}
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge[class*="決済確認済"],
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge.status-決済確認済 {
  background: #9c27b0;
  color: #ffffff;
}
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge[class*="提供中"],
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge.status-提供中 {
  background: #ff9800;
  color: #ffffff;
}
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge[class*="解約申請中"],
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge.status-解約申請中 {
  background: #f44336;
  color: #ffffff;
}
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge[class*="解約済"],
.custom-mypage-section
  .application-wrapper
  .application-table
  tbody
  .status-badge.status-解約済 {
  background: #757575;
  color: #ffffff;
}
.custom-mypage-section
  .application-wrapper
  .application-table
  .btn-accept-application {
  padding: 0.6rem 1.6rem;
  background: #4c64a1;
  color: #ffffff;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section
    .application-wrapper
    .application-table
    .btn-accept-application {
    padding: 0.5rem 1.2rem;
    font-size: 1.2rem;
  }
}
.custom-mypage-section
  .application-wrapper
  .application-table
  .btn-accept-application:hover {
  background: #3c4e7e;
}
.custom-mypage-section
  .application-wrapper
  .application-table
  .btn-accept-application:disabled {
  background: #999;
  cursor: not-allowed;
}
.custom-mypage-section .billing-wrapper {
  position: relative;
}
.custom-mypage-section .billing-wrapper .payment-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .billing-wrapper .payment-list {
    gap: 1rem;
  }
}
.custom-mypage-section .billing-wrapper .payment-item {
  position: relative;
  padding: 1.6rem 2rem;
  background: #f8f8f8;
  border-radius: 0.8rem;
  border: 1px solid #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .billing-wrapper .payment-item {
    padding: 1.4rem 1.6rem;
  }
}
.custom-mypage-section .billing-wrapper .payment-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .billing-wrapper .payment-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.custom-mypage-section .billing-wrapper .payment-date {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #191919;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .billing-wrapper .payment-date {
    font-size: 1.4rem;
  }
}
.custom-mypage-section .billing-wrapper .payment-amount {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #191919;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .billing-wrapper .payment-amount {
    font-size: 1.6rem;
  }
}
.custom-mypage-section .billing-wrapper .payment-method {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .custom-mypage-section .billing-wrapper .payment-method {
    font-size: 1.4rem;
  }
}

.custom-login-section {
  position: relative;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .custom-login-section {
    padding: 6rem 0 6rem;
  }
}
.custom-login-section .container {
  position: relative;
  max-width: 74rem;
  z-index: 1;
}
.custom-login-section .login-wrapper {
  position: relative;
  padding: 6rem 6rem 7rem;
  background: #ffffff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .custom-login-section .login-wrapper {
    padding: 3.2rem 2rem 3.6rem;
  }
}
.custom-login-section .login-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #191919;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .custom-login-section .login-title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.custom-login-section .login-error {
  background: #ffd6d6;
  padding: 1.6rem 2rem;
  border-radius: 0.8rem;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #e60012;
}
.custom-login-section .login-form {
  position: relative;
}
.custom-login-section .login-form .form-group {
  margin-bottom: 2.4rem;
}
.custom-login-section .login-form .form-group label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: left;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .custom-login-section .login-form .form-group label {
    font-size: 1.6rem;
  }
}
.custom-login-section .login-form .form-group .form-control {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #4c64a1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #191919;
  border-radius: 0.4rem;
  outline: none;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .custom-login-section .login-form .form-group .form-control {
    padding: 1.5rem 1.6rem;
  }
}
.custom-login-section
  .login-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #c3c3c3;
}
.custom-login-section .login-form .form-group .form-control::-moz-placeholder {
  color: #c3c3c3;
}
.custom-login-section
  .login-form
  .form-group
  .form-control:-ms-input-placeholder {
  color: #c3c3c3;
}
.custom-login-section
  .login-form
  .form-group
  .form-control::-ms-input-placeholder {
  color: #c3c3c3;
}
.custom-login-section .login-form .form-group .form-control::placeholder {
  color: #c3c3c3;
}
.custom-login-section .login-form .form-group .form-control:focus {
  outline: none;
  border-color: #191919;
}
.custom-login-section .login-form .remember-group {
  margin-bottom: 2.4rem;
}
.custom-login-section .login-form .remember-group .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #191919;
}
@media only screen and (max-width: 768px) {
  .custom-login-section .login-form .remember-group .checkbox-label {
    font-size: 1.4rem;
  }
}
.custom-login-section
  .login-form
  .remember-group
  .checkbox-label
  input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.custom-login-section .login-form .remember-group .checkbox-label .checkmark {
  display: none;
}
.custom-login-section .login-form .form-actions {
  position: relative;
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .custom-login-section .login-form .form-actions {
    margin-top: 3.2rem;
  }
}
.custom-login-section .login-form .form-actions .form-submit-btn {
  margin: 0 auto;
}
.custom-login-section .login-footer {
  position: relative;
  text-align: center;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .custom-login-section .login-footer {
    margin-top: 2.4rem;
  }
}
.custom-login-section .login-footer .register-link {
  color: #191919;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .custom-login-section .login-footer .register-link {
    font-size: 1.6rem;
  }
}
.custom-login-section .login-footer .register-link:hover {
  color: #4c64a1;
}

.custom-register-section {
  position: relative;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .custom-register-section {
    padding: 6rem 0 6rem;
  }
}
.custom-register-section .container {
  position: relative;
  max-width: 74rem;
  z-index: 1;
}
.custom-register-section .register-wrapper {
  position: relative;
  padding: 6rem 6rem 7rem;
  background: #ffffff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .custom-register-section .register-wrapper {
    padding: 3.2rem 2rem 3.6rem;
  }
}
.custom-register-section .register-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #191919;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .custom-register-section .register-title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.custom-register-section .register-error {
  background: #ffd6d6;
  padding: 1.6rem 2rem;
  border-radius: 0.8rem;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #e60012;
}
.custom-register-section .register-form {
  position: relative;
}
.custom-register-section .register-form .form-group {
  margin-bottom: 2.4rem;
}
.custom-register-section .register-form .form-group label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #191919;
  text-align: left;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .custom-register-section .register-form .form-group label {
    font-size: 1.6rem;
  }
}
.custom-register-section .register-form .form-group label .required {
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem 0.3rem;
  background: #e60012;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.3rem;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .custom-register-section .register-form .form-group label .required {
    padding: 0.1rem 1rem 0.2rem;
  }
}
.custom-register-section .register-form .form-group label .optional {
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem 0.3rem;
  background: #808080;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.3rem;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .custom-register-section .register-form .form-group label .optional {
    padding: 0.1rem 1rem 0.2rem;
  }
}
.custom-register-section .register-form .form-group .form-control {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #4c64a1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #191919;
  border-radius: 0.4rem;
  outline: none;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .custom-register-section .register-form .form-group .form-control {
    padding: 1.5rem 1.6rem;
  }
}
.custom-register-section
  .register-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #c3c3c3;
}
.custom-register-section
  .register-form
  .form-group
  .form-control::-moz-placeholder {
  color: #c3c3c3;
}
.custom-register-section
  .register-form
  .form-group
  .form-control:-ms-input-placeholder {
  color: #c3c3c3;
}
.custom-register-section
  .register-form
  .form-group
  .form-control::-ms-input-placeholder {
  color: #c3c3c3;
}
.custom-register-section .register-form .form-group .form-control::placeholder {
  color: #c3c3c3;
}
.custom-register-section .register-form .form-group .form-control:focus {
  outline: none;
  border-color: #191919;
}
.custom-register-section .register-form .form-group .form-text {
  display: block;
  margin-top: 0.6rem;
  color: #666;
}
.custom-register-section .register-form .form-actions {
  position: relative;
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .custom-register-section .register-form .form-actions {
    margin-top: 3.2rem;
  }
}
.custom-register-section .register-form .form-actions .form-submit-btn {
  margin: 0 auto;
}
