@charset "utf-8";
/*
Theme Name: Cultivator 2026
Theme URI: https://smile-farm.co.jp/
Author: Smilefarm
Author URI: https://smile-farm.co.jp
Description: Smilefarm WordPress Themes
Version: 1.1
Requires at least: 6.0
Requires PHP: 8.0
Tested up to: 6.8
Text Domain: smilefarm
*/

.color1 {
    color: #01b14c;
}
.color2 {
    color: #de0082;
}
.color3 {
    color: #c9d302;
}
.color4 {
    color: #377ef4;
}
.bgc1 {
    background-color: #01b14c;
}
.bgc2 {
    background-color: #de0082;
}
.bgc3 {
    background-color: #c9d302;
}
.bgc4 {
    background-color: #377ef4;
}

.left_center {
    text-align: left;
}
@media screen and (max-width: 768px) {
    .left_center {
        text-align: center;
    }
}

#logo {
    text-align: center;
    width: 18%;
    padding: 19px 0;
    float: left;
    margin-bottom: 0;
}
#logo a img {
    width: 206px;
    margin-bottom: 0;
}
h1 {
    text-align: center;
}
.page h1,
.single h1 {
}
h2 {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    h2 {
        margin-bottom: 30px;
    }
}
ol {
    padding-left: 1.5em;
}
ol li {
    margin-bottom: 10px;
}
ol li ol {
    margin-top: 10px;
}

/* アニメーション */
.animate {
    opacity: 0;
    transition: all 1s;
    transform: translate(0px, 120px) scale(0.7);
}
.animate_in {
    opacity: 1;
    transform: translate(0px, 0px) scale(1);
}

.header_ue {
    padding: 0 50px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 6px #ccc;
}
.header_ue .header_logo {
    font-size: 16px;
    font-weight: normal;
}

@media screen and (max-width: 1500px) {
    .header_ue {
        padding: 0 10px;
    }
}
.header_ue a:hover {
    text-decoration: none;
}
a.hd_icon {
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
a.hd_icon_insta {
    background-image: url(images/snsicon_insta.svg);
}
a.hd_icon_insta:hover {
    background-image: url(images/snsicon_insta_hover.svg);
}
a.hd_icon_fb {
    background-image: url(images/snsicon_fb.svg);
}
a.hd_icon_fb:hover {
    background-image: url(images/snsicon_fb_hover.svg);
}
a.hd_icon_tw {
    background-image: url(images/snsicon_tw.svg);
}
a.hd_icon_tw:hover {
    background-image: url(images/snsicon_tw_hover.svg);
}
.header_yt {
    border: 1px solid #0f0f0f;
    border-top: none;
    background: #f2f2f2;
    font-size: 14px;
    padding: 5px 10px;
    transition: 0.3s;
}
.header_yt:hover {
}
.hd_icon_yt::before {
    content: url(images/icon_youtube.svg);
    height: 23px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    transition: 0.3s;
}
.header_yt.header_yt_hv:hover .hd_icon_yt::before {
    content: url(images/icon_youtube_hover.svg);
}
.header_yt .header_yt_txt {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    transition: 0.3s;
}
.header_mem {
    border: 1px solid #000000;
    border-top: none;
    padding: 6px 10px;
    transition: 0.3s;
}
.header_mem.header_mem_hv:hover {
    background-color: #000;
}
.hd_icon_mem::before {
    content: url(images/icon_mypage.svg);
    height: 27px;
    width: 27px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
}
.header_mem.header_mem_hv:hover .hd_icon_mem::before {
    content: url(images/icon_mypage_w.svg);
}
.header_mem_txt {
    transition: 0.3s;
}
.header_mem.header_mem_hv:hover .header_mem_txt {
    color: #fff;
}
.header_icon a {
    margin: 0 3px 0;
    display: inline-block;
    vertical-align: middle;
}
.header_top {
    overflow: auto;
}

.header_right {
    float: left;
    width: 82%;
}
.header_copy {
    font-size: 13px;
    padding-top: 10px;
}
.disp_1 {
    display: none;
}
#navi {
}

#menu-g-navi {
    padding-left: 0;
    list-style: none;
    text-align: right;
    margin: 24px 0 0 auto;
}
@media screen and (max-width: 1450px) {
    #menu-g-navi {
        width: 100%;
        margin-top: 12px;
    }
    .disp_1 {
        display: block;
    }
}
#menu-g-navi > li {
    display: inline-block;
}
#menu-g-navi > li > a {
    display: block;
    text-align: center;
    padding: 10px 15px 20px;
    line-height: 1.2;
}
@media screen and (max-width: 1200px) {
    #menu-g-navi > li > a {
        padding: 10px 5px 20px;
    }
}

#menu-g-navi li a:hover {
    text-decoration: none;
    color: #0082d0;
    transition: 0.3s;
}
#menu-g-navi > li.menu-item {
    font-size: 22px;
    position: relative;
    cursor: default;
}

#menu-g-navi > li.menu-item span,
#menu-g-navi-sp > li.menu-item span {
    font-size: 14px;
    color: #666666;
}
#menu-g-navi .sub-menu {
    width: 300px;
    max-width: 300px;
    left: 50%;
    transform: translatex(-50%);
    background-color: #e4f3fe;
    /*margin-top: 20px;*/
    padding: 10px 0 30px;
}
#menu-g-navi .sub-menu > .menu-item,
#menu-g-navi-sp .sub-menu > .menu-item {
    border-bottom: 1px solid #888888;
    font-size: 18px;
    margin: 0 20px;
    width: calc(100% - 40px);
    line-height: 1.5;
}
#menu-g-navi .sub-menu > .menu-item a {
    width: 100%;
    display: inline-block;
    padding: 8px 15px 8px;
}
#menu-g-navi .sub-menu > .menu-item:first-of-type a,
#menu-g-navi-sp .sub-menu > .menu-item:first-of-type a {
    color: #0082d0;
}
#menu-g-navi .sub-menu > .menu-item:first-of-type a:hover,
#menu-g-navi-sp .sub-menu > .menu-item:first-of-type a:hover {
    color: #000;
}
#menu-g-navi > li.menu-item-has-children > a > span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #666666;
    border-bottom: 2px solid #666666;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 2px;
}
#menu-g-navi > li.menu-item-has-children > a:hover > span::after {
    border-left: 2px solid #0082d0;
    border-bottom: 2px solid #0082d0;
}
#menu-g-navi li a:hover span {
    text-decoration: none;
    color: #0082d0;
}
#menu-g-navi > li.menu-item-has-children:hover::after {
    content: "";
    border-bottom: 22px solid #e4f3fe;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.sp_sns_icon {
    display: none;
}
.header_top_sp {
    display: none;
}
.header_logo_sp {
    display: none;
}
.header_copy_sp {
    display: none;
}
.pc_menu {
    display: block;
}
.sp_menu {
    display: none;
}
@media screen and (max-width: 1100px) {
    .header_ue {
        position: fixed;
        background: #fff;
        height: 57px;
        /*box-shadow: 0 2px 6px #ccc;*/
        padding: 0;
        top: 0;
    }
    #logo {
        width: 50%;
        padding: 0;
        line-height: 57px;
    }
    #logo a img {
        margin-bottom: 8px;
        width: 150px;
    }
    .header_inner {
        padding-top: 57px;
    }
    .header_top {
        display: none;
    }
    .header_top_sp {
        display: block;
    }
    .header_logo_pc {
        display: none;
    }
    .header_logo_sp {
        display: block;
        text-align: left;
        margin-left: 10px;
        width: 150px;
        height: 57px;
    }
    .header_logo_sp a {
        display: inline-block;
        height: 57px;
    }
    .header_right {
        width: 50%;
        float: right;
    }
    .kotei_header {
        text-align: right;
        margin: 15px 60px 15px 0;
    }
    a.header_yt {
        border: none;
        background: none;
        padding: 0;
    }
    .hd_icon_yt::before {
        margin-right: 0;
    }
    .header_mem {
        border: none;
        padding: 0;
    }
    .hd_icon_mem::before {
        margin-right: 0;
        margin-left: 16px;
    }
    #navi {
        position: fixed;
        z-index: 500;
        max-height: 80vh;
        overflow: auto;
        box-shadow: 0px 2px 10px #ccc;
    }
    #menu-g-navi-sp > li.menu-item {
        display: block;
        padding: 0;
        font-size: 22px;
        position: relative;
    }
    .pc_menu {
        display: none;
    }
    .sp_menu {
        display: block;
    }
    .header_menu {
        padding: 10px 20px 20px;
    }
    menu-g-navi-sp {
        padding-left: 0;
        list-style: none;
        text-align: right;
        margin-top: 12px;
    }
    #menu-g-navi-sp {
        border-bottom: 1px solid #707070;
        padding-bottom: 10px;
        padding-left: 0;
    }
    #menu-g-navi-sp .sub-menu > .menu-item a {
        padding: 8px;
    }
    #menu-g-navi-sp .menu-item span::before {
        content: "";
        width: 18px;
        height: 1px;
        display: inline-block;
        background: #666666;
        vertical-align: middle;
        margin: 0 5px;
    }
    #menu-g-navi-sp > li > a {
        text-align: left;
        padding: 10px 5px 10px;
        line-height: 1.2;
    }
    #menu-g-navi-sp li a:hover span {
        text-decoration: none;
        color: #666666;
    }
    #navi #menu-g-navi-sp .sub-menu {
        position: relative;
        width: 100%;
        margin: 10px 0;
        left: 0;
        transform: none;
        max-width: 100%;
        display: none;
    }
    #menu-g-navi-sp .sub-menu {
        background-color: #e4f3fe;
        padding: 10px 0 30px;
    }
    #menu-g-navi-sp > li.menu-item-has-children .sub-menu::before {
        content: "";
        border-bottom: 22px solid #e4f3fe;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        position: absolute;
        z-index: 1;
        left: 40px;
        top: -20px;
    }
    #menu-g-navi-sp > li.menu-item-has-children > a::after {
        content: "＋";
        border: 0;
        transform: rotate(0deg);
        right: 0;
        width: auto;
        height: auto;
        font-weight: bold;
        font-size: 20px;
        position: absolute;
    }
    #menu-g-navi-sp > li.menu-item-has-children > a.mn::after {
        content: "－";
        font-weight: bold;
        font-size: 20px;
    }
    #menu-g-navi-sp > li.menu-item-has-children > a > span::after {
        content: none;
    }
    #menu-g-navi-sp li a:hover {
        color: #000;
    }
    .disp_tg_off {
        display: none;
    }
    .header_icon {
        display: none;
    }
    .sp_sns_icon {
        display: block;
        margin: 30px 0;
    }
    .header_copy_sp {
        color: #01a5ce;
        text-align: center;
        line-height: 1.5;
        padding: 10px 0;
    }
    .header_copy_sp_name {
        font-size: 16px;
        display: block;
    }
    .header_copy_sp_txt {
        font-size: 14px;
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .header_copy_sp_name {
        font-size: 11px;
    }
    .header_copy_sp_txt {
        font-size: 9px;
    }
    #menu-g-navi-sp > li.menu-item {
        font-size: 18px;
    }
    #menu-g-navi-sp .sub-menu > .menu-item {
        font-size: 16px;
        margin: 0 15px;
        width: calc(100% - 30px);
    }
}

#breadcrumbs {
    padding-left: 0;
    margin-top: 15px;
}

/* privacy-policy */
.jo_w {
    margin-bottom: 60px;
}

/* transaction */
.transaction_w table {
    margin: 0 auto;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 60px;
}
.transaction_w th {
    width: 25%;
    background-color: #efefef;
    border: 1px solid #ccc;
    padding: 10px;
}
.transaction_w td {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
}
@media screen and (max-width: 768px) {
    .transaction_w th {
        width: 100%;
        display: block;
    }
    .transaction_w td {
        width: 100%;
        display: block;
    }
}

/* cart */
#cart .upbutton {
    padding-right: 0 !important;
}
#cart table#cart_table {
    width: 100%;
    margin-top: 10px;
}
#customer-info .send {
    margin-bottom: 30px;
}
#customer-info table.customer_form {
    width: 100%;
}
#confirm_table h3 {
    border-bottom: 0;
}
#confirm_table h3::after {
    content: none;
}

/* login page */
.welcart_w #memberpages div.loginbox {
    width: 600px;
    margin-top: 0;
}
.welcart_w #memberpages label {
    display: block;
}
.welcart_w #memberpages input.loginmail {
    width: 100%;
}
.welcart_w #memberpages input.loginpass {
    width: 100%;
}
.welcart_w .catbox .post .entry {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .welcart_w #memberpages div.loginbox {
        width: 100%;
        max-width: 600px;
    }
}

/* contact */
.contact_w table {
    margin: 0 auto;
    border: 1px solid #ccc;
    width: 100%;
}
.contact_w table th {
    width: 25%;
    background-color: #efefef;
    border: 1px solid #ccc;
    padding: 10px;
}
.contact_w table td {
    border: 1px solid #ccc;
    padding: 10px;
}
.contact_w input.w100 {
    width: 100%;
}
.contact_w textarea.w100 {
    width: 100%;
}
.contact_w input[type="submit"] {
    background-color: #ce3664;
    border: 2px solid #ce3664;
    color: #fff;
    font-weight: bold;
    max-width: 300px;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    cursor: pointer;
}
.contact_w input[type="submit"]:hover {
    background-color: #fff;
    color: #ce3664;
}
.contact_w input.modoru_btn[type="submit"] {
    background-color: #cfcfcf;
    border: 2px solid #cfcfcf;
}
.contact_w input.modoru_btn[type="submit"]:hover {
    background-color: #fff;
    color: #cfcfcf;
}
.contact_w .mw_wp_form_preview .kome {
    display: none;
}

.hissu {
    background: #e6002c;
    color: #ffffff;
    padding: 5px 10px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .contact_w table th {
        width: 100%;
        display: block;
    }
    .contact_w table td {
        width: 100%;
        display: block;
    }
}
.footer_logo {
    width: 23%;
    float: left;
    margin-right: 5%;
    max-width: 240px;
}
.footer_navi {
    width: 72%;
    float: right;
}
#menu-footer-menu {
    padding-left: 0;
    margin-bottom: 80px;
    list-style: none;
    overflow: auto;
    text-align: left;
}
#menu-footer-menu > .menu-item {
    width: 33%;
    margin-right: 0.5%;
    float: left;
}
#menu-footer-menu > .menu-item {
    margin-bottom: 20px;
    font-size: 18px;
}
#menu-footer-menu > .menu-item:nth-last-of-type(1),
#menu-footer-menu > .menu-item:nth-last-of-type(2) {
    margin-bottom: 0;
}
#menu-footer-menu > .menu-item:nth-of-type(3n) {
    margin-right: 0;
}
#menu-footer-menu > .menu-item::before {
    content: "";
    border: 5px solid #000;
    border-radius: 11px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
#menu-footer-menu .sub-menu {
    list-style-type: none;
}
#menu-footer-menu .sub-menu > .menu-item {
    margin: 5px 0;
    font-size: initial;
    text-indent: -1em;
    padding-left: 1em;
}
#menu-footer-menu .sub-menu > .menu-item::before {
    content: "ー";
    color: #000;
    vertical-align: top;
    margin-right: 6px;
    display: inline;
}
#menu-footer-menu .sub-menu a {
    display: inline;
}
@media screen and (max-width: 768px) {
    .footer_logo {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .footer_navi {
        width: 100%;
    }
    #menu-footer-menu {
        margin-bottom: 30px;
        margin-top: 40px;
    }
    #menu-footer-menu > .menu-item {
        width: 48%;
        font-size: 13px;
        margin-bottom: 10px;
    }
    #menu-footer-menu > .menu-item:nth-of-type(odd) {
        margin-right: 4%;
    }
    #menu-footer-menu > .menu-item:nth-of-type(even) {
        margin-right: 0;
    }
    #menu-footer-menu > .menu-item:last-of-type,
    #menu-footer-menu > .menu-item:nth-last-of-type(2) {
        margin-bottom: 0;
    }
    #menu-footer-menu > .menu-item::before {
        border: 3px solid #000;
        width: 16px;
        height: 16px;
    }
    #menu-footer-menu .sub-menu {
        display: none;
    }
}
/* 下層フッター */
.top_sup_w.sub_page .container_in {
    padding-left: 0;
    padding-right: 0;
}
.top_sup_w.sub_page .btn_w a.btn2 .btn_text::before {
    display: inline-block;
    vertical-align: middle;
}
.top_sup_w.sub_page .btn_text span {
    display: inline-block;
    vertical-align: middle;
}
.sub_page .top_sup_app_w a.btn2 {
    padding: 20px 0;
}
.top_sup_w.sub_page .tit {
    /*margin-bottom: 60px;*/
}
p.naname {
    position: relative;
    display: inline-block;
}
p.naname::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #000;
    display: inline-block;
    transform: rotate(70deg);
    position: absolute;
    left: -50px;
    top: 26px;
}
p.naname::after {
    content: "";
    width: 50px;
    height: 1px;
    background: #000;
    display: inline-block;
    transform: rotate(-70deg);
    position: absolute;
    right: -50px;
    top: 26px;
}
.sub_page .top_contact_text {
    padding: 20px;
}
.sub_page .top_contact_area::before {
    width: 25%;
}
.sub_page .top_contact_img {
    width: 25%;
}
.sub_page .top_contact_img > img {
    width: 35px;
}
.sub_page .top_contact_text {
    padding: 15px 20px;
    width: 75%;
}
.sub_page .top_contact_mes span {
    width: 100%;
}
.sub_page a.top_contact_link {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
@media screen and (max-width: 900px) {
    .top_sup_w.sub_page .btn_w a.btn2 .btn_text::before {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .sub_page .top_contact_text {
        padding: 15px 10px;
    }
}
/* トップページ */
.top_w .tit {
    margin-bottom: 30px;
}
.sub_tit {
    font-size: 20px;
    color: #888888;
}
.sub_tit::before {
    content: "";
    border-top: 1px solid #888888;
    width: 37px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.subt1::before {
    margin-left: 20px;
}
.sub_tit.subt3::before,
.sub_tit.subt4::before {
    content: none;
}
@media screen and (max-width: 768px) {
    .sub_tit {
        font-size: 16px;
    }
    .subt1::before {
        content: none;
    }
    .sub_tit.subt4::before {
        content: "";
    }
    .sub_tit::before {
        width: 20px;
        margin-right: 10px;
    }
}
/* スライダー */
.slider_in {
    position: relative;
}
.slider_box {
    max-width: 1200px;
    position: relative;
    width: 80%;
    margin: 0 50px;
}
.slider_box:hover .slider_deco {
    opacity: 1;
}
.slider_box:not(.slick-current) {
    opacity: 0.5;
}
.slider_box.slick-current {
    opacity: 1;
}
.slider_box .slider_deco {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
    margin-bottom: 0;
}
.slider_box.slick-current .slider_deco {
    display: block;
}
.slider_box .slider_text {
    position: relative;
    bottom: 0;
    width: 70%;
    display: none;
    margin-top: -90px;
}
.slider_text_in {
    height: 90px;
    /*border-bottom: 2px solid #000;*/
}
.slider_box.slick-current .slider_text {
    display: block;
}

.slider_text p {
    line-height: 1.5;
    margin: 10px 0;
    /*height: 80px;*/
    background: rgb(255, 255, 255, 0.8);
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.slider_box .slider_lets {
    position: absolute;
    display: none;
    top: 50%;
    left: -150px;
    width: 30%;
    max-width: 360px;
}
.slider_box.slick-current .slider_lets {
    display: block;
}
.slider_w .slick-dots li button:before {
    content: "";
    width: 26px;
    height: 26px;
    border: 5px solid #a7a7a7;
    border-radius: 13px;
}
.slider_w .slick-dots {
    right: 400px;
    text-align: right;
    top: 37.5vw;
    width: auto;
}
.slider_w .slick-prev,
.slider_w .slick-next {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    top: 45%;
}
.slider_w .slick-next {
    right: 325px;
}
.slider_w .slick-prev {
    left: 325px;
}
.slider_w .slick-prev:before {
    content: "";
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 15px;
    height: 15px;
    display: block;
    transform: rotate(-45deg);
    margin-left: 20px;
}
.slider_w .slick-next:before {
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 15px;
    height: 15px;
    display: block;
    transform: rotate(45deg);
    margin-left: 13px;
}
.slick-dots li.slick-active button:before {
    border: 5px solid #00a63c;
}
.slider_image {
    position: relative;
}
.slider_image .wp-post-image {
    width: 100%;
    height: 38vw;
    object-fit: cover;
}
@media screen and (max-width: 1749px) {
    .slider_w .slick-next {
        right: 225px;
    }
    .slider_w .slick-prev {
        left: 225px;
    }
    .slider_w .slick-dots {
        right: 300px;
    }
}
@media screen and (max-width: 1499px) {
    .slider_w .slick-next {
        right: 175px;
    }
    .slider_w .slick-prev {
        left: 175px;
    }
    .slider_w .slick-dots {
        /*padding-right: 250px;*/
        right: 250px;
    }
}
@media screen and (max-width: 1399px) {
    .slider_box .slider_text {
        width: 80%;
    }
}
@media screen and (max-width: 1259px) {
    .slider_text_in {
        height: 125px;
    }
    .slider_box .slider_lets {
        left: -40px;
        top: auto;
        bottom: 160px;
    }
    .slider_w .slick-prev,
    .slider_w .slick-next {
        top: 40%;
    }
}
@media screen and (max-width: 1139px) {
    .slider_w .slick-next {
        right: 125px;
    }
    .slider_w .slick-prev {
        left: 125px;
    }
    .slider_w .slick-dots {
        right: 200px;
    }
}
@media screen and (max-width: 1100px) {
    .slider_image .wp-post-image {
        height: 40vw;
    }
    .slider_w .slick-dots {
        top: 39vw;
    }
}
@media screen and (max-width: 1029px) {
    .slider_w .slick-next {
        right: 75px;
    }
    .slider_w .slick-prev {
        left: 75px;
    }
    .slider_w .slick-dots {
        right: 150px;
    }
}
@media screen and (max-width: 929px) {
    .slider_box {
        margin: 0 15px;
    }
    .slider_w .slick-next {
        right: 34px;
    }
    .slider_w .slick-prev {
        left: 34px;
    }
    .slider_w .slick-prev,
    .slider_w .slick-next {
        top: 35%;
    }
    .slider_w .slick-dots {
        right: 65px;
        height: 26px;
    }
    .slider_box .slider_lets {
        left: -50px;
        bottom: 130px;
    }
    .slider_box .slider_text {
        width: 100%;
        margin-top: 0;
    }
    .slider_text_in {
        height: 88px;
    }
}

@media screen and (max-width: 768px) {
    .slider_image .wp-post-image {
        height: 50vw;
    }
    .slider_w .slick-next {
        right: 20px;
    }
    .slider_w .slick-prev {
        left: 20px;
    }
    .slider_w .slick-dots {
        /*padding-right: 36px;*/
        right: 36px;
    }
    .slider_w .slick-dots {
        top: 49.5vw;
    }
    .slider_w .slick-prev,
    .slider_w .slick-next {
        width: 30px;
        height: 30px;
        top: 35%;
    }
    .slider_box {
        margin: 0 8px;
    }
    .slider_w .slick-next:before {
        width: 12px;
        height: 12px;
        margin-left: 5px;
    }
    .slider_w .slick-prev:before {
        width: 12px;
        height: 12px;
        margin-left: 9px;
    }
    .slider_box .slider_lets {
        left: -25px;
        bottom: 130px;
        width: 200px;
    }
    .slider_w .slick-dots li button:before {
        width: 11px;
        height: 11px;
        border: 2px solid #a7a7a7;
    }
    .slick-dots li.slick-active button:before {
        border: 2px solid #00a63c;
    }
    ul.slick-dots {
        height: 11px;
    }
    ul.slick-dots li {
        width: 11px;
        height: 11px;
        padding: 2px;
        margin: 0 2px;
    }
    .slick-dots li button {
        width: 11px;
        height: 11px;
    }
    .slider_box .slider_text {
        margin-top: 0;
    }
}
@media screen and (max-width: 530px) {
    .slider_text_in {
        height: 93px;
    }
    .slider_box .slider_lets {
        bottom: 130px;
        width: 40%;
    }
    .slider_w .slick-prev,
    .slider_w .slick-next {
        top: 28%;
    }
}

/* タグ */
.slider_in_tag {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}
.tag_art,
.tag_shakai {
    background-color: #ce3664;
    border: 2px solid #ce3664;
    color: #fff;
}
.tag_sport {
    background-color: #3457b5;
    border: 2px solid #3457b5;
    color: #fff;
}
.tag_culture {
    background-color: #c16c4c;
    border: 2px solid #c16c4c;
    color: #fff;
}
.tag_food_health,
.tag_shoku {
    background-color: #04702b;
    border: 2px solid #04702b;
    color: #fff;
}
.tag_life,
.tag_sekai {
    background-color: #b3bb0e;
    border: 2px solid #b3bb0e;
    color: #fff;
}
.tag_seminar {
    background-color: #434343;
    border: 2px solid #434343;
    color: #fff;
}
.tag_event {
    border: 2px solid #434343;
    color: #000;
    background: #fff;
}
.tag_report {
    background-color: #c2f5ff;
    border: 2px solid #c2f5ff;
    color: #434343;
}

.cat_tag {
    min-width: 100px;
    float: right;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 14px;
}
.kokai_bi {
    vertical-align: middle;
    color: #888888;
    font-size: 14px;
}
h3.tit {
    font-size: inherit;
    margin-top: 15px;
}
.top_seminar_w {
    position: relative;
}
.top_seminar_w::after {
    content: "";
    background: #ffe2b7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}
.top_seminar_in_w {
    position: relative;
}
.top_seminar_in_w::before {
    content: "";
    background: #c2f5ff;
    position: absolute;
    left: 0;
    right: 5%;
    top: 0;
    bottom: -50px;
    z-index: -1;
}
.top_seminar_w h3.tit {
    font-size: inherit;
    margin-top: 15px;
}

.flex_w.col3_flex .cat_tag,
.sidebar-inner .cat_tag {
    float: left;
}
.flex_w.col3_flex .kokai_bi,
.sidebar-inner .kokai_bi {
    text-align: right;
    width: 100%;
    display: block;
    line-height: 2.1;
}
.flex_w.col3_flex h3.tit,
.sidebar-inner h3.tit {
    display: inline-block;
    width: 100%;
    clear: both;
}
@media screen and (max-width: 768px) {
    .flex_w.col3_flex .kokai_bi,
    .sidebar-inner .kokai_bi {
        text-align: left;
        width: 100%;
        display: inline-block;
        margin-top: 6px;
        line-height: 1.4;
    }
}

/* ピックアップ */
.pickup_w .news_cont {
    background: #00abe1;
    width: 90%;
    margin: -250px 0 0 auto;
    text-align: right;
}
.pickup_w {
    margin-bottom: 100px;
    position: relative;
}
.pickup_lets {
    position: absolute;
    top: -20px;
    right: -50px;
    max-width: 250px;
}
.pickup_w a:hover {
    color: #fff;
}
.pickup_img {
    width: 50%;
}
.pickup_txt {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    padding: 40px 40px 40px 0;
    text-align: left;
}
.pickup_txt .kokai_bi {
    color: #fff;
    display: block;
}
.pickup_txt .cat_tag {
    display: inline-block;
    float: none;
    margin-top: 10px;
}
.pickup_txt h3.tit {
    color: #fff;
    font-size: 20px;
}
.top_seminar_in_w .pickup_img {
    width: 50%;
}
@media screen and (max-width: 1140px) {
    .pickup_lets {
        right: -20px;
    }
}
@media screen and (max-width: 1040px) {
    .pickup_w .news_cont {
        margin-right: -20px;
    }
    .pickup_img {
        margin-left: -20px;
    }
    .pickup_txt {
        padding-right: 60px;
        width: 55%;
    }
}
@media screen and (max-width: 1000px) {
    .pickup_lets {
        top: -40px;
    }
    .cat_tag {
        float: none;
    }
    .kokai_bi {
        display: block;
    }
}
@media screen and (max-width: 900px) {
    .pickup_lets {
        max-width: 200px;
    }
    .pickup_w .news_cont {
        margin-top: -220px;
    }
}
@media screen and (max-width: 768px) {
    .pickup_img {
        width: 100%;
        max-width: 500px;
        min-width: 320px;
    }
    .top_seminar_in_w .pickup_img {
        width: 100%;
    }
    .pickup_w .news_cont {
        width: calc(100% + 20px);
        margin-left: 0;
        margin-top: -200px;
    }
    .pickup_txt {
        width: 100%;
        padding: 210px 20px 20px;
    }
    .pickup_txt .kokai_bi {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }
    .pickup_txt .cat_tag {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    .pickup_lets {
        top: 200px;
        right: 8%;
    }
    .pickup_txt h3.tit {
        font-size: inherit;
    }
}
@media screen and (max-width: 600px) {
    .pickup_lets {
        top: 210px;
        right: -20px;
        max-width: 160px;
    }
}
@media screen and (max-width: 500px) {
    .pickup_lets {
        top: 180px;
        width: 160px;
    }
}
@media screen and (max-width: 470px) {
    .pickup_lets {
        top: 160px;
    }
}
@media screen and (max-width: 440px) {
    .pickup_lets {
        top: 140px;
    }
}
@media screen and (max-width: 410px) {
    .pickup_lets {
        top: 120px;
    }
}
.top_about_out {
    position: relative;
}
.top_about_w {
    margin-top: 70px;
    position: relative;
}
.top_about_w::before {
    content: "";
    background: #bef6f1;
    right: 0;
    left: 5%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.top_about_img {
    width: 50%;
    margin-bottom: 0;
    position: absolute;
    top: 70px;
}
.top_about_w .img_sem {
    width: 50%;
    text-align: left;
}
.top_about_desc {
    padding: 50px 0 50px calc(50% + 60px);
    z-index: 101;
    position: relative;
}
.top_about_in_w {
    position: relative;
}
.top_about_w .img_aboutus {
    position: absolute;
    right: -80px;
    top: 250px;
}
.top_about_text {
    font-size: 25px;
}

@media screen and (max-width: 1376px) {
    .top_about_w .img_aboutus {
        display: none;
    }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 1100px) {
    .top_about_desc {
        padding-left: calc(50% + 40px);
    }
}
@media screen and (max-width: 999px) {
    .top_about_img {
        width: 100%;
        position: inherit;
        top: 0;
    }
    .top_about_w {
        margin: 0;
    }
    .top_about_w::before {
        left: 0;
    }
    .top_about_desc {
        padding-left: 0;
    }
    .top_about_w .img_aboutus {
        display: block;
        opacity: 0.5;
        width: 100px;
        top: 40px;
        right: 80px;
    }
}
@media screen and (max-width: 768px) {
    .top_about_text {
        font-size: 18px;
    }
    .top_about_w .img_aboutus {
        right: 0;
        width: 80px;
    }
}

.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
}
.col3_flex li {
    width: 30%;
    margin-bottom: 30px;
    margin-right: 5%;
}
.col3_flex li:nth-of-type(3n) {
    margin-right: 0;
}
.col3_flex li:nth-last-of-type(1),
.col3_flex li:nth-last-of-type(2),
.col3_flex li:nth-last-of-type(3) {
    margin-bottom: 0;
}
.col4 li {
    width: 23%;
    margin-right: 2.66%;
}
.col4 li:nth-of-type(4n) {
    margin-right: 0;
}
.flex_w.col2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_w.col2 li {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .flex_w.sp_col2 li {
        width: 48%;
    }
    .flex_w.sp_col2 li:nth-of-type(odd) {
        margin-right: 4%;
    }
    .flex_w.sp_col2 li:nth-of-type(even) {
        margin-right: 0;
    }
    .flex_w.sp_col2_s li {
        width: 50%;
        margin-right: 0;
    }
    .flex_w.sp_col1 {
        flex-direction: column;
    }
    .flex_w.sp_col1 > li {
        width: 100%;
    }
    .flex_w.sp_col1 > li:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .flex_w.sp_col1 > li > a > div:first-of-type {
        width: 38%;
        float: left;
        margin-right: 4%;
    }
    .flex_w.sp_col1 > li > a > div:last-of-type {
        width: 58%;
        float: left;
    }
    .flex_w .kokai_bi {
        display: block;
        margin-right: 5px;
        line-height: 1;
    }
    .cat_tag {
        width: auto;
        display: inline-block;
        float: none;
        padding: 0 5px;
        font-size: 13px;
        line-height: 1.3;
    }
    .news_cont h3.tit {
        line-height: 1.5;
        margin-bottom: 0;
        margin-top: 5px;
    }
    .sp_col2 .kokai_bi {
        display: block;
    }
    .post_img img {
        margin-bottom: 0;
    }
}

.midashi3 {
    border-left: 2px solid #000;
    padding-left: 20px;
}
a.imglink_w:hover {
    text-decoration: none;
}
a.imglink_w:hover h3 {
    opacity: 0.7;
}
a:hover .su_img {
    opacity: 1;
}
.imglink_div_w {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}
.su_img {
    display: block;
    transition-duration: 0.3s;
    margin-bottom: 0;
}
a.imglink_w:hover .su_img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
    .midashi3 {
        margin-left: 15px;
        padding: 0 8px;
    }
    .top_service_w .container_in2 {
        padding-left: 0;
        padding-right: 0;
    }
    .top_service_w h2.tit {
        padding-left: 20px;
    }
}

.top_sup_app_w {
    background: url("images/topimage_supporterapp_bgimage01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.top_sup_app_w a.btn2 {
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1080px) {
    .container_in2.box_in_in2 {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    .top_sup_w .container_in {
        padding-left: 0;
        padding-right: 0;
    }
    .top_sup_app_w h3 {
        font-size: inherit;
    }
}

.top_contact_img {
    display: inline-block;
    width: 22%;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
}
.top_contact_img > img {
    width: 53px;
    margin-bottom: 0;
}
.top_contact_text {
    display: inline-block;
    width: calc(78% + 1px);
    padding: 30px 60px;
    vertical-align: middle;
    border-radius: 0 10px 10px 0;
    border: 3px solid #666666;
    border-left: none;
    margin-left: -1px;
    position: relative;
}
.top_contact_text::before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    right: -1px;
    top: -3px;
    width: 0;
    height: calc(100% + 6px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
a.top_contact_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
a.top_contact_link:hover .top_contact_text {
    color: #fff;
}
a.top_contact_link:hover .top_contact_text::before {
    background-color: #666666;
    border-radius: 0 10px 10px 0;
    left: 0;
    right: auto;
    width: calc(100% + 3px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
a.top_contact_link:hover {
    text-decoration: none;
}
a.top_contact_link:hover img {
    opacity: 1;
}
.top_contact_area {
    position: relative;
}
.top_contact_area::before {
    content: "";
    background-color: #666666;
    border-radius: 10px 0 0 10px;
    left: 0;
    width: 22%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.img_yajirushi::after {
    content: url(images/icon_yajirushi.svg);
    width: 30px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: middle;
}
a.top_contact_link:hover .img_yajirushi::after {
    content: url(images/icon_yajirushi_w.svg);
}
a.top_contact_link:hover .sub_tit {
    color: #fff;
}
a.top_contact_link:hover .sub_tit::before {
    border-top: 1px solid #fff;
}
.top_contact_area span.sub_tit {
    display: inline-block;
}
.home .top_contact_w .tit {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .top_contact_area .subt1::before {
        content: "";
        width: 25px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .top_contact_area::before {
        width: 18%;
    }
    .top_contact_img {
        width: 18%;
    }
    .top_contact_img > img {
        width: 26px;
    }
    .top_contact_text {
        padding: 15px 8px;
        width: 82%;
    }
    .top_contact_w .tit {
        font-size: 22px;
        /*margin-bottom: 5px;*/
    }
    .top_contact_w .sub_tit {
        font-size: 14px;
    }
    a.top_contact_link:hover .top_contact_text::before {
        left: 18%;
        width: 82%;
    }
    .top_contact_mes span {
        display: inline-block;
        width: 85%;
        vertical-align: middle;
    }
    .top_contact_mes::after {
        margin-left: 5px;
    }
}

/* Let' Cultivate */
.lets {
    font-size: 11vw;
    text-align: center;
    color: #a4ecff;
    opacity: 0.4;
    position: relative;
}
.lets::before {
    content: "";
    position: absolute;
    background-color: #eef3f3;
    height: 10px;
    left: 0;
    right: 0;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.lets_text {
    background-color: #fff;
    padding: 0 30px;
}
.lets_h2 {
    margin-bottom: 60px;
}
.top_lets_w .column4_w li {
    width: 24%;
    margin-right: 1.33%;
}
.top_lets_w .column4_w li:nth-of-type(4n) {
    margin-right: 0;
}
.top_lets_w .column4_w img {
    margin-bottom: 0;
}
.top_lets_w .col4 img {
    margin-bottom: 0;
}
.top_lets_w .column4_w li:nth-of-type(1),
.top_lets_w .column4_w li:nth-of-type(2),
.top_lets_w .column4_w li:nth-of-type(3),
.top_lets_w .column4_w li:nth-of-type(4) {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .lets {
        margin-bottom: 0;
    }
    .lets::before {
        content: none;
    }
    .lets_text {
        padding: 0;
        font-size: 13vw;
        color: #a4ecff;
        opacity: 0.8;
    }
    .lets_h2 {
        margin-bottom: 25px;
    }
}
/* フッター */
.copyright_in_w {
    background-color: #e9fafe;
}
#copyright {
    padding-bottom: 15px;
}
.pc_footer_logo {
    display: block;
}
.sp_footer_logo {
    display: none;
}
@media screen and (max-width: 768px) {
    #copyright {
        font-size: 11px;
    }
    .pc_footer_logo {
        display: none;
    }
    .sp_footer_logo {
        display: block;
    }
}
/* トップへ戻る */
#page-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 0;
    z-index: 500;
}
#page-top a.move-page-top-image {
    background-color: transparent;
}
#page-top a {
    padding: 7px;
    display: block;
    cursor: pointer;
    border-radius: 4px;
}
.page_top_img {
    width: 80px;
}
@media screen and (max-width: 768px) {
    .page_top_img {
        width: 50px;
    }
}
/* about */
.container_in.greeting_area {
    box-shadow: 0px 0px 10px #00000029;
    margin-bottom: 30px;
}
.container_in.greeting_area .greeting_movie {
    text-align: center;
    margin: 80px auto 30px;
    width: 80%;
    position: relative;
    padding-top: 400px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.container_in.greeting_area .greeting_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
@media screen and (max-width: 768px) {
    .container_in.greeting_area .greeting_movie {
        margin: 50px auto 0;
        width: 100%;

        padding-top: 250px;
    }
}
.ff_yumincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.signature {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    text-align: right;
    margin-bottom: 0;
}
.greeting_area .container_in2 {
    padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .signature {
        font-size: 16px;
    }
    .greeting_area .container_in2 {
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}
/* 教養講座 */
.prog_list dt {
    font-size: inherit;
    margin-bottom: 0;
}
.prog_list dd {
    margin-bottom: 20px;
}

/* トップページに追加 */
.w_s {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
li#menu-item-1026,
li#menu-item-1027,
li#menu-item-1028,
li#menu-item-1029 {
    border-top: 1px solid #888;
    margin-top: 1px !important;
}
li#menu-item-1026 a,
li#menu-item-1027 a,
li#menu-item-1028 a,
li#menu-item-1029 a {
    color: #04702b;
}

.teikan_ul {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    list-style: none;
    font-size: 24px;
    flex-wrap: wrap;
    padding-left: 0;
}
@media screen and (min-width: 769px) {
    .teikan_ul {
        gap: 30px 0;
    }
}
.teikan_ul > li {
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 15px;
}
.teikan_ul > li a {
    text-decoration: underline;
}
.teikan_ul > li a::after {
    content: none !important;
}
.teikan_ul > li a:hover {
    text-decoration: none;
}
.teikan_ul > li:nth-child(4n) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .teikan_ul {
        font-size: 16px;
        display: block;
        list-style: disc;
        padding-left: 1.5em;
    }
    .teikan_ul > li {
        text-align: left;
        width: 100%;
        margin-right: 0;
    }
}
