@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }

  .sp-br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }

  .sp-br {
    display: block;
  }
}
body {
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

a {
  color: #1ab0a7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
}

#nav {
  width: 100%;
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  #nav {
    width: 100%;
    height: 70px;
  }
}

.drawer {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  width: 100%;
  height: 70px;
}

.logo {
  padding-left: 20px;
}
.logo a {
  display: block;
  width: 229px;
  padding-top: 40px;
  height: 0;
  background: url("../images/logo.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .logo a {
    width: 175px;
    padding-top: 38px;
    height: 0;
    background: url("../images/logo.png") 0 0 no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
  }
}

.navbar_toggle {
  background: #1ab0a7;
  height: 30px;
  width: 30px;
  padding: 22px 20px 18px 23px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
.navbar_toggle_icon {
  position: relative;
  right: 0;
  display: block;
  height: 2px;
  background: #ffffff;
  width: 26px;
  transition: ease 0.5s;
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

.menu {
  transform: translateX(-100%);
  transition: ease 0.1s;
  z-index: 1000;
}
.menu ul li {
  margin-right: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .menu ul li {
    margin-right: 20px;
  }
}

.menu ul li a {
  text-decoration: none;
  font-family: fot-tsukuardgothic-std, sans-serif;
  transition: all 0.3s ease;
  color: #000000;
}
.menu ul li a:last-child {
  margin: 0;
}

.menu.open {
  transform: translateY(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  position: relative;
  height: 100vh;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  nav {
    display: flex;
    flex-direction: row;
  }

  .navbar_toggle {
    display: none;
  }

  .menu {
    width: 100%;
    transform: translateX(0);
    background: #ffffff;
  }
  .menu ul {
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 20vh;
    text-align: center;
  }
  .menu ul {
    width: 100%;
    padding-bottom: 30px;
    padding: 0 20px;
  }
  .menu ul li {
    padding: 0 0 20px 0;
    border-bottom: none;
    font-size: 20px;
  }
}
.main_block {
  margin-top: 80px;
  background: url(../images/main_bg01.jpg) no-repeat top;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .main_block {
    background: url(../images/main_bg01_sp.png) no-repeat top;
    background-size: 100% auto;
    margin-top: 70px;
  }
}
.main_block .copy01 {
  width: 80%;
  margin: 0 auto;
  padding-top: 180px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .main_block .copy01 {
    padding-top: 13vh;
    width: 90%;
    margin: 0 auto;
  }
}
.main_block .copy01 .main_logo {
  width: 70%;
}
.main_block .copy01 .main_logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main_block .copy01 .main_logo {
    width: 90%;
    margin: 0 auto;
  }
}
.main_block .copy01 .lead {
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main_block .copy01 .lead {
    text-align: center;
    font-size: 28px;
    margin: 5% 0 15px 0;
  }
}
.main_block .copy01 .lead span {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.main_block .copy01 .detail {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 22px;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .main_block .copy01 .detail {
    font-size: 16px;
    width: 85%;
    margin: 15px auto 0 auto;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .main_block .copy01 .detail {
    font-size: 12px;
  }
}
.main_block .copy02 {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .main_block .copy02 {
    width: 90%;
    margin: 0 auto;
    position: static;
  }
}
.main_block .copy02:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 581px;
  padding-top: 926px;
  height: 0;
  background: url("../images/main_bg02.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .main_block .copy02:after {
    position: static;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main_block .copy02:before {
    content: "";
    display: block;
    margin: 40px auto 0 auto;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 33.3333333333%;
    background: url("../images/main_bg02_sp.png") 50% 50% no-repeat;
    background-size: cover;
  }
}
.main_block .copy02 .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 17% 0 10vh 0;
}
@media screen and (max-width: 767px) {
  .main_block .copy02 .inner {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.main_block .copy02 .inner .ex {
  line-height: 2.3;
  padding-left: 45%;
}
@media screen and (max-width: 767px) {
  .main_block .copy02 .inner .ex {
    padding: 0vh;
    line-height: 1.6;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .main_block .copy02 .inner {
    position: static;
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
  }
}

.ex_link a {
  text-decoration: none;
  color: #000000;
}
.ex_link a span {
  font-size: 0.8em;
  margin-right: 0.5em;
  display: inline-block;
}
.ex_link a:hover {
  color: #1ab0a7;
}

.btn_def a {
  display: block;
  background: #43bdb6;
  background: linear-gradient(to right, #43bdb6 0%, #5dc8c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  width: 350px;
  font-size: 18px;
  padding: 25px 0;
  margin: 40px auto;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_def a {
    width: 100%;
    font-size: 16px;
    padding: 13px 0;
    margin: 20px auto;
  }
}
.btn_def a span {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 8px;
  width: 33px;
  padding-top: 10px;
  height: 0;
  background: url("../images/icon_arrow.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn_def a span {
    width: 19px;
    padding-top: 6px;
    height: 0;
    background: url("../images/icon_arrow.png") 0 0 no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
    margin-top: 10px;
  }
}
.btn_def a:hover {
  background: #5dc8c2;
  background: linear-gradient(to right, #5dc8c2 0%, #43bdb6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
}

.container {
  position: static;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .container {
    width: 90%;
    padding: 0;
    font-size: 12px;
  }
}
.sec_title {
  text-align: center;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .sec_title {
    padding: 0 0 25px 0;
  }
}
.sec_title .en {
  font-family: modesto-open-inline-fill, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 58px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_title .en {
    font-size: 30px;
  }
}
.sec_title h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec_title h2 {
    font-size: 14px;
  }
}

.sec01 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: 80px;
  }
}
.sec01 .point_block .lead {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec01 .point_block .lead {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.sec01 .point_block .detail {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 767px) {
  .sec01 .point_block .detail {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.sec01 .point_block .detail dl {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .sec01 .point_block .detail dl {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 480px) {
  .sec01 .point_block .detail dl {
    width: 100%;
  }
}
.sec01 .point_block .detail dl dt {
  color: #1ab0a7;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec01 .point_block .detail dl dt {
    font-size: 14px;
  }
}
.sec01 .point_block .detail dl dt:before {
  content: "";
  display: block;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 767px) {
  .sec01 .point_block .detail dl dt:before {
    margin: 0 auto 5px auto;
  }
}
.sec01 .point_block .detail dl:nth-child(1) dt:before {
  width: 37px;
  padding-top: 46px;
  height: 0;
  background: url("../images/icon_point01.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec01 .point_block .detail dl:nth-child(1) dt:before {
    width: 24px;
    padding-top: 30px;
    height: 0;
    background: url("../images/icon_point01.png") 0 0 no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
  }
}
.sec01 .point_block .detail dl:nth-child(2) dt:before {
  width: 41px;
  padding-top: 39px;
  height: 0;
  background: url("../images/icon_point02.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec01 .point_block .detail dl:nth-child(2) dt:before {
    width: 26px;
    padding-top: 25px;
    height: 0;
    background: url("../images/icon_point02.png") 0 0 no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
  }
}
.sec01 .point_block .detail dl:nth-child(3) dt:before {
  width: 42px;
  padding-top: 48px;
  height: 0;
  background: url("../images/icon_point03.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec01 .point_block .detail dl:nth-child(3) dt:before {
    width: 27px;
    padding-top: 31px;
    height: 0;
    background: url("../images/icon_point03.png") 0 0 no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
  }
}

.sec02 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-top: 80px;
  }
}

.shopinfo_block {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.shopinfo_block li {
  width: 48.5%;
}
.shopinfo_block li figure {
  padding: 0;
  margin: 0;
}
.shopinfo_block li figure img {
  width: 100%;
  height: auto;
}
.shopinfo_block li .detail dl dt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .shopinfo_block li .detail dl dt {
    font-size: 13px;
  }
}
.shopinfo_block li .detail dl dt dl dd {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .shopinfo_block li .detail dl dt dl dd {
    font-size: 12px;
    line-height: 1.3;
  }
}

.col_wide {
  width: 100%;
}

.map_wide iframe,
.map iframe {
  vertical-align: bottom;
}

.company_block {
  width: 960px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .company_block {
    width: 90%;
    margin: 0 auto;
  }
}
.company_block dl dt {
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .company_block dl dt {
    font-size: 13px;
  }
}
.company_block dl dd {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .company_block dl dd {
    font-size: 12px;
  }
}
.company_block .ex_link {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .company_block .ex_link {
    font-size: 12px;
  }
}

#footer {
  background: #1ab0a7;
  padding: 20px 0;
  text-align: center;
}
#footer .ft_logo {
  width: 162px;
  margin: 0 auto;
  height: 70px;
}
#footer .ft_logo img {
  width: 100%;
  height: auto;
}
#footer .copy {
  color: #ffffff;
  font-size: 12px;
}

.under-main {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .under-main {
    margin-top: 60px;
    padding-bottom: 10px;
  }
}
.under-main .pg_title {
  font-size: 24px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: -15vh;
}
@media screen and (min-width: 961px) {
  .under-main .pg_title {
    top: -18vh;
  }
}
@media screen and (max-width: 960px) {
  .under-main .pg_title {
    top: -10vh;
  }
}
@media screen and (max-width: 767px) {
  .under-main .pg_title {
    top: -5vh;
  }
}
@media screen and (max-width: 480px) {
  .under-main .pg_title {
    top: -1vh;
  }
}
.under-main .pg_title .en {
  font-family: modesto-open-inline-fill, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  line-height: 1;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .under-main .pg_title .en {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.under-main .pg_title h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .under-main .pg_title h2 {
    font-size: 18px;
  }
}
.under-main.shopinfo {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 30.596285435%;
  background: url("../images/shopinfo_hdimg.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.under-main.company {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 30.596285435%;
  background: url("../images/company_hdimg.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.under-main.recruit h2 {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 26.3543191801%;
  background: url("../images/recruit_hdimg.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.index .company_block {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .index .company_block {
    margin-top: 80px;
  }
}

@keyframes bird {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1) translate(0, 5px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.under_shopinfo .sec01,
.under_shopinfo .sec02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .sec01,
.under_shopinfo .sec02 {
    margin-bottom: 80px;
  }
}
.under_shopinfo .sec01 .sub_tit,
.under_shopinfo .sec02 .sub_tit {
  font-size: 28px;
  margin-bottom: 50px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .sec01 .sub_tit,
.under_shopinfo .sec02 .sub_tit {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}
.under_shopinfo .sec01 .sub_tit:before,
.under_shopinfo .sec02 .sub_tit:before {
  content: "";
  display: block;
  width: 28px;
  padding-top: 20px;
  height: 0;
  background: url("../images/icon_bird.png") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  margin-right: 8px;
  animation: bird 1.2s ease 0.15s infinite;
  animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .sec01 .sub_tit:before,
.under_shopinfo .sec02 .sub_tit:before {
    width: 18px;
    padding-top: 13px;
    height: 0;
    background: url("../images/icon_bird.png") 0 0 no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
  }
}
.under_shopinfo .col_block {
  margin-bottom: 20px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .col_block {
    display: block;
    margin-bottom: 10px;
  }
}
.under_shopinfo .col_block figure {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .col_block figure {
    width: 100%;
    margin: 0 auto 0.5em auto;
  }
}
.under_shopinfo .col_block figure img {
  width: 100%;
  height: auto;
}
.under_shopinfo .col_block .detail {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .col_block .detail {
    position: static;
    width: 100%;
  }
}
.under_shopinfo .col_block .detail .staff_com {
  position: absolute;
  bottom: 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .col_block .detail .staff_com {
    position: static;
    font-size: 12px;
  }
}
.under_shopinfo .col_block .detail .staff_com figure {
  margin: 0 10px 0 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .col_block .detail .staff_com figure {
    width: 60px;
  }
}
.under_shopinfo .col_block .detail .staff_com figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .col_block .detail .staff_com dl {
    margin: 20px 0;
  }
}
.under_shopinfo .col_block .detail .staff_com dl dt {
  color: #1ab0a7;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.under_shopinfo .message {
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .message {
    padding: 0 0 20px 0;
  }
}
.under_shopinfo .message dt {
  font-size: 28px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1;
  margin-bottom: 0.5em;
}
.under_shopinfo .message dt span {
  display: inline-block;
  background: #c2fffc;
  background: linear-gradient(to right, #c2fffc 0%, #acffd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  padding: 0 0.2em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .message dt {
    font-size: 18px;
  }
}
.under_shopinfo .message dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .message dd {
    font-size: 12px;
  }
}
.under_shopinfo .photo {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .photo {
    margin-top: 0px;
  }
}
.under_shopinfo .photo li {
  width: 48%;
}
.under_shopinfo .photo li img {
  width: 100%;
  height: auto;
}
.under_shopinfo .map {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .under_shopinfo .map {
    margin-top: 15px;
  }
}

.under_company .sub_tit {
  font-size: 28px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .under_company .sub_tit {
    font-size: 18px;
  }
}

.under_recruit .lead {
  font-size: 28px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .under_recruit .lead {
    font-size: 16px;
  }
}
.under_recruit .sec01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .under_recruit .sec01 {
    margin-top: 20px;
  }
}
.under_recruit .sec02 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .under_recruit .sec02 {
    margin-bottom: 80px;
  }
}

.blk_dllist dl {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 767px) {
  .blk_dllist dl {
    display: block;
    margin-bottom: 1em;
  }
}
.blk_dllist dt {
  width: 30%;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .blk_dllist dt {
    padding: 0;
    font-weight: bold;
  }
}
.blk_dllist dd {
  width: 70%;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .blk_dllist dd {
    padding: 0;
  }
}
.blk_dllist dd p {
  margin-bottom: 0.5em;
}