/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
a:hover {
  text-decoration: none !important;
}
.c_business .c_mv02 {
  background: url(../images/business/img_mv.png) no-repeat center;
  background-size: cover;
}
.c_business__item {
  margin-bottom: 60px;
}
.c_business .c_ttl01 {
  margin-bottom: 25px;
}
.c_business01 [class*=c_txt_16] {
  margin-bottom: 25px;
}
.c_business01 [class*=c_txt_16]:last-child {
  margin-bottom: 0;
}
.c_business01 .img {
  overflow: hidden;
  border-radius: 10px;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
}
.c_business02 {
  margin-bottom: 60px;
}
.c_business02 .c_accordion {
  margin-bottom: 19px;
}
.c_business02 .c_accordion__ttl {
  background: #FFF;
}
.c_business02 .c_accordion .c_ttl05 {
  padding: 10px;
}
.c_business02 .c_accordion .c_ttl05__ctx .ttl {
  font-weight: 700;
  font-size: 1.125rem;
}
.c_business02 .c_accordion .context .txt {
  padding: 20px 0;
  margin-bottom: 0;
}
.c_business02 .c_accordion .context .img {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
}
.c_business02 .product {
  margin-bottom: 39px;
}
.c_business02 .product_r img {
  border-radius: 5px;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c_business02 .product .c_ttl03 {
  margin-bottom: 20px;
}
.c_business02 .product_txt {
  padding: 20px 0;
  margin-bottom: 0;
}
.c_business02 .product .c_link {
  margin-left: -16px;
  background: transparent;
  display: inline;
  border: 0;
}
.c_business02 .interview {
  margin-bottom: 40px;
}
.c_business02 .interview .c_ttl03 {
  margin-bottom: 20px;
}
.c_business02 .interview .c_postlist {
  display: grid;
  grid-template-columns: 1fr;
}
.c_business02 .interview .c_postlist__item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 20px;
}
.c_business02 .interview .c_postlist__item .post_content {
  padding: 0 0;
}
.c_business02 .interview .c_postlist .img {
  width: 100%;
  margin: 0;
}
.c_business02 .interview .c_postlist [class*=c_txt_22] {
  padding-bottom: 13px;
}
.c_business02 .interview .c_postlist_01 {
  grid-template-columns: 1fr !important;
}
.c_business02 .interview .c_postlist_01 .c_postlist__item {
  max-width: 610px;
}
.c_business .c_postlist__item img {
  border-radius: 10px;
}
.c_business .c_banner02 {
  margin-top: 60px;
}
.c_business .modalArea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 144px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 99;
}
.c_business .modalArea.show {
  pointer-events: all;
  opacity: 1;
}
.c_business .modalArea__inner {
  width: 100%;
  height: 100%;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 80px);
  z-index: 100;
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}
.c_business .modalArea .modal_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.c_business .modal {
  height: 100%;
  max-height: 495px;
  position: absolute;
  display: none;
}
.c_business .modal .content {
  overflow: auto;
  overflow-y: hidden;
  height: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.c_business .modal .content::-webkit-scrollbar {
  height: 5px;
}
.c_business .modal .content::-webkit-scrollbar-track {
  border-radius: 8px;
}
.c_business .modal .content::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 8px;
}
.c_business .modal .content::-webkit-scrollbar-thumb:hover {
  background: #FFF;
}
.c_business .modal .close {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  background: #FFF;
  top: 0;
  right: 0;
  transform: translate(40%, -40%) rotate(45deg);
  z-index: 1;
  cursor: pointer;
  transition: 0.5s;
}
.c_business .modal .close:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.c_business .modal .close::after, .c_business .modal .close::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #405365;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.c_business .modal .close::before {
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
}
.c_business .modal_frame {
  padding: 0 0 10px;
}
.c_business .modal_frame .img {
  width: 580px;
}
.c_business .modal_frame .img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 769px) {
  .c_business .c_topic {
    margin-top: 22px;
    margin-bottom: 57px;
  }
  .c_business__item {
    margin-bottom: 121px;
  }
  .c_business .c_ttl01 {
    margin-bottom: 41px;
  }
  .c_business01 [class*=c_txt_16] {
    margin-bottom: 36px;
  }
  .c_business01 .img {
    pointer-events: none;
  }
  .c_business02 {
    margin-bottom: 120px;
  }
  .c_business02 .c_accordion__ttl::after {
    right: 40px;
  }
  .c_business02 .c_accordion__ttl::before {
    right: 40px;
  }
  .c_business02 .c_accordion .c_ttl05 {
    padding: 22px 11px;
  }
  .c_business02 .c_accordion .c_ttl05__ctx .ttl {
    font-size: 1.875rem;
  }
  .c_business02 .c_accordion .context .txt {
    padding: 36px 0 35px;
  }
  .c_business02 .c_accordion .context .img {
    margin-bottom: 98px;
  }
  .c_business02 .product {
    margin-bottom: 20px;
  }
  .c_business02 .product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .c_business02 .product_l {
    width: 48.275862069%;
  }
  .c_business02 .product_r img {
    max-height: none;
  }
  .c_business02 .product_r {
    max-width: 100%;
    margin: 0;
    width: 39.9137931034%;
  }
  .c_business02 .product .c_ttl03 {
    margin-bottom: 0;
  }
  .c_business02 .product_txt {
    padding: 30px 0;
  }
  .c_business02 .product .c_link {
    margin-left: 0;
  }
  .c_business02 .product .c_link_blank[target=_blank] {
    padding: 22px 20px 21px 26px;
  }
  .c_business02 .product .c_link_blank[target=_blank]::after {
    left: 0;
  }
  .c_business02 .interview .c_ttl03 {
    margin-bottom: 33px;
  }
  .c_business02 .interview .c_postlist {
    grid-gap: 40px;
  }
  .c_business02 .interview .c_postlist__item {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    width: unset;
    max-width: unset;
    grid-gap: 0;
    display: flex;
  }
  .c_business02 .interview .c_postlist__item .post_content {
    padding: 20px 0;
  }
  .c_business02 .interview .c_postlist .img {
    max-width: 232px;
    margin: 0 30px 0 0;
  }
  .c_business .c_banner02 {
    margin-top: 91px;
  }
  .c_business .modal_frame .img {
    height: 100%;
  }
  .c_business .modal_frame .img img {
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@media screen and (min-width: 1024px) {
  .c_business02 .interview {
    margin-bottom: 119px;
  }
  .c_business02 .interview .c_postlist {
    grid-template-columns: 1fr 1fr;
  }
  .c_business .modalArea__inner {
    padding: 51px 46px 48px 59px;
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1440px) {
  .c_business .modalArea__inner {
    width: 100%;
    max-width: 1160px;
  }
}
/*# sourceMappingURL=business.css.map */
