@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* PC
----------------------------------*/
.sp_menu {
  display: none;
}

/* SP
----------------------------------*/
@media screen and (max-width: 1500px) {
  /* bg */
  .bg_01::after,
  .bg_05::after {
    z-index: 0;
  }
  .bg_01::before, .bg_01::after,
  .bg_05::before,
  .bg_05::after {
    opacity: .6;
  }
  .bg_05::before {
    top: 60%;
    width: 200px;
    height: 282px;
  }
  .bg_05::after {
    bottom: 60%;
    width: 140px;
    height: 223px;
  }
}

@media screen and (max-width: 1160px) {
  #header .inner {
    max-width: 95%;
  }
  #footer .inner {
    max-width: 95%;
    min-width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  /* header */
  #header .inner {
    min-width: 95%;
  }
  /* navi */
  #navi {
    display: none;
  }
  /* footer */
  #footer .address {
    margin-bottom: 0;
  }
  .copyright {
    padding-bottom: 60px;
  }
  .flogo {
    margin: 0 auto 20px;
  }
  /* slider */
  .slide-img {
    height: 60vh;
  }
  #catch {
    font-size: 4.8rem;
  }
  /* contents */
  .single_01,
  .single_02,
  .single_03,
  .single_04,
  .single_05,
  .single_06,
  .single_07,
  .single_08 {
    max-width: 95%;
  }
  .single_01,
  .single_02,
  .single_03,
  .single_04,
  .single_09 {
    padding-bottom: 50px;
  }
  /* article */
  .article .article_image {
    width: 50%;
  }
  .article .article_detail {
    width: 50%;
  }
  .article .article_detail .inner {
    width: 90%;
  }
  /* top_main */
  .top_main .inner {
    margin: 20px 0 0;
  }
  .top_main .inner:before {
    display: none;
  }
  .top_main .inner .top_main_contents {
    width: 100%;
  }
  .top_main .inner .top_main_contents .top_main_txt {
    margin: -250px auto 0;
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top_main .inner .top_main_contents .top_main_img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
  }
  /* top_sub */
  .top_sub:before {
    width: 86%;
    height: 75%;
    top: -33px;
  }
  .top_sub .top_sub_inner {
    padding: 42px 0;
    margin-bottom: 50px;
  }
  .top_sub .sub_detail {
    width: 74%;
    top: 122px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 70px;
  }
  /* table */
  .tbl_simple {
    font-size: 1.1rem;
  }
  .tbl_simple th,
  .tbl_simple td {
    padding: 10px 7px;
  }
  .cell_01 {
    width: 32%;
  }
  /* feature */
  .feature {
    padding-top: 0;
  }
  /* index_bnr */
  .index_bnr {
    padding-top: 60.75%;
  }
  /* sub_navi */
  #sub_navi {
    width: 95%;
  }
  .sub_navi_title {
    margin: 0 auto 20px;
  }
  #sub_navi_list {
    width: 100%;
    font-size: 1.3rem;
  }
  /* box */
  .mbox {
    padding: 50px;
  }
  /* gallery_ul */
  .gallery_ul span {
    font-size: 1.2rem;
  }
  .gallery_ul.gallery_ul_01 li, .gallery_ul.gallery_ul_02 li {
    width: 48.5%;
  }
  .gallery_ul.gallery_ul_01 li:nth-child(3n), .gallery_ul.gallery_ul_02 li:nth-child(3n) {
    margin: 0 3% 3% 0;
  }
  .gallery_ul.gallery_ul_01 li:nth-child(2n), .gallery_ul.gallery_ul_02 li:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  /* greeting_contents */
  .greeting_contents .detail {
    width: 45%;
  }
  /* list */
  .list_half li {
    width: 50%;
  }
  /* new_bnr */
  .new_bnr li {
    height: 220px;
  }
  .new_bnr li .bg {
    height: 220px;
  }
  .new_bnr li .text {
    bottom: 10%;
    left: 5%;
  }
  .new_bnr li .btn {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .new_bnr li .btn:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  /* img_big */
  .img_big .inner div {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* bg_area */
  .bg_area {
    background-position: center;
  }
  /* top_contents */
  .top_contents {
    padding: 100px 0 0;
  }
  .top_contents .top_parent .top_detail {
    width: 64%;
  }
  .top_contents .top_parent .top_detail .inner {
    text-align: center;
  }
  /* transparent_box */
  .transparent_box {
    padding: 40px 20px;
  }
  .transparent_box .inner {
    width: 100%;
  }
  /* news_list */
  .news_list li a,
  .news_list li .news_link {
    padding: 15px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list li .news_category {
    display: inline-block;
    margin-right: 0;
  }
  .news_list li .news_item_title {
    margin-top: 10px;
    width: 100%;
  }
  /* etc */
  .pc-tcenter {
    text-align: left;
  }
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  /* page_title_box */
  .page_title_box .inner {
    width: 95%;
  }
  /* breadcrumb_box */
  .breadcrumb_box .breadcrumb {
    width: 95%;
  }
  /* sp_navi */
  #sp_navi {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
  }
  #sp_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sp_navi ul li {
    width: 33.333333%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #sp_navi ul li:last-child {
    border-right: none;
  }
  #sp_navi ul li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    background: #47b356;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  #sp_navi ul li a.sp_home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_web:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_contact:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_access:before {
    font-family: "Font Awesome 5 Free";
    content: "\f279";
    font-weight: 900;
  }
  #sp_navi ul li a.sp_menu:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-weight: 900;
  }
  #sp_navi ul li a span {
    display: block;
    font-size: 1.2rem;
  }
  #page {
    padding: 0;
    position: relative;
    z-index: 2;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  #drawernav {
    display: block;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #47b356;
    color: #fff;
    z-index: 500;
    padding-top: 40px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  #drawernav .drawernav_list {
    list-style: none;
    padding: 0;
  }
  #drawernav .drawernav_list li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 1.4rem;
    color: #fff;
  }
  #drawernav .drawernav_list li a:before {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    margin-right: 10px;
    color: #0a6e06;
  }
  #drawernav .sns {
    margin-top: 20px;
    text-align: center;
  }
  #drawernav img {
    display: block;
    width: 90%;
    padding: 5px 0;
    margin: 0 auto;
  }
  .icon-bar {
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  .fixed-content {
    right: inherit;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  #humberger {
    background: #47b356;
    color: #fff;
    display: block;
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 600;
    width: 60px;
    padding: 14px 10px 10px;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
  }
  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #000;
    -webkit-box-shadow: 1px 0 2px #000;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    right: 0;
  }
  .drawer-opened #humberger .icon-bar {
    background: #fff;
  }
  .drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
    -webkit-transform: translate(0, 8px) rotate(45deg);
  }
  .drawer-opened #humberger :nth-child(2) {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
  }
  .drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
    -webkit-transform: translate(0, -8px) rotate(-45deg);
  }
  .drawer-opened #overlay {
    z-index: 6;
    opacity: .3;
    left: -240px;
    position: fixed;
  }
}

@media screen and (max-width: 768px) {
  /* slideshow */
  .slide-img {
    height: 50vh;
  }
  .page_scroll {
    display: none;
  }
  /* column */
  .column2_tab {
    margin-bottom: 0;
  }
  .column2_tab > .child {
    width: 100%;
    margin: 0 0 20px;
  }
  .column2_tab > .child:nth-child(2n) {
    margin: 0 0 20px;
  }
  .column2_tab > .child:last-child {
    margin: 0;
  }
  .column3 > .child {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .column3 > .child:nth-child(3n) {
    margin: 0 3% 3% 0;
  }
  .column3 > .child:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  .column4 > .child {
    width: 48.5%;
    margin: 0 3% 6% 0;
  }
  .column4 > .child:nth-child(3n) {
    margin: 0 3% 6% 0;
  }
  .column4 > .child:nth-child(2n) {
    margin: 0 0 6% 0;
  }
  /* box */
  .sbox {
    padding: 30px;
  }
  /* ggmap */
  .ggmap {
    padding-bottom: 50.25%;
  }
  /* index_contents */
  .index_contents {
    height: inherit;
  }
  .index_contents > div {
    width: 100%;
  }
  .index_contents .index_image {
    height: 360px;
  }
  .index_contents .index_image .animation-txt {
    height: inherit;
  }
  .index_contents .index_detail {
    padding: 40px 5%;
    height: inherit;
  }
  /* top_business */
  .top_business .explanation,
  .top_business .detail {
    width: 100%;
  }
  .top_business .explanation {
    margin-bottom: 30px;
  }
  /* top_contents */
  .top_contents {
    background-position: left top;
  }
  .top_contents .top_parent .top_detail {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .top_contents .top_parent .top_detail .inner {
    padding: 56px 40px;
  }
  /* img_contents */
  .img_contents {
    padding-top: 150px;
    margin-bottom: 0;
  }
  .img_contents .img_area {
    margin-left: -90px;
    left: 0;
  }
  .img_contents .img_container .txt {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    padding: 48px;
    width: 100%;
  }
  .img_contents .img_container .txt_01 {
    margin-bottom: 30px;
  }
  /* etc */
  .pc {
    display: none;
  }
  .tb_sp {
    display: block;
  }
}

@media screen and (max-width: 667px) {
  body {
    font-size: 1.6rem;
  }
  /* header */
  #header .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header #logo {
    font-size: 2.4rem;
  }
  #header #logo span {
    font-size: 1.6rem;
  }
  /* footer */
  #footer .inner {
    padding: 60px 0;
  }
  #footer .foot_address,
  #footer .foot_link {
    width: 100%;
  }
  #footer .foot_address {
    margin-bottom: 24px;
  }
  #footer #flogo {
    font-size: 2.4rem;
  }
  #footer #flogo span {
    font-size: 1.6rem;
  }
  /* slideshow */
  #catch {
    font-size: 2.4rem;
  }
  /* bg */
  .bg_01::before, .bg_01::after,
  .bg_05::before,
  .bg_05::after {
    opacity: .2;
  }
  .bg_01::before {
    width: 100px;
    width: 136px;
  }
  .bg_01::after {
    width: 100px;
    width: 156px;
  }
  .bg_05::before {
    width: 100px;
    width: 141px;
  }
  .bg_05::after {
    width: 100px;
    width: 159px;
  }
  /* column */
  .half {
    margin-bottom: 40px;
  }
  .half > .child {
    width: 100%;
  }
  .column2 {
    margin-bottom: 0;
  }
  .column2 > .child {
    width: 100%;
    margin: 0 0 40px;
  }
  .column2 > .child:nth-child(2n) {
    margin: 0 0 40px;
  }
  .column2 > .child:last-child {
    margin: 0;
  }
  .column3 {
    margin-bottom: 0;
  }
  .column3 > .child {
    width: 100%;
    margin: 0 0 40px;
  }
  .column3 > .child:nth-child(3n) {
    margin: 0 0 40px;
  }
  .column3 > .child:nth-child(2n) {
    margin: 0 0 40px;
  }
  .column3 > .child:last-child {
    margin: 0;
  }
  /*
  .column4 {
    >.child {
      width: 100%;
      margin: 0 0 40px;

      &:nth-child(4n),
      &:nth-child(3n),
      &:nth-child(2n) {
        margin: 0 0 40px;
      }

      &:last-child {
        margin: 0;
      }
    }
  }
  */
  .column5 > .child {
    width: 30%;
  }
  .column5 > .child:nth-child(5n) {
    margin: 0 2% 2% 0;
  }
  .column5 > .child:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  /* flex_type */
  .flex_type .flex_image,
  .flex_type .flex_detail {
    width: 100%;
  }
  .flex_type .flex_image {
    margin-bottom: 32px;
    text-align: center;
  }
  .flex_type.row-reverse .flex_detail {
    margin-bottom: 32px;
  }
  .flex_type.row-reverse .flex_image {
    margin-bottom: 0;
  }
  .row-reverse {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  /* mtitle */
  .mtitle_page {
    font-size: 3.6rem;
  }
  .mtitle_big {
    font-size: 2.4rem;
  }
  .mtitle {
    font-size: 2.4rem;
  }
  /* btn */
  .contact_btn li a,
  .contact_btn li button {
    padding: 0.5em 2em;
  }
  .contact_btn li .contact_w_01 {
    width: 100%;
    padding: 1em 3em;
  }
  /* table */
  .scroll_table {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll_table::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_table::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll_table::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .tbl th,
  .tbl td {
    padding: 5px;
  }
  .tbl.tbl01 th {
    width: 37%;
  }
  .company th {
    width: 32%;
  }
  /* article */
  .article {
    display: block;
  }
  .article .article_image,
  .article .article_detail {
    width: 100%;
  }
  .article .article_image {
    display: none;
  }
  .article .article_detail {
    padding: 40px 0 50px;
  }
  /* news */
  .news_list li {
    padding: 20px 10px;
  }
  /* sns_list */
  .sns_list {
    display: block;
  }
  .sns_list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .sns_list li:nth-child(3n) {
    margin: 0 0 15px;
  }
  .sns_list li:last-child {
    margin: 0;
  }
  /* feature */
  .feature_image {
    width: 100%;
  }
  .feature_image img {
    width: 100%;
  }
  .feature_num {
    font-size: 2rem;
    text-align: center;
  }
  .feature_num span {
    font-size: 3.5rem;
  }
  /* top_main */
  .top_main .inner .top_main_contents .top_main_img {
    height: inherit;
  }
  .top_main .inner .top_main_contents .top_main_img .animation-txt {
    height: inherit;
  }
  .top_main .inner .top_main_contents .top_main_txt {
    margin: -100px auto 0;
    padding: 30px 20px;
  }
  /* top_sub */
  .top_sub .sub_detail {
    width: 95%;
    padding: 30px 20px;
  }
  /* ggmap */
  .ggmap {
    padding-bottom: 70.25%;
  }
  /* vertical */
  .vertical.vertical_01 .title {
    width: 15%;
  }
  .vertical.vertical_01 .contents {
    width: 80%;
  }
  /* blog */
  .blog_contents .blog_main,
  .blog_contents .blog_side {
    width: 100%;
  }
  .blog_contents .blog_side {
    margin-top: 50px;
  }
  .pages {
    margin-top: 30px;
  }
  .pages .page_next,
  .pages .page_prev {
    display: block;
    float: none;
  }
  .pages .page_next {
    margin-bottom: 10px;
  }
  /* gallery_ul */
  .gallery_ul a {
    height: 140px;
  }
  /* image */
  .vertical_image {
    height: 190px;
  }
  .feature_image {
    height: 190px;
  }
  /* calendar */
  .calendar_box > .calendar {
    width: 100%;
    margin-bottom: 30px;
  }
  .calendar_box > .calendar:last-child {
    margin-bottom: 0;
  }
  /* features_contents */
  .features_contents {
    margin: 0 auto 40px;
    width: 90%;
  }
  .features_contents .features_image,
  .features_contents .features_detail {
    width: 100%;
  }
  .features_contents .features_image {
    margin-bottom: 15px;
  }
  .features_title {
    font-size: 1.8rem;
  }
  /* greeting_contents */
  .greeting_contents {
    display: block;
  }
  .greeting_contents .image {
    width: 100vw;
  }
  .greeting_contents .image img {
    height: inherit;
  }
  .greeting_contents .detail {
    margin: 0 auto;
    margin-top: 5.33333vw;
    width: 84vw;
  }
  .greeting_contents .title {
    font-size: 2rem;
  }
  /* slide_list */
  .slide_list li img {
    height: 80px;
  }
  /* sub_navi_list */
  #sub_navi_list li {
    margin: 0 1% 10% 1%;
  }
  /* list */
  .list_half li {
    width: 100%;
  }
  /* index_contents */
  .index_contents .index_image {
    height: 240px;
  }
  /* sec_wrap */
  .sec_wrap .sec_child {
    width: 100%;
    padding: 30px 25px;
  }
  /* new_bnr */
  .new_bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new_bnr li {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
  }
  .new_bnr li:last-child {
    margin-bottom: 0;
  }
  .new_bnr li .bg {
    height: 180px;
  }
  .new_bnr li .text {
    bottom: 15px;
    left: 5%;
  }
  .new_bnr li .btn {
    bottom: 12px;
    right: 12px;
  }
  /* flow */
  .flow > li dl {
    padding-left: 40px;
  }
  .flow > li dl dt {
    font-size: 1.6rem;
  }
  /* img_big */
  .img_big {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .img_big .inner:before {
    width: calc(100% - 30px);
    height: calc(100% + 60px);
  }
  .img_big .inner div img {
    height: 300px;
  }
  /* news */
  .news_box .news_title,
  .news_box .news_list {
    width: 100%;
  }
  /* top_contents */
  .top_contents .top_parent .top_detail {
    width: 100%;
  }
  /* top_bnr */
  .top_bnr .child a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .top_bnr .child a .top_bnr_image {
    width: 100%;
  }
  .top_bnr .child a .top_bnr_detail {
    width: 100%;
  }
  .top_bnr .child a .top_bnr_detail .top_bnr_btn {
    display: block;
    margin: 10px auto 0;
  }
  /* about_box */
  .about_box .inner {
    padding: 48px 24px 48px;
    font-size: inherit;
  }
  /* etc */
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .w200,
  .w300,
  .w350,
  .w400 {
    width: 100%;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_tcenter {
    text-align: center;
  }
  .sp_image {
    margin: 24px auto 0;
    width: 64%;
  }
  .mbox,
  .sbox {
    padding: 30px;
  }
  /* page_title_box */
  .page_title_box .inner {
    padding: 30px 0;
  }
  /* form */
  .form_dl {
    border-bottom: none;
  }
  .form_dl dt,
  .form_dl dd {
    width: 100%;
  }
  .form_dl dt {
    padding: 3%;
  }
  .form_dl dd {
    padding: 15px 0;
  }
}
