@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.mv01 {
  max-width: auto;
  max-width: none;
  margin: 0 auto 120px; }
  .mv01:after {
    display: none; }
  .mv01 .title {
    color: #000;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: calc(50vh - 80px);
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 2.5vw;
    position: relative;
    width: 100%;
    overflow: hidden; }
    .mv01 .title .mvTxt01 {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.06em;
      line-height: 1.45; }
      @media only screen and (max-width: 960px) {
        .mv01 .title .mvTxt01 {
          font-size: 29px;
          font-size: 2.9rem; } }
      .mv01 .title .mvTxt01 span {
        display: inline-block;
        opacity: 0;
        transform: translate(0, 10px); }
        .mv01 .title .mvTxt01 span.action {
          -webkit-animation: topMvFade01 0.45s ease 0.1s 1 forwards;
          animation: topMvFade01 0.45s ease 0.1s 1 forwards; }
@keyframes topMvFade01 {
  0% {
    opacity: 0;
    transform: translate(0, 10px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
    .mv01 .title .mvTxt02 {
      color: #9D9D9D;
      font-family: "Saira Semi Condensed", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      font-weight: 400;
      letter-spacing: 0.06em;
      line-height: 1.45;
      opacity: 0;
      transform: translate(0, 10px);
      -webkit-animation: topMvFade02 0.45s ease 1.45s 1 forwards;
      animation: topMvFade02 0.45s ease 1.45s 1 forwards; }
      @media only screen and (max-width: 960px) {
        .mv01 .title .mvTxt02 {
          font-size: 12px;
          font-size: 1.2rem; } }
@keyframes topMvFade02 {
  0% {
    opacity: 0;
    transform: translate(0, 10px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
    .mv01 .title .mvTxt03 {
      color: #FFF;
      font-family: "Saira Semi Condensed", sans-serif;
      font-size: 220px;
      font-size: 22rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 1;
      position: absolute;
      bottom: -30px;
      right: 40px;
      z-index: -1;
      white-space: nowrap; }
      @media only screen and (max-width: 960px) {
        .mv01 .title .mvTxt03 {
          font-size: 187px;
          font-size: 18.7rem; } }
      .mv01 .title .mvTxt03 span {
        display: inline-block;
        opacity: 0;
        transform: translate(0, 200px); }
        .mv01 .title .mvTxt03 span.action {
          -webkit-animation: topMvFade03 0.6s cubic-bezier(0.4, 0.4, 0, 1) 1.2s 1 forwards;
          animation: topMvFade03 0.6s cubic-bezier(0.4, 0.4, 0, 1) 1.2s 1 forwards; }
@keyframes topMvFade03 {
  0% {
    opacity: 0;
    transform: translate(0, 200px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
  .mv01 .topMv {
    overflow: hidden;
    position: relative;
    z-index: 2; }
    .mv01 .topMv .topMvInr {
      animation: topMvFade04 2s cubic-bezier(0.4, 0.4, 0, 1) 1.3s 1 forwards;
      opacity: 0;
      transform: scale(1.05);
      filter: blur(30px); }
      .mv01 .topMv .topMvInr .topMvImg {
        overflow: hidden; }
        .mv01 .topMv .topMvInr .topMvImg img {
          height: 50vh;
          min-height: 470px;
          object-fit: cover;
          position: relative; }
@keyframes topMvFade04 {
  0% {
    opacity: 0;
    transform: scale(1.05);
    filter: blur(30px); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
@media only screen and (max-width: 960px) {
  .mv01 {
    margin: 0 auto 100px; }
    .mv01 .title {
      height: calc(100vh - 330px);
      max-width: 100%;
      padding: 0 7.5vw; }
      .mv01 .title .mvTxt01 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 24px; }
      .mv01 .title .mvTxt02 {
        font-size: 12px;
        line-height: 1.8; }
      .mv01 .title .mvTxt03 {
        font-size: 28vw;
        font-weight: 300;
        letter-spacing: -0.02em;
        bottom: -5vw;
        left: 5vw;
        right: auto; }
    .mv01 .topMv .topMvInr .topMvImg img {
      height: 280px;
      min-height: 280px; } }
.contents #main {
  max-width: 100%;
  padding: 0; }

.head01 .ja {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 0; }
  @media only screen and (max-width: 960px) {
    .head01 .ja {
      font-size: 12px;
      font-size: 1.2rem; } }
  .head01 .ja:before {
    display: none; }

.sec01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 62vw;
  margin: 0 auto 80px;
  max-width: 1600px;
  max-height: 992px; }
  .sec01 .inr {
    background: rgba(250, 250, 250, 0.5);
    backdrop-filter: blur(20px);
    padding: 32px 20px;
    position: relative;
    z-index: 2; }
    .sec01 .inr .head01 {
      margin-bottom: 100px; }
    .sec01 .inr h3 {
      color: #333;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.04em;
      line-height: 1.45; }
      @media only screen and (max-width: 960px) {
        .sec01 .inr h3 {
          font-size: 27px;
          font-size: 2.7rem; } }
    .sec01 .inr .desc p {
      line-height: 1.65;
      margin-top: 40px; }
  .sec01 .mindImgList li {
    position: absolute;
    opacity: 0;
    transform: translate(0, 0) scale(0.4); }
    .sec01 .mindImgList li img {
      border-radius: 16px;
      box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      height: auto;
      width: 100%; }
    .sec01 .mindImgList li.li01 {
      top: 0;
      left: 29%;
      width: 11.7%; }
    .sec01 .mindImgList li.li02 {
      top: 0;
      right: 0;
      width: 19%; }
    .sec01 .mindImgList li.li03 {
      top: 17%;
      left: 4.5%;
      width: 19%; }
    .sec01 .mindImgList li.li04 {
      top: 29%;
      right: 24%;
      width: 10.2%; }
    .sec01 .mindImgList li.li05 {
      top: 57%;
      right: 12%;
      width: 16.3%; }
    .sec01 .mindImgList li.li06 {
      top: 62%;
      left: 22%;
      width: 10%; }
  .sec01.is-active .inr .head01 {
    opacity: 0;
    transform: translate(0, 20px);
    animation: mindFade02 0.6s ease 1.25s 1 forwards; }
  .sec01.is-active .inr h3 {
    opacity: 0;
    transform: translate(0, 20px);
    animation: mindFade02 0.6s ease 1.35s 1 forwards; }
  .sec01.is-active .inr .desc p {
    opacity: 0;
    transform: translate(0, 20px);
    animation: mindFade02 0.45s ease 1.55s 1 forwards; }
  .sec01.is-active .mindImgList li.li01 {
    animation: mindFade01 0.7s ease 0.6s 1 forwards; }
    .sec01.is-active .mindImgList li.li01 img {
      animation: 2.2s fuwafuwa 0.1s infinite; }
  .sec01.is-active .mindImgList li.li02 {
    animation: mindFade01 0.7s ease 0.75s 1 forwards; }
    .sec01.is-active .mindImgList li.li02 img {
      animation: 2.2s fuwafuwa 0.2s infinite; }
  .sec01.is-active .mindImgList li.li03 {
    animation: mindFade01 0.7s ease 0.9s 1 forwards; }
    .sec01.is-active .mindImgList li.li03 img {
      animation: 2.2s fuwafuwa 0.3s infinite; }
  .sec01.is-active .mindImgList li.li04 {
    animation: mindFade01 0.7s ease 1.05s 1 forwards; }
    .sec01.is-active .mindImgList li.li04 img {
      animation: 2.2s fuwafuwa 0.4s infinite; }
  .sec01.is-active .mindImgList li.li05 {
    animation: mindFade01 0.7s ease 1.2s 1 forwards; }
    .sec01.is-active .mindImgList li.li05 img {
      animation: 2.2s fuwafuwa 0.5s infinite; }
  .sec01.is-active .mindImgList li.li06 {
    animation: mindFade01 0.7s ease 1.35s 1 forwards; }
    .sec01.is-active .mindImgList li.li06 img {
      animation: 2.2s fuwafuwa 0.6s infinite; }
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); } }
@keyframes mindFade01 {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.4); }
  60% {
    transform: translate(0, 0) scale(1.15); }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1); } }
@keyframes mindFade02 {
  0% {
    opacity: 0;
    transform: translate(0, 20px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@media only screen and (max-width: 960px) {
  .sec01 {
    margin: 0 auto 80px;
    max-width: 100%;
    max-height: auto;
    max-height: none;
    height: 160vw; }
    .sec01 .inr {
      background: rgba(250, 250, 250, 0);
      backdrop-filter: blur(0); }
      .sec01 .inr .head01 {
        margin-bottom: 44px; }
      .sec01 .inr h3 {
        font-size: 25px;
        line-height: 1.4; }
      .sec01 .inr .desc p {
        margin-top: 28px; }
    .sec01 .mindImgList li img {
      border-radius: 6px;
      box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.08); }
    .sec01 .mindImgList li.li01 {
      top: 0;
      left: 20%;
      width: 17%; }
    .sec01 .mindImgList li.li02 {
      top: 5%;
      right: -3%;
      width: 20%; }
    .sec01 .mindImgList li.li03 {
      top: 22%;
      left: -7%;
      width: 26%; }
    .sec01 .mindImgList li.li04 {
      top: 38%;
      right: -1%;
      width: 17%; }
    .sec01 .mindImgList li.li05 {
      top: 80%;
      right: 3%;
      width: 19%; }
    .sec01 .mindImgList li.li06 {
      top: 73%;
      left: 4%;
      width: 19%; }
    .sec01.is-active .inr .head01 {
      opacity: 0;
      transform: translate(0, 20px);
      animation: mindFade02 0.6s ease 1.25s 1 forwards; }
    .sec01.is-active .inr h3 {
      opacity: 0;
      transform: translate(0, 20px);
      animation: mindFade02 0.6s ease 1.35s 1 forwards; }
    .sec01.is-active .inr .desc p {
      opacity: 0;
      transform: translate(0, 20px);
      animation: mindFade02 0.45s ease 1.55s 1 forwards; }
    .sec01.is-active .mindImgList li.li01 {
      animation: mindFade01 0.7s ease 0.6s 1 forwards; }
      .sec01.is-active .mindImgList li.li01 img {
        animation: 2.2s fuwafuwa 0.1s infinite; }
    .sec01.is-active .mindImgList li.li02 {
      animation: mindFade01 0.7s ease 0.75s 1 forwards; }
      .sec01.is-active .mindImgList li.li02 img {
        animation: 2.2s fuwafuwa 0.2s infinite; }
    .sec01.is-active .mindImgList li.li03 {
      animation: mindFade01 0.7s ease 0.9s 1 forwards; }
      .sec01.is-active .mindImgList li.li03 img {
        animation: 2.2s fuwafuwa 0.3s infinite; }
    .sec01.is-active .mindImgList li.li04 {
      animation: mindFade01 0.7s ease 1.05s 1 forwards; }
      .sec01.is-active .mindImgList li.li04 img {
        animation: 2.2s fuwafuwa 0.4s infinite; }
    .sec01.is-active .mindImgList li.li05 {
      animation: mindFade01 0.7s ease 1.2s 1 forwards; }
      .sec01.is-active .mindImgList li.li05 img {
        animation: 2.2s fuwafuwa 0.5s infinite; }
    .sec01.is-active .mindImgList li.li06 {
      animation: mindFade01 0.7s ease 1.35s 1 forwards; }
      .sec01.is-active .mindImgList li.li06 img {
        animation: 2.2s fuwafuwa 0.6s infinite; }
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0); }
    50% {
      transform: translateY(-20px); } }
  @keyframes mindFade01 {
    0% {
      opacity: 0;
      transform: translate(0, 0) scale(0.4); }
    60% {
      transform: translate(0, 0) scale(1.15); }
    100% {
      opacity: 1;
      transform: translate(0, 0) scale(1); } }
  @keyframes mindFade02 {
    0% {
      opacity: 0;
      transform: translate(0, 20px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } } }
.sec02 {
  margin: 0 auto 100px;
  max-width: 1280px;
  padding: 0 40px; }
  .sec02 .tabBox {
    display: none;
    opacity: 0;
    transform: translate(0, 10px); }
  .sec02 .tabBox.active {
    display: block;
    -webkit-animation: topMvFade02 0.6s ease 0.05s 1 forwards;
    animation: topMvFade02 0.6s ease 0.05s 1 forwards; }
  .sec02 .newsCatFlex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px; }
    .sec02 .newsCatFlex .head01 {
      margin-bottom: 0;
      width: 15%; }
  .sec02 .newsCatSort {
    box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    min-height: 50px;
    justify-content: space-between;
    padding: 12px;
    width: 80%; }
    .sec02 .newsCatSort h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-family: "Saira Semi Condensed", sans-serif;
      font-weight: 400;
      min-height: 50px;
      width: 15%;
      position: relative; }
      .sec02 .newsCatSort h2:after {
        background: #EBEBEB;
        content: '';
        display: block;
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        right: 0; }
    .sec02 .newsCatSort > ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      min-height: 50px;
      width: 80%; }
      .sec02 .newsCatSort > ul li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0;
        line-height: 1.7;
        margin-right: 28px; }
        @media only screen and (max-width: 960px) {
          .sec02 .newsCatSort > ul li {
            font-size: 12px;
            font-size: 1.2rem; } }
        .sec02 .newsCatSort > ul li span {
          color: #000;
          cursor: pointer;
          display: block;
          padding: 4px;
          text-decoration: none; }
          .sec02 .newsCatSort > ul li span:hover {
            color: #E7211B;
            text-decoration: underline; }
        .sec02 .newsCatSort > ul li.current span {
          color: #E7211B;
          text-decoration: underline; }
  .sec02 .newsIndexList ul {
    display: flex;
    flex-wrap: wrap; }
    .sec02 .newsIndexList ul li {
      margin: 0 2.6% 60px 0;
      width: 23%; }
      .sec02 .newsIndexList ul li:nth-child(4n) {
        margin-right: 0; }
      .sec02 .newsIndexList ul li a {
        color: #000;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        transition: 0.5s; }
        .sec02 .newsIndexList ul li a .img {
          border-radius: 12px;
          box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.05);
          display: block;
          margin-bottom: 16px;
          overflow: hidden;
          width: 100%; }
          .sec02 .newsIndexList ul li a .img img {
            height: 28.3vw;
            width: 100%;
            object-fit: cover;
            max-height: 350px; }
        .sec02 .newsIndexList ul li a .title {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2;
          font-weight: 500;
          line-height: 1.7;
          letter-spacing: -0.02em;
          margin-top: 8px;
          position: relative;
          width: 100%; }
          @media only screen and (max-width: 960px) {
            .sec02 .newsIndexList ul li a .title {
              font-size: 14px;
              font-size: 1.4rem; } }
        .sec02 .newsIndexList ul li a .cat {
          background: #FFF;
          border: 1px solid #DDD;
          border-radius: 30px;
          color: #555;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2;
          font-weight: 500;
          letter-spacing: 0.04em;
          line-height: 1;
          min-height: 24px;
          min-width: 64px;
          margin-right: 12px;
          padding: 2px 12px;
          vertical-align: 1px; }
          @media only screen and (max-width: 960px) {
            .sec02 .newsIndexList ul li a .cat {
              font-size: 12px;
              font-size: 1.2rem; } }
        .sec02 .newsIndexList ul li a .date {
          color: #555;
          font-family: "Saira Semi Condensed", sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2;
          line-height: 1.4;
          font-weight: 400;
          transition: 0.3s; }
          @media only screen and (max-width: 960px) {
            .sec02 .newsIndexList ul li a .date {
              font-size: 10px;
              font-size: 1rem; } }
  .sec02 .newsIndexList ul:has(li:hover) a {
    opacity: 0.4; }
  .sec02 .newsIndexList ul li:hover a {
    opacity: 1 !important; }

@media only screen and (max-width: 960px) {
  .sec02 {
    padding: 0 5vw; }
    .sec02 .newsCatFlex {
      display: block;
      margin-bottom: 0; }
      .sec02 .newsCatFlex .head01 {
        margin-bottom: 40px;
        padding-left: 2.5vw;
        width: 100%; }
    .sec02 .newsCatSort {
      box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.04);
      display: block;
      min-height: auto;
      min-height: none;
      margin-bottom: 40px;
      padding: 16px 4.5vw 12px;
      width: 100%; }
      .sec02 .newsCatSort h2 {
        display: block;
        font-size: 16px;
        font-family: "Saira Semi Condensed", sans-serif;
        font-weight: 400;
        min-height: auto;
        min-height: none;
        margin-bottom: 12px;
        text-align: left;
        width: 100%;
        position: relative; }
        .sec02 .newsCatSort h2:after {
          background: #DDD;
          content: '';
          display: block;
          height: 1px;
          margin: 16px auto 0;
          width: 100%;
          position: static; }
      .sec02 .newsCatSort > ul {
        display: flex;
        align-items: flex-start;
        min-height: auto;
        min-height: none;
        width: 100%; }
        .sec02 .newsCatSort > ul li {
          font-size: 13px;
          letter-spacing: 0;
          line-height: 1.4;
          margin: 0 12px 4px 0;
          width: auto; }
    .sec02 .newsIndexList ul {
      display: flex;
      justify-content: space-between; }
      .sec02 .newsIndexList ul li {
        margin: 0 0 40px 0;
        width: calc(50% - 2.5vw); }
        .sec02 .newsIndexList ul li a {
          display: block;
          transition: 0; }
          .sec02 .newsIndexList ul li a .img {
            display: block;
            margin-bottom: 16px; }
            .sec02 .newsIndexList ul li a .img img {
              height: 56vw; }
          .sec02 .newsIndexList ul li a .title {
            display: block;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.6;
            letter-spacing: -0.02em;
            margin-top: 8px;
            position: relative;
            width: 100%; }
          .sec02 .newsIndexList ul li a .cat {
            background: #FFF;
            border: 1px solid #DDD;
            border-radius: 30px;
            color: #555;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 2;
            font-weight: 500;
            letter-spacing: 0.04em;
            line-height: 1;
            min-height: 24px;
            min-width: 64px;
            margin-right: 12px;
            padding: 2px 12px;
            vertical-align: 1px; } }
          @media only screen and (max-width: 960px) and (max-width: 960px) {
            .sec02 .newsIndexList ul li a .cat {
              font-size: 12px;
              font-size: 1.2rem; } }
@media only screen and (max-width: 960px) {
          .sec02 .newsIndexList ul li a .date {
            color: #555;
            font-family: "Saira Semi Condensed", sans-serif;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 2;
            line-height: 1.4;
            font-weight: 400;
            transition: 0.3s; } }
          @media only screen and (max-width: 960px) and (max-width: 960px) {
            .sec02 .newsIndexList ul li a .date {
              font-size: 10px;
              font-size: 1rem; } }
@media only screen and (max-width: 960px) {
    .sec02 .newsIndexList ul:has(li:hover) a {
      opacity: 0.4; }
    .sec02 .newsIndexList ul li:hover a {
      opacity: 1 !important; } }
@media only screen and (min-width: 960px) {
  .sec03 {
    margin-bottom: 160px;
    position: relative; }
    .sec03 .head01 {
      margin: 0 auto 60px;
      max-width: 1200px; }
    .sec03 .indexFlex {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      position: relative;
      margin: 0 auto;
      max-width: 1440px;
      max-height: 810px;
      height: 56vw;
      overflow: hidden; }
      .sec03 .indexFlex .indexFlexL {
        position: absolute;
        width: 100%; }
        .sec03 .indexFlex .indexFlexL .indexImgList li {
          position: absolute;
          z-index: 1;
          opacity: 0;
          transition: 0.3s; }
          .sec03 .indexFlex .indexFlexL .indexImgList li.show {
            opacity: 1; }
      .sec03 .indexFlex .indexFlexR {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 52%;
        width: 48%;
        max-height: 810px;
        height: 56vw;
        z-index: 2; }
        .sec03 .indexFlex .indexFlexR .indexList {
          width: 85%; }
          .sec03 .indexFlex .indexFlexR .indexList li {
            padding: 15px 0; }
            .sec03 .indexFlex .indexFlexR .indexList li a {
              border-radius: 12px;
              box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.02);
              display: block;
              text-decoration: none;
              position: relative;
              overflow: hidden; }
              .sec03 .indexFlex .indexFlexR .indexList li a .detail {
                opacity: 0;
                transition: 0.2s; }
              .sec03 .indexFlex .indexFlexR .indexList li a .logo {
                background: rgba(255, 255, 255, 0.5);
                display: flex;
                justify-content: center;
                align-items: center;
                backdrop-filter: blur(20px);
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                transition: 0.2s; }
                .sec03 .indexFlex .indexFlexR .indexList li a .logo svg, .sec03 .indexFlex .indexFlexR .indexList li a .logo img {
                  width: 100px; }
              .sec03 .indexFlex .indexFlexR .indexList li a .arrow {
                overflow: hidden;
                position: absolute;
                top: 0;
                right: 70px;
                bottom: -15px;
                width: 30px;
                margin: auto 0;
                line-height: 1;
                transform: rotate(-45deg);
                z-index: 2; }
              .sec03 .indexFlex .indexFlexR .indexList li a .arrow:before,
              .sec03 .indexFlex .indexFlexR .indexList li a .arrow:after {
                font-family: "Saira Semi Condensed", sans-serif;
                content: "→";
                position: absolute;
                bottom: 0;
                right: 0;
                animation-fill-mode: forwards;
                animation-duration: 0.3s;
                letter-spacing: 0 !important; }
              .sec03 .indexFlex .indexFlexR .indexList li a .arrow:after {
                transform: translateX(-100%);
                opacity: 0; }
              .sec03 .indexFlex .indexFlexR .indexList li a:hover .detail {
                opacity: 1; } }
            @media only screen and (min-width: 960px) and (min-width: 960px) {
              .sec03 .indexFlex .indexFlexR .indexList li a:hover {
                color: #E7211B;
                /*
                transform: scale(1.1);
                */ }
                .sec03 .indexFlex .indexFlexR .indexList li a:hover .arrow:before {
                  animation-name: transformRightLeft;
                  animation-delay: 0s;
                  letter-spacing: 0 !important; }
                .sec03 .indexFlex .indexFlexR .indexList li a:hover .arrow:after {
                  animation-name: transformLeftRight;
                  animation-delay: 0.2s;
                  letter-spacing: 0 !important; } }

@media only screen and (max-width: 960px) {
  .sec03 {
    margin-bottom: 80px;
    position: relative; }
    .sec03 .head01 {
      margin: 0 auto 40px;
      padding-left: 2.5vw; }
    .sec03 .indexFlex {
      margin: 0; }
      .sec03 .indexFlex .indexFlexL {
        display: none; }
      .sec03 .indexFlex .indexFlexR {
        display: flex;
        align-items: center; }
        .sec03 .indexFlex .indexFlexR .indexList li {
          margin-bottom: 28px; }
          .sec03 .indexFlex .indexFlexR .indexList li a {
            border-radius: 12px;
            box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.02);
            display: block;
            text-decoration: none;
            position: relative;
            overflow: hidden; }
            .sec03 .indexFlex .indexFlexR .indexList li a .logo,
            .sec03 .indexFlex .indexFlexR .indexList li a .arrow {
              display: none; } }
.sec04 {
  margin-bottom: 200px;
  margin-left: 7.5vw;
  position: relative; }
  .sec04 picture {
    display: block;
    opacity: 0;
    transform: translate(0px, 30px); }
  .sec04 .data {
    background: rgba(250, 250, 250, 0.8);
    backdrop-filter: blur(30px);
    border-radius: 0 60px 0 0;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    min-height: 350px;
    padding: 70px 50px 20px 100px;
    width: 50%;
    position: absolute;
    bottom: -70px;
    left: -40px;
    opacity: 0;
    transform: translate(0px, 30px); }
    .sec04 .data .head01 {
      height: auto;
      margin-bottom: 20px;
      width: 100%; }
  .sec04.is-active picture {
    animation: fadeInUpK 0.6s ease 0.5s 1 forwards; }
  .sec04.is-active .data {
    animation: fadeInUpK 0.6s ease 0.7s 1 forwards; }

@media only screen and (max-width: 960px) {
  .sec04 {
    margin-bottom: 0px;
    margin-left: 0;
    padding: 0 0 0 5vw; }
    .sec04 .data {
      background: rgba(250, 250, 250, 0.8);
      backdrop-filter: blur(30px);
      border-radius: 0 60px 0 0;
      display: flex;
      align-items: flex-start;
      align-content: flex-start;
      flex-wrap: wrap;
      min-height: auto;
      min-height: none;
      padding: 40px 7.5vw 12px;
      width: 95%;
      position: relative;
      bottom: auto;
      top: -50px;
      left: -5vw; }
      .sec04 .data .head01 {
        margin-bottom: 16px; } }
.sec05 {
  margin: 0 auto 120px;
  width: 85%; }
  .sec05 .linkFlex {
    display: flex;
    justify-content: space-between; }
    .sec05 .linkFlex .linkFlexBox {
      position: relative;
      width: 46%; }
      .sec05 .linkFlex .linkFlexBox .img {
        box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        overflow: hidden;
        opacity: 0; }
  .sec05 .data {
    background: rgba(250, 250, 250, 0.8);
    backdrop-filter: blur(30px);
    border-radius: 0 60px 0 0;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 70px 20px 0 40px;
    width: 94%;
    position: relative;
    margin-top: -60px;
    left: -40px;
    opacity: 0;
    transform: translate(0px, 30px); }
    .sec05 .data .head01 {
      height: auto;
      margin-bottom: 20px;
      width: 100%; }
  .sec05.is-active .linkFlex .linkFlexBox .img {
    animation: fadeInUpK 0.6s ease 0.5s 1 forwards; }
  .sec05.is-active .data {
    animation: fadeInUpK 0.6s ease 0.7s 1 forwards; }

@media only screen and (max-width: 960px) {
  .sec05 {
    margin: 0 auto 40px;
    width: 100%; }
    .sec05 .linkFlex {
      display: block; }
      .sec05 .linkFlex .linkFlexBox {
        padding-top: 12px;
        width: 100%; }
        .sec05 .linkFlex .linkFlexBox .img {
          box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.05);
          border-radius: 12px;
          overflow: hidden; }
    .sec05 .data {
      background: rgba(250, 250, 250, 0.8);
      backdrop-filter: blur(30px);
      border-radius: 0 60px 0 0;
      display: flex;
      align-items: flex-start;
      align-content: flex-start;
      flex-wrap: wrap;
      min-height: auto;
      min-height: none;
      padding: 40px 7.5vw 12px;
      width: 95%;
      position: relative;
      bottom: auto;
      top: -50px;
      left: -5vw; }
      .sec05 .data .head01 {
        margin-bottom: 16px; } }
