@charset "UTF-8";
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

[MEMO]
各ページのスタイルはこちらに記述する。

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* ##############################################################
#
#    #page-001
#
############################################################## */
#page-001 .sec-key {
  position: relative;
  height: clamp(460px, calc(624 / 1920 * 100vw), 624px);
  margin: 0 40px 60px;
}
@media screen and (min-width: 1280px) {
  #page-001 .sec-key {
    margin: 0 110px 60px clamp(40px, calc(160 / var(--pc-design-width) * 100vw), 160px);
  }
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key {
    height: auto;
    margin: 0 0 60px;
  }
}
#page-001 .sec-key .images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .images {
    position: relative;
    height: 0;
    padding: calc(260 / 390 * 100%) 0 0;
    margin: 0 0 47px;
  }
}
#page-001 .sec-key .images .pagination {
  position: absolute;
  right: -28px;
  top: 50%;
  width: 14px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  #page-001 .sec-key .images .pagination {
    right: -66px;
  }
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .images .pagination {
    right: 50%;
    top: auto;
    bottom: -29px;
    transform: translateX(50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 12px;
  }
}
#page-001 .sec-key .images .pagination .item {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background: #ddd;
  border: 2px solid var(--monotone-4);
  border-radius: 100%;
}
@media screen and (min-width: 1280px) {
  #page-001 .sec-key .images .pagination .item {
    width: 20px;
    height: 20px;
    border-width: 4px;
  }
}
@media screen and (min-width: 769px) {
  #page-001 .sec-key .images .pagination .item {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  #page-001 .sec-key .images .pagination .item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .images .pagination .item {
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
}
#page-001 .sec-key .images .pagination .item.active {
  width: 14px;
  height: 14px;
  border: none;
  background: url(../images/common/icon/flow_enable.svg) 0 0/100% no-repeat;
}
@media screen and (min-width: 1280px) {
  #page-001 .sec-key .images .pagination .item.active {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .images .pagination .item.active {
    width: 12px;
    height: 12px;
  }
}
#page-001 .sec-key .images .pagination .item + .item {
  margin: 16px 0 0;
}
@media screen and (min-width: 1280px) {
  #page-001 .sec-key .images .pagination .item + .item {
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .images .pagination .item + .item {
    margin: 0 0 0 13px;
  }
}
#page-001 .sec-key .images .images-wrapper {
  position: relative;
  height: 100%;
  border-radius: 0 0 80px 0;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .images .images-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 50px 0;
    isolation: isolate;
  }
}
#page-001 .sec-key .images .images-wrapper .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#page-001 .sec-key .images .images-wrapper .item.active {
  pointer-events: inherit;
}
#page-001 .sec-key .images .images-wrapper .item.active a {
  opacity: 1;
}
#page-001 .sec-key .images .images-wrapper .item.zoom .image {
  animation: zoom 4s linear;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#page-001 .sec-key .images .images-wrapper .item a {
  display: block;
  height: 100%;
  opacity: 0;
  transition: opacity 1s linear;
}
#page-001 .sec-key .images .images-wrapper .item .image {
  height: 100%;
  transform: scale(1.1);
  transform-origin: 60% 50%;
  animation-play-state: paused;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .images .images-wrapper .item .image {
    transform-origin: 50% 50%;
  }
}
#page-001 .sec-key .images .images-wrapper .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-001 .sec-key .images .images-wrapper .item .copy {
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 50px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .images .images-wrapper .item .copy {
    left: 15px;
    right: auto;
    top: auto;
    bottom: 15px;
  }
}
#page-001 .sec-key .text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 290px;
  height: 100%;
  background: var(--monotone-4);
  border-radius: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .text {
    width: calc(100% - 60px);
    height: auto;
    margin: 0 auto;
  }
}
#page-001 .sec-key .text .header {
  position: relative;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .text .header {
    margin: 0 0 20px;
  }
}
#page-001 .sec-key .text .header .title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: calc(58/38);
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .text .header .title {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
    line-height: calc(38/28);
  }
}
#page-001 .sec-key .text .header .catch {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 88px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .text .header .catch {
    right: 0;
    top: -70px;
  }
}
#page-001 .sec-key .text .lead {
  margin: 0 0 24px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: calc(26/12);
  color: var(--monotone-1);
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .text .lead {
    margin: 0 0 30px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  #page-001 .sec-key .text .cmn-btn {
    margin: 0 auto;
  }
}
#page-001 .sec-key .text .cmn-btn a {
  width: 240px;
}
#page-001 .sec-recommend {
  margin: 0 0 110px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-recommend {
    margin: 0 0 80px;
  }
}
#page-001 .sec-recommend .cmn-headline {
  margin: 0 160px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-recommend .cmn-headline {
    width: calc(100% - 30px);
    margin: 0 auto 40px;
  }
}
#page-001 .sec-recommend .cmn-headline .cmn-h3 {
  margin: 0;
}
#page-001 .sec-recommend .cmn-carousel {
  width: 100%;
  margin: 0 0 48px;
  padding: 40px 20px 0;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-recommend .cmn-carousel {
    margin: 0 0 40px;
    padding: 0 15px;
  }
}
#page-001 .sec-recommend .cmn-carousel .swiper-button-prev, #page-001 .sec-recommend .cmn-carousel .swiper-button-next {
  top: 52%;
}
@media screen and (min-width: 769px) {
  #page-001 .sec-recommend .cmn-carousel .swiper-slide a .image:before, #page-001 .sec-recommend .cmn-carousel .swiper-slide a img {
    transform: scale(1);
    transition: transform 0.2s ease;
  }
  #page-001 .sec-recommend .cmn-carousel .swiper-slide a:hover {
    opacity: 1;
  }
  #page-001 .sec-recommend .cmn-carousel .swiper-slide a:hover .image:before, #page-001 .sec-recommend .cmn-carousel .swiper-slide a:hover img {
    transform: scale(1.1);
  }
}
#page-001 .sec-recommend .cmn-btn a {
  width: 240px;
}
#page-001 .sec-hero {
  position: relative;
  margin: 0 0 140px;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-hero {
    margin: 0 0 80px;
    padding: 60px 0 80px;
  }
}
#page-001 .sec-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 70px);
  height: 100%;
  margin: 0 0 0 70px;
  background: var(--background-color);
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-hero:before {
    width: 100%;
    margin: 0;
    border-radius: 60px 0 0 0;
  }
}
#page-001 .sec-hero .inner {
  position: relative;
}
#page-001 .sec-hero .cmn-h2 {
  margin: 0 0 64px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-hero .cmn-h2 {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  #page-001 .sec-hero .point {
    overflow: initial;
    margin: 0 0 40px;
  }
  #page-001 .sec-hero .point .point-wrapper-pc {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
    width: clamp(900px, calc(1120 / 1280 * 100vw), 1120px);
    margin: 0 auto;
  }
  #page-001 .sec-hero .point .point-wrapper-sp,
#page-001 .sec-hero .point .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #page-001 .sec-hero .point {
    margin: 0;
    padding: 40px 15px 67px;
  }
  #page-001 .sec-hero .point .point-wrapper-pc {
    display: none;
  }
  #page-001 .sec-hero .point .swiper-pagination {
    bottom: 30px;
  }
  #page-001 .sec-hero .point .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background: #ddd;
    border: 3px solid var(--monotone-4);
  }
  #page-001 .sec-hero .point .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: none;
    background: url(../images/common/icon/flow_enable.svg) 0 0/100% no-repeat;
  }
  #page-001 .sec-hero .point .swiper-pagination .swiper-pagination-bullet + .item {
    margin: 0 0 0 13px;
  }
}
#page-001 .sec-hero .point .item {
  display: block;
  width: calc(50% - 25px);
}
#page-001 .sec-hero .point .item.item1 .image:after {
  content: "01";
}
#page-001 .sec-hero .point .item.item2 .image:after {
  content: "02";
}
#page-001 .sec-hero .point .item.item3 .image:after {
  content: "03";
}
#page-001 .sec-hero .point .item.item4 .image:after {
  content: "04";
}
#page-001 .sec-hero .point .item .image {
  position: relative;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-hero .point .item .image {
    margin: 0 0 20px;
  }
}
#page-001 .sec-hero .point .item .image:after {
  position: absolute;
  left: -10px;
  top: -33px;
  width: 68px;
  height: 104px;
  padding: 35px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--primary-color);
  background: url(../images/page_001/hero_point_icon.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-hero .point .item .image:after {
    left: 15px;
    top: -30px;
    width: 50px;
    height: 71px;
    padding: 25px 0 0;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
}
#page-001 .sec-hero .point .item .image img {
  border-radius: 50px 0 50px 0;
}
#page-001 .sec-hero .point .item .text {
  text-align: center;
}
#page-001 .sec-hero .point .item .text .title {
  margin: 0 0 22px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: calc(30/18);
}
@media screen and (max-width: 768px) {
  #page-001 .sec-hero .point .item .text .title {
    line-height: calc(26/18);
  }
}
#page-001 .sec-hero .point .item .text .body {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: calc(26/13);
}
@media screen and (max-width: 768px) {
  #page-001 .sec-hero .point .item .text .body {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: calc(24/12);
  }
}
#page-001 .sec-design .division {
  margin: 0 0 120px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-design .division {
    margin: 0 0 60px;
  }
}
#page-001 .sec-design .division:before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 70px);
  height: 100%;
  background: var(--background-color);
}
@media screen and (max-width: 768px) {
  #page-001 .sec-design .division:before {
    width: 100%;
  }
}
#page-001 .sec-design .division:nth-of-type(2) {
  position: relative;
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-design .division:nth-of-type(2) {
    padding: 60px 0;
  }
}
#page-001 .sec-design .division:nth-of-type(2):before {
  content: "";
  margin: 0 70px 0 0;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-design .division:nth-of-type(2):before {
    margin: 0;
    border-radius: 0 60px 0 0;
  }
}
#page-001 .sec-design .division:nth-of-type(4) {
  position: relative;
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-design .division:nth-of-type(4) {
    padding: 60px 0;
  }
}
#page-001 .sec-design .division:nth-of-type(4):before {
  content: "";
  margin: 0 0 0 70px;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-design .division:nth-of-type(4):before {
    margin: 0;
    border-radius: 60px 0 0 0;
  }
}
#page-001 .sec-design .division .inner {
  position: relative;
}
#page-001 .sec-design .division .cmn-carousel {
  margin: 0;
}
#page-001 .sec-design .cmn-headline {
  margin: 0 160px 60px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-design .cmn-headline {
    width: calc(100% - 30px);
    margin: 0 auto 35px;
  }
}
#page-001 .sec-design .cmn-carousel {
  width: 100%;
  margin: 0 0 48px;
  padding: 0 65px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-design .cmn-carousel {
    padding: 0 15px;
  }
}
#page-001 .sec-design .cmn-carousel .swiper-wrapper .swiper-button-prev {
  left: 20px;
  top: 34%;
}
#page-001 .sec-design .cmn-carousel .swiper-wrapper .swiper-button-next {
  right: 20px;
  top: 34%;
}
@media screen and (min-width: 1280px) {
  #page-001 .sec-design .cmn-carousel .swiper-wrapper .swiper-slide .text {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}
#page-001 .sec-design .cmn-carousel.scene .cmn-carousel {
  margin: 0;
}
#page-001 .sec-design .cmn-carousel.scene .swiper-wrapper .swiper-button-prev {
  left: 20px;
  top: 34%;
}
#page-001 .sec-design .cmn-carousel.scene .swiper-wrapper .swiper-button-next {
  right: 20px;
  top: 34%;
}
@media screen and (min-width: 769px) {
  #page-001 .sec-design .cmn-carousel.scene .swiper-wrapper .swiper-slide a:hover .image img {
    transform: scale(1.1);
  }
}
#page-001 .sec-design .cmn-carousel.scene .swiper-wrapper .swiper-slide .image {
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
  border-radius: 45px 0 45px 0;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-design .cmn-carousel.scene .swiper-wrapper .swiper-slide .image {
    margin: 0 0 10px;
  }
}
#page-001 .sec-design .cmn-carousel.scene .swiper-wrapper .swiper-slide .image img {
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1280px) {
  #page-001 .sec-design .cmn-carousel.scene .swiper-wrapper .swiper-slide .text {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--secondary-color);
  }
}
@media screen and (max-width: 768px) {
  #page-001 .sec-design .cmn-carousel.scene .swiper-wrapper .swiper-slide .text {
    font-size: 1.6rem;
  }
}
#page-001 .sec-plan {
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan {
    margin: 0;
  }
}
#page-001 .sec-plan .header {
  margin: 0 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .header {
    margin: 0 0 43px;
  }
}
#page-001 .sec-plan .header .cmn-h2 {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .header .cmn-h2 {
    margin: 0 0 26px;
  }
}
#page-001 .sec-plan .header .sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .header .sub-title {
    font-size: 1.4rem;
  }
}
#page-001 .sec-plan .header .sub-title span {
  color: var(--primary-color);
}
#page-001 .sec-plan .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: clamp(980px, calc(980 / 1080 * 100vw), 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box {
    display: block;
    width: calc(100% - 30px);
  }
}
#page-001 .sec-plan .box + .cmn-btn {
  margin: 30px 0 60px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box + .cmn-btn {
    margin: 30px 0 50px;
  }
}
#page-001 .sec-plan .box .item {
  position: relative;
  display: block;
  width: clamp(308px, calc(308 / 1080 * 100vw), 356px);
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item {
    width: 100%;
  }
}
#page-001 .sec-plan .box .item + .item {
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item + .item {
    margin: 30px 0 0;
  }
}
#page-001 .sec-plan .box .item.popular:after {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  width: 80px;
  height: 95px;
  background: url(../images/page_001/plan_recommned_icon.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item.popular:after {
    left: 15px;
    top: -15px;
    width: 55px;
    height: 66px;
  }
}
#page-001 .sec-plan .box .item .inner {
  height: 100%;
  padding: 0 0 50px;
  background: var(--background-color);
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner {
    padding: 0;
  }
}
#page-001 .sec-plan .box .item .inner .image {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner .image {
    margin: 0 0 16px;
  }
}
#page-001 .sec-plan .box .item .inner .body {
  text-align: center;
}
#page-001 .sec-plan .box .item .inner .body .title {
  font-size: 2rem;
  font-weight: 700;
}
#page-001 .sec-plan .box .item .inner .body .question {
  margin: 0 0 16px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-color);
}
#page-001 .sec-plan .box .item .inner .body .price {
  margin: 0 0 10px;
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner .body .price {
    margin: 0 0 15px;
  }
}
#page-001 .sec-plan .box .item .inner .body .price .num {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner .body .price .num {
    font-size: 4.4rem;
  }
}
#page-001 .sec-plan .box .item .inner .body .price .small {
  font-size: 2.4rem;
}
#page-001 .sec-plan .box .item .inner .body .price .tax {
  margin: 8px 0 0;
  font-size: 1.2rem;
}
#page-001 .sec-plan .box .item .inner .body .cmn-btn {
  margin: 20px 0 13px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner .body .cmn-btn {
    margin: 25px 0 45px;
  }
}
#page-001 .sec-plan .box .item .inner .body .type1 {
  margin: 18px 0 0;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner .body .type1 {
    margin: 8px 0 0;
    padding: 0 0 43px;
  }
}
#page-001 .sec-plan .box .item .inner .body .type1 .sub-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner .body .type1 .sub-title {
    font-size: 1.4rem;
  }
}
#page-001 .sec-plan .box .item .inner .body .type1 .sub-title span {
  color: var(--primary-color);
}
#page-001 .sec-plan .box .item .inner .body .type1 .caption {
  margin: 10px 0 0;
  font-size: 1rem;
  transform: scale(0.9);
}
#page-001 .sec-plan .box .item .inner .type2 {
  margin: 38px 0 0;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner .type2 {
    margin: 8px 0 0;
    padding: 0 0 30px;
  }
}
#page-001 .sec-plan .box .item .inner .type3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 28px 0 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner .type3 {
    margin: 16px 0 0;
    padding: 0 0 40px;
  }
}
#page-001 .sec-plan .box .item .inner .type3 .col {
  position: relative;
  width: 50%;
}
#page-001 .sec-plan .box .item .inner .type3 .col + .col:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E5E5E5;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner .type3 .col + .col:after {
    top: 0;
    height: 100%;
  }
}
#page-001 .sec-plan .box .item .inner .type3 .col .sub-title {
  margin: 0 0 6px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #page-001 .sec-plan .box .item .inner .type3 .col .sub-title {
    margin: 0 0 12px;
  }
}

/* ##############################################################
#
#    #page-003
#
############################################################## */
#page-003 .sec-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  #page-003 .sec-hero {
    display: block;
  }
}
#page-003 .sec-hero .gallery {
  width: calc(480 / var(--pc-contents-width) * 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-003 .sec-hero .gallery {
    width: 100%;
    margin: 0 0 30px;
  }
}
#page-003 .sec-hero .gallery .for {
  position: relative;
  margin: 118px 0 50px;
}
@media screen and (max-width: 768px) {
  #page-003 .sec-hero .gallery .for {
    margin: 0 0 15px;
  }
}
#page-003 .sec-hero .gallery .for .swiper-wrapper {
  height: 320px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-003 .sec-hero .gallery .for .swiper-wrapper {
    height: 220px;
  }
}
#page-003 .sec-hero .gallery .for .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  max-width: 50%;
  max-height: 100%;
}
#page-003 .sec-hero .gallery .for .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #page-003 .sec-hero .gallery .zoom {
    margin: 0 0 26px;
    text-align: right;
  }
}
#page-003 .sec-hero .gallery .thumb {
  position: relative;
  height: 64px;
}
@media screen and (max-width: 768px) {
  #page-003 .sec-hero .gallery .thumb {
    width: 288px;
    height: 56px;
  }
}
#page-003 .sec-hero .gallery .thumb .swiper-wrapper .swiper-slide {
  position: relative;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #page-003 .sec-hero .gallery .thumb .swiper-wrapper .swiper-slide:hover {
    opacity: 0.7;
  }
}
#page-003 .sec-hero .gallery .thumb .swiper-wrapper .swiper-slide img {
  border: none;
}
#page-003 .sec-hero .gallery .thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid var(--primary-color);
}
#page-003 .sec-hero .gallery .thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img:nth-of-type(1){
  border-right: none;
}
#page-003 .sec-hero .gallery .thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img:nth-of-type(2){
  border-left: none;
}
#page-003 .sec-hero .gallery .thumb .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  max-width: calc(50% - 2px);
  max-height: calc(100% - 4px);
}
#page-003 .sec-hero .feature {
  width: calc(480 / var(--pc-contents-width) * 100%);
}
@media screen and (max-width: 768px) {
  #page-003 .sec-hero .feature {
    width: 100%;
  }
}
#page-003 .sec-hero .feature .cmn-h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-003 .sec-hero .feature .cmn-h2 {
    margin-bottom: 10px;
  }
}
#page-003 .sec-hero .feature .all-attr {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-003 .sec-hero .feature .all-attr {
    margin-bottom: 25px;
  }
}
#page-003 .sec-hero .feature .cmn-table {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #page-003 .sec-hero .feature .cmn-table {
    margin-bottom: 35px;
  }
}
#page-003 .sec-other + .sec-other {
  margin: 46px 0 0;
}
#page-003 .sec-other:last-child {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #page-003 .sec-other:last-child {
    padding-bottom: 0;
  }
}
#page-003 .sec-other .cmn-headline {
  margin: 0 0 26px;
}
@media screen and (max-width: 768px) {
  #page-003 #gl-modal .container {
    padding: 10px 10px 15px;
  }
  #page-003 #gl-modal .container .image {
    margin: 0 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page-003 #gl-modal .container .image img{
    max-height: 100%;
    max-width: 50%;
    object-fit: cover;
  }
}

/* ##############################################################
#
#    #page-015
#
############################################################## */
#page-015 .feature-header {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-015 .feature-header {
    width: calc(360 / var(--sp-design-width) * 100%);
    margin: 0 auto 40px;
  }
}
#page-015 .feature-header .cmn-h2.icon-sugoi {
  position: relative;
  margin: 0 0 40px;
  padding: 38px 0 0;
  font-size: 3.6rem;
  letter-spacing: 0.07em;
  line-height: calc(52/36);
}
@media screen and (max-width: 768px) {
  #page-015 .feature-header .cmn-h2.icon-sugoi {
    margin: 0 0 35px;
    padding: 30px 0 0;
    font-size: 2.2rem;
    letter-spacing: 0.04;
    line-height: calc(34/22);
  }
}
#page-015 .feature-header .cmn-h2.icon-sugoi:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 179px;
  height: 19px;
  background: url(../images/page_015/icon_sugoi.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 768px) {
  #page-015 .feature-header .cmn-h2.icon-sugoi:before {
    width: 148px;
    height: 15px;
  }
}
#page-015 .feature-header .sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: calc(42/24);
}
@media screen and (max-width: 768px) {
  #page-015 .feature-header .sub-title {
    font-size: 1.4rem;
    line-height: calc(24/14);
  }
}
#page-015 .feature-header .sub-title span {
  color: var(--primary-color);
}
#page-015 .feature-header .sentence {
  font-size: 1.6rem;
  line-height: calc(30/16);
}
@media screen and (max-width: 768px) {
  #page-015 .feature-header .sentence {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: calc(24/12);
  }
}
#page-015 .mat {
  position: relative;
  margin: 0 0 100px;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  #page-015 .mat {
    margin: 0 0 80px;
    padding: 55px 0 60px;
  }
}
#page-015 .mat:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 70px);
  height: 100%;
  margin: 0 0 0 70px;
  background: var(--background-color);
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-015 .mat:before {
    width: 100%;
    margin: 0;
    border-radius: 60px 0 0 0;
  }
}
#page-015 .mat.reverse:before {
  content: "";
  margin: 0 70px 0 0;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 768px) {
  #page-015 .mat.reverse:before {
    margin: 0;
    border-radius: 0 60px 0 0;
  }
}
#page-015 .mat .inner {
  position: relative;
}
#page-015 .sec-hero {
  width: max(1000px, calc(100% - 320px));
  margin: 0 auto 100px;
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero {
    width: 100%;
    margin: 0 0 80px;
    padding: 40px 0 0;
  }
}
#page-015 .sec-hero .cmn-breadcrumbs {
  margin: 0 0 30px;
}
#page-015 .sec-hero .header {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .header {
    margin: 0 0 30px;
  }
}
#page-015 .sec-hero .key {
  margin: 0 auto 50px;
  border-radius: 80px 0 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .key {
    border-radius: 50px 0 50px 0;
  }
}
#page-015 .sec-hero .feature {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature {
    width: calc(360 / var(--sp-design-width) * 100%);
  }
}
#page-015 .sec-hero .feature .box {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box {
    margin: 0 0 40px;
  }
}
#page-015 .sec-hero .feature .box.reverse .inner {
  flex-direction: row-reverse;
}
#page-015 .sec-hero .feature .box .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner {
    display: block;
  }
}
#page-015 .sec-hero .feature .box .inner .image {
  width: calc(550 / 1120 * 100%);
  border-radius: 100px 0 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .image {
    width: 100%;
    margin: 0 0 25px;
    border-radius: 50px 0 50px 0;
  }
}
#page-015 .sec-hero .feature .box .inner .text {
  width: calc(530 / 1120 * 100%);
  padding: 55px 0 0;
  font-size: 1.6rem;
  line-height: calc(30/16);
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .text {
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: calc(24/12);
  }
}
#page-015 .sec-hero .feature .box .inner .text .cmn-h3 {
  margin: 0 0 26px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .text .cmn-h3 {
    margin: 0 0 15px;
  }
}
#page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-yen {
  padding: 0 0 0 48px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-yen {
    padding: 0 0 0 30px;
  }
}
#page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-yen:before {
  width: 34px;
  height: 34px;
  background: transparent url(../images/page_015/icon_yen.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-yen:before {
    width: 20px;
    height: 20px;
  }
}
#page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-device {
  padding: 0 0 0 57px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-device {
    padding: 0 0 0 39px;
  }
}
#page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-device:before {
  width: 42px;
  height: 24px;
  background: transparent url(../images/page_015/icon_device.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-device:before {
    width: 29px;
    height: 17px;
  }
}
#page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-location {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-location {
    padding: 0 0 0 24px;
  }
}
#page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-location:before {
  width: 25px;
  height: 34px;
  background: transparent url(../images/page_015/icon_location.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-location:before {
    width: 12.5px;
    height: 17px;
  }
}
#page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-camera {
  padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-camera {
    padding: 0 0 0 35px;
  }
}
#page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-camera:before {
  width: 35px;
  height: 28px;
  background: transparent url(../images/page_015/icon_camera.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-hero .feature .box .inner .text .cmn-h3.icon-camera:before {
    width: 21.7px;
    height: 17px;
  }
}
#page-015 .sec-easy .case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .case {
    width: min(calc(320 / var(--sp-design-width) * 100%), 320px);
    margin: 0 auto 50px;
  }
}
#page-015 .sec-easy .case .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  background: var(--monotone-4);
  border-radius: 60px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .case .item {
    justify-content: left;
    width: 100%;
    height: 90px;
    padding: 0 80px 0 25px;
  }
  #page-015 .sec-easy .case .item + .item {
    margin: 15px 0 0;
  }
}
#page-015 .sec-easy .case .item .sentence {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: calc(20/12);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .case .item .sentence {
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: calc(18/12);
    text-align: left;
  }
}
#page-015 .sec-easy .case .item .image {
  position: absolute;
  left: calc(50% + 8px);
  top: calc(100% - 10px);
  width: 96px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .case .item .image {
    left: auto;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
  }
}
#page-015 .sec-easy .template {
  position: relative;
  margin: 0 0 40px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template {
    margin: 0 0 30px;
    padding: 50px 0 0;
  }
}
#page-015 .sec-easy .template:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + calc(560 / var(--pc-design-width) * 100vw));
  height: 100%;
  background: var(--monotone-4);
  border-radius: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template:before {
    width: calc(100% - 15px);
    border-radius: 60px 0 0 0;
  }
}
#page-015 .sec-easy .template .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner {
    width: 100%;
    padding: 0 calc(35 / var(--sp-design-width) * 100%);
  }
}
#page-015 .sec-easy .template .inner .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .cols {
    display: block;
  }
}
#page-015 .sec-easy .template .inner .cols .text {
  width: 420px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .cols .text {
    width: 100%;
  }
}
#page-015 .sec-easy .template .inner .cols .text .title {
  margin: 0 0 45px;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: calc(44/24);
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .cols .text .title {
    margin: 0 0 25px;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: calc(26/18);
  }
}
#page-015 .sec-easy .template .inner .cols .text .title span {
  color: var(--primary-color);
}
#page-015 .sec-easy .template .inner .cols .text .sentence {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: calc(30/16);
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .cols .text .sentence {
    margin: 0 0 14px;
    font-size: 1.2rem;
    line-height: calc(24/16);
  }
}
#page-015 .sec-easy .template .inner .cols .image {
  position: relative;
  width: 480px;
  margin: -30px 0 0;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .cols .image {
    width: 100%;
    margin: 0;
  }
}
#page-015 .sec-easy .template .inner .cols .image:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 30px;
  width: 102px;
  height: 24px;
  transform: rotate(30deg);
  background: url(../images/page_015/easy_template_attention.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .cols .image:after {
    right: -20px;
    top: 20px;
    width: 68px;
    height: 16px;
  }
}
@media screen and (min-width: 769px) {
  #page-015 .sec-easy .template .inner .example {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page-015 .sec-easy .template .inner .example.sp {
    display: none;
  }
  #page-015 .sec-easy .template .inner .example .item {
    width: 455px;
  }
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .example.pc {
    display: none;
  }
  #page-015 .sec-easy .template .inner .example .swiper-pagination {
    bottom: 59px;
  }
  #page-015 .sec-easy .template .inner .example .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background: #ddd;
    border: 3px solid var(--monotone-4);
  }
  #page-015 .sec-easy .template .inner .example .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: none;
    background: url(../images/common/icon/flow_enable.svg) 0 0/100% no-repeat;
  }
  #page-015 .sec-easy .template .inner .example .swiper-pagination .swiper-pagination-bullet + .item {
    margin: 0 0 0 13px;
  }
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .example .item {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .example .item .cmn-h4 {
    margin: 0 0 25px;
  }
}
#page-015 .sec-easy .template .inner .example .item .cmn-h4:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
#page-015 .sec-easy .template .inner .example .item .cmn-h4:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 29px;
  background: url(../images/page_015/easy_icon_bubble.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .example .item .cmn-h4:after {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
}
#page-015 .sec-easy .template .inner .example .item .cmn-h4 span {
  position: relative;
  z-index: 1;
  padding: 0 10px 0 40px;
  background: var(--monotone-4);
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .example .item .cmn-h4 span {
    padding: 0 10px 0 30px;
  }
}
#page-015 .sec-easy .template .inner .example .item dl {
  margin: 0 0 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .example .item dl {
    margin: 0 0 25px;
    font-size: 1.2rem;
  }
}
#page-015 .sec-easy .template .inner .example .item dl dt {
  margin: 0 0 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .example .item dl dt {
    margin: 0 0 10px;
  }
}
#page-015 .sec-easy .template .inner .example .item dl dd span {
  font-weight: 700;
  color: var(--primary-color);
}
#page-015 .sec-easy .template .inner .example .item dl dd + dt {
  margin-top: 20px;
}
#page-015 .sec-easy .template .inner .example .item .comment {
  font-size: 1.6rem;
  line-height: calc(30/16);
}
@media screen and (max-width: 768px) {
  #page-015 .sec-easy .template .inner .example .item .comment {
    font-size: 1.4rem;
    line-height: calc(26/14);
  }
}
#page-015 .sec-quality .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: clamp(900px, calc(1120 / 1280 * 100vw), 1120px);
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-quality .cols {
    display: block;
    width: calc(360 / var(--sp-design-width) * 100%);
    margin: 0 auto 35px;
  }
}
#page-015 .sec-quality .cols .item {
  display: block;
  width: min(350px, 31.5%);
}
@media screen and (max-width: 768px) {
  #page-015 .sec-quality .cols .item {
    width: 100%;
  }
  #page-015 .sec-quality .cols .item + .item {
    margin: 35px 0 0;
  }
}
#page-015 .sec-quality .cols .item .image {
  position: relative;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-quality .cols .item .image {
    margin: 0 0 20px;
  }
}
#page-015 .sec-quality .cols .item .image img {
  border-radius: 50px 0 50px 0;
}
#page-015 .sec-quality .cols .item .text .sup {
  vertical-align: super;
  font-size: 0.5em;
}
#page-015 .sec-quality .cols .item .text .title {
  margin: 0 0 22px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: calc(30/18);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-quality .cols .item .text .title {
    line-height: calc(26/18);
  }
}
#page-015 .sec-quality .cols .item .text .body {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: calc(26/13);
}
@media screen and (max-width: 768px) {
  #page-015 .sec-quality .cols .item .text .body {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: calc(26/14);
  }
}
@media screen and (min-width: 769px) {
  #page-015 .sec-quality .cols .item.item1 .title {
    line-height: calc(30/18*2);
  }
}
#page-015 .sec-design {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-design {
    margin: 0 0 25px;
  }
}
#page-015 .sec-design .feature-header {
  margin: 0 auto 35px;
}
#page-015 .sec-design .cmn-carousel {
  width: 100%;
  margin: 0 0 60px;
  padding: 40px 20px 0;
}
@media screen and (max-width: 768px) {
  #page-015 .sec-design .cmn-carousel {
    margin: 0 0 40px;
    padding: 0 15px;
  }
}
#page-015 .sec-design .cmn-carousel .swiper-button-prev, #page-015 .sec-design .cmn-carousel .swiper-button-next {
  top: 52%;
}
@media screen and (min-width: 769px) {
  #page-015 .sec-design .cmn-carousel .swiper-slide a .image:before, #page-015 .sec-design .cmn-carousel .swiper-slide a img {
    transform: scale(1);
    transition: transform 0.2s ease;
  }
  #page-015 .sec-design .cmn-carousel .swiper-slide a:hover {
    opacity: 1;
  }
  #page-015 .sec-design .cmn-carousel .swiper-slide a:hover .image:before, #page-015 .sec-design .cmn-carousel .swiper-slide a:hover img {
    transform: scale(1.1);
  }
}
#page-015 .notes {
  margin: 0 0 60px;
  transform: scale(0.9);
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-015 .notes {
    margin: 0;
    padding: 0 15px;
    line-height: calc(16/9);
    text-align: left;
  }
}

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