@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
#commitment-page * {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.page-id-6920 .breadcrumb {
  display: none !important;
}
#commitment-page .commitment-page__mv {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__mv {
    margin-top: 50px;
  }
}
#commitment-page .commitment-page__mv__banner {
  width: 100%;
  position: relative;
}
#commitment-page .commitment-page__mv__position {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1024px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__mv__position {
    width: 100%;
    max-width: 1024px;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__mv__position {
    bottom: 50%;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
    transform: translateY(50%);
  }
}
#commitment-page .commitment-page__mv__position__animation {
  display: block;
  overflow: hidden;
  opacity: 0;
}
#commitment-page .commitment-page__mv__position__animation__inner {
  display: block;
  opacity: 0;
}
#commitment-page .commitment-page__mv__position__animation img {
  width: auto;
  height: auto;
}
#commitment-page .commitment-page__mv__bg {
  width: 100%;
  opacity: 0;
}
#commitment-page .commitment-page__mv__bg img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__mv__bg img {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__mv__bg img {
    height: auto;
  }
}
#commitment-page .commitment-page__mv.fade-in .commitment-page__mv__bg {
  opacity: 1;
  transition: opacity 0.5s;
}
#commitment-page .commitment-page__mv.fade-in .commitment-page__mv__position__animation {
  animation-name: slideTextX100;
  animation-duration: 2s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#commitment-page .commitment-page__mv.fade-in .commitment-page__mv__position__animation__inner {
  animation-name: slideTextX-100;
  animation-duration: 2s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#commitment-page .commitment-page__top {
  background: url(../images/commitment/top_bg_pc.jpg) center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__top {
    padding-bottom: 8%;
    margin-bottom: 12%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__top {
    padding-bottom: 10%;
    background: url(../images/commitment/top_bg_sp.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 13%;
  }
}
#commitment-page .commitment-page__top__heading {
  max-width: 940px;
  margin: 0 auto 50px;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__top__heading {
    padding: 8% 3% 0;
    margin-bottom: 5%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__top__heading {
    padding: 10% 6% 0;
    margin-bottom: 7%;
  }
}
#commitment-page .commitment-page__top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__top__list {
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__top__list {
    padding: 0 6%;
  }
}
#commitment-page .commitment-page__top__item {
  width: calc(33.3% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.50);
  padding: 30px 25px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__top__item {
    width: 31.7%;
    margin-right: 2%;
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__top__item {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
    padding: 22px 18px;
    justify-content: flex-start;
  }
  #commitment-page .commitment-page__top__item:nth-child(2) {
    margin-right: 0;
  }
}
#commitment-page .commitment-page__top__item::before {
  content: "";
  background: url(../images/commitment/check_pc.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 18px;
  left: 10px;
  width: 16px;
  height: 17px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__top__item::before {
    top: 10px;
    left: 7px;
    width: 11px;
    height: 12px;
  }
}
#commitment-page .commitment-page__top__item:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__top__item:nth-child(3) {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
#commitment-page .commitment-page__top__text {
  position: relative;
}
#commitment-page .commitment-page__top p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #1b1b1b;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__top p {
    font-size: 1.5rem;
    line-height: 2.6rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__top p {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 350px) {
  #commitment-page .commitment-page__top p {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
#commitment-page .commitment-page__renovation {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation {
    padding-bottom: 10%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation {
    padding-bottom: 12%;
  }
}
#commitment-page .commitment-page__renovation__heading {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation__heading {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation__heading {
    margin-bottom: 10%;
  }
}
#commitment-page .commitment-page__renovation__heading img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  display: block;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation__heading img {
    height: 28vw;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation__heading img {
    height: auto;
  }
}
#commitment-page .commitment-page__renovation__banner {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation__banner {
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation__banner {
    margin-top: 12%;
  }
}
#commitment-page .commitment-page__renovation__banner img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  display: block;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation__banner img {
    height: 36vw;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation__banner img {
    height: auto;
  }
}
#commitment-page .commitment-page__renovation__link-wrap {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
#commitment-page .commitment-page__renovation__link {
  width: 100%;
  display: block;
}
#commitment-page .commitment-page__renovation__link img {
  display: block;
}
#commitment-page .commitment-page__renovation__flex {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation__flex {
    margin-bottom: 9%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation__flex {
    margin-bottom: 10%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#commitment-page .commitment-page__renovation__flex__left__text {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #313131;
  position: relative;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation__flex__left__text {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation__flex__left__text {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
#commitment-page .commitment-page__renovation__flex__left__text span {
  color: #998058;
  font-weight: 700;
  font-size: 120%;
}
#commitment-page .commitment-page__renovation__flex__right {
  width: 540px;
  margin-left: 40px;
  float: right;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation__flex__right {
    width: 50%;
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation__flex__right {
    width: 100%;
    margin-left: 0;
    margin-top: 12%;
    float: none;
  }
}
#commitment-page .commitment-page__renovation__text {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #313131;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation__text {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 6%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation__text {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-bottom: 8%;
  }
}
#commitment-page .commitment-page__renovation__text span {
  color: #998058;
  font-weight: 600;
  font-size: 120%;
}
#commitment-page .commitment-page__renovation__img {
  width: 100%;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation__img {
    margin-bottom: 9%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation__img {
    margin-bottom: 10%;
  }
}
#commitment-page .commitment-page__renovation__img img {
  display: inline-block;
}
#commitment-page .commitment-page__renovation__contents {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__renovation__contents {
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__renovation__contents {
    padding: 0 6%;
  }
}
#commitment-page .commitment-page__intro {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__intro {
    padding-bottom: 10%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__intro {
    padding-bottom: 12%;
  }
}
#commitment-page .commitment-page__intro__heading {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__intro__heading {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__intro__heading {
    margin-bottom: 10%;
  }
}
#commitment-page .commitment-page__intro__heading img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  display: block;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__intro__heading img {
    height: 38vw;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__intro__heading img {
    height: auto;
  }
}
#commitment-page .commitment-page__intro__banner {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__intro__banner {
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__intro__banner {
    margin-top: 12%;
  }
}
#commitment-page .commitment-page__intro__banner img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  display: block;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__intro__banner img {
    height: 36vw;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__intro__banner img {
    height: auto;
  }
}
#commitment-page .commitment-page__intro__link-wrap {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
#commitment-page .commitment-page__intro__link {
  width: 100%;
  display: block;
}
#commitment-page .commitment-page__intro__link img {
  display: block;
}
#commitment-page .commitment-page__intro__text {
  font-size: 2rem;
  line-height: 4.2rem;
  font-weight: 500;
  color: #000;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__intro__text {
    font-size: 1.5rem;
    line-height: 2.8em;
    margin-bottom: 4.5%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__intro__text {
    font-size: 1.5rem;
    line-height: 3.2rem;
    margin-bottom: 6%;
    letter-spacing: 0.01em;
  }
}
#commitment-page .commitment-page__intro__text span {
  color: #998058;
  font-weight: 600;
  font-size: 120%;
}
#commitment-page .commitment-page__intro__contents {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__intro__contents {
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__intro__contents {
    padding: 0 6%;
  }
}
#commitment-page .commitment-page__sec01 {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01 {
    padding-bottom: 10%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01 {
    padding-bottom: 12%;
  }
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__heading h2 {
    right: 16%;
    position: relative;
    width: 120%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__heading h2 {
    right: initial;
    width: 100%;
  }
}
#commitment-page .commitment-page__sec01__heading img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  font-family: "object-fit: cover;" !important;
  display: block;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__heading img {
    height: 29vw;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__heading img {
    height: auto;
  }
}
#commitment-page .commitment-page__sec01__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#commitment-page .commitment-page__sec01__list__item {
  width: calc(50% - 20px);
  margin-right: 20px;
  position: relative;
  margin-bottom: 40px;
}
#commitment-page .commitment-page__sec01__list__item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__list__item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 5%;
  }
  #commitment-page .commitment-page__sec01__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
#commitment-page .commitment-page__sec01__list__item__left {
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__list__item__left {
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__list__item__left {
    margin-bottom: 0;
    width: 70%;
  }
}
#commitment-page .commitment-page__sec01__list__item__right {
  width: 100%;
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__list__item__right {
    width: 52%;
    margin-left: -22%;
    margin-top: 12vw;
    z-index: 1;
    position: relative;
  }
}
#commitment-page .commitment-page__sec01__list__item__right__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__list__item__right__label {
    width: 120px;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__list__item__right__label {
    width: 19vw;
    position: relative;
    top: auto;
    left: auto;
  }
}
#commitment-page .commitment-page__sec01__list__item__right__label img {
  display: block;
}
#commitment-page .commitment-page__sec01__list__item__right p {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
  color: #000;
  position: relative;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__list__item__right p {
    font-size: 2rem;
    line-height: 2.7rem;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__list__item__right p {
    font-size: 3.8vw;
    line-height: 6.8vw;
    letter-spacing: 0;
    padding: 6%;
    text-align: left;
    background: #f7f5f2;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  #commitment-page .commitment-page__sec01__list__item:nth-child(2n) .commitment-page__sec01__list__item__right {
    margin-left: 0;
    margin-right: -22%;
  }
}
#commitment-page .commitment-page__sec01__bg {
  width: 100%;
  padding: 70px 0;
  background-color: #f7f5f2;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__bg {
    padding: 7% 0;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__bg {
    padding: 9% 0;
  }
}
#commitment-page .commitment-page__sec01__text {
  font-size: 2rem;
  line-height: 4.2rem;
  font-weight: 500;
  color: #000;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__text {
    font-size: 1.5rem;
    line-height: 2.8em;
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__text {
    font-size: 1.5rem;
    line-height: 3.2rem;
    margin-bottom: 10%;
  }
}
#commitment-page .commitment-page__sec01__text span {
  color: #998058;
  font-weight: 600;
  font-size: 120%;
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__text img {
    margin-bottom: 6%;
  }
}
#commitment-page .commitment-page__sec01__contents {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__contents {
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__contents {
    padding: 0 6%;
  }
}
#commitment-page .commitment-page__sec01__img {
  width: 100%;
}
#commitment-page .commitment-page__sec01__img img {
  display: block;
}
#commitment-page .commitment-page__sec01__img.flex {
  float: right;
  width: max-content;
  margin-left: 4%;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__img.flex {
    width: 49%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__img.flex {
    width: 100%;
  }
}
#commitment-page .commitment-page__sec01__img.flex-left {
  float: left;
  width: max-content;
  margin-right: 4%;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01__img.flex-left {
    width: 49%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01__img.flex-left {
    width: 100%;
  }
}
#commitment-page .commitment-page__sec01.bg-change .commitment-page__sec01__bg {
  background-color: #f6f6f6;
}
#commitment-page .commitment-page__sec01.fourth {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01.fourth .commitment-page__sec01__list__item__right {
    width: 52%;
    margin-top: 18vw;
  }
}
#commitment-page .commitment-page__sec01.fifth {
  margin-top: 100px;
  padding-bottom: 0 !important;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01.fifth {
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01.fifth {
    margin-top: 12%;
  }
}
#commitment-page .commitment-page__sec01.fifth .commitment-page__sec01__heading img {
  height: 450px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__sec01.fifth .commitment-page__sec01__heading img {
    height: 45vw;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__sec01.fifth .commitment-page__sec01__heading img {
    height: auto;
  }
}
#commitment-page .commitment-page__bottom {
  width: 100%;
  position: relative;
  padding: 100px 0;
  position: relative;
  background: url(../images/commitment/bottom-bg-00_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__bottom {
    padding: 10% 4%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom {
    padding: 12% 4%;
    background: url(../images/commitment/bottom-bg-00_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#commitment-page .commitment-page__bottom__bg-00 {
  width: 100%;
}
#commitment-page .commitment-page__bottom__bg-00 img {
  height: 586px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__bottom__bg-00 img {
    height: 58.6vw;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom__bg-00 img {
    height: auto;
  }
}
#commitment-page .commitment-page__bottom__bg-01 {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 70px 40px 60px;
  background: rgba(256, 256, 256, 1);
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__bottom__bg-01 {
    width: 94%;
    padding: 7% 4% 6%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom__bg-01 {
    width: 100%;
    padding: 9% 4% 8%;
    background: rgba(256, 256, 256, .9);
  }
}
#commitment-page .commitment-page__bottom__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__bottom__text {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom__text {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
#commitment-page .commitment-page__bottom__text span {
  color: #998058;
  font-weight: 600;
  font-size: 120%;
}
#commitment-page .commitment-page__bottom__link {
  padding: 60px 40px 0;
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: -moz-space-between;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__bottom__link {
    padding: 6% 4%;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom__link {
    padding: 6% 0;
  }
}
#commitment-page .commitment-page__bottom__link__contact {
  width: 49%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #313131 solid 1px;
  border-radius: 8px;
  background-color: #fff;
  height: 60px;
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom__link__contact {
    height: 70px;
  }
}
@media (max-width: 400px) {
  #commitment-page .commitment-page__bottom__link__contact {
    border-radius: 4px;
  }
}
#commitment-page .commitment-page__bottom__link__contact__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #313131;
  position: relative;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__bottom__link__contact__text {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom__link__contact__text {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 400px) {
  #commitment-page .commitment-page__bottom__link__contact__text {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
#commitment-page .commitment-page__bottom__link__contact__text::before {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0e0";
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 1px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__bottom__link__contact__text::before {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom__link__contact__text::before {
    font-size: 1.8rem;
    margin-right: 7px;
  }
}
#commitment-page .commitment-page__bottom__link__events {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: #313131 solid 1px;
  border-radius: 8px;
  background-color: #fff;
  height: 60px;
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom__link__events {
    height: 70px;
  }
}
@media (max-width: 400px) {
  #commitment-page .commitment-page__bottom__link__events {
    border-radius: 4px;
  }
}
#commitment-page .commitment-page__bottom__link__events__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #313131;
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__bottom__link__events__text {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom__link__events__text {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 400px) {
  #commitment-page .commitment-page__bottom__link__events__text {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
#commitment-page .commitment-page__bottom__link__events__text::before {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
  color: #313131;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  #commitment-page .commitment-page__bottom__link__events__text::before {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #commitment-page .commitment-page__bottom__link__events__text::before {
    font-size: 1.8rem;
    margin-right: 7px;
  }
}
#commitment-page .is-pc {
  display: block;
}
@media (max-width: 767px) {
  #commitment-page .is-pc {
    display: none;
  }
}
#commitment-page .is-sp {
  display: none;
}
@media (max-width: 767px) {
  #commitment-page .is-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  #commitment-page .display_pc {
    display: none;
  }
}
@media (min-width: 767px) {
  #commitment-page .display_sp {
    display: none;
  }
}
