@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.sp_br {
  display: none; }

.tab_br {
  display: none; }

.pc_br {
  display: none; }

@media screen and (max-width: 600px) {
  .sp_br {
    display: inline; } }
@media screen and (min-width: 601px) and (max-width: 768px) {
  .tab_br {
    display: inline; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_br {
    display: inline; } }
h1, h2, h3, h4 {
  line-height: 1.4; }

a.link {
  background: linear-gradient(transparent 90%, #0033AA 80%);
  padding-bottom: 2px;
  color: #0033AA; }
  a.link::after {
    content: "＞";
    margin-left: 1rem; }
  a.link:hover {
    color: #0247E8;
    background: linear-gradient(transparent 90%, #0247E8 80%); }

@media screen and (min-width: 1537px) and (max-width: 1920px) {
  main {
    font-size: clamp(16px, 1.04vw, 18px); } }

main {
  max-width: 1920px;
  margin: 0 auto; }
  main .tab {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    main .tab h2, main .tab a h2 {
      font-size: 2.2rem; }
    main .tab > h2, main .tab a {
      width: 50%;
      background: #CABFA3;
      display: inline-block;
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      color: #fff;
      margin: 0 auto;
      text-align: center;
      line-height: 1.4; }
      main .tab > h2.active, main .tab a.active {
        background: #001B6D;
        padding: 10px 0; }
    main .tab a h2 {
      padding: 10px 0; }
    main .tab a:hover {
      filter: brightness(0.8); }
    @media screen and (max-width: 600px) {
      main .tab {
        flex-direction: column;
        width: 100%; }
        main .tab h2, main .tab a {
          width: 100%; } }
    @media screen and (min-width: 601px) and (max-width: 1024px) {
      main .tab {
        width: 100%; }
        main .tab > h2, main .tab a h2 {
          font-size: clamp(2rem, 3.32vw, 2.2rem); } }
  main section._01 .kv {
    background: url("img/KV1.webp") no-repeat;
    background-size: 100%;
    aspect-ratio: 144/65;
    display: flex;
    align-items: center; }
    main section._01 .kv ._inner {
      width: 80%;
      margin: 0 auto;
      font-family: "Noto Serif JP", serif;
      color: #f5f5f5; }
      main section._01 .kv ._inner h1 {
        font-size: 4rem;
        font-weight: bold;
        color: #CABFA3;
        margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      main section._01 .kv {
        background: url("img/KV1_sp.webp") no-repeat;
        background-size: 100%;
        aspect-ratio: 100/ 150;
        align-items: flex-start;
        padding-top: 40px; }
        main section._01 .kv ._inner {
          width: 90%; }
          main section._01 .kv ._inner h3 {
            font-size: clamp(3rem, 8vw, 4rem); }
          main section._01 .kv ._inner p {
            text-shadow: 0px 0px 10px #001b6d, 0px 0px 10px #001b6d, 0px 0px 10px #001b6d; } }
    @media screen and (min-width: 601px) and (max-width: 768px) {
      main section._01 .kv {
        background: url("img/KV1_sp.webp") no-repeat;
        background-size: 100%;
        aspect-ratio: 1/ 1;
        background-position: 0 bottom;
        align-items: flex-start;
        padding-top: 40px; }
        main section._01 .kv ._inner {
          width: 90%; }
          main section._01 .kv ._inner p {
            font-size: 2rem;
            text-shadow: 0px 0px 10px #001b6d, 0px 0px 10px #001b6d, 0px 0px 10px #001b6d; } }
    @media screen and (min-width: 1537px) and (max-width: 1920px) {
      main section._01 .kv {
        aspect-ratio: 144/63; }
        main section._01 .kv ._inner h3 {
          font-size: clamp(4rem, 2.6vw, 5rem); } }
  main section._01 .colmun {
    background: #000F3D;
    color: #fff;
    padding: 50px 0; }
    main section._01 .colmun .label {
      background: #0033AA;
      position: absolute;
      display: block;
      width: 10%;
      height: 50px; }
    main section._01 .colmun h4 {
      font-family: "Noto Serif JP", serif;
      color: #CABFA3;
      font-size: 3rem;
      font-weight: 500;
      margin-bottom: 20px; }
    main section._01 .colmun .pure-g {
      width: 70%;
      margin: 0 auto;
      gap: 40px;
      flex-direction: row-reverse; }
      main section._01 .colmun .pure-g .pure-u-1-2 {
        width: calc(50% - 20px); }
      main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(1) {
        order: 1; }
      main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(2) {
        order: 2; }
      main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(3) {
        order: 4; }
      main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(4) {
        order: 3; }
      main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(5) {
        order: 5; }
      main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(6) {
        order: 6; }
    @media screen and (max-width: 600px) {
      main section._01 .colmun .label {
        position: relative;
        width: 30%;
        height: 30px; }
      main section._01 .colmun .pure-g {
        width: 90%;
        gap: 20px; }
        main section._01 .colmun .pure-g .pure-u-1-2 {
          width: 100%; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(1) {
          order: 2; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(2) {
          order: 1; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(3) {
          order: 4; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(4) {
          order: 3; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(5) {
          order: 6; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(6) {
          order: 5; } }
    @media screen and (min-width: 601px) and (max-width: 768px) {
      main section._01 .colmun .label {
        position: relative;
        width: 30%;
        height: 30px; }
      main section._01 .colmun .pure-g {
        width: 90%;
        gap: 20px; }
        main section._01 .colmun .pure-g .pure-u-1-2 {
          width: 100%; }
        main section._01 .colmun .pure-g .pure-u-1-2 figure {
          text-align: center; }
          main section._01 .colmun .pure-g .pure-u-1-2 figure img {
            width: 50%; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(1) {
          order: 2; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(2) {
          order: 1; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(3) {
          order: 4; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(4) {
          order: 3; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(5) {
          order: 6; }
        main section._01 .colmun .pure-g .pure-u-1-2:nth-of-type(6) {
          order: 5; } }
    @media screen and (min-width: 1537px) and (max-width: 1920px) {
      main section._01 .colmun h4 {
        font-size: clamp(3rem, 1.95vw, 4rem); } }
  main section._01 .history {
    width: 70%;
    margin: 100px auto; }
    @media screen and (max-width: 600px) {
      main section._01 .history {
        width: 90%;
        margin: 40px auto; } }
    @media screen and (min-width: 601px) and (max-width: 768px) {
      main section._01 .history {
        width: 90%;
        margin: 40px auto; } }
  main section._01 .view {
    background: url("img/view_bg.webp") no-repeat;
    background-size: cover;
    padding: 40px 0; }
    main section._01 .view > .pure-g {
      width: 85%;
      margin-left: auto;
      align-items: center; }
    main section._01 .view h4 {
      font-family: "Noto Serif JP", serif;
      font-size: 3rem;
      font-weight: 500;
      color: #001B6D;
      margin-bottom: 20px; }
    main section._01 .view .comment {
      width: 90%;
      background: #fff;
      padding: 20px 50px;
      margin: 20px 0;
      font-family: "Noto Serif JP", serif;
      font-weight: normal;
      color: #001B6D;
      position: relative; }
      main section._01 .view .comment::before {
        content: '';
        background: url("img/bf.svg") no-repeat;
        background-size: 100%;
        display: block;
        width: 60px;
        height: 50px;
        position: absolute;
        left: -30px; }
      main section._01 .view .comment::after {
        content: '';
        background: url("img/af.svg") no-repeat;
        background-size: 100%;
        display: block;
        width: 60px;
        height: 50px;
        position: absolute;
        right: -30px;
        bottom: 20px; }
    main section._01 .view .pure-g {
      font-family: "Noto Serif JP", serif; }
    main section._01 .view .pure-u-1-6 {
      background: #001B6D;
      color: #fff;
      padding: 20px; }
    main section._01 .view .pure-u-1-4 {
      background: rgba(255, 255, 255, 0.6);
      color: #0033AA;
      padding: 20px 10px 20px 20px;
      font-size: 1.4rem; }
    main section._01 .view .pure-u-7-12 {
      background: rgba(255, 255, 255, 0.6) url("img/point01.webp");
      background-repeat: no-repeat;
      background-size: 20%;
      background-position: center right 0;
      padding: 20px 16% 20px 10px;
      color: #0033AA;
      font-size: 1.4rem; }
    main section._01 .view .name {
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 1.4;
      margin-bottom: 0.5rem; }
    @media screen and (max-width: 600px) {
      main section._01 .view > .pure-g {
        width: 90%;
        margin: 0 auto; }
      main section._01 .view .comment {
        width: 100%;
        padding: 10px 25px; }
        main section._01 .view .comment::before {
          width: 30px;
          height: 25px;
          left: -15px; }
        main section._01 .view .comment::after {
          width: 30px;
          height: 25px;
          right: -15px; }
      main section._01 .view .pure-g .pure-u-1-6, main section._01 .view .pure-g .pure-u-1-4 {
        padding: 10px; }
      main section._01 .view .pure-g .pure-u-7-12 {
        padding: 10px;
        background: rgba(255, 255, 255, 0.6); } }
    @media screen and (min-width: 601px) and (max-width: 1024px) {
      main section._01 .view > .pure-g {
        width: 95%; }
      main section._01 .view .comment {
        width: 100%;
        padding: 10px 25px; }
        main section._01 .view .comment::before {
          width: 30px;
          height: 25px;
          left: -15px; }
        main section._01 .view .comment::after {
          width: 30px;
          height: 25px;
          right: -15px; }
      main section._01 .view .pure-g .pure-u-1-6, main section._01 .view .pure-g .pure-u-1-4 {
        padding: 10px; }
      main section._01 .view .pure-g .pure-u-7-12 {
        padding: 10px 17% 10px 10px; } }
    @media screen and (min-width: 1537px) and (max-width: 1920px) {
      main section._01 .view h4 {
        font-size: clamp(3rem, 1.95vw, 4rem); } }
  main section._01 .from {
    background: url("img/from_bg.webp") no-repeat;
    background-size: 100%;
    aspect-ratio: 32/7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20%;
    color: #001B6D; }
    main section._01 .from > h4 {
      font-family: "Noto Serif JP", serif;
      font-weight: bold;
      font-size: 4rem;
      margin-bottom: 2rem; }
    @media screen and (max-width: 600px) {
      main section._01 .from {
        background: url("img/from_spbg.webp") no-repeat;
        background-size: 100%;
        aspect-ratio: 100/125;
        padding: 0 5%; }
        main section._01 .from h4 {
          text-shadow: 0px -1px 5px white, 0px 1px 5px white, -1px 0px 5px white, 1px 0px 5px white; } }
    @media screen and (min-width: 601px) and (max-width: 1024px) {
      main section._01 .from {
        background: #F3F0EA url("img/from_spbg.webp") no-repeat;
        background-size: 50%;
        aspect-ratio: 100/45;
        padding: 0 5%; }
        main section._01 .from h4 {
          text-shadow: 0px -1px 5px white, 0px 1px 5px white, -1px 0px 5px white, 1px 0px 5px white; } }
    @media screen and (min-width: 1537px) and (max-width: 1920px) {
      main section._01 .from h4 {
        font-size: 4.5rem; } }
  main section._01 .next {
    background: url("img/next_bg.webp") no-repeat;
    background-size: 100%;
    aspect-ratio: 100/22.5;
    display: flex;
    align-items: center;
    color: #fff; }
    main section._01 .next h2 {
      width: 70%;
      margin: 0 auto;
      text-align: left;
      font-family: "Noto Serif JP", serif;
      font-size: 4rem; }
      main section._01 .next h2 > a {
        color: #fff; }
        main section._01 .next h2 > a:hover {
          color: #CABFA3; }
        main section._01 .next h2 > a > span {
          font-size: 3rem; }
        main section._01 .next h2 > a > img {
          vertical-align: middle;
          width: 50px; }
    @media screen and (max-width: 600px) {
      main section._01 .next {
        background: url("img/next_spbg.webp") no-repeat;
        background-size: 100%;
        aspect-ratio: 1/1;
        align-items: flex-start; }
        main section._01 .next h2 {
          width: 90%;
          font-size: 3rem;
          margin: 20px auto; }
          main section._01 .next h2 a span {
            font-size: 2.4rem; } }
    @media screen and (min-width: 601px) and (max-width: 768px) {
      main section._01 .next h2 {
        width: 90%;
        font-size: 3rem;
        margin: 20px auto; }
        main section._01 .next h2 a span {
          font-size: 2.4rem; } }
  main section._02 .kv {
    background: url("img/KV2.webp") no-repeat;
    background-size: 100%;
    aspect-ratio: 144/62.3;
    display: flex;
    align-items: center; }
    main section._02 .kv ._inner {
      padding: 0 0 0 10%;
      font-family: "Noto Serif JP", serif; }
      main section._02 .kv ._inner h1 {
        font-size: 4rem;
        font-weight: bold;
        color: #CABFA3;
        margin-bottom: 20px; }
      main section._02 .kv ._inner p {
        width: 80%;
        color: #f5f5f5; }
    @media screen and (max-width: 600px) {
      main section._02 .kv {
        background: url("img/KV2_sp.webp") no-repeat;
        background-size: 100%;
        aspect-ratio: 100/200;
        align-items: flex-start; }
        main section._02 .kv ._inner h3 {
          width: 100%;
          font-size: clamp(3rem, 8vw, 4rem);
          margin: 40px 0 20px; }
        main section._02 .kv ._inner p {
          width: 100%;
          padding-right: 5%;
          font-size: 1.6rem; } }
    @media screen and (min-width: 601px) and (max-width: 768px) {
      main section._02 .kv {
        background: url("img/KV2_sp.webp") no-repeat;
        background-size: 100%;
        aspect-ratio: 1/1.25;
        background-position: 0 bottom;
        align-items: flex-start; }
        main section._02 .kv ._inner h3 {
          width: 100%;
          font-size: clamp(3rem, 8vw, 4rem);
          margin: 40px 0 20px; }
        main section._02 .kv ._inner p {
          width: 100%;
          padding-right: 5%;
          font-size: 1.6rem; } }
    @media screen and (min-width: 1537px) and (max-width: 1920px) {
      main section._02 .kv ._inner h3 {
        font-size: clamp(4rem, 2.6vw, 5rem); } }
  main section._02 .trace {
    background: linear-gradient(to right, #0029A3 0%, #000F3D 100%);
    font-family: "Noto Serif JP", serif;
    color: #fff;
    padding: 60px 10%; }
    main section._02 .trace h4 {
      font-size: 3rem;
      margin-bottom: 20px; }
    main section._02 .trace .pure-g {
      align-items: center; }
    @media screen and (max-width: 600px) {
      main section._02 .trace {
        padding: 40px 5%; } }
    @media screen and (min-width: 601px) and (max-width: 768px) {
      main section._02 .trace {
        padding: 20px 5%; } }
    @media screen and (min-width: 1537px) and (max-width: 1920px) {
      main section._02 .trace h4 {
        font-size: clamp(3rem, 1.95vw, 4rem); } }
  main section._02 .process01 h4, main section._02 .process02 h4, main section._02 .process03 h4, main section._02 .interview01 h4 {
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    color: #0033AA; }
    @media screen and (max-width: 600px) {
      main section._02 .process01 h4, main section._02 .process02 h4, main section._02 .process03 h4, main section._02 .interview01 h4 {
        margin-bottom: 20px; } }
    @media screen and (min-width: 1537px) and (max-width: 1920px) {
      main section._02 .process01 h4, main section._02 .process02 h4, main section._02 .process03 h4, main section._02 .interview01 h4 {
        font-size: clamp(3rem, 1.95vw, 4rem); } }
  main section._02 .process01 {
    background: #F3F0EA;
    padding: 100px 10%; }
    main section._02 .process01 .grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 20px;
      background: url("img/line.svg") repeat-x, url("img/line.svg") no-repeat;
      background-position: 0 25%, 0 75%;
      background-size: 100% 3px, 55% 3px;
      margin: 30px 0; }
    @media screen and (max-width: 600px) {
      main section._02 .process01 {
        padding: 40px 5%; }
        main section._02 .process01 .grid {
          grid-template-columns: 1fr 1fr;
          gap: 10px;
          background: unset; } }
    @media screen and (min-width: 601px) and (max-width: 768px) {
      main section._02 .process01 {
        padding: 40px 5%; } }
  main section._02 .process02 {
    width: 80%;
    margin: 50px auto; }
    @media screen and (max-width: 600px) {
      main section._02 .process02 {
        width: 90%; }
        main section._02 .process02 .pure-g .pure-u-1-2:nth-of-type(2) {
          text-align: center; }
          main section._02 .process02 .pure-g .pure-u-1-2:nth-of-type(2) img {
            width: 100%; } }
    @media screen and (min-width: 601px) and (max-width: 768px) {
      main section._02 .process02 {
        width: 90%; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      main section._02 .process02 .pure-g .pure-u-1-2:nth-of-type(2) {
        text-align: right; }
        main section._02 .process02 .pure-g .pure-u-1-2:nth-of-type(2) img {
          width: 70%; } }
  main section._02 .process03 {
    background: url("img/process_bg.webp") no-repeat;
    background-size: 100%;
    aspect-ratio: 120/ 47;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40% 0 10%; }
    main section._02 .process03 > figure {
      width: 30%;
      align-self: flex-end; }
    @media screen and (max-width: 600px) {
      main section._02 .process03 {
        background: url("img/process_spbg.webp") no-repeat;
        background-size: 100%;
        aspect-ratio: 100/150;
        justify-content: flex-start;
        padding: 40px 5% 0; }
        main section._02 .process03 figure {
          width: 60%;
          align-self: flex-start; } }
    @media screen and (min-width: 600px) and (max-width: 768px) {
      main section._02 .process03 {
        background-size: cover;
        background-position: center;
        padding: 20px 40% 20px 5%; }
        main section._02 .process03 figure {
          width: 40%; } }
  main section._02 .interview01 {
    background: url("img/interview_bg.webp") no-repeat;
    background-size: cover;
    padding: 40px 0; }
    main section._02 .interview01 h4 {
      width: 80%;
      margin-left: 10%; }
    main section._02 .interview01 > .pure-g {
      width: 90%;
      margin-left: auto;
      align-items: center; }
      main section._02 .interview01 > .pure-g .grid {
        background: #fff;
        padding: 20px 50px;
        margin: 20px 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        position: relative;
        font-family: "Noto Serif JP", serif;
        font-size: 1.4rem;
        color: #001B6D; }
        main section._02 .interview01 > .pure-g .grid::before {
          content: '';
          background: url("img/bf.svg") no-repeat;
          background-size: 100%;
          display: block;
          width: 60px;
          height: 50px;
          position: absolute;
          left: -30px;
          top: 20px; }
        main section._02 .interview01 > .pure-g .grid::after {
          content: '';
          background: url("img/af.svg") no-repeat;
          background-size: 100%;
          display: block;
          width: 60px;
          height: 50px;
          position: absolute;
          right: -30px;
          bottom: 20px; }
      main section._02 .interview01 > .pure-g .pure-u-1-6 {
        background: #0033AA;
        color: #fff;
        padding: 20px;
        align-self: stretch; }
      main section._02 .interview01 > .pure-g .pure-u-2-3 {
        background: linear-gradient(90deg, white, rgba(245, 245, 245, 0.1) 50%), url("img/point02.webp");
        background-repeat: no-repeat;
        background-size: 100%, 30%;
        background-position: bottom right 0;
        padding: 20px;
        color: #0033AA; }
    @media screen and (max-width: 600px) {
      main section._02 .interview01 {
        padding: 30px 0; }
        main section._02 .interview01 h4 {
          width: 90%;
          font-size: 2rem;
          margin: 0 auto; }
        main section._02 .interview01 > .pure-g {
          width: 90%;
          margin: 0 auto; }
          main section._02 .interview01 > .pure-g .grid {
            width: 100%;
            padding: 30px 20px;
            grid-template-columns: 1fr;
            row-gap: 20px; }
            main section._02 .interview01 > .pure-g .grid::before {
              width: 30px;
              height: 25px;
              left: -15px; }
            main section._02 .interview01 > .pure-g .grid::after {
              width: 30px;
              height: 25px;
              right: -15px; }
          main section._02 .interview01 > .pure-g .pure-u-1-6 {
            padding: 10px; }
          main section._02 .interview01 > .pure-g .pure-u-2-3 {
            background: #fff;
            padding: 10px; } }
    @media screen and (min-width: 601px) and (max-width: 1024px) {
      main section._02 .interview01 {
        padding: 30px 0; }
        main section._02 .interview01 h4 {
          width: 90%;
          font-size: 2.4rem;
          margin-left: 5%; }
        main section._02 .interview01 > .pure-g {
          width: 95%; }
          main section._02 .interview01 > .pure-g .grid {
            width: 100%;
            padding: 30px 20px;
            grid-template-columns: 1fr;
            row-gap: 20px; }
            main section._02 .interview01 > .pure-g .grid::before {
              width: 30px;
              height: 25px;
              left: -15px; }
            main section._02 .interview01 > .pure-g .grid::after {
              width: 30px;
              height: 25px;
              right: -15px; }
          main section._02 .interview01 > .pure-g .pure-g .pure-u-1-6 {
            padding: 10px; }
          main section._02 .interview01 > .pure-g .pure-g .pure-u-1-2 {
            background: #fff;
            padding: 10px; } }
  main section._02 .interview02 {
    background: #F3F0EA;
    padding: 50px 0; }
    main section._02 .interview02 h4 {
      font-family: "Noto Serif JP", serif;
      font-size: 4rem;
      color: #486284; }
    main section._02 .interview02 > .pure-g {
      width: 60%;
      margin: 0 auto; }
      main section._02 .interview02 > .pure-g > .pure-u-1-2 {
        align-self: center; }
    main section._02 .interview02 .movie {
      background: #fff;
      border-radius: 50px;
      width: 50%;
      margin: 50px auto;
      padding: 2.5%; }
      main section._02 .interview02 .movie iframe {
        width: 100%;
        aspect-ratio: 16/9; }
    @media screen and (max-width: 600px) {
      main section._02 .interview02 h3 {
        font-size: 3rem; }
      main section._02 .interview02 .pure-g {
        width: 90%; }
      main section._02 .interview02 .movie {
        width: 95%;
        border-radius: 10px;
        margin: 20px auto; } }
    @media screen and (min-width: 600px) and (max-width: 1024px) {
      main section._02 .interview02 .pure-g {
        width: 90%; }
      main section._02 .interview02 .movie {
        width: 80%;
        border-radius: 10px;
        margin: 20px auto; } }
    @media screen and (min-width: 1537px) and (max-width: 1920px) {
      main section._02 .interview02 h4 {
        font-size: 4.5rem; } }
  main section .contact {
    background: #000f3f url("img/contact_bg.webp") no-repeat;
    background-size: 100%;
    aspect-ratio: 100/20.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem; }
    main section .contact .btn {
      background: #D9C52D;
      border-radius: 30px;
      padding: 10px 100px;
      margin: 30px 0;
      color: #001B6D;
      font-weight: bold; }
      main section .contact .btn:hover {
        color: #0033AA; }
    main section .contact > a {
      color: #fff; }
      main section .contact > a:hover {
        color: #CABFA3;
        transform: translateY(-3px); }
    @media screen and (max-width: 600px) {
      main section .contact {
        background: url("img/contact_spbg.webp") no-repeat;
        background-size: 100%;
        aspect-ratio: 1/1;
        font-size: 1.6rem; }
        main section .contact .btn {
          width: 90%;
          border-radius: 50px;
          padding: 10px 0;
          text-align: center; } }
    @media screen and (min-width: 601px) and (max-width: 1024px) {
      main section .contact {
        background-position: bottom right;
        padding: 30px 0; } }
  main section .cooperate {
    margin: 25px 0;
    color: #0033AA;
    text-align: center; }
