<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.function {
  overflow: hidden;
  counter-reset: number 0;
  position: relative;
  /*.page_ttl,
  .breadcrumbs {
    color: #fff;
  }
  .breadcrumbs ol li:not(:last-child)::after {
      color: #fff;
  }*/
}
.function::before {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #EAF5FC;
}
.function .page_ttl--function {
  padding-top: 55px;
  background: url(../img/common/icn_function.svg) no-repeat;
  background-position: center top;
  background-size: 37px auto;
}

.function_block {
  padding: 35px 0 25px;
}

@media screen and (min-width: 801px) {
  .function_block {
    padding: 0;
  }
}
/* mv
---------------------------------------------------------------------- */
.mv {
  padding: 26px 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mv_img {
  text-align: center;
  margin: 0 -3vw 20px 0;
}

.mv_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 20px;
}

@media screen and (min-width: 801px) {
  .mv {
    padding: 10px 0 10px 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mv_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 380px;
            flex: 0 1 380px;
    margin: 0 10px 0 0;
  }
  .mv_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .mv_ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 65px 0 10px 15px;
    margin-bottom: 0;
  }
}
/* navi
---------------------------------------------------------------------- */
.function_naviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f2f0ee;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.function_naviList::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 1px;
  background-color: #EEEEEE;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.function_naviList li {
  width: 33.3333333333%;
  line-height: 1.4;
  text-align: center;
  font-size: min(3vw, 1.2rem);
}

.function_naviList li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
}

.function_naviBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #EEEEEE;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.function_navi li:first-of-type .function_naviBox,
.function_navi li:nth-of-type(4) .function_naviBox {
  border-left: none;
}

.function_navNum {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
}

.function_navi li .function_navNum {
  width: 80%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top_naviList li:hover .function_navNum {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.function_navi li span {
  font-weight: bold;
}

@media screen and (min-width: 801px) {
  .function_navi {
    padding: 30px 0;
  }
  .function_naviList::after {
    content: none;
  }
  .function_naviList li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    font-size: 1.45rem;
    border-bottom: 1px solid #EEEEEE;
  }
  .function_naviList li a {
    padding: 10px 0;
  }
  .function_naviBox {
    padding: 0 10px;
  }
  .function_navNum {
    line-height: 1.4;
  }
}
/* function list
---------------------------------------------------------------------- */
.function_container {
  padding: 100px 0 0;
}
.function_container:last-of-type {
  padding-bottom: 40px;
}

.function_numTtl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  border-top: 2px solid #4AA6E3;
  padding: 10px 0;
  text-align: center;
}
.function_numTtl::before {
  counter-increment: number 1;
  content: counter(number);
  color: #4AA6E3;
  font-size: 5.8rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.function_img {
  width: 86%;
  max-width: 403px;
  padding: 0 0 15px;
  margin: 0 auto;
}

.function_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4AA6E3;
  margin-bottom: 10px;
}

.function_txt {
  text-align: justify;
}

@media screen and (min-width: 801px) {
  .function_container {
    padding: 35px 0;
    margin-top: 0;
  }
  .function_container:last-of-type {
    padding-bottom: 0;
  }
  .function_numTtl {
    padding: 10px 35px 0;
    margin-top: 0;
    text-align: left;
    border-top: none;
    border-bottom: 2px solid #4AA6E3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .function_numTtl::before {
    line-height: 0.6;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-right: 10px;
  }
  .function_img {
    padding: 24px 0 35px;
  }
  .function_content {
    padding: 0 8%;
  }
  .function_ttl {
    margin-bottom: 0;
  }
}
/* function_list
---------------------------------------------------------------------- */
.function_list {
  max-width: 650px;
  margin: 0 auto;
}

.function_listTtl {
  color: #fff;
  background-color: #4AA6E3;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.function_listContainer {
  padding: 20px 0 0;
}
.function_listContainer &gt; * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.function_listContent {
  border-radius: 6px;
  background-color: #F8F7F5;
  padding: 15px 15px 15px;
}
.function_listContent ul {
  padding-left: 20px;
}

.function_listCat {
  color: #4AA6E3;
  font-weight: bold;
}

@media screen and (min-width: 801px) {
  .function_list {
    padding: 95px 0 65px;
  }
  .function_listContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 30px 0 0;
  }
  .function_listContainer &gt; * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}/*# sourceMappingURL=function.css.map */</pre></body></html>