@charset "UTF-8";

/*
Theme Name: MY THEME 
Author: Zenshin
Description: オリジナルテーマ
Version: 1.0
*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.img-full img {
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: bottom;
}


@media screen and (max-width: 780px) {
    .flex_res {
        flex-direction: column;
        align-items: center;
    }
}

.flex_hanyo {
    display: flex;
    justify-content: center;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-base {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%;
}

.alignleft {
    float: left;
    margin-left: 0;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
    margin-right: 0;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
    text-align: center;
}

figure {
    margin-left: 0;
    margin-right: 0;
}

body {
    box-sizing: border-box;
}

body *,
body *::before,
body *::after {
    box-sizing: inherit;
}

ul {
    padding-inline-start: 1rem;
}

pre {
    font-family: unset;
}

/* 変数 */
:root {
    --f1: 2.44em;
    /* 39.04px */
    --f2: 1.95em;
    /* 31.2px */
    --f3: 1.56em;
    /* 24.96px */
    --f4: 1.25em;
    /* 20px */
    --f5: 1em;
    /* 16px */
    --f6: 0.8em;
    /* 12.8px */

    --f7: 0.66em;
    /* 12.8px */

    --basecolor: #63a211;
    /* 基本色 */
    --gradient: linear-gradient(81.7deg, rgba(34, 126, 34, 1) 8.1%, rgba(99, 162, 17, 1) 86.5%);

    --myfont: "Noto Sans JP", sans-serif;
    --myw: 720px;
    /*標準幅*/
}


/* フォント */
body {
    font-family: var(--myfont);
    font-size: 21px;
}

p {
    line-height: 1.8;
    font-size: var(--f5);
}


h1 {
    font-size: var(--f1);
    font-weight: 300;
}

h2 {
    font-size: var(--f3);
    margin-block-start: 0;
}

h3 {
    font-size: var(--f3);
}

h4 {
    font-size: var(--f4);
}

h5 {
    font-size: var(--f5);
}

h6 {
    font-size: var(--f6);
}

.text_item_double_L {
    width: 55%;
    padding: 30px 0;
    margin: 0 auto;
}

.text_item_double_L p {
    font-size: 18px;
}

.text_img_double_R {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    padding: 30px 0;
    margin-left: 8%;
}

.text_img_double_R img {
    vertical-align: middle;
}

.title_wrapper {
    margin-right: 50%;
}

.title_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.top_assist_text {
    font-size: 14px;
    /* margin-top: 35px; */
}

@media screen and (max-width: 780px) {
    .text_item_double_L {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* 要素を縦方向に並べる */
        justify-content: center;
        /* 横方向（左右方向）の中央揃え */
        align-items: center;
        /* 縦方向（上下方向）の中央揃え */
        padding: 0;
    }

    .text_img_double_R {
        width: 70%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .title_img {
        width: 70%;
        margin: 20px 0 30px 0;
    }

    .text_item_double_L p {
        font-size: 14px;
    }

    .title_wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* 要素を縦方向に並べる */
        justify-content: center;
        /* 横方向（左右方向）の中央揃え */
        align-items: center;
        /* 縦方向（上下方向）の中央揃え */
    }

    .osirase_img {
        width: 50%;
    }
}


/* 横幅 */
body {
    margin: 0;
}


.alignfull {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.alignwide {
    margin-top: 5%;
    padding-left: 25%;
    padding-right: 25%;
}

/*スマホ*/
@media (max-width: 600px) {
    .alignwide {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1320px) {}


/*配置*/
.center {
    text-align: center;
}

.space-between {
    justify-content: space-between;
}

/* ポジション */
.relative {
    position: relative;
}

.top {
    vertical-align: top;
}

/*リンク*/
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    opacity: 0.7;
}

/*色*/
.white {
    color: white;
}

.red {
    color: red;
}

.green {
    color: green;
}

.grey {
    background-color: #F2F2F2;
    padding-bottom: 5%;
}

.white-bg {
    background-color: white;
}

/*スマホ限定/PC限定*/
/*フッターの画像切替のみに使用 bootstrapのxlに対応*/

@media only screen and (max-width:768px) {
    .sp-md {
        display: block;
    }

}

/*-----マージン共通-----*/
.margin_hanyo {
    margin-top: 120px;
}

.margin_hanyo_sub2 {
    margin-top: 100px;
}

.margin_right_pc {
    margin-right: 20px;
}

.margin_hanyo_bottom {
    margin-bottom: 5%;
}

@media screen and (max-width: 780px) {
    .margin_hanyo {
        margin-top: 50px;
    }

    .margin_hanyo_sub {
        margin-top: 10px;
    }

    .margin_hanyo_sub2 {
        margin-top: 50px;
    }

    .margin_top_res {
        margin-top: 15px;
    }

    .margin_right_pc {
        margin-right: 0;
    }
}

p {
    font-size: 21px;
}

/* ベーシックプラン用。汎用CSS */
/* width指定 */
.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-33 {
    width: 33%
}

/* flexの3等分用 */
.w-40 {
    width: 40%
}

.w-45 {
    width: 45%
}

.w-48 {
    width: 48%
}

/* flexの2等分用 */
.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-65 {
    width: 65%
}

/* flexの2:1の比率用 */
.w-70 {
    width: 70%
}

.w-75 {
    width: 75%
}

.w-80 {
    width: 80%
}

/* 基本のサイズ */
.w-90 {
    width: 90%
}

.w-95 {
    width: 95%
}

.w-100 {
    width: 100%
}

.w-fit {
    width: fit-content
}

/* 余白 */
.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.p-60 {
    padding: 60px
}

/* flexなど位置系 */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%
}

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

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2%
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2%
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2%
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

/* font-size汎用 */
.font14 {
    font-size: 14px
}

.font16 {
    font-size: 16px
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font24 {
    font-size: 24px
}

.font30 {
    font-size: 30px;
    font-weight: bold
}

.font40 {
    font-size: 40px;
    font-weight: bold
}

/* その他汎用 marginやpaddingそのほか */
.style-none {
    list-style: none;
    padding: 0;
}

.bold {
    font-weight: bold
}

.m-auto {
    margin: auto
}

.m-0 {
    margin: 0
}

.m-l-3 {
    margin-left: 3%
}

.m-l-5 {
    margin-left: 5%
}

.m-t-5 {
    margin-top: 5%;
}

.p-l-8 {
    padding: 0 0 0 8%;
}

.p-l-15px {
    padding-left: 15px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-t-5 {
    padding-top: 5px;
}

.vertical-top {
    vertical-align: top;
}

.p-y-10 {
    padding: 10px 0;
}

/* レスポ化用汎用 */
@media only screen and (min-width: 868px) {
    .sp {
        display: none
    }

    /* SP表示（769px未満で表示） */
}

@media only screen and (max-width: 867px) {
    .pc {
        display: none
    }

    /* PC表示（768px以上で表示） */
    .sp-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hamburger_menu_btn_wrap.sp {
        display: block;
    }

    .sp-w-70 {
        width: 70%;
    }
}

@media only screen and (min-width: 561px) {
    .sm {
        display: none
    }

    /* スマホ表示（561px未満で表示） */
}

@media only screen and (max-width: 560px) {
    .extra {
        display: none
    }

    /* それ以外表示（560px以上で表示） */
    .sm-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sm-w-90 {
        width: 90%;
    }
}

/* header */
.myhead {
    width: 100%;
    background-color: #000;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
}

.header-inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
}

.header-logo {
    background-color: #fff;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-logo img {
    height: 80px;
    width: auto;
}

.header-nav {
    flex-grow: 1;
}

.nav-list {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nav-list li {
    flex: 1;
    border-right: 1px solid #333;
}

.nav-list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    transition: background 0.3s;
    text-align: center;
}

.nav-list li a:hover {
    background-color: #222;
    opacity: 1;
}

.nav-list li a span {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 2px;
}

.nav-list li a {
    font-size: 12px;
    font-weight: normal;
}

.nav-list li.nav-contact {
    border-right: none;
    background: linear-gradient(180deg, #002687 0%, #001a4d 100%);
    min-width: 180px;
}

.nav-list li.nav-contact a:hover {
    background: #0044bb;
}

.nav-list li.nav-contact i {
    font-size: 28px;
    margin-top: 8px;
}

/* header res */
.app {
    display: none;
}

@media screen and (max-width: 1024px) {
    .nav-list li a span {
        font-size: 14px;
    }

    .header-logo {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 915px) {
    .app {
        display: block;
    }
}

@media screen and (max-width: 867px) {
    .header-inner {
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 5px 0;
    }

    .header-logo img {
        height: 65px;
    }

    .myhead {
        background-color: #fff;
        position: fixed;
        z-index: 1000;
    }

    .sp-pad {
        padding-bottom: 90px;
    }

    .hamburger_menu_btn_wrap.sp {
        position: relative;
        top: auto;
        right: 15px;
    }
}

@media screen and (max-width: 420px) {
    .header-logo img {
        height: 48px;
    }

    .sp-pad {
        padding-bottom: 68px;
    }
}

/*-----ハンバーガーメニュー-----*/
.hamburger_menu_btn_wrap {
    display: none;
    margin-right: 1.4%;
    margin-left: auto;
    position: fixed;
    right: 0;
    top: 15%;
}

.hamburger_menu_btn {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 1300;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger_menu_btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #e40011;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger_menu_btn.active span:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}

.hamburger_menu_btn.active span:nth-child(2) {
    opacity: 0;
}

.hamburger_menu_btn.active span:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}

.hamburger_window {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: rgba(30, 30, 30, 0.95);
    padding-top: 80px;
    box-sizing: border-box;
    transition: right 0.5s ease;
    z-index: 900;
    visibility: hidden;
    overflow-y: auto;
}

.hamburger_window.open {
    right: 0;
    visibility: visible;
}

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

.hamburger_list_item li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hamburger_list_item li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hamburger_list_item li a {
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.hamburger_list_item li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.hamburger_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.hamburger_background.open {
    opacity: 1;
    visibility: visible;
}


/* フロント */
.main-visual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mv-bg {
    width: 100%;
    height: auto;
    display: block;
}

.mv-catch-img-wrap {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 60%;
    max-width: 800px;
    z-index: 2;
}

.mv-catch-img {
    width: 100%;
    height: auto;
    display: block;
}

.mv-online-shop-btn-wrap {
    position: absolute;
    bottom: 30px;
    right: 75px;
    width: 110px;
    z-index: 3;
    transition: transform 0.3s ease;
}

.mv-online-shop-btn {
    width: 100%;
    height: auto;
    display: block;
}

.mv-online-shop-btn-wrap:hover {
    transform: scale(1.1);
}

/* front */
.news-section {
    background-color: #ff0000;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 98% 100%;
    padding: 30px 0;
}

.news-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.news-header {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.news-title {
    font-size: 50px;
    font-weight: 900;
    margin: 0;
    letter-spacing: 0.1em;
    line-height: 1;
}

.news-subtitle {
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 0.2em;
}

.news-list-container {
    max-width: 900px;
    margin: 0 auto;
}

.news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 10px;
    gap: 30px;
}

.news-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.news-date,
.news-post-title {
    color: #fff;
    margin: 0;
}

.news-date {
    font-size: 16px;
    font-weight: bold;
    width: 150px;
    flex-shrink: 0;
}

.news-post-title {
    font-size: 18px;
    flex-grow: 1;
    font-weight: normal;
}

.news-btn {
    background-color: #000;
    color: #fff !important;
    padding: 8px 25px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 2px;
    flex-shrink: 0;
    font-weight: bold;
    transition: background 0.3s ease;
}

.news-btn:hover {
    background-color: #333;
}

.quality-header {
    background-color: #fff;
    padding: 60px 0 30px;
    text-align: center;
}

.quality-title {
    font-size: 44px;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.quality-title .red-txt {
    color: #ff0000;
}

.scroll-arrow-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.scroll-arrow {
    font-size: 36px;
    color: #60281e;
    line-height: 1;
    display: inline-block;
    animation: bounce-slow 2s infinite ease-in-out;
    text-decoration: none;
    transition: opacity 0.3s;
}

.scroll-arrow:hover {
    opacity: 0.7;
    color: #60281e;
}

.scroll-arrow i::before {
    font-weight: 900 !important;
}

@keyframes bounce-slow {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.info-section {
    width: 100%;
}

.info-title-banner {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.info-sub-catch {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.info-main-title {
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 0.05em;
}

.info-card-container {
    padding: 0px 0;
    display: flex;
    justify-content: center;
}

.bg-light-grey {
    background-color: #dcdcdc;
}

.bg-dark-grey {
    background-color: #555555;
}

.info-card {
    width: 90%;
    max-width: 500px;
    background-color: transparent;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-text {
    background-color: #b22222;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
}

.card-text p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
    margin: 0;
}

.brand-area {
    background-color: #a6e3e9;
    padding: 20px;
    text-align: center;
}

.brand-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.brand-logo img {
    max-width: 180px;
    height: auto;
}

.card-text .font14 {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
}

.p-y-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* front re */
@media screen and (max-width: 1024px) {
    .quality-title {
        font-size: 38px;
    }

    .info-main-title {
        font-size: 36px;
    }

    .mv-catch-img-wrap {
        width: 60%;
        right: 5%;
        bottom: 10%;
    }
}

@media screen and (max-width: 867px) {
    .news-list-container {
        max-width: 95%;
    }

    .news-item {
        padding: 15px 10px;
        gap: 15px;
    }

    .news-date {
        width: 130px;
        font-size: 14px;
    }

    .news-post-title {
        font-size: 15px;
    }

    .mv-catch-img-wrap {
        width: 85%;
        right: 2%;
        bottom: 10%;
    }

    .mv-online-shop-btn-wrap {
        width: 90px;
        bottom: 20px;
        right: 20px;
    }

    .quality-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 640px) {
    .news-section {
        background-size: contain;
        background-position: center center;
        padding: 50px 0;
    }

    .news-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 10px;
        gap: 5px;
    }

    .news-date {
        width: 100%;
        margin-bottom: 2px;
    }

    .news-post-title {
        width: 100%;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .news-btn {
        align-self: flex-end;
        margin-top: -5px;
        padding: 5px 15px;
        font-size: 11px;
    }

    .info-title-banner {
        height: 160px;
    }

    .info-main-title {
        font-size: 24px !important;
    }

    .mv-catch-img-wrap {
        width: 92%;
        right: 4%;
        bottom: 12%;
    }

    .mv-online-shop-btn-wrap {
        width: 70px;
        right: 10px;
        bottom: 10px;
    }

    .quality-title {
        font-size: 26px;
    }

    .scroll-arrow {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .quality-title {
        font-size: 22px;
    }

    .news-title {
        font-size: 28px;
    }

    .mv-catch-img-wrap {
        width: 95%;
        bottom: 15%;
    }

    .info-main-title {
        font-size: 20px !important;
    }

    .card-text p {
        font-size: 13px;
    }

    .mv-online-shop-btn-wrap {
        width: 60px;
        bottom: 8px;
        right: 8px;
    }

    .card-text .font14 {
        font-size: 12px;
        text-align: left;
    }
}



/* foot */
.myfoot {
    background-color: #ff0000;
    color: #fff;
    padding: 50px 0 0px;
    font-family: var(--myfont);
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.f-left-content {
    width: 380px;
}

.f-logo img {
    width: 180px;
    margin-bottom: 35px;
    background: #fff;
    padding: 10px;
}

.f-address {
    font-size: 19px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 30px;
}

.f-address p {
    margin-bottom: 15px;
    font-size: 18px !important
}

.f-sns {
    display: flex;
    gap: 20px;
}

.f-sns img {
    width: 50px;
    height: auto;
}

.f-right-content {
    width: 650px;
}

.f-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.f-nav-links li {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
}

.f-action-group {
    display: flex;
    gap: 40px;
    align-items: center;
}

.f-cal-text {
    font-size: 17px;
    white-space: nowrap;
}

.f-contact-capsule {
    background-color: #fff;
    color: #000 !important;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.f-contact-capsule i {
    font-size: 22px;
}

.f-map-area {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
}

.f-copyright {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
}

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

    .sp {
        display: block;
    }

    .f-address {
        font-size: 16px;
        margin: 20px 0;
    }

    .f-sp-nav li {
        margin: 15px 0;
        font-size: 16px;
    }

    .f-sns {
        justify-content: center;
        margin-top: 30px;
    }

    .f-copyright {
        margin-top: 40px;
        font-size: 14px;
    }
}

.myfoot {
    background-color: #ff0000;
    padding: 50px 0 20px;
}

/* foot re */
@media screen and (max-width: 867px) {
    .footer-inner.pc {
        display: none !important;
    }

    .footer-sp.sp {
        display: block !important;
        padding: 0 20px;
    }

    .f-logo {
        margin-bottom: 30px;
    }

    .f-address {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .f-address p {
        margin-bottom: 5px;
    }

    .f-sp-nav {
        margin-bottom: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .f-sp-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .f-sp-nav a {
        display: block;
        padding: 15px 0;
        font-size: 16px;
    }

    .f-contact-capsule {
        width: 80%;
        justify-content: center;
        margin: 0 auto;
    }

    .f-sns {
        justify-content: center;
        gap: 25px;
        margin-bottom: 40px;
    }

    .sp-map {
        width: 100%;
        height: 200px;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .f-copyright {
        margin-top: 20px;
        font-size: 12px;
        border-top: none;
    }
}

/* tech */
.res {
    display: none;
}

.page-hero {
    height: 380px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    padding: 0;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-title {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
}

.tech-section {
    width: 100%;
    margin-bottom: 120px;
}

.tech-section-banner {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 10px 60px 10px 30px;
    font-size: 18px;
    font-weight: bold;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    margin-top: 30px;
    margin-bottom: 30px;
}

.tech-h2 {
    font-size: 26px;
    font-weight: 900;
    color: #000;
    border-left: 6px solid #ff0000;
    padding-left: 15px;
    margin-left: 30px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.tech-content-wrap {
    margin-left: 70px;
    width: calc(100% - 120px);
    max-width: 950px;
}

.tech-content-wrap .flex-between {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
    flex-wrap: nowrap;
}

.tech-img-main {
    flex: 0 0 45%;
}

.tech-info-side {
    flex: 1;
}

.tech-text-bold {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.8;
    color: #000;
    margin-left: 0 !important;
}

.tech-grid-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    align-items: stretch;
}

.tech-grid-2 .tech-img-item {
    flex: 1;
}

.tech-img-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tech-img-item img {
    aspect-ratio: 4 / 3;
}

.tech-grid-2:has(.is-portrait) .tech-img-item:not(.is-portrait) {
    flex: 0 0 63.5%;
}

.tech-grid-2:has(.is-portrait) .tech-img-item.is-portrait {
    flex: 0 0 35.5%;
}

.tech-grid-2:has(.is-portrait) .is-portrait img {
    aspect-ratio: 3 / 4;
}

.tech-grid-4 {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
    flex-wrap: nowrap;
}

.tech-grid-4 .tech-img-item {
    width: 24%;
}

/* tech re */

@media screen and (max-width: 867px) {
    .page-hero {
        height: 240px;
    }

    .hero-title {
        font-size: 30px;
    }

    .tech-h2 {
        font-size: 24px;
    }

    .tech-content-wrap,
    .tech-h2 {
        margin-left: 0;
        width: 100%;
    }

    .tech-content-wrap .flex-between {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .tech-img-main {
        width: 100%;
    }

    .tech-grid-2,
    .tech-grid-4 {
        flex-wrap: wrap;
    }

    .tech-grid-2 .tech-img-item,
    .tech-grid-4 .tech-img-item {
        width: 48%;
        flex: none;
    }

    .tech-info-side {
        width: 100% !important;
        flex: none;
        padding: 0 10px;
    }

    .tech-text-bold {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 16px;
        line-height: 1.8;
        display: block;
    }
}

@media screen and (max-width: 755px) {
    .res {
        display: block;
    }

    .hero-sub-catch {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .tech-grid-2 .tech-img-item {
        width: 100%;
    }

    .tech-img-item img {
        aspect-ratio: 4 / 3 !important;
    }

    .hero-sub-catch {
        font-size: 16px;
    }

    .hero-title {
        font-size: 22px;
    }

    .tech-text-bold {
        font-size: 14px;
    }

    .tech-section {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 470px) {
    .tech-h2 {
        font-size: 20px;
    }

    .tech-text-bold {
        font-size: 12px;
    }
}

/* サポート */
.tech-grid-3 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 30px;
}

.tech-grid-3 .tech-img-item {
    width: 32.5%;
}

.tech-grid-3 .tech-img-item img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

/* sup re */
@media screen and (max-width: 867px) {
    .tech-grid-3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .tech-grid-3 .tech-img-item {
        width: 48%;
        flex: none;
    }

    .tech-lead {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .tech-grid-3 .tech-img-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .tech-lead {
        font-size: 15px;
    }
}


/* company */
.page-company {
    background-color: #fff;
    color: #333;
}

.com-container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.com-section {
    text-align: center;
}

.page-hero {
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
}

.com-title-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

.com-section-title {
    font-size: 28px;
    font-weight: 800;
    color: #333;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    display: inline-block;
}

.com-section-line {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.com-section-line img {
    width: 100%;
    height: auto;
    display: block;
}

.com-table-wrapper {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.com-table {
    width: 100%;
    max-width: 700px;
    border-collapse: collapse;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
}

.com-table th,
.com-table td {
    padding: 18px 25px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
}

.com-table tr:last-child th,
.com-table tr:last-child td {
    border-bottom: none;
}

.com-table th {
    width: 30%;
    background-color: #e6e6e6;
    color: #333;
    font-weight: 700;
    border-right: 1px solid #555;
}

.com-table td {
    width: 70%;
    background-color: #fff;
    line-height: 1.8;
}

.awards-table {
    max-width: 600px;
    border-top: 2px solid #8c6239;
    border-bottom: 2px solid #8c6239;
}

.awards-table th {
    width: 25%;
    background-color: #dcdcdc;
    border-right: 1px solid #8c6239;
    text-align: center;
}

.awards-table td {
    padding: 20px 30px;
    font-weight: 500;
}

.com-message {
    padding: 20px 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.com-message-inner {
    max-width: 850px;
    margin: 40px auto 0;
    padding: 0 30px;
}

.com-message-text {
    font-size: 16px;
    line-height: 2.2;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: justify;
}

.com-signature {
    text-align: right;
    margin-top: 50px;
}

.com-signature img {
    max-width: 250px;
    height: auto;
}

.com-awards {
    background-color: #efefef;
    padding: 50px 0;
}

.com-awards-inner {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 30px;
}

.com-awards-lead {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin-bottom: 50px;
}

.com-equip {
    background-color: #fff;
    padding: 40px 0;
}

.com-equip-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.equip-group {
    margin-bottom: 80px;
    text-align: center;
}

.equip-grid-2,
.equip-grid-3 {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.equip-grid-2>div {
    width: 50%;
}

.equip-grid-3>div,
.equip-grid-3>.equip-unit {
    width: 33.33%;
}

.equip-img-item {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.equip-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.equip-label {
    display: inline-block;
    background-color: #8c6239;
    color: #fff;
    padding: 8px 60px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.equip-label.mini {
    display: inline-block;
    padding: 6px 30px;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #8c6239;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
}

.equip-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 20px 40px;
}

.equip-list li {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.equip-note {
    font-size: 12px;
    color: #666;
    margin-top: -5px;
}

.p-t-30 {
    padding-top: 30px !important;
}

.com-access {
    background-color: #efefef;
    padding: 80px 0;
}

.access-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.access-box {
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.access-info {
    width: 45%;
    padding: 50px 40px;
    text-align: left;
}


.access-title-left {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.access-title-left .com-section-title {
    display: block !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
}

.access-title-left .com-section-line {
    margin-left: 0 !important;
    margin-top: 5px !important;
    text-align: left !important;
}

.access-title-left .com-section-line img {
    display: block !important;
    width: 150px;
    height: auto;

    margin-left: -10px !important;
}

.access-text-unified p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    color: #333;
    margin-bottom: 5px;
}

.access-address {
    margin-bottom: 20px;
}

.access-notes {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 30px;
}

.access-tag-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.access-tag-pair {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tag-label {
    background-color: #999;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    min-width: 110px;
    text-align: center;
}

.tag-value {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.access-parking-box {
    text-align: right;
}

.parking-tag {
    background-color: #999;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
}

.access-map {
    width: 55%;
    padding: 40px;
    display: flex;
    align-items: stretch;
    background-color: #fff;
}

.access-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
    .access-box {
        flex-direction: column;
    }

    .access-info,
    .access-map {
        width: 100%;
    }

    .access-map {
        width: 100%;
        height: 400px;
        padding: 20px;
    }
}

@media screen and (max-width: 867px) {
    .com-section-title {
        font-size: 24px;
    }

    .equip-grid-2,
    .equip-grid-3 {
        flex-wrap: wrap;
        gap: 10px;
    }

    .equip-grid-2>div,
    .equip-grid-3>div,
    .equip-grid-3>.equip-unit {
        width: calc(50% - 5px) !important;
        flex: none;
    }
}

@media screen and (max-width: 600px) {
    .com-section-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .com-table th {
        padding: 10px 8px;
    }

    .equip-grid-2>div,
    .equip-grid-3>div,
    .equip-grid-3>.equip-unit {
        width: 100% !important;
    }

    .access-info {
        padding: 30px 20px;
    }

    .access-tag-pair {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}


.access-info .com-title-wrap.access-title-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 0 !important;
}

.access-title-left .com-section-title {
    display: block !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.access-title-left .com-section-line {
    margin: 0 !important;
    width: 150px !important;
    text-align: left !important;
}

.access-title-left .com-section-line img {
    display: block !important;
    width: 100%;
    height: auto;

    margin-left: -10px !important;
}

@media screen and (max-width: 867px) {
    .access-title-left .com-section-line img {
        width: 120px;
        margin-left: -8px !important;
    }
}


.page-hero {
    height: 300px !important;
    min-height: 300px !important;
    background-position: center 30% !important;
}

.page-hero .hero-title {
    font-size: 20px !important;
    letter-spacing: 0.2em;
    font-weight: 700;
}

@media screen and (max-width: 867px) {
    .page-hero {
        height: 200px !important;
        min-height: 200px !important;
    }

    .page-hero .hero-title {
        font-size: 16px !important;
    }
}

/* contact */

.cform {
    width: 100%
}

.cform tbody {
    width: 100%
}

.cform tr {
    width: 100%;
}

.bg-form {
    background-color: #ff0000;
    color: #fff;
    padding: 10px 25px 10px 25px;
    width: 40%;
}

.bg-form p,
.border-form p {
    margin: 0;
    font-size: 18px;
}

.b-b-black {
    border-bottom: 1px solid #000
}

.required-srt {
    background-color: #c1272d;
    padding: 2px 15px;
    border-radius: 12px;
    font-size: 16px !important;
    color: #fff !important;
}

.border-form input[type="text"],
.border-form textarea {
    width: 90%;
    margin: 10px 0 10px 4%;
}

.border-form input[type="tel"],
.border-form input[type="email"] {
    width: 60%;
    margin: 10px 0 10px 4%;
}

.zip-code {
    width: 40%
}

.short input[type="text"] {
    width: 80% !important;
    margin: 10px 0 10px 11%
}

.short {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.credential {
    font-size: 14px;
    margin: 0;
}

.a-tag {
    color: #2da9df
}

.a-tag:hover {
    opacity: 0.6;
    color: #2da9df;
}

.sending-button {
    background: url('./image/contact/bg-but.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 40px 0 30px;
    background-size: 40%;
}

.sending-button p {
    margin: 0;
    font-size: 24px;
    text-align: center;
}

.sending-button input {
    color: #fff;
    background-color: #ff0000;
    border: none;
    box-shadow: none;
}

.wpcf7-spinner {
    display: none !important;
}

.privacy-area {
    text-align: center;
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .zip-code {
        width: 60%
    }

    .short input[type="text"] {
        width: 80% !important;
        margin: 10px 0 10px 12%
    }
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
    .sp-w-90 {
        width: 90%
    }

    .cform tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bg-form {
        width: 100%;
    }

    .border-form {
        width: 100%;
        text-align: center;
    }

    .border-form input[type="text"],
    .border-form textarea {
        width: 90%;
        margin: 10px auto;
    }

    .border-form input[type="tel"],
    .border-form input[type="email"] {
        width: 90%;
        margin: 10px auto;
    }

    .zip-code {
        width: 100%
    }

    .short input[type="text"] {
        width: 90% !important;
        margin: 10px auto
    }

    .short {
        flex-direction: column;
    }

    .credential {
        width: 90%;
    }

    .blue-left {
        width: 100% !important;
    }

    .blue-right {
        width: 100% !important;
    }

    .blue-inner {
        position: static;
        height: auto;
    }

    .font30 {
        font-size: 24px;
    }

    .font24 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 560px) {
    .sp-w-90 {
        width: 95%
    }

    .cform tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bg-form {
        width: 100%;
    }

    .border-form {
        width: 100%;
        text-align: center;
    }

    .border-form input[type="text"],
    .border-form textarea {
        width: 90%;
        margin: 10px auto;
    }

    .border-form input[type="tel"],
    .border-form input[type="email"] {
        width: 90%;
        margin: 10px auto;
    }

    .zip-code {
        width: 100%
    }

    .short input[type="text"] {
        width: 90% !important;
        margin: 10px auto
    }

    .short {
        flex-direction: column;
    }

    .credential {
        width: 90%;
    }

    .font30 {
        font-size: 20px;
    }

    .font24 {
        font-size: 18px;
    }

    .sm-w-100 {
        width: 100%;
    }
}

.send-btn-wrap {
    position: relative;
}

.send-btn-wrap input[type="submit"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 2;
}

.fake-btn {
    display: block;
    padding: 22px 70px 22px 40px;
    border-radius: 999px;
    background: #ff0000;
    color: #fff;
    position: relative;
    width: 25%;
    margin: auto;
    text-align: center;
}

.fake-btn .arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #ff0000;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .fake-btn {
        width: 50%;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 700px) {
    .fake-btn {
        width: 60%;
    }
}

@media only screen and (max-width: 700px) and (min-width: 500px) {
    .fake-btn {
        width: 70%;
    }
}

@media only screen and (max-width: 500px) {
    .fake-btn {
        width: 80%;
    }
}

/* news */
/* news */

.w-40-extra {
    width: 40%;
}

.pad5-0-0 {
    padding: 5% 0 0;
}

.w-82 {
    width: 82%;
    margin: 0 auto;
}

.margin-5-a {
    margin: 5% auto;
}

.nav-links {
    width: 100%;
    margin-top: 20px;
}

#nav-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5%;
}

#nav-links li {
    color: #ff0000;
}

#nav-links .current {
    background-color: #ff0000;
    color: white;
    padding: 1px 10px;
}

.sumbnail {
    text-align: center;
}

.news_content {
    margin: 20px 0;
}

.news_image_inner img {
    border-radius: 14px;
}

.news_image_inner {
    text-align: center;
}

.border-green {
    border: 1px solid #55af79;
    border-radius: 14px;
    padding: 10px;
}

/* schedule */
.b-b-linear {
    position: relative;
}

.b-b-linear::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,
            red 0%,
            red 65%,
            gray 70%,
            gray 100%);
}

.pad-15-0 {
    padding: 15px 0;
}

.news-btn-all {
    background-color: #000;
    color: #fff !important;
    padding: 8px 25px;
    text-decoration: none;
    border-radius: 2px;
    flex-shrink: 0;
    font-weight: bold;
    transition: background 0.3s ease;
}

@media only screen and (min-width: 868px) {
    .mv-bg.sp {
        display: none !important;
    }
}

@media only screen and (min-width: 1001px) {
    .news_image_inner img {
        width: 23vw;
        height: 15vw;
        object-fit: cover;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 561px) {
    .post-content {
        width: 90%;
    }

    .sp-1000-w-80 {
        width: 80%;
    }

    .news_image_inner {
        text-align: center;
    }

    .border-green {
        padding: 20px;
    }
}

@media only screen and (max-width: 560px) {
    .post-content {
        width: 95%;
    }

    .sp-1000-w-80 {
        width: 90%;
    }

    .border-green {
        padding: 10px;
    }
}

/*
404
*/

* {
    transition: all 0.6s;
}

html {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    color: #888;
    margin: 0;
}

#main {
    display: table;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.fof {
    display: table-cell;
    vertical-align: middle;
}

.fof h1 {
    font-size: 50px;
    display: inline-block;
    padding-right: 12px;
    animation: type .5s alternate infinite;
}

@keyframes type {
    from {
        box-shadow: inset -3px 0px 0px #888;
    }

    to {
        box-shadow: inset -3px 0px 0px transparent;
    }
}