@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
/***** common style *****/
@media (max-width: 1279px) {
  .pc-visibility {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .tb-visibility {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .tb-visibility {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-tb-visibility {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .tb-sp-visibility {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp-visibility {
    display: none !important;
  }
}
/* Chrome, Safari, Edge用 */
body::-webkit-scrollbar {
  display: none;
}

body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
}

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

.fade-in-animation {
  opacity: 0;
  position: relative;
  transform: translate(0, 30px);
}
.fade-in-animation.show {
  transform: translate(0, 0);
  transition: transform 1.2s, opacity 1.2s;
  opacity: 1;
}

.fade-in-animation-left {
  opacity: 0;
  position: relative;
  transform: translate(-30px, 0);
}
.fade-in-animation-left.show {
  transform: translate(0, 0);
  transition: transform 1.2s, opacity 1.2s;
  opacity: 1;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#header .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 0;
}
#header .container .logo-header {
  position: absolute;
  top: 40px;
  left: 53px;
  width: 112px;
}
@media (max-width: 768px) {
  #header .container .logo-header {
    left: 24px;
    top: 20px;
    width: 90px;
  }
  #header .container .logo-header svg {
    width: 100% !important;
    height: auto !important;
  }
}
#header .container .btn-menu {
  cursor: pointer;
  height: 24px;
  width: 74px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 53px;
}
@media (max-width: 768px) {
  #header .container .btn-menu {
    right: 24px;
    top: 20px;
  }
}
#header .container .btn-menu.active .txt {
  color: #dddddd;
}
#header .container .btn-menu.active .txt span:nth-of-type(1) {
  transform: translateZ(-100px) rotateX(-90deg);
  opacity: 0;
}
#header .container .btn-menu.active .txt span:nth-of-type(2) {
  transform: translateZ(0) rotateX(0deg);
  opacity: 1;
}
#header .container .btn-menu.active .circle {
  background: #dddddd;
  border-color: #dddddd;
  box-shadow: inset 0px 0px 0px 7px #000;
  transform: rotate3d(1, 1, 0, 180deg);
}
#header .container .btn-menu.active .circle-black {
  right: -184px;
  top: -109px;
  height: 697px;
  width: 697px;
}
#header .container .btn-menu.active .nav {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}
#header .container .btn-menu.active .nav .link-list li {
  transform: translateY(0);
  opacity: 1;
}
#header .container .btn-menu.active .nav .link-list li:nth-child(1) {
  transition-delay: 0.35s;
}
#header .container .btn-menu.active .nav .link-list li:nth-child(2) {
  transition-delay: 0.4s;
}
#header .container .btn-menu.active .nav .link-list li:nth-child(3) {
  transition-delay: 0.45s;
}
#header .container .btn-menu.active .nav .link-list li:nth-child(4) {
  transition-delay: 0.5s;
}
#header .container .btn-menu.active .nav .link-list li:nth-child(5) {
  transition-delay: 0.55s;
}
#header .container .btn-menu.active .nav .link-list li:nth-child(6) {
  transition-delay: 0.6s;
}
#header .container .btn-menu.active .nav .link-list li:nth-child(7) {
  transition-delay: 0.65s;
}
#header .container .btn-menu.active .nav .sns-list li {
  transform: translateY(0);
  opacity: 1;
}
#header .container .btn-menu.active .nav .sns-list li:nth-child(1) {
  transition-delay: 0.65s;
}
#header .container .btn-menu.active .nav .sns-list li:nth-child(2) {
  transition-delay: 0.7s;
}
#header .container .btn-menu.active .nav .sns-list li:nth-child(3) {
  transition-delay: 0.75s;
}
#header .container .btn-menu.active .nav .tokyo-to-okinawa {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.75s;
}
#header .container .btn-menu > .txt {
  color: var(--bg-color, #dddddd);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  width: 44px;
  z-index: 2;
  position: relative;
  overflow: hidden;
  height: 1.2em;
}
#header .container .btn-menu > .txt span {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#header .container .btn-menu > .txt span:nth-of-type(1) {
  transform: translateZ(0) rotateX(0deg);
  transform-origin: center center;
}
#header .container .btn-menu > .txt span:nth-of-type(2) {
  transform: translateZ(-100px) rotateX(90deg);
  transform-origin: top center;
  opacity: 0;
}
#header .container .btn-menu .circle {
  border: 1px solid var(--bg-color, #dddddd);
  box-shadow: inset 0px 0px 0px 0px #000;
  box-sizing: border-box;
  background: var(--bg-color, #dddddd);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  width: 24px;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.3, 1, 0.3, 1);
}
#header .container .btn-menu .circle-black {
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
  height: 22px;
  width: 22px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
#header .container .btn-menu .nav {
  visibility: hidden;
  position: absolute;
  right: 78px;
  top: 49px;
  width: 215px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #header .container .btn-menu .nav {
    right: 60px;
  }
}
#header .container .btn-menu .nav .link-list li {
  text-align: center;
}
#header .container .btn-menu .nav .link-list li:nth-last-of-type(n+2) {
  margin-bottom: 27px;
}
#header .container .btn-menu .nav .link-list li a {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}
#header .container .btn-menu .nav .sns-list {
  display: flex;
  justify-content: space-between;
  margin: 45px auto 0;
  width: 65px;
}
#header .container .btn-menu .nav .txt-tokyo-to-okinawa {
  margin-top: 45px;
  width: 195px;
}
#header .container .btn-menu .nav .txt-tokyo-to-okinawa img {
  vertical-align: top;
  width: 100%;
}
#header .container .btn-menu .nav .link-list li,
#header .container .btn-menu .nav .sns-list li,
#header .container .btn-menu .nav .txt-tokyo-to-okinawa {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header .container .btn-menu .nav .tokyo-to-okinawa {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin: 45px auto 0;
  width: 260px;
  position: relative;
  left: -30px;
}
#header .container .btn-menu .nav .tokyo-to-okinawa .temp {
  color: #FDFDFD;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
#header .container .btn-menu .nav .tokyo-to-okinawa .icon {
  display: flex;
  align-items: center;
}
#header .container .btn-menu .nav .tokyo-to-okinawa .icon svg {
  vertical-align: top;
}
#header .container .btn-menu .nav .tokyo-to-okinawa .txt {
  color: #FDFDFD;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
#header .container .btn-menu .nav .tokyo-to-okinawa .line {
  width: 40px;
  height: 0.5px;
  background: #ffffff;
  position: relative;
}
#header .container .btn-menu .nav .tokyo-to-okinawa .line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  animation: move-circle 6.4s linear infinite;
}
@keyframes move-circle {
  0% {
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  10% {
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  15% {
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  35% {
    left: 100%;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  40% {
    left: 100%;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  60% {
    left: 100%;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  65% {
    left: 100%;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  85% {
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  90% {
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  100% {
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
}

#page-top {
  background: #000;
  position: relative;
  z-index: 1;
  transition: background 0.6s ease-in-out;
}
#page-top.bg-black {
  background: #000 !important;
}
#page-top .loading {
  background: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 1.2s ease-in-out;
}
#page-top .loading.hide {
  opacity: 0;
  visibility: hidden;
}
#page-top .loading .main-title {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 768px) {
  #page-top .loading .main-title {
    width: 200px;
  }
  #page-top .loading .main-title canvas {
    width: 200px !important;
    height: 200px !important;
  }
}
#page-top .main-visual .container {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
@supports (height: 100dvh) {
  #page-top .main-visual .container {
    min-height: 100dvh;
  }
}
#page-top .main-visual .container .movie-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#page-top .main-visual .container .movie-wrapper .movie-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#page-top .main-visual .container .movie-wrapper .movie-area video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#page-top .main-visual .container .icon-volume {
  bottom: 143px;
  right: 49px;
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  transition: transform 0.5s ease-in-out;
  transform: rotate3d(1, 1, 0, 0deg);
}
#page-top .main-visual .container .icon-volume.fixed {
  position: fixed;
  z-index: 10;
}
@media (max-width: 768px) {
  #page-top .main-visual .container .icon-volume {
    bottom: 141px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
  #page-top .main-visual .container .icon-volume.fixed {
    bottom: 114px;
  }
}
#page-top .main-visual .container .icon-volume.on {
  transform: rotate3d(1, 1, 0, 360deg);
  transition: transform 0.5s ease-in-out;
}
#page-top .main-visual .container .icon-volume.on img:nth-of-type(1) {
  display: none;
}
#page-top .main-visual .container .icon-volume.on img:nth-of-type(2) {
  display: inline;
}
#page-top .main-visual .container .icon-volume img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-top .main-visual .container .icon-volume img:nth-of-type(2) {
  display: none;
}
#page-top .main-visual .container .scroll-area {
  bottom: -127px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 85px;
  transform: rotate(90deg);
  transform-origin: right bottom;
  width: 250px;
  z-index: 2;
}
#page-top .main-visual .container .scroll-area.hide {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  #page-top .main-visual .container .scroll-area {
    right: 56px;
  }
}
#page-top .main-visual .container .scroll-area .head {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.47px; /* 333.333% */
  letter-spacing: 2.488px;
  width: 58px;
}
#page-top .main-visual .container .scroll-area .line {
  height: 0.5px;
  width: 182px;
  background: linear-gradient(to right, #000 55px, #FFF 55px);
  background: #fff;
  animation: repeat-line 1.5s ease-in-out infinite;
}
@keyframes repeat-line {
  0% {
    width: 0px;
  }
  100% {
    width: 182px;
  }
}
#page-top .section-second-visual {
  height: 3000px;
  padding: 112px 0 39px;
  position: relative;
}
@media (max-width: 768px) {
  #page-top .section-second-visual {
    height: auto;
    overflow-x: hidden;
    padding: 87px 56px 220px;
  }
}
#page-top .section-second-visual .container-wrapper {
  position: sticky;
  top: -200px;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container-wrapper {
    position: static;
    top: 0;
  }
}
#page-top .section-second-visual .container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 987px;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container {
    display: block;
    width: 100%;
  }
}
#page-top .section-second-visual .container:nth-of-type(1) {
  margin-bottom: 174px;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container:nth-of-type(1) {
    margin-bottom: 76px;
  }
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container:nth-of-type(1) .txt-box {
    margin-bottom: 80px;
  }
}
#page-top .section-second-visual .container:nth-of-type(1) .img-box {
  position: relative;
  right: -145px;
  width: 533px;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container:nth-of-type(1) .img-box {
    left: calc(100vw - 376px);
    right: auto;
    width: 320px;
  }
}
#page-top .section-second-visual .container:nth-of-type(2) {
  flex-direction: row-reverse;
}
#page-top .section-second-visual .container:nth-of-type(2) .img-box {
  position: relative;
  right: 5px;
  width: 533px;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container:nth-of-type(2) .img-box {
    right: 56px;
    width: 320px;
  }
}
#page-top .section-second-visual .container:nth-of-type(2) .txt-box {
  padding-top: 94px;
  position: relative;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container:nth-of-type(2) .txt-box {
    padding-top: 188px;
  }
}
#page-top .section-second-visual .container:nth-of-type(2) .txt-box .circle {
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 6px 6px rgba(255, 255, 255, 0.5);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container:nth-of-type(2) .txt-box .circle {
    top: 100%;
  }
}
#page-top .section-second-visual .container:nth-of-type(2) .txt-box .light-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
  width: 400vw;
  height: 400vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 70%);
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container:nth-of-type(2) .txt-box .light-area {
    top: 100%;
  }
}
#page-top .section-second-visual .container .txt-box {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 222.222% */
  letter-spacing: 3.96px;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container .txt-box {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 3.08px;
  }
}
#page-top .section-second-visual .container .txt-box span {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#page-top .section-second-visual .container .txt-box span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 1s ease-in-out;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container .txt-box span::before {
    transition: transform 1.5s, opacity 1.5s;
  }
}
#page-top .section-second-visual .container .txt-box span.show::before {
  animation: move-left 1s ease-in-out;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container .txt-box span.show::before {
    animation: move-left 1.5s ease-in-out;
  }
}
@keyframes move-left {
  0% {
    left: -100%;
  }
  20% {
    left: 0;
  }
  80% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#page-top .section-second-visual .container .img-box {
  overflow: hidden;
  position: relative;
}
#page-top .section-second-visual .container .img-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 1s ease-in-out;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container .img-box::before {
    transition: all 1.5s ease-in-out;
  }
}
#page-top .section-second-visual .container .img-box.show::before {
  animation: move-left 1s ease-in-out;
}
@media (max-width: 768px) {
  #page-top .section-second-visual .container .img-box.show::before {
    animation: move-left 1.5s ease-in-out;
  }
}
@keyframes move-left {
  0% {
    left: -100%;
  }
  20% {
    left: 0;
  }
  80% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#page-top .section-second-visual .container .img-box.show img {
  opacity: 1;
}
#page-top .section-second-visual .container .img-box img {
  opacity: 0;
  vertical-align: top;
  width: 100%;
}
#page-top .section-branding {
  padding: 206px 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  #page-top .section-branding {
    padding: 202px 0 100px;
  }
}
#page-top .section-branding .section-head {
  margin: 0 auto 400px;
  width: 987px;
}
@media (max-width: 768px) {
  #page-top .section-branding .section-head {
    margin: 0 auto 40px;
    width: 100%;
  }
}
#page-top .section-branding .section-head .box-wrapper {
  height: 1000px;
  position: relative;
}
@media (max-width: 768px) {
  #page-top .section-branding .section-head .box-wrapper {
    height: 80vh;
  }
}
#page-top .section-branding .section-head .txt-box {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 222.222% */
  letter-spacing: 3.96px;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-top .section-branding .section-head .txt-box {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 3.08px;
    padding: 50vh 56px 25vh;
  }
}
#page-top .section-branding .section-head .txt-box span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  opacity: 0;
  position: relative;
  transform: translate(0, 30px);
  transition: transform 1.2s, opacity 1.2s;
}
@media (max-width: 768px) {
  #page-top .section-branding .section-head .txt-box span {
    transition: transform 1.8s, opacity 1.8s;
  }
}
#page-top .section-branding .section-head .txt-box span.show {
  transform: translate(0, 0);
  opacity: 1;
}
#page-top .section-branding .section-head .txt-box span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 1s ease-in-out;
}
#page-top .section-branding .section-head .txt-box span.show::before {
  animation: move-left 1s ease-in-out;
}
@media (max-width: 768px) {
  #page-top .section-branding .section-head .txt-box span.show::before {
    animation: move-left 1.5s ease-in-out;
  }
}
@keyframes move-left {
  0% {
    left: -100%;
  }
  20% {
    left: 0;
  }
  80% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#page-top .section-branding .content-branding-wrapper {
  position: relative;
}
#page-top .section-branding .content-branding {
  margin: 0 auto 372px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding {
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 0 0;
  }
}
#page-top .section-branding .content-branding .txt-box {
  width: 987px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .txt-box {
    box-sizing: border-box;
    padding: 0 23px;
    width: 100%;
  }
}
#page-top .section-branding .content-branding .txt-box .box-title {
  margin-bottom: 54px;
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 142.857% */
  letter-spacing: 2.8px;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .txt-box .box-title {
    margin-bottom: 0;
    font-size: 20px;
  }
}
#page-top .section-branding .content-branding .txt-box .box-title svg {
  vertical-align: top;
  width: 140px;
  height: auto;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .txt-box .box-title svg {
    width: 120px;
  }
}
#page-top .section-branding .content-branding .txt-box .box-title .en {
  margin-left: 7px;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .txt-box .box-title .en {
    margin-left: 9px;
  }
}
#page-top .section-branding .content-branding .txt-box .box-title .bar {
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 2px;
}
#page-top .section-branding .content-branding .txt-box .box-text {
  display: flex;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: 3.96px;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .txt-box .box-text {
    display: block;
    letter-spacing: 1.6px;
  }
}
#page-top .section-branding .content-branding .txt-box .box-text .appeal-text-wrapper {
  display: inline-block;
  position: relative;
  width: 62px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .txt-box .box-text .appeal-text-wrapper {
    overflow: visible;
    vertical-align: 6px;
  }
}
#page-top .section-branding .content-branding .txt-box .box-text .appeal-txt {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 4.4px;
  line-height: 28px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
  transition-delay: 0.2s;
}
#page-top .section-branding .content-branding .txt-box .box-text .appeal-txt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: translateX(-101%);
  transition: transform 0.9s ease-in-out;
  z-index: 1;
  transition-delay: 0.2s;
}
#page-top .section-branding .content-branding .txt-box .box-text .appeal-txt.active {
  opacity: 1;
  transform: translateY(0);
}
#page-top .section-branding .content-branding .txt-box .box-text .appeal-txt.active::before {
  animation: txt-wipe 0.9s ease-in-out forwards;
}
#page-top .section-branding .content-branding .txt-box .box-text .appeal-txt.exit {
  opacity: 0;
  transform: translateY(-20px);
  z-index: 0;
}
@keyframes txt-wipe {
  0% {
    transform: translateX(-101%);
  }
  20% {
    transform: translateX(0%);
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(101%);
  }
}
@media (prefers-reduced-motion: reduce) {
  #page-top .section-branding .content-branding .txt-box .box-text .appeal-txt,
  #page-top .section-branding .content-branding .txt-box .box-text .appeal-txt.active,
  #page-top .section-branding .content-branding .txt-box .box-text .appeal-txt.exit {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}
#page-top .section-branding .content-branding .branding-area {
  height: 400vh;
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner {
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .branding-area .branding-area-inner {
    border-bottom: none;
    border-top: none;
    flex-direction: column;
  }
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area {
  background: #fff;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35.32vw;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area {
    box-sizing: border-box;
    display: block;
    height: 30%;
    position: relative;
    width: 100%;
  }
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .txt-area-inner {
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .txt-area-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 23px;
    right: 23px;
  }
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area p {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: 3.96px;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area p {
    display: inline;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.6px;
  }
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .area-head-list {
  height: 1em;
  margin: 30px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .area-head-list {
    display: inline-block;
    height: 1em;
    margin: 0 -4px;
    vertical-align: middle;
    width: 60px;
  }
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .area-head-list > li {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  top: -0.5em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .area-head-list > li.active {
  opacity: 1;
  transform: translateY(0);
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .area-head-list > li .area-head {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
  letter-spacing: 5.28px;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .area-head-list > li .area-head {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: 4.4px;
  }
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .area-text-list {
  display: inline;
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .area-text-list span {
  display: none;
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .txt-area .area-text-list span.active {
  display: inline;
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area {
  position: relative;
  width: 64.68vw;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area {
    height: 0;
    padding-top: 82.5%;
    width: 100%;
  }
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area .bg-image {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area .bg-image.active {
  opacity: 1;
  transform: translateY(0);
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area .bg-image .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #fff;
  border-top: 0.5px solid #fff;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100px;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area .bg-image .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area .bg-image .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area .bg-image .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area .bg-image .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area .bg-image .btn-view-more:hover span {
  color: #000;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-branding .branding-area .branding-area-inner .img-area .bg-image .btn-view-more {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
#page-top .section-branding .content-service {
  align-items: center;
  display: flex;
  height: 150vh;
  position: relative;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service {
    padding: 80px 0 0;
    height: auto;
  }
}
#page-top .section-branding .content-service .inner {
  margin: 0 auto;
  width: 987px;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service .inner {
    box-sizing: border-box;
    padding: 0 23px;
    position: static;
    transform: translateY(0);
    width: 100%;
  }
}
#page-top .section-branding .content-service .box-title {
  margin-bottom: 63px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service .box-title {
    font-size: 24px;
    margin-bottom: 42px;
  }
}
#page-top .section-branding .content-service .box-title svg {
  height: auto;
  width: 140px;
  vertical-align: top;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service .box-title svg {
    width: 120px;
  }
}
#page-top .section-branding .content-service .box-title span {
  margin-left: 8px;
}
#page-top .section-branding .content-service .desc {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 3.52px;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service .desc {
    letter-spacing: 1.8px;
  }
}
#page-top .section-branding .content-service .desc .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service .desc .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-top .section-branding .content-service .desc .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-top .section-branding .content-service .desc .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-top .section-branding .content-service .desc .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-top .section-branding .content-service .desc .btn-view-more:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}
#page-top .section-branding .content-service .service-list {
  gap: 78px;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service .service-list {
    display: block;
  }
}
#page-top .section-branding .content-service .service-list li {
  text-align: center;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service .service-list li {
    align-items: center;
    display: flex;
  }
  #page-top .section-branding .content-service .service-list li:nth-of-type(n+2) {
    margin-top: 45px;
  }
}
#page-top .section-branding .content-service .service-list li.list-creative {
  position: relative;
}
#page-top .section-branding .content-service .service-list li.list-creative .icon .circle {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  transform: translate(0, 10px) scale(0.3);
  opacity: 0;
}
#page-top .section-branding .content-service .service-list li.list-creative.show .icon .circle {
  transform: scale(0.3);
  opacity: 0;
  animation: jump 1s ease-out forwards;
  animation-delay: 0.6s;
}
@keyframes jump {
  0% {
    transform: translateY(20px) scale(0.5);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px) scale(1.1);
    opacity: 1;
  }
  80% {
    transform: translateY(4px) scale(0.97);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
#page-top .section-branding .content-service .service-list li.list-ad-pr.show .icon .dot {
  left: var(--x); /* ←  cx - r  ※個別に指定 */
  top: var(--y); /* ↑  cy - r  ※個別に指定 */
  transform: translate(0, 0);
}
#page-top .section-branding .content-service .service-list li.list-ad-pr.show .icon .dot:nth-of-type(4n) {
  transition-delay: 0.1s;
}
#page-top .section-branding .content-service .service-list li.list-ad-pr.show .icon .dot:nth-of-type(4n-1) {
  transition-delay: 0.2s;
}
#page-top .section-branding .content-service .service-list li.list-ad-pr.show .icon .dot:nth-of-type(4n-2) {
  transition-delay: 0.3s;
}
#page-top .section-branding .content-service .service-list li.list-ad-pr .icon .dot-wrapper {
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 81px;
}
#page-top .section-branding .content-service .service-list li.list-ad-pr .icon .dot {
  position: absolute;
  width: var(--d); /* 直径 = r×2  ※個別に指定 */
  height: var(--d);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000; /* fill="black" と同じ */
  border-radius: 50%;
  transition: all 0.8s ease-in-out;
}
#page-top .section-branding .content-service .service-list li.list-planning.show .icon .dot {
  opacity: 1;
}
#page-top .section-branding .content-service .service-list li.list-planning .dot-wrapper {
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  width: 113px;
  height: 113px;
}
#page-top .section-branding .content-service .service-list li.list-planning .dot {
  position: absolute;
  width: var(--d); /* 直径 = r×2  ※個別に指定 */
  height: var(--d);
  left: var(--x); /* ←  cx - r  ※個別に指定 */
  top: var(--y); /* ↑  cy - r  ※個別に指定 */
  background: #000; /* fill="black" と同じ */
  border-radius: 50%;
  opacity: 0;
  transition: all 1.2s ease-in-out;
  --x-diff: calc(var(--xn) - 52.965);
  --y-diff: calc(var(--yn) - 53.1795);
  --x-squared: calc(var(--x-diff) * var(--x-diff));
  --y-squared: calc(var(--y-diff) * var(--y-diff));
  --distance-squared: calc(var(--x-squared) + var(--y-squared));
  --distance: calc(sqrt(var(--distance-squared)));
  transition-delay: calc(0.01s * var(--distance) * 2);
}
#page-top .section-branding .content-service .service-list li .icon {
  height: 112px;
  margin: 0 auto 30px;
  position: relative;
  width: 112px;
}
#page-top .section-branding .content-service .service-list li .head-ja {
  margin-bottom: 16px;
}
#page-top .section-branding .content-service .service-list li .head-en {
  margin-bottom: 16px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 3.2px;
}
#page-top .section-branding .content-service .service-list li .service-name {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service .service-list li .icon {
    height: 126px;
    margin-bottom: 0;
    width: 126px;
  }
  #page-top .section-branding .content-service .service-list li .txt-box {
    width: 218px;
  }
}
#page-top .section-branding .content-service .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-top .section-branding .content-service .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-top .section-branding .content-service .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-top .section-branding .content-service .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-top .section-branding .content-service .btn-view-more:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #page-top .section-branding .content-service .btn-view-more {
    margin: 60px auto 0;
  }
}
#page-top .section-style {
  height: 200vh;
  transition: all 0.8s ease-in-out;
  padding: 200px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  #page-top .section-style {
    background: #000;
    height: auto;
    padding: 80px 0 0;
  }
}
#page-top .section-style .content-style {
  margin: 0 auto;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-style .content-style {
    box-sizing: border-box;
    padding: 0 23px 56px;
    position: static;
    transform: none;
    width: 100%;
  }
}
#page-top .section-style .box-title {
  margin-bottom: 68px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 98.846% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-top .section-style .box-title {
    margin-bottom: 44px;
    font-size: 24px;
    line-height: 48px; /* 98.846% */
  }
}
#page-top .section-style .box-title svg {
  vertical-align: top;
  width: 140px;
  height: auto;
}
@media (max-width: 768px) {
  #page-top .section-style .box-title svg {
    vertical-align: -15px;
    width: 120px;
  }
}
#page-top .section-style .box-title span {
  margin-left: 8px;
}
#page-top .section-style .desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 84px;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 3.52px;
}
@media (max-width: 768px) {
  #page-top .section-style .desc {
    letter-spacing: 1.6px;
    margin-bottom: 40px;
  }
}
#page-top .section-style .desc .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #fff;
  border-top: 0.5px solid #fff;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page-top .section-style .desc .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-top .section-style .desc .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-top .section-style .desc .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-top .section-style .desc .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-top .section-style .desc .btn-view-more:hover span {
  color: #000;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #page-top .section-style .desc .btn-view-more {
    display: none;
  }
}
#page-top .section-style .figure-box {
  height: 410px;
  position: relative;
  width: 790px;
}
@media (max-width: 768px) {
  #page-top .section-style .figure-box {
    display: none;
  }
}
#page-top .section-style .figure-box img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
  width: 100%;
  transition: opacity 0.8s ease-in-out;
}
#page-top .section-style .figure-box img:nth-of-type(1) {
  opacity: 1;
}
#page-top .section-style .figure-box.show img:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0.2s;
}
#page-top .section-style .figure-box.show img:nth-of-type(2) {
  opacity: 1;
  transition-delay: 1s;
}
#page-top .section-style .figure-box.show img:nth-of-type(3) {
  opacity: 1;
  transition-delay: 1.8s;
}
#page-top .section-style .figure-box.show img:nth-of-type(4) {
  opacity: 1;
  transition-delay: 2.6s;
}
@media (min-width: 768px) {
  #page-top .section-style .figure-box-sp {
    display: none;
  }
}
#page-top .section-style .figure-box-sp img {
  vertical-align: top;
  width: 100%;
}
@media (max-width: 768px) {
  #page-top .section-style .btn-view-more {
    align-items: center;
    border-bottom: 0.5px solid #fff;
    border-top: 0.5px solid #fff;
    display: flex;
    height: 48px;
    width: 236px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15.227px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.678px; /* 142.363% */
    letter-spacing: 1.523px;
    cursor: pointer;
    margin: 64px auto 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #page-top .section-style .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
@media (max-width: 768px) {
  #page-top .section-style .btn-view-more::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
  }
  #page-top .section-style .btn-view-more span {
    position: relative;
    z-index: 2;
    display: inline-block;
    transition: all 0.3s ease-in-out 0.2s;
  }
  #page-top .section-style .btn-view-more:hover::before {
    transform: translateY(100%);
  }
  #page-top .section-style .btn-view-more:hover span {
    color: #000;
    letter-spacing: 0.2em;
  }
}
#page-top .section-case {
  margin-top: 300px;
  height: 400vh;
  padding: 300px 0 61px;
  position: relative;
}
@media (max-width: 768px) {
  #page-top .section-case {
    height: auto;
    margin-top: 80px;
    padding: 80px 0 61px;
  }
}
#page-top .section-case .container {
  position: sticky;
  top: calc(50vh - 406px);
  margin: 0 auto;
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-case .container {
    box-sizing: border-box;
    padding: 0 23px;
    position: static;
    width: 100%;
  }
}
#page-top .section-case .head-area {
  display: flex;
  margin: 0 auto 46px;
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-case .head-area {
    margin-bottom: 54px;
    width: 100%;
  }
}
#page-top .section-case .head-area .section-head {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 98.846% */
  letter-spacing: 3.2px;
}
#page-top .section-case .head-area .sub {
  margin-left: 34px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.002px; /* 212.51% */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  #page-top .section-case .head-area .sub {
    margin-left: 20px;
    font-size: 14px;
  }
}
#page-top .section-case .tag-area {
  margin: 0 auto 34px;
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-case .tag-area {
    margin: 0 auto 40px;
    width: 100%;
  }
}
#page-top .section-case .tag-area .tag-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page-top .section-case .tag-area .tag-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #page-top .section-case .tag-area .tag-list li {
    width: calc(50% - 8px);
  }
  #page-top .section-case .tag-area .tag-list li:nth-of-type(n+3) {
    margin-top: 16px;
  }
}
#page-top .section-case .tag-area .tag-list li span {
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  color: #000;
  display: flex;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  transition: all 0.3s ease-in-out;
  border: 0.486px solid #A7A7A7;
  text-decoration: none;
}
@media (max-width: 768px) {
  #page-top .section-case .tag-area .tag-list li span {
    width: 100%;
    height: 24px;
  }
}
#page-top .section-case .tag-area .tag-list li span:hover {
  border-color: #EAEAEA;
  background: #EAEAEA;
}
#page-top .section-case .tag-area .tag-list li span.selected {
  color: #fff;
  background: #000;
}
#page-top .section-case .slide-area .swiper-container {
  width: 100%;
}
@media (max-width: 768px) {
  #page-top .section-case .slide-area .swiper-container {
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 -23px;
    padding: 0 16px;
    width: 100vw;
  }
}
#page-top .section-case .slide-area .slide-list {
  display: flex;
  transition-timing-function: linear;
}
@media (max-width: 768px) {
  #page-top .section-case .slide-area .slide-list {
    width: 100%;
  }
}
#page-top .section-case .slide-area .slide-list > li {
  position: relative;
  width: 368px;
  flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-top .section-case .slide-area .slide-list > li {
    width: calc(100% - 32px);
  }
}
#page-top .section-case .slide-area .slide-list > li .category-box {
  display: none;
}
#page-top .section-case .slide-area .slide-list > li .category-box.is-active {
  display: block;
}
#page-top .section-case .slide-area .slide-list > li .category-box:nth-of-type(1) {
  display: block;
}
#page-top .section-case .slide-area .slide-list > li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#page-top .section-case .slide-area .slide-list > li.active {
  z-index: 2;
}
#page-top .section-case .slide-area .slide-list > li.active a::after {
  opacity: 0;
}
#page-top .section-case .slide-area .slide-list > li:hover a::after {
  opacity: 0;
}
#page-top .section-case .slide-area .slide-list > li a {
  background-size: cover;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 368px;
  height: 615px;
  padding: 36px 30px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #page-top .section-case .slide-area .slide-list > li a {
    width: 100%;
    padding-top: 167.19%;
  }
}
#page-top .section-case .slide-area .slide-list > li .category {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.813px; /* 220.092% */
}
@media (max-width: 768px) {
  #page-top .section-case .slide-area .slide-list > li .category {
    font-size: 12px;
    position: absolute;
    left: 25px;
    top: 20px;
    z-index: 1;
  }
}
#page-top .section-case .slide-area .slide-list > li .bottom-head {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}
@media (max-width: 768px) {
  #page-top .section-case .slide-area .slide-list > li .bottom-head {
    bottom: 20px;
    left: 25px;
    right: 25px;
    z-index: 1;
  }
}
#page-top .section-case .slide-area .slide-list > li .title {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #page-top .section-case .slide-area .slide-list > li .title {
    font-size: 14px;
    line-height: 24px;
  }
}
#page-top .section-case .slide-area .slide-list > li .company {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.813px; /* 220.092% */
}
@media (max-width: 768px) {
  #page-top .section-case .slide-area .slide-list > li .company {
    font-size: 12px;
    line-height: 30px;
  }
}
#page-top .section-case .slide-position-area {
  height: 8px;
  margin: 50px auto 0;
  position: relative;
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-case .slide-position-area {
    box-sizing: border-box;
    margin: 38px auto 0;
    padding: 0 23px;
    width: 100%;
  }
}
#page-top .section-case .slide-position-area .line {
  background: #C9C9C9;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 3px;
}
#page-top .section-case .slide-position-area .current {
  background: #000;
  width: 230px;
  height: 5px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  #page-top .section-case .slide-position-area .current {
    width: 86px;
  }
}
#page-top .section-case .btn-area {
  display: flex;
  justify-content: right;
  margin: 43px auto 0;
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-case .btn-area {
    margin: 34px auto 0;
    width: 100%;
  }
}
#page-top .section-case .btn-area .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page-top .section-case .btn-area .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-top .section-case .btn-area .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-top .section-case .btn-area .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-top .section-case .btn-area .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-top .section-case .btn-area .btn-view-more:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #page-top .section-case .btn-area .btn-view-more {
    margin: 0 auto;
  }
}
#page-top .section-client {
  padding: 100px 0 18px;
}
@media (max-width: 768px) {
  #page-top .section-client {
    padding: 54px 0 18px;
  }
}
#page-top .section-client .head-area {
  display: flex;
  margin: 0 auto;
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-client .head-area {
    width: 100%;
    box-sizing: border-box;
    padding: 0 23px;
  }
}
#page-top .section-client .head-area .section-head {
  margin-bottom: 66px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 98.846% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-top .section-client .head-area .section-head {
    margin-bottom: 42px;
  }
}
#page-top .section-client .head-area .sub {
  margin-left: 34px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.002px; /* 212.51% */
  letter-spacing: 1.6px;
}
#page-top .section-client .tag-area {
  margin: 0 auto 48px;
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-client .tag-area {
    width: 100%;
    box-sizing: border-box;
    padding: 0 23px;
  }
}
#page-top .section-client .tag-area .tag-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 4px;
}
@media (max-width: 768px) {
  #page-top .section-client .tag-area .tag-list {
    justify-content: space-between;
    row-gap: 8px;
    column-gap: 6px;
  }
}
@media (max-width: 768px) {
  #page-top .section-client .tag-area .tag-list > li {
    width: calc(50% - 3px);
  }
}
#page-top .section-client .tag-area .tag-list > li span {
  background: #F7F7F7;
  cursor: pointer;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  #page-top .section-client .tag-area .tag-list > li span {
    width: 100%;
    height: 40px;
  }
}
#page-top .section-client .tag-area .tag-list > li span.selected {
  background: #E2E9F2;
  text-decoration: none;
}
#page-top .section-client .logo-wrapper {
  position: relative;
  margin: 0 auto;
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-client .logo-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 23px;
  }
}
#page-top .section-client .logo-wrapper .logo-list {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity 0.3s, visibility 0.3s;
}
#page-top .section-client .logo-wrapper .logo-list.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
}
@media (max-width: 768px) {
  #page-top .section-client .logo-wrapper .logo-list {
    justify-content: space-between;
  }
}
#page-top .section-client .logo-wrapper .logo-list li {
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  box-sizing: border-box;
  width: 25%;
}
@media (max-width: 768px) {
  #page-top .section-client .logo-wrapper .logo-list li {
    border: 1px solid #D1D1D1;
    width: calc(50% - 3px);
    height: 64px;
  }
  #page-top .section-client .logo-wrapper .logo-list li:nth-of-type(n+3) {
    margin-top: 8px;
  }
}
#page-top .section-client .logo-wrapper .logo-list li:nth-of-type(4n-3) {
  border-left: 1px solid #D1D1D1;
}
#page-top .section-client .logo-wrapper .logo-list li:nth-of-type(-n+4) {
  border-top: 1px solid #D1D1D1;
}
#page-top .section-client .logo-wrapper .logo-list a, #page-top .section-client .logo-wrapper .logo-list span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#page-top .section-client .logo-wrapper .logo-list a::before, #page-top .section-client .logo-wrapper .logo-list span::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 60%;
  height: 200%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(30deg);
  transition: left 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
}
#page-top .section-client .logo-wrapper .logo-list a:hover::before, #page-top .section-client .logo-wrapper .logo-list span:hover::before {
  left: 150%;
  opacity: 1;
}
#page-top .section-client .logo-wrapper .logo-list a:hover img, #page-top .section-client .logo-wrapper .logo-list span:hover img {
  transform: scale(0.53);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  #page-top .section-client .logo-wrapper .logo-list a:hover img, #page-top .section-client .logo-wrapper .logo-list span:hover img {
    transform: scale(0.33);
  }
}
#page-top .section-client .logo-wrapper .logo-list a img, #page-top .section-client .logo-wrapper .logo-list span img {
  transform: scale(0.5);
  vertical-align: top;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  #page-top .section-client .logo-wrapper .logo-list a img, #page-top .section-client .logo-wrapper .logo-list span img {
    transform: scale(0.3);
  }
}
#page-top .section-topics {
  overflow: hidden;
  padding: 100px 0 36px;
  position: relative;
}
#page-top .section-topics .head-area {
  display: flex;
  margin: 0 auto 41px;
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-topics .head-area {
    width: 100%;
    box-sizing: border-box;
    padding: 0 23px;
  }
}
#page-top .section-topics .head-area .section-head {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 98.846% */
  letter-spacing: 3.2px;
}
#page-top .section-topics .swiper-container {
  overflow: hidden;
  margin: 0 auto;
  width: 978px;
}
@media (max-width: 768px) {
  #page-top .section-topics .swiper-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 23px;
  }
}
#page-top .section-topics .slide-area {
  position: relative;
}
#page-top .section-topics .slide-area .slide-list {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 768px) {
  #page-top .section-topics .slide-area .slide-list {
    display: block;
  }
}
#page-top .section-topics .slide-area .slide-list > li {
  flex-shrink: 0;
  width: 316px;
}
@media (max-width: 768px) {
  #page-top .section-topics .slide-area .slide-list > li {
    width: 340px;
  }
  #page-top .section-topics .slide-area .slide-list > li:nth-of-type(n+2) {
    margin-top: 24px;
  }
}
#page-top .section-topics .slide-area .slide-list > li a {
  background-size: cover;
  display: block;
  position: relative;
  width: 316px;
  height: 205px;
}
@media (max-width: 768px) {
  #page-top .section-topics .slide-area .slide-list > li a {
    width: 342px;
    height: 222px;
  }
}
#page-top .section-topics .slide-area .slide-list > li a::before {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
}
#page-top .section-topics .slide-area .slide-list > li .txt-wrap {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
#page-top .section-topics .slide-area .slide-list > li .date {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
#page-top .section-topics .slide-area .slide-list > li .title {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 17.31px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 768px) {
  #page-top .section-topics .slide-area .slide-list > li .title {
    font-size: 16px;
  }
}
#page-top .section-topics .btn-area {
  display: flex;
  justify-content: right;
  margin: 43px auto 0;
  width: 978px;
}
#page-top .section-topics .btn-area .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page-top .section-topics .btn-area .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-top .section-topics .btn-area .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-top .section-topics .btn-area .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-top .section-topics .btn-area .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-top .section-topics .btn-area .btn-view-more:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #page-top .section-news {
    padding: 0 0 110px;
  }
}
#page-top .section-news .columns {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 100px 0 121px;
  width: 993px;
}
@media (max-width: 768px) {
  #page-top .section-news .columns {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 23px;
  }
}
#page-top .section-news .columns .column-head {
  width: 236px;
}
@media (max-width: 768px) {
  #page-top .section-news .columns .column-head {
    width: 100%;
  }
  #page-top .section-news .columns .column-head .btn-view-more {
    display: none;
  }
}
#page-top .section-news .columns .column-body {
  width: 678px;
}
@media (max-width: 768px) {
  #page-top .section-news .columns .column-body {
    width: 100%;
  }
}
#page-top .section-news .head-area {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page-top .section-news .head-area {
    display: flex;
  }
}
#page-top .section-news .head-area .section-head {
  margin-bottom: 42px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 98.846% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-top .section-news .head-area .section-head {
    margin-bottom: 50px;
  }
}
#page-top .section-news .head-area .desc {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.002px; /* 212.51% */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  #page-top .section-news .head-area .desc {
    font-size: 14px;
    line-height: 24px;
    margin-left: 32px;
  }
}
#page-top .section-news .head-area .btn-view-more {
  margin-top: 40px;
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page-top .section-news .head-area .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-top .section-news .head-area .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-top .section-news .head-area .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-top .section-news .head-area .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-top .section-news .head-area .btn-view-more:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}
#page-top .section-news .tag-area {
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  #page-top .section-news .tag-area {
    margin-bottom: 16px;
  }
}
#page-top .section-news .tag-area .tag-list {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  #page-top .section-news .tag-area .tag-list {
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 6px;
  }
}
@media (max-width: 768px) {
  #page-top .section-news .tag-area .tag-list > li {
    width: calc(50% - 3px);
  }
}
#page-top .section-news .tag-area .tag-list > li span {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 30px;
  flex-shrink: 0;
  color: #000;
  display: flex;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  border: 0.486px solid #A7A7A7;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #page-top .section-news .tag-area .tag-list > li span {
    width: 100%;
    height: 30px;
  }
}
#page-top .section-news .tag-area .tag-list > li span:hover {
  border-color: #EAEAEA;
  background: #EAEAEA;
}
#page-top .section-news .tag-area .tag-list > li span.selected {
  color: #fff;
  background: #000;
}
#page-top .section-news .article-list > li {
  display: none;
  border-bottom: 1px solid #D1D1D1;
  padding: 23px 0;
}
#page-top .section-news .article-list > li.is-active {
  display: block;
}
@media (max-width: 768px) {
  #page-top .section-news .article-list > li {
    padding: 15px 0;
  }
}
#page-top .section-news .article-list > li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  #page-top .section-news .article-list > li a {
    flex-wrap: wrap;
  }
}
#page-top .section-news .article-list > li a .date {
  width: 130px;
  flex-shrink: 0;
  color: #231815;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.7px;
}
#page-top .section-news .article-list > li a .tag {
  margin-right: 15px;
  flex-shrink: 0;
  white-space: nowrap;
  background: #EAEAEA;
  display: flex;
  width: 80px;
  height: 25px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
}
#page-top .section-news .article-list > li a .title {
  overflow: hidden;
  color: #231815;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  #page-top .section-news .article-list > li a .title {
    margin-top: 17px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #page-top .section-news .column-body > .btn-view-more {
    margin: 40px auto 0;
    align-items: center;
    border-bottom: 0.5px solid #000;
    border-top: 0.5px solid #000;
    display: flex;
    height: 48px;
    width: 236px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 15.227px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.678px; /* 142.363% */
    letter-spacing: 1.523px;
    cursor: pointer;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #page-top .section-news .column-body > .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
@media (max-width: 768px) {
  #page-top .section-news .column-body > .btn-view-more::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
  }
  #page-top .section-news .column-body > .btn-view-more span {
    position: relative;
    z-index: 2;
    display: inline-block;
    transition: all 0.3s ease-in-out 0.2s;
  }
  #page-top .section-news .column-body > .btn-view-more:hover::before {
    transform: translateY(100%);
  }
  #page-top .section-news .column-body > .btn-view-more:hover span {
    color: #fff;
    letter-spacing: 0.2em;
  }
}

#page-branding {
  background: #fff;
  padding: 180px 0 136px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-branding {
    padding: 100px 0 19px;
  }
}
#page-branding .title-area {
  display: flex;
  margin: 0 auto 83px;
  width: 1115px;
}
@media (max-width: 768px) {
  #page-branding .title-area {
    box-sizing: border-box;
    display: block;
    margin: 0 auto 45px;
    padding: 0 24px;
    width: 100%;
  }
}
#page-branding .title-area .page-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 65.897% */
}
@media (max-width: 768px) {
  #page-branding .title-area .page-title {
    font-size: 32px;
    line-height: 0.1em;
  }
}
#page-branding .title-area .sub-title {
  margin-left: 39px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.002px; /* 212.51% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-branding .title-area .sub-title {
    font-size: 14px;
    margin: 16px 0 0;
    letter-spacing: 0.1em;
  }
}
#page-branding > .container {
  margin: 0 auto;
  padding: 0 0 80vh;
  width: 900px;
}
@media (max-width: 768px) {
  #page-branding > .container {
    box-sizing: border-box;
    padding: 0 24px 80px;
    width: 100%;
  }
}
#page-branding > .container .container-head {
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 65px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 158.154% */
  letter-spacing: 4px;
}
#page-branding > .container .container-head.show::after {
  width: 100%;
}
@media (max-width: 768px) {
  #page-branding > .container .container-head {
    margin-bottom: 32px;
  }
}
#page-branding > .container .container-head::before {
  background: #000;
  content: "";
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 24px;
}
#page-branding > .container .container-head::after {
  background: #000;
  content: "";
  height: 0.5px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  transition: all 1.2s ease 0.4s;
}
#page-branding > .container .container-body .txt-box {
  margin-bottom: 68px;
}
@media (max-width: 768px) {
  #page-branding > .container .container-body .txt-box {
    margin-bottom: 36px;
  }
}
#page-branding > .container .container-body .txt-box .box-head {
  margin-bottom: 39px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 166.667% */
  letter-spacing: 5.28px;
}
@media (max-width: 768px) {
  #page-branding > .container .container-body .txt-box .box-head {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
    letter-spacing: 4.4px;
  }
}
#page-branding > .container .container-body .txt-box .box-body {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 3.52px;
}
#page-branding > .container .container-body .service-list {
  gap: 78px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #page-branding > .container .container-body .service-list {
    display: block;
  }
}
#page-branding > .container .container-body .service-list li {
  text-align: center;
}
@media (max-width: 768px) {
  #page-branding > .container .container-body .service-list li {
    align-items: center;
    display: flex;
  }
  #page-branding > .container .container-body .service-list li:nth-of-type(n+2) {
    margin-top: 45px;
  }
}
#page-branding > .container .container-body .service-list li.list-creative {
  position: relative;
}
#page-branding > .container .container-body .service-list li.list-creative .icon .circle {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  transform: translate(0, 10px) scale(0.3);
  opacity: 0;
}
#page-branding > .container .container-body .service-list li.list-creative.show .icon .circle {
  transform: scale(0.3);
  opacity: 0;
  animation: jump 1s ease-out forwards;
  animation-delay: 1.1s;
}
@keyframes jump {
  0% {
    transform: translateY(20px) scale(0.5);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px) scale(1.1);
    opacity: 1;
  }
  80% {
    transform: translateY(4px) scale(0.97);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
#page-branding > .container .container-body .service-list li.list-ad-pr.show .icon .dot {
  left: var(--x); /* ←  cx - r  ※個別に指定 */
  top: var(--y); /* ↑  cy - r  ※個別に指定 */
  transform: translate(0, 0);
}
#page-branding > .container .container-body .service-list li.list-ad-pr.show .icon .dot:nth-of-type(4n) {
  transition-delay: 0.6s;
}
#page-branding > .container .container-body .service-list li.list-ad-pr.show .icon .dot:nth-of-type(4n-1) {
  transition-delay: 0.7s;
}
#page-branding > .container .container-body .service-list li.list-ad-pr.show .icon .dot:nth-of-type(4n-2) {
  transition-delay: 0.8s;
}
#page-branding > .container .container-body .service-list li.list-ad-pr .icon .dot-wrapper {
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 81px;
}
#page-branding > .container .container-body .service-list li.list-ad-pr .icon .dot {
  position: absolute;
  width: var(--d); /* 直径 = r×2  ※個別に指定 */
  height: var(--d);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000; /* fill="black" と同じ */
  border-radius: 50%;
  transition: all 0.8s ease-in-out;
}
#page-branding > .container .container-body .service-list li.list-planning.show .icon .dot {
  opacity: 1;
}
#page-branding > .container .container-body .service-list li.list-planning .dot-wrapper {
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  width: 113px;
  height: 113px;
}
#page-branding > .container .container-body .service-list li.list-planning .dot {
  position: absolute;
  width: var(--d); /* 直径 = r×2  ※個別に指定 */
  height: var(--d);
  left: var(--x); /* ←  cx - r  ※個別に指定 */
  top: var(--y); /* ↑  cy - r  ※個別に指定 */
  background: #000; /* fill="black" と同じ */
  border-radius: 50%;
  opacity: 0;
  transition: all 1.2s ease-in-out;
  --x-diff: calc(var(--xn) - 52.965);
  --y-diff: calc(var(--yn) - 53.1795);
  --x-squared: calc(var(--x-diff) * var(--x-diff));
  --y-squared: calc(var(--y-diff) * var(--y-diff));
  --distance-squared: calc(var(--x-squared) + var(--y-squared));
  --distance: calc(sqrt(var(--distance-squared)));
  transition-delay: calc(0.01s * var(--distance) * 2 + 0.5s);
}
#page-branding > .container .container-body .service-list li .icon {
  height: 112px;
  margin: 0 auto 30px;
  position: relative;
  width: 112px;
}
#page-branding > .container .container-body .service-list li .head-ja {
  margin-bottom: 16px;
}
#page-branding > .container .container-body .service-list li .head-en {
  margin-bottom: 16px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 3.2px;
}
#page-branding > .container .container-body .service-list li .service-name {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  #page-branding > .container .container-body .service-list li .icon {
    height: 126px;
    margin-bottom: 0;
    width: 126px;
  }
  #page-branding > .container .container-body .service-list li .txt-box {
    width: 218px;
  }
}
#page-branding section.section-creative, #page-branding section.section-ad-pr, #page-branding section.section-planning {
  height: 150vh;
  position: relative;
}
@media (max-width: 768px) {
  #page-branding section.section-creative, #page-branding section.section-ad-pr, #page-branding section.section-planning {
    height: auto;
  }
}
#page-branding section.section-creative .container, #page-branding section.section-ad-pr .container, #page-branding section.section-planning .container {
  margin: 0 auto;
  padding: 59px 0;
  width: 900px;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #page-branding section.section-creative .container, #page-branding section.section-ad-pr .container, #page-branding section.section-planning .container {
    box-sizing: border-box;
    padding: 40px 24px;
    position: static;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
}
#page-branding section.section-creative .container .section-head, #page-branding section.section-ad-pr .container .section-head, #page-branding section.section-planning .container .section-head {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 100% */
  letter-spacing: 7.2px;
  text-align: center;
}
@media (max-width: 768px) {
  #page-branding section.section-creative .container .section-head, #page-branding section.section-ad-pr .container .section-head, #page-branding section.section-planning .container .section-head {
    font-size: 32px;
    text-align: left;
  }
}
#page-branding section.section-creative .container .section-subhead, #page-branding section.section-ad-pr .container .section-subhead, #page-branding section.section-planning .container .section-subhead {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.48px;
  text-align: center;
}
@media (max-width: 768px) {
  #page-branding section.section-creative .container .section-subhead, #page-branding section.section-ad-pr .container .section-subhead, #page-branding section.section-planning .container .section-subhead {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
  }
}
#page-branding section.section-creative .container .columns, #page-branding section.section-ad-pr .container .columns, #page-branding section.section-planning .container .columns {
  gap: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #page-branding section.section-creative .container .columns, #page-branding section.section-ad-pr .container .columns, #page-branding section.section-planning .container .columns {
    display: block;
  }
}
#page-branding section.section-creative .container .columns .column-logo, #page-branding section.section-ad-pr .container .columns .column-logo, #page-branding section.section-planning .container .columns .column-logo {
  padding-top: 60px;
  width: 240px;
}
@media (max-width: 768px) {
  #page-branding section.section-creative .container .columns .column-logo, #page-branding section.section-ad-pr .container .columns .column-logo, #page-branding section.section-planning .container .columns .column-logo {
    padding-top: 0;
    margin: 0 auto 54px;
  }
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap, #page-branding section.section-planning .container .columns .column-logo .icon-wrap {
  text-align: center;
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-creative, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-creative, #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-creative {
  position: relative;
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-creative .icon .circle, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-creative .icon .circle, #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-creative .icon .circle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  /* 初期状態は小さく・半透明に */
  transform: scale(0.3);
  opacity: 0.4;
  transition: transform 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67), opacity 1.2s ease;
  /* 波紋エフェクト用 */
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-creative .icon .circle::after, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-creative .icon .circle::after, #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-creative .icon .circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-creative.show .icon .circle, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-creative.show .icon .circle, #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-creative.show .icon .circle {
  transform: scale(0.3);
  opacity: 0;
  animation: jump 1s ease-out forwards;
  animation-delay: 0.6s;
}
@keyframes jump {
  0% {
    transform: translateY(20px) scale(0.5);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px) scale(1.1);
    opacity: 1;
  }
  80% {
    transform: translateY(4px) scale(0.97);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot, #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot {
  left: var(--x); /* ←  cx - r  ※個別に指定 */
  top: var(--y); /* ↑  cy - r  ※個別に指定 */
  transform: translate(0, 0);
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot:nth-of-type(4n), #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot:nth-of-type(4n), #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot:nth-of-type(4n) {
  transition-delay: 0.1s;
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot:nth-of-type(4n-1), #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot:nth-of-type(4n-1), #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot:nth-of-type(4n-1) {
  transition-delay: 0.2s;
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot:nth-of-type(4n-2), #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot:nth-of-type(4n-2), #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-ad-pr.show .icon .dot:nth-of-type(4n-2) {
  transition-delay: 0.3s;
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-ad-pr .icon .dot-wrapper, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-ad-pr .icon .dot-wrapper, #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-ad-pr .icon .dot-wrapper {
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 81px;
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-ad-pr .icon .dot, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-ad-pr .icon .dot, #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-ad-pr .icon .dot {
  position: absolute;
  width: var(--d); /* 直径 = r×2  ※個別に指定 */
  height: var(--d);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000; /* fill="black" と同じ */
  border-radius: 50%;
  transition: all 0.8s ease-in-out;
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-planning.show .icon .dot, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-planning.show .icon .dot, #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-planning.show .icon .dot {
  opacity: 1;
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-planning .dot-wrapper, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-planning .dot-wrapper, #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-planning .dot-wrapper {
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  width: 113px;
  height: 113px;
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap.list-planning .dot, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap.list-planning .dot, #page-branding section.section-planning .container .columns .column-logo .icon-wrap.list-planning .dot {
  position: absolute;
  width: var(--d); /* 直径 = r×2  ※個別に指定 */
  height: var(--d);
  left: var(--x); /* ←  cx - r  ※個別に指定 */
  top: var(--y); /* ↑  cy - r  ※個別に指定 */
  background: #000; /* fill="black" と同じ */
  border-radius: 50%;
  opacity: 0;
  transition: all 1.2s ease-in-out;
  --x-diff: calc(var(--xn) - 52.965);
  --y-diff: calc(var(--yn) - 53.1795);
  --x-squared: calc(var(--x-diff) * var(--x-diff));
  --y-squared: calc(var(--y-diff) * var(--y-diff));
  --distance-squared: calc(var(--x-squared) + var(--y-squared));
  --distance: calc(sqrt(var(--distance-squared)));
  transition-delay: calc(0.01s * var(--distance) * 2);
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap .icon, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap .icon, #page-branding section.section-planning .container .columns .column-logo .icon-wrap .icon {
  height: 112px;
  margin: 0 auto 30px;
  position: relative;
  width: 112px;
}
@media (max-width: 768px) {
  #page-branding section.section-creative .container .columns .column-logo .icon-wrap .icon, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap .icon, #page-branding section.section-planning .container .columns .column-logo .icon-wrap .icon {
    margin-bottom: 24px;
  }
}
#page-branding section.section-creative .container .columns .column-logo .icon-wrap .head-ja, #page-branding section.section-ad-pr .container .columns .column-logo .icon-wrap .head-ja, #page-branding section.section-planning .container .columns .column-logo .icon-wrap .head-ja {
  margin-bottom: 16px;
}
#page-branding section.section-creative .container .columns .column-desc, #page-branding section.section-ad-pr .container .columns .column-desc, #page-branding section.section-planning .container .columns .column-desc {
  width: 500px;
}
@media (max-width: 768px) {
  #page-branding section.section-creative .container .columns .column-desc, #page-branding section.section-ad-pr .container .columns .column-desc, #page-branding section.section-planning .container .columns .column-desc {
    width: 100%;
  }
}
#page-branding section.section-creative .container .columns .column-desc .desc, #page-branding section.section-ad-pr .container .columns .column-desc .desc, #page-branding section.section-planning .container .columns .column-desc .desc {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  #page-branding section.section-creative .container .columns .column-desc .desc, #page-branding section.section-ad-pr .container .columns .column-desc .desc, #page-branding section.section-planning .container .columns .column-desc .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
#page-branding section.section-creative .container .columns .column-desc .info-list, #page-branding section.section-ad-pr .container .columns .column-desc .info-list, #page-branding section.section-planning .container .columns .column-desc .info-list {
  margin-top: 39px;
  width: 400px;
}
@media (max-width: 768px) {
  #page-branding section.section-creative .container .columns .column-desc .info-list, #page-branding section.section-ad-pr .container .columns .column-desc .info-list, #page-branding section.section-planning .container .columns .column-desc .info-list {
    width: 100%;
  }
}
#page-branding section.section-creative .container .columns .column-desc .info-list dt, #page-branding section.section-ad-pr .container .columns .column-desc .info-list dt, #page-branding section.section-planning .container .columns .column-desc .info-list dt {
  background: #000;
  padding: 0 16px;
  margin-bottom: 11px;
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#page-branding section.section-creative .container .columns .column-desc .info-list dd, #page-branding section.section-ad-pr .container .columns .column-desc .info-list dd, #page-branding section.section-planning .container .columns .column-desc .info-list dd {
  display: flex;
  margin-bottom: 15px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
}
#page-branding section.section-creative .container .columns .column-desc .info-list dd .box, #page-branding section.section-ad-pr .container .columns .column-desc .info-list dd .box, #page-branding section.section-planning .container .columns .column-desc .info-list dd .box {
  width: 50%;
}
#page-branding section.section-creative .container .columns .column-desc .info-list dd .detail-box, #page-branding section.section-ad-pr .container .columns .column-desc .info-list dd .detail-box, #page-branding section.section-planning .container .columns .column-desc .info-list dd .detail-box {
  padding-left: 10px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
}
#page-branding section.section-creative .container .columns .column-desc .info-list dd .box-adk, #page-branding section.section-ad-pr .container .columns .column-desc .info-list dd .box-adk, #page-branding section.section-planning .container .columns .column-desc .info-list dd .box-adk {
  flex-shrink: 0;
  width: 263px;
}
@media (max-width: 768px) {
  #page-branding section.section-creative .container .columns .column-desc .info-list dd .box-adk, #page-branding section.section-ad-pr .container .columns .column-desc .info-list dd .box-adk, #page-branding section.section-planning .container .columns .column-desc .info-list dd .box-adk {
    width: 215px;
  }
}
#page-branding section.section-creative .container .columns .column-desc .info-list dd .box-adk img, #page-branding section.section-ad-pr .container .columns .column-desc .info-list dd .box-adk img, #page-branding section.section-planning .container .columns .column-desc .info-list dd .box-adk img {
  vertical-align: top;
  width: 100%;
}
#page-branding section.branding-flow {
  background: #000;
}
#page-branding section.branding-flow .container {
  margin: 0 auto;
  padding: 96px 0 64px;
  width: 900px;
}
@media (max-width: 768px) {
  #page-branding section.branding-flow .container {
    box-sizing: border-box;
    padding: 39px 24px 28px;
    width: 100%;
  }
}
#page-branding section.branding-flow .container .section-head {
  margin-bottom: 40px;
  padding: 0 0 11px;
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 158.154% */
  letter-spacing: 4px;
  position: relative;
}
#page-branding section.branding-flow .container .section-head.show::after {
  width: 100%;
}
@media (max-width: 768px) {
  #page-branding section.branding-flow .container .section-head {
    margin-bottom: 78px;
  }
}
#page-branding section.branding-flow .container .section-head::before {
  background: #fff;
  content: "";
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 32px;
}
#page-branding section.branding-flow .container .section-head::after {
  background: #fff;
  content: "";
  height: 0.5px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  transition: all 1.2s ease 0.4s;
}
#page-branding section.branding-flow .container .section-head span {
  margin-left: 8px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.196px; /* 87.116% */
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  #page-branding section.branding-flow .container .section-head span {
    display: block;
    margin-left: 0;
    text-align: left;
    position: absolute;
    left: 0;
    top: 67px;
  }
}
#page-branding section.branding-flow .container .desc {
  margin-bottom: 40px;
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  #page-branding section.branding-flow .container .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  #page-branding section.branding-flow .container .figure-branding-flow {
    height: 287px;
    position: relative;
    width: 900px;
  }
  #page-branding section.branding-flow .container .figure-branding-flow img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1.2s ease-in-out;
  }
  #page-branding section.branding-flow .container .figure-branding-flow img:nth-of-type(1) {
    transition-delay: 1.6s;
  }
  #page-branding section.branding-flow .container .figure-branding-flow img:nth-of-type(2) {
    transition-delay: 3s;
  }
  #page-branding section.branding-flow .container .figure-branding-flow img:nth-of-type(3) {
    transition-delay: 4.4s;
  }
  #page-branding section.branding-flow .container .figure-branding-flow.show img {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  #page-branding section.branding-flow .container .figure-branding-flow {
    overflow: scroll;
  }
}
#page-branding section.branding-flow .container .figure-branding-flow img {
  vertical-align: top;
  width: 100%;
}
@media (max-width: 768px) {
  #page-branding section.branding-flow .container .figure-branding-flow img {
    width: 971px;
  }
  #page-branding section.branding-flow .container .figure-branding-flow img:nth-of-type(1), #page-branding section.branding-flow .container .figure-branding-flow img:nth-of-type(2) {
    display: none;
  }
}
#page-branding .section-case {
  margin-top: 300px;
  height: 400vh;
  padding: 300px 0 61px;
  position: relative;
}
@media (max-width: 768px) {
  #page-branding .section-case {
    height: auto;
    margin-top: 0;
    padding: 118px 0 61px;
  }
}
#page-branding .section-case .container {
  position: sticky;
  top: calc(50vh - 406px);
  margin: 0 auto;
  width: 978px;
}
@media (max-width: 768px) {
  #page-branding .section-case .container {
    box-sizing: border-box;
    padding: 0 23px;
    position: static;
    width: 100%;
  }
}
#page-branding .section-case .head-area {
  display: flex;
  margin: 0 auto 46px;
  width: 978px;
}
@media (max-width: 768px) {
  #page-branding .section-case .head-area {
    margin-bottom: 54px;
    width: 100%;
  }
}
#page-branding .section-case .head-area .section-head {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 98.846% */
  letter-spacing: 3.2px;
}
#page-branding .section-case .head-area .sub {
  margin-left: 34px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.002px; /* 212.51% */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  #page-branding .section-case .head-area .sub {
    margin-left: 20px;
    font-size: 14px;
  }
}
#page-branding .section-case .tag-area {
  margin: 0 auto 34px;
  width: 978px;
}
@media (max-width: 768px) {
  #page-branding .section-case .tag-area {
    margin: 0 auto 40px;
    width: 100%;
  }
}
#page-branding .section-case .tag-area .tag-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page-branding .section-case .tag-area .tag-list {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  #page-branding .section-case .tag-area .tag-list li {
    width: calc(50% - 8px);
  }
}
#page-branding .section-case .tag-area .tag-list li span {
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  color: #000;
  display: flex;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  transition: all 0.3s ease-in-out;
  border: 0.486px solid #A7A7A7;
  text-decoration: none;
}
@media (max-width: 768px) {
  #page-branding .section-case .tag-area .tag-list li span {
    width: 100%;
    height: 24px;
  }
}
#page-branding .section-case .tag-area .tag-list li span:hover {
  border-color: #EAEAEA;
  background: #EAEAEA;
}
#page-branding .section-case .tag-area .tag-list li span.selected {
  color: #fff;
  background: #000;
}
#page-branding .section-case .slide-area .swiper-container {
  width: 100%;
}
@media (max-width: 768px) {
  #page-branding .section-case .slide-area .swiper-container {
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 -23px;
    padding: 0 16px;
    width: 100vw;
  }
}
#page-branding .section-case .slide-area .slide-list {
  display: flex;
  transition-timing-function: linear;
}
@media (max-width: 768px) {
  #page-branding .section-case .slide-area .slide-list {
    width: 100%;
  }
}
#page-branding .section-case .slide-area .slide-list > li {
  position: relative;
  width: 368px;
  flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-branding .section-case .slide-area .slide-list > li {
    width: calc(100% - 32px);
  }
}
#page-branding .section-case .slide-area .slide-list > li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#page-branding .section-case .slide-area .slide-list > li.active {
  z-index: 2;
}
#page-branding .section-case .slide-area .slide-list > li.active a::after {
  opacity: 0;
}
#page-branding .section-case .slide-area .slide-list > li:hover a::after {
  opacity: 0;
}
#page-branding .section-case .slide-area .slide-list > li .category-box {
  display: none;
}
#page-branding .section-case .slide-area .slide-list > li .category-box.is-active {
  display: block;
}
#page-branding .section-case .slide-area .slide-list > li .category-box:nth-of-type(1) {
  display: block;
}
#page-branding .section-case .slide-area .slide-list > li a {
  background-size: cover;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 368px;
  height: 615px;
  padding: 36px 30px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #page-branding .section-case .slide-area .slide-list > li a {
    width: 100%;
    padding-top: 167.19%;
  }
}
#page-branding .section-case .slide-area .slide-list > li .category {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.813px; /* 220.092% */
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-branding .section-case .slide-area .slide-list > li .category {
    font-size: 12px;
    position: absolute;
    left: 25px;
    top: 20px;
  }
}
#page-branding .section-case .slide-area .slide-list > li .bottom-head {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-branding .section-case .slide-area .slide-list > li .bottom-head {
    bottom: 20px;
    left: 25px;
    right: 25px;
  }
}
#page-branding .section-case .slide-area .slide-list > li .title {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #page-branding .section-case .slide-area .slide-list > li .title {
    font-size: 14px;
    line-height: 24px;
  }
}
#page-branding .section-case .slide-area .slide-list > li .company {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.813px; /* 220.092% */
}
@media (max-width: 768px) {
  #page-branding .section-case .slide-area .slide-list > li .company {
    font-size: 12px;
    line-height: 30px;
  }
}
#page-branding .section-case .slide-position-area {
  height: 8px;
  margin: 50px auto 0;
  position: relative;
  width: 978px;
}
@media (max-width: 768px) {
  #page-branding .section-case .slide-position-area {
    box-sizing: border-box;
    margin: 38px auto 0;
    padding: 0 23px;
    width: 100%;
  }
}
#page-branding .section-case .slide-position-area .line {
  background: #C9C9C9;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 3px;
}
#page-branding .section-case .slide-position-area .current {
  background: #000;
  width: 230px;
  height: 5px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  #page-branding .section-case .slide-position-area .current {
    width: 86px;
  }
}
#page-branding .section-case .btn-area {
  display: flex;
  justify-content: right;
  margin: 43px auto 0;
  width: 978px;
}
@media (max-width: 768px) {
  #page-branding .section-case .btn-area {
    margin: 34px auto 0;
    width: 100%;
  }
}
#page-branding .section-case .btn-area .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page-branding .section-case .btn-area .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-branding .section-case .btn-area .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-branding .section-case .btn-area .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-branding .section-case .btn-area .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-branding .section-case .btn-area .btn-view-more:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #page-branding .section-case .btn-area .btn-view-more {
    margin: 0 auto;
  }
}

#page-about {
  background: #fff;
  padding: 180px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-about {
    padding: 86px 0 0;
  }
}
#page-about .title-area {
  display: flex;
  margin: 0 auto 66px;
  width: 1115px;
}
@media (max-width: 768px) {
  #page-about .title-area {
    box-sizing: border-box;
    display: block;
    letter-spacing: 0.1em;
    margin: 0 auto 44px;
    padding: 0 24px;
    width: 100%;
  }
}
#page-about .title-area .page-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 65.897% */
}
@media (max-width: 768px) {
  #page-about .title-area .page-title {
    font-size: 32px;
    line-hegiht: 1;
  }
}
#page-about .title-area .sub-title {
  margin-left: 39px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.002px; /* 212.51% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-about .title-area .sub-title {
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 1;
  }
}
#page-about .main-visual {
  margin-bottom: 81px;
}
@media (max-width: 768px) {
  #page-about .main-visual {
    margin-bottom: 64px;
  }
}
#page-about .main-visual .wrapper {
  background: #000;
  height: 510px;
  position: relative;
  width: 1090px;
}
@media (max-width: 768px) {
  #page-about .main-visual .wrapper {
    height: 280px;
    width: 100%;
  }
}
#page-about .main-visual .wrapper.show .slide-image::after {
  left: 100%;
}
#page-about .main-visual .wrapper .slide-image {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#page-about .main-visual .wrapper .slide-image::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all 0.6s ease-in-out 0.6s;
}
#page-about .main-visual .wrapper .img-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}
@media (max-width: 768px) {
  #page-about .main-visual .wrapper .img-box {
    width: 150px;
  }
}
#page-about .main-visual .wrapper .img-box img {
  vertical-align: top;
  width: 100%;
}
#page-about > .container {
  margin: 0 auto 105px;
  width: 900px;
}
@media (max-width: 768px) {
  #page-about > .container {
    box-sizing: border-box;
    margin: 0 auto 64px;
    padding: 0 24px;
    width: 100%;
  }
}
#page-about > .container .container-head {
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 40px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 158.154% */
  letter-spacing: 4px;
}
#page-about > .container .container-head.show::after {
  width: 100%;
}
@media (max-width: 768px) {
  #page-about > .container .container-head {
    margin-bottom: 35px;
  }
}
#page-about > .container .container-head::before {
  background: #000;
  content: "";
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 24px;
}
#page-about > .container .container-head::after {
  background: #000;
  content: "";
  height: 0.5px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  transition: all 1.2s ease 0.4s;
}
#page-about > .container .container-body .txt-box {
  margin-bottom: 40px;
}
#page-about > .container .container-body .txt-box .box-head {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 166.667% */
  letter-spacing: 5.28px;
}
@media (max-width: 768px) {
  #page-about > .container .container-body .txt-box .box-head {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 31px;
  }
}
#page-about > .container .container-body .txt-box .box-head svg {
  width: 120px;
  height: auto;
  margin-top: 9px;
  margin-right: 11px;
}
@media (max-width: 768px) {
  #page-about > .container .container-body .txt-box .box-head svg {
    margin-top: 0;
    vertical-align: -13px;
    width: 100px;
  }
}
#page-about > .container .container-body .txt-box .box-sub-head {
  margin-bottom: 12px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 166.667% */
  letter-spacing: 5.28px;
}
@media (max-width: 768px) {
  #page-about > .container .container-body .txt-box .box-sub-head {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
#page-about > .container .container-body .txt-box .box-body {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 3.52px;
}
@media (max-width: 768px) {
  #page-about > .container .container-body .txt-box .box-body {
    letter-spacing: 1.6px;
  }
}
#page-about > .container .container-body .figure-purpose {
  padding-top: 77.66%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #page-about > .container .container-body .figure-purpose.show img {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  #page-about > .container .container-body .figure-purpose {
    padding-top: 0;
  }
}
#page-about > .container .container-body .figure-purpose img {
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768px) {
  #page-about > .container .container-body .figure-purpose img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
  }
  #page-about > .container .container-body .figure-purpose img:nth-of-type(1) {
    transition-delay: 0s;
  }
  #page-about > .container .container-body .figure-purpose img:nth-of-type(2) {
    transition-delay: 0.6s;
  }
  #page-about > .container .container-body .figure-purpose img:nth-of-type(3) {
    transition-delay: 1.2s;
  }
  #page-about > .container .container-body .figure-purpose img:nth-of-type(4) {
    transition-delay: 1.8s;
  }
  #page-about > .container .container-body .figure-purpose img:nth-of-type(5) {
    transition-delay: 2.4s;
  }
}
#page-about section.section-example .container {
  margin: 0 auto;
  padding: 0 0 108px;
  width: 900px;
}
@media (max-width: 768px) {
  #page-about section.section-example .container {
    box-sizing: border-box;
    padding: 0 24px 120px;
    width: 100%;
  }
}
#page-about section.section-example .container .head-area .pre-head {
  margin-bottom: 32px;
  align-items: center;
  color: #000;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 197.692% */
  letter-spacing: 3.2px;
}
#page-about section.section-example .container .head-area .pre-head::after {
  background: #000;
  content: "";
  display: block;
  height: 0.5px;
  margin-left: 15px;
  width: 279px;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .head-area .pre-head::after {
    flex-grow: 1;
    width: 100px;
  }
}
#page-about section.section-example .container .head-area .section-head {
  margin-bottom: 8px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 131.795% */
  letter-spacing: 4.8px;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .head-area .section-head {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 11px;
  }
}
#page-about section.section-example .container .head-area .sub-head {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 197.692% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .head-area .sub-head {
    font-size: 16px;
    line-height: 2;
  }
}
#page-about section.section-example .container .example-list {
  margin: 40px auto 0;
  width: 900px;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .example-list {
    margin: 30px auto 0;
    width: 100%;
  }
}
#page-about section.section-example .container .example-list > li {
  align-items: center;
  border: 0.5px solid #8A8A8A;
  display: flex;
  margin: 0 auto;
  height: 300px;
  width: 720px;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .example-list > li {
    height: auto;
    width: 100%;
  }
}
#page-about section.section-example .container .example-list > li:nth-of-type(1) {
  margin: 0 auto 0 0;
  position: relative;
}
#page-about section.section-example .container .example-list > li:nth-of-type(3) {
  margin: 0 0 0 auto;
  position: relative;
}
#page-about section.section-example .container .example-list > li:nth-of-type(n+2) {
  margin-top: 32px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .example-list > li:nth-of-type(n+2) {
    margin-top: 40px;
    white-space: normal;
  }
}
#page-about section.section-example .container .example-list > li .img-box {
  width: 400px;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .example-list > li .img-box {
    width: 180px;
    flex-shrink: 0;
  }
}
#page-about section.section-example .container .example-list > li .img-box img {
  vertical-align: top;
  width: 100%;
}
#page-about section.section-example .container .example-list > li .txt-box {
  box-sizing: border-box;
  padding: 0 45px;
  width: 320px;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .example-list > li .txt-box {
    padding: 0 16px;
    width: calc(100% - 180px);
  }
}
#page-about section.section-example .container .example-list > li .txt-box .list-head {
  margin-bottom: 25px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .example-list > li .txt-box .list-head {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
}
#page-about section.section-example .container .example-list > li .txt-box .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .example-list > li .txt-box .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-about section.section-example .container .example-list > li .txt-box .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-about section.section-example .container .example-list > li .txt-box .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-about section.section-example .container .example-list > li .txt-box .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-about section.section-example .container .example-list > li .txt-box .btn-view-more:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #page-about section.section-example .container .example-list > li .txt-box .btn-view-more {
    font-size: 12px;
    height: 32px;
    width: 100%;
  }
}
#page-about section.section-top-message {
  background: #000;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message {
    padding-bottom: 0;
  }
  #page-about section.section-top-message::before {
    background: linear-gradient(0deg, #000 0%, #FFF 100%);
    content: "";
    display: block;
    height: 85px;
  }
}
#page-about section.section-top-message .container {
  margin: 0 auto;
  padding: 81px 0 120px;
  width: 900px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container {
    box-sizing: border-box;
    padding: 40px 18px 80px;
    width: 100%;
  }
}
#page-about section.section-top-message .container .section-head {
  margin-bottom: 80px;
  padding: 0 0 11px;
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 158.154% */
  letter-spacing: 4px;
}
#page-about section.section-top-message .container .section-head.show::after {
  width: 100%;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .section-head {
    margin-bottom: 34px;
  }
}
#page-about section.section-top-message .container .section-head::before {
  background: #fff;
  content: "";
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 32px;
}
#page-about section.section-top-message .container .section-head::after {
  background: #fff;
  content: "";
  height: 0.5px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  transition: all 1.2s ease 0.4s;
}
#page-about section.section-top-message .container .columns {
  display: flex;
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .columns {
    display: block;
    margin-bottom: 40px;
  }
}
#page-about section.section-top-message .container .column-txt {
  width: 50%;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-txt {
    margin-bottom: 40px;
    width: 100%;
  }
}
#page-about section.section-top-message .container .column-txt .txt-head {
  margin-bottom: 37px;
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.4px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-txt .txt-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-txt .img-box {
    left: -24px;
    margin-bottom: 33px;
    position: relative;
    width: 100vw;
  }
  #page-about section.section-top-message .container .column-txt .img-box img {
    vertical-align: top;
    width: 100%;
  }
}
#page-about section.section-top-message .container .column-txt .txt-desc {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  letter-spacing: 0.7px;
}
#page-about section.section-top-message .container .column-txt .txt-desc .zero-spacing {
  letter-spacing: 0;
}
#page-about section.section-top-message .container .column-txt .txt-desc .narrow-spacing {
  letter-spacing: -0.1em;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-txt .txt-desc {
    line-height: 24px;
  }
}
#page-about section.section-top-message .container .column-profile {
  width: 50%;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-profile {
    width: 100%;
  }
}
#page-about section.section-top-message .container .column-profile .img-box {
  margin-bottom: 32px;
  width: 639px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-profile .img-box {
    width: 100%;
  }
}
#page-about section.section-top-message .container .column-profile .img-box img {
  vertical-align: top;
  width: 100%;
}
#page-about section.section-top-message .container .column-profile .profile-box {
  width: 500px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-profile .profile-box {
    width: 100%;
  }
}
#page-about section.section-top-message .container .column-profile .profile-box .head {
  margin-bottom: 14px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 197.692% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-profile .profile-box .head {
    margin-bottom: 11px;
  }
}
#page-about section.section-top-message .container .column-profile .profile-box .name-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-profile .profile-box .name-box {
    margin-bottom: 20px;
  }
}
#page-about section.section-top-message .container .column-profile .profile-box .name-box .name-ja {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
}
#page-about section.section-top-message .container .column-profile .profile-box .name-box .name-en {
  margin-left: 14px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 180% */
}
#page-about section.section-top-message .container .column-profile .profile-box .name-box .link-x {
  margin-left: 35px;
  width: 14px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-profile .profile-box .name-box .link-x svg {
    height: auto !important;
    width: 100% !important;
  }
}
#page-about section.section-top-message .container .column-profile .profile-box .career {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px; /* 150% */
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-profile .profile-box .career p:nth-of-type(n+2) {
    margin-top: 8px;
  }
}
#page-about section.section-top-message .container .column-profile .profile-box .sns-list {
  display: flex;
  gap: 24px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .column-profile .profile-box .sns-list {
    display: block;
  }
}
#page-about section.section-top-message .container .column-profile .profile-box .sns-list > li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
#page-about section.section-top-message .container .column-profile .profile-box .sns-list > li .icon {
  width: 14px;
}
#page-about section.section-top-message .container .column-profile .profile-box .sns-list > li .icon svg {
  width: 14px;
  height: auto;
}
#page-about section.section-top-message .container .column-profile .profile-box .sns-list > li .txt {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px; /* 150% */
}
#page-about section.section-top-message .container .column-profile .profile-box .profile-more-info {
  margin-top: 17px;
}
#page-about section.section-top-message .container .column-profile .profile-box .profile-more-info .info-head {
  color: #FFF;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
#page-about section.section-top-message .container .column-profile .profile-box .profile-more-info .info-head.opened svg {
  transform: rotate(180deg);
}
#page-about section.section-top-message .container .column-profile .profile-box .profile-more-info .info-body {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px; /* 150% */
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
#page-about section.section-top-message .container .column-profile .profile-box .profile-more-info .info-body.show {
  opacity: 1;
  height: auto;
  visibility: visible;
}
#page-about section.section-top-message .container .related-article .head {
  margin-bottom: 24px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 197.692% */
  letter-spacing: 3.2px;
}
#page-about section.section-top-message .container .related-article .article-list {
  display: flex;
  gap: 41px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .related-article .article-list {
    gap: 24px;
    overflow: scroll;
  }
}
#page-about section.section-top-message .container .related-article .article-list li {
  flex-shrink: 0;
  height: 239px;
  position: relative;
  width: 369px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .related-article .article-list li {
    height: 194px;
    width: 300px;
  }
}
#page-about section.section-top-message .container .related-article .article-list li a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#page-about section.section-top-message .container .related-article .article-list li a::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
  content: "";
  height: 169px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  mix-blend-mode: multiply;
}
#page-about section.section-top-message .container .related-article .article-list li a .article-title {
  bottom: 10px;
  left: 20px;
  position: absolute;
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  z-index: 1;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .container .related-article .article-list li a .article-title {
    bottom: 14px;
    left: 16px;
    font-size: 14px;
    line-hegiht: 1.6;
    letter-spacing: -0.5px;
  }
}
#page-about section.section-top-message .brand-system-area {
  background: #E1E7EE;
  position: relative;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area {
    height: auto;
  }
}
#page-about section.section-top-message .brand-system-area .container {
  margin: 0 auto;
  padding: 121px 0 129px;
  width: 900px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container {
    padding: 80px 48px 65px;
    width: 100%;
  }
}
#page-about section.section-top-message .brand-system-area .container .container-head {
  background-image: linear-gradient(to bottom, #E1E7EE 0%, #E1E7EE 90%, rgba(225, 231, 238, 0) 100%);
  padding: 71px 0 80px;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .container-head {
    padding: 48px 0 54px;
  }
}
#page-about section.section-top-message .brand-system-area .container .area-head {
  margin-bottom: 33px;
  padding: 0 0 11px;
  position: relative;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 158.154% */
  letter-spacing: 4px;
}
#page-about section.section-top-message .brand-system-area .container .area-head.show::after {
  width: 100%;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .area-head {
    margin-bottom: 34px;
  }
}
#page-about section.section-top-message .brand-system-area .container .area-head::before {
  background: #000;
  content: "";
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 32px;
}
#page-about section.section-top-message .brand-system-area .container .area-head::after {
  background: #000;
  content: "";
  height: 0.5px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  transition: all 1.2s ease 0.4s;
}
#page-about section.section-top-message .brand-system-area .container .figure-pre {
  width: 392px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-pre {
    display: block;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-pre img {
  vertical-align: top;
  width: 100%;
}
#page-about section.section-top-message .brand-system-area .container .figure-1 {
  margin: 0 auto 34px;
  width: 307px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-1 {
    margin: 0 auto 27px 0;
    width: 228px;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-1 img {
  vertical-align: top;
  width: 100%;
}
#page-about section.section-top-message .brand-system-area .container .figure-2-1 {
  margin: 0 auto 0;
  width: 291px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-2-1 {
    margin: 0 auto 0 0;
    width: 228px;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-2-1 img {
  vertical-align: top;
  width: 100%;
}
#page-about section.section-top-message .brand-system-area .container .figure-area::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-area.is-hidden {
    opacity: 0 !important;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  #page-about section.section-top-message .brand-system-area .container .figure-area.is-active {
    opacity: 1 !important;
    height: auto;
    visibility: visible;
    transition: all 0.3s ease;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-area.area-1 {
  margin-bottom: 147px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-area.area-1 {
    margin-bottom: 62px;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-head {
  float: left;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-head {
    float: none;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-head .txt-head.figure-head-2 {
  width: 127px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-head .txt-head.figure-head-2 {
    margin-bottom: 50px;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-head .txt-head.figure-head-3 {
  margin-bottom: 137px;
  width: 162px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-head .txt-head.figure-head-3 {
    margin: 65px 0 32px;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-head .txt-head.figure-head-4 {
  margin-bottom: 197px;
  width: 161px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-head .txt-head.figure-head-4 {
    margin-bottom: 38px;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-head .txt-head.figure-head-5 {
  width: 183px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-head .txt-head.figure-head-5 {
    margin-bottom: 31px;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-head .txt-head img {
  vertical-align: top;
  width: 100%;
}
#page-about section.section-top-message .brand-system-area .container .figure-body {
  float: right;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-body {
    float: none;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-2-1 {
  width: 602px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-2-1 {
    width: 100%;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-2-2 {
  margin-top: 55px;
  width: 602px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-2-2 {
    margin-top: 50px;
    width: 100%;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-2-3 {
  margin-top: 55px;
  width: 602px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-2-3 {
    margin-top: 50px;
    width: 100%;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-3 {
  margin-bottom: 147px;
  width: 602px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-3 {
    margin-bottom: 62px;
    width: 100%;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-4 {
  margin-bottom: 126px;
  width: 602px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-4 {
    margin: 0 auto 48px 0;
    width: 200px;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-5 {
  width: 602px;
}
@media (max-width: 768px) {
  #page-about section.section-top-message .brand-system-area .container .figure-body .figure-box.figure-box-5 {
    width: 100%;
  }
}
#page-about section.section-top-message .brand-system-area .container .figure-body .figure-box img {
  vertical-align: top;
  width: 100%;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile {
    overflow: hidden;
  }
}
#page-about section.section-company-profile .container {
  margin: 0 auto;
  padding: 121px 0 72px;
  width: 900px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container {
    box-sizing: border-box;
    padding: 80px 24px 40px;
    width: 100%;
  }
}
#page-about section.section-company-profile .container .section-head {
  margin-bottom: 40px;
  padding: 0 0 11px;
  position: relative;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 158.154% */
  letter-spacing: 4px;
}
#page-about section.section-company-profile .container .section-head.show::after {
  width: 100%;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .section-head {
    margin-bottom: 26px;
  }
}
#page-about section.section-company-profile .container .section-head::before {
  background: #000;
  content: "";
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 32px;
}
#page-about section.section-company-profile .container .section-head::after {
  background: #000;
  content: "";
  height: 0.5px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  transition: all 1.2s ease 0.4s;
}
#page-about section.section-company-profile .container .profile-list {
  margin-bottom: 105px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .profile-list {
    margin-bottom: 70px;
  }
}
#page-about section.section-company-profile .container .profile-list > li {
  border-bottom: 0.5px solid #99A9B0;
  display: flex;
  padding: 11px 0;
}
#page-about section.section-company-profile .container .profile-list > li .item-head {
  width: 110px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .profile-list > li .item-head {
    font-size: 14px;
    line-height: 26px;
  }
}
#page-about section.section-company-profile .container .profile-list > li .item-body {
  width: calc(100% - 110px);
  color: #000;
  display: flex;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .profile-list > li .item-body {
    display: block;
    font-size: 14px;
    line-height: 26px;
  }
}
#page-about section.section-company-profile .container .profile-list > li .item-body span {
  font-size: 10px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .profile-list > li .item-body span {
    display: block;
    line-height: 1;
  }
}
#page-about section.section-company-profile .container .profile-list > li .item-body .columns {
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .profile-list > li .item-body .columns {
    flex-wrap: wrap;
    width: 100%;
  }
}
#page-about section.section-company-profile .container .profile-list > li .item-body .columns .column {
  flex-shrink: 0;
  line-height: 26px;
  width: 57%;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .profile-list > li .item-body .columns .column {
    width: 100%;
  }
}
#page-about section.section-company-profile .container .profile-list > li .item-body .btn-web-site {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  width: 120px;
  height: 24px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 100% */
  margin-left: 41px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #page-about section.section-company-profile .container .profile-list > li .item-body .btn-web-site:hover {
    background: #000;
    color: #fff;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .profile-list > li .item-body .btn-web-site {
    margin: 14px 0 0;
  }
}
#page-about section.section-company-profile .container .map-area {
  margin-bottom: 234px;
  position: relative;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area {
    margin-bottom: 92px;
  }
}
#page-about section.section-company-profile .container .map-area .area-head {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
  letter-spacing: 4.4px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-head {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 200% */
    letter-spacing: 4.4px;
  }
}
#page-about section.section-company-profile .container .map-area .bg-map-japan {
  position: relative;
  top: -4px;
  left: 136px;
  width: 762px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .bg-map-japan {
    top: 139px;
    left: calc(-24px + 50vw - 195px);
    position: absolute;
    width: 366px;
  }
}
#page-about section.section-company-profile .container .map-area .bg-map-japan img {
  vertical-align: top;
  width: 100%;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list {
    margin: 0 auto;
    padding: 337px 0 0;
    width: 100%;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li {
  position: absolute;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li {
    position: relative;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li.list-okinawa {
  top: 217px;
  left: -39px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li.list-okinawa {
    top: 0;
    left: 0;
    margin-bottom: 40px;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li.list-okinawa .desc-box {
  left: 332px;
  position: absolute;
  top: 87px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li.list-okinawa .desc-box {
    position: static;
  }
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li.list-okinawa .img-box {
    left: 0px;
    position: absolute;
    top: -227px;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li.list-okinawa .line {
  left: 184px;
  top: 356px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li.list-okinawa .line {
    left: 31px;
    top: auto;
    bottom: 367px;
    transform: rotate(-90deg);
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo {
  top: 556px;
  right: -39px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo {
    top: 0;
    right: 0;
    width: 172px;
    margin: 0 0 265px auto;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo .list-head {
  padding-left: 61px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo .list-head {
    padding-left: 0;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo .branch-name {
  margin-bottom: 14px;
  padding-left: 61px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo .branch-name {
    margin-bottom: 22px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo .img-box {
    left: -171px;
    position: absolute;
    top: -291px;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo .desc-box {
  left: -209px;
  position: absolute;
  top: 86px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo .desc-box {
    position: static;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo .line {
  left: 34px;
  bottom: 245px;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li.list-tokyo .line {
    left: 13px;
    bottom: auto;
    top: -233px;
    transform: rotate(90deg);
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li .list-head {
  margin-bottom: 8px;
  color: #434343;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 65.897% */
  letter-spacing: 9.6px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li .list-head {
    font-size: 32px;
    letter-spacing: 6.4px;
    margin-bottom: 3px;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li .branch-name {
  margin-bottom: 21px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li .branch-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li .img-box {
  position: relative;
  width: 300px;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li .img-box {
    width: 200px;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li .img-box img {
  vertical-align: top;
  width: 100%;
}
#page-about section.section-company-profile .container .map-area .area-list > li .desc-box {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 250px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .map-area .area-list > li .desc-box {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
#page-about section.section-company-profile .container .map-area .area-list > li .desc-box .address {
  margin-bottom: 8px;
}
#page-about section.section-company-profile .container .map-area .area-list > li .desc-box .business-hours {
  margin-top: 8px;
}
#page-about section.section-company-profile .container .map-area .area-list > li .desc-box .btn-map {
  margin-top: 15px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  width: 120px;
  height: 24px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 100% */
  transition: all 0.3s;
}
#page-about section.section-company-profile .container .map-area .area-list > li .desc-box .btn-map:hover {
  background: #000;
  color: #fff;
  letter-spacing: 0.1em;
}
#page-about section.section-company-profile .container .map-area .area-list > li.show .line {
  opacity: 1;
  width: 200px;
}
#page-about section.section-company-profile .container .map-area .area-list > li .line {
  background: #000;
  opacity: 0;
  position: absolute;
  height: 1px;
  width: 0;
  transform-origin: left top;
  transition: all 1.2s ease-in-out 0.6s;
}
#page-about section.section-company-profile .container .map-area .area-list > li .line .circle {
  background: #000;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: -8px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area {
    width: 100%;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .area-head {
  align-items: center;
  display: flex;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .area-head {
    display: block;
    margin-bottom: 40px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .area-head .logo {
  width: 178px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .area-head .logo {
    margin: 0 auto 10px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .area-head .logo img {
  vertical-align: top;
  width: 100%;
}
#page-about section.section-company-profile .container .motomu-curry-area .area-head .title-wrap {
  display: flex;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .area-head .title-wrap {
    justify-content: center;
    gap: 10px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .area-head .area-title {
  margin-left: 40px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 131.795% */
  letter-spacing: 4.8px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .area-head .area-title {
    font-size: 20px;
    margin-left: 0;
    text-align: center;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .area-head .area-sub-title {
  margin-left: 27px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .area-head .area-sub-title {
    font-size: 12px;
    margin-left: 0;
    text-align: center;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list {
  margin-bottom: 122px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list {
    margin-bottom: 127px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li {
  border-bottom: 1px solid #99A9B0;
  padding: 40px 0 58px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li {
    padding: 40px 0 40px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li:nth-of-type(2) .list-body {
  align-items: center;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-head {
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-head {
    display: block;
    margin-bottom: 16px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-head .shop-name {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-head .shop-name {
    font-size: 16px;
    line-height: 28px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-head .shop-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 24px;
  border: 1px solid #000;
  position: absolute;
  right: 0;
  left: 435px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-head .shop-tag {
    left: auto;
    position: static;
    margin-top: 9px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body {
    display: block;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .sns-wrapper {
  display: flex;
  margin-bottom: 18px;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .sns-head {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-right: 24px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .sns-head {
    display: none;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body ul.sns-list {
  align-items: center;
  display: flex;
  gap: 22px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body ul.sns-list {
    margin: 24px auto 0;
    justify-content: center;
    gap: 34px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body ul.sns-list > li {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body ul.sns-list > li {
    height: auto;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body ul.sns-list > li a {
  display: block;
  width: 100%;
  height: auto;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body ul.sns-list > li a svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .img-box {
  width: 500px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .img-box {
    width: 100%;
    margin: 0 auto 16px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .img-box img {
  vertical-align: top;
  width: 100%;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box {
  margin-top: -43px;
  position: relative;
  z-index: 2;
  width: 350px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop {
    flex-direction: column;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop p {
  align-items: center;
  color: #000;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop p {
    text-align: center;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop p:nth-of-type(n+2) {
  margin-top: 24px;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop p a {
  text-decoration: underline;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop p svg {
  margin-left: 12px;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop .link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop .link-list {
    justify-content: center;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop .link-list > li {
  border: 1px solid #D1D1D1;
  overflow: hidden;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop .link-list > li:nth-of-type(1) img {
  vertical-align: top;
  width: 100px;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop .link-list > li:nth-of-type(2) img {
  vertical-align: top;
  width: 88px;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box.online-shop .link-list > li a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  color: #000;
  font-family: Gotham;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box .address-info {
  align-items: center;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box .address-info {
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box .address-info svg {
  margin-right: 5px;
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box .address-info .business-hours {
  margin-top: 7px;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box .address-info .business-hours {
    margin-top: 16px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box .map-info {
  height: 209px;
  margin-top: 17px;
  position: relative;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box .map-info {
    margin-bottom: 16px;
    margin-top: 0;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .shop-list > li .list-body .txt-box .map-info iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#page-about section.section-company-profile .container .motomu-curry-area .photo-list {
  display: flex;
  gap: 24px;
  position: relative;
  width: 100vw;
  left: calc(50% - 50vw);
  transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .photo-list {
    gap: 24px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .photo-list > li {
  width: 400px;
  flex-shrink: 0;
  transition-timing-function: linear !important;
}
@media (max-width: 768px) {
  #page-about section.section-company-profile .container .motomu-curry-area .photo-list > li {
    width: 280px;
  }
}
#page-about section.section-company-profile .container .motomu-curry-area .photo-list > li .img-box {
  width: 100%;
}
#page-about section.section-company-profile .container .motomu-curry-area .photo-list > li .img-box img {
  vertical-align: top;
  width: 100%;
}
#page-about section.section-history .container {
  margin: 0 auto;
  padding: 50px 0 209px;
  width: 900px;
}
@media (max-width: 768px) {
  #page-about section.section-history .container {
    box-sizing: border-box;
    padding: 40px 24px 60px;
    width: 100%;
  }
}
#page-about section.section-history .container .section-head {
  margin-bottom: 40px;
  padding: 0 0 11px;
  position: relative;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 158.154% */
  letter-spacing: 4px;
}
#page-about section.section-history .container .section-head.show::after {
  width: 100%;
}
@media (max-width: 768px) {
  #page-about section.section-history .container .section-head {
    margin-bottom: 47px;
  }
}
#page-about section.section-history .container .section-head::before {
  background: #000;
  content: "";
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 32px;
}
#page-about section.section-history .container .section-head::after {
  background: #000;
  content: "";
  height: 0.5px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  transition: all 1.2s ease 0.4s;
}
#page-about section.section-history .container .history-list li {
  display: flex;
  gap: 1em;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 285.714% */
  padding: 6px 0;
}
@media (max-width: 768px) {
  #page-about section.section-history .container .history-list li {
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
  }
  #page-about section.section-history .container .history-list li:nth-of-type(n+2) {
    margin-top: 14px;
  }
}
#page-about section.section-history .container .history-list li .date span, #page-about section.section-history .container .history-list li .head span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  opacity: 0;
  position: relative;
  transform: translate(0, 30px);
  transition: transform 1.2s, opacity 1.2s;
}
#page-about section.section-history .container .history-list li .date span.show, #page-about section.section-history .container .history-list li .head span.show {
  transform: translate(0, 0);
  opacity: 1;
}
#page-about section.section-history .container .history-list li .date span::before, #page-about section.section-history .container .history-list li .head span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 1s ease-in-out;
}
#page-about section.section-history .container .history-list li .date span.show::before, #page-about section.section-history .container .history-list li .head span.show::before {
  animation: move-left 1s ease-in-out;
}
@keyframes move-left {
  0% {
    left: -100%;
  }
  20% {
    left: 0;
  }
  80% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#page-about section.section-history .container .history-list li .date {
  text-align: right;
  width: 66px;
}
#page-about section.section-history .container .history-list li .head {
  width: calc(100% - 66px);
}
#page-about section.section-recruit {
  background: #173649;
}
#page-about section.section-recruit .container {
  margin: 0 auto;
  padding: 120px 0 120px;
  position: relative;
  width: 900px;
}
@media (max-width: 768px) {
  #page-about section.section-recruit .container {
    box-sizing: border-box;
    padding: 80px 24px 80px;
    width: 100%;
  }
}
#page-about section.section-recruit .container .section-head {
  margin-bottom: 40px;
  padding: 0 0 11px;
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.631px; /* 158.154% */
  letter-spacing: 4px;
}
#page-about section.section-recruit .container .section-head.show::after {
  width: 100%;
}
@media (max-width: 768px) {
  #page-about section.section-recruit .container .section-head {
    margin-bottom: 30px;
  }
}
#page-about section.section-recruit .container .section-head::before {
  background: #fff;
  content: "";
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 32px;
}
#page-about section.section-recruit .container .section-head::after {
  background: #fff;
  content: "";
  height: 0.5px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  transition: all 1.2s ease 0.4s;
}
#page-about section.section-recruit .container .btn-area {
  float: right;
  margin-top: 88px;
  width: 222px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #page-about section.section-recruit .container .btn-area {
    float: none;
    margin: 40px auto 0;
  }
}
#page-about section.section-recruit .container .btn-area .btn-contact {
  align-items: center;
  border-bottom: 0.5px solid #fff;
  border-top: 0.5px solid #fff;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
  margin: 0 auto;
  width: 222px;
}
@media (max-width: 768px) {
  #page-about section.section-recruit .container .btn-area .btn-contact {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-about section.section-recruit .container .btn-area .btn-contact::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-about section.section-recruit .container .btn-area .btn-contact span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-about section.section-recruit .container .btn-area .btn-contact:hover::before {
  transform: translateY(100%);
}
#page-about section.section-recruit .container .btn-area .btn-contact:hover span {
  color: #000;
  letter-spacing: 0.2em;
}
#page-about section.section-recruit .container .head {
  margin-bottom: 31px;
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.4px;
}
@media (max-width: 768px) {
  #page-about section.section-recruit .container .head {
    margin-bottom: 34px;
  }
}
#page-about section.section-recruit .container .desc {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  #page-about section.section-recruit .container .desc {
    font-size: 14px;
    line-height: 24px;
  }
}

#page-works {
  background: #fff;
  position: relative;
  padding: 183px 0 120px;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-works {
    padding: 109px 0 120px;
  }
}
#page-works .title-area {
  display: flex;
  margin: 0 auto 61px;
  width: 1115px;
}
@media (max-width: 768px) {
  #page-works .title-area {
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 66px;
    padding: 0 24px;
    width: 100%;
  }
}
#page-works .title-area .page-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 65.897% */
}
@media (max-width: 768px) {
  #page-works .title-area .page-title {
    font-size: 32px;
    line-height: 0.1em;
  }
}
#page-works .title-area .sub-title {
  margin-left: 39px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.002px; /* 212.51% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-works .title-area .sub-title {
    font-size: 14px;
    margin: 0 0 0 15px;
    letter-spacing: 0.1em;
  }
}
#page-works .tag-list {
  display: flex;
  justify-content: center;
  width: 978px;
  margin: 0 auto 62px;
}
@media (max-width: 768px) {
  #page-works .tag-list {
    box-sizing: border-box;
    flex-wrap: wrap;
    padding: 0 24px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-works .tag-list li:nth-of-type(n+2) {
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  #page-works .tag-list li {
    width: calc(50% - 8px);
  }
  #page-works .tag-list li:nth-of-type(n+3) {
    margin-top: 16px;
  }
}
#page-works .tag-list li span, #page-works .tag-list li a {
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  color: #000;
  display: flex;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  transition: all 0.3s ease-in-out;
  border: 0.486px solid #A7A7A7;
  text-decoration: none;
}
@media (max-width: 768px) {
  #page-works .tag-list li span, #page-works .tag-list li a {
    width: 100%;
    height: 24px;
  }
}
#page-works .tag-list li a:hover {
  border-color: #EAEAEA;
  background: #EAEAEA;
}
#page-works .tag-list li span {
  color: #fff;
  background: #000;
}
#page-works .content-area {
  margin: 0 auto;
  width: 1153px;
}
@media (max-width: 768px) {
  #page-works .content-area {
    width: 100%;
  }
}
#page-works .content-area .btn-area {
  margin-top: 80px;
}
#page-works .content-area .btn-area .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 768px) {
  #page-works .content-area .btn-area .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-works .content-area .btn-area .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-works .content-area .btn-area .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-works .content-area .btn-area .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-works .content-area .btn-area .btn-view-more:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #page-works .content-area .btn-area .btn-view-more {
    margin: 0 auto;
  }
}
#page-works .slide-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24.5px;
}
@media (max-width: 768px) {
  #page-works .slide-list {
    display: block;
  }
}
#page-works .slide-list > li {
  position: relative;
  width: 368px;
  flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-works .slide-list > li {
    margin: 0 auto;
    width: 317px;
  }
  #page-works .slide-list > li:nth-of-type(n+2) {
    margin-top: 26px;
  }
}
#page-works .slide-list > li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#page-works .slide-list > li.active {
  z-index: 2;
}
#page-works .slide-list > li.active a::after {
  opacity: 0;
}
#page-works .slide-list > li:hover a::after {
  opacity: 0;
}
#page-works .slide-list > li a {
  background-size: cover;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 368px;
  height: 615px;
  padding: 36px 30px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #page-works .slide-list > li a {
    height: 530px;
    width: 317px;
  }
}
#page-works .slide-list > li .category, #page-works .slide-list > li .title, #page-works .slide-list > li .company {
  position: relative;
  z-index: 2;
}
#page-works .slide-list > li .category {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.813px; /* 220.092% */
}
#page-works .slide-list > li .bottom-head {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}
#page-works .slide-list > li .title {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #page-works .slide-list > li .title {
    font-size: 14px;
    line-height: 24px;
  }
}
#page-works .slide-list > li .company {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.813px; /* 220.092% */
}
@media (max-width: 768px) {
  #page-works .slide-list > li .company {
    font-size: 12px;
    line-height: 30px;
  }
}

#page-works-single {
  background: #fff;
  padding: 119px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-works-single {
    padding: 72px 0 0;
  }
}
#page-works-single .main-visual {
  background-position: center;
  background-size: cover;
  margin-left: calc(50vw - 519px);
  position: relative;
}
@media (max-width: 768px) {
  #page-works-single .main-visual {
    margin-left: 0;
  }
}
#page-works-single .main-visual img {
  vertical-align: top;
  width: 100%;
}
#page-works-single .body-area .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  padding: 75px 0 92px;
  width: 1038px;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container {
    box-sizing: border-box;
    display: block;
    padding: 39px 28px 80px;
    width: 100%;
  }
}
#page-works-single .body-area .container .credit-area {
  width: 250px;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .credit-area {
    border-top: 0.5px solid #000;
    margin-top: 72px;
    width: 100%;
  }
}
#page-works-single .body-area .container .credit-area .area-head {
  margin-bottom: 35px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.92;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .credit-area .area-head {
    display: none;
  }
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .credit-area .credit-list {
    margin-top: 30px;
  }
}
#page-works-single .body-area .container .credit-area .credit-list > li {
  width: 50%;
}
#page-works-single .body-area .container .credit-area .credit-list > li:nth-of-type(n+2) {
  margin-top: 34px;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .credit-area .credit-list > li:nth-of-type(n+2) {
    margin-top: 32px;
  }
}
#page-works-single .body-area .container .credit-area .credit-list > li .list-head {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 236.364% */
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .credit-area .credit-list > li .list-head {
    font-size: 12px;
    line-height: 26px; /* 216.667% */
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
}
#page-works-single .body-area .container .credit-area .credit-list > li .list-body {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 180% */
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .credit-area .credit-list > li .list-body {
    font-size: 12px;
    line-height: 20px; /* 166.667% */
    letter-spacing: 1.2px;
  }
}
#page-works-single .body-area .container .content-area {
  width: 700px;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .content-area {
    width: 100%;
  }
}
#page-works-single .body-area .container .content-area img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
#page-works-single .body-area .container .content-area .title-area {
  margin-bottom: 40px;
}
#page-works-single .body-area .container .content-area .title-area .sub-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.8px; /* 192.5% */
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #page-works-single .body-area .container .content-area .title-area .sub-title {
    display: none;
  }
}
#page-works-single .body-area .container .content-area .title-area .company {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.167px; /* 189.818% */
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .content-area .title-area .company {
    font-size: 18px;
    line-height: 32px; /* 177.778% */
    margin-bottom: 14px;
  }
}
#page-works-single .body-area .container .content-area .title-area .page-title {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 150% */
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .content-area .title-area .page-title {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: 1.2px;
  }
}
#page-works-single .body-area .container .content-area .content {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 2;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .content-area .content {
    font-size: 14px;
    line-height: 1.85;
  }
}
#page-works-single .body-area .container .content-area .content figure {
  margin: 0 0 23px;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .content-area .content figure {
    margin: 0 0 33px;
  }
}
#page-works-single .body-area .container .content-area .content > * {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .content-area .content > * {
    margin-bottom: 46px;
  }
}
#page-works-single .body-area .container .content-area .content figcaption {
  margin-top: 7px;
}
#page-works-single .body-area .container .content-area .img-box {
  margin-bottom: 37px;
}
#page-works-single .body-area .container .content-area .img-box img {
  width: 100%;
  vertical-align: top;
}
#page-works-single .body-area .container .content-area .head {
  margin-bottom: 11px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.72;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .content-area .head {
    font-size: 20px;
    line-height: 1.72;
  }
}
#page-works-single .body-area .container .content-area .desc {
  margin-bottom: 75px;
  color: #000;
  text-align: justify;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .content-area .desc {
    font-size: 14px;
    line-height: 2;
  }
}
#page-works-single .body-area .container .btn-area {
  margin-top: 80px;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .btn-area {
    margin-top: 72px;
  }
}
#page-works-single .body-area .container .btn-area .btn-back {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page-works-single .body-area .container .btn-area .btn-back {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-works-single .body-area .container .btn-area .btn-back::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-works-single .body-area .container .btn-area .btn-back span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-works-single .body-area .container .btn-area .btn-back:hover::before {
  transform: translateY(100%);
}
#page-works-single .body-area .container .btn-area .btn-back:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}

#page-news {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 178px 0 120px;
}
@media (max-width: 768px) {
  #page-news {
    padding: 121px 26px 120px;
  }
}
#page-news .title-area {
  margin: 0 auto 91px;
  width: 1153px;
  display: flex;
}
@media (max-width: 768px) {
  #page-news .title-area {
    display: block;
    margin: 0 auto 23px;
    width: 100%;
  }
}
#page-news .title-area .page-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 65.897% */
}
@media (max-width: 768px) {
  #page-news .title-area .page-title {
    font-size: 32px;
  }
}
#page-news .title-area .sub-title {
  margin-left: 25px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.002px; /* 212.51% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-news .title-area .sub-title {
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
  }
}
#page-news .content-area {
  margin: 0 auto;
  width: 790px;
}
@media (max-width: 768px) {
  #page-news .content-area {
    width: 100%;
  }
}
#page-news .content-area .btn-area {
  margin-top: 80px;
}
#page-news .content-area .btn-area .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 768px) {
  #page-news .content-area .btn-area .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-news .content-area .btn-area .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-news .content-area .btn-area .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-news .content-area .btn-area .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-news .content-area .btn-area .btn-view-more:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #page-news .content-area .btn-area .btn-view-more {
    margin: 0 auto;
  }
}
#page-news .content-area .tag-area {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #page-news .content-area .tag-area {
    margin-bottom: 44px;
  }
}
#page-news .content-area .tag-area .tag-list {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  #page-news .content-area .tag-area .tag-list {
    flex-wrap: wrap;
  }
}
#page-news .content-area .tag-area .tag-list > li span, #page-news .content-area .tag-area .tag-list > li a {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 30px;
  flex-shrink: 0;
  color: #000;
  display: flex;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  border: 0.486px solid #A7A7A7;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #page-news .content-area .tag-area .tag-list > li span, #page-news .content-area .tag-area .tag-list > li a {
    width: 152px;
    height: 23px;
  }
}
#page-news .content-area .tag-area .tag-list > li a:hover {
  border-color: #EAEAEA;
  background: #EAEAEA;
}
#page-news .content-area .tag-area .tag-list > li span {
  color: #fff;
  background: #000;
}
#page-news .content-area .article-list > li {
  border-bottom: 1px solid #D1D1D1;
  padding: 23px 0;
}
#page-news .content-area .article-list > li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page-news .content-area .article-list > li a {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#page-news .content-area .article-list > li a .date {
  width: 130px;
  color: #231815;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.7px;
}
#page-news .content-area .article-list > li a .tag {
  margin-right: 15px;
  background: #EAEAEA;
  display: flex;
  width: 85px;
  height: 25px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  white-space: nowrap;
}
#page-news .content-area .article-list > li a .title {
  width: 514px;
  overflow: hidden;
  color: #231815;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  #page-news .content-area .article-list > li a .title {
    margin-top: 16px;
    width: 100%;
  }
}

#page-news-single {
  background: #fff;
  padding: 174px 0 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-news-single {
    padding: 121px 26px 120px;
  }
}
#page-news-single .title-area {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 auto 62px;
  padding: 0 0 60px;
  width: 712px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #page-news-single .title-area {
    width: 100%;
  }
}
#page-news-single .title-area .date {
  width: 130px;
  color: #231815;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.7px;
}
#page-news-single .title-area .tag {
  margin-right: 15px;
  background: #EAEAEA;
  display: flex;
  width: 85px;
  height: 25px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  white-space: nowrap;
}
#page-news-single .title-area .title {
  margin-top: 23px;
  overflow: hidden;
  color: #231815;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.523px; /* 125.104% */
  letter-spacing: 1.1px;
  width: 100%;
}
@media (max-width: 768px) {
  #page-news-single .title-area .title {
    font-size: 18px;
    line-height: 1.5;
  }
}
#page-news-single .content-area {
  margin: 0 auto;
  width: 712px;
}
@media (max-width: 768px) {
  #page-news-single .content-area {
    width: 100%;
  }
}
#page-news-single .content-area img {
  max-width: 100% !important;
  height: auto !important;
}
#page-news-single .content-area .img-box {
  margin-bottom: 27px;
}
#page-news-single .content-area .img-box img {
  vertical-align: top;
  width: 100%;
}
#page-news-single .content-area .head {
  margin-bottom: 15px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 21.74px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.512px; /* 158.75% */
}
@media (max-width: 768px) {
  #page-news-single .content-area .head {
    font-size: 18px;
    line-height: 2;
  }
}
#page-news-single .content-area .desc {
  margin-bottom: 72px;
  color: #000;
  text-align: justify;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 10.87px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.74px; /* 200% */
}
@media (max-width: 768px) {
  #page-news-single .content-area .desc {
    font-size: 11px;
    line-height: 2;
  }
}
#page-news-single .btn-area {
  margin-top: 80px;
}
@media (max-width: 768px) {
  #page-news-single .btn-area {
    margin-top: 60px;
  }
}
#page-news-single .btn-area .btn-back {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page-news-single .btn-area .btn-back {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-news-single .btn-area .btn-back::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-news-single .btn-area .btn-back span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-news-single .btn-area .btn-back:hover::before {
  transform: translateY(100%);
}
#page-news-single .btn-area .btn-back:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}

#page-topics {
  background: #fff;
  position: relative;
  padding: 183px 0 120px;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-topics {
    padding: 109px 0 120px;
  }
}
#page-topics .title-area {
  display: flex;
  margin: 0 auto 86px;
  width: 1115px;
}
@media (max-width: 768px) {
  #page-topics .title-area {
    box-sizing: border-box;
    display: block;
    margin: 0 auto 23px;
    padding: 0 24px;
    width: 100%;
  }
}
#page-topics .title-area .page-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 65.897% */
}
@media (max-width: 768px) {
  #page-topics .title-area .page-title {
    font-size: 32px;
    line-height: 0.1em;
  }
}
#page-topics .title-area .sub-title {
  margin-left: 39px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.002px; /* 212.51% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-topics .title-area .sub-title {
    font-size: 14px;
    margin: 15px 0 0;
    letter-spacing: 0.1em;
  }
}
#page-topics .tag-list {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 71px;
}
@media (max-width: 768px) {
  #page-topics .tag-list {
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: left;
    gap: 13px;
    padding: 0 24px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-topics .tag-list li:nth-of-type(n+2) {
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  #page-topics .tag-list li {
    width: calc(50% - 8px);
  }
}
#page-topics .tag-list li span, #page-topics .tag-list li a {
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  color: #000;
  display: flex;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  transition: all 0.3s ease-in-out;
  border: 0.486px solid #A7A7A7;
  text-decoration: none;
}
@media (max-width: 768px) {
  #page-topics .tag-list li span, #page-topics .tag-list li a {
    width: 100%;
    height: 24px;
  }
}
#page-topics .tag-list li a:hover {
  border-color: #EAEAEA;
  background: #EAEAEA;
}
#page-topics .tag-list li span {
  color: #fff;
  background: #000;
}
#page-topics .content-area {
  margin: 0 auto;
  width: 1153px;
}
@media (max-width: 768px) {
  #page-topics .content-area {
    width: 100%;
  }
}
#page-topics .content-area .slide-list {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #page-topics .content-area .slide-list {
    display: block;
  }
}
#page-topics .content-area .slide-list > li {
  flex-shrink: 0;
  width: 369px;
}
@media (min-width: 1279px) {
  #page-topics .content-area .slide-list > li:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #page-topics .content-area .slide-list > li {
    margin: 0 auto;
    width: 340px;
  }
  #page-topics .content-area .slide-list > li:nth-of-type(n+2) {
    margin-top: 24px;
  }
}
#page-topics .content-area .slide-list > li a {
  background-size: cover;
  display: block;
  position: relative;
  width: 369px;
  height: 239px;
}
@media (max-width: 768px) {
  #page-topics .content-area .slide-list > li a {
    width: 342px;
    height: 222px;
  }
}
#page-topics .content-area .slide-list > li a::before {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
}
#page-topics .content-area .slide-list > li .txt-wrap {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
#page-topics .content-area .slide-list > li .date {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
#page-topics .content-area .slide-list > li .title {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 768px) {
  #page-topics .content-area .slide-list > li .title {
    font-size: 16px;
  }
}
#page-topics .content-area .btn-area {
  margin-top: 80px;
}
#page-topics .content-area .btn-area .btn-view-more {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 768px) {
  #page-topics .content-area .btn-area .btn-view-more {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-topics .content-area .btn-area .btn-view-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-topics .content-area .btn-area .btn-view-more span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-topics .content-area .btn-area .btn-view-more:hover::before {
  transform: translateY(100%);
}
#page-topics .content-area .btn-area .btn-view-more:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #page-topics .content-area .btn-area .btn-view-more {
    margin: 0 auto;
  }
}

#page-topics-single {
  background: #fff;
  padding: 174px 0 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-topics-single {
    padding: 121px 26px 120px;
  }
}
#page-topics-single .title-area {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 auto 62px;
  padding: 0 0 60px;
  width: 712px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #page-topics-single .title-area {
    width: 100%;
  }
}
#page-topics-single .title-area .date {
  width: 130px;
  color: #231815;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.7px;
}
#page-topics-single .title-area .tag {
  margin-right: 15px;
  background: #EAEAEA;
  display: flex;
  width: 85px;
  height: 25px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  white-space: nowrap;
}
#page-topics-single .title-area .title {
  margin-top: 23px;
  color: #231815;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.1px;
  width: 100%;
}
@media (max-width: 768px) {
  #page-topics-single .title-area .title {
    font-size: 18px;
    line-height: 1.5;
  }
}
#page-topics-single .content-area {
  margin: 0 auto;
  width: 712px;
}
@media (max-width: 768px) {
  #page-topics-single .content-area {
    width: 100%;
  }
}
#page-topics-single .content-area img {
  max-width: 100% !important;
  height: auto !important;
}
#page-topics-single .content-area .img-box {
  margin-bottom: 27px;
}
#page-topics-single .content-area .img-box img {
  vertical-align: top;
  width: 100%;
}
#page-topics-single .content-area figure {
  margin: 0 0 23px;
  text-align: center;
}
@media (max-width: 768px) {
  #page-topics-single .content-area figure {
    margin: 0 0 33px;
  }
}
#page-topics-single .content-area > * {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #page-topics-single .content-area > * {
    margin-bottom: 46px;
  }
}
#page-topics-single .content-area figcaption {
  margin-top: 7px;
}
#page-topics-single .content-area p {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 28px; /* 200% */
}
@media (max-width: 768px) {
  #page-topics-single .content-area p {
    font-size: 14px;
    line-height: 1.85;
  }
}
#page-topics-single .content-area h2 {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6; /* 160% */
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #page-topics-single .content-area h2 {
    font-size: 18px;
  }
}
#page-topics-single .content-area .head {
  margin-bottom: 15px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 21.74px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.512px; /* 158.75% */
}
@media (max-width: 768px) {
  #page-topics-single .content-area .head {
    font-size: 18px;
    line-height: 2;
  }
}
#page-topics-single .content-area .desc {
  margin-bottom: 72px;
  color: #000;
  text-align: justify;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 10.87px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.74px; /* 200% */
}
@media (max-width: 768px) {
  #page-topics-single .content-area .desc {
    font-size: 11px;
    line-height: 2;
  }
}
#page-topics-single .btn-area {
  margin-top: 80px;
}
@media (max-width: 768px) {
  #page-topics-single .btn-area {
    margin-top: 72px;
  }
}
#page-topics-single .btn-area .btn-back {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page-topics-single .btn-area .btn-back {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-topics-single .btn-area .btn-back::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-topics-single .btn-area .btn-back span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-topics-single .btn-area .btn-back:hover::before {
  transform: translateY(100%);
}
#page-topics-single .btn-area .btn-back:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}

#page-contact {
  background: #fff;
  padding: 174px 0 182px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-contact {
    padding: 120px 27px 182px;
  }
}
#page-contact .title-area {
  margin: 0 auto 81px;
  width: 1153px;
  display: flex;
}
@media (max-width: 768px) {
  #page-contact .title-area {
    display: block;
    margin: 0 auto 90px;
    width: 100%;
  }
}
#page-contact .title-area .page-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.631px; /* 65.897% */
}
@media (max-width: 768px) {
  #page-contact .title-area .page-title {
    font-size: 32px;
    line-height: 1;
  }
}
#page-contact .title-area .sub-title {
  margin-left: 32px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.002px; /* 212.51% */
  letter-spacing: 3.2px;
}
@media (max-width: 768px) {
  #page-contact .title-area .sub-title {
    margin: 10px 0 0;
  }
}
#page-contact .content-area {
  margin: 0 auto;
  width: 740px;
}
@media (max-width: 768px) {
  #page-contact .content-area {
    width: 100%;
  }
}
#page-contact .content-area .progress-area {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #page-contact .content-area .progress-area {
    margin-bottom: 57px;
  }
}
#page-contact .content-area .progress-area .progress-item {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #99A9B0;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
}
@media (max-width: 768px) {
  #page-contact .content-area .progress-area .progress-item {
    flex-shrink: 0;
  }
}
#page-contact .content-area .progress-area .progress-item.done {
  background: #000;
}
#page-contact .content-area .progress-area .progress-line {
  height: 1px;
  width: 200px;
  background: #99A9B0;
}
@media (max-width: 768px) {
  #page-contact .content-area .progress-area .progress-line {
    width: 120px;
  }
}
#page-contact .content-area .progress-area .progress-line.done {
  background: #000;
}
#page-contact .content-area .theme-select {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page-contact .content-area .theme-select {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 60px;
  }
}
#page-contact .content-area .theme-select li input[type=radio] {
  display: none;
}
#page-contact .content-area .theme-select li input[type=radio] + label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #99A9B0;
  width: 346px;
  height: 64px;
  gap: 8px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1279px) {
  #page-contact .content-area .theme-select li input[type=radio] + label {
    width: calc(50% - 8px);
    min-width: 280px;
  }
}
@media (max-width: 768px) {
  #page-contact .content-area .theme-select li input[type=radio] + label {
    width: 100%;
    min-width: auto;
    height: 56px;
  }
}
#page-contact .content-area .theme-select li input[type=radio] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #99A9B0;
  background: #fff;
  flex-shrink: 0;
}
#page-contact .content-area .theme-select li input[type=radio]:checked + label::before {
  background: #000;
  box-shadow: 0px 0px 0px 3px #ffffff inset;
}
#page-contact .content-area .desc {
  margin-bottom: 54px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 200% */
}
#page-contact .content-area .desc label {
  display: flex;
}
@media (max-width: 768px) {
  #page-contact .content-area .desc {
    text-align: left;
  }
}
#page-contact .content-area .desc.left {
  text-align: left;
}
#page-contact .content-area .desc .bold {
  font-weight: bold;
}
#page-contact .content-area .contact-form .input-list > li:nth-of-type(n+2) {
  margin-top: 32px;
}
#page-contact .content-area .contact-form .label {
  margin-bottom: 8px;
  display: block;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.813px; /* 192.58% */
}
#page-contact .content-area .contact-form .input {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 24px;
  width: 740px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid rgba(153, 169, 176, 0.5);
  background: rgba(153, 169, 176, 0.05);
  box-shadow: 0px 0px 6px 0px rgba(153, 169, 176, 0.4);
  width: 100%;
}
@media (max-width: 768px) {
  #page-contact .content-area .contact-form .input {
    padding: 0 15px;
  }
}
#page-contact .content-area .contact-form .input.textarea {
  height: 121px;
  padding: 18px 24px;
  resize: none;
}
@media (max-width: 768px) {
  #page-contact .content-area .contact-form .input.textarea {
    padding: 18px 15px;
  }
}
#page-contact .content-area .contact-form .input-text {
  display: flex;
  align-items: center;
  padding: 0 24px;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #page-contact .content-area .contact-form .input-text {
    padding: 0 15px;
  }
}
#page-contact .content-area .contact-form .select-wrapper {
  position: relative;
}
#page-contact .content-area .contact-form .select-wrapper::after {
  border-bottom: 1px solid #99A9B0;
  border-left: 1px solid #99A9B0;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  top: 15px;
  right: 28px;
  width: 8px;
  height: 8px;
}
@media (max-width: 768px) {
  #page-contact .content-area .contact-form .select-wrapper::after {
    right: 17px;
  }
}
#page-contact .content-area .contact-form select {
  appearance: none;
}
@media (max-width: 768px) {
  #page-contact .content-area .contact-form select {
    font-size: 10px;
  }
}
#page-contact .content-area .contact-form .agree-box-area {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}
#page-contact .content-area .contact-form .agree-box-area .agree-checkbox {
  display: none;
}
#page-contact .content-area .contact-form .agree-box-area .agree-checkbox:checked + .agree-label .agree-checkbox-show {
  border-color: #EAEAEA;
  background: #EAEAEA;
}
#page-contact .content-area .contact-form .agree-box-area .agree-checkbox:checked + .agree-label .agree-checkbox-show svg {
  display: block;
}
#page-contact .content-area .contact-form .agree-box-area .agree-checkbox-show {
  width: 24px;
  height: 24px;
  border: 1px solid #99A9B0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
#page-contact .content-area .contact-form .agree-box-area .agree-checkbox-show svg {
  display: none;
}
#page-contact .content-area .contact-form .agree-box-area .agree-label {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15.687px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.813px;
  align-items: center;
  display: flex;
}
#page-contact .content-area .contact-form .agree-box-area .agree-label a {
  text-decoration: underline;
}
#page-contact .content-area .contact-form .submit-area {
  margin-top: 32px;
}
@media (max-width: 768px) {
  #page-contact .content-area .contact-form .submit-area {
    margin-top: 50px;
  }
}
#page-contact .content-area .contact-form .submit-area .btn-submit {
  border: none;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  display: flex;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 338px;
  color: #FFF;
  font-family: "SF Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #page-contact .content-area .contact-form .submit-area .btn-submit {
    width: 100%;
  }
}
#page-contact .content-area .contact-form .submit-area .btn-submit:hover {
  background: #444;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
#page-contact .content-area .btn-area {
  margin-top: 32px;
}
@media (max-width: 768px) {
  #page-contact .content-area .btn-area {
    margin-top: 50px;
  }
}
#page-contact .content-area .btn-area .btn-back {
  border: none;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  display: flex;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 338px;
  color: #FFF;
  font-family: "SF Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #page-contact .content-area .btn-area .btn-back {
    box-sizing: border-box;
    width: 100%;
  }
}
#page-contact .content-area .btn-area .btn-back:hover {
  background: #444;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
#page-contact .content-area .btn-area .btn-policy-back {
  align-items: center;
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  display: flex;
  height: 48px;
  width: 236px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15.227px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.678px; /* 142.363% */
  letter-spacing: 1.523px;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page-contact .content-area .btn-area .btn-policy-back {
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.1em;
    width: 200px;
  }
}
#page-contact .content-area .btn-area .btn-policy-back::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#page-contact .content-area .btn-area .btn-policy-back span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 0.3s ease-in-out 0.2s;
}
#page-contact .content-area .btn-area .btn-policy-back:hover::before {
  transform: translateY(100%);
}
#page-contact .content-area .btn-area .btn-policy-back:hover span {
  color: #fff;
  letter-spacing: 0.2em;
}

.btn-page-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 40px;
  bottom: 94px;
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.btn-page-top.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .btn-page-top {
    right: 4px;
    bottom: 50px;
    height: 64px;
    width: 64px;
  }
}
.btn-page-top img {
  vertical-align: top;
  width: 100%;
}

#footer {
  background-image: url(/assets/image/common/bg-footer.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  transform: translate(0, -500px);
  transition: all 0.05s linear;
}
@media (max-width: 768px) {
  #footer {
    position: static;
    transform: none;
  }
}
#footer .footer-content {
  margin: 0 auto;
  padding: 490px 0 69px;
  position: relative;
  width: 1113px;
}
@media (max-width: 768px) {
  #footer .footer-content {
    padding: 88px 0 40px;
    position: relative;
    width: 100%;
  }
}
#footer .footer-content .tokyo-to-okinawa {
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin: 0 0 28px auto;
  width: 288px;
  position: absolute;
  right: 0;
  top: 512px;
}
@media (max-width: 768px) {
  #footer .footer-content .tokyo-to-okinawa {
    position: static;
    margin: 0 auto 40px;
  }
}
#footer .footer-content .tokyo-to-okinawa .temp {
  color: #FDFDFD;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
#footer .footer-content .tokyo-to-okinawa .icon {
  display: flex;
  align-items: center;
}
#footer .footer-content .tokyo-to-okinawa .icon svg {
  vertical-align: top;
}
#footer .footer-content .tokyo-to-okinawa .txt {
  color: #FDFDFD;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
#footer .footer-content .tokyo-to-okinawa .line {
  width: 54px;
  height: 0.5px;
  background: #ffffff;
  position: relative;
}
#footer .footer-content .tokyo-to-okinawa .line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  animation: move-circle 6.4s linear infinite;
}
@keyframes move-circle {
  0% {
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  10% {
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  15% {
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  35% {
    left: 100%;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  40% {
    left: 100%;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  60% {
    left: 100%;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  65% {
    left: 100%;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  85% {
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  90% {
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
  100% {
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
  }
}
#footer .footer-content .columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #footer .footer-content .columns {
    display: block;
  }
}
#footer .footer-content .columns .column-head .logo-footer {
  width: 204px;
  height: 86px;
}
@media (max-width: 768px) {
  #footer .footer-content .columns .column-head .logo-footer {
    width: 204px;
    height: auto;
    margin: 0 auto;
  }
}
#footer .footer-content .columns .column-body {
  padding: 65px 0 0;
}
@media (max-width: 768px) {
  #footer .footer-content .columns .column-body {
    padding: 40px 0 0;
  }
}
#footer .footer-content .columns .column-body .link-list {
  display: flex;
  gap: 39px;
}
@media (max-width: 768px) {
  #footer .footer-content .columns .column-body .link-list {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto;
    width: 204px;
  }
}
@media (max-width: 768px) {
  #footer .footer-content .columns .column-body .link-list li {
    width: 50%;
  }
  #footer .footer-content .columns .column-body .link-list li:nth-of-type(1) {
    width: 100%;
  }
  #footer .footer-content .columns .column-body .link-list li:nth-of-type(n+2) {
    margin-top: 26px;
  }
}
#footer .footer-content .columns .column-body .link-list li a {
  color: #FDFDFD;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
#footer .footer-content .columns .column-body .link-list li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
#footer .footer-content .columns .column-body .link-list li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#footer .footer-content .columns .column-body .link-list li a:hover::after {
  width: 100%;
}
#footer .footer-content .sns-list {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  width: 65px;
}
@media (max-width: 768px) {
  #footer .footer-content .sns-list {
    margin: 63px auto 0;
    width: 100px;
  }
  #footer .footer-content .sns-list li {
    width: 32px;
  }
  #footer .footer-content .sns-list li svg {
    width: 32px;
    height: auto;
  }
}
#footer .footer-content .copy-area {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 52px;
  justify-content: left;
}
@media (max-width: 768px) {
  #footer .footer-content .copy-area {
    display: block;
    text-align: center;
    margin: 36px auto 0;
  }
}
#footer .footer-content .copy-area .copy {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.7px; /* 327% */
  letter-spacing: 1px;
}
#footer .footer-content .copy-area .link {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", "MS PGothic", "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*# sourceMappingURL=style.css.map */
