@font-face {
  font-family: "Futura";
  src: url(../webfonts/futura-condensed.ttf);
}
@font-face {
  font-family: "apjapanesefontk";
  src: url(../webfonts/apjapanesefontk.ttf);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
html {
  overflow-x: hidden;
  scroll-padding-top: 120px;
}
body {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow: hidden;
  color: #333;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  body {
    margin-top: 45px;
  }
}
body.home {
  margin-top: 0;
}
.post-type-archive-shohin {
  background: url(../images/common/bg01.png);
  background-size: 100%;
}
section {
  position: relative;
}
canvas {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}
img,
iframe,
video {
  max-width: 100%;
  vertical-align: middle;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: bold;
}
a,
a:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.hidden {
  display: none;
}
.hidden-sp {
  display: none;
}
@media only screen and (min-width: 992px) {
  .hidden-sp {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-pc {
    display: none;
  }
}
.sp-only {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
}
.img-wrap {
  position: relative;
}
.img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.container,
.container_pc,
.container02,
.container03,
.container04 {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container,
.container_pc {
  max-width: 1166px;
}
.container02 {
  max-width: 1375px;
}
.container03 {
  max-width: 1080px;
}
.container04 {
  max-width: 1430px;
}
@media screen and (max-width: 1199px) {
  .container,
  .container_pc,
  .container02,
  .container03 {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 991px) {
  .container,
  .container02,
  .container03 {
    padding: 0 0.8rem;
  }
  .container_pc,
  .container02_pc {
    padding: 0;
  }
}
.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
header {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 17px 100px 20px 75px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  color: #001b37;
}
@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 45px;
    padding: 0 0 0 30px;
  }
}
.header.is-white .h-global-nav a {
  color: #fff;
}
.header a {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}
.h-logo {
  font-size: 0;
  z-index: 11;
}
.h-logo img {
  width: 147px;
  aspect-ratio: 147/26;
  height: auto;
}
@media screen and (max-width: 991px) {
  .h-logo img {
    aspect-ratio: 170/30;
    width: 170px;
  }
}
.h-logo img:nth-child(1) {
  display: block;
}
.h-logo img:nth-child(2) {
  display: none;
}
.header.is-white .h-logo img:nth-child(1) {
  display: none;
}
.header.is-white .h-logo img:nth-child(2) {
  display: block;
}
.h-global-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
.h-global-nav > ul > li {
  padding-bottom: 7px;
}
.h-global-nav > ul > li > a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #001b37;
}
.header.is-white .h-global-nav > ul > li > a {
  color: #fff;
}
.header.is-white .h-global-nav > ul > li > a.header__about {
  color: #c69c6d;
}
.h-global-nav > ul > li > a:hover {
  opacity: 0.7;
}
.h-global-nav > ul > li > a:hover:before {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .h-global-nav {
    width: 100%;
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    overflow-y: scroll;
    padding: 90px 20px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #001b37;
  }
  .h-global-nav > ul > li {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    width: 100%;
    padding-bottom: 0;
  }
  .h-global-nav > ul > li > a {
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.hamburger-menu {
  position: absolute;
  top: 70px;
  right: 0;
  background: hsla(0, 0%, 80%, 0.9);
  padding: 20px 50px 20px 20px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.is-visible .hamburger-menu {
  visibility: visible;
  opacity: 1;
}
.hamburger-menu a {
  color: #231815;
}
.hamburger-menu > div:not(:last-child) {
  margin-right: 10px;
}
.hamburger-menu > div > h3,
.hamburger-menu > div > .head {
  font-size: 20px;
  margin-bottom: 4px;
}
.hamburger-menu > div > li {
  line-height: 1;
}
.hamburger-menu > div > li:not(:last-child) {
  margin-bottom: 34px;
}
.hamburger-menu > div > h3:not(:first-child),
.hamburger-menu > div > .head:not(:first-child),
.hamburger-menu-links {
  margin-top: 45px;
}
.hamburger-menu > div li a {
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.hamburger-menu > div li ul {
  margin-top: 10px;
}
.hamburger-menu > div li ul > li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .hamburger-menu {
    top: 45px;
    padding: 20px 10px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hamburger-menu > div {
    width: 49%;
  }
  .hamburger-menu > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hamburger-menu > div > h3,
  .hamburger-menu > div > .head {
    font-size: 16px;
  }
  .hamburger-menu > div > h3:not(:first-child),
  .hamburger-menu > div > .head:not(:first-child),
  .hamburger-menu-links {
    margin-top: 20px;
  }
  .hamburger-menu > div > ul > li {
    line-height: 1;
  }
  .hamburger-menu > div > ul > li:not(:last-child) {
    margin-bottom: 3px;
  }
  body.is-visible {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  body.is-visible .h-global-nav {
    position: fixed;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
}
.burger {
  display: block;
  z-index: 15;
  width: 55px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 10px;
  right: 30px;
  cursor: pointer;
  position: absolute;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .burger {
    width: 43px;
    height: 32px;
    top: 7px;
    right: 14px;
  }
}
.burger__border {
  position: relative;
  width: 100%;
  height: 20px;
}
@media screen and (max-width: 991px) {
  .burger__border {
    height: 12px;
  }
}
.burger__border > div {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background: #231815;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 991px) {
  .burger__border > div {
    height: 0.7px;
  }
}
.header.is-white .burger__border > div {
  background: #fff;
}
.burger__border > div:nth-child(1) {
  top: 0;
}
.burger__border > div:nth-child(2) {
  top: 50%;
}
.burger__border > div:nth-child(3) {
  top: 100%;
}
.burger.is-open .burger__border div {
  top: 50%;
  left: 50%;
}
.burger.is-open .burger__border div:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.burger.is-open .burger__border div:nth-child(2) {
  opacity: 0;
}
.burger.is-open .burger__border div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.footer {
  background: url(../images/common/black_bg.png);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  padding-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 100px;
  }
}
#footer .page-top__container {
  position: relative;
  padding-top: 70px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #footer .page-top__container {
    height: 54px;
  }
}
#footer .page-top__container::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: -1;
  -webkit-mask-image: radial-gradient(
    ellipse 240px 120px at 50% 100%,
    transparent 0,
    transparent 119px,
    #000 120px
  );
  mask-image: radial-gradient(
    ellipse 100px 93px at 50% 125%,
    transparent 0,
    transparent 91px,
    #000 93px
  );
}
@media screen and (max-width: 991px) {
  #footer .page-top__container::before {
    -webkit-mask-image: radial-gradient(
      ellipse 83px 73px at 50% 125%,
      transparent 0,
      transparent 71px,
      #000 74px
    );
    mask-image: radial-gradient(
      ellipse 83px 73px at 50% 125%,
      transparent 0,
      transparent 71px,
      #000 74px
    );
    height: 54px;
  }
}
#footer .page-top__button {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 40px 60px 10px 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 991px) {
  #footer .page-top__button {
    padding: 30px 25px 8px 25px;
  }
}
#footer .page-top__button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}
#footer .area__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
  margin-top: 65px;
}
@media screen and (max-width: 991px) {
  #footer .area__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 7px;
    padding-inline: 15px;
  }
}
#footer .area__title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  #footer .area__title {
    font-size: 24px;
  }
}
#footer .area__title--small {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  #footer .area__title--small {
    font-size: 17px;
  }
}
#footer .area__container {
  max-width: 760px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 75px;
}
@media screen and (max-width: 991px) {
  #footer .area__container {
    max-width: 426px;
    margin-top: 6px;
    padding-inline: 5px;
  }
}
#footer .area__map {
  width: 362px;
  aspect-ratio: 362/460;
  height: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  #footer .area__map {
    width: 47%;
    aspect-ratio: 190/287;
  }
}
#footer .area__details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  #footer .area__details {
    width: 50%;
  }
}
#footer .area__items {
  position: absolute;
}
@media screen and (max-width: 991px) {
  #footer .area__items {
    position: static;
    display: block;
  }
}
#footer .area__name {
  font-size: 24px;
  font-weight: 600;
  color: #dab161;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  #footer .area__name {
    font-size: clamp(10px, 3.7333333333vw, 14px);
  }
}
@media screen and (max-width: 430px) {
  #footer .area__name .--small {
    font-size: 10px;
  }
}
#footer .area__access {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 991px) {
  #footer .area__access {
    font-size: min(10px, 2.6666666667vw);
  }
}
#footer .area__time {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 991px) {
  #footer .area__time {
    font-size: min(10px, 2.6666666667vw);
  }
}
#footer .area__items.item01 {
  top: 30px;
  left: 20px;
}
@media screen and (max-width: 991px) {
  #footer .area__items.item01 {
    margin-top: 11.6%;
  }
}
#footer .area__items.item02 {
  top: 145px;
  left: 20px;
}
@media screen and (max-width: 991px) {
  #footer .area__items.item02 {
    margin-top: 3%;
  }
}
#footer .area__items.item03 {
  bottom: 53px;
  left: 20px;
}
@media screen and (max-width: 991px) {
  #footer .area__items.item03 {
    margin-top: 5.5%;
  }
}
#footer .footer-nav {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav {
    margin-top: 45px;
  }
}
#footer .footer-nav__inner {
  max-width: 1165px;
  margin-inline: auto;
  padding-inline: 20px;
}
#footer .footer-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
}
#footer .footer-nav__logo {
  width: 23%;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
}
#footer .footer-nav__logo .footer__logo {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__logo .footer__logo {
    width: 74%;
    max-width: 300px;
    display: block;
    margin-inline: auto;
  }
}
#footer .footer-nav__text01 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8461538462;
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__text01 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
}
#footer .footer-nav__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-left: 5px;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__icons {
    margin-top: 20px;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
  }
}
#footer .footer-nav__icons .icon01 {
  width: 34px;
  aspect-ratio: 1;
  height: auto;
}
#footer .footer-nav__icons .icon02 {
  width: 36px;
  aspect-ratio: 1;
  height: auto;
}
#footer .footer-nav__icons .icon03 {
  width: 30px;
  aspect-ratio: 30/37;
  height: auto;
}
#footer .footer-nav__icons .icon04 {
  width: 42px;
  height: auto;
}
#footer .footer-nav__contact {
  width: 24%;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__contact {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__contact-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-nav__contact-container {
    margin-inline: auto;
  }
}
#footer .footer-nav__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  padding-right: 10px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__title {
    font-size: 18px;
    padding-bottom: 0;
    padding-inline: 3px 0;
    border-bottom: none;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 0.8em);
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9999px;
    height: 1px;
    background-color: #fff;
  }
}
#footer .footer-nav__text02 {
  padding-left: 23px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 25px;
  display: block;
  position: relative;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__text02 {
    margin-top: 10px;
  }
}
#footer .footer-nav__text02::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
}
#footer .footer-nav__text02.--access::before {
  width: 11px;
  height: 18px;
  top: 2px;
  left: 6px;
  background: url(../images/common/footer_access.png) center/cover;
}
#footer .footer-nav__text02.--tel::before {
  width: 15px;
  height: 11px;
  background: url(../images/common/footer_tel.png) center/cover;
}
#footer .footer-nav__text02.--mail::before {
  width: 18px;
  height: 12px;
  background: url(../images/common/footer_mail.png) center/cover;
}
#footer .footer-nav__sitemap {
  width: 34%;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__sitemap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 0px;
  }
}
#footer .footer-nav__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__groups {
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 7%;
  }
}
@media screen and (max-width: 420px) {
  #footer .footer-nav__groups {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#footer .footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
#footer .footer-nav__list {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#footer .footer-nav__list.--child {
  padding-left: 1em;
}
#footer .footer-nav__list.--large {
  font-size: 15px;
}
#footer .footer-nav__area {
  width: 17%;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
#footer .footer-nav__text03 {
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition:
    opacity 0.3s,
    background-color 0.3s;
  transition:
    opacity 0.3s,
    background-color 0.3s;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  #footer .footer-nav__text03 {
    margin-top: 15px;
    padding: 8px 28px;
    font-size: 12px;
  }
}
#footer .footer-nav__text03:hover {
  opacity: 0.85;
  background-color: rgba(255, 255, 255, 0.08);
}
#footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  #footer
  .footer,
.footer a {
  color: #fff;
}
.footerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 37px 50px 95px 16px;
}
.page-id-14 .footerFlex {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .footerFlex {
    padding: 30px 0 10px;
  }
}
.f-info {
  position: relative;
  width: 34%;
  padding-top: 8px;
}
.f-info h3,
.f-info .headline {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-left: 39px;
  margin-bottom: 41px;
}
.f-logo {
  margin-bottom: 53px;
}
.f-logo img {
  width: 430px;
}
.f-info-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 44px;
  margin-left: 30px;
}
.f-info-sns > li:not(:last-child) {
  margin-right: 65px;
}
.f-info-sns > li img {
  width: 51px;
}
.f-info-address {
  text-align: center;
  font-size: 19px;
}
.f-info-tel {
  text-align: center;
  font-size: 26px;
}
.f-info-map {
  text-align: center;
  margin-top: 10px;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.f-info-map a {
  background: #f2c81f;
  padding: 5px 80px;
  text-align: center;
  color: #231815 !important;
  display: inline-block !important;
  font-weight: bold;
}
.f-info-map img {
  height: 23px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .f-info {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .f-info:before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }
  .f-info h3,
  .f-info .headline {
    margin-left: 0;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .f-info p {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .f-logo {
    text-align: center;
    margin-right: 0;
    margin: 0 auto 40px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .f-logo img {
    width: 300px;
    vertical-align: bottom;
  }
  .f-info-address {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .f-info-sns {
    margin-left: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .f-info-sns li {
    text-align: center;
  }
  .f-info-sns > li:not(:last-child) {
    margin-right: 30px;
  }
  .f-info-sns li .f-info-sns-txt {
    width: 93px;
    margin-top: 7px;
  }
  .f-info-tel {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 10px;
    font-size: 22px !important;
  }
  .f-info-holiday {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
.f-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 63%;
}
.f-navi > div:nth-child(1) {
  margin-right: 96px;
}
.f-navi > div:nth-child(2) {
  margin-right: 23px;
}
.f-navi-list {
  padding-left: 16px;
  padding-top: 2px;
  border-left: 1px solid #fff;
}
.f-navi-list > h3,
.f-navi-list > .headline {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.f-navi-list > ul {
  padding-left: 15px;
}
.f-navi-list > li {
  line-height: 1;
}
.f-navi-list > li:not(:last-child) {
  margin-bottom: 34px;
}
.f-navi-list > h3:not(:first-child),
.f-navi-list > .headline:not(:first-child) {
  margin-top: 45px;
}
.f-navi-list li a {
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.f-navi-list li ul {
  margin-top: 10px;
}
.f-navi-list li ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.f-navi-links {
  margin-top: 56px;
}
@media screen and (max-width: 1199px) {
  .f-navi > div:nth-child(1),
  .f-navi > div:nth-child(2) {
    margin-right: 15px;
  }
  .f-navi-list {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .f-navi {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .f-navi-list {
    width: 100%;
  }
  .f-navi-list:not(:last-child) {
    margin-right: 0;
  }
  .f-navi-list > li {
    border-bottom: 1px solid #555;
  }
  .f-navi-list > li a {
    padding: 24px 0;
    display: block;
  }
  .f-navi-list > li:not(:last-child) {
    margin-bottom: 0;
  }
  .f-navi-list > li > a,
  .f-navi-list li ul {
    padding-right: 22px;
  }
  .f-navi-list > li > a:after {
    position: absolute;
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgNyAxMyIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTAuNSAxTDYgNi41TDAuNSAxMiIgc3Ryb2tlPSJ3aGl0ZSIvPjwvc3ZnPg==");
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.f-nav-sp > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dashed #fff;
}
.f-nav-sp > ul > li {
  width: 50%;
  border-bottom: 1px dashed #fff;
}
.f-nav-sp > ul > li:nth-child(odd) {
  border-right: 1px dashed #fff;
}
.f-nav-sp > ul > li a {
  color: #fff;
  position: relative;
  display: block;
  padding: 15px 10px;
}
.f-nav-sp > ul > li a:before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow05.png) center/cover;
  width: 70px;
  height: 10px;
  bottom: 10px;
  right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.copyright {
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #888;
}
@media screen and (max-width: 991px) {
  .copyright {
    margin-top: 50px;
  }
}
.fixe-bnr {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 1;
  width: 55px;
}
.fixe-bnr a {
  display: block;
}
.fixe-bnr a:hover {
  opacity: 0.7;
}
.fixe-bnr a:not(:last-child) {
  margin-bottom: 10px;
}
.fixe-bnr img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .fixe-bnr {
    width: 40px;
  }
}

.float-nav--sp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.float-nav--sp .float-nav__buttons {
  display: grid;
  grid-template-columns: minmax(0, 236fr) minmax(0, 236fr) minmax(0, 90fr);
  gap: 8px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.25);
}
.float-nav--sp a {
  display: block;
  line-height: 0;
}
.float-nav--sp a:hover {
  opacity: 0.85;
}
.float-nav--sp img {
  width: 100%;
  height: auto;
  display: block;
}
.float-nav--sp .float-nav__banner {
  margin: 0;
  padding: 4px;
  background: #8d0707;
  color: #fff;
  font-family: "Noto Serif JP", "Zen Old Mincho", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.4;
}

.f-box01 {
  padding-top: 30px;
  font-size: 20px;
}
.f-box01 h2 {
  text-align: center;
  font-size: 39px;
  margin-bottom: 40px;
  font-weight: 500;
}
.f-box01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.f-box01-txt01 > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f-box01-txt01 > dl dt {
  min-width: 140px;
}
.f-box01-logo {
  text-align: center;
  margin-bottom: 30px;
}
.f-box01-logo img {
  width: 360px;
}
.f-box01-btn {
  margin-bottom: 40px;
}
.f-box01-btn a {
  color: #231815;
}
.f-tel {
  text-align: center;
}
.f-tel img {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .f-box01 {
    font-size: 12px;
  }
  .f-box01 h2 {
    font-size: 18px;
  }
  .f-box01-txt01 > dl {
    margin-bottom: 10px;
  }
  .f-box01-txt01 > dl dt {
    min-width: 90px;
  }
  .f-box01-logo img {
    width: 260px;
  }
}
.lp-bnr {
  padding: 56px 89px 60px;
  background: #fff;
}
.lp-bnr img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
}
.lp-bnr .breadcrumb {
  margin-bottom: 78px;
  position: relative;
}
.breadcrumb a {
  font-family: "Noto Sans JP", serif;
}
.post-type-archive-shohin .lp-bnr {
  margin-bottom: 87px;
}
@media screen and (max-width: 991px) {
  .single-case .lp-bnr .breadcrumb,
  .archive .lp-bnr .breadcrumb {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lp-bnr {
    padding: 10px 10px 70px;
  }
  .single-event .lp-bnr {
    padding: 50px 10px 60px;
  }
  .archive .lp-bnr,
  .single-case .lp-bnr {
    padding: 10px 10px 20px;
  }
}
.lp-bnr-image img {
  width: 100%;
}
.lp-bnr-image .breadcrumb {
  margin-top: 20px;
}
.pageTitle {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  font-family: "Yu Mincho", YuMincho, "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}
.pageTitle img {
  width: 100%;
  height: 409px;
  -o-object-fit: cover;
  object-fit: cover;
}
.pageTitle__text {
  color: #fff;
  text-align: center;
  color: #001b37;
  position: relative;
}
.pageTitle__text:before {
  position: absolute;
  content: "";
  background: #001b37;
  width: 350px;
  height: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pageTitle__text h1,
.pageTitle__text div.ja {
  font-family: inherit;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}
.pageTitle__text p {
  position: relative;
  font-size: 79px;
  font-weight: 400;
  opacity: 0.1;
  font-family: inherit;
  line-height: 1;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.pageTitle__sub-text {
  text-align: center;
  margin-top: 30px;
  font-size: 28.5px;
  font-weight: 500;
  font-family: inherit;
}
.pageTitle__sub-text.c1 {
  color: #e18322;
}
.pageTitle__sub-text.c2 {
  color: #001b37;
}
.pageTitle__sub-text.t1 {
  font-size: 20px;
}
.pageTitle__text.t1 {
  padding-bottom: 5px;
}
.pageTitle__text.t1 h1 {
  line-height: 2;
}
.pageTitle__text.t1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .postid-172 .pageTitle__text h1 {
    font-size: 24px;
  }
}
.pageTitle__text.white {
  color: #fff;
}
.pageTitle__text.white:before {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pageTitle__text:before {
    padding-bottom: 0;
    bottom: -30px;
    width: 120px;
    height: 2px;
  }
  .pageTitle__text h1,
  .pageTitle__text div.ja {
    font-size: 26px;
    margin-bottom: 0;
  }
  .pageTitle__text p {
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 0;
  }
  .pageTitle__sub-text {
    margin-top: 50px;
  }
  .pageTitle__sub-text,
  .pageTitle__sub-text.t1 {
    font-size: 15px;
  }
}
.pageTitle__sub-text02 {
  text-align: center;
  margin-top: 30px;
  font-size: 35px;
  font-weight: 500;
  color: #001b37;
  font-family: inherit;
}
.pageTitle__sub-text02.c1 {
  color: #e18322;
}
.pageTitle__sub-text02 b {
  font-size: 70px;
  line-height: 0.7;
  font-weight: 600;
}
.pageTitle__sub-text02 span {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}
.pageTitle__sub-text02 span::before,
.pageTitle__sub-text02 span::after {
  content: "";
  width: 4px;
  height: 70px;
  background: #001b37;
  position: absolute;
  top: 0;
}
.pageTitle__sub-text02 span::before {
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
  left: 0;
}
.pageTitle__sub-text02 span::after {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  right: 0;
}
@media screen and (max-width: 767px) {
  .pageTitle__sub-text02 {
    font-size: 20px;
    margin-top: 50px;
  }
  .pageTitle__sub-text02 b {
    font-size: 36px;
  }
  .pageTitle__sub-text02 span::before,
  .pageTitle__sub-text02 span::after {
    width: 3px;
  }
  .pageTitle__sub-text02 span::before {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  .pageTitle__sub-text02 span::after {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .pageTitle__sub-text02 span {
    padding: 0 30px;
  }
}
.pageTitle__sub-text03 {
  position: relative;
  text-align: center;
  margin-top: 40px;
  font-size: 35px;
  color: #e18322;
  font-weight: 600;
  font-family: inherit;
}
.pageTitle__sub-text03 span::before,
.pageTitle__sub-text03 span::after {
  content: "";
  width: 4px;
  height: 71px;
  background: #001b37;
  position: absolute;
  bottom: -4px;
}
.pageTitle__sub-text03 span::before {
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
  left: 0;
}
.pageTitle__sub-text03 span::after {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  right: 0;
}
.pageTitle__sub-text03 span {
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pageTitle__sub-text03 {
    font-size: 20px;
    margin-top: 50px;
  }
  .pageTitle__sub-text03 span::before,
  .pageTitle__sub-text03 span::after {
    width: 2px;
    height: 30px;
  }
  .pageTitle__sub-text03 span {
    padding: 0 15px;
  }
}
.breadcrumb {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 10px;
  }
}
.layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout01-column1 {
  width: 68%;
}
.layout01-column2 {
  width: 27%;
}
@media screen and (max-width: 991px) {
  .layout01-column1 {
    width: 100%;
  }
  .layout01-column2 {
    width: 100%;
  }
}
#content-full {
  min-height: 250px;
  padding: 0 0 113px;
  position: relative;
}
.post-type-archive-event #content-full,
.post-type-archive-case #content-full,
.category-blog #content-full,
.page-id-102 #content-full,
.page-id-12 #content-full,
.page-id-189 #content-full,
.page-id-100 #content-full,
.page-id-10 #content-full,
.single-shohin #content-full,
.page-id-189 #content-full {
  padding: 0;
}
.page-id-497 #content-full,
.page-id-176 #content-full,
.page-id-180 #content-full,
.page-id-14 #content-full,
.single-event #content-full {
  padding: 0 0 1px;
}
.red {
  color: #d82200;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 input[type="checkbox"] {
  border: none;
  background: #e6e6e5;
  font-size: 18px;
  vertical-align: middle;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
  min-height: 55px;
  padding: 10px 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 19px;
}
.wpcf7 textarea {
  display: block;
  height: 230px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  min-width: 542px;
}
.wpcf7 input[type="date"],
.wpcf7 select {
  height: 43px;
  padding: 5px 20px;
  height: 38px;
  cursor: pointer;
  background: #fff;
  border: 1px solid;
}
.wpcf7 .select {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.wpcf7 .select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7 .select::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-top: 16px solid #000;
  pointer-events: none;
}
.wpcf7 input[type="checkbox"] {
  cursor: pointer;
  background: #fff;
  width: 17px;
  height: 17px;
}
.wpcf7 input[type="radio"] {
  cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {
  color: #fff;
}
.wpcf7-previous {
  margin-right: 20px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"],
.wpcf7 button {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  padding: 17px 10px;
  color: #fff;
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: none;
  background: #001b37;
  border-radius: 100px;
  font-size: 16px;
  width: 270px;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover,
.wpcf7 button:hover {
  opacity: 0.7;
}
.wpcf7-spinner {
  position: absolute !important;
}
.wpcf7-radio {
  margin-left: 10px;
}
.wpcf7-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #333;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: relative;
}
.wpcf7-radio input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7-radio > span,
.wpcf7-checkbox > span {
  margin-left: 0;
}
.wpcf7-radio > span:not(:last-child) {
  margin-right: 45px;
}
@media screen and (max-width: 991px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    font-size: 15px;
  }
  .wpcf7-radio {
    margin-left: 0;
  }
  .wpcf7-radio > span {
    display: block;
  }
  .wpcf7-radio > span:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type="checkbox"] {
    width: 15px;
    height: 15px;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"] {
    min-height: 43px;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    min-width: auto;
    width: 100%;
  }
}
.contact__text {
  color: #fff;
  text-align: center;
}
.contact__text img {
  width: 71px;
  margin-bottom: 21px;
}
.contact__text h3 {
  font-size: 39px;
}
.contact__form {
  width: 100%;
  margin: 21px auto 80px;
  background: #fff;
  padding: 33px 43px 50px;
}
.contact__form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.contact__form dl:not(:last-child) {
  margin-bottom: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #231815;
}
.contact__form dl dt {
  width: 25%;
}
.contact__form .required {
  color: #ab272c;
  border: 1px solid;
  padding: 2px 10px;
  font-size: 20px;
  line-height: 1;
  border-radius: 100px;
  margin-left: 20px;
}
.contact__form dl dd {
  width: 73%;
}
.wpcf7-checkbox > span:not(:last-child) {
  margin-right: 40px;
  margin-bottom: 20px;
}
.privacyLink {
  text-decoration: underline;
  display: inline-block;
  line-height: 1;
  margin-left: 28px;
}
.contact__button {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 380px;
  min-height: 64px;
}
.contact__button:before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow04.png) center/cover;
  width: 124px;
  height: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.contact__button:after {
  position: absolute;
  content: "";
  background: url(../images/common/button_img01.png) center/cover;
  width: 98px;
  height: 128px;
  top: -100px;
  left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact__button input[type="submit"],
.contact__button input[type="button"],
.contact__button button {
  padding: 5px 164px 5px 44px;
  border-radius: 100px;
  background: #fccf00;
  border: 2px solid #fccf00;
  z-index: 1;
  color: #19191a;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  width: 380px;
  min-height: 64px;
}
.contact__button input[type="submit"]:hover {
  opacity: 1;
  background: #fff;
  color: #231815;
  border-color: #fff;
}
@media screen and (max-width: 991px) {
  .contact__button {
    font-size: 15px;
  }
  .contact__button,
  .contact__button input[type="submit"] {
    width: 310px;
    min-height: 55px;
  }
}
.contact__button br {
  display: none;
}
.contact__button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .contact__form .required {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact__form {
    width: 100%;
  }
  .contact__form dl {
    padding: 0;
  }
  .contact__form dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact__form dl dd {
    width: 100%;
  }
  .contact__form dl dt p {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact__form .required {
    margin-left: 10px;
  }
  .contact__button input {
    width: 100%;
  }
  .wpcf7-previous {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.wpcf7 input[name="post_title"] {
  background: none;
  padding: 0;
  min-height: auto;
  min-width: auto;
}
.color01 {
  color: #001b37;
}
.color02 {
  color: #ec6600;
}
.p_01 {
  font-size: 21.5px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.bg01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(-20deg, #e9e8e8, #e9e8e8 3px, #fff 1px, #fff 7px);
  z-index: -1;
}
.bg02 {
  background: url(../images/common/bg01.png);
  background-size: 100%;
}
.bg03 {
  background: url(../images/common/bg02.png);
  background-size: 100%;
}
.table01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  text-align: left;
}
.table01 th,
.table01 td {
  padding: 10px;
  border: 1px solid #573329;
}
.table01 th:nth-child(1),
.table01 th:nth-child(4) {
  width: 100px;
}
.table01 th {
  background: #081b34;
  color: #fff;
  font-size: 17px;
}
.table01 td {
  font-size: 30px;
}
.table01 td.t1 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .table01 th:nth-child(1),
  .table01 th:nth-child(4) {
    width: 70px;
  }
  .table01 th {
    font-size: 11px;
  }
  .table01 td {
    font-size: 20px;
  }
  .table01 td.t1 {
    font-size: 16px;
  }
  .table01 .sp-only {
    display: table-row !important;
  }
}
.table02 {
  width: 100%;
  table-layout: fixed;
  background: #fff;
  text-align: left;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 20px;
}
.table02 th,
.table02 td {
  padding: 10px;
  text-align: center;
}
.table02 th {
  background: #081b34;
  color: #fff;
}
.table02 tr:nth-child(even) td:nth-child(even) {
  background: #b3b3b3;
}
.table02 tr:nth-child(odd) td:nth-child(odd) {
  background: #e6e6e6;
}
.table02 tr td:nth-child(3) {
  background: #f2cf27 !important;
}
.table02 tr:first-child th:first-child {
  width: 189px;
}
@media screen and (max-width: 767px) {
  .table02 {
    font-size: 12px;
  }
  .table02 tr:first-child th:first-child {
    width: 75px;
  }
  .table02 th {
    padding: 6px;
  }
  .table02 td {
    padding: 10px 6px;
  }
}
.title01 h3,
.title01 .title {
  font-size: 67px;
  font-weight: 700;
  letter-spacing: 14px;
  color: #231815;
  line-height: 1;
}
.title01.white h3,
.title01.white .title {
  color: #fff;
}
.title01 .t1 {
  font-size: 53px;
  letter-spacing: 7.2px;
  position: relative;
  top: -5px;
  margin-left: 23px;
}
.title01 .t1 b {
  font-size: 77px;
  line-height: 0;
  margin-left: 19px;
  margin-right: 14px;
}
@media screen and (max-width: 1199px) {
  .title01 h3,
  .title01 .title {
    font-size: 55px;
  }
  .title01 .t1 {
    font-size: 40px;
  }
  .title01 .t1 b {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .title01 {
    width: 100%;
  }
  .title01 h3,
  .title01 .title {
    font-size: 36px;
    letter-spacing: 6px;
  }
  .title01 .t1 {
    display: block;
    font-size: 30px;
    margin-left: 0;
    margin-top: 40px;
    top: 0;
    letter-spacing: 4px;
  }
  .title01 .t1 b {
    font-size: 40px;
    margin: 0 4px;
  }
}
.title02 {
  text-align: center;
  font-size: 45px;
  letter-spacing: 14px;
}
.title02 h2 {
  display: inline-block;
  position: relative;
  padding: 0 85px;
}
.title02 h2:before,
.title02 h2:after {
  content: "";
  width: 1px;
  height: 93px;
  background: #001b37;
  position: absolute;
  top: 50%;
}
.title02 h2:before {
  -webkit-transform: rotate(-25deg) translate(0, -50%);
  transform: rotate(-25deg) translate(0, -50%);
  left: 0;
}
.title02 h2:after {
  -webkit-transform: rotate(25deg) translate(0, -50%);
  transform: rotate(25deg) translate(0, -50%);
  right: 0;
}
@media screen and (max-width: 991px) {
  .title02 {
    font-size: 30px;
    letter-spacing: 10px;
  }
  .title02 h2 {
    padding: 0 30px;
  }
  .title02 h2:before,
  .title02 h2:after {
    height: 60px;
  }
}
.title03 {
  background: #001b37;
  padding: 10px 10px 15px 55px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
  margin-bottom: 10px;
  position: relative;
}
.title03 > p {
  font-size: 55px;
  font-weight: bold;
  margin-right: 60px;
  line-height: 1;
  letter-spacing: 10px;
}
.title03 > h2 {
  font-size: 25px;
}
.title03-txt01 {
  font-size: 24px;
  opacity: 0.6;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 767px) {
  .title03 > h2 {
    font-size: 18px;
  }
  .title03 > p {
    margin-right: 0;
    font-size: 35px;
    letter-spacing: 6px;
    margin-bottom: 4px;
  }
  .title03-txt01 {
    top: 15px;
    -webkit-transform: none;
    transform: none;
  }
}
.title04 {
  text-align: center;
  margin-bottom: 20px;
}
.title04 h2 {
  background: #001b37;
  padding: 7px 20px 13px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 55px;
  line-height: 1;
}
.title04 h2 img {
  height: 85px;
  position: absolute;
  left: -90px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .title04 h2 {
    padding: 6px 11px 10px;
    font-size: 30px;
  }
  .title04 h2 img {
    height: 50px;
    left: -55px;
    top: 40%;
  }
}
.title05 {
  padding: 25px 0 40px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.title05 h2 {
  font-size: 40px;
  color: #1d2b53;
  margin-bottom: 2px;
}
.title05 p {
  color: #001b37;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .title05 {
    padding: 25px 0 20px;
    margin-bottom: 10px;
  }
  .title05 h2 {
    font-size: 28px;
  }
  .title05 p {
    font-size: 17px;
  }
}
.sideTitle01 {
  position: absolute;
  top: 40px;
  right: 15px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0.6;
  font-size: 36px;
}
.sideTitle01-left {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sideTitle01 {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 20px;
  }
  .sideTitle01-left {
    right: auto;
    left: 0;
  }
}
.text01 {
  font-size: 39.7px;
  font-weight: 700;
  color: #fccf00;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .text01 {
    font-size: 19px;
  }
}
.text02 {
  text-align: center;
  margin-bottom: 37px;
}
.text02 span {
  display: inline-block;
  font-size: 43.5px;
  position: relative;
  padding: 0 50px;
  color: #001b37;
}
.text02 span::before,
.text02 span::after {
  content: "";
  width: 5px;
  height: 65px;
  background: #001b37;
  position: absolute;
  top: 0;
}
.text02 span::before {
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
  left: 0;
}
.text02 span::after {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  right: 0;
}
.text02.yellow span {
  color: #fccf00;
}
.text02.yellow span::before,
.text02.yellow span::after {
  background: #fccf00;
}
@media screen and (max-width: 1199px) {
  .text02 span {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  .text02 {
    width: 90%;
    margin: 0 auto 20px;
  }
  .text02 span {
    font-size: 15px;
    padding: 0 7px;
  }
  .text02 span::before,
  .text02 span::after {
    width: 2px;
    top: 50%;
    height: 50px;
  }
  .text02 span::before {
    -webkit-transform: rotate(-26deg) translate(0, -50%);
    transform: rotate(-26deg) translate(0, -50%);
  }
  .text02 span::after {
    -webkit-transform: rotate(26deg) translate(0, -50%);
    transform: rotate(26deg) translate(0, -50%);
  }
}
.text03 {
  text-align: center;
  margin-bottom: 78px;
}
.text03 h3 {
  position: relative;
  display: inline-block;
  font-size: 47px;
  color: #001b37;
}
.text03 h3::before,
.text03 h3::after {
  content: "";
  width: 4px;
  height: 81px;
  background: #001b37;
  position: absolute;
  top: 0;
}
.text03 h3::before {
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
  left: 0;
}
.text03 h3::after {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  right: 0;
}
.text03 h3 span {
  padding: 0 5px;
  position: relative;
  margin: 0 40px;
  display: inline-block;
}
.text03 h3 span:before {
  position: absolute;
  content: "";
  background: #f1c71d;
  width: 100%;
  height: 28px;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
.text03 h3.border-none span:before {
  display: none;
}
.text03.white h3 {
  color: #fff;
}
.text03.white h3::before,
.text03.white h3::after {
  background: #fff;
}
@media screen and (max-width: 991px) {
  .text03 h3 {
    font-size: 37px;
  }
  .text03 h3 span:before {
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .text03 h3 {
    font-size: 16px;
  }
  .text03 h3::before,
  .text03 h3::after {
    width: 2px;
    height: 30px;
  }
  .text03 h3 span {
    margin: 0 10px;
  }
}
.text04 {
  text-align: center;
  margin-bottom: 78px;
}
.text04 h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #001b37;
}
.text04 h3::before,
.text04 h3::after {
  content: "";
  width: 4px;
  height: 60px;
  background: #001b37;
  position: absolute;
  top: -15px;
}
.text04 h3::before {
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
  left: 0;
}
.text04 h3::after {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  right: 0;
}
.text04 h3 span {
  padding: 0 5px;
  position: relative;
  margin: 0 40px;
}
.text04 h3 span:before {
  position: absolute;
  content: "";
  background: #f1c71d;
  width: 100%;
  height: 35%;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
.text04 h3.border-none span:before {
  display: none;
}
@media screen and (max-width: 991px) {
  .text04 h3 {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  .text04 h3 {
    font-size: 16px;
  }
  .text04 h3::before,
  .text04 h3::after {
    width: 2px;
    height: 25px;
    top: -5px;
  }
  .text04 h3 span {
    margin: 0 10px;
  }
}
.text05 {
  text-align: center;
}
.text05 h3 {
  font-size: 42px;
}
.text05 small {
  font-size: 13.3px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .text05 {
    position: relative;
  }
  .text05 h3 {
    font-size: 24px;
  }
  .text05 p {
    position: absolute;
    right: 0;
    width: 44%;
    top: -100px;
    text-align: left;
  }
  .text05 small {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
  }
}
.button01 a {
  border: 2px solid #1a1a1a;
  background: #fff;
  padding: 13px 51px 13px 17px;
  font-size: 23px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.button01 a:before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow02.png) center/cover;
  width: 33px;
  height: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button01 a:hover {
  background: #fccf00;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .button01 a {
    font-size: 15px;
  }
}
.button02 {
  text-align: right;
}
.button02 a {
  font-size: 15px;
  position: relative;
  padding-bottom: 1px;
  display: inline-block;
  padding-right: 69px;
  font-weight: bold;
  text-wrap-mode: nowrap;
}
.button02 a:before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow03.png) right/cover;
  width: 172px;
  height: 15px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .button02 a {
    font-size: 13px;
    padding-right: 50px;
  }
  .button02 a:before {
    width: 140px;
    height: 12px;
  }
}
.button03 a {
  border: 2px solid #1a1a1a;
  background: #fff;
  padding: 5px 164px 5px 44px;
  font-size: 22.7px;
  border-radius: 100px;
  position: relative;
  width: 380px;
  min-height: 64px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  font-weight: 500;
}
.button03 a:before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow04.png) center/cover;
  width: 124px;
  height: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button03 a:hover {
  background: #fccf00;
  opacity: 1;
}
.button03.c1 a {
  background: #fccf00;
  border: 2px solid #fccf00;
}
.button03.c1 a:hover {
  border: 2px solid #1a1a1a;
}
.button03.c2 a {
  background: #231815;
  color: #fff;
}
.button03.c2 a:before {
  background: url(../images/common/arrow04_w.png) center/cover;
}
.button03.c1 a:hover,
.button03.c2 a:hover {
  background: #fff;
  color: #231815;
}
.button03.c2 a:hover:before {
  background: url(../images/common/arrow04.png) center/cover;
}
@media screen and (max-width: 991px) {
  .button03 a {
    font-size: 15px;
    width: 310px;
    min-height: 55px;
    padding: 5px 158px 5px 30px;
  }
}
.button04 {
  margin-top: 16px;
}
.button04 a {
  border: 2px solid #1a1a1a;
  background: #fff;
  padding: 5px 90px 5px 15px;
  font-size: 22px;
  border-radius: 100px;
  position: relative;
  width: 316px;
  min-height: 54px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  font-weight: 500;
}
.button04 a:before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow04.png) center/cover;
  width: 66px;
  height: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button04 a:hover {
  background: #fccf00;
  opacity: 1;
}
.button04.c1 a {
  background: #fccf00;
  border: 2px solid #fccf00;
}
.button04.c1 a:hover {
  border: 2px solid #1a1a1a;
}
.button04.center a {
  margin: auto;
}
@media screen and (max-width: 991px) {
  .button04 a {
    font-size: 12px;
    width: 200px;
    min-height: 40px;
    padding: 5px 60px 5px 15px;
  }
  .button04 a:before {
    width: 45px;
    height: 3px;
    right: 15px;
  }
}
.flow01 {
  position: relative;
}
.flow01 > ul {
  counter-reset: number;
  max-width: 88.6%;
}
.flow01 > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 3px dashed #001b37;
}
.flow01 > ul > li > h4 {
  border: 3px solid #f1c71d;
  text-align: center;
  font-size: 24px;
  width: 22.1%;
  padding: 13px 0;
}
.flow01 > ul > li > h4:before {
  counter-increment: number;
  content: "STEP " counter(number);
  font-size: 21px;
  display: block;
}
.flow01 > ul > li > div,
.flow01 > ul > li > p {
  font-size: 24px;
  font-weight: 500;
  width: 73%;
}
.flow01-time {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 58px;
}
.flow01-txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow01-txt01 span {
  margin-left: 200px;
  font-size: 14px;
}
.flow01-item,
.flow01-item02 {
  position: absolute;
  width: 180px;
  right: 120px;
}
.flow01-item {
  top: -40px;
}
.flow01-item02 {
  top: 240px;
}
@media screen and (max-width: 767px) {
  .flow01 {
    margin-left: 10px;
  }
  .flow01 > ul {
    max-width: 81%;
  }
  .flow01 > ul > li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0 10px 20px;
    border-bottom: 2px dashed #001b37;
  }
  .flow01 > ul > li > h4 {
    border: 2px solid #f1c71d;
    font-size: 12px;
    width: 26%;
    padding: 0;
    padding: 4px 0;
  }
  .flow01 > ul > li > h4:before {
    font-size: 10px;
    letter-spacing: 0;
    display: inline-block;
  }
  .flow01 > ul > li > div,
  .flow01 > ul > li > p {
    font-size: 13px;
    width: 70%;
  }
  .flow01-time {
    top: 15px;
    width: 29px;
  }
  .flow01-txt01 {
    font-size: 9px;
    letter-spacing: 0;
  }
  .flow01-txt01 span {
    margin-left: 22px;
    font-size: 9px;
  }
  .flow01-item,
  .flow01-item02 {
    width: 70px;
    right: 70px;
  }
  .flow01-item {
    top: -15px;
  }
  .flow01-item02 {
    top: 80px;
  }
}
.flow02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: number;
  margin-left: 119px;
}
.flow02 > li {
  position: relative;
  padding-top: 45px;
  width: 570px;
}
.flow02 > li:before {
  position: absolute;
  content: "";
  background: #ebf4ec;
  width: 766px;
  height: 766px;
  top: -20px;
  left: -110px;
  z-index: -1;
  border-radius: 100%;
}
.flow02-item {
  background: #f1c71d;
  width: 92px;
  height: 92px;
  text-align: center;
  font-weight: bold;
  color: #d95827;
  font-size: 26px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: -0.6px;
  padding-top: 8px;
  position: absolute;
  left: -3px;
  top: 25px;
}
.flow02 > li .flow02-item:after {
  counter-increment: number;
  content: counter(number);
  font-size: 38px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.flow02-ttl {
  font-weight: bold;
  text-align: right;
  position: absolute;
  right: 0;
  top: 40px;
}
.flow02-ttl .flow02-item {
  left: -117px;
  top: -2px;
}
.flow02-ttl h3 {
  color: #d95827;
  font-size: 42px;
  line-height: 1.4;
}
.flow02-ttl p {
  color: #323333;
  opacity: 0.6;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-wrap-mode: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 46px;
  margin-top: 65px;
  line-height: 1;
}
.flow02-ttl.t1 p {
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
}
.flow02-img img {
  margin-bottom: 18px;
  width: 385px;
}
.flow02-txt p {
  font-size: 23px;
  line-height: 1.44;
}
.flow02 .text04 {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-wrap-mode: nowrap;
}
.flow02 .text04 h3 {
  font-size: 40px;
}
li.flow02-con01 {
  margin-right: 46px;
}
li.flow02-con02 {
  margin-top: 140px;
  padding-top: 142px;
  width: 630px;
}
li.flow02-con02:before {
  left: -60px;
}
li.flow02-con02 .flow02-ttl {
  right: 44px;
  top: 77px;
}
li.flow02-con03 {
  margin-top: 78px;
  margin-right: 80px;
  padding-top: 116px;
  width: 540px;
}
li.flow02-con03:before {
  background: #eaf5fc;
  width: 706px;
  height: 706px;
  top: -20px;
  left: -90px;
}
li.flow02-con03 .flow02-item {
  top: 70px;
}
li.flow02-con03 .flow02-ttl {
  top: 60px;
}
li.flow02-con04 {
  margin-top: 352px;
  padding-top: 117px;
  width: 620px;
}
li.flow02-con04:before {
  background: #fceef4;
  width: 716px;
  height: 716px;
  top: -20px;
  left: -30px;
}
li.flow02-con04 .text04 {
  top: 10px;
}
li.flow02-con04 .flow02-ttl {
  top: 100px;
}
li.flow02-con05 {
  margin-top: 91px;
  margin-right: 70px;
}
li.flow02-con05 .flow02-item {
  top: 45px;
}
li.flow02-con05:before {
  top: -70px;
}
li.flow02-con05 .flow02-ttl {
  right: 29px;
  top: 40px;
}
li.flow02-con06 {
  margin-top: 330px;
}
li.flow02-con06:before {
  top: -160px;
  left: -130px;
}
li.flow02-con06 .flow02-ttl {
  right: 54px;
  top: -75px;
}
li.flow02-con06 .flow02-ttl p {
  margin-top: 125px;
}
li.flow02-con07 {
  top: -10px;
  width: 640px;
}
li.flow02-con07:before {
  width: 726px;
  height: 726px;
  top: -120px;
  left: -10px;
}
li.flow02-con07 .flow02-ttl {
  right: 20px;
  top: 10px;
}
li.flow02-con08 {
  margin-top: 542px;
}
li.flow02-con08 .flow02-ttl {
  right: -18px;
  top: 66px;
}
li.flow02-con08:before {
  background: #eaf5fc;
  width: 716px;
  height: 716px;
  top: -100px;
  left: -50px;
}
li.flow02-con09 {
  top: -131px;
  width: 700px;
}
li.flow02-con09:before {
  background: #fceef4;
  width: 736px;
  height: 736px;
  top: -110px;
  left: -130px;
}
li.flow02-con09 .text04 {
  top: -90px;
  left: 34%;
}
li.flow02-con09 .flow02-ttl {
  right: 150px;
  top: -2px;
}
li.flow02-con09 .flow02-item {
  top: 7px;
}
@media screen and (max-width: 1199px) {
  .flow02 {
    width: 94%;
    margin: auto;
  }
  .flow02 > li:nth-child(even) {
    margin-left: auto;
  }
  li.flow02-con02 {
    margin-top: 0;
    padding-top: 80px;
  }
  li.flow02-con03 {
    margin-top: 140px;
  }
  li.flow02-con04 {
    margin-top: 160px;
  }
  li.flow02-con05 {
    margin-top: 150px;
  }
  li.flow02-con06 {
    margin-top: 170px;
  }
  li.flow02-con07 {
    top: 0;
    margin-top: 110px;
  }
  li.flow02-con08 {
    margin-top: 180px;
  }
  li.flow02-con09 {
    top: 0;
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 991px) {
  .flow02 > li {
    width: 100%;
  }
  .flow02 > li:before {
    width: 366px;
    height: 366px;
    top: 20px;
  }
  .flow02 > li:nth-child(odd):before {
    left: -110px;
  }
  .flow02 > li:nth-child(even):before {
    left: auto;
    right: -80px;
  }
  .flow02 > li .flow02-img {
    margin-bottom: 4px;
  }
  .flow02 > li .flow02-img img {
    width: 200px;
  }
  .flow02 > li .flow02-ttl {
    width: 100%;
  }
  .flow02 > li .flow02-ttl h3 {
    font-size: 22px;
  }
  .flow02 > li .flow02-ttl p {
    font-size: 22px;
    margin-top: 37px;
  }
  .flow02 > li:nth-child(odd) .flow02-ttl {
    right: 0;
  }
  .flow02 > li:nth-child(even) .flow02-ttl {
    right: auto;
    left: 0;
    text-align: left;
  }
  .flow02 > li .flow02-item {
    width: 50px;
    height: 50px;
    top: 31px;
    font-size: 13px;
    padding-top: 4px;
  }
  .flow02 > li .flow02-item:after {
    font-size: 23px;
  }
  .flow02 > li .flow02-ttl .flow02-item {
    left: auto;
    right: 0;
    top: -10px;
  }
  .flow02-txt p {
    font-size: 11px;
  }
  .flow02 .button04 {
    position: absolute;
    top: 140px;
    right: 40px;
  }
  .flow02 .text04 {
    top: 0;
  }
  .flow02 .text04 h3 {
    font-size: 14px;
  }
  .flow02 > li:nth-child(even) .flow02-img {
    text-align: right;
  }
  .flow02 > li:nth-child(even) .flow02-ttl p {
    right: auto;
    left: 0;
  }
  li.flow02-con01 {
    margin-right: 0;
  }
  .flow02 .flow02-con02 .button04 {
    top: 180px;
    left: 0;
  }
  li.flow02-con03 {
    margin-right: 0;
    margin-top: 80px;
    padding-top: 60px;
  }
  li.flow02-con03:before {
    left: -130px;
    top: -20px;
  }
  li.flow02-con04 {
    padding-top: 60px;
    margin-top: 50px;
  }
  li.flow02-con04 .flow02-ttl {
    top: 60px;
  }
  li.flow02-con04 .button04 {
    top: 158px;
    right: auto;
    left: 0;
  }
  li.flow02-con05 {
    margin-right: 0;
    margin-top: 120px;
  }
  li.flow02-con06 {
    margin-top: 0;
  }
  li.flow02-con06 .flow02-ttl {
    top: 50px;
  }
  li.flow02-con06 .flow02-ttl p {
    margin-top: 65px;
  }
  li.flow02-con07 {
    margin-top: 30px;
  }
  li.flow02-con07 .flow02-ttl {
    top: 45px;
  }
  li.flow02-con08 {
    padding-top: 50px;
    margin-top: 40px;
  }
  .flow02 > li.flow02-con08 .flow02-ttl .flow02-item {
    top: -30px;
  }
  li.flow02-con09 {
    padding-top: 50px;
    margin-top: 30px;
  }
  li.flow02-con09 .text04 {
    top: 0;
    left: 50%;
  }
  li.flow02-con09 .flow02-ttl {
    top: 50px;
  }
}
.image01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image01 > li {
  width: 46%;
}
.image01 > li:not(:last-child) {
  margin-bottom: 40px;
}
.image01 > li > h3 {
  color: #001b37;
  font-size: 28px;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 7px solid #001b37;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .image01 > li {
    width: 100%;
  }
  .image01 > li > h3 {
    font-size: 20px;
  }
}
.image02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image02 > li {
  width: 19%;
}
.image02 > li h4 {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .image02 > li {
    width: 49%;
  }
  .image02 > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .image02 > li h4 {
    font-size: 18px;
  }
}
.image03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image03 > li {
  width: 32%;
}
.image03 > li h4 {
  font-size: 23px;
  text-align: center;
  background: #081b34;
  color: #fff;
  margin-top: 8px;
  padding: 5px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .image03 > li {
    width: 100%;
  }
  .image03 > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.image04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image04:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.image04:before,
.image04:after {
  content: "";
  width: 23.5%;
}
.image04 > li {
  width: 23.5%;
}
.image04 > li:not(:last-child) {
  margin-bottom: 35px;
}
.image04 > li h4 {
  font-size: 21px;
  font-weight: 500;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .image04 > li {
    width: 49%;
  }
  .image04 > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .image04 > li h4 {
    font-size: 15px;
  }
}
.image05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image05:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.image05:before,
.image05:after {
  content: "";
  width: 23.5%;
}
.image05 > li {
  width: 23.5%;
}
.image05 > li:not(:last-child) {
  margin-bottom: 50px;
}
.image05 > li h4 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .image05 > li {
    width: 48.3%;
  }
  .image05 > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .image05 > li h4 {
    font-size: 15px;
  }
}
.banner01 {
  text-align: center;
  padding: 77px 0;
}
.banner01 a {
  display: inline-block;
}
.banner01 a img {
  max-width: 630px;
}
@media screen and (max-width: 767px) {
  .banner01 {
    padding: 50px 0;
  }
  .banner01 a img {
    max-width: 100%;
  }
}
.links01 li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.links01 li a {
  color: #fff;
  background: #001b37;
  display: block;
  position: relative;
  padding: 25.6px 32px;
  font-size: 15px;
  border: 1px solid #001b37;
  overflow: hidden;
}
.links01 li a:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.links01 li a span {
  position: relative;
  z-index: 1;
}
.links01 li a:hover {
  opacity: 1;
  color: #001b37;
}
.links01 li a:hover:after {
  width: 100%;
  right: 0;
  height: 100px;
  border-radius: 0;
}
.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex01 > div:first-child {
  width: 49.6%;
}
.flex01 > div:first-child img {
  width: 100%;
}
.flex01 > div:first-child canvas {
  width: 100%;
  height: 25vw;
}
.flex01 > div:last-child {
  width: 45.1%;
}
@media screen and (max-width: 767px) {
  .flex01 > div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex01 > div:first-child canvas {
    height: 50vw;
  }
  .flex01 > div:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .flex01 > div:first-child canvas {
    height: 60vw;
  }
}
.box01 {
  position: relative;
  padding: 85px 0;
  margin-bottom: 60px;
}
.box01 h3 {
  font-size: 70px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  line-height: 1;
}
.box01 h3 b {
  font-size: 97px;
}
.box01 h3 span {
  position: relative;
}
.box01 h3 span:before {
  position: absolute;
  content: "";
  background: #f1c71d;
  width: 100%;
  height: 38px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.box01 p {
  font-size: 24px;
  line-height: 1.7;
}
.box01-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .box01 {
    padding: 30px 0 50px;
    margin-bottom: 0;
  }
  .box01 h3 {
    font-size: 40px;
  }
  .box01 h3 b {
    font-size: 67px;
  }
  .box01 h3 span:before {
    height: 20px;
  }
  .box01 p {
    font-size: 15px;
  }
}
.box02 {
  padding: 50px 40px 40px 40px;
  border: 3px solid #060001;
  position: relative;
}
.box02-ttl {
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #f2cf27;
  padding: 5px 15px 9px;
  color: #000;
  font-size: 36px;
  line-height: 1;
}
.box02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box02-list > li {
  width: 31%;
}
.box02-list > li img {
  margin-bottom: 10px;
}
.box02-list > li h4 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.box02-list > li h4.t1 {
  letter-spacing: -2px;
}
.box02-list > li h4 span {
  font-size: 17px;
}
.box02-list > li p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .box02 {
    padding: 30px 20px 20px 20px;
  }
  .box02-ttl {
    top: -19px;
    padding: 5px 12px 5px;
    font-size: 20px;
  }
  .box02-list > li {
    width: 100%;
  }
  .box02-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .box02-list > li h4 {
    font-size: 20px;
    line-height: 1.1;
  }
  .box02-list > li h4 span {
    font-size: 14px;
  }
}
.box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box03 > div:first-child {
  width: 62%;
}
.box03 > div:first-child > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box03 > div:first-child > ul > li {
  width: 47.5%;
}
.box03 > div:first-child > ul > li h4 {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 500;
}
.box03 > div:last-child {
  width: 34%;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .box03 > div:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .box03 > div:first-child > ul > li {
    width: 48%;
  }
  .box03 > div:first-child > ul > li h4 {
    font-size: 16px;
    margin-top: 4px;
  }
  .box03 > div:last-child {
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.list01 > li {
  border-bottom: 1px solid #fff;
  padding: 21px 13px 21px 43px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-family: "DIN 2014";
}
.list01 > li:first-child {
  border-top: 1px solid #fff;
}
.list02 {
  counter-reset: number;
}
.list02 > li {
  padding: 45px 40px;
  border-bottom: 1px solid #fff;
}
.list02 > li:first-child {
  border-top: 1px solid #fff;
}
.list02 > li h4 {
  font-size: 19px;
  position: relative;
  padding-left: 73px;
  margin: 0px 0 16px;
  font-family: "DIN 2014";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
}
.list02 > li h4:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #707070;
  font-size: 57px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.list02 > li h4 span {
  font-size: 34px;
  margin-left: 24px;
  font-weight: normal;
  letter-spacing: 5.4px;
}
@media screen and (max-width: 991px) {
  .list02 > li {
    padding: 45px 20px;
  }
  .list02 > li h4 {
    font-size: 17px;
    padding-left: 70px;
  }
  .list02 > li h4 span {
    margin-left: 0;
    display: block;
    width: 100%;
    font-size: 26px;
  }
  .list02 > li h4:before {
    font-size: 50px;
  }
}
.list03 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list03 > li:not(:last-child) {
  margin-bottom: 8px;
}
.list03 > li i {
  margin-right: 10px;
  margin-top: 3px;
}
.list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list04 > li {
  background: #f1c71d;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 10px 5px;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list04 > li:before {
  position: absolute;
  content: "";
  background: #e69f3d;
  width: 60px;
  height: 30px;
  top: -10px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.list04 li h4 {
  position: relative;
  font-size: 25px;
  line-height: 1.3;
}
.list04 li p {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .list04 > li {
    width: 100%;
    height: 110px;
    margin-bottom: 13px;
  }
  .list04 li p {
    font-size: 16px;
  }
}
.list05 {
  counter-reset: number;
}
.list05 > li {
  background: #fff;
  padding: 15px 10px 14px 80px;
  border-radius: 100px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
.list05 > li:before {
  counter-increment: number;
  content: counter(number);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #f1c71d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list05 > li:not(:last-child) {
  margin-bottom: 10px;
}
.list05 > li b {
  color: #d82200;
}
@media screen and (max-width: 767px) {
  .list05 > li {
    font-size: 14px;
    padding: 10px 10px 10px 45px;
  }
  .list05 > li:before {
    width: 30px;
    height: 30px;
    font-size: 19px;
    left: 5px;
  }
}
.flexBox01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexBox01 > li:not(:last-child) {
  margin-bottom: 60px;
}
.flexBox01 > li > div:first-child {
  width: 45%;
}
.flexBox01 > li > div:first-child img {
  width: 100%;
}
.flexBox01 > li > div:last-child {
  width: 48%;
}
.flexBox01 > li > div:last-child h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
.flexBox01 > li > div:last-child p {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .flexBox01 > li > div:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flexBox01 > li > div:last-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .flexBox01 > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.h2_01 {
  font-size: 20.3px;
  font-weight: normal;
  border-bottom: 1px solid #333;
  padding-bottom: 29px;
  margin-bottom: 26px;
}
.h2_02 {
  padding: 14px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .h2_02 {
    font-size: 19px;
  }
}
.h2_03 {
  font-size: 51px;
  margin-bottom: 10px;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .h2_03 {
    font-size: 48px;
  }
}
.h2_04 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  color: #001b37;
}
@media screen and (max-width: 767px) {
  .h2_04 {
    font-size: 20px;
  }
}
.h2_05 {
  text-align: center;
  margin-bottom: 70px;
}
.h2_05 span {
  position: relative;
  display: inline-block;
  font-size: 33px;
  color: #001b37;
  padding: 0 25px;
}
.h2_05 span::before,
.h2_05 span::after {
  content: "";
  width: 3px;
  height: 70px;
  background: #001b37;
  position: absolute;
  top: -10px;
}
.h2_05 span::before {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  left: 0;
}
.h2_05 span::after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  right: 0;
}
@media screen and (max-width: 767px) {
  .h2_05 span {
    font-size: 18px;
  }
}
.h3_01 {
  font-size: 27px;
  font-weight: normal;
  letter-spacing: 1.4px;
  line-height: 1.5;
  text-wrap-mode: nowrap;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
  .h3_01 {
    text-wrap-mode: unset;
  }
}
@media screen and (max-width: 991px) {
  .h3_01 {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.h3_02 {
  background: #081b34;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .h3_02 {
    font-size: 16px;
  }
}
.h3_03 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
  line-height: 2;
}
.h3_03 u {
  text-decoration: none;
  position: relative;
}
.h3_03 u:before {
  position: absolute;
  content: "";
  background: #f1c71d;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .h3_03 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.h3_04 {
  font-size: 30px;
  text-align: center;
  color: #001b37;
  margin-bottom: 20px;
}
.h3_04.c1 {
  color: #d95827 !important;
}
@media screen and (max-width: 767px) {
  .h3_04 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.h3_05 {
  font-size: 37px;
  text-align: center;
  color: #001b37;
  margin-bottom: 50px;
}
.h3_05 span {
  position: relative;
  padding-bottom: 5px;
}
.h3_05 span:before {
  position: absolute;
  content: "";
  background: #f1c71d;
  width: 100%;
  height: 38px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .h3_05 {
    font-size: 20px;
  }
  .h3_05 span:before {
    height: 22px;
  }
}
.h3_06 {
  font-size: 47px;
  color: #001b37;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .h3_06 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.h4_01 {
  letter-spacing: -0.7px;
  font-size: 15.8px;
  font-weight: normal;
  margin-bottom: 10px;
}
.h4_01 span {
  letter-spacing: -8px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .h4_01 {
    letter-spacing: 0;
    font-size: 12px;
  }
}
.h4_02 {
  position: relative;
  font-weight: bold;
  font-family: "DIN 2014";
  font-size: 18px;
  margin-bottom: 10px;
}
.h4_02:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.h4_02__text {
  position: relative;
  padding: 0 12px 0 0;
}
.a01 {
  color: #56a2d2;
  text-decoration: underline;
}
.p01 {
  text-align: center;
  font-size: 12px;
  line-height: 2.44;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 480px) {
  .p01 {
    font-size: 10px;
  }
}
.p02 {
  text-align: center;
  color: #001b37;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 60px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p02 {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.p03 {
  text-align: center;
  margin-bottom: 33px;
}
.p03 span {
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding: 0 40px;
  color: #001b37;
}
.p03 span::before,
.p03 span::after {
  content: "";
  width: 3px;
  height: 65px;
  background: #001b37;
  position: absolute;
  top: 0;
}
.p03 span::before {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  left: 0;
}
.p03 span::after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  right: 0;
}
@media screen and (max-width: 767px) {
  .p03 {
    margin-bottom: 20px;
  }
  .p03 span {
    font-size: 16px;
    padding: 0 25px;
  }
  .p03 span::before,
  .p03 span::after {
    width: 2px;
    height: 51px;
  }
}
.dl01 {
  border-top: 1px solid #001b37;
  color: #001b37;
}
.dl01 a {
  color: #001b37;
}
.dl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #001b37;
}
.dl01 dl,
.dl01 dl p {
  font-size: 19px;
}
.dl01 dl dt {
  width: 22%;
}
.dl01 dl dt,
.dl01 dl dd {
  padding: 10px 20px;
}
.dl01 dl dd {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .dl01 dl,
  .dl01 dl p {
    font-size: 12px;
  }
  .dl01 dl dt,
  .dl01 dl dd {
    padding: 10px 5px;
  }
  .dl01 dl dt {
    width: 24%;
  }
  .dl01 dl dd {
    width: 75%;
  }
}
.slider01 {
  margin-bottom: 120px;
}
.slider01 .slick-slide {
  margin: 0 25px;
}
.slider01 img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .slider01 .slick-slide {
    margin: 0 10px;
  }
  .slider01 img {
    height: 120px;
  }
}
.thumbnailSlider-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.thumbnailSlider-js img {
  width: 100%;
}
.thumbnailSlider-js .slider-main {
  width: 100%;
}
.thumbnailSlider-js .slider-main li {
  position: relative;
}
.thumbnailSlider-js .slider-txt {
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.thumbnailSlider-js .slider-thumbnail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.thumbnailSlider-js .slider-thumbnail li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.thumbnailSlider-js .slider-thumbnail li:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}
.thumbnailSlider-js .slider-thumbnail li.thumbnail-current img {
  border: 1px solid #fff;
}
.thumbnailSlider-js .slider-thumbnail li.thumbnail-current:after {
  opacity: 0;
}
.thumbnailSlider-js .slider-thumbnail li img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .thumbnailSlider-js {
    width: 100%;
  }
}
.sitemap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sitemap > ul > li {
  border: 1px solid;
  width: 49%;
  margin-bottom: 30px;
}
.sitemap > ul > li a {
  padding: 20px 60px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-weight: bold;
  position: relative;
  background: #001b37;
}
.sitemap > ul > li a:after {
  content: "→";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 30px;
}
.sitemap > ul > li a:hover:after {
  right: 10px;
}
.sitemap > ul > li > ul > li {
  border-top: 2px dotted;
}
@media screen and (max-width: 991px) {
  .sitemap > ul > li {
    width: 100%;
  }
  .sitemap > ul > li a {
    padding: 20px 70px 20px 30px;
  }
}
.sec-privacypolicy p {
  letter-spacing: 0.75px;
  font-size: 15px;
}
.privacypolicy__list {
  counter-reset: number;
  margin-bottom: 13px;
  border-top: 1px solid #e0e0e0;
  padding-top: 31.7px;
}
.privacypolicy__list > li {
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 31.7px;
  line-height: 1.8;
}
.privacypolicy__list > li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
}
.privacypolicy__list > li:not(:last-child) {
  margin-bottom: 31.7px;
}
.privacypolicy__list > li h2 {
  margin-bottom: 10px;
  font-size: 20px;
}
.privacypolicy__list > li p {
  line-height: 1.8;
}
.privacypolicy__list > li ul {
  margin-bottom: 60px;
}
.privacypolicy__list > li ul li {
  margin-bottom: 20px;
}
.privacypolicy__list > li ul li h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.side-title {
  color: #231815;
  position: absolute;
  top: 70px;
  left: 54px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 41.5px;
  text-wrap-mode: nowrap;
  opacity: 0.6;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .side-title {
    left: 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .side-title {
    font-size: 24px;
    top: 30px;
  }
}
.bnr-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.bnr-contact > div {
  width: 48%;
  min-width: 0;
  box-sizing: border-box;
}
.bnr-contact > div a,
.bnr-contact > div img {
  display: block;
  width: 100%;
}
.bnr-contact > div:nth-child(-n + 2) {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .bnr-contact > div {
    width: 100%;
  }
  .bnr-contact > div:nth-child(-n + 2) {
    margin-bottom: 0;
  }
  .bnr-contact > div:not(:last-child) {
    margin-bottom: 30px;
  }
}
.point-list {
  counter-reset: number;
  color: #081b34;
}
.point-list > li {
  padding: 53px 0 42px;
  position: relative;
}
.point-list > li:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 100%;
  top: 0;
  left: -10px;
  -webkit-transform: rotate(-1.6deg);
  transform: rotate(-1.6deg);
}
.point-list > li:nth-child(odd):before {
  background: repeating-linear-gradient(-30deg, #e9e8e8, #e9e8e8 4px, #fff 2px, #fff 10px);
}
.point-list > li:nth-child(even):before {
  background: repeating-linear-gradient(-30deg, #fefae6, #fefae6 4px, #fff 2px, #fff 10px);
}
.point-list > li:nth-child(even) {
  padding: 63px 0 77px;
}
.point-list > li h3 {
  font-size: 36.6px;
  color: #d95827;
  margin-bottom: 36px;
  font-style: italic;
}
.point-list-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.point-list > li:nth-child(1) .point-list-icon {
  width: 272px;
  top: -5px;
  right: 17px;
}
.point-list > li:nth-child(2) .point-list-icon {
  width: 156px;
  top: 0;
  right: 20px;
}
.point-list > li:nth-child(3) .point-list-icon {
  width: 134px;
  top: -23px;
  right: 29px;
}
.point-list > li:nth-child(4) .point-list-icon {
  width: 110px;
  top: -26px;
  right: 33px;
}
.point-list > li:nth-child(5) .point-list-icon {
  width: 160px;
  top: -20px;
  right: 30px;
}
.point-list > li:nth-child(6) .point-list-icon {
  width: 110px;
  top: -10px;
  right: 30px;
}
.point-list > li:nth-child(7) .point-list-icon {
  width: 170px;
  top: -30px;
}
.point-list-txt {
  font-size: 60px;
  color: #081b34;
  text-shadow: 4px 3px 0 rgba(0, 0, 0, 0.3);
  font-family: "Noto Serif JP";
  font-style: italic;
  font-weight: bold;
  display: block;
  width: 100%;
  line-height: 0;
  margin-bottom: 40px;
  top: -20px;
  position: relative;
}
.point-list-txt:after {
  font-size: 94px;
  counter-increment: number;
  content: counter(number);
  margin-left: 10px;
}
.point-list > li:not(:last-child) {
  margin-bottom: 50px;
}
.point-list .container {
  position: relative;
}
.point-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.point-list-flex div:first-child {
  width: 43.2%;
  -webkit-box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.3);
}
.point-list-flex div:first-child img {
  width: 100%;
  height: 306px;
  -o-object-fit: cover;
  object-fit: cover;
}
.point-list-flex div:last-child {
  width: 52%;
  font-size: 26.1px;
  padding-top: 9px;
}
.point-list > li:nth-child(even) .point-list-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.point-list > li:nth-child(even) .point-list-flex div:last-child {
  padding-top: 0;
}
.point-list > li:nth-child(even) .point-list-txt {
  text-align: right;
  margin-bottom: 0;
  top: -79px;
}
@media screen and (max-width: 991px) {
  .point-list > li h3 {
    font-size: 21px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .point-list-icon {
    right: 25px !important;
  }
  .point-list > li:nth-child(even) {
    padding: 30px 0 30px;
  }
  .point-list > li:nth-child(even) .point-list-txt {
    top: -7px;
  }
  .point-list > li:nth-child(1) .point-list-icon {
    width: 90px;
    top: -30px;
  }
  .point-list > li:nth-child(2) .point-list-icon {
    width: 60px;
    top: 35px;
  }
  .point-list > li:nth-child(3) .point-list-icon {
    width: 50px;
    top: 12px;
  }
  .point-list > li:nth-child(4) .point-list-icon {
    width: 40px;
    top: 35px;
  }
  .point-list > li:nth-child(5) .point-list-icon {
    width: 50px;
    top: 40px;
  }
  .point-list > li:nth-child(6) .point-list-icon {
    width: 50px;
    top: 40px;
  }
  .point-list > li:nth-child(7) .point-list-icon {
    width: 60px;
  }
  .point-list-flex div:first-child {
    width: 46%;
    -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
  }
  .point-list-flex div:first-child img {
    height: 27vw;
  }
  .point-list-flex div:last-child {
    width: 50%;
    font-size: 16px;
  }
  .point-list-txt {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .point-list-txt:after {
    font-size: 60px;
  }
}
.sec-reason-banner,
.sec-banner {
  padding: 60px 0 80px;
}
.sec-line01 {
  padding: 44px 0 32px;
}
.s-line01-bnr {
  text-align: center;
}
.s-line01-bnr img {
  max-width: 730px;
}
.sec-line02 {
  background: #f1c71d;
  padding: 40px 0 44px;
  color: #181919;
}
.sec-line02 h2 {
  font-size: 33px;
}
.sec-line02 h2 span {
  font-size: 55px;
}
.s-line02-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 30px;
}
.s-line02-flex > div:first-child {
  margin-right: 40px;
  text-align: center;
}
.s-line02-flex > div:last-child {
  position: relative;
  top: 20px;
}
.s-line02-flex > div:last-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-line02-flex > div:last-child ul li {
  position: relative;
}
.s-line02-flex > div:last-child ul li:not(:last-child) {
  margin-right: 88px;
}
.s-line02-flex > div:last-child ul li img {
  position: absolute;
  width: 116px;
  top: -50px;
  right: -60px;
}
.s-line02-flex > div:last-child ul li span {
  width: 115px;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.s-line02-flex > div:last-child ul li span:before {
  position: absolute;
  content: "";
  background: url(../images/common/border01.png) center/cover;
  width: 117px;
  height: 115px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec-line03 {
  background: #4f93bd;
  padding: 20px 0 0;
  color: #fff;
}
.sec-line03 h2 {
  font-size: 38px;
  margin-bottom: 33px;
  text-align: center;
}
.sec-line03-img {
  text-align: center;
}
.sec-line03-img img {
  max-width: 740px;
}
.sec-line04 {
  padding: 78px 0;
}
.line-voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  margin: auto;
}
.line-voice-list > li {
  width: 29.4%;
}
.s-line04-ttl {
  text-align: center;
  margin-bottom: 2px;
}
.s-line04-ttl img {
  max-width: 308px;
}
.s-line04-icon {
  text-align: center;
  margin-bottom: 8px;
}
.s-line04-icon img {
  max-width: 47px;
}
.s-line04-txt {
  text-align: center;
  margin-bottom: 20px;
}
.s-line04-txt img {
  max-width: 320px;
}
.sec-line05 {
  color: #000;
}
.s-line05-con {
  padding: 60px;
  background: #f0edd1;
  padding: 141px 60px 60px;
}
.s-line05-ttl {
  position: absolute;
  top: -73px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 40px;
  width: 300px;
  height: 300px;
  text-align: center;
  padding-top: 39px;
  line-height: 1.5;
}
.s-line05-ttl span {
  font-size: 59px;
  color: #3dab4a;
}
.s-line05-ttl:before {
  position: absolute;
  content: "";
  background: #f0edd1;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}
.s-line05-txt01 {
  font-size: 51px;
  position: relative;
  text-align: center;
  font-family: "apjapanesefontk";
  line-height: 1;
}
.s-line05-txt01 b {
  font-size: 66px;
}
.s-line05-txt02 {
  text-align: right;
  position: relative;
}
.s-line05-txt02 img {
  width: 100%;
}
.s-line05-txt03 {
  width: 75%;
}
.s-line05-list {
  width: 28%;
  top: -90px;
  position: absolute;
  right: 0;
}
.s-line05-list > li {
  background: #fff;
  width: 100%;
  border-radius: 30px;
  font-weight: 500;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-line05-list > li p {
  font-size: 20px;
}
.s-line05-list > li:not(:last-child) {
  margin-bottom: 30px;
}
.s-line05-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 46px;
  position: relative;
}
.s-line05-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.s-line05-flex02 > div:first-child {
  width: 58%;
}
.s-line05-flex02 > div:first-child img {
  width: 100%;
}
.s-line05-flex02 > div:last-child {
  width: 37%;
}
@media screen and (max-width: 1199px) {
  .sec-line02 {
    padding: 40px 0 200px;
  }
  .s-line02-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-line02-flex > div:first-child {
    width: 100%;
    margin-right: 0;
  }
  .s-line02-flex > div:last-child ul li img {
    width: 96px;
    top: auto;
    bottom: -150px;
    left: 44%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .s-line02-flex > div:last-child ul li span {
    font-size: 11px;
    width: 110px;
    height: 110px;
  }
  .s-line05-list > li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .s-line01-bnr img {
    max-width: 90%;
  }
  .sec-line02 h2 {
    font-size: 23px;
  }
  .sec-line02 h2 span {
    font-size: 39px;
  }
  .s-line02-flex {
    padding: 0;
  }
  .s-line02-flex > div:last-child {
    width: 100%;
  }
  .s-line02-flex > div:last-child ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .s-line02-flex > div:last-child ul li:not(:last-child) {
    margin-right: 0;
  }
  .sec-line03-img img {
    max-width: 100%;
  }
  .s-line05-flex {
    padding: 75px 10px 0 10px;
  }
  .s-line05-txt01 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .s-line05-txt01 b {
    font-size: 55px;
  }
  .s-line05-con {
    padding: 90px 5px 60px;
  }
  .s-line05-list {
    width: 30%;
    top: -120px;
    margin-left: auto;
  }
  .s-line05-list > li {
    border-radius: 13px;
  }
  .s-line05-list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .s-line05-txt01 {
    font-size: 20px;
  }
  .s-line05-txt01 b {
    font-size: 30px;
  }
  .s-line05-txt03 {
    width: 70%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .s-line05-ttl {
    font-size: 24px;
    width: 190px;
    height: 180px;
    top: -50px;
    padding-top: 20px;
  }
  .s-line05-ttl span {
    font-size: 40px;
  }
  .s-line05-flex02 > div:first-child {
    width: 40%;
    position: relative;
    top: 80px;
  }
  .s-line05-flex02 > div:last-child {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  .s-line05-list > li {
    padding: 10px;
  }
  .s-line05-list > li p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-line05-flex02 > div:first-child {
    width: 60%;
  }
  .s-line05-flex02 > div:last-child {
    width: 63%;
  }
  .s-line05-list {
    width: 52%;
  }
  .s-line05-txt03 {
    width: 100%;
  }
}
.sec-contact01 {
  padding: 60px 120px;
  background: url(../images/common/bg01.png) center/cover;
}
.s-contact01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #001b37;
}
.s-contact01-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #001b37;
  padding: 17px 16px 26px;
  background: #fff;
  width: 32%;
  border-radius: 13px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 153px;
}
.s-contact01-list > li > div:first-child {
  width: 16%;
}
.s-contact01-list > li:nth-child(1) > div:first-child {
  margin-top: 18px;
}
.s-contact01-list > li > div:last-child {
  width: 79%;
}
.s-contact01-list > li > div:last-child h3 {
  font-size: 38.4px;
  line-height: 1;
}
.s-contact01-list > li > div:last-child p {
  font-size: 19px;
  font-weight: bold;
  margin-top: 12px;
}
.sec-contact02 {
  padding: 24px 0;
}
.s-contact02-txt01 {
  font-size: 39px;
  text-align: center;
  margin-bottom: 37px;
}
.s-contact02-txt01 span {
  color: #ab272c;
}
.s-contact02-txt02 {
  font-size: 35px;
  text-align: center;
  line-height: 2.1;
}
.s-contact02-txt02 u {
  text-decoration: none;
  position: relative;
}
.s-contact02-txt02 u:before {
  position: absolute;
  content: "";
  background: #f1c71d;
  width: 100%;
  height: 3px;
  bottom: 8px;
  left: 0;
  z-index: -1;
}
.s-contact02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin: auto;
  margin-bottom: 18px;
}
.s-contact02-list > li {
  width: 18.2%;
  margin: 5px 5px 19px;
}
.sec-contact-form {
  background: url(../images/common/bg02.png);
  padding: 58px 0 110px;
  margin: 0 50px;
}
.contact-form-txt {
  margin-top: 10px;
}
.sec-contact-form .contact-form-checkbox {
  margin-bottom: 16px;
}
.contact-form-checkbox .wpcf7-checkbox > span:not(:last-child) {
  margin-right: 0;
}
.sec-contact-form .contact-form-checkbox h3 {
  margin-bottom: 20px;
  font-size: 27px;
}
.contact-form-checkbox .required {
  padding: 6px 20px;
  font-size: 27px;
  margin-left: 33px;
  position: relative;
  top: -3px;
}
.sec-contact-form .contact-form-checkbox h3 .t1 {
  font-weight: normal;
  margin-left: 20px;
  font-size: 23px;
}
.sec-contact-form .contact-form-checkbox .wpcf7-checkbox > span:not(:last-child) {
  margin-bottom: 17px;
}
.sec-contact-form .contact-form-checkbox .wpcf7-checkbox > span {
  display: block;
}
.sec-contact-form .contact-form-checkbox .wpcf7-checkbox > span label {
  font-size: 30px;
  border: 1px solid #231815;
  padding: 15px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.sec-contact-form .contact-form-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border: 1px solid #555;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.sec-contact-form .contact-form-checkbox input:checked:before {
  position: absolute;
  content: "";
  background: #001b37;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.contact-form-required h3 {
  text-align: center;
  background: #dadada;
  padding: 10px;
  font-size: 25px;
  color: #ab272c;
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .sec-contact01 {
    padding: 60px 50px;
  }
  .s-contact01-list > li > div:last-child h3 {
    font-size: 28px;
  }
  .s-contact01-list > li > div:last-child p {
    font-size: 14px;
  }
  .s-contact02-txt01 {
    font-size: 26px;
  }
  .s-contact02-txt02 {
    font-size: 22px;
  }
  .sec-contact-form {
    margin: 0 20px;
  }
  .sec-contact-form .contact-form-checkbox .wpcf7-checkbox > span label {
    font-size: 20px;
  }
  .contact-form-checkbox .required {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact01 {
    padding: 25px 30px;
  }
  .s-contact01-list > li {
    width: 100%;
    min-height: auto;
    padding: 10px;
  }
  .s-contact01-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .s-contact01-list > li > div:last-child h3 {
    font-size: 20px;
  }
  .s-contact01-list > li > div:last-child p {
    font-size: 10px;
  }
  .s-contact01-list > li:nth-child(1) > div:first-child {
    margin-top: 0;
  }
  .s-contact02-txt01 {
    font-size: 20px;
  }
  .s-contact02-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .s-contact02-list > li {
    width: 32%;
    margin: 0 0 10px;
  }
  .s-contact02-txt02 {
    font-size: 15px;
  }
  .s-contact02-txt02 u:before {
    bottom: 2px;
  }
  .sec-contact-form {
    margin: 0;
  }
  .contact__text h3 {
    font-size: 20px;
  }
  .contact__text img {
    width: 48px;
  }
  .contact__form {
    padding: 15px 20px 20px;
  }
  .sec-contact-form .contact-form-checkbox .wpcf7-checkbox > span label {
    font-size: 12px;
    padding: 10px;
  }
  .sec-contact-form .contact-form-checkbox input {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
  .sec-contact-form .contact-form-checkbox input:checked:before {
    width: 11px;
    height: 11px;
  }
  .wpcf7-checkbox > span:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .sec-contact-form .contact-form-checkbox h3 {
    font-size: 17px;
  }
  .contact-form-checkbox .required {
    font-size: 13px;
    padding: 4px 10px;
    margin-left: 5px;
  }
  .sec-contact-form .contact-form-checkbox h3 .t1 {
    margin-left: 10px;
    font-size: 13px;
  }
  .contact-form-required h3 {
    padding: 6px;
    font-size: 18px;
    margin-bottom: 13px;
  }
  .contact__form dl:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.sec-plan01 .text02 {
  margin-bottom: 73px;
}
.sec-plan02 .plan-list04 {
  padding: 69px 52px;
  border-radius: 20px;
  margin-top: 48px;
  margin-bottom: 70px;
}
.sec-plan02 .plan-list04:before {
  content: "";
  position: absolute;
  opacity: 0.2;
  background: #000;
  bottom: -13px;
  right: -13px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .sec-plan02 .plan-list04 {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan02 .plan-list04 {
    border-radius: 0;
    padding: 20px 25px;
  }
  .sec-plan02 .plan-list04:before {
    display: none;
  }
}
.showroom-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.showroom-slider .slider-main {
  width: 50%;
}
.showroom-thumbnail {
  width: 48%;
}
.showroom-thumbnail h2 {
  font-size: 22px;
  border-bottom: 11px solid #081b34;
  margin-bottom: 20px;
  padding-bottom: 3px;
  color: #081b34;
}
.showroom-thumbnail h2::first-letter {
  font-size: 30px;
}
.showroom-thumbnail ul li {
  width: 32%;
  height: 10.16vw;
}
.sec-showroom01 {
  margin-bottom: 40px;
}
.sec-showroom02 {
  padding: 50px 0 10px;
  margin-bottom: 60px;
}
.sec-showroom02 .plan-list05 {
  margin-top: 10px;
}
.s-showroom03-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-showroom03-con > div:first-child {
  width: 43%;
}
.s-showroom03-con > div:last-child {
  width: 53%;
  position: relative;
}
.s-showroom03-con > div:last-child .showroom-box02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
}
.showroom-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.showroom-box01 > li {
  background: #f1c71d;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 13px;
  color: #231815;
  font-size: 18px;
  width: 48.5%;
}
.showroom-box01-img {
  margin: 10px 0;
}
.showroom-box01-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 117px;
}
li.showroom-box01-flex {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
li.showroom-box01-flex .showroom-box01-txt {
  width: 49%;
}
li.showroom-box01-flex .showroom-box01-img {
  width: 45%;
  margin: 0;
}
li.showroom-box01-flex .showroom-box01-img img {
  height: 145px;
}
.showroom-box01 > li h3 {
  font-size: 21px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.showroom-box01 > li p {
  font-size: 15px;
}
.showroom-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.showroom-box02 > li {
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  color: #231815;
  font-size: 18px;
  width: 48.5%;
  background: #fff;
}
.showroom-box02-img {
  margin: 10px 0;
}
.showroom-box02-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 117px;
}
.showroom-box02-txt {
  padding: 0 13px 15px;
}
.showroom-box02-txt p {
  font-size: 15px;
}
.showroom-box02 > li h3 {
  font-size: 21px;
  padding: 10px 15px 0;
}
.sec-showroom03 {
  margin-bottom: 80px;
}
.sec-showroom-flow {
  margin-bottom: 60px;
}
.sec-showroom-flow .flow01 > ul > li > h4:before {
  content: "Flow";
}
.sec-showroom-flow .flow01 > ul > li > h4 {
  width: 13.7%;
}
.sec-showroom-flow .button03 {
  margin-top: 40px;
}
.sec-showroom05 {
  padding: 60px 0;
  margin-bottom: 45px;
}
.access-map > h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.access-map-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f1c71d;
  padding: 20px;
  border-radius: 10px;
}
.access-map-flex .showroom01 {
  width: 40%;
  padding: 0;
}
.access-map-flex .showroom01-img img {
  height: 17vw;
}
.access-map-flex .showroom01-img p {
  font-size: 18px;
}
.access-map-flex .showroom01-txt p {
  font-size: 13px;
}
.access-map-flex iframe {
  width: 57.5%;
  height: 350px;
}
.access-map02 {
  color: #fff;
  padding: 30px 40px;
}
.access-map02 > h3 {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
.access-map02-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.access-map02-flex .access-map02-detail {
  width: 45%;
}
.access-map02-flex iframe {
  width: 53%;
  height: 360px;
}
.access-map02-txt {
  margin-bottom: 15px;
}
.access-map02-txt > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.access-map02-txt > dl dt {
  min-width: 125px;
}
.access-map02-txt > dl:not(:last-child) {
  margin-bottom: 10px;
}
.access-map02-img img {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .access-map02 {
    padding: 20px;
  }
  .access-map02-flex .access-map02-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .access-map02-flex iframe {
    width: 100%;
    height: 200px;
  }
  .access-map02-txt > dl {
    font-size: 11px;
  }
  .access-map02-txt > dl dt {
    min-width: 100%;
  }
  .access-map02-txt > dl:not(:last-child) {
    margin-bottom: 5px;
  }
  .access-map02 > h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .access-map02-img img {
    width: 110px;
  }
  .access-map02-txt {
    margin-bottom: 0;
  }
  .access-map02-detail {
    margin-bottom: 20px;
  }
}
.checkbox-showroom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 991px) {
  .checkbox-showroom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.checkbox-showroom input {
  margin-right: 10px;
}
.checkbox-showroom > div {
  width: 44%;
}
.checkbox-showroom-txt {
  font-size: 9px;
  margin-left: 32px;
  margin-bottom: 10px;
}
.checkbox-showroom .wpcf7-list-item-label {
  font-size: clamp(10px, 1.0416666667vw, 14px);
}
.contact-form-date {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 20px;
  margin-top: 23px;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.contact-form-date dd > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-form-date dd > p input[type="date"] {
  margin-right: 20px;
  width: 220px;
}
.contact-form-date dd select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  font-size: 15px;
}
.contact-form-date dl {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.contact-form-date dl:not(:last-child) {
  margin-bottom: 30px !important;
}
.contact-form-checkbox02 dl {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .access-map-flex .showroom01-img img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .showroom-slider .slider-main {
    width: 100%;
  }
  .showroom-thumbnail {
    width: 100%;
  }
  .showroom-thumbnail ul li {
    width: 48%;
    height: 26vw;
  }
  .s-showroom03-con > div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .s-showroom03-con > div:last-child {
    width: 100%;
  }
  .showroom-box01 > li h3 {
    font-size: 20px;
  }
  .showroom-box01 > li p {
    font-size: 13px;
  }
  li.showroom-box01-flex {
    margin-bottom: 180px;
  }
  li.showroom-box01-flex .showroom-box01-img img {
    height: 120px;
  }
  .s-showroom03-con > div:last-child > img {
    position: absolute;
    z-index: -1;
    top: -430px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .showroom-box01-img img {
    height: 90px;
  }
  .s-showroom03-con > div:last-child .showroom-box02 {
    width: 100%;
    position: static;
  }
  .showroom-box02-img img {
    height: 90px;
  }
  .showroom-box02 > li h3 {
    font-size: 20px;
  }
  .sec-showroom-flow .flow01 > ul > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 10px;
  }
  .sec-showroom04 .flow01 > ul > li > h4 {
    width: 17%;
  }
  .sec-showroom-flow .flow01 > ul > li > div,
  .sec-showroom-flow .flow01 > ul > li > p {
    font-size: 16px;
    width: 78%;
  }
  .sec-showroom05 {
    padding: 20px 0;
  }
  .access-map > h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  .access-map-flex .showroom01 {
    width: 100%;
    margin-bottom: 5px;
  }
  .access-map-flex iframe {
    width: 100%;
    height: 45vw;
  }
  .access-map-flex .showroom01-img img {
    height: 49vw;
  }
  .access-map-flex .showroom01-img p {
    font-size: 14px;
  }
  .checkbox-showroom {
    width: 100%;
  }
  .checkbox-showroom input {
    margin-right: 2px;
  }
  .checkbox-showroom > div {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkbox-showroom > div p:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .checkbox-showroom > div p:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .checkbox-showroom > div p:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .checkbox-showroom .wpcf7-list-item-label {
    font-size: 11px;
  }
  .checkbox-showroom-txt {
    margin-bottom: 0;
  }
  .contact-form-date {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .contact-form-date dd > p input[type="date"] {
    width: 200px;
  }
}
.sec-raiten01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec-raiten01 {
    margin-bottom: 40px;
  }
}
.showroom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.showroom-list > li {
  width: 47%;
}
.showroom-list > li {
  margin-bottom: 40px;
}
.showroom-list > li > h3 {
  color: #001b37;
  font-size: 34px;
  margin-top: 7px;
  line-height: 1;
  margin-bottom: 7px;
}
.showroom-list > li > p {
  color: #081b34;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .showroom-list {
    margin-bottom: 0;
  }
  .showroom-list > li > h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .showroom-list > li > p {
    font-size: 12px;
  }
}
.osusume-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.osusume-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: number;
}
.osusume-list > li {
  width: 47%;
}
.osusume-list > li:not(:last-child) {
  margin-bottom: 70px;
}
.osusume-list > li > h3 {
  color: #231815;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
  padding-left: 7px;
}
.osusume-list > li > h3 b {
  font-size: 24px;
}
.osusume-list > li > h3:after {
  counter-increment: number;
  content: counter(number);
  font-size: 34px;
  margin-left: 10px;
}
.osusume-list > li > h3:before {
  position: absolute;
  content: "";
  background: url(../images/raiten/item01.png) center/cover;
  width: 188px;
  height: 47px;
  top: -7px;
  left: 0;
}
.osusume-list > li > img {
  margin-bottom: 10px;
}
.osusume-list > li > p {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .osusume-list > li {
    width: 100%;
  }
  .osusume-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .osusume-list > li > h3 {
    font-size: 12px;
  }
  .osusume-list > li > h3 b {
    font-size: 21px;
  }
  .osusume-list > li > h3:after {
    font-size: 31px;
  }
  .osusume-list > li > p {
    font-size: 15px;
  }
}
.raiten__banner {
  padding-inline: 70px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .raiten__banner {
    padding-inline: 15px;
    margin-bottom: 40px;
  }
}
.sec-after01 {
  margin-bottom: 50px;
}
.after-list {
  counter-reset: number;
  color: #081b34;
}
.after-list > li {
  padding: 100px 0 50px;
  position: relative;
}
.after-list > li:nth-child(odd):before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  top: 0;
  left: -40px;
  -webkit-transform: rotate(-1.6deg);
  transform: rotate(-1.6deg);
  background: repeating-linear-gradient(-30deg, #e9e8e8, #e9e8e8 4px, #fff 2px, #fff 10px);
  z-index: -1;
}
.after-list > li:nth-child(even) {
  padding: 63px 0 77px;
}
.after-list > li h3 {
  font-size: 36px;
  color: #081b34;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.after-list > li h3 span {
  font-size: 16px;
  margin-left: 40px;
}
.after-list > li:not(:last-child) {
  margin-bottom: 50px;
}
.after-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.after-list-flex > div:first-child {
  width: 43.2%;
  -webkit-box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.3);
}
.after-list-flex > div:first-child img {
  width: 100%;
  height: 306px;
  -o-object-fit: cover;
  object-fit: cover;
}
.after-list-flex > div:last-child {
  width: 52%;
  font-size: 28px;
  padding-top: 9px;
}
.after-list > li:nth-child(even) .after-list-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.after-list > li:nth-child(even) .after-list-flex > div:last-child {
  padding-top: 0;
}
.after-list-txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 22px;
}
.after-list-txt01 > div:first-child {
  margin-right: 50px;
  padding-top: 35px;
}
.after-list-txt01 > div:last-child img {
  height: 194px;
}
@media screen and (max-width: 991px) {
  .after-message .text03 h3 span:before {
    display: none;
  }
  .after-list > li {
    padding: 0 0 50px;
  }
  .after-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .after-list > li:nth-child(even) {
    padding: 30px 0 30px;
  }
  .after-list > li h3 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .after-list > li h3 span {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .after-list > li h3.t1 {
    margin-left: auto;
  }
  .after-list-flex > div:first-child {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .after-list-flex > div:first-child img {
    height: 45vw;
  }
  .after-list-flex > div:last-child {
    width: 100%;
    font-size: 13px;
  }
  .after-list-flex,
  .after-list > li h3.t1 {
    width: 75%;
  }
  .after-list > li:nth-child(odd) .after-list-flex {
    margin-left: auto;
  }
  .after-list-txt01 {
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
    margin: auto;
    padding-left: 40px;
  }
  .after-list-txt01 > div:first-child {
    margin-right: 15px;
  }
  .after-list-txt01 > div:last-child img {
    height: 130px;
  }
  .after-list > li:nth-child(odd):before {
    -webkit-transform: rotate(-5.6deg);
    transform: rotate(-5.6deg);
  }
  .after-list > li:first-child {
    padding-bottom: 170px;
  }
  .after-list > li:nth-child(even) .after-list-flex > div:last-child {
    padding-top: 9px;
  }
}
.sec-taishindannetu01 {
  margin-bottom: 80px;
}
.taishindannetu01-txt01 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.taishindannetu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.taishindannetu-link > li {
  width: 28%;
}
.sec-taishindannetu02 {
  padding: 100px 0;
  margin-bottom: 25px;
}
.sec-taishindannetu02 .plan-cost-image-detail {
  max-width: 100%;
}
.sec-taishindannetu02 .plan-cost-image-detail > ul > li {
  padding: 5px 4px 4px 4px;
}
.sec-taishindannetu02 .plan-cost-image-detail h4 {
  font-size: 36px;
  min-height: 80px;
}
.sec-taishindannetu02 .plan-cost-image-detail p {
  font-size: 16px;
  min-height: 85px;
}
.s-taishindannetu02-con {
  position: relative;
  margin-bottom: 60px;
}
.s-taishindannetu02-txt01 {
  width: 73%;
  position: relative;
  right: -40px;
  bottom: 13px;
  margin-left: auto;
}
.taishindannetu-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.taishindannetu-txt01 {
  text-align: center;
  font-size: 27px;
  margin-bottom: 40px;
}
.taishindannetu-list01 > li {
  width: 25%;
}
.taishindannetu-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.taishindannetu-list02 > li {
  width: 48%;
}
.taishindannetu-list02 > li img {
  margin-bottom: 10px;
}
.taishindannetu-list02 > li p {
  font-size: 24px;
}
.s-dannetu-con01 {
  margin-bottom: 80px;
}
.s-dannetu-con02 {
  margin-bottom: 70px;
}
.taishindannetu-txt02 {
  text-align: center;
  font-size: 37px;
  margin-bottom: 20px;
}
.taishindannetu-graph01 {
  margin-bottom: 40px;
}
.taishindannetu-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.taishindannetu-box01 > div:first-child {
  width: 55%;
}
.taishindannetu-box01 > div:last-child {
  width: 40%;
  margin-top: 10px;
}
.taishindannetu-box01 > div:last-child p {
  font-size: 24px;
}
.taishindannetu-box01 > div:last-child h3 {
  font-size: 29px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 50px;
}
.taishindannetu-box01 > div:last-child h3 b {
  font-size: 59px;
}
.taishindannetu-img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.taishindannetu-img01 img {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.taishindannetu-list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 40px 70px;
}
.taishindannetu-list03-con {
  width: 49%;
}
.taishindannetu-list03-con > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.taishindannetu-list03-con > ul > li h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.taishindannetu-list03-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.taishindannetu-list03-flex > div:first-child {
  width: 34%;
}
.taishindannetu-list03-flex > div:last-child {
  width: 63%;
  font-size: 16px;
  margin-top: 10px;
}
.taishindannetu-graph02 {
  margin-bottom: 20px;
}
.sec-taishin {
  margin-bottom: 80px;
}
.sec-shuunou {
  margin-bottom: 20px;
}
.sec-shuunou .box01 {
  margin-bottom: 60px;
}
.sec-shuunou .image03 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .taishindannetu01-txt01 {
    font-size: 15px;
  }
  .sec-taishindannetu02 {
    padding: 40px 0 20px;
  }
  .sec-taishindannetu02 .plan-cost-image-detail {
    padding-top: 0;
  }
  .sec-taishindannetu02 .plan-cost-image-detail h4 {
    font-size: 12px;
    min-height: 25px;
  }
  .sec-taishindannetu02 .plan-cost-image-detail p {
    font-size: 9px;
    min-height: 90px;
  }
  .s-taishindannetu02-txt01 {
    right: -13px;
    bottom: 4px;
  }
  .taishindannetu-txt01 {
    font-size: 16px;
  }
  .taishindannetu-list01 > li {
    width: 50%;
  }
  .s-dannetu-con01 {
    margin-bottom: 40px;
  }
  .taishindannetu-txt02 {
    font-size: 16px;
  }
  .taishindannetu-graph01 {
    margin-bottom: 20px;
  }
  .taishindannetu-list02 > li {
    width: 100%;
  }
  .taishindannetu-list02 > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .taishindannetu-list02 > li p {
    font-size: 16px;
  }
  .taishindannetu-box01 > div:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .taishindannetu-box01 > div:last-child {
    width: 100%;
  }
  .sec-dannetu .box01 {
    margin-bottom: 20px;
  }
  .taishindannetu-box01 {
    margin-bottom: 20px;
  }
  .taishindannetu-box01 > div:last-child h3 {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
  }
  .taishindannetu-box01 > div:last-child h3 b {
    font-size: 40px;
  }
  .taishindannetu-box01 > div:last-child p {
    font-size: 14px;
    text-align: center;
  }
  .taishindannetu-img01 img {
    width: 100%;
  }
  .taishindannetu-img01 img:not(:last-child) {
    margin-bottom: 10px;
  }
  .taishindannetu-list03 {
    margin: 0 0 50px;
  }
  .taishindannetu-list03-con {
    width: 100%;
  }
  .taishindannetu-list03-con > ul > li h4 {
    font-size: 14px;
  }
  .taishindannetu-list03-flex > div:last-child {
    font-size: 11px;
  }
  .taishindannetu-list03 .taishindannetu-list03-con:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec-shuunou .image03 {
    margin-bottom: 50px;
  }
  .sec-shuunou {
    margin-bottom: 40px;
  }
}
.sec-after-maintenance {
  color: #fff;
  padding: 30px 0;
}
.sec-after-maintenance p {
  font-size: 20px;
}
.after-maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.after-maintenance > div:first-child {
  width: 36%;
}
.after-maintenance > div:first-child img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.after-maintenance > div:last-child {
  width: 59%;
}
.after-maintenance > div:last-child h3 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #f1c71d;
  line-height: 1.3;
}
.after-maintenance > div:last-child h3 span {
  font-size: 30px;
}
.after-maintenance > div:last-child h4 {
  font-size: 30px;
  margin-bottom: 13px;
}
@media screen and (max-width: 991px) {
  .sec-nagare-message .text03 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-after-maintenance p {
    font-size: 15px;
  }
  .after-maintenance > div:first-child {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .after-maintenance > div:first-child img {
    height: 56vw;
  }
  .after-maintenance > div:last-child {
    width: 100%;
  }
  .after-maintenance > div:last-child h3 {
    font-size: 24px;
  }
  .after-maintenance > div:last-child h3 span {
    font-size: 17px;
  }
  .after-maintenance > div:last-child h4 {
    font-size: 17px;
  }
}
.archive-caselist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-caselist > li {
  width: 48%;
  margin-bottom: 50px;
}
.case-category-list > li > h3 {
  padding: 20px 10px;
}
.archive-caselist-image {
  margin-bottom: 2px;
}
.archive-caselist-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 16vw;
  width: 100%;
}
.archive-caselist-text h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.case-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.case-detail > li {
  width: 31%;
  background: #e6e6e6;
  border-radius: 10px;
  padding: 6px;
}
.case-detail > li h4 {
  margin-bottom: 0;
  font-size: 18px;
}
.case-detail > li p {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.archive-caselist-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-caselist-cat > li:not(:last-child) {
  margin-right: 2px;
}
.archive-caselist-cat > li > a {
  background: #edb021;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 0 3px;
}
@media screen and (max-width: 991px) {
  .archive-case-txt .text03 {
    margin-bottom: 30px;
  }
  .archive-caselist > li {
    width: 100%;
  }
  .archive-caselist-cat {
    margin-bottom: 5px;
  }
  .archive-caselist-image img {
    height: 56vw;
  }
  .archive-caselist-text h3 {
    font-size: 18px;
  }
  .case-detail > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .case-detail > li h4 {
    font-size: 13px;
    min-width: 80px;
    text-align: left;
  }
  .case-detail > li p {
    min-height: auto;
  }
  .case-detail > li p {
    font-size: 13px;
  }
}
.case-category-list > li:not(:last-child) {
  margin-bottom: 10px;
}
.case-category-list > li > h3 {
  background: #726256;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
}
.case-category-list > li > ul {
  border: 1px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case-category-list > li > ul > li {
  width: 50%;
  border-bottom: 1px dashed #f1f1f1;
  padding: 9px 12px;
  line-height: 1;
}
.case-category-list > li > ul > li a {
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.case-category-list > li > ul > li a:before {
  position: absolute;
  content: "";
  background: #b2b2b2;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.case-category-list > li.case-cat05 > ul > li {
  width: 100%;
}
.case-category-list > li.case-cat05 > ul > li:nth-child(7),
.case-category-list > li.case-cat05 > ul > li:nth-child(8) {
  width: 50%;
}
#company,
#company .breadcrumb a {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  color: #001b37;
}
#company .breadcrumb,
#gallery .breadcrumb {
  font-size: 12px;
  font-weight: 400;
  padding-left: 75px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  #company .breadcrumb,
  #gallery .breadcrumb {
    padding-inline: 30px;
    margin-bottom: 44px;
  }
}
#company .lp-bnr,
#gallery .lp-bnr {
  padding: 0;
}
#company .company__inner {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 991px) {
  #company .company__inner {
    padding-inline: 10px;
  }
}
#company .narrow {
  letter-spacing: -0.3em;
}
#company .pageTitle__text p,
#gallery .pageTitle__text p {
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 0.05em;
  opacity: 1;
  padding-bottom: 0;
  font-family: inherit;
  position: relative;
}
@media screen and (max-width: 991px) {
  #company .pageTitle__text p,
  #gallery .pageTitle__text p {
    font-size: 50px;
  }
}
#company .pageTitle__text p::first-letter,
#gallery .pageTitle__text p::first-letter {
  font-size: 120px;
}
@media screen and (max-width: 991px) {
  #company .pageTitle__text p::first-letter,
  #gallery .pageTitle__text p::first-letter {
    font-size: 60px;
  }
}
#company .pageTitle__text:before,
#gallery .pageTitle__text:before {
  content: none;
}
#company .pageTitle__text h1,
#gallery .pageTitle__text h1 {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 38px;
}
@media screen and (max-width: 991px) {
  #company .pageTitle__text h1,
  #gallery .pageTitle__text h1 {
    font-size: 14px;
    margin-top: -20px;
  }
}
#company .pageTitle__sub-text.t1 {
  font-size: 24px;
  margin-top: 40px;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (max-width: 991px) {
  #company .pageTitle__sub-text.t1 {
    font-size: 14px;
    font-size: clamp(10px, 3.7333333333vw, 14px);
    margin-top: 25px;
  }
}
#company .company__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 640px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  #company .company__links {
    max-width: 300px;
    margin-top: 24px;
  }
}
#company .company__link {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-right: 100px;
  border-bottom: 1px solid #001b37;
  position: relative;
}
@media screen and (max-width: 991px) {
  #company .company__link {
    font-size: 14px;
    padding-right: 60px;
  }
}
#company .company__link::hover {
  opacity: 0.7;
}
#company .company__link::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 14px;
  width: 14px;
  height: 14px;
  border-right: 1px solid #001b37;
  border-bottom: 1px solid #001b37;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 991px) {
  #company .company__link::after {
    width: 7px;
    height: 7px;
    top: 4px;
    right: 7px;
  }
}
#company .message {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  #company .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }
}
#company .message__bg {
  background: url(../images/company_new/company_img19.jpg) center/cover no-repeat;
}
@media screen and (max-width: 991px) {
  #company .section__heading.--message .section__heading--en {
    margin-top: -16px;
  }
}
#company .message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16.4%;
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  #company .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.8%;
    margin-inline: auto;
    max-width: 500px;
    margin-top: 18px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  #company .message__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 20px;
  }
}
#company .message__left img {
  width: 340px;
  aspect-ratio: 340/400;
  height: auto;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  #company .message__left img {
    width: 40vw;
    max-width: 200px;
    aspect-ratio: 150/260;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 0;
  }
}
#company .message__name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
}
#company .message__right {
  margin-top: -125px;
}
@media screen and (max-width: 991px) {
  #company .message__right {
    margin-top: 0;
    display: contents;
  }
}
#company .message__text01 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5555555556;
}
@media screen and (max-width: 991px) {
  #company .message__text01 {
    font-size: 24px;
    line-height: 1.5;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    letter-spacing: -0.01em;
    margin-top: -10px;
    width: 100%;
  }
}
#company .message__text01 .--gold {
  color: #c49a6d;
}
#company .message__text02 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.5714285714;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  #company .message__text02 {
    line-height: 1.45;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 20px;
  }
}
#company .message__img {
  max-width: 940px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 10%;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  #company .message__img {
    gap: 5px;
    margin-top: 25px;
    padding-inline: 5px;
  }
}
#company .message__img img {
  width: 24.4%;
  aspect-ratio: 231/171;
  height: auto;
}
@media screen and (max-width: 991px) {
  #company .message__img img {
    width: calc(33.3333333333% - 5px);
  }
}
#company .history {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  #company .history {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  #company .company__inner.history__inner {
    padding-inline: 0;
  }
}
#company .history h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.9166666667;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  #company .history h3 {
    font-size: 18px;
    margin-top: 18px;
  }
}
#company .history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#company .history__bg {
  background-color: #ccd7e1;
}
#company .history dt,
#company .history dd {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2222222222;
  padding-left: 40px;
  padding-block: 20px;
}
@media screen and (max-width: 991px) {
  #company .history dt,
  #company .history dd {
    font-size: 14px;
    line-height: 1.7142857143;
    padding-block: 13px;
  }
}
#company .history .indent {
  padding-left: 1em;
}
#company .history dt {
  width: 21%;
}
@media screen and (max-width: 991px) {
  #company .history dt {
    width: 17%;
    padding-left: 8%;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  #company .history dd {
    font-size: 14px;
    padding-block: 17px 9px;
    padding-left: 32px;
  }
}
#company .sns {
  background: url(../images/common/black_bg.png) center/cover no-repeat;
  padding-block: 3px 75px;
}
@media screen and (max-width: 991px) {
  #company .sns {
    padding-block: 15px 35px;
  }
}
#company .sns__heading {
  font-size: 100px;
  font-weight: 600;
  color: #8b8b8b;
  white-space: nowrap;
  letter-spacing: normal;
}
@media screen and (max-width: 991px) {
  #company .sns__heading {
    font-size: 9.3vw;
  }
}
#company .sns__wrapper01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10%;
  max-width: 1065px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-top: 62px;
}
@media screen and (max-width: 991px) {
  #company .sns__wrapper01 {
    margin-top: 15px;
    gap: 11%;
  }
}
#company .sns__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 44%;
  gap: 9%;
}
@media screen and (max-width: 991px) {
  #company .sns__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    width: 43%;
  }
}
#company .sns__item {
  color: #fff;
  text-align: center;
  padding-top: 34px;
  min-width: 160px;
}
@media screen and (max-width: 991px) {
  #company .sns__item {
    display: contents;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    min-width: auto;
    width: 81%;
  }
}
#company .sns__item img {
  width: 45px;
  aspect-ratio: 1;
  height: auto;
}
@media screen and (max-width: 991px) {
  #company .sns__item img {
    width: 30px;
  }
}
#company .--tiktok .sns__item img {
  width: 34px;
  aspect-ratio: 34/39;
  height: auto;
}
@media screen and (max-width: 991px) {
  #company .--tiktok .sns__item img {
    width: 18px;
    height: 21px;
  }
}
@media screen and (max-width: 991px) {
  #company .sns__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    gap: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 120px;
  }
}
@media screen and (max-width: 991px) {
  #company .sns__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#company .sns__text01 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8285714286;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  #company .sns__text01 {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 0;
  }
}
#company .sns__text02 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 0.7111111111;
  margin-top: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  #company .sns__text02 {
    font-size: 18px;
    line-height: 0.7777777778;
    margin-top: 0;
  }
}
#company .sns__link {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 0.7111111111;
  padding: 6px 10px;
  margin-top: 80px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  #company .sns__link {
    letter-spacing: 0.1em;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
    width: 113%;
    max-width: 250px;
    padding: 7px 1px;
  }
}
@media screen and (max-width: 354px) {
  #company .sns__link {
    font-size: 10px;
  }
}
#company .sns__img {
  width: 263px;
  aspect-ratio: 263/444;
  height: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  #company .sns__img {
    width: 100%;
    aspect-ratio: 148/251;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-inline: auto;
    margin-top: 15px;
  }
}
#company .sns__title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 50px;
  margin-top: 93px;
  margin-left: 35px;
}
@media screen and (max-width: 991px) {
  #company .sns__title02 {
    gap: 10px;
    margin-top: 35px;
    margin-left: 8px;
  }
}
#company .sns__title02 img {
  width: 61px;
  height: 41px;
  display: block;
}
@media screen and (max-width: 991px) {
  #company .sns__title02 img {
    width: 30px;
    height: 20px;
  }
}
#company .sns__text03 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 0.7111111111;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  #company .sns__text03 {
    font-size: 18px;
  }
}
#company .sns iframe {
  width: 100%;
  aspect-ratio: 1000/519;
  height: auto;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  #company .sns iframe {
    aspect-ratio: 347/180;
    margin-top: 15px;
  }
}
#company .mission {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  #company .mission {
    margin-top: 20px;
  }
}
#company .mission__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1%;
}
@media screen and (max-width: 991px) {
  #company .mission__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#company .mission .section__heading--en {
  margin-left: calc(-1 * (100vw - 1040px) / 2);
}
@media screen and (min-width: 1440px) {
  #company .mission .section__heading--en {
    margin-left: -230px;
  }
}
@media screen and (max-width: 991px) {
  #company .mission .section__heading--en {
    margin-left: 0;
    margin-top: -12px;
  }
}
#company .mission__title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  #company .mission__title {
    font-size: 24px;
    white-space: normal;
    text-align: center;
  }
}
#company .mission__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  #company .mission__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }
}
#company .mission__promise {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  #company .mission__promise {
    font-size: 38px;
    text-align: center;
    line-height: 1.4;
  }
}
#company .mission__promise .--big {
  font-size: 72px;
}
@media screen and (max-width: 991px) {
  #company .mission__promise .--big {
    font-size: 58px;
  }
}
#company .mission__lists {
  counter-reset: mission-counter;
}
#company .mission__list {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 3.1111111111;
  list-style: none;
  counter-increment: mission-counter;
}
#company .mission__list::before {
  content: counter(mission-counter) ",";
}
@media screen and (max-width: 991px) {
  #company .mission__list {
    font-size: 14px;
    line-height: 1.3333333333;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 991px) {
  #company .mission__list:not(:first-child) {
    margin-top: 1.2em;
  }
}
#company .mission__img {
  width: 48.8%;
  aspect-ratio: 488/300;
  height: auto;
}
@media screen and (max-width: 991px) {
  #company .mission__img {
    width: 100%;
    aspect-ratio: 350/215;
  }
}
#company .mission__slider {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  #company .mission__slider {
    margin-top: 30px;
  }
}
#company .mission02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #company .mission02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#company .mission02.--local {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  #company .mission02.--local {
    margin-top: 37px;
    text-align: center;
  }
}
#company .mission02.--book {
  margin-top: 75px;
}
@media screen and (max-width: 991px) {
  #company .mission02.--book {
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #company .mission02__texts {
    display: contents;
  }
}
#company .mission02__title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  #company .mission02__title {
    font-size: 24px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#company .mission02__text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 3.1111111111;
}
@media screen and (max-width: 991px) {
  #company .mission02__text {
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
#company .--local .mission02__text {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  #company .--local .mission02__text {
    margin-top: 12px;
  }
}
#company .--book .mission02__text {
  margin-top: 37px;
}
@media screen and (max-width: 991px) {
  #company .--book .mission02__text {
    margin-top: 6px;
  }
}
#company .--book .mission02__text + .mission02__text {
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  #company .--book .mission02__text + .mission02__text {
    margin-top: 9px;
  }
}
#company .--local .mission02__img {
  width: 54.2%;
  aspect-ratio: 542/139;
  height: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  #company .--local .mission02__img {
    width: 100%;
    aspect-ratio: 353/90;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
  }
}
#company .--book .mission02__img {
  width: 42%;
  aspect-ratio: 420/236;
  height: auto;
}
@media screen and (max-width: 991px) {
  #company .--book .mission02__img {
    width: 100%;
    aspect-ratio: 343/190;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
  }
}
#company .mission03 {
  margin-top: 82px;
}
@media screen and (max-width: 991px) {
  #company .mission03 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  #company .mission03 .container {
    padding-inline: 0;
  }
}
@media screen and (max-width: 991px) {
  #company .mission03 .h2_04 {
    font-size: 24px;
    font-weight: 400;
  }
}
#company .mission03 .dl01 dl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 21px;
}
@media screen and (max-width: 991px) {
  #company .mission03 .dl01 dl,
  #company .mission03 .dl01 dl p {
    font-size: 14px;
  }
}
#company .mission03 .dl01 dl dt {
  padding-block: 9px;
  width: 26%;
}
@media screen and (max-width: 991px) {
  #company .mission03 .dl01 dl dt {
    width: 28%;
    padding-inline: 10px 0;
  }
}
#company .mission03 .dl01 dl dd {
  padding-block: 9px;
}
@media screen and (max-width: 991px) {
  #company .mission03 .dl01 dl dd {
    width: 70%;
    padding-inline: 10px 0;
    letter-spacing: normal;
  }
}
#company .company-outline-link {
  text-decoration: underline;
}
#company .access {
  margin-top: 100px;
  padding-bottom: 65px;
}
@media screen and (max-width: 991px) {
  #company .access {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  #company .access {
    margin-top: 35px;
  }
}
#company .access .company__inner {
  max-width: 885px;
}
@media screen and (max-width: 991px) {
  #company .section__heading.--access .section__heading--en {
    margin-top: -16px;
  }
}
#company .access__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 25px;
}
@media screen and (max-width: 991px) {
  #company .access__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#company .access__container:not(:last-child) {
  border-bottom: 0.7px solid #001b37;
}
@media screen and (max-width: 991px) {
  #company .access__item {
    padding-left: 25px;
    text-align: left;
  }
}
#company .access__text01 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  #company .access__text01 {
    font-size: 18px;
  }
}
#company .access__text02 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 991px) {
  #company .access__text02 {
    font-size: 12px;
  }
}
#company .access__text03 {
  font-size: 12px;
  font-weight: 600;
}
#company .access__img {
  width: 49%;
}
@media screen and (max-width: 991px) {
  #company .access__img {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  #company .access__img iframe {
    aspect-ratio: 335/155;
    height: auto;
  }
}
#company .brand-logo_wrapper {
  margin-block: 30px 55px;
}
@media screen and (max-width: 991px) {
  #company .brand-logo_wrapper {
    margin-block: 0;
  }
}
#gallery,
#gallery .breadcrumb a {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  color: #001b37;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
@media screen and (max-width: 500px) {
  #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item {
    width: 50% !important;
  }
}
#gallery .gallery__item {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-block: 80px 150px;
}
@media screen and (max-width: 991px) {
  #gallery .gallery__item {
    margin-block: 40px;
  }
}
#gallery .brand-logo_wrapper {
  margin-block: 150px 50px;
}
@media screen and (max-width: 991px) {
  #gallery .brand-logo_wrapper {
    margin-block: 30px 20px;
  }
}
.sec-map {
  min-height: 46.6vw;
}
.sec-map:before {
  position: absolute;
  content: "";
  background: url(../images/top/top_map01.png) center/cover;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec-map:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.map-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map-list > li {
  width: 400px;
  padding: 6px 7px;
  background: #f1c71d;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  -webkit-box-shadow: 6px 6px 12px #ccc;
  box-shadow: 6px 6px 12px #ccc;
}
.map-list > li:nth-child(1) {
  top: 20px;
  right: 24vw;
}
.map-list > li:nth-child(2) {
  bottom: 20px;
  right: 27vw;
}
.map-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map-list-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.map-list-img p {
  position: absolute;
  top: 0;
  left: 0;
  background: #001b37;
  font-size: 16px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  padding: 10px 9px;
  line-height: 1;
}
.map-list-img img {
  height: 12.2vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.map-list-txt {
  color: #19191a;
  width: 100%;
  position: relative;
}
.map-list-txt h3,
.map-list-txt .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.map-list-txt p {
  font-size: 14px;
}
.map-list-time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #001b37;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
}
.map-list-txt .button02 {
  position: absolute;
  bottom: 8px;
  right: 6px;
}
.map-list-txt .button02 a {
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  .sec-map {
    min-height: 60vw;
  }
  .map-list-img img {
    height: 15vw;
  }
}
@media screen and (max-width: 991px) {
  .sec-map {
    min-height: 1200px;
  }
  .sec-map:before {
    top: 150px;
    width: 118%;
    height: 75%;
    background: url(../images/top/top_map01_sp.png) left/cover;
  }
  .map-list > li {
    width: 310px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 6px 7px 10px 7px;
  }
  .map-list > li:nth-child(1),
  .map-list > li:nth-child(2) {
    right: auto;
  }
  .map-list > li:nth-child(1) {
    top: 50px;
  }
  .map-list > li:nth-child(2) {
    bottom: 50px;
  }
  .map-list-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .map-list-img img {
    height: 190px;
  }
  .map-list-txt {
    width: 100%;
    padding-top: 0;
  }
  .map-list-txt .button02 {
    position: static;
  }
  .map-list-time {
    margin-top: 0;
    width: 62px;
    height: 62px;
    font-size: 14px;
    top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec-map {
    min-height: 1150px;
  }
}
@media screen and (max-width: 480px) {
  .sec-map {
    min-height: 1080px;
  }
  .sec-map:before {
    top: 270px;
    width: 150%;
    height: 60%;
  }
}
.page-id-198 {
  color: #081b34;
}
.sec-kagu01 {
  background: #eee7db;
  padding: 40px 0;
}
.sec-kagu02 {
  margin-bottom: 30px;
}
.sec-kagu02-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-kagu02-img > li {
  width: 48.6%;
  margin-bottom: 40px;
}
.sec-kagu02-img > li h3 {
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.sec-akari {
  background: #081b34;
  padding: 20px 0 0;
  color: #fff;
  font-weight: 500;
}
.akari-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.akari-ttl img {
  height: 115px;
  margin-right: 35px;
}
.akari-ttl h2 {
  font-size: 30px;
}
.akari-ttl b {
  font-size: 50px;
}
.akari-ttl .c1 {
  color: #f1c71d;
}
.sec-kagu03 {
  padding: 70px 0 0;
}
.sec-kagu03 .box03 {
  margin-bottom: 40px;
}
.kagu-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.kagu-list01 li {
  text-align: center;
  width: 13%;
}
.kagu-list01 li h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}
.kagu-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.kagu-list02 li {
  width: 30%;
  margin-bottom: 60px;
  font-weight: 500;
}
.kagu-list02 li h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
.kagu-list02 li img {
  width: 230px;
}
.kagu-list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 86.5%;
  margin: auto;
  margin-bottom: 120px;
}
.kagu-list03 li {
  width: 24%;
  font-weight: 500;
}
.kagu-list03 li img {
  margin-bottom: 15px;
}
.kagu-list03 li h4 {
  font-size: 20px;
}
.sec-kagu03 .list04 {
  margin-bottom: 40px;
}
.kagu-txt01 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 17.7px;
}
.sec-kagu03 .box03 {
  margin-left: 43px;
}
.kagu-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 930px;
  margin: 0 auto 90px;
}
.kagu-box01 > div:first-child {
  width: 48%;
}
.kagu-box01 > div:last-child {
  width: 48%;
}
.kagu-box01 > div:last-child p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
}
.kagu-box01 > div:last-child img {
  width: 420px;
}
.kagu-box02 {
  margin-bottom: 30px;
}
.kagu-box02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kagu-box02 > li:not(:last-child) {
  margin-bottom: 90px;
}
.kagu-box02 > li h3 {
  font-size: 39px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #1d2b53;
}
.kagu-box02 > li p {
  font-size: 24.5px;
  font-weight: bold;
  color: #001b37;
}
.kagu-box02 > li > div:first-child {
  width: 46%;
}
.kagu-box02 > li > div:last-child {
  width: 48%;
}
.kagu-box02 > li > div:last-child img {
  width: 100%;
}
.s-kagu04-con02 {
  position: relative;
}
.s-kagu04-con02.bg01:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-kagu01 {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .sec-kagu01 .image04 {
    margin-bottom: 30px;
  }
  .sec-kagu02-img > li {
    width: 100%;
  }
  .sec-kagu02-img > li h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .sec-kagu02-img > li:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sec-kagu02-img > li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sec-kagu02-img > li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec-kagu02 {
    margin-bottom: 10px;
  }
  .akari-ttl {
    margin-bottom: 30px;
  }
  .akari-ttl b {
    font-size: 30px;
  }
  .akari-ttl img {
    height: 70px;
    margin-right: 15px;
  }
  .akari-ttl h2 {
    font-size: 20px;
    line-height: 1.3;
  }
  .sec-kagu03 .box03 {
    margin-left: 0;
  }
  .kagu-list01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .kagu-list01 li {
    width: 20%;
    margin-bottom: 20px;
  }
  .kagu-list01 li:nth-child(1),
  .kagu-list01 li:nth-child(2),
  .kagu-list01 li:nth-child(4) {
    margin-right: 17%;
  }
  .kagu-list01 li h4 {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .kagu-txt01 {
    font-size: 14px;
  }
  .kagu-list02 {
    margin-bottom: 0;
  }
  .kagu-list02 li {
    width: 42%;
    margin-bottom: 20px;
  }
  .kagu-list02 li h4 {
    font-size: 16px;
  }
  .kagu-list02 li p {
    font-size: 9px;
    text-wrap-mode: nowrap;
  }
  .kagu-list03 {
    width: 97%;
    margin-bottom: 40px;
  }
  .kagu-list03 li {
    width: 28%;
  }
  .kagu-list03 li img {
    margin-bottom: 10px;
  }
  .kagu-list03 li h4 {
    font-size: 11px;
  }
  .kagu-box01 {
    margin: 0 auto 30px;
  }
  .kagu-box01 > div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .kagu-box01 > div:last-child {
    width: 100%;
  }
  .kagu-box01 > div:last-child p {
    font-size: 15px;
  }
  .kagu-box02 > li:not(:last-child) {
    margin-bottom: 60px;
  }
  .kagu-box02 > li > div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .kagu-box02 > li > div:last-child {
    width: 100%;
  }
  .kagu-box02 > li h3 {
    font-size: 18px;
    text-align: center;
  }
  .kagu-box02 > li h3 span {
    position: relative;
    padding: 0 10px;
  }
  .kagu-box02 > li h3 span::before,
  .kagu-box02 > li h3 span::after {
    content: "";
    width: 3px;
    height: 45px;
    background: #001b37;
    position: absolute;
    top: 50%;
  }
  .kagu-box02 > li h3 span::before {
    -webkit-transform: rotate(-25deg) translate(0, -50%);
    transform: rotate(-25deg) translate(0, -50%);
    left: 0;
  }
  .kagu-box02 > li h3 span::after {
    -webkit-transform: rotate(25deg) translate(0, -50%);
    transform: rotate(25deg) translate(0, -50%);
    right: 0;
  }
  .kagu-box02 > li p {
    font-size: 12px;
    text-align: center;
  }
  .s-kagu04-con02 {
    padding: 40px 0;
  }
  .s-kagu04-con02.bg01:before {
    display: block;
  }
}
.coming-soon__text {
  text-align: center;
  padding: 200px 60px;
}
.ttl {
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}
@media screen and (max-width: 991px) {
  .section__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section__heading--en {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0.3;
  text-transform: uppercase;
  line-height: 1;
  margin-left: calc(-50vw + 50%);
}
@media screen and (max-width: 991px) {
  .section__heading--en {
    font-size: 58px;
    margin-left: 0;
  }
}
@media (min-width: 1420px) {
  .section__heading--en {
    margin-left: -230px;
  }
}
.section__heading--en::first-letter {
  font-size: 120px;
}
@media screen and (max-width: 991px) {
  .section__heading--en::first-letter {
    font-size: 70px;
  }
}
.section__heading--ja {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .section__heading--ja {
    font-size: 18px;
    text-align: center;
  }
}
.button-round {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding: 10px 25px;
  width: 44.7%;
  max-width: 200px;
  border-radius: 10px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  position: relative;
}
@media screen and (max-width: 991px) {
  .button-round {
    border-radius: 20px;
  }
}
.button-round:hover {
  background-color: #fff;
  color: #000;
}
.button-round span::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34%;
  height: 0.6px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button-round span::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 0.6px;
  background-color: #fff;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button-round:hover span::after {
  background-color: #000;
  right: 10px;
}
.button-round:hover span::before {
  background-color: #000;
  right: 10px;
}
.button-small {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: self-end;
  align-self: self-end;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button-small:hover {
  background-color: #fff;
  color: #000;
}
.layout-01 {
  gap: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .layout-01 {
    gap: 20px;
  }
}
.layout-01__item {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .layout-01__item {
    width: 100%;
    max-width: 500px;
  }
}
.list-01__item {
  font-weight: 500;
  padding: 0 0 0 25px;
  position: relative;
}
.list-01__item::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background: #333;
}
.list-01__item:not(:first-child) {
  margin: 35px 0 0;
}
.list-01__ttl {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.7083333333;
  margin: 0 0 10px;
}
.list-01__item {
  font-weight: 500;
  padding: 0 0 0 25px;
  position: relative;
}
.list-01__item::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background: #333;
}
.list-01__item:not(:first-child) {
  margin: 35px 0 0;
}
.list-01__ttl {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.7083333333;
  margin: 0 0 10px;
}
.inview {
  opacity: 0;
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
  position: relative;
}
.inview.on {
  opacity: 1;
}
.inview.fadeInBottom {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.inview.fadeInBottom.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  .inview.fadeInBottomSp {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 991px) {
  .inview.fadeInBottomSp.on {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.inview.fadeInBottomDelay {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.inview.fadeInBottomDelay.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 22px;
  position: relative;
}
.sec-ttl h4,
.sec-ttl .head {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sec-ttl p {
  font-size: 21.5px;
  text-wrap-mode: nowrap;
  line-height: 1.1;
  font-weight: 500;
}
.sec-ttl .button03 {
  position: absolute;
  right: -110px;
  bottom: -16px;
}
.sec-ttl .button03 a {
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  .sec-ttl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 30px;
  }
  .sec-ttl p {
    font-size: 16px;
    text-wrap-mode: unset;
    line-height: 1.6;
  }
  .sec-ttl .button03 {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-ttl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 40px;
  }
  .sec-ttl h4,
  .sec-ttl .head {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-left: 0;
    margin-top: 10px;
    font-size: 19px;
  }
  .sec-ttl p {
    text-wrap-mode: wrap;
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.6;
  }
}
.top-bnr {
  padding: 31px 20px 21px;
  width: 100%;
}
.top-bnr .fv {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.top-bnr .fv img,
.top-bnr .fv video {
  width: 100%;
  height: 53vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-bnr__text {
  position: absolute;
  top: 90px;
  left: 60px;
  z-index: 1;
}
.top-bnr__text h2 {
  font-size: 61px;
  letter-spacing: 11.2px;
  color: #fff;
  font-weight: bold;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 1199px) {
  .top-bnr__text h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .top-bnr {
    padding: 15px 10px 15px;
  }
  .top-bnr .fv img,
  .top-bnr .fv video {
    height: 500px;
  }
  .top-bnr__text h2 {
    letter-spacing: 3px;
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .top-bnr__text {
    top: 30px;
    right: 0;
    left: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-bnr__text h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 480px) {
  .top-bnr .fv img,
  .top-bnr .fv video {
    height: 450px;
  }
}
.top-slick-prev,
.top-slick-next {
  position: absolute;
  top: 51%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 37px;
  height: 37px;
  border: none;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}
.top-slick-prev {
  left: 9px;
  background: url(../images/common/arrow01_l.png) center/cover;
}
.top-slick-next {
  right: 9px;
  background: url(../images/common/arrow01_r.png) center/cover;
}
.categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.categoryList > li a {
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 0.65px;
  padding: 2px 9px;
  font-weight: bold;
}
.categoryList > li.catid-6 a {
  background: #fbb03b;
  color: #333;
}
.categoryList > li.catid-7 a {
  background: #dab161;
}
.categoryList > li.catid-8 a {
  background: #b6282c;
}
.categoryList > li.catid-9 a {
  background: #00a99d;
}
.categoryList > li:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .categoryList > li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .categoryList > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .categoryList > li a {
    font-size: 11.8px;
  }
}
.newsListImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsListImage > li {
  width: 22%;
}
.newsListImage li canvas {
  margin-bottom: 10px;
  height: 13vw;
}
@media screen and (max-width: 991px) {
  .newsList {
    margin-bottom: 40px;
  }
  .newsListImage {
    margin: 0 -10px;
  }
  .newsListImage .slick-slide {
    margin: 0 10px;
  }
  .newsListImage li canvas {
    height: 35vw;
  }
}
.top-area {
  text-align: center;
  padding: 20px 0 36px;
}
.top-area h2 {
  font-size: 42px;
  margin-bottom: 2px;
}
.top-area p,
.top-area h3 {
  font-size: 28.7px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .top-area {
    padding: 20px 10px 36px;
  }
  .top-area h2 {
    font-size: 28px;
  }
  .top-area p,
  .top-area h3 {
    font-size: 14px;
  }
}
.top-kodawari {
  background: #fff;
  padding: 76px 0px 114px 90px;
}
.t-kodawari-con {
  width: 55%;
}
.t-kodawari-con h2,
.t-kodawari-con .catch {
  font-size: 53.4px;
  font-weight: 700;
  margin-bottom: 37px;
  letter-spacing: 11px;
  line-height: 1.6;
}
.t-kodawari-con h2 span,
.t-kodawari-con .catch span {
  border-bottom: 3px solid #fccf00;
  padding-bottom: 4px;
}
.t-kodawari-text {
  margin-top: 11px;
  padding-left: 9px;
}
.t-kodawari-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-kodawari-list > li {
  font-size: 36px;
  background: #fccf00;
  padding: 0 10px;
  border: 2px solid #333;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  min-width: 220px;
  line-height: 0;
  min-height: 55px;
}
.t-kodawari-list > li:not(:last-child) {
  margin-right: 22px;
}
.t-kodawari-list > li span {
  position: relative;
  top: -3px;
}
.t-kodawari-con-txt {
  border-bottom: 3px solid #333;
  display: inline-block;
  font-size: 20px;
  line-height: 2.1;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 10px;
  letter-spacing: 2.2px;
}
.t-kodawari-image {
  position: absolute;
  top: 66px;
  right: 0;
  width: 619px;
}
@media screen and (max-width: 1199px) {
  .t-kodawari-image {
    width: 400px;
  }
  .t-kodawari-con h2,
  .t-kodawari-con .catch {
    font-size: 33px;
  }
  .t-kodawari-list > li {
    font-size: 22px;
    min-width: 140px;
    min-height: 45px;
  }
  .t-kodawari-list > li:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .top-kodawari {
    padding: 76px 0px 30px 10px;
  }
  .t-kodawari-con h2,
  .t-kodawari-con .catch {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .t-kodawari-image {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .top-kodawari {
    padding: 40px 10px 30px 10px;
  }
  .t-kodawari-image {
    width: 80%;
    margin: 20px auto 0;
    position: static;
  }
  .t-kodawari-con {
    width: 100%;
  }
  .t-kodawari-list > li {
    font-size: 17px;
    padding: 0 13px;
    min-width: 90px;
    min-height: 36px;
  }
  .t-kodawari-con h2,
  .t-kodawari-con .catch {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 5px;
  }
  .t-kodawari-con-txt {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .t-kodawari-image {
    width: 100%;
  }
}
.top-showroom {
  background: url(../images/common/bg02.png);
  padding: 33px 0px 69px;
  color: #fff;
}
.top-showroom .side-title {
  color: #aeacba;
}
.top-showroom .title01 h3,
.top-showroom .title01 .title {
  letter-spacing: 5px;
}
.t-showroom-wrap {
  position: relative;
}
.t-showroom-txt {
  margin: 31px 0;
  font-size: 21.5px;
  line-height: 1.2;
}
.t-showroom-img img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
.t-showroom-img img:nth-child(1) {
  width: 403px;
  top: 0;
  right: -111px;
}
.t-showroom-img img:nth-child(2) {
  width: 202px;
  bottom: -71px;
  right: 217px;
}
.t-showroom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 137px;
}
.t-showroom-list > li {
  width: 48%;
}
.t-showroom-list > li {
  padding: 10px 10px 25px;
  background: #f1c71d;
  border-radius: 10px;
  overflow: hidden;
}
.t-showroom-list-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1px;
}
.t-showroom-list-img p {
  position: absolute;
  top: 0;
  left: 0;
  background: #001b37;
  font-size: 21px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  padding: 10px 9px;
  line-height: 1;
  font-weight: 500;
}
.t-showroom-list-img img {
  height: 21vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.t-showroom-list-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #19191a;
  padding: 0 11px;
}
.t-showroom-list-txt > div:first-child {
  width: 82%;
}
.t-showroom-list-txt > div:last-child {
  width: 82px;
  height: 82px;
  padding: 14px 0px;
  border-radius: 10px;
  background: #001b37;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 9px;
}
.t-showroom-list-txt h3 {
  font-size: 28.9px;
  font-weight: 500;
  letter-spacing: 3.8px;
}
.t-showroom-list-txt p {
  font-size: 17px;
  letter-spacing: 1.7px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .t-showroom-con {
    margin-left: 30px;
  }
  .t-showroom-list-img img {
    height: 290px;
  }
  .t-showroom-img img:nth-child(1) {
    width: 220px;
    right: 0;
  }
  .t-showroom-img img:nth-child(2) {
    width: 170px;
    right: 70px;
  }
}
@media screen and (max-width: 991px) {
  .top-showroom {
    padding: 33px 0px 40px;
  }
  .top-showroom .side-title {
    top: 430px;
  }
  .top-showroom .sec-ttl {
    margin-left: 0;
  }
  .t-showroom-con {
    margin-left: 0;
  }
  .t-showroom-img img:nth-child(1) {
    width: 130px;
    top: auto;
    right: 90px;
    bottom: -10px;
  }
  .t-showroom-img img:nth-child(2) {
    width: 160px;
    bottom: auto;
    right: 0;
    top: 40px;
  }
  .t-showroom-txt {
    margin: 13px 0 20px;
    font-size: 14px;
  }
  .t-showroom-list {
    margin-top: 30px;
    width: 100%;
    margin-left: auto;
  }
  .t-showroom-list > li {
    width: 48%;
  }
  .t-showroom-list-img img {
    height: 230px;
  }
  .t-showroom-list-img p {
    font-size: 16px;
  }
  .t-showroom-list-txt h3 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .t-showroom-list-txt {
    padding: 0 5px;
  }
  .t-showroom-list-txt > div:first-child {
    width: 77%;
  }
  .t-showroom-list-txt p {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .t-showroom-list-txt > div:last-child {
    width: 62px;
    height: 62px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .t-showroom-list > li {
    width: 100%;
  }
  .t-showroom-img img:nth-child(1) {
    width: 110px;
    top: auto;
    right: 110px;
    bottom: -20px;
  }
  .t-showroom-img img:nth-child(2) {
    width: 160px;
    bottom: auto;
    right: 0;
    top: 10px;
  }
  .t-showroom-list-img img {
    height: 45vw;
  }
  .t-showroom-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .t-showroom-img img:nth-child(1) {
    width: 100px;
    top: auto;
    right: 0;
    bottom: -10px;
  }
  .t-showroom-img img:nth-child(2) {
    width: 70px;
    bottom: auto;
    right: 0;
    top: 90px;
  }
}
@media screen and (max-width: 480px) {
  .t-showroom-list-img img {
    height: 50vw;
  }
}
.top-price {
  padding: 120px 0 21px;
}
.top-price .side-title {
  top: 20px;
}
.top-price .sec-ttl {
  margin-bottom: 80px;
}
.top-price .sec-ttl > p {
  margin-left: 122px;
}
.top-price .text02 {
  font-weight: 700;
}
.price-slide {
  width: 95.7%;
  margin: 0 auto 98px;
}
.price-slide .slick-slide {
  margin: 0 20px;
}
.price-slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto 30px;
}
.price-slide-btn > li {
  min-width: 330px;
  font-size: 34px;
  padding: 11.4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 0 10px 44px 10px;
  position: relative;
  color: #58342a;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 4px;
}
.price-slide-btn > li:before {
  position: absolute;
  content: "";
  background: url(../images/common/item01.png) center/cover;
  width: 95.9%;
  height: 123%;
  top: 0;
  left: 0;
}
.price-slide-btn > li b {
  font-size: 42px;
  position: relative;
  top: 2px;
}
.price-slide-btn > li:after {
  position: absolute;
  content: "";
  background: #fccf00;
  width: 91.5%;
  height: 101%;
  top: 4px;
  left: 4px;
  border-radius: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.price-slide-btn > li span {
  position: relative;
  top: 0px;
  left: -6px;
  z-index: 1;
}
.price-slide-btn > li:hover:after {
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .top-price .sec-ttl > p {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .top-price {
    padding: 52px 0 21px;
  }
  .top-price .side-title {
    top: 20px;
  }
  .top-price .sec-ttl {
    margin-bottom: 42px;
  }
  .top-price .sec-ttl > p {
    margin-left: 0;
  }
  .price-slide-btn {
    margin: 0 auto 20px;
  }
  .price-slide-btn > li {
    min-width: 168px;
    font-size: 17px;
    padding: 3.7px 10px;
    margin: 0 10px 20px 10px;
  }
  .price-slide-btn > li b {
    font-size: 27px;
  }
  .price-slide-btn > li:after {
    border-radius: 10px;
    width: 91%;
    height: 97%;
    top: 2px;
    left: 3px;
  }
  .price-slide-btn > li:before {
    height: 117%;
  }
  .price-slide {
    width: 100%;
    margin: 0 auto 80px;
  }
  .price-slide .slick-slide {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .price-slide {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 480px) {
  .price-slide-btn {
    width: 100%;
  }
  .price-slide-btn > li {
    margin: 0;
  }
  .price-slide-btn > li:nth-child(odd) {
    margin-right: 10px;
  }
  .price-slide-btn > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top-plan {
  padding: 120px 0 80px;
}
.top-plan .side-title {
  top: 20px;
}
.top-plan .sec-ttl {
  margin-bottom: 80px;
}
.top-plan .sec-ttl > p {
  margin-left: 17px;
}
.top-plan .text02 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-plan .sec-ttl {
    margin-bottom: 55px;
  }
}
.plan-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 10px;
}
.plan-list01 > li {
  width: 31%;
}
.plan-list01-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #fff;
  padding: 7px 50px 7px 30px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.plan-list01-ttl img {
  height: 30px;
  margin-right: 10px;
}
.plan-list01-ttl h3 {
  font-size: 1em;
}
.plan-list01-ttl h3 span,
.plan-list01-ttl h4 span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  line-height: 1.1;
  font-size: 19px;
}
.plan-list01-ttl h3 span:before,
.plan-list01-ttl h4 span:before {
  font-family: "Font Awesome 5 Free";
  content: "+";
  position: absolute;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.plan-list01-ttl.active h3 span:before,
.plan-list01-ttl.active h4 span:before {
  content: "";
}
.plan-list01 > li:nth-child(1) .plan-list01-ttl {
  background: #00b0ec;
}
.plan-list01 > li:nth-child(1) .plan-list01-ttl h3 span,
.plan-list01 > li:nth-child(1) .plan-list01-ttl h4 span {
  color: #17489c;
}
.plan-list01 > li:nth-child(2) .plan-list01-ttl {
  background: #d95827;
}
.plan-list01 > li:nth-child(2) .plan-list01-ttl h3 span,
.plan-list01 > li:nth-child(2) .plan-list01-ttl h4 span {
  color: #d95827;
}
.plan-list01 > li:nth-child(3) .plan-list01-ttl {
  background: #096;
}
.plan-list01 > li:nth-child(3) .plan-list01-ttl h3 span,
.plan-list01 > li:nth-child(3) .plan-list01-ttl h4 span {
  color: #096;
}
.plan-list01-con > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-list01-con > ul > li {
  width: 47%;
  margin-bottom: 10px;
}
.plan-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
.plan-list02 > li {
  width: 31%;
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px 16px 30px 16px;
  margin-bottom: 50px;
  -webkit-box-shadow: 13px 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 13px 13px 0 rgba(0, 0, 0, 0.2);
}
.plan-list02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-list02__flex > div:first-child {
  width: 50%;
}
.plan-list02__flex > div:first-child h3,
.plan-list02__flex > div:first-child h4 {
  font-size: 24px;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
  margin-left: 20px;
  margin-bottom: 19px;
  display: inline-block;
  line-height: 1.1;
}
.plan-list02__flex > div:first-child p {
  font-size: 15.6px;
  line-height: 1.3;
}
.plan-list02__flex > div:last-child {
  width: 46%;
}
.plan-list02__flex > div:last-child img {
  width: 84%;
  margin: auto;
  background: #fff;
  border-radius: 16px;
}
.plan-list02__price {
  background: #001b37;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  margin-top: 13px;
  font-size: 23px;
  line-height: 1;
}
.plan-list02__price span {
  font-size: 14px;
  position: relative;
  top: -1px;
}
.plan-list02.c1 > li {
  background: #f1c71d;
}
.plan-list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.plan-list03 > li {
  width: 47%;
  position: relative;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 13px 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 13px 13px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
.plan-list03-flex {
  padding: 11px 11px 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-list03-flex > div:first-child {
  width: 26%;
}
.plan-list03-flex > div:first-child h3,
.plan-list03-flex > div:first-child h4 {
  font-size: 24px;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  margin-top: 7px;
  margin-left: 5px;
  margin-bottom: 19px;
  display: inline-block;
  line-height: 1.1;
}
.plan-list03-flex > div:first-child p {
  font-size: 15.5px;
  line-height: 1.3;
}
.plan-list03-flex > div:last-child {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .plan-list03-flex {
    padding: 3px 3px 3px 3px;
  }
  .plan-list03-flex > div:first-child h4 {
    font-size: 12px;
  }
  .plan-list03-flex > div:first-child p {
    font-size: 10px;
  }
}
.plan-list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  position: relative;
}
.plan-list04 > li {
  width: 29%;
  border-bottom: 3px dotted #f1c71d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.plan-list04 > li:not(:last-child) {
  margin-bottom: 40px;
}
.plan-list04 > li h3 {
  color: #001b37;
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
}
.plan-list04 > li h3:before {
  position: absolute;
  content: "";
  background: #f1c71d;
  width: 100%;
  height: 7px;
  bottom: 3px;
  left: 0;
}
.plan-list04 > li h3.t01 {
  letter-spacing: -3px;
}
.plan-list04 > li h3 span {
  position: relative;
}
.plan-list04 > li p {
  font-size: 19.3px;
}
.plan-list04 > li > div:first-child {
  width: 19%;
}
.plan-list04 > li > div:last-child {
  width: 78%;
}
@media screen and (max-width: 1199px) {
  .plan-list01-ttl {
    font-size: 16px;
  }
  .plan-list01-ttl img {
    height: 23px;
  }
  .plan-list02 > li {
    -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
  }
  .plan-list02__flex > div:first-child p {
    font-size: 12px;
  }
  .plan-list03 > li > div:first-child h4 {
    font-size: 17px;
  }
  .plan-list03 > li > div:first-child p {
    font-size: 12px;
  }
  .plan-list04 > li h3 {
    font-size: 16px;
  }
  .plan-list04 > li p {
    font-size: 13px;
  }
  .plan-list04 > li h3.t01 {
    letter-spacing: -2px;
  }
}
.plan-list05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-list05 > li {
  width: 31%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 30px 10px;
  margin-bottom: 40px;
  -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
.plan-list05 > li p {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding: 0 7px 5px;
  line-height: 1;
  position: relative;
}
.plan-list05 > li p:before {
  position: absolute;
  content: "";
  background: url(../images/showroom/icon01.png) center/cover;
  width: 35px;
  height: 35px;
  top: 50%;
  left: -45px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .plan-list05 > li {
    width: 48%;
    padding: 12px 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .plan-list05 > li p {
    font-size: 13px;
  }
  .plan-list05 > li p:before {
    width: 20px;
    height: 20px;
    left: -23px;
  }
}
@media screen and (max-width: 991px) {
  .top-plan {
    padding: 30px 0 30px;
  }
  .top-plan .side-title {
    top: 30px;
  }
  .top-plan .sec-ttl > p {
    margin-left: 0;
  }
  .plan-list01 {
    width: 70%;
    margin: 0 auto 30px;
  }
  .plan-list01 > li {
    width: 100%;
  }
  .plan-list01-ttl {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .plan-list01-ttl h3 span,
  .plan-list01-ttl h4 span {
    right: 40px;
  }
  .plan-list02 {
    margin-top: 30px;
  }
  .plan-list02 > li {
    width: 48%;
    padding: 7px;
    margin-bottom: 20px;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .plan-list02__flex > div:first-child {
    width: 61%;
  }
  .plan-list02__flex > div:first-child h4 {
    font-size: 16px;
    margin-left: 4px;
  }
  .plan-list02__flex > div:last-child {
    width: 35%;
  }
  .plan-list02__flex > div:last-child img {
    width: 100%;
    border-radius: 7px;
  }
  .plan-list02__flex > div:first-child p {
    font-size: 14px;
  }
  .plan-list02__price {
    color: #da5827;
    text-align: right;
    padding: 0;
    background: 0;
  }
  .plan-list03 > li {
    width: 48%;
    padding: 6px;
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
  }
  .plan-list03 > li > div:first-child {
    width: 29%;
  }
  .plan-list03 > li > div:first-child h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .plan-list03 > li > div:first-child p {
    font-size: 10px;
    line-height: 1.3;
  }
  .plan-list03 > li > div:last-child {
    width: 70%;
  }
  .plan-list03 > li > div:last-child img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 128px;
    border-radius: 7px;
  }
}
@media screen and (max-width: 767px) {
  .plan-list01 {
    width: 100%;
  }
  .plan-list02__flex > div:first-child h4 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .plan-list02__flex > div:first-child p {
    font-size: 10px;
  }
  .plan-list04 > li {
    width: 47%;
  }
}
@media screen and (max-width: 480px) {
  .plan-list03 > li {
    width: 100%;
  }
  .plan-list03 > li:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .plan-list03 > li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .plan-list03 > li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .plan-list03 > li:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .plan-list04 > li {
    width: 100%;
  }
  .plan-list04 > li:last-child {
    border-bottom: none;
  }
}
.top-case {
  padding: 92px 0;
  background: #fff;
}
.top-case .side-title {
  top: 109px;
}
@media screen and (max-width: 1439px) {
  .top-case .side-title {
    left: -7px;
  }
}
@media screen and (max-width: 1199px) {
  .top-case .side-title {
    left: 0;
  }
}
.top-case .sec-ttl {
  margin-bottom: 37px;
}
.top-case .text02 {
  font-weight: 700;
}
.case-list {
  margin: 55px 0 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case-list li {
  max-width: 400px;
}
.case-list .slick-slide {
  margin: 0 30px;
}
.case-list-after,
.case-list-before {
  width: 140px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  padding: 6px;
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #fff;
  line-height: 1;
}
.case-list-after {
  background: #fccf00;
}
.case-list-before {
  background: #001b37;
}
.case-list-image {
  position: relative;
  margin-bottom: 10px;
}
.case-list-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.case-list-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.case-list-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.case-list-thumbnail > div {
  width: 48%;
  position: relative;
}
.case-list-thumbnail .case-list-after,
.case-list-thumbnail .case-list-before {
  padding: 6px 31px 6px 32px;
  bottom: 9px;
}
.case-list-text h3 {
  padding-left: 23px;
  margin-bottom: 10px;
  font-size: 27.3px;
}
.case-list-text > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.case-list-text > ul > li {
  width: 31%;
  background: #e6e6e6;
  border-radius: 10px;
  padding: 6px;
}
.case-list-text > ul > li .head,
.case-list-text > ul > li h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.case-list-text > ul > li p {
  font-size: 15px;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case-list-text > ul > li p.t1 {
  font-size: 19px;
}
.case-list-text > ul > li p.t2 {
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  .case-list-thumbnail .case-list-after,
  .case-list-thumbnail .case-list-before {
    padding: 5px;
  }
  .case-list-after,
  .case-list-before {
    width: 90px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .top-case {
    padding: 30px 0 50px;
  }
  .top-case .side-title {
    top: 30px;
  }
  .case-list {
    margin: 40px 0 0 0;
  }
  .case-list .slick-slide {
    margin: 0 10px;
  }
  .case-list > li {
    width: 48%;
    position: relative;
    margin-bottom: 50px;
  }
  .case-list > li:not(:last-child) {
    margin-bottom: 50px;
  }
  .case-list > li:nth-child(n + 5) {
    display: none;
  }
  .case-list > li > a {
    padding-bottom: 25px;
  }
  .case-list > li > a:before {
    position: absolute;
    content: "";
    background: url(../images/common/arrow03.png) right/cover;
    width: 124px;
    height: 10px;
    bottom: -17px;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .case-list-after,
  .case-list-before {
    width: 60px;
    font-size: 11px;
  }
  .case-list-thumbnail .case-list-after,
  .case-list-thumbnail .case-list-before {
    padding: 6px;
  }
  .case-list-text > ul > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case-list-text h3 {
    padding-left: 5px;
    font-size: 18px;
  }
  .case-list-text > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .case-list-text > ul > li .head,
  .case-list-text > ul > li h4 {
    font-size: 13px;
    min-width: 80px;
    text-align: left;
  }
  .case-list-text > ul > li p {
    min-height: auto;
  }
  .case-list-text > ul > li p,
  .case-list-text > ul > li p.t1,
  .case-list-text > ul > li p.t2 {
    font-size: 13px;
  }
}
.top-reason {
  padding: 86px 0 35px;
  background: url(../images/common/bg03.png);
}
.top-reason:before {
  position: absolute;
  content: "";
  background: url(../images/top/top_reason_item01.png) top/cover;
  width: 264px;
  height: 390px;
  top: -99px;
  right: 40px;
}
.top-reason .side-title {
  top: 109px;
}
.top-reason .sec-ttl {
  margin-bottom: 40px;
}
.top-reason .text02 {
  font-weight: 700;
}
.t-reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.t-reason-list > li {
  width: 47%;
  margin-bottom: 26px;
}
.t-reason-list > li img {
  width: 100%;
}
.t-reason-list > li .t-reason-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-reason-list > li .t-reason-list-flex > li {
  width: 48%;
}
.point-txt {
  display: none;
}
@media screen and (max-width: 1199px) {
  .top-reason:before {
    width: 180px;
    height: 300px;
    top: -30px;
    right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .top-reason {
    padding: 30px 0 35px;
  }
  .top-reason:before {
    width: 124px;
    height: 140px;
    top: -41px;
    right: -10px;
  }
  .top-reason .side-title {
    top: 30px;
  }
  .top-reason .sec-ttl {
    margin-bottom: 40px;
    margin-left: 0;
    text-align: center;
  }
  .t-reason-list {
    counter-reset: number;
  }
  .t-reason-list > li {
    width: 94%;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
  }
  .t-reason-list > li:last-child {
    width: 100%;
  }
  .t-reason-list > li:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .t-reason-list > li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .t-reason-list > li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .t-reason-list > li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .t-reason-list > li:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .t-reason-list > li:nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .t-reason-list-flex > li {
    position: relative;
  }
  .point-txt {
    display: block;
    position: absolute;
    top: 5px;
    left: -33px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 18px;
  }
  .point-txt:before {
    content: "POINT";
  }
  .t-reason-list-flex > li {
    padding-top: 25px;
  }
  .t-reason-list-flex > li .point-txt {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.top-about {
  padding: 81px 0;
  min-height: 791px;
  color: #fff;
}
.top-about:before {
  position: absolute;
  content: "";
  background: url(../images/top/top_about_bg.png) right/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.top-about .side-title {
  top: 91px;
  color: #fff;
}
.top-about .sec-ttl {
  margin-bottom: 35px;
}
.t-about-bg {
  background: #fff;
  width: 100%;
  height: 54px;
}
.t-about-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: bold;
  margin-top: 44px;
}
.t-about-link > li {
  background: #001b37;
  position: relative;
  border-radius: 10px;
  width: 47.3%;
}
.t-about-link > li:before {
  position: absolute;
  content: "";
  background: #001b37;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  opacity: 0.3;
  border-radius: 10px;
  z-index: -1;
}
.t-about-link > li > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.t-about-link > li > a > div:first-child {
  width: 42.8%;
}
.t-about-link > li > a > div:first-child img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.t-about-link > li > a > div:last-child {
  width: 57%;
  padding: 10px 0 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.t-about-link > li > a > div:last-child span {
  display: inline-block;
  position: relative;
  font-size: 24px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  letter-spacing: 4px;
}
.t-about-link > li > a > div:last-child span:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100px;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.t-about-link > li > a > div:last-child h3 {
  font-size: 20px;
  width: 100%;
}
.t-about-link > li > a > div:last-child p {
  width: 100%;
  font-size: 41px;
  letter-spacing: 1.2px;
  line-height: 1.2;
}
.t-about-txt {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
}
.t-about-txt h3,
.t-about-txt .head {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.t-about-txt p {
  font-size: 19.1px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.7px;
  width: 93%;
  position: relative;
  left: 89px;
}
.t-about-txt p:before,
.t-about-txt p:after {
  content: "";
  width: 1px;
  height: 90px;
  background: #fff;
  position: absolute;
  top: 0;
}
.t-about-txt p:before {
  -webkit-transform: rotate(-25deg) translate(0, -50%);
  transform: rotate(-25deg) translate(0, -50%);
  left: 39px;
}
.t-about-txt p:after {
  -webkit-transform: rotate(25deg) translate(0, -50%);
  transform: rotate(25deg) translate(0, -50%);
  right: 39px;
}
@media screen and (max-width: 1199px) {
  .t-about-link > li > a > div:last-child p {
    font-size: 30px;
  }
  .t-about-link > li > a > div:last-child h3 {
    font-size: 13px;
  }
  .t-about-link > li > a > div:last-child span {
    font-size: 15px;
  }
  .t-about-txt p {
    font-size: 15px;
    width: 70%;
    left: 0;
    margin: auto;
  }
  .t-about-txt p:before {
    left: 0;
  }
  .t-about-txt p:after {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .top-about {
    padding: 50px 0 220px;
  }
  .top-about .side-title {
    top: 53px;
  }
  .top-about .side-title,
  .top-about .title01 h3,
  .top-about .sec-ttl {
    color: #fff;
  }
  .top-about .sec-ttl {
    text-shadow: 2px 2px 5px #555;
  }
  .t-about-txt h3,
  .t-about-txt .head {
    font-size: 20px;
  }
  .t-about-txt p:before,
  .t-about-txt p:after {
    display: none;
  }
  .t-about-txt p {
    position: static;
    font-size: 15px;
  }
  .t-about-link > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .t-about-link > li > a > div:last-child {
    padding: 35px 0 30px;
  }
  .t-about-link > li > a > div:last-child p {
    font-size: 23px;
  }
  .t-about-link > li > a > div:last-child span {
    font-size: 15px;
  }
  .t-about-link > li > a > div:first-child img {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .t-about-link > li {
    width: 100%;
  }
  .t-about-txt p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .t-about-txt p {
    font-size: 13px;
  }
}
.top-instagram {
  padding-top: 83px;
  background: #fff;
}
.top-instagram .side-title {
  font-weight: 700;
  top: 91px;
}
.top-instagram .sec-ttl > p {
  margin-left: 57px;
  letter-spacing: 2px;
}
.t-instagram-con {
  background: #dab161;
  padding: 86px 0 82px;
  margin-top: 77px;
  position: relative;
}
.t-instagram-title {
  position: relative;
}
.t-instagram-title h2 {
  font-size: 60px;
}
.t-instagram-item {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 82px;
  z-index: 1;
}
.t-instagram-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-instagram-img a {
  width: 30%;
}
.t-instagram-img a img {
  width: 100%;
}
.t-instagram-icon {
  display: none;
}
@media screen and (max-width: 1199px) {
  .t-instagram-title h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .top-instagram {
    padding-top: 30px;
  }
  .top-instagram .side-title {
    top: 30px;
    display: none;
  }
  .top-instagram .sec-ttl > p {
    margin-left: 0;
  }
  .t-instagram-title h2 {
    font-size: 14px;
    margin-bottom: 72px;
  }
  .t-instagram-con {
    margin-top: 0;
    overflow: scroll;
    padding: 25px 0;
  }
  .t-instagram-img {
    width: 155%;
  }
}
@media screen and (max-width: 767px) {
  .top-instagram .sec-ttl {
    margin-left: 0;
    display: inline-block;
  }
  .t-instagram-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-instagram-icon {
    display: block;
    width: 60px;
    margin-right: 20px;
  }
  .t-instagram-icon img {
    width: 100%;
  }
}
.top-contact {
  padding: 129px 0 104px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .top-contact {
    padding: 50px 0 0;
  }
}
.top-event {
  color: #fff;
  padding: 51px 0 84px;
  background: url(../images/common/bg02.png);
}
.top-event .side-title {
  top: 91px;
  color: #aeacba;
  font-weight: 700;
}
.top-event .sec-ttl {
  margin-bottom: 46px;
}
.top-event .sec-ttl > p {
  margin-left: 20px;
}
.top-event .eventList {
  margin: 63px 0 83px;
}
@media screen and (max-width: 991px) {
  .top-event {
    padding: 28px 0 40px;
  }
  .top-event .side-title {
    top: 30px;
  }
  .top-event .sec-ttl > p {
    margin-left: 0;
  }
  .top-event .eventList-con {
    padding: 20px 20px 10px;
  }
  .top-event .eventList {
    margin: 0 0 60px;
  }
  .top-event .slick-next {
    right: -3px;
  }
  .top-event .slick-prev {
    left: -3px;
  }
}
@media screen and (max-width: 767px) {
  .top-event .eventList .slick-slide {
    margin: 0;
  }
}
.home {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  color: #001b37;
}
.top-fv {
  position: relative;
  z-index: 0;
  margin-top: -70px;
}
@media screen and (max-width: 991px) {
  .top-fv {
    height: 100svh;
  }
}
.top-fv__img {
  position: relative;
  width: 100%;
  z-index: 0;
}
.top-fv__img picture {
  display: block;
}
.top-fv__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .top-fv__img img {
    height: 100svh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.top-fv__heading {
  position: absolute;
  top: calc(50% + 40px);
  left: 5.8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .top-fv__heading {
    top: calc(50% + 70px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .top-fv__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px;
    position: relative;
  }
}
.top-fv__title {
  font-size: 83px;
  font-weight: 400;
  line-height: 1.0602409639;
  letter-spacing: 0.13em;
  margin-top: 20px;
  position: relative;
  text-shadow:
    0 0 24px hsla(0, 0%, 100%, 0.35),
    0 0 48px hsla(0, 0%, 100%, 0.18),
    0 0 72px hsla(0, 0%, 100%, 0.08);
}
@media screen and (max-width: 991px) {
  .top-fv__title {
    font-size: 36px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-top: 0;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-shadow: none;
  }
}
.top-fv__title .--narrow {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 991px) {
  .top-fv__title .--narrow {
    letter-spacing: 0.2em;
  }
}
.top-fv__title::before {
  position: absolute;
  content: "";
  top: -4%;
  left: -4%;
  width: 108%;
  height: 108%;
  z-index: -1;
  background: hsla(0, 0%, 100%, 0.13);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .top-fv__title::before {
    content: none;
  }
}
.top-fv__sub-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-left: 5px;
  padding-left: 20px;
  margin-top: 30px;
  position: relative;
  text-shadow:
    0 0 24px hsla(0, 0%, 100%, 0.35),
    0 0 48px hsla(0, 0%, 100%, 0.18),
    0 0 72px hsla(0, 0%, 100%, 0.08);
}
@media screen and (max-width: 991px) {
  .top-fv__sub-title {
    font-size: 14px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-left: 0;
    margin-top: 3px;
    position: absolute;
    top: 0;
    left: -40px;
    text-shadow: none;
    letter-spacing: 0.01em;
  }
}
.top-fv__sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 90%;
  background: #c69c6d;
}
@media screen and (max-width: 991px) {
  .top-fv__sub-title::before {
    content: none;
  }
}
.top-fv__sub-title::after {
  position: absolute;
  content: "";
  top: -4%;
  left: -4%;
  width: 108%;
  height: 108%;
  z-index: -1;
  background: hsla(0, 0%, 100%, 0.13);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .top-fv__sub-title::after {
    content: none;
  }
}
.top-event-slide {
  padding-block: 70px 80px;
}
@media screen and (max-width: 1100px) {
  .top-event-slide {
    padding-block: 20px;
  }
}
.eventList.pin-post-fixed {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .eventList.pin-post-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding-inline: 35px;
  }
}
.top-event-slide .section__heading--en {
  color: #e5e8ea;
  opacity: 1;
  font-size: clamp(70px, 7.8125vw, 100px);
}
@media screen and (max-width: 1100px) {
  .top-event-slide .section__heading--en {
    font-size: clamp(40px, 15.4666666667vw, 58px);
  }
}
.top-event-slide .section__heading--en::first-letter {
  font-size: clamp(84px, 9.375vw, 120px);
}
@media screen and (max-width: 1100px) {
  .top-event-slide .section__heading--en::first-letter {
    font-size: clamp(50px, 18.6666666667vw, 70px);
  }
}
.top-event-slide .section__heading--ja {
  color: #808d9a;
  opacity: 1;
}
.section__heading.--pickup {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .section__heading.--pickup {
    width: 100%;
    position: relative;
    padding-top: 13px;
  }
}
.section__heading.--pickup .section__heading--en {
  margin-left: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media screen and (max-width: 1100px) {
  .section__heading.--pickup .section__heading--en {
    -webkit-transform: unset;
    transform: unset;
    position: absolute;
    top: 0;
    left: -40px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
}
.section__heading.--pickup .section__heading--ja {
  text-align: right;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media screen and (max-width: 1100px) {
  .section__heading.--pickup .section__heading--ja {
    text-align: center;
    -webkit-transform: unset;
    transform: unset;
  }
}
.top-event__text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .top-event__text.pc-only {
    display: none;
  }
}
.section__heading.--event {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  margin-left: 1.6%;
}
@media screen and (max-width: 1100px) {
  .section__heading.--event {
    width: 100%;
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    padding-top: 35px;
  }
}
.section__heading.--event .section__heading--en {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .section__heading.--event .section__heading--en {
    width: 100%;
    position: absolute;
    top: 0;
    right: -40px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1100px) {
  .section__heading.--event .section__heading--ja {
    text-align: center;
  }
}
.eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eventList.eventList-wrapper {
  margin-top: 80px;
  padding-inline: 50px;
}
@media screen and (max-width: 1100px) {
  .eventList.eventList-wrapper {
    margin-top: 20px;
    padding-inline: 0;
  }
}
.eventList-pickup-slider {
  width: calc(66% - 20px);
}
@media screen and (max-width: 1100px) {
  .eventList-pickup-slider {
    width: 100%;
  }
}
.eventList-wrapper .eventList-con {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1100px) {
  .eventList-wrapper .eventList-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .eventList-wrapper .eventList-con + .eventList-con {
    margin-top: 20px;
  }
}
.eventList-con.pin-post {
  width: 29.2%;
}
@media screen and (max-width: 1100px) {
  .eventList-con.pin-post {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.pin-post .eventList-image {
  width: 49.2%;
  max-width: 182px;
}
@media screen and (max-width: 1100px) {
  .pin-post .eventList-image {
    width: 47.6%;
  }
}
.pin-post .eventList-text {
  width: 46.1%;
  max-width: 177px;
}
@media screen and (max-width: 991px) {
  .pin-post .eventList-text {
    width: 50.9%;
  }
}
.eventList .slick-slide {
  margin: 0 10px;
}
.eventList .categoryList {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px 5px;
  min-height: 44px;
}
@media screen and (max-width: 1100px) {
  .eventList .categoryList {
    font-size: 12px;
    gap: 0px 3px;
  }
}
.eventList-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 370px;
}
.eventList-image {
  width: 50%;
  max-width: 182px;
}
@media screen and (max-width: 991px) {
  .eventList-image {
    width: 49%;
  }
}
.eventList-image a,
.eventList-image div {
  display: block;
  position: relative;
}
.event-close .eventList-image a::before,
.event-close .eventList-image div::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  content: "このイベントは終了しました";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.eventList-image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.eventList-text {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .eventList-text {
    width: 50%;
  }
}
.eventList-text .title {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3888888889;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.7em;
}
@media screen and (max-width: 991px) {
  .eventList-text .title {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.1111111111;
    height: 2.4em;
  }
}
.eventList-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .eventList-text p + p {
    margin-top: 3px;
    font-size: 10px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.categoryList > li a {
  color: #fff;
  padding-inline: 10px;
}
@media screen and (max-width: 991px) {
  .categoryList > li a {
    padding-inline: 5px;
  }
}
.categoryList > li.catid-6 a {
  background: #f7931e;
  color: #333;
}
.categoryList > li.catid-8 a {
  background: #b6282c;
}
.categoryList > li.catid-9 a {
  background: #00a99d;
}
.categoryList > li.catid-95 a {
  background: #3b6eea;
}
.categoryList > li.catid-64 a {
  background: #f27c8c;
}
.eventList-btn {
  margin-top: auto;
  padding-top: 15px;
}
@media screen and (max-width: 1100px) {
  .eventList-btn {
    padding-top: 5px;
  }
}
.eventList-btn a {
  display: block;
  color: #c69c6d;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding-bottom: 3px;
  padding-left: 3px;
}
@media screen and (max-width: 1100px) {
  .eventList-btn a {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.eventList-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 0.4px;
  background-color: #001b37;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.eventList-btn a::before {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 11px;
  height: 0.4px;
  background-color: #001b37;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.eventList-btn a:hover::after {
  width: 100%;
}
.eventList-btn a:hover::before {
  right: 0;
}
@media screen and (max-width: 1199px) {
  .eventList-text h3 {
    font-size: 14px;
  }
  .event-close .eventList-image a::before,
  .event-close .eventList-image div::before {
    font-size: 13px;
    padding: 0 6px;
  }
  .top-event-slide .eventList {
    padding-block: 14px 25px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1100px) {
  .top-event-slide .eventList {
    padding-block: 0;
  }
}
.eventList-text-txt01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.event-close {
  pointer-events: none;
}
.eventList .slick-prev,
.eventList .slick-next {
  background-color: #040000;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1100px) {
  .eventList .slick-prev,
  .eventList .slick-next {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .eventList .slick-prev:before {
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 1100px) {
  .eventList .slick-next:before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.top-concept {
  padding-block: 10px 65px;
  background: url(../images/common/black_bg.png) center/cover;
}
@media screen and (max-width: 991px) {
  .top-concept {
    padding-block: 40px 30px;
  }
}
.top-concept__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1350px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-concept__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-inline: 8px;
  }
}
.top-concept__img {
  width: 61%;
  max-width: 800px;
  padding-block: 65px 15px;
}
@media screen and (max-width: 991px) {
  .top-concept__img {
    width: 100%;
    padding-block: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .top-concept__img img {
    max-width: 100%;
  }
}
.top-concept__items {
  color: #fff;
  margin-left: -5%;
}
@media screen and (max-width: 991px) {
  .top-concept__items {
    margin-left: 0;
    display: contents;
  }
}
@media screen and (max-width: 991px) {
  .section__heading.--concept {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.section__heading.--concept .section__heading--en {
  margin-left: 0;
  font-size: clamp(70px, 7.8125vw, 100px);
}
@media screen and (max-width: 991px) {
  .section__heading.--concept .section__heading--en {
    letter-spacing: 0;
    line-height: 0.6206896552;
    font-size: 58px;
  }
}
.section__heading.--concept .section__heading--en::first-letter {
  font-size: clamp(84px, 9.375vw, 120px);
}
@media screen and (max-width: 991px) {
  .section__heading.--concept .section__heading--en::first-letter {
    font-size: 70px;
  }
}
.top-concept__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5555555556;
}
@media screen and (max-width: 991px) {
  .top-concept__title {
    font-size: 18px;
    text-align: center;
    margin-top: 14px;
    letter-spacing: normal;
  }
}
.top-concept__title .--gold {
  color: #c69c6d;
}
.top-concept__text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .top-concept__text {
    font-size: 14px;
    text-align: center;
    line-height: 1.2857142857;
    margin-top: 20px;
    letter-spacing: normal;
  }
}
.top-concept__text + p {
  margin-top: 1.4em;
}
.top-concept__button.button-round {
  margin-top: 12px;
  margin-left: 17px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .top-concept__button.button-round {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
    max-width: 210px;
    width: 58%;
    margin-left: -13px;
  }
}
.top-concept__button.button-round::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -98%;
  width: 142px;
  aspect-ratio: 142/233;
  background: url(../images/top_new/top_img08.png) center/cover;
}
@media screen and (max-width: 991px) {
  .top-concept__button.button-round::after {
    width: 70%;
    bottom: 2px;
    right: -70%;
  }
}
@media screen and (max-width: 500px) {
  .top-concept__button.button-round::after {
    width: 35.5%;
    right: -39%;
  }
}
.top-concept__shops {
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1150px) {
  .top-concept__shops {
    max-width: none;
    padding-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    margin-top: 55px;
  }
}
.top-concept__shop {
  width: 31.9%;
  aspect-ratio: 377/147;
  height: auto;
  padding: 25px 10px 10px 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .top-concept__shop {
    width: 100%;
  }
}
.top-concept__shop::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.top-concept__shop > * {
  position: relative;
  z-index: 1;
}
.top-concept__shop.--tomigaoka {
  background: url(../images/top_new/top_img05.jpg) center/cover;
}
.top-concept__shop.--kouriyama {
  background: url(../images/top_new/top_img06.jpg) center/cover;
}
.top-concept__shop.--modelhouse {
  background: url(../images/top_new/top_img07.jpg) center/cover;
}
.top-concept__shop-name {
  font-size: 21px;
  font-weight: 600;
}
.top-concept__shop-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-concept__shop-text {
  font-size: clamp(10px, 0.9375vw, 12px);
  font-weight: 600;
  line-height: 1.25;
}
.top-concept__shop-button {
  font-size: 14px;
  font-weight: 600;
  padding: 2% 5.6%;
  border: 1px solid #fff;
  color: #fff;
}
.top-concept .slick-slide {
  margin-inline: 12.5px;
}
.top-concept .slick-prev,
.top-concept .slick-next {
  background-color: #fff;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1100px) {
  .top-concept .slick-prev:before {
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #040000;
    border-left: 1px solid #040000;
  }
}
@media screen and (max-width: 1100px) {
  .top-concept .slick-next:before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #040000;
    border-right: 1px solid #040000;
  }
}
.top-features {
  padding-block: 100px 125px;
}
@media screen and (max-width: 991px) {
  .top-features {
    padding-block: 40px 50px;
  }
}
.top-features__inner {
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 991px) {
  .top-features__inner {
    padding-inline: 15px;
  }
}
.top-features__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  margin-top: -150px;
}
@media screen and (max-width: 991px) {
  .top-features__container {
    max-width: 500px;
    margin-top: 15px;
    margin-inline: auto;
    gap: 20px;
  }
}
.section__heading.--features {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .section__heading.--features {
    margin-bottom: 0;
  }
}
.section__heading.--features .section__heading--en {
  color: #e5e8ea;
  opacity: 1;
  margin-left: calc(-50vw + 50%);
  font-size: clamp(70px, 7.8125vw, 100px);
}
@media screen and (min-width: 1420px) {
  .section__heading.--features .section__heading--en {
    margin-left: -150px;
  }
}
@media screen and (max-width: 991px) {
  .section__heading.--features .section__heading--en {
    margin-left: 0;
    font-size: 58px;
    margin-top: -18px;
  }
}
.section__heading.--features .section__heading--en::first-letter {
  font-size: clamp(84px, 9.375vw, 120px);
}
@media screen and (max-width: 991px) {
  .section__heading.--features .section__heading--en::first-letter {
    font-size: 70px;
  }
}
.section__heading.--features .section__heading--ja {
  margin-left: min(3.4%, 37px);
}
@media screen and (max-width: 991px) {
  .section__heading.--features .section__heading--ja {
    margin-left: 0;
  }
}
.top-features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .top-features__row {
    gap: 10px;
  }
}
.top-features__row--01 .top-features__title {
  width: 42%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .top-features__row--01 .top-features__title {
    width: 47%;
  }
}
.top-features__row--01 .top-features__img02 {
  width: 55%;
}
@media screen and (max-width: 991px) {
  .top-features__row--01 .top-features__img02 {
    width: 50%;
  }
}
.top-features__row--02 .top-features__img01 {
  width: 48%;
}
@media screen and (max-width: 991px) {
  .top-features__row--02 .top-features__img01 {
    width: 47%;
  }
}
.top-features__row--02 .top-features__items {
  width: 48%;
}
@media screen and (max-width: 991px) {
  .top-features__row--02 .top-features__items {
    width: 50%;
  }
}
.top-features__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .top-features__title {
    font-size: 23px;
    line-height: 1.5;
    white-space: nowrap;
  }
}
.top-features__img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-features__img01 .img01 {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 570/483;
  display: block;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-composite: intersect;
}
@media screen and (max-width: 991px) {
  .top-features__img01 .img01 {
    max-width: none;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  }
}
.top-features__img02 {
  aspect-ratio: 588/490;
  height: auto;
}
.top-features__img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 84%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 84%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
  mask-composite: intersect;
}
@media screen and (max-width: 991px) {
  .top-features__img02 img {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  }
}
.top-features__text01 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3541666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .top-features__text01 {
    margin-top: 18px;
    font-size: 22px;
    letter-spacing: -0.05em;
  }
}
.top-features__text02 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5555555556;
}
@media screen and (max-width: 991px) {
  .top-features__text02 {
    font-size: 22px;
    line-height: 1.7142857143;
  }
}
.top-features__items img {
  width: 100%;
  aspect-ratio: 171/62;
  height: auto;
  display: block;
  margin-top: 13px;
}
.top-features__img03 {
  margin-top: 100px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-features__img03 {
    margin-top: 10px;
  }
}
.top-reason {
  padding-top: 58px;
}
.top-reason__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-reason__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.top-reason__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  white-space: nowrap;
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-top: 13%;
}
@media screen and (max-width: 991px) {
  .top-reason__title {
    text-align: center;
    margin-top: 20px;
    font-size: clamp(22px, 8.5333333333vw, 32px);
  }
}
@media screen and (min-width: 1300px) {
  .top-reason__title {
    margin-top: 180px;
  }
}
.top-reason__title .--big {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .top-reason__title .--big {
    font-size: clamp(33px, 12.8vw, 48px);
  }
}
@media screen and (min-width: 1400px) {
  .top-reason__slider-wrapper {
    max-width: 1400px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 991px) {
  .top-reason__slider-wrapper {
    display: contents;
  }
}
.top-reason__slider {
  max-width: 1000px;
  width: 74.8%;
  position: relative;
  margin-top: -21.6%;
  margin-left: auto;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .top-reason__slider .slick-slide {
    margin-right: 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .top-reason__slider {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    margin-left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.top-reason__slider .slick-list {
  width: auto;
}
@media screen and (max-width: 991px) {
  .top-reason__slider .slick-list {
    padding-inline: 20px !important;
    overflow: visible;
  }
}
.top-reason__card {
  width: 308px;
  aspect-ratio: 308/414;
  height: auto;
  position: relative;
  padding: 70px 10px 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 991px) {
  .top-reason__card {
    width: 308px;
    width: 100%;
    margin: 0;
  }
}
.top-reason__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 27, 55, 0.4);
  z-index: 0;
}
.top-reason__card > * {
  position: relative;
  z-index: 1;
}
.top-reason__card.card01 {
  background: url(../images/top_new/top_reason01.jpg) center/cover;
}
.top-reason__card.card02 {
  background: url(../images/top_new/top_reason02.jpg) center/cover;
}
.top-reason__card.card03 {
  background: url(../images/top_new/top_reason03.jpg) center/cover;
}
.top-reason__card.card04 {
  background: url(../images/top_new/top_reason04.jpg) center/cover;
}
.top-reason__card-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.top-reason__card-text {
  width: 85%;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .top-reason__slider .slick-slide {
    margin-inline: 7.5px;
  }
}
.top-reason__slider .slick-dots {
  left: -200px;
}
.top-reason__slider .slick-dots li {
  margin-inline: 8px;
}
.top-reason__slider .slick-dots li button {
  width: 11px;
  height: 11px;
  background-color: #e6e6e6;
  border: none;
}
.top-reason__slider .slick-dots li.slick-active button {
  background-color: #001b37;
}
.top-works {
  background-color: #ccc;
  padding-block: 20px 75px;
  color: #001b37;
}
@media screen and (max-width: 991px) {
  .top-works {
    padding-block: 40px 35px;
  }
}
.top-works__inner {
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-works__inner {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 991px) {
  .section__heading.--works .section__heading--en {
    text-align: center;
    font-size: clamp(40px, 15.4666666667vw, 58px);
    margin-top: -13px;
  }
}
@media screen and (max-width: 991px) {
  .section__heading.--works .section__heading--en::first-letter {
    font-size: 70px;
    font-size: clamp(50px, 18.6666666667vw, 70px);
  }
}
.top-works__youtube {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .top-works__youtube {
    margin-top: 10px;
  }
}
.top-works__youtube-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.top-works__youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.top-works__youtube--shorts .top-works__youtube-video {
  height: auto;
  padding-top: 0;
  aspect-ratio: 9/16;
  width: auto;
  max-height: 520px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-works__youtube--shorts .top-works__youtube-video {
    width: 292px;
  }
}
.top-works__youtube-container {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
}
.top-works__youtube-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 53.6%;
  background: #001b37;
  color: #fff;
  padding: 15px 30px;
}
@media screen and (max-width: 991px) {
  .top-works__youtube-title {
    position: static;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 18px;
    background: unset;
    margin-top: 10px;
    color: #001b37;
  }
}
.top-works__youtube-tags {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .top-works__youtube-tags {
    margin-top: 15px;
    gap: 8px 10px;
  }
}
.top-works__youtube-tag a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 1px 10px 3px;
  background: #c69c6d;
  color: #fff;
}
.top-works__youtube-text {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 6;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .top-works__youtube-text {
    margin-top: 13px;
  }
}
.top-works__youtube .button-round {
  margin-inline: auto 35px;
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  padding: 6px 16px;
}
@media screen and (max-width: 991px) {
  .top-works__youtube .button-round {
    position: relative;
    margin-inline: auto;
    width: 100%;
    min-width: 215px;
    margin-top: 20px;
    padding-block: 12px;
  }
}
.top-works__youtube .button-round span {
  display: none;
}
@media screen and (max-width: 991px) {
  .top-works__youtube .button-round span {
    display: inline;
  }
}
.top-works__container {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .top-works__container {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
.top-works__card {
  width: 30.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .top-works__card {
    width: 47.2%;
  }
}
@media screen and (min-width: 992px) {
  .top-works__card:nth-child(4) {
    display: none;
  }
}
.top-works__img {
  width: 100%;
  aspect-ratio: 420/560;
  overflow: hidden;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top-works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.top-works__tags {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 12px;
}
@media screen and (max-width: 991px) {
  .top-works__tags {
    margin-top: 5px;
    gap: 0 8px;
  }
}
.top-works__tag a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 2px 8px;
  background: #c69c6d;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .top-works__tag a {
    font-size: 12px;
    padding: 0px 5px 1px;
  }
}
.top-works__title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .top-works__title {
    margin-top: 5px;
    font-size: 12px;
  }
}
.top-works__text01 {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .top-works__text01 {
    margin-top: 10px;
    font-size: 12px;
  }
}
.top-works__text02 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .top-works__text02 {
    font-size: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-height: 4.2em;
  }
}
.top-works__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
  color: #001b37;
}
.top-works__container .button-small {
  margin-top: 20px;
  margin-inline: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-inline: 17px;
}
@media screen and (max-width: 991px) {
  .top-works__container .button-small {
    margin-top: 10px;
  }
}
.top-works .button-round,
.top-works .button-small {
  border: 1px solid #001b37;
  color: #001b37;
}
.top-works__button.button-round {
  margin-inline: auto;
  width: 100%;
  min-width: 334px;
  padding-inline: 20px;
  letter-spacing: 0.01em;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .top-works__button.button-round {
    padding-inline: 10px;
    min-width: 280px;
  }
}
.top-works .button-round:hover,
.top-works .button-small:hover {
  background-color: #001b37;
  color: #fff;
}
.top-works__button.button-round:hover span::after {
  background-color: #fff;
}
.top-works__button.button-round:hover span::before {
  background-color: #fff;
}
.top-works__button.button-round span::before {
  background-color: #001b37;
}
@media screen and (max-width: 991px) {
  .top-works__button.button-round span::before {
    right: 10px;
    width: 10px;
  }
}
.top-works__button.button-round span::after {
  width: 18%;
  background-color: #001b37;
}
@media screen and (max-width: 991px) {
  .top-works__button.button-round span::after {
    width: 8%;
    right: 10px;
  }
}
.top-works__button.button-round:hover span::after {
  right: 7px;
}
.top-works__button.button-round:hover span::before {
  right: 7px;
}
.top-works__youtube .button-round span::before,
.top-works__youtube .button-round span::after {
  background-color: #001b37;
}
.top-works__youtube .button-round:hover span::before,
.top-works__youtube .button-round:hover span::after {
  background-color: #fff;
}
.top-works02 {
  padding-block: 40px 75px;
}
@media screen and (max-width: 991px) {
  .top-works02 {
    padding-block: 20px 55px;
  }
}
.top-works02__title {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .top-works02__title {
    font-size: 24px;
    text-align: center;
  }
}
.top-works02__container {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 14%;
}
@media screen and (max-width: 991px) {
  .top-works02__container {
    margin-top: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 12px;
    max-width: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 991px) {
  .top-works02__icon {
    width: 30.3%;
  }
}
.top-works02__container img {
  width: 147px;
  aspect-ratio: 1;
  height: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .top-works02__container img {
    width: 100%;
  }
}
.top-gallery {
  padding-block: 90px 65px;
}
@media screen and (max-width: 991px) {
  .top-gallery {
    padding-block: 0;
  }
}
.top-gallery__inner {
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-gallery__inner {
    padding-inline: 15px;
  }
}
.top-gallery__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3%;
}
@media screen and (max-width: 991px) {
  .top-gallery__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-block: 40px 5px;
  }
}
.section__heading.--gallery .section__heading--en {
  color: #e5e8ea;
  opacity: 1;
  margin-left: calc(-1 * (100vw - 1040px) / 2);
  letter-spacing: 0;
}
@media screen and (min-width: 1440px) {
  .section__heading.--gallery .section__heading--en {
    margin-left: -230px;
  }
}
@media screen and (max-width: 991px) {
  .section__heading.--gallery .section__heading--en {
    margin-left: 0;
    margin-top: -13px;
  }
}
.section__heading.--gallery .section__heading--ja {
  margin-top: 10px;
}
.top-gallery__text {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  white-space: nowrap;
  padding-top: 45px;
}
@media screen and (max-width: 991px) {
  .top-gallery__text {
    padding-top: 0;
    font-size: 12px;
    white-space: normal;
  }
}
.top-gallery__text br {
  display: none;
}
@media screen and (max-width: 1245px) {
  .top-gallery__text br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .top-gallery__text br {
    display: none;
  }
}
.top-gallery__container {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .top-gallery__container {
    margin-top: 0;
  }
}
.top-gallery__link {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
}
.top-gallery #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
  display: none;
}
.top-gallery .bwg_container {
  margin-block: 0;
}
.top-news {
  padding-block: 40px 60px;
}
@media screen and (max-width: 991px) {
  .top-news {
    padding-bottom: 10px;
  }
}
.top-news__inner {
  max-width: 1280px;
  padding-right: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-news__inner {
    padding-inline: 15px;
  }
}
.top-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5.9%;
}
@media screen and (max-width: 991px) {
  .top-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.section__heading.--news {
  position: relative;
}
.section__heading.--news .section__heading--en {
  color: #e5e8ea;
  opacity: 1;
  margin-left: 0;
}
.section__heading.--news .section__heading--ja {
  position: absolute;
  top: 120px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .section__heading.--news .section__heading--ja {
    position: static;
  }
}
.newsList {
  width: 61.7%;
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .newsList {
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }
}
.newsList__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.newsList__head time {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.newsList > li {
  display: block;
}
.newsList__item {
  padding-bottom: 11px;
  border-bottom: 4px solid rgba(0, 27, 55, 0.5);
}
@media screen and (max-width: 991px) {
  .newsList__item {
    padding-bottom: 15px;
    border-bottom: 2.6px solid rgba(0, 27, 55, 0.5);
  }
}
.newsList a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.newsList a:hover {
  opacity: 0.7;
}
.newsList__item + .newsList__item {
  margin-top: 27px;
}
@media screen and (max-width: 991px) {
  .newsList__item + .newsList__item {
    margin-top: 20px;
  }
}
.newsList__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 14px;
  gap: 3px 5px;
}
@media screen and (max-width: 991px) {
  .newsList__cats {
    margin-left: 20px;
    gap: 3px 8px;
  }
}
.newsList__cat {
  font-size: 10px;
  border-radius: 6px;
  padding: 5px 7px;
  line-height: 1;
  background-color: #001b37;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .newsList__cat {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.newsList__text {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding-top: 15px;
  color: #001b37;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .newsList__text {
    font-size: 14px;
    padding-top: 10px;
  }
}
.top-news .button-round {
  color: #001b37;
  border: 1px solid #001b37;
  border-radius: 20px;
  margin-top: 55px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-news .button-round {
    margin-top: 35px;
    max-width: 205px;
    width: 74.4%;
  }
}
.top-news .button-round span::before,
.top-news .button-round span::after {
  background-color: #001b37;
}
.top-news .button-round:hover {
  background-color: #001b37;
  color: #fff;
}
.top-news .button-round:hover span::after,
.top-news .button-round:hover span::before {
  background-color: #fff;
}
.home .footer {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .home .footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-showroom-list-img img {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  body.single-post .lp-bnr {
    padding-bottom: 0;
  }
  body.single-post .lp-bnr .breadcrumb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .showroom-thumbnail .slick-prev:before,
  .showroom-thumbnail .slick-next:before {
    top: -7px;
  }
  .showroom-thumbnail .slick-prev:before {
    left: 0;
  }
  .showroom-thumbnail .slick-next:before {
    right: 0;
  }
}
.ap-case .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ap-case .page-numbers.next,
.ap-case .page-numbers.prev {
  display: block;
}
.brand-logo_wrapper {
  padding-block: 20px;
}
.brand-logo__inner {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 4%;
}
.brand-logo__inner a {
  height: 20px;
  display: block;
}
.brand-logo__inner .height35 {
  height: 35px;
}
.brand-logo__inner img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .brand-logo_wrapper {
    padding-block: 60px 30px;
    background-color: #fff;
  }
  .brand-logo__inner {
    gap: 25px 6%;
    padding-inline: 10px;
  }
  .brand-logo__inner a {
    height: 20px;
  }
  .brand-logo__inner a:first-of-type {
    height: 30px;
    margin-top: 6px;
  }
  .brand-logo__inner .height70 {
    height: 35px;
  }
  .brand-logo-slider {
    display: block !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .brand-logo-slider.slick-initialized .slick-slide {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand-logo-slider.slick-initialized a {
    margin: 0 auto;
  }
}
.anshin_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  width: 40%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .anshin_logo {
    width: 85%;
    margin-top: 10px;
  }
}
.service a {
  display: block;
}
.service__items h3 {
  display: contents;
}
.service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  gap: 50px 6%;
  max-width: 1170px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .service__items {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    padding-inline: 15px;
  }
}
.service__img {
  width: 46%;
}
@media screen and (max-width: 991px) {
  .service__img {
    width: 100%;
  }
}
.service img {
  width: 100%;
}
.service__items.service__items02 {
  max-width: 1280px;
  padding-inline: 5px;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .service__items.service__items02 {
    margin-top: 20px;
    padding-inline: 15px;
  }
}
.service__items02 .service__img {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 991px) {
  .service__items02 .service__img {
    width: 100%;
  }
}
.archiveList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.archiveList > li {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #000;
  padding-bottom: 50px;
  padding-right: 10px;
}
.archiveList > li:nth-child(-n + 4) {
  margin-bottom: 80px;
}
.archiveList__thumbnail {
  width: 42%;
}
.archiveList__thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  border-radius: 10px;
}
.archiveList__text {
  width: 55%;
  position: relative;
  padding-bottom: 25px;
}
.archiveList__text:before {
  position: absolute;
  content: "";
  background: url(../images/common/item02.png) center/cover;
  width: 16px;
  height: 5px;
  top: 63%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.archiveList__text time {
  display: block;
  font-size: 19px;
  line-height: 1;
  width: 100%;
  margin-bottom: 15px;
}
.archiveList__text h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
}
.archiveList__text p {
  font-size: 13px;
  line-height: 1;
}
.archiveList__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .archiveList {
    width: 100%;
    margin-bottom: 20px;
  }
  .archiveList > li {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }
  .archiveList > li:nth-child(-n + 4) {
    margin-bottom: 40px;
  }
  .archiveList li a {
    width: 73%;
  }
  .archiveList__text time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .archiveList__text h3 {
    font-size: 12px;
    -webkit-line-clamp: 4;
  }
  .archiveList__btn {
    right: 0;
  }
  .archiveList__btn.button02 a {
    padding-right: 100px;
    font-size: 11px;
  }
  .archiveList__btn.button02 a:before {
    width: 130px;
  }
  .archiveList__thumbnail img {
    height: 33vw;
  }
}
.archiveList .categoryList > li a {
  padding: 28px 10px;
}
.archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
}
.page-numbers {
  margin: 10px 12px;
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #181919;
}
.page-numbers:hover {
  color: #001b37;
}
.page-numbers.current {
  opacity: 0.7;
}
.page-numbers.next,
.page-numbers.prev {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    font-size: 18px;
  }
}
.archive-eventList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-eventList .categoryList {
  margin-bottom: 5px;
}
.archive-eventList > li {
  border-bottom: 1px solid #181919;
  padding-bottom: 40px;
  margin-bottom: 40px;
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-eventList-image {
  width: 45%;
}
.archive-eventList-image a {
  display: block;
  position: relative;
}
.event-close .archive-eventList-image a::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  content: "このイベントは終了しました";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.archive-eventList-image img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive-eventList-text {
  width: 52%;
}
.archive-eventList-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.archive-eventList-txt01 {
  font-size: 23px;
  margin-bottom: 20px;
}
.archive-eventList-txt02 {
  font-size: 20px;
}
.archive-eventList-btn {
  text-align: right;
  margin-top: 54px;
}
.archive-eventList-btn a {
  display: inline-block;
}
.archive-eventList-btn img {
  width: 170px;
}
.archive-eventList .categoryList > li a {
  padding: 1px 16px;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .archive-eventList-text h3 {
    font-size: 14px;
  }
  .archive-eventList-text p {
    font-size: 13px;
  }
  .top-event-slide .archive-eventList {
    padding: 14px 20px 25px;
  }
}
@media screen and (max-width: 991px) {
  .archive-eventList > li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .archive-eventList .categoryList > li a {
    padding: 1px 5px;
    font-size: 11px;
  }
  .archive-eventList-text h3 {
    font-size: 12px;
  }
  .archive-eventList-text p {
    font-size: 11px;
  }
  .archive-eventList-image img {
    height: 40vw;
  }
  .archive-eventList-btn img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .event-close .archive-eventList-image a::before {
    font-size: 13px;
    padding: 0 6px;
  }
}
.single__thumbnail img {
  width: 100%;
  border-radius: 12px;
}
.single__content {
  padding-bottom: 50px;
}
.single__content h1,
.single__content h2,
.single__content h3,
.single__content h4,
.single__content h5,
.single__content h6,
.single__content .faux-heading {
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 700;
  letter-spacing: -0.0415625em;
  line-height: 1.25;
  margin: 3.5rem 0 2rem;
}
.single__content h1,
.single__content .heading-size-1 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.138888889;
}
.single__content h2,
.single__content .heading-size-2 {
  font-size: 1.5em;
  text-decoration: underline;
}
.single__content h3,
.single__content .heading-size-3 {
  font-size: 1.25em;
}
.single__content h4,
.single__content .heading-size-4 {
  font-size: 16px;
  font-weight: inherit;
}
.single__content h5,
.single__content .heading-size-5 {
  font-size: 16px;
  font-weight: inherit;
}
.single__content h6,
.single__content .heading-size-6 {
  font-size: 16px;
  font-weight: inherit;
}
.single__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single__content .alignright {
  float: right;
}
.single__content .alignleft {
  float: left;
}
.single__content table {
  border: 0.1rem solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin: 4rem 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.single__content .alignleft > table {
  margin: 0;
}
.single__content .alignright > table {
  margin: 0;
}
.single__content th,
.single__content td {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}
.single__content caption {
  background: #dcd7ca;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}
.single__content thead {
  vertical-align: bottom;
  white-space: nowrap;
}
.single__content th {
  font-weight: 700;
}
.single__content p:not(:first-of-type) {
  margin: 20px 0 0;
}
.single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-container {
  background: #fff;
  width: 100%;
  margin: 43px auto 0;
}
.single__head time {
  color: #001b37;
  display: block;
  font-size: 16px;
}
.single__title {
  border-bottom: 1px solid #000;
  margin-bottom: 48px;
}
.single__title h1 {
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 15px;
}
.single__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single__pagination li {
  min-width: 160px;
  margin: 0 10px;
}
.single__pagination a {
  border: 2px solid #1d2b53;
  color: #001b37;
  position: relative;
  text-align: center;
  font-size: 22px;
  display: block;
  padding: 5px;
  font-weight: 400;
}
.single__pagination li:hover {
  color: #fff;
  opacity: 1;
}
.paginationList {
  background: #1d2b53;
}
.paginationList a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .single__content h4,
  .single__content h5,
  .single__content h6,
  .single__content .heading-size-4,
  .single__content .heading-size-5,
  .single__content .heading-size-6 {
    font-size: 14px;
  }
  .paginationList {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-container {
    width: 100%;
  }
  .single__title h1 {
    font-size: 14px;
  }
  .single__head time {
    margin-left: 10px;
    font-size: 11px;
  }
  .single__pagination li {
    min-width: 90px;
    margin: 0 5px;
  }
  .single__pagination a {
    font-size: 14px;
  }
}
.showroom01 {
  padding: 10px 10px 35px;
  background: #f1c71d;
  border-radius: 10px;
  overflow: hidden;
  width: 335px;
  position: relative;
}
.showroom01-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1px;
}
.showroom01-img p {
  position: absolute;
  top: 0;
  left: 0;
  background: #001b37;
  font-size: 14px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  padding: 10px 9px;
  line-height: 1;
  font-weight: 500;
}
.showroom01-img img {
  height: 13vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.showroom01-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #19191a;
  padding: 0 11px;
}
.showroom01-txt > div:first-child {
  width: 80%;
}
.showroom01-txt > div:last-child {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background: #001b37;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.showroom01-txt h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 3.8px;
}
.showroom01-txt p {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}
p.showroom01-tel {
  font-size: 16px;
}
.showroom01 .button02 {
  position: absolute;
  bottom: 15px;
  right: 5px;
}
.showroom01 .button02 a {
  font-size: 9px;
  padding-right: 52px;
}
.showroom01 .button02 a:before {
  width: 120px;
  height: 11px;
}
@media screen and (max-width: 767px) {
  .showroom01 {
    width: 100%;
  }
  .showroom01-img img {
    height: 49vw;
  }
}
.plan-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 700;
  color: #001b37;
}
.plan-example h3 {
  font-size: 21px;
  margin-bottom: 10px;
}
.plan-example-box01 {
  margin-right: 100px;
}
.plan-example-txt01 {
  margin-bottom: 5px;
}
.plan-example-txt01 span {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  display: inline-block;
}
.plan-example-txt01 span.c1 {
  background: #d83a37;
}
.plan-example-txt01 span.c2 {
  background: #8c8c8c;
}
.plan-example-txt02 p {
  font-size: 14px;
  line-height: 1;
}
.plan-example-txt02 p:first-child {
  border-bottom: 2px solid #001b37;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.plan-example-txt02 .price {
  font-size: 21px;
}
.plan-example-txt02 .price b {
  font-size: 31px;
}
.plan-example-txt03 {
  margin-right: 100px;
}
.plan-example-txt03 > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-example-txt03 > dl:not(:last-child) {
  margin-bottom: 5px;
}
.plan-example-txt03 > dl dt {
  min-width: 100px;
}
.plan-example-txt04 span {
  background: #001b37;
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
}
.plan-example-txt04 p {
  font-size: 24px;
}
.plan-example-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .plan-example-box01 {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .plan-example-txt01 span {
    font-size: 12px;
  }
  .plan-example-txt02 p {
    font-size: 12px;
  }
  .plan-example-txt03 {
    margin-right: 40px;
  }
  .plan-example-txt03 > dl {
    font-size: 12px;
  }
  .plan-example-txt03 > dl dt {
    min-width: 80px;
  }
}
.plan-before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-before-after h4 {
  color: #fff;
  font-size: 28px;
  max-width: 150px;
  text-align: center;
  font-weight: 500;
  padding: 4px;
  line-height: 1;
  margin-bottom: 39px;
}
.plan-before-after > div:first-child {
  width: 35%;
}
.plan-before-after > div:first-child h4 {
  background: #2d94c7;
}
.plan-before-after > div:last-child {
  width: 55%;
}
.plan-before-after > div:last-child h4 {
  background: #ab272c;
}
@media screen and (max-width: 767px) {
  .plan-before-after h4 {
    font-size: 17px;
    max-width: 90px;
    margin-bottom: 20px;
  }
  .plan-before-after > div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .plan-before-after > div:last-child {
    width: 100%;
  }
}
.s-renovation-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: -1;
  height: 230px;
}
.s-renovation-img > img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec-renovation-image .container {
    padding: 0;
  }
  .s-renovation-img {
    height: 160px;
  }
}
.s-plan-box01 {
  position: relative;
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 20px;
  padding: 40px;
  top: -46px;
  width: 84%;
  margin: auto;
  -webkit-box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.s-plan-box01 h2 {
  font-size: 32px;
  padding-bottom: 26px;
  border-bottom: 2px solid #081b34;
  margin-bottom: 27px;
}
.s-plan-box01-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 25px;
  margin-bottom: 118px;
  padding: 0 10px;
}
.s-plan-box01-txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-plan-box01-txt dl:not(:last-child) {
  margin-bottom: 8px;
}
.s-plan-box01-txt dl dd {
  position: relative;
  padding-left: 25px;
}
.s-plan-box01-txt dl dd:before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
}
.s-plan-box01-txt > div:first-child {
  margin-right: 38px;
}
.s-plan-box01-txt > div:first-child dt {
  min-width: 133px;
}
.s-plan-box01-txt > div:last-child dt {
  min-width: 70px;
}
.s-plan-box01-ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-plan-box01-ba h4 {
  color: #fff;
  font-size: 31px;
  max-width: 150px;
  text-align: center;
  font-weight: 500;
  padding: 6px;
  line-height: 1;
  margin-bottom: 39px;
}
.s-plan-box01-ba > div:first-child {
  width: 35%;
}
.s-plan-box01-ba > div:first-child h4 {
  background: #2d94c7;
}
.s-plan-box01-ba > div:last-child {
  width: 55%;
}
.s-plan-box01-ba > div:last-child h4 {
  background: #ab272c;
}
@media screen and (max-width: 767px) {
  .s-plan-box01 {
    width: 100%;
    -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
  }
  .s-plan-box01 h2 {
    font-size: 20px;
  }
  .s-plan-box01-ba h4 {
    font-size: 17px;
    max-width: 90px;
    margin-bottom: 20px;
  }
  .s-plan-box01-txt {
    font-size: 11px;
    margin-bottom: 30px;
    letter-spacing: 0;
    padding: 0;
  }
  .s-plan-box01-txt > div:first-child {
    margin-right: 10px;
  }
  .s-plan-box01-txt > div:first-child dt {
    min-width: 60px;
  }
  .s-plan-box01-txt > div:last-child dt {
    min-width: 35px;
  }
  .s-plan-box01-txt dl dd {
    padding-left: 12px;
  }
}
.s-plan-box01-img01 {
  text-align: center;
  margin-top: 60px;
}
.s-plan-box01-img01 img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .s-plan-box01-img01 img {
    width: 100%;
  }
}
.s-plan-box01-price {
  margin-top: 50px;
  font-weight: 400;
}
.s-plan-box01-price > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-plan-box01-price > dl dt {
  background: #081b34;
  color: #fff;
  min-width: 230px;
  text-align: center;
  padding: 5px;
  margin-right: 70px;
  font-size: 33px;
}
.s-plan-box01-price > dl dd {
  font-size: 38px;
  line-height: 1;
  color: #001b37;
}
.s-plan-box01-price > dl dd span {
  font-size: 24px;
}
.s-plan-box01-floor {
  font-size: 29px;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .s-plan-box01-price {
    margin-top: 10px;
    font-weight: bold;
  }
  .s-plan-box01-price > dl dt,
  .s-plan-box01-price > dl dd,
  .s-plan-box01-price > dl dd span {
    font-size: 12px;
  }
  .s-plan-box01-price > dl dt {
    min-width: 85px;
    padding: 5px;
    margin-right: 10px;
  }
  .s-plan-box01-floor {
    font-size: 16px;
  }
}
.sec-plan-reform {
  padding: 40px 0 60px;
}
.s-plan-reform-ttl {
  background: #081b34;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
}
.s-plan-box02 {
  background: #fff;
  padding: 20px 20px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-plan-box02 > div {
  position: relative;
  padding-bottom: 45px;
}
.s-plan-box02 > div:first-child {
  width: 50%;
}
.s-plan-box02 > div:last-child {
  width: 47%;
}
.s-plan-box02 ul {
  font-size: 23px;
}
.s-plan-box02 ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-plan-box02 ul > li:before {
  content: "□";
}
.s-plan-box02-item {
  font-size: 25px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.s-plan-box02-item img {
  height: 130px;
}
.s-plan-box02 > div:first-child .s-plan-box02-item {
  margin-right: 10px;
  bottom: 35px;
}
@media screen and (max-width: 767px) {
  .s-plan-box02 {
    width: 92%;
    margin: auto;
    padding: 15px;
  }
  .s-plan-box02 > div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .s-plan-box02 > div:last-child {
    width: 100%;
  }
  .s-plan-box02 ul {
    font-size: 14px;
  }
  .s-plan-box02-item img {
    height: 80px;
  }
}
.s-plan-box03 {
  background: #fff;
  padding: 20px 20px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-plan-box03 > ul {
  font-size: 23px;
}
.s-plan-box03 > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-plan-box03 > ul > li:before {
  content: "□";
}
.s-plan-box03-item {
  font-size: 25px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 160px;
}
.s-plan-box03-item img {
  height: 130px;
}
@media screen and (max-width: 767px) {
  .s-plan-box03 {
    width: 95%;
    margin: auto;
    padding: 15px;
  }
  .s-plan-box03 > ul {
    font-size: 14px;
  }
  .s-plan-box03-item img {
    height: 80px;
  }
}
.sec-plan-case {
  padding: 60px 0;
  background: #fff;
}
.sec-plan-case .container {
  position: relative;
}
.sec-plan-case .side-title {
  top: 15px;
  left: -80px;
}
.sec-plan-case .text02 {
  margin-top: 40px;
}
.sec-plan-case .text02 span {
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .sec-plan-case .side-title {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan-case {
    padding: 40px 0;
  }
  .sec-plan-case .side-title {
    top: 42px;
    left: 25px;
  }
  .sec-plan-case .sec-ttl {
    margin-left: 60px;
  }
  .sec-plan-case .title01 h3 {
    border-bottom: 4px solid #f2c81f;
    padding-bottom: 12px;
    display: inline-block;
    font-size: 32px;
  }
  .sec-plan-case .case-list > li:nth-child(n + 3),
  .sec-plan-case .case-list > li > a:before {
    display: none;
  }
}
.plan-slider {
  margin-bottom: 80px;
}
.plan-slider img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 360px;
}
.plan-slider .slick-slide {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .plan-slider {
    padding: 0 40px;
  }
  .plan-slider .slick-slide {
    margin: 0;
  }
  .plan-slider img {
    height: 200px;
  }
}
.plan-txtBox01 {
  position: relative;
  margin-bottom: 80px;
}
.plan-txtBox01 .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
}
.plan-txtBox01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.plan-txtBox01-flex > div:first-child {
  width: 50%;
}
.plan-txtBox01-flex > div:last-child {
  width: 43%;
  margin-top: 65px;
}
@media screen and (max-width: 991px) {
  .plan-txtBox01 .arrow {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .plan-txtBox01 {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .plan-txtBox01-flex > div:first-child,
  .plan-txtBox01-flex > div:last-child {
    width: 100%;
  }
  .plan-txtBox01 .arrow {
    top: 53%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .plan-txtBox01-flex > div:last-child {
    margin-top: 100px;
  }
}
.plan-txtBox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.plan-txtBox02 > div {
  width: 46%;
}
.plan-txtBox02 > div h3 {
  color: #d95827;
  font-size: 24px;
  text-align: center;
}
.plan-txtBox02 > div:last-child {
  margin-top: 23px;
}
.plan-txtBox02 > div:last-child h3 {
  margin-bottom: 110px;
}
@media screen and (max-width: 991px) {
  .plan-txtBox02 > div h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .plan-txtBox02 {
    margin-bottom: 0;
  }
  .plan-txtBox02 > div {
    padding: 0 20px;
    width: 100%;
  }
  .plan-txtBox02 > div:last-child {
    margin-top: 0;
  }
  .plan-txtBox02 > div:last-child h3 {
    margin-bottom: 0;
  }
}
.plan-txtBox03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-txtBox03 > div:first-child {
  margin-right: 20px;
  font-size: 35px;
  font-weight: bold;
}
.plan-txtBox03 > div:last-child {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .plan-txtBox03 > div:first-child {
    margin-right: 0;
    font-size: 30px;
  }
  .plan-txtBox03 > div:last-child {
    font-size: 15px;
  }
}
.plan-txtBox04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-txtBox04 > div:first-child {
  font-weight: bold;
}
.plan-txtBox04 > div:first-child h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1;
}
.plan-txtBox04 > div:first-child p {
  color: #f1c71d;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .plan-txtBox04 > div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .plan-txtBox04 > div:first-child h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .plan-txtBox04 > div:first-child p {
    font-size: 19px;
  }
}
.plan-txtBox05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plan-txtBox05 > div:last-child {
  width: 61%;
}
.plan-txtBox05 > div:last-child h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.plan-txtBox05 > div:last-child p {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .plan-txtBox05 .showroom01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .plan-txtBox05 > div:last-child {
    width: 100%;
  }
}
.plan-cost-image {
  margin-top: 40px;
}
.plan-cost-image-con {
  position: relative;
}
.plan-cost-image-txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #001b37;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 1.5;
}
.plan-cost-image-detail {
  max-width: 640px;
  margin: auto;
}
.plan-cost-image-detail > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-cost-image-detail h4 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 7px;
}
.plan-cost-image-detail p {
  background: #fff;
  min-height: 280px;
  padding: 5px;
  font-size: 22px;
}
.plan-cost-image-detail > ul {
  margin-top: 40px;
}
.plan-cost-image-detail > ul > li {
  padding: 5px 3px 10px 3px;
  width: 31%;
  position: relative;
}
.plan-cost-image-detail > ul > li:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-top: 30px solid rgba(0, 0, 0, 0);
}
.plan-cost-image-detail > ul > li:nth-child(1) {
  background: #30a0d2;
}
.plan-cost-image-detail > ul > li:nth-child(1):before {
  border-right: 30px solid #30a0d2;
}
.plan-cost-image-detail > ul > li:nth-child(2) {
  background: #ec8e26;
}
.plan-cost-image-detail > ul > li:nth-child(2):before {
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-bottom: 30px solid #ec8e26;
  border-right: 15px solid rgba(0, 0, 0, 0);
  border-top: none;
}
.plan-cost-image-detail > ul > li:nth-child(3) {
  background: #dd5510;
}
.plan-cost-image-detail > ul > li:nth-child(3):before {
  border-left: 30px solid #dd5510;
}
@media screen and (max-width: 1199px) {
  .plan-cost-image-detail {
    padding-top: 120px;
  }
}
@media screen and (max-width: 991px) {
  .s-plan-box03-item {
    right: 20px;
    bottom: 20px;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .plan-cost-image-con {
    width: 85%;
    margin: auto;
  }
  .plan-cost-image-detail {
    padding-top: 75px;
  }
  .plan-cost-image-txt {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: bold;
  }
  .plan-cost-image-detail h4 {
    font-size: 12px;
    min-height: 25px;
  }
  .plan-cost-image-detail p {
    padding: 3px;
    font-size: 10px;
    min-height: 125px;
  }
}
.plan-text01 {
  margin-bottom: 80px;
}
.plan-text01 h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
.plan-text01 h3 span {
  margin-left: 30px;
  font-size: 18px;
}
.plan-text01 p {
  font-size: 18px;
}
.plan-text01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-text01-flex > div {
  width: 30%;
}
.plan-text01-txt01 {
  margin-bottom: 80px;
}
.plan-text01-txt02 h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .plan-text01 h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .plan-text01 h3 span {
    margin-left: 0;
    font-size: 16px;
    display: block;
  }
  .plan-text01 p {
    font-size: 15px;
  }
  .plan-text01-txt01 {
    margin-bottom: 40px;
  }
  .plan-text01-txt02 h3 {
    margin-bottom: 20px;
  }
  .plan-text01-flex {
    row-gap: 10px;
  }
  .plan-text01-flex > div {
    width: 85%;
  }
}
.plan-menu01 {
  margin-bottom: 10px;
}
.plan-menu01-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  border: 1px solid #ccc;
}
.plan-menu01-btn li {
  width: 32.5%;
  padding: 15px;
  background: #b8a38b;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.plan-menu01-btn li.show {
  background: #001b37;
}
.plan-menu01-btn li:not(:last-child) {
  border-right: 1px solid #ccc;
}
.plan-menu01-con {
  list-style-type: none;
  position: relative;
  padding: 0;
}
.plan-menu01-con > li {
  display: none;
}
.plan-menu01-con > li.show {
  display: block;
}
.plan-menu01-img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .plan-menu01-btn li {
    width: 32.5%;
    padding: 7px 5px;
    background: #b8a38b;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
  }
}
.sec-plan100-01 {
  margin-bottom: 44px;
}
.s-plan100-02-ttl {
  padding: 16px;
  color: #fff;
  font-size: 38px;
  text-align: center;
  background: #081b34;
  line-height: 1;
  margin-bottom: 60px;
}
.s-plan100-02-con {
  position: relative;
}
.s-plan100-02-con .plan-list04 {
  background: none;
}
.sec-plan-price {
  background: url(../images/common/bg01.png);
  background-size: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec-plan100-01 {
    margin-bottom: 0;
  }
  .s-plan100-02-ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan-reform {
    padding: 0 0 20px;
  }
  .sec-plan-reform .container {
    padding: 0;
  }
  .s-plan-reform-ttl {
    font-size: 20px;
  }
}
.sec-tenpo01 {
  margin-bottom: 100px;
}
.s-tenpo01-txt01 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  font-weight: 500;
}
.s-tenpo01-img01 {
  max-width: 783px;
  margin: 0 auto 40px;
}
.plan-custom {
  border: 1px solid #000;
  position: relative;
  padding: 40px 50px 30px;
  margin-bottom: 20px;
}
.plan-custom > h3 {
  background: #fff;
  padding: 0 10px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 77%;
}
.plan-custom > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.plan-custom > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  width: 30%;
}
.plan-custom > ul > li > div:first-child {
  font-size: 21px;
  background: #f1c71d;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  line-height: 1.2;
  padding-top: 10px;
}
.plan-custom > ul > li > div:last-child {
  font-weight: 700;
}
.s-tenpo01-txt02 {
  color: #001b37;
  font-size: 24px;
  text-align: center;
}
.sec-tenpo02 {
  margin-bottom: 80px;
}
.sec-tenpo03 {
  margin-bottom: 60px;
}
.sec-tenpo04 {
  padding: 50px 0 60px;
}
.s-tenpo04-txt {
  color: #081b34;
  text-align: center;
}
.s-tenpo04-txt h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.s-tenpo04-txt p {
  font-size: 24px;
  font-weight: 500;
}
.sec-tenpo04 .t-showroom-list {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-tenpo01 {
    margin-bottom: 60px;
  }
  .s-tenpo01-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .s-tenpo01-txt01 {
    text-align: left;
    font-size: 14px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .s-tenpo01-img01 {
    margin: 0 auto 10px;
  }
  .plan-custom {
    padding: 50px 20px 20px;
  }
  .plan-custom > h3 {
    font-size: 18px;
  }
  .plan-custom > ul > li {
    width: 100%;
  }
  .plan-custom > ul > li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 2px solid #dab161;
    margin-bottom: 10px;
  }
  .s-tenpo01-txt02 {
    text-align: left;
    font-size: 20px;
  }
  .sec-tenpo02 .container {
    padding: 0;
  }
  .s-tenpo04-txt h2 {
    text-align: left;
  }
  .s-tenpo04-txt p {
    text-align: left;
    font-size: 20px;
  }
  .sec-tenpo04 .t-showroom-list {
    width: 100%;
  }
}
.sec-manshon01 {
  margin-bottom: 80px;
}
.s-manshon01-img {
  margin-bottom: 40px;
}
.s-manshon01-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-manshon01-box > div {
  width: 46%;
}
.sec-manshon02 {
  padding: 80px 0;
  margin-bottom: 60px;
}
.s-manshon02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.s-manshon02-box > div {
  width: 46%;
}
.sec-manshon02 .table01 {
  margin-bottom: 60px;
}
.sec-manshon02 .plan-example {
  margin-bottom: 60px;
}
.sec-manshon03 {
  margin-bottom: 130px;
}
.sec-manshon04 .plan-txtBox03 {
  margin-bottom: 40px;
}
.sec-manshon04 {
  margin-bottom: 140px;
}
.sec-manshon05 {
  padding: 30px 0;
}
.sec-manshon06 {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec-manshon01 {
    margin-bottom: 40px;
  }
  .sec-manshon01 .container {
    padding: 0;
  }
  .s-manshon01-box > div {
    width: 100%;
    padding: 0 15px;
  }
  .s-manshon01-box > div:first-child {
    margin-bottom: 60px;
  }
  .s-manshon02-box {
    margin-bottom: 40px;
  }
  .s-manshon02-box > div {
    width: 100%;
  }
  .s-manshon02-box > div:first-child {
    margin-bottom: 40px;
  }
  .sec-manshon02 .table01 {
    margin-bottom: 20px;
  }
  .sec-manshon02 .plan-before-after > div:first-child {
    width: 80%;
  }
  .sec-manshon03 {
    margin-bottom: 80px;
  }
  .sec-manshon04 {
    margin-bottom: 30px;
  }
  .sec-manshon04 .container {
    padding: 0;
  }
  .s-manshon04-con {
    padding: 0 15px;
  }
  .sec-manshon04 .h3_02 {
    margin-bottom: 10px;
  }
  .sec-manshon04 .plan-txtBox03 {
    margin-bottom: 20px;
  }
  .sec-manshon04 .image02 > li:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sec-manshon04 .image02 > li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec-manshon04 .image02 > li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .sec-manshon04 .image02 > li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sec-manshon04 .image02 > li:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .sec-manshon06 {
    padding: 20px 0 40px;
  }
}
.s-renovation-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: -1;
  height: 230px;
}
.s-kominka-img > img {
  width: 49.8%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-kominka-img > img {
    width: 100%;
  }
}
.postid-200 .pageTitle__sub-text02 span::before,
.postid-200 .pageTitle__sub-text02 span::after {
  display: none;
}
.sec-kominka-image {
  margin-bottom: 60px;
}
.kominka-con01 {
  text-align: center;
  margin-bottom: 45px;
}
.kominka-con01 img {
  max-width: 520px;
}
.kominka-con02 {
  text-align: center;
  margin-bottom: 30px;
}
.kominka-con02 img {
  max-width: 680px;
}
.kominka-con03 {
  margin-bottom: 30px;
}
.kominka-txt01 {
  font-size: 21.5px;
  padding: 0 50px 80px;
}
.kominka-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto 60px;
}
.kominka-box01 > li {
  width: 48%;
}
.kominka-box01-img {
  text-align: center;
  margin-bottom: 40px;
}
.kominka-box01-img img {
  width: 300px;
}
.kominka-box01 h3 {
  border: 1px solid #000;
  padding: 0;
  font-size: 33px;
  text-align: center;
  margin-bottom: 10px;
}
.kominka-box01 p {
  font-size: 18px;
}
.kominka-txt02 {
  text-align: center;
  margin-bottom: 40px;
}
.kominka-txt02 h3 {
  color: #ab272c;
  font-size: 36px;
}
.kominka-txt02 p span {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #001b37;
  padding: 0 25px;
  font-weight: 500;
}
.kominka-txt02 p span::before,
.kominka-txt02 p span::after {
  content: "";
  width: 3px;
  height: 50px;
  background: #001b37;
  position: absolute;
  top: -10px;
}
.kominka-txt02 p span::before {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  left: 0;
}
.kominka-txt02 p span::after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  right: 0;
}
.kominka-img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.kominka-img01 > li {
  max-width: 200px;
}
.kominka-img01 > li:not(:last-child) {
  margin-right: 30px;
}
.kominka-img02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kominka-img02 > li {
  width: 47%;
}
.kominka-ttl01 {
  margin-bottom: 40px;
}
.kominka-ttl01 h2 {
  background: #001b37;
  padding: 0 0 15px;
  color: #eee93a;
  font-size: 24px;
  text-align: center;
  letter-spacing: 4px;
}
.kominka-ttl01 h2 span {
  font-size: 37px;
}
.kominka-ttl01 h2 span b {
  font-size: 49px;
}
.kominka-logo01 {
  text-align: center;
  margin-bottom: 90px;
}
.kominka-logo01 img {
  width: 360px;
}
.kominka-img03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.kominka-img03 > li {
  width: 44%;
}
.kominka-img04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.kominka-img04 > li {
  width: 46%;
}
.kominka-img05 {
  text-align: center;
}
.kominka-img05 img {
  max-width: 740px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec-kominka-image {
    margin-bottom: 15px;
  }
  .sec-kominka-image .container {
    padding: 0;
  }
  .s-kominka-img > img {
    width: 100%;
    height: 300px;
  }
  .s-kominka-img .h2_05 {
    margin: 25px 0;
  }
  .kominka-con01 {
    margin-bottom: 20px;
  }
  .kominka-con01 img {
    max-width: 100%;
  }
  .kominka-con02 {
    margin-bottom: 15px;
  }
  .kominka-con02 img {
    max-width: 100%;
  }
  .kominka-txt01 {
    font-size: 13px;
    padding: 0;
    margin-bottom: 30px;
  }
  .kominka-box01-img {
    margin-bottom: 20px;
  }
  .kominka-box01-img img {
    width: 96%;
  }
  .kominka-box01 h3 {
    font-size: 20px;
  }
  .kominka-box01 p {
    font-size: 12px;
  }
  .kominka-txt02 h3 {
    font-size: 24px;
  }
  .kominka-txt02 p span {
    font-size: 16px;
  }
  .kominka-img01 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kominka-img01 > li:not(:last-child) {
    margin-right: 0;
  }
  .kominka-img01 > li {
    max-width: 47%;
  }
  .kominka-img02 {
    margin-bottom: 30px;
  }
  .kominka-img02 > li {
    width: 100%;
  }
  .kominka-img02 > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .kominka-ttl01 {
    margin-bottom: 15px;
  }
  .kominka-ttl01 .container {
    padding: 0;
  }
  .kominka-ttl01 h2 {
    padding: 10px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  .kominka-ttl01 h2 span {
    font-size: 27px;
  }
  .kominka-ttl01 h2 span b {
    font-size: 39px;
  }
  .kominka-logo01 img {
    width: 320px;
  }
  .kominka-logo01 {
    margin-bottom: 40px;
  }
  .kominka-img03 {
    margin-bottom: 40px;
  }
  .kominka-img03 > li {
    width: 100%;
  }
  .kominka-img03 > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .kominka-img04 {
    margin-bottom: 30px;
  }
  .kominka-img04 > li {
    width: 100%;
  }
  .kominka-img04 > li:not(:last-child) {
    margin-bottom: 60px;
  }
  .kominka-img05 img {
    max-width: 100%;
  }
  .sec-kominka02 .h2_05 {
    margin-bottom: 10px;
  }
}
.sec-plan2500-01 .s-plan-box01 {
  padding: 20px 60px;
}
@media screen and (max-width: 991px) {
  .sec-single-message .text03 {
    margin-bottom: 30px;
  }
}
.sec-single-case01 {
  padding: 60px 0;
  margin-bottom: 60px;
}
.sec-single-case01 .case-list-after,
.sec-single-case01 .case-list-before {
  width: 270px;
  font-size: 60px;
  bottom: 35px;
  font-weight: 500;
}
.single-case-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.single-case-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.single-case-image > div {
  position: relative;
}
.single-case-image > div:first-child {
  width: 64%;
}
.single-case-image > div:first-child img {
  height: 38vw;
}
.single-case-image > div:last-child {
  width: 31%;
}
.single-case-image > div:last-child img {
  height: 21vw;
}
.single-case-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-case-detail > div:first-child {
  width: 56%;
}
.single-case-detail > div:last-child {
  width: 42%;
}
.case-detail-txt {
  background: #e6e6e6;
  border-radius: 10px;
  padding: 10px 18px;
}
.case-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.case-detail-list > li {
  width: 32%;
  background: #e6e6e6;
  border-radius: 10px;
  font-weight: 400;
  padding: 15px 18px;
}
.case-detail-list > li:nth-child(1),
.case-detail-list > li:nth-child(2),
.case-detail-list > li:nth-child(3) {
  margin-bottom: 10px;
}
.case-detail-list > li h4,
.case-detail-txt h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.case-detail-list > li p {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-single-case02 {
  text-align: center;
  margin-bottom: 60px;
}
.sec-single-case02 img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 700px;
}
.sec-single-case02 iframe {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16/9;
  height: auto;
}
.sec-single-case03 .text03 {
  margin-bottom: 50px;
}
.sec-single-case03 .text03 h3 span:before {
  display: none;
}
.case-beforeAfter > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.case-beforeAfter > li:not(:last-child) {
  margin-bottom: 70px;
}
.case-beforeAfter > li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.case-beforeAfter > li > div {
  position: relative;
}
.case-beforeAfter > li > div:first-child {
  width: 44%;
}
.case-beforeAfter > li > div:first-child img {
  height: 28vw;
}
.case-beforeAfter > li > div:last-child {
  width: 52%;
}
.case-beforeAfter > li > div:last-child img {
  height: 33vw;
}
.case-beforeAfter .case-list-after,
.case-beforeAfter .case-list-before {
  bottom: 40px;
  width: 200px;
  padding: 6px 6px 6px 50px;
}
.case-floorList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.case-floorList > li:not(:last-child) {
  margin-bottom: 100px;
}
.case-floorList > li > div:first-child {
  width: 34.5%;
}
.case-floorList > li > div:first-child h4 {
  font-size: 40px;
  color: #c0bfbe;
  font-weight: bold;
  margin-bottom: 60px;
}
.case-floorList > li > div:last-child {
  width: 64%;
}
.sec-single-case03 {
  margin-bottom: 100px;
}
.sec-single-case03 .text03 h3 span:before {
  display: none;
}
.sec-single-case04 {
  margin-bottom: 80px;
}
.case-pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
}
.case-pointList > li {
  width: 47.5%;
  margin-bottom: 40px;
}
.case-pointList > li img {
  width: 100%;
}
.case-pointList > li h4 {
  margin-top: 20px;
  font-size: 27px;
}
.sec-single-case05 {
  margin-bottom: 30px;
}
.sec-voice {
  padding: 55px 0 40px;
}
.voice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
}
.voice-box > div:first-child {
  width: 27%;
}
.voice-box > div:last-child {
  width: 71%;
  font-size: 21px;
}
.voice-box-ttl {
  font-weight: bold;
  margin-bottom: 17px;
}
.voice-box-ttl > h3 {
  color: #001b37;
  font-size: 26px;
}
.voice-box-ttl > p {
  color: #221714;
  opacity: 0.6;
  font-size: 38px;
  line-height: 1;
}
.voice-box-img {
  width: 130px;
}
.sec-case-banner {
  padding: 60px 0 30px;
}
.sec-case-banner .bnr-contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.case-more-ttl {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  color: #001b37;
}
@media screen and (max-width: 767px) {
  .sec-single-case01 {
    padding: 20px 0;
  }
  .single-case-image {
    margin-bottom: 15px;
  }
  .single-case-image > div:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .single-case-image > div:last-child {
    width: 100%;
  }
  .single-case-image > div:first-child img {
    height: 78vw;
  }
  .single-case-image > div:last-child {
    width: 50%;
  }
  .single-case-image > div:last-child img {
    height: 40vw;
  }
  .case-detail-list > li h4,
  .case-detail-txt h4 {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .case-detail-list > li p {
    min-height: auto;
  }
  .case-detail-list > li p {
    font-size: 13px;
  }
  .sec-single-case01 .case-list-after,
  .sec-single-case01 .case-list-before {
    width: 130px;
    font-size: 25px;
    bottom: 20px;
  }
  .single-case-image img {
    border-radius: 10px;
  }
  .single-case-text h3 {
    margin-bottom: 20px;
  }
  .single-case-detail > div:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .single-case-detail > div:last-child {
    width: 100%;
  }
  .sec-single-case02 img,
  .sec-single-case02 iframe {
    max-width: 85%;
  }
  .sec-single-case02 {
    margin-bottom: 0;
  }
  .sec-single-case03 {
    margin-bottom: 50px;
  }
  .case-beforeAfter > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .case-beforeAfter > li img {
    border-radius: 10px;
  }
  .case-beforeAfter > li > div:last-child img {
    height: 41vw;
  }
  .case-beforeAfter > li > div:first-child img {
    height: 34vw;
  }
  .case-beforeAfter .case-list-after,
  .case-beforeAfter .case-list-before {
    width: 110px;
    padding: 6px 6px 6px 20px;
    text-align: left;
    bottom: 15px;
  }
  .case-floorList > li:not(:last-child) {
    margin-bottom: 50px;
  }
  .case-floorList > li > div:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .case-floorList > li > div:first-child h4 {
    margin-bottom: 0;
    font-size: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .case-floorList > li > div:first-child > a {
    width: 60%;
    margin-right: 20px;
  }
  .case-floorList > li > div:last-child {
    width: 100%;
  }
  .sec-single-case05 .text03 {
    margin-bottom: 10px;
  }
  .sec-single-case05 .text03 h3 {
    font-size: 28px;
  }
  .sec-single-case05 .text03 h3:before,
  .sec-single-case05 .text03 h3:after {
    display: none;
  }
  .case-pointList {
    width: 93%;
    margin: 0;
  }
  .case-pointList > li {
    margin-bottom: 20px;
  }
  .case-pointList > li h4 {
    margin-top: 5px;
    font-size: 15px;
  }
  .voice-box > div:first-child {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .voice-box-ttl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .voice-box-img {
    width: 95px;
    margin-right: 15px;
  }
  .voice-box > div:last-child {
    width: 100%;
    font-size: 14px;
  }
  .case-more-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec-case-banner {
    padding: 30px 0 0;
  }
}
.case-pagination .nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case-pagination .nav-flex > div {
  margin: 0 30px;
}
.case-pagination img {
  max-width: 350px;
  height: 295px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}
.case-pagination .nav-btn {
  display: block;
  padding: 5px;
  background: #e5e5e4;
  font-size: 23px;
  text-align: center;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
}
.case-pagination .nav-btn:before {
  position: absolute;
  content: "";
  width: 52px;
  height: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-previous .nav-btn:before {
  background: url(../images/common/arrow07_l.png) left/cover;
  left: 20px;
}
.nav-next .nav-btn:before {
  background: url(../images/common/arrow07_r.png) right/cover;
  right: 20px;
}
.nav-archive {
  margin-top: 60px;
}
.nav-archive a {
  border: 2px solid #fccf00;
  padding: 5px 124px 5px 44px;
  font-size: 21px;
  border-radius: 100px;
  position: relative;
  width: 380px;
  min-height: 60px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  background: #fccf00;
  font-weight: 500;
}
.nav-archive a:before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow04.png) right/cover;
  width: 80px;
  height: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-archive a:hover {
  background: #fff;
  opacity: 1;
  border-color: #1a1a1a;
}
@media screen and (max-width: 991px) {
  .case-pagination {
    width: 95%;
    margin: auto;
  }
  .nav-archive a {
    font-size: 15px;
    width: 280px;
    min-height: 45px;
    padding: 5px 100px 5px 20px;
  }
  .nav-archive a:before {
    width: 70px;
    height: 6px;
  }
  .case-pagination .nav-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .case-pagination .nav-flex > div {
    margin: 0;
    width: 48%;
  }
  .case-pagination img {
    max-width: 100%;
    height: 39vw;
  }
  .case-pagination .nav-btn {
    font-size: 11px;
  }
  .nav-previous .nav-btn:before {
    left: 10px;
  }
  .nav-next .nav-btn:before {
    right: 10px;
  }
  .case-pagination .nav-btn:before {
    width: 34px;
    height: 10px;
  }
}
body.single-event,
body.single-event .h2_05 span,
body.single-event .h3_04 {
  color: #040000;
}
body.single-event .h2_05 span::before,
body.single-event .h2_05 span::after {
  background: #040000;
}
body.single-event:before {
  position: absolute;
  content: "";
  background: url(../images/common/bg04.png) top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
body.single-event .lp-bnr {
  background: none;
}
body.single-event .pageTitle__sub-text {
  color: #fff;
}
.event-con {
  padding: 60px 80px 30px;
  background: #1d2b53;
  color: #fff;
  margin-bottom: 35px;
}
.event-close-txt {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.event-thumbnail {
  width: 100%;
  margin-bottom: 20px;
}
.event-detail {
  margin-bottom: 20px;
}
.event-detail > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-detail > dl:not(:last-child) {
  border-bottom: 2px solid #fff;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.event-detail > dl > dt {
  min-width: 110px;
  font-size: 20px;
}
.event-detail > dl > dd {
  font-size: 18px;
}
.event-ttl {
  font-size: 30px;
  text-align: center;
}
.sec-single-event01 .button04 a {
  padding: 5px 90px 5px 30px;
}
.event-box01 {
  padding: 50px 110px;
  background: hsla(0, 0%, 100%, 0.7);
}
.event-box01 .h2_05 {
  margin-bottom: 40px;
}
.event-box01-con {
  position: relative;
}
.event-box01 .event-box01-con:not(:last-child) {
  margin-bottom: 120px;
}
.sec-single-event01 {
  margin-bottom: 100px;
}
.event-img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.event-img01 > li {
  width: 48%;
}
.event-img01 > li:not(:last-child) {
  margin-bottom: 25px;
}
.event-img01 > li img {
  width: 100%;
}
.event-box01-con .archive-caselist {
  margin-top: 50px;
}
.sec-single-event02 {
  margin-bottom: 150px;
}
.sec-single-event03 {
  padding-top: 90px;
  padding-bottom: 60px;
  background: #fff;
}
.sec-single-event04 {
  padding-bottom: 100px;
  background: #fff;
}
.event-img02 {
  text-align: center;
}
.event-img02 img {
  max-width: 620px;
}
.sec-event-flow {
  padding-bottom: 90px;
  background: #fff;
}
.sec-event-flow .flow01 > ul > li > h4:before {
  content: "Flow";
}
.sec-event-flow .button03 {
  margin-top: 40px;
}
.event-icon01 {
  text-align: center;
  margin-bottom: 20px;
}
.sec-event-access {
  padding-bottom: 80px;
}
.form-event-img {
  text-align: center;
}
.form-event dl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.form-event dl,
.form-event dl dd input[name="post_title"] {
  font-size: 16px;
}
.form-event dl dt {
  margin-right: 20px;
  width: auto;
}
.form-event-img img {
  width: 250px;
  height: auto;
}
.sec-event-line,
.sec-event-access {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .event-message .text03 h3 span:before {
    display: none;
  }
  .event-con {
    padding: 25px 30px;
  }
  .event-close-txt {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .event-detail > dl > dt {
    min-width: 70px;
    font-size: 13px;
  }
  .event-detail > dl > dd {
    font-size: 13px;
  }
  .event-ttl {
    font-size: 20px;
  }
  .sec-single-event01 {
    margin-bottom: 30px;
  }
  .sec-single-event01 .button04 a {
    width: 240px;
  }
  .event-box01 {
    padding: 10px 10px;
  }
  .event-box01 .event-box01-con:not(:last-child) {
    margin-bottom: 40px;
  }
  body.single-event .h2_05 span::before,
  body.single-event .h2_05 span::after {
    height: 40px;
  }
  .event-box01 .h2_05 {
    margin-bottom: 20px;
  }
  .flexBox01 > li > div:last-child h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .flexBox01 > li > div:last-child p {
    font-size: 15.5px;
  }
  .event-img01 {
    margin-top: 0;
    margin-left: 40px;
  }
  .event-img01 > li {
    width: 100%;
  }
  .event-box01-con03 .h3_04 {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    position: absolute;
    top: 10px;
    left: 0;
    text-wrap-mode: nowrap;
  }
  .event-box01-con04 .h3_04 {
    text-align: center;
    font-size: 14px;
  }
  .event-box01-con04 .h2_05 span {
    font-size: 26px;
  }
  .event-box01-con04 .h2_05 span::before,
  .event-box01-con04 .h2_05 span::after {
    display: none;
  }
  .event-box01-con .archive-caselist {
    margin-top: 20px;
  }
  .event-box01-con .archive-caselist {
    margin-top: 20px;
  }
  .event-box01-con04 .archive-caselist > li {
    width: 48%;
  }
  .event-box01-con04 .case-list-text > ul > li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .event-box01-con04 .case-list-text > ul > li h4 {
    min-width: 60px;
    font-size: 11px;
  }
  .event-box01-con04 .case-list-text > ul > li p,
  .event-box01-con04 .case-list-text > ul > li p.t1,
  .event-box01-con04 .case-list-text > ul > li p.t2 {
    font-size: 11px;
  }
  .sec-single-event02 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .sec-single-event03 .h2_05 span::before,
  .sec-single-event03 .h2_05 span::after {
    top: 10px;
  }
  .sec-single-event03 .h2_05,
  .sec-single-event04 .h2_05,
  .sec-event-line .h2_05 {
    margin-bottom: 20px;
  }
  .sec-single-event03 .plan-list02 {
    margin-top: 0;
  }
  .event-img02 img {
    max-width: 310px;
  }
  .sec-single-event04 {
    padding-bottom: 50px;
  }
  .event-icon01 img {
    width: 60px;
  }
  .sec-event-line .line-voice-list > li:nth-child(2),
  .sec-event-line .line-voice-list > li:nth-child(3) {
    display: none;
  }
  .sec-event-line .line-voice-list > li {
    width: 45%;
    margin: auto;
  }
  .form-event-img {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-event-img img {
    width: 160px;
  }
  .form-event dl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-event dl dt {
    margin-right: 0;
    width: 30%;
  }
  .form-event dl dd {
    width: 69%;
  }
  body.single-event:before {
    background: url(../images/common/bg04_sp.png) top no-repeat;
  }
  .sec-single-event03,
  .sec-single-event04,
  .sec-event-line,
  .sec-event-flow,
  .sec-event-access {
    background: #fff;
  }
  .sec-single-event03 {
    padding-top: 30px;
  }
  .sec-event-access {
    padding-bottom: 40px;
  }
  .contact-message {
    position: relative;
    padding-bottom: 40px;
  }
  .contact-message:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .contact-message .h3_03 {
    margin-bottom: 0;
  }
}
.event_content {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .event_content {
    margin-bottom: 60px;
  }
} /*# sourceMappingURL=style.min.css.map */
@media screen and (max-width: 1100px) {
  .eventList-wrapper > .eventList-con:nth-child(n + 3) {
    display: none;
  }
  .eventList-wrapper .eventList-flex {
    width: 100%;
  }
  .eventList-wrapper .eventList-text {
    flex: 0 0 50%;
    width: 50%;
    min-width: 0;
  }
}
@media screen and (max-width: 991px) {
  .eventList-wrapper .eventList-image {
    flex: 0 0 49%;
    width: 49%;
    max-width: none;
  }
  .eventList-wrapper .eventList-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.topBannerList {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  padding-inline: 50px;
}
.topBannerList.slick-initialized {
  display: block;
  padding-inline: 0;
}
.topBannerList.slick-initialized .slick-list {
  margin-inline: -10px;
}
@media screen and (max-width: 767px) {
  .topBannerList.slick-initialized .slick-list {
    margin-inline: 0;
  }
}
.topBannerList__item {
  width: calc((100% - 20px) / 2);
}
.topBannerList.slick-initialized .topBannerList__item {
  width: auto;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .topBannerList.slick-initialized .topBannerList__item {
    width: 100%;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .topBannerList.slick-initialized .topBannerList__item {
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }
}
.topBannerList.slick-initialized .slick-slide {
  box-sizing: border-box;
  padding-inline: 10px;
}
.topBannerList__item a {
  aspect-ratio: 480/220;
  display: block;
}
.topBannerList__item > img {
  aspect-ratio: 480/220;
}
.topBannerList__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .topBannerList {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    padding-inline: 16px;
  }
  .topBannerList__item {
    width: 100%;
  }
}

/*********************************
 Case renewal: Main view slider
**********************************/
.case-mv {
  background: #fff;
  padding: 56px 0 40px;
}
@media screen and (max-width: 991px) {
  .case-mv {
    padding: 40px 0 32px;
  }
}

.case-mv__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .case-mv__inner {
    padding: 0 20px;
  }
}

.case-mv__heading {
  text-align: center;
  margin-bottom: 24px;
}

.case-mv__title {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #001b37;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .case-mv__title {
    font-size: 22px;
  }
}

.case-mv__title-en {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: rgba(0, 27, 55, 0.2);
  text-transform: uppercase;
  margin: 4px 0 0;
}
@media screen and (max-width: 991px) {
  .case-mv__title-en {
    font-size: 48px;
  }
}

.case-mv__lead {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 27, 55, 0.15);
}
@media screen and (max-width: 991px) {
  .case-mv__lead {
    margin-bottom: 28px;
    padding-bottom: 20px;
  }
}
.case-mv__lead p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #001b37;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .case-mv__lead p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.case-mv__lead p + p {
  margin-top: 4px;
}

.case-mv__slider {
  position: relative;
}

.case-mv__counter {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 2px;
  margin-top: 12px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #001b37;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .case-mv__counter {
    margin-top: 10px;
    font-size: 14px;
  }
}

.case-mv__counter-current {
  font-weight: 600;
}

.case-mv__main {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-mv__main:not(.slick-initialized) > li:not(:first-child) {
  display: none;
}
.case-mv__main li {
  margin: 0;
}
.case-mv__main img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.case-mv__slider--static .case-mv__main {
  display: block;
}

.case-mv__thumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .case-mv__thumbs {
    gap: 8px;
    margin-top: 12px;
  }
}

.case-mv__thumb-list {
  display: flex;
  flex: 1;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .case-mv__thumb-list {
    gap: 0;
  }
}
.case-mv__thumb-list li {
  flex: 0 0 calc((100% - 40px) / 6);
  width: calc((100% - 40px) / 6);
  max-width: calc((100% - 40px) / 6);
  min-width: 0;
  position: relative;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.case-mv__thumb-list li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: opacity 0.3s;
  pointer-events: none;
}
.case-mv__thumb-list li.thumbnail-current::after {
  opacity: 0;
}
.case-mv__thumb-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}
.case-mv__thumb-list.slick-initialized {
  display: block;
}
.case-mv__thumb-list.slick-initialized li {
  flex: none;
  width: auto;
  max-width: none;
}
.case-mv__thumb-list.slick-initialized .slick-list {
  margin: 0 -2px;
}
.case-mv__thumb-list.slick-initialized .slick-slide {
  padding: 0 2px;
}
.case-mv__thumb-list.slick-initialized .slick-slide > li,
.case-mv__thumb-list.slick-initialized .slick-slide > div > li {
  aspect-ratio: 4/3;
}

.case-mv__thumb-arrow {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.case-mv__thumb-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #001b37;
  border-right: 1px solid #001b37;
  transform: translateY(-50%) rotate(45deg);
}
.case-mv__thumb-arrow--prev::before {
  left: 6px;
  transform: translateY(-50%) rotate(-135deg);
}
.case-mv__thumb-arrow--next::before {
  right: 6px;
}

/*********************************
 Case renewal: Intro / Kikkake
**********************************/
.case-intro,
.case-kikkake {
  background: #fff;
}

.case-intro__inner,
.case-kikkake__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .case-intro__inner,
  .case-kikkake__inner {
    padding: 0 20px;
  }
}

.case-intro {
  padding: 0 0 56px;
}
@media screen and (max-width: 991px) {
  .case-intro {
    padding: 28px 0 40px;
  }
}

.case-intro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .case-intro__tags {
    gap: 6px;
    margin-bottom: 16px;
  }
}
.case-intro__tags li {
  border: 1px solid #c49c64;
  color: #c49c64;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 8px 12px;
}
@media screen and (max-width: 991px) {
  .case-intro__tags li {
    font-size: 12px;
    padding: 6px 10px;
  }
}

.case-intro__title {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #001b37;
  margin: 0 0 12px;
}
@media screen and (max-width: 991px) {
  .case-intro__title {
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

.case-intro__area {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #001b37;
  margin: 0 0 24px;
}
@media screen and (max-width: 991px) {
  .case-intro__area {
    margin-bottom: 16px;
  }
}

.case-intro__lead p {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #001b37;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .case-intro__lead p {
    line-height: 1.9;
    color: #555;
  }
}

.case-kikkake {
  padding: 0 0 40px;
}
@media screen and (max-width: 991px) {
  .case-kikkake {
    padding-bottom: 48px;
  }
}

.case-kikkake__inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 991px) {
  .case-kikkake__inner {
    flex-direction: column;
    gap: 36px;
  }
}

.case-kikkake__main {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .case-kikkake__main {
    display: flex;
    flex-direction: column;
    order: 2;
  }
}

.case-kikkake__heading {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #001b37;
  margin: 0 0 16px;
}
@media screen and (max-width: 991px) {
  .case-kikkake__heading {
    order: 2;
    font-size: 28px;
    letter-spacing: 0.06em;
    margin: 20px 0 16px;
  }
}

.case-kikkake__text {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #001b37;
  margin: 0 0 32px;
  max-width: 523px;
}
@media screen and (max-width: 991px) {
  .case-kikkake__text {
    order: 3;
    line-height: 1.9;
    margin-bottom: 0;
    max-width: none;
  }
}

.case-kikkake__image {
  margin: 0;
  max-width: 432px;
}
@media screen and (max-width: 991px) {
  .case-kikkake__image {
    order: 1;
    max-width: none;
    width: 100%;
  }
}
.case-kikkake__image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 991px) {
  .case-kikkake__image img {
    aspect-ratio: 16/9;
  }
}

.case-kikkake__aside {
  flex: 0 0 360px;
  width: 360px;
}
@media screen and (max-width: 991px) {
  .case-kikkake__aside {
    order: 1;
    flex: none;
    width: 100%;
  }
}

.case-kikkake__panel + .case-kikkake__panel {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .case-kikkake__panel + .case-kikkake__panel {
    margin-top: 28px;
  }
}

.case-kikkake__panel-title {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #b89b6d;
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .case-kikkake__panel-title {
    margin-bottom: 16px;
  }
}

.case-kikkake__data {
  margin: 0;
}

.case-kikkake__data-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 991px) {
  .case-kikkake__data-row {
    padding: 8px 0 8px 20px;
    gap: 12px;
  }
}
.case-kikkake__data-row dt,
.case-kikkake__data-row dd {
  margin: 0;
  font-size: 16px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  letter-spacing: 0.05em;
  color: #001b37;
}
@media screen and (max-width: 991px) {
}
.case-kikkake__data-row dt {
  flex: 0 0 auto;
  font-weight: 500;
  width: 50%;
}
.case-kikkake__data-row dd {
  width: 50%;
}

.case-kikkake__layout-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0;
  list-style: none;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .case-kikkake__layout-grid {
    padding-left: 0;
    gap: 6px;
    max-width: 320px;
    margin: 0 auto;
  }
}
.case-kikkake__layout-grid li {
  background: rgba(198, 156, 109, 0.5);
  color: #001b37;
  text-align: center;
  min-height: 68px;
  padding: 4px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .case-kikkake__layout-grid li {
    background: #e8d8c8;
    min-height: 72px;
    padding: 12px 8px;
    gap: 4px;
  }
}

.case-kikkake__layout-label,
.case-kikkake__layout-value {
  display: block;
  font-size: 16px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .case-kikkake__layout-label,
  .case-kikkake__layout-value {
    font-weight: 500;
  }
}

.case-kikkake__layout-value {
  font-size: 16px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .case-kikkake__layout-value {
    font-size: 14px;
  }
}

/*********************************
 Case renewal: YouTube
**********************************/
.case-youtube {
  background: #333;
  padding: 72px 0;
}
@media screen and (max-width: 991px) {
  .case-youtube {
    padding: 48px 0;
  }
}

.case-youtube__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1.15fr auto;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1180px) {
  .case-youtube__inner {
    gap: 32px;
  }
}
@media screen and (max-width: 991px) {
  .case-youtube__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
    text-align: center;
  }
}

.case-youtube__intro {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .case-youtube__intro {
    display: contents;
  }
}

@media screen and (max-width: 991px) {
  .case-youtube__heading {
    order: 1;
  }
}

.case-youtube__title-en {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #c69c6d;
  margin: 0 0 4px;
}
@media screen and (max-width: 991px) {
  .case-youtube__title-en {
    font-size: 20px;
    text-align: left;
  }
}

.case-youtube__title {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 20px;
  border-bottom: 1px solid #c49c64;
  display: inline-block;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .case-youtube__title {
    font-size: 27px;
    margin-bottom: -20px;
  }
}

.case-youtube__lead {
  font-size: 14px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #fff;
  margin: 0 0 28px;
}
@media screen and (max-width: 991px) {
  .case-youtube__lead {
    order: 2;
    font-size: 14px;
    margin-bottom: 0;
  }
}

.case-youtube__button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #c69c6d;
  border-radius: 999px;
  color: #fff;
  padding: 16px 20px;
  max-width: 290px;
  transition: opacity 0.3s;
}
.case-youtube__button:hover {
  opacity: 0.85;
}
@media screen and (max-width: 991px) {
  .case-youtube__button {
    order: 5;
    margin: 8px auto 0;
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

.case-youtube__button-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 16px;
  background: #fff;
  border-radius: 3px;
  position: relative;
}
.case-youtube__button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #c69c6d;
}

.case-youtube__button-text {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}

.case-youtube__button-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.case-youtube__button-sub {
  display: block;
}

.case-youtube__button-arrow {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.case-youtube__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .case-youtube__movie {
    order: 3;
    width: 100%;
  }
}

.case-youtube__points {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .case-youtube__points {
    order: 4;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.case-youtube__points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
.case-youtube__points li:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .case-youtube__points li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.case-youtube__points-icon {
  flex: 0 0 auto;
  width: 24px;
  height: auto;
  display: block;
}
.case-youtube__points-text {
  display: block;
}
@media screen and (max-width: 991px) {
  .case-youtube__points-text {
    font-size: 16px;
    white-space: nowrap;
  }
}

/*********************************
 Case renewal: Spec
**********************************/
.case-spec {
  background: #fff;
  padding: 72px 0;
}
@media screen and (max-width: 991px) {
  .case-spec {
    padding: 48px 0;
  }
}

.case-spec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .case-spec__inner {
    padding: 0 20px;
  }
}

.case-spec__heading {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #001b37;
  margin: 0 0 40px;
}
@media screen and (max-width: 991px) {
  .case-spec__heading {
    margin-bottom: 28px;
  }
}

.case-spec__list {
  max-width: 800px;
  margin: 0 auto;
  background: #f6f4f0;
  border: 1px solid #dcdcdc;
}

.case-spec__row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #dcdcdc;
}
.case-spec__row:last-child {
  border-bottom: none;
}
.case-spec__row dt,
.case-spec__row dd {
  margin: 0;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #001b37;
}
.case-spec__row dt {
  flex: 0 0 22%;
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  background: #f6f4f0;
  border-right: 1px solid #dcdcdc;
  padding: 10px 16px;
}
@media screen and (max-width: 991px) {
  .case-spec__row dt {
    flex: 0 0 110px;
    max-width: none;
    padding: 8px 12px;
  }
}
.case-spec__row dd {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  text-align: left;
  padding: 10px 24px 10px 40px;
}
@media screen and (max-width: 991px) {
  .case-spec__row dd {
    padding: 14px 16px;
  }
}

/*********************************
 Case renewal: Before/After / Gallery
**********************************/
.case-heading-en__part {
  display: inline;
}
.case-heading-en__space {
  display: inline;
}
@media screen and (max-width: 991px) {
  .case-heading-en__part {
    display: block;
  }
  .case-heading-en__space {
    display: none;
  }
}
.case-ba .section__heading,
.case-gallery .section__heading {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
}
@media screen and (max-width: 991px) {
  .case-ba .section__heading,
  .case-gallery .section__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.case-ba .section__heading--en,
.case-gallery .section__heading--en {
  font-family: inherit;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}
.case-ba .section__heading--en::first-letter,
.case-gallery .section__heading--en::first-letter {
  font-size: 68px;
}
.case-ba .section__heading--ja,
.case-gallery .section__heading--ja {
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0.3;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .case-ba .section__heading--ja,
  .case-gallery .section__heading--ja {
    text-align: left;
  }
}
.case-ba .section__heading.--gallery .section__heading--en,
.case-gallery .section__heading.--gallery .section__heading--en {
  opacity: 1;
  margin-left: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .case-ba .section__heading.--gallery .section__heading--en,
  .case-gallery .section__heading.--gallery .section__heading--en {
    margin-top: 0;
  }
}
.case-ba .section__heading.--gallery .section__heading--ja,
.case-gallery .section__heading.--gallery .section__heading--ja {
  margin-top: 10px;
}
.case-ba .section__heading.--gallery .section__heading--en,
.case-ba .section__heading.--gallery .section__heading--ja {
  color: #001b37;
  opacity: 1;
}
.case-gallery .section__heading.--gallery .section__heading--en {
  color: #e5e8ea;
}

.case-ba {
  background: #ccc;
  padding: 72px 0 80px;
}
@media screen and (max-width: 991px) {
  .case-ba {
    padding: 48px 0 56px;
  }
}

.case-ba__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .case-ba__inner {
    padding: 0 20px;
  }
}

.case-ba .case-ba__heading {
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .case-ba .case-ba__heading {
    align-items: flex-start;
    justify-content: flex-start;
    margin-block: 0 32px;
  }
}

@media screen and (max-width: 991px) {
  .case-gallery .top-gallery__heading {
    align-items: flex-start;
    justify-content: flex-start;
    margin-block: 0 28px;
  }
}

.case-ba__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-ba__item:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .case-ba__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.case-ba__compare {
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .case-ba__compare {
    display: block;
    aspect-ratio: 380/252;
    overflow: visible;
  }
}

.case-ba__figure {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  position: relative;
}
.case-ba__figure img {
  width: 100%;
  aspect-ratio: 380/252;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 991px) {
  .case-ba__figure {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 1;
  }
  .case-ba__figure img {
    height: 100%;
    aspect-ratio: auto;
  }
  .case-ba__figure.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}

.case-ba__label {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 17px 31px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #001b37;
}
@media screen and (max-width: 991px) {
  .case-ba__label {
    display: none;
  }
}
.case-ba__label--before {
  background: #ccc;
}
.case-ba__label--after {
  background: #fff;
}

.case-ba__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: block;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 1px 0px rgba(0, 27, 55, 0.25));
}
@media screen and (max-width: 991px) {
  .case-ba__arrow {
    display: none;
  }
}

.case-ba__toggle {
  display: none;
}
@media screen and (max-width: 991px) {
  .case-ba__toggle {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 3;
    transform: translate(-50%, 50%);
    overflow: hidden;
  }
}

.case-ba__toggle-btn {
  min-width: 94px;
  padding: 14px 21px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #001b37;
  background: #ccc;
  cursor: pointer;
}
.case-ba__toggle-btn.is-active {
  background: #fff;
}

.case-ba__caption {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #001b37;
}
@media screen and (max-width: 991px) {
  .case-ba__caption {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 40px;
  }
}

.case-gallery {
  background: #fff;
}
.case-gallery.top-gallery {
  padding-block: 72px 80px;
}
@media screen and (max-width: 991px) {
  .case-gallery.top-gallery {
    padding-block: 48px 56px;
  }
}
.case-gallery .top-gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .case-gallery .top-gallery__inner {
    padding: 0 20px;
  }
}

.case-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .case-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.case-gallery__grid li {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}
.case-gallery__grid a {
  display: block;
}
.case-gallery__grid img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}

/*********************************
 Case renewal: YouTube Voice / Related
**********************************/
.case-youtube-voice {
  background: #333;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .case-youtube-voice {
    padding: 56px 0;
  }
}

.case-youtube-voice__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .case-youtube-voice__inner {
    padding: 0 20px;
  }
}

.case-youtube-voice__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .case-youtube-voice__heading {
    margin-bottom: 28px;
    text-align: left;
  }
}

.case-youtube-voice__title-en {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #c69c6d;
  margin: 0;
  text-transform: uppercase;
}
.case-youtube-voice__title-en::first-letter {
  font-size: 68px;
}

.case-youtube-voice__title-ja {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #c69c6d;
  margin: 8px 0 0;
}

.case-youtube-voice__body {
  padding-left: 160px;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .case-youtube-voice__body {
    padding-left: 0;
    margin-bottom: 36px;
  }
}

.case-youtube-voice__text {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #c69c6d;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .case-youtube-voice__text {
    font-size: 14px;
    line-height: 1.9;
    text-align: center;
  }
}

.case-youtube-voice__action {
  display: flex;
  justify-content: center;
}

.case-youtube-voice__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #c69c6d;
  border-radius: 999px;
  color: #c69c6d;
  padding: 24px 48px;
  transition: opacity 0.3s;
}
.case-youtube-voice__button:hover {
  opacity: 0.85;
}

.case-youtube-voice__button-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 16px;
  background: #fff;
  border-radius: 3px;
  position: relative;
}
.case-youtube-voice__button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #c69c6d;
}

.case-youtube-voice__button-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.case-youtube-voice__button-arrow {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c69c6d;
  border-right: 1px solid #c69c6d;
  transform: rotate(45deg);
}

.case-related {
  background: #fff;
  padding: 72px 0 80px;
}
@media screen and (max-width: 991px) {
  .case-related {
    padding: 48px 0 56px;
  }
}

.case-related__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .case-related__inner {
    padding: 0 20px;
  }
}

.case-related__heading {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #001b37;
  margin: 0 0 40px;
}
@media screen and (max-width: 991px) {
  .case-related__heading {
    margin-bottom: 28px;
  }
}

.case-related__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .case-related__list {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 370px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.case-related__link {
  display: flex;
  align-items: stretch;
  gap: 20px;
  color: #001b37;
}
@media screen and (max-width: 991px) {
  .case-related__link {
    gap: 16px;
  }
}

.case-related__image {
  position: relative;
  flex: 0 0 200px;
  width: 200px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .case-related__image {
    flex-basis: 180px;
    width: 180px;
  }
}
.case-related__image img {
  width: 100%;
  aspect-ratio: 190/125;
  object-fit: cover;
  display: block;
}

.case-related__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 44px;
  height: 32px;
  background: #ff0000;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.case-related__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 991px) {
  .case-related__play {
    width: 36px;
    height: 26px;
    border-radius: 6px;
  }
  .case-related__play::before {
    border-width: 5px 0 5px 9px;
  }
}

.case-related__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0;
  min-width: 0;
}

.case-related__title {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #001b37;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .case-related__title {
    font-size: 14px;
  }
}

.case-related__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.case-related__tag {
  display: inline-block;
  border: 1px solid #c49c64;
  background: #fff;
  color: #c49c64;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 6px 12px;
  margin: 0;
}

.case-related__floor {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #001b37;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .case-related__floor {
    font-size: 13px;
  }
}

.case-related__back {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .case-related__back {
    margin-top: 40px;
  }
}
.case-related__back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 320px;
  padding: 16px 32px;
  border: 1px solid #001b37;
  border-radius: 999px;
  font-size: 24px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #001b37;
  transition: opacity 0.3s;
}
.case-related__back a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #001b37;
  border-right: 1px solid #001b37;
  transform: rotate(45deg);
}
.case-related__back a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 991px) {
  .case-related__back a {
    min-width: 280px;
    font-size: 14px;
    padding: 14px 24px;
  }
}

/* Case archive renewal */
.post-type-archive-case .sec-single-message{padding:64px 0 0}@media screen and (max-width: 991px){.post-type-archive-case .sec-single-message{padding:32px 0 0}}.post-type-archive-case .sec-single-message .text03{margin-bottom:56px}@media screen and (max-width: 991px){.post-type-archive-case .sec-single-message .text03{margin-bottom:30px}}.case-archive{background:#fff;padding:0 0 96px}@media screen and (max-width: 991px){.case-archive{padding:0 0 56px}}.case-archive__inner{max-width:1200px;margin:0 auto;padding:0 40px}@media screen and (max-width: 991px){.case-archive__inner{padding:0 20px}}.case-archive__empty{font-family:"Zen Old Mincho","Noto Sans JP",serif;font-size:16px;letter-spacing:.05em;color:#001b37;text-align:center;margin:40px 0 0}.case-filter{margin:0 0 64px}@media screen and (max-width: 991px){.case-filter{margin-bottom:40px}}.case-filter__label{display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:1;width:168px;max-width:100%;margin:0 0 12px;padding:11px 20px;background:#001b37;border:2px solid #9eb6c9;color:#fff;font-family:"Zen Old Mincho","Noto Sans JP",serif;font-size:20px;font-weight:500;letter-spacing:.12em;line-height:1.2;text-align:center;cursor:pointer;transition:opacity .2s,background .2s}.case-filter__label:hover{opacity:.92}@media screen and (max-width: 991px){.case-filter__label{width:140px;margin-bottom:10px;padding:9px 14px;font-size:15px;border-width:1px}}.case-filter__body{border:1px solid #001b37;background:#fff;padding:18px 28px;overflow:hidden}@media screen and (max-width: 991px){.case-filter__body{padding:14px 16px}}.case-filter__list{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:14px 28px;margin:0;padding:0;list-style:none}@media screen and (max-width: 991px){.case-filter__list{gap:12px 16px}}.case-filter__item{list-style:none;flex:0 0 auto}.case-filter__check{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-family:"Zen Old Mincho","Noto Sans JP",serif;font-size:16px;letter-spacing:.04em;line-height:1.2;color:#001b37;white-space:nowrap}@media screen and (max-width: 991px){.case-filter__check{font-size:14px;gap:6px}}.case-filter__input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.case-filter__box{position:relative;flex:0 0 15px;width:15px;height:15px;background:#fff;border:1px solid #001b37;box-sizing:border-box}@media screen and (max-width: 991px){.case-filter__box{flex-basis:14px;width:14px;height:14px}}.case-filter__input:checked+.case-filter__box::after{content:"";position:absolute;top:1px;left:4px;width:5px;height:9px;border-right:2px solid #001b37;border-bottom:2px solid #001b37;transform:rotate(45deg)}@media screen and (max-width: 991px){.case-filter__input:checked+.case-filter__box::after{top:0;left:3px;width:4px;height:8px}}.case-filter__input:focus-visible+.case-filter__box{outline:2px solid #9eb6c9;outline-offset:2px}.case-filter__name{font-family:inherit}.case-archive__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:72px 96px;margin:0;padding:0;list-style:none}@media screen and (max-width: 991px){.case-archive__list{gap:40px 32px}}@media screen and (max-width: 767px){.case-archive__list{grid-template-columns:1fr;gap:40px}}.case-archive__item{list-style:none}.case-card{display:block;color:#001b37;transition:opacity .3s}.case-card:hover{opacity:.8}.case-card__image{margin:0 0 14px;overflow:hidden}.case-card__image img{display:block;width:100%;aspect-ratio:380/252;object-fit:cover;background:#f0eee9}@media screen and (max-width: 991px){.case-card__image{margin-bottom:10px}}.case-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:0;list-style:none}@media screen and (max-width: 991px){.case-card__tags{gap:6px;margin-bottom:10px}}.case-card__tag{list-style:none;background:#c49c64;color:#fff;font-family:"Zen Old Mincho","Noto Sans JP",serif;font-size:13px;letter-spacing:.06em;line-height:1.2;padding:6px 14px}@media screen and (max-width: 991px){.case-card__tag{font-size:11px;padding:5px 10px}}.case-card__title{font-family:"Zen Old Mincho","Noto Sans JP",serif;font-size:24px;font-weight:500;letter-spacing:.08em;line-height:1.45;color:#001b37;margin:0 0 20px}@media screen and (max-width: 991px){.case-card__title{font-size:20px;margin-bottom:14px}}.case-card__data{display:flex;border-top:1px solid #c49c64;border-bottom:1px solid #c49c64}.case-card__data-item{flex:1 1 0;min-width:0;margin:0;padding:18px 10px 16px;border-right:1px solid #c49c64;text-align:center}.case-card__data-item:last-child{border-right:none}@media screen and (max-width: 991px){.case-card__data-item{padding:14px 6px 12px}}.case-card__data-label{display:inline-block;margin:0 0 14px;padding:0 2px 4px;background:rgba(0,0,0,0);border:none;border-bottom:1px solid #c49c64;font-family:"Zen Old Mincho","Noto Sans JP",serif;font-size:14px;font-weight:400;letter-spacing:.08em;line-height:1.2;color:#001b37}@media screen and (max-width: 991px){.case-card__data-label{font-size:11px;margin-bottom:10px;padding-bottom:3px}}.case-card__data-value{margin:0;padding:0;background:rgba(0,0,0,0);font-family:"Zen Old Mincho","Noto Sans JP",serif;font-size:18px;font-weight:500;letter-spacing:.06em;line-height:1.4;color:#001b37;overflow-wrap:anywhere}@media screen and (max-width: 991px){.case-card__data-value{font-size:13px}}.case-archive .pagination,.case-archive .navigation.pagination{margin-top:56px}@media screen and (max-width: 991px){.case-archive .pagination,.case-archive .navigation.pagination{margin-top:40px}}
