

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.laptop {
  display: none !important;
}

@media (max-width: 768px) {
  .laptop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .laptop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.fl-r-c-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl-r-sp-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl-r-c-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl-r-l-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl-c-c-c {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl-c-c-l {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl-c-t-l {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card-eng-ft {
  font-family: adobe-handwriting-ernie,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eng-ft {
  font-family: omnes-cyrillic, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.pg {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  line-height: 2.5rem;
  color: #434343;
}

.curved__circle {
  position: relative;
  height: 9.0625rem;
  width: 9.0625rem;
  border-radius: 999px;
}

.curved__circle__title {
  position: absolute;
  width: 100%;
  height: 100%;
  /* -webkit-transform: rotate(-42deg) translateX(-1.25rem);
          transform: rotate(-42deg) translateX(-1.25rem); */
}

.curved__circle__title p {
  font-size: 1.375rem;
  color: #434343;
  font-weight: 500;
}

.curved__circle__title span {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 6.25rem;
          transform-origin: 0 6.25rem;
}

*, html, body {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  html {
    font-size: 10px !important;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}

body {
  background: #ffffff;
}

img {
  max-width: 100%;
}

#contents-container {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #contents-container {
    max-width: 27.375rem;
  }
}

@media (max-width: 768px) {
  section.sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -8.75rem);
          transform: translate(-50%, -8.75rem);
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  #nav {
    left: auto;
    top: 0;
    right: -100vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 100vh;
    width: 100vw;
    background: #ffffff;
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 998;
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
}

@media (max-width: 768px) {
  #nav {
    left: auto;
    top: 0;
    right: -160vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 100vh;
    width: 100vw;
    background: #ffffff;
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 998;
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
}

#nav .nav__title {
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #0d89d3;
  padding-bottom: 1.25rem;
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  #nav .nav__title {
    font-size: 3.875rem;
    padding-bottom: 11.25rem;
  }
}

#nav .nav__items {
  margin: 0 auto;
  height: 10.5rem;
  width: 68.875rem;
  background: #ffffff;
  border: 0.5625rem solid #fee861;
  border-radius: 999px;
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  #nav .nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    border: none;
    border-radius: 0px;
    height: 40rem;
  }
}

@media (max-width: 768px) {
  #nav .nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    border: none;
    border-radius: 0px;
    height: 40rem;
  }
}

#nav .nav__items img {
  width: 0.1875rem;
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  #nav .nav__items img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 0.3rem;
  }
}

@media (max-width: 768px) {
  #nav .nav__items img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

#nav .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav .nav__item span {
  display: block;
}

#nav .nav__item a {
  position: relative;
  font-size: 1.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #0d89d3;
  text-align: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  z-index: 1;
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  #nav .nav__item a {
    font-size: 1.8rem;
  }
}

#nav .nav__item a::after {
  content: '';
  position: absolute;
  background: #fee861;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#nav .nav__item a:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .nav__buttun.nav__buttun--display {
    position: fixed;
    width: 4rem;
    height: 7rem;
    top: 14rem;
    right: -1.5rem;
    z-index: 999;
    cursor: pointer;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #0d89d3;
    padding-left: 0.7rem;
  }
  .nav__buttun.nav__buttun--display span {
    color: #ffffff;
    letter-spacing: 0.25em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    display: inline-block;
    -webkit-transition: 0.45s ease-in-out;
    transition: 0.45s ease-in-out;
  }
}

@media (max-width: 768px) {
  .nav__buttun.nav__buttun--display {
    position: fixed;
    width: 4rem;
    height: 5rem;
    top: 14rem;
    right: -1.5rem;
    z-index: 999;
    cursor: pointer;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #0d89d3;
    padding-left: 0.7rem;
  }
  .nav__buttun.nav__buttun--display span {
    color: #ffffff;
    letter-spacing: 0.25em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    display: inline-block;
    -webkit-transition: 0.45s ease-in-out;
    transition: 0.45s ease-in-out;
  }
}

.nav--rwd {
  position: absolute;
  left: auto;
  top: 0;
  right: -160vw;
  height: 100vh;
  width: 100vw;
  background: #ffffff;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 998;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.nav--rwd .nav__title {
  letter-spacing: 0.08em;
  text-align: center;
  color: #0d89d3;
  padding-bottom: 1.25rem;
  font-size: 3.875rem;
  padding-bottom: 11.25rem;
}

@media (max-width: 768px) {
  .nav--rwd .nav__title {
    font-size: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

.nav--rwd .nav__items {
  margin: 0 auto;
  height: 10.5rem;
  width: 68.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40rem;
}

.nav--rwd .nav__items img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 0.3rem;
}

@media (max-width: 768px) {
  .nav--rwd .nav__items img {
    width: 0.1875rem;
  }
}

.nav--rwd .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav--rwd .nav__item span {
  display: block;
}

.nav--rwd .nav__item a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #0d89d3;
  text-align: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  z-index: 1;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .nav--rwd .nav__item a {
    font-size: 1.1875rem;
  }
}

.nav--rwd .nav__item a::after {
  content: '';
  position: absolute;
  background: #fee861;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.nav--rwd .nav__item a:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.text-1 {
  font-family: "Noto Sans JP", sans-serif;
}

.text-1__sub-title {
  font-size: 2.8125rem;
  letter-spacing: 0.02em;
  color: #0d89d3;
  padding-bottom: 1.875rem;
}

.text-1__sub-title span {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  border-bottom: 0.125rem solid #0d89d3;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.1875rem;
  margin-right: 0.9375rem;
  display: inline-block;
  font-weight: bold;
  -webkit-transform: translateY(-0.4375rem);
          transform: translateY(-0.4375rem);
}

.text-1__main-title {
  font-size: 1.9375rem;
  letter-spacing: 0.08em;
  color: #434343;
  padding-bottom: 2.375rem;
  display: block;
  font-weight: bold;
}

@media (max-width: 768px) {
  .text-1__main-title {
    font-size: 1.7rem;
  }
}

.highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: bold;
}

.highlight::before {
  position: absolute;
  content: '';
  height: 1.125rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #e4f3f8;
  z-index: -1;
}

.cards .card-left {
  margin-right: 6.25rem;
}

.cards .card-left .card__img {
  -webkit-transform: translateX(6.25rem);
          transform: translateX(6.25rem);
}

.cards .card-left .card__text {
  padding-left: 10.625rem;
}

.cards .card-left .card__writing-title {
  text-align: right;
  padding-right: 5rem;
}

.cards .card-left .card__price {
  font-style: normal;
  font-weight: 700;
  padding-right: 4.375rem;
}

@media (max-width: 768px) {
  .cards .card-left {
    margin-right: 0px;
  }
  .cards .card-left .card__img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .cards .card-left .card__text {
    padding-left: 1.7rem;
  }
  .cards .card-left .card__writing-title {
    text-align: right;
    padding-right: 0px;
  }
  .cards .card-left .card__price {
    padding-right: 0px;
  }
}

.cards .card-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 6.25rem;
}

.cards .card-right .card__img {
  -webkit-transform: translateX(-6.25rem);
          transform: translateX(-6.25rem);
}

.cards .card-right .card__text {
  padding-left: 4.375rem;
}

.cards .card-right .card__writing-title {
  padding-left: 5rem;
}

.cards .card-right .card__price {
  font-style: normal;
  font-weight: 700;
  padding-right: 10.625rem;
}

@media (max-width: 768px) {
  .cards .card-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0px;
  }
  .cards .card-right .card__img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .cards .card-right .card__text {
    padding-left: 1.7rem;
  }
  .cards .card-right .card__writing-title {
    padding-left: 0px;
  }
  .cards .card-right .card__price {
    font-weight: bold;
    padding-right: 0px;
  }
}

.cards {
  font-family: "Noto Sans JP", sans-serif;
}

.cards .card {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .cards .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cards .card:hover {
  -webkit-transform: translateY(-1.5625rem);
          transform: translateY(-1.5625rem);
  opacity: 0.8;
}

.cards .card:not(:last-of-type) {
  margin-bottom: 6.25rem;
}

.cards .card__wrap {
  padding-top: 2.0625rem;
}

@media (max-width: 768px) {
  .cards .card__wrap {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0px;
  }
}

.cards .card__writing-title {
  font-size: 3.9375rem;
  line-height: 0.2;
  letter-spacing: 0.15em;
  color: #ffffff;
}

@media (max-width: 768px) {
  .cards .card__writing-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2.0625rem;
  }
}

.cards .card__text {
  width: 46.875rem;
  height: 28.25rem;
  background: #ffffff;
  border-radius: 15px;
  padding-left: 4.375rem;
  color: #434343;
}

.cards .card__text p {
  padding-right: 8.5rem;
}

@media (max-width: 768px) {
  .cards .card__text {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 87vw;
    padding: 1.7rem;
    border-radius: 0px 0px 15px 15px;
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
    z-index: 0;
  }
  .cards .card__text p {
    padding-right: 0;
  }
}

.cards .card__text__sub-title {
  padding: 0.625rem 1.4375rem 0.625rem 1.4375rem;
  background: #e4f3f8;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1;
  z-index: 1;
  text-align: center;
  font-weight: 500;
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .cards .card__text__sub-title {
    margin-top: 0px;
  }
}

.cards .card__text__main-title {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin-top: 1.875rem;
  border-bottom: 0.125rem solid #e4f3f8;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .cards .card__text__main-title {
    font-size: 1.5rem;
    margin-top: 0px;
  }
}

.cards .card__text p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1.875rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .cards .card__text p {
    margin-top: 0px;
  }
}

.cards .card__price {
  font-family: omnes-cyrillic, sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .cards .card__price {
    margin-top: 0px;
  }
}

.cards .card .card__img {
  width: 28.125rem;
}

@media (max-width: 768px) {
  .cards .card .card__img {
    width: 87vw;
    z-index: 1;
  }
}

.sec-1 {
  padding-top: 14.375rem;
}

@media (max-width: 768px) {
  .sec-1 {
    padding-top: 6rem;
  }
}

.sec-1 .text-1 {
  padding-left: 5.625rem;
}

@media (max-width: 768px) {
  .sec-1 .text-1 {
    padding-left: 0;
  }
}

.sec-1 img {
  width: 30.5rem;
}

@media (max-width: 768px) {
  .sec-1 img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2.85rem;
  }
}

.sec-2 {
  padding-top: 17.5rem;
  padding-bottom: 16.875rem;
}

.sec-2 .text-1 {
  padding-right: 9.375rem;
}

@media (max-width: 768px) {
  .sec-2 .text-1 {
    padding-right: 0;
  }
}

.sec-2 .text-1__main-title {
  color: #ffffff;
}

.sec-2 .text-1__sub-title {
  color: #ffffff;
}

.sec-2 .text-1__sub-title span {
  border-bottom: 0.125rem solid #ffffff;
}

.sec-2 .text-1 .pg {
  color: #ffffff;
}

.sec-2 img {
  width: 26.875rem;
}

@media (max-width: 768px) {
  .sec-2 img {
    padding-top: 2.85rem;
  }
}

.sec-3 {
  padding-bottom: 8.75rem;
}

.sec-3 .text-1 {
  padding-left: 4.375rem;
}

@media (max-width: 768px) {
  .sec-3 .text-1 {
    padding-left: 0;
  }
}

.sec-3 img {
  width: 30.5rem;
}

@media (max-width: 768px) {
  .sec-3 img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2.85rem;
  }
}

.sec-4 {
  padding-top: 14.375rem;
}

.sec-5 {
  padding-top: 19.6875rem;
}

@media (max-width: 768px) {
  .sec-5 {
    padding-top: 17.7rem;
  }
}

.sec-5 .card__text {
  background: #e4f3f8;
}

.sec-5 .card .card__text__sub-title {
  background: #ffffff;
}

.sec-5 .card .card__text__main-title {
  border-bottom: 0.125rem solid #ffffff;
}

.sec-5 .cards .card__writing-title {
  color: #e4f3f8;
}

.sec-6 {
  padding-top: 29.0625rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .sec-6 {
    padding-bottom: 0px;
  }
}

.sec-6 .img_wrap {
  width: 68.75rem;
  height: 28.125rem;
  background: #ffffff;
  margin-bottom: 6.25rem;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .sec-6 .img_wrap {
    width: 87vw;
    height: 46rem;
  }
  .sec-6 .img_wrap img {
    width: 90%;
  }
}

.sec-6 > div:not(:last-of-type) {
  -webkit-transform: translateY(-9.375rem);
          transform: translateY(-9.375rem);
}

.sec-6 > div.item__title {
  -webkit-transform: translateY(-14.6875rem);
          transform: translateY(-14.6875rem);
}

@media (max-width: 768px) {
  section.sec.sec-1, section.sec.sec-2, section.sec.sec-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product__line {
  width: 0.1875rem;
  height: 4.875rem;
  background: #0d89d3;
  margin-bottom: 1.875rem;
}

.product__main-title {
  font-size: 2.8125rem;
  letter-spacing: 0.12em;
  color: #0d89d3;
  padding-bottom: 0.9375rem;
}

.product__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #0d89d3;
}

.wave-bg {
  position: absolute;
  left: 0;
  height: 42.25rem;
  width: 99.1vw;
  background: url(../images/sec-2-bg.png);
  background-repeat-y: no-repeat;
  -webkit-animation: wave 50s linear infinite;
          animation: wave 50s linear infinite;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 768px) {
  .wave-bg {
    -webkit-animation: wave 35s linear infinite;
            animation: wave 35s linear infinite;
    height: 70rem;
  }
}

.wave-bg-1::before {
  content: '';
  position: absolute;
  background: url(../images/circle-bg-3.png);
  width: 7.6875rem;
  height: 7.5625rem;
  right: 9.375rem;
  top: -2.5rem;
  background-size: cover;
}

@media (max-width: 768px) {
  .wave-bg-1::before {
    right: 2.4rem;
  }
}

.wave-bg-1::after {
  content: '';
  position: absolute;
  background: url(../images/circle-bg-1.png);
  width: 8rem;
  height: 8rem;
  left: 9.375rem;
  bottom: -2.5rem;
  background-size: cover;
}

@media (max-width: 768px) {
  .wave-bg-1::after {
    left: 2.4rem;
  }
}

.wave-bg-2 {
  height: 105.1875rem;
  background: url(../images/sec-4-bg.png);
  background-size: cover;
}

@media (max-width: 768px) {
  .wave-bg-2 {
    height: 160.2rem;
  }
}

.wave-bg-2::before {
  content: '';
  position: absolute;
  background: url(../images/circle-bg-2.png);
  width: 8rem;
  height: 8rem;
  right: 9.375rem;
  top: -2.5rem;
  background-size: cover;
}

@media (max-width: 768px) {
  .wave-bg-2::before {
    right: 2.4rem;
  }
}

.wave-bg-2::after {
  content: '';
  position: absolute;
  background: url(../images/circle-bg-3.png);
  width: 7.6875rem;
  height: 7.5625rem;
  left: 9.375rem;
  bottom: -2.5rem;
  background-size: cover;
}

@media (max-width: 768px) {
  .wave-bg-2::after {
    left: 2.4rem;
  }
}

.wave-bg-3 {
  height: 122.625rem;
  background: url(../images/footer-bg.png);
  background-size: cover;
}

@media (max-width: 768px) {
  .wave-bg-3 {
    height: 163.2rem;
  }
}

.wave-bg-3::before {
  content: '';
  position: absolute;
  background: url(../images/circle-bg-3.png);
  width: 7.6875rem;
  height: 7.5625rem;
  left: 9.375rem;
  top: -2.5rem;
  background-size: cover;
}

@media (max-width: 768px) {
  .wave-bg-3::before {
    left: 2.4rem;
  }
}

.wave-bg-3::after {
  content: '';
  position: absolute;
  background: url(../images/circle-bg-2.png);
  width: 8rem;
  height: 8rem;
  right: 9.375rem;
  bottom: 15.625rem;
  background-size: cover;
}

@media (max-width: 768px) {
  .wave-bg-3::after {
    bottom: 19rem;
    right: 2.4rem;
  }
}

@-webkit-keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100vw;
  }
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100vw;
  }
}

#contents-footer {
  height: 18.1rem;
}

@media (max-width: 768px) {
  #contents-footer {
    height: 12.1rem;
  }
}

#contents-footer img {
  width: 28.0625rem;
}

.item__title {
  -webkit-transform: translateY(-5.3125rem);
          transform: translateY(-5.3125rem);
}

.item__title--main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8125rem;
  letter-spacing: 0.08em;
  color: #434343;
  text-align: center;
  padding-bottom: 0.9375rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .item__title--main {
    font-size: 2.5rem;
  }
}

.item__title--sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #434343;
  text-align: center;
}

@media (max-width: 768px) {
  .item__title--sub {
    font-size: 1.35rem;
  }
}

#top-bar {
  position: fixed;
  right: 6.25rem;
  z-index: 999;
  cursor: pointer;
}

#top-bar:hover {
  -webkit-transform: translateY(-0.9375rem);
          transform: translateY(-0.9375rem);
  opacity: 0.8;
}

#top-bar img {
  width: 8.125rem;
}

.top-bar {
  bottom: 0px;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none;
}

.top-bar--hidden {
  bottom: 0px;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none;
}

.top-bar--display {
  bottom: 3.125rem;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  pointer-events: auto;
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .top-bar--display {
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .top-bar--display {
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    pointer-events: none;
  }
}

#point3 .text-1__main-title {
  padding-right: 5rem;
}

@media (max-width: 768px) {
  #point3 .text-1__main-title {
    padding-right: 1px;
  }
}

#point2 .text-1__main-title {
  padding-right: 2rem;
}

@media (max-width: 768px) {
  #point2 .text-1__main-title {
    padding-right: 0px;
  }
}

body {
  line-height: initial !important;
}

#contents-header {
  width: auto;
  margin: 0 auto;
  margin-bottom: 0px;
}

main#contents-container a, contents-footer a {
  text-decoration: none !important;
}

main#contents-container a:hover, contents-footer a:hover {
  text-decoration: none !important;
}

#nav .nav__item a:hover {
  text-decoration: none !important;
}

#pageback {
  width: auto !important;
  margin: 3rem auto 3rem auto !important;
  padding-right: 10px;
  float: right;
}

@media (max-width: 768px) {
  #pageback {
    margin: 6rem auto 0rem auto !important;
  }
}
/*# sourceMappingURL=style.css.map */