/* reset */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}
/* end reset */
/* common */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #234056;
  letter-spacing: 0.04em;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '游ゴシック  Medium', meiryo, sans-serif;
}
img {
  width: 100%;
}
a {
  color: #106EB7;
  text-decoration-line: underline;
}
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
.hidden {
  display: none;
}
.l-section {
  padding: 0 0 120px;
}
.l-section.l-outline {
  padding: 0 0 64px;
}
.l-container {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
.l-container_b {
  max-width: 1120px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
.l-wrapper {
  overflow: hidden;
  position: relative;
}
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
.c-button-square {
  height: 60px;
  border-radius: 30px;
  padding: 0 76px 0 52px;
  transition: background-color 0.3s, color 0.3s;
}
.c-button-square.c-button-common {
  max-width: 352px;
  width: 100%;
}
.c-button-square.c-button-blue {
  box-shadow: 0px 4px 14px 0px rgba(14, 110, 184, 0.20), 0px 2px 2px 0px rgba(14, 110, 184, 0.10);
}
.c-button-square.c-button-red {
  box-shadow: 0px 4px 14px 0px rgba(195, 13, 35, 0.20), 0px 2px 2px 0px rgba(195, 13, 35, 0.10);
}
.l-gnav__button.c-button-square {
  padding: 0 26px 0 16px;
  height: 40px;
}
.c-button-square::after {
  content: "";
  position: absolute;
  right: 19px;
  width: 11px;
  height: 11px;
  background: url(../img/new_window_w.svg) center/cover no-repeat;
}
.c-button-square.c-button-common::after{
  display: none;
}
.c-button-square.c-button-common span{
  position: relative;
}
.c-button-square.c-button-common span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  width: 18px;
  height: 18px;
  background: url(../img/new_window_w.svg) center/cover no-repeat;
  background-size: 18px;
  margin: auto;
}
.l-gnav__button.c-button-square::after {
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  background: none;
}
.c-button-round {
  border-radius: 100px;
  background: rgb(255, 255, 255, .8);
  padding: 0 56px 0 40px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10);
  border: 1px #989898 solid;
  color: #0D2944;
  width: 100%;
  height: 72px;
  max-width: 360px;
  margin: 0 auto;
}
.c-button-round:hover {
  border: none;
}
.c-button-round:hover .c-button-round-cercle{
  border: 1px #989898 solid;
  clip-path: inset(0 round 4.25rem);
}
.c-button-round.disabled {
  color: #a4afc2;
  padding: 0;
  font-weight: 500;
  background: rgba(234, 235, 236, 1);
}
@media (min-width: 769px) {
  .c-button-round {
    align-items: center;
  }
  .c-button-round::after {
    content: none;
  }
  .button-round-cercle{
    padding: 0 56px 0 40px;
    background-color: #0E6EB8;
    -webkit-clip-path: inset(24% 3% 21% 87% round 40px);
    clip-path: inset(24% 3% 21% 87% round 40px);
    position: absolute;
    height: 102%;
    width: 102%;
    left: -1px;
    top: -1px;
    border-radius: 100px;
    transition: clip-path .65s cubic-bezier(.785,.135,.15,.86),transform .65s cubic-bezier(.785,.135,.15,.86),-webkit-clip-path .65s cubic-bezier(.785,.135,.15,.86);
  }
  .button-round-cercle.button-round-cercle-form {
    height: 102%;
    width: 100%;
    left: 0;
  }
  .outline__entry .button-round-cercle {
    background-color: #fff;
    -webkit-clip-path: inset(21% 3% 21% 86% round 40px);
    clip-path: inset(21% 3% 21% 86% round 40px);
    border: 1px solid #DCDCDC;
  }
  .c-button-round:hover .button-round-cercle {
    -webkit-clip-path: inset(0 round 4.25rem);
    clip-path: inset(0 round 4.25rem);
    border: 1px #989898 solid;
  }
  .l-outline .c-button-round:hover .button-round-cercle {
    border: 1px solid #DCDCDC;
  }
  .c-button-round:hover {
    border: none;
  }
  .button-round-text {
    color: #fff;
    text-decoration: underline;
  }
  .outline__entry .button-round-text {
    color: #0E6EB8;
  }
  .button-round-icon {
    width: 14px;
    position: absolute;
    right: -32px;
    top: 50%;
    overflow: hidden;
    height: auto;
    white-space: nowrap;
    transform: translateY(calc(-50% - 8px));
  }
  #outline .button-round-icon {
    right: -34px;
  }
  .button-round-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .button-round-content svg {
    width: 14px;
    height: 14px;
    overflow: hidden;
  } 
}
@media (min-width: 769px) and (max-width: 1280px) {
  .outline__entry.c-button-round{
    height: 72px;
    font-size: 2rem;
  }
  .outline__entry .button-round-cercle {
    background-color: #fff;
    -webkit-clip-path: inset(21% 4% 21% 86% round 40px);
    clip-path: inset(21% 3% 21% 86% round 40px);
    border: 1px solid #DCDCDC;
  }
  .outline__entry .button-round-cercle::after {
    right: 13px;
  }
}
@media (max-width: 1120px) {
  .button-round-cercle::after {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    background-color: #106EB7;
    background-image: url('../img/icon_arrow_w.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-gnav__button .button-round-cercle::after,
  .outline__entry .button-round-cercle::after{
    background-color: #FFF;
    background-image: url('../img/icon_arrow_b.svg');
  }
  .button-round-content svg{
    display: none;
  }
}
@media (max-width: 768px) {
  .button-round-content {
    display: none;
  }
}
@media (min-width: 961px) and (max-width: 1120px) {
  .button-round-cercle::after {
    right: 3.4%;
  }
}
@media (min-width: 841px) and (max-width: 960px) {
  .button-round-cercle::after {
    right: 2.5%;
  }
}
@media (min-width: 769px) and (max-width: 840px) {
  .button-round-cercle::after {
    right: 1.5%;
  }
}
.c-button-blue {
  background-color: #0E6EB8;
}
.c-button-blue:hover {
  background-color: #104C7C;
  text-decoration: underline;
  box-shadow: none;
}
.c-button-red {
  background-color: #C30D23;
}
.c-button-red:hover {
  background-color: #881423;
  text-decoration: underline;
  box-shadow: none;
}
/* btn pattern */
.outline__entry,
.l-gnav__button {
  max-width: 360px;
  margin: 0 auto;
  background: #0E6EB8;
  color: #fff;
}
.c-sec-title {
  font-size: 3.4rem;
  color: #0E6EB8;
  margin: 0 0 24px;
  text-align: center;
}
.c-fixed {
  overflow-y: hidden;
}
.u-bg-blue {
  background-color: #E2ECF3!important;
}
.u-bg-red {
  background-color: #F3E7E9!important;
}
.u-bg-glay {
  background-color: #F3F3F3!important;
}
.u-text-red {
  color: #C40D24;
}
.u-text-dark-blue {
  color: #152634;
}
.u-text-blue {
  color: #106EB7;
}
.u-text-white {
  color: #fff;
}
.u-font-w-700 {
  font-weight: 700;
}
.u-font-w-500 {
  font-weight: 500;
}
.u-font-s-14 {
  font-size: 1.4rem;
}
.u-icon-new-tab {
  position: relative;
  padding-right: 14px;
}
.u-icon-new-tab::after {
  content: "";
  width: 10.5px;
  height: 10.5px;
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/new_window_bl.svg) center/cover no-repeat;
} 
.u-icon-new-tab.u-icon-new-tab-dest {
  position: relative;
  padding-right: 3px;
}
.u-icon-new-tab.u-icon-new-tab-dest::after {
  content: "";
  width: 10.5px;
  height: 10.5px;
  display: inline-block;
  position: relative;
  right: 0;
  top: 4px;
  transform: translateY(-50%);
  background: url(../img/new_window_bl.svg) center/cover no-repeat;
} 
.u-width-370{
  max-width: 370px;
  width: 100%;
}
.u-width-370::after{
  display: none;
}
.u-width-370 > span{
  position: relative;
}
.u-width-370 > span:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
  width: 11px;
  height: 11px;
  background: url(../img/new_window_w.svg) center/cover no-repeat;
}
.u-link-window{
  position: relative;
  margin-right: 0.5em;
}
.u-link-window:after{
  content: '';
  width: 10.5px;
  height: 10.5px;
  display: inline-block;
  background: url(../img/new_window_bl.svg) center/cover no-repeat;
  transform: translate(2px, -1px);
}
.u-link-window-orange {
  color: #FF5100;
  font-weight: 500;
}
.u-link-window-orange:after {
  background: url(../img/new_window_or.svg) center/cover no-repeat;
}

/* fadein */
.l-fadein {
  opacity: 0;
  transform: translateY(80px);
  transition: all .7s;
  overflow: hidden;
}
.l-fadein.is-fadein{
  overflow: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
@media (min-width: 768px) and (max-width: 1280px) {
  body {
    font-size: 1.4rem;
  }
  .l-container {
    padding: 0 calc(80 / 1280 * 100vw);
  }
  .c-button {
    font-size: calc(20 / 1280 * 100vw);
  }
  .c-button-square {
    height: calc(60 / 1280 * 100vw);
  }
  .c-button-round {
    height: calc(72 / 1280 * 100vw);
  }
}
@media (max-width: 768px){
  body {
    font-size: 1.4rem;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .l-container {
    padding: 0 24px;
  }
  .l-container_b {
    padding: 0 24px;
  }
  .l-section {
    padding: 0 0 80px;
  }
  .c-button {
    font-size: 1.4rem;
  }
  .c-button-square {
    padding: 0 26px 0 16px;
    height: 40px;
  }
  .c-button-square::after {
    right: 9px;
  }
  .c-button-square.c-button-common{
    max-width: 236px;
  }
  .c-button-square.c-button-common.c-button-ministry {
    font-size: 16px;
    width: 100%;
    max-width: none;
    height: 50px;
  }
  .c-button-square.c-button-common span::after{
    right: -18px;
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
  .c-button-round {
    height: 48px;
    font-size: 1.4rem;
  }
  .c-sec-title {
    margin: 0 0 40px;
    font-size: 3.2rem;
  }
}

/*** header ***/
.l-header {
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
}
.l-header.is-floating {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  animation: DownAnime 0.5s forwards;
}
.l-header.is-floatingHidden {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  animation: UpAnime 0.5s forwards
}
@keyframes DownAnime {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes UpAnime {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-80px);
  }
}
.l-header__inner {
  z-index: 100;
  position: relative;
  display: flex;
  max-width: 1360px;
  height: 80px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;
}
.l-header__logo {
  width: 150px;
  transition: all .3s;
}
.l-header__logo:hover {
  opacity: .4;
}
.l-gnav {
  display: flex;
}
.l-gnav__link {
  display: flex;
  align-items: center;
}
.l-gnav__link li {
  margin: 0 32px;
  transition: all 0.3s;
}
.l-gnav__link li:hover {
  opacity: 0.4;
}
.l-gnav__link li a {
  text-decoration: none;
  color: #0D2944;
  width: 100%;
}
.l-gnav__button {
  font-size: 1.4rem;
}
.l-gnav__button.c-button-square:first-of-type {
  margin-right: 16px;
}
.l-gnav__button.c-button-square::after {
  right: 12px;
}
/* sp */
.l-header__menu {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__button {
  position: relative;
  width: 18px;
  height: 13px;
  display: block;
}
.l-header__button i {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  transition: all .4s;
}
.l-header__button i:nth-of-type(1) {
  top: 0;
  animation: menu07-bar01 .75s forwards;
}
.l-header__button i:nth-of-type(2) {
  top: 6px;
  opacity: 1;
  transition: all .25s .25s;
}
.l-header__button i:nth-of-type(3) {
  bottom: 0;
  animation: menu07-bar03 .75s forwards;
}
.l-header__button.active i:nth-of-type(1) {
  animation: active-menu07-bar01 .75s forwards;
}
.l-header__button.active i:nth-of-type(2) {
  opacity: 0;
}
.l-header__button.active i:nth-of-type(3) {
  animation: active-menu07-bar03 .75s forwards;
}
@keyframes menu07-bar01 {
  0% {
    transform: translateY(13px) rotate(45deg);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu07-bar01  {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(13px) rotate(0);
  }
  100% {
    transform: translateY(5.5px) rotate(45deg);
    top: 0;
  }
}
@keyframes menu07-bar03{
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(-5.5px) rotate(-45deg);
    bottom: 0;
  }
}
.l-header__button__text {
  font-size: 1rem;
  letter-spacing: 0;
  padding: 7px 0 0;
}
.l-header__nav {
  z-index: 99;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: rgba(255,255,255,0.95);
  transition: ease .55s;
}
.l-header__nav.active {
  transform: translateX(0);
}
.l-header__nav__inner {
  margin: 60px 0 0;
  padding: 50px 20px 40px;
  height: calc(100dvh - 60px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.l-header__nav li {
  position: relative;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.l-header__nav li::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #234056;
  border-right: solid 1px #234056;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .l-header__inner {
    padding: 0 calc(40 / 1280 * 100vw);
    height: 76px;
  }
  .l-gnav__link li {
    margin: 0 14px;
    font-size: calc(16 / 1280 * 100vw);
  }
  .l-gnav__button {
    font-size: calc(14 / 1280 * 100vw);
  }
}
@media (max-width: 768px) {
  .l-header__inner {
    height: 68px;
    padding: 0 16px;
  }
  .l-header__logo {
    max-width: 100px;
  }
  .l-gnav__button {
    width: 100%;
    max-width: none;
  }
  .l-gnav__button:last-child {
    margin: 16px auto 0;
  }
  .l-gnav__link {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 23px;
  }
  .l-gnav__button::after {
    background: url('../img/icon_arrow_b.svg') center/14px no-repeat #fff;
  }
}
/** mv **/
.p-top-mv {
  background: url('../img/mv.png') center/cover no-repeat;
  max-height: 936px;
  height: calc(936 / 1440 * 100vw);
}
.p-top-mv__inner {
  max-width: 1120px;
  height: 100%;
  margin: 0 auto;
  padding: 117px 0 0;
}
.p-top-mv__title {
  font-size: 5.4rem;
}
.p-top-mv__text {
  font-size: 2rem;
  padding: 16px 0 0;
}
.p-top-mv__btn {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-top-mv__title {
    font-size: calc(54 / 1280 * 100vw);
  }
  .p-top-mv__text {
    font-size: calc(24 / 1280 * 100vw);
  }
  .p-top-mv__btn {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .p-top-mv {
    max-height: none;
    height: auto;
  }
  .p-top-mv__inner {
    padding: 117px 0 142px;
  }
  .p-top-mv__title {
    font-size: 3.2rem;
  }
  .p-top-mv__text {
    font-size: 1.6rem;
  }
  .p-top-mv__btn {
    flex-direction: column;
    margin-top: 24px;
  }
}
/** symposiumn2024 **/
.l-lead {
  margin-top: -11%;
  /* background-color: #FFFFFF; */
}
.p-lead__inner {
  margin: 0 auto;
  text-align: center;
}
.p-lead__wrap {
  background: url('../img/lead_bk.png') center/cover no-repeat;
  border-radius: 16px;
  padding: 40px 2% 23px;

  margin: 0 0 24px;
  font-size: 2rem;
  box-shadow: 0px 8px 24px 5px rgba(0, 42, 191, 0.10), 0px 2px 10px 0px rgba(0, 42, 191, 0.30);
}
.p-lead__title {
  padding: 0 min(2.3vw, 34px) 0;
  margin-bottom: 32px;
}
.p-lead__subtitle {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
  font-size: 38px;
  padding: 0 0 2.5vw;
}
.p-lead__textbox-wrap {
  background: url('../img/lead_bk_inner.png') center/cover no-repeat;
  padding: 22px 6vw;
  border-radius: 10px;
}
.p-lead__textbox {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  position: relative;
}
.p-lead__textbox:before {
  content: '';
  display: block;
  height: 86%;
  width: 1px;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  left: -2px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lead__place {
  font-size: 3.6rem;
  position: relative;
  padding: 0 0 8px;
}
.lead__textbox__btn {
  width: 100%;
  max-width: 398px;
  margin: auto;
}
.lead__textbox-item {
  width: 100%;
  max-width: 398px;
}
.lead__textbox-item:first-child{
  margin-right: 4.6vw;
}
.lead__textbox-item > div{
  margin-bottom: min(2.9vw, 40px);
}
.lead__place::before {
  content: '';
  background: url('../img/location_icon.svg') center/100% no-repeat;
  width: 25px;
  height: 30px;
  display: block;
  position: absolute;
  left: calc(50% - 77px);
  top: 50%;
  transform: translateY(-50%);
}
.lead__em {
  position: relative;
  height: 95px;
  font-size: 26px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 8px 0 0;
}
.lead__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  padding: 0 56px 0 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, .8);
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,.1);
  width: 100%;
  height: 72px;
  margin: 0 auto;
  border: 1px solid rgba(247, 247, 247, .6);
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,.1);
  color: #0d2944;
}
.c-button-round-cercle-form {
  left: 0;
  width: 100%;
  height: 102%;
  padding: 0 56px 0 40px;
  background-color: #0e6eb8;
  -webkit-clip-path: inset(24% 3% 21% 87% round 40px);
  position: absolute;
  top: -1px;
  border-radius: 100px;
  clip-path: inset(24% 3% 21% 87% round 40px);
  transition: clip-path .65s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform .65s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path .65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.lead__button.lead__button-width {
  max-width: 360px;
}
.c-button-round-content {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  height: 100%;
}
.c-button-round-text {
  color: #fff;
  text-decoration: underline;
}
.c-button-round-icon{
  position: absolute;
  top: 50%;
  right: -32px;
  width: 14px;
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translateY(calc(-50% - 8px));
  transform: translateY(calc(-50% - 8px));
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-lead__title {
    max-width: 1004px;
  }
  .p-lead__subtitle {
    font-size: 3vw;
  }
  /* .p-lead__textbox {
    padding: 22px 6vw;
  } */
}
.lead__date {
  font-size: 2.4rem;
}
.lead__date-em {
  font-size: 4.8rem;
}
.lead__time {
  padding: 0 0 8px 0 ;
}
.lead__button {
  max-width: none;
  border: 1px solid rgba(247,247,247,0.6);
}
.lead__info {
  font-size: 1.8rem;
}
.u-linlk-pdf {
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.u-linlk-pdf:hover {
  opacity: 0.4;
}
.u-linlk-pdf::before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  background: #106EB7;
  text-decoration: none;
}
@media (min-width: 2500px) and (max-width: 3000px) {
  .l-lead {
    margin-top: -11%;
  }
}
@media (min-width: 2000px) and (max-width: 2500px) {
  .l-lead {
    margin-top: -13%;
  }
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .l-lead {
    margin-top: -17%;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .l-lead {
    margin-top: -20%;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .l-lead {
    margin-top: -20%;
  }
}
@media (min-width: 1080px) and (max-width: 1280px) {
  .l-lead {
    margin-top: -19%;
  }
}
@media (min-width: 900px) and (max-width: 1080px) {
  .l-lead {
    margin-top: -17%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .l-lead {
    margin-top: -16%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  /* .lead__em, */
  .lead__time {
    font-size: 1.8rem;
  }
  .lead__em {
    font-size: 2.5rem;
  }
}
@media (max-width: 1120px) {
  .lead__em {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .p-lead__wrap {
    background: url('../img/lead_bk_sp.png') center/cover no-repeat;
    padding: 6vw 2.65vw 2vw;
    font-size: 1.6rem;
  }
  .p-lead__textbox-wrap {
    margin: 0 auto;
    padding: 6.4vw 4vw;
    gap: 40px;
    background: url(/assets/img/index/lead_bk_inner_sp.png) center / cover no-repeat;
  }
  .p-lead__textbox {
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .p-lead__textbox:before{
    content: '';
    display: block;
    width: 92%;
    height: 1px;
    border-bottom: 1px solid #fff;
    border-right: none;
    position: absolute;
    top: -8.5vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-lead__subtitle {
    font-size: 1.4rem;
    padding: 0 0 4vw;
    font-size: 4.6vw;
  }
  .l-lead {
    margin-top: calc(-674px + 572px);
    padding-bottom: 40px;
  }
  .l-lead .l-container {
    padding: 0 10px;
  }
  .lead__textbox-item {
    width: 100%;
    max-width: none;
  }
  .lead__textbox-item:first-child{
    margin: 0;
    margin-bottom: 14.2vw;
  }
  .lead__textbox-item > div{
    margin-bottom: 7.4vw;
  }
  .lead__textbox-item:first-child > div{
    margin-bottom: -2.4vw;
  }
  .lead__place {
    font-size: 2.6rem;
  }
  .lead__place::before {
    width: 22px;
    left: calc(50% - 60px);
  }
  .lead__em {
    font-size: 2rem;
  }
  .lead__date {
    font-size: 1.6rem;
  }
  .lead__date-em {
    font-size: 4rem;
  }
  .lead__info {
    text-align: left;
    font-size: 1.4rem;
  }
  .c-button-round {
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
  }
  .c-button-round::after {
    display: block;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    width: 32px;
    height: 32px;
    margin: auto;
    background: url(/assets/img/index/icon_arrow.svg) center no-repeat;
    background-size: 32px;
    content: "";
  }
  .c-button-round-cercle {
    display: none;
  }
}
@media (max-width: 320px) {
  .p-lead__subtitle {
    font-size: 1.1rem;
  }
}
/* about */
.about{
  background-color: #FFFFFF;
  padding-bottom: 64px;
}
.about__text {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.9;
}
.about__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  max-width: 928px;
  border-radius: 16px;
  margin: 64px auto 0;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.12), 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
  /* 下記削除で動画表示 */
  display: none;
}
.about__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .about{
    padding-bottom: 40px;
  }
  .about__text {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.7;
  }
  .about__video {
    margin: 40px auto 0;
  }
}
/* PROGRAM  */
#program{
  padding-top: 64px;
  background-color: #FFF;
}
.program__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.program__item {
  display: flex;
  gap: 16px;
}
.program__textbox {
  width: 100%;
}
.program__heading {
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  #program{
    padding: 40px 0;
  }
  .program__wrap {
    gap: 16px;
  }
  .program__item {
    gap: 8px;
  }
  .program__heading {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .program__text {
    font-size: 1.2rem;
  }
}
/* outline */
#outline{
  background-color: #F3F3F3;
}
.l-outline{
  background-color: #F3F3F3;
}
.outline__tabs {
  display: flex;
  text-align: center;
  font-size: 3.2rem;
  font-family: 'Comfortaa', sans-serif;
  background-color: rgba(11, 12, 31, 0.05);
  border-radius: 16px 16px 0 0;
  cursor: pointer;
}
.outline__tab {
  width: 50%;
  font-size: 3.2rem;
  padding: 24px 0;
  line-height: 1;
  color: #a4afc2;
}
.outline__tab:hover{
  color: #106eb7;
}
.outline__tab.is-active {
  color: #106eb7;
  background-color: #fff;
  position: relative;
}
.outline__tab.is-active:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: #106eb7;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.outline__tab:first-child {
  border-radius: 16px 0 0;
}
.outline__tab:last-child {
  border-radius: 0 16px 0 0;
}
.outline__contents {
  padding: 0 96px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.outline__items {
  display: none;
  padding: 80px 0;
}
.outline__items.is-show {
  display: block;
}
.l-outline__item:not(:last-child) {
  padding: 0 0 80px;
}
.outline__heading {
  font-size: 3.6rem;
  text-align: center;
  padding: 0 0 40px;
  line-height: 1.3;
}
.outline__heading span{
  font-size: 2.4rem;
}
.outline__concept {
  font-size: 4.5rem;
  text-align: center;
  position: relative;
}
.outline__speaker__wrap:not(:last-child) {
  margin: 0 0 60px;
}
.outline__introduction {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 8px;
}
.outline__affiliation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.outline__speaker {
  flex: 1 1 auto;
}
.outline__image {
  flex: 0 0 120px;
  border-radius: 50%;
}
.outline__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}
.outline__name {
  font-size: 2.4rem;
  font-weight: 500;
}
.outline__position {
  font-size: 1.4rem;
}
.outline__logo {
  max-width: 77px;
}
.outline__agenda {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #F3F3F3;
}
.outline__topic {
  font-size: 1.6rem;
  width: calc(100% - 161px);
}
.outline__anchor {
  width: 142px;
  display: block;
  text-decoration: none;
  background: #fff;
  font-size: 1.4rem;
  padding: 6px 25px 5px 13px;
  border-radius: 18px;
  color: #234056;
  border: 1px solid #152634;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.outline__anchor:hover {
  background: #152634;
  color: #fff;
  text-decoration: underline;
}
.outline__anchor.u-text-blue {
  border: 1px solid #106EB7;
  color: #106EB7;
  white-space: nowrap;
}
.outline__anchor.u-text-blue:hover {
  background-color: #106EB7;
  color: #fff;
}
.outline__anchor.u-text-red {
  border: 1px solid #C40D24;
  color: #C40D24;
  white-space: nowrap;
}
.outline__anchor.u-text-red:hover {
  background-color: #C40D24;
  color: #fff;
}
.outline__anchor.u-text-dark-blue {
  white-space: nowrap;
}
.outline__anchor.u-text-dark-blue:hover {
  background-color: #5b6882;
  color: #fff;
  border-color: #5b6882;
}
.outline__anchor::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/arrow_down_normal.svg') no-repeat center center / contain;
}
.outline__anchor.u-text-blue::after {
  background: url('../img/arrow_down_b.svg') no-repeat center center / contain;
}
.outline__anchor.u-text-red::after {
  background: url('../img/arrow_down_r.svg') no-repeat center center / contain;
}
.outline__anchor:hover::after {
  background: url('../img/arrow_down_w.svg') no-repeat center center / contain;
}

.timetable__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #DCDCDC;
}
.timetable__title {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.timetable__title__sip,
.timetable__title__bridge{
  display: flex;
  align-items: center;
}
.timetable__title__sip{
  margin-right: 45px;
  position: relative;
}
.timetable__title__sip::before,
.timetable__title__bridge::before {
  content: '';
  display: inline-block;
}
.timetable__title__sip::before {
  background: url('../img/logo_sip.svg') no-repeat center center / contain;
  width: 56px;
  height: 20px;
  margin-right: 8px;
}
.timetable__title__bridge::before {
  background: url('../img/logo_bridge.svg') no-repeat center center / contain;
  width: 51px;
  height: 22px;
  margin-right: 8px;
}
.timetable__title__sip::after {
  content: '';
  display: inline-block;
  background: url('../img/icon_separator.svg') no-repeat center center / contain;
  width: 34px;
  height: 28px;
  position: absolute;
  right: -40px;
  top: 1px;
}
.timetable__time{
  width: auto;
  color: #0d2944;
  font-weight: bold;
  font-size: 1.6rem;
}
.timetable__lists {
  padding: 32px 0 80px 0;
}
.timetable__lists:last-child {
  padding: 24px 0 0 0;
}
.timetable__item {
}
.timetable__item:not(:last-child) {
  margin: 0 0 60px;
}
.timetable__detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.timetable__program {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.timetable__agenda {
  line-height: 1.7;
  font-size: 1.8rem;
}
.timetable__name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.js-accordion .timetable__agenda{
    display: none;
}
.js-accordion .timetable__name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.js-accordion-btn{
  font-size: 1.4rem;
  border: 1px solid #141f35;
  border-radius: 18px;
  padding: 5px 27px 6px 14px;
  position: relative;
}
.js-accordion-btn span:last-child{
  display: none;
}
.on .js-accordion-btn span:last-child{
  display: block;
}
.on .js-accordion-btn span:first-child{
  display: none;
}
.js-accordion-btn:after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url('../img/icon_add.svg') no-repeat center center / contain;
  background-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}
.on .js-accordion-btn:after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url('../img/icon_remove.svg') no-repeat center center / contain;
  background-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}


.outline__date {
  margin: 0 auto;
  width: 100%;
}
.outline__date tr {
  border-top: 1px solid #DCDCDC;
}
.outline__date tr:last-child {
  border-bottom: 1px solid #DCDCDC;
}
.outline__date th {
  background: #F8F8F8;
  width: 15.92%;
}
.outline__date th,.outline__date td {
  padding: 25px 16px;
  font-size: 1.8rem;
  font-weight: 400;
}
.outline__date__address{
  display: flex;
  align-items: center;
}
.outline__map {
  font-weight: 500;
  font-size: 1.2rem;
  padding: 7px 28px 7px 14px;
  border: 1px solid #106EB7;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  display: inline-block;
  margin-left: 1.5em;
  transition: all 0.3s;
}
.outline__map::after {
  right: 10px;
}
.outline__map:hover {
  color: #fff;
  background-color: #106EB7;
  transition: background-color 0.3s, color 0.3s;
}
.outline__map:hover::after{
  background: url(../img/new_window_w.svg) center/cover no-repeat;
  width: 10.5px;
  height: 10.5px;
  right: 10px;
}
.outline__entry::after {
  background: url('../img/icon_arrow_b.svg') center/14px no-repeat #fff;
}
.outline__info {
  text-align: center;
  padding-top: 40px;
}
.outline__info.entry{
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .outline__concept {
    font-size: 4.5rem;
  }
  .outline__date__address{
    display: block;
  }
}
@media (max-width: 1080px) {
  .timetable__title {
    display: block;
  }
  .timetable__title__sip{
    margin-bottom: 10px;
  }
  .timetable__title__sip::after{
    display: none;
  }
  .timetable__flex.bottom {
    align-items: end;
  }
}
@media (max-width: 768px) {
  .l-container__tab {
    padding: 0 10px;
  }
  .js-accordion-btn{
    font-size: 1.2rem;
    padding: 4px 19px 4px 9px;
  }
  .js-accordion-btn:after {
    width: 7px;
    height: 7px;
    background-size: 7px;
    right: 9px;
  }
  .on .js-accordion-btn:after {
    width: 7px;
    height: 7px;
    background-size: 7px;
    right: 9px;
  }
  .outline__tab {
    font-size: 2rem;
    padding:19px;
  }
  .outline__items {
    padding: 40px 0;
  }
  .outline__contents {
    padding: 0 14px;
  }
  .outline__tabs {
    border-radius: 8px 8px 0 0;
  }
  .outline__tab:first-child {
    border-radius: 8px 0 0;
  }
  .outline__tab:last-child {
    border-radius: 0 8px 0 0;
  }
  .outline__tab.is-active:after {
    width: 40px;
    height: 3px;
    border-radius: 2px;
  }  
  .l-outline__item:not(:last-child) {
    padding: 0 0 64px;
  }
  .outline__speaker__wrap:not(:last-child){
    margin-bottom: 40px;
  }
  .outline__introduction {
    gap: 8px;
  }
  .outline__heading {
    font-size: 2.4rem;
    padding: 0 0 24px;
  }
  .outline__heading span{
    font-size: 1.6rem;
  }
  .outline__concept{
    font-size: 2.8rem;
    max-width: 400px;
    margin: 0 auto;
  }
  .outline__concept::before,
  .outline__concept::after {
    width: 17px;
    height: 15px;
  }
  .outline__name {
    font-size: 2rem;
    font-weight: 700;
  }
  .outline__name span {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .outline__position {
    font-size: 1.4rem;
  }
  .outline__agenda {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 4px;
  }
  .outline__image {
    flex: 0 0 21.33vw;
  }
  .outline__logo {
    width: 13.84vw;
    min-width: 51px;
  }
  .outline__topic {
    width: 100%;
  }
  .outline__anchor{
    font-size: 1.2rem;
    width: auto;
  }
  .outline__anchor::after{
    top: 54%;
  }
  .timetable__title {
    font-size: 1.6rem;
    display: block;
  }
  .timetable__title__sip{
    margin: 0 0 8px 0;
    align-items: center;
  }
  .timetable__title__sip::before{
    width: 48px;
    height: 17px;
    margin-right: 4px;
  }
  .timetable__title__sip::after{
    display: none;
  }
  .timetable__title__bridge{
    align-items: center;
  }
  .timetable__title__bridge::before{
    width: 48px;
    height: 20px;
    margin-right: 4px;
  }
  .timetable__time{
    font-size: 1.2rem;
  }
  .timetable__lists,
  .timetable__lists:last-child{
    padding:  24px 0;
  }
  .timetable__program {
    font-size: 2rem;
  }
  .timetable__item {
    flex-direction: column;
    gap: 8px;
  }
  .timetable__item:not(:last-child){
    margin: 0 0 40px;
  }
  .timetable__name {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .timetable__agenda {
    font-size: 1.4rem;
  }
  .outline__date th,.outline__date td {
    display: block;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .outline__date th {
    width: 100%;
  }
  .outline__map  {
    display: block;
    width: fit-content;
    margin: 8px 0 0;
  }
  .outline__entry {
    width: 100%;
  }
  .outline__info {
    text-align: left;
  }
  .outline__info.entry{
    font-size: 1.4rem;
  }
}
/* project */
.project__inner {
  display: flex;
}
.project__item {
  padding: 80px 0;
  width: 50%;
}
.project__item:first-child {
  display: flex;
  justify-content: end;
  padding: 64px 92px 64px 0;
}
.project__item:last-child {
  display: flex;
  justify-content: start;
  padding: 64px 0 64px 92px;
}
.project__box {
  width: 32.84vw;
  max-width: 470px;
}
.project__image {
  width: 19.58vw;
  max-width: 280px;
  padding: 0 0 40px;
}
.project__image__bridge {
  width: 16vw;
}
.project__box__bridge {
  color: #A50F22;
}
.project__box__sip {
  color: #104C7C;
}
.project__heading {
  font-size: 3rem;
  line-height: 1.4;
  padding: 0 0 8px;
}
.project__text {
  padding: 0 0 40px;
  font-size: 1.8rem;
}
.project__btn {
  margin: 16px 0 0;
}
@media (max-width: 768px) {
  .project__inner {
    flex-direction: column;
  }
  .project__item {
    width: 100%;
    padding: 64px 24px!important;
  }
  .project__box {
    width: 100%;
  }
  .project__image {
    width: 100%;
    max-width: 130px;
  }
  .project__heading {
    font-size: 2.4rem;
  }
  .project__item:first-child {
    display: block;
  }
  .project__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 320px) {
  .project__btn__summary {
    font-size: 13px;
  }
}
/* ministry */
.ministry{
  background-color: #0E6EB8;
  color: #FFFFFF;
  padding: 64px 0;
}
.ministry__inner{
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.ministry__hedding{
  font-size: 3rem;
  text-align: center;
  margin-bottom: 16px;
}
.ministry__text{
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 1.8rem;
}
.ministry__btn{
  display: flex;
  justify-content: center;
}
.ministry__btn > a:last-child{
  margin-left: 16px;
}
@media (max-width: 768px) {
  .ministry__hedding{
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: left;
  }
  .ministry__text{
    font-size: 1.4rem;
  }
  .ministry__btn{
    display: block;
  }
  .ministry__btn > a{
    max-width: 215px;
    width: 100%;
    height: 40px;
  }
  .ministry__btn > a:last-child{
    margin: 16px 0 0;
  }
}

/* media */
.media{
  background-color: #FFFFFF;
  padding: 64px 0;
}
.media__inner{
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.media__title{
  line-height: 1.4;
  margin-bottom: 24px;
  font-size: 3.4rem;
}
.media__text{
  font-size: 2.5rem;
  margin-bottom: 40px;
  padding:  0 20px;
  text-align: center;
}
.media__hashTags {
  display: flex;
  justify-content: center;
  column-gap: 24px;
  padding-bottom: 24px;
}
.media__btn{
  display: flex;
  justify-content: space-between;
}
/* .media__link{
  display: flex;
  justify-content: center;
} */
@media (max-width: 768px) {
  .media {
    padding: 80px 0 64px;
}
  .media__title{
    font-size: 3.2rem;
    margin-bottom: 35px;
  }
  .media__text {
    font-size: 1.6rem;
    padding: 0;
  }
  .media__hashTags {
    padding-top: 5px;
  }
  .media__btn {
    display: block;
    margin-bottom: 0;
  }
}

/* contact */
.contact{
  text-align: center;
  margin-bottom: 68px;
  padding: 0 24px;
}
.contact .c-sec-title{
  font-weight: 500;
}
.contact__mail__txt{
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 6px;
}
.contact__mail__link{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  padding-left: 30px;
}
.contact__mail__link a{
  position: relative;
  transition: all 0.3s;
}
.contact__mail__link a:hover{
  opacity: 0.4;
}
.contact__mail__link a:before{
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icon_mail.svg) center/cover no-repeat;
  background-size: 32px;
  position: absolute;
  left: -44px;
  top: 5px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .contact{
    margin-bottom: 50px;
  }
  .contact .c-sec-title{
    font-size: 3rem;
  }
  .contact .c-sec-title{
    margin-bottom: 24px;
  }
  .contact__mail__txt{
    font-size: 1.2rem;
  }
  .contact__mail__link{
    font-size: 1.6rem;
  }
}

/* footer */
.subpage .l-footer{
  background: none;
}
.subpage .l-footer__inner{
  justify-content: center;
}
.l-footer{
  background: rgb(252,226,229);
  background: linear-gradient(52deg, rgb(252, 226, 229) 0%, rgba(252, 226, 229, 0.9388130252) 16%, rgb(217, 231, 242) 49%);
  padding: 64px 0 12px;
}
.l-footer__inner{
  max-width: 1300px;
  width: 100%;
  margin: auto;
  padding: 0 24px;
  display: flex;
  justify-content: end;
  font-size: 1.4rem;
}
.l-footer__inner > p:first-child{
  padding-right: 16px;
}
.l-footer__inner > p:last-child{
  border-left: 1px solid #000;
  padding-left: 16px;
}
.subpage .l-footer__inner > p:first-child{
  padding-right: 0;
}
.subpage .l-footer__inner > p:last-child{
  border: none;
  padding-left: 0;
}

.l-footer__link{
  color: #0D2944;
  transition: all 0.3s;
}
.l-footer__link:hover{
  opacity: 0.4;
}
@media (max-width: 768px) {
  .l-footer{
    padding: 40px 0 12px;
  }
  .l-footer__inner{
    font-size: 1.2rem;
    justify-content: space-between;
    padding: 0 24px;
    justify-content: center;
  }
  .l-footer__inner > p:first-child{
    padding-right: 8px;
  }
  .l-footer__inner > p:last-child{
    position: static;
    margin: 0;
    padding-left: 8px;
  }
}


/* btn */
.c-button-white{
  box-shadow: none;
  border: 2px solid #FFF;
  transition: background-color 0.3s, text-decoration 0.3s, border-color 0.3s;
}
.c-button-white:first-child {
  background-color: #fff;
  color: #106EB7;
}
.c-button-white:first-child span::after {
  background: url(../img/new_window_bl.svg) center/cover no-repeat;
}
.c-button-white:first-child:hover{
  background-color: #C4D6E1;
  border-color: #C4D6E1;
  text-decoration: underline;
}
.c-button-white:last-child:hover{
  background-color: #104C7C;
  border-color: #E4E8EE;
  text-decoration: underline;
}
.c-button-white-b{
  background-color: #FFF;
  border: 2px solid #106EB7;
  color: #106EB7;
  box-shadow: 0px 4px 14px 0px rgba(14, 110, 184, 0.20), 0px 2px 2px 0px rgba(14, 110, 184, 0.10);
  transition: background-color 0.3s, text-decoration 0.3s, border-color 0.3s;
}
.c-button-white-b span::after {
  background: url(../img/new_window_bl.svg) center/cover no-repeat;
}
.c-button-white-b:hover{
  background-color: #0E6EB8;
  color: #fff;
  text-decoration: underline;
}
.c-button-white-b:hover span::after {
  background: url(../img/new_window_w.svg) center/cover no-repeat;
}

.c-button-media{
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #0d2944;
  text-decoration: none;
  width: calc((100% - 16px) / 2);
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 16px 16px 16px 145px;
  min-height: 144px;
  position: relative;
  box-shadow: 0px 1.75px 4px -1px rgba(0, 0, 0, 0.14);
  transition: all 0.3s;
}
.media__btn__text {
  z-index: 3;
  font-size: 1.6rem;
}
.c-button-media:hover {
  background-color: #E4E8EE;
  color: #106EB7;
  text-decoration: underline;
}
.c-button-media::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(228, 232, 238, .5);
  position: relative;
  z-index: 2;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.c-button-media:hover::after {
  display: block;
}
.c-button-media.facebook:before{
  content: '';
  display: block;
  width: 112px;
  height: 112px;
  background: url('../img/logo_facebook.svg') center no-repeat;
  background-size: 112px 112px;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-media.youtube:before{
  content: '';
  display: block;
  width: 112px;
  height: 112px;
  background: url('../img/logo_youtube.svg') center no-repeat;
  background-size: 112px 112px;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button-media svg {
  height: 14px;
  width: 14px;
  vertical-align: middle;
  margin-left: 10px;
}
.c-button-arrow span::after{
  background: none;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(315deg);
  right: -15px;
}

@media (max-width: 768px) {
  .c-button-white:hover::after {
    right: 11px;
  }
  .c-button-media{
    font-size: 1.4rem;
    width: 100%;
    padding: 8px 8px 8px 107px;
    min-height: 96px;
  }
  .c-button-media.youtube{
    margin-top: 16px;
  }
  .c-button-media.facebook:before{
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
  .c-button-media.youtube:before{
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
}

.l-gnav__link li a.focus{
  font-weight: bold;
  position: relative;
  color: #0E6EB8;
}
.l-gnav__link li a.focus:after{
  content: '';
  display: block;
  border-bottom: 2px solid #0E6EB8;
  position: absolute;
  bottom: -28px;
  width: 120%;
  margin: auto;
  left: -8%;
}
@media (max-width: 768px) {
  .l-gnav__link li a.focus{
    font-weight: 700;
    position: relative;
  }
  .l-gnav__link li a.focus:after{
    display: none;
  }
}




/* 404ページ */
.p404{
  margin-top: 165px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}
.p404__inner{
  text-align: center;
}
.p404__text{
  max-width: 840px;
  width: 100%;
  padding: 0 50px;
}
.p404__type__main{
  font-family: 'Comfortaa', sans-serif;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
  color: #0E6EB8;
}
.p404__type__main span{
  color: #C30D23;
}
.p404__type__sub{
  font-family: 'Comfortaa', sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: #104C7C;
}
.p404__type__ja{
  font-size: 3.2rem;
  font-weight: 500;
  color: #0D2944;
  margin-top: 36px;
}
.p404__type__normal{
  font-size: 1.6rem;
  margin-top: 20px;
}
.p404__btn{
  margin-top: 36px;
  padding: 0 24px;
}
.p404__btn > a{
  margin: auto;
}
.p404__btn > a:last-child{
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p404{
    margin-top: 100px;
    padding-bottom: 72px;
  }
  .p404__type__main{
    font-size: 10rem;
  }
  .p404__type__sub{
    font-size: 3rem;
  }
  .p404__type__ja{
    font-size: 2.4rem;
  }
  .p404__type__normal{
    font-size: 1.4rem;
  }
}

/* 個人情報保護方針 */
.subpage{
  background: #fafafa;
}
.privacy{
  background: url(../img/sub_mv_bg.png) top/contain no-repeat;
  padding: 120px 0 0;
}
.privacy__inner{
  box-sizing: border-box;
  max-width: 1120px;
  width: 77.77vw;
  margin: auto;
  padding: 80px 5.55vw;
  border-radius: 16px;
  background-color: #FFF;
}
.privacy__inner a{
  transition: all 0.3s;
}
.privacy__inner a:hover{
  opacity: 0.4;
}
.privacy__inner > section{
  margin-bottom: 36px;
  line-height: 1.7;
}
.privacy__inner > section:last-child{
  margin-bottom: 0;
}
.privacy__title{
  font-size: 4.5rem;
  margin-bottom: 60px;
}
.privacy__hedding{
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 1em;
}
.privacy__hedding > span{
  margin-left: -1em;
}
.privacy__list__number{
  padding-left: 2em;
}
.privacy__list__number > li{
	list-style-type: none;
	counter-increment: cnt;
  margin-bottom: 10px;
  position: relative;
}
.privacy__list__number li:before{
  content: "（" counter(cnt) "） ";
  position: absolute;
  left: -2.5em;
}
.privacy__list__number li:last-child{
  margin-bottom: 0;
}
.privacy__list__number li > ul{
  padding-left: 1.5em;
  margin-top: 5px;
}
.privacy__list__number li > ul li{
	list-style-type: none;
	counter-increment: none;
  list-style: disc;
  margin-bottom: 0;
}
.privacy__list__number li > ul li:before{
  content: '';
}
.privacy__lp2024-header {
  background-color: unset!important;
}

@media (max-width: 768px) {
.privacy{
  background: url(../img/sub_mv_bg_sp.png) top/contain no-repeat;
  padding: 84px 6.4vw 80px;
}
.privacy__inner{
  max-width: none;
  width: inherit;
  font-size: 1.4rem;
  padding: 40px 3.73vw;
}
.privacy__inner > section{
  margin-bottom: 24px;
}
.privacy__title{
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}
.privacy__hedding{
  font-size: 2rem;
}
}

/* 2024年追記分ここから */
.lp2024-row {
  display: grid;
  grid-auto-columns: 100%;
}

.lp2024-row--large {
  row-gap: 40px;
}

.lp2024-row--small {
  row-gap: 16px;
}

.lp2024-row--xsmall {
  row-gap: 8px;
}

.lp2024-title {
  line-height: 1.5;
  color: #0D2944;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.lp2024-title--xlarge {
  font-size: 40px;
  letter-spacing: 0.4px;
}

.lp2024-title--medium {
  font-size: 28px;
}

@media (max-width: 768px) {
  .lp2024-title--xlarge {
    font-size: 28px;
  }

  .lp2024-title--medium {
    font-size: 24px;
  }
}

.lp2024-text {
  line-height: 1.7;
  color: #0D2944;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.lp2024-text-sub {
  line-height: 1.7;
  color: #0D2944;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.lp2024-button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  background-color: #106EB7;
  border-radius: 100px;
  width: 352px;
  padding: 15px 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.lp2024-button--white {
  background-color: #FFFFFF;
  border: 1px solid #106EB7;
  color: #106EB7;
}

.lp2024-button:hover {
  background-color: #104C7C;
  text-decoration: underline;
}

.lp2024-button--white:hover {
  background-color: #C4D6E1;
  border-color: #C4D6E1;
}

.lp2024-button--large {
  padding: 18px 0;
  width: 480px;
}

.lp2024-button--blank::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/new_window_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.lp2024-button--white.lp2024-button--blank::after {
  background-image: url(../img/new_window_bl.svg);
}

.lp2024-button__wrap--center {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .lp2024-button {
    width: 100%;
  }

  .lp2024-button--spSmallText {
    font-size: 16px;
  }

  .lp2024-button__wrap {
    margin: 0 -16px;
  }
}

.lp2024-smallBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #106EB7;
  border-radius: 100px;
  box-shadow: 0px 2px 2px 0px #0E6EB81A;
  min-width: 90px;
  padding: 4px 16px;
  color: #106EB7;
  line-height: 1.7;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.3s;
}

.lp2024-smallBtn:hover {
  color: #fff;
  background-color: #106EB7;
  transition: background-color 0.3s, color 0.3s;
}

.lp2024-rippleBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  position: relative;
  background-color: #FF5100;
  border: 1px solid #FF5100;
  box-shadow: 0px 4px 6px 0px #0000001A;
  border-radius: 100px;
  width: 480px;
  padding: 18px 56px 18px 40px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.lp2024-rippleBtn--white {
  background-color: #FFFFFF;
  border-color: #106EB7;
  color: #106EB7;
}

.lp2024-rippleBtn__circle {
  padding: 0 56px 0 40px;
  background-color: #FFFFFF;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  border-radius: 100px;
  clip-path: inset(16px 16px 16px calc(100% - 56px) round 40px);
  transition: clip-path .65s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform .65s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path .65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.lp2024-rippleBtn--white .lp2024-rippleBtn__circle {
  background-color: #0E6EB8;
}

.lp2024-rippleBtn-fin {
  background-color: #EAEBEC;
  color: #A4AFC2;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  position: relative;
  box-shadow: 0px 4px 6px 0px #0000001A;
  border-radius: 100px;
  width: 480px;
  padding: 18px 56px 18px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.lp2024-rippleBtn__content {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 100%;
}

.lp2024-rippleBtn__content__text {
  color: #FF5100;
  text-decoration: underline;
}

.lp2024-rippleBtn--white .lp2024-rippleBtn__content__text {
  color: #FFFFFF;
}

.lp2024-rippleBtn__content__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -28px;
  width: 14px;
  height: 14px;
}

.lp2024-rippleBtn__content__icon--arrow {
  background-image: url(../img/icon_arrow_o.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

.lp2024-rippleBtn--white .lp2024-rippleBtn__content__icon--arrow {
  background-image: url(../img/icon_arrow_w.svg);
}

.lp2024-rippleBtn:hover {
  border-color: transparent;
}

.lp2024-rippleBtn:hover .lp2024-rippleBtn__circle {
  border: 1px solid #FF5100;
  clip-path: inset(0 round 4.25rem);
}

.lp2024-rippleBtn--white:hover .lp2024-rippleBtn__circle {
  border: 1px solid #106EB7;
}

@media (max-width: 768px) {
  .lp2024-rippleBtn {
    width: 100%;
  }

  .lp2024-rippleBtn--spTwoLines {
    padding: 6px 56px 7px 40px;
    text-align: center;
  }

  .lp2024-rippleBtn .spSmallText {
    display: block;
    font-size: 16px;
  }

  .lp2024-rippleBtn--spTwoLines .lp2024-rippleBtn__circle {
    clip-path: inset(18px 16px 18px calc(100% - 56px) round 40px);
  }
}

.lp2024-hashtagBtn {
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #A4AFC2;
  border-radius: 100px;
  padding: 8px 20px 8px 24px;
  text-align: center;
  color: #A4AFC2;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.lp2024-hashtagBtn-sub {
  display: flex;
  align-items: flex-end;
  padding-bottom: 6px;
  line-height: 1.7;
  color: #0D2944;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.lp2024-header {
  background-color: #FFFFFF;
  padding:  0 40px;
}

.lp2024-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}

.lp2024-header__logo {
  display: flex;
  align-items: end;
  column-gap: 16px;
}

.lp2024-header__logo__sip {
  width: 104px;
}

.lp2024-header__logo__bridge {
  width: 90px;
}

.lp2024-header__logo img {
 width: 100%;
}

.lp2024-header__nav {
  display: flex;
  align-items: center;
  column-gap: 92px;
}

.lp2024-header__nav__link {
  align-items: center;
  column-gap: 32px;
}

.lp2024-header__nav__link li {
  position: relative;
  margin: 0;
  padding: 23px 8px;
}

.lp2024-header__nav__link li a {
  color: #106EB7;
  line-height: 1.7;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  white-space: noWrap;
}

.lp2024-header__nav__link li a.focus {
  position: static;
}

.lp2024-header__nav__link li a.focus:after {
  left: 0;
  bottom: 0;
  width: 100%;
}


.lp2024-header__nav__btn {
  display: block;
  background-color: #FB5B01;
  border-radius: 100px;
  padding: 8px 24px;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.7;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: noWrap;
}

.lp2024-header__nav__btn:hover {
  background-color: #D93900;
  text-decoration: underline;
}

.lp2024-header__nav__btn-fin {
  display: block;
  background-color: #EAEBEC;
  border-radius: 100px;
  padding: 8px 24px;
  text-align: center;
  color: #A4AFC2;
  line-height: 1.7;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: noWrap;
}

@media (max-width: 1120px) {
  .lp2024-header__nav {
    column-gap: 36px;
  }

  .lp2024-header__nav__link {
    column-gap: 16px;
  }

  .lp2024-header__nav__link li a {
    font-size: 16px;
  }
}


@media (max-width: 768px) {
  .lp2024-header {
    padding: 16px;
  }

  .lp2024-header__logo__sip {
    width: 70px;
  }

  .lp2024-header__logo__bridge {
    width: 62px;
  }

  .lp2024-header .l-header__menu {
    height: auto;
  }
}

.lp2024-mv {
  position: relative;
  background-image: url(../img/mv_bg_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 80px;
  padding: 72px 0 64px;
}

.lp2024-mv__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 80px;
}
.lead2024__report__inner__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.lead2024__report__inner__wrap {
  max-width: 568px;
  margin-right: 32px;
}
.lead2024__report__inner__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px; 
  letter-spacing: 3.2px;
  margin-bottom: 24px;
}
.lead2024__report__inner__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.28px;
}
.lead2024__report__inner__img {
  max-width: 568px;
  width: 48%;
}
@media (max-width: 768px){
  .lead2024__report__inner__flex {
    display: block;
  }
  .lead2024__report__inner__wrap {
    margin: 0 0 32px 0;
    max-width: 100%;
  }
  .lead2024__report__inner__title {
    font-size: 30px;
  }
  .lead2024__report__inner__img {
    width: 100%;
    max-width: 100%;
  }
}


.lp2024-mv__card {
  display: grid;
  grid-auto-columns: 100%;
  row-gap: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(6px);
  border-radius: 24px;
  padding: 46px 44px;
}

.lp2024-mv__head {
  display: grid;
  grid-auto-columns: 100%;
  row-gap: 22px;
}

.lp2024-mv__largeText {
  color: #333333;
  line-height: 1.21;
  font-weight: 700;
  font-size: 45px;
}

.lp2024-mv__text {
  padding-left: 24px;
  color: #333333;
  line-height: 1.7;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.08em;
}

.lp2024-mv__content {
  display: grid;
  grid-auto-columns: 100%;
  row-gap: 22px;
  padding-left: 24px;
}

.lp2024-mv__title {
  color: #000000;
  line-height: 1.21;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.08em;
}

.lp2024-mv__detail {
  display: grid;
  grid-auto-columns: 100%;
  row-gap: 16px;
}

.lp2024-mv__detail__schedule {
  color: #000000;
  line-height: 1.21;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.08em;
}

.lp2024-mv__detail__schedule .date {
  color: #0D6FB8;
  font-size: 50px;
}

.lp2024-mv__detail__schedule .date .dot {
  color: #FF5100;
}

.lp2024-mv__detail__place__venue {
  color: #0D6FB8;
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.lp2024-mv__detail__place__address {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 4px;
  align-items: center;
  color: #000000;
  line-height: 2;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.lp2024-mv__detail__place__address::before {
  content: '';
  display: block;
  background-image: url(../img/icon_place.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 22px;
  height: 22px;
}

.lp2024-mv__btn {
  margin-top: 32px;
  padding: 12px 56px 12px 40px;
  width: 300px;
}

.lp2024-mv__btn .lp2024-rippleBtn__circle {
  clip-path: inset(10px 10px 10px calc(100% - 50px) round 40px);
}

.lp2024-mv__btn .lp2024-rippleBtn__content__icon {
  right: -32px;
}

.lp2024-mv__badge {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  background-color: #FF5100;
  border-radius: 100px;
  top: -4px;
  right: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.lp2024-mv__badge .text {
  color: #FFFFFF;
  line-height: 26px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp2024-mv__badge .smallText {
  display: block;
  color: #FFFFFF;
  line-height: 26px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp2024-mv__down {
  position: absolute;
  background-color: #106EB7;
  background-image: url(../img/arrow_down_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
  border-radius: 100px;
  bottom: 64px;
  right: 20px;
  width: 64px;
  height: 64px;
}

@media (max-width: 768px) {
  .lp2024-mv {
    background-image: url(../img/mv_bg_sp.jpg);
    box-shadow: 0px 4px 10px 0px #0000001A;
    margin-top: 66px;
    padding: 80px 0 60px;
  }

  .lp2024-mv__inner {
    padding: 0 12px;
  }

  .lp2024-mv__card {
    row-gap: 16px;
    padding: 40px 16px 24px;
  }

  .lp2024-mv__head {
    row-gap: 16px;
  }

  .lp2024-mv__largeText {
    padding-left: 10px;
    color: #0D2944;
    line-height: 1.4;
    font-size: 29px;
    text-indent: -0.5em;
  }

  .lp2024-mv__text {
    padding-left: 0;
    color: #0D2944;
    font-weight: 600;
    font-size: 16px;
  }

  .lp2024-mv__content {
    row-gap: 8px;
    place-items: center;
    padding-left: 0;
  }

  .lp2024-mv__title {
    margin-left: 0;
    text-align: center;
    line-height: 1.4;
    font-size: 24px;
  }

  .lp2024-mv__detail {
    row-gap: 8px;
    place-items: center;
    padding-bottom: 8px;
  }

  .lp2024-mv__detail__schedule {
    font-size: 26px;
    letter-spacing: 0.05em;
  }

  .lp2024-mv__detail__schedule .date {
    font-size: 44px;
  }

  .lp2024-mv__detail__schedule .hidden-sp {
    display: none;
  }

  .lp2024-mv__detail__place {
    display: grid;
    grid-auto-columns: 100%;
    row-gap: 12px;
    place-items: center;
    min-width: 294px;
    width: calc((294 / 346) * 100%);
  }

  .lp2024-mv__detail__place__venue {
    font-size: 18px;
  }

  .lp2024-mv__detail__place__address {
    line-height: 1.5;
  }

  .lp2024-mv__btn {
    width: 100%;
  }

  .lp2024-mv__badge {
    top: -60px;
    right: 12px;
  }

  .lp2024-mv__down {
    background-size: 15px auto;
    bottom: 20px;
    right: 12px;
    width: 56px;
    height: 56px;
  }
  .lp2024-attempt {
    padding: 40px 0;
  }

  .lp2024-attempt__movie {
    grid-template-columns: none;
    row-gap: 24px;
    padding-top: 40px;
  }

  .lp2024-attempt__movie__col {
    row-gap: 8px;
  }

  .lp2024-attempt__movie__title {
    font-size: 14px;
  }
}

.lp2024-attempt {
  background-color: #F2F2F7;
  padding: 80px 0;
}

.lp2024-attempt__movie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 26px;
  padding-top: 80px;
}

.lp2024-attempt__movie__col {
  display: grid;
  grid-auto-columns: 100%;
  row-gap: 12px;
  width: 100%;
}

.lp2024-attempt__movie__thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.lp2024-attempt__movie__thumbnail iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lp2024-attempt__movie__title {
  text-align: center;
  color: #000000;
  line-height: 1.7;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.lp2024-attractions {
  padding: 64px 0;
}

.lp2024-attractions__smallTitle {
  text-align: center;
  color: #0D2944;
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.lp2024-attractions__title {
  text-align: center;
}

.lp2024-attractions__text {
  margin: 0 auto;
  max-width: 740px;
}

.lp2024-attractions__main {
  border-radius: 16px;
  background-color: #FFFFFF;
}

.lp2024-attractions__detail {
  display: grid;
  grid-template-columns: 1fr 2.28fr;
  column-gap: 40px;
  padding: 64px 40px;
}

.lp2024-attractions__detail--rightImg {
  grid-template-columns: 2.28fr 1fr;
}

.lp2024-attractions__detail__imgGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}

.lp2024-attractions__detail__img > img {
  width: 100%;
}

.lp2024-attractions_detail__img__text {
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}

.lp2024-attractions__detail__label {
  display: flex;
  align-items: center;
  column-gap: 24px;
  color: #106EB7;
  line-height: 1.7;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.lp2024-attractions__detail__label .label {
  display: block;
  background-color: #0D6FB8;
  border-radius: 8px;
  padding: 8px;
  color: #FFFFFF;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: noWrap;
}


.lp2024-attractions__detail__tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .lp2024-attractions {
    padding-bottom: 80px;
  }

  .lp2024-attractions__smallTitle {
    font-size: 18px;
  }

  .lp2024-attractions__text {
    font-size: 16px;
  }

  .lp2024-attractions__main {
    border-radius: 0;
    margin: 0 -24px;
  }

  .lp2024-attractions__detail {
    grid-template-columns: none;
    column-gap: normal;
    row-gap: 32px;
    padding: 32px 24px;
  }

  .lp2024-attractions__detail--rightImg {
    grid-template-columns: none;
  }

  .lp2024-attractions__detail__imgGrid {
    margin: 0 auto;
    width: 256px;
  }

  .lp2024-attractions__detail--rightImg .lp2024-attractions__detail__img {
    order: -1;
  }

  .lp2024-attractions__detail__label .label {
    display: none;
  }

}

.lp2024-access {
  background-color: #F2F2F7;
  padding: 64px 0;
}

.lp2024-access__title {
  text-align: center;
}

.lp2024-access__card {
  display: grid;
  grid-auto-columns: 100%;
  row-gap: 24px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
}

.lp2024-access__card__detail {
  display: grid;
  grid-auto-columns: 100%;
  row-gap: 11px;
}

.lp2024-access__card__title {
  display: flex;
  align-items: center;
  column-gap: 17px;
  color: #FF5100;
  line-height: 1.21;
  font-size: 22px;
  font-weight: 700;
}

.lp2024-access__card__title::before {
  content: '';
  display: block;
  background-image: url(../img/icon_caution.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
}

.lp2024-access__card__text {
  color: #2D2D2D;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.lp2024-access__card__text.lp2024-access__card__text--bold {
  font-weight: 500;
}

.lp2024-access__card__text .txt-orange {
  color: #FF5100;
}

.lp2024-access__card__text .txt-yellow {
  color: #CF8E01;
}

.lp2024-access__mapGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 100%;
  column-gap: 16px;
}

@media (max-width: 768px) {
  .lp2024-access__card {
    padding: 24px 16px;
  }

  .lp2024-access__card__detail {
    row-gap: 16px;
  }

  .lp2024-access__card__title {
    font-size: 20px;
    white-space: noWrap;
  }

  .lp2024-access__mapGrid {
    grid-template-columns: none;
    row-gap: 16px;
  }
}

.lp2024-timetable {
  background-color: #F2F2F7;
  padding: 64px 0;
}

.lp2024-timetable__title__wrap {
  display: grid;
  justify-content: center;
  row-gap: 8px;
}

.lp2024-timetable__smallTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  color: #000000;
  line-height: 1.5;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.lp2024-timetable__smallTitle::before,
.lp2024-timetable__smallTitle::after {
  content: '';
  display: block;
  background-color: #000000;
  width: 2px;
  height: 25.63px;
}

.lp2024-timetable__smallTitle::before {
  transform: rotate(-19.44deg);
}

.lp2024-timetable__smallTitle::after {
  transform: rotate(-160.56deg);
}

.lp2024-timetable__notice {
  display: grid;
  grid-auto-columns: 100%;
  row-gap: 8px;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 56px 32px;
}

.lp2024-timetable__notice__title {
  color: #141F35;
  line-height: 1.4;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.lp2024-timetable__notice__chkText {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  column-gap: 8px;
  color: #0D2944;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.lp2024-timetable__notice__chkText::before {
  content: '';
  display: block;
  background-image: url(../img/chk_icon_blue.svg);
  background-position: center bottom 2px;
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 24px;
  height: 24px;
}

.lp2024-timetable__notice__chkText__blackIcon::before {
  background-image: url(../img/chk_icon_black.svg);
}

.lp2024-timetable__comingSoon {
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #E4E8EE;
  border-radius: 100px;
  width: 352px;
  margin: 20px auto 0;
  padding: 15px 0;
  text-align: center;
  color: #A4AFC2;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.lp2024-timetable__comingSoon::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  box-shadow: 0px 4px 14px 0px #23405633;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp2024-timetable__comingSoon::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  box-shadow: 0px 2px 2px 0px #2340561A;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-lp2024-accordion {
  position: relative;
}

.lp2024-timetable__accordion {
  position: relative;
  height: 400px;
  overflow: hidden;
  transition: all .4s;
}

.lp2024-timetable__accordion::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
  background: linear-gradient( rgba(242, 242, 247, 0.5) 0%, rgba(242, 242, 247, 1) 100%);
}

.lp2024-timetable__accordion.is-open::after {
  display: none;
}


.lp2024-timetable__inner {
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-auto-columns: 100%;
}

.lp2024-timetable__table__more {
  color: #FF5100;
  font-weight: 700;
  text-align: right;
  margin-right: 20px;
}

.lp2024-timetable__table__times {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #E4E8EE;
  margin-top: 84px;
  padding: 40px 0;
}

.lp2024-timetable__table__times li {
  color: #0D2944;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.lp2024-timetable__table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 100%;
}

.lp2024-timetable__table__head {
  padding: 25px 0;
  height: 84px;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}

.lp2024-timetable__table__head--blue {
  background-color: #106EB7;
}

.lp2024-timetable__table__head--orange {
  background-color: #FF5100;
}

.lp2024-timetable__table__head--yellow {
  background-color: #ADB104;
}

.lp2024-timetable__table__head.column-1-2 {
  border-right: 1px solid #FFFFFF;
  border-radius: 16px 0 0 0;
}

.lp2024-timetable__table__head.column-2-3 {
  border-right: 1px solid #FFFFFF;
}

.lp2024-timetable__table__head.column-3-4 {
  border-radius: 0 16px 0 0;
}

.lp2024-timetable__table .column-1-2 {
  grid-column: 1 / 2;
}

.lp2024-timetable__table .column-1-3 {
  grid-column: 1 / 3;
}

.lp2024-timetable__table .column-2-3 {
  grid-column: 2 / 3;
}

.lp2024-timetable__table .column-3-4 {
  grid-column: 3 / 4;
}

.lp2024-timetable__table .row-1-2 {
  grid-row: 1 / 2;
}

.lp2024-timetable__table .row-2-3 {
  grid-row: 2 / 3;
}

.lp2024-timetable__table .row-2-4 {
  grid-row: 2 / 4;
}

.lp2024-timetable__table .row-3-4 {
  grid-row: 3 / 4;
}

.lp2024-timetable__table .row-4-5 {
  grid-row: 4 / 5;
}

.lp2024-timetable__table .row-5-6 {
  grid-row: 5 / 6;
}

.lp2024-timetable__table .row-5-7 {
  grid-row: 5 / 7;
}

.lp2024-timetable__table .row-5-9 {
  grid-row: 5 / 9;
}

.lp2024-timetable__table .row-6-7 {
  grid-row: 6 / 7;
}

.lp2024-timetable__table .row-7-8 {
  grid-row: 7 / 8;
}

.lp2024-timetable__table .row-8-9 {
  grid-row: 8 / 9;
}

.lp2024-timetable__table .row-9-10 {
  grid-row: 9 / 10;
}

.lp2024-timetable__table__inner,
.lp2024-timetable__table__empty {
  border-bottom: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  background-color: #FFFFFF;
}

.lp2024-timetable__table__inner.lp2024-timetable__table__inner--noBorder {
  border-bottom: none;
}

.lp2024-timetable__table__content--l-height {
 min-height: 632px;
}

.lp2024-timetable__table__content--hover {
  position: relative;
  height: 100%;
  padding-bottom: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lp2024-timetable__table__content--hover:hover {
  background-color: #FFF7F8;
}

.lp2024-timetable__table__content--hover::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #FF5100;
  transform: rotate(-45deg);
}


.lp2024-timetable__table__items {
  padding: 24px;
}

.lp2024-timetable__table__titles {
  display: grid;
  row-gap: 8px;
  grid-auto-columns: 100%;
}

.lp2024-timetable__table__time {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.lp2024-timetable__table__time > .time {
  color: #106EB7;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;  
}

.lp2024-timetable__table__time > .label {
  width: 80px;
  padding: 6px 0 5px;
  border-radius: 4px;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.lp2024-timetable__table__time > .label.label--blue {
  background-color: #0E6EB8;
}

.lp2024-timetable__table__time > .label.label--orange {
  background-color: #FF5100;
}

.lp2024-timetable__table__title {
  color: #000000;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;  
}

.lp2024-timetable__table__title--small {
  font-weight: 400;
}

.lp2024-timetable__table__guest {
  color: #000000;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;  
}

.lp2024-timetable__table__guest--sub {
  color: #000000;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;  
}

.lp2024-timetable__table__tags {
  display: flex;
  row-gap: 8px;
  flex-direction: column;
  padding-top: 24px;
}

.lp2024-timetable__table__tags li {
  border: 1px solid #A4AFC2;
  border-radius: 100px;
  padding: 8px 20px 8px 24px;
  width: max-content;
  color: #A4AFC2;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.lp2024-timetable__table__content--hover:hover .lp2024-timetable__table__time > .time,
.lp2024-timetable__table__content--hover:hover .lp2024-timetable__table__title {
  text-decoration: underline;
}

.lp2024-timetable__table__content--hover:hover .lp2024-timetable__table__tags li {
  background-color: #FFFFFF;
  border-color: #106EB7;
  color: #106EB7;
}

.lp2024-timetable__table__fixHeader {
  display: grid;
  position: fixed !important;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 100%;
  top: -84px;
  z-index: 1;
  transition: top .4s;
}

.lp2024-timetable__table__fixHeader.is-fixed {
  top: 80px;
}

.lp2024-timetable__table__fixHeader .lp2024-timetable__table__head:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}

.lp2024-timetable__notes {
  display: grid;
  row-gap: 8px;
  grid-auto-columns: 100%;
  padding-top: 32px;
}

.lp2024-timetable__notes li {
  color: #2D2D2D;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.lp2024-timetable__notes li > .icon {
  margin-right: 8px;
  color: #FF5100;
}


.lp2024-timetable__btn {
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  border: 2px solid #106EB7;
  border-radius: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 352px;
  height: 64px;
  padding: 14px 0;
  text-align: center;
  color: #0D6FB8;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background-color 0.3s, color 0.3s;
}

.lp2024-timetable__btn:hover {
  background-color: #C4D6E1;
  border-color: #C4D6E1;
  text-decoration: underline;
}

.lp2024-timetable__accordion.is-open ~ .lp2024-timetable__btn {
  position: relative;
  margin: 32px auto 0;
}

.lp2024-timetable__accordion.is-open ~ .lp2024-timetable__btn .text-open {
  display: none;
}

.lp2024-timetable__btn .text-close {
  display: none;
}

.lp2024-timetable__btn .text-close::before {
  content: '';
  display: block;
  background-image: url(/assets/img/common/icon_close_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  width: 24px;
  height: 24px;
}

.lp2024-timetable__accordion.is-open ~ .lp2024-timetable__btn .text-close {
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: center;
  padding-right: 24px;
}

.lp2024-timetable__btn::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  box-shadow: 0px 4px 14px 0px #23405633;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp2024-timetable__btn::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  background-image: none;
  box-shadow: 0px 2px 2px 0px #2340561A;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .lp2024-timetable__accordion {
    height: 360px;
  }

  .lp2024-timetable {
    padding-bottom: 80px;
  }

  .lp2024-timetable__notice {
    border-radius: 0;
    margin: 0 -24px;
    padding: 32px 24px;
  }

  .lp2024-timetable__notice__chkText {
    align-items: start;
  }

  .lp2024-timetable__comingSoon {
    margin-top: 0;
    width: 100%;
  }

  .lp2024-timetable__content {
    position: relative;
    padding-top: 62px;
  }

  .lp2024-timetable__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: top .4s;
  }

  .lp2024-timetable__tabs.is-fixed {
    background-color: #FFFFFF;
    position: fixed;
    top: 67px;
    left: 24px;
    right: 24px;
    width: auto;
    z-index: 10;
  }

  .lp2024-timetable__tabs li {
    background-color: #DCDCDC;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    color: #989898;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: noWrap;
  }

  .lp2024-timetable__tabs li.is-active {
    color: #FFFFFF;
  }

  .lp2024-timetable__tabs li.tab--blue.is-active {
    background-color: #106EB7;
  }

  .lp2024-timetable__tabs li.tab--orange.is-active {
    background-color: #FF5100;
  }

  .lp2024-timetable__tabs li.tab--yellow.is-active {
    background-color: #ADB104;
  }

  .lp2024-timetable__tabs li.is-active::after {
    content: none;
  }


  .lp2024-timetable__tabs li:first-of-type {
    border-radius: 24px 0 0 0;
  }

  .lp2024-timetable__tabs li:last-of-type {
    border-radius: 0 24px 0 0;
    border-left: 1px solid #F2F2F7;
  }

  .lp2024-timetable__tabs.is-fixed li:first-of-type,
  .lp2024-timetable__tabs.is-fixed li:last-of-type {
    border-radius: 0;
  }

  .lp2024-timetable__tabContents > .outline__items {
    padding: 0;
  }

  .lp2024-timetable__inner {
    grid-template-columns: 75px calc(100% - 75px);
  }
  
  .lp2024-timetable__inner.lp2024-timetable__inner--blue {
    border: 3px solid #106EB7;
  }

  .lp2024-timetable__inner.lp2024-timetable__inner--orange {
    border: 3px solid #FF5100;
  }

  .lp2024-timetable__inner.lp2024-timetable__inner--yellow {
    border: 3px solid #ADB104;
  }

  .lp2024-timetable__table__times {
    margin-top: 0;
  }

  .lp2024-timetable__table {
    grid-template-columns: none;
  }

  .lp2024-timetable__table__inner {
    border-right: none;
  }

  .lp2024-timetable__table__blank {
    border-bottom: 1px solid #DCDCDC;
    background-color: #FFFFFF;
  }

  .lp2024-timetable__table__blank--small {
    height: 139px;
  }

  .lp2024-timetable__table__blank--middle {
    height: 507px;
  }

  .lp2024-timetable__table__blank--large {
    height: 1233px;
  }

  .lp2024-timetable__table__content--l-height {
    min-height: 0;
  }

  .lp2024-timetable__table__tags li {
    max-width: 100%;
  }

  .lp2024-timetable__notes {
    padding-top: 24px;
  }

  .lp2024-timetable__btn {
    width: 100%;
  }

  .lp2024-timetable__accordion.is-open ~.lp2024-timetable__btn {
    margin-top: 24px;
  }

  .lp2024-timetable__accordion.is-open ~.lp2024-timetable__btn .text-close {
    column-gap: 16px;
    padding-right: 16px;
  }
}

.lp2024-request {
  background-image: url(../img/request_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 76px 0;
}

.lp2024-request__card {
  display: grid;
  grid-auto-columns: 100%;
  row-gap: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(6px);
  border-radius: 24px;
  padding: 40px 32px;
}

.lp2024-request__title {
  text-align: center;
}

.lp2024-mediaRequest {
  padding: 64px 0;
}

.lp2024-mediaRequest__row {
  display: grid;
  grid-auto-columns: 100%;
  row-gap: 24px;
}

.lp2024-mediaRequest__title {
  color: #0D2944;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.lp2024-mediaRequest__text {
  color: #000000;
  letter-spacing: 0.04em;
}

.lp2024-mediaRequest__detail {
  display: flex;
  column-gap: 8px;
}

.lp2024-mediaRequest__detail__label {
  color: #000000;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: noWrap;
}

.lp2024-mediaRequest__detail__inner {
  display: flex;
  align-items: end;
  column-gap: 24px;
}

.lp2024-mediaRequest__detail__text {
  color: #000000;
  letter-spacing: 0.04em;
}

.lp2024-mediaRequest__detail__text--red {
  color: #ED001F;
}

.lp2024-request__btnWrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .lp2024-request {
    background-image: url(../img/request_bg_sp.jpg);
    padding: 70px 0 44px;
  }

  .lp2024-request__card {
    padding: 40px 24px;
  }

  .lp2024-request .lp2024-row--large {
    row-gap: 24px;
  }

  .lp2024-request__btnWrap {
    margin: 0 -12px;
  }

  .lp2024-mediaRequest__title {
    line-height: 1.9;
    font-size: 22px;
    letter-spacing: 0.4px;
    white-space: noWrap;
  }

  .lp2024-mediaRequest__detail--spColumn {
    flex-direction: column;
    row-gap: 8px;
  }

  .lp2024-mediaRequest__detail__inner {
    flex-direction: column;
    align-items: start;
    row-gap: 8px;
    padding-bottom: 40px;
  }
}

.js-modal-overlay {
  background-color: rgba(0,0,0,.6);
  opacity: 0;
  transition: all .6s;
}

.js-modal-overlay.on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  opacity: 1;
  transition: all .6s;
}

.js-modal-overlay.fade-out{
  opacity: 0;
}

.js-modal-contents {
  max-width: 1080px;
  width: 80%;
  height: 100vh;
  margin: auto;
  padding: 104px 0 50px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  opacity: 0;
  overflow-y: scroll;
  transition: all .6s;
  pointer-events: none;
}

.js-modal-contents::-webkit-scrollbar{
  display: none;
}

.js-modal-contents > div {
  position: relative;
}

.js-modal-contents-image {
  padding: 0 30px;
}

.js-modal-contents-btn {
  display: flex;
  align-items: center;
  column-gap: 8px;
  position: absolute;
  top: -54px;
  right: 30px;
  color: #FFFFFF;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: all .5s;
}

.js-modal-contents-btn::after {
  content: '';
  display: block;
  background-color: #106EB7;
  background-image: url(/assets/img/common/icon_close_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  width: 32px;
  height: 32px;
}


.js-modal-contents-btn:hover {
  opacity: .7;
}

.js-modal-contents.on{
  opacity: 1;
  transition: all 1s;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .js-modal-contents {
    width: 100%;
    padding-top: 64px;
  }

  .js-modal-contents-image {
    padding: 0 20px;
  }

  .js-modal-contents-btn {
    right: 20px;
    top: -42px;
    font-size: 20px;
  }

  .js-modal-contents-btn::after {
    background-size: 16px auto;
    width: 30px;
    height: 30px;
  }
}


@media (max-width: 1200px) {

}


.guest {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: calc((190/ 960) * 100%) 1fr;
  row-gap: 16px;
  column-gap: 32px;
}


.guest__img {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  max-width: 190px;
  width: 100%;
}

.guest__img > img {
  width: 100%;
}

.guest__information {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

.guest__name {
  line-height: 1.7;
  color: #0d2944;
  font-size: 2.4rem;
}

.guest__profession {
  line-height: 1.7;
  color: #3b4c64;
  font-size: 1.6rem;
}

.guest__detail {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.6rem;
}

.guest__row {
  display: grid;
  row-gap: 44px;
}

@media (max-width: 768px) {
  .guest {
    grid-template-columns: calc((120 / 327) * 100%) 1fr;
    column-gap: 16px;
  }
  
  .guest__img {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  
  .guest__information {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  
  .guest__name {
    font-size: 2rem;
  }
  
  .guest__profession {
    font-size: 1.2rem;
  }
  
  .guest__detail {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    font-size: 1.4rem;
  }
  
  .guest__row {
    row-gap: 32px;
  }
}


/* lp2025 */
.lp2025-header.is-floating {
  background-color: #fff!important;
}
@media (max-width: 1200px) {
  .lp2025-header .lp2024-header__nav {
    column-gap: 20px;
  }
  .lp2025-header .l-gnav__link.lp2024-header__nav__link {
    column-gap: 12px;
  }
}
@media (min-width: 1121px) {
  .lp2025-header .lp2024-header__nav {
    column-gap: 30px;
  }
  .lp2025-header .lp2024-header__nav__link br,
  .lp2025-header .lp2024-header__nav__btn br {
    display: none;
  }
}
@media (max-width: 1120px) {
  .lp2025-header.lp2024-header {
    padding-inline: 20px;
  }
  .lp2025-header .lp2024-header__nav__link li a {
    display: block;
    text-align: center;
    line-height: 1.25;
  }
  .lp2025-header .lp2024-header__nav {
    column-gap: 12px;
  }
  .lp2025-header .l-gnav__link.lp2024-header__nav__link {
    column-gap: 8px;
  }
  .lp2025-header .lp2024-header__nav__btn {
    line-height: 1.2;
  }
}