.site-main--company {
  background: #f7f7f7;
}

.page-block {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-block .company-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-block .company-list .item {
  position: relative;
  margin-top: 50px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .page-block .company-list .item {
    width: calc(33.3% - 16.6px);
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .company-list .item {
    width: calc(33.3% - 33.3px);
    margin-right: 50px;
  }
}
.page-block .company-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-block .company-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-block .company-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .company-list .item a:hover .item__thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-block .company-list .item a:hover .item__column__title .text span {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .page-block .company-list .item a:hover .item__column__btn .icon:before {
    -webkit-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }
}
.page-block .company-list .item a .item__thumb {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .page-block .company-list .item a .item__thumb {
    aspect-ratio: 4/3;
  }
}
.page-block .company-list .item a .item__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.page-block .company-list .item a .item__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-block .company-list .item a .item__column__title {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .page-block .company-list .item a .item__column__title {
    padding: 25px;
  }
}
.page-block .company-list .item a .item__column__title .text {
  position: relative;
  overflow: hidden;
}
.page-block .company-list .item a .item__column__title .text span {
  display: inline-block;
  font-size: 15px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1200px) {
  .page-block .company-list .item a .item__column__title .text span {
    font-size: 20px;
  }
}
.page-block .company-list .item a .item__column__title .text span:after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
}
.page-block .company-list .item a .item__column__btn {
  position: relative;
  width: 50px;
}
@media screen and (min-width: 1024px) {
  .page-block .company-list .item a .item__column__btn {
    width: 70px;
  }
}
.page-block .company-list .item a .item__column__btn .icon {
  position: relative;
  background: #0F3092;
  width: 100%;
  height: 100%;
}
.page-block .company-list .item a .item__column__btn .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.page-block .company-list .item a .item__column__btn .icon svg {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
}
@media screen and (min-width: 1024px) {
  .page-block .company-list .item a .item__column__btn .icon svg {
    width: 18px;
  }
}
.page-block .company-list .item a .item__column__btn .icon svg path {
  fill: #fff;
}
.page-block .company-list .item.is-in {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .page-block .profile__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-block .profile__block:not(:first-child) {
  border-top: 2px dashed #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-block .profile__block:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.page-block .profile__block dt, .page-block .profile__block dd {
  line-height: 1.4em;
}
.page-block .profile__block dt {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .page-block .profile__block dt {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .profile__block dt {
    width: 300px;
  }
}
.page-block .profile__block dd {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-block .profile__block dd {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-block .profile__block dd a {
  text-decoration: underline;
  color: #0F3092;
}
.page-block .profile__block dd .address:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-block .profile__block dd .address:not(:first-child) {
    margin-top: 25px;
  }
}
.page-block .profile__block dd .address__title {
  font-weight: 900;
  color: #0F3092;
}
.page-block .profile__block dd .address__list {
  margin-top: 10px;
}
.page-block .profile__block dd .address__list__item:not(:first-child) {
  margin-top: 10px;
}
.page-block .profile__block dd .num-list {
  counter-reset: num;
}
.page-block .profile__block dd .num-list__item {
  position: relative;
  counter-increment: num;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .page-block .profile__block dd .num-list__item {
    padding-left: 25px;
  }
}
.page-block .profile__block dd .num-list__item::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
}
.page-block .profile__block dd .num-list__item:not(:first-child) {
  margin-top: 10px;
}
.page-block .profile__block dd .license:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-block .profile__block dd .license:not(:first-child) {
    margin-top: 25px;
  }
}
.page-block .profile__block dd .gmap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.page-block .profile__block dd .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-block .message {
  position: relative;
  overflow: hidden;
}
.page-block .message .wrap {
  max-width: 1000px;
}
.page-block .message__title {
  text-align: center;
  margin-bottom: clamp(3.125rem, 1.705rem + 6.06vw, 6.25rem);
}
@media screen and (min-width: 768px) {
  .page-block .message__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .page-block .message__column__img {
    width: 45%;
  }
}
.page-block .message__column__contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-block .message__column__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .message__column__contents {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-block .message__column__contents {
    margin-left: 75px;
  }
}
.page-block .message__column__contents .desc {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .page-block .message__column__contents .desc {
    font-size: 14px;
  }
}
.page-block .message__column__contents .desc p:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-block .message__column__contents .desc p:not(:first-child) {
    margin-top: 20px;
  }
}
.page-block .message__column__contents .info {
  margin-top: 20px;
  -moz-text-align-last: right;
       text-align-last: right;
}
@media screen and (min-width: 768px) {
  .page-block .message__column__contents .info {
    margin-top: 40px;
  }
}
.page-block .message__column__contents .info__name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .page-block .message__column__contents .info__name {
    margin-top: 15px;
  }
}
.page-block .message .scl-text {
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: loopLeft linear 50s infinite;
          animation: loopLeft linear 50s infinite;
  font-size: 100px;
  text-transform: capitalize;
  font-family: "Anton", sans-serif;
}
@media screen and (min-width: 1024px) {
  .page-block .message .scl-text {
    font-size: 150px;
  }
}
.page-block .message .scl-text span {
  white-space: nowrap;
  padding: 0 10px;
  color: #fff;
  text-shadow: -1px -1px 0 #212121, 1px -1px 0 #212121, -1px 1px 0 #212121, 1px 1px 0 #212121;
  opacity: 0.08;
}
@-webkit-keyframes loopLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loopLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-block .history .history-list {
  position: relative;
}
.page-block .history .history-list:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 2px;
  height: 100%;
  background: #0F3092;
}
@media screen and (min-width: 768px) {
  .page-block .history .history-list:before {
    left: 7px;
  }
}
.page-block .history .history-list .item {
  position: relative;
  width: calc(100% - 25px);
  margin-left: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-block .history .history-list .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 35px);
  }
}
@media screen and (min-width: 1024px) {
  .page-block .history .history-list .item {
    width: calc(100% - 45px);
  }
}
.page-block .history .history-list .item:not(:last-child) {
  border-bottom: 2px dashed #ccc;
}
.page-block .history .history-list .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #0F3092;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .page-block .history .history-list .item:before {
    left: -35px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .history .history-list .item:before {
    left: -45px;
  }
}
.page-block .history .history-list .item dt, .page-block .history .history-list .item dd {
  line-height: 1.4em;
}
.page-block .history .history-list .item dt {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .page-block .history .history-list .item dt {
    width: 150px;
  }
}
.page-block .history .history-list .item dd {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-block .history .history-list .item dd {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-block .blocks .block:not(:first-child) {
  margin-top: 50px;
}
.page-block .blocks .block__title {
  padding: 15px;
  background: #0F3092;
  color: #fff;
}
.page-block .blocks .block__list {
  padding: 15px;
  border: 2px solid #0F3092;
}
@media screen and (min-width: 768px) {
  .page-block .blocks .block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-block .blocks .block__list .item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-block .blocks .block__list .item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .blocks .block__list .item {
    width: 33.3333333333%;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-block .blocks .block__list .item {
    width: 25%;
  }
}
.page-block .blocks .block__list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-block .blocks .block__list .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .blocks .block__list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-block .blocks .block__list .item:nth-child(-n+4) {
    margin-top: 0;
  }
}
.page-block .blocks .block__desc {
  padding: 15px;
  border: 2px solid #0F3092;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .page-block .training .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-block .training .list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-block .training .list .item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .page-block .training .list .item {
    width: calc(50% - 25px);
    margin-top: 50px;
    margin-right: 50px;
    font-size: 15px;
  }
  .page-block .training .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .page-block .training .list .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.page-block .training .list .item:first-child {
  margin-top: 0;
}
.page-block .training .list .item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eee;
}
.page-block .training .list .item dt, .page-block .training .list .item dd {
  background: #fff;
}
.page-block .training .list .item dt {
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .page-block .training .list .item dt {
    padding-right: 15px;
  }
}
.page-block .training .list .item dd {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .page-block .training .list .item dd {
    padding-left: 15px;
  }
}

.company-menu {
  background: #212121;
  padding: 50px;
}
@media screen and (min-width: 1024px) {
  .company-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.company-menu__title {
  -moz-text-align-last: center;
       text-align-last: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .company-menu__title {
    width: auto;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
}
.company-menu__title--en {
  font-family: "Anton", sans-serif;
  font-size: 35px;
}
@media screen and (min-width: 1024px) {
  .company-menu__title--en {
    font-size: 40px;
  }
}
.company-menu__title--ja {
  margin-top: 10px;
}
.company-menu__list {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .company-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .company-menu__list {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.company-menu__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .company-menu__list a:hover .company-menu__list__item__title .text span {
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
  }
  .company-menu__list a:hover .company-menu__list__item__btn:before {
    -webkit-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }
  .company-menu__list a:hover .company-menu__list__item__btn path {
    fill: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .company-menu__list a {
    padding: 25px;
  }
}
.company-menu__list__item {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .company-menu__list__item {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .company-menu__list__item {
    width: calc(33.3% - 16.6px);
  }
}
.company-menu__list__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .company-menu__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .company-menu__list__item:nth-child(2n) {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .company-menu__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .company-menu__list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .company-menu__list__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.company-menu__list__item__title .text {
  position: relative;
  overflow: hidden;
}
.company-menu__list__item__title .text span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.company-menu__list__item__title .text span:after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
}
.company-menu__list__item__btn {
  position: relative;
  width: 35px;
  height: 35px;
  border: 1px solid #212121;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .company-menu__list__item__btn {
    width: 45px;
    height: 45px;
  }
}
.company-menu__list__item__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0F3092;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.company-menu__list__item__btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
}
.company-menu__list__item__btn svg path {
  -webkit-transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}