*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width: 0;
  min-height: 0
}


html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch !important; /* 横ぶれ防止 */
  max-width: 100%;
	
}
body {
	  overflow-x: hidden;
  min-height: 100vh;
  word-wrap: break-word
}


body, html {
  color: #2E3440;
  background: #fff 0 0
}

.text-center {
  text-align: center
}

.bg-red {
  color: #fff;
  background: #dd5e60 0 0
}

/* パソコンの画像 */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマフォ画像 */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}




address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit
}
select, button, input, textarea {
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif
}
button {
  text-align: left;
  cursor: pointer
}
span, em, strong, small {
  letter-spacing: inherit
}
li, ol, ul {
  list-style: none
}
table {
  border-collapse: collapse
}
caption, th {
  text-align: left
}
fieldset {
  border: 0
}
a {
  text-decoration: none;
  color: inherit
}
picture {
  display: block
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: 0
}
br {
  letter-spacing: 0
}
button, input:not([type=checkbox]):not([type=radio]), textarea {
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-appearance: none
}
@media(any-hover: hover) {
  a:hover {
    text-decoration: none
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none
  }
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

/* 文字の上に「●」を並べる */
.em-dot {
  text-emphasis: filled circle;
  text-emphasis-position: over;
	
  /* 上に表示 */
  text-emphasis-position: over;

}


.dot {
  padding-left: 1em;
  text-indent: -1em
}
.dot::before {
  content: "・"
}
.maru {
  padding-left: 1em;
  text-indent: -1em
}
.maru::before {
  content: "●"
}
.kome {
  padding-left: 1em;
  text-indent: -1em
}
.kome::before {
  content: "※"
}
.indent {
  padding-left: 1em;
  text-indent: -1em
}
.of-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.txt-vertical {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr
}
.txt-orientation {
  text-orientation: upright
}
.txt-combine {
  text-combine-upright: all;
  text-combine: horizontal
}
.dn {
  display: none
}
.di {
  display: inline
}
.db {
  display: block
}
.dib {
  display: inline-block
}
.fwn {
  font-weight: 400
}
.fwb {
  font-weight: 700
}
.wbk {
  word-break: keep-all
}
.pen {
  pointer-events: none
}
.txt-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.txt-clamp2 {
  display: -webkit-box;
  min-height: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.txt-clamp3 {
  display: -webkit-box;
  min-height: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.mt5 {
  margin-top: .5rem !important;
}
.mt10 {
  margin-top: 1rem !important;
}
.mt15 {
  margin-top: 1.5rem !important;
}
.mt20 {
  margin-top: 2rem !important;
}
.mt25 {
  margin-top: 2.5rem !important;
}
.mt30 {
  margin-top: 3rem !important;
}
.mt35 {
  margin-top: 3.5rem !important;
}
.mt35 {
  margin-top: 3.5rem !important;
}
.mt40-20 {
  margin-top: 4rem !important;
}
.mt45 {
  margin-top: 4.5rem !important;
}
.mt50 {
  margin-top: 5rem !important;
}
.mt55 {
  margin-top: 5.5rem !important;
}
.mt60 {
  margin-top: 6rem !important;
}
.mt65 {
  margin-top: 6.5rem !important;
}
.mt70 {
  margin-top: 7rem !important;
}
.mt75 {
  margin-top: 7.5rem !important;
}
.mt80 {
  margin-top: 8rem !important;
}
.mt85 {
  margin-top: 8.5rem !important;
}
.mt90 {
  margin-top: 9rem !important;
}
.mt95 {
  margin-top: 9.5rem !important;
}
.mt100 {
  margin-top: 10rem !important;
}
.mt110 {
  margin-top: 11rem !important;
}
.mt120 {
  margin-top: 12rem !important;
}
.mt130 {
  margin-top: 13rem !important;
}
.mt140 {
  margin-top: 14rem !important;
}
.mt150 {
  margin-top: 15rem !important;
}
.mt160 {
  margin-top: 16rem !important;
}
.mt170 {
  margin-top: 17rem !important;
}
.mt180 {
  margin-top: 18rem !important;
}
.mt190 {
  margin-top: 19rem !important;
}
.mt200 {
  margin-top: 20rem !important;
}
@media screen and (max-width: 767px) {
.mt40-20 {
  margin-top: 2rem!important;
}}
@media screen and (max-width: 767px) {
.mt20-10 {
  margin-top: 2rem!important;
}}
@media screen and (max-width: 767px) {
.mt20-10 {
  margin-top: 1rem!important;
}}
.mra {
  margin-right: auto
}
.mla {
  margin-left: auto
}
.tar {
  text-align: right
}
.tal {
  text-align: left
}
.tac {
  text-align: center
}
.tdn {
  text-decoration: none
}
.tdu {
  text-decoration: underline
}
.w100p {
  width: 100% !important
}
.fadein {
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  opacity: 0
}
.fadein.scroll-fade {
  opacity: 1
}
.fadein-right {
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transform: translate(3rem, 0);
  transform: translate(3rem, 0);
  opacity: 0
}
.fadein-right.scroll-fade {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1
}
.fadein-left {
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transform: translate(-3rem, 0);
  transform: translate(-3rem, 0);
  opacity: 0
}
.fadein-left.scroll-fade {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1
}
.fadein-top {
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transform: translate(0, -3rem);
  transform: translate(0, -3rem);
  opacity: 0
}
.fadein-top.scroll-fade {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1
}
.fadein-bottom {
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transform: translate(0, 3rem);
  transform: translate(0, 3rem);
  opacity: 0
}
.fadein-bottom.scroll-fade {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1
}
.splide--rtl {
  direction: rtl
}
.splide__track--ttb > .splide__list {
  display: block
}
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}
.splide__progress__bar {
  width: 0
}
.splide {
  position: relative;
  visibility: hidden
}
.splide:not(.is-overflow) .splide__arrows, .splide:not(.is-overflow) .splide__pagination {
  display: none
}
.splide__arrows {
  pointer-events: none
}
.splide__arrow {
  pointer-events: all
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}
.splide__slide img {
  vertical-align: bottom
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}
@media screen and (min-width: 768px) {
  .ff-noto-w {
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif
  }
  .sprite-w {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%
  }
}
@media screen and (min-width: 768px)and (any-hover: hover) {
  .effect-fade-hover {
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
  }
  .effect-fade-hover:hover {
    opacity: .6
  }
}
@media screen and (min-width: 768px) {
  .txt-vertical-w {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
  }
  .txt-orientation-w {
    text-orientation: upright
  }
  .txt-combine-w {
    text-combine-upright: all;
    text-combine: horizontal
  }
  .flex1-w {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .dn-w {
    display: none
  }
  .di-w {
    display: inline
  }
  .db-w {
    display: block
  }
  .dib-w {
    display: inline-block
  }
  .fwn-w {
    font-weight: 400
  }
  .fwb-w {
    font-weight: 700
  }
  .wbk-w {
    word-break: keep-all
  }
  .pen-w {
    pointer-events: none
  }
  .txt-clamp1-w {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .txt-clamp2-w {
    display: -webkit-box;
    min-height: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
  }
  .txt-clamp3-w {
    display: -webkit-box;
    min-height: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
  }
  .mt5-w {
    margin-top: .5rem
  }
  .mt10-w {
    margin-top: 1rem
  }
  .mt15-w {
    margin-top: 1.5rem
  }
  .mt20-w {
    margin-top: 2rem
  }
  .mt25-w {
    margin-top: 2.5rem
  }
  .mt30-w {
    margin-top: 3rem
  }
  .mt35-w {
    margin-top: 3.5rem
  }
  .mt40-w {
    margin-top: 4rem
  }
  .mt45-w {
    margin-top: 4.5rem
  }
  .mt50-w {
    margin-top: 5rem
  }
  .mt55-w {
    margin-top: 5.5rem
  }
  .mt60-w {
    margin-top: 6rem
  }
  .mt65-w {
    margin-top: 6.5rem
  }
  .mt70-w {
    margin-top: 7rem
  }
  .mt75-w {
    margin-top: 7.5rem
  }
  .mt80-w {
    margin-top: 8rem
  }
  .mt85-w {
    margin-top: 8.5rem
  }
  .mt90-w {
    margin-top: 9rem
  }
  .mt95-w {
    margin-top: 9.5rem
  }
  .mt100-w {
    margin-top: 10rem
  }
  .mt110-w {
    margin-top: 11rem
  }
  .mt120-w {
    margin-top: 12rem
  }
  .mt130-w {
    margin-top: 13rem
  }
  .mt140-w {
    margin-top: 14rem
  }
  .mt150-w {
    margin-top: 15rem
  }
  .mt160-w {
    margin-top: 16rem
  }
  .mt170-w {
    margin-top: 17rem
  }
  .mt180-w {
    margin-top: 18rem
  }
  .mt190-w {
    margin-top: 19rem
  }
  .mt200-w {
    margin-top: 20rem
  }
  .mra-w {
    margin-right: auto
  }
  .mla-w {
    margin-left: auto
  }
  .tar-w {
    text-align: right
  }
  .tal-w {
    text-align: left
  }
  .tac-w {
    text-align: center
  }
  .tdn-w {
    text-decoration: none
  }
  .tdu-w {
    text-decoration: underline
  }
  .w100p-w {
    width: 100% !important
  }
  .fadein-w {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    opacity: 0
  }
  .fadein-w.scroll-fade {
    opacity: 1
  }
  .fadein-right-w {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transform: translate(3rem, 0);
    transform: translate(3rem, 0);
    opacity: 0
  }
  .fadein-right-w.scroll-fade {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
  .fadein-left-w {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transform: translate(-3rem, 0);
    transform: translate(-3rem, 0);
    opacity: 0
  }
  .fadein-left-w.scroll-fade {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
  .fadein-top-w {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transform: translate(0, -3rem);
    transform: translate(0, -3rem);
    opacity: 0
  }
  .fadein-top-w.scroll-fade {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
  .fadein-bottom-w {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transform: translate(0, 3rem);
    transform: translate(0, 3rem);
    opacity: 0
  }
  .fadein-bottom-w.scroll-fade {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}
@media screen and (max-width: 767px) {
  .txt-vertical-n {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
  }
  .txt-orientation-n {
    text-orientation: upright
  }
  .txt-combine-n {
    text-combine-upright: all;
    text-combine: horizontal
  }
  .flex1-n {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .dn-n {
    display: none
  }
  .di-n {
    display: inline
  }
  .db-n {
    display: block
  }
  .dib-n {
    display: inline-block
  }
  .fwn-n {
    font-weight: 400
  }
  .fwb-n {
    font-weight: 700
  }
  .wbk-w {
    word-break: keep-all
  }
  .pen-w {
    pointer-events: none
  }
  .txt-clamp1-n {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .txt-clamp2-n {
    display: -webkit-box;
    min-height: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
  }
  .txt-clamp3-n {
    display: -webkit-box;
    min-height: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
  }
  .mt5-n {
    margin-top: .5rem
  }
  .mt10-n {
    margin-top: 1rem
  }
  .mt15-n {
    margin-top: 1.5rem
  }
  .mt20-n {
    margin-top: 2rem
  }
  .mt25-n {
    margin-top: 2.5rem
  }
  .mt30-n {
    margin-top: 3rem
  }
  .mt35-n {
    margin-top: 3.5rem
  }
  .mt40-n {
    margin-top: 4rem
  }
  .mt45-n {
    margin-top: 4.5rem
  }
  .mt50-n {
    margin-top: 5rem
  }
  .mt55-n {
    margin-top: 5.5rem
  }
  .mt60-n {
    margin-top: 6rem
  }
  .mt65-n {
    margin-top: 6.5rem
  }
  .mt70-n {
    margin-top: 7rem
  }
  .mt75-n {
    margin-top: 7.5rem
  }
  .mt80-n {
    margin-top: 8rem
  }
  .mt85-n {
    margin-top: 8.5rem
  }
  .mt90-n {
    margin-top: 9rem
  }
  .mt95-n {
    margin-top: 9.5rem
  }
  .mt100-n {
    margin-top: 10rem
  }
  .mt110-n {
    margin-top: 11rem
  }
  .mt120-n {
    margin-top: 12rem
  }
  .mt130-n {
    margin-top: 13rem
  }
  .mt140-n {
    margin-top: 14rem
  }
  .mt150-n {
    margin-top: 15rem
  }
  .mt160-n {
    margin-top: 16rem
  }
  .mt170-n {
    margin-top: 17rem
  }
  .mt180-n {
    margin-top: 18rem
  }
  .mt190-n {
    margin-top: 19rem
  }
  .mt200-n {
    margin-top: 20rem
  }
  .mra-n {
    margin-right: auto
  }
  .mla-n {
    margin-left: auto
  }
  .tar-n {
    text-align: right
  }
  .tal-n {
    text-align: left
  }
  .tac-n {
    text-align: center
  }
  .tdn-n {
    text-decoration: none
  }
  .tdu-n {
    text-decoration: underline
  }
  .w100p-n {
    width: 100% !important
  }
  .fadein-n {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    opacity: 0
  }
  .fadein-n.scroll-fade {
    opacity: 1
  }
  .fadein-right-n {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transform: translate(2rem, 0);
    transform: translate(2rem, 0);
    opacity: 0
  }
  .fadein-right-n.scroll-fade {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
  .fadein-left-n {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transform: translate(-2rem, 0);
    transform: translate(-2rem, 0);
    opacity: 0
  }
  .fadein-left-n.scroll-fade {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
  .fadein-top-n {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transform: translate(0, -2rem);
    transform: translate(0, -2rem);
    opacity: 0
  }
  .fadein-top-n.scroll-fade {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
  .fadein-bottom-n {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-transform: translate(0, 2rem);
    transform: translate(0, 2rem);
    opacity: 0
  }
  .fadein-bottom-n.scroll-fade {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}
#__bs_notify__ {
  display: none !important
}
:root {
  --min-width: 1300;
  --max-width: 1600;
  --fz: clamp(10px, calc(100vw / var(--min-width) * 10), calc(var(--max-width) / 1300 * 10px));
  font-size: var(--fz);
  --scrollbar: 0
}

@media screen and (max-width: 767px) {
  :root {
    --fz: calc(100 / 375 * 10vw)
  }
}
html, body {
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  color: #000;
  background: #fff none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  letter-spacing: .05em;
  font-weight: 400;
  line-height: 2
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 1.3rem;
    font-size: max(1.3rem, 14px);
    letter-spacing: .05em;
    line-height: 1.9
  }
}
@media screen and (min-width: 768px) {
  body *:focus-visible {
    outline: auto;
    outline-color: red
  }
}
body *:focus-visible[tabindex="-1"] {
  outline: 0;
  outline-color: rgba(0, 0, 0, 0)
}
.is-modal {
  overflow: hidden
}
@media screen and (max-width: 767px) {
  .oh-open {
    overflow: hidden;
    width: 100%;
    position: fixed;
    left: 0
  }
}
.oh-open .overlay {
  opacity: 1;
  visibility: visible
}
.font-family {
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif
}
.ff-en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal
}
.ff-en.fwb {
  font-weight: 700
}
.txt-basic {
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  letter-spacing: .05em;
  font-weight: 400;
  line-height: 2
}
@media screen and (max-width: 767px) {
  .txt-basic {
    font-size: 1.3rem;
    font-size: max(1.3rem, 10px);
    letter-spacing: .05em;
    line-height: 1.9
  }
}
.txt-basic--bold {
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 2
}
@media screen and (max-width: 767px) {
  .txt-basic--bold {
    font-size: 1.3rem;
    font-size: max(1.3rem, 10px);
    letter-spacing: .05em;
    line-height: 1.9
  }
}
.txt-basic--lh {
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  letter-spacing: .05em;
  font-weight: 400;
  line-height: 1.6
}
@media screen and (max-width: 767px) {
  .txt-basic--lh {
    font-size: 1.3rem;
    font-size: max(1.3rem, 10px);
    letter-spacing: .05em
  }
}
.txt-basic--boldlh {
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.6
}
@media screen and (max-width: 767px) {
  .txt-basic--boldlh {
    font-size: 1.3rem;
    font-size: max(1.3rem, 10px);
    letter-spacing: .05em
  }
}
.txt-small {
  font-size: 1.2rem;
  font-size: max(1.2rem, 10px);
  letter-spacing: .05em;
  font-weight: 400;
  line-height: 1.7
}
@media screen and (max-width: 767px) {
  .txt-small {
    font-size: 1.1rem;
    font-size: max(1.1rem, 10px);
    letter-spacing: .05em
  }
}
.text-01 {
  font-size: 4.4rem;
  font-size: max(4.4rem, 10px);
  letter-spacing: .15em;
  font-weight: 700;
  line-height: 1.6
}
@media screen and (max-width: 767px) {
  .text-01 {
    font-size: 2.6rem;
    font-size: max(2.6rem, 10px);
    letter-spacing: .05em
  }
}
.text-02 {
  font-size: 2.8rem;
  font-size: max(2.8rem, 10px);
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.7
}
@media screen and (max-width: 767px) {
  .text-02 {
    font-size: 2.2rem;
    font-size: max(2.2rem, 10px);
    letter-spacing: .05em
  }
}
.text-03 {
  font-size: 2.5rem;
  font-size: max(2.5rem, 10px);
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.5
}
@media screen and (max-width: 767px) {
  .text-03 {
    font-size: 2rem;
    font-size: max(2rem, 10px);
    letter-spacing: 0
  }
}
.text-04 {
  font-size: 2.2rem;
  font-size: max(2.2rem, 10px);
  letter-spacing: .1em;
  font-weight: 700;
  line-height: 1.7
}
@media screen and (max-width: 767px) {
  .text-04 {
    font-size: 1.8rem;
    font-size: max(1.8rem, 10px);
    letter-spacing: .05em;
    line-height: 1.4
  }
}
.text-05 {
  font-size: 1.8rem;
  font-size: max(1.8rem, 10px);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.7
}
@media screen and (max-width: 767px) {
  .text-05 {
    font-size: 1.5rem;
    font-size: max(1.5rem, 10px);
    letter-spacing: 0
  }
}
.text-06 {
  font-size: 1.2rem;
  font-size: max(1.2rem, 14px);
  letter-spacing: 0;
  line-height: 1.7
}


.c-blue {
  color: #0D4594
}
.c-white {
  color: #ffffff
}
a[href*=未設定], a[href=""] {
  color: red !important;
  outline: .2rem dashed red !important;
  background-color: #ff0 !important
}
.dummy {
  color: red !important;
  outline: .2rem dashed red !important;
  background-color: #ff0 !important
}
@media screen and (min-width: 768px) {
  .w1000 {
    width: 100rem;
    margin-left: auto;
    margin-right: auto
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 33.5rem;
    margin-left: auto;
    margin-right: auto
  }
}

#wrapper {
  position: relative;
  z-index: 1
}
@media screen and (min-width: 768px) {
  #wrapper {
    min-width: 1110px
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%
  }
}

.overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease
}
#main {
  position: relative;
  padding-bottom: 9.6rem;
  overflow: hidden
}
@media screen and (min-width: 768px) {
  #main {
    display: block
  }
}
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 9rem
  }
}



.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  pointer-events: none
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  width: 1rem;
  height: 1rem;
  margin: 0;
  pointer-events: auto
}
@media screen and (max-width: 767px) {
  .splide__pagination li {
    width: .8rem;
    height: .8rem
  }
}
.splide__pagination__page {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: .1rem solid #d2d2d2;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: border .25s ease, background-color .25s ease;
  transition: border .25s ease, background-color .25s ease
}
@media(any-hover: hover) {
  .splide__pagination__page:hover {
    border-color: #0D4594
  }
}
.splide__pagination__page.is-active {
  border-color: #0D4594;
  background-color: #0D4594;
  pointer-events: none
}
.splide__arrows {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 5rem;
  margin: auto
}
.splide__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 5rem;
  height: 5rem;
  border: .2rem solid #0D4594;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: all;
  -webkit-transition: border .25s ease, background-color .25s ease;
  transition: border .25s ease, background-color .25s ease
}
@media screen and (min-width: 768px) {
  .splide__arrow {
    position: relative;
    z-index: 1
  }
}
@media(any-hover: hover) {
  .splide__arrow:hover {
    border-color: #0D4594;
    background-color: #0D4594
  }
  .splide__arrow:hover path {
    fill: #fff
  }
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    width: 5rem;
    height: 5rem
  }
}
.splide__arrow.splide__arrow--prev svg {
  scale: -1 1
}
.splide__arrow svg {
  width: 48%;
  aspect-ratio: 1
}
@media screen and (max-width: 767px) {
  .splide__arrow svg {
    width: 2.2rem
  }
}
.splide__arrow path {
  fill: #0D4594;
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease
}

.btn01 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.35rem 5.8rem;
  border: .2rem solid #0D4594;
  border-radius: 100vmax;
  background-color: #fff;
  font-size: 1.8rem;
  font-size: max(1.8rem, 10px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #0D4594;
  -webkit-transition: background-color .25s ease, color .25s ease;
  transition: background-color .25s ease, color .25s ease
}
@media(any-hover: hover) {
  .btn01:hover {
    background-color: #0D4594;
    color: #fff
  }
  .btn01:hover .ico_svg .svg-path[stroke] {
    stroke: #fff
  }
  .btn01:hover .ico_svg .svg-path[fill] {
    fill: #fff
  }
}
@media screen and (max-width: 767px) {
  .btn01 {
    gap: 0 1rem;
    padding: 1.55rem 3.8rem;
    font-size: 1.4rem;
    font-size: max(1.4rem, 10px);
    background-color: #fff
  }
}
.btn01 .ico_svg {
  width: 2.4rem
}
@media screen and (max-width: 767px) {
  .btn01 .ico_svg {
    width: 1.8rem
  }
}
.btn01 .ico_svg .svg-path[stroke] {
  stroke: #ffcc66
}
.btn01 .ico_svg .svg-path[fill] {
  fill: #ffcc66
}
.btn01.btn01--rv .ico_svg {
  scale: -1 1
}
