@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
-----------------------------------------------------
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    /*------▼基本設定▼------*/
    --color-background: #fff;
    --color-font: #321818;
    --color-primary: linear-gradient(90deg, rgba(255, 92, 157, 1) 0%, rgba(242, 134, 0, 1) 100%);
    --color-primary-shade: ;
    --color-primary-tint: #FFD5BC;
    --color-secondary: ;
    --color-secondary-tint: ;
    --color-table-border: #CCC;
    --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
    /* 1.6-1.4rem (1920-375) */
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1240px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #fff;
    --header-color-font: #321818;
    --header-color-primary: linear-gradient(90deg, rgba(255, 92, 157, 1) 0%, rgba(242, 134, 0, 1) 100%);
    ;
    --header-secondary: ;
    --header-color-primary-shade: ;
    --header-color-primary-tint: ;
    /*------▼フッター設定▼------*/
    --footer-background: #fff;
    --footer-color-font: #321818;
    --footer-color-primary: ;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Josefin Sans", sans-serif;
    --font-family03: ;
    --font-family04: ;
    --font-awe: "Font Awesome 6 Free";
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

@media print,
screen and (max-width: 1023px) {}

@media print,
screen and (min-width: 769px) {}

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

/*--全体の設定--------------------------------------------*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

/*--アンカーリンク--------------------------------------------*/
.anchor-link_contents {
    margin-top: -80px !important;
    padding-top: 80px !important;
}

.anchor-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    font-weight: bold;
    color: var(--footer-background);
    max-width: 370px;
    width: 100%;
    border-radius: 50em;
    padding: var(--px20) var(--px40);
    position: relative;
    border: 1px solid var(--color-primary);

    &::before,
    &::after {
        content: "";
        position: absolute;
        bottom: calc(50% - 7px);
        right: 30px;
        width: 2px;
        height: 14px;
        border-radius: 9999px;
        background-color: var(--color-background);
        transform-origin: 50% calc(100% - 1px);
    }

    &::before {
        transform: rotate(45deg);
    }

    &::after {
        transform: rotate(-45deg);
    }

    &:hover {
        background-color: var(--color-primary);
        color: var(--color-background);
        opacity: 0.8;
    }

    &.anchor-link--special {
        max-width: 540px;
        width: 100%;
        background: var(--color-primary);
        border: 1px solid var(--color-primary);
        color: #fff;

        &::before,
        &::after {
            background-color: #fff;
        }

        &:hover {
            background: var(--color-primary-tint);
            color: var(--color-primary);

            &::before,
            &::after {
                background-color: var(--color-primary);
            }
        }
    }
}

@media print,
screen and (max-width: 768px) {
    .anchor-link {

        &::before,
        &::after {
            content: "";
            position: absolute;
            bottom: calc(50% - 5px);
            right: 20px;
            width: 2px;
            height: 10px;
            border-radius: 9999px;
            transform-origin: 50% calc(100% - 1px);
        }
    }
}

.anchor_link::before {
    content: '';
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}

/*--表示の切り替え--------------------------------------------*/

body.home .c_commoncta {
    display: none;
}

.page_contents_inner+.page_contents_inner {
    margin-top: var(--px100);
}

body:not(.home)::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/page-bg-1.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}

#content,
body:not(.home) #content.wide {
    padding: var(--px100w) 0 var(--px100);
    margin: 0 auto;
}

.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/*--お知らせ　下線--------------------------------------------*/
.postlist li {
    border-top: 1px solid #ddd;
}

.postlist li:last-child {
    border-bottom: 1px solid #ddd;
}

/*--fvの比率調整--------------------------------------------*/
#mainImg img {
    width: 100% !important;
    height: auto;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
    margin-right: calc(((100vw - 100%) / 2)* -1);
    margin-left: calc(((100vw - 100%) / 2)* -1);
    padding: var(--px100) calc((100vw - 100%) / 2);
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
    /* 120-80px (1920-375) */
    background-color: #fffcf5;
}

@media print,
screen and (max-width: 768px) {
    .widecolor {}
}

.post .widecolor>h2:first-child {
    margin-top: 0 !important;
}

.widearea {
    margin-right: calc(((100vw - 100%) / 2)* -1);
    margin-left: calc(((100vw - 100%) / 2)* -1);
}

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

    #content,
    #content.wide {
        width: 100%;
    }

    .content_inner {
        width: 100%;
    }
}


/*----------------------------------------------
  utility
----------------------------------------------*/
/*---------コンテンツ幅-----------*/
.max_w380 {
    max-width: 380px !important;
}

.max_w600 {
    max-width: 600px;
}

.max_w880 {
    max-width: 880px;
}

.max_w1070 {
    max-width: 1070px;
}

.w8 {
    width: 8%;

    img {
        width: 100%;
    }
}

/*---------背景色-----------*/
.bg_white {
    background: var(--color-background) !important;
}

.bg_blue {
    background: #EFFAFE !important;
}

.bg_green {
    background: #E7F9EB !important;
}

.bg_cream {
    background: #FAF2D4 !important;
}

.bg_pink {
    background: #FFB5B9 !important;
}

.bg_light-blue {
    background: #E6F4FF !important;
}

/*---------文字色-----------*/
.fc_primary {
    color: var(--color-primary) !important;
}

.fc_secondary {
    color: var(--color-secondary) !important;
}

.fc_black {
    color: var(--color-font) !important;
}

.fc_red {
    color: #B63033 !important;
}

.fc_navy {
    color: var(--color-primary) !important;
}

.fc_white {
    color: #fff !important;
}

.fc_blue {
    color: var(--color-primary) !important;
}

.fc_green {
    color: #4DB983 !important;
}

.fc_yellow {
    color: #FBB74C !important;
}

/*---------文字-----------*/
.ff_01 {
    font-family: var(--font-family01) !important;
}

.ff_02 {
    font-family: var(--font-family02) !important;
}

.post p {
    line-height: 1.8;
}

.r-txt {
    text-align: right;
}

/*---------フォントサイズ-----------*/
.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: var(--rem16);
}

.fz18 {
    font-size: var(--rem18);
}

.fz20 {
    font-size: var(--rem20w);
}

.fz24 {
    font-size: var(--rem24w);
}

.fz30 {
    font-size: var(--rem30w);
}

.fz40 {
    font-size: var(--rem40w);
}

.fz60 {
    font-size: var(--rem60);
}

.fz72 {
    font-size: var(--rem72);
}


/*---------フォント太さ-----------*/
.fw-mid {
    font-weight: 600;
}

/*---------リンク-----------*/
.txc_link {
    color: #1EB3EA;
    font-weight: bold;
}

/*---------gap-----------*/
.gap1 {
    gap: 1%;
}

/*---------box-----------*/
.img-shadow {
    box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

/*---------flex-----------*/
.flex_g1 {
    flex-grow: 1;
}

/*---------行間-----------*/
.lh140 {
    line-height: 1.4 !important;
}

/*---------border-----------*/
.border-b1 {
    border-bottom: 1px solid #B9B9B9;
}

/*---------tab表示-----------*/
@media screen and (max-width: 768px) {
    .tab_w10 {
        width: 10% !important;

        img {
            width: 100%;
        }
    }

    .tab_w20 {
        width: 20% !important;
    }

    .tab_w60 {
        width: 60% !important;
    }

    .sp-txt_l {
        text-align: left !important;
    }
}

/*---------sp表示-----------*/
@media screen and (max-width: 450px) {

    .sp-txt_c {
        text-align: center !important;
    }
}

/*================================
common-baseparts
================================*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

a {
    color: var(--color-font);
    transition: 0.3s all;
}

a:hover img {
    opacity: 1;
}

#breadcrumb ul li,
#breadcrumb ul li a {
    color: var(--color-font);
}

/*================================
common parts
================================*/
.post .u-basecontent,
.u-basecontent {
    max-width: var(--content-max-width);
    width: min(var(--content-max-width), 90%);
    margin-inline: auto;
}

.m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/*----------------------------------------------
  title
----------------------------------------------*/
header#h1Header h1.title {
    font-size: var(--rem36);
    letter-spacing: 0.1em;
    background: linear-gradient(0deg, #FF5C9D 0%, #F28600 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#thumbImg::before,
header#h1Header::before {
    background: transparent;
}

.post h2 {
    font-size: var(--rem36);
    color: var(--color-primary);
}

.post h3 {
    color: var(--color-primary);
}

#privacy h3 {
    font-size: var(--rem24w);
}

.post h1,
h1,
.post h2,
h2,
.post h3,
h3,
.post h4,
h4,
.post h5,
h5,
p,
div,
span {

    &.read-txt {
        font-size: var(--rem20);
        font-weight: 500;
        text-align: center;
    }

    /*---------top-main-title-----------*/
    &.top-main-title {
        text-align: center;
        line-height: 1.4;
        overflow-wrap: break-word;
        padding: 0 0 var(--rem60);
        margin: 0 auto var(--rem40);
        border: none;
        background: transparent;
        position: relative;

        .maintxt {
            font-size: var(--rem80);
            font-family: var(--font-family02);
            font-weight: bold;
            background: linear-gradient(0deg, rgba(255, 92, 157, 1) 0%, rgba(242, 134, 0, 1) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1;
        }

        .subtxt {
            color: var(--color-font);
            display: block;
            font-size: var(--rem24);
            font-weight: 600;
            padding: 0;
            border: none;
            background: transparent;
        }

        &::before {
            content: "";
            display: block;
            width: var(--px200);
            height: var(--rem40);
            background: url(/wp-content/uploads/img-title.png) no-repeat center / contain;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }



        &::after {
            content: none;
        }

        &.t-left {
            text-align: left;

            &:after {
                left: 0;
                transform: initial;
            }
        }
    }

    /*---------page-main-title-----------*/
    &.page-main-title {
        font-size: var(--rem42w);
        font-family: var(--font-family02);
        font-weight: 600;
        text-align: center;
        color: var(--color-font);
        line-height: 1.4;
        overflow-wrap: break-word;
        padding: 0 0 var(--rem20);
        margin: 0 auto var(--rem40);
        border: none;
        background: transparent;
        position: relative;

        .subtxt {
            display: block;
            font-size: var(--rem20w);
            font-weight: bold;
            padding: 0;
            border: none;
            background: transparent;
        }

        &::before {
            content: none;
        }

        &::after {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: var(--px80);
            border-bottom: 2px solid var(--color-primary);
            content: "";
            background: none;
        }

        &.t-left {
            text-align: left;

            &:after {
                left: 0;
                transform: initial;
            }
        }
    }
}


@media print,
screen and (max-width: 550px) {

    .post h1,
    h1,
    .post h2,
    h2,
    .post h3,
    h3,
    .post h4,
    h4,
    .post h5,
    h5,
    p,
    div,
    span {}
}

@media print,
screen and (max-width: 450px) {

    .post h1,
    h1,
    .post h2,
    h2,
    .post h3,
    h3,
    .post h4,
    h4,
    .post h5,
    h5,
    p,
    div,
    span {}
}

@media print,
screen and (max-width: 375px) {

    .post h1,
    h1,
    .post h2,
    h2,
    .post h3,
    h3,
    .post h4,
    h4,
    .post h5,
    h5,
    p {

        /*---------txtstyle01-----------*/
    }
}

/*----------------------------------------------
  column
----------------------------------------------*/
/*---------column01-----------*/
.column01 {
    position: relative;
    margin: var(--px60) 0 0;
}

.column01_wrap {
    position: relative;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    gap: var(--rem40);
}

.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
    flex-direction: column;
}

.column01 .txtarea .txtinner {
    max-width: 540px;
}

.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}

.column01 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media print,
screen and (max-width: 768px) {
    .column01 .txtarea {
        padding: var(--px80) 5%;
    }

    .column01_wrap {
        width: 100%;
    }
}

/*---------txtstyle-----------*/

.post .txtstyle02,
.txtstyle02 {
    font-family: var(--font-family01);
    font-size: var(--rem24);
    font-weight: bold;
    text-align: center;
    margin: var(--rem20) auto;
    background: transparent;
    color: var(--color-font);
    line-height: 1.4;
    padding: 0;
}

.post .txtstyle02:before,
.post .txtstyle02:after,
.txtstyle02:before,
.txtstyle02:after {
    content: none;
}

.post .column01 .txtstyle02,
.column01 .txtstyle02 {
    font-size: var(--rem20);
    margin: var(--rem20) 0;
}

.post .txtstyle04,
.txtstyle04 {
    font-family: var(--font-family02);
    font-size: var(--rem36);
    font-weight: 600;
    text-align: left;
    margin: var(--rem36) auto;
    background: transparent;
    border: none;
    color: #111;
    line-height: 1.4;
    padding: 0;
}

.post .txtstyle04:before,
.txtstyle04:before {
    content: none;
}

.post .column01 .txtstyle04,
.column01 .txtstyle04 {
    font-size: var(--rem36);
}

.post .column01 .txtstyle04:after,
.column01 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*---------column03-----------*/
.column03 {
    position: relative;
    padding: 0 0 var(--px160);
    margin: var(--px60) 0 0;
}

.column03:before {
    content: "";
    background: #F0F0F0;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.column03_wrap {
    position: relative;
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
    z-index: 1;
}

.column03 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}

.column03 .txtarea .txtinner {
    max-width: 540px;
}

.column03 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}

.column03 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media print,
screen and (max-width: 768px) {
    .column03 .txtarea {
        padding: var(--px80) 5%;
    }
}

/*---------column04-----------*/
.sec01 {
    background: #F5F5F5;
}

.toptxtarea {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.column04 {
    position: relative;
    padding: var(--px120) 0 0;
    margin: 0;
}

.column04:before {
    content: "";
    background: var(--color-primary);
    width: 100%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.column04_wrap {
    position: relative;
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
    z-index: 1;
}

.column04 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}

.column04 .txtarea .txtinner {
    max-width: 540px;
}

.column04 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}

.column04 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media print,
screen and (max-width: 768px) {
    .column04 .txtarea {
        padding: var(--px80) 5%;
    }
}


/*---------column05-----------*/
.column05 {
    position: relative;
    margin: 0;
}

.column05_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 20;
}

.column05_wrap+.column05_wrap {
    margin-top: calc(100px + 70px);
}

.column05 .imgarea {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    width: 60%;
}

.column05 .imgarea img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.column05 .txtarea {
    position: relative;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    ;
    background: #fff;
    padding: var(--px80) var(--px40);
    margin: 0 auto -70px -5%;
    z-index: 10;
}

.column05 .txtarea .txtinner {
    max-width: 540px;
}

@media print,
screen and (min-width: 1024px) {

    /*左右反転*/
    .column05_wrap+.column05_wrap {
        margin-top: calc(100px + 70px);
    }

    .column05_wrap.rev {
        padding-bottom: var(--px120);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .column05_wrap.rev .txtarea {
        margin: 0 -5% -70px auto;
    }
}

@media print,
screen and (max-width: 1023px) {
    .column05_wrap+.column05_wrap {
        margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
    }

    .column05_wrap.rev {
        flex-direction: row;
    }

    .column05 .imgarea,
    .column05 .txtarea {
        width: 90%;
    }

    .column05 .txtarea {
        margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
    }
}

@media print,
screen and (max-width: 768px) {
    .column05 .txtarea {
        padding: var(--px80) 5%;
    }
}

/*---------column05_02-----------*/
.column05_02 {
    position: relative;
    margin: var(--px60) 0 0;
}


.column05_02_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    z-index: 20;
}

.column05_02_wrap+.column05_02_wrap {
    margin-top: calc(100px + 70px);
}

.column05_02 .imgarea {
    position: relative;
    width: 50%;
}

.column05_02 .imgarea img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.column05_02 .txtarea {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* padding: var(--px80) var(--px40); */
    /* margin: -6% auto auto 0; */
    z-index: 10;
}

.column05_02 .txtarea .txtinner {
    max-width: 540px;
    padding: 20px;
}

@media print,
screen and (min-width: 1024px) {

    /*左右反転*/
    .column05_02_wrap+.column05_02_wrap {
        margin-top: calc(100px + 70px);
    }

    .column05_02_wrap.rev {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .column05_02_wrap.rev .txtarea {
        margin: 0 -5% auto auto;
    }
}

@media print,
screen and (max-width: 1023px) {
    .column05_02_wrap+.column05_02_wrap {
        margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
    }

    .column05_02_wrap.rev {
        flex-direction: row;
    }

    .column05_02 .imgarea,
    .column05_02 .txtarea {
        width: 90%;
    }

    /* .column05_02 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  } */
}

@media print,
screen and (max-width: 768px) {
    .column05_02 .txtarea {
        padding: var(--px80) 5%;
    }
}



/*---------column06-----------*/
.column06 {
    position: relative;
    margin: var(--px60) 0 0;
}

.column06_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    z-index: 20;
}

.column06 .rev .imgarea {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    width: 60%;
}

.column06 .imgarea {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    width: 60%;
}

.column06 .imgarea img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.column06 .txtarea {
    position: relative;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: var(--px80) var(--px40);
    margin: 0 auto 0 -5%;
    z-index: 10;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.column06 .txtarea .txtinner {
    max-width: 540px;
}

.column06_wrap+.column06_wrap {
    margin-top: var(--px80);
}

@media print,
screen and (min-width: 1024px) {

    /*左右反転*/
    .column06_wrap.rev {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .column06_wrap.rev .txtarea {
        margin: 0 -5% 0 auto;
    }
}

@media print,
screen and (max-width: 1023px) {
    .column06_wrap.rev {
        flex-direction: row;
        justify-content: end;
    }

    .column06 .imgarea,
    .column06 .rev .imgarea,
    .column06 .txtarea {
        width: 90%;
    }

    .column06 .txtarea {
        margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
    }

    .column06 .rev .txtarea {
        margin: calc(-60px + (1vw - 10.23px) * -3.8580) auto 0 0;
    }
}

@media print,
screen and (max-width: 768px) {
    .column06 .txtarea {
        padding: var(--px80) 5%;
    }
}

/*----------------------------------------------
  card
----------------------------------------------*/
/*---------coln02-----------*/

.post .col2_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col2_list>li {
    width: 48%;
    margin-bottom: 2%;
}

@media print,
screen and (max-width: 450px) {
    .post .col2_list>li {
        width: 100%;
        margin-bottom: 20px;
    }

    .post .col2_list>li:last-child {
        margin-bottom: 0;
    }
}

/*---------col03-----------*/
.post .col3_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col3_list>li {
    width: 32%;
    margin-bottom: 4%;
}

.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}

.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

@media print,
screen and (max-width: 768px) {
    .post .col3_list>li {
        width: 49%;
        margin-bottom: 10%;
    }

    .post .col3_list::before,
    .post .col3_list:after {
        content: none;
    }
}

@media print,
screen and (max-width: 450px) {
    .post .col3_list>li {
        width: 100%;
    }

    .post .col3_list>li:last-child {
        margin-bottom: 0;
    }
}

/*---------col4-----------*/
.post .col4_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.post .col4_list>li {
    width: calc((100% / 4) - 20px);
    margin-bottom: 1.5%
}

/* .post .col4_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.post .col4_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
} */

@media print,
screen and (max-width: 1240px) {

    .post .col4_list>li,
    .post .col4_list::before,
    .post .col4_list:after {
        width: 32%;
        margin-bottom: 2%;
    }
}

@media print,
screen and (max-width: 768px) {
    .post .col4_list>li {
        width: 48%;
    }

    .post .col4_list::before,
    .post .col4_list:after {
        content: none;
    }
}

@media print,
screen and (max-width: 414px) {
    .post .col4_list>li {
        width: 100%;
    }

    .post .col4_list>li:last-child {
        margin-bottom: 0;
    }

    .post .col4_list>li.sp-02 {
        width: 48%;
    }
}

/*---------col5-----------*/
.col5_list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--rem20);
    justify-content: center;

    li {
        width: calc((100% / 5) - 20px);
    }
}

@media print,
screen and (max-width: 768px) {
    .col5_list {
        display: flex;
        flex-wrap: wrap;
        gap: var(--rem20);
        justify-content: normal;

        li {
            width: 48%;
        }
    }
}

@media print,
screen and (max-width: 450px) {
    .col5_list {
        display: flex;
        flex-wrap: wrap;
        gap: var(--rem20);
        justify-content: normal;

        li {
            width: 100%;
        }
    }
}

.link-img {
    .link-img_contents {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        background: #111;

        img {
            height: auto;
            transition: transform .6s ease;
            /* ゆっくり変化させる */
        }
    }

    &:hover {
        .link-img_contents img {
            transform: scale(1.1);
        }
    }
}

/*----------------------------------------------
  cardstyle
----------------------------------------------*/
/*---------style01-------------*/
.card-title01 {
    background-color: var(--color-primary-tint);
    padding: 10px !important;
    font-size: var(--rem24);
    color: var(--color-font);
    text-align: center;
    margin: var(--rem20) 0;
    font-weight: 600;
}

/*---------style02-------------*/
.card01_list.cardstyle02>li {
    display: flex;
    flex-direction: column;
    border-radius: var(--rem30);
    overflow: hidden;
}

.card01_list.cardstyle02>li .txtarea {
    background: var(--color-primary);
    padding: 20px;
    flex-grow: 1;
    font-size: var(--rem24);
    text-align: center;
    color: var(--color-background);
    font-weight: bold;
}

@media print,
screen and (max-width: 768px) {
    .card01_list.cardstyle02>li {
        margin-bottom: 5%;
    }
}

.post .txtstyle03,
.txtstyle03 {
    font-family: var(--font-family01);
    font-size: var(--rem20);
    font-weight: 600;
    text-align: left;
    margin: 0 auto var(--rem20);
    background: transparent;
    color: var(--color-font);
    line-height: 1.4;
    padding: 0 0 0 var(--rem28);
    position: relative;
}

.post .txtstyle03:before,
.post .txtstyle03:after,
.txtstyle03:before,
.txtstyle03:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #898989;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*---------03_style02-------------*/
.card03_list.cardstyle02 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}

.card03_list.cardstyle02>li:hover .imgarea img {
    transform: scale(1.04);
}

.card03_list.cardstyle02>li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.card03_list.cardstyle02>li:after {
    content: "";
    width: var(--rem40);
    height: var(--rem40);
    background: url(/wp-content/uploads/arw02.png) no-repeat center / contain;
    position: absolute;
    bottom: 45px;
    right: 45px;
    z-index: 2;
}

.card03_list.cardstyle02 .txtinner {
    position: relative;
    color: #fff;
    z-index: 1;
}

.card03_list.cardstyle02 .txtinner .txtstyle02 {
    color: #fff;
}

.card03_list.cardstyle02 .imgarea {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    line-height: 0;
    z-index: -1;
}

.card03_list.cardstyle02 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card03_list.cardstyle02 a.filllink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

body#editor-style .card03_list.cardstyle02 a.filllink {
    position: static;
    display: block;
    background: #111;
    height: 30px;
}

body#editor-style .card03_list.cardstyle02 a.filllink::before {
    content: "ダブルクリックでリンク設定";
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

body#editor-style .card03_list.cardstyle02>li:before {
    z-index: -1;
}

body#editor-style .card03_list.cardstyle02 .imgarea {
    position: static;
}


.card03_list>li {
    background: #eee;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

.card03_list .txtarea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--px60) var(--px30);
    font-family: var(--font-family02);
    font-weight: 400;
}

/*---------style04-------------*/
.card03_list>li {
    background: #eee;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

.card03_list .txtarea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: var(--px30);
    color: var(--color-font);
}

.card03_list.cardstyle04>li {
    background: #F6F6F6;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

/*---------num_list01-------------*/
.num_list01 {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
}

.num_list01 .imgarea {
    position: relative;
    margin-bottom: var(--px40w);
}

.num_list01 .imgarea:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: "0" counter(number);
    display: inline-block;
    background: #ffffff;
    color: var(--color-font);
    font-family: var(--font-family02);
    font-weight: 400;
    font-size: 20px;
    border-radius: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    bottom: -25px;
    transform: translateX(-50%);
    box-shadow: 0 0 8px grey;
}

.num_list01 .num_listttl {
    text-align: center;
    font-weight: bold;
    font-size: var(--rem20w);
    padding: 10px 0;
    position: relative;
    background: var(--color-secondary);
    margin-bottom: 10px;
}

/*----------------------------------------------
  cta
----------------------------------------------*/
.cta01 {
    background: url(/wp-content/uploads/cta-bg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 0;
}



.cta01 .cta01_wrap {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    background: var(--color-background);
    padding: var(--px80);
    border-radius: var(--rem30);
}

.cta01 .ctabtnlist {
    justify-content: space-between;
    max-width: 760px;
    margin: var(--px50) auto 0 auto;
}

.cta01 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}

.cta01 a.item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30) 0;
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease .15s;
    border: 1px solid;
    border-image: linear-gradient(-90deg, rgba(255, 92, 157, 1) 0%, rgba(242, 134, 0, 1) 100%);
    border-image-slice: 1;
}

.cta01 a.item:hover {
    opacity: 0.8;
}

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

    .cta01 .ctabtnlist li,
    .cta01 .ctabtnlist a.item {
        width: 100%;
    }

    .cta01 .ctabtnlist li+li {
        margin-top: 1rem;
    }
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cta01 .infotxt {
    font-size: var(--rem16);
    font-weight: bold
}

/*電話ボタン*/

.cta01 .telnum {
    font-size: var(--rem36);
    font-weight: bold;
    margin-bottom: 1rem;
}

.cta01 .telbtn .btnttl {
    font-size: var(--rem20);
}

.cta01 a.telbtn {
    background: var(--color-background);
    color: var(--color-font);
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
    font-size: var(--rem24);
}

.cta01 a.mailbtn {
    background: linear-gradient(-90deg, rgba(255, 92, 157, 1) 0%, rgba(242, 134, 0, 1) 100%);
    ;
    color: var(--color-background);
}

/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
    content: '';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before {
    content: '\f0e0';
}

.cta01 .telnum::before {
    content: '\f3cd';
}

/*----------------------------------------------
  header
----------------------------------------------*/

/*--------------google翻訳--------------*/
.gtranslate_wrapper {
    background: #B7B7B7;
    gap: 3px;
}

.glink {
    align-content: center;
}

@media print,
screen and (min-width: 1024px) {
    #header {
        height: auto !important;
    }

    span.header_time {
        font-weight: 500;
    }

    #header-layout {
        height: 100px;
        padding: 20px !important;
    }

    .gtranslate_wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: end;
        width: 100%;
        margin: 0;
        padding: var(--px12);
    }

    select.gt_selector.notranslate {
        width: 150px;
    }

    #header .header__nav-contact {
        flex-shrink: 1;
    }

    nav#mainNav ul li a {
        font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.4464), 1.6rem);
        /*1.6-1.2(1920-1024)*/
        padding: var(--px20) min(calc(3rem + (1vw - 1.92rem) * 2.0089), 3rem);
        /*3-1.2(1920-1024)*/
    }
}

@media print,
screen and (max-width: 1023px) {
    .header__translator {
        position: fixed;
        overflow: hidden;
        z-index: 999;
        right: 0;
        bottom: 120px;
        background: rgba(255, 255, 255, .8);
        padding: 10px 10px 10px 10px;
        border-radius: 5px 0 0 5px;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .gtranslate_wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        background: transparent;
        gap: 4px;
    }

    .gtranslate_wrapper br {
        display: none;
    }

    select.gt_selector {
        display: none;
    }
}

/*--------------google翻訳ここまで--------------*/

#header-layout {
    padding: 10px 0;
}

#header a.head_btn.tel_btn {
    color: var(--header-color-font);

    &::before,
    &::before {
        content: none;
    }

    &:hover {
        opacity: 0.6;
    }
}

a.head_btn.tel_btn,
#header a.head_btn {
    border-radius: 50em;
}

span.header_tel {
    display: flex;
    align-items: center;
    font-size: var(--rem24);

    &:before {
        content: '\f095';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: var(--rem18);
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
    }
}

#header a.head_btn.mail_btn {
    border: 2px solid var(--header-color-primary);

    &::before {
        content: none;
    }

    &:hover {
        background: var(--color-primary);
        color: #fff;
        opacity: 0.8;
    }

    .header_mail {
        display: flex;
        align-items: baseline;
        font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.6696), 1.8rem);
        /*1.8-1.2(1920-1024)*/

        &:before {
            content: '\f0e0';
            display: inline-block;
            font-family: 'FontAwesome';
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 1;
            margin-bottom: .1em;
            margin-right: 5px;
        }
    }
}

nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b {
    color: var(--header-color-primary);
}

nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li.current-menu-ancestor li.current-menu-item a {
    background: var(--color-background);
}





@media print,
screen and (min-width: 1024px) {
    .sticky-header #header-layout {
        justify-content: space-between;
        height: 100px;
    }

    #header .logo img {
        max-width: 300px;
    }
}

/*----------------------------------------------
  footer
----------------------------------------------*/
#footer {
    padding-bottom: 0;
}

#footer .footer__logo img {
    max-width: 340px;
    max-height: var(--px160);
    -o-object-fit: contain;
    object-fit: contain;
}

#copyright {
    padding: 5px;
    color: var(--color-font);
}


/*----------------------------------------------
  link
----------------------------------------------*/
.txt-link {
    font-family: var(--font-family01);
    border-bottom: 1px solid var(--color-font);
    font-weight: 600;
}

/*----------------------------------------------
  btn
----------------------------------------------*/
.linkBtn {
    position: relative;
    display: inline-block;
    max-width: 360px;
    width: 100%;
    font-size: var(--rem16);
    color: var(--color-background);
    line-height: 1.8;
    text-align: left;
    background: var(--color-primary);
    font-weight: 600;
    padding: var(--rem20) 30px var(--rem20) 50px;
    margin: 0 auto 0;
    border: solid 2px;
    border-radius: 50vh;
    transition: all .3s;

    &:after {
        border-color: var(--color-background);
    }

    &:hover {
        color: #ffffff;
        background: var(--color-primary);
        opacity: 0.8;

        &:after {
            border-color: #ffffff;
        }
    }
}

.post {
    .linkBtn {
        position: relative;
        display: inline-block;
        max-width: 360px;
        width: 100%;
        font-size: var(--rem16);
        color: var(--color-background);
        line-height: 1.8;
        text-align: left;
        background: var(--color-primary);
        font-weight: 600;
        padding: var(--rem20) 30px var(--rem20) 50px;
        margin: 0 auto 0;
        border: solid 2px;
        border-radius: 50vh;
        transition: all .3s;

        &:after {
            border-color: var(--color-background);
        }

        &:hover {
            color: #ffffff;
            background: var(--color-primary);
            opacity: 0.8;

            &:after {
                border-color: #ffffff;
            }
        }
    }

    .subimitarea {
        .linkBtn02 {
            input[type="submit"] {
                position: relative;
                display: inline-block;
                max-width: 360px;
                width: 100%;
                font-size: var(--rem16);
                color: var(--color-background);
                line-height: 1.8;
                text-align: left;
                background: var(--color-primary);
                font-weight: 600;
                padding: var(--rem20) 30px var(--rem20) 50px;
                margin: 0 auto 0;
                border: solid 2px var(--color-background);
                border-radius: 50vh;
                transition: all .3s;

                &:hover {
                    color: #ffffff;
                    background: var(--color-primary);
                    opacity: 0.8;
                }

                margin-top: 0;
            }
        }
    }
}

a {
    .linkBtn {
        position: relative;
        display: inline-block;
        max-width: 360px;
        width: 100%;
        font-size: var(--rem16);
        color: var(--color-background);
        line-height: 1.8;
        text-align: left;
        background: var(--color-primary);
        font-weight: 600;
        padding: var(--rem20) 30px var(--rem20) 50px;
        margin: 0 auto 0;
        border: solid 2px;
        border-radius: 50vh;
        transition: all .3s;

        &:after {
            border-color: var(--color-background);
        }

        &:hover {
            color: #ffffff;
            background: var(--color-primary);
            opacity: 0.8;

            &:after {
                border-color: #ffffff;
            }
        }
    }
}

.subimitarea {
    >.linkBtn {
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }
}



/*----------------------------------------------
  fullwide
----------------------------------------------*/
/* ----fullwide01----*/
.fullwide01 {
    position: relative;
    background: url(/wp-content/uploads/top_about-bg.png) center / cover;
}

.about>img {
    border-radius: var(--rem30);
}

.fullwide01_wrap {
    background: #fff;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: var(--px60) var(--px80);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--rem30);
    overflow: hidden;
}

.fullwide01_inner {
    width: 100%;
}

@media print,
screen and (max-width: 768px) {
    .fullwide01_wrap {
        padding: var(--px80) 5%;
    }
}

/* ----fullwide03----*/
.fullwide03 {
    position: relative;
    background: transparent;
    padding: var(--px80) 0
}

.fullwide03:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fullwide03_wrap {
    background: var(--color-background);
    position: relative;
    z-index: 1;
    max-width: 1240px;
    width: 94%;
    margin: 0 auto;
    padding: var(--px80);
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullwide03_inner {
    max-width: 960px;
}

@media print,
screen and (max-width: 768px) {
    .fullwide03_wrap {
        padding: var(--px80) 5%;
    }
}

/* ----fullwide04----*/
.fullwide04 {
    position: relative;
    background: transparent;
    padding: 0;
}

.fullwide04:before {
    content: "";
    background: linear-gradient(125deg, rgba(191, 233, 251, 1) 0%, rgba(218, 248, 211, 1) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fullwide04_wrap {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullwide04_inner {
    max-width: 960px;
}

@media print,
screen and (max-width: 768px) {
    .fullwide04_wrap {
        padding: var(--px80) 5%;
    }
}

/*----------------------------------------------
  table
----------------------------------------------*/
@media print,
screen and (max-width: 768px) {
    .table-wrap {
        overflow-x: scroll;

        table {
            width: 1000px;
        }
    }
}


.post table th {
    background: var(--color-primary-tint);
    color: var(--color-font);
}

.post table td {
    background: #fff;
}

.post table.table_style02 {
    border: none;
}

.post table.table_style02 th {
    background-color: var(--color-primary-tint);
    color: var(--color-font);
    border-left: none;
    border-right: none;
}

.post table.table_style02 td {
    border-left: none;
    border-right: none;
}

/*----------------------------------------------
  teleco_v1
----------------------------------------------*/
.teleco_v1 h2 {
    width: 100%;
}

.teleco_v1 .w50.image_box {
    position: relative;
    overflow: hidden;
}

.teleco_v1 .w50.image_box::before {
    content: '';
    display: block;
}

.teleco_v1 .w50.image_box img {
    position: absolute;
    width: 102%;
    height: auto;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.teleco_v1 .w50.text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: var(--rem40) var(--rem60);
    /* 120-65px (1920-375) */
}

@media print,
screen and (min-width: 769px) {
    .teleco_v1 .w50.image_box::before {
        padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
    }

    .teleco_v1 .w50.image_box img {
        width: auto;
        height: 116%;
    }
}

.flexinnerBtn {
    align-self: normal;
}

@media print,
screen and (max-width: 768px) {
    .teleco_v1 .w50.image_box {
        margin-bottom: 0;
    }

    .teleco_v1 .w50.image_box::before {
        padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
    }

    .teleco_v1 .w50.text_box {
        padding: 20px;
        margin-bottom: 0;
    }
}

.list-disc {
    display: flex;
    flex-wrap: wrap;


    dt {
        color: var(--color-primary);
        width: 15%;
    }

    dd {
        width: 85%;
    }
}


/* ==========================
TOP
=========================== */
.top-about {
    background: url(/wp-content/uploads/top-about-bg.jpg) no-repeat center / cover;

    &.front_contents {
        padding: var(--px30) 0;
    }
}

.top-page-link {
    background: url(/wp-content/uploads/top-page-link-bg.jpg) no-repeat center / cover;
}

@media(max-width: 1200px) {

    .top-news {
        padding-right: 8%;
        padding-left: 8%;
    }

}

@media(max-width: 768px) {


    .top-products,
    .top-service,
    .top-page-link {
        padding-right: 5%;
        padding-left: 5%;
    }

    .top-about {
        &.front_contents {
            padding-right: 5%;
            padding-left: 5%;
        }
    }
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
/*--------------------
	共通
-------------------------------*/
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

.page_contents_inner+.page_contents_inner {
    margin-top: var(--px100);
}

.fw_contents .page_contents_inner {
    padding-block: var(--px100);
    margin-top: 0;
}

.post h1,
h1.title,
h1,
.post h2,
.post2b h2,
.post4b h2,
h2.title,
h2,
h3,
.post h3,
h4,
.post h4,
h5,
.post h5 {
    color: var(--color-font);
}

body:not(.home) .post {

    h1:not([class]) {
        font-size: var(--rem40);
        font-family: var(--font-family02);
        font-weight: 600;
        letter-spacing: .02em;
        text-align: center;
        text-shadow: none;
        padding: 0;
        z-index: 20;
    }

    h2:not([class]) {
        font-size: var(--rem24);
        font-family: var(--font-family01);
        font-weight: 500;
        letter-spacing: 0.05em;
        color: var(--color-font);
        padding: 0;
        margin: var(--px80) auto var(--px50);
        line-height: 1.4;
        text-align: center;
        border: none;
        padding: 0;
        line-height: 1;
        background: transparent;

        span.c-entxt {
            display: block;
            font-family: var(--font-family02);
            font-weight: 700;
            font-size: var(--rem80);
            letter-spacing: 0;
            background: linear-gradient(0deg, #FF5C9D 0%, #F28600 80%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        &::before {
            content: none;
        }

        &::after {
            content: none;
        }
    }

    h3:not([class]) {
        position: relative;
        font-size: var(--rem24);
        font-family: var(--font-family01);
        color: var(--color-font);
        font-weight: 600;
        letter-spacing: .1rem;
        padding: 0;
        text-align: center;
        margin: var(--rem60) auto var(--rem20);
        background: var(--color-primary-tint);
        border: none;
        padding-inline: 2%;
        padding-block: 0.2em;
    }

    h4:not([class]) {
        position: relative;
        font-size: var(--rem18);
        font-family: var(--font-family01);
        color: var(--color-font);
        font-weight: 600;
        letter-spacing: .1rem;
        padding: var(--rem12);
        text-align: left;
        margin: var(--rem40) auto var(--rem14);
        border: solid 0.1rem;

        &::before,
        &::after {
            content: none;
        }
    }

    h1:not([class]):first-of-type,
    h2:not([class]):first-of-type,
    h3:not([class]):first-of-type,
    h4:not([class]):first-of-type {
        margin-top: 0;
    }
}

/*--------------------
	designcode
-------------------------------*/

/*--flow01--------------------------------------------*/

.flowlist01 {
    padding-left: 13rem;
    position: relative;
}

.flowlist01::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 13rem;
}

.flowlist01>li {
    position: relative;
}

.flowlist01>li:not(:last-child) {
    margin-bottom: 8vh;
}

.flowlist01>li .icon {
    font-size: 1.6rem;
    color: #fff;
    background: var(--color-primary);
    padding: 0.8rem 2rem;
    display: block;
    position: absolute;
    top: 0;
    left: -13rem;
    z-index: 100;
    font-style: italic;
}

.flowlist01>li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #F28600;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flowlist01>li dl {
    padding-left: 7rem;
    position: relative;
    padding-top: 0.7rem;
}

.flowlist01>li dl::before,
.flowlist01>li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 2rem;
}

.flowlist01>li dl::before {
    width: 7px;
    height: 7px;
    margin-top: 0;
    background: #F28600;
    border-radius: 50%;
    left: -4px;
}

.flowlist01>li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
    top: 2.3rem;
}

.flowlist01>li dl dt {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .flowlist01>li .icon {
        font-size: 1.2rem;
    }

    .flowlist01 {
        padding-left: 10rem;
    }

    .flowlist01>li .icon {
        left: -11rem;
    }

    .flowlist01::before {
        left: 10rem;
    }

    .flowlist01>li dl {
        padding-left: 4.5rem;
    }

    .flowlist01>li dl::after {
        width: 30px;
    }

    .flowlist01>li dl dt {
        font-size: 1.4rem;
    }
}

/*--contact_area-------------------------------------*/

.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);
    /*80px-40px (1920-375)x*/
    text-align: center;
    background: #f7f7f7;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}

.post .contact_ttl {
    font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem);
    /* 2.8-2.1rem (1920-375) */
    font-weight: 600;
    text-align: center;
    letter-spacing: .2rem;
    padding: 0;
    margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px);
    /* 120-65px auto 50-35px (1920-375) */
}

.post .contact_ttl::before {
    content: none;
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
}

.post .contact_ttl::after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: 2.2em;
    height: 3px;
    background: var(--color-primary);
    margin: 0.6em auto 0;
}

.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    /*30px-15px (1920-375)*/
    text-align: center;
}

.button_wrap,
.post .button_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.button_wrap>*,
.post .button_wrap>* {
    margin: 10px !important;
}

.contact_area .linkBtn,
.contact_area .post .linkBtn {
    padding: 0;
}

.contact_area .linkBtn a {
    color: #fff;
    padding: 0.8em 1.2em;
    display: block;
}

/*--------------------
	conpornent parts
-------------------------------*/
/*----------カードパーツ----------*/

/*------カード基本------*/
.post {

    .c-card {

        &>.c-card__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;

            .c-card__img {
                aspect-ratio: 8 / 5;
                overflow: hidden;

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

            .c-card__txt {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                padding: var(--px20) var(--px16) var(--px24);
                background-color: var(--color-wt);
            }

            .c-card__title {
                font-family: var(--font-family01);
                font-style: normal;
                font-weight: 800;
                font-size: var(--px20);
                color: var(--color-primary);
                line-height: 1.6;
                border: none;
                padding: 0;
                margin: 0;
            }

            .c-card__title--column {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 6px;
                margin-top: var(--px16);
            }


            .c-card__desc {
                line-height: 1.8;
                margin-top: 8px;
            }

            .c-card__subtitle {
                font-size: var(--px14);
                letter-spacing: 0;
                font-weight: 500;
            }

            .c-card__table {
                padding: 0;
                margin: var(--px16) 0 0;
                border-spacing: 0 5px;
            }

            .c-card__table th {
                background: var(--color-secondary-tint);
                text-align: center;
                padding: 5px 5px 7px;
                width: 30%;
                color: var(--color-primary);
                border-bottom: solid 3px #ffff;
                font-size: var(--px14);
                font-weight: 400;
                line-height: 1.2;
            }

            .c-card__table td {
                padding: 5px 10px 7px;
                line-height: 1.2;
                border: none;
            }
        }
    }
}

/*-------c-colum--------*/
.post {
    .c-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: var(--px50);

        .c-column__txt {
            &.c-column--shrink {
                flex-shrink: 0;
            }
        }
    }
}

/*================================================
				リンクボタンリスト
================================================*/

.post {

    /*---ボタンリストレイアウト---*/

    .c-btnlist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        gap: var(--px14) 2%;

        .c-btnlist__listitem {
            position: relative;
        }

        .c-btnlist__btn {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: var(--px18) 45px var(--px18) var(--px20);
            gap: var(--px20);
            height: 100%;
            font-family: var(--font-family01);
            font-weight: 500;
            font-size: var(--px16);
            text-align: left;
            line-height: 1.4;
            width: 100%;
            color: var(--color-wt);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            border-radius: 0;
            border: none;
            background: var(--color-primary);
            color: #fff;

            &.c-btnlist__btn--external:after {
                content: "\f08e";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                font-size: var(--px16);
                line-height: 1;
                color: var(--color-wt);
                position: absolute;
                right: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: auto;
                height: auto;
                border: none;
                margin: 0;
            }

            &:hover {
                opacity: 0.8;
            }
        }

        &.c-btnlist--anchor {
            .c-btnlist__btn {

                &:after {
                    content: "\f103";
                    font-family: "Font Awesome 6 Free";
                    font-weight: 900;
                    font-size: var(--px16);
                    line-height: 1;
                    color: var(--color-wt);
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: auto;
                    height: auto;
                    border: none;
                    margin: 0;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }
            }
        }
    }
}

.c-ttlsubtxt {
    text-align: center;
    font-size: var(--rem18);
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: var(--px50);
}

/*--------------------
	utility parts
-------------------------------*/
.u-txtgradient {
    background: linear-gradient(0deg, #FF5C9D 0%, #F28600 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.u-bradius img {
    border-radius: var(--px30);
}

/*---font---*/
.u-fs16 {
    font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.3236), 1.6rem);
    /*1.6-1.1(1920-375)*/
    line-height: 2;
    font-weight: 400;
}

.u-fs14 {
    font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);
    line-height: 2;
    font-weight: 400;
}

/* ==========================
お問い合わせ
=========================== */

.wpcf7-form .must {
    background: #B63033;
    color: var(--color-background);
}

/* ==========================
サイトマップ
=========================== */
.post ul#sitemap_list.sitemap_disp_level_0>li a {
    font-weight: 600;
    font-family: var(--font-family01);
}

/* ==========================
トラストについて
=========================== */
.c-txtarea__lead {
    font-size: var(--rem30);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.7em;
}

#content02 {
    .c-featurebox .text_box {
        padding-inline: 3% 0;

        p.c-leadtxt {
            font-size: var(--rem18);
            font-weight: 700;
            color: #f28600;
            padding-bottom: 0.5em;
        }
    }

    .c-featurebox.rev {
        .text_box {
            padding-inline: 0 3%;
        }
    }
}

@media (max-width: 768px) {
    #content02 {
        .c-featurebox {
            padding-inline: 0;
        }
    }
}

/* ==========================
採用情報
=========================== */
.p-recruit {
    .c-featurebox h3 {
        text-align: left !important;
        line-height: 1.4;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    #content02 {
        .c-featurebox {
            padding-inline: 5%;
        }
    }
}