@charset "UTF-8";
/*! Writen  by SCSS */
@keyframes move {
  0% {
    transform: translateY(30px); }
  100% {
    transform: translateY(-30px); } }
@keyframes move_min {
  0% {
    transform: translateY(20px); }
  100% {
    transform: translateY(-20px); } }
@keyframes circle {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }
body {
  background: #28333b; }

.sec_main {
  margin-bottom: 0; }
  .sec_main .main_img {
    position: relative; }
    .sec_main .main_img::before {
      content: '';
      position: absolute;
      aspect-ratio: 1920/1180;
      inset: 0;
      top: auto;
      bottom: 0;
      background: url("../images/main_bg.png") bottom center/cover no-repeat;
      z-index: 1; }
    .sec_main .main_img .cap {
      top: 110px; }
    .sec_main .main_img .min_txt {
      position: absolute;
      position: absolute;
      top: calc(519%/11.88);
      left: calc(225%/19.2);
      width: calc(631%/19.2);
      min-width: 200px; }
      @media screen and (max-width: 480px) {
        .sec_main .main_img .min_txt {
          display: none; } }
    .sec_main .main_img .sp_txts {
      display: none; }
      @media screen and (max-width: 480px) {
        .sec_main .main_img .sp_txts {
          display: block;
          position: absolute;
          top: 20px;
          left: 20px;
          margin: auto;
          display: flex;
          flex-direction: column;
          justify-content: center;
          gap: 20px 0;
          text-align: left; }
          .sec_main .main_img .sp_txts .main_txt_img {
            max-width: 180px;
            margin: 0;
            filter: drop-shadow(0 0 3px #000); }
          .sec_main .main_img .sp_txts .inner_sub_head {
            text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
            text-align: left; } }

.sec01 {
  position: relative; }
  .sec01::before, .sec01::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border: 1px solid;
    width: 520.88%;
    padding-top: 520.88%;
    top: -10vw;
    border-radius: 100%; }
    @media screen and (max-width: 480px) {
      .sec01::before, .sec01::after {
        top: -20vw; } }
  .sec01::before {
    left: -223.75%;
    margin-top: -1.31%;
    animation: move 40s linear infinite alternate-reverse; }
  .sec01::after {
    left: -187.93%;
    margin-top: 0.13%;
    animation: move 30s linear infinite alternate; }
  .sec01 .text_wrap {
    margin-top: 5.63%;
    display: flex;
    flex-direction: column;
    row-gap: clamp(30px, 4.167vw, 50px); }
    @media screen and (max-width: 480px) {
      .sec01 .text_wrap {
        margin-top: 50px; } }
  .sec01 .sec01_image_outer {
    margin-top: 5.63%; }
  .sec01 .img01 {
    position: relative;
    margin-bottom: 5.21%; }
    .sec01 .img01 .cap {
      left: 3em;
      bottom: 5em; }
      @media screen and (max-width: 480px) {
        .sec01 .img01 .cap {
          left: 1em;
          bottom: 2em; } }
    .sec01 .img01::before {
      content: '';
      position: absolute;
      display: block;
      z-index: 1;
      pointer-events: none;
      aspect-ratio: 1600/275;
      inset: 0;
      bottom: auto;
      background: url("../images/img01_bg.png") center center/cover no-repeat;
      mix-blend-mode: multiply;
      z-index: -2; }

.sec02 {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: #28333b; }
  .sec02::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 20px; }
  .sec02 .img02_wrap {
    max-width: 1322px;
    margin: 0 auto;
    margin-bottom: 6.25%; }
    .sec02 .img02_wrap .cap {
      left: 10px; }
    .sec02 .img02_wrap .sp_slide_txt {
      text-align: center;
      font-size: 9px;
      padding-bottom: 3px;
      border-bottom: 1px solid #fff;
      position: relative;
      width: calc(100% - 40px);
      margin: 0 auto 15px;
      display: none; }
      @media screen and (max-width: 480px) {
        .sec02 .img02_wrap .sp_slide_txt {
          display: block; } }
      .sec02 .img02_wrap .sp_slide_txt::after {
        content: "▼";
        font-size: 6px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1.5em;
        margin: auto; }
    @media screen and (max-width: 480px) {
      .sec02 .img02_wrap figure {
        overflow-x: scroll; }
        .sec02 .img02_wrap figure img {
          width: 600px;
          max-width: 600px; } }
  .sec02 .inner._1300 {
    max-width: 1300px; }
  .sec02 .items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.7%; }
    @media screen and (max-width: 1000px) {
      .sec02 .items {
        flex-wrap: wrap;
        gap: 40px 0; } }
    .sec02 .items .item {
      width: calc(280%/13); }
      @media screen and (max-width: 1000px) {
        .sec02 .items .item {
          width: 48%; } }
    .sec02 .items .cap_l {
      font-size: 10px;
      letter-spacing: 0;
      margin-top: 5px; }
    .sec02 .items .txt_box {
      margin-bottom: 10.72%; }
      .sec02 .items .txt_box .item_ttl {
        font-size: clamp(12px, 1.385vw, 18px);
        display: flex;
        align-items: center;
        gap: 0 0.5em;
        padding-bottom: 0.4em;
        width: 100%;
        border-bottom: 1px solid #fff;
        margin-bottom: 0.8em; }
        .sec02 .items .txt_box .item_ttl span {
          display: inline-block;
          line-height: 1; }
          .sec02 .items .txt_box .item_ttl span.nm {
            width: 1.667em;
            height: 1.667em;
            background: #93999d;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0.2em; }
      .sec02 .items .txt_box .read {
        font-size: clamp(12px, 1.077vw, 14px);
        line-height: 1.86;
        letter-spacing: -0.05em; }
  .sec02 .txt_box01 {
    font-size: clamp(12px, 1.154vw, 15px);
    padding: 4em;
    background: #060a0e; }
    @media screen and (max-width: 1100px) {
      .sec02 .txt_box01 {
        padding: 2em;
        max-width: 580px;
        margin: 0 auto; } }
    .sec02 .txt_box01 .item_wrap {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 900px) {
        .sec02 .txt_box01 .item_wrap {
          flex-direction: column;
          gap: 30px 0; } }
      .sec02 .txt_box01 .item_wrap .txt_box {
        width: calc(860%/11.8); }
        @media screen and (max-width: 900px) {
          .sec02 .txt_box01 .item_wrap .txt_box {
            width: 100%; } }
      .sec02 .txt_box01 .item_wrap .imgs {
        width: calc(280%/11.8); }
        @media screen and (max-width: 900px) {
          .sec02 .txt_box01 .item_wrap .imgs {
            width: 100%;
            max-width: 520px;
            margin: 0 auto; } }
    .sec02 .txt_box01 .box_ttl {
      font-size: clamp(16px, 1.847vw, 24px);
      background: #595757;
      text-align: center;
      line-height: 1;
      padding: 0.542em 10px;
      letter-spacing: 0.13em;
      margin-bottom: 0.85em; }
    .sec02 .txt_box01 .read {
      line-height: 2.4;
      letter-spacing: 0.05em; }
  .sec02 .img08 {
    margin-top: 7.7%; }
  .sec02 .img03 {
    position: relative;
    margin-top: clamp(60px, 12.084vw, 145px); }
    .sec02 .img03 .text_wrap {
      max-width: 660px;
      width: calc(660%/16);
      position: absolute;
      top: calc(270%/26.67);
      left: calc(180%/16);
      display: flex;
      flex-direction: column;
      row-gap: clamp(30px, 3.125vw, 50px);
      z-index: 2;
      text-align: left; }
      @media screen and (max-width: 1300px) {
        .sec02 .img03 .text_wrap {
          width: calc(650%/13);
          top: 30px;
          left: 30px; } }
      @media screen and (max-width: 768px) {
        .sec02 .img03 .text_wrap {
          width: calc(100% - 40px);
          max-width: 100%;
          margin: 0 auto;
          position: static;
          text-align: center;
          padding-bottom: 30px; } }
      .sec02 .img03 .text_wrap .sec_ttl {
        text-align: left;
        font-size: clamp(15px, 2.125vw, 34px);
        letter-spacing: 0.11em; }
        @media screen and (max-width: 768px) {
          .sec02 .img03 .text_wrap .sec_ttl {
            font-size: clamp(20px, 2.834vw, 34px);
            text-align: center;
            letter-spacing: 0.1em; } }
      .sec02 .img03 .text_wrap .read {
        text-align: justify;
        font-size: clamp(12px, 0.938vw, 15px);
        line-height: 2.7; }
        @media screen and (max-width: 768px) {
          .sec02 .img03 .text_wrap .read {
            text-align: center;
            font-size: clamp(12px, 1.25vw, 15px);
            line-height: 2.67; } }

/*# sourceMappingURL=style.css.map */
