/* font */


/*  coler  */


/*  other  */


/*=====<=====<=====<=====<=====<=====<=====
  top
=====>=====>=====>=====>=====>=====>=====*/


/* font */


/*  coler  */


/*  other  */

#top {
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
}

#top section {
    padding: 120px 0;
    margin-top: 0;
}

#top h2 {
    font-size: 26px;
    font-weight: bold;
}

#top a {
    color: #333;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
}

#top a:hover {
    opacity: .6;
}

#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6 {
    font-weight: normal;
    text-align: center;
    line-height: 1.7;
}

#top h2 {
    font-size: 26px;
    font-weight: bold;
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
}

#top p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    letter-spacing: 0.5px;
}

#top img {
    width: 100%;
}

#top dl,
#top ol,
#top ul {
    line-height: 1.7;
}

#top table {
    font-size: 18px;
    line-height: 1.7;
}

#top strong {
    font-weight: bold;
}

#top .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}

#top .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#top .main_hd {
    width: 100%;
}

#top .main_hd h1 {
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

#top .main_hd h1::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: #66d94c;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#top .btn_og {
    width: 260px;
}

#top .btn_og a {
    display: inline-block;
    width: 100%;
    background: #ff6633;
    padding: 20px 0 20px 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    border-radius: 32px;
    position: relative;
}

#top .btn_og a::before {
    position: absolute;
    content: '';
    background: url(../img/top/mail.png) no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top .btn_og a::after {
    position: absolute;
    content: '';
    background: url(../img/top/arrow.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top .btn01 {
    width: 145px;
}

#top .btn01 a {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 2px 10px 2px 0;
    border: solid 1px #444;
    position: relative;
}

#top .btn01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: .5em;
    height: .5em;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .6s;
    transition: .6s;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
}

#top .about_btn {
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 15px 0 5px;
    border-top: solid 1px #ddd;
}

#top .list_btn {
    width: 360px;
    margin: 50px auto 0;
}

#top .list_btn a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-radius: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border: solid 1px #e63d2e;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#top .list_btn a::before {
    position: absolute;
    content: '';
    background: url(../img/top/event_icon.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top .list_btn a::after {
    position: absolute;
    content: '';
    background: url(../img/top/arrow02.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top .list_btn a:hover {
    text-decoration: none;
    color: #333;
}

#top .hidePc {
    display: none;
}

#top #header .header-info p {
    font-size: 12px;
    font-weight: 500;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
    margin-top: 10px;
}

#top #header .contact-btn a {
    background: #ff6633;
    border-radius: 100px;
    color: #fff;
    font-size: 1.125rem;
    font-family: 'YuGothic-B';
    text-align: center;
    line-height: 65px;
    position: relative;
    display: inline-block;
    width: 260px;
    padding-left: 15px;
    border: 4px solid #ff6633;
}

#top #header .contact-btn a:hover {
    background: #fff;
    color: #ff6633;
    opacity: 1;
}

#top #header .contact-btn a:hover::after {
    content: '\f054';
    position: absolute;
    right: 20px;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#top #header #nav-menu-container img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
}

#top #footer img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
}

#top #footer .contact-btn a {
    width: 100%;
    max-width: 360px;
    background: #ff6633;
    border-radius: 100px;
    color: #fff;
    font-size: 1.125rem;
    font-family: 'YuGothic-B';
    text-align: center;
    line-height: 65px;
    position: relative;
    display: inline-block;
    padding-left: 15px;
    border: 4px solid #ff6633;
}

#top #footer .contact-btn a:hover {
    background: #fff;
    color: #ff6633;
    opacity: 1;
}

#top #footer .contact-btn a:hover::after {
    content: '\f054';
    position: absolute;
    right: 20px;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#top #footer .footer-sns a {
    width: auto;
}

#top #footer .copyright {
    font-size: 12px;
}

#top #slider {
    padding: 0;
    margin-top: 0;
    overflow: hidden;
}

#top #slider .slider_cnt {
    margin: 0 auto;
}

#top #slider .slider_cnt .slick-list .slick-track {
    width: 100%;
    overflow: hidden;
}

#top #slider .slider_cnt .slick-list .slick-track .slick-slide {
    width: 1100px;
    padding: 0 5px;
}

#top #slider .slider_cnt .slick-list .slick-track .slick-slide img {
    margin: 0 auto;
}

#top #slider .slider_cnt .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 20px;
}

#top #slider .slider_cnt .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 0;
}

#top #slider .slider_cnt .slick-dots li:last-of-type {
    margin-right: 0;
}

#top #slider .slider_cnt .slick-dots li button {
    width: 15px;
    height: 15px;
}

#top #slider .slider_cnt .slick-dots li button::before {
    color: #fff;
    top: -4px;
    left: -4px;
    opacity: 1;
}

#top #slider .slider_cnt .slick-dots li.slick-active button::before {
    color: #333;
}

#top #slider .slider_cnt02 {
    display: none;
}

#top #sec01 {
    background: url(../img/top/sec01_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
}

#top #sec01 .txtCnt {
    margin-top: 80px;
}

#top #sec01 .txtCnt p {
    text-align: center;
    font-size: 18px;
    line-height: 2.3;
    font-family: "Hiragino Mincho ProN", YuMincho, "Yu Mincho", serif;
}

#top #sec01 .bnr01{
	text-align: center;
	max-width: 400px;
	margin: 0 auto 50px auto;
	padding: 0 15px;
}

#top #sec02 .postCnt {
    margin-top: 20px;
}

#top #sec02 .postCnt ul {
    border-top: 2px solid #66d94c;
    border-bottom: 2px solid #66d94c;
}

#top #sec02 .postCnt ul li {
    border-bottom: solid 1px #e5e5e5;
}

#top #sec02 .postCnt ul li .txt_box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 20px;
}

#top #sec02 .postCnt ul li .txt_box span {
    width: 150px;
}

#top #sec02 .postCnt ul li:hover a {
    color: #333;
}

#top #sec02 .postCnt ul li:last-of-type {
    border-bottom: none;
}

#top #sec03 {
    background: url(../img/top/sec03_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#top #sec03 .main_hd {
    padding-bottom: 20px;
}

#top #sec03 .main_hd h1::after {
    background: #00b8d9;
}

#top #sec03 .cntBox {
    margin-top: 70px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#top #sec03 .cntBox li {
    width: calc(calc(100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#top #sec03 .cntBox li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top #sec03 .cntBox li a .sub_cnt figure {
    margin-bottom: 30px;
}

#top #sec03 .cntBox li a .sub_cnt .txtBox {
    text-align: center;
    margin-bottom: 30px;
}

#top #sec03 .cntBox li a .sub_cnt .txtBox span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #6cc8d9;
}

#top #sec03 .cntBox li a .sub_cnt .txtBox p {
    font-size: 24px;
    text-align: center;
    /*   font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho",serif; */
    font-weight: 600;
}

#top #sec03 .cntBox li a .sub_cnt .txtBox p+p {
    font-size: 15px;
    font-weight: normal;
}

#top #sec03 .cntBox li a .about_btn {
    color: #00b8d9;
}

#top #sec03 .cntBox li a:hover {
    text-decoration: none;
    color: #333;
}

#top #sec03 .cntBox li:nth-of-type(2n) {
    margin-right: 0;
}

#top #sec03 .cntBox li:nth-of-type(n+5) {
    width: calc(calc(100% - 20px)/3);
    margin-right: 10px;
}

#top #sec03 .cntBox li:nth-of-type(n+5) a {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#top #sec03 .cntBox li:nth-of-type(n+5) a figure {
    width: 140px;
    margin-right: 10px;
}

#top #sec03 .cntBox li:nth-of-type(n+5) a .txtBox {
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

#top #sec03 .cntBox li:nth-of-type(n+5) a .txtBox .sub_rightcnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#top #sec03 .cntBox li:nth-of-type(n+5) a .txtBox .sub_rightcnt span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #6cc8d9;
    text-align: center;
}

#top #sec03 .cntBox li:nth-of-type(n+5) a .txtBox .sub_rightcnt p {
    font-size: 20px;
    text-align: center;
    /*   font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho",serif; */
    font-weight: 600;
}

#top #sec03 .cntBox li:nth-of-type(n+6) a .txtBox .sub_rightcnt {
    padding-top: 25px;
}

#top #sec03 .cntBox li:last-of-type {
    margin-right: 0;
}

#top #sec04,
#top #sec05 {
    padding-bottom: 0;
}

#top #sec04 .thumbnail_box,
#top #sec05 .thumbnail_box {
    margin-top: 30px;
}

#top #sec04 .thumbnail_box .main_thumbnail,
#top #sec05 .thumbnail_box .main_thumbnail {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#top #sec04 .thumbnail_box .main_thumbnail li,
#top #sec05 .thumbnail_box .main_thumbnail li {
    width: calc(calc(100% - 60px)/4);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#top #sec04 .thumbnail_box .main_thumbnail li a,
#top #sec05 .thumbnail_box .main_thumbnail li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner figure,
#top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner figure {
    width: 100%;
    margin-bottom: 20px;
}

#top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner .thumbnail_title,
#top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner .thumbnail_title {
    font-size: 18px;
    font-weight: bold;
    color: #e53d2e;
    text-align: center;
    word-wrap: break-word;
}

#top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner .text_box,
#top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner .text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner .text_box p,
#top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner .text_box p {
    font-size: 15px;
    word-wrap: break-word;
}

#top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner .text_box p.txt_cnt,
#top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner .text_box p.txt_cnt {
    line-height: 1.2;
}

#top #sec04 .thumbnail_box .main_thumbnail li a .txt_date,
#top #sec05 .thumbnail_box .main_thumbnail li a .txt_date {
    margin-top: 40px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

#top #sec04 .thumbnail_box .main_thumbnail li a:hover,
#top #sec05 .thumbnail_box .main_thumbnail li a:hover {
    text-decoration: none;
    color: #333;
}

#top #sec04 .thumbnail_box .main_thumbnail li:nth-of-type(4n),
#top #sec05 .thumbnail_box .main_thumbnail li:nth-of-type(4n) {
    margin-right: 0;
}

#top #sec04 {
    background: url(../img/top/sec04_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
}

#top #sec04 .main_hd h1 {
    padding-bottom: 20px;
}

#top #sec04 .main_hd h1::after {
    background: #e63d2e;
}

#top #sec05 {
    background: url(../img/top/sec05_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    padding-bottom: 120px;
}

#top #sec05 .main_hd h1 {
    padding-bottom: 20px;
}

#top #sec05 .main_hd h1::after {
    background: #1aa95b;
}

#top #sec05 .list_btn a {
    border: solid 1px #1aa95b;
}

#top #sec05 .list_btn a::before {
    position: absolute;
    content: '';
    background: url(../img/top/plan_icon.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top #sec06 {
    background: #fffeed;
}

#top #sec06 .main_hd h1 {
    padding-bottom: 20px;
}

#top #sec06 .main_hd h1::after {
    background: #ff7438;
}

#top #sec06 .sub_ttl {
    padding-top: 50px;
    text-align: center;
    font-size: 24px;
    position: relative;
}

#top #sec06 .sub_ttl::before {
    position: absolute;
    content: '';
    background: url(../img/top/phone.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 60px;
    left: 120px;
    bottom: 0;
}

#top #sec06 .sub_ttl::after {
    position: absolute;
    content: '';
    background: url(../img/top/camera.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 45px;
    right: 120px;
    bottom: 0;
}

#top #sec06 .sub_ttl span {
    text-decoration: underline;
    margin: 0 5px;
}

#top #sec06 .insta {
    margin-top: 50px;
}

#top #sec06 .list_btn a {
    border: solid 1px #ff7438;
    background: #fff;
}

#top #sec06 .list_btn a::before {
    position: absolute;
    content: '';
    background: url(../img/top/insta_icon02.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top #sec07 .main_hd h1 {
    padding-bottom: 20px;
}

#top #sec07 .main_hd h1::after {
    background: #2b82d9;
}

#top #sec07 iframe {
    width: 800px;
    height: 450px;
    margin: 50px auto;
}

#top #sec07 .list_btn a {
    border: solid 1px #2b82d9;
    background: #fff;
}

#top #sec07 .list_btn a::before {
    position: absolute;
    content: '';
    background: url(../img/top/movie_icon.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top #sec08 {
    background: #f2f2f2;
}

#top #sec08 header {
    margin-bottom: 50px;
}

#top #sec08 header h2 {
    text-align: center;
}

#top #sec08 .kigyou_slider .slick-list .slick-track .slick-slide {
    width: 165px;
    margin: 0 20px;
}

#top #sec08 .kigyou_slider .slick-list .slick-track .slick-slide figure a {
    display: inline-block;
    width: 100%;
    height: auto;
    border: solid 1px #ccc;
}

#top #sec08 .kigyou_slider .slider_prev {
    position: absolute;
    top: 44%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

#top #sec08 .kigyou_slider .slider_next {
    position: absolute;
    top: 44%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}


/*=====<=====<=====<=====<=====<=====<=====
top
=====>=====>=====>=====>=====>=====>=====*/

@media screen and (max-width: 768px) {
    /* font */
    /*  coler  */
    /*  other  */
    #top .inner {
        width: 100%;
        padding: 0 10px;
    }
    #top h2 {
        font-size: 18px;
    }
    #top section {
        padding: 40px 0 35px;
    }
    #top .hidePc {
        display: block;
    }
    #top .hideSp {
        display: none;
    }
    #top .main_hd {
        width: 100%;
    }
    #top .main_hd h1 {
        font-size: 21px;
        text-align: center;
        padding-bottom: 20px;
        position: relative;
    }
    #top .main_hd h1::after {
        position: absolute;
        content: '';
        width: 40px;
    }
    #top .btn_og {
        width: 260px;
    }
    #top .btn_og a {
        display: inline-block;
        width: 100%;
        background: #ff6633;
        padding: 20px 0 20px 20px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        border-radius: 32px;
        position: relative;
    }
    #top .btn_og a::before {
        position: absolute;
        content: '';
        background: url(../img/top/mail.png) no-repeat;
        background-size: contain;
        width: 45px;
        height: 45px;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #top .btn_og a::after {
        position: absolute;
        content: '';
        background: url(../img/top/arrow.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 10px;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #top .btn01 {
        width: 120px;
    }
    #top .btn01 a {
        font-size: 12px;
    }
    #top .list_btn {
        width: 235px;
        margin: 40px auto 0;
    }
    #top .list_btn a {
        display: inline-block;
        width: 100%;
        padding: 12px 0;
        border-radius: 32px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        position: relative;
        border: solid 1px #e63d2e;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    #top .list_btn a::before {
        position: absolute;
        content: '';
        background: url(../img/top/event_icon.png) no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        left: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #top .list_btn a::after {
        position: absolute;
        content: '';
        background: url(../img/top/arrow02.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 10px;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #top .list_btn a:hover {
        text-decoration: none;
        color: #333;
    }
    #top #slider {
        padding: 0;
    }
    #top #slider .slider_cnt {
        display: none;
    }
    #top #slider .slider_cnt02 {
        display: block;
    }
    #top #slider .slider_cnt02 .slick-next {
        display: none !important;
    }
    #top #slider .slider_cnt02 .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 5px;
    }
    #top #slider .slider_cnt02 .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 15px;
        margin-left: 0;
    }
    #top #slider .slider_cnt02 .slick-dots li:last-of-type {
        margin-right: 0;
    }
    #top #slider .slider_cnt02 .slick-dots li button {
        width: 15px;
        height: 15px;
    }
    #top #slider .slider_cnt02 .slick-dots li button::before {
        color: #fff;
        top: -4px;
        left: -4px;
        opacity: 1;
    }
    #top #slider .slider_cnt02 .slick-dots li.slick-active button::before {
        color: #333;
    }
    #top #sec01 {
        background: url(../img/top/sp/sec01_bg.jpg) no-repeat;
        background-size: contain;
        background-position: center;
    }
    #top #sec01 .txtCnt {
        margin-top: 40px;
    }
    #top #sec01 .txtCnt p {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0px;
    }
    #top #sec02 .postCnt {
        margin-top: 15px;
    }
    #top #sec02 .postCnt ul {
        border-top: 2px solid #66d94c;
        border-bottom: 2px solid #66d94c;
    }
    #top #sec02 .postCnt ul li {
        border-bottom: solid 1px #e5e5e5;
    }
    #top #sec02 .postCnt ul li .txt_box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
    }
    #top #sec02 .postCnt ul li .txt_box span {
        width: 100%;
        font-size: 12px;
    }
    #top #sec02 .postCnt ul li p {
        font-size: 14px;
        padding-top: 5px;
    }
    #top #sec03 {
        background: url(../img/top/sp/sec03_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 75px;
    }
    #top #sec03 .main_hd {
        padding-bottom: 20px;
    }
    #top #sec03 .cntBox {
        margin-top: 40px;
    }
    #top #sec03 .cntBox li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 10px;
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    #top #sec03 .cntBox li a figure {
        margin-bottom: 25px;
    }
    #top #sec03 .cntBox li a .txtBox {
        text-align: center;
        margin-bottom: 15px;
    }
    #top #sec03 .cntBox li a .txtBox span {
        display: inline-block;
        width: 100%;
        font-size: 9px;
        color: #6cc8d9;
    }
    #top #sec03 .cntBox li a .txtBox p {
        font-size: 18px;
        text-align: center;
    }
    #top #sec03 .cntBox li a .txtBox p+p {
        font-size: 12px;
    }
    #top #sec03 .cntBox li:nth-of-type(n+5) {
        width: 100%;
        margin-right: 0;
    }
    #top #sec03 .cntBox li:nth-of-type(n+5) a {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    #top #sec03 .cntBox li:nth-of-type(n+5) a figure {
        width: 89px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    #top #sec03 .cntBox li:nth-of-type(n+5) a .txtBox {
        width: calc(100% - 99px);
        padding-right: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
    #top #sec03 .cntBox li:nth-of-type(n+5) a .txtBox::after {
        position: absolute;
        content: '>';
        color: #00b8d9;
        font-size: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
    }
    #top #sec03 .cntBox li:nth-of-type(n+5) a .txtBox .about_btn {
        display: none;
    }
    #top #sec03 .cntBox li:nth-of-type(n+6) a .txtBox .sub_rightcnt {
        padding-top: 0;
    }
    #top #sec04,
    #top #sec05 {
        background: url(../img/top/sp/sec04_bg.jpg) no-repeat;
        background-size: contain;
        background-position: center;
        padding-bottom: 0;
    }
    #top #sec04 .thumbnail_box,
    #top #sec05 .thumbnail_box {
        margin-top: 30px;
    }
    #top #sec04 .thumbnail_box .main_thumbnail,
    #top #sec05 .thumbnail_box .main_thumbnail {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #top #sec04 .thumbnail_box .main_thumbnail li,
    #top #sec05 .thumbnail_box .main_thumbnail li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: solid 1px #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #top #sec04 .thumbnail_box .main_thumbnail li a,
    #top #sec05 .thumbnail_box .main_thumbnail li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    #top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner,
    #top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner figure,
    #top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner figure {
        width: 100px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    #top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner figure img,
    #top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner figure img {
        width: 100%;
    }
	#top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner .sp_subinner,
    #top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner .sp_subinner {
		flex: 1;
	}
    #top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner .sp_subinner .thumbnail_title,
    #top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner .sp_subinner .thumbnail_title {
        font-size: 15px;
        text-align: left;
        word-wrap: break-all;
    }
    #top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner .sp_subinner .txt_date,
    #top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner .sp_subinner .txt_date {
        margin-top: 0;
        text-align: left;
        font-size: 12px;
        border-top: none;
    }
    #top #sec04 .thumbnail_box .main_thumbnail li a .sub_inner .sp_subinner .text_box,
    #top #sec05 .thumbnail_box .main_thumbnail li a .sub_inner .sp_subinner .text_box {
        display: none;
    }
    #top #sec04 .thumbnail_box .main_thumbnail li:nth-of-type(4n),
    #top #sec05 .thumbnail_box .main_thumbnail li:nth-of-type(4n) {
        margin-right: 0;
    }
    #top #sec04 {
        margin-bottom: 35px;
    }
    #top #sec05 {
        background: url(../img/top/sp/sec05_bg.jpg) no-repeat;
        background-size: contain;
        background-position: center;
        padding-bottom: 35px;
    }
    #top #sec05 .main_hd h1 {
        padding-bottom: 20px;
    }
    #top #sec05 .main_hd h1::after {
        background: #1aa95b;
    }
    #top #sec05 .list_btn a {
        border: solid 1px #1aa95b;
    }
    #top #sec05 .list_btn a::before {
        position: absolute;
        content: '';
        background: url(../img/top/plan_icon.png) no-repeat;
        background-size: contain;
        width: 25px;
        height: 25px;
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #top #sec06 .main_hd h1 {
        padding-bottom: 20px;
    }
    #top #sec06 .sub_ttl {
        padding-top: 40px;
        text-align: center;
        font-size: 15px;
        position: relative;
    }
    #top #sec06 .sub_ttl::before {
        display: none;
    }
    #top #sec06 .sub_ttl::after {
        display: none;
    }
    #top #sec06 .sub_ttl span {
        text-decoration: underline;
        margin: 0 5px;
    }
    #top #sec06 .insta_slider02 {
        margin: 40px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #top #sec06 .insta_slider02 li {
        width: calc(calc(100% - 20px)/3);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #top #sec06 .insta_slider02 li:nth-of-type(3n) {
        margin-right: 0;
    }
    #top #sec06 .list_btn a {
        border: solid 1px #ff7438;
        background: #fff;
    }
    #top #sec06 .list_btn a::before {
        position: absolute;
        content: '';
        background: url(../img/top/insta_icon02.png) no-repeat;
        background-size: contain;
        width: 25px;
        height: 25px;
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #top #sec07 iframe {
        width: 100%;
        height: 56.25vw;
    }
    #top #sec07 figure img {
        width: 100%;
    }
    #top #sec08 {
        background: #f2f2f2;
    }
    #top #sec08 .inner {
        padding: 0 20px;
    }
    #top #sec08 .inner header {
        margin-bottom: 50px;
    }
    #top #sec08 .inner header h2 {
        text-align: center;
    }
    #top #sec08 .inner .kigyou_slider02 .slick-list .slick-track .slick-slide {
        width: calc(calc(100% - 20px)/3);
        margin: 0 5px;
    }
    #top #sec08 .inner .kigyou_slider02 .slick-list .slick-track .slick-slide figure a {
        display: inline-block;
        width: 100%;
        height: auto;
        border: solid 1px #ccc;
    }
    #top #sec08 .inner .kigyou_slider02 .slider_prev {
        position: absolute;
        top: 50%;
        left: -12px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 999;
    }
    #top #sec08 .inner .kigyou_slider02 .slider_next {
        position: absolute;
        top: 50%;
        right: -12px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 999;
    }
}

@media screen and (max-width: 480px) {
	.insta #sb_instagram #sbi_images .sbi_item {
		width: 33.33% !important;
	}
	.insta #sb_instagram .sbi_photo {
		height: 33.33vw !important;
	}
}