@charset "UTF-8";


#top {
  width: 100%;
}

@media (width > 960px) {
  a:hover {
    opacity: 0.6 !important;
  }
}
.l-content {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1180px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.l-content._mv {
  max-width: 1140px;
}
@media (width <= 740px) {
  .l-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#g-header {
  padding: 30px 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (width <= 740px) {
  #g-header {
    padding: 20px 25px 0;
  }
}
#g-header .logo {
  width: 200px;
}
#g-header .logo a {
  transition: opacity 0.35s ease, transform 0.35s ease;
}
@media (width <= 740px) {
  #g-header .logo {
    width: 140px;
  }
}

#g-footer {
  border-top: 1px solid #004ea2;
  padding: 25px 0;
  text-align: center;
}
#g-footer a {
  transition: opacity 0.35s ease, transform 0.35s ease;
}
@media (width <= 740px) {
  #g-footer {
    padding: 10px 0 35px;
  }
}
#g-footer .flogo {
  margin-bottom: 25px;
}
@media (width <= 740px) {
  #g-footer .flogo {
    width: 124px;
    margin-bottom: 15px;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mv .grid_wrap {
  display: grid;
  grid-template-columns: 0.65fr 0.35fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (width <= 960px) {
  .mv .grid_wrap {
    display: block;
    margin-bottom: 20px;
  }
}
@media (width <= 740px) {
  .mv .grid_wrap {
    margin-bottom: 30px;
  }
}
.mv .mv_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv .mv_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv .mv_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-48%);
}
.mv .text1 {
  max-width: 648px;
}
@media (width <= 960px) {
  .mv .text1 {
    margin-bottom: 30px;
  }
}
@media (width <= 740px) {
  .mv .text1 {
    margin-bottom: 20px;
  }
}
.mv .text2 {
  max-width: 622px;
}
.mv .text3 {
  width: 100%;
  max-width: 358px;
  background: url(../img/mv_txt_bg.png) no-repeat top center/100% auto;
  text-align: center;
  margin: 0;
  padding: 1px;
  position: relative;
  height: 100%;
}
@media (width <= 960px) {
  .mv .text3 {
    height: 14vw;
    width: 52%;
  }
}
.mv .text3 .svg_anime {
  width: 78%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -50%);
}
@media (width <= 960px) {
  .mv .text3 .svg_anime {
    transform: translate(-50%, -58%);
  }
}
@media (width <= 740px) {
  .mv .text3 .svg_anime {
    transform: translate(-50%, -50%);
  }
}
.mv .text3 .svg_anime svg {
  width: 100%;
}

.content_youtube {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.youtube_wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 の比率 (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dumy_midashi {
  text-align: center;
}

.system_zu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (width <= 960px) {
  .system_zu {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.system_zu li {
  position: absolute;
}
.system_zu li img {
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.system_zu li a:hover {
  opacity: 1 !important;
}
.system_zu li a:hover img {
  transform: scale(1.05);
}
.system_zu._blue {
  max-width: 1138px;
  margin-top: -40px;
}
@media (width <= 960px) {
  .system_zu._blue {
    margin-top: 0;
  }
}
@media (width <= 1138px) {
  .system_zu._blue li {
    width: 26.44vw;
  }
}
.system_zu._blue .abs1 {
  top: 10%;
  left: 27%;
}
.system_zu._blue .abs2 {
  top: 3.4%;
  right: 4.4%;
}
.system_zu._blue .abs3 {
  top: 48.5%;
  left: 8%;
}
.system_zu._blue .abs4 {
  top: 45.5%;
  right: 22%;
}
.system_zu._orange {
  max-width: 1184px;
  margin-top: -55px;
}
@media (width <= 960px) {
  .system_zu._orange {
    margin-top: 20px;
  }
}
@media (width <= 1184px) {
  .system_zu._orange li {
    width: 26.44vw;
  }
}
.system_zu._orange .abs1 {
  top: 8%;
  left: 9%;
}
.system_zu._orange .abs2 {
  top: 18%;
  right: 26%;
}
.system_zu._orange .abs3 {
  top: 51.5%;
  left: 23%;
}
.system_zu._orange .abs4 {
  top: 52%;
  right: 5%;
}

.content_01 {
  background: url(../img/sec01_bg_blue.jpg) no-repeat top center/100% 100%;
}
@media (width <= 960px) {
  .content_01 {
    background-size: auto 100%;
  }
}

.content_02 {
  background: url(../img/sec02_bg_orange.jpg) no-repeat top center/100% 100%;
}
@media (width <= 960px) {
  .content_02 {
    background-size: auto 100%;
  }
}

.content_text-wrap {
  display: grid;
  grid-template-columns: 0.275fr 0.45fr 0.275fr;
  align-items: flex-end;
  gap: 30px;
}
@media (width <= 960px) {
  .content_text-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .content_text-wrap .grid3 {
    grid-column: 1/3;
    text-align: center;
    padding: 0 6%;
  }
}
@media (width > 960px) {
  .content_text-wrap .grid1 {
    order: 1;
    padding-bottom: 25px;
  }
  .content_text-wrap .grid2 {
    order: 3;
    padding-bottom: 25px;
  }
  .content_text-wrap .grid3 {
    order: 2;
  }
}

.content_02 .content_text-wrap {
  align-items: flex-start;
}
@media (width <= 960px) {
  .content_02 .content_text-wrap .grid3 {
    order: 1;
  }
  .content_02 .content_text-wrap .grid1 {
    order: 2;
  }
  .content_02 .content_text-wrap .grid2 {
    order: 3;
  }
}
@media (width > 960px) {
  .content_02 .content_text-wrap .grid1,
.content_02 .content_text-wrap .grid2 {
    padding-bottom: 35px;
  }
}

.content_03 .main_text {
  font-size: 18px;
  text-align: left;
  line-height: 40px;
  letter-spacing: -0.05em;
}
@media (width <= 740px) {
  .content_03 .main_text {
    line-height: 34px;
    letter-spacing: -0.02em;
  }
}
.content_03 .main_text p + p {
  margin-top: 2.6em;
}
@media (width <= 740px) {
  .content_03 .main_text p + p {
    margin-top: 2.2em;
  }
}
.content_03 .main_text b {
  font-size: 20px;
  background: linear-gradient(transparent 15%, #2ccffa 5%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.1em;
}
.content_03 .sub_text {
  line-height: 34px;
  font-size: 16px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 740px) {
  .content_03 .sub_text {
    line-height: 24Fpx;
  }
}
.content_03 .sub_text strong {
  font-size: 22px;
  font-weight: bold;
}
@media (width <= 740px) {
  .content_03 .sub_text strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.content_03 .sub_text p + p {
  margin-top: 22px;
}
@media (width <= 740px) {
  .content_03 .sub_text p + p {
    margin-top: 10px;
  }
}
.content_03 .catch_text {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media (width <= 740px) {
  .content_03 .catch_text {
    display: block;
    padding: 15px 0 0;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.column_content {
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
}
@media (width <= 740px) {
  .column_content {
    line-height: 28px;
  }
}
.column_content .columnbox {
  position: relative;
  transition: 0.5s ease;
}
@media (width <= 740px) {
  .column_content .columnbox {
    padding: 0 !important;
  }
  .column_content .columnbox._n01 .c-h4 {
    width: 310px;
  }
  .column_content .columnbox._n02 .c-h4 {
    width: 316px;
  }
  .column_content .columnbox._n03 .c-h4 {
    width: 260px;
  }
  .column_content .columnbox._n04 .c-h4 {
    width: 222px;
  }
}
.column_content .columnbox p {
  position: relative;
  z-index: 2;
  max-width: 576px;
  letter-spacing: -0.05em;
  transition: 0.5s ease;
}
@media (width <= 960px) {
  .column_content .columnbox p {
    width: calc(49% + 40px);
  }
}
@media (width <= 740px) {
  .column_content .columnbox p {
    width: 100% !important;
    position: static !important;
    margin: 0 0 10px !important;
    max-width: 100%;
  }
}
.column_content .columnbox .abs {
  position: absolute;
  transition: 0.5s ease;
}
@media (width <= 960px) {
  .column_content .columnbox .abs {
    width: calc(48% + 40px);
  }
}
@media (width <= 740px) {
  .column_content .columnbox .abs {
    width: 100% !important;
    position: static !important;
    max-width: 390px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.column_content .columnbox._n01 {
  margin-bottom: 406px;
}
@media (width <= 960px) {
  .column_content .columnbox._n01 {
    margin-bottom: 60px;
  }
}
@media (width <= 740px) {
  .column_content .columnbox._n01 {
    margin-bottom: 40px;
  }
}
@media (width <= 960px) {
  .column_content .columnbox._n01 p {
    position: absolute;
    top: 80px;
    left: 0;
  }
}
.column_content .columnbox._n01 .abs {
  display: block !important;
  left: 460px;
  top: 100px;
}
@media (width <= 960px) {
  .column_content .columnbox._n01 .abs {
    position: relative;
    left: auto;
    right: -40px;
    top: 0;
    margin-left: calc(47%);
  }
}
.column_content .columnbox._n02 {
  padding-left: 400px;
  margin-bottom: 120px;
}
@media (width <= 960px) {
  .column_content .columnbox._n02 {
    padding-left: calc(42.5% + 40px);
    margin-bottom: 60px;
  }
  .column_content .columnbox._n02 p {
    width: 100%;
  }
}
@media (width <= 740px) {
  .column_content .columnbox._n02 {
    margin-bottom: 25px;
  }
}
.column_content .columnbox._n02 .abs {
  display: block;
  left: -255px;
  bottom: 1px;
}
@media (width <= 960px) {
  .column_content .columnbox._n02 .abs {
    left: -40px;
    bottom: auto;
    top: 0;
    transform: translateY(clamp(-140px, calc(-0.7 * (100vw - 740px)), 0px));
  }
}
@media (width <= 740px) {
  .column_content .columnbox._n02 .abs {
    margin-bottom: 15px;
    transform: none;
  }
}
.column_content .columnbox._n03 {
  padding-left: 57px;
  height: 707px;
}
@media (width <= 1200px) {
  .column_content .columnbox._n03 {
    padding-left: 0;
  }
}
@media (width <= 960px) {
  .column_content .columnbox._n03 {
    height: auto;
    margin-bottom: 100px;
  }
}
@media (width <= 740px) {
  .column_content .columnbox._n03 {
    margin-bottom: 40px;
  }
}
@media (width <= 960px) {
  .column_content .columnbox._n03 p {
    position: absolute;
    top: 80px;
    left: 0;
  }
}
.column_content .columnbox._n03:before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 32px);
  left: calc((100% - 100vw) / 2);
  width: 100vw;
  height: 768px;
  z-index: -1;
  background: url(../img/sec03_bg_blue01.jpg) no-repeat center center/auto 100%;
}
@media (width > 1600px) {
  .column_content .columnbox._n03:before {
    background-size: 100% 768px;
  }
}
@media (width <= 960px) {
  .column_content .columnbox._n03:before {
    height: 57vw;
  }
}
@media (width <= 740px) {
  .column_content .columnbox._n03:before {
    height: 750px;
    bottom: calc(100% - 26px);
  }
}
.column_content .columnbox._n03 .abs {
  display: block !important;
  left: 520px;
  top: 100px;
}
@media (width <= 1200px) {
  .column_content .columnbox._n03 .abs {
    left: 480px;
  }
}
@media (width <= 960px) {
  .column_content .columnbox._n03 .abs {
    position: relative;
    left: auto;
    right: -40px;
    top: 0;
    margin-left: calc(47%);
  }
}
@media (width <= 740px) {
  .column_content .columnbox._n03 .abs {
    margin: 0;
  }
}
.column_content .columnbox._n04 {
  padding-left: 358px;
  margin-bottom: 170px;
}
@media (width <= 960px) {
  .column_content .columnbox._n04 {
    padding-left: calc(40% + 40px);
    margin-bottom: 40px;
  }
}
.column_content .columnbox._n04:before {
  content: "";
  display: block;
  position: absolute;
  top: -74px;
  left: calc((100% - 100vw) / 2);
  width: 100vw;
  height: 904px;
  z-index: -1;
  background: url(../img/sec03_bg_blue02.jpg) no-repeat center center/auto 100%;
}
@media (width > 1600px) {
  .column_content .columnbox._n04:before {
    background-size: 100% 904px;
  }
}
@media (width <= 960px) {
  .column_content .columnbox._n04:before {
    height: 70vw;
    top: -50px;
  }
}
@media (width <= 740px) {
  .column_content .columnbox._n04:before {
    top: 150px;
    height: 900px;
  }
}
.column_content .columnbox._n04 .abs {
  display: block;
  left: -240px;
  bottom: 135px;
}
@media (width <= 960px) {
  .column_content .columnbox._n04 .abs {
    left: -40px;
    bottom: auto;
    top: 0;
    transform: translateY(clamp(-200px, calc(740px - 100vw), 0px));
  }
}
@media (width <= 740px) {
  .column_content .columnbox._n04 .abs {
    margin-bottom: 15px;
    transform: none;
  }
}
.column_content .columnbox._n04 p {
  max-width: 500px;
}
@media (width <= 960px) {
  .column_content .columnbox._n04 p {
    width: 100%;
  }
}
@media (width <= 740px) {
  .column_content .columnbox._n04 p {
    max-width: 100%;
  }
}
@media (width > 960px) {
  .column_content._orange .columnbox._n01 {
    margin-bottom: 340px;
  }
}
@media (width <= 960px) {
  .column_content._orange .columnbox._n01 {
    margin-bottom: 60px;
    height: calc(550px - 20vw);
  }
}
@media (width <= 740px) {
  .column_content._orange .columnbox._n01 {
    margin-bottom: 40px;
    height: auto;
  }
}
.column_content._orange .columnbox._n02 {
  margin-bottom: 70px;
}
@media (width > 960px) {
  .column_content._orange .columnbox._n02 .abs {
    bottom: 50px;
  }
}
@media (width <= 960px) {
  .column_content._orange .columnbox._n02 .abs {
    transform: none;
  }
}
@media (width <= 960px) {
  .column_content._orange .columnbox._n03 {
    margin-bottom: 60px;
    height: calc(550px - 20vw);
  }
}
@media (width <= 740px) {
  .column_content._orange .columnbox._n03 {
    margin-bottom: 40px;
    height: auto;
  }
}
.column_content._orange .columnbox._n03:before {
  height: 698px;
  background-image: url(../img/sec04_bg_orange01.jpg);
}
@media (width <= 960px) {
  .column_content._orange .columnbox._n03:before {
    height: 57vw;
  }
}
@media (width <= 960px) {
  .column_content._orange .columnbox._n03:before {
    height: 750px;
  }
}
@media (width > 960px) {
  .column_content._orange .columnbox._n03 .abs {
    left: 540px;
  }
}
@media (width > 960px) {
  .column_content._orange .columnbox._n04 {
    margin-bottom: 200px;
  }
}
.column_content._orange .columnbox._n04:before {
  height: 856px;
  background-image: url(../img/sec04_bg_orange02.jpg);
}
@media (width > 1600px) {
  .column_content._orange .columnbox._n04:before {
    background-size: 100% 856px;
  }
}
@media (width <= 960px) {
  .column_content._orange .columnbox._n04:before {
    height: 70vw;
  }
}
@media (width <= 740px) {
  .column_content._orange .columnbox._n04:before {
    height: 950px;
  }
}
@media (width > 960px) {
  .column_content._orange .columnbox._n04 .abs {
    bottom: 185px;
  }
}
@media (width <= 960px) {
  .column_content._orange .columnbox._n04 .abs {
    transform: translateY(clamp(-100px, calc(-0.5 * (100vw - 740px)), 0px));
  }
}
@media (width <= 740px) {
  .column_content._orange .columnbox._n01 .c-h4 {
    width: 219px;
  }
  .column_content._orange .columnbox._n02 .c-h4 {
    width: 219px;
  }
  .column_content._orange .columnbox._n03 .c-h4 {
    width: 255px;
  }
  .column_content._orange .columnbox._n04 .c-h4 {
    width: 293px;
  }
}
@media (width <= 740px) {
  .column_content._orange .c-h4-2 img {
    max-width: 260px;
  }
}

.exc_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (width <= 960px) {
  .exc_wrap {
    grid-template-columns: 1fr;
  }
}
@media (width <= 740px) {
  .exc_wrap {
    gap: 15px;
  }
}
.exc_wrap .title {
  border-bottom: 1px solid #31caf2;
  margin-bottom: 10px;
}
.exc_wrap .title img {
  margin-bottom: -1px;
}

.exc ul {
  border-left: 1px solid #31caf2;
  border-bottom: 1px solid #31caf2;
  padding: 40px 5px 50px 62px;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 11px 30px;
}
@media (width <= 960px) {
  .exc ul {
    gap: 11px 25px;
    padding: 30px 5px 40px 40px;
  }
}
@media (width <= 740px) {
  .exc ul {
    padding: 25px 0 40px 40px;
    gap: 5px 30px;
  }
}
@media (width <= 740px) {
  .exc .title img {
    width: 262px;
  }
}
.exc._no2 ul {
  grid-template-columns: 0.5fr 1fr;
}

.project .title {
  margin-bottom: 10px;
}
@media (width <= 740px) {
  .project .title {
    border-bottom: 1px solid #31caf2;
  }
  .project .title img {
    width: 282px;
    margin-bottom: -1px;
  }
}
.project .pjmap {
  display: grid;
  grid-template-columns: 558px 1fr;
}
@media (width <= 960px) {
  .project .pjmap {
    grid-template-columns: 1fr 40vw;
  }
}
@media (width <= 740px) {
  .project .pjmap {
    display: block;
  }
}
.project .pjmap .waku {
  border-left: 1px solid #31caf2;
  border-bottom: 1px solid #31caf2;
  padding: 20px 5px 20px 62px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (width <= 960px) {
  .project .pjmap .waku {
    padding: 20px 5px 20px 40px;
  }
}
@media (width <= 740px) {
  .project .pjmap .waku {
    padding: 20px 0 35px 20px;
    justify-content: center;
  }
  .project .pjmap .waku .markup {
    margin: 0 auto;
  }
}
.project .pjmap ul li + li {
  margin-top: 10px;
}
@media (width <= 740px) {
  .project .pjmap ul li + li {
    margin-top: 8px;
  }
}
.project .pjmap .abs {
  margin-top: -10px;
}
@media (width <= 740px) {
  .project .pjmap .abs {
    width: 100%;
    max-width: 400px;
    margin: 10px auto 0;
    display: block;
  }
}

.markup {
  letter-spacing: 0.05em;
  font-size: 18px;
}
@media (width <= 960px) {
  .markup {
    font-size: 16px;
  }
}
@media (width <= 740px) {
  .markup {
    font-size: 14px;
  }
}
.markup li {
  line-height: 1.2;
  text-indent: -0.5em;
}
.markup li:before {
  content: "●";
  display: inline-block;
  border-radius: 50%;
  color: #31caf2;
}
.markup li.m:before {
  color: #7aa6f7;
}

.c-h3_obi_wrap {
  padding-right: calc((100% - 1180px) / 2);
  overflow: hidden;
}
@media (width <= 1099px) {
  .c-h3_obi_wrap {
    padding-right: 40px;
  }
}
@media (width <= 960px) {
  .c-h3_obi_wrap {
    padding-right: 10px;
  }
}

.c-h3_obi {
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}
@media (width <= 740px) {
  .c-h3_obi {
    padding-left: 20px;
  }
}
.c-h3_obi:before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background: #fff;
  top: -1px;
  left: 0;
  position: absolute;
}
@media (width <= 1099px) {
  .c-h3_obi:before {
    height: 11px;
    top: -1px;
  }
}
@media (width <= 740px) {
  .c-h3_obi:before {
    height: 6px;
  }
}
.c-h3_obi:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: #fff;
  bottom: -1px;
  left: 0;
  position: absolute;
}
@media (width <= 1099px) {
  .c-h3_obi:after {
    display: none;
  }
}
.c-h3_obi .c-h3 {
  position: relative;
  display: block;
  padding-right: 30px;
  z-index: 2;
}
@media (width <= 1099px) {
  .c-h3_obi .c-h3 {
    height: 105px;
    display: flex;
    align-items: center;
  }
  .c-h3_obi .c-h3 img {
    height: 100%;
    width: auto;
    z-index: 4;
    position: relative;
  }
}
@media (width <= 740px) {
  .c-h3_obi .c-h3 {
    height: 54px;
  }
  .c-h3_obi .c-h3 img {
    max-width: 100%;
    width: auto;
    height: 54px;
  }
}
.c-h3_obi .c-h3::before {
  content: "";
  position: absolute;
  top: -5%;
  right: 0;
  height: 140%;
  width: 10px;
  background: #fff;
  transform: rotate(21deg);
}
@media (width <= 1099px) {
  .c-h3_obi .c-h3::before {
    width: calc(100% + 40px);
    height: 11px;
    top: auto;
    bottom: -1px;
    transform: none;
  }
}
@media (width <= 740px) {
  .c-h3_obi .c-h3::before {
    height: 6px;
  }
}
@media (width <= 1099px) {
  .c-h3_obi .c-h3:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: calc(100% - 460px);
    background: #fff;
    clip-path: polygon(33px 0, 100% 0, calc(100% + 33px) 100%, 0 100%);
  }
}
@media (width <= 740px) {
  .c-h3_obi .c-h3:after {
    width: calc(100% - 220px);
    clip-path: polygon(24px 0, 100% 0, calc(100% + 24px) 100%, 0 100%);
  }
}
.c-h3_obi .c-h3_text {
  padding: 0 60px 0 10px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (width <= 1099px) {
  .c-h3_obi .c-h3_text {
    padding: 3px 40px 0 10px;
    display: flex;
    height: 85px;
  }
}
@media (width <= 960px) {
  .c-h3_obi .c-h3_text {
    padding: 0 30px 0 30px;
  }
}
@media (width <= 740px) {
  .c-h3_obi .c-h3_text {
    height: 44px;
    padding: 3px 20px 0 10px;
  }
  .c-h3_obi .c-h3_text img {
    width: 100%;
    max-width: 420px;
  }
}
.c-h3_obi .c-h3_text:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 35px;
  height: 101%;
  clip-path: polygon(33px 0, 100% 0, 100% 100%, 0 100%);
}
@media (width <= 1099px) {
  .c-h3_obi .c-h3_text:after {
    width: calc(100% - 630px);
    height: 101%;
    clip-path: polygon(33px 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (width <= 740px) {
  .c-h3_obi .c-h3_text:after {
    width: calc(100% - 440px);
    min-width: 35px;
    right: -10px;
    clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (width <= 1099px) {
  .c-h3_obi .c-h3_text:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: -41px;
    bottom: -1px;
    width: 45px;
    height: 101%;
    clip-path: polygon(calc(100% - 33px) 100%, 0 100%, -33px 0, 100% 0);
  }
}
@media (width <= 960px) {
  .c-h3_obi .c-h3_text:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: -41px;
    bottom: -1px;
    width: 45px;
    height: 101%;
    clip-path: polygon(calc(100% - 33px) 100%, 0 100%, -33px 0, 100% 0);
  }
}
@media (width <= 740px) {
  .c-h3_obi .c-h3_text:before {
    left: -36px;
    clip-path: polygon(calc(100% - 20px) 100%, 0 100%, -20px 0, 100% 0);
  }
}
.c-h3_obi .l-content_org {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
}
@media (width <= 1099px) {
  .c-h3_obi .l-content_org {
    display: block;
  }
}
.c-h3_obi._blue {
  background: linear-gradient(135deg, #1ef0ff 0%, #4573f6 100%);
}
.c-h3_obi._orange {
  background: linear-gradient(135deg, #ff858a 0%, #eea73a 100%);
}
.c-h3_obi._orange .c-h3 {
  padding-right: 10px;
}
@media (width <= 740px) {
  .c-h3_obi._orange .c-h3:after {
    width: calc(100% - 200px);
  }
}
@media (width > 960px) {
  .c-h3_obi._orange .c-h3_text {
    padding-right: 100px;
  }
}

.content_list .title {
  text-align: center;
  margin-bottom: 25px;
}
@media (width <= 740px) {
  .content_list .title {
    margin: 0 auto 10px;
  }
  .content_list .title._no1 {
    width: 196px;
  }
  .content_list .title._no2 {
    width: 230px;
  }
}
.content_list .flex_list {
  display: grid;
  gap: 20px;
}
.content_list .flex_list._no1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (width <= 740px) {
  .content_list .flex_list._no1 {
    grid-template-columns: 1fr 1fr;
  }
}
.content_list .flex_list._no2 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (width <= 740px) {
  .content_list .flex_list._no2 {
    grid-template-columns: 1fr 1fr;
  }
  .content_list .flex_list._no2 .div3 {
    grid-column: 1/3;
    grid-row: 2/3;
    text-align: center;
  }
  .content_list .flex_list._no2 .div3 img {
    width: calc(50% - 20px);
  }
}
.content_list .cross {
  padding: 60px 0;
  text-align: center;
}
@media (width <= 740px) {
  .content_list .cross {
    padding: 25px 0;
  }
  .content_list .cross img {
    width: 63px;
  }
}

.c-img_max {
  /*
  margin-left:auto;
  margin-right:auto;
  max-width:1600px;
  height: 550px;
  @media (width <=bp(md)) {
    width:100%;
    height: auto;
  }
  */
}
.c-img_max img {
  width: 100%;
  /*    object-fit: cover;
  width:1600px;
  height: 550px;
  @media (width <=bp(md)) {
    width:100%;
    height: auto;
    object-fit: contain;
  }
  */
}

.cta .link_btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  height: 550px;
  transition: opacity 0.35s ease;
}
@media (width <= 1180px) {
  .cta .link_btn {
    width: 100%;
    height: auto;
  }
}
.cta .link_btn img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 1600px;
  height: 550px;
}
@media (width <= 1180px) {
  .cta .link_btn img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.cta .catch {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
@media (width <= 740px) {
  .cta .catch {
    font-size: 14px;
    line-height: 1.5;
  }
}
.cta .catch p {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 30px;
}
@media (width <= 740px) {
  .cta .catch p {
    padding: 0 15px 0 15px;
  }
}
.cta .catch p:before, .cta .catch p:after {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  height: 95%;
  border-left: 2px solid;
  top: 4px;
}
.cta .catch p:before {
  right: 0px;
  transform: rotate(17deg);
}
.cta .catch p:after {
  left: 0px;
  transform: rotate(-17deg);
}

.pagetop {
  position: fixed;
  left: calc(50% + 480px);
  bottom: 20px;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}
@media (width <= 960px) {
  .pagetop {
    left: auto;
    right: 20px;
  }
}

/* 表示状態 */
.pagetop.show {
  opacity: 1;
  visibility: visible;
}

/* フッター手前で固定するための状態 */
.pagetop.fixed-at-footer {
  position: absolute;
  bottom: auto;
  /* fixed の bottom を解除 */
}

/*見出し*/
.content_01 .c-h2 {
  max-width: 60%;
}
@media (width <= 740px) {
  .content_01 .c-h2 {
    max-width: 230px;
  }
}

.content_02 .c-h2 {
  text-align: right;
}
@media (width <= 960px) {
  .content_02 .c-h2 img {
    max-width: 74%;
  }
}
@media (width <= 740px) {
  .content_02 .c-h2 img {
    max-width: 280px;
  }
}

.content_03 .c-h2 {
  text-align: center;
}

/*余白制御*/
.exc_wrap {
  margin-bottom: 120px;
}
@media (width <= 960px) {
  .exc_wrap {
    margin-bottom: 80px;
  }
}
@media (width <= 740px) {
  .exc_wrap {
    margin-bottom: 30px;
  }
}

.mb_base {
  margin-bottom: 55px;
}
@media (width <= 960px) {
  .mb_base {
    margin-bottom: 40px;
  }
}
@media (width <= 740px) {
  .mb_base {
    margin-bottom: 14px;
  }
}

.mb_base2 {
  margin-bottom: 70px;
}
@media (width <= 960px) {
  .mb_base2 {
    margin-bottom: 50px;
  }
}
@media (width <= 740px) {
  .mb_base2 {
    margin-bottom: 25px;
  }
}

.content_01 .dumy_midashi {
  margin-bottom: 140px;
}
@media (width <= 960px) {
  .content_01 .dumy_midashi {
    margin-bottom: 80px;
  }
}
@media (width <= 740px) {
  .content_01 .dumy_midashi {
    margin-bottom: 30px;
  }
}

.content_02 .dumy_midashi {
  margin-top: 100px;
}
@media (width <= 960px) {
  .content_02 .dumy_midashi {
    margin-top: 60px;
  }
}
@media (width <= 740px) {
  .content_02 .dumy_midashi {
    margin-top: 60px;
  }
}

.column_content {
  margin-bottom: 230px;
}
@media (width <= 960px) {
  .column_content {
    margin-bottom: 150px;
  }
}
@media (width <= 740px) {
  .column_content {
    margin-bottom: 65px;
  }
}

.content_03 {
  padding-top: 200px;
  margin-bottom: 260px;
}
@media (width <= 960px) {
  .content_03 {
    padding-top: 140px;
    margin-bottom: 150px;
  }
}
@media (width <= 740px) {
  .content_03 {
    padding-top: 70px;
    margin-bottom: 65px;
  }
}
.content_03 .c-h2 {
  margin-bottom: 50px;
}
@media (width <= 960px) {
  .content_03 .c-h2 {
    margin-bottom: 40px;
  }
}
@media (width <= 740px) {
  .content_03 .c-h2 {
    margin-bottom: 18px;
  }
}
.content_03 .main_text {
  margin-bottom: 150px;
}
@media (width <= 960px) {
  .content_03 .main_text {
    margin-bottom: 120px;
  }
}
@media (width <= 740px) {
  .content_03 .main_text {
    margin-bottom: 30px;
  }
}
.content_03 .sub_text {
  margin-bottom: 70px;
}
@media (width <= 960px) {
  .content_03 .sub_text {
    margin-bottom: 50px;
  }
}
@media (width <= 740px) {
  .content_03 .sub_text {
    margin-bottom: 20px;
  }
}
.content_03 .c-img_max {
  margin-bottom: 130px;
}
@media (width <= 960px) {
  .content_03 .c-img_max {
    margin-bottom: 80px;
  }
}
@media (width <= 740px) {
  .content_03 .c-img_max {
    margin-bottom: 42px;
  }
}
.content_03 .c-h4 {
  margin-bottom: 20px;
}
@media (width <= 960px) {
  .content_03 .c-h4 {
    margin-bottom: 20px;
  }
}
@media (width <= 740px) {
  .content_03 .c-h4 {
    margin-bottom: 15px;
  }
}
.content_03 .c-h4-2 {
  margin-bottom: 40px;
}
@media (width <= 960px) {
  .content_03 .c-h4-2 {
    margin-bottom: 30px;
  }
}
@media (width <= 740px) {
  .content_03 .c-h4-2 {
    margin-bottom: 10px;
  }
}

.c-h3_obi_wrap {
  margin-bottom: 65px;
}
@media (width <= 960px) {
  .c-h3_obi_wrap {
    margin-bottom: 45px;
  }
}
@media (width <= 740px) {
  .c-h3_obi_wrap {
    margin-bottom: 20px;
  }
}

.system_zu {
  margin-bottom: 35px;
}
@media (width <= 740px) {
  .system_zu {
    margin-bottom: 20px;
  }
}

.content_text-wrap {
  margin-bottom: 30px;
}
@media (width <= 960px) {
  .content_text-wrap {
    margin-bottom: 60px;
  }
}
@media (width <= 740px) {
  .content_text-wrap {
    margin-bottom: 20px;
  }
}

.mv {
  margin-bottom: 200px;
}
@media (width <= 960px) {
  .mv {
    margin-bottom: 100px;
  }
}
@media (width <= 740px) {
  .mv {
    margin-bottom: 50px;
  }
}

.content_youtube {
  margin-bottom: 230px;
}
@media (width <= 960px) {
  .content_youtube {
    margin-bottom: 150px;
  }
}
@media (width <= 740px) {
  .content_youtube {
    margin-bottom: 100px;
  }
}

.cta {
  margin-bottom: 340px;
}
@media (width <= 960px) {
  .cta {
    margin-bottom: 220px;
  }
}
@media (width <= 740px) {
  .cta {
    margin-bottom: 150px;
  }
}

.l-content .dumy_midashi.js-slide .small {
    display: block;
    margin-top: 12px;
    clear: both;
    font-size: 0.9rem;
    text-align: left;
}
@media (min-width: 1053px) {
.l-content .dumy_midashi.js-slide .small {
    padding-left: 4rem;
}
}
@media (width <= 1052px) {
.l-content .dumy_midashi.js-slide .small {
    padding-left: 8px;
}
}
@media (width <= 740px) {
.l-content .dumy_midashi.js-slide .small {
    margin-top: 7px;
    font-size: 0.8rem;
}
}
