@charset "UTF-8";
/*変数設定用*/
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vsp {
    display: block;
  }
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  display: inline-block;
}
a:hover {
  opacity: 0.7;
}
a .circle-icon {
  width: 38px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  border: 1px solid #111;
}
a .circle-icon .arrow::before, a .circle-icon .arrow::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a .circle-icon .arrow::before {
  right: 16px;
  width: 20px;
  height: 2px;
  background: #111111;
  top: 56%;
  left: 50%;
  translate: -50% -50%;
}
a .circle-icon .arrow::after {
  right: 16px;
  width: 8px;
  height: 2px;
  background: #111111;
  rotate: 35deg;
  top: 48%;
  left: 63%;
  translate: -50% -50%;
}
a:has(.circle-icon):hover {
  opacity: 1;
}
a:has(.circle-icon):hover .circle-icon {
  background-color: #111;
  border-color: #fff;
}
a:has(.circle-icon):hover .circle-icon .arrow::before, a:has(.circle-icon):hover .circle-icon .arrow::after {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

html {
  font-size: 62.5%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  font-size: 1.4rem;
  color: #fff;
  background-color: #111;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body:has(main#top) {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body:has(main#top) {
    padding: 0;
  }
}

main {
  padding: 10px 0 140px;
}
@media screen and (max-width: 768px) {
  main {
    padding: 40px 0 60px;
  }
}
main#top {
  padding: 77px 0 140px;
}
@media screen and (max-width: 768px) {
  main#top {
    padding: 25px 0 80px;
  }
}

.dib {
  display: inline-block;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) and (max-width: 1380px) {
  .inner {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.section-gap {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .section-gap {
    margin-top: 45px;
  }
}

.default-txt {
  font-size: 1.4rem;
  line-height: 1.8333333333;
}

.section-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  margin: 0 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    position: relative;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-ttl.sp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.section-ttl .en-txt {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 4.4rem;
  color: #666666;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section-ttl .en-txt {
    font-size: 3.6rem;
  }
}
.section-ttl .en-txt.white {
  color: #fff;
}
.section-ttl .ja-txt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-ttl .ja-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .section-ttl a {
    position: absolute;
    left: 110%;
    top: 6px;
  }
}

.c-ellipse-btn {
  max-width: 210px;
  width: 100%;
  height: 50px;
  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;
  background-color: #fff;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 25px;
}
.c-ellipse-btn.arrow::before, .c-ellipse-btn.arrow::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-ellipse-btn.arrow::before {
  right: 16px;
  width: 20px;
  height: 2px;
  background: #000;
  top: 56%;
  right: 15px;
  translate: -50% -50%;
}
.c-ellipse-btn.arrow::after {
  right: 16px;
  width: 8px;
  height: 2px;
  background: #000;
  rotate: 35deg;
  top: 52%;
  right: 20px;
  translate: -50% -50%;
}
.c-ellipse-btn.window::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_window.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 19px;
  translate: 0 -50%;
}
.c-ellipse-btn:hover {
  opacity: 1;
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
}
.c-ellipse-btn:hover::before, .c-ellipse-btn:hover::after {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scroll-fade {
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}
.scroll-fade.move {
  opacity: 1;
  translate: 0 0;
}

.c-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-link-list.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-link-list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-link-list li a {
  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;
  padding: 45px 20px 45px 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-link-list li a {
    padding: 20px;
  }
}
.c-link-list li a:hover {
  background-color: #222222;
}
.c-link-list li a .txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-link-list li a .txt-wrap .ja-txt {
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-link-list li a .txt-wrap .ja-txt {
    font-size: 2rem;
  }
}
.c-link-list li a .txt-wrap .en-txt {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .c-link-list li a .txt-wrap .en-txt {
    font-size: 1.4rem;
  }
}

.c-page-transition-link-list {
  margin: 0 0 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-page-transition-link-list {
    margin: 0 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-page-transition-link-list li {
  height: 103px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-page-transition-link-list li {
    height: 90px;
  }
}
@media screen and (min-width: 768px) {
  .c-page-transition-link-list li:not(:last-of-type) {
    border-right: solid 1px #111;
  }
}
@media screen and (max-width: 768px) {
  .c-page-transition-link-list li:not(:last-of-type) {
    border-bottom: solid 1px #111;
  }
}
@media screen and (min-width: 768px) {
  .c-page-transition-link-list.col2 li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-page-transition-link-list.col3 li {
    width: 33.3333333333%;
  }
}
.c-page-transition-link-list a {
  height: 100%;
  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;
  padding: 10px 30px;
  background-color: #222222;
}
.c-page-transition-link-list a:hover {
  background-color: #333333;
}
.c-page-transition-link-list a .txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.c-page-transition-link-list a .txt-wrap .ja-txt {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-page-transition-link-list a .txt-wrap .ja-txt {
    font-size: 1.4rem;
  }
}
.c-page-transition-link-list a .txt-wrap .en-txt {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .c-page-transition-link-list a .txt-wrap .en-txt {
    font-size: 1.4rem;
  }
}

header {
  height: 92px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }
}
header .header-inner {
  padding: 0 50px 0 40px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .header-inner {
    padding: 0 20px 0 20px;
  }
}
header .header-inner .header-contents {
  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;
  height: 100%;
}
header .header-inner .header-contents .header-logo {
  width: 225px;
}
@media screen and (max-width: 768px) {
  header .header-inner .header-contents .header-logo {
    width: 137px;
  }
}
header .header-inner .header-contents .header-logo a img {
  vertical-align: middle;
}
header .header-inner .header-contents .hamburger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  background-color: #000000;
  border-radius: 21px;
  padding: 10px 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .header-inner .header-contents .hamburger-btn {
    padding: 8px 18px;
  }
}
header .header-inner .header-contents .hamburger-btn .hamburger-txt {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .header-inner .header-contents .hamburger-btn .hamburger-txt {
    font-size: 1rem;
  }
}
header .header-inner .header-contents .hamburger-btn .hamburger-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
header .header-inner .header-contents .hamburger-btn .hamburger-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-inner .header-contents .hamburger-btn.active .hamburger-dots span:nth-child(1) {
  opacity: 0;
}
header .header-inner .header-contents .hamburger-btn.active .hamburger-dots span:nth-child(2) {
  width: 12px;
  height: 12px;
}
header .header-inner .header-contents .hamburger-btn.active .hamburger-dots span:nth-child(3) {
  opacity: 0;
}
header .header-inner .header-contents nav {
  position: fixed;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #333333;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  header .header-inner .header-contents nav {
    top: -100%;
    left: 0;
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: clip;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .header-contents nav {
    top: 80px;
    left: 100%;
    padding: 40px 20px 30px;
  }
  header .header-inner .header-contents nav .header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding: 0 0 30px;
    border-bottom: 1px solid #CCCCCC;
  }
  header .header-inner .header-contents nav .header-links li a {
    color: #fff;
    font-weight: 1.6rem;
    font-weight: bold;
    position: relative;
    display: block;
  }
  header .header-inner .header-contents nav .header-links li a::before, header .header-inner .header-contents nav .header-links li a::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header-inner .header-contents nav .header-links li a::before {
    right: 16px;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 56%;
    right: 0px;
    translate: 0 -50%;
  }
  header .header-inner .header-contents nav .header-links li a::after {
    right: 16px;
    width: 8px;
    height: 2px;
    background: #fff;
    rotate: 35deg;
    top: 45%;
    right: 0;
    translate: 0 -50%;
  }
  header .header-inner .header-contents nav .sora-link-wrap {
    margin: 30px 0 0;
  }
  header .header-inner .header-contents nav .sora-link-wrap .sora-link {
    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: 240px;
    height: 48px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 24px;
  }
  header .header-inner .header-contents nav .sora-link-wrap .sora-link img {
    width: 59px;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .header-contents nav .link-contents-container {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  header .header-inner .header-contents nav .link-contents-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 58%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .header-contents nav .link-contents-container-inner {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  header .header-inner .header-contents nav .link-contents-container-inner {
    max-width: 660px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  header .header-inner .header-contents nav .memgamenu-side-img-wrap {
    width: 42%;
  }
  header .header-inner .header-contents nav .memgamenu-side-img-wrap picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  header .header-inner .header-contents nav .megamenu-logo-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 40px;
  }
  header .header-inner .header-contents nav .megamenu-logo-btn-wrap .megamenu-logo-wrap {
    width: 178px;
  }
  header .header-inner .header-contents nav .megamenu-logo-btn-wrap .megamenu-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  header .header-inner .header-contents nav .megamenu-logo-btn-wrap .megamenu-btn-wrap .megamenu-btn-txt {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #fff;
  }
  header .header-inner .header-contents nav .megamenu-logo-btn-wrap .megamenu-btn-wrap .megamenu-btn-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    cursor: pointer;
  }
  header .header-inner .header-contents nav .megamenu-logo-btn-wrap .megamenu-btn-wrap .megamenu-btn-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header-inner .header-contents nav .header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 30px;
  }
  header .header-inner .header-contents nav .header-links li {
    width: 30%;
  }
  header .header-inner .header-contents nav .header-links li > a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  header .header-inner .header-contents nav .header-links li > a .link-txt {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
  }
  header .header-inner .header-contents nav .header-links li > a .link-txt::before, header .header-inner .header-contents nav .header-links li > a .link-txt::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header-inner .header-contents nav .header-links li > a .link-txt::before {
    right: 16px;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 56%;
    right: 0px;
    translate: 0 -50%;
  }
  header .header-inner .header-contents nav .header-links li > a .link-txt::after {
    right: 16px;
    width: 8px;
    height: 2px;
    background: #fff;
    rotate: 35deg;
    top: 45%;
    right: 0;
    translate: 0 -50%;
  }
  header .header-inner .header-contents nav .sora-link-wrap {
    margin: 40px 0 0;
  }
  header .header-inner .header-contents nav .sora-link-wrap .sora-link {
    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: 240px;
    height: 48px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 24px;
  }
  header .header-inner .header-contents nav .sora-link-wrap .sora-link img {
    width: 59px;
  }
}
header.active {
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  header.active .header-inner .header-contents nav {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  header.active .header-inner .header-contents nav {
    top: 80px;
    left: 0;
  }
}

.side-fix-wrap {
  position: fixed;
  top: 286px;
  right: 0;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .side-fix-wrap {
    display: none;
  }
}
.side-fix-wrap .side-fix-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side-fix-wrap .side-fix-btns li {
  width: 40px;
  height: 136px;
}
.side-fix-wrap .side-fix-btns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 20px 0;
  border-radius: 6px 0 0 6px;
  position: relative;
}
.side-fix-wrap .side-fix-btns li a::before {
  content: "";
  width: 1px;
  height: 27px;
  background-color: #111;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  -webkit-animation: line-animation 1.5s infinite;
          animation: line-animation 1.5s infinite;
}
.side-fix-wrap .side-fix-btns li a:hover::before {
  -webkit-animation: line-animation 0.4s infinite;
          animation: line-animation 0.4s infinite;
}
@-webkit-keyframes line-animation {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes line-animation {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.side-fix-wrap .side-fix-btns li a:hover {
  opacity: 1;
}
.side-fix-wrap .side-fix-btns li a img {
  width: auto;
  height: 59px;
}

footer {
  background-color: #F2F2F2;
  color: #000;
  padding: 80px 0 0;
}
footer a {
  color: #000;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0 0;
  }
}
footer .footer-top-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media screen and (max-width: 768px) {
  footer .footer-top-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-top-contents .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 37.5%;
}
@media screen and (max-width: 768px) {
  footer .footer-top-contents .info-container {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 30px;
  }
}
footer .footer-top-contents .info-container .footer-logo {
  width: 223px;
  margin: 0 0 34px;
}
footer .footer-top-contents .info-container .info-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer-top-contents .info-container .info-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
footer .footer-top-contents .info-container .info-dl dt {
  width: 105px;
  border-right: 1px solid #CCCCCC;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  footer .footer-top-contents .info-container .info-dl dt {
    width: 100%;
    row-gap: 10px;
    border: none;
  }
}
footer .footer-top-contents .info-container .info-dl dd {
  width: calc(100% - 105px);
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  footer .footer-top-contents .info-container .info-dl dd {
    width: 100%;
  }
}
footer .footer-top-contents .links-container {
  width: 59.5%;
}
@media screen and (max-width: 768px) {
  footer .footer-top-contents .links-container {
    width: 100%;
  }
}
footer .footer-top-contents .links-container .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.5%;
     -moz-column-gap: 7.5%;
          column-gap: 7.5%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  footer .footer-top-contents .links-container .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
footer .footer-top-contents .links-container .footer-links > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  footer .footer-top-contents .links-container .footer-links > li {
    row-gap: 20px;
  }
}
footer .footer-top-contents .links-container .footer-links > li > a {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer-top-contents .links-container .footer-links > li > a::before, footer .footer-top-contents .links-container .footer-links > li > a::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer .footer-top-contents .links-container .footer-links > li > a::before {
    right: 16px;
    width: 20px;
    height: 2px;
    background: #111;
    top: 56%;
    right: 0px;
    translate: 0 -50%;
  }
  footer .footer-top-contents .links-container .footer-links > li > a::after {
    right: 16px;
    width: 8px;
    height: 2px;
    background: #111;
    rotate: 35deg;
    top: 43%;
    right: 0;
    translate: 0 -50%;
  }
}
footer .footer-top-contents .links-container .footer-links > li .child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  footer .footer-top-contents .links-container .footer-links > li .child-list {
    display: none;
  }
}
footer .footer-bottom-contents {
  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;
  margin: 60px 0 0;
  padding: 20px 40px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom-contents {
    margin: 30px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding: 30px 10px;
    border-bottom: none;
  }
}
footer .footer-bottom-contents .sora-logo-wrap {
  width: 117px;
}
footer .footer-bottom-contents .tel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom-contents .tel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 7px;
  }
}
footer .footer-bottom-contents .tel-content .tel-txt {
  font-weight: bold;
  font-size: 1.4rem;
}
footer .footer-bottom-contents .tel-content .deco-line {
  display: block;
  width: 1px;
  height: 58px;
  background-color: #CCCCCC;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom-contents .tel-content .deco-line {
    display: none;
  }
}
footer .footer-bottom-contents .tel-content .tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
footer .footer-bottom-contents .tel-content .tel-wrap .icon {
  width: 17px;
}
footer .footer-bottom-contents .tel-content .tel-wrap .num {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
footer .footer-bottom-contents .tel-content .time-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  margin: 0 40px 0 20px;
}
footer .footer-bottom-contents .tel-content .time-wrap .day-txt {
  border: 1px solid #000;
  border-radius: 13px;
  padding: 3px 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom-contents .tel-content .time-wrap .day-txt {
    font-size: 1.2rem;
  }
}
footer .footer-bottom-contents .tel-content .time-wrap .time-txt {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.4rem;
}
footer .footer-bottom-contents .tel-content .top-return-btn {
  width: 46px;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom-contents .tel-content .top-return-btn {
    display: none;
  }
}
footer .copy-right-container {
  background-color: #000;
  color: #fff;
  margin: 62px 0 0;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  footer .copy-right-container {
    margin: 0;
  }
}
footer .copy-right-container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .copy-right-container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .copy-right-container .inner .copy-right {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  font-size: clamp(8px, 1vw, 12px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  footer .copy-right-container .inner .copy-right {
    position: relative;
    left: initial;
    translate: 0 0;
    font-size: 1.4rem;
  }
}
footer .copy-right-container .inner .site-cau-txt {
  font-weight: bold;
  margin-left: auto;
  font-size: clamp(6px, 0.8vw, 12px);
}
@media screen and (max-width: 768px) {
  footer .copy-right-container .inner .site-cau-txt {
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.footer-contact-area {
  background: rgb(17, 17, 17);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 17, 17)), color-stop(50%, rgb(17, 17, 17)), color-stop(50%, rgb(242, 242, 242)), to(rgb(242, 242, 242)));
  background: linear-gradient(180deg, rgb(17, 17, 17) 0%, rgb(17, 17, 17) 50%, rgb(242, 242, 242) 50%, rgb(242, 242, 242) 100%);
}
.footer-contact-area.bg-white {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(242, 242, 242)), to(rgb(242, 242, 242)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(242, 242, 242) 50%, rgb(242, 242, 242) 100%);
}
.footer-contact-area .contact-contents {
  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;
  width: 92%;
  gap: 40px;
  margin: 0 0 0 auto;
  background-color: #222;
  padding: 55px 0 60px 90px;
}
@media screen and (max-width: 768px) {
  .footer-contact-area .contact-contents {
    width: 100%;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 30px 20px 10px;
  }
}
.footer-contact-area .txt-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer-contact-area .txt-wrap {
    width: 100%;
  }
}
.footer-contact-area .txt-wrap .section-ttl {
  margin: 0;
}
.footer-contact-area .tel-mail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 61%;
}
@media screen and (max-width: 768px) {
  .footer-contact-area .tel-mail-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-contact-area .tel-mail-container .content {
  padding: 10px;
  width: 50%;
  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;
  border-left: 1px solid #F2F2F2;
}
@media screen and (max-width: 768px) {
  .footer-contact-area .tel-mail-container .content {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 32px 0;
    border-left: none;
    border-top: 1px solid #666666;
  }
}
.footer-contact-area .tel-mail-container .content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-contact-area .tel-mail-container .content a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.footer-contact-area .tel-mail-container .content a .icon-wrap {
  width: 51px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-contact-area .tel-mail-container .content a .icon-wrap {
    padding: 0;
  }
}
.footer-contact-area .tel-mail-container .content a .num-time-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
.footer-contact-area .tel-mail-container .content a .num-time-wrap .tel-num {
  font-size: 2.2rem;
}
.footer-contact-area .tel-mail-container .content a .num-time-wrap .time-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-contact-area .tel-mail-container .content a .num-time-wrap .time-wrap .day-txt {
    font-size: 1.4rem;
  }
}
.footer-contact-area .tel-mail-container .content a .txt-btn-wrap .contact-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.footer-contact-area .tel-mail-container .content a .txt-btn-wrap .view-more-btn {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
.footer-contact-area .tel-mail-container .content a .txt-btn-wrap .view-more-btn .arrow::before, .footer-contact-area .tel-mail-container .content a .txt-btn-wrap .view-more-btn .arrow::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-contact-area .tel-mail-container .content a .txt-btn-wrap .view-more-btn .arrow::before {
  right: 16px;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 56%;
  right: -29px;
  translate: 0 -50%;
}
.footer-contact-area .tel-mail-container .content a .txt-btn-wrap .view-more-btn .arrow::after {
  right: 16px;
  width: 8px;
  height: 2px;
  background: #fff;
  rotate: 35deg;
  top: 43%;
  right: -29px;
  translate: 0 -50%;
}

.recruit-guide-entry-area .guide-entry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .recruit-guide-entry-area .guide-entry-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-guide-entry-area .guide-entry-list li {
  width: 50%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .recruit-guide-entry-area .guide-entry-list li {
    width: 100%;
    height: 210px;
  }
}
.recruit-guide-entry-area .guide-entry-list li a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.recruit-guide-entry-area .guide-entry-list li a.guide-link {
  background-image: url(../img/recruit/common/img_guidelines01.png);
  background-position: center left;
}
.recruit-guide-entry-area .guide-entry-list li a.entry-link {
  background-image: url(../img/recruit/common/img_entry01.png);
}
.recruit-guide-entry-area .guide-entry-list li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #26BEA0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.recruit-guide-entry-area .guide-entry-list li a .on-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin: 30px 0 0 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit-guide-entry-area .guide-entry-list li a .on-txt {
    margin: 0 0 20px 20px;
  }
}
.recruit-guide-entry-area .guide-entry-list li a .on-txt .en-txt {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .recruit-guide-entry-area .guide-entry-list li a .on-txt .en-txt {
    font-size: 3.6rem;
  }
}
.recruit-guide-entry-area .guide-entry-list li a .on-txt .ja-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruit-guide-entry-area .guide-entry-list li a .on-txt .ja-txt {
    font-size: 1.4rem;
  }
}
.recruit-guide-entry-area .guide-entry-list li a:hover {
  opacity: 1;
}
.recruit-guide-entry-area .guide-entry-list li a:hover::before {
  opacity: 0.7;
}

.recruit-mynavi-area {
  padding: 60px 0 60px;
}
@media screen and (max-width: 768px) {
  .recruit-mynavi-area {
    padding: 40px 0 40px;
  }
}
.recruit-mynavi-area .entry-ttl {
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .recruit-mynavi-area .entry-ttl {
    font-size: 1.8rem;
  }
}
.recruit-mynavi-area .mynavi-link {
  max-width: 503px;
  width: 100%;
  height: 95px;
  margin: 30px auto 0;
  border: 1px solid #24BEA0;
  border-radius: 48px;
  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;
}
@media screen and (max-width: 768px) {
  .recruit-mynavi-area .mynavi-link {
    max-width: 300px;
    height: 65px;
  }
}
.recruit-mynavi-area .mynavi-link img {
  width: 194px;
}
@media screen and (max-width: 768px) {
  .recruit-mynavi-area .mynavi-link img {
    width: 150px;
  }
}

main#top {
  padding-top: 0;
}
main#top .mv-area picture {
  position: relative;
}
main#top .mv-area picture .mv-img {
  max-width: initial;
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (max-width: 768px) {
  main#top .mv-area picture .mv-img {
    -o-object-position: bottom center;
       object-position: bottom center;
    height: 480px;
  }
}
main#top .mv-area picture .mv-txt-wrap {
  position: absolute;
  left: 150px;
  bottom: 100px;
}
@media screen and (max-width: 768px) {
  main#top .mv-area picture .mv-txt-wrap {
    left: 20px;
    bottom: 80px;
  }
}
main#top .mv-area picture .mv-txt-wrap .mv-ttl {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
}
main#top .mv-area picture .mv-txt-wrap .mv-en-des {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 14px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  main#top .mv-area picture .mv-txt-wrap .mv-en-des {
    font-size: 1.4rem;
  }
}
main#top .mv-area picture .mv-txt-wrap .mv-ja-des {
  margin: 14px 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8333333333;
}
@media screen and (max-width: 768px) {
  main#top .mv-area picture .mv-txt-wrap .mv-ja-des {
    font-size: 1.2rem;
  }
}
main#top .mv-area picture .mv-cau-txt-wrap {
  position: absolute;
  right: 60px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  main#top .mv-area picture .mv-cau-txt-wrap {
    right: 10px;
    bottom: 10px;
  }
}
main#top .mv-area picture .mv-cau-txt-wrap .mv-cau-des {
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 0 0 2px #000000;
}
@media screen and (max-width: 768px) {
  main#top .mv-area picture .mv-cau-txt-wrap .mv-cau-des {
    font-size: 1rem;
  }
}
main#top .flow-area {
  margin: 40px 0 58px;
}
main#top .flow-area .flow-scroll-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 90px;
  display: flex;
}
main#top .flow-area .flow-scroll-img-list li {
  color: transparent;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.05em;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, rgb(17, 17, 17)), color-stop(50%, rgb(255, 255, 255)), color-stop(55%, rgb(17, 17, 17)));
  background-image: linear-gradient(90deg, rgb(17, 17, 17) 45%, rgb(255, 255, 255) 50%, rgb(17, 17, 17) 55%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-animation: gradation 20s infinite linear;
          animation: gradation 20s infinite linear;
  pointer-events: none;
  font-size: 11.8vw;
}
@media screen and (max-width: 768px) {
  main#top .flow-area .flow-scroll-img-list li {
    font-size: 7rem;
  }
}
@-webkit-keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
main#top .insta-area {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  main#top .insta-area {
    padding: 60px 0 60px;
  }
}
main#top .insta-area .inner {
  max-width: 1380px;
}
main#top .insta-area .inner .title-btn-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  main#top .insta-area .inner .title-btn-contents {
    margin: 0 0 25px;
  }
}
main#top .insta-area .inner .title-btn-contents .section-ttl {
  margin: 0;
}
main#top .insta-area .inner .title-btn-contents .instagram-window-link {
  width: 38px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  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;
}
main#top .insta-area .inner .title-btn-contents .instagram-window-link img {
  width: 12px;
}
main#top .insta-area .inner #sb_instagram #sbi_load {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  main#top .blog-area {
    padding: 0 0 100px;
  }
}
@media screen and (min-width: 768px) {
  main#top .blog-area .blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main#top .blog-area .blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  main#top .blog-area .blog-list li {
    width: 39%;
  }
}
@media screen and (max-width: 768px) {
  main#top .blog-area .blog-list li {
    width: 100%;
  }
  main#top .blog-area .blog-list li:nth-of-type(2) {
    grid-area: 1/2/3/3;
  }
  main#top .blog-area .blog-list li:nth-of-type(3) {
    grid-area: 1/3/3/4;
  }
}
@media screen and (min-width: 768px) {
  main#top .blog-area .blog-list li:nth-of-type(2) {
    width: 18.6%;
  }
}
main#top .blog-area .blog-list li a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  main#top .blog-area .blog-list li a::before {
    content: "Learn More";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    color: #fff;
    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: 100px;
    aspect-ratio: 1/1;
    background-color: rgba(17, 17, 17, 0.7);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 1;
    opacity: 0;
  }
}
main#top .blog-area .blog-list li a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  aspect-ratio: 1.365/1;
}
@media screen and (min-width: 768px) {
  main#top .blog-area .blog-list li a img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 768px) {
  main#top .blog-area .blog-list li a img {
    max-width: initial;
    width: 100%;
  }
}
main#top .blog-area .blog-list li a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  main#top .blog-area .blog-list li a:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  main#top .blog-area .blog-list li a:hover img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
main#top .blog-area .blog-list .blog-vertical-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  main#top .blog-area .blog-list .blog-vertical-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 13px;
  }
}
main#top .blog-area .blog-list .blog-vertical-list li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main#top .blog-area .blog-list .blog-vertical-list li {
    width: calc((100% - 13px) / 2);
  }
}
@media screen and (max-width: 768px) {
  main#top .vision-area {
    padding-top: 60px;
  }
}
main#top .vision-area .vision-all-container {
  height: 2900px;
  padding: 0 0 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main#top .vision-area .vision-all-container {
    height: 1520px;
  }
}
main#top .vision-area .vision-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  main#top .vision-area .vision-txt-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  main#top .vision-area .vision-txt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  main#top .vision-area .vision-txt-wrap .section-ttl {
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  main#top .vision-area .vision-txt-wrap .des-wrap {
    position: sticky;
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  main#top .vision-area .vision-txt-wrap .des-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main#top .vision-area .vision-txt-wrap .des-wrap .vision-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #111));
  background: linear-gradient(transparent 0%, #111 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  main#top .vision-area .vision-txt-wrap .des-wrap .vision-ttl {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  main#top .vision-area .vision-txt-wrap .des-wrap .vision-ttl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 20px;
    font-size: 2rem;
    line-height: 1.875;
    padding: 0 8px;
  }
}
main#top .vision-area .vision-txt-wrap .des-wrap .default-txt {
  margin: 0 0 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #111));
  background: linear-gradient(transparent 0%, #111 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  main#top .vision-area .vision-txt-wrap .des-wrap .default-txt {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  main#top .vision-area .vision-txt-wrap .des-wrap .default-txt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #111;
    padding: 8px;
  }
}
main#top .vision-area .vision-txt-wrap .des-wrap .is-circle-link {
  display: block;
}
main#top .vision-area .img-animation-container {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
  height: calc(100% - 390px);
  width: 100vw;
  max-width: 1500px;
  margin: 390px 0 0;
}
@media screen and (max-width: 768px) {
  main#top .vision-area .img-animation-container {
    max-width: 600px;
    height: calc(100% - 1052px);
    margin: 1052px 0 0;
  }
}
main#top .vision-area .img-animation-container .img-list {
  position: relative;
  height: 100%;
}
main#top .vision-area .img-animation-container .img-list li {
  position: absolute;
  top: 0;
  opacity: 0;
  scale: 0.8;
  translate: 0 30px;
}
main#top .vision-area .img-animation-container .img-list li:nth-of-type(1) {
  left: 0;
  width: 67.1%;
}
main#top .vision-area .img-animation-container .img-list li:nth-of-type(2) {
  top: 795px;
  left: 150px;
  width: 29%;
}
@media screen and (max-width: 768px) {
  main#top .vision-area .img-animation-container .img-list li:nth-of-type(2) {
    top: 223px;
    left: 20px;
  }
}
main#top .vision-area .img-animation-container .img-list li:nth-of-type(3) {
  top: 755px;
  right: 0;
  width: 44.6%;
}
@media screen and (max-width: 768px) {
  main#top .vision-area .img-animation-container .img-list li:nth-of-type(3) {
    top: 198px;
  }
}
main#top .vision-area .img-animation-container .img-list li:nth-of-type(4) {
  top: 1539px;
  left: 0;
  width: 24.5%;
}
@media screen and (max-width: 768px) {
  main#top .vision-area .img-animation-container .img-list li:nth-of-type(4) {
    top: 431px;
  }
}
main#top .vision-area .img-animation-container .img-list li:nth-of-type(5) {
  top: 1483px;
  left: 51%;
  width: 26.9%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  main#top .vision-area .img-animation-container .img-list li:nth-of-type(5) {
    top: 490px;
  }
}
main#top .vision-area .img-animation-container .img-list li:nth-of-type(6) {
  top: 1341px;
  right: 150px;
  width: 18.8%;
}
@media screen and (max-width: 768px) {
  main#top .vision-area .img-animation-container .img-list li:nth-of-type(6) {
    top: 380px;
    right: 20px;
  }
}
main#top .vision-area .img-animation-container .img-list li:nth-of-type(7) {
  top: initial;
  left: 60px;
  bottom: 0;
  width: 51.4%;
}
@media screen and (max-width: 768px) {
  main#top .vision-area .img-animation-container .img-list li:nth-of-type(7) {
    top: 637px;
    left: 15px;
  }
}
main#top .vision-area .img-animation-container .img-list li:nth-of-type(8) {
  top: initial;
  right: 60px;
  bottom: 233px;
  width: 20.5%;
}
@media screen and (max-width: 768px) {
  main#top .vision-area .img-animation-container .img-list li:nth-of-type(8) {
    top: 590px;
    right: 0;
  }
}
main#top .business-area {
  padding: 140px 0 140px;
}
@media screen and (max-width: 768px) {
  main#top .business-area {
    padding: 350px 0 60px;
  }
}
main#top .business-area .business-contents {
  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: 768px) {
  main#top .business-area .business-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main#top .business-area .business-contents .business-txt-wrap {
  width: 35.5%;
}
@media screen and (max-width: 768px) {
  main#top .business-area .business-contents .business-txt-wrap {
    width: 100%;
    margin: 0 0 10px;
  }
}
main#top .business-area .business-contents .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54.4%;
}
@media screen and (max-width: 768px) {
  main#top .business-area .business-contents .list-wrap {
    width: 100%;
  }
}
main#top .recruit-area {
  background-image: url(../img/top/bg_recruit01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  main#top .recruit-area {
    height: 588px;
  }
}
@media screen and (max-width: 768px) {
  main#top .recruit-area {
    padding: 60px 0;
    background-position: bottom right;
  }
}
main#top .recruit-area::before {
  content: "";
  display: block;
  width: 56.8%;
  height: 100%;
  background: rgb(17, 17, 17);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  main#top .recruit-area::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0.7043879908)), to(rgba(17, 17, 17, 0)));
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.7043879908) 0%, rgba(17, 17, 17, 0) 100%);
  }
}
@media screen and (max-width: 768px) {
  main#top .recruit-area::before {
    background: rgba(16, 16, 16, 0.7);
    width: 100%;
  }
}
main#top .recruit-area .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main#top .recruit-area .inner .recruit-txt-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main#top .recruit-area .inner .recruit-txt-wrap .section-ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
}
main#top .recruit-area .inner .recruit-txt-wrap .default-txt {
  margin: 0 0 30px;
}

.under-page .under-mv-area {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 40px;
  position: relative;
}
.under-page .under-mv-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.under-page .under-mv-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: rgb(17, 17, 17);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 17, 17)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .under-page .under-mv-area::after {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .under-page .under-mv-area {
    height: 300px;
  }
}
.under-page .under-mv-area > .inner {
  max-width: 1380px;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 92px;
}
@media screen and (max-width: 768px) {
  .under-page .under-mv-area > .inner {
    padding-top: 80px;
  }
}
.under-page .under-mv-area > .inner .under-main-ttl {
  font-size: 3.6rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .under-page .under-mv-area > .inner .under-main-ttl {
    margin: 40px 0 0;
  }
}
.under-page .under-mv-area > .inner .under-main-ttl .en-txt {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .under-page .under-mv-area > .inner .under-main-ttl .en-txt {
    font-size: 3rem;
  }
}
.under-page .under-mv-area > .inner .under-main-ttl .ja-txt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .under-page .under-mv-area > .inner .under-main-ttl .ja-txt {
    font-size: 1.2rem;
  }
}
.under-page .bread-crumbs-area {
  margin: 0 0 20px;
}
.under-page .bread-crumbs-area > .inner {
  max-width: 1380px;
  padding-left: 0;
  padding-right: 0;
}
.under-page .bread-crumbs-area .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 8px;
}
.under-page .bread-crumbs-area .breadcrumbs span {
  color: #fff;
}
.under-page.blog-single .under-mv-area {
  height: auto;
}

.under-page.contact main .contact-flow-area {
  margin: 0 0 60px;
}
.under-page.contact main .contact-flow-area .contact-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.under-page.contact main .contact-flow-area .contact-flow-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 18px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.under-page.contact main .contact-flow-area .contact-flow-list li {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
.under-page.contact main .contact-flow-area .contact-flow-list li .flow-num {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 500;
  width: 36px;
  aspect-ratio: 1/1;
  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;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
}
.under-page.contact main .contact-flow-area .contact-flow-list li .flow-txt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #666666;
}
.under-page.contact main .contact-flow-area .contact-flow-list li.active .flow-num {
  background-color: #fff;
  color: #000;
}
.under-page.contact main .contact-flow-area .contact-flow-list li.active .flow-txt {
  color: #fff;
}
.under-page.contact main .contact-explanation-area {
  margin: 0 0 60px;
}
.under-page.contact main .contact-explanation-area .explanation-des {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.under-page.contact main .contact-explanation-area.thanks .explanation-ttl {
  font-size: 2rem;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under-page.contact main .contact-explanation-area.thanks .explanation-ttl {
    font-size: 1.7rem;
  }
}
.under-page.contact main .contact-explanation-area.thanks .explanation-des {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under-page.contact main .contact-explanation-area.thanks .explanation-des {
    text-align: left;
  }
}
.under-page.contact main .contact-explanation-area.thanks .top-return-btn {
  margin: 60px auto 0;
  width: 240px;
  height: 50px;
  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: 25px;
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.under-page.contact main .contact-content-area {
  font-size: 1.4rem;
}
.under-page.contact main .contact-content-area .form-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .under-page.contact main .contact-content-area .form-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}
.under-page.contact main .contact-content-area .form-dl:nth-of-type(n + 2) {
  margin: 20px 0 0;
}
.under-page.contact main .contact-content-area .form-dl dt {
  width: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (min-width: 768px) {
  .under-page.contact main .contact-content-area .form-dl dt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .under-page.contact main .contact-content-area .form-dl dt {
    width: 100%;
  }
}
.under-page.contact main .contact-content-area .form-dl dt.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.under-page.contact main .contact-content-area .form-dl dt.is-mt {
  margin-top: 16px;
}
.under-page.contact main .contact-content-area .form-dl dt .main-txt {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .under-page.contact main .contact-content-area .form-dl dt .main-txt {
    width: auto;
  }
}
.under-page.contact main .contact-content-area .form-dl dt .req {
  font-size: 1.2rem;
  color: #fff;
  background-color: #F00000;
  border-radius: 3px;
  padding: 2px 8px;
}
.under-page.contact main .contact-content-area .form-dl dd {
  width: calc(100% - 252px);
}
@media screen and (max-width: 768px) {
  .under-page.contact main .contact-content-area .form-dl dd {
    width: 100%;
  }
}
.under-page.contact main .contact-content-area .form-dl dd input[type=text], .under-page.contact main .contact-content-area .form-dl dd textarea {
  width: 100%;
  padding: 13px 20px;
  font-size: 1.4rem;
  border-radius: 3px;
  line-height: 1.7;
}
.under-page.contact main .contact-content-area .form-dl dd textarea {
  height: 300px;
  resize: none;
}
.under-page.contact main .contact-content-area .form-dl dd .radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .under-page.contact main .contact-content-area .form-dl dd .radio-list {
    width: 60%;
  }
}
.under-page.contact main .contact-content-area .form-dl dd .radio-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.under-page.contact main .contact-content-area .form-dl dd .radio-list li input {
  width: 23px;
  aspect-ratio: 1/1;
  accent-color: #999999;
}
.under-page.contact main .contact-content-area .form-dl dd.privacy .privacy-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.under-page.contact main .contact-content-area .form-dl dd.privacy .privacy-check-wrap input[type=checkbox] {
  width: 28px;
  aspect-ratio: 1/1;
  accent-color: #999999;
}
@media screen and (max-width: 768px) {
  .under-page.contact main .contact-content-area .form-dl dd.privacy .privacy-check-wrap input[type=checkbox] {
    width: 20px;
  }
}
.under-page.contact main .contact-content-area .form-dl dd.privacy .privacy-check-wrap label a {
  text-decoration: underline;
}
.under-page.contact main .contact-content-area .form-dl dd .error-list {
  margin: 4px 0 0;
}
.under-page.contact main .contact-content-area .form-dl dd .error-list li {
  color: #F00000;
}
.under-page.contact main .contact-content-area .contact-btn-list {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .under-page.contact main .contact-content-area .contact-btn-list {
    -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;
  }
}
.under-page.contact main .contact-content-area .contact-btn-list li button {
  width: 240px;
  height: 50px;
  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: 25px;
  border: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.under-page.contact main .contact-content-area .contact-btn-list li button.white {
  background-color: #fff;
}
.under-page.contact main .contact-content-area .contact-btn-list li button.black {
  background-color: #111;
  color: #fff;
}
.under-page.contact main .contact-content-area .contact-btn-list li button:hover {
  opacity: 0.7;
}
.under-page.contact main .contact-content-area.confirm .inner {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .under-page.contact main .contact-content-area.confirm .form-dl dt {
    font-weight: bold;
    font-size: 1.6rem;
  }
}
.under-page.contact main .contact-content-area .recaptcha-error-txt {
  color: #F00000;
  margin: 0 0 30px;
}

.blog-page main .inner {
  max-width: 1380px;
}
.blog-page .blog-all-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.7%;
     -moz-column-gap: 5.7%;
          column-gap: 5.7%;
}
@media screen and (max-width: 768px) {
  .blog-page .blog-all-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
  }
}
.blog-page .blog-all-container .blog-content-wrap {
  width: calc(94.3% - 320px);
}
@media screen and (max-width: 768px) {
  .blog-page .blog-all-container .blog-content-wrap {
    width: 100%;
  }
}
.blog-page .blog-all-container .blog-content-wrap .cat-sub-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 25px;
}
.blog-page .blog-all-container .blog-content-wrap .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .blog-page .blog-all-container .blog-content-wrap .blog-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-page .blog-all-container .blog-content-wrap .blog-list li a {
  background-color: #161616;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
}
.blog-page .blog-all-container .blog-content-wrap .blog-list li a .thumbnail-wrap img {
  aspect-ratio: 1/0.733;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .blog-page .blog-all-container .blog-content-wrap .blog-list li a .thumbnail-wrap img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
.blog-page .blog-all-container .blog-content-wrap .blog-list li a .txt-wrap {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.blog-page .blog-all-container .blog-content-wrap .blog-list li a .txt-wrap .date-cat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  row-gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-page .blog-all-container .blog-content-wrap .blog-list li a .txt-wrap .date-cat-wrap .blog-date {
  font-size: 1.2rem;
}
.blog-page .blog-all-container .blog-content-wrap .blog-list li a .txt-wrap .date-cat-wrap .blog-cat {
  font-size: 1.2rem;
}
.blog-page .blog-all-container .blog-content-wrap .blog-list li a .txt-wrap .blog-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.blog-page .blog-all-container .blog-content-wrap .blog-list li a .txt-wrap .tag-wrap .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
}
.blog-page .blog-all-container .blog-content-wrap .blog-list li a .txt-wrap .tag-wrap .tag-list li {
  font-size: 1.4rem;
}
.blog-page .blog-all-container .blog-content-wrap .blog-list li a:hover {
  opacity: 1;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .blog-page .blog-all-container .blog-content-wrap .blog-list li a:hover img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
.blog-page .blog-all-container .blog-content-wrap .navigation {
  text-align: center;
  margin: 90px 0 0;
}
@media screen and (max-width: 768px) {
  .blog-page .blog-all-container .blog-content-wrap .navigation {
    margin: 50px 0 0;
  }
}
.blog-page .blog-all-container .blog-content-wrap .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .blog-page .blog-all-container .blog-content-wrap .navigation .nav-links {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.blog-page .blog-all-container .blog-content-wrap .navigation .nav-links .page-numbers {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  background: #333;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  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;
}
@media screen and (max-width: 768px) {
  .blog-page .blog-all-container .blog-content-wrap .navigation .nav-links .page-numbers {
    width: 30px;
    font-size: 1.4rem;
  }
}
.blog-page .blog-all-container .blog-content-wrap .navigation .nav-links .page-numbers.current {
  color: #000000;
  background: #fff;
}
.blog-page .blog-all-container .blog-content-wrap .navigation .nav-links .page-numbers.prev, .blog-page .blog-all-container .blog-content-wrap .navigation .nav-links .page-numbers.next {
  color: #fff;
  font-size: 1.4rem;
  background: none;
}
.blog-page .blog-all-container .blog-aside-wrap {
  width: 320px;
  background-color: #222222;
  padding: 30px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media screen and (max-width: 768px) {
  .blog-page .blog-all-container .blog-aside-wrap {
    width: 100%;
    padding: 40px 20px;
  }
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap {
  color: #fff;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap:nth-of-type(n + 2) {
  margin: 40px 0 0;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .mass-ttl {
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  display: inline-block;
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .mass-ttl .title-txt {
  position: relative;
  z-index: 1;
  background-color: #222222;
  padding: 0 20px 0 0;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .mass-ttl .line {
  display: block;
  height: 1px;
  width: 100%;
  background: #999999;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 0;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 25px;
  padding: 0 1em;
  width: 100%;
  height: 42px;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form label {
  width: 92%;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form input.search-field {
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: transparent;
  padding: 0 0.5em;
  color: #000;
  width: 100%;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form input.search-field::-webkit-input-placeholder {
  color: #666;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form input.search-field::-moz-placeholder {
  color: #666;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form input.search-field:-ms-input-placeholder {
  color: #666;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form input.search-field::-ms-input-placeholder {
  color: #666;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form input.search-field::placeholder {
  color: #666;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form input.search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form button.search-submit {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  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;
  color: #000;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .search-contents .search-form button.search-submit i {
  font-size: 16px;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .cat-list li {
  position: relative;
  width: 49%;
  padding: 0 0 0 10px;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .cat-list li::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  background-color: #aaaaaa;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list li .recently-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.4%;
     -moz-column-gap: 3.4%;
          column-gap: 3.4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list li .thumbnail-wrap {
  width: 34.6%;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list li .thumbnail-wrap img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list li .txt-wrap {
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list li .txt-wrap .date-cat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  row-gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list li .txt-wrap .date-cat-wrap .blog-date {
  font-size: 1.2rem;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list li .txt-wrap .date-cat-wrap .blog-cat {
  font-size: 1.2rem;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list li .txt-wrap .blog-ttl {
  font-size: 1.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list li .txt-wrap .tag-wrap .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 2px;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .recently-list li .txt-wrap .tag-wrap .tag-list li {
  font-size: 1.2rem;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
}
.blog-page .blog-all-container .blog-aside-wrap .mass-wrap .tag-list li {
  font-size: 1.4rem;
}
.blog-page.blog-single main {
  padding: 0 0 140px;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single main {
    padding: 0 0 60px;
  }
}
.blog-page.blog-single main img {
  max-width: initial;
  width: 100%;
}
.blog-page.blog-single .single-date-cat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  row-gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #aaaaaa;
  margin: 28px 0 0;
}
.blog-page.blog-single .single-date-cat-wrap .blog-date {
  font-size: 1.2rem;
}
.blog-page.blog-single .single-date-cat-wrap .blog-cat {
  font-size: 1.2rem;
}
.blog-page.blog-single .content-main-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3333333333;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .content-main-ttl {
    font-size: 2rem;
  }
}
.blog-page.blog-single .tag-wrap .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
}
.blog-page.blog-single .tag-wrap .tag-list li {
  font-size: 1.4rem;
}
.blog-page.blog-single .tag-wrap.detail {
  margin: 20px 0 0;
}
.blog-page.blog-single .sns-share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 20px 0 0;
}
.blog-page.blog-single .sns-share-links li a img {
  height: 18px;
  width: auto;
}
.blog-page.blog-single .editor-container {
  --wp--preset--spacing--15: 15px;
  --wp--preset--spacing--30: 30px;
  --wp--preset--spacing--45: 45px;
  --wp--preset--spacing--60: 60px;
  --wp--preset--spacing--75: 75px;
  --wp--preset--spacing--90: 90px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 60px 0 0;
}
.blog-page.blog-single .editor-container > * + * {
  margin-top: 30px;
}
.blog-page.blog-single .editor-container p {
  font-weight: normal;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.blog-page.blog-single .editor-container p img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-page.blog-single .editor-container p img.aligncenter {
  margin: 0 auto;
}
.blog-page.blog-single .editor-container p img.alignright {
  margin: 0 0 0 auto;
}
.blog-page.blog-single .editor-container strong {
  font-weight: bold;
}
.blog-page.blog-single .editor-container h1 {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  background-color: #222222;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container h1 {
    line-height: 1.3;
  }
}
.blog-page.blog-single .editor-container h2 {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  background-color: #222222;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container h2 {
    line-height: 1.3;
  }
}
.blog-page.blog-single .editor-container h3 {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
  padding: 5px 0 5px 10px;
  border-left: 6px solid #fff;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container h3 {
    line-height: 1.3;
  }
}
.blog-page.blog-single .editor-container h4 {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container h4 {
    line-height: 1.3;
  }
}
.blog-page.blog-single .editor-container h5 {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container h5 {
    line-height: 1.3;
  }
}
.blog-page.blog-single .editor-container h6 {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container h6 {
    line-height: 1.3;
  }
}
.blog-page.blog-single .editor-container em {
  font-style: italic;
}
.blog-page.blog-single .editor-container ul {
  list-style-type: decimal;
  list-style-position: inside;
}
.blog-page.blog-single .editor-container ul li {
  list-style: initial;
  list-style-position: inside;
  font-weight: normal;
}
.blog-page.blog-single .editor-container ul li + li {
  margin-top: 5px;
}
.blog-page.blog-single .editor-container ol {
  list-style-type: disc;
  list-style-position: inside;
}
.blog-page.blog-single .editor-container ol li {
  list-style: auto;
  list-style-position: inside;
  font-weight: normal;
}
.blog-page.blog-single .editor-container ol li + li {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .blog-page.blog-single .editor-container iframe {
    max-width: 700px;
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container iframe {
    width: 100%;
    height: 250px;
  }
}
.blog-page.blog-single .editor-container a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.blog-page.blog-single .editor-container video {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .blog-page.blog-single .editor-container video {
    max-width: 700px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container video {
    width: 100%;
  }
}
.blog-page.blog-single .editor-container .wp-video {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .blog-page.blog-single .editor-container .wp-video {
    max-width: 700px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container .wp-video {
    width: 100%;
  }
}
.blog-page.blog-single .editor-container blockquote {
  position: relative;
}
.blog-page.blog-single .editor-container blockquote::before, .blog-page.blog-single .editor-container blockquote::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 21px;
  position: absolute;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container blockquote::before, .blog-page.blog-single .editor-container blockquote::after {
    top: 15px;
  }
}
.blog-page.blog-single .editor-container blockquote::before {
  background-image: url(../img/common/img_quote_before.png);
  left: 30px;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container blockquote::before {
    left: 15px;
  }
}
.blog-page.blog-single .editor-container blockquote::after {
  background-image: url(../img/common/img_quote_after.png);
  right: 30px;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container blockquote::after {
    right: 15px;
  }
}
.blog-page.blog-single .editor-container blockquote p {
  background-color: #222;
  padding: 30px 84px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container blockquote p {
    padding: 50px 35px 30px;
  }
}
.blog-page.blog-single .editor-container blockquote cite {
  display: block;
  text-align: right;
  font-style: italic;
}
.blog-page.blog-single .editor-container .wp-block-table .wp-element-caption {
  text-align: right;
  font-style: italic;
  font-weight: normal;
}
.blog-page.blog-single .editor-container .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .blog-page.blog-single .editor-container .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.blog-page.blog-single .editor-container .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
.blog-page.blog-single .editor-container .wp-block-column img {
  max-width: 100%;
  height: auto;
  display: block;
}
.blog-page.blog-single .return-btn {
  margin: 60px auto 0;
}

.under-page.company main {
  padding-bottom: 0;
}
.under-page.company .vision-area {
  position: relative;
}
.under-page.company .vision-area::before {
  content: "";
  display: block;
  width: 35.3%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(34, 34, 34)), to(rgb(17, 17, 17)));
  background: linear-gradient(90deg, rgb(34, 34, 34) 0%, rgb(17, 17, 17) 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .under-page.company .vision-area::before {
    content: none;
  }
}
.under-page.company .vision-area .vision-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .under-page.company .vision-area .vision-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.under-page.company .vision-area .vision-contents .img-wrap {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .under-page.company .vision-area .vision-contents .img-wrap {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .under-page.company .vision-area .vision-contents .img-wrap {
    width: 100%;
  }
}
.under-page.company .vision-area .vision-contents .content-wrap {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .under-page.company .vision-area .vision-contents .content-wrap {
    width: 100%;
  }
}
.under-page.company .vision-area .vision-contents .content-wrap .vision-sub-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556;
  margin: 0 0 40px;
}
.under-page.company .vision-area .vision-contents .content-wrap .vision-des {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.under-page.company .vision-area .vision-contents .content-wrap .vision-des .bold {
  font-weight: bold;
}
.under-page.company .vision-area .vision-contents .content-wrap .info-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 0 auto;
}
.under-page.company .vision-area .vision-contents .content-wrap .info-wrap .job-name-wrap {
  margin: 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.under-page.company .vision-area .vision-contents .content-wrap .info-wrap .job-name-wrap .name {
  font-size: 2rem;
}
.under-page.company .company-links-area {
  padding: 140px 0 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 17, 17)), color-stop(50%, rgb(17, 17, 17)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(17, 17, 17) 0%, rgb(17, 17, 17) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768px) {
  .under-page.company .company-links-area {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 17, 17)), color-stop(68.8%, rgb(17, 17, 17)), color-stop(68.8%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(17, 17, 17) 0%, rgb(17, 17, 17) 68.8%, rgb(255, 255, 255) 68.8%, rgb(255, 255, 255) 100%);
  }
}
.under-page.company .company-links-area .inner {
  max-width: 1380px;
}
.under-page.company .company-links-area .inner .company-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .under-page.company .company-links-area .inner .company-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.under-page.company .company-links-area .inner .company-link-list .list-item {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .under-page.company .company-links-area .inner .company-link-list .list-item {
    width: 100%;
  }
}
.under-page.company .company-links-area .inner .company-link-list .list-item a {
  display: block;
  height: 100%;
}
.under-page.company .company-links-area .inner .company-link-list .list-item a picture {
  position: relative;
  display: block;
  height: 100%;
}
.under-page.company .company-links-area .inner .company-link-list .list-item a picture::before {
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: RGBA(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .under-page.company .company-links-area .inner .company-link-list .list-item a picture img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.under-page.company .company-links-area .inner .company-link-list .list-item a picture .btns-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .under-page.company .company-links-area .inner .company-link-list .list-item a picture .btns-wrap {
    padding: 20px;
  }
}
.under-page.company .company-links-area .inner .company-link-list .list-item a picture .btns-wrap .link-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.under-page.company .company-links-area .inner .company-link-list .list-item a picture .btns-wrap .link-ttl .ja-txt {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .under-page.company .company-links-area .inner .company-link-list .list-item a picture .btns-wrap .link-ttl .ja-txt {
    font-size: 1.5rem;
  }
}
.under-page.company .company-links-area .inner .company-link-list .list-item a picture .btns-wrap .link-ttl .en-txt {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #666666;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .under-page.company .company-links-area .inner .company-link-list .list-item a picture .btns-wrap .link-ttl .en-txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .under-page.company .company-links-area .inner .company-link-list .list-item a:hover picture img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
.under-page.company .company-links-area .inner .company-link-list .float-txt {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: 100;
  line-height: 1;
  font-size: 24rem;
  opacity: 0.3;
  position: absolute;
  top: -208px;
  left: -60px;
  z-index: 0;
  letter-spacing: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .under-page.company .company-links-area .inner .company-link-list .float-txt {
    font-size: 11rem;
    top: -95px;
    left: -20px;
  }
}

.under-page.aboutus .explanation-area {
  padding: 0 0 140px;
}
@media screen and (max-width: 768px) {
  .under-page.aboutus .explanation-area {
    padding: 0 0 90px;
  }
}
.under-page.aboutus .explanation-area .explanation-des {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 40px;
}
.under-page.aboutus .introduction-area .introduction-contents {
  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: 768px) {
  .under-page.aboutus .introduction-area .introduction-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
.under-page.aboutus .introduction-area .introduction-contents .img-wrap {
  width: 36.6%;
}
@media screen and (max-width: 768px) {
  .under-page.aboutus .introduction-area .introduction-contents .img-wrap {
    width: 100%;
  }
}
.under-page.aboutus .introduction-area .introduction-contents .content-wrap {
  width: 58.3%;
}
@media screen and (max-width: 768px) {
  .under-page.aboutus .introduction-area .introduction-contents .content-wrap {
    width: 100%;
  }
}
.under-page.aboutus .introduction-area .introduction-contents .content-wrap .logo-wrap {
  width: 180px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .under-page.aboutus .introduction-area .introduction-contents .content-wrap .logo-wrap {
    width: 110px;
  }
}
.under-page.aboutus .introduction-area .introduction-contents .content-wrap .content-des {
  font-size: 1.4rem;
  line-height: 2;
}
.under-page.aboutus .introduction-area .introduction-contents .content-wrap .shop-btn {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .under-page.aboutus .introduction-area .introduction-contents .content-wrap .shop-btn {
    margin: 40px 0 0;
  }
}

.under-page.companyprofile .about-area {
  padding: 0 0 140px;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .about-area {
    padding: 0 0 60px;
  }
}
.under-page.companyprofile .about-area .about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .about-area .about-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.under-page.companyprofile .about-area .about-contents .ttl-wrap {
  width: 30.8%;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .about-area .about-contents .ttl-wrap {
    width: 100%;
  }
}
.under-page.companyprofile .about-area .about-contents .about-des-wrap {
  width: 69.2%;
}
@media screen and (min-width: 768px) {
  .under-page.companyprofile .about-area .about-contents .about-des-wrap {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .about-area .about-contents .about-des-wrap {
    width: 100%;
  }
}
.under-page.companyprofile .summary-area {
  background-color: #1a1a1a;
  padding: 140px 0 140px;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .summary-area {
    padding: 60px 0 60px;
  }
}
.under-page.companyprofile .summary-area .summary-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .summary-area .summary-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.under-page.companyprofile .summary-area .summary-contents .ttl-wrap {
  width: 30.8%;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .summary-area .summary-contents .ttl-wrap {
    width: 100%;
  }
}
.under-page.companyprofile .summary-area .summary-contents .summary-info-wrap {
  width: 69.2%;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .summary-area .summary-contents .summary-info-wrap {
    width: 100%;
  }
}
.under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap:nth-of-type(n + 2) {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap:nth-of-type(n + 2) {
    margin: 60px 0 0;
  }
}
.under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap .content-ttl {
  background-color: #111111;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 15px;
  margin: 0 0 40px;
}
.under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 30px;
  border-bottom: 1px solid #666666;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap .info-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
    padding: 20px 0;
  }
}
.under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap .info-list li:first-of-type {
  padding-top: 0;
}
.under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap .info-list li .info-ttl {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap .info-list li .info-ttl {
    width: 100%;
    font-weight: bold;
  }
}
.under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap .info-list li .info-des {
  width: calc(100% - 130px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap .info-list li .info-des {
    width: 100%;
  }
}
.under-page.companyprofile .summary-area .summary-contents .summary-info-wrap .content-wrap .info-list li .info-des a {
  text-decoration: underline;
}
.under-page.companyprofile .showroom-area {
  padding: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .showroom-area {
    padding: 90px 0 0;
  }
}
.under-page.companyprofile .showroom-area .showroom-list li {
  padding: 60px;
  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: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .showroom-area .showroom-list li {
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.under-page.companyprofile .showroom-area .showroom-list li:last-of-type {
  border-bottom: 1px solid #666666;
}
.under-page.companyprofile .showroom-area .showroom-list li .ttl-root-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .showroom-area .showroom-list li .ttl-root-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.under-page.companyprofile .showroom-area .showroom-list li .ttl-root-container .place-ttl-wrap {
  font-size: 2rem;
  font-weight: 500;
  width: 185px;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .showroom-area .showroom-list li .ttl-root-container .place-ttl-wrap {
    width: 100%;
  }
}
.under-page.companyprofile .showroom-area .showroom-list li .ttl-root-container .address-root-wrap {
  width: calc(100% - 185px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .showroom-area .showroom-list li .ttl-root-container .address-root-wrap {
    width: 100%;
  }
}
.under-page.companyprofile .showroom-area .showroom-list li .ttl-root-container .address-root-wrap .root-icon-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .under-page.companyprofile .showroom-area .showroom-list li .ttl-root-container .address-root-wrap .root-icon-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.under-page.companyprofile .showroom-area .showroom-list li .ttl-root-container .address-root-wrap .root-icon-contents .icon {
  width: 25px;
}

.under-page.shop .store-des-area .store-des-contents {
  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;
}
@media screen and (max-width: 768px) {
  .under-page.shop .store-des-area .store-des-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
.under-page.shop .store-des-area .store-des-contents .img-wrap {
  width: 36.6%;
}
@media screen and (max-width: 768px) {
  .under-page.shop .store-des-area .store-des-contents .img-wrap {
    width: 100%;
  }
}
.under-page.shop .store-des-area .store-des-contents .content-wrap {
  width: 58.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .under-page.shop .store-des-area .store-des-contents .content-wrap {
    width: 100%;
    row-gap: 40px;
  }
}
.under-page.shop .store-des-area .store-des-contents .content-wrap .logo-wrap {
  width: 180px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .under-page.shop .store-des-area .store-des-contents .content-wrap .logo-wrap {
    width: 110px;
  }
}
.under-page.shop .store-des-area .store-des-contents .content-wrap .content-des {
  font-size: 1.4rem;
  line-height: 2;
}
.under-page.shop .store-des-area .store-des-contents .content-wrap .shop-btn {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .under-page.shop .store-des-area .store-des-contents .content-wrap .shop-btn {
    margin: 40px 0 0;
  }
}
.under-page.shop .shop-list-area {
  padding: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .under-page.shop .shop-list-area {
    padding: 90px 0 0;
  }
}
.under-page.shop .shop-list-area .shop-list-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .under-page.shop .shop-list-area .shop-list-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.under-page.shop .shop-list-area .shop-list-contents .ttl-wrap {
  width: 28.3%;
}
@media screen and (max-width: 768px) {
  .under-page.shop .shop-list-area .shop-list-contents .ttl-wrap {
    width: 100%;
  }
}
.under-page.shop .shop-list-area .shop-list-contents .shop-list-wrap {
  width: 71.7%;
}
@media screen and (max-width: 768px) {
  .under-page.shop .shop-list-area .shop-list-contents .shop-list-wrap {
    width: 100%;
  }
}
.under-page.shop .shop-list-area .shop-list-contents .shop-list-wrap .shop-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 30px;
  border-bottom: 1px solid #666666;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .under-page.shop .shop-list-area .shop-list-contents .shop-list-wrap .shop-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
    padding: 20px 0;
  }
}
.under-page.shop .shop-list-area .shop-list-contents .shop-list-wrap .shop-list li:first-of-type {
  padding-top: 0;
}
.under-page.shop .shop-list-area .shop-list-contents .shop-list-wrap .shop-list li .shop-name {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .under-page.shop .shop-list-area .shop-list-contents .shop-list-wrap .shop-list li .shop-name {
    width: 100%;
    font-weight: bold;
  }
}
.under-page.shop .shop-list-area .shop-list-contents .shop-list-wrap .shop-list li .shop-info {
  width: calc(100% - 260px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .under-page.shop .shop-list-area .shop-list-contents .shop-list-wrap .shop-list li .shop-info {
    width: 100%;
  }
}
.under-page.shop .shop-list-area .shop-list-contents .shop-list-wrap .shop-list li .shop-info a {
  text-decoration: underline;
}

.under-page.service main {
  padding-bottom: 0;
}
.under-page.service .service-des-area {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .under-page.service .service-des-area {
    padding: 0;
  }
}
.under-page.service .service-des-area .service-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .under-page.service .service-des-area .service-ttl {
    text-align: center;
  }
}
.under-page.service .service-des-area .service-des {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .under-page.service .service-des-area .service-des {
    text-align: center;
  }
}
.under-page.service .service-links-area {
  padding: 60px 0 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 17, 17)), color-stop(50%, rgb(17, 17, 17)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(17, 17, 17) 0%, rgb(17, 17, 17) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768px) {
  .under-page.service .service-links-area {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 17, 17)), color-stop(66%, rgb(17, 17, 17)), color-stop(66%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(17, 17, 17) 0%, rgb(17, 17, 17) 66%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%);
  }
}
.under-page.service .service-links-area .inner {
  max-width: 1380px;
}
.under-page.service .service-links-area .inner .service-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .under-page.service .service-links-area .inner .service-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.under-page.service .service-links-area .inner .service-link-list .list-item {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .under-page.service .service-links-area .inner .service-link-list .list-item {
    width: 100%;
  }
}
.under-page.service .service-links-area .inner .service-link-list .list-item a {
  display: block;
  height: 100%;
}
.under-page.service .service-links-area .inner .service-link-list .list-item a picture {
  position: relative;
  display: block;
  height: 100%;
}
.under-page.service .service-links-area .inner .service-link-list .list-item a picture::before {
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: RGBA(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .under-page.service .service-links-area .inner .service-link-list .list-item a picture img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.under-page.service .service-links-area .inner .service-link-list .list-item a picture .btns-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .under-page.service .service-links-area .inner .service-link-list .list-item a picture .btns-wrap {
    padding: 20px;
  }
}
.under-page.service .service-links-area .inner .service-link-list .list-item a picture .btns-wrap .link-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.under-page.service .service-links-area .inner .service-link-list .list-item a picture .btns-wrap .link-ttl .ja-txt {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .under-page.service .service-links-area .inner .service-link-list .list-item a picture .btns-wrap .link-ttl .ja-txt {
    font-size: 1.5rem;
  }
}
.under-page.service .service-links-area .inner .service-link-list .list-item a picture .btns-wrap .link-ttl .en-txt {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #666666;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .under-page.service .service-links-area .inner .service-link-list .list-item a picture .btns-wrap .link-ttl .en-txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .under-page.service .service-links-area .inner .service-link-list .list-item a:hover picture img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}

.under-page.agencybusiness .agency-cotents-area .agency-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
}
.under-page.agencybusiness .agency-cotents-area .agency-contents .content {
  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;
}
@media screen and (max-width: 768px) {
  .under-page.agencybusiness .agency-cotents-area .agency-contents .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .under-page.agencybusiness .agency-cotents-area .agency-contents .content:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.under-page.agencybusiness .agency-cotents-area .agency-contents .content .img-wrap {
  width: 36.6%;
}
@media screen and (max-width: 768px) {
  .under-page.agencybusiness .agency-cotents-area .agency-contents .content .img-wrap {
    width: 100%;
  }
}
.under-page.agencybusiness .agency-cotents-area .agency-contents .content .content-wrap {
  width: 58.3%;
}
@media screen and (max-width: 768px) {
  .under-page.agencybusiness .agency-cotents-area .agency-contents .content .content-wrap {
    width: 100%;
  }
}
.under-page.agencybusiness .agency-cotents-area .agency-contents .content .content-wrap .content-des {
  font-size: 1.4rem;
  line-height: 2;
}
.under-page.agencybusiness .agency-cotents-area .agency-contents .content .content-wrap .content-des .bold {
  font-weight: bold;
}

.under-page.retailbusiness .retail-cotents-area .retail-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .under-page.retailbusiness .retail-cotents-area .retail-contents {
    row-gap: 60px;
  }
}
.under-page.retailbusiness .retail-cotents-area .retail-contents .content {
  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;
}
@media screen and (max-width: 768px) {
  .under-page.retailbusiness .retail-cotents-area .retail-contents .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .under-page.retailbusiness .retail-cotents-area .retail-contents .content:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .under-page.retailbusiness .retail-cotents-area .retail-contents .content .img-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .under-page.retailbusiness .retail-cotents-area .retail-contents .content .content-wrap {
    width: 100%;
  }
}
.under-page.retailbusiness .retail-cotents-area .retail-contents .content .content-wrap .sub-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.6;
}
.under-page.retailbusiness .retail-cotents-area .retail-contents .content .content-wrap .content-des {
  font-size: 1.4rem;
  line-height: 2;
}
.under-page.retailbusiness .retail-cotents-area .retail-contents .content .content-wrap .content-des .bold {
  font-weight: bold;
}
.under-page.retailbusiness .retail-cotents-area .retail-contents .content .content-wrap .logo-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0 0 40px;
}
.under-page.retailbusiness .retail-cotents-area .retail-contents .content .content-wrap .logo-ttl-wrap .logo-img {
  width: 143px;
}
@media screen and (max-width: 768px) {
  .under-page.retailbusiness .retail-cotents-area .retail-contents .content .content-wrap .logo-ttl-wrap .logo-img {
    width: 130px;
  }
}
.under-page.retailbusiness .retail-cotents-area .retail-contents .content .content-wrap .logo-ttl-wrap .logo-catch {
  font-size: 1.6rem;
  font-weight: 500;
}
.under-page.retailbusiness .retail-cotents-area .retail-contents .content .content-wrap .store-btn {
  margin: 45px 0 0;
}
.under-page.retailbusiness .retail-cotents-area .retail-contents .content.retail {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .under-page.retailbusiness .retail-cotents-area .retail-contents .content.retail .img-wrap {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .under-page.retailbusiness .retail-cotents-area .retail-contents .content.retail .content-wrap {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .under-page.retailbusiness .retail-cotents-area .retail-contents .content.store .img-wrap {
    width: 61.6%;
  }
}
@media screen and (min-width: 768px) {
  .under-page.retailbusiness .retail-cotents-area .retail-contents .content.store .content-wrap {
    width: 33%;
  }
}

.under-page.privacy .privacy-area .privacy-contents {
  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: 768px) {
  .under-page.privacy .privacy-area .privacy-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.under-page.privacy .privacy-area .privacy-contents .ttl-wrap {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .under-page.privacy .privacy-area .privacy-contents .ttl-wrap {
    width: 100%;
  }
}
.under-page.privacy .privacy-area .privacy-contents .content-wrap {
  width: 57.5%;
}
@media screen and (max-width: 768px) {
  .under-page.privacy .privacy-area .privacy-contents .content-wrap {
    width: 100%;
  }
}
.under-page.privacy .privacy-area .privacy-contents .content-wrap .privacy-des {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.under-page.privacy .privacy-area:nth-of-type(n + 2) {
  margin: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .under-page.privacy .privacy-area:nth-of-type(n + 2) {
    margin: 50px 0 0;
  }
}