@font-face {
  font-family: 'Noto Sans JP';
  src: url(/asset/fonts/NotoSansJP-VariableFont_wght.ttf) format('truetype');
  font-style: normal;
  font-display: swap;
}
.company .title__main {
  width: 34.7%;
}
@media screen and (max-width: 767px) {
  .company .title__main {
    width: 95%;
  }
}
.company .company__contents {
  margin: 90px auto 0;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 98%;
}
.company .company__item {
  width: 29%;
  aspect-ratio: 1.39/1;
}
.company .company__item:nth-child(n + 4) {
  margin-top: 50px;
}
.company .company__item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
  aspect-ratio: 1.39/1;
  border-radius: 20px;
  position: relative;
}
.company .company__item a::before {
  position: absolute;
  content: '';
  box-sizing: border-box;
  width: 37px;
  height: 37px;
  right: 20px;
  bottom: 30px;
  mask: url(/asset/images/common/button_y.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff;
}
.company .company__item a .company__sub {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}
.company .company__item a {
  background-repeat: no-repeat;
  background-position: center 16px;
  background-size: 38% auto;
}
.company .company__item a.company__profile {
  background-color: #3780c0;
  padding-bottom: 2.5em;
  background-image: url(/asset/images/top/company_profile.png);
}
.company .company__item a.company__message {
  background-color: #5a9ed7;
  padding-bottom: 1em;
  background-image: url(/asset/images/top/company_message.png);
}
.company .company__item a.company__services {
  background-color: #61b9e9;
  padding-bottom: 2.5em;
  background-image: url(/asset/images/top/company_services.png);
}
.company .company__item a.company__offices {
  background-color: #68c7f0;
  padding-bottom: 2.5em;
  background-image: url(/asset/images/top/company_offices.png);
}
.company .company__item a.company__group {
  background-color: #65d4f1;
  padding-bottom: 1em;
  background-image: url(/asset/images/top/company_group.png);
}
.company .company__item a.company__policy {
  background-color: #59c1d5;
  padding-bottom: 2.5em;
  background-image: url(/asset/images/top/company_policy.png);
}
.company .company__item a:hover {
  background-color: #7fc7e5;
}
@media screen and (max-width: 767px) {
  .company .company__contents {
    justify-content: center;
    margin-top: 8vw;
  }
  .company .company__item {
    width: 78%;
    margin-top: 9vw;
    aspect-ratio: 1/0.85;
  }
  .company .company__item:nth-child(n + 4) {
    margin-top: 9vw;
  }
  .company .company__item a {
    border-radius: 10px;
    display: block;
    aspect-ratio: 1/0.85;
  }
  .company .company__item a::before {
    width: 10%;
    height: 10vw;
    bottom: 0;
    right: 45%;
  }
  .company .company__item a .company__sub {
    font-size: 5vw;
    line-height: 1.2;
  }
  .company .company__item a.company__profile {
    padding-bottom: 4em;
  }
  .company .company__item a.company__message {
    padding-right: 0;
    padding-bottom: 3.2em;
  }
  .company .company__item a.company__services {
    padding-bottom: 4em;
    padding-right: 0;
  }
  .company .company__item a.company__offices {
    padding-bottom: 4em;
    padding-right: 0;
  }
  .company .company__item a.company__group {
    padding-right: 0;
    padding-bottom: 3.2em;
  }
  .company .company__item a.company__policy {
    padding-right: 0;
    padding-bottom: 3.2em;
  }
}
.overview .title__main {
  width: auto;
}
.overview .title__main img {
  width: auto;
  height: 55px;
  display: block;
}
@media screen and (max-width: 767px) {
  .overview .title__main img {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .overview .title__main .page__title {
    padding-right: 4em;
  }
}
.overview .title__top {
  background-image: url(/asset/images/company/overview_title_bg.jpg);
}
.overview__list {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .overview__list {
    font-size: 4.6vw;
    width: 96%;
    margin: 0 auto;
  }
}
.overview__list dt {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  background-color: #f2fafd;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .overview__list dt {
    width: 30%;
  }
}
.overview__list dd {
  display: table-cell;
  vertical-align: top;
  width: 80%;
  text-align: left;
  border-left: 1px solid #ccc;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .overview__list dd {
    width: 70%;
  }
}
.page .overview__list:last-child {
  border-bottom: 1px solid #ccc;
}
.overview__map {
  width: 100%;
  margin: 20px auto 0;
}
.overview__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.33/1;
}
.message .title__main {
  width: auto;
}
.message .title__main img {
  width: 293px;
  display: block;
}
@media screen and (max-width: 767px) {
  .message .title__main img {
    width: 50%;
  }
}
.message .title__top {
  background-image: url(/asset/images/company/message_title_bg.jpg);
}
.message__content {
  width: 100%;
  overflow: hidden;
}
.message__content .message__image {
  width: 22%;
  max-width: 270px;
  float: right;
  margin: 0 0 10px 30px;
}
.message__content .message__image + p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .message__content .message__image {
    width: 90%;
    max-width: none;
    float: none;
    margin: 0 auto 10px;
  }
}
.message__content p {
  margin-top: 1em;
}
.message__content p.message__author {
  text-align: right;
  font-size: 120%;
  margin-top: 2em;
}
.message__content p.message__author_name {
  width: 292px;
  margin-top: 2em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .message__content p.message__author_name {
    width: 60%;
  }
}
.message__content p.message__lead {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .message__content p.message__lead {
    font-size: 5vw;
    margin-bottom: 7vw;
    font-weight: 900;
  }
}
.business .title__main {
  width: auto;
}
.business .title__main img {
  width: 293px;
  display: block;
}
@media screen and (max-width: 767px) {
  .business .title__main img {
    width: 50%;
  }
}
.business .title__top {
  background-image: url(/asset/images/company/business_title_bg.jpg);
}
@supports (background-image: url('/asset/images/company/business_title_bg.webp')) {
  .business .title__top {
    background-image: url(/asset/images/company/business_title_bg.webp);
  }
}
.organization_chart .title__main {
  width: auto;
}
.organization_chart .title__main img {
  width: 293px;
  display: block;
}
@media screen and (max-width: 767px) {
  .organization_chart .title__main img {
    width: 50%;
  }
}
.organization_chart .title__top {
  background-image: url(/asset/images/company/organization_chart_title_bg.jpg);
}
@supports (background-image: url('/asset/images/company/organization_chart_title_bg.webp')) {
  .organization_chart .title__top {
    background-image: url(/asset/images/company/organization_chart_title_bg.webp);
  }
}
.organization_chart .organization_chart__img {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .organization_chart .organization_chart__img {
    width: 100%;
    margin-top: 6vw;
  }
}
.organization_chart .organization_chart__office {
  font-size: 30px;
  font-weight: 600;
  margin-top: 1em;
  line-height: 2;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .organization_chart .organization_chart__office {
    font-size: 6.2vw;
  }
}
.organization_chart .organization_chart__address {
  margin: 20px 0 20px;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.organization_chart .organization_chart__address .organization_chart__map {
  width: 30%;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .organization_chart .organization_chart__address .organization_chart__map {
    width: 100%;
    margin: 6vw 0 6vw;
  }
}
.organization_chart .organization_chart__route {
  font-weight: 600;
  color: #009ce5;
}
.organization_chart .overview__map {
  width: 70%;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .organization_chart .overview__map {
    width: 100%;
  }
}
.group .title__main {
  width: auto;
}
.group .title__main img {
  width: 293px;
  display: block;
}
@media screen and (max-width: 767px) {
  .group .title__main img {
    width: 50%;
  }
}
.group .title__top {
  background-image: url(/asset/images/company/group_title_bg.jpg);
}
@media screen and (max-width: 767px) {
  .group .title__top .content {
    aspect-ratio: unset;
  }
}
@supports (background-image: url('/asset/images/company/group_title_bg.webp')) {
  .group .title__top {
    background-image: url(/asset/images/company/group_title_bg.webp);
  }
}
.group .group__links {
  width: 590px;
  margin: 65px auto 0;
}
.group .group__links li {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .group .group__links li {
    margin-top: 6vw;
  }
}
.group .group__links li a {
  display: block;
  border: 1px solid #3b335b;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.3s;
}
.group .group__links li a:hover {
  opacity: 0.5;
}
.group .group__links li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .group .group__links {
    width: 100%;
    margin: 6vw auto 0;
  }
}
.group .group__strength {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .group .group__strength {
    width: 100%;
    margin: 6vw auto 0;
  }
}
.compliance .title__main {
  width: auto;
}
.compliance .title__main img {
  width: 293px;
  display: block;
}
@media screen and (max-width: 767px) {
  .compliance .title__main img {
    width: 50%;
  }
}
.compliance .title__top {
  background-image: url(/asset/images/company/compliance_title_bg.jpg);
}
@supports (background-image: url('/asset/images/company/compliance_title_bg.webp')) {
  .compliance .title__top {
    background-image: url(/asset/images/company/compliance_title_bg.webp);
  }
}
.customer .title__main {
  width: auto;
}
.customer .title__main img {
  width: 293px;
  display: block;
}
@media screen and (max-width: 767px) {
  .customer .title__main img {
    width: 50%;
  }
}
.customer .title__top {
  background-image: url(/asset/images/company/compliance_title_bg.jpg);
}
@supports (background-image: url('/asset/images/company/compliance_title_bg.webp')) {
  .customer .title__top {
    background-image: url(/asset/images/company/compliance_title_bg.webp);
  }
}
.customerharassment .title__main {
  width: auto;
}
.customerharassment .title__main img {
  width: 293px;
  display: block;
}
@media screen and (max-width: 767px) {
  .customerharassment .title__main img {
    width: 49.52%;
  }
}
.customerharassment .title__top {
  background-image: url(/asset/images/company/compliance_title_bg.jpg);
}
@supports (background-image: url('/asset/images/company/compliance_title_bg.webp')) {
  .customerharassment .title__top {
    background-image: url(/asset/images/company/compliance_title_bg.webp);
  }
}
