@charset "UTF-8";
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, 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-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  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: baseline;
}

picture {
  font-size: 0;
}

sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 50%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 60px;
}

body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  color: #333;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 1024px;
  _display: inline;
  _zoom: 1;
  background: #fff;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

b,
strong {
  font-weight: 700;
}

p {
  line-height: 1;
  font-weight: 500;
  color: #333;
  font-feature-settings: "palt";
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  a {
    transition: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6);
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textarea,
button,
select {
  font: inherit;
}

button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

label {
  cursor: pointer;
}

hr {
  margin: 0;
}

.palt {
  font-feature-settings: "palt";
}

.object-fit {
  object-fit: cover;
}

.img-100 {
  width: 100%;
}

.none {
  display: none;
}

.cf {
  width: 100%;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 110;
  min-width: 1024px;
  height: 60px;
  transition: .3s;
  padding-left: 80px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .l-header {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    min-width: 320px;
    padding: 0 5%;
  }
}
.l-header__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  transition: .3s;
}
.l-header__logo {
  position: relative;
  width: 120px;
}
@media screen and (max-width: 480px) {
  .l-header__logo {
    width: 30.5%;
  }
}
.l-header__nav {
  margin-left: auto;
  width: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  height: 60px;
}
.l-header__nav ul > li {
  position: relative;
  margin-right: 20px;
  height: 100%;
}
.l-header__nav ul > li:nth-last-child(-n+2) {
  margin-right: 0;
}
.l-header__nav ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .01em;
}
@media screen and (max-width: 1199px) {
  .l-header__nav ul > li > a {
    font-size: 1.5rem;
  }
}
.l-header__nav ul > li > a::before {
  background: #7F7F7D;
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.l-header__nav ul > li > a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-header__nav ul > li > a.btn-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 60px;
  line-height: 1.3;
  z-index: 1;
  transition: .3s ease;
}
.l-header__nav ul > li > a.btn-nav.btn-contact {
  width: 180px;
  background: #7F7F7D;
}
@media screen and (max-width: 1199px) {
  .l-header__nav ul > li > a.btn-nav.btn-contact {
    width: 140px;
  }
}
.l-header__nav ul > li > a.btn-nav.btn-contact:hover {
  background: #666;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li > a.btn-nav.btn-contact:hover {
    background: #7F7F7D;
  }
}
.l-header__nav ul > li > a.btn-nav.btn-saios {
  width: 83px;
  background: #333;
}
.l-header__nav ul > li > a.btn-nav.btn-saios:hover {
  background: #000;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul > li > a.btn-nav.btn-saios:hover {
    background: #333;
  }
}
.l-header__nav ul > li > a.btn-nav::before {
  display: none;
}
.l-header__nav ul > li .dropdown-menu {
  position: absolute;
  z-index: 10;
  top: 60px;
  width: auto;
  min-width: 180px;
  white-space: nowrap;
  background: #F1F2ED;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}
.l-header__nav ul > li .dropdown-menu ul {
  display: block;
  height: 100%;
}
.l-header__nav ul > li .dropdown-menu ul li {
  height: 100%;
  margin-right: 0;
}
.l-header__nav ul > li .dropdown-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 20px;
  transition: .3s ease;
}
.l-header__nav ul > li .dropdown-menu ul li a::before {
  background-color: transparent;
  content: '→';
  width: auto;
  height: inherit;
  position: relative;
  left: 0;
  bottom: 0;
  margin: inherit;
  transform-origin: none;
  transform: scale(1);
  transition: .3s ease;
  margin-right: .5em;
  display: inline-block;
  top: 2px;
}
.l-header__nav ul > li .dropdown-menu ul li a:hover {
  color: #fff;
  background: #333333;
}
.l-header__nav ul > li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header__menu {
  display: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    display: block;
    z-index: 110;
    width: 3.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    margin-top: -.8rem;
    right: 5%;
  }
}
.l-header__menu span {
  position: absolute;
  display: inline-block;
  width: 3.6rem;
  height: 1px;
  background-color: #000;
  transition: .2s;
}
.l-header__menu span:nth-of-type(1) {
  top: 0;
}
.l-header__menu span:nth-of-type(2) {
  top: .8rem;
}
.l-header__menu span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 3.6rem;
  height: 1px;
  background-color: #000;
  transition: .2s;
}
.l-header__menu span:nth-of-type(3) {
  top: 1.6rem;
}
.l-header__menu.active {
  opacity: 1;
}
.l-header__menu.active span:nth-of-type(1) {
  transform: translateY(0px) scale(0);
  opacity: 0;
}
.l-header__menu.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header__menu.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.l-header__menu.active span:nth-of-type(3) {
  transform: translateY(0px) scale(0);
  opacity: 0;
}
.l-header__menu.active::after {
  content: "MENU";
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  left: -3.25em;
}
.l-header.show {
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header.show {
    background-color: #fff;
  }
}
.l-header.active {
  background: #DCDDD8;
}
.l-header__sp {
  display: none;
  width: 100%;
  position: fixed;
  opacity: 0;
  height: 0;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transform: translate(0, -6rem);
  overflow-y: auto;
  padding: 6rem 0 3rem;
  background: #DCDDD8;
}
@media screen and (max-width: 767px) {
  .l-header__sp {
    display: block;
  }
}
.l-header__sp.show {
  opacity: 1;
  position: fixed;
  height: 100%;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 0);
  transform: translateZ(0);
  z-index: 101;
}
.l-header__sp .inner {
  position: relative;
  width: 82%;
  margin: 0 auto;
}
.l-header__sp .cta {
  position: sticky;
  left: 0;
  top: 0;
  background: #DCDDD8;
  z-index: 102;
  margin-bottom: 40px;
  padding-top: 3rem;
}
.l-header__sp .cta ul li {
  margin-bottom: 20px;
}
.l-header__sp .cta ul li:last-child {
  margin-bottom: 0;
}
.l-header__sp .cta ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6A6D68;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  height: 60px;
}
.l-header__sp .cta ul li a.btn-saios {
  background: #333;
}
.l-header__sp .cta ul li a i {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.l-header__sp .cta ul li a i img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(93%) saturate(3%) hue-rotate(196deg) brightness(107%) contrast(100%);
}
.l-header__sp .sp-nav > div {
  padding-bottom: 20px;
  border-bottom: 1px solid #7F7F7D;
  margin-bottom: 25px;
}
.l-header__sp .sp-nav > div:last-child {
  margin-bottom: 0;
}
.l-header__sp .sp-nav > div dt {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
}
.l-header__sp .sp-nav > div dt::before {
  content: "";
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: .8rem;
}
.l-header__sp .sp-nav > div dt i {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -.8rem;
}
.l-header__sp .sp-nav > div dt i::before, .l-header__sp .sp-nav > div dt i::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #333;
  width: 1px;
  height: 1.6rem;
  transition: .3s;
}
.l-header__sp .sp-nav > div dt i::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.l-header__sp .sp-nav > div dt.accordion + * {
  overflow: hidden;
  max-height: 0;
  transition: max-height .2s ease-out;
}
.l-header__sp .sp-nav > div dt.active i::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.l-header__sp .sp-nav > div dd ul {
  padding-left: 1.5em;
  padding-top: 2rem;
}
.l-header__sp .sp-nav > div dd ul li {
  margin-bottom: 2rem;
}
.l-header__sp .sp-nav > div dd ul li:last-child {
  margin-bottom: 0;
}
.l-header__sp .sp-nav > div dd ul li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
}
.l-header__sp .sp-nav > div dd ul li a i {
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 5px;
}
.l-header__sp .sp-nav > div dd ul li a i img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(7%) saturate(11%) hue-rotate(316deg) brightness(99%) contrast(85%);
}
.l-header__sp .sp-nav__list > li a {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  padding: 25px 0;
  border-bottom: 1px solid #7F7F7D;
}
.l-header__sp .sp-nav__list > li a::before {
  content: "";
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: .8rem;
}
.l-header__sp .sp-nav__list > li a i {
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 5px;
}
.l-header__sp .sp-nav__list > li a i img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(7%) saturate(11%) hue-rotate(316deg) brightness(99%) contrast(85%);
}
.l-header__sp .sp-link {
  background: #DCDDD8;
  padding-top: 40px;
}
.l-header__sp .sp-link .inner {
  position: relative;
  width: 82%;
  margin: 0 auto;
}
.l-header__sp .sp-link__local li {
  margin-bottom: 20px;
}
.l-header__sp .sp-link__local li:last-child {
  margin-bottom: 0;
}
.l-header__sp .sp-link__local li a {
  display: block;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 400;
}
.l-header__sp .sp-link__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}
.l-header__sp .sp-link__sns li {
  width: 28px;
}
.l-header__sp .sp-link__sns li.sns-x {
  width: 26px;
}
.l-header__sp .sp-link__sns li.sns-movie {
  width: 36px;
}
.l-header__sp .sp-link__sns li.sns-facebook {
  width: 13px;
}
.l-header__sp .sp-link__sns li a img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6%) hue-rotate(331deg) brightness(99%) contrast(82%);
}
.l-footer {
  position: relative;
  width: 100%;
  background: #F1F2ED;
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 120px;
  }
}
.l-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 100%;
    width: 82%;
  }
}
.l-footer__cta {
  position: relative;
  top: -120px;
}
@media screen and (max-width: 767px) {
  .l-footer__cta {
    top: -8rem;
  }
}
.l-footer__cta ul {
  width: 100%;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .l-footer__cta ul {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer__cta ul li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .l-footer__cta ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .l-footer__cta ul li:last-child {
    margin-bottom: 0;
  }
}
.l-footer__cta ul li a {
  position: relative;
  display: flex;
  height: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #7F7F7D;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .l-footer__cta ul li a {
    height: 50vw;
    transition: none;
  }
}
.l-footer__cta ul li a figure {
  width: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__cta ul li a figure {
    margin-bottom: 2rem;
  }
}
.l-footer__cta ul li a h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  margin-bottom: 20px;
}
.l-footer__cta ul li a p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.l-footer__cta ul li a i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: .3s;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__cta ul li a i {
    right: 10px;
    bottom: 10px;
    transition: none;
  }
}
.l-footer__cta ul li a i img {
  display: block;
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6%) hue-rotate(331deg) brightness(99%) contrast(82%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-footer__cta ul li a:hover {
  background: #666;
}
@media screen and (max-width: 767px) {
  .l-footer__cta ul li a:hover {
    background: #7F7F7D;
  }
}
.l-footer__cta ul li a:hover i {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .l-footer__cta ul li a:hover i {
    transform: scale(1);
  }
}
.l-footer__cta ul li:nth-child(2) a {
  background: #333;
}
.l-footer__cta ul li:nth-child(2) a:hover {
  background: #000;
}
@media screen and (max-width: 767px) {
  .l-footer__cta ul li:nth-child(2) a:hover {
    background: #333;
  }
}
.l-footer__box {
  display: flex;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    flex-direction: column;
    padding-bottom: 8rem;
  }
}
.l-footer__box .l-footer__logo {
  width: 180px;
  margin-right: 10.8333%;
}
@media screen and (max-width: 1199px) {
  .l-footer__box .l-footer__logo {
    margin-right: 2.5%;
    width: 15%;
    padding-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__box .l-footer__logo {
    width: 56%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.l-footer__box .l-footer__logo p {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer__box .l-footer__logo p {
    text-align: center;
  }
}
.l-footer__box .l-footer__nav {
  width: 60%;
  display: flex;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .l-footer__box .l-footer__nav {
    width: 65%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__box .l-footer__nav {
    display: none;
  }
}
.l-footer__box .l-footer__nav > div:nth-child(1) {
  width: 30%;
}
.l-footer__box .l-footer__nav > div:nth-child(2) {
  width: 20%;
}
.l-footer__box .l-footer__nav > div:nth-child(3) {
  width: 30%;
}
.l-footer__box .l-footer__nav > div:nth-child(4) {
  width: 20%;
}
.l-footer__box .l-footer__nav > div > ul > li {
  margin-bottom: 30px;
}
.l-footer__box .l-footer__nav > div > ul > li::before {
  content: "";
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: .5em;
  transition: .3s;
}
.l-footer__box .l-footer__nav > div > ul > li:last-child {
  margin-bottom: 0;
}
.l-footer__box .l-footer__nav > div > ul > li a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .l-footer__box .l-footer__nav > div > ul > li a {
    font-size: 1.5rem;
  }
}
.l-footer__box .l-footer__nav > div > ul > li a::before {
  background: #333;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
@media screen and (max-width: 767px) {
  .l-footer__box .l-footer__nav > div > ul > li a::before {
    display: none;
  }
}
.l-footer__box .l-footer__nav > div > ul > li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-footer__box .l-footer__nav > div > ul > li ul {
  padding-left: 1.6em;
  margin-top: 20px;
}
.l-footer__box .l-footer__nav > div > ul > li ul li {
  margin-bottom: 20px;
}
.l-footer__box .l-footer__nav > div > ul > li ul li a {
  font-size: 1.4rem;
}
.l-footer__box .l-footer__nav > div > ul > li:hover::before {
  background: #7F7F7D;
}
@media screen and (max-width: 767px) {
  .l-footer__box .l-footer__nav > div > ul > li:hover::before {
    background: #fff;
  }
}
.l-footer__box .l-footer__link {
  width: 15%;
  padding-left: 30px;
  border-left: 1px dotted #A8A8A8;
}
@media screen and (max-width: 1199px) {
  .l-footer__box .l-footer__link {
    padding-left: 2%;
    padding-right: 2%;
    width: 17.5%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__box .l-footer__link {
    display: none;
  }
}
.l-footer__box .l-footer__link--local {
  margin-bottom: 40px;
}
.l-footer__box .l-footer__link--local li {
  margin-bottom: 15px;
}
.l-footer__box .l-footer__link--local li:last-child {
  margin-bottom: 0;
}
.l-footer__box .l-footer__link--local li a {
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
}
.l-footer__box .l-footer__link--local li a::before {
  background: #333;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
@media screen and (max-width: 767px) {
  .l-footer__box .l-footer__link--local li a::before {
    display: none;
  }
}
.l-footer__box .l-footer__link--local li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-footer__box .l-footer__link--sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__box .l-footer__link--sns li {
  width: 24px;
}
.l-footer__box .l-footer__link--sns li.sns-x {
  width: 22px;
}
.l-footer__box .l-footer__link--sns li.sns-movie {
  width: 26px;
}
.l-footer__box .l-footer__link--sns li.sns-facebook {
  width: 12px;
}
.l-footer__box .l-footer__link--sns li a {
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  .l-footer__box .l-footer__link--sns li a {
    transition: none;
  }
}
.l-footer__box .l-footer__link--sns li a:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .l-footer__box .l-footer__link--sns li a:hover {
    opacity: 1;
  }
}
.l-footer__box .l-footer__link--sns li a img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6%) hue-rotate(331deg) brightness(99%) contrast(82%);
}
.l-footer__copy {
  background: #fff;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    padding-bottom: 8rem;
  }
}
.l-footer__copy .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copy .inner {
    max-width: 100%;
    width: 90%;
    flex-direction: column;
  }
}
.l-footer__copy .inner .copy-logo > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copy .inner .copy-logo > div {
    flex-direction: column;
  }
}
.l-footer__copy .inner .copy-logo > div ul {
  display: flex;
  align-items: center;
}
.l-footer__copy .inner .copy-logo > div ul li:first-child {
  padding-right: 20px;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .l-footer__copy .inner .copy-logo > div ul li:first-child {
    padding-right: 1rem;
  }
}
.l-footer__copy .inner .copy-logo > div ul li:first-child a {
  display: flex;
  align-items: center;
}
.l-footer__copy .inner .copy-logo > div ul li:first-child a img {
  width: 88px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy .inner .copy-logo > div ul li:first-child a img {
    width: 62px;
  }
}
.l-footer__copy .inner .copy-logo > div ul li:first-child a span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: .8em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy .inner .copy-logo > div ul li:first-child a span {
    font-size: 1.2rem;
  }
}
.l-footer__copy .inner .copy-logo > div ul li:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy .inner .copy-logo > div ul li:last-child {
    padding-left: 10px;
  }
}
.l-footer__copy .inner .copy-logo > div ul li:last-child img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy .inner .copy-logo > div ul li:last-child img {
    width: 126px;
  }
}
.l-footer__copy .inner .copy-logo > div p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .l-footer__copy .inner .copy-logo > div p {
    margin-left: 10px;
    letter-spacing: -.05em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy .inner .copy-logo > div p {
    font-size: 1rem;
    margin-left: 0;
    text-align: center;
    margin-top: 1.5rem;
    line-height: 1.4;
  }
}
.l-footer__copy .inner .copy {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -.025em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy .inner .copy {
    font-size: 1rem;
    margin-top: 2rem;
    text-align: center;
  }
}

.p- {
  /*  Container  */
  /*  Title  */
  /*  btn  */
  /*  about  */
  /*  corporate  */
  /*  corporate Top  */
  /*  corporate Info  */
  /*  corporate Location  */
  /*  side nav  */
  /*  TOP  */
}
.p-wrapper {
  position: relative;
}
.p-sticky__ttl {
  position: sticky;
  flex-shrink: 0;
  top: 100px;
  width: 25%;
  height: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-sticky__ttl {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.p-pagetop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    width: 56px;
    right: 0;
    bottom: 6rem;
  }
}
.p-pagetop a {
  display: block;
}
.p-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.p-sns-sticky {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .p-sns-sticky {
    display: none;
  }
}
.p-sns-sticky ul li {
  width: 24px;
  margin: 0 auto 20px;
}
.p-sns-sticky ul li:last-child {
  margin-bottom: 0;
}
.p-sns-sticky ul li.sns-movie {
  width: 26px;
}
.p-sns-sticky ul li.sns-facebook {
  width: 12px;
}
.p-sns-sticky ul li a {
  display: block;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  .p-sns-sticky ul li a {
    transition: none;
  }
}
.p-sns-sticky ul li a:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .p-sns-sticky ul li a:hover {
    opacity: 1;
  }
}
.p-cta-fixed {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta-fixed {
    display: block;
  }
}
.p-cta-fixed ul {
  display: flex;
}
.p-cta-fixed ul li {
  width: 50%;
}
.p-cta-fixed ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  background: #6A6D68;
}
.p-cta-fixed ul li:nth-child(2) a {
  background: #333;
}
.p-ttl--h2 {
  position: relative;
}
.p-ttl--h2 em {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2 em {
    font-size: 2rem;
  }
}
.p-ttl--h2 span {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2 span {
    font-size: 1.2rem;
  }
}
.p-ttl--h2__type02 {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2__type02 {
    margin-bottom: 3rem;
  }
}
.p-ttl--h2__type02 span {
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2__type02 span {
    font-size: 2.4rem;
  }
}
.p-ttl--h2__type02 span::before, .p-ttl--h2__type02 span::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -18px;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2__type02 span::before, .p-ttl--h2__type02 span::after {
    bottom: -1rem;
  }
}
.p-ttl--h2__type02 span::before {
  width: 100%;
  background: #E4E4E4;
}
.p-ttl--h2__type02 span::after {
  width: 29%;
  background: #A8A8A8;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2__type02 span::after {
    width: 48%;
  }
}
.p-ttl--h2__type02 em {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-ttl--h2__type02 em {
    margin-top: 2rem;
  }
}
.p-ttl--h3 {
  color: #fff;
  background: #7F7F7D;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-ttl--h3 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
.p-btn-wh {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .p-btn-wh {
    max-width: 24rem;
  }
}
.p-btn--type01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 1;
  padding-bottom: 25px;
  transition: .3s ease;
}
@media screen and (max-width: 767px) {
  .p-btn--type01 {
    transition: none;
    padding-bottom: 15px;
  }
}
.p-btn--type01::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #7F7F7D;
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform .4s ease .1s;
}
.p-btn--type01 span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  color: #333;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-btn--type01 span {
    transition: none;
  }
}
.p-btn--type01 i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 32px;
  height: 32px;
  background: #7F7F7D;
  border-radius: 50%;
  right: 0;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .p-btn--type01 i {
    transition: none;
    width: 28px;
    height: 28px;
  }
}
.p-btn--type01 i img {
  display: block;
  width: 12px;
  height: 10px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-btn--type01 i img {
    transition: none;
  }
}
.p-btn--type01:hover::after {
  transform: scale(0, 0);
  transform-origin: right top;
  transition: transform .4s ease;
}
@media screen and (max-width: 767px) {
  .p-btn--type01:hover::after {
    display: none;
  }
}
.p-btn--type01:hover span {
  transform: translate(10px, 0);
}
@media screen and (max-width: 767px) {
  .p-btn--type01:hover span {
    transform: none;
  }
}
.p-btn--type01:hover i img {
  transform: translate(5px, 0);
}
@media screen and (max-width: 767px) {
  .p-btn--type01:hover i img {
    transform: translate(0, 0);
  }
}
.p-btn--type02 {
  background: #f9f2ea;
  border: 1px solid #770523;
  color: #53131e;
}
.p-btn--type02::after {
  display: none;
}
.p-btn--type02 i img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(70%) saturate(4506%) hue-rotate(333deg) brightness(95%) contrast(104%);
}
.p-btn--type02:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .p-btn--type02:hover {
    opacity: 1;
  }
}
.p-page {
  margin-top: 60px;
  /*  Headline  */
}
.p-page_ttl-h2 {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-page_ttl-h2 {
    margin-bottom: 5rem;
  }
}
.p-page_ttl-h2 > span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-page_ttl-h2 > span {
    font-size: 2.4rem;
  }
}
.p-page_ttl-h2 > span span {
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: .5em;
}
@media screen and (max-width: 767px) {
  .p-page_ttl-h2 > span span {
    font-size: 1.6rem;
  }
}
.p-page_ttl-h2 em {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-page_ttl-h2 em {
    margin-top: 1rem;
  }
}
.p-page__headline {
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-page__headline {
    padding: 0;
  }
}
.p-page__headline::after {
  content: "";
  display: block;
  background: #F1F2ED;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 468px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-page__headline::after {
    height: auto;
    aspect-ratio: 393 / 332;
  }
}
.p-page__headline .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-page__headline .inner {
    max-width: 100%;
    width: 82%;
    padding-top: 5rem;
  }
}
.p-page__headline .inner h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-page__headline .inner h1 {
    margin-bottom: 4rem;
  }
}
.p-page__headline .inner h1 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-page__headline .inner h1 span {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
}
.p-page__headline .inner h1 em {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-page__headline .inner h1 em {
    font-size: 1.4rem;
  }
}
.p-page__headline .inner ol {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-page__headline .inner ol {
    margin-bottom: 1rem;
  }
}
.p-page__headline .inner ol li {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-page__headline .inner ol li {
    font-size: 1rem;
  }
}
.p-page__headline .inner ol li:not(:last-of-type)::after {
  content: ">";
  margin: 0 .6em;
}
.p-page__headline .inner ol li a {
  color: #7F7F7D;
}
.p-page__headline .inner ol li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-page__headline .inner ol li a:hover {
    text-decoration: none;
  }
}
.p-page__headline .inner picture img {
  object-fit: cover;
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .p-page__headline .inner picture img {
    height: auto;
    aspect-ratio: 322 / 322;
  }
}
.p-about {
  position: relative;
}
.p-about__mind {
  padding: 120px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__mind {
    padding: 8rem 0;
    max-width: 100%;
    width: 82%;
  }
}
.p-about__mind .inner {
  position: relative;
  width: 100%;
  max-width: 894px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-about__mind .inner {
    max-width: 100%;
    margin-left: 0;
  }
}
.p-about__mind .inner::after {
  content: "";
  display: block;
  background: url("../img/about/img-about_mind01.png") no-repeat left top/cover;
  width: 384px;
  height: 736px;
  position: absolute;
  top: 140px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-about__mind .inner::after {
    display: none;
  }
}
.p-about__mind .inner p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: .015em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-about__mind .inner p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 390px) {
  .p-about__mind .inner p {
    letter-spacing: -.015em;
  }
}
.p-about__mind .inner p.lead {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-about__mind .inner p.lead {
    font-size: 2.8rem;
    line-height: 2;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 390px) {
  .p-about__mind .inner p.lead {
    letter-spacing: -.015em;
    font-size: 2.65rem;
  }
}
.p-about__mind .inner p.f-bold {
  font-weight: 500;
}
.p-about__mind .inner p:last-child {
  margin-bottom: 0;
}
.p-about__mind .inner picture img {
  display: block;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-about__mind .inner picture img {
    margin-top: 7rem;
  }
}
.p-about__feature {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .p-about__feature {
    margin-bottom: 16rem;
  }
}
.p-about__feature .feature-box {
  display: flex;
  width: 100%;
  height: 789px;
  background: #F1F2ED;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box {
    flex-direction: column;
    height: auto;
    max-width: 100%;
  }
}
.p-about__feature .feature-box > div {
  order: 2;
  width: 40%;
  padding-left: 80px;
}
@media screen and (max-width: 1365px) {
  .p-about__feature .feature-box > div {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box > div {
    width: 82%;
    margin: 0 auto;
    padding: 8rem 0;
  }
}
.p-about__feature .feature-box > div h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box > div h2 {
    margin-bottom: 4rem;
  }
}
.p-about__feature .feature-box > div p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: 40px;
}
.p-about__feature .feature-box > div p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box > div p:last-of-type br {
    display: none;
  }
}
.p-about__feature .feature-box figure {
  width: 60%;
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box figure {
    width: 100%;
  }
}
.p-about__feature .feature-box figure img {
  object-fit: cover;
  height: 789px;
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box figure img {
    height: 100%;
    aspect-ratio: 393 / 376;
  }
}
.p-about__feature .feature-box02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box02 {
    padding-top: 8rem;
  }
}
.p-about__feature .feature-box02 .inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box02 .inner {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
  }
}
.p-about__feature .feature-box02 .inner h2 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box02 .inner h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-about__feature .feature-box02 .inner p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box02 .inner p {
    margin-bottom: 6rem;
  }
}
.p-about__feature .feature-box02 .inner figure {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box02 .inner figure {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__feature .feature-box02 .inner .p-btn-wh {
    width: 160px;
  }
}
.p-corporate__nav {
  width: 100%;
  background: #333;
  padding: 60px 10px;
}
@media screen and (max-width: 767px) {
  .p-corporate__nav {
    padding: 4rem 0;
  }
}
.p-corporate__nav h2 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-corporate__nav h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
.p-corporate__nav ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .p-corporate__nav ul {
    width: 82%;
    flex-direction: column;
    gap: 0;
  }
}
.p-corporate__nav ul li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-corporate__nav ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-corporate__nav ul li:last-child {
    margin-bottom: 0;
  }
}
.p-corporate__nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  height: 136px;
}
@media screen and (max-width: 767px) {
  .p-corporate__nav ul li a {
    height: 11rem;
  }
}
.p-corporate__nav ul li a figure {
  width: 53.125%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-corporate__nav ul li a figure {
    width: 51.5%;
  }
}
.p-corporate__nav ul li a figure img {
  display: block;
  transition: transform .3s ease;
  object-fit: cover;
  aspect-ratio: 204 / 136;
  height: 136px;
}
@media screen and (max-width: 767px) {
  .p-corporate__nav ul li a figure img {
    transition: none;
    aspect-ratio: 166 / 110;
    height: 11rem;
  }
}
.p-corporate__nav ul li a > div {
  width: 46.875%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-corporate__nav ul li a > div {
    width: 48.5%;
  }
}
.p-corporate__nav ul li a h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-corporate__nav ul li a i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7F7F7D;
  border-radius: 50%;
  transition: .3s ease;
}
@media screen and (max-width: 767px) {
  .p-corporate__nav ul li a i {
    width: 28px;
    height: 28px;
    transition: none;
  }
}
.p-corporate__nav ul li a i img {
  width: 12px;
  height: 10px;
  transition: transform .3s ease;
}
@media screen and (max-width: 767px) {
  .p-corporate__nav ul li a i img {
    transition: none;
  }
}
.p-corporate__nav ul li a:hover figure img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-corporate__nav ul li a:hover figure img {
    transform: scale(1);
  }
}
.p-corporate__nav ul li a:hover i img {
  transform: translate(5px, 0);
}
@media screen and (max-width: 767px) {
  .p-corporate__nav ul li a:hover i img {
    transform: translate(0, 0);
  }
}
.p-corporate__top {
  padding-top: 250px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-corporate__top {
    padding-top: 16rem;
  }
}
.p-corporate__top--message {
  position: relative;
}
.p-corporate__top--message::after {
  content: "";
  display: block;
  background: #F1F2ED;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 462px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message::after {
    height: 19.2rem;
  }
}
.p-corporate__top--message .message-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-corporate__top--message .message-container .inner {
  position: relative;
  width: 100%;
  max-width: 894px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner {
    max-width: 100%;
    margin-left: 0;
  }
}
.p-corporate__top--message .message-container .inner .message-box {
  position: relative;
  min-height: 462px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner .message-box {
    min-height: 19.2rem;
  }
}
.p-corporate__top--message .message-container .inner .message-box::after {
  content: "";
  display: block;
  background: url("../img/corporate/top/img-message.jpg") no-repeat left top/cover;
  width: 100%;
  height: 502px;
  position: absolute;
  right: 0;
  top: -120px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner .message-box::after {
    height: 22.1rem;
    top: -8rem;
    right: -3.5rem;
  }
}
.p-corporate__top--message .message-container .inner .message-box hgroup {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 344px;
  height: 160px;
  padding: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner .message-box hgroup {
    left: 3.5rem;
    width: 21rem;
    height: 11rem;
    padding: 15px;
  }
}
.p-corporate__top--message .message-container .inner .message-box hgroup::after {
  mix-blend-mode: multiply;
  content: "";
  display: block;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-corporate__top--message .message-container .inner .message-box hgroup h2 {
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner .message-box hgroup h2 {
    margin-bottom: 15px;
  }
}
.p-corporate__top--message .message-container .inner .message-box hgroup p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: right;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner .message-box hgroup p {
    font-size: 1.6rem;
  }
}
.p-corporate__top--message .message-container .inner .message-box hgroup p span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner .message-box hgroup p span {
    font-size: 1.4rem;
  }
}
.p-corporate__top--message .message-container .inner .message-box .message-catch {
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner .message-box .message-catch {
    right: 4rem;
    top: -8rem;
  }
}
.p-corporate__top--message .message-container .inner .message-box .message-catch p {
  position: relative;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 5px;
  writing-mode: vertical-rl;
  letter-spacing: 0.11666em;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner .message-box .message-catch p {
    font-size: 2rem;
  }
}
.p-corporate__top--message .message-container .inner .message-box .message-catch p:nth-child(2) {
  top: -2.75em;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner .message-box .message-catch p:nth-child(2) {
    right: 4rem;
    top: -3.5em;
  }
}
.p-corporate__top--message .message-container .inner .message-box .message-catch p:nth-child(1) {
  padding-bottom: .75em;
}
.p-corporate__top--message .message-container .inner .message-box .message-catch p:nth-child(1)::after {
  content: "、";
  display: inline-block;
  position: absolute;
}
.p-corporate__top--message .message-container .inner .message-txt {
  padding: 70px 0 120px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--message .message-container .inner .message-txt {
    padding: 4rem 0 8rem;
    width: 82%;
    margin: 0 auto;
  }
}
.p-corporate__top--message .message-container .inner .message-txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: 40px;
}
.p-corporate__top--message .message-container .inner .message-txt p:last-child {
  margin-bottom: 0;
}
.p-corporate__top--logo {
  position: relative;
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo {
    padding: 8rem 0;
  }
}
.p-corporate__top--logo::after {
  content: "";
  display: block;
  background: #FDF6F6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 680px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo::after {
    height: 65rem;
  }
}
.p-corporate__top--logo::before {
  content: "";
  display: block;
  background: url("../img/corporate/top/logo-hana.png") no-repeat left top/cover;
  width: 569px;
  height: 578px;
  position: absolute;
  right: 0;
  top: 60px;
}
@media screen and (max-width: 1365px) {
  .p-corporate__top--logo::before {
    right: -10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo::before {
    width: 30.2rem;
    height: 36.1rem;
    top: 49rem;
    right: 0;
    z-index: 1;
  }
}
.p-corporate__top--logo .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner {
    max-width: 100%;
    width: 82%;
  }
}
.p-corporate__top--logo .inner .logo-box {
  position: relative;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  padding-left: 50px;
}
@media screen and (max-width: 1199px) {
  .p-corporate__top--logo .inner .logo-box {
    padding-left: 0;
    left: -5em;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-box {
    max-width: 100%;
    left: 0;
  }
}
.p-corporate__top--logo .inner .logo-box p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: .1em;
}
.p-corporate__top--logo .inner .logo-box h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-box h2 {
    margin-bottom: 4rem;
  }
}
.p-corporate__top--logo .inner .logo-box h2 + p {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-box h2 + p {
    margin-bottom: 24rem;
  }
}
.p-corporate__top--logo .inner .logo-box h2 + p + figure {
  position: relative;
  width: 282px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-box h2 + p + figure {
    width: 23.9rem;
  }
}
.p-corporate__top--logo .inner .logo-box h2 + p + figure + p {
  width: 258px;
  position: absolute;
  right: -50px;
  bottom: 210px;
}
@media screen and (max-width: 1199px) {
  .p-corporate__top--logo .inner .logo-box h2 + p + figure + p {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-box h2 + p + figure + p {
    position: relative;
    width: 24rem;
    bottom: inherit;
    margin-left: auto;
    top: -5rem;
  }
}
.p-corporate__top--logo .inner .logo-box .c-logo {
  width: 384px;
  margin-left: auto;
  position: relative;
  left: 50px;
  margin-top: 180px;
}
@media screen and (max-width: 1199px) {
  .p-corporate__top--logo .inner .logo-box .c-logo {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-box .c-logo {
    width: 32.2rem;
    margin: 0 auto;
  }
}
.p-corporate__top--logo .inner .logo-career {
  position: relative;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  margin-top: 160px;
}
@media screen and (max-width: 1199px) {
  .p-corporate__top--logo .inner .logo-career {
    padding-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-career {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    padding-right: 0;
    margin-top: 14rem;
  }
}
.p-corporate__top--logo .inner .logo-career::after {
  content: "";
  display: block;
  background: url("../img/corporate/top/bg-hana.png") no-repeat left center/cover;
  width: 396px;
  height: 268px;
  position: absolute;
  left: -300px;
  top: -120px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-career::after {
    left: -8%;
    top: -13rem;
    width: 238px;
    height: 161px;
  }
}
.p-corporate__top--logo .inner .logo-career dl {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-career dl {
    width: 100%;
  }
}
.p-corporate__top--logo .inner .logo-career dl dt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-career dl dt {
    font-size: 1.2rem;
  }
}
.p-corporate__top--logo .inner .logo-career dl dt em {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.8rem;
  font-weight: 400;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-career dl dt em {
    font-size: 2.2rem;
  }
}
.p-corporate__top--logo .inner .logo-career dl dd p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .125em;
}
.p-corporate__top--logo .inner .logo-career .p-btn-wh {
  width: 180px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--logo .inner .logo-career .p-btn-wh {
    width: 160px;
    margin-left: auto;
    margin-top: 2.5rem;
  }
  .p-corporate__top--logo .inner .logo-career .p-btn-wh a {
    font-size: 1.4rem;
  }
}
.p-corporate__top--logo .inner .logo-career .p-btn-wh i.external img {
  width: 14px;
  height: 14px;
  filter: brightness(0) saturate(100%) invert(89%) sepia(100%) saturate(2%) hue-rotate(18deg) brightness(104%) contrast(100%);
}
.p-corporate__top--movie {
  position: relative;
  width: 100%;
  background: #F1F2ED;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--movie {
    padding: 8rem 0;
  }
}
.p-corporate__top--movie .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--movie .inner {
    max-width: 100%;
    width: 82%;
  }
}
.p-corporate__top--movie .inner .movie-box {
  width: 100%;
  max-width: 894px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--movie .inner .movie-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__top--movie .inner h2 {
    margin-bottom: 4rem;
  }
}
.p-corporate__top--movie .inner h2 > span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--movie .inner h2 > span {
    font-size: 2.4rem;
  }
}
.p-corporate__top--movie .inner p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--movie .inner p {
    font-size: 1.4rem;
  }
}
.p-corporate__top--movie .inner .movie-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-corporate__top--movie .inner .movie-container {
    margin-bottom: 2rem;
  }
}
.p-corporate__top--movie .inner .movie-container iframe {
  width: 100%;
  height: 100%;
}
.p-corporate__info .outline-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 1199px) {
  .p-corporate__info .outline-container {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__info .outline-container {
    padding: 8rem 0;
  }
}
.p-corporate__info .outline-container .inner {
  width: 100%;
  max-width: 894px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-corporate__info .outline-container .inner {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
  }
}
.p-corporate__info .outline-container .inner dl {
  width: 100%;
  background: #F8F8F5;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info .outline-container .inner dl {
    padding: 3rem;
  }
}
.p-corporate__info .outline-container .inner dl > div {
  border-bottom: 1px solid #A8A8A8;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-corporate__info .outline-container .inner dl > div {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0;
  }
}
.p-corporate__info .outline-container .inner dl > div:first-child {
  padding-top: 0;
}
.p-corporate__info .outline-container .inner dl > div dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .p-corporate__info .outline-container .inner dl > div dt {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-corporate__info .outline-container .inner dl > div dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
.p-corporate__info .outline-container .inner dl > div dd span {
  font-size: 1.4rem;
  margin-left: 1em;
}
.p-corporate__info .outline-container .inner dl + p {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1em;
}
.p-corporate__info--history {
  background: #F1F2ED;
  padding: 120px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history {
    padding: 8rem 0;
  }
}
.p-corporate__info--history .history-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-corporate__info--history .history-container .inner {
  width: 100%;
  max-width: 894px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div {
  background: #F8F8F5;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div {
    flex-direction: column;
    padding: 3rem;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div:nth-child(even) {
  background: #fff;
}
.p-corporate__info--history .history-container .inner .history-box dl > div dt {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 20px;
  padding-top: 30px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div dt {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div dd {
  display: flex;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div dd {
    flex-direction: column;
    width: 100%;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div dd > div {
  width: calc(100% - 180px);
  padding: 25px 0;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div dd > div {
    width: 100%;
    padding: 0;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div dd > div h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.05em;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div dd > div h3 {
    font-size: 1.8rem;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div dd > div h3::before {
  content: "";
  display: inline-block;
  background: #707070;
  width: 8px;
  height: 8px;
  margin-right: 1em;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
.p-corporate__info--history .history-container .inner .history-box dl > div dd > div h3:nth-of-type(n+2) {
  margin-top: 2rem;
}
.p-corporate__info--history .history-container .inner .history-box dl > div dd > div p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 10px;
  padding-left: 1.5em;
}
.p-corporate__info--history .history-container .inner .history-box dl > div dd > div {
  width: 100%;
}
.p-corporate__info--history .history-container .inner .history-box dl > div dd figure {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div dd figure {
    width: 68.7%;
    margin: 3rem auto 0;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div.box--type02 dd > div {
  width: calc(100% - 384px);
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div.box--type02 dd > div {
    width: 100%;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div.box--type02 dd figure {
  width: 384px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div.box--type02 dd figure {
    width: 98%;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div.box--type02 dd figure.img-logo {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div.box--type02 dd figure.img-logo {
    padding: 0;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div.box--type02 dd figure.img-logo img {
  display: block;
  width: 83.333% !important;
  margin: 0 auto;
}
.p-corporate__info--history .history-container .inner .history-box dl > div.box--type03 dd > div {
  width: calc(100% - 282px);
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div.box--type03 dd > div {
    width: 100%;
  }
}
.p-corporate__info--history .history-container .inner .history-box dl > div.box--type03 dd figure {
  width: 282px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--history .history-container .inner .history-box dl > div.box--type03 dd figure {
    width: 98%;
  }
}
.p-corporate__info--awards {
  background: #F8F8F5;
  padding: 120px 0 150px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--awards {
    padding: 8rem 0;
  }
}
.p-corporate__info--awards .awards-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-corporate__info--awards .awards-container::after {
  content: "";
  display: block;
  background: url("../img/corporate/info/bg-hana.png") no-repeat left top/cover;
  width: 341px;
  height: 268px;
  position: absolute;
  right: -80px;
  top: -100px;
}
@media screen and (max-width: 1024px) {
  .p-corporate__info--awards .awards-container::after {
    overflow: hidden;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__info--awards .awards-container::after {
    display: block;
    width: 27.5rem;
    height: 21.6rem;
    right: 0;
    top: -8rem;
  }
}
.p-corporate__info--awards .awards-container .inner {
  width: 100%;
  max-width: 894px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--awards .awards-container .inner {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
  }
}
.p-corporate__info--awards .awards-container .inner dl {
  background: #fff;
  padding: 30px;
}
.p-corporate__info--awards .awards-container .inner dl > div {
  padding: 30px 0;
  border-bottom: 1px solid #E4E4E4;
}
.p-corporate__info--awards .awards-container .inner dl > div:first-child {
  padding-top: 0;
}
.p-corporate__info--awards .awards-container .inner dl > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-corporate__info--awards .awards-container .inner dl > div dt {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--awards .awards-container .inner dl > div dt {
    font-size: 1.6rem;
  }
}
.p-corporate__info--awards .awards-container .inner dl > div dd p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--awards .awards-container .inner dl > div dd p {
    font-size: 1.6rem;
  }
}
.p-corporate__info--action {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action {
    padding: 8rem 0;
  }
}
.p-corporate__info--action .action-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-corporate__info--action .action-container .inner {
  width: 100%;
  max-width: 894px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
  }
}
.p-corporate__info--action .action-container .inner .action-intro {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-intro {
    margin-bottom: 5rem;
  }
}
.p-corporate__info--action .action-container .inner .action-intro > p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-intro > p {
    margin-bottom: 5rem;
  }
}
.p-corporate__info--action .action-container .inner .action-intro picture + p {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-intro picture + p {
    margin-top: 2rem;
  }
}
.p-corporate__info--action .action-container .inner .action-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-box {
    margin-bottom: 5rem;
  }
}
.p-corporate__info--action .action-container .inner .action-box:last-child {
  margin-bottom: 0;
}
.p-corporate__info--action .action-container .inner .action-box > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-box > div {
    flex-direction: column;
  }
}
.p-corporate__info--action .action-container .inner .action-box > div > div {
  width: calc(100% - 210px);
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-box > div > div {
    width: 100%;
  }
}
.p-corporate__info--action .action-container .inner .action-box > div > div p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  margin-bottom: 20px;
}
.p-corporate__info--action .action-container .inner .action-box > div > div p:last-child {
  margin-bottom: 0;
}
.p-corporate__info--action .action-container .inner .action-box > div > div p.lead {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-box > div > div p.lead {
    font-size: 1.8rem;
  }
}
.p-corporate__info--action .action-container .inner .action-box > div > div .link-action {
  margin-top: 20px;
}
.p-corporate__info--action .action-container .inner .action-box > div > div .link-action a {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-corporate__info--action .action-container .inner .action-box > div > div .link-action a::before {
  content: "→";
  display: inline-block;
  margin-right: 1em;
}
.p-corporate__info--action .action-container .inner .action-box > div > div .link-action a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-box > div > div .link-action a:hover {
    text-decoration: none;
  }
}
.p-corporate__info--action .action-container .inner .action-box > div figure {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-box > div figure {
    width: 56%;
    margin: 3rem auto 0;
  }
}
.p-corporate__info--action .action-container .inner .action-box.action-box--type02 > div > div {
  width: calc(100% - 312px);
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-box.action-box--type02 > div > div {
    width: 100%;
  }
}
.p-corporate__info--action .action-container .inner .action-box.action-box--type02 > div figure {
  width: 282px;
}
@media screen and (max-width: 767px) {
  .p-corporate__info--action .action-container .inner .action-box.action-box--type02 > div figure {
    width: 88%;
  }
}
.p-corporate__info--action .action-container .inner .action-box.no-photo > div > div {
  width: 100%;
}
.p-corporate__location--office {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office {
    padding: 8rem 0;
  }
}
.p-corporate__location--office .inner {
  width: 100%;
  max-width: 894px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
  }
}
.p-corporate__location--office .inner .office-box dl > div {
  position: relative;
  background: #F1F2ED;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 160px;
  padding: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .office-box dl > div {
    height: auto;
    padding: 3rem;
  }
}
.p-corporate__location--office .inner .office-box dl > div:last-child {
  margin-bottom: 0;
}
.p-corporate__location--office .inner .office-box dl > div dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .office-box dl > div dt {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.p-corporate__location--office .inner .office-box dl > div dd p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .office-box dl > div dd p {
    padding-right: 2em;
  }
}
.p-corporate__location--office .inner .office-box dl > div dd .map {
  position: absolute;
  background: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  top: 50%;
  margin-top: -36px;
  right: 40px;
  border-radius: 50%;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .office-box dl > div dd .map {
    width: 48px;
    height: 48px;
    top: inherit;
    margin-top: inherit;
    transition: none;
    right: 1rem;
    bottom: 1rem;
  }
}
.p-corporate__location--office .inner .office-box dl > div dd .map img {
  display: block;
  width: 20px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .office-box dl > div dd .map img {
    width: 16px;
    height: 24px;
  }
}
.p-corporate__location--office .inner .office-box dl > div dd .map:hover {
  transform: scale(1.2);
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .office-box dl > div dd .map:hover {
    opacity: 1;
    transform: scale(1);
  }
}
.p-corporate__location--office .inner .company-box {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .company-box {
    margin-top: 8rem;
  }
}
.p-corporate__location--office .inner .company-box > div {
  position: relative;
  display: flex;
  background: #F1F2ED;
  align-items: center;
  height: 190px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .company-box > div {
    flex-direction: column;
    height: auto;
  }
}
.p-corporate__location--office .inner .company-box > div:last-child {
  margin-bottom: 0;
}
.p-corporate__location--office .inner .company-box > div figure {
  width: 31.5%;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .company-box > div figure {
    width: 100%;
  }
}
.p-corporate__location--office .inner .company-box > div figure img {
  object-fit: cover;
  display: block;
  height: 190px;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .company-box > div figure img {
    height: 21.6rem;
  }
}
.p-corporate__location--office .inner .company-box > div dl {
  width: 68.5%;
  padding: 0 40px 0 25px;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .company-box > div dl {
    width: 100%;
    padding: 4rem 3rem;
  }
}
.p-corporate__location--office .inner .company-box > div dl dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .company-box > div dl dt {
    font-size: 1.8rem;
  }
}
.p-corporate__location--office .inner .company-box > div dl dd p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .company-box > div dl dd p {
    padding-right: 2em;
  }
}
.p-corporate__location--office .inner .company-box > div .map {
  position: absolute;
  background: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  top: 50%;
  margin-top: -36px;
  right: 40px;
  border-radius: 50%;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .company-box > div .map {
    width: 48px;
    height: 48px;
    top: inherit;
    margin-top: inherit;
    transition: none;
    right: 1rem;
    bottom: 1rem;
  }
}
.p-corporate__location--office .inner .company-box > div .map img {
  display: block;
  width: 20px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .company-box > div .map img {
    width: 16px;
    height: 24px;
  }
}
.p-corporate__location--office .inner .company-box > div .map:hover {
  transform: scale(1.2);
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .p-corporate__location--office .inner .company-box > div .map:hover {
    opacity: 1;
    transform: scale(1);
  }
}
.p-side__menu {
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 20;
  width: 296px;
  max-width: 1200px;
  margin: 0 auto;
  left: calc(50% - 600px);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1199px) {
  .p-side__menu {
    max-width: 100%;
    width: 190px;
    left: 10px;
  }
}
@media screen and (max-width: 1079px) {
  .p-side__menu {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-side__menu {
    display: none;
  }
}
.p-side__menu ul li a {
  display: block;
  padding: 20px 25px;
  border-left: 2px solid #707070;
  color: #707070;
  transition: .3s ease;
}
@media screen and (max-width: 1199px) {
  .p-side__menu ul li a {
    line-height: 1.4;
  }
}
.p-side__menu ul li a:hover {
  color: #333;
}
.p-side__menu ul li a.current {
  border-left: 4px solid #707070;
  color: #333;
}
.p-side__menu.is-show {
  opacity: 1;
  visibility: visible;
}
.p-top {
  /*  about  */
  /*  brand  */
  /*  service  */
  /*  news  */
  /*  pickup  */
  /*  fixed  */
  /*  sustainability  */
  /*  corporate  */
  /*  movie  */
}
.p-top__fv {
  position: relative;
  width: 100%;
  top: 60px;
  height: calc(100vh - 120px);
  padding-left: 83px;
  padding-right: 83px;
  /*margin-bottom: 240px;*/
}
@media screen and (max-width: 767px) {
  .p-top__fv {
    height: 100vw;
    margin-bottom: 16rem;
  padding-left: 0px;
  padding-right: 0px;
  }
}
.p-top__fv .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.p-top__fv .inner h2 {
  width: 100%;
  max-width: 560px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top__fv .inner h2 {
    max-width: 100%;
    width: 82.564%;
  }
}
.p-top__fv .swiper-wrapper-wrap {
  position: relative;
}
.p-top__fv .swiper {
  position: relative;
}
.p-top__fv .swiper .swiper-wrapper {
  width: 100%;
}
.p-top__fv .swiper .swiper-wrapper img {
  display: block;
  object-fit: cover;
  height: calc(100vh - 120px);
}
@media screen and (max-width: 767px) {
  .p-top__fv .swiper .swiper-wrapper img {
    height: 100vw;
  }
}
.p-top__fv .swiper-pagination {
  position: absolute;
  bottom: -32px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top__fv .swiper-pagination {
    bottom: -30px;
  }
}
.p-top__fv .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1 !important;
  border-radius: 0 !important;
  background: #F1F2ED !important;
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .p-top__fv .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 15px !important;
  }
}
.p-top__fv .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.p-top__fv .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7F7F7D !important;
}
.p-top__fv .scroll {
  position: absolute;
  bottom: -40px;
  right: -50px;
  z-index: 10;
}
@media screen and (max-width: 1366px) {
  .p-top__fv .scroll {
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv .scroll {
    bottom: -90px;
    right: 10px;
    width: 12px;
  }
  .p-top__fv .scroll img {
    width: 100%;
  }
}
.p-top__fv .scroll a img {
  animation: arrow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-top__about {
  padding: 0 10px 150px;
}
@media screen and (max-width: 767px) {
  .p-top__about {
    padding: 0 0 8rem;
  }
}
.p-top__about .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 240px auto 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top__about .inner {
    max-width: 100%;
    width: 82%;
    flex-direction: column;
  margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about .inner h2 {
    margin-bottom: 4rem;
  }
}
.p-top__about--box {
  position: relative;
  top: -30px;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-top__about--box {
    top: inherit;
    width: 100%;
  }
}
.p-top__about--box p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__about--box p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    line-height: 2.25;
  }
}
.p-top__about--box p.f-bold {
  font-weight: 500;
}
.p-top__about--box p:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top__about--box p:last-of-type {
    margin-bottom: 5rem;
  }
}
.p-top__about--lead {
  font-size: 5.6rem !important;
  font-weight: 300 !important;
  line-height: 1.9 !important;
}
@media screen and (max-width: 767px) {
  .p-top__about--lead {
    font-size: 2.8rem !important;
    letter-spacing: -.05em;
  }
}
.p-top__brand {
  background: #F1F2ED;
  padding: 120px 10px;
}
@media screen and (max-width: 767px) {
  .p-top__brand {
    padding: 8rem 0;
  }
}
.p-top__brand .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top__brand .inner {
    flex-direction: column;
    width: 82%;
  }
}
.p-top__brand .inner h2 {
  margin-bottom: 6rem;
}
.p-top__brand--box {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-top__brand--box {
    width: 100%;
  }
}
.p-top__brand--box .brand-box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  align-items: flex-end;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-top__brand--box .brand-box {
    flex-direction: column;
    width: 100%;
    margin-bottom: 6rem;
    align-items: center;
  }
}
.p-top__brand--box .brand-box:last-child {
  margin-bottom: 0;
}
.p-top__brand--box .brand-box figure {
  width: 35.25%;
  max-width: 282px;
}
@media screen and (max-width: 767px) {
  .p-top__brand--box .brand-box figure {
    max-width: 100%;
    width: 80%;
    margin-bottom: 3rem;
  }
}
.p-top__brand--box .brand-box > div {
  width: 56.25%;
}
@media screen and (max-width: 767px) {
  .p-top__brand--box .brand-box > div {
    width: 100%;
  }
}
.p-top__brand--box .brand-box > div h3 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__brand--box .brand-box > div h3 {
    font-size: 2.8rem;
  }
}
.p-top__brand--box .brand-box > div p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .1em;
}
.p-top__brand--box .brand-box > div .brand-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: -.005em;
}
.p-top__brand--box .brand-box > div .brand-tag {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-top__brand--box .brand-box > div .brand-tag {
    margin: 20px 0 30px;
  }
}
.p-top__brand--box .brand-box > div .brand-tag span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-top__brand--box .brand-box > div .brand-tag span {
    font-size: 1.4rem;
  }
}
.p-top__brand--box .brand-box > div .brand-tag span:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.p-top__brand--box .brand-box > div .p-btn-wh {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .p-top__brand--box .brand-box > div .p-btn-wh {
    width: 160px;
  }
}
.p-top__brand--box .brand-box > div .p-btn-wh a {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__brand--box .brand-box > div .p-btn-wh a {
    padding-bottom: 15px;
  }
}
.p-top__brand--box .brand-box > div .p-btn-wh a i {
  width: 28px;
  height: 28px;
}
.p-top__service {
  position: relative;
  width: 100%;
  background: url("../img/top/bg-service.jpg") no-repeat center top/cover;
  height: 836px;
}
@media screen and (max-width: 767px) {
  .p-top__service {
    background: url("../img/top/bg-service_sp.jpg") no-repeat center top/cover;
    height: auto;
    /* aspect-ratio: 393 / 1864; */
    padding-bottom: 9rem;
  }
}
.p-top__service--inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-top__service--inner {
    padding: 0;
  }
}
.p-top__service--inner::after {
  content: "";
  display: block;
  background: url("../img/top/img-service.png") no-repeat center top/cover;
  width: 100%;
  height: 896px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .p-top__service--inner::after {
    width: 115%;
    left: -15%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__service--inner::after {
    background: url("../img/top/img-service01_sp.png") no-repeat center top/cover;
    left: inherit;
    right: 0;
    width: 33vw;
    height: 50vw;
  }
}
@media screen and (max-width: 480px) {
  .p-top__service--inner::after {
    width: 42vw;
    height: 59vw;
  }
}
.p-top__service--inner .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 120px;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__service--inner .inner {
    max-width: 100%;
    padding-top: 20vw;
  }
}
.p-top__service--inner .inner h2 {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__service--inner .inner h2 {
    margin-bottom: 23vw;
    position: relative;
    left: 9%;
  }
}
.p-top__service--inner .shadow01, .p-top__service--inner .shadow02 {
  mix-blend-mode: multiply;
  position: absolute;
  display: block;
  background: #A8A8A8;
  top: 210px;
  left: 165px;
  width: 404px;
  height: 324px;
}
@media screen and (max-width: 1365px) {
  .p-top__service--inner .shadow01, .p-top__service--inner .shadow02 {
    display: none;
  }
}
.p-top__service--inner .shadow02 {
  width: 306px;
  height: 317px;
  top: 440px;
  left: inherit;
  right: 265px;
}
.p-top__service--box {
  width: 92%;
  margin-left: 8%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-top__service--box {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__service--box {
    width: 100%;
    flex-direction: column;
  }
}
.p-top__service--box > div {
  position: relative;
}
.p-top__service--box > div h3 {
  position: relative;
  color: #fff;
  font-size: 7.2rem;
  font-weight: 400;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .p-top__service--box > div h3 {
    font-size: 4.8rem;
    margin-bottom: 0;
    left: 9%;
  }
}
.p-top__service--box > div h3 span {
  position: relative;
  left: 16rem;
  top: -1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top__service--box > div h3 span {
    left: 10.5rem;
    top: -.8rem;
  }
}
.p-top__service--box > div > div {
  position: relative;
}
.p-top__service--box > div > div h4 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top__service--box > div > div h4 {
    font-size: 2rem;
  }
}
.p-top__service--box > div > div p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .01em;
  margin-bottom: 30px;
}
.p-top__service--box > div > div .p-btn-wh {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .p-top__service--box > div > div .p-btn-wh {
    width: 160px;
  }
}
.p-top__service--box > div > div .p-btn-wh a {
  padding-bottom: 15px;
}
.p-top__service--box > div > div .p-btn-wh a::after {
  background: #fff;
}
.p-top__service--box > div > div .p-btn-wh a span {
  color: #fff;
}
.p-top__service--box > div > div .p-btn-wh a i {
  width: 28px;
  height: 28px;
  background: #fff;
}
.p-top__service--box > div > div .p-btn-wh a i img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(7%) saturate(70%) hue-rotate(22deg) brightness(96%) contrast(89%);
}
.p-top__service--box > div:first-child {
  width: 55.5%;
  padding-right: 2.7%;
}
@media screen and (max-width: 767px) {
  .p-top__service--box > div:first-child {
    width: 100%;
    padding-right: 0;
  }
  .p-top__service--box > div:first-child .service-img01 {
    position: relative;
    width: 91%;
    margin-left: auto;
  }
}
.p-top__service--box > div:first-child > div {
  position: relative;
  width: 45%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top__service--box > div:first-child > div {
    width: 82%;
    margin: -2.5rem auto 0;
  }
}
.p-top__service--box > div:last-child {
  width: 44.5%;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-top__service--box > div:last-child {
    width: 100%;
    padding-top: 11.5rem;
  }
}
@media screen and (max-width: 390px) {
  .p-top__service--box > div:last-child {
    padding-top: 9rem;
  }
}
.p-top__service--box > div:last-child .service-img02 {
  position: relative;
  width: 91%;
  margin-bottom: 3.5rem;
}
.p-top__service--box > div:last-child > div {
  width: 82%;
  margin: 0 auto;
}
.p-top__service--box > div:last-child h4 {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__service--box > div:last-child h4 {
    padding-left: 0;
  }
}
.p-top__service--box > div:last-child p {
  width: 80%;
  text-align: justify;
  letter-spacing: .1em;
  margin-bottom: 1.2rem;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__service--box > div:last-child p {
    width: 100%;
    padding-left: 0;
    margin-bottom: 3rem;
  }
}
.p-top__service--box > div:last-child .p-btn-wh {
  margin-left: auto;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-top__service--box > div:last-child .p-btn-wh {
    margin-left: 0;
    padding-right: 0;
  }
}
.p-top__news {
  position: relative;
  background: #F1F2ED;
  padding: 150px 10px 120px;
}
@media screen and (max-width: 767px) {
  .p-top__news {
    padding: 8rem 0;
  }
}
.p-top__news .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top__news .inner {
    max-width: 100%;
    width: 82%;
    flex-direction: column;
  }
  .p-top__news .inner h2 {
    margin-bottom: 4rem;
  }
}
.p-top__news .p-sticky__ttl {
  position: relative;
  top: 0;
}
.p-top__news--box {
  width: 75%;
  background: #fff;
  padding: 50px;
}
@media screen and (max-width: 1199px) {
  .p-top__news--box {
    width: 85%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news--box {
    width: 100%;
    padding: 3rem 0;
  }
}
.p-top__news--box dl div {
  display: flex;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #A8A8A8;
}
@media screen and (max-width: 767px) {
  .p-top__news--box dl div {
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-top__news--box dl div:first-child {
  padding-top: 0;
}
.p-top__news--box dl div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-top__news--box dl div dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .p-top__news--box dl div dt {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news--box dl div dt {
    width: 80%;
    margin: 0 auto 2rem;
    justify-content: flex-start;
  }
}
.p-top__news--box dl div dt time {
  font-size: 1.6rem;
  font-weight: 400;
  color: #7F7F7D;
}
@media screen and (max-width: 767px) {
  .p-top__news--box dl div dt time {
    margin-right: 2rem;
  }
}
.p-top__news--box dl div dt span {
  background: #7F7F7D;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  width: 100px;
  display: block;
  text-align: center;
  padding: .5rem 1rem;
}
.p-top__news--box dl div dd {
  width: 70%;
  padding: 0 40px 0 25px;
}
@media screen and (max-width: 767px) {
  .p-top__news--box dl div dd {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
}
.p-top__news--box dl div dd a {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  position: relative;
  top: -.25em;
}
@media screen and (max-width: 767px) {
  .p-top__news--box dl div dd a {
    top: inherit;
  }
}
.p-top__news--box dl div dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-top__news--box dl div dd a:hover {
    text-decoration: none;
  }
}
.p-top__pickup {
  background: #333;
  padding: 120px 10px;
}
@media screen and (max-width: 767px) {
  .p-top__pickup {
    padding: 8rem 0;
  }
}
.p-top__pickup .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
  }
}
.p-top__pickup .inner hgroup {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner hgroup {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
}
.p-top__pickup .inner hgroup h2 {
  color: #fff;
  margin-bottom: 3rem;
}
.p-top__pickup .inner hgroup p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 9rem;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner hgroup p {
    margin-left: 0;
    line-height: 1.75;
  }
}
.p-top__pickup .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner ul {
    flex-direction: column;
    gap: 0;
  }
}
.p-top__pickup .inner ul li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner ul li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .p-top__pickup .inner ul li:last-child {
    margin-bottom: 0;
  }
}
.p-top__pickup .inner ul li a {
  display: block;
}
.p-top__pickup .inner ul li a dl dt {
  font-size: 1.4rem;
  font-weight: 400;
  background: #E4E4E4;
  width: 102px;
  padding: 4px 10px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner ul li a dl dt {
    margin-bottom: 1rem;
  }
}
.p-top__pickup .inner ul li a dl dd h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
.p-top__pickup .inner ul li a figure {
  overflow: hidden;
  position: relative;
}
.p-top__pickup .inner ul li a figure > img {
  display: block;
  transition: transform .4s ease;
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner ul li a figure > img {
    transition: none;
  }
}
.p-top__pickup .inner ul li a figure > img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner ul li a figure > img:hover {
    transform: scale(1);
  }
}
.p-top__pickup .inner ul li a figure i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: .3s;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner ul li a figure i {
    transition: none;
  }
}
.p-top__pickup .inner ul li a figure i img {
  display: block;
  width: 12px;
  height: 10px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6%) hue-rotate(331deg) brightness(99%) contrast(82%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-top__pickup .inner ul li a figure i.external img {
  width: 16px;
  height: 16px;
}
.p-top__pickup .inner ul li a:hover {
  filter: brightness(110%) contrast(110%);
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner ul li a:hover {
    filter: brightness(100%) contrast(100%);
  }
}
.p-top__pickup .inner ul li a:hover h3 {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner ul li a:hover h3 {
    text-decoration: none;
  }
}
.p-top__pickup .inner ul li a:hover i {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-top__pickup .inner ul li a:hover i {
    transform: scale(1);
  }
}
.p-top__fixed {
  position: relative;
  height: 640px;
  clip-path: inset(0);
}
@media screen and (max-width: 767px) {
  .p-top__fixed {
    height: 46.8vw;
  }
}
.p-top__fixed img {
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__fixed img {
    position: absolute;
  }
}
.p-top__sustainability {
  position: relative;
  padding-bottom: 60px;
  height: 665px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__sustainability {
    padding: 8rem 0;
    height: auto;
  }
}
.p-top__sustainability--inner {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.p-top__sustainability--inner::before, .p-top__sustainability--inner::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-top__sustainability--inner::before, .p-top__sustainability--inner::after {
    display: none;
  }
}
.p-top__sustainability--inner::before {
  background: url("../img/top/img-sustainability01.png") no-repeat left top/cover;
  width: 365px;
  height: 415px;
  left: 0;
  top: 194px;
}
@media screen and (max-width: 1365px) {
  .p-top__sustainability--inner::before {
    left: -5%;
    width: 27vw;
    height: 30vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-top__sustainability--inner::before {
    left: 0;
  }
}
.p-top__sustainability--inner::after {
  background: url("../img/top/img-sustainability02.png") no-repeat left top/cover;
  width: 695px;
  height: 609px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1365px) {
  .p-top__sustainability--inner::after {
    right: -5%;
    width: 50vw;
    height: 45vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-top__sustainability--inner::after {
    right: 0;
  }
}
.p-top__sustainability--inner .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top__sustainability--inner .inner {
    max-width: 100%;
    width: 82%;
    padding-top: 0;
  }
}
.p-top__sustainability--inner .inner h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1365px) {
  .p-top__sustainability--inner .inner h2 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sustainability--inner .inner h2 {
    padding-left: 0;
  }
}
.p-top__sustainability--inner .inner > div {
  width: 290px;
  position: relative;
  left: 300px;
  padding-right: 1em;
}
@media screen and (max-width: 1365px) {
  .p-top__sustainability--inner .inner > div {
    left: 25%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sustainability--inner .inner > div {
    width: 100%;
    left: 0;
    padding-right: 0;
  }
}
.p-top__sustainability--inner .inner > div p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1365px) {
  .p-top__sustainability--inner .inner > div p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top__sustainability--inner .inner > div p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sustainability--inner .inner > div p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-top__sustainability--inner .inner > div p span {
  display: block;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-top__sustainability--inner .inner > div p span {
    display: inline;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sustainability--inner .inner > div p br {
    display: none;
  }
}
.p-top__sustainability--inner .inner > div .p-btn-wh {
  position: relative;
  top: -4px;
  width: 180px;
  margin-left: auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__sustainability--inner .inner > div .p-btn-wh {
    width: 160px;
    top: inherit;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-top__sustainability--inner .inner > div .p-btn-wh i {
  width: 28px;
  height: 28px;
}
.p-top__sustainability--inner .inner > div .img-sustainability01 {
  width: 60.8%;
  margin-bottom: 3rem;
}
.p-top__sustainability--inner .inner > div .img-sustainability02 {
  width: 100%;
  margin-top: 4rem;
}
.p-top__corporate {
  width: 100%;
  background: url("../img/top/bg-corporate.jpg") no-repeat center/cover;
  height: 728px;
  padding: 120px 10px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-top__corporate {
    height: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__corporate {
    background: url("../img/top/bg-corporate_sp.jpg") no-repeat center/cover;
    height: auto;
    padding: 8rem 0 5rem;
  }
}
.p-top__corporate .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* &::after {
  	content: "";
  	display: block;
  	background: url("../img/top/img-corporate.png") no-repeat left top /cover;
  	width: 996px;
  	height: 486px;
  	position: absolute;
  	top: 0;
  	right: 0;
  	@include mq(1199) {
  		right: -5%;
  		width: 83vw;
  		height: 40.5vw;
  	}
  	@include mq(767) {
  		display: none;
  	}
  } */
}
@media screen and (max-width: 767px) {
  .p-top__corporate .inner {
    max-width: 100%;
    width: 82%;
  }
}
.p-top__corporate .inner h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__corporate .inner h2 {
    margin-bottom: 4rem;
  }
}
.p-top__corporate .inner p {
  width: 282px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top__corporate .inner p {
    width: 88%;
  }
}
.p-top__corporate .inner .img-corporate {
  position: relative;
  margin-top: 3rem;
}
.p-top__corporate .inner .p-btn-wh {
  width: 180px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-top__corporate .inner .p-btn-wh {
    width: 160px;
    margin-left: auto;
    position: relative;
    top: -3rem;
  }
}
.p-top__corporate .inner .p-btn-wh i {
  width: 28px;
  height: 28px;
}
.p-top__corporate .inner #slide01 {
  position: absolute;
  bottom: 0;
  left: 17%;
  width: 15%;
}
@media screen and (max-width: 1199px) {
  .p-top__corporate .inner #slide01 {
    left: 22%;
  }
}
@media screen and (max-width: 992px) {
  .p-top__corporate .inner #slide01 {
    left: 29%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__corporate .inner #slide01 {
    position: relative;
    width: 48.5%;
    margin-left: auto;
    margin-top: 3rem;
    margin-bottom: 1rem;
    left: 0;
  }
}
.p-top__corporate .inner #slide02 {
  position: absolute;
  bottom: 0;
  left: 34%;
  width: 40.5%;
}
@media screen and (max-width: 1199px) {
  .p-top__corporate .inner #slide02 {
    left: 39%;
  }
}
@media screen and (max-width: 992px) {
  .p-top__corporate .inner #slide02 {
    left: 46%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__corporate .inner #slide02 {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 1rem;
  }
}
.p-top__corporate .inner #slide03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 23.5%;
}
@media screen and (max-width: 1199px) {
  .p-top__corporate .inner #slide03 {
    right: -5%;
  }
}
@media screen and (max-width: 992px) {
  .p-top__corporate .inner #slide03 {
    right: -12%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__corporate .inner #slide03 {
    position: relative;
    width: 37%;
    left: 0;
  }
}
.p-top__corporate .inner .slideshow {
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.p-top__corporate .inner .slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(100%);
  animation: slide8 32s infinite ease-in-out;
}
.p-top__corporate .inner .slideshow img:nth-child(1) {
  animation-delay: 0s;
}
.p-top__corporate .inner .slideshow img:nth-child(2) {
  animation-delay: 4s;
}
.p-top__corporate .inner .slideshow img:nth-child(3) {
  animation-delay: 8s;
}
.p-top__corporate .inner .slideshow img:nth-child(4) {
  animation-delay: 12s;
}
.p-top__corporate .inner .slideshow img:nth-child(5) {
  animation-delay: 16s;
}
.p-top__corporate .inner .slideshow img:nth-child(6) {
  animation-delay: 20s;
}
.p-top__corporate .inner .slideshow img:nth-child(7) {
  animation-delay: 24s;
}
.p-top__corporate .inner .slideshow img:nth-child(8) {
  animation-delay: 28s;
}
.p-top__movie {
  padding: 120px 10px;
}
@media screen and (max-width: 767px) {
  .p-top__movie {
    padding: 8rem 0 0;
  }
}
.p-top__movie .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top__movie .inner {
    max-width: 1200px;
    width: 82%;
  }
}
.p-top__movie .inner .movie-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.p-top__movie .inner .movie-container iframe {
  width: 100%;
  height: 100%;
}

/* view anime */
@-webkit-keyframes fade-in {
  0% {
    transform: translateY(0px);
    filter: brightness(400%) contrast(400%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: brightness(100%) contrast(100%);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    transform: translateY(0px);
    filter: brightness(400%) contrast(400%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: brightness(100%) contrast(100%);
    opacity: 1;
  }
}
.is-fade_in {
  opacity: 0;
}

.is-fade_in.is-fade_in--done {
  opacity: 1;
  -webkit-animation: fade-in 2s ease 0s;
  animation: fade-in 2s ease 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 1023px) and (max-height: 600px) {
  .is-fade_in {
    opacity: 1 !important;
    filter: brightness(100%) contrast(100%);
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .is-fade_in {
    opacity: 1 !important;
    filter: brightness(100%) contrast(100%) !important;
    transform: translateY(0) !important;
  }
}
@-webkit-keyframes fade-up {
  0% {
    transform: translateY(40px);
    filter: brightness(300%) contrast(300%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: brightness(100%) contrast(100%);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(40px);
    filter: brightness(300%) contrast(300%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: brightness(100%) contrast(100%);
    opacity: 1;
  }
}
.is-fade_up {
  opacity: 0;
}

.is-fade_up.is-fade_up--done {
  opacity: 1;
  -webkit-animation: fade-up 1s ease 0.1s;
  animation: fade-up 1s ease 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 1023px) and (max-height: 600px) {
  .is-fade_up {
    filter: brightness(100%) contrast(100%) !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .is-fade_up {
    filter: brightness(100%) contrast(100%) !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
/* Text Anime */
@-webkit-keyframes txt-view {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes txt-view {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
.is-txt-view {
  clip-path: inset(0 100% 0 0);
}

.is-txt-view.is-txt-view--done {
  opacity: 1;
  -webkit-animation: txt-view 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: txt-view 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Photo Anime */
@-webkit-keyframes photo-view {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
@keyframes photo-view {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
.is-photo-view {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.is-photo-view.is-photo-view--done {
  opacity: 1;
  -webkit-animation: photo-view 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: photo-view 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 1023px) and (max-height: 600px) {
  .is-photo-view {
    clip-path: inset(0) !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .is-photo-view {
    clip-path: inset(0) !important;
    opacity: 1 !important;
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(-20px);
  }
}
@keyframes infinity-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide8 {
  0% {
    transform: translateX(100%);
  }
  /* 右側に待機 */
  3.125% {
    transform: translateX(0);
  }
  /* 1秒かけて中央へスライドイン */
  12.5% {
    transform: translateX(0);
  }
  /* 3秒間その場で静止 */
  15.625% {
    transform: translateX(-100%);
  }
  /* 1秒かけて左側へスライドアウト */
  100% {
    transform: translateX(-100%);
  }
  /* ループが終わるまで左側で待機 */
}
@media print, screen and (min-width: 1025px) {
  .u-tab, .u-sp {
    display: none !important;
  }
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pc, .u-sp {
    display: none !important;
  }
  .u-tab-none {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-pc, .u-tab {
    display: none !important;
  }
  .u-sp-none {
    display: none !important;
  }
}

 /* SDGsムービー */
#video-background {
  width: 100%;
  height: 100svh;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
 
#video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}








