/*------------------------------------------------

p-company-message

-------------------------------------------------*/
.p-company-message {
  position: relative;
  padding-top: 7.6388888889vw;
  padding-bottom: 20.8333333333vw;
}
.p-company-message .p-company-message__bg {
  position: absolute;
  background: url(../../images/company/message-bg.png) no-repeat;
  background-size: cover;
  width: 77%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-company-message .p-company-message__area {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-company-message .p-company-message__area.isActive {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-company-message .p-company-message__area--inner {
  max-width: 79.1666666667vw;
}
.p-company-message .p-company-message__area--inner .-name {
  margin-top: 3.4722222222vw;
  font-size: 1.3888888889vw;
  line-height: 1.8;
  font-weight: 400;
  text-align: right;
}
.p-company-message .p-company-message__area-txtbox {
  width: 69.4444444444vw;
  margin-inline: auto;
}
.p-company-message .p-company-message__area-txtbox .-txt {
  margin-top: 1.3888888889vw;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.8;
}
.p-company-message .p-company-message__area-imgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 3.4722222222vw;
  margin-right: calc(50% - 50vw);
}
.p-company-message .p-company-message__area-imgbox .-img {
  position: relative;
}
.p-company-message .p-company-message__area-imgbox .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-message .p-company-message__area-imgbox .-img::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.7777777778vw;
  background: -webkit-gradient(linear, right top, left top, from(#dbeeff), to(#0097d9));
  background: linear-gradient(to left, #dbeeff 0%, #0097d9 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.p-company-message .p-company-message__info {
  margin-top: 13.8888888889vw;
  background-color: #fff;
  padding: 4.1666666667vw 0 6.9444444444vw;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-company-message .p-company-message__info.isActive {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-company-message .p-company-message__info--ttl .-jp {
  color: #1e1e1e;
}
.p-company-message .p-company-message__info--ttl .-en {
  color: #185aa5;
}
.p-company-message .p-company-message__info-block {
  margin: auto;
  margin-top: 4.1666666667vw;
  max-width: 43.0555555556vw;
}
.p-company-message .p-company-message__info-block tr {
  border-bottom: 1px dotted #b2b0b0;
  display: block;
  padding: 1.0416666667vw 0;
}
.p-company-message .p-company-message__info-block th {
  width: 15.2777777778vw;
  text-align: left;
  font-size: 1.1111111111vw;
  font-weight: bold;
}
.p-company-message .p-company-message__info-block td {
  width: calc(100% - 15.2777777778vw);
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.8;
}
.p-company-message .p-company-message__info-block td a {
  color: #1e1e1e;
}
@media screen and (max-width: 1024px) {
  .p-company-message .p-company-message__area-txtbox .-txt {
    font-size: 1.3194444444vw;
  }
  .p-company-message .p-company-message__area--inner .-name {
    font-size: 1.3194444444vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company-message {
    padding-top: 21.3333333333vw;
    padding-bottom: 53.3333333333vw;
  }
  .p-company-message .p-company-message__bg {
    position: absolute;
    background: url(../../images/company/message-bg-sp.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .p-company-message .p-company-message__area--inner {
    max-width: 100%;
  }
  .p-company-message .p-company-message__area--inner .-name {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .p-company-message .p-company-message__area-txtbox {
    width: 100%;
    margin-right: 0;
  }
  .p-company-message .p-company-message__area-txtbox .-txt {
    margin-top: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-company-message .p-company-message__area-imgbox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 10.6666666667vw;
    margin-right: inherit;
  }
  .p-company-message .p-company-message__area-imgbox .-img::after {
    height: 5.3333333333vw;
  }
  .p-company-message .p-company-message__info {
    margin-top: 16vw;
    padding: 18.6666666667vw 0 10.6666666667vw;
  }
  .p-company-message .p-company-message__info-block {
    margin: auto;
    margin-top: 13.3333333333vw;
    padding: 0 3.4666666667vw;
    max-width: 100%;
  }
  .p-company-message .p-company-message__info-block tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4vw 0;
  }
  .p-company-message .p-company-message__info-block th {
    width: 100%;
    text-align: left;
    font-size: 4.2666666667vw;
  }
  .p-company-message .p-company-message__info-block td {
    width: 100%;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

/*------------------------------------------------

p-company-license

-------------------------------------------------*/
.p-company-license {
  position: relative;
  margin-top: -13.8888888889vw;
  padding: 22.9166666667vw 0 11.1111111111vw;
}
.p-company-license .p-company-license__bg {
  position: absolute;
  background: url(../../images/company/license-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-company-license .p-company-license__area {
  background-color: #fff;
  padding: 4.1666666667vw 0 6.9444444444vw;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-company-license .p-company-license__area.isActive {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-company-license .p-company-license__area .p-company-license__area--ttl .-jp {
  color: #1e1e1e;
}
.p-company-license .p-company-license__area .p-company-license__area--ttl .-en {
  color: #185aa5;
}
.p-company-license .p-company-license__area-block {
  margin: auto;
  margin-top: 4.1666666667vw;
  width: 43.0555555556vw;
}
.p-company-license .p-company-license__area-block .-item {
  padding: 1.3888888889vw 0;
  text-align: center;
  border-bottom: 1px dotted #b2b0b0;
}
.p-company-license .p-company-license__area-block .-item:last-child {
  border-bottom: none;
}
.p-company-license .p-company-license__area-block .-txt {
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.8;
}
.p-company-license .p-company-license__area-block .-txt.-mt {
  margin-top: 2.0833333333vw;
}
.p-company-license .p-company-license__area-block li {
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-company-license .p-company-license__area-block .-txt {
    font-size: 1.3194444444vw;
  }
  .p-company-license .p-company-license__area-block li {
    font-size: 1.3194444444vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company-license {
    margin-top: -42.6666666667vw;
    padding: 53.3333333333vw 0 42.6666666667vw;
  }
  .p-company-license .p-company-license__bg {
    position: absolute;
    background: url(../../images/company/license-bg-sp.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .p-company-license .p-company-license__area {
    padding: 13.3333333333vw 0 16vw;
  }
  .p-company-license .p-company-license__area-block {
    margin-top: 8vw;
    width: 100%;
    padding: 0 1.3888888889vw;
  }
  .p-company-license .p-company-license__area-block .-item {
    padding: 5.3333333333vw 0;
  }
  .p-company-license .p-company-license__area-block .-txt {
    font-size: 4.2666666667vw;
  }
  .p-company-license .p-company-license__area-block .-txt.-mt {
    margin-top: 8vw;
  }
  .p-company-license .p-company-license__area-block li {
    font-size: 4.2666666667vw;
  }
}

/*------------------------------------------------

p-company-access

-------------------------------------------------*/
.p-company-access {
  position: relative;
  padding-top: 11.8055555556vw;
  padding-bottom: 20.8333333333vw;
}
.p-company-access .p-company-access__bg {
  position: absolute;
  background: url(../../images/company/access-bg.png) no-repeat;
  background-size: cover;
  width: 77%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.p-company-access .p-company-access--ttl .-jp {
  color: #1e1e1e;
}
.p-company-access .p-company-access--ttl .-en {
  color: #185aa5;
}
.p-company-access .p-company-access__map {
  margin-top: 3.3333333333vw;
}
.p-company-access .p-company-access__map iframe {
  width: 100%;
  height: 27.7777777778vw;
}
.p-company-access .p-company-access__info {
  margin-top: 3.4722222222vw;
}
.p-company-access .p-company-access__info .-txtbox {
  width: calc(100% - 38.8888888889vw);
}
.p-company-access .p-company-access__info .-txt {
  font-size: 1.3888888889vw;
  font-weight: 400;
  line-height: 1.8;
}
.p-company-access .p-company-access__info .-txt a {
  color: #1e1e1e;
}
.p-company-access .p-company-access__info .-img {
  width: 31.9444444444vw;
  margin-left: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .p-company-access {
    padding-top: 21.3333333333vw;
    padding-bottom: 66.6666666667vw;
  }
  .p-company-access .p-company-access__bg {
    position: absolute;
    background: url(../../images/company/access-bg-sp.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .p-company-access .p-company-access__map {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 12.8vw;
  }
  .p-company-access .p-company-access__map iframe {
    width: 100%;
    height: 80vw;
  }
  .p-company-access .p-company-access__info {
    margin-top: 9.3333333333vw;
  }
  .p-company-access .p-company-access__info .-txtbox {
    width: 100%;
  }
  .p-company-access .p-company-access__info .-txt {
    font-size: 5.3333333333vw;
  }
  .p-company-access .p-company-access__info .-img {
    width: 100%;
    margin-top: 8vw;
    margin-left: 0vw;
  }
}
/*# sourceMappingURL=company.css.map */