/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Bayon&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: auto;
       appearance: auto;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  border: 1px solid #aaa;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*FONT--*/
/*COLOR*/
/*BREAK POINT*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4a4a4a;
  width: 100%;
}

.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp {
    display: block;
  }
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 736px) {
  section {
    padding: 30px 0;
  }
}
section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

header {
  width: 400px;
  height: 640px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 24px 40px 0;
}
@media screen and (max-width: 736px) {
  header {
    width: 100%;
    padding: 10px 15px 0;
    box-sizing: border-box;
    display: none;
  }
}
header .logo a {
  width: 160px;
  height: auto;
  display: block;
}
header .logo a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header-nav .main-nav {
  margin-top: 30px;
}
header .header-nav .main-nav ul {
  display: flex;
  flex-direction: column;
}
header .header-nav .main-nav li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  display: inline-block;
  padding: 4px 0;
  margin-bottom: 12px;
}
header .header-nav .main-nav li.parent {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  display: flex;
  align-items: center;
  padding: 4px 0;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
header .header-nav .main-nav li.parent:hover ul.child {
  display: flex;
}
header .header-nav .main-nav ul.child {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: -15px;
  left: 5em;
  background: rgba(255, 255, 255, 0.21);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: auto;
  margin: 0 auto;
  padding: 16px;
  z-index: 1;
}
header .header-nav .main-nav .child li {
  width: 100px;
}
header .header-nav .main-nav .child li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  display: block;
  margin-bottom: 0;
}
header .header-nav .main-nav .child li a img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #aaa;
}
header .header-nav .main-nav .child li:last-child a {
  padding-bottom: 0;
}
header .header-nav .sub-nav {
  margin-top: 20px;
}
header .header-nav .sub-nav ul {
  display: flex;
  flex-direction: column;
}
header .header-nav .sub-nav ul li {
  margin-bottom: 20px;
}
header .header-nav .sub-nav ul li a {
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 8px 16px;
}
header .header-nav .sub-nav ul li.h-tel a {
  color: #000;
  font-family: "Bayon", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #D9D9D9;
  letter-spacing: 1.2px;
}
header .header-nav .sub-nav ul li.h-tel a img {
  width: 16px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
header .header-nav .sub-nav ul li.h-recruit a {
  background: linear-gradient(13deg, #7FFD96 5.6%, #68EACE 94.4%);
}
header .header-nav .sub-nav ul li.h-contact a {
  background: linear-gradient(13deg, #00E7F1 5.6%, #00ABE3 94.4%);
}

.sp-header {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp-header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 736px) {
  .sp-header .logo a {
    width: 100px;
    height: auto;
    aspect-ratio: 1/1;
    display: block;
    text-align: center;
    padding: 15px;
    background-color: #fff;
  }
  .sp-header .logo a img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 736px) {
  .sp-header .sp-header-nav ul {
    width: 90%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 736px) {
  .sp-header .sp-header-nav ul li {
    width: 50%;
  }
}
@media screen and (max-width: 736px) {
  .sp-header .sp-header-nav ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .sp-header .sp-header-nav ul li a img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sp-header-overlay {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp-header-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 15px;
    border-bottom: 50px solid;
    -o-border-image: linear-gradient(98deg, #7FFDC4 5.6%, #49C7FA 94.4%) 1;
       border-image: linear-gradient(98deg, #7FFDC4 5.6%, #49C7FA 94.4%) 1;
    transition: left 0.3s ease-in-out;
  }
}
.sp-header-overlay .box {
  position: relative;
}
.sp-header-overlay .box .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.sp-header-overlay .box .close a img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(45deg);
}
.sp-header-overlay .logo a img {
  height: 36px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.sp-header-overlay .main-nav {
  margin-top: 30px;
}
.sp-header-overlay .main-nav ul {
  display: flex;
  flex-direction: column;
}
.sp-header-overlay .main-nav li {
  border-bottom: 1px dashed #11CDE2;
}
.sp-header-overlay .main-nav li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  display: inline-block;
  padding: 10px 0;
  padding-left: 20px;
  margin-bottom: 0;
}
.sp-header-overlay .main-nav li a span {
  display: inline-block;
  width: 160px;
}
.sp-header-overlay .main-nav li a span img {
  width: auto;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  vertical-align: middle;
}
.sp-header-overlay .main-nav li.parent {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 0;
  padding-left: 20px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  border-bottom: 1px dashed #11CDE2;
}
.sp-header-overlay .main-nav li.parent span {
  display: inline-block;
  width: 160px;
}
.sp-header-overlay .main-nav li.parent span img {
  width: auto;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  vertical-align: middle;
}
.sp-header-overlay .main-nav ul.child {
  display: flex;
  flex-direction: column;
  margin-left: 170px;
  width: 100%;
  margin-top: 10px;
}
.sp-header-overlay .main-nav .child li {
  width: 100px;
  border: none;
}
.sp-header-overlay .main-nav .child li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}
.sp-header-overlay .main-nav .child li a img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #aaa;
}
.sp-header-overlay .main-nav .child li:last-child a {
  padding-bottom: 0;
}
.sp-header-overlay .sub-nav {
  margin-top: 20px;
}
.sp-header-overlay .sub-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.sp-header-overlay .sub-nav ul li {
  margin-bottom: 0;
}
.sp-header-overlay .sub-nav ul li a {
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 8px 16px;
}
.sp-header-overlay .sub-nav ul li.h-tel a {
  color: #000;
  font-family: "Bayon", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #D9D9D9;
  letter-spacing: 1.2px;
}
.sp-header-overlay .sub-nav ul li.h-tel a img {
  width: 16px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.sp-header-overlay .sub-nav ul li.h-recruit a {
  background: linear-gradient(13deg, #7FFD96 5.6%, #68EACE 94.4%);
}
.sp-header-overlay .sub-nav ul li.h-contact a {
  background: linear-gradient(13deg, #00E7F1 5.6%, #00ABE3 94.4%);
}

.breadcrumb {
  width: 90%;
  margin: 30px 0 0 5%;
}
.breadcrumb .box .breadcrumb-nav a {
  color: #757575;
  margin: 0 10px;
}
.breadcrumb .box .breadcrumb-nav span {
  color: #757575;
  margin: 0 10px;
}

.recruit-banner {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 20;
  width: 70px;
}
@media screen and (max-width: 736px) {
  .recruit-banner {
    width: 60px;
  }
}
.recruit-banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1173E2;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 15px;
  border-radius: 10px 0 0 10px;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .recruit-banner a {
    font-size: 16px;
  }
}
.recruit-banner a img {
  width: 40px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .recruit-banner a img {
    width: 30px;
  }
}

section#contact .box {
  max-width: 1000px;
  background: linear-gradient(270deg, rgba(21, 208, 123, 0.8) 5.6%, rgba(4, 198, 212, 0.8) 94.4%);
  border-radius: 20px;
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  section#contact .box {
    padding: 20px;
  }
}
section#contact .box .title-box span img {
  width: auto;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
section#contact .box .title-box h2 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: 8px;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  section#contact .box .title-box h2 {
    font-size: 20px;
  }
}
section#contact .box .title-box p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 3.2px;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  section#contact .box .title-box p {
    width: 100%;
  }
}
section#contact .contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  section#contact .contact-box {
    flex-direction: column;
    margin-top: 20px;
    gap: 15px;
  }
}
section#contact .contact-box::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 80%;
  background-color: #FFF;
}
@media screen and (max-width: 736px) {
  section#contact .contact-box::before {
    display: none;
  }
}
section#contact .contact-box a {
  width: 48%;
  color: #29CFC4;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: 2.4px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  border-radius: 30px;
}
@media screen and (max-width: 736px) {
  section#contact .contact-box a {
    width: 100%;
    padding: 10px;
    position: relative;
    padding-left: 30px;
  }
}
section#contact .contact-box a img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  section#contact .contact-box a img {
    height: auto;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
section#contact .contact-box a.tel {
  font-size: 28px;
  font-family: "Bayon", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  section#contact .contact-box a.tel img {
    left: 24px;
  }
}
section#contact .contact-box a.mail {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  section#contact .contact-box a.mail {
    padding-left: 50px;
  }
}
section#contact .contact-box a.mail img {
  height: 30px;
}
@media screen and (max-width: 736px) {
  section#contact .contact-box a.mail img {
    height: auto;
    width: 26px;
  }
}

@media screen and (max-width: 736px) {
  footer {
    margin-top: 60px;
  }
}
footer .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .box .footer-logo {
  position: relative;
}
footer .box .footer-logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #7FFDC4;
  z-index: -1;
}
footer .box .footer-logo a {
  display: inline-block;
  background-color: #FFF;
  padding: 0 30px 0 0;
}
footer .box .footer-logo a img {
  width: auto;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  footer .box .footer-logo a img {
    height: 30px;
  }
}
footer .box .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 60px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 40px;
  }
}
footer .box .footer-bottom .address p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .address p {
    width: 100%;
  }
}
footer .box .footer-bottom .footer-nav {
  max-width: 700px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-nav {
    margin-top: 30px;
  }
}
footer .box .footer-bottom .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
}
footer .box .footer-bottom .footer-nav ul li {
  margin-bottom: 15px;
  margin-right: 50px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-nav ul li {
    margin-right: 30px;
    margin-bottom: 5px;
  }
}
footer .box .footer-bottom .footer-nav ul li a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-nav ul li a {
    font-size: 14px;
    font-weight: 400;
  }
}
footer .box .footer-copyright {
  background: linear-gradient(13deg, #7FFDC4 5.6%, #49C7FA 94.4%);
  padding: 30px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: calc(100% + 100vw - 100%);
}
@media screen and (max-width: 736px) {
  footer .box .footer-copyright {
    padding: 20px 0;
  }
}
footer .box .footer-copyright p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
@media screen and (max-width: 736px) {
  footer .box .footer-copyright p {
    font-size: 12px;
  }
}

.under-page #under-mv {
  width: 100%;
  height: 640px;
  padding: 0 0 0 400px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .under-page #under-mv {
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    width: calc(100% - 80px);
    margin: 0 0 0 auto;
  }
}
.under-page #under-mv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg-building.png);
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 40px;
}
.under-page #under-mv .box {
  max-width: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.under-page #under-mv .box .title-box {
  width: 500px;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 1;
  background: linear-gradient(13deg, rgba(47, 223, 221, 0.7) 5.6%, rgba(100, 245, 163, 0.7) 94.4%);
  padding: 30px;
  border-radius: 100px 0 0 100px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .under-page #under-mv .box .title-box {
    width: auto;
    padding: 10px 10px 10px 30px;
  }
}
.under-page #under-mv .box .title-box span img {
  width: auto;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  .under-page #under-mv .box .title-box span img {
    height: 30px;
  }
}
.under-page #under-mv .box .title-box h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: 8px;
  margin-top: 15px;
  color: #FFF;
}
@media screen and (max-width: 736px) {
  .under-page #under-mv .box .title-box h1 {
    font-size: 16px;
  }
}
.under-page #under-mv .box img.under-mv-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-bottom-left-radius: 60px;
}

@media screen and (max-width: 736px) {
  section .title-box {
    text-align: center;
  }
}
section .title-box span img {
  width: auto;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  section .title-box span img {
    height: 30px;
  }
}
section .title-box h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: 8px;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  section .title-box h2 {
    font-size: 20px;
  }
}
section .title-box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 3.2px;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  section .title-box p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    letter-spacing: 1.4px;
    text-align: left;
    width: 90%;
    margin: 15px auto 0;
  }
}
section .title-box .btn-box {
  margin-top: 30px;
  text-align: center;
}
section .title-box .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid transparent;
  border-radius: 100px;
  padding: 16px 32px;
  width: 300px;
  margin: 0 auto;
  background: linear-gradient(white, white) padding-box, linear-gradient(13deg, #00E7F1 5.6%, #00ABE3 94.4%) border-box;
}
@media screen and (max-width: 736px) {
  section .title-box .btn-box a {
    padding: 8px 16px;
    width: 200px;
  }
}
section .title-box .btn-box a img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

main.top #mv {
  width: 100%;
  height: 640px;
  padding: 0 0 0 400px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.top #mv {
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
  }
}
main.top #mv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: url(../img/common/bg-building.png);
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 40px;
}
main.top #mv .box {
  max-width: none;
  width: 100%;
  height: 100%;
  position: relative;
}
main.top #mv .box h1 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 1;
  background: linear-gradient(13deg, rgba(47, 223, 221, 0.7) 5.6%, rgba(100, 245, 163, 0.7) 94.4%);
  padding: 30px;
  border-radius: 100px 0 0 100px;
}
@media screen and (max-width: 736px) {
  main.top #mv .box h1 {
    font-size: 20px;
    padding: 20px 20px 20px 40px;
  }
}
main.top #mv .box .mv-img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-bottom-left-radius: 60px;
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-img01 {
    height: auto;
    aspect-ratio: 1/1;
  }
}
main.top #mv .box .mv-img02 {
  position: absolute;
  left: -340px;
  top: calc(100% + 30px);
  width: 300px;
  height: 206px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 0;
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-img02 {
    display: none;
  }
}
main.top #mv .box .mv-img03 {
  position: absolute;
  width: 138px;
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 0;
  bottom: -400px;
  right: 130px;
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-img03 {
    width: 90px;
    height: 136px;
    top: auto;
    left: auto;
    bottom: -60px;
    right: 80px;
  }
}
main.top #mv .box .mv-img04 {
  position: absolute;
  left: 160px;
  top: calc(100% + 80px);
  width: 412px;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 0;
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-img04 {
    display: none;
  }
}
main.top #mv .box .mv-img05 {
  position: absolute;
  right: 80px;
  bottom: -60px;
  width: 237px;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 0;
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-img05 {
    width: 166px;
    height: 116px;
    right: auto;
    left: 40px;
    bottom: -200px;
  }
}
main.top section#features {
  overflow: visible;
  margin-top: 240px;
}
main.top section#features .box .features-slider {
  margin-top: 30px;
  margin-right: calc(-50vw + 50%);
  width: calc(100% + 50vw - 50%);
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider {
    width: 100%;
    margin: 30px auto 0;
  }
}
main.top section#features .box .features-slider ul {
  display: flex;
  gap: 0;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul {
    width: 80%;
    margin: 0 auto;
  }
}
main.top section#features .box .features-slider ul button.slick-prev,
main.top section#features .box .features-slider ul button.slick-next {
  position: absolute;
  top: -80px;
  background-image: url(../img/common/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  z-index: 1;
  border: none;
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul button.slick-prev,
  main.top section#features .box .features-slider ul button.slick-next {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }
}
main.top section#features .box .features-slider ul button.slick-prev {
  right: 100px;
  transform: rotate(180deg);
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul button.slick-prev {
    left: -40px;
    transform: translateY(-50%) rotate(180deg);
  }
}
main.top section#features .box .features-slider ul button.slick-next {
  right: 50px;
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul button.slick-next {
    right: -40px;
  }
}
main.top section#features .box .features-slider ul li {
  width: 600px;
  flex-shrink: 0;
  display: flex;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul li {
    width: 100%;
    flex-direction: column;
    margin: 0 15px;
  }
}
main.top section#features .box .features-slider ul li .img {
  width: 40%;
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul li .img {
    width: 100%;
  }
}
main.top section#features .box .features-slider ul li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 180/250;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul li .img img {
    aspect-ratio: 16/9;
  }
}
main.top section#features .box .features-slider ul li .text {
  flex: 1;
  padding-top: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul li .text {
    padding-top: 30px;
    padding-left: 0;
  }
}
main.top section#features .box .features-slider ul li .text .item-title-box {
  position: relative;
  border: 1px solid #11CDE2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 16px 16px 16px 32px;
}
main.top section#features .box .features-slider ul li .text .item-title-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
main.top section#features .box .features-slider ul li .text .item-title-box::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #fff;
}
main.top section#features .box .features-slider ul li .text .item-title-box span {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul li .text .item-title-box span {
    top: -10px;
    left: 0px;
  }
}
main.top section#features .box .features-slider ul li .text .item-title-box span img {
  width: auto;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
main.top section#features .box .features-slider ul li .text .item-title-box h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 4px;
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul li .text .item-title-box h3 {
    font-size: 16px;
  }
}
main.top section#features .box .features-slider ul li .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 3.2px;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  main.top section#features .box .features-slider ul li .text p {
    font-size: 14px;
  }
}
main.top section#service {
  background-image: url(../img/common/bg-building.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
}
main.top section#service .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main.top section#service .box {
    position: relative;
    width: 100%;
  }
}
main.top section#service .box .img-box {
  width: 50%;
  margin-left: calc(-50vw + 50%);
  width: calc(50% + 50vw - 50%);
}
@media screen and (max-width: 736px) {
  main.top section#service .box .img-box {
    width: 80%;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: -1;
  }
}
main.top section#service .box .img-box img {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
}
@media screen and (max-width: 736px) {
  main.top section#service .box .img-box img {
    border-radius: 20px 0 0 20px;
  }
}
main.top section#service .box .text-box {
  flex: 1;
  padding-left: 40px;
}
@media screen and (max-width: 736px) {
  main.top section#service .box .text-box {
    padding-left: 0;
  }
}
main.top section#service .box .text-box .title-box {
  text-align: center;
}
main.top section#service .box .text-box ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  main.top section#service .box .text-box ul {
    align-items: flex-start;
    margin-left: 20px;
  }
}
@media screen and (max-width: 736px) {
  main.top section#service .box .text-box ul li {
    width: 200px;
  }
}
main.top section#service .box .text-box ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  height: 70px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 4px;
  border-radius: 100px;
  background: #FFF;
  padding: 16px 32px;
  border: 1px solid #7FFD96;
}
@media screen and (max-width: 736px) {
  main.top section#service .box .text-box ul li a {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 8px 16px;
  }
}
main.top section#service .box .text-box ul li a img {
  width: 24px;
  height: 24px;
}
main.top section#service .box .text-box ul li:nth-of-type(even) a {
  border: 1px solid #00E7F1;
}
main.top section#works {
  overflow: visible;
}
main.top section#works .box .heading-box {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .heading-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
main.top section#works .box .heading-box .nav-box {
  margin-left: 60px;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .heading-box .nav-box {
    margin-left: 0;
    margin-top: 20px;
  }
}
main.top section#works .box .heading-box .nav-box ul {
  display: flex;
  gap: 10px;
}
main.top section#works .box .heading-box .nav-box ul li a {
  display: block;
  background-color: #11CDE2;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 4px;
  border-radius: 100px;
  padding: 8px 40px;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .heading-box .nav-box ul li a {
    font-size: 14px;
    padding: 2px 16px;
    letter-spacing: normal;
  }
}
main.top section#works .box .works-slider {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .works-slider {
    margin-top: 30px;
  }
}
main.top section#works .box .works-slider ul {
  display: flex;
  width: 1530px;
  gap: 30px;
  flex-shrink: 0;
  margin-right: calc(-50vw + 50%);
  width: calc(100% + 50vw - 50%);
}
main.top section#works .box .works-slider ul button.slick-prev,
main.top section#works .box .works-slider ul button.slick-next {
  position: absolute;
  top: -80px;
  background-image: url(../img/common/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  z-index: 1;
  border: none;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .works-slider ul button.slick-prev,
  main.top section#works .box .works-slider ul button.slick-next {
    top: auto;
    bottom: 0;
    width: 30px;
    height: 30px;
  }
}
main.top section#works .box .works-slider ul button.slick-prev {
  right: 100px;
  transform: rotate(180deg);
}
@media screen and (max-width: 736px) {
  main.top section#works .box .works-slider ul button.slick-prev {
    left: 0;
  }
}
main.top section#works .box .works-slider ul button.slick-next {
  right: 50px;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .works-slider ul button.slick-next {
    right: 20px;
  }
}
main.top section#works .box .works-slider ul li {
  width: 360px;
  flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .works-slider ul li {
    width: 70%;
  }
}
main.top section#works .box .works-slider ul li .img {
  width: 100%;
}
main.top section#works .box .works-slider ul li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
main.top section#works .box .works-slider ul li .text {
  width: 100%;
}
main.top section#works .box .works-slider ul li .text .item-title-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .works-slider ul li .text .item-title-box {
    margin-top: 5px;
  }
}
main.top section#works .box .works-slider ul li .text .item-title-box .cat {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
  letter-spacing: 2.8px;
  background-color: #11CDE2;
  border-radius: 50px;
  padding: 2px 16px;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .works-slider ul li .text .item-title-box .cat {
    font-size: 13px;
    padding: 0px 20px;
    line-height: 20px;
  }
}
main.top section#works .box .works-slider ul li .text .item-title-box .date {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}
@media screen and (max-width: 736px) {
  main.top section#works .box .works-slider ul li .text .item-title-box .date {
    font-size: 13px;
  }
}
main.top section#works .box .works-slider ul li .text .item-title-box h3 {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 187.5% */
  letter-spacing: 3.2px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .works-slider ul li .text .item-title-box h3 {
    margin-top: 5px;
  }
}
main.top section#works .box .works-slider .btn-box {
  margin-top: 30px;
  text-align: center;
}
main.top section#works .box .works-slider .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid transparent;
  border-radius: 100px;
  padding: 16px 32px;
  width: 300px;
  margin: 0 auto;
  background: linear-gradient(white, white) padding-box, linear-gradient(13deg, #00E7F1 5.6%, #00ABE3 94.4%) border-box;
}
@media screen and (max-width: 736px) {
  main.top section#works .box .works-slider .btn-box a {
    padding: 8px 16px;
    width: 200px;
  }
}
main.top section#works .box .works-slider .btn-box a img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
main.top section#news {
  background-color: #F7FEFE;
}
main.top section#news .box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 736px) {
  main.top section#news .box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
main.top section#news .box .title-box {
  text-align: center;
  width: 30%;
  margin-left: 10%;
}
@media screen and (max-width: 736px) {
  main.top section#news .box .title-box {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 736px) {
  main.top section#news .box .title-box .btn-box {
    display: none;
  }
}
main.top section#news .box .news-content {
  flex: 1;
}
@media screen and (max-width: 736px) {
  main.top section#news .box .news-content {
    width: 100%;
    margin-top: 30px;
  }
}
main.top section#news .box .news-content ul {
  display: flex;
  flex-direction: column;
}
main.top section#news .box .news-content ul li {
  padding-bottom: 20px;
  border-bottom: 1px dashed #11CDE2;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main.top section#news .box .news-content ul li {
    padding: 0 20px 10px;
    margin-bottom: 15px;
  }
}
main.top section#news .box .news-content ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main.top section#news .box .news-content ul li a {
    flex-wrap: wrap;
  }
}
main.top section#news .box .news-content ul li a .news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main.top section#news .box .news-content ul li a .news-header {
    width: 100%;
    justify-content: start;
  }
}
main.top section#news .box .news-content ul li a .news-header .date {
  color: #11CDE2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
main.top section#news .box .news-content ul li a .news-header .cat {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 2.8px;
  margin-left: 15px;
  border-left: 1px solid #000;
  padding-left: 15px;
}
main.top section#news .box .news-content ul li a h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 4px;
}
@media screen and (max-width: 736px) {
  main.top section#news .box .news-content ul li a h3 {
    margin-top: 10px;
  }
}
main.top section#news .box .news-content ul li a img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
main.top section#news .box .news-content .btn-box {
  margin-top: 30px;
  text-align: center;
}
main.top section#news .box .news-content .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid transparent;
  border-radius: 100px;
  padding: 16px 32px;
  width: 300px;
  margin: 0 auto;
  background: linear-gradient(white, white) padding-box, linear-gradient(13deg, #00E7F1 5.6%, #00ABE3 94.4%) border-box;
}
@media screen and (max-width: 736px) {
  main.top section#news .box .news-content .btn-box a {
    padding: 8px 16px;
    width: 200px;
  }
}
main.top section#news .box .news-content .btn-box a img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
main.top section#movie .box h2 {
  text-align: center;
}
main.top section#movie .box h2 img {
  width: auto;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
main.top section#movie .box .movie-box {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 30px;
}
main.top section#movie .box .movie-box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 800px;
  margin: 0 auto;
}
main.top section#recruit {
  background-image: url(../img/top/bg-recruit.jpg);
  background-size: 95% 100%;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1447/570;
  position: relative;
  padding: 0;
  margin-top: 160px;
}
@media screen and (max-width: 736px) {
  main.top section#recruit {
    background-size: 100%;
    background-size: cover;
  }
}
main.top section#recruit::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 50%;
  height: 50%;
  background-color: #F7FEFE;
  z-index: -1;
}
main.top section#recruit .box .title-box {
  text-align: center;
  position: absolute;
  top: -120px;
}
@media screen and (max-width: 736px) {
  main.top section#recruit .box .title-box {
    position: relative;
    top: -100px;
  }
}
main.top section#recruit .box .title-box .btn-box {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main.top section#recruit .box .title-box .btn-box {
    display: none;
  }
}
main.top section#recruit .box .recruit-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.top section#recruit .box .recruit-content .recruit-img01 {
  width: 180px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: -50px;
  right: 220px;
}
@media screen and (max-width: 736px) {
  main.top section#recruit .box .recruit-content .recruit-img01 {
    display: none;
  }
}
main.top section#recruit .box .recruit-content .recruit-img02 {
  width: 180px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: -150px;
  right: 0px;
}
@media screen and (max-width: 736px) {
  main.top section#recruit .box .recruit-content .recruit-img02 {
    display: none;
  }
}
main.top section#instagram .box {
  text-align: center;
}
main.top section#instagram .box h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: 6.4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  main.top section#instagram .box h2 {
    font-size: 16px;
  }
}
main.top section#instagram .box img.icon-instagram {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  main.top section#instagram .box img.icon-instagram {
    width: 50px;
    height: 50px;
  }
}
main.top section#instagram .box svg {
  display: none;
}
main.top section#instagram .box div#sbi_images {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 30px auto 0;
}
main.top section#instagram .box div#sbi_images .sbi_item {
  width: 32%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section#instagram .box div#sbi_images .sbi_item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section#company {
  position: relative;
}
main.top section#company::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/common/bg-building.png);
  background-size: cover;
  background-position: center;
}
main.top section#company .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main.top section#company .box {
    flex-direction: column;
  }
}
main.top section#company .box .text-box {
  width: 30%;
  margin-right: 10%;
}
@media screen and (max-width: 736px) {
  main.top section#company .box .text-box {
    width: 100%;
    margin-right: 0;
  }
}
main.top section#company .box .text-box .title-box {
  text-align: center;
}
main.top section#company .box .text-box .btn-box {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  main.top section#company .box .text-box .btn-box {
    display: none;
  }
}
main.top section#company .box .img-box {
  flex: 1;
  margin-right: calc(-50vw + 50%);
  width: calc(50% + 50vw - 50%);
}
@media screen and (max-width: 736px) {
  main.top section#company .box .img-box {
    width: 90%;
    margin: 30px auto 0;
  }
}
main.top section#company .box .img-box img {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
}
@media screen and (max-width: 736px) {
  main.top section#company .box .img-box img {
    border-radius: 20px;
  }
}
main.top section#company .box .img-box .btn-box {
  margin-top: 30px;
  text-align: center;
}
main.top section#company .box .img-box .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid transparent;
  border-radius: 100px;
  padding: 16px 32px;
  width: 300px;
  margin: 0 auto;
  background: linear-gradient(white, white) padding-box, linear-gradient(13deg, #00E7F1 5.6%, #00ABE3 94.4%) border-box;
}
@media screen and (max-width: 736px) {
  main.top section#company .box .img-box .btn-box a {
    padding: 8px 16px;
    width: 200px;
  }
}
main.top section#company .box .img-box .btn-box a img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.under-page section#area .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .under-page section#area .box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.under-page section#area .box .text-box {
  flex: 1;
}
.under-page section#area .box .text-box h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
  letter-spacing: 8px;
}
@media screen and (max-width: 736px) {
  .under-page section#area .box .text-box h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.under-page section#area .box .text-box p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 3.2px;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .under-page section#area .box .text-box p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
}
.under-page section#area .box .img-box {
  width: 50%;
  max-width: 400px;
}
@media screen and (max-width: 736px) {
  .under-page section#area .box .img-box {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}
.under-page section#area .box .img-box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  .under-page section#area .box .img-box img {
    width: 90%;
    margin: 0 auto;
  }
}
.under-page section#commitment .box .img-box {
  width: 100%;
}
.under-page section#commitment .box .img-box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  .under-page section#commitment .box .img-box img {
    width: 90%;
    margin: 0 auto;
  }
}
.under-page section#works {
  background-color: #F7FEFE;
}
.under-page section#works .box .title-box {
  text-align: center;
}
.under-page section#works .box ul {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .under-page section#works .box ul {
    width: 100%;
    gap: 15px;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
.under-page section#works .box ul li {
  width: 32%;
  flex-shrink: 0;
}
@media screen and (max-width: 736px) {
  .under-page section#works .box ul li {
    width: 48%;
  }
}
.under-page section#works .box ul li .img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.under-page section#works .box ul li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.under-page section#works .box ul li .text {
  width: 100%;
}
.under-page section#works .box ul li .text .item-title-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  .under-page section#works .box ul li .text .item-title-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.under-page section#works .box ul li .text .item-title-box .cat {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
  letter-spacing: 2.8px;
  background-color: #11CDE2;
  border-radius: 50px;
  padding: 2px 16px;
}
@media screen and (max-width: 736px) {
  .under-page section#works .box ul li .text .item-title-box .cat {
    font-size: 13px;
    padding: 0px 20px;
    line-height: 20px;
  }
}
.under-page section#works .box ul li .text .item-title-box .date {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}
.under-page section#works .box ul li .text .item-title-box h3 {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 187.5% */
  letter-spacing: 3.2px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .under-page section#works .box ul li .text .item-title-box h3 {
    line-height: normal;
    margin-top: 0;
  }
}
.under-page section#works .box .btn-box {
  margin-top: 30px;
  text-align: center;
}
.under-page section#works .box .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid transparent;
  border-radius: 100px;
  padding: 16px 32px;
  width: 300px;
  margin: 0 auto;
  background: linear-gradient(white, white) padding-box, linear-gradient(13deg, #00E7F1 5.6%, #00ABE3 94.4%) border-box;
}
@media screen and (max-width: 736px) {
  .under-page section#works .box .btn-box a {
    padding: 8px 16px;
    width: 200px;
  }
}
.under-page section#works .box .btn-box a img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.under-page section#award .box .title-box {
  text-align: center;
}
.under-page section#award .box .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .under-page section#award .box .inner-box {
    flex-direction: column;
  }
}
.under-page section#award .box .inner-box .img-box {
  width: 60%;
}
@media screen and (max-width: 736px) {
  .under-page section#award .box .inner-box .img-box {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .under-page section#award .box .inner-box .img-box img {
    width: 90%;
  }
}
.under-page section#award .box .inner-box .text-box {
  flex: 1;
}
@media screen and (max-width: 736px) {
  .under-page section#award .box .inner-box .text-box {
    margin-top: 20px;
  }
}
.under-page section#award .box .inner-box .text-box p {
  font-size: 16px;
  font-style: normal;
}
.under-page section#message {
  background-color: #F7FEFE;
}
.under-page section#message .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.under-page section#message .box .text-box {
  width: 50%;
  margin-right: 10%;
}
@media screen and (max-width: 736px) {
  .under-page section#message .box .text-box {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.under-page section#message .box .text-box .title-box {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .under-page section#message .box .text-box .title-box {
    flex: 1;
  }
}
@media screen and (max-width: 736px) {
  .under-page section#message .box .text-box .img-box.sp {
    width: 50%;
  }
}
.under-page section#message .box .text-box .text-box-inner p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 3.2px;
  margin-top: 30px;
  text-align: justify;
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .under-page section#message .box .text-box .text-box-inner p {
    margin-top: 15px;
  }
}
.under-page section#message .box .text-box .text-box-inner p.p-right {
  text-align: right;
  margin-top: 0;
}
.under-page section#message .box .img-box {
  flex: 1;
}
.under-page section#message .box .img-box img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.under-page section#profile .box .title-box {
  text-align: center;
}
.under-page section#profile .box table {
  margin: 60px auto 0;
}
.under-page section#profile .box table tr {
  border-top: 1px dashed #000;
}
@media screen and (max-width: 736px) {
  .under-page section#profile .box table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.under-page section#profile .box table tr th, .under-page section#profile .box table tr td {
  width: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
  padding: 16px 0;
}
@media screen and (max-width: 736px) {
  .under-page section#profile .box table tr th, .under-page section#profile .box table tr td {
    width: 100%;
  }
}
.under-page section#profile .box table tr th {
  color: #11CDE2;
  width: 12em;
  padding-left: 32px;
}
@media screen and (max-width: 736px) {
  .under-page section#profile .box table tr th {
    padding: 10px 0 0 10px;
  }
}
@media screen and (max-width: 736px) {
  .under-page section#profile .box table tr td {
    padding: 0px 0 10px 10px;
  }
}
.under-page section#profile .box table tr:last-of-type {
  border-bottom: 1px dashed #000;
}
.under-page section#history {
  background-color: #F7FEFE;
}
.under-page section#history .box .title-box {
  text-align: center;
}
.under-page section#history .box .text-box {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .under-page section#history .box .text-box {
    margin-top: 30px;
  }
}
.under-page section#history .box .text-box p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
  width: 420px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .under-page section#history .box .text-box p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.under-page section#history .box .text-box p span {
  color: #11CDE2;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
  margin-right: 1em;
  display: inline-block;
  width: 8em;
}
@media screen and (max-width: 736px) {
  .under-page section#history .box .text-box p span {
    width: 100%;
  }
}
.under-page section#contact-form {
  margin-top: 120px;
}
.under-page section#contact-form .box {
  max-width: 800px;
  margin: 0 auto;
}
.under-page section#contact-form .box p.sub {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  background: #11CDE2;
  padding: 8px 0;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .under-page section#contact-form .box p.sub {
    font-size: 13px;
  }
}
.under-page section#contact-form .box .form-box {
  margin-top: 60px;
}
.under-page section#contact-form .box .form-box table {
  width: 100%;
}
.under-page section#contact-form .box .form-box table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.under-page section#contact-form .box .form-box table tr th, .under-page section#contact-form .box .form-box table tr td {
  width: 100%;
}
.under-page section#contact-form .box .form-box table tr th input, .under-page section#contact-form .box .form-box table tr th textarea, .under-page section#contact-form .box .form-box table tr td input, .under-page section#contact-form .box .form-box table tr td textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 16px;
  font-size: 16px;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 736px) {
  .under-page section#contact-form .box .form-box table tr th input, .under-page section#contact-form .box .form-box table tr th textarea, .under-page section#contact-form .box .form-box table tr td input, .under-page section#contact-form .box .form-box table tr td textarea {
    padding: 8px;
  }
}
.under-page section#contact-form .box .form-box table tr th {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.under-page section#contact-form .box .form-box table tr th span.req,
.under-page section#contact-form .box .form-box table tr th span.optional {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  padding: 2px 5px;
  border-radius: 50px;
  background-color: #11CDE2;
  color: #FFF;
}
.under-page section#contact-form .box .form-box table tr th span.optional {
  background-color: #D9D9D9;
  color: #000;
}
.under-page section#contact-form .box .form-box table tr.tr-radio {
  margin-bottom: 60px;
}
.under-page section#contact-form .box .form-box table tr.tr-radio td {
  display: flex;
  flex-wrap: wrap;
}
.under-page section#contact-form .box .form-box table tr.tr-radio td .mwform-radio-field {
  width: 32%;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  .under-page section#contact-form .box .form-box table tr.tr-radio td .mwform-radio-field {
    width: 100%;
  }
}
.under-page section#contact-form .box .form-box table tr.tr-radio td .mwform-radio-field label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.under-page section#contact-form .box .form-box table tr.tr-radio td .mwform-radio-field label input {
  width: auto;
}
.under-page section#contact-form .box .form-box .ta-c {
  text-align: center;
  margin-top: 30px;
}
.under-page section#contact-form .box .form-box input[type=submit] {
  width: 100%;
  max-width: 400px;
  margin: 60px auto 0;
  background-color: #11CDE2;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding: 16px 32px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: 0.4s;
  display: block;
}
.under-page section#contact-form .box .form-box input[type=submit]:hover {
  opacity: 0.7;
}
.under-page section#news-archive {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .under-page section#news-archive {
    margin-top: 60px;
  }
}
.under-page section#news-archive .box {
  max-width: 800px;
  margin: 0 auto;
}
.under-page section#news-archive .box .news-content {
  flex: 1;
}
.under-page section#news-archive .box .news-content ul {
  display: flex;
  flex-direction: column;
}
.under-page section#news-archive .box .news-content ul li {
  padding-bottom: 20px;
  border-bottom: 1px dashed #11CDE2;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .under-page section#news-archive .box .news-content ul li {
    padding: 0 20px 10px;
  }
}
.under-page section#news-archive .box .news-content ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .under-page section#news-archive .box .news-content ul li a {
    flex-wrap: wrap;
  }
}
.under-page section#news-archive .box .news-content ul li a .news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .under-page section#news-archive .box .news-content ul li a .news-header {
    width: 100%;
    justify-content: start;
  }
}
.under-page section#news-archive .box .news-content ul li a .news-header .date {
  color: #11CDE2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
.under-page section#news-archive .box .news-content ul li a .news-header .cat {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 2.8px;
  margin-left: 15px;
  border-left: 1px solid #000;
  padding-left: 15px;
}
.under-page section#news-archive .box .news-content ul li a h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 4px;
}
@media screen and (max-width: 736px) {
  .under-page section#news-archive .box .news-content ul li a h3 {
    margin-top: 10px;
  }
}
.under-page section#news-archive .box .news-content ul li a img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.under-page section#news-detail {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .under-page section#news-detail {
    margin-top: 60px;
  }
}
.under-page section#news-detail .box {
  max-width: 800px;
  margin: 0 auto;
}
.under-page section#news-detail .box .news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .under-page section#news-detail .box .news-header {
    display: block;
  }
}
.under-page section#news-detail .box .news-header h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 93.75% */
  letter-spacing: 6.4px;
}
@media screen and (max-width: 736px) {
  .under-page section#news-detail .box .news-header h2 {
    font-size: 16px;
    text-align: left;
    letter-spacing: 4px;
  }
}
.under-page section#news-detail .box .news-header .news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .under-page section#news-detail .box .news-header .news-meta {
    justify-content: flex-end;
  }
}
.under-page section#news-detail .box .news-header .news-meta .date {
  color: #11CDE2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
.under-page section#news-detail .box .news-header .news-meta .cat {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 2.8px;
  margin-left: 15px;
  border-left: 1px solid #000;
  padding-left: 15px;
}
.under-page section#news-detail .box .news-content {
  margin-top: 20px;
}
.under-page section#news-detail .box .news-content .news-thumb {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.under-page section#news-detail .box .news-content .news-text {
  margin-top: 30px;
}
.under-page section#news-detail .box .news-content .news-text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 3.2px;
}
.under-page section#pagination .box {
  max-width: 800px;
  margin: 0 auto;
}
.under-page section#pagination .box .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.under-page section#pagination .box .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border: 2px solid transparent;
  border-radius: 100px;
  padding: 16px 32px;
  width: 300px;
  margin: 0 auto;
  background: linear-gradient(white, white) padding-box, linear-gradient(13deg, #00E7F1 5.6%, #00ABE3 94.4%) border-box;
}
.under-page section#pagination .box .pagination a img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.under-page section#pagination .box .pagination a.prev img {
  transform: rotate(180deg);
}

.works .works-box {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 736px) {
  .works .works-box {
    display: flex;
    flex-direction: column;
  }
}
.works .works-box section#works-sidebar {
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 80px 40px 0;
}
@media screen and (max-width: 736px) {
  .works .works-box section#works-sidebar {
    width: 100%;
    position: static;
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}
.works .works-box section#works-sidebar .box ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 736px) {
  .works .works-box section#works-sidebar .box ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 736px) {
  .works .works-box section#works-sidebar .box ul li {
    width: 48%;
  }
}
.works .works-box section#works-sidebar .box ul li a {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 4px;
  border-radius: 50px;
  background: #11CDE2;
  padding: 4px 0;
  display: block;
}
@media screen and (max-width: 736px) {
  .works .works-box section#works-sidebar .box ul li a {
    font-size: 14px;
  }
}
.works .works-box section#works-archive {
  padding: 80px 0 80px 400px;
}
@media screen and (max-width: 736px) {
  .works .works-box section#works-archive {
    padding: 0;
  }
}
.works .works-box section#works-archive .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works .works-box section#works-archive .box ul li {
  width: 48%;
  flex-shrink: 0;
  margin-bottom: 30px;
}
.works .works-box section#works-archive .box ul li .img-box {
  width: 100%;
}
.works .works-box section#works-archive .box ul li .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.works .works-box section#works-archive .box ul li .works-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .works .works-box section#works-archive .box ul li .works-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.works .works-box section#works-archive .box ul li .works-meta .cat {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
  letter-spacing: 2.8px;
  background-color: #11CDE2;
  border-radius: 50px;
  padding: 2px 32px;
}
@media screen and (max-width: 736px) {
  .works .works-box section#works-archive .box ul li .works-meta .cat {
    font-size: 14px;
    padding: 0px 20px;
    line-height: 20px;
  }
}
.works .works-box section#works-archive .box ul li .works-meta .date {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}
@media screen and (max-width: 736px) {
  .works .works-box section#works-archive .box ul li .works-meta .date {
    line-height: normal;
    margin-top: 0;
  }
}
.works .works-box section#works-archive .box ul li h2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 187.5% */
  letter-spacing: 3.2px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .works .works-box section#works-archive .box ul li h2 {
    line-height: 25px;
    margin-top: 0;
  }
}
.works .works-box section#works-archive .box .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.works .works-box section#works-archive .box .pagination .pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.works .works-box section#works-archive .box .pagination .pagination-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.works .works-box section#works-archive .box .pagination .pagination-wrapper span.current {
  color: #11CDE2;
}
.works .works-box section#works-archive .box .pagination .pagination-wrapper a.prev {
  margin-right: 32px;
}
.works .works-box section#works-archive .box .pagination .pagination-wrapper a.prev img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg);
}
.works .works-box section#works-archive .box .pagination .pagination-wrapper a.next {
  margin-left: 32px;
}
.works .works-box section#works-archive .box .pagination .pagination-wrapper a.next img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.works section#works-detail {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .works section#works-detail {
    margin-top: 60px;
  }
}
.works section#works-detail .box {
  max-width: 800px;
  margin: 0 auto;
}
.works section#works-detail .box .works-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.works section#works-detail .box .works-header h2 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  .works section#works-detail .box .works-header h2 {
    font-size: 18px;
  }
}
.works section#works-detail .box .works-header .works-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .works section#works-detail .box .works-header .works-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.works section#works-detail .box .works-header .works-meta .cat {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
  letter-spacing: 2.8px;
  background-color: #11CDE2;
  border-radius: 50px;
  padding: 2px 32px;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  .works section#works-detail .box .works-header .works-meta .cat {
    font-size: 14px;
    padding: 0px 20px;
    line-height: 20px;
  }
}
.works section#works-detail .box .works-header .works-meta .date {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}
@media screen and (max-width: 736px) {
  .works section#works-detail .box .works-header .works-meta .date {
    line-height: normal;
    margin-top: 0;
  }
}
.works section#works-detail .box .works-content {
  margin-top: 20px;
}
.works section#works-detail .box .works-content .img-box {
  width: 100%;
}
.works section#works-detail .box .works-content .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.works section#works-detail .box .works-content .gallery-box {
  margin-top: 20px;
}
.works section#works-detail .box .works-content .gallery-box .gallery {
  width: 100%;
}
.works section#works-detail .box .works-content .gallery-box .gallery ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.works section#works-detail .box .works-content .gallery-box .gallery ul li {
  width: 16.6666666667%;
}
.works section#works-detail .box .works-content .gallery-box .gallery ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.works section#works-detail .box .works-content .works-text .works-content {
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 178.571% */
}
.works section#works-detail .box .works-content .works-text .works-tag {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.works section#works-detail .box .works-content .works-text .works-tag p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 178.571% */
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #000;
}

.privacy section#privacy .box h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .privacy section#privacy .box h2 {
    font-size: 20px;
  }
}
.privacy section#privacy .box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .privacy section#privacy .box p {
    font-size: 14px;
  }
}/*# sourceMappingURL=layout.css.map */