@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    header
======================================================== */
.mv_ttl > a {
  pointer-events: none;
}

/* ========================================================
    lead
======================================================== */
.lead {
  position: relative;
  width: 100%;
  padding: 12rem 0 0 0;
}
.lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url(../images/top/lead_bg01.png);
  background-repeat: no-repeat;
  background-position: 50% 7rem;
  background-size: 88.1rem 122.8rem;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .lead::before {
    background-position: 50% -22rem;
  }
}
.lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 16rem;
  background-color: #dfeff2;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .lead::after {
    height: 10rem;
  }
}
.lead_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lead_column {
    width: 86.6666666667%;
  }
}
.lead_ttl {
  position: relative;
  margin: 7rem 0 8rem 0;
  text-align: center;
}
.lead_ttl > em {
  display: block;
  color: #e7316e;
  font-style: normal;
  font-family: "Shippori Mincho B1", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lead_ttl > em {
    font-size: 4rem;
  }
}
.lead_ttl > span {
  display: block;
  margin-top: 1.5rem;
  color: #00a051;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .lead_ttl > span {
    margin-top: 0.5rem;
    font-size: 2rem;
  }
}
.lead_text {
  position: relative;
  margin: -1rem 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2.4;
  text-align: center;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .lead_text {
    font-size: 2.8rem;
  }
}
.lead_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12rem;
}
.lead_btn > li {
  width: 64rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lead_btn > li {
    width: 46.1538461538%;
    margin: 0;
  }
}
.lead_btn > li + li {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .lead_btn > li + li {
    margin-top: 0;
  }
}
.lead_btn > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .lead_btn > li > a:hover {
    transform: translateY(-1.2rem);
    opacity: 1;
  }
}

/* ========================================================
    outline
======================================================== */
.outline {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .outline {
    padding: 12rem 0;
  }
}
.outline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dfeff2;
  z-index: -2;
}
.outline_column {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .outline_column {
    width: 100%;
  }
}
.outline_text {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .outline_text {
    width: 66.6666666667%;
  }
}
.outline_ttl {
  position: relative;
  color: #00a051;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .outline_ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}
.outline_table {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .outline_table {
    margin-top: 1.5rem;
  }
}
.outline_table th {
  padding: 3rem;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  border-right: 0.4rem solid #dfeff2;
  border-bottom: 0.4rem solid #dfeff2;
  background-color: #e7316e;
  transform: rotate(0.03deg);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .outline_table th {
    padding: 1.75rem 3rem;
    border-right: 0.2rem solid #dfeff2;
    border-bottom: 0.2rem solid #dfeff2;
  }
}
.outline_table td {
  padding: 3rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 0.4rem solid #dfeff2;
  background-color: #ffffff;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .outline_table td {
    padding: 1.75rem 3rem;
    border-bottom: 0.2rem solid #dfeff2;
  }
}
.outline_img {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .outline_img {
    width: 26.6666666667%;
    margin-top: 0;
    padding-top: 5.2rem;
  }
}
.outline_link {
  position: relative;
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .outline_link {
    margin-bottom: 6rem;
  }
}
.outline_link > li > a {
  display: block;
}
@media screen and (min-width: 768px) {
  .outline_link > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .outline_link > li > a:hover > span::after {
    transform: translate(1.6rem, 0.6rem);
  }
}
.outline_link > li > a > span {
  position: relative;
  color: #e7316e;
  font-weight: 900;
  transform: rotate(0.03deg);
}
.outline_link > li > a > span::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(1.6rem, 0.9rem);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .outline_link > li > a > span::after {
    width: 2.4rem;
    height: 2.4rem;
    transform: translate(0.8rem, 0.6rem);
  }
}
.outline_link > li > a > span > .tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .outline_link > li > a > span > .tab {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  .outline_link > li > a > span > .tab {
    display: none;
  }
}
.outline_bnr {
  position: relative;
  width: 100%;
}
.outline_bnr > li {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .outline_bnr > li {
    margin-top: 1.6rem;
  }
}
.outline_bnr > li:first-child {
  margin-top: 0;
}/*# sourceMappingURL=top.css.map */