@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.belleleadsp {
  background-color: #fff;
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  line-break: strict;
}
@media screen and (min-width: 769px) {
  .belleleadsp {
    min-width: 1084px;
    width: 100%;
  }
}
.belleleadsp img {
  max-width: 100%;
  height: auto;
}

.inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0 40px;
    width: 1084px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
    max-width: 728px;
  }
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.topMv-mv {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  height: 716px;
  background-color: #eff3f6;
  background-image: url(../images/top/top_mv.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.topMv-mv-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
}
.topMv-mv-ttl-upper {
  width: 364px;
}
.topMv-mv-ttl-lower {
  margin-top: 30px;
  width: 705px;
}
.topMv-mv-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1px 194px -1px;
  width: 633px;
}
.topMv-mv-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
.topMv-mv-body-imgbell {
  margin-top: 90px;
  width: 178px;
}
.topMv-mv-body-img {
  width: 440px;
}
.topMv-mv-body-imglead {
  margin-top: 90px;
  width: 178px;
  width: 178px;
}

.topContents {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.topContents.woodbackground1 {
  height: 414px;
  background-image: url(../images/top/top_wood1.png);
}
.topContents.woodbackground2 {
  height: 498px;
  background-image: url(../images/top/top_wood2.png);
}
.topContents.woodbackground3 {
  height: 146px;
  background-image: url(../images/top/top_wood3.png);
}
.topContents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 67px;
}
.woodbackground2 .topContents-list {
  padding-top: 146px;
}
.topContents-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -5px;
  width: 344px;
}
.topContents-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  width: 334px;
  color: #2a3e88;
  font-weight: 700;
  font-size: 2.3rem;
}
.topContents-list-item-txt {
  margin-top: 10px;
  margin-bottom: 28px;
  text-align: center;
  font-size: 1.5rem;
  line-height: normal;
}
.topContents-list-item-charm {
  width: 136px;
}
.topContents-list-item-button {
  margin: 37px auto 0;
  width: 178px;
}
.topContents-list-item-image {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.topContents-list-item-image:hover {
  opacity: 0.8;
}
.topContents-list-item-image::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 25px -1px 14px -13px #777;
          box-shadow: 25px -1px 14px -13px #777;
}
.topContents-list-item-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/top/play.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

iframe {
  position: relative;
  overflow: hidden;
}
iframe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* iframe よりも背面に配置するため */
  width: 63px;
  height: 100%;
  background-image: url("../images/top/top_shadow_sp.png");
  background-size: cover;
}

.topMvsp {
  margin: 0 auto;
  width: 100%;
  background-color: #eff3f6;
  background-image: url(../images/top/top_sp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topMvsp {
    max-width: 767px;
    max-height: 1122px;
  }
}
@media screen and (max-width: 480px) {
  .topMvsp {
    max-width: 480px;
    max-height: 561px;
  }
}
.topMvsp-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .topMvsp-ttl {
    gap: 37px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .topMvsp-ttl {
    gap: 18px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .topMvsp-ttl-upper {
    max-width: 490px;
  }
}
@media screen and (max-width: 480px) {
  .topMvsp-ttl-upper {
    max-width: 245px;
  }
}
@media screen and (max-width: 768px) {
  .topMvsp-ttl-lower {
    max-width: 674px;
  }
}
@media screen and (max-width: 480px) {
  .topMvsp-ttl-lower {
    max-width: 337px;
  }
}
@media screen and (max-width: 768px) {
  .topMvsp-txt {
    margin-top: 38px;
    max-width: 688px;
  }
}
@media screen and (max-width: 480px) {
  .topMvsp-txt {
    margin: 19px auto;
    max-width: 344px;
  }
}
.topMvsp-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .topMvsp-body-imgbell {
    max-width: 196px;
  }
}
@media screen and (max-width: 480px) {
  .topMvsp-body-imgbell {
    margin-top: -11px;
    max-width: 107px;
  }
}
@media screen and (max-width: 768px) {
  .topMvsp-body-imglead {
    max-width: 248px;
  }
}
@media screen and (max-width: 480px) {
  .topMvsp-body-imglead {
    margin-top: -12px;
    max-width: 134px;
  }
}

.topBodysp {
  margin: 0 auto;
  background-color: #eff3f6;
  background-image: url(../images/top/top_wood1_sp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topBodysp {
    max-width: 767px;
    width: 100%;
    height: 286px;
  }
}
@media screen and (max-width: 480px) {
  .topBodysp {
    max-width: 480px;
    width: 100%;
    height: 143px;
  }
}
.topBodysp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topBodysp-list {
    gap: 40px;
    padding-top: 26px;
  }
}
@media screen and (max-width: 480px) {
  .topBodysp-list {
    gap: 20px;
    padding-top: 3px;
  }
}
.topBodysp-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .topBodysp-list-item {
    width: 249px;
  }
}
@media screen and (max-width: 480px) {
  .topBodysp-list-item {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .topBodysp-list-item-imgbelle {
    max-width: 169px;
  }
}
@media screen and (max-width: 480px) {
  .topBodysp-list-item-imgbelle {
    max-width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .topBodysp-list-item-imglead {
    max-width: 149px;
  }
}
@media screen and (max-width: 480px) {
  .topBodysp-list-item-imglead {
    max-width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .topBodysp-list-item-txtbelle {
    padding-top: 18px;
    max-width: 248px;
  }
}
@media screen and (max-width: 480px) {
  .topBodysp-list-item-txtbelle {
    padding-top: 9px;
    max-width: 124px;
  }
}
@media screen and (max-width: 768px) {
  .topBodysp-list-item-txtlead {
    padding-top: 18px;
    max-width: 230px;
  }
}
@media screen and (max-width: 480px) {
  .topBodysp-list-item-txtlead {
    padding-top: 9px;
    max-width: 115px;
  }
}

.topContentsSpcassiya {
  margin: 0 auto;
  width: 100%;
  background-image: url(../images/top/top_wood2_sp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topContentsSpcassiya {
    max-width: 1228px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpcassiya {
    max-width: 614px;
  }
}
.topContentsSpcassiya-charm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topContentsSpcassiya-charm {
    height: 72px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpcassiya-charm {
    padding: 2px 0 5px;
    height: 36px;
    font-size: 2rem;
  }
}
.topContentsSpcassiya-charm.spacecharm {
  background-color: #6695c2;
}
.topContentsSpcassiya-charm.energycharm {
  background-color: #4ea65f;
}
.topContentsSpcassiya-charm.woodcharm {
  background-color: #7d5c2f;
}
.topContentsSpcassiya-charm.lcpcharm {
  background-color: #747ead;
}
.topContentsSpcassiya-charm.cassiyacharm {
  background-color: #be787f;
}
.topContentsSpcassiya-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
}
.topContentsSpcassiya-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpcassiya-list-item-ttl {
    padding-top: 20px;
    max-width: 100%;
  }
  .topContentsSpcassiya-list-item-ttl.spacettl {
    max-width: 430px;
  }
  .topContentsSpcassiya-list-item-ttl.energyttl {
    max-width: 756px;
  }
  .topContentsSpcassiya-list-item-ttl.woodttl {
    max-width: 484px;
  }
  .topContentsSpcassiya-list-item-ttl.lcpttl {
    max-width: 538px;
  }
  .topContentsSpcassiya-list-item-ttl.cassiyattl {
    max-width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpcassiya-list-item-ttl {
    padding-top: 26px;
    max-width: 100%;
    font-size: 2.6rem;
  }
  .topContentsSpcassiya-list-item-ttl.spacettl {
    max-width: 215px;
  }
  .topContentsSpcassiya-list-item-ttl.energyttl {
    max-width: 378px;
  }
  .topContentsSpcassiya-list-item-ttl.woodttl {
    max-width: 242px;
  }
  .topContentsSpcassiya-list-item-ttl.lcpttl {
    max-width: 269px;
  }
  .topContentsSpcassiya-list-item-ttl.cassiyattl {
    max-width: 215px;
  }
}
.topContentsSpcassiya-list-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .topContentsSpcassiya-list-item-txt {
    padding-top: 15px;
    max-width: 528px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpcassiya-list-item-txt {
    padding-top: 24px;
    max-width: 312px;
    font-size: 1.6rem;
  }
}
.topContentsSpcassiya-list-item-image {
  position: relative;
  padding-top: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topContentsSpcassiya-list-item-image {
    margin-top: 38px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpcassiya-list-item-image {
    margin-top: 25px;
  }
}
.topContentsSpcassiya-list-item-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topContentsSpcassiya-list-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.topContentsSpcassiya-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpcassiya-button {
    padding: 79px 0 162px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpcassiya-button {
    padding: 40px 0 93px;
  }
}
.topContentsSpcassiya-button::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background-color: #f7efd8;
  -webkit-box-shadow: 0 -8px 100px 0 rgba(255, 255, 255, 0.27), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 -8px 100px 0 rgba(255, 255, 255, 0.27), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .topContentsSpcassiya-button::before {
    height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpcassiya-button::before {
    height: 12px;
  }
}
.topContentsSpcassiya-button-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpcassiya-button-img {
    width: 470px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpcassiya-button-img {
    width: 235px;
  }
}

.topContentsSplcp {
  margin: 0 auto;
  width: 100%;
  background-image: url(../images/top/top_wood2_sp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topContentsSplcp {
    max-width: 1228px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSplcp {
    max-width: 614px;
  }
}
.topContentsSplcp-charm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topContentsSplcp-charm {
    height: 72px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSplcp-charm {
    padding: 2px 0 5px;
    height: 36px;
    font-size: 2rem;
  }
}
.topContentsSplcp-charm.spacecharm {
  background-color: #6695c2;
}
.topContentsSplcp-charm.energycharm {
  background-color: #4ea65f;
}
.topContentsSplcp-charm.woodcharm {
  background-color: #7d5c2f;
}
.topContentsSplcp-charm.lcpcharm {
  background-color: #747ead;
}
.topContentsSplcp-charm.cassiyacharm {
  background-color: #be787f;
}
.topContentsSplcp-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
}
.topContentsSplcp-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSplcp-list-item-ttl {
    padding-top: 20px;
    max-width: 100%;
  }
  .topContentsSplcp-list-item-ttl.spacettl {
    max-width: 430px;
  }
  .topContentsSplcp-list-item-ttl.energyttl {
    max-width: 756px;
  }
  .topContentsSplcp-list-item-ttl.woodttl {
    max-width: 484px;
  }
  .topContentsSplcp-list-item-ttl.lcpttl {
    max-width: 538px;
  }
  .topContentsSplcp-list-item-ttl.cassiyattl {
    max-width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSplcp-list-item-ttl {
    padding-top: 26px;
    max-width: 100%;
    font-size: 2.6rem;
  }
  .topContentsSplcp-list-item-ttl.spacettl {
    max-width: 215px;
  }
  .topContentsSplcp-list-item-ttl.energyttl {
    max-width: 378px;
  }
  .topContentsSplcp-list-item-ttl.woodttl {
    max-width: 242px;
  }
  .topContentsSplcp-list-item-ttl.lcpttl {
    max-width: 269px;
  }
  .topContentsSplcp-list-item-ttl.cassiyattl {
    max-width: 215px;
  }
}
.topContentsSplcp-list-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .topContentsSplcp-list-item-txt {
    padding-top: 15px;
    max-width: 528px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSplcp-list-item-txt {
    padding-top: 24px;
    max-width: 290px;
    font-size: 1.6rem;
  }
}
.topContentsSplcp-list-item-image {
  position: relative;
  padding-top: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topContentsSplcp-list-item-image {
    margin-top: 38px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSplcp-list-item-image {
    margin-top: 25px;
  }
}
.topContentsSplcp-list-item-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topContentsSplcp-list-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.topContentsSplcp-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSplcp-button {
    padding: 79px 0 162px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSplcp-button {
    padding: 40px 0 93px;
  }
}
.topContentsSplcp-button::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background-color: #f7efd8;
  -webkit-box-shadow: 0 -8px 100px 0 rgba(255, 255, 255, 0.27), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 -8px 100px 0 rgba(255, 255, 255, 0.27), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .topContentsSplcp-button::before {
    height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSplcp-button::before {
    height: 12px;
  }
}
.topContentsSplcp-button-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSplcp-button-img {
    width: 470px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSplcp-button-img {
    width: 235px;
  }
}

.topContentsSpwood {
  margin: 0 auto;
  width: 100%;
  background-image: url(../images/top/top_wood2_sp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topContentsSpwood {
    max-width: 1228px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpwood {
    max-width: 614px;
  }
}
.topContentsSpwood-charm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topContentsSpwood-charm {
    height: 72px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpwood-charm {
    padding: 2px 0 5px;
    height: 36px;
    font-size: 2rem;
  }
}
.topContentsSpwood-charm.spacecharm {
  background-color: #6695c2;
}
.topContentsSpwood-charm.energycharm {
  background-color: #4ea65f;
}
.topContentsSpwood-charm.woodcharm {
  background-color: #7d5c2f;
}
.topContentsSpwood-charm.lcpcharm {
  background-color: #747ead;
}
.topContentsSpwood-charm.cassiyacharm {
  background-color: #be787f;
}
.topContentsSpwood-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
}
.topContentsSpwood-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpwood-list-item-ttl {
    padding-top: 20px;
    max-width: 100%;
  }
  .topContentsSpwood-list-item-ttl.spacettl {
    max-width: 430px;
  }
  .topContentsSpwood-list-item-ttl.energyttl {
    max-width: 756px;
  }
  .topContentsSpwood-list-item-ttl.woodttl {
    max-width: 484px;
  }
  .topContentsSpwood-list-item-ttl.lcpttl {
    max-width: 538px;
  }
  .topContentsSpwood-list-item-ttl.cassiyattl {
    max-width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpwood-list-item-ttl {
    padding-top: 26px;
    max-width: 100%;
    font-size: 2.6rem;
  }
  .topContentsSpwood-list-item-ttl.spacettl {
    max-width: 215px;
  }
  .topContentsSpwood-list-item-ttl.energyttl {
    max-width: 378px;
  }
  .topContentsSpwood-list-item-ttl.woodttl {
    max-width: 242px;
  }
  .topContentsSpwood-list-item-ttl.lcpttl {
    max-width: 269px;
  }
  .topContentsSpwood-list-item-ttl.cassiyattl {
    max-width: 215px;
  }
}
.topContentsSpwood-list-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .topContentsSpwood-list-item-txt {
    padding-top: 15px;
    max-width: 528px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpwood-list-item-txt {
    padding-top: 24px;
    max-width: 264px;
    font-size: 1.6rem;
  }
}
.topContentsSpwood-list-item-image {
  position: relative;
  padding-top: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topContentsSpwood-list-item-image {
    margin-top: 38px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpwood-list-item-image {
    margin-top: 25px;
  }
}
.topContentsSpwood-list-item-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topContentsSpwood-list-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.topContentsSpwood-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpwood-button {
    padding: 79px 0 162px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpwood-button {
    padding: 40px 0 93px;
  }
}
.topContentsSpwood-button::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background-color: #f7efd8;
  -webkit-box-shadow: 0 -8px 100px 0 rgba(255, 255, 255, 0.27), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 -8px 100px 0 rgba(255, 255, 255, 0.27), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .topContentsSpwood-button::before {
    height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpwood-button::before {
    height: 12px;
  }
}
.topContentsSpwood-button-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpwood-button-img {
    width: 470px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpwood-button-img {
    width: 235px;
  }
}

.topContentsSpenergy {
  margin: 0 auto;
  width: 100%;
  background-image: url(../images/top/top_wood2_sp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topContentsSpenergy {
    max-width: 1228px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpenergy {
    max-width: 614px;
  }
}
.topContentsSpenergy-charm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topContentsSpenergy-charm {
    height: 72px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpenergy-charm {
    padding: 2px 0 5px;
    height: 36px;
    font-size: 2rem;
  }
}
.topContentsSpenergy-charm.spacecharm {
  background-color: #6695c2;
}
.topContentsSpenergy-charm.energycharm {
  background-color: #4ea65f;
}
.topContentsSpenergy-charm.woodcharm {
  background-color: #7d5c2f;
}
.topContentsSpenergy-charm.lcpcharm {
  background-color: #747ead;
}
.topContentsSpenergy-charm.cassiyacharm {
  background-color: #be787f;
}
.topContentsSpenergy-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
}
.topContentsSpenergy-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpenergy-list-item-ttl {
    padding-top: 20px;
    max-width: 100%;
  }
  .topContentsSpenergy-list-item-ttl.spacettl {
    max-width: 430px;
  }
  .topContentsSpenergy-list-item-ttl.energyttl {
    max-width: 756px;
  }
  .topContentsSpenergy-list-item-ttl.woodttl {
    max-width: 484px;
  }
  .topContentsSpenergy-list-item-ttl.lcpttl {
    max-width: 538px;
  }
  .topContentsSpenergy-list-item-ttl.cassiyattl {
    max-width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpenergy-list-item-ttl {
    padding-top: 26px;
    max-width: 100%;
    font-size: 2.6rem;
  }
  .topContentsSpenergy-list-item-ttl.spacettl {
    max-width: 215px;
  }
  .topContentsSpenergy-list-item-ttl.energyttl {
    max-width: 378px;
  }
  .topContentsSpenergy-list-item-ttl.woodttl {
    max-width: 242px;
  }
  .topContentsSpenergy-list-item-ttl.lcpttl {
    max-width: 269px;
  }
  .topContentsSpenergy-list-item-ttl.cassiyattl {
    max-width: 215px;
  }
}
.topContentsSpenergy-list-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .topContentsSpenergy-list-item-txt {
    padding-top: 15px;
    max-width: 528px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpenergy-list-item-txt {
    padding-top: 24px;
    max-width: 324px;
    font-size: 1.6rem;
  }
}
.topContentsSpenergy-list-item-image {
  position: relative;
  padding-top: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topContentsSpenergy-list-item-image {
    margin-top: 38px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpenergy-list-item-image {
    margin-top: 25px;
  }
}
.topContentsSpenergy-list-item-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topContentsSpenergy-list-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.topContentsSpenergy-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpenergy-button {
    padding: 79px 0 162px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpenergy-button {
    padding: 40px 0 93px;
  }
}
.topContentsSpenergy-button::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background-color: #f7efd8;
  -webkit-box-shadow: 0 -8px 100px 0 rgba(255, 255, 255, 0.27), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 -8px 100px 0 rgba(255, 255, 255, 0.27), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .topContentsSpenergy-button::before {
    height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpenergy-button::before {
    height: 12px;
  }
}
.topContentsSpenergy-button-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpenergy-button-img {
    width: 470px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpenergy-button-img {
    width: 235px;
  }
}

.topContentsSpspace {
  margin: 0 auto;
  width: 100%;
  background-image: url(../images/top/top_wood2_sp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topContentsSpspace {
    max-width: 1228px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpspace {
    max-width: 614px;
  }
}
.topContentsSpspace-charm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topContentsSpspace-charm {
    height: 72px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpspace-charm {
    padding: 2px 0 5px;
    height: 36px;
    font-size: 2rem;
  }
}
.topContentsSpspace-charm.spacecharm {
  background-color: #6695c2;
}
.topContentsSpspace-charm.energycharm {
  background-color: #4ea65f;
}
.topContentsSpspace-charm.woodcharm {
  background-color: #7d5c2f;
}
.topContentsSpspace-charm.lcpcharm {
  background-color: #747ead;
}
.topContentsSpspace-charm.cassiyacharm {
  background-color: #be787f;
}
.topContentsSpspace-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
}
.topContentsSpspace-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpspace-list-item-ttl {
    padding-top: 20px;
    max-width: 100%;
  }
  .topContentsSpspace-list-item-ttl.spacettl {
    max-width: 430px;
  }
  .topContentsSpspace-list-item-ttl.energyttl {
    max-width: 756px;
  }
  .topContentsSpspace-list-item-ttl.woodttl {
    max-width: 484px;
  }
  .topContentsSpspace-list-item-ttl.lcpttl {
    max-width: 538px;
  }
  .topContentsSpspace-list-item-ttl.cassiyattl {
    max-width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpspace-list-item-ttl {
    padding-top: 26px;
    max-width: 100%;
    font-size: 2.6rem;
  }
  .topContentsSpspace-list-item-ttl.spacettl {
    max-width: 215px;
  }
  .topContentsSpspace-list-item-ttl.energyttl {
    max-width: 378px;
  }
  .topContentsSpspace-list-item-ttl.woodttl {
    max-width: 242px;
  }
  .topContentsSpspace-list-item-ttl.lcpttl {
    max-width: 269px;
  }
  .topContentsSpspace-list-item-ttl.cassiyattl {
    max-width: 215px;
  }
}
.topContentsSpspace-list-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .topContentsSpspace-list-item-txt {
    padding-top: 25px;
    max-width: 528px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpspace-list-item-txt {
    padding-top: 24px;
    max-width: 264px;
    font-size: 1.6rem;
  }
}
.topContentsSpspace-list-item-image {
  position: relative;
  padding-top: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topContentsSpspace-list-item-image {
    margin-top: 38px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpspace-list-item-image {
    margin-top: 25px;
  }
}
.topContentsSpspace-list-item-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topContentsSpspace-list-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.topContentsSpspace-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpspace-button {
    padding: 79px 0 162px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpspace-button {
    padding: 40px 0 93px;
  }
}
.topContentsSpspace-button::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background-color: #f7efd8;
  -webkit-box-shadow: 0 -8px 100px 0 rgba(255, 255, 255, 0.27), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 -8px 100px 0 rgba(255, 255, 255, 0.27), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .topContentsSpspace-button::before {
    height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpspace-button::before {
    height: 12px;
  }
}
.topContentsSpspace-button-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .topContentsSpspace-button-img {
    width: 470px;
  }
}
@media screen and (max-width: 480px) {
  .topContentsSpspace-button-img {
    width: 235px;
  }
}

.SpaceBody .belleleadspMv-ttl {
  background-color: #73afce;
}
.EnergyBody .belleleadspMv-ttl {
  background-color: #71b87f;
}
.WoodBody .belleleadspMv-ttl {
  background-color: #be996c;
}
.LcpBody .belleleadspMv-ttl {
  background-color: #9098bd;
}
.CassiyaBody .belleleadspMv-ttl {
  background-color: #cb9399;
}
.belleleadspMv-ttl-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.belleleadspMv-ttl-img img {
  margin: 0 auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 769px) {
  .belleleadspMv-ttl-img img {
    max-width: 1920px;
    height: 364px;
  }
}
@media screen and (max-width: 768px) {
  .belleleadspMv-ttl-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 480px) {
  .belleleadspMv-ttl-img img {
    max-width: 100%;
    height: auto;
  }
}

.belleleadspContents {
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 769px) {
  .belleleadspContents {
    margin-top: 39px;
    margin-bottom: 70px;
  }
  .belleleadspContents.spacecontents {
    margin-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .belleleadspContents {
    margin-top: 42px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .belleleadspContents {
    margin-top: 23px;
    margin-bottom: 45px;
  }
}
.belleleadspContents-ttl {
  color: #004b9f;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .belleleadspContents-ttl {
    margin-bottom: 35px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .belleleadspContents-ttl {
    margin-bottom: 45px;
    font-size: 4.1rem;
  }
  .energycontents .belleleadspContents-ttl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  .belleleadspContents-ttl {
    margin-bottom: 27px;
    font-size: 2.2rem;
  }
  .energycontents .belleleadspContents-ttl {
    font-size: 1.9rem;
  }
  .woodcontents .belleleadspContents-ttl {
    letter-spacing: 0.05em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .belleleadspContents-ttl-ruby {
    display: contents;
  }
}
.belleleadspContents-ttl-ruby-rt {
  position: relative;
  top: -1.5em;
  margin-bottom: 2px;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .belleleadspContents-img img {
    width: 512px;
  }
}
@media screen and (max-width: 768px) {
  .belleleadspContents-img img {
    max-width: 688px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .belleleadspContents-img img {
    max-width: 344px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .belleleadspContents-contents img {
    max-width: 688px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .belleleadspContents-contents img {
    max-width: 344px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .belleleadspContents-contents img {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .belleleadspContents-contents img {
    margin-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .belleleadspContents-contents img {
    margin-top: 23px;
  }
}

.SpaceMerit {
  position: relative;
}
.SpaceMerit.merit01 {
  background-color: #d8effc;
}
@media screen and (min-width: 769px) {
  .SpaceMerit.merit01 {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit.merit01 {
    padding-bottom: 142px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit.merit01 {
    padding-bottom: 71px;
  }
}
.SpaceMerit.merit01::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .SpaceMerit.merit01::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit.merit01::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit.merit01::before {
    height: 25px;
  }
}
.SpaceMerit.merit02 {
  padding-bottom: 43px;
  background-color: #bbe0f5;
}
.SpaceMerit.merit02::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #d8effc;
}
@media screen and (min-width: 769px) {
  .SpaceMerit.merit02::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit.merit02::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit.merit02::before {
    height: 25px;
  }
}
.SpaceMerit.merit03 {
  background-color: #a2cde4;
}
@media screen and (min-width: 769px) {
  .SpaceMerit.merit03 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit.merit03 {
    padding-bottom: 153px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit.merit03 {
    padding-bottom: 74px;
  }
}
.SpaceMerit.merit03::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #bbe0f5;
}
@media screen and (min-width: 769px) {
  .SpaceMerit.merit03::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit.merit03::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit.merit03::before {
    height: 25px;
  }
}
.SpaceMerit-ttl {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .SpaceMerit-ttl {
    width: 195px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-ttl {
    width: 235px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 117px;
    height: 25px;
  }
}
.SpaceMerit-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .SpaceMerit-contents {
    gap: 78px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    margin: 0 auto;
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents {
    gap: 30px;
    padding-top: 35px;
  }
}
.SpaceMerit-contents-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-area {
    width: 100%;
  }
}
.SpaceMerit-contents-area-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .SpaceMerit-contents-area-ttl {
    margin-bottom: 21px;
    width: 463px;
    height: 50px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-area-ttl {
    margin-bottom: 21px;
    padding: 7px 8px 13px;
    width: 100%;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents-area-ttl {
    margin-bottom: 11px;
    padding: 4px 0;
    max-width: 344px;
    letter-spacing: 0.06em;
    font-size: 2rem;
  }
}
.orange_list .SpaceMerit-contents-area-ttl {
  background-color: #e78414;
}
.green_list .SpaceMerit-contents-area-ttl {
  background-color: #429667;
}
.SpaceMerit-contents-area-list {
  width: 463px;
}
@media screen and (min-width: 769px) {
  .SpaceMerit-contents-area-list {
    width: 463px;
    height: 135px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-area-list {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents-area-list {
    margin-bottom: 25px;
    max-width: 344px;
  }
}
.SpaceMerit-contents-area-list-item {
  gap: 0.3px;
  letter-spacing: -0.022em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .SpaceMerit-contents-area-list-item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-area-list-item {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents-area-list-item {
    font-size: 1.4rem;
  }
}
.SpaceMerit-contents-area-list-item-sup {
  top: -0.7em;
  color: #1a1a1a;
  font-size: 70%;
}
.orange_list .SpaceMerit-contents-area-list-item {
  color: #7d4e22;
}
.green_list .SpaceMerit-contents-area-list-item {
  color: #026636;
}
.SpaceMerit-contents-area-list-item::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .SpaceMerit-contents-area-list-item::before {
    width: 17px;
    height: 17px;
    vertical-align: -0.15em;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-area-list-item::before {
    width: 20px;
    height: 20px;
    vertical-align: -0.15em;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents-area-list-item::before {
    width: 15px;
    height: 15px;
  }
}
.orange_list .SpaceMerit-contents-area-list-item::before {
  background-color: #e78414;
}
.green_list .SpaceMerit-contents-area-list-item::before {
  background-color: #429667;
}
.SpaceMerit-contents-area-meritimg.pattern01 {
  max-width: 688px;
}
.SpaceMerit-contents-area-meritimg.pattern01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-area-meritimg.pattern02 {
    margin-bottom: 35px;
    max-width: 631px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents-area-meritimg.pattern02 {
    margin-bottom: 18px;
    max-width: 315px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-area-meritimg.pattern03 {
    padding-bottom: 58px;
    max-width: 512px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents-area-meritimg.pattern03 {
    padding-bottom: 29px;
    max-width: 256px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-area-meritimg.pattern04 {
    margin-bottom: 65px;
    max-width: 600px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents-area-meritimg.pattern04 {
    margin-bottom: 33px;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-area-meritimg.pattern05 {
    margin-top: 65px;
    max-width: 688px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents-area-meritimg.pattern05 {
    margin-top: 33px;
  }
}
.SpaceMerit-contents-area-meritimg.pattern06 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-area-meritimg.pattern06 {
    margin-bottom: 31px;
    max-width: 395px;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents-area-meritimg.pattern06 {
    margin-bottom: 15px;
    max-width: 198px;
  }
}
@media screen and (min-width: 769px) {
  .SpaceMerit-contents-caption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-contents-caption {
    width: 100%;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-contents-caption {
    font-size: 1.1rem;
  }
}
.SpaceMerit-img.merit01_01 {
  margin-top: 15px;
  width: 100%;
}
.SpaceMerit-img.merit02_01 {
  margin: 0 auto;
  width: 815px;
  height: 154px;
}
.SpaceMerit-img.merit02_02 {
  width: 100%;
}
.SpaceMerit-img.merit03_01 {
  margin: 0 auto;
  margin-top: 42px;
  width: 929px;
}
.SpaceMerit-img.merit03_02 {
  margin: 0 auto;
  width: 100%;
}
.SpaceMerit-captionright {
  margin-top: 25px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .SpaceMerit-captionright {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-captionright {
    margin-top: 32px;
    width: 100%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-captionright {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-captionright2 {
    margin-top: -32px;
    width: 100%;
    text-align: right;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-captionright2 {
    margin-top: -15px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .SpaceMerit-caption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .SpaceMerit-caption {
    width: 100%;
    text-align: left;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .SpaceMerit-caption {
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
  }
}

.EnergyMerit {
  position: relative;
}
.EnergyMerit.merit01 {
  background-color: #e5f2e7;
}
@media screen and (min-width: 769px) {
  .EnergyMerit.merit01 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit.merit01 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit.merit01 {
    padding-bottom: 20px;
  }
}
.EnergyMerit.merit01::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .EnergyMerit.merit01::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit.merit01::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit.merit01::before {
    height: 31px;
  }
}
.EnergyMerit.merit02 {
  background-color: #cae4cf;
}
@media screen and (min-width: 769px) {
  .EnergyMerit.merit02 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit.merit02 {
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit.merit02 {
    padding-bottom: 0;
  }
}
.EnergyMerit.merit02::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #e5f2e7;
}
@media screen and (min-width: 769px) {
  .EnergyMerit.merit02::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit.merit02::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit.merit02::before {
    height: 32px;
  }
}
.EnergyMerit.merit03 {
  background-color: #b0d7b7;
}
@media screen and (min-width: 769px) {
  .EnergyMerit.merit03 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit.merit03 {
    padding-bottom: 153px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit.merit03 {
    padding-bottom: 60px;
  }
}
.EnergyMerit.merit03::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #cae4cf;
}
@media screen and (min-width: 769px) {
  .EnergyMerit.merit03::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit.merit03::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit.merit03::before {
    height: 32px;
  }
}
.EnergyMerit-ttl {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .EnergyMerit-ttl {
    width: 195px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit-ttl {
    width: 235px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-ttl {
    width: 117px;
    height: 25px;
  }
}
.EnergyMerit-ttl img {
  width: 100%;
  height: 100%;
}
.EnergyMerit-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .EnergyMerit-contents {
    gap: 78px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    margin: 0 auto;
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents {
    gap: 30px;
    padding-top: 35px;
  }
}
.EnergyMerit-contents-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-body {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-body {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
}
.EnergyMerit-contents-body-txt {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-body-txt {
    margin-top: 5px;
    width: 30%;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-body-txt {
    margin-top: 5px;
    width: 30%;
  }
}
.EnergyMerit-contents-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area {
    width: 100%;
  }
}
.EnergyMerit-contents-area-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .EnergyMerit-contents-area-ttl {
    margin-bottom: 21px;
    width: 463px;
    height: 50px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area-ttl {
    margin-bottom: 21px;
    padding: 7px 8px 13px;
    width: 100%;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-area-ttl {
    margin-bottom: 11px;
    padding: 4px 0;
    max-width: 100%;
    letter-spacing: 0.06em;
    font-size: 2rem;
  }
}
.orange_list .EnergyMerit-contents-area-ttl {
  background-color: #e78414;
}
.green_list .EnergyMerit-contents-area-ttl {
  background-color: #429667;
}
.EnergyMerit-contents-area-list {
  width: 463px;
}
@media screen and (min-width: 769px) {
  .EnergyMerit-contents-area-list {
    padding-bottom: 40px;
    width: 463px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area-list {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-area-list {
    margin-bottom: 25px;
    width: 100%;
  }
}
.EnergyMerit-contents-area-list-item {
  gap: 0.3px;
  letter-spacing: -0.022em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .EnergyMerit-contents-area-list-item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area-list-item {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-area-list-item {
    font-size: 1.4rem;
  }
}
.EnergyMerit-contents-area-list-item-sup {
  top: -0.7em;
  color: #1a1a1a;
  font-size: 50%;
}
.orange_list .EnergyMerit-contents-area-list-item {
  color: #7d4e22;
}
.green_list .EnergyMerit-contents-area-list-item {
  color: #026636;
}
.EnergyMerit-contents-area-list-item::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .EnergyMerit-contents-area-list-item::before {
    width: 17px;
    height: 17px;
    vertical-align: -0.15em;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area-list-item::before {
    width: 20px;
    height: 20px;
    vertical-align: -0.15em;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-area-list-item::before {
    width: 15px;
    height: 15px;
  }
}
.orange_list .EnergyMerit-contents-area-list-item::before {
  background-color: #e78414;
}
.green_list .EnergyMerit-contents-area-list-item::before {
  background-color: #429667;
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area-img.pattern01 {
    max-width: 561px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-area-img.pattern01 {
    max-width: 280px;
  }
}
.EnergyMerit-contents-area-img.pattern01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area-img.pattern02 {
    max-width: 490px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-area-img.pattern02 {
    max-width: 245px;
  }
}
.EnergyMerit-contents-area-img.pattern02 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .EnergyMerit-contents-area-img.pattern03 {
    width: 392px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area-img.pattern03 {
    max-width: 644px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-area-img.pattern03 {
    max-width: 322px;
  }
}
.EnergyMerit-contents-area-img.pattern03 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .EnergyMerit-contents-area-img.pattern04 {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area-img.pattern04 {
    max-width: 526px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-area-img.pattern04 {
    max-width: 263px;
  }
}
.EnergyMerit-contents-area-img.pattern04 img {
  width: 100%;
}
.EnergyMerit-contents-area-img.pattern05 {
  width: 100%;
}
.EnergyMerit-contents-area-img.pattern05 img {
  width: 100%;
}
.EnergyMerit-contents-area-img.pattern06 {
  margin-top: 1px;
  width: 100%;
}
.EnergyMerit-contents-area-img.pattern06 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area-img.pattern07 {
    margin-top: 8px;
    margin-bottom: 65px;
    width: 550px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-area-img.pattern07 {
    margin-top: 4px;
    margin-bottom: 33px;
    width: 100%;
  }
}
.EnergyMerit-contents-area-img.pattern07 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .EnergyMerit-contents-area-img.pattern08 {
    margin-top: 10px;
    margin-bottom: 41px;
    max-width: 481px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-contents-area-img.pattern08 {
    margin-top: 5px;
    margin-bottom: 20px;
    max-width: 240px;
  }
}
.EnergyMerit-contents-area-img.pattern08 img {
  width: 100%;
}
.EnergyMerit-contents-area-img.pattern09 {
  padding-bottom: 30px;
  width: 100%;
}
.EnergyMerit-contents-area-img.pattern09 img {
  width: 100%;
}
.EnergyMerit-contents-area-img.pattern10 {
  padding-bottom: 30px;
  width: 100%;
}
.EnergyMerit-contents-area-img.pattern10 img {
  width: 100%;
}
.EnergyMerit-img.merit01_01 {
  width: 100%;
}
.EnergyMerit-img.merit01_02 {
  margin-top: 20px;
  width: 100%;
}
.EnergyMerit-img.merit02_01 {
  width: 100%;
}
.EnergyMerit-img.merit02_02 {
  margin: 0 auto;
  margin-top: 42px;
  width: 642px;
}
.EnergyMerit-img.merit03_01 {
  margin: 0 auto;
  margin-top: 42px;
  width: 929px;
}
.EnergyMerit-img.merit03_02 {
  margin: 0 auto;
  margin-top: 31px;
  width: 100%;
}
.EnergyMerit-img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .EnergyMerit-caption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit-caption {
    margin-top: 10px;
    width: 100%;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-caption {
    font-size: 1.2rem;
  }
}
.EnergyMerit-captionright {
  margin-top: 25px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .EnergyMerit-captionright {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .EnergyMerit-captionright {
    margin-top: 32px;
    width: 100%;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .EnergyMerit-captionright {
    font-size: 1.1rem;
  }
}

.WoodMerit {
  position: relative;
}
.WoodMerit.merit01 {
  background-color: #efe6da;
}
@media screen and (min-width: 769px) {
  .WoodMerit.merit01 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit.merit01 {
    padding-bottom: 123px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit.merit01 {
    padding-bottom: 30px;
  }
}
.WoodMerit.merit01::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .WoodMerit.merit01::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit.merit01::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit.merit01::before {
    height: 25px;
  }
}
.WoodMerit.merit02 {
  background-color: #e3d3bf;
}
@media screen and (min-width: 769px) {
  .WoodMerit.merit02 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit.merit02 {
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit.merit02 {
    padding-bottom: 60px;
  }
}
.WoodMerit.merit02::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #efe6da;
}
@media screen and (min-width: 769px) {
  .WoodMerit.merit02::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit.merit02::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit.merit02::before {
    height: 25px;
  }
}
.WoodMerit.merit03 {
  background-color: #d2b99a;
}
@media screen and (min-width: 769px) {
  .WoodMerit.merit03 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit.merit03 {
    padding-bottom: 152px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit.merit03 {
    padding-bottom: 60px;
  }
}
.WoodMerit.merit03::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #e3d3bf;
}
@media screen and (min-width: 769px) {
  .WoodMerit.merit03::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit.merit03::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit.merit03::before {
    height: 25px;
  }
}
.WoodMerit-ttl {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .WoodMerit-ttl {
    width: 195px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-ttl {
    width: 235px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 117px;
    height: 25px;
  }
}
.WoodMerit-ttl img {
  width: 100%;
  height: 100%;
}
.WoodMerit-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents {
    gap: 78px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    margin: 0 auto;
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents {
    gap: 30px;
    padding-top: 35px;
  }
}
.WoodMerit-contents-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area {
    width: 100%;
  }
}
.WoodMerit-contents-area-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-ttl {
    margin-bottom: 21px;
    width: 463px;
    height: 50px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-ttl {
    margin-bottom: 21px;
    padding: 7px 8px 13px;
    width: 100%;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-ttl {
    margin-bottom: 11px;
    padding: 4px 0;
    max-width: 344px;
    letter-spacing: 0.06em;
    font-size: 2rem;
  }
}
.orange_list .WoodMerit-contents-area-ttl {
  background-color: #e78414;
}
.green_list .WoodMerit-contents-area-ttl {
  background-color: #429667;
}
.WoodMerit-contents-area-list {
  width: 463px;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-list {
    padding-bottom: 40px;
    width: 463px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-list {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-list {
    margin-bottom: 25px;
    max-width: 344px;
  }
}
.WoodMerit-contents-area-list-item {
  gap: 0.3px;
  letter-spacing: -0.022em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-list-item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-list-item {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-list-item {
    font-size: 1.4rem;
  }
}
.WoodMerit-contents-area-list-item-sup {
  top: -0.7em;
  color: #1a1a1a;
  font-size: 50%;
}
.orange_list .WoodMerit-contents-area-list-item {
  color: #7d4e22;
}
.green_list .WoodMerit-contents-area-list-item {
  color: #026636;
}
.WoodMerit-contents-area-list-item::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-list-item::before {
    width: 17px;
    height: 17px;
    vertical-align: -0.15em;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-list-item::before {
    width: 20px;
    height: 20px;
    vertical-align: -0.15em;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-list-item::before {
    width: 15px;
    height: 15px;
  }
}
.orange_list .WoodMerit-contents-area-list-item::before {
  background-color: #e78414;
}
.green_list .WoodMerit-contents-area-list-item::before {
  background-color: #429667;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-img.pattern01 {
    width: 292px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-img.pattern01 {
    max-width: 489px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-img.pattern01 {
    max-width: 230px;
  }
}
.WoodMerit-contents-area-img.pattern01 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-img.pattern02 {
    max-width: 324px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-img.pattern02 {
    max-width: 286px;
  }
}
.WoodMerit-contents-area-img.pattern02 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-img.pattern03 {
    width: 292px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-img.pattern03 {
    max-width: 512px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-img.pattern03 {
    max-width: 240px;
  }
}
.WoodMerit-contents-area-img.pattern03 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-img.pattern04 {
    margin-top: 15px;
    width: 351px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-img.pattern04 {
    margin-top: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-img.pattern04 {
    margin-top: 6px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.WoodMerit-contents-area-img.pattern04 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-img.pattern05 {
    width: 371px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-img.pattern05 {
    max-width: 610px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-img.pattern05 {
    width: 305px;
  }
}
.WoodMerit-contents-area-img.pattern05 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-img.pattern06 {
    padding-top: 15px;
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-img.pattern06 {
    margin-top: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-img.pattern06 {
    margin-top: 8px;
    width: 100%;
  }
}
.WoodMerit-contents-area-img.pattern06 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-img.pattern07 {
    width: 371px;
  }
}
.WoodMerit-contents-area-img.pattern07 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-img.pattern08 {
    margin-top: 10px;
    margin-bottom: 41px;
    max-width: 481px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-img.pattern08 {
    margin-top: 5px;
    margin-bottom: 20px;
    max-width: 240px;
  }
}
.WoodMerit-contents-area-img.pattern08 img {
  width: 100%;
}
.WoodMerit-contents-area-img.pattern09 {
  margin-top: -3px;
  margin-bottom: 10px;
  width: 100%;
}
.WoodMerit-contents-area-img.pattern09 img {
  width: 100%;
}
.WoodMerit-contents-area-img.pattern10 {
  margin-top: 2px;
  width: 100%;
}
.WoodMerit-contents-area-img.pattern10 img {
  width: 100%;
}
.WoodMerit-contents-area-img.pattern11 {
  width: 402px;
}
.WoodMerit-contents-area-img.pattern11 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-img.pattern12 {
    max-width: 504px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-img.pattern12 {
    max-width: 252px;
  }
}
.WoodMerit-contents-area-img.pattern12 img {
  width: 100%;
}
.WoodMerit-contents-area-img.pattern13 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-img.pattern13 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-img.pattern13 {
    margin-top: 13px;
    margin-bottom: 20px;
  }
}
.WoodMerit-contents-area-img.pattern13 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-img.pattern14 {
    max-width: 620px;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-img.pattern14 {
    max-width: 314px;
  }
}
.WoodMerit-contents-area-img.pattern14 img {
  width: 100%;
}
.WoodMerit-contents-area-txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .WoodMerit-contents-area-txt {
    margin-top: 15px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-contents-area-txt {
    margin-top: 8px;
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-contents-area-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
    font-size: 1.5rem;
  }
}
.WoodMerit-img.merit01_01 {
  margin: 0 auto;
  width: 100%;
}
.WoodMerit-img.merit01_01 img {
  width: 100%;
}
.WoodMerit-img.merit02_01 {
  margin: 0 auto;
  width: 100%;
}
.WoodMerit-img.merit02_01 img {
  width: 100%;
}
.WoodMerit-img.merit03_01 {
  margin: 0 auto;
  width: 100%;
}
.WoodMerit-img.merit03_01 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .WoodMerit-caption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-caption {
    margin-top: 20px;
    width: 100%;
    font-size: 2.3rem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-caption {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
.WoodMerit-captionright {
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .WoodMerit-captionright {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-captionright {
    margin-top: 20px;
    margin-bottom: 46px;
    width: 100%;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-captionright {
    margin-top: 10px;
    margin-bottom: 23px;
    font-size: 1.1rem;
  }
}
.WoodMerit-captionleft {
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .WoodMerit-captionleft {
    margin-top: 10px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-captionleft {
    margin-top: 32px;
    width: 100%;
    font-size: 2.3rem;
    line-height: normal;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-captionleft {
    margin-top: 16px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  .WoodMerit-txt {
    margin-top: 12px;
    text-align: right;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .WoodMerit-txt {
    text-align: left;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .WoodMerit-txt {
    width: 100%;
    font-size: 1.2rem;
  }
}

.LcpMerit {
  position: relative;
}
.LcpMerit.merit01 {
  background-color: #e3e5ef;
}
@media screen and (min-width: 769px) {
  .LcpMerit.merit01 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit.merit01 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit.merit01 {
    padding-bottom: 10px;
  }
}
.LcpMerit.merit01::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .LcpMerit.merit01::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit.merit01::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit.merit01::before {
    height: 31px;
  }
}
.LcpMerit.merit02 {
  background-color: #ced2e2;
}
@media screen and (min-width: 769px) {
  .LcpMerit.merit02 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit.merit02 {
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit.merit02 {
    padding-bottom: 30px;
  }
}
.LcpMerit.merit02::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #e3e5ef;
}
@media screen and (min-width: 769px) {
  .LcpMerit.merit02::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit.merit02::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit.merit02::before {
    height: 31px;
  }
}
.LcpMerit.merit03 {
  background-color: #b9bed6;
}
@media screen and (min-width: 769px) {
  .LcpMerit.merit03 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit.merit03 {
    padding-bottom: 153px;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit.merit03 {
    padding-bottom: 60px;
  }
}
.LcpMerit.merit03::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #ced2e2;
}
@media screen and (min-width: 769px) {
  .LcpMerit.merit03::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit.merit03::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit.merit03::before {
    height: 31px;
  }
}
.LcpMerit-ttl {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .LcpMerit-ttl {
    width: 195px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit-ttl {
    width: 235px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-ttl {
    width: 117px;
    height: 25px;
  }
}
.LcpMerit-ttl img {
  width: 100%;
  height: 100%;
}
.LcpMerit-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .LcpMerit-contents {
    gap: 78px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    margin: 0 auto;
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-contents {
    gap: 30px;
    padding-top: 35px;
  }
}
.LcpMerit-contents-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents-area {
    width: 100%;
  }
}
.LcpMerit-contents-area-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .LcpMerit-contents-area-ttl {
    margin-bottom: 21px;
    width: 463px;
    height: 50px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents-area-ttl {
    margin-bottom: 21px;
    padding: 7px 8px 13px;
    width: 100%;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-contents-area-ttl {
    margin-bottom: 11px;
    padding: 4px 0;
    max-width: 344px;
    letter-spacing: 0.06em;
    font-size: 2rem;
  }
}
.orange_list .LcpMerit-contents-area-ttl {
  background-color: #e78414;
}
.green_list .LcpMerit-contents-area-ttl {
  background-color: #429667;
}
.LcpMerit-contents-area-list {
  width: 463px;
}
@media screen and (min-width: 769px) {
  .LcpMerit-contents-area-list {
    padding-bottom: 40px;
    width: 463px;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents-area-list {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-contents-area-list {
    margin-bottom: 25px;
    max-width: 344px;
  }
}
.LcpMerit-contents-area-list-item {
  gap: 0.3px;
  letter-spacing: -0.022em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .LcpMerit-contents-area-list-item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents-area-list-item {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-contents-area-list-item {
    font-size: 1.4rem;
  }
}
.LcpMerit-contents-area-list-item-sup {
  top: -0.7em;
  color: #1a1a1a;
  font-size: 50%;
}
.orange_list .LcpMerit-contents-area-list-item {
  color: #7d4e22;
}
.green_list .LcpMerit-contents-area-list-item {
  color: #026636;
}
.LcpMerit-contents-area-list-item::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .LcpMerit-contents-area-list-item::before {
    width: 17px;
    height: 17px;
    vertical-align: -0.15em;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents-area-list-item::before {
    width: 20px;
    height: 20px;
    vertical-align: -0.15em;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-contents-area-list-item::before {
    width: 15px;
    height: 15px;
  }
}
.orange_list .LcpMerit-contents-area-list-item::before {
  background-color: #e78414;
}
.green_list .LcpMerit-contents-area-list-item::before {
  background-color: #429667;
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents-area-img.pattern01 {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-contents-area-img.pattern01 {
    margin-bottom: 15px;
    width: 100%;
  }
}
.LcpMerit-contents-area-img.pattern01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents-area-img.pattern02 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-contents-area-img.pattern02 {
    width: 100%;
  }
}
.LcpMerit-contents-area-img.pattern02 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents-area-img.pattern03 {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-contents-area-img.pattern03 {
    margin-bottom: 30px;
    width: 100%;
  }
}
.LcpMerit-contents-area-img.pattern03 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents-area-img.pattern04 {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-contents-area-img.pattern04 {
    max-width: 100%;
  }
}
.LcpMerit-contents-area-img.pattern04 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .LcpMerit-contents-area-img.pattern05 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-contents-area-img.pattern05 {
    width: 100%;
  }
}
.LcpMerit-contents-area-img.pattern05 img {
  width: 100%;
}
.LcpMerit-contents-area-img.pattern06 {
  width: 100%;
}
.LcpMerit-contents-area-img.pattern06 img {
  width: 100%;
}
.LcpMerit-img.merit01_01 {
  width: 100%;
}
.LcpMerit-img.merit02_01 {
  width: 100%;
}
.LcpMerit-img.merit03_01 {
  width: 100%;
}
.LcpMerit-img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .LcpMerit-caption {
    padding-top: 12px;
    padding-left: 65px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit-caption {
    width: 100%;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-caption {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  .LcpMerit-caption2 {
    padding-left: 65px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit-caption2 {
    width: 100%;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-caption2 {
    font-size: 1.1rem;
  }
}
.LcpMerit-captionright {
  margin-top: 25px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .LcpMerit-captionright {
    margin-top: 25px;
    text-align: right;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .LcpMerit-captionright {
    margin-top: 32px;
    width: 100%;
    text-align: left;
    font-size: 2.3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .LcpMerit-captionright {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.2em;
  }
}

.CassiyaMerit {
  position: relative;
}
.CassiyaMerit.merit01 {
  background-color: #f2e4e5;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit.merit01 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit.merit01 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit.merit01 {
    padding-bottom: 30px;
  }
}
.CassiyaMerit.merit01::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit.merit01::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit.merit01::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit.merit01::before {
    height: 25px;
  }
}
.CassiyaMerit.merit02 {
  background-color: #e8d0d2;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit.merit02 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit.merit02 {
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit.merit02 {
    padding-bottom: 30px;
  }
}
.CassiyaMerit.merit02::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #f2e4e5;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit.merit02::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit.merit02::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit.merit02::before {
    height: 25px;
  }
}
.CassiyaMerit.merit03 {
  background-color: #dbb5b9;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit.merit03 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit.merit03 {
    padding-bottom: 153px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit.merit03 {
    padding-bottom: 60px;
  }
}
.CassiyaMerit.merit03::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  background-color: #e8d0d2;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit.merit03::before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit.merit03::before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit.merit03::before {
    height: 25px;
  }
}
.CassiyaMerit-ttl {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit-ttl {
    width: 195px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-ttl {
    width: 235px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 117px;
    height: 25px;
  }
}
.CassiyaMerit-ttl img {
  width: 100%;
  height: 100%;
}
.CassiyaMerit-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit-contents {
    gap: 78px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    margin: 0 auto;
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents {
    gap: 30px;
    padding-top: 35px;
  }
}
.CassiyaMerit-contents-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area {
    width: 100%;
  }
}
.CassiyaMerit-contents-area-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit-contents-area-ttl {
    margin-bottom: 21px;
    width: 463px;
    height: 50px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area-ttl {
    margin-bottom: 21px;
    padding: 7px 8px 13px;
    width: 100%;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents-area-ttl {
    margin-bottom: 11px;
    padding: 4px 0;
    max-width: 344px;
    letter-spacing: 0.06em;
    font-size: 2rem;
  }
}
.orange_list .CassiyaMerit-contents-area-ttl {
  background-color: #e78414;
}
.green_list .CassiyaMerit-contents-area-ttl {
  background-color: #429667;
}
.CassiyaMerit-contents-area-list {
  width: 463px;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit-contents-area-list {
    padding-bottom: 40px;
    width: 463px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area-list {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents-area-list {
    margin-bottom: 25px;
    max-width: 344px;
  }
}
.CassiyaMerit-contents-area-list-item {
  gap: 0.3px;
  letter-spacing: -0.022em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit-contents-area-list-item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area-list-item {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents-area-list-item {
    font-size: 1.4rem;
  }
}
.CassiyaMerit-contents-area-list-item-sup {
  top: -0.7em;
  color: #1a1a1a;
  font-size: 50%;
}
.orange_list .CassiyaMerit-contents-area-list-item {
  color: #7d4e22;
}
.green_list .CassiyaMerit-contents-area-list-item {
  color: #026636;
}
.CassiyaMerit-contents-area-list-item::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit-contents-area-list-item::before {
    width: 17px;
    height: 17px;
    vertical-align: -0.15em;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area-list-item::before {
    width: 20px;
    height: 20px;
    vertical-align: -0.15em;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents-area-list-item::before {
    width: 15px;
    height: 15px;
  }
}
.orange_list .CassiyaMerit-contents-area-list-item::before {
  background-color: #e78414;
}
.green_list .CassiyaMerit-contents-area-list-item::before {
  background-color: #429667;
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area-img.pattern01 {
    padding-bottom: 60px;
    max-width: 654px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents-area-img.pattern01 {
    padding-bottom: 30px;
    max-width: 327px;
  }
}
.CassiyaMerit-contents-area-img.pattern01 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern02 {
  margin-bottom: 20px;
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern02 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern03 {
  width: 308px;
}
.CassiyaMerit-contents-area-img.pattern03 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area-img.pattern04 {
    padding-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents-area-img.pattern04 {
    padding-top: 10px;
    width: 100%;
  }
}
.CassiyaMerit-contents-area-img.pattern04 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern05 {
  width: 380px;
}
.CassiyaMerit-contents-area-img.pattern05 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area-img.pattern06 {
    padding-top: 12px;
    padding-bottom: 13px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents-area-img.pattern06 {
    padding-top: 6px;
    width: 100%;
  }
}
.CassiyaMerit-contents-area-img.pattern06 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern07 {
  margin-bottom: 20px;
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern07 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern08 {
  width: 422px;
}
.CassiyaMerit-contents-area-img.pattern08 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area-img.pattern09 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents-area-img.pattern09 {
    width: 100%;
  }
}
.CassiyaMerit-contents-area-img.pattern09 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern10 {
  width: 386px;
}
.CassiyaMerit-contents-area-img.pattern10 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern11 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area-img.pattern11 {
    padding-top: 10px;
    padding-bottom: 25px;
    max-width: 484px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents-area-img.pattern11 {
    padding-top: 5px;
    padding-bottom: 13px;
    max-width: 242px;
  }
}
.CassiyaMerit-contents-area-img.pattern11 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern12 {
  width: 422px;
}
.CassiyaMerit-contents-area-img.pattern12 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern13 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-contents-area-img.pattern13 {
    padding-bottom: 25px;
    max-width: 626px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-contents-area-img.pattern13 {
    padding-bottom: 13px;
    max-width: 313px;
  }
}
.CassiyaMerit-contents-area-img.pattern13 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern14 {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern14 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern15 {
  width: 382px;
}
.CassiyaMerit-contents-area-img.pattern15 img {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern16 {
  width: 100%;
}
.CassiyaMerit-contents-area-img.pattern16 img {
  width: 100%;
}
.CassiyaMerit-img.merit01_01 {
  width: 100%;
}
.CassiyaMerit-img.merit02_01 {
  width: 100%;
}
.CassiyaMerit-img.merit03_01 {
  width: 100%;
}
.CassiyaMerit-img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit-caption {
    padding-top: 12px;
    padding-left: 80px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-caption {
    width: 100%;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-caption {
    font-size: 1.1rem;
  }
}
.CassiyaMerit-captionright {
  margin-top: 25px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .CassiyaMerit-captionright {
    margin-top: 25px;
    text-align: right;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaMerit-captionright {
    margin-top: 32px;
    width: 100%;
    text-align: left;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaMerit-captionright {
    font-size: 1.1rem;
  }
}

.SkipHighButton {
  background-color: #a2cde4;
}
@media screen and (min-width: 769px) {
  .SkipHighButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .SkipHighButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .SkipHighButton {
    padding-bottom: 50px;
  }
}
.SkipHighButton-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1a1a1a;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .SkipHighButton-ttl {
    letter-spacing: 0.04em;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .SkipHighButton-ttl {
    font-size: 3rem;
    line-height: normal;
  }
}
@media screen and (max-width: 480px) {
  .SkipHighButton-ttl {
    letter-spacing: 0.04em;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .SkipHighButton-logo {
    margin: 20px auto 0;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .SkipHighButton-logo {
    margin: 20px auto 0;
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .SkipHighButton-logo {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .SkipHighButton-link-button {
    margin: 70px auto 0;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .SkipHighButton-link-button {
    margin: 67px auto 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .SkipHighButton-link-button {
    margin: 33px auto 0;
    max-width: 200px;
  }
}

.ZehButton {
  background-color: #b0d7b7;
}
@media screen and (min-width: 769px) {
  .ZehButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ZehButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .ZehButton {
    padding-bottom: 50px;
  }
}
.ZehButton-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1a1a1a;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .ZehButton-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .ZehButton-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .ZehButton-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .ZehButton-logo {
    margin: 20px auto 0;
    width: 624px;
  }
}
@media screen and (max-width: 768px) {
  .ZehButton-logo {
    margin: 20px auto 0;
    max-width: 597px;
  }
}
@media screen and (max-width: 480px) {
  .ZehButton-logo {
    margin-top: 10px;
    width: 100%;
  }
}
.ZehButton-logo img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ZehButton-link-button {
    margin: 70px auto 0;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .ZehButton-link-button {
    margin: 67px auto 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .ZehButton-link-button {
    margin: 33px auto 0;
    max-width: 200px;
  }
}
.ZehButton-link-button img {
  width: 100%;
}

.EnergyButton {
  background-color: #b9bed6;
}
@media screen and (min-width: 769px) {
  .EnergyButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyButton {
    padding-bottom: 50px;
  }
}
.EnergyButton-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1a1a1a;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .EnergyButton-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .EnergyButton-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .EnergyButton-ttl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .EnergyButton-logo {
    margin: 20px auto 0;
    width: 624px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyButton-logosp {
    margin: 25px auto 0;
    max-width: 393px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyButton-logosp {
    margin-top: 12px;
    max-width: 100%;
  }
}
.EnergyButton-logosp img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .EnergyButton-link-button {
    margin: 70px auto 0;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .EnergyButton-link-button {
    margin: 67px auto 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .EnergyButton-link-button {
    margin: 33px auto 0;
    max-width: 200px;
  }
}
.EnergyButton-link-button img {
  width: 100%;
}

.WoodButton {
  background-color: #d2b99a;
}
@media screen and (min-width: 769px) {
  .WoodButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .WoodButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .WoodButton {
    padding-bottom: 50px;
  }
}
.WoodButton-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1a1a1a;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .WoodButton-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .WoodButton-ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .WoodButton-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .WoodButton-logo {
    margin: 20px auto 0;
    width: 660px;
  }
}
@media screen and (max-width: 768px) {
  .WoodButton-logo {
    margin: 20px auto 0;
    max-width: 597px;
  }
}
@media screen and (max-width: 480px) {
  .WoodButton-logo {
    margin-top: 10px;
    width: 100%;
  }
}
.WoodButton-logo img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .WoodButton-link-button {
    margin: 70px auto 0;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .WoodButton-link-button {
    margin: 67px auto 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .WoodButton-link-button {
    margin: 33px auto 0;
    max-width: 200px;
  }
}
.WoodButton-link-button img {
  width: 100%;
}

.lcpButton {
  background-color: #b9bed6;
}
@media screen and (min-width: 769px) {
  .lcpButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .lcpButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .lcpButton {
    padding-bottom: 50px;
  }
}
.lcpButton-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1a1a1a;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .lcpButton-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .lcpButton-ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .lcpButton-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .lcpButton-logo {
    margin: 22px auto 0;
    width: 787px;
  }
}
@media screen and (max-width: 768px) {
  .lcpButton-logosp {
    margin: 25px auto 0;
    max-width: 393px;
  }
}
@media screen and (max-width: 480px) {
  .lcpButton-logosp {
    margin-top: 12px;
    width: 100%;
  }
}
.lcpButton-logosp img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .lcpButton-link-button {
    margin: 70px auto 0;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .lcpButton-link-button {
    margin: 67px auto 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .lcpButton-link-button {
    margin: 33px auto 0;
    max-width: 200px;
  }
}
.lcpButton-link-button img {
  width: 100%;
}

.CassiyaButton {
  background-color: #dbb5b9;
}
@media screen and (min-width: 769px) {
  .CassiyaButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaButton {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaButton {
    padding-bottom: 50px;
  }
}
.CassiyaButton-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1a1a1a;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .CassiyaButton-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaButton-ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaButton-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .CassiyaButton-logo {
    margin: 10px auto 0;
    width: 465px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaButton-logo {
    margin: 25px auto 0;
    max-width: 465px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaButton-logo {
    margin-top: 12px;
    width: 100%;
  }
}
.CassiyaButton-logo img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .CassiyaButton-link-button {
    margin: 60px auto 0;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .CassiyaButton-link-button {
    margin: 67px auto 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .CassiyaButton-link-button {
    margin: 33px auto 0;
    max-width: 200px;
  }
}
.CassiyaButton-link-button img {
  width: 100%;
}