/* 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;
}

body {
  height: 100%;
  overflow-x: hidden;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: justify;
  position: relative;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

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%);
}

.cm_link {
  display: block;
  width: 18.75rem;
  height: 3.125rem;
  background: rgb(214, 54, 120);
  border-radius: 0.3125rem;
  position: relative;
  margin: 4rem auto 0;
}
.cm_link span {
  color: #FFF;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 800px) {
  .header {
    display: none;
  }
}
.header .box {
  color: #FFF;
  position: fixed;
  top: 50%;
  left: calc((50% - 16rem) / 2);
  transform: translateX(-50%) translateY(-50%);
}
.header .box .logo {
  width: 8rem;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.header .box .logo + dl {
  margin-top: 5rem;
}
.header .box dl {
  margin-top: 2rem;
}
.header .box dl dt {
  font-weight: bold;
}
.header .box dl dd {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: calc(1rem - 0.375em) 0 -0.375em;
}
.header nav .nav {
  width: calc(100% - 4rem);
  max-width: 10rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
  position: fixed;
  left: calc(50% + 2rem + 16rem);
  top: 7.5rem;
  z-index: 3;
}
.header nav .nav li a {
  display: block;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
  border: 1px solid #FFF;
  border-radius: 1.5rem;
}
.header nav .nav li a.disable {
  cursor: default;
}
.header .menu {
  display: none;
  width: 5.25rem;
  height: 5.25rem;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  background: linear-gradient(90deg, rgb(229, 82, 149) 0%, rgb(0, 117, 191) 100%);
}
@media only screen and (max-width: 800px) {
  .header .menu {
    display: block;
  }
}
.header .menu div {
  display: block;
  width: 2.5rem;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  transition: 0.25s;
}
.header .menu .bar {
  top: calc(50% - 0.5rem);
}
.header .menu .bar2 {
  bottom: calc(50% - 0.5rem);
}
.header .menu.open .bar {
  top: calc(50% - 1px);
  transform: rotate(315deg);
}
.header .menu.open .bar2 {
  bottom: calc(50% - 1px);
  transform: rotate(-315deg);
}

footer {
  text-align: center;
}
footer .copyright {
  display: block;
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  margin-top: 3rem;
}

.slide_loop {
  width: 100%;
  position: relative;
}
.slide_loop.center {
  overflow: visible;
}
.slide_loop.center .mask {
  overflow: visible;
}
.slide_loop.center .mask .image {
  position: static;
}
.slide_loop.center .thum {
  display: none;
}
.slide_loop .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slide_loop .mask .image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.slide_loop .mask .image.active {
  transition: 0.75s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.subPage {
  padding: 5rem 0;
  background: linear-gradient(90deg, rgba(246, 191, 106, 0.94) 0%, rgba(214, 54, 120, 0.94) 100%);
  position: relative;
}
@media only screen and (max-width: 800px) {
  .subPage {
    padding: 2rem 0;
  }
}
.subPage::after {
  content: "";
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: url(../img/bg.png) center/cover no-repeat;
  position: fixed;
  mix-blend-mode: soft-light;
}
.subPage .contents {
  width: calc(100% - 4rem);
  max-width: 32rem;
  min-height: calc(100vh - 13.75rem);
  margin: 0 auto;
  padding: 5rem 0;
  background: #FFF;
  border-radius: 2.5rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .subPage .contents {
    min-height: calc(100vh - 7.75rem);
  }
}
.subPage .contents > section {
  padding: 0 4rem;
}
@media only screen and (max-width: 800px) {
  .subPage .contents > section {
    padding: 0 2rem;
  }
}
.subPage .contents h1 {
  width: 12.5rem;
  margin: 0 auto;
}
.subPage .contents h1 span {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
}

#index {
  padding: 5rem 0;
  background: linear-gradient(90deg, rgba(246, 191, 106, 0.94) 0%, rgba(214, 54, 120, 0.94) 100%);
  position: relative;
}
@media only screen and (max-width: 800px) {
  #index {
    padding: 2rem 0;
  }
}
#index::after {
  content: "";
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: url(../img/bg.png) center/cover no-repeat;
  position: fixed;
  mix-blend-mode: soft-light;
}
#index .contents {
  width: calc(100% - 4rem);
  max-width: 32rem;
  margin: 0 auto;
  padding: 5rem 0 0;
  background: #FFF;
  border-radius: 2.5rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index .contents > section {
  padding: 0 4rem;
}
@media only screen and (max-width: 800px) {
  #index .contents > section {
    padding: 0 2rem;
  }
}
#index .contents p {
  line-height: 2;
  margin: calc(3.5rem - 0.5em) 0 -0.5em;
}
#index .contents p.center {
  text-align: center;
}
#index .contents .fs24 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
#index .contents h1 {
  width: 12.5rem;
  margin: 0 auto;
}
#index .contents h1 span {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
}
#index .contents h2 {
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  display: inline-block;
  background: linear-gradient(90deg, rgba(246, 191, 106, 0.94) 0%, rgba(214, 54, 120, 0.94) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-bottom: 1rem;
  margin-top: 7.875rem;
}
#index .contents h2::after {
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(246, 191, 106, 0.94) 0%, rgba(214, 54, 120, 0.94) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
#index .contents .img_loop {
  display: flex;
  gap: 1.75rem;
  margin-top: 5rem;
  flex-shrink: 0;
  animation: scroll-left 30s infinite linear both;
}
#index .contents .img_loop li {
  width: 19.9375rem;
  flex-shrink: 0;
}
#index .contents .img_loop li img {
  border-radius: 1.25rem;
}
#index .contents .center-slider {
  margin-top: 5rem;
}
#index .contents .center-slider .swiper-wrapper {
  display: flex;
}
#index .contents .center-slider .swiper-wrapper .swiper-slide {
  width: 19.9375rem;
  flex-shrink: 0;
}
#index .contents .center-slider .swiper-wrapper .swiper-slide img {
  border-radius: 1.25rem;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#index .contents #value {
  position: relative;
}
#index .contents #value::after {
  width: 9rem;
  aspect-ratio: 144/80;
  content: "";
  background: url(../img/01.svg) center/cover no-repeat;
  position: absolute;
  right: 2rem;
  bottom: -6rem;
}
#index .contents #value dl {
  margin-top: 3.5rem;
}
#index .contents #value dl dt {
  font-weight: bold;
  font-size: 1.25rem;
}
#index .contents #value dl dd {
  line-height: 1.75;
  margin: calc(1.5rem - 0.375em) 0 -0.375em;
}
#index .contents #business {
  background: rgba(246, 191, 106, 0.2);
  border-radius: 2.5rem 2.5rem 0 0;
  margin-top: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#index .contents #business h2 {
  margin: 0;
}
#index .contents #business h2 + dl {
  margin-top: 3.5rem;
}
#index .contents #business dl {
  margin-top: 2rem;
}
#index .contents #business dl dt {
  font-weight: bold;
}
#index .contents #business dl dd {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: calc(1rem - 0.375em) 0 -0.375em;
}
#index .contents #corporate_Info {
  background: rgba(246, 191, 106, 0.2);
}
#index .contents #corporate_Info h2 {
  margin: 0;
}
#index .contents #corporate_Info table {
  width: 100%;
  border-bottom: 1px solid #f6bf6a;
  margin-top: 3.5rem;
}
#index .contents #corporate_Info table th {
  font-weight: bold;
  padding: 2rem 0;
  border-top: 1px solid #f6bf6a;
}
#index .contents #corporate_Info table td {
  padding: 2rem 0;
  border-top: 1px solid #f6bf6a;
}
#index .contents #contact {
  background: rgba(246, 191, 106, 0.2);
  border-radius: 0 0 2.5rem 2.5rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#index .contents #contact h2 {
  margin: 0;
}
#index .contents #contact p a {
  text-decoration: underline;
}
#index .contents #contact p a:hover {
  text-decoration: none;
}
#index .contents #contact .mw_wp_form {
  margin: 2rem auto 0;
}
#index .contents #contact .mw_wp_form .need {
  display: inline-block;
  color: #F00C38;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
#index .contents #contact .mw_wp_form .error {
  margin: 0.5rem 0 0;
}
#index .contents #contact .mw_wp_form dl {
  margin-top: 1.25rem;
}
#index .contents #contact .mw_wp_form dl:first-child dt {
  border-top: none;
}
@media only screen and (max-width: 800px) {
  #index .contents #contact .mw_wp_form dl:last-of-type {
    border: none;
  }
}
#index .contents #contact .mw_wp_form dl:last-of-type dt {
  display: block;
}
#index .contents #contact .mw_wp_form dl dt {
  font-weight: bold;
  line-height: 1.5;
  padding: 0.75rem 0;
}
@media only screen and (max-width: 800px) {
  #index .contents #contact .mw_wp_form dl dt {
    font-size: 1.0769230769rem;
  }
}
#index .contents #contact .mw_wp_form dl dt .br {
  padding: 2px 0;
}
@media only screen and (max-width: 800px) {
  #index .contents #contact .mw_wp_form dl dd {
    font-size: 1.0769230769rem;
  }
}
#index .contents #contact .mw_wp_form p.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.75rem 0 0;
}
@media only screen and (max-width: 800px) {
  #index .contents #contact .mw_wp_form p.btn {
    flex-direction: column-reverse;
  }
}
#index .contents #contact .mw_wp_form input[type=tel],
#index .contents #contact .mw_wp_form input[type=email],
#index .contents #contact .mw_wp_form input[type=text],
#index .contents #contact .mw_wp_form input[type=number],
#index .contents #contact .mw_wp_form textarea {
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 0.75em 1em;
  background: #fff;
  border: 1px solid #C6C6C6;
  -webkit-appearance: none;
  box-sizing: border-box;
}
#index .contents #contact .mw_wp_form input[type=tel]::-moz-placeholder, #index .contents #contact .mw_wp_form input[type=email]::-moz-placeholder, #index .contents #contact .mw_wp_form input[type=text]::-moz-placeholder, #index .contents #contact .mw_wp_form input[type=number]::-moz-placeholder, #index .contents #contact .mw_wp_form textarea::-moz-placeholder {
  color: #C7C7C7;
}
#index .contents #contact .mw_wp_form input[type=tel]::placeholder,
#index .contents #contact .mw_wp_form input[type=email]::placeholder,
#index .contents #contact .mw_wp_form input[type=text]::placeholder,
#index .contents #contact .mw_wp_form input[type=number]::placeholder,
#index .contents #contact .mw_wp_form textarea::placeholder {
  color: #C7C7C7;
}
#index .contents #contact .mw_wp_form .btn {
  display: flex;
  justify-content: center;
  gap: 0 3.125rem;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 800px) {
  #index .contents #contact .mw_wp_form .btn {
    flex-direction: column-reverse;
    gap: 2.0769230769rem 0;
    align-items: center;
  }
}
#index .contents #contact .mw_wp_form input[type=submit],
#index .contents #contact .mw_wp_form input[type=reset] {
  cursor: pointer;
  display: block;
  width: 18.75rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  padding: 1.25rem 0;
  background: rgb(214, 54, 120);
  border: none;
  border-radius: 0.3125rem;
  -webkit-appearance: none;
  transition: 0.25s;
}
#index .contents #contact .mw_wp_form input[type=submit]:hover,
#index .contents #contact .mw_wp_form input[type=reset]:hover {
  opacity: 0.6;
}
#index .contents #contact .mw_wp_form input[type=submit]:disabled,
#index .contents #contact .mw_wp_form input[type=reset]:disabled {
  cursor: default;
  background: #ccc;
  border: 2px solid #ccc;
}
#index .contents #contact .mw_wp_form input[type=submit]:disabled:hover,
#index .contents #contact .mw_wp_form input[type=reset]:disabled:hover {
  opacity: 1;
}
#index .contents #contact .mw_wp_form .recaptcha {
  width: 100%;
  margin: 2.75rem 0 4rem;
}
#index .contents #contact .mw_wp_form .recaptcha #gr_checkbox > div {
  margin: 0 auto;
}
#index .contents #contact .mw_wp_form input[type=reset] {
  color: #fff;
  background: #000;
  border-radius: 0.3125rem;
}

#thanks .contents p {
  line-height: 2;
  margin: calc(3.5rem - 0.5em) 0 -0.5em;
}
#thanks .contents p.center {
  text-align: center;
}

@media screen and (min-width: 801px) {
  .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: 800px) {
  .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 */