@charset "UTF-8";
/* foundation */
/* layout */
:root {
  --DEF: #000000;
  --DEFAI: #333;
  --MAIN: #001276;
  --MAINAI: #FFAA00;
  --ACC: #38C261;
  --DDD: #ddd;
  --CCC: #ccc;
  --BBB: #bbb;
  --777: #777;
  --999: #999;
  --555: #555;
  --WHT: #fff;
  --DBG: #032716;
  --LBG: #EDF2F2;
  --F5: #f5f5f5;
  --BORDER: #9B9FA0;
  --RED: #FF0000;
  --GRD: linear-gradient(to bottom, #F6F9F9 0%, #EDF2F2 100%);
  --GRDYOKO: linear-gradient(to right, #006847, #16CB92);
  --BLK-rgb: 0, 0, 0;
  --WHT-rgb: 255, 255, 255;
  --MAIN-rgb: 0, 104, 71;
  --LBG-rgb: 237, 242, 242;
}

/* mixin */
/****************************************************************/
/* editor / CMS 用 */
/****************************************************************/
/****************************************************************/
/* font-size */
/****************************************************************/
/****************************************************************/
/* clearfix */
/****************************************************************/
/****************************************************************/
/* letter-spacing */
/****************************************************************/
/****************************************************************/
/* icon font */
/****************************************************************/
/****************************************************************/
/* font family */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って背景全画面 */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って左寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って右寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅 */
/****************************************************************/
/****************************************************************/
/* 背景1680px */
/****************************************************************/
/****************************************************************/
/* 背景グラデーション */
/****************************************************************/
/****************************************************************/
/* 背景がぼかされたボックス */
/****************************************************************/
@media screen and (max-width: 991.98px) {
  .l-hamburger {
    display: block;
    z-index: 11;
    border: none;
    background-color: var(--MAIN);
    overflow: hidden;
    border-radius: 100vh;
    position: relative;
    width: 38px;
    height: 38px;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  border-radius: 100vh;
  background-color: var(--WHT);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-hamburger__line:nth-child(1) {
  -webkit-transform: translate(-50%, -8px);
      -ms-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
}
.l-hamburger__line:nth-child(3) {
  -webkit-transform: translate(-50%, 6px);
      -ms-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
}
.l-hamburger.is-open .l-hamburger__line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-35%, 6px);
      -ms-transform: rotate(45deg) translate(-35%, 6px);
          transform: rotate(45deg) translate(-35%, 6px);
}
.l-hamburger.is-open .l-hamburger__line:nth-child(2) {
  display: none;
}
.l-hamburger.is-open .l-hamburger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(-35%, -7px);
      -ms-transform: rotate(-45deg) translate(-35%, -7px);
          transform: rotate(-45deg) translate(-35%, -7px);
}

.bs_footer-01 {
  border-top: 1px solid var(--DDD);
}
@media screen and (max-width: 767.98px) {
  .bs_footer-01 .p-footer-top > div {
    padding-bottom: 0 !important;
  }
}
.bs_footer-01 .p-footer-top .p-footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 767.98px) {
  .bs_footer-01 .p-footer-top .p-footer-info {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) {
  .bs_footer-01 .p-footer-top .p-footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.bs_footer-01 .p-footer-top .p-footer-info__logo {
  max-width: 460px;
  width: 90%;
}
@media screen and (max-width: 767.98px) {
  .bs_footer-01 .p-footer-top .p-footer-info__logo {
    margin: auto;
  }
}
.bs_footer-01 .p-footer-top .p-footer-info__logo img {
  width: 100%;
  height: auto;
}
.bs_footer-01 .p-footer-top .p-footer-info__logo a:hover {
  opacity: 0.8;
}
.bs_footer-01 .p-footer-top .p-footer-info p {
  color: var(--MAIN);
}
@media screen and (max-width: 991.98px) {
  .bs_footer-01 .p-footer-top .p-footer-navi {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .bs_footer-01 .p-footer-top .p-footer-navi {
    margin-top: 16px;
  }
}
.bs_footer-01 .p-footer-top .p-footer-navi > div, .bs_footer-01 .p-footer-top .p-footer-navi li {
  margin-bottom: 4px;
  color: var(--MAIN);
  font-weight: 700;
}
.bs_footer-01 .p-footer-top .p-footer-navi > div + div {
  margin-top: 16px;
}
.bs_footer-01 .p-footer-top .p-footer-navi > div + ul {
  margin-top: 16px;
}
@media screen and (max-width: 767.98px) {
  .bs_footer-01 .p-footer-top .p-footer-navi > div + ul {
    margin-top: 8px;
  }
}
.bs_footer-01 .p-footer-top .p-footer-navi > div + ul li a {
  font-weight: 500;
}
.bs_footer-01 .p-footer-top .p-footer-navi a {
  color: var(--MAIN);
  font-weight: 700;
}
.bs_footer-01 .p-footer-bottom small, .bs_footer-01 .p-footer-bottom a {
  color: #8798A7;
  font-weight: 400;
}

.l-header {
  background-color: var(--WHT);
  position: fixed;
  top: 0;
  left: 0;
  height: 95px;
  -webkit-box-shadow: 0 0 10px 0 rgba(var(--BLK-rgb), 0.1);
          box-shadow: 0 0 10px 0 rgba(var(--BLK-rgb), 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .l-header {
    height: 65px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-header__logo {
  max-width: 183px;
}
.l-header__logo a:hover img {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .l-header__nav {
    display: block !important;
    margin-left: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    padding: 40px;
    background-color: var(--WHT);
    height: calc(100vh - 65px);
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__nav {
    padding: 24px 24px 32px;
  }
}
@media screen and (min-width: 992px) {
  .l-header nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header nav ul {
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .l-header nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .l-header nav ul {
    margin-bottom: 40px;
  }
}
.l-header nav ul li {
  list-style: none;
}
.l-header nav ul li a {
  color: var(--MAIN);
}
@media screen and (max-width: 991.98px) {
  .l-header nav ul li a {
    display: block;
    padding: 16px 0;
    border-top: 1px solid var(--DDD);
  }
}
.l-header nav ul li a.is-current {
  text-decoration: underline !important;
}
@media screen and (max-width: 991.98px) {
  .l-header nav ul li:last-child a {
    border-bottom: 1px solid var(--DDD);
  }
}
.l-header nav .p-btn {
  margin-left: 32px;
}
.l-header nav .p-btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-header nav .p-btn a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../dcms_media/other/icon-mail-white.svg) no-repeat center;
  background-size: cover;
}

.l-header-height {
  height: 95px;
}
@media screen and (max-width: 991.98px) {
  .l-header-height {
    height: 65px;
  }
}

/* component */
/* js */
/* project */
/* utility */
/* module */
/* page */
body {
  color: var(--MAIN);
  line-height: 1.85;
  font-size: 1rem;
}

body.no-scroll {
  overflow: hidden;
}

.p-title-sub {
  color: var(--ACC);
  font-size: 1.125rem;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-title-sub {
    margin-bottom: 32px;
  }
}
.p-title-sub.-l {
  text-transform: uppercase;
}

.p-btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 48px;
  background-color: #38C261;
  color: var(--WHT);
  border-radius: 100vh;
  border: 8px solid #BEE6BF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-btn a:hover {
  text-decoration: none;
  border-color: #38C261;
}

.p-top-mv {
  background: url(../../dcms_media/image/top-mv-bg.webp) no-repeat center;
  background-size: cover;
}
.p-top-mv .-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv .-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .p-top-mv .-title {
    margin-bottom: 8px;
  }
}
.p-top-mv .-logo {
  width: 65%;
  max-width: 525px;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv .-logo {
    width: 88%;
  }
}
.p-top-mv .-logo-sub {
  font-size: 1.125rem;
  margin-top: 16px;
  line-height: 1;
}
.p-top-mv .-text {
  font-size: 1.125rem;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-top-mv .-text {
    font-size: 1rem;
  }
}
.p-top-mv .p-btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  gap: 8px;
}
.p-top-mv .p-btn a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../dcms_media/other/icon-mail-white.svg) no-repeat center;
  background-size: cover;
}

.p-top-service {
  background-color: #FCFFF2;
}
.p-top-service .row .col > div {
  -webkit-box-shadow: 0 0 20px 0 rgba(var(--BLK-rgb), 0.1);
          box-shadow: 0 0 20px 0 rgba(var(--BLK-rgb), 0.1);
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-top-service .row .col:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-top-service .row .col {
    margin-top: 20px;
  }
}
.p-top-service .p-btn {
  margin-top: auto;
}
@media screen and (max-width: 991.98px) {
  .p-top-service .img-fluid {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-service .img-fluid img {
  max-width: 265px;
}
@media screen and (max-width: 991.98px) {
  .p-top-service__logo.img-fluid {
    width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-service__logo.img-fluid {
    width: 80%;
    margin-top: 24px;
  }
}
.p-top-service__logo.img-fluid img {
  max-width: 320px;
}

.p-top-news .dlb_news-list dl {
  padding: 16px 0;
  border-bottom: 1px solid var(--DDD);
}
.p-top-news .dlb_news-list .rss_date {
  width: 100px;
  color: var(--BORDER);
  font-size: 1rem;
}
.p-top-news .dlb_news-list .rss_title {
  width: calc(100% - 100px);
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-news .dlb_news-list .rss_title {
    width: 100%;
    position: relative;
    margin-top: 6px;
  }
}
.p-top-news .dlb_news-list .rss_title a {
  color: var(--MAIN);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
.p-top-news .dlb_news-list .rss_title a span {
  background-color: var(--MAIN);
  border-radius: 8px;
  color: var(--WHT);
  padding: 4px 16px;
  display: inline-block;
  font-size: 0.875rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-news .dlb_news-list .rss_title a span {
    position: absolute;
    top: -39px;
    left: 105px;
    padding: 2px 12px;
  }
}
.p-top-news .dlb_news-list .rss_contents {
  display: none;
}

.p-sub-news .dlb_news-list dl {
  padding: 16px 0;
  border-bottom: 1px solid var(--DDD);
}
.p-sub-news .dlb_news-list .rss_date {
  width: 100px;
  color: var(--BORDER);
  font-size: 1rem;
}
.p-sub-news .dlb_news-list .rss_title {
  width: calc(100% - 100px);
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-sub-news .dlb_news-list .rss_title {
    width: 100%;
    position: relative;
    margin-top: 6px;
  }
}
.p-sub-news .dlb_news-list .rss_title a {
  color: var(--MAIN);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
.p-sub-news .dlb_news-list .rss_title a span {
  background-color: var(--MAIN);
  border-radius: 8px;
  color: var(--WHT);
  padding: 4px 16px;
  display: inline-block;
  font-size: 0.875rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-sub-news .dlb_news-list .rss_title a span {
    position: absolute;
    top: -39px;
    left: 105px;
    padding: 2px 12px;
  }
}
.p-sub-news .dlb_news-list .rss_contents {
  padding-left: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-sub-news .dlb_news-list .rss_contents {
    padding-left: 0;
  }
}

.p-top-column__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991.98px) {
  .p-top-column__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-column__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-column .column-item {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-column .column-item .img-fluid {
  border-radius: 12px;
  overflow: hidden;
}
.p-top-column .column-item .img-fluid img {
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-column .column-item .-title {
  color: var(--MAIN);
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 16px;
}
@media screen and (max-width: 991.98px) {
  .p-top-column .column-item .-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}
.p-top-column .column-item .-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.p-top-column .column-item .-category span {
  background-color: var(--MAIN);
  color: var(--WHT);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.p-top-column .column-item .-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.p-top-column .column-item .-tag span {
  color: var(--MAIN);
  font-size: 0.875rem;
  line-height: 1.3;
}
.p-top-column .column-item .-tag span::before {
  content: "#";
  padding-right: 3px;
}
.p-top-column .column-item .-link {
  margin-top: auto;
  margin-bottom: 0;
  text-align: right;
  color: #8798A7;
  font-size: 0.875rem;
  background: url(../../dcms_media/other/icon-arr-yellowgreen.svg) no-repeat right center;
  padding-right: 16px;
}
.p-top-column .column-item:hover .img-fluid img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.p-top-cta {
  background: url(../../dcms_media/image/top-cta-bg.webp) no-repeat center;
  background-size: cover;
}
.p-top-cta__inner {
  background-color: var(--WHT);
  border-radius: 10px;
}
.p-top-cta .p-btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  gap: 8px;
}
.p-top-cta .p-btn a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../dcms_media/other/icon-mail-white.svg) no-repeat center;
  background-size: cover;
}