/* headline
======================================= */
.headline__title img {
  max-width: 918px;
}

/* reasons
======================================= */
@media (max-width: 768px) {
  .reasons {
    background: url(../img/menus/covering/reasons_bg-sp.jpg) no-repeat center center/cover;
    position: relative;
  }
  .reasons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #fff;
  }
}
.reasons__inner {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .reasons__inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.reasons__title {
  padding-top: 1.245em;
  margin-bottom: 5rem;
}
.reasons__title img {
  max-width: 650px;
}
.reasons__item:nth-child(n+2) {
  margin-top: 6em;
}
@media (max-width: 768px) {
  .reasons__item:nth-child(n+2) {
    margin-top: 3.5em;
  }
}
.reasons__item:nth-child(2n) .reasons__item-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .reasons__item:nth-child(2n) .reasons__item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reasons__item-title {
  font-size: 1.875em;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  background-color: #FA6806;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .reasons__item-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.reasons__item-title .number {
  background-color: #1D2637;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 0.8125rem 0.8125rem 0.5rem;
}
.reasons__item-title .number .reason, .reasons__item-title .number .num {
  display: block;
  background: -webkit-linear-gradient(top, #C18922, #F3C15B, #C18922);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reasons__item-title .number .reason {
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .reasons__item-title .number .reason {
    font-size: 0.625rem;
  }
}
.reasons__item-title .number .num {
  font-size: 3.125rem;
}
@media (max-width: 768px) {
  .reasons__item-title .number .num {
    font-size: 2.375rem;
  }
}
.reasons__item-title .text {
  padding: 1rem;
}
@media (max-width: 768px) {
  .reasons__item-title .text {
    padding: 0 1rem;
  }
}
.reasons__item-title img {
  width: 10rem;
  height: 7.625rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
@media (max-width: 768px) {
  .reasons__item-title img {
    display: none;
  }
}
.reasons__item-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .reasons__item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reasons__item-image, .reasons__item-text {
  width: 48%;
}
@media (max-width: 768px) {
  .reasons__item-image, .reasons__item-text {
    width: 100%;
  }
}
.reasons__item-image {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .reasons__item-image {
    margin-bottom: 1rem;
  }
}
.reasons__item-text {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .reasons__item-text {
    margin-bottom: 0;
  }
}

/* cases
======================================= */
.cases {
  position: relative;
  z-index: 0;
}
.cases::before, .cases::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.cases::before {
  background-color: #F3EFE4;
}
.cases__inner {
  padding-bottom: 4em;
}
.cases__title {
  padding-top: 8.25rem;
  background: url(../img/for_beginner/reasons/cases_title_bg.jpg) no-repeat center center/cover;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .cases__title {
    padding-top: 6.4375rem;
  }
}
.cases__title img {
  max-width: 752px;
}
@media (max-width: 768px) {
  .cases__title img {
    max-width: 365px;
  }
}
@media (max-width: 768px) {
  .cases__title.--blue::after {
    height: 5rem;
  }
}
.cases__container {
  padding-bottom: 4.5em !important;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .cases__container {
    padding: 0 5.333% 4.5em !important;
  }
}
.cases__btn {
  max-width: 262px;
}
@media (max-width: 768px) {
  .cases__btn {
    max-width: 295px;
  }
}

/* makers
======================================= */
.makers {
  position: relative;
  z-index: 0;
}
.makers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/top/makers/makers_bg.png) repeat;
  opacity: 0.5;
}
.makers__inner {
  padding-top: 2.74em;
  max-width: 1096px;
}
.makers__title {
  margin-bottom: 2.5rem;
}
.makers__title img {
  max-width: 708px;
}
@media (max-width: 768px) {
  .makers__title img {
    max-width: 268px;
    margin: auto;
  }
}
.makers__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media (max-width: 768px) {
  .makers__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }
}
.makers__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFDC72;
  border-radius: 7.26px;
  -webkit-box-shadow: 0px 4.41px 0px 0px #895F4B;
          box-shadow: 0px 4.41px 0px 0px #895F4B;
  overflow: hidden;
}
@media (max-width: 768px) {
  .makers__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 3.63px 0px 0px #895F4B;
            box-shadow: 0px 3.63px 0px 0px #895F4B;
  }
}
.makers__item a:hover {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  -webkit-transform: translateY(4.41px);
          transform: translateY(4.41px);
}
.makers__item-image {
  width: 42.21%;
}
@media (max-width: 768px) {
  .makers__item-image {
    width: 100%;
    position: relative;
  }
  .makers__item-image::before {
    content: "";
    display: block;
    padding-top: 62.4645%;
  }
  .makers__item-image img, .makers__item-image video, .makers__item-image iframe, .makers__item-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.makers__item-title {
  font-size: 1.125em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6%;
}
@media (max-width: 768px) {
  .makers__item-title {
    font-size: 0.85em;
  }
}
.makers__item-title::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/common/icons/icon_circle-black.svg) no-repeat center center/contain;
}