:root { --width: 1 /1440 * 100vw; }
@media (max-width: 780px) { :root { --width: 1 / 560 * 100vw; } }
.pc{display: block;} .sp{display: none;}
@media (max-width: 780px) {.pc{display: none;} .sp{display: block;}}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(88 * var(--width));
}
header,
main,
footer {
    margin: 0 auto;
}
section {
    position: relative;
    z-index: 1;
}
img {
    width: 100%;
    height: auto;
    display: block;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(88 * var(--width));
    background-color: #fff;
    z-index: 100;
    padding: 0 calc(33 * var(--width));
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}
.header__logo {
    width: calc(221 * var(--width));
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header__logo a {
    width: calc(221 * var(--width));
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: calc(50 * var(--width));
}
.header__nav nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: calc(50 * var(--width));
}
.header__nav nav a {
    color: #1A2A45;
    text-decoration: none;
    font-size: calc(16 * var(--width));
    font-weight: 700;
}
.header__nav__contact {
    background-color: #F28C28;
    color: #fff;
    padding: calc(16 * var(--width)) calc(32 * var(--width));
    border-radius: calc(100 * var(--width));
    text-decoration: none;
    font-size: calc(16 * var(--width));
    font-weight: 700;
    transition: transform 0.3s ease-in-out;
}
.header__nav__contact:hover {
    transform: scale(1.05);
}
.fv {
    position: relative;
    width: 100%;
    height: auto;
}
.fv__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: calc(23 * var(--width));
}
.fv__title h2 {
    font-size: calc(52 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: calc(24 * var(--width)) calc(22 * var(--width)) calc(0 * var(--width));
    border-radius: calc(8 * var(--width));
}
.fv__title h2 span {
    color: #F28C28;
}

.fv-sub .fv__title {
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: calc(75 * var(--width));
    gap: calc(0 * var(--width));
}
.fv-sub .fv__title p {
    font-size: calc(70 * var(--width));
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.fv-sub .fv__title h2 {
    writing-mode: horizontal-tb;
    text-orientation: upright;
    background-color: transparent;
    font-size: calc(24 * var(--width));
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0;
}

.fv__bg {
    width: 100%;
    height: auto;
}
.fv__img {
    position: absolute;
    right: 0;
    bottom: calc(33 * var(--width));
    width: calc(443 * var(--width));
    height: auto;
}
.service {
    padding: calc(68 * var(--width)) calc(51 * var(--width)) 0;
    background: #FFFEEA;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(10 * var(--width));
}
.title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(10 * var(--width));
    padding-left: calc(51 * var(--width));
}
.title p {
    font-size: calc(72 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1;
}
.title h2 {
    font-size: calc(20 * var(--width));
    font-weight: 700;
    color: #1A2A45;
}
.title a {
    margin-top: calc(45 * var(--width));
}
.service__line {
    position: absolute;
    /* top: calc(105 * var(--width)); */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
path {
    stroke-dasharray: 2200;
    stroke-dashoffset: 2200;
}
.service__line.active path ,
.works__line.active path {
  animation: draw 2s ease-in-out forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.service__icon01 {
    position: absolute;
    top: calc(175 * var(--width));
    left: calc(477 * var(--width));
    width: calc(109 * var(--width));
    height: auto;
    z-index: -1;
}
.service__icon02 {
    position: absolute;
    top: calc(200 * var(--width));
    left: calc(402 * var(--width));
    width: calc(109 * var(--width));
    height: auto;
    z-index: -1;
}
.text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(34 * var(--width));
    padding-right: calc(51 * var(--width));
}
.text p {
    font-size: calc(18 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 2.5;
    letter-spacing: 0.05em;
}
.btn {
    background-color: #F28C28;
    border-radius: calc(100 * var(--width));
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(10 * var(--width));
}
.btn.btn02 {
    background-color: #1A2A45;
    position: relative;
}
.btn.btn02 img {
    position: absolute;
    right: calc(12 * var(--width));
    top: 50%;
    transform: translateY(-50%);
}
.btn.w190 {
    width: calc(190 * var(--width));
    height: calc(54 * var(--width));
}
.btn.w300 {
    width: calc(300 * var(--width));
    height: calc(60 * var(--width));
}
.btn.btn02.w312 {
    width: calc(312 * var(--width));
    height: calc(54 * var(--width));
}
.btn.w395 {
    width: calc(395 * var(--width));
    height: calc(90 * var(--width));
    gap: calc(12 * var(--width));
}
.btn p {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #fff;
}
.btn img {
    width: calc(33 * var(--width));
    height: auto;
}
.btn__mail {
    width: calc(36 * var(--width));
    height: auto;
}
.btn__title {
    font-size: calc(20 * var(--width));
    font-weight: 700;
    color: #fff;
}
.service__content {
    width: 100%;
    padding-top: calc(53 * var(--width));
    padding-bottom: calc(60 * var(--width));
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(10 * var(--width));
}
.service__content__item {
    width: calc(320 * var(--width));
    height: calc(430 * var(--width));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(10 * var(--width));
    border-radius: calc(20 * var(--width));
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}
.service__content__item:nth-of-type(2n) {
    margin-top: calc(60 * var(--width));
}
.service__content__item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service__content__item__data {
    font-size: calc(18 * var(--width));
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.service__content__item__title {
    font-size: calc(38 * var(--width));
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: calc(20 * var(--width));
}
.service__content__item__text {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}
.service__content__item__arrow {
    position: absolute;
    bottom: calc(28 * var(--width));
    left: 50%;
    transform: translateX(-50%);
    width: calc(33 * var(--width));
    height: auto;
}
.works {
    background: url(../images/works-bg.webp) repeat center center / cover;
    padding: calc(96 * var(--width)) calc(208 * var(--width)) calc(75 * var(--width)) 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.works__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.works__icon01 {
    position: absolute;
    top: calc(270 * var(--width));
    right: calc(77 * var(--width));
    width: calc(113 * var(--width));
    height: auto;
    z-index: -1;
}
.works__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(45 * var(--width));
}
.works__content__item {
    width: calc(312 * var(--width));
    height: calc(360 * var(--width));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    border-radius: calc(20 * var(--width));
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 0 calc(20 * var(--width)) 0 #1A2A4524;
}
.works__content__item__img {
    width: 100%;
    height: calc(200 * var(--width));
    object-fit: cover;
    object-position: center;
}
.works__content__item__detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: calc(20 * var(--width)) calc(20 * var(--width)) 0;
    height: calc(160 * var(--width));
    width: 100%;
}
.works__content__item__detail__title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #1A2A45;
    width: calc(180 * var(--width));
    height: calc(32 * var(--width));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: calc(100 * var(--width));
    font-size: calc(16 * var(--width));
    font-weight: 700;
    line-height: 1;
}
.works__content__item__detail__text {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
    text-align: center;
}
.recruit {
    background: url(../images/recruit-bg.webp) no-repeat center center / cover;
    padding: calc(90 * var(--width)) calc(202 * var(--width)) calc(75 * var(--width));
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}
.recruit .title {
    padding-left: 0;
    margin-bottom: calc(30 * var(--width));
}
.recruit__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: calc(8 * var(--width));
    padding-bottom: calc(45 * var(--width));
    gap: calc(8 * var(--width));
    width: calc(500 * var(--width));
}
.recruit__content__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    background: #fff;
    width: 100%;
    border-radius: calc(12 * var(--width));
    padding: calc(28 * var(--width));
    border: 2px solid #1A2A45;
    position: relative;
    cursor: pointer;
}
.recruit__content__item__title {
    font-size: calc(18 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1;
}
.recruit__content__item__arrow {
    width: calc(33 * var(--width));
    height: auto;
    position: absolute;
    top: 50%;
    right: calc(28 * var(--width));
    transform: translateY(-50%);
}
.news {
    background: #FFFEEA;
    padding: calc(90 * var(--width)) 0 calc(84 * var(--width));
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.news .title {
    align-items: center;
    padding-left: 0;
    margin-bottom: calc(30 * var(--width));
}
.news__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(10 * var(--width));
    width: calc(1030 * var(--width));
    margin: 0 auto;
    padding-bottom: calc(52 * var(--width));
}
.news__content__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    background: #fff;
    width: 100%;
    border-radius: calc(12 * var(--width));
    padding: calc(28 * var(--width)) calc(32 * var(--width));
    border: 2px solid #1A2A45;
    position: relative;
}
.news__content__item__data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(32 * var(--width));
    width: calc(315 * var(--width));
}
.news__content__item__data__date {
    font-size: calc(16 * var(--width));
    font-weight: 600;
    color: #1A2A45;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
}
.news__content__item__data__category {
    font-size: calc(13 * var(--width));
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    background-color: #1A2A45;
    padding: calc(8 * var(--width)) calc(24 * var(--width));
    border-radius: calc(100 * var(--width));
}
.news__content__item__title {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
    width: calc(100% - 315 * var(--width));
    /* padding-left: calc(100 * var(--width)); */
}
.contact {
    background: url(../images/contact-bg.webp) no-repeat center center / cover;
    padding: calc(80 * var(--width)) 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.contact__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: calc(24 * var(--width));
    padding-bottom: calc(57 * var(--width));
}
.contact__title h2 {
    font-size: calc(38 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1;
    text-align: center;
}
.contact__title p {
    font-size: calc(16 * var(--width));
    font-weight: 400;
    color: #1A2A45;
    line-height: 1.5;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}
.contact__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(70 * var(--width));
}
.contact__content__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.contact__content__item__tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(13 * var(--width));
    text-decoration: none;
}
.contact__content__item__tel__img {
    width: calc(36 * var(--width));
    height: auto;
}
.contact__content__item__tel__text {
    font-size: calc(48 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    font-family: "Poppins", sans-serif;
}
.contact__content__item__text {
    font-size: calc(20 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1;
}
.footer {
    background: #F7F7F7;
}
.footer__content {
    padding: calc(70 * var(--width)) calc(103 * var(--width)) calc(45 * var(--width)) calc(125 * var(--width));
    display: flex;
    justify-content: space-between;
    gap: calc(125 * var(--width));
}
.footer__content__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer__content__item__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: calc(16 * var(--width));
}
.footer__content__item__title__img {
    width: calc(307 * var(--width));
    height: auto;
}
.footer__content__item__text {
    font-size: calc(18 * var(--width));
    font-weight: 700;
    color: #040404;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: calc(40 * var(--width));
}
.footer__content__item__address {
    font-size: calc(14 * var(--width));
    font-weight: 400;
    color: #040404;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
}
.footer__content__nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: calc(24 * var(--width));
    width: calc(500 * var(--width));
}
.footer__content__nav__item {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: calc(28 * var(--width)) calc(48 * var(--width));
}
.footer__content__nav__item a {
    text-decoration: none;
    color: #040404;
    font-size: calc(16 * var(--width));
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
}
.footer__content__nav a {
    text-decoration: none;
    color: #040404;
    font-size: calc(16 * var(--width));
    font-weight: 500;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
}
.footer__copy {
    width: 100%;
    height: calc(54 * var(--width));
    background: #1A2A45;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__copy p {
    color: #fff;
    font-size: calc(11 * var(--width));
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-family: "Roboto", sans-serif;
}
.menu-btn,
.menu {
    display: none;
}

/* Company */
.company {
    padding: calc(52 * var(--width)) 0 calc(41 * var(--width));
    overflow: hidden;
    background: #FFFEEA;
}
.company__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(1028 * var(--width));
    background: #fff;
    margin: 0 auto;
    border-radius: calc(20 * var(--width));
    padding: calc(60 * var(--width));
}
.company__content__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(10 * var(--width));
    width: 100%;
    padding: 0 calc(20 * var(--width)) calc(32 * var(--width));
    margin-bottom: calc(32 * var(--width));
    border-bottom: 1px solid #1A2A45;
    position: relative;
}
.company__content__item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.company__content__item__title {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.7;
    width: calc(120 * var(--width));
}
.company__content__item__text {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 1.7;
    padding-left: calc(20 * var(--width));
}
.philosophy {
    padding: calc(68 * var(--width)) 0 calc(60 * var(--width));
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.sub-title.title {
    align-items: center;
    padding-left: 0;
    margin-bottom: calc(56 * var(--width));
}
.sub-title.title h2 {
    font-size: calc(40 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1;
}
.sub-title.title p {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1;
    opacity: 0.5;
    font-family: "Poppins", sans-serif;
}
.philosophy__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.philosophy__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(48 * var(--width));
    width: 100%;
}
.philosophy__content__img {
    width: calc(610 * var(--width));
    height: auto;
}
.philosophy__content__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(24 * var(--width));
}
.philosophy__content__text h4 {
    font-size: calc(32 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
}
.philosophy__content__text p {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 2;
}
.vision {
    background: url(../images/company-bg.webp) no-repeat center center / cover;
    padding: calc(54 * var(--width)) 0 calc(43 * var(--width));
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.vision__bg {
    width: calc(1028 * var(--width));
    height: auto;
    background: #FFFFFFCC;
    border-radius: calc(20 * var(--width));
    padding: calc(60 * var(--width));
}
.vision .sub-title.title {
    margin-bottom: calc(30 * var(--width));
}
.vision .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
    text-align: center;
}
.vision .text h3 {
    font-size: calc(42 * var(--width));
    font-weight: 700;
    text-align: center;
    color: #1A2A45;
    line-height: 1.5;
    margin-bottom: calc(31 * var(--width));
}
.vision .text p {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    text-align: center;
    color: #1A2A45;
    line-height: 2;
}
.access {
    padding: calc(70 * var(--width)) 0 calc(71 * var(--width));
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: url(../images/company-bg02.webp) repeat center center / cover;
}
.access .sub-title.title {
    margin-bottom: calc(45 * var(--width));
}
.access .sub-title.title h2 {
    font-size: calc(28 * var(--width));
    font-family: "Poppins", sans-serif;
}
.access__content {
    width: calc(1028 * var(--width));
    height: calc(242 * var(--width));
    border-radius: calc(20 * var(--width));
    margin: 0 auto;
    overflow: hidden;
}
.access__content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Service */
.sub-service {
    padding: calc(68 * var(--width)) calc(25 * var(--width));
    background: #FFFEEA;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sub-service .text {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 0 calc(50 * var(--width));
}
.sub-service__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(48 * var(--width)) calc(24 * var(--width));
}
.sub-service__content__item {
    width: calc(502 * var(--width));
}
.sub-service__content__item__img {
    width: 100%;
    height: calc(298 * var(--width));
    position: relative;
    border-top-left-radius: calc(12 * var(--width));
    border-top-right-radius: calc(12 * var(--width));
    overflow: hidden;
}
.sub-service__content__item__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(241.71deg, rgba(0, 0, 0, 0) 34.7%, rgba(26, 42, 69, 0.3) 68.42%);
    z-index: 1;
}
.sub-service__content__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sub-service__content__item__img__title {
    position: absolute;
    bottom: calc(28 * var(--width));
    left: calc(32 * var(--width));
    width: 100%;
    height: auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(8 * var(--width));
}
.sub-service__content__item__img__title h3 {
    font-size: calc(28 * var(--width));
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}
.sub-service__content__item__img__title p {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}
.sub-service__content__item__list {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    border-bottom-left-radius: calc(12 * var(--width));
    border-bottom-right-radius: calc(12 * var(--width));
    padding: calc(16 * var(--width));
}
.sub-service__content__item__list p {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 2;
}
.sub-service__content__item__text {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: calc(16 * var(--width));
}
.sub-service__content__item__text p {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 2;
}
.strength {
    padding: calc(68 * var(--width)) 0 calc(75 * var(--width));
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: url(../images/strength-bg.webp) repeat center center / cover;
}
.strength .title {
    margin-bottom: calc(62 * var(--width));
}
.strength__content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: calc(60 * var(--width));
}
.strength__content__item {
    width: calc(220 * var(--width));
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.strength__content__item:nth-of-type(1) .strength__content__item__img {
    width: calc(170 * var(--width));
}
.strength__content__item:nth-of-type(2) .strength__content__item__img {
    width: calc(133 * var(--width));
}
.strength__content__item:nth-of-type(3) .strength__content__item__img {
    width: calc(150 * var(--width));
}
.strength__content__item:nth-of-type(4) .strength__content__item__img {
    width: calc(144 * var(--width));
}
.strength__content__item__text {
    margin-top: calc(16 * var(--width));
}
.strength__content__item__text h3 {
    font-size: calc(20 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
    text-align: center;
}
.flow {
    padding: calc(76 * var(--width)) 0 calc(76 * var(--width));
}
.flow .title {
    margin-bottom: calc(42 * var(--width));
}
.flow__content {
    width: calc(1174 * var(--width));
    margin: 0 auto;
}

/* Works */
.sub-works {
    padding: calc(72 * var(--width)) calc(25 * var(--width));
    background: #FFFEEA;
}
.sub-works__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: calc(45 * var(--width));
    width: calc(1028 * var(--width));
    margin: 0 auto;
}
.sub-works__content__item {
    width: calc(312 * var(--width));
    border-radius: calc(20 * var(--width));
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px calc(20 * var(--width)) 0px #1A2A4524;
    text-decoration: none;
}
.sub-works__content__item__img {
    width: 100%;
    height: calc(200 * var(--width));
}
.sub-works__content__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sub-works__content__item__text {
    width: 100%;
    height: calc(160 * var(--width));
    padding: calc(20 * var(--width));
}
.sub-works__content__item__text p {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
}
.sub-works__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(12 * var(--width));
    width: 100%;
    height: auto;
    padding-top: calc(78 * var(--width));
}
.sub-works__nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(48 * var(--width));
    height: calc(48 * var(--width));
    text-decoration: none;
}
.sub-works__nav__item img {
    width: calc(9 * var(--width));
    height: auto;
}
.sub-works__nav__item p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(16 * var(--width));
    font-weight: 600;
    color: #1A2A45;
    line-height: 1;
    background: transparent;
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
}
.sub-works__nav__item.current p {
    color: #fff;
    background: #1A2A45;
}

/* Works Single */
.sub-works__content__thumbnail {
    width: 100%;
    height: auto;
    border-radius: calc(20 * var(--width));
    overflow: hidden;
}
.sub-works__content__title {
    font-size: calc(32 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
}
.sub-works__content__detail {
    background: #fff;
    border-radius: calc(20 * var(--width));
    padding: calc(30 * var(--width)) calc(40 * var(--width));
    width: 100%;
}
.sub-works__content__detail p {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 2;
}
.sub-works__content__items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(1028 * var(--width));
    margin: 0 auto;
    border-radius: calc(20 * var(--width));
}
.sub-works__content__items__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(10 * var(--width));
    width: 100%;
    padding: 0 calc(20 * var(--width)) calc(32 * var(--width));
    margin-bottom: calc(32 * var(--width));
    border-bottom: 1px solid #1A2A45;
    position: relative;
}
.sub-works__content__items__item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sub-works__content__items__item__title {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.7;
    width: calc(120 * var(--width));
}
.sub-works__content__items__item__text {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 1.7;
    padding-left: calc(20 * var(--width));
    width: calc(100% - 120 * var(--width));
}
.sub-works__other {
    padding: calc(72 * var(--width)) 0 calc(75 * var(--width));
    background: url(../images/strength-bg.webp) repeat center center / cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.sub-works__other__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: calc(45 * var(--width));
    margin: 0 auto calc(40 * var(--width));
}
.sub-works__other__content__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(10 * var(--width));
    width: calc(312 * var(--width));
    text-decoration: none;
}
.sub-works__other__content__item__img {
    width: 100%;
    height: calc(175 * var(--width));
    border-radius: calc(20 * var(--width));
    overflow: hidden;
}
.sub-works__other__content__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sub-works__other__content__item__text {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.6;
}

/* Technology */
.capabilities {
    padding: calc(72 * var(--width)) calc(25 * var(--width));
    background: #FFFEEA;
}
.capabilities .text {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 0 calc(50 * var(--width));
}
.capabilities .text p {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 2;
}
.capabilities__content {
    width: calc(1161 * var(--width));
    margin: 0 auto;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(87 * var(--width));
}
.capabilities__content__item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(21 * var(--width));
}
.capabilities__content__item:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.capabilities__content__item__img {
    width: calc(570 * var(--width));
    height: calc(380 * var(--width));
    position: relative;
}
.capabilities__content__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.capabilities__content__item__text {
    width: calc(570 * var(--width));
    height: auto;
    position: relative;
    padding-left: calc(32 * var(--width));
}
.capabilities__content__item:nth-of-type(2n) .capabilities__content__item__text {
    padding-left: 0;
    padding-right: calc(32 * var(--width));
}
.capabilities__content__item__text__title {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 2;
}
.capabilities__content__item__text__title p {
    font-size: calc(18 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
    opacity: 0.5;
    font-family: "Poppins", sans-serif;
}
.capabilities__content__item__text__title h3 {
    font-size: calc(28 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
}
.capabilities__content__item__text__content {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: calc(24 * var(--width));
}
.capabilities__content__item__text__content__text {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 1.7;
    opacity: 0.8;
}
.capabilities__content__item__text__content__table {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: calc(24 * var(--width));
}
.capabilities__content__item__text__content__table table {
    width: 100%;
    height: auto;
    position: relative;
    border-collapse: collapse;
    border: 1px solid #B3B3B333
}
.capabilities__content__item__text__content__table table tbody {
    width: 100%;
    height: auto;
    position: relative;
}
.capabilities__content__item__text__content__table table tbody tr {
    width: 100%;
    height: auto;
    position: relative;
}
.capabilities__content__item__text__content__table table tbody tr th {
    background-color: #1A2A45;
    color: #fff;
    border: 1px solid #B3B3B333;
    padding: calc(6 * var(--width)) calc(24 * var(--width));
    font-size: calc(16 * var(--width));
    font-weight: 700;
    line-height: 1.5;
}
.capabilities__content__item__text__content__table table tbody tr td {
    background-color: #fff;
    color: #1A2A45;
    border: 1px solid #B3B3B333;
    padding: calc(8 * var(--width)) calc(13 * var(--width));
    font-size: calc(16 * var(--width));
    font-weight: 400;
    line-height: 1.5;
}

/* Recruit */
.fv-recruit {
    margin-top: calc(88 * var(--width));
    height: calc(577 * var(--width));
    padding-bottom: calc(120 * var(--width));
    padding-left: calc(207 * var(--width));
    background: url(../images/recruit-bg.webp) no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.fv-recruit .title {
    padding-left: 0;
}
.fv-recruit .title p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.title__text {
    padding-top: calc(67 * var(--width));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(10 * var(--width));
}
.title__text span {
    font-size: calc(28 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1;
    background-color: #fff;
    display: block;
    padding: calc(10 * var(--width)) calc(16 * var(--width));
}
.now-hiring {
    padding-top: calc(75 * var(--width));
    padding-bottom: calc(175 * var(--width));
    background: url(../images/recruit-icon01.webp) no-repeat bottom center / contain;
}
.now-hiring .title {
    padding-left: 0;
    align-items: center;
}
.now-hiring__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: calc(23 * var(--width));
    width: 100%;
}
.now-hiring__content__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    background: #fff;
    width: calc(503 * var(--width));
    border-radius: calc(12 * var(--width));
    padding: calc(28 * var(--width));
    border: 2px solid #1A2A45;
    position: relative;
    cursor: pointer;
}
.now-hiring__content__item__title {
    font-size: calc(18 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1;
}
.now-hiring__content__item__arrow {
    width: calc(33 * var(--width));
    height: auto;
    position: absolute;
    top: 50%;
    right: calc(28 * var(--width));
    transform: translateY(-50%);
}
.interview {
    padding-top: calc(82 * var(--width));
    padding-bottom: calc(75 * var(--width));
    background-color: #FFFEEA;
}
.interview__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(67 * var(--width));
    width: calc(1027 * var(--width));
    margin: 0 auto;
}
.interview__content__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(80 * var(--width));
    width: 100%;
}
.interview__content__item:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.interview__content__item__img {
    width: calc(237 * var(--width));
    position: relative;
}
.interview__content__item__text {
    width: calc(712 * var(--width));
    height: auto;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: calc(20 * var(--width));
    border: 2px solid #1A2A45;
    padding: calc(30 * var(--width)) calc(40 * var(--width));
}
.interview__content__item__text::before {
    position: absolute;
    content: "";
    top: calc(103 * var(--width));
    right: 100%;
    width: calc(33 * var(--width));
    height: calc(27 * var(--width));
    z-index: -1;
    background: url(../images/serif01.webp) no-repeat center center / cover;
}
.interview__content__item:nth-of-type(2n) .interview__content__item__text::before {
    left: 100%;
    right: auto;
    background: url(../images/serif02.webp) no-repeat center center / cover;
}
.interview__content__item__text__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: calc(16 * var(--width));
    width: 100%;
    border-bottom: 1px solid #1A2A45;
}
.interview__content__item__text__title h3 {
    font-size: calc(22 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
}
.interview__content__item__text__title p {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
    opacity: 0.5;
}
.interview__content__item__text__content {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: calc(24 * var(--width));
}
.interview__content__item__text__content__text {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 1.7;
    opacity: 0.8;
}
.interview__content__item__text__content__text__line {
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.7;
    background: linear-gradient(transparent 60%, #ffe73b 60%);
}
.message {
    padding-top: calc(82 * var(--width));
    padding-bottom: calc(75 * var(--width));
    background: url(../images/grid-bg.webp) repeat center center / cover;
}
.message__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(1027 * var(--width));
    margin: 0 auto;
}
.message__content__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(80 * var(--width));
}
.message__content__item__img {
    width: calc(280 * var(--width));
    position: relative;
    border-radius: calc(20 * var(--width));
    overflow: hidden;
}
.message__content__item__text {
    width: calc(660 * var(--width));
}
.message__content__item__text h3 {
    font-size: calc(32 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
    margin-bottom: calc(30 * var(--width));
}
.message__content__item__text p {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 2;
}
.message__content__item__text__name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: calc(30 * var(--width));
}
.message__content__item__text__name p {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 2;
    padding-right: calc(16 * var(--width));
}
.message__content__item__text__name img {
    width: calc(228 * var(--width));
}
.now-hiring01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.now-hiring01.open {
    opacity: 1;
    visibility: visible;
}
.now-hiring01::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1A2A45;
    opacity: 0.7;
    z-index: -1;
}
.now-hiring01__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(1000 * var(--width));
    margin: 0 auto;
    border-radius: calc(20 * var(--width));
    padding: calc(40 * var(--width)) calc(80 * var(--width)) calc(20 * var(--width));
    background-color: #fff;
    position: relative;
}
.now-hiring01__content__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(10 * var(--width));
    width: 100%;
    padding: 0 calc(20 * var(--width)) calc(18 * var(--width));
    margin-bottom: calc(18 * var(--width));
    border-bottom: 1px solid #1A2A45;
    position: relative;
}
.now-hiring01__content__item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.now-hiring01__content__item__title {
    font-size: calc(14 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.7;
    width: calc(120 * var(--width));
}
.now-hiring01__content__item__text {
    font-size: calc(14 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 1.7;
    padding-left: calc(20 * var(--width));
}
.now-hiring01__content__btn {
    width: calc(42 * var(--width));
    height: calc(42 * var(--width));
    position: absolute;
    top: calc(24 * var(--width));
    right: calc(24 * var(--width));
    cursor: pointer;
}

/* News */
.news__category {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(20 * var(--width));
    width: 100%;
    padding-bottom: calc(72 * var(--width));
}
.news__category a {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
    text-decoration: none;
    border: 2px solid #1A2A45;
    border-radius: calc(100 * var(--width));
    padding: calc(6 * var(--width)) calc(40 * var(--width));
    background-color: #FFFFFF;
}
.news__category a.current {
    background-color: #1A2A45;
    color: #FFFFFF;
}
.archive .news__content,
.single .news__content {
    padding-bottom: 0;
}
.single .news__content {
    gap: 0;
}
.single .news__category {
    justify-content: flex-start;
    padding-bottom: calc(8 * var(--width));
}
.single .news__content__title {
    width: 100%;
    padding-bottom: calc(40 * var(--width));
}
.single .news__content__title h3 {
    font-size: calc(32 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
}
.single .news__content__text {
    width: 100%;
    padding: calc(30 * var(--width)) calc(40 * var(--width));
    background-color: #fff;
    border-radius: calc(12 * var(--width));
    margin-bottom: calc(56 * var(--width));
}
.single .news__content__text p {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 2;
}

/* Contact */
.form {
    padding: calc(80 * var(--width)) 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFEEA;
}
.form .text {
    width: 100%;
    padding: 0 calc(25 * var(--width)) calc(25 * var(--width));
}
.form .text p {
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.form__content {
    width: calc(980 * var(--width));
    height: auto;
    margin: calc(42 * var(--width)) auto 0;
    position: relative;
    background-color: #fff;
    border-radius: calc(20 * var(--width));
    padding: calc(55 * var(--width)) calc(84 * var(--width));
}
.form__content form {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.form__content-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: calc(40 * var(--width));
    gap: calc(10 * var(--width));
}
.form__content-item p {
    font-size: calc(16 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
}
.form__content-item p:first-of-type span,
.acceptance > p > span:nth-of-type(2) {
    color: #fff;
    background-color: #1A2A45;
    padding: calc(1 * var(--width)) calc(6 * var(--width));
    border-radius: calc(4 * var(--width));
    line-height: 1.5;
    font-size: calc(14 * var(--width));
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: calc(10 * var(--width));
}
.form__content-item input[type="text"],
.form__content-item input[type="email"],
.form__content-item input[type="tel"],
.form__content-item textarea {
    width: 100%;
    border: 1px solid #BFBFBF;
    border-radius: calc(4 * var(--width));
    padding: calc(8 * var(--width)) calc(16 * var(--width));
    font-size: calc(16 * var(--width));
    font-weight: 400;
    color: #1A2A45;
    line-height: 1.5;
    outline: none;
}
.form__content-item input[type="text"]::placeholder,
.form__content-item input[type="email"]::placeholder,
.form__content-item input[type="tel"]::placeholder,
.form__content-item textarea::placeholder {
    color: #BFBFBF;
}
.wpcf7-list-item.first {
    margin-left: 0;
}
.wpcf7-list-item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(8 * var(--width));
}
.wpcf7-list-item label input {
    width: auto;
}
.acceptance {
    margin-bottom: calc(32 * var(--width));
}
.acceptance > p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
}
.acceptance br {
    display: none;
}
.acceptance a {
    position: absolute;
    top: 0;
    right: calc(133 * var(--width));
    width: calc(155 * var(--width));
    height: 100%;
    z-index: 1;
    border-bottom: 1px solid #1A2A45;
    text-decoration: none;
}
.form__content form input[type="submit"] {
    background: #F28C28;
    width: calc(478 * var(--width));
    height: calc(86 * var(--width));
    border-radius: calc(12 * var(--width));
    border: none;
    outline: none;
    cursor: pointer;
    font-size: calc(24 * var(--width));
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpcf7-list-item-label {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
}

/* Thanks */
.thanks {
    padding: calc(80 * var(--width)) 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFEEA;
}
.thanks__title {
    font-size: calc(32 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.5;
    text-align: center;
    padding-bottom: calc(34 * var(--width));
}
.thanks__text {
    font-size: calc(16 * var(--width));
    font-weight: 400;
    color: #1A2A45;
    line-height: 2;
    text-align: center;
    padding-bottom: calc(80 * var(--width));
}

/* Privacy Policy */
.privacy-policy {
    padding: calc(80 * var(--width)) 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFEEA;
}
.privacy-policy__top {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 1.6;
    width: calc(1028 * var(--width));
    margin: 0 auto;
}
.privacy-policy__title {
    font-size: calc(24 * var(--width));
    font-weight: 700;
    color: #1A2A45;
    line-height: 1.6;
    padding: calc(40 * var(--width)) 0 calc(22 * var(--width));
    border-bottom: 1px solid #1A2A45;
    width: calc(1028 * var(--width));
    margin: 0 auto;
}
.privacy-policy__text {
    font-size: calc(16 * var(--width));
    font-weight: 500;
    color: #1A2A45;
    line-height: 1.6;
    padding-top: calc(15 * var(--width));
    width: calc(1028 * var(--width));
    margin: 0 auto;
}


@media screen and (max-width: 780px) {
    .menu-btn {
        position: fixed;
        top: calc(18 * var(--width));
        right: calc(18 * var(--width));
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: calc(50 * var(--width));
        height: calc(50 * var(--width));
        z-index: 100;
        cursor: pointer;
    }
    .menu-btn-menu {
        position: absolute;
    }
    .menu-btn-close {
        position: absolute;
        background: #fff;
        padding: calc(10 * var(--width));
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }
    .menu-btn.open .menu-btn-close {
        opacity: 1;
        visibility: visible;
    }
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: 100vh;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 99;
    }
    .menu.open {
        opacity: 1;
        visibility: visible;
    }
    .menu__content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        padding: calc(128 * var(--width)) calc(25 * var(--width)) 0;
    }
    .menu__content__item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .menu__content__item a {
        text-decoration: none;
        color: #1A2A45;
        font-size: calc(28 * var(--width));
        font-weight: 700;
        border-bottom: 1px solid #1A2A45;
        width: 100%;
        padding: calc(24 * var(--width)) 0;
    }
    .menu__content__item a:first-of-type {
        border-top: 1px solid #1A2A45;
    }
    .menu__content .btn {
        width: 100%;
        padding: calc(24 * var(--width)) 0;
        margin-top: calc(36 * var(--width));
    }
    .menu__content .btn p {
        font-size: calc(28 * var(--width));
    }
    header {
        padding-right: calc(90 * var(--width));
    }
    .header__logo a {
        width: calc(181 * var(--width));
    }
    .header__nav nav {
        display: none;
    }
    .fv__bg {
        height: calc(990 * var(--width));
        object-position: center;
        object-fit: cover;
    }
    .fv__img {
        width: calc(218 * var(--width));
    }
    .service  {
        padding: calc(68 * var(--width)) calc(25 * var(--width)) 0;
    }
    .service__line {
        top: calc(68 * var(--width));
    }
    .title {
        padding-left: 0;
        margin-bottom: calc(30 * var(--width));
    }
    .service .text {
        padding-right: 0;
        width: 100%;
    }
    .text p {
        line-height: 1.8;
    }
    .service__icon01 {
        top: calc(55 * var(--width));
        left: calc(450 * var(--width));
        width: calc(89 * var(--width));
    }
    .service__icon02 {
        top: calc(95 * var(--width));
        left: calc(390 * var(--width));
        width: calc(89 * var(--width));
    }
    .service__content {
        flex-wrap: wrap;
        gap: calc(10 * var(--width));
        padding-top: calc(34 * var(--width));
    }
    .service__content__item {
        width: calc(50% - 5 * var(--width));
        height: calc(330 * var(--width));
    }
    .service__content__item:nth-of-type(2n) {
        margin-top: 0;
    }
    .works {
        padding: calc(68 * var(--width)) calc(25 * var(--width)) calc(75 * var(--width));
        flex-direction: column;
        align-items: flex-start;
    }
    .works__icon01 {
        top: calc(65 * var(--width));
        right: calc(27 * var(--width));
        width: calc(83 * var(--width));
    }
    .works .title {
        width: 100%;
    }
    .works__content {
        gap: calc(10 * var(--width));
        width: 100%;
    }
    .recruit {
        padding: calc(68 * var(--width)) calc(25 * var(--width)) calc(75 * var(--width));
    }
    .recruit .text {
        width: 80%;
    }
    .recruit__content {
        width: 100%;
        padding-top: calc(28 * var(--width));
    }
    .news {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .news__content {
        width: 100%;
    }
    .news__content__item {
        flex-direction: column;
        align-items: flex-start;
        padding: calc(20 * var(--width)) calc(25 * var(--width));
    }
    .news__content__item__data {
        gap: calc(15 * var(--width));
        margin-bottom: calc(15 * var(--width));
        width: 100%;
    }
    .news__content__item__title {
        padding-left: 0;
        width: 100%;
    }
    .contact {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .contact__content {
        flex-direction: column;
    }
    .footer__content {
        flex-direction: column;
        align-items: flex-start;
        gap: calc(45 * var(--width));
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .footer__content__item {
        width: 100%;
    }
    .footer__content__nav {
        width: 100%;
    }
    .fv-sub.fv img {
        height: calc(310 * var(--width));
        object-fit: cover;
        object-position: center;
    }
    .fv-sub .fv__title {
        padding-bottom: calc(45 * var(--width));
    }
    
    /* Company */
    .company {
        padding: calc(68 * var(--width)) calc(25 * var(--width)) calc(75 * var(--width));
    }
    .company__content {
        width: 100%;
        padding: calc(50 * var(--width)) calc(25 * var(--width));
    }
    .company__content__item {
        flex-direction: column;
        align-items: flex-start;
    }
    .company__content__item__text {
        padding-left: 0;
    }
    .philosophy__line {
        height: calc(275 * var(--width));
        object-fit: cover;
        object-position: right;
    }
    .philosophy__content {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: calc(30 * var(--width));
        padding: calc(30 * var(--width)) calc(25 * var(--width));
    }
    .philosophy__content__img {
        width: 100%;
        border-radius: calc(20 * var(--width));
        overflow: hidden;
    }
    .philosophy__content__text h4 {
        letter-spacing: -0.01em;
    }
    .vision {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .vision__bg {
        width: 100%;
        padding: calc(50 * var(--width)) calc(25 * var(--width));
    }
    .vision .text {
        width: 100%;
    }
    .access {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .access__content {
        width: 100%;
    }

    /* Service */
    .strength__content {
        flex-wrap: wrap;
    }
    .flow {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .flow__content {
        width: 100%;
    }

    /* Works */
    .sub-works__content {
        width: 100%;
        gap: calc(10 * var(--width));
    }
    .sub-works__content__item {
        width: calc(50% - 5 * var(--width));
    }

    /* Works Single */
    .works-single .sub-works__content {
        gap: calc(45 * var(--width));
    }
    .sub-works__other {
        padding: calc(68 * var(--width)) calc(25 * var(--width)) calc(75 * var(--width));
    }
    .sub-works__other__content {
        flex-wrap: wrap;
        gap: calc(10 * var(--width));
        width: 100%;
    }
    .sub-works__other__content__item {
        width: calc(33% - 5 * var(--width));
    }
    .sub-works__other__content__item__img {
        height: calc(135 * var(--width));
    }
    .sub-works__other__content__item__text {
        line-height: 1.5;
    }

    /* Technology */
    .capabilities__content {
        flex-direction: column;
        width: 100%;
    }
    .capabilities__content__item,
    .capabilities__content__item:nth-of-type(2n) {
        flex-direction: column;
    }
    .capabilities__content__item__img {
        width: 100%;
    }
    .capabilities__content__item__text,
    .capabilities__content__item:nth-of-type(2n) .capabilities__content__item__text {
        padding: 0;
        width: 100%;
    }

    /* Recruit */
    .fv-recruit {
        height: calc(637 * var(--width));
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .now-hiring {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .now-hiring__content {
        flex-direction: column;
        align-items: center;
    }
    .interview {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .interview__content {
        width: 100%;
        gap: calc(50 * var(--width));
    }
    .interview__content__item,
    .interview__content__item:nth-of-type(2n) {
        flex-direction: column;
        align-items: center;
        gap: calc(50 * var(--width));
    }
    .interview__content__item__text {
        width: 100%;
    }
    .interview__content__item__text::before ,
    .interview__content__item:nth-of-type(2n) .interview__content__item__text::before {
        top: unset;
        bottom: 100%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/serif03.webp) no-repeat center center / contain;
    }
    .message {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .message__content {
        width: 100%;
    }
    .message__content__item {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: calc(50 * var(--width));
    }
    .message__content__item__text {
        width: 100%;
    }
    .now-hiring01 {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .now-hiring01__content {
        width: 100%;
        padding: calc(40 * var(--width)) calc(34 * var(--width)) calc(20 * var(--width));
    }
    .now-hiring01__content__item__title {
        width: calc( 84 * var(--width));
    }

    /* Contact */
    .form {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .form__content {
        width: 100%;
        padding: calc(50 * var(--width)) calc(25 * var(--width));
    }
    .acceptance a {
        /* right: calc(54 * var(--width)); */
    }
    .form__content form input[type="submit"] {
        width: calc(450 * var(--width));
    }

    /* Thanks */
    .thanks {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .thanks__title {
        font-size: calc(24 * var(--width));
    }
    .thanks__text {
        font-size: calc(14 * var(--width));
    }

    /* Privacy Policy */
    .privacy-policy {
        padding: calc(68 * var(--width)) calc(25 * var(--width));
    }
    .privacy-policy__top {
        font-size: calc(14 * var(--width));
        width: 100%;
    }
    .privacy-policy__title {
        font-size: calc(20 * var(--width));
        width: 100%;
    }
    .privacy-policy__text {
        font-size: calc(14 * var(--width));
        width: 100%;
    }
}