@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* --------------------------------------------------
	section size
-------------------------------------------------- */
.pageContents {
  margin-top: 0 !important;
}
.pageContents .mainContents {
  margin-bottom: 0 !important;
}

.pageGuide {
  display: none !important;
}

.page-cm {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* common
  ---------------------------------------------------------------------------- */
  /* animetion
  ---------------------------------------------------------------------------- */
  /* sec-fv
  ---------------------------------------------------------------------------- */
  /* sec-lead
  ---------------------------------------------------------------------------- */
  /* sec-cm
  ---------------------------------------------------------------------------- */
  /* sec-cast
  ---------------------------------------------------------------------------- */
  /* sec-cast
  ---------------------------------------------------------------------------- */
}
.page-cm .color01 {
  color: #005bac;
}
.page-cm img {
  max-width: 100%;
  height: auto;
}
.page-cm .l-inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .page-cm .l-inner {
    max-width: inherit;
    padding: 0 2.5rem;
  }
}
.page-cm .c-title {
  text-align: center;
  margin: 0 auto 5.5rem auto;
}
@media screen and (max-width: 767.98px) {
  .page-cm .c-title {
    margin-bottom: 1.5rem;
  }
}
.page-cm .c-hover {
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .page-cm .c-hover:hover {
    opacity: 0.7;
  }
}
.page-cm .ico {
  position: relative;
}
.page-cm .ico.-external:after {
  position: absolute;
  right: -2.1rem;
  top: 0.9rem;
  display: inline-block;
  content: "";
  background: url("../img/cm_icon_external.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 1.8rem;
  height: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .ico.-external:after {
    right: -1.4rem;
    top: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
  }
}
.page-cm .nopc {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .page-cm .nopc {
    display: block !important;
  }
  .page-cm .nosp {
    display: none !important;
  }
}
.page-cm .fadein {
  opacity: 0;
}
.page-cm .fadein.is-animeted {
  animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.page-cm .fadein-list .js-anime {
  opacity: 0;
}
.page-cm .fadein-list.is-animeted .js-anime {
  animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-cm .fadein02 {
  opacity: 0;
  transform: translate(-20px, 20px);
}
@media screen and (max-width: 767.98px) {
  .page-cm .fadein02 {
    transform: translate(-10px, 20px);
  }
}
.page-cm .is-animeted .fadein02 {
  animation: fadeUp02 1.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width: 767.98px) {
  .page-cm .is-animeted .fadein02 {
    animation: fadeUp02_sp 1.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}
@keyframes fadeUp02 {
  0% {
    opacity: 0;
    transform: translate(-20px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeUp02_sp {
  0% {
    opacity: 0;
    transform: translate(-10px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.page-cm .fadein03 {
  opacity: 0;
  transform: translate(30px, 30px);
}
@media screen and (max-width: 767.98px) {
  .page-cm .fadein03 {
    transform: translate(10px, 20px);
  }
}
.page-cm .is-animeted .fadein03 {
  animation: fadeUp03 1.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width: 767.98px) {
  .page-cm .is-animeted .fadein03 {
    animation: fadeUp03_sp 1.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}
@keyframes fadeUp03 {
  0% {
    opacity: 0;
    transform: translate(30px, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeUp03_sp {
  0% {
    opacity: 0;
    transform: translate(10px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.page-cm .fadein04 {
  opacity: 0;
  transform: translate(0, 30px);
}
@media screen and (max-width: 767.98px) {
  .page-cm .fadein04 {
    transform: translate(0, 20px);
  }
}
.page-cm .is-animeted .fadein04 {
  animation: fadeUp04 1.4s 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width: 767.98px) {
  .page-cm .is-animeted .fadein04 {
    animation: fadeUp04_sp 1.4s 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}
@keyframes fadeUp04 {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeUp04_sp {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.page-cm .anime-wave01 {
  transform: translateY(0);
}
.page-cm .anime-wave01.is-animeted {
  animation: wave01 6s ease-in-out infinite;
}
@media screen and (max-width: 767.98px) {
  .page-cm .anime-wave01.is-animeted {
    animation: wave01_sp 6s ease-in-out infinite;
  }
}
@keyframes wave01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wave01_sp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.page-cm .anime-wave02 {
  transform: translateY(0);
}
.page-cm .anime-wave02.is-animeted {
  animation: wave02 6s 1s ease-in-out infinite;
}
@media screen and (max-width: 767.98px) {
  .page-cm .anime-wave02.is-animeted {
    animation: wave02_sp 6s 1s ease-in-out infinite;
  }
}
@keyframes wave02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wave02_sp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.page-cm .anime-wave03 {
  transform: translateY(0);
}
.page-cm .anime-wave03.is-animeted {
  animation: wave03 6s 2s ease-in-out infinite;
}
@media screen and (max-width: 767.98px) {
  .page-cm .anime-wave03.is-animeted {
    animation: wave03_sp 6s 1s ease-in-out infinite;
  }
}
@keyframes wave03 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wave03_sp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.page-cm .delay1 {
  animation-delay: 0.6s !important;
}
.page-cm .delay2 {
  animation-delay: 1.6s !important;
}
.page-cm .delay3 {
  animation-delay: 2.2s !important;
}
.page-cm .sec-fv {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-fv {
    background: none;
    padding: 0;
  }
}
.page-cm .sec-fv .fv-txt {
  position: absolute;
  left: 11.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 34%;
  max-width: 56.7rem;
  margin-bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-fv .fv-txt {
    top: auto;
    left: auto;
    right: 1.25rem;
    bottom: 1.9rem;
    transform: translateY(0);
    width: 100%;
    max-width: 17.65rem;
  }
}
.page-cm .sec-fv .fv-bg {
  position: relative;
  z-index: 1;
}
.page-cm .sec-lead {
  position: relative;
  padding: 12.3rem 0 24rem 0;
  background: url("../img/cm_lead_bg.jpg") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-lead {
    padding: 4.8rem 0 8.1rem 0;
    background: url("../img/cm_lead_bg_sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }
}
.page-cm .sec-lead .lead-txt {
  width: 64.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-lead .lead-txt {
    width: 29.35rem;
  }
}
.page-cm .sec-lead .txt {
  width: 71.3rem;
  margin: 0 auto 6.7rem auto;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-lead .txt {
    width: 29.15rem;
    margin-bottom: 2.5rem;
  }
}
.page-cm .sec-cm {
  position: relative;
  padding-bottom: 15rem;
  background: #009be6;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm {
    padding-top: 2.1rem;
    padding-bottom: 14rem;
  }
}
.page-cm .sec-cm .triangle {
  position: absolute;
  left: -3rem;
  top: -12.9rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009be6 transparent;
  border-width: 0px 0px 13rem 103vw;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .triangle {
    left: -4vw;
    top: -2.4rem;
    border-width: 0px 0px 2.4rem 104vw;
  }
}
.page-cm .sec-cm:after {
  position: absolute;
  left: 0;
  top: -12.9rem;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 13rem);
  background: url("../img/cm_bg.png") no-repeat center bottom;
  background-size: 100% 100% !important;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm:after {
    top: -4.4rem;
    height: calc(100% + 4.4rem);
    background: url("../img/cm_bg_sp.png") no-repeat center bottom;
  }
}
.page-cm .sec-cm .l-inner {
  position: relative;
  z-index: 2;
}
.page-cm .sec-cm .c-title {
  width: 17.6rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .c-title {
    width: 8.8rem;
  }
}
.page-cm .sec-cm .cm-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 7.5rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .cm-flex {
    gap: 2rem 0;
  }
}
.page-cm .sec-cm .cm-flex .flex-box {
  width: calc((100% - 7.5rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .cm-flex .flex-box {
    width: 100%;
    max-width: 30.5rem;
    margin: 0 auto;
  }
}
.page-cm .sec-cm .cm-flex .flex-box .thum-img {
  position: relative;
  aspect-ratio: 563/316;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .cm-flex .flex-box .thum-img {
    aspect-ratio: 611/345;
  }
}
.page-cm .sec-cm .cm-flex .flex-box .thum-img:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../img/btn_play.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 4.9rem;
  height: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .cm-flex .flex-box .thum-img:before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.page-cm .sec-cm .cm-flex .flex-box .cm-title {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 2.7rem;
  line-height: 2.962962963;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .cm-flex .flex-box .cm-title {
    margin-top: 1rem;
    font-size: 1.35rem;
    line-height: 2.962962963;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.page-cm .sec-cm .txt {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.7916666667;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .txt {
    width: calc(100% + 5rem);
    margin-top: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.9090909091;
    letter-spacing: 0.15em;
    font-weight: 400;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
.page-cm .sec-cm .deco-img .img {
  position: absolute;
  display: block;
  margin: 0;
}
.page-cm .sec-cm .deco-img .img.deco01 {
  width: 28.1rem;
  left: -17rem;
  bottom: -2rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .deco-img .img.deco01 {
    width: 13.2rem;
    left: 0.7rem;
    bottom: -16rem;
  }
}
.page-cm .sec-cm .deco-img .img.deco02 {
  width: 29.4rem;
  left: -9.3rem;
  bottom: -20.4rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .deco-img .img.deco02 {
    width: 11.45rem;
    left: 10rem;
    bottom: -14rem;
  }
}
.page-cm .sec-cm .deco-img .img.deco03 {
  width: 35.1rem;
  right: -15rem;
  bottom: -21.7rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cm .deco-img .img.deco03 {
    width: 15.15rem;
    right: 1.2rem;
    bottom: -17.2rem;
  }
}
.page-cm .sec-cast {
  position: relative;
  background: #33b8ee;
  background-size: 100% 30%;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast {
    padding-top: 4rem;
  }
}
.page-cm .sec-cast:before {
  position: absolute;
  left: 0;
  top: -10rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #33b8ee transparent;
  border-width: 0px 0px 10rem 100vw;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast:before {
    top: -2.6rem;
    border-width: 0px 0px 2.7rem 100vw;
  }
}
.page-cm .sec-cast .l-inner {
  position: relative;
  z-index: 2;
}
.page-cm .sec-cast .c-title {
  width: 15.6rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .c-title {
    width: 7.8rem;
    margin-bottom: 2.4rem;
  }
}
.page-cm .sec-cast .cast-flex {
  max-width: 82rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex {
    max-width: inherit;
  }
}
.page-cm .sec-cast .cast-flex .flex-img {
  width: 28.3rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex .flex-img {
    width: 12.5rem;
  }
}
.page-cm .sec-cast .cast-flex .flex-txt {
  width: calc(100% - 28.3rem);
  padding-left: 7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex .flex-txt {
    width: calc(100% - 12.5rem);
    padding-left: 2.4rem;
  }
}
.page-cm .sec-cast .cast-flex .flex-txt .name {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex .flex-txt .name {
    margin-bottom: 0.6rem;
  }
}
.page-cm .sec-cast .cast-flex .flex-txt .txt {
  display: block;
  margin: 0;
  padding-right: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  font-feature-settings: "palt";
  line-break: strict;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex .flex-txt .txt {
    font-size: 1.05rem;
    line-height: 1.5238095238;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-right: 0;
  }
}
.page-cm .sec-cast .cast-flex .flex-txt.two-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 10rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex .flex-txt.two-column {
    gap: 2.5rem 0;
  }
}
.page-cm .sec-cast .cast-flex .flex-txt.two-column .box {
  width: calc((100% - 10rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex .flex-txt.two-column .box {
    width: 100%;
  }
}
.page-cm .sec-cast .cast-flex.-cast01 .flex-txt .name {
  width: 20.2rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast01 .flex-txt .name {
    width: 10rem;
  }
}
.page-cm .sec-cast .cast-flex.-cast02 {
  margin-top: 9rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast02 {
    margin-top: 3rem;
  }
}
.page-cm .sec-cast .cast-flex.-cast02 .flex-txt .name {
  width: 17rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast02 .flex-txt .name {
    width: 8.45rem;
  }
}
.page-cm .sec-cast .cast-flex.-cast03 .flex-img img {
  display: block;
  max-width: 25.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast03 .flex-img img {
    max-width: 12.25rem;
    margin: 0;
  }
}
.page-cm .sec-cast .cast-flex.-cast03 .flex-txt .name {
  width: 17.6rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast03 .flex-txt .name {
    width: 8.8rem;
  }
}
.page-cm .sec-cast .cast-flex.-cast03 .flex-txt .txt {
  padding-right: 0;
}
.page-cm .sec-cast .cast-flex.-cast04 {
  max-width: 120rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast04 {
    max-width: inherit;
  }
}
.page-cm .sec-cast .cast-flex.-cast04 .flex-img {
  max-width: 25.4rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast04 .flex-img {
    width: 12.5rem;
  }
  .page-cm .sec-cast .cast-flex.-cast04 .flex-img img {
    max-width: 12.25rem;
    margin: 0;
  }
}
.page-cm .sec-cast .cast-flex.-cast04 .flex-txt {
  width: calc(100% - 25.4rem);
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast04 .flex-txt {
    width: calc(100% - 12.5rem);
  }
}
.page-cm .sec-cast .cast-flex.-cast04 .flex-txt .box:nth-of-type(1) .name {
  width: 21rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast04 .flex-txt .box:nth-of-type(1) .name {
    width: 10.5rem;
  }
}
.page-cm .sec-cast .cast-flex.-cast04 .flex-txt .box:nth-of-type(1) .txt {
  padding-right: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast04 .flex-txt .box:nth-of-type(1) .txt {
    padding-right: 0;
  }
}
.page-cm .sec-cast .cast-flex.-cast04 .flex-txt .box:nth-of-type(2) .name {
  width: 21.4rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast04 .flex-txt .box:nth-of-type(2) .name {
    width: 10.7rem;
  }
}
.page-cm .sec-cast .cast-flex.-cast04 .flex-txt .box:nth-of-type(2) .txt {
  padding-right: 5.1rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .cast-flex.-cast04 .flex-txt .box:nth-of-type(2) .txt {
    padding-right: 0;
  }
}
.page-cm .sec-cast .bg-img img {
  image-rendering: crisp-edges;
}
.page-cm .sec-cast .wave01 {
  position: relative;
  padding-bottom: 5.4rem;
  z-index: 4;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .wave01 {
    padding-bottom: 2rem;
  }
}
.page-cm .sec-cast .wave01 .bg-img {
  position: absolute;
  left: 0;
  bottom: -8rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .wave01 .bg-img {
    bottom: -3rem;
  }
}
.page-cm .sec-cast .wave02 {
  position: relative;
  background: #4dc6f1;
  padding-top: 14rem;
  padding-bottom: 5.4rem;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .wave02 {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
  }
}
.page-cm .sec-cast .wave02 .bg-img {
  position: absolute;
  left: 0;
  bottom: -8rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .wave02 .bg-img {
    bottom: -4rem;
  }
}
.page-cm .sec-cast .wave03 {
  position: relative;
  background: #66d4f5;
  padding-top: 14rem;
  padding-bottom: 5.4rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .wave03 {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }
}
.page-cm .sec-cast .wave03 .bg-img {
  position: absolute;
  left: 0;
  bottom: -8rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-cast .wave03 .bg-img {
    bottom: -3rem;
  }
}
.page-cm .sec-about {
  padding: 14rem 0 3rem 0;
  background: rgba(255, 255, 173, 0.3);
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-about {
    padding: 7.1rem 0 1.6rem 0;
  }
}
.page-cm .sec-about .c-title {
  width: 46.1rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-about .c-title {
    width: 21.4rem;
    margin-bottom: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-about .l-inner {
    padding: 0 0.5rem;
  }
}
.page-cm .sec-about .txt {
  display: block;
  margin: 0;
  text-align: center;
  color: #005bac;
  font-size: 2.3rem;
  line-height: 2.1739130435;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-about .txt {
    font-size: 1.2rem;
    line-height: 2.0833333333;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.page-cm .sec-about .flex-btn_list {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 7.7rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-about .flex-btn_list {
    margin-top: 2rem;
    gap: 0 0.9rem;
  }
}
.page-cm .sec-about .flex-btn_list .about_btn {
  width: 24.3rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-about .flex-btn_list .about_btn {
    width: 10.6rem;
  }
}
.page-cm .sec-about .flex-btn_list .about_btn .btn-txt {
  display: block;
  margin: 0.5rem auto 0 auto;
  text-align: center;
  width: 13.9rem;
}
@media screen and (max-width: 767.98px) {
  .page-cm .sec-about .flex-btn_list .about_btn .btn-txt {
    width: 6.2rem;
    margin: -0.5rem auto 0 auto;
  }
}