@charset "UTF-8";
/* ============common
=============================================== */
html {
  font-size: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

ul,
ol {
  list-style-type: none;
}

.wrapper {
  max-width: 490px;
  margin: 0 6% 0 auto;
}
@media (max-width: 1000px) {
  .wrapper {
    max-width: 430px;
    margin: 0 2% 0 auto;
  }
}
@media (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 412px) {
  .wrapper {
    max-width: 412px;
    margin: 0 auto;
  }
}

.flex {
  display: flex;
}

body {
  /*     margin: 0 auto; */
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.liver_inner,
.mg_inner,
.liver_area,
.h3-text,
.g-btn {
  font-family: "Noto Sans JP", "M PLUS Rounded 1c", sans-serif;
  /*     font-optical-sizing: auto; */
  font-weight: 400;
  font-style: normal;
}

/* ============index.sessここから
=============================================== */
/* =============  h2スタイル  ================ */
.pc-bg {
  background-image: url(../img/pc-bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}
.pc-bg .pc-logo {
  position: fixed;
  top: 25%;
  width: 42%;
  left: 5%;
}
@media (max-width: 1000px) {
  .pc-bg .pc-logo {
    left: 3%;
  }
}
@media (max-width: 768px) {
  .pc-bg .pc-logo {
    display: none;
  }
}
@media (max-width: 412px) {
  .pc-bg .pc-logo {
    display: none;
  }
}
.pc-bg .pc-logo img {
  width: 100%;
}
.pc-bg .pc-logo .g-btn-top {
  display: flex;
  margin: 0 auto;
  max-width: 330px;
  justify-content: center;
  align-items: center;
  background-color: #00AFCC;
  color: #fff;
  padding: 18px 20px;
  border-radius: 30px;
  font-size: 1.1rem;
  border: 3px solid rgb(226, 253, 253);
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1000px) {
  .pc-bg .pc-logo .g-btn-top {
    max-width: 80%;
    font-size: 0.9rem;
    padding: 12px 10px;
  }
}

.h2_area {
  padding-top: 180px;
}
@media (max-width: 768px) {
  .h2_area {
    padding-top: 42%;
  }
}
@media (max-width: 412px) {
  .h2_area {
    padding-top: 180px;
  }
}
.h2_area .h2_absolute {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.125rem;
  text-align: center;
  width: 65%;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 20;
  filter: drop-shadow(4px 4px 6px rgba(137, 158, 138, 0.8));
  border: 1px solid rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .h2_area .h2_absolute {
    font-size: 1.45rem;
    top: 37%;
  }
}
@media (max-width: 412px) {
  .h2_area .h2_absolute {
    font-size: 1.125rem;
    top: 65px;
  }
}
.h2_area .h2_img_absolute {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-48%, 0);
  width: 94%;
  z-index: 1;
}

/* =============  header  ================ */
.top_img {
  width: 100%;
  background-color: #fff;
}

h1 {
  top: 10px;
  left: 15px;
  width: 30%;
}

/* =============  section1  ================ */
.section1 {
  background-image: url(../img/section1-bgi.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 25px;
}
.section1 h3 {
  display: block;
  text-align: center;
  color: #AA9959;
  border-bottom: 2px solid #000;
  width: 53%;
  margin: 0 auto;
}
.section1 .sec_1_text {
  padding: 40px 30px;
  overflow-wrap: normal;
  font-weight: 500;
}

/* =============  section2  ================ */
.section2 {
  background-color: #fff;
}
.section2 .sec_2_area {
  padding-bottom: 35px;
}
.section2 .sec_2_area .sec_2_inner {
  border-left: 10px solid #00AFCC;
  width: 85%;
  padding: 10px;
  margin-bottom: 20px;
  margin: 30px auto;
}
.section2 .sec_2_area .sec_2_inner .p_top {
  font-size: 0.95rem;
  padding: 2px;
  font-weight: 500;
}
.section2 .sec_2_area .sec_2_inner h3 {
  font-size: 1.7rem;
  padding: 1px;
}
.section2 .sec_2_area .sec_2_inner .p_botom {
  font-size: 0.8rem;
  padding: 2px;
  font-weight: 500;
}

/* =============  section3  ================ */
.section3 {
  background-image: url(../img/no1-bgi.png);
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
}
.section3 h2 {
  margin: 20px auto 45px;
  background-color: #fff;
  font-size: 1.5rem;
  text-align: center;
  width: 85%;
}
.section3 .no1-img {
  display: flex;
  width: 70%;
  margin: 20px auto -90px;
}
.section3 .no1-name {
  display: flex;
  width: 60%;
  margin: -90px auto 0;
}
.section3 .liver_p1 {
  display: block;
  width: 80%;
  padding: 3% 4%;
  margin: 15px auto 20px;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.55rem;
  letter-spacing: 0.3px;
}
.section3 a {
  display: flex;
  width: 70%;
  margin: 30px auto 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

/* =============  section4  ================ */
.section4 {
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 35px;
}
.section4 .liver_box {
  padding: 25px 0 15px;
}
.section4 .liver_box .liver_img {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.5));
}
.section4 .liver_box .liver_p {
  display: block;
  width: 80%;
  padding: 3% 4%;
  margin: 15px auto 20px;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.55rem;
  letter-spacing: 0.3px;
}
.section4 .liver_box a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  width: 85%;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 auto;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.5));
}
.section4 .liver_box a:hover {
  opacity: 1;
}

/* =============  section5  ================ */
.section5 {
  border-top: 0px solid #fff;
  /* 100pxは.section-pと同じ値 ！　*/
  border-bottom: 0px solid #fff;
  padding-bottom: 35px;
  /* 100pxは.section-pと同じ値 ！　*/
}
.section5 .liver_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  margin: 0 auto;
}
.section5 .inner {
  width: 100%;
}
@media (max-width: 768px) {
  .section5 .inner {
    max-width: 100%;
  }
}
.section5 .bg-fix::before {
  content: "";
  display: none;
  position: fixed;
  top: 50%;
  right: 6%;
  transform: translate(0, -50%);
  z-index: -10;
  width: 490px;
  /* .innerのmax-widthと同じ設定 */
  height: 100vh;
  min-height: 500px;
  background-image: url(../img/section3-bgi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1000px) {
  .section5 .bg-fix::before {
    width: 430px;
    right: 2%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 768px) {
  .section5 .bg-fix::before {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 412px) {
  .section5 .bg-fix::before {
    width: 412px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.section5 .bg-fix.active::before {
  display: block;
  background-image: url(../img/section3-bgi.png);
}
.section5 .liver_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding: 25px 0;
  /*         a:hover {
              transform: scale(1.03);
              box-shadow: 5px 5px 15px rgb(30, 30, 30, 0.5);
              filter: brightness(1.10);

          } */
}
@media (max-width: 768px) {
  .section5 .liver_inner {
    width: 94%;
    padding: 10%;
  }
}
@media (max-width: 412px) {
  .section5 .liver_inner {
    width: 85%;
    padding: 25px 0;
  }
}
.section5 .liver_inner a {
  width: 85%;
  transition: transform 0.5s ease;
  opacity: 1;
  overflow: hidden;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.3));
}

/* =============  section6  ================ */
.section6 {
  background-color: #8FFCFF;
  padding-bottom: 35px;
}
.section6 .step_area .step_inner {
  width: 360px;
  margin: 15px auto 30px;
}
.section6 .step_area .step_inner .step {
  background-color: #FAFF14;
  display: inline-block;
  padding: 5px 25px;
}
.section6 .step_area .step_inner .items {
  background-color: #fff;
  padding: 15px 20px;
  margin: 0 auto 35px;
}

/* =============  section7  ================ */
.section7 {
  background-color: #FAFF14;
  padding-bottom: 35px;
}
.section7 .mg_inner {
  padding: 15px 0;
}
.section7 .mg_inner h3 {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: 0 auto;
}
.section7 .mg_inner .mg_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 0;
}
.section7 .mg_inner .mg_area img {
  width: 70%;
  border: 3px solid #fff;
}
.section7 .mg_inner .mg_area p {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  background-color: #f7f7f7;
  color: rgb(86, 86, 86);
  bottom: 0;
  justify-content: center;
  width: 70%;
  font-weight: 700;
}

/* =============  section8  ================ */
.section8 {
  background-color: #fff;
  padding-bottom: 35px;
}
.section8 .h3-text {
  display: flex;
  margin: 30px auto;
  width: 90%;
  justify-content: center;
}
.section8 img {
  display: block;
  width: 90%;
  margin: 0 auto 40px;
}
.section8 .g-btn {
  display: flex;
  margin: 25px auto;
  width: 80%;
  padding: 15px 5px;
  justify-content: center;
  background-color: #00AFCC;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 45px;
  text-align: center;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.5));
  border: 3px solid rgb(226, 253, 253);
}

/* =============  section9  ================ */
.section9 {
  background-image: url(../img/section1-bgi.png);
  padding-bottom: 35px;
}
.section9 .h3-text {
  display: flex;
  margin: 30px auto;
  width: 90%;
  font-size: 1.125rem;
  justify-content: center;
}
.section9 .g-btn {
  display: flex;
  margin: 60px auto 40px;
  width: 80%;
  padding: 15px 25px;
  justify-content: center;
  background-color: #00AFCC;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 40px;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.5));
  border: 3px solid rgb(226, 253, 253);
}

/* =============  footer  ================ */
footer {
  background-color: #4C4E5F;
}
footer .footer_area {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.65rem;
  padding: 20px 0 35px;
}
footer .footer_area img {
  width: 50%;
  padding-bottom: 25px;
}
footer .footer_area h2 {
  padding-bottom: 15px;
}
footer .copy {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
}
/*# sourceMappingURL=style.css.map */