

/* --------------------------------------------------
   RESET & BASE
-------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    line-height: 1.6;
}

.sp {
    display: none;
}


  .sub-fv {
  width: 100%;
  height: 350px;
  background: url('../images/about/about-fv-img.png') !important ;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  position: relative;
}

main {
    margin-top: 80px;
}
/* --------------------------------------------------
   HEADER
-------------------------------------------------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #73D5FF;
    background-image: url("../images/logo-bg.png");
    background-repeat: no-repeat;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.logo img {
    height: 50px;
}

/* --------------------------------------------------
   NAVIGATION (DESKTOP)
-------------------------------------------------- */
.nav-bar {
    display: flex;
    gap: 60px;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.link-en {
    position: relative;
    font-family: 'Fugaz One';
    font-size: 18px;
    font-weight: 600;
    color: #00425D;
    transition: color 0.3s ease;
}

/* Animated underline */
.link-en::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #00425D;
    transform: translate(-50%) scale(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.link-en:hover {
    color: #007EA7;
}

.link-en:hover::after {
    transform: translate(-50%) scale(1);
}

.link-jp {
    font-size: 12px;
    font-weight: 500;
    color: #00425D;
}

/* --------------------------------------------------
   HAMBURGER MENU
-------------------------------------------------- */



/* --------------------------------------------------
   HERO / SECOND VIEW
-------------------------------------------------- */
.sv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height:430px;
}

.sv::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/source_image/sv-bg.JPG);
    background-size: cover;
    background-position: 0 46%;
    z-index: 0;
}

.sub-text {
    position: absolute;
    bottom: 16px;
    background: #6CD3FF;
    width: 504px;
    height: 76px;
    font-size: 40px;
    font-weight: 900;
    color: #00425D;
    text-align: center;
    align-items: center;
}

.profile {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding-top: 75px;
    padding-left: 200px;
    padding-right: 200px;
}

.section-title {
    display: flex;
    flex-direction:column;
    gap: 5px;
}

.en-title {
    color: #FFA600;
    width: fit-content;
    font-size: 64px;
    line-height: 100%;
    font-family: "Fugaz One";
}

.article {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 70px;
}

.article .content {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-width: 560px;
    min-width: 350px;
    gap: 50px;
}

.article .content .content-row {
    display: flex;
}

.article .content .param {
    font-weight: 700;
}

.article .content .value {
    position: absolute;
    left: 250px;
}

.logo-badge {
    width: 818px;
    position: absolute;
    top: 105px;
    right: 30px;
    opacity: 0.7;
}

.section-copy {
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-weight: 900;
}

.orange {
    color: #D28F13;
    font-size: 40px;
}

.vision-title {
    margin-top: 182px;
    margin-bottom: 50px;
}

.vision-blog {
    position: relative;
    display: flex;
    width: 100%;
    height: 500px;
    margin-bottom: 70px;
}

.vision-img {
    width: 700px;
    position: absolute;
    height: 394px;
    background-size: cover;
    background-position: center;
    z-index: 0;
    background: url('../images/about/about-vision-img01.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.mision-img {
    width: 700px;
    position: absolute;
    height: 394px;
    background-size: cover;
    background-position: center;
    z-index: 0;
    background: url('../images/about/about-vision-img02.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.vision-blog:nth-of-type(1){
    background-color: red;
}

.profile .vision-blog:nth-of-type(1) .vision-img{
    width: 100%;
    background-image: url(../images/source_image/vision-logo.jpeg);
}

.profile .vision-blog:nth-of-type(2) .vision-img{
    background-image: url(../images/source_image/vision-graph.png);
}

.vision-content {
    position: absolute;
    top: 300px;
    width:700px;
    background: #ffffff;
    border-top: 5px solid #D28F13;
    padding: 20px 38px;
    font-family: Noto Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0%;
}

.right-vision {
    position: absolute;
    right: 0;
}

.main-container {
    max-width: 1120px;
    margin: 0 auto;
}

.job-main-copy-container {
    padding: 15px;
    background: #6CD3FF;
}
.job-main-copy {
    font-size: 24px;
    border: solid 1px #ffffff;
    padding: 20px;
    color: #ffffff;
    line-height: 1.8;
}

.intro-positive {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-block: 70px;
}

.positive-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.positive-img01{
    width: 500px;
    height: 300px;
    background: url(../images/about/about-img-01.png);
    background-size: cover;
    background-position: center;
}
.positive-img02{
    width: 500px;
    height: 300px;
    background: url(../images/about/about-img-02.png);
    background-size: cover;
    background-position: center;
}
.positive-img03{
    width: 500px;
    height: 300px;
    background: url(../images/about/about-img-03.png);
    background-size: cover;
    background-position: center;
}
.positive-img04{
    width: 500px;
    height: 300px;
    background: url(../images/about/about-img-04.png);
    background-size: cover;
    background-position: center;
}
.positive-item .positive-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 600px;
    min-width: 500px;
    gap: 50px;
}
.positive-title {
    font-size: 24px;
    color: #D28F13;
    line-height: 1.5;
    font-weight: 800;
}
.positive-text {
    font-size: 20px;
    color: #D28F13;
    line-height: 1.5;
    color: #333333;
}

.orange-bg {
    background-color: #D28F13;
}

.sp {
    display: none;
}


@media(max-width: 1080px) {
    .profile {
        padding-inline: 50px;
    }
    .logo-badge img {
        width:100%;
        position: absolute;
        bottom: 0;
    }
    .logo-badge {
        right: 0;
        width: 100%;
        top: 0;
        bottom: 0;
    }
    .intro-positive {
        padding-inline: 20px;
    }
    .positive-item {
        gap: 20px;
    }
}
@media(max-width: 925px)  {
    .positive-item {
        flex-direction: column;
    }
    .positive-img01 {
        width: 100%;
    }
    .positive-img02 {
        width: 100%;
    }
    .positive-img03 {
        width: 100%;
    }
    .positive-img04 {
        width: 100%;
    }
    .positive-item .positive-content {
        max-width: 100%;
        width: 100%;
        min-width: unset;
        gap: 30px;
    }
    .order {
        order: 2;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
        text-align: center;
    }
    .positive-title {
        text-align: center;
    }
}

@media(max-width: 800px) {
    .vision-blog {
        position: unset;
        display: flex;
        flex-direction: column;
    }
    .vision-content {
        position: unset;
        width: auto;
    }
    .vision-img {
        position: unset;
        width: auto;
    }
    .mision-img {
        position: unset;
        width: auto;
        background-position: right;
    }
    .profile {
        padding-inline: 20px;
    }
    .vision-content {
        padding: 20px 10px;
        font-size: 20px;
    }
    .article .content .value {
        left: 120px;
    }
    .vision-title {
        margin-top: 75px;
        margin-bottom: 50px;
    }
}

@media(max-width: 725px)  {
    header {
        padding: 0 20px !important;
    }
    .page-title {
        width: 100% !important;
    }
    .title {
        font-size: 48px;
    }
}
@media(max-width: 440px)  {
    .article .content {
        font-size: 16px;
    }
    .en-title {
        font-size: 46px;
    }
    .profile {
        padding-inline: 10px;
    }
    .job-main-copy {
        font-size: 20px;
    }
    .intro-positive {
        padding-inline: 10px;
    }
    .job-main-copy-container, .contact-section {
        padding-inline: 10px;
    }
    .article .content {
        gap: 30px;
    }
    header {
    padding-inline: 10px !important;
  }
}