@charset "utf-8";
/*  clearfix  */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* contents-parts */
.link01,
.link02,
.link03,
.link_back {
  -webkit-appearance: none;
  font-size: 13rem;
  font-weight: bold;
  border: none;
  border-radius: 40px;
}
.link01 {
  color: #fff;
  background: linear-gradient(270deg, #14B598 0%, #13C0A1 100%);
  box-shadow: 8px 8px 10px rgba(4, 78, 64, 0.15);
}
.link01:hover {
  color: #fff;
}
.link02,
.link_back {
  background: linear-gradient(278.07deg, #FAFAFA 19.51%, #F7F7F7 54.95%);
  box-shadow: 10px 10px 20px rgba(111, 111, 111, 0.1);
}
.link02 {
  color: #323232;
}
.link02:hover {
  color: #323232;
}
.link03 {
  font-weight: bold;
  color: #fff;
  text-decoration-line: underline;
}
.link03:hover {
  color: #fff;
}
.link_back {
  color: #868686;
}
.link_back:hover {
  color: #868686;
}
/* header */
header .header_inner,
footer .footer_inner,
#contentsmain {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
header .header_inner{
  height: 150px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header .header_inner .header_logo {
  width: 100%;
  height: 100%;
  padding: 48px 40px 0;
  position: relative;
}
header .header_inner .header_logo a,
header .header_inner .header_logo .logo {
  display: block;
  width: 25px;
}
header .header_inner .header_logo p {
  font-size: 20rem;
  line-height: 1.2;
  position: absolute;
  bottom: 10px;
}
/* gnavi */
header #gnavi {
  width: 100%;
  height: 90px;
  background: #fff;
  border-top: 1px solid #D2D2D2;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#gnavi .navi {
  display: flex;
  width: 100%;
  max-width: 768px;
  height: 100%;
  margin: auto;
}
#gnavi .navi li {
  display: flex;
  justify-content: center;
  width: 25%;
  text-align: center;
}
#gnavi .navi li a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
#gnavi .navi li a img {
  height: 25px;
  position: absolute;
  top: 23px;
}
#gnavi .navi li a .on,
#gnavi .navi li.active a .off,
#gnavi .navi li a:hover .off {
  opacity: 0;
}
#gnavi .navi li.active a .on,
#gnavi .navi li a:hover .on {
  opacity: 1;
}
#gnavi .navi li a span {
  font-size: 9rem;
  font-weight: bold;
  margin: auto 0 20px;
}
#gnavi .navi li.active a span {
  color: #13C0A1;
}
/* footer */
footer {
  display: none;
}
/* contents */
#contentsmain_wrap {
  display: block;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  padding: 0;
}
#contentsmain {
  height: 100%;
  padding-top: 180px;
  padding-bottom: 120px;
}
#contentsmain h1 {
  display: none;
}
#contentsmain section {
  width: 100%;
  margin: 0px auto 40px;
  padding: 0 40px;
}
#contentsmain section:last-child,
#contentsmain .contents:last-child {
  margin-bottom: 0;
}
#contentsmain .contents {
}
@media (max-width: 768px) {
}