body {
  background: #fff;
  color: #231815;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .12em;
  margin: 0
}
div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
li {
  list-style: none
}
a {
  color: inherit;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-decoration: none;
  word-wrap: break-word;
  margin: 0
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom
}
.imgFit {
  overflow: hidden
}
.imgFit img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%
}
em {
  font-style: normal
}
h1, h2, h3, h4, h5 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word
}
p, span, strong, small {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word
}
li, td, th, dt, dd {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word
}
table {
  width: 100%;
  border-collapse: collapse
}
th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all
}
ul, ol, dl {
  padding: 0;
  margin: 0
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}
.f-en {
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}
.f-wbr {
  word-break: keep-all
}
@media screen and (min-width: 429px) {
  .min429-none {
    display: none !important
  }
}
@media screen and (max-width: 428px) {
  .max428-none {
    display: none !important
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important
  }
}
@media screen and (min-width: 1441px) {
  .min1441-none {
    display: none !important
  }
}
@media screen and (max-width: 768px) {
  .min1441-none {
    display: none !important
  }
}
@media screen and (max-width: 1440px) {
  .max1440-none {
    display: none !important
  }
}
a, button {
  cursor: pointer
}
@media screen and (min-width: 769px) {
  a, button {
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  a:hover, button:hover {
    opacity: .5
  }
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none
  }
}
.cmn-bg {
  background: linear-gradient(-150deg, rgba(255, 255, 255, 0.4) 20%, rgba(97, 216, 255, 0.3), rgba(141, 58, 255, 0.3));
  background-size: 800% 800%;
  -webkit-animation: bgAnim 8s ease infinite;
  animation: bgAnim 8s ease infinite;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%
}
.cmn-bg img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
@media screen and (max-width: 768px) {
  .cmn-bg {
    background: linear-gradient(-150deg, rgba(255, 255, 255, 0.4) 20%, rgba(97, 216, 255, 0.4), rgba(141, 58, 255, 0.4));
    background-size: 500% 500%;
    -webkit-animation: bgAnim 6s ease infinite;
    animation: bgAnim 6s ease infinite
  }
}
@-webkit-keyframes bgAnim {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
@keyframes bgAnim {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
.cmn-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  z-index: 3
}
.cmn-inner.is-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (300px calc(100% - 300px))[2];
  grid-template-columns: repeat(2, 300px calc(100% - 300px))
}
@media screen and (max-width: 1440px) {
  .cmn-inner {
    max-width: 1000px
  }
  .cmn-inner.is-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (200px calc(100% - 200px))[2];
    grid-template-columns: repeat(2, 200px calc(100% - 200px))
  }
}
@media screen and (max-width: 1024px) {
  .cmn-inner {
    max-width: 750px
  }
  .cmn-inner.is-grid {
    display: block
  }
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 550px
  }
}
.cmn-ttl {
  padding-top: 10px
}
.cmn-ttl h2 {
  color: #fff;
  font-size: 85px;
  letter-spacing: .04em;
  text-shadow: 0 0 20px rgba(54, 121, 193, .3);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: .8s ease;
  transition: .8s ease;
  opacity: 0
}
.cmn-ttl h2.is-on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
@media screen and (max-width: 1440px) {
  .cmn-ttl h2 {
    font-size: 65px
  }
}
@media screen and (max-width: 1024px) {
  .cmn-ttl {
    margin-bottom: 30px;
    padding-top: 0
  }
  .cmn-ttl h2 {
    font-size: 75px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial
  }
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    margin-bottom: 10px
  }
  .cmn-ttl h2 {
    font-size: 55px
  }
}
.cmn-subTtl {
  overflow: hidden
}
.cmn-subTtl.is-on span {
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.cmn-subTtl.is-on p {
  background: #fff;
  color: #000;
  opacity: 1
}
.cmn-subTtl span {
  display: block;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: .8s .5s ease;
  transition: .8s .5s ease
}
.cmn-subTtl p {
  background: rgba(255, 255, 255, 0);
  color: transparent;
  display: inline;
  font-size: 35px;
  letter-spacing: .14em;
  opacity: 0;
  -webkit-transition: .8s .5s ease;
  transition: .8s .5s ease
}
@media screen and (max-width: 1024px) {
  .cmn-subTtl p {
    font-size: 30px
  }
}
@media screen and (max-width: 768px) {
  .cmn-subTtl p {
    font-size: 19px
  }
}
.cmn-content {
  width: 100%
}
.cmn-bt {
  background: #fff;
  border: solid #000 5px;
  border-radius: 25vw;
  color: #000;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 175px;
  height: 80px
}
.cmn-bt span {
  display: block;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: .05em;
  text-shadow: 0 0 10px #fff;
  position: relative;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .cmn-bt:hover {
    -webkit-animation: bgAnim 7s ease infinite;
    animation: bgAnim 7s ease infinite;
    background: linear-gradient(-150deg, rgba(255, 255, 255, 0.7) 10%, rgba(97, 216, 255, 0.7), rgba(141, 58, 255, 0.5), rgba(254, 23, 164, 0.5), rgba(253, 241, 112, 0.5));
    background-size: 400% 400%;
    opacity: 1
  }
}
@media screen and (max-width: 768px) {
  .cmn-bt {
    border: solid #000 3px;
    width: 135px;
    height: 60px
  }
  .cmn-bt span {
    font-size: 22px
  }
}
.cmn-dl .cmn-bt {
  border: solid #000 3px;
  width: 100px;
  height: 40px
}
.cmn-dl .cmn-bt span {
  font-size: 16px
}
.cmn-dl dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (220px calc(100% - 220px))[2];
  grid-template-columns: repeat(2, 220px calc(100% - 220px))
}
.cmn-dl dl+dl {
  margin-top: 60px
}
.cmn-dl dt {
  padding-right: 10px
}
.cmn-dl dt p {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: .14em
}
.cmn-dl dd {
  padding-top: 6.5px
}
.cmn-dl dd p {
  font-weight: bold;
  font-size: 18px
}
.cmn-dl dd p.m-btm {
  margin-bottom: 10px
}
.cmn-dl dd p.f-normal {
  font-weight: normal;
  font-size: 16px
}
.cmn-dl dd p.ico {
  padding-left: 23px;
  position: relative
}
.cmn-dl dd p.ico span {
  position: absolute;
  inset: 0 auto auto 0
}
.cmn-dl dd ol {
  counter-reset: number 0
}
.cmn-dl dd ol li {
  padding: 0 0 45px 70px;
  position: relative
}
.cmn-dl dd ol li:first-child::before {
  inset: -0.5px auto auto 0
}
.cmn-dl dd ol li:last-child {
  padding: 0 0 0 70px
}
.cmn-dl dd ol li:last-child::after {
  content: none
}
.cmn-dl dd ol li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  inset: -6.5px auto auto 0
}
.cmn-dl dd ol li::after {
  background: url(../img/ico/ico_arrow01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: auto auto 12px 10px;
  width: 10px;
  height: 23px
}
.cmn-dl dd ol li p {
  font-weight: 500;
  font-size: 18px
}
@media screen and (max-width: 1440px) {
  .cmn-dl dl {
    -ms-grid-columns: (180px calc(100% - 180px))[2];
    grid-template-columns: repeat(2, 180px calc(100% - 180px))
  }
  .cmn-dl dt p {
    font-size: 25px
  }
  .cmn-dl dd p {
    font-size: 18px
  }
  .cmn-dl dd p.f-normal {
    font-size: 14px
  }
  .cmn-dl dd p.ico {
    padding-left: 18px
  }
  .cmn-dl dd ol li {
    padding: 0 0 50px 70px;
    position: relative
  }
  .cmn-dl dd ol li:last-child {
    padding: 0 0 0 70px
  }
  .cmn-dl dd ol li:last-child::after {
    content: none
  }
}
@media screen and (max-width: 768px) {
  .cmn-dl .cmn-bt {
    border: solid #000 2px;
    width: 95px;
    height: 35px
  }
  .cmn-dl .cmn-bt span {
    font-size: 15px
  }
  .cmn-dl dl {
    display: block
  }
  .cmn-dl dl+dl {
    margin-top: 40px
  }
  .cmn-dl dl p {
    font-size: 22px
  }
  .cmn-dl dt {
    margin-bottom: 7px
  }
  .cmn-dl dd {
    padding-top: 0
  }
  .cmn-dl dd p {
    font-size: 15px
  }
  .cmn-dl dd p.f-normal {
    font-size: 13px;
    margin-bottom: 5px
  }
  .cmn-dl dd p.ico {
    padding-left: 18px
  }
  .cmn-dl dd ol li {
    padding: 0 0 45px 40px
  }
  .cmn-dl dd ol li:first-child::before {
    inset: 2px auto auto 0
  }
  .cmn-dl dd ol li:first-child::after {
    inset: auto auto 17px 9px
  }
  .cmn-dl dd ol li:last-child {
    padding: 0 0 0 40px
  }
  .cmn-dl dd ol li:last-child::after {
    content: none
  }
  .cmn-dl dd ol li:nth-child(4)::after {
    inset: auto auto 23px 9px
  }
  .cmn-dl dd ol li::before {
    font-size: 20px;
    inset: -5.5px auto auto 0
  }
  .cmn-dl dd ol li::after {
    inset: auto auto 10px 9px;
    width: 10px;
    height: 22px
  }
  .cmn-dl dd ol li p {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 0
  }
}
.header {
  background: rgba(255, 255, 255, .3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: solid #fff 1px;
  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: 0 30px;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 80px;
  z-index: 99999
}
.header-box {
  width: 200px
}
.header-box-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header .nav {
  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;
  max-width: 470px;
  width: 100%
}
.header .nav-list {
  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;
  width: 100%
}
.header .nav-list-link a {
  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
}
.header .nav-list-link a strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .08em;
  margin-bottom: 2px;
  position: relative;
  overflow: hidden
}
.header .nav-list-link a strong::before {
  background: #204d9e;
  content: "";
  position: absolute;
  inset: auto auto 0 -100%;
  width: 100%;
  height: 2px
}
.header .nav-list-link a small {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden
}
.header .nav-list-link a small::before {
  background: #204d9e;
  content: "";
  position: absolute;
  inset: auto auto 0 -100%;
  width: 100%;
  height: 2px
}
@media screen and (min-width: 769px) {
  .header .nav-list-link a strong::before {
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .header .nav-list-link a small::before {
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .header .nav-list-link a:hover {
    opacity: 1
  }
  .header .nav-list-link a:hover strong::before {
    inset: auto auto 0 0
  }
  .header .nav-list-link a:hover small::before {
    inset: auto auto 0 0
  }
}
.header .nav-list-contact {
  max-width: 150px;
  width: 100%
}
.header .nav-list-contact a {
  background: #fff;
  border: solid #204d9e 2px;
  border-radius: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  padding: 10px;
  max-width: 150px;
  width: 100%;
  height: 50px
}
.header .nav-list-contact a p {
  color: #204d9e;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .08em;
  padding-right: 45px;
  position: relative
}
.header .nav-list-contact a p::before {
  background: url(../img/ico/ico_arrow01_blu.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 0 3.5px auto;
  margin: auto;
  width: 32.5px;
  height: 6.5px
}
@media screen and (min-width: 769px) {
  .header .nav-list-contact a {
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .header .nav-list-contact a p {
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .header .nav-list-contact a p::before {
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .header .nav-list-contact a:hover {
    opacity: 1;
    background: #204d9e;
    border-radius: 0
  }
  .header .nav-list-contact a:hover p {
    color: #fff
  }
  .header .nav-list-contact a:hover p::before {
    background: url(../img/ico/ico_arrow01_wht.svg) no-repeat;
    background-size: 100% auto;
    inset: 0 -5px 3.5px auto
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background: transparent;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    border-bottom: none;
    display: block;
    padding: 0;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 60px;
    z-index: 99999;
    overflow: hidden
  }
  .header-box {
    background: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-bottom: solid #fff 1px;
    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: 5px 20px;
    width: 100%;
    height: 100%
  }
  .header-box-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px
  }
  .header-box-bt {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 100%
  }
  .header-box-bt span {
    background: #040a15;
    display: block;
    position: absolute;
    margin: auto;
    width: 60px;
    height: 2px;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .header-box-bt span:nth-child(1) {
    inset: -24px 0 0 0
  }
  .header-box-bt span:nth-child(2) {
    inset: 0
  }
  .header-box-bt span:nth-child(3) {
    inset: 0 0 -24px 0
  }
  .header-box-bt.is-navOn span {
    background: #204d9e
  }
  .header-box-bt.is-navOn span:nth-child(1) {
    inset: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }
  .header-box-bt.is-navOn span:nth-child(2) {
    inset: 0 -100% 0 0;
    opacity: 0
  }
  .header-box-bt.is-navOn span:nth-child(3) {
    inset: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }
  .header .nav {
    background: rgba(255, 255, 255, .3);
    border-left: solid #fff 1px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 80px 50px;
    position: fixed;
    inset: 60px -100% auto auto;
    max-width: 420px;
    width: 100%;
    height: calc(100% - 60px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: -1
  }
  .header .nav.is-navOn {
    inset: 60px 0 auto auto;
    opacity: 1;
    visibility: visible
  }
  .header .nav-list {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%
  }
  .header .nav-list-link {
    margin-bottom: 40px
  }
  .header .nav-list-link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .header .nav-list-link a strong {
    font-size: 36px
  }
  .header .nav-list-link a small {
    font-size: 16px
  }
  .header .nav-list-contact {
    margin-top: 60px;
    max-width: 100%
  }
  .header .nav-list-contact a {
    max-width: 260px;
    height: 68px
  }
  .header .nav-list-contact a p {
    font-size: 20px;
    padding-right: 45px
  }
}
@media screen and (max-width: 768px) {
  .header-box-logo {
    width: 160px
  }
  .header-box-bt {
    width: 50px
  }
  .header-box-bt span {
    width: 50px
  }
  .header .nav {
    background: rgba(255, 255, 255, .3);
    border-left: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 50px 30px;
    max-width: 100%
  }
  .header .nav-list-link {
    margin-bottom: 27px
  }
  .header .nav-list-link a strong {
    font-size: 32px
  }
  .header .nav-list-link a small {
    font-size: 14px
  }
  .header .nav-list-contact {
    margin-top: 47px
  }
  .header .nav-list-contact a {
    max-width: 240px;
    height: 64px
  }
}
.footer {
  padding: 150px 50px 50px;
  position: relative
}
.footer-stone {
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0
}
.footer-stone.stone14 {
  inset: auto auto 0 0;
  max-width: 577px;
  width: 30%
}
.footer-inner {
  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;
  margin: 0 auto;
  position: relative;
  max-width: 1720px;
  width: 100%;
  z-index: 2
}
.footer-logo {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 250px
}
.footer-logo p {
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 20px
}
.footer-list {
  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;
  margin-left: 50px;
  max-width: 950px;
  width: 100%
}
.footer-list-link {
  margin-right: 30px
}
.footer-list-link a {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .04em;
  padding-right: 30px;
  position: relative
}
.footer-list-link a::before {
  background: url(../img/ico/ico_aroow_nwe01.svg) no-repeat center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 0 1px auto;
  margin: auto;
  width: 20px;
  height: 20px
}
.footer-list-sns {
  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
}
.footer-list-sns p {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .04em
}
.footer-list-sns a {
  display: block;
  margin-left: 20px;
  width: 30px
}
@media screen and (max-width: 1440px) {
  .footer-inner {
    max-width: 1200px
  }
  .footer-logo {
    width: 235px
  }
  .footer-logo p {
    font-size: 10px;
    margin-top: 15px
  }
  .footer-list {
    gap: 30px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    max-width: 600px
  }
  .footer-list-link {
    margin-right: 0
  }
  .footer-list-link a {
    font-size: 18px;
    padding-right: 30px
  }
  .footer-list-link a::before {
    width: 20px;
    height: 20px
  }
  .footer-list-sns {
    margin-left: auto
  }
  .footer-list-sns p {
    font-size: 18px
  }
  .footer-list-sns a {
    margin-left: 30px;
    width: 32px
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 50px 20px 25px
  }
  .footer-inner {
    display: block;
    max-width: 780px
  }
  .footer-logo {
    display: block;
    margin: 0 auto 50px;
    width: 200px
  }
  .footer-list {
    gap: 30px 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 50px;
    max-width: 600px
  }
  .footer-list-link {
    margin-right: 0
  }
  .footer-list-link a {
    font-size: 18px;
    padding-right: 28px
  }
  .footer-list-link a::before {
    width: 20px;
    height: 20px
  }
  .footer-list-sns {
    margin: 0 auto
  }
  .footer-list-sns p {
    font-size: 18px
  }
  .footer-list-sns a {
    margin-left: 30px;
    width: 32px
  }
  .footer-spCopyright {
    font-size: 12px;
    text-align: center
  }
}
@media screen and (max-width: 768px) {
  .footer-stone.stone14 {
    max-width: 250px;
    width: 60%
  }
  .footer-inner {
    max-width: 580px
  }
  .footer-logo {
    width: 150px
  }
  .footer-list {
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 50px;
    max-width: 600px
  }
  .footer-list-link {
    margin-right: 0
  }
  .footer-list-link a {
    font-size: 15px;
    padding-right: 24px
  }
  .footer-list-link a::before {
    width: 17px;
    height: 17px
  }
  .footer-list-sns {
    margin: 25px 0 auto
  }
  .footer-list-sns p {
    font-size: 15px
  }
  .footer-list-sns a {
    margin-left: 27px;
    width: 30px
  }
  .footer-spCopyright {
    font-size: 10px
  }
}
.main {
  padding: 0 0 120px;
  position: relative;
  z-index: 3;
  overflow-x: hidden
}
@media screen and (max-width: 1024px) {
  .main {
    padding: 0 0 100px
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding: 0 0 50px
  }
}
.kv {
  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;
  padding: 0 50px;
  position: relative;
  height: 100vh;
  min-height: 800px
}
.kv-bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%
}
.kv-stone {
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 2.5s ease;
  transition: 2.5s ease
}
.kv-stone.is-opOn {
  opacity: 1
}
.kv-stone.is-default {
  opacity: 1
}
.kv-stone.stone01 {
  inset: 0 15% 50px auto;
  margin: auto;
  max-width: 700px;
  width: 40%;
  z-index: 3
}
.kv-stone.stone02 {
  inset: 0 auto auto 0;
  max-width: 824px;
  width: 45%
}
.kv-stone.stone03 {
  inset: 20px 0 auto auto;
  max-width: 360px;
  width: 15%
}
.kv-stone.stone04 {
  inset: auto auto -300px 0;
  max-width: 1016px;
  width: 55%
}
.kv-stone.stone05 {
  inset: auto 0 -50px auto;
  max-width: 393px;
  width: 20%
}
.kv-inner {
  color: #fff;
  margin: 0 auto;
  position: relative;
  max-width: 1400px;
  width: 100%;
  z-index: 4
}
.kv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  opacity: 0
}
.kv-list .logo {
  -webkit-filter: drop-shadow(0 0 7.5px rgba(54, 121, 193, 0.3));
  filter: drop-shadow(0 0 7.5px rgba(54, 121, 193, 0.3));
  display: block;
  width: 160px
}
.kv-list .line {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(54, 121, 193, .35);
  box-shadow: 0 0 10px rgba(54, 121, 193, .35);
  margin: 0 30px 0 20px;
  width: 2px;
  height: 80px
}
.kv-list .txt {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(54, 121, 193, .35)
}
.kv-ttl {
  margin-bottom: 40px
}
.kv-ttl p {
  font-weight: bold;
  font-size: 124px;
  line-height: .9;
  letter-spacing: 0
}
.kv-ttl p span {
  text-shadow: 0 0 50px rgba(54, 121, 193, .35);
  opacity: 0
}
.kv-spBox-btm {
  opacity: 0
}
.kv__txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  text-shadow: 0 0 20px rgba(54, 121, 193, .45);
  margin-bottom: 15px
}
.kv__date {
  font-weight: bold;
  font-size: 35px;
  text-shadow: 0 0 20px rgba(54, 121, 193, .35);
  margin-bottom: 50px
}
.kv__date small {
  font-size: 20px
}
.kv .js-kvBt {
  opacity: 0
}
@media screen and (max-width: 1440px) {
  .kv {
    min-height: 750px
  }
  .kv-stone.stone01 {
    width: 40%
  }
  .kv-inner {
    max-width: 1000px
  }
  .kv-ttl p {
    font-size: 100px
  }
  .kv__date {
    margin-bottom: 30px
  }
}
@media screen and (max-width: 1024px) {
  .kv-stone.stone01 {
    inset: 0 10% 50px auto
  }
  .kv-inner {
    max-width: 780px
  }
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 0 25px;
    min-height: auto;
    max-height: 932px;
    height: 100svh
  }
  .kv-stone.stone01 {
    inset: 75px 0 0 20px;
    margin: auto;
    max-width: 400px;
    width: 68%
  }
  .kv-stone.stone02 {
    inset: 25px auto auto 0;
    max-width: 260px;
    width: 45%
  }
  .kv-stone.stone03 {
    inset: 7px 0 auto auto;
    max-width: 130px;
    width: 23%
  }
  .kv-stone.stone04 {
    inset: auto auto -35px 0;
    max-width: 220px;
    width: 55%
  }
  .kv-stone.stone05 {
    inset: auto 0 35px auto;
    max-width: 125px;
    width: 27%
  }
  .kv-inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    max-width: 580px;
    height: 100%
  }
  .kv-spBox-top {
    position: absolute;
    inset: 20px auto auto 0
  }
  .kv-spBox-btm {
    position: absolute;
    inset: auto 0 25px 0;
    margin: auto
  }
  .kv-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
  }
  .kv-list .logo {
    -webkit-filter: drop-shadow(0 0 7.5px rgba(54, 121, 193, 0.5));
    filter: drop-shadow(0 0 7.5px rgba(54, 121, 193, 0.5));
    width: 100px
  }
  .kv-list .line {
    -webkit-box-shadow: 0 0 10px rgba(54, 121, 193, .5);
    box-shadow: 0 0 10px rgba(54, 121, 193, .5);
    margin: 0 15px 0 20px;
    height: 50px
  }
  .kv-list .txt {
    font-size: 16px;
    text-shadow: 0 0 10px rgba(54, 121, 193, .5)
  }
  .kv-ttl {
    margin-bottom: 0
  }
  .kv-ttl p {
    font-size: 60px
  }
  .kv-ttl span {
    text-shadow: 0 0 50px rgba(54, 121, 193, .5)
  }
  .kv__txt {
    font-size: 14px;
    letter-spacing: .05em;
    text-shadow: 0 0 20px rgba(54, 121, 193, .7);
    margin-bottom: 15px
  }
  .kv__date {
    font-size: 20px;
    text-shadow: 0 0 20px rgba(54, 121, 193, .6);
    letter-spacing: .05em;
    margin-bottom: 0
  }
  .kv__date small {
    font-size: 15px
  }
}
.btFixed {
  padding: 0 20px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: .3s ease;
  transition: .3s ease
}
.btFixed .cmn-bt {
  margin-left: auto
}
.btFixed.is-fixedOn {
  position: fixed;
  opacity: 1;
  visibility: visible;
  inset: 20px 0 auto auto
}
@media screen and (max-width: 768px) {
  .btFixed {
    padding: 0 17px;
    opacity: 1;
    visibility: visible
  }
}
.narrative {
  padding: 50px 50px 80px;
  position: relative;
  z-index: 2
}
.narrative .cmn-inner {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}
.narrative-stone {
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0
}
.narrative-stone.stone06 {
  inset: 120px 0 auto auto;
  max-width: 532px;
  width: 27%
}
.narrative-stone.stone07 {
  inset: 0;
  margin: auto;
  max-width: 1250px;
  width: 33%
}
.narrative-stone.stone08 {
  inset: auto auto 0 0;
  width: 15%
}
.narrative__txt {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5
}
@media screen and (max-width: 1024px) {
  .narrative {
    padding: 25px 30px 50px
  }
  .narrative__txt {
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
  .narrative {
    padding: 25px 25px 20px
  }
  .narrative-stone.stone06 {
    inset: 80px 0 auto auto;
    max-width: 250px;
    width: 45%
  }
  .narrative-stone.stone07 {
    inset: 0 0 150px 0;
    max-width: 250px;
    width: 50%
  }
  .narrative-stone.stone08 {
    inset: auto auto 200px 0;
    max-width: 150px;
    width: 35%
  }
  .narrative__txt {
    font-size: 14.5px;
    line-height: 2.2
  }
}
.point {
  padding: 200px 50px;
  position: relative
}
.point-stone {
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0
}
.point-stone.stone09 {
  inset: -320px 0 auto auto;
  max-width: 680px;
  width: 17%
}
.point-stone.stone10 {
  inset: auto auto 300px 0;
  max-width: 476px;
  width: 24%
}
.point-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 380px))[3];
  grid-template-columns: repeat(3, minmax(300px, 380px));
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 70px 0 100px
}
.point-list-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}
.point-list-item .ttl {
  border: solid #000 3px;
  border-radius: 25vw;
  color: #000;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: .04em;
  margin: 0 auto;
  padding-top: 1.5px;
  max-width: 300px;
  width: 100%;
  height: 63px
}
.point-list-item .ico {
  display: block;
  margin: 40px auto;
  max-width: 156px;
  width: 100%
}
.point-list-item .txt {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.8;
  text-align: center
}
.point-txtList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
  gap: 25px;
  margin-top: 60px
}
.point-txtList-item {
  border: solid #000 3px;
  border-radius: 25vw;
  display: -ms-grid;
  display: grid;
  place-content: center;
  max-width: 300px;
  min-width: 250px;
  width: 15.625vw;
  max-height: 300px;
  min-height: 250px;
  height: 15.625vw;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}
.point-txtList-item .txt {
  font-weight: bold;
  font-size: 18px;
  text-align: center
}
@media screen and (max-width: 1680px) {
  .point-txtList-item {
    max-width: 100%;
    min-width: auto;
    width: 250px;
    max-height: 100%;
    min-height: auto;
    height: 250px
  }
}
@media screen and (max-width: 1440px) {
  .point-list {
    -ms-grid-columns: (minmax(200px, 250px))[3];
    grid-template-columns: repeat(3, minmax(200px, 250px));
    gap: 25px
  }
  .point-list-item .ttl {
    font-size: 24px;
    height: 53px
  }
  .point-list-item .ico {
    margin: 35px auto;
    max-width: 140px
  }
  .point-list-item .txt {
    font-size: 18px
  }
  .point-txtList {
    gap: 15px
  }
  .point-txtList-item {
    min-width: 150px;
    width: 15.625vw;
    min-height: 150px;
    height: 15.625vw
  }
  .point-txtList-item .txt {
    font-size: 20px;
    font-size: 1.0416666667vw
  }
}
@media screen and (max-width: 1024px) {
  .point {
    padding: 80px 25px 200px
  }
  .point-list {
    -ms-grid-columns: (minmax(180px, 220px))[3];
    grid-template-columns: repeat(3, minmax(180px, 220px));
    gap: 30px;
    margin: 50px 0
  }
  .point-list-item .ttl {
    font-size: 20px;
    height: 48px
  }
  .point-list-item .ico {
    max-width: 125px
  }
  .point-list-item .txt {
    font-size: 16px
  }
  .point-txtList {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
  }
  .point-txtList-item {
    min-width: auto;
    width: 250px;
    min-height: auto;
    height: 250px
  }
  .point-txtList-item .txt {
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
  .point {
    padding: 80px 25px 50px
  }
  .point-stone.stone09 {
    inset: 0 0 auto auto;
    max-width: 170px;
    width: 32%
  }
  .point-stone.stone10 {
    inset: auto auto 0 0;
    max-width: 230px;
    width: 40%
  }
  .point-stone.stoneSp09_02 {
    inset: 320px auto auto 0;
    max-width: 200px;
    width: 35%
  }
  .point-stone.stoneSp10_02 {
    inset: 0 0 420px auto;
    margin: auto;
    max-width: 150px;
    width: 25%
  }
  .point-stone.stoneSp09_03 {
    inset: 930px auto 0 0;
    margin: auto;
    max-width: 170px;
    width: 30%
  }
  .point-stone.stoneSp10_03 {
    inset: auto 0 350px auto;
    margin: auto;
    max-width: 220px;
    width: 40%
  }
  .point-list {
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
    gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 80px
  }
  .point-list-item .ttl {
    font-size: 20px;
    margin: 0 auto;
    max-width: 190px;
    height: 46px
  }
  .point-list-item .ico {
    margin: 20px auto 14px;
    max-width: 125px
  }
  .point-list-item .txt {
    font-size: 15px
  }
  .point-txtList {
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
    gap: 20px;
    margin: 30px 0
  }
  .point-txtList-item {
    border-radius: 50vw;
    min-width: auto;
    width: 210px;
    min-height: auto;
    height: 210px
  }
  .point-txtList-item .txt {
    font-size: 15px
  }
}
.judge {
  padding: 50px 50px 200px;
  position: relative
}
.judge-stone {
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0
}
.judge-stone.stone11 {
  inset: 0 0 auto auto;
  max-width: 402px;
  width: 20%
}
.judge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}
.judge-list-imgItem {
  max-width: 400px;
  width: 100%
}
.judge-list-txtItem {
  margin-left: 60px;
  max-width: 800px;
  width: 100%
}
.judge-list-txtItem .post {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: .145em;
  margin-bottom: 30px
}
.judge-list-txtItem .name {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: .13em;
  margin-bottom: 29px
}
.judge-list-txtItem .txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .04em
}
@media screen and (max-width: 1440px) {
  .judge-list-imgItem {
    margin: 0 auto 30px;
    max-width: 280px
  }
  .judge-list-txtItem {
    margin-left: 30px;
    max-width: 450px
  }
  .judge-list-txtItem .post {
    font-size: 20px;
    margin-bottom: 15px
  }
  .judge-list-txtItem .name {
    font-size: 33.5px;
    margin-bottom: 15px
  }
  .judge-list-txtItem .txt {
    font-size: 16px;
    line-height: 1.8
  }
}
@media screen and (max-width: 1024px) {
  .judge {
    padding: 50px 25px 200px
  }
  .judge-list {
    display: block
  }
  .judge-list-imgItem {
    max-width: 400px
  }
  .judge-list-txtItem {
    margin: 0 auto;
    max-width: 500px
  }
}
@media screen and (max-width: 768px) {
  .judge {
    padding: 50px 25px
  }
  .judge-stone.stone11 {
    inset: 50px 0 auto auto;
    max-width: 170px;
    width: 35%
  }
  .judge-list {
    display: block
  }
  .judge-list-imgItem {
    max-width: 240px;
    margin: 0 auto 25px
  }
  .judge-list-txtItem {
    max-width: 420px
  }
  .judge-list-txtItem .post {
    font-size: 14px;
    margin-bottom: 9px
  }
  .judge-list-txtItem .name {
    font-size: 32px;
    margin-bottom: 10px
  }
  .judge-list-txtItem .txt {
    font-size: 14px
  }
}
.about {
  padding: 50px 50px 140px;
  position: relative
}
.about-stone {
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0
}
.about-stone.stone12 {
  inset: 0 auto auto 0;
  max-width: 439px;
  width: 22%
}
.about-stone.stone13 {
  inset: auto 0 0 auto;
  max-width: 564px;
  width: 29%
}
.about .cmn-content {
  padding-top: 10px
}
.about .cmn-dl {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}
@media screen and (max-width: 1024px) {
  .about {
    padding: 50px 25px 140px
  }
  .about .cmn-content {
    padding-top: 0
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 50px 25px 50px
  }
  .about-stone.stone12 {
    max-width: 170px;
    width: 37%
  }
  .about-stone.stone13 {
    max-width: 250px;
    width: 44%
  }
}
.entry {
  padding: 100px 50px 0
}
.entry-bt {
  background: url(../img/img/img_entry_bt01.webp) no-repeat center;
  background-size: cover;
  border: solid #fff 10px;
  border-radius: 25vw;
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin: 0 auto;
  position: relative;
  max-width: 900px;
  width: 100%;
  height: 210px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}
.entry-bt::before {
  background: rgba(0, 0, 0, .25);
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}
.entry-bt p {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: .04em;
  position: relative;
  z-index: 2
}
.entry-bt p span {
  background: #fff;
  border-radius: 25vw;
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin-left: 15px;
  position: relative;
  width: 45px;
  height: 45px
}
.entry-bt p span::before {
  background: url(../img/ico/ico_arrow02.svg) no-repeat center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 22px;
  height: 22px
}
@media screen and (min-width: 769px) {
  .entry-bt p span {
    -webkit-transition: .4s ease;
    transition: .4s ease
  }
  .entry-bt:hover {
    opacity: 1
  }
  .entry-bt:hover p span {
    margin-left: 65px
  }
}
@media screen and (max-width: 1440px) {
  .entry-bt {
    border: solid #fff 4px;
    max-width: 800px;
    height: 180px
  }
}
@media screen and (max-width: 1024px) {
  .entry {
    padding: 70px 25px 0
  }
}
@media screen and (max-width: 768px) {
  .entry {
    padding: 50px 25px 0
  }
  .entry-bt {
    border: solid #fff 3.5px;
    margin: 0 auto;
    max-width: 420px;
    height: 110px
  }
  .entry-bt p {
    font-size: 35px
  }
  .entry-bt p span {
    width: 32px;
    height: 32px
  }
  .entry-bt p span::before {
    width: 14px;
    height: 14px
  }
}
/*# sourceMappingURL=style.css.map*/