/*=============================
// variable
===============================*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*=============================
// common
===============================*/
#breadCrumbArea {
  margin-top: 142px;
}
@media screen and (max-width: 767px) {
  #breadCrumbArea {
    margin: 0;
    padding-bottom: 7px;
  }
}

#footer {
  margin-top: 0;
}

.main_content {
  width: 100%;
  min-width: 1100px;
  font-family: "M PLUS 1p", "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #363636;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  overflow-x: hidden;
}
.main_content * {
  box-sizing: border-box;
  text-align: left;
}
.main_content figure, .main_content picture {
  display: block;
  margin: 0;
}
.main_content img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main_content a {
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
@media (hover: hover) {
  .main_content a:hover {
    opacity: 0.6;
  }
}
.main_content p {
  font-weight: 500;
}

.heading01 {
  margin-bottom: 60px;
  padding: 18px 20px;
  border-top: 3px solid #FFD955;
  border-bottom: 3px solid #FFD955;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.heading01 span {
  display: block;
  text-align: center;
}

/*=============================
// page sytle
===============================*/
.mv {
  width: 100%;
  padding-left: 28px;
  background: url("../img/mv_bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.mv_inner {
  height: 588px;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.mv_content {
  padding: 60px 0;
  width: 100%;
  max-width: 712px;
  background: #fff;
  border-radius: 24px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.mv_content .decoration {
  position: absolute;
}
.mv_content .decoration.is-item01 {
  width: 182px;
  top: -34px;
  left: -20px;
}
.mv_content .decoration.is-item02 {
  width: 98px;
  bottom: 30px;
  left: -20px;
}
.mv_content .decoration.is-item03 {
  width: 110px;
  bottom: 10px;
  right: 14px;
}
.mv_content .label {
  width: 146px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.mv_content .fukidashi {
  margin-bottom: 20px;
  width: 257px;
  padding: 10px 0;
  background: #FFD955;
  border-radius: 999px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}
.mv_content .fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #FFD955;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.mv_content .heading {
  margin-bottom: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.mv_content .heading p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 52px;
  font-weight: 500;
}
.mv_content .heading p span {
  font-size: 46px;
}
.mv_content .heading picture {
  width: 557px;
}
.mv_content .description {
  padding: 18px 30px;
  border-top: 2px solid #FFD955;
  border-bottom: 2px solid #FFD955;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1.39;
}
.mv_content .description span {
  font-size: 23px;
}
.mv_slider {
  width: 865px;
  height: 588px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  mask-image: url("../img/mv_clip.svg");
  mask-repeat: no-repeat;
  mask-position: 3% 0;
  mask-size: auto 100%;
  -webkit-mask-image: url("../img/mv_clip.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 3% 0;
  -webkit-mask-size: auto 100%;
}
.mv_slider .swiper::before {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
.mv_slider .pager {
  padding: 0 10px;
  width: fit-content;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mv_slider .pager .swiper-pagination, .mv_slider .pager .swiper-button-prev, .mv_slider .pager .swiper-button-next {
  position: static;
}
.mv_slider .pager .swiper-pagination {
  margin: 0 4px;
  width: fit-content;
  display: flex;
  flex-flow: row wrap;
}
.mv_slider .pager .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 4px;
}
.mv_slider .pager .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF9E01;
}
.mv_slider .pager .swiper-button-prev, .mv_slider .pager .swiper-button-next {
  display: block;
  margin: 0;
  width: 7px;
  height: 6px;
  background: url("../img/mv_slider_arrow.png") no-repeat center center;
  background-size: contain;
}
.mv_slider .pager .swiper-button-prev::after, .mv_slider .pager .swiper-button-next::after {
  display: none;
}
.mv_slider .pager .swiper-button-next {
  transform: scale(-1, -1);
}
.mv_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive {
  margin: 100px 0;
  padding: 0 50px;
}
.archive_inner {
  max-width: 1240px;
  margin: 0 auto;
}
.archive_list {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  gap: 28px 30px;
}
.archive_list-item {
  width: calc(50% - 15px);
}
.archive_list-item a {
  display: block;
  padding: 12px 12px 20px;
  color: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.archive_list-item a figure {
  margin-bottom: 28px;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.archive_list-item a h3 {
  margin-bottom: 32px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.archive_list-item a p {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.archive_list-item a p svg {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.archive_list-item:nth-of-type(1) a {
  background: #FF83B6;
}
.archive_list-item:nth-of-type(1) h3::before {
  content: "";
  width: 57px;
  height: 52px;
  background: url("../img/archive_list_item01_left.png") no-repeat center center;
  background-size: contain;
}
.archive_list-item:nth-of-type(1) h3::after {
  content: "";
  width: 50px;
  height: 52px;
  background: url("../img/archive_list_item01_right.png") no-repeat center center;
  background-size: contain;
}
.archive_list-item:nth-of-type(2) a {
  background: #2973EB;
}
.archive_list-item:nth-of-type(2) h3::before {
  content: "";
  width: 27px;
  height: 63px;
  background: url("../img/archive_list_item02_left.png") no-repeat center center;
  background-size: contain;
}
.archive_list-item:nth-of-type(2) h3::after {
  content: "";
  width: 42px;
  height: 59px;
  background: url("../img/archive_list_item02_right.png") no-repeat center center;
  background-size: contain;
}
.archive_list-item:nth-of-type(3) a {
  background: #FC9F0A;
}
.archive_list-item:nth-of-type(3) h3::before {
  content: "";
  width: 46px;
  height: 48px;
  background: url("../img/archive_list_item03_left.png") no-repeat center center;
  background-size: contain;
}
.archive_list-item:nth-of-type(3) h3::after {
  content: "";
  width: 56px;
  height: 58px;
  background: url("../img/archive_list_item03_right.png") no-repeat center center;
  background-size: contain;
}
.archive_list-item:nth-of-type(4) a {
  background: #26C7B7;
}
.archive_list-item:nth-of-type(4) h3::before {
  content: "";
  width: 59px;
  height: 46px;
  background: url("../img/archive_list_item04_left.png") no-repeat center center;
  background-size: contain;
}
.archive_list-item:nth-of-type(4) h3::after {
  content: "";
  width: 35px;
  height: 59px;
  background: url("../img/archive_list_item04_right.png") no-repeat center center;
  background-size: contain;
}

.case {
  background: #FFF7E2;
  padding: 100px 50px;
}
.case_inner {
  max-width: 1240px;
  margin: 0 auto;
}
.case_list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.case_list-item {
  width: calc(33% - 13.3333333333px);
  background: #fff;
  display: block;
  border-radius: 10px;
  box-shadow: -5px 5px 0 #FFD086;
  overflow: hidden;
}
.case_list-item .content {
  padding: 20px 24px 30px;
}
.case_list-item .content h3 {
  margin-bottom: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid #363636;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 14px;
}
.case_list-item .content h3 span {
  padding: 6px 12px;
  background: #000;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
}
.case_list-item .content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0.11em;
}

.cta {
  background: url("../img/cta_bg.png") no-repeat center center;
  background-size: cover;
  padding: 80px 50px;
}
.cta_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 0;
  background: #fff;
  border-radius: 20px;
}
.cta h2 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cta h2:before, .cta h2:after {
  content: "";
  width: 5px;
  height: 36px;
  background: #FFA701;
  border-radius: 999px;
  transform: rotate(-25deg);
}
.cta h2::after {
  transform: translateX(-8px) rotate(25deg);
}
.cta_banner {
  display: block;
  margin: 0 auto 28px;
  width: 702px;
}
.cta_button {
  margin: 0 auto;
  width: 702px;
  height: 84px;
  background: #FFA701;
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}
.cta_button span {
  font-family: "noto sans jp", sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.cta_button svg {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 13.81%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  /*=============================
  // common
  ===============================*/
  .main_content {
    min-width: 100%;
  }
  .heading01 {
    margin-bottom: 8vw;
    padding: 3.7333333333vw;
    border-top: 0.8vw solid #FFD955;
    border-bottom: 0.8vw solid #FFD955;
    font-size: 9.0666666667vw;
    line-height: 1.31;
  }
  /*=============================
  // page sytle
  ===============================*/
  .mv {
    padding: 7.7333333333vw 0 0;
    background: url("../img/mv_bg_sp.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .mv_inner {
    height: auto;
    padding-bottom: 67.4666666667vw;
  }
  .mv_content {
    margin: 0 auto;
    padding: 7.4666666667vw 5.8666666667vw;
    width: 89.3333333333vw;
    max-width: 100%;
    border-radius: 2.6666666667vw;
  }
  .mv_content .decoration.is-item01 {
    width: 25.8666666667vw;
    top: -3.2vw;
    left: -3.2vw;
  }
  .mv_content .decoration.is-item02 {
    width: 13.0666666667vw;
    bottom: -2.6666666667vw;
    left: -3.2vw;
  }
  .mv_content .decoration.is-item03 {
    width: 18.1333333333vw;
    bottom: -4.8vw;
    right: -5.3333333333vw;
  }
  .mv_content .label {
    width: 26.6666666667vw;
    top: -3.7333333333vw;
    right: -3.2vw;
  }
  .mv_content .fukidashi {
    margin-bottom: 2.1333333333vw;
    width: 41.8666666667vw;
    padding: 1.0666666667vw 0;
    font-size: 4.2666666667vw;
    left: -2.1333333333vw;
  }
  .mv_content .fukidashi::before {
    border-right: 1.0666666667vw solid transparent;
    border-left: 1.0666666667vw solid transparent;
    border-top: 2.1333333333vw solid #FFD955;
  }
  .mv_content .heading {
    margin-bottom: 4.2666666667vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .mv_content .heading p {
    font-size: 7.4666666667vw;
  }
  .mv_content .heading p span {
    font-size: 6.9333333333vw;
  }
  .mv_content .heading picture {
    width: 76vw;
  }
  .mv_content .description {
    padding: 3.7333333333vw;
    border-top: 0.5333333333vw solid #FFD955;
    border-bottom: 0.5333333333vw solid #FFD955;
    font-size: 5.3333333333vw;
  }
  .mv_content .description span {
    font-size: 5.3333333333vw;
  }
  .mv_slider {
    width: 100vw;
    height: 63.3333333333vw;
    top: auto;
    bottom: 0;
    transform: translate(0, 0);
    mask-image: url("../img/mv_clip_sp.svg");
    -webkit-mask-image: url("../img/mv_clip_sp.svg");
  }
  .mv_slider .swiper {
    width: 100vw;
    height: 63.3333333333vw;
  }
  .mv_slider .swiper::before {
    display: none;
  }
  .mv_slider .pager {
    padding: 0 2.6666666667vw;
    height: 6.4vw;
    bottom: 2.6666666667vw;
  }
  .mv_slider .pager .swiper-pagination {
    margin: 0 1.0666666667vw;
  }
  .mv_slider .pager .swiper-pagination .swiper-pagination-bullet {
    margin: 0 1.0666666667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .mv_slider .pager .swiper-button-prev, .mv_slider .pager .swiper-button-next {
    width: 1.8666666667vw;
    height: 1.6vw;
  }
  .archive {
    margin: 15.4666666667vw 0;
    padding: 0 3.2vw;
  }
  .archive_list {
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  .archive_list-item {
    width: 100%;
  }
  .archive_list-item a {
    padding: 3.2vw 3.2vw 4.2666666667vw;
    border-radius: 5.3333333333vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 2.1333333333vw rgba(0, 0, 0, 0.25);
  }
  .archive_list-item a figure {
    margin-bottom: 2.6666666667vw;
    border-radius: 3.7333333333vw 3.7333333333vw 0 0;
  }
  .archive_list-item a h3 {
    margin-bottom: 2.6666666667vw;
    font-size: 6.9333333333vw;
    gap: 1.6vw;
  }
  .archive_list-item a h3 > span > span {
    letter-spacing: -0.2em;
  }
  .archive_list-item a p {
    margin-right: 0.5333333333vw;
    font-size: 4.8vw;
    gap: 2.1333333333vw;
  }
  .archive_list-item a p svg {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .archive_list-item:nth-of-type(1) h3::before {
    width: 14.4vw;
    height: 13.0666666667vw;
  }
  .archive_list-item:nth-of-type(1) h3::after {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
  .archive_list-item:nth-of-type(2) h3::before {
    width: 5.3333333333vw;
    height: 11.7333333333vw;
  }
  .archive_list-item:nth-of-type(2) h3::after {
    width: 7.7333333333vw;
    height: 10.6666666667vw;
  }
  .archive_list-item:nth-of-type(3) h3::before {
    width: 8.2666666667vw;
    height: 8.8vw;
  }
  .archive_list-item:nth-of-type(3) h3::after {
    width: 10.4vw;
    height: 10.6666666667vw;
  }
  .archive_list-item:nth-of-type(4) h3::before {
    width: 11.2vw;
    height: 8.5333333333vw;
  }
  .archive_list-item:nth-of-type(4) h3::after {
    width: 6.6666666667vw;
    height: 11.2vw;
  }
  .case {
    padding: 16vw 3.2vw;
  }
  .case_list {
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  .case_list-item {
    width: 100%;
    height: auto;
    border-radius: 2.6666666667vw;
    box-shadow: -1.3333333333vw 1.3333333333vw 0 #FFD086;
  }
  .case_list-item .content {
    padding: 6.4vw 5.3333333333vw 8vw;
  }
  .case_list-item .content h3 {
    margin-bottom: 3.2vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw solid #000;
    font-size: 6.9333333333vw;
    gap: 3.2vw;
  }
  .case_list-item .content h3 span {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .case_list-item .content p {
    font-size: 3.7333333333vw;
    line-height: 1.42;
  }
  .cta {
    padding: 5.3333333333vw 3.2vw;
    background: url("../img/cta_bg_sp.png") no-repeat center center;
    background-size: cover;
  }
  .cta_inner {
    padding: 8vw 4.8vw;
    border-radius: 5.3333333333vw;
  }
  .cta h2 {
    margin-bottom: 3.2vw;
    font-size: 5.8666666667vw;
    line-height: 1.45;
    gap: 5.3333333333vw;
    text-align: center;
  }
  .cta h2:before, .cta h2:after {
    width: 1.0666666667vw;
    height: 17.0666666667vw;
    transform: rotate(-30deg);
  }
  .cta h2::after {
    transform: translateX(-1.0666666667vw) rotate(30deg);
  }
  .cta_banner {
    margin: 0 auto 4.8vw;
    width: 76.5333333333vw;
  }
  .cta_button {
    padding: 0 5.3333333333vw;
    width: 84vw;
    height: 13.8666666667vw;
    border-radius: 1.6vw;
    box-shadow: none;
    justify-content: flex-start;
  }
  .cta_button span {
    font-size: 4.8vw;
  }
  .cta_button svg {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    right: 5.0666666667vw;
  }
}

/*# sourceMappingURL=style.css.map */
