@charset "UTF-8";
body {
  font-family: "游明朝 Medium", "游ゴシック Medium", serif;
}

.second-small__text {
  font-size: 2.5vw;
  font-weight: normal;
}

.strong__number {
  font-size: 3.5vw;
}

.under {
  position: relative;
}
@media (max-width: 480px) {
  .under {
    font-feature-settings: "palt";
  }
}
.under::before {
  display: block;
  content: "";
  width: 100%;
  height: 9px;
  /* 任意 */
  background-color: #F2C2C4;
  /* 任意の色 */
  position: absolute;
  bottom: -23%;
  /* 任意 */
  left: 0;
  border-radius: 10px;
  /* heightと同値 */
  z-index: -1;
}
@media (max-width: 480px) {
  .under::before {
    height: 4px;
  }
}
.under .strong__bigtext {
  font-size: 3.5vw;
  font-weight: bold;
}
@media (max-width: 480px) {
  .under .strong__bigtext {
    font-size: 5.5vw;
  }
}

.strong__bigtext {
  font-size: 3.5vw;
  font-weight: bold;
  color: #00003E;
}

.strong__middle {
  font-size: 2.5vw;
  font-weight: bold;
}

.bg-color {
  font-size: 2.5vw;
  background-color: #E5F2F7;
}

.fourth-bold {
  font-weight: bold;
}

.list-color {
  font-size: 2.5vw;
  font-weight: bold;
  background: #F2C5C6;
}

.first {
  background-image: url(../images/bg-img__1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 175vw;
}
.first-content__1 .first-content-text__1 {
  font-size: 11vw;
  text-align: right;
  font-weight: bold;
  line-height: 0.75;
  color: #FFFEFE;
}
.first-content__1 .first-content-text__2 {
  font-size: 5.5vw;
  font-weight: bold;
  text-align: right;
  color: #FFFEFE;
}
.first-content__2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.first-content__2 .first-content-keyword {
  font-size: 4vw;
  text-align: center;
  color: #00003E;
}
.first-content__2 .first-content-keyword h1 {
  font-weight: normal;
}
.first-content__2 .first-content-keyword .big-keyword__1 {
  font-size: 6vw;
  font-weight: bold;
}
.first-content__2 .first-content-keyword .big-keyword__2 {
  font-size: 5vw;
  font-weight: bold;
}
.first-content__2 img {
  width: 40%;
  height: auto;
  object-fit: cover;
}
.first-content__3 {
  position: relative;
}
.first-content__3 img {
  display: block;
  width: 60%;
  height: 45vw;
  padding-top: 5vw;
  object-fit: cover;
  object-position: 50% 50%;
}
.first-content__3 .first-textbox__1 {
  position: absolute;
  top: 10px;
  right: 0;
  width: 50%;
  font-size: 2.5vw;
  padding: 2vw;
  padding-left: 6vw;
  font-feature-settings: "palt";
  background-color: #FFFEFE;
}
.first .name-shape {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.first .name-shape::before {
  content: "";
  transform: skewX(230deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #00003E;
}
.first .name-shape-text::first-letter {
  font-size: 9vw;
  color: #FFFEFE;
}
.first .name-shape-text {
  font-size: 7vw;
  color: #FFFEFE;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.first .name-shape-left {
  text-align: left;
  padding-left: 2vw;
}
.first .name-shape-right {
  text-align: right;
  padding-right: 2vw;
}
.first .name-shape .border {
  position: absolute;
  top: 50%;
  width: 100%;
  border: 0.5px solid #FFFEFE;
}
.first .name-shape .cross {
  display: block;
  width: 30px;
  height: 30px;
}
.first .name-shape .cross::before, .first .name-shape .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  /* 棒の幅（太さ） */
  height: 20vw;
  /* 棒の高さ */
  background: #FFFEFE;
}
.first .name-shape .cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.first .name-shape .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.first-content__4 {
  position: relative;
}
.first-content__4 .first-textbox__2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  text-align: right;
  font-size: 2.5vw;
  padding: 6vw;
  padding-right: 6vw;
  margin-top: 5vw;
  font-feature-settings: "palt";
  background-color: #FFFEFE;
}
.first-content__4 img {
  display: block;
  margin-left: auto;
  width: 60%;
  height: 33vw;
  object-fit: cover;
  object-position: bottom;
}

.second {
  position: relative;
}
.second-bg {
  width: 100%;
  height: 110.5vw;
  background: #F7FAF9;
}
.second-topword {
  font-size: 7vw;
  font-weight: bold;
  text-align: left;
  line-height: 0.79;
  color: #EEF7FB;
}
.second-wrapper {
  position: absolute;
  top: 4vw;
  right: 0;
  left: 0;
  width: 95%;
  background-color: #EFF7FA;
  margin: 0 auto;
  padding-bottom: 10vw;
}
.second-wrapper .second-title {
  font-size: 2.5vw;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 3vw 0;
  color: #00003E;
}
.second-wrapper .second-title .strong__number {
  font-size: 3.5vw;
}
.second-wrapper .second-title .second-strong__text {
  font-size: 3.5vw;
  font-weight: bold;
}
.second-wrapper .second-content {
  font-family: "游明朝 Medium";
  background-image: url(../images/stomach.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
  height: 50vw;
  text-align: center;
  margin: 15vw auto;
}
.second-wrapper .second-content .second-word__1 {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 1;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.3;
  color: #00003E;
}
.second-wrapper .second-content .second-word__1::before {
  content: "";
  position: absolute;
  top: -13%;
  left: -36%;
  z-index: -1;
  width: 25vw;
  height: 25vw;
  background: #C6E8F0;
  border-radius: 73% 27% 58% 42%/46% 70% 30% 54%;
}
.second-wrapper .second-content .second-word__1 .second-small__text {
  font-size: 2.5vw;
  font-weight: normal;
}
.second-wrapper .second-content .second-word__2 {
  position: absolute;
  z-index: 1;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.3;
  color: #00003E;
  top: 23%;
  right: 18%;
}
.second-wrapper .second-content .second-word__2::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 25vw;
  height: 25vw;
  background: #C6E8F0;
  width: 24vw;
  height: 23vw;
  top: -45%;
  left: -80%;
  border-radius: 61% 39% 79% 21%/30% 69% 31% 70%;
}
.second-wrapper .second-content .second-word__3 {
  position: absolute;
  z-index: 1;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.3;
  color: #00003E;
  top: 59%;
  left: 8%;
}
.second-wrapper .second-content .second-word__3::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 25vw;
  height: 25vw;
  background: #C6E8F0;
  height: 17vw;
  top: -151%;
  left: -28%;
  border-radius: 26% 48% 79% 25%/57% 39% 61% 43%;
}
.second-wrapper .second-content .second-word__4 {
  position: absolute;
  z-index: 1;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.3;
  color: #00003E;
  top: 57%;
  left: 76%;
}
.second-wrapper .second-content .second-word__4::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 25vw;
  height: 25vw;
  background: #C6E8F0;
  height: 21vw;
  top: -87%;
  left: -37%;
  border-radius: 76% 24% 89% 11%/41% 63% 37% 59%;
}
.second-wrapper .second-content .second-word__5 {
  position: absolute;
  z-index: 1;
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.3;
  color: #00003E;
  top: 79%;
  left: 33%;
}
.second-wrapper .second-content .second-word__5::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 25vw;
  height: 25vw;
  background: #C6E8F0;
  width: 37vw;
  height: 17vw;
  top: -56%;
  left: -7%;
  border-radius: 49% 81% 93% 58%/41% 63% 37% 59%;
}
.second-wrapper .second-content .tryangle-shape {
  position: absolute;
  top: 97%;
  right: 29%;
  border-top: 10vw solid #00003E;
  border-right: 20vw solid transparent;
  border-left: 20vw solid transparent;
}
.second .second-wrapper__img {
  text-align: center;
  padding-top: 9vw;
}
.second .second-wrapper__img img {
  width: 80%;
  height: auto;
  object-fit: cover;
  object-position: left 100%;
  border-radius: 50%;
}
.second .bigword__pink {
  font-size: 8vw;
  text-align: left;
  font-weight: bold;
  line-height: 1;
  color: #FCEEF1;
}

.third-title {
  font-size: 2.5vw;
  font-weight: normal;
  text-align: center;
  margin-bottom: 4vw;
}
.third-wrapper .third-content__1 {
  position: relative;
  z-index: -10;
  padding: 27vw 0;
  text-align: center;
  background-image: url(/images/bg-img__4.JPG);
  background-repeat: no-repeat;
  background-size: cover;
}
.third-wrapper .third-content__1 .third-textbox .under {
  line-height: 1;
  letter-spacing: 0.2em;
}
.third-wrapper .third-content__1 .third-textbox__detail {
  font-size: 2vw;
  padding: 3vw 0;
}
.third-wrapper .third-content__2 {
  background-image: url(../images/bg-img__3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 131.2vw;
}
.third-wrapper .third-content__2 .third-textbox {
  font-size: 2vw;
  color: #00003E;
  padding: 3vw 0;
  text-align: center;
}
.third-wrapper .third-content__2 .third-bg__img {
  font-family: "游明朝 Medium";
  position: relative;
  background-image: url(../images/black_feel.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  width: 50%;
  height: 50vw;
  margin: 5vw auto;
  border-radius: 50%;
}
.third-wrapper .third-content__2 .third-bg__img .third-bg__text {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 2vw;
  transform: translate(-50%, -50%);
  color: #FFFEFE;
}
.third-wrapper .third-content__2 .third-bg__img .third-bg__text span {
  font-size: 3vw;
}
.third-wrapper .third-content__2 .third-bg__img .third-text__1 {
  position: absolute;
  font-size: 3vw;
  font-weight: bold;
  color: #00003E;
  background: radial-gradient(#fff 0 40%, #808080 80%);
  border-radius: 50%;
  top: -5%;
  left: -5%;
  width: 17vw;
  height: 17vw;
  line-height: 17vw;
}
.third-wrapper .third-content__2 .third-bg__img .third-text__2 {
  position: absolute;
  font-size: 3vw;
  font-weight: bold;
  color: #00003E;
  background: radial-gradient(#fff 0 40%, #808080 80%);
  border-radius: 50%;
  top: 0%;
  right: -25%;
  width: 19vw;
  height: 19vw;
  line-height: 19vw;
}
.third-wrapper .third-content__2 .third-bg__img .third-text__3 {
  position: absolute;
  font-size: 3vw;
  font-weight: bold;
  color: #00003E;
  background: radial-gradient(#fff 0 40%, #808080 80%);
  border-radius: 50%;
  top: 65%;
  left: -25%;
  width: 21vw;
  height: 21vw;
  line-height: 21vw;
}
.third-wrapper .third-content__2 .third-bg__img .third-text__4 {
  position: absolute;
  font-size: 3vw;
  font-weight: bold;
  color: #00003E;
  background: radial-gradient(#fff 0 40%, #808080 80%);
  border-radius: 50%;
  top: 75%;
  right: -5%;
  width: 17vw;
  height: 17vw;
  line-height: 17vw;
}
.third-wrapper .third-content__2 .third-description {
  font-size: 2vw;
  text-align: center;
  padding: 2vw 0;
}
.third-wrapper .third-content__2 .third-shape {
  position: relative;
}
.third-wrapper .third-content__2 .third-shape .third-shape__content {
  font-family: "游明朝 Medium";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  height: 50vw;
}
.third-wrapper .third-content__2 .third-shape .third-shape__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-style: solid;
  border-width: 10vw 50vw 0 50vw;
  border-color: transparent #00003E #00003E #00003E;
}
.third-wrapper .third-content__2 .third-shape .third-shape__content::before {
  content: "";
  top: 10vw;
  right: 0;
  left: 0;
  position: absolute;
  border-style: solid;
  border-width: 20vw 50vw;
  border-color: #00003E;
}
.third-wrapper .third-content__2 .third-shape .third-shape__content .shape-text__1 {
  position: absolute;
  z-index: 10;
  font-size: 4vw;
  font-weight: bold;
  width: 45vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  color: #00003E;
  background-color: #E4F1F6;
  top: 30%;
  left: 3%;
}
.third-wrapper .third-content__2 .third-shape .third-shape__content .shape-text__2 {
  position: absolute;
  z-index: 10;
  font-size: 4vw;
  font-weight: bold;
  width: 45vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  color: #00003E;
  background-color: #E4F1F6;
  top: 30%;
  right: 3%;
}
.third-wrapper .third-content__2 .third-shape .third-shape__content .shape-text__3 {
  position: absolute;
  z-index: 10;
  font-size: 4vw;
  font-weight: bold;
  width: 45vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  color: #00003E;
  background-color: #E4F1F6;
  top: 60%;
  left: 3%;
}
.third-wrapper .third-content__2 .third-shape .third-shape__content .shape-text__4 {
  position: absolute;
  z-index: 10;
  font-size: 4vw;
  font-weight: bold;
  width: 45vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  color: #00003E;
  background-color: #E4F1F6;
  top: 60%;
  right: 3%;
}
.third-wrapper .third-content__2 .third-shape .third-shape__content p {
  position: absolute;
  top: 85%;
  right: 7%;
  font-size: 2vw;
  font-family: "游ゴシック Medium", serif;
  color: #FFFEFE;
}
.third-wrapper .third-content__2 .third-shape .tryangle-shape {
  position: absolute;
  right: 35%;
  bottom: -13%;
  border-top: 10vw solid #EBB8B7;
  border-right: 15vw solid transparent;
  border-left: 15vw solid transparent;
  z-index: 10;
}
.third-wrapper .third-content__3 {
  position: relative;
  z-index: -10;
  width: 100%;
  height: 220vh;
  background-image: url(../images/woman-re.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 55%;
  padding: 10vw 0 0 0;
  font-feature-settings: "palt";
}
.third-wrapper .third-content__3 img {
  mix-blend-mode: multiply;
}
@media (max-width: 1400px) {
  .third-wrapper .third-content__3 {
    height: 110vw;
  }
}
.third-wrapper .third-content__3 .outline {
  padding: 10px;
  color: #D56D6C;
  font-weight: bold;
  font-size: 7vw;
  text-shadow: 3px 3px 0px #fff, -3px -3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff;
  margin: 0;
}
.third-wrapper .third-content__3 .bubble {
  position: relative;
  text-align: center;
  mix-blend-mode: multiply;
  line-height: 1.3;
  overflow: hidden;
}
.third-wrapper .third-content__3 .bubble-1 {
  position: relative;
  top: 7vw;
  left: -24vw;
  width: 100%;
  height: 25vw;
}
.third-wrapper .third-content__3 .bubble-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -25%;
  left: 37%;
  width: 100%;
  height: 25vw;
  background-image: url(../images/b-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .third-wrapper .third-content__3 .bubble-1::before {
    top: -24%;
    left: 37%;
    height: 25vw;
  }
}
.third-wrapper .third-content__3 .bubble-2 {
  position: relative;
  font-size: 6vw;
  top: 0vw;
  left: -34vw;
  width: 100%;
  height: 25vw;
}
@media (max-width: 480px) {
  .third-wrapper .third-content__3 .bubble-2 {
    font-size: 5vw;
    top: -2vw;
  }
}
.third-wrapper .third-content__3 .bubble-2::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -21%;
  left: 35%;
  width: 100%;
  height: 28vw;
  background-image: url(../images/b-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .third-wrapper .third-content__3 .bubble-2::before {
    top: -18%;
    left: 37%;
    height: 25vw;
  }
}
.third-wrapper .third-content__3 .bubble-3 {
  position: relative;
  font-size: 6vw;
  top: -29vw;
  left: -6vw;
  width: 100%;
  height: 25vw;
}
@media (max-width: 480px) {
  .third-wrapper .third-content__3 .bubble-3 {
    font-size: 5.5vw;
  }
}
.third-wrapper .third-content__3 .bubble-3::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -21%;
  left: 35%;
  width: 100%;
  height: 28vw;
  background-image: url(../images/b-3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .third-wrapper .third-content__3 .bubble-3::before {
    top: -18%;
    left: 37%;
    height: 26vw;
  }
}
.third-wrapper .third-content__3 .bubble-4 {
  position: relative;
  font-size: 6vw;
  top: -24vw;
  left: -32vw;
  width: 100%;
  height: 25vw;
}
@media (max-width: 480px) {
  .third-wrapper .third-content__3 .bubble-4 {
    font-size: 5vw;
    top: -30vw;
  }
}
.third-wrapper .third-content__3 .bubble-4::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -21%;
  left: 35%;
  width: 100%;
  height: 28vw;
  background-image: url(../images/b-4.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .third-wrapper .third-content__3 .bubble-4::before {
    top: -20%;
    left: 37%;
    height: 25vw;
  }
}
.third-wrapper .third-content__3 .bubble-5 {
  position: relative;
  font-size: 5.5vw;
  top: -53vw;
  left: -7vw;
  width: 100%;
  height: 25vw;
}
@media (max-width: 480px) {
  .third-wrapper .third-content__3 .bubble-5 {
    font-size: 5vw;
    top: -56vw;
  }
}
.third-wrapper .third-content__3 .bubble-5::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -27%;
  left: 36%;
  width: 100%;
  height: 28vw;
  background-image: url(../images/b-5.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .third-wrapper .third-content__3 .bubble-5::before {
    left: 36%;
  }
}
.third-wrapper .third-content__3 .third-textbox {
  position: absolute;
  right: 2vw;
  bottom: 0;
  width: 50%;
  padding: 2vw;
  font-size: 2.5vw;
  text-align: center;
  border-radius: 2vw;
  background: radial-gradient(#f5f5f5, #EDB7B7);
}
.third-wrapper .third-content__3 .third-textbox .strong__middle {
  font-size: 3.5vw;
}
.third-wrapper .third-content__4 {
  position: relative;
  z-index: -10;
  padding-top: 10vw;
  height: 85vw;
  background-image: url(/images/bg-img__5.PNG);
  background-repeat: no-repeat;
  background-size: cover;
}
.third-wrapper .third-content__4 .happy-content {
  text-align: center;
}
.third-wrapper .third-content__4 .happy-content img {
  width: 60%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5019607843);
}
.third-wrapper .third-content__4 .happy-textbox {
  font-size: 2.5vw;
  text-align: center;
  padding: 2vw 0;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.fourth .bigword__pink {
  font-size: 8vw;
  text-align: left;
  font-weight: bold;
  line-height: 0.8;
  color: #FCEEF1;
}
.fourth-content__1 {
  position: relative;
  height: 87vw;
}
@media (max-width: 480px) {
  .fourth-content__1 {
    height: 98vw;
  }
}
.fourth-content__1 .fourth-img__content {
  text-align: right;
}
.fourth-content__1 .fourth-img__content img {
  width: 60%;
  height: 40vw;
  object-fit: cover;
  padding: 1vw 3vw;
  margin-top: 2vw;
  margin-right: 3vw;
  background-color: #EB989A;
}
.fourth-content__1 .fourth-textbox__1 {
  font-family: "游明朝 Medium";
  position: absolute;
  z-index: -1;
  top: 40vw;
  width: 70%;
  padding: 4vw 2vw;
  margin-left: 2vw;
  font-size: 2vw;
  color: #00003E;
  background-color: #F0DDDE;
}
.fourth-content__2 {
  font-family: "游明朝 Medium";
  width: 95%;
  margin: 2vw auto;
  font-size: 2vw;
  color: #00003E;
}
.fourth-content__2 .fourth-content__text {
  padding: 1vw 0;
}
@media (max-width: 480px) {
  .fourth-content__2 .fourth-content__text {
    padding: 2vw 0;
  }
}
.fourth-content__2 .content-list ol {
  counter-reset: number;
  /*数字をリセット*/
  padding: 3vw;
  border: 2px solid #f3d5dc;
}
.fourth-content__2 .content-list ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 4vw;
}
.fourth-content__2 .content-list ol li::before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #E2A09A;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 2vw;
  border-radius: 50%;
  left: 0;
  width: 3vw;
  height: 3vw;
  line-height: 3vw;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fourth-content__2 .fourth-textbox__2 {
  text-align: center;
}
.fourth-content__2 .fourth-img__box {
  position: relative;
  padding: 3vw 0;
  height: 92.5vw;
}
@media (max-width: 480px) {
  .fourth-content__2 .fourth-img__box {
    height: 110.5vw;
  }
}
.fourth-content__2 .fourth-img__box .fourth-img__content img {
  width: 60%;
  height: 45vw;
  object-fit: cover;
  padding: 2vw 4vw;
  background-color: #00003E;
}
.fourth-content__2 .fourth-img__box .fourth-textbox__3 {
  position: absolute;
  z-index: -1;
  top: 44vw;
  right: 0;
  width: 80%;
  padding: 6vw 2vw;
  background-color: #F0DDDE;
}

.present {
  width: 90%;
  background-color: #F7F6F4;
  padding: 4vw 3vw;
  margin: 4vw auto 4vw auto;
}
.present-content {
  position: relative;
  background-color: #F7F6F4;
  border: 1px solid #c2c2c2;
  padding-top: 30vw;
}
.present-content .present-number1 {
  position: absolute;
  z-index: 10;
  top: 25%;
  right: 45%;
  text-align: center;
  color: #FFFEFE;
  font-size: 6vw;
  height: 8vw;
  width: 8vw;
  line-height: 8vw;
  background: radial-gradient(rgb(209, 209, 209) 10%, rgb(204, 174, 36) 90%);
  border-radius: 50%;
}
@media (max-width: 480px) {
  .present-content .present-number1 {
    top: 22%;
    font-size: 6vw;
    height: 13vw;
    width: 13vw;
    line-height: 13vw;
  }
}
.present-content .present-number2 {
  position: absolute;
  z-index: 10;
  top: 51%;
  right: 45%;
  text-align: center;
  color: #FFFEFE;
  font-size: 6vw;
  height: 8vw;
  width: 8vw;
  line-height: 8vw;
  background: radial-gradient(rgb(209, 209, 209) 10%, rgb(204, 174, 36) 90%);
  border-radius: 50%;
}
@media (max-width: 480px) {
  .present-content .present-number2 {
    top: 49%;
    font-size: 6vw;
    height: 13vw;
    width: 13vw;
    line-height: 13vw;
  }
}
.present .check-btn {
  text-align: center;
}

.present-box {
  position: relative;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 3vw;
  margin: 8vw auto;
  text-align: center;
  color: #FFFEFE;
  overflow: hidden;
  background-color: #00003E;
}
@media (max-width: 480px) {
  .present-box {
    margin: 12vw auto;
  }
}
.present-box::before {
  content: "";
  position: absolute;
  top: -3vw;
  left: 1vw;
  transform: rotate(45deg);
  height: 10vw;
  width: 3vw;
  background-color: #BA9E4B;
}
.present-box::after {
  content: "";
  position: absolute;
  bottom: -3vw;
  right: 0;
  transform: rotate(45deg);
  height: 10vw;
  width: 3vw;
  background-color: #BA9E4B;
}
.present-box .present-text {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  font-size: 2.5vw;
  font-feature-settings: "palt";
}
.present-box .present-text .strong__middle {
  font-family: "游明朝 Medium";
  font-size: 4.5vw;
}
.present-box .present-img__care {
  width: 100%;
  display: contents;
}
.present-box .present-img__care img {
  display: block;
  width: 30%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.present-box .present-img__care .present-img_1 {
  width: 20%;
}

.check-btn .attention p {
  font-family: "游明朝 Medium";
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.5vw;
  color: #00003E;
}
.check-btn .attention p::before, .check-btn .attention p::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #00003E;
  width: 2px;
  height: 1.3em;
  margin: 0 0.2em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.check-btn .attention p::before {
  transform: rotate(-35deg);
}
.check-btn .attention p::after {
  transform: rotate(35deg);
}
.check-btn .line-btn {
  padding: 3vw 0;
}
.check-btn .line-btn a {
  background: #2E8B57;
  border-radius: 100px;
  font-size: 5.5vw;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  max-width: 65vw;
  padding: 5vw 6vw;
  color: #FFFEFE;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.check-btn .line-btn a:hover {
  opacity: 0.7;
}
.check-btn .line-btn a:hover::after {
  border-color: #FFF;
}
@media (max-width: 480px) {
  .check-btn .line-btn a {
    font-size: 5.5vw;
    max-width: 65vw;
    padding: 5vw 4vw;
  }
}

.ribbon-1 {
  width: 50%;
  height: auto;
  position: absolute;
  top: -5%;
  left: -2%;
}

.ribbon-2 {
  width: 75%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: 3%;
  right: -3%;
}

.ribbon-3 {
  width: 20%;
  height: auto;
  position: absolute;
  bottom: -5.1%;
  right: -7.2%;
}
.fifth {
  padding-top: 10vw;
  position: relative;
  z-index: -10;
  padding-bottom: 10vw;
  color: #00003E;
  background-image: url(../images/bg-img__6.PNG);
  background-size: cover;
  background-repeat: no-repeat;
}
.fifth p {
  font-size: 2.5vw;
}
.fifth .first-content-text__1 {
  font-size: 12.5vw;
  text-align: left;
  font-weight: bold;
  line-height: 0.75;
  color: #FFFEFE;
}
.fifth-text {
  text-align: center;
  margin-bottom: 3vw;
}
.fifth .under::before {
  bottom: -6%;
}

.fifth-content {
  position: relative;
  z-index: -10;
  font-size: 2.5vw;
  width: 90%;
  margin: 0 auto;
  padding: 3vw 0;
  text-align: center;
  border-radius: 10px;
  background-color: #FEECF0;
}
.fifth-content .fifth-content__text {
  padding: 3vw 0;
}
.fifth-content .fifth-add {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.fifth-content .fifth-add .fourth-bold {
  font-size: 3vw;
}
.fifth-content .fifth-add .fifth-add__text1 {
  padding: 0 10vw;
  background-color: #EFBDBE;
  border-radius: 50px;
}
.fifth-content .fifth-add .fifth-add__text2 {
  padding: 0 6vw;
  background-color: #EFBDBE;
  border-radius: 50px;
}
.fifth-content .fifth-add .cross {
  display: block;
  width: 30px;
  height: 30px;
}
.fifth-content .fifth-add .cross::before, .fifth-content .fifth-add .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9vw;
  /* 棒の幅（太さ） */
  height: 13vw;
  /* 棒の高さ */
  background: #00003E;
}
.fifth-content .fifth-add .cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fifth-content .fifth-add .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fifth-content .fifth-circle__img {
  display: flex;
  justify-content: space-around;
  padding-top: 2vw;
}
.fifth-content .fifth-circle__img img {
  width: 25vw;
  height: 25vw;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  object-position: 18%;
  border-radius: 50%;
}

.fifth-shape {
  position: relative;
  height: 80vw;
}
.fifth-shape__1 {
  position: relative;
  height: 80vw;
  overflow: hidden;
  color: #FFFEFE;
}
.fifth-shape__1 .fifth-text__1 {
  position: absolute;
  z-index: 10;
  font-size: 3.5vw;
  top: 28%;
  left: 15%;
}
.fifth-shape__1 .shape--1 {
  position: absolute;
  top: 0;
  right: 56%;
}
.fifth-shape__1 .fifth-text__2 {
  position: absolute;
  z-index: 10;
  font-size: 3.5vw;
  top: 33%;
  right: 46%;
}
.fifth-shape__1 .shape--2 {
  position: absolute;
  top: 8%;
  right: 27%;
}
.fifth-shape__1 .fifth-text__3 {
  position: absolute;
  z-index: 10;
  font-size: 3.5vw;
  top: 26%;
  right: 16%;
}
.fifth-shape__1 .shape--3 {
  position: absolute;
  top: -5%;
  right: -5%;
}
.fifth-shape__1 .fifth-text__4 {
  position: absolute;
  z-index: 10;
  font-size: 3.5vw;
  top: 62%;
  left: 18%;
}
.fifth-shape__1 .shape--4 {
  position: absolute;
  top: 38%;
  right: 49%;
}
.fifth-shape__1 .fifth-text__5 {
  position: absolute;
  z-index: 10;
  font-size: 3.5vw;
  top: 71%;
  right: 43%;
}
.fifth-shape__1 .shape--5 {
  position: absolute;
  top: 46%;
  right: 21%;
}
.fifth-shape__1 .fifth-text__6 {
  position: absolute;
  z-index: 10;
  font-size: 3.5vw;
  top: 60%;
  right: 10%;
}
.fifth-shape__1 .shape--6 {
  position: absolute;
  top: 31%;
  right: -9%;
}

.shape-under__img {
  text-align: center;
  margin-bottom: 5vw;
}
.shape-under__img img {
  width: 80%;
  height: auto;
  object-fit: cover;
  object-position: left;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.35);
}

.fifth-textbox {
  font-family: "游明朝 Medium";
  width: 90%;
  margin: 0 auto;
  margin-bottom: 6vw;
}
.fifth-textbox .text-field {
  padding: 3vw;
  background-color: #F3D5D6;
}
@media (max-width: 480px) {
  .fifth-textbox .text-field {
    padding: 2vw;
  }
}
.fifth-textbox .text-field .text-field__content {
  display: flex;
  justify-content: space-between;
  padding: 2vw 0;
}
.fifth-textbox .text-field .text-field__content .text-field__detail {
  padding-right: 1vw;
}
.fifth-textbox .text-field .text-field__content img {
  width: 40%;
  height: auto;
  object-fit: cover;
  object-position: right;
}
.fifth-textbox .fifth-textbox__img {
  padding: 2vw;
}

.redbox {
  width: 100%;
  height: auto;
}

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

.lp-02 {
  position: relative;
}

.lp-03 {
  margin-top: -27%;
}

.lp-05 {
  margin-top: -25%;
  position: relative;
}

.lp-06 {
  margin-top: -40%;
}/*# sourceMappingURL=style.css.map */