@charset "utf-8";

/* ===== style.css ===== */
body {
    font: 14px/1.9 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #3B3B3B;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.6s;
}
@media screen and ( min-width: 769px ) {
    a:hover {
        opacity: 0.7;
    }
}

img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

select,
input,
textarea {
    outline: none;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 0;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    line-height: 1.15;
    border: none;
    border-radius: 0;
    background: none;
    z-index: 20;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
select::-ms-expand {
    display: none;
}


/* -- margin -- */
.mt0 { margin-top: 0!important; }
.mt3 { margin-top: 3px!important; }
.mt5 { margin-top: 5px!important; }
.mt8 { margin-top: 8px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt25 { margin-top: 25px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt55 { margin-top: 55px!important; }
.mt60 { margin-top: 60px!important; }
.mt65 { margin-top: 65px!important; }
.mt70 { margin-top: 70px!important; }
.mt75 { margin-top: 75px!important; }
.mt80 { margin-top: 80px!important; }
.mt85 { margin-top: 85px!important; }
.mt100 { margin-top: 100px!important; }
.mt105 { margin-top: 105px!important; }
.mt120 { margin-top: 120px!important; }
@media screen and ( max-width: 768px ) {
    .mt15 { margin-top: 12px!important; }
    .mt20 { margin-top: 15px!important; }
    .mt25 { margin-top: 18px!important; }
    .mt30 { margin-top: 20px!important; }
    .mt35 { margin-top: 22px!important; }
    .mt40 { margin-top: 25px!important; }
    .mt50 { margin-top: 30px!important; }
    .mt55 { margin-top: 32px!important; }
    .mt60 { margin-top: 35px!important; }
    .mt65 { margin-top: 38px!important; }
    .mt70 { margin-top: 40px!important; }
    .mt75 { margin-top: 42px!important; }
    .mt80 { margin-top: 45px!important; }
    .mt85 { margin-top: 48px!important; }
    .mt100 { margin-top: 55px!important; }
    .mt105 { margin-top: 58px!important; }
    .mt120 { margin-top: 65px!important; }
}

.mb0 { margin-bottom: 0!important; }
.mb40 { margin-bottom: 40px!important; }
@media screen and ( max-width: 768px ) {
    .mb40 { margin-bottom: 25px!important; }
}

.ml8 { margin-left: 8px!important; }
.ml30 { margin-left: 30px!important; }
@media screen and ( max-width: 768px ) {
    .ml30 { margin-left: 20px!important; }
}


/* -- text-align -- */
.taL { text-align: left!important; }
.taC { text-align: center!important; }


/* -- font-weight -- */
.fwB { font-weight: bold!important; }


/* -- font-size -- */
.fz13 { font-size: 13px!important; }
.fz24 { font-size: 24px!important; }


/* -- line-height -- */
.lh1_4 { line-height: 1.4!important; }


/* -- hide -- */
@media screen and ( min-width: 769px ) {
    .pc_hide { display: none!important; }
}
@media screen and ( max-width: 768px ) {
    .sp_hide { display: none!important; }
}


/* -- wrapper -- */
.wrapper {
    overflow: hidden;
    padding-top: 70px;
}
@media screen and ( max-width: 768px ) {
    .wrapper {
        padding-top: 63px;
    }
}


/* -- inner -- */
.inner {
    margin: 0 auto;
    max-width: 1040px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and ( max-width: 1010px ) {
    .inner {
        margin: 0 15px;
        width: auto;
    }
}


/* -- clearfix -- */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/*
    form
*/
/* label */
label {
    cursor: pointer;
}

/* input */
input[type="text"] {
    text-align: left;
    color: #3B3B3B;
    line-height: 48px;
    display: inline-block;
    padding: 0 30px 0 19px;
    max-width: 340px;
    height: 48px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}
input[type="text"]::-webkit-input-placeholder { color: #D8D8D8; }
input[type="text"]:-moz-placeholder {
    color: #D8D8D8;
    opacity: 1;
}
input[type="text"]::-moz-placeholder {
    color: #D8D8D8;
    opacity: 1;
}
input[type="text"]:-ms-input-placeholder { color: #D8D8D8; }
input[type="text"]::-ms-input-placeholder { color: #D8D8D8; }

input[type="submit"] {
    cursor: pointer;
    transition: opacity 0.6s;
}
@media screen and ( min-width: 769px ) {
    input[type="submit"]:hover {
        opacity: 0.7;
    }
}

input[type="radio"] {
    vertical-align: middle;
    margin: 0 11px 0 0;
    width: 30px;
    height: 30px;
    border: 1px solid #6C7B90;
    border-radius: 50%;
}
input[type="radio"]:checked {
    background: url(../img/common/icon_radio_checked.png) no-repeat 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 11px 0 0;
    width: 30px;
    height: 30px;
    border: 1px solid #6C7B90;
}
input[type="checkbox"]:checked {
    background: url(../img/common/icon_checkbox_checked.png) no-repeat 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

/* textarea */
textarea {
    text-align: left;
    color: #3B3B3B;
    line-height: 1.15;
    display: inline-block;
    padding: 19px;
    height: 198px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}
textarea::-webkit-input-placeholder { color: #D8D8D8; }
textarea:-moz-placeholder {
    color: #D8D8D8;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #D8D8D8;
    opacity: 1;
}
textarea:-ms-input-placeholder { color: #D8D8D8; }

/* select */
.select_outer {
    position: relative;
    max-width: 340px;
}
.select_outer:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 34px;
    border-radius: 0 4px 4px 0;
    background: url(../img/common/icon_select.png) no-repeat right center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    content: "";
    z-index: 10;
}
.select_outer:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    content: "";
    z-index: 20;
}
select {
    text-align: left;
    color: #D8D8D8;
    padding: 0 30px 0 19px;
    line-height: 50px;
    height: 50px;
    z-index: 30;
}

button {
    cursor: pointer;
    transition: opacity 0.6s;
}
@media screen and ( min-width: 769px ) {
    button:hover {
        opacity: 0.7;
    }
}


/*
    header
*/
header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto 0;
    transition: background 0.6s;
    z-index: 100;
}
.under header {
    background: #FFF;
    box-shadow: 0px 3px 3px rgba(0,0,0,.1);
}
@media screen and ( min-width: 1281px ) {
    header.open {
        background: #FFF;
    }
}

#header_logo {
    position: relative;
    width: 362px;
    height: 32px;
}
#header_logo img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 0 20px;
    transition: opacity 0.6s;
}
@media screen and ( max-width: 1281px ) {
    #header_logo {
        width: 225px;
        height: 70px;
    }
}
@media screen and ( max-width: 768px ) {
    #header_logo {
        width: 161px;
        height: 63px;
    }
    #header_logo img {
        padding: 16px 0 0 10px;
        width: 150px;
    }
    .under #header_logo .sp_hide {
        display: block!important;
    }
    .under #header_logo .pc_hide {
        display: none!important;
    }
    .under #header_logo img {
        padding: 24px 0 0 15px;
        width: 210px;
    }
    .under #header_logo img.off {
        opacity: 0;
    }
}

#gnavi_btn {
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 17px;
    width: 30px;
    height: 24px;
    z-index: 20;
}
#gnavi_btn li {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 4px;
    background: #FFF;
}
#gnavi_btn li:nth-child(1) {
    bottom: auto;
}
#gnavi_btn li:nth-child(2) {
    right: auto;
    width: 20px;
}
#gnavi_btn li:nth-child(3) {
    top: auto;
    right: auto;
    width: 10px;
}
.open#gnavi_btn {
    position: fixed;
}
.open#gnavi_btn li:nth-child(1) {
    right: auto;
    width: 10px;
}
.open#gnavi_btn li:nth-child(2) {
    width: 20px;
}
.open#gnavi_btn li:nth-child(3) {
    left: 0;
    width: 100%;
}
@media screen and ( min-width: 1282px ) {
    #gnavi_btn { display: none; }
}
@media screen and ( max-width: 1281px ) {
    .under #gnavi_btn {
        top: 23px;
        right: 15px;
        height: 25px;
    }
    .under #gnavi_btn li {
        height: 2px;
        width: 30px;
        background: #3B3B3B;
    }
    .under .open#gnavi_btn li {
        width: 30px;
        background: #fff;
    }
}

#gnavi {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and ( max-width: 1281px ) {
    #gnavi {
        overflow-y: scroll;
        display: block;
        position: fixed;
        top: 0;
        right: -280px;
        padding-top: 68px;
        width: 280px;
        max-height: 100vh;
        background: #000;
        z-index: 10;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
             -o-box-sizing: border-box;
                box-sizing: border-box;
        transition: right 0.6s;
    }
}

#gnavi > li:not(.gnavi_contact) {
    margin-right: 50px;
}
#gnavi > li:nth-last-child(2) {
    margin-right: 40px;
}
#gnavi > li > p > a,
#gnavi > li > a {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.65;
    display: block;
    position: relative;
    padding: 24px 0 22px;
    transition: color 0.6s;
}
#gnavi > li > p > a:after,
#gnavi > li > a:after {
    position: absolute;
    bottom: 11px;
    right: 0;
    left: 12px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 0;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: opacity 0.6s;
}
#gnavi > li > p > a,
#gnavi > li > a {
    color: #3B3B3B;
}
#about #gnavi > li.about > p > a,
#about #gnavi > li.about > a {
    color: #0550BF;
}
@media screen and ( min-width: 769px ) {
    .under #gnavi > li > p > a:hover,
    .under #gnavi > li > a:hover {
        color: #0550BF;
        opacity: 1;
    }
}
@media screen and ( min-width: 1282px ) {
    header.open #gnavi > li > p > a,
    header.open #gnavi > li > a {
        color: #3B3B3B;
    }
    #gnavi > li > p > a:hover,
    #gnavi > li > a:hover,
    header.open #gnavi > li > p > a:hover,
    header.open #gnavi > li > a:hover {
        color: #0550BF;
        opacity: 1;
    }
    #gnavi > li > p > a:hover:after,
    #gnavi > li > a:hover:after {
        opacity: 1;
        border-color: #0550BF;
    }
}
@media screen and ( max-width: 1281px ) {
    #gnavi > li:not(.gnavi_contact) {
        margin-right: 0;
        padding-bottom: 1px;
        background: #3B3B3B;
    }
    #gnavi > li > p > a,
    #gnavi > li > a {
        font-size: 16px;
        padding: 17px 45px 17px 16px;
    }
    #gnavi > li > p > a:before,
    #gnavi > li > a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 16px;
        margin: auto;
        width: 24px;
        height: 24px;
        border: 1px solid #fff;
        border-radius: 50%;
        content: "";

    }
    #gnavi > li > p > a:after,
    #gnavi > li > a:after {
        top: 0;
        bottom: 0;
        right: 27px;
        left: auto;
        width: 7px;
        height: 7px;
        opacity: 1;
    }
    #gnavi > li > p > a:after {
        bottom: 4px;
        right: 25px;
    }
    #gnavi > li > a:after {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    #gnavi > li > p.open > a:after {
        bottom: -4px;
        border: none;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    #gnavi > li > p > a,
    #gnavi > li > a {
        color: #fff!important;
    }
}

li:has(.scn-contact) {
    margin-top: 18px;
    line-height: 1.4;
}
.scn-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.scn-tel p {
    font-size: 14px;
    font-weight: 700;
}
.scn-hours p {
    font-size: 11px;
}
@media screen and (max-width: 1281px) {
    li:has(.scn-contact) {
        display: none;
    }
}

.gnavi_inner {
    color: #fff;
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
@media screen and ( max-width: 1281px ) {
    .gnavi_inner {
        position: static;
    }
}

.gnavi_inner_box {
    display: flex;
    display: -webkit-flex;
    background: rgba(0,0,0,0.7);
    border-top: 1px solid #fff;
}
.gnavi_inner_box:first-child {
    border-top: none;
}
@media screen and ( max-width: 1281px ) {
    .gnavi_inner_box {
        display: block;
        padding-top: 1px;
        background: none;
        border-top: none;
    }
    .gnavi_inner_box:first-child {
        padding-top: 0;
    }
}

.gnavi_under2_inner {
    overflow: hidden;
    width: 100%;
    border-right: 1px solid #fff;
}
.gnavi_under2_inner:last-child {
    border-right: none;
}
@media screen and ( max-width: 1281px ) {
    .gnavi_under2_inner {
        padding-bottom: 1px;
        border-right: none;
    }
    .gnavi_under2_inner:last-child {
        padding-bottom: 0;
    }
}

.gnavi_under2_inner > p {
    background: #fff;
}
.gnavi_under2_inner > p > a {
    font-size: 16px;
    line-height: 1.15;
    display: block;
    position: relative;
    height: 119px;
    background: rgba(59,59,59,0.8);
}
.gnavi_under2_inner > p > a > span {
    position: absolute;
    top: 50%;
    right: 48px;
    left: 48px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media screen and ( max-width: 1281px ) {
    .gnavi_under2_inner > p > a {
        font-size: 14px;
        padding: 16px 45px 16px 16px;
        height: auto;
        background: #000;
    }
    .gnavi_under2_inner > p > a:before {
        position: absolute;
        top: 3px;
        bottom: 0;
        right: 17px;
        margin: auto;
        height: 1px;
        width: 8px;
        background: #FFF;
        content: "";
        -webkit-transform-origin: right top;
           -moz-transform-origin: right top;
            -ms-transform-origin: right top;
             -o-transform-origin: right top;
                transform-origin: right top;
        -webkit-transform: rotate(40deg);
           -moz-transform: rotate(40deg);
            -ms-transform: rotate(40deg);
             -o-transform: rotate(40deg);
                transform: rotate(40deg);
    }
    .gnavi_under2_inner > p > a:after {
        position: absolute;
        top: 3px;
        bottom: 0;
        right: 17px;
        margin: auto;
        height: 1px;
        width: 27px;
        background: #FFF;
        content: "";
    }
    .gnavi_under2_inner > p > a > span {
        position: static;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
}

.gnavi_under3_inner {
    position: relative;
}
.gnavi_under3_inner > ul > li {
    border-top: 1px solid #3B3B3B;
}
.gnavi_under3_inner > ul > li.last {
    border-bottom: 1px solid #3B3B3B;
}
.gnavi_under3_inner > ul > li > a {
    line-height: 1.8;
    display: block;
    position: relative;
    height: 87px;
}
.gnavi_under3_inner > ul > li > a:before {
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 41px;
    margin: auto;
    height: 1px;
    width: 8px;
    background: #FFF;
    content: "";
    -webkit-transform-origin: right top;
       -moz-transform-origin: right top;
        -ms-transform-origin: right top;
         -o-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(40deg);
       -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
         -o-transform: rotate(40deg);
            transform: rotate(40deg);
}
.gnavi_under3_inner > ul > li > a:after {
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 41px;
    margin: auto;
    height: 1px;
    width: 27px;
    background: #FFF;
    content: "";
}
.gnavi_under3_inner > ul > li > a > span {
    position: absolute;
    top: 50%;
    right: 70px;
    left: 48px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media screen and ( max-width: 1281px ) {
    .gnavi_under3_inner {
        display: none;
    }
}

.gnavi_under3_inner_img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -10;
}
.gnavi_under3_inner_img img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.gnavi_contact {
    width: 157px;
}
#gnavi > li.gnavi_contact a,
header.open #gnavi > li.gnavi_contact a,
.under #gnavi > li.gnavi_contact a {
    text-align: center;
    color: #fff;
    background: #3B3B3B;
    transition: background 0.6s;
}
.gnavi_contact a:after {
    display: none;
}
@media screen and ( min-width: 1282px ) {
    #gnavi > li.gnavi_contact a:hover,
    header.open #gnavi > li.gnavi_contact a:hover {
        background: #0550BF;
    }
}
@media screen and ( max-width: 1281px ) {
    .gnavi_contact {
        margin-top: 40px;
        width: 100%;
    }
     #gnavi > li.gnavi_contact a,
     header.open #gnavi > li.gnavi_contact a,
    .under #gnavi > li.gnavi_contact a {
        font-size: 15px;
        padding: 23px 0 24px;
        background: #0550BF;
    }
    .gnavi_contact a:before {
        display: none;
    }
}


/*
    footer
*/
footer {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
    background: #F5F5F2;
    z-index: 100;
}
@media screen and ( max-width: 768px ) {
    footer {
        display: block;
        padding-bottom: 25px;
    }
}

#totop {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
#totop.fixed {
    position: fixed;
    top: unset;
    bottom: 0;
    z-index: 100;
}
#totop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #3B3B3B;
}
#totop a:before {
    position: absolute;
    top: 8px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
@media screen and ( max-width: 768px ) {
    #totop {
        top: 0;
    }
    #totop.fixed {
        bottom: 70px;
    }
}

.footer_boxL {
    margin-right: 40px;
    padding: 45px 0 0 60px;
}
@media screen and ( max-width: 768px ) {
    .footer_boxL {
        margin: 29px 13px 0;
        padding: 0;
        border-top: 1px solid #D8D8D8;
    }
}

.footer_link01 {
    font-weight: bold;
    line-height: 1.8;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 25px;
}
.footer_link01 li {
    margin-right: 55px;
}
.footer_link01 li:last-child {
    margin-right: 0;
}
@media screen and ( max-width: 768px ) {
    .footer_link01 {
        display: block;
        margin-bottom: 40px;
    }
    .footer_link01 li {
        margin: 0;
        border-bottom: 1px solid #D8D8D8;
    }
    .footer_link01 a {
        display: block;
        padding: 20px 2px 18px;
    }
}

.footer_link02 {
    font-size: 13px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.footer_link02 li {
    margin-right: 21px;
}
.footer_link02 li:last-child {
    margin-right: 0;
}
@media screen and ( max-width: 768px ) {
    .footer_link02 {
        display: block;
        margin-bottom: 90px;
    }
    .footer_link02 li {
        margin: 0 2px 39px;
    }
    .footer_link02 li:last-child {
        margin-bottom: 0;
    }#D8D8D8
    .footer_link02 a {
        color: #D8D8D8;
    }
}

.footer_boxR {
    text-align: right;
    padding: 45px 76px 0 0;
}
@media screen and ( max-width: 768px ) {
    .footer_boxR {
        text-align: center;
        padding: 0;
    }
}

#footer_logo {
    margin: 0 16px 20px auto;
    width: 362px;
}
@media screen and ( max-width: 768px ) {
    #footer_logo {
        margin: 0;
        padding: 29px 15px 0;
        width: 250px;
    }
}

/* ▼20250609 会社情報の追加 */
.footer_companyArea {
    padding: 0 0 20px;		
}
.footer_companyArea-txt {
    color: #6C7B90;		
    font-size: 13px;
}
@media screen and ( max-width: 768px ) { 
    .footer_companyArea {
        padding: 20px 15px;
        text-align: left;
    }
}
/* ▲20250609 会社情報の追加 */

#copyright {
    font-size: 11px;
    line-height: 2;
    color: #6C7B90;
    padding-right: 2px;
}
@media screen and ( max-width: 768px ) {
    #copyright {
        color: #939393;
    }
}


/*
    visual
*/
#visual {
    position: relative;
}
@media screen and ( max-width: 768px ) {
    #visual {
        position: relative;
    }
}

.visual_txtarea {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -31px;
    padding: 0 100px;
    height: 217px;
    background: #FFF;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media screen and ( max-width: 768px ) {
    .visual_txtarea {
        position: static;
        margin-top: 0;
        padding: 35px 15px 28px;
        min-height: 120px;
        height: auto;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
}

.visual_txtarea h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.6;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    margin-top: 5px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.visual_txtarea h1 span {
    font-weight: normal;
    font-size: 18px;
    line-height: 0.85;
    font-family: "Times New Roman";
    letter-spacing: 3.6px;
    display: block;
    margin-bottom: 14px;
}
@media screen and ( max-width: 768px ) {
    .visual_txtarea h1 {
        position: static;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    .visual_txtarea h1 span {
        margin-bottom: 5px;
    }
}

.visual_img {
    height: 400px;
}
.visual_img img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}
@media screen and ( max-width: 768px ) {
    .visual_img {
        height: 161px;
    }
}

.no_img#visual {
    height: 315px;
    background: #F5F5F2;
}
.no_img .visual_txtarea {
    border-bottom: none;
    background: none;
}

.cookpaq#visual {
    padding-left: 0;
}
.cookpaq#visual .visual_txtarea {
    text-align: center;
    right: 0;
    margin: 0 auto;
    padding: 0;
    height: 240px;
    background: none;
    border-bottom: none;
    z-index: 30;
}
.cookpaq#visual .visual_txtarea h1 {
    color: #FFF;
    margin-top: 0;
    padding-bottom: 13px;
}
.cookpaq#visual .visual_txtarea h1 span {
    margin-bottom: 11px;
}
.cookpaq#visual .visual_txtarea h1 img {
    width: 139px;
}
.cookpaq#visual .visual_img {
    position: relative;
    height: 240px;
    z-index: 20;
}
.cookpaq#visual .visual_img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #7AB5B1;
    opacity: 0.8;
    content: "";
    z-index: 10;
}
.cookpaq#visual #breadcrumb {
    margin-left: 100px;
}
@media screen and ( max-width: 768px ) {
    .cookpaq#visual .visual_txtarea {
        position: absolute;
        top: 50%;
        height: auto;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .cookpaq#visual .visual_txtarea h1 {
        padding-bottom: 45px;
    }
    .cookpaq#visual .visual_txtarea h1 span {
        margin-bottom: 8px;
    }
    .cookpaq#visual .visual_txtarea h1 img {
        width: 120px;
    }
    .cookpaq#visual #breadcrumb {
        margin-left: 0;
    }
}

/* breadcrumb */
#breadcrumb {
    padding: 24px 33px 22px;
    background: #F5F5F2;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
#breadcrumb li {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.15;
    margin-right: 0;
}
#breadcrumb li:after {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin: 0 8px 0 9px;
    width: 8px;
    height: 1px;
    background: #D8D8D8;
    content: "";
}
#breadcrumb li:last-child:after { display: none; }
#breadcrumb li a {
    font-weight: normal;
}
@media screen and ( max-width: 768px ) {
    #breadcrumb {
        overflow-y: scroll;
        padding: 24px 15px 21px;
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    #breadcrumb li,
    #breadcrumb li a {
        white-space: nowrap;
    }
    #breadcrumb li:last-child {
        padding-right: 15px;
    }
}


/*
    contents
*/
#contents {
    margin-top: 80px;
    margin-bottom: 120px;
}
@media screen and ( max-width: 768px ) {
    #contents {
        margin-top: 86px;
        margin-bottom: 130px;
    }
}


/* -- h -- */
/* h2 */
h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.25;
    position: relative;
    margin: 77px 0 57px;
    padding-bottom: 18px;
    border-bottom: 1px solid #D8D8D8;
}
h2:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background: #0550BF;
    content: "";
}
@media screen and ( max-width: 768px ) {
    h2 {
        font-size: 25px;
        line-height: 1.52;
        padding-bottom: 16px;
    }
}

/* h3 */
h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    position: relative;
    margin: 79px 0 32px;
    padding-left: 20px;
}
h3:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 2px;
    height: 30px;
    background: #0550BF;
    content: "";
}
h3.b_none {
    padding-left: 0;
}
h3.b_none:before {
    display: none;
}
@media screen and ( max-width: 768px ) {
    h3 {
        margin: 66px 0 28px;
        line-height: 1.65;
    }
}

/* h4 */
h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.55;
    margin: 46px 0 8px;
}


/* -- day -- */
.day {
    font-size: 13px;
    line-height: 1.15;
    color: #939393;
    margin-bottom: 8px;
    padding: 3px 0 0 2px;
    width: 191px;
}
.day span {
    font-family: "Times New Roman";
    margin-right: 8px;
}


/* -- caption -- */
.caption {
    font-size: 12px;
    line-height: 1.4;
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , sans-serif;
    color: #6A6A6A;
    margin-top: 10px;
}

/* table_caption */
.table_caption {
    text-align: right;
    font-size: 13px;
    line-height: 1.15;
    margin: 12px 2px 0 0;
}


/* -- img -- */
/* img_ontxt */
.img_ontxt {
    position: relative;
}
.img_ontxt:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0,0,0,0.4);
    content: "";
}
.img_ontxt span {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 1px auto 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}


/* -- btn -- */
.btn {
    text-align: center;
    margin-top: 75px;
}
.btn a,
.btn > span {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 26px 24px 24px;
    min-width: 205px;
    min-height: 19px;
    border: 1px solid #3B3B3B;
    background: #fff;
}
.btn a:before,
.btn > span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 1px;
    margin: auto;
    background: #3B3B3B;
    content: "";
}
.btn a > span {
    position: absolute;
    top: 50%;
    right: 34px;
    left: 24px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.big.btn a {
    min-width: 255px;
}
@media screen and ( max-width: 768px ) {
    .btn {
        margin-top: 94px;
    }
}
.bigL.btn a {
    min-width: 470px;
}
@media screen and ( max-width: 768px ) {
    .bigL.btn a {
        width: 100%;
        min-width: auto;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
             -o-box-sizing: border-box;
                box-sizing: border-box;
    }
}

.color.btn a {
    color: #fff;
    padding-top: 24px;
    padding-bottom: 22px;
    border-color: #6C7B90;
    background: #6C7B90;
}
.color.btn a:before,
.color.btn > span:before {
    width: 14px;
    background: #fff;
}



/* btn_color */
.btn_color {
    text-align: center;
}
.btn_color a {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #FFF;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    min-height: 22px;
    background: #0550BF;
}
.btn_color a > span {
    position: absolute;
    top: 50%;
    right: 24px;
    left: 24px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* btn_min */
.btn_min {
    margin-top: 23px;
}
.btn_min a,
.btn_min span {
    text-align: center;
    line-height: 1.4;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    margin-right: 40px;
    padding: 11px 10px 8px;
    min-width: 268px;
    border: 1px solid #3B3B3B;
    border-radius: 2px;
    background: #3B3B3B;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
.btn_min a:last-child {
    margin-right: 0;
}
@media screen and ( max-width: 768px ) {
    .btn_min a,
    .btn_min span {
        margin: 5px 5px 0 0;
    }
    .btn_min a:first-child {
        margin-top: 0;
    }
}

.tab.btn_min a {
    padding-left: 21px;
}
.tab.btn_min a:after {
    display: inline-block;
    position: relative;
    bottom: 3px;
    left: 13px;
    width: 9px;
    height: 7px;
    background: url(../img/common/icon_tab_white.png) no-repeat 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: "";
}


/* -- txtlink -- */
.txtlink {
    font-size: 13px;
    line-height: 1.15;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    padding-bottom: 5px;
}
.txtlink:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 2px;
    background: #3B3B3B;
    content: "";
}

.min.txtlink {
    text-decoration: underline;
}
.min.txtlink:before {
    display: none;
}

.pdf.txtlink:after {
    font-size: 14px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: 5px;
    right: 0;
    content: '\f1c1';
}

.exc.txtlink:after {
    font-size: 14px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: 7px;
    right: 0;
    content: "\f1c3";
}

.exc.txtlink:after {
    font-size: 14px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: 7px;
    right: 0;
    content: "\f1c3";
}

.tab.txtlink:after {
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 1px 0 9px;
    width: 9px;
    height: 7px;
    background: url(../img/common/icon_tab.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: "";
}
.tab.txtlink:before {
    right: 19px;
}


/* -- imglink -- */
.imglink {
    margin-top: 43px;
}

.crm3.imglink li {
    margin-right: 1.88%;
    width: 32.08%;
}

.imglink li > a {
    display: block;
}

.imglink_img {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 26px;
}
.imglink_img:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1px;
    height: 50px;
    background: #3B3B3B;
    content: "";
}

.imglink_tit {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 13px;
}
a[target="_blank"] .imglink_tit {
    padding-left: 10px;
}
a[target="_blank"] .imglink_tit:after {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
    left: 14px;
    width: 9px;
    height: 7px;
    background: url(../img/common/icon_tab.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: "";
}

.imglink_txt {
    line-height: 1.4;
}
.mw380.imglink_txt {
    margin: 0 auto;
    max-width: 380px;
}

.imglink_btn {
    text-align: center;
    line-height: 40px;
    color: #FFF;
    max-width: 194px;
    margin: 0 auto;
    background: #3B3B3B;
    border-radius: 2px;
}


/* -- link -- */
.link {
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #454545;
}
.link:before {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 15px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #6A6A6A;
    border-right: 2px solid #6A6A6A;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}


/* -- list -- */
.list {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.75;
}
.list li {
    position: relative;
    padding-left: 20px;
}
.list li:before {
    position: absolute;
    top: 6px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #6C7B90;
    border-radius: 50%;
    content: "";
}

/* list_normal */
.list_normal li {
    margin-bottom: 2px;
    padding-left: 1em;
    text-indent: -1em;
}
.list_normal li:last-child {
    margin-bottom: 0;
}
.list_normal li:before {
    content: "・";
    
}

/* list_ast_num */
.list_ast_num {
    font-size: 12px;
    line-height: 1.4;
    color: #6A6A6A;
    counter-reset: number;
}
.list_ast_num li {
    margin-bottom: 1px;
    padding-left: 1.7em;
    text-indent: -1.7em;
}
.list_ast_num li:last-child {
    margin-bottom: 0;
}
.list_ast_num li:before {
    padding-right: 0.3em;
    counter-increment: number;
    content: "*"counter(number)")";
    
}


/* -- pager -- */
.pager {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
}
.pager li {
    margin: 0 2px;
}
.pager a {
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    display: block;
    width: 28px;
    height: 28px;
    background: #EEE;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
}
@media screen and ( max-width: 768px ) {
    .pager {
        margin-bottom: 45px;
    }
    .pager li {
        margin: 0 1px;
    }
    .pager a {
        font-size: 10px;
        line-height: 24px;
        width: 24px;
        height: 24px;
        border-radius: 2px;
    }
}

.pager li.act a {
    color: #FFF;
    background: #3B3B3B;
}

.pager li.last {
    position: relative;
    margin-left: 18px;
}
.pager .last:before {
    color: #6A6A6A;
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: -17px;
    content: "…";
}
@media screen and ( max-width: 768px ) {
    .pager li.last {
        margin-left: 15px;
    }
    .pager .last:before {
        font-size: 10px;
        top: 4px;
        left: -13px;
    }
}

.pager li.prev {
    margin-right: 8px;
}
.pager li.next {
    margin-left: 8px;
}
.pager .prev a,
.pager .next a {
    position: relative;
}
.pager .prev a:before,
.pager .next a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4px;
    left: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #454545;
    border-left: 2px solid #454545;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.pager .next a:before {
    right: 0;
    left: -4px;
    border: none;
    border-top: 2px solid #454545;
    border-right: 2px solid #454545;
}
@media screen and ( max-width: 768px ) {
    .pager li.prev {
        margin-right: 4px;
    }
    .pager li.next {
        margin-left: 4px;
    }
}


/* -- crm -- */
.crm2,
.crm1_2,
.crm2_1,
.crm3,
.crm4,
.crm4_02 {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.crm2 > li,
.crm1_2 > li,
.crm2_1 > li,
.crm3 > li,
.crm4 > li,
.crm4_02 > li {
    margin-bottom: 89px;
}
.crm2 > li > a,
.crm1_2 > li > a,
.crm2_1 > li > a,
.crm3 > li > a,
.crm4 > li > a,
.crm4_02 > li > a {
    display: block;
}
.crm3_2 > li {
    margin-bottom: 30px !important;
}
@media screen and ( max-width: 768px ) {
    .crm2 > li,
    .crm1_2 > li,
    .crm2_1 > li,
    .crm3 > li,
    .crm4 > li,
    .crm4_02 > li {
        margin: 0 0 50px!important;
        width: 100%!important;
    }
    .crm2 > li:last-child,
    .crm1_2 > li:last-child,
    .crm2_1 > li:last-child,
    .crm3 > li:last-child,
    .crm4 > li:last-child,
    .crm4_02 > li:last-child {
        margin-bottom: 0!important;
    }
    .crm3_2  {
        justify-content: space-between;
    }
    .crm3_2 > li {
        width: 48% !important;
        margin-bottom: 20px !important;
    }
}

/* crm2 */
.crm2 > li {
    margin-right: 3.8%;
    width: 48.1%;
}
.crm2 > li:nth-child(2n) {
    margin-right: 0;
}
.crm2 > li:nth-last-child(2),
.crm2 > li:last-child {
    margin-bottom: 0;
}

/* crm1_2 */
.crm1_2 > li {
    margin-right: 3.9%;
    width: 30.8%;
}
.crm1_2 > li:nth-child(2n) {
    margin-right: 0;
    width: 65.3%;
}
.crm1_2 > li:nth-last-child(2),
.crm1_2 > li:last-child {
    margin-bottom: 0;
}

/* crm2_1 */
.crm2_1 > li {
    margin-right: 3.9%;
    width: 65.3%;
}
.crm2_1 > li:nth-child(2n) {
    margin-right: 0;
    width: 30.8%;
}
.crm2_1 > li:nth-last-child(2),
.crm2_1 > li:last-child {
    margin-bottom: 0;
}

/* crm3 */
.crm3 > li {
    margin-right: 3.8%;
    width: 30.7%;
}
.crm3 > li:nth-child(3n) {
    margin-right: 0;
}
.crm3 > li:nth-last-child(3),
.crm3 > li:nth-last-child(2),
.crm3 > li:last-child {
    margin-bottom: 0;
}

/* crm4 */
.crm4 > li {
    margin-right: 2%;
    width: 23.5%;
}
.crm4 > li:nth-child(4n) {
    margin-right: 0;
}
.crm4 > li:nth-last-child(4),
.crm4 > li:nth-last-child(3),
.crm4 > li:nth-last-child(2),
.crm4 > li:last-child {
    margin-bottom: 0;
}

/* crm4_02 */
.crm4_02 > li {
    margin-right: 4%;
    width: 22%;
}
.crm4_02 > li:nth-child(4n) {
    margin-right: 0;
}
.crm4_02 > li:nth-last-child(4),
.crm4_02 > li:nth-last-child(3),
.crm4_02 > li:nth-last-child(2),
.crm4_02 > li:last-child {
    margin-bottom: 0;
}


/* -- table -- */
.table {
    text-align: left;
    line-height: 1.55;
    width: 100%;
}
.table th,
.table td {
    vertical-align: middle;
    border: 1px solid #CCC;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
.table th:nth-child(1),
.table td:nth-child(1) {
    width: 184px;
}
@media screen and ( max-width: 768px ) {
    .table {
        border-bottom: 1px solid #CCC;
    }
    .table th,
    .table td {
        display: block;
        width: 100%!important;
        border-bottom: none;
    }
}

.table th {
    padding: 16px 18px 18px;
    background: #EEE;
}
.table thead th {
    color: #FFF;
    background: #6C7B90;
}
@media screen and ( max-width: 768px ) {
    .table th {
        padding: 12px 12px 10px;
    }
}

.table td {
    padding: 17px 19px;
}
.td_vaT.table td {
    vertical-align: top;
}
@media screen and ( max-width: 768px ) {
    .table td {
        padding: 20px 15px;
    }
}

/* table_border */
.table_border {
    text-align: left;
    line-height: 1.55;
    width: 100%;
}
.table_border th,
.table_border td {
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
    .table_border th,
    .table_border td {
        display: block;
        width: 100%!important;
    }
}

.table_border th {
    font-weight: bold;
    padding: 21px 10px 26px;
    width: 184px;
    border-top: 1px solid #454545;
}
@media screen and ( max-width: 768px ) {
    .table_border th {
        padding: 12px 12px 10px;
    }
}

.table_border td {
    padding: 21px 12px 26px;
    border-top: 1px solid #CCC;
}
@media screen and ( max-width: 768px ) {
    .table_border td {
        padding: 20px 15px;
    }
}


/* -- gmap -- */
.gmap {
    overflow: hidden;
    line-height: 0;
}
.gmap > div {
    overflow: hidden;
    position: relative;
    height: 260px;
}
.gmap_inner iframe,
.gmap_inner object,
.gmap_inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and ( max-width: 768px ) {
    .gmap > div {
        height: 250px;
    }
}


/* -- article -- */
.article h2 {
    line-height: 1.6;
    margin: 32px 0 14px;
    padding-bottom: 0;
    border-bottom: none;
}
.article h2:before {
    display: none;
}

.article .day {
    color: #6C7B90;
    width: auto;
}

.article .day span {
    margin: 0 0 0 20px;
}

.article_detail {
    margin-top: 28px;
}
.article_detail li {
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 12px;
}
.article_detail li:last-child {
    margin-bottom: 0;
}
.article_detail span {
    text-align: center;
    font-weight: normal;
    line-height: 23px;
    color: #FFF;
    display: inline-block;
    margin-right: 13px;
    width: 89px;
    background: #6C7B90;
    border-radius: 5px;
}

.article_txtarea {
    max-width: 100%;
}


/* -- box -- */
/* box_news */
.box_news_list {
    margin: 0 auto 79px;
}
.box_news_list li {
    font-size: 13px;
    border-bottom: 1px solid #D8D8D8;
}
.box_news_list a {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 17px 0 11px;
}
@media screen and ( min-width: 769px ) {
    .box_news_list a:hover {
        opacity: 1;
    }
}
@media screen and ( max-width: 768px ) {
    .box_news_list {
        margin-bottom: 39px;
        padding: 0 10px;
    }
    .box_news_list a {
        padding: 21px 0 12px;
    }
}

.box_news_list_detail {
    line-height: 1.15;
    color: #939393;
    padding: 6px 0 0 2px;
}
.box_news_list_detail span {
    font-family: "Times New Roman";
    margin-right: 8px;
}
@media screen and ( max-width: 768px ) {
    .box_news_list_detail {
        margin-bottom: 9px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
             -o-box-sizing: border-box;
                box-sizing: border-box;
    }
}

.box_news_list_tag {
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    color: #FFF;
    margin: 0 9px 0 5px;
    width: 110px;
    height: 25px;
    background: #6C7B90;
    border-radius: 2px;
}
.box_news_list li.important .box_news_list_tag { background: #0550BF; }

.box_news_list_txt {
    line-height: 1.55;
    padding-top: 3px;
    width: 50%;
    width: -webkit-calc(100% - 193px);
    width: calc(100% - 193px);
    transition: opacity 0.6s;
}
@media screen and ( min-width: 769px ) {
    .box_news_list a:hover .box_news_list_txt {
        opacity: 0.7;
    }
}
@media screen and ( max-width: 768px ) {
    .box_news_list_txt {
        width: 100%;
    }
}

/* box_select */
.box_select_outer {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto;
    max-width: 730px;
}

.box_select {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 338px;
    border: 1px solid #9F9F9F;
    background: #fff;
}
.box_select:before {
    position: absolute;
    top: 0;
    bottom: 3px;
    right: 22px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #454545;
    border-right: 2px solid #454545;
    content: "";
    z-index: 10;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.box_select select {
    font-size: 13px;
    color: #D8D8D8;
    padding: 2px 30px 0 19px;
    line-height: 46px;
}
@media screen and ( max-width: 768px ) {
    .box_select {
        width: 100%;
    }
    .box_select_outer .box_select {
        margin-bottom: 10px;
    }
    .box_select_outer .box_select:last-child {
        margin-bottom: 0;
    }
}

/* box_contact */
.box_contact {
    text-align: center;
    margin: 84px 0 79px;
    padding: 24px 0 28px;
    border-top: 2px solid #D8D8D8;
    border-bottom: 2px solid #D8D8D8;
}

.box_contact_tit {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 10px;
}

.box_contact_name {
    font-weight: bold;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 2px;
}

.box_contact_txt {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 19px;
}

.box_contact_btn {
    text-align: center;
}
.box_contact_btn a {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.55;
    color: #FFF;
    display: inline-block;
    margin: 0 auto;
    padding: 13px 20px 14px;
    background: #3B3B3B;
}

/* box_position */
.box_position {
    zoom: 1;
}
.box_position:after {
    content: "";
    display: block;
    clear: both;
}

.box_position_flR {
    float: right;
    margin-left: 40px;
    width: 30.8%;
}
@media screen and ( max-width: 768px ) {
    .box_position_flR {
        float: none;
        margin-left: 0;
        width: 100%;
    }
}

/* box01 */
.box01 {
    position: relative;
    padding: 55px 0 54px;
}
@media screen and ( max-width: 768px ) {
    .box01 {
        padding: 50px 0 0;
    }
}

.box01_img {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 262px;
    left: 0;
    margin: auto;
    z-index: 10;
}
.box01_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
@media screen and ( max-width: 768px ) {
    .box01_img {
        bottom: 50px;
        right: 50px;
    }
}

.box01_txtarea {
    line-height: 1.8;
    position: relative;
    margin: 0 0 0 auto;
    padding: 77px 0 69px 68px;
    max-width: 370px;
    background: rgba(255,255,255,0.9);
    z-index: 20;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
    .box01_txtarea {
        margin-left: 50px;
        padding: 30px 38px;
    }
}

/* box02 */
.box02 {
    position: relative;
    margin: 115px 0 100px;
    padding-bottom: 57px;
}
.box02:before {
    position: absolute;
    top: 131px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #F5F5F2;
    z-index: 10;
    content: "";
}
@media screen and ( max-width: 768px ) {
    .box02 {
        position: relative;
        margin: 62px 0 55px;
        padding-bottom: 32px;
    }
    .box02:before {
        top: 100px;
    }
}

.box02 .inner {
    position: relative;
    z-index: 20;
}

.box02_inner {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box02_inner > li {
    margin-right: 9.6%;
    padding: 40px 32px 17px;
    width: 45.2%;
    border: 1px solid #F5F5F2;
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
.box02_inner > li:nth-child(2n) {
    margin-right: 0;
}
.box02_inner > li:nth-last-child(2),
.box02_inner > li:last-child {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .box02_inner > li {
        margin: 0 0 15px!important;
        padding: 28px 30px 20px;
        width: 100%;
    }
}

.box02_inner_img {
    text-align: center;
    height: 285px;
}
.box02_inner_img img {
    width: auto;
    height: 100%;
}
@media screen and ( max-width: 768px ) {
    .box02_inner_img {
        height: 180px;
    }
}

.box02_inner .caption {
    text-align: center;
}

.box02_inner h4 {
    text-align: center;
    margin: 53px 0 20px;
}

.box02_inner_txt {
    line-height: 1.8;
}

/* box_crm */
.box_crm {
    display: flex;
    display: -webkit-flex;
}
.box_crm li {
    margin-right: 3.8%;
    flex-basis: auto;
}
.box_crm li.box_crm_img {
    margin-top: 6px;
    flex-basis: 230px;
    flex-shrink: 0;
}
.box_crm li:last-child {
    margin-right: 0;
}
@media screen and ( max-width: 768px ) {
    .box_crm {
        display: block;
    }
    .box_crm li,
    .box_crm li.box_crm_img {
        margin: 0 0 20px;
    }
    .box_crm li.box_crm_img {
        margin: 0 0 8px;
    }
}


/*
    other
*/
/* -- top_box_link -- */
.top_box_link_outer {
    position: relative;
    margin-bottom: 101px;
    padding-bottom: 73px;
}
.top_box_link_outer:after {
    position: absolute;
    top: 72px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #F5F5F2;
    content: "";
}
@media screen and ( max-width: 768px ) {
    .top_box_link_outer {
        margin-bottom: 55px;
        padding-bottom: 42px;
    }
}

#top_box_link {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    margin-top: 34px;
    z-index: 20;
}

#top_box_link li {
    margin-right: 3.8%;
    width: 48.1%;
}
#top_box_link li:nth-child(2) {
    margin-right: 0;
}
@media screen and ( max-width: 900px ) {
    #top_box_link li {
        margin: 0 0 60px;
        width: 100%!important;
    }
    #top_box_link li:last-child {
        margin-bottom: 0;
    }
}

.top_box_link_img {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 24px;
}
.top_box_link_img:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 1px;
    margin: 0 auto;
    width: 1px;
    height: 50px;
    background: #3b3b3b;
    content: "";
}
@media screen and ( max-width: 768px ) {
    .top_box_link_img {
        padding-bottom: 21px;
    }
}

.top_box_link_tit {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.top_box_link_txt {
    line-height: 1.4;
    margin: 0 auto 41px;
}
@media screen and ( max-width: 768px ) {
    .top_box_link_txt {
        margin: 0 20px 33px!important;
    }
}

#top_box_link .btn {
    margin-top: 0;
    transition: opacity 0.6s;
}
@media screen and ( min-width: 769px ) {
    #top_box_link a:hover .btn {
        opacity: 0.7;
    }
}


/* -- introduction -- */
.introduction {
    position: relative;
    margin-top: 84px;
    margin-bottom: 80px;
    /* padding-bottom: 98px; */
    background: #F5F5F2;
}


.introduction_tit {
    position: relative;
    padding: 16px 0 22px;
    background: #EBEBE5;
    z-index: 10;
}

.introduction_tit_subtit {
    text-align: center;
    font-size: 13px;
    line-height: 2.9;
    font-family: "Times New Roman";
    margin: 0 auto 6px;
}
.introduction_tit_subtit span {
    display: inline-block;
    position: relative;
    padding: 0 11px;
    background: #EBEBE5;
}
.introduction_tit_subtit span:before {
    position: absolute;
    top: 1px;
    bottom: 0;
    right: -11px;
    left: -11px;
    margin: auto;
    height: 1px;
    background: #6C7B90;
    z-index: -10;
    content: "";
}

.introduction_tit h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.35;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.introduction_tit h2:before {
    display: none;
}

.introduction_content {
    margin-top: 52px;
}

.introduction_content > li {
    margin-bottom: 39px;
    background: #fff;
}
.introduction_content > li > a {
    position: relative;
    padding-bottom: 26px;
}
.introduction_content > li > a > span {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
}
.introduction_content > li.business > a > span { background: #FF7F00; }
.introduction_content > li.healthcare > a > span { background: #97C70C; }
.introduction_content > li.school > a > span { background: #4E98FF; }

.introduction_content_tit {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    margin: -26px 18px 15px;
    padding: 12px 21px 0;
    background: #fff;
    position: relative;
}

.introduction_content_txt {
    margin: 0 20px;
}

.introduction .btn {
    position: absolute;
    bottom: -36px;
    right: 0;
    left: 0;
    margin: 0 auto;
}


/* -- consultation -- */
.consultation {
    margin-top: 99px;
    padding: 61px 0 60px;
    background: url(../img/common/consultation_bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.consultation_content > li {
    text-align: center;
    padding: 31px 20px 34px;
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.consultation_content h4 {
    text-align: center;
    margin: 0 0 19px;
}

.consultation_content_txt {
    text-align: center;
    font-size: 13px;
    line-height: 1.95;
    margin-bottom: 20px;
}

.consultation_content_btn {
    text-align: center;
}

.consultation_content_btn a {
    text-align: center;
    line-height: 1.55;
    color: #FFF;
    display: inline-block;
    position: relative;
    padding: 15px 0 13px;
    min-width: 218px;
    background: #3B3B3B;
}


/* -- faq -- */
.faq dt {
    margin-top: 5px;
}

.faq dt a {
    font-weight: bold;
    line-height: 1.75;
    display: block;
    position: relative;
    padding: 19px 35px 18px 21px;
    background: #F5F5F2;
}
.faq dt a:after {
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 22px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #3B3B3B;
    border-right: 2px solid #3B3B3B;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.faq dt.open a {
    background: #BED8FF;
}
.faq dt.open a:after {
    top: 5px;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.faq dd {
    display: none;
    line-height: 1.8;
    padding: 19px 31px 15px;
}


/* -- cookpaq_contact -- */
.cookpaq_contact {
    margin-top: 120px;
    padding: 76px 0 95px;
    background: #94C3C0;
}
@media screen and ( max-width: 768px ) {
    .cookpaq_contact {
        margin-top: 65px;
        padding: 42px 0 52px;
    }
}

.cookpaq_contact_tit {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.25;
    color: #FFF;
}
@media screen and ( max-width: 768px ) {
    .cookpaq_contact_tit {
        font-size: 26px;
    }
}

.cookpaq_contact_tit02 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    color: #FFF;
    margin: 76px 0 18px;
}
@media screen and ( max-width: 768px ) {
    .cookpaq_contact_tit02 {
        font-size: 20px;
        margin: 42px 0 15px;
    }
}

.cookpaq_contact_txt {
    text-align: center;
    line-height: 1.8;
    color: #FFF;
}

.cookpaq_contact_btn {
    margin: 24px auto 0;
    max-width: 280px;
}
.cookpaq_contact_btn a {
    text-align: center;
    font-weight: bold;
    line-height: 1.55;
    color: #FFF;
    display: block;
    padding: 14px 0 13px;
    background: #559535;
}

.cookpaq_contact_box01 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 56px auto 0;
    max-width: 1040px;
}
.cookpaq_contact_box01 > div {
    padding: 26px 0 29px;
    width: 30.7%;
    background: #FFF;
    border-radius: 10px;
}
@media screen and ( max-width: 768px ) {
    .cookpaq_contact_box01 {
        display: block;
        margin: 32px auto 0;
    }
    .cookpaq_contact_box01 > div {
        margin-bottom: 10px;
        width: 100%;
    }
    .cookpaq_contact_box01 > div:last-child {
        margin-bottom: 0;
    }
}

.cookpaq_contact_box01_tit {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 4px;
    padding-left: 20px;
}
.cookpaq_contact_box01_tit:before {
    position: absolute;
    top: 4px;
    bottom: 6px;
    left: 0;
    margin: auto;
    width: 4px;
    background: #559535;
    content: "";
}

.cookpaq_contact_box01_txt {
    font-size: 13px;
    line-height: 1.15;
    margin: 1px 0 0 20px;
}

.cookpaq_contact_box01_tel {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    margin: 12px 0 0 20px;
}
.cookpaq_contact_box01_tel > span {
    display: inline-block;
    position: relative;
}
.cookpaq_contact_box01_tel > span > span {
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: -3px;
    left: -3px;
    margin: 0 auto;
}

.cookpaq_contact_box01 .cookpaq_contact_btn {
    margin-top: 19px;
}

.cookpaq_contact_box01 .link {
    margin: 31px 0 0 21px;
}
.cookpaq_contact_box01 .link:before {
    margin-right: 5px;
}

.scn-cookpaq_contact_box01 {
    justify-content: center;
    gap: 30px;
}

.cookpaq_contact h3 {
    margin: 74px 0 33px;
    color: #fff;
}
@media screen and ( max-width: 768px ) {
    .cookpaq_contact h3 {
        margin: 66px 0 28px;
    }
}

.taL.cookpaq_contact_btn {
    margin-left: 0;
}

/*--20250708 新規 調理済み食材/食品 (完全調理品) クックパック--*/

/* -- cookpaq_box06 -- */
.cookpaq_box06_outer {
    position: relative;
    overflow: hidden;
    padding: 76px 0 43px;
}

.cookpaq_box06_txtarea {
    max-width: 490px;
}

.cookpaq_box06_txt {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #559535;
    position: relative;
    margin: 38px 4px 29px 0;
    padding: 15px 0 15px;
    border: 2px solid #559535;
    border-radius: 10px;
    background: #fff;
}

.cookpaq_box06_txt:before {
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 13px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-bottom: 2px solid #559535;
    border-right: 2px solid #559535;
    background: #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cookpaq_box06 {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cookpaq_box06>p {
    position: relative;
    margin: 0 20px 7px 0;
    width: 150px;
    height: 150px;
    background: #559535;
    border-radius: 50%;
}

.cookpaq_box06>p:last-child {
    margin-right: 0;
}

.cookpaq_box06>p>span {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.625;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cookpaq_box06_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 667px;
    height: 444px;
    z-index: -10;
}

@media screen and (max-width: 768px) {
    .cookpaq_box06 {
        margin-top: 22px;
    }

    .cookpaq_box06>p {
        text-align: center;
        position: relative;
        margin: 0 0 7px;
        padding: 4px 0;
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .cookpaq_box06>p:last-child {
        margin-bottom: 0;
    }

    .cookpaq_box06>p>span {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .cookpaq_box06>p>span>br {
        display: none;
    }

    .cookpaq_box06_img {
        width: 80%;
        opacity: 0.2;
    }
}


/* -- cookpaq_box07 -- */
.cookpaq_box07 {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cookpaq_box07>div {
    position: relative;
    margin-right: 3.8%;
    width: 30.8%;
}

.cookpaq_box07>div:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .cookpaq_box07>div {
        margin: 0 0 10px;
        width: 100%;
    }

    .cookpaq_box07>div:last-child {
        margin-bottom: 0;
    }
}

.cookpaq_box07_txt {
    text-align: center;
    line-height: 1.8;
    color: #559535;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 200px;
    padding: 3px 0 2px;
    background: #FFF;
    border-radius: 30px;
}


/* -- cookpaq_box08 -- */
.cookpaq_box08_outer {
    position: relative;
}

.cookpaq_box08_outer:after {
    position: absolute;
    top: 119px;
    left: 0;
    right: 0;
    margin: auto;
    width: 72px;
    height: 171px;
    background: url(../img/cookpaq/cookpaq_box08_arrow.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    content: "";
}

.cookpaq_box08_inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
    padding: 0 30px;
    min-height: 174px;
}

.cookpaq_box08_inner_img {
    overflow: hidden;
    padding-top: 30px;
    width: 37%;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_box08_inner_txtarea {
    padding-top: 52px;
    width: 56%;
}

.cookpaq_box08_inner_txtarea_tit {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

.cookpaq_box08_inner_txtarea_tit span {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 12px;
    width: 30px;
    border-radius: 50%;
}

.gray.cookpaq_box08 .cookpaq_box08_inner:nth-of-type(1) {
    background: #fcfcfb;
}

.gray.cookpaq_box08 .cookpaq_box08_inner:nth-of-type(2) {
    background: #ebebeb;
}

.green.cookpaq_box08 .cookpaq_box08_inner:nth-of-type(1) {
    background: #ebebeb;
}

.green.cookpaq_box08 .cookpaq_box08_inner:nth-of-type(2) {
    background: #fcfcfb;
}

.gray.cookpaq_box08 .cookpaq_box08_inner_txtarea_tit span {
    background: #6C7B90;
}

.green.cookpaq_box08 .cookpaq_box08_inner_txtarea_tit span {
    background: #559535;
}

.cookpaq_box08_inner_txtarea_txt {
    line-height: 1.4;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .cookpaq_box08_outer:after {
        top: 22.9%;
        width: 13.1%;
        height: 220px;
        background: url(../img/cookpaq/cookpaq_box08_arrow_sp.svg) no-repeat top center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .cookpaq_box08_outer li {
        margin-right: 8.8% !important;
        width: 45.6% !important;
    }

    .cookpaq_box08_outer li:nth-child(2n) {
        margin-right: 0 !important;
    }
}


/* -- cookpaq_box09 -- */
.cookpaq_box09 {
    margin-top: 24px;
}

.cookpaq_box09 dt {
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    position: relative;
    margin: 0 auto;
    padding: 15px 0 15px;
    max-width: 500px;
    background: #EDEDDF;
}

.cookpaq_box09 dt:before {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border: 30px solid transparent;
    border-top: 20px solid #EDEDDF;
    content: "";
}

.cookpaq_box09 dd {
    padding: 40px 0 41px;
    background: #F5F5F2;
}

@media screen and (max-width: 768px) {
    .cookpaq_box09 dd {
        padding: 30px 15px 15px;
    }
}

.cookpaq_box09_inner {
    margin: 0 auto;
    max-width: 680px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

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

.cookpaq_box09_inner_img_gray,
.cookpaq_box09_inner_img_green {
    position: relative;
    width: 47%;
}

.cookpaq_box09_inner_img_gray span,
.cookpaq_box09_inner_img_green span {
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    color: #FFF;
    display: block;
    position: absolute;
    bottom: 19px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 3px 0 2px;
    width: 120px;
    border-radius: 30px;
}

.cookpaq_box09_inner_img_gray span {
    background: #6C7B90;
}

.cookpaq_box09_inner_img_green span {
    background: #559535;
}

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

    .cookpaq_box09_inner_img_gray,
    .cookpaq_box09_inner_img_green {
        width: 100%;
    }

    .cookpaq_box09_inner_img_gray {
        margin-bottom: 10px;
    }
}



/* -- cookpaq_box10 -- */
.cookpaq_box10 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

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

.cookpaq_box10_img {
    position: relative;
    max-width: 650px;
    width: 50%;
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    padding-right: 40px;
}

.cookpaq_box10_img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -47px;
    margin: auto;
    height: 0;
    border: 40px solid transparent;
    border-left: 25px solid #559535;
    opacity: 0.2;
    content: "";
}

@media screen and (max-width: 1050px) {
    .cookpaq_box10_img:before {
        right: -8px;
        border: 20px solid transparent;
        border-left: 15px solid #559535;
    }
}

@media screen and (max-width: 768px) {
    .cookpaq_box10_img {
        margin: 0 auto;
        width: 100%;
        padding: 0 0 40px;
    }

    .cookpaq_box10_img:before {
        top: auto;
        bottom: -10px;
        right: 0;
        left: 0;
        width: 0;
        border: 25px solid transparent;
        border-top: 20px solid #559535;
    }
}

.cookpaq_box10_txt {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    color: #FFF;
    position: relative;
    width: 320px;
    height: 320px;
    background: #559535 0% 0% no-repeat padding-box;
    border-radius: 50%;
}

.cookpaq_box10_txt span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .cookpaq_box10_txt {
        font-size: 20px;
        margin: 0 auto;
        width: 180px;
        height: 180px;
    }
}


/* -- cookpaq_box11 -- */
.cookpaq_box11 {
    margin-top: 35px;
}

.cookpaq_box11_tit {
    text-align: center;
    line-height: 1.8;
    color: #FFF;
    position: relative;
    padding: 10px 45px 9px;
    background: transparent linear-gradient(90deg, #B42561 0%, #2A62CC 100%) 0% 0% no-repeat padding-box;
}

.cookpaq_box11_tit span:first-of-type,
.cookpaq_box11_tit span:last-of-type {
    color: #3B3B3B;
    font-weight: bold;
    line-height: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    background: #FFF;
    border-radius: 50%;
}

.cookpaq_box11_tit span:first-of-type {
    left: 10px;
}

.cookpaq_box11_tit span:last-of-type {
    right: 10px;
}

.cookpaq_box11_tit_inner {
    display: inline-block;
    position: relative;
    padding: 0 17px;
}

.cookpaq_box11_tit_inner:before {
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 0;
    margin: auto;
    width: 390px;
    background: url(../img/cookpaq/cookpaq_box11_tit_bg.png) repeat-x center right;
    content: "";
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cookpaq_box11_tit_inner:after {
    position: absolute;
    top: 0;
    bottom: 2px;
    right: 0;
    margin: auto;
    width: 390px;
    background: url(../img/cookpaq/cookpaq_box11_tit_bg.png) repeat-x center left;
    content: "";
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

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

    .cookpaq_box11_tit_inner:before,
    .cookpaq_box11_tit_inner:after {
        display: none;
    }
}

.cookpaq_box11_inner {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 13px;
}

.cookpaq_box11_inner dl {
    margin-right: 0.5%;
    width: 19.6%;
    background: #F5F5F2;
}

.cookpaq_box11_inner dl.big {
    width: 39.7%;
}

.cookpaq_box11_inner dl:last-child {
    margin-right: 0;
}

.cookpaq_box11_inner dt {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.25;
    color: #FFF;
    position: relative;
    height: 47px;
}

.cookpaq_box11_inner dl:nth-child(1) dt {
    background: #B42561;
}

.cookpaq_box11_inner dl:nth-child(2) dt {
    background: #833595;
}

.cookpaq_box11_inner dl:nth-child(3) dt {
    background: #445498;
}

.cookpaq_box11_inner dl:nth-child(4) dt {
    background: #2A62CC;
}

.cookpaq_box11_inner dt span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-bottom: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cookpaq_box11_inner dd {
    padding: 33px 0 19px;
}

.cookpaq_box11_inner dl.big dd {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .cookpaq_box11_inner {
        margin-top: 4px;
    }

    .cookpaq_box11_inner dl,
    .cookpaq_box11_inner dl.big {
        margin: 0 0 10px;
        width: 100%;
    }
}

.cookpaq_box11_inner_txt {
    text-align: center;
    line-height: 1.8;
    color: #FFF;
    margin: 10px auto 0;
    padding: 3px 0 2px;
    max-width: 164px;
    background: #559535;
    border-radius: 30px;
}

@media screen and (max-width: 950px) {
    .cookpaq_box11_inner_txt {
        margin: 10px 10px 0;
    }
}

.cookpaq_box11_inner_txt02 {
    text-align: center;
    font-size: 13px;
    line-height: 1.15;
    margin-top: 8px;
}

.cookpaq_box11_inner_txt03 {
    font-size: 13px;
    line-height: 1.15;
    margin: 18px 20px 0;
}

@media screen and (max-width: 768px) {
    .cookpaq_box11_inner_txt03 {
        line-height: 1.5;
        margin: 25px 15px 0;
    }
}

.cookpaq_box11_inner_box {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cookpaq_box11_inner_box>div {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .cookpaq_box11_inner_box>div {
        margin-bottom: 40px;
        width: 100%;
    }

    .cookpaq_box11_inner_box>div:last-child {
        margin-bottom: 0;
    }
}


/* -- cookpaq_box12 -- */
.cookpaq_box12 {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 33px;
}

.cookpaq_box12_img {
    position: relative;
    margin-right: 4%;
    width: 48%;
}

.cookpaq_box12_img:nth-child(2n) {
    margin-right: 0;
}

.cookpaq_box12_img:nth-child(1):before {
    position: absolute;
    top: -12px;
    bottom: 0;
    right: -11px;
    margin: auto;
    height: 0;
    border: 30px solid transparent;
    border-left: 20px solid #559535;
    opacity: 0.2;
    content: "";
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

@media screen and (max-width: 768px) {
    .cookpaq_box12_img {
        margin: 0 0 40px;
        width: 100%;
    }

    .cookpaq_box12_img:nth-child(2) {
        margin-bottom: 0;
    }

    .cookpaq_box12_img:nth-child(1):before {
        top: auto;
        bottom: -12px;
        right: 0;
        left: 0;
        width: 0;
        border: 20px solid transparent;
        border-top: 15px solid #559535;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    .cookpaq_box12_img:nth-child(2):before {
        display: none;
    }
}

.cookpaq_box12_txt {
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    color: #FFF;
    margin: 33px auto 0;
    padding: 15px 48px 14px;
    max-width: 320px;
    background: #559535;
    border-radius: 54px;
}

@media screen and (max-width: 768px) {
    .cookpaq_box12_txt {
        line-height: 1.5;
        margin: 20px auto 30px;
        padding: 15px 28px 14px;
    }
}


/* -- cookpaq_box13 -- */
.cookpaq_box13 {
    padding: 76px 0 90px;
    background: #F5F5F2;
}

@media screen and (max-width: 768px) {
    .cookpaq_box13 {
        padding: 66px 0 50px;
    }
}


/* -- cookpaq_box14 -- */
.cookpaq_box14_outer {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 31px;
}

.cookpaq_box14_img {
    margin-right: 9.8%;
    width: 10%;
}

.cookpaq_box14 {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80.2%;
}

.cookpaq_box14>* {
    position: relative;
    margin-right: 3.6%;
    padding: 56px 0 0 10px;
    width: 22.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_box14> :nth-child(1):after {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: 25px;
    width: 100%;
    height: 2px;
    background: url(../img/cookpaq/cookpaq_box14_line01.png) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
}

.cookpaq_box14> :nth-child(4):after {
    position: absolute;
    top: 25px;
    right: 50%;
    margin-right: -5px;
    width: 225%;
    height: 2px;
    background: url(../img/cookpaq/cookpaq_box14_line02.png) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
}

.cookpaq_box14> :last-child {
    margin-right: 0;
}

.cookpaq_box14_time {
    text-align: center;
    line-height: 50px;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    left: 10px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 20;
}

.evening.cookpaq_box14_time {
    background: #d67300;
}

.night.cookpaq_box14_time {
    background: #41355c;
}

.morning.cookpaq_box14_time {
    left: 40px;
    background: #2193d9;
}

.cookpaq_box14_num {
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    color: #FFF;
    width: 30px;
    position: relative;
    margin: 0 0 -20px -10px;
    height: 30px;
    background: #559535;
    border-radius: 50%;
    z-index: 20;
}

.cookpaq_box14_txt {
    font-weight: bold;
    line-height: 1.8;
    margin-top: 14px;
}

@media screen and (max-width: 768px) {
    .cookpaq_box14_outer {
        display: block;
        margin-top: 20px;
    }

    .cookpaq_box14_img {
        display: none;
    }

    .cookpaq_box14 {
        width: 100%;
    }

    .cookpaq_box14>* {
        margin: 0 0 10px;
        padding: 0 0 0 80px;
        width: 100%;
    }

    .cookpaq_box14> :nth-child(1):after,
    .cookpaq_box14> :nth-child(4):after {
        display: none;
    }

    .cookpaq_box14> :last-child {
        margin-bottom: 0;
    }

    .cookpaq_box14_time {
        top: 80px;
        right: auto;
    }

    .morning.cookpaq_box14_time {
        left: 10px;
    }
}


/* -- cookpaq_box15 -- */
.cookpaq_box15 {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 79px;
}

.cookpaq_box15 li {
    position: relative;
    margin-right: 4%;
    width: 22%;
}

.cookpaq_box15 li:last-child {
    margin-right: 0;
}

.cookpaq_box15 li:before {
    position: absolute;
    top: 6px;
    bottom: 0;
    right: -11px;
    margin: auto;
    height: 0;
    border: 30px solid transparent;
    border-left: 20px solid #559535;
    opacity: 0.2;
    content: "";
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cookpaq_box15 li:last-child:before {
    display: none;
}

@media screen and (max-width: 768px) {
    .cookpaq_box15 {
        margin-top: 45px;
    }

    .cookpaq_box15 li {
        margin: 0 0 60px;
        width: 100%;
    }

    .cookpaq_box15 li:last-child {
        margin-bottom: 0;
    }

    .cookpaq_box15 li:before {
        top: auto;
        bottom: -12px;
        right: 0;
        left: 0;
        width: 0;
        border: 20px solid transparent;
        border-top: 15px solid #559535;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.cookpaq_box15_num {
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    color: #FFF;
    margin: 0 auto 16px;
    width: 30px;
    height: 30px;
    background: #559535;
    border-radius: 50%;
}

.cookpaq_box15_tit {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

.cookpaq_box15_img01 {
    margin: 22px auto 15px;
    max-width: 73px;
}

.cookpaq_box15_img02 {
    margin: 6px auto 15px;
    max-width: 81px;
}

.cookpaq_box15_img03 {
    margin: 15px auto 16px;
    max-width: 181px;
}

.cookpaq_box15_img04 {
    margin: 20px auto 22px;
    max-width: 130px;
}

.cookpaq_box15_txt {
    text-align: center;
    line-height: 1.8;
}

/* -- cookpaq_newbox01 -- */
.cookpaq_newbox01 {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cookpaq_newbox01>* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_newbox01> :nth-child(1) {
    position: relative;
    padding-right: 126px;
    width: 43.1%;
}

.cookpaq_newbox01> :nth-child(1):after {
    position: absolute;
    top: 0;
    bottom: 15px;
    right: 0;
    margin: auto;
    height: 0;
    border: 40px solid transparent;
    border-left: 40px solid #559535;
    opacity: 0.5;
    content: "";
}

.cookpaq_newbox01> :nth-child(2) {
    padding-right: 42px;
    width: 56.9%;
}

@media screen and (max-width: 768px) {
    .cookpaq_newbox01> :nth-child(1) {
        padding: 0 0 40px;
        width: 100%;
    }

    .cookpaq_newbox01> :nth-child(1):after {
        top: auto;
        bottom: -10px;
        left: 0;
        width: 0;
        border: 20px solid transparent;
        border-top: 15px solid #559535;
    }

    .cookpaq_newbox01> :nth-child(2) {
        padding-right: 0;
        width: 100%;
    }
}

/* -- cookpaq_newbox02 -- */
.cookpaq_newbox02 {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 72px auto 0;
    max-width: 763px;
}

.cookpaq_newbox02>* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_newbox02> :nth-child(1) {
    position: relative;
    padding-right: 120px;
    width: 58%;
}

.cookpaq_newbox02> :nth-child(1):after {
    position: absolute;
    top: -92px;
    bottom: 0;
    right: -41px;
    margin: auto;
    height: 0;
    border: 42px solid transparent;
    border-left: 44px solid #559535;
    opacity: 0.5;
    content: "";
}

.cookpaq_newbox02> :nth-child(2) {
    margin-top: 6px;
    padding-left: 70px;
    width: 42%;
}

@media screen and (max-width: 768px) {
    .cookpaq_newbox02 {
        margin-top: 42px;
    }

    .cookpaq_newbox02> :nth-child(1) {
        margin: 0 auto;
        padding: 0 0 40px;
        width: 90%;
    }

    .cookpaq_newbox02> :nth-child(1):after {
        top: auto;
        bottom: -10px;
        left: 0;
        width: 0;
        border: 20px solid transparent;
        border-top: 15px solid #559535;
    }

    .cookpaq_newbox02> :nth-child(2) {
        margin: 0 auto;
        margin-top: 0;
        padding-left: 0;
        width: 85%;
    }
}

/* -- cookpaq_newbox03 -- */
.cookpaq_newbox03 {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 23px;
}

.cookpaq_newbox03>* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_newbox03> :nth-child(1) {
    position: relative;
    padding-right: 72px;
    width: 48.3%;
}

.cookpaq_newbox03> :nth-child(1):after {
    position: absolute;
    top: 0;
    bottom: 17px;
    right: -8px;
    margin: auto;
    height: 0;
    border: 30px solid transparent;
    border-left: 30px solid #559535;
    opacity: 0.5;
    content: "";
}

.cookpaq_newbox03_box01 {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cookpaq_newbox03_box01>* {
    margin: 0 2.2% 6px 0;
    width: 48.9%;
}

.cookpaq_newbox03_box01> :nth-child(2n) {
    margin-right: 0;
}

.cookpaq_newbox03_box01> :nth-last-child(2),
.cookpaq_newbox03_box01> :last-child {
    margin-bottom: 0;
}

.cookpaq_newbox03> :nth-child(2) {
    align-self: center;
    padding: 1px 20px 0 0;
    width: 20.9%;
}

.cookpaq_newbox03> :nth-child(3) {
    width: 30.8%;
}

@media screen and (max-width: 768px) {
    .cookpaq_newbox03 {
        margin-top: 18px;
    }

    .cookpaq_newbox03> :nth-child(1) {
        padding: 0 0 40px;
        width: 100%;
    }

    .cookpaq_newbox03> :nth-child(1):after {
        top: auto;
        bottom: -10px;
        left: 0;
        width: 0;
        border: 20px solid transparent;
        border-top: 15px solid #559535;
    }

    .cookpaq_newbox03> :nth-child(2) {
        width: 40%;
    }

    .cookpaq_newbox03> :nth-child(3) {
        width: 60%;
    }
}

/* -- cookpaq_newbox04 -- */
.cookpaq_newbox04 {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}

.cookpaq_newbox04>* {
    position: relative;
    margin-right: 3.8%;
    width: 30.8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_newbox04> :nth-child(3n) {
    margin-right: 0;
}

.cookpaq_newbox04> :after {
    position: absolute;
    top: 0;
    bottom: 67px;
    right: -61px;
    margin: auto;
    height: 0;
    border: 25px solid transparent;
    border-left: 26px solid #559535;
    opacity: 0.5;
    content: "";
}

.cookpaq_newbox04> :nth-child(3n):after {
    display: none;
}

.cookpaq_newbox04_txt {
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    color: #FFF;
    display: inline-block;
    margin: 8px auto 0;
    padding: 8px 20px 7px;
    min-width: 58px;
    background: #559535;
    border-radius: 20px;
}

@media screen and (max-width: 1050px) {
    .cookpaq_newbox04> :after {
        right: -42px;
        border: 20px solid transparent;
        border-left: 15px solid #559535;
    }
}

@media screen and (max-width: 768px) {
    .cookpaq_newbox04 {
        margin-top: 18px;
    }

    .cookpaq_newbox04>* {
        margin: 0 0 40px;
        width: 100%;
    }

    .cookpaq_newbox04> :nth-child(3n) {
        margin-bottom: 0;
    }

    .cookpaq_newbox04> :after {
        top: auto;
        bottom: -48px;
        right: 0;
        left: 0;
        width: 0;
        border: 20px solid transparent;
        border-top: 15px solid #559535;
    }
}

/* -- cookpaq_newbox05 -- */
.cookpaq_newbox05 {
    padding: 35px 35px 37px;
    background: #F5F5F2;
}

.cookpaq_newbox05_tit {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    color: #3B3B3B;
}

.cookpaq_newbox05_txt {
    font-weight: bold;
    color: #366221;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 22px;
}

.cookpaq_newbox05_txt>* {
    margin-right: 30px;
    padding-left: 30px;
    background: url(../img/cookpaq/cookpaq_newbox05_txt_icon.svg) no-repeat 0 3px;
}

.cookpaq_newbox05_txt> :last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .cookpaq_newbox05 {
        padding: 20px;
    }

    .cookpaq_newbox05_txt {
        display: block;
    }

    .cookpaq_newbox05_txt>* {
        margin: 0 0 5px;
    }

    .cookpaq_newbox05_txt> :last-child {
        margin-bottom: 0;
    }
}

/* -- cookpaq_newbox06 -- */
.cookpaq_newbox06>* {
    padding: 17px 35px 35px;
    background: #F5F5F2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_newbox06 .cookpaq_new_tit {
    margin-bottom: 30px;
}

/* -- cookpaq_newbox07 -- */
.cookpaq_newbox07 {
    position: relative;
    margin: 24px 0 90px;
    padding: 79px 0 41px;
    background: url(../img/cookpaq/cookpaq_newbox07_bg.png) center;
    -webkit-background-size: cover;
    background-size: cover;
}

.cookpaq_newbox07_list {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 770px;
}

.cookpaq_newbox07_list>* {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #559535;
    margin: 0 5.45% 50px 0;
    padding: 23px;
    width: 29.7%;
    background: #fff;
    border: 2px solid #559535;
    border-radius: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_newbox07_list> :nth-child(3n) {
    margin-right: 0;
}

.cookpaq_newbox07_txt {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 23px;
    max-width: 350px;
    background: #e65000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_newbox07_txt:before {
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background: #e65000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .cookpaq_newbox07 {
        margin: 18px 0 80px;
        padding: 40px 15px;
    }

    .cookpaq_newbox07_list> :nth-child(3n),
    .cookpaq_newbox07_list>* {
        margin: 0 10% 30px 0;
        padding: 4px;
        width: 45%;
    }

    .cookpaq_newbox07_list> :nth-child(2n) {
        margin-right: 0;
    }

    .cookpaq_newbox07_txt {
        right: 15px;
        left: 15px;
    }
}

/* -- cookpaq_newbox08 -- */
.cookpaq_newbox08 {
    padding: 36px 40px 33px;
    background: #f5f5f2;
}

.cookpaq_newbox08_table {
    text-align: left;
    line-height: 1.55;
    margin-top: 7px;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px 1px;
}

.cookpaq_newbox08_table th,
.cookpaq_newbox08_table td {
    vertical-align: middle;
    padding: 17px 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_newbox08_table th {
    font-weight: bold;
    background: #d8d8d8;
}

.cookpaq_newbox08_table td {
    background: #fff;
}

.cookpaq_newbox08 .crm2>li {
    width: 47.3%;
}

.cookpaq_newbox08 .crm2>li:nth-child(2n) {
    width: 48.9%;
}

@media screen and (max-width: 768px) {
    .cookpaq_newbox08 {
        padding: 20px;
    }

    .cookpaq_newbox08 .crm2>li:nth-child(2n) h4 {
        margin-top: 0;
    }
}

/* -- cookpaq_newbox09 -- */
.cookpaq_newbox09 {
    margin: 10px auto 0;
    max-width: 870px;
}

.cookpaq_newbox09_img {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 55px;
}

.cookpaq_newbox09_img> :nth-child(1) {
    position: relative;
    padding-right: 78px;
    width: 62.1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cookpaq_newbox09_img> :nth-child(2) {
    width: 37.9%;
}

.cookpaq_newbox09_img> :nth-child(1):before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 52px;
    margin: auto;
    height: 0;
    border: 30px solid transparent;
    border-left: 30px solid #559535;
    opacity: 0.2;
    content: "";
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cookpaq_newbox09_txtarea {
    position: relative;
    margin-top: 46px;
    padding: 25px 25px 33px;
    background: #fff;
}

.cookpaq_newbox09_txtarea:before {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cookpaq_newbox09_txtarea_tit {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    color: #559535;
}

.cookpaq_newbox09_txtarea_subtit {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 16px;
}

.cookpaq_newbox09_txtarea_txt {
    font-weight: bold;
    margin: 1px auto 0;
    max-width: 642px;
}

.cookpaq_newbox09_txtarea_list {
    line-height: 1.2;
    margin: 13px auto 0;
    max-width: 642px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cookpaq_newbox09_txtarea_list>* {
    width: 50%;
}

.cookpaq_newbox09_txtarea_list li {
    margin-bottom: 8px;
}

.cookpaq_newbox09_txtarea_list li:last-child {
    margin-bottom: 0;
}

.cookpaq_newbox09_txtarea_list li:before {
    content: "・";
}

@media screen and (max-width: 768px) {
    .cookpaq_newbox09_img> :nth-child(1):before {
        border: 15px solid transparent;
        border-left: 20px solid #559535;
    }

    .cookpaq_newbox09_txtarea {
        padding: 20px;
    }

    .cookpaq_newbox09_txtarea_tit {
        font-size: 20px;
    }

    .cookpaq_newbox09_txtarea_subtit {
        font-size: 16px;
        margin-top: 10px;
    }

    .cookpaq_newbox09_txtarea_list> :nth-child(1) {
        width: 40%;
    }

    .cookpaq_newbox09_txtarea_list> :nth-child(2) {
        width: 60%;
    }
}

/* -- cookpaq_new_tit -- */
.cookpaq_new_tit_outer {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cookpaq_new_tit {
    color: #0550BF;
    position: relative;
    margin: 19px 0 41px;
    padding-left: 80px;
}

.cookpaq_new_tit_outer>* {
    margin-right: 50px;
}

.cookpaq_new_tit_outer> :last-child {
    margin-right: 0;
}

.cookpaq_new_tit:before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 60px;
    height: 1px;
    background: #0550BF;
    content: "";
}

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

    .cookpaq_new_tit {
        padding-left: 30px;
    }

    .cookpaq_new_tit_outer>* {
        margin-bottom: 0;
        margin-right: 0;
    }

    .cookpaq_new_tit_outer> :last-child {
        margin-bottom: 41px;
    }

    .cookpaq_new_tit:before {
        width: 20px;
    }
}


/* cookpaq_txt_gray,cookpaq_txt_green */
.cookpaq_txt_gray,
.cookpaq_txt_green {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    color: #FFF;
    padding: 5px;
}

.cookpaq_txt_gray {
    background: #6C7B90;
}

.cookpaq_txt_green {
    background: #559535;
}

.fsS.cookpaq_txt_gray,
.fsS.cookpaq_txt_green {
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 6px;
}

.box_outer .box_tit {
    text-align: center;
}
.box_outer .box_tit:before {
    right: 0;
    margin: auto;
}
.box_listwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.box_listwrap .box_list {
    width: 50%;
}
.about_box_outer .box_flex {
    display: flex;
    gap: 20px;
}
.about_box_outer .box_flex .box_txt {
    width: 50%;
}
.about_box_outer .box_flex .box_txt a {
    text-decoration: underline;
}
.about_box_outer .box_flex .box_txt span {
    display: block;
}
.about_box_outer .box_flex .box_txt span:not(:last-child) {
    margin-bottom: 20px;
}
.about_box_outer .box_flex .box_img {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .about_box_outer .box_flex {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .about_box_outer .box_flex .box_txt,
    .about_box_outer .box_flex .box_img {
        width: 100%;
    }
}

.introduction_box_outer .box_list {
    display: flex;
    gap: 20px;
}
.introduction_box_outer .box_list .box_item {
    width: 33.333333%;
}
.introduction_box_outer .box_img {
    display: block;
    margin-bottom: 20px;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .introduction_box_outer .box_list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .introduction_box_outer .box_list .box_item {
        width: 100%;
    }
    .introduction_box_outer .box_img {
        height: 300px;
    }
}

@media screen and (min-width: 1281px) {
    .pc\:none {
        display: none !important;
    }
}

.pt0 {
    padding-top: 0 !important;
}

.scn-link{
    text-align: center;
}
.scn-link a{
    color:#0070C0;
}

/* 20260212 クックパック 人気メニューについて */
.scn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.scn-popular-menu-outer h3 {
    margin: 0 0 14px;
}
@media screen and (max-width: 768px) {
    .scn-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .scn-popular-menu-outer h3 {
        font-size: 20px;
    }
}

/* 20260212 モバイル表示 追従お問合せ */
.scn-fixed-banner {
    display: none;
}
@media screen and (max-width: 767.98px) {
    .scn-fixed-banner {
        display: grid;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 97;
        grid-template-columns: 1fr 1fr;
        height: 64px;
        box-shadow: 0 -6px 16px rgba(0, 0, 0, .12);
        color: #fff;
    }
    .scn-fixed-banner a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: 700;
    }
    .scn-fixed-banner__tel {
        background: #3F92CB;
    }
    .scn-fixed-banner__contact {
        background: #4EC2E0;
    }
    .scn-fixed-banner__main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .scn-fixed-banner__num {
        font-size: 16px;
        line-height: 1.2;
    }
    .scn-fixed-banner__label {
        font-size: 16px;
    }
    .scn-fixed-banner__tel .scn-fixed-banner__sub {
        font-size: 10px;
    }
    .scn-fixed-banner__contact .scn-fixed-banner__sub {
        font-size: 16px;
    }
        .crm2 > li {
            margin-bottom: 0 !important;
        }
}

.crm2 li p {
    margin-bottom: 30px;
}

.no_img#visual {
    height: auto;
    padding: 40px 0 40px;
}
.no_img#visual .visual_txtarea {
    height: auto;
    position: unset;
    transform: translate(0);
    margin: 0;
}
.visual_txtarea h1 {
    transform: translate(0);

}

@media screen and (max-width: 768px) {
    .visual_txtarea {
        min-height: unset;
        padding-top: 0;
        padding-bottom: 0;
    }
}


.mw_wp_form .flex .horizontal-item {
    display: block;
}
.mw_wp_form .flex .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-top: 10px;
}