@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;700&display=swap");
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  background-color: #fff;
  color: #212529;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  overflow-wrap: anywhere; /* Allows breaking within words to prevent overflow */
  word-break: normal; /* Uses default line break rules */
  line-break: strict; /* Applies strict line-breaking rules suitable for Japanese text */
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem;
  margin-top: 0;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: none;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 0rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #000000;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #000000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  background: #fff;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
}
.siteHeader.corporate {
  height: 12.3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader.corporate {
    height: 7.6rem;
  }
}
.siteHeader__inner {
  width: 100%;
  max-width: 149rem;
  height: 100%;
  padding: 0 2.5rem;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.siteHeader__inner > :nth-child(1) {
  width: 23.8rem;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.siteHeader__innerSp {
  width: 100%;
  max-width: 149rem;
  height: 7.6rem;
  padding: 0 2.1rem 0 2.3rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.siteHeader__innerSp > :nth-child(2) {
  width: 4.1rem;
  height: 4.1rem;
  padding: 1.35rem 1.1rem;
  border-radius: 0.5rem;
  background-color: #194892;
}
.siteHeader__lining {
  z-index: 20;
}
.siteHeader__lining div {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 0.1rem;
  background: #fff;
}
.siteHeader__lining > :nth-child(1) {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
.siteHeader__lining > :nth-child(2) {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.siteHeader__lining > :nth-child(3) {
  -webkit-transform: translateY(1.1rem);
          transform: translateY(1.1rem);
}
.siteHeader__lining.active > :nth-child(1) {
  width: 1.9rem;
  -webkit-transform: translate(0rem, 0.66rem) rotate(45deg);
          transform: translate(0rem, 0.66rem) rotate(45deg);
}
.siteHeader__lining.active > :nth-child(2) {
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  width: 0;
}
.siteHeader__lining.active > :nth-child(3) {
  width: 1.9rem;
  -webkit-transform: translate(0, 0.5rem) rotate(-45deg);
          transform: translate(0, 0.5rem) rotate(-45deg);
}
.siteHeader__navSp {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background: #194892;
  position: fixed;
  top: 0;
  left: 100%;
  gap: 2rem;
  padding: 5.6rem 3.2rem 4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.siteHeader__navSp.active {
  left: 0;
}
.siteHeader__itemsNavSp {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .siteHeader__itemsNavSp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__itemsNavSp {
    font-size: 1.8rem;
  }
}
.siteHeader__navMenu {
  gap: 1.6rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.siteHeader__navMenu p::before {
  content: "▼";
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  display: inline-block;
}
.siteHeader__navMenu p.active::before {
  content: "▲";
}
.siteHeader__navMenu a {
  display: block;
  margin: 0 0 0.8rem 6rem;
}
.siteHeader__navMenu div > :last-child {
  margin: 0 0 0 6rem;
}
.siteHeader .siteHeader__itemsMenuItems {
  display: none;
}
.siteHeader .btn__btnLink {
  margin: 2rem 0 0;
}
.siteHeader__logo {
  width: 100%;
  margin: 2.3rem 0 0;
}
@media screen and (max-width: 768px) {
  .siteHeader__logo {
    width: 13.2rem;
    margin: 0;
  }
}
.siteHeader__utility {
  width: 100%;
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .siteHeader__utility {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    position: fixed;
    bottom: 0;
  }
}
.siteHeader__utility.corporate {
  margin: 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__utility.corporate {
    margin: 0;
  }
}
.siteHeader__buttonTop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 4.3rem;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: #fff;
  line-height: 1;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .siteHeader__buttonTop {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__buttonTop {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__buttonTop {
    width: 50%;
    border-radius: 0;
    min-height: 4.87rem;
    padding: 0;
  }
}
.siteHeader__buttonTop.blue01 {
  background: #0B244B;
}
.siteHeader__buttonTop.blue02 {
  background: #194892;
}
.siteHeader__icon01 {
  width: 1.6rem;
  height: 1.7rem;
}
.siteHeader__icon02 {
  width: 1.46rem;
}
.siteHeader__nav {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.siteHeader__nav.corporate {
  gap: 4.5rem;
}
.siteHeader__navBtn {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .siteHeader__navBtn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__navBtn {
    font-size: 1.6rem;
  }
}
.siteHeader__navBtn.corporate::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M4.763.8A1,1,0,0,1,6.237.8l3.227,3.52A1,1,0,0,1,8.727,6H2.273a1,1,0,0,1-.737-1.676Z' transform='translate(11 6) rotate(180)' fill='%23194892'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 0.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -1rem;
  left: 50%;
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  background: #0B244B;
}
.siteFooter__inner {
  max-width: 114rem;
  height: 100%;
  margin: 0 auto 0;
  padding: 7.5rem 0 8.7rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__inner {
    padding: 5.7rem 0 4.4rem;
  }
}
.siteFooter__content {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.siteFooter__content > :nth-child(1) {
  width: calc(100% - 74rem);
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__content > :nth-child(1) {
    width: 100%;
  }
}
.siteFooter__content > :nth-child(2) {
  width: 74rem;
  gap: 4.4rem;
  padding: 0 1rem 0 4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .siteFooter__content > :nth-child(2) {
    display: none;
  }
}
.siteFooter__content > :nth-child(2) .siteFooter__nav {
  width: 50%;
}
.siteFooter__allRightReserve {
  margin: 8rem 0 0;
  padding: 0 2.1rem 0 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .siteFooter__allRightReserve {
    margin: 3.7rem 0 0;
    gap: 3.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.siteFooter__allRightReserve > :nth-child(1) {
  font-size: 1.2rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.siteFooter__allRightReserve > :nth-child(1) a {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #fff;
}
.siteFooter__allRightReserve > :nth-child(2) {
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .siteFooter__allRightReserve > :nth-child(2) {
    font-size: 1rem;
  }
}
.siteFooter .atags {
  color: #fff !important;
}
.siteFooter__logoFooter {
  width: 23.7rem;
  display: block;
  margin: 0 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__logoFooter {
    width: 17rem;
    margin: 0 auto 1.5rem;
  }
}
.siteFooter__address {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #fff;
  margin: 0 0 2.5rem;
}
.siteFooter__address a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .siteFooter__address {
    text-align: center;
    font-size: 1.5rem;
  }
}
.siteFooter__navTtle {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  padding: 0 0 1.3rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.siteFooter__navTtle::before {
  content: "";
  height: 0.1rem;
  width: 6.8rem;
  background: #fff;
  position: absolute;
  bottom: -0.07rem;
  left: 0;
}
.siteFooter__navParentChild {
  gap: 1.4rem;
  margin: 2rem 0 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.siteFooter__navChild {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #fff;
}
.siteFooter__navParentTtle {
  gap: 2.4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent.corporate {
  padding-top: 12.3rem;
}
@media screen and (max-width: 768px) {
  .siteContent.corporate {
    padding-top: 7.6rem;
  }
}
/*-----------------------------------------------
Button Arrow
------------------------------------------------*/
.btn.flexEnd {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.btn.flexCenter {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .btn.sp-flexCenter {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.btn__btnLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 1.5rem 3rem 1.5rem 3.124rem;
  color: #fff;
  border-radius: 0.5rem;
  gap: 4.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .btn__btnLink {
    padding: 0.9rem 2.15rem 0.9rem 2.15rem;
    gap: 2.2rem;
    letter-spacing: -0.01em;
  }
}
.btn__btnLink::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.5' height='3.886' viewBox='0 0 27.5 3.886'%3E%3Cg id='Group_198' data-name='Group 198' transform='translate(-173.5 -25.057)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M7.467,2.563,15,6.449H7.467Z' transform='translate(186 22.494)' fill='%23fff'/%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' width='22' height='1' transform='translate(173.5 27.943)' fill='%23fff'/%3E%3Cpath id='Rectangle_5_-_Outline' data-name='Rectangle 5 - Outline' d='M0,0H22V1H0Z' transform='translate(173.5 27.943)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 2.7rem;
  height: 0.4rem;
  position: relative;
}
.btn__btnLink.bgWhite {
  background: #fff;
  color: #0B244B;
}
.btn__btnLink.bgWhite::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.5' height='3.886' viewBox='0 0 27.5 3.886'%3E%3Cg id='Group_199' data-name='Group 199' transform='translate(-173.5 -25.057)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M7.467,2.563,15,6.449H7.467Z' transform='translate(186 22.494)' fill='%230b244b'/%3E%3Cpath id='Rectangle_5' data-name='Rectangle 5' d='M0,0H22V1H0Z' transform='translate(173.5 27.943)' fill='%230a244b'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn__btnLink.bgBlue01 {
  background: #0B244B;
}
.btn__btnLink.bgBlue02 {
  background: #194892;
}

/*-----------------------------------------------
Button PDF and LINK
------------------------------------------------*/
.btnPDF.flexEnd {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.btnPDF.flexCenter {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .btnPDF.sp-flexCenter {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.btnPDF__btnLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 1rem 2rem 1rem 2.5rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #0B244B;
  gap: 3.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .btnPDF__btnLink {
    padding: 0.9rem 2.15rem 0.9rem 2.15rem;
    gap: 2.2rem;
    letter-spacing: -0.01em;
  }
}
.btnPDF__btnLink::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.5' height='20.5' viewBox='0 0 20.5 20.5'%3E%3Cpath id='Union_1' data-name='Union 1' d='M-8873.939-252.868a1.921,1.921,0,0,1-1.928-1.929v-8.071a.549.549,0,0,1,.535-.536.549.549,0,0,1,.536.536v8.071a.869.869,0,0,0,.856.857h16.107a.87.87,0,0,0,.857-.857v-8.071a.549.549,0,0,1,.535-.536.583.583,0,0,1,.572.536v8.071a1.921,1.921,0,0,1-1.929,1.929Zm8.072-5.25a.534.534,0,0,1-.393-.143l-4.715-4.75a.519.519,0,0,1,0-.75.518.518,0,0,1,.75,0l3.821,3.821v-12.393a.549.549,0,0,1,.536-.536.549.549,0,0,1,.535.536v12.393l3.822-3.821a.517.517,0,0,1,.749,0,.519.519,0,0,1,0,.75l-4.714,4.714a.039.039,0,0,0-.009.009.539.539,0,0,1-.384.169Z' transform='translate(8876.117 273.118)' fill='%23fff' stroke='%23fff' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  min-width: 2rem;
  min-height: 2rem;
}
.btnPDF__btnLink.link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20.002' viewBox='0 0 20 20.002'%3E%3Cpath id='Union_2' data-name='Union 2' d='M-15683.133-2092a.867.867,0,0,1-.867-.867v-18.265a.867.867,0,0,1,.867-.867h7.568a.867.867,0,0,1,.867.867.867.867,0,0,1-.867.867h-6.7v16.53h16.53v-6.663a.867.867,0,0,1,.867-.867.868.868,0,0,1,.868.867v7.53a.868.868,0,0,1-.868.867Zm8.521-9.388a.865.865,0,0,1,0-1.227l7.65-7.653h-3.976a.868.868,0,0,1-.868-.867.868.868,0,0,1,.868-.867h6.105a.327.327,0,0,1,.049,0h.007l.058.007a.01.01,0,0,0,.008,0,.653.653,0,0,1,.12.029.723.723,0,0,1,.118.048l0,0a.955.955,0,0,1,.1.063l.009.007a.309.309,0,0,1,.046.034l0,0,.038.036.01.01a.307.307,0,0,1,.039.039s0,0,0,0l.034.041.007.01a.845.845,0,0,1,.065.1s0,0,0,0a.793.793,0,0,1,.053.111v0a.813.813,0,0,1,.036.118.008.008,0,0,1,0,.007.918.918,0,0,1,.017.118v.012a.416.416,0,0,1,0,.06v6.017a.868.868,0,0,1-.868.867.867.867,0,0,1-.867-.867v-3.923l-7.648,7.651a.873.873,0,0,1-.614.253A.866.866,0,0,1-15674.612-2101.386Z' transform='translate(15684 2112)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

/*-----------------------------------------------
SWIPER TOP PAGE
------------------------------------------------*/
.swiperContainerTopPage {
  height: 100%;
  position: relative;
}
.swiperContainerTopPage__wrapper {
  height: 100%;
  border-radius: 1rem;
}
.swiperContainerTopPage__slide {
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.swiperContainerTopPage__pagination {
  margin: -4rem 0 0;
  z-index: 2;
  width: 100%;
  gap: 1rem;
  position: absolute;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiperContainerTopPage__pagination > .swiper-horizontal > .swiper-pagination-bullets, .swiperContainerTopPage .swiper-pagination-bullets.swiper-pagination-horizontal, .swiperContainerTopPage .swiper-pagination-custom, .swiperContainerTopPage .swiper-pagination-fraction {
  bottom: 2.5rem;
  z-index: 10;
}
.swiperContainerTopPage__pagination > .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  outline: none;
  background: rgba(225, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .swiperContainerTopPage__pagination > .swiper-pagination-bullet {
    display: none;
  }
}
.swiperContainerTopPage__pagination > .swiper-pagination-bullet-active {
  background: #fff;
}

/*-----------------------------------------------
SWIPER MINI
------------------------------------------------*/
.swiperMini {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.swiperMini__wrapper {
  height: 100%;
  border-radius: 1rem;
}
.swiperMini__slide {
  height: 100%;
}
.swiperMini__pagination {
  margin: 3.5rem 0 0;
  gap: 0.2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiperMini__pagination > .swiper-horizontal > .swiper-pagination-bullets, .swiperMini .swiper-pagination-bullets.swiper-pagination-horizontal, .swiperMini .swiper-pagination-custom, .swiperMini .swiper-pagination-fraction {
  z-index: 10;
}
.swiperMini__pagination > .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(11, 36, 75, 0.8);
}
@media screen and (max-width: 768px) {
  .swiperMini__pagination > .swiper-pagination-bullet {
    display: none;
  }
}
.swiperMini__pagination > .swiper-pagination-bullet-active {
  background: #0B244B;
}

/*-----------------------------------------------
CARD
------------------------------------------------*/
.cardContent {
  width: 100%;
}
.cardContent img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10.75;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .cardContent img {
    aspect-ratio: 16/10.3;
  }
}
.cardContent__ttle {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 2rem 0 1.2rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .cardContent__ttle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cardContent__ttle {
    font-size: 1.8rem;
  }
}
.cardContent__ttle.align-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cardContent__ttle {
    margin: 1.5rem 0 0.5rem;
    letter-spacing: -0.01em;
  }
}
.cardContent__subTtle {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .cardContent__subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cardContent__subTtle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cardContent__subTtle {
    letter-spacing: -0.01em;
    text-align: center;
  }
}

/*-----------------------------------------------
CARD COMPANIES
------------------------------------------------*/
.cardCompanies {
  max-width: 154rem;
  margin: 0 auto;
  padding: 0 20rem 0 0;
  gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .cardCompanies {
    gap: 4.6rem;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cardCompanies > :nth-child(1) {
  width: 82.62rem;
}
@media screen and (max-width: 768px) {
  .cardCompanies > :nth-child(1) {
    width: 100%;
  }
}
.cardCompanies > :nth-child(2) {
  width: 45.9rem;
}
@media screen and (max-width: 768px) {
  .cardCompanies > :nth-child(2) {
    width: 100%;
    padding: 0 2.1rem 0 2rem;
  }
}
.cardCompanies__picture {
  width: 100%;
  display: block;
}
.cardCompanies__img {
  width: 100%;
  height: 48.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .cardCompanies__img {
    width: 35.5rem;
    height: 25.91rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cardCompanies__ttle {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .cardCompanies__ttle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cardCompanies__ttle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cardCompanies__ttle {
    text-align: center;
    margin: 0 0 3rem;
    letter-spacing: 0;
  }
}
.cardCompanies__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 0 0 5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .cardCompanies__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cardCompanies__desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cardCompanies__desc {
    letter-spacing: 0;
    margin: 0 0 3rem;
  }
}
.cardCompanies__btnParent {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .cardCompanies__btnParent {
    margin: 0 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cardCompanies__btnParent02 {
    width: 33.21rem;
  }
  .cardCompanies__btnParent02 .btn__btnLink {
    width: 100%;
  }
}

/*-----------------------------------------------
CARD Recruit
------------------------------------------------*/
.cardRecruit {
  max-width: 134.6rem;
  min-height: 48.6rem;
  margin: 14.6rem auto 15rem;
  background: #1D1E1F;
  border-radius: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1345px) {
  .cardRecruit {
    margin: 14.6rem 2.3rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .cardRecruit {
    margin: 9.86rem 2.3rem 8.8rem 2.1rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 1rem;
    overflow: hidden;
  }
}
.cardRecruit__picture {
  width: 100%;
  display: block;
}
.cardRecruit > :nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cardRecruit > :nth-child(1) {
    width: 100%;
  }
}
.cardRecruit > :nth-child(2) {
  width: 50%;
  padding: 2rem 8.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cardRecruit > :nth-child(2) {
    width: 100%;
    padding: 3rem 1.6rem 3rem 1.9rem;
  }
}
.cardRecruit > :nth-child(2) img {
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  width: 23rem;
  height: 16rem;
  position: absolute;
  top: -5rem;
  left: -6rem;
}
@media screen and (max-width: 768px) {
  .cardRecruit > :nth-child(2) img {
    width: 14.9rem;
    height: 10.3rem;
    top: -4.6rem;
    left: 1rem;
  }
}
.cardRecruit__img {
  width: 100%;
  height: 48.6rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .cardRecruit__img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 19.1rem;
  }
}
.cardRecruit__ttle {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.69;
  color: #fff;
  margin: 0 0 4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .cardRecruit__ttle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cardRecruit__ttle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cardRecruit__ttle {
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 0.8rem;
  }
}
.cardRecruit__subTtle {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #fff;
  margin: 0 0 3rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .cardRecruit__subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cardRecruit__subTtle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cardRecruit__subTtle {
    letter-spacing: 0;
    margin: 0 0 2rem;
    line-height: 1.9;
  }
}

/*-----------------------------------------------
SWIPER CARD BOTTOM
------------------------------------------------*/
.swiperCardBottom {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 5rem 10rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.5rem;
}
.swiperCardBottom img {
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .swiperCardBottom {
    padding: 0 0 8rem;
  }
  .swiperCardBottom img {
    height: 23.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiperCardBottom .cardContent__ttle {
    font-size: 2.2rem;
  }
  .swiperCardBottom .cardContent__subTtle {
    font-size: 1.2rem;
    line-height: 2.55 !important;
  }
}

/*-----------------------------------------------
CONTENT HEADER
------------------------------------------------*/
.contentHeader {
  min-height: 63rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentHeader {
    min-height: 57.2rem;
  }
}
.contentHeader__imgBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.contentHeader__inner {
  max-width: 112rem;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding: 20rem 0 24.6rem;
}
@media screen and (max-width: 768px) {
  .contentHeader__inner {
    padding: 21.4rem 2.1rem;
  }
}
.contentHeader__ttle {
  font-size: 6rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contentHeader__ttle {
    font-size: 4rem;
    letter-spacing: -0.01em;
  }
}
.contentHeader__subTtle {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .contentHeader__subTtle {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    margin: 0 0 3rem;
  }
}
.contentHeader__breadCrumbs {
  position: relative;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contentHeader__breadCrumbs div {
  width: 4rem;
  height: 0.1rem;
  border-bottom: 0.1rem solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentHeader__breadCrumbs div {
    width: 2.7rem;
  }
}
.contentHeader__bcTxt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contentHeader__bcTxt {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
}

/*====================================================================
topPageFvSec
====================================================================*/
.topPageFvSec .contentPageSec01 {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.topPageFvSec .contentPageSec01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}
.topPageFvSec .contentPageSec02 {
  position: relative;
}
.topPageFvSec .contentPageSec02__geo1 {
  width: 57.2rem;
  height: 56.5rem;
  position: absolute;
  top: 4rem;
  left: -10rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02__geo1 {
    width: 36.4rem;
    height: 38.6rem;
    top: 38rem;
    left: -4rem;
  }
}
.topPageFvSec .contentPageSec02__geo2 {
  width: 78.7rem;
  height: 88.8rem;
  position: absolute;
  top: 52rem;
  right: -1rem;
  z-index: -1;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02__geo2 {
    width: 47.4rem;
    height: 51.6rem;
    top: 100rem;
    right: -15rem;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01 {
  max-width: 114rem;
  margin: 5.9rem auto 9.3rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01 {
    margin: 4.2rem 0 0;
    padding: 0 2rem 0;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__content {
    gap: 3.4rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__content > :nth-child(1) {
  width: 17.5rem;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__content > :nth-child(1) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__content > :nth-child(2) {
  width: calc(100% - 17.5rem);
  padding: 0 0 0 7.5rem;
  gap: 2.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__content > :nth-child(2) {
    width: 100%;
    padding: 0;
    gap: 1.9rem;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__newsItems {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 0 0 2.1rem;
  gap: 3rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsItems {
    padding: 0 0 1.8rem;
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__newsItems > :nth-child(1) {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 3.2rem;
  margin: 0.3rem 0 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsItems > :nth-child(1) {
    width: 100%;
    gap: 1.6rem;
    margin: 0 0 0.9rem;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__newsItems > :nth-child(2) {
  width: auto;
  padding: 0.2rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsItems > :nth-child(2) {
    width: 100%;
    padding: 0;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__subTtleSec1 {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #194892;
  margin: 0 0 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__subTtleSec1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__subTtleSec1 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__subTtleSec1 {
    margin: 0;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__ttleSec1 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__ttleSec1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__ttleSec1 {
    font-size: 2.4rem;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__newsDate {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0.3rem 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsDate {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsDate {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsDate {
    margin: 0.2rem 0 0;
    letter-spacing: 0.01em;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__categList {
  gap: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.topPageFvSec .contentPageSec02 .contentChildSec01__newsCategory {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 1.8rem;
  line-height: 1.41;
  background: #0B244B;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsCategory {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsCategory {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsCategory {
    padding: 0.3rem 1.3rem;
    min-width: 0 !important;
    letter-spacing: -0.01em;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__newsCategory.blue01 {
  background: #0B244B;
}
.topPageFvSec .contentPageSec02 .contentChildSec01__newsCategory.blue02 {
  background: #194892;
}
.topPageFvSec .contentPageSec02 .contentChildSec01__newsTxt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsTxt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsTxt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsTxt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    letter-spacing: 0.01em;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec01__newsBtn {
  margin: 3.2rem 0 0;
  padding: 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec01__newsBtn {
    padding: 0;
    margin: 2.6rem 0 0;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec02 {
  max-width: 154rem;
  min-height: 58.1rem;
  margin: 0 auto;
  padding: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02 {
    gap: 4.7rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 9.12rem 0 0;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec02__left {
  width: 32.3rem;
  margin: 0 7.8rem 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__left {
    width: 23.86rem;
    margin: 0;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec02__left img {
  width: 100%;
  height: 27.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__left img {
    height: 15.9rem;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec02__center {
  width: 42.4rem;
  margin: 0 7.4rem 0 0;
  padding: 6.3rem 0 0;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__center {
    width: 100%;
    max-resolution: 0;
    padding: 0 2.3rem 0 2rem;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec02__right {
  width: 64.1rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__right {
    width: 100%;
    padding: 0 0 0 2rem;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec02__right img {
  width: 100%;
  height: 45.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__right img {
    height: 25.4rem;
    width: 35.6rem;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec02__ttle {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin: 0 0 4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__ttle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__ttle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__ttle {
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin: 0 0 3.3rem;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec02__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 0 0 5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec02__desc {
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 3.2rem;
    line-height: 1.94;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec03 {
  margin: -0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec03 {
    margin: 9.3rem 0 0;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec03__ttleParent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec03__ttleParent {
    margin: 0 auto 3.5rem;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec03__subTtle {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
  color: #194892;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec02 .contentChildSec03__subTtle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec03__subTtle {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec03__subTtle {
    margin: 0;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec03__ttle {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec02 .contentChildSec03__ttle {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec03__ttle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec03__ttle {
    letter-spacing: 0.01em;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec03__swiperMini {
  position: relative;
}
.topPageFvSec .contentPageSec02 .contentChildSec03 .swiper-button-prev-mini {
  z-index: 2;
  position: absolute;
  top: 7.8rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec03 .swiper-button-prev-mini {
    display: none;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec03 .swiper-button-prev-mini img {
  width: 4.6rem;
  height: 7.6rem;
}
.topPageFvSec .contentPageSec02 .contentChildSec03 .swiper-button-next-mini {
  z-index: 2;
  position: absolute;
  top: 7.8rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec02 .contentChildSec03 .swiper-button-next-mini {
    display: none;
  }
}
.topPageFvSec .contentPageSec02 .contentChildSec03 .swiper-button-next-mini img {
  width: 4.6rem;
  height: 7.6rem;
}
.topPageFvSec .contentPageSec03 {
  padding: 7.4rem 0 19.4rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03 {
    padding: 5.4rem 0 9.4rem;
  }
}
.topPageFvSec .contentPageSec03__inner {
  max-width: 114rem;
  margin: 0 auto;
}
.topPageFvSec .contentPageSec03__ttle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0 0 1rem;
  margin: 0 auto 4.1rem;
  text-align: center;
  border-bottom: 0.2rem dotted #000000;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec03__ttle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__ttle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__ttle {
    letter-spacing: 0;
    margin: 0 auto 2.8rem;
  }
}
.topPageFvSec .contentPageSec03__lists {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  -ms-grid-columns: minmax(0, 1fr) 3rem minmax(0, 1fr) 3rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 0.9rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__lists {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.7rem;
    padding: 0 2rem;
  }
}
.topPageFvSec .contentPageSec03__cardLeft {
  width: 100%;
  min-height: 14.4rem;
  background: #0B244B;
  padding: 2.3rem 0 1.5rem;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__cardLeft {
    min-height: 11rem;
    padding: 2.3rem 0 0.9rem;
  }
}
.topPageFvSec .contentPageSec03__cardLeft img {
  width: 9.8rem;
  height: 18rem;
  position: absolute;
  bottom: -4.5rem;
  right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__cardLeft img {
    width: 6rem;
    height: 10.8rem;
    bottom: -1rem;
    right: 5.8rem;
  }
}
.topPageFvSec .contentPageSec03__cardLeft::after, .topPageFvSec .contentPageSec03__cardCenter::after, .topPageFvSec .contentPageSec03__cardRight::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.186' height='8.441' viewBox='0 0 15.186 8.441'%3E%3Cpath id='Path_801' data-name='Path 801' d='M-.6-1.652a.84.84,0,0,0,1.192,0L7.348-8.4a.84.84,0,0,0,0-1.192.843.843,0,0,0-1.192,0L0-3.442-6.152-9.6a.84.84,0,0,0-1.192,0,.843.843,0,0,0,0,1.192L-.6-1.652Z' transform='translate(7.591 9.845)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 3rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__cardLeft::after, .topPageFvSec .contentPageSec03__cardCenter::after, .topPageFvSec .contentPageSec03__cardRight::after {
    top: 1.2rem;
  }
}
.topPageFvSec .contentPageSec03__cardCenter {
  width: 100%;
  min-height: 14.4rem;
  background: #194892;
  padding: 2.3rem 0 1.5rem;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__cardCenter {
    min-height: 11rem;
    padding: 2.3rem 0 0.9rem;
  }
}
.topPageFvSec .contentPageSec03__cardCenter img {
  width: 6.4rem;
  height: 12.5rem;
  position: absolute;
  bottom: -4.5rem;
  right: 0.4rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__cardCenter img {
    width: 4.3rem;
    height: 8.4rem;
    left: 4rem;
    right: 0;
    bottom: 4.5rem;
  }
}
.topPageFvSec .contentPageSec03__cardRight {
  width: 100%;
  min-height: 14.4rem;
  background: #1D1E1F;
  padding: 2.3rem 0 1.5rem;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__cardRight {
    min-height: 11rem;
    padding: 2.3rem 0 0.9rem;
  }
}
.topPageFvSec .contentPageSec03__cardRight img {
  width: 12.1rem;
  height: 16.4rem;
  position: absolute;
  top: -14.5rem;
  right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__cardRight img {
    width: 9rem;
    height: 12.3rem;
    top: 0;
    right: -1.2rem;
  }
}
.topPageFvSec .contentPageSec03__ttleCard {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 0 -0.2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec03__ttleCard {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__ttleCard {
    font-size: 2.2rem;
  }
}
.topPageFvSec .contentPageSec03__ttleCard span {
  font-size: 1.8rem;
  display: block;
  margin: 0.5rem 1.1rem 0 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec03__ttleCard span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__ttleCard span {
    font-size: 1.4rem;
  }
}
.topPageFvSec .contentPageSec03__descCard {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .topPageFvSec .contentPageSec03__descCard {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec03__descCard {
    font-size: 1.4rem;
  }
}
.topPageFvSec .contentPageSec04 {
  position: relative;
}
.topPageFvSec .contentPageSec04__geo1 {
  width: 89.8rem;
  height: 88.3rem;
  position: absolute;
  z-index: -1;
  top: 23rem;
  left: -7rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSec .contentPageSec04__geo1 {
    width: 44.4rem;
    height: 46.6rem;
    top: 41rem;
    left: -12rem;
  }
}

.maintenanceFvSec .contentPageSec01 {
  max-width: 149rem;
  margin: 0 auto;
  padding: 10rem 2.5rem 10rem;
}
@media screen and (max-width: 768px) {
  .maintenanceFvSec .contentPageSec01 {
    padding: 7.8rem 2.1rem 3.6rem;
  }
}
.maintenanceFvSec .contentPageSec01__ttle {
  font-size: 5rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #194892;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .maintenanceFvSec .contentPageSec01__ttle {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .maintenanceFvSec .contentPageSec01__ttle {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .maintenanceFvSec .contentPageSec01__ttle {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
.maintenanceFvSec .contentPageSec01__subTtle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .maintenanceFvSec .contentPageSec01__subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .maintenanceFvSec .contentPageSec01__subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .maintenanceFvSec .contentPageSec01__subTtle {
    font-size: 1.4rem;
    margin: 0 0 3.5rem;
  }
}
.maintenanceFvSec .contentPageSec01__desc {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 0 15rem 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .maintenanceFvSec .contentPageSec01__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .maintenanceFvSec .contentPageSec01__desc {
    font-size: 1.6rem;
  }
}
.maintenanceFvSec .contentPageSec01__desc span {
  display: inline-block;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .maintenanceFvSec .contentPageSec01__desc {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
    padding: 0;
  }
  .maintenanceFvSec .contentPageSec01__desc span {
    display: inline-block;
    margin: 1rem 0 0;
  }
}

.CPFvSec .contentPageSec01 {
  max-width: 149rem;
  margin: 0 auto;
  padding: 10rem 2.5rem 10rem;
  gap: 5rem;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01 {
    padding: 7.8rem 2.1rem 10rem;
    gap: 0;
  }
}
.CPFvSec .contentPageSec01__geo {
  width: 74.1rem;
  height: 77.7rem;
  z-index: -1;
  position: absolute;
  top: 50rem;
  right: -16rem;
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01__geo {
    display: none;
  }
}
.CPFvSec .contentPageSec01__img01 {
  width: 58.8rem;
  display: block;
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01__img01 {
    width: 100%;
    margin: 3.5rem 0 5rem;
  }
}
.CPFvSec .contentPageSec01__img02 {
  width: 73.6rem;
  display: block;
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01__img02 {
    width: 100%;
    margin: 4.3rem 0 5.8rem;
  }
}
.CPFvSec .contentPageSec01__img03 {
  width: 63.2rem;
  display: block;
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01__img03 {
    width: 100%;
    margin: 3.5rem 0;
  }
}
.CPFvSec .contentPageSec01__content {
  padding: 0 15rem 0;
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01__content {
    padding: 0;
  }
}
.CPFvSec .contentPageSec01__ttle {
  font-size: 4rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin: 0 0 5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .CPFvSec .contentPageSec01__ttle {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01__ttle {
    font-size: 4rem;
  }
}
.CPFvSec .contentPageSec01__ttle.line {
  font-size: 2.2rem;
  border-bottom: 0.1rem solid #1D1E1F;
  padding: 0 0 1rem;
  margin: 0 15rem 2rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .CPFvSec .contentPageSec01__ttle.line {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01__ttle.line {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01__ttle {
    font-size: 1.8rem;
    margin: 0 0 3.5rem;
    letter-spacing: 0;
  }
  .CPFvSec .contentPageSec01__ttle.line {
    font-size: 1.8rem;
    margin: 0 0 3.5rem;
  }
}
.CPFvSec .contentPageSec01__desc {
  font-size: 1.6rem;
  letter-spacing: 0.045em;
  line-height: 2;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .CPFvSec .contentPageSec01__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec01__desc {
    font-size: 1.4rem;
    line-height: 2.1;
    letter-spacing: 0;
    margin: 0 0 5rem;
  }
  .CPFvSec .contentPageSec01__desc .img-01 {
    width: 100%;
    height: 100%;
  }
}
.CPFvSec .contentPageSec02 {
  max-width: 149rem;
  margin: 0 auto;
  padding: 0 2.5rem 10rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.4rem minmax(0, 1fr) 2.4rem minmax(0, 1fr) 2.4rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec02 {
    padding: 0 2.1rem 10rem;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3.5rem;
  }
}
.CPFvSec .contentPageSec02__ttle {
  font-size: 2.4rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .CPFvSec .contentPageSec02__ttle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec02__ttle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec02__ttle {
    font-size: 1.8rem;
  }
}
.CPFvSec .contentPageSec02__subTtle {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .CPFvSec .contentPageSec02__subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec02__subTtle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .CPFvSec .contentPageSec02__subTtle {
    font-size: 1.5rem;
  }
}

.privacyPolicyFvSec .contentPageSec01 {
  max-width: 149rem;
  margin: 0 auto;
  padding: 10rem 2.5rem 9rem;
}
@media screen and (max-width: 768px) {
  .privacyPolicyFvSec .contentPageSec01 {
    padding: 7.8rem 2.1rem 10rem;
  }
}
.privacyPolicyFvSec .contentPageSec01__ttle {
  font-size: 5rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #194892;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .privacyPolicyFvSec .contentPageSec01__ttle {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .privacyPolicyFvSec .contentPageSec01__ttle {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .privacyPolicyFvSec .contentPageSec01__ttle {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
.privacyPolicyFvSec .contentPageSec01__subTtle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .privacyPolicyFvSec .contentPageSec01__subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .privacyPolicyFvSec .contentPageSec01__subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .privacyPolicyFvSec .contentPageSec01__subTtle {
    font-size: 1.4rem;
    margin: 0 0 3.5rem;
  }
}
.privacyPolicyFvSec .contentPageSec01__desc {
  font-size: 1.6rem;
  letter-spacing: 0.045em;
  line-height: 2;
  padding: 0 15rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .privacyPolicyFvSec .contentPageSec01__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .privacyPolicyFvSec .contentPageSec01__desc {
    font-size: 1.6rem;
  }
}
.privacyPolicyFvSec .contentPageSec01__desc .first__cont {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .privacyPolicyFvSec .contentPageSec01__desc {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
    padding: 0;
  }
}
.privacyPolicyFvSec .contentPageSec01__descRight {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: right;
  margin: 4.2rem 0 0;
  padding: 0 15rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .privacyPolicyFvSec .contentPageSec01__descRight {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .privacyPolicyFvSec .contentPageSec01__descRight {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .privacyPolicyFvSec .contentPageSec01__descRight {
    line-height: 1.8;
    letter-spacing: 0;
    margin: 4.8rem 0 0;
    padding: 0;
  }
}
.privacyPolicyFvSec .contentPageSec01__p {
  display: block;
  font-weight: bold;
  margin: 0 0 1rem;
}

.legalNoticeFvSec a {
  color: #0B244B;
  text-decoration: underline;
}
.legalNoticeFvSec a:hover {
  text-decoration: none;
}
.legalNoticeFvSec .contentPageSec01 {
  max-width: 149rem;
  margin: 0 auto;
  padding: 10rem 2.5rem 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .legalNoticeFvSec .contentPageSec01 {
    padding: 7.8rem 2.1rem 10rem;
  }
}
.legalNoticeFvSec .contentPageSec01__imgGeo {
  width: 83rem;
  height: 89.3rem;
  z-index: -1;
  position: absolute;
  top: 96rem;
  right: -48rem;
}
@media screen and (max-width: 768px) {
  .legalNoticeFvSec .contentPageSec01__imgGeo {
    display: none;
  }
}
.legalNoticeFvSec .contentPageSec01__ttle {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0 0 5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .legalNoticeFvSec .contentPageSec01__ttle {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .legalNoticeFvSec .contentPageSec01__ttle {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .legalNoticeFvSec .contentPageSec01__ttle {
    font-size: 1.8rem;
    margin: 0 0 3.5rem;
    letter-spacing: 0;
  }
}
.legalNoticeFvSec .contentPageSec01__lists {
  padding: 0 15rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.legalNoticeFvSec .contentPageSec01__lists > :last-child {
  border-bottom: 1px solid #1A4892;
}
@media screen and (max-width: 768px) {
  .legalNoticeFvSec .contentPageSec01__lists {
    padding: 0;
  }
}
.legalNoticeFvSec .contentPageSec01__items {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4rem 0 3.4rem;
  gap: 2rem;
  border-top: 1px solid #1A4892;
}
.legalNoticeFvSec .contentPageSec01__items > :nth-child(1) {
  width: 30rem;
  font-weight: bold;
  position: relative;
}
.legalNoticeFvSec .contentPageSec01__items > :nth-child(1)::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Ccircle id='Ellipse_101' data-name='Ellipse 101' cx='4.5' cy='4.5' r='4.5' fill='%23194892'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
.legalNoticeFvSec .contentPageSec01__items > :nth-child(2) {
  width: calc(100% - 30rem);
}
@media screen and (max-width: 768px) {
  .legalNoticeFvSec .contentPageSec01__items {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.1rem;
    padding: 2.5rem 0;
  }
  .legalNoticeFvSec .contentPageSec01__items > :nth-child(1) {
    width: 100%;
  }
  .legalNoticeFvSec .contentPageSec01__items > :nth-child(2) {
    width: 100%;
  }
}
.legalNoticeFvSec .contentPageSec01__desc {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .legalNoticeFvSec .contentPageSec01__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .legalNoticeFvSec .contentPageSec01__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .legalNoticeFvSec .contentPageSec01__desc {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.aboutProductFvSec .contentPageSec01__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 6.4rem 5rem 10rem;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__inner {
    padding: 3.8rem 2.4rem 7.6rem;
  }
}
.aboutProductFvSec .contentPageSec01__header {
  max-width: 114rem;
  margin: 0 auto;
}
.aboutProductFvSec .contentPageSec01__ttle {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .aboutProductFvSec .contentPageSec01__ttle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__ttle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__ttle {
    font-size: 2.2rem;
    margin: 0 0 1.6rem;
  }
}
.aboutProductFvSec .contentPageSec01__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .aboutProductFvSec .contentPageSec01__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__desc {
    font-size: 1.5rem;
  }
}
.aboutProductFvSec .contentPageSec01__lists {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 36, 75, 0.55)), color-stop(#0B244B), color-stop(#0B244B), to(#0B244B));
  background-image: linear-gradient(to bottom, rgba(11, 36, 75, 0.55), #0B244B, #0B244B, #0B244B);
  gap: 4.56rem;
  margin: 5.4rem 0 0;
  padding: 6rem 8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__lists {
    margin: 3.3rem 0 0;
    padding: 2.8rem 2rem 5.4rem;
    gap: 5rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 36, 75, 0.55)), color-stop(8%, #0B244B), color-stop(50%, #0B244B), to(#0B244B));
    background-image: linear-gradient(to bottom, rgba(11, 36, 75, 0.55) 0%, #0B244B 8%, #0B244B 50%, #0B244B);
  }
}
.aboutProductFvSec .contentPageSec01__img {
  width: 100%;
  height: 39.5rem;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__img {
    height: 10rem;
  }
}
.aboutProductFvSec .contentPageSec01__items {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.aboutProductFvSec .contentPageSec01__div1 {
  width: 20rem;
  padding-right: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__div1 {
    display: block;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.aboutProductFvSec .contentPageSec01__div2 {
  width: 76rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__div2 {
    display: block;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.aboutProductFvSec .contentPageSec01__div3 {
  width: 22.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__div3 {
    display: block;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.aboutProductFvSec .contentPageSec01__itemsTtle {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .aboutProductFvSec .contentPageSec01__itemsTtle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__itemsTtle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__itemsTtle {
    font-size: 1.8rem;
    margin: 0 0 1.3rem;
  }
}
.aboutProductFvSec .contentPageSec01__itemsDesc {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .aboutProductFvSec .contentPageSec01__itemsDesc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__itemsDesc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__itemsDesc {
    letter-spacing: 0;
    margin: 0 0 2rem;
    line-height: 1.9;
  }
}
.aboutProductFvSec .contentPageSec01__itemsViewAll {
  width: 13rem;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 0.5rem;
  border: 0.1rem solid #fff;
  text-align: center;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .aboutProductFvSec .contentPageSec01__itemsViewAll {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__itemsViewAll {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec01__itemsViewAll {
    padding: 0.6em 2rem;
  }
}
.aboutProductFvSec .contentPageSec02__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 5rem 12rem;
  gap: 7.8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__inner {
    padding: 0 2.4rem 8rem;
  }
}
.aboutProductFvSec .contentPageSec02__categoriesLeft {
  width: 31.2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 0.1rem solid #EAEAEA;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__categoriesLeft {
    width: 100%;
  }
}
.aboutProductFvSec .contentPageSec02__contentRight {
  width: 95rem;
  gap: 14rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__contentRight {
    width: 100%;
    gap: 3rem;
  }
}
.aboutProductFvSec .contentPageSec02__categ {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  border-top: 0.1rem solid #EAEAEA;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .aboutProductFvSec .contentPageSec02__categ {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__categ {
    font-size: 1.6rem;
  }
}
.aboutProductFvSec .contentPageSec02__categ.selected {
  background: #0B244B;
  color: #fff;
  border-radius: 0.5rem;
  border: none;
}
.aboutProductFvSec .contentPageSec02__itemsTtle {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0 0 2.2rem;
  border-bottom: 0.2rem dotted #000000;
  margin: 0 0 3.8rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .aboutProductFvSec .contentPageSec02__itemsTtle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__itemsTtle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__itemsTtle {
    font-size: 1.8rem;
    padding: 0 2rem 1.1rem 0;
    margin: 0 0 2.7rem;
    position: relative;
  }
  .aboutProductFvSec .contentPageSec02__itemsTtle::after {
    content: "";
    width: 2rem;
    height: 0.1rem;
    background: #000000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 35%;
  }
  .aboutProductFvSec .contentPageSec02__itemsTtle::before {
    content: "";
    width: 2rem;
    height: 0.1rem;
    background: #000000;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
    position: absolute;
    right: 0;
    top: 35%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .aboutProductFvSec .contentPageSec02__itemsTtle.show::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__itemsCLists {
    display: none;
  }
}
.aboutProductFvSec .contentPageSec02__itemsCardsLists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5.9rem 2.5rem;
  padding: 0 0 5rem;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__itemsCardsLists {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5.7rem;
  }
}
.aboutProductFvSec .contentPageSec02__itemsCardsItems {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.aboutProductFvSec .contentPageSec02__itemsCardsTtle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .aboutProductFvSec .contentPageSec02__itemsCardsTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__itemsCardsTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__itemsCardsTtle {
    text-align: center;
    margin: 1.9rem 0 1rem;
    letter-spacing: 0;
    cursor: pointer;
  }
}
.aboutProductFvSec .contentPageSec02__itemsCardsImg {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 0.5rem;
  display: block;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__itemsCardsImg {
    margin: 0;
    height: 11.5rem;
    border-radius: 1rem;
  }
}
.aboutProductFvSec .contentPageSec02__itemsCardsDesc {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 0 0 2.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .aboutProductFvSec .contentPageSec02__itemsCardsDesc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__itemsCardsDesc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__itemsCardsDesc {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    margin: 0px 0px 3.6rem;
    line-height: 1.75;
  }
}
.aboutProductFvSec .contentPageSec02__itemsCardsBtn .btn {
  width: 20rem;
}
.aboutProductFvSec .contentPageSec02__itemsCardsBtn a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aboutProductFvSec .contentPageSec02__itemsCardsBtn {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutProductFvSec .contentPageSec02__itemsCardsBtn .btn {
    width: 19rem;
  }
}

.catalogFvSec .ttleContent {
  max-width: 114rem;
  margin: 6.4rem auto;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .catalogFvSec .ttleContent {
    margin: 2.9rem auto 7.4rem;
    gap: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.catalogFvSec .ttleContent img {
  width: 12.1rem;
  height: 16.4rem;
}
.catalogFvSec .ttleContent__subTtle {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  color: #194892;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .catalogFvSec .ttleContent__subTtle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .ttleContent__subTtle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .ttleContent__subTtle {
    text-align: center;
  }
}
.catalogFvSec .ttleContent__ttle {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 0 0 0.4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .catalogFvSec .ttleContent__ttle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .ttleContent__ttle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .ttleContent__ttle {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.catalogFvSec .contentPageSec__inner {
  max-width: 114rem;
  margin: 6.4rem auto 9rem;
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__inner {
    margin: 3.2rem 2.4rem 11.5rem;
  }
}
.catalogFvSec .contentPageSec__ttle {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0 0 2.4rem;
  margin: 0 0 4.8rem;
  border-bottom: 0.1rem dotted #000000;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .catalogFvSec .contentPageSec__ttle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__ttle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__ttle {
    font-size: 1.8rem;
    text-align: center;
    padding: 0 0 1.1rem;
    margin: 0 0 3rem;
  }
}
.catalogFvSec .contentPageSec__lists {
  gap: 6rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__lists {
    gap: 3rem;
  }
}
.catalogFvSec .contentPageSec__items {
  gap: 8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__items {
    gap: 1.6rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.catalogFvSec .contentPageSec__img {
  width: 44rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__img {
    width: 100%;
    height: 100%;
  }
}
.catalogFvSec .contentPageSec__content {
  width: -18rem;
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__content {
    width: 100%;
  }
}
.catalogFvSec .contentPageSec__ttleItems {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .catalogFvSec .contentPageSec__ttleItems {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__ttleItems {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__ttleItems {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.77;
    margin: 0 0 1.6rem;
  }
}
.catalogFvSec .contentPageSec__ttleSingle {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .catalogFvSec .contentPageSec__ttleSingle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__ttleSingle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__ttleSingle {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.77;
    margin: 0 0 1.6rem;
  }
}
.catalogFvSec .contentPageSec__PDF {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__PDF {
    padding: 0;
  }
}
.catalogFvSec .contentPageSec__subsItems {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 0 0 6.6rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .catalogFvSec .contentPageSec__subsItems {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__subsItems {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__subsItems {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0 0 2.9rem;
  }
}
.catalogFvSec .contentPageSec__btnParent .btnPDF {
  width: 27.1rem;
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__btnParent .btnPDF {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__btnParent .btnPDF__btnLink {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .catalogFvSec .contentPageSec__btnParent {
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.gradeFvSec .ttleHeader__header {
  max-width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gradeFvSec .ttleHeader__header {
    margin: 3.8rem 2.4rem;
  }
}
.gradeFvSec .ttleHeader__ttle {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .gradeFvSec .ttleHeader__ttle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .gradeFvSec .ttleHeader__ttle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .gradeFvSec .ttleHeader__ttle {
    font-size: 2.2rem;
    margin: 0 0 1.6rem;
  }
}
.gradeFvSec .ttleHeader__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .gradeFvSec .ttleHeader__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .gradeFvSec .ttleHeader__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .gradeFvSec .ttleHeader__desc {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
  }
}
.gradeFvSec .contentPageSec01__inner {
  max-width: 114rem;
  margin: 5.3rem auto 11rem;
  border-top: 0.1rem dotted #000000;
  padding: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__inner {
    margin: 7rem 2.4rem;
    padding: 2.7rem 0 0;
  }
}
.gradeFvSec .contentPageSec01__lists {
  gap: 3.7rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__lists {
    gap: 5.6rem;
  }
}
.gradeFvSec .contentPageSec01__itemsContent {
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__itemsContent {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.gradeFvSec .contentPageSec01__itemsContent > :nth-child(1) {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__itemsContent > :nth-child(1) {
    width: 100%;
  }
}
.gradeFvSec .contentPageSec01__itemsContent > :nth-child(2) {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__itemsContent > :nth-child(2) {
    width: 100%;
  }
}
.gradeFvSec .contentPageSec01__itemsContent > :nth-child(3) {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__itemsContent > :nth-child(3) {
    width: 100%;
  }
}
.gradeFvSec .contentPageSec01__itemsContent > :nth-child(3) .btn__btnLink {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__itemsContent > :nth-child(3) .btn__btnLink {
    width: 19.7rem;
  }
}
.gradeFvSec .contentPageSec01__itemsTtle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .gradeFvSec .contentPageSec01__itemsTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__itemsTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__itemsTtle {
    text-align: center;
    margin: 0.8rem 0;
    letter-spacing: 0;
  }
}
.gradeFvSec .contentPageSec01 img {
  width: 100%;
  height: 12.1rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01 img {
    height: 11.6rem;
  }
}
.gradeFvSec .contentPageSec01__itemsDesc {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin: 0 0 2rem;
  line-height: 2.28;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .gradeFvSec .contentPageSec01__itemsDesc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__itemsDesc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .gradeFvSec .contentPageSec01__itemsDesc {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    line-height: 1.98;
    margin: 0 0 2.2rem;
  }
}

.newsFvSec .contentPage01__inner {
  max-width: 153.9rem;
  margin: 8.8rem auto 9.4rem;
  padding: 0 4.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__inner {
    margin: 6.5rem auto 9.4rem;
    padding: 0 2rem;
  }
}
.newsFvSec .contentPage01__icon {
  width: 55.2rem;
  height: 58.5rem;
  z-index: -1;
  position: absolute;
  bottom: -42.3rem;
  left: -10rem;
}
.newsFvSec .contentPage01__ttle {
  font-size: 8rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #2B569A;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPage01__ttle {
    font-size: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__ttle {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__ttle {
    font-size: 2.6rem;
  }
}
.newsFvSec .contentPage01__subTtle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: -1.5rem 0 6.3rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPage01__subTtle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__subTtle {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin: 0.2rem 0 0.2rem;
  }
}
.newsFvSec .contentPage01__lists {
  max-width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__lists {
    margin: 0 0.7rem;
  }
}
.newsFvSec .contentPage01__items {
  gap: 3rem;
  padding: 2.4rem 0 2.2rem;
  border-bottom: 0.1rem solid #EAEAEA;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__items {
    gap: 0.6rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 3rem 0 0.8rem;
  }
}
.newsFvSec .contentPage01__items > :nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 3rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__items > :nth-child(1) {
    width: 100%;
    margin: 0;
    gap: 1.8rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.newsFvSec .contentPage01__items > :nth-child(2) {
  width: auto;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__items > :nth-child(2) {
    width: 100%;
  }
}
.newsFvSec .contentPage01__date {
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.04em;
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPage01__date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__date {
    font-size: 1.4rem;
  }
}
.newsFvSec .contentPage01__categList {
  gap: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.newsFvSec .contentPage01__categ {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  background: #0B244B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPage01__categ {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__categ {
    font-size: 1.2rem;
  }
}
.newsFvSec .contentPage01__categ.blue01 {
  background: #0B244B;
}
.newsFvSec .contentPage01__categ.blue02 {
  background: #194892;
}
.newsFvSec .contentPage01__desc {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPage01__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPage01__desc {
    letter-spacing: -0.01em;
  }
}
.newsFvSec .contentPageSingle {
  /* Table of Contents */
  /* Top-level TOC items (Level 1 only) */
  /* All nested TOC items (Level 2, 3, 4, 5, ...) */
}
.newsFvSec .contentPageSingle .marginBottom-50 {
  margin: 0 0 5rem;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .marginBottom-50 {
    margin: 0 0 4rem;
  }
}
.newsFvSec .contentPageSingle .marginBottom-40 {
  margin: 0 0 4rem;
}
.newsFvSec .contentPageSingle .marginBottom-35 {
  margin: 0 0 3.5rem;
}
.newsFvSec .contentPageSingle__inner {
  max-width: 153.9rem;
  margin: 8.8rem auto 9.4rem;
  padding: 0 4.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle__inner {
    margin: 6.5rem auto 9.4rem;
    padding: 0 2rem;
  }
}
.newsFvSec .contentPageSingle__ttle {
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 1.8rem;
  border: none !important;
  padding: 0 !important;
  text-align: left !important;
}
@media screen and (min-width: 769px) {
  .newsFvSec .contentPageSingle__ttle {
    font-size: 4rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle__ttle {
    font-size: 4.2rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .newsFvSec .contentPageSingle__ttle {
    font-size: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle__ttle {
    font-size: 2rem !important;
    margin: 0 0 1.2rem;
    letter-spacing: -0.06em;
    text-align: center;
  }
}
.newsFvSec .contentPageSingle__listsCateg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.8rem;
  margin: 0 0 4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle__listsCateg {
    gap: 1.1rem;
    margin: 0 0 2rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsFvSec .contentPageSingle__itemsCateg {
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 0.5rem;
  margin: 0 !important;
  padding: 0.5rem 2rem !important;
}
@media screen and (min-width: 769px) {
  .newsFvSec .contentPageSingle__itemsCateg {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle__itemsCateg {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .newsFvSec .contentPageSingle__itemsCateg {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle__itemsCateg {
    font-size: 1rem !important;
    margin: 0 0 2rem;
  }
}
.newsFvSec .contentPageSingle__itemsCateg.blue01 {
  background: #0B244B;
}
.newsFvSec .contentPageSingle__itemsCateg.blue02 {
  background: #194892;
}
.newsFvSec .contentPageSingle__content {
  max-width: 90rem;
  margin: 0 auto;
}
.newsFvSec .contentPageSingle h1 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  background: #194892;
  padding: 1.6rem 4rem;
  margin: 0 0 4rem;
  color: #fff;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle h1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle h1 {
    font-size: 2rem;
    padding: 1rem 1.6rem;
  }
}
.newsFvSec .contentPageSingle h2 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0 0 0.8rem;
  margin: 0 0 3.5rem;
  border-bottom: 0.1rem solid #1A4892;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle h2 {
    font-size: 2rem;
    padding: 0 0 1.3rem;
  }
}
.newsFvSec .contentPageSingle h3 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0 0 0.8rem;
  margin: 0 0 3.5rem;
  border-bottom: 0.1rem solid #1A4892;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle h3 {
    font-size: 1.6rem;
    padding: 0 0 1.3rem;
  }
}
.newsFvSec .contentPageSingle p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 0 3.5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle p {
    font-size: 1.2rem;
    line-height: 1.41;
  }
}
.newsFvSec .contentPageSingle img {
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 5rem;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle img {
    margin: 0 0 4rem;
  }
}
.newsFvSec .contentPageSingle__btn {
  margin: 8rem 0 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle__btn {
    margin: 7rem 0 0;
  }
}
.newsFvSec .contentPageSingle ol {
  padding: 0;
  border-bottom: 0.1rem solid #000000;
  list-style: none;
  padding-bottom: 3rem;
}
.newsFvSec .contentPageSingle ul {
  list-style: none;
}
.newsFvSec .contentPageSingle iframe {
  width: 100%;
}
.newsFvSec .contentPageSingle .wp-block-table {
  margin: 0 0 5rem;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-table {
    margin: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-table table {
    border-bottom: 0.1rem solid #1A4892;
  }
}
.newsFvSec .contentPageSingle .wp-block-table thead {
  border: 0;
}
.newsFvSec .contentPageSingle .wp-block-table th {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 1rem 0 !important;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle .wp-block-table th {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-table th {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-table th {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
}
.newsFvSec .contentPageSingle .wp-block-table tr {
  border-top: 0.1rem solid #1A4892;
  border-bottom: 0.1rem solid #1A4892;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-table tr {
    display: block;
    padding: 2.5rem 0;
    border-bottom: none;
  }
}
.newsFvSec .contentPageSingle .wp-block-table tr > :nth-child(1) {
  gap: 1.6rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-table tr > :nth-child(1) {
    gap: 1rem;
  }
}
.newsFvSec .contentPageSingle .wp-block-table tr > :nth-child(1)::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Ccircle id='Ellipse_37' data-name='Ellipse 37' cx='4.5' cy='4.5' r='4.5' fill='%23194892'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-table tr > :nth-child(1)::before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.newsFvSec .contentPageSingle .wp-block-table td, .newsFvSec .contentPageSingle .wp-block-table th {
  border: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 4rem 2rem 4rem 0;
  vertical-align: top;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle .wp-block-table td, .newsFvSec .contentPageSingle .wp-block-table th {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-table td, .newsFvSec .contentPageSingle .wp-block-table th {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-table td, .newsFvSec .contentPageSingle .wp-block-table th {
    width: 100% !important;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    padding: 0;
    gap: 1rem;
    display: block !important;
  }
}
.newsFvSec .contentPageSingle .wp-block-list {
  padding: 0 0 0 2rem;
  margin: 0 0 5rem;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-list {
    padding: 0 0 0 1rem;
    margin: 0 0 4rem;
  }
}
.newsFvSec .contentPageSingle .wp-block-list > li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 0.5rem 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle .wp-block-list > li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-list > li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-list > li {
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    margin: 0 0 0.5rem;
  }
}
.newsFvSec .contentPageSingle .wp-block-list > li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Ccircle id='Ellipse_37' data-name='Ellipse 37' cx='4.5' cy='4.5' r='4.5' fill='%23194892'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-list > li::before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.newsFvSec .contentPageSingle .wp-block-details {
  cursor: pointer;
  border-bottom: 0.1rem solid #1A4892;
}
.newsFvSec .contentPageSingle .wp-block-details summary {
  font-size: 2rem;
  padding: 4rem 3rem 3.7rem 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  list-style: none !important;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle .wp-block-details summary {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-details summary {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-details summary {
    padding: 2.5rem 0.5rem 2.5rem 1rem;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.7;
    gap: 2.2rem;
  }
}
.newsFvSec .contentPageSingle .wp-block-details summary::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath id='Polygon_2' data-name='Polygon 2' d='M6,0l6,8H0Z' transform='translate(12 8) rotate(180)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 1.2rem;
  min-height: 1.2rem;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  margin-left: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-details summary::after {
    margin: 0;
  }
}
.newsFvSec .contentPageSingle .wp-block-details summary.show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.newsFvSec .contentPageSingle .wp-block-details p {
  padding: 4rem 3rem 4rem 2rem;
  background: #F8F8F8;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
  display: none;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle .wp-block-details p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-details p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-details p {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.7;
    padding: 2.5rem 3.8rem 2.5rem 1rem;
  }
}
.newsFvSec .contentPageSingle .wp-block-buttons {
  margin: 0 0 5rem;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-buttons {
    margin: 0 0 4rem;
  }
}
.newsFvSec .contentPageSingle .wp-block-buttons .bgWhite a {
  background-color: #fff;
  color: #0B244B;
}
.newsFvSec .contentPageSingle .wp-block-buttons .bgWhite a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.5' height='3.886' viewBox='0 0 27.5 3.886'%3E%3Cg id='Group_199' data-name='Group 199' transform='translate(-173.5 -25.057)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M7.467,2.563,15,6.449H7.467Z' transform='translate(186 22.494)' fill='%230b244b'/%3E%3Cpath id='Rectangle_5' data-name='Rectangle 5' d='M0,0H22V1H0Z' transform='translate(173.5 27.943)' fill='%230a244b'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.newsFvSec .contentPageSingle .wp-block-buttons .bgBlue01 a {
  background-color: #194892;
}
.newsFvSec .contentPageSingle .wp-block-buttons a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 1.5rem 3rem 1.5rem 3.124rem;
  color: #fff;
  background-color: #0B244B;
  border-radius: 0.5rem;
  gap: 4.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .wp-block-buttons a {
    padding: 0.9rem 2.15rem 0.9rem 2.15rem;
    gap: 2.2rem;
    letter-spacing: -0.01em;
  }
}
.newsFvSec .contentPageSingle .wp-block-buttons a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.5' height='3.886' viewBox='0 0 27.5 3.886'%3E%3Cg id='Group_198' data-name='Group 198' transform='translate(-173.5 -25.057)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M7.467,2.563,15,6.449H7.467Z' transform='translate(186 22.494)' fill='%23fff'/%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' width='22' height='1' transform='translate(173.5 27.943)' fill='%23fff'/%3E%3Cpath id='Rectangle_5_-_Outline' data-name='Rectangle 5 - Outline' d='M0,0H22V1H0Z' transform='translate(173.5 27.943)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 2.7rem;
  height: 0.4rem;
  position: relative;
}
.newsFvSec .contentPageSingle #ez-toc-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0.1rem solid #1A4892;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle #ez-toc-container {
    margin-bottom: 4rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle #ez-toc-container nav {
    padding: 0 1.6rem;
  }
}
.newsFvSec .contentPageSingle .ez-toc-title-container > .ez-toc-title {
  width: 100% !important;
  display: block !important;
  font-size: 2.6rem !important;
  font-weight: bold !important;
  letter-spacing: 0.06em !important;
  padding: 0 0 2rem !important;
  margin: 0 0 1rem !important;
  border-bottom: 0.1rem solid #1A4892 !important;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle .ez-toc-title-container > .ez-toc-title {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .ez-toc-title-container > .ez-toc-title {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .ez-toc-title-container > .ez-toc-title {
    font-size: 2rem !important;
    padding: 0 0 0.8rem !important;
    margin: 0 !important;
  }
}
.newsFvSec .contentPageSingle .ez-toc-list.ez-toc-list-level-1 > li > a {
  font-weight: bold !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle .ez-toc-list.ez-toc-list-level-1 > li > a {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .ez-toc-list.ez-toc-list-level-1 > li > a {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .ez-toc-list.ez-toc-list-level-1 > li > a {
    font-size: 1.4rem !important;
  }
}
.newsFvSec .contentPageSingle .ez-toc-list.ez-toc-list-level-1 li li > a {
  font-weight: normal !important;
  font-size: 1.6rem !important;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .newsFvSec .contentPageSingle .ez-toc-list.ez-toc-list-level-1 li li > a {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .ez-toc-list.ez-toc-list-level-1 li li > a {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 768px) {
  .newsFvSec .contentPageSingle .ez-toc-list.ez-toc-list-level-1 li li > a {
    font-size: 1.4rem !important;
  }
}
.newsFvSec .contentPageSingle div#ez-toc-container ul li, .newsFvSec .contentPageSingle div#ez-toc-container ul li a {
  line-height: 1.2;
}

.qaFvSec .contentPage01__inner {
  max-width: 153.9rem;
  margin: 8.8rem auto 10rem;
  padding: 0 4.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__inner {
    margin: 6.5rem auto 9.4rem;
    padding: 0 2rem;
  }
}
.qaFvSec .contentPage01__icon {
  width: 55.2rem;
  height: 58.5rem;
  z-index: -1;
  position: absolute;
  bottom: 63.7rem;
  left: -10rem;
}
.qaFvSec .contentPage01__ttle {
  font-size: 8rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #2B569A;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .qaFvSec .contentPage01__ttle {
    font-size: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__ttle {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__ttle {
    font-size: 2.6rem;
  }
}
.qaFvSec .contentPage01__subTtle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: -1.5rem 0 8.6rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .qaFvSec .contentPage01__subTtle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__subTtle {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin: 0.2rem 0 4.2rem;
  }
}
.qaFvSec .contentPage01__content {
  max-width: 114rem;
  margin: 0 auto;
}
.qaFvSec .contentPage01__listsParent {
  gap: 6rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.qaFvSec .contentPage01__contentTtle {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .qaFvSec .contentPage01__contentTtle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__contentTtle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__contentTtle {
    font-size: 1.8rem;
    padding: 0.6rem 1.8rem;
    letter-spacing: 0;
  }
}
.qaFvSec .contentPage01__contentTtle.blue01 {
  background: #0B244B;
}
.qaFvSec .contentPage01__contentTtle.blue02 {
  background: #194892;
}
.qaFvSec .contentPage01__items {
  border-bottom: 0.1rem solid #1A4892;
}
.qaFvSec .contentPage01__itemsP {
  padding: 4rem 3rem 3.7rem 2rem;
  gap: 1rem;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__itemsP {
    padding: 2.5rem 0.5rem 2.5rem 1.8rem;
    gap: 2.2rem;
  }
}
.qaFvSec .contentPage01__itemsP::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath id='Polygon_2' data-name='Polygon 2' d='M6,0l6,8H0Z' transform='translate(12 8) rotate(180)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 1.2rem;
  min-height: 1.2rem;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: relative;
}
.qaFvSec .contentPage01__itemsP.show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.qaFvSec .contentPage01__qD {
  gap: 0.7rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__qD {
    gap: 0.6rem;
  }
}
.qaFvSec .contentPage01__qD p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .qaFvSec .contentPage01__qD p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__qD p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__qD p {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
}
.qaFvSec .contentPage01__aD {
  gap: 0.7rem;
  padding: 4rem 3rem 4rem 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__aD {
    padding: 2.5rem 3.8rem 2.5rem 1.8rem;
    gap: 0.6rem;
  }
}
.qaFvSec .contentPage01__aD > :nth-child(1) {
  font-weight: bold !important;
}
.qaFvSec .contentPage01__aD p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .qaFvSec .contentPage01__aD p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__aD p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .qaFvSec .contentPage01__aD p {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.7;
  }
}

.environmentFvSec .contentSecPage01 h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.environmentFvSec .contentSecPage01 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01 h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .environmentFvSec .contentSecPage01 h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
}
.environmentFvSec .contentSecPage01__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 6.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__inner {
    padding: 4.1rem 2.4rem 0;
  }
}
.environmentFvSec .contentSecPage01__ttle {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .environmentFvSec .contentSecPage01__ttle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__ttle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__ttle {
    font-size: 2.2rem;
    margin: 0 0 1.7rem;
    letter-spacing: -0.01em;
  }
}
.environmentFvSec .contentSecPage01__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .environmentFvSec .contentSecPage01__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__desc {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    line-height: 2.5;
  }
}
.environmentFvSec .contentSecPage01 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 6.4rem 0 6.4rem;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01 img {
    margin: 3.7rem 0 3.7rem;
    height: 23rem;
    border-radius: 1rem;
  }
}
.environmentFvSec .contentSecPage01__flex1 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex1 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.environmentFvSec .contentSecPage01__flex1 img {
  width: 63%;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex1 img {
    width: 50%;
    height: 100%;
  }
}
.environmentFvSec .contentSecPage01__flex1 > :nth-child(1) {
  width: 75%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .environmentFvSec .contentSecPage01__flex1 > :nth-child(1) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex1 > :nth-child(1) {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex1 > :nth-child(1) {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    line-height: 2.5;
  }
}
.environmentFvSec .contentSecPage01__flex1 > :nth-child(2) {
  width: 25%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex1 > :nth-child(2) {
    width: 100%;
  }
}
.environmentFvSec .contentSecPage01__flex2 {
  gap: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex2 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.environmentFvSec .contentSecPage01__flex2 img {
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex2 img {
    width: 100%;
  }
}
.environmentFvSec .contentSecPage01__flex2 div {
  width: 40%;
  gap: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex2 div {
    width: 90%;
    margin: 0 auto;
    gap: 1rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.environmentFvSec .contentSecPage01__flex2 p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .environmentFvSec .contentSecPage01__flex2 p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex2 p {
    font-size: 1.6rem;
  }
}
.environmentFvSec .contentSecPage01__flex2 p span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex2 p span {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex2 p {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    line-height: 2;
    text-align: center;
  }
}
.environmentFvSec .contentSecPage01__flex3 {
  gap: 4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex3 {
    gap: 2rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.environmentFvSec .contentSecPage01__flex3 img {
  width: 53%;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex3 img {
    width: 90%;
    height: 100%;
  }
}
.environmentFvSec .contentSecPage01__flex3 > :nth-child(1) {
  width: 70%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .environmentFvSec .contentSecPage01__flex3 > :nth-child(1) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex3 > :nth-child(1) {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex3 > :nth-child(1) {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    line-height: 2.5;
  }
}
.environmentFvSec .contentSecPage01__flex3 > :nth-child(2) {
  width: 30%;
}
.environmentFvSec .contentSecPage01__flex3 > :nth-child(2) p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .environmentFvSec .contentSecPage01__flex3 > :nth-child(2) p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex3 > :nth-child(2) p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage01__flex3 > :nth-child(2) {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .environmentFvSec .contentSecPage01__flex3 > :nth-child(2) p {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    line-height: 2.3;
  }
}
.environmentFvSec .contentSecPage02 {
  max-width: 75.7rem;
  margin: 0 auto 15rem;
  padding: 6.4rem 0 0;
  gap: 6.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage02 {
    gap: 4.2rem;
    padding: 7rem 0 0;
    margin: 0 2.4rem 7.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.environmentFvSec .contentSecPage02__c01 {
  width: 21.6rem;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage02__c01 {
    width: 17.6rem;
  }
}
.environmentFvSec .contentSecPage02__c02 {
  width: 47.7rem;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage02__c02 {
    width: 100%;
    margin: 0 auto;
  }
}
.environmentFvSec .contentSecPage02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.environmentFvSec .contentSecPage02__ttleB {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 1rem;
  padding: 1.6rem;
  background: #194892;
  text-align: center;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .environmentFvSec .contentSecPage02__ttleB {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage02__ttleB {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage02__ttleB {
    width: 100%;
    padding: 1.2rem;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
  }
}
.environmentFvSec .contentSecPage02__contentDesc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #E2DCDC;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .environmentFvSec .contentSecPage02__contentDesc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage02__contentDesc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage02__contentDesc {
    font-size: 1.4rem;
    text-align: center;
  }
}
.environmentFvSec .contentSecPage03__inner {
  max-width: 114rem;
  margin: 0 auto 15rem;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__inner {
    margin: 0 2.4rem 7rem;
  }
}
.environmentFvSec .contentSecPage03__conFl {
  width: 100%;
  gap: 8rem;
  margin: 0 0 6rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__conFl {
    gap: 3.5rem;
    margin: 0 0 3.6rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.environmentFvSec .contentSecPage03__c013 {
  width: 62rem;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__c013 {
    width: 100%;
  }
}
.environmentFvSec .contentSecPage03__c023 {
  width: calc(100% - 70rem);
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__c023 {
    width: 100%;
  }
}
.environmentFvSec .contentSecPage03__ttle {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__ttle {
    font-size: 2.2rem;
    margin: 0 0 1.5rem;
    letter-spacing: -0.01em;
  }
}
.environmentFvSec .contentSecPage03__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__desc {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    line-height: 1.91;
  }
}
.environmentFvSec .contentSecPage03__img01 {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.environmentFvSec .contentSecPage03__txtDesc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .environmentFvSec .contentSecPage03__txtDesc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__txtDesc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__txtDesc {
    font-size: 1.4rem;
    margin: 1.2rem 0 0;
    letter-spacing: -0.01em;
  }
}
.environmentFvSec .contentSecPage03__lists {
  gap: 12rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__lists {
    gap: 3.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.environmentFvSec .contentSecPage03__items {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__items {
    width: 100%;
  }
}
.environmentFvSec .contentSecPage03__items img {
  width: 100%;
  height: 42.1rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage03__items img {
    width: 17.2rem;
    height: 24.3rem;
    margin: 0 auto;
    display: block;
  }
}
.environmentFvSec .contentSecPage04 {
  max-width: 114rem;
  margin: 0 auto;
}
.environmentFvSec .contentSecPage04 .btnPDF__btnLink {
  min-width: 74.7rem;
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage04 {
    margin: 0 2.4rem;
  }
  .environmentFvSec .contentSecPage04 .btnPDF__btnLink {
    width: 100%;
    min-width: 100%;
  }
  .environmentFvSec .contentSecPage04.noPadd {
    margin: 0 !important;
  }
}
.environmentFvSec .contentSecPage04__ttle {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-bottom: 0.1rem dotted #000000;
  padding: 0 0 2.4rem;
  margin: 0 0 3.9rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .environmentFvSec .contentSecPage04__ttle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage04__ttle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentFvSec .contentSecPage04__ttle {
    font-size: 1.8rem;
    text-align: center;
    padding: 0 0 0.8rem;
    margin: 0 0 2.2rem;
    line-height: 2;
  }
}
.environmentFvSec .contentSecPage04__ttle.noPadd {
  padding: 0 !important;
}

.companyFvSec {
  position: relative;
}
.companyFvSec .ttle {
  font-size: 5rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #194892;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .ttle {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .ttle {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .ttle {
    font-size: 2.6rem;
    margin: 0 0 0.2rem;
  }
}
.companyFvSec .subTtle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .subTtle {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
}
.companyFvSec .contentPageSec01__inner {
  max-width: 154rem;
  margin: 9.5rem auto 13.5rem;
  padding: 0 20rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec01__inner {
    margin: 6.98rem 0 10rem;
    padding: 0 2rem;
  }
}
.companyFvSec .contentPageSec01__imgGeo {
  width: 72.1rem;
  height: 77.7rem;
  position: absolute;
  z-index: -1;
  top: -10rem;
  right: -12rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec01__imgGeo {
    width: 41rem;
    height: 46.3rem;
    position: absolute;
    top: -18rem;
    right: -15rem;
  }
}
.companyFvSec .contentPageSec01__content {
  border-top: 0.1rem solid #1A4892;
  padding: 3.7rem 0 0 15rem;
  margin: 8.6rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec01__content {
    padding: 3rem 0 0;
    margin: 3.3rem 0 0;
  }
}
.companyFvSec .contentPageSec01__ttle {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin: 0 0 3.1rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contentPageSec01__ttle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec01__ttle {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec01__ttle {
    font-size: 2.2rem;
    margin: 0 0 2.5rem;
    letter-spacing: -0.01em;
    text-align: center;
  }
}
.companyFvSec .contentPageSec01__subTtle {
  max-width: 57rem;
  font-size: 1.6rem;
  letter-spacing: 0.045em;
  line-height: 2;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contentPageSec01__subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec01__subTtle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec01__subTtle {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    line-height: 2.06;
  }
}
.companyFvSec .contentPageSec02__inner {
  max-width: 154rem;
  margin: 9.5rem auto 15rem;
  padding: 0 20rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec02__inner {
    margin: 0 0 10rem;
    padding: 0 2rem;
  }
}
.companyFvSec .contentPageSec02__imgGeo {
  width: 59rem;
  height: 56.7rem;
  position: absolute;
  z-index: -1;
  top: 36rem;
  left: 8rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec02__imgGeo {
    width: 45rem;
    height: 50.3rem;
    position: absolute;
    top: 42rem;
    right: auto;
    left: -11rem;
  }
}
.companyFvSec .contentPageSec02__lists {
  margin: 8.5rem 0 0;
  padding: 0 0 0 15rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec02__lists {
    margin: 3.2rem 0 0;
    padding: 0;
  }
}
.companyFvSec .contentPageSec02__lists > :last-child {
  border-bottom: 0.1rem solid #1A4892;
}
.companyFvSec .contentPageSec02__items {
  padding: 4rem 0 4rem;
  border-top: 0.1rem solid #1A4892;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec02__items {
    padding: 2.5rem 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.companyFvSec .contentPageSec02__c1 {
  width: 28rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 0.5rem 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contentPageSec02__c1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec02__c1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec02__c1 {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    margin: 0;
  }
}
.companyFvSec .contentPageSec02__c1::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Ccircle id='Ellipse_37' data-name='Ellipse 37' cx='4.5' cy='4.5' r='4.5' fill='%23194892'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
}
.companyFvSec .contentPageSec02__c2 {
  width: calc(100% - 28rem);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contentPageSec02__c2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec02__c2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec02__c2 {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
  }
}
.companyFvSec .contentPageSec03__inner {
  max-width: 154rem;
  margin: 9.5rem auto 15rem;
  padding: 0 20rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec03__inner {
    margin: 0 0 10rem;
    padding: 0 2rem;
  }
}
.companyFvSec .contentPageSec03__content {
  margin: 8.5rem 0 0;
  padding: 0 0 0 15rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec03__content {
    margin: 3.5rem 0 0;
    padding: 0;
  }
}
.companyFvSec .contentPageSec03__data {
  padding: 4rem 0 0;
  border-top: 0.1rem solid #000000;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec03__data {
    padding: 2.5rem 0 0;
  }
}
.companyFvSec .contentPageSec03__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 0 0 4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contentPageSec03__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec03__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec03__desc {
    letter-spacing: -0.01em;
    margin: 0 0 3.5rem;
  }
}
.companyFvSec .contentPageSec03__map {
  width: 100%;
  height: 65rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contentPageSec03__map {
    height: 34.6rem;
  }
}
.companyFvSec__imgGeo03 {
  width: 84.1rem;
  height: 87.7rem;
  position: absolute;
  z-index: -1;
  bottom: 1rem;
  left: -7rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec__imgGeo03 {
    width: 39rem;
    height: 49.3rem;
    position: absolute;
    bottom: 38rem;
    right: -15rem;
  }
}

.recruitPage__inner {
  width: 100%;
  max-width: 154rem;
  height: auto;
  padding: 0 5rem;
  margin: 0 auto;
  position: relative;
}
.recruitPage__inner.jcWordCulture {
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 768px) {
  .recruitPage__inner.jcWordCulture {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage__inner {
    padding: 0 2rem;
  }
}
.recruitPage__imgGeo {
  width: 87rem;
  height: 84.3rem;
  z-index: -1;
  position: absolute;
  top: -27rem;
  right: -19rem;
}
@media screen and (max-width: 768px) {
  .recruitPage__imgGeo {
    width: 58.5rem;
    height: 52rem;
    top: -19rem;
    right: -22rem;
  }
}
.recruitPage .ttle {
  font-size: 5rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #194892;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .ttle {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .ttle {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .ttle {
    font-size: 2.6rem;
    margin: 0 0 0.2rem;
  }
}
.recruitPage .subTtle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .subTtle {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
}
.recruitPage .recruitOutline {
  padding-top: 9.8rem;
  padding-bottom: 14rem;
  background: url(../images/recruit/recruitOutline-bg.png);
  background-repeat: no-repeat;
  background-size: 82.721rem, auto;
  background-position: bottom -17rem right -12rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitOutline {
    padding-top: 6.3rem;
    padding-bottom: 8.6rem;
    background-size: 46.721rem auto;
    background-position: bottom 10rem right -20rem;
  }
}
.recruitPage .recruitOutline__content {
  width: 100%;
  height: auto;
  max-width: 112.2rem;
  margin: 4.1rem auto 0;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitOutline__content {
    margin: 3.3rem auto 0;
    max-width: 100%;
  }
}
.recruitPage .recruitOutline__txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #000000;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitOutline__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitOutline__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitOutline__txt {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.9;
  }
}
.recruitPage .recruitFeature {
  background: url(../images/recruit/recruitFeature-bg.png);
  background-repeat: no-repeat;
  background-size: 60.247rem auto;
  background-position: top 57rem left -8rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature {
    background-size: 31.247rem auto;
    background-position: top 44rem left -8rem;
  }
}
.recruitPage .recruitFeature__tabCont {
  width: 100%;
  max-width: 112.2rem;
  height: auto;
  margin: 5.8rem auto 5rem;
  border-bottom: 0.1rem solid #1A4892;
  overflow: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__tabCont {
    margin: 5.1rem auto 4rem;
    position: relative;
    width: auto;
    border-bottom: 0;
    gap: 1rem;
  }
  .recruitPage .recruitFeature__tabCont::before {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: -3.1rem;
    width: calc(100% + 3rem);
    height: 0.1rem;
    background-color: #1A4892;
  }
}
.recruitPage .recruitFeature__tabBtn {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  border: none;
  background-color: #585858;
  padding: 1rem 3.8rem 1rem 4.2rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitFeature__tabBtn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__tabBtn {
    font-size: 1.6rem;
  }
}
.recruitPage .recruitFeature__tabBtn.active {
  background-color: #194892;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__tabBtn {
    font-size: 1.5rem;
    padding: 0.5rem 1.6rem;
    miin-width: fit-content;
  }
}
.recruitPage .recruitFeature__containerF {
  display: none;
}
.recruitPage .recruitFeature__containerF.active {
  display: block;
}
.recruitPage .recruitFeature__container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 112.2rem;
  height: auto;
  margin: 0 auto;
  gap: 7.8rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.recruitPage .recruitFeature__listsImg {
  gap: 2;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.recruitPage .recruitFeature__figCont {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__figCont {
    width: 100%;
    padding-bottom: 4.7rem;
    border-bottom: 0.1rem solid #1A4892;
  }
}
.recruitPage .recruitFeature__fig {
  max-width: 49.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__fig {
    max-width: 100%;
  }
}
.recruitPage .recruitFeature__textCont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
}
.recruitPage .recruitFeature__textWrap {
  padding-bottom: 4.5rem;
  border-bottom: 0.1rem solid #194892;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.3rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__textWrap {
    gap: 1.5rem;
    padding-bottom: 3rem;
  }
}
.recruitPage .recruitFeature__ttle {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000000;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitFeature__ttle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__ttle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__ttle {
    font-size: 1.8rem;
  }
}
.recruitPage .recruitFeature__desc {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #000000;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitFeature__desc {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitFeature__desc {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.9;
  }
}
.recruitPage .recruitRequire {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire {
    margin-top: 9rem;
  }
}
.recruitPage .recruitRequire__container {
  width: 100%;
  max-width: 112.2rem;
  height: auto;
  margin: 5rem auto 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.2rem;
    gap: 2rem;
  }
}
.recruitPage .recruitRequire__wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.2rem;
  width: 100%;
  max-width: 25.8rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire__wrap {
    max-width: 100%;
    gap: 1rem;
  }
}
.recruitPage .recruitRequire__iconTtlWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.1rem;
}
.recruitPage .recruitRequire__iconCont {
  width: 100%;
  max-width: 18.8rem;
  height: 18.8rem;
  border-radius: 50%;
  background-color: #F4F7F8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire__iconCont {
    max-width: 13rem;
    height: 13rem;
  }
}
.recruitPage .recruitRequire__icon {
  max-width: 9.634rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire__icon {
    max-width: 6.662rem;
  }
}
.recruitPage .recruitRequire .recruitRequire__container > .recruitRequire__wrap:nth-child(2) .recruitRequire__iconCont .recruitRequire__icon {
  max-width: 7.802rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire .recruitRequire__container > .recruitRequire__wrap:nth-child(2) .recruitRequire__iconCont .recruitRequire__icon {
    max-width: 6.362rem;
  }
}
.recruitPage .recruitRequire .recruitRequire__container > .recruitRequire__wrap:nth-child(3) .recruitRequire__iconCont .recruitRequire__icon {
  max-width: 6.017rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire .recruitRequire__container > .recruitRequire__wrap:nth-child(3) .recruitRequire__iconCont .recruitRequire__icon {
    max-width: 5.362rem;
  }
}
.recruitPage .recruitRequire .recruitRequire__container > .recruitRequire__wrap:last-child .recruitRequire__iconCont .recruitRequire__icon {
  max-width: 8.283rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire .recruitRequire__container > .recruitRequire__wrap:last-child .recruitRequire__iconCont .recruitRequire__icon {
    max-width: 5.662rem;
  }
}
.recruitPage .recruitRequire__iconTxt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitRequire__iconTxt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire__iconTxt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire__iconTxt {
    font-size: 1.8rem;
  }
}
.recruitPage .recruitRequire__iconList {
  padding-left: 1rem;
}
.recruitPage .recruitRequire__iconItem {
  font-size: 1.6rem;
  font-weight: 500;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitRequire__iconItem {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire__iconItem {
    font-size: 1.6rem;
  }
}
.recruitPage .recruitRequire__iconItem::before {
  content: "・";
  position: absolute;
  top: 0.5rem;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire__iconItem {
    font-size: 1.5rem;
  }
}
.recruitPage .recruitRequire__iconAnnot {
  font-size: 1.4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitRequire__iconAnnot {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitRequire__iconAnnot {
    font-size: 1.4rem;
  }
}
.recruitPage .recruitCulture {
  margin-top: 23.7rem;
  padding-bottom: 6rem;
  background: url(../images/recruit/recruitCulture-bg.png) bottom/cover no-repeat;
  background-size: 100% 82%;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture {
    margin-top: 7rem;
    background-size: 100% 98%;
    padding-bottom: 0;
  }
}
.recruitPage .recruitCulture__container {
  width: 100%;
  max-width: 112.2rem;
  height: auto;
  margin: -0.9rem auto 0;
}
.recruitPage .recruitCulture__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    width: 100%;
    gap: 5rem;
  }
}
.recruitPage .recruitCulture__heading {
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture__heading {
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture__contTxt {
    padding: 0 2rem;
  }
}
.recruitPage .recruitCulture__txtCont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  margin: 5rem 0 0;
  padding: 0 0 0 13rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture__txtCont {
    gap: 3.4rem;
    padding: 0;
    margin: 4rem 0 5rem;
  }
}
.recruitPage .recruitCulture__txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #000000;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitCulture__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture__txt {
    font-size: 1.5rem;
  }
}
.recruitPage .recruitCulture__link {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 1.5rem 3rem;
  width: 100%;
  max-width: 23.1rem;
  background-color: #0B244B;
  position: relative;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitCulture__link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture__link {
    font-size: 1.6rem;
  }
}
.recruitPage .recruitCulture__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.75rem;
  height: 0.389rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.5' height='3.886' viewBox='0 0 27.5 3.886'%3E%3Cg id='Group_497' data-name='Group 497' transform='translate(-173.5 -25.057)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M7.467,2.563,15,6.449H7.467Z' transform='translate(186 22.494)' fill='%23fff'/%3E%3Cg id='Rectangle_5' data-name='Rectangle 5' transform='translate(173.5 27.943)' fill='%23fff' stroke='%23fff' stroke-width='1'%3E%3Crect width='22' height='1' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='21' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture__link {
    max-width: 18.1rem;
    padding: 1rem 3rem;
  }
}
.recruitPage .recruitCulture__figCont {
  width: 100%;
  max-width: 77rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture__figCont {
    margin-top: 0;
    max-width: unset;
    width: 100%;
  }
}
.recruitPage .recruitCulture__fig {
  max-width: 77rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitCulture__fig {
    max-width: 100%;
  }
}
.recruitPage .recruitBenefit {
  margin-top: 14.6rem;
  background: url(../images/recruit/recruitLink-Bg.png);
  background-size: 90.895rem auto;
  background-repeat: no-repeat;
  background-position: bottom -16rem right -21rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitBenefit {
    margin-top: 9rem;
    background-size: 57.895rem auto;
    background-position: bottom 8rem right -21rem;
  }
}
.recruitPage .recruitBenefit__tabCont {
  width: 100%;
  max-width: 112.2rem;
  height: auto;
  margin: 3.2rem auto 0;
  border-bottom: 0.1rem solid #1A4892;
  overflow: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitBenefit__tabCont {
    width: auto;
  }
}
.recruitPage .recruitBenefit__containerF02 {
  display: none;
}
.recruitPage .recruitBenefit__containerF02.active {
  display: block;
}
.recruitPage .recruitBenefit__tabBtn {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  border: none;
  background-color: #585858;
  padding: 1rem 1.8rem 1rem 2rem;
  border-radius: 0.5rem 0.5rem 0 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitBenefit__tabBtn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitBenefit__tabBtn {
    font-size: 1.5rem;
  }
}
.recruitPage .recruitBenefit__tabBtn.active {
  background-color: #194892;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitBenefit__tabBtn {
    padding: 0.5rem 1rem;
  }
}
.recruitPage .recruitBenefit__table {
  width: 100%;
  max-width: 112.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitBenefit__table {
    max-width: 100%;
    padding: 2rem;
  }
}
.recruitPage .recruitBenefit__table th, .recruitPage .recruitBenefit__table td {
  font-size: 1.6rem;
  line-height: 2;
  color: #000000;
  letter-spacing: 0.04em;
  padding: 3.3rem 0 3.4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitBenefit__table th, .recruitPage .recruitBenefit__table td {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitBenefit__table th, .recruitPage .recruitBenefit__table td {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitBenefit__table th, .recruitPage .recruitBenefit__table td {
    padding: 0;
    font-size: 1.5rem;
  }
}
.recruitPage .recruitBenefit__table th {
  padding-left: 2.4rem;
  width: 25.1rem;
  position: relative;
  line-height: 1.9;
}
.recruitPage .recruitBenefit__table th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Ccircle id='Ellipse_37' data-name='Ellipse 37' cx='4.5' cy='4.5' r='4.5' fill='%23194892'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitBenefit__table th {
    width: 100%;
    padding: 2rem 0 0 2.4rem;
  }
  .recruitPage .recruitBenefit__table th::before {
    top: 3.7rem;
  }
}
.recruitPage .recruitBenefit__table td {
  width: calc(100% - 25.1rem);
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitBenefit__table td {
    width: 100%;
    padding-bottom: 1.7rem;
    line-height: 1.9;
    letter-spacing: 0;
  }
}
.recruitPage .recruitBenefit__table tr {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  border-bottom: 0.1rem solid #1A4892;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitBenefit__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
}
.recruitPage .recruitLinkSec {
  margin: 15rem auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitLinkSec {
    margin-top: 9.4rem;
    margin-bottom: 6rem;
  }
}
.recruitPage .recruitLinkSec__container {
  width: 100%;
  max-width: 112.2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  overflow: hidden;
  padding: 9.7rem 11.1rem 10.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 1rem;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitLinkSec__container {
    padding: 6.6rem 2.4rem 7.8rem;
    height: 45.9rem;
  }
}
.recruitPage .recruitLinkSec__imgBg {
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.recruitPage .recruitLinkSec__ttle {
  font-family: "Josefin Sans", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitLinkSec__ttle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitLinkSec__ttle {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitLinkSec__ttle {
    text-align: center;
    font-size: 2.6rem;
  }
}
.recruitPage .recruitLinkSec__subTtle {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitLinkSec__subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitLinkSec__subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitLinkSec__subTtle {
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
}
.recruitPage .recruitLinkSec__desc {
  font-size: 1.6rem;
  font-weight: 50;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitLinkSec__desc {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitLinkSec__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitLinkSec__desc {
    font-size: 1.4rem;
  }
}
.recruitPage .recruitLinkSec__linkBtn {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 1rem 2.35rem;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #0B244B;
  position: relative;
  border-radius: 0.5rem;
  margin-top: 3rem;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .recruitPage .recruitLinkSec__linkBtn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitLinkSec__linkBtn {
    font-size: 1.6rem;
  }
}
.recruitPage .recruitLinkSec__linkBtn::after {
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.75rem;
  height: 0.389rem;
  margin: 0.5rem 0 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.5' height='3.886' viewBox='0 0 27.5 3.886'%3E%3Cg id='Group_497' data-name='Group 497' transform='translate(-173.5 -25.057)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M7.467,2.563,15,6.449H7.467Z' transform='translate(186 22.494)' fill='%23fff'/%3E%3Cg id='Rectangle_5' data-name='Rectangle 5' transform='translate(173.5 27.943)' fill='%23fff' stroke='%23fff' stroke-width='1'%3E%3Crect width='22' height='1' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='21' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .recruitPage .recruitLinkSec__linkBtn {
    margin: 2.5rem auto 0;
  }
}

.companyFvSec .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  margin: 0.2rem 0 0;
  color: #F84C4C;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .wpcf7-not-valid-tip {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}
.companyFvSec .wpcf7-list-item-label {
  display: none;
}
.companyFvSec select.wpcf7-not-valid,
.companyFvSec input.wpcf7-not-valid,
.companyFvSec textarea.wpcf7-not-valid {
  border: 0.1rem solid #F84C4C;
  color: #F84C4C;
}
.companyFvSec .wpcf7-response-output {
  display: none !important;
}
.companyFvSec [data-name=checkboxs] .wpcf7-not-valid-tip {
  width: 100%;
  position: absolute;
  left: 1rem;
}
.companyFvSec [data-name=resume] input.wpcf7-not-valid ~ .resumeFid {
  border: 0.1rem solid #F84C4C;
}
.companyFvSec [data-name=resume] input.wpcf7-not-valid ~ .nameFile {
  color: #F84C4C;
}
.companyFvSec .contactForm {
  width: 100%;
  max-width: 154rem;
  height: auto;
  margin: 10.4rem auto 5.5rem;
  padding: 0 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm {
    padding: 0 2.1rem;
    margin: 7.1rem auto 5.5rem;
  }
}
.companyFvSec .contactForm__geo {
  width: 71.1rem;
  height: 78.7rem;
  z-index: -1;
  position: absolute;
  bottom: 30rem;
  right: -26rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__geo {
    display: none;
  }
}
.companyFvSec .contactForm__ttle {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
  color: #194892;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__ttle {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__ttle {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__ttle {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    margin: 0 0 0.9rem;
  }
}
.companyFvSec .contactForm__subTtle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__subTtle {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
}
.companyFvSec .contactForm__fieldsCont {
  width: 100%;
  max-width: 96.2rem;
  height: auto;
  margin: 8.8rem auto 0;
  padding: 4.5rem 0;
  border-top: 0.1rem solid #1A4892;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldsCont {
    margin: 3.2rem auto 0;
    padding: 3rem 0;
  }
}
.companyFvSec .contactForm__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__desc {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__desc {
    line-height: 1.9;
    letter-spacing: -0.01em;
  }
}
.companyFvSec .contactForm__note {
  margin-top: 1.5rem;
  padding: 1.6rem 2.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #F84C4C;
  background-color: #F8F8F8;
  border-radius: 1rem;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__note {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__note {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__note {
    margin-top: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.7;
    padding: 1.1rem 0;
  }
}
.companyFvSec .contactForm__fieldContent {
  margin-top: 4.8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldContent {
    gap: 2.6rem;
    margin-top: 3.1rem;
  }
}
.companyFvSec .contactForm__ds p {
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__ds p {
    gap: 3.1rem !important;
  }
}
.companyFvSec .contactForm__ds p.e1 {
  gap: 3.8rem;
}
.companyFvSec .contactForm__ds p.e2 {
  gap: 4rem;
}
.companyFvSec .contactForm__ys p {
  gap: 1.6rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__ys p {
    gap: 1rem !important;
  }
}
.companyFvSec .contactForm__ap {
  width: 66.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__ap {
    width: 100%;
    gap: 1.8rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.companyFvSec .contactForm__yearBirth {
  width: 66.6rem;
  gap: 1.6rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__yearBirth {
    width: 100%;
    gap: 0.5rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.companyFvSec .contactForm__codeZip {
  width: 66.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__codeZip {
    gap: 1rem;
  }
}
.companyFvSec .contactForm__codeZip .lineZipCode {
  min-width: 1.6rem;
  height: 0.2rem;
  background-color: #000000;
  margin: 0 1.6rem;
}
.companyFvSec .contactForm__codeZip .textZipCode {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #194892;
  border-radius: 0.4rem;
  padding: 0.6rem 1.6rem;
  margin: 0 0 0 1.6rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__codeZip .textZipCode {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__codeZip .textZipCode {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__codeZip .textZipCode {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
.companyFvSec .contactForm__codeZipChild {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.companyFvSec .contactForm__left {
  width: 29%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1rem 0 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__left {
    width: 100%;
    gap: 0.5rem;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}
.companyFvSec .contactForm__left.center {
  height: auto;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.companyFvSec .contactForm__fieldWrap {
  gap: 1.6rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldWrap {
    gap: 0.8rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}
.companyFvSec .contactForm__fieldWrap:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.companyFvSec .contactForm__fieldWrap.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.companyFvSec .contactForm__fieldWrap.spaceBt {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.companyFvSec .contactForm__bottomMessage {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__bottomMessage {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__bottomMessage {
    font-size: 1.3rem;
  }
}
.companyFvSec .contactForm__fieldLabel {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000000;
  min-width: 19.68rem;
  margin: 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__fieldLabel {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldLabel {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldLabel {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.companyFvSec .contactForm__fieldLabel span {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  font-weight: normal;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__fieldLabel span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldLabel span {
    font-size: 1.3rem;
  }
}
.companyFvSec .contactForm__fieldDrop {
  width: 66.6rem;
  height: 4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.7rem 1.6rem 0.7rem 1.8rem;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath id='Polygon_2' data-name='Polygon 2' d='M6,0l6,8H0Z' transform='translate(12 8) rotate(180)'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: 1.2rem 0.8rem;
  background-position: right 1.6rem top 50%;
  border-radius: 0.4rem;
  border: 0.1rem solid #707070;
  color: #000000 !important;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__fieldDrop {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldDrop {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldDrop {
    width: 100% !important;
  }
}
.companyFvSec .contactForm__fieldDrop option {
  color: #000000 !important;
}
.companyFvSec .contactForm__fieldDrop.form3Drop01 {
  width: 22.7rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldDrop.form3Drop01 {
    width: 100%;
  }
}
.companyFvSec .contactForm__fieldDrop.form3Drop02 {
  width: 12.4rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldDrop.form3Drop02 {
    width: 100%;
  }
}
.companyFvSec .contactForm__fieldReq {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #F84C4C;
  border-radius: 0.5rem;
  padding: 0.3rem 0;
  width: 5.1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__fieldReq {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldReq {
    font-size: 1rem;
  }
}
.companyFvSec .contactForm__fieldReq.notReq {
  background: #6F7070;
}
.companyFvSec .contactForm__fieldInnerLabel {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000000;
  white-space: pre;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__fieldInnerLabel {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldInnerLabel {
    font-size: 1.8rem;
  }
}
.companyFvSec .contactForm__fieldFile {
  width: 24.7rem;
  min-height: 4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #707070;
  padding: 0 1.8rem 0.7rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #3E3E3E;
  gap: 0.6rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__fieldFile {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldFile {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldFile {
    padding: 0 1rem 0.7rem;
  }
}
.companyFvSec .contactForm__fieldFile.fieldInput66 {
  width: 66.6rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldFile.fieldInput66 {
    width: 100%;
  }
}
.companyFvSec .contactForm__selectedFile {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__selectedFile {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__selectedFile {
    font-size: 1.5rem;
  }
}
.companyFvSec .contactForm__labelFile {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  border-radius: 0.4rem;
  background: #EEEEEE;
  padding: 0 1.1rem;
  min-width: 1.24rem;
  min-height: 2.3rem;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__labelFile {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__labelFile {
    font-size: 1.3rem;
  }
}
.companyFvSec .contactForm__fileInput {
  display: none;
}
.companyFvSec .contactForm__fieldInput {
  width: 24.7rem;
  height: 4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #707070;
  padding: 0 1.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #3E3E3E;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__fieldInput {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldInput {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldInput {
    width: 100%;
    padding: 0 1rem;
  }
  .companyFvSec .contactForm__fieldInput.w1 {
    width: 22.5rem;
  }
}
.companyFvSec .contactForm__fieldInput::-webkit-input-placeholder {
  color: #A8B1BF;
  font-size: 1.8rem;
}
.companyFvSec .contactForm__fieldInput::-moz-placeholder {
  color: #A8B1BF;
  font-size: 1.8rem;
}
.companyFvSec .contactForm__fieldInput:-ms-input-placeholder {
  color: #A8B1BF;
  font-size: 1.8rem;
}
.companyFvSec .contactForm__fieldInput::-ms-input-placeholder {
  color: #A8B1BF;
  font-size: 1.8rem;
}
.companyFvSec .contactForm__fieldInput::placeholder {
  color: #A8B1BF;
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__fieldInput::-webkit-input-placeholder {
    font-size: 2rem;
  }
  .companyFvSec .contactForm__fieldInput::-moz-placeholder {
    font-size: 2rem;
  }
  .companyFvSec .contactForm__fieldInput:-ms-input-placeholder {
    font-size: 2rem;
  }
  .companyFvSec .contactForm__fieldInput::-ms-input-placeholder {
    font-size: 2rem;
  }
  .companyFvSec .contactForm__fieldInput::placeholder {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldInput::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
  .companyFvSec .contactForm__fieldInput::-moz-placeholder {
    font-size: 1.8rem;
  }
  .companyFvSec .contactForm__fieldInput:-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .companyFvSec .contactForm__fieldInput::-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .companyFvSec .contactForm__fieldInput::placeholder {
    font-size: 1.8rem;
  }
}
.companyFvSec .contactForm__fieldInput.smallPlaceholder::-webkit-input-placeholder {
  color: #A8B1BF;
  font-size: 1.4rem;
}
.companyFvSec .contactForm__fieldInput.smallPlaceholder::-moz-placeholder {
  color: #A8B1BF;
  font-size: 1.4rem;
}
.companyFvSec .contactForm__fieldInput.smallPlaceholder:-ms-input-placeholder {
  color: #A8B1BF;
  font-size: 1.4rem;
}
.companyFvSec .contactForm__fieldInput.smallPlaceholder::-ms-input-placeholder {
  color: #A8B1BF;
  font-size: 1.4rem;
}
.companyFvSec .contactForm__fieldInput.smallPlaceholder::placeholder {
  color: #A8B1BF;
  font-size: 1.4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::-moz-placeholder {
    font-size: 1.6rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::placeholder {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::-moz-placeholder {
    font-size: 1.4rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::-moz-placeholder {
    font-size: 1rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder:-ms-input-placeholder {
    font-size: 1rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::-ms-input-placeholder {
    font-size: 1rem;
  }
  .companyFvSec .contactForm__fieldInput.smallPlaceholder::placeholder {
    font-size: 1rem;
  }
}
.companyFvSec .contactForm__fieldInput:last-child {
  margin: 0;
}
.companyFvSec .contactForm__fieldInput.fieldInput66 {
  width: 66.6rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldInput.fieldInput66 {
    width: 100%;
  }
}
.companyFvSec .contactForm__fieldInput.zipCode {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldInput.zipCode {
    width: 8rem;
  }
}
.companyFvSec .contactForm__fieldInput.prefecture {
  width: 24.7rem;
}
.companyFvSec .contactForm__fieldInput.yearsBr {
  width: 12.4rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldInput.yearsBr {
    width: 100%;
  }
}
.companyFvSec .contactForm__fieldTextArea {
  width: 66.6rem;
  height: 40rem;
  resize: none;
  border: 0.1rem solid #707070;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding: 1.6rem 1.9rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__fieldTextArea {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldTextArea {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__fieldTextArea {
    width: 100%;
  }
}
.companyFvSec .contactForm__checkBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0rem auto 6.5rem;
  position: relative;
  left: -1rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__checkBox {
    left: -0.5rem;
    margin: 4rem auto 6rem;
  }
}
.companyFvSec .contactForm__checkBox p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.companyFvSec .contactForm__checkBox .wpcf7-form-control-wrap {
  position: static !important;
}
.companyFvSec .contactForm__checkBox .labelCheckBox {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 0 0 1.6rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__checkBox .labelCheckBox {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__checkBox .labelCheckBox {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__checkBox .labelCheckBox {
    letter-spacing: 0.01em;
    margin: 0 0 0 1rem;
  }
}
.companyFvSec .contactForm__checkBox .labelCheckBox::before {
  content: "";
  display: none;
}
.companyFvSec .contactForm__checkBox .labelCheckBox::after {
  content: "";
  width: 66%;
  border: 0.1rem solid #707070;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.companyFvSec .contactForm input[type=checkbox] {
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
  position: relative;
  top: 0.5rem;
}
.companyFvSec .contactForm__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.companyFvSec .contactForm__btn p {
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.companyFvSec .contactForm__submitBtn {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  min-width: 24rem;
  min-height: 8rem;
  padding: 2.2rem;
  border-radius: 0.6rem;
  border: 0;
  background: #0B244B;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .contactForm__submitBtn {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm__submitBtn {
    font-size: 2.4rem;
  }
}
.companyFvSec .contactForm [data-id=type-2-postalCode-prName], .companyFvSec .contactForm [data-id=type-12-company-depart-ttle],
.companyFvSec .contactForm [data-id=type-3-position-status], .companyFvSec .contactForm [data-id=type-3-gender-birthday],
.companyFvSec .contactForm [data-id=type-3-files], .companyFvSec .contactForm [data-id=type-2-classification] {
  gap: 4rem;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .companyFvSec .contactForm [data-id=type-2-postalCode-prName], .companyFvSec .contactForm [data-id=type-12-company-depart-ttle],
  .companyFvSec .contactForm [data-id=type-3-position-status], .companyFvSec .contactForm [data-id=type-3-gender-birthday],
  .companyFvSec .contactForm [data-id=type-3-files], .companyFvSec .contactForm [data-id=type-2-classification] {
    gap: 2.6rem;
  }
}
.companyFvSec .contactForm [data-id=type-2-names] {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.companyFvSec .confirmForm {
  width: 100%;
  max-width: 154rem;
  height: auto;
  margin: 10.4rem auto 9rem;
  padding: 0 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm {
    padding: 0 1.8rem;
    margin: 7.1rem auto 9.5rem;
  }
}
.companyFvSec .confirmForm__geo {
  width: 71.1rem;
  height: 78.7rem;
  z-index: -1;
  position: absolute;
  bottom: -11rem;
  right: -4rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__geo {
    display: none;
  }
}
.companyFvSec .confirmForm__ttle {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
  color: #194892;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .confirmForm__ttle {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__ttle {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__ttle {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0.9rem;
  }
}
.companyFvSec .confirmForm__subTtle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .confirmForm__subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__subTtle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__subTtle {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
}
.companyFvSec .confirmForm__fieldsConfirm {
  max-width: 114rem;
  margin: 8.8rem auto 0;
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__fieldsConfirm {
    margin: 3.2rem auto;
  }
}
.companyFvSec .confirmForm__ttleC {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 6.4rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .confirmForm__ttleC {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__ttleC {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__ttleC {
    font-size: 1.8rem;
    margin: 0 0 4rem;
    letter-spacing: 0.01em;
  }
}
.companyFvSec .confirmForm__infosFields {
  padding: 0 0 0 5.9rem;
  gap: 3.4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__infosFields {
    padding: 0;
    gap: 3rem;
  }
}
.companyFvSec .confirmForm #inquire-data {
  display: none;
}
.companyFvSec .confirmForm__items {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.companyFvSec .confirmForm__items.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.companyFvSec .confirmForm__itemsLeft {
  width: 22rem;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 2.8rem 0 0;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .confirmForm__itemsLeft {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__itemsLeft {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__itemsLeft {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 0.6rem;
  }
}
.companyFvSec .confirmForm__itemsLeft span {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: block;
  margin: 0;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .confirmForm__itemsLeft span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__itemsLeft span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__itemsLeft span {
    text-align: center;
  }
}
.companyFvSec .confirmForm__itemsRight {
  width: 78%;
  white-space: pre-wrap;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.77;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .confirmForm__itemsRight {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__itemsRight {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__itemsRight {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
  .companyFvSec .confirmForm__itemsRight.textarea {
    width: 19.1rem;
    line-height: 2;
  }
}
.companyFvSec .confirmForm__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
}
.companyFvSec .confirmForm__btn p {
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.companyFvSec .confirmForm__submitBtn {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  min-width: 24rem;
  min-height: 8rem;
  padding: 2.2rem;
  border-radius: 0.6rem;
  border: 0;
  background: #0B244B;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .confirmForm__submitBtn {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__submitBtn {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .confirmForm__submitBtn {
    min-width: 22.85rem;
    min-height: 7.7rem;
    padding: 2rem 2.2rem;
  }
}
.companyFvSec .completeForm {
  width: 100%;
  max-width: 154rem;
  height: auto;
  margin: 10.4rem auto 9.7rem;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .companyFvSec .completeForm {
    padding: 0 1.8rem;
    margin: 7.1rem auto 9.1rem;
  }
}
.companyFvSec .completeForm__ttle {
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
  color: #194892;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .completeForm__ttle {
    font-size: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .completeForm__ttle {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .completeForm__ttle {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0.9rem;
  }
}
.companyFvSec .completeForm__subTtle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .completeForm__subTtle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .completeForm__subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .completeForm__subTtle {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
}
.companyFvSec .completeForm__fieldsConfirm {
  max-width: 114rem;
  margin: 8.8rem auto 0;
}
@media screen and (max-width: 768px) {
  .companyFvSec .completeForm__fieldsConfirm {
    margin: 3.2rem auto;
  }
}
.companyFvSec .completeForm__ttleC {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 4.5rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .completeForm__ttleC {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .completeForm__ttleC {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .completeForm__ttleC {
    font-size: 1.8rem;
    margin: 0 0 3rem;
    letter-spacing: 0.01em;
  }
}
.companyFvSec .completeForm__subTtleC {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.77;
  text-align: center;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .companyFvSec .completeForm__subTtleC {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .completeForm__subTtleC {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .companyFvSec .completeForm__subTtleC {
    text-align: left;
    font-size: 1.5rem;
    max-width: 26.9rem;
    margin: 0 auto;
    line-height: 2;
  }
}

.fv404Sec .contentPage01__inner {
  max-width: 153.9rem;
  margin: 8.8rem auto 10rem;
  padding: 0 4.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv404Sec .contentPage01__inner {
    margin: 6.5rem auto 9.4rem;
    padding: 0 2rem;
  }
}
.fv404Sec .contentPage01__icon {
  width: 55.2rem;
  height: 58.5rem;
  z-index: -1;
  position: absolute;
  bottom: 63.7rem;
  left: -10rem;
}
.fv404Sec .contentPage01__ttle {
  font-size: 8rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #2B569A;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .fv404Sec .contentPage01__ttle {
    font-size: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  .fv404Sec .contentPage01__ttle {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .fv404Sec .contentPage01__ttle {
    font-size: 2.6rem;
  }
}
.fv404Sec .contentPage01__subTtle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: -1.5rem 0 5.6rem;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .fv404Sec .contentPage01__subTtle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .fv404Sec .contentPage01__subTtle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .fv404Sec .contentPage01__subTtle {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin: 0.2rem 0 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .fv404Sec .contentPage01 .btn__btnLink {
    font-size: 1.4rem;
  }
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */