@charset "UTF-8";
/* ==========================================================================//
//
//　mycolor.css
//
// ========================================================================== */
/* default
---------------------------------------------------------- */
#mycolor {
  position: relative;
}

#mycolor main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#mycolor main a {
  -webkit-animation: none;
          animation: none;
}

#mycolor .swiper-slide img {
  opacity: 1;
}

/* componets
---------------------------------------------------------- */
.c-btn {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.c-btn a {
  display: block;
  padding: 20px 5px;
  line-height: 1;
}
.c-btn a:hover {
  opacity: 0.6;
}
.c-btn__conversion--link {
  color: #fff;
  background: #FFB92E;
  border-radius: 8px;
}
.c-btn__demo--link {
  color: #FFB92E;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #FFB82E;
}
@media (min-width: 768px) {
  .c-btn {
    font-size: 24px;
  }
  .c-btn a {
    padding: 22px 5px;
  }
}

.c-text {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-text {
    font-size: 18px;
  }
}

/* header
---------------------------------------------------------- */
.l-mcheader {
  margin: 20px 0 0 15px;
  position: absolute;
}
.l-mcheader img {
  display: block;
  max-width: 120px;
}
@media (min-width: 768px) {
  .l-mcheader {
    margin: 30px 0 0 30px;
  }
  .l-mcheader img {
    max-width: 140px;
  }
}

/* section
---------------------------------------------------------- */
.l-section__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .l-section__inner {
    padding: 0;
  }
}

.l-mv {
  /*     background: url(../images/mycolor/bg_mv_dot.png) repeat; */
  background: #fff;
}
.l-mv__head {
  max-width: 1360px;
  margin-inline: auto;
}

.p-solution {
  padding: 25px 0;
  background: #EFF1F6;
}
.p-solution__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}
.p-solution__title span {
  font-weight: 700;
}
.p-solution__image {
  margin-bottom: 15px;
}
.p-solution__image:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-solution {
    padding: 40px 0 30px;
  }
  .p-solution__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .p-solution__image {
    margin-bottom: 0;
  }
  .p-solution__image--second {
    max-width: 661px;
    margin-inline: auto;
  }
}

.p-merit {
  padding: 25px 0 35px;
  position: relative;
  background: #F2FAE8;
  background-image: url(../images/mycolor/bg_solution_ttl_sp@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.p-merit::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #F2FAE8 transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-merit__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.p-merit__title span {
  display: block;
  line-height: 1.3em;
  font-size: 28px;
  font-weight: 700;
}
.p-merit__image {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-merit {
    padding: 30px 0 40px;
    background-color: #F2FAE8;
    background-image: url(../images/mycolor/bg_solution_ttl_pc@2x.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1360px;
  }
  .p-merit::after {
    border-width: 50px 100px 0 100px;
    bottom: -40px;
  }
  .p-merit__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .p-merit__title span {
    font-size: 40px;
  }
  .p-merit__image {
    margin-bottom: 40px;
  }
}

.p-about {
  padding: 45px 0 35px;
  background: #fff;
}
.p-about .c-btn {
  margin-bottom: 40px;
}
.p-about__logo {
  max-width: 129px;
  margin-bottom: 10px;
  margin-inline: auto;
}
.p-about__logo img {
  width: 100%;
}
.p-about__title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3em;
  font-size: 28px;
  font-weight: 700;
}
.p-about__youtube {
  width: 100%;
  margin-bottom: 30px;
  aspect-ratio: 16/9;
}
.p-about__youtube iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-about {
    padding: 70px 0 50px;
  }
  .p-about .c-btn {
    margin-bottom: 0;
  }
  .p-about .c-text {
    margin-bottom: 32px;
  }
  .p-about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    margin-bottom: 45px;
  }
  .p-about__box {
    width: 48%;
  }
  .p-about__logo {
    max-width: 190px;
    margin-bottom: 20px;
  }
  .p-about__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .p-about__youtube {
    width: 48%;
    margin-bottom: 0;
  }
}

.p-point {
  padding: 30px 0 0;
  background: #FFFBEB;
}
.p-point__title {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}
.p-point__title span {
  line-height: 1em;
  font-weight: 700;
  vertical-align: text-bottom;
}
.p-point__title--large {
  font-size: 48px;
}
.p-point__image {
  margin-bottom: 20px;
}
.p-point__image:last-child {
  margin-bottom: 40px;
}
.p-point__footer {
  padding: 40px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .p-point {
    padding-top: 32px;
  }
  .p-point__title {
    margin-bottom: 15px;
    font-size: 32px;
  }
  .p-point__title--large {
    font-size: 64px;
  }
  .p-point__image {
    margin-bottom: 25px;
  }
  .p-point__image:last-child {
    margin-bottom: 45px;
  }
  .p-point__footer {
    padding: 55px 0;
  }
}

.l-footer {
  padding: 29px 18px 14px;
  background: #074B96;
}
.l-footer__logo {
  max-width: 165px;
  margin-bottom: 42px;
  margin-inline: auto;
}
.l-footer__copylight {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  .l-footer__log {
    margin-bottom: 32px;
  }
}

/* utility
---------------------------------------------------------- */
.u-hidden__sp {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden__sp {
    display: block;
  }
}
.u-hidden__pc {
  display: block;
}
@media (min-width: 768px) {
  .u-hidden__pc {
    display: none;
  }
}

.u-color__blue {
  color: #0081CC;
}/*# sourceMappingURL=mycolor.css.map */