@charset "utf-8";
/* ----------------------------------------------------
   common
---------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #434343;
  line-height: 1.82;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 1.5px;
}
a {
  display: block;
  text-decoration: none;
  transition: .5s;
}
img {
  max-width: 100%;
}
p + p {
  margin-top: 30px;
}
.contents {
  padding: 0 5% 150px;
  max-width: 1000px;
  margin: 0 auto;
}
.anchor {
  padding-top: 20px;
  margin-top: 0px;
}
.alignL {
  text-align: left !important;
}
.bdrT {
  border-top: 1px solid #55806F;
  ;
}
.mT0 {
  margin-top: 0 !important;
}
.pB0 {
  padding-bottom: 0 !important;
}
.w5-Per {
  width: 5%;
}
.w8-Per {
  width: 8%;
}
.w9-Per {
  width: 9%;
}
.w10-Per {
  width: 10%;
}
.w15-Per {
  width: 15%;
}
.w18-Per {
  width: 18%;
}
.sp-block {
  display: none;
}
/* --- btn_link --- */
.btn_link {
  display: inline-block;
}
.btn_link a,
.btn_link.pdf a{
  border-radius: 40px;
  padding: 10px 50px;
  font-weight: bold;
  border: 1px solid transparent;
}
.btn_link span {
  position: relative;
  padding-right: 22px;
  display: block;
}
.btn_link span::after {
  content: "";
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
}
/* --- table --- */
.table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  margin: 40px 0 10px;
}
.table th, .table td {
  font-weight: normal;
  padding: 15px;
  text-align: center;
}
.table thead {
  background: #55806F;
  color: #fff;
}
.table thead th {
  border: 1px solid #fff;
}
.table thead tr:first-of-type th:first-of-type {
  text-align: left;
}
.table thead tr:first-of-type th {
  font-weight: bold;
}
.table thead tr:nth-child(n+2) th {
  padding: 5px 2px;
  font-size: 15px;
}
.table tbody tr:nth-of-type(odd) {
  background: #FDFFE9;
}
.table tbody tr:nth-of-type(even) {
  background: #F5FCF6;
}
.table tbody th, .table tbody td {
  border-bottom: 1px solid #55806F;
}
.table tbody th {
  text-align: left;
}
.table tbody th.clr_th {
  background: #55806F;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.table tbody td {
  border-left: 1px solid #55806F;
}
/* ----------------------------------------------------
   header
---------------------------------------------------- */
header h1 {
  position: absolute;
  top: 45px;
  left: 5%;
}
h1 img {
  width: 300px;
}
/* ----------------------------------------------------
   mv
---------------------------------------------------- */
.mv {
  background: url(../img/mv_bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 690px;
}
.mv .txt_block {
  padding: 150px 5%;
  font-weight: bold;
}
.mv .txt_block .catch {
  font-size: 52px;
}
.mv .txt_block .lead {
  font-size: 21px;
  margin-top: 10px;
}
.mv .txt_block .btn_link {
  margin-top: 20px;
  margin-bottom: 20px;
  /* display: inline-block; */
}
.mv .txt_block .btn_link.pdf {
  margin: 10px 0 10px;
  display: block;
  width: 450px;
}
.mv .txt_block .btn_link a {
  background: #418065;
  color: #fff;
  text-align: center;
}
.mv .txt_block .btn_link.pdf span::after {
  background: url("../img/pdf-icon.png") no-repeat center;
  transition: .5s;
  width: 30px;
  height: 30px;
  top: 8px;
}
.mv .txt_block .btn_link span::after {
  background: url("../img/icon_blank-w.svg") no-repeat center;
  transition: .5s;
}
.mv .txt_block .btn_link.pdf a:hover,
.mv .txt_block .btn_link a:hover {
  background: #fff;
  color: #418065;
  border: 1px solid #418065;
}
.mv .txt_block .btn_link.pdf a:hover span::after {
  background: url("../img/pdf-icon.png") no-repeat center;
  filter: brightness(0) saturate(100%) invert(46%) sepia(13%) saturate(1346%) hue-rotate(102deg) brightness(92%) contrast(86%);
}
.mv .txt_block .btn_link a:hover span::after {
  background: url("../img/icon_blank-g.svg") no-repeat center;
}
.mv .txt_block .btn_link.pdf{
  font-size: 90%;
}
.mv .txt_block .btn_link.pdf a{
   background: #496157;
   color: #fff;
}　　



/* ----------------------------------------------------
   nav_list
---------------------------------------------------- */
.nav_list {
  background: url("../img/nav_bg.jpg") no-repeat center;
  background-size: cover;
}
.nav_list .container {
  padding: 70px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.nav_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1%;
}
.nav_list ul li {
  width: calc((100% - 50px) / 4);
  margin: 8px 6px;
  display: flex;
  align-items: normal;
}
.nav_list ul li a {
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 30px;
  position: relative;
  line-height: 1.5;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 5px #418065;
  background: #fff;
  transition: .5s;
  width: 100%;
}
.nav_list ul li a::before {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat center;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 8px;
  transition: .5s;
}
.nav_list ul li a span {
  position: relative;
  padding-left: 18px;
}
.nav_list ul li:last-child a span {
  padding-left: 30px;
}
.nav_list ul li a span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -17px;
  width: 28px;
  height: 30px;
}
.nav_list ul li:first-child a span::before {
  background: url("../img/icon_01.svg") no-repeat center;
}
.nav_list ul li:nth-child(2) a span::before {
  background: url("../img/icon_02.svg") no-repeat center;
}
.nav_list ul li:nth-child(3) a span::before {
  background: url("../img/icon_03.svg") no-repeat center;
}
.nav_list ul li:nth-child(4) a span::before {
  background: url("../img/icon_04.svg") no-repeat center;
}
.nav_list ul li:nth-child(5) a span::before {
  background: url("../img/icon_05.svg") no-repeat center;
}
.nav_list ul li:nth-child(6) a span::before {
  background: url("../img/icon_06.svg") no-repeat center;
}
.nav_list ul li:nth-child(7) a span::before {
  background: url("../img/icon_07.svg") no-repeat center;
  left: -3px;
}
.nav_list ul li a:hover {
  border: 1px solid #B1C683;
  box-shadow: 0px 0px 5px #608E44;
  background: #FFFFEE;
}
.nav_list ul li a:hover::before {
  bottom: 8px;
}
.dsc {
  padding: 70px 5% 0;
  max-width: 1000px;
  margin: 0 auto;
}
/* ----------------------------------------------------
   contens
---------------------------------------------------- */
.container {
  margin: 150px 0 0;
}
.ttl-h2 {
  font-size: 32px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
.ttl-h2:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 60px;
}
section#ac01 .ttl-h2:before {
  background: url("../img/icon_01.svg") no-repeat center;
}
section#ac02 .ttl-h2:before {
  background: url("../img/icon_02.svg") no-repeat center;
}
section#ac03 .ttl-h2:before {
  background: url("../img/icon_03.svg") no-repeat center;
}
section#ac04 .ttl-h2:before {
  background: url("../img/icon_04.svg") no-repeat center;
}
section#ac05 .ttl-h2:before {
  background: url("../img/icon_05.svg") no-repeat center;
}
section#ac06 .ttl-h2:before {
  background: url("../img/icon_06.svg") no-repeat center;
}
section#ac07 .ttl-h2:before {
  background: url("../img/icon_07.svg") no-repeat center;
}
/* --- img_block --- */
.img_block {
  margin-top: 40px;
}
.img_block ul {
  display: flex;
  justify-content: center;
}
.img_block img {
  max-width: 100%;
}
.img_block p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #55806F;
  border: solid 1px #55806F;
  box-sizing: border-box;
  border-radius: 5px;
}
.img_block p:before {
  content: "";
  position: absolute;
  z-index: 2;
}
.img_block p:after {
  content: "";
  position: absolute;
  z-index: 1;
}
/* l_arrow */
.img_block.l_arrow li {
  column-gap: 5px;
  display: flex;
  justify-content: center;
}
.img_block.l_arrow p {
  width: 230px;
  height: 100px;
  margin: 0 0 1.5em 35px;
}
.img_block.l_arrow p:before {
  top: 50%;
  left: -49px;
  margin-top: -14px;
  border: 16px solid transparent;
  border-right: 35px solid #FFF;
}
.img_block.l_arrow p:after {
  top: 50%;
  left: -52px;
  margin-top: -14px;
  border: 16px solid transparent;
  border-right: 36px solid #55806F;
}
/* t_arrow */
.img_block.t_arrow ul {
  justify-content: space-between;
}
.img_block.t_arrow li {
  width: calc((100% - 40px) / 3);
}
.img_block.t_arrow p {
  height: 50px;
  margin: 38px 0 0 0;
}
.img_block.t_arrow p:before {
  top: 0;
  left: 50%;
  transform: rotate(90deg) translateX(0%) translateY(50%);
  margin-top: -39px;
  border: 16px solid transparent;
  border-right: 35px solid #FFF;
}
.img_block.t_arrow p:after {
  top: 0;
  left: 50%;
  transform: rotate(90deg) translateX(0%) translateY(50%);
  margin-top: -42px;
  border: 16px solid transparent;
  border-right: 35px solid #55806F;
}
#ac01 .img_block img {
  max-width: 250px;
}
#ac04 .img_block.t_arrow ul {
  column-gap: 0;
  justify-content: center;
}
#ac04 .img_block.t_arrow li {
  width: 50%;
}
#ac04 .img_block.t_arrow p {
  margin: 40px auto 0;
  width: 300px;
}
/* ----------------------------------------------------
   footer
---------------------------------------------------- */
footer {
  background: url("../img/footer_bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 280px;
  padding: 60px 0;
  position: relative;
}
footer .ftr_container {
  padding: 0 5%;
  color: #fff;
  text-align: center;
}
footer .ftr_container .inqiry_ttl {
  font-size: 20px;
}
footer .ftr_container .txt {
  margin-top: 20px;
  line-height: 2;
}
footer .ftr_container .btn_link a {
  background: #fff;
  color: #333;
}
footer .ftr_container .btn_link span {
  font-size: 21px;
}
footer .ftr_container .btn_link span::after {
  background: url("../img/icon_blank-g.svg") no-repeat center;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  transition: .5s;
}
footer .ftr_container .btn_link a:hover {
  background: #418065;
  color: #fff;
}
footer .ftr_container .btn_link a:hover span::after {
  background: url("../img/icon_blank-w.svg") no-repeat center;
}
footer .ftr_container .footer_logo {
  height: 40px;
  position: absolute;
  bottom: 30px;
  left: 5%;
}
footer #pagetop {
  position: fixed;
  bottom: 30px;
  right: 5%;
}
footer #pagetop a {
  background: url(../img/pagetop_w.svg) no-repeat center;
  width: 73px;
  height: 73px;
}
footer #pagetop a:hover {
  background: url(../img/pagetop_g.svg) no-repeat center;
}
@media screen and (max-width: 830px) {
  /* --- table --- */
  .table {
    margin: 30px 0 10px;
  }
  .js-scrollable .table {
    white-space: nowrap;
  }
  .table thead tr:nth-child(n+2) th {
    padding: 5px 5px;
  }
  .js-scrollable .scroll-hint-icon {
    background: url("../img/icon_scroll.svg") no-repeat center;
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 1;
  }
  .scroll-hint-icon:before, .scroll-hint-icon:after, .scroll-hint-text {
    display: none;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 15px;
  }
  ::-webkit-scrollbar-track {
    background: #D3D3D3;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: #55806F;
    border-radius: 10px;
  }
}
/* ====================================================
   SP
==================================================== */
@media screen and (max-width: 767.9px) {
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  /* ----------------------------------------------------
   header
---------------------------------------------------- */
  header h1 {
    top: 25px;
    left: 8%;
  }
  h1 img {
    width: 170px;
  }
  /* --- btn_link --- */
      .btn_link.pdf a {
    padding: 8px 15px;
    font-weight: bold;
  }
  .mv .txt_block .btn_link.pdf span::after {
    background-size: 55%;
    height: 20px;
  }
  .btn_link a {
    padding: 8px 30px;
    font-weight: bold;
  }
  .btn_link span::after {
    width: 12px;
    height: 12px;
    top: 8px;
  }

  /* ----------------------------------------------------
   mv
---------------------------------------------------- */
  .mv {
    background: url(../img/mv_bg-sp.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 500px;
  }
  .mv .txt_block {
    padding: 70px 8%;
  }
  .mv .txt_block .catch {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .mv .txt_block .lead {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 0;
    margin-top: 0;
  }
  .mv .txt_block .btn_link {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .mv .txt_block .btn_link.pdf{
    width: 100%;
    font-size: 70%;
    margin: 10px 0 0 0;
  }
  /* ----------------------------------------------------
   nav_list
---------------------------------------------------- */
  .nav_list-sp_cover {
    background: url(../img/nav_bg-sp.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0;
  }
  .nav_list {
    background: none
  }
  .nav_list .container {
    padding: 0 3%;
  }
  .nav_list ul li {
    width: calc((100% - 40px) /4);
    margin: 6px 5px;
  }
  .nav_list ul li:nth-child(7) {
    width: 35%;
  }
  .nav_list ul li a {
    padding: 35px 5px 25px;
  }
  .nav_list ul li a span {
    padding-top: 28px;
    padding-left: 0;
    font-size: 14px;
  }
  .nav_list ul li:nth-child(7) a span {
    padding-top: 28px;
    padding-left: 0;
  }
  .nav_list ul li a::before {
    bottom: 7px;
  }
  .nav_list ul li a span::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 23px;
    height: 23px;
  }
  .nav_list ul li:nth-child(7) a span::before {
    left: 55%;
  }
  .dsc {
    padding: 40px 5% 0;
  }
  /* ----------------------------------------------------
   contens
---------------------------------------------------- */
  .contents {
    padding: 0 5% 100px;
  }
  .container {
    margin: 100px 0 0;
    text-align: left;
  }
  .ttl-h2 {
    font-size: 26px;
    padding-bottom: 30px;
  }
  .ttl-h2:before {
    top: -65px;
  }
  /* --- img_block --- */
  .img_block ul {
    display: block;
  }
  .img_block.l_arrow li, .img_block.t_arrow li {
    display: block;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .img_block.l_arrow p {
    width: 100%;
    height: 50px;
    margin: 38px 0 0 0;
  }
  .img_block.l_arrow p:before {
    top: 0;
    left: 35%;
    transform: rotate(90deg) translateY(-50%);
    margin-top: -39px;
    border: 16px solid transparent;
    border-right: 35px solid #FFF;
  }
  .img_block.l_arrow p:after {
    top: 0;
    left: 35%;
    transform: rotate(90deg) translateY(-50%);
    margin-top: -42px;
    border: 16px solid transparent;
    border-right: 35px solid #55806F;
  }
  #ac01 .img_block img {
    max-width: 100%;
  }
  #ac04 .img_block.t_arrow li {
    width: 100%;
    margin: 0;
  }
  /* ----------------------------------------------------
   footer
---------------------------------------------------- */
  footer {
    height: 310px;
  }
  footer .ftr_container .txt {
    margin-top: 15px;
    line-height: 1.8;
    font-size: 15px;
  }
  footer .ftr_container .btn_link span {
    font-size: 15px;
    padding-right: 20px;
  }
  footer .ftr_container .btn_link span::after {
    width: 13px;
    height: 13px;
    top: 8px;
  }
  footer .ftr_container .footer_logo {
    height: 25px;
  }
  footer #pagetop a {
    width: 45px;
    height: 45px;
  }
}