html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

span,
small {
  font-weight: inherit;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

em {
  font-style: normal;
}

html {
  font-size: 62.5%;
  scrollbar-gutter: stable;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 18.304px;
  color: #000;
  line-height: 1.7;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
body:has(.active) {
  overflow: hidden;
}

strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

.pcNone {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcNone {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

.color01 {
  color: #f00;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

/* link
*****************************************/
a {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

.hover a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s;
}
.hover a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .hover a:hover img {
    opacity: 1;
  }
}

/* header
*****************************************/
#header01 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 74.88px;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #header01 {
    height: 16vw;
  }
}
#header01.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(0);
}
#header01.fixed #globalNav01 {
  margin-top: -5px;
}
#header01.fixed #globalNav01 ul li a img {
  filter: brightness(0) saturate(100%);
}
#header01.fixed #globalNav01 ul li a[href^="#"]::before {
  background-color: #000;
}
@media (hover: hover) {
  #header01.fixed #globalNav01 ul li a[href^="#"]:hover::before {
    background-color: #a8a8a8;
  }
  #header01.fixed #globalNav01 ul li a:hover img {
    filter: brightness(66%) saturate(34%) invert(77%) sepia(6%) saturate(8%) hue-rotate(8deg) brightness(90%) contrast(82%);
  }
}
#header01.fixed .headButton01 span {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #header01.fixed > .logo01 {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
#header01 > .logo01 {
  display: none;
}
@media screen and (max-width: 767px) {
  #header01 > .logo01 {
    position: absolute;
    top: 3.7333333333vw;
    right: 4.7111111111vw;
    width: 33.7777777778vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  #header01.active > .logo01 {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}

.headButton01 {
  display: block;
  position: absolute;
  top: 30.784px;
  left: 40.768px;
  width: 40.768px;
  height: 15.808px;
  z-index: 9999;
  background: transparent;
  border: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.headButton01:hover {
  cursor: pointer;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .headButton01 {
    top: 6.2222222222vw;
    left: 4.6222222222vw;
    width: 11.0222222222vw;
    height: 4.0888888889vw;
  }
  .headButton01:hover {
    opacity: 1;
  }
}
.headButton01 > img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  width: 54.08px;
  height: 12.48px;
  transform: translateY(-50%);
  transition: opacity 0s, transform 0s;
  filter: invert(100%) sepia(94%) saturate(24%) hue-rotate(48deg) brightness(105%) contrast(107%);
}
.active .headButton01 > img {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 1;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}
@media screen and (max-width: 767px) {
  .headButton01 > img {
    display: none;
  }
}
.headButton01 > span {
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #fff;
  text-indent: 100%;
  white-space: nowrap;
}
.headButton01 > span.top {
  top: 0;
  width: 100%;
}
.headButton01 > span.bottom {
  width: 70%;
  bottom: 0;
  transition-property: bottom, transform;
}
.headButton01 > span.top, .headButton01 > span.bottom {
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.1s, 0;
  transform-origin: center;
}
.active .headButton01 > .top {
  top: 7px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .active .headButton01 > .top {
    top: 1.9555555556vw;
  }
}
.active .headButton01 > .bottom {
  bottom: 7px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .active .headButton01 > .bottom {
    bottom: 1.9555555556vw;
  }
}
.active .headButton01 > .top, .active .headButton01 .bottom {
  width: 100%;
  -webkit-transition-delay: 0, 0.1s;
  transition-delay: 0, 0.1s;
  background-color: #000;
}

#headNavArea01 {
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
.active #headNavArea01 {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #headNavArea01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    overflow-y: auto;
    z-index: 1000;
  }
  .active #headNavArea01 {
    opacity: 1;
    visibility: visible;
  }
}
#headNavArea01 > .logo01 {
  width: 248.768px;
  position: absolute;
  left: 74.88px;
  top: 332.8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
#headNavArea01 > .logo01 img {
  filter: brightness(0) saturate(100%);
}
.active #headNavArea01 > .logo01 {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #headNavArea01 > .logo01 {
    display: none !important;
  }
}
#headNavArea01 > .logo01 > a img {
  transition: filter 0.3s;
}
@media (hover: hover) {
  #headNavArea01 > .logo01 > a:hover img {
    filter: brightness(66%) saturate(34%) invert(77%) sepia(6%) saturate(8%) hue-rotate(8deg) brightness(90%) contrast(82%);
  }
}

.headBlock01 {
  position: absolute;
  left: 495.04px;
  top: 199.68px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 1024px) {
  .headBlock01 {
    left: 374.4px;
  }
}
@media screen and (max-width: 767px) {
  .headBlock01 {
    top: 34.1333333333vw;
    left: 11.1111111111vw;
    padding-bottom: 17.7777777778vw;
  }
}
.active .headBlock01 {
  opacity: 1;
  visibility: visible;
}
.headBlock01 > .title01 {
  width: 136.448px;
}
@media screen and (max-width: 767px) {
  .headBlock01 > .title01 {
    width: auto;
    height: 12.6222222222vw;
  }
}
.headBlock01 > .title01 > a {
  display: inline-block;
}
.headBlock01 > .title01 > a > img {
  display: block;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .headBlock01 > .title01 > a:hover > img {
    filter: brightness(66%) saturate(34%) invert(77%) sepia(6%) saturate(8%) hue-rotate(8deg) brightness(90%) contrast(82%);
  }
}
@media screen and (max-width: 767px) {
  .headBlock01 > .title01 > a {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .headBlock01 > .title01 img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .headBlock01 > .title01 + .title01 {
    margin-top: 14.0444444444vw;
  }
}
.headBlock01 div.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .headBlock01 div.wrap {
    margin-top: 6.0444444444vw;
    padding-top: 6.0444444444vw;
    margin-left: 3.5555555556vw;
    position: relative;
    flex-direction: column;
  }
  .headBlock01 div.wrap::before {
    position: absolute;
    top: -10px;
    z-index: -2;
    left: 5.408px;
    width: 1px;
    height: 100%;
    background-color: #000;
    content: "";
    top: -1.7777777778vw;
  }
}
.headBlock01 ul {
  margin-top: 57.408px;
  margin-left: 20.384px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .headBlock01 ul {
    margin-top: 0;
    margin-left: 0;
  }
}
.headBlock01 ul::before {
  position: absolute;
  top: -10px;
  z-index: -2;
  left: 5.824px;
  width: 1px;
  height: 100%;
  background-color: #000;
  content: "";
}
@media screen and (max-width: 767px) {
  .headBlock01 ul::before {
    display: none;
  }
}
.headBlock01 ul:nth-of-type(1) > li {
  position: relative;
}
.headBlock01 ul:nth-of-type(1) > li:not(:first-child) {
  margin-top: 66.56px;
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(1) > li:not(:first-child) {
    margin-top: 13.3333333333vw;
  }
}
.headBlock01 ul:nth-of-type(1) > li:nth-child(1) {
  height: 54.08px;
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(1) > li:nth-child(1) {
    height: 12.2666666667vw;
  }
}
.headBlock01 ul:nth-of-type(1) > li:nth-child(2) {
  height: 54.08px;
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(1) > li:nth-child(2) {
    height: 12.2666666667vw;
  }
}
.headBlock01 ul:nth-of-type(1) > li:nth-child(3) {
  height: 54.08px;
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(1) > li:nth-child(3) {
    height: 12.2666666667vw;
  }
}
.headBlock01 ul:nth-of-type(1) > li:nth-child(3)::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11.648px;
  height: 20px;
  background-color: #fff;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(1) > li:nth-child(3)::after {
    display: none;
    width: 2.4888888889vw;
  }
}
.headBlock01 ul:nth-of-type(1) > li > a {
  height: 100%;
  display: inline-block;
  padding-left: 29.952px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(1) > li > a {
    padding-left: 6.4vw;
  }
}
.headBlock01 ul:nth-of-type(1) > li > a::before {
  position: absolute;
  top: 50%;
  left: 0.832px;
  transform: translateY(-50%);
  border: solid 1px #000;
  width: 9.152px;
  height: 9.152px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(1) > li > a::before {
    width: 1.9555555556vw;
    height: 1.9555555556vw;
  }
}
.headBlock01 ul:nth-of-type(1) > li > a > img {
  display: block;
  height: 100%;
  width: auto;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .headBlock01 ul:nth-of-type(1) > li > a:hover > img {
    filter: brightness(66%) saturate(34%) invert(77%) sepia(6%) saturate(8%) hue-rotate(8deg) brightness(90%) contrast(82%);
  }
}
.headBlock01 ul:nth-of-type(2) > li {
  position: relative;
}
.headBlock01 ul:nth-of-type(2) > li:not(:first-child) {
  margin-top: 66.56px;
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(2) > li:not(:first-child) {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(2) > li {
    margin-top: 13.3333333333vw;
  }
}
.headBlock01 ul:nth-of-type(2) > li:nth-child(1) {
  height: 79.04px;
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(2) > li:nth-child(1) {
    height: 16.8888888889vw;
  }
}
.headBlock01 ul:nth-of-type(2) > li:nth-child(1) > a::before {
  margin-top: -12px;
}
.headBlock01 ul:nth-of-type(2) > li:nth-child(2) {
  margin-top: 46px;
  height: 54.08px;
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(2) > li:nth-child(2) {
    height: 10.4888888889vw;
  }
}
.headBlock01 ul:nth-of-type(2) > li:nth-child(2)::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11.648px;
  height: 20px;
  background-color: #fff;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(2) > li:nth-child(2)::after {
    width: 2.4888888889vw;
  }
}
.headBlock01 ul:nth-of-type(2) > li > a {
  height: 100%;
  display: inline-block;
  padding-left: 29.952px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(2) > li > a {
    padding-left: 6.4vw;
  }
}
.headBlock01 ul:nth-of-type(2) > li > a::before {
  position: absolute;
  top: 50%;
  left: 0.832px;
  transform: translateY(-50%);
  border: solid 1px #000;
  width: 9.152px;
  height: 9.152px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .headBlock01 ul:nth-of-type(2) > li > a::before {
    width: 1.9555555556vw;
    height: 1.9555555556vw;
  }
}
.headBlock01 ul:nth-of-type(2) > li > a > img {
  display: block;
  height: 100%;
  width: auto;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .headBlock01 ul:nth-of-type(2) > li > a:hover > img {
    filter: brightness(66%) saturate(34%) invert(77%) sepia(6%) saturate(8%) hue-rotate(8deg) brightness(90%) contrast(82%);
  }
}

#globalNav01 {
  position: absolute;
  top: 31.2px;
  z-index: 2;
  right: 69.056px;
}
@media screen and (max-width: 1024px) {
  #globalNav01 {
    right: 41.6px;
  }
}
@media screen and (max-width: 767px) {
  #globalNav01 {
    display: none;
  }
}
#globalNav01 > ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
#globalNav01 > ul > li {
  height: 19.136px;
}
#globalNav01 > ul > li.top {
  height: 17.472px;
}
#globalNav01 > ul > li:not(:last-child) {
  margin-right: 104px;
}
@media screen and (max-width: 1024px) {
  #globalNav01 > ul > li:not(:last-child) {
    margin-right: 49.92px;
  }
}
#globalNav01 > ul > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  #globalNav01 > ul > li > a:hover > img {
    filter: brightness(0) saturate(100%);
  }
  .active #globalNav01 > ul > li > a:hover > img {
    filter: brightness(66%) saturate(34%);
  }
}
#globalNav01 > ul > li > a img {
  height: 100%;
  width: auto;
  display: block;
  transition: filter 0.3s;
}
.active #globalNav01 > ul > li > a img {
  transition: filter 0.3s;
  filter: brightness(0) saturate(100%);
}
#globalNav01 > ul > li > a[href^="#"] {
  padding-left: 19.136px;
}
#globalNav01 > ul > li > a[href^="#"]::before {
  transition: background 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10.816px;
  height: 7.904px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
}
.active #globalNav01 > ul > li > a[href^="#"]::before {
  background-color: #000;
}
#globalNav01 > ul > li > a:hover[href^="#"]::before {
  background-color: #000;
}

/* footer
*****************************************/
#footer01 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
#footer01 > .inner01.jsFadeElm01 {
  opacity: 0;
}
#footer01 > .inner01.jsFadeElm01.is-show {
  animation: textFadeUp 1s ease forwards;
}
#footer01 > .inner01 > .image01 {
  height: 353.6px;
}
@media screen and (max-width: 767px) {
  #footer01 > .inner01 > .image01 {
    height: 75.5555555556vw;
  }
}
#footer01 > .inner01 > .image01 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pagetop01 {
  position: absolute;
  width: 50.752px;
  height: 50.752px;
  z-index: 1;
  right: 131.04px;
  bottom: 382.72px;
}
.pagetop01.jsFadeElm01 {
  opacity: 0;
}
.pagetop01.jsFadeElm01.is-show {
  animation: textFadeUp 1s ease forwards;
}
@media screen and (max-width: 767px) {
  .pagetop01 {
    width: 10.8444444444vw;
    height: 10.8444444444vw;
    right: 6.4vw;
    bottom: 81.7777777778vw;
  }
}
.pagetop01 > a {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border: solid 1px #000;
  transition: background 0.3s;
}
.pagetop01 > a::before {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -4.16px;
  margin-left: -8.32px;
  left: 50%;
  width: 16.64px;
  height: 16.64px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-45deg);
  transition: border 0.3s;
  content: "";
}
@media screen and (max-width: 767px) {
  .pagetop01 > a::before {
    margin-top: -0.8888888889vw;
    margin-left: -1.7777777778vw;
    width: 3.5555555556vw;
    height: 3.5555555556vw;
  }
}
@media (hover: hover) {
  .pagetop01 > a:hover {
    background-color: #fff;
  }
  .pagetop01 > a:hover::before {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
}

.copyright01 {
  background-color: #000;
  font-size: 12.48px;
  text-align: center;
  line-height: 1;
  padding-top: 22.048px;
  padding-bottom: 23.712px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copyright01 {
    font-size: 2.6666666667vw;
    padding-top: 4.7111111111vw;
    padding-bottom: 5.0666666667vw;
  }
}

/* form
*****************************************/
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none;
}

select::-ms-expand {
  display: none;
}

input[type=submit] {
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]:-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus {
  outline-offset: -2px;
}
input[type=submit]:-moz-focus-inner {
  border: 0;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

/* contents
*****************************************/
.contents01 {
  overflow-x: hidden;
}

.wrapper01 {
  overflow: hidden;
  padding-bottom: 108.16px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .wrapper01 {
    padding-bottom: 17.7777777778vw;
  }
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.mainArea01 {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../../images/bg01.jpg) no-repeat fixed 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .mainArea01 {
    background: none;
    height: 100svh;
  }
}
@media screen and (max-width: 767px) {
  .mainArea01::before {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: -1;
    background: url(../../images/bg01s.jpg) no-repeat 50% 50%/cover;
    content: "";
  }
}
.mainArea01 > .logo01 {
  position: absolute;
  width: 316.16px;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: logoFadeIn 2.5s ease 0.1s forwards;
}
@media screen and (max-width: 767px) {
  .mainArea01 > .logo01 {
    width: 51.9111111111vw;
    top: 65.7777777778vw;
    margin-left: 1.7777777778vw;
    transform: translate(-50%, 0);
  }
}
.mainArea01 > .icon01 {
  position: absolute;
  width: auto;
  height: 41.6px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 49.92px;
  color: #fff;
  font-size: 12.48px;
}
.mainArea01 > .icon01 > span {
  width: 22.464px;
  height: 11.648px;
  position: relative;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: movearrow 1.4s ease-in-out infinite;
}
.mainArea01 > .icon01 > span::before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 2px;
  width: 16px;
  height: 16px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg);
  content: "";
}

@keyframes movearrow {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    bottom: -10px;
    opacity: 0;
  }
}
.mainArea02 {
  max-width: 956.8px;
  padding-left: 24.96px;
  padding-right: 24.96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 672.256px;
}
@media screen and (max-width: 767px) {
  .mainArea02 {
    height: 104.8888888889vw;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mainArea02 > .title01 {
  width: 79.04px;
  margin-left: 49.92px;
}
@media screen and (max-width: 767px) {
  .mainArea02 > .title01 {
    padding-top: 5vw;
    width: 16.7111111111vw;
    margin-left: 10.3111111111vw;
  }
}
.mainArea02 > .image01 {
  margin-right: calc(64% - 64vw);
  width: 70vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mainArea02 > .image01 {
    margin-right: 0;
    width: 63vw;
  }
}
.mainArea02 > .image01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
@media screen and (max-width: 767px) {
  .mainArea02 > .image01 img {
    object-position: 28% bottom;
  }
}

.mainArea03 {
  margin-top: 115.232px;
  height: 685.152px;
  position: relative;
  width: 64.84375%;
}
@media screen and (max-width: 767px) {
  .mainArea03 {
    margin-top: 16vw;
    height: 121.7777777778vw;
    width: 100%;
    margin-bottom: 32.4444444444vw;
  }
}
.mainArea03 > .title01 {
  position: absolute;
  width: 416px;
  right: 0;
  bottom: 49.92px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mainArea03 > .title01 {
    width: 72.8888888889vw;
    bottom: 13.1555555556vw;
  }
}
.mainArea03 > .image01 {
  height: 100%;
  position: relative;
}
.mainArea03 > .image01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}
@media screen and (max-width: 767px) {
  .mainArea03 > .image01 img {
    object-position: 71% center;
  }
}
.mainArea03 > .image01 > .text01 {
  position: absolute;
  width: 331.968px;
  top: 95.68px;
  left: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .mainArea03 > .image01 > .text01 {
    width: 58.6666666667vw;
    top: inherit;
    bottom: -32.4444444444vw;
    left: 4.8888888889vw;
  }
}
.mainArea03.type01 {
  margin-right: 0;
  margin-left: auto;
}
.mainArea03.type01 > .title01 {
  right: inherit;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mainArea03.type01 > .title01 {
    right: 0;
    left: inherit;
  }
}
.mainArea03.type01 > .image01 > .text01 {
  width: 315.744px;
  top: 109.408px;
  right: calc(100% - 110px);
  left: inherit;
}
@media screen and (max-width: 767px) {
  .mainArea03.type01 > .image01 > .text01 {
    width: 52vw;
    bottom: -32.1777777778vw;
    left: 4.8vw;
    top: inherit;
  }
}
@media screen and (max-width: 767px) {
  .mainArea03.type01 > .image01 img {
    object-position: 47% center;
  }
}

.mainArea04 {
  margin-top: 74.88px;
}
@media screen and (max-width: 767px) {
  .mainArea04 {
    margin-top: 16vw;
  }
}

.heading01 {
  text-align: center;
  height: 99.84px;
  opacity: 0;
}
.heading01.is-show {
  animation: textFadeUp 1s ease forwards;
}
@media screen and (max-width: 767px) {
  .heading01 {
    height: 21.3333333333vw;
  }
}
.heading01 > img {
  height: 100%;
  width: auto;
}

@keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.aboutBlock01 {
  padding: 91.52px 24.96px 208px;
  overflow: hidden;
  opacity: 0;
}
.aboutBlock01.is-show {
  animation: bgFadeIn 1.2s ease forwards;
}
.aboutBlock01.is-show > .inner01 > .title01 {
  animation: textFadeUp 1s ease 0.5s forwards;
}
.aboutBlock01.is-show > .inner01 > .text01 {
  animation: textFadeUp 1s ease 0.8s forwards;
}
.aboutBlock01.bg1 {
  background: url(../../images/bg03_1.png) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .aboutBlock01.bg1 {
    background: url(../../images/bg03_1s.png) no-repeat 50% 50%/cover;
    padding: 28.4444444444vw 0px 17.7777777778vw;
  }
}
.aboutBlock01.bg1 .text01 img {
  width: 132.8px;
}
@media screen and (max-width: 767px) {
  .aboutBlock01.bg1 .text01 img {
    width: 29.5111111111vw;
  }
}
.aboutBlock01.bg2 {
  background: url(../../images/bg03_2.png) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .aboutBlock01.bg2 {
    background: url(../../images/bg03_2s.png) no-repeat 50% 50%/cover;
    padding: 28.4444444444vw 0px 17.7777777778vw;
  }
}
.aboutBlock01.bg2 .text01 {
  float: left !important;
}
@media screen and (max-width: 767px) {
  .aboutBlock01.bg2 .text01 {
    float: none !important;
  }
}
.aboutBlock01.bg2 .text01 img {
  width: 212px;
}
@media screen and (max-width: 767px) {
  .aboutBlock01.bg2 .text01 img {
    width: 39.2888888889vw;
  }
}
.aboutBlock01.bg2 .nam {
  left: auto !important;
  right: 0 !important;
}
.aboutBlock01.bg3 {
  background: url(../../images/bg03_3.png) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .aboutBlock01.bg3 {
    background: url(../../images/bg03_3s.png) no-repeat 50% 50%/cover;
    padding: 28.4444444444vw 0px 17.7777777778vw;
  }
}
.aboutBlock01.bg3 .text01 img {
  width: 263px;
}
@media screen and (max-width: 767px) {
  .aboutBlock01.bg3 .text01 img {
    width: 54.4888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .aboutBlock01 {
    padding: 24.8888888889vw 0px 149.76px;
  }
}
.aboutBlock01 > .inner01 {
  max-width: 906.88px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutBlock01 > .inner01 {
    max-width: none;
  }
}
.aboutBlock01 > .inner01 > .title01 {
  width: 43px;
  float: right;
  opacity: 0;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .aboutBlock01 > .inner01 > .title01 {
    position: absolute;
    top: -10.6666666667vw;
    left: 50%;
    margin-left: 23.1111111111vw;
    width: 7.6444444444vw;
    float: none;
  }
}
.aboutBlock01 > .inner01 > .text01 {
  float: right;
  margin-right: 0px;
  margin-top: 41.6px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .aboutBlock01 > .inner01 > .text01 {
    display: table;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}
.aboutBlock01 > .inner01 .nam {
  position: absolute;
  top: 670px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .aboutBlock01 > .inner01 .nam {
    position: static;
    display: table;
    margin-top: 28.4444444444vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.aboutBlock01 > .inner01 .nam img {
  width: 88px;
}
@media screen and (max-width: 767px) {
  .aboutBlock01 > .inner01 .nam img {
    width: 11.5555555556vw;
  }
}

.aboutBlock02 {
  padding-top: 99.84px;
}
@media screen and (max-width: 767px) {
  .aboutBlock02 {
    padding-top: 11.5555555556vw;
  }
}
.aboutBlock02 > .block01 {
  display: flex;
  justify-content: space-between;
  max-width: 1164.8px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
.aboutBlock02 > .block01.is-show {
  animation: textFadeUp 1s ease forwards;
}
@media screen and (max-width: 767px) {
  .aboutBlock02 > .block01 {
    display: block;
  }
}
.aboutBlock02 > .block01:first-of-type {
  margin-top: 74.88px;
}
@media screen and (max-width: 767px) {
  .aboutBlock02 > .block01:first-of-type {
    margin-top: 11.5555555556vw;
  }
}
.aboutBlock02 > .block01 > .column01 {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 66.56px 41.6px 66.56px 83.2px;
}
@media screen and (max-width: 1024px) {
  .aboutBlock02 > .block01 > .column01 {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .aboutBlock02 > .block01 > .column01 {
    width: 100%;
    padding: 14.2222222222vw 8vw 14.2222222222vw 8vw;
  }
}
.aboutBlock02 > .block01 > .column01::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background-color: #EDEDED;
  content: "";
}
@media screen and (max-width: 767px) {
  .aboutBlock02 > .block01 > .column01::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aboutBlock02 > .block01 > .column01 > .title01 {
    margin-right: -12.4444444444vw;
  }
}
.aboutBlock02 > .block01 > .column01 > .text01 {
  font-size: 18.304px;
  margin-top: 41.6px;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .aboutBlock02 > .block01 > .column01 > .text01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .aboutBlock02 > .block01 > .column01 > .text01 {
    font-size: 3.9111111111vw;
    margin-top: 10.6666666667vw;
  }
}
.aboutBlock02 > .block01 > .column02 {
  margin-right: calc(50% - 50vw);
  width: 50vw;
}
@media screen and (max-width: 767px) {
  .aboutBlock02 > .block01 > .column02 {
    width: 100%;
    margin-right: 0;
  }
}
.aboutBlock02 > .block01 > .column02 > .image01 {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .aboutBlock02 > .block01 > .column02 > .image01 {
    height: 77.3333333333vw;
  }
}
.aboutBlock02 > .block01 > .column02 > .image01 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutBlock02 > .block01 + .block01 {
  flex-direction: row-reverse;
}
.aboutBlock02 > .block01 + .block01 > .column01::before {
  left: 0;
  right: inherit;
}
.aboutBlock02 > .block01 + .block01 > .column02 {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .aboutBlock02 > .block01 + .block01 > .column02 {
    margin-left: 0;
  }
}

.peopleBlock01 {
  padding-top: 91.52px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 {
    padding-top: 20.4444444444vw;
  }
}
.peopleBlock01 > .heading01.is-show {
  animation: textFadeUp 1s ease forwards;
}
.peopleBlock01 > .image01.is-show {
  animation: textFadeUp 1s ease forwards;
}
.peopleBlock01 > .image02.is-show {
  animation: textFadeUp 1s ease 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .image02.is-show {
    animation: textFadeUp 1s ease forwards;
  }
}
.peopleBlock01 > .text01.is-show {
  animation: textFadeUp 1s ease 0.8s forwards;
}
.peopleBlock01 > .text02.is-show {
  animation: textFadeUp 1s ease forwards;
}
.peopleBlock01 > .text03.is-show {
  animation: textFadeUp 1s ease forwards;
}
.peopleBlock01 > .text04.is-show {
  animation: textFadeUp 1s ease forwards;
}
.peopleBlock01:first-child {
  padding-top: 54.08px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01:first-child {
    padding-top: 7.5555555556vw;
  }
}
.peopleBlock01 > .heading01 {
  margin-bottom: 49.92px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .heading01 {
    margin-bottom: 14.2222222222vw;
  }
}
.peopleBlock01 > .image01 {
  width: 63.8vw;
  float: right;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .image01 {
    float: none;
    height: 77.6vw;
    margin-left: 13.3333333333vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .image01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
    display: block;
    margin-left: 0;
  }
}
.peopleBlock01 > .image02 {
  margin-top: 199.68px;
  width: 29.8vw;
  float: left;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .image02 {
    height: 56.5333333333vw;
    margin-left: -19.5555555556vw;
    width: 64%;
    margin-top: 11.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .image02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 0;
    display: block;
    margin-left: 0;
  }
}
.peopleBlock01 > .text01 {
  width: calc(64vw - 250px);
  float: right;
  margin-right: 250px;
  margin-bottom: 41.6px;
  opacity: 0;
}
@media screen and (max-width: 1360px) {
  .peopleBlock01 > .text01 {
    width: calc(64vw - 50px);
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .text01 {
    display: none;
  }
}
.peopleBlock01 > .text02 {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .text02 {
    display: block;
    width: 64.4444444444vw;
    margin-top: 17.7777777778vw;
    margin-left: 12.4444444444vw;
  }
}
.peopleBlock01 > .text03 {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .text03 {
    display: block;
    width: 35.9111111111vw;
    float: right;
    margin-top: 11.5555555556vw;
    margin-right: 8.1777777778vw;
    margin-bottom: 7.1111111111vw;
  }
}
.peopleBlock01 > .text04 {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .text04 {
    display: block;
    width: 25.4222222222vw;
    clear: both;
    margin-left: 16.8888888889vw;
    margin-bottom: 7.1111111111vw;
  }
}
.peopleBlock01 > .inner01 {
  max-width: 956.8px;
  padding-left: 24.96px;
  padding-right: 24.96px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 {
    padding-left: 7.1111111111vw;
    padding-right: 7.1111111111vw;
  }
}
.peopleBlock01 > .inner01 > .block01 {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01.add2 {
    margin-top: 22.2222222222vw !important;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01.add3 {
    margin-top: 31.1111111111vw !important;
  }
}
.peopleBlock01 > .inner01 > .block01:not(:first-child) {
  margin-top: 158.08px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01:not(:first-child) {
    margin-top: 14.2222222222vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column01 {
  width: 44%;
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.peopleBlock01 > .inner01 > .block01 > .column01:nth-of-type(1), .peopleBlock01 > .inner01 > .block01 > .column01:nth-of-type(2) {
  margin-bottom: 60px;
}
.peopleBlock01 > .inner01 > .block01 > .column01.jsFadeElm01 {
  opacity: 0;
}
.peopleBlock01 > .inner01 > .block01 > .column01.jsFadeElm01.is-show {
  animation: textFadeUp 1s ease forwards;
}
@media (hover: hover) {
  .peopleBlock01 > .inner01 > .block01 > .column01.jsFadeElm01.is-show > .image01, .peopleBlock01 > .inner01 > .block01 > .column01.jsFadeElm01.is-show > .row01 {
    transition: opacity 0.3s;
  }
  .peopleBlock01 > .inner01 > .block01 > .column01.jsFadeElm01.is-show:hover > .image01, .peopleBlock01 > .inner01 > .block01 > .column01.jsFadeElm01.is-show:hover > .row01 {
    opacity: 0.7;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column01.jsFadeElm01 + .column01.is-show {
  animation: textFadeUp 1s ease 0.2s forwards;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column01.jsFadeElm01 + .column01.is-show {
    animation: textFadeUp 1s ease forwards;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column01 {
    width: 100%;
  }
}
@media (hover: hover) {
  .peopleBlock01 > .inner01 > .block01 > .column01:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column01 + .column01 {
    margin-top: 19.5555555556vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column01 > .row01 {
  margin-top: 20.8px;
  position: relative;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column01 > .row01 {
    padding-right: 10.6666666667vw;
    margin-top: 4.1777777778vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column01 > .row01 > .text01 {
  font-size: 16.64px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column01 > .row01 > .text01 {
    font-size: 3.5555555556vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column01 > .row01 > .text02 {
  font-size: 24.96px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column01 > .row01 > .text02 {
    margin-top: 0.8888888889vw;
    font-size: 5.3333333333vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column01 > .row01 > .text02 > span {
  font-size: 16.64px;
  margin-right: 20.8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column01 > .row01 > .text02 > span {
    font-size: 3.5555555556vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column01 > .row01::before, .peopleBlock01 > .inner01 > .block01 > .column01 > .row01::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.peopleBlock01 > .inner01 > .block01 > .column01 > .row01::before {
  right: 16.64px;
  width: 45.76px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column01 > .row01::before {
    right: 3.5555555556vw;
    width: 8.8888888889vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column01 > .row01::after {
  right: 19.968px;
  width: 24.96px;
  height: 24.96px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column01 > .row01::after {
    right: 4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column02 {
  width: 63.338%;
  margin-top: 10.816px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column02 {
    width: 100%;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column02 > .title01 {
  font-weight: 600;
  font-size: 28.288px;
  line-height: 1.61;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column02 > .title01 {
    font-size: 5.5111111111vw;
    margin-top: 0;
    letter-spacing: -0.04em;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column02 > .title01.type01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column02 > .title01.type01 {
    margin-top: 0;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column02 > .text01 {
  line-height: 2.272;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column02 > .text01 {
    font-size: 3.9111111111vw;
    line-height: 2;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column02 > .text01:not(:first-child) {
  margin-top: 29.12px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column02 > .text01:not(:first-child) {
    margin-top: 8.8888888889vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column02 > .text01 + .text01 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column02 > .text01 + .text01 {
    margin-top: 7.1111111111vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column02 > .text02 {
  margin-top: 41.6px;
  font-size: 16.64px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column02 > .text02 {
    font-size: 3.5555555556vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .image01 {
  margin-right: calc(32% - 40vw);
  width: 40vw;
}
@media screen and (min-width: 1601px) {
  .peopleBlock01 > .inner01 > .block01 > .image01 {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01 {
    margin-top: 8vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .image01 > span {
  display: table;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01 > span {
    margin-top: 1.7777777778vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 2.6666666667vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .image01 > span.r {
  margin-left: auto;
}
.peopleBlock01 > .inner01 > .block01 > .image01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media screen and (max-width: 1024px) {
  .peopleBlock01 > .inner01 > .block01:nth-of-type(odd) > .image01 img {
    object-position: -140px center;
  }
}
.peopleBlock01 > .inner01 > .block01:nth-of-type(even) {
  flex-direction: row-reverse;
}
.peopleBlock01 > .inner01 > .block01:nth-of-type(even) > .column02 {
  margin-right: -2%;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01:nth-of-type(even) > .column02 {
    margin-right: 0;
  }
}
.peopleBlock01 > .inner01 > .block01:nth-of-type(even) > .image01 {
  margin-left: calc(33% - 40vw);
  margin-right: 0;
}
@media screen and (min-width: 1601px) {
  .peopleBlock01 > .inner01 > .block01:nth-of-type(even) > .image01 {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01:nth-of-type(even) > .image01 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.peopleBlock01 > .inner01 > .block01:nth-of-type(even) > .image01 img {
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people01_01] {
    height: 102.9333333333vw;
  }
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people01_01] img {
    object-position: 23% center;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people01_02] {
    height: 111.2888888889vw;
  }
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people01_02] img {
    object-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people01_03] {
    height: 85.5111111111vw;
  }
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people01_03] img {
    object-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people01_04] {
    height: 89.5111111111vw;
  }
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people01_04] img {
    object-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people01_05] {
    height: 104.8vw;
  }
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people01_05] img {
    object-position: center center;
  }
}
.peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_01] {
  max-height: 481.728px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_01] {
    max-height: inherit;
    height: 102.9333333333vw;
  }
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_01] img {
    object-position: 8% center;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_02] {
    height: 112vw;
  }
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_02] img {
    object-position: 78% center;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_03] {
    height: 105.7777777778vw;
  }
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_03] img {
    object-position: 50% center;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_04] {
    height: 102.8444444444vw;
  }
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_04] img {
    object-position: 50% center;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_05] {
    height: 102.9333333333vw;
  }
  .peopleBlock01 > .inner01 > .block01 > .image01[data-ph=people02_05] img {
    object-position: 50% center;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column03 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.peopleBlock01 > .inner01 > .block01 > .column03:not(:first-child) {
  margin-top: 89.44px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column03:not(:first-child) {
    margin-top: 8.8888888889vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column03 > .title01 {
  font-weight: 600;
  font-size: 28.288px;
  line-height: 1.61;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column03 > .title01 {
    font-size: 5.5111111111vw;
    margin-top: 0;
    letter-spacing: -0.04em;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column03 > .cell01 {
  width: 49.17%;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column03 > .cell01 {
    width: 100%;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column03 > .cell01 > .text01 {
  margin-top: 19.968px;
  font-size: 16.64px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column03 > .cell01 > .text01 {
    font-size: 3.5555555556vw;
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column03 > .cell01 + .cell01 {
    margin-top: 8.8888888889vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column03 > .image01 {
  margin-top: 29.12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column03 > .image01[data-ph=people02_06] {
    order: 3;
    height: 85.5111111111vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .peopleBlock01 > .inner01 > .block01 > .column03 > .image01[data-ph=people02_06] img {
    object-position: 50% center;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column03 > ul {
  width: 100%;
  margin-top: 45.76px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column03 > ul {
    margin-top: 9.7777777778vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column03 > ul > li {
  font-size: 18.304px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column03 > ul > li {
    font-size: 3.9111111111vw;
  }
}
.peopleBlock01 > .inner01 > .block01 > .column03 > ul > li:not(:first-child) {
  margin-top: 8.32px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block01 > .column03 > ul > li:not(:first-child) {
    margin-top: 1.7777777778vw;
  }
}
.peopleBlock01 > .inner01 > .block02 {
  margin-top: 108.16px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block02 > .image01 {
    margin-right: calc(50% - 48vw);
    margin-left: calc(50% - 50vw);
    width: 97.5vw;
    margin-top: 21.3333333333vw;
  }
}
.peopleBlock01 > .inner01 > .block02 > .text01 {
  font-size: 16.64px;
  margin-top: 38.272px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block02 > .text01 {
    margin-top: 4.4444444444vw;
    font-size: 3.5555555556vw;
  }
}
.peopleBlock01 > .inner01 > .block03 {
  margin-top: 62.4px;
  padding-bottom: 124.8px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 {
    margin-top: 7.1111111111vw;
    padding-bottom: 62.4px;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 + .block03 {
    margin-top: 8.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > h2 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.peopleBlock01 > .inner01 > .block03 > .title01 {
  font-weight: 600;
  font-size: 28.288px;
  line-height: 1.61;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .title01 {
    font-size: 5.5111111111vw;
    margin-top: 7.1111111111vw;
    letter-spacing: -0.05em;
  }
}
.peopleBlock01 > .inner01 > .block03 > .text01 {
  font-size: 18.304px;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-top: 31.2px;
  line-height: 2.27;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .text01 {
    font-size: 3.9111111111vw;
    margin-top: 6.6666666667vw;
    line-height: 2;
  }
}
.peopleBlock01 > .inner01 > .block03 > .text01 + .text01 {
  margin-top: 2em;
}
.peopleBlock01 > .inner01 > .block03 > .image01 {
  margin-top: 70.72px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .image01 {
    margin-top: 8.8888888889vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.peopleBlock01 > .inner01 > .block03 > .image01 + .text01 {
  margin-top: 41.6px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .image01 + .text01 {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .image01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .image01 img[data-ph=people03_01] {
    height: 84.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .image01 img[data-ph=people03_02] {
    height: 77.6888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .image01 img[data-ph=people03_03] {
    height: 91.0222222222vw;
  }
}
.peopleBlock01 > .inner01 > .block03 > .box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.peopleBlock01 > .inner01 > .block03 > .box01:not(:first-child) {
  margin-top: 49.92px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .box01:not(:first-child) {
    margin-top: 8.8888888889vw;
  }
}
.peopleBlock01 > .inner01 > .block03 > .box01 > .column01 {
  width: 49.17%;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .box01 > .column01 {
    width: 100%;
  }
}
.peopleBlock01 > .inner01 > .block03 > .box01 > .column01 > .text01 {
  font-weight: 500;
  font-size: 16.64px;
  margin-top: 18.72px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .box01 > .column01 > .text01 {
    font-size: 3.5555555556vw;
    letter-spacing: -0.05em;
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .box01 > .column01 + .column01 {
    margin-top: 7.1111111111vw;
  }
}
.peopleBlock01 > .inner01 > .block03 > .box01 + .text01 {
  margin-top: 49.92px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 > .inner01 > .block03 > .box01 + .text01 {
    margin-top: 7.1111111111vw;
  }
}
.peopleBlock01 > .inner01 > .block03 + .linkBlock01 {
  padding-top: 0;
  border: none;
}

.researchBlock01 {
  margin-top: 159.744px;
}
@media screen and (max-width: 767px) {
  .researchBlock01 {
    padding-left: 3.5555555556vw;
    padding-right: 3.5555555556vw;
    margin-top: 26.6666666667vw;
  }
}
.researchBlock01 > h1 {
  width: 168.896px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 19.136px;
  border-bottom: solid 1px #000;
  margin-bottom: min(23.1111111111vw, 108.16px);
}
@media screen and (max-width: 767px) {
  .researchBlock01 > h1 {
    width: 40vw;
  }
}
.researchBlock01 > .text01 {
  text-align: center;
  line-height: 2.29;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: min(3.9111111111vw, 19.968px);
}
.researchBlock01 > .text01 + .text01 {
  margin-top: min(13.3333333333vw, 62.4px);
}
.researchBlock01 > .text01.type01 {
  margin-top: min(8vw, 37.44px);
}
.researchBlock01 > .text01.type02 {
  margin-top: min(8.8888888889vw, 41.6px);
}
.researchBlock01 > .text01.type03 {
  margin-top: min(16.8888888889vw, 79.04px);
}
.researchBlock01 > .text01.type04 {
  margin-top: min(9.7777777778vw, 45.76px);
}
.researchBlock01 > .image01 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: min(8.8888888889vw, 41.6px);
  margin-bottom: min(14.2222222222vw, 66.56px);
}
.researchBlock01 > .image01[data-ph=research_01] {
  max-width: 474.24px;
}
.researchBlock01 > .image01[data-ph=research_02] {
  max-width: 559.936px;
  margin-bottom: min(5.3333333333vw, 24.96px);
}
.researchBlock01 > .image01[data-ph=research_03] {
  max-width: 328.64px;
  margin-top: min(10.6666666667vw, 49.92px);
  margin-bottom: min(10.6666666667vw, 49.92px);
}
@media screen and (max-width: 767px) {
  .researchBlock01 > .image01[data-ph=research_03] {
    width: 80%;
  }
}
.researchBlock01 > .image01[data-ph=research_04] {
  max-width: 388.128px;
  margin-bottom: min(3.5555555556vw, 16.64px);
}
.researchBlock01 > .image01[data-ph=research_05] {
  max-width: 385.632px;
  margin-top: min(8.8888888889vw, 41.6px);
  margin-bottom: min(16vw, 74.88px);
}
@media screen and (max-width: 767px) {
  .researchBlock01 > .image01[data-ph=research_05] {
    width: 90%;
  }
}
.researchBlock01 > .image01[data-ph=research_06] {
  max-width: 357.76px;
  margin-bottom: min(6.2222222222vw, 29.12px);
}
@media screen and (max-width: 767px) {
  .researchBlock01 > .image01[data-ph=research_06] {
    width: 85%;
  }
}
.researchBlock01 > .image01[data-ph=research_07] {
  max-width: 515.424px;
  margin-top: min(5.3333333333vw, 24.96px);
}

.frameArea01:last-child {
  margin-bottom: -33.28px;
}
@media screen and (max-width: 767px) {
  .frameArea01:last-child {
    margin-bottom: 0;
  }
}
.frameArea01.on > .inner01::before {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.frameArea01 > .inner01 {
  max-width: 998.4px;
  padding-left: 24.96px;
  padding-right: 24.96px;
  padding-top: 137.28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01 {
    padding-left: 7.1111111111vw;
    padding-right: 7.1111111111vw;
    display: block;
    padding-top: 18.6666666667vw;
  }
}
.frameArea01 > .inner01.jsFadeElm01 {
  opacity: 0;
}
.frameArea01 > .inner01.jsFadeElm01.is-show {
  animation: textFadeUp 1s ease forwards;
}
.frameArea01 > .inner01.jsFadeElm01::before {
  opacity: 0;
  transform: translateY(60px);
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01.jsFadeElm01::before {
    opacity: 1;
    transform: translateY(0);
  }
}
.frameArea01 > .inner01::before {
  transition: transform 1s, opacity 1s;
  position: absolute;
  top: 24px;
  left: -55%;
  min-width: 2442.336px;
  height: 833.664px;
  z-index: -1;
  background: url(../../images/bg04.png) no-repeat 0 0/100%;
  content: "";
}
@media screen and (max-width: 1024px) {
  .frameArea01 > .inner01::before {
    left: -850px;
  }
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01::before {
    min-width: inherit;
    height: 306.3111111111vw;
    width: 100%;
    top: -5vw;
    left: 0;
    background: url(../../images/bg04s.png) no-repeat 0 0/100%;
  }
}
.frameArea01 > .inner01 > .image01 {
  width: 34.974%;
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01 > .image01 {
    width: 82.8125%;
    margin-left: auto;
    margin-right: auto;
  }
}
.frameArea01 > .inner01 > .column01 {
  width: 58.66%;
  padding-bottom: 16.64px;
  margin-right: -3%;
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01 > .column01 {
    width: 100%;
    margin-top: 16.8888888889vw;
    margin-right: 0;
  }
}
.frameArea01 > .inner01 > .column01 > .title01 {
  width: 91.77%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01 > .column01 > .title01 {
    width: 100%;
  }
}
.frameArea01 > .inner01 > .column01 > .btn01 {
  margin-top: 20.8px;
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01 > .column01 > .btn01 {
    margin-top: 8.8888888889vw;
  }
}
.frameArea01 > .inner01 > .column01 > .text01 {
  text-align: center;
  margin-top: 24.96px;
  font-size: 19.136px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01 > .column01 > .text01 {
    margin-top: 12.4444444444vw;
    font-size: 4.0888888889vw;
  }
}
.frameArea01 > .inner01 > .column01 > .text02 {
  margin-top: 20.8px;
  font-size: 14.144px;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01 > .column01 > .text02 {
    margin-top: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
.frameArea01 > .inner01 > .column01 > .text02 + .text02 {
  margin-top: 0;
}

.frameArea02 {
  position: relative;
  border-radius: 10px;
  border: solid 1px #000;
  outline: solid 1px #000;
  outline-offset: 12px;
  margin: 12px;
  margin-top: 91.52px;
  padding: 62.4px 41.6px 45.76px;
}
@media screen and (max-width: 767px) {
  .frameArea02 {
    outline-offset: 1.9555555556vw;
    margin: 1.9555555556vw;
    padding: 49.92px 23.296px 33.28px;
    margin-top: 83.2px;
  }
}
.frameArea02 > .row01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding-top: 7.488px;
  padding-bottom: 7.488px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .row01 {
    border: none;
    display: block;
  }
}
.frameArea02 > .row01 > .title01 {
  font-size: 24.96px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .row01 > .title01 {
    justify-content: space-between;
    font-size: 5.3333333333vw;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding-top: 1.7777777778vw;
    padding-bottom: 1.7777777778vw;
  }
}
.frameArea02 > .row01 > .title01 > span {
  display: inline-block;
  margin-left: 1em;
  font-size: 14.976px;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .row01 > .title01 > span {
    margin-left: 0;
    font-size: 2.1333333333vw;
  }
}
.frameArea02 > .row01 > .text01 {
  font-size: 15.808px;
  padding-left: 28.288px;
  border-left: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .row01 > .text01 {
    border: none;
    padding-left: 0;
    font-size: 3.3777777778vw;
    margin-top: 2.8444444444vw;
  }
}
.frameArea02 > .row01 > .text01 > a {
  text-decoration: none;
  color: #1D6ECC;
  transition: opacity 0.3s;
}
.frameArea02 > .row01 > .text01 > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .row01 > .text01 > a:hover {
    opacity: 1;
  }
}
.frameArea02 > .box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 17.888px;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .box01 {
    display: block;
    margin-top: 1.7777777778vw;
  }
}
.frameArea02 > .box01 > p {
  width: 48.85%;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .box01 > p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .frameArea02 > .box01 > p + p {
    margin-top: 6.0444444444vw;
  }
}
.frameArea02 > .text01 {
  font-size: 17.472px;
  margin-top: 27.872px;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .text01 {
    font-size: 3.5555555556vw;
    margin-top: 7.7333333333vw;
  }
}
.frameArea02 > .icon01 {
  position: absolute;
  width: 291.2px;
  top: -66.56px;
  left: -56.16px;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .icon01 {
    width: 51.5555555556vw;
    left: -9.7777777778vw;
    top: -9.6vw;
  }
}

.linkBlock01 {
  padding-top: 34.944px;
  border-top: solid 1px #000;
  margin-top: 41.6px;
}
@media screen and (max-width: 767px) {
  .linkBlock01 {
    margin-top: 8.8888888889vw;
    padding-top: 5.6888888889vw;
  }
}
.linkBlock01.add {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .linkBlock01.add {
    margin-top: 17.7777777778vw;
  }
}
.linkBlock01.add4 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .linkBlock01.add4 {
    margin-top: 44.4444444444vw;
  }
}
.linkBlock01 > ul {
  width: 100%;
  height: 54.08px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .linkBlock01 > ul {
    height: 11.5555555556vw;
  }
}
.linkBlock01 > ul::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #000;
  content: "";
}
.linkBlock01 > ul > li {
  max-width: 48%;
  width: 100%;
  display: flex;
  align-items: center;
}
.linkBlock01 > ul > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18.304px;
  font-weight: 500;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .linkBlock01 > ul > li > a {
    font-size: 3.9111111111vw;
  }
}
.linkBlock01 > ul > li > a::before {
  position: absolute;
  top: 50%;
  width: 101.92px;
  height: 1px;
  background-color: #000;
  content: "";
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .linkBlock01 > ul > li > a::before {
    width: 12.2666666667vw;
  }
}
.linkBlock01 > ul > li > a::after {
  position: absolute;
  top: 50%;
  width: 20.8px;
  height: 1px;
  background-color: #000;
  content: "";
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .linkBlock01 > ul > li > a::after {
    width: 4.4444444444vw;
  }
}
@media (hover: hover) {
  .linkBlock01 > ul > li > a:hover {
    color: #a8a8a8;
  }
  .linkBlock01 > ul > li > a:hover::before {
    background-color: #a8a8a8;
  }
  .linkBlock01 > ul > li > a:hover::after {
    background-color: #a8a8a8;
  }
}
.linkBlock01 > ul > li:nth-child(1) > a {
  padding-left: 112.32px;
}
@media screen and (max-width: 767px) {
  .linkBlock01 > ul > li:nth-child(1) > a {
    padding-left: 15.1111111111vw;
  }
}
.linkBlock01 > ul > li:nth-child(1) > a::before {
  left: 0;
}
.linkBlock01 > ul > li:nth-child(1) > a::after {
  left: 0;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.linkBlock01 > ul > li:nth-child(2) {
  justify-content: flex-end;
}
.linkBlock01 > ul > li:nth-child(2) > a {
  padding-right: 112.32px;
}
@media screen and (max-width: 767px) {
  .linkBlock01 > ul > li:nth-child(2) > a {
    padding-right: 15.1111111111vw;
  }
}
.linkBlock01 > ul > li:nth-child(2) > a::before {
  right: 0;
}
.linkBlock01 > ul > li:nth-child(2) > a::after {
  right: 0;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

.btn01 {
  display: table;
  margin: 70.72px auto 0;
  width: 249.6px;
}
@media screen and (max-width: 767px) {
  .btn01 {
    margin-top: 17.7777777778vw;
    width: 53.3333333333vw;
  }
}
.btn01 > a {
  text-decoration: none;
  transition: color 0.3s, background 0.3s;
  display: block;
  line-height: 1.66;
  width: 100%;
  height: 100%;
  font-size: 19.968px;
  border: solid 1px #000;
  text-align: center;
  padding-top: 9.984px;
  padding-bottom: 14.144px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .btn01 > a {
    padding-top: 2.1333333333vw;
    padding-bottom: 3.0222222222vw;
    font-size: 4.2666666667vw;
  }
}
@media (hover: hover) {
  .btn01 > a:hover {
    background-color: #000;
    color: #fff;
  }
}

.bnr01 {
  max-width: 986.752px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 41.6px;
  padding-right: 41.6px;
  margin-top: 66.56px;
  position: relative;
  opacity: 0;
}
.bnr01.is-show {
  animation: textFadeUp 1s ease forwards;
}
@media screen and (max-width: 1024px) {
  .bnr01 {
    max-width: 915.2px;
  }
}
@media screen and (max-width: 767px) {
  .bnr01 {
    max-width: 87.1111111111vw;
    margin-top: 7.1111111111vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.bnr01 > a {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .bnr01 > a:hover {
    opacity: 0.7;
  }
}
.bnr01 > a::before, .bnr01 > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.bnr01 > a::before {
  right: -79.04px;
  width: 162.24px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 1200px) {
  .bnr01 > a::before {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .bnr01 > a::before {
    right: -4vw;
    width: 7.1111111111vw;
  }
}
.bnr01 > a::after {
  right: -72.8px;
  width: 33.28px;
  height: 33.28px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .bnr01 > a::after {
    right: 6.24px;
  }
}
@media screen and (max-width: 767px) {
  .bnr01 > a::after {
    right: -3.1111111111vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.bnr02 {
  margin-top: 66.56px;
}
@media screen and (max-width: 767px) {
  .bnr02 {
    margin-top: 20.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .linkBlock01 + .bnr02 {
    margin-top: 10.6666666667vw;
  }
}
.bnr02 > a {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .bnr02 > a:hover {
    opacity: 0.7;
  }
}

.bnr03.is-show {
  animation: textFadeUp 1s ease forwards;
}
.bnr03 img {
  width: 100%;
}
.bnr03 > a {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .bnr03 > a:hover {
    opacity: 0.7;
  }
}

.txt01 {
  position: relative;
  position: relative;
  margin-top: 58.24px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .txt01 {
    margin-top: 10.6666666667vw;
  }
}
.peopleBlock01 .block01 + .txt01 {
  margin-top: 91.52px;
}
@media screen and (max-width: 767px) {
  .peopleBlock01 .block01 + .txt01 {
    margin-top: 19.5555555556vw;
  }
}
.txt01::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .txt01::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.txt01 > span {
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-weight: 500;
  text-align: center;
  line-height: 1.66;
  font-size: 19.968px;
  padding-left: 41.6px;
  padding-right: 41.6px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .txt01 > span {
    font-size: 4.2666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

.txt02 {
  font-size: 19.968px;
  line-height: 2.29;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .txt02 {
    font-size: 3.9111111111vw;
    line-height: 2;
  }
}

.txt03 {
  font-size: 19.968px;
  margin-top: 27.04px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .txt03 {
    font-size: 4.2666666667vw;
    margin-top: 6.5777777778vw;
  }
}

.txt04 {
  font-size: 22.464px;
  line-height: 2.03;
  padding-bottom: 35.36px;
  border-bottom: solid 1px #000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .txt04 {
    font-size: 4.4444444444vw;
    line-height: 2;
    padding-bottom: 8vw;
    letter-spacing: -0.05em;
  }
}

@media print {
  #header01.fixed {
    position: absolute;
  }
  .frameArea01 > .inner01::before {
    content: none;
  }
  #globalNav01 > ul > li:not(:last-child) {
    margin-right: 50px;
  }
}
.text-notice {
  text-align: left;
  margin: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .text-notice {
    text-align: left;
  }
}
.text-notice + .linkBlock01 {
  margin-top: 0;
}