/*
Theme Name: simulated-project
*/

@charset "UTF-8";

.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    width: 100%;
    z-index: 10;
    transition: background-color 0.5s;
}

.header-menu-logo {
    width: 203.23px;
    margin-left: 32px;
}

.header-menu-logo img {
    width: 100%;
}

.header-menu-nav-list {
    display: flex;
    align-items: center;
}

.header-menu-nav-list-item {
    color: #fff;
    font-size: 18px;
}

.header-menu-nav-list-item-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 80px;
    background: #fff;
}

.header-menu-nav-list-item-contact-img {
    width: 24px;
    margin: 0 auto;
}

.header-menu-nav-list-item-contact-img img {
    width: 100%;
}

.header-menu-nav-list-item-contact p {
    color: #003C8A;
}

.header-menu-nav-list-item:not(:last-child) {
    margin-right: 32px;
}

.header-menu-nav-list-item2:not(:last-child) {
    margin-right: 32px;
}

.header-menu-nav-list-item2 {
    color: #000;
    font-size: 18px;
}

.header-menu-nav-list-item2-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 80px;
    background: #003C8A;
}

.header-menu-nav-list-item2-contact-img {
    width: 24px;
    margin: 0 auto;
}

.header-menu-nav-list-item2-contact-img img {
    width: 100%;
}

.header-menu-nav-list-item2-contact p {
    color: #fff;
}

.header.scroll-nav .header-menu {
    background: rgba(153, 153, 153, 0.6);
}

@media screen and (max-width: 800px) {
    .header {
        z-index: 10;
    }

    .header-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        width: 100%;
        z-index: 10;
    }

    .header-menu-logo {
        width: 116.13px;
        margin-left: 15px;
    }

    .header-menu-logo img {
        width: 100%;
    }

    .header-menu-nav {
        display: none;
    }
}

body {
    font-family: ヒラギノ角ゴシック;
}

section {
    max-width: 1080px;
    margin: 0 auto;
}

img {
    width: 100%;
}

.pc-img {
    display: block;
}

.sp-img {
    display: none;
}

.pc-text {
    display: block;
}

.sp-text {
    display: none;
}

p {
    line-height: 1.5;
}

.sectionA,
.sectionB {
    margin-bottom: 96px;
    padding: 0 40px;
}

.section-gap {
    margin-bottom: 96px;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem);
    margin-bottom: 16px;
    font-weight: normal;
}

.section-title p {
    font-size: clamp(0.75rem, 0.6893rem + 0.2589vw, 1rem);
}
.section-title-story {
    margin-bottom: 60px;
}

.section-title-story h2 {
    font-size: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem);
    margin-bottom: 16px;
    font-weight: normal;
}

.section-title-story p {
    font-size: clamp(0.75rem, 0.6893rem + 0.2589vw, 1rem);
}

.fv {
    max-width: 100vw;
    position: relative;
    overflow: hidden;
    margin-bottom: 97px;
}

.fv-img {
    width: 100%;
    height: auto;
}

.fv-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fv-spimg {
    display: none;
    width: 100%;
    height: auto;
}

.fv-spimg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fv-message {
    position: absolute;
    bottom: 16%;
    left: clamp(1.5rem, -1.3216rem + 12.0388vw, 13.125rem);
    color: #fff;
}

.fv-message h1 {
    font-size: clamp(2.25rem, 0.6723rem + 6.7314vw, 8.75rem);
    margin-bottom: 20px;
}

.fv-message p {
    font-size: clamp(0.875rem, 0.4806rem + 1.6828vw, 2.5rem);
}

.sectionA-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sectionA-container-img {
    width: 40%;
    height: auto;
}

.sectionA-container-text {
    width: 50%;
}

.sectionA-container-text-h3 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 32px;
}

.sectionA-container-text-p {
    font-size: 16px;
    margin-bottom: 48px;
}

.sectionB-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.sectionB-container-img {
    width: 40%;
    height: auto;
}

.sectionB-container-text {
    width: 50%;
}

.sectionB-container-text-h3 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 32px;
}

.sectionB-container-text-p {
    font-size: 16px;
    margin-bottom: 48px;
}

.section-btn {
    width: 250px;
    height: 60px;
    background-color: #003C8A;
    font-size: 18px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 21px 24px;
    border-radius: 10px;
    box-sizing: border-box;
}

.section-btn2 {
    width: 370px;
    height: 60px;
    background-color: #fff;
    font-size: 18px;
    display: flex;
    color: #003C8A;
    justify-content: space-between;
    align-items: center;
    padding: 21px 24px;
    border-radius: 10px;
    box-sizing: border-box;
}

.news-container-inner {
    margin-bottom: 70px;
}

.news-container-inner-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee3e6;
    padding-top: 13px;
    padding-bottom: 11px;
}

.news-container-inner-list-item {
    display: flex;
}

.news-container-inner-list-item-date {
    font-size: 14px;
    color: #003C8A;
    margin-left: 39px;
    margin-right: 64px;
}

.news-container-inner-list-arrow {
    color: #003C8A;
    margin-right: 39px;
}

.news-container-inner-list-arrow img {
    width: 28px;
}

.news-container .news-container-more-flex {
    display: flex;
    justify-content: flex-end;
}

.news-container-more {
    font-size: 18px;
    display: inline-block;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}

.news-container-more p {
    display: inline-block;
    margin-right: 40px;
}

.contact {
    max-width: 100vw;
    background-image: url(img/dark-bg.png);
    background-size: cover;
    color: #fff;
    position: relative;
}

.contact-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 160px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.contact-container-title {
    margin-bottom: 0;
}

.footer {
    background: #000;
    color: #fff;
    padding-top: 80px;
}

.footer-inner {
    max-width: 1080px;
    margin: 0 auto 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-inner-logo {
    display: flex;
    align-items: center;
    font-size: 24px;
}

.footer-inner-logo i {
    font-size: 16px;
    margin-right: 7px;
}

.footer-inner-nav-list {
    display: flex;
}

.footer-inner-nav-list-item {
    color: #fff;
    font-size: 18px;
    margin-right: 32px;
}

.footer-company {
    text-align: center;
    font-size: 12px;
}

.fv2 {
    max-width: 100vw;
    overflow: hidden;
    margin-bottom: 96px;
}

.fv2-title {
    height: 560px;
    color: #003C8A;
    padding-top: 340px;
    padding-left: clamp(2.5rem, -18.4677rem + 25.8065vw, 12.5rem);
    box-sizing: border-box;
}

.fv2-title h1 {
    font-size: 100px;
    margin-bottom: 20px;
    font-weight: normal;
}

.fv2-title p {
    font-size: 24px;
}

.fv2-img {
    width: 100%;
}

.fv2-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.story {
    margin-bottom: 55px;
}

.about-story {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-top: 13px;
    padding-bottom: 11px;
}

.about-story-date {
    width: 200px;
    font-size: 14px;
    color: #003C8A;
    margin-left: 39px;
    margin-right: 64px;
}

.about-story-title {
    width: 520px;
}

.news2-container{
    padding: 0 40px;
}

.news-single {
    margin-bottom: 96px;
    padding: 0 40px;
}

.news-single-title {
    margin-bottom: 80px;
}

.news-single-title-date {
    font-size: 16px;
    color: #888;
    margin-bottom: 18px;
}

.news-single-title-title {
    font-size: 32px;
    margin-bottom: 35px;
}

.news-single-title-category {
    display: inline-block;
    font-size: 16px;
    background: #003C8A;
    color: #fff;
    padding: 8px 15px;
}

.news-single-img {
    overflow: hidden;
    margin-bottom: 80px;
}

.news-single-img img {
    width: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.news-single-text {
    width: 90%;
    font-size: 16px;
    margin: 0 auto;
}

.company {
    margin-bottom: 67px;
    padding: 0 40px;
}

.company-data {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-top: 13px;
    padding-bottom: 11px;
}

.company-data-title {
    width: 200px;
    font-size: 14px;
    color: #808080;
    margin-left: 39px;
    margin-right: 64px;
}

.company-data-data {
    width: 520px;
}
.company-map{
    padding: 0 40px;
}
.company-map iframe{
    width: 100%;
    aspect-ratio: 16/9;
}

.contact2 {
    margin-bottom: 73px;
    padding: 0 40px;
}

.contact2-information {
    text-align: center;
    margin-bottom: 64px;
}

.contact2-form {
    max-width: 800px;
    margin: 0 auto;
}

.contact2-form-item {
    display: flex;
    flex-direction: column;
}

.contact2-form-item label {
    font-weight: bold;
    margin-bottom: 8px;
}

.contact2-form-item span {
    color: #ff0000;
}

.contact2-form-item-input {
    max-width: 100%;
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 24px;
    font-size: 16px;
}

.contact2-form-item textarea {
    padding: 10px 16px;
    margin-bottom: 64px;
    resize: none;
}

.contact2-form-item-btn {
    width: 250px;
    height: 60px;
    line-height: 60px;
    background-color: #003C8A;
    font-size: 18px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    cursor: pointer;
}

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

    .sp-img {
        display: block;
    }

    .pc-text {
        display: none;
    }

    .sp-text {
        display: block;
    }

    .sectionA,
    .sectionB {
        padding: 0;
    }


    .fv {
        height: 450px;
    }

    .fv-img {
        display: none;
    }

    .fv-spimg {
        display: block;
    }

    .section-title {
        margin: 0 24px 60px;
    }

    .sectionA-container {
        flex-direction: column;
    }

    .sectionA-container-img {
        width: 100%;
        margin-bottom: 40px;
    }

    .sectionA-container-text {
        width: 90%;
        margin: 0 24px;
    }

    .sectionA-container-text-h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .sectionA-container-text-p {
        font-size: 14px;
        margin-bottom: 32px;
    }

    .sectionB-container {
        flex-direction: column;
    }

    .sectionB-container-img {
        width: 100%;
        margin-bottom: 40px;
    }

    .sectionB-container-text {
        width: 90%;
        margin: 0 24px;
    }

    .sectionB-container-text-h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .sectionB-container-text-p {
        font-size: 14px;
        margin-bottom: 32px;
    }

    .section-btn {
        margin: 0 auto;
    }

    .news-container {
        margin-left: 32px;
        margin-right: 32px;
    }

    .news-container-inner {
        margin-bottom: 24px;
    }

    .news-container-inner-list {
        padding-top: 13px;
        padding-bottom: 11px;
    }

    .news-container-inner-list-item {
        flex-direction: column;
        margin-left: 8px;
    }

    .news-container-inner-list-item-date {
        font-size: 10px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .news-container-inner-list-item-title {
        font-size: 14px;
    }

    .news-container-inner-list-arrow {
        font-size: 12px;
        margin-right: 8px;
    }

    .news-container-more {
        font-size: 16px;
        display: flex;
        justify-content: flex-end;
        padding-bottom: 10px;
    }

    .contact {
        background-image: url(img/bg@2x.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .contact-container {
        margin: 0 24px;
        padding: 56px 0;
        display: block;
        flex-direction: column;
    }

    .contact-container-title {
        margin-bottom: 40px;
    }

    .contact-container-title h3 {
        margin-bottom: 16px;
    }

    .section-btn2 {
        width: 327px;
        font-size: 16px;
        padding: 16px 24px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .footer {
        padding: 24px 24px 40px;
    }

    .footer-inner {
        margin: 0 0 40px;
        display: block;
    }

    .footer-inner-logo {
        font-size: 20px;
        margin-bottom: 42px;
    }

    .footer-inner-logo i {
        font-size: 14.6px;
    }

    .footer-inner-nav-list {
        display: block;
        width: 100%;
    }

    .footer-inner-nav-list-item {
        color: #fff;
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #393a3c;
    }

    .footer-company {
        text-align: center;
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .fv2 {
        margin-bottom: 54px;
    }

    .fv2-title {
        height: 206px;
        padding-top: 98px;
        padding-left: 24px;
        box-sizing: border-box;
    }

    .fv2-title h1 {
        font-size: 40px;
        margin-bottom: 8px;
    }

    .fv2-title p {
        font-size: 12px;
    }

    .fv2-img {
        width: 100%;
        height: auto;
    }

    .fv2-img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .section-title-story{
        margin-bottom: 40px;
    }
    .about-story {
        max-width: 960px;
        margin: 0 24px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ccc;
        padding-top: 13px;
        padding-bottom: 11px;
    }

    .about-story-date {
        width: 23%;
        font-size: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .about-story-title {
        width: 77%;
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {
    .company {
        margin-bottom: 67px;
        padding: 0;
    }

    .company-data {
        max-width: 960px;
        margin: 0 24px;
        flex-direction: column;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .company-data-title {
        width: 100%;
        font-size: 12px;
        color: #808080;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .company-data-data {
        width: 100%;
        font-size: 14px;
    }

    .company-map {
        width: 100%;
        aspect-ratio: 16/9;
        padding: 0;
    }
}

@media screen and (max-width: 800px) {
    .mb-0 {
        margin-bottom: 0;
    }

    .news2-container{
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 56px;
        padding: 0;
    }

    .news-single {
        margin: 0 24px 96px;
        padding: 0;
    }

    .news-single-title {
        margin-bottom: 32px;
    }

    .news-single-title-date {
        font-size: 10px;
        color: #888;
        margin-bottom: 17px;
    }

    .news-single-title-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .news-single-title-category {
        font-size: 10px;
        padding: 5px 10px;
    }

    .news-single-img {
        margin-bottom: 32px;
    }

    .news-single-text {
        width: 100%;
        font-size: 16px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    .contact2 {
        margin: 0 24px 56px;
        padding: 0;
    }

    .contact2-information {
        text-align: start;
        font-size: 13px;
        margin-bottom: 34px;
    }

    .contact2-form {
        max-width: 800px;
        margin: 0 auto;
    }

    .contact2-form-item {
        display: flex;
        flex-direction: column;
    }

    .contact2-form-item label {
        font-size: 14px;
    }

    .contact2-form-item input {
        width: 90%;
        padding: 10px 16px;
        margin-bottom: 24px;
    }

    .contact2-form-item-input{
        font-size: 16px;
    }

    .wpcf7 textarea[name="your-voice"] {
        width: 90% !important
    }
}

.sp-header_hmenu {
    display: none;
}

.sp-header_hmenu-hidden {
    display: none;
}

.sp-header_hmenu-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}

.sp-header_hmenu-icon2 {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}

.sp-header_hmenu-icon span {
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #003C8A;
    transition: 0.5s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    content: "";
}

.sp-header_hmenu-icon2 span {
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #003C8A;
    transition: 0.5s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    content: "";
}

.sp-header_hmenu-icon span:nth-of-type(1) {
    top: 17px;
    left: 13px;
}

.sp-header_hmenu-icon span:nth-of-type(2) {
    top: 25px;
    left: 13px;
}

.sp-header_hmenu-icon span:nth-of-type(3) {
    top: 33px;
    left: 13px;
}

.sp-header_hmenu-icon2 span:nth-of-type(1) {
    top: 17px;
    left: 13px;
    transform: translateY(8px) rotate(405deg);
}

.sp-header_hmenu-icon2 span:nth-of-type(2) {
    top: 25px;
    left: 13px;
    opacity: 0;
}

.sp-header_hmenu-icon2 span:nth-of-type(3) {
    top: 33px;
    left: 13px;
    transform: translateY(-8px) rotate(-405deg);
}

.sp-header_hnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    font-size: 30px;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
    overflow: hidden;
}

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

    .sp-header_hnav {
        opacity: 0;
        transition: 0.5s;
    }

    .sp-hnav-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #sp-header_hmenu-check:checked~.sp-header_hmenu-icon {
        background: #333;
        z-index: 5;
    }

    #sp-header_hmenu-check:checked~.sp-header_hnav {
        width: 100%;
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
        z-index: 3;
        box-sizing: border-box;
    }

    .sp-header_hnav-list01 {
        margin: 64px 24px;
    }

    .sp-header_hnav-list01 li {
        margin-bottom: 24px;
    }

    .sp-header_hnav-list01-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 24px;
        border-bottom: 1px solid #707070;
    }

    .sp-header_hnav-list01-item a {
        margin-left: 16px;
        font-size: 30px;
    }

    .sp-header_hnav-list01-item p {
        margin-right: 16px;
        font-size: 20px;
    }
}

/*# sourceMappingURL=style.css.map */