/*-------------------------
 #main
-------------------------*/
#main {
  padding: 40px 0 60px 0;
  background: url(../images/bg_main.png) bottom 140px center no-repeat, linear-gradient(to top, rgb(150, 183, 61) 0px, rgb(64, 109, 8) 140px, white 141px);
  background-size: 100% auto;
  border-radius: 65px 65px 0 0;
}
@media screen and (max-width: 1200px) {
  #main {
    background: url(../images/bg_main.png) bottom 350px center no-repeat, linear-gradient(to top, rgb(150, 183, 61) 0px, rgb(64, 109, 8) 350px, white 351px);
    background-size: 100% auto;
  }
}
@media screen and (max-width: 620px) {
  #main {
    padding: 0 0 15% 0;
  }
}
#main h2 {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 30px 0;
}
#main h2 b {
  color: #3f6b08;
}
#main h2 b strong {
  font-size: 4.5rem;
}
#main #slide_main {
  width: calc(100% - 60px);
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 620px) {
  #main #slide_main {
    width: 90%;
  }
}
#main #slide_main li {
  border-radius: 65px;
  overflow: hidden;
}
@media screen and (max-width: 620px) {
  #main #slide_main li {
    border-radius: 30px;
  }
}
#main p {
  color: white;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #main p {
    margin-bottom: 30px;
  }
}
#main p b {
  font-size: 2.2rem;
  font-weight: bold;
}

/*-------------------------
service
-------------------------*/
#service .top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80px;
  background-color: rgb(150, 183, 61);
}
#service .top:before {
  display: block;
  content: "";
  width: 150%;
  height: 500px;
  background-color: #f3f3f3;
  border-radius: 50% 50% 0 0;
  position: absolute;
  left: -25%;
  top: 0;
}
#service .inner {
  padding: 0 40px 60px 40px;
}
@media screen and (max-width: 620px) {
  #service .inner {
    padding: 0 8.5% 15% 8.5%;
  }
}
#service h2 {
  text-align: center;
}
#service .ico {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#service .ico li {
  width: 30%;
  color: #3f6b08;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  background-color: white;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  aspect-ratio: 1;
  margin-bottom: 15px;
  padding: 15px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#service .ico li img {
  width: 75%;
}
#service .ico li span {
  display: block;
  width: 100%;
  font-weight: 900;
  line-height: 1;
  margin-top: 0px;
}
#service .faci li .ph {
  width: calc(100% - 40px);
  overflow: hidden;
}
@media screen and (max-width: 620px) {
  #service .faci li .ph {
    width: 95%;
  }
}
#service .faci li .inner {
  padding: 25px 40px 70px 40px;
}
@media screen and (max-width: 620px) {
  #service .faci li .inner {
    padding: 25px 5% 70px 5%;
  }
}
#service .faci li .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#service .faci li .inner .flex h3 {
  color: #3f6b08;
  font-family: "Century Gothic";
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 620px) {
  #service .faci li .inner .flex h3 {
    font-size: 3.8rem;
  }
}
#service .faci li .inner .flex h3 span {
  display: block;
  font-size: 1.3rem;
  font-weight: 900;
}
#service .faci li .inner .flex a {
  display: inline;
  color: #3f6b08;
  font-size: 1.2rem;
  font-weight: 900;
  border: solid #3f6b08 1px;
  border-radius: 30px;
  padding: 4px 25px;
  margin-top: 13px;
  position: relative;
}
@media screen and (max-width: 620px) {
  #service .faci li .inner .flex a {
    font-size: 1.2rem;
    padding: 2px 20px;
  }
}
#service .faci li .inner .flex a i {
  position: relative;
  display: inline-block;
  width: 5.1px;
  height: 9.1px;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 12px;
  transition: all 0.2s;
}
#service .faci li .inner .flex a:hover {
  opacity: 0.75;
}
#service .faci li .inner .flex a:hover i {
  right: 8px;
}
#service .faci li .inner .flex a i::before,
#service .faci li .inner .flex a i::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #3f6b08;
  transform-origin: calc(100% - 0.75px) 50%;
}
#service .faci li .inner .flex a i::before {
  transform: rotate(45deg);
}
#service .faci li .inner .flex a i::after {
  transform: rotate(-45deg);
}
#service .faci li:nth-child(odd) .ph {
  border-radius: 20px 0 0 20px;
  margin-left: 40px;
}
@media screen and (max-width: 620px) {
  #service .faci li:nth-child(odd) .ph {
    margin-left: 5%;
  }
}
#service .faci li:nth-child(even) .ph {
  border-radius: 0 20px 20px 0;
}

/*-------------------------
access
-------------------------*/
#access {
  padding-top: 60px;
}
#access h2 {
  width: 100%;
  background: url(../images/bg_access.svg) top center no-repeat;
  background-size: 80% auto;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 30px;
}
#access h2 span {
  display: block;
  font-size: 1.6rem;
}
#access h2 span b {
  font-size: 3rem;
}
#access .inner {
  padding: 40px 40px 60px 40px;
}
@media screen and (max-width: 620px) {
  #access .inner {
    padding: 30px 5% 15% 5%;
  }
}
#access .list {
  display: flex;
  flex-wrap: wrap;
}
#access .list > dt {
  width: 120px;
  font-weight: 900;
  line-height: 1.6;
  border-bottom: solid #8a8a8a 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  #access .list > dt {
    width: 100px;
  }
}
#access .list > dt:last-of-type {
  border-bottom: none;
}
#access .list > dd {
  width: calc(100% - 120px);
  line-height: 1.6;
  border-bottom: solid #8a8a8a 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  #access .list > dd {
    width: calc(100% - 100px);
  }
}
#access .list > dd:last-of-type {
  border-bottom: none;
}
#access .list > dd a {
  display: block;
  color: #3f6b08;
  font-weight: bold;
  text-decoration: underline;
}
#access .list > dd a:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../common/images/ico_access.svg) top left no-repeat;
  vertical-align: middle;
}
#access .list > dd .price {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#access .list > dd .price dt {
  width: 100px;
}
#access .list > dd .price dd {
  width: calc(100% - 100px);
}
#access .list > dd .price dd span {
  font-size: 1.1rem;
}
#access .list > dd .sm {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
#access iframe {
  width: 360px;
  height: 360px;
  border: solid #b3b3b3 2px;
  margin-bottom: 30px;
}
@media screen and (max-width: 620px) {
  #access iframe {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */