@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  overflow: hidden;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  font-optical-sizing: auto;
}

@media (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
.mx-sm {
  max-width: 70rem;
}
.mx-md {
  max-width: 100rem;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.5em;
}
.mt-10 {
  margin-top: 1em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mt-20 {
  margin-top: 2em;
}
.mt-sm {
  margin-top: 3rem;
}
.mt-md {
  margin-top: 5rem;
}
.mt-lg {
  margin-top: 10rem;
}
.mt-big-lg {
  margin-top: 20rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.5em;
}
.mb-10 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mb-20 {
  margin-bottom: 2em;
}
.mb-sm {
  margin-bottom: 3rem;
}
.mb-md {
  margin-bottom: 5rem;
}
.mb-lg {
  margin-bottom: 10rem;
}

.ms-auto {
  margin-left: auto;
}

.bg-01 {
  background: linear-gradient(135deg, #efe6f2 0%, #f8e7eb 50%, #f5f7e4 100%);
}
.bg-img {
  position: relative;
}
.bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../../images/home/bg-img.jpg");
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-dark {
  background-color: #333;
}
.bg-white {
  background-color: #fff;
}

.w-100 {
  width: 100%;
}
.w-fit {
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-sm {
  max-width: 64rem;
}
.w-md {
  max-width: 90rem;
}

.hr-01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: none;
  border-top: 1px solid #ccc;
}

* {
  color: var(--text-color, #000);
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p {
  line-height: 1.75;
}

em, address {
  font-style: normal;
}

.text-serif {
  font-family: "Noto Serif JP", serif;
}
.text-en {
  font-family: "Poppins", sans-serif;
}
.text-en2 {
  font-family: "pirulen", sans-serif;
}
.text-unset {
  font-family: initial;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-primary {
  color: #d50a25;
}
.text-red {
  color: #e61519;
}
.text-white {
  --text-color: #fff;
}
.text-sm {
  font-size: 1.2rem;
}
.text-md {
  font-size: 1.4rem;
}
.text-lg {
  font-size: 2rem;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.ls-0 {
  letter-spacing: 0;
}
.ls-sm {
  letter-spacing: 0.025em;
}
.ls-md {
  letter-spacing: 0.1em;
}
.ls-lg {
  letter-spacing: 0.2em;
}

.is-diamond::before {
  content: "◆";
  margin-right: 0.5rem;
  color: #e14f63;
}

figure, picture {
  margin-bottom: 0;
  display: block;
}

img, svg, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-border {
  border: 1px solid #ccc;
}
.img-fluid {
  width: var(--width-pc) !important;
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
}
.video video {
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

a {
  color: var(--text-color, #333);
  text-decoration: none;
}
a * {
  color: var(--text-color, #333);
}
a:not([class]) {
  transition: opacity 0.3s;
}
a:not([class]):hover {
  opacity: 0.75;
}

[data-link=image] {
  display: block;
  overflow: hidden;
}
[data-link=image] .image {
  display: block;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1;
}
[data-link=image] img, [data-link=image] svg {
  transition: transform 0.3s;
}
[data-link=image]:hover {
  opacity: 1 !important;
}
[data-link=image]:hover img, [data-link=image]:hover svg {
  transform: scale(1.1);
}

.link-underline {
  text-decoration: underline;
}
.link-external {
  display: inline-flex;
  gap: 0 0.25em;
  align-items: center;
}
.link-external::after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 12"><path d="M2 0h12v10H2Zm11 1H3v8h10Z"/><path d="M9.5 12H0V4.5h1V11h8.5Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

dl, dt, dd {
  margin-bottom: 0;
}

.list-dot li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.875;
}
.list-dot li::before {
  content: "・";
}
.list-circle li {
  margin-left: 1.25em;
  text-indent: -1.25em;
  line-height: 1.875;
}
.list-circle li::before {
  content: "●";
  margin-right: 0.25em;
}
.list-note {
  list-style-type: none;
}
.list-note li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.875;
}
.list-note li::before {
  content: "※";
}
.list-number {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.list-number li {
  line-height: 1.875;
}
.list-numzero {
  counter-reset: count;
}
.list-numzero li {
  margin-left: 1.75em;
  text-indent: -1.75em;
  line-height: 1.875;
}
.list-numzero li::before {
  content: counter(count, decimal-leading-zero) ".";
  margin-right: 0.25em;
  counter-increment: count;
}

.d-grid {
  display: grid;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}

.gap-sm {
  gap: 1.2rem;
}
.gap-md {
  gap: 1.6rem;
}
.gap-lg {
  gap: 2rem;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .tabOnly {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .text-md-center {
    text-align: center;
  }
  .mx-pc-auto {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.6rem;
  }
  p {
    line-height: 1.54;
  }
  .bg-gray {
    padding: 8rem 6rem;
    background: #f5f7e4;
  }
  .bg-img::after {
    content: "";
    background-image: url("../../images/home/bg-img-sp.jpg");
  }
  .img-fluid {
    width: var(--width-sp) !important;
  }
  .list-sp-space li + li {
    margin-top: 1rem;
  }
  .mt-lg {
    margin-top: 6rem !important;
  }
  .mt-md {
    margin-top: 4rem !important;
  }
  .mt-sm {
    margin-top: 3rem !important;
  }
  .mt-big-lg {
    margin-top: 11rem;
  }
  .mb-lg {
    margin-bottom: 6rem !important;
  }
  .mb-md {
    margin-bottom: 4rem !important;
  }
  .mb-sm {
    margin-bottom: 3rem !important;
  }
  .mx-sp-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .text-sp-center {
    text-align: center;
  }
  .mx-md {
    max-width: 100%;
  }
}
.wysiwyg-editor p + p {
  margin-top: 2rem;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__inner {
  width: 100%;
  height: 7rem;
  padding: 0 20rem 0 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #d50a25;
  filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.1));
}
.header__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}
.header__title--logo {
  width: 7rem;
}
.header__navi {
  line-height: 1;
}
.header__navi .btn-contact {
  width: 16.5rem;
  height: 6.5rem;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #d50a25;
  font-size: 1.6rem;
  --text-color: $primary;
}
.header__navi .btn-contact::after {
  content: "";
  width: 10rem;
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 5rem);
  border-bottom: 2px solid #d50a25;
  color: #d50a25;
}
.header__navi--menu {
  position: relative;
  display: flex;
  gap: 0 6rem;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
.header__navi--menu a {
  position: relative;
  color: white;
}
.header__navi--menu a::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  border-bottom: 2px solid white;
}

@media screen and (min-width: 769px) {
  .header__navi--menu a {
    transition: opacity 0.3s;
  }
  .header__navi--menu a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 7rem;
    padding: 0 1.2rem 0 1.6rem;
  }
  .header__title--inner {
    gap: 0.75rem 0;
  }
  .header__title .catch {
    font-size: 1rem;
  }
  .header__title .title {
    font-size: 1.8rem;
  }
  .header__title .title span {
    font-size: 1rem;
  }
  .header__navi {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -2;
    display: none;
  }
  .header__hamburger {
    width: 3.9rem;
    height: 2.5rem;
    margin-left: auto;
    padding: 0;
    position: relative;
    z-index: 2;
    background-color: #d50a25;
  }
  .header__hamburger .inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .header__hamburger .inner > span {
    width: 100%;
    height: 0.3rem;
    position: absolute;
    right: 0;
    background-color: #fff;
    transition: all 0.3s;
  }
  .header__hamburger .inner > span:nth-child(1) {
    top: 0;
  }
  .header__hamburger .inner > span:nth-child(2) {
    top: 50%;
  }
  .header__hamburger .inner > span:nth-child(3) {
    top: 100%;
  }
  .header__hamburger .label {
    display: inline-block;
    color: #d50a25;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1;
  }
  .header__hamburger.is-open .inner > span {
    background-color: #fff;
  }
  .header__hamburger.is-open .inner > span:nth-child(1) {
    width: 100%;
    top: 50%;
    transform: rotate(45deg);
  }
  .header__hamburger.is-open .inner > span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .header__hamburger.is-open .inner > span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .header__spNavi {
    width: 100%;
    height: 100vh;
    padding: 3rem 3rem 0 3rem;
    position: fixed;
    top: 6.3rem;
    left: 0;
    z-index: -1;
    display: none;
    background: #d50a25;
  }
  .header__spNavi--menu {
    --text-color: white;
  }
  .header__spNavi--menu ul li {
    width: calc(100% + 2rem);
    margin-left: -4rem;
    padding-right: 1rem;
    padding-left: 4rem;
    text-align: right;
    font-size: 3rem;
  }
  .header__spNavi--menu ul li + li {
    margin-top: 0.35em;
    padding-top: 1.5em;
    border-top: 2px solid white;
  }
  .header__spNavi--menu ul li:last-child {
    padding-bottom: 0.35em;
    border-bottom: 2px solid white;
  }
  .header__spNavi--menu .btn-contact {
    width: 26rem;
    height: 6.4rem;
    margin: 5rem auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #d50a25;
    font-size: 2.6rem;
    --text-color: $primary;
  }
  .header__spNavi--title {
    margin-bottom: 5rem;
    font-size: 3.5rem;
  }
  .header__spNavi--list {
    display: flex;
    gap: 4rem 0;
    flex-direction: column;
  }
  .header__spNavi--list > * {
    width: 100%;
  }
  .header__spNavi--item {
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  .header__spNavi--item a {
    width: 100%;
    height: 12rem;
    padding: 3rem 4rem;
    position: relative;
    display: block;
    border: 2px solid;
    border-radius: 0.5rem;
    background-color: transparent;
    box-shadow: 1rem 1rem 0 #fff;
  }
  .header__spNavi--item a::after {
    content: "";
    width: 9.2rem;
    height: 1.8rem;
    position: absolute;
    top: calc(50% - 0.9rem);
    right: 4rem;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 12'><g fill='%23FFF'><path d='m33.444.001 11.8 12h5.9l-11.8-12Z'/><path d='m42.298.001 11.8 12h5.9l-11.8-12Z'/><path d='m0 9.001 2.95 3H42.3l-2.95-3Z'/></g></svg>");
    background-size: contain;
  }
  .header__spNavi--item a > span {
    display: block;
  }
  .header__spNavi--item .text {
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 2.6rem;
  }
  .header__spNavi--item .label {
    margin-top: 0.2em;
    font-family: "tachyon", sans-serif;
    font-size: 4.8rem;
    opacity: 0.2;
  }
}
.footer {
  padding: 6rem 0 3rem;
  background-color: #d50a25;
  font-weight: 500;
  font-size: 1.8rem;
  --text-color: white;
}
.footer__inner--title {
  width: 60rem;
  margin-bottom: 2rem;
  padding: 1rem 0;
  display: inline-block;
  border-radius: 5rem;
  background-color: white;
  color: #d50a25;
  text-align: center;
  font-size: 2.3rem;
}
.footer__inner--sentence {
  margin-bottom: 3rem;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.footer__inner--sentence .phone {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: bold;
  font-size: 4.7rem;
}
.footer__inner--sentence .phone::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  background-image: url("../../images/common/phone-mumer.svg");
  background-size: contain;
}
.footer__inner--copyRight {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .footer__inner--title {
    width: 100%;
    padding: 0.5rem 0;
  }
  .footer__inner--sentence {
    gap: 0.5rem;
    flex-direction: column;
  }
  .footer__inner--sentence .phone {
    letter-spacing: 0;
    font-size: 4rem;
  }
  .footer__inner--sentence .phone::before {
    width: 3.6rem;
  }
  .footer__inner--copyRight {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
.main {
  padding-bottom: 8rem;
  position: relative;
}
.main__block {
  margin-bottom: 10rem;
}
.main__block[class*=bg-] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.main__container {
  max-width: 124rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.main__container + .main__container {
  margin-top: 6.4rem;
}

.common__headline {
  background-color: #d50a25;
}
.common__headline--inner {
  min-height: 26.4rem;
  display: flex;
  align-items: center;
}
.common__headline--title > span {
  display: block;
}
.common__headline--label {
  font-size: 2rem;
}
.common__headline--title {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .main__container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .main__block {
    margin-bottom: 6rem;
  }
  .main__block[class*=bg-] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.heading__01 {
  margin-bottom: 4.8rem;
  letter-spacing: 0;
  font-weight: 700;
}
.heading__01 > span {
  display: block;
}
.heading__01--label {
  display: block;
  color: var(--text-color, #ff8b8b);
  font-size: 4rem;
  line-height: 1;
}
.heading__01--title {
  margin-bottom: 1.5rem;
  font-size: 4rem;
}
.heading__01::after {
  content: "";
  height: 5rem;
  margin: 0 auto;
  display: inline-block;
  border-left: 4px solid #d50a25;
}
.heading__02 {
  margin-bottom: 2.4rem;
}
.heading__02--title01, .heading__02--title02 {
  width: 100%;
  width: fit-content;
  padding: 1rem 2rem;
  position: relative;
  display: block;
  color: white;
  font-size: 3.3rem;
}
.heading__02--title01::after, .heading__02--title02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../../images/home/heading.jpg");
}
.heading__02--title01 {
  min-width: 65rem;
}
.heading__02--title02 {
  min-width: 55rem;
}
.heading__02 span + span {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .heading__01 {
    margin-bottom: 3rem;
  }
  .heading__01--label {
    margin-bottom: 0.5rem;
    font-size: 3rem;
  }
  .heading__01--title {
    font-size: 3rem;
  }
  .heading__01::after {
    height: 3.5rem;
  }
  .heading__02 {
    width: calc(100% + 2rem);
    margin-bottom: 2rem;
    margin-left: -2rem;
  }
  .heading__02--title01, .heading__02--title02 {
    font-size: 2.5rem;
  }
  .heading__02--title01::after, .heading__02--title02::after {
    content: "";
    background-image: url("../../images/home/heading-sp.jpg");
  }
  .heading__02--title01 {
    min-width: 100%;
  }
  .heading__02--title02 {
    min-width: 100%;
  }
}
.btn__01 {
  width: 30rem;
  min-width: fit-content;
  margin-top: 5rem;
  padding: 0.75em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d50a25;
  color: var(--btn-text, #d50a25);
  font-weight: bold;
  font-size: 2.3rem;
}
.btn__01 * {
  color: var(--btn-text, #fff);
}
.btn__01.bg-primary {
  background-color: var(--btn-bg, #d50a25);
  color: var(--btn-text, #fff);
}
.btn__01.next {
  position: relative;
}
.btn__01.next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.8rem;
  border-right: 2px solid var(--btn-text-color, #d50a25);
  border-bottom: 2px solid var(--btn-text-color, #d50a25);
  transform: rotate(-45deg);
}
.btn__01.pdf {
  position: relative;
}
.btn__01.pdf::after {
  content: "";
  width: 1.3em;
  position: absolute;
  top: 50%;
  right: 1em;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='24' viewBox='0 0 20 24'>  <g id='グループ_189' data-name='グループ 189' transform='translate(0)'>    <path id='パス_358' data-name='パス 358' d='M63.583,0h-8.8l-.447.437L48.153,6.473l-.447.437V19.973A4.08,4.08,0,0,0,51.83,24H63.583a4.08,4.08,0,0,0,4.123-4.026V4.026A4.08,4.08,0,0,0,63.583,0Zm2.6,19.973a2.566,2.566,0,0,1-2.6,2.535H51.83a2.567,2.567,0,0,1-2.6-2.535V7.528h4.019a2.139,2.139,0,0,0,2.164-2.113V1.491h8.167a2.566,2.566,0,0,1,2.6,2.536Z' transform='translate(-47.706)' fill='%23fff'/>    <path id='パス_359' data-name='パス 359' d='M136.476,252.785h-1.337a.383.383,0,0,0-.407.414v3.457a.469.469,0,1,0,.935,0v-1.05a.034.034,0,0,1,.039-.038h.77a1.4,1.4,0,1,0,0-2.782Zm-.058,1.974h-.713a.034.034,0,0,1-.039-.038v-1.089a.034.034,0,0,1,.039-.038h.713a.584.584,0,1,1,0,1.165Z' transform='translate(-130.534 -240.936)' fill='%23fff'/>    <path id='パス_360' data-name='パス 360' d='M221.069,252.785h-1.025a.383.383,0,0,0-.407.414v3.508a.378.378,0,0,0,.407.407h1.025c.923,0,1.5-.293,1.725-1a5.382,5.382,0,0,0,0-2.33C222.566,253.078,221.992,252.785,221.069,252.785Zm.828,3.005c-.109.344-.42.49-.854.49h-.433a.034.034,0,0,1-.039-.038v-2.585a.034.034,0,0,1,.039-.038h.433c.433,0,.745.147.854.49a4.69,4.69,0,0,1,0,1.681Z' transform='translate(-211.343 -240.936)' fill='%23fff'/>    <path id='パス_361' data-name='パス 361' d='M310.163,252.785h-2.1a.383.383,0,0,0-.408.414v3.457a.469.469,0,1,0,.936,0v-1.235a.033.033,0,0,1,.038-.038h1.223a.4.4,0,1,0,0-.8h-1.223a.034.034,0,0,1-.038-.038v-.911a.034.034,0,0,1,.038-.038h1.534a.405.405,0,1,0,0-.808Z' transform='translate(-295.123 -240.936)' fill='%23fff'/></g></svg>");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  aspect-ratio: 1;
}
.btn__01.arrow {
  padding-right: 2.75em;
  position: relative;
}
.btn__01.arrow::after {
  content: "";
  width: 0.75em;
  position: absolute;
  top: 50%;
  right: 1em;
  background-image: url("data: image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.5 7.36'><path fill='%23fff' d='M7.35 3.33h0L4.17.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l2.33 2.33H0v1h5.79L3.46 6.52c-.2.2-.2.51 0 .71.2.2.51.2.71 0l3.18-3.18c.2-.2.2-.51 0-.71Z'/></svg>");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  aspect-ratio: 1;
}

.icon-plus {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.icon-plus::before, .icon-plus::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: black;
  transform: translate(-50%, -50%);
}
.icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.icon-cross {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.icon-cross::before, .icon-cross::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.arrow-01 {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #d50a25;
}
.arrow-01::after {
  content: "";
  width: 30%;
  height: 30%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.arrow-01.top::after {
  margin-bottom: -10%;
  transform: rotate(-45deg);
}
.arrow-01.right::after {
  margin-left: -10%;
  transform: rotate(45deg);
}
.arrow-01.left::after {
  margin-right: -10%;
  transform: rotate(-135deg);
}
.arrow-01.bottom::after {
  margin-top: -10%;
  transform: rotate(135deg);
}

.column {
  display: flex;
  gap: var(--gap-size, 2rem);
  flex-wrap: wrap;
  justify-content: center;
}
.column.col2 > * {
  width: calc((100% - var(--gap-size, 2rem)) / 2);
}
.column.col3 {
  gap: var(--gap-size, 4rem);
}
.column.col3 > * {
  width: calc((100% - var(--gap-size, 4rem) * 2) / 3);
}
.column.col4 > * {
  width: calc((100% - var(--gap-size, 2rem) * 3) / 4);
}

.grid {
  display: grid;
  gap: var(--gap-size, 2rem);
}
.grid.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.col5 {
  grid-template-columns: repeat(5, 1fr);
}

.breadcrumbs {
  margin-top: 2.4rem;
  margin-bottom: 4.8rem;
}
.breadcrumbs__inner {
  display: flex;
  gap: 0.25em 0.5em;
}
.breadcrumbs__inner > span {
  white-space: nowrap;
}
.breadcrumbs__inner > span:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs a {
  text-decoration: underline;
}

.pager__archive--inner {
  display: flex;
  gap: 0 1.2rem;
  align-items: center;
  justify-content: center;
}
.pager__archive .page-numbers {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  color: #d50a25;
  font-size: 1.8rem;
}
.pager__archive .page-numbers.dots {
  margin: 0 -0.5rem;
}
.pager__archive .page-numbers.current {
  background-color: var(--theme-color, #d50a25);
  color: #fff;
  font-weight: 700;
}
.pager__archive .page-numbers.prev, .pager__archive .page-numbers.next {
  background: url("data: image/svg+xml,<svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 1.31625L1.34583 0L8 6.5L1.34583 13L0 11.6838L5.30417 6.5L0 1.31625Z' fill='%23261F88'/></svg>") no-repeat center/contain;
  background-size: 1rem auto;
}
.pager__archive .page-numbers.prev {
  transform: scaleX(-1);
}

.slider__01 {
  position: relative;
}
.slider__01 .swiper-slide {
  width: 30rem;
}
.slider__01--image {
  display: block;
  aspect-ratio: 1;
}
.slider__01--image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-content {
  margin-bottom: -3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.swiper-pagination.type {
  bottom: 0.5rem !important;
  --swiper-pagination-color: #c00000;
}
.swiper-pagination.type01 {
  margin-top: 3.2rem;
  position: relative;
  bottom: auto !important;
  line-height: 0;
  --swiper-pagination-bullet-height: 1.2rem;
  --swiper-pagination-bullet-horizontal-gap: .6rem;
  --swiper-pagination-bullet-inactive-color: #e2e2e2;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 1.2rem;
  --swiper-pagination-color: #a878f4;
}

@media screen and (max-width: 768px) {
  .swiper-pagination.type01 {
    margin-top: 2rem;
    --swiper-pagination-bullet-height: 1.0rem;
    --swiper-pagination-bullet-width: 1.0rem;
  }
}
.table__01 {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.table__01 th, .table__01 td {
  padding: 1em 1.25em;
  border: 1px solid #dde1e6;
}
.table__01 thead th {
  background-color: #d50a25;
  --text-color: #fff;
}
.table__01 tbody th {
  background-color: #f5f6f9;
  font-weight: 500;
}
.table__dl01 {
  display: grid;
  grid-template-columns: 20rem 1fr;
  font-weight: 400;
  font-size: 2rem;
}
.table__dl01 > dt {
  border-top: 2px solid #d50a25;
  text-align: center;
}
.table__dl01 > dd {
  padding: 0 10rem;
  border-top: 2px solid #ff8b8b;
}
.table__dl01 > dt, .table__dl01 > dd {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
}
.table__dl01--02 {
  display: grid;
  grid-template-columns: 20rem 1fr;
}
.table__dl02 {
  font-weight: 400;
}
.table__dl02 dt {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.table__dl02 dd {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .table__scroll {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    overflow-x: scroll;
  }
  .table__scroll table {
    width: 100rem;
  }
  .table__dl01 {
    grid-template-columns: 10rem 1fr;
  }
  .table__dl01.l-md {
    grid-template-columns: 8rem 1fr;
  }
  .table__dl01 > dt, .table__dl01 > dd {
    margin-top: 1rem;
    padding: 0;
    padding-top: 1rem;
  }
  .table__dl01 > dd {
    padding-left: 2rem;
  }
  .table__dl01--02 {
    gap: 0.5em;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .table__dl01--02 > dd {
    margin-bottom: 1rems;
  }
  .table__dl01--02 > dt {
    font-size: 1.6rem;
  }
}
*:focus {
  outline: none;
}

input {
  width: 100%;
}
input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.p-country-name {
  display: none;
}

.form {
  --form-border: #ccc;
}
.form__box + .form__box {
  margin-top: 4rem;
}
.form__row .form__box {
  display: grid;
  gap: 0 3.2rem;
  grid-template-columns: 24rem minmax(0, 1fr);
  align-items: flex-start;
  word-break: break-all;
}
.form__row .form__label {
  padding-top: 0.5em;
  justify-content: space-between;
  font-size: 1.8rem;
}
.form__column .form__label {
  margin-bottom: 1em;
}
.form__label {
  display: flex;
  gap: 0.75em;
  align-items: center;
}
.form__required::after {
  content: "必須";
  padding: 0.5em 1em;
  display: inline-block;
  flex: none;
  border-radius: 2rem;
  background-color: #ff2d2d;
  color: #fff;
  font-size: 87.5%;
}
.form__optional::after {
  content: "任意";
  padding: 0.25em 1em;
  display: inline-block;
  flex: none;
  background-color: #ccc;
  color: #fff;
  font-size: 87.5%;
}
.form__control {
  width: 100%;
  padding: 1.125em 1.25em;
  border: 2px solid var(--form-border, #d50a25);
  background-color: #fff;
  font-size: max(1.6rem, 16px);
  line-height: 1.5;
}
.form__group {
  display: grid;
  gap: 1em;
}
.form__group + .form__group {
  margin-top: 2rem;
}
.form__group.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.form__group.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.form__group.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.form__content--item {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.form__content--unit {
  flex: none;
}
.form .error {
  margin-top: 0.5em;
}
.form__textarea {
  height: 24rem;
}
.form__select {
  background-image: url("data: image/svg+xml,<svg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 1.09131L6.87779 0L4.00008 2.79808L1.12225 0L4.1008e-05 1.09131L4.00008 4.98061L8 1.09131Z' fill='%2329318A'/></svg>");
  background-position: right 1.5rem center;
  background-size: 0.8rem auto;
  background-repeat: no-repeat;
}
.form__checkbox {
  --form-size: 1.6rem;
}
.form__checkbox--row {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.form__checkbox--row .mwform-checkbox-field {
  margin-top: 0 !important;
}
.form__checkbox--row .error {
  width: 100%;
  margin-top: -0.5em;
}
.form__checkbox--column .mwform-checkbox-field + .mwform-checkbox-field {
  margin-top: 0.75em !important;
}
.form__checkbox--column .error {
  margin-top: 0.75em;
}
.form__checkbox [type=checkbox] {
  display: none;
}
.form__checkbox .mwform-checkbox-field {
  line-height: 1;
}
.form__checkbox .mwform-checkbox-field-text {
  position: relative;
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
}
.form__checkbox .mwform-checkbox-field-text::before {
  content: "";
  width: calc(var(--form-size) * 1.25);
  display: block;
  border: 1px solid var(--form-border, #ccc);
  background-color: #fff;
  aspect-ratio: 1;
}
.form__checkbox .mwform-checkbox-field-text::after {
  content: "";
  width: calc(var(--form-size) * 0.6);
  height: calc(var(--form-size) * 0.8);
  position: absolute;
  top: calc(50% - var(--form-size) * 0.1);
  left: calc(var(--form-size) * 0.3);
  display: block;
  visibility: hidden;
  border-right: 3px solid #d50a25;
  border-bottom: 3px solid #d50a25;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  transform: translateY(-50%) rotate(40deg);
}
.form__checkbox .mwform-checkbox-field [type=checkbox]:checked + .mwform-checkbox-field-text::after {
  visibility: visible;
  opacity: 1;
}
.form__radio {
  --form-size: 1.6rem;
}
.form__radio--row {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.form__radio--row .mwform-radio-field {
  margin-top: 0 !important;
}
.form__radio--row .error {
  width: 100%;
  margin-top: -0.5em;
}
.form__radio--column .mwform-radio-field + .mwform-radio-field {
  margin-top: 0.75em !important;
}
.form__radio--column .error {
  margin-top: 0.75em;
}
.form__radio [type=radio] {
  display: none;
}
.form__radio .mwform-radio-field {
  line-height: 1;
}
.form__radio .mwform-radio-field-text {
  position: relative;
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
}
.form__radio .mwform-radio-field-text::before {
  content: "";
  width: calc(var(--form-size) * 1.5);
  display: block;
  overflow: hidden;
  border: 1px solid var(--form-border, #ccc);
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.form__radio .mwform-radio-field [type=radio]:checked + .mwform-radio-field-text::before {
  outline: calc(var(--form-size) * 0.4 - 1px) solid #fff;
  outline-offset: calc(var(--form-size) * -0.4);
  border-color: #d50a25;
  background-color: #d50a25;
}
.form__policy {
  padding-top: 5rem;
}
.form__policy p {
  margin-bottom: 1rem;
}
.form__policy .row {
  display: flex;
  gap: 6.5rem;
  align-items: center;
  justify-content: center;
}
.form__policy .item {
  position: relative;
}
.form__policy .item::after {
  content: "";
  width: 1.5rem;
  height: 2rem;
  position: absolute;
  top: 1px;
  right: -3rem;
  background-image: url("data: image/svg+xml,<svg width='12' height='12' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13.3 19.0016H2.85C1.235 19.0016 0 17.7666 0 16.1516V5.70156C0 4.08656 1.235 2.85156 2.85 2.85156H8.55C9.12 2.85156 9.5 3.23156 9.5 3.80156C9.5 4.37156 9.12 4.75156 8.55 4.75156H2.85C2.28 4.75156 1.9 5.13156 1.9 5.70156V16.1516C1.9 16.7216 2.28 17.1016 2.85 17.1016H13.3C13.87 17.1016 14.25 16.7216 14.25 16.1516V10.4516C14.25 9.88156 14.63 9.50156 15.2 9.50156C15.77 9.50156 16.15 9.88156 16.15 10.4516V16.1516C16.15 17.7666 14.915 19.0016 13.3 19.0016Z' fill='%23333333'/><path d='M18.0504 7.6C17.4804 7.6 17.1004 7.22 17.1004 6.65V1.9H12.3504C11.7804 1.9 11.4004 1.52 11.4004 0.95C11.4004 0.38 11.7804 0 12.3504 0H18.0504C18.6204 0 19.0004 0.38 19.0004 0.95V6.65C19.0004 7.22 18.6204 7.6 18.0504 7.6Z' fill='%23333333'/><path d='M7.60039 12.35C7.31539 12.35 7.12539 12.255 6.93539 12.065C6.55539 11.685 6.55539 11.115 6.93539 10.735L17.3854 0.285C17.7654 -0.095 18.3354 -0.095 18.7154 0.285C19.0954 0.665 19.0954 1.235 18.7154 1.615L8.26539 12.065C8.07539 12.255 7.88539 12.35 7.60039 12.35Z' fill='%23333333'/></svg>");
  background-position: center;
}
.form__policy label {
  font-weight: 600;
}
.form__policy label a {
  text-decoration: underline;
}
.form__button {
  margin-top: 5.5rem;
}
.form__button.btn__grid {
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .form {
    --form-border: #ccc;
  }
  .form__box + .form__box {
    margin-top: 3rem;
  }
  .form__row .form__box {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
  .form__row .form__label {
    padding-top: 0;
    justify-content: flex-start;
  }
  .form__required::after {
    padding: 0.3em 0.8em;
  }
}
#bgLayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}
#bgLayer.is-show {
  display: block;
}

.modal {
  margin-bottom: 3rem;
}
.modal__content {
  width: 60rem;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  border-radius: 2rem;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
}
.modal__content--inner {
  max-height: calc(100vh - 10rem);
  padding: 6rem 5rem 4rem;
  overflow-y: auto;
}
.modal__content--description {
  margin-top: 5rem;
}
.modal__content--description .title {
  margin-bottom: 3.2rem;
}
.modal__content--description .title__01 {
  margin-bottom: 0rem;
}
.modal__content--description .title__02 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2.4rem;
}
.modal__content--description .title__link {
  color: var(--text-color, #d50a25);
  font-weight: 500;
}
.modal__content--description .sentence {
  font-size: 1.4rem;
}
.modal__content--description .sentence__list {
  margin-top: 2.4rem;
}
.modal__content--description .sentence__list span {
  margin-bottom: 1em;
  display: inline-block;
  color: #d50a25;
  font-weight: bold;
}
.modal__content--description .sentence__list li + li {
  margin-top: 0.7em;
}
.modal__content--description .sentence p + p {
  margin-top: 2.4rem;
}
.modal__close {
  width: 4.8rem;
  height: 4.8rem;
  padding: 1rem;
  position: absolute;
  top: -1.8rem;
  right: -1.8rem;
  border-radius: 50%;
  background-color: #d50a25;
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 2px;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js-modal__trigger:hover {
  cursor: pointer;
}
.js-bg__layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg__layer.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .modal__content {
    top: 56%;
  }
  .modal__content--inner {
    padding: 5rem 3rem 4rem;
  }
  .modal__close {
    width: 3rem;
    height: 3rem;
    top: -1rem;
    right: -1rem;
  }
}
.module__01 {
  width: 100%;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
.module__01--sentence {
  width: 46rem;
  margin-top: 5rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  flex-direction: column;
  font-weight: 400;
  font-size: 1.8rem;
}
.module__01--sentence p + p {
  margin-top: 2.3rem;
}
.module__01--sentence .texts span {
  margin-bottom: 1rem;
  display: block;
}
.module__01--sentence .texts__01 {
  line-height: 1.6;
}
.module__01--sentence .texts__02 {
  line-height: 1.1;
}
.module__01--visual {
  height: 50rem;
  margin-left: -10rem;
  flex: 1;
}
.module__01.is-row-reverse {
  flex-direction: row-reverse;
}
.module__01.is-row-reverse .module__01--sentence {
  align-items: start;
}
.module__01.is-row-reverse .module__01--visual {
  margin-right: -10rem;
  margin-left: 0;
}
.module__01 + .module__01 {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .module__01 {
    gap: 2.4rem;
    flex-direction: column;
  }
  .module__01--visual {
    height: 27rem;
    margin-left: -2rem;
    flex: auto;
  }
  .module__01--sentence {
    width: 100%;
    margin-top: 0;
    align-items: start;
  }
  .module__01.is-row-reverse {
    flex-direction: column;
  }
  .module__01.is-row-reverse .module__01--sentence {
    align-items: end;
  }
  .module__01.is-row-reverse .heading__02 {
    margin-right: -2rem;
    margin-left: 0;
  }
  .module__01 + .module__01 {
    margin-top: 5rem;
  }
}
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(155deg, rgb(23, 28, 97) 0%, rgb(35, 25, 100) 4%, rgb(82, 17, 113) 18%, rgb(116, 11, 122) 28%, rgb(137, 8, 127) 43%, rgb(145, 7, 130) 50%, rgb(137, 8, 127) 57%, rgb(116, 11, 122) 71%, rgb(82, 17, 113) 82%, rgb(35, 25, 100) 96%, rgb(23, 28, 97) 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.loading__text {
  width: 40rem;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home__hero {
  margin-bottom: 18rem;
}
.home__hero--visual {
  width: 100%;
  height: 55rem;
  margin-top: 7rem;
  position: relative;
}
.home__hero--catch {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.375;
  transform: translate(-50%, -50%);
}
.home__hero--catch .title__01, .home__hero--catch .title__02 {
  padding: 0.8rem 0.8rem 0.8rem 1.2rem;
  display: block;
  color: white;
}
.home__hero--catch .title__01 {
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.home__hero--catch .title__02 {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}
.home__hero--img {
  height: 100%;
}
.home__hero--bg {
  width: 55rem;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.home__message--sentence {
  text-align: center;
  font-weight: 400;
}
.home__message--sentence p + p {
  margin-top: 2em;
}
.home__message--sentence .texts__name {
  margin-top: 3rem;
  font-size: 2rem;
}
.home__message--sentence .texts__name span {
  margin-left: 3rem;
  font-weight: 500;
  font-size: 3rem;
}
.home__our-efforts--visual {
  width: 67rem;
  margin: 0 auto;
  padding-top: 8.5rem;
}
.home__our-efforts--sentence {
  font-size: 1.8rem;
  line-height: 1.6;
}
.home__our-efforts--labels {
  margin: 1rem 0;
  display: block;
  font-weight: bold;
  font-size: 2.2rem;
}
.home__our-efforts--labels .is-gr {
  color: #00cf8d;
}
.home__our-efforts--labels .is-or {
  color: #ff941a;
}
.home__our-efforts--labels .is-bl {
  color: #00a3f4;
}
.home__our-efforts p + p {
  margin-top: 2.4rem;
}
.home__access--map {
  width: 90rem;
  height: 42rem;
  margin: 5rem auto 0 auto;
  display: block;
}
.home__access--map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.home__event--img {
  overflow: hidden;
  border-radius: 2rem;
}
.home__event--content {
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home__event--content + .home__event--content {
  margin-top: 5rem;
}
.home__event--sentence .title {
  margin-bottom: 3.2rem;
}
.home__event--sentence .title span {
  display: block;
}
.home__event--sentence .title__01 {
  color: #999;
  font-size: 2rem;
}
.home__event--sentence .title__02 {
  color: #333;
  font-size: 3.2rem;
}
.home__contact--lead {
  margin-bottom: 6rem;
  text-align: center;
}
.home__contact--exhibitor {
  margin-top: 10rem;
  padding: 3rem;
  display: grid;
  grid-template-columns: 3.2em 1fr;
  border: 1px solid #ccc;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .home__hero {
    margin-bottom: 9rem;
  }
  .home__hero--catch {
    width: 100%;
    padding: 3rem;
    letter-spacing: 0;
  }
  .home__hero--catch .title__01, .home__hero--catch .title__02 {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    letter-spacing: 0;
  }
  .home__hero--visual {
    height: calc(100svh - 7rem);
  }
  .home__hero--bg {
    height: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home__message--sentence {
    text-align: start;
  }
  .home__our-efforts--sentence {
    margin: 0 -1em;
    letter-spacing: 0;
    font-weight: 400;
  }
  .home__our-efforts--labels span {
    display: block;
  }
  .home__our-efforts--visual {
    width: 100%;
    padding-top: 6rem;
  }
  .home__access--map {
    height: 23rem;
    margin: 3rem auto 0 auto;
  }
  .home__contact--exhibitor {
    margin-top: 6rem;
    grid-template-columns: 1fr;
  }
  .home__contact--exhibitor dd + dt {
    margin-top: 1rem;
  }
}
.news__list--row .news__item {
  gap: 1.5em;
}
.news__list--column .news__item {
  flex-wrap: wrap;
}
.news__list--column .news__item--title {
  width: 100%;
}
.news__item {
  padding-bottom: 1.5em;
  position: relative;
  display: flex;
  gap: 0.85em 1em;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.news__item::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 2.4rem;
  border-right: 2px solid var(--btn-text-color, #d50a25);
  border-bottom: 2px solid var(--btn-text-color, #d50a25);
  transform: rotate(-45deg);
}
.news__item + .news__item {
  margin-top: 1.5em;
}
.news__item--date {
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.news__item--tag {
  padding: 0.5em 1em;
  background-color: var(--tag-color, #999);
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  --text-color: #fff;
}
.news__item--tag.red {
  --tag-color: #c00000;
}
.news__item--title {
  width: 100%;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .news__item {
    padding-right: 2rem;
  }
  .news__item::after {
    content: "";
    top: calc(50% - 0.5rem);
    right: 0.5rem;
  }
}
.detail__entry--contents {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.detail__entry--content {
  padding: 3.5rem;
  border: 1px solid #ccc;
  border-radius: 2rem;
}
.detail__entry--content .label {
  margin-bottom: 2.5rem;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  color: #d50a25;
  font-weight: bold;
  font-size: 3.2rem;
}
.detail__entry--content .text {
  font-size: 1.4rem;
  line-height: 2.8;
}
.detail__schedule--lead {
  padding-bottom: 6rem;
}
.detail__schedule--title {
  width: 100%;
}
.detail__schedule--contents {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.detail__schedule--title {
  width: 100%;
  padding: 1.5rem 0;
  border: 1px solid #d50a25;
  color: #d50a25;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.detail__schedule--list li {
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
  gap: 2rem;
  border-radius: 1rem;
  background-color: white;
  font-weight: bold;
}
.detail__schedule--list .time {
  color: #d50a25;
  font-family: "Poppins", sans-serif;
}
.detail__schedule--detail {
  display: flex;
  gap: 2rem;
}
.detail__schedule--inner {
  width: 100%;
}
.detail__schedule--inner .label {
  margin-bottom: 1rem;
}
.detail__schedule--item.bg-orange {
  background-color: #fcefc5;
}
.detail__schedule--text .title {
  margin-bottom: 0.8rem;
  color: #d50a25;
}
.detail__schedule--text .job {
  color: #999;
  font-weight: 600;
  font-size: 1.2rem;
}
.detail__schedule--text .name {
  font-weight: 600;
  font-size: 1.4rem;
}
.detail__schedule--img {
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.detail__schedule .tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.detail__schedule .tags__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
}
.detail__schedule .tags .tag {
  padding: 0.3rem 0.8rem;
  border: 1px solid #d50a25;
  border-radius: 0.3rem;
  color: #d50a25;
  font-weight: 500;
  font-size: 1.2rem;
}
.detail__exhibtion > li {
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.detail__exhibtion--list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.detail__exhibtion--img {
  width: 100%;
  height: 18rem;
  position: relative;
}
.detail__exhibtion--img .btn {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #d50a25;
}
.detail__exhibtion--img .btn::before, .detail__exhibtion--img .btn::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  display: block;
}
.detail__exhibtion--img .btn::before {
  top: 50%;
  left: calc(50% - 1rem);
  border-top: 2px solid white;
}
.detail__exhibtion--img .btn::after {
  top: calc(50% - 1rem);
  left: 50%;
  border-left: 2px solid white;
}
.detail__exhibtion--sentence {
  padding: 2rem 1.5rem;
}
.detail__exhibtion--sentence .title {
  margin-bottom: 2rem;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.detail__exhibtion--sentence .label {
  display: flex;
  gap: 1rem;
}
.detail__exhibtion--sentence .label__01 {
  padding: 0.1rem 1rem;
  border-radius: 0.3rem;
  background-color: #00b0f0;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}
.detail__exhibtion--sentence .label__01.bg-green {
  background-color: #00b050;
}
.detail__exhibtion--sentence .label__02 {
  font-weight: 500;
  font-size: 1.4rem;
}
.detail__exhibtion--name {
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
  align-items: center;
}
.detail__exhibtion--name .image {
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 50%;
}
.detail__exhibtion--name .name {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.detail__exhibtion--name .name__01 {
  color: #999;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .detail__entry--contents {
    width: 100%;
    gap: 3rem;
    grid-template-columns: 1fr;
  }
  .detail__entry--content {
    padding: 2.5rem;
  }
  .detail__entry--content .label {
    font-size: 2.4rem;
  }
  .detail__entry--content .text {
    line-height: 2;
  }
  .detail__schedule--contents {
    grid-template-columns: 1fr;
  }
  .detail__schedule--contents .content_02 {
    display: none;
  }
  .detail__schedule--changes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .detail__schedule--changes .year {
    margin-bottom: 3rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
  }
  .detail__schedule--lead {
    padding-bottom: 4rem;
  }
  .detail__schedule--btn {
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
  .detail__schedule--btn .date {
    width: 100%;
    padding: 1rem 0rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #d50a25;
    border-radius: 5rem;
    background-color: white;
    color: #d50a25;
    text-align: center;
  }
  .detail__schedule--btn .date::after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    border-right: 2px solid var(--btn-text-color, #d50a25);
    border-bottom: 2px solid var(--btn-text-color, #d50a25);
    transform: rotate(45deg);
  }
  .detail__schedule--btn .date.is-active {
    background-color: #d50a25;
    color: white;
  }
  .detail__schedule--btn .date.is-active::after {
    border-right: 2px solid var(--btn-text-color, white);
    border-bottom: 2px solid var(--btn-text-color, white);
  }
  .detail__schedule--list li {
    margin-top: 1.5rem;
    gap: 0.5rem;
    flex-direction: column;
  }
  .detail__schedule--detail {
    gap: 1rem;
  }
  .detail__schedule .tags {
    gap: 0.5rem;
  }
  .detail__exhibtion--list {
    grid-template-columns: 1fr;
  }
  .detail__exhibtion--img {
    height: 22rem;
  }
  .detail__exhibtion--list {
    gap: 3rem;
  }
}
.wpcf7-form {
  max-width: 90rem;
  margin: 0 auto;
}

.form-box {
  display: block;
}
.form-box + .form-box {
  margin-top: 3.2rem;
}

.form-label {
  margin-bottom: 0.75em;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-label .required {
  margin-left: 1em;
  padding: 0.2em 1em;
  display: inline-block;
  border: 1px solid #d50a25;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #d50a25;
  font-size: 75%;
}

.wpcf7-form-control {
  width: 100%;
  padding: 0.75em 1em;
  box-sizing: border-box;
}

.wpcf7-select {
  width: fit-content;
  padding-right: 2.5em;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='m14 5-6 6-6-6' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill='none'/></svg>");
  background-position: right 0.75em center;
  background-size: 1em;
  background-repeat: no-repeat;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-size: 1.4rem;
}

.wpcf7-submit {
  width: 30rem;
  margin: 6rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: var(--btn-bg-color, #d50a25);
  color: white;
  font-weight: 700;
  font-size: 2.3rem;
}

.form-confirm .form__box {
  align-items: center;
}
.form-confirm .form__label {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .wpcf7-submit {
    margin: 4rem auto 0;
  }
  .form-confirm .form__label {
    margin-bottom: 0.5em;
  }
}/*# sourceMappingURL=style.css.map */