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

/*===============================================
●共通
===============================================*/
#public_service .mainImage {
  background: url(../../images/public_service/mainImage.png) no-repeat top right;
  background-size: cover;
}

.public_service {
  line-height: 1.625;
}

/* SPのみTELリンク */
@media screen and (min-width: 641px) {
  .u-pointer-events--pc {
    pointer-events: none;
  }
}

@media screen and (max-width: 640px) {
  .u-pointer-events--pc {
    pointer-events: auto;
  }
}

/*===============================================
●画面の横幅が641px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 641px) {
  #main .inner {
    width: 960px;
    margin: 0 auto;
  }

  #public_service .mainImage h2 {
    font-size: 26px;
    font-weight: bold;
  }

  .copy {
    display: block;
    margin: 0 0 29px 0;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    color: #4A5BB3;
  }

  .txtBox {
    text-align: center;
    margin: 30px 0 40px 0;
  }

  .block {
    margin-bottom: 65px;
  }

  /* btn
------------------------------------ */
  .btn__groups {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
  }

  .btn {
    margin: 0 15px;
    /* flex: 0 1 430px; */
    width: 430px;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .btn.btn--l {
    /* flex: 0 1 556px; */
    width: 556px;
    margin: 0;
  }

  .btn__inner {
    /* flex: 0 1 422px; */
    width: 422px;
    height: 52px;
    line-height: 48px;
    border: 2px solid #fff;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    padding-left: 2em;
  }

  @media all and (-ms-high-contrast: none) {
    .btn__inner {
      padding-left: 0;
    }
  }

  .btn__inner:hover {
    opacity: .7;
  }

  .btn__wrap {
    max-width: 556px;
    margin: 0 auto;
  }

  .btn__inner.btn--l {
    /* flex: 0 1 548px; */
    width: 548px;
  }

  .btn.btn--blue {
    background: #4A5BB3;
  }

  .btn.btn--green {
    background: #00B050;
  }

  .btn__txt {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: -0.1em;
  }

  .btn__txt.u-font-weight--m {
    font-weight: 500;
  }

  .btn a {
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn__txt.btn--blue:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 13px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .btn__txt.btn--green::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 13px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* conts
------------------------------------ */
  .conts {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #F6F6F6;
    padding: 60px 80px;
  }

  .conts .u-txt--center {
    text-align: center;
  }

  .conts .u-ws--nowrap {
    white-space: nowrap;
  }

  .conts__heading {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 23px;
    line-height: 1;
    border-bottom: 4px solid #00B050;
    color: #00B050;
  }

  .conts__heading-sub {
    font-size: 24px;
    font-weight: 500;
    color: #00B050;
  }

  .conts__heading-sub.u-padding--bottom {
    padding-bottom: 22.2px;
    line-height: 1;
  }

  .conts__flex-wrap {
    padding: 60px 0 81.8px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }

  .conts__txt-wrap {
    /* flex: 0 1 564px; */
    width: 564px;
  }

  .conts__txt--m {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 32px;
  }

  .conts__txt--l {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 81px;
    color: #00B050;
  }

  .conts__bg.pc {
    background: url("../../images/public_service/hiiragi.png") no-repeat center center/cover;
    flex: 0 1 203px;
  }

  .conts__bg.sp {
    display: none;
  }

  .conts__work-lists {
    /* margin-bottom: -81px; */
  }

  .conts__work {
    padding-bottom: 81px;
  }

  .conts__work-ttl-wrap {
    background: #fff;
    height: 50px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 9px 15px;
    margin-bottom: 26.5px;
  }

  .conts__work-ttl {
    color: #00B050;
    font-size: 24px;
    line-height: inherit;
    border-bottom: none;
    text-align: left;
    margin: 0;
    font-weight: 500;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .conts__work .u-txt--s {
    font-size: 16px;
    font-weight: 400;
  }

  .conts__work .u-txt--black {
    color: #333333;
    padding-left: 1em;
  }

  /* about
------------------------------------ */
  .about__heading-wrap {
    background: #00B050;
    height: 50px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    margin-bottom: 38px;
  }

  .about__wrap {
    padding-bottom: 80px;
  }

  .about__heading {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: inherit;
    border-bottom: none;
    text-align: left;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .about__desc-lists dd {
    border-bottom: 1px dotted #00B050;
    padding: 15px 0;
    padding-left: 13em;
  }

  .about__desc-lists dd a {
    text-decoration: none;
    color: #333;
  }

  .about__desc-lists dt {
    float: left;
    padding: 15px 0 15px 1em;
    min-width: 13em;
  }

  .about__btn-wrap {
    width: 190px;
    height: 40px;
    margin-top: 18px;
    border: 2px solid #00B050;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
  }

  .about__btn-wrap:hover {
    opacity: .7;
  }

  .about__btn {
    color: #00B050;
    text-decoration: none;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-weight: 800;
  }

  .about__btn-txt {
    position: relative;
    padding-right: 2em;
    color: #00B050;
  }

  .about__btn-txt::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00B050;
    border-right: 2px solid #00B050;
    transform: rotate(45deg) translateY(-50%);
  }

  /* cta
------------------------------------ */
  .cta__wrap {
    background: #fff;
    padding: 35px 30px 40px 30px;
    margin-bottom: 50px;
  }

  .cta__heading-wrap {
    padding-bottom: 45px;
  }

  .cta__heading {
    line-height: 1;
    font-size: 24px;
    font-weight: 800;
    color: #00B050;
    text-align: center;
  }

  .cta__body {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }

  .cta__txt {
    /* flex: 0 0 288px; */
    width: 288px;
    line-height: 1.625;
  }

  .cta__tel-wrap {
    /* flex: 0 0 400px; */
    width: 400px;
  }

  .cta__tel-txt {
    font-size: 21px;
    font-weight: 800;
    color: #00B050;
    padding-bottom: 12px;
  }

  .cta__tel-wrap.cta__tel-txt {
    line-height: 1;
  }

  .cta__tel-txt .u-txt--l {
    font-size: 31.7px;
  }

  .cta__tel-txt a {
    text-decoration: none;
    color: #00B050;
  }

  .cta__tel-txt .u-txt--s {
    font-size: 14px;
  }

  .cta__btn {
    /* flex: 0 0 400px; */
    width: 400px;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: #00B050;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
  }

  .cta__btn:hover {
    opacity: .7;
  }

  .cta__btn-txt {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: relative;
  }

  .cta__btn-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 13px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .cta__btn a {
    text-decoration: none;
    color: #fff;
  }

  .cta__btn-inner {
    /* flex: 0 0 392px; */
    width: 392px;
    height: 52px;
    line-height: 48px;
    border: 2px solid #fff;
    text-align: center;
    padding-left: 2em;
  }

  @media all and (-ms-high-contrast: none) {
    .cta__btn-inner {
      padding-left: 0;
    }
  }

  /* ex-box
------------------------------------ */
  .ex-box__ttl {
    color: #00B050;
    font-size: 20px;
    padding-bottom: 10px;
  }

  .ex-box__lists {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -11px;
  }

  .ex-box__item:nth-of-type(odd) {
    width: 53%;
  }

  .ex-box__item:nth-of-type(even) {
    width: 47%;
  }

  .ex-box__item {
    /* flex: 0 1 51%; */
    position: relative;
    padding: 0 0 11px 20px;
  }


  .ex-box__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #00B050;
    background: #00B050;
  }

  /* box01
------------------------------------ */
  .box01 {
    text-align: center;
  }

  .box01 .txtBox {
    width: 800px;
    margin: 0 auto 87.5px auto;
  }

  .box01 .imgBox {
    width: 960px;
    margin: 0 auto 100px auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .box01 li {
    width: 100%;
    margin-right: 20px;
  }

  .box01 li img {
    width: 100%;
    height: auto;
  }

  .box01 li:last-child {
    margin-right: 0;
  }

  /* SP改行 */
  .point-br--sp {
    display: none;
  }

  /* //PC改行 */
  .point-br--pc {
    display: block;
  }
}

/*===============================================
●画面の横幅が640px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 640px) {
  #public_service .mainImage {
    background: url(../../images/public_service/mainImage_sp.png) no-repeat center center/cover;
  }

  #mainImage h2 {
    text-shadow: 0 0 10px #EDF3F4;
  }

  #main .inner {
    padding: 0 10px;
  }

  .copy {
    display: block;
    margin: 35px 0 37px 0;
    font-size: 22px;
    text-align: center;
    line-height: 1.5em;
    color: #4A5BB3;
  }

  .block {
    margin-bottom: 70px;
  }

  .txtBox {
    margin: 37px 0 25px;
  }

  .box01 .imgBox {
    padding: 0 10px;
  }

  .box01 .imgBox li {
    margin-bottom: 1em;
  }

  /* btn
  ------------------------------------ */
  .btn__groups {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .btn {
    flex: initial;
    width: 100%;
    min-height: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .btn.btn--l {
    width: 100%;
    margin: 0;
  }

  .btn__inner {
    flex: initial;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 98%;
    min-height: 52px;
    line-height: 48px;
    border: 2px solid #fff;
  }

  .btn__inner .btn--green {
    line-height: 1.5;
  }

  .btn__wrap {
    width: 100%;
    margin: 0 auto;
  }

  .btn__inner.btn--l {
    width: 98%;
    flex: initial;
  }

  .btn.btn--blue {
    background: #4A5BB3;
    margin-bottom: 20px;
  }

  .btn.btn--green {
    background: #00B050;
    height: 60px;
  }

  .btn.btn--green.u-height--sp {
    height: 84px;
  }

  .btn.btn--green .u-height--sp {
    background: #00B050;
    height: 76px;
  }

  .btn__txt {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }

  .btn__txt.u-font-weight--m {
    font-weight: 500;
  }

  .btn a {
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn__txt.btn--blue:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .btn__txt.btn--green::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.5em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* conts
  ------------------------------------ */
  .conts {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #F6F6F6;
    padding: 25px 10px 30px 10px;
  }

  .conts .u-txt--center {
    text-align: left;
  }

  .conts__heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: 1.41;
    border-bottom: 4px solid #00B050;
    color: #00B050;
  }

  .conts__heading-sub {
    font-size: 22px;
    font-weight: 500;
    color: #00B050;
  }

  .conts__heading-sub.u-padding--bottom {
    padding-bottom: 16.8px;
    line-height: 1;
  }

  .conts__flex-wrap {
    padding: 50px 0 54px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: center;
    align-items: center;
  }

  .conts__txt-wrap {
    width: 100%;
  }

  .conts__txt--m {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 32px;
  }

  .conts__txt--l {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 71px;
    color: #00B050;
  }

  .conts__bg.pc {
    display: none;
  }

  .conts__bg.sp {
    display: block;
    background: url("../../images/public_service/hiiragi.png") no-repeat center center/cover;
    width: 200px;
    height: 250px;
    margin: 0 auto 20px auto;
  }

  .conts__work-lists {
    /* margin-bottom: -81px; */
  }

  .conts__work {
    padding-bottom: 61px;
  }

  .conts__work-ttl-wrap {
    background: #fff;
    min-height: 83px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 26.5px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .conts__work-ttl {
    color: #00B050;
    font-size: 22px;
    line-height: inherit;
    border-bottom: none;
    text-align: left;
    margin: 0;
    line-height: 1.45;
    font-weight: 500;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .conts__work .u-txt--s {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }

  .conts__work .u-txt--black {
    color: #333333;
    padding-top: 11px;
  }

  /* about
  ------------------------------------ */
  .about__heading-wrap {
    background: #00B050;
    height: 40px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
    margin-bottom: 13px;
  }

  .about__wrap {
    padding-bottom: 40px;
  }

  .about__heading {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: inherit;
    border-bottom: none;
    text-align: left;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .about__desc-lists dd {
    padding: 5px 0 13px 0;
  }

  .about__desc-lists dd a {
    text-decoration: none;
    color: #333;
  }

  .about__desc-lists dt {
    border-bottom: 1px dotted #00B050;
    padding: 12px 0;
  }

  .about__btn-wrap {
    width: 190px;
    height: 40px;
    margin-top: 18px;
    border: 2px solid #00B050;
    border-radius: 5px;
    background: #fff;
  }

  .about__btn {
    color: #00B050;
    text-decoration: none;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-weight: 800;
  }

  .about__btn-txt {
    position: relative;
    padding-right: 2em;
    color: #00B050;
  }

  .about__btn-txt::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00B050;
    border-right: 2px solid #00B050;
    transform: rotate(45deg) translateY(-50%);
  }

  /* cta
  ------------------------------------ */
  .cta__wrap {
    background: #fff;
    padding: 25px 10px 30px;
    margin-bottom: 30px;
  }

  .cta__heading-wrap {
    padding-bottom: 22px;
  }

  .cta__heading {
    line-height: 1;
    font-size: 24px;
    font-weight: 800;
    color: #00B050;
    text-align: center;
  }

  .cta__body {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .cta__txt {
    text-align: center;
    line-height: 1.625;
  }

  .cta__tel-wrap {
    padding-top: 17px;
    width: 100%;
  }

  .cta__tel-txt {
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    color: #00B050;
    padding-bottom: 21px;
    text-align: center;
  }

  .cta__tel-wrap.cta__tel-txt {
    line-height: 1;
  }

  .cta__tel-txt .u-txt--l {
    font-size: 28px;
  }

  .cta__tel-txt a {
    text-decoration: none;
    color: #00B050;
  }

  .cta__tel-txt .u-txt--s {
    font-size: 16px;
  }

  .cta__btn {
    /* width: 315px; */
    width: 100%;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: #00B050;
  }

  .cta__btn-txt {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
  }

  .cta__btn-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .cta__btn a {
    text-decoration: none;
    color: #fff;
  }

  .cta__btn-inner {
    /* width: 307px; */
    width: 98%;
    height: 52px;
    line-height: 48px;
    border: 2px solid #fff;
    text-align: center;
  }

  /* ex-box
  ------------------------------------ */
  .ex-box__ttl {
    color: #00B050;
    font-size: 20px;
    padding-bottom: 10px;
  }

  .ex-box__lists {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -11px;
  }

  .ex-box__item {
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-bottom: 1px;
  }

  .ex-box__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #00B050;
    background: #00B050;
  }

  /* //SP改行 */
  .point-br--sp {
    display: block;
  }

  /* //PC改行 */
  .point-br--pc {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .btn {
    flex: initial;
    width: 100%;
    min-height: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .btn.btn--l {
    width: 100%;
    margin: 0;
  }

  .btn__inner {
    flex: initial;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 97.7%;
    min-height: 52px;
    line-height: 48px;
    border: 2px solid #fff;
  }

  .btn__inner .btn--green {
    line-height: 1.5;
  }

  .btn__wrap {
    width: 100%;
    margin: 0 auto;
  }

  .btn__inner.btn--l {
    width: 97.7%;
  }

  .cta__btn {
    width: 100%;
  }

  .cta__btn-inner {
    width: 97.7%;
  }

  .cta__btn-txt::before {
    left: -1em;
  }

  .btn__txt.btn--green::before {
    left: -1.5em;
  }

  .btn__txt {
    font-size: 14px;
  }
}
</pre></body></html>