@media screen and (max-width:480px) {
a.btn01{
    background-color: #bbbbbb;
    font-size: 2.2rem;
    display: inline-block!important;
    opacity: 1;
    box-sizing: border-box;
    padding: 0px 10px;
    border-radius: 30px;
    color: #fff;
    margin-top: 10px;
}

}

.only_under_400{
  display: none;
}

.side_fix_link{
  display: none;
}

.sp_header_title{
  display: none;
}

#drawer-toggle{
  display: none;
}

#drawer {
  display:block;
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*background: #fff;*/
  background: rgba(0,0,0,0.8);
  z-index: 1000;
}
#drawer.open {
  top:0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  display: block;
  position: fixed;
  width: 35px;
  height: 35px;
  right:1.5%;
  top:1%;
  z-index: 1001;
  text-align: center;
}
.home .menu-trigger {
  top:1.5%;
}

.admin-bar .menu-trigger {
top: 61px;
}
.menu-trigger span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #777;
  border-radius: 0px;
}

.menu-trigger.active span {
  background-color: #777;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
 }
.menu-trigger span:nth-of-type(2) {
  top: 16px;
}
.menu-trigger span:nth-of-type(3) {
  top: 22px;
}

/*.menu-trigger {
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  right:0%;
  top:3px;
  right:4px;
  top:10px;
  z-index: 1001;
  text-align: center;
}
.admin-bar .menu-trigger {
top: 61px;
}
.menu-trigger span {
  position: absolute;
  left: 9px;
  width: 16px;
  height: 2px;
  background-color: #777;
  border-radius: 0px;
}
.menu-trigger.active span {
  background-color: #777;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
 }
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  top: 20px;
}*/
.menu-trigger em {
  font-size:10px;
  position:absolute;
  bottom:0px;
  left:0;
  width:100%;
  color:#000;
  @extend .exFontGillSans
}

.menu-trigger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 84px;
  height: 84px;
  margin: -45px 0 0 -45px;
  border-radius: 50%;
  border: 4px solid transparent;
  transition: all .75s;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}
.menu-trigger.active::after {
  -webkit-animation: circle .4s .25s forwards;
  animation: circle .4s .25s forwards;
}
@-webkit-keyframes circle {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    -webkit-transform: rotate(-680deg);
  }
}
@keyframes circle {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    transform: rotate(-680deg);
  }
}

.dropdown-menu{
  padding:3.5% 10%;
}
.dropdown-menu li{
opacity: 0;
-webkit-transform: scale(1.1) translateY(-24px);
    -ms-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
transition: opacity 0.35s ease-out, transform 0.35s ease-out;
transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.dropdown-menu li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5% 0;
  border-bottom: 1px solid #555;
}

.open .dropdown-menu li:nth-child(1){
opacity: 1;
-webkit-transition-delay: 350ms,350ms;
transition-delay: 350ms,350ms;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.open .dropdown-menu li:nth-child(2){
opacity: 1;
-webkit-transition-delay: 450ms,450ms;
transition-delay: 450ms,450ms;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.open .dropdown-menu li:nth-child(3){
opacity: 1;
-webkit-transition-delay: 500ms,500ms;
transition-delay: 500ms,500ms;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.open .dropdown-menu li:nth-child(4){
opacity: 1;
-webkit-transition-delay: 550ms,550ms;
transition-delay: 550ms,550ms;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.open .dropdown-menu li:nth-child(5){
opacity: 1;
-webkit-transition-delay: 600ms,600ms;
transition-delay: 600ms,600ms;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.open .dropdown-menu li:nth-child(6){
opacity: 1;
-webkit-transition-delay: 650ms,650ms;
transition-delay: 650ms,650ms;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.open .dropdown-menu li:nth-child(7){
opacity: 1;
-webkit-transition-delay: 700ms,700ms;
transition-delay: 700ms,700ms;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.open .dropdown-menu li:nth-child(8){
opacity: 1;
-webkit-transition-delay: 750ms,750ms;
transition-delay: 750ms,750ms;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.open .dropdown-menu li:nth-child(9){
opacity: 1;
-webkit-transition-delay: 800ms,800ms;
transition-delay: 800ms,800ms;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}

@media only screen and (min-height: 600px){
.dropdown-menu{
  font-size: 12px;
}
.dropdown-menu li a{
  padding: 2.5% 0;
}
}
@media only screen and (min-height: 600px) and (max-width: 600px){
  .dropdown-menu{
    /*padding: 5% 10%;*/
  }
}



@media only screen and (min-width: 1700px){
  .footer_pre_block{
    min-height: 1070px;
  }
}
@media only screen and (min-width: 1400px){
  .footer_pre_block{
    min-height: 830px;
  }
}
@media only screen and (min-width: 1500px){
  .m_half_contents .ja{
    font-size: 16px;
    line-height: 2.2;
  }
  .m_half_contents .m_half_contents_title span{
    font-size: 23px;
  }
  .m_half_contents .en{
    font-size: 16px;
    line-height: 2;
  }
  .m_half_contents .left_text-block,
  .m_half_contents .right_text-block {
    padding: 5% 5% 3%;
  }

}

@media only screen and (max-width: 1024px){
.customSelectInner{
  display: block!important;
  width: 100%!important;
}
.customSelect{
  width: 33%;
}
#f_name{
  width: 64%;
}
}

@media only screen and (max-width: 1000px){


  .m_half_contents .m_half_contents_title img {
    float: none;
    max-height: 28px;
    display: block;
    margin: 2% 0 0 0%;
    max-height: 21px;
  }


}/*1000*/


@media only screen and (max-width: 1000px){

.home_first_section_text_ja{
  height: 510px;
}
.home_first_section_text_ja p{
  font-size: 18px;
}
.home_first_section_text_en p{
  font-size: 18px;
}

}

@media only screen and (max-width: 900px){
  .home_first_section_text_ja{
    height: 430px;
  }

  .home_first_section_text_ja p{
    font-size: 15px;
  }

}

@media only screen and (max-width: 768px){
  p,a{
     -webkit-text-size-adjust:100%;
  }

  .area_block{
    width:80%;
  }
  .min_contents_width{
    width:90%;
  }
  .gnav.on{
    display: none!important;
  }
  .sp_none{
    display: none;
  }
  .menu-trigger {
    right:10px;
    width: 30px;
  }

  .header_home .header_home__logo{
    max-width:50%;
    width:46%;
  }
  .header_home_logo_block {
    width: 24%;
    max-width: 130px;
    left: 0;
    top: 34%;
    right: 0;
    margin: auto;
    padding: 4% 4% 0.5%
  }
  .gnav li a{
    font-size: 10px;
  }



/* フッターtel */
.side_fix_link{
  display: block;
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 10;
  width: 100%;
}
.side_fix_link li a img{
  max-height: 100%;
}
.side_fix_link li a{
  /*background:#f3f3f3;*/
  background: rgba(0,0,0,0.7);
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  /*color:#898989;*/
  /*color: #555;*/
  height: 48px;
  line-height: 48px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
}


.home_first_section_text_ja{
  height: auto;
}
.home_first_section_text_ja p {
    position: inherit;
    width: auto;
    font-size: 14px;
    margin: 5% 4% 0;
    line-height: 1.9;
    max-width: 100%;
    text-align: center;
    writing-mode: inherit;
    -ms-writing-mode: lr-tb;
    -o-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    transform: translate(0%, 0%);
    left:0;

}

.home_first_section_text_en p {
    font-size: 14px;
    width: 92%;
}
.home_first_section .title_border{
  width: 100px;
  height: 38px;
  margin: 3% auto 7%;
}
.home_first_section h1 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-top: 7%;
}
.home_first_section h2{
  font-size: 12px;
  padding-bottom: 5%;
}
.m_half_contents{
  margin-bottom: 10%;
}

.m_half_contents .m_half_contents_title span{
  font-size: 18px;
  display: block;
}
.m_half_contents .m_half_contents_title img{
  max-height: 17px;
}
.m_half_contents .m_half_contents_title{
  margin-bottom: 5%;
}

.m_half_contents .left_img-block,
.m_half_contents .left_text-block,
.m_half_contents .right_text-block,
.m_half_contents .right_img-block{
  width: 100%;
  float: none;
}
.m_half_contents .left_img-block,
.m_half_contents .right_img-block{
  margin-bottom: 5%;
}
.m_half_contents .left_text-block,
.m_half_contents .right_text-block{
  padding: 1% 4% 3%;
}

.m_center_text p{
  text-align: left!important;
  font-size:14px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  line-height: 1.85;
  color:#898989;
}

#svg_home,#svg_cook{
  display: none;
}

.local_nav{
  display: block;
}
.local_nav li {
  display: block;
  width: 100%;
  margin-bottom: 10%;
}
.local_nav .local_nav_title {
  text-align: center;
  padding: 7% 0 1%;
}
.local_nav .local_nav_title img {
    max-height: 22px;
}
.local_nav p {
  text-align: center;
  font-size: 12px;
  padding: 0 4%;
}

.m_full_contents__mind .m_center_text p{
  line-height: 1.85;
}
.footer{
  margin-top: 30%;
}
.footer_second_block .first{
  margin-bottom: 10%
}

.footer_second_block .first a{
  padding-top: 0;
}

.customSelect{
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.customSelectInner{
  display: block!important;
  width: 100%!important;
}
#f_name {
  float: none;
  width: 100%;
  text-align: left;
}
.footer_first_block{
  padding-top: 10%;
}
.footer_third_block a {
  width: 90px;
  margin-bottom: 30px;
}

.footer_gnav{
  display: block;
}
.footer_gnav li {
  display: block;
  text-align: center;
  width: 100%;
  float: none;
}
.footer_second_block .first, .footer_second_block .second, .footer_second_block h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10%;
}
.footer_second_block{
  display: block!important;
}
.footer_second_block .first, .footer_second_block .second {
    width: 100%;
    text-align: center;
    padding: 0 4%;
    box-sizing: border-box;
}
.footer_third_block{
  margin-top: 20%;
}


.tile_gallery{
  width: 94%;
  margin: auto;
}


.section_line_title__min_margin {
    margin-bottom: 3%;
}

.section_line_title{
  font-size: 24px;
}
.section_line_title_ja{
  font-size: 20px;
}
.section_line_title,
.section_line_title_ja{
   padding-left: 3%;
   padding-right: 3%;
   padding-bottom:3%;
}
/*.workstudy_txt{
  padding-left: 3%;
  padding-right: 3%;
}*/

/* about  */

.csh_block{
  margin: 5%;
}
.csh_block .csh_title_block{
  display: block;
}
.csh_block .csh_info{
  display: block;
}
.csh_block .csh_title_block h1{
  font-size: 22px;
}
.csh_info li{
  font-size: 10px;
}
.second_csh_section{
  margin-bottom: 25%;
}


/* peace mind */

.workstudy .workstudy_txt{
  line-height: 1.8;
}

.pm_left_title_p_center {
  padding: 20px 20px;
}

.pm_left{
  width: auto;
  margin: auto;
  float: none;
}
.pm_left_box {
    width: 92%;
    float: none;
    padding-left: 0;
    height: auto;
    padding-top: 0;
    margin: auto auto 8%;
  height: auto!important;
}
.pm_left_box img{
  width: 100%;
}

.pm_left_box p {
  width: auto;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 0 3%;
  font-size: 14px;
  line-height: 1.8;
}

.pm_right {
  width: 92%;
  float: none;
  margin: auto;
}

.pm_right p {
  font-size: 14px;
  margin-top: 3%;
  margin-bottom: 8%;
  padding: 0 3%;
  line-height: 1.8
}

.pm_right img{
  width: 100%;
}

.kensa_mini {
  display: flex;
  width: 50%;
}

.kensa_mini_in {
  height: auto;
  width: 100%;
}


/*.flow_chart_tbl td{
  display: block;
  padding: 0 0 10% 0!important;
  text-align: center;
}*/

.flow_chart_tbl td img{
  width: auto;
  height: auto;
}






/* aboutus */

.section_companyinfo_logo img{
  width: 60px;
}
.section_companyinfo_logo{
  margin-bottom: 7%;
}

.section_companyinfo .companyinfo_tbl{
  width: 92%;
  margin:auto;
}
.section_companyinfo .companyinfo_tbl th{
  font-size: 12px;
  width: 24%;
}
.section_companyinfo .companyinfo_tbl td{
  font-size: 12px;
  width: 73%;
  padding-right: 3%;
}
.ceo_img{
  float: none;
  width: 100%;
  font-size: 12px;
}
.ceo_img img{
  margin-bottom: 5%;
}
.ceo_text_block {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 5%;
}
.ceo_block{
  padding:5%;
}
.ceo_text{
  font-size: 12px;
}

.section_companyinfo_media .inner,
.section_companyinfo_koil .inner,
.section_accessmap .inner{
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.center_text{
  font-size: 12px;
}

.section_companyinfo_media_ul li{
  padding: 0 1%;
}
.btn_show_room{
  font-size: 12px;
  padding: 4% 2%;
  margin-top:10%;
}
.section_accessmap .gmap{
  width:100%;
}

.policy_lists .policy_lists_p_finance{
  padding-bottom:30px;
}


.area_block {
  flex-wrap:wrap;
}
.area_block .area_block__map{
  padding-top: 5%;
  padding-bottom: 5%;
  width:100%;
}
.area_block .area_block__area{
  width:100%;
}

.section_line_title.type_flow {
  text-indent: 1%;
}


}
/* 768 */

@media only screen and (max-width: 570px){
  .section_companyinfo_koil_ul li{
    display: block;
    margin-bottom: 5%;
  }

  .section_line_title.type_flow {
    text-indent: 1.8%;
  }

}

@media only screen and (max-width: 768px){
  .header {
    height: 0;
  }
  #drawer-toggle{
    display: block;
  }
  .dropdown-menu li.gnav_list_hello a {
    padding-top: 20px;
  }
  .gnav_list_hello img {
    width: 15rem;
  }
  

  .section_line_title__min_margin {
      margin-bottom: 5%;
  }


  .section_line_title,
  .section_line_title_ja{
     padding-bottom:5%;
  }
  /*.section_line_title{
    font-size: 18px;
  }*/
  .section_line_title_ja{
    font-size: 18px;
  }

  .policy_lists_left,
  .policy_lists_right{
    width: 100%;
    float: none;
  }


  .header {
    position: relative;
    margin-bottom: 0;
  }

  .sp_header_title{
    padding: 0px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 10px;
    background: #ddd;
    background: #f3f3f3;
    color:transparent;
    display: block;
  }

  .gnav{
    display: none
  }
  .page_home .gnav{
    overflow: hidden;
    display: block
  }
  .page_home .gnav li{
    display: block;
    width: 50%;
    float: left;
  }
  .page_home .gnav li:first-child{
    width: 100%;
  }

  /*.page_home .gnav li.gnav_li_days{
    width: 100%;
  }*/

  .footer_tel{
    padding-left: 0;
  }

  .only_under_400{
    display: block;
  }

  .m_full_contents__home_works p{
    font-size: 12px;
  }


  body .lg-actions .lg-next, body .lg-actions .lg-prev{
    top:inherit;
    bottom:15%;
  }

  .gNav_list_snsLink {
    display: flex;
    gap: 1rem;
  }
  .gNav_list_snsLink .instaLink {
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    background: url('data:image/svg+xml;charset=utf8,%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20--%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%20256px%3B%20height%3A%20256px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23374149%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M363.024%2C0H148.976C69.063%2C0%2C4.281%2C64.782%2C4.281%2C144.695v222.61C4.281%2C447.218%2C69.063%2C512%2C148.976%2C512h214.047%20c79.914%2C0%2C144.695-64.782%2C144.695-144.695v-222.61C507.719%2C64.782%2C442.937%2C0%2C363.024%2C0z%20M55.652%2C144.695%20c0-51.461%2C41.863-93.324%2C93.324-93.324h214.047c51.461%2C0%2C93.324%2C41.863%2C93.324%2C93.324v222.61c0%2C51.461-41.863%2C93.324-93.324%2C93.324%20H148.976c-51.461%2C0-93.324-41.863-93.324-93.324V144.695z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3E%3C%2Fpath%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M256%2C387.851c72.703%2C0%2C131.852-59.148%2C131.852-131.851S328.703%2C124.145%2C256%2C124.145%20c-72.702%2C0-131.851%2C59.152-131.851%2C131.855S183.297%2C387.851%2C256%2C387.851z%20M256%2C165.242c50.043%2C0%2C90.754%2C40.714%2C90.754%2C90.758%20S306.043%2C346.758%2C256%2C346.758c-50.042%2C0-90.754-40.714-90.754-90.758S205.957%2C165.242%2C256%2C165.242z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3E%3C%2Fpath%3E%20%3Cellipse%20class%3D%22st0%22%20cx%3D%22391.707%22%20cy%3D%22120.296%22%20rx%3D%2229.539%22%20ry%3D%2229.541%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3E%3C%2Fellipse%3E%3C%2Fg%3E%3C%2Fsvg%3E') center center / 50% 50% no-repeat;
    padding: 0;
    border-bottom: none;
  }

  .page_home .gnav {
    display: none;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}