@charset "UTF-8";
body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

.header {
  width: 100%;
  height: 60px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ccc;
}

.header__logo-container {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__logo-container__link__logo {
  height: 21px;
}

.header__menu {
  background-color: #de3871;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__menu-contact__text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.container__section-container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.container__section-container__title {
  height: 55px;
  border-bottom: 1px solid #ccc;
}

.container__section-container__title-text {
  font-size: 21px;
  font-weight: bold;
}

.container__section-container__content {
  border-bottom: 1px solid #ccc;
  padding-bottom: 34px;
}

.container__section-container__content__item__title-text {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: bold;
}

.container__section-container__content__item__sub-title {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}

.container__section-container__content__item__buttom {
  display: flex;
  justify-content: center;
}

.container__section-container__content__item__main-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.container__section-container__content__button {
  background-color: #222;
  width: 164px;
  border-radius: 20px;
  padding: 10px 0;
  margin: 0 auto;
}

.container__section-container__content__button__link__text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "IBM Plex Sans";
  display: flex;
  justify-content: center;
  align-items: center;
}

.material-icons-outlined {
  padding-left: 8px;
}

.container__footer {
  padding: 48px 0;
  background-color: #222;
  text-align: center;
  margin-top: 45px;
}

.container__footer__logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.container__footer__logo-container__link-container__logo1 {
  height: 13px;
}

.container__footer__logo-container__link-container__logo2 {
  height: 20px;
}

.container__footer__container__link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 32px 16px;
}

.container__footer__container__link-list__item {
  padding: 0 10px;
}

.container__footer__container__link-list__item__link {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.container__footer___container__cr {
  font-size: 10px;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .header__logo-container {
    margin-left: 60px;
  }
  .header__logo-container__link__logo {
    height: 34px;
  }
  .header__menu {
    height: 89px;
    width: 269px;
    transition: all 0.5s;
  }
  .header__menu:hover {
    background-color: rgba(222, 56, 113, 0.5);
  }
  .header__menu-contact__text {
    font-size: 16px;
    font-weight: bold;
  }
  .container__section-container {
    width: 1160px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .container__section-container__content-group {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .container__section-container__title {
    border-bottom: none;
    padding-top: 85px;
  }
  .container__section-container__title-text {
    font-size: 34px;
  }
  .container__section-container__content {
    display: flex;
    border-bottom: none;
    margin-top: 89px;
    padding-bottom: 0;
  }
  .container__section-container__content__item {
    width: 818px;
    border-left: 1px solid #ccc;
    padding-left: 48px;
  }
  .container__section-container__content__item__title {
    width: 294px;
  }
  .container__section-container__content__item__title-text {
    margin-top: 0;
    font-size: 21px;
  }
  .container__section-container__content__item__sub-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .container__section-container__content__item__buttom {
    display: flex;
    justify-content: left;
  }
  .container__section-container__content__button {
    margin: 0;
    padding: 15px 10px;
    border-radius: 25px;
    transition: all 0.5s;
  }
  .container__section-container__content__button:hover {
    background-color: rgb(222, 56, 113);
  }
  .container__section-container__content__item__main-text {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .container__seciton-container__content__button__link__text {
    font-size: 16px;
  }
  .container__footer {
    margin-top: 135px;
  }
  .container__footer__logo-container {
    gap: 25px;
  }
  .container__footer__logo-container__link-container__logo1 {
    height: 20px;
  }
  .container__footer__logo-container__link-container__logo2 {
    height: 30px;
  }
  .container__footer__container__link-list__item__link {
    font-size: 14px;
  }
  .container__footer___container__cr {
    font-size: 12px;
    font-family: "Avenir";
  }
}
