<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

hr {
  border-color: #e0e0e0
}

.u-icon-chevronRight.u-icon-blue:before {
  background-image: url(/assets/images/icons/blue/ic_chevron_right.svg)
}

@media screen and (max-width:959px) {
  .c-br-small-hidden {
    display: none
  }
}

/*! =========================================================
 _Globalnav
========================================================= */
.g-siteHeader-02 .g-headerNav_listItem:nth-child(1) .g-headerNav_listItemLink:link,
.g-siteHeader-02 .g-headerNav_listItem:nth-child(1) .g-headerNav_listItemLink:visited {
  color: #000
}

.g-siteHeader-02 .g-headerNav_listItem:nth-child(1) .g-headerNav_listItemLink {
  border: none;
  background: url(/assets/images/dot.svg) no-repeat center bottom 10px/auto auto;
}

@media screen and (max-width:959px) {
  .g-siteHeader-02 .g-headerNav_listItem:nth-child(1) .g-headerNav_listItemLink {
    background: 0 0
  }
}

/*! =========================================================
 _components
========================================================= */
.c-topHeroImage {
  position: relative;
  width: 100%;
  height: 600px;
  margin: auto;
  overflow: hidden
}

@media screen and (max-width:959px) {
  .c-topHeroImage {
    height: 500px
  }
}

.c-topHeroImage_image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: c-topHeroImage_animation 20s infinite;
  background-position: center center;
  background-size: cover
}

.c-topHeroImage_image01 {
  background-image: url(/images/top/bg_heroimage_large_01.jpg)
}

.c-topHeroImage_image02 {
  background-image: url(/images/top/bg_heroimage_large_02.jpg);
  animation-delay: 4s
}

.c-topHeroImage_image03 {
  background-image: url(/images/top/bg_heroimage_large_03.jpg);
  animation-delay: 8s
}

.c-topHeroImage_image04 {
  background-image: url(/images/top/bg_heroimage_large_04.jpg);
  animation-delay: 12s
}

.c-topHeroImage_image05 {
  background-image: url(/images/top/bg_heroimage_large_05.jpg);
  animation-delay: 16s
}

@media screen and (max-width:767px) {
  .c-topHeroImage_image01 {
    background-image: url(/images/top/bg_heroimage_small_01.jpg)
  }

  .c-topHeroImage_image02 {
    background-image: url(/images/top/bg_heroimage_small_02.jpg);
    animation-delay: 4s
  }

  .c-topHeroImage_image03 {
    background-image: url(/images/top/bg_heroimage_small_03.jpg);
    animation-delay: 8s
  }

  .c-topHeroImage_image04 {
    background-image: url(/images/top/bg_heroimage_small_04.jpg);
    animation-delay: 12s
  }

  .c-topHeroImage_image05 {
    background-image: url(/images/top/bg_heroimage_small_05.jpg);
    animation-delay: 16s
  }
}


@keyframes c-topHeroImage_animation {
  0% {
    opacity: 0
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1
  }

  30% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.c-topHeroImage_text {
  opacity: 0
}

.c-topHeadingLv2 {
  font-family: "Noto Serif CJK JP";
  font-size: 24px;
  font-weight: 600;
  line-height: 47px
}

.c-topHeadingLv2-shoulder {
  text-align: center
}

.c-topHeadingLv2-shoulder_shoulder {
  color: #017f9d;
  display: block;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 25px
}

.c-topHeadingLv2-shoulder_heading {
  display: block;
  font-family: "Noto Serif CJK JP";
  font-size: 34px;
  font-weight: 600;
  line-height: 47px;
  padding-top: 9px
}

.c-topHeadingLv2-shoulder_headingSub {
  display: block;
  font-family: "Noto Serif CJK JP";
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
}

@media screen and (max-width:767px) {
  .c-topHeadingLv2-shoulder_heading {
    font-size: 28px;
    line-height: 39px;
  }
}

.c-topServicesProducts {
  max-width: 1366px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto
}

.c-topServicesProducts_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin-left: -16px */
  max-width: 1180px
}

.c-topServicesProducts-link {
  display: block;
  /* width: calc(33.3333% - 16px); */
  padding-right: calc(10px + 2.5px);
  padding-left: calc(10px + 2.5px);
  width: 50%;

  margin-bottom: 16px;
}

.c-topServicesProducts-link:link,
.c-topServicesProducts-link:visited,
.c-topServicesProducts-link:active,
.c-topServicesProducts-link:hover {
  text-decoration: none;
}

.c-topServicesProducts-link:visited {
  color: #000000
}

.c-topServicesProducts-image {
  position: relative;
  background-size: cover;
  background-position: bottom center
}

.c-topServicesProducts-image {
  position: relative;
  width: 100%;
}

.c-topServicesProducts-image:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.c-topServicesProducts-image_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-topServicesProducts-text {
  background: #f2f2f2;
  padding: 20px;
  box-sizing: border-box
}

@media screen and (max-width:767px) {
  .c-topServicesProducts_inner {
    display: block;
    margin: 0;
    /* padding: 0 */
  }

  .c-topServicesProducts-link {
    width: 100%;
    margin-left: 0;
    padding: 0
  }

  /* .c-topServicesProducts-image:before {
    padding-top: 55.55%;
  } */
}

.c-topServicesProducts-link:hover .c-topServicesProducts-text {
  background: #ecf4f6
}

.c-topServicesProductsLv3-shoulder {}

.c-topServicesProductsLv3-shoulder_shoulder {
  color: #017f9d;
  display: block;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 600;
  line-height: 15px
}

.c-topServicesProductsLv3-shoulder_heading {
  display: block;
  font-family: "Noto Serif CJK JP";
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-top: 10px;
  position: relative;
  padding-right: 24px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}

.c-topServicesProducts-link:hover .c-topServicesProductsLv3-shoulder_heading {
  border-bottom: 1px solid #007498;
  color: #007498
}

.c-topServicesProductsLv3-shoulder_heading:after {
  position: absolute;
  right: 0;
  bottom: 14.5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: "";
  vertical-align: middle;
  background-image: url(/assets/images/icons/blue/ic_chevron_right.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px 24px
}

.c-topServicesProducts-lead {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px
}

.c-newsTop_item {
  padding-top: 32px;
  padding-bottom: 32px
}

.c-newsTop_itemDate {
  padding-left: 16px;
  display: inline-block
}

.c-newsTop_itemTag {
  background: #017F9D;
  border-radius: 0;
  color: #fff;
  line-height: 1.8
}

.c-newsTop_itemContent {
  display: block;
  position: relative;
  padding-left: 24px;
  word-break: break-word;
}

.c-newsTop_itemContent:before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/icons/blue/ic_chevron_right.svg);
}

.c-news_itemLink_external .c-newsTop_itemContent:before {
  background-image: url(/assets/images/icons/blue/ic_link_external.png)
}

.c-cardTop_link {
  display: block;
  position: relative;
  background: #000000
}

.c-cardTop_link img {
  display: block
}

.c-cardTop_link:link:hover img {
  opacity: .7
}

.c-cardTop_linkText {
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #666666;
  background: rgba(0, 0, 0, 0.35);
  padding: 9px 9px 9px 34px
}

.c-cardTop_linkText.fontsizeSmall {
  font-size: 12px;
  padding: 10px 9px 10px 34px
}

.c-cardTop_linkText:before {
  position: absolute;
  top: 7.5px;
  left: 9px;
  content: "";
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/icons/dark/ic_chevron_right.png);
}

.c-cardTop_link_external .c-cardTop_linkText:before {
  background-image: url(/assets/images/icons/dark/ic_link_external.svg);
}


a.c-cardTop_link .pc-none {
  display: none;
}

@media screen and (max-width:767px) {
  a.c-cardTop_link .sp-none {
    display: none;
  }

  a.c-cardTop_link .pc-none {
    display: block;
  }
}


.c-topLead {
  font-family: "Noto Serif CJK JP";
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
  margin-top: 20px
}

.c-topBusiness-img {
  margin-top: 50px;
}

.c-topBusiness-img .onlyPC {
  background-image: url(/images/top/bg_img_starts_business-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 80px 50px;
}

.c-topBusiness-img .onlyPC svg {
  display: block;
  width: 100%;
  max-width: 783px;
  margin: auto;
}

.c-topBusiness-img .onlyPC svg a:hover .st3 {
  fill: #c6dee6
}

@media screen and (max-width:959px) {
  .c-topBusiness-img {
    padding: 40px 0 0;
  }

  .c-topBusiness-img img {
    width: 100%;
  }

  .c-topBusiness-img .onlySP .c-img {
    background-image: url(/images/top/bg_img_starts_business-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 50px 20px;
  }

  .c-topBusiness .onlySP .l-inner {
    margin: 40px auto 80px;
  }

  .c-topBusiness .c-link_list.l-tile {
    margin: auto;
    justify-content: space-between;
  }

  .c-topBusiness .c-link_list .l-tile_item {
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    position: relative;
    width: 48%;
    margin-bottom: 0;
    padding: 0;
  }

  .c-topBusiness .c-link_list .l-tile_item:nth-of-type(-n + 2):before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }

  .c-topBusiness .c-link_list li a {
    display: flex;
    position: relative;
    padding: 15px 20px 15px 0;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    height: 100%;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
  }

  .c-topBusiness .c-link_list li a:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}

.c-topService {
  background-color: #f2f2f2;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 80px 0
}

@media screen and (max-width:959px) {
  .c-topService {
    padding: 40px 0
  }
}

.c-topService .l-inner .l-grid {
  margin-top: 40px;
}

@media screen and (max-width:959px) {
  .c-topService .l-inner .l-grid {
    margin-top: 16px;
  }

}

.c-topService-btn {
  background: #ffffff;
  border: 2px;
  border: 2px solid #66a8bd;
  border-radius: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-family: "Noto Serif CJK JP", "-Hiragino", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;

}

.c-topService-btn:hover {
  background: #c6dee6;
  border: 2px solid #007498
}

.c-topService-btn_inner {
  margin-left: -15px
}

/*お見舞い文*/
.c-message {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho";
  font-size: 16px;
  text-align: center;
  display: block;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
  .c-message {
    text-align: left;
    font-size: 14.5px;
  }

  .c-message br {
    display: none;
  }
}</pre></body></html>