@charset "utf-8";

/* -----------------------------------------------------------
　common
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.4rem;
  }
  body.fixed {overflow: hidden;}
  body.open {overflow: auto;}
  .pc_cont {display: none !important;}
  .anc {
    margin: -80px 0 0 !important;
    padding: 80px 0 0 !important;
  }
  .editor_contents .mt00 {margin-top: 0 !important;}
  .editor_contents .mt05 {margin-top: 5px !important;}
  .editor_contents .mt10 {margin-top: 8px !important;}
  .editor_contents .mt15 {margin-top: 12px !important;}
  .editor_contents .mt20 {margin-top: 15px !important;}
  .editor_contents .mt25 {margin-top: 18px !important;}
  .editor_contents .mt30 {margin-top: 22px !important;}
  .editor_contents .mt40 {margin-top: 30px !important;}
  .editor_contents .mt50 {margin-top: 38px !important;}
  .editor_contents .mt60 {margin-top: 45px !important;}
  .editor_contents .mt70 {margin-top: 53px !important;}
  .editor_contents .mt80 {margin-top: 60px !important;}
  .editor_contents .mt90 {margin-top: 68px !important;}
  .editor_contents .mt100 {margin-top: 75px !important;}
  .editor_contents .mb00 {margin-bottom: 0 !important;}
  .editor_contents .mb05 {margin-bottom: 5px !important;}
  .editor_contents .mb10 {margin-bottom: 8px !important;}
  .editor_contents .mb15 {margin-bottom: 12px !important;}
  .editor_contents .mb20 {margin-bottom: 15px !important;}
  .editor_contents .mb25 {margin-bottom: 18px !important;}
  .editor_contents .mb30 {margin-bottom: 22px !important;}
  .editor_contents .mb40 {margin-bottom: 30px !important;}
  .editor_contents .mb50 {margin-bottom: 38px !important;}
  .editor_contents .mb60 {margin-bottom: 45px !important;}
  .editor_contents .mb70 {margin-bottom: 53px !important;}
  .editor_contents .mb80 {margin-bottom: 60px !important;}
  .editor_contents .mb90 {margin-bottom: 68px !important;}
  .editor_contents .mb100 {margin-bottom: 75px !important;}
}

/* -----------------------------------------------------------
  template
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  /* :::::::::: header :::::::::: */
  
  header {
    min-width: auto;
    padding: 4px 0 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  }
  header.hide {top:-100px;}
  body.fixed header.hide {top:0;}
  header::before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(to right,  #ffffff 0%,#00486a 60%);
    top: 0;
    left: 0;
    right: 0;
  }
  header .logo_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 5%;
    width: 200px;
    height: 60px;
    filter:none;
  }
  header .logo_outer .logo {
    width: 200px;
    padding: 0;
    clip-path: none;
  }

  /* :::::::::: nav :::::::::: */
  
  nav {width: 100%;}
  nav .menu {
    position: absolute;
    display: block;
    width: 30px;
    height: 40px;
    padding: 26px 0 0;
    top: 10px;
    right: 5%;
    z-index: 1;
    cursor: pointer;
  }
  nav .menu::before,
  nav .menu::after ,
  nav .menu span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--corp_color);
    margin: auto;
    left: 0;
    right: 0;
  }
  nav .menu::before {
    top: 4px;
    transform: rotate(0deg);
    transition: transform 0.5s , top 0.5s 0.5s;
  }
  nav .menu::after {
    top: 24px;
    transform: rotate(0deg);
    transition: transform 0.5s , top 0.5s 0.5s;
  }
  nav .menu span::after {
    top: 14px;
    transition: opacity 0.5s;
  }
  nav.open .menu::before {
    top: 14px;
    box-shadow: none;
    transform: rotate(45deg);
    transition: transform 0.5s 0.5s ,top 0.5s;
  }
  nav.open .menu::after {
    top: 14px;
    transform: rotate(-45deg);
    transition: transform 0.5s 0.5s , top 0.5s;
  }
  nav.open .menu span::after {
    opacity: 0;
    transition: opacity 0.5s 0.5s;
  }
  nav .menu span {
    font-size: 1rem;
    font-weight: 700;
    color: var(--corp_color);
    text-align: center;
  }
  nav .menu_box {
    position: absolute;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 0 0 60px;
    background: #FFFFFF;
    overflow-y: auto;
    z-index: 10;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.3);
  }
  nav.open .menu_box {
    opacity: 1;
    visibility: visible;
  }
  nav .nav_bg {
    position: absolute;
    z-index: -1;
    display: block;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: calc(100vh + 70px);
    top: 64px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    cursor: pointer;
  }
  nav.open .nav_bg {
    opacity: 1;
    visibility: visible;
  }
  
  header .nav_top {
    display: block;
    padding: 50px 5% 0;
    height: auto;
    -webkit-order: 1;
		order: 1;
    background: none;
    line-height: 1.5;
  }
  header .nav_top ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    color: var(--corp_color);
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 30px;
  }
  header .nav_top ul li {
    width: 30%;
    padding: 0 0.25em;
    vertical-align: middle;
  }
  header .nav_top ul li:nth-child(1) {width: 40%;}
  header .nav_top ul::before {display: none;}
  header .nav_top ul li::before {
    height: 40px;
    background: var(--corp_color);
  }
  header .nav_top ul li:nth-last-child(1)::before {display: none;}
  header .nav_top .header_search {width: 100%;}
  header .nav_top .header_search form {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 0;
    border: solid 1px var(--corp_color);
    border-radius: 4px;
  }
  header .nav_top .header_search input ,
  header .nav_top .header_search.open input {
    width: calc(100% - 40px);
    color: #333333;
    font-size: 1.3rem;
    height: 40px;
    padding: 0 0.5em;
    margin: 0;
    border: none
  }
  header .nav_top .header_search button {
    width: 40px;
    height: 40px;
    margin: 0;
    background: url("../img/common/ico_search_b.svg") no-repeat center / 70%;
    pointer-events: auto;
  }
  header .nav_bottom {
    width: 100%;
    height: auto;
    padding: 0;
  }
  header .nav_bottom > ul {
    display: block;
    height: auto;
  }
  header .nav_bottom > ul > li {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #cccccc;
  }
  header .nav_bottom > ul > li > span {
    height: 45px;
    line-height: 45px;
    color: var(--corp_color);
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0;
  }
  header .nav_bottom > ul > li > span a {
    display: block;
    height: 100%;
    padding: 0 5%;
  }
  header .nav_bottom > ul > li > span.parent {padding: 0 5%;}
  header .nav_bottom > ul > li > span::after {display: none;}
  header .nav_bottom > ul > li > span.parent::before,
  header .nav_bottom > ul > li > span.parent::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    background: var(--corp_color);
  }
  header .nav_bottom > ul > li > span.parent::before {
    width: 16px;
    height: 2px;
    right: 10px;
  }
  header .nav_bottom > ul > li > span.parent::after {
    width: 2px;
    height: 16px;
    right: 17px;
    left: auto;
    transition: 0s;
  }
  header .nav_bottom > ul > li > span.parent.open::after {display: none;}
  header .nav_bottom > ul > li > ul {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    transition: 0s;
  }
  
  /*header nav.open .nav_bottom > ul > li > ul {display: block;}*/
  
  
  header .nav_bottom > ul > li > ul::before {display: none;}
  header .nav_bottom > ul > li > ul li {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
    background: #e5edf0;
    border-bottom: solid 1px #FFFFFF;
  }
  header .nav_bottom > ul > li > ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #333333;
    padding: 0 5%;
    text-decoration: none;
  }
  
  /* :::::::::: company_menu :::::::::: */

  .company_menu, 
  .company_menu.fixed {
    position: fixed;
    z-index: 8;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    margin: auto;
    left: 0;
    right: 0;
    top: 60px;
    filter: none;
    transition: 0.3s;
  }
  .company_menu::after {
    position: fixed;
    z-index: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    background: #e5edf0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  body.fixed .company_menu::after {
    opacity: 1;
    visibility: visible;;
  }
  .home .company_menu, 
  .home .company_menu.fixed {top: 60px;transition: 0.3s;}
  .header_company.hide + main .company_menu,
  .header_company.hide + .kv_company + .home.company_home .company_menu
  .header_company.hide + main .company_menu.fixed, 
  .header_company.hide + .kv_company + .home.company_home .company_menu.fixed {top: 0!important;transition: 0.3s;}
  .company_menu p {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 7%;
    background: var(--corp_color);
    cursor: pointer;
  }
  .company_menu p::before,
  .company_menu p::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
  }
  .company_menu p::before {
    width: 16px;
    height: 2px;
    right: 20px;
  }
  .company_menu p::after {
    width: 2px;
    height: 16px;
    right: 27px;
    left: auto;
    transition: 0s;
  }
  .company_menu p.open::after {display: none;}
  .company_menu ul {
    display: none;
    height: auto;
    background: #FFFFFF;
    clip-path: none;
  }
  .company_menu ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #cccccc;
  }
  .company_menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 7%;
  }
  .company_menu ul li a::after {display: none;}
  
  /* :::::::::: main :::::::::: */

  main {
    min-width: auto;
    padding: 75px 0 0;
    margin: 0;
  }
  main.company_sub {
    padding: 110px 0 0;
    margin: 0;
  }
  main.home {
    margin: 0;
    padding: 0;
  }
  main.home.company_home {margin: 0;}
  .tate + main.home {margin:0;}
  .tate + main.home.company_home {margin:0;}
  main article {padding: 0 0 80px;}
  main.home article ,
  main.home.company_home article {
    padding: 0 0 10px;
    margin: 0;
  }

  .box {padding: 0 4%;}

  /* :::::::::: footer :::::::::: */

  .pagetop {
    width: 40px;
    height: 40px;
    right: 5%;
    bottom: 10px;
  }
  .pagetop.fixed {bottom: 360px;}
  .pagetop::after {
    width: 20px;
    height: 15px;
  }
  footer {
    position: relative;
    min-width: auto;
  }
  footer .box {display: block;}
  footer .box > .logo ,
  footer .box > .copyright {width: 100%;}
  footer .box > .logo img {
    width: 290px;
    margin: 0 0 50px;
  }
  footer .box > .copyright ul {margin: 60px 0 20px;}
  footer .box > .copyright ul li {margin: 0 15px 0 0;}
  footer .box > .copyright ul .sns_x {width: 30px;}
  footer .box > .copyright ul .sns_is {width: 30px;}
  footer .box > .copyright ul .sns_fb {width: 36px;}
  footer .box > .copyright ul .sns_yt {width: 40px;}
  footer .box > .f_nav {width: 100%;}
  footer .box > .f_nav > ul {width: 50%;}
  footer .footer_top .box > .f_nav {margin: 0 auto;}
  footer .footer_bottom .box > .f_nav {display: block;}
  footer .footer_bottom .box > .f_nav > ul {width: 100%;}
  footer .footer_bottom .box > .f_nav > ul > li:nth-last-child(1) {margin: 0 0 1.2em;} 
  footer .box > .f_nav ul li {font-size: 1.2rem;}
  footer .box > .f_nav > ul > li p {font-size: 1.5rem;}
  footer .footer_top {padding: 60px 0 50px;}
  footer .footer_top::before {display: none;}
  footer .footer_bottom {padding: 50px 0 20px;}
}

/* -----------------------------------------------------------
 subpage
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  

  .editor_contents > h2:nth-child(1) {margin-top: 40px;}
  .h2_common ,
  .editor_contents h2 {
    font-size: 2.2rem;
    margin: 40px 0 25px;
  }
  .editor_contents .anc + h2 {margin: 40px 0 20px;}
  .h2_center ,
  .editor_contents .h2_center {
    padding: 0 0 20px;
    margin: 50px auto;
    font-size: 2.2rem;
  }
  .h2_center::after ,
  .editor_contents .h2_center::after {
    width: 30px;
    height: 2px;
  }
  .editor_contents h3 ,
  .h3_common {
    font-size: 2.0rem;
    margin: 35px 0 20px;
  }
  .editor_contents h3::before ,
  .h3_common::before {width: 4px;}
  .editor_contents h4 {
    font-size: 1.7rem;
    margin: 30px 0 15px;
  }
  .editor_contents h5 {
    font-size: 1.6rem;
    margin: 30px 0 15px;
  }
  .editor_contents p {
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .editor_contents h2 + h3 {margin: 25px 0 20px;}
  .editor_contents h3 + h4 {margin: 20px 0 15px;}
  .editor_contents h4 + h5 {margin: 20px 0 15px;}
  .editor_contents figure.wp-block-image {margin: 20px 0;}
  .editor_contents ul {margin: 0 0 20px;}
  .editor_contents ul li {padding: 0 0 0 1em;}
  .editor_contents ol {margin: 0 0 20px;}
  .editor_contents ol li:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: 3px;
  }
  .editor_contents .table_outer {
    width: 100%;
    margin: 0 auto 20px;
    overflow-x: auto;
  }
  .editor_contents .table_outer > table {width: auto;}
  .editor_contents table {
    width: auto;
    max-width: none;
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
  .editor_contents .bg_box {
    padding: 20px;
    margin: 20px auto;
  }
  .editor_contents .border_box {
    padding: 20px;
    margin: 20px auto;
  }
}

/* -----------------------------------------------------------
 Single/Archive
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  .select_outer {
    width: 100%;
    height: 50px;
    margin: 40px 0;
  }
  .select_outer::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .select_outer select {height: 50px;}
  
  .news_info {
    margin: 50px 0 0;
    border-bottom: solid 2px var(--corp_color);
  }
  .news_info .news_cat {
    width: 140px;
    height: 35px;
    line-height: 35px;
  }
  .news_info .news_date {
    width: 140px;
    height: 22px;
    line-height: 22px;
  }
  h1.news_title {
    margin: 0 0 30px;
    font-size: 2.2rem;
  }
  .news_list {border-top: solid 1px var(--corp_color);}
  .news_list li {
    flex-wrap: wrap;
    font-size: 1.5rem;
    padding: 15px 0;
    border-bottom: solid 1px var(--corp_color);
  }
  .news_list li p:nth-of-type(1) { 
    display: inline-block;
    width: auto;
    padding: 0;
    border-bottom: none;
    margin: 0;
  }
  .news_list li p:nth-of-type(2) {
    min-width: 70px;
    width: 120px;
    font-size: 1.2rem;
    padding: 0;
    border-bottom: none;
  }
  .news_list li p:nth-of-type(3) {
    width: 100%;
    padding: 10px 0 0;
    border: none;
  } 
  .news_list li:nth-child(1) p:nth-of-type(1) ,
  .news_list li:nth-child(1) p:nth-of-type(2) {border-top: none;}
  .news_list li:nth-child(1) p:nth-of-type(3) {border-top: none;}
  .news_list li .news_cat {
    width: 80px;
    height: 20px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .pagenation {margin: 40px auto 0;}
  .pagenation a,.pagenation span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .btn_back {
    width: 270px;
    height: 50px;
    line-height: 48px;
  }
  .btn_back a {
    font-size: 1.5rem;
    transition: 0s;
  }
  .btn_back a:hover {
    color: var(--corp_color);
    background: #FFFFFF;
  }
}

/* -----------------------------------------------------------
 static
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  .home_kv {
    position: relative;
    min-width: auto;
    padding: 10px;
    margin: 60px 0 40px;
    width: 100%;
    max-width: 100%;
    max-height: none;
    aspect-ratio: auto;
    overflow: hidden;
  }
  .home_kv.kv_company {margin: 90px 0 40px;}
  .home_kv .home_kv_bg {display: none;}
  .kv_slider li figure {
    display: block;
    width: 100%;
    height: auto;
  }
  .kv_company .kv_slider li figure {height: auto;}
  .kv_slider .slick-slide figure img {
    width: 100%;
    height: auto;
  }
  .kv_slider .slick-slide figure img {clip-path: polygon(10% 0, 100% 0, 100% 94%,90% 100%,0 100% ,0 6%);}
  .kv_slider .slick-arrow {display: none!important;}
  .kv_slider .slick-dots {
    width: 90%;
    left: 7%;
    right: auto;
    bottom: 4%;
  }
  .kv_slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    overflow: hidden;
  }
  .kv_slider .slick-dots li button {background: #c1c1c1;}
  .kv_slider .slick-dots li.slick-active button,
  .kv_slider .slick-dots li button:hover {background: #0068b7;}
  .kv_slider .slick-dots li button::before {display: none;}
  
  .home .h2_box h2 {font-size: 3.2rem;}
  .home .h2_box p {font-size: 1.4rem;}
  .btn_home {
    width: 180px;
    height: 50px;
  }
  .btn_home a {
    line-height: 48px;
    font-size: 1.6rem;
    transition: 0s;
  }
  .btn_home a:hover {
    color: var(--corp_color);
    background: none;
  }
  .home .box .slick-arrow {display: none!important;}
  .home_pickup {padding: 40px 0 0;}
  .home_pickup .box {display: block;}
  .home_pickup .box > .h2_box {
    position: static;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
  }
  .home_pickup .box > .pickup_slider {
    margin: 0 auto 20px;
    padding: 0!important;
    transform: translateX(0)!important;
  }
  .home_pickup .box > .pickup_slider .slick-list {padding: 0 5%!important;}
  .home_pickup .box > .pickup_slider .slick-slide {
    margin: 0 2vw;
    opacity: 1;
    visibility: visible;
  }
  .home_pickup .box > .pickup_slider .slick-slide.slick-current figure {transform: scale(1);}
  .home_pickup .box > .pickup_slider p {
    opacity: 0;
    visibility: hidden;
    font-size: 1.7rem;
    padding: 0;
    margin: 0 auto 10px;
  }
  .home_pickup .box > .pickup_slider span {
    padding: 0;
    font-size: 1.5rem;
  }
  .home_pickup .box > .pickup_slider .slick-slide.slick-current p ,
  .home_pickup .box > .pickup_slider .slick-slide.slick-current span {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transform: translateX(0);
  }
  .home_pickup .box > .pickup_slider .slick-arrow {display: none;}

  .home_event {padding: 0 0 50px;}
  .home_event .box::after {
    height: calc(100% - 80px);
    clip-path: polygon(0 0,100% 0 ,100% calc(100% - 80px),calc(100% - 80px) 100% ,0 100%);
  }
  .home_event .box > .h2_box {padding: 40px 0 0;}
  .home_event .box > .h2_box::after {clip-path: polygon(80px 0 ,100% 0,100% 100% , 0 100%,0% 80px);}
  .home_event .event_slider {
    width: 100%;
    margin: 30px auto 40px;
    overflow: visible!important;
  }
  .home_event .event_slider .slick-list {
    padding: 0 5%!important;
    overflow: visible!important;
  }
  .home_event .event_slider .slick-list .slick-slide {
    margin: 0 2vw;
  }
  .home_event .event_slider .slick-list .slick-slide p {font-size: 1.7rem;}
  .home_event .event_slider .slick-list .slick-slide span {font-size: 1.4rem;}
  .home_event .event_slider .slick-list .slick-slide .event_tag {
    min-width: 75px;
    height: 28px;
    line-height: 28px;
    font-size: 1.3rem;
    transform: translateX(-8px) translateY(-14px);
  }
  .home_event .box > .event_company_link {width: 100%;}
  .home_event .box > .event_company_link .btn_home {
    width: 48%;
    margin: 0 0 4%;
  }
  .home_event .box > .event_info {
    font-size: 1.4rem;
    margin: 50px auto;
  }
  .bg_area02::after {
    height: calc(100% - 60px);
    background: linear-gradient(to bottom,  #ffffff 0%,#d9e3e8 16%,#00486a 40%,#00486a 100%); 
    clip-path: polygon(0 0,100% 0,100% 50%,50% 100% ,0 100%);
  }
  .bg_area03::after {
    width: 100vw;
    max-width: calc(100% - 2%);
    clip-path: polygon(80px 0,100% 0,100% calc(100% - 80px),calc(100% - 80px) 100% ,0 100%,0 80px);
  }
  .bg_area02 .h2_box {margin: 0 auto 20px;}
  .home_product {padding: 50px 0;}
  .home_about {padding: 50px 0 30px;}
  .home_about + .home_about {padding: 0 0 30px;}
  .home .home_list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .home .home_list li figure {margin: 0 auto 10px;}
  .home .home_list li p {font-size: 1.7rem;}
  .home_news {margin: 50px 0 80px;}
  .home_news .box {display: block;}
  .home_news .box .h2_box {
    width: 100%;
    padding: 0;
    border-top: none;
    margin: 0 auto 30px;
    text-align: center;
  }
  .home_news .box ul {
    width: 100%;
    margin: 0 auto 40px;
  }
  .home_news .box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    line-height: 1.3;
    padding: 15px 0;
    font-size: 1.5rem;
  }
  .home_news .box ul li .news_cat {
    min-width: 80px;
    font-size: 1.2rem;
  }
  .home_news .box ul li span {
    display: inline-block;
    verticale-align: middle;
    margin: 0 20px 0 0!important;
  }
  .home_news .box ul li p {
    width: 100%;
    padding: 10px 0 0;
  }
  .home_news .btn_home {position: static;}

}

/* -----------------------------------------------------------
 sub
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  .kv_sub {
    width: 92%;
    height: 140px;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px),calc(100% - 20px) 100% ,0 100% ,0 20px);
    margin: 0 auto 50px;
  }
  .company_sub .kv_sub {margin: 0 auto 50px;}
  .kv_sub .p_title {font-size: 2.6rem;}
  .kv_sub .company_title {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 1.6rem;
    top: 15px;
  }
  .kv_sub .company_title + .p_title {transform: translateY(calc(12px - 50%));}
  
  .kv_sub.has_eyecatch {height: 200px;}
  
  .breadcrumbs {display: none;}
  
  .portal_list li {
    width: 48%;
    margin: 0 0 20px!important;
  }
  .portal_list li p {font-size: 1.6rem;}


  .page_corp .corp_nav {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }
  .page_corp .corp_nav li {
    width: 48%;
    margin: 0 0 1em;
  }

  .page_corp .corp_info > div {display: block;}
  .page_corp .corp_info > div > figure {
    width: 100%;
    margin: 0 auto 30px;
  }
  .page_corp .corp_table {width: 100%;}
  .page_corp .corp_table th {
    display: block;
    width: 100%;
    border-top: solid 2px var(--corp_color);
    border-bottom: solid 2px var(--corp_color);
  }
  .page_corp .corp_table td {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .page_corp .corp_table td::before {display: none;}
  .page_corp .corp_info > div > div {width: 100%;}
  .page_corp .corp_info .corp_table ,
  .page_corp .corp_info .corp_table th ,
  .page_corp .corp_info .corp_table td {width: 100%;}
  .page_corp .map_box {height: 220px;}
  
  .page_corp .corp_message > div {
    display: block;
    margin: 40px 0 0; 
  }
  .page_corp .corp_message > div > div.wp-block-group:nth-of-type(1) {
    width: 100%;
    margin: 0 0 20px;
  }
  .page_corp .corp_message > div > div.wp-block-group:nth-of-type(1) figure {margin: 0 0 20px;}
  .page_corp .corp_message > div > div.wp-block-group:nth-of-type(1) .ceo span {font-size: 2em;}
  .page_corp .corp_message > div > div.wp-block-group:nth-of-type(2) {width: 100%;}
  .page_corp .corp_message > div > div.wp-block-group:nth-of-type(2) h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 2.4rem;
  }
  .idea01 p {font-size:1.7rem;}
  .idea01 ol {font-size:2.4rem;}
  .idea02 div {width:100%;}
  .idea02 figure {
    width:70%;
    margin:0 auto;
    float:none;
  }
  .idea03 h3 ,.idea04 h3 {
    font-size:1.8rem;
    margin:0 0 10px;
  }
  .idea03 ol {margin:0 0 40px;}
  .idea03 ol li {font-size:2.6rem;}
  .idea04 ol li {
    font-size:1.9rem;
    width:100%;
    float:none;
  }
  
}

/* -----------------------------------------------------------
 event
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  .event_nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .event_nav li {
    width: 48%;
    margin: 0 0 1em;
  }
  .event_nav li a::after {
    right: 0.43em;
    bottom: 0.2em;
  }
  .event_archive h3 a::after {display: none;}
  .event_box {display: block;}
  .event_box figure {
    width: 100%;
    margin: 30px 0 20px;
  }
  .event_box figure .event_tag {
    min-width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: 1.6rem;
    top: -12px;
    left: 10px;
  }
  .event_box dl {
    display: block;
    width: 100%;
    padding: 0;
  }
  .event_box dl::after {display: none;}
  .event_box dl dt {
    width: 100%;
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-bottom: solid 1px var(--corp_color);
  }
  .event_box dl dd {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .event_single .event_box {
    display: block;
    margin: 40px auto 20px;
  }
  .event_single .event_box figure {
    width: 100%;
    margin: 0 auto 20px;
  }
  .event_single .event_box figure .event_tag {
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    top: -15px;
  }
  .event_single .event_box dl {
    width: 100%;
    padding: 20px;
  }
  .event_single .event_box dl::after {display: none;}
  .event_single .event_box dl dt {
    width: 100%;
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-bottom: solid 1px var(--corp_color);
  }
  .event_single .event_box dl dd {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .event_single .event_box dl dt:nth-last-of-type(1) {margin-bottom: 10px;}
  .event_single .map_box {height: 220px;}

}

/* -----------------------------------------------------------
 static
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  .product {padding: 75px 0 0;}
  .product .product_list::before ,
  .product .product_list::after {width: 48%;}
  .product .product_list li {
    width: 48%;
    margin: 0 0 30px;
  }
  .product .product_list li p {font-size: 1.5rem;}
  .product .product_nav {flex-wrap: wrap;}
  .product .product_nav li {
    width: 48%;
    margin: 0 0 1em;
  }
  .product .product_nav li a::after {
    right: 0.43em;
    bottom: 0.2em;
  }
  .product .maker_list li {
    width: 48%;
    margin: 0 0 30px;
  }
  .product .maker_list li a figure {
    height: 80px;
    padding: 10px 20px;
  }
  .product .maker_list li a p {font-size: 1.5rem;}
  .product .maker_list::before,
  .product .maker_list::after {display: none;}
  .product .work_list li {
    width: 48%;
    height: 80px;
    margin: 0 0 4%;
  }
  .product .work_list li a span {font-size: 1.8rem;}
  .product .work_list::before,
  .product .work_list::after {display: none;}
  
  
  
}

/* -----------------------------------------------------------
 search
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .search_box {
    width: 100%;
    height: 40px;
    margin: 40px auto;
  }
  .search_box input {
    width: calc(100% - 40px);
    height: 40px;
  }
  .search_box button {
    width: 40px;
    height: 40px;
  }
  .sort_box {padding: 15px 0;}
  .search_result {padding: 10px 0;}
}

/* -----------------------------------------------------------
 hanbaiten
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  .page_hanbaiten .anc {
    margin: -100px 0 0 !important;
    padding: 100px 0 0 !important;
  }
  
  .hanbaiten {display: block;}
  .hanbaiten > figure {
    order: 0;
    margin: 0 auto 30px;
  }
  .hanbaiten > div {width: 100%;}
  .hanbaiten .area_kyushu {position: static;}
  .hanbaiten > div h3 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  .hanbaiten > div h3 a {border-radius: 4px;}
  .hanbaiten > div ul {margin: 0 0 20px;}
  .hanbaiten > div ul li {
    width: 32%;
    height: 28px;
    line-height: 28px;
    margin: 0 0 3%;
  }
  .hanbaiten > div ul::after {
    dislay: block;
    content: "";
    width: 32%;
    height: 0;
  }
  /*.hanbaiten > div h3.hokkaido + ul {justify-content: center;}
  .hanbaiten > div h3.hokkaido + ul::after {display: none;}*/
  .hanbaiten_table {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
  .hanbaiten_table th {display: none;}
  .hanbaiten_table td {
    display: block;
    width: 100%!important;
    font-size: 1em;
    border-bottom: solid 1px #dbdbdb;
    overflow: hidden;
  }
  .hanbaiten_table td::after {display: none;}
  .hanbaiten_table td:nth-of-type(1) {
    font-size: 1.8rem;
    padding: 0.5em 1em;
    background: #e5edf0;
    border-top: solid 1px var(--corp_color);
    border-bottom: solid 1px var(--corp_color);
  }
  .hanbaiten_table td:nth-of-type(2) {padding: 0 1.25em 0.5em;}
  .hanbaiten_table td:nth-of-type(2)::before {
    position: relative;
    left: -1.5em;
    display: block;
    width: calc(100% + 1em);
    content: "住所";
    padding: 0.5em 1.5em;
    margin: 0 0 0.5em;
    background: #f5f5f5;
    border-bottom: solid 1px #dbdbdb;
    box-sizing: content-box;
  }
  .hanbaiten_table td:nth-of-type(3) {
    position: relative;
    z-index: 0;
    margin: 0 0 30px;
    padding: 0.5em 1em 0.5em 120px;
  }
  .hanbaiten_table td:nth-of-type(3)::before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "電話番号";
    width: 60px;
    height: 100%;
    background: #f5f5f5;
    padding: 0.5em 1.5em;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: content-box;
  }
  .hanbaiten_table td .btn_map {font-size: 1.4rem;}
  .hanbaiten_table td .btn_calendar {
    width: 120px;
    height: 24px;
    line-height: 22px;
    font-size: 1.3rem;
  }
  .tab_menu {margin: 0 0 20px;}
  .tab_menu li {
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem;
  }
  .tab_menu li.active {
    height: 40px;
    padding: 5px 0 0;
    font-size: 1.3rem;
    border-top: solid 5px var(--corp_color);
  }

}

/* -----------------------------------------------------------
 recruit
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  .page_recruit .editor_contents table td:nth-of-type(1) {width: 100px;}
  .page_recruit .editor_contents .portal_list a figure {border-radius: 10px;}
  .page_recruit .editor_contents .banner_list {justify-content: space-between;}
  .page_recruit .editor_contents .banner_list li {
    width: 48%;
    margin: 0 0 20px;
    text-align: center;
  }
  .page_recruit .editor_contents .banner_list li:nth-child(4n) {margin: 0 0 20px;}
  .page_recruit .editor_contents .btn_recruit {
    width: 100%;
    margin: 30px auto;
  }
  .page_recruit .editor_contents .btn_recruit a {
    padding: 1em;
    font-size: 1.6rem;
  }
  .page_recruit .editor_contents .btn_recruit a::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .recruit_top {padding: 110px 0 0;}
  .recruit_top article {padding: 0;}
  .recruit_top .kv_sub.has_eyecatch {
    width: 100%;
    height: 140px;
  }
  .recruit_top h2 {
    font-size: 4rem;
    font-feature-settings: 'palt';
    line-height: 1.4;
    margin: 0 auto 40px;
  }
  .recruit_top .catch {
    padding: 0 0 120px;
    background: url("../img/sub/bg_recruit_sp.jpg") no-repeat bottom center / 100%;
  }
  .recruit_top .catch p {
    width: 75%;
    font-size: 1.6rem;
    text-align: justify;
    line-height: 2;
    margin: 0 auto;
  }
  .recruit_top .catch + figure {height: 80px;}
  
  .recruit_top .catch + figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruit_top .recruit_about {
    display: block;
    margin: 0 0 50px;
  }
  .recruit_top .recruit_about:nth-of-type(1) {margin-top: 60px;}
  .recruit_top .recruit_about > figure {
    width: 100%;
    margin: 0 auto 20px;
  }
  .recruit_top .recruit_about > figure img {border-radius: 10px;}
  .recruit_top .recruit_about > figure::after {
    border-radius: 10px;
    top: 5px;
    left: -5px;
  }
  .recruit_top .recruit_about:nth-of-type(even) > figure::after {left: 5px;}
  .recruit_top .recruit_about > div {width: 100%;}
  .recruit_top .recruit_about > div h3 {
    font-size: 2.4rem;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .recruit_top .recruit_about > div h3::after {width: 100%;}
  .recruit_top .recruit_about > div h3 span {font-size: 1.8rem;}
  .recruit_top .recruit_about > div .link_recruit {
    width: 160px;
    height: 40px;
    margin: 20px auto 0;
  }
  .recruit_top .recruit_about > div .link_recruit a {
    font-size: 1.5rem;
    padding: 0.65em;
    transition: 0s;
  }
  .recruit_top .recruit_about > div .link_recruit a:hover {color: #0068b7;}
  .recruit_top .recruit_about > div .link_recruit a::before {transition: 0s;}
  .recruit_top .recruit_about > div .link_recruit a:hover::before {opacity: 1;}
  .recruit_top .recruit_entry {
    background: url("../img/sub/bg_entry_sp.png") no-repeat top center / 100%,linear-gradient(90deg, rgba(24,113,217,0.1) 0%, rgba(96,182,252,0.1) 100%);;
    padding: 120px 0 100px;
  }
  
  .recruit_top .recruit_entry h2 {
    font-size: 3.2rem;
    font-feature-settings: 'palt';
    margin: 0 auto 50px;
  }
  
  
  .recruit_top .recruit_entry p {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .recruit_top .recruit_entry p a {
    position: relative;
    z-index: 0;
    display: block;
    font-size: 1.6rem;
    width: 280px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 40px;
    padding: 0;
    transition: 0s;
  }
  .recruit_top .recruit_entry p a span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 130px;
    height: 36px;
    line-height: 36px;
    margin: auto;
    top: -16px;
    left: 0;
    right: 0;
  }
  .recruit_top .recruit_entry p a::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    transition: 0s;
  }
  .recruit_top .recruit_entry p a:hover {color: #1877e6;}
  .recruit_top .recruit_entry p:nth-of-type(2):hover a {color: #00af98;}
  .recruit_top .recruit_entry p a:hover::before {opacity: 1;}
  .recruit_top .recruit_entry p:nth-of-type(1) a:hover span {
    color: #FFFFFF;
    background: linear-gradient(to right, #1978e6, #60b6fc);
  }
  .recruit_top .recruit_entry p:nth-of-type(2) a:hover span {
    color: #FFFFFF;
    background: linear-gradient(to right, #00af98, #7ddae9);
  }
  
  
}



/* -----------------------------------------------------------
 contact
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  .snow-monkey-form .h2_center {margin-bottom: 60px!important;}
  .smf-form--simple-table .smf-item {
    font-size: 1.5rem;
    padding: 15px 0!important;
  }
  .smf-form--simple-table .smf-item__col--label {
    max-width: 100%!important;
    padding: 0.35em 70px 0 0!important;
  }
  .smf-form--simple-table .smf-item__col--label .smf-item__label__text::after {
    position: static;
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 1.3rem;
    margin: 0 0 0 10px;
  }
  .smf-form--simple-table .smf-item__col--controls {max-width: 100% !important;}
  .smf-form--simple-table .smf-item__col--controls .smf-placeholder + .smf-placeholder {margin-top: 10px;}
  .smf-checkboxes-control__control label input[type="checkbox"] + span::before {top: 0.25em;}
  .smf-checkboxes-control__control label input[type="checkbox"]:checked + span::after {top: 0.25em;}
  .smf-button-control__control {
    width: 270px;
    height: 50px;
    line-height: 48px!important;
    font-size: 1.5rem!important;
    transition: 0s!important;
  }
  .smf-button-control__control:hover {
    background: #FFFFFF!important;
    color: var(--corp_color)!important;
  }
  .smf-placeholder + p {font-size: 1.3rem;}
}

@media screen and (max-width: 640px) {
  
  .smf-form--simple-table .smf-item__col--controls {margin: 15px 0 0;}
}

/* -----------------------------------------------------------
 sitemap
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  .sitemap .editor_contents ul {display: block;}
  .sitemap .editor_contents ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  .sitemap .editor_contents ul li a span {font-size: 1.6rem;}
}

/* -----------------------------------------------------------
 404
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
  
  .page404 {padding: 75px 0 0;}
  .page404 article {padding: 0;}
  .page404 .box {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page404 .box h1 {font-size: 2.2rem;}
  .page404 .box p {margin: 0 auto 2em;}
  
}


/* -----------------------------------------------------------
　print
----------------------------------------------------------- */

@media print {
  @-moz-document url-prefix(){
    @page {
      size: A4;
      margin: 12.7mm 9.7mm;
    }
    body {
      transform:scale(0.68);
      width: 1100px;
      transform-origin: 0 0;
    }
  }
  @supports (-ms-ime-align:auto){

    body {
      zoom: 1.8;
      width: 1100px;
    }
  }
  body {zoom: 0.68;-webkit-print-color-adjust: exact;}
  .sp_cont {display:none!important;}
  header {position:absolute!important;}
  

  .kv_slider {display: block!important;}
  .pickup_slider {display: block!important;}
  .event_slider {display: block!important;}
  
  .slick-slide img.pc_cont {display: block !important;}
  
  footer {opacity:1 !important;}
}

@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1100px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}

/* 202506 フォーム改修により追加 */
@media screen and (max-width: 767px) {
  main.contact .smf-form--simple-table .wp-block-columns:has(input[name="zip"]){margin-bottom: 10px;}
  main.contact .smf-form--simple-table .wp-block-columns:has(input[name="zip"]) div:first-of-type,
  main.contact .smf-form--simple-table .wp-block-columns:has(input[name="zip"]) div:first-of-type *{width: 100% !important;}
  main.contact .smf-form--simple-table .wp-block-columns:has(input[name="zip"]) p{font-size: 1.3rem;}
}