@charset "UTF-8";

/*=======================================

  こちらにLPページの共通cssを記述してください。

  =======================================*/
/*******************************
ヘッダー 
*******************************/
header #h_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 60px;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
header img.logo {
  max-width: 78px;
  margin: 20px 0;
}

header h1 {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: right;
}
h1.head-title span {
  display: inline-block;
}
@media only screen and (max-width: 767px){
  header #h_wrapper {
    flex-direction: column;
    height: auto;
  }
  header h1 {
    font-size: 15px;
    text-align: center;
  }
  h1.head-title span {
    display: block;
  }
  header img.logo {
    max-width: 78px;
  }
}


/*******************************
フッター 
*******************************/
#footer {
  min-height: 236px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
}
#footer .content .free {
  width : 100%;
  background-color: #000;
}
footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 236px;
  max-width: 1160px;
  padding: 50px 20px 30px;
  margin: 0 auto;
}
footer p {
  color: #7C7C7C !important;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 0.3em;
}
footer p small {
  font-size: 100%;
}
/*for Android copyrightマークの色*/
footer span.copy {
  font-family: Verdana, "Droid Sans" !important;
}
footer a:link,
footer a:active,
footer a:visited,
footer a:hover {
  color: #7c7c7c !important;
}
@media only screen and (max-width: 767px){
  #footer {
    position: absolute;
    bottom: 0;
  }
  footer {
    min-height: 748px;
    text-align: left !important;
    padding: 50px 30px 30px;
    align-items: flex-start;
  }
}

/*** footer の高さが増える場合、この数値も増やす ***/
#main .space {
  padding-bottom: 170px;
}
@media only screen and (max-width: 767px){
  #main .space {
    padding-bottom: 100px;
  }
}

/*******************************
LP共通
*******************************/
body {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.4;
}
#main {
  background-color: var(--bg-color-white);
}
#main .content {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.title-section {
  width: 100%;
  max-width: 855px;
  padding: 0 20px;
}
.sec-title {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.sec-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -180px;
  transform: translateY(-50%);
  width: 274px;
  aspect-ratio: 274 / 214;
  background-image: url(/lp/lp_common/lp_common_img/title_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.title-section p {
  position: relative;
  z-index: 0;
}
.sec-subtitle {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cnt {
    padding: 0 15px!important;
  }
  .sec-title::after {
    width: 152px;
    right: -80px;
  }
  .sec-subtitle {
    font-size: 24px;
  }
}
/*******************************
KV
*******************************/
.kv-inner {
  width: 100%;
  min-height: 284px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/lp/lp_common/lp_common_img/bg_kv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.kv-text {
  text-align: center;
}
.kv-title {
  font-size: 58px;
  font-weight: normal;
  color: var(--dark-color);
}
.kv-subtitle {
  letter-spacing: 0.8em;
  padding-bottom: 20px;
  padding-left: 0.8em;
  margin-bottom: 20px;
  position: relative;
}
.kv-subtitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 37px;
  height: 1px;
  background-color: var(--text-color);
}
@media screen and (max-width: 767px) {
  .kv-inner {
    min-height: 200px;
    background-image: url(/lp/lp_common/lp_common_img/bg_kv_sp.jpg);
  }
  .kv-title {
    font-size: 28px;
  }
  .kv-subtitle {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .kv-subtitle::after {
    width: 25px;
  }
}
/*******************************
セクションイントロ
*******************************/
.sec-intro p {
  width: 100%;
  max-width: 855px;
  padding: 0 20px;
  margin: 100px auto 0;
}
.sec-anchor {
  padding: 0 20px;
}
.sec-anchor-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0;
}
.sec-anchor-item {
  width: 100%;
  max-width: 160px;
}
.sec-anchor-link {
  width: 100%;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  border: 1px solid var(--sub-border-color);
  color: var(--btn-color)!important;
  background-color: var(--light-color);
  transition: .3s ease;
}
@media (hover:hover) {
  .sec-anchor-link:hover {
    color: var(--light-color)!important;
    background-color: var(--text-color);
  }
}
@media screen and (max-width: 767px) {
  .sec-anchor-link {
    font-size: 14px;
  }
  .sec-intro p {
    padding: 0 15px;
    margin: 70px auto 0;
  }
  .sec-anchor-list {
    padding: 0 15px;
    margin: 50px auto 0;
  }
  .sec-anchor-item {
    max-width: 140px;
    font-size: 14px;
  }
}
/*******************************
スケジュール
*******************************/
.schedule-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 100px;
  position: relative;
}
.schedule-item:not(:last-of-type) {
  padding-bottom: 70px;
}
.schedule-item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 74px;
  width: 1px;
  height: 100%;
  background-color: var(--line-color);
}
.schedule-item-date {
  font-size: 24px;
  position: relative;
  color: #4B4B4B;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.schedule-item-date::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -30px;
  width: 11px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #C7C9ED;
}
.schedule-item-date::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -80px;
  width: 32px;
  height: 1px;
  background-color: var(--line-color);
}
.schedule-item-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .schedule-desc {
    font-size: 15px;
  }
  .schedule-tab-btn {
    font-size: 15px;
  }
  .schedule-panel {
    padding: 60px 0 40px;
    margin: 0 -15px;
    border-left: none;
    border-right: none;
  }
  .schedule-inner {
    margin: 0 auto 60px;
  }
  .schedule-profile {
    gap: 20px;
  }
  .schedule-profile .schedule-profile-img {
    max-width: 80px;
  }
  .schedule-profile-data {
    font-size: 16px;
  }
  .schedule-profile-text {
    font-size: 14px;
  }
  .schedule-list {
    padding-left: 60px;
  }
  .schedule-item {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .schedule-item:not(:last-of-type) {
    padding-bottom: 40px;
  }
  .schedule-item:not(:last-of-type)::before {
    left: -45px;
  }
  .schedule-item-date {
    font-size: 20px;
  }
  .schedule-item-date::before {
    right: auto;
    left: -50px;
  }
  .schedule-item-date::after {
    width: 12px;
    right: auto;
    left: -26px;
  }
  .schedule-item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .schedule-item-text {
    font-size: 15px;
  }
}
/*******************************
注目コンテンツ
*******************************/
.contents-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 65px;
}
.contents-card {
  width: 100%;
  max-width: 562px;
  min-height: 572px;
  border: 1px solid var(--line-color);
  display: flex;
  flex-direction: column;
  background-color: var(--light-color);
}
.contents-card img {
  width: 100%;
  max-width: 562px;
}
.contents-card-desc {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px 30px;
}
.contents-card-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.contents-card-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-top: auto;
}
.contents-card-link .card-link {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: baseline;
}
.link-text.link-text-bold {
  font-size: 16px;
  font-weight: bold;
}
#attention .contents-side-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 562px;
  min-height: 572px;
  max-width: 360px;
  width: 40%;
  margin-top: 65px;
}
#attention .contents-side-btn {
  position: relative;
  display: block;
  padding: 46px 37px 17px;
  border: 1px solid var(--line-color);
  background: #fff;
}
#attention .contents-side-en {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 4px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp( 34px , calc(40 / 1440 * 100vw) ,40px);
  color: #EBEBFA;
  letter-spacing: 0.07em;
}
#attention .contents-side-list li:nth-of-type(2) .contents-side-en {
  right: 6px;
  letter-spacing: 0;
}
#attention .contents-side-ttl {
  position: relative;
  display: block;
  font-size: 20px;
  z-index: 1;
}
#attention .contents-side-more {
  display: grid;
  grid-template-columns: 95px 1fr;
  align-items: baseline;
  margin-top: 109px;
}
#attention .contents-side-more .link-text {
  font-weight: 600;
}
@media(hover: hover) {
  .card-link:hover {
    opacity: .7;
  }
  #attention .contents-side-btn:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .contents-list {
    flex-direction: column;
    margin-top: 45px;
  }
  .contents-card {
    min-height: 375px;
  }
  .contents-card-desc {
    padding: 20px 15px 18px;
  }
  .contents-card-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .contents-card-text {
    font-size: 15px;
  }
  .contents-card-link .card-link {
    grid-template-columns: 120px 1fr;
    font-size: 15px;
  }
  .contents-card-link {
    gap: 10px;
  }
  #attention .contents-side-list {
    gap: 24px;
    min-height: auto;
    max-width: 632px;
    width: 100%;
    margin: 24px auto 0;
    padding: 0 35px 2px;
  }
  #attention .contents-card-desc {
    padding: 25px 20px 15px;
  }
  #attention .contents-side-btn {
    padding: 33px 37px 17px;
  }
  #attention .contents-card-link {
    margin-top: 43px;
  }
  #attention .contents-side-en {
    right: 2px;
    font-size: clamp(29px, calc(32 / 375 * 100vw), 32px);
    letter-spacing: 0.02em;
  }
  #attention .contents-side-list li:nth-of-type(2) .contents-side-en {
    right: 2px;
    font-size: 32px;
  }
  #attention .contents-side-more {
    margin-top: 52px;
  }
}
/*******************************
Footer上背景
*******************************/
#footer {
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  top: -479px;
  left: 0;
  width: 100%;
  height: 479px;
  background: url(/lp/lp_common/lp_common_img/bg_footer.png) no-repeat bottom / cover;
  filter: blur(50px);
  z-index: 0;
}