@charset "UTF-8";
/* Break point
---------------------------------------------------------- */
/* Font
---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  -webkit-padding-start: initial;
          padding-inline-start: initial;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

mark {
  background: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  border: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
li {
  list-style: none;
}

/* Mixin
---------------------------------------------------------- */
/* animation
---------------------------------------------------------- */
/* ==========================================================================//
//
//　変数
//
// ========================================================================== */
:root {
  /* Color
  ---------------------------------------------------------- */
  --color-main: #0B67B3;
  --color-sub: #D6E8F6;
  --color-line: #62ABE6;
  --color-point: #FF6;
  --color-red: #BF1616;
  --color-font: #292929;
  /* font
  ---------------------------------------------------------- */
  --font-no: "Inter", sans-serif;
  --font-r: 300;
  --font-m: 500;
  --font-b: 700;
  --font-bl: 900;
  --lhS: 1.2;
  --lhM: 1.5;
  --lhL: 1.8;
  --lhLL: 2.3;
  --font8: 0.5rem;
  --font9: 0.56rem;
  --font10: 0.62rem;
  --font11: 0.7rem;
  --font12: 0.79rem;
  --font13: 0.81rem;
  --font14: 0.88rem;
  --font15: 0.94rem;
  --font16: 1rem;
  --font18: 1.12rem;
  --font20: 1.25rem;
  --font22: 1.42rem;
  --font23: 1.5rem;
  --font24: 1.5rem;
  --font25: 1.6rem;
  --font26: 1.62rem;
  --font28: 1.8rem;
  --font29: 1.85rem;
  --font30: 1.87rem;
  --font32: 2rem;
  --font33: 2.06rem;
  --font36: 2.28rem;
  --font37: 2.31rem;
  --font38: 2.37rem;
  --font41: 2.56rem;
  --font46: 2.88rem;
  --font50: 3.12rem;
  --font52: 3.25rem;
  --font55: 3.43rem;
  --font61: 3.81rem;
  --font66: 4.12rem;
  --font70: 4.37rem;
  --font74: 4.62rem;
  /* width
  ---------------------------------------------------------- */
  --maxWidth: 1040px;
}

html {
  font-family: "noto sans jp", sans-serif;
  color: var(--color-font);
}

body {
  font-size: var(--font14);
  font-weight: var(--font-m);
  letter-spacing: 0.36px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: var(--font16);
  }
}

svg {
  width: 100%;
  height: 100%;
}

a {
  color: var(--color-main);
}

a.-telLink {
  color: var(--color-font);
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  a.-telLink {
    pointer-events: none;
    cursor: default;
  }
}

section {
  position: relative;
}

.l-top-ttl {
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .l-top-ttl {
    left: 60px;
  }
}
@media screen and (min-width: 1160px) {
  .l-top-ttl {
    left: calc((100% - var(--maxWidth)) / 2);
  }
}
.l-top-ttl span {
  display: inline-block;
  font-size: var(--font25);
  font-weight: var(--font-bl);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
}
@media screen and (min-width: 960px) {
  .l-top-ttl span {
    font-size: var(--font32);
  }
}
.l-top-ttl span::first-letter {
  color: var(--color-main);
}
.l-top-ttl.-back {
  color: #fff;
}
.l-top-ttl.-back span {
  padding: 10px 40px 10px 20px;
}
@media screen and (min-width: 960px) {
  .l-top-ttl.-back span {
    padding: 15px 80px 15px 0;
  }
}
.l-top-ttl.-back span::first-letter {
  color: var(--color-point);
}
.l-top-ttl.-back::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  background: var(--color-main);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  position: absolute;
  top: 0;
  right: 0;
}

.l-header {
  display: grid;
  grid-template-columns: 1fr 57px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-left: 10px;
  border-bottom: 3px solid var(--color-main);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
@media screen and (min-width: 960px) {
  .l-header {
    grid-template-columns: auto 1fr;
    gap: 10px;
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  .l-header {
    grid-template-columns: 1fr auto;
    padding: 0 40px;
  }
}
.l-header .-logo a {
  font-size: var(--font12);
  color: var(--color-font);
  font-weight: var(--font-b);
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .l-header .-logo a {
    font-size: var(--font16);
    display: inline;
  }
  .l-header .-logo a span {
    display: inline-block;
    word-break: keep-all;
  }
  .l-header .-logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1400px) {
  .l-header .-logo a {
    font-size: var(--font23);
  }
}
.l-header__nav__btn {
  width: 57px;
  height: 57px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-header__nav__btn {
    display: none;
  }
}
.l-header__nav__btn span {
  width: 30px;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__nav__btn span:nth-child(1) {
  top: 17px;
  left: calc(50% - 15px);
}
.l-header__nav__btn span:nth-child(2) {
  top: calc(50% - 1px);
  left: calc(50% - 15px);
}
.l-header__nav__btn span:nth-child(3) {
  bottom: 17px;
  left: calc(50% - 15px);
}
.l-header__nav__btn.-active span:nth-child(1) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__nav__btn.-active span:nth-child(2) {
  opacity: 0;
}
.l-header__nav__btn.-active span:nth-child(3) {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__nav {
  visibility: hidden;
  opacity: 0;
  width: calc(100vw - 80px);
  max-width: 350px;
  padding: 40px 40px 20px;
  background: var(--color-sub);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .l-header__nav {
    visibility: visible;
    opacity: 1;
    width: auto;
    max-width: none;
    padding: 0;
    background: none;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header__nav__list {
  max-height: 70svh;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 10px;
    min-height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__nav__list {
    gap: 15px;
  }
}
.l-header__nav__list__item {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) and (min-width: 1400px) {
  .l-header__nav__list__item {
    gap: 15px;
  }
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 10px;
    background: var(--color-line);
    z-index: 1;
  }
}
@media screen and (min-width: 960px) and (min-width: 1400px) {
  .l-header__nav__list__item:not(:last-child)::after {
    height: 13px;
  }
}
.l-header__nav__list__item:not(:first-child) {
  border-top: 2px solid var(--color-line);
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item:not(:first-child) {
    border-top: none;
  }
}
.l-header__nav__list__item a {
  display: inline-block;
  width: 100%;
  padding: 15px 30px 15px 0;
  font-size: var(--font16);
  color: var(--color-font);
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item a {
    padding: 0;
    font-size: var(--font14);
    word-break: keep-all;
  }
  .l-header__nav__list__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__nav__list__item a {
    font-size: var(--font16);
  }
}
.l-header__nav__list__item a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: var(--color-main);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item a::after {
    content: none;
  }
}
.l-header__nav__close {
  margin: 20px auto 0;
  width: 25px;
  height: 25px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-header__nav__close {
    display: none;
  }
}
.l-header__nav__close::before, .l-header__nav__close::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__nav__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__nav__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__nav.-active {
  visibility: visible;
  opacity: 1;
}

.l-footer {
  background: var(--color-main);
  padding: 30px 20px 10px;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}
@media screen and (min-width: 960px) {
  .l-footer {
    padding: 30px 60px 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__inner {
    max-width: calc(var(--maxWidth) - 140px);
    margin: 0 auto;
    display: grid;
    grid-template-areas: "ttl ttl" "mail copy";
    grid-template-columns: auto auto;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__ttl {
  font-size: var(--font16);
  font-weight: var(--font-b);
}
@media screen and (min-width: 960px) {
  .l-footer__ttl {
    font-size: var(--font18);
    grid-area: ttl;
  }
}
.l-footer__mail {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .l-footer__mail {
    grid-area: mail;
  }
}
.l-footer__mail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-footer__mail dl dt {
  font-size: var(--font10);
  background: #fff;
  color: var(--color-main);
  padding: 1px 3px;
}
@media screen and (min-width: 960px) {
  .l-footer__mail dl dt {
    font-size: var(--font12);
  }
}
.l-footer__mail dl dd {
  font-size: var(--font12);
  font-weight: 400;
}
.l-footer__mail dl dd a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .l-footer__mail dl dd a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__mail dl dd {
    font-size: var(--font14);
  }
}
.l-footer__mail .c-note {
  font-size: var(--font12);
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .l-footer__mail .c-note {
    font-size: var(--font14);
  }
}
.l-footer__copy {
  font-size: var(--font9);
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .l-footer__copy {
    font-size: var(--font11);
    grid-area: copy;
  }
}

.l-mv {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-mv {
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .l-mv {
    margin-top: 80px;
  }
}
.l-mv__slide {
  display: block;
  width: 100%;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  height: 0;
}
.l-mv__slide .slick-list, .l-mv__slide .slick-track {
  height: 100%;
}
.l-mv__slide__item {
  height: 100%;
  position: relative;
}
.l-mv__slide__item picture {
  height: 100%;
  position: relative;
}
.l-mv__slide__item picture::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.l-mv__slide__item picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv__slide__item picture.-top img {
  -o-object-position: top;
     object-position: top;
}
.l-mv__slide__item picture.-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}
.l-mv__slide__item picture.-right img {
  -o-object-position: right;
     object-position: right;
}
.l-mv__slide__item picture.-left img {
  -o-object-position: left;
     object-position: left;
}
@media screen and (min-width: 960px) {
  .l-mv__slide__item picture.-pcleft img {
    -o-object-position: left;
       object-position: left;
  }
}
.l-mv__slide__item picture.-bottomRight img {
  -o-object-position: bottom right;
     object-position: bottom right;
}
.l-mv__slide__item .-copy {
  display: inline-block;
  font-size: var(--font9);
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .l-mv__slide__item .-copy {
    top: auto;
    bottom: 0;
    left: 100px;
  }
}
@media screen and (min-width: 960px) {
  .l-mv__slide__item .-copy {
    font-size: var(--font12);
  }
}
.l-mv__slide__item .-copy::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  border-radius: 0 0 5px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-mv__slide__item .-copy::before {
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(1) {
    width: 15px;
    height: 70px;
    top: 0;
    left: -50px;
    background-position: 300% auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-mv__line span:nth-child(1) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(1) {
    width: 30px;
    height: 70px;
    left: -70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1500px) {
  .l-mv__line span:nth-child(1) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(2) {
    width: 20px;
    height: 120px;
    top: 0;
    left: -25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-mv__line span:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(2) {
    width: 30px;
    height: 225px;
    left: -20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1500px) {
  .l-mv__line span:nth-child(2) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(3) {
    width: 2px;
    height: 100px;
    top: 0;
    left: 3px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-mv__line span:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(3) {
    width: 5px;
    height: 130px;
    left: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1500px) {
  .l-mv__line span:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(4) {
    width: 4px;
    height: 200px;
    bottom: -30px;
    left: 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-mv__line span:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(4) {
    width: 5px;
    height: 275px;
    bottom: -70px;
    left: 130px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1500px) {
  .l-mv__line span:nth-child(4) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(5) {
    width: 20px;
    height: 60px;
    bottom: -10px;
    left: 110px;
    background-size: 200% auto !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-mv__line span:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(5) {
    width: 30px;
    height: 135px;
    bottom: -20px !important;
    left: 170px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1500px) {
  .l-mv__line span:nth-child(5) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(6) {
    width: 4px;
    height: 128px;
    right: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(6) {
    width: 5px;
    height: 155px;
    right: 200px;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(7) {
    width: 20px;
    height: 60px;
    right: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(7) {
    width: 30px;
    height: 180px;
    right: 120px;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(8) {
    width: 4px;
    height: 120px;
    right: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(8) {
    width: 5px;
    height: 250px;
    right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(9) {
    width: 20px;
    height: 60px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(9) {
    width: 30px;
    height: 130px;
    right: 80px;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(10) {
    width: 4px;
    height: 110px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(10) {
    width: 5px;
    height: 220px;
    right: 65px;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__line span:nth-child(11) {
    width: 20px;
    height: 120px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__line span:nth-child(11) {
    width: 30px;
    height: 275px;
    right: -20px;
  }
}
.l-mv__txtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 100px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox {
    gap: 60px;
    padding: 60px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox {
    padding: 100px 20px;
  }
}
.l-mv__txtBox > * {
  position: relative;
}
.l-mv__txtBox > *::before {
  content: "";
  width: 150vw;
  height: 100%;
  background: #fff;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  position: absolute;
  top: 0;
  right: 10px;
  z-index: -1;
}
@media screen and (min-width: 1500px) {
  .l-mv__txtBox > *::before {
    width: 100%;
  }
}
.l-mv__txtBox .-ttl {
  padding: 20px 45px;
  margin: 0 auto 0 0;
  color: var(--color-main);
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-ttl {
    padding: 20px 60px;
  }
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl {
    padding: 40px 100px 50px;
  }
}
@media screen and (min-width: 1500px) {
  .l-mv__txtBox .-ttl {
    padding: 60px 70px 60px 90px;
  }
}
@media screen and (min-width: 1500px) {
  .l-mv__txtBox .-ttl {
    margin-left: calc(50vw - 750px);
  }
}
.l-mv__txtBox .-ttl .-subTtl {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
@media screen and (min-width: 500px) {
  .l-mv__txtBox .-ttl .-subTtl {
    padding-left: 30px;
  }
}
@media print {
  .l-mv__txtBox .-ttl .-subTtl {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-ttl .-subTtl {
    padding-left: 0;
  }
}
.l-mv__txtBox .-ttl .-subTtl p {
  text-align: center;
  font-size: var(--font16);
  font-weight: var(--font-b);
  color: var(--color-font);
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl .-subTtl p {
    font-size: var(--font20);
  }
}
@media screen and (min-width: 1200px) {
  .l-mv__txtBox .-ttl .-subTtl p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: var(--font20);
  }
}
@media screen and (min-width: 1500px) {
  .l-mv__txtBox .-ttl .-subTtl p {
    font-size: var(--font25);
  }
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-ttl .-subTtl p br {
    display: none;
  }
}
.l-mv__txtBox .-ttl .-subTtl p span {
  display: block;
  font-size: var(--font14);
  font-weight: var(--font-m);
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl .-subTtl p span {
    font-size: var(--font18);
  }
}
@media screen and (min-width: 1500px) {
  .l-mv__txtBox .-ttl .-subTtl p span {
    font-size: var(--font23);
  }
}
.l-mv__txtBox .-ttl h1 {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-ttl h1 {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl h1 {
    margin-top: 20px;
    padding-right: 30px;
  }
}
.l-mv__txtBox .-ttl h1 span {
  display: block;
  font-size: var(--font25);
  font-weight: var(--font-bl);
  line-height: 1.5em;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
}
@media screen and (max-width: 385px) {
  .l-mv__txtBox .-ttl h1 span {
    font-size: var(--font20);
  }
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl h1 span {
    font-size: clamp(2.188rem, 0.992rem + 1.99vw, 2.875rem);
  }
}
@media screen and (min-width: 1500px) {
  .l-mv__txtBox .-ttl h1 span {
    font-size: var(--font52);
  }
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-ttl h1 span:nth-child(1) {
    margin-right: 1.5em;
  }
}
.l-mv__txtBox .-ttl h1 span:nth-child(2) {
  margin-left: 1.5em;
}
.l-mv__txtBox .-ttl .-line {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl .-line {
    left: -10px;
  }
}
.l-mv__txtBox .-ttl .-line span {
  display: inline-block;
  position: absolute;
}
.l-mv__txtBox .-ttl .-line span:nth-child(1) {
  width: 10px;
  height: 60px;
  left: -8px;
  background-size: 300% auto !important;
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-ttl .-line span:nth-child(1) {
    width: 20px;
    height: 115px;
    left: -30px;
  }
}
.l-mv__txtBox .-ttl .-line span:nth-child(2) {
  width: 12px;
  height: 100px;
  left: 20px;
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl .-line span:nth-child(2) {
    width: 25px;
    height: 195px;
    bottom: auto;
    top: 0;
    left: 10px;
  }
}
.l-mv__txtBox .-ttl .-line span:nth-child(3) {
  width: 4px;
  height: 115px;
  bottom: -18px;
  left: 35px;
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl .-line span:nth-child(3) {
    width: 5px;
    height: 215px;
    top: auto;
    bottom: -25px;
    left: 45px;
  }
}
.l-mv__txtBox .-ttl .-line span:nth-child(4) {
  width: 5px;
  height: 130px;
  right: 30px;
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl .-line span:nth-child(4) {
    width: 5px;
    height: 245px;
    right: 90px;
  }
}
.l-mv__txtBox .-ttl .-line span:nth-child(5) {
  width: 11px;
  height: 70px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl .-line span:nth-child(5) {
    width: 20px;
    height: 70px;
    right: -10px;
    background-size: 300% auto !important;
  }
}
.l-mv__txtBox .-ttl .-line span:nth-child(6) {
  width: 15px;
  height: 125px;
  bottom: -12px;
  right: -25px;
  background-size: 470% auto !important;
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-ttl .-line span:nth-child(6) {
    width: 30px;
    height: 200px;
    bottom: -16px;
    right: 30px;
  }
}
.l-mv__txtBox .-data {
  margin: 100px 20px 0;
  text-align: left;
}
.l-mv__txtBox .-data::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-data {
    margin: 0 auto 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-data {
    grid-template-columns: repeat(2, 1fr);
    line-height: 1;
    gap: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .l-mv__txtBox .-data {
    margin-left: calc(50vw - 750px + 10px);
  }
}
.l-mv__txtBox .-data dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 15px;
  min-height: 50px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-data dl {
    gap: 20px;
    min-height: 55px;
  }
}
.l-mv__txtBox .-data dl::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-mv__txtBox .-data dl + dl {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-data dl + dl {
    margin-top: 0;
  }
}
.l-mv__txtBox .-data dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--font13);
  font-weight: var(--font-b);
  color: #fff;
  padding: 1px 15px 2px;
  position: relative;
}
@media print {
  .l-mv__txtBox .-data dl dt {
    font-size: var(--font16);
  }
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-data dl dt {
    font-size: clamp(0.875rem, 0.44rem + 0.72vw, 1.125rem);
    padding: 3px 20px;
  }
}
.l-mv__txtBox .-data dl dt::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-main);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-mv__txtBox .-data dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--font12);
  font-weight: var(--font-b);
  padding-right: 10px;
}
@media print {
  .l-mv__txtBox .-data dl dd {
    font-size: var(--font16);
  }
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-data dl dd {
    font-size: clamp(0.875rem, 0.44rem + 0.72vw, 1.125rem);
  }
}
@media screen and (min-width: 1500px) {
  .l-mv__txtBox .-data dl dd {
    font-size: var(--font22);
  }
}
.l-mv__txtBox .-data dl.-day dd {
  font-size: var(--font16);
}
@media print {
  .l-mv__txtBox .-data dl.-day dd {
    font-size: var(--font18);
  }
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-data dl.-day dd {
    font-size: clamp(1.125rem, 0.69rem + 0.72vw, 1.375rem);
  }
}
.l-mv__txtBox .-data dl.-day dd span {
  font-size: var(--font33);
  font-family: var(--font-no);
  color: var(--color-main);
  margin-left: 5px;
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-data dl.-day dd span {
    font-size: clamp(2rem, 1.348rem + 1.09vw, 2.375rem);
  }
}
@media screen and (min-width: 1500px) {
  .l-mv__txtBox .-data dl.-day dd span {
    font-size: var(--font38);
  }
}
.l-mv__txtBox .-data dl.-venue dd {
  font-size: var(--font16);
}
@media print {
  .l-mv__txtBox .-data dl.-venue dd {
    font-size: var(--font18);
  }
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-data dl.-venue dd {
    font-size: clamp(1.125rem, 0.582rem + 0.91vw, 1.438rem);
  }
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-data dl.-organizer {
    grid-column: 1/-1;
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-mv__txtBox .-data dl.-organizer::before {
    content: none;
  }
}
.l-mv__txtBox .-data dl.-organizer dd {
  font-size: var(--font10);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
@media screen and (min-width: 500px) {
  .l-mv__txtBox .-data dl.-organizer dd {
    font-size: var(--font12);
  }
}
@media print {
  .l-mv__txtBox .-data dl.-organizer dd {
    font-size: var(--font14);
  }
}
@media screen and (min-width: 960px) {
  .l-mv__txtBox .-data dl.-organizer dd {
    font-size: clamp(1rem, 0.783rem + 0.36vw, 1.125rem);
  }
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-data dl.-organizer dd {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-mv__txtBox .-data dl.-organizer dd::before {
    content: "";
    width: calc(100% + 15px);
    height: 100%;
    background: #fff;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .l-mv__txtBox .-data dl.-organizer dd::before {
    width: calc(100% + 30px);
    left: -20px;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__txtBox .-data dl.-organizer dd span {
    padding-right: 1em;
  }
  .l-mv__txtBox .-data dl.-organizer dd br {
    display: none;
  }
}
.l-mv.js-opAnime {
  --ttlSpead: 0.85s;
  --lineSpead: 0.35s;
}
.l-mv.js-opAnime .l-mv__txtBox .-ttl h1 span {
  position: relative;
}
.l-mv.js-opAnime .l-mv__txtBox .-ttl h1 span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.35s ease-in;
  transition: width 0.35s ease-in;
}
.l-mv.js-opAnime .l-mv__txtBox .-ttl h1 span:last-child::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.l-mv.js-opAnime .l-mv__line span {
  height: 0;
  opacity: 0;
  -webkit-transition: all var(--lineSpead) ease-in calc(var(--ttlSpead) + 0.2s);
  transition: all var(--lineSpead) ease-in calc(var(--ttlSpead) + 0.2s);
}
.l-mv.js-opAnime .l-mv__txtBox .-ttl::before {
  opacity: 1;
  -webkit-transition: opacity var(--lineSpead) ease-in calc(var(--ttlSpead) + 0.2s);
  transition: opacity var(--lineSpead) ease-in calc(var(--ttlSpead) + 0.2s);
}
.l-mv.js-opAnime .l-mv__txtBox .-ttl .-line span {
  height: 0;
  opacity: 0;
  -webkit-transition: all var(--lineSpead) ease-in calc(var(--ttlSpead) + 0.2s);
  transition: all var(--lineSpead) ease-in calc(var(--ttlSpead) + 0.2s);
}
.l-mv.js-opAnime.-start .l-mv__txtBox .-ttl h1 span::before {
  width: 0%;
}
.l-mv.js-opAnime.-start .l-mv__txtBox .-ttl::before {
  opacity: 0.8;
}
.l-mv.js-opAnime.-start .l-mv__line span {
  opacity: 1;
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(1) {
  height: 70px;
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(1) {
    height: 70px;
  }
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(2) {
  height: 120px;
  -webkit-transition-delay: calc(var(--ttlSpead) + 0.2s + 0.2s);
          transition-delay: calc(var(--ttlSpead) + 0.2s + 0.2s);
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(2) {
    height: 225px;
  }
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(3) {
  height: 100px;
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(3) {
    height: 130px;
  }
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(4) {
  height: 90px;
  -webkit-transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
          transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(4) {
    height: 275px;
  }
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(5) {
  height: 60px;
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(5) {
    height: 135px;
  }
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(6) {
  height: 128px;
  -webkit-transition-delay: calc(var(--ttlSpead) + 0.2s + 0.2s);
          transition-delay: calc(var(--ttlSpead) + 0.2s + 0.2s);
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(6) {
    height: 180px;
  }
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(7) {
  height: 60px;
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(7) {
    height: 130px;
  }
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(8) {
  height: 120px;
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(8) {
    -webkit-transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
            transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
    height: 250px;
  }
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(9) {
  height: 60px;
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(9) {
    height: 130px;
  }
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(10) {
  height: 110px;
  -webkit-transition-delay: calc(var(--ttlSpead) + 0.2s + 0.2s);
          transition-delay: calc(var(--ttlSpead) + 0.2s + 0.2s);
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(10) {
    height: 220px;
  }
}
.l-mv.js-opAnime.-start .l-mv__line span:nth-child(11) {
  height: 120px;
  -webkit-transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
          transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__line span:nth-child(11) {
    height: 275px;
  }
}
.l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span {
  opacity: 1;
}
.l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(1) {
  height: 60px;
  top: 0;
  -webkit-transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
          transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(1) {
    height: 115px;
  }
}
.l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(2) {
  height: 100px;
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(2) {
    height: 195px;
  }
}
.l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(3) {
  height: 115px;
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(3) {
    height: 215px;
  }
}
.l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(4) {
  height: 130px;
  -webkit-transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
          transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(4) {
    height: 245px;
  }
}
.l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(5) {
  height: 70px;
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(5) {
    height: 70px;
  }
}
.l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(6) {
  height: 125px;
  -webkit-transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
          transition-delay: calc(var(--ttlSpead) + 0.2s + 0.1s);
}
@media screen and (min-width: 960px) {
  .l-mv.js-opAnime.-start .l-mv__txtBox .-ttl .-line span:nth-child(6) {
    height: 200px;
  }
}

@media screen and (min-width: 960px) {
  .l-news {
    padding: 0 60px;
  }
  .l-news .l-top-ttl {
    left: 40px;
  }
}
.l-news .l-sec-inner {
  margin: 80px 10px 0;
  padding: 25px 20px;
  background: var(--color-sub);
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-news .l-sec-inner {
    margin: 80px 40px 0;
  }
}
@media screen and (min-width: 960px) {
  .l-news .l-sec-inner {
    max-width: var(--maxWidth);
    margin: 110px auto 0;
    padding: 40px 70px;
  }
}
.l-news__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .l-news__list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    padding: 20px 0;
  }
}
.l-news__list li:not(:first-child) {
  border-top: 2px solid var(--color-line);
}
.l-news__list li a {
  display: inline-block;
  width: 100%;
  color: var(--color-font);
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.l-news__list li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: var(--color-main);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}
@media screen and (min-width: 960px) {
  .l-news__list li a:hover {
    text-decoration: underline;
  }
}

.l-about {
  margin-top: 100px;
  background: var(--color-sub);
  padding: 60px 10px 100px;
}
@media screen and (min-width: 768px) {
  .l-about {
    padding: 60px 40px 100px;
  }
}
@media screen and (min-width: 960px) {
  .l-about {
    padding: 100px 60px 160px;
  }
}
.l-about .l-sec-inner {
  background: #fff;
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .l-about .l-sec-inner {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 960px) {
  .l-about .l-sec-inner {
    max-width: var(--maxWidth);
    margin: 0 auto;
    padding: 50px 70px 70px;
  }
}
@media screen and (min-width: 960px) {
  .l-about .c-btn {
    text-align: left !important;
  }
}
.l-about .c-dlBox {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .l-about .c-dlBox dl dd .-timeTable {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-areas: "auto auto auto auto auto auto auto auto" "tenji tenji tenji tenji tenji tenji tenji none";
  }
}
.l-about .c-dlBox dl dd .-timeTable li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid #7CB9EA;
  background: #E4F1FB;
}
@media screen and (min-width: 960px) {
  .l-about .c-dlBox dl dd .-timeTable li {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    text-align: center;
    padding: 10px 5px;
    font-size: var(--font14);
  }
}
.l-about .c-dlBox dl dd .-timeTable li:not(:first-child) {
  border-top: none;
}
@media screen and (min-width: 960px) {
  .l-about .c-dlBox dl dd .-timeTable li:not(:first-child) {
    border-top: 1px solid #7CB9EA;
    border-left: none;
  }
}
.l-about .c-dlBox dl dd .-timeTable li .-ttl {
  font-weight: var(--font-m);
}
.l-about .c-dlBox dl dd .-timeTable li .-ttl .-small {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .l-about .c-dlBox dl dd .-timeTable li .-ttl .-small {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 960px) {
  .l-about .c-dlBox dl dd .-timeTable li .-time {
    font-size: var(--font14);
  }
}
.l-about .c-dlBox dl dd .-timeTable li.-tenji {
  border-top: 1px solid #7CB9EA;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .l-about .c-dlBox dl dd .-timeTable li.-tenji {
    grid-area: tenji;
    border-top: none;
    border-left: 1px solid #7CB9EA;
    margin-top: 0;
    margin-left: 10%;
    grid-template-columns: auto auto;
    gap: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-about .c-dlBox dl.-venue dd p:first-child {
  font-weight: var(--font-m);
}
@media screen and (min-width: 960px) {
  .l-about .c-dlBox dl.-venue dd p:first-child {
    font-weight: var(--font-b);
  }
}
.l-about .c-dlBox dl.-venue dd p + p {
  margin-top: 5px;
}

.l-program {
  padding: 70px 20px 100px;
}
@media screen and (min-width: 768px) {
  .l-program {
    padding: 70px 40px 100px;
  }
}
@media screen and (min-width: 960px) {
  .l-program {
    padding: 120px 60px 160px;
  }
}
@media screen and (min-width: 960px) {
  .l-program .l-sec-inner {
    max-width: calc(var(--maxWidth) - 140px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .l-program .c-btn {
    text-align: left !important;
  }
}
@media screen and (min-width: 960px) {
  .l-program__dl {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
  }
}
.l-program__dl + .l-program__dl {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .l-program__dl + .l-program__dl {
    margin-top: 30px;
  }
}
.l-program__dl dt {
  font-weight: var(--font-b);
}
.l-program__dl dd {
  margin-left: 10px;
}

.l-access {
  padding: 70px 20px 100px;
  background: var(--color-sub);
}
@media screen and (min-width: 768px) {
  .l-access {
    padding: 70px 40px 100px;
  }
}
@media screen and (min-width: 960px) {
  .l-access {
    padding: 85px 60px 160px;
  }
}
@media screen and (min-width: 960px) {
  .l-access .c-article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "kaijo map" "access map";
    gap: 20px;
    max-width: calc(var(--maxWidth) - 140px);
    margin: 0 auto;
  }
}
.l-access .c-article .c-ttl-1 {
  background: #fff;
}
@media screen and (min-width: 960px) {
  .l-access .c-article .-kaijo {
    grid-area: kaijo;
  }
  .l-access .c-article .-kaijo .c-ttl-1 {
    margin-top: 0;
  }
}
.l-access .c-article .-map {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .l-access .c-article .-map {
    grid-area: map;
    margin-top: 0;
  }
}
.l-access .c-article .-map iframe {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 960px) {
  .l-access .c-article .-map iframe {
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .l-access .c-article .-access {
    grid-area: access;
  }
}

.l-entry {
  padding: 70px 10px 100px;
  background: var(--color-main);
}
@media screen and (min-width: 768px) {
  .l-entry {
    padding: 70px 40px 100px;
  }
}
@media screen and (min-width: 960px) {
  .l-entry {
    padding: 80px 60px 160px;
  }
}
.l-entry .l-top-ttl span {
  color: var(--color-font);
}
.l-entry .l-top-ttl span::first-letter {
  color: var(--color-main);
}
.l-entry .l-top-ttl::before {
  background: #ff6;
}
.l-entry .c-btn.-big {
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .l-entry .c-btn.-big {
    margin-top: 30px;
  }
}
.l-entry .l-sec-inner {
  padding: 20px 20px 40px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-entry .l-sec-inner {
    padding: 20px 40px 40px;
  }
}
@media screen and (min-width: 960px) {
  .l-entry .l-sec-inner {
    padding: 40px 70px 100px;
    max-width: var(--maxWidth);
    margin: 0 auto;
  }
}
.l-entry .l-sec-inner .c-ttl-3 {
  font-size: var(--font14);
}
@media screen and (min-width: 768px) {
  .l-entry .l-sec-inner .c-ttl-3 {
    font-size: var(--font16);
  }
}

.l-other {
  padding: 50px 20px 0;
}
@media screen and (min-width: 768px) {
  .l-other {
    padding: 50px 40px 0;
  }
}
@media screen and (min-width: 960px) {
  .l-other {
    padding: 120px 60px 80px;
  }
}
@media screen and (min-width: 960px) {
  .l-other .l-sec-inner {
    max-width: calc(var(--maxWidth) - 140px);
    margin: 0 auto;
  }
}
.l-other .l-top-ttl {
  position: relative;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-other__companyList {
  margin-top: 20px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 960px) {
  .l-other__companyList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 90px;
  }
}
.l-other__companyList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #9E9E9E;
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .l-other__companyList li a:hover {
    opacity: 0.6;
  }
}
.l-other .c-btn {
  margin-top: 30px;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .l-other .c-btn {
    margin-top: 40px;
  }
}

.l-contact {
  margin-top: 70px;
  padding: 0 10px 70px;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding: 0 40px 70px;
  }
}
@media screen and (min-width: 960px) {
  .l-contact {
    padding: 0 60px 150px;
  }
}
.l-contact .l-top-ttl {
  position: relative;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .l-contact .l-sec-inner {
    max-width: calc(var(--maxWidth) - 140px);
    margin: 0 auto;
  }
}
.l-contact .l-sec-inner > *:not(.l-contact__form) {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .l-contact .l-sec-inner > *:not(.l-contact__form) {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-contact__itemBox {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 960px) {
  .l-contact__itemBox {
    grid-template-columns: 50px 1fr;
  }
}
.l-contact__itemBox:first-of-type {
  margin-top: 35px;
}
.l-contact__itemBox + * {
  margin-top: 20px;
}
.l-contact__itemBox > P {
  margin-top: 0 !important;
}
.l-contact__itemBox > * {
  word-break: break-all;
}
.l-contact__itemBox svg {
  height: 40px;
  background: var(--color-sub);
  padding: 10px;
  border-radius: 9999px;
}
@media screen and (min-width: 960px) {
  .l-contact__itemBox svg {
    height: 50px;
    padding: 12px;
  }
}
.l-contact__itemBox .-tel {
  font-size: var(--font18);
}
@media screen and (min-width: 960px) {
  .l-contact__itemBox .-tel {
    font-size: var(--font20);
  }
}
.l-contact__itemBox .-tel a.-telLink {
  display: inline-block;
  font-weight: 400;
}
.l-contact__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 10px;
  margin-bottom: 50px;
}
.l-contact__time dt {
  padding: 1px 2px;
  background: var(--color-sub);
  font-size: var(--font12);
  font-weight: var(--font-m);
  color: var(--color-main);
}
@media screen and (min-width: 960px) {
  .l-contact__time dt {
    font-size: var(--font14);
  }
}
.l-contact__form {
  margin-top: 20px !important;
  background: var(--color-sub);
  padding: 20px 20px 40px;
}
@media screen and (min-width: 768px) {
  .l-contact__form {
    padding: 20px 40px 40px;
  }
}
@media screen and (min-width: 960px) {
  .l-contact__form {
    padding: 40px 60px 60px;
  }
}
@media screen and (min-width: 960px) {
  .l-contact__form .c-list-1 {
    margin-bottom: 30px;
  }
}
.l-contact__form .c-list-1 li:not(:first-child) {
  margin-top: 5px;
}
.l-contact__form__list {
  display: grid;
  grid-template-rows: 1fr;
  gap: 10px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-contact__form__list {
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-contact__form__list {
    padding: 30px 0;
  }
}
.l-contact__form__list:first-of-type {
  margin-top: 10px;
}
.l-contact__form__list:last-of-type {
  margin-bottom: 10px;
}
.l-contact__form__list:not(:first-of-type) {
  border-top: 2px solid #BFE0DA;
}
.l-contact__form__list dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 10px;
}
.l-contact__form__list dt .-required {
  display: inline-block;
  font-size: var(--font11);
  padding: 0 5px 2px;
  background: var(--color-red);
  color: #fff;
  font-weight: var(--font-m);
}
@media screen and (min-width: 960px) {
  .l-contact__form__list dt .-required {
    font-size: var(--font12);
  }
}
.l-contact__form__list dd input[type=text], .l-contact__form__list dd input[type=email], .l-contact__form__list dd textarea {
  padding: 5px 10px;
  border: 1px solid var(--color-line);
}
.l-contact__form__list dd input[type=text] {
  max-width: 190px;
  width: 100%;
}
.l-contact__form__list dd input[type=email] {
  max-width: 300px;
  width: 100%;
}
.l-contact__form__list dd textarea {
  max-width: 100%;
  width: 100%;
  height: 135px;
}

.l-pageTop {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-pageTop {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--color-main);
    position: fixed;
    bottom: -50px;
    right: 0;
    z-index: 888;
    text-align: center;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }
  .l-pageTop.-active {
    bottom: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1160px) {
  .l-pageTop {
    right: 60px;
  }
}
@media screen and (min-width: 960px) {
  .l-pageTop:hover {
    opacity: 0.8;
  }
  .l-pageTop a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: var(--color-point);
    text-decoration: none;
    padding-top: 20px;
    position: relative;
  }
  .l-pageTop a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    background: var(--color-main);
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    background: var(--color-point);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 10px;
    right: calc(50% - 5px);
  }
}

.l-second {
  padding: 60px 0 0;
}
@media screen and (min-width: 960px) {
  .l-second {
    padding: 80px 60px 0;
  }
}
.l-second__ttl {
  padding: 30px 20px;
}
@media screen and (min-width: 960px) {
  .l-second__ttl {
    padding: 70px 0;
    max-width: calc(var(--maxWidth) - 140px);
    margin: 0 auto;
  }
  .l-second__ttl.-news {
    padding-bottom: 30px;
  }
}
.l-second__ttl span {
  display: inline-block;
  font-size: var(--font20);
  font-weight: var(--font-bl);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
}
@media screen and (min-width: 960px) {
  .l-second__ttl span {
    font-size: var(--font32);
  }
}
.l-second__ttl span:first-letter {
  color: var(--color-main);
}

.l-confirm, .l-done, .l-tokutei, .l-second-news {
  padding: 0 20px 60px;
}
@media screen and (min-width: 960px) {
  .l-confirm, .l-done, .l-tokutei, .l-second-news {
    padding: 0 60px 100px;
  }
}
@media screen and (min-width: 960px) {
  .l-confirm .l-sec-inner, .l-done .l-sec-inner, .l-tokutei .l-sec-inner, .l-second-news .l-sec-inner {
    max-width: calc(var(--maxWidth) - 140px);
    margin: 0 auto;
  }
}
.l-confirm .l-contact__confirm dt, .l-done .l-contact__confirm dt, .l-tokutei .l-contact__confirm dt, .l-second-news .l-contact__confirm dt {
  font-weight: var(--font-b);
}
.l-confirm .c-btn + .c-btn, .l-done .c-btn + .c-btn, .l-tokutei .c-btn + .c-btn, .l-second-news .c-btn + .c-btn {
  margin-top: 20px;
}

.l-done .c-btn {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .l-tokutei .c-dlBox dl {
    grid-template-columns: 210px 1fr;
  }
  .l-tokutei .c-dlBox dl:not(:first-child) dt::before {
    width: 210px;
  }
  .l-tokutei .c-dlBox dl dt span {
    display: inline-block;
  }
}

.l-second-news__day {
  font-weight: var(--font-b);
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .l-second-news__day {
    margin-bottom: 50px;
  }
}
.l-second-news__day + * {
  margin-top: 30px !important;
}
@media screen and (min-width: 960px) {
  .l-second-news__day + * {
    margin-top: 50px !important;
  }
}
.l-second-news .c-ttl-1 + * {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .l-second-news .c-ttl-1 + * {
    margin-top: 30px;
  }
}

.-mt5 {
  margin-top: 5px !important;
}

.-mt10 {
  margin-top: 10px !important;
}

.-mt20 {
  margin-top: 20px !important;
}

.-mt30 {
  margin-top: 30px !important;
}

.-mt40 {
  margin-top: 40px !important;
}

.-mt50 {
  margin-top: 50px !important;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
}

.c-taC {
  text-align: center;
}

.c-note {
  padding-left: 1.2em;
  position: relative;
}
.c-note mark {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.-fwB {
  font-weight: var(--font-b);
}

.-fsS {
  font-size: 0.9em;
}

.-fsM {
  font-size: 1.2em;
}

.-fsL {
  font-size: 1.4em;
}

.c-article {
  font-weight: 400;
}
.c-article p {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .c-article a:hover {
    text-decoration: none;
  }
}
.c-article a.-window {
  font-weight: var(--font-b);
}
.c-article a.-window[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("/assets/img/ico-window.svg");
  background-size: cover;
  margin-left: 3px;
}
.c-article > a {
  margin-top: 10px;
}
.c-article .-red {
  color: var(--color-red);
}
@media screen and (min-width: 768px) {
  .c-article .c-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    margin-top: 20px;
  }
  .c-article .c-grid > * {
    margin-top: 0 !important;
  }
  .c-article .c-grid + * {
    margin-top: 20px;
  }
}
.c-article .c-imgBox {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.c-article .c-imgBox img {
  max-width: 100%;
  margin: 0 auto;
}
.c-article .c-imgBox figcaption {
  font-size: var(--font12);
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .c-article .c-imgBox figcaption {
    font-size: var(--font14);
  }
}
.c-article .c-imgBox + * {
  margin-top: 20px;
}

.c-ttl-1 {
  margin-top: 30px;
  background: var(--color-sub);
  border-top: 2px solid var(--color-line);
}
@media screen and (min-width: 960px) {
  .c-ttl-1 {
    margin-top: 50px;
  }
}
.c-ttl-1 span {
  display: inline-block;
  padding: 10px;
  font-size: var(--font18);
  font-weight: var(--font-b);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-ttl-1 span {
    font-size: var(--font23);
    padding: 13px 25px;
  }
}
.c-ttl-1 span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  top: -2px;
  left: 0;
}
.c-ttl-1 + * {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .c-ttl-1 + * {
    margin-top: 30px;
  }
}

.c-ttl-2 {
  margin-top: 20px;
  padding-left: 10px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-ttl-2 {
    margin-top: 30px;
  }
}
.c-ttl-2::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: calc(100% - 10px);
  background: var(--color-main);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-ttl-2 span {
  font-size: var(--font16);
  font-weight: var(--font-b);
  color: var(--color-main);
}
@media screen and (min-width: 768px) {
  .c-ttl-2 span {
    font-size: var(--font18);
  }
}
.c-ttl-2 + * {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .c-ttl-2 + * {
    margin-top: 15px;
  }
}

.c-ttl-3 {
  font-size: var(--font16);
  font-weight: var(--font-b);
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-ttl-3 {
    font-size: var(--font18);
  }
}
.c-ttl-3 + * {
  margin-top: 5px !important;
}

.c-ttl-4 {
  font-size: var(--font14);
  font-weight: var(--font-b);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-ttl-4 {
    font-size: var(--font16);
  }
}
.c-ttl-4 + * {
  margin-top: 5px !important;
}

.c-list-1 {
  margin-top: 10px;
}
.c-list-1 > li {
  padding-left: 1.2em;
  position: relative;
}
.c-list-1 > li:not(:first-child) {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .c-list-1 > li:not(:first-child) {
    margin-top: 10px;
  }
}
.c-list-1 > li mark {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-1.-em2 > li {
  padding-left: 2.2em;
}
.c-list-1.-em3 > li {
  padding-left: 3.2em;
}
.c-list-1.-em4 > li {
  padding-left: 4.2em;
}

.c-list-2 {
  margin-top: 10px;
}
.c-list-2 > li {
  padding-left: 1.2em;
  position: relative;
}
.c-list-2 > li:not(:first-child) {
  margin-top: 5px;
}
.c-list-2 > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background: var(--color-font);
  position: absolute;
  top: calc(0.5em + 2px);
  left: 0.5em;
}

.c-btn a, .c-btn button {
  display: inline-block;
  min-width: 200px;
  background: var(--color-main);
  color: #fff;
  font-weight: var(--font-b);
  text-decoration: none;
  padding: 10px 35px 10px 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-btn a, .c-btn button {
    cursor: pointer;
  }
  .c-btn a:hover, .c-btn button:hover {
    opacity: 0.7;
  }
}
.c-btn a::after, .c-btn button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: var(--color-main);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  background: #fff;
  right: 20px;
}
.c-btn.-big a, .c-btn.-big button {
  padding: 25px 40px 25px 30px;
  max-width: 330px;
  width: 100%;
}
.c-btn.-prev a, .c-btn.-prev button {
  padding: 10px 20px 10px 35px;
}
.c-btn.-prev a::after, .c-btn.-prev button::after {
  right: auto;
  left: 20px;
  -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.c-btn.-prev.-big a, .c-btn.-prev.-big button {
  padding: 25px 30px 25px 40px;
  max-width: 230px;
  width: 100%;
}
.c-btn.-gray a, .c-btn.-gray button {
  background: #9D9D9D;
}
.c-btn.-center {
  text-align: center;
}

.c-dlBox dl {
  display: grid;
  grid-template-rows: 1fr;
  gap: 10px;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-dlBox dl {
    grid-template-columns: 120px 1fr;
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .c-dlBox dl {
    padding: 30px 0;
  }
}
.c-dlBox dl dt {
  font-size: var(--font16);
  font-weight: var(--font-b);
}
@media screen and (min-width: 960px) {
  .c-dlBox dl dt {
    padding-left: 10px;
    font-size: var(--font18);
  }
}
.c-dlBox dl dd {
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .c-dlBox dl dd {
    padding-top: 1px;
  }
  .c-dlBox dl dd a:hover {
    text-decoration: none;
  }
}
.c-dlBox dl:not(:first-child) {
  border-top: 2px solid var(--color-line);
}
.c-dlBox dl:not(:first-child) dt::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .c-dlBox dl:not(:first-child) dt::before {
    width: 130px;
  }
}

.-notes {
  margin-top: 20px;
  padding: 20px;
  background: #FFEBEB;
  color: var(--color-red);
}
@media screen and (min-width: 960px) {
  .-notes {
    display: block;
    width: 700px;
    margin: 20px auto;
    text-align: center;
  }
}
.-notes .-ttl {
  font-size: var(--font16);
  font-weight: var(--font-b);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .-notes .-ttl {
    font-size: var(--font18);
  }
}
.-notes .-ttl + * {
  margin-top: 10px;
}

.c-lineBox {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  position: absolute;
  top: 0;
  left: 0;
}
.c-lineBox span {
  display: inline-block;
  position: absolute;
}
.c-lineBox span:not(.-bottom) {
  top: 0;
}
.c-lineBox span.-blue {
  background: url(/assets/img/mv-dots-blue.svg) no-repeat bottom left/auto 100%;
}
.c-lineBox span.-blue.-bottom {
  background-image: url(/assets/img/mv-dots-blue-b.svg);
}
.c-lineBox span.-yellow {
  background: url(/assets/img/mv-dots-yellow.svg) no-repeat bottom left/auto 100%;
}
.c-lineBox span.-yellow.-bottom {
  background-image: url(/assets/img/mv-dots-yellow-b.svg);
}
.c-lineBox span.-lightblue {
  background: url(/assets/img/mv-dots-lightblue.svg) no-repeat bottom left/auto 100%;
}
.c-lineBox span.-lightblue.-bottom {
  background-image: url(/assets/img/mv-dots-lightblue-b.svg);
}
.c-lineBox span.-white {
  background: url(/assets/img/mv-dots-white.svg) no-repeat bottom left/auto 100%;
}
.c-lineBox span.-white.-bottom {
  background-image: url(/assets/img/mv-dots-white-b.svg);
}
.c-lineBox span.-bottom {
  bottom: 0;
  background-position: top left;
}