@charset "UTF-8";

/*
Theme Name: 株式会社マエハラ通工
Author: Kimura
Author URI: https://wordpress.org/
Description: 私たちの「株式会社マエハラ通工」テーマは、ブロックエディターの力を披露するように設計されています。 すべてのデフォルトブロックのカスタムスタイルを備えており、エディターに表示されるものがWebサイトに表示されるものと同じように表示されるように構築されています。
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */

#wpadminbar {
  display: none;
}

/* =========== Start Header + Footer QuyHD =========== */
/*
Header
*/
.site-header nav ul {
    padding: 0;
    margin: 0;
}

.site-header nav li {
    list-style-type: none;
}

.site-header nav ul > li a {
    text-decoration: none;
}

.rotate-180 {
    transform: rotateX(180deg) !important;
}
/* 
Header Layout
*/
.site-header {
    top: 0;
    position: sticky;
    transform: translateY(-100%);
    overflow: visible;
    z-index: 999;
}
.header__layout {
    position: relative;
}
.header__layout-grid {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    grid-template-areas: "logo menu-sp";
    align-items: center;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    padding: calc(100vw * (10 / 750)) calc(100vw * (24 / 750));
}
@media (min-width: 1024px) {
	.header__layout-grid {
		background-color: rgba(255, 255, 255, 0.9);
		padding: calc(100vw * (10 / 1920)) calc(100vw * (24 / 1920));
	}
}
.header__logo-wrapper {
    grid-area: logo;
    display: flex;
    line-height: 1;
}
@media (min-width: 1024px) {
    .header__logo-wrapper {
        padding: clamp(10px, 1.04vw, 20px) 0;
    }
}
.header__logo-wrapper img {
    width: clamp(115px, calc(100vw * (230 / 750)), 230px);
    height: clamp(36.5px, calc(100vw * (73 / 750)), 73px);
}
@media (min-width: 1024px) {
    .header__logo-wrapper img {
        width: clamp(115px, calc(100vw * (250 / 1920)), 250px);
        height: clamp(36.5px, calc(100vw * (80 / 1920)), 80px);
    }
}
.header__menu-pc-wrapper {
    grid-area: menu-pc;
    display: none;
    height: 100%;
    justify-content: end;
	padding-right: calc(100vw * (20 / 750));
}
.header__menu-sp-wrapper {
    grid-area: menu-sp;
    display: flex;
    justify-content: end;
}
.header__menu-contact-wrapper {
    display: none;
    width: 100%;
    height: 100%;
}
.header__menu-contact-wrapper a {
    font-size: clamp(12px, 0.99vw, 19px);
}
@media (min-width: 1024px) {
    .header__layout-grid {
        padding: 0 0 0 calc(100vw * (50 / 1920));
        grid-template-columns: calc(100vw * (250 / 1920)) 1fr calc(100vw * (194 / 1920));
        grid-template-areas: "logo menu-pc contact";
    }
    .header__menu-sp-wrapper {
        display: none;
    }
    .header__menu-pc-wrapper {
        display: flex;
		padding-right: calc(100vw * (20 / 1920));
    }
    .header__logo-wrapper img {
        max-width: unset;
    }
    .header__menu-contact-wrapper {
        display: flex;
    }
}
@media (min-width: 1920px) {
    .header__layout-grid {
        padding-left: 50px;
        grid-template-columns: 250px 1fr 194px;
    }
}
/* 
Header PC
*/
.menu-pc__menu {
    display: flex;
    align-content: center;
}
.menu-pc__menu__list {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: stretch;
}
.menu-pc__menu__list li {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.menu-pc__menu__list li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: clamp(5px, 0.52vw, 10px);
    color: #000;
    font-size: clamp(13px, 1.09vw, 21px);
    font-family: var(--font-mplus-1p);
    word-wrap: break-word;
    word-break: break-all;
    padding: calc(100vw * (20 / 750));
}
.menu-pc__menu__list .has-submenu svg {
    width: clamp(12px, 1.04vw, 20px);
    height: auto;
}
.menu-pc__menu__list .has-submenu > a > object {
    transform: rotateX(0);
}

@media screen and (min-width: 1024px) {
  .menu-pc__menu__list li a {
    padding: calc(100vw * (20 / 1920));
  }
}
/* 
Header PC Sub Menu
*/
.submenu-pc {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: #190790;
    padding: 4.48% 20px 4.95% 15%;
    display: none;
    flex-direction: column;
    row-gap: 1.04vw;
}
@media (min-width: 1024px) {
    .submenu-pc {
        display: flex;
    }
}
@media (min-width: 1920px) {
    .submenu-pc {
        padding: 86px 20px 95px 350px;
    }
}
.submenu-pc h2 {
    margin-left: 2.4vw;
    font-size: clamp(24px, 1.67vw, 32px);
}
@media (min-width: 1920px) {
    .submenu-pc h2 {
        margin-left: 46px;
    }
}
.submenu-pc__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 6.35vw;
}
.submenu-pc__nav img {
    width: clamp(300px, 20.83vw, 400px);
    height: auto;
}
.submenu-pc__grid {
    display: grid;
    grid-template-columns: repeat(2, clamp(180px, 21vw, 350px));
    grid-template-rows: repeat(3, auto);
    column-gap: clamp(25px, 2.6vw, 50px);
    row-gap: clamp(15px, 3vw, 30px);
    grid-auto-flow: column;
}
.submenu-pc__grid > a {
    display: flex;
    flex-direction: row;
    align-items: start;
    column-gap: clamp(10px, 0.99vw, 30px);
    text-decoration: none;
    color: white;
    font-family: var(--font-mplus-1p);
    font-size: clamp(13px, 1.09vw, 21px);
    font-weight: 400;
}
.submenu-pc__grid > a svg {
    width: clamp(13px, 1.09vw, 21px);
    height: auto;
}
/* 
Header SP
*/
.menu-sp__trigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
    border: 0;
    background-color: transparent;
    padding: 0;
}
.menu-sp__trigger svg {
    pointer-events: none;
    width: clamp(22px, calc(100vw * (45 / 750)), 45px);
    height: clamp(15px, calc(100vw * (31 / 750)), 31px);
}
.menu-sp__trigger span {
    font-family: var(--font-anton);
    font-size: clamp(10px, calc(100vw * (16 / 750)), 16px);
    line-height: 1;
}
.menu-sp {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    box-sizing: border-box;
    background-image: url('assets/img//header-sp-menu-bg.webp');
    background-size: cover;
    background-repeat: repeat-y;
    background-blend-mode: overlay;
    background-color: #201A23;
    overflow-y: auto;
}
.menu-sp__hero {
    background-image: url('assets/img/header-sp-hero.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: screen;
    position: relative;
    padding-top: calc(100vw * (123 / 750));
    padding-bottom: calc(100vw * (102 / 750));
    padding-left: calc(100vw * (20 / 750));
    padding-right: calc(100vw * (20 / 750));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: calc(100vw * (50 / 750));
}
.menu-sp__hero .site-logo img {
    max-width: calc(100vw * (450 / 750));
}
.menu-sp__close {
    position: absolute;
    top: calc(100vw * (36 / 750));
    right: calc(100vw * (34 / 750));
}
.menu-sp__close svg {
    width: clamp(20px, calc(100vw * (36 / 750)), 36px);
    height: auto;
}
.menu-sp__hero .header-contact-btn {
    padding: calc(100vw * (30 / 750));
    max-width: calc(100vw * (326 / 750));
    font-size: calc(100vw * (21 / 750));
    width: 100%;
    box-sizing: border-box;
}
.menu-sp__contact-info {
    padding-bottom: calc(100vw * (188 / 750));
    display: flex;
    column-gap: calc(100vw * (20 / 750));
    align-items: center;
    justify-content: center;
}
.menu-sp__contact-info > div {
    display: flex;
    flex-direction: column;
    row-gap: calc(100vw * (15 / 750));
    color: white;
    line-height: 1;
}
.menu-sp__contact-info .number {
    font-family: var(--font-anton);
    font-size: clamp(30px, calc(100vw * (40 / 750)), 40px);
    padding-left: 5px;
	color: white;
}
.menu-sp__contact-info .message {
    font-family: var(--font-mplus-1p);
    font-size: clamp(12px, calc(100vw * (16 / 750)), 16px);
	color: white;
}
.menu-sp__contact-info img {
    width: clamp(50px, calc(100vw * (70 / 750)), 70px);
    height: auto;
}
.menu-sp__list {
    padding: calc(100vw * (100 / 750)) 10% calc(100vw * (100 / 750)) 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: calc(100vw * (50 / 750));
}
.menu-sp__list .has-submenu {
    display: flex;
    flex-direction: column;
}
.menu-sp__list .has-submenu > div,
.menu-sp__list > li:not(.has-submenu) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: calc(100vw * (20 / 750));
    padding-bottom: calc(100vw * (20 / 750));
    border-bottom: 1px solid white;
}
.menu-sp__list .has-submenu a,
.menu-sp__list > li > a {
    display: flex;
    flex: 1;
    font-family: var(--font-mplus-1p);
    font-weight: 500;
    font-size: clamp(14px, calc(100vw * (21 / 750)), 21px);
    text-decoration: none;
    line-height: 150%;
    color: white;
}
.menu-sp__list .submenu {
    padding: calc(100vw * (20 / 750)) 0 0 calc(100vw * (52 / 750));
    display: flex;
    flex-direction: column;
    row-gap: calc(100vw * (20 / 750));
}
.menu-sp__list .submenu li a {
    font-family: var(--font-mplus-1p);
    line-height: 150%;
    color: white;
    font-size: clamp(12px, calc(100vw * (16 / 750)), 16px);
    font-weight: 400;
}
.menu-sp__list .has-submenu button img {
    width: clamp(14px, calc(100vw * (20 / 750)), 20px);
    transform: rotateX(0deg);
}
.menu-sp__list .has-submenu button.active img {
    transform: rotateX(180deg);
}
/* Footer */
.site-footer {
    display: flex;
    flex-direction: column;
    flex: 1;
	background-color: white;
}

.logo-tape {
    background-image: url('assets/img/logo-tape.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-color: white;
    animation: bgMove 50s infinite linear;
    height: clamp(0px, calc(100vw * (109 / 750)), 136px);
}
@media (min-width: 751px) {
    .logo-tape {
        height: calc(100vw * (109 / 1920));
    }
}

.footer__contact {
    position: relative;
    overflow: hidden;
    padding: clamp(0px, calc(100vw * (150 / 750)), 150px) 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: calc(100vw * (50 / 750));
    background-image: url(assets/img/footer-contact-bg-sp.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.footer__contact__inner {
    display: flex;
    flex-direction: column;
    row-gap: calc(100vw * (50 / 750));
    align-items: center;
}
.footer__contact h1 {
  color: white;
  opacity: 0;
}
.footer__contact h2 {
  color: white;
  font-size: calc(100vw * (48 / 750));
  font-weight: bold;
  letter-spacing: 0.05px;
  line-height: 1;
  opacity: 0;
}
.footer__contact .link-btn {
  opacity: 0;
}

@media (min-width: 1024px) {
    .footer__contact {
        background-image: url(assets/img/footer-contact-bg.webp);
        padding: calc(100vw * (150 / 1920)) 0 calc(100vw * (160 / 1920)) 0;
    }
    .footer__contact h1 {
      font-size: clamp(0px, calc(100vw * (260 / 1920)), 260px);
  }
    .footer__contact h2 {
        font-size: clamp(0px, calc(100vw * (64 / 1920)), 64px);
    }
    .footer__contact__inner {
        flex-direction: row;
        column-gap: clamp(0px, calc(100vw * (100 / 1920)), 100px);
    }
}

.footer__nav {
    background-color: #1D115A;
    padding: calc(100vw * (150 / 750)) calc(100vw * (75 / 750));
}
.footer__nav-grid {
    display: flex;
    flex-direction: column;
    row-gap: calc(100vw * (50 / 750));
}
.footer__nav-grid .has-submenu {
	display: flex;
	flex-direction: column;
    row-gap: calc(100vw * (20 / 750));
	overflow: hidden;
}
.footer__nav-grid .no-submenu .nav-link > button {
	cursor: none;
	pointer-events: none
}
.footer__nav .single-submenu {
    display: flex;
    flex-direction: column;
    row-gap: calc(100vw * (20 / 750));
}
.footer__nav .nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: calc(100vw * (20 / 750));
    padding-bottom: calc(100vw * (20 / 750));
    border-bottom: white solid 1px;
	background-color: #1D115A;
	z-index: 10;
}
.nav-link button {
    cursor: pointer;
    line-height: 0;
}
.footer__nav .nav-link a {
    display: flex;
    flex: 1;
    text-decoration: none;
    color: white;
    font-family: var(--font-mplus-1p);
    font-size: clamp(14px, calc(100vw * (21 / 750)), 21px);
    font-weight: 500;
    line-height: 150%;
}
.footer__nav .nav-link img {
    width: clamp(14px, calc(100vw * (20 / 750)), 20px);
    height: clamp(14px, calc(100vw * (20 / 750)), 20px);
}
.footer__nav .has-submenu ul {
    padding-left: calc(100vw * (53 / 750));
    display: flex;
    flex-direction: column;
    row-gap: calc(100vw * (20 / 750));
}
.footer__nav .has-submenu li {
    display: flex;
    justify-content: stretch;
}
.footer__nav .has-submenu li a {
    font-family: var(--font-mplus-1p);
    text-decoration: none;
    color: white;
    font-family: var(--font-mplus-1p);
    font-size: clamp(12px, calc(100vw * (16 / 750)), 16px);
    font-weight: 400;
    line-height: 150%;
}
.footer__nav .no-submenu {
    display: flex;
    flex-direction: column;
    row-gap: calc(100vw * (50 / 750));
}
@media (min-width: 1024px) {
    .footer__nav {
        padding: calc(100vw * (200 / 1920));
    }
    .footer__nav-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 'auto');
        row-gap: clamp(0px, calc(100vw * (144 / 1920)), 144px);
        column-gap: clamp(35px, calc(100vw * (70 / 1920)), 70px);
    }
    .footer__nav .no-submenu {
        display: flex;
        flex-direction: column;
        row-gap: calc(100vw * (68 / 1920));
    }
    .footer__nav-grid .has-submenu {
        row-gap: calc(100vw * (20 / 1920));
    }
    .footer__nav .single-submenu {
        row-gap: calc(100vw * (20 / 1920));
    }
    .footer__nav .nav-link {
        column-gap: calc(100vw * (20 / 1920));
        padding-bottom: calc(100vw * (20 / 1920));
    }
    .footer__nav .nav-link a {
        font-size: clamp(14px, calc(100vw * (21 / 1920)), 21px);
    }
    .footer__nav .nav-link img {
        width: clamp(14px, calc(100vw * (20 / 1920)), 20px);
        height: clamp(14px, calc(100vw * (20 / 1920)), 20px);
    }
    .footer__nav .has-submenu ul {
        padding-left: calc(100vw * (53 / 1920));
        row-gap: calc(100vw * (20 / 1920));
    }
    .footer__nav .has-submenu li {
        display: flex;
        justify-content: stretch;
    }
    .footer__nav .has-submenu li a {
        font-size: clamp(12px, calc(100vw * (16 / 1920)), 16px);
    }
}
.footer__credit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: calc(100vw * (100 / 750));
    padding: calc(100vw * (100 / 750)) calc(100vw * (10 / 750));
}
.footer__credit .site-logo img {
    max-width: calc(100vw * (280 / 750));
}
.footer__credit .contact-info {
    display: flex;
    flex-direction: column;
    row-gap: calc(100vw * (10 / 750));
    align-items: start;
}
.footer__credit .contact-info span {
    font: var(--font-mplus-1p);
    font-size: clamp(12px, calc(100vw * (16 / 750)), 16px);
    line-height: 1;
    color: black;
}
.footer__credit .copy-right {
    font: var(--font-mplus-1p);
    font-size: clamp(12px, calc(100vw * (16 / 750)), 16px);
    line-height: 1;
    color: black;
    font-weight: 300;
    text-align: center;
}
.footer__credit .big-contact {
    display: flex;
    column-gap: calc(100vw * (20 / 750));
    align-items: center;
}
.footer__credit .big-contact div {
    display: flex;
    flex-direction: column;
    row-gap: calc(100vw * (15 / 750));
}
.footer__credit .big-contact .number {
    font-family: var(--font-anton);
    font-size:  clamp(30px, calc(100vw * (40 / 750)), 40px);
    padding-left: 5px;
    color: black;
    line-height: 1;
}
.footer__credit .big-contact .message {
    font-family: var(--font-mplus-1p);
    font-size: clamp(12px, calc(100vw * (16 / 750)), 16px);
    color: black;
    line-height: 1;
}
.footer__credit .big-contact img {
    width: clamp(50px, calc(100vw * (70 / 750)), 70px);
    height: clamp(50px, calc(100vw * (70 / 750)), 70px);
}
@media (min-width: 1024px) {
    .footer__credit .site-logo img {
        max-width: calc(100vw * (280 / 1920));
    }
    .footer__credit .contact-info span {
        font-size: clamp(12px, calc(100vw * (16 / 1920)), 16px);
    }
    .footer__credit {
        flex-direction: row;
        justify-content: space-between;
        row-gap: clamp(20px, calc(100vw * (100 / 1920)), 100px);
        padding: 36px clamp(20px, calc(100vw * (40 / 1920)), 100px);
    }
    .footer__credit .copy-right {
        display: flex;
        align-self: flex-end;
        font-size: clamp(12px, calc(100vw * (16 / 1920)), 16px);
    }
    .footer__credit .big-contact .number {
        font-size: clamp(20px, calc(100vw * (40 / 1920)), 40px);
    }
    .footer__credit .big-contact .message {
        font-size: clamp(12px, calc(100vw * (16 / 1920)), 16px);
    }
    .footer__credit .big-contact img {
        max-width: clamp(35px, calc(100vw * (70 / 1920)), 70px);
        height: auto;
    }
    .footer__credit .big-contact {
        column-gap: clamp(5px, calc(100vw * (5 / 1920)), 20px);;
        justify-content: center;
    }
    .footer__credit .big-contact div {
        row-gap: clamp(5px, calc(100vw * (5 / 1920)), 20px);;
    }
}
@media (min-width: 1440px) {
    .footer__credit {
        padding: 36px 100px;
    }
}

.site-footer {
    position: relative;
}

.back-to-top-btn {
    display: flex;
    flex-direction: column;
    row-gap: calc(100vw * (3.75 / 750));
    background-color: #1d115a;
    border-radius: 0px;
    border: solid calc(100vw * (3 / 750)) white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(100vw * (11.25 / 750)) calc(100vw * (5 / 750))
        calc(100vw * (7.5 / 750)) calc(100vw * (5 / 750));
    color: white;
    margin-right: calc(100vw * (55 / 750));
    width: calc(100vw * (67.5 / 750));
}
.back-to-top-btn svg {
    width: calc(100vw * (37.5 / 750));
    height: calc(100vw * (20 / 750));
}
.back-to-top-btn span {
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 800;
    font-size: calc(100vw * (15.75 / 750));
    line-height: 1;
    color: white;
}
.back-to-top-btn:hover {
    box-sizing: border-box;
    background-color: white;
    color: #1d115a;
	border-color: #1d115a;
}
.back-to-top-btn:hover span {
    color: #1d115a;
}
@media (min-width: 751px) {
    .back-to-top-btn {
        row-gap: calc(100vw * (5 / 1920));
        padding: calc(100vw * (13 / 1920)) calc(100vw * (10 / 1920))
            calc(100vw * (10 / 1920)) calc(100vw * (10 / 1920));
        margin-right: calc(100vw * (55 / 1920));
        width: calc(100vw * (90 / 1920));
        border: solid calc(100vw * (3 / 1920)) white;
    }
    .back-to-top-btn svg {
        width: calc(100vw * (50 / 1920));
        height: calc(100vw * (28 / 1920));
    }
    .back-to-top-btn span {
        font-size: calc(100vw * (21 / 1920));
    }
}
.recuit-link__wrapper {
    position: absolute;
    bottom: 32px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: end;
	row-gap: calc(100vw * (32 / 750));
}
.recuit-link {
    bottom: 100px;
    right: 0px;
    z-index: 50;
    padding: clamp(6px, calc(100vw * (10 / 750)), 10px) clamp(12px, calc(100vw * (18 / 750)), 18px);
    background-color: black;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-self: center;
    row-gap: clamp(2px, calc(100vw * (4 / 750)), 4px);
}
.recuit-link.pinned {
    position: fixed;
}
.recuit-link:hover {
    opacity: 0.8;
}
.recuit-link__title {
    font-family: var(--font-anton);
    font-style: normal;
    font-size: clamp(18px, calc(100vw * (24 / 750)), 35px);
    line-height: 1;
    background: url("assets/img/recruit-link-img.webp") no-repeat center center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.recuit-link__message {
    color: white;
    font-family: var(--font-mplus-1p);
    font-weight: 500;
    font-size: clamp(10px, calc(100vw * (12 / 750)), 19px);
    line-height: 1;
    padding: 0 calc(100vw * (8 / 750));
}
.recuit-link svg {
    width: clamp(10px, calc(100vw * (12 / 750)), 19px);
    height: auto;
}
@media (min-width: 751px) {
    .recuit-link {
        padding: calc(100vw * (15 / 1920)) calc(100vw * (23 / 1920));
        row-gap: calc(100vw * (7 / 1920));
    }
    .recuit-link__title {
        font-size: clamp(18px, calc(100vw * (35 / 1920)), 35px);
    }
    .recuit-link__message {
        font-size: clamp(10px, calc(100vw * (19 / 1920)), 19px);
        padding: 0 calc(100vw * (10 / 1920));
    }
    .recuit-link svg {
        width: clamp(10px, calc(100vw * (19 / 1920)), 19px);
    }
	.recuit-link__wrapper {
        row-gap: calc(100vw * (32 / 1920));
    }
}
/* =========== End Header + Footer QuyHD =========== */

/* New code Thinh */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.default {
  height: 50px;
  background: #19079065;
  text-align: center;
  padding: 10px auto;
}

.bold-line .reveal-text{
	font-family: var(--font-biz-udpmincho);
    font-style: normal;
    font-weight: 700;
    font-size: 3.3vw;
    line-height: 100%;
}

#section1 {
  width: 100%;
  background-image: url("assets/img/contact/0199.jpg");
  background-size: cover;
  background-position: center;
  min-height: 35.42vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.about-banner-content {
  width: 100%;
}
.about-banner-content .title-banner {
    font-family: var(--font-biz-udpmincho);
    font-style: normal;
    font-weight: 700;
    font-size: 3.335vw;
    line-height: 150%;
    color: #000000;
    position: absolute;
    left: 5.606vw;
    bottom: 18vw;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
    animation: fadeIn 0.5s ease-in-out forwards;
}
.about-banner-content .title-banner-white {
  font-family: var(--font-biz-udpmincho);
  font-style: normal;
  font-weight: bold;
  font-size: 3.334vw;
  line-height: 150%;
  color: #fff;
  position: absolute;
  left: 5.606vw;
  bottom: 18.2vw;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.about-banner-content .title-banner-black {
  font-family: var(--font-biz-udpmincho);
  font-style: normal;
  font-weight: bold;
  font-size: 3.334vw;
  line-height: 150%;
  color: #000;
  position: absolute;
  left: 5.606vw;
  bottom: 18.2vw;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.about-banner-content .img-about {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.img-about-phone{
  display: none;
}
.img-about span {
  color: #190790;
  white-space: nowrap;
  position: relative;
  z-index: 10;
  font-family: var(--font-anton);
  font-style: normal;
  font-weight: 400;
  font-size: 15.625vw;
  column-gap: 5px;
  line-height: 100%;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpAnimation 0.5s forwards;
  animation-delay: var(--delay);
}
.img-about span:nth-child(1) {  --delay: 0s; }
.img-about span:nth-child(2) {  --delay: 0.1s; }
.img-about span:nth-child(3) {  --delay: 0.2s; }
.img-about span:nth-child(4) {  --delay: 0.3s; }
.img-about span:nth-child(5) {  --delay: 0.4s; }
.img-about span:nth-child(6) {  --delay: 0.5s; }
.img-about span:nth-child(7) {  --delay: 0.6s; }
.img-about span:nth-child(8) {  --delay: 0.7s; }
.img-about span:nth-child(9) {  --delay: 0.8s; }
.img-about span:nth-child(10) {  --delay: 0.9s; }
.img-about span:nth-child(11) {  --delay: 1s; }
.img-about span:nth-child(12) {  --delay: 1.1s; }
.img-about span:nth-child(13) {  --delay: 1.2s; }
.img-about span:nth-child(14) {  --delay: 1.3s; }
.img-about span:nth-child(15) {  --delay: 1.4s; }
.img-about span:nth-child(16) {  --delay: 1.5s; }
.img-about span:nth-child(17) {  --delay: 1.6s; }

.white-span{
  color: transparent!important;
  -webkit-text-stroke: 1px white!important;
}

.blue-span{
  color: #190790!important;
  -webkit-text-stroke: none!important;
}

@keyframes slideUpAnimation {
  to {
      opacity: 1;
      transform: translateY(0); 
  }
}
#section2 {
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: center;
  padding: 20px 0px 20px 200px;
  gap: 10px;
  z-index:20;
}
#section2 .breadcrumb {
  height: 16px;
  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}
#section3 {
  width: 100%;
  display: flex;
  background: #1d115a;
  padding: 12% 10%;
  gap: 2%;
}
#section3 .left-group {
  width: 58%;
  display: flex;
  flex-direction: column;
  gap: 30px;

  .bold-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;
  }
  .bold-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;

    font-family: var(--font-biz-udpmincho);
    font-style: normal;
    font-weight: 700;
    font-size: 3.3vw;
    line-height: 100%;
    color: #ffffff;
  }

  p {
	width: 41.67vw;
	margin-top: 30px;
	font-family: var(--font-mplus-1p);
	font-style: normal;
	font-weight: 400;
	font-size: 0.99vw;
	line-height: 150%;
	text-align: justify;
	letter-spacing: 0.05em;
	color: #ffffff;
	animation: fadeIn 0.5s ease-in-out forwards;
	}
}
.right-group {
  width: 40%;
  height: fit-content;
  display: flex;
  justify-content: center;
}

.img-container {
  width: 100%;
  height: auto;
  overflow: hidden; 
}

.img-cubic-bezier {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(1); 
}

@keyframes fadeInFromTop {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes zoomOutAnimate {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomBackground {
  0% {
    background-size: 120%; 
  }
  100% {
    background-size: 100%;  
  }
}
.absolute-image {
  position: absolute;
  bottom: -300px;
  right: 0;
}
#section4 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13% 24%;

  .center-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 100px;
    text-align: center;
  }
  .bold-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 15px;
  }
  .bold-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    width: fit-content;

    font-family: var(--font-biz-udpmincho);
    font-style: normal;
    font-weight: 700;
    font-size: 3.3vw;
    line-height: 100%;
    color: #000000;
  }

  .bottom-text {
    width: 100%;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
  }
}
 /* 
#section5 .section-background {
 background-image: url("assets/img/contact/bg_strong_01.jpg");
} */
#section5 .section-background img, #section6 .section-background img, #section7 .section-background img{
	width: 100%;
	height: auto;
}
 /* 
#section6 .section-background {
  background-image: url("assets/img/contact/bg_strong_02.jpg");
}

#section7 .section-background {
  background-image: url("assets/img/contact/bg_strong_03.jpg");

} */

#section5,#section6,#section7 {
  width: 100%;
  /* height: auto; */
  height: 61.5vw;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: auto;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  background-attachment: scroll; 
  transition: background-attachment 0.01s; 
  will-change: background-attachment; 
}
.image-banner-3-phone, .image-banner-2-phone, .image-banner-1-phone{
  display: none;
}
.image-banner-3, .image-banner-2, .image-banner-1{
  display: flex;
}
/* Start Scroll image in section5, 6, 7  */
.section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  will-change: transform;
  transform: translateZ(0); 
}

.section-background.fixed {
  position: fixed;
  top: 0;
}

#section5, #section6, #section7 {
  position: relative;
  overflow: hidden;
}

.center-group-banner {
  position: relative;
  z-index: 2;
}

/* End Scroll image in section5, 6, 7 */
.color-group{
 background-color:#1D115A;
}
.section-show-left {
  animation: fadeInFromLeft 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
}

.section-show-right {
  animation: fadeInFromRight 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
}

@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

.center-group-banner {
  width: 32%;
  height: 100%;
  min-height: 62.44vw;
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.section-show-left .center-group-banner {
  animation: fadeInFromBottom 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0); 
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0); 
  }
}

.section-show-left .center-group-banner .content-group {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out forwards;
  animation-delay: 1s;
}

.section-show-right .center-group-banner {
  animation: fadeInFromBottom 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
  animation-delay: 0.5s;
}

.section-show-right .center-group-banner .content-group {
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out forwards;
  animation-delay: 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.content-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 50px;
}
.number-banner {
  width: 66%;
  min-height: 96px;
  font-family: var(--font-anton);
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
.label-banner {
  width: 66%;
  min-height: 24px;
  font-family: var(--font-biz-udpmincho);
  font-style: normal;
  font-weight: 700;
  font-size: 1.3vw;
  line-height: 100%;
  text-align: center;
  color: #000000;
}
.content-banner {
  width: 66%;
  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.04em;
  color: #000000;
}
#section8 {
  width: 100%;
  min-height: 887px;

  .upper-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 10% 0% 5% 10%;
    .bold-group {
      width: 60%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0px;
      gap: 15px;
    }
    .bold-line {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 10px 20px;
      gap: 10px;

      font-family: var(--font-biz-udpmincho);
      font-style: normal;
      font-weight: 700;
      font-size: 3.3vw;
      line-height: 100%;
    }
    p {
      width: 41.7vw;
      margin-top: 85px;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 0.99vw;
      line-height: 150%;
      text-align: justify;
      letter-spacing: 0.05em;
      color: #000000;
	  animation: fadeIn 0.3s ease-in-out forwards;
    }
    .right-image {
      width: 31.2%;
      position: absolute;
      top: 20%;
      right: 8%;

      overflow: hidden; 
      height: auto;
    }
	.right-image .lower-img{
		 opacity: 0; 
		 width: 31.2%;
	}
    .right-image .lower-img.animate-active {
      display: flex;
      width: 100%;
      opacity: 0;
      transform: scale(1.2); 
      animation: zoomInOut 1s ease-out forwards; 
    }
  }
}
.lower-container {
  width: 100%;
  background-color: #1d115a;
  padding: 5% 10% 5% 10%;
  
  .group-image {
    display: flex;
    width: 50%;
    overflow: hidden;
    height: auto; 
  }
  .img-wrapper {
  	width: 100%;
  	position: relative;
  	overflow: hidden;
  }
  	.lower-img-phone{
	 display: none;
	}
	.lower-img{
	 opacity: 0; 
  	}
  .lower-img.animate-active {
    width: 100%;
    opacity: 0; 
    transform: scale(1.2);
    animation: zoomInOut 1s ease-out forwards; 
  }
  .lower-img-phone {
    display: none;
    opacity: 0; 
    transform: scale(1.2);
    animation: zoomInOut 1s ease-out forwards; 
  }
}

@keyframes zoomInOut {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1; 
  }
}

@keyframes fadeInZoomOut {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#section9 {
  width: 100%;
  min-height: fit-content;
  padding-bottom: 17vw;
  padding-top: 10%;
  .upper-content {
    padding: 5% 10% 5% 10%;
  }
  .text-with-line {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-family: "Arial", sans-serif;
  }
  .text-with-line::before,
  .text-with-line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #000;
    animation: fadeInFromLeft 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
  }
  .text-with-line::before {
    left: 0;
    margin-right: 10px;
  }
  .text-with-line::after {
    right: 0;
    margin-left: 10px;
  }
  .text-with-line span {
    padding: 0 15px;
    background-color: #fff;
    font-weight: bold;
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
    width: 45vw;
    left: calc(50% - 786px / 2);
    top: 8050px;
  
  
  
    font-family: var(--font-biz-udpmincho);
    font-style: normal;
    font-weight: 700;
    font-size: 3.334vw;
    line-height: 100%;
  
    color: #000000;
  }
  
    .animate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #000;
    border-radius: 50px;
    width: 45vw;
    margin: auto;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .detail-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
    p {
      width: 53%;
      left: calc(50% - 1000px / 2);
      top: 8254px;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 1vw;
      line-height: 150%;
      text-align: justify;
      letter-spacing: 0.05em;
      color: #000000;
    }
  }
  .tabs-container {
    width: 79%;
    min-height: fit-content;
    margin: 0 auto;
    border: 2px solid #000;
    border-top: none;
    padding-bottom: 22%;
  }
  .tabs {
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
  }
  .tab-button {
    width: 49.5%;
    padding: 3% 0;
    font-size: 18px;
    cursor: pointer;
    background-color: #1d115a;
    color: #fff;
    border-right: none;
    transition: background-color 0.3s ease;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
  }
  .tab-button.active {
    background-color: #ffffff;
    border: 2px solid #000000;
    border-bottom: none;
    border-left: none;
    border-right: none!important;
    color: #000;
  }
  .tab-button-middle {
    width: 1%;
    background-color: #ffffff;
    border-top: none!important;
    border: 2px solid #000000;
  }
  .tab-button:last-child {
    border-right: 1px solid #000000;
  }
  .tab-content {
    display: flex;
  }
  .tab-panel {
    display: none;
  }
  #tab-content-1 .image-box{
    background-image: url("./assets/img/contact/tab-1.jpg");
    clip-path: inset(0 0 100% 0);
	background-size: 120%;
 	animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards, zoomBackground 1s ease-out forwards;
  }
  #tab-content-2 .image-box{
    background-image: url("./assets/img/contact/tab2.jpg");
    clip-path: inset(0 0 100% 0);
	background-size: 120%;
  	animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards, zoomBackground 1s ease-out forwards;
  }
  .tab-panel.active {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10.4vw;

    .text-box {
      width: 50%;
    }
    .text-box h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .text-box p {
      font-size: 18px;
      line-height: 1.6;
    }
    .image-box {
    width: 100%;
    height: auto;
    min-height: 31.354vw;

    display: flex;
    justify-content: center;
    align-items: center;

    background-size: contain; 
    /* background-position: center; */
    background-repeat: no-repeat;
    background-attachment: unset;
    }
    .box-content {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 7% 7%;
      gap: 10px;
      width: 54%;
      background: #ffffff;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 0.99vw;
      line-height: 150%;
      text-align: justify;
      letter-spacing: 0.05em;
      color: #000000;
    }
    .boxed-text {
      text-align: center;
	  animation: fadeIn 0.3s ease-in-out forwards;
    }
    .boxed-text {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      font-size: 32px;
      line-height: 150%;
      letter-spacing: 0.05em;
      color: #000000;
    }

    .boxed-text span {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      font-size: 1.67vw;
      line-height: 150%;
      letter-spacing: 0.05em;

      color: #000000;
    }
    .boxed-text::before,
    .boxed-text::after {
      content: " ";
      width: 1.042vw;
      height: 3.8545vw;
      font-size: 60px;
      margin: 0 1.25vw;
    }
    .boxed-text::before {
		border: 3px solid #000;
		border-right:none;
    }
	.boxed-text::after {
		border: 3px solid #000;
		border-left:none;	  
    }

    /* Step CSS  */
    .container {
      width: 94%;
      height: fit-content;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, 25%);
      gap: 8%;
      justify-content: center;
    }

    .step-card {
      position: relative;
      width: 100%;
      min-height: auto;
      background: white;
      padding: 5% 5% 15% 5%;
      border-radius: 0;
      box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05)!important;
      border: none!important;
      opacity: 0;
      transition: opacity 0.8s ease-in-out;
    }
	
	  .step-9 {
      position: relative;
      width: 100%;
      min-height: auto;
      background: white;
      padding: 5% 25px 5% 25px;
      border-radius: 0;
      box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05)!important;
      border: none!important;
      opacity: 0;
      transition: opacity 0.8s ease-in-out;
    }

    .step-6 {
      position: relative;
      width: 100%;
      min-height: auto;
      background: white;
      padding: 5% 25px 5% 25px;
      border-radius: 0;
      box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05)!important;
      border: none!important;
      opacity: 0;
      transition: opacity 0.8s ease-in-out;
    }
    
     .step-card::after {
      content: '';
      position: absolute;
      right: -20px;
      top: 50%;
      width: 0;
      height: 0;
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 20px solid white;
      transform: translateY(-50%);
      z-index: 1;
      filter: drop-shadow(8px 0px 6px rgba(0, 0, 0, 0.1));
    }

    .step-content {
      display: flex;
      width: 100%;
      gap: 30px;
      flex-direction: column;
      justify-content: center;
    }

    .step-icon {
      width: 100%;
    }

    .step-number {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000;
      padding: 10px 15px;
      clip-path: polygon(0 0, 100% 0, 0 100%);
      width: 6.25vw;
      height: 6.25vw;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      font-family: var(--font-anton);
      font-style: normal;
      font-weight: 400;
      font-size: 1.67vw;
      line-height: 150%;
      text-align: justify;
      letter-spacing: 0.05em;
      color: #FFFFFF;
	  padding: 12px;
    }

    .icon-wrapper {
      width: 7.813vw;
      background-color: white;
      border-radius: 50%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 10px auto 20px;
    }

    .icon {
      width: 50px;
      height: 50px;
    }

    .step-title {
      width: 100%;
      text-align: center;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      font-size: 1.1vw;
      line-height: 150%;
      letter-spacing: 0.05em;
      text-decoration-line: underline;
	  text-underline-offset: 7px;
      color: #000000;
    }

    .step-description {
      width: 100%;
      height: auto;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 1vw;
      line-height: 150%;
      text-align: justify;
      letter-spacing: 0.05em;
      color: #000000;
      margin: auto;
    }
  }
}

.step-card, .step-6, .step-9 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.step-card.show, .step-6.show, .step-9.show {
  opacity: 1;
  transform: translateY(0);
}
#break-line{
  display: none;
  justify-content: center!important;
}
#not-break-line{
  display: flex;
  justify-content: center!important;
}
.last-item-sp{
 display: none!important;
}
.last-item-pc{
 display: flex!important;
}
@media (max-width: 751px) {
.last-item-sp{
 display: flex!important;
}
.last-item-pc{
 display: none!important;
}
  .bold-line .reveal-text.white-reveal-text{
	color: #fff;
  }
  
  .step-card, .step-6, .step-9 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, visibility 0.8s ease-out, transform 0.8s ease-out;
  }

  .step-card.show, .step-6.show, .step-9.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #not-break-line{
    display: none;
    justify-content: center!important;

  }
  #break-line{
    display: flex;
    justify-content: center!important;
  }
  #section1 {
    width: 100%;
    background-image: url("assets/img/contact/contact-background-phone.jpg");
    background-size: cover;
    background-position: center;
    min-height: calc(100vw * (680 / 750));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
    .about-banner-content .title-banner-white {
        font-family: var(--font-biz-udpmincho);
        font-style: normal;
        font-weight: bold;
        font-size: calc(100vw * (40 / 750)) !important;
        line-height: 150%;
        color: #fff;
        position: absolute;
        left: calc(100vw * (24 / 750));
        top: calc(100vw * (100 / 750));
        margin-bottom: 290px;
        animation: fadeIn 0.5s ease-in-out forwards;
    }
    .about-banner-content .title-banner-black {
        font-family: var(--font-biz-udpmincho);
        font-style: normal;
        font-weight: bold;
        font-size: 5.34vw !important;
        line-height: 150%;
        color: #000;
        position: absolute;
        left: calc(100vw * (24 / 750));
        top: calc(100vw * (100 / 750));
        margin-bottom: 290px;
        animation: fadeIn 0.5s ease-in-out forwards;
    }
  .img-about-phone{
    display: flex;
	justify-content: center;
	margin-bottom: 4vw;
  }
  .img-about{
    display: none !important;
  }
  .about-banner-content .img-about-phone span {
    white-space: nowrap;
    position: relative;
    z-index: 10;
    font-family: var(--font-anton);
    font-style: normal;
    font-weight: 400;
    font-size: 26vw!important;
    column-gap: 5px;
    line-height: 100%;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUpAnimation 0.5s forwards;
    animation-delay: var(--delay);
  }
  .img-about-phone span:nth-child(1) {  --delay: 0s; }
	.img-about-phone span:nth-child(2) {  --delay: 0.1s; }
	.img-about-phone span:nth-child(3) {  --delay: 0.2s; }
	.img-about-phone span:nth-child(4) {  --delay: 0.3s; }
	.img-about-phone span:nth-child(5) {  --delay: 0.4s; }
	.img-about-phone span:nth-child(6) {  --delay: 0.5s; }
	.img-about-phone span:nth-child(7) {  --delay: 0.6s; }
	.img-about-phone span:nth-child(8) {  --delay: 0.7s; }
	.img-about-phone span:nth-child(9) {  --delay: 0.8s; }
	.img-about-phone span:nth-child(10) {  --delay: 0.9s; }
	.img-about-phone span:nth-child(11) {  --delay: 1s; }
	.img-about-phone span:nth-child(12) {  --delay: 1.1s; }
	.img-about-phone span:nth-child(13) {  --delay: 1.2s; }
	.img-about-phone span:nth-child(14) {  --delay: 1.3s; }
    .about-banner-content .title-banner {
        font-family: var(--font-biz-udpmincho);
        font-style: normal;
        font-weight: 700;
        font-size: calc(100vw * (40 / 750)) !important;
        line-height: 150%;

        color: #000000;
        margin-left: calc(100vw * (24 / 750));
        margin-bottom: 290px;

        position: absolute;
        top: calc(100vw * (100 / 750));
        left: 0;
        right: 0;
        animation: fadeIn 0.5s ease-in-out forwards;
    }
  .about-banner-content .img-about span {
    white-space: nowrap;
    position: relative;
    z-index: 10;
    font-family: "Anton";
    font-style: normal;
    font-weight: 400;
    font-size: 10vw!important;
    column-gap: 5px;
    line-height: 100%;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUpAnimation 0.5s forwards;
    animation-delay: var(--delay);
  }
  #section2 {
    width: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px 20px 24px;
    gap: 10px;
  }
  #section2 .breadcrumb {
    height: 16px;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
  }

  #section3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #1d115a;
    padding: 6.666vw 3.2vw;
    gap: 13.3333vw;
  }
  #section3 .left-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;

    .bold-group {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0px;
      gap: 15px;
    }
    .bold-line {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 10px 20px;
      gap: 10px;

      font-family: var(--font-biz-udpmincho);
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 150%;

      color: #ffffff;
    }

    p {
		margin-top: 4vw!important;
      width: 93.56vw;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.54vw;
      line-height: 150%;
      text-align: justify;
      letter-spacing: 0.05em;
      color: #ffffff;
    }
  }
  .right-group {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
  }

  .img-cubic-bezier {
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 0;
  }

  @keyframes fadeInFromTop {
    0% {
      opacity: 0;
      clip-path: inset(0 0 100% 0);
    }
    100% {
      opacity: 1;
      clip-path: inset(0 0 0 0);
    }
  }
  .absolute-image {
    position: absolute;
    bottom: -300px;
    right: 0;
  }

  #section4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.6666vw 3.2vw 6.6666vw 3.2vw;
    .center-group {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0;
      gap: 6.66666vw;
      text-align: center;
    }
    .bold-group {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0px;
      gap: 15px;
    }
    .bold-line {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 10px 20px;
      gap: 10px;
      width: fit-content;

      font-family: var(--font-biz-udpmincho);
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 150%;
      color: #000000;
    }

    .bottom-text {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.54vw;
      width: 93.56vw;
      line-height: 150%;
      text-align: center;
      letter-spacing: 0.05em;
      color: #000000;
    }
  }
 
.image-banner-3, .image-banner-2, .image-banner-1{
  display: none;
}
.image-banner-3-phone, .image-banner-2-phone, .image-banner-1-phone{
  display: flex;
}

/*
#section5 .section-background {
  background-image: url("assets/img/contact/bg_strong_01_phone.png");
}

#section6 .section-background {
  background-image: url("assets/img/contact/bg_strong_02_phone.png");
}

#section7 .section-background {
  background-image: url("assets/img/contact/bg_strong_03_phone.png");
}
*/

  #section5 {
    width: 100%;
    height: 106.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
	background-attachment: unset;
  }

  #section6 {
    width: 100%;
    height: 106.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
	background-attachment: unset;
  }

  #section7 {
    width: 100%;
    height: 106.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
	background-attachment: unset;
  }
  .center-group-banner {
    width: 80%;
    min-height: 55.45vw;
    height: 60%;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    .content-group {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0px;
      gap: 6.6vw;
    }
    .number-banner {
      width: 66%;
      min-height: 12.7vw;
      font-family: var(--font-anton);
      font-style: normal;
      font-weight: 400;
      font-size: 8.53vw;
      line-height: 150%;
      text-align: center;
      color: #000000;
    }
    .label-banner {
      width: 100%;
      min-height: 24px;
      font-family: var(--font-biz-udpmincho);
      font-style: normal;
      font-weight: 700;
      font-size: 3.2vw;
      line-height: 100%;
      text-align: center;
      color: #000000;
    }
    .content-banner {
      width: 66.64vw;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.54vw;
      line-height: 180%;
      text-align: justify;
      letter-spacing: 0.04em;
      color: #000000;
    }
  }

  #section8 {
    width: 100%;
    min-height: 118.2666vw;
    background-color: #1d115a;

    .upper-container {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 4vw;
      padding: 6.666vw 3.2vw 12vw 3.2vw;
      .bold-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 15px;
      }
      .bold-line {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        gap: 10px;

        font-family: var(--font-biz-udpmincho);
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 150%;
        color: #ffffff;
      }
      p {
        width: 100%;
        font-family: var(--font-mplus-1p);
        font-style: normal;
        font-weight: 400;
      	font-size: 2.54vw;
        line-height: 150%;
        text-align: justify;
        letter-spacing: 0.05em;
        color: #ffffff;
        margin-top: 6.66666vw;
      }
      .right-image {
        width: 31.2%;
        display: none;
      }
      .right-image img {
        width: 100%;
      }
    }
  }
  .lower-container {
  min-height: unset;
  }
  .lower-container {
    width: 100%;
    background-color: #1d115a;
    padding: 0 24px 50px 24px;

    .group-image {
      display: flex;
	  width:100%;
    }
    .lower-img {
      width: 50%;
      display: none;
    }
		  .img-wrapper-phone{
		  width: 93.6vw;
		  height: 66.6666vw;
	  }
    .lower-img-phone {
      display: flex;
      opacity: 0; 
	  width: 93.6vw;
	  height: 66.6666vw;
      transform: scale(1.2);
      animation: zoomInOut 1s ease-out forwards; 
    }
  }

  #section9 {
    width: 100%;
    min-height: fit-content;
    padding-top: 10%;
    .upper-content {
      padding: 5% 10% 5% 10%;
    }
    .text-with-line {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      font-family: "Arial", sans-serif;
    }
    .text-with-line::before,
    .text-with-line::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 100%;
      height: 3px;
      background-color: #000;
      animation: fadeInFromLeft 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
    }
    .text-with-line::before {
      left: 0;
      margin-right: 10px;
    }
    .text-with-line::after {
      right: 0;
      margin-left: 10px;
    }
     .text-with-line span {
      padding: 0 15px;
      background-color: #fff;
      font-weight: bold;
      z-index: 5;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 20px 10px;
      gap: 10px;
      left: calc(50% - 786px / 2);
      top: 8050px;
      border-radius: 50px;
      font-family: var(--font-biz-udpmincho);
      font-style: normal;
      font-weight: 700;
      font-size: 5vw!important;
      line-height: 100%;
		width:75%;
      color: #000000;
    }
	    
    .animate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #000;
    border-radius: 50px;
    width: 75%;
    margin: auto;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
    .detail-text {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 13.333vw 0;
      padding: 0 3.2vw;
      p {
        width: 100%;
        left: calc(50% - 1000px / 2);
        top: 8254px;
        font-family: var(--font-mplus-1p);
        font-style: normal;
        font-weight: 400;
	    font-size: 2.54vw;
        line-height: 150%;
        text-align: justify;
        letter-spacing: 0.05em;
        color: #000000;
      }
    }
    .tabs-container {
      width: 93%;
      min-height: fit-content;
      margin: 0 auto;
      border: 1px solid #000;
      border-top: none;
      margin-bottom: 100px;
      padding-bottom: 100px;
    }
    .tabs {
      display: flex;
      justify-content: flex-start;
      background-color: #fff;
    }
    .tab-button {
      width: 49%;
      padding: 3% 0;
      font-size: 18px;
      cursor: pointer;
      background-color: #1d115a;
      color: #fff;
      border-right: none;
      transition: background-color 0.3s ease;

      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500 !important;
      font-size: 3.2vw !important;
      line-height: 100%;
    }
    .tab-button.active {
      background-color: #ffffff;
      border-top: 1px solid #000000;
      border-bottom: none;
      color: #000;
      font-weight: bold;
    }
    .tab-button-middle {
      width: 2%;
      background-color: #ffffff;
      border-top: 0;
      border-right: 1px solid #000000;
      border-bottom: 1px solid #000000;
      border-left: 1px solid #000000;
    }
    .tab-button:last-child {
      border-right: 1px solid #000000;
    }
    .tab-content {
      display: flex;
    }
    .tab-panel {
      display: none;
    }
    #tab-content-1 .image-box{
      background-image: url("./assets/img/contact/tab1_phone.jpg");
      clip-path: inset(0 0 100% 0);
	  background-size: 120%;
  	  animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards, zoomBackground 1s ease-out forwards;
    }
    #tab-content-2 .image-box{
      background-image: url("./assets/img/contact/tab2_phone.jpg");
	  background-size: 120%;
      clip-path: inset(0 0 100% 0);
      animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards, zoomBackground 1s ease-out forwards;
    }
    .tab-panel.active {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 13.3333vw;

      .text-box {
        width: 50%;
      }
      .text-box h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
      }
      .text-box p {
        font-size: 18px;
        line-height: 1.6;
      }
      .image-box {
        width: 100%;
        background-image: url("./assets/img/contact/Rectangle77_phone.jpg");
        height: auto;
        min-height: 53.31vw;
        object-fit: cover;

        display: flex;
        justify-content: center;
        align-items: center;
      }
      .box-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 7% 8%;
        gap: 10px;
        width: 90%;
        background: #ffffff;
        font-family: var(--font-mplus-1p);
        font-style: normal;
        font-weight: 400;
        font-size: 2.54vw;
        line-height: 150%;
        text-align: justify;
        letter-spacing: 0.05em;
        color: #000000;
      }
      .boxed-text {
        text-align: center;
      }
      .boxed-text {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: var(--font-mplus-1p);
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 150%;
        letter-spacing: 0.05em;
        color: #000000;
      }

      .boxed-text span {
        font-size: 4.267vw;
        font-family: var(--font-mplus-1p);
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0.05em;

        color: #000000;
      }
    .boxed-text::before,
    .boxed-text::after {
      content: " ";
      width: 2.666vw;
      height: 9.863vw;
      font-size: 6vw;
      margin: 0 3.1983vw;
    }
    .boxed-text::before {
		border: 3px solid #000;
		border-right:none;
    }
	  .boxed-text::after {
		border: 3px solid #000;
		border-left:none;
		  
    }

  /* Step CSS  */
      .container {
        width: 92%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 6vw;
        justify-content: center;
      }

      .step-card {
        position: relative;
        padding: 2.666vw 0.9333vw 0 0.9333vw;
        height: fit-content;
		min-height: 20vw;
        background: white;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05),
                    0 6px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid #e8e8e8;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
      }

      .step-9 {
        position: relative;
        padding: 2.666vw 0.9333vw 0 0.9333vw;
        height: fit-content;
		min-height: 20vw;
        background: white;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05),
                    0 6px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid #e8e8e8;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
      }
  
      .step-6 {
                position: relative;
        padding: 2.666vw 0.9333vw 0 0.9333vw;
        height: fit-content;
		min-height: 20vw;
        background: white;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05),
                    0 6px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid #e8e8e8;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
      }
      
      .step-card::after {
		  content: '';
		  position: absolute;
		  right: 31vw!important;
		  top: 22.6vw;
		  width: 0;
		  height: 0;
		  /* rotate: 90deg; */
		  border-top: 60px solid transparent;
		  /* border-bottom: 60px solid transparent; */
		  border-left: 20px solid white;
		  transform: translateY(-50%);
		  z-index: 1;
		  filter: drop-shadow(0px 12px 5px rgba(0, 0, 0, 0.1));
		}

      .step-content {
        display: flex;
        width: 100%;
        gap: 18px;
        flex-direction: column;
        justify-content: center;
      }

      .step-icon {
        width: 120px;
      }

      .step-number {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        color: white;
        padding: 1.3333vw 2vw;
        font-weight: bold;
        font-size: 4.266vw;
        clip-path: polygon(0 0, 100% 0, 0 100%);
        width: 16.016vw;
        height: 16.016vw;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
      }

      .icon-wrapper {
        width: 100px;
        height: 100px;
        background-color: white;
        border-radius: 50%;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
      }

      .icon {
        width: 50px;
        height: 50px;
      }

      .step-title {
        width: 100%;
        text-align: center;
        font-family: var(--font-mplus-1p);
        font-style: normal;
        font-weight: bold;
        font-size: 2.8vw;
        line-height: 150%;
        letter-spacing: 0.05em;
        text-decoration-line: underline;
        color: #000000;
		position: absolute;
		top: 35%;
      }

      .step-description {
        width: 100%;
        height: 87px;

        font-family: var(--font-mplus-1p);
        font-style: normal;
        font-weight: 400;
	    font-size: 16px;
        line-height: 150%;
        text-align: justify;
        letter-spacing: 0.05em;
		display: none;
        color: #000000;

        margin: auto;
      }
    }
  }
}


/* footer {
  background-color: #222;
  color: white;
  padding: 10px;
  text-align: center;
} */

.section-hidden {
  opacity: 0;
  /* transform: translateY(100px); */
  transition: all 1s;
}

.section-show {
  opacity: 1;
  /* transform: translateY(0); */
}

section {
  position: relative;
}

/* Test */

.corner-number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 20px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 1.5rem;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.icon {
  font-size: 2rem;
}

.title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333;
}

.description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
} 

.space-span {
  display: inline-block;
  min-width: calc(100vw * (34 / 1920)); 
  height: 1px;
}

@media (max-width: 751px) {
  .space-span {
      min-width: calc(100vw * (5 / 750)); 
      display: inline-block !important; 
  }
  
  .img-about-phone .space-span {
      display: inline-block !important;
  }
}

/* End new code by Thinh */

/* CSS font-size of title  */
@media (max-width: 751px) {
  .bold-line, .text-with-line span, .tab-button {
    font-size: 4.5vw!important; 
  }
  .about-banner-content span{
      font-size: 5vw!important; 
  }
  .border-animate-flex::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  border: 3px solid #fff!important;
	  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	  animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	}
}

@media (max-width: 320px) {
  .step-card {
    width: 260px!important;
  }
}
.bold-line{
  animation: fadeIn 0.5s ease-in-out forwards;
}
/* End CSS font-size of title  */

/* Animation draw border */
.border-animate {
  position: relative;
  border-radius: 15px;
  background: transparent;
}

.border-animate-black {
  position: relative;
  border-radius: 15px;
  background: transparent;
}

.border-animate-flex {
  position: relative;
  border-radius: 15px;
  background: transparent;
}

.border-animate::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.border-animate-black::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #000;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.border-animate-flex::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #000;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}


@keyframes drawBorder {
  0% {
      clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
  20% {
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  40% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  }
  60% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}


.border-animate-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-biz-udpmincho);
  color: #fff;
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}
/* CSS step-card arrow */
@media (max-width: 751px) {
  .step-card::after {
    content: "";
    position: absolute;
    right: -20px !important;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6vw solid white !important;
    border-bottom: unset!important;
    border-left: 12vw solid transparent!important;
    border-right: 12vw solid transparent!important;
    transform: translateY(-50%);
    z-index: 1;
    filter: drop-shadow(8px 0px 6px rgba(0, 0, 0, 0.02));
  }
  #section8 .bold-line {
    position: relative;
    border-radius: 15px;
    background: transparent;
    color: #fff;
  }

  #section8 .bold-line.animate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #fff !important;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}
/* End animation draw border */
/* End animation draw border */

.bold-line.animate {
  position: relative;
  border-radius: 15px;
  background: transparent;
}

.bold-line {
  position: relative;
  border-radius: 15px;
  background: transparent;
}

.bold-line.animate::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 3px solid #000;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

#section3 .bold-line.animate::before {
  border-color: #fff;
}

#section8 .bold-line {
  position: relative;
  border-radius: 15px;
  background: transparent;
  color: #000;
}

#section8 .bold-line.animate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #000;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.border-animate-flex {
  display: none;
}

/* Business page  */
.business-section {
  background-image: url("assets/img/business/banner_1.jpg") !important;
}

.fit-title{
  width: fit-content;
  padding: 10px;
  margin-bottom: 80px;
}
.services-section {
  padding: 10.42vw 15.63vw;
  background-image: url("assets/img/business/background.jpg");
}

.services-title{
  font-family: var(--font-biz-udpmincho);
  margin-bottom: 4.17vw;
  width: fit-content;
  background-color: #fff!important;
  padding: 15px 20px;

  font-style: normal;
  font-weight: 700;
  font-size: 2.08vw;
  line-height: 150%;
  
  color: #000000;

  position: relative;
}

.section-title {
  width: 20%;
  border: 3px solid #000;
  font-family: var(--font-biz-udpmincho);
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
  padding: 10px;
  color: #000;
}

.services-grid {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.service-card {
  flex: 1;
  position: relative;
  aspect-ratio: 16/9;
}

.service-image {
  position: relative;
  width: 100%;
  height: 15.63vw;
  overflow: hidden; 
}

.service-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease-out;
    transform: scale(1);
    z-index: 1;
}

.business-banner-2::before {
    background-image: url('assets/img/business/service_banner_1.jpg');
}

.business-banner-3::before {
    background-image: url('assets/img/business/service_banner_2.jpg');
}

.business-banner-4::before {
    background-image: url('assets/img/business/service_banner_3.jpg');
}

.service-image:hover::before {
    transform: scale(1.1); 
}

.service-overlay {
    position: relative;
    z-index: 2;
}

.business-banner-2 {
  background: url("assets/img/business/service_banner_1.jpg") center/cover no-repeat;
}

.business-banner-3 {
  background: url("assets/img/business/service_banner_2.jpg") center/cover no-repeat;
}

.business-banner-4 {
  background: url("assets/img/business/service_banner_3.jpg") center/cover no-repeat;
}

.business-banner-2:hover::before {
    transform: scale(1.1);
    filter: brightness(2.2);
}

.business-banner-3:hover::before {
    background: url("assets/img/business/banner_2_bright.jpg") center/cover no-repeat;
    transform: scale(1.1);
}

.business-banner-4:hover::before {
    background: url("assets/img/business/banner_3_bright.jpg") center/cover no-repeat;
    transform: scale(1.1);
}

.service-image:hover {
  filter: brightness(2);
}

.service-image:hover {
  filter: brightness(1.5);
}

.service-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}

.service-number {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  font-family: var(--font-anton);
  font-size: 2.084vw;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-overlay h3 {
  color: white;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  font-size: 1.4vw;
  text-align: center;
  margin: 0;
}

.more-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.12vw;
  height: 3.66vw;
  justify-content:center;
  background: white;
  color: black;
  text-decoration: none;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 400;
  font-size: 0.99vw;
  line-height: 100%;
  color: #000000;
}

.icon-more {
  height: 2.6vw;
  transition: all 0.3s ease;
}

.more-button:hover .icon-more {
  transform: scaleY(1.2);
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 960px) {
  .services-grid {
    /* padding: 0 10px; */
  }

  .service-card {
    /* min-width: 250px; */
  }
}

@media (max-width: 751px) {
	.services-title{
	  margin-bottom: 13.33vw;
	}
	.more-button {
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  width: 31vw;
	  height: 9.4vw;
	  background: white;
	  color: black;
	  text-decoration: none;
	  padding: 10px 20px;
	  display: flex;
	  align-items: center;
	  gap: 10px;
	  transition: all 0.3s ease;
	  font-family: var(--font-mplus-1p);
	  font-style: normal;
	  font-weight: 400;
	  font-size: 2.54vw;
	  line-height: 100%;
	  color: #000000;
	}
	.business-banner-2 {
	  background: url("assets/img/business/service_banner_1_phone.jpg") center/cover no-repeat;
	}

	.business-banner-3 {
	  background: url("assets/img/business/service_banner_2_phone.jpg") center/cover no-repeat;
	}

	.business-banner-4 {
	  background: url("assets/img/business/service_banner_3_phone.jpg") center/cover no-repeat;
	}
  .service-overlay h3 {
    font-size: 3.2vw;
  }

  .service-number {
    font-size: 5.34vw;
    min-width: 40px;
    min-height: 40px;
  }
}

/* CSS tiep  */

@keyframes fadeInFromTop {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

.service-details-first,
.service-details-second,
.service-details-third {
  width: 100%;
  min-height: 800px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* opacity: 0; */
  /* animation: fadeInFromTop 1s ease-out forwards; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 0 0 0 15.63vw;
}

.service-details-first {
  background-image: url("assets/img/business/banner_2.jpg");
}

.service-details-second {
  margin-top: 150px;
  background-image: url("assets/img/business/banner_3.jpg");
}

.service-details-third {
  background-image: url("assets/img/business/banner_4.jpg");
}

.service-detail-item {
  max-width: 1200px;
  width: 52.63vw;
  /* opacity: 0; */
  /* animation: fadeInContent 0.8s ease-out forwards; */
  animation-delay: 1s;
}

.service-label {
  font-family: var(--font-biz-udpmincho);
  font-weight: 700;
  margin-bottom: 2.5vw;
  width: fit-content;
  background-color: #fff!important;
  padding: 15px 20px;

  font-style: normal;
  font-weight: 700;
  font-size: 2.09vw;
  line-height: 150%;
  border-radius: 0!important;

  color: #000000;

  position: relative;
}

.border-animate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.service-description {
  font-family: var(--font-mplus-1p);
  margin-left: 10.9vw;
  padding: 1.045vw 1.566vw;
  background-color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 0.99vw;
  line-height: 150%;
  width: 44.792vw;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #000000;
}

@keyframes fadeInContent {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 751px) {
	.services-title{
	  font-size: 5.34vw !important;
	}
  .business-section {
  background-image: url("assets/img/business/banner_1_phone.jpg") !important;
 }
  .service-details-first,
  .service-details-second,
  .service-details-third {
    min-height: 400px;
    padding: 22.93vw 24px;
  }
  .service-label {
	  font-family: var(--font-biz-udpmincho);
	  font-weight: 700;
	  margin-bottom: 30px;
	  width: fit-content;
	  background-color: #fff!important;
	  padding: 15px 20px;

	  font-style: normal;
	  font-weight: 700;
	  font-size: 5.34vw!important;
	  line-height: 150%;
	  border-radius: 0!important;

	  color: #000000;

	  position: relative;
	}

  .service-detail-item {
    width: 100%;
    padding: 0 6vw;
  }

  .service-label {
    font-size: 5.34vw!important;
    margin-bottom: 50px;
  }

  .service-description {
	padding: 30px 2.67vw;
	margin:0;
	font-size: 2.54vw;
	width: 79.96vw;
  }
}

/* CSS Grid  */

.service-grid-details {
  background-image: url("assets/img/business/background.jpg");
  width: 100%;
}

.service-grid-container {
  padding: 150px 10%;
  margin: 0 auto;
  /* display: grid; */
  /* grid-template-columns: repeat(2, 37.76vw); */
  /* row-gap: 5vw; */
  /* column-gap: 2vw; */
}
.group-img{
  display: grid; 
  grid-template-columns: repeat(2, 37.76vw);
  row-gap: 5vw;
  column-gap: 2vw;
}

.bonus-background {
  background-image: url("assets/img/business/bg_sankaku.png");
  background-size: 121%;
  background-position: center;
}

.detail-group {
  background-image: url("assets/img/business/background.jpg");
}
.service-grid-item {
  display: flex;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 50px;
}

.item-image {
  min-width: 45%;
  position: relative;
  margin: auto;
}

.item-image img {
  width: 100%;
}

.item-content {
  min-width: 50%;
  flex: 1;
  padding: 0 0 0 1.2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item-content h3 {
  font-family: var(--font-mplus-1p);
  margin-bottom: 15px;
  color: #000;
  text-decoration: underline;
  font-size: 1.4vw;
  line-height: 126%;
  color: #000000;

  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration-line: underline;
  text-underline-offset: 6px;
}

.item-content p {
  font-family: var(--font-mplus-1p);

  font-style: normal;
  font-weight: 400;
  font-size: 0.834vw;
  line-height: 150%;
  text-align: justify;

  color: #000000;
}

@media (max-width: 1200px) {
  .service-grid-item {
    padding: 30px;
  }
  .item-content h3 {
    margin-bottom: 10px;
    font-size: 1.2vw;
    text-underline-offset: 2px;
  }
}
@media (max-width: 751px) {
  .group-img{
		display: grid;
		width: 78vw;
		grid-template-columns: repeat(2, 37.76vw);
		row-gap: 3vw;
		margin: 0 auto;
		background: #FFFFFF80;
		padding: 19.2vw 0;
	}

	.service-grid-item{
		width: 30vw!important;
		height: 30vw!important;
		min-height: unset!important;
		min-width: unset!important;
		padding: 0!important;
	}

	.item-image{
	margin: 0!important;
	width: 30vw;
	min-width: 30vw!important;
	height: 30vw!important;
		
	}

	.item-image img {
	  width: 30vw;
	  height: 30vw;
	}

	.item-content p {
			display: none;
		}
	.item-content{
		position:absolute;
		padding: 0!important;
		width: 100%;
		text-align: center;
		height: 100%;
		background-color: #201a234a;	
	}
	.item-content h3{
		width: 90%;
		margin: 0 auto;
		font-family: var(--font-mplus-1p);
		font-style: normal;
		font-weight: 500;
		font-size: 2.8vw;
		line-height: 126%;
		text-align: center;
		text-decoration-line: underline;
		text-underline-offset: 6px;
		color: #FFFFFF!important;

	}

  .item-content p {
    font-family: var(--font-mplus-1p);
      font-style: normal;
    font-weight: 400;
    font-size: 2.14vw;
    line-height: 150%;
    text-align: justify;
    color: #000000;
    }
    .service-grid-container {
      grid-template-columns: 1fr;
      padding: 15.6vw ;
      gap: 30px;
    }
  .item-content p {
	font-family: var(--font-mplus-1p);
  	font-style: normal;
	font-weight: 400;
	font-size: 2.14vw;
	line-height: 150%;
	text-align: justify;
	color: #000000;
  }
  .service-grid-container {
    grid-template-columns: 1fr;
    padding: 50px 24px 100px 24px;
    gap: 30px;
  }
  
  .bonus-background {
	  background-image: url("assets/img/business/bg_sankaku.png");
	  background-size: 263%;
	  background-position: center;
	}

  .service-grid-item {
    min-width: 80%;
    margin: 0 auto;
    height: fit-content;
    padding: 8vw 6vw;
    min-height: unset;
  }

  .item-image {
    flex: 0 0 140px;
    min-width: 45%;
    position: relative;
    margin: auto;
    max-width: unset;
  }
}

@media (max-width: 751px) {
  .fit-title{
    width: fit-content;
    padding: 10px;
    /* margin: 0 0 40px 10px; */
  }

  .services-section {
    padding: 19.99vw 3.2vw;
    background-image: url("assets/img/business/background.jpg");
  }
  .services-grid {
    display: flex;  
    flex-direction: column;  
  }

  .service-card {
  	min-height: 40vw;
    width: 100%;
    aspect-ratio: unset;
  }

  .service-image {
    height: 40vw;
    width: 100%;  
    object-fit: cover; 
  }

  .service-overlay {
    width: 100%;  
  }
  
  .icon-more {
    height: 4.6vw!important;
  }
}


.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.fade-in-element.show {
  opacity: 1;
  transform: translateY(0);
}

/* End business page  */

/* CSS Company  */
.company-section-banner {
    background-image: url("assets/img/business/banner_1_phone.jpg") !important;
}

.company-section {
  padding: 15.37vw 15.4vw 15.64vw 15.4vw;
  background: #fff;
}

.company-title {
  font-family: var(--font-biz-udpmincho);
  font-size: 2.085vw;
  font-weight: bold;
  margin-bottom: 5.23vw;
  display: inline-block;
  padding: 10px 20px;
  color: #000;
}

.map-container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.map-item {
  flex: 1;
  width: 31.26vw;
}

.map-frame {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  opacity: 0;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.map-details {
  padding: 1.04vw 0;
  margin-left: 1.34vw;
  opacity: 0;
}

.map-item h3 {
  margin-bottom: 20px;

  font-family: var(--font-mplus-1p);

  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 100%;

  color: #000000;
  opacity: 0;
}

.map-details dl {
  display: grid;
  grid-template-columns: 5.2vw 1fr;
  row-gap: 1.04vw;
  column-gap: unset;
}

.map-details dt {
  font-family: var(--font-mplus-1p);

  font-style: normal;
  font-weight: 400;
  font-size: 0.99vw;
  line-height: 150%;
  letter-spacing: 0.05em;

  color: #000000;
}

.map-details dd {
  font-family: var(--font-mplus-1p);

  font-style: normal;
  font-weight: 400;
  font-size: 0.99vw;
  line-height: 150%;
  letter-spacing: 0.05em;

  color: #000000;
}

@media (max-width: 751px) {
  .company-section {
    padding: 20.1vw 9.9vw;
  }

  .map-container {
    flex-direction: column;
    gap: 40px;
    width: 80vw;
    margin: auto;
  }

  .map-item h3 {
    margin-bottom: 20px;

    font-family: var(--font-mplus-1p);

    font-style: normal;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 100%;

    color: #000000;
  }

  .map-details {
    padding: 2.67vw 0;
  }

  .map-frame {
    width: 100%;
    height: 40vw;
    margin-bottom: 4vw;
  }

  .map-details dt {
    font-family: var(--font-mplus-1p);

    font-style: normal;
    font-weight: 400;
    font-size: 2.54vw;
    line-height: 150%;
    letter-spacing: 0.05em;

    color: #000000;
  }

  .map-details dd {
    font-family: var(--font-mplus-1p);

    font-style: normal;
    font-weight: 400;
    font-size: 2.54vw;
    line-height: 150%;
    letter-spacing: 0.05em;

    color: #000000;
  }

  .map-item {
    width: 100%;
  }

  .map-details dl {
    grid-template-columns: 12vw 1fr;
    gap: 10px;
  }

  .company-title {
    font-size: 5.4vw!important;
    margin-bottom: 13.4vw;
  }

  .map-details h3 {
    font-size: 20px;
  }

  .history-table-phone {
    display: block !important;
  }
  .history-table {
    display: none;
  }
  .history-table-phone,
  .profile-table {
    width: 93.56vw !important;
    margin: 0 auto;
    background-color: #ffffff;
  }
}
.profile-section {
  padding: 10.45vw 0 13.05vw 0;
  background-color: #fff;
}
.history-section {
  width: 100%;
  height: 96.41vw;
  padding: 7.817vw 0;
  background-position: center;
  background-size: cover;
  background-image: url("assets/img/company/banner_3.jpg");
}

.title-group {
  width: 100%;
  margin-bottom: 5.83vw;
}

.history-title,
.profile-title,
.message-title {
  font-family: var(--font-biz-udpmincho);
  margin-bottom: 4.17vw;
  width: fit-content;
  background-color: #fff !important;
  padding: calc(100vw * (15 / 1920)) calc(100vw * (20 / 1920));

  font-style: normal;
  font-weight: 700;
  font-size: 2.085vw;
  line-height: 150%;

  color: #000000;
  border-radius: unset !important;
    position: relative;
    margin: auto;
  }
.profile-table {
  border: 1px solid #9baec9;
}
.history-table-phone {
  display: none;
}
.history-table,
.profile-table {
  width: 58.335vw;
  margin: 0 auto;
  background-color: #ffffff;
}

.history-row,
.profile-row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #9baec9;
}

.profile-row {
  .year {
    background-color: #3a3361;
  }
  
  .year span {
    color: #fff;
  }
}

.profile-row .year span, .profile-row .description span {
	/* animation: fadeIn 0.5s ease-in-out forwards; */
}

.year,
.description {
  font-size: 0.99vw!important;
  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #000000;
}

.description.break-line{
	line-height: 140%;
}

.year.break-line {
	width: 17.3vw;
	padding: 6.17vw 0;
	text-align: center;
}

.year.break-line-2 {
	width: 17.3vw;
	padding: 5.17vw 0;
	text-align: center;
}

.year {
  width: 17.3vw;
  padding: 4.17vw 0;
  text-align: center;
}

.description {
  width: 80%;
  padding: 4.17vw 0 0 5.24vw;
}
.history-section .year {
  padding: 3.13vw 0;
  text-align: center;
}
.history-section .description {
  padding: 3.13vw 0 3.13vw 5.24vw;
}
.description br {
  content: "";
  display: block;
    margin-bottom: 10px;
  }

#google-map{
  display: flex;
}
#google-map-phone{
  display: none;
}
@media (max-width: 751px) {
  #google-map{
    display: none;
  }
  #google-map-phone{
    display: flex;
  }
  .history-section {
    width: 100%;
    height: 235.64vw;
    padding: 10.2vw 0;
	background-size: cover;
    background-position: center;
    background-image: url("assets/img/company/banner_3_phone.jpg");
  }
  .history-row {
    padding: 4.908vw 0;
  }

  .history-row .year {
    width: 23%;
    margin-bottom: 0;

    font-family: var(--font-mplus-1p);

    font-style: normal;
    font-weight: 400;
    font-size: 2.54vw !important;
    line-height: 150%;
    text-align: center;

    color: #000000;
  }

  .history-row .description {
    width: 80%;

    font-family: var(--font-mplus-1p);

    font-style: normal;
    font-weight: 400;
    font-size: 2.54vw !important;
    line-height: 150%;
    letter-spacing: 0.05em;

    color: #000000;
  }

  .last-row {
    padding: 9.4vw 0;
  }
}
.message-section {
  padding: 7.82vw 15.64vw;
  background: #1d115a;
}

.message-title {
  font-family: var(--font-biz-udpmincho);
  font-weight: bold;
  margin-bottom: 5.21vw;
  display: inline-block;
  padding: calc(100vw * (10 / 1920)) calc(100vw * (20 / 1920));
}

.message-container {
  width: 100%;
  position: relative;
}

.message-image {
  width: 100%;
  position: relative;
}

.message-image img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}

.message-content {
  position: absolute;
  bottom: 3.65vw;
  right: 3.65vw;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.567vw 2.605vw;
  width: 36.46vw;
}

.message-text,
.message-author {
  font-family: var(--font-mplus-1p);
  font-size: 0.99vw;
  line-height: 1.8;
  text-align: justify;

  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;

  color: #000000;
}

.message-text {
  margin-bottom: 30px;
}

.message-author {
  font-family: var(--font-mplus-1p);
  font-size: 0.99vw;
  text-align: right;
}

@media (max-width: 751px) {
  .message-section {
    padding: 19.9vw 3.22vw;
  }

  .message-title {
    font-size: 5.47vw !important;
    margin-bottom: 5.34vw;
	padding: calc(100vw * (10 / 750)) calc(100vw * (20 / 750));
  }
  
  

  .message-content {
    position: relative;
    width: 100%;
    margin-top: 6.67vw;
    padding: 2.67vw 6.54vw;
    bottom: auto;
    right: auto;
	background: rgba(255, 255, 255, 1);
  }

  .message-text {
    font-size: 2.54vw;
    margin-bottom: 20px;
  }

  .message-author {
    font-size: 2.54vw;
  }

  .profile-section {
    padding: 19.9vw 0;
  }
  .title-group {
    width: 100%;
    margin-bottom: 8.4vw;
  }

  .profile-title {
    font-size: 5.47vw !important;
  }

  .profile-row {
    display: flex;
    position: relative;
    background: #ffffff;
    align-items: stretch; 

    .year {
      font-size: 2.54vw !important;
      width: 33.5vw !important;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400 !important;
      line-height: 150%;
      text-align: center;
      background-color: #3a3361;
      color: #ffffff;
      padding: 10.7vw 0;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .description {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400 !important;
      font-size: 2.54vw !important;
      line-height: 150%;
      color: #000000;
      background-color: #ffffff;
      padding: 10.7vw 5.2vw 6.8vw 9.2vw;
      flex: 1;
      min-height: 100%;
    }
  }
	.history-title,
	.profile-title,
	.message-title {
		padding: calc(100vw * (15 / 750)) calc(100vw * (20 / 750));
	}
}

.management-section {
  padding: 10.5vw 0;
  background-color: #fff;
  overflow: hidden;
}

.management-container {
  width: 68.91vw;
  /* max-width: 1323px; */
  height: 39.067vw;
  margin: 0 auto;
  position: relative;
}

.management-title-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.management-title {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: var(--font-biz-udpmincho);
  font-size: 32px;
  font-weight: bold;
  padding: 15px 30px;
  border: 3px solid #000;
  background: #fff;
  margin-bottom: 3.94vw;
}

.front-layer {
  position: relative;
  z-index: 1;
}

.management-heading {
  font-family: var(--font-biz-udpmincho);
  margin-bottom: 5.76vw;
  margin-left: 7.4vw;
  color: #000;

  font-style: normal;
  font-weight: 700;
  font-size: 3.334vw;
  line-height: 100%;
  width: fit-content;

  /* Frame 102 */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;

  background: #ffffff;
}

.management-text {
  width: 32.3vw;
  padding: 0 0.522vw;
  font-family: var(--font-mplus-1p);
  color: #000;

  font-style: normal;
  font-weight: 400;
  font-size: 0.99vw;
  line-height: 200%;
  letter-spacing: 0.05em;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: 7.4vw;
  background: #ffffff;
}

.img-back-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 41.67vw;
  height: 39.067vw;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
}

@media (max-width: 751px) {
  .management-container {
    width: 90.76vw;
    /* padding: 0 15px; */
    padding-left: 3.208vw;
	margin: 0 0!important;
    height: auto;
  }

  .management-title {
    font-size: 24px;
    padding: 10px 20px;
  }

  .front-layer {
    width: 85.3vw;
    /* padding: 0 20px; */
    /* margin-left: 6.67vw; */
  }

  .management-heading {
    font-size: 5.47vw !important;
    padding: 10px;
    margin-bottom: 30px;
  }

  .management-text {
    width: 80vw !important;
    font-size: 2.54vw;
    padding: 0;
  }

  .img-back-layer {
    display: none;
  }
}

/* End CSS Company  */

/* Start CSS recruit  */
.recruit-banner-first-section{
  background-image: url("assets/img/recruit/banner_1.jpg")!important;
}

.recruit-section {
  /* background-color: #1d115a; */
  background-image: url("assets/img/recruit/banner_1_background.jpg");

  padding: 80px 0;
  position: relative;
  width: 100%;
  height: 82.7083vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.recruit-container {
  position: relative;
  width: 47.9166vw;
  /* max-width: 1200px; */

  height: auto;
  margin: 0 auto;
  /* padding: 0 20px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 10.416vw; */
}

.recruit-title {
  position: absolute;
  top: -10.416vw;
  z-index: 2;
  width: 34.6458vw;
  height: 4.166vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5208vw 1.0416vw;
  /* gap: 10px; */
  border: 3px solid #ffffff;

  span {
    font-family: var(--font-biz-udpmincho);
    font-style: normal;
    font-weight: 700;
    font-size: 2.0833vw;
    line-height: 150%;
    color: #ffffff;
  }
}

.recruit-video-container {
  position: relative;
  width: calc(100vw * (920 / 1920));
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: flex;
}

.recruit-video-container video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.recruit-container .youtube-link-btn {
    position: absolute;
    bottom: -16.584vw;
}
.special-logo {
  position: absolute;
  rotate: 90deg;
  width: 42.7vw !important;
  height: 14.58vw !important;
}

.special-logo-img {
  position: absolute;
}

.special-logo.left-text {
  /* display: none; */
  left: -30vw;
  top: 29%;
}

.special-logo-img.left-text {
  /* display: none; */
  left: -10vw;
  top: -4vw;
}

.special-logo.right-text {
  right: -30vw;
  top: 29%;
}

.special-logo-img.right-text {
  right: -10vw;
  top: -4vw;
}

/* Add fade in animation for the container */
.special-text.fade {
  animation: fadeIn 0.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

/* Add fade in animation for the container */
.special-text.fade {
  animation: fadeIn 0.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

@media (max-width: 751px) {
  .recruit-banner-first-section{
    background-image: url("assets/img/recruit/banner_1_phone.jpg")!important;
  }
  .special-text {
    font-size: 60px;
  }

  .special-text.left {
    left: 20px;
  }

  .special-text.right {
    right: 20px;
  }
}

.recruit-banner-section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}

.recruit-banner-container {
  min-width: 68.91vw;
  /* max-width: 1323px; */
  height: 39.067vw;
  margin: 0 auto;
  position: relative;
}

.recruit-title-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.recruit-heading {
  flex-direction: column !important;
  width: 32.708vw !important;
  margin-bottom: 2.6041vw;
  line-height: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5208vw;
  background: #ffffff;
  font-family: var(--font-biz-udpmincho);
  font-style: normal;
  font-weight: 700;
  font-size: 3.333vw;
  line-height: 150%;
  color: #000000;
}

.recruit-heading .span-pc{
  font-family: var(--font-biz-udpmincho);
  font-style: normal;
  font-weight: 700;
  font-size: 3.33333vw;
  line-height: 150%;
  color: #000000;
}

.recruit-text {
  width: 32.291vw;
  padding: 0 0.52vw;
  font-family: var(--font-mplus-1p);
  font-size: 0.99vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: 4.4vw;
  background: #ffffff;

  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #000000;
}

.recruit-banner-section .recruit-banner-container .img-back-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 41.67vw;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

@media (max-width: 751px) {
  .management-container {
    width: 90.76vw;
    padding: 0 15px;
    height: auto;
  }

  .management-title {
    font-size: 24px;
    padding: 10px 20px;
  }

  .front-layer {
    width: 85.3vw;
    padding: 0 20px;
  }

  .management-heading {
    font-size: 5.47vw !important;
    padding: 0;
    margin-bottom: 30px;
  }

  .management-text {
    width: 80vw !important;
    font-size: 3.2vw;
    padding: 0;
  }

  .img-back-layer {
    display: none;
  }
}

.card-image:hover {
  transform: translateY(0px);
}

.card-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.corner-number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 24px;
  font-weight: bold;
}

.content {
  text-align: left;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon {
  color: #000;
  font-size: 20px;
}

.title {
  font-size: 24px;
  margin-bottom: 10px;
}

.description {
  font-size: 16px;
  opacity: 0.8;
}

/* Recruit Card Section */
.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
  border: 2px solid #000;
  width: fit-content;
  padding: 10px 40px;
  margin: 0 auto 60px;
}

.card-image:hover {
  transform: translateY(0px);
}

.card-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/* Recruit Card Section */
.recruit-card-section {
	width: 68.91vw;
	margin: auto;
	background: #fff;
  }
  
  .section-title {
	height: 4.16666vw;
	font-size: 2.08333vw;
	margin-bottom: 60px;
	border: none;
	width: fit-content;
	padding: 0.5208vw 1.04166vw;
	border-radius: 0!important;
	margin: 0;
  
	font-family: var(--font-biz-udpmincho);
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
  
	color: #000000;
  }
  
  .section-title {
	/* text-align: center; */
	height: 4.16666vw;
	font-size: 2.08333vw;
	margin-bottom: 60px;
	border: none;
	width: fit-content;
	padding: 0.52083vw 2.08333vw;
	border-radius: 0!important;
	margin: 0;
	font-family: var(--font-biz-udpmincho);
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	color: #000000;
  }
  
  .card-container {
	display: flex;
	justify-content: center;
	width: 68.75vw;
	margin: 5.885vw 0 10.416vw 0;
	gap: 5.208vw;
  }
  
  .card-image {
	width: 31.7708vw;
	height: 31.25vw;
	position: relative;
	overflow: hidden; 
	cursor: pointer;
	transition: transform 0.3s ease;
	border: 1px solid #000;
  }
  .image-recruit-1{
	background-image: url('/wp-content/themes/temple/assets/img/recruit/banner_4.jpg');
  }
  .image-recruit-2{
	background-image: url('/wp-content/themes/temple/assets/img/recruit/banner_5.jpg');
  }
  
  .image-recruit-1::before, .image-recruit-2::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-size: cover;
	  background-position: center;
	  transition: all 0.3s ease-out;
	  transform: scale(1);
	  z-index: 1;
  }
  
  .image-recruit-1::before {
	  background-image: url('/wp-content/themes/temple/assets/img/recruit/banner_4.jpg');
  }
  
  .image-recruit-2::before {
	  background-image: url('/wp-content/themes/temple/assets/img/recruit/banner_5.jpg');
  }
  
  .image-recruit-1:hover::before {
	  transform: scale(1.3);
  }
    .image-recruit-2:hover::before {
	  transform: scale(1.3);
 }

.card-image img {
  width: 31.7708vw;
  height: 31.25vw;
  object-fit: cover;
}

.staff-info {
  position: absolute;
  display: flex;
  right: 2.0833vw;
  background: #ffffff;
  top: 1.04166vw;
  width: 8.59375vw;
  height: 2.8645vw;
  padding: 0.98125vw 1.2vw;
  justify-content: center;
  z-index: 5;
}

.staff-info .name {
  font-size: 0.8333vw;

font-family: var(--font-mplus-1p);
font-style: normal;
font-weight: 500;
line-height: 100%;

color: #000000;


  img {
    width: 0.8333vw;
    height: 0.8333vw;
    margin-right: 0.5208vw;
  }
}

.staff-info .year {
  font-size: 16px;
  opacity: 0.8;
}

.click-button {
  position: absolute;
  background: white;
  bottom: 1.6145vw;
  padding: 1.5625vw;
  width: 100%;
  height: 4.6354vw;
  text-align: center;
  z-index:5;
  
  span {
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 0.99vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #000000;
  }
}

.corner-number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 24px;
  font-weight: bold;
}

.content {
  text-align: left;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon {
  color: #000;
  font-size: 20px;
}

.title {
  font-size: 24px;
  margin-bottom: 10px;
}

.recruit-tab-section .tab-container {
  width: 68.91vw;
  padding-top: 5vw;
  margin: 0 auto;
  position: relative;
}

.recruit-tab-section .tabs {
  display: flex;
  flex-direction: row;
  height: 4.1666vw;
  position: absolute;
  top: 1vw;
  z-index: 5;
}

.recruit-tab-section .tabs .tab-button {
  background: none;
  border: none;
  width: 12.4166vw;
  cursor: pointer;
  background: #1d115a;
  border: 0.989vw solid #1d115a;
  border-bottom: none;
  transition: all 0.3s ease;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
}

.recruit-tab-section .tabs .tab-button.active {
  /* background: white; */
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);

  .tab-title {
    color: #000000;
  }
}

.recruit-tab-section .tab-content {
  display: flex;
  flex-direction: column;
  /* vertical-align: middle; */
  padding: 1vw;
  height: 95%;
  clip-path: polygon(0% 0%, 87% 0%, 100% 100%, 0% 100%);

  .tab-title {
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 1.09375vw;
    line-height: 100%;
    text-align: left;

    color: #ffffff;
  }
}

.recruit-tab-section .tab-button.active .tab-content {
  background: white;
}

.recruit-tab-section .tab-content .number {
  font-size: 20px;
  font-weight: bold;
}

.recruit-tab-section .tab-content .name {
  font-size: 18px;
}

.recruit-tab-section .tab-content .year {
  font-size: 14px;
  color: #666;
}

.recruit-tab-section .tab-panels {
  width: 100%;
}

.recruit-tab-section .tab-panel {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.recruit-tab-section .tab-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.recruit-tab-section .profile-content {
  background: white;
  padding: 9.9375vw 9.9375vw 0.05vw;
  border: 1.5625vw solid #1d115a;
  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 100%;
  color: #000000;
}

.recruit-tab-section .profile-text h3 {
  font-size: 1.25vw;
  margin-bottom: 1.04166vw;

  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;

  color: #000000;
}

.recruit-tab-section .qa-section {
  margin-top: 5.2083vw;
}

.recruit-tab-section .qa-item {
  margin-bottom: 2.6041vw;
  padding-bottom: 2.6041vw;
  border-bottom: 1px solid #1d115a;
}

.recruit-tab-section .qa-item h4 {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #1d115a;
  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 500;
  font-size: 0.99vw;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.recruit-tab-section .qa-item p {
  margin-top: 0.78125vw;
  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 400;
  font-size: 0.99vw;
  line-height: 150%;
  letter-spacing: 0.05em;

  color: #000000;
}

.recruit-tab-section .divided-line {
  border: 1px solid #1d115a;
}

.recruit-tab-section .profile-images {
  width: 46.875vw;
  height: 15.625vw;
  margin-top: 5.2083vw;
}

.recruit-tab-section .profile-images img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .recruit-tab-section .card-container {
    flex-direction: column;
    padding: 0 20px;
  }

  .recruit-tab-section .card-image {
    width: 100%;
  }

  .recruit-tab-section .card-image img {
    height: 400px;
  }

  .recruit-tab-section .staff-info .name {
    font-size: 24px;
  }

  .recruit-tab-section .staff-info .position {
    font-size: 18px;
  }

  .recruit-tab-section .staff-info .year {
    font-size: 14px;
  }

  .recruit-tab-section .tabs {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .recruit-tab-section .tab-button {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    border-left: 4px solid transparent;
    border-bottom: none;
  }

  .recruit-tab-section .tab-button.active {
    border-left-color: #000;
    border-bottom: none;
  }

  .recruit-tab-section .tab-panels {
    margin-left: 0;
    padding: 0 20px;
  }

  .recruit-tab-section .profile-images {
    grid-template-columns: 1fr;
  }
}

.timeline-section {
  padding: 15.625vw 0 10.625vw 0;
  background: #fff;

  .time-line-group {
    width: 69.53125vw;
    margin: 0 auto;
  }

  .timeline-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3vw;
  }

  .timeline-item {
    color: white;
    padding: 3.072vw 1.5625vw 0 1.5625vw;
    transform: skew(-15deg);
    opacity: 0;
    width: 10.4166vw;
    height: 10.4166vw;
    text-align: center;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 100%;
    color: #ffffff;
  }
  .item-1::after, .item-2::after, .item-3::after, .item-4::after, .item-5::after  {
	  content: '';
	  position: absolute;
	  right: -1.0vw;
	  top: 3.5vw;
	  width: 0;
	  height: 0;
	  transform: skew(14deg)!important;
	  border-top: 1.44166vw solid transparent;
	  border-bottom: 1.44166vw solid transparent;
	  border-left: 1.44166vw solid #190790;
	  transform: translateY(-50%);
	  z-index: 1;
	  filter: drop-shadow(8px 0px 6px rgba(0, 0, 0, 0.1));
	}

  .timeline-item.item-1 {
    background: #92C0CF;

  }

  .timeline-item.item-2 {
    background: #5790AD;

  }

  .timeline-item.item-3 {
    background: #56899E;

  }

  .timeline-item.item-4 {
    background: #3A6784;

  }

  .timeline-item.item-5 {
    background: #306FAC;

  }

  .timeline-item.item-6 {
    background: #1A53A5;

  }

  .timeline-item .time,
  .timeline-item .text {
    transform: skew(15deg);
  }

  .timeline-item .time {
    margin-bottom: 0.67708vw;
  }

  .timeline-arrow {
    color: #1a1b47;
    font-size: 24px;
    opacity: 0;
  }

  .timeline-note {
    width: 15vw;
    margin-top: 20px;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 0.8333vw;
    line-height: 150%;
    color: #000000;
    position: absolute;
    left: -2vw;
  }

  .timeline-item.show,
  .timeline-arrow.show {
    opacity: 1;
    transition: opacity 0.5s ease;
  }
}

.recruit-table-section {
  padding: 0 0 13.0208vw 0;
  background-color: #fff;

  .title-group {
    width: 80%;
    margin-bottom: 4vw;
    margin-left: 15.625vw;
  }

  .recruit-table {
    width: 58.3333vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-bottom: 1px solid #9baec9;
  }

  .table-row {
    display: table;
    width: 100%;
    border: 1px solid #9baec9;
    border-bottom: none;
  }

  .table-header {
    display: table-cell;
    background-color: #3a3361;
    color: #fff;
    width: 15.625vw;
    padding: 4.1666vw;
    /* vertical-align: middle; */
    text-align: center;
  }

  .table-header span {
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 0.99vw;
    line-height: 150%;
    text-align: center;

    color: #ffffff;
  }

  .table-content {
    display: table-cell;
    padding: 4.1666vw 5.608vw;
    /* vertical-align: middle; */
  }

  .table-content span {
    display: block;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 0.99vw;
    line-height: 120%;
    /* or 23px */

    color: #000000;
  }
}

.recruit-entry-section {
  position: relative;
  width: 100%;
  padding: 5vw 0 13.0208vw;
  height: 30vw;
  overflow: hidden;
  opacity: 0;
}

.recruit-entry-section.active {
  animation: fadeInFromLeft 1s ease-out forwards;
}

.entry-background {
  position: relative;
  /* top: 0; */
  /* left: 0; */
  width: 46.875vw;
  height: 11.71875vw;
  margin: 0 auto;
  background-image: url("assets/img/recruit/banner_7.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.entry-title {
  font-family: var(--font-anton);
  font-style: normal;
  font-weight: 400;
  font-size: 10vw;
  line-height: 100%;

  color: #190790;
  opacity: 0;
  transform: scale(0.5);
}

.recruit-entry-section.active .entry-title {
  position: absolute;
  top: -5vw;
  animation: scaleIn 0.8s ease-out forwards;
  animation-delay: 0.5s;
  /* z-index: 11; */
}

.entry-cover-section{
  margin-bottom: 0vw;
  padding-bottom: 8vw;
}
.entry-button {
  position: absolute;
  bottom: 10vw;
  right: 21vw;
  padding: 1.041vw 1.604vw;
  width: 20.83333vw;
  height: 4.1666vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.041vw;
  background: #ffffff;
  border: 1px solid #000000;
  opacity: 0;
  transition: all 0.3s ease;

  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 100%;

  color: #000000;
}

.entry-cover-section .entry-button.active {
  text-decoration: none;
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: 1s;

  span {
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 100%;

    color: #000000;
  }
}

.entry-button .arrow {
  transition: all 0.3s ease;
}

.entry-button:hover {
  background: #f5f5f5;
}

.entry-button:hover .arrow {
  transform: scaleX(1.5);
  transform-origin: left;
}

.recruit-number-section .number-title {
  font-family: var(--font-biz-udpmincho);
  margin-bottom: 5.21vw;
  display: inline-block;
  padding: 0.5208vw 1.0416vw;
  font-style: normal;
  font-weight: 700;
  font-size: 2.083vw;
  line-height: 150%;
  color: #000000;
  background-color: #fff;
  border-radius: unset !important;
}

.recruit-number-section {
  width: 100%;
  height: auto;
  margin-top: 11.4583vw;
  background-color: #1d115a;
  padding: 13.02vw 0 18.22916vw;

  .number-group {
    width: 68.75vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5.208vw;
  }

  .description {
    opacity: 1;
  }

  /* CSS number container 1 */

  .number-container-1,
  .number-container-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .number-container-1 .left-group .number-text .description {
    position: absolute;
    bottom: 0;
    left: -13vw;
    width: fit-content;
    font-size: 2.5vw !important;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }

  .number-container-1 .left-group .number-text .animation-number {
    position: absolute;
    bottom: 0;
    left: 4vw;
    font-size: 13.0208vw;
  }

  .number-container-1 .left-group .number-text .unit {
    position: absolute;
    bottom: 0;
    right: -8vw;
    font-size: 2.5vw;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }

  .number-container-1 .right-group {
    width: 33.489583vw;
    height: 18.22916vw;
    align-items: unset;
  }

  .number-container-1 .right-group .number-text {
    height: 18.22916vw;
    position: absolute;
    right: 7vw;
    width: 57vw;
  }

  .number-container-1 .right-group .number-text .animation-number {
    font-size: 18.2291vw;
  }

  .number-container-1 .right-group .number-text .unit {
    font-size: 5.208vw;
    position: absolute;
    bottom: 1vw;
    right: -5.5vw;
  }

  .number-container-1 .right-group .extra-text {
    width: 10.4166vw;
    height: 15.625vw;

    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    font-size: 5.208vw;
    line-height: 100%;

    color: #ffffff;
  }

  /* CSS number container 2 */
  .number-container-2 {
    height: 27.9791vw;
    justify-content: unset;
    /* margin-left: 3vw; */
    column-gap: 5vw;
  }

  .number-container-2 .left-group {
    margin-top: 4vw;
    width: 26.927vw;
    height: 21.71875vw;
  }

  .number-container-2 .left-group img {
    position: absolute;
    width: 15.10416vw;
    height: 15.10416vw;
    top: 0;
    right: 0.5vw;
  }

  .number-container-2 .left-group .number-text .description {
    position: absolute;
    bottom: -1vw;
    left: -10vw;
    width: 5.2083vw;
    font-size: 4.1666vw !important;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }

  .number-container-2 .left-group .number-text {
    width: 17.10416vw;
    height: 15.10416vw;
  }

  .number-container-2 .left-group .number-text .animation-number {
    /* width: 290px; */
    /* height: 290px; */
    position: absolute;
    bottom: -1vw;
    right: -1vw;
  }

  .number-container-2 .left-group .number-text .unit {
    /* width: 290px; */
    position: absolute;
    bottom: -1vw;
    right: -5vw;
  }

  .number-container-2 .right-group {
    position: relative;
    width: 33.489583vw;
    height: 18.22916vw;
    align-items: unset;
  }

  .number-container-2 .right-group img {
    width: 36.9791vw;
    height: auto;
    align-items: unset;
  }

  .number-container-2 .right-group .number-text {
    height: 18.22916vw;
    position: absolute;
    right: 5vw;
    bottom: -5.5vw;
    width: fit-content;
  }

  .number-container-2 .right-group .number-text .animation-number {
    position: absolute;
    font-size: 13.0208vw;
    bottom: 0;
    width: 13vw;
  }

  .number-container-2 .right-group .number-text .unit {
    font-size: 2.5vw;
    position: absolute;
    bottom: 1vw;
    right: -6.5vw;
    width: 5vw;
  }

  .number-container-2 .right-group .extra-text {
    width: fit-content;
    height: 15.625vw;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    font-size: 2.5vw;
    line-height: 100%;
    color: #ffffff;
    position: absolute;
    top: 6vw;
    left: 5vw;
  }

  /* CSS number container 3 */
  .number-container-3 {
    height: 28.3854vw;
    /* margin-left: 3vw; */
  }

  .number-container-3 .middle-group {
    position: relative;
    flex-direction: row;
  }

  .number-container-3 .middle-group .img-1 {
    width: 48.2291vw;
    margin-left: 1vw;
  }

  .number-container-3 .middle-group .img-2 {
    width: 8.802vw;
    margin-bottom: 0;
    margin-top: 15vw;
  }

  .number-container-3 .middle-group .img-3 {
    width: 8.802vw;
    margin-bottom: 0;
    margin-left: 2vw;
    margin-top: 15vw;
  }

  .number-container-3 .middle-group .number-text {
    position: unset;
  }

  .number-container-3 .middle-group .extra-text {
    position: absolute;
    left: 3vw;
    font-size: 2.5vw;
    top: 2vw;
	font-family: var(--font-mplus-1p);
	font-weight: 500;
  }

  .number-container-3 .middle-group .number-text .animation-number {
    font-size: 17.1875vw;
    position: absolute;
    top: 5vw;
    left: 20vw;
  }

  .number-container-3 .middle-group .number-text .unit {
    position: absolute;
    bottom: 8vw;
    right: 14vw;
  }

  /* CSS number container 4 */

  .number-container-4 {
    width: 68.28125vw !important;
    height: 27.34375vw;
    margin-top: 3vw;
    /* margin-left: 2vw; */
  }

  .number-container-4 .middle-group {
    position: relative;
    flex-direction: row;
  }

  .number-container-4 .middle-group img {
    width: 68.28125vw;
    margin-left: 1vw;
  }

  .number-container-4 .middle-group .number-text {
    position: unset;
  }

  .number-container-4 .middle-group .extra-text {
    position: absolute;
    left: 2vw;
    font-size: 2.5vw;
    top: -3vw;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    /* font-size: 48px; */
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
  }

  .number-container-4 .middle-group .number-text .animation-number {
    font-size: 14.5833vw;
    position: absolute;
    top: 1vw;
    left: 2vw;
  }

  .number-container-4 .middle-group .number-text .unit {
    position: absolute;
    bottom: 12vw;
    left: -6vw;
  }

  /* CSS number container 5 */

  .number-container-5 {
    width: 68.28125vw !important;
    height: 27.34375vw;
    margin-left: 7vw;
    /* margin-top: 2vw; */
  }

  .number-container-5 .middle-group {
    position: relative;
    flex-direction: row;
  }

  .number-container-5 .middle-group img {
    width: 28.07291vw;
    margin-left: 1vw;
  }

  .number-container-5 .middle-group .number-text {
    position: unset;
  }

  .number-container-5 .middle-group .extra-text {
    position: absolute;
    right: 14vw;
    font-size: 2.5vw;
    top: 2vw;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    /* font-size: 48px; */
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
  }

  .number-container-5 .middle-group .number-text .animation-number {
    font-size: 14.5833vw;
    position: absolute;
    top: 10vw;
    right: 15vw;
  }

  .number-container-5 .middle-group .number-text .unit {
    position: absolute;
    bottom: 3vw;
    right: 11vw;
  }

  /* CSS number container 6 */

  .number-container-6 {
    width: 70.28125vw !important;
    height: 27.34375vw;
    /* margin-left: 3vw; */
    /* margin-top: 2vw; */
  }

  .number-container-6 .middle-group {
    position: relative;
    flex-direction: row;
  }

  .number-container-6 .middle-group img {
    width: 36.6666vw;
    margin-left: 4vw;
  }

  .number-container-6 .middle-group .number-text {
    min-width: 30vw;
    position: unset;
  }

  .number-container-6 .middle-group .extra-text-1 {
    position: absolute;
    left: 1vw;
    font-size: 2.5vw;
    top: 0.5vw;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    /* font-size: 48px; */
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
  }

  .number-container-6 .middle-group .extra-text-2 {
    position: absolute;
    left: 1vw;
    font-size: 3.3333vw;
    top: 4vw;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    /* font-size: 48px; */
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
  }

  .number-container-6 .middle-group .extra-text-3 {
    position: absolute;
    left: 1vw;
    font-size: 2.5vw;
    bottom: 3vw;
    font-family: var(--font-anton);
    font-style: normal;
    font-weight: 500;
    /* font-size: 48px; */
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
  }

  .number-container-6 .middle-group .extra-text-4 {
    position: absolute;
    left: 9vw;
    font-size: 1.875vw;
    bottom: 3vw;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    /* font-size: 48px; */
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
  }

  .number-container-6 .middle-group .number-text .animation-number {
    font-size: 13.02083vw;
    position: absolute;
    left: 0;
    bottom: 6vw;
  }

  .number-container-6 .middle-group .number-text .unit {
    position: absolute;
    font-size: 3.282vw;
    bottom: 7vw;
    left: -20vw;
  }

  /* End CSS number container 6 */

  .number-container-3,
  .number-container-4,
  .number-container-5,
  .number-container-6 {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .left-group,
  .right-group {
    position: relative;
    width: 21.30208vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
  }

  .middle-group {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
  }

  .middle-group {
    width: 100%;
    align-items: center;
  }

  img {
  	opacity: 0;
    width: 19.6875vw;
    height: auto;
    margin-bottom: 1.5625vw;
  }

  span {
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
  }

  .animation-number {
    font-family: var(--font-anton);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: block;
    /* margin: 0.5208vw 0; */
  }

  .number-text {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    width: 5.2083vw;
    /* bottom: 0; */
    bottom: 1vw;
    flex-direction: column;
  }

  .animation-number {
    font-family: "Anton", sans-serif;
    font-size: 13.0208vw;
    line-height: 1;
  }

  .unit {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 2.5vw;
    position: absolute;
    bottom: 0.5vw;
    right: -3.5vw;
  }

  .left-group,
  .right-group,
  .middle-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.recruit-number-section.active .animation-number {
  animation: countUp 2s ease-out forwards;
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.banner_2_phone {
  display: none;
}

.banner_2_pc {
  display: flex;
}

.recruit-banner-section .recruit-heading .span-pc {
  display: flex;
}

.recruit-banner-section .recruit-heading .span-phone {
  display: none;
}

.recruit-card-section .card-image .name {
  display: flex;
}

.recruit-card-section .card-image .name-phone {
  display: none;
}

.recruit-card-section .both-click-phone {
  display: none;
}

.recruit-tab-section .tab-panels .profile-images-phone {
  display: none;
}

.recruit-tab-section .tab-panels .profile-images-pc {
  display: flex;
  clip-path: inset(0 0 100% 0);
  animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) 0.5s forwards;
}

.recruit-number-section .img-car-pc {
  display: flex;
}

.recruit-number-section .img-car-phone {
  display: none;
}

.timeline-section .time-line-group {
  display: block;
  position: relative;
}

.timeline-section .time-line-group .message-title{
	margin-bottom: 7.8125vw;
}

.timeline-section .time-line-group-phone {
  display: none;
}
.recruit-banner-section .img-back-layer{
  display: flex;
}
.recruit-banner-section .img-back-layer-phone{
  display: none;
}
@media (max-width: 751px) {
  .entry-cover-section{
	  margin-bottom: 2vw;
	  padding-bottom: 17vw;
  }
  .recruit-youtube-link img {
    width: 24vw;
  }
  .recruit-banner-section .img-back-layer{
    display: none;
  }
  .recruit-banner-section .img-back-layer-phone{
    display: flex;
  }
  .recruit-tab-section .tab-panels .profile-images-phone {
    display: flex;
	clip-path: inset(0 0 100% 0);
    animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) 0.5s forwards;
  }

  .recruit-tab-section .tab-panels .profile-images-pc {
    display: none;
  }

  .recruit-card-section .card-image .name {
    display: none;
  }

  .recruit-card-section .card-image .name-phone {
    display: flex;
  }

  .recruit-number-section .img-car-pc {
    display: none;
  }

  .recruit-number-section .img-car-phone {
    display: flex;
  }

  .timeline-section .time-line-group {
    display: none;
  }

  .timeline-section .time-line-group-phone {
    display: block;
    padding: 0 3.2vw;
  }

  .recruit-card-section .both-click-phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2vw 2vw 2vw 2vw;
    gap: 0.8vw;
    position: absolute;
    width: 22vw;
    height: 7.33333vw;
    top: 4vw;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 2.1333vw;
    z-index: 2;
  }

  .recruit-card-section .both-click-phone img {
    width: 3.3333vw;
    height: 3.3333vw;
    margin-right: 0.5208vw;
  }

  .banner_2_phone {
    display: flex;
  }

  .banner_2_pc {
    display: none;
  }

  .recruit-banner-section .recruit-heading .span-pc {
    display: none;
  }

  .recruit-banner-section .recruit-heading .span-phone {
    display: flex;
    font-family: var(--font-biz-udpmincho);
    font-style: normal;
    font-weight: 700;
    font-size: 5.3333vw;
    line-height: 150%;

    color: #000000;
  }

  .recruit-banner-section .img-back-layer-phone {
    display: flex;
    margin-top: 7vw;
	max-width: calc(100vw * (702 / 750));
  }

  .recruit-section {
    background-image: url("assets/img/recruit/banner_1_background.jpg");
    padding: 80px 0;
    position: relative;
    width: 100%;
    height: 158.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .recruit-container {
    position: relative;
    width: 93.6vw;
    /* max-width: 1200px; */
    height: auto;
    margin: 0 auto;
    /* padding: 0 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 10.416vw; */
  }

  .recruit-title {
    position: absolute;
    top: -21.416vw;
    z-index: 2;
    width: 86.1333vw;
    height: 10.6666vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5208vw 1.0416vw;
    /* gap: 10px; */
    border: 3px solid #ffffff;

    span {
      font-family: var(--font-biz-udpmincho);
      font-style: normal;
      font-weight: 700;
      font-size: 5.3333vw;
      line-height: 150%;
      color: #ffffff;
    }
  }

  .recruit-video-container {
    position: relative;
    width: calc(100vw * (702 / 750));
    height: calc(100vw * (518 / 750));
    aspect-ratio: 16/9;
    margin: 0 auto;
    display: flex;
  }

  .recruit-container .youtube-link-btn {
    position: absolute;
    bottom: -22.584vw;
  }

  .special-logo {
    position: absolute;
    rotate: 90deg;
    width: 42.7vw !important;
    height: 14.58vw !important;
  }

  .special-logo-img {
    position: absolute;
  }

  .special-logo.left-text {
    /* display: none; */
    left: -30vw;
    top: 29%;
  }

  .special-logo-img.left-text {
    /* display: none; */
    left: -10vw;
    top: -4vw;
  }

  .special-logo.right-text {
    display: none;
    right: -30vw;
    top: 29%;
  }

  .special-logo-img.right-text {
    right: -10vw;
    top: -4vw;
  }

  /* Add fade in animation for the container */
  .special-text.fade {
    animation: fadeIn 0.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
  }

  /* Add fade in animation for the container */
  .special-text.fade {
    animation: fadeIn 0.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
  }

  @media (max-width: 751px) {
    .special-text {
      font-size: 60px;
    }

    .special-text.left {
      left: 20px;
    }

    .special-text.right {
      right: 20px;
    }
  }

  .recruit-banner-section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
  }

  .recruit-banner-container {
    min-width: 93.6vw;
    /* max-width: 1323px; */
    height: 102.2vw;
    margin: 0 auto;
    position: relative;
  }

  .recruit-title-box {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .recruit-heading {
    flex-direction: column !important;
    width: 100% !important;
    margin-bottom: 2.6041vw;
    line-height: 100%;
    display: flex;
    justify-content: center;
    padding: 0.5208vw;
    background: #ffffff;
    font-family: var(--font-biz-udpmincho);
    font-style: normal;
    font-weight: 700;
    font-size: 5.3333vw;
    line-height: 150%;
    color: #000000;
  }

  .recruit-text {
    width: 93.6vw;
    padding: 0;
    font-family: var(--font-mplus-1p);
    font-size: 2.5333vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: 0;
    background: #ffffff;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.05em;
    color: #000000;
  }

  .recruit-banner-section .recruit-banner-container .img-back-layer {
    position: unset;
    top: 0;
    right: 0;
    width: 41.67vw;
    height: auto;
    object-fit: cover;
    z-index: 0;
  }

  @media (max-width: 751px) {
    .management-container {
      width: 90.76vw;
      padding: 0 15px;
      height: auto;
    }

    .management-title {
      font-size: 24px;
      padding: 10px 20px;
    }

    .front-layer {
      width: 85.3vw;
      padding: 0;
    }

    .management-heading {
      font-size: 5.47vw !important;
      padding: 0;
      margin-bottom: 30px;
    }

    .management-text {
      width: 80vw !important;
      font-size: 2.53333vw;
      padding: 0;
    }

    .img-back-layer {
      display: none;
    }
  }

  .card-image:hover {
    transform: translateY(-10px);
  }

  .card-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  .corner-number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
  }

  .content {
    text-align: left;
  }

  .icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .icon {
    color: #000;
    font-size: 20px;
  }

  .title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .description {
    font-size: 16px;
    opacity: 0.8;
  }

  /* Recruit Card Section */
  .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
    border: 2px solid #000;
    width: fit-content;
    padding: 10px 40px;
    margin: 0 auto 60px;
  }

  .card-image:hover {
    transform: translateY(-10px);
  }

  .card-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  /* Recruit Card Section */
  .recruit-card-section {
    width: 93.6vw;
    margin: 10vw auto 16vw;
    background: #fff;
  }

  .section-title {
    /* text-align: center; */
    font-size: 5.3333vw!important;
    font-weight: bold;
    margin-bottom: 8vw;
    border: none;
    width: fit-content;
    padding: 1.3333vw 5.33333vw;
    height: 10.6666vw;
    border-radius: unset !important;
    margin: 0;
  }

  .card-container {
    display: flex;
    justify-content: center;
    /* max-width: 1200px; */
    width: 68.75vw;
    /* column-gap: 10px; */
    margin: 5.885vw 0 10.416vw 0;
    gap: 5.208vw;
  }

  .card-image {
    width: 31.7708vw;
    height: auto;
    position: relative;
    /* overflow: hidden; */
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .card-image:hover {
    transform: none;
  }

  .card-image img {
    width: 31.7708vw;
    height: 31.25vw;
    object-fit: cover;
  }

  .staff-info {
    display: none;
    position: absolute;
    right: 2.0833vw;
    background: #ffffff;
    top: 1.04166vw;
    width: 8.59375vw;
    height: 2.8645vw;
    padding: 0.78125vw 1.2vw;
  }

  .staff-info .name {
    font-size: 0.8333vw;
    font-weight: bold;

    img {
      width: 0.8333vw;
      height: 0.8333vw;
      margin-right: 0.5208vw;
    }
  }

  .staff-info .year {
    font-size: 16px;
    opacity: 0.8;
  }

  .click-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4vw 0px;
	position: absolute;
    bottom: 3vw;
    height: 11.5vw;

    background: #FFFFFF;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;

    span {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.5333vw;
      line-height: 150%;
      letter-spacing: 0.05em;
      color: #000000;
    }
  }

  .corner-number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
  }

  .content {
    text-align: left;
  }

  .icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .icon {
    color: #000;
    font-size: 20px;
  }

  .title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .recruit-tab-section .tab-container {
    width: 93.6vw;
    margin: 0 auto;
  }

  .recruit-tab-section .tabs {
    display: flex;
    flex-direction: row;
    /* gap: 20px; */
    height: 4.1666vw;
  }

  .recruit-tab-section .tab-button {
    background: none;
    border: none;
    width: 12.4166vw;
    cursor: pointer;
    background: #1d115a;
    border: 0.989vw solid #1d115a;
    border-bottom: none;
    transition: all 0.3s ease;
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
  }

  .recruit-tab-section .tab-button.active {
    /* background: white; */
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);

    .tab-title {
      position: absolute;
      font-family: 'Mplus 1p';
      font-style: normal;
      font-weight: 400;
      font-size: 2.8vw;
      line-height: 100%;
      color: #000000;
      text-align: center;
      top: 2vw;
      left: 4vw;
    }
  }

  .recruit-tab-section .tab-content {
    display: flex;
    flex-direction: column;
    /* vertical-align: middle; */
    padding: 1vw;
    /* height: 95%; */
    /* width: 24vw; */
    clip-path: polygon(0% 0%, 87% 0%, 100% 100%, 0% 100%);
    position: relative;

  }
  .recruit-tab-section .tab-content .tab-title {
    font-family: var(--font-mplus-1p);
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8vw;
    line-height: 100%;
    text-align: center;
    position: absolute;
    top: 2vw;
    left: 4vw;
  }

  .recruit-tab-section .tab-button.active .tab-content {
    position: relative;
    background: white;
    width: 23vw;
    height: 9vw;
    clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 0% 100%);
  }

  .recruit-tab-section .tab-content .number {
    font-size: 20px;
    font-weight: bold;
  }

  .recruit-tab-section .tab-content .name {
    font-size: 18px;
  }

  .recruit-tab-section .tab-content .year {
    font-size: 14px;
    color: #666;
  }

  .recruit-tab-section .tab-panels {
    width: 100%;
  }

  .recruit-tab-section .tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
  }

  .recruit-tab-section .tab-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .recruit-tab-section .profile-content {
    background: white;
    padding: 9.3333vw 2.8vw;
    border: 4vw solid #1d115a;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 100%;
    color: #000000;
  }

  .recruit-tab-section .profile-text h3 {

    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 100%;

    color: #000000;

  }

  .recruit-tab-section .qa-section {
    margin-top: 5.2083vw;
  }

  .recruit-tab-section .qa-item {
    margin-bottom: 6.6666vw;
    padding-bottom: 6.6666vw;
    border-bottom: 1px solid #1d115a;
  }

  .recruit-tab-section .qa-item h4 {
    width: fit-content;
    /* padding: 2px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #1d115a;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    font-size: 2.53333vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #ffffff;
  }

  .recruit-tab-section .qa-item p {
    margin-top: 2vw;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 2.5333vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #000000;
  }

  .recruit-tab-section .divided-line {
    border: 1px solid #1d115a;
  }

  .recruit-tab-section .profile-images {
    width: 80vw;
    height: 40vw;
    margin-top: 5.2083vw;
  }

  .recruit-tab-section .profile-images img {
    width: 100%;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .card-container {
      width: 93.33333vw;
      gap: 0;
      flex-direction: row;
      padding: 0;
      position: relative;
    }

    .card-image {
      width: 46.6666vw;
      height: 68.9333vw;
    }

    .card-image img {
      width: 100%;
      height: 68.9333vw;
      border: 1px solid #000000;
    }

    .staff-info .name {
      font-size: 24px;
    }

    .staff-info .position {
      font-size: 18px;
    }

    .staff-info .year {
      font-size: 14px;
    }

    .recruit-tab-section .tabs {
      flex-direction: row;
      width: 24vw;
      height: 8vw;
      margin-bottom: 0;
      /* margin-left: 2.65vw; */
      padding: 0;
      position: absolute;
      top: -3.5vw;
    }

    .recruit-tab-section .tab-button {
      min-width: 24vw;
      height: 9vw;
      text-align: left;
      padding: 0;
      border-left: 1px solid #1d115a;
      border-bottom: none;
      border: 1vw solid #1d115a;
      /* background: red; */
      font-weight: 200;
    }

    .recruit-tab-section .tab-button.active {
      /* width: 24vw; */
      border-left-color: #1d115a;
      border-bottom: none;
	  border: 0.689vw solid #1d115a;
    }

    .recruit-tab-section .tab-panels {
      margin-left: 0;
      padding: 0;
      border: 1px solid #1D115A;
    }

    .recruit-tab-section .profile-images {
      grid-template-columns: 1fr;
    }
  }

  .timeline-section {
    padding: 28.625vw 0;
    background: #fff;

    .time-line-group {
      width: 69.53125vw;
      margin: 0 auto;
    }

    .timeline-container {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 5.2vw 0;
      gap: 3vw;
    }

    .item-1::after, .item-2::after, .item-3::after, .item-4::after, .item-5::after  {
      content: '';
      position: absolute;
      right: -3.3vw;
      top: 10.5vw;
      width: 0;
      height: 0;
      transform: skew(10deg)!important;
      border-top: 4.04166vw solid transparent;
      border-bottom: 4.04166vw solid transparent;
      border-left: 4.04166vw solid #190790;
      transform: translateY(-50%);
      z-index: 1;
      filter: drop-shadow(8px 0px 6px rgba(0, 0, 0, 0.1));
    }

    .timeline-item {
      color: white;
      padding: 8.072vw 1.5625vw 0 1.5625vw;
      transform: skew(-10deg);
      opacity: 0;
      width: 26.666vw;
      height: 26.666vw;
      text-align: center;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      font-size: 3.2vw;
      line-height: 100%;
      color: #ffffff;
    }

    .timeline-item.item-1 {
      background: #92C0CF;

    }

    .timeline-item.item-2 {
      background: #5790AD;

    }

    .timeline-item.item-3 {
      background: #56899E;

    }

    .timeline-item.item-4 {
      background: #3A6784;

    }

    .timeline-item.item-5 {
      background: #306FAC;

    }

    .timeline-item.item-6 {
      background: #1A53A5;

    }

    .timeline-item .time,
    .timeline-item .text {
      transform: skew(10deg);
    }

    .timeline-item .time {
      margin-bottom: 4vw;
    }

    .timeline-arrow {
      color: #1a1b47;
      font-size: 24px;
      opacity: 0;
    }

    .timeline-note {
      width: 40vw;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.133vw;
      line-height: 150%;
      color: #000000;
	  position: absolute;
      left: 3vw;
    }

    .timeline-item.show,
    .timeline-arrow.show {
      opacity: 1;
      transition: opacity 0.5s ease;
    }
  }

  .recruit-table-section {
    padding: 0 0 11.817vw 0;
    background-color: #fff;

    .title-group {
      width: fit-content;
      margin: 3vw auto 8vw;
    }

    .recruit-table {
      width: 95.7333vw;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      background-color: #ffffff;
      border-bottom: 1px solid #9baec9;
    }

    .table-row {
      display: table;
      width: 100%;
      border: 1px solid #9baec9;
      border-bottom: none;
    }

    .table-header {
      display: table-cell;
      background-color: #3a3361;
      color: #fff;
      width: 33.3333vw;
      padding: 4.1666vw;
      /* vertical-align: middle; */
      text-align: center;
    }

    .table-header span {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.53333vw;
      line-height: 150%;
      text-align: center;
      color: #ffffff;
    }

    .table-content {
      display: table-cell;
      padding: 4.1666vw 5.2083vw;
      /* vertical-align: middle; */
    }

    .table-content span {
      display: block;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.53333vw;
      line-height: 120%;
      /* or 23px */
      color: #000000;
    }
  }

  .recruit-entry-section {
    position: relative;
    width: 100%;
    padding: 8vw 0;
    height: 46vw;
    overflow: hidden;
    opacity: 0;
  }

  .recruit-entry-section.active {
    animation: fadeInFromLeft 1s ease-out forwards;
  }

  .entry-background {
    position: relative;
    /* top: 0; */
    /* left: 0; */
    width: 100vw;
    height: 30vw;
    margin: 0 auto;
    background-image: url("assets/img/recruit/banner_7.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .entry-background	.link-arrow.large{
	  margin-left: 4vw;
  }

  .entry-title {
    font-family: var(--font-anton);
    font-style: normal;
    font-weight: 400;
    font-size: 21.8666vw;
    line-height: 100%;
    color: #190790;
    opacity: 0;
    transform: scale(0.5);
  }

  .recruit-entry-section.active .entry-title {
    position: absolute;
    top: -8vw;
    animation: scaleIn 0.8s ease-out forwards;
    animation-delay: 0.5s;
    /* z-index: 11; */
  }
  
  .color-background {
	  background: linear-gradient(to bottom, transparent 30%, #1D115A 10%);
	  width: 100%!important;
	  height: 37.6vw!important;
	  margin: 0 auto;
  }

  .entry-button {
    width: 53.333vw;
    height: 10.666vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.3333vw 4.6666vw;
    gap: 1.041vw;
    background: #ffffff;
    border: 1px solid #000000;
    opacity: 0;
    transition: all 0.3s ease;

	font-family: var(--font-mplus-1p);
	font-style: normal;
	font-weight: 500;
	font-size: 3.2vw;
	line-height: 100%;
	
	color: #000000;

  }

  .entry-cover-section .entry-button.active {
    position: absolute;
    bottom: 20vw;
    right: 0vw;
    text-decoration: none;
    animation: fadeIn 0.8s ease-out forwards;
    animation-delay: 1s;

    span {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      font-size: 3.2vw;
      line-height: 100%;
      color: #000000;
    }
  }

  .entry-button .arrow {
    font-size: 3.2vw;
    transition: all 0.3s ease;
    color: #000;
  }

  .entry-button:hover {
    background: #f5f5f5;
  }

  .entry-button:hover .arrow {
    transform: scaleX(1.5);
    transform-origin: left;
  }

  .recruit-number-section {
    width: 100%;
    height: auto;
    margin-top: 10vw;
    background-color: #1d115a;
    padding: 11.25vw 0 23vw;

    .number-title {
      font-family: var(--font-biz-udpmincho);
      margin-bottom: 5.21vw;
      display: inline-block;
      padding: 0.5208vw 1.0416vw;
      font-style: normal;
      font-weight: 700;
      font-size: 2.083vw;
      line-height: 150%;
      color: #000000;
      background-color: #fff;
      border-radius: unset !important;
    }

    .number-group {
      width: 93.3333vw;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20vw;
    }

    .description {
      opacity: 1;
    }

    /* CSS number container 1 */

    .number-container-1,
    .number-container-2 {
      display: flex;
      justify-content: unset;
      flex-direction: column;
      width: 100%;
      row-gap: 20.333vw;
    }

    .number-container-1 .left-group .number-text .description {
      position: absolute;
      bottom: 41vw;
      left: -31vw;
      width: fit-content;
      font-size: 8.533333vw !important;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      padding: 0;
    }

    .number-container-1 .left-group .number-text .animation-number {
      position: absolute;
      /* left: 5vw; */
      bottom: 3vw;
      left: -15vw;
      font-size: 34.66666vw;
      width: 53vw;
    }

    .number-container-1 .left-group .number-text .unit {
      position: absolute;
      bottom: 3vw;
      left: 36vw;
      font-size: 5.3333vw;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      width: 7vw;
    }

    .number-container-1 .right-group {
      width: 93.489583vw;
      height: 49.22916vw;
      align-items: unset;
      position: relative;
    }

    .number-container-1 .right-group .number-text {
      height: 31.22916vw;
      position: absolute;
      right: 16vw;
      bottom: 0;
    }

    .number-container-1 .right-group .number-text .animation-number {
      font-size: 34.6666vw;
    }

    .number-container-1 .right-group .number-text .unit {
      font-size: 5.3333vw;
      bottom: -2vw;
      right: -6vw;
    }

    .number-container-1 .right-group .extra-text {
      width: 35.66666vw;
      height: 17.625vw;
      text-align: left;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      font-size: 8.5333vw;
      line-height: 100%;
      color: #ffffff;
      position: absolute;
      top: 0vw;
      left: 10vw;
    }

    /* CSS number container 2 */
    .number-container-2 {
      height: 167.9791vw;
    }

    .number-container-2 .left-group {
      margin-top: 4vw;
      width: 68.927vw;
      min-height: 60.6vw;
      position: relative;
    }

    .number-container-2 .left-group img {
      position: absolute;
      width: 42.5333vw;
      height: 42.5333vw;
      top: -2vw;
      right: -2vw;
    }

    .number-container-2 .left-group .number-text .description {
      position: absolute;
      top: 11vw;
      left: -27vw;
      width: 44.2083vw;
      height: fit-content;
      text-align: left;
      font-size: 8.53333vw !important;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      padding: 0;
    }

    .number-container-2 .left-group .number-text {
      width: 15.10416vw;
      height: 43.10416vw;
      position: relative;
    }

    .number-container-2 .left-group .number-text .animation-number {
      width: 47vw;
      /* height: 290px; */
      position: absolute;
      bottom: -12vw;
      left: -8vw;
      font-size: 34.6666vw;
    }

    .number-container-2 .left-group .number-text .unit {
      font-size: 5.33333vw;
      /* height: 250px; */
      font-family: 'Anton';
      font-style: normal;
      font-weight: 500;
      /* font-size: 250px; */
      line-height: 100%;
      /* identical to box height, or 250px */
      color: #FFFFFF;
      /* Inside auto layout */
      flex: none;
      order: 0;
      flex-grow: 0;
      /* width: 290px; */
      position: absolute;
      bottom: -12vw;
      right: -28vw;
    }

    .number-container-2 .right-group {
      position: relative;
      width: 86.489583vw;
      height: 83.22916vw;
      align-items: unset;
    }

    .number-container-2 .right-group img {
      width: 86.66666vw;
      height: auto;
      align-items: unset;
    }

    .number-container-2 .right-group .number-text {
      height: 33.22916vw;
      width: 38vw;
      position: absolute;
      right: 17.5vw;
      bottom: 18vw;
    }

    .number-container-2 .right-group .number-text .animation-number {
      position: absolute;
      font-size: 34.6666vw;
      bottom: 0;
      width: 37vw;
    }

    .number-container-2 .right-group .number-text .unit {
      font-size: 5.33333vw;
      position: absolute;
      bottom: 0vw;
      right: -11.5vw;
      width: 13vw;
    }

    .number-container-2 .right-group .extra-text {
      width: fit-content;
      height: 8.625vw;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      font-size: 8.53333vw;
      line-height: 100%;
      color: #ffffff;
      position: absolute;
      top: 21vw;
      left: 6vw;
    }

    /* CSS number container 3 */
    .number-container-3 {
      height: 68.3854vw;
      /* margin-left: 3vw; */
      margin-top: 0;
    }

    .number-container-3 .middle-group {
      position: relative;
      flex-direction: row;
    }

    .number-container-3 .middle-group .img-1 {
      width: 87.33333vw;
      margin-left: 3vw;
    }

    .number-container-3 .middle-group .img-2 {
      display: none;
      width: 8.802vw;
      margin-bottom: 0;
      margin-top: 15vw;
    }

    .number-container-3 .middle-group .img-3 {
      display: none;
      width: 8.802vw;
      margin-bottom: 0;
      margin-left: 2vw;
      margin-top: 15vw;
    }

    .number-container-3 .middle-group .number-text {
      position: unset;
    }

    .number-container-3 .middle-group .extra-text {
      position: absolute;
      left: 10vw;
      font-size: 8.53333vw;
      top: 0;
    }

    .number-container-3 .middle-group .number-text .animation-number {
      font-size: 34.6666vw;
      position: absolute;
      top: 12.5vw;
      left: 13.5vw;
    }

    .number-container-3 .middle-group .number-text .unit {
      position: absolute;
      bottom: 21vw;
      right: 10vw;
      font-size: 5.33333vw;
    }

    /* CSS number container 4 */

    .number-container-4 {
      width: 87.28125vw !important;
      height: 59.34375vw;
      margin-top: 0;
      /* margin-left: 2vw; */
    }

    .number-container-4 .middle-group {
      position: relative;
      flex-direction: row;
    }

    .number-container-4 .middle-group img {
      width: 87.33333vw;
      height: 16vw;
      /* margin-left: 0; */
      /* margin: 0 auto; */
      position: absolute;
      bottom: 0;
      left: 2vw;
    }

    .number-container-4 .middle-group .number-text {
      position: absolute;
      top: 16.5vw;
      width: 85vw;
      height: 35vw;
      left: 1vw;
    }

    .number-container-4 .middle-group .extra-text {
      position: absolute;
      left: 9vw;
      font-size: 8.53333vw;
      top: 0;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      /* font-size: 48px; */
      line-height: 100%;
      text-align: left;
      color: #FFFFFF;
    }

    .number-container-4 .middle-group .number-text .animation-number {
      font-size: 34.66666vw;
      position: absolute;
      top: 0;
      left: 7vw;
    }

    .number-container-4 .middle-group .number-text .unit {
      font-size: 5.333333vw;
      width: fit-content;
      position: absolute;
      bottom: 0.5vw;
      left: 78vw;
    }

    /* CSS number container 5 */

    .number-container-5 {
      width: 86.28125vw !important;
      height: 80.34375vw;
      margin-left: 2vw;
      margin-top: 0;
      /* margin-top: 2vw; */
    }

    .number-container-5 .middle-group {
      position: relative;
      flex-direction: row;
    }

    .number-container-5 .middle-group img {
      width: 86.66666vw;
      height: 76vw;
      margin-left: 0;
      position: absolute;
      left: 0;
    }

    .number-container-5 .middle-group .number-text {
      position: absolute;
      height: 34vw;
      width: 58vw;
      bottom: 18.5vw;
      right: 7vw;
    }

    .number-container-5 .middle-group .extra-text {
      position: absolute;
      left: 7vw;
      width: 44vw;
      font-size: 8.533333vw;
      top: 10vw;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      /* font-size: 48px; */
      line-height: 100%;
      text-align: left;
      color: #FFFFFF;
    }

    .number-container-5 .middle-group .number-text .animation-number {
      font-size: 34.6666vw;
      position: absolute;
      top: 0;
      left: 0;
      width: 52vw;
    }

    .number-container-5 .middle-group .number-text .unit {
      font-size: 5.3333vw;
      position: absolute;
      bottom: 0;
      right: 0;
    }

    /* CSS number container 6 */

    .number-container-6 {
      width: 93.28125vw !important;
      min-height: 93.34375vw;
      /* margin-left: 3vw; */
      margin-top: -10vw;
    }

    .number-container-6 .middle-group {
      position: relative;
      flex-direction: unset;
      width: 100%;
    }

    .number-container-6 .middle-group img {
      position: absolute;
      top: 26.4vw;
      left: 4vw;
      width: 86.6666vw;
      height: 26vw;
      margin-left: 0;
      margin-bottom: 0;
      bottom: 0;
    }

    .number-container-6 .middle-group .number-text {
      min-width: 100%;
      position: relative;
      height: 100%;
    }

    .number-container-6 .middle-group .extra-text-1 {
      position: absolute;
      left: 12vw;
      font-size: 8.5333vw;
      width: 66vw;
      top: 8vw;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      /* font-size: 48px; */
      line-height: 100%;
      text-align: left;
      color: #FFFFFF;
    }

    .number-container-6 .middle-group .extra-text-2 {
      position: absolute;
      left: 11vw;
      font-size: 8.5333vw;
      top: 27vw;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      /* font-size: 48px; */
      line-height: 100%;
      text-align: center;
      color: #FFFFFF;
    }

    .number-container-6 .middle-group .extra-text-3 {
      position: absolute;
      left: 14vw;
      font-size: 7.46666vw;
      bottom: 12vw;
      font-family: var(--font-anton);
      font-style: normal;
      font-weight: 500;
      /* font-size: 48px; */
      line-height: 100%;
      text-align: center;
      color: #FFFFFF;
    }

    .number-container-6 .middle-group .extra-text-4 {
      position: absolute;
      left: 37vw;
      font-size: 7.46666vw;
      bottom: 12vw;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      /* font-size: 48px; */
      line-height: 100%;
      text-align: center;
      color: #FFFFFF;
    }

    .number-container-6 .middle-group .number-text .animation-number {
      font-size: 34.6666vw;
      position: absolute;
      left: 13vw;
      top: 37vw;
    }

    .number-container-6 .middle-group .number-text .unit {
      position: absolute;
      font-size: 5.3333vw;
      width: fit-content;
      bottom: 22vw;
      left: 74vw;
    }

    /* End CSS number container 6 */

    .number-container-3,
    .number-container-4,
    .number-container-5,
    .number-container-6 {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .left-group,
    .right-group {
      position: relative;
      width: 54.5333vw;
      height: 56.4vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #ffffff;
      margin: 0 auto;
    }

    .middle-group {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #ffffff;
    }

    .middle-group {
      width: 100%;
      align-items: center;
    }

    img {
      width: 54.5333vw;
      height: 56.4vw;
      margin-bottom: 1.5625vw;
    }

    span {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      font-size: 1.25vw;
      line-height: 100%;
      text-align: center;
      color: #ffffff;
    }

    .animation-number {
      font-family: var(--font-anton);
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      display: block;
      /* margin: 0.5208vw 0; */
    }

    .number-text {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      margin-top: 10px;
      position: absolute;
      width: 100px;
      /* bottom: 0; */
      bottom: 1vw;
      flex-direction: column;
    }

    .animation-number {
      font-family: var(--font-anton);
      font-size: 13.0208vw;
      line-height: 1;
    }

    .unit {
      font-family: var(--font-mplus-1p);
      font-size: 2.5vw;
      position: absolute;
      bottom: 0.5vw;
      right: -3.5vw;
    }

    .left-group,
    .right-group,
    .middle-group {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }

  .recruit-number-section.active .animation-number {
    animation: countUp 2s ease-out forwards;
  }
}

/* End  CSS recruit  */

/* CSS Special Page  */
.special-section{
 background-image: url("assets/img/special/banner_1.jpg")!important;
}
@media (max-width: 751px) {
    .special-section {
        background-image: url("assets/img/special/banner_1_sp.webp") !important;
    }
}
.special-banner-section {
  height: 26.04166vw;
  margin-top: 17.3958vw;
  margin-bottom: 9vw;
}

.special-banner-container {
  width: 69.01041vw;
  height: 100%;
  margin: 0 auto;
}

.special-banner-section
  .special-banner-container
  .special-title-box
  .img-back-layer {
  width: 39.583333vw;
  height: 26.04166vw;
  position: absolute;
  top: 0;
  right: 10vw;
}
.special-banner-section
  .special-banner-container
  .special-title-box
  .img-back-layer-phone {
  display: none;
}
.special-banner-section .special-banner-container .special-title-box {
  padding-top: 1vw;
}

.special-banner-section
  .special-banner-container
  .special-title-box
  .special-banner-text {
  font-family: var(--font-biz-udpmincho);

  font-style: normal;
  font-weight: 700;
  font-size: 3.333333vw;
  line-height: 100%;

  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5208vw 1.04166vw;
  gap: 0.5208vw;
  margin-bottom: 1.04166vw;

  background: #ffffff;
}

.special-banner-section
  .special-banner-container
  .special-title-box
  .special-banner-text 
  .reveal-text{
    font-family: var(--font-biz-udpmincho);
    font-weight: 700;
}

.special-banner-section .special-banner-container .special-title-box p {
  width: 33.6666vw;
  font-family: var(--font-mplus-1p);

  font-style: normal;
  font-weight: 400;
  font-size: 0.99vw;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.05em;

  color: #000000;
  margin-top: 2.6041vw;

  animation: fadeIn 0.5s ease-in-out 1s forwards;
}

.big-banner-section.special-health-section
  .big-banner-content
  .special-banner-text {
  margin-bottom: 1.5625vw;
}

/* For paragraph */
.special-health-section .big-banner-content p {
  opacity: 0;
}
.special-health-section .big-banner-content p.animate-active {
  animation: fadeIn 0.75s ease-in-out 0.5s forwards;
}

/* For image */
.special-health-section .big-banner-content .image-fade-from-top {
  opacity: 0;
}
.special-health-section
  .big-banner-content
  .image-fade-from-top.animate-active {
  clip-path: inset(0 0 100% 0);
  animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) 0.5s forwards;
}

/* For detail content */
.special-health-section .big-banner-content .big-banner-detail-content {
  opacity: 0;
}
.special-health-section
  .big-banner-content
  .big-banner-detail-content.animate-active {
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}

.big-banner-section.special-sustain-section
  .big-banner-content
  .special-banner-text {
  margin-bottom: 1.5625vw;
  /* opacity: 0; */
  /* animation: fadeIn 0.5s ease-in-out 0.25s forwards; */
}

/* For paragraph */
.special-sustain-section .big-banner-content p {
  opacity: 0;
}
.special-sustain-section .big-banner-content p.animate-active {
  animation: fadeIn 0.75s ease-in-out 0.5s forwards;
}

/* For image */
.special-sustain-section .big-banner-content .image-fade-from-top {
  opacity: 0;
}
.special-sustain-section
  .big-banner-content
  .image-fade-from-top.animate-active {
  clip-path: inset(0 0 100% 0);
  animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) 0.5s forwards;
}

/* For detail content */
.special-sustain-section .big-banner-content .big-banner-detail-content {
  opacity: 0;
}
.special-sustain-section
  .big-banner-content
  .big-banner-detail-content.animate-active {
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}

.big-banner-section.special-work-section
  .big-banner-content
  .special-banner-text {
  margin-bottom: 1.5625vw;
}

/* For paragraph */
.special-work-section .big-banner-content p {
  opacity: 0;
}
.special-work-section .big-banner-content p.animate-active {
  animation: fadeIn 0.75s ease-in-out 0.5s forwards;
}

/* For image */
.special-work-section .big-banner-content .image-fade-from-top {
  opacity: 0;
}
.special-work-section .big-banner-content .image-fade-from-top.animate-active {
  clip-path: inset(0 0 100% 0);
  animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) 0.5s forwards;
}

/* For detail content */
.special-work-section .big-banner-content .big-banner-detail-content {
  opacity: 0;
}
.special-work-section
  .big-banner-content
  .big-banner-detail-content.animate-active {
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}

/* Fix monji */
#sustain.big-banner-section .big-banner-content .big-banner-detail-content .detail-group-image{
  flex-direction: column;
  gap: 0.9375vw;
}
#sustain.big-banner-section .big-banner-content .big-banner-detail-content .detail-group-image .navigate-button{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

#health .big-banner-content .big-banner-detail-content .detail-group-image img.new-image{
	width: 5.78125vw;
	height: 6.92708vw;
}
#sustain .big-banner-content .big-banner-detail-content .detail-group-image img.big-image-1{
	width: 7.34375vw;
	height: 4.89583vw;
}
#sustain .big-banner-content .big-banner-detail-content .detail-group-image img.big-image-2{
	width: 11.875vw;
	height: 4.61979vw;
}
.navigate-button .link-btn label{
	text-align: center;
	font-size: 0.98958vw;
}
.navigate-button .link-btn{
	padding: 1.041666vw 1.09375vw 1.041666vw 1.5625vw;
}
.navigate-button .link-btn .share-icon{
	width: 1.09375vw;
	height: 1.09375vw;
}
/* End fix monji */

.big-banner-section {
  min-height: 121.1794vw;
  padding: 26.041vw 0;

  .big-banner-content {
    width: 68.6979vw;
    margin: 0 auto;
    position: relative;
  }

  .big-banner-content .special-banner-text {
    margin-bottom: 1.5625vw;
  }

  .big-banner-content p {
    display: flex;
    flex-direction: row;
    padding: 0px 10px;
    gap: 10px;
    width: fit-content;

    background: #ffffff;

    font-family: var(--font-mplus-1p);

    font-style: normal;
    font-weight: 400;
    font-size: 0.99vw;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.05em;

    color: #000000;
  }

  .big-banner-content .img-pc {
    margin-top: 5.20833vw;
    width: 52.0833vw;
    background-size: cover;
    background-position: center;
  }

  .big-banner-content .img-phone {
    display: none;
  }

  .big-banner-content .big-banner-detail-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.0416vw 1.5625vw 2.6041vw;
    gap: 2.60416vw;
    position: absolute;
    width: 31.25vw;
    top: 18vw;
    right: 0;
    background: #ffffff;
  }

  .big-banner-content .big-banner-detail-content .detail-group {
    width: 28.125vw;
    flex-direction: column;
    background-image: unset;
  }
  .big-banner-content .big-banner-detail-content .detail-group .title {
    display: flex;
    align-items: center;
  }
  .big-banner-content .big-banner-detail-content .detail-group .title h1 {
    font-family: var(--font-anton);

    font-style: normal;
    font-weight: 400;
    font-size: 3.3333vw;
    line-height: 150%;
    text-align: center;
    width: fit-content;

    color: #000000;
  }
  .big-banner-content .big-banner-detail-content .detail-group .title span {
    font-family: var(--font-mplus-1p);

    margin-left: 1.5625vw;
    font-style: normal;
    font-weight: 800;
    font-size: 1.25vw;
    line-height: 100%;
    text-align: center;

    color: #000000;
    height: fit-content;
  }

  .big-banner-content .big-banner-detail-content .detail-group .description {
    font-family: var(--font-mplus-1p);

    font-style: normal;
    font-weight: 400;
    font-size: 0.99vw;
    line-height: 150%;
    text-align: justify;
    width: 100%;

    color: #000000;
    padding: 0;
    margin: 0;
  }
  .big-banner-content .big-banner-detail-content .detail-group-image {
    width: 28.125vw;
    display: flex;
    flex-direction: row;
    background-image: unset;
    justify-content: space-evenly;
	align-items: center;
  }
  .work-detail .animate-active{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0.520833vw;
	gap: 0.52083vw;
	
	height: 6.04166vw;
	
	background: #190790;
	border: 3px solid #000000;
	color: #fff;
	
	font-family: var(--font-mplus-1p);
	font-style: normal;
	font-weight: 500;
	font-size: 1.09375vw;
	line-height: 150%;
	/* or 32px */
	text-align: center;
	letter-spacing: -0.03em;

	color: #FFFFFF;
  }
  .big-banner-content .big-banner-detail-content .detail-group-image img {
    width: 9.0625vw;
    height: 6.7708333vw;
    margin: 0;
    opacity: 1;
  }
    .big-banner-content .big-banner-detail-content .detail-group-image img.new-image {
    width: 7vw;
    height: auto;
    margin: 0;
    opacity: 1;
  }
  .big-banner-content
    .big-banner-detail-content
    .detail-group-image
    .big-image {
    width: 100%;
    height: 3.229166vw;
    margin: 0;
    opacity: 1;
  }
}

.big-banner-section.special-sustain-section .sustain-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 21vw;
  height: 4.166666vw;
}

.big-banner-section.special-health-section {
  background-size: cover;
  background-position: center;
  background-image: url("assets/img/special/banner_3.jpg");
}

.big-banner-section.special-sustain-section {
  background-size: cover;
  background-position: center;
  background-image: url("assets/img/special/banner_5.jpg");
}

.big-banner-section.special-work-section {
  background-size: cover;
  background-position: center;
  background-image: url("assets/img/special/banner_7.jpg");
}

.special-banner-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5208vw;
  gap: 0.5208vw;

  width: fit-content;

  background: #ffffff !important;
  border-radius: 0 !important;

  font-family: var(--font-biz-udpmincho);

  font-style: normal;
  font-weight: 700;
  font-size: 2.08333vw;
  line-height: 150%;
  text-align: justify;

  color: #000000;
}

.special-qualification-section .qualification-container {
  width: 68.75vw;
  margin: 12.8205vw auto;

  .message-title {
    margin-bottom: 1.5625vw;
  }
}

.special-qualification-section {
  p {
    font-family: var(--font-mplus-1p);

    font-style: normal;
    font-weight: 400;
    font-size: 0.99vw;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.05em;

    color: #000000;
  }
  h1 {
    font-size: 1.25vw;
    margin-bottom: 1.5625vw;
    position: relative;
    padding-bottom: 0.52083;
  }

  h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9.375vw;
    height: 2px;
    background-color: #000;
  }
  .qualification-group {
    flex-direction: column;
    margin-top: 7.23958vw;
    display: flex;
    gap: 2.60416vw;
  }
  .qualification-list {
    display: flex;
    width: 57.09375vw;
    flex-wrap: wrap;
    gap: 2.60416vw;
  }

  .qualification-item {
    display: flex;
    align-items: center;
    width: fit-content;
    /* gap: 2.60416vw; */
  }

  .circle {
    width: 1.04166vw;
    height: 1.04166vw;
    border-radius: 50%;
    background-color: #190790;
    margin-right: 0.5208vw;
    flex-shrink: 0;
	border: 2px solid #8A8A8A;
  }

  .qualification-text {
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 0.99vw;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 0.2vw;
  }
  .reveal-text{
    font-family: var(--font-biz-udpmincho);
    font-weight: 700;
	font-size: 2.09vw;
  }
}

#qualification .bold-line.animate::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 3px solid #000;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.special-qualification-section .qualification-container .qualification-group h2{
  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-underline-offset: 0.3645vw;
  color: #000000;
}
.special-benefit-section {
  min-height: 50vw;
  padding-bottom: 16vw;
}

.special-benefit-section .benefit-container {
  width: 68.75vw;
  margin: 0 auto;
}
.special-benefit-section .benefit-container .message-title {
  margin-bottom: 1.5625vw;
}

.special-benefit-section .benefit-container .mix-row {
  width: 100%;
  margin-top: 5.208333vw;
}
.special-benefit-section .benefit-container {
  .white-row,
  .black-row {
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.5625vw 7.8125vw;
    gap: 0.52083vw;

    width: 100%;
    height: 4.635416;

    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #9baec9;

    font-family: var(--font-mplus-1p);

    font-style: normal;
    font-weight: 400;
    font-size: 0.99vw;
    line-height: 150%;
    letter-spacing: 0.05em;

    color: #000000;
  }
  .black-row {
    background: rgba(8, 1, 48, 0.2);
  }
  .last-row {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #9baec9;
  }
}
.message-title.special-page {
	padding: calc(100vw * (10 / 1920)) calc(100vw * (10 / 1920));
}
@media (max-width: 751px) {
  .special-banner-section {
    height: 129.3333vw;
    margin-top: 20vw;
    margin-bottom: 0;
  }
  .special-banner-container {
    width: 93.6vw;
    height: 100%;
    margin: 0 auto;
  }
  .special-banner-section
    .special-banner-container
    .special-title-box
    .front-layer {
    padding: 0;
  }
  .special-banner-section
    .special-banner-container
    .special-title-box
    .img-back-layer {
    display: none;
  }
  .special-banner-section
    .special-banner-container
    .special-title-box
    .img-back-layer-phone {
    display: block;
    width: 93.6vw;
    height: auto;
    margin-top: 6.6666vw;
  }
  .special-banner-section
    .special-banner-container
    .special-title-box
    .special-banner-text {
    font-family: var(--font-biz-udpmincho);
    font-style: normal;
    font-weight: 700;
    font-size: 5.33vw !important;
    line-height: 100%;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.2vw 2.4vw;
    gap: 0.5208vw;
    margin-bottom: 2.6666vw;
    background: #ffffff;
  }
  .big-banner-section.special-sustain-section
    .big-banner-content
    .sustain-button {
    width: 51.2vw;
    position: absolute;
    /* margin-left: auto; */
    right: -2.66666vw;
    top: 185.6666vw;
    display: none;
  }

  .big-banner-section.special-sustain-section
    .big-banner-content
    .sustain-button
    .link-btn
    label {
    font-size: 3.1vw;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #000000;
  }
  .special-banner-section .special-banner-container .special-title-box p {
    width: 100%;
    font-family: var(--font-mplus-1p);
    font-style: normal;
    font-weight: 400;
    font-size: 2.53333vw;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 6.6666vw;
    animation: fadeIn 0.5s ease-in-out 1s forwards;
  }

	/* Fix monji */
	.special-banner-text.reveal-text {
		font-size: 3vw !important;
	}
	.special-banner-text.reveal-text {
		font-size: 5.33333vw !important;
	}
	#sustain.big-banner-section .big-banner-content .big-banner-detail-content .detail-group-image{
	  flex-direction: column;
	  gap: 0.9375vw;
	}
	#sustain.big-banner-section .big-banner-content .big-banner-detail-content .detail-group-image .navigate-button{
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
	}
	
	#health .big-banner-content .big-banner-detail-content .detail-group-image img.new-image{
		width: auto;
		height: 10.984vw;
	}
	#sustain .big-banner-content .big-banner-detail-content .detail-group-image img.big-image-1{
		width: auto;
		height: 10.3333vw;
	}
	#sustain .big-banner-content .big-banner-detail-content .detail-group-image img.big-image-2{
		width: auto;
		height: 10.3333vw;
	}

	#sustain .big-banner-content .big-banner-detail-content{
		width: 80vw;
	}
	#work .big-banner-content .big-banner-detail-content{
		width: 80vw;
		top: 25vw;
	}
	.work-detail .animate-active{
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0.77333vw!important;
		gap: 0.52083vw;
		width: 23vw!important;
		height: 12.748vw!important;
		background: #190790;
		border: 0.4vw solid #000000!important;
		color: #fff;
		font-family: var(--font-mplus-1p);
		font-style: normal;
		font-weight: 500;
		font-size: 2.5333vw!important;
		line-height: 150%;
		text-align: center;
		letter-spacing: -0.03em;
		color: #FFFFFF;
	}
	.navigate-button .link-btn label{
		text-align: center;
		font-size: 2.5333vw;
	}
	.navigate-button .link-btn{
		padding: 2.08666vw 2.25333vw 2.08666vw 2.25333vw;
	}
	.navigate-button .link-btn .share-icon{
		width: 2.632vw;
		height: 2.632vw;
	}
	/* End fix monji */
	
  .big-banner-section {
    min-height: 225.2vw;
    padding: 26.041vw 0;

    .big-banner-content {
      width: 80%;
      margin: 0 auto;
      position: relative;
    }

    .big-banner-content .special-banner-text {
      margin-bottom: 4vw !important;
    }

    .big-banner-content p {
      display: flex;
      flex-direction: row;
      padding: 0px 10px;
      gap: 10px;
      width: fit-content;
      background: #ffffff;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.53333vw;
      line-height: 150%;
      text-align: justify;
      letter-spacing: 0.05em;
      color: #000000;
    }

    .big-banner-content .img-pc {
      display: none;
    }

    .big-banner-content .img-phone {
      display: flex;
      margin-top: 6.6666vw;
      width: 80vw;
      height: 40vw;
      background-size: cover;
      background-position: center;
    }

    .big-banner-content .big-banner-detail-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 1.6vw 4vw 3.2vw;
      gap: 3.76vw;
      position: unset;
      width: 80vw;
      top: 31vw;
      right: 1vw;
      background: #ffffff;
    }

    .big-banner-content .big-banner-detail-content .detail-group {
      width: 100%;
      flex-direction: column;
      background-image: unset;
    }
    .big-banner-content .big-banner-detail-content .detail-group .title {
      display: flex;
      align-items: center;
    }
    .big-banner-content .big-banner-detail-content .detail-group .title h1 {
      font-family: var(--font-anton);
      font-style: normal;
      font-weight: 400;
      font-size: 8.53333vw;
      line-height: 150%;
      text-align: center;
      width: fit-content;
      color: #000000;
    }
    .big-banner-content .big-banner-detail-content .detail-group .title span {
      font-family: var(--font-mplus-1p);
      margin-left: 4vw;
      font-style: normal;
      font-weight: 800;
      font-size: 3.2vw;
      line-height: 100%;
      text-align: center;
      color: #000000;
      height: fit-content;
    }

    .big-banner-content .big-banner-detail-content .detail-group .description {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.53333vw !important;
      line-height: 150%;
      text-align: justify;
      width: 100%;
      color: #000000;
      padding: 0;
      margin: 0;
    }
    .big-banner-content .big-banner-detail-content .detail-group-image {
      width: 100%;
      display: flex;
      flex-direction: row;
      background-image: unset;
      justify-content: space-around;
    }
    .big-banner-content .big-banner-detail-content .detail-group-image img {
      width: 23.0666vw;
      height: 17.3333vw;
      margin: 0;
      opacity: 1;
    }
	.big-banner-content .big-banner-detail-content .detail-group-image img.new-image {
      width: 17.3333vw;
      height: auto;
      margin: 0;
      opacity: 1;
    }
    .big-banner-content
      .big-banner-detail-content
      .detail-group-image
      .big-image {
      width: 100%;
      height: auto;
      margin: 0;
      opacity: 1;
    }
  }

  .big-banner-section.special-health-section {
    background-size: cover;
    background-position: center;
    background-image: url("assets/img/special/banner_3_phone.jpg");
  }

  .big-banner-section.special-sustain-section {
    min-height: 238.6666vw;
    background-size: cover;
    background-position: center;
    background-image: url("assets/img/special/banner_5_phone.jpg");
  }

  .big-banner-section.special-work-section {
    background-size: cover;
    background-position: center;
    background-image: url("assets/img/special/banner_7_phone.jpg");
  }

  .special-banner-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5208vw;
    gap: 0.5208vw;
    width: fit-content;
    background: #ffffff !important;
    border-radius: 0 !important;
    font-family: var(--font-biz-udpmincho);
    font-style: normal;
    font-weight: 700;
    font-size: 3vw!important;
    line-height: 150%;
    text-align: justify;
    color: #000000;
  }

  .special-qualification-section .qualification-container {
    width: 93.6vw;
    margin: 17.2vw auto;

    .message-title {
      margin-bottom: 4vw;
      font-size: 5.3333vw !important;
    }
  }

  .special-qualification-section {
    p {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.5333vw;
      line-height: 150%;
      text-align: justify;
      letter-spacing: 0.05em;
      color: #000000;
    }
    h1 {
      font-size: 1.25vw;
      margin-bottom: 1.5625vw;
      position: relative;
      padding-bottom: 0.52083;
    }

    h1:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 9.375vw;
      height: 2px;
      background-color: #000;
    }
    .qualification-group {
      flex-direction: column;
      margin-top: 7.23958vw;
      display: flex;
      gap: 4vw;
    }
    .qualification-group h2 {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 500;
      font-size: 3.2vw!important;
      line-height: 150%;
      letter-spacing: 0.05em;
      text-decoration-line: underline;
      text-underline-offset: 7px;

      color: #000000;
    }
    .qualification-list {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      gap: 2.60416vw;
    }

    .qualification-item {
      display: flex;
      align-items: center;
      width: fit-content;
      /* gap: 2.60416vw; */
    }

    .circle {
      width: 2.04166vw;
      height: 2.04166vw;
      border-radius: 50%;
      background-color: #190790;
      margin-right: 2.5208vw;
      flex-shrink: 0;
      border: 3px solid #8A8A8A;
    }

    .qualification-text {
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.5333vw;
      line-height: 150%;
      text-align: justify;
      letter-spacing: 0.05em;
      color: #000000;
      margin-top: 0.2vw;
    }
  }

  .special-benefit-section {
    min-height: 100vw;
    padding-bottom: 16vw;
  }
  
  .reveal-text{
    font-family: var(--font-biz-udpmincho);
    font-weight: 700;
	font-size: 5.3vw !important;
  }

  .special-benefit-section .benefit-container {
    width: 93.6vw;
    margin: 0 auto;
  }
  .special-benefit-section .benefit-container .message-title {
    margin-bottom: 4vw;
  }

  .special-benefit-section .benefit-container .mix-row {
    width: 100%;
    margin-top: 5.208333vw;
  }
  .special-benefit-section .benefit-container {
    .white-row,
    .black-row {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 1.5625vw 7.8125vw;
      gap: 0.52083vw;
      width: 100%;
      /* height: 4.635416; */
      border-width: 1px 1px 0px 1px;
      border-style: solid;
      border-color: #9baec9;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 2.5333vw;
      line-height: 150%;
      letter-spacing: 0.05em;
      color: #000000;
    }
    .black-row {
      background: rgba(8, 1, 48, 0.2);
    }
    .last-row {
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: #9baec9;
    }
  }
  .message-title.special-page {
	padding: calc(100vw * (10 / 750)) calc(100vw * (10 / 750));
	}
}
/* End CSS Special Page  */

/* Start CSS SDGs */

#section-sdgs-1 {
  width: 100%;
  background-image: url("assets/img/sdgs/0061.jpg");
  background-size: cover;
  background-position: center;
  min-height: 35.42vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sdgs-banner-content {
  width: 100%;
}
.sdgs-banner-content .title-sdgs-black {
  font-family: var(--font-biz-udpmincho);
  font-style: normal;
  font-weight: bold;
  font-size: 3.334vw;
  line-height: 150%;
  color: #000;
  position: absolute;
  left: 5.606vw;
  bottom: 18.2vw;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.sdgs-banner-content .img-sdgs-banner {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.img-sdgs-banner-phone{
  display: none;
}
.img-sdgs-banner span {
  color: #190790;
  white-space: nowrap;
  position: relative;
  z-index: 10;
  font-family: var(--font-anton);
  font-style: normal;
  font-weight: 400;
  font-size: 15.625vw;
  column-gap: 5px;
  line-height: 100%;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpAnimation 0.5s forwards;
  animation-delay: var(--delay);
}
.img-sdgs-banner span:nth-child(1) {  --delay: 0s; }
.img-sdgs-banner span:nth-child(2) {  --delay: 0.1s; }
.img-sdgs-banner span:nth-child(3) {  --delay: 0.2s; }
.img-sdgs-banner span:nth-child(4) {  --delay: 0.3s; }
.img-sdgs-banner span:nth-child(5) {  --delay: 0.4s; }
.img-sdgs-banner span:nth-child(6) {  --delay: 0.5s; }
.img-sdgs-banner span:nth-child(7) {  --delay: 0.6s; }
.img-sdgs-banner span:nth-child(8) {  --delay: 0.7s; }
.img-sdgs-banner span:nth-child(9) {  --delay: 0.8s; }
.img-sdgs-banner span:nth-child(10) {  --delay: 0.9s; }
.img-sdgs-banner span:nth-child(11) {  --delay: 1s; }
.img-sdgs-banner span:nth-child(12) {  --delay: 1.1s; }
.img-sdgs-banner span:nth-child(12) {  --delay: 1.2s; }
.img-sdgs-banner span:nth-child(13) {  --delay: 1.3s; }
.img-sdgs-banner span:nth-child(14) {  --delay: 1.4s; }
.img-sdgs-banner span:nth-child(15) {  --delay: 1.5s; }

.white-sdgs-span{
  color: transparent !important;
  -webkit-text-stroke: 1px white !important;
}

.blue-sdgs-span{
  color: #190790 !important;
  -webkit-text-stroke: none !important;
}

.sdgs-space-span {
  display: inline-block;
  width: 2vw; 
  height: 1px;
}

#section-sdgs-2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0px 20px 200px;
  gap: 10px;
  z-index:20;
  display: none;
}
#section-sdgs-2 .breadcrumb {
  height: 16px;
  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  display: none;
}
#section-sdgs-3 {
  text-align: center;
  color: #000000;
  padding: 10.20833vw calc(100vw * (300 / 1920)) 0;
}
#section-sdgs-3 .title {
  font-family: var(--font-biz-udpmincho);
  font-size: calc(100vw * (64 / 1920));
  white-space: nowrap;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;
  margin-top: calc(100vw * (150 / 1920));
  margin-bottom: calc(100vw * (40 / 1920));
  display: block;
  padding-bottom: calc(100vw * (10 / 1920));
}

/* #section-sdgs-3 .title {
  opacity: 0;
} */

#section-sdgs-3 .title.animate-active {
  animation: fadeInFromLeft 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
}

#section-sdgs-3 .sdgs-description {
  font-family: var(--font-mplus-1p);
  font-size: calc(100vw * (19 / 1920));
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  display: block;
  margin-top: calc(100vw * (150 / 1920));
}
#section-sdgs-3 .author {
  font-family: var(--font-mplus-1p);
  font-size: calc(100vw * (19 / 1920));
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: right;
  display: block;
  margin-top: calc(100vw * (50 / 1920));
}
#section-sdgs-3 .sdgs-logo {
  background-image: url("assets/img/sdgs/sdg_logo.jpg");
  width: 100%;
  max-width: calc(100vw * (1200 / 1920));
  height: auto;
  aspect-ratio: 1200 / 149.03;
  margin: calc(100vw * (200 / 1920)) auto 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#section-sdgs-3 .sdgs-logo {
  opacity: 0;
}

#section-sdgs-3 .sdgs-logo.animate-active {
  animation: fadeIn 2s ease-in-out forwards;
}

#section-sdgs-3 .sdg-action {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border: calc(100vw * (2 / 1920)) solid #fff;
  padding: calc(100vw * (10 / 1920)) calc(100vw * (20 / 1920));
  margin: 0 auto;
  margin-top: calc(100vw * (210 / 1920));
  font-family: var(--font-biz-udpmincho);
  color: #000000;
  font-size: calc(100vw * (32 / 1920));
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  position: relative;
  background: transparent;
}

#section-sdgs-3 .sdg-action.animate-active::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #000000;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  animation: drawBorder 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

#section-sdgs-4 {
  max-width: calc(100vw * (1320 / 1920));
  margin: 0 auto;
  margin-top: calc(100vw * (150 / 1920));
  width: 100%;
  padding: 0px 20px;
}

#section-sdgs-4 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(100vw * (30 / 1920));
  margin-top: calc(100vw * (150 / 1920));
}

#section-sdgs-4 .content {
  width: calc(100vw * (630 / 1920));
  text-align: left;
  display: block;
  flex: 1;
  min-width: calc(100vw * (300 / 1920));
  max-width: 100%;
}

#section-sdgs-4 .image-section {
  display: flex;
  flex: 1;
  width: 100%;
  height: calc(100vw * (594 / 1920));
  align-items: center;
  justify-content: end;
  overflow: hidden;
}

#section-sdgs-4 .main-image {
  width: 100%;
  max-width: calc(100vw * (550 / 1920));
  height: auto;
  display: block;
  margin-left: calc(100vw * (150 / 1920));
  opacity: 0;
}

#section-sdgs-4 .main-image.animate-active {
  clip-path: inset(0 0 100% 0);
	background-size: 120%;
 	animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards, zoomOutAnimate 1s ease-out forwards;
}

#section-sdgs-4 .text-header {
  font-family: var(--font-biz-udpmincho);
  font-weight: 700;
  font-size: calc(100vw * (32 / 1920));
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
}

#section-sdgs-4 .description-header {
  overflow: hidden;
  margin-top: calc(100vw * (50 / 1920));
}

#section-sdgs-4 .description-header p {
  font-family: var(--font-mplus-1p);
  font-weight: 400;
  font-size: calc(100vw * (19 / 1920));
  line-height: 150%;
  letter-spacing: 0.05em;
}

#section-sdgs-4 .text-content {
  font-family: var(--font-mplus-1p);
  font-weight: 500;
  font-size: calc(100vw * (19 / 1920));
  line-height: 150%;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 25%;
  text-decoration-thickness: 10.5%;
  text-decoration-skip-ink: auto;
  color: #000;
  display: block;
  margin-top: calc(100vw * (50 / 1920));
}

#section-sdgs-4 .description-content {
  overflow: hidden;
  margin-top: calc(100vw * (30 / 1920));
}

#section-sdgs-4 .description-content p {
  font-family: var(--font-mplus-1p);
  font-weight: 400;
  font-size: calc(100vw * (19 / 1920));
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
}

#section-sdgs-4 .sdgs-icons {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100vw * (10 / 1920));
  margin-top: calc(100vw * (50 / 1920));
}

#section-sdgs-4 .sdgs-icon {
  flex: 1 1 calc(25% - 10px);
  max-width: calc(100vw * (150 / 1920));
  aspect-ratio: 1 / 1;
  opacity: 0;
}

#section-sdgs-4 .sdgs-icon.animate-active {
  animation: fadeIn 0.5s forwards;
}

#section-sdgs-4 .sdgs-icon.animate-active:nth-child(1) { animation-delay: 0s; }
#section-sdgs-4 .sdgs-icon.animate-active:nth-child(2) { animation-delay: 0.5s; }
#section-sdgs-4 .sdgs-icon.animate-active:nth-child(3) { animation-delay: 1s; }
#section-sdgs-4 .sdgs-icon.animate-active:nth-child(4) { animation-delay: 1.5s; }

#section-sdgs-4 .sdgs-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#section-sdgs-5 {
  max-width: calc(100vw * (1320 / 1920));
  margin: 0 auto;
  margin-top: calc(100vw * (200 / 1920));
  width: 100%;
}

#section-sdgs-5 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px calc(100vw * (20 / 1920));
}

#section-sdgs-5 .content {
  width: calc(100vw * (600 / 1920));
  text-align: left;
  display: block;
  flex: 1;
  min-width: calc(100vw * (300 / 1920));
  max-width: 100%;
  margin-right: calc(100vw * (60 / 1920));
  margin-bottom: 13vw;
}

#section-sdgs-5 .image-section {
  display: flex;
  flex: 1;
  width: 100%;
  max-width: calc(100vw * (702 / 1920));
  height: calc(100vw * (389 / 1920));
  align-items: center;
  justify-content: center;
}

#section-sdgs-5 .main-image {
  width: 100%;
  max-width: calc(100vw * (702 / 1920));
  height: auto;
  display: block;
  opacity: 0;
  margin-bottom: 13vw;
}

#section-sdgs-5 .main-image.animate-active {
  clip-path: inset(0 0 100% 0);
	background-size: 120%;
 	animation: fadeInFromTop 1s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards, zoomOutAnimate 1s ease-out forwards;
}

#section-sdgs-5 .text-header {
  font-family: var(--font-mplus-1p);
  font-weight: 600;
  font-size: calc(100vw * (19 / 1920));
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000;
}

#section-sdgs-5 .description-header {
  overflow: hidden;
  margin-top: 30px;
}

#section-sdgs-5 .description-header p {
  font-family: var(--font-mplus-1p);
  font-weight: 400;
  font-size: calc(100vw * (16 / 1920));
  line-height: 200%;
  letter-spacing: 0;
}

@media (max-width: 751px) {
  #section-sdgs-1 {
    min-height: calc(100vw * (300 / 750)) !important;
  }
}

@media (max-width: 751px) {
  #section-sdgs-1 {
    width: 100%;
    background-image: url("assets/img/sdgs/0061_phone.jpg");
    background-size: cover;
    background-position: center;
    min-height: 680px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
    .sdgs-banner-content .title-sdgs-black {
        font-family: var(--font-biz-udpmincho);
        font-style: normal;
        font-weight: bold;
        font-size: calc(100vw * (40 / 750)) !important;
        line-height: 150%;
        color: #000;
        position: absolute;
        left: calc(100vw * (24 / 750));
        top: calc(100vw * (100 / 750));
        margin-bottom: 290px;
        animation: fadeIn 0.5s ease-in-out forwards;
    }
    .img-sdgs-banner-phone{
      display: flex;
    justify-content: center;
    }
    .img-sdgs-banner{
      display: none !important;
    }
    .sdgs-banner-content .img-sdgs-banner-phone span {
      white-space: nowrap;
      position: relative;
      z-index: 10;
      font-family: var(--font-anton);
      font-style: normal;
      font-weight: 400;
      font-size: 26vw!important;
      column-gap: 5px;
      line-height: 100%;
      opacity: 0;
      transform: translateY(20px);
      animation: slideUpAnimation 0.5s forwards;
      animation-delay: var(--delay);
    }
    .img-sdgs-banner-phone span:nth-child(1) {  --delay: 0s; }
    .img-sdgs-banner-phone span:nth-child(2) {  --delay: 0.1s; }
    .img-sdgs-banner-phone span:nth-child(3) {  --delay: 0.2s; }
    .img-sdgs-banner-phone span:nth-child(4) {  --delay: 0.3s; }
    .img-sdgs-banner-phone span:nth-child(5) {  --delay: 0.4s; }
    .img-sdgs-banner-phone span:nth-child(6) {  --delay: 0.5s; }
    .img-sdgs-banner-phone span:nth-child(7) {  --delay: 0.6s; }
	.img-sdgs-banner-phone span:nth-child(8) {  --delay: 0.7s; }
    .img-sdgs-banner-phone span:nth-child(9) {  --delay: 0.8s; }
	.img-sdgs-banner-phone span:nth-child(10) {  --delay: 0.9s; }

    .sdgs-banner-content .img-sdgs-banner span {
      white-space: nowrap;
      position: relative;
      z-index: 10;
      font-family: "Anton";
      font-style: normal;
      font-weight: 400;
      font-size: 10vw!important;
      column-gap: 5px;
      line-height: 100%;
      opacity: 0;
      transform: translateY(20px);
      animation: sdgsFadeIn 0.5s forwards;
      animation-delay: var(--delay);
    }
	
	.sdgs-space-span {
      width: 4vw;
      display: inline-block !important; 
	}
	
	.img-sdgs-banner-phone .sdgs-space-span {
      display: inline-block !important;
      margin: 0 1.2vw;
  	}

    #section-sdgs-2 {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 20px 0px 20px 24px;
      gap: 10px;
    }
    #section-sdgs-2 .breadcrumb {
      height: 16px;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      color: #000000;
      display: none;
    }
    #section-sdgs-3 {
      text-align: center;
      color: #000000;
      padding: 0px calc(100vw * (20 / 750));
    }
    #section-sdgs-3 .title {
      font-family: var(--font-biz-udpmincho);
      font-size: calc(100vw * (40 / 750));
      white-space: nowrap;
      font-weight: 700;
      line-height: 100%;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-thickness: 2px;
      text-underline-offset: 6px;
      margin-top: 13.3vw;
      margin-bottom: 5.3vw;
      display: block;
    }
    #section-sdgs-3 .sdgs-description {
      font-family: var(--font-mplus-1p);
      width: 100%;
      font-size: 2.539vw;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.05em;
      display: block;
      margin-top: 13.3vw;
    }
    #section-sdgs-3 .author {
      font-family: var(--font-mplus-1p);
      width: 100%;
      font-size: 2.6vw;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.05em;
      display: block;
      margin-top: 6.7vw;
      margin-right: 0;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    #section-sdgs-3 .sdgs-logo{
      background-image: url("assets/img/sdgs/sdg_logo.jpg");
      width: 100%;
      max-width: calc(100vw * (600 / 750));
      height: auto;
      aspect-ratio: 600 / 74;
      margin: 20vw auto 0 auto;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    #section-sdgs-3 .sdg-action {
      width: fit-content;
      display: flex;
      align-items: center;
      justify-content: center;
      border: calc(100vw * (2 / 750)) solid #fff;
      padding: calc(100vw * (10 / 750)) calc(100vw * (20 / 750));
      margin: 0 auto;
      margin-top: 21.3vw;
      font-family: var(--font-biz-udpmincho);
      color: #000000;
      font-size: 3.9vw;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 0;
    }

    #section-sdgs-4 {
      margin-top: calc(100vw * (50 / 750));
      padding: 0 calc(100vw * (16 / 750));
      max-width: none;
    }
  
    #section-sdgs-4 .container {
      flex-direction: column;
      margin-top: calc(100vw * (50 / 750));
    }
  
    #section-sdgs-4 .content {
      width: 100%;
      order: 1;
    }
	
	#section-sdgs-4 .text-header {
  	  font-size: 4.3vw;
	}
	
	#section-sdgs-4 .description-header {
  	  overflow: hidden;
 	  margin-top: 6.7vw;
	}
	
	#section-sdgs-4 .description-header p {
  	  font-size: 2.6vw;
	}
	
	#section-sdgs-4 .text-content {
  	  font-size: 2.6vw;
  	  margin-top: 6.7vw;
	}

	#section-sdgs-4 .description-content {
  	  overflow: hidden;
  	  margin-top: 4vw;
	}

	#section-sdgs-4 .description-content p {
  	  font-size: 2.6vw;
	}
  
    #section-sdgs-4 .image-section {
      order: 2;
      height: auto;
      margin-top: calc(100vw * (30 / 750));
    }
  
    #section-sdgs-4 .main-image {
      max-width: 100%;
      height: auto;
      margin-left: 0;
    }
  
    #section-sdgs-4 .sdgs-icons {
      display: flex;
      flex-wrap: wrap;
      gap: calc(100vw * (10 / 750));
      margin-top: calc(100vw * (50 / 750));
      justify-content: flex-start;
    }
    
    #section-sdgs-4 .sdgs-icon {
      width: calc((100% - 30px) / 4);
      max-width: calc(100vw * (150 / 750));
      height: auto;
      aspect-ratio: 1 / 1;
      flex-shrink: 0;
    }

    #section-sdgs-5 {
      margin-top: calc(100vw * (80 / 750));
      margin-bottom: 0;
      padding-bottom: 0;
      max-width: none;
    }
  
    #section-sdgs-5 .container {
      display: block;
      padding: 0 calc(100vw * (20 / 750));
    }
  
    #section-sdgs-5 .content {
      width: 100%;
      order: 1;
	  min-width: unset;
	  max-width: unset;
      margin-right: unset;
    }
	
	#section-sdgs-5 .text-header {
  	  font-size: 2.6vw;
	}

	#section-sdgs-5 .description-header {
  	  overflow: hidden;
  	  margin-top: 4vw;
	}

	#section-sdgs-5 .description-header p {
  	  font-size: 2.2vw;
	}
  
    #section-sdgs-5 .image-section {
      order: 2;
      height: auto;
	  width: 100%;
	  max-width: unset;
    }
  
    #section-sdgs-5 .main-image {
      width: 100%;
      height: auto;
      margin-bottom: 30vw;
	  max-width: unset;
    }
}
/* End CSS SDGs */

/* Start CSS News Detail */

#section-newsdtl-1 {
  width: 100%;
  background-image: url("assets/img/newsdtl/news-detail-banner.webp");
  background-size: cover;
  background-position: center;
  min-height: 35.42vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.newsdtl-banner-content {
  width: 100%;
}
.newsdtl-banner-content .title-newsdtl-white {
  font-family: var(--font-biz-udpmincho);
  font-style: normal;
  font-weight: bold;
  font-size: 3.334vw;
  line-height: 150%;
  color: #fff;
  position: absolute;
  left: 5.606vw;
  bottom: 18.2vw;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.newsdtl-banner-content .img-newsdtl-banner {
  display: flex;
  position: relative;
}

.img-newsdtl-banner span {
  color: #190790;
  white-space: nowrap;
  position: relative;
  z-index: 10;
  font-family: var(--font-anton);
  font-style: normal;
  font-weight: 400;
  font-size: 15.625vw;
  column-gap: 5px;
  line-height: 100%;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpAnimation 0.5s forwards;
  animation-delay: var(--delay);
}
.img-newsdtl-banner span:nth-child(1) {  --delay: 0s; }
.img-newsdtl-banner span:nth-child(2) {  --delay: 0.1s; }
.img-newsdtl-banner span:nth-child(3) {  --delay: 0.2s; }
.img-newsdtl-banner span:nth-child(4) {  --delay: 0.3s; }
.img-newsdtl-banner span:nth-child(5) {  --delay: 0.4s; }
.img-newsdtl-banner span:nth-child(6) {  --delay: 0.5s; }
.img-newsdtl-banner span:nth-child(7) {  --delay: 0.6s; }
.img-newsdtl-banner span:nth-child(8) {  --delay: 0.7s; }
.img-newsdtl-banner span:nth-child(9) {  --delay: 0.8s; }
.img-newsdtl-banner span:nth-child(10) {  --delay: 0.9s; }
.img-newsdtl-banner span:nth-child(11) {  --delay: 1s; }

.white-newsdtl-span{
  color: transparent !important;
  -webkit-text-stroke: 1px white !important;
}

.blue-newsdtl-span{
  color: #190790 !important;
  -webkit-text-stroke: none !important;
}

#section-newsdtl-2 {
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: center;
  padding: 20px 0px 20px 200px;
  gap: 10px;
  z-index:20;
}
#section-newsdtl-2 .breadcrumb {
  height: 16px;
  font-family: var(--font-mplus-1p);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

#section-newsdtl-3 {
  line-height: 1.8;
  max-width: 920px;
  margin: 0 auto;
  margin-top: 150px;
  padding: 20px;
  padding-bottom: 150px;
}

#section-newsdtl-3 .news-title {
  font-family: var(--font-mplus-1p);
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 1.05px;
}

#section-newsdtl-3 .news-meta {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 0px;
  margin-top: 100px;
}

#section-newsdtl-3 .news-date {
  font-family: var(--font-mplus-1p);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0.95px;
  margin-right: 50px;
}

#section-newsdtl-3 .news-category {
  width: 150px;
  height: 39px;
  background-color: #7889A3;
  border-radius: 5px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-mplus-1p);
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 1.9px;
  color: #FFFFFF;
  box-shadow: 5px 5px 10px 0px #0000001A;
}

#section-newsdtl-3 .news-image {
  width: 100%;
  height: auto;
  max-width: 100vw;
  margin-top: 100px;
  opacity: 0;
}

#section-newsdtl-3 .news-image.animate-active {
  animation: fadeIn 2s ease-in-out forwards;
}

#section-newsdtl-3 .news-image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 100px;
  box-shadow: 5px 5px 10px 0px #0000001A;
}

.news-content > *:not(:last-child) {
  margin-bottom: 100px;
}
.news-content img {
	width: 100%;
	height: auto;
	object-fit: fill;
	box-shadow: 5px 5px 10px 0px #0000001A;
}

#section-newsdtl-3 .news-content p,
#section-newsdtl-3 .news-content span {
  font-family: var(--font-mplus-1p);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0px;
}

.newsdtl-banner-content .img-newsdtl-banner {
	margin-left: calc(-100vw * (228 / 1920));
}
#section-newsdtl-1 {
	overflow: hidden;
}
.img-newsdtl-banner-phone {
	display: none;
}
@media (max-width: 751px) {
  #section-newsdtl-1 {
    width: 100%;
    background-image: url("assets/img/newsdtl/news-detail-banner-sp.webp");
    background-size: cover;
    background-position: center;
    min-height: calc(100vw * (680 / 750));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
    .newsdtl-banner-content .title-newsdtl-white {
        font-family: var(--font-biz-udpmincho);
        font-style: normal;
        font-weight: bold;
        font-size: calc(100vw * (40 / 750)) !important;
        line-height: 150%;
        color: #fff;
        position: absolute;
        left: calc(100vw * (24 / 750));
        top: calc(100vw * (100 / 750));
        margin-bottom: 290px;
        animation: fadeIn 0.5s ease-in-out forwards;
    }
    .img-newsdtl-banner-phone{
      display: flex;
    justify-content: center;
	margin-left: calc(100vw * (200 / 750));
    }
    .img-newsdtl-banner{
      display: none !important;
    }
    .newsdtl-banner-content .img-newsdtl-banner-phone span {
      white-space: nowrap;
      position: relative;
      z-index: 10;
      font-family: var(--font-anton);
      font-style: normal;
      font-weight: 400;
      font-size: 26vw!important;
      column-gap: 5px;
      line-height: 100%;
      opacity: 0;
      transform: translateY(20px);
      animation: slideUpAnimation 0.5s forwards;
      animation-delay: var(--delay);
    }
    .img-newsdtl-banner-phone span:nth-child(1) {  --delay: 0s; }
    .img-newsdtl-banner-phone span:nth-child(2) {  --delay: 0.1s; }
    .img-newsdtl-banner-phone span:nth-child(3) {  --delay: 0.2s; }
    .img-newsdtl-banner-phone span:nth-child(4) {  --delay: 0.3s; }
    .img-newsdtl-banner-phone span:nth-child(5) {  --delay: 0.4s; }
    .img-newsdtl-banner-phone span:nth-child(6) {  --delay: 0.5s; }
    .img-newsdtl-banner-phone span:nth-child(7) {  --delay: 0.6s; }

    .newsdtl-banner-content .img-newsdtl-banner span {
      white-space: nowrap;
      position: relative;
      z-index: 10;
      font-family: "Anton";
      font-style: normal;
      font-weight: 400;
      font-size: 10vw!important;
      column-gap: 5px;
      line-height: 100%;
      opacity: 0;
      transform: translateY(20px);
      animation: newsdtlFadeIn 0.5s forwards;
      animation-delay: var(--delay);
    }

    #section-newsdtl-2 {
      width: 100%;
      display: none;
      flex-direction: row;
      align-items: center;
      padding: 20px 0px 20px 24px;
      gap: 10px;
    }
    #section-newsdtl-2 .breadcrumb {
      height: 16px;
      font-family: var(--font-mplus-1p);
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      color: #000000;
    }
    #section-newsdtl-3 {
      line-height: 1.8;
      max-width: 702px;
      margin: 0 auto;
      margin-top: 150px;
	  padding-bottom: 150px;
    }
    
    #section-newsdtl-3 .news-title {
      font-family: var(--font-mplus-1p);
      font-weight: 500;
      font-size: 21px;
      line-height: 100%;
      letter-spacing: 1.05px;
    }
    
    #section-newsdtl-3 .news-meta {
      margin-bottom: 30px;
      display: flex;
      align-items: center;
      gap: 0px;
      margin-top: 100px;
    }
    
    #section-newsdtl-3 .news-date {
      font-family: var(--font-mplus-1p);
      font-weight: 400;
      font-size: 19px;
      line-height: 1.5;
      letter-spacing: 0.95px;
      margin-right: 50px;
    }
    
    #section-newsdtl-3 .news-category {
      width: 150px;
      height: 39px;
      background-color: #7889A3;
      border-radius: 5px;
      padding: 10px 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-family: var(--font-mplus-1p);
      font-weight: 500;
      font-size: 19px;
      line-height: 1;
      letter-spacing: 1.9px;
      color: #FFFFFF;
    }
    
    #section-newsdtl-3 .news-image {
      width: 100%;
      height: auto;
      max-width: 702px;
      margin-top: 100px;
    }

    #section-newsdtl-3 .news-image img {
      width: 100%;
      height: auto;
      display: block;
    }
	
	.news-content > *:not(:last-child) {
	  margin-bottom: 50px;
	}
    
	#section-newsdtl-3 .news-content,
    #section-newsdtl-3 .news-content p,
	#section-newsdtl-3 .news-content span {
      font-family: var(--font-mplus-1p);
      font-weight: 400;
      font-size: 19px;
      line-height: 1.5;
      letter-spacing: 0px;
    }
}
.single-post-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.single-post-nav .nav__btn {
  width: fit-content;
  display: flex;
  border: solid calc(100vw * (2 / 750)) #091D13;
  justify-content: center;
  align-items: center;
  color: #091D13;
  text-decoration: none;
  border-radius: 5px;
  font-family: var(--font-mplus-1p);
  font-size: calc(100vw * (19 / 750));
  line-height: 1;
  letter-spacing: 0.05em;
  column-gap: calc(100vw * (10 / 750));
}
.single-post-nav .nav__btn svg {
  width: calc(100vw * (24 / 750));
}
.single-post-nav .nav__btn.prev {
  padding-left: calc(100vw * (20 / 750));
  padding-top: calc(100vw * (20 / 750));
  padding-bottom: calc(100vw * (20 / 750));
  padding-right: calc(100vw * (39 / 750));
}
.single-post-nav .nav__btn.next {
  padding-left: calc(100vw * (39 / 750));
  padding-top: calc(100vw * (20 / 750));
  padding-bottom: calc(100vw * (20 / 750));
  padding-right: calc(100vw * (20 / 750));
}
.single-post-nav .nav__btn.back {
  padding-left: calc(100vw * (38 / 750));
  padding-top: calc(100vw * (20 / 750));
  padding-bottom: calc(100vw * (25 / 750));
  padding-right: calc(100vw * (38 / 750));
}

@media (min-width: 751px) {
  .single-post-nav .nav__btn {
    font-size: 2rem;
    column-gap: normal;
  }
  .single-post-nav .nav__btn svg {
    width: 4.4rem;
  }
  .single-post-nav .nav__btn.prev,
  .single-post-nav .nav__btn.next,
  .single-post-nav .nav__btn.back {
    padding: 1rem 1.6rem;
  }
}

/*@media (min-width: 751px) {
  .single-post-nav {
    display: none;
  }
}*/
/* End CSS News Detail */

/* CSS Contact form  */
.contact-form-first-section{
	background-image: url("assets/img/contact-form/contract-form-banner.jpg")!important;
}
.contact-form-section {
  background-image: url("assets/img/contact-form/contact-background_pc.jpg");
  min-height: fit-content;
  padding: 10.4166vw 10.4166vw 16.5625vw;
  
}
.contact-form-container {
  width: 100%;
  height: fit-content;
  background-color: #fff;
  padding: 7.8125vw 10.41666vw 7.8125vw;
  display: flex;
  row-gap: 7.8125vw;
  flex-direction: column;
}

.contact-form-section .contact-form-container .description-row p {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-style: normal;
  font-weight: 400;
  font-size: 0.99vw;
  line-height: 180%;
  text-align: center;

  color: #000000;
}

.phone-information {
  display: flex;
  gap: 1vw;
}

.phone-information h2 {
  font-family: var(--font-noto-sans-jp);
  font-style: normal;
  font-weight: 500;
  font-size: 1.66666vw;
  line-height: 100%;

  color: #000000;
}

.contact-form-section .contact-form-container .information-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.60416vw 3.2083vw;
  gap: 2.60416vw;

  width: 43.59375vw;
  height: 10.3125vw;

  border: 2px solid #000000;
  border-radius: 1.5625vw;

  margin: 0 auto;
}

.contact-form-section .contact-form-container .information-box span {

  font-family: var(--font-noto-sans-jp);
  font-style: normal;
  font-weight: 400;
  font-size: 0.83333vw;
  line-height: 100%;

  color: #000000;
}

.time-information{
  display: flex;
  gap: 2vw;
}


/**
 * Contact Form
 * */

.forminator-field{
	display: flex;
	flex-wrap: wrap;
	/* column-gap: 20px; */
	justify-content: space-between;
	padding: 0px 6vw!important;
}
.forminator-field input, .forminator-field textarea{
	padding: 0.7291vw 1.0416vw;
	background-color: #F2F2F2;
	border: 1px solid #C4C3C3;
	font-size: 0.99vw !important;
	line-height: 1.35416vw;
	flex: 1;
	max-width: 26.0416vw!important;
	width: 26.0416vw!important;
	min-height: 3.6458vw!important;
	border-radius: 10px!important;
	font-family: var(--font-noto-sans-jp)!important;
}

.forminator-checkbox-label{
	margin-left: 1.5625vw!important;
	font-family: var(--font-noto-sans-jp);
	font-style: normal;
	font-weight: 500;
	font-size: 1.09375vw;
	line-height: 100%;
	/* or 21px */
	
	color: #000000;
}

.forminator-field .zipcode-input-wrapper input{
	padding: 0.7291vw 1.0416vw;
	background-color: #F2F2F2;
	border: 1px solid #C4C3C3;
	font-size: 0.99vw !important;
	line-height: 1.35416vw;
	flex: 1;
	max-width: 10.4166vw !important;
	width: 10.4166vw !important;
	font-family: var(--font-noto-sans-jp)!important;
}

.forminator-label {
    display: flex !important;
    flex-direction: row;
    justify-content: unset;
    white-space: nowrap;
    width: auto;
    gap: 0.5641vw;
}
.forminator-field-textarea .forminator-label{
	align-items: flex-start;
}
.forminator-error-message {
	width: 100%;
	text-align: left;
	order: 2;
}
.forminator-label .forminator-required, .forminator-required {
    color: #F3F8FB !important;
    background-color: #9F0F0C;
    padding: 0.61666vw 0.5208vw;
    border-radius: 0.260416vw;
    min-height: 2.34375vw;
    font-size: 0.99vw !important;
    content: "必須" !important;
    font-weight: 350 !important;
    line-height: 0.99vw !important;
    margin-left: 1vw;
    height: fit-content;
	font-family: var(--font-noto-sans-jp)!important;
}
.forminator-field .input-wrapper{
	display: flex;
	align-items: center;
	gap: 11px;
	width: 192px;
}
.forminator-row .hr{
	border-top: 1px solid #DEDEDE;
	margin: 0;
	padding: 0 !important;
}
.forminator-row .hr-big{
	border-top: 4px solid #BBC8D5;
	margin: 0;
	padding: 0 !important;
}
.forminator-pagination-steps{
	width: 100% !important;
	height: 5.50833vw !important;
}
.forminator-pagination-steps, .forminator-pagination-steps-view{
	align-items: flex-start !important;
	width: 100%!important;
	display: flex!important;
	margin: 0 0 7.8125vw !important;
	gap: 0vw;
}
.forminator-ui.forminator-custom-form[data-design=default]:not(.forminator-size--small) .forminator-pagination-steps .forminator-step{
	width: 19.6875vw !important;
}
.forminator-step{
	flex-direction: column-reverse !important;
	width: 30%;
	height: 5.20833vw!important;
}
.forminator-step-dot{
	font-family: var(--font-noto-sans-jp)!important;
	font-style: normal;
	font-weight: 400;
	font-size: 1.25vw;
	line-height: 100%;
	
	color: #FFFFFF;
	border-radius: 0!important;
	
	border: 1px solid #000000;
	border-color: #000000!important;
	color: #000000;
	background-color: unset !important;
	width: 19.791vw !important;
	min-height: 5.20833vw !important;
	padding: 1.8vw!important;
	letter-spacing: 1.32px;
}
.forminator-current .forminator-step-dot{
	border: none !important;
	color: #fff;
}

.forminator-break{
	display: none!important;
}

.forminator-pagination-steps .forminator-step-label{
	display:none!important;
}
.forminator-current.forminator-step-0 .forminator-step-dot{
	border: none !important;
	color: #fff;
	background-color: transparent!important;
	background-image: url("assets/img/contact-form/PC_ACTIVE_1.png");
	background-size: 100% 100%;
}
.forminator-current.forminator-step-1 .forminator-step-dot {
  border: none !important;
	color: #fff;
  background-image: url("assets/img/contact-form/PC_ACTIVE_2.png");
  background-size: 100% 100%;
}
.forminator-current.forminator-step-2 .forminator-step-dot {
  border: none !important;
	color: #fff;
  background-image: url("assets/img/contact-form/PC_ACTIVE_3.png");
  background-size: 100% 100%;
}

.forminator-step-0 .forminator-step-dot {
  border: none !important;
  background-color: transparent!important;
  background-image: url("assets/img/contact-form/PC_NORMAL_1.png");
  background-size: 100% 100%;
}
.forminator-step-1 .forminator-step-dot {
  border: none !important;
  background-image: url("assets/img/contact-form/PC_NORMAL_2.png");
  background-size: 100% 100%;
}
.forminator-step-2 .forminator-step-dot {
  border: none !important;
  background-image: url("assets/img/contact-form/PC_NORMAL_3.png");
  background-size: 100% 100%;
}

.forminator-step-label{
	width: 114px !important;
	margin-top: 10px;
	font-size: 15px;
	line-height: 30px;
}
.forminator-current .forminator-step-label{
	/* color: #C9141E !important; */
	display: none!important;
}

.forminator-row{
	margin-bottom: 2.60416vw!important;
}
.form-input-both-line{
	padding: 30px 0px !important;
	border-bottom: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
}
.form-input-bottom-line{
	padding: 0 0 2.60416vw 0 !important;
	border-bottom: 1px solid #DEDEDE;
}
.form-input-no-line{
	padding: 0 0 30px 0 !important;
	border-bottom: none!important;
}

.input-480 input{
	flex: 0 1 26.04166vw;
}
.input-640 input{
	flex: 0 1 640px;
}
.iti--show-flags{
	display: flex !important;
}
.iti__country-container{
	display: none;
}
.input-140 input{
	flex: 0 1 140px;
}
.survey{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.form-heading{
	padding: 9px 15px !important;
	background-color: #E5EFF5;
	margin-top: 70px;
	margin-bottom: 20px;
}
.form-heading .inquiry-title{
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
}
.form-subheading{
	padding: 0 !important;
}
.form-subheading p{
	font-size: 15px;
	line-height: 30px;
}

.survey .forminator-label{
	width: 210px;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio:not(.forminator-radio-inline):first-of-type {
	margin-top: 0!important;
}

#forminator-field-radio-1-label-1 {
	align-items: end !important;
	margin-top: 0!important;
}
.survey #forminator-field-radio-1-label-5{
	margin-left: 230px;
	margin-top: 0px;
}
.form-textarea .forminator-textarea{
	flex: 0 1 650px;
}
.form-textarea:not(.no-ml) .forminator-textarea {
	margin-top: 20px!important;
	margin-left: 245px !important;
}
.mt--40{
	margin-top: -40px;
}

.forminator-col:not(.survey):not(.form-textarea) .forminator-error-message{
	background-color: unset !important;
	font-size: 0.83333vw !important;
	padding: 0!important;
}
.survey .forminator-error-message{
	background-color: unset !important;
	margin-left: 250px !important;
}
.forminator-error-message.email-error{
	display:flex!important;
}
.forminator-error-message.katakana-error-message{
	display:flex!important;
}
.form-textarea .forminator-error-message{
	background-color: unset !important;
	margin-left: 230px !important;
}
.forminator-pagination-footer{
	justify-content: center !important;
	gap: 50px;
}
.forminator-pagination-footer .forminator-button{
	width: 18.75vw !important;
	padding: 1.302vw 2.1354vw !important;
	height: 4.375vw;
	background: #FFFFFF;
	border: 2px solid #000000!important;
	margin-top: 6.770833vw!important;
	font-size: 1.25vw!important;
	font-family: var(--font-noto-sans-jp)!important;
}
.forminator-response-message.forminator-success{
	background-color: unset !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	text-align: center !important;
}
.form-input-review{
	padding-left: 0 !important;
}
.form-input-review p{
	font-size: 0.99vw !important;
	line-height: 1.5625vw !important;
	margin-bottom: 0px !important;
}

.forminator-design--default .forminator-label {
	font-size: 1.09375vw!important;
    font-family: var(--font-noto-sans-jp)!important;
    font-weight: 500!important;
	line-height: 2.0833vw!important;
}

.forminator-description {
	/* display: none!important;*/
	font-size: 0.83333vw!important;
	color: #707070;
	margin-top: 1vw!important;
}
.form-phone .forminator-description span{
	display: none;
}
.zipcode-input-wrapper .forminator-description {
	position:absolute;
	left: -2vw;
}
.forminator-merge-tags {
	font-size: 15px!important;
	font-weight: 500!important;
}

.forminator-design--default .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-step .forminator-step-label {
	color: #707F8E!important;
	display: none!important;
}

.company_housing_management_status {
	margin-top: -40px!important;
}

input[type="checkbox"]:checked {
    accent-color: green!important;
}
.name-service {
	border-top: 1px solid #DEDEDE;
	padding: 35px 15px 0 0 !important;
}

.name-service .p1 {
	margin-top: 10px;
}


.forminator-row .forminator-radio-label {
	font-family: var(--font-noto-sans-jp)!important;
    font-weight: 400!important;
	font-style: normal;
	font-weight: 400;
	font-size: 1.09375vw;
	line-height: 100%;
	
	color: #000000;
	margin-left: 1.0416vw!important;
}

#custom-err {
	font-size: 12px;
    font-family: inherit;
    font-weight: 500;
    color: #E04562;
    margin-left: 30px;
}

.forminator-step-0 .forminator-step-dot::before {
  content: "項目の入力";
}
.forminator-step-1 .forminator-step-dot::before {
  content: "確認画面";
}
.forminator-step-2 .forminator-step-dot::before {
  content: "送信完了";
}

.forminator-break{
	background-color: unset !important;
}

input#forminator-field-name-4_67fb9b0a65068 {
    width: 10.4166vw;
}


.privacy-policy-container {
  box-sizing: border-box;

  display: flex;
  padding: 2.60416vw;
  isolation: isolate;
  max-width: 41.6666vw;
  width: 41.6666vw;
  height: 31.25vw;
  background: #FFFFFF;
  border: 1px solid #000000;
  margin: 0 auto;
  overflow-y: auto;
}

.privacy-policy-container .forminator-field.forminator-merge-tags{
  flex-direction: column;
  align-items: center;
  gap: 2.60416vw;
  justify-content: unset;

  box-sizing: border-box;
  
  display: flex!important;
  padding: 2.60416vw!important;
  gap: 2.60416vw!important;
  isolation: isolate!important;
  
  background: #FFFFFF!important;


  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 0.82051vw!important;
  line-height: 150%!important;
  /* or 24px */
  
  color: #333333!important;
  flex-wrap: unset;
}

.forminator-row .privacy-policy-container .forminator-field.forminator-merge-tags p{
  width: 100%;
  text-align: left;
	font-family: var(--font-noto-sans-jp)!important;
	font-style: normal;
	font-weight: 400;
	font-size: 0.83333vww;
	line-height: 150%;
	color: #333333;
}

.privacy-policy-container .forminator-field.forminator-merge-tags .forminator-label{
  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 1.25vw!important;
  line-height: 100%!important;
  text-align: center!important;
  
  color: #333333!important;
}

.privacy-policy-container .forminator-field.forminator-merge-tags .forminator-label{
  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 1.25vw!important;
  line-height: 100%!important;
  text-align: center!important;
  
  color: #333333!important;
}
/* Custom scrollbar */
.privacy-policy-container::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.privacy-policy-container::-webkit-scrollbar-thumb {
  background: #D7D6D6;
  border-radius: 5px;
}

.privacy-policy-container::-webkit-scrollbar-thumb:hover {
  background: #c0c0c0;
}

.zipcode-input-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 0.625vw;
  width: 24.083vw;
  position: relative;
}

.zipcode-symbol {
font-family: var(--font-noto-sans-jp)!important;
font-style: normal;
font-weight: 400;
font-size: 1.25vw;
line-height: 1.510vw;
 color: #000;
 position: absolute;
 top: 1.2vw;
 left: -2vw;
}

.zipcode-search-button {
  background-color: #000;
  color: #fff;
  padding: 0.26041vw;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s ease;
  width: 12.9375vw;
  height: 2.5vw;
  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal;
  font-weight: 400;
  font-size: 0.99vw;
  line-height: 1.1979vw;
  color: #FFFFFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	  position: absolute;
  right: 0vw;
  top: 0.8vw;
}

.radio-option-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}

div#checkbox-1 span.forminator-required {
    margin-right: 1vw;
}

.forminator-row #checkbox-1 .forminator-checkbox{
    margin: 0 auto;
}

.forminator-button-next::after {
    content: '';
    display: inline-block;
    width: 1.04166vw;
    height: 1.04166vw;
    background-image: url('assets/img/contact-form/btn_yaji.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1vw;
    position: absolute;
    top: 1.6vw;
}

.forminator-button-submit::after {
    content: '';
    display: inline-block;
    width: 1.04166vw;
    height: 1.04166vw;
    background-image: url('assets/img/contact-form/btn_yaji.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1vw;
    position: absolute;
    top: 1.7vw;
}
.forminator-button-back::after {
    content: '';
    display: inline-block;
    width: 1.04166vw;
    height: 1.04166vw;
    background-image: url('assets/img/contact-form/btn_yaji.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1vw;
    rotate: 180deg;
    position: absolute;
    top: 1.7vw;
    left: 3vw;
}
/**
 * End Contact Form
 * */ 
 
@media (max-width: 751px) {
.forminator-field-checkbox.left-error-message .forminator-error-message{
	text-align: center;
	margin-left: 1vw!important;
	margin-top: 0!important;
}
a[href^="tel"] {
    pointer-events: none;
    color: inherit;
}
.forminator-button-next::after {
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    background-image: url('assets/img/contact-form/btn_yaji.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 3vw;
    position: absolute;
    top: 4.6vw;
}
.contact-form-first-section{
    background-image: url("assets/img/contact-form/contract-form-banner_phone.jpg")!important;
	min-height: 90.6666vw!important;
}
.forminator-field{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		row-gap: 4vw;
		justify-content: space-between;
		padding:0!important;
}
.forminator-field input, .forminator-field textarea{
	padding: 0.7291vw 1.0416vw;
	background-color: #F2F2F2;
	border: 1px solid #F2F7FA;
	font-size: 2.5333vw !important;
	line-height: 1.35416vw;
	flex: 1;
	max-width: 80vw!important;
	width: 80vw!important;
	min-height: 9.333333vw !important;
	font-family: var(--font-noto-sans-jp)!important;
}

.forminator-field .zipcode-input-wrapper input{
	padding: 0.7291vw 1.0416vw;
	background-color: #F2F2F2;
	border: 1px solid #F2F7FA;
	font-size: 2.5333vw !important;
	line-height: 1.35416vw;
	margin-left: 5vw!important;
	flex: 1;
	max-width: 26.6666vw !important;
	width: 26.6666vw !important;
	height: 9.333333vw!important;
	font-family: var(--font-noto-sans-jp)!important;
}

.forminator-label {
    display: flex !important;
    /* align-items: center; */
    flex-direction: row;
    justify-content: unset;
    white-space: nowrap;
	width: 33.333vw;
    gap: 11px; 
}
.forminator-field-textarea .forminator-label{
	align-items: flex-start;
}
.forminator-error-message {
	width: 100%;
	text-align: left;
	order: 2;
}
.forminator-label .forminator-required, .forminator-required {
    color: #F3F8FB !important;
    background-color: #9F0F0C!important;
	min-width: 7.7333vw!important;
	height: 4.66666vw!important;
    padding: 1vw 0!important;
    border-radius: 0.6666vw!important;
    font-size: 2.53333vw!important;
    content: "必須" !important;
    font-weight: 350 !important;
    line-height: 2.133vw !important;
	text-align: center!important;
}
.radio-option-wrapper label{
	margin: 2vw 0!important;
}
.forminator-field .input-wrapper{
	display: flex;
	align-items: center;
	gap: 11px;
	width: 192px;
}
.forminator-row .hr{
	border-top: 1px solid #DEDEDE;
	margin: 0;
	padding: 0 !important;
}
.forminator-row .hr-big{
	border-top: 4px solid #BBC8D5;
	margin: 0;
	padding: 0 !important;
}
.forminator-pagination-steps{
	width: 100% !important;
	height: 12.50833vw !important;
}
.forminator-pagination-steps, .forminator-pagination-steps-view{
	align-items: flex-start !important;
	width: 100%!important;
	display: flex!important;
	margin: 0 0 15.8125vw !important;
	gap: 2vw;
	justify-content: center;
}
.forminator-ui.forminator-custom-form[data-design=default]:not(.forminator-size--small) .forminator-pagination-steps .forminator-step{
	width: 23.6875vw !important;
}
.forminator-step{
	flex-direction: column-reverse !important;
	width: 30%;
	height: 5.20833vw!important;
}
.forminator-step-dot{
	font-family: var(--font-noto-sans-jp)!important;
	font-style: normal;
	font-weight: 400;
	font-size: 2.5333vw;
	line-height: 100%;
	color: #FFFFFF;
	border-radius: 0!important;
	border: 1px solid #000000;
	border-color: #000000!important;
	color: #000000;
	background-color: unset !important;
	width: 25.791vw !important;
	min-height: 13.20833vw !important;
	padding: 4.8vw 1.8vw!important;
	letter-spacing: 1.32px;
}
.forminator-current .forminator-step-dot{
	border: none !important;
	color: #fff;
}

.forminator-step-label{
	width: 114px !important;
	margin-top: 10px;
	font-size: 15px;
	line-height: 30px;
}
.forminator-current .forminator-step-label{
	/* color: #C9141E !important; */
	display: none!important;
}

.forminator-row{
	margin-bottom: 6.66666vw!important;
}
.form-input-both-line{
	padding: 30px 0px !important;
	border-bottom: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
}
.form-input-bottom-line{
	padding: 0 0 6.6666vw 0 !important;
	border-bottom: 1px solid #DEDEDE;
}
.form-input-no-line{
	padding: 0 0 30px 0 !important;
	border-bottom: none!important;
}

.input-480 input{
	flex: 0 1 26.04166vw;
}
.input-640 input{
	flex: 0 1 640px;
}
.iti--show-flags{
	display: flex !important;
}
.iti__country-container{
	display: none;
}
.input-140 input{
	flex: 0 1 140px;
}
.survey{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.form-heading{
	padding: 9px 15px !important;
	background-color: #E5EFF5;
	margin-top: 70px;
	margin-bottom: 20px;
}
.form-heading .inquiry-title{
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
}
.form-subheading{
	padding: 0 !important;
}
.form-subheading p{
	font-size: 15px;
	line-height: 30px;
}

.survey .forminator-label{
	width: 210px;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio:not(.forminator-radio-inline):first-of-type {
	margin-top: 0!important;
}

#forminator-field-radio-1-label-1 {
	align-items: end !important;
	margin-top: 0!important;
}
.survey #forminator-field-radio-1-label-5{
	margin-left: 230px;
	margin-top: 0px;
}
.form-textarea .forminator-textarea{
	flex: 0 1 650px;
}
.form-textarea:not(.no-ml) .forminator-textarea {
	margin-top: 20px!important;
	margin-left: 245px !important;
}
.mt--40{
	margin-top: -40px;
}

.forminator-col:not(.survey):not(.form-textarea) .forminator-error-message{
	background-color: unset !important;
	/* margin-left: 54vw !important; */
	font-size: 2.1333vw !important;
	text-align: left!important;
}
.survey .forminator-error-message{
	background-color: unset !important;
	margin-left: 250px !important;
}
.form-textarea .forminator-error-message{
	background-color: unset !important;
	margin-left: 230px !important;
}
.forminator-pagination-footer{
	justify-content: center !important;
	gap: 2vw;
}
.forminator-pagination-footer .forminator-button{
	margin-bottom: 0!important;
	width: 38vw !important;
	padding: 1.302vw 2.1354vw !important;
	height: 11.2vw!important;
	background: #FFFFFF;
	border: 2px solid #000000!important;
	margin-top: 6.770833vw!important;
	font-size: 3.2vw!important;
	font-family: var(--font-noto-sans-jp)!important;
}
.forminator-button-submit::after {
    content: '';
    display: inline-block;
    width: 2.04166vw;
    height: 2.04166vw;
    background-image: url('assets/img/contact-form/btn_yaji.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 3vw;
    position: absolute;
    top: 4.5vw;
}
.forminator-button-back::after {
    content: '';
    display: inline-block;
    width: 2.04166vw;
    height: 2.04166vw;
    background-image: url('assets/img/contact-form/btn_yaji.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1vw;
    rotate: 180deg;
    position: absolute;
    top: 4.5vw;
    left: 3vw;
}
.forminator-response-message.forminator-success{
	background-color: unset !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	text-align: center !important;
}
.form-input-review{
	padding-left: 0 !important;
}
.form-input-review p{
	font-size: 15px !important;
	line-height: 30px !important;
	margin-bottom: 0px !important;
}

.forminator-design--default .forminator-label {
	font-size: 2.8vw!important;
	font-family: var(--font-noto-sans-jp)!important;
	font-weight: 500!important;
	line-height: 4vw!important;
}

.forminator-description {
	font-size: 2.1333vw!important;
	position: unset!important;
	color: #707070!important;
	pointer-events: none; 
    color: inherit; 
	margin-top: 2.66666vw!important;
}
.forminator-button-next, .forminator-button-submit, .forminator-button-back {
	color: inherit !important;
}
.forminator-merge-tags {
	font-size: 15px!important;
	font-weight: 500!important;
}

.forminator-design--default .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-step .forminator-step-label {
	color: #707F8E!important;
	display: none!important;
}

.company_housing_management_status {
	margin-top: -40px!important;
}

input[type="checkbox"]:checked {
    accent-color: green!important;
}
.name-service {
	border-top: 1px solid #DEDEDE;
	padding: 35px 15px 0 0 !important;
}

.name-service .p1 {
	margin-top: 10px;
}


.forminator-row .forminator-radio-label {
	font-family: var(--font-noto-sans-jp)!important;
	font-weight: 400!important;
	font-style: normal;
	font-weight: 400;
	font-size: 2.8vw;
	line-height: 100%;
	color: #000000;
}

#custom-err {
	font-size: 12px;
    font-family: inherit;
    font-weight: 500;
    color: #E04562;
    margin-left: 30px;
}

.forminator-step-0 .forminator-step-dot::before {
  content: "項目の入力";
}
.forminator-step-1 .forminator-step-dot::before {
  content: "確認画面";
}
.forminator-step-2 .forminator-step-dot::before {
  content: "送信完了";
}

.forminator-break{
	background-color: unset !important;
}

input#forminator-field-name-4_67fb9b0a65068 {
    width: 10.4166vw;
}


.privacy-policy-container {
  box-sizing: border-box;
  display: flex;
  padding: 2.60416vw;
  isolation: isolate;
  max-width: 80vw;
  width: 80vw;
  height: 60vw;
  background: #FFFFFF;
  border: 1px solid #000000;
  margin: 0 auto;
  overflow-y: auto;
}

.privacy-policy-container .forminator-field.forminator-merge-tags{
  flex-direction: column;
  align-items: center;
  gap: 2.60416vw;
  justify-content: unset;

  box-sizing: border-box;
  
  display: flex!important;
  padding: 2.60416vw!important;
  gap: 2.60416vw!important;
  isolation: isolate!important;
  
  background: #FFFFFF!important;


  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 2.133333vw!important;
  line-height: 150%!important;
  /* or 24px */
  
  color: #333333!important;
  flex-wrap: unset;
}

.privacy-policy-container .forminator-field.forminator-merge-tags .forminator-label{
  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 2.8vw!important;
  line-height: 100%!important;
  text-align: center!important;
  
  color: #333333!important;
}

/* Custom scrollbar */
.privacy-policy-container::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.privacy-policy-container::-webkit-scrollbar-thumb {
  background: #D7D6D6;
  border-radius: 5px;
}

.privacy-policy-container::-webkit-scrollbar-thumb:hover {
  background: #c0c0c0;
}

.zipcode-input-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 0.625vw;
  width: 79.083vw;
  position: relative;
}

.zipcode-symbol {
font-family: var(--font-noto-sans-jp)!important;
font-style: normal;
font-weight: 400;
font-size: 3.2vw;
line-height: 1.510vw;
color: #000;
position: absolute;
top: 3.6vw;
left: 0vw;
}

.zipcode-search-button {
  background-color: #000;
  color: #fff;
  padding: 0.26041vw;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s ease;
  width: 33.3333vw;
  height: 6.4vw;
  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal;
  font-weight: 400;
  font-size: 2.53333vw;
  line-height: 1.1979vw;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: absolute;
  right: 12vw;
  top: 1.5vw;
}

.radio-option-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}

div#checkbox-1 span.forminator-required {
    margin-right: 1vw;
}

.forminator-row #checkbox-1 .forminator-checkbox{
    margin: 0;
}
}
.description-text-pc{
  display: flex;
}
.description-text-phone{
  display:none;
}
/* END CSS Contact form  */

@media (max-width: 751px) {
.description-text-pc{
  display: none;
}
.description-text-phone{
  display:flex;
}
.contact-form-section {
  background-image: url("assets/img/contact-form/contact-background_pc.jpg");
  min-height: fit-content;
  padding: 10.4166vw 3.2vw 20vw;
}
.contact-form-container {
  width: 100%;
  min-height: 239.5833vw;
  background-color: #fff;
  padding: 13.333vw 6.6666vw 10.666vw;
  display: flex;
  row-gap: 20vw;
  flex-direction: column;
}
.contact-form-section .contact-form-container .description-row p {
  	width: 100%;
	font-family: var(--font-noto-sans-jp)!important;
	font-style: normal;
	font-weight: 400;
	font-size: 2.53333vw;
	line-height: 180%;
	/* or 34px */
	text-align: left;
}
.contact-form-section .contact-form-container .information-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.6666vw 3.2083vw;
  gap: 5.60416vw;
  width: 80vw;
  height: 33.333vw;
  border: 2px solid #000000;
  border-radius: 30px;
  margin: 0 auto;
}
.phone-information h2 {
  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal;
  font-weight: 500;
  font-size: 4.2666vw;
  line-height: 100%;
  color: #000000;
}
	.time-information{
  display: flex;
  gap: 2vw;
  flex-direction: column;
}
.contact-form-section .contact-form-container .information-box span {

  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal;
  font-weight: 400;
  font-size: 2.13333vw;
  line-height: 100%;

  color: #000000;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-description span {
    display: none;
}
.forminator-checkbox-label{
    font-size: 2.8vw!important;

	font-family: var(--font-noto-sans-jp)!important;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	
	color: #000000;
}
}

/* Another Contact form  */
.finish-form .contact-form-container {
  padding: 7.8125vw 6.41666vw;
  height: fit-content;
  min-height: fit-content;
}

.finish-form {
  display: none;
  flex-direction: column;
  column-gap: 2vw;
}

.contact-form-section .content-form {
  width: fit-content;
  justify-items: center;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: 7.8125vw;
}

.contact-form-section .content-form img {
  margin: 0 auto;
  width: 8.33333vw;
  height: 10.52083vw;
}

.contact-form-section .content-form .detail-content p{
  text-align: center!important;

  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 1.09375vw!important;
  line-height: 180%!important;
  text-align: center!important;

  color: #000000;
}
.color-background {
  background: linear-gradient(to bottom, transparent 30%, #1D115A 10%);
  width: 46.82vw;
  height: 16.73vw;
  margin: 0 auto;
}

.left-error-message .forminator-error-message{
	text-align: right;
	margin-top: 2vw!important;
	margin-right: 5vw!important;
}

.forminator-field-checkbox.left-error-message .forminator-error-message{
	text-align: center;
	margin-left: -5.5vw!important;
	margin-top: 0!important;
}
.forminator-field .inquiry-title{
	font-size: 0.99vw!important;
	font-family: var(--font-mplus-1p);
	font-weight: 400;
}
@media (max-width: 751px) {
.forminator-field .inquiry-title{
	font-size: 15px!important;
	font-family: var(--font-mplus-1p);
	font-weight: 400;
}
.finish-form .contact-form-container {
  row-gap: 10vw;
  padding: 7.8125vw 6.41666vw;
  height: fit-content;
  min-height: fit-content;
}

.finish-form {
  flex-direction: column;
  column-gap: 2vw;
}

.contact-form-section .content-form {
  width: fit-content;
  justify-items: center;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: 7.8125vw;
}

.contact-form-section .content-form img {
  margin: 0 auto;
  width: 10.33333vw;
  height: 12.52083vw;
}

.contact-form-section .content-form .detail-content p{
  text-align: center!important;
  font-family: var(--font-noto-sans-jp)!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 2.09375vw!important;
  line-height: 180%!important;
  text-align: center!important;
  color: #000000;
}
.color-background {
  background: linear-gradient(to bottom, transparent 30%, #1D115A 10%);
  width: 46.82vw;
  height: 16.73vw;
  margin: 0 auto;
}

.left-error-message .forminator-error-message{
	text-align: right;
	margin-top: 2vw!important;
	margin-right: 5vw!important;
}

.forminator-field-checkbox.left-error-message .forminator-error-message{
	text-align: center;
	margin-left: 0vw!important;
	margin-top: 0!important;
}
}
/* End Another Contact form  */

/* Modal styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal {
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  padding: 3.6666vw 3.333vw 15.6666vw;
  width: 86.666vw;
  max-width: 86.666vw;
  position: relative;
  max-height: 132vw!important;
  overflow-y: auto;
}
.modal-close {
  position: absolute;
  top: 2vw;
  right: 2vw;
  cursor: pointer;
  font-size: 3.2vw;
  color: #000;
  width: 8vw;
  height: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  font-weight: bold;
  font-size: 6vw;
}
.modal-close:hover {
  background-color: #f0f0f0;
  color: #333;
}
.modal-content {
  margin-top: 10px;
}

.modal-overlay .step-number{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	padding: 2.3333vw 4vw;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	width: 30.9333vw;
	height: 30vw;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-family: var(--font-anton);
	font-style: normal;
	font-weight: 400;
	font-size: 8.2666vw;
	line-height: 150%;
	text-align: justify;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

.modal-overlay .icon-wrapper{
	margin: 0 auto;
	width: fit-content;
}

.modal-overlay .icon-wrapper .step-icon{
	width: 40vw;
	height: 40vw;
}
.modal-overlay.business .icon-wrapper .step-icon{
	width: 78vw!important;
	height: 55vw!important;
}

.modal-overlay .step-title{
	font-family: var(--font-mplus-1p);
	font-style: normal;
	font-weight: 500;
	font-size: 6.2vw;
	line-height: 150%;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration-line: underline;
	color: #000000;
	margin-top: 7vw;
}

.modal-overlay.business .step-title{
	text-align: left;
}

.modal-overlay .step-title.business{
	text-align: center;
}

.modal-overlay .step-description{margin-top: 7vw;font-family: var(--font-mplus-1p);font-style: normal;font-weight: 400;font-size: 5.5333vw;line-height: 150%;text-align: justify;letter-spacing: 0.05em;color: #000000;}
.modal-icon{
	display: none;
}
@media (max-width: 751px) {
	.modal-icon{
		display: flex;
		position: absolute;
		bottom: 2vw;
		right: 3vw;
		width: 3.2vw;
		height: 3.46666vw;
	}
}
/* End Modal styles */


h3.map-animate.animate {
  animation: fadeIn 1s ease-in-out forwards;
}
.map-frame.map-animate.animate{
  animation: fadeIn 1s ease-in-out forwards;
}
.map-details.map-animate.animate{
  animation: fadeIn 1s ease-in-out forwards;
}

/* common mode */
.pc-mode-block{
	display: block!important;
}
.sp-mode-block{
	display: none!important;
}

@media (max-width: 751px) {
	.pc-mode-block{
		display: none!important;
	}
	.sp-mode-block{
		display: block!important;
	}
}