@charset "UTF-8";
#visual {
  min-width: 1040px;
  background: #fff;
}

@media (max-width: 480px) {
  #visual {
    min-width: 100%;
  }
}

#visual .visual {
  margin: 0 auto;
  position: relative;
}

@media (max-width: 480px) {
  #visual .visual {
    max-width: 100%;
  }
}

#visual .visual .slick-slide:focus {
  outline: none;
}

#visual .visual img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

#visual .visual .visual_text {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  max-width: 1020px;
}

@media (max-width: 480px) {
  #visual .visual .visual_text {
    display: none;
  }
}

#visual .visual .visual_text img {
  width: auto;
}

.top_navi {
  background: url(../img/background-img01-01-pc.png) left top/30% no-repeat, url(../img/background-img01-02-pc.png) right top/30% no-repeat;
}

@media (max-width: 480px) {
  .top_navi {
    background: url(../img/background-img01-01-sp.png) left top/40% no-repeat, url(../img/background-img01-02-sp.png) right top/40% no-repeat;
  }
}

.top_navi .top_navi_title {
  color: #55b55c;
  font-size: 3.5rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg {
  margin-bottom: 40px;
}

.top_navi .top_navi_inner .top_navi_inner_msg p {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p {
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(1) {
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(1.4rem * 1.2 * 14);
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(1) {
    height: auto;
    width: 100%;
    padding: 0;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(1)::after {
  position: absolute;
  background: #bfbfbf;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(1)::after {
    content: none;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(1) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: calc(1.4rem * 1.2 * 14);
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(1) span {
    position: static;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(1).animate {
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(1).animate::after {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(1).effect {
    width: calc(1.4rem * 1.2 * 14);
    opacity: 1;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(1).effect::after {
    height: 1px;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(2) {
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(1.4rem * 1.2 * 28);
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(2) {
    height: auto;
    width: 100%;
    padding: 0;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(2)::after {
  position: absolute;
  background: #bfbfbf;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(2)::after {
    content: none;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(2) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: calc(1.4rem * 1.2 * 28);
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(2) span {
    position: static;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(2).animate {
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(2).animate::after {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(2).effect {
    width: calc(1.4rem * 1.2 * 28);
    opacity: 1;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(2).effect::after {
    height: 1px;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(3) {
  margin-bottom: 40px;
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(4) {
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(1.4rem * 1.2 * 22);
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(4) {
    height: auto;
    width: 100%;
    padding: 0;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(4)::after {
  position: absolute;
  background: #bfbfbf;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(4)::after {
    content: none;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(4) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: calc(1.4rem * 1.2 * 22);
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(4) span {
    position: static;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(4).animate {
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(4).animate::after {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(4).effect {
    width: calc(1.4rem * 1.2 * 22);
    opacity: 1;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(4).effect::after {
    height: 1px;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(5) {
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(1.4rem * 1.2 * 32);
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(5) {
    height: auto;
    width: 100%;
    padding: 0;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(5)::after {
  position: absolute;
  background: #bfbfbf;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(5)::after {
    content: none;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(5) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: calc(1.4rem * 1.2 * 32);
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(5) span {
    position: static;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(5).animate {
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(5).animate::after {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(5).effect {
    width: calc(1.4rem * 1.2 * 32);
    opacity: 1;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p:nth-child(5).effect::after {
    height: 1px;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p span {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.top_navi .top_navi_inner .top_navi_inner_msg p span:nth-child(1) {
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(1.4rem * 1.2 * 32);
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p span:nth-child(1) {
    height: auto;
    width: 100%;
    padding: 0;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p span:nth-child(1)::after {
  position: absolute;
  background: #bfbfbf;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p span:nth-child(1)::after {
    content: none;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p span:nth-child(1) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: calc(1.4rem * 1.2 * 32);
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p span:nth-child(1) span {
    position: static;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p span:nth-child(1).animate {
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p span:nth-child(1).animate::after {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p span:nth-child(1).effect {
    width: calc(1.4rem * 1.2 * 32);
    opacity: 1;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p span:nth-child(1).effect::after {
    height: 1px;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p span:last-child {
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(1.4rem * 1.2 * 13);
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p span:last-child {
    height: auto;
    width: 100%;
    padding: 0;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p span:last-child::after {
  position: absolute;
  background: #bfbfbf;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p span:last-child::after {
    content: none;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg p span:last-child span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: calc(1.4rem * 1.2 * 13);
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p span:last-child span {
    position: static;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p span:last-child.animate {
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p span:last-child.animate::after {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 481px) {
  .top_navi .top_navi_inner .top_navi_inner_msg p span:last-child.effect {
    width: calc(1.4rem * 1.2 * 13);
    opacity: 1;
  }
  .top_navi .top_navi_inner .top_navi_inner_msg p span:last-child.effect::after {
    height: 1px;
  }
}

.top_navi .top_navi_inner .top_navi_inner_msg_sp {
  margin-bottom: 40px;
}

.top_navi .top_navi_inner .top_navi_inner_msg_sp p {
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 0;
}

.top_navi .top_navi_inner .top_navi_inner_msg_sp p:nth-child(3) {
  margin-bottom: 20px;
}

.top_navi .top_navi_inner .top_navi_inner_msg_sp p span {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 5px;
  line-height: 2.5;
  display: inline;
}

.top_navi .top_navi_inner .top_navi_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.top_navi .top_navi_inner .top_navi_btn .btn_base {
  width: 300px;
}

.top_navi .top_navi_inner .top_navi_btn .btn_base a {
  border-radius: 10px;
  height: 120px;
  padding: 20px;
}

.top_navi .top_navi_inner .top_navi_btn .btn_base a span {
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.top_navi .top_navi_inner .top_navi_btn .btn_base:nth-child(1) a::after {
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  background: url(../img/icon01-01-pc.png) center/contain no-repeat;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_navi .top_navi_inner .top_navi_btn .btn_base:nth-child(2) a::after {
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  background: url(../img/icon01-02-pc.png) center/contain no-repeat;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_navi .top_navi_inner .top_navi_btn .btn_base:nth-child(3) a::after {
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  background: url(../img/icon01-03-pc.png) center/contain no-repeat;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_navi .top_navi_inner .top_navi_btn .btn_base:hover:nth-child(1) a::after {
  background: url(../img/icon01-01-hover-pc.png) center/contain no-repeat;
}

.top_navi .top_navi_inner .top_navi_btn .btn_base:hover:nth-child(2) a::after {
  background: url(../img/icon01-02-hover-pc.png) center/contain no-repeat;
}

.top_navi .top_navi_inner .top_navi_btn .btn_base:hover:nth-child(3) a::after {
  background: url(../img/icon01-03-hover-pc.png) center/contain no-repeat;
}

@media (max-width: 480px) {
  .top_navi .top_navi_inner .top_navi_btn .btn_base {
    width: 100%;
    margin-bottom: 15px;
  }
  .top_navi .top_navi_inner .top_navi_btn .btn_base a {
    border-radius: 10px;
    height: auto;
    padding: 20px 30px;
  }
  .top_navi .top_navi_inner .top_navi_btn .btn_base a span {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .top_navi .top_navi_inner .top_navi_btn .btn_base:nth-child(1) a::after {
    width: 50px;
    height: 50px;
    position: absolute;
    content: "";
    background: url(../img/icon01-01-pc.png) center/contain no-repeat;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .top_navi .top_navi_inner .top_navi_btn .btn_base:nth-child(2) a::after {
    width: 50px;
    height: 50px;
    position: absolute;
    content: "";
    background: url(../img/icon01-02-pc.png) center/contain no-repeat;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .top_navi .top_navi_inner .top_navi_btn .btn_base:nth-child(3) a::after {
    width: 50px;
    height: 50px;
    position: absolute;
    content: "";
    background: url(../img/icon01-03-pc.png) center/contain no-repeat;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .top_navi .top_navi_inner .top_navi_btn .btn_base:hover:nth-child(1) a::after {
    background: url(../img/icon01-01-pc.png) center/contain no-repeat;
  }
  .top_navi .top_navi_inner .top_navi_btn .btn_base:hover:nth-child(2) a::after {
    background: url(../img/icon01-02-pc.png) center/contain no-repeat;
  }
  .top_navi .top_navi_inner .top_navi_btn .btn_base:hover:nth-child(3) a::after {
    background: url(../img/icon01-03-pc.png) center/contain no-repeat;
  }
}

#contents section.top_forte {
  padding: 30px 0;
  background: url(../img/background-img02-pc.png) top center/100% no-repeat #edf5e6;
  padding-top: 400px;
}

@media (max-width: 480px) {
  #contents section.top_forte {
    background: url(../img/background-img02-sp.png) top center/100% no-repeat #edf5e6;
    padding-top: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#contents section.top_forte .top_forte_inner {
  padding: 50px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
  #contents section.top_forte .top_forte_inner {
    padding: 20px 15px;
  }
}

#contents section.top_forte .top_forte_inner .top_forte_list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  #contents section.top_forte .top_forte_inner .top_forte_list {
    display: block;
  }
}

#contents section.top_forte .top_forte_inner .top_forte_list .top_forte_list_set {
  width: calc(98% / 3);
  margin-bottom: 40px;
  padding: 10px 3%;
  border-right: 1px solid #e5e5e5;
  position: relative;
}

#contents section.top_forte .top_forte_inner .top_forte_list .top_forte_list_set:nth-child(3) {
  border: none;
}

#contents section.top_forte .top_forte_inner .top_forte_list .top_forte_list_set span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

#contents section.top_forte .top_forte_inner .top_forte_list .top_forte_list_set .top_forte_list_set_title {
  color: #444;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#contents section.top_forte .top_forte_inner .top_forte_list .top_forte_list_set p {
  font-size: 1.4rem;
}

@media (max-width: 480px) {
  #contents section.top_forte .top_forte_inner .top_forte_list .top_forte_list_set {
    width: auto;
    margin-bottom: 15px;
    padding: 0;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents section.top_forte .top_forte_inner .top_forte_list .top_forte_list_set span {
    width: 75px;
    margin-bottom: 5px;
  }
  #contents section.top_forte .top_forte_inner .top_forte_list .top_forte_list_set span img {
    max-width: 100%;
  }
  #contents section.top_forte .top_forte_inner .top_forte_list .top_forte_list_set .top_forte_list_set_title {
    font-size: 1.5rem;
    padding-left: 10px;
  }
}

#contents .top_news {
  background: #f6f7e7;
}

#contents .top_news .top_news_inner {
  position: relative;
  z-index: 100;
}

#contents .top_news .top_news_inner::before {
  width: 277px;
  height: 199px;
  background: url(../img/news01.png) center/contain no-repeat;
  position: absolute;
  content: "";
  top: -50px;
  right: -30px;
}

#contents .top_news .top_news_inner::after {
  width: 277px;
  height: 199px;
  background: url(../img/news02.png) center/contain no-repeat;
  position: absolute;
  content: "";
  bottom: -30px;
  left: -30px;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_inner::before {
    width: 140px;
    height: 100px;
    background: url(../img/news01.png) center/contain no-repeat;
    position: absolute;
    content: "";
    top: -25px;
    right: 0;
  }
  #contents .top_news .top_news_inner::after {
    width: 140px;
    height: 100px;
    background: url(../img/news02.png) center/contain no-repeat;
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
  }
}

#contents .top_news .top_news_inner_in {
  padding: 50px 70px;
  margin: 0 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_inner_in {
    padding: 20px;
    margin: 0 10px;
  }
}

#contents .top_news .top_news_inner_in .top_news_title {
  color: #55b55c;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 0 0 0 50px;
  max-width: 1020px;
  position: relative;
}

#contents .top_news .top_news_inner_in .top_news_title::before {
  width: 36px;
  height: 38px;
  background: url(../img/icon02-pc.png) center/contain no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 480px) {
  #contents .top_news .top_news_inner_in .top_news_title {
    font-size: 2rem;
  }
}

#contents .top_news .top_news_list {
  border-top: #b5b5b5 1px solid;
}

#contents .top_news .top_news_list > ul > li {
  border-bottom: #b5b5b5 1px solid;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 40px;
  overflow: hidden;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list > ul > li {
    -webkit-transition: unset;
    transition: unset;
    padding: 0;
  }
}

#contents .top_news .top_news_list > ul > li.open .heading::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list > ul > li.open .heading {
    background: #f1f7eb;
  }
}

#contents .top_news .top_news_list > ul > li:not(.open) .heading:hover {
  background: #f1f7eb;
}

#contents .top_news .top_news_list > ul > li:not(.open) .heading:hover .title {
  color: #55b55c;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list > ul > li:not(.open) .heading:hover {
    background: #fff;
  }
  #contents .top_news .top_news_list > ul > li:not(.open) .heading:hover .title {
    color: #444;
  }
}

#contents .top_news .top_news_list .heading {
  font-size: 1.5rem;
  font-weight: normal;
  color: #444;
  padding: 19px 66px 20px 40px;
  margin: 0 -40px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list .heading {
    padding: 15px 15px;
    margin: 0;
  }
}

#contents .top_news .top_news_list .heading::before, #contents .top_news .top_news_list .heading::after {
  top: 50%;
  position: absolute;
  content: "";
  background: #55b55c;
}

#contents .top_news .top_news_list .heading::before {
  width: 16px;
  height: 2px;
  margin-top: -1px;
  right: 40px;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list .heading::before {
    right: 15px;
  }
}

#contents .top_news .top_news_list .heading::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  background: #2e9648;
  right: 47px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list .heading::after {
    right: 22px;
  }
}

#contents .top_news .top_news_list .heading .date {
  color: #77bf00;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 45px;
  width: 105px;
  word-break: break-all;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list .heading .date {
    width: 100%;
    margin: 0 0 5px 0;
  }
}

#contents .top_news .top_news_list .heading .title {
  width: 580px;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list .heading .title {
    width: 100%;
  }
}

#contents .top_news .top_news_list .msg {
  padding: 25px 0 30px;
  border-top: 1px solid #b5b5b5;
  display: none;
}

#contents .top_news .top_news_list .msg:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list .msg {
    padding: 15px 15px 25px;
  }
}

#contents .top_news .top_news_list .text:nth-child(1):nth-last-child(2) {
  width: 65%;
  float: left;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list .text:nth-child(1):nth-last-child(2) {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

#contents .top_news .top_news_list .images {
  float: right;
  width: 30%;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list .images {
    float: none;
    width: 100%;
  }
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list .images ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#contents .top_news .top_news_list .images li:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  #page #contents .top_news .top_news_list .images li {
    width: 48%;
    margin: 0 4% 0 0;
  }
  #page #contents .top_news .top_news_list .images li:nth-child(2n), #page #contents .top_news .top_news_list .images li:last-child {
    margin-right: 0;
  }
  #page #contents .top_news .top_news_list .images li:nth-child(n + 3) {
    margin-top: 4%;
  }
  #page #contents .top_news .top_news_list .images li:only-child {
    width: 100%;
    margin: 0;
  }
}

#contents .top_news .top_news_list .images a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 158px;
  overflow: hidden;
  /*　カスタマイズ　*/
  background: #797979;
}

#contents .top_news .top_news_list .images a[data-lightbox] {
  position: relative;
}

#contents .top_news .top_news_list .images a[data-lightbox]::after {
  position: absolute;
  content: "\ff0b";
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  right: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  padding: 0 0 2px 2px;
}

@media (max-width: 480px) {
  #contents .top_news .top_news_list .images a[data-lightbox]::after {
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    padding: 0 0 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    bottom: 5px;
    right: 5px;
  }
}

#contents .top_news .top_news_list .images a img {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #contents .top_news .top_news_list .images a:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 480px) {
  #page #contents .top_news .top_news_list .images a {
    width: 100%;
    padding-top: 69%;
    height: 0;
    position: relative;
    display: block;
  }
}

#contents .top_news .top_news_list .images a img {
  max-width: 100%;
  max-height: 100%;
}

@media all and (-ms-high-contrast: none) {
  #contents .top_news .top_news_list .images a img {
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 480px) {
  #page #contents .top_news .top_news_list .images a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.top_address {
  background: url(../img/background-img01-pc.png) center/cover no-repeat;
}

@media (max-width: 480px) {
  .top_address {
    background: url(../img/background-img01-sp.png) center/cover no-repeat;
  }
}

.top_address .top_address_title {
  color: #444;
  font-size: 2.8rem;
  font-weight: normal;
  margin: 0 auto 40px;
  padding: 0 0 0 50px;
  max-width: 1020px;
  position: relative;
}

.top_address .top_address_title::before {
  width: 36px;
  height: 38px;
  background: url(../img/icon02-pc.png) center/contain no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 480px) {
  .top_address .top_address_title {
    font-size: 2rem;
    margin: 0 auto 20px;
  }
}

.top_address dl {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.top_address dl dt {
  font-weight: bold;
  width: 30%;
  position: relative;
  margin-bottom: 20px;
}

.top_address dl dt::before {
  width: 30px;
  height: 1px;
  background: #444;
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
}

.top_address dl dd {
  width: 70%;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .top_address dl {
    display: block;
  }
  .top_address dl dt {
    font-size: 1.5rem;
    text-align: center;
    width: auto;
    margin-bottom: 0;
  }
  .top_address dl dt::before {
    content: none;
  }
  .top_address dl dd {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }
}

.top_address .top_address_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_address .top_address_btn .btn_base {
  width: 230px;
}

@media (max-width: 480px) {
  .top_address .top_address_btn {
    display: block;
  }
  .top_address .top_address_btn .btn_base {
    width: 80%;
    margin-bottom: 15px;
  }
}

.top_address iframe {
  overflow: hidden;
  display: block;
}

@media (max-width: 480px) {
  .top_address iframe {
    border: 10px;
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 480px) {
  .top_address .map {
    width: 100%;
    height: 180px;
    overflow: hidden;
    z-index: 10;
  }
}
/*# sourceMappingURL=top.css.map */