<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainmv {
  position: relative;
}

.mainmv__heading {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.mainmv__title {
  margin: 0px 0px 0px 2%;
}

.mainmv__title span {
  display: block;
}

.mainmv__title-large {
  color: #053a86;
  font-size: 7.2vw;
  font-size: clamp(2rem, 7.2vw, 3.2rem);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.mainmv__title-small {
  color: #000000;
  font-size: 5vw;
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.mainmv__title-gradient {
  width: 62%;
}

@media only screen and (min-width: 481px) {
  #mainmv .mainmv__title-large {
    font-size: 32px;
  }
  #mainmv .mainmv__title-small {
    font-size: 22px;
  }
}

.top-news__inner {
  max-height: 360px;
  overflow-y: auto;
}

.top-news__item {
  padding: 10px;
}

.top-news__item:nth-child(odd) {
  background-color: #f5f5f5;
}

.top-news__item-date {
  margin-bottom: 4px;
}

.top-news__item-date time {
  color: #1a76a7;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.top-news__item-link,
.top-news__item a {
  display: block;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  font-family: "Noto Sans JP", sans-serif;
}

.top-news__item-link:hover,
.top-news__item a:hover {
  color: #1a76a7;
}

.top-order {
  background: #ecf9fd url("./../images/s2_bg.png") no-repeat center center/cover;
}

.top-order__desc p {
  font-size: 15px;
  letter-spacing: 0.1em;
}

.top-order__gallery {
  width: 100%;
}

.top-order__list:first-child {
  width: 56%;
}

.top-order__list:last-child {
  margin-right: 0;
  width: 41%;
}

.top-order__item.item02 {
  margin-bottom: 8%;
}

.top-products {
  background: url("./../images/s2_deco01.png") no-repeat left top/100% auto, url("./../images/s2_deco02.png") no-repeat bottom right/100% auto;
}

.top-products__item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.top-products__item:nth-child(even) {
  margin-right: 0;
}

.top-products__item a {
  text-decoration: none;
}

.top-products__item-img {
  overflow: hidden;
  border: 2px solid #053a86;
}

.top-products__item-body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 76%;
  height: 58px;
  margin: 0 auto;
  margin-top: -29px;
  background-color: #053a86;
}

.top-products__item-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 400px) {
  .top-products__item-body {
    height: 50px;
    margin-top: -25px;
  }
  .top-products__item-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 380px) {
  .top-products__item-body {
    height: 46px;
    margin-top: -23px;
  }
  .top-products__item-title {
    font-size: 13px;
  }
}

.top-about__header {
  position: relative;
  padding-bottom: 185px;
  background: url("./../images/s4_bg.png") no-repeat center center/cover;
}

.top-about__desc p {
  color: #ffffff;
  font-size: 15px;
}

.top-about__list {
  margin-top: -156px;
}

.top-about__item {
  position: relative;
  width: 315px;
  margin: 0px auto;
  margin-bottom: 25px;
}

.top-about__item:last-child {
  margin-bottom: 0;
}

.top-about__item a {
  text-decoration: none;
}

.top-about__item-img {
  overflow: hidden;
  border-radius: 50%;
}

.top-about__item .circle-point {
  position: absolute;
  z-index: 2;
  top: -11px;
  right: 0;
  width: 92px;
  height: 92px;
  border-radius: 92px;
  padding-top: 5px;
}

.top-about__item-body {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 29px;
}

.top-about__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 173px;
  min-height: 32px;
  padding-left: 25px;
  background-color: #ffffff;
}

.top-about__item-text p {
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}

.top-about__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 233px;
  min-height: 32px;
  padding-left: 25px;
  background-color: #053a86;
}

.top-about__item-title h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 400px) {
  .top-about__header {
    padding-bottom: 165px;
  }
  .top-about__list {
    margin-top: -134px;
  }
  .top-about__item {
    width: 280px;
  }
  .top-about__item .circle-point {
    width: 80px;
    height: 80px;
  }
  .top-about__item-body {
    bottom: 26px;
  }
  .top-about__item-text {
    width: 155px;
    min-height: 30px;
    padding-left: 18px;
  }
  .top-about__item-text p {
    font-size: 14px;
  }
  .top-about__item-title {
    width: 205px;
    min-height: 30px;
    padding-left: 18px;
  }
  .top-about__item-title h4 {
    font-size: 16px;
  }
}

.top-bnr__item {
  width: 330px;
  margin: 0px auto;
  margin-bottom: 15px;
}

.top-bnr__item:last-child {
  margin-bottom: 0;
}

.top-bnr__item a {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.top-bnr__item a::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px solid #053a86;
}

.top-bnr__item-icon {
  display: inline-block;
}

.top-bnr__item-icon img {
  max-height: 37px;
}

.top-bnr__item-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  padding: 0px 20px 0px 80px;
}

.top-bnr__item-icon {
  position: absolute;
  left: 48px;
  margin-top: 6px;
}

.top-bnr__item-title span {
  display: block;
  line-height: 1;
  text-align: center;
}

.top-bnr__item-title-en {
  color: #053a86;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 8px;
}

.top-bnr__item-title-ja {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 400px) {
  .top-bnr__item {
    width: 295px;
  }
  .top-bnr__item-icon {
    left: 38px;
  }
  .top-bnr__item-icon img {
    max-height: 35px;
  }
  .top-bnr__item-title-en {
    font-size: 19px;
  }
  .top-bnr__item-title-ja {
    font-size: 15px;
  }
}
</pre></body></html>