@charset "UTF-8";
html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
html.preload {
  font-size: 1px !important;
}
html.preload * {
  transition: none !important;
  visibility: hidden;
  max-width: 100%;
}
@media (max-width: 585.98px) {
  html {
    font-size: calc(var(--vw) / 390);
  }
}
@media (min-width: 586px) and (max-width: 767.98px) {
  html {
    font-size: 1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  html {
    font-size: calc(var(--vw) / 1440);
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 1px;
  }
}
@media print {
  html {
    font-size: 0.2mm;
  }
}

[id] {
  scroll-margin-top: 110rem;
}
@media screen and (min-width: 768px), print {
  [id] {
    scroll-margin-top: 170rem;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16rem;
  font-weight: 500;
  color: #060913;
  background: #FFFCE3;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 20rem;
  }
}

html.modal-on,
body.modal-on {
  overflow: hidden;
}

input,
textarea,
select {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 12rem;
}
@media screen and (min-width: 768px), print {
  input,
  textarea,
  select {
    font-size: 16rem;
  }
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt-l {
  margin-top: 32rem !important;
}
@media screen and (min-width: 768px), print {
  .mt-l {
    margin-top: 64rem !important;
  }
}

@media screen and (min-width: 768px), print {
  .inner {
    width: 1200rem;
    margin: 0 auto;
  }
  .inner-narrow {
    width: 1080rem;
    margin: 0 auto;
  }
  .spOnly {
    display: none !important;
  }
  .pcTal {
    text-align: left !important;
  }
  .pcTar {
    text-align: right !important;
  }
  .pcTac {
    text-align: center !important;
  }
}
@media screen and (max-width: 767.98px) {
  .spTal {
    text-align: left !important;
  }
  .spTar {
    text-align: right !important;
  }
  .spTac {
    text-align: center !important;
  }
  .inner,
  .inner-narrow {
    width: 100%;
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .pcOnly {
    display: none !important;
  }
}
.touchdevice .clickdeviceOnly {
  display: none;
}

.clickdevice .touchdeviceOnly {
  display: none;
}

section,
nav,
header,
footer,
article,
figure {
  margin: 0;
  padding: 0;
}

p {
  margin: 20rem 0;
}

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

a {
  color: currentColor;
  text-decoration-color: currentColor;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: border 0.3s, opacity 0.3s, color 0.3s, text-decoration-color 0.3s;
}
a:hover {
  text-decoration-color: transparent;
}
a:has(.icon-external) {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.btns {
  text-align: center;
  margin-top: 24rem;
}
@media screen and (min-width: 768px), print {
  .btns {
    margin-top: 48rem;
  }
}

a.btn {
  color: #fff;
  background: #45B61B;
  padding: 16rem;
  font-size: 20rem;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  a.btn {
    font-size: 24rem;
    width: auto;
    padding: 24rem;
  }
}
a.btn::before {
  content: "";
  transform: skewY(-10deg) translateY(-100%);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 260%;
  transition: transform 0.3s;
  transform-origin: left top;
}
a.btn > span {
  display: flex;
  gap: 10rem;
  align-items: center;
}
a.btn span {
  position: relative;
  color: #fff;
  transition: color 0.3s;
}
a.btn .icon-arrow {
  width: 16rem;
  height: 16rem;
}
a.btn:hover {
  color: #45B61B;
}
a.btn:hover::before {
  transform: skewY(-10deg);
}
a.btn:hover span {
  color: #45B61B;
}

.icon-external {
  display: inline-block;
  width: 13rem;
  height: 13rem;
  color: #EF8C29;
}
@media screen and (min-width: 768px), print {
  .icon-external {
    width: 16rem;
    height: 16rem;
  }
}
.icon-external svg {
  width: 100%;
  height: 100%;
  display: block;
}

.icon-arrow {
  display: inline-block;
  width: 13rem;
  height: 13rem;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .icon-arrow {
    width: 16rem;
    height: 16rem;
  }
}
.icon-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* header {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: s.$strong;
  z-index: 1000;
  height: 145rem;
  padding: 10rem 20rem 0;
  box-sizing: border-box;
  color: #fff;

  @include s.mq(pc) {
    top: 80px;
    padding: 25rem 40rem 0;
    height: 94rem !important;
  }

  .logo {
    font-size: 22rem;
    text-align: center;
    font-weight: bold;

    @include s.mq(pc) {
      font-size: 30rem;
      text-align-last: left;
    }

    a {
      text-decoration: none;
    }




    .expo {
      font-size: 18rem;
      display: block;

      @include s.mq(pc) {
        font-size: 24rem;
        display: inline-block;
      }
    }

  }

  .schedule {
    display: grid;
    grid-gap: 0rem;
    gap: 5rem;
    margin: 10rem 0 0;

    @include s.mq(pc) {
      position: absolute;
      top: 15rem;
      left: 620rem;
      margin: 0;
      gap: 0;
    }

    &>div {
      display: grid;
      grid-template-columns: 36rem 1fr;
      align-items: center;


      @include s.mq(pc) {
        grid-template-columns: 50rem 1fr;
        grid-gap: 8rem;
      }

      &:nth-of-type(2) {
        dd {
          font-size: 11rem;

          @include s.mq(pc) {
            font-size: 14rem;
          }
        }
      }
    }

    dt {
      font-size: 12rem;

      @include s.mq(pc) {
        font-size: 16rem;
      }
    }

    dd {
      margin: 0;
      padding: 0;
      font-size: 12rem;
      font-weight: 700;
      line-height: 20rem;


      @include s.mq(pc) {
        font-size: 18rem;
        line-height: 32rem;
        transform: translateY(-1rem);


      }

      b {
        font-size: 21rem;

        @include s.mq(pc) {
          font-size: 28rem;
        }
      }

      a {
        color: #fff;
        font-size: 10rem;

        @include s.mq(pc) {
          font-size: 14rem;

          &::after {
            margin-top: -5rem;
          }
        }


        .icon-external {
          @include s.mq(sp) {
            width: 11rem;
            height: 11rem;
            translate: 0 1.5rem;
          }

          @include s.mq(pc) {
            width: 14rem;
            height: 14rem;
          }
        }
      }
    }
  }

  .btns {
    position: absolute;
    display: flex;
    grid-gap: 16rem;

    @include s.mq(sp) {
      top: 20rem;
      right: 20rem;
    }

    @include s.mq(pc) {
      bottom: 20rem;
      right: 40rem;
    }



  }

  .btn {

    @include s.mq(pc) {
      font-size: 20rem;
      padding: 16rem;
    }
  }

}
 */
header {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: #EF8C29;
  font-weight: 700;
  z-index: 1000;
  height: 145rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  header {
    height: 94rem !important;
    top: 80px;
  }
}
header .inner {
  position: relative;
}
header .logo {
  height: 75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20rem 20px;
  margin: 0 -20rem;
  background: #fff;
}
@media screen and (min-width: 768px), print {
  header .logo {
    background: none;
    position: absolute;
    top: 0;
    left: -100rem;
    width: 214rem;
    height: 94rem;
    padding: 0 80rem 0 0;
    margin: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 768px), print {
  header .logo::before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 70rem) 100%, 0 100%);
    inset: 0 0 -2px -100vw;
  }
}
header .logo img {
  position: relative;
}
@media screen and (min-width: 768px), print {
  header .logo img {
    width: 154rem;
  }
}
header .schedule {
  color: #fff;
}
header .schedule a {
  color: #fff;
}
header .schedule a i {
  color: currentColor !important;
}
@media screen and (max-width: 767.98px) {
  header .schedule {
    height: 70rem;
  }
  header .schedule dl {
    letter-spacing: 0.05em;
    margin: 16rem auto 0;
    text-align: left;
    font-size: 11rem;
  }
  header .schedule dl > div {
    display: grid;
    grid-gap: 8rem;
    grid-template-columns: 2.5em 1fr;
  }
  header .schedule dl > div dt {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    line-height: 18rem;
    font-size: 12rem;
  }
  header .schedule dl > div dd {
    margin: 0;
    padding: 0;
    line-height: 18rem;
  }
  header .schedule dl > div dd b {
    font-size: 20rem;
    display: inline-block;
  }
  header .schedule dl > div dd a {
    float: right;
  }
  header .schedule dl > div.date dd {
    transform: translateY(-4rem);
    font-size: 13rem;
  }
}
@media screen and (min-width: 768px), print {
  header .schedule {
    height: 94rem;
    margin: 0 0 0 110rem;
    box-sizing: border-box;
    padding: 20rem 0 0;
  }
  header .schedule dl {
    margin: 0;
    padding: 0;
    font-size: 14rem;
    letter-spacing: 0.05em;
  }
  header .schedule dl > div {
    display: inline-block;
  }
  header .schedule dt {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    vertical-align: bottom;
    display: inline-block;
  }
  header .schedule dd {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  header .schedule dd b {
    font-weight: 900;
    display: inline-block;
    font-size: 28rem;
  }
  header .schedule .date {
    margin-right: 24rem;
  }
  header .schedule .date dt {
    transform: translateY(-3rem);
  }
  header .schedule .date dd {
    font-size: 18rem;
    transform: translateY(2rem);
  }
}
header .btns {
  position: absolute;
  display: flex;
  grid-gap: 16rem;
}
@media screen and (max-width: 767.98px) {
  header .btns {
    top: 20rem;
    right: 20rem;
  }
}
@media screen and (min-width: 768px), print {
  header .btns {
    bottom: 20rem;
    right: -100rem;
  }
}
@media screen and (min-width: 768px), print {
  header .btn {
    font-size: 20rem;
    padding: 16rem;
  }
}

footer .bg {
  background: #F5E14A;
  padding: 40rem 20rem;
}
@media screen and (min-width: 768px), print {
  footer .bg {
    display: flex;
    justify-content: space-between;
    padding: 80rem 120rem;
    align-items: center;
  }
}
footer .logo {
  font-size: 32rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 40rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  footer .logo {
    font-size: 43rem;
    margin-bottom: 0;
  }
}
footer .logo .expo {
  font-size: 28rem;
  display: block;
}
@media screen and (min-width: 768px), print {
  footer .logo .expo {
    font-size: 37rem;
  }
}
footer .logo a {
  text-decoration: none;
}
footer address {
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  footer address {
    font-size: 18rem;
    font-weight: 500;
  }
}
footer address h2 {
  font-size: 20rem;
  border-bottom: 1px solid #929292;
  padding: 0 0 10rem;
}
@media screen and (min-width: 768px), print {
  footer address h2 {
    font-size: 28rem;
    margin: 0;
    padding: 0 0 20rem;
  }
}
footer address p {
  margin-bottom: 0;
}
footer address a i {
  color: currentColor !important;
}
footer .copyright {
  text-align: center;
  font-size: 12rem;
  padding: 6rem 0 66rem;
  background: #fff;
}
@media screen and (min-width: 768px), print {
  footer .copyright {
    font-size: 15rem;
    padding: 10rem;
  }
}

main {
  padding-top: calc(145rem + 100px);
}
@media screen and (min-width: 768px), print {
  main {
    padding-top: calc(94rem + 80px);
  }
}

.sp-fixedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.sp-fixedbtn a {
  background: #45B61B;
  color: #fff;
  font-size: 20rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60rem;
  text-decoration: none;
}
.sp-fixedbtn a .icon-arrow {
  width: 24rem;
  height: 24rem;
}

/*------------------------------------------*/
h2.ttl-cmn {
  color: #EF8C29;
  font-weight: 700;
  font-size: 24rem;
  display: table;
  padding: 0 0.5em;
  border-left: 2px solid #EF8C29;
  border-right: 2px solid #EF8C29;
  margin: 0 auto 40rem;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  h2.ttl-cmn {
    font-size: 44rem;
    margin-bottom: 80rem;
    padding: 0 1em;
  }
  [lang=en] h2.ttl-cmn {
    font-size: 44rem;
  }
}

ul.note {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10rem;
}
@media screen and (min-width: 768px), print {
  ul.note {
    font-size: 12rem;
  }
}
ul.note li {
  text-indent: -1em;
  margin: 0;
  padding: 0 0 0 1em;
}

/*------------------------------------------*/
a.underline {
  position: relative;
  text-decoration: none !important;
  width: -moz-fit-content;
  width: fit-content;
  border: none !important;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  vertical-align: top;
  font-weight: 700;
}
a.underline::before, a.underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: none;
  transition: transform 0s;
}
a.underline::before {
  position: absolute;
  bottom: 0;
  left: -250%;
}
@media screen and (min-width: 768px), print {
  a.underline:hover::before, a.underline:hover::after {
    transform: translateX(250%);
    transition: transform 0.9s;
  }
}

@media screen and (max-width: 767.98px) {
  .sp-scrolltable {
    max-width: 200% !important;
    overflow-x: auto;
    background: #eee;
    padding: 15rem;
    margin: 15rem 0;
  }
  .sp-scrolltable::-webkit-scrollbar {
    width: 8rem;
    background: #eee;
  }
  .sp-scrolltable::-webkit-scrollbar:horizontal {
    height: 8rem;
    background: #eee;
  }
  .sp-scrolltable::-webkit-scrollbar-thumb {
    background: #aaa;
  }
  .sp-scrolltable::-webkit-scrollbar-thumb:horizontal {
    background: #aaa;
  }
  .sp-scrolltable table {
    width: 690rem !important;
    min-width: 100% !important;
    max-width: 690rem !important;
    margin: 0 !important;
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
  }
  .sp-scrolltable table.column1and1 {
    width: 364rem !important;
  }
  .sp-scrolltable table.column1and2 {
    width: 528rem !important;
  }
  .sp-scrolltable table:before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 15rem;
    /* padding-right分 */
    height: 1rem;
    content: "";
  }
}
/*-- スマホメニューボタン ----------------------------------------*/
.menu-btn {
  width: 40rem;
  height: 68rem;
  text-align: center;
}
.menu-btn .burger {
  width: 40rem;
  height: 10rem;
  display: block;
  position: relative;
  margin-top: 22rem;
}
.menu-btn .burger i {
  background: #f00;
  width: 40rem;
  height: 1rem;
  border-radius: 10rem;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease 0s;
}
.menu-btn .burger i:nth-of-type(1) {
  top: 0;
}
.menu-btn .burger i:nth-of-type(2) {
  top: 10rem;
}
.menu-btn .label {
  font-size: 12rem;
  font-weight: 300;
  color: #f00;
  white-space: nowrap;
}
.menu-btn.active .icon span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
}
.menu-btn.active .icon span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}

/*-- ページャー ----------------------------------------*/
.pnavi {
  margin: 50px auto 0;
  display: table;
  position: relative;
  padding: 0 40px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.pnavi .page-numbers {
  display: table-cell;
  text-decoration: none;
  padding: 0 7px;
}
.pnavi .page-numbers.current {
  color: #45B61B;
}
.pnavi .page-numbers.prev, .pnavi .page-numbers.next {
  width: 30px;
  height: 30px;
  text-indent: -999em;
  position: absolute;
  top: 1px;
  overflow: hidden;
}
.pnavi .page-numbers.prev::before, .pnavi .page-numbers.next::before {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #45B61B;
  border-left: 2px solid #45B61B;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.pnavi .page-numbers.prev {
  left: 0;
}
.pnavi .page-numbers.next {
  right: 0;
  transform: scaleX(-1);
}

/*--モーダル----------------------------------------*/
#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.5s;
  z-index: 2500;
  opacity: 0;
  pointer-events: none;
}
#modal.active {
  pointer-events: all;
  opacity: 1;
}
#modal .modal-bg {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#modal .modal-inner {
  padding: 10vw 5vw;
  overflow: hidden;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #modal .modal-inner {
    padding: 50rem 30rem;
  }
}
#modal .modal-close {
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  transform: rotate(45deg);
  line-height: 1;
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  #modal .modal-close {
    color: #fff;
    font-size: 30rem;
    bottom: -35rem;
    right: 0rem;
    font-size: 20rem;
  }
}
@media screen and (min-width: 768px), print {
  #modal .modal-close {
    background: linear-gradient(45deg, rgb(37, 164, 217) 0%, rgb(25, 33, 161) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 15rem;
    right: 15rem;
    font-size: 30rem;
  }
}
#modal .modal-frame {
  width: 100%;
  max-width: 1000rem;
  max-height: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  display: none;
  pointer-events: none;
}
#modal .modal-frame.active {
  display: block;
  pointer-events: all;
}

/*-- 図のスクロール ----------------------------------------*/
@media screen and (max-width: 767.98px) {
  .scrollable {
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 32rem -16rem 0;
    padding: 0 16rem;
  }
  .scrollable img {
    width: 200%;
    max-width: 200%;
  }
}
@media screen and (min-width: 768px), print {
  .scrollable {
    margin: 64rem -70rem 16rem;
  }
}

@media screen and (max-width: 767.98px) {
  .scrollable::-webkit-scrollbar {
    display: none;
  }
  .scrollable-bar {
    position: relative;
    margin-top: 5px;
    color: #45B61B;
    font-weight: 700;
    margin: 8rem 0 16rem;
  }
  .scrollable-bar .scrollbar {
    position: relative;
    height: 100%;
    width: 100%;
    height: 1px;
    background: #929292;
    margin-top: 4rem;
  }
  .scrollable-bar .scrollbar .bar {
    position: absolute;
    height: 4px;
    width: 30%;
    background: #45B61B;
    cursor: pointer;
    left: 0;
    border-radius: 100rem;
    margin-top: -2rem;
  }
}
.announcement {
  background: #F5E14A;
  font-size: 20rem;
  text-align: center;
  line-height: 30rem;
  font-weight: 900;
  padding: 10rem 0;
}
@media screen and (min-width: 768px), print {
  .announcement {
    font-size: 36rem;
    line-height: 54rem;
    padding: 32rem 0;
  }
}
.announcement b {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 27rem;
}
@media screen and (min-width: 768px), print {
  .announcement b {
    font-size: 50rem;
  }
}

/*------------------------------------------*/
#kv {
  text-align: center;
  margin: 0 0 56rem;
}
@media screen and (min-width: 768px), print {
  #kv {
    margin: 0 0 120rem;
  }
}
#kv .kvimage {
  position: relative;
}
#kv .label {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(245, 225, 74, 0.7);
  line-height: 1;
  width: 310rem;
}
@media screen and (min-width: 768px), print {
  #kv .label {
    width: 640rem;
    top: 50%;
  }
}
#kv h1 {
  margin: 0;
  padding: 16rem 0;
  font-size: 26rem;
}
@media screen and (min-width: 768px), print {
  #kv h1 {
    padding: 48rem 0;
    font-size: 55rem;
  }
}
#kv h1 .expo {
  margin-top: 10rem;
  display: block;
  font-size: 29rem;
}
@media screen and (min-width: 768px), print {
  #kv h1 .expo {
    margin-top: 24rem;
    font-size: 60rem;
  }
}
#kv .btns {
  padding: 16rem;
  background: #FFFCE3;
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  #kv .btns {
    padding: 24rem;
  }
}
#kv .btn {
  font-size: 14rem;
  width: auto;
  padding: 10rem 16rem;
}
@media screen and (min-width: 768px), print {
  #kv .btn {
    font-size: 26rem;
    padding: 14rem 24rem;
  }
  #kv .btn > span span {
    translate: 0 -0.1em;
  }
  #kv .btn .icon-arrow {
    width: 24rem;
    height: 24rem;
  }
}

/*------------------------------------------*/
#about {
  margin-bottom: 48rem;
}
@media screen and (min-width: 768px), print {
  #about {
    margin-bottom: 120rem;
  }
}

/*------------------------------------------*/
#backbone {
  margin-bottom: 48rem;
}
@media screen and (min-width: 768px), print {
  #backbone {
    margin-bottom: 120rem;
  }
}
#backbone .results {
  display: grid;
  grid-gap: 30rem;
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  #backbone .results {
    grid-gap: 50rem;
    margin: 80rem auto 80rem;
    width: 875rem;
  }
}
@media screen and (min-width: 768px), print {
  #backbone .results > div {
    display: grid;
    grid-template-columns: 216rem 1fr;
    grid-gap: 40rem;
    align-items: center;
  }
}
#backbone .results dt {
  font-size: 16rem;
  font-weight: 700;
  background: #EF8C29;
  position: relative;
  display: flex;
  height: 40rem;
  width: 150rem;
  padding-right: 20rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
  margin: 0 0 20rem;
}
@media screen and (min-width: 768px), print {
  #backbone .results dt {
    width: 216rem;
    height: 76rem;
    padding-right: 30rem;
    font-size: 23rem;
    margin-bottom: 0;
  }
}
#backbone .results dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 22rem solid #FFFCE3;
  border-bottom: 22rem solid #FFFCE3;
  border-left: 22rem solid transparent;
}
@media screen and (min-width: 768px), print {
  #backbone .results dt::after {
    border-top-width: 50rem;
    border-bottom-width: 50rem;
    border-left-width: 50rem;
  }
}
#backbone .results dd {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16rem;
  font-weight: 700;
  color: #929292;
}
@media screen and (min-width: 768px), print {
  #backbone .results dd {
    text-align: left;
    font-size: 24rem;
    position: relative;
  }
}
#backbone .results dd.large {
  font-size: 24rem;
  color: #EF8C29;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  #backbone .results dd.large {
    font-size: 24rem;
  }
}
@media screen and (min-width: 768px), print {
  #backbone .results dd small.pc_poa {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 100%;
  }
}
#backbone .results dd b {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 50rem;
  color: #FFFCE3;
  display: inline-block;
  line-height: 1;
  color: #EF8C29;
}
@media screen and (min-width: 768px), print {
  #backbone .results dd b {
    font-size: 75rem;
  }
}

/*------------------------------------------*/
#merit {
  margin-bottom: 48rem;
}
@media screen and (min-width: 768px), print {
  #merit {
    margin-bottom: 120rem;
  }
}
#merit .merit {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 60rem;
}
@media screen and (min-width: 768px), print {
  #merit .merit {
    grid-gap: 80rem;
  }
}
#merit .merit li {
  margin: 0;
  padding: 0;
}
#merit .merit .ttl {
  position: relative;
  padding: 14rem 0 0 100rem;
  margin: 0 0 30rem;
}
@media screen and (min-width: 768px), print {
  #merit .merit .ttl {
    padding: 30rem 0 0 140rem;
    margin: 0 0 40rem;
  }
}
#merit .merit .ttl .num {
  position: absolute;
  top: 0;
  left: 0;
  color: #EF8C29;
  font-style: italic;
  font-family: "Rubik", sans-serif;
  font-size: 20rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  #merit .merit .ttl .num {
    font-size: 24rem;
  }
}
#merit .merit .ttl .num::after {
  content: "";
  width: 2rem;
  height: 50rem;
  transform: rotate(20deg);
  display: block;
  background: #EF8C29;
  position: absolute;
  right: -20rem;
  bottom: 0;
}
@media screen and (min-width: 768px), print {
  #merit .merit .ttl .num::after {
    height: 60rem;
    right: -30rem;
  }
}
#merit .merit .ttl .num b {
  font-size: 50rem;
  line-height: 1;
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  #merit .merit .ttl .num b {
    font-size: 60rem;
  }
}
#merit .merit h4 {
  font-size: 20rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #EF8C29;
}
@media screen and (min-width: 768px), print {
  #merit .merit h4 {
    font-size: 30rem;
  }
}
#merit .merit .photos {
  display: grid;
  grid-gap: 20rem;
  padding: 0 20rem;
}
@media screen and (min-width: 768px), print {
  #merit .merit .photos {
    grid-gap: 80rem;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    margin: 50rem 0 0;
  }
}
#merit .merit .photo {
  display: grid;
  grid-gap: 20rem;
  padding: 0 20rem;
}
@media screen and (min-width: 768px), print {
  #merit .merit .photo {
    grid-gap: 80rem;
    padding: 0;
    margin: 50rem 0 0;
    justify-content: center;
  }
  #merit .merit .photo img {
    max-width: 500rem;
  }
}
#merit .merit .box-wrap {
  display: grid;
  grid-gap: 20rem;
  padding: 0 20rem;
}
@media screen and (min-width: 768px), print {
  #merit .merit .box-wrap {
    grid-gap: 40rem;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    margin: 50rem 0 0;
  }
}
#merit .merit .box {
  background: #fff;
  padding: 20rem;
}
@media screen and (min-width: 768px), print {
  #merit .merit .box {
    padding: 30rem;
    font-size: 18rem;
  }
}
#merit .merit .box h5 {
  text-align: center;
  font-size: 20rem;
  font-weight: 700;
  color: #EF8C29;
  margin: 0 0 20rem;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  #merit .merit .box h5 {
    font-size: 28rem;
  }
}
#merit .merit .box .note {
  display: table;
  margin: 10rem auto 0;
}
@media screen and (min-width: 768px), print {
  #merit .merit .box .note {
    margin: 25rem auto 0;
  }
}
#merit .merit .box strong {
  color: #EF8C29;
  font-size: 18rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #merit .merit .box strong {
    font-size: 24rem;
  }
}
#merit .merit .box p {
  margin: 10rem 0 0;
}
@media screen and (min-width: 768px), print {
  #merit .merit .box p {
    margin: 20rem 0 0;
    line-height: 1.66;
  }
}
#merit .merit .category {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #merit .merit .category {
    text-align: left;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
    grid-gap: 0 8rem;
    font-size: 16rem;
  }
}
#merit .merit .category li {
  margin: 0;
  padding: 0;
}
#merit .merit .icons {
  display: flex;
  gap: 4rem 10rem;
  margin: 20rem 0 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  #merit .merit .icons {
    gap: 16rem 24rem;
    margin: 30rem 0 0;
  }
}
#merit .merit .icons img {
  width: 80rem;
}
@media screen and (min-width: 768px), print {
  #merit .merit .icons img {
    width: 110rem;
  }
}

/*------------------------------------------*/
#price {
  margin-bottom: 48rem;
}
@media screen and (min-width: 768px), print {
  #price {
    margin-bottom: 120rem;
  }
}

/*------------------------------------------*/
#reference {
  margin-bottom: 48rem;
}
#reference .chart {
  display: grid;
  grid-gap: 30rem;
  margin: 0 0 60rem;
}
@media screen and (min-width: 768px), print {
  #reference .chart {
    grid-gap: 60rem;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 20rem;
  }
}
#reference .chart figure {
  background: #fff;
  padding: 20rem 10rem;
}
@media screen and (min-width: 768px), print {
  #reference .chart figure {
    text-align: center;
    padding: 45rem;
  }
  #reference .chart figure:first-child {
    grid-column: 1/3;
  }
  #reference .chart figure:first-child img {
    width: 720rem;
  }
  #reference .chart figure:nth-of-type(2) img {
    width: 400rem;
  }
  #reference .chart figure:nth-of-type(3) img {
    width: 400rem;
  }
}
#reference .chart figcaption {
  color: #EF8C29;
  font-weight: 700;
  font-size: 20rem;
  display: table;
  padding: 0 1em;
  border-left: 2px solid #FFFCE3;
  border-right: 2px solid #FFFCE3;
  margin: 0 auto 10rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px), print {
  #reference .chart figcaption {
    font-size: 30rem;
    margin-bottom: 30rem;
  }
}
#reference .chart .note {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  #reference .chart .note {
    display: inline-flex;
    flex-wrap: wrap;
    grid-gap: 20rem;
  }
}
#reference .chart + .note {
  display: table;
  margin: 0 0 90rem auto;
}

/*------------------------------------------*/
#overview {
  padding: 60rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #overview {
    padding: 160rem 0;
  }
}
#overview dl {
  margin: 0;
  padding: 0;
}
#overview dl > div {
  display: grid;
  grid-gap: 10rem;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 20rem;
  padding: 0 0 20rem;
}
@media screen and (min-width: 768px), print {
  #overview dl > div {
    grid-template-columns: 280rem 1fr;
    margin: 0 0 28rem;
    padding: 0 0 28rem;
  }
}
#overview dl > div:last-child {
  margin-bottom: 0;
}
#overview dl dt {
  color: #EF8C29;
  font-size: 20rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #overview dl dt {
    font-size: 22rem;
  }
}
#overview dl dd {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  #overview dl dd {
    font-size: 18rem;
    line-height: 2;
  }
}
#overview dl dd a {
  border: none;
}
#overview dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#overview dl dd ul li {
  margin: 0;
  padding: 0;
  display: flex;
}
#overview dl dd ul li::before {
  content: "・";
}

/*------------------------------------------*/
#access {
  padding: 60rem 0;
  background: #F7F7F7;
}
@media screen and (min-width: 768px), print {
  #access {
    padding: 160rem 0;
  }
}
#access .googlemap {
  margin: 0 0 30rem;
}
@media screen and (min-width: 768px), print {
  #access .googlemap {
    margin: 0 auto 60rem;
    width: 782rem;
  }
}
#access .googlemap iframe {
  width: 100%;
  height: 300rem;
}
@media screen and (min-width: 768px), print {
  #access .googlemap iframe {
    height: 430rem;
  }
}
#access .address {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #access .address .place {
    font-size: 24rem;
  }
}
#access .address .adr {
  margin-top: 10rem;
}
#access h3 {
  font-size: 24rem;
  margin: 60rem 0 30rem;
  color: #EF8C29;
}
@media screen and (min-width: 768px), print {
  #access h3 {
    font-size: 32rem;
    margin: 80rem 0 60rem;
  }
}
#access dl {
  margin: 0;
  padding: 0;
}
#access dl > div {
  display: grid;
  grid-gap: 10rem;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 20rem;
  padding: 0 0 20rem;
}
@media screen and (min-width: 768px), print {
  #access dl > div {
    grid-template-columns: 280rem 1fr;
    margin: 0 0 27rem;
    padding: 0 0 27rem;
  }
}
#access dl > div:last-child {
  margin-bottom: 0;
}
#access dl dt {
  font-size: 20rem;
  font-weight: 700;
  color: #EF8C29;
}
@media screen and (min-width: 768px), print {
  #access dl dt {
    font-size: 22rem;
  }
}
#access dl dd {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1em;
}
@media screen and (min-width: 768px), print {
  #access dl dd {
    font-size: 18rem;
    line-height: 2;
    grid-gap: 0;
  }
}
#access dl dd strong {
  display: block;
}
@media screen and (min-width: 768px), print {
  #access dl dd strong {
    display: inline-block;
  }
}
#access .official {
  margin: 32rem 0 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #access .official {
    margin: 64rem 0 0;
  }
}
#access .official a {
  color: #EF8C29;
  font-weight: 700;
}
#access .official a .icon-arrow {
  margin-left: 20rem;
}
@media screen and (min-width: 768px), print {
  #access .official a .icon-arrow {
    margin-left: 60rem;
  }
}
#access .pdf {
  display: grid;
  text-align: center;
  justify-content: center;
  margin: 0 auto 30rem;
  gap: 10rem;
}
@media screen and (min-width: 768px), print {
  #access .pdf {
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 40rem;
    gap: 40rem;
  }
}
#access .pdf figcaption {
  padding-top: 20rem;
}
@media screen and (min-width: 768px), print {
  #access .pdf figcaption {
    padding-top: 24rem;
  }
}
#access .pdf a {
  color: #EF8C29;
}
#access .pdf a i {
  margin-left: 16rem;
}

/*------------------------------------------*/
#information {
  padding: 60rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #information {
    padding: 160rem 0;
  }
}

.category-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 30rem;
  padding: 0;
  list-style: none;
  gap: 12rem 0;
}
.category-select li {
  margin: 0;
  padding: 0 20rem;
  font-weight: 500;
  border-right: 1px solid #D9D9D9;
}
.category-select li:last-child {
  border: none;
}
.category-select li.is-active {
  color: #EF8C29;
}
.category-select li.is-disabled {
  color: #929292;
}

.list-news {
  margin: 0;
  padding: 0;
}
.list-news > div {
  display: grid;
  grid-gap: 10rem;
  border-top: 1px solid #d9d9d9;
  margin: 20rem 0 0;
  padding: 20rem 0 0;
}
@media screen and (min-width: 768px), print {
  .list-news > div {
    grid-template-columns: 200rem 1fr;
    margin: 30rem 0 0;
    padding: 30rem 0 0;
  }
}
.list-news > div:first-child {
  margin-top: 0;
}
.list-news dt {
  font-size: 14rem;
  font-weight: 700;
  color: #EF8C29;
}
@media screen and (min-width: 768px), print {
  .list-news dt {
    font-size: 20rem;
  }
}
.list-news dd {
  margin: 0;
  padding: 0;
}

/*------------------------------------------*/
#voice {
  padding-bottom: 72rem;
}
@media screen and (min-width: 768px), print {
  #voice {
    padding-bottom: 120rem;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
.p-voice__slider {
  position: relative;
}
.p-voice__list {
  align-items: stretch;
}
.p-voice__item {
  height: auto;
}
.p-voice__controls {
  margin-top: 22rem;
}
.p-voice__arrows {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 104rem;
}
.p-voice__arrow {
  position: static !important;
  transform: none;
  width: 40rem !important;
  height: 40rem !important;
  border-radius: 0;
  background: #EF8C29 !important;
  opacity: 1 !important;
  border: none !important;
  border-radius: 0 !important;
  transform: none !important;
}
.p-voice__arrow svg {
  display: none;
}
.p-voice__arrow span[aria-hidden=true] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-voice__arrow span[aria-hidden=true]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 9rem;
  border-top: 2rem solid #fff;
  border-right: 2rem solid #fff;
}
.p-voice__arrow--prev span[aria-hidden=true]::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.p-voice__arrow--next span[aria-hidden=true]::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
.p-voice .splide {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-voice .splide {
    margin: 0 -20rem;
  }
}
.p-voice .splide__pagination {
  bottom: 14rem !important;
  gap: 20rem;
  padding: 0;
}
.p-voice .splide__pagination__page {
  width: 8rem !important;
  height: 8rem !important;
  margin: 0 !important;
  background: #D9D9D9;
  opacity: 1;
}
.p-voice .splide__pagination__page.is-active {
  transform: none;
  background: #EF8C29;
}
@media screen and (max-width: 767.98px) {
  .p-voice {
    padding-right: 0;
    padding-left: 0;
  }
  .p-voice__slider .splide__track {
    overflow: visible;
  }
}
@media screen and (min-width: 768px), print {
  .p-voice {
    padding: 64rem 40rem;
  }
  .p-voice__title {
    margin-bottom: 36rem;
    font-size: 22rem;
  }
  .p-voice__slider {
    max-width: 1080rem;
    margin: 0 auto;
  }
  .p-voice__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 32rem;
  }
  .p-voice__controls,
  .p-voice .splide__pagination {
    display: none;
  }
}

.p-voice-card {
  height: 100%;
  background: #fffbe7;
}
.p-voice-card__image {
  margin: 0 0 16rem;
}
.p-voice-card__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-card__company {
  margin: 0 0 12rem;
  color: #EF8C29;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-voice-card__ttl {
  font-weight: 500;
  font-size: 18rem;
  margin: 0 0 8rem;
}
.p-voice-card__text {
  margin: 0;
  color: #333;
  font-size: 13rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-voice-card__company {
    font-size: 15rem;
  }
  .p-voice-card__text {
    font-size: 14rem;
  }
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}/*# sourceMappingURL=common.css.map */