@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
@import url("https://use.typekit.net/qxa5prd.css");
@font-face {
  font-family: "Thesignature";
  src: url(../fonts/Thesignature.otf) format("opentype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

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

p {
  line-height: 1.6;
}

img,
video {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 1px solid #eee;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 20px 24px;
  width: 100%;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #e2e2e2;
}

input::-moz-placeholder {
  color: #e2e2e2;
}

input:-ms-input-placeholder {
  color: #e2e2e2;
}

input::-ms-input-placeholder {
  color: #e2e2e2;
}

input::placeholder {
  color: #e2e2e2;
}

input:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
}

input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  content: "";
  width: 18px;
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

input[type=radio]:checked + span::before {
  background: #960021;
}

input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  left: 5px;
  opacity: 1;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 16px;
  height: 10px;
  margin: -0.2em 0 0 0.1em;
  border-bottom: 3px solid #ff0000;
  border-left: 3px solid #ff0000;
  opacity: 1;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 2.4em 0.4em 0.8em;
}

select:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #1e1c1c;
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 900;
  padding-top: 80px;
  line-height: 1.25;
  overflow-x: hidden;
}
@media (width < 768px) {
  body {
    padding-top: 0;
  }
}
body main,
body footer {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
body.open main,
body.open footer {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.spbr {
  display: none;
}
@media (width < 768px) {
  .spbr {
    display: block;
  }
}

.pcbr {
  display: block;
}
@media (width < 768px) {
  .pcbr {
    display: none;
  }
}

/* layout */
.header {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}
@media (width < 768px) {
  .header {
    background: transparent;
    padding: 0;
  }
}

.header__container {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (width < 768px) {
  .header__logoLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    width: 70px;
    height: 70px;
  }
}

.header__logo img {
  height: 40px;
}
@media (width < 768px) {
  .header__logo img {
    width: 48px;
  }
}

.header__hamburger {
  display: none;
  background: #fff;
  border: none;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 1000;
  cursor: pointer;
}
@media (width < 1388px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger span {
  display: block;
  position: absolute;
  left: 50%;
  width: 32px;
  height: 2px;
  background-color: #1e1c1c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__hamburger span:nth-child(1) {
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header__hamburger span:nth-child(2) {
  bottom: 40%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.header__hamburger.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header__hamburger.is-active span:nth-child(2) {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

/* PC Navigation Styles */
.header__navPc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (width < 1388px) {
  .header__navPc {
    display: none;
  }
}

.header__navPcList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__navPcItem {
  position: relative;
}

.header__navPcLink {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__navPcLink:hover {
  color: #000;
}

/* SP Navigation Styles */
.header__navSp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999;
  padding: 80px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__navSpLogo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 240px;
}

.header__navSp.is-active {
  opacity: 1;
  visibility: visible;
}

.header__navSpList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

.header__navSpItem {
  margin: 0;
  border-bottom: 1px solid rgba(30, 28, 28, 0.5);
}

.header__navSpLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 40px;
  color: #333;
  letter-spacing: 0.07em;
}

.header__navSpEn {
  display: block;
  width: 64%;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.header__navSpJa {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.header__navSpItem--contact {
  background-color: #1e1c1c;
  margin-top: 30px;
}

.header__navSpItem--contact .header__navSpLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  color: #fff;
  font-weight: normal;
  padding: 14px 40px;
}
.header__navSpItem--contact .header__navSpEn {
  width: auto;
}
.header__navSpItem--contact .header__navSpJa {
  color: #fff;
  font-weight: normal;
}

.header__navSpSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

.header__navSpSocialLink {
  margin: 0 15px;
}

.header__navSpSocialLink img {
  width: 30px;
  height: 30px;
}

.footer {
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  padding: 140px 20px 40px;
  font-size: 14px;
}
@media (width < 768px) {
  .footer {
    padding: 100px 20px 40px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background-image: url(../img/common/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 78px;
  height: 96px;
}

.footer__container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
@media (width < 768px) {
  .footer__container {
    width: 100%;
  }
}

.footer__contactContainer {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (width < 768px) {
  .footer__contactContainer {
    display: block;
    position: relative;
  }
}

.footer__contact {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 0 200px 200px 0;
}
@media (width < 768px) {
  .footer__contact {
    width: 80%;
    border-radius: 8px;
    text-align: center;
    padding: 30px 8px 60px;
    margin: 0 auto;
  }
}

.footer__contactHeading {
  font-size: 70px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd8b03), color-stop(50%, #fe4d37), to(#ff1c20));
  background: linear-gradient(180deg, #fd8b03 0%, #fe4d37 50%, #ff1c20 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0;
  line-height: 1.1;
}
@media (width < 768px) {
  .footer__contactHeading {
    font-size: 18px;
  }
}

.footer__contactDesc {
  color: #1e1c1c;
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}
@media (width < 768px) {
  .footer__contactDesc {
    font-size: 14px;
    margin-top: 8px;
  }
}

.footer__contactBtn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(130deg, rgba(253, 139, 3, 0.9) 0%, rgba(254, 77, 55, 0.9) 30%, rgba(255, 44, 156, 0.9) 40%, rgba(113, 73, 254, 0.9) 68%, rgba(42, 203, 254, 0.9) 85%);
  width: 240px;
  height: 240px;
  border-radius: 50%;
  cursor: pointer;
}
@media (width < 768px) {
  .footer__contactBtn {
    position: absolute;
    left: 50%;
    bottom: -110px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border: 6px solid #fff;
  }
}

@media (width < 768px) {
  .footer__contactBtnImg {
    width: 24px;
  }
}

.footer__contactBtnText {
  font-size: 18px;
  margin-top: 18px;
}
@media (width < 768px) {
  .footer__contactBtnText {
    font-size: 12px;
    margin-top: 4px;
  }
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  margin-top: 30px;
}
@media (width < 768px) {
  .footer__main {
    margin-top: 80px;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo img {
  max-height: 40px;
}

.footer__siteName {
  font-size: 18px;
  font-weight: bold;
}

.footer__images {
  max-width: 1040px;
  padding-top: 100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile */
  grid-template-rows: repeat(3, 1fr); /* 3 rows for mobile */
  gap: 20px;
}
@media (width >= 768px) {
  .footer__images {
    grid-template-columns: repeat(3, 1fr); /* 3 columns for PC */
    grid-template-rows: repeat(2, 1fr); /* 2 rows for PC */
  }
}

.footer__image {
  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;
  overflow: hidden;
  aspect-ratio: 1.7777777778;
}
.footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer__image--link {
  cursor: pointer;
}

.footer__bottom {
  text-align: center;
  margin-top: 20px;
}

.footer__copyright {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
.container__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.l-main {
  background-image: url(../img/bg/main.jpg);
  background-size: contain;
  padding-bottom: 160px;
}

.l-main--noPadding {
  padding: 0;
}

.l-main__header {
  background-image: url(../img/bg/top.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (width < 768px) {
  .l-main__header {
    background-image: url(../img/bg/top_sp.png);
  }
}

.l-main__headerInner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 90px 0 240px;
}
@media (width < 768px) {
  .l-main__headerInner {
    width: 80%;
    padding: 80px 0 140px;
  }
}

.l-main__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 80px;
}
@media (width < 768px) {
  .l-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
    margin-top: 40px;
  }
}

@media (width < 768px) {
  .l-contents--achievements {
    margin-top: 0;
  }
}

.l-contents__sidebar {
  width: 300px;
}
@media (width < 768px) {
  .l-contents__sidebar {
    width: 100%;
  }
}

.l-contents__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 3;
}
@media (width < 768px) {
  .top-sns {
    display: none;
  }
}

.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top-bg {
  position: relative;
  background-image: url(../img/bg/main.jpg);
  background-size: contain;
  padding-bottom: 160px;
}

.mv__main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-mv {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.top-mv__container {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.top-mv__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.top-mv__main {
  margin-left: auto;
  margin-right: 15%;
  text-align: center;
}

.top-mv__title {
  position: relative;
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  text-align: left;
}
@media (width < 768px) {
  .top-mv__title {
    font-size: 50px;
  }
}
.top-mv__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/top/company_name.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 670px;
  height: 140px;
  mix-blend-mode: hard-light;
}
@media (width < 768px) {
  .top-mv__title::before {
    left: 0;
    width: 80%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.top-mv__img {
  left: 0;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
}

.top-loopWord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100vw;
  padding-top: 36px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3;
}
.top-loopWord span {
  display: inline-block;
  color: rgba(30, 28, 28, 0.8);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 40px;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (width < 768px) {
  .top-mv {
    height: 80vh;
  }
  .top-mv__video {
    height: 100%;
    width: 100%;
  }
  .top-mv__container {
    padding: 0 20px;
  }
  .top-mv__main {
    left: 50%;
    width: 100%;
  }
  .top-mv__img {
    max-width: 280px;
    margin: 0 auto;
  }
}
.top-mv__news {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.top-mv__newsContainer {
  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;
}
@media (width < 768px) {
  .top-mv__newsContainer {
    display: none;
  }
}

.top-mv__newsContent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  color: #fff;
  width: 80%;
  max-width: 800px;
  height: 50px;
  padding: 0 30px;
  border-bottom: 2px solid #fff;
}
.top-mv__newsContent::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.top-mv__newsAllBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
}

.top-mv__newsDate {
  font-size: 14px;
}

.top-mv__newsTitle {
  font-size: 16px;
  font-weight: 500;
}

.top-about {
  position: relative;
  padding: 100px 0;
  z-index: 2;
}
.top-about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/top/about_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}
@media (width < 768px) {
  .top-about::before {
    background-image: url(../img/top/about_bg_sp.png);
  }
}

.top-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media (width < 768px) {
  .top-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
  }
}

.top-about__titleContainer {
  position: relative;
  width: 50%;
}
@media (width < 768px) {
  .top-about__titleContainer {
    width: 100%;
  }
}

.top-about__title {
  font-size: 60px;
  font-weight: 900;
  padding-top: 70px;
}
@media (width < 768px) {
  .top-about__title {
    font-size: 46px;
  }
}

.top-about__subtitle {
  position: absolute;
  top: 0;
  color: rgba(255, 255, 255, 0.1);
  font-size: 120px;
}
@media (width < 768px) {
  .top-about__subtitle {
    font-size: 80px;
  }
}

@media (width < 768px) {
  .top-about__mainImg {
    display: none;
  }
}

.top-about__mainDescs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
  padding-top: 10px;
}
@media (width < 768px) {
  .top-about__mainDescs {
    padding-top: 50px;
  }
}

.top-about__mainDesc:last-child {
  font-size: 36px;
  padding-top: 30px;
}
@media (width < 768px) {
  .top-about__mainDesc:last-child {
    font-size: 30px;
    padding-top: 30px;
  }
}

.top-about__mainBtnContainer {
  padding-top: 30px;
  text-align: right;
}
@media (width < 768px) {
  .top-about__mainBtnContainer {
    padding-top: 50px;
    text-align: center;
  }
}

.top-about__mainBtn {
  background: #fff;
  color: #1e1c1c;
  display: inline-block;
  padding: 24px 40px;
}

.top-achievement {
  position: relative;
  width: 100%;
}
@media (width < 768px) {
  .top-achievement {
    padding: 0 26px;
  }
}
.top-achievement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/achievement.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  width: 48%;
  height: 1080px;
  z-index: 2;
}
@media (width < 768px) {
  .top-achievement::before {
    background-image: url(../img/top/achievement_sp.png);
    background-position: top center;
    width: 100%;
    height: 680px;
  }
}

.top-achievement__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  position: relative;
  max-width: 1300px;
  width: 100%;
  padding-top: 100px;
  margin: 0 auto;
}

.top-achievement__img {
  position: absolute;
  top: -40px;
  left: -200px;
  width: 80%;
  z-index: 2;
}
@media (width < 768px) {
  .top-achievement__img {
    display: none;
  }
}

.top-achievement__main {
  position: relative;
  width: 50%;
  margin-left: auto;
  z-index: 3;
}
@media (width < 768px) {
  .top-achievement__main {
    width: 100%;
    padding-top: 80px;
    margin-left: 0;
  }
}

.top-achievement__title {
  font-size: 60px;
  font-weight: 900;
  padding-top: 70px;
}
@media (width < 768px) {
  .top-achievement__title {
    font-size: 36px;
  }
}

.top-achievement__mainDescs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  margin-top: 60px;
}
@media (width < 768px) {
  .top-achievement__mainDescs {
    margin-top: 40px;
  }
}

@media (width < 768px) {
  .top-achievement__mainDesc {
    font-size: 14px;
  }
}

.top-achievement__mainBtnContainer {
  padding-top: 56px;
  text-align: right;
}
@media (width < 768px) {
  .top-achievement__mainBtnContainer {
    padding-top: 38px;
    text-align: center;
  }
}

.top-history {
  padding: 60px 0;
  overflow: hidden;
}

.top-history__container {
  position: relative;
}
@media (width < 768px) {
  .top-history__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top-history__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 300px;
  padding: 60px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 2;
}
@media (width < 768px) {
  .top-history__main {
    position: static;
    background: #fff;
    padding: 40px 16px;
    margin-top: 20px;
    text-align: center;
    -webkit-backdrop-filter: 0;
            backdrop-filter: 0;
  }
}

.top-history__title {
  position: relative;
  font-size: 40px;
  font-weight: bold;
}
.top-history__title::before {
  content: "HISTORY";
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(30, 28, 28, 0.2);
  font-size: 80px;
  font-weight: 900;
}
@media (width < 768px) {
  .top-history__title::before {
    top: -50px;
    font-size: 60px;
  }
}
@media (width < 768px) {
  .top-history__title {
    font-size: 30px;
  }
}

.top-history__desc {
  margin-top: 20px;
}
@media (width < 768px) {
  .top-history__desc {
    font-size: 14px;
    margin-top: 16px;
  }
}

.top-history__btnContainer {
  margin-top: 60px;
}
@media (width < 768px) {
  .top-history__btnContainer {
    margin-top: 24px;
  }
}

.top-history__btn:hover {
  background-color: #555;
}

.top-history__items {
  margin: 0 -10px;
}

.top-history__item {
  padding: 0 24px;
  width: 300px;
}
@media (width < 768px) {
  .top-history__item {
    width: 160px;
    padding: 0 8px;
  }
}
.top-history__item:nth-child(even) {
  padding-top: 40px;
}
@media (width < 768px) {
  .top-history__item:nth-child(even) {
    padding-top: 20px;
  }
}

.top-history__item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.top-service {
  position: relative;
  padding: 180px 0 80px;
}

.top-service__titleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-service__titleInner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 10px;
}
@media (width < 768px) {
  .top-service__titleInner {
    position: relative;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.top-service__title {
  font-family: "Roboto", sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  color: rgba(30, 28, 28, 0.3);
}
@media (width < 768px) {
  .top-service__title {
    font-size: 60px;
    text-align: center;
  }
}

.top-service__subtitle {
  font-size: 20px;
  color: #1e1c1c;
  letter-spacing: 0.2em;
}
@media (width < 768px) {
  .top-service__subtitle {
    position: absolute;
    left: 50%;
    top: 26px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: normal;
  }
}

.top-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media (width < 768px) {
  .top-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
  }
}

@media (width < 768px) {
  .top-service__items {
    margin-top: 60px;
  }
}

.top-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 50px;
  margin-left: 60px;
}
@media (width < 768px) {
  .top-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    padding: 20px;
    margin-left: 0;
  }
}
.top-service__item + .top-service__item {
  margin-top: 60px;
}
.top-service__item:nth-child(even) {
  margin-left: 0;
  margin-right: 60px;
}
@media (width < 768px) {
  .top-service__item:nth-child(even) {
    margin-right: 0;
  }
}

.top-service__img {
  max-width: 53%;
}
@media (width < 768px) {
  .top-service__img {
    max-width: 100%;
  }
}

.top-service__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 48px;
  border-radius: 30px;
}
@media (width < 768px) {
  .top-service__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}

.top-service__itemTitle {
  position: relative;
  font-size: 60px;
  font-weight: 900;
  padding-left: 60px;
  z-index: 2;
}
@media (width < 768px) {
  .top-service__itemTitle {
    font-size: 40px;
    text-align: center;
  }
}
.top-service__itemTitle::before {
  content: attr(data-number);
  position: absolute;
  color: rgba(30, 28, 28, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-weight: 900;
  z-index: 1;
  left: -20px;
  bottom: -20px;
}
@media (width < 768px) {
  .top-service__itemTitle::before {
    left: 36px;
    font-size: 86px;
  }
}
.top-service__itemTitle::after {
  content: "";
  position: absolute;
  background: url(../img/top/paint_1.png) no-repeat center center/contain;
  width: 370px;
  height: 50px;
  z-index: -1;
  left: -24px;
  bottom: -20px;
}
@media (width < 768px) {
  .top-service__itemTitle::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 280px;
  }
}
.top-service__itemTitle--2::after {
  background: url(../img/top/paint_2.png) no-repeat center center/contain;
}
.top-service__itemTitle--3::after {
  background: url(../img/top/paint_3.png) no-repeat center center/contain;
}
.top-service__itemTitle--4::after {
  background: url(../img/top/paint_4.png) no-repeat center center/contain;
}
.top-service__itemTitle--5::after {
  background: url(../img/top/paint_5.png) no-repeat center center/contain;
}

.top-service__heading {
  font-size: 24px;
  font-weight: bold;
  color: #1e1c1c;
  margin-top: 32px;
}
@media (width < 768px) {
  .top-service__heading {
    font-size: 20px;
    text-align: center;
  }
}

.top-service__desc {
  color: #1e1c1c;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.6;
}
@media (width < 768px) {
  .top-service__desc {
    font-size: 14px;
    text-align: center;
  }
}

.top-service__itemBtnContainer {
  margin-top: 30px;
}
@media (width < 768px) {
  .top-service__itemBtnContainer {
    margin-top: 16px;
    text-align: center;
  }
}

.top-news {
  padding: 50px 40px;
}

.top-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
@media (width < 768px) {
  .top-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-news__title {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-news__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (width < 768px) {
  .top-news__main {
    margin-top: 30px;
  }
}

.top-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (width < 768px) {
  .top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-news__itemImg {
  width: 300px;
  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;
  overflow: hidden;
  aspect-ratio: 1.7777777778;
}
.top-news__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (width < 768px) {
  .top-news__itemImg {
    width: 100%;
  }
}

.top-news__itemContent {
  padding: 0 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (width < 768px) {
  .top-news__itemContent {
    width: 100%;
    padding: 20px;
  }
}

.top-news__itemDate {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.top-news__itemCategories {
  margin-bottom: 10px;
}

.top-news__itemCategory {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #1e1c1c;
}

.top-news__itemTitle {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.top-news__itemDesc {
  font-size: 14px;
  color: #666;
}

.top-news__btnContainer {
  text-align: center;
  margin-top: 20px;
}

.top-news__itemButton {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.top-news__itemButton:hover {
  background-color: #333;
}

.top-recruit {
  margin-top: 30px;
}

.top-recruit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/top/recruit.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (width < 768px) {
  .top-recruit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../img/top/recruit_sp.jpg);
    padding: 60px 24px;
  }
}

.top-recruit__main {
  color: #fff;
  padding: 100px 0 100px 60px;
}
@media (width < 768px) {
  .top-recruit__main {
    padding: 60px 24px 20px;
  }
}

.top-recruit__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.top-recruit__title {
  font-family: "Roboto", sans-serif;
  font-size: 170px;
}
@media (width < 768px) {
  .top-recruit__title {
    font-size: 60px;
  }
}
.top-recruit__title span {
  font-size: 16px;
}

.top-recruit__subtitle {
  font-size: 50px;
}
@media (width < 768px) {
  .top-recruit__subtitle {
    display: none;
  }
}

.top-recruit__desc {
  font-size: 20px;
}

.top-recruit__btn {
  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: 200px;
  height: 200px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  cursor: pointer;
}
@media (width < 768px) {
  .top-recruit__btn {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: 20px;
    border: 2px solid #fff;
  }
}
.top-recruit__btn:hover {
  background: #fff;
  color: #1e1c1c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* about-us */
.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px 0;
}
@media (width < 768px) {
  .about__items {
    gap: 60px 0;
  }
}

.about__item {
  position: relative;
}
.about__item:nth-child(even) .about__itemMain {
  width: 50%;
  margin-left: auto;
}
@media (width < 768px) {
  .about__item:nth-child(even) .about__itemMain {
    width: 100%;
    margin-left: 0;
  }
}
.about__item:nth-child(even) .about__itemImg {
  left: 0;
  right: auto;
}
@media (width < 768px) {
  .about__item:nth-child(even) .about__itemImg {
    left: auto;
    right: -10px;
  }
}

.about__itemMain {
  position: relative;
  max-width: 600px;
  z-index: 2;
}

.about__itemTitle {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 100px;
  font-weight: 900;
  color: #fd8b03;
  line-height: 1.2;
  opacity: 0.9;
}
@media (width < 768px) {
  .about__itemTitle {
    font-size: 60px;
    padding-top: 50px;
    opacity: 0.8;
  }
}

.about__itemTitle--coreVision {
  position: relative;
  left: -190px;
  color: #fe4d37;
}
.about__itemTitle--coreVision span {
  left: 100px;
}
@media (width < 768px) {
  .about__itemTitle--coreVision span {
    left: 0;
  }
}
@media (width < 768px) {
  .about__itemTitle--coreVision {
    left: 0;
    padding-top: 20px;
    line-height: 1;
  }
}

.about__itemTitle--vision {
  color: #ff2c9c;
}

.about__itemSubtitle {
  position: absolute;
  left: -10px;
  bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  margin-top: 8px;
  color: #333;
}
@media (width < 768px) {
  .about__itemSubtitle {
    left: 0;
    bottom: -2px;
    font-size: 18px;
  }
}

.about__itemHeading {
  font-size: 32px;
  font-weight: 900;
  margin-top: 24px;
  line-height: 1.4;
}
@media (width < 768px) {
  .about__itemHeading {
    font-size: 24px;
    margin-top: 40px;
  }
}

.about__itemText {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.8;
  margin-top: 16px;
  color: #333;
}
@media (width < 768px) {
  .about__itemText {
    font-size: 14px;
  }
}

.about__itemImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
@media (width < 768px) {
  .about__itemImg {
    right: -10px;
    width: 64%;
  }
}

.about__value {
  margin-top: 30px;
}

.about__valueHeader {
  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: 0 40px;
}
@media (width < 768px) {
  .about__valueHeader {
    display: block;
    position: relative;
    padding-top: 20px;
  }
}

.about__valueTitle {
  position: relative;
  color: #b032b4;
  font-size: 100px;
  font-weight: 900;
  line-height: 1.2;
  opacity: 0.9;
}
@media (width < 768px) {
  .about__valueTitle {
    font-size: 60px;
    opacity: 0.8;
  }
}
.about__valueTitle span {
  position: absolute;
  left: -10px;
  bottom: -10px;
  font-size: 30px;
  color: #333;
  z-index: 2;
}
@media (width < 768px) {
  .about__valueTitle span {
    left: 0;
    bottom: -2px;
    font-size: 18px;
  }
}

.about__valueImg {
  width: 300px;
}
@media (width < 768px) {
  .about__valueImg {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
  }
}

.about__valueItems {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 30px;
  margin: 0 auto;
}
@media (width < 768px) {
  .about__valueItems {
    width: 100%;
    padding-top: 60px;
  }
}

.about__valueItem {
  font-size: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #252525;
}
@media (width < 768px) {
  .about__valueItem {
    font-size: 14px;
    padding: 16px 0;
  }
}
.about__valueItem:last-child {
  border: 0;
}

.about__message {
  margin-top: 40px;
}

.about__messageHeader {
  margin-bottom: 40px;
}

.about__messageTitle {
  position: relative;
  left: 20px;
  font-size: 100px;
  font-weight: 900;
  color: #4b9ef8;
  line-height: 1.2;
}
@media (width < 768px) {
  .about__messageTitle {
    left: 0;
    font-size: 60px;
  }
}

.about__messageSubtitle {
  display: block;
  position: absolute;
  left: -10px;
  bottom: 10px;
  font-size: 24px;
  color: #333;
  margin-top: 8px;
}
@media (width < 768px) {
  .about__messageSubtitle {
    left: 0;
    bottom: 0px;
    font-size: 18px;
  }
}

.about__messageContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (width < 768px) {
  .about__messageContent {
    gap: 16px;
  }
}

.about__messageHeading {
  width: 100%;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.4;
}
@media (width < 768px) {
  .about__messageHeading {
    font-size: 24px;
  }
}

.about__messageDescs {
  margin-top: 70px;
}
@media (width < 768px) {
  .about__messageDescs {
    margin-top: 0;
  }
}

.about__messageDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (width < 768px) {
  .about__messageDesc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about__messageDesc:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width < 768px) {
  .about__messageDesc:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about__messageDesc + .about__messageDesc {
  margin-top: 20px;
}

.about__messageDesc p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about__messageCeo {
  margin-top: 40px;
}
@media (width < 768px) {
  .about__messageCeo {
    text-align: right;
  }
}

.about__messagePosition {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.about__messageNameJp {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}

.about__messageNameEn {
  display: block;
  font-size: 16px;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.news__titleContainer {
  position: relative;
  width: 100%;
  padding: 20px;
}

.news__titleBg {
  position: absolute;
  top: 40%;
  left: 210px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 160px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  z-index: 1;
}

.news__title {
  position: relative;
  font-size: 80px;
  font-weight: bold;
  color: white;
  z-index: 2;
}

.news__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
@media (width < 768px) {
  .news__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    margin-top: 30px;
  }
}

.news__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (width < 768px) {
  .news__items {
    gap: 30px;
  }
}

.news__item {
  width: 48%;
}
@media (width < 768px) {
  .news__item {
    width: 100%;
  }
}

.news__itemLink {
  display: block;
  padding: 15px;
}

.news__itemThumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.news__itemThumbnail 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;
}

.news__itemTitle {
  font-size: 20px;
  margin-bottom: 10px;
}

.news__itemMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 10px;
}

.news__itemCategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.news__itemCategories li {
  background: white;
  color: black;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #1e1c1c;
}

.news__sidebar {
  width: 300px;
}
@media (width < 768px) {
  .news__sidebar {
    width: 100%;
  }
}

/* company */
.company__history {
  position: relative;
  padding-top: 80px;
}

.company__historyTimeline {
  position: relative;
}

.company__historyItem {
  position: relative;
  margin-bottom: 90px;
}

.company__historyItemYear {
  position: absolute;
  left: 40px;
  top: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 160px;
  font-weight: 900;
  color: rgba(253, 139, 3, 0.4);
  line-height: 1;
  white-space: nowrap;
}
@media (width < 768px) {
  .company__historyItemYear {
    top: 24px;
    left: 0;
    font-size: 70px;
  }
}
.company__historyItemYear--2 {
  color: rgba(254, 77, 55, 0.4);
}
.company__historyItemYear--3 {
  color: rgba(255, 44, 156, 0.4);
}
.company__historyItemYear--4 {
  color: rgba(176, 50, 180, 0.4);
}
.company__historyItemYear--5 {
  color: rgba(56, 148, 230, 0.4);
}
.company__historyItemYear--6 {
  color: rgba(48, 193, 168, 0.4);
}

.company__historyItemContent {
  position: relative;
  padding-top: 120px;
  border-top: 2px solid rgba(30, 28, 28, 0.5);
}
.company__historyItemContent::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #1e1c1c;
  border-radius: 50%;
}
@media (width < 768px) {
  .company__historyItemContent::before {
    top: -9px;
    left: -8px;
    width: 16px;
    height: 16px;
  }
}
@media (width < 768px) {
  .company__historyItemContent {
    padding-top: 60px;
  }
}

.company__historyItemTitle {
  position: relative;
  font-size: 60px;
  font-weight: 900;
  z-index: 2;
}
@media (width < 768px) {
  .company__historyItemTitle {
    font-size: 30px;
  }
}

.company__historyItemImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media (width < 768px) {
  .company__historyItemImgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.company__historyItemImg:first-child {
  width: 60%;
}
@media (width < 768px) {
  .company__historyItemImg:first-child {
    width: 100%;
  }
}
.company__historyItemImg:last-child {
  width: 40%;
}
@media (width < 768px) {
  .company__historyItemImg:last-child {
    width: 60%;
  }
}

.company__historyItemText {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 24px;
}

.company__profile {
  position: relative;
}
.company__profile dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}
.company__profile dt,
.company__profile dd {
  padding: 20px 0;
  border-bottom: 1px solid #565656;
}
@media (width < 768px) {
  .company__profile dt,
  .company__profile dd {
    border-bottom: 2px solid #565656;
  }
}
.company__profile dt {
  width: 200px;
  font-size: 20px;
  font-weight: 800;
}
@media (width < 768px) {
  .company__profile dt {
    font-size: 14px;
    width: 25%;
  }
}
.company__profile dd {
  width: calc(100% - 200px);
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
@media (width < 768px) {
  .company__profile dd {
    width: 75%;
    font-size: 12px;
  }
}

.company__profileTitleEn {
  position: absolute;
  top: -56px;
  left: 20px;
  color: rgba(244, 222, 19, 0.4);
  font-size: 80px;
  z-index: 1;
}
@media (width < 768px) {
  .company__profileTitleEn {
    left: 0;
    font-size: 70px;
    line-height: 1;
  }
}

.company__map {
  margin-top: 50px;
}
.company__map iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* service */
.service__item + .service__item {
  margin-top: 80px;
}

.service__item--detail .service__itemTitle {
  padding-left: 0;
}
.service__item--detail .service__itemImage {
  margin-top: 20px;
}
.service__item--detail .service__itemImage:hover {
  opacity: 1;
}

.service__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 10px;
  position: relative;
  font-size: 42px;
  font-weight: 900;
  padding-left: 90px;
  z-index: 2;
}
@media (width < 768px) {
  .service__itemTitle {
    font-size: 24px;
    padding-left: 40px;
  }
}
.service__itemTitle span {
  font-size: 26px;
}
@media (width < 768px) {
  .service__itemTitle span {
    font-size: 10px;
  }
}
.service__itemTitle::before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  bottom: -28px;
  color: rgba(37, 37, 37, 0.3);
  font-family: "Roboto", sans-serif;
  font-size: 100px;
}
@media (width < 768px) {
  .service__itemTitle::before {
    bottom: -16px;
    font-size: 60px;
  }
}

.service__itemImage {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.service__itemImage:hover {
  opacity: 0.8;
}

.service__itemImageLink {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1e1c1c;
  color: #fff;
  font-size: 16px;
  padding: 20px 54px;
}
@media (width < 768px) {
  .service__itemImageLink {
    font-size: 12px;
    padding: 12px 30px;
  }
}

.service__itemText {
  font-size: 16px;
  padding-top: 40px;
  line-height: 1.8;
}
@media (width < 768px) {
  .service__itemText {
    font-size: 14px;
  }
}

/* recruit */
.recruit__movie {
  position: relative;
  padding-top: 56.25%;
}
.recruit__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit__slogan {
  padding-top: 80px;
}

.recruit__sloganTitle {
  color: #ff8000;
  font-size: 120px;
  font-weight: 900;
  line-height: 1.2;
}
@media (width < 768px) {
  .recruit__sloganTitle {
    font-size: 40px;
  }
}

.recruit__sloganText {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media (width < 768px) {
  .recruit__sloganText {
    font-size: 20px;
  }
}

.recruit__sloganContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
}
@media (width < 768px) {
  .recruit__sloganContent {
    gap: 24px;
  }
}

.recruit__sloganHeading {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media (width < 768px) {
  .recruit__sloganHeading {
    font-size: 32px;
  }
}

.recruit__sloganList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruit__sloganItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #252525;
}
.recruit__sloganItem:first-child {
  padding-top: 0;
}
.recruit__sloganItem:last-child {
  border: 0;
}
@media (width < 768px) {
  .recruit__sloganItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit__sloganItemTitle {
  width: 200px;
  font-size: 20px;
  font-weight: 900;
}

.recruit__sloganItemText {
  font-size: 16px;
  line-height: 1.6;
}
@media (width < 768px) {
  .recruit__sloganItemText {
    padding-top: 10px;
  }
}

.recruit__goal {
  padding-left: 100px;
  margin-top: 50px;
}
@media (width < 768px) {
  .recruit__goal {
    padding-left: 0;
  }
}

.recruit__goalTitle {
  font-size: 120px;
  font-weight: 900;
  color: #ff4b33;
  line-height: 1.2;
}
@media (width < 768px) {
  .recruit__goalTitle {
    font-size: 40px;
  }
}

.recruit__goalList {
  margin-top: 20px;
}

.recruit__goalItem {
  font-size: 20px;
  border-bottom: 1px solid #333;
  padding: 20px 0;
}
.recruit__goalItem:last-child {
  border: 0;
}
@media (width < 768px) {
  .recruit__goalItem {
    font-size: 18px;
    font-weight: bold;
  }
}

.recruit__workItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px 0;
  margin-top: 80px;
}

.recruit__workItemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media (width < 768px) {
  .recruit__workItemHeader {
    gap: 0 18px;
  }
}

.recruit__workItemTitle {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 900;
  top: 0;
}
@media (width < 768px) {
  .recruit__workItemTitle {
    font-size: 18px;
  }
}

.recruit__workItemHeaderMain {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruit__workItemTitleEn {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: #ff1e89;
  z-index: 1;
}
@media (width < 768px) {
  .recruit__workItemTitleEn {
    font-size: 40px;
  }
}
.recruit__workItemTitleEn--2 {
  color: #b032b4;
}
.recruit__workItemTitleEn--3 {
  color: #3894e6;
}
.recruit__workItemTitleEn--4 {
  color: #30c1a8;
}

.recruit__workItemImg {
  position: relative;
  margin-top: 132px;
}
@media (width < 768px) {
  .recruit__workItemImg {
    margin-top: 70px;
  }
}

.recruit__workItemMain {
  margin-top: 40px;
}

.rectuit__workItemMain {
  margin-top: 20px;
}

.recruit__workItemHeading {
  font-size: 42px;
  font-weight: 900;
}
@media (width < 768px) {
  .recruit__workItemHeading {
    font-size: 24px;
  }
}

.recruit__workItemText {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
}
@media (width < 768px) {
  .recruit__workItemText {
    font-size: 14px;
  }
}

.recruit__btnContainer {
  margin-top: 160px;
  text-align: center;
}
@media (width < 768px) {
  .recruit__btnContainer {
    margin-top: 40px;
  }
}

.thanks__main {
  max-width: 800px;
  width: 100%;
  padding-top: 82px;
  margin: 0 auto;
}
@media (width < 768px) {
  .thanks__main {
    padding: 46px 20px 0;
  }
}

.thanks__descs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 80px 20px;
  text-align: center;
}
@media (width < 768px) {
  .thanks__descs {
    padding: 30px 20px;
    text-align: left;
  }
}

.thanks__desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
@media (width < 768px) {
  .thanks__desc {
    font-size: 14px;
  }
}

.thanks__btnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

.privacyPolicy__main {
  max-width: 900px;
  width: 100%;
  padding-top: 82px;
  margin: 0 auto;
}

.privacyPolicy__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 48px 50px;
}
@media (width < 768px) {
  .privacyPolicy__contents {
    padding: 24px 16px;
  }
}
.privacyPolicy__contents dt {
  font-size: 16px;
  font-weight: 600;
}
@media (width < 768px) {
  .privacyPolicy__contents dt {
    font-size: 14px;
  }
}
.privacyPolicy__contents dd {
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  line-height: 1.6;
}
@media (width < 768px) {
  .privacyPolicy__contents dd {
    font-size: 10px;
  }
}
.privacyPolicy__contents dd + dt {
  margin-top: 24px;
}

/* contact */
.contact__main {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.wpcf7-form {
  color: #fff;
  margin-top: 100px;
  padding: 0 20px;
}

.contact__formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media (width < 768px) {
  .contact__formItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
  }
}
.contact__formItem + .contact__formItem {
  margin-top: 64px;
}
@media (width < 768px) {
  .contact__formItem + .contact__formItem {
    margin-top: 38px;
  }
}

@media (width < 768px) {
  .contact__formItem--check + .contact__formItem--check {
    margin-top: 58px;
  }
}

input[type=radio] + span {
  margin: 0 8px 0 0;
}

.contact__formItemLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #1e1c1c;
  width: 300px;
  font-size: 18px;
  font-weight: 800;
  padding-left: 70px;
}
@media (width < 768px) {
  .contact__formItemLabel {
    font-size: 16px;
  }
}
.contact__formItemLabel::before {
  content: "必須";
  position: absolute;
  right: 0;
  padding: 3px 8px;
  background: #c5002b;
  color: #fff;
  font-weight: bold;
}
@media (width < 768px) {
  .contact__formItemLabel::before {
    left: 0;
    right: auto;
  }
}

.contact__formItemLabel--textarea {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin-top: 14px;
}
@media (width < 768px) {
  .contact__formItemLabel--textarea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
@media (width < 768px) {
  .wpcf7-form-control-wrap {
    margin-top: 16px;
  }
}

.wpcf7-form-control {
  padding: 8px;
}
.wpcf7-form-control.wpcf7-radio {
  padding: 0;
  margin: 0;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 24px;
  line-height: 3;
}
@media (width < 768px) {
  .wpcf7-radio {
    gap: 16px;
  }
}
.wpcf7-radio .wpcf7-list-item {
  background: #232323;
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item label {
  font-weight: 600;
  padding: 4px 10px;
}
@media (width < 768px) {
  .wpcf7-radio .wpcf7-list-item label {
    font-size: 14px;
    padding: 0 12px;
  }
}

.wpcf7-text {
  height: 40px;
}

.wpcf7-text,
.wpcf7-textarea {
  background: #fff;
  border: 2px solid #1e1c1c;
}

.contact__formItemCount {
  display: block;
  color: #1e1c1c;
  padding-top: 14px;
  text-align: right;
}
@media (width < 768px) {
  .contact__formItemCount {
    padding: 14px 20px 0;
  }
}

.contact__formItemLink {
  color: #d60b37;
  text-decoration: underline;
}

.contact__formItem--privacyPolicy {
  color: #1e1c1c;
}
.contact__formItem--privacyPolicy span {
  font-weight: normal;
  text-align: center;
}

.contact__btnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
@media (width < 768px) {
  .contact__btnContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__btn {
  width: 70%;
  max-width: 400px;
}
.wpcf7-spinner {
  display: none;
}

/* check */
.contact__formItemCheckText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  color: #1e1c1c;
  font-weight: bold;
}
@media (width < 768px) {
  .contact__formItemCheckText {
    padding-top: 24px;
  }
}
.contact__formItemCheckText::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  background: #1e1c1c;
  width: 100%;
  height: 2px;
}

.achievements__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (width < 768px) {
  .achievements__items {
    gap: 12px;
  }
}

.achievements__item {
  width: 48%;
  max-width: 400px;
  background: rgba(30, 28, 28, 0.8);
  color: #fff;
  text-align: center;
  padding: 40px;
  aspect-ratio: 1/1;
}
@media (width < 768px) {
  .achievements__item {
    padding: 12px 2px;
  }
}

.achievements__itemIcon {
  margin-bottom: 15px;
}
@media (width < 768px) {
  .achievements__itemIcon {
    margin-bottom: 4px;
  }
}
.achievements__itemIcon img {
  width: 50px;
  height: 50px;
}
@media (width < 768px) {
  .achievements__itemIcon img {
    width: 30px;
    height: 30px;
  }
}

.achievements__itemTitle {
  position: relative;
  font-size: 18px;
  padding-bottom: 16px;
  margin-bottom: 10px;
}
@media (width < 768px) {
  .achievements__itemTitle {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.achievements__itemTitle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #fff;
}

.achievements__itemNumber {
  position: relative;
  font-size: 140px;
  font-weight: bold;
}
@media (width < 768px) {
  .achievements__itemNumber {
    font-size: 62px;
  }
}
.achievements__itemNumber .number {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (width < 768px) {
  .achievements__itemNumber .number {
    line-height: 1;
  }
}
.achievements__itemNumber .number--2 {
  position: relative;
  left: 30px;
}
@media (width < 768px) {
  .achievements__itemNumber .number--2 {
    left: 10px;
  }
}
.achievements__itemNumber .unit {
  font-size: 60px;
}
@media (width < 768px) {
  .achievements__itemNumber .unit {
    font-size: 30px;
  }
}
.achievements__itemNumber .unit--2 {
  position: relative;
  right: 10px;
  bottom: -38px;
  font-size: 24px;
}
@media (width < 768px) {
  .achievements__itemNumber .unit--2 {
    right: 0px;
    bottom: -14px;
    font-size: 12px;
  }
}
.achievements__itemNumber::before {
  content: attr(data-number);
  position: absolute;
  width: 100%;
  left: 0;
  top: -100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.single__containerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single__header {
  color: #fff;
  padding: 40px 0;
}
@media (width < 768px) {
  .single__header {
    padding: 0 0 40px;
  }
}

.single__headerMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #1e1c1c;
  font-weight: bold;
  margin-bottom: 20px;
}

.single__headerDate {
  font-size: 14px;
  font-weight: bold;
}

.single__headerCategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.single__headerCategory {
  display: inline-block;
  padding: 4px 12px;
  background: #fff;
  color: #1e1c1c;
  font-size: 12px;
  border: 1px solid #1e1c1c;
  border-radius: 2px;
}

.single__thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.single__thumbnail 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;
}

.single__headerTitle {
  position: relative;
  color: #1e1c1c;
  font-size: 32px;
  font-weight: bold;
  margin-top: 64px;
  line-height: 1.4;
  z-index: 1;
}
@media (width < 768px) {
  .single__headerTitle {
    font-size: 20px;
    margin-top: 24px;
  }
}

.single__body {
  color: #1e1c1c;
  margin-top: 20px;
}

.single__sidebar {
  width: 342px;
}
@media (width < 768px) {
  .single__sidebar {
    width: 100%;
  }
}

.recentPosts {
  padding: 30px 20px;
}
@media (width < 768px) {
  .recentPosts {
    padding: 30px 0;
  }
}

.recentPostsTitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.recentPostsItem {
  position: relative;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .recentPostsItem {
    margin-bottom: 48px;
  }
}

.recentPostsImage {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.recentPostsImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recentPostsContent {
  margin-top: 16px;
}

.recentPostsMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.recentPostsDate {
  font-size: 12px;
}

.recentPostsCategory {
  display: inline-block;
  padding: 4px 12px;
  background: #fff;
  color: #1e1c1c;
  font-size: 12px;
  border: 1px solid #1e1c1c;
  border-radius: 2px;
}

.recentPostsHeading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 60px;
  color: #fff;
}
@media (width < 768px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-breadcrumb li {
  position: relative;
}

.c-breadcrumb li a {
  font-weight: bold;
  font-size: 16px;
}

.c-breadcrumb li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 26px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-categoryList h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-categoryList ul {
  border-top: 4px solid #1e1c1c;
  padding: 0;
  margin: 0;
}

.c-categoryList li {
  border-bottom: 1px solid #1e1c1c;
}

.c-categoryList a {
  display: block;
  font-size: 16px;
  color: #1e1c1c;
  padding: 24px 0;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.c-title {
  position: relative;
  width: 100%;
  margin-top: 120px;
}
@media (width < 768px) {
  .c-title {
    margin-top: 40px;
  }
}

.c-title__main {
  position: relative;
  color: #fff;
  font-size: min(80px, 5vw);
  font-weight: 900;
  line-height: 1.1;
  z-index: 2;
}
@media (width < 768px) {
  .c-title__main {
    font-size: 28px;
  }
}

.c-title__bg {
  position: absolute;
  top: -100px;
  font-family: "Roboto", sans-serif;
  font-size: 160px;
  font-weight: 900;
  color: rgba(30, 28, 28, 0.2);
  z-index: 1;
}
@media (width < 768px) {
  .c-title__bg {
    top: -30px;
    left: -20px;
    font-size: 50px;
  }
}

.c-title__desc {
  color: #fff;
  font-weight: bold;
  margin-top: 14px;
}

.c-sidebarNav {
  position: sticky;
  top: 140px;
}

.c-sidebarNav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (width < 768px) {
  .c-sidebarNav__items {
    gap: 0;
  }
}

.c-sidebarNav__item {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (width < 768px) {
  .c-sidebarNav__item {
    padding: 0 24px;
    margin-top: 20px;
  }
  .c-sidebarNav__item:not(:last-child) {
    border-bottom: 2px solid rgba(30, 28, 28, 0.5);
  }
}

.c-sidebarNav__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: rgba(30, 28, 28, 0.5);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (width < 768px) {
  .c-sidebarNav__itemLink {
    color: #1e1c1c;
    padding-bottom: 16px;
  }
}
.c-sidebarNav__itemLink:hover {
  opacity: 1;
}
.c-sidebarNav__itemLink.isActive {
  color: #1e1c1c;
}

.c-sidebarNavEn {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.c-sidebarNavJa {
  font-size: 14px;
  margin-top: 8px;
}

.c-btn {
  display: inline-block;
  padding: 24px 40px;
  background: #1e1c1c;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn:hover {
  opacity: 0.8;
}

.c-btn--white {
  background: #fff;
  color: #1e1c1c;
}

.c-btn--wide {
  width: 400px;
}
@media (width < 768px) {
  .c-btn--wide {
    width: 180px;
    padding: 14px 40px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: bold;
  margin-top: 20px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pagination .current {
  background: #1e1c1c;
  color: #fff;
  border-color: #1e1c1c;
}/*# sourceMappingURL=style.css.map */