html {
  overflow: auto;
  height: 100%;
}

body {
  overflow-x: hidden !important;
  min-width: 445px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.header-button {
  background-color: #e40171;
}

.my-container {
  padding: 0 !important;
}

.navbar .menu-item {
  padding: 30px 0;
}

.navbar .menu-item:hover {
  border-bottom: 4px solid #e4569d;
  margin-bottom: -4px;
  transition: all 0.1s;
}

.navbar {
  padding: 5px 40px;
}

/* .dummy-active-menu {
  border-bottom: 4px solid white;
} */

@media screen and (max-width: 480px) {
  /*　画面サイズが480pxからはここを読み込む　*/
  .navbar {
    padding: 5px 10px;
  }
}

/* section1 */

/* .section1 {
  margin: 15px;
} */

.section1 {
  margin-top: 34px;
}

.section1 .title-text {
  font-size: 50px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #354052;
}

@media screen and (max-width: 480px) {
  /*　画面サイズが480pxからはここを読み込む　*/
  .section1 .title-text {
    font-size: 30px;
  }
}

.section1 .description {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #354052;
}

/* section2 */

.section2 {
  -webkit-transform: rotate(2deg) translate3d(0, 0, 0);
  background: #313131;
  margin-left: -25%;
  padding: 0 25%;
  position: relative;
  transform: rotate(2deg) translate3d(0, 0, 0);
  width: 150%;
  background: #ec77a3;
}

.section2 .inner {
  -webkit-transform: rotate(-2deg) translate3d(0, 0, 0);
  color: #fff;
  margin: 0 auto;
  max-width: 100%;
  transform: rotate(-2deg) translate3d(0, 0, 0);
  width: 100%;
  padding-bottom: 40px;
}

.section2 .title {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 930px) {
  /*　画面サイズが480pxからはここを読み込む　*/
  .section2 .title {
    font-size: 22px;
  }
}

.section2 .sub-title {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.section2 .description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  opacity: 0.9;
}

/* section3 */

.section3 {
  position: relative;
  background-color: #ec77a3;
  width: 100%;
  height: 150px;
  top: -60px;
}

.section-dark-button {
  background-color: #e40171;
}

/* section4 */

.section4 {
  margin: 0 40px;
}

.section4 .title {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #354052;
}

.section4 .description {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #354052;
}

@media screen and (max-width: 992px) {
  /*　画面サイズが480pxからはここを読み込む　*/
  .section4 .description {
    font-size: 18px;
  }
}

.section4 .navigate-button {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #0091f2;
  padding: 0;
  margin: 0;
}

.section4 .contact-button {
  width: 135px;
  height: 44px;
  background-color: #e40171;
  color: white;
}

/* section5 */

.section5 {
  margin-top: 40px;
  margin-bottom: 70px;
  margin-right: 40px;
  margin-left: 40px;
  min-height: 200px;
}

.section5 .info-wrapper {
  margin: 15px;
}

.section5 .text-background {
  width: 346px;
  height: 218px;
  background-size: cover;
  background-image: url("./images/text-background.png");
  position: absolute;
}

.section5 .description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #354052;
  margin-top: 20px;
}

.section5 .description-wrapper {
  width: 400px;
  height: 218px;
}

/* section6 */

.section6 .title {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #354052;
  max-width: 1000px;
  text-align: center;
  padding-right: 24px;
  padding-left: 24px;
}

@media screen and (max-width: 930px) {
  /*　画面サイズが480pxからはここを読み込む　*/
  .section6 .title {
    font-size: 22px;
  }
}

/* section7 */

.section7 .image {
  width: 144px;
  height: 144px;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.05),
    -2px -2px 7px 0 rgba(0, 0, 0, 0.1);
  border: solid 8px #ffffff;
}

.section7 .image-wrapper:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 144px;
  height: 144px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(15deg); /* 回転させる */
  background: gray;
  z-index: -1;
  border: solid 8px #ffffff;
}

@media screen and (max-width: 930px) {
  /*　画面サイズが480pxからはここを読み込む　*/
  .section7 .image {
    width: 100px;
    height: 100px;
    border: solid 5px #ffffff;
  }

  .image-wrapper {
    min-height: 140px;
  }

  .section7 .image-wrapper:after {
    width: 100px;
    height: 100px;
    border: solid 5px #ffffff;
  }
}

.section7 .title {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #354052;
}

.section7 .description {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #354052;
}

/* section8 */

.section8 {
  background-color: #ec77a3;
  margin-top: 90px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section8 .title {
  height: 60px;
  margin: 20px 0;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.section8 .sub-title {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}

.section8 .description {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

/* section9 */

.section9 .title {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #354052;
  margin-bottom: 32px;
}

.section9 .description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #354052;
  margin-bottom: 32px;
}

.section9 {
  margin: 70px 0;
}

.section9 .wrapper {
  padding-left: 40px;
}

/* footer */

footer {
  background-color: #334054;
  padding: 20px 40px;
}

footer .icon-description {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: normal;
  color: #ffffff;
}

footer .diver {
  width: 336px;
  height: 1px;
  opacity: 0.4;
  border: solid 1px #ffffff;
  margin-bottom: 11px;
}

footer .description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
}

footer .menu-item {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
}

footer .menu-items {
  margin-top: 15px;
}

footer .footer-info {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 20px;
}

footer .footer-button-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
