@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* PC
----------------------------------*/
.sp_menu {
  display: none;
}

/* SP
----------------------------------*/
@media screen and (max-width: 1368px) {
  /* top_works */
  .top_works {
    max-width: 95%;
  }
}

@media screen and (max-width: 1240px) {
  /* header */
  #header .inner {
    max-width: 95%;
    min-width: 95%;
  }
  #header #logo {
    width: 200px;
  }
  #header .contact_btn li a,
  #header .contact_btn li button {
    padding: .5em 2em;
  }
  #header .phone_txt {
    display: none;
  }
  /* navi */
  #navi > li {
    padding: 0 12px;
  }
  /* footer */
  #footer .inner {
    max-width: 95%;
    min-width: 95%;
  }
  /* contents */
  .single_01,
  .single_02,
  .single_03,
  .single_04,
  .single_05,
  .single_06,
  .single_07,
  .single_08 {
    max-width: 90%;
  }
  .single_01,
  .single_02,
  .single_03,
  .single_04,
  .single_09 {
    padding-bottom: 64px;
  }
  .bg_common {
    padding-top: 64px;
  }
}

@media screen and (max-width: 1024px) {
  /* header */
  #header .phone_txt,
  #header .contact_btn {
    display: none;
  }
  /* navi */
  #navi {
    display: none;
  }
  /* footer */
  #footer .inner {
    padding: 48px 0 96px;
  }
  /* contact_v2 */
  .contact_v2 .phone,
  .contact_v2 .detail {
    padding: 0 2em;
  }
  /* outer-menu */
  .outer-menu {
    display: block;
  }
  /* slideshow */
  .slide-img {
    height: 72vh;
  }
  .slide_txt {
    width: 40%;
  }
  .scroll_down {
    display: none;
  }
  /* bg */
  .bg_03::before,
  .bg_04::before {
    bottom: -56px;
    width: 32%;
    height: calc(100% + 56px);
  }
  /* column */
  .column7 > .child {
    width: 18%;
  }
  .column7 > .child:nth-child(5n) {
    margin: 0 0 2% 0;
  }
  .column7 > .child:nth-child(7n) {
    margin: 0 2% 2% 0;
  }
  /* article */
  .article .article_image {
    width: 50%;
  }
  .article .article_detail {
    width: 50%;
  }
  .article .article_detail .inner {
    width: 90%;
  }
  /* table */
  .cell_01 {
    width: 34%;
  }
  /* flex_type */
  .flex_type {
    width: 100%;
  }
  /* box */
  .mbox {
    padding: 48px;
  }
  /* 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: 320px;
  }
  .new_bnr li .bg {
    height: 320px;
  }
  .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;
  }
  /* 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%;
  }
  /* greeting_v2 */
  .greeting_v2 {
    padding: 50px 0;
  }
  /* flow_v2 */
  .process .box {
    margin: 0 5em 0 2em;
  }
  /* area */
  .area::before {
    width: 100%;
    opacity: .2;
  }
  .top_property {
    padding: 120px 16px 0 16px;
  }
  .top_property .top_property_image {
    height: 320px;
  }
  .top_property .top_property_title span {
    font-size: 1.4rem;
  }
  /* service_block */
  .service_block .service_detail {
    padding: 96px 40px 96px 96px;
  }
  .service_block .service_detail .inner {
    max-width: 100%;
  }
  .service_block.type_b .service_detail {
    padding: 96px 96px 96px 40px;
  }
  /* etc */
  .pc-tcenter {
    text-align: left;
  }
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  /* page_title_box */
  .page_title_box .inner {
    width: 95%;
  }
  /* page_title_box_v2 */
  .page_title_box_v2 .inner {
    max-width: 95%;
  }
  .page_image {
    width: 64%;
  }
  /* breadcrumb_box */
  .breadcrumb_box .breadcrumb {
    width: 95%;
  }
  /* sp_navi */
  #sp_navi {
    display: block;
    position: fixed;
    bottom: 1%;
    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;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sp_navi ul li {
    width: 32%;
  }
  #sp_navi ul li:last-child {
    border-right: none;
  }
  #sp_navi ul li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    background-color: #097cf2;
    color: #fff;
    font-family: "YakuHanJP", "Barlow", 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;
  }
  .humb-menu {
    display: block;
  }
  #gnav-btn {
    color: gray;
    padding: 10px;
    font-size: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    background-color: white;
    border: solid 1px #d1caca;
    border-radius: 3px;
  }
  #gnav-input:checked ~ #gnav-content {
    top: 0;
  }
  #gnav-content {
    position: fixed;
    top: -200%;
    left: 0;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #097cf2), color-stop(80%, #ff7166));
    background: #fff;
    -webkit-overflow-scrolling: auto;
    overflow: auto;
  }
  .humb-menu__title {
    padding: 1.5rem;
  }
  .humb-menu__title a {
    display: block;
    width: 240px;
  }
  .humb-menu label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer;
    border-top: .5px solid #ccc;
  }
  .humb-menu input {
    display: none;
  }
  .humb-menu .accshow {
    height: 0;
    overflow: hidden;
  }
  .humb-menu .accshow li a {
    display: block;
    position: relative;
    padding: 16px 16px 16px 24px;
    color: #222;
  }
  .humb-menu .accshow li a:before {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #097cf2;
  }
  .humb-menu .cssacc:checked + .accshow {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  /* footer */
  #footer .foot_contents {
    width: 50%;
    margin: 0 auto;
  }
  #footer .foot_contents .foot_address {
    width: 100%;
  }
  #footer .foot_link {
    display: none;
  }
  #footer .flogo {
    margin: 0 auto 24px;
    width: 160px;
  }
  /* slideshow */
  .slide-img {
    height: 64vh;
  }
  .slide_txt {
    width: 72%;
  }
  /* column */
  .column2_tab {
    margin-bottom: 0;
  }
  .column2_tab > .child {
    width: 100%;
    margin: 0 0 32px;
  }
  .column2_tab > .child:nth-child(2n) {
    margin: 0 0 32px;
  }
  .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;
  }
  /* mtitle */
  .mtitle_greeting {
    font-size: 2.4rem;
  }
  .mtitle_greeting span:after {
    margin: 10px auto 15px;
  }
  /* box */
  .tb_space {
    padding: 0 32px;
  }
  /* ggmap */
  .ggmap {
    padding-bottom: 50.25%;
  }
  .ggmap.ggmap_02 {
    padding-bottom: 50.25%;
  }
  /* about */
  .about::before {
    width: 80%;
  }
  /* flow_v2 */
  .flow_v2 figure {
    width: 42%;
  }
  /* catalog_list */
  .catalog_list > li {
    width: 48.5%;
  }
  .catalog_list > li:nth-child(3n) {
    margin: 0 3% 1% 0;
  }
  .catalog_list > li:nth-child(2n) {
    margin: 0 0 1% 0;
  }
  /* greet_block */
  .greet_txt {
    width: 65%;
    margin-right: 0;
  }
  .type_b .greet_txt {
    margin-left: 0;
  }
  /* service_block */
  .service_list {
    margin-top: 8%;
  }
  .service_list li {
    width: 100%;
  }
  /* news */
  .news_box .news_title,
  .news_box .news_list,
  .news_box .news_contents {
    width: 100%;
  }
  /* top_works */
  .top_works {
    margin: 0 auto;
  }
  .top_works .news_title {
    margin-bottom: 32px;
  }
  /* etc */
  .pc {
    display: none;
  }
  .tb_image {
    max-width: 64%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 667px) {
  /* header */
  #header #logo {
    width: 64%;
  }
  /* footer */
  #footer .foot_contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 88%;
  }
  /* contact_v2 */
  .contact_v2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_v2 .phone,
  .contact_v2 .detail {
    width: 100%;
  }
  .contact_v2 .phone {
    margin-bottom: 32px;
    border-right: 0;
  }
  /* contact_area */
  .contact_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_area .detail,
  .contact_area .btn {
    width: 100%;
  }
  .contact_area .detail {
    margin-bottom: 24px;
  }
  /* slideshow */
  .slide-img {
    height: 56vh;
  }
  .slide_txt {
    width: 96%;
  }
  /* contact_list */
  .contact_list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .contact_list li:last-child {
    margin: 0;
  }
  .contact_list li a {
    font-size: 1.6rem;
  }
  /* bg */
  .bg_03::before,
  .bg_04::before {
    display: none;
  }
  /* column */
  .half {
    margin-bottom: 40px;
  }
  .half > .child {
    width: 100%;
  }
  .column2 {
    margin-bottom: 0;
  }
  .column2 > .child {
    width: 100%;
    margin: 0 0 32px;
  }
  .column2 > .child:nth-child(2n) {
    margin: 0 0 32px;
  }
  .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;
  }
  .column7 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column7 > .child {
    width: 48.5%;
  }
  .column7 > .child:nth-child(5n) {
    margin: 0 2% 2% 0;
  }
  .column7 > .child:nth-child(7n) {
    margin: 0 2% 2% 0;
  }
  .column7 > .child:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  /* mtitle */
  .mtitle_page {
    font-size: 3.2rem;
  }
  .mtitle_big {
    font-size: 2.4rem;
  }
  .mtitle_big span {
    font-size: 1.4rem;
  }
  .mtitle_point {
    font-size: 1.6rem;
  }
  .mtitle_small {
    padding: 12px 24px;
  }
  .mtitle_top {
    font-size: 1.8rem;
  }
  .mtitle_sub {
    font-size: 1.6rem;
  }
  .mtitle_greeting {
    margin-bottom: 16px;
    font-size: 2.4rem;
    text-align: center;
  }
  .mtitle_greeting span {
    font-size: 1.4rem;
  }
  .mtitle_ribon {
    font-size: 1.8rem;
  }
  .mtitle_list {
    font-size: 2rem;
  }
  .mtitle {
    font-size: 2rem;
    text-align: center;
  }
  .mtitle_logo {
    max-width: 80%;
  }
  .read {
    padding-left: 32px;
    font-size: 1.6rem;
  }
  .read::before {
    width: 24px;
  }
  /* 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;
  }
  .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;
  }
  /* ggmap */
  .ggmap {
    padding-bottom: 76.25%;
  }
  .ggmap.ggmap_02 {
    padding-bottom: 76.25%;
  }
  /* flex_type */
  .flex_type .flex_image,
  .flex_type .flex_detail {
    width: 100%;
  }
  .flex_type .flex_image {
    margin-bottom: 20px;
    text-align: center;
  }
  .order {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
  /* 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 */
  .feature_image {
    height: 190px;
  }
  .tb_image {
    max-width: 72%;
  }
  .point_image {
    height: 320px;
    border-radius: 8px;
  }
  /* calendar */
  .calendar_box > .calendar {
    width: 100%;
    margin-bottom: 30px;
  }
  .calendar_box > .calendar:last-child {
    margin-bottom: 0;
  }
  /* list */
  .list_half li {
    width: 100%;
  }
  /* 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;
  }
  /* top_bnr */
  .top_bnr .child a {
    display: block;
  }
  .top_bnr .child a .top_bnr_image {
    width: 100%;
    height: 124px;
  }
  .top_bnr .child a .top_bnr_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle;
  }
  .top_bnr .child a .top_bnr_detail {
    width: 100%;
    padding: 16px 8px 32px 8px;
  }
  .top_bnr .child a .top_bnr_detail .caption {
    display: none;
  }
  .top_bnr .child a .top_bnr_detail .top_bnr_ttl {
    font-size: 1.6rem;
  }
  .top_bnr .child a .top_bnr_detail .top_bnr_ttl span {
    font-size: 1rem;
  }
  .top_bnr .child a .top_bnr_detail .top_bnr_btn {
    display: block;
    margin: 10px auto 0;
  }
  /* about_box */
  .about_box .inner {
    padding: 48px 24px 56px;
    font-size: inherit;
  }
  /* flow_v2 */
  .flow_v2 > li {
    padding-bottom: 15vw;
    background-position: center bottom 10.5vw;
  }
  .flow_v2 figure {
    position: relative;
    left: 0;
    top: -24px;
    margin: auto;
    width: 90%;
  }
  .process {
    width: 100%;
    min-height: auto;
  }
  .process .box {
    max-width: 85%;
    margin: 7.5vw auto 14vw;
  }
  /* story_list */
  .story_list li {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .story_list li:last-child() {
    margin: 0 3% 3% 0;
  }
  .story_list li:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  /* catalog_list */
  .catalog_list > li {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .catalog_list > li:nth-child(3n), .catalog_list > li:nth-child(2n) {
    margin: 0 0 5% 0;
  }
  /* faq */
  .faq dt {
    padding: 3.2rem 2.4em 3.2rem 5.6rem;
  }
  /* greet_block */
  .greet_img {
    position: relative;
    top: 0;
    width: 100%;
    height: 280px;
  }
  .greet_txt {
    width: 95%;
    background: #fff;
    padding: 32px;
    margin: -40px auto 0;
  }
  .type_b .greet_txt {
    margin: -40px auto 0;
  }
  .greet_block {
    margin: 0 0 60px;
  }
  .greet_block:last-child {
    margin: 0;
  }
  .greet_title {
    text-align: center;
  }
  /* top_new */
  .top_new {
    background-color: rgba(255, 255, 255, 0.9);
    width: 90%;
    margin: -150px auto 40px;
    padding: 40px 24px 0 24px;
  }
  .top_new .title {
    position: relative;
    top: 0;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin-bottom: 24px;
  }
  /* bnr_v2 */
  .bnr_v2 {
    padding: 72px 24px;
  }
  /* contact_area */
  .contact_area_title {
    text-align: center;
  }
  /* service_block */
  .service_block .service_image {
    position: relative;
    top: 0;
    width: 100%;
  }
  .service_block .service_image figure {
    height: 320px;
  }
  .service_block .service_detail {
    width: 100%;
    padding: 40px 24px;
  }
  .service_block.type_b .service_detail {
    padding: 40px 24px;
  }
  /* area */
  .area::before {
    background-size: cover;
  }
  .area .inner {
    margin-left: 0;
  }
  .area .area_title {
    font-size: 2.4rem;
  }
  /* 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;
  }
  .pc_tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_tcenter {
    text-align: center;
  }
  .sp_image {
    margin: 24px auto 0;
    width: 72%;
  }
  .punctuation {
    display: none;
  }
  .mbox,
  .sbox {
    padding: 32px;
  }
  .tb_space {
    padding: 0 24px;
  }
  .space {
    padding: 0 16px;
  }
  .space_all {
    padding: 0 16px;
  }
  /* page_title_box */
  .page_title_box .inner {
    padding: 56px 0;
  }
  /* page_title_box_v2 */
  .page_title_box_v2 {
    padding: 0 0 32px;
  }
  .page_title_box_v2 .inner {
    padding-top: 32px;
    max-width: 81%;
    min-height: auto;
  }
  .page_title_v2 {
    font-size: 2.4rem;
  }
  .page_image {
    position: relative;
    width: 100%;
    height: 240px;
    top: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* form */
  .form_dl {
    border-bottom: none;
  }
  .form_dl dt,
  .form_dl dd {
    width: 100%;
  }
  .form_dl dt {
    padding: 2% 4% 2.5%;
  }
  .form_dl dd {
    padding: 15px 0;
  }

  .top_sale img {
    width: 100%;
  }
}
