/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  color: #fff;
  width: 100%;
  background-image: url(../images/pgttl-bgimg.jpg);
  background-size: cover;
  background-position: 50% 72%;
  overflow-y: clip;
  height: 37.5rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    height: 30em;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl {
    background-size: 1000px auto;
  }
}
#page-ttl .pgttl-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-ttl .pgttl-inner .pgttl-content {
  width: 48.75rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .pgttl-content {
    width: 24em;
  }
}
#page-ttl .pgttl-inner .pgttl-content::before {
  background-image: url(../images/orange-light_dark.png);
}
#page-ttl .pgttl-inner .pgttl-content .content-inner {
  width: calc(2.5rem + 0.9em);
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .pgttl-content .content-inner {
    width: 2.9em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .pgttl-content .content-inner {
    width: 2.6em;
  }
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .pgttl-content h2 {
    margin-top: -1em;
  }
}
#page-ttl .pgttl-inner .pgttl-content h2 span.__jp {
  font-size: 2.5rem;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .pgttl-content h2 span.__jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .pgttl-content h2 span.__jp {
    font-size: 1.75em;
  }
}

.__breadcrumbs {
  color: #fff;
  background-color: #222;
  padding: 0.2em 30px;
}
@media screen and (max-width: 767px) {
  .__breadcrumbs {
    padding: 0.2em 20px;
  }
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .__breadcrumbs ul li {
    font-size: 0.8em;
  }
}
.__breadcrumbs ul li::after {
  content: ">";
  margin-left: 1em;
}
.__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.shop-list ul .shop-list-item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .shop-list ul .shop-list-item {
    display: block;
    width: min(100%, 600px);
    margin: 0 auto;
    margin-top: 8em;
  }
}
@media screen and (max-width: 767px) {
  .shop-list ul .shop-list-item {
    margin-top: 6em;
  }
}
.shop-list ul .shop-list-item .item-img {
  position: relative;
  width: 35rem;
  padding: 0 2em;
}
@media screen and (max-width: 1199px) {
  .shop-list ul .shop-list-item .item-img {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .shop-list ul .shop-list-item .item-img {
    padding: 0 1.5em;
    margin-top: 2em;
  }
}
.shop-list ul .shop-list-item .item-img .shop-slider {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(180, 180, 180, 0.2);
}
.shop-list ul .shop-list-item .item-img .shop-slider .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}
.shop-list ul .shop-list-item .item-img .shop-slider .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-list ul .shop-list-item .item-img .swiper-button-next,
.shop-list ul .shop-list-item .item-img .swiper-button-prev {
  width: -moz-fit-content;
  width: fit-content;
  --swiper-navigation-color: $color-dgray_02;
}
.shop-list ul .shop-list-item .item-img .swiper-button-next::after,
.shop-list ul .shop-list-item .item-img .swiper-button-prev::after {
  font-size: max(1.5rem, 1.25em);
}
@media screen and (max-width: 767px) {
  .shop-list ul .shop-list-item .item-img .swiper-button-next::after,
  .shop-list ul .shop-list-item .item-img .swiper-button-prev::after {
    font-size: 1.125em;
  }
}
.shop-list ul .shop-list-item .item-img .swiper-button-next {
  right: 0;
}
.shop-list ul .shop-list-item .item-img .swiper-button-prev {
  left: 0;
}
.shop-list ul .shop-list-item .item-img .swiper-pagination {
  bottom: -2em;
}
.shop-list ul .shop-list-item .item-img .swiper-pagination-bullet {
  background-color: #222;
  width: 6px;
  height: 6px;
}
.shop-list ul .shop-list-item .item-content {
  width: calc(100% - 35rem - 7.5rem);
}
@media screen and (max-width: 1199px) {
  .shop-list ul .shop-list-item .item-content {
    width: 100%;
  }
}
.shop-list ul .shop-list-item .item-content .item-name {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 0.4em;
}
.shop-list ul .shop-list-item .item-content .item-name h4, .shop-list ul .shop-list-item .item-content .item-name h5 {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .shop-list ul .shop-list-item .item-content .item-name h4, .shop-list ul .shop-list-item .item-content .item-name h5 {
    font-size: 1.645em;
  }
}
@media screen and (max-width: 767px) {
  .shop-list ul .shop-list-item .item-content .item-name h4, .shop-list ul .shop-list-item .item-content .item-name h5 {
    font-size: 1.425em;
  }
}
.shop-list ul .shop-list-item .item-content .item-name h4 span.__small, .shop-list ul .shop-list-item .item-content .item-name h5 span.__small {
  font-size: 0.6em;
  margin-left: 1em;
}
.shop-list ul .shop-list-item .item-content .item-info {
  margin-top: 2em;
}
.shop-list ul .shop-list-item .item-content .item-info dl {
  display: flex;
  align-items: baseline;
  margin-top: 0.6em;
}
.shop-list ul .shop-list-item .item-content .item-info dl dt {
  width: 6em;
  font-weight: 500;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .shop-list ul .shop-list-item .item-content .item-info dl dt {
    font-size: 0.8em;
  }
}
.shop-list ul .shop-list-item .item-content .item-info dl dd {
  width: calc(100% - 7em);
}
@media screen and (max-width: 991px) {
  .shop-list ul .shop-list-item .item-content .item-info dl dd {
    font-size: 0.95em;
  }
}
.shop-list ul .shop-list-item .item-content .item-info dl dd span.__small {
  font-size: 0.9em;
}

/* food-business.html
---------------------------------------------------- */
.sec-business_intro {
  overflow-x: clip;
}
.sec-business_intro .sec-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-business_intro .sec-ttl {
    margin-top: 0;
  }
}
.sec-business_intro .sec-ttl h3 {
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}
.sec-business_intro .sec-txt {
  text-align: center;
  margin-top: 3em;
}
.sec-business_intro .sec-txt p {
  font-size: 1.5rem;
  line-height: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-business_intro .sec-txt p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business_intro .sec-txt p {
    font-size: 1em;
  }
}
.sec-business_intro .sec-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .sec-business_intro .sec-img {
    margin-top: 1em;
  }
}
@media screen and (max-width: 991px) {
  .sec-business_intro .sec-img {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business_intro .sec-img {
    display: block;
    margin-top: 4em;
  }
}
.sec-business_intro .sec-img .img-wrap {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.sec-business_intro .sec-img .img-wrap::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-image: url(../images/orange-light_white.png);
  background-size: cover;
}
.sec-business_intro .sec-img .img-wrap.__01 {
  width: 20%;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-business_intro .sec-img .img-wrap.__01 {
    width: 35%;
    margin-top: 10%;
    margin-left: 1em;
  }
}
.sec-business_intro .sec-img .img-wrap.__01::before {
  top: 0;
  right: 0;
  margin-top: -20%;
  margin-right: -20%;
  width: 50%;
}
.sec-business_intro .sec-img .img-wrap.__02 {
  width: 30%;
  margin-top: 10%;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .sec-business_intro .sec-img .img-wrap.__02 {
    width: 45%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: 5%;
  }
}
.sec-business_intro .sec-img .img-wrap.__02::before {
  bottom: 0;
  right: 0;
  margin-bottom: -40%;
  margin-right: -40%;
  width: 120%;
}
.sec-business_intro .sec-img .img-wrap.__03 {
  width: 15%;
  margin-top: -5%;
}
@media screen and (max-width: 767px) {
  .sec-business_intro .sec-img .img-wrap.__03 {
    width: 30%;
    margin-top: 10%;
    margin-left: 20%;
  }
}
.sec-business_intro .sec-img .img-wrap.__03::before {
  top: 0;
  right: 0;
  margin-top: -35%;
  margin-right: 10%;
  width: 80%;
}
.sec-business_intro .sec-img .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 4px 8px rgba(30, 30, 30, 0.2);
}

.sec-food_lead {
  color: #fff;
  background-image: url(../images/food-business/lead-bgimg_food.jpg);
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .sec-food_lead {
    background-attachment: scroll;
  }
}
.sec-food_lead::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.sec-food_lead .sec-ttl {
  margin-top: 2em;
}
.sec-food_lead .sec-catch {
  text-align: center;
  margin-top: 4em;
}
.sec-food_lead .sec-catch h4 {
  font-family: "Hina Mincho", serif;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .sec-food_lead .sec-catch h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-food_lead .sec-catch h4 {
    font-size: 1.25em;
  }
}
.sec-food_lead .sec-txt {
  text-align: center;
  margin-top: 1em;
}
.sec-food_lead .sec-txt p {
  font-size: max(1.125rem, 1em);
  line-height: 2em;
}
.sec-food_lead .sec-content {
  margin-top: 4em;
}

.sec-food_shop .shop-list {
  padding-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-food_shop .shop-list {
    padding-top: 0;
  }
}
.sec-food_shop .shop-list ul .shop-list-item .item-content .item-insta {
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .sec-food_shop .shop-list ul .shop-list-item .item-content .item-insta {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 1em;
  }
}
.sec-food_shop .shop-list ul .shop-list-item .item-content .item-address {
  margin-top: 1.6em;
}
.sec-food_shop .shop-list ul .shop-list-item .item-content .item-address p {
  font-size: max(1.125rem, 1em);
}
.sec-food_shop .shop-list ul .shop-list-item .item-content .item-address p i {
  margin-right: 0.4em;
}

/* hr-business.html
---------------------------------------------------- */
.sec-hr_service {
  color: #fff;
  background-image: url(../images/hr-business/hr-service-bgimg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .sec-hr_service {
    background-attachment: scroll;
  }
}
.sec-hr_service::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.sec-hr_service .sec-content {
  margin-top: 4em;
}
.sec-hr_service .service-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-hr_service .service-wrap {
    display: block;
  }
}
.sec-hr_service .service-wrap .service-type {
  margin-top: 1.5em;
  width: 15rem;
}
@media screen and (max-width: 1199px) {
  .sec-hr_service .service-wrap .service-type {
    width: 12em;
  }
}
.sec-hr_service .service-wrap .service-type h4 {
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .sec-hr_service .service-wrap .service-type h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-hr_service .service-wrap .service-type h4 {
    font-size: 1.125em;
  }
}
.sec-hr_service .service-wrap .service-list {
  width: calc(100% - 15rem - 4em);
}
@media screen and (max-width: 1199px) {
  .sec-hr_service .service-wrap .service-list {
    width: calc(100% - 12em - 3em);
  }
}
@media screen and (max-width: 767px) {
  .sec-hr_service .service-wrap .service-list {
    width: 100%;
  }
}
.sec-hr_service .service-wrap .service-list ul .service-list-item {
  display: flex;
  align-items: flex-start;
  border: solid 1px #fff;
  font-size: max(1.125rem, 1em);
  line-height: 1.4em;
  padding: 1em 1.6em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-hr_service .service-wrap .service-list ul .service-list-item {
    padding: 0.6em 1em;
  }
}
.sec-hr_service .service-wrap .service-list ul .service-list-item span.__num {
  display: block;
  flex-shrink: 0;
  font-size: 0.9em;
  letter-spacing: 0.06em;
  margin-right: 1.4em;
}

.sec-hr_flow .sec-content {
  margin-top: 3em;
}
.sec-hr_flow .flow-list {
  width: min(100%, 40em);
  margin: 0 auto;
}
.sec-hr_flow .flow-list ul .flow-list-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: solid 1px #222;
  font-size: max(1.125rem, 1em);
  line-height: 1.4em;
  padding: 1.2em 1.6em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-hr_flow .flow-list ul .flow-list-item {
    padding: 0.6em 1em;
  }
}
.sec-hr_flow .flow-list ul .flow-list-item span.__num {
  color: #d49653;
  display: block;
  flex-shrink: 0;
  font-size: 0.9em;
  letter-spacing: 0.06em;
  margin-right: 1.4em;
}

/* works.html
---------------------------------------------------- */
.sec-works01 .sec-content {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .sec-works01 .sec-content {
    margin-top: 5em;
  }
}
.sec-works01 .case-wrap {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-works01 .case-wrap {
    margin-top: 5em;
  }
}
.sec-works01 .case-wrap .case-ttl h4 {
  font-size: 1.6875rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-works01 .case-wrap .case-ttl h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works01 .case-wrap .case-ttl h4 {
    font-size: 1.25em;
  }
}
.sec-works01 .case-wrap .case-detail {
  margin-top: 1.6em;
}
.sec-works01 .case-wrap .case-detail dl {
  display: flex;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-works01 .case-wrap .case-detail dl {
    display: block;
    margin-top: 1.6em;
  }
}
.sec-works01 .case-wrap .case-detail dl dt, .sec-works01 .case-wrap .case-detail dl dd {
  font-weight: 500;
}
.sec-works01 .case-wrap .case-detail dl dt {
  width: 6em;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-works01 .case-wrap .case-detail dl dd {
  width: calc(100% - 7em);
}
@media screen and (max-width: 767px) {
  .sec-works01 .case-wrap .case-detail dl dd {
    width: 100%;
    margin-top: 0.2em;
  }
}

.sec-works02 {
  color: #fff;
  background-color: #4e4a47;
}
.sec-works02 .sec-content {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .sec-works02 .sec-content {
    margin-top: 4em;
  }
}
.sec-works02 .content-wrap {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-works02 .content-wrap {
    margin-top: 4em;
  }
}
.sec-works02 .content-wrap .content-ttl h4 {
  font-size: 1.6875rem;
  border-bottom: solid 1px #fff;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-works02 .content-wrap .content-ttl h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works02 .content-wrap .content-ttl h4 {
    font-size: 1.25em;
  }
}
.sec-works02 .content-wrap .content-txt {
  margin-top: 1em;
}

.sec-works03 .shop-type {
  margin-top: 6em;
  margin-bottom: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-works03 .shop-type {
    margin-bottom: -3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works03 .shop-type {
    margin-top: 4em;
  }
}
.sec-works03 .shop-type.__backnumber {
  margin-top: 8em;
}
@media screen and (max-width: 767px) {
  .sec-works03 .shop-type.__backnumber {
    margin-top: 6em;
  }
}
.sec-works03 .shop-list {
  margin-bottom: 2em;
}
.sec-works03 .shop-list ul .shop-list-item .item-content .item-note {
  margin-top: 1em;
}
.sec-works03 .shop-list ul .shop-list-item .item-content .item-attention {
  margin-top: 2em;
}
.sec-works03 .shop-list ul .shop-list-item .item-content .item-attention ul.__note li {
  font-size: 0.9em;
}

/* company.html
---------------------------------------------------- */
.sec-company_message .sec-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-company_message .sec-ttl {
    margin-top: 0;
  }
}
.sec-company_message .sec-ttl h3 {
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}
.sec-company_message .message-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-company_message .message-wrap {
    display: block;
  }
}
.sec-company_message .message-wrap .message-catch {
  width: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company_message .message-wrap .message-catch {
    width: 6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_message .message-wrap .message-catch {
    width: 100%;
  }
}
.sec-company_message .message-wrap .message-catch h4 {
  font-family: "Hina Mincho", serif;
  font-size: 1.6875rem;
  line-height: 2.2em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1199px) {
  .sec-company_message .message-wrap .message-catch h4 {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_message .message-wrap .message-catch h4 {
    text-align: center;
    writing-mode: initial;
    line-height: 2em;
    font-size: 1.25em;
  }
}
.sec-company_message .message-wrap .message-catch h4 em {
  color: #d49653;
  font-size: 1.645em;
}
@media screen and (max-width: 767px) {
  .sec-company_message .message-wrap .message-catch h4 em {
    font-size: 1.25em;
  }
}
.sec-company_message .message-wrap .message-catch h4 span.__2nd-line {
  margin-top: 1em;
}
.sec-company_message .message-wrap .message-catch h4 span.__border {
  display: inline-block;
  width: 0.04em;
  height: 1.6em;
  background-color: #222;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-company_message .message-wrap .message-catch h4 span.__border {
    width: 2em;
    height: 1px;
    margin-left: 0.2em;
  }
}
.sec-company_message .message-wrap .message-txt {
  width: calc(100% - 6.25rem - 10rem);
}
@media screen and (max-width: 1199px) {
  .sec-company_message .message-wrap .message-txt {
    width: calc(100% - 12em);
  }
}
@media screen and (max-width: 767px) {
  .sec-company_message .message-wrap .message-txt {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-company_message .message-wrap .message-txt p {
  font-size: max(1.125rem, 1em);
  line-height: 2.2em;
  margin-top: 1em;
}
.sec-company_message .message-wrap .message-txt p:nth-of-type(1) {
  margin-top: 0;
}
.sec-company_message .message-wrap.__02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-company_message .message-wrap.__02 {
    margin-top: 5em;
  }
}
.sec-company_message .message-name {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company_message .message-name {
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_message .message-name {
    margin-top: 4em;
  }
}
.sec-company_message .message-name p {
  text-align: end;
  font-size: 0.9em;
}
.sec-company_message .message-name p em {
  font-family: "Hina Mincho", serif;
  font-size: 1.5em;
}

.sec-company_outline {
  color: #fff;
  background-image: url(../images/company/outline-bgimg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .sec-company_outline {
    background-attachment: scroll;
  }
}
.sec-company_outline::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.7);
}
.sec-company_outline .outline-table {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-company_outline .outline-table {
    margin-top: 2em;
  }
}
.sec-company_outline .outline-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-company_outline .outline-table dl {
    display: block;
  }
}
.sec-company_outline .outline-table dl dt {
  font-size: max(1.125rem, 1em);
  font-weight: 500;
  width: 12em;
  padding: 1.6em 0;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .sec-company_outline .outline-table dl dt {
    width: 100%;
    font-size: 0.9em;
    padding-top: 1.8em;
    padding-bottom: 0.6em;
    border-bottom: none;
  }
}
.sec-company_outline .outline-table dl dd {
  font-size: max(1.125rem, 1em);
  width: calc(100% - 12em);
  padding: 1.6em 0;
  padding-left: 2em;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .sec-company_outline .outline-table dl dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.sec-company_outline .outline-table dl dd a {
  display: inline;
  font-size: 1em;
}

.sec-company_access .sec-content {
  margin-top: 4em;
}
.sec-company_access .sec-content .map-wrap {
  width: 100%;
  height: 37.5rem;
  box-shadow: 4px 4px 8px rgba(30, 30, 30, 0.2);
}
@media screen and (max-width: 1199px) {
  .sec-company_access .sec-content .map-wrap {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_access .sec-content .map-wrap {
    height: 360px;
  }
}
.sec-company_access .sec-content .map-wrap iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */