header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
}

@media print, (min-width: 768px) {
  footer {
    margin-top: -147px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    margin-top: -2.85rem;
  }
}
.section-top-keyvisual {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ffeb00;
  opacity: 0;
  transition: opacity 0.5s;
}
.section-top-keyvisual.start-animation {
  opacity: 1;
}
.section-top-keyvisual .keyvisual-title {
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.section-top-keyvisual .keyvisual-title p {
  margin: 0;
}
.section-top-keyvisual .keyvisual-copyright {
  font-style: italic;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  height: max-content;
  position: absolute;
}
.section-top-keyvisual .keyvisual-image::before {
  content: "";
  position: absolute;
  background: no-repeat center/auto 100%;
  z-index: -1;
  pointer-events: none;
}

.move-from-left-before:before {
  transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
  opacity: 0;
  -ms-transform: translateX(100px);
      transform: translateX(100px);
}
.move-from-left-before.start-animation:before {
  -ms-transform: translateX(0);
      transform: translateX(0);
  opacity: 1;
}

.text-animation {
  display: block;
}
.text-animation span {
  transition-timing-function: cubic-bezier(0.41, 0, 0.43, 1) !important;
  display: inline-block;
  opacity: 0;
  left: 30px;
  position: relative;
}

.image-from-left {
  -ms-transform: translateX(-100px);
      transform: translateX(-100px);
  opacity: 0;
  transition: all 0.8s ease 0.9s;
}
.image-from-left.start-animation {
  -ms-transform: translateX(0);
      transform: translateX(0);
  opacity: 1;
}

.list-from-right.contact-list li {
  transition: all 0.8s ease 0.3s;
}
.list-from-right li {
  -ms-transform: translateX(100px);
      transform: translateX(100px);
  opacity: 0;
  transition: all 0.8s ease 0.9s;
}
.list-from-right li.start-animation {
  -ms-transform: translateX(0);
      transform: translateX(0);
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    min-height: 636px;
    padding: 124px 114px;
  }
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.72rem;
    line-height: 1.386366811;
  }
  .section-top-keyvisual .keyvisual-copyright {
    font-size: 0.12rem;
    left: calc(50% - 602px);
    top: 193px;
  }
  .section-top-keyvisual .keyvisual-image::before {
    width: 100vw;
    height: 100%;
    left: 0;
  }
  .section-top-keyvisual .keyvisual-image.is-decor::before {
    background-image: url(../img/top/keyvisual_decor_02.png);
    top: 0;
  }
  .section-top-keyvisual .keyvisual-image.is-city::before {
    background-image: url(../img/top/keyvisual_decor_01.png);
    bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    min-height: 9.44rem;
    padding: 2.53rem 0.2rem;
  }
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.77rem;
    line-height: 1.3863606728;
  }
  .section-top-keyvisual .keyvisual-copyright {
    font-size: 0.07rem;
    left: 0.28rem;
    top: 1.95rem;
  }
  .section-top-keyvisual .keyvisual-image::before {
    width: 7.22rem;
    left: 0;
  }
  .section-top-keyvisual .keyvisual-image.is-decor::before {
    background-image: url(../img/top/sp/keyvisual_decor_02.png);
    top: 0;
    height: 9.46rem;
  }
  .section-top-keyvisual .keyvisual-image.is-city::before {
    background-image: url(../img/top/sp/keyvisual_decor_01.png);
    bottom: 0;
    height: 4.1rem;
  }
}
.section-top-service {
  position: relative;
}
.section-top-service::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.section-top-service .service-content {
  position: relative;
  z-index: 10;
}
.section-top-service .service-description {
  font-weight: bold;
}
.section-top-service .service-text {
  font-weight: 300;
}
.section-top-service .service-image {
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .section-top-service {
    padding: 82px 0 208px;
  }
  .section-top-service .wrapper {
    padding-left: 10px;
  }
  .section-top-service::after {
    background: url(../img/top/service_decor.png) repeat 0 0/auto 38px;
    width: 100%;
    bottom: 143px;
    top: 120px;
    left: calc(50% - 268px);
  }
  .section-top-service .service-content {
    width: 47%;
    margin-right: -10px;
    margin-left: auto;
  }
  .section-top-service .service-description {
    font-size: 0.26rem;
    line-height: 1.5326923077;
    margin-bottom: 10px;
  }
  .section-top-service .service-description mark {
    background: linear-gradient(#ffeb00, #ffeb00) no-repeat center bottom/100% 11px;
  }
  .section-top-service .service-text {
    margin-bottom: 25px;
  }
  .section-top-service .service-image {
    width: 50%;
    position: absolute;
    z-index: 20;
    top: 237px;
    margin-left: -60px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1100px) {
  .section-top-service .service-content {
    width: 52%;
  }
  .section-top-service .service-description {
    font-size: 0.24rem;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 900px) {
  .section-top-service .service-description {
    font-size: 0.22rem;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 810px) {
  .section-top-service .service-description {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-service {
    padding: 0.61rem 0 1.81rem 0.97rem;
  }
  .section-top-service::after {
    background: url(../img/top/sp/service_decor.png) repeat-y center/auto 100%;
    width: 6.5rem;
    height: 10.69rem;
    top: 0.92rem;
    left: 0.72rem;
  }
  .section-top-service .title-primary .is-english {
    padding-bottom: 0.14rem;
  }
  .section-top-service .service-description {
    font-size: 0.4rem;
    line-height: 1.51225;
    margin-bottom: 0.2rem;
  }
  .section-top-service .service-description mark {
    background: linear-gradient(#ffeb00, #ffeb00) no-repeat center bottom 0.06rem/100% 0.14rem;
  }
  .section-top-service .service-content {
    padding-right: 0.13rem;
  }
  .section-top-service .service-text {
    line-height: 1.8;
    padding-left: 0.03rem;
    margin-bottom: 0.37rem;
  }
  .section-top-service .button-primary {
    position: relative;
    left: 0.04rem;
  }
  .section-top-service .service-image {
    width: 6.6rem;
    margin-top: 0.71rem;
    margin-left: -1.32rem;
  }
}
.section-top-list .wrapper {
  position: relative;
  z-index: 10;
}
.section-top-list .wrapper::after {
  content: "";
  background: no-repeat center/auto 100%;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.section-top-list .title-primary .is-english {
  margin-bottom: 8px;
}
.section-top-list .list-text {
  font-weight: 300;
}
.section-top-list .list-block {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-top-list .list-block .item-list a {
  text-decoration: none;
}
.section-top-list .list-block .item-list a:hover .item-image img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.section-top-list .list-block .item-image {
  overflow: hidden;
}
.section-top-list .list-block .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.section-top-list .list-block .product-category {
  line-height: 1.4;
  text-align: center;
  color: #fff;
  width: max-content;
  display: block;
}
.section-top-list .list-block .item-time {
  font-weight: 300;
  line-height: 1;
  color: #000;
  display: block;
}
.section-top-list .list-block .item-title {
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.section-top-list .button-primary {
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .section-top-list {
    padding-bottom: 110px;
  }
  .section-top-list .wrapper::after {
    background-image: url(../img/top/list_decor.png);
    width: 690px;
    height: 544px;
    right: -139px;
    top: 6px;
  }
  .section-top-list .title-primary {
    margin-bottom: 20px;
  }
  .section-top-list .title-primary .is-english {
    font-size: 0.57rem;
  }
  .section-top-list .title-primary .is-japanese {
    line-height: 1;
  }
  .section-top-list .title-primary .is-japanese::after {
    left: 84px;
  }
  .section-top-list .list-text {
    margin-bottom: 34px;
  }
  .section-top-list .list-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -13px 33px;
  }
  .section-top-list .list-block .item-list {
    width: calc(25% - 26px);
    margin: 0 13px 13px;
  }
  .section-top-list .list-block .item-image {
    max-width: 260px;
    height: 185px;
    margin-bottom: 4px;
  }
  .section-top-list .list-block .product-category {
    font-size: 0.12rem;
    min-width: 40px;
    border-radius: 3px;
    padding: 0 4px;
    margin-bottom: 8px;
  }
  .is-mac .section-top-list .list-block .product-category {
    padding-bottom: 1px;
  }
  .section-top-list .list-block .item-time {
    font-size: 0.15rem;
  }
  .section-top-list .list-block .item-title {
    font-size: 0.18rem;
    letter-spacing: -0.1em;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-list {
    padding-bottom: 1.18rem;
  }
  .section-top-list .wrapper::after {
    background-image: url(../img/top/sp/list_decor.png);
    width: 6.9rem;
    height: 5.44rem;
    right: -1.92rem;
    top: -1.24rem;
  }
  .section-top-list .title-primary {
    margin-bottom: 0.22rem;
  }
  .section-top-list .title-primary .is-english {
    margin-bottom: 0.17rem;
  }
  .section-top-list .title-primary .is-japanese::after {
    width: 1.8rem;
    left: 1.62rem;
  }
  .section-top-list .tag-common {
    font-size: 0.3rem;
    min-width: 1.41rem;
    padding: 0.02rem 0.04rem 0.03rem;
  }
  .section-top-list .list-content {
    padding-left: 0.15rem;
    margin-bottom: 0.5rem;
  }
  .section-top-list .list-text {
    line-height: 1.8;
    margin-bottom: 0;
  }
  .section-top-list .list-block {
    margin-bottom: 0.96rem;
  }
  .section-top-list .list-block .item-list:not(:last-child) {
    margin-bottom: 0.33rem;
  }
  .section-top-list .list-block .item-image {
    width: 6.5rem;
    height: 4.62rem;
    margin-bottom: 0.15rem;
  }
  .section-top-list .list-block .item-content {
    padding-left: 0.1rem;
  }
  .section-top-list .list-block .product-category {
    font-size: 0.3rem;
    line-height: 1;
    height: 0.42rem;
    border-radius: 0.07rem;
    padding: 0.05rem 0.1rem 0.07rem;
    margin-bottom: 0.1rem;
  }
  .section-top-list .list-block .item-time {
    font-size: 0.3rem;
    margin: 0.04rem 0 0.01rem;
    margin-bottom: 0.1rem;
  }
  .section-top-list .list-block .item-title {
    font-size: 0.38rem;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1100px) {
  .section-top-list .wrapper {
    max-width: 800px;
    margin: 0 auto;
  }
  .section-top-list .list-block .item-list {
    width: calc(33.33% - 26px);
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 830px) {
  .section-top-list .list-block .item-title {
    font-size: 0.16rem;
  }
}
.section-top-company {
  background: no-repeat center 0/cover;
}
.section-top-company .company-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-top-company .company-image {
  border-radius: 100%;
  background: #ffeb00;
  transition: 0.3s ease;
}
.section-top-company .company-item {
  background: #fff;
  border: 1px solid #b5b5b6;
  transition: 0.3s ease;
}
.section-top-company .company-item:hover {
  background: #ffeb00;
  border-color: #ffeb00;
}
.section-top-company .company-item:hover .company-image {
  background: #fff;
}
.section-top-company .company-link {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
}
.section-top-company .company-link::after {
  content: "";
  position: absolute;
  background: url(../img/top/company_decor.svg) no-repeat 0 0/auto 100%;
}
.section-top-company .company-title {
  text-align: center;
  margin-bottom: 0;
}
.section-top-company .company-title .is-japanese {
  font-weight: 500;
  display: block;
}
.section-top-company .company-title .is-english {
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #b5b5b6;
  display: block;
}
.section-top-company .company-image {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.section-top-company .company-image img {
  position: relative;
}

@media print, (min-width: 768px) {
  .section-top-company {
    background-image: url(../img/top/company_bg.jpg);
    padding: 44px 0 209px;
  }
  .section-top-company .title-secondary {
    margin-bottom: 40px;
  }
  .section-top-company .company-list {
    margin: 0 -8px;
  }
  .section-top-company .company-item {
    width: calc(20% - 16px);
    margin: 0 8px 8px;
  }
  .section-top-company .company-link {
    padding: 54px 10px 52px;
  }
  .section-top-company .company-link::after {
    width: 17px;
    height: 18px;
    right: 9px;
    bottom: 12px;
  }
  .section-top-company .company-title .is-japanese {
    font-size: 0.23rem;
    padding-bottom: 1px;
  }
  .section-top-company .company-title .is-english {
    font-size: 0.15rem;
  }
  .section-top-company .company-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    position: relative;
    left: 2px;
    top: 2px;
  }
  .section-top-company .company-image img {
    top: 2px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1100px) {
  .section-top-company .company-list {
    max-width: 800px;
    margin: 0 auto;
  }
  .section-top-company .company-item {
    width: calc(33.33% - 16px);
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 900px) {
  .section-top-company .company-title .is-japanese {
    font-size: 0.18rem;
  }
  .section-top-company .company-title .is-english {
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-company {
    background-image: url(../img/top/sp/company_bg.jpg);
    padding: 0.5rem 0 3.62rem;
  }
  .section-top-company .title-secondary {
    margin-bottom: 0.71rem;
  }
  .section-top-company .company-list {
    padding: 0 0.22rem;
    margin: 0 -0.11rem;
  }
  .section-top-company .company-item {
    width: calc(50% - 0.22rem);
    margin: 0 0.11rem 0.27rem;
  }
  .section-top-company .company-link {
    padding: 0.75rem 0.1rem 0.72rem;
  }
  .section-top-company .company-link::after {
    width: 0.23rem;
    height: 0.23rem;
    right: 0.18rem;
    bottom: 0.18rem;
  }
  .section-top-company .company-title .is-japanese {
    font-size: 0.32rem;
    padding-bottom: 0.05rem;
  }
  .section-top-company .company-title .is-english {
    font-size: 0.21rem;
  }
  .section-top-company .company-image {
    width: 1.39rem;
    height: 1.39rem;
    margin: 0 auto 0.27rem;
  }
  .section-top-company .company-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-top-company .company-item:first-child .company-image img {
    top: 0.07rem;
  }
  .section-top-company .company-item:nth-child(2) .company-image img {
    top: 0.04rem;
  }
}
/*# sourceMappingURL=top.css.map */