@media screen and (max-width: 991px) {
  html.header-scrolled header {
    background-color: #fff;
  }
}
html body header {
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  html body header {
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  html body header .header-inner .logo-wrapper a {
    color: #fff;
    transition: 0.4s ease;
  }
}
html body main {
  margin-top: 0;
}
html body main .mainvisual {
  position: relative;
}
html body main .mainvisual .mv-slider {
  position: relative;
  z-index: 0;
}
html body main .mainvisual .mv-slider .mv-slider-img {
  height: 871px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mv-slider .mv-slider-img {
    height: 506px;
    height: 134.9333333333vw;
    background-position: center top;
    background-size: 100% auto;
  }
}
html body main .mainvisual .mv-slider .mv-1 {
  background-image: url("../../images/lp/mv-1-pc.png");
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mv-slider .mv-1 {
    background-image: url("../../images/lp/mv-1-sp.png");
  }
}
html body main .mainvisual .mv-slider .mv-2 {
  background-image: url("../../images/lp/mv-2-pc.png");
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mv-slider .mv-2 {
    background-image: url("../../images/lp/mv-2-sp.png");
  }
}
html body main .mainvisual .mv-slider .mv-3 {
  background-image: url("../../images/lp/mv-3-pc.png");
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mv-slider .mv-3 {
    background-image: url("../../images/lp/mv-3-sp.png");
  }
}
html body main .mainvisual .mv-caption {
  text-align: center;
  margin-top: -250px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mv-caption {
    margin-top: -48vw;
  }
  html body main .mainvisual .mv-caption img {
    width: 86%;
  }
}
@media screen and (min-width: 992px) {
  html body main .mainvisual p {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual p {
    color: #1E9884;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html body main .sec-1 {
    padding-top: 385px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
  }
  html body main .sec-1::before {
    content: "";
    position: absolute;
    background-image: url("../../images/lp/sec1-bg-1-pc.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 212px;
    height: 212px;
    top: -210px;
    bottom: 0;
    left: 0;
    right: -690px;
    margin: 0 auto auto auto;
    z-index: -1;
  }
  html body main .sec-1::after {
    content: "";
    position: absolute;
    background-image: url("../../images/lp/sec1-bg-2-pc.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1495px;
    height: 689px;
    top: 0;
    bottom: 0;
    left: -138px;
    right: 0;
    margin: 0 auto auto auto;
    z-index: -1;
  }
  html body main .sec-1 .wrapper {
    position: relative;
    z-index: 0;
  }
  html body main .sec-1 .wrapper::before {
    content: "";
    position: absolute;
    background-image: url("../../images/lp/sec1-bg-3-pc.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1175px;
    height: 268px;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto auto auto;
    z-index: -1;
  }
  html body main .sec-1 .wrapper::after {
    content: "";
    position: absolute;
    background-image: url("../../images/lp/sec1-bg-4-pc.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1485px;
    height: 470px;
    top: 0;
    bottom: -80px;
    left: -80px;
    right: 0;
    margin: auto auto 0 auto;
    z-index: -1;
  }
  html body main .sec-1 figure {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-1 .wrapper {
    position: relative;
    z-index: 0;
  }
  html body main .sec-1 .wrapper::before {
    content: "";
    position: absolute;
    background-image: url("../../images/lp/sec1-bg-2-sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 52px;
    height: 64px;
    top: 33vw;
    bottom: 0;
    left: 0;
    right: -200px;
    margin: auto auto auto auto;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .wrapper::before {
    content: none;
    top: 19vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-1 .wrapper::before {
    top: 40vw;
  }
}
html body main .sec-1 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 h2 {
    font-size: 17px;
    margin-bottom: 35px;
  }
}
html body main .sec-1 p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 p {
    font-size: 14px;
  }
}
html body main .sec-1 p:not(:last-child) {
  margin-bottom: 1.5em;
}
html body main .sec-1 p span {
  font-size: 20px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #f3f7c7;
  text-decoration-thickness: 16px;
  text-underline-offset: -6px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 p span {
    font-size: 18px;
    text-decoration-thickness: 7px;
    text-underline-offset: -2px;
  }
}
@media screen and (min-width: 576px) {
  html body main .sec-1 p + figure {
    display: none;
  }
}
html body main .sec-1 p + figure.sp-img-1 {
  width: 50.4%;
  margin: 0 3rem 25px auto;
}
html body main .sec-1 p + figure.sp-img-2 {
  width: 71.4666666667%;
  margin: 50px 2rem 25px auto;
}
html body main .sec-2 {
  background-color: #fcffd6;
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 {
    padding-top: 45px;
  }
}
html body main .sec-2 p {
  font-size: 18px;
  text-align: center;
  line-height: 3;
  width: fit-content;
  margin: auto 300px auto auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  html body main .sec-2 p {
    margin-right: 26.6666666667%;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-2 p {
    margin: auto;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-2 p {
    margin: auto;
    font-size: 16px;
    line-height: 2;
  }
}
html body main .sec-2 p span {
  display: block;
  border-bottom: 1px dashed #707070;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  html body main .sec-2 p span {
    padding-left: 1em;
    padding-right: 1em;
  }
  html body main .sec-2 p span.sp_line {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-2 p span.pc_line {
    display: inline;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  html body main .sec-2 p span.sp_line {
    display: inline;
    border-bottom: none;
  }
}
html body main .sec-2 img {
  margin-top: -240px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  html body main .sec-2 img {
    margin-top: -20%;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-2 img {
    margin-top: 15px;
  }
}
html body main .sec-3 {
  background-image: url("../../images/lp/sec3-bg.png");
  background-repeat: repeat-y;
  background-position: center;
}
html body main .sec-3 .h2-wrap {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .h2-wrap {
    width: 274px;
    margin-bottom: 45px;
  }
}
html body main .sec-3 .h2-wrap h2 {
  margin-bottom: 10px;
}
html body main .sec-3 .h2-wrap p {
  color: #1E9884;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .h2-wrap p {
    font-size: 14px;
  }
}
html body main .sec-3 .h3-wrap {
  text-align: center;
  color: #1E9884;
  margin-bottom: 30px;
}
html body main .sec-3 .h3-wrap p {
  margin-top: 0 !important;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .h3-wrap p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
html body main .sec-3 .h3-wrap h3 {
  font-size: 21px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .h3-wrap h3 {
    font-size: 16px;
  }
}
html body main .sec-3 .h3-wrap h3::before, html body main .sec-3 .h3-wrap h3::after {
  content: "|";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #1E9884;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .h3-wrap h3::before, html body main .sec-3 .h3-wrap h3::after {
    content: "";
    height: 100%;
  }
}
html body main .sec-3 .h3-wrap h3::before {
  left: 0;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .h3-wrap h3::before {
    border-left: 1px solid #1E9884;
  }
}
html body main .sec-3 .h3-wrap h3::after {
  right: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .h3-wrap h3::after {
    border-right: 1px solid #1E9884;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list.contents-list-1 p {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .contents-list-wrapper .contents-list.contents-list-1 p {
    margin-top: 50px;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list.box-cta h3 {
  text-align: center;
  color: #1E9884;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.5675675676;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .contents-list-wrapper .contents-list.box-cta h3 {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list.box-cta .cta-area {
  background-image: url("../../images/lp/sec3-img-2-pc.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 578px;
  padding-top: 440px;
}
@media screen and (max-width: 1199px) {
  html body main .sec-3 .contents-list-wrapper .contents-list.box-cta .cta-area {
    height: 578px;
    height: 47.4159146842vw;
    padding-top: 440px;
    padding-top: 36.0951599672vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .contents-list-wrapper .contents-list.box-cta .cta-area {
    background-image: url("../../images/lp/sec3-img-2-sp.png");
    height: 148vw;
    padding-top: 466px;
    padding-top: 135.0724637681vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-3 .contents-list-wrapper .contents-list.box-cta .cta-area {
    height: 142vw;
    padding-top: 123vw;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list.box-cta .cta-area .cta-area-btn {
  max-width: 375px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  html body main .sec-3 .contents-list-wrapper .contents-list.box-cta .cta-area .cta-area-btn {
    max-width: 295px;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list.box-cta .cta-area .cta-area-btn a {
  width: 100%;
  height: 60px;
  display: grid;
  place-content: center;
  border-radius: 60px;
  background-color: #1E9884;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 110px;
  display: inline-block;
  transition: 0.3s all ease;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body main .sec-3 .contents-list-wrapper .contents-list.box-cta .cta-area .cta-area-btn a {
    height: 35px;
    font-size: 18px;
    padding: 0 90px;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list.box-cta .cta-area .cta-area-btn a:hover {
  background-color: #59B8BC;
}
html body main .sec-3 .contents-list-wrapper .contents-list.box-cta .cta-area .cta-area-btn a::after {
  content: url("../../images/lp/arw-right-1.svg");
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 19px;
  top: 28%;
  right: 25%;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  html body main .sec-4 {
    padding-bottom: 140px;
  }
}
html body main .sec-4 h2 {
  text-align: center;
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 h2 {
    margin-bottom: 60px;
  }
}
html body main .sec-4 .contents-list-wrapper {
  display: grid;
  gap: 150px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper {
    gap: 80px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list {
  background-repeat: no-repeat;
  background-position: center top;
}
html body main .sec-4 .contents-list-wrapper .contents-list .wrapper {
  position: relative;
}
html body main .sec-4 .contents-list-wrapper .contents-list .wrapper .inner {
  max-width: 485px;
}
@media screen and (max-width: 1199px) {
  html body main .sec-4 .contents-list-wrapper .contents-list .wrapper .inner {
    max-width: 100%;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list h3 {
  position: relative;
  color: #1E9884;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  html body main .sec-4 .contents-list-wrapper .contents-list h3 {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list h3 img {
  position: absolute;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  html body main .sec-4 .contents-list-wrapper .contents-list h3 img {
    left: 0;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list h3 img {
    height: 73px;
    left: 0;
    top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  html body main .sec-4 .contents-list-wrapper .contents-list figure.photo {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  html body main .sec-4 .contents-list-wrapper .contents-list figure.photo {
    width: calc(100% + 2rem);
    margin: 30px -1rem 30px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list figure.photo + p {
  padding-left: 1em;
}
@media screen and (min-width: 1200px) {
  html body main .sec-4 .contents-list-wrapper .contents-list figure.photo + p {
    width: 380px;
    font-size: 14px;
    position: absolute;
    left: 25%;
    bottom: -60px;
  }
}
@media screen and (max-width: 1199px) {
  html body main .sec-4 .contents-list-wrapper .contents-list figure.photo + p {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .contents-list-wrapper .contents-list figure.photo + p {
    max-width: 430px;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list figure.photo + p {
    font-size: 12px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list figure.photo + p span {
  margin-left: -1em;
}
@media screen and (min-width: 1200px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:first-child {
    background-image: url("../../images/lp/sec4-img-1-1-pc.png");
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:first-child .inner {
    margin: auto 0 auto auto;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:first-child h3 img {
    top: -110px;
    left: -30px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:first-child figure.leaf {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) {
    background-image: url("../../images/lp/sec4-img-2-1-pc.png");
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .inner {
    margin: auto auto auto 0;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) h3 {
    padding-top: 100px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) h3 img {
    top: -40px;
    left: -30px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) figure.photo {
    display: block;
    text-align: left;
    margin-top: 160px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) figure.leaf {
    position: absolute;
    bottom: 0;
    left: 600px;
  }
}
@media screen and (min-width: 1200px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(3) {
    background-image: url("../../images/lp/sec4-img-3-1-pc.png");
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(3) .inner {
    margin: auto 0 auto auto;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(3) h3 {
    padding-top: 80px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(3) h3 img {
    top: -40px;
    left: -120px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(3) figure.photo {
    display: block;
    text-align: right;
    margin-top: 30px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(3) figure.leaf {
    position: absolute;
    bottom: 0;
    right: 600px;
  }
}
@media screen and (min-width: 1200px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(4) {
    background-image: url("../../images/lp/sec4-img-4-1-pc.png");
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(4) .inner {
    margin: auto auto auto 0;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(4) h3 {
    padding-top: 100px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(4) h3 img {
    top: -40px;
    left: -30px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(4) figure.photo {
    display: block;
    text-align: left;
    margin-top: 30px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(4) figure.leaf {
    position: absolute;
    bottom: 0;
    left: 600px;
  }
}
@media screen and (min-width: 1200px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(5) {
    background-image: url("../../images/lp/sec4-img-5-1-pc.png");
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(5) .inner {
    margin: auto 0 auto auto;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(5) h3 img {
    top: -110px;
    left: -30px;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(5) figure.leaf {
    text-align: right;
  }
}
html body main .sec-5 {
  padding: 1rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-5 {
    margin-bottom: 40px;
  }
}
html body main .sec-5 .wrapper {
  position: relative;
  z-index: 0;
}
html body main .sec-5 .wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../../images/lp/sec5-ttl-pc.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1301px;
  height: 454px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  html body main .sec-5 .wrapper::before {
    left: -170px;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-5 .wrapper::before {
    background-image: none;
  }
}
html body main .sec-5 h2 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  html body main .sec-5 h2 {
    display: none;
  }
}
html body main .sec-5 p {
  text-align: center;
  padding-top: 280px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  html body main .sec-5 p {
    padding-top: 0;
    margin: 30px auto 20px;
  }
}
html body main .sec-5 figure {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  html body main .sec-5 figure {
    margin-bottom: 40px;
  }
}
html body main .sec-6 {
  background-color: #fcffd6;
}
html body main .sec-6 h2 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  html body main .sec-6 h2 {
    position: relative;
    z-index: 0;
  }
  html body main .sec-6 h2::after {
    content: "";
    position: absolute;
    background-image: url("../../images/lp/sec6-ttl-2.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 70px;
    height: 129px;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 130px;
    margin: auto 0 auto auto;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  html body main .sec-6 h2::after {
    right: 5%;
  }
}
html body main .sec-6 h2 + p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 h2 + p {
    font-size: 14px;
  }
}
html body main .sec-6 .contents-list:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list:first-child {
    margin-top: 45px;
  }
}
html body main .sec-6 .contents-list:nth-child(2) {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 58.3333333333%;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  html body main .sec-6 .contents-list:nth-child(2) {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list:nth-child(2) {
    margin-top: 45px;
    grid-template-columns: 1fr;
  }
}
html body main .sec-6 .contents-list:nth-child(2) table {
  border-top: 1px solid #1E9884;
  border-left: 1px solid #1E9884;
}
html body main .sec-6 .contents-list:nth-child(2) table th,
html body main .sec-6 .contents-list:nth-child(2) table td {
  color: #1E9884;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 20px;
  vertical-align: middle;
  border-right: 1px solid #1E9884;
  border-bottom: 1px solid #1E9884;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list:nth-child(2) table th,
  html body main .sec-6 .contents-list:nth-child(2) table td {
    font-size: 14px;
    padding: 10px;
  }
}
html body main .sec-6 .contents-list:nth-child(2) table th {
  background-color: #edfdfd;
  text-align: center;
}
html body main .sec-6 .contents-list:nth-child(2) table td {
  font-size: 19px;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  html body main .sec-6 .contents-list:nth-child(2) table td {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-6 .contents-list:nth-child(2) table td {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list:nth-child(2) table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-6 .contents-list:nth-child(2) table td .xs {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-6 .contents-list:nth-child(2) table td .xs {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-6 .contents-list:nth-child(2) .map {
    aspect-ratio: 16/9;
  }
}
html body main .sec-6 .contents-list:nth-child(2) .map iframe {
  width: 100%;
  height: 100%;
}
html body main .sec-6 .btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .btn {
    margin-top: 35px;
  }
}

/*# sourceMappingURL=index.css.map */
