/* CSS Document */
* {
  box-sizing: border-box;
}
*::before, *::after {
  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;
  word-wrap: break-word;
  text-decoration: underline;
  position: relative;
}
a:hover {
  opacity: 1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

address, em {
  font-style: normal;
}

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

img {
  display: block;
  border: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: justify;
  position: relative;
  background: linear-gradient(90deg, rgba(204, 178, 151, 0.28) 25%, rgba(255, 255, 255, 0.28) 100%), #FFF;
}

a {
  text-decoration: none;
}

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

.infoList {
  margin-top: 2.25rem;
}
.infoList li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.infoList li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.infoList li a {
  display: flex;
  padding: 1.125rem 0;
}
.infoList li a:hover .title {
  text-decoration: none;
}
.infoList li a span {
  display: block;
  line-height: 1.5;
}
.infoList li a .date {
  min-width: 7.5rem;
}
.infoList li a .title {
  text-decoration: underline;
}

.cm_contact {
  background: url(../img/contact.jpg) center/cover no-repeat;
  padding: 6rem 0;
}
.cm_contact .wrap {
  width: calc(100% - 4rem);
  max-width: 70rem;
  margin: 0 auto;
}
.cm_contact .wrap h2 {
  font-size: 2.1875rem;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.35em;
}
.cm_contact .wrap p {
  font-size: 0.9375rem;
  text-align: center;
  color: #FFF;
  line-height: 2.3;
  margin: calc(3rem - 0.65em) 0 -0.65em;
}
.cm_contact .wrap .border {
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 1.375rem;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin: 3rem auto 0;
  padding: 1.75rem 0;
}
.cm_contact .wrap .flex {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 7.5rem;
  margin: 4rem auto 0;
}
.cm_contact .wrap .flex .left .tel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FFF;
  margin: -0.25em 0;
}
.cm_contact .wrap .flex .left .hours {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6875rem;
  color: #FFF;
  margin: 2rem auto 0;
}
.cm_contact .wrap .flex .right > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4375rem;
  letter-spacing: 0.3em;
  color: #FFF;
  margin: 0 auto;
}
.cm_contact .wrap .flex .right .contact {
  display: block;
  width: 21.875rem;
  height: 4.25rem;
  border: 1px solid #FFF;
  position: relative;
  margin: 1rem 0 0;
}
.cm_contact .wrap .flex .right .contact span {
  color: #FFF;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cm_flex {
  display: flex;
}
@media only screen and (max-width: 1079px) {
  .cm_flex {
    flex-direction: column;
  }
}

.cm_flex2 {
  display: flex;
}
@media only screen and (max-width: 1079px) {
  .cm_flex2 {
    flex-direction: column;
  }
}

.cm_h1 {
  padding-top: 15.4375rem;
}
.cm_h1 .en {
  display: block;
  color: #FFF000;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.3; /* 32.5px */
  letter-spacing: 0.05em;
  margin: -0.15em 0;
}
.cm_h1 .jp {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin: calc(2.5rem - 0.4em) 0 -0.4em;
}

.cm_box {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  height: 5rem;
}
.cm_box .txt_box {
  width: 17.4375rem;
  height: 100%;
  background-color: #1D6662;
  position: relative;
}
.cm_box .txt_box span {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4; /* 28px */
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cm_box .flex_box {
  width: 33.4375rem;
  height: 5rem;
  border-top: solid 0.0625rem #FFF000;
  border-bottom: solid 0.0625rem #FFF000;
}

.cm_line {
  border: solid 0.125rem #FFF000;
  padding: 4.8125rem;
  position: relative;
}
.cm_line .txt_box {
  width: 31.0625rem;
  height: 3.5rem;
  background-color: #FFF000;
  position: absolute;
  left: -0.125rem;
  top: -1.875rem;
}
.cm_line .txt_box span {
  color: #FFF;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.3; /* 32.5px */
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cm_line p {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.cm_line p .circle {
  color: #FFF000;
}

.cm_table {
  border-collapse: collapse;
}
.cm_table tbody tr th, .cm_table tbody tr td {
  width: 33.3333333333%;
  text-align: center;
  vertical-align: middle;
  border: solid 0.0625rem #A1DCD9;
}
.cm_table tbody tr th {
  height: 2.125rem;
  color: #FFF;
  font-weight: 400;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.05em;
  padding: 0;
  background-color: #FFF000;
}
.cm_table tbody tr td {
  font-weight: 400;
  line-height: 1.4; /* 22.4px */
  letter-spacing: 0.05em;
}

.blurIn {
  transition: 0.75s linear;
  opacity: 0;
  filter: blur(16px);
}
.blurIn.play {
  opacity: 1;
  filter: blur(0);
}

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

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

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

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

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

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.header.show nav {
  visibility: visible;
  opacity: 1;
}
.header.show .menu .bar {
  background-color: #FFF;
  top: 50%;
  transform: translate(-50%, -50%) rotate(335deg);
}
.header.show .menu .bar2 {
  background-color: #FFF;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-335deg);
}
.header .h1 {
  position: absolute;
  top: 4rem;
  left: 8vw;
  z-index: 1;
}
@media only screen and (max-width: 1079px) {
  .header .h1 {
    top: 1.5rem;
    left: 2rem;
  }
}
.header .h1 a {
  display: block;
}
.header .h1 img {
  width: auto;
  height: 1rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1079px) {
  .header .h1 img {
    height: 0.5625rem;
  }
}
.header .h1 .logo {
  height: 2.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1079px) {
  .header .h1 .logo {
    height: 1.375rem;
    margin-top: 0.8125rem;
  }
}
.header .menu {
  display: block;
  cursor: pointer;
  pointer-events: auto;
  width: 3rem;
  height: 3rem;
  position: fixed;
  top: 2.625rem;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 9;
}
@media only screen and (min-width: 1080px) {
  .header .menu {
    display: none;
  }
}
.header .menu div {
  width: 100%;
  height: 2px;
  background: #99465A;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 50%;
  transition: 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%);
}
.header .menu div.bar2 {
  top: calc(50% + 0.5rem);
}
.header nav {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: fixed;
  top: 2.6875rem;
  right: 3.5rem;
  z-index: 5;
}
@media only screen and (max-width: 1079px) {
  .header nav {
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
    height: 100svh;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(153, 70, 90, 0.95);
    padding: 7.5rem 4rem 3.5rem;
    transition: 0.375s cubic-bezier(0.33, 1, 0.65, 1);
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    z-index: 5;
  }
}
.header nav .contact {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  color: #99465A;
  width: 12.5rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  border: 1px solid #99465A;
}
@media only screen and (max-width: 1079px) {
  .header nav .contact {
    color: #FFF;
    border-color: #FFF;
  }
}
.header nav .contact img {
  width: auto;
  height: 1rem;
}
@media only screen and (max-width: 1079px) {
  .header nav .contact img {
    filter: brightness(0) invert(1);
  }
}
.header nav .contact span {
  display: block;
  font-size: 1.25rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
}
.header nav .nav {
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 1079px) {
  .header nav .nav {
    width: 100%;
    flex-direction: column;
    gap: 3.5rem;
    align-items: center;
  }
}
.header nav .nav li a {
  display: block;
  font-size: 1.25rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 1079px) {
  .header nav .nav li a {
    color: #FFF;
  }
}
footer {
  padding: 5rem 0;
}
@media only screen and (max-width: 1079px) {
  footer {
    padding: 7.5rem 0 5rem;
    position: relative;
  }
}
footer .cm_flex {
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 1080px) {
  footer .cm_flex {
    position: relative;
  }
}
@media only screen and (max-width: 1079px) {
  footer .cm_flex {
    align-items: center;
    gap: 2rem;
  }
}
footer .logo {
  width: auto;
  height: 2.5rem;
}
@media only screen and (max-width: 1079px) {
  footer .logo {
    margin: 0 auto;
  }
}
footer .top {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Jost", sans-serif;
  color: #99465A;
}
@media only screen and (min-width: 1080px) {
  footer .top {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1079px) {
  footer .top {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 100%);
  }
}
footer .top span {
  display: block;
}
footer .top img {
  width: 2.5rem;
}
footer dl dd {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: calc(1.75rem - 0.375em) 0;
}
@media only screen and (max-width: 1079px) {
  footer dl dd {
    text-align: center;
  }
}
footer .copy {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
}

.cm_table, .post .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.cm_table th, .post .wp-block-table table th,
.cm_table td,
.post .wp-block-table table td {
  padding: 1rem 0 1rem;
  line-height: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1079px) {
  .cm_table th, .post .wp-block-table table th,
  .cm_table td,
  .post .wp-block-table table td {
    display: block;
    width: 100%;
  }
}
.cm_table th ul, .post .wp-block-table table th ul,
.cm_table td ul,
.post .wp-block-table table td ul {
  margin: 0;
}
.cm_table th ul li, .post .wp-block-table table th ul li,
.cm_table td ul li,
.post .wp-block-table table td ul li {
  line-height: 1.75;
  margin: calc(0.75rem - 0.375em) 0 -0.375rem;
}
@media only screen and (max-width: 1079px) {
  .cm_table td, .post .wp-block-table table td {
    padding: 0 0 1rem;
  }
}
.cm_table th, .post .wp-block-table table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 1079px) {
  .cm_table th, .post .wp-block-table table th {
    padding: 1rem 0 0.25rem;
    border: none;
  }
}

.cm_btn, .post .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.wp-block-table table {
  border: none;
}
.wp-block-table table tr {
  border: none;
}
.wp-block-table table tr th,
.wp-block-table table tr td {
  border: none;
}

.post .wp-block-image {
  width: 100%;
  margin: 2.5rem 0 0;
}
.post .wp-block-image.aligncenter img {
  margin: 0 auto;
}
.post .wp-block-image figcaption {
  line-height: 1.75;
  margin: calc(1rem - 0.375em) 0 -0.375em;
}
.post .aligncenter {
  text-align: center;
}
.post .aligncenterimg {
  display: block;
  margin: 2.5rem auto 0;
}
.post .aligncenter img {
  display: block;
  margin: 2.5rem auto 0;
}
.post .wp-block-table {
  margin-top: 2.5rem;
}
.post .wp-block-table.table_blue table {
  border-top: 2px solid #99465A;
}
@media only screen and (max-width: 1079px) {
  .post .wp-block-table.table_blue table {
    border-bottom: 2px solid #99465A;
  }
}
.post .wp-block-table.table_blue table tbody tr:last-child th,
.post .wp-block-table.table_blue table tbody tr:last-child td {
  border-bottom: 2px solid #99465A;
}
@media only screen and (max-width: 1079px) {
  .post .wp-block-table.table_blue table tbody tr:last-child th,
  .post .wp-block-table.table_blue table tbody tr:last-child td {
    border: none;
  }
}
@media only screen and (max-width: 1079px) {
  .post .wp-block-table.table_blue table tbody tr:last-child td:last-child {
    border-bottom: none;
  }
}
.post .wp-block-table.table_blue table tbody tr th {
  border-bottom: 1px dashed #99465A;
}
@media only screen and (max-width: 1079px) {
  .post .wp-block-table.table_blue table tbody tr th {
    border: none;
  }
}
.post .wp-block-table.table_blue table tbody tr td {
  border-bottom: 1px dashed #99465A;
}
@media only screen and (max-width: 1079px) {
  .post .wp-block-table.table_blue table tbody tr td {
    border-bottom: none;
  }
  .post .wp-block-table.table_blue table tbody tr td:last-child {
    border-bottom: 1px dashed #99465A;
  }
}
.post .wp-block-table table {
  margin-top: 0 !important;
}
.post .wp-block-table figcaption {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .wp-block-buttons .wp-block-button {
  text-align: center;
}
.post .wp-block-buttons .wp-block-button .wp-block-button__link {
  margin: 2.5rem auto 0;
}
@media only screen and (min-width: 1080px) {
  .post .wp-block-columns {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
}
.post .wp-block-columns {
  margin-top: 1rem;
}
.post .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.post .wp-block-quote {
  padding: 2.5rem;
  margin: 2.5rem 0 0;
  background: rgba(0, 159, 232, 0.06);
}
.post .wp-block-quote p {
  color: #99465A;
  font-weight: 700;
  margin-top: -0.5em;
}
.post .wp-block-quote cite {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .wp-block-preformatted {
  color: #99465A;
  font-weight: normal;
  line-height: 2;
  padding: calc(2.5rem - 0.5em) 2.5rem;
  margin: 2.5rem 0 0;
  background: rgba(0, 159, 232, 0.06);
}
.post .wp-block-pullquote {
  margin: 2.5rem 0 0;
  border-top: 2px solid #99465A;
  border-bottom: 2px solid #99465A;
}
.post .wp-block-pullquote blockquote {
  padding: 2.5rem;
  margin: 0;
}
@media only screen and (max-width: 1079px) {
  .post .wp-block-pullquote blockquote {
    padding: 2.5rem 0;
  }
}
.post .wp-block-pullquote blockquote p {
  color: #99465A;
  font-weight: 700;
  margin-top: -0.5em;
}
.post .wp-block-pullquote blockquote cite {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .has-text-align-center {
  text-align: center;
}
.post .has-text-align-right {
  text-align: right;
}
.post .wp-block-media-text {
  gap: 0 2rem;
  margin-top: 2rem;
}
.post .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.post .wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.post .wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 1rem;
}
.post .wp-block-media-text .wp-block-media-text__media > *:first-child {
  margin-top: 0;
}
.post .wp-block-group.is-layout-constrained {
  margin: 5rem calc(50% - 50vw) 0;
  padding: 5rem 0 8.1875rem;
  position: relative;
}
.post .wp-block-group.is-layout-constrained > *:first-child {
  margin-top: 0;
}
.post .wp-block-group.is-layout-constrained::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(19, 175, 6, 0.08);
  z-index: -1;
}
.post .wp-block-gallery .wp-block-image {
  width: unset;
}

.post {
  margin: 5rem auto 0;
}
.post:first-child {
  margin: 0 auto;
}
.post h1 {
  color: #99465A;
  font-size: 1.75rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #99465A;
  position: relative;
}
.post h2,
.post .h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-top: 8rem;
  padding: 1.25rem;
  background: #99465A;
  border-radius: 0.5rem;
  border-left: 1rem solid #000;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .post h2,
  .post .h2 {
    margin: calc(4rem - 0.25em) 0 -0.25rem;
  }
}
.post h3 {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.08);
  border-left: 1rem solid #99465A;
  padding: 1.25rem;
  margin-top: 5.4375rem;
}
@media only screen and (max-width: 1079px) {
  .post h3 {
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    margin: calc(4rem - 0.25em) 0 -0.25rem;
  }
}
.post h4 {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: calc(4rem - 0.25em) 0 -0.25em;
  border-bottom: 0.125rem solid #000;
  padding-bottom: 0.25rem;
}
@media only screen and (max-width: 1079px) {
  .post h4 {
    margin: calc(3rem - 0.25em) 0 -0.25em;
  }
}
.post h5 {
  line-height: 1.5;
  margin: calc(3rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 1079px) {
  .post h5 {
    margin: calc(2rem - 0.25em) 0 -0.25em;
  }
}
.post p {
  line-height: 2;
  text-align: justify;
  margin: calc(2.25rem - 0.5em) 0 -0.5em;
}
.post p a {
  text-decoration: underline;
}
.post p a:hover {
  text-decoration: none;
}
.post p.date {
  margin: calc(1.5rem - 0.5em) 0 -0.5em;
}
.post ul,
.post ol {
  padding-left: 1.25rem;
  margin: 2.25rem 0 0 0.25em;
  list-style: square none;
}
.post ul li,
.post ol li {
  line-height: 2;
  margin: calc(1rem - 0.5em) 0 -0.5rem;
}
.post ul li:first-child,
.post ol li:first-child {
  margin-top: -0.5em;
}
.post ol {
  margin: 2.25rem 0 0 0.5em;
  list-style: decimal none;
}
.post img {
  margin: 2.25rem 0 0;
}
.post table {
  width: 100%;
  margin-top: 2.25rem;
  border-radius: 1rem;
  overflow: hidden;
}
.post table caption {
  caption-side: bottom;
  text-align: left;
  line-height: 1.75;
  margin-top: 0.75rem;
}
.post table tbody tr td,
.post table tbody tr th {
  vertical-align: top;
  padding: 1.25rem 2.5rem;
  line-height: 1.75;
  border-bottom: 2px solid rgb(255, 255, 255);
}
@media only screen and (max-width: 1079px) {
  .post table tbody tr td,
  .post table tbody tr th {
    padding: 1.25rem 1.5rem;
  }
}
.post table tbody tr td a,
.post table tbody tr th a {
  text-decoration: underline;
}
.post table tbody tr td a:hover,
.post table tbody tr th a:hover {
  text-decoration: none;
}
.post table tbody tr th {
  background-color: #99465A;
  border-right: 2px solid rgb(255, 255, 255);
}
.post table tbody tr td {
  background: rgba(0, 0, 0, 0.04);
}
.post .red {
  color: red;
}

.mw_wp_form {
  margin-top: 3rem;
}
.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;
  padding-top: 0;
}
.mw_wp_form dl:first-child dd {
  padding-top: 0;
}
@media only screen and (max-width: 1079px) {
  .mw_wp_form dl:last-of-type {
    border: none;
  }
}
.mw_wp_form dl:last-of-type dt {
  display: block;
  padding-bottom: 0;
}
.mw_wp_form dl:last-of-type dd {
  padding-bottom: 0;
}
@media only screen and (min-width: 1080px) {
  .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: 1080px) {
  .mw_wp_form dl dt {
    width: 15.625rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1079px) {
  .mw_wp_form dl dt {
    padding: 0.75rem 0rem;
  }
}
.mw_wp_form dl dd {
  padding: 1.25rem 0rem;
}
@media only screen and (min-width: 1080px) {
  .mw_wp_form dl dd {
    width: calc(100% - 15.625rem);
  }
}
@media only screen and (max-width: 1079px) {
  .mw_wp_form dl dd {
    padding: 0.7692307692rem 0 1.1538461538rem;
  }
}
.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 input[type=password],
.mw_wp_form textarea {
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 0.75em 1em;
  background: #fff;
  border: 1px solid #99465A;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.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 input[type=password]::-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 input[type=password]::placeholder,
.mw_wp_form textarea::placeholder {
  color: #C7C7C7;
}
.mw_wp_form .btn {
  display: flex;
  justify-content: center;
  gap: 0 3.125rem;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 1079px) {
  .mw_wp_form .btn {
    flex-direction: column-reverse;
    gap: 2.0769230769rem 0;
    align-items: center;
  }
}
.mw_wp_form input[type=submit],
.mw_wp_form input[type=reset], .mw_wp_form button[type=submit] {
  cursor: pointer;
  display: block;
  width: 15rem;
  color: #fff;
  background: #99465A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 1.25rem 0;
  border: none;
  border-radius: 999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.25s;
}
@media only screen and (max-width: 1079px) {
  .mw_wp_form input[type=submit],
  .mw_wp_form input[type=reset], .mw_wp_form button[type=submit] {
    width: 14.6153846154rem;
  }
}
.mw_wp_form button[type=submit] {
  position: relative;
}
.mw_wp_form button[type=submit]:hover::before {
  transform: translateY(-50%) scale(1.3);
}
.mw_wp_form button[type=submit]::before {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.375s;
}
.mw_wp_form button[type=submit]::after {
  content: "";
  width: 0.75rem;
  aspect-ratio: 1/1;
  background: url(../img/arw_blue.svg) center/100% no-repeat;
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
}
.mw_wp_form input[type=reset] {
  color: #fff;
  border-radius: 0.3125rem;
}
.mw_wp_form select {
  display: block;
  width: 100%;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #99465A;
  border-radius: 0.5rem;
  padding: 0.75em 1em;
}
.mw_wp_form .radio {
  gap: 1.25rem;
  margin-top: 0.5rem;
}
.mw_wp_form .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 1.875rem;
  margin-right: 0.625rem;
}
.mw_wp_form .radio label input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.mw_wp_form .radio label:has(input:checked)::after {
  opacity: 1;
}
.mw_wp_form .radio label::before,
.mw_wp_form .radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.mw_wp_form .radio label::before {
  background-color: #FFF;
  border: 1px solid #99465A;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}
.mw_wp_form .radio label::after {
  background-color: #99465A;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 4px;
}
.mw_wp_form .radio input:checked + label::after {
  opacity: 1;
}
.mw_wp_form .radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .radio_btn {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.mw_wp_form .check_box {
  text-align: center;
  margin: 3.125rem auto 0;
}
.mw_wp_form .check_box > label {
  position: relative;
  cursor: pointer;
}
.mw_wp_form .check_box > label > span {
  display: inline;
  padding-left: 2.75rem;
  font-size: 1.125rem;
}
.mw_wp_form .check_box > label > span::before {
  content: "";
  background: #fff;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 50%;
  border-radius: 0.125rem;
  transform: translateY(-50%);
  position: absolute;
}
.mw_wp_form .check_box > label > span::after {
  content: "";
  display: block;
  border-right: 2px solid #99465A;
  border-bottom: 2px solid #99465A;
  width: 0.5rem;
  height: 0.875rem;
  left: 0.5625rem;
  top: 0.1875rem;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
}
.mw_wp_form .check_box > label input[type=checkbox] {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.mw_wp_form .check_box > label input[type=checkbox]:checked + span::before {
  background: #fff;
}
.mw_wp_form .check_box > label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.mw_wp_form .check_box .mwform-checkbox-field .mwform-checkbox-field-text {
  display: none;
}
.mw_wp_form .zip {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0 0 0.625rem;
}
.mw_wp_form .zip label, .mw_wp_form .zip span {
  font-size: 1.375rem;
  line-height: 1.2;
}
.mw_wp_form .zip input {
  width: 6.875rem;
  margin-top: 0;
}
.mw_wp_form .zip input[type=button] {
  height: 2.5rem;
  border: none;
  background-color: #000;
  color: #FFF;
  margin: 0 0 0 1.25rem;
}
.mw_wp_form.mw_wp_form_confirm .input_text {
  display: none;
}
@media only screen and (min-width: 1080px) {
  .mw_wp_form.mw_wp_form_confirm dl dd {
    line-height: 1.5;
  }
}

/* wp-pagenavi */
.wp-pagenavi {
  text-align: center;
  margin-top: 6.25rem;
}
@media only screen and (max-width: 1079px) {
  .wp-pagenavi {
    margin-top: 5rem;
  }
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi .current, .wp-pagenavi .pages {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  background: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 0.25em;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0.6em 0 0.3em;
  transition: 0.375s cubic-bezier(0.16, 1, 0.3, 1);
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  background: #99465A;
}

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

.en {
  font-family: "Jost", sans-serif;
}

.lead {
  color: #99465A;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: -0.25em 0;
  font-feature-settings: "palt" 1;
}

#index {
  overflow: hidden;
}
#index .contents .brown {
  color: #99465A;
}
#index .contents p {
  line-height: 2;
  margin: calc(2.5rem - 0.5em) 0 -0.5em;
}
#index .contents .fs14 {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: calc(1.75rem - 0.375em) 0 -0.375em;
}
#index .contents .fs18 {
  font-size: 1.125rem;
  font-weight: bold;
}
#index .contents .fs20 {
  font-size: 1.25rem;
  font-weight: bold;
}
#index .contents .fs22 {
  font-size: 1.375rem;
  font-weight: bold;
}
#index .contents .fs24 {
  font-size: 1.5rem;
  font-weight: bold;
}
#index .contents .frame {
  padding: 8rem 0;
  position: relative;
  z-index: 1;
}
#index .contents .frame::after {
  content: "";
  width: 100%;
  height: calc(100% - 20vw);
  opacity: 0.32;
  background: #FFF;
  position: absolute;
  top: 10vw;
  left: 0;
  z-index: -1;
}
#index .contents .frame .top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#index .contents .frame .top img {
  width: 100%;
}
#index .contents .frame .btm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#index .contents .frame .btm img {
  width: 100%;
}
#index .contents .imgList {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents .imgList {
    gap: 1rem;
    margin-top: 3rem;
  }
}
#index .contents .imgList li {
  width: 22.625rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents .imgList li {
    width: 54.6875vw;
  }
}
#index .contents .imgList li img {
  border-radius: 7.5rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents .imgList li img {
    border-radius: 23.4375vw;
  }
}
#index .contents #fv {
  width: 100%;
  height: 62.75vw;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv {
    height: 100svh;
    padding: 42.1875vw 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#index .contents #fv::before {
  content: "";
  width: 100vw;
  aspect-ratio: 1600/876.721;
  background: url(../img/Vector1.svg) center/cover no-repeat;
  position: absolute;
  top: 8vw;
  left: -14vw;
  z-index: -2;
  filter: blur(8px);
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv::before {
    width: 156.25vw;
    top: 25vw;
    left: -70.3125vw;
  }
}
#index .contents #fv::after {
  content: "";
  width: 49.69155625vw;
  aspect-ratio: 795.0649/474.6985;
  background: url(../img/Vector2.svg) center/cover no-repeat;
  position: absolute;
  top: 41.9375vw;
  left: 85vw;
  z-index: -2;
  filter: blur(8px);
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv::after {
    width: 77.6430273438vw;
    top: 84.375vw;
    left: 75vw;
  }
}
#index .contents #fv .center {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: calc(100% - 4rem);
  position: absolute;
  place-self: center;
  inset: 0;
  color: #99465A;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.625;
  /* 65px */
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv .center {
    font-size: 1.5rem;
  }
}
#index .contents #fv .catch {
  color: #99465A;
}
@media only screen and (min-width: 1080px) {
  #index .contents #fv .catch {
    position: absolute;
    left: max(2rem, 14.75vw);
    top: 25.5vw;
  }
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv .catch {
    margin-top: 10.9375vw;
  }
}
#index .contents #fv .catch .jp {
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv .catch .jp {
    font-size: 2.5rem;
    margin: -0.3em 0;
  }
}
#index .contents #fv .catch .en {
  font-size: 1vw;
  letter-spacing: 0.15em;
  margin-top: 3vw;
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv .catch .en {
    font-size: 1rem;
    margin-top: 3rem;
  }
}
#index .contents #fv .mv {
  position: relative;
}
@media only screen and (min-width: 1080px) {
  #index .contents #fv .mv {
    position: absolute;
    top: 21.0625vw;
    left: 40.4375vw;
  }
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv .mv {
    width: 77.6430273438vw;
    margin: 0 auto;
  }
}
#index .contents #fv .mv::after {
  content: "";
  width: 36.128975vw;
  aspect-ratio: 578/155;
  background: url(../img/1.svg) center/cover no-repeat;
  position: absolute;
  top: -13.0625vw;
  right: 9.5625vw;
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv .mv::after {
    width: 56.4515429688vw;
    right: 14.94140625vw;
    top: -20.3125vw;
  }
}
#index .contents #fv .mv .swiper {
  width: 49.6875vw;
  aspect-ratio: 795/475;
  -webkit-mask-image: url(../img/mask.svg);
          mask-image: url(../img/mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  overflow: hidden;
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv .mv .swiper {
    width: 100%;
  }
}
#index .contents #fv .mv .swiper .swiper-wrapper {
  display: flex;
}
#index .contents #fv .mv .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}
#index .contents #fv .mv .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: unset;
}
#index .contents #fv .scroll {
  color: #99465A;
  font-size: 0.75rem;
  font-family: "Jost", sans-serif;
  writing-mode: vertical-rl;
  position: absolute;
  left: 17.5vw;
  bottom: 12.25vw;
  padding-left: 0.5rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #fv .scroll {
    left: 50%;
    bottom: 18.75vw;
    transform: translateX(-50%);
  }
}
#index .contents #fv .scroll::after {
  content: "";
  width: 1px;
  height: 6rem;
  background: #99465A;
  position: absolute;
  left: 0;
  top: 0;
}
#index .contents #mission {
  margin-top: 3.5rem;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission {
    margin: 0;
  }
}
#index .contents #mission::after {
  content: "";
  width: 90.7855625vw;
  aspect-ratio: 1452.569/1125.306;
  background: url(../img/Vector3.svg) center/cover no-repeat;
  position: absolute;
  top: -5.25vw;
  left: 0;
  z-index: -2;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission::after {
    width: 141.85234375vw;
    top: -20.3125vw;
    left: -46.484375vw;
  }
}
#index .contents #mission h2 .en {
  color: #99465A;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}
#index .contents #mission .lead {
  margin: calc(4.5rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .lead {
    margin: calc(3.5rem - 0.25em) 0 -0.25em;
  }
}
#index .contents #mission .image {
  position: relative;
}
@media only screen and (min-width: 1080px) {
  #index .contents #mission .image {
    position: absolute;
    left: 25.25rem;
    top: 14.5rem;
    z-index: -1;
  }
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .image {
    width: 77.6431640625vw;
    margin: 2.6875rem auto 0;
  }
}
#index .contents #mission .image .mask {
  width: 795.065px;
  aspect-ratio: 795.065/474.699;
  -webkit-mask-image: url(../img/mask.svg);
          mask-image: url(../img/mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  overflow: hidden;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .image .mask {
    width: 100%;
  }
}
#index .contents #mission .image::after {
  content: "";
  width: 16.25rem;
  aspect-ratio: 260/328;
  background: url(../img/2.svg) center/cover no-repeat;
  position: absolute;
  top: -17.125rem;
  right: -0.625rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .image::after {
    width: 25.3721484375vw;
    top: -27.9296875vw;
    right: -6.4453125vw;
  }
}
#index .contents #mission .w1120 {
  position: relative;
}
#index .contents #mission .w1120 p {
  margin: calc(3rem - 0.5em) 0 -0.5em;
}
#index .contents #mission .w1120 .lead + p {
  margin: calc(3.5rem - 0.5em) 0 -0.5em;
}
#index .contents #mission .w1120 .figure {
  margin-top: 8rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .w1120 .figure {
    margin-top: 3.5rem;
  }
}
#index .contents #mission .w1120 .value {
  border-radius: 2rem;
  border: 2px solid #99465A;
  background: rgba(255, 255, 255, 0.48);
  margin-top: 5rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .w1120 .value {
    margin-top: 4rem;
  }
}
#index .contents #mission .w1120 .value.open h3::before {
  transform: translate(50%, -50%) rotate(0deg);
}
#index .contents #mission .w1120 .value.open .detail {
  grid-template-rows: 1fr;
  border-top: 1px dashed #99465A;
  transition: 0.25s cubic-bezier(0.5, 0, 0.75, 0);
}
#index .contents #mission .w1120 .value.open .detail .inner {
  padding-bottom: 5rem;
  opacity: 1;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .w1120 .value.open .detail .inner {
    padding-bottom: 4rem;
  }
}
#index .contents #mission .w1120 .value h3 {
  font-size: 1.25rem;
  color: #99465A;
  padding: 2.25rem 3rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .w1120 .value h3 {
    line-height: 1.5;
    padding: 1rem 4rem 1rem 2rem;
  }
}
#index .contents #mission .w1120 .value h3::after, #index .contents #mission .w1120 .value h3::before {
  content: "";
  width: 1.25rem;
  height: 0.25rem;
  background-color: #99465A;
  position: absolute;
  right: 3.625rem;
  top: 50%;
  transform: translate(50%, -50%);
  transition: transform 0.5s;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .w1120 .value h3::after, #index .contents #mission .w1120 .value h3::before {
    right: 2.5rem;
  }
}
#index .contents #mission .w1120 .value h3::after {
  transform: translate(50%, -50%) rotate(0deg);
}
#index .contents #mission .w1120 .value h3::before {
  transform: translate(50%, -50%) rotate(90deg);
}
#index .contents #mission .w1120 .value .detail {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
#index .contents #mission .w1120 .value .detail .inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 6.125rem;
  transition: padding 0.35s cubic-bezier(0.5, 0, 0.75, 0), opacity 0.2s cubic-bezier(0.5, 0, 0.75, 0);
  opacity: 0;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .w1120 .value .detail .inner {
    padding: 0 2rem;
  }
}
#index .contents #mission .w1120 .value .detail .inner h4 {
  color: #99465A;
  font-size: 1.25rem;
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .w1120 .value .detail .inner h4 {
    margin-top: 3.5rem;
    line-height: 1.5;
  }
}
#index .contents #mission .w1120 .value .detail .inner h4::after {
  content: "";
  width: 2rem;
  height: 2px;
  background-color: #99465A;
  position: absolute;
  left: -2.625rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .w1120 .value .detail .inner h4::after {
    width: 1.5rem;
    left: -2rem;
  }
}
#index .contents #mission .w1120 .value .detail .inner p {
  margin: calc(2.5rem - 0.5em) 0 -0.5em;
}
#index .contents #mission .w1120 .value .detail .inner .link {
  display: block;
  margin-top: 3.375rem;
  text-decoration: underline;
  position: relative;
  padding-left: 2.25rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #mission .w1120 .value .detail .inner .link {
    line-height: 1.75;
    margin-top: 3rem;
  }
}
#index .contents #mission .w1120 .value .detail .inner .link::after {
  content: "";
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/arw.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#index .contents #mission .w1120 .value .detail .inner .link:hover {
  text-decoration: none;
}
#index .contents #value {
  padding: 1rem 0 0;
  margin-top: 9.5rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value {
    margin-top: 8rem;
    padding: 5.125rem 0 0;
  }
}
#index .contents #value::after {
  height: calc(100% - 20vw - 4.0625rem);
}
#index .contents #value .btm {
  bottom: 4.0625rem;
}
#index .contents #value h2 .en {
  color: #99465A;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}
#index .contents #value .lead {
  margin: calc(5.9375rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value .lead {
    margin: calc(3.5rem - 0.25em) 0 -0.25em;
  }
}
#index .contents #value .lead + p {
  margin: calc(3.5rem - 0.5em) 0 -0.5em;
}
#index .contents #value .w1120 {
  position: relative;
}
@media only screen and (min-width: 1080px) {
  #index .contents #value .w1120 .txtBox .w560 {
    width: calc(100% - 35rem);
    max-width: 35rem;
  }
}
#index .contents #value .w1120 .imgBox {
  position: relative;
}
@media only screen and (min-width: 1080px) {
  #index .contents #value .w1120 .imgBox {
    width: 31rem;
    position: absolute;
    right: 0;
    top: -4rem;
  }
}
#index .contents #value .w1120 .imgBox .img {
  position: relative;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value .w1120 .imgBox .img {
    width: calc(100% - 4rem);
    margin: 3rem auto 0;
  }
}
#index .contents #value .w1120 .imgBox .img::after {
  content: "";
  width: 15.99791875rem;
  aspect-ratio: 256/164;
  background: url(../img/3.svg) center/cover no-repeat;
  position: absolute;
  left: -10.875rem;
  top: 6.5rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value .w1120 .imgBox .img::after {
    width: 33.3290039063vw;
    top: -1.1875rem;
    right: -2.625rem;
    left: auto;
  }
}
#index .contents #value .w1120 .imgBox .img img {
  border-radius: 15.5rem;
}
#index .contents #value .w1120 .imgBox .fs14 {
  font-size: 0.875rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  margin: calc(1.75rem - 0.5em) 0 -0.5em;
}
#index .contents #value2 {
  margin-top: 4rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value2 {
    padding-top: 5.125rem;
  }
}
#index .contents #value2::after {
  height: calc(100% - 20vw - 4rem);
}
#index .contents #value2 .btm {
  bottom: 4rem;
}
#index .contents #value2 .w1120 .cm_flex {
  gap: 4rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value2 .w1120 .cm_flex {
    gap: 3rem;
    align-items: center;
  }
}
@media only screen and (min-width: 1080px) {
  #index .contents #value2 .w1120 .cm_flex .txtBox {
    width: calc(100% - 35rem);
  }
}
#index .contents #value2 .w1120 .cm_flex .txtBox .dl {
  margin-top: 3.5rem;
}
#index .contents #value2 .w1120 .cm_flex .txtBox .dl dt {
  display: flex;
  align-items: flex-end;
  gap: 2.25rem;
  color: #99465A;
  font-weight: bold;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1080px) {
  #index .contents #value2 .w1120 .cm_flex .txtBox .dl dt {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1079px) {
  #index .contents #value2 .w1120 .cm_flex .txtBox .dl dt {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.75rem;
  }
}
#index .contents #value2 .w1120 .cm_flex .txtBox .dl dt .count {
  display: block;
  width: 7.3125rem;
  color: #FFF;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
  background: #99465A;
  padding: 0.375rem;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value2 .w1120 .cm_flex .txtBox .dl dt .count {
    border-radius: 0.5rem;
  }
}
#index .contents #value2 .w1120 .cm_flex .txtBox .dl dt .count::after {
  width: 1rem;
  aspect-ratio: 1/1;
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #99465A;
  position: absolute;
  right: 99%;
  bottom: 0;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value2 .w1120 .cm_flex .txtBox .dl dt .count::after {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    bottom: 0;
    right: 50%;
    transform: translate(50%, 100%);
  }
}
#index .contents #value2 .w1120 .cm_flex .txtBox .dl dt .count .num {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding-right: 0.25rem;
}
#index .contents #value2 .w1120 .cm_flex .txtBox .dl dd {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: calc(1.75rem - 0.375em) 0 -0.375em;
}
#index .contents #value2 .w1120 .cm_flex .txtBox .box {
  border-left: 1px solid #99465A;
  padding-left: 1.25rem;
  margin-top: 2.375rem;
}
#index .contents #value2 .w1120 .cm_flex .txtBox .box dl dt {
  color: #99465A;
  font-weight: bold;
  line-height: 1.75;
  margin: -0.375em 0;
}
#index .contents #value2 .w1120 .cm_flex .txtBox .box dl dd {
  font-size: 0.875rem;
  line-height: 1.75;
  margin: calc(1.5rem - 0.375em) 0 -0.375em;
}
#index .contents #value2 .w1120 .cm_flex .txtBox .cm_link {
  width: 18.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  color: #99465A;
  font-weight: bold;
  padding: 0 1.5rem;
  border-radius: 1.75rem;
  border: 1px solid #99465A;
  margin-top: 3.5rem;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value2 .w1120 .cm_flex .txtBox .cm_link {
    margin: 3.5rem auto 0;
  }
}
#index .contents #value2 .w1120 .cm_flex .txtBox .cm_link span {
  display: block;
}
#index .contents #value2 .w1120 .cm_flex .txtBox .cm_link::after {
  content: "";
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/arw.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 1.75rem;
  transition: 0.375s cubic-bezier(0.33, 1, 0.65, 1);
}
#index .contents #value2 .w1120 .cm_flex .txtBox .cm_link:hover::after {
  width: 1.75rem;
}
#index .contents #value2 .w1120 .cm_flex .imgBox {
  position: relative;
}
#index .contents #value2 .w1120 .cm_flex .imgBox::after {
  content: "";
  width: 9.44455rem;
  aspect-ratio: 151/192;
  background: url(../img/4.svg) center/cover no-repeat;
  position: absolute;
  right: 4rem;
  top: -4.5rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value2 .w1120 .cm_flex .imgBox::after {
    width: 22.8497070313vw;
    right: 6.25vw;
    top: -6.25vw;
  }
}
@media only screen and (min-width: 1080px) {
  #index .contents #value2 .w1120 .cm_flex .imgBox {
    width: 31rem;
  }
}
@media only screen and (max-width: 1079px) {
  #index .contents #value2 .w1120 .cm_flex .imgBox {
    width: calc(100% - 4rem);
  }
}
#index .contents #value2 .w1120 .cm_flex .imgBox .img {
  border-radius: 15.5rem;
  overflow: hidden;
}
#index .contents #value2 .imgList {
  margin-top: 4rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #value2 .imgList {
    margin-top: 3rem;
  }
}
#index .contents #team {
  margin-top: 4rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #team {
    margin-top: 8rem;
  }
}
#index .contents #team .lead + p {
  margin: calc(3.6875rem - 0.5em) 0 -0.5em;
}
#index .contents #team .cm_flex {
  gap: 3rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #team .cm_flex {
    align-items: center;
  }
}
#index .contents #team .cm_flex .img {
  width: 20rem;
}
#index .contents #team .cm_flex .img img {
  border-radius: 1.875rem;
}
@media only screen and (min-width: 1080px) {
  #index .contents #team .cm_flex .txtBox {
    width: calc(100% - 23rem);
  }
}
#index .contents #team .cm_flex .txtBox h3 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #team .cm_flex .txtBox h3 {
    text-align: center;
  }
}
#index .contents #team .cm_flex .txtBox .fs18 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: calc(2rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 1079px) {
  #index .contents #team .cm_flex .txtBox .fs18 {
    text-align: center;
  }
}
#index .contents #team .cm_flex .txtBox p {
  margin: calc(2.25rem - 0.5em) 0 -0.5em;
}
#index .contents #team .cm_flex .txtBox p a {
  text-decoration: underline;
  font-weight: bold;
}
#index .contents #team .cm_flex .txtBox p a:hover {
  text-decoration: none;
}
#index .contents #action {
  margin-top: 12.5rem;
  position: relative;
}
#index .contents #action::after {
  content: "";
  width: 100vw;
  aspect-ratio: 1600/876.721;
  background: url(../img/Vector1.svg) center/cover no-repeat;
  position: absolute;
  left: 7vw;
  top: -8vw;
  z-index: -1;
  filter: blur(8px);
}
@media only screen and (max-width: 1079px) {
  #index .contents #action::after {
    width: 312.5vw;
    left: -18.75vw;
    top: -25vw;
  }
}
#index .contents #action h2 .en {
  color: #99465A;
  font-size: 3.5rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}
#index .contents #action h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #99465A;
  font-size: 1.75rem;
}
@media only screen and (min-width: 1080px) {
  #index .contents #action h3 {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1079px) {
  #index .contents #action h3 {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
#index .contents #action h3 img {
  width: auto;
  height: 3.5rem;
}
#index .contents #action h4 {
  color: #99465A;
  font-size: 3rem;
  margin-top: 2rem;
}
#index .contents #action .w1120 .cm_flex {
  align-items: center;
  margin-top: 6rem;
  gap: 3rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #action .w1120 .cm_flex {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1080px) {
  #index .contents #action .w1120 .cm_flex .txtBox {
    width: calc(100% - 35rem);
  }
}
@media only screen and (min-width: 1080px) {
  #index .contents #action .w1120 .cm_flex .img {
    width: 32rem;
  }
}
#index .contents #action .w1120 .cm_flex .img img {
  border-radius: 12.5rem;
  overflow: hidden;
}
#index .contents #action .w1120 .cm_flex + h3 {
  margin-top: 6rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #action .w1120 .cm_flex + h3 {
    margin-top: 5rem;
  }
}
#index .contents #products {
  width: calc(100% - 12.5vw);
  margin: 4rem 0 0 auto;
  border-radius: 5rem 0 0 5rem;
  background: linear-gradient(90deg, #99465A 0%, #FDB241 100%);
  color: #FFF;
  padding: 5rem 0 5rem 7.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1079px) {
  #index .contents #products {
    width: 100%;
    margin-top: 2.8125rem;
    border-radius: 4rem;
    padding: 4rem 0;
  }
}
#index .contents #products h2 .en {
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  font-weight: normal;
}
@media only screen and (max-width: 1079px) {
  #index .contents #products h2 {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 1079px) {
  #index .contents #products h2 + p {
    padding: 0 2rem;
  }
}
#index .contents #products .products-swiper {
  margin-top: 4rem;
}
@media only screen and (min-width: 1080px) {
  #index .contents #products .products-swiper {
    padding-right: 7.5rem;
  }
}
@media only screen and (max-width: 1079px) {
  #index .contents #products .products-swiper {
    margin-top: 3rem;
    padding-left: 2rem;
  }
}
#index .contents #products .products-swiper .swiper-wrapper {
  display: flex;
}
#index .contents #products .products-swiper .swiper-wrapper .swiper-slide {
  width: 24rem;
  flex-shrink: 0;
}
#index .contents #products .products-swiper .swiper-wrapper .swiper-slide img {
  border-radius: 3rem;
}
#index .contents #products .products-swiper .swiper-wrapper .swiper-slide .fs18 {
  margin: calc(2.25rem - 0.5em) 0 -0.5em;
}
#index .contents #products .cm_link2 {
  width: 15rem;
  height: 3.5rem;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 0 1.5rem;
  border-radius: 1.75rem;
  border: 1px solid #fff;
  margin-top: 5rem;
  position: relative;
}
@media only screen and (max-width: 1079px) {
  #index .contents #products .cm_link2 {
    margin: 3.5rem auto 0;
  }
}
#index .contents #products .cm_link2 span {
  display: block;
}
#index .contents #products .cm_link2 img {
  width: 0.875rem;
}
#index .contents #aboutUs {
  margin-top: 12.5rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #aboutUs {
    margin-top: 10rem;
  }
}
#index .contents #aboutUs h2 .en {
  color: #99465A;
  font-size: 3.5rem;
  letter-spacing: 0.15em;
  font-weight: normal;
}
#index .contents #aboutUs .cm_flex {
  margin-top: 8rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #aboutUs .cm_flex {
    gap: 3rem;
  }
}
#index .contents #aboutUs .cm_flex h3 {
  color: #99465A;
  min-width: 15rem;
}
#index .contents #aboutUs .cm_flex h3 span {
  display: block;
}
#index .contents #aboutUs .cm_flex h3 .en {
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}
#index .contents #aboutUs .cm_flex h3 .jp {
  font-size: 0.75rem;
  margin-top: 1.5rem;
}
#index .contents #aboutUs .cm_flex h4 {
  color: #99465A;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  margin-top: 3.5rem;
}
#index .contents #aboutUs .cm_flex .list {
  margin-top: 2.5rem;
}
#index .contents #aboutUs .cm_flex .list li {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
  margin: calc(1rem - 0.5em) 0 -0.5em;
}
@media only screen and (min-width: 1080px) {
  #index .contents #aboutUs .cm_flex .txtBox {
    width: calc(100% - 15rem);
  }
}
#index .contents #aboutUs .cm_flex .txtBox > *:first-child {
  margin-top: 0;
}
#index .contents #aboutUs .cm_flex .txtBox .lead2 {
  color: #99465A;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75; /* 56px */
  letter-spacing: 0.05em;
  margin: -0.375em 0;
}
#index .contents #aboutUs .cm_flex .txtBox .line:nth-child(2) {
  margin: calc(3.5rem - 0.5em) 0 -0.5em;
}
#index .contents #aboutUs .cm_flex .txtBox .image {
  border-radius: 2.5rem;
  overflow: hidden;
  margin-top: 3.5rem;
}
#index .contents #aboutUs .cm_flex .txtBox .name {
  margin-top: 3rem;
  font-size: 1.5rem;
  text-align: right;
}
#index .contents #aboutUs .cm_flex .txtBox .name span {
  display: block;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1079px) {
  #index .contents #aboutUs .cm_flex .txtBox .sp-scroll {
    overflow-x: auto;
    height: 40rem;
  }
}
@media only screen and (max-width: 1079px) {
  #index .contents #aboutUs .cm_flex .txtBox .sp-scroll table th,
  #index .contents #aboutUs .cm_flex .txtBox .sp-scroll table td {
    white-space: nowrap;
  }
}
#index .contents #aboutUs .cm_flex .txtBox table {
  width: 100%;
  border-top: 1px solid rgba(153, 70, 90, 0.2);
}
#index .contents #aboutUs .cm_flex .txtBox table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
#index .contents #aboutUs .cm_flex .txtBox table tr th {
  width: 10rem;
  padding: 1.5rem 0;
  vertical-align: top;
  line-height: 1.75;
  border-bottom: 1px solid rgba(153, 70, 90, 0.2);
}
@media only screen and (max-width: 1079px) {
  #index .contents #aboutUs .cm_flex .txtBox table tr th {
    width: 7rem;
  }
}
#index .contents #aboutUs .cm_flex .txtBox table tr td {
  line-height: 1.75;
  border-bottom: 1px solid rgba(153, 70, 90, 0.2);
  padding: 1.5rem 0;
}
#index .contents #aboutUs .cm_flex .txtBox .history {
  font-size: 0.875rem;
}
#index .contents #aboutUs .cm_flex .txtBox .history tr th {
  padding: 1.25rem 1rem;
  font-weight: normal;
  line-height: 1.5;
  width: auto;
  background: #99465A;
  color: #FFF;
}
#index .contents #aboutUs .cm_flex .txtBox .history tr th:first-child {
  white-space: nowrap;
}
#index .contents #aboutUs .cm_flex .txtBox .history tr td {
  padding: 1.25rem 1rem;
  line-height: 1.5;
  border-right: 1px solid rgba(153, 70, 90, 0.2);
}
#index .contents #aboutUs .cm_flex .txtBox .history tr td .link {
  display: inline-block;
  padding-right: 1.5rem;
  text-decoration: underline;
}
#index .contents #aboutUs .cm_flex .txtBox .history tr td .link::after {
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(../img/link.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  filter: brightness(0.1);
}
#index .contents #aboutUs .cm_flex .txtBox .history tr td .link:hover {
  text-decoration: none;
}
#index .contents #contact {
  margin-top: 12.5rem;
  padding: 8rem 0;
  border-radius: 10rem 0 0 10rem;
  background: #FFF;
}
@media only screen and (max-width: 1079px) {
  #index .contents #contact {
    width: 100%;
    margin-top: 10rem;
    border-radius: 4rem;
    padding: 4rem 0;
  }
}
#index .contents #contact .w1120 h2 .en {
  color: #99465A;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}
#index .contents #contact .w1120 .recaptcha {
  margin: 4rem 0 4rem;
}
#index .contents #contact .w1120 .recaptcha #gr_checkbox > div {
  margin: 0 auto;
}
#index .contents #contact .w1120 form .btn .submit input:disabled {
  cursor: default;
  background: #ccc;
  border: 2px solid #ccc;
}
#index .contents #contact .w1120 form .btn .submit input:disabled:hover {
  opacity: 1;
}

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