@charset "UTF-8";
/*-----------------------------------

	base

-----------------------------------*/
html {
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 20px;
  font-size: 2.0em;
  color: #000000;
  line-height: 2.3;
  /*letter-spacing: 0.04em;*/
  font-weight: 400;
  background: #ffffff;
  margin: 0 !important;
  width: 100%;
  overflow: hidden;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#skrollr-body {
  position: relative;
}
#skrollr-body:before {
  content: "";
  width: 210px;
  height: 198px;
  background: url(../img/common/mainvisual_bg01.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
#skrollr-body:after {
  content: "";
  width: 480px;
  height: 187px;
  background: url(../img/common/mainvisual_bg02.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}
.contents_inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
a, a:link, a:visited {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: 0.3s;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.tab {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
@media screen and (max-width: 840px) {
  .tab {
    display: block;
  }
  #skrollr-body:before {
    width: 140px;
    height: 132px;
  }
  #skrollr-body:after {
    background: url(../img/common/sp/mainvisual_bg02.png) no-repeat center/contain;
    width: 132px;
    height: 140px;
  }
}
@media screen and (max-width: 640px) {
  /*body {
    font-size: 16px;
    font-size: 1.6em;
  }*/
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
header {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.5%;
  width: 100%;
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #0fb280;
  z-index: 10000;
}
header #logo {
  width: 300px;
  line-height: 0;
  position: relative;
  z-index: 9999;
}
header #nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 15px;
}
header #nav_menu ul {
  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;
  gap: 25px;
}
header #nav_menu ul li a {
  font-size: 16px;
	font-weight: 500;
  padding-bottom: 20px;
  position: relative;
}
header #nav_menu ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: rgb(133, 176, 83);
  background: linear-gradient(90deg, rgba(133, 176, 83, 1) 0%, rgba(15, 178, 128, 1) 100%);
  bottom: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header #nav_menu ul li a:hover::after {
  visibility: visible;
  bottom: 15px;
  opacity: 1;
}
header #nav_menu ul .active a:hover::after {
  content: none;
}
header .btn a {
  width: 130px;
  padding: 15px 0;
  padding-bottom: 15px !important;
  display: block;
  line-height: 1;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background: rgb(133, 176, 83);
  background: linear-gradient(90deg, rgba(133, 176, 83, 1) 0%, rgba(15, 178, 128, 1) 100%);
}
header .btn a:after {
  content: none !important;
}
header #nav_menu ul.menu {
  gap: 50px;
  line-height: 1;
}
header #nav_menu ul.menu li a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
header #nav_menu ul .active a {
  position: relative;
}
header #nav_menu ul .active a:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #85b053, 10%, #0fb280);
  background: -webkit-linear-gradient(0deg, #85b053 10%, #0fb280);
  bottom: 15px;
  left: 0;
}
header .sp_menu {
  display: none;
}
.menu_btn_wrap {
  display: none;
}
header .btn_box {
  display: none;
}
@media screen and (max-width: 1500px) {
  header #logo {
    width: 200px;
  }
  header #nav_menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    height: 70px;
    padding: 0 0 0 2.5%;
  }
  /*header #nav_menu ul .active a:before {
    height: 2px;
    bottom: -6px;
  }*/
  .menu_btn_wrap {
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 999;
    background: rgb(133, 176, 83);
    background: linear-gradient(90deg, rgba(133, 176, 83, 1) 0%, rgba(15, 178, 128, 1) 100%);
    position: relative;
  }
  .menu_btn {
    width: 30px;
    height: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background: #fff;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    border-radius: 10px;
    text-align: center;
  }
  .menu_btn:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background: #fff;
    top: -13px;
    left: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
  }
  .menu_btn:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background: #fff;
    bottom: -13px;
    left: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
  }
  .menu_btn.active {
    background: none;
  }
  .menu_btn.active:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    left: 0;
  }
  .menu_btn.active:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 30px;
    bottom: 0;
    left: 0;
  }
  header #nav_menu {
    width: 100%;
    height: auto;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 70px 0 0 0;
    z-index: 999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    gap: 30px;
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 15%);
  }
  header #nav_menu.toggle {
    right: 0 !important;
  }
  header #nav_menu ul {
    flex-wrap: wrap;
    gap: 0;
    height: 80%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header #nav_menu ul li {
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #0fb280;
    line-height: 1;
  }
  header #nav_menu ul li a {
    font-size: 17px;
  }
  header #nav_menu .btn {
    display: none;
  }
  header .btn_box {
    display: block;
    margin-left: auto;
    padding-right: 2%;
    position: relative;
    z-index: 9999;
  }
}
@media screen and (max-width: 840px) {
  header #nav_menu {
    top: 70px;
    padding: 0;
  }
  header #nav_menu ul.menu {
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  header #nav_menu ul.menu li a {
    font-size: 14px;
  }
  /*header #nav_menu ul .active a:before {
    height: 2px;
    bottom: -8px;
  }*/
}
header .btn_box .btn a {
  font-size: 14px;
}
.menu_btn {
  width: 25px;
  height: 3px;
}
.menu_btn:before {
  width: 25px;
  height: 3px;
  top: -10px;
}
.menu_btn:after {
  width: 25px;
  height: 3px;
  bottom: -10px;
}
.menu_btn.active:after {
  width: 25px;
}
@media screen and (max-width: 420px) {
  header #logo {
    width: 170px;
  }
  header .btn_box .btn a {
    width: 100px;
    font-size: 11px;
  }
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 10000;
  width: 80px;
  height: 80px;
  background: rgb(133, 176, 83);
  background: linear-gradient(0deg, rgba(133, 176, 83, 1) 0%, rgba(15, 178, 128, 1) 100%);
  border-radius: 50%;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
#pagetop::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0)rotate(-45deg);
}
@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 60px;
    width: 50px;
    height: 50px;
  }
  #pagetop::after {
    width: 15px;
    height: 15px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    top: 22px;
  }
}
/*-----------------------------------

	entry

-----------------------------------*/
#entry {
  position: relative;
  z-index: 9999;
  text-align: center;
}
#entry .entry_btn a {
  background: rgb(133, 176, 83);
  background: linear-gradient(90deg, rgba(133, 176, 83, 1) 0%, rgba(15, 178, 128, 1) 100%);
  padding: 50px 0;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  display: block;
}
#entry .entry_btn a span {
  font-size: 16px;
  display: block;
}
#entry ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eaf3e6;
}
#entry ul li {
  width: 50%;
}
#entry ul li:last-child {
  position: relative;
}
#entry ul li:last-child:after {
  content: "";
  background: #ccc;
  width: 2px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#entry ul li a {
  padding: 100px;
  display: block;
}
#entry ul li a img {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #entry .entry_btn a {
    padding: 30px 0;
    font-size: 24px;
  }
  #entry .entry_btn a span {
    font-size: 12px;
  }
  #entry ul li:last-child:after {
    height: 40px;
  }
  #entry ul li a {
    padding: 30px;
  }
  #entry ul li a img {
    width: 136px;
  }
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
  position: relative;
  z-index: 9999;
  text-align: center;
  background: #fff;
}
footer .contents_inner {
  padding: 50px 0;
}
footer .footer_logo a {
  line-height: 1;
}
footer .footer_logo img {
  width: 297px;
}
footer small {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 640px) {
  footer .contents_inner {
    padding: 30px 0;
  }
  /*footer .footer_logo img {
    width: 198px;
  }*/
  footer small {
    font-size: 10px;
  }
}