@charset "UTF-8";
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/*Base CSS*/
.m_b10{
  margin-bottom: 10px!important;
}
.m_b20{
  margin-bottom: 20px!important;
}
.m_b40{
  margin-bottom: 40px!important;
}
.m_b80{
  margin-bottom: 80px!important;
}
.pd_top30{
  padding-top: 30px;
}
figcaption{
text-align: center;font-size:85%!important;
}
.newsSection{margin:20px auto;}
.newsSection table{border: solid 1px #000000; border-collapse: collapse;}
.newsSection th,.newsSection td {border: solid 1px #333;padding:12px 15px;font-size:80%;}
.newsSection th{background-color:#efefef;}
.newsTitle2{font-weight:bold;text-align:center;font-size: 25px;}
.newsTable{margin:10px auto 20px auto;width: 98%;}
.newsSection ul {text-align: left;width: 75%; margin: 20px auto;}
.newsSection ul li {text-align: left;margin: 0px auto;}
/*Base CSS*/

/*
@include perfect_vw(1200, 320, 60, 14, font-size);
*/
/*
  @include lineHeightCrop(1.75);
*/
[data-fade] {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.5s ease, opacity 0.25s ease;
}
[data-fade].is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

[data-ballon] {
  opacity: 0;
  transform: scale(-100%);
  transition: transform 0.5s ease, opacity 0.25s ease;
}
[data-ballon].is-show {
  animation-name: ballonAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ballonAnime {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 1;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html.is-fixed {
  overflow: hidden;
}

body {
  background-color: #F5F9FA;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 100vw;
  position: relative;
  overflow-x: hidden;
}

img {
  border-style: none;
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
img [data-objectfit=cover] {
  -o-object-fit: cover;
  object-fit: cover;
}

a,
button {
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover, a:active,
button:hover,
button:active {
  outline-width: 0;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
.l-article {
  width: 100%;
}

.l-container {
  width: 100%;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-container {
    max-width: 79.0629575403vw;
  }
}
@media screen and (min-width: 1366px) {
  .l-container {
    max-width: 1080px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container.-md {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container.-lg {
    max-width: 840px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container.-left {
    margin: 0;
    margin-right: auto;
  }
}

.l-section__title {
  background: #EAEEF2;
  padding: 40px 0 50px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .l-section__title {
    padding: 48px 0 56px;
    font-size: 40px;
  }
}
.l-section__title.-md {
  font-size: 28px;
  line-height: 1.3571428571;
  padding: 40px 0 50px;
}
@media screen and (min-width: 1024px) {
  .l-section__title.-md {
    font-size: 32px;
    line-height: 1.35;
    padding: 80px 0 100px;
  }
}
.l-section__heading {
  padding: 96px 0 32px;
}
@media screen and (min-width: 1024px) {
  .l-section__heading {
    padding: 165px 0 100px;
  }
}
.l-sectionHeading__title {
  margin: 0 auto 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5454545455;
text-align: left;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__title {
    font-size: 32px;
    line-height: 1.4375;
  }
}
.l-sectionHeading__text {
  margin: 0 auto 32px;
  font-size: 16px;
}
.l-sectionHeading__tag {
  margin: 12px auto 32px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
margin-left: 0px;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__tag {
    margin-top: 16px;
  }
}
.l-sectionHeading__tag span {
  border: 1px solid;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px 7px 10px;
  min-width: 27px;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__tag span {
    padding: 3px 14px 6px 14px;
    min-width: 56px;
  }
}
.l-sectionHeading__tag.-sm {
  font-size: 11px;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__tag.-sm {
    font-size: 13px;
  }
}
.l-sectionHeading__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.l-sectionHeading__info .l-sectionHeading__tag {
  margin: 0;
}
.l-sectionHeading__date {
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__date {
    font-size: 18px;
  }
}
.l-sectionHeading__share {
  margin-top: 24px;
  margin-bottom: 43px;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__share {
    margin-top: 24px;
    margin-bottom: 51px;
  }
}
.l-sectionHeading__shareList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.l-sectionHeading__shareItem {
  width: 100%;
  max-width: calc((100% - 39px) / 4);
  font-size: 9px;
  color: #FFF;
  border-radius: 4px;
  height: 52px;
  text-align: center;
  padding-top: auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__shareItem {
    max-width: calc((100% - 36px) / 4);
    gap: 12px;
    height: 44px;
  }
}
.l-sectionHeading__shareItem a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__shareItem a {
    flex-direction: row;
    padding-top: 0;
    justify-content: center;
  }
}
.l-sectionHeading__shareItem .button-caption {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__shareItem .button-caption {
    font-size: 14px;
    margin-top: 0;
  }
}
.l-sectionHeading__shareItem .social-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__shareItem .social-icon {
    margin-right: 2px;
  }
}
.l-sectionHeading__shareItem .social-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.l-sectionHeading__shareItem .social-icon.-x::before {
  background: url(/img/common/icon_x.svg) no-repeat center/contain;
}
.l-sectionHeading__shareItem .social-icon.-facebook::before {
  background: url(/img/common/icon_facebook.svg) no-repeat center/contain;
}
.l-sectionHeading__shareItem .social-icon.-hatena::before {
  background: url(/img/common/icon_hatena.svg) no-repeat center/contain;
}
.l-sectionHeading__shareItem .social-icon.-line::before {
  background: url(/img/common/icon_line.svg) no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .l-sectionHeading__shareItem .social-icon.-line {
    margin-right: 6px;
  }
}
.l-sectionHeading__shareItem.-x {
  background: #393939;
}
.l-sectionHeading__shareItem.-x::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background: #000000;
  z-index: -1;
}
.l-sectionHeading__shareItem.-facebook {
  background: #0866FF;
}
.l-sectionHeading__shareItem.-facebook::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background: #0050D3;
  z-index: -1;
}
.l-sectionHeading__shareItem.-hatena {
  background: #22A4DE;
}
.l-sectionHeading__shareItem.-hatena::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background: #1C8DBE;
  z-index: -1;
}
.l-sectionHeading__shareItem.-line {
  background: #37C354;
}
.l-sectionHeading__shareItem.-line::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background: #2EA747;
  z-index: -1;
}
.l-sectionContent__mainImg {
  margin: 0 auto 32px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-sectionContent__mainImg {
    max-width: 840px;
    margin-bottom: 40px;
  }
}
.l-sectionContent__movie {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .l-sectionContent__movie {
    margin-bottom: 48px;
  }
}

.l-pagination {
  margin: 64px auto;
}
@media screen and (min-width: 1024px) {
  .l-pagination {
    margin: 80px auto;
  }
}
.l-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.l-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 38px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.l-pagination__link:hover {
  color: #0B768D;
}
.l-pagination__link.is-current {
  border: 1px solid #333;
  border-radius: 4px;
}
.l-pagination__link.is-prev:hover, .l-pagination__link.is-next:hover {
  opacity: 0.8;
}
.l-pagination__link.is-prev {
  background: #0b4f8d;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.l-pagination__link.is-prev:before {
  background: transparent url(../img/common/icon_triangle.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 10px;
  height: 9px;
  transform: rotate(-180deg);
}
.l-pagination__link.is-next {
  background: #0b4f8d;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.l-pagination__link.is-next:before {
  background: transparent url(../img/common/icon_triangle.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 10px;
  height: 9px;
}

.l-search {
  padding: 40px 0 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .l-search {
    padding: 45px 0 0;
    margin-bottom: 45px;
  }
}
.l-search__filterBtn {
  max-width: 186px;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .l-search__filterBtn {
    display: none !important;
  }
}
.l-search__filterBtn:before {
  background: transparent url(../img/case/icon_filter.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 20px;
  height: 16px;
  margin-right: 16px;
}
.l-search__drawerBg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 100;
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-search__drawerBg.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media screen and (min-width: 1024px) {
  .l-search__drawerBg.is-active {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-search__drawerBg {
    display: none;
  }
}
.l-search__content {
  background: #FFF;
  border-radius: 16px 16px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 169px);
  z-index: 101;
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
}
@media screen and (min-width: 1024px) {
  .l-search__content {
    background: none;
    position: static;
    max-width: 79.0629575403vw;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: none;
  }
}
@media screen and (min-width: 1366px) {
  .l-search__content {
    max-width: 1080px;
  }
}
.l-search__content.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: none;
}
.l-searchContent__heading {
  background: #FFF;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 16px 16px 0 0;
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .l-searchContent__heading {
    background: none;
    position: static;
    border-bottom: none;
    padding: 0;
    margin-bottom: 32px;
    font-size: 22px;
  }
}
.l-searchContent__close {
  background: transparent url(../img/common/icon_close.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .l-searchContent__close {
    display: none;
  }
}
.l-searchContent__back {
  background: #0B768D;
}
@media screen and (min-width: 1024px) {
  .l-searchContent__back {
    display: none;
  }
}
.l-searchContent__backText {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding: 12px 15px 14px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.l-searchContent__backText:before {
  background: transparent url(../img/common/icon_angle-l.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 6px;
  height: 10px;
}
@media screen and (min-width: 1024px) {
  .l-searchTab__content {
    position: relative;
  }
}
.l-searchTab__box {
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .l-searchTab__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px;
    padding: 20px 60px;
  }
}
.l-searchTab__box.is-active {
  background: #FFF;
  border-radius: 16px 16px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 169px);
  z-index: 102;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  display: none;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .l-searchTab__box.is-active {
    border: 1px solid #CCC;
    border-radius: 0;
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: none;
    display: block;
    overflow-y: auto;
  }
}
.l-searchTab__box.is-open {
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-searchTab__box .l-searchContent__heading {
    display: none;
  }
}
.l-searchTab__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .l-searchTab__item {
    flex-direction: row;
    gap: 15px;
    padding: 0;
  }
}
.l-searchTab__link {
  border-bottom: 1px solid #E8E8E8;
  display: block;
  padding: 14px 16px 16px;
  position: relative;
  width: 100%;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .l-searchTab__link {
    background: #E2E8ED;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
    border-bottom: none;
    overflow: hidden;
    padding: 17px 0;
    color: #808080;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
}
.l-searchTab__link:after {
  background: transparent url(../img/common/icon_angle-r.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 6px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .l-searchTab__link:after {
    background: transparent;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-searchTab__link.is-active {
    background: #FFF;
    border: 1px solid #CCC;
    border-bottom: 1px solid #FFF;
    color: #2FAECB;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .l-searchTab__link.is-active:after {
    background: #2FAECB;
  }
}
.l-searchItem__list {
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .l-searchItem__list {
    padding: 2px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 30px;
  }
}
.l-searchItem__btn {
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 17px 5px 16px;
}
@media screen and (min-width: 1024px) {
  .l-searchItem__btn {
    border: 1px solid #808080;
    border-radius: 8px;
    outline: solid 1px transparent;
    width: 100%;
    max-width: calc((100% - 310px) / 3);
    height: 45px;
    padding: 0 14px;
    font-size:80%;
    line-height:1.4;
  }

}
.l-searchItem__btn:hover {
  border-color: #2FAECB;
}
.l-searchItem__btn:before {
  border-radius: 50%;
  border: 1px solid #808080;
  content: "";
  width: 18px;
  height: 18px;
min-width: 18px;
}
.l-searchItem__btn:after {
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .l-searchItem__btn:after {
    left: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .l-searchItem__btn.is-active {
    background: #D0F3FB;
    border: 2px solid #2FAECB;
  }
}
.l-searchItem__btn.is-active:before {
  border-color: #2FAECB;
}
.l-searchItem__btn.is-active:after {
  background: #2FAECB;
}
.l-search__label {
  border: 1px solid #333;
  border-radius: 21px;
  outline: solid 1px transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  position: relative;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .l-search__label {
    padding: 4px 10px 5px;
    min-width: 80px;
    font-size: 14px;
    text-align: center;
  }
}
.l-search__label input {
  display: none;
}
.l-search__label.is-active {
  background: #D0F3FB;
  border: 2px solid #2FAECB;
}

.l-case__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 1024px) {
  .l-case__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px 45px;
  }
}
.l-case__item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-case__item {
    max-width: calc((100% - 90px) / 3);
  }
}
.l-case__link {
  display: block;
  padding: 0 16px;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .l-case__link {
    padding: 0;
  }
}
.l-case__link:hover {
  color: #0B768D;
}
.l-case__itemImg {
  background: #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 311/173;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  margin-bottom: 24px;
}
.l-case__itemTag {
  margin-bottom: 12px;
  display: block;
  font-size: 13px;
}
.l-case__itemTitle {
  border-bottom: 1px solid #BAAEAE;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.l-case__itemText {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 8px;
  gap: 12px;
  font-size: 13px;
  line-height: 1.6923076923;
}
.l-case__itemText strong {
  width: 78px;
  font-weight: 700;
}

.l-event__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1024px) {
  .l-event__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px 45px;
  }
}
.l-event__item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-event__item {
    max-width: calc((100% - 90px) / 3);
  }
}
.l-event__link {
  display: block;
  padding: 0 16px;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .l-event__link {
    padding: 0;
  }
}
.l-event__link:hover {
  color: #0B768D;
}
.l-event__item:has(.-done) .l-event__itemImg:after {
  background: rgba(54, 54, 54, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-event__itemImg {
  background: #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 311/180;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
}
.l-event__itemDetail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
.l-event__itemTag {
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0 8px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
}
.l-event__itemTag.-reception {
  background: #4299f0;
}
.l-event__itemTag.-new {
  background: #DB5757;
}
.l-event__itemTag.-done {
  background: #BAAEAE;
}
.l-event__itemDate {
  font-size: 16px;
  font-weight: 400;
}
.l-event__itemTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.l-content__block {
  margin-bottom: 64px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .l-content__block {
    margin-bottom: 80px;
    line-height: 2;
  }
}
.l-content__detail {
  background: #EAEEF2;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .l-content__detail {
    padding: 32px 40px;
  }
}
.l-contentDetail__title {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .l-contentDetail__title {
    font-size: 20px;
  }
}
.l-contentDetail__text + .l-contentDetail__title {
  margin-top: 24px;
}
.l-contentDetail__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 1.8461538462;
}
@media screen and (min-width: 1024px) {
  .l-contentDetail__item {
    font-size: 14px;
  }
}
.l-contentDetail__item:before {
  content: "・";
  flex-shrink: 0;
}
.l-content__lead {
  margin-bottom: 64px;
}
.l-contentLead__paragraph {
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .l-contentLead__paragraph {
    font-size: 16px;
    line-height: 1.75;
  }
}
.l-content__heading {
  padding-left: 16px;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .l-content__heading {
    padding-right: 24px;
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.l-content__heading:before {
  background: #2FAECB;
  border-radius: 4px;
  content: "";
  width: 6px;
  height: 20px;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .l-content__heading:before {
    width: 7px;
    height: 28px;
  }
}
.l-content__paragraph {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .l-content__paragraph {
    font-size: 16px;
    line-height: 1.75;
  }
}
.l-content__img {
  width: 100%;
  text-align: center;
}

.l-aside__dl {
  background: #2FAECB;
  padding: 48px 0 56px;
}
.l-asideDl__link {
  background: #FFF;
  border-radius: 16px;
  display: block;
  width: 100%;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  padding: 24px 64px 32px;
}
@media screen and (min-width: 1024px) {
  .l-asideDl__link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 645px;
    padding: 30px 56px;
    gap: 44px;
  }
}
.l-asideDl__link:hover .l-asideDl__btn {
  background: #0B768D;
  color: #FFF;
}
.l-asideDl__link:hover .l-asideDl__btn:after {
  background: transparent url(../img/common/icon_triangle.svg) no-repeat center;
  background-size: contain;
}
.l-asideDl__img {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .l-asideDl__img {
    max-width: 245px;
    margin-bottom: 0;
  }
}
.l-asideDl__detail {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-asideDl__detail {
    max-width: calc(100% - 245px - 44px);
  }
}
.l-asideDl__paragraph {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727272727;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-asideDl__paragraph {
    margin-bottom: 16px;
    text-align: left;
  }
}
.l-asideDl__btn {
  max-width: 184px;
  font-size: 15px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .l-asideDl__btn {
    max-width: 216px;
    margin-left: 0 !important;
    font-size: 16px;
  }
}
.l-asideDl__btn:hover {
  opacity: 1;
  background: #0B768D !important;
  color: #FFF;
}
.l-asideDl__btn:hover:after {
  background: transparent url(../img/common/icon_triangle.svg) no-repeat center;
  background-size: contain;
}
.l-asideDl__btn:after {
  background: transparent url(../img/common/icon_triangle-b.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.l-aside__case {
  background: #EAEEF2;
  padding: 48px 16px 56px;
}
@media screen and (min-width: 1024px) {
  .l-aside__case {
    padding: 64px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-asideCase__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .l-asideCase__img {
    max-width: 337px;
  }
}
@media screen and (min-width: 1024px) {
  .l-asideCase__detail {
    max-width: calc(100% - 337px - 40px);
  }
}
.l-asideCase__title {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.l-aside__recommend {
  padding: 64px 0;
}
@media screen and (min-width: 1024px) {
  .l-aside__recommend {
    padding: 72px 0 80px;
  }
}
.l-aside__recommend.-bg {
  background: #FFF;
}
.l-asideRecommend__list {
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-asideRecommend__list {
    display: flex;
  }
}
.l-aside__sticky {
  position: fixed;
  bottom: 8px;
  right: 8px;
  padding-top: 22px;
  transform: translateX(200%);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .l-aside__sticky {
    padding-top: 34px;
    bottom: 24px;
    right: 24px;
  }
}
.l-aside__sticky.is-show {
  transform: none;
}
.l-aside__sticky.is-hidden {
  display: none;
}
.l-asideSticky__close {
  filter: drop-shadow(0px 0px 4.2px rgba(0, 0, 0, 0.16));
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .l-asideSticky__close {
    width: 24px;
    height: 24px;
  }
}
.l-asideSticky__content {
  background: #FF9E00;
  border: 2px solid #FF9E00;
  border-radius: 8px;
  padding: 6px 16px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .l-asideSticky__content {
    border-radius: 16px;
    padding: 0;
    border-width: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .l-asideSticky__contentInner {
    background: #FFF;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 14px 7px 10px;
  }
}
.l-asideSticky__contentImg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-asideSticky__contentImg {
    display: block;
    width: 164px;
  }
}
.l-asideSticky__contentParagraph {
  padding: 2px 0 2px;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .l-asideSticky__contentParagraph {
    padding: 0;
    margin-top: -10px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.l-asideSticky__contentHeading {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035em;
}
@media screen and (min-width: 1024px) {
  .l-asideSticky__contentHeading {
    border-radius: 0 0 16px 16px;
    padding: 9px 0 11px;
    text-align: center;
  }
}
.l-asideSticky__contentHeading:after {
  background: transparent url(../img/common/icon_triangle.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 7px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
}
@media screen and (min-width: 1024px) {
  .l-asideSticky__contentHeading:after {
    width: 10px;
    height: 9px;
    right: 16px;
  }
}
.l-aside.-protrude {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.l-slick__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .l-slick__controls {
    display: none;
  }
}
.l-slickControls__arrow.is-prev {
  background: #0b4f8d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
.l-slickControls__arrow.is-prev:before {
  background: transparent url(/img/common/icon_triangle.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 10px;
  height: 9px;
  transform: rotate(-180deg);
}
.l-slickControls__arrow.is-next {
  background: #0b4f8d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
  order: 999;
}
.l-slickControls__arrow.is-next:before {
  background: transparent url(/img/common/icon_triangle.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 10px;
  height: 9px;
}
.l-slickControls__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 8px;
}
.l-slickControls__dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-slickControls__dots .slick-active button {
  background: #0B4F8D;
}
.l-slickControls__dots button {
  background: #CED0D2;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
}

.l-asideBlog {
  padding: 56px 0 64px;
}
@media screen and (min-width: 1024px) {
  .l-asideBlog {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 270px;
    padding: 0;
  }
}
.l-asideBlog__inner {
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .l-asideBlog__inner {
    padding: 0;
    max-width: 270px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-asideBlog__articleCont {
    max-width: 270px;
  }
}
.l-asideBlog__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .l-asideBlog__list {
    gap: 35px;
  }
}
.l-asideBlog__item {
  width: 100%;
}
.l-asideBlog__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .l-asideBlog__link {
    padding: 0;
    flex-direction: column;
    gap: 8px;
  }
}
.l-asideBlog__link:hover {
  color: #0B768D;
}
.l-asideBlog__item:has(.-done) .l-__connectionitemImg:after {
  background: rgba(54, 54, 54, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-asideBlog__itemImg {
  background: #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 120/80;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .l-asideBlog__itemImg {
    aspect-ratio: 270/180;
    height: auto;
    max-width: none;
  }
}
.l-asideBlog__itemDetail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 4px;
}
.l-asideBlog__itemDate {
  font-size: 10px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .l-asideBlog__itemDate {
    font-size: 14px;
  }
}
.l-asideBlog__itemTitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  .l-asideBlog__itemTitle {
    font-size: 16px;
  }
}
.l-asideBlog__bannerCont {
  margin: 52px auto 0;
  width: 72vw;
}
@media screen and (min-width: 1024px) {
  .l-asideBlog__bannerCont {
    width: 100%;
    margin: 0;
    margin-top: 64px;
    max-width: 270px;
  }
}
.l-asideBlog__bannerList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
.l-asideBlog__bannerImg {
  background: #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 270/72;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.l-cate__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 40px 16px;
}
@media screen and (min-width: 1024px) {
  .l-cate__list {
    max-width: 1080px;
    margin: 56px auto 40px;
  }
}
.l-cate__label {
  border: 1px solid #333;
  border-radius: 21px;
  outline: solid 1px transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  position: relative;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .l-cate__label {
    padding: 7px 16px 11px;
    min-width: 80px;
    font-size: 16px;
    text-align: center;
  }
}
.l-cate__label.is-active {
  background: #D0F3FB;
  border: solid 2px #2FAECB;
}

.l-connection__list {
  margin-top: -8px;
}
@media screen and (min-width: 1024px) {
  .l-connection__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px 45px;
  }
}
.l-connection__item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-connection__item {
    max-width: calc((100% - 90px) / 3);
  }
}
.l-connection__link {
  display: block;
  padding: 0 16px;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .l-connection__link {
    padding: 0;
  }
}
.l-connection__link:hover {
  color: #0B768D;
}
.l-connection__item:has(.-done) .l-__connectionitemImg:after {
  background: rgba(54, 54, 54, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-connection__itemImg {
  background: #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 311/207;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-connection__itemImg {
    aspect-ratio: 330/220;
  }
}
.l-connection__itemDetail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
.l-connection__itemTag {
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0 8px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
}
.l-connection__itemTag.-done {
  background: #BAAEAE;
}
.l-connection__itemDate {
  font-size: 13px;
  font-weight: 400;
}
.l-connection__itemTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.l-agreement__content {
  margin-top: 56px;
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .l-agreement__content {
    margin-top: 72px;
    margin-bottom: 80px;
  }
}
.l-agreement__block:nth-of-type(n+2) {
  margin-top: 56px;
}
@media screen and (min-width: 1024px) {
  .l-agreement__block:nth-of-type(n+2) {
    margin-top: 72px;
  }
}
.l-agreement__block.-mtMiddle:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .l-agreement__block.-mtMiddle:nth-of-type(n+2) {
    margin-top: 64px;
  }
}
.l-agreement__block.-bgWhite {
  background-color: #FFF;
}
.l-agreement__block.-borderGray {
  border: 1px solid #D6D6D6;
}
.l-agreementBlock__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .l-agreementBlock__title {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
.l-agreementBlock__inner {
  padding: 32px 16px 48px;
}
@media screen and (min-width: 1024px) {
  .l-agreementBlock__inner {
    padding: 32px 38px 48px;
  }
}
.l-agreement__box {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .l-agreement__box {
    margin-top: 40px;
  }
}
.l-agreement__box.-mtMiddle {
  margin-top: 24px;
}
.l-agreement__box.-right {
  text-align: right;
}
.l-agreement__text {
  font-size: 15px;
  line-height: 1.7333333333;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (min-width: 1024px) {
  .l-agreement__text {
    font-size: 16px;
    line-height: 1.875;
  }
}
.l-agreement__text.-bold {
  font-weight: 700;
}
.l-agreement__text.-mtMiddle {
  margin-top: 8px;
}
.l-agreement__text.-end {
  text-align: right;
}
.l-agreement__textWrap {
  width: 95%;
  margin: 0 auto;
}
.l-agreement__list {
  padding-left: 1em;
  padding-bottom: 15px;
}
.l-agreement__list .l-agreement__text {
  padding-left: 1em;
  text-indent: -1em;
}
.l-agreement__list .l-agreement__text.-plMiddle {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.l-agreement__list .l-agreement__text.-noIndent {
  padding-left: 1em;
  text-indent: 0;
}
.l-agreement__list.-plNone {
  padding-left: 0;
}
.l-agreement__link {
  color: #0B768D!important;
}
.l-agreement__link:hover {
  text-decoration: underline!important;
}
.l-agreement__link.-inlineBlock {
  display: inline-block;
}
.l-agreement__link.-pl {
  padding-left: 1em;
  text-indent: -1em;
}
.l-agreement__heading {
  text-align: right;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .l-agreement__heading {
    margin-bottom: 40px;
  }
}
.l-agreement__definitionList {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .l-agreement__definitionList {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-agreementDefinitionList__term {
  background-color: #EAEEF2;
  border: 1px solid #B3B3B3;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .l-agreementDefinitionList__term {
    width: 19%;
    padding: 10px 19px 12px;
  }
}
.l-agreementDefinitionList__term:nth-of-type(n+2) {
  border-top: none;
}
.l-agreementDefinitionList__term .l-agreement__text {
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .l-agreementDefinitionList__term .l-agreement__text {
    line-height: 1.5;
  }
}
.l-agreementDefinitionList__term.-center {
  justify-content: center;
}
.l-agreementDefinitionList__description {
  background-color: #FFF;
  border-left: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  padding: 16px 16px 24px;
}
@media screen and (min-width: 1024px) {
  .l-agreementDefinitionList__description {
    width: 81%;
    border-top: 1px solid #B3B3B3;
    border-left: none;
    padding: 10px 32px 12px;
  }
}
.l-agreementDefinitionList__description:nth-of-type(n+2) {
  border-top: none;
}
.l-agreementDefinitionList__description .l-agreement__text {
  line-height: 1.5;
}
.l-agreement__separator {
  display: block;
  border-top: 1px solid #D6D6D6;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .l-agreement__separator {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.l-agreement__roundBg {
  border-radius: 16px;
  background-color: #EAEEF2;
  padding: 24px 28px 32px;
}
@media screen and (min-width: 1024px) {
  .l-agreement__roundBg {
    padding: 24px 32px 40px;
  }
}
.l-agreement__table {
  width: 100%;
  table-layout: fixed;
  margin-top: 16px;
  background-color: #fff;
  border-collapse: collapse;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-agreement__table thead {
    background-color: #EAEEF2;
  }
}
.l-agreement__table thead tr {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-agreement__table thead tr {
    background-color: #EAEEF2;
    display: table-row;
  }
}
.l-agreement__table thead th {
  padding: 16px;
  text-align: center;
  border: 1px solid #B3B3B3;
}
@media screen and (min-width: 1024px) {
  .l-agreement__table thead th {
    padding: 14px 16px 12px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .l-agreement__table thead th:nth-of-type(1) {
    width: 31%;
  }
}
@media screen and (min-width: 1024px) {
  .l-agreement__table thead th:nth-of-type(2) {
    width: 31%;
  }
}
@media screen and (min-width: 1024px) {
  .l-agreement__table thead th:nth-of-type(3) {
    width: 38%;
  }
}
.l-agreement__table tbody th, .l-agreement__table tbody td {
  padding: 16px 24px;
  border-top: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
  border-left: 1px solid #B3B3B3;
  display: block;
}
.l-agreement__table tbody td:last-child{
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (min-width: 1024px) {
  .l-agreement__table tbody th, .l-agreement__table tbody td {
    padding: 12px 16px;
    display: table-cell;
    border-bottom: 1px solid #B3B3B3;
  }
}
.l-agreement__table tbody th {
  vertical-align: middle;
  background-color: #EAEEF2;
}
@media screen and (min-width: 1024px) {
  .l-agreement__table tbody th {
    background-color: #FFF;
  }
}
.l-agreement__table tbody td {
  vertical-align: middle;
}
.l-agreement__table tbody td .spText {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .l-agreement__table tbody td .spText {
    display: none;
  }
}
.l-agreement__table tbody td .spText.-bold {
  font-weight: 700;
}
.l-agreement__table tbody td.-border {
  border-bottom: 1px solid #B3B3B3;
}
.l-agreement__table p {
  font-size: 15px;
  line-height: 1.7333333333;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1024px) {
  .l-agreement__table p {
    font-size: 14px;
    line-height: 2;
  }
}
.l-agreement__table p.-bold {
  font-weight: 700;
}
.l-agreement__table p.spBold {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .l-agreement__table p.spBold {
    font-weight: 400;
  }
}
.l-agreement__table p.spCenter {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-agreement__table p.spCenter {
    text-align: left;
  }
}
.l-agreement__caption {
  font-size: 13px;
  line-height: 1.5384615385;
  color: #808080;
  text-align: right;
  margin-top: 8px;
}
.l-agreement__link {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.l-agreement__link:hover {
  color: #0B768D;
  text-decoration: underline;
}

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

@media screen and (min-width: 1024px) {
  .c-hidden.-sp {
    display: none;
  }
}
.c-hidden.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-hidden.-pc {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .c-hidden.-tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-hidden.-tab {
    display: inline-block;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 48px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-btn {
    height: 60px;
  }
}
.c-btn.-primary {
  background: #0B768D;
  border: 2px solid #0B768D;
  border-radius: 30px;
  color: #FFF;
}
.c-btn.-primary:hover {
  background: #FFF;
  border-color: #0B768D;
  color: #0B768D;
}
.c-btn.-secondary {
  background: #FFF;
  border: 2px solid #0B768D;
  border-radius: 30px;
  color: #0B768D;
}
.c-btn.-secondary:hover {
  background: #0B768D;
  color: #FFF;
}
.c-btn.-sm {
  max-width: 184px;
}
.c-btn.-sm2 {
  max-width: 230px;
}
@media screen and (min-width: 1024px) {
  .c-btn.-pc_216 {
    max-width: 216px;
  }
}
.c-btn.-center {
  text-align: center;
}
.c-btn.-icon_right {
  position: relative;
  padding-right: 0.8rem;
}
.c-btn.-icon_right.-arrow::before {
  content: "";
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 51%;
  right: 13px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .c-btn.-icon_right.-arrow::before {
    width: 12px;
    height: 10px;
  }
}
.c-btn.-icon_right.-arrow:hover::before {
  background: url(../img/common/icon_arrow_blue.svg) no-repeat center/contain;
}

.c-heading {
  font-weight: 700;
}
.c-heading-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 1.3125;
}
@media screen and (min-width: 1024px) {
  .c-heading-01 {
    margin-bottom: 40px;
  }
}
.c-heading-01:after {
  background: #2FAECB;
  border-radius: 4px;
  content: "";
  width: 28px;
  height: 7px;
}
.c-heading-02 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 9px;
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 1024px) {
  .c-heading-02 {
    font-size: 20px;
    padding-bottom: 8px;
  }
}

.p-case__heading {
  padding: 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .p-case__heading {
    /* padding: 165px 0 0; */
  }
}

@media screen and (min-width: 1024px) {
  .p-eventSearch__content {
    background: #FFF;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    padding: 15px 25px 25px;
  }
}
.p-eventSearch__content .l-searchTab__box {
  padding-bottom: 160px;
}
@media screen and (min-width: 1024px) {
  .p-eventSearch__content .l-searchTab__box {
    border: none;
    padding: 0;
  }
}
.p-eventSearch__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px 0 9px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .p-eventSearch__heading {
    justify-content: flex-start;
    flex-direction: row;
    align-items: baseline;
    padding: 0;
    gap: 6px;
    font-size: 16px;
  }
}
.p-eventSearch__heading small {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .p-eventSearch__heading small {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1024px) {
  .p-eventSearch__heading:before {
    background: transparent url(../img/common/icon_filter-t.svg) no-repeat center;
    background-size: contain;
    content: "";
    width: 20px;
    height: 16px;
    position: relative;
    top: 2px;
  }
}
.p-eventSearch__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-eventSearch__btns {
  background: #FFF;
  border-top: 1px solid #E8E8E8;
  padding: 25px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-eventSearch__btns {
    background: none;
    border-top: none;
    position: static;
    padding: 24px 0 0;
  }
}
.p-eventSearch__btn:after {
  background: transparent url(../img/common/icon_triangle.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.p-eventSearch__btn:hover:after {
  background: transparent url(../img/common/icon_triangle-b.svg) no-repeat center;
  background-size: contain;
}
.p-event__archive {
  margin: 112px auto;
}
@media screen and (min-width: 1024px) {
  .p-event__archive {
    margin: 128px auto;
  }
}
.p-event__more {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .p-event__more {
    margin-top: 64px;
  }
}
.p-eventMore__btn:after {
  background: transparent url(../img/common/icon_triangle.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.p-eventMore__btn:hover:after {
  background: transparent url(../img/common/icon_triangle-b.svg) no-repeat center;
  background-size: contain;
}
.p-event__report {
  margin: 112px auto 64px;
}
@media screen and (min-width: 1024px) {
  .p-event__report {
    margin: 128px auto 80px;
  }
}
.p-event__header {
  margin: 0px auto 32px;
}
@media screen and (min-width: 1024px) {
  .p-event__header {
    margin: 0px auto 40px;
  }
}
.p-event__kv {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-event__kv {
    margin-bottom: 56px;
  }
}
.p-event__paragraph {
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-event__paragraph {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-event__paragraph.-notice {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #808080;
  font-size: 13px;
  line-height: 1.5384615385;
}
.p-event__paragraph.-notice:before {
  content: "※";
  flex-shrink: 0;
}
.p-event__lead {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .p-event__lead {
    margin-bottom: 64px;

  }
}
.p-eventLead__paragraph {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .p-eventLead__paragraph {
    margin-bottom: 16px;
  }
}
.p-event__introduction {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .p-event__introduction {
    gap: 40px;
    margin-top: 40px;
  }
}
.p-eventIntroduction__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 11px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .p-eventIntroduction__wrapper {
    gap: 32px;
    margin-bottom: 0;
  }
}
.p-eventIntroduction__img {
  width: 96px;
}
@media screen and (min-width: 1024px) {
  .p-eventIntroduction__img {
    width: 120px;
  }
}
.p-eventIntroduction__detail {
  max-width: calc(100% - 96px - 11px);
}
@media screen and (min-width: 1024px) {
  .p-eventIntroduction__detail {
    max-width: calc(100% - 120px - 32px);
  }
}
.p-eventIntroduction__name {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-eventIntroduction__name {
    font-size: 20px;
  }
}
.p-eventIntroduction__position {
  font-size: 13px;
  line-height: 1.5384615385;
}
@media screen and (min-width: 1024px) {
  .p-eventIntroduction__position {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.p-eventIntroduction__paragraph {
  font-size: 13px;
  line-height: 1.5384615385;
}
@media screen and (min-width: 1024px) {
  .p-eventIntroduction__paragraph {
    margin-top: -20px;
    padding-left: 152px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-event__detail {
  border: 1px solid #B3B3B3;
}
.p-event__detail.-timeTable .p-eventDetail__item {
  align-items: stretch;
  flex-direction: row;
}
.p-event__detail.-timeTable .p-eventDetail__title {
  border-right: 1px solid #B3B3B3;
  border-bottom: none;
  width: 132px;
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  .p-event__detail.-timeTable .p-eventDetail__title {
    width: 158px;
    font-size: 16px;
  }
}
.p-event__detail.-timeTable .p-eventDetail__description {
  width: calc(100% - 132px);
}
@media screen and (min-width: 1024px) {
  .p-event__detail.-timeTable .p-eventDetail__description {
    width: calc(100% - 158px);
  }
}
.p-eventDetail__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-eventDetail__item {
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.p-eventDetail__item:not(:last-of-type) {
  border-bottom: 1px solid #B3B3B3;
}
.p-eventDetail__title {
  background: #EAEEF2;
  border-bottom: 1px solid #B3B3B3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 11px 16px 12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5294117647;
}
@media screen and (min-width: 1024px) {
  .p-eventDetail__title {
    border-right: 1px solid #B3B3B3;
    border-bottom: none;
    padding: 10px 32px 11px;
    width: 160px;
  }
}
.p-eventDetail__description {
  background: #FFF;
  width: 100%;
  padding: 11px 16px 12px;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-eventDetail__description {
    padding: 10px 32px 11px;
    width: calc(100% - 134px);
  }
}
.p-eventDetail__descriptionTag {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.p-eventDetail__descriptionTag span {
  border: 1px solid;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px 7px;
  min-width: 27px;
  font-size: 11px;
}
@media screen and (min-width: 1024px) {
  .p-eventDetail__descriptionTag span {
    padding: 3px 14px 5px 14px;
    min-width: 56px;
    font-size: 13px;
  }
}
.p-eventDetail__listItem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-eventDetail__listItem:before {
  content: "・";
  flex-shrink: 0;
}

.p-report__list {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-report__list {
    margin-top: 80px;
    gap: 64px 45px;
  }
}
.p-report__itemImg {
  aspect-ratio: 330/241;
}
.p-report__heading {
  margin-top: 40px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .p-report__heading {
    margin-top: 80px;
    margin-bottom: 16px;
  }
}
.p-report__contentBlock {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .p-report__contentBlock {
    margin-bottom: 80px;
  }
}
.p-report__contentBlock p {
  font-size: 15px;
  line-height: 1.733333;
}
@media screen and (min-width: 1024px) {
  .p-report__contentBlock p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-report__contentBlock p + p {
  margin-top: 40px;
}
.p-report__contentBlock p + p > span > a {
  display: block;
  margin-top: -40px;
}
.p-report__contentBlock a {
  color: #2FAECB;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-report__contentBlock p > span > a {
  margin-top: -40px;
}
.p-report__contentBlock h3 {
  margin-top: 64px;
  margin-bottom: 24px;
}
.p-report__contentBlock p > a > img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-report__contentBlock p > a > img {
    max-width: 410px;
  }
}
.p-report__contentBlock a + a > img {
  margin-top: 16px;
}
.p-report .c-btn {
  margin-bottom: 64px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-report .c-btn {
    margin-bottom: 120px;
  }
}
.p-report .blog_btn.el_btn__play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 48px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 700;
  background: #0B768D;
  border: 2px solid #0B768D;
  border-radius: 30px;
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  max-width: 184px;
  position: relative;
  padding-right: 0.8rem;
  margin-bottom: 64px;
}
.p-report .blog_btn.el_btn__play::before {
  content: "";
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 51%;
  right: 13px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .p-report .blog_btn.el_btn__play::before {
    width: 12px;
    height: 10px;
    right: 17px;
  }
}
.p-report .blog_btn.el_btn__play:hover::before {
  background: url(../img/common/icon_arrow_blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .p-report .blog_btn.el_btn__play {
    height: 60px;
    font-size: 16px;
    max-width: 216px;
  }
}
.p-report .blog_btn.el_btn__play:hover {
  background: #FFF;
  border-color: #0B768D;
  color:#0B768D;
}
.p-report h1{

}


.p-archive__list {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-archive__list {
    margin-top: 80px;
    gap: 64px 45px;
  }
}
.p-archive__itemImg {
  aspect-ratio: 330/191;
}

.p-blog__paragraph {
  margin: 40px auto;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-blog__paragraph {
    margin: 24px auto 40px;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
  }
}
.p-blog__search {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .p-blog__list {
    gap: 64px 45px;
  }
}
.p-blog__itemImg {
  aspect-ratio: 330/220;
}

.p-movie__text {
  font-size: 16px;
  line-height: 1.75;
}
.p-movie__text a {
  color: #2FAECB;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-movie .ly_main {
  margin-top: 30px;
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .p-movie .ly_main {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.p-movie .el_headingType02.el_headingType02__book {
  text-align: center;
  padding: 0 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-movie .el_headingType02.el_headingType02__book {
    margin-bottom: 48px;
  }
}
.p-movie .el_headingType02_en.ja_tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58333;
}
@media screen and (min-width: 1024px) {
  .p-movie .el_headingType02_en.ja_tit {
    font-size: 32px;
    line-height: 1.4375;
  }
}
@media screen and (min-width: 1024px) {
  .p-movie .un_un_bookformBlock {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
  }
}
.p-movie .bl_contentsBlock_inner {
  margin: 0 16px;
}
@media screen and (min-width: 1024px) {
  .p-movie .un_bookform_mokuji {
    max-width: 450px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-movie .un_bookform_mokuji .m_b15.un_bookform_cover {
  margin-bottom: 16px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
}
.p-movie .un_bookform_mokuji dt {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7333;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .p-movie .un_bookform_mokuji dt {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-movie .un_bookform_mokuji .un_bookform_mokuji_detail {
  font-size: 15px;
  line-height: 1.7333;
}
.p-movie .un_bookform_form_box {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .p-movie .un_bookform_form_box {
    max-width: 510px;
    margin-top: 0;
  }
}
.p-movie .un_bookform_form_box .center {
  font-size: 15px;
  line-height: 1.73333;
}
@media screen and (min-width: 1024px) {
  .p-movie .un_bookform_form_box .center {
    font-size: 16px;
  }
}
.p-movie .un_bookform_form_box table {
  margin-top: 40px;
}
.p-movie th, .p-movie td {
  width: 100%;
  display: block;
}
.p-movie .form-field {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}
.p-movie .form-field.-flex {
  width: 48%;
  display: inline-block;
  min-width: 166px;
}
@media screen and (min-width: 1024px) {
  .p-movie .form-field.-flex {
    width: 47%;
    min-width: 240px;
  }
}
.p-movie .form-field.-flex.-mr_space {
  margin-right: 11px;
}
@media screen and (min-width: 1024px) {
  .p-movie .form-field.-flex.-mr_space {
    margin-right: 30px;
  }
}
.p-movie .field-label {
  font-weight: 600;
  padding-right: 44px;
  margin-bottom: 8px;
}
.p-movie .field-label.required {
  position: relative;
  display: inline-block;
}
.p-movie .field-label.required::before {
  content: "必須";
  display: inline-block;
  position: absolute;
  background: #DB5757;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  width: 36px;
  height: 19px;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-movie form.form input[type=text] {
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #CCC;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
}
@media screen and (min-width: 1024px) {
  .p-movie form.form input[type=text] {
    height: 40px;
    padding: 7px 15px;
  }
}
.p-movie form.form input[type=text]::-moz-placeholder {
  color: #9F9F9F;
}
.p-movie form.form input[type=text]::placeholder {
  color: #9F9F9F;
}
.p-movie form.form input[type=text].error-input {
  background: #FEEDEF;
  border: 2px solid #DB5757;
}
.p-movie .error {
  margin-top: 4px;
  color: #DB5757;
  font-size: 13px;
}
.p-movie .Checkbox {
  display: flex;
  cursor: pointer;
  position: relative;
  border: 1px solid #CCCCCC;
  background: #FFF;
  border-radius: 4px;
  width: 166px;
  padding: 8px 14px;
  margin-bottom: 40px;
  height: 46px;
}
@media screen and (min-width: 1024px) {
  .p-movie .Checkbox {
    width: 240px;
    height: 40px;
    padding: 5px 9px;
    margin-bottom: 32px;
  }
}
.p-movie .Checkbox_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.p-movie .Checkbox_icon {
  position: relative;
  width: 18px;
  height: 18px;
  outline-offset: 2px;
  flex: none;
  background: #FFF;
  transition: background 0.2s linear;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  margin-top: 5px;
  margin-right: 14px;
}
.p-movie .Checkbox_icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_check.svg) no-repeat 50%/contain;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.p-movie .Checkbox .Checkbox_input:checked + .Checkbox_icon {
  background: #2FAECB;
  border: 1px solid #2FAECB;
}
.p-movie .Checkbox .Checkbox_input:checked + .Checkbox_icon:after {
  opacity: 1;
}
.p-movie .Checkbox:has(.Checkbox_input:checked) {
  border: 2px solid #2FAECB;
  background: #D0F3FB;
}
.p-movie .Checkbox_text {
  font-size: 16px;
}
.p-movie .submit {
  padding-right: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-movie .submit {
    margin-bottom: 32px;
  }
}
.p-movie .submit input {
  max-width: 184px;
}

.p-news__item {
  position: relative;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  margin-top: -1px;
}
.p-news__item::after {
  content: "";
  background: url(../img/common/icon_inequality_black.svg) no-repeat center/contain;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-news__itemInner {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-top: 24px;
  padding-bottom: 28px;
  padding-right: 24px;
}
@media screen and (min-width: 1024px) {
  .p-news__itemInner {
    flex-direction: row;
    gap: 32px;
    padding-top: 34px;
    padding-bottom: 36px;
    padding-right: 41px;
  }
}
.p-news__itemInner:hover .p-news__itemBody {
  color: #0B768D;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-news__itemHead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.p-news__itemDate {
  font-size: 13px;
  border: 1px solid #333;
  border-radius: 21px;
  outline: solid 1px transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px 3px;
  position: relative;
  color: #333;
  white-space: nowrap;
}
.p-news__itemCate {
  font-size: 13px;
}
.p-news__itemBody {
  font-size: 15px;
  line-height: 1.73333;
}
@media screen and (min-width: 1024px) {
  .p-news__itemBody {
    font-size: 16px;
  }
}
.p-news .c-btn {
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .p-news .c-btn {
    margin-bottom: 120px;
  }
}

.p-article .eyecatch {
  background: #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 343/180;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-article .eyecatch {
    aspect-ratio: 720/378;
  }
}
.p-article__index {
  padding: 16px 24px 50px;
  margin: 40px 0 64px;
  background-color: #EAEEF2;
  height: 284px;
  overflow-y: hidden;
  transition: all 0.5s;
  position: relative;
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .p-article__index {
    margin: 48px 0 80px;
    padding: 24px 56px 60px;
    height: 298px;
  }
}
.p-article__index::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(234, 238, 242, 0.78) 15%, #EAEEF2 73%);
  background: -webkit-linear-gradient(to bottom, rgba(250, 252, 252, 0) 0, rgba(234, 238, 242, 0.78) 15%, #EAEEF2 73%);
  z-index: 1;
}
.p-article__indexCheck {
  display: none;
}
.p-article__indexTitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .p-article__indexTitle {
    margin-bottom: 7px;
  }
}
.p-article__indexLabel {
  display: table;
  bottom: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  color: #1f3134;
  font-size: 15px;
  font-weight: 700;
  height: 57px;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-article__indexLabel {
    font-size: 16px;
    height: 70px;
  }
}
.p-article__indexLabel::before {
  content: "全て表示";
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-article__indexLabel::before {
    bottom: 21px;
  }
}
.p-article__index li {
  line-height: 1.5384615385;
  font-size: 13px;
  font-weight: 700;
  text-indent: 0;
  position: relative;
  padding: 13px 0 13px 24px;
  border-bottom: 1px solid #CBD3D6;
}
@media screen and (min-width: 1024px) {
  .p-article__index li {
    font-size: 14px;
    padding: 17px 0 17px 24px;
  }
}
.p-article__index li::before {
  content: "";
  position: absolute;
  display: block;
  left: 3px;
  top: 50%;
  transform: rotate(135deg) translateY(50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
@media screen and (min-width: 1024px) {
  .p-article__index li::before {
    width: 8px;
    height: 8px;
    top: 43%;
  }
}
.p-article__index li:last-child {
  border-bottom: none;
}
.p-article .blogCustome {
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .p-article .blogCustome {
    padding-bottom: 88px;
  }
}
.p-article .blogCustome h2 {
  padding-left: 16px;
  margin-top: 64px;
  margin-bottom: 24px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-article .blogCustome h2 {
    padding-right: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    margin-top: 80px;
  }
}
.p-article .blogCustome h2::before {
  background: #2FAECB;
  border-radius: 4px;
  content: "";
  width: 6px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-article .blogCustome h2::before {
    width: 7px;
    height: 28px;
  }
}
.p-article .blogCustome p {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-article .blogCustome p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-article .p-news__contentBlock {
  margin-bottom: 48px;
}
.p-article .p-news__contentBlock p {
  margin-bottom: 0px;
  line-height: 1.8666666667;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .p-article .p-news__contentBlock p {
    font-size: 16px;
    line-height: 2;
  }
}
.p-article .p-news__contentBlock p img {
  margin-top: 8px;
}
.p-article .p-news__contentBlock strong {
  font-weight: 700;
  line-height: 1.8666666667;
  font-size: 18px;
  font-weight: bold;  
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-article .p-news__contentBlock p strong {
    font-size: 18px;
    font-weight: bold;
    display:inline-block;
  }
}

.p-article .p-news__contentBlock p a {
  word-break: break-all;
  color: #2FAECB;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-article .p-news__contentBlock a {
    font-size: 16px;
  }
}
.p-article .p-news__contentBlock .bar,
.p-report .bar{
  padding-left: 16px;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-top: 64px;
height:60%;
}
.p-article .p-news__contentBlock .bar::before,
.p-report .bar::before{
  background: #2FAECB;
  border-radius: 4px;
  content: "";
  width: 6px;
  height: 60%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-article .p-news__contentBlock .bar::before,
.p-report .bar::before{
    width: 7px;
    height: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .p-article .p-news__contentBlock .bar,
.p-report .bar
{
    padding-right: 24px;
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.p-article .p-news__contentBlock th {
  font-size: 15px!important;
  background-color: inherit;
  display: table-cell;
  vertical-align: top;
  font-weight: normal;
  line-height: 2.1333333333;
width:15%;
}
@media screen and (min-width: 1024px) {
  .p-article .p-news__contentBlock th {
    font-size: 15px!important;
    line-height: 2;
width:15%;
  }
}

.newsTable td {
  width: auto !important;
}

.p-article .p-news__contentBlock td {
  font-size: 15px!important;
  line-height: 2.1333333333;
width: 30%;
}
@media screen and (min-width: 1024px) {
  .p-article .p-news__contentBlock td {
    font-size: 15px!important;
    line-height: 2;
width: 40%;
  }
}
.p-article .p-news__contentBlock td span {
  margin-right: 8px;
}
.p-article .p-news__contentBlock td a {
  color: #2FAECB;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-all;
}

.a-style{
  color: #2FAECB;
      text-decoration: underline;
      text-underline-offset: 2px;
      word-break: break-all;
  }
.p-article__indexCheck:checked ~ .p-article__index::before {
  display: none;
}

.p-article__indexCheck:checked ~ .p-article__index label::before {
  content: "閉じる";
}

.p-article__indexCheck:checked ~ .p-article__index {
  height: auto;
}

@media screen and (min-width: 1024px) {
  .p-article__content.-blog {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
  }
}

.p-agreement__list {
  margin-top: 40px;
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .p-agreement__list {
    padding: 0 20px;
    margin-top: 64px;
    margin-bottom: 80px;
  }
}
.p-agreement__item {
  position: relative;
  border-top: 1px solid #D6D6D6;
}
.p-agreement__item::after {
  content: "";
  background: url(../img/common/icon_angle-r.svg) no-repeat center/contain;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-agreement__item:last-child {
  border-bottom: 1px solid #D6D6D6;
}
.p-agreement__link {
  display: flex;
  align-items: center;
  padding: 24px 24px 26px 0;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-agreement__link {
    padding: 34px 45px 36px 24px;
    font-size: 16px;
  }
}
.p-agreement__link:hover {
  color: #0B768D;
  text-decoration: underline;
}

.p-officetour__info_txt_content{
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
}
.p-officetour__info_txt{
    width: 100%;
}
.p-officetour__info_txt .top_txt{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 16px;
}
.p-officetour__info_txt .txt{
    font-size: 16px;
    text-align: left;
    max-width: 600px;
    padding-bottom: 16px;
}
.event_officetour_contentbox{
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
}
.event_officetour_content p{
    font-size: 20px;
    text-align: center;
    width: auto;
    border: 2px solid #2FAECB;
    padding: 8px;
border-radius: 4px;
}
@media screen and (min-width: 1024px) {
.event_officetour_content p{
    width: 640px;
    
}
.p-officetour__info_txt .top_txt{
    font-weight: bold;
    font-size: 26px;
}
.p-officetour__info_txt{
    width: 700px;
}
}

.p-officetour__section {
  margin-top: 40px;
}
.p-officetour__section.-mtlg {
  margin-top: 56px;
}
@media screen and (min-width: 1024px) {
  .p-officetour__section.-mtlg {
    margin-top: 80px;
  }
}
.p-officetour__kv {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-officetour__kv {
    height: 560px;
  }
}
@media screen and (min-width: 1024px) {
  .p-officetourKv__image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
.p-officetourKv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-officetourKv__inner {
  position: relative;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .p-officetourKv__inner {
    height: 100%;
    margin-top: 0;
  }
}
.p-officetourKv__titleArea {
  max-width: 282px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-officetourKv__titleArea {
    max-width: 394px;
    position: absolute;
    top: 32%;
    left: 0;
  }
}
.p-officetourKv__logoBox {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-officetourKv__logoBox {
    margin-top: 6px;
  }
}
.p-officetourKv__logoBox img:nth-of-type(1) {
  width: 101px;
}
@media screen and (min-width: 1024px) {
  .p-officetourKv__logoBox img:nth-of-type(1) {
    width: 144px;
  }
}
.p-officetourKv__logoBox img:nth-of-type(2) {
  width: 66px;
}
@media screen and (min-width: 1024px) {
  .p-officetourKv__logoBox img:nth-of-type(2) {
    width: 78px;
  }
}
.p-officetourKv__logoBox img:nth-of-type(3) {
  width: 85px;
}
@media screen and (min-width: 1024px) {
  .p-officetourKv__logoBox img:nth-of-type(3) {
    width: 121px;
  }
}
.p-officetourKv__subTitle {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .p-officetourKv__subTitle {
    font-size: 26px;
  }
}
.p-officetourInfo__text {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-officetourInfo__text {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-officetourInfo__floorImage {
  margin-top: 32px;
}
.p-officetourInfo__bottom {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .p-officetourInfo__bottom {
    display: flex;
    gap: 0 48px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-officetourInfo__bottomImage {
    width: 47%;
    max-width: 480px;
  }
}
.p-officetourInfo__bottomTextArea {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-officetourInfo__bottomTextArea {
    width: 45%;
    max-width: 454px;
    margin-top: 0;
  }
}
.p-officetourInfo__bottomTitle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-officetourInfo__bottomTitle {
    font-size: 24px;
    line-height: 1.5833333333;
  }
}
.p-officetourInfo__bottomText {
  font-size: 15px;
  line-height: 1.7333333333;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-officetourInfo__bottomText {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-officetourInfo__framework {
  margin-top: 120px;
}
.p-officetourFramework__list {
  counter-reset: num;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .p-officetourFramework__list {
    display: flex;
    gap: 0 45px;
    margin-top: 40px;
  }
}
.p-officetourFramework__item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-officetourFramework__item {
    width: calc((100% - 90px) / 3);
  }
}
.p-officetourFramework__item:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-officetourFramework__item:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.p-officetourFramework__item:nth-of-type(1)::before {
  content: "";
  background: url(../img/event/officetour/icon_framework_num01.png) no-repeat center/contain;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 64px;
  height: 64px;
}
.p-officetourFramework__item:nth-of-type(2)::before {
  content: "";
  background: url(../img/event/officetour/icon_framework_num02.png) no-repeat center/contain;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 64px;
  height: 64px;
}
.p-officetourFramework__item:nth-of-type(3)::before {
  content: "";
  background: url(../img/event/officetour/icon_framework_num03.png) no-repeat center/contain;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 64px;
  height: 64px;
}
.p-officetourFramework__itemTitle {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-officetourFramework__itemTitle {
    margin-top: 24px;
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.p-officetourFramework__itemText {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-officetourFramework__itemText {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-officetourOverview__list {
  margin-top: 52px;
}
.p-officetourOverview__item {
  background-color: #FFF;
  border-radius: 16px;
  position: relative;
  padding: 42px 32px 34px;
}
@media screen and (min-width: 1024px) {
  .p-officetourOverview__item {
    padding: 56px 40px 40px;
  }
}
.p-officetourOverview__item:nth-of-type(2) {
  padding: 42px 12px 34px;
}
@media screen and (min-width: 1024px) {
  .p-officetourOverview__item:nth-of-type(2) {
    padding: 56px 40px 40px;
  }
}
.p-officetourOverview__item:nth-of-type(n+2) {
  margin-top: 44px;
}
.p-officetourOverview__itemTitle {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0B768D;
  color: #FFF;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
  width: 188px;
  height: 32px;
  border-radius: 8px;
  padding: 6px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-officetourOverview__itemTitle {
    width: 228px;
    height: 40px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.p-officetourOverview__itemText {
  text-align: center;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-officetourOverview__itemText {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
@media screen and (min-width: 1024px) {
  .p-officetourOverview__subList {
    display: flex;
    gap: 15px;
  }
}
.p-officetourOverview__subItem {
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .p-officetourOverview__subItem {
    width: calc((100% - 30px) / 3);
  }
}
.p-officetourOverview__subItem:nth-of-type(n+2) {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-officetourOverview__subItem:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.p-officetourOverview__subItem:nth-of-type(1) {
  background-color: #FFE0C2;
}
.p-officetourOverview__subItem:nth-of-type(2) {
  background-color: #C4E2FF;
}
.p-officetourOverview__subItem:nth-of-type(3) {
  background-color: #DAF5DA;
}
.p-officetourOverview__subItemTitle {
  font-size: 18px;
  line-height: 1.4444444444;
  color: #FFF;
  font-weight: 700;
  padding: 7px;
  border-radius: 16px 16px 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-officetourOverview__subItemTitle {
    font-size: 22px;
    line-height: 1.3636363636;
    padding: 10px 10px 14px;
  }
}
.p-officetourOverview__subItem:nth-of-type(1) .p-officetourOverview__subItemTitle {
  background-color: #F09942;
}
.p-officetourOverview__subItem:nth-of-type(2) .p-officetourOverview__subItemTitle {
  background-color: #4299F0;
}
.p-officetourOverview__subItem:nth-of-type(3) .p-officetourOverview__subItemTitle {
  background-color: #6BC76B;
}
.p-officetourOverview__subItemText {
  padding: 16px 16px 24px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-officetourOverview__subItemText {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-officetour__access {
  padding: 48px 0 56px;
  background-color: #EAEEF2;
}
@media screen and (min-width: 1024px) {
  .p-officetour__access {
    padding: 64px 0 72px;
  }
}
@media screen and (min-width: 1024px) {
  .p-officetourAccess__inner {
    display: flex;
    gap: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .p-officetourAccess__image {
    width: 47%;
    max-width: 480px;
  }
}
.p-officetourAccess__textArea {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-officetourAccess__textArea {
    width: 45%;
    max-width: 454px;
    margin-top: 0;
  }
}
.p-officetourAccess__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-officetourAccess__title {
    font-size: 24px;
    line-height: 1.5833333333;
  }
}
.p-officetourAccess__text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-officetourAccess__text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-officetourAccess__mapBtn {
  max-width: 238px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-officetourAccess__mapBtn {
    max-width: 292px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-officetourAccess__mapBtn .p-officetourExternal__btn {
  max-width: none;
  position: relative;
}
.p-officetourAccess__mapBtn .p-officetourExternal__btn::after {
  background: transparent url(../img/common/icon_external_white.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (min-width: 1024px) {
  .p-officetourAccess__mapBtn .p-officetourExternal__btn::after {
    right: 22px;
  }
}
.p-officetourAccess__mapBtn .p-officetourExternal__btn:hover::after {
  background: transparent url(../img/common/icon_external_blue.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .p-officetourFlow__list {
    display: flex;
    gap: 32px;
  }
}
.p-officetourFlow__item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-officetourFlow__item {
    width: calc((100% - 96px) / 4);
  }
}
.p-officetourFlow__item:nth-of-type(n+2) {
  margin-top: 88px;
}
@media screen and (min-width: 1024px) {
  .p-officetourFlow__item:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.p-officetourFlow__item:not(:last-of-type)::after {
  content: "";
  background: url(../img/event/officetour/icon_flow_arrow.svg) no-repeat center/contain;
  width: 18px;
  height: 16px;
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 1024px) {
  .p-officetourFlow__item:not(:last-of-type)::after {
    bottom: auto;
    top: 95px;
    left: auto;
    right: -10px;
    transform: rotate(0);
  }
}
.p-officetourFlow__itemImage {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.p-officetourFlow__itemTextArea {
  margin-top: 16px;
  text-align: center;
}
.p-officetourFlow__itemTitle {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4666666667;
}
@media screen and (min-width: 1024px) {
  .p-officetourFlow__itemTitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-officetourFlow__itemText {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5714285714;
}
.p-officetourFlow__itemNotes {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5384615385;
  color: #808080;
}
.p-officetourStep__lead {
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__lead {
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-officetourStep__list {
  margin: 48px auto 0;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__list {
    display: flex;
    gap: 30px;
    width: 79%;
    max-width: 803px;
    padding: 0;
  }
}
.p-officetourStep__item {
  background-color: #FFF;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  padding: 60px 26px 32px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__item {
    width: calc((100% - 60px) / 3);
    padding: 47px 18px;
  }
}
.p-officetourStep__item:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__item:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.p-officetourStep__item:not(:last-of-type)::after {
  content: "";
  background: url(../img/event/officetour/icon_flow_arrow.svg) no-repeat center/contain;
  width: 25px;
  height: 28px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__item:not(:last-of-type)::after {
    width: 18px;
    height: 16px;
    top: 123px;
    bottom: auto;
    left: auto;
    right: -26px;
    transform: translateX(0) rotate(0);
  }
}
.p-officetourStep__item:nth-of-type(1)::before {
  content: "";
  background: url(../img/event/officetour/icon_step_num01.png) no-repeat center/contain;
  position: absolute;
  top: -16px;
  left: 16px;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__item:nth-of-type(1)::before {
    width: 48px;
    height: 48px;
  }
}
.p-officetourStep__item:nth-of-type(2)::before {
  content: "";
  background: url(../img/event/officetour/icon_step_num02.png) no-repeat center/contain;
  position: absolute;
  top: -16px;
  left: 16px;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__item:nth-of-type(2)::before {
    width: 48px;
    height: 48px;
  }
}
.p-officetourStep__item:nth-of-type(3)::before {
  content: "";
  background: url(../img/event/officetour/icon_step_num03.png) no-repeat center/contain;
  position: absolute;
  top: -16px;
  left: 16px;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__item:nth-of-type(3)::before {
    width: 48px;
    height: 48px;
  }
}
.p-officetourStep__itemImage {
  width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__itemImage {
    width: 100px;
  }
}
.p-officetourStep__itemImage img {
  width: 100%;
}
.p-officetourStep__itemTextArea {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__item:nth-of-type(2) .p-officetourStep__itemTextArea {
    margin-top: 30px;
  }
  .p-officetourStep__item:nth-of-type(3) .p-officetourStep__itemTextArea {
    margin-top: 30px;
  }
}
.p-officetourStep__itemTitle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__itemTitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-officetourStep__itemText {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (min-width: 1024px) {
  .p-officetourStep__itemText {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.p-officetourStep__item:nth-of-type(2) .p-officetourStep__itemText {
  margin-top: 18px;
}
.p-officetourStep__item:nth-of-type(3) .p-officetourStep__itemText {
  margin-top: 18px;
}
.p-officetourStep__itemNotes {
  color: #808080;
  font-size: 13px;
  line-height: 1.5384615385;
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.p-officetour__entry .c-heading-01 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-officetourEntry__lead {
    text-align: center;
  }
}
.p-officetourEntry__form {
  margin-top: 20px;
}
.p-officetourEntry__form iframe {
  width: 100%;
  height: 1250px;
}
.p-officetour__floating {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.16);
  padding: 26px;
  position: fixed;
  bottom: 0;
  width: 100%;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.p-officetour__floating.is-show {
  opacity: 1;
  visibility: visible;
}
.p-officetourFloating__btn {
  margin: 0 auto;
}
.p-officetourFloating__btn .p-officetourEntry__btn {
  max-width: 238px;
  position: relative;
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-officetourFloating__btn .p-officetourEntry__btn {
    max-width: 292px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-officetourFloating__btn .p-officetourEntry__btn::after {
  background: transparent url(../img/common/icon_angle-b_white.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 8px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
@media screen and (min-width: 1024px) {
  .p-officetourFloating__btn .p-officetourEntry__btn::after {
    width: 10px;
    height: 9px;
    right: 22px;
  }
}
.p-officetourFloating__btn .p-officetourEntry__btn:hover::after {
  background: transparent url(../img/common/icon_angle-b_blue.svg) no-repeat center;
  background-size: contain;
}

.blockquote_agreement {
    background-color: #fff;
    padding: 10px 20px;
    line-height: 2;
}

a.agreement_link2{
    color: #0b768d !important; 
}

.newsTable2 tr td {
    border: solid #333333 1px;
    padding: 10px 10px;
}

.l-agreement__link {
    display: contents !important; 
}

#event_entry_area {
    padding-bottom:90px;
}

/* 2026年1月運用 追加
-------------------------------------*/
.l-sectionHeading__subtitle{
  font-weight: normal;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 1024px){
  .l-sectionHeading__subtitle{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-movie.p-article .l-sectionHeading__subtitle{
    text-align: center;
    font-size: 12px;
    margin: 0 16px;
}
@media screen and (min-width: 1024px){
  .p-movie.p-article .l-sectionHeading__subtitle{
    margin-bottom: 87px;
    font-size: 20px;

  }
}

/* 2026年1月運用 終わり
-------------------------------------*/