@charset "UTF-8";

/*
Theme Name: alt-v2
Author: designbu
*/
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
figure {
    margin: 0;
}

/* Headings */
/* ============================================ */


h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

h1 {
    padding-bottom: 0 !important;
}
h1 span{
    font-size: clamp(2.25rem, 1.583rem + 2.85vw, 5rem);
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


a {
    background-color: transparent;
    text-decoration: none;
    color: initial;
}

img {
    vertical-align:top;
}


html {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    color: #343434;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-break: break-all;
    /* overflow-x: initial; */
}

/* ------------------------
    edit contents
------------------------- */
/* 指定フォント ここから */
/* --NotoSans-- */
@font-face {
    font-family: "NotoSans";
    src: url('../assets/fonts/NotoSansJP-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "NotoSans";
    src: url('../assets/fonts/NotoSansJP-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

/* --Google Fonts-- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* --追加フォント-- */
@font-face {
    font-family: "NotoSansJP";
    src: url('https://fonts.gstatic.com/s/notosansjp/v52/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "NotoSansJP";
    src: url('https://fonts.gstatic.com/s/notosansjp/v52/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "NotoSansJP";
    src: url('https://fonts.gstatic.com/s/notosansjp/v52/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "NotoSansJP";
    src: url('https://fonts.gstatic.com/s/notosansjp/v52/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: "NotoSans", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    max-width: initial;
    width: initial;
    margin: initial;
    color: initial;
}

body.open {
    overflow: hidden;
    position: fixed;
}

main {
    margin-top: initial !important;
}

/* .wrap {
    overflow-x: hidden;
} */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* ----pc,sp/on_off---- */
.pc {
    display: none;
}

.tb {
    display: none;
}

.sp {
    display: block;
}

@media screen and (min-width: 768px) {
    .tb {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    .pc {
        display: block;
    }

    .tb {
        display: none;
    }
}

/* ----color---- */
.color-1 {
    color: #1C1C1C;
}

.color-2 {
    color: #fff;
}

.color-3 {
    color: #f1ede8;
}

.color-4 {
    color: #e3dbd0;
}

.color-5 {
    color: #d7c6af;
}

.color-6 {
    color: #4595FB;
}

.color-7 {
    color: #f7f7f7;
}

.color-8 {
    color: #cec6bb;
}

/* ----bg-color---- */
.bg-c_1 {
    background-color: #1C1C1C;
}

.bg-c_2 {
    background-color: #fff;
}

.bg-c_3 {
    background-color: #f1ede8;
}

.bg-c_4 {
    background-color: #e3dbd0;
}

.bg-c_5 {
    background-color: #d7c6af;
}

.bg-c_6 {
    background: #4595FB;
}

.bg-c_7 {
    background-color: #f7f7f7;
}

.bg-c_8 {
    background-color: #cec6bb;
}

.ta-C {
    text-align: center;
}

/* ----padding---- */
.pd-l_S {
    padding-left: 1rem !important;
}

/* ----inner---- */
.inner {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

/* ----text-style---- */
.bold {
    font-weight: 900;
}

.under {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ----button---- */
.hov:hover {
    opacity: .5;
    transition: all .3s;
    text-decoration: none;
}

.btn {
    display: inline-block;
    margin: 2.5rem auto 0rem;
    padding: 1.5rem 0;
    width: 320px;
    transition: all .3s;
    font-size: .9rem;
}

/* ----button-bg---- */
.btn-1 {
    position: relative;
    background: #4595FB;
    border: 1px solid #4595FB;
    color: #fff;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50px;
}

.btn-2 {
    position: relative;
    background-color: #fff;
    border: 2px solid #1C1C1C;
    color: #1C1C1C;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50px;
}

.btn-3 {
    position: relative;
    background-color: #fff;
    border: 2px solid #fff;
    color: #4595FB;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50px;
}

.btn-4 {
    position: relative;
    background-color: #4595FB;
    border: 2px solid #4595FB;
    color: #fff;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50px;
}

.btn-1:hover {
    background-color: white;
    border: 1px solid #4595FB;
    color: #4595FB;
}

.btn-2:hover {
    background-color: #1C1C1C;
    border: 2px solid #1C1C1C;
    color: #fff;
}

.btn-3:hover {
    background: #4595FB;
    border: 2px solid #4595FB;
    color: #fff;
}

.btn-4:hover {
    background-color: #fff;
    border: 2px solid #4595FB;
    color: #4595FB;
}

.btn-2::after, .btn-1::after, .btn-4::after {
    position: absolute;
    top: 50%;
    right: 7%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

/* ----flexbox---- */
.flex {
    display: block;
}

.fl,
.col_2,
.col_3,
.col_2_3,
.col_2_4,
.col_3_5,
.col_1_3,
.col_1_4 {
    display: flex;
    flex-flow: row wrap;
}

.col_1,
.col_1_2 {
    display: grid;
}

.col_1_2.reverse>*:last-child {
    order: -1;
}

.col_1>* {
    display: block;
    width: 100%;
}

.col_1_2>* {
    flex-basis: 100%;
    margin-bottom: 2rem;
}

.col_1_2>*:last-child {
    margin-bottom: initial;
}

.col_right>*:last-child {
    flex-basis: calc(75% - .9rem);
}

.col_3>* {
    flex-basis: calc(100% / 3 - .8rem);
}

.col_2_3>*,
.col_2_4>* {
    flex-basis: calc(100% / 2 - .5rem);
    margin-bottom: 1rem;
}

.col_3_5>* {
    flex-basis: calc(100% / 3 - .8rem);
    margin-bottom: 1rem;
}

.col_1_4>* {
    flex-basis: calc(100% / 4 - 1.2rem);
    margin-bottom: 0;
    gap: 2rem;
}

.cols>* {
    width: 100%;
    min-width: 0;
}

.col-25 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-60 {
    flex: 0 0 60%;
    max-width: 60%;
}

.col-70 {
    flex: 0 0 70%;
    max-width: 70%;
}

.col-80 {
    flex: 0 0 80%;
    max-width: 80%;
}

.gap_1 {
    gap: 1.5rem;
}

.gap_2 {
    gap: 2rem;
}

.gap_3 {
    gap: 3rem;
}

.fld-clm {
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .col_1_2 {
        display: flex;
        justify-content: space-between;
    }

    .col_1_3 {
        flex-flow: initial;
    }

    .col_1_2.reverse>*:last-child {
        order: initial;
    }

    .col_1_2>* {
        flex-basis: calc(100% / 2 - .8rem);
        margin-bottom: initial;
    }

    .col_1_3>* {
        flex-basis: calc(100% / 2 - 1.2rem);
        margin-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .flex {
        display: flex;
    }

    .col_1_3>* {
        flex-basis: calc(100% / 3 - 1.5rem);
        margin-bottom: 0;
    }

    .col_right>*:last-child {
        flex-basis: calc(80% - .9rem);
    }

    .col_2_3>* {
        flex-basis: calc(100% / 3 - 2rem);
        margin-bottom: 0;
    }

    .col_2_4>* {
        flex-basis: calc(100% / 4 - 1.5rem);
        margin-bottom: 0;
    }

    .col_3_5>* {
        flex-basis: calc(100% / 5 - .5rem);
        margin-bottom: 0;
    }
}

.jf_fs {
    justify-content: flex-start;
}

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

.jf_c {
    justify-content: center;
}

.jf_e {
    justify-content: space-evenly;
}

.jf_fe {
    justify-content: flex-end;
}

.item-c {
    align-items: center;
}

.item-e {
    align-items: flex-end;
}

/* ----grid-layout---- */
.grid,
.grid_1_2,
.grid_1_3,
.grid_3,
.grid_4,
.grid_2_4,
.grid_1_6 {
    display: grid;
}

.grid, .grid_1_2, .grid_1_3 {
    grid-template-columns: 1fr;
}

.grid_2_4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}

.grid_3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid_4 {
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width:768px) {
    .grid_1_2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid_1_3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid_2_4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid_1_6 {
        grid-template-columns: repeat(6, 1fr);
    }
}

.border-r {
    border-right: solid 1.5px rgb(217 224 222 /1);
}

.border-tp-W {
    border-top: rgba(255, 255, 255, .5) 1px solid;
}

.border-bt-B {
    border-bottom: #1C1C1C 1px solid;
}

.arrow-H {
    position: relative;
}

.arrow-H::after {
    position: absolute;
    top: 50%;
    right: 7%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.inner {
    max-width: 1080px;
    margin: 0 auto;
    width: calc(100% - 2.5rem);
    padding: 6rem 0;
}

.contact .inner,.download .inner {
    padding: 8rem 0;
}

@media screen and (max-width:486px) {
    .archive.category.category-column.category-1 .inner,.archive.category.category-case.category-25 .inner {
        padding: 0 0 6rem 0 !important;
    }
}

.dots {
    background-image: #4595FB;
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
}

.img__bd {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
}

.relative {
    position: relative;
}

/* 装飾 */
.marker {
    background: linear-gradient(transparent 65%, rgb(242 211 34 / 65%) 50%);
}

/*====================================*/
/* base contents */
/*====================================*/
#header {
    display: initial;
    align-items: initial;
    margin: initial;
    padding: initial;
    box-sizing: initial;
    justify-content: initial;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

header .logo {
    margin-right: initial;
    display: inline-block;
}

/*　上に上がる動き　*/
#header.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

/*　下に下がる動き　*/
#header.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

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

.header__inr {
    display: flex;
    align-items: center;
    padding: 1.2rem 0;
    /* position: fixed; */
    z-index: 99999;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.pc__menu {
    display: block;
}

.sp__menu {
    display: none;
}

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

    .pc__menu {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .header__inr {
        width: initial;
        justify-content: space-between;
    }
}

.header__inr .btn-2::after, .header__inr .btn-1::after, .sp__menu .header__inner .btn::after {
    content: none;
}

.logo__box {
    margin-left: 3rem;
    margin-right: 2rem;
}

@media screen and (max-width:1200px) {
    .logo__box {
        margin-left: 1rem;
    }
}

.header__inr>.nav__wrap {
    margin-left: auto;
    margin-right: 5rem;
}

.header__inr>.nav__wrap>.nav__list {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 2.5rem;
    margin-left: auto;
    font-weight: bold;
}

.nav-btn__box {
    margin-right: 3rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

@media screen and (max-width:1200px) {
    .nav-btn__box {
        display: none;
    }
}

.header__inr .btn {
    width: 175px;
    padding: .7rem 0;
    margin: initial;
}

@media screen and (max-width:1200px) {
    .header__inr .btn {
        width: 150px;
    }
}

.arrow-b {
    position: relative;
}

.arrow-b::after {
    position: absolute;
    top: 50%;
    right: -20%;
    width: 6px;
    height: 6px;
    transform: translateY(-75%) rotate(135deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.nav__child {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding: 2.5rem 5rem;
    display: flex;
}

.nav__child .nav__ttl {
    width: 220px;
    font-size: 1.3rem;
    text-align: left;
}

.nav__child .nav__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    gap: .5rem;
}

.nav__child .nav__list .nav__item {
    padding: .5rem 0rem .5rem;
    margin: 0 3rem 0 3rem;
}

.nav__overlay {
    display: none;
    height: 100vh;
    position: fixed;
    inset: 0;
}

.nav__overlay {
    background-color: #121f1d99;
}

.menu__btn {
    padding-bottom: 1rem;
    cursor: pointer;
}

.menu__btn.active {
    position: relative;
}

.menu__btn.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    height: 5px;
    background: #4595FB;
    width: 100%;
}

.menu__btn.active+.nav-wrap__child>.nav__overlay {
    display: block;
}

.nav__overlay .nav__child {
    background-color: rgba(255, 255, 255, 1);
    max-width: 1000px;
    margin: 1rem auto 0;
    border-radius: 5px;
}

.nav__overlay .nav__child .nav-link__box {
    display: flex;
    align-items: center;
    gap: .5rem;
    border-right: 1px solid #fff;
}

.nav__overlay .nav__child .nav-link__box>span {
    display: inline-flex;
    white-space: nowrap;
}

.nav__overlay .nav__child .nav-link__box>.nav-link__icn {
    width: 40px;
    margin-right: .7rem;
}

/* sp */
.sp__menu .header__logo {
    width: 140px;
}

.sp__menu .header__logo img {
    width: 100%;
}

@media screen and (max-width:1200px) {
    .sp__menu .sp-btn {
        margin-left: auto;
    }
}


/* ヘッダー */
.sp__menu .header {
    background-color: white;
    box-shadow: 0 2px 5px #3B90E3;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.sp__menu .header__inner {
    max-width: 1200px;
    padding: .8rem 1rem;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    justify-content: space-between;
    gap: 2rem;
    background-color: rgba(255, 255, 255, 1);
}

.sp__menu .header__inner .btn {
    width: 140px;
    padding: .7rem 0;
    margin: initial;
}

.sp__menu .header__inner .btn.btn-3 {
    width: 100%;
    padding: 1rem 0;
    margin: initial;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #fff;
}

/* ヘッダーのロゴ部分 */

.sp__menu .header__title {
    width: 80px;
}

@media screen and (min-width:1200px) {
    .sp__menu #header {
        height: 80px;
    }

    .sp__menu .header {
        height: 120px;
    }

    .sp__menu .header__title {
        width: 120px;
    }
}

.sp__menu .header__title img {
    display: block;
    width: 100%;
    height: 100%;
}


/* ヘッダーのナビ部分 */
.sp__menu .header__nav {
    position: absolute;
    right: 0;
    top: 0;
    left: initial;
    width: 100%;
    height: 100svh;
    background: #4595FB;
    box-shadow: 0px 0px 15px -5px #777777;
    transition: ease .4s;
    z-index: 1000;
    overflow: scroll;
}

/* .sp__menu .header__nav .nav__list-wrap {
    position: relative;
} */

@media screen and (min-width:1200px) {
    .sp__menu .header__nav {
        position: static;
        transform: initial;
        box-shadow: initial;
        background-color: initial;
        height: initial;
        display: flex;
        justify-content: end;
    }

    .sp__menu .header__inner {
        padding: initial;
    }
}

@media screen and (min-width:1200px) {
    .sp__menu .nav__list {
        display: flex;
        align-items: center;
        height: initial;
        gap: 35px;
    }
}

@media screen and (min-width:1440px) {
    .sp__menu .nav__list {
        gap: 50px;
    }
}

@media screen and (min-width:1200px) {
    .sp__menu .nav__list {
        position: initial;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        justify-content: right;
    }
}

/* ナビのリンク */
.sp__menu .nav__list-wrap {
    padding-top: 61.98px;
}

.sp__menu .nav__list .nav__item>a, .sp__menu .nav__list .nav__item .nav-link__list>li {
    padding: 1rem 0;
}

.sp__menu .nav__list .nav__item .nav-link__list {
    position: relative;
    border-bottom: 2px solid #fff;
    margin-left: 1rem;
}

.sp__menu .nav__list .nav__item .nav-link__list::before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #fff;
    width: .5rem;
}

.sp__menu .nav__list .nav__item .nav-link__list>li {
    position: relative;
    padding-left: 1.5rem;
}

.sp__menu .nav__box {
    padding: 1rem;
}

/* .sp__menu .nav__item {} - 空のルールセットを削除 */

.sp__menu .nav__item::after {
    content: none;
}

.nav__item>a::before {
    content: none;
}

.sp__menu .nav__item a {
    display: block;
    white-space: nowrap;
    font-weight: bold;
}

.sp__menu header .nav__item>a {
    padding: initial;
    margin-bottom: 2.2rem;
    display: flex;
    align-items: center;
    height: initial;
    font-size: 1.2rem;
    text-align: left;
    border-left: #333333 solid 5px;
}

.sp__menu header .nav__item>li:last-child>a {
    margin-bottom: initial;
}

.sp__menu .nav__item.contact {
    cursor: pointer;
    text-align: center;
    background: linear-gradient(130deg, #01B3E8 24.37%, #3B90E3 84.41%);
}

.sp__menu .nav__item.contact>a {
    color: #fff;
    border-left: initial;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: .4rem;
    padding: .7rem 0rem;
    margin-bottom: initial;
}

.sp__menu .nav__item.contact>a>.icn {
    width: 20px;
    height: auto;
}

@media screen and (min-width:1700px) {
    #mv .mv-box{
        padding: 72px 8% 40px !important;
    }
}
@media screen and (min-width:1200px) {
    .sp__menu .nav__item {
        width: initial;
        margin: initial;
    }

    .sp__menu .nav__item>a {
        padding: initial;
        margin-bottom: 2rem;
        padding-left: initial;
        border-left: initial;
    }

    .sp__menu header .nav__item>a {
        border-left: none;
        margin-bottom: initial;
    }

    .sp__menu .nav__item.contact>a {
        padding: .7rem 2.5rem;
    }

    .sp__menu .nav__item.contact>a>.icn {
        width: 28px;
    }

    .sp__menu .nav__item.contact {
        position: relative;
        width: 200px;
        display: flex;
        height: 100%;
    }

    .sp__menu .nav__item>a {
        margin-bottom: 0;
        border-bottom: 0;
    }
}

@media screen and (min-width:1600px) {
    .sp__menu .nav__item a {
        font-size: 20px;
    }
}


/* ハンバーガーメニュー */
.sp__menu .header__hamburger {
    width: 40px;
    height: 100%;
    padding: 0;
}

.sp__menu .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
}

@media screen and (min-width:1200px) {
    .sp__menu .hamburger {
        display: none;
    }
}


/* ハンバーガーメニューの線 */

.sp__menu .hamburger span {
    width: 100%;
    border-radius: 2px;
    background-color: #333333;
    position: relative;
    transition: ease .4s;
    display: block;
}

.sp__menu .hamburger.active span {
    background-color: #333333;
}

.sp__menu .hamburger span:nth-child(1) {
    top: 0;
}

.sp__menu .hamburger span:nth-child(2) {
    margin: 8px 0;
}

.sp__menu .hamburger span:nth-child(3) {
    top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */

.sp__menu .header__nav .active {
    transform: translateX(0);
}

.sp__menu .hamburger.active span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
}

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

.sp__menu .hamburger.active span:nth-child(3) {
    top: -15px;
    transform: rotate(-45deg);
}

.sp__menu .overlay {
    background-color: rgb(0, 0, 0, .6);
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 1;
}

.sp__menu .overlay.active {
    visibility: visible;
    opacity: 1;
}

.Accordion {
    width: 100%;
    border-top: 10px solid #4595FB;
    /* border-bottom: 15px solid #4595FB; */
    border-radius: 3px;
}

.Accordion:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.Accordion-Title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #f7f7f7;
    cursor: pointer;
}

.Accordion-Title::before {
    position: absolute;
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    transition: all 0.3s;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    right: 5%;
}

.Accordion.AccordionIsOpen .Accordion-Title::before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.Accordion-Title-Icon {
    width: 20px;
    transition-property: transform;
    transition-duration: var(--accordion-duration);
    transition-timing-function: var(--accordion-timing-function);
    transition-delay: var(--accordion-delay);
}

.AccordionIsOpen .Accordion-Title-Icon {
    transform: rotateZ(-180deg);
}

.Accordion-Title::-webkit-details-marker {
    display: none;
}

.Accordion-Content {
    position: relative;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.Accordion-Content::before {
    position: absolute;
    content: "";
    width: .5rem;
    height: 100%;
    background-color: #f7f7f7;
}

.Accordion-Content .nav__item {
    padding-left: 2rem;
}

.Accordion .Accordion-Title .nav-link__box {
    display: flex;
    align-items: center;
    gap: .5rem;
    border-right: 1px solid #f7f7f7;
}

.Accordion .Accordion-Title .nav-link__box>span {
    display: inline-flex;
}

/*====================================*/
/* mv */
/*====================================*/

/* ロゴスライド */
.mv-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 38px 0 24px;
}
.mv-slide::before{
    content: "導入実績";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX( -50%);
    width: fit-content;
    height: 38px;
    background: #fff;
    font-family: "Noto Sans JP";
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    padding: 8px 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    z-index: 2;
    border-radius: 8px 8px 0 0;
}

.logo-slide-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.logo-slide-track {
    display: flex;
    animation: logoSlide 20s linear infinite;
    width: calc(120px * 11 + 10rem); /* 2セット分の幅 + ギャップ */
    gap: 1rem;
}

.logo-item {
    flex: 0 0 auto;
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    padding: 0.5rem;
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes logoSlide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .logo-item {
        width: 100px;
        height: 60px;
    }
    
    .logo-slide-track {
        gap: 1rem;
    }
}
#mv {
    position: relative;
    min-height: 100vh;
}
#mv h1 span{
    color: #06C755;
}
/* 2/12 */

.contact-left {
    width: 50%;
    gap: 36px;
    padding: 0;
}
.contact-left > p{
    color: var(--txt, #323232);
    font-family: "Noto Sans JP";
    font-size:clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem) ;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; 
    margin-bottom: 36px;
}
.contact-left > p span{
    color: #fff;
    padding: 8px clamp(0.5rem, 0.318rem + 0.78vw, 1.25rem);
    margin: 0 8px 0 0;
    background: #06C755;
    border-radius: 50px;
}
.contact-left > p span._mv-underbar{
    position: relative;
    color: #323232;
    -webkit-text-stroke-width: 1px;
    text-shadow: 
    -4px 4px 0 #fff,
    4px -4px 0 #fff,
    -4px 4px 0 #fff,
    4px 4px 0 #fff;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    padding: 0 8px;
    background: none;
    border-radius: 0;
    z-index: 2;
}
.contact-left > p span._mv-underbar::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #E3BF60;
    z-index: -1;
}
.contact-right {
    width: 50%;
    background: none;
    padding: 0;
}
.contact-right h3 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin: 0;
}
.contact-right p{
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    margin-bottom: 40px;
}
.contact-right > img{
    display: block;
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}
.mv-up{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.mv-up-item{
    width: 30%;
}
#mv .mv-box {
    position: relative;
    background: linear-gradient(251deg, #E8FAFD 15.71%, #F8FCFD 67.73%);
    overflow: hidden;
    width: 100%;
    display: flex;
    border-radius: 0;
    flex-direction: row;
    padding: 72px 5% 40px;
}
#mv .mv-box h2 {
    margin: 2rem 0;
    font-size: 4rem;
    color: #fff;
}
#mv .mv-box h2 span {
    background: var(--main_gr, linear-gradient(90deg, #7A78FC 0%, #4595FB 100%));
    padding: 0 1rem 1rem;
}

#mv .mv-box .mv-contact-flex{
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 32px;
}
#mv .mv-box .mv-contact-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    height: 65px;
    border-radius: 39.598px;
    border: 0.716px solid #7A78FC;
    background: linear-gradient(90deg, #7A78FC 0%, #4595FB 100%);
    padding: 0 16px 0 8px;
}
#mv .mv-box .mv-contact-button._document{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    height: 65px;
    border-radius: 39.598px;
    border: 0.716px solid #E1BA5E;
    background: #E1BA5E;
}
#mv .mv-box .mv-contact-button p{
    color: #FFF;
    text-align: center;
    font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
    font-style: normal;
    font-weight: 700;
    line-height: 29.897px; /* 149.484% */
    letter-spacing: 0.6px;
}
#mv .mv-box .mv-contact-button::before{
    content: "";
    width: 48px;
    aspect-ratio: 1/1;
    background-image: url(../img/v4/top_mv_button.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mv .mv-box .mv-contact-button._document::before{
    content: "";
    width: 48px;
    aspect-ratio: 1/1;
    background-image: url(../img/v4/top_mv_button_document.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mv .mv-box .mv-contact-button::after{
    content: "";
    width: 8px;
    aspect-ratio: 1/1;
    background-image: url(../img/v4/top_mv_button_arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mv .mv-merit{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 28px 10%;
    box-sizing: border-box;
    margin: 0 auto;
    background: linear-gradient(90deg, #7A78FC 0%, #4595FB 100%);
}
#mv .mv-merit::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 30%;
    transform: translate(100%,-100%);
    width: 3%;
    min-width: 100px;
    aspect-ratio: 25/8;
    background-image: url(../img/v4/top_mv_merit_triangle.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.mv-merit-left{
    width: 55%;
}
.mv-merit-right{
    width: 40%;
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding:16px 32px;
    box-sizing: border-box;

}
#mv .mv-merit h2{
    padding: 8px 20px;
    background: #fff;
    border-radius: 50px;
    width: fit-content;
    color: #7A78FC;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 16px 0;
}
#mv .mv-merit p{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom:10px ;
}
#mv .mv-merit p:last-of-type{
    margin-bottom:0;
}
#mv .mv-merit p::before{
    content: "";
    display: block;
    width: 32px;
    aspect-ratio: 1/1;
    background-image: url(../img/v4/top_mv_merit.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mv .mv-merit .merit1{
    width: 60%;
    aspect-ratio: 345/134;
    object-fit: cover;
}
#mv .mv-merit .merit2{
    width: 36%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
#mw_wp_form_mw-wp-form-932 span {
    color: #fff;
}
.mw_wp_form .error {
    color: #B70000!important;
}
#mw_wp_form_mw-wp-form-932 form {
    display: block;
}
#mw_wp_form_mw-wp-form-932 form>p:nth-child(even) {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin-bottom: 1rem; 
}
#mw_wp_form_mw-wp-form-932 form>p input, #mw_wp_form_mw-wp-form-932 form>p textarea {
    border-radius: 0;
}
#mw_wp_form_mw-wp-form-932 .mw_wp_form p {
    font-size: 1rem!important;
    font-weight: 200;
    margin-bottom: 8px;
    line-height: 140%;
}
#mw_wp_form_mw-wp-form-932 .mw_wp_form input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 1.5rem;
}
#mw_wp_form_mw-wp-form-932 .confirmation-text {
    padding: 0!important;
    width: 4% !important;
}
#mw_wp_form_mw-wp-form-932 .confirmation-info {
    color: #fff;
    text-decoration: underline;
}
#mw_wp_form_mw-wp-form-932 .required-mark {
    padding: 3px;
    background-color: #FF694E;
    color: white;
    font-weight: normal;
    font-size: 12px;
    margin-left: 8px;
}
#mw_wp_form_mw-wp-form-932 .conf-info {
    margin: 0 0 1.5rem;
    display: block;
}
#mw_wp_form_mw-wp-form-932 .gc-cv-action {
    position: relative;
    content: '';
    background-image: url(./assets/img/v3/top-info.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 17px;
    border-bottom: solid 8px #6463A7;
    width: 100%;
    padding: 12%;
    margin: 0 auto;
    cursor: pointer;
}
#mw_wp_form_mw-wp-form-932 form>p:nth-child(odd) {
    width: 100%;
    margin-bottom: 8px;
}

input.cv-action {
    border-radius: 50px;
    background: #4595FB;
    margin: auto;
    cursor: pointer; 
}
form {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
}

form>p:nth-child(odd) {
    width: 40%;
    padding-top: 7px;
}

form>p:nth-child(even) {
    width: 60%;
    display: flex;
    gap: 5px;
}

form>p input,
form>p textarea,
form>p select {
    width: 100%;
    padding: 10px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
    border: none;
}

form>p:nth-child(odd) .label {
    padding-right: 5px;
}



.any-mark {
    display: none;
}

form>p:has(.cv-action) {
    width: 100%;
}
.mv-pc-only{
    display: block;
}
.mv-sp-only{
    display: none;
}
.mv-contact-flex-sticky{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                visibility 0.4s;
}

.mv-contact-flex-sticky.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                visibility 0.4s;
}

.mv-contact-flex-sticky .mv-contact-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    height: 56px;
    border-radius: 28px;
    border: 0.716px solid #7A78FC;
    background: linear-gradient(90deg, #7A78FC 0%, #4595FB 100%);
    padding: 0 12px 0 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: scale(1);
}

.mv-contact-flex-sticky .mv-contact-button._document {
    border: 0.716px solid #E1BA5E;
    background: #E1BA5E;
}

.mv-contact-flex-sticky .mv-contact-button p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.6px;
    margin: 0;
}

.mv-contact-flex-sticky .mv-contact-button::before {
    content: "";
    width: 32px;
    aspect-ratio: 1/1;
    background-image: url(../img/v4/top_mv_button.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mv-contact-flex-sticky .mv-contact-button._document::before {
    background-image: url(../img/v4/top_mv_button_document.webp);
}

.mv-contact-flex-sticky .mv-contact-button::after {
    content: "";
    width: 6px;
    aspect-ratio: 1/1;
    background-image: url(../img/v4/top_mv_button_arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 901px) {
    .mv-contact-flex-sticky {
        justify-content: center;
        gap: 24px;
        padding: 16px 24px;
    }
    .mv-contact-flex-sticky .mv-contact-button {
        width: 360px;
        height: 60px;
        border-radius: 30px;
    }
    .mv-contact-flex-sticky .mv-contact-button p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1440px) {
    #mv .mv-box {
        background: linear-gradient(251deg, #E8FAFD 15.71%, #F8FCFD 67.73%) !important;
        background-image: none !important;
        padding: 72px 2.5% 40px;
    }
}
@media screen and (max-width: 1200px){
    .mv-pc-only{
        display: none;
    }
    .mv-sp-only{
        display: block;
    }
}

@media screen and (max-width:900px) {
    #mv .mv-box {
        flex-direction: column;
        background: linear-gradient(251deg, #E8FAFD 15.71%, #F8FCFD 67.73%) !important;
        background-image: none !important;
        margin-bottom: 3.5rem;
        padding: 40px 2.5% 20px ;
    }
    #mv .mv-box h2 {
        font-size: 2.5rem;
        line-height: 170%;
    }
    #mv .mv-merit h2{
        margin-left:auto ;
        margin-right: auto;
    }
    #mv .mv-box h2 span {
        padding: 0;
    }
    #mv .mv-merit{
        flex-direction: column;
        gap: 2rem;
    }
    #mv .mv-merit-left{
        width: 100%;
    }
    #mv .mv-merit-right{
        width: 100%;
    }
    .contact-top,.contact-buttom {
        width: 90%;
        margin: 0 auto;
    }
    .contact-buttom:nth-child(3) {
        margin-top: 2rem;
    }
    .contact-left {
        width: 100%;
        padding: 0;
        height: 100%;
    }
    .contact-left > p{
        text-align: center;
        margin-bottom: 16px;
    }
    .contact-left > p span{
        display: inline-block;
        margin-bottom: 8px;
        padding-top:4px ;
        padding-bottom:4px ;
    }
    #mv .mv-box .mv-contact-flex{
        display: none;
    }
    #mv .mv-merit::before{
        right: 50%;
        transform: translate(50%,-100%);
    }
    
    /* スクロール追従ボタン（モバイル調整） */
    .mv-contact-flex-sticky {
        justify-content: space-between;
        gap: 12px;
    }
    .mv-contact-flex-sticky .mv-contact-button {
        width: 48%;
        height: 50px;
        border-radius: 25px;
    }
    .mv-contact-flex-sticky .mv-contact-button p {
        font-size: 14px;
    }
    .mv-contact-flex-sticky.show .mv-contact-button {
        animation: buttonSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
    }
    .mv-contact-flex-sticky .mv-contact-button:nth-child(2) {
        animation-delay: 0.3s;
    }
    .mv-contact-flex-sticky .mv-contact-button:hover{
        opacity: 0.8;
        transform: scale(1.02);
    }
    @keyframes buttonSlideIn {
        0% {
            transform: translateY(20px) scale(0.95);
            opacity: 0;
        }
        100% {
            transform: translateY(0) scale(1);
            opacity: 1;
        }
    }
    
    .contact-right {
        width: 100%;
    }
    .mv-slide{
        padding-bottom: 14px;
    }
    .contact-right p{
        margin-bottom: 20px;
    }
    .contact-buttom h3 {
        color: #fff;
        text-align: center;
        font-size: 1.5rem;
        margin: 0;
    }
    .contact-sp {
        width: 100%;
        padding: 0 1.5rem 1.5rem;
        background: #323232;
    }
    .info-accordion {
        max-width: 100%;
        margin-bottom: 7px;
        background: #323232;
    }
    .info-accordion summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        background-image: url('./assets/img/v3/accordion-btn.svg');
        background-position: right calc(2em - 7px) center;
        background-size: 22px;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 1.5rem;
        padding: 1em 2em;
        font-weight: 600;
        cursor: pointer;
    }
    .info-accordion summary::-webkit-details-marker {
        display: none;
    }
    .info-accordion summary::after {
        transform: translateY(-5%) translateX(-15%) rotate(-45deg);
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        content: '';
        transition: transform .3s;
    }
    .info-accordion[open] summary::after {
        transform: translateY(-15%) translateX(0) rotate(45deg);
    }
    

.info-accordion[open] p {
    transform: none;
    opacity: 1;
}
}



.sec-ttl {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 6rem;
    line-height: 3.5rem;
}

.sub__txt {
    text-align: center;
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 426px) {
    .sec-ttl {
        font-size: 1.6rem;
    }
}

.sec-ttl::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2rem;
    display: inline-block;
    width: 40px;
    height: 5px;
    transform: translate(-50%);
    background: #4595FB;
}

/*====================================*/
/* worries */
/*====================================*/
#worries .worries__list.grid_1_3 {
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
    #worries .worries__list.grid_1_3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 468px) {
    #worries .worries__list.grid_1_3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

#worries .worries__list .worries__items .worries__ttl {
    position: relative;
    background-color: #E5E5E5;
    border: #D1D1D1 1px solid;
    font-weight: bold;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.worries__ttl-sp {
    display: none;
}

@media screen and (max-width: 468px) {
    #worries .worries__list .worries__items .worries__ttl {
        display: none;
    }

    .worries__ttl-sp {
        display: block;
        position: relative;
        background-color: #E5E5E5;
        font-weight: bold;
        padding: 1rem;
        border-radius: 5px;
        text-align: center;
        font-size: .9rem;
    }

    .worries__ttl-sp::before {
        position: absolute;
        content: "";
        width: 0;
        top: 50%;
        transform: translateY(-50%);
        right: -12px;
        height: 0;
        border-style: solid;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 12px solid #E5E5E5;
        border-right: 0;
    }
}

#worries .worries__list .worries__items .worries__ttl::after {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 2px;
    height: 35px;
    border-right: 2px dotted #D1D1D1;
    z-index: -1;
    /* transform:rotate(90deg); */
}

#worries .worries__list .worries__items .img__box {
    padding: 1.5rem;
}

@media screen and (max-width: 468px) {
    #worries .worries__list .worries__items .img__box {
        padding: 0rem;
    }

    #worries .worries__list .worries__items .worries__box {
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
    }

    /* #worries .worries__list .worries__items .img__box {} - 空のルールセットを削除 */
}

#worries .worries__list .worries__items .result {
    position: relative;
    padding: 1.5rem;
    background: #4595FB;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
}

#worries .worries__list .worries__items .result::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 10px solid #ffffff;
    border-bottom: 0;
}

#worries .worries__list .worries__items .result .ttl__box {
    font-size: .8rem;
    background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 5px);
    background-size: 5px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

#worries .worries__list .worries__items .worries__cnt {
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

/*====================================*/
/* step */
/*====================================*/
#step .step__wrap {
    background-color: #FFFCEA;
    z-index: -2;
}

#step .inner {
    padding-bottom: 16.5rem;
}

@media screen and (max-width: 1024px) {
    #step .inner {
        padding-bottom: 5rem;
    }
}

.pc-only{
    display: block;
}
.sp-only{
    display: none;
}
@media screen and (max-width: 960px) {
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
    #step .inner {
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 426px) {
    #step .inner {
        padding-bottom: 5rem;
    }
}

#step .step__list {
    position: relative;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
}

#step .step__list::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    height: 7px;
    width: 100%;
    background: #4595FB;
}

@media screen and (max-width: 426px) {
    #step .step__list::before {
        content: none;
    }

    #step .step__list {
        flex-direction: column;
        gap: 3rem;
    }
}

@media screen and (max-width:426px) {
    #step .step__num {
        display: none;
    }

    #step .step__list {
        flex-direction: column;
    }
}

#step .step__list::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 9px;
    transform: translateY(-50%);
    top: 50%;
    background: #4595FB;
    z-index: -1;
}

#step .step__list>* {
    flex-basis: calc(100% / 4);
    margin-bottom: 0;
    display: flex;
}

@media screen and (max-width:960px) {
    #step .step__list>* {
        flex-basis: calc(100% / 2);
    }
}

#step .step__num {
    justify-content: space-between;
}

#step .step__num .step__ttl {
    position: relative;
    background: #4595FB;
    font-weight: bold;
    padding: .4rem;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 1rem;
}

#step .step__list .step__items .step__ttl {
    display: none;
}

@media screen and (max-width:428px) {
    #step .step__list .step__items .step__ttl {
        display: block;
    }

    #step .step__list>* {
        display: block;
    }
}

@media screen and (max-width:960px) {
    #step .step__list .step__items .step__ttl {
        position: relative;
        background: #4595FB;
        font-weight: bold;
        padding: .4rem;
        border-radius: 5px;
        text-align: center;
        margin-bottom: .5rem;
    }
}

#step .step__list .step__items .step__ttl>.small, #step .step__num .step__ttl>.small {
    font-size: .85rem;
}

#step .step__list .step__items .step__ttl>.small, #step .step__num .step__ttl>.large {
    margin-left: .2rem;
    font-size: 1.2rem;
}

@media screen and (max-width:768px) {
    #step .step__list .step__items .step__ttl>.small, #step .step__num .step__ttl>.large {
        font-size: initial;
    }
}

#step .step__list .step__items .step__cnt {
    position:relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: #4595FB 2px solid;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

#step .step__list .step__items:first-child .step__cnt::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "お客様ご来店";
    background: #4595FB;
    color:#fff;
    padding: .2rem .5rem .3rem .3rem;
    border-radius:0 0 5px 0;
    font-size:.9rem;
    z-index:100;
}

#step .step__list .step__items .step__cnt>.ttl__box {
    font-size: 1.2rem;
    margin: 1rem;
}

#step .step__list .step__items .step__cnt>.txt__box {
    margin: 0rem 1rem 1rem 1rem;
    white-space: normal;
}

#step .step__list .step__items .step__cnt>.btn__box {
    text-align: center;
    display: block;
    margin: auto 1rem 2rem 1rem;
    background-color: #4595FB;
    padding: .5rem 0;
}

#step .step__list .step__items.goal .step__cnt>.ttl__box {
    margin-bottom: 2rem;
}

#step .step__list .step__items.goal .step__cnt>.txt__box {
    font-size: 1.4rem;
    text-align: center;
}

@media screen and (max-width:768px) {
    #step .step__list .step__items.goal .step__cnt>.ttl__box {
        margin-bottom: 1rem;
    }
}

#step .step__list .step__items {
    position: relative;
}

#step .step__list .step__items::before {
    position: absolute;
}

@media screen and (max-width:428px) {
    #step .step__list .step__items:nth-child(2), #step .step__list .step__items:nth-child(3) {
        margin-bottom: 10rem;
    }
}

#step .step__list .step__items .sub-items {
    position: absolute;
    height: auto;
    bottom: calc(5% + -146px);
    right: calc(60px + -146px);
    z-index: 100;
}

@media screen and (max-width:428px) {
    #step .step__list .step__items .sub-items {
        position: absolute;
        height: auto;
        bottom: calc(-5% + -146px);
        right: 0;
        z-index: 100;
    }
}

#step .step__list .step__items .sub-items.top-line>a {
    position: relative;
    display: block;
    /* opacity: .1; */
}

#step .step__list .step__items .sub-items.top-line a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 18vw;
    border-left: 6px dotted #4595FB;
    bottom: calc(149px - 78px);
    left: 72.5px;
    z-index: -1;
}


@media screen and (max-width:960px) {
    #step .step__list .step__items .sub-items.top-line a:before {
        height: 10vw;
    }
}

@media screen and (max-width:428px) {
    #step .step__list .step__items .sub-items.top-line a:before {
        /* transform: translateY(-50%) rotate(0deg); */
        border-left: initial;
        bottom: initial;
        left: initial;
        width: 38vw;
        height: 50vw;
        top: calc(35px + -146px);
        right: calc(73px + 73px);
        border-bottom: 6px dotted #4595FB;
    }
}

#step .step__list .step__items .sub-items.side-line>a {
    position: relative;
}

#step .step__list .step__items .sub-items.side-line a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50px;
    right: calc(73px + 73px);
    width: 5vw;
    height: 5vh;
    transform: translateY(-50%) rotate(180deg);
    border-right: 6px dotted #4595FB;
    border-top: 6px dotted #4595FB;
    z-index: -1;
}

@media screen and (max-width:428px) {
    #step .step__list .step__items .sub-items.side-line a:before {
        top: 30px;
        right: calc(73px + 73px);
        width: 15vw;
        height: 15vh;
    }

    .step__container-wrap {
        position: relative;
    }

    .step__container-wrap::before {
        position: absolute;
        content: "";
        background: #4595FB;
        width: 7px;
        top: 0;
        left: 10%;
        height: 100%;
    }
}

#step .step__list .step__items .sub-items img {
    width: 149px;
    height: 146px;
}

@media screen and (min-width: 426px) and (max-width: 1024px) {
    .step__container-wrap {
        position: relative;
        overflow: auto;
        white-space: nowrap;
    }

    #step .step__list .step__items {
        width: 252px;
    }

    .step__container {
        width: 1080px;
        position: relative;
        overflow: auto;
        white-space: nowrap;
    }


    #step .step__list {
        padding-bottom: 140px;
    }
}

.triangle02 {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 50px solid #FFFCEA;
    left: calc(50% - 75px);
}

/*====================================*/
/* step */
/*====================================*/
#cv {
    background: linear-gradient(180deg, #4595FB 0%, #4595FB 100%);
}

#cv.demo .inner {
    position: relative;
}

#cv .inner .btn__box {
    text-align: center;
}

#cv.demo .inner .img__box>img {
    border-radius: 7px;
}

#cv.demo .inner .img__box.l {
    position: absolute;
    top: 30%;
    left: 0;
    transform: translate(0%, -50%);
    width: 214px;
}

#cv.demo .inner .img__box.r {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    width: 210px;
}

#cv .inner .btn__box .btn {
    font-size: 1.5rem;
    width: 500px;
}

#cv .inner .btn__box .txt__box {
    font-size: 2rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#cv .inner .btn__box .txt__box::before, #cv .inner .btn__box .txt__box::after {
    content: "";
    background-color: #fff;
    height: 3px;
    width: 40px;
}

#cv .inner .btn__box .txt__box::before {
    margin-right: 5px;
    transform: rotate(60deg);
}

#cv .inner .btn__box .txt__box::after {
    margin-left: 5px;
    transform: rotate(-60deg);
}

@media screen and (max-width: 1024px) {
    #cv.demo .inner {
        overflow: hidden;
        padding-bottom: 16.5rem;
    }

    #cv .inner .btn__box .btn {
        font-size: 1rem;
        width: 320px;
    }

    #cv .inner .btn__box .txt__box {
        font-size: 1.5rem;
    }

    #cv.demo .inner .img__box.l {
        position: absolute;
        top: 97%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 214px;
    }

    #cv.demo .inner .img__box.r {
        display: none;
    }
}

/*====================================*/
/* reason */
/*====================================*/
/* #reason .reason__list .reason__items {
    margin-bottom: 5rem;
} */

#reason .reason__list .reason__items .ttl__box {
    margin-bottom: 2rem;
}

@media screen and (max-width:968px) {
    #reason .reason__list .reason__items.col_1_2.gap_3.col_right {
        display: grid;
    }
}

@media screen and (max-width:768px) {
    #reason .reason__list .reason__items .ttl__box {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width:468px) {
    #reason .reason__list .reason__items .ttl__box {
        margin-bottom: 1.5rem;
    }
}

#reason .reason__list .reason__items .ttl__box .reason__txt {
    font-weight: bold;
}

#reason .reason__list .reason__items .ttl__box .num {
    display: block;
    -webkit-text-stroke: 2px #4595FB;
    color: #4595FB;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: .7rem;
}

@media screen and (max-width:768px) {
    #reason .reason__list .reason__items .l__box {
        margin-bottom: 0;
    }
    #reason .reason__list .reason__items .ttl__box .num {
        font-size: 3rem;
    }
}

#reason .reason__list .reason__items .ttl__box .main__txt {
    display: inline-block;
    background-color: #4595FB;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding: .3rem 1rem;
}

@media screen and (max-width:768px) {
    #reason .reason__list .reason__items .ttl__box .main__txt {
        font-size: 1.5rem;
    }
}

#reason .reason__list .reason__items .ttl__box .main__txt {
    line-height: 2;
}

#reason .reason__list .reason__items .txt__box {
    line-height: 1.9rem;
    margin-bottom: 2rem;
}

#reason .reason__list .reason__items .reason__tag .sub-ttl__box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

#reason .reason__list .reason__items .reason__tag .sub-ttl__box:before,
#reason .reason__list .reason__items .reason__tag .sub-ttl__box:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

#reason .reason__list .reason__items .reason__tag .sub-ttl__box:before {
    margin-right: 1rem;
}

#reason .reason__list .reason__items .reason__tag .sub-ttl__box:after {
    margin-left: 1rem;
}

#reason .reason__list .reason__items .r__box .reason__card-list .reason__card-items {
    border: 1.5px solid #4595FB;
    border-radius: 5px;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width:768px) {
    #reason .reason__list .reason__items .txt__box {
        margin-bottom: initial;
    }
}

@media screen and (max-width:468px) {
    #reason .reason__list .reason__items .r__box .reason__card-list .reason__card-items {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #reason .reason__list .reason__items .r__box .reason__card-list .reason__card-items>*:first-child {
        flex: 0 0 45%;
        max-width: 45%;
    }

    #reason .reason__list .reason__items .r__box .reason__card-list .reason__card-items>*:last-child {
        flex: 0 0 55%;
        max-width: 55%;
    }
}

.sep-line {
    position: relative;
    padding: 7rem 3rem;
}

@media screen and (max-width:768px) {
    .sep-line {
        position: relative;
        padding: 4rem 0rem;
    }
}

.sep-line::after {
    content: "";
    display: block;
    border-bottom: 2px dotted #4595FB;
    width: 100%;
}

.tag__items {
    position: relative;
    display: inline-block;
    margin: 0 1.5rem .6rem 0rem;
    padding: .37rem .4rem .37rem 1.5rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background-color: #109F47;
    font-size: .9rem;
}

.tag__items:before {
    position: absolute;
    top: 0;
    right: -.75rem;
    content: '';
    border-style: solid;
    border-width: .85rem 0 .85rem .8rem;
    border-color: transparent transparent transparent #109F47;
}

.tag__items:after {
    position: absolute;
    left: 9%;
    top: 50%;
    content: '';
    border-radius: 50px;
    height: .4rem;
    width: .4rem;
    background-color: #fff;
    transform: translate(-0%, -50%);
}

#reason .reason__list .reason__items .r__box .reason__card-list .reason__card-items .txt__box {
    padding: 1rem 1.5rem;
}

#reason .reason__list .reason__items .r__box .reason__card-list .reason__card-items .txt__box .ttl {
    color: #4595FB;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: .7rem;
    padding-bottom: .7rem;
    border-bottom: 2px dotted #D1D1D1;
}

@media screen and (max-width:768px) {
    #reason .reason__list .reason__items .r__box .reason__card-list .reason__card-items .txt__box {
        padding: 0.8rem .8rem;
    }

    #reason .reason__list .reason__items .r__box .reason__card-list .reason__card-items .txt__box .ttl {
        font-size: .9rem;
        line-height: 1.2rem;
    }

    #reason .reason__list .reason__items .r__box .reason__card-list .reason__card-items .txt__box .txt {
        font-size: .75rem;
        line-height: 1.2rem;
    }
}

@media screen and (max-width:468px) {
    #reason .reason__list .reason__items .r__box .reason__card-list .reason__card-items .txt__box {
        padding: 0rem .8rem;
    }
}

/*====================================*/
/* video */
/*====================================*/
#movie {
    position: relative;
}

#movie::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFCEA;
    width: 100%;
    height: 700px;
    z-index: -1;
}

#movie .sub__txt {
    margin-bottom: 5rem;
}

.movie__cnt {
    position: relative;
    width: 100%;
    /*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: auto;
}

.movie__box {
    width: 100%;
    /* max-width: 920px; */
    /*PC版での最大幅*/
}

.movie__txt {
    position: absolute;
    top: -70px;
    right: -70px;
    background-color: #4595FB;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    display: grid;
    place-items: center;
}

.movie__txt .txt {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}

@media screen and (max-width:768px) {
    #movie::before {
        height: 500px;
    }

    .movie__txt {
        top: -60px;
        right: -1rem;
        height: 80px;
        width: 80px;
    }

    .movie__txt .txt {
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: .8rem;
    }
}

@media screen and (max-width:1200px) {
    .movie__txt {
        top: -70px;
        right: 0px;
    }
}

/*====================================*/
/* data */
/*====================================*/
.data__items img {
    filter: drop-shadow(0px 7px 5px #dfdfdf);
}

/*====================================*/
/* function */
/*====================================*/
#function {
    background-color: #F5F5F5;
}

#function .inner {
    padding: 6rem 0 13rem;
}

#function .function__list {
    gap: 1.5rem;
}

@media screen and (max-width:960px) {
    #function .function__list.grid_2_4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:468px) {
    #function .function__list.grid_2_4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

#function .function__items {
    position: relative;
    border: 2px solid #4695fb;
    border-radius: 8px;
}

#function .function__items:nth-child(2n) {
    border: 2px solid #4695fb;
}

#function .function__items:nth-child(3n) {
    border: 2px solid #4495fb;
}

#function .function__items:nth-child(4n) {
    border: 2px solid #4695fb;
}

#function .function__items:nth-child(6n) {
    border: 2px solid #4495fb;
}

#function .function__items:nth-child(7n) {
    border: 2px solid #4594fb;
}

#function .function__items::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    background-color: #4594fb;
}

#function .function__items:nth-child(2n)::before {
    background: #4595FB;
}

#function .function__items:nth-child(3n)::before {
    background: #4595FB;
}

#function .function__items:nth-child(4n)::before {
    background: #4595FB;
}

#function .function__items:nth-child(6n)::before {
    background: #4595FB;
}

#function .function__items:nth-child(7n)::before {
    background: #4595FB;
}

#function .function__items .function__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    font-weight: bold;
}

#function .function__items .function__link:nth-child(2n) {
    border: 2px solid #4595FB;
}

#function .function__items .function__link::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 36px;
    width: 36px;
    border-radius: 0px 0px 5px 0px;
    background: #4595FB;
}

#function .function__items .function__link::after {
    position: absolute;
    content: "";
    bottom: 5px;
    right: 7px;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
}

#function .function__items .ttl {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    #function .inner {
        padding: 6rem 0;
    }

    #function .function__list {
        gap: 1rem;
    }

    #function .function__items .function__link .img__box {
        width: 95px;
    }

    #function .function__items::before {
        width: 8px;
        background-color: #4695fb;
    }

    #function .function__items .function__link {
        gap: .8rem;
        padding: 1.2rem;
    }

    #function .function__items .ttl {
        font-size: 1rem;
        margin-bottom: initial;
    }

    #function .function__items .function__link::before {
        height: 22px;
        width: 22px;
    }

    #function .function__items .function__link::after {
        bottom: 1px;
        right: 3px;
        width: 9px;
        height: 9px;
        border-right: 2.5px solid #fff;
        border-top: 2.5px solid #fff;
    }
}

/*====================================*/
/* custom */
/*====================================*/
#custom .inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 6rem 1.1rem 12rem;
}

#custom .txt__box .main__txt {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#custom .txt__box .sub__txt {
    text-align: initial;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#custom .img__box {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -150px;
    width: 860px;
    margin-left: calc(50% - 50vw);
    order: -1;
}

@media screen and (max-width:968px)  {
    #custom .txt__box .main__txt {
        font-size: 1.7rem;
    }
    #custom .img__box {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 50px;
        width: 560px;
        margin-left: calc(50% - 50vw);
        order: -1;
    }
}

@media screen and (max-width:768px) {
    #custom .txt__box .main__txt {
        font-size: 2rem;
    }
    #custom .txt__box .sub__txt {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    #custom .inner {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 6rem 1.1rem 6rem;
    }

    #custom .txt__box.col-60 {
        max-width: initial;
    }

    #custom .img__box {
        position: initial;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-top: 0;
    }
}

@media screen and (max-width:468px) {
    #custom .txt__box .main__txt {
        font-size: 1.4rem;
    }

    #custom .txt__box .sub__txt {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
}

/*====================================*/
/* voice */
/*====================================*/
#voice, #column {
    text-align: center;
}

#column.articles {
    padding: initial;
}

/*====================================*/
/* faq */
/*====================================*/
#faq {
    padding: initial;
}

#faq .accordion-title {
    background-color: #fff;
    border: 2px solid #8F8F8F;
}

@media screen and (max-width: 768px) {
    #faq .accordion-title:before, .accordion-title:after {
        right: 15px;
    }
}

/*====================================*/
/* cv__ft */
/*====================================*/
#cv__ft .cv__img-wrap {
    position: relative;
    cursor: pointer;
    display: block;
}


#cv__ft .img__box {
    width: inherit;
}


#cv__ft .img__box img {
    width: inherit;
    height: auto;
    display: block;
}

#cv__ft .cv__btn {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background: rgb(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    transition: opacity .4s;
    display: block;
    margin: 0;
    padding: 1.5rem;
    transition: all .3s;
}

#cv__ft .cv__cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}

#cv__ft .cv__cnt .txt__box {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.2;
    white-space: nowrap
}

#cv__ft .cv__cnt .txt__box>.small {
    font-size: .8rem;
}

#cv__ft .cv__img-wrap:hover .cv__btn {
    background: rgb(68 149 251 / 60%);
}

/* 調整用 */
#cv__ft .cv__box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}

#cv__ft .cv__img-wrap .cv__btn .img__box {
    width: 57px;
}

@media screen and (max-width:768px) {
    #cv__ft .cv__btn {
        padding: 1rem;
    }

    #cv__ft .cv__cnt {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        display: initial;
    }

    #cv__ft .cv__cnt .txt__box {
        font-size: 1.2rem;
    }

    #cv__ft .cv__cnt .img__box {
        font-size: 1.2rem;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
    }

    #cv__ft .cv__cnt .txt__box>.small {
        font-size: .7rem;
    }

    #cv__ft .cv__box {
        flex-direction: column;
    }

    #cv__ft .cv__img-wrap.demo .cv__btn .img__box {
        width: 42px;
        top: 70%;
        transform: translate(-50%, -70%);
    }
}

/*====================================*/
/* footer */
/*====================================*/
#footer.footer {
    padding: initial;
    margin-top: initial;
}

#footer .footer-nav {
    width: calc(100% - 200px);
}

#footer .footer-nav ul {
    justify-content: flex-end;
    text-align: center;
    gap: 2rem;
}

#footer .information {
    padding: 2rem 0;
}

@media screen and (max-width:768px) {
    #footer .footer-nav ul {
        gap: 1rem;
    }

    #footer .footer-nav ul li a {
        font-size: .9rem;
    }
}

#footer .footer-nav ul>* {
    /* flex-basis: calc(100% / 2 - .8rem); */
    width: initial;
}

#footer .information-top {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#footer .footer-attention {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

@media screen and (max-width:768px) {
    #footer .footer-nav {
        width: 100%;
    }

    #footer .information-top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    #footer .footer-nav ul {
        justify-content: flex-start;
        text-align: initial;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/*====================================*/
/* 機能詳細ページ_下層 */
/*====================================*/
#function__mv {
    position: relative;
}

#function__mv .ttl__cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    width: 100%;
}

@media screen and (max-width:768px) {
    #function__mv .ttl__cnt {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
}

#function__mv .ttl__cnt .ttl__box {
    color: #fff;
}

#function__mv .ttl__cnt .ttl__box .main {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

#function__mv .ttl__cnt .ttl__box .sub {
    line-height: 1.8;
}

#function__mv .ttl__cnt .img__box {
    max-width: 300px;
    width: 300px;
}

@media screen and (max-width:768px) {
    #function__mv .ttl__cnt .ttl__box .main {
        font-size: 1.5rem;
    }

    #function__mv .ttl__cnt .img__box {
        max-width: 120px;
        width: 120px;
        order: -1;
    }
}

#function__mv .img__cnt img {
    object-fit: cover;
    height: 450px;
}

@media screen and (max-width:768px) {
    #function__mv .img__cnt img {
        object-fit: cover;
        height: 400px;
    }
}

#function__detail .cnt__wrap {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

/*====================================*/
/* デジタル会員 */
/*====================================*/
#function__mv:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .8);
}

/*====================================*/
/* 機能詳細ページ_下層_function__detail */
/*====================================*/
#function__detail .img__box>img {
    border-radius: 5px;
}

.problem {
    position: relative;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 3rem 5rem;
    text-align: center;
}

@media screen and (max-width:768px) {
    .problem {
        padding: 3rem 1rem;
    }
}

.problem::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 0;
    z-index: 1;
}

.problem .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.problem .problem__items {
    padding: 0 2rem;
}

.problem .problem__items .num {
    display: inline-block;
    background-color: #4595FB;
    color: #fff;
    font-weight: bold;
    padding: .2rem 1rem;
    border-radius: 50px;
    margin-bottom: 2rem;
}

.problem .problem__items .main {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.problem .problem__items .sub {
    font-size: .8rem;
}

.problem .problem__items:first-child {
    border-right: #9a9a9a 2px dotted;
}

@media screen and (max-width:468px) {
    .problem .problem__items:first-child {
        border-right: initial;
        border-bottom: #9a9a9a 2px dotted;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
}

.detail {
    background: #4595FB;
}

#function__detail .wrap {
    padding: 4rem;
}

@media screen and (max-width:768px) {
    #function__detail .wrap {
        padding: 4rem 1rem;
    }
}

.detail {
    position: relative;
}

.detail::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    border-top: 15px solid #4595FB;
    border-bottom: 0;
    z-index: 1;
}

.detail .txt__box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 3.5rem;
}

.integration .detail .txt__box {
    margin-bottom: initial;
}

.txt-flex .detail .txt__box {
    display: block;
}

@media screen and (max-width:768px) {
    .detail .txt__box {
        flex-direction: column;
        margin-bottom: 2.5rem;
    }
}

.detail .txt__box .ttl {
    font-size: 1.2rem;
    font-weight: bold;
}

.detail .txt__box .sub {
    line-height: 2;
    font-size: 1rem;
}

.detail .txt__box>*:first-child {
    padding-right: 4rem;
}

.txt-flex .detail .txt__box>*:first-child {
    padding-right: initial;
    border-bottom: #fff solid 1px;
    padding-bottom: 1.5rem;
    display: inline-block;
    margin-bottom: 2rem;
}

.detail .txt__box>*:last-child {
    border-left: #fff 1px solid;
    padding-left: 4rem;
}

.txt-flex .detail .txt__box>*:last-child {
    padding-left: initial;
    border-left: initial;
}

@media screen and (max-width:768px) {
    .detail .txt__box>*:first-child {
        padding-right: initial;
        border-bottom: #fff solid 1px;
        padding-bottom: 1.5rem;
        display: inline-block;
        margin-bottom: 2rem;
    }

    .detail .txt__box>*:last-child {
        border-left: initial;
        padding-left: initial;
    }

    .txt-flex .detail .txt__box {
        text-align: center;
    }

    .txt-flex .detail .txt__box>*:last-child {
        text-align: initial;
    }
}

.use .use__list .use__items.grid {
    gap: 1.5rem;
}

.use .use__list .use__items:not(:last-child) {
    margin-bottom: 5rem;
}

@media screen and (max-width:768px) {
    .use .use__list .use__items:not(:last-child) {
        margin-bottom: 3rem;
    }
}

.use .use__list .use__items .txt__box {
    position: relative;
    background-color: #4595FB;
    border-radius: 5px;
    color: #fff;
    padding: 1.5rem;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.15);
}

.use .use__list .use__items .txt__box .main {
    font-weight: bold;
    margin: 0;
}

.border-R {
    position: relative;
}

.border-R::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-bottom: #4595FB dotted 3px;
    height: 3px;
    width: 100%;
    z-index: -1;
}

.border-L {
    position: relative;
}

.border-L::after {
    position: absolute;
    top: 50%;
    right: 50%;
    content: "";
    border-bottom: #4595FB dotted 3px;
    height: 3px;
    width: 100%;
    z-index: -1;
}

.border-B::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-left: #4595FB dotted 3px;
    height: 100%;
    width: 3px;
    z-index: -1;
}

#function__detail .use .use__list .use__items .img__box {
    position: relative;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.15);
}

#function__detail .use .use__list .use__items .img__box>.grid {
    gap: 1.5rem;
}

@media screen and (max-width:468px) {
    .use .use__list .use__items.grid {
        gap: initial;
    }

    .use .use__list .use__items .txt__box {
        border-radius: 5px 5px 0 0;
        box-shadow: initial;
    }

    .use .use__list .use__items .l__box {
        margin: initial;
    }

    #function__detail .use .use__list .use__items .img__box {
        padding: 1rem;
        border: solid 1.5px #4595FB;
        border-radius: 0 0 5px 5px;
        box-shadow: initial;
    }

    #function__detail .use .use__list .use__items .img__box>.grid {
        gap: .5rem;
    }
    .border-L::after {
        border-bottom: initial;
    }

    .border-R::after {
        border-bottom: initial;
    }

    .border-B::after {
        border-left: initial;
    }
}

.use .use__list .use__items .t__box .txt__box .main {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}

.use .use__list .use__items .txt__box .sub {
    border-top: #fff 2.5px dotted;
    padding-top: 1rem;
    margin-top: 1rem;
}

.use .use__list .use__items .txt__box .sub {
    border-top: #fff 2.5px dotted;
    padding-top: 1rem;
    margin-top: 1rem;
}

.use .use__list .use__items .b__box .c__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    padding: .5rem;
    border-radius: 5px;
}

.use .use__list .use__items .b__box .c__ttl.gray {
    background-color: #939393;
}

.use .use__list .use__items .b__box .c__ttl.red {
    background: #4595FB;
}

.right-sq {
    position: relative;
}

.right-sq::after {
    position: absolute;
    top: 50%;
    right: -44px;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 15px solid #4595FB;
    border-bottom: 0;
    transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width:468px) {
    .use .use__list .use__items .t__box .txt__box .main {
        font-size: 1rem;
        text-align: left;
    }

    .use .use__list .use__items .b__box .c__ttl {
        font-size: 1rem;
    }

    .right-sq::after {
        top: initial;
        bottom: -23px;
        right: 50%;
        transform: translate(50%, 0%) rotate(0deg);
        border-right: 14px solid transparent;
        border-left: 14px solid transparent;
        border-top: 11px solid #4595FB;
    }
}

.column-card {
    opacity: 1;
}

.message-delivery .use .use__items {
    gap: 5rem 3rem;
}

.message-delivery .use .use__items .grid {
    gap: 1.5rem;
}

@media screen and (max-width:768px) {
    .message-delivery .use .use__items {
        gap: 3rem;
    }

    .message-delivery .use .use__items .grid {
        gap: initial;
    }

    .message-delivery .use .use__items .grid:last-child .t__box .txt__box {
        border-radius: 5px;
    }
}

@media screen and (max-width:768px) {

    .post-container-wrapper,
    .column-container-box {
        display: block !important;
    }
}

form>p:nth-child(odd) {
    width: 40%;
    padding-top: 7px;
    margin-bottom: 1.5rem;
}

form>p:nth-child(even) {
    width: 60%;
    display: flex;
    gap: 5px;
    margin-bottom: 1.5rem;
}

.pagination .nav-links .current {
    width: 35px;
    height: 35px;
}

.pagination .nav-links a.page-numbers {
    width: 35px;
    height: 35px;
}

/* PCでも表示するための非表示ルールを削除 */