@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body::-webkit-scrollbar {
  display: none;
}

html {
  box-sizing: border-box;
  color: #221714;
  font-size: 2.4154589372vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  font-feature-settings: "palt";
  background-color: #fff;
  font-family: "Didact Gothic", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: 0.8px;
  scrollbar-width: none;
  text-align: justify;
  text-justify: inter-ideograph;
}

p {
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 150%;
}

.l-main {
  position: relative;
}

.c-contents {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .c-contents {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-contents {
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1440px) {
  .c-contents {
    padding: 0 9rem;
  }
}

.c-spOnly {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-spOnly {
    display: none;
  }
}

.c-pcOnly {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-pcOnly {
    display: block;
  }
}

.c-title {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  position: relative;
}
.c-title:after {
  background-color: #221714;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 1.5rem;
}
.c-title__en {
  font-size: 2rem;
}
.c-title__jp {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.c-logoFadein {
  background: #FFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.c-logoFadein__logo {
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
  z-index: 9999;
}
@media screen and (min-width: 1024px) {
  .c-logoFadein__logo {
    top: 48.1%;
    width: 24rem;
  }
}

.c-link__all {
  align-items: center;
  color: #221714;
  display: flex;
  margin-left: auto;
  margin-top: 4rem;
  padding-bottom: 1rem;
  text-decoration: none;
  transition: 0.3s;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .c-link__all:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .c-link__all:hover > img {
    transform: translateX(4px);
    transition: 0.3s;
  }
}
.c-link__all p {
  font-size: 1.5rem;
}
.c-link__all img {
  margin-left: 2rem;
  position: relative;
  transition: 0.3s;
}

.js-fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.c-pageTop {
  margin-top: 10rem;
}
@media screen and (min-width: 1024px) {
  .c-pageTop {
    margin-top: 15rem;
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1440px) {
  .c-pageTop {
    padding: 0 9rem;
  }
}
.c-pageTop__title {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .c-pageTop__title {
    font-size: 3rem;
    letter-spacing: 0.4rem;
    margin-left: 0px;
  }
}
.c-pageTop__img {
  height: 32rem;
  margin-top: 3rem;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-pageTop__img {
    height: 49rem;
  }
}

.c-itBox {
  margin-top: 8rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .c-itBox {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-itBox {
    margin-top: 10rem;
    padding: 0 12rem;
  }
}
@media screen and (min-width: 1440px) {
  .c-itBox {
    padding: 0 16rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-itBox__flex {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .c-itBox__left {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .c-itBox__right {
    width: 50%;
  }
}
.c-itBox__img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-itBox__img {
    width: 25rem;
  }
}
@media screen and (min-width: 1440px) {
  .c-itBox__img {
    width: 40rem;
  }
}
.c-itBox__right {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .c-itBox__right {
    margin-top: 0;
  }
}
.c-itBox__right p {
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-itBox__right p {
    line-height: 2.5;
  }
}

.nav-links {
  margin-top: 4rem;
}
.nav-links ul {
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
}
.nav-links li > * {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: 45px;
  justify-content: center;
  text-decoration: none;
}
.nav-links li > *:not(.dots) {
  background: #efefef;
  border-radius: 50%;
  color: #000000;
  transition: color 0.3s ease, background 0.3s ease;
  width: 45px;
}

.nav-links li > .current,
.nav-links li > a:hover {
  background: #000000;
  color: #ffffff;
}

.l-header {
  position: relative;
  /*アクティブクラスがついたら位置を0に*/
}
.l-header::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 8rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 996;
}
.l-header-top::before {
  display: none;
}
.l-header-logo {
  display: block;
  height: fit-content;
  left: 2rem;
  position: fixed;
  top: 3rem;
  width: 20rem;
  width: fit-content;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .l-header-logo {
    left: 7rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-header-logo {
    left: 90px;
  }
}
.l-header-logo__img {
  width: 14rem;
}
.l-header-gNav {
  background: #fff;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  width: 100vw;
  z-index: -1;
}
.l-header-gNav__link {
  display: block;
  height: fit-content;
  left: 2rem;
  position: relative;
  top: 3rem;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .l-header-gNav__link {
    left: 7rem;
  }
}
.l-header-gNav__logo {
  width: 14rem;
}
.l-header-gNav.panelActive {
  opacity: 1;
  z-index: 997;
}
.l-header-gNavList {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.l-header-menu {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 990;
}
.l-header-list {
  padding-bottom: 5rem;
  text-align: center;
  width: 100%;
}
.l-header-link {
  color: #221714;
  display: block;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.l-header-link::after {
  background: url(../img/next_arrow.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 2rem;
  position: absolute;
  right: 4rem;
  width: 2rem;
}
.l-header-openBtn {
  cursor: pointer;
  height: 7rem;
  position: fixed;
  right: 0px;
  text-align: center;
  top: 0;
  width: 7rem;
  z-index: 998; /*ボタンを最前面に*/
  /*×に変化*/
}
@media screen and (min-width: 1024px) {
  .l-header-openBtn {
    right: 3.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-header-openBtn {
    right: 50px;
  }
}
.l-header-openBtn span {
  background-color: #221714;
  display: block;
  height: 2px;
  position: absolute;
  right: 2.1rem;
  transition: all 0.4s;
  width: 3rem;
}
@media screen and (min-width: 1024px) {
  .l-header-openBtn span {
    right: 4rem;
  }
}
.l-header-openBtn span:nth-of-type(1) {
  top: 3.55rem;
}
.l-header-openBtn span:nth-of-type(2) {
  top: 4.05rem;
}
.l-header-openBtn.activeBtn span:nth-of-type(1) {
  top: 3.55rem;
  transform: translateY(0px) rotate(-45deg);
}
.l-header-openBtn.activeBtn span:nth-of-type(2) {
  top: 3.55rem;
  transform: translateY(0px) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .l-header-top {
    display: none;
  }
}

.l-footer {
  padding: 8rem 0 4rem;
  position: relative;
}
.l-footer__logo {
  display: block;
  margin: 0 auto;
  width: 20rem;
}
.l-footer__copyright {
  display: block;
  margin-top: 4rem;
  text-align: center;
}

.l-fv {
  height: 100svh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-fv-wrap__logo {
  left: 50%;
  position: absolute;
  top: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 22rem;
}
@media screen and (min-width: 1024px) {
  .l-fv-wrap__logo {
    top: 45%;
    width: 280px;
  }
}
.l-fv-wrap__subTitle {
  content: "";
  display: block;
  display: none;
  font-size: 2rem;
  left: 50.5%;
  letter-spacing: 0.3rem;
  position: absolute;
  text-align: center;
  top: 41%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .l-fv-wrap__subTitle {
    font-size: 26px;
    left: 50.1%;
    top: 53%;
  }
}
.l-fv-wrap-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-fv-wrap-nav {
    display: block;
    left: 5rem;
    position: absolute;
    top: 5rem;
  }
}
.l-fv-wrap-nav__li {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .l-fv-wrap-nav__li {
    transition: 0.3s;
  }
  .l-fv-wrap-nav__li:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
}
.l-fv-wrap-nav__link {
  color: #221714;
  font-size: 2rem;
  letter-spacing: 10%;
  text-decoration: none;
}
.l-fv-wrap-next {
  bottom: 2rem;
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .l-fv-wrap-next {
    bottom: inherit;
    bottom: 5rem;
    display: inline-block;
    left: 5rem;
    position: absolute;
    right: inherit;
    text-align: left;
  }
}
.l-fv-wrap-next__title {
  font-size: 1.8rem;
}
.l-fv-wrap-next__link {
  border-bottom: 1px solid #221714;
  color: #221714;
  display: block;
  margin-left: auto;
  margin-top: 1rem;
  max-width: 80%;
  padding-bottom: 1rem;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .l-fv-wrap-next__link {
    align-items: center;
    display: flex;
    margin-left: inherit;
    max-width: 100%;
    transition: 0.3s;
  }
  .l-fv-wrap-next__link:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
}
.l-fv-wrap-next__date {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .l-fv-wrap-next__date {
    font-size: 1.1rem;
  }
}
.l-fv-wrap-next__name {
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .l-fv-wrap-next__name {
    font-size: 1.4rem;
    margin-left: 1rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .swiper {
    margin-left: 0;
    width: 25rem;
  }
}
@media screen and (min-width: 1024px) {
  .swiper {
    width: 40rem;
  }
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .swiper-wrapper {
    width: 25rem;
  }
}
@media screen and (min-width: 1440px) {
  .swiper-wrapper {
    width: 40rem;
  }
}

.swiper-slide {
  height: 100%;
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .swiper-slide {
    width: 25rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .swiper-slide {
    width: 40rem !important;
  }
}
.swiper-slide__img {
  height: 50rem;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .swiper-slide__img {
    height: 70rem;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-slide__img {
    height: 35rem;
    width: 25rem;
  }
}
@media screen and (min-width: 1440px) {
  .swiper-slide__img {
    height: 53rem;
    width: 40rem;
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgb(142, 142, 142);
}

.swiper-button-next, .swiper-button-prev {
  color: rgb(142, 142, 142) !important;
}

@media screen and (min-width: 1024px) {
  .l-schedule {
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule {
    padding: 0 90px;
  }
}
.l-schedule-next {
  margin-top: 5rem;
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  .l-schedule-next {
    margin-left: auto;
    margin-top: 7rem;
    padding: 0;
    width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule-next {
    margin-top: 70px;
    padding: 0;
  }
}
.l-schedule-next__title {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .l-schedule-next__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule-next__title {
    font-size: 20px;
  }
}
.l-schedule-next__link {
  border: 1px solid #221714;
  color: #221714;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-schedule-next__link {
    justify-content: start;
    padding: 1.5rem;
  }
  .l-schedule-next__link:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .l-schedule-next__link:hover .l-schedule-next__arrow {
    right: -5px;
    transition: 0.3s;
  }
}
.l-schedule-next__thum {
  height: 10rem;
  object-fit: cover;
  width: 10rem;
}
@media screen and (min-width: 1024px) {
  .l-schedule-next__thum {
    height: 15rem;
    width: 15rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule-next__thum {
    height: 182px;
    width: 182px;
  }
}
.l-schedule-next__right {
  padding-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-schedule-next__right {
    margin-left: 5rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule-next__right {
    margin-left: 50px;
  }
}
.l-schedule-next__data {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .l-schedule-next__data {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule-next__data {
    font-size: 14px;
  }
}
.l-schedule-next__name {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .l-schedule-next__name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule-next__name {
    font-size: 18px;
  }
}
.l-schedule-next__arrowBox {
  align-items: center;
  bottom: 1rem;
  display: flex;
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 1024px) {
  .l-schedule-next__arrowBox {
    bottom: 15px;
    right: 15px;
  }
}
.l-schedule-next__text {
  font-size: 1.2rem;
}
@media screen and (min-width: 1440px) {
  .l-schedule-next__text {
    font-size: 12px;
  }
}
.l-schedule-next__arrow {
  height: fit-content;
  margin-left: 1rem;
  position: relative;
  right: 0;
  transition: 0.3s;
  width: 4rem;
}
.l-schedule-main {
  margin-top: 4rem;
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  .l-schedule-main {
    margin-top: 7rem;
    padding: 0 7rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule-main {
    margin-top: 70px;
    padding: 0 90px;
  }
}
@media screen and (min-width: 1024px) {
  .l-schedule-main__flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .l-schedule-yearTab {
    width: 20%;
  }
}
.l-schedule-yearTab__ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .l-schedule-yearTab__ul {
    display: block;
  }
}
.l-schedule-yearTab__list {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .l-schedule-yearTab__list {
    width: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .l-schedule-yearTab__list {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule-yearTab__list {
    margin-bottom: 30px;
  }
}
.l-schedule-yearTab__link {
  border-bottom: 1px solid transparent;
  color: #221714;
  padding-bottom: 0.2rem;
  text-decoration: none;
}
.l-schedule-yearTab__list.is-active .l-schedule-yearTab__link {
  border-color: #221714;
}
.l-schedule-list {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-schedule-list {
    margin-top: 0;
    width: 80%;
  }
}
.l-schedule-list__card {
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-schedule-list__card:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
}
.l-schedule-list__card:first-of-type {
  border-top: 0.5px solid #221714;
}
.l-schedule-list__link {
  border-bottom: 0.5px solid #221714;
  color: #221714;
  display: flex;
  padding: 2rem 1rem;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .l-schedule-list__link {
    align-items: center;
  }
}
.l-schedule-list__thumb {
  height: 8rem;
  object-fit: cover;
  width: 8rem;
}
@media screen and (min-width: 1440px) {
  .l-schedule-list__thumb {
    height: 100px;
    width: 100px;
  }
}
.l-schedule-list__meta {
  padding-left: 2rem;
  width: calc(100% - 8rem);
}
@media screen and (min-width: 1024px) {
  .l-schedule-list__meta {
    align-items: center;
    display: flex;
    width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule-list__meta {
    padding-left: 50px;
  }
}
.l-schedule-list__date {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .l-schedule-list__date {
    width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .l-schedule-list__date {
    font-size: 14px;
  }
}
.l-schedule-list__title {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 0rem;
}
@media screen and (min-width: 1440px) {
  .l-schedule-list__title {
    font-size: 16px;
  }
}

.l-column-head__title {
  margin-left: 0;
  text-align: center;
}
.l-column-main {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .l-column-main {
    display: block;
    margin: 0 auto;
    margin-top: 8rem;
    width: 80rem;
  }
}
.l-column-main__box {
  border-bottom: 0.5px solid #221714;
  color: #221714;
  display: block;
  padding: 3rem 1rem;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-column-main__box {
    padding: 4rem 2rem;
  }
  .l-column-main__box:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.l-column-main__date {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .l-column-main__date {
    font-size: 1.4rem;
  }
}
.l-column-main__title {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .l-column-main__title {
    font-size: 1.6rem;
  }
}

.l-single {
  padding-top: 8rem;
}
@media screen and (min-width: 1024px) {
  .l-single {
    padding-top: 12rem;
  }
}
.l-single .c-link__all {
  margin-top: 8rem;
}

@media screen and (min-width: 1024px) {
  .l-singleBox {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 620px;
  }
}
.l-singleBox__thumb {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.l-singleBox__name {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.l-singleBox__title {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.7;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .l-singleBox__title {
    line-height: 2;
  }
}
.l-singleBox__date {
  font-size: 1.4rem;
  margin-top: 4rem;
}
.l-singleBox__news {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .l-singleBox__news {
    align-items: center;
    display: flex;
  }
}
.l-singleBox__news .l-singleBox__date {
  margin-top: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .l-singleBox__news .l-singleBox__date {
    margin-left: 2rem;
    margin-top: 0;
  }
}
.l-singleBox__category {
  background-color: #604C3F;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 900;
  padding: 0.1rem 0.8rem;
}
@media screen and (min-width: 1024px) {
  .l-singleBox__category {
    padding: 0.1rem 1rem;
  }
}
.l-singleBox-main {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif !important;
  margin-top: 4rem;
}
.l-singleBox-main p, .l-singleBox-main img {
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
.l-singleBox-main p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .l-singleBox-main p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.l-singleBox-main img {
  width: 100%;
}
.l-singleBox-main h2 {
  font-feature-settings: "palt";
  border-bottom: 1px solid #221714;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-bottom: 1rem;
}
.l-singleBox-main h3 {
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 30px;
}

.l-oisonow .l-singleBox__date {
  margin-left: 0;
}

.l-interviewSingle .l-singleBox__title {
  margin-top: 0;
}

.l-column-oiso100 {
  margin-top: 8rem;
}
@media screen and (min-width: 1024px) {
  .l-column-oiso100 {
    margin-top: 12rem;
  }
}
.l-column-oiso100 .c-title__h2 {
  font-size: 2rem;
  text-align: center;
}
.l-column-oiso100 .l-column-main {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .l-column-oiso100 .l-column-main {
    margin-top: 3rem;
  }
}

.l-o100-editor {
  padding-top: 4rem;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .l-o100-editor {
    padding-top: 8rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .l-interview-head__title {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-interview-head__title {
    margin-left: 0;
  }
}
.l-interview-main {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .l-interview-main {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-interview-main__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-interview-main__box {
  border-bottom: 1px solid #221714;
  color: #221714;
  display: flex;
  padding: 2rem 1rem;
  padding-bottom: 3rem;
  text-decoration: none;
}
.l-interview-main__box:first-of-type {
  border-top: 1px solid #221714;
}
@media screen and (min-width: 1024px) {
  .l-interview-main__box {
    transition: 0.3s;
    width: 46%;
  }
  .l-interview-main__box:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .l-interview-main__box:hover .l-interview-main__arrow {
    right: -0.5rem;
    transition: 0.3s;
  }
  .l-interview-main__box:nth-of-type(2) {
    border-top: 1px solid #221714;
  }
}
@media screen and (min-width: 1440px) {
  .l-interview-main__box {
    width: 47%;
  }
}
.l-interview-main__thum {
  height: 8rem;
  object-fit: cover;
  width: 12.9rem;
}
@media screen and (min-width: 1024px) {
  .l-interview-main__thum {
    height: 10.4rem;
    width: 16.77rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-interview-main__thum {
    height: 18rem;
    width: 29.1rem;
  }
}
.l-interview-main__right {
  display: block;
  padding-left: 2rem;
  position: relative;
  width: calc(100% - 12.9rem);
}
@media screen and (min-width: 1024px) {
  .l-interview-main__right {
    width: calc(100% - 16.77rem);
  }
}
@media screen and (min-width: 1440px) {
  .l-interview-main__right {
    width: calc(100% - 32rem);
  }
}
.l-interview-main__name {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .l-interview-main__name {
    font-size: 1.4rem;
  }
}
.l-interview-main__title {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .l-interview-main__title {
    font-size: 1.6rem;
  }
}
.l-interview-main__arrow {
  bottom: -1rem;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 4rem;
}
/*# sourceMappingURL=sourcemaps/style.css.map */