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

:root {
  --var-message-top: 0px ;
}

.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;
  text-align: justify;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

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

a {
  transition: 0.375s;
}
a:hover {
  opacity: 0.6;
}

.cm_link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  text-align: right;
  padding-right: 2.625rem;
  position: relative;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 1063px) {
  .cm_link {
    padding-right: 1.6153846154rem;
  }
}
.cm_link::after {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #EDB155;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.375rem;
  transform: translate(50%, -50%);
  transition: 0.375s;
}
@media only screen and (max-width: 1063px) {
  .cm_link::after {
    width: 0.7692307692rem;
    height: 0.7692307692rem;
  }
}
.cm_link span {
  display: block;
  font-size: 1.125rem;
  transition: 0.375s;
}
@media only screen and (max-width: 1063px) {
  .cm_link span {
    font-size: 1.0769230769rem;
  }
}
.cm_link:hover {
  opacity: 1;
}
.cm_link:hover::after {
  transform: translate(50%, -50%) scale(1.33);
}
.cm_link:hover span {
  color: #EDB155;
}

.mw_wp_form {
  margin-top: 3rem;
}
.mw_wp_form input[type=email],
.mw_wp_form input[type=text],
.mw_wp_form input[type=number],
.mw_wp_form textarea {
  border: none;
  border-radius: 0.5rem;
}
.mw_wp_form .need {
  display: inline-block;
  color: #F00C38;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.mw_wp_form .error {
  color: #ff0033 !important;
  margin-top: 0.75em;
}
.mw_wp_form dl {
  position: relative;
}
.mw_wp_form dl:first-child dt {
  border-top: none;
}
@media only screen and (max-width: 1063px) {
  .mw_wp_form dl:last-of-type {
    border: none;
  }
}
.mw_wp_form dl:last-of-type dt {
  display: block;
}
@media only screen and (min-width: 1064px) {
  .mw_wp_form dl {
    display: flex;
  }
}
.mw_wp_form dl:first-child {
  margin-top: 0;
}
.mw_wp_form dl dt {
  font-weight: bold;
  line-height: 1.5;
  padding: 1.5rem 0rem;
}
@media only screen and (min-width: 1064px) {
  .mw_wp_form dl dt {
    width: 15.625rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1063px) {
  .mw_wp_form dl dt {
    padding: 0.75rem 0rem;
  }
}
.mw_wp_form dl dt .br {
  padding: 2px 0;
}
.mw_wp_form dl dd {
  padding: 1.25rem 0rem;
}
@media only screen and (min-width: 1064px) {
  .mw_wp_form dl dd {
    width: calc(100% - 15.625rem);
  }
}
@media only screen and (max-width: 1063px) {
  .mw_wp_form dl dd {
    padding: 0.3846153846rem 0 0.5769230769rem;
  }
}
.mw_wp_form p.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.75rem 0 0;
}
@media only screen and (max-width: 1063px) {
  .mw_wp_form p.btn {
    flex-direction: column-reverse;
  }
}
.mw_wp_form input[type=tel],
.mw_wp_form input[type=email],
.mw_wp_form input[type=text],
.mw_wp_form input[type=number],
.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;
}
.mw_wp_form input[type=tel]::-moz-placeholder, .mw_wp_form input[type=email]::-moz-placeholder, .mw_wp_form input[type=text]::-moz-placeholder, .mw_wp_form input[type=number]::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder {
  color: #C7C7C7;
}
.mw_wp_form input[type=tel]::placeholder,
.mw_wp_form input[type=email]::placeholder,
.mw_wp_form input[type=text]::placeholder,
.mw_wp_form input[type=number]::placeholder,
.mw_wp_form textarea::placeholder {
  color: #C7C7C7;
}
.mw_wp_form input[type=number] {
  width: 25%;
}
.mw_wp_form select {
  display: block;
  width: 25%;
  padding: 1em 2em 1em 1em;
  border: #fff 2px solid;
  background: url(../img/select.svg) right 1.5em center/auto 0.75em no-repeat #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 980px) {
  .mw_wp_form select {
    font-size: 16px;
  }
}
.mw_wp_form .btn {
  display: flex;
  justify-content: center;
  gap: 0 3.125rem;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 1063px) {
  .mw_wp_form .btn {
    flex-direction: column-reverse;
    gap: 1.0384615385rem 0;
    align-items: center;
  }
}
.mw_wp_form input[type=submit],
.mw_wp_form input[type=reset] {
  cursor: pointer;
  display: block;
  width: 18.75rem;
  color: #fff;
  background: #FFF;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  padding: 1.25rem 0;
  background: #EDB155;
  border: none;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.25s;
  border: 2px solid #EDB155;
}
.mw_wp_form input[type=submit]:disabled,
.mw_wp_form input[type=reset]:disabled {
  cursor: default;
  background: #ccc;
  border: 2px solid #ccc;
}
.mw_wp_form input[type=submit]:disabled:hover,
.mw_wp_form input[type=reset]:disabled:hover {
  opacity: 1;
}
.mw_wp_form input[type=submit]:hover,
.mw_wp_form input[type=reset]:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1063px) {
  .mw_wp_form input[type=submit],
  .mw_wp_form input[type=reset] {
    font-size: 1.25rem;
  }
}
.mw_wp_form input[type=reset] {
  color: #fff;
  border-radius: 0.3125rem;
}
.mw_wp_form .recaptcha {
  margin: 2.75rem 0 4rem;
}
.mw_wp_form .recaptcha #gr_checkbox > div {
  margin: 0 auto;
}
@media only screen and (min-width: 1064px) {
  .mw_wp_form.mw_wp_form_confirm dl dd {
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1064px) {
  .cm_flex {
    display: flex;
  }
}

.slide {
  position: relative;
}
.slide .image {
  overflow: hidden;
  position: relative;
}
.slide .image li.show {
  opacity: 1;
  visibility: visible;
}
.slide .thum {
  display: flex;
}
.slide .thum li {
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
}
.slide .thum li.show span {
  background: #000;
}
.slide .thum li.show span::after {
  opacity: 1;
}
.slide .thum li span {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.fadeIn {
  transition: 0.5s;
  opacity: 0;
}
.fadeIn.play {
  opacity: 1;
}

.slideUp {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(1.5rem);
  opacity: 0;
}
.slideUp.play {
  transform: translateY(0);
  opacity: 1;
}

.slideLeft {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.slideLeft.play {
  transform: translate(0);
  opacity: 1;
}
@media only screen and (min-width: 1064px) {
  .slideLeft {
    transform: translateX(1.5rem);
  }
}
@media only screen and (max-width: 1063px) {
  .slideLeft {
    transform: translateY(1.5rem);
  }
}

.slideRight {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.slideRight.play {
  transform: translate(0);
  opacity: 1;
}
@media only screen and (min-width: 1064px) {
  .slideRight {
    transform: translateX(-1.5rem);
  }
}
@media only screen and (max-width: 1063px) {
  .slideRight {
    transform: translateY(1.5rem);
  }
}

@media only screen and (min-width: 1064px) {
  .fadeIn.delay, .slideUp.delay, .slideLeft.delay, .slideRight.delay {
    transition-delay: 0.125s;
  }
  .fadeIn.delay2, .slideUp.delay2, .slideLeft.delay2, .slideRight.delay2 {
    transition-delay: 0.25s;
  }
  .fadeIn.delay3, .slideUp.delay3, .slideLeft.delay3, .slideRight.delay3 {
    transition-delay: 0.375s;
  }
  .fadeIn.delay4, .slideUp.delay4, .slideLeft.delay4, .slideRight.delay4 {
    transition-delay: 0.5s;
  }
  .fadeIn.delay5, .slideUp.delay5, .slideLeft.delay5, .slideRight.delay5 {
    transition-delay: 0.625s;
  }
}

header {
  height: 5rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 0 6vw;
}
@media only screen and (min-width: 1064px) {
  header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1063px) {
  header {
    padding: 0 2rem;
    height: 5rem;
    position: relative;
  }
}
header::after {
  width: 100vw;
  height: 5rem;
  background: rgba(255, 255, 255, 0.95);
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1063px) {
  header::after {
    display: none;
  }
}
header.show nav {
  transform: translateX(0);
  visibility: visible;
}
header.show nav .nav li {
  transform: translate(0);
  opacity: 1;
}
header .h1 {
  width: 5rem;
  padding-top: 5rem;
  position: absolute;
  top: 0;
  left: 5rem;
  z-index: 10;
}
@media only screen and (max-width: 1063px) {
  header .h1 {
    width: 4rem;
    padding-top: 3rem;
    left: 4rem;
  }
}
header .h1::after {
  width: 8rem;
  height: 1rem;
  content: "";
  border-radius: 0px 0px 0.5rem 0.5rem;
  background: #EDB155;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1063px) {
  header .h1::after {
    width: 6rem;
    height: 1rem;
  }
}
header .h1 a {
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 1063px) {
  header nav {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background: rgba(240, 236, 230, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    transform: translateX(100%);
    visibility: hidden;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header nav .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 2.5rem 3rem;
}
@media only screen and (min-width: 1064px) {
  header nav .nav {
    gap: 2.75rem 3vw;
  }
}
@media only screen and (max-width: 1063px) {
  header nav .nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
header nav .nav li {
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
}
header nav .nav li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 1063px) {
  header nav .nav li a {
    font-size: 1.25rem;
    text-align: center;
  }
}
header .menu {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  position: fixed;
  top: 2.5rem;
  right: 3rem;
  z-index: 10;
  transform: translate(50%, -50%);
}
@media only screen and (min-width: 1064px) {
  header .menu {
    display: none;
  }
}
header .menu.open {
  filter: none;
}
header .menu.open .bar {
  top: 50%;
  transform: rotate(160deg);
}
header .menu.open .bar2 {
  top: 50%;
  bottom: initial;
  transform: rotate(-160deg);
}
header .menu .bar,
header .menu .bar2,
header .menu .bar3 {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #000;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  transition: 0.375s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
header .menu .bar {
  top: calc(50% - 0.5em);
}
header .menu .bar2 {
  bottom: calc(50% - 0.5em);
}

footer {
  display: flex;
  align-items: flex-start;
  width: calc(100vw - 10vw);
  gap: 4rem;
  padding: 5rem 5rem 5rem 10vw;
  margin-top: 8rem;
  background-color: #F0ECE6;
  border-radius: 0px 2.5rem 0px 0px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  footer {
    padding: 5rem 5vw 5rem;
  }
}
@media only screen and (max-width: 1100px) {
  footer {
    padding: 5rem 2rem;
  }
}
@media only screen and (max-width: 1063px) {
  footer {
    width: 100%;
    border-radius: 2.5rem 2.5rem 0px 0px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 3rem;
    padding: 5rem 0;
    margin-top: 6rem;
  }
}
footer .pageTop {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  right: -5vw;
  bottom: 22.1875rem;
  transform: translate(50%, 100%);
  z-index: 6;
}
@media only screen and (min-width: 1064px) {
  footer .pageTop {
    transform: translate(50%, 100%);
    padding-top: 4.5rem;
    letter-spacing: 0.25em;
    writing-mode: vertical-rl;
  }
  footer .pageTop::after, footer .pageTop::before {
    width: 2px;
    height: 3.5rem;
    content: "";
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition-duration: 0.5s;
    transform-origin: top;
  }
  footer .pageTop::after {
    transform-origin: bottom;
  }
}
@media only screen and (max-width: 1063px) {
  footer .pageTop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    font-size: 0.625rem;
    color: #FFF;
    text-align: center;
    line-height: 1.5;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%, -50%);
  }
}
footer .pageTop a {
  display: block;
  text-decoration: none;
}
footer .pageTop.show {
  opacity: 1;
  visibility: visible;
}
footer .pageTop.absolute {
  position: absolute;
}
footer .logo {
  width: 3rem;
  position: relative;
}
footer .logo::after {
  width: 5rem;
  height: 0.75rem;
  content: "";
  border-radius: 0px 0px 0.5rem 0.5rem;
  background: #EDB155;
  position: absolute;
  left: 50%;
  top: -5rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1063px) {
  footer .logo {
    display: none;
  }
}
footer address {
  line-height: 2;
  margin: -0.5em 0;
}
@media only screen and (max-width: 1063px) {
  footer address {
    text-align: center;
  }
}
footer address strong {
  font-weight: bold;
}
footer .right {
  margin-left: auto;
}
@media only screen and (max-width: 1063px) {
  footer .right {
    margin: 0;
  }
}
footer .copy {
  font-size: 0.75rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  margin-top: 4.9375rem;
}
@media only screen and (max-width: 1063px) {
  footer .copy {
    text-align: center;
    margin-top: 3rem;
  }
}
footer .right {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1063px) {
  footer .right {
    flex-direction: column;
  }
}
footer .right .rl {
  font-weight: 700;
  letter-spacing: 0.025em;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 1063px) {
  footer .right .rl {
    writing-mode: unset;
    margin: 0 auto;
  }
}
footer .right .right_box {
  border-left: 1px solid #000;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 1063px) {
  footer .right .right_box {
    border: unset;
    margin-left: 0;
    padding-left: 0;
  }
}
footer .right .right_box p {
  font-weight: 700;
  letter-spacing: 0.025em;
  white-space: nowrap;
  margin-top: 1.4525rem;
}
footer .right .right_box p:nth-of-type(1) {
  margin-top: 0;
}
@media only screen and (max-width: 1063px) {
  footer .right .right_box p:nth-of-type(1) {
    margin-top: 1.4525rem;
  }
}
@media only screen and (max-width: 1063px) {
  footer .right .right_box p {
    text-align: center;
  }
}
footer .right .right_box ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0rem 1.75rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 1063px) {
  footer .right .right_box ul {
    justify-content: center;
  }
}
footer .right .right_box ul li a {
  display: flex;
  align-items: center;
  gap: 0rem 0.5rem;
  text-decoration: none;
  font-size: 1.25rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
}
footer .right .right_box ul li a.mail {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.77125rem;
}
footer .right .right_box ul li a img {
  width: 1.75rem;
  height: auto;
}
@media only screen and (max-width: 1063px) {
  footer .right .right_box ul li a img {
    width: 1.75rem;
  }
}
.w1200 {
  width: calc(100% - 4rem);
  max-width: 75rem;
  margin: 0 auto;
}

.w1000 {
  width: calc(100% - 4rem);
  max-width: 62.5rem;
  margin: 0 auto;
}

.subPage {
  padding-top: 5rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1063px) {
  .subPage {
    padding: 0;
  }
}
.subPage #fv {
  width: calc(100vw - 17.5vw);
  height: 15rem;
  margin-left: auto;
  border-radius: 2.5rem 0 0 2.5rem;
  background: #F0ECE6;
  position: relative;
}
@media only screen and (max-width: 1063px) {
  .subPage #fv {
    height: 17.9375rem;
    width: calc(100vw - 2rem);
  }
}
.subPage #fv::before {
  width: 23.6875rem;
  height: 8rem;
  content: "";
  background: url(../img/cloud.svg) center/cover no-repeat;
  position: absolute;
  top: -1rem;
  left: -2rem;
}
@media only screen and (max-width: 1063px) {
  .subPage #fv::before {
    width: 14.875rem;
    height: 5rem;
    top: 4rem;
    left: -2.5rem;
  }
}
.subPage #fv::after {
  width: 17.75rem;
  height: 6rem;
  content: "";
  background: url(../img/cloud.svg) center/cover no-repeat;
  position: absolute;
  top: 7rem;
  right: -2rem;
}
@media only screen and (max-width: 1063px) {
  .subPage #fv::after {
    display: none;
  }
}
.subPage #fv h1 {
  width: calc(100% - 4rem);
  max-width: 75rem;
  font-size: 3rem;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 5vw;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 1063px) {
  .subPage #fv h1 {
    font-size: 2rem;
    left: 50%;
    top: 13rem;
    text-align: right;
    transform: translate(-50%, 0);
  }
}
.subPage .breadcrumb {
  display: flex;
  justify-content: flex-end;
  gap: 2.5rem;
  position: absolute;
  right: 6rem;
  top: 2.5rem;
}
@media only screen and (max-width: 1063px) {
  .subPage .breadcrumb {
    display: none;
  }
}
.subPage .breadcrumb li {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
}
.subPage .breadcrumb li:last-child::after {
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  background: #000;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
  position: absolute;
  left: -1.25rem;
  top: 50%;
  transform: translate(-50%, -50%);
}
.subPage .contents {
  position: relative;
  transition: 0.5s 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (min-width: 1064px) {
  .subPage .contents {
    padding-left: 10rem;
  }
}
.subPage .contents h2 {
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: calc(1.25rem - 0.25em);
  margin-top: calc(6rem - 0.25em);
  position: relative;
}
.subPage .contents h2::before {
  width: 0.5rem;
  height: 2px;
  content: "";
  background-color: #EDB155;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.subPage .contents h2::after {
  width: 3.5rem;
  height: 2px;
  content: "";
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subPage .contents h3 {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: calc(4rem - 0.5em) 0 -0.5em;
}
.subPage .contents p {
  letter-spacing: 0.025em;
  line-height: 2;
  margin: calc(2.5rem - 0.5em) 0 -0.5em;
}
.subPage .contents .fs18 {
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: calc(4rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1063px) {
  .subPage .contents .fs18 {
    font-size: 1rem;
    margin: calc(4rem - 0.333em) 0 -0.333em;
  }
}
.subPage .contents .fs20 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
  margin: calc(5rem - 0.5em) 0 -0.5em;
}
.subPage .contents .fs28 {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2;
  margin: calc(3rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1063px) {
  .subPage .contents .fs28 {
    font-size: 1.5rem;
    margin: calc(2.5rem - 0.5em) 0 -0.5em;
  }
}
.subPage .contents .fs32 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: -0.25em 0;
}
@media only screen and (max-width: 1063px) {
  .subPage .contents .fs32 {
    font-size: 1.75rem;
  }
}
.subPage .contents .fs40 {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin: -0.3em 0;
}
@media only screen and (max-width: 1063px) {
  .subPage .contents .fs40 {
    font-size: 2rem;
  }
}
.subPage .contents table {
  width: 100%;
  letter-spacing: 0.025em;
  margin-top: 1.25rem;
}
.subPage .contents table th,
.subPage .contents table td {
  padding: 1.25rem 0;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1063px) {
  .subPage .contents table th {
    display: block;
    width: 100%;
    border: none;
    padding: 1.25rem 0 0;
  }
}
@media only screen and (max-width: 1063px) {
  .subPage .contents table td {
    display: block;
    width: 100%;
    padding: 0.5rem 0 1.25rem;
  }
}
.subPage .contents table tr:last-of-type th,
.subPage .contents table tr:last-of-type td {
  border: none;
}
.subPage .contents ol {
  list-style: decimal outside none;
  margin: calc(1.75rem - 0.5em) 0 -0.5em;
  padding-left: 1.25rem;
}
.subPage .contents ol li {
  line-height: 2;
}
.subPage .contents .map {
  width: 100%;
  aspect-ratio: 100/48;
  margin-top: 5rem;
  position: relative;
}
@media only screen and (max-width: 1063px) {
  .subPage .contents .map {
    aspect-ratio: 1/1;
  }
}
.subPage .contents .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#index {
  padding-top: 5rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1063px) {
  #index {
    padding: 0;
  }
}
#index .header {
  justify-content: flex-start;
}
@media only screen and (max-width: 1063px) {
  #index .header {
    height: 5rem;
  }
}
@media only screen and (min-width: 1064px) {
  #index .header .h1 {
    display: none;
  }
}
#index #fv {
  width: calc(100vw - 10vw);
  height: calc(100vh - 5rem);
  border-radius: 0px 2.5rem 0px 0px;
  background: #F0ECE6;
  position: relative;
}
@media only screen and (max-width: 1063px) {
  #index #fv {
    width: calc(100vw - 2rem);
    height: auto;
    border-radius: 2.5rem 0px 0px 0;
    margin-left: auto;
    padding: 62.5vw 2rem 39.84375vw;
  }
}
#index #fv h1 {
  width: 6rem;
  padding-top: 5rem;
  position: absolute;
  right: 8vw;
  top: 0;
  transform: translateX(50%);
  z-index: 3;
}
#index #fv h1::after {
  width: 8rem;
  height: 1rem;
  content: "";
  border-radius: 0px 0px 0.5rem 0.5rem;
  background: #EDB155;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1063px) {
  #index #fv h1 {
    display: none;
  }
}
#index #fv::before {
  width: 37.125vw;
  height: 12.5vw;
  content: "";
  background: url(../img/cloud.svg) center/cover no-repeat;
  position: absolute;
  top: calc(0.2243902439 * (100vh - 5rem));
  left: -4vw;
}
@media only screen and (min-width: 1064px) {
  #index #fv::before {
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1063px) {
  #index #fv::before {
    width: 46.484375vw;
    height: 15.625vw;
    top: 12.5vw;
    left: -7.8125vw;
  }
}
#index #fv::after {
  width: 29.6875vw;
  height: 10vw;
  content: "";
  background: url(../img/cloud.svg) center/cover no-repeat;
  position: absolute;
  top: calc(0.8341463415 * (100vh - 5rem));
  left: 63.8125vw;
}
@media only screen and (min-width: 1064px) {
  #index #fv::after {
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1063px) {
  #index #fv::after {
    width: 46.484375vw;
    height: 15.625vw;
    top: 107.2265625vw;
    left: 53.515625vw;
  }
}
#index #fv .image {
  width: 17.5vw;
  position: relative;
}
@media only screen and (max-width: 1063px) {
  #index #fv .image {
    width: 35.546875vw;
    position: absolute;
    left: 46.09375vw;
    top: 14.84375vw;
    z-index: 3;
  }
}
#index #fv .image::after {
  width: 20vw;
  height: 20vw;
  content: "";
  background: url(../img/txt.svg) center/cover no-repeat;
  position: absolute;
  top: -1.25vw;
  left: -1.25vw;
  animation: rotation 45s linear infinite;
}
@media only screen and (max-width: 1063px) {
  #index #fv .image::after {
    width: 40.625vw;
    height: 40.625vw;
    top: -2.5390625vw;
    left: -2.5390625vw;
  }
}
#index #fv .image img {
  border-radius: 50%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#index #fv .flag {
  display: flex;
  justify-content: center;
  gap: 3vw;
  width: 40vw;
  padding-bottom: 0.625vw;
  background: url(../img/Vector.svg) center bottom/100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 12.5vw;
  z-index: 2;
}
@media only screen and (max-width: 1063px) {
  #index #fv .flag {
    width: 100%;
    gap: 6.25vw;
    left: 0;
  }
}
#index #fv .flag img {
  width: auto;
  height: 11vw;
}
@media only screen and (max-width: 1063px) {
  #index #fv .flag img {
    height: 25.78125vw;
  }
}
#index #fv .cm_flex {
  gap: 5.25vw;
}
@media only screen and (min-width: 1064px) {
  #index #fv .cm_flex {
    position: absolute;
    left: 15vw;
    top: calc(0.4219512195 * (100vh - 5rem));
    z-index: 3;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1064px) {
  #index #fv .lead {
    width: 31vw;
  }
}
#index #fv .lead p {
  line-height: 2;
  letter-spacing: 0.05em;
  margin: -0.5em 0;
  position: relative;
  z-index: 1;
}
#index #fv .lead .catch {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin: -0.25em 0 calc(-0.25em + 4.625vw);
}
@media only screen and (max-width: 1063px) {
  #index #fv .lead .catch {
    margin: -0.25em 0 calc(-0.25em + 4rem);
  }
}
#index #fv .scroll {
  padding-bottom: 4.25rem;
  position: absolute;
  right: -5vw;
  bottom: 0;
  transform: translateX(50%);
  z-index: 9;
}
#index #fv .scroll::after, #index #fv .scroll::before {
  width: 2px;
  height: 3.5rem;
  content: "";
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition-duration: 0.5s;
  transform-origin: top;
  animation: myAnime 2s cubic-bezier(0.83, 0, 0.17, 1) 0s infinite normal;
}
#index #fv .scroll::after {
  transform-origin: bottom;
  animation: myAnime2 2s cubic-bezier(0.83, 0, 0.17, 1) 0s infinite normal;
}
#index #fv .scroll span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
  position: relative;
}
#index #index01 {
  width: calc(100% - 4rem);
  max-width: 70rem;
  margin: 6.125rem auto 0;
  display: flex;
  gap: 3.5rem;
}
@media only screen and (max-width: 1063px) {
  #index #index01 {
    flex-direction: column;
    gap: 3rem;
  }
}
#index #index01 .w1000 {
  width: 100%;
}
@media only screen and (min-width: 1064px) {
  #index #index01 h2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 1.25rem;
  }
}
#index #index01 h2 .en {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media only screen and (min-width: 1064px) {
  #index #index01 h2 .en {
    writing-mode: vertical-rl;
    position: relative;
  }
  #index #index01 h2 .en::after {
    width: 2px;
    height: 31.25rem;
    content: "";
    background: #000;
    position: absolute;
    left: 50%;
    top: 6.75rem;
    transform: translateX(-50%);
  }
}
#index #index01 h2 .jp {
  font-size: 2rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (min-width: 1064px) {
  #index #index01 h2 .jp {
    writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 1063px) {
  #index #index01 h2 .jp {
    margin-top: 1rem;
  }
}
#index #index01 p {
  line-height: 2;
  margin: -0.5em 0;
}
#index #index01 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: unset;
  padding: 4rem 4rem;
  margin-top: 3rem;
  background: #F0ECE6;
  border-radius: 1.25rem;
  position: relative;
}
#index #index01 .box::before {
  content: "";
  width: 0.583125rem;
  height: 0.583125rem;
  background-image: url(../img/arw.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 1.583125rem;
  bottom: 1.583125rem;
  z-index: 1;
}
@media only screen and (max-width: 1063px) {
  #index #index01 .box::before {
    right: 1.333125rem;
    bottom: 1.333125rem;
  }
}
#index #index01 .box::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  transition: 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 1063px) {
  #index #index01 .box::after {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
#index #index01 .box:hover {
  opacity: 1;
}
#index #index01 .box:hover::after {
  scale: 1.25;
}
@media only screen and (max-width: 1063px) {
  #index #index01 .box {
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: 3rem 2rem;
  }
}
#index #index01 .box p + .box {
  margin-top: 4rem;
}
#index #index01 .box img {
  width: auto;
  height: 6rem;
}
@media only screen and (min-width: 1064px) {
  #index #index01 .box dl {
    width: 45.8125rem;
  }
}
#index #index01 .box dl dt {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1063px) {
  #index #index01 .box dl dt {
    text-align: center;
  }
}
#index #index01 .box dl dd {
  line-height: 2;
  margin: calc(-0.5em + 2rem) 0 -0.5em;
}
#index #index01 .box .arw {
  width: 1.75rem;
  height: auto;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 1063px) {
  #index #index01 .box .arw {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
#index #index01 .report {
  margin: 4rem 0 0;
}
#index #index01 .report h3 {
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: calc(1.25rem - 0.25em);
  margin-top: calc(6rem - 0.25em);
  position: relative;
}
#index #index01 .report h3::before {
  width: 0.5rem;
  height: 2px;
  content: "";
  background-color: #EDB155;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#index #index01 .report h3::after {
  width: 3.5rem;
  height: 2px;
  content: "";
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
#index #index01 .report ul li {
  margin: 3rem 0 0;
}
#index #index01 .report ul li a {
  font-size: 1.125rem;
  line-height: 2;
  margin: -0.5em 0;
}

#ouen #fv h1,
#bazukuri #fv h1 {
  display: flex;
  align-items: center;
  bottom: 0;
  top: auto;
  transform: none;
}
@media only screen and (max-width: 1063px) {
  #ouen #fv h1,
  #bazukuri #fv h1 {
    width: auto;
    flex-direction: column;
    gap: 2rem;
    letter-spacing: 0.1em;
    bottom: 3.5rem;
    left: auto;
    right: 2rem;
  }
}
#ouen #fv h1 .flag,
#bazukuri #fv h1 .flag {
  width: 15rem;
  background: url(../img/Vector.svg) center bottom/100% no-repeat;
}
@media only screen and (max-width: 1063px) {
  #ouen #fv h1 .flag,
  #bazukuri #fv h1 .flag {
    background: none;
  }
}
#ouen #fv h1 .flag img,
#bazukuri #fv h1 .flag img {
  width: auto;
  height: 10rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1063px) {
  #ouen #fv h1 .flag img,
  #bazukuri #fv h1 .flag img {
    height: 6rem;
  }
}
#ouen .contents .bg,
#bazukuri .contents .bg {
  margin-top: 3rem;
  padding: 3rem;
  background-color: #F0ECE6;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 1063px) {
  #ouen .contents .bg,
  #bazukuri .contents .bg {
    padding: 3rem 1.5rem;
  }
}
#ouen .contents .bg img,
#bazukuri .contents .bg img {
  max-width: 44.0625rem;
  margin: 0 auto;
}
#ouen .contents .flex,
#bazukuri .contents .flex {
  margin: 3rem auto 0;
}
@media only screen and (min-width: 1064px) {
  #ouen .contents .flex,
  #bazukuri .contents .flex {
    display: flex;
    align-items: flex-start;
  }
}
#ouen .contents .flex .txt,
#bazukuri .contents .flex .txt {
  width: 31.25rem;
  margin-right: 4rem;
}
@media only screen and (max-width: 1063px) {
  #ouen .contents .flex .txt,
  #bazukuri .contents .flex .txt {
    width: 100%;
  }
}
#ouen .contents .flex .txt h3,
#bazukuri .contents .flex .txt h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75; /* 42px */
  letter-spacing: 0.025em;
  margin: 0;
}
#ouen .contents .flex .txt p,
#bazukuri .contents .flex .txt p {
  text-align: justify;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.025em;
  margin: calc(2.25rem - 0.5em) 0 -0.5em;
}
#ouen .contents .flex .txt dl dt,
#bazukuri .contents .flex .txt dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2; /* 200% */
  letter-spacing: 0.025em;
  margin: calc(4rem - 0.5em) 0 -0.5em;
}
#ouen .contents .flex .txt dl dd,
#bazukuri .contents .flex .txt dl dd {
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.025em;
  margin: calc(1.75rem - 0.5em) 0 -0.5em;
}
#ouen .contents .flex .txt a,
#bazukuri .contents .flex .txt a {
  display: block;
  text-align: justify;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.025em;
  margin: calc(4rem - 0.5em) 0 -0.5em;
}
#ouen .contents .flex .image,
#bazukuri .contents .flex .image {
  max-width: 27.25rem;
  border: solid 1px #dbdbda;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1063px) {
  #ouen .contents .flex .image,
  #bazukuri .contents .flex .image {
    max-width: 100%;
    margin-top: 2rem;
  }
}
#ouen .contents table,
#bazukuri .contents table {
  margin-top: 4.8125rem;
}
#ouen .contents .flow li,
#bazukuri .contents .flow li {
  display: flex;
  background: #F0ECE6;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
#ouen .contents .flow li:first-child,
#bazukuri .contents .flow li:first-child {
  margin-top: 3rem;
}
#ouen .contents .flow li:last-child .num::after,
#bazukuri .contents .flow li:last-child .num::after {
  display: none;
}
#ouen .contents .flow li .num,
#bazukuri .contents .flow li .num {
  width: 3rem;
  background: #000;
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 0.75rem;
  border-radius: 0.5rem 0px 0px 0.5rem;
  position: relative;
}
#ouen .contents .flow li .num::after,
#bazukuri .contents .flow li .num::after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: #000;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
#ouen .contents .flow li .txt,
#bazukuri .contents .flow li .txt {
  width: calc(100% - 3rem);
  padding: 0.625rem 1rem;
  line-height: 1.75;
}
#ouen .contents .col2,
#bazukuri .contents .col2 {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 1063px) {
  #ouen .contents .col2,
  #bazukuri .contents .col2 {
    flex-direction: column;
    gap: 2rem;
  }
}
#ouen .contents .col2 li img,
#bazukuri .contents .col2 li img {
  border-radius: 1.25rem;
}

#contact .contents .tel {
  margin-top: 3rem;
}
#contact .contents .tel a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Jost", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.025em;
  text-decoration: none;
}
#contact .contents .tel a img {
  width: 1.5625rem;
}
#contact .contents .tel + p {
  margin: calc(1.125rem - 0.5em) 0 -0.5em;
}
#contact .contents .fax {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Jost", sans-serif;
  font-size: 1.625rem;
  letter-spacing: 0.025em;
  text-decoration: none;
  margin-top: 3rem;
}
#contact .contents .fax img {
  width: 1.25rem;
}

@media screen and (min-width: 1064px) {
  .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: 1063px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 3.125vw;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */