@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=Barlow+Condensed:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[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: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  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: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: #000;
}

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 1rem;
}

img {
  width: 100%;
  height: auto;
  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(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  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);
  }
}
@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -5.7rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 5.7rem;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 0 -5.7rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 5.7rem;
  }
}
@-webkit-keyframes scrolldownSP {
  0% {
    background-position: 0 -4rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 4rem;
  }
}
@keyframes scrolldownSP {
  0% {
    background-position: 0 -4rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 4rem;
  }
}
.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: #000;
  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: #000 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 {
  height: 11rem;
  left: 0;
  padding: 0 1rem 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.siteHeader::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(68, 68, 68, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.siteHeader.is-blur::before {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 1;
}
.siteHeader.is-blur .siteHeader__logoSpan {
  color: #fff;
}
.siteHeader.is-blur .siteHeader__menuBtnSpan {
  background-color: #fff;
}
.is_login_user .siteHeader {
  top: 32px;
}
@media print {
  .siteHeader {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader {
    height: 7.4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.siteHeader__inner {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 11;
}
.siteHeader__logo {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 40rem;
  margin-left: -1.3rem;
  height: 11rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeader__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__logo {
    max-width: 22rem;
    height: auto;
    margin-left: 0;
  }
}
.siteHeader__logo.is-menuOpen .siteHeader__logoSpan {
  color: #000;
}
.siteHeader__logoSpan {
  position: absolute;
  bottom: 4rem;
  right: 1.5rem;
  color: #000;
  font-family: "Barlow Condensed", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.2em;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
@media screen and (max-width: 768px) {
  .siteHeader__logoSpan {
    font-size: 1rem;
    line-height: 1;
    bottom: 2.8rem;
    right: 0.4rem;
  }
}
.siteHeader__btn {
  -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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3rem;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__btn {
    gap: 1.6rem;
    padding-right: 1.6rem;
  }
}
.siteHeader__entry {
  -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;
  width: 16rem;
  height: 4.8rem;
  color: #014B80;
  font-family: "Barlow Condensed", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: #FDFF64;
  border-radius: 1rem;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeader__entry:hover {
    opacity: 0.6;
  }
}
.siteHeader__entry:hover {
  color: #014B80;
}
@media screen and (max-width: 768px) {
  .siteHeader__entry {
    width: 9rem;
    height: 4.8rem;
    font-size: 1.8rem;
    border-radius: 0.6rem;
  }
}
.siteHeader__menuBtn {
  position: relative;
  display: block;
  width: 3rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBtn {
    width: 2.1rem;
    height: 0.75rem;
  }
}
.siteHeader__menuBtn.is-active .siteHeader__menuBtnSpan {
  top: 0.4rem;
}
.siteHeader__menuBtn.is-active .siteHeader__menuBtnSpan:nth-of-type(1) {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  background-color: #000;
}
.siteHeader__menuBtn.is-active .siteHeader__menuBtnSpan:nth-of-type(2) {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  background-color: #000;
}
.siteHeader__menuBtnSpan {
  display: block;
  width: 3rem;
  height: 0.2rem;
  background-color: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBtnSpan {
    width: 2.1rem;
    height: 0.15rem;
  }
}
.siteHeader__menuBtnSpan:nth-of-type(1) {
  top: 0;
}
.siteHeader__menuBtnSpan:nth-of-type(2) {
  top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBtnSpan:nth-of-type(2) {
    top: 0.6rem;
  }
}
.siteHeader__menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-image: url("../images/common/siteHeader_bg.jpg");
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  z-index: 10;
  display: none;
}
.siteHeader__menuInner {
  width: 100%;
  min-height: 58rem;
  padding-top: 17rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuInner {
    padding-top: 12rem;
  }
}
.siteHeader__innerBlock {
  margin: 0 auto;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 110rem;
  -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) {
  .siteHeader__innerBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.siteHeader__innerBlock:nth-of-type(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.siteHeader__innerBlock:last-child {
  margin-top: 11.5rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__innerBlock:last-child {
    padding: 0 2.6rem;
    margin-top: 8rem;
  }
}
.siteHeader__list {
  margin: 0 auto;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 78rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__list {
    position: relative;
    width: 100%;
    margin-top: 4rem;
    padding: 0 2.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__listItem:nth-of-type(3) {
    position: absolute;
    top: 14.5rem;
  }
}
.siteHeader__listItemHdr {
  display: block;
  font-family: "Barlow Condensed", serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.siteHeader__listItemHdr:not(:first-child) {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__listItemHdr:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.siteHeader__listItemLink {
  margin: 1.5rem 0 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .siteHeader__listItemLink {
    margin-top: 0.8rem;
  }
}
.siteHeader__listItemLinkItemBlk {
  font-size: 2rem;
  line-height: 1.75;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .siteHeader__listItemLinkItemBlk {
    font-size: 1.6rem;
  }
}
.siteHeader__listItemLinkItemBlk:hover {
  color: #014B80;
}
.siteHeader__listItemLink02 {
  padding-left: 0;
  list-style: none;
}
.siteHeader__listItemLink02Item {
  margin-top: 1.5rem;
}
.siteHeader__listItemLink02ItemBlk {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.siteHeader__listItemLink02ItemBlk:hover {
  color: #014B80;
}
@media screen and (max-width: 768px) {
  .siteHeader__listItemLink02ItemBlk {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}
.siteHeader__listItemLink02ItemBlk::before {
  content: "│";
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .siteHeader__listItemLink02ItemBlk::before {
    margin-left: -0.5rem;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}
.siteHeader__website {
  position: relative;
  padding-right: 3rem;
  color: #000;
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeader__website:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__website {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.4rem;
  }
}
.siteHeader__website::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.45rem;
  height: 1.4rem;
  background-image: url("../images/common/icon_newtab.svg");
  background-size: cover;
  background-position: center;
}
.siteHeader__copyright {
  font-family: "Barlow Condensed", serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .siteHeader__copyright {
    display: none;
  }
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  padding: 6rem 0 4rem;
  background-image: url("../images/common/footer_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteFooter {
    padding: 1rem 0 3rem;
  }
}
.siteFooter__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 110rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__inner {
    max-width: 100%;
  }
}
.siteFooter__innerBlock {
  -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) {
  .siteFooter__innerBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.siteFooter__innerBlock:nth-of-type(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15.5rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__innerBlock:nth-of-type(1) {
    gap: 0;
  }
}
.siteFooter__innerBlock:last-child {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__innerBlock:last-child {
    padding: 0 2.6rem;
    margin-top: 8.5rem;
  }
}
.siteFooter__logo {
  margin-left: -2rem;
  display: block;
  width: 100%;
  max-width: 21rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__logo {
    margin-left: 0;
    margin-bottom: 0;
    max-width: 22.5rem;
  }
}
.siteFooter__list {
  -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: 11.5rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__list {
    margin-right: 0;
    position: relative;
    width: 100%;
    margin-top: 3rem;
    padding: 0 2.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.8rem;
  }
}
.siteFooter__listItem:nth-of-type(3) {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItem:nth-of-type(3) {
    margin-left: 0;
    position: absolute;
    top: 12.5rem;
  }
}
.siteFooter__listItemHdr {
  display: block;
  font-family: "Barlow Condensed", serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.siteFooter__listItemHdr:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemHdr:not(:first-child) {
    margin-top: 2rem;
  }
}
.siteFooter__listItemLink {
  margin: 0.5rem 0 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemLink {
    margin-top: 0.3rem;
  }
}
.siteFooter__listItemLinkItemBlk {
  font-size: 2rem;
  line-height: 1.75;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemLinkItemBlk {
    font-size: 1.6rem;
  }
}
.siteFooter__listItemLinkItemBlk:hover {
  color: #014B80;
}
.siteFooter__listItemLink02 {
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.siteFooter__listItemLink02Item:not(:first-child) {
  margin-top: 0.5rem;
}
.siteFooter__listItemLink02ItemBlk {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.siteFooter__listItemLink02ItemBlk:hover {
  color: #014B80;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemLink02ItemBlk {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}
.siteFooter__listItemLink02ItemBlk::before {
  content: "│";
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemLink02ItemBlk::before {
    margin-left: -0.5rem;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}
.siteFooter__website {
  position: relative;
  padding-right: 3rem;
  color: #000;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteFooter__website:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__website {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.4rem;
  }
}
.siteFooter__website::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  background-image: url("../images/common/icon_newtab.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.siteFooter__copyright {
  font-family: "Barlow Condensed", serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .siteFooter__copyright {
    margin-top: 3rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@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;
  font-family: "Noto Sans JP", sans-serif;
}
/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block !important;
}

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

.u-pcDin {
  display: inline !important;
}

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

.u-pcDt {
  display: table !important;
}

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

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

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none !important;
  }
  .u-spDb {
    display: block !important;
  }
  .u-spDib {
    display: inline-block !important;
  }
  .u-spDin {
    display: inline !important;
  }
  .u-spDf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-spDt {
    display: table !important;
  }
  .u-spDtc {
    display: table-cell !important;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  background-image: url("../images/common/lowerPage_bg.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center;
}
.topPage .siteContent section {
  position: relative;
  background-image: url("../images/topPage/top_bg.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topPage .siteContent section {
    background-image: url("../images/topPage/top_bg_sp.jpg");
  }
}
.topPage .siteContent section.secKv {
  background-image: none;
}
.peoplePage .siteContent {
  background-image: url("../images/topPage/top_bg.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .peoplePage .siteContent {
    background-image: url("../images/topPage/top_bg_sp.jpg");
  }
}
.peopleSinglePage .siteContent {
  background-image: url("../images/peoplePage/peoplePage_bg-02.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .peopleSinglePage .siteContent {
    background-image: url("../images/peoplePage/peoplePage_bg-02_sp.jpg");
  }
}
.secHeader__ttl {
  margin-bottom: 0;
  font-family: "Barlow Condensed", serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .secHeader__ttl {
    font-size: 4.2rem;
  }
}
.secHeader__subTtl {
  margin: 0.5rem 0 0;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .secHeader__subTtl {
    font-size: 1.6rem;
  }
}
.secHeader__blockTxt {
  margin: 1rem 0 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .secHeader__blockTxt {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.btnMore {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  height: 3.7rem;
  color: #014B80;
  font-family: "Barlow Condensed", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: #FDFF64;
  border-radius: 0.8rem;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .btnMore:hover {
    opacity: 0.6;
  }
}
.btnMore:hover {
  color: #014B80;
}
@media screen and (max-width: 768px) {
  .btnMore {
    font-size: 1.68rem;
    width: 10rem;
    height: 3.1rem;
    border-radius: 0.67rem;
  }
}
.btnMore::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.68rem;
  height: 1.15rem;
  background-image: url("../images/common/icon_arrow02.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.lowerKv {
  height: 45rem;
  background-image: url("../images/common/lowerKv_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .lowerKv {
    height: 37.5rem;
  }
}
.aboutPage .lowerKv {
  height: 70rem;
  background-image: url("../images/aboutPage/aboutPage_bg-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .aboutPage .lowerKv {
    height: 60rem;
  }
}
.aboutPage .lowerKv .lowerKv__inner {
  padding-top: 35rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutPage .lowerKv .lowerKv__inner {
    padding-top: 11rem;
    overflow-x: hidden;
    height: 60rem;
  }
}
.aboutPage .lowerKv .lowerKv__inner::after {
  content: "";
  position: absolute;
  top: 8rem;
  right: -6rem;
  display: block;
  width: 83rem;
  height: 58rem;
  background-image: url("../images/aboutPage/aboutPage_bg-02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .aboutPage .lowerKv .lowerKv__inner::after {
    background-image: url("../images/aboutPage/aboutPage_bg-02_sp.png");
    width: 52.2rem;
    height: 36.5rem;
    right: 0;
    left: 53%;
    top: auto;
    bottom: 2.8rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.peoplePage .lowerKv {
  background-image: url("../images/peoplePage/peoplePage_kv.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .peoplePage .lowerKv {
    height: 60rem;
    background-image: url("../images/peoplePage/peoplePage_kv_sp.jpg");
  }
}
.peopleSinglePage .lowerKv {
  padding-bottom: 5rem;
  height: auto;
  min-height: 45rem;
}
@media screen and (max-width: 768px) {
  .peopleSinglePage .lowerKv {
    padding-bottom: 3rem;
    height: auto;
    min-height: 37.5rem;
  }
}
.lowerKv__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 95rem;
  padding: 21.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .lowerKv__inner {
    padding: 18.5rem 2.4rem 0;
  }
}
.peoplePage .lowerKv__inner {
  padding-top: 21rem;
}
@media screen and (max-width: 768px) {
  .peoplePage .lowerKv__inner {
    padding-top: 23.5rem;
  }
}
.peopleSinglePage .lowerKv__inner {
  padding-top: 17rem;
}
@media screen and (max-width: 768px) {
  .peopleSinglePage .lowerKv__inner {
    padding-top: 10rem;
  }
}
.lowerKv__header {
  position: relative;
  padding-bottom: 1.3rem;
  font-family: "Barlow Condensed", serif;
  font-size: 7.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  z-index: 2;
  margin-left: -0.4rem;
}
@media screen and (max-width: 768px) {
  .lowerKv__header {
    font-size: 4.8rem;
    padding-bottom: 2rem;
    margin-left: -0.2rem;
  }
}
.peopleSinglePage .lowerKv__header {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .peopleSinglePage .lowerKv__header {
    padding-bottom: 2.5rem;
  }
}
.lowerKv__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 5rem;
  height: 0.3rem;
  background: #000;
}
@media screen and (max-width: 768px) {
  .lowerKv__header::after {
    width: 3.75rem;
    height: 0.225rem;
    bottom: 0.2rem;
    left: 0.3rem;
  }
}
.lowerKv__headerSpan {
  font-family: "Barlow Condensed", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lowerKv__headerSpan {
    font-size: 2rem;
  }
}
.lowerKv__subTtl {
  position: relative;
  margin-top: 1.6rem;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lowerKv__subTtl {
    font-size: 1.6rem;
    margin-left: 0.5rem;
  }
}
.peopleSinglePage .lowerKv__subTtl {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .peopleSinglePage .lowerKv__subTtl {
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-left: 0;
  }
}
.lowerKv__subTxt {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
.peopleSinglePage .lowerKv__subTxt {
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .peopleSinglePage .lowerKv__subTxt {
    line-height: 2;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .lowerKv__subTxt {
    font-size: 1.2rem;
    letter-spacing: 0.19em;
  }
}

/*====================================================================
topPage
====================================================================*/
.topPage .siteContent {
  background-image: none;
}

.bgKv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  min-height: 70rem;
}
@media screen and (max-width: 768px) {
  .bgKv {
    min-height: 64rem;
  }
}
.bgKv__bgImg {
  position: absolute;
  background-image: url("../images/topPage/kv_bg-01.png");
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 70rem;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bgKv__bgImg {
    min-height: 64rem;
    background-image: url("../images/topPage/kv_bg-01_sp.png");
  }
}
.bgKv__bgImg02 {
  position: absolute;
  background-image: url("../images/topPage/kv_bg-02.png");
  background-size: cover;
  background-position: center;
  inset: 0;
  height: 100vh;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .bgKv__bgImg02 {
    background-image: url("../images/topPage/kv_bg-02_sp.png");
  }
}

.secKvMain {
  position: relative;
  z-index: 0;
}

.secKv {
  position: relative;
}
.secKv__bg01 {
  min-height: 100vh;
  position: fixed;
  inset: 0;
  bottom: unset;
}
@media screen and (max-width: 768px) {
  .secKv__bg01 {
    min-height: auto;
  }
}
.secKv__descWrap {
  position: relative;
  z-index: 2;
  bottom: 0;
  width: 100%;
  -webkit-transition: opacity 700ms ease-in-out;
  transition: opacity 700ms ease-in-out;
}
.secKv__descWrap.fadeOut {
  opacity: 0;
}
.secKv__descWrap.fadeOut .secKv__desc {
  -webkit-animation: fadeOutAnim02 700ms ease-in-out forwards;
          animation: fadeOutAnim02 700ms ease-in-out forwards;
}
.secKv__descWrap.fadeIn {
  opacity: 1;
}
.secKv__descWrap.fadeIn .secKv__desc {
  -webkit-animation: fadeInAnim02 700ms ease-in-out forwards;
          animation: fadeInAnim02 700ms ease-in-out forwards;
}
@-webkit-keyframes fadeOutAnim02 {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
}
@keyframes fadeOutAnim02 {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
}
@-webkit-keyframes fadeInAnim02 {
  from {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInAnim02 {
  from {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.secKv__descInner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: calc(100vh + 10rem);
  height: 100vh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: transform;
}
.secKv__desc {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.16;
  width: 60rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .secKv__desc {
    font-size: 1.8rem;
    line-height: 2.3;
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    letter-spacing: 0.02em;
  }
}
.secKv__inner {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 0;
  height: 100vh;
  min-height: 70rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-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;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .secKv__inner {
    min-height: 64rem;
    padding-bottom: 0;
  }
}
.secKv__inner.fadeOut {
  -webkit-animation: fadeOutAnim 500ms ease-in-out forwards;
          animation: fadeOutAnim 500ms ease-in-out forwards;
}
.secKv__inner.fadeIn {
  -webkit-animation: fadeInAnim 500ms ease-in-out forwards;
          animation: fadeInAnim 500ms ease-in-out forwards;
}
@-webkit-keyframes fadeOutAnim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutAnim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.secKv__txt01 {
  margin-right: -1rem;
  margin-left: 1rem;
  margin-bottom: -0.5rem;
  width: calc(100% + 1rem);
  visibility: hidden;
}
.secKv__txt01.fadeOut {
  -webkit-animation: fadeOutAnim 500ms ease-in-out forwards;
          animation: fadeOutAnim 500ms ease-in-out forwards;
}
.secKv__txt01.fadeIn {
  -webkit-animation: fadeInAnim 500ms ease-in-out forwards;
          animation: fadeInAnim 500ms ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .secKv__txt01 {
    margin-bottom: auto;
    margin-right: 0;
    width: 100%;
    max-width: 32.5rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10rem;
  }
}
@-webkit-keyframes fadeUpAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.secKv__scroll {
  position: absolute;
  bottom: 42rem;
  left: 5rem;
  font-family: "Outfit", serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-transition: top ease-in 0.2s;
  transition: top ease-in 0.2s;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .secKv__scroll {
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    right: 3.5rem;
    left: auto;
    font-size: 0.98rem;
  }
}
.secKv__scroll.u-fixed {
  position: fixed;
  top: 42%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .secKv__scroll.u-fixed {
    top: 48%;
  }
}
@media screen and (max-width: 768px) {
  .secKv__scroll.u-fixed {
    -webkit-transform: none;
            transform: none;
    top: auto;
    bottom: 0;
  }
}
.secKv__scrollLine {
  margin-top: 1rem;
  width: 0.2rem;
  height: 5.7rem;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(0, 0, 0)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -5.7rem;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@media screen and (max-width: 768px) {
  .secKv__scrollLine {
    width: 0.1rem;
    height: 4rem;
    margin-left: auto;
    margin-right: auto;
    background-position: 0 -4rem;
    -webkit-animation: scrolldownSP 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
            animation: scrolldownSP 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
}

.secAbout {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .secAbout {
    padding: 4rem 0;
  }
}
.secAbout .secHeader__subTtl {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .secAbout .secHeader__subTtl {
    margin-top: 1rem;
  }
}
.secAbout .secHeader__blockTxt {
  margin-top: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .secAbout .secHeader__blockTxt {
    margin-top: 0.5rem;
  }
}
.secAbout__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 110rem;
}
@media screen and (max-width: 768px) {
  .secAbout__inner {
    max-width: 100%;
    padding-right: 3rem;
  }
}
.secAbout__fgr {
  margin: 2rem 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .secAbout__fgr {
    margin-left: -1rem;
    max-width: 35.5rem;
  }
}
@media screen and (max-width: 768px) {
  .secAbout .secHeader {
    padding: 0 2.4rem;
  }
}
.secAbout .btnMore {
  margin: 1.3rem 0 0 auto;
}

.secPeople {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .secPeople {
    padding: 0;
    overflow-x: hidden;
  }
}
.secPeople .secHeader {
  margin-top: -10rem;
}
@media screen and (max-width: 768px) {
  .secPeople .secHeader {
    margin-top: 0;
  }
}
.secPeople__inner {
  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;
  margin: 0 auto;
  width: 100%;
  max-width: 110rem;
  padding: 10.5rem 0;
}
@media screen and (max-width: 768px) {
  .secPeople__inner {
    padding: 0 0 4.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.secPeople__inner::after {
  content: "";
  position: absolute;
  right: -10rem;
  top: 0;
  display: block;
  width: 65rem;
  height: 100%;
  background-image: url("../images/topPage/people_bg-01.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .secPeople__inner::after {
    background-image: url("../images/topPage/people_bg-01_sp.png");
    top: auto;
    bottom: 0;
    right: -1.2rem;
    width: 24rem;
    height: 42rem;
  }
}
.secPeople__fgr {
  position: relative;
  width: 80.5rem;
  margin-right: -10rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .secPeople__fgr {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    width: calc(100% + 2.4rem);
  }
}
.secPeople .secHeader {
  max-width: 35rem;
}
@media screen and (max-width: 768px) {
  .secPeople .secHeader {
    padding: 0 2.4rem;
    z-index: 2;
    position: relative;
  }
}
.secPeople .secHeader__blockTxt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .secPeople .secHeader__blockTxt {
    margin-top: 1rem;
  }
}
.secPeople .btnMore {
  margin: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .secPeople .btnMore {
    margin-top: 3rem;
  }
}

.secBtn {
  padding: 5rem 0 14.5rem;
}
@media screen and (max-width: 768px) {
  .secBtn {
    padding-bottom: 10rem;
  }
}
.secBtn .secHeader__subTtl {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .secBtn .secHeader__subTtl {
    margin-top: 1.5rem;
  }
}
.secBtn .secHeader__blockTxt {
  margin-top: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .secBtn .secHeader__blockTxt {
    margin-top: 1rem;
  }
}
.secBtn__list {
  position: relative;
  -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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 110rem;
}
@media screen and (max-width: 768px) {
  .secBtn__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
.secBtn__listItem {
  width: 52rem;
}
@media screen and (max-width: 768px) {
  .secBtn__listItem {
    width: 31.5rem;
  }
}
.secBtn__listItem:nth-child(n+3) {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .secBtn__listItem:nth-child(n+3) .secHeader__subTtl {
    margin-top: 0;
  }
}
.secBtn__listItem:nth-child(n+3) .btnMore {
  margin-top: 0;
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 768px) {
  .secBtn__listItem:nth-child(n+3) .btnMore {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .secBtn__listItem:nth-of-type(1) .secBtn__listItemLinkFgr {
    width: 35rem;
    margin-left: -3.4rem;
  }
  .secBtn__listItem:nth-of-type(2) {
    margin-top: 5rem;
  }
  .secBtn__listItem:nth-of-type(2) .secBtn__listItemLinkFgr {
    width: 35rem;
    margin-left: -3.4rem;
  }
  .secBtn__listItem:nth-of-type(3) {
    margin-top: 8.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .secBtn__listItem:nth-of-type(3) {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .secBtn__listItem:nth-of-type(4) {
    margin-top: 3rem;
  }
}
.secBtn__listItemLink {
  margin: 3.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .secBtn__listItemLink {
    margin-top: 2.5rem;
  }
}
.secBtn__listItemLinkFlex {
  margin-top: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.secBtn__listItemLinkFlex .secHeader__ttl {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .secBtn__listItemLinkFlex .secHeader__ttl {
    font-size: 3.2rem;
  }
}
.secBtn__listItemLinkFlex .secHeader__subTtl {
  margin-top: 1rem;
}
.secBtn__listItemLinkFgr {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .secBtn__listItemLinkFgr:hover {
    opacity: 0.6;
  }
}
.secBtn .btnMore {
  margin: 1rem 0 0 auto;
}

/*====================================================================
messagePage
====================================================================*/
.messageSec {
  padding: 6rem 0 9.5rem;
}
@media screen and (max-width: 768px) {
  .messageSec {
    padding: 3.5rem 2.4rem 7rem;
  }
}
.messageSec__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 95rem;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .messageSec__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}
.messageSec__desc {
  width: 58.5rem;
}
@media screen and (max-width: 768px) {
  .messageSec__desc {
    width: 100%;
  }
}
.messageSec__header {
  position: relative;
  padding-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .messageSec__header {
    font-size: 2rem;
    line-height: 1.5;
    width: 100%;
    letter-spacing: 0.01em;
    padding-bottom: 1.5rem;
  }
}
.messageSec__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 5rem;
  height: 0.3rem;
  background: #014B80;
}
@media screen and (max-width: 768px) {
  .messageSec__header::after {
    width: 3.75rem;
    height: 0.225rem;
  }
}
.messageSec__txt {
  margin: 3.5rem 0 0;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .messageSec__txt {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 2;
    max-width: 29.7rem;
  }
}
.messageSec__user {
  padding-top: 4rem;
  width: 28.5rem;
  min-width: 28.5rem;
}
@media screen and (max-width: 768px) {
  .messageSec__user {
    padding-top: 5rem;
    min-width: auto;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.messageSec__userName {
  margin: 3rem 0 0;
  display: block;
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .messageSec__userName {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2.3;
    margin-bottom: 2.5rem;
  }
}
.messageSec__userFgr {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .messageSec__userFgr {
    width: 20rem;
  }
}

/*====================================================================
aboutPage
====================================================================*/
.secHistory {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .secHistory {
    padding: 3rem 0 5rem;
  }
}
.secHistory__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 110rem;
  -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: 8.5rem;
}
@media screen and (max-width: 768px) {
  .secHistory__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.secHistory__content {
  padding-left: 2.5rem;
}
.secHistory__gallery {
  margin: 3.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .secHistory__gallery {
    margin-top: 1.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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
    margin-left: -0.5rem;
  }
}
.secHistory__galleryItem {
  overflow: hidden;
  border-radius: 2.55rem;
  width: 100%;
  max-width: 20.4rem;
}
@media screen and (max-width: 768px) {
  .secHistory__galleryItem {
    max-width: 16.3rem;
  }
}
.secHistory__galleryItem:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .secHistory__galleryItem:not(:first-child) {
    margin-top: 0;
  }
}
.secHistory__tableCont {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .secHistory__tableCont {
    padding: 0 2.5rem;
  }
}
.secHistory__tableRow:not(:first-child) .secHistory__tableData {
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .secHistory__tableRow:not(:first-child) .secHistory__tableData {
    padding-top: 0;
  }
}
.secHistory__tableData {
  font-size: 1.6rem;
  line-height: 2.125rem;
  letter-spacing: 0.05em;
}
.secHistory__tableData:first-child {
  width: 9rem;
}
@media screen and (max-width: 768px) {
  .secHistory__tableData:first-child {
    vertical-align: top;
    width: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .secHistory__tableData {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.secBusiness {
  padding: 0 0 15rem;
}
@media screen and (max-width: 768px) {
  .secBusiness {
    padding-bottom: 5rem;
  }
}
.secBusiness .secHeader {
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .secBusiness .secHeader {
    padding-left: 0;
  }
}
.secBusiness__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 110rem;
}
@media screen and (max-width: 768px) {
  .secBusiness__inner {
    padding: 0 2.5rem;
  }
}
.secBusiness__list {
  margin-top: 4.5rem;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .secBusiness__list {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.secBusiness__listItem {
  width: calc(33.3333333333% - 2.6666666667rem);
}
@media screen and (max-width: 768px) {
  .secBusiness__listItem {
    width: 100%;
  }
}
.secBusiness__listItemInner {
  width: 100%;
  height: 36rem;
  border-radius: 3rem;
  overflow: hidden;
  -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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 6rem;
  background-image: url("../images/aboutPage/aboutPage_bg-03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .secBusiness__listItemInner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    height: 20rem;
    border-radius: 2.1rem;
  }
}
.secBusiness__listItemIcon01 {
  width: 8rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .secBusiness__listItemIcon01 {
    width: 5.6rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .secBusiness__listItemIcon01 + .secBusiness__listItemTtl {
    margin-bottom: -1rem;
  }
}
.secBusiness__listItemIcon02 {
  width: 9.7rem;
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 768px) {
  .secBusiness__listItemIcon02 {
    width: 6.8rem;
    margin-bottom: 2rem;
  }
}
.secBusiness__listItemIcon03 {
  width: 12.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .secBusiness__listItemIcon03 {
    width: 8.7rem;
    margin-bottom: 1rem;
  }
}
.secBusiness__listItemTtl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .secBusiness__listItemTtl {
    font-size: 1.68rem;
  }
}
.secBusiness__listItemTxt {
  margin: 2rem 0 0;
  padding: 0 2rem;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .secBusiness__listItemTxt {
    margin-top: 1rem;
    font-size: 1.4rem;
    padding: 0 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

.secData {
  padding: 0 0 11rem;
}
@media screen and (max-width: 768px) {
  .secData {
    padding-bottom: 5rem;
  }
}
.secData .secHeader {
  padding-left: 2.5rem;
}
.secData__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 110rem;
}
.secData__list {
  margin-top: 4rem;
  -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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .secData__list {
    margin-top: 2.5rem;
    gap: 2rem;
    padding: 0 2rem;
  }
}
.secData__listItem {
  position: relative;
  color: #014B80;
  width: 53rem;
  height: 32rem;
  background-image: url("../images/aboutPage/aboutPage_bg-04.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -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: 768px) {
  .secData__listItem {
    width: 32.5rem;
    height: 33rem;
    border-radius: 2.6rem;
    background-image: url("../images/aboutPage/aboutPage_bg-04_sp.png");
  }
}
.secData__listItem:nth-of-type(1) {
  padding-top: 3rem;
}
.secData__listItem:nth-of-type(1) .js-counter {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(1) .js-counter {
    width: 21.7rem;
  }
}
.secData__listItem:nth-of-type(1) .secData__listItemFlex01 {
  margin-top: 5rem;
}
.secData__listItem:nth-of-type(1) .secData__listItemFlex01 * {
  margin-top: -7rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(1) .secData__listItemFlex01 {
    margin-top: 6rem;
  }
  .secData__listItem:nth-of-type(1) .secData__listItemFlex01 * {
    margin-top: -6rem;
  }
}
.secData__listItem:nth-of-type(2) {
  padding-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(2) {
    padding-top: 5rem;
  }
  .secData__listItem:nth-of-type(2) .secData__listItemNumSpan {
    position: relative;
    right: -2rem;
  }
}
.secData__listItem:nth-of-type(2) .secData__listItemFlex01Txt02 {
  position: relative;
  top: -2rem;
}
.secData__listItem:nth-of-type(2) .js-counter {
  width: 21rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(2) .js-counter {
    width: 18.2rem;
  }
}
.secData__listItem:nth-of-type(2) .secData__listItemNum {
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(2) .secData__listItemNum {
    padding-left: 0;
  }
}
.secData__listItem:nth-of-type(2) .secData__listItemFlex01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(2) .secData__listItemFlex01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:first-child .js-counter {
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:first-child .js-counter {
    width: 9.9rem;
  }
}
.secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:first-child .secData__listItemInnerFlex03ItemSpan {
  position: relative;
  bottom: -1.5rem;
  left: -2.5rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:first-child .secData__listItemInnerFlex03ItemSpan {
    left: 0.5rem;
  }
}
.secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:first-child .secData__listItemInnerFlex03ItemFgr01 img {
  position: relative;
  top: -0.5rem;
  left: -1rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:first-child .secData__listItemInnerFlex03ItemFgr01 img {
    top: 0.5rem;
    left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:first-child .secData__listItemNum {
    right: -2rem;
  }
}
.secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:last-child .js-counter {
  width: 12.6rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:last-child .js-counter {
    width: 9.3rem;
  }
}
.secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:last-child .secData__listItemInnerFlex03ItemSpan {
  position: relative;
  bottom: -1.5rem;
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:last-child .secData__listItemInnerFlex03ItemSpan {
    left: -1.5rem;
  }
}
.secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:last-child .secData__listItemInnerFlex03ItemFgr02 img {
  position: relative;
  top: 0.5rem;
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(3) .secData__listItemInnerFlex03Item:last-child .secData__listItemInnerFlex03ItemFgr02 img {
    left: -1rem;
  }
}
.secData__listItem:nth-of-type(3) .secData__listItemNumSpan {
  font-family: "Barlow Condensed", serif;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(3) .secData__listItemNum {
    font-size: 8rem;
    position: relative;
    top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(3) .secData__listItemNumSpan {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(4) {
    height: 44.2rem;
  }
}
.secData__listItem:nth-of-type(4) .js-counter {
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(4) .js-counter {
    width: 9.6rem;
  }
}
.secData__listItem:nth-of-type(4) .secData__listItemNum {
  margin-top: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(4) .secData__listItemNum {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(4) .secData__listItemInnerFlex02 {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(5) {
    height: 40.3rem;
  }
}
.secData__listItem:nth-of-type(5) .secData__listItemFlex01Txt02 {
  margin-top: -1rem;
  max-width: 23.2rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(5) .secData__listItemFlex01Txt02 {
    max-width: 26.3rem;
  }
}
.secData__listItem:nth-of-type(6) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 3rem;
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(6) {
    height: 42.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(6) .secData__listItemInnerFlex05 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(6) .secData__listItemFlex01Txt02 {
    max-width: 26.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .secData__listItem:nth-of-type(6) .secData__listItemInnerFlex02Content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.secData__listItem:nth-of-type(6) .secData__listItemInner {
  width: 100%;
}
.secData__listItemTtl {
  position: absolute;
  top: 2.5rem;
  left: 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .secData__listItemTtl {
    top: 2rem;
    font-size: 1.75rem;
  }
}
.secData__listItemNum {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Outfit", serif;
  font-size: 11rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .secData__listItemNum {
    font-size: 9.6rem;
  }
}
.secData__listItemNumSpan {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .secData__listItemNumSpan {
    font-size: 4.5rem;
  }
}
.secData__listItemFlex01 {
  margin-top: 2rem;
  color: #000;
  -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;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .secData__listItemFlex01 {
    gap: 2rem;
  }
}
.secData__listItemFlex01Txt01 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .secData__listItemFlex01Txt01 {
    font-size: 2.1rem;
  }
}
.secData__listItemFlex01Txt02 {
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .secData__listItemFlex01Txt02 {
    font-size: 1.4rem;
  }
}
.secData__listItemInnerFlex02 {
  -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;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.secData__listItemInnerFlex02Fgr {
  width: 100%;
  max-width: 15rem;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex02Fgr {
    max-width: 21.1rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
}
.secData__listItemInnerFlex03Fgr {
  margin-top: 0.6rem;
  width: 100%;
  max-width: 20.6rem;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex03Fgr {
    margin-right: 0;
    max-width: 16rem;
  }
}
.secData__listItemInnerFlex04 {
  padding-top: 3rem;
  -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;
  gap: 2rem;
}
.secData__listItemInnerFlex04 .secData__listItemFlex01Txt02 {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
    padding-top: 2rem;
  }
}
.secData__listItemInnerFlex04Fgr {
  width: 100%;
  max-width: 22rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex04Fgr {
    max-width: 27.2rem;
  }
}
.secData__listItemInnerFlex05 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.secData__listItemInnerFlex05 .secData__listItemFlex01Txt02 {
  line-height: 1.75;
}
.secData__listItemInnerFlex05Fgr {
  width: 100%;
  max-width: 26.7rem;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex05Fgr {
    max-width: 23.5rem;
  }
  .secData__listItemInnerFlex05Fgr img {
    margin-left: 0;
  }
}
.secData__listItemInnerFlex05Txt {
  padding-bottom: 3rem;
  color: #000;
  display: block;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex05Txt {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.secData__listItemInnerFlex03 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
  padding-left: 2rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex03 {
    gap: 3rem;
    padding-left: 0;
    padding-top: 0;
  }
}
.secData__listItemInnerFlex03Item {
  text-align: center;
}
.secData__listItemInnerFlex03ItemSpan {
  color: #014B80;
  font-family: "Outfit", serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex03ItemSpan {
    font-size: 2rem;
  }
}
.secData__listItemInnerFlex03ItemFgr01 {
  margin: 0 auto;
  width: 4.6rem;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex03ItemFgr01 {
    width: 4rem;
    margin-right: 1.5rem;
  }
}
.secData__listItemInnerFlex03ItemFgr02 {
  margin: 0 auto;
  width: 5.4rem;
}
@media screen and (max-width: 768px) {
  .secData__listItemInnerFlex03ItemFgr02 {
    width: 4.7rem;
    margin-left: 1.5rem;
  }
}
.secData__listItemNumMapTxt {
  display: block;
  color: #014B80;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .secData__listItemNumMapTxt {
    margin-left: 2.2rem;
  }
}
.secData__listItemNumMapTxt:nth-of-type(2) {
  margin-top: 1rem;
  margin-bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .secData__listItemNumMapTxt:nth-of-type(2) {
    margin-bottom: 0;
  }
}

/*====================================================================
peoplePage
====================================================================*/
.archivePeople {
  padding: 10rem 0 6.5rem;
}
@media screen and (max-width: 768px) {
  .archivePeople {
    padding: 7.5rem 0 5.5rem;
  }
}
.archivePeople__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 110rem;
}
@media screen and (max-width: 768px) {
  .archivePeople__inner {
    max-width: 100%;
  }
}
.archivePeople__list {
  -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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .archivePeople__list {
    max-width: 100%;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
  }
}
.archivePeople__listItem {
  display: block;
  width: 32rem;
  color: #fff;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .archivePeople__listItem:hover {
    opacity: 0.6;
  }
}
.archivePeople__listItem:last-child {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .archivePeople__listItem {
    width: 17.6rem;
  }
  .archivePeople__listItem:nth-of-type(odd) .archivePeople__listItemInfo {
    margin-left: 2.5rem;
  }
  .archivePeople__listItem:nth-of-type(even) .archivePeople__listItemInfo {
    margin-right: 2rem;
  }
  .archivePeople__listItem:nth-of-type(n+5) {
    margin-top: 2rem;
  }
}
.archivePeople__listItem:hover {
  color: #fff;
}
.archivePeople__listItemInfo {
  position: relative;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .archivePeople__listItemInfo {
    margin-top: 1rem;
  }
}
.archivePeople__listItemInfo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  background: #FDFF64;
}
@media screen and (max-width: 768px) {
  .archivePeople__listItemInfo::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.archivePeople__listItemInfo::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  display: block;
  width: 0.681rem;
  height: 1.151rem;
  background-image: url("../images/common/icon_arrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .archivePeople__listItemInfo::after {
    top: 0.45rem;
    right: 0.55rem;
    width: 0.375rem;
    height: 0.633rem;
  }
}
.archivePeople__listItemInfoName {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .archivePeople__listItemInfoName {
    font-size: 1.4rem;
  }
}
.archivePeople__listItemInfoTxt {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .archivePeople__listItemInfoTxt {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.81;
    letter-spacing: 0.1em;
  }
}

.singlePeopleSec01 {
  padding: 8rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec01 {
    padding: 3.5rem 2.5rem 5.5rem;
  }
}
.singlePeopleSec01__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 95rem;
}
.singlePeopleSec01__bnr {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
  row-gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec01__bnr {
    row-gap: 1rem;
  }
}
.singlePeopleSec01__bnrTxt {
  padding: 1.5rem 1.5rem;
  display: block;
  background: #FDFF64;
  color: #014B80;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec01__bnrTxt {
    padding: 0.5rem 1rem;
    font-size: 2.1rem;
    letter-spacing: 0.13em;
  }
}
.singlePeopleSec01__ttl {
  position: relative;
  display: block;
  margin: 6rem 0 0;
  padding-bottom: 2.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec01__ttl {
    margin-top: 3.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.5;
  }
}
.singlePeopleSec01__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 5rem;
  height: 0.3rem;
  background: #014B80;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec01__ttl::after {
    width: 3.75rem;
    height: 0.225rem;
  }
}
.singlePeopleSec01__txt {
  margin: 2.5rem 0 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec01__txt {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    max-width: 30rem;
    letter-spacing: 0.05em;
  }
}

.singlePeopleSec02__inner {
  position: relative;
  padding: 9rem 0 15rem;
  margin: 0 auto;
  width: 100%;
  max-width: 110rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__inner {
    padding: 3rem 0 4.5rem;
    max-width: 100%;
  }
}
.singlePeopleSec02__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10rem;
  display: block;
  width: 117rem;
  height: 109.7rem;
  background-image: url("../images/peoplePage/peoplePage_bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .u-people05 .singlePeopleSec02__inner::after {
    height: 132rem;
  }
}
.u-people03 .singlePeopleSec02__inner::after {
  height: 93.8rem;
}
.u-people06 .singlePeopleSec02__inner::after {
  height: 97rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__inner::after {
    right: 0;
    width: 35rem;
    height: 128.3rem;
  }
  .u-people03 .singlePeopleSec02__inner::after {
    height: 103.1rem;
  }
  .u-people06 .singlePeopleSec02__inner::after {
    height: 108.1rem;
  }
}
.singlePeopleSec02__item {
  -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: 8rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.5rem;
  }
}
.singlePeopleSec02__item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__item:nth-of-type(2) {
    margin-top: 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .singlePeopleSec02__item:nth-of-type(2) .singlePeopleSec02__contentTtl {
    padding-bottom: 2rem;
  }
  .singlePeopleSec02__item:nth-of-type(2) .singlePeopleSec02__contentTxt {
    max-width: 30rem;
    margin-top: 1rem;
  }
}
.singlePeopleSec02__item:nth-of-type(2) .singlePeopleSec02__fgr {
  margin-right: -10rem;
  margin-left: 0;
  max-width: 56rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__item:nth-of-type(2) .singlePeopleSec02__fgr {
    margin-right: 0;
    margin-left: auto;
    max-width: 27.5rem;
  }
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__item:nth-of-type(2) .singlePeopleSec02__content {
    padding-left: 2.5rem;
  }
}
.singlePeopleSec02__item:nth-of-type(2) .singlePeopleSec02__contentTtl {
  margin-top: 17rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__item:nth-of-type(2) .singlePeopleSec02__contentTtl {
    margin-top: 4rem;
  }
}
.singlePeopleSec02__fgr {
  position: relative;
  margin: 0 0 0 -10rem;
  width: 100%;
  max-width: 64rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__fgr {
    margin-left: 0;
    max-width: 29rem;
  }
}
.singlePeopleSec02__content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__content {
    padding-left: 5rem;
    padding-right: 2.5rem;
  }
}
.singlePeopleSec02__contentTtl {
  position: relative;
  display: block;
  margin: 9.5rem 0 0;
  padding-bottom: 2.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__contentTtl {
    margin-top: 0 !important;
    line-height: 1.5;
  }
}
.singlePeopleSec02__contentTtl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 5rem;
  height: 0.3rem;
  background: #014B80;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__contentTtl::after {
    width: 3.75rem;
    height: 0.225rem;
  }
}
.singlePeopleSec02__contentTxt {
  margin: 3rem 0 0;
  width: 100%;
  max-width: 48rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec02__contentTxt {
    margin-top: 2rem;
    font-size: 1.4rem;
    max-width: 100%;
    letter-spacing: 0.07em;
  }
}

.singlePeopleSec04 {
  padding: 15rem 0 11rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04 {
    padding: 8rem 0 6.5rem;
  }
}
.singlePeopleSec04__content {
  position: relative;
  -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;
  margin: 0 auto 11.5rem;
  width: 100%;
  max-width: 110rem;
  padding: 5rem;
  gap: 9rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 0 5.5rem;
    max-width: calc(100% - 5rem);
    gap: 1.5rem;
    margin-bottom: 7rem;
  }
}
.singlePeopleSec04__content::before {
  content: "";
  display: block;
  width: calc((100vw - 110rem) / 2 + 100%);
  max-width: 120rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/peoplePage/peoplePage_bg-03.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04__content::before {
    background-image: url("../images/peoplePage/peoplePage_bg-03_sp.jpg");
    width: 34.5rem;
    left: -2.5rem;
  }
}
.singlePeopleSec04__ttl {
  position: relative;
  z-index: 2;
  color: #014B80;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
.singlePeopleSec04__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 5rem;
  height: 0.3rem;
  background: #014B80;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04__ttl::after {
    width: 3.75rem;
    height: 0.225rem;
  }
}
.singlePeopleSec04__tableCont {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04__tableCont {
    padding-left: 1rem;
  }
}
.singlePeopleSec04__tableRow:nth-of-type(n+2) .singlePeopleSec04__tableData {
  padding-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04__tableRow:nth-of-type(n+2) .singlePeopleSec04__tableData {
    padding-top: 1rem;
  }
}
.singlePeopleSec04__tableData {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04__tableData {
    font-size: 1.4rem;
    vertical-align: top;
  }
}
.singlePeopleSec04__tableData:first-child {
  min-width: 7.5rem;
  text-align: right;
  color: #014B80;
  font-weight: 700;
  padding-right: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04__tableData:first-child {
    min-width: 7rem;
  }
}
.singlePeopleSec04__btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 4.6rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .singlePeopleSec04__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04__btn {
    max-width: 3.7rem;
  }
}
.singlePeopleSec04__btn:first-child {
  margin-top: 22rem;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04__btn:first-child {
    margin-top: 5.5rem;
  }
}
.singlePeopleSec04__btnSpan {
  margin: 1rem 0 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .singlePeopleSec04__btnSpan {
    font-size: 1.2rem;
  }
}

/*====================================================================
environmentPage
====================================================================*/
.environmentSec {
  padding: 11.2rem 0 9rem;
}
@media screen and (max-width: 768px) {
  .environmentSec {
    padding: 4.5rem 2.5rem 6.5rem;
  }
}
.environmentSec__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 97rem;
}
.environmentSec__table {
  width: 100%;
}
.environmentSec__tableRow:last-child .environmentSec__tableData {
  border-bottom: 2px solid #014B80;
}
@media screen and (max-width: 768px) {
  .environmentSec__tableRow:last-child .environmentSec__tableData:first-child {
    border-bottom: 0;
  }
}
.environmentSec__tableData {
  font-size: 1.6rem;
  line-height: 2;
  border-top: 2px solid #014B80;
  vertical-align: top;
  padding: 1rem 0 5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .environmentSec__tableData {
    display: block;
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }
}
.environmentSec__tableData:first-child {
  width: 33rem;
  color: #014B80;
  font-weight: 700;
  font-size: 2rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .environmentSec__tableData:first-child {
    padding-top: 1rem;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .environmentSec__tableData:last-child {
    border-top: 0;
    padding-top: 0;
  }
}

/*====================================================================
recruitPage
====================================================================*/
.recruitSec {
  padding: 7rem 0 11.5rem;
}
@media screen and (max-width: 768px) {
  .recruitSec {
    padding: 4.5rem 0 8rem;
  }
}
.recruitSec__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 70rem;
}
@media screen and (max-width: 768px) {
  .recruitSec__inner {
    max-width: 100%;
  }
}
.recruitSec__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruitSec__ttl {
    font-size: 2rem;
  }
}
.recruitSec__txt {
  margin: 2.5rem auto 0;
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruitSec__txt {
    margin-top: 2rem;
    line-height: 1.5;
  }
}
.recruitSec__step {
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .recruitSec__step {
    margin-top: 3rem;
    width: 32.3rem;
  }
}
.recruitSec__stepItem:not(:first-child) {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .recruitSec__stepItem:not(:first-child) {
    margin-top: 6rem;
  }
}
.recruitSec a.recruitSec__stepItem {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .recruitSec a.recruitSec__stepItem:hover {
    opacity: 0.6;
  }
}
.recruitSec__entry {
  -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;
  width: 70rem;
  height: 10rem;
  color: #fff;
  font-family: "Barlow Condensed", serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: #014B80;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .recruitSec__entry {
    width: 32.3rem;
    height: 8.75rem;
    font-size: 3.15rem;
    border-radius: 1.75rem;
  }
}
.recruitSec__stepItem {
  position: relative;
}
.recruitSec__stepItem:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 2.5rem 1.75rem 0 1.75rem;
  border-color: #014B80 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .recruitSec__stepItem:not(:last-child)::after {
    bottom: -4.5rem;
    border-width: 2.5rem 1.5rem 0 1.5rem;
  }
}
.recruitSec__stepContent {
  margin-left: auto;
  width: 100%;
  height: 10rem;
  -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;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruitSec__stepContent {
    height: 8.75rem;
    font-size: 1.8rem;
    border-radius: 1.75rem;
  }
}
.recruitSec__stepContent::after {
  content: "";
  width: 65rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 2rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recruitSec__stepContent::after {
    width: 32.3rem;
  }
}
.recruitSec__stepContent.u-bgYellow::after {
  background: rgba(253, 255, 100, 0.78);
}
.recruitSec__stepBlockNum {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2.5rem;
  padding: 0 2.5rem;
  width: 15rem;
  height: 6rem;
  font-family: "Barlow Condensed", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background: #014B80;
  color: #fff;
  border-radius: 2rem;
  line-height: 1;
  gap: 2rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .recruitSec__stepBlockNum {
    top: -2.4rem;
    left: 1.5rem;
    -webkit-transform: none;
            transform: none;
    width: 9.2rem;
    height: 3.7rem;
    font-size: 1.225rem;
    padding: 0 1.5rem;
    border-radius: 1.225rem;
    gap: 1.5rem;
  }
}
.recruitSec__stepBlockNumSpan {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .recruitSec__stepBlockNumSpan {
    font-size: 2.45rem;
  }
}

/*====================================================================
faqPage
====================================================================*/
.faqSec {
  padding: 13rem 0 19rem;
}
@media screen and (max-width: 768px) {
  .faqSec {
    padding: 3rem 2.5rem 8rem;
  }
}
.faqSec__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 86rem;
}
@media screen and (max-width: 768px) {
  .faqSec__inner {
    max-width: 100%;
  }
}
.faqSec__list {
  width: 100%;
}
.faqSec__listItem {
  border-bottom: 0.2rem solid #014B80;
  padding: 2.5rem 0 3rem;
  -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: 6rem;
  cursor: pointer;
}
.faqSec__listItem:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .faqSec__listItem:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .faqSec__listItem {
    gap: 2.5rem;
    padding: 2rem 0;
  }
  .faqSec__listItem:first-child {
    border-top: 0.2rem solid #014B80;
  }
}
.faqSec__listItem.is-active .faqSec__listItemTtl::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faqSec__listItemContent {
  width: 100%;
}
.faqSec__listItemNum {
  color: #014B80;
  font-family: "Barlow Condensed", serif;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .faqSec__listItemNum {
    font-size: 3.2rem;
  }
}
.faqSec__listItemTtl {
  position: relative;
  display: block;
  width: 100%;
  color: #014B80;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .faqSec__listItemTtl {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.faqSec__listItemTtl::after {
  content: "";
  position: absolute;
  display: block;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 2.3rem;
  height: 1.3rem;
  background-image: url("../images/common/icon_accordion.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .faqSec__listItemTtl::after {
    right: 1.2rem;
    width: 1.4rem;
    height: 1rem;
    background-image: url("../images/common/icon_accordion_sp.png");
  }
}
.faqSec__listItemTxt {
  margin: 1rem 0;
  display: none;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .faqSec__listItemTxt {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.13em;
    text-align: justify;
  }
}

/*====================================================================
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 */