/* CSS Document */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* all */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, address, strong, em, table, dl, ul, ol, img,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* font */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, a, address, strong, em, form, input, textarea, select, submit,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* indivisual */
a {
  border: none;
  color: inherit;
  text-decoration: underline;
  word-wrap: break-word;
}

a:hover {
  text-decoration: none;
}

address, em {
  font-style: normal;
}

ul, ol {
  list-style: none none outside;
}

img {
  display: block;
  border: none;
}

.debug {
  height: auto;
  overflow-y: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  overflow-x: hidden;
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: justify;
  position: relative;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
}

.check {
  pointer-events: none;
}
.check::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid red;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.check::after {
  content: "";
  display: block;
  color: #fff;
  padding: 0.25em;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-100%);
}

.header {
  position: relative;
  /*
  @include pc{
    transition: 1s;
    opacity: 0;
    visibility: hidden;

    &.show{
      opacity: 1;
      visibility: visible;
    }
  }
  */
}
.header nav {
  position: fixed;
  width: 100%;
  top: 1.25rem;
  z-index: 9;
  transition: 0.375s;
}
@media only screen and (max-width: 960px) {
  .header nav {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
  }
}
.header nav.show {
  opacity: 1;
  visibility: visible;
}
.header nav .nav {
  display: flex;
}
@media only screen and (min-width: 961px) {
  .header nav .nav {
    gap: 0 3.125rem;
    padding: 1.25rem 3.4375rem;
  }
}
@media only screen and (max-width: 960px) {
  .header nav .nav {
    width: 100%;
    flex-direction: column;
    align-self: center;
    gap: 3.125rem 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
@media only screen and (max-width: 960px) {
  .header nav .nav li {
    text-align: center;
    margin: 0 auto;
  }
}
.header nav .nav li:nth-child(1) {
  height: 0.86395rem;
}
@media only screen and (max-width: 960px) {
  .header nav .nav li:nth-child(1) {
    height: 1.295925rem;
  }
}
.header nav .nav li:nth-child(2) {
  height: 0.8776875rem;
}
@media only screen and (max-width: 960px) {
  .header nav .nav li:nth-child(2) {
    height: 1.31653125rem;
  }
}
.header nav .nav li:nth-child(3) {
  height: 0.86395rem;
}
@media only screen and (max-width: 960px) {
  .header nav .nav li:nth-child(3) {
    height: 1.295925rem;
  }
}
.header nav .nav li:nth-child(4) {
  height: 1.0889875rem;
}
@media only screen and (max-width: 960px) {
  .header nav .nav li:nth-child(4) {
    height: 1.63348125rem;
  }
}
.header nav .nav li:nth-child(5) {
  height: 0.86395rem;
}
@media only screen and (max-width: 960px) {
  .header nav .nav li:nth-child(5) {
    height: 1.295925rem;
  }
}
.header nav .nav li:nth-child(6) {
  height: 0.8776875rem;
}
@media only screen and (max-width: 960px) {
  .header nav .nav li:nth-child(6) {
    height: 1.31653125rem;
  }
}
.header nav .nav li a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.header nav .nav li a img {
  width: auto;
  height: 100%;
}
.header .menu {
  display: none;
  width: 6.1538461538rem;
  height: 3.0769230769rem;
  position: fixed;
  top: 1.2307692308rem;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 960px) {
  .header .menu {
    display: block;
  }
}
.header .menu div {
  display: block;
  width: calc(100% - 4rem);
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000;
  transition: 0.25s;
}
.header .menu .bar {
  top: calc(50% - 0.375rem);
}
.header .menu .bar2 {
  bottom: calc(50% - 0.375rem);
}
.header .menu.open .bar {
  top: calc(50% - 1px);
  transform: rotate(315deg);
}
.header .menu.open .bar2 {
  bottom: calc(50% - 1px);
  transform: rotate(-315deg);
}

footer {
  padding: 5.125rem 0 6.875rem;
  background: #FFF url(../img/footer_bg.png) center top/cover no-repeat;
  position: relative;
}
@media only screen and (max-width: 960px) {
  footer {
    padding: 5.125rem 0 3.4375rem;
  }
}
footer .page_top {
  top: 0;
  left: calc(50vw + min(36.75rem,36.75vw));
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: 2;
}
footer .page_top a img {
  height: 5rem;
}
footer .inner {
  width: calc(100% - 4rem);
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 960px) {
  footer .inner {
    padding-bottom: 3.8461538462rem;
  }
}
footer .inner .logo {
  width: 8.625rem;
  top: 0;
  left: 0;
  position: absolute;
}
footer .inner nav {
  width: 7.8125rem;
  margin: 0 0 0 auto;
}
footer .inner nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem 0;
}
footer .inner nav ul li {
  flex-shrink: 0;
}
footer .inner nav ul li:nth-child(1) {
  height: 0.86395rem;
}
footer .inner nav ul li:nth-child(2) {
  height: 0.8776875rem;
}
footer .inner nav ul li:nth-child(3) {
  height: 0.86395rem;
}
footer .inner nav ul li:nth-child(4) {
  height: 1.0889875rem;
}
footer .inner nav ul li:nth-child(5) {
  height: 0.86395rem;
}
footer .inner nav ul li:nth-child(6) {
  height: 0.8776875rem;
}
footer .inner nav ul li:nth-child(7) {
  height: 1.07525625rem;
}
footer .inner nav ul li:nth-child(8) {
  height: 1.8125rem;
}
footer .inner nav ul li a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
footer .inner nav ul li a img {
  width: auto;
  height: 100%;
}
footer .inner .copyright {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  left: 0;
  bottom: 0;
  position: absolute;
}

#index .contents .mv {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  #index .contents .mv {
    height: 100lvh;
  }
}
#index .contents .mv .logo.scroll img.color {
  left: calc(50% - 1.5rem);
  transition-delay: 0.25s;
  opacity: 0;
  visibility: hidden;
}
#index .contents .mv .logo.scroll img.mono {
  left: 28.125vw;
  transition-delay: 0.625s;
  opacity: 1;
  visibility: visible;
}
#index .contents .mv .logo.show {
  opacity: 1;
  visibility: visible;
}
#index .contents .mv .logo.hide img.color {
  opacity: 0;
  visibility: hidden;
}
#index .contents .mv .logo img {
  width: 13.230625vw;
  height: 14.36875vw;
  position: absolute;
  top: 50%;
  z-index: 2;
  transition: 0.625s;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 960px) {
  #index .contents .mv .logo img {
    width: 31.7535vw;
    height: 34.485vw;
  }
}
#index .contents .mv .logo img.color {
  left: 50%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 961px) {
  #index .contents .mv .logo img.color {
    transition-delay: 0.5s;
  }
}
#index .contents .mv .logo img.mono {
  left: calc(28.125vw + 1.5rem);
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  mix-blend-mode: overlay;
}
#index .contents .mv .mask {
  transition: 1.25s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (min-width: 961px) {
  #index .contents .mv .mask {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #index .contents .mv .mask.nallow {
    width: 56.25vw;
  }
}
#index .contents .mv .mask.hide {
  opacity: 0;
  visibility: hidden;
}
#index .contents .mv .mv_slide {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transition: 1s;
  transform: translateX(-50%);
}
#index .contents .mv .mv_slide.show {
  opacity: 1;
  visibility: visible;
}
#index .contents .mv .mv_slide li {
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: 1.5s;
}
#index .contents .mv .mv_slide li:first-child {
  opacity: 1;
}
#index .contents .mv .mv_slide li.show {
  opacity: 1;
  visibility: visible;
}
#index .contents .mv .mv_slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
@media only screen and (max-width: 960px) {
  #index .contents .mv .mv_slide li img {
    -o-object-position: center;
       object-position: center;
  }
}
#index .contents .lead {
  position: relative;
}
@media only screen and (min-width: 961px) {
  #index .contents .lead .leadInner {
    padding: calc(100vh + 11.25rem) 0 11.25rem;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents .lead .leadInner {
    padding: calc(100vh + 7.25rem) 2rem 11.25rem;
  }
}
#index .contents .lead .txt {
  width: 100%;
  /*
  @include sp(1550px){
  	margin: 0 0 0 calc(45vw + (64/560)*100%);
  }

  @include sp(1250px){
  	margin: 0 0 0 50vw;
  }

  @include sp{
  	width: fit-content;
  	margin: 0 auto;
  }
  */
}
@media only screen and (min-width: 961px) {
  #index .contents .lead .txt {
    margin-left: 54vw;
  }
}
#index .contents .lead .txt p {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 3.125rem 0 0;
}
@media only screen and (max-width: 960px) {
  #index .contents .lead .txt p {
    font-size: 3.2vw;
  }
}
#index .contents .lead .txt p:first-of-type {
  margin: 0;
}
#index .contents .lead .txt p span {
  display: flex;
  height: 1em;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 960px) {
  #index .contents .lead .txt p span {
    margin-top: 1.25em;
  }
}
#index .contents .lead .txt p span:first-child {
  margin-top: 0;
}
#index .contents .lead .txt p span.play span {
  transform: translateY(0);
  opacity: 1;
}
#index .contents .lead .txt p span span {
  display: block;
  margin-top: 0;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0.75em);
  opacity: 0;
}
#index .contents .lead .txt p span span:nth-child(0) {
  transition-delay: 0s;
}
#index .contents .lead .txt p span span:nth-child(1) {
  transition-delay: 0.03125s;
}
#index .contents .lead .txt p span span:nth-child(2) {
  transition-delay: 0.0625s;
}
#index .contents .lead .txt p span span:nth-child(3) {
  transition-delay: 0.09375s;
}
#index .contents .lead .txt p span span:nth-child(4) {
  transition-delay: 0.125s;
}
#index .contents .lead .txt p span span:nth-child(5) {
  transition-delay: 0.15625s;
}
#index .contents .lead .txt p span span:nth-child(6) {
  transition-delay: 0.1875s;
}
#index .contents .lead .txt p span span:nth-child(7) {
  transition-delay: 0.21875s;
}
#index .contents .lead .txt p span span:nth-child(8) {
  transition-delay: 0.25s;
}
#index .contents .lead .txt p span span:nth-child(9) {
  transition-delay: 0.28125s;
}
#index .contents .lead .txt p span span:nth-child(10) {
  transition-delay: 0.3125s;
}
#index .contents .lead .txt p span span:nth-child(11) {
  transition-delay: 0.34375s;
}
#index .contents .lead .txt p span span:nth-child(12) {
  transition-delay: 0.375s;
}
#index .contents .lead .txt p span span:nth-child(13) {
  transition-delay: 0.40625s;
}
#index .contents .lead .txt p span span:nth-child(14) {
  transition-delay: 0.4375s;
}
#index .contents .lead .txt p span span:nth-child(15) {
  transition-delay: 0.46875s;
}
#index .contents .lead .txt p span span:nth-child(16) {
  transition-delay: 0.5s;
}
#index .contents .lead .txt p span span:nth-child(17) {
  transition-delay: 0.53125s;
}
#index .contents .lead .txt p span span:nth-child(18) {
  transition-delay: 0.5625s;
}
#index .contents .lead .txt p span span:nth-child(19) {
  transition-delay: 0.59375s;
}
#index .contents .lead .txt p span span:nth-child(20) {
  transition-delay: 0.625s;
}
#index .contents .lead .txt img {
  height: 9.78258125rem;
  margin: 7.25rem 0 0;
  transition: 1s;
  opacity: 0;
  filter: blur(32px);
}
@media only screen and (max-width: 960px) {
  #index .contents .lead .txt img {
    height: 6.5217208333rem;
  }
}
#index .contents .lead .txt img.play {
  opacity: 1;
  filter: blur(0);
}
#index .contents .lead .main_lead {
  transition: 1s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 961px) {
  #index .contents .lead .main_lead {
    width: 3rem;
    position: fixed;
    top: min(9.5625rem,(153/900)*100vh);
    right: 9.5vw;
    transform: translateX(50%);
    z-index: 2;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents .lead .main_lead {
    width: 8vw;
    position: fixed;
    right: 2rem;
    top: 7.6923076923rem;
  }
}
#index .contents .lead .main_lead.show {
  opacity: 1;
  visibility: visible;
}
#index .contents .lead .main_lead.show::after {
  height: 100%;
}
#index .contents .lead .main_lead.show svg path {
  opacity: 1;
}
#index .contents .lead .main_lead.show svg path:nth-child(0) {
  transition-delay: 0s;
}
#index .contents .lead .main_lead.show svg path:nth-child(1) {
  transition-delay: 0.0625s;
}
#index .contents .lead .main_lead.show svg path:nth-child(2) {
  transition-delay: 0.125s;
}
#index .contents .lead .main_lead.show svg path:nth-child(3) {
  transition-delay: 0.1875s;
}
#index .contents .lead .main_lead.show svg path:nth-child(4) {
  transition-delay: 0.25s;
}
#index .contents .lead .main_lead.show svg path:nth-child(5) {
  transition-delay: 0.3125s;
}
#index .contents .lead .main_lead.show svg path:nth-child(6) {
  transition-delay: 0.375s;
}
#index .contents .lead .main_lead.show svg path:nth-child(7) {
  transition-delay: 0.4375s;
}
#index .contents .lead .main_lead.show svg path:nth-child(8) {
  transition-delay: 0.5s;
}
#index .contents .lead .main_lead.show svg path:nth-child(9) {
  transition-delay: 0.5625s;
}
#index .contents .lead .main_lead.show svg path:nth-child(10) {
  transition-delay: 0.625s;
}
#index .contents .lead .main_lead.show svg path:nth-child(11) {
  transition-delay: 0.6875s;
}
#index .contents .lead .main_lead.show svg path:nth-child(12) {
  transition-delay: 0.75s;
}
#index .contents .lead .main_lead.show svg path:nth-child(13) {
  transition-delay: 0.8125s;
}
#index .contents .lead .main_lead.show svg path:nth-child(14) {
  transition-delay: 0.875s;
}
#index .contents .lead .main_lead.show svg path:nth-child(15) {
  transition-delay: 0.9375s;
}
#index .contents .lead .main_lead.show svg path:nth-child(16) {
  transition-delay: 1s;
}
#index .contents .lead .main_lead.show svg path:nth-child(17) {
  transition-delay: 1.0625s;
}
#index .contents .lead .main_lead.show svg path:nth-child(18) {
  transition-delay: 1.125s;
}
#index .contents .lead .main_lead.show svg path:nth-child(19) {
  transition-delay: 1.1875s;
}
#index .contents .lead .main_lead.show svg path:nth-child(20) {
  transition-delay: 1.25s;
}
#index .contents .lead .main_lead::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #222222;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.75s cubic-bezier(0.5, 0, 0.75, 0);
}
#index .contents .lead .main_lead svg path {
  fill: #222222;
  transition: 0.5s;
  transition-delay: 0;
  opacity: 0;
}
#index .contents .lead .scroll {
  position: fixed;
  bottom: min(4.375rem,(70/900)*100vh);
  right: 9.5vw;
  z-index: 2;
  transition: 1s;
  transform: translateX(50%);
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 960px) {
  #index .contents .lead .scroll {
    right: calc(4vw + 2rem);
  }
}
#index .contents .lead .scroll.hide {
  opacity: 0;
  visibility: hidden;
}
#index .contents .lead .scroll img {
  width: 0.525rem;
}
@keyframes line_move {
  0% {
    height: 0;
    top: 1.875rem;
    opacity: 1;
  }
  30% {
    height: min(4.375rem,(70/900)*100vh);
    opacity: 1;
  }
  100% {
    height: 0;
    top: calc(1.875rem + min(4.375rem,(65/900)*100vh));
    opacity: 0;
  }
}
#index .contents .lead .scroll::after {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: 50%;
  width: 0.0625rem;
  height: min(4.375rem,(70/900)*100vh);
  background: #222;
  animation: line_move 1.4s ease-in-out infinite;
  opacity: 0;
}
#index .contents #showcase {
  width: 100%;
  padding: 10.4375rem 0 0;
  position: relative;
}
#index .contents #showcase.show .bg {
  opacity: 1;
}
#index .contents #showcase .bg {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgb(236, 240, 247);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .bg {
    height: 100lvh;
  }
}
#index .contents #showcase .inner {
  width: calc(100% - 4rem);
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
#index .contents #showcase .inner .japan {
  width: 69.6194553571%;
  top: -2.25rem;
  right: -2.8125rem;
  position: absolute;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner .japan {
    right: 0;
  }
}
#index .contents #showcase .inner h2 img {
  height: 4.1875rem;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner h2 img {
    height: 2.7916666667rem;
  }
}
#index .contents #showcase .inner h2 span {
  display: block;
  font-size: 1.25rem;
  margin: 1.25rem 0 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner h2 span {
    font-size: 0.8333333333rem;
  }
}
#index .contents #showcase .inner h3 {
  line-height: 1;
  margin: 7.8125rem 0 0;
  padding: 0 0 0 5rem;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner h3 {
    padding: 0 0 0 2.5rem;
  }
}
#index .contents #showcase .inner h3.jp {
  margin: 3.25rem 0 0;
  padding: 0 0 1.0625rem 0;
}
@media only screen and (min-width: 961px) {
  #index .contents #showcase .inner h3.jp::before {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner h3.jp {
    margin: 6.5rem 0 0;
  }
  #index .contents #showcase .inner h3.jp::before {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
#index .contents #showcase .inner h3.jp span:first-child {
  font-size: 2.5rem;
  margin-left: 0;
  position: relative;
}
#index .contents #showcase .inner h3.jp span:first-child::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: #222;
  left: 0;
  bottom: -1rem;
  position: absolute;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner h3.jp span:first-child::before {
    display: none;
  }
}
#index .contents #showcase .inner h3.jp span.mff {
  font-size: 3.125rem;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner h3.jp span.mff {
    font-size: 3.0769230769rem;
  }
}
#index .contents #showcase .inner h3.margin168 {
  margin: 10.5rem 0 0;
}
@media only screen and (min-width: 961px) {
  #index .contents #showcase .inner h3.margin168 span {
    margin: 0 0 0 3.875rem;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner h3.margin168 {
    margin: 7rem 0 0;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner h3 .spBlock {
    display: block;
    line-height: 1.5;
    margin: 0.5em 0 -0.25em;
  }
}
#index .contents #showcase .inner h3::before {
  content: "";
  width: 4.125rem;
  height: 0.0625rem;
  background: #222;
  position: absolute;
  top: 1.6875rem;
  left: 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner h3::before {
    width: 2.0625rem;
  }
}
#index .contents #showcase .inner h3.scheme {
  margin-top: min(18.75rem,18.75vw);
}
#index .contents #showcase .inner h3 img {
  display: inline-block;
  height: 2.75rem;
}
#index .contents #showcase .inner h3 span {
  font-size: 1.25rem;
}
@media only screen and (min-width: 961px) {
  #index .contents #showcase .inner h3 span {
    display: inline-block;
    margin: 0 0 0 3.125rem;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner h3 span {
    display: block;
    margin-top: 0.7692307692rem;
  }
}
#index .contents #showcase .inner .area {
  font-size: 2rem;
  margin: 2.6875rem 0 0 4.6875rem;
  line-height: 1.2083333333;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner .area {
    margin: 2.6875rem 0 0 2.34375rem;
    position: relative;
    z-index: 1;
  }
}
#index .contents #showcase .inner .area strong {
  font-size: 3rem;
}
#index .contents #showcase .inner .data {
  width: 17rem;
  padding: 4rem 1.4375rem 1.625rem;
  border: 1px solid #DFB4D0;
  border-radius: 0.9375rem;
  margin: 2.25rem 0 0 5rem;
  background: url(../img/data.svg);
  background-repeat: no-repeat;
  background-position: 1.4375rem 1.25rem;
  background-size: auto 1.44756875rem;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner .data {
    margin: 2.25rem 0 10rem 2.5rem;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 450px) {
  #index .contents #showcase .inner .data {
    width: calc(100% - 4.75rem);
  }
}
#index .contents #showcase .inner .data p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
#index .contents #showcase .inner .data p small {
  font-size: 0.75rem;
  font-weight: 400;
}
#index .contents #showcase .inner .data span {
  display: block;
  width: 25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
}
#index .contents #showcase .inner .data span a {
  color: #0066C0;
  text-decoration: underline;
}
#index .contents #showcase .inner .data span a:hover {
  opacity: 1;
  text-decoration: none;
}
@media only screen and (max-width: 450px) {
  #index .contents #showcase .inner .data span {
    width: 100%;
  }
}
@media only screen and (min-width: 961px) {
  #index .contents #showcase .inner .scheme_img {
    padding: 0 3.125rem 0 5rem;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner .scheme_img {
    max-width: 20.6153846154rem;
    margin: 2.6875rem auto 0;
  }
}
#index .contents #showcase .inner .scheme_img img {
  width: 100%;
}
#index .contents #showcase .inner .list {
  margin: 6rem 0 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner .list {
    margin: 4.5rem 0 0;
  }
}
#index .contents #showcase .inner .list li {
  display: flex;
}
@media only screen and (min-width: 961px) {
  #index .contents #showcase .inner .list li {
    justify-content: space-between;
    align-items: flex-start;
    margin: 6rem 0 0;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner .list li {
    flex-wrap: wrap;
    margin: 4.5rem 0 0;
  }
}
#index .contents #showcase .inner .list li:first-child {
  margin: 0;
}
@media only screen and (min-width: 961px) {
  #index .contents #showcase .inner .list li:nth-child(even) .img {
    order: 2;
  }
  #index .contents #showcase .inner .list li:nth-child(even) .txt {
    order: 1;
  }
  #index .contents #showcase .inner .list li:nth-child(even) .txt .num::after {
    content: "";
    left: unset;
    right: 0.625rem;
  }
  #index .contents #showcase .inner .list li:nth-child(even) .txt .num img {
    margin: 0 0 0 auto;
  }
  #index .contents #showcase .inner .list li:nth-child(even) .txt .title {
    text-align: right;
  }
}
#index .contents #showcase .inner .list li .img {
  width: 53.5714285714%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner .list li .img {
    width: 100%;
    order: 2;
    margin: 2rem 0 0;
  }
}
#index .contents #showcase .inner .list li .img img {
  width: 100%;
}
#index .contents #showcase .inner .list li .img .abs01 {
  width: 51.6666666667%;
  right: -40%;
  bottom: -4.5rem;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 1600px) {
  #index .contents #showcase .inner .list li .img .abs01 {
    right: min(-2rem, (100vw - 1120px) / 2 * -1);
  }
}
@media only screen and (max-width: 1200px) {
  #index .contents #showcase .inner .list li .img .abs01 {
    display: none;
  }
}
#index .contents #showcase .inner .list li .img .abs02 {
  width: 45%;
  left: -20.6666666667%;
  bottom: -4.4375rem;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  #index .contents #showcase .inner .list li .img .abs02 {
    display: none;
  }
}
#index .contents #showcase .inner .list li .txt {
  width: 42.8571428571%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .inner .list li .txt {
    width: 100%;
    order: 1;
  }
}
#index .contents #showcase .inner .list li .txt .abs03 {
  width: 80%;
  left: -60.4166666667%;
  top: -9.75rem;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 1300px) {
  #index .contents #showcase .inner .list li .txt .abs03 {
    display: none;
  }
}
#index .contents #showcase .inner .list li .txt .num {
  display: block;
  padding: 0 0 1.5625rem;
  position: relative;
}
#index .contents #showcase .inner .list li .txt .num::after {
  content: "";
  width: 1.25rem;
  height: 0.125rem;
  left: 0.625rem;
  bottom: 0;
  background: #222;
  position: absolute;
}
#index .contents #showcase .inner .list li .txt .num img {
  height: 3.125rem;
}
#index .contents #showcase .inner .list li .txt .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.1875rem 0 0;
}
#index .contents #showcase .inner .list li .txt p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 1rem 0 0;
}
#index .contents #showcase .inner .list li .txt p img {
  height: 4.6875rem;
}
#index .contents #showcase .inner .list li .txt p a {
  color: #0066c0;
  text-decoration: underline;
}
#index .contents #showcase .inner .list li .txt .result {
  width: 100%;
  margin: 1.375rem 0 0;
  padding: 0.9375rem 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
#index .contents #showcase .inner .list li .txt .result img {
  height: 3.4375rem;
  margin: 0 auto;
}
#index .contents #showcase .population {
  height: 30vw;
  position: relative;
  margin: 11.4375rem 0 0;
  background-color: #efecf8;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .population {
    height: 76.8vw;
    margin: 7.625rem 0 0;
  }
}
#index .contents #showcase .population::before {
  content: "";
  display: block;
  background: url(../img/img09.jpg) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#index .contents #showcase .population .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.625vw;
  height: 32.625vw;
  background: rgba(252, 252, 252, 0.7);
  border-radius: 50%;
  position: relative;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .population .circle {
    width: 83.52vw;
    height: 83.52vw;
  }
}
#index .contents #showcase .population .circle::before {
  content: "";
  width: 34.5625vw;
  height: 34.5625vw;
  border: 1px solid rgba(252, 252, 252, 0.7);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .population .circle::before {
    width: 88.48vw;
    height: 88.48vw;
  }
}
#index .contents #showcase .population .circle .txt {
  pointer-events: auto;
  text-align: center;
}
#index .contents #showcase .population .circle .txt img {
  width: 16.44445625vw;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .population .circle .txt img {
    width: 52.62226vw;
  }
}
#index .contents #showcase .population .circle .txt p {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 1.25vw 0 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .population .circle .txt p {
    font-size: 3.2vw;
  }
}
#index .contents #showcase .population .circle .txt .fs24 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .population .circle .txt .fs24 {
    font-size: 4vw;
  }
}
#index .contents #showcase .population .circle .txt .fs56 {
  font-size: 3.5vw;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  line-height: 1.2857142857;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #showcase .population .circle .txt .fs56 {
    font-size: 8.4vw;
  }
}
#index .contents #vision {
  width: 100%;
  padding: 8.375rem 0 9.875rem;
  background: url(../img/vision_bg.jpg) center top/cover no-repeat;
}
#index .contents #vision .inner {
  width: calc(100% - 4rem);
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
#index .contents #vision .inner h2 img {
  height: 4.125rem;
}
@media only screen and (max-width: 960px) {
  #index .contents #vision .inner h2 img {
    height: 2.75rem;
  }
}
#index .contents #vision .inner h2 span {
  display: block;
  font-size: 1.25rem;
  margin: 1.25rem 0 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #vision .inner h2 span {
    font-size: 0.8333333333rem;
  }
}
#index .contents #vision .inner .step {
  width: 100%;
  position: relative;
  height: auto;
}
@media only screen and (min-width: 961px) {
  #index .contents #vision .inner .step {
    margin: 5rem 0 0;
  }
  #index .contents #vision .inner .step::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 52.8125%;
    /*
    @include sp{
    	padding-top: (592/1120)*100%;
    }
    */
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #vision .inner .step {
    margin: 3.3333333333rem 0 0;
  }
}
@media only screen and (min-width: 961px) {
  #index .contents #vision .inner .step ul {
    display: flex;
    gap: 0 2.3214285714%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
}
#index .contents #vision .inner .step ul li {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 961px) {
  #index .contents #vision .inner .step ul li {
    width: 32.4404761905%;
    height: 100%;
    padding: 3.6607142857% 5.7142857143% 4.5535714286% 3.5714285714%;
  }
  #index .contents #vision .inner .step ul li:last-child {
    width: 30.3571428571%;
    padding-right: 3.5714285714%;
  }
  #index .contents #vision .inner .step ul li:last-child::before {
    background: url(../img/flame2.svg) left top/cover no-repeat;
  }
  #index .contents #vision .inner .step ul li::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/flame1.svg) left top/cover no-repeat;
    position: absolute;
    pointer-events: none;
    z-index: -1;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #vision .inner .step ul li {
    width: 100%;
    padding-top: 11vw;
    padding-bottom: 16vw;
    margin: 3.125rem 0 0;
  }
  #index .contents #vision .inner .step ul li::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/_flame1_1.svg), url(../img/_flame1_3.svg);
    background-position: left top, left bottom 1px;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
    position: absolute;
    pointer-events: none;
    z-index: -1;
  }
  #index .contents #vision .inner .step ul li:last-child {
    padding-top: 0;
    padding-bottom: 12vw;
  }
  #index .contents #vision .inner .step ul li:last-child::before {
    background-image: url(../img/_flame1_3w.svg);
    background-position: left bottom 1px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #index .contents #vision .inner .step ul li:last-child .step_img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
#index .contents #vision .inner .step ul li .step_img {
  height: 18.6186186186%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  #index .contents #vision .inner .step ul li .step_img {
    height: 24vw;
    margin-bottom: 6vw;
  }
}
#index .contents #vision .inner .step ul li .txt_inner {
  height: 51.4514514515%;
}
@media only screen and (max-width: 960px) {
  #index .contents #vision .inner .step ul li .txt_inner {
    width: 100%;
    height: auto;
    background: #fcfcfc url(../img/_flame1_2.svg) left top repeat-y;
    background-size: 100%;
    margin: -0.0625rem 0 0;
    padding: 4vw 2.5rem;
  }
}
#index .contents #vision .inner .step ul li .txt_inner .step_txt {
  height: 100%;
  margin: 27.0588235294% auto 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #vision .inner .step ul li .txt_inner .step_txt {
    height: 19.7692307692rem;
    margin: 8vw auto 0;
  }
}
#index .contents #vision .inner .step ul li dl {
  position: relative;
  z-index: 1;
  margin: 25.3443526171% 0 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #vision .inner .step ul li dl {
    width: 100%;
    background: url(../img/_flame1_2.svg) left top repeat-y;
    background-size: 100%;
    margin: 0;
    padding: 8vw 2.5rem 0;
  }
}
#index .contents #vision .inner .step ul li dl dt {
  font-size: 2.25rem;
  line-height: 1.5555555556;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 1184px) {
  #index .contents #vision .inner .step ul li dl dt {
    font-size: 2.6785714286vw;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #vision .inner .step ul li dl dt {
    font-size: 2.25rem;
    line-height: 1.1666;
  }
}
#index .contents #vision .inner .step ul li dl dd {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin: 17.3553719008% 0 0;
}
@media only screen and (max-width: 1184px) {
  #index .contents #vision .inner .step ul li dl dd {
    font-size: 1.7857142857vw;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #vision .inner .step ul li dl dd {
    font-size: 1.25rem;
    margin: 1.96875rem 0 0;
  }
}
#index .contents #message {
  width: 100%;
  padding: 6.8125rem 0 7.75rem;
  background: #fcfcfc;
}
#index .contents #message .inner {
  width: calc(100% - 4rem);
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#index .contents #message .inner h2 img {
  height: 3.4375rem;
}
@media only screen and (max-width: 960px) {
  #index .contents #message .inner h2 img {
    height: 2.2916666667rem;
  }
}
#index .contents #message .inner h2 span {
  display: block;
  font-size: 1.25rem;
  margin: 0.4375rem 0 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #message .inner h2 span {
    font-size: 0.8333333333rem;
  }
}
#index .contents #message .inner .flex {
  display: flex;
  align-items: center;
  margin: 0.6875rem 0 0;
  gap: 0 2.6875rem;
}
@media only screen and (max-width: 960px) {
  #index .contents #message .inner .flex {
    flex-wrap: wrap;
  }
}
#index .contents #message .inner .flex .img {
  flex-shrink: 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #message .inner .flex .img {
    width: 100%;
  }
}
#index .contents #message .inner .flex .img img {
  height: 17.375rem;
}
@media only screen and (max-width: 960px) {
  #index .contents #message .inner .flex .img img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 961px) {
  #index .contents #message .inner .flex .txt {
    padding: 3.5625rem 2.8125rem 3.4375rem 4.4375rem;
    background-image: url(../img/flame3.svg), url(../img/flame4.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
  }
}
@media only screen and (max-width: 960px) {
  #index .contents #message .inner .flex .txt {
    margin: 2rem 0 0;
  }
}
#index .contents #message .inner .flex .txt p {
  line-height: 2;
  font-weight: 400;
}
#index .contents #message .inner .flex .txt .name {
  height: 1.16735625rem;
  margin: 3.5rem 0 0;
}
#index .contents #media {
  width: 100%;
  padding: 6.8125rem 0 7.75rem;
  background: url(../img/media_bg.jpg) center top/cover no-repeat;
}
#index .contents #media .inner {
  width: calc(100% - 4rem);
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#index .contents #media .inner h2 img {
  height: 2.75rem;
}
@media only screen and (max-width: 960px) {
  #index .contents #media .inner h2 img {
    height: 1.8333333333rem;
  }
}
#index .contents #media .inner h2 span {
  display: block;
  font-size: 1.25rem;
  margin: 1.3125rem 0 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #media .inner h2 span {
    font-size: 0.8333333333rem;
  }
}
#index .contents #media .inner .media {
  width: 100%;
  margin: 5rem 0 0;
  border-top: 1px solid #222222;
}
#index .contents #media .inner .media li {
  display: flex;
  background: #fcfcfc;
  border-bottom: 1px solid #222222;
  padding: 2rem 1.5rem;
}
@media only screen and (max-width: 960px) {
  #index .contents #media .inner .media li {
    flex-wrap: wrap;
  }
}
#index .contents #media .inner .media li .date {
  width: 8.4375rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#index .contents #media .inner .media li .title {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#index .contents #media .inner .media li .title a {
  color: #0066c0;
  text-decoration: underline;
}
#index .contents #media .inner .pager {
  margin: 4.1875rem 0 0;
}
#index .contents #media .inner .pager ul {
  display: flex;
  justify-content: center;
  gap: 0 1.5625rem;
}
#index .contents #media .inner .pager ul li {
  width: 1.875rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  padding: 0.4375rem 0;
}
#index .contents #media .inner .pager ul li.on {
  background: #9dccdc;
}
#index .contents #contact {
  width: 100%;
  padding: 6.8125rem 0 11rem;
  background: #fcfcfc;
}
#index .contents #contact .inner {
  width: calc(100% - 4rem);
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#index .contents #contact .inner h2 img {
  height: 2.8125rem;
}
@media only screen and (max-width: 960px) {
  #index .contents #contact .inner h2 img {
    height: 1.875rem;
  }
}
#index .contents #contact .inner h2 span {
  display: block;
  font-size: 1.25rem;
  margin: 1.1875rem 0 0;
}
@media only screen and (max-width: 960px) {
  #index .contents #contact .inner h2 span {
    font-size: 0.8333333333rem;
  }
}
#index .contents #contact .inner p {
  font-size: 1.5rem;
  line-height: 2;
  margin: 4.9375rem 0 0;
}
#index .contents #contact .inner .form {
  margin: 3.625rem 0 0;
}
#index .contents #contact .inner .form dl {
  margin: 4.0625rem 0 0;
}
#index .contents #contact .inner .form dl:first-of-type {
  margin: 0;
}
#index .contents #contact .inner .form dl dt {
  font-size: 1.3125rem;
  line-height: 1.9047619048;
}
#index .contents #contact .inner .form dl dd {
  margin: 0.625rem 0 0;
}
#index .contents #contact .inner .form dl dd input, #index .contents #contact .inner .form dl dd textarea {
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #222;
  outline: none;
  font-size: 1.3125rem;
  line-height: 2.5;
  padding: 0.5rem 1rem;
}
#index .contents #contact .inner .form dl dd input.error, #index .contents #contact .inner .form dl dd textarea.error {
  background: #facccc;
}
#index .contents #contact .inner .form .checkbox {
  margin: 4.0625rem 0 0;
}
#index .contents #contact .inner .form .checkbox label {
  position: relative;
  cursor: pointer;
}
#index .contents #contact .inner .form .checkbox label span {
  display: inline;
  padding-left: 1.5625rem;
  line-height: 1.5625rem;
}
#index .contents #contact .inner .form .checkbox label span::before {
  background: transparent;
  border: 1px solid #222;
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  left: 0;
  top: 0.125rem;
  position: absolute;
}
#index .contents #contact .inner .form .checkbox label span::after {
  content: "";
  display: block;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  width: 0.375rem;
  height: 0.625rem;
  left: 0.375rem;
  top: 0.1875rem;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
}
#index .contents #contact .inner .form .checkbox label span a {
  color: #0066c0;
  text-decoration: underline;
}
#index .contents #contact .inner .form .checkbox label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
#index .contents #contact .inner .form .checkbox label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
#index .contents #contact .inner .form .recaptcha {
  text-align: center;
  margin: 3rem 0 0;
}
#index .contents #contact .inner .form .recaptcha #gr_checkbox > div {
  margin: 0 auto;
}
#index .contents #contact .inner .form .center {
  text-align: center;
  margin: 4rem 0 0;
}
#index .contents #contact .inner .form .center .btn {
  width: 17rem;
  height: 5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #9dccdc;
  color: #fcfcfc;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  transition: 0.375s;
}
#index .contents #contact .inner .form .center .btn:hover {
  background: #57A8C3;
}
#index .contents #contact .inner .form .center .btn:disabled {
  cursor: default;
  background: #9dccdc;
}

#policy .contents {
  width: 100%;
  padding: 11.9375rem 0 10.8125rem;
  background: #fff;
}
#policy .contents .inner {
  width: calc(100% - 4rem);
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#policy .contents .inner h1 img {
  height: 3.4375rem;
}
#policy .contents .inner h1 span {
  display: block;
  font-size: 1.25rem;
  margin: 0.5rem 0 0;
}
#policy .contents .inner h2 {
  margin: 4.875rem 0 0;
  font-size: 120%;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  #policy .contents .inner h2 {
    margin: 3.25rem 0 0;
  }
}
#policy .contents .inner p {
  font-weight: 400;
  line-height: 2;
  font-feature-settings: "palt" 1;
}
#policy .contents .inner p:first-of-type {
  margin: 8.375rem 0 0;
}
@media only screen and (max-width: 960px) {
  #policy .contents .inner p:first-of-type {
    margin: 5.5833333333rem 0 0;
  }
}
#policy .contents .inner ul li {
  font-weight: 400;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 2;
}
#policy .contents .inner ol.mgt > li {
  margin-top: 2.5rem;
}
#policy .contents .inner ol > li {
  font-weight: 400;
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
#policy .contents .inner ol > li a {
  color: #0066C0;
  text-decoration: underline;
}
#policy .contents .inner ol > li a:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  #policy .contents .inner ol > li > ul {
    padding-left: 0.5rem;
  }
}

#thanks .contents {
  width: 100%;
  padding: 11.9375rem 0 10.8125rem;
  background: #fff;
}
#thanks .contents .inner {
  width: calc(100% - 4rem);
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#thanks .contents .inner h1 img {
  height: 3.4375rem;
}
#thanks .contents .inner h1 span {
  display: block;
  font-size: 1.25rem;
  margin: 1.25rem 0 0;
}
#thanks .contents .inner p {
  line-height: 2;
  font-feature-settings: "palt" 1;
}
#thanks .contents .inner p:first-of-type {
  margin: 8.375rem 0 0;
}
@media only screen and (max-width: 960px) {
  #thanks .contents .inner p:first-of-type {
    margin: 5.5833333333rem 0 0;
  }
}

@media screen and (min-width: 961px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 13px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: auto;
  }
}/*# sourceMappingURL=layout.css.map */