:root {
    --base-max-width: 1170px;
    --base-bg-grad: linear-gradient(150deg, rgba(62, 161, 205, 1) 30%, rgba(142, 84, 219, 1) 90%)
}

body {
    margin: 0;
    color: #1A1A1A;
    list-style-type: none;
    font-family: Noto Sans JP, sans-serif !important;
    line-height: 30px;
    background-image: url(../imgs/kv_back_pc.png) !important;
    background-repeat: no-repeat !important;
    background-size: auto 794px !important;
    background-position: center top 0px !important;
    background-color: #fff !important;
    padding-top: 0px !important;
}

section {
    text-align: center;
    margin: 0 auto;
}

#eventlp {
    width: var(--base-max-width);
    margin: 0 auto;
    margin-inline: auto;
    ;
}

header {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 50%;
    height: 90px;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: rgba(240, 242, 245, 0.8);
}

section #intro {
    background-image: url(../imgs/problem_solve_back.png);
    background-repeat: no-repeat;
    background-color: #ebf8fe;
    background-size: 55vw auto;
    background-position: top center;
    background-attachment: scroll;
    margin-top: 0;
    padding: 30px 0 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


#eventlp .contact {
    float: right;
    background-color: #EB9520;
    position: absolute;
    right: 0px;
    top: 0;
}

#h_logo img {
    width: 100%;
    max-width: 235px;
}

#eventlp #key-visual {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 120px;
}

#eventlp .gNav {
    width: var(--base-max-width);
    height: 75px;
    margin: 0 auto;
    position: relative;
}

#eventlp .gNav #h_logo {
    position: absolute;
    top: 20px;
    left: -50px;
    z-index: 10;
    width: 255px;
}

#eventlp .gNav ul {
    display: flex;
    width: auto;

    padding: 30px 0 0 250px;
}

#eventlp .gNav ul li {
    text-decoration: none;
    list-style: none;
    margin-right: 40px;

}

#eventlp .gNav ul li a {
    text-decoration: none;
    color: #1A1A1A;
  padding-bottom: 5px;
  position: relative; /*::afterにabsoluteをかけるので設定*/
}

#eventlp .gNav ul li a::after{
  content: ''; /* コンテンツを追加 */
  width: 100%; /* 線の幅 */
  height: 1px; /* 線の高さ */
  background-color: blue; /* 線の色 */
  position: absolute; /* position: relative;からの線の絶対位置 */
  bottom: 0; /* 線の位置 */
  left: 0; /* 線の位置 */
  transform: scale(0,1); /* 線のx軸の長さを0 */
  transition: .5s; /* 要素の変形する時間*/
  transform-origin: left top; /* 要素の座標の原点を設定*/
}
/* 追記 */
#eventlp .gNav ul li a:hover::after{
  transform: scale(1,1); /* 線のx軸の長さを1 */
}

.key-visual .gNav .contact {
    float: right;
    background-color: #EB9520;
    position: absolute;
    right: 0px;
    top: 0;
}

.key-visual .gNav .contact:hover {
    background-color: #FFF;
}
.gNav .contact a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 10px;
    display: block;
border: 1px solid #eff4f8;
    border-top: none;
}

.gNav .contact a:hover {
    color: #EB9520;
    background-color: #fff;
    border: solid 1px;
    border-top: none;
}

#eventlp .pc-title {
    margin-top: 50px;
}

#eventlp .pc-title img {
    width: 100%;
}

#eventlp .sp-title {
    display: none;
}

#eventlp .kv-contents {
    width: var(--base-max-width);
    margin: 0 auto;
}

#eventlp .kv-contents-lb {
    text-align: left;
    width: 1170px;
    margin: 100 auto 30px;
    color: #fff;
}

#eventlp #schedule {
    margin: 0 auto;
    background-color: rgba(14, 58, 122);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
}

#eventlp #schedule img {
    width: 810px;
    margin-top: 0px;
padding-top: 31px;
}

.contactBunner {
    margin-bottom: 24px;
}

#eventlp #schedule .scheduleInner {
    margin-left: 30px;
    margin-top: 0px;
    padding-top: 17px;
}

#eventlp #schedule .scheduleInner p {
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 10px;
}

#eventlp #schedule .scheduleInner div a {
    background: #EB9520;
    padding: 16px 30px;
    border-radius: 50px;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#eventlp #schedule .scheduleInner div a::after{
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
transform: skewY(-10deg) scale(1, 0);
height: 250px;}

#eventlp #schedule .scheduleInner div a:hover {    background: #FFF;
    color: #EB9520;}
#eventlp #schedule .scheduleInner div a:hover::after {transform: skewY(-10deg) scale(1, 1);}


#eventlp .lb-top {
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
font-weight: bold;
}

#eventlp .lb-top-content {}

#eventlp .lb-top-content span {
    background-color: #EB9520;
}

#eventlp .intro-top {
    color: #fff;
    width: var(--base-max-width);
    margin: 0 auto;
}

#eventlp .intro-top h3 {
    font-size: 44px;
    color: #fff;
    background: var(--base-bg-grad);
    padding: 20px;
    width: 750px;
    margin: 20px auto;
}

#eventlp .intro-top ul {
    width: 520px;
    font-weight: bold;
    font-size: 34px;
    margin: 0 auto 40px;
}

#eventlp .intro-top ul li {
    text-align: left;
    list-style-type: none;
    background-image: url(../imgs/ch_icon.png);
    background-repeat: no-repeat;
    background-position: left 0.5em;
    border-bottom: solid 1px #fff;
    line-height: 45px;
    padding: 15px 0 16px 63px;
    font-size: 32px;
}

#eventlp .intro-btm-txt p {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

#eventlp .solve-top {
    margin: 50px auto 0px;
    font-size: 50px;
    color: #194389;
    font-weight: bold;
    line-height: 1.2;
}

#eventlp .solve-top span {
    border-bottom: double 4px;
    font-weight: bold;
}

#eventlp .solve-bottom {
    color: #000;
    font-size: 64px;
    margin: 40px auto 100px;
    font-weight: bold;
}

#eventlp .solve-bottom span {
    color: #EB9520;
    border-bottom: double 4px;
    font-weight: bold;
}

#eventlp .solve-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 40px;
    width: var(--base-max-width);
    margin-bottom: 136px;
}


#eventlp .intro-3pr {
    width: var(--base-max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    z-index: 50;
    position: relative;
}

#eventlp .pr-content {
    width: 356px;
    background-image: var(--base-bg-grad);
    box-shadow: 0px 0px 10px 3px gray;
}

#eventlp .pr-content .prTxt {
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    line-height: 30px;
}

#eventlp .pr-img {
    width: 356px;
}

#eventlp .pr-img img {
    width: 356px;
}

#eventlp .intro-btm {
    margin-top: -150px;
    padding: 220px 0 100px;
    background-image: url(../imgs/solve_back.png);
    background-size: cover;
    ;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#eventlp .intro-btm-title {}

#eventlp .intro-btm-title .bg-grad {
    background-image: var(--base-bg-grad);
    color: #fff;
    font-size: 49px;
    padding: 15px;
    margin: 0 auto;
    display: inline;
    text-align: center;
    font-weight: bold;
}

#eventlp .intro-btm-title h2 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 73px;
}

#eventlp .intro-btm-title h2 span {
    color: #194389;
    font-size: 60px;
    border-bottom: double 4px;
    font-weight: bold;
    display: inline;
    position: static;
}

#eventlp .intro-btm-title h2 span::after {
    width: 0px;
    height: 0px;
}

#eventlp .intro-btm-title h3 {
    font-size: 82px;
    font-weight: bold;
    margin-top: 90px;
}

#eventlp .intro-btm-title h3 span::after {
    width: 0px;
    height: 0px;
}


#eventlp .intro-btm-title h3 span {
    color: #EB9520;
    border-bottom: double 4px;
    font-weight: bold;
    display: inline;
    position: static;
    font-size: 82px;
}

#eventlp .intro-btm-txt {
    margin-top: 90px;
}

#eventlp .intro-btm-txt h4 {
    font-size: 24px;
    font-weight: bold;
}

#eventlp .intro-btm-txt h4 span {
    background-color: #EB9520;
    color: #fff;
    margin-left: 10px;
}

#eventlp .barTitle {
    font-size: 127px;
    font-style: italic;
    align-items: center;
    display: flex;
    justify-content: center;
    width: var(--base-max-width);
    margin: 100px auto 160px;
    font-weight: bold;
}

#eventlp .barTitle::before {
    content: "";
    display: block;
    width: 40px;
    height: 7px;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: -30px;
}

#eventlp .barTitle::after {
    content: "";
    display: block;
    width: 40px;
    height: 7px;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: -30px;
}

#eventlp #program {
    padding: 100px 0px;

}

#eventlp .program-contents {}

#eventlp .pgm-content {
    width: 1170px;
    height: 350px;
    margin-bottom: 80px;
    box-shadow: 5px 5px 5px #eee;
    border-bottom: 10px solid;
    border-right: 10px solid;
    border-image: linear-gradient(to right, #3EA1CD, #8E54DB) 1;
    padding: 50px;
}

#eventlp .pgm-content p {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 18px;
}

#eventlp .sec-bg {
    background-color: #000;
    color: #fff;
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
    width: 132px;
    float: left;
    margin-right: 20px;
}

#eventlp .sec-title {
    float: left;
    color: #194389;
    font-size: 28px;
    border-bottom: solid 2px;
    display: inline;
    font-weight: bold;
    margin-top: 14px;
    clear: both;
}

#eventlp .speaker-name {
    clear: both;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    float: right;
}

#eventlp .spk-ph {
    float: right;
    margin-right: 50px;
    margin-top: 20px;
    display: none;
}

#eventlp .spk-ph img {
    width: 190px;
    height: auto;
}


#eventlp .cta-area {
    background-image: url(../imgs/cta_back_small.png);
    height: 540px;
    color: #fff;
    font-size: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

#eventlp .cta-area div {
    margin: 0px auto;
    padding: 54px 0 0;
    line-height: 50px;
}
/*
#eventlp .cta-area div a {
    background: #EB9520;
    padding: 25px 70px;
    border-radius: 50px;
    font-size: 48px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#eventlp .cta-area div a::after {
  background: #ff701e;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

#eventlp .cta-area div a:hover {
}

#eventlp .cta-area div a:hover::after {
  transform: scale(1, 1);
}
 */

#eventlp .cta-area div a {
    width: 850px;
    margin: 0 auto;
    background: #EB9520;
    padding: 25px 70px;
    border-radius: 50px;
    font-size: 48px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  overflow: hidden;
  position: relative;
 display: block;
  z-index: 1;}

#eventlp .cta-area div a::after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
transform: skewY(-10deg) scale(1, 0);
    height: 250px;
}
#eventlp .cta-area div a:hover {
    background: #FFF;
    color: #EB9520;}

#eventlp .cta-area div a:hover::after {
transform: skewY(-10deg) scale(1, 1);
}


#eventlp .cta-area div img {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}

#eventlp .presenter {
    background: #EBF9FF;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 100px 0px;
}

#eventlp .bg-grad {
    background-image: var(--base-bg-grad);
    color: #fff;
    font-size: 24px;
    padding: 15px;
    margin: 0 auto;
    display: inline;
    text-align: center;
}

#eventlp .presenter-contents {
    width: var(--base-max-width);
    margin: 0px auto;
}

#eventlp .presenter-content {
    margin: 50px auto;
    background-color: #fff;
    box-shadow: 5px 5px 5px #eee;
    position: relative;
    /* 擬似要素のため追加 */
    padding: 50px;
}

#eventlp .presenter-content::after {
    content: "";
    position: absolute;
    left: 20px;
    /* 右に20pxずらす */
    bottom: -10px;
    width: calc(100% - 10px);
    height: 10px;
    background: linear-gradient(to right, #3EA1CD, #8E54DB);
}

#eventlp .presenter-content::before {
    content: "";
    position: absolute;
    right: -10;
    top: 10px;
    width: 10px;
    height: calc(100% - 10px);
    background: linear-gradient(to bottom, #3EA1CD, #8E54DB);
}

#eventlp .pre-ph {
    float: left;
    border-right: solid 50px #fff;
}

#eventlp .pre-ph img {
    width: 245px;
}

#eventlp .presenter-name {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

#eventlp .presenter-name span.facilitator {
    margin: 0;
    font-size: 10px;
    font-weight: normal;
    margin-right: 10px;
    padding: 3px 10px;
    border: solid 1px #1a1a1a;
    border-radius: 10px;
}

#eventlp .spell {
    font-size: 16px;
    font-weight: normal;
    margin-left: 10px;
}

#eventlp .job-title {
font-size: 12px;
    line-height: 20px;
    color: #3da1cd;
    text-align: left;
    margin: 20px 0;
}

#eventlp .presenter-content p {
    text-align: left;
}

#eventlp .recommend {
    padding: 100px 0px;
}

#eventlp .recommend-contents {}

#eventlp .recommend-contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#eventlp .recommend-contents ul li {
    list-style-type: none;
    width: 333px;
    font-size: 20px;
    border-bottom: 10px solid;
    border-right: 10px solid;
    border-image: linear-gradient(to right, #3EA1CD, #8E54DB) 1;
    height: 333px;
    padding-top: 50px;
    font-weight: bold;
    margin-bottom: 50px;
}

#eventlp .recommend-contents ul li div img {
    width: 100px;
    margin-top: 40px;
}

#eventlp .present {}

#eventlp .present ul {
    display: flex;
    width: var(--base-max-width);
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

#eventlp .present ul li {
    list-style-type: none;
    width: 550px;
    border: solid 6px #EB9520;
    padding: 30px;
    position: relative;
}

#eventlp .present ul li img {
    width: 100%;
    margin: 0 auto;
}

#eventlp .p-text {
    padding: 24px 0 0;
    text-align: left;
}

#eventlp .userVoice {
    background: #EBF9FF;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 100px 0px;
}

#eventlp .userVoice ul {
    display: flex;
    width: var(--base-max-width);
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

#eventlp .userVoice ul li {
    list-style-type: none;
    width: 363px;
    background-color: #fff;
    height: 430px;
    padding: 50px;
    text-align: left;
    position: relative;
}

#eventlp .userVoice ul li::after {
    content: "";
    position: absolute;
    left: 20px;
    /* 右に20pxずらす */
    bottom: -10px;
    width: calc(100% - 10px);
    height: 10px;
    background: linear-gradient(to right, #3EA1CD, #8E54DB);
}

#eventlp .userVoice ul li::before {
    content: "";
    position: absolute;
    right: -10;
    top: 10px;
    width: 10px;
    height: calc(100% - 10px);
    background: linear-gradient(to bottom, #3EA1CD, #8E54DB);
}

#eventlp .userVoice ul li div img {
    width: 110px;
}

#eventlp .userPh {
    text-align: center;
}

#eventlp .userPh h4 {
    margin: 20px auto;
}

#eventlp .userPh p {
    text-align: left;
}

#eventlp .userFaq {
    padding: 100px 0px;
}


#eventlp .seminarSummary {
    background-image: var(--base-bg-grad);
    color: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

.seminarSummary h3 {
    font-size: 50px;
    color: #fff;
    padding-top: 150px;
    margin-bottom: 30px;
}

.seminarSummary-contents {
    width: var(--base-max-width);
    margin: 0px auto;
    padding: 50px 0 100px;
    text-align: left;
}

.seminarSummary-contents table {
    width: 100%;
    color: #fff;
    border-collapse: collapse;
}

.seminarSummary-contents table th {
    width: 200px;
    padding: 25px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    font-weight: bold;
    margin-right: 30px;
}

.seminarSummary-contents table td {
    padding: 10px;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
}

.seminarSummary-contents table td.noBorder {
    width: 10px;
    border: none;
}

#eventlp .bgTitleImgW {
    position: absolute;
    z-index: 0;
    font-size: 196;
    font-weight: bold;
    font-family: Arial;
    color: #ffffff20;
    right: 0;
    left: 0;
    margin: -110px auto 0;
}

#eventlp .bgTitleImgWB {
    position: absolute;
    z-index: -1;
    font-size: 196;
    font-weight: bold;
    font-family: Arial;
    color: #ffffff;
    right: 0;
    left: 0;
    margin: -30px auto 0;
}

#eventlp .bgTitleImgB {
    position: absolute;
    z-index: -1;
    font-size: 196;
    font-weight: bold;
    font-family: Arial;
    color: #EBF9FF;
    right: 0;
    left: 0;
    margin: 60px auto 0;
}

#eventlp .scheduleArea {
    background: #EBF9FF;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 100px 0px;
}

#eventlp .scheduleArea h3 {
    font-size: 50px;
    color: #194389;
    padding-bottom: 50px;
}

#eventlp .scheduleArea div table {
    width: var(--base-max-width);
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 20px;
    color: #194389;
}

#eventlp .scheduleArea div table th {
    border: solid 1px #FFF;
    padding: 15px;
    font-weight: bold;
    background: #3EA1CD;
    color: #fff;
}

#eventlp .scheduleArea div table td {
    border: solid 1px #e8e8e8;
    padding: 15px;
    background: #fff;
}

#eventlp .comLogo {
    background: #F8FCFF;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 100px 0px;
}

#eventlp .comLogo .bg-grad {
    background-image: var(--base-bg-grad);
    color: #fff;
    font-size: 24px;
    padding: 15px;
    margin: 0 auto;
    display: inline;
    text-align: center;
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    width: 180px;
}

#eventlp .outBorder {
    border: solid 6px #EB9520;
    width: var(--base-max-width);
    margin: 0px auto;
    padding: 50px;
}

#eventlp .outBorder ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#eventlp .outBorder ul li {
    width: 248px;
}

#eventlp .lpForm {
    background-image: url(../imgs/cta_back_big.png);
    height: auto;
    padding: 100px 0px;
    color: #fff;
    font-size: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

#eventlp .lpForm #lf_form_div {
    width: var(--base-max-width);
    margin: 0 auto;
}

.lpForm #lf_form_div table.items {
    width: 100%;
    padding: 60px;
}

#eventlp .ft-formText {
    font-size: 50px;
    margin-bottom: 50px;
}

#eventlp .br-sp {
    display: none;
}
#eventlp .br-pc {
    display: block;
}
.container-contents {
    width: var(--base-max-width);
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}

.container-contents details {
    margin-bottom: 30px;
}

.container-contents summary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 80px;
    background-color: #EBF9FF;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 0 36px;
    list-style: none;
}

.container-contents summary::-webkit-details-marker {
    display: none;
}

.container-contents summary::marker {
    content: "";
}

.icon-text.icon-q {
    font-size: 36px;
    font-weight: bold;
    font-family: Helvetica;
    color: #3EA1CD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.container-contents .ans {
    text-align: left;
    margin-top: 27px;
    padding-left: 36px;
    padding-right: 86px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    line-height: 1.7;
    align-items: center;
}

.ans span ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5em 0;
}

.ans span ul li {
  display: flex; 
  align-items: center;
  gap: 6px; 
  margin-bottom: 0.5em;
  padding-left: 2px;
}

.ans span ul li::before {
  content: "●"; 
  font-size: 0.5em;
  color: black;
  flex-shrink: 0; 
}

.icon-text.icon-a {
    font-size: 36px;
    font-weight: bold;
    font-family: Helvetica;
    color: #EB9520;
    display: block;
    margin-right: 25px;
    flex-shrink: 0;
    position: relative;
}

.icon.icon-state {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.icon.icon-state::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #3EA1CD;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.icon.icon-state::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: #3EA1CD;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

details[open] .icon.icon-state::before {
    display: none;
}

#eventlp .present ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#eventlp .present ul li {
    margin-bottom: 60px;
}

#eventlp .present-header {
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
}

#eventlp .present-header .p-tokuten {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #000;
    width: 80px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#eventlp .present-header .p-number {
    font-family: Helvetica, sans-serif;
    font-size: 100px;
    font-weight: bold;
    font-style: oblique;
    color: #fff;
    -webkit-text-stroke: 2px #000;
    text-shadow: 6px 6px 0px #000;
    line-height: 1;
    margin-bottom: 20px;
}

#eventlp .p-title {
    flex-basis: 100%;
    margin: 40px auto 60px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #194389;
    line-height: 1.8;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: #194389;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

#eventlp .button_area {
    margin: 10px auto 10px auto;
    padding: 10px 0 40px 0;
    text-align: center;
}

/* -------------------------
   バーガーメニュー
------------------------- */
.hamburger,
.drawer-menu,
.menu-overlay {
    display: none;
}

.hamburger-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 31px;
    height: 23px;
}

.hamburger-inner span {
    display: block;
    height: 1.5px;
    background: #fff;
    border-radius: 1px;
    width: 100%;
    margin: 0;
}

li {
    list-style: none;
}

/* footer */
.works-list {
    width: 1060px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(6rem, 4.16666666666667vw, 6rem);
    list-style: none;
    margin: 0 auto !important;
}

.works-list,
.works-list li {
    margin: 0;
    padding: 0;
}

.works-list a {
    text-decoration: none;
    color: var(--text-color-default);
    transition: .3s;
}

.works-list img {
    width: 100%;
    height: 233px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    transition: .3s;
}

.works-list h1 {
    font-size: clamp(2rem, 1.38888888888889vw, 2rem);
    margin-top: clamp(2.4rem, 1.66666666666667vw, 2.4rem);
}

.btn-wrap {
    margin: 0;
    padding: 0;
    margin-top: 5rem;
    text-align: center;
    list-style: none;
}

.btn-wrap .btn {
    padding-inline: 2rem 3rem;
    font-size: 16px;
    transition: .5s;
}

.btn-wrap .btn {
    position: relative;
    display: inline-block;
    min-width: 385px;
    padding-block: 2rem;
    padding-inline: 2rem 6rem;
    text-decoration: none;
    color: var(--text-color-white);
    background-color: var(--primary-color);
}

.btn-wrap a.btn:hover,
.btn-wrap .btn a:hover {
    background-color: var(--secondary-color-bg) !important;
    border-color: var(--secondary-color-bg) !important;
}

.content-area .container h2 {
    margin: 50px 0;
    font-size: 3.6rem;
    line-height: 47px;
}

ul.works-list li article {
    width: 350px;
}

aside.faq-links {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 100px 0px;
}

aside.faq-links h2 {
    margin: 0 !important;
    padding-top: 50px;
    background: #eef3f7;
}

section.content-area.cases {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 100px 0px !important;
}

dl.pickup-point {
    text-align: center;
}

dl.pickup-point dt {
    font-size: clamp(2.6rem, 1.805555555555556vw, 2.6rem);
    margin-bottom: 40px;
    font-weight: bold;
}

dl.pickup-point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

dl.pickup-point ul li {
    padding: 20px;
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
    width: 15%;
}

dl.pickup-point ul li span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

dl.pickup-point ul li svg {
    margin-inline: auto;
    fill: var(--primary-color);
}

.cta-contact .cta-contact-title {
    top: 60px;
}

.footer .copy {
    color: #fff;
}

/* -------------------------
   Responsive
------------------------- */
@media (max-width: 1310px) {
    :root {
        --base-max-width: calc(100% - 0px);
    }

    body {
        background-image: url(../imgs/kv_back_sp.png) !important;
        background-size: 125vw !important;
    }

    header {
        position: relative;
        top: 0px;
        height: 0px;
    }

    .gNav ul,
    .gNav .contact {
        display: none !important;
    }

    #eventlp .gNav {
        width: 100vw;
    }

    .hamburger {
        display: flex !important;
        width: 50px;
        height: 50px;
        background: #194389;
        position: fixed;
        top: 0;
        right: 0;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        z-index: 1500;
    }

    .menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        z-index: 1400;
    }

    .menu-overlay.open {
        opacity: 1;
        visibility: visible;
    }

    .drawer-menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 420px;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 40px 20px;
        z-index: 1450;
        transform: translateX(0);
        transition: transform 0.3s ease;
    }

    .drawer-menu.open {
        display: block;
        transform: translateX(0);
        padding-bottom: 336px;
    }

    .drawer-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .drawer-menu ul li {
        margin-bottom: 20px;
        text-align: left;
    }

    .drawer-menu ul li a {
        color: #fff !important;
        text-decoration: none;
        font-size: 18px;
        display: block;
    }

    body.menu-open {
        overflow: hidden;
    }

    .hamburger.hidden {
        display: none !important;
    }

    #eventlp {
        max-width: var(--base-max-width);
        width: 100vw;
    }

    #eventlp .kv-contents {
        max-width: var(--base-max-width);
        width: 100vw;
    }

    #eventlp .kv-contents-lb {
        text-align: left;
        width: 100%;
        font-size: 18px;
        padding: 0px 20px 15px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #eventlp .pc-title {
        display: none;
    }

    #eventlp .sp-title {
        display: block;
    }

    #eventlp .sp-title img {
        width: 100%;
        padding: 0px 20px 25px;
        box-sizing: border-box;
    }

    #eventlp .gNav #h_logo {
        top: 10px;
        left: 10px;
    }

    #h_logo img {
        width: 100%;
    }

    #eventlp #key-visual {
        position: relative;
        left: unset;
        transform: unset;
    }

    #eventlp .lb-top {
        font-size: 18px;
        padding: 0px 0px 15px;
        margin-bottom: 0;
    }

    #eventlp .lb-top-content {
        font-size: 16px;
        text-align: left;
        padding: 5px 0px;
        line-height: 1.6;
        width: 100%;
    }


    #eventlp #schedule {
        position: unset;
        transform: unset;
        padding: 10px 20px;
    }

    #eventlp #schedule img {
        width: 100%;
    }

    section #intro {
        background-size: 55vw auto;
    }

    #eventlp .intro-top h3 {font-size: 23px;
        padding: 0px 6px;
        width: 100%;
        max-width: 360px;
        margin: 20px auto;
        box-sizing: border-box;
        line-height: 1.7;
    }

    #eventlp .intro-top ul {
        max-width: 423px;
        width: 100%;
        font-size: 20px;
        padding: 0px 20px;
        box-sizing: border-box;
        margin: 0 auto 126px;
    }
ection #intro {
    background-size: 960px;
}
#eventlp .intro-top ul li {
        text-align: left;
        list-style-type: none;
        background-image: url(../imgs/ch_icon.png);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: left 0.9em;
        border-bottom: solid 1px #fff;
        line-height: 36px;
        padding: 11px 0 13px 30px;
        font-size: 19px;
    }

    #eventlp .intro-3pr {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    #eventlp .pgm-content {
        width: 100vw;
    }

    .present ul li div img {
        width: 100%;
    }

    #eventlp .barTitle {
        font-size: 40px;
        margin-bottom: 30px;
        width: 100%;
        padding: 24px 40px;
        box-sizing: border-box;
        margin: 10px auto 40px;
    }

    #eventlp .barTitle::before {
        content: "";
        display: block;
        width: 25px;
        height: 5px;
        background-color: #1a1a1a;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    #eventlp .barTitle::after {
        content: "";
        display: block;
        width: 25px;
        height: 5px;
        background-color: #1a1a1a;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    #eventlp .recommend {
        padding: 100px 0px;
    }

    #eventlp .solve-top {
        font-size: 26px;
        margin: 50px auto 16px;
        line-height: 1.4;
    }

    #eventlp .solve-bottom {
        font-size: 30px;
        margin: 0px auto 48px;
        line-height: 1.6;
    }

    #eventlp .solve-top span {
        border-bottom: 6px double;
    }

    #eventlp .solve-bottom span {
        border-bottom: 6px double;
    }

    #eventlp .solve-text {
        font-size: 20px;
        font-weight: bold;
        width: auto;
        padding: 0 20px;
        margin: 0 auto 93px;
    }

    #eventlp .present ul li img {
        width: 90%;
        margin: 0 auto;
    }

    #eventlp .p-text {
        padding: 24px 0 0;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 20px;
    }

    #eventlp .pr-content {
        width: calc(100% - 40px);
        margin: 20px auto;
        box-sizing: border-box;
    }

    #eventlp .pr-img img {
        width: 100%;
    }

    #eventlp .pr-img {
        width: 100%;
    }

    #eventlp .present ul {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    #eventlp .presenter-contents {
        width: 100%;
    }

    #eventlp .presenter-name span.facilitator {
        display: block;
        max-width: 125px;
        width: 100%;
        border-radius: 100px;
        text-align: center;
        padding: 0px;
        line-height: 30px;
    }

    #eventlp .presenter-name {
        display: flex;
    }

    #eventlp .bgTitleImgB {
        position: absolute;
        z-index: -1;
        font-size: 47px;
        font-weight: bold;
        font-family: Arial, sans-serif;
        color: #EBF9FF;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        margin-top: 60px;
        width: max-content;
        text-align: center;
    }

    #eventlp .userVoice ul {
        flex-direction: column;
        background: #EBF9FF;
        position: unset;
        left: unset;
        transform: unset;
        width: 100%;
        padding: 0px
    }

    #eventlp .intro-btm-title h2 {
        font-size: 26px;
        line-height: 0;
        margin-bottom: 33px;
    }

    #eventlp .intro-btm-title h2 span {
        font-size: 26px;
        border-bottom: 4px double;
        padding-bottom: 2px;
    }

    #eventlp .intro-btm-title .bg-grad {
        font-size: 22px;
        padding: 5px 5px;
        line-height: 1.5;
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    #eventlp .intro-btm-txt {
        padding: 0px 15px;
        text-align: left;
    }
    #eventlp .intro-btm-txt p{
        font-weight:100;
        font-size: 16px;
    }

    #eventlp .intro-btm-title h3 {
        font-size: 26px;
        line-height: 0;
        margin-top: 24px;
    }

    #eventlp .intro-btm-title h3 span {
        border-bottom: 4px double;
        font-size: 26px;
        padding: 0;
    }

    #eventlp .intro-btm-txt h4 {
        font-size: 22px;
        line-height: 1.7;
    }

    #eventlp .intro-btm-txt h4 span {
        padding: 4px;
        margin-left: 0px;
    }

    #eventlp .pgm-content {margin: 20px 10px 40px 20px;
        box-sizing: border-box;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        width: 92%;
        padding: 15px;
    }

    #eventlp .sec-title {
        font-size: 32px;
        border-bottom: none;
    }


    #eventlp .pgm-content>.sec-bg {
        flex: 0 0 auto;
        width: 112px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        padding: 5px;
        font-size: 16px;
    }

    #eventlp .pgm-content>.sec-title {
        display: inline;
        font-size: 24px;
        font-weight: bold;
        color: #194389;
        margin: 10px 0 0 0px;
        padding: 0;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 4px;
        width: 100%;
        text-align: left;
        line-height: 1.7;
    }

    #eventlp .pgm-content>.speaker-name {
        margin: 0 10px 0 0;
        text-align: right;
        width: 100%;
    }

    #eventlp .pgm-content p {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    #eventlp .spk-ph img {
        width: 256px;
        height: auto;
    }

    #eventlp .spk-ph {
        float: right;
        margin: 40px auto;
    }

    #eventlp .cta-area div {
        font-size: 18px;
        line-height: 30px;
        height: 50px;
        padding: 70px 0 0;
    }

    #eventlp .cta-area div a {
        font-size: 20px;
        margin: 10px auto;
        display: block;
        width: 90%;
        padding: 15px 10px;
    }

    #eventlp .cta-area div img {
        width: 100%;
        margin: 40px auto 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #eventlp .presenter-content {        background-color: #fff;
        box-shadow: 5px 5px 5px #eee;
        position: relative;
        padding: 30px;
        margin: 20px 10px 20px 20px;
        box-sizing: border-box;
        height: auto;
        width: 90%;
    }

    #eventlp .pre-ph {
        float: unset;
        border-right: unset;
        width: 100%;
    }

    #eventlp .pre-ph img {
        width: 100%;
        margin-bottom: 40px;
    }

    #eventlp .presenter-content p {
        text-align: left;
        margin-bottom: 0px;
    }

    #eventlp .recommend-contents ul {
        display: block;
        padding: 0px 10px;
    }

    #eventlp .recommend-contents ul li {
        list-style-type: none;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        height: auto;
        padding: 25px 30px;
        border-right: 10px solid;
        border-image: linear-gradient(to right, #3EA1CD, #8E54DB) 1;
        margin-bottom: 10px;
        line-height: 20px;
        display: flex;
        flex-direction: row-reverse;
        align-content: flex-end;
        justify-content: flex-end;
        align-items: center;
        text-align: left;
    }


    #eventlp .recommend-contents ul li div img {
        width: 100px;
        margin: 10px 20px 10px 0;
        max-width: 50px;
    }

    #eventlp .userVoice ul li {
        position: relative;
        padding: 30px;
        width: calc(100% - 40px);
        margin: 0 30px 20px 20px;
        box-sizing: border-box;
        height: auto;

    }

    #eventlp .cta-area {
        font-size: 36px;
        height: 380px;
    }

    #eventlp .present ul li {
        width: calc(100% - 40px);
        padding: 5px 0 40px;
        margin: 10px 20px 100px;
    }

    .seminarSummary-contents {
        width: 100%;
        margin: 0px auto;
        padding: 50px 40px 100px;
        text-align: left;
    }

    .seminarSummary h3 {
        font-size: 40px;
        padding-top: 109px;
    }

    .seminarSummary-contents table th {
        width: 120px;
        padding: 15px;
    }

    #eventlp .scheduleArea div table {
        width: 94%;
        margin: 0 auto;
        border-collapse: collapse;
        font-size: 16px;
        color: #194389;
    }

    #eventlp .outBorder {
        width: 90%;
        padding: 20px 0;
    }

    #eventlp .bgTitleImgWB {
        width: 100%;
        font-size: 60px;
    }

    #eventlp .bgTitleImgW {
        width: 100%;
        font-size: 60px;
    }

    #eventlp .ft-formText {
        font-size: 30px;
        line-height: 1.7;
        padding: 0 20px;
    }

    div.wrapper,
    div.container {
        max-width: 940px;
        width: 100% !important;
        margin: 0 auto !important;
        box-sizing: border-box;
    }

    p.error_msg {
        width: auto !important;
    }

    .container-contents summary {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        height: 80px;
        background-color: #EBF9FF;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        padding: 0 36px;
        list-style: none;
        text-align: left;
        padding-right: 80px;
    }

    .container-contents details {
        margin-bottom: 30px;
        padding: 0 40px;
        box-sizing: border-box;
    }

    #eventlp .p-title {
        margin: 64px auto 60px;
        width: 90%;
        font-size: 28px;
    }

    #eventlp #schedule .scheduleInner {
        margin-left: 0px;
        margin-top: 0px;
    }

    #eventlp #schedule .scheduleInner {
        padding-top: 0;
    }

    .works-list {
        width: 100%;
        display: block;
        grid-auto-flow: column;
        grid-template-columns: repeat(3, 1fr);
        gap: clamp(6rem, 4.16666666666667vw, 6rem);
        list-style: none;
        margin: 0 auto !important;
    }
    .content-area.cases {
        margin: 0 !important;
        padding: 10px !important;
    }

    dl.pickup-point ul li {
        width: 32%;
        margin-bottom: 10px;
    }

    .container-contents {
        width: 100%;
    }

    #eventlp .lpForm {
        background-image: url(../imgs/cta_back_big.png);
        height: auto;
        padding: 50px 10px;
    }

    section.content-area.cases {
        padding: 100px 10px !important;
        box-sizing: border-box;
        text-align: left;
    }

    .pickup-point p {
        margin-bottom: 40px;
text-align: left;
    }


    dl.pickup-point ul {
        flex-direction: column !important;
    }

    dl.pickup-point ul li {
        width: 100% !important;
    }

    #footerContent .faq-links ul.btn-wrap .btn {
        min-width: auto !important;
        width: 100% !important;
    }

    #footerContent .btn-wrap .btn {
        padding: 5px 0px 5px 5px;
        transition: .5s;
        min-width: 170px;
        font-size: 16px !important;
		padding: 10px 54px;
    }

    #footerContent .container {
        margin: 0 15px !important;
        width: calc(100% - 30px) !important;
    }

    #footerContent ul.works-list li article {
        width: auto !important;
        padding: 0 16px;
    }

    #footerContent .faq-links div.content-block {
        width: calc(100% - 30px);
        margin: 0 15px !important;
        box-sizing: border-box;
    }

    #footerContent .faq-links ul.btn-wrap .btn svg {
        height: 3rem !important;
    }

    #footerContent .about-nav ul {
        margin: 0 15px !important;
    }

    #footerContent .cta-contact .cta-contact-detail {
        top: 45px;
        left: 31px;
        font-size: 11px;
        line-height: 15px;
    }

    #footerContent .cta-contact .cta-contact-title {
        top: 6px;
        left: 29px
        font-size: 18px;
        font-weight: 700;
    }

    #footerContent .content-section {
        margin-bottom: var(--block-section) !important;
    }

    #footerContent .content-section.cta-contact .btn {
        display: flex;
        align-items: center;
		justify-content: center;
		min-width: 170px;
		max-height: 31px;
		padding: 5px;
		font-size: 12px !important;
		margin: 0 auto;
		transition: 0.5s;
		width: fit-content;
		height: fit-content;
    }

    #footerContent .cta-contact .btn-wrap {
        position: absolute;
        top: -33px;
        right: 29px;
    }

    .lpForm #lf_form_div table.items {
        padding: 60px 20px;
    }

    .privacy_policy {
        margin: 20px;
    }

    #eventlp .bg-grad {
        font-size: 18px;
    }

}

@media (max-width: 500px) {
    #eventlp #schedule .scheduleInner div a {
        font-size: 20px;
    }

    #eventlp .cta-area div img {
        width: 100%;
        margin: 25px auto 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #eventlp .br-sp {
        display: block;
    }
    #eventlp .br-pc {
        display: none;
    }

    .icon.icon-state {
        position: absolute;
        right: 15px;
    }

    ul.works-list li article a h1 {
        margin-top: 5px;
        font-size: 18px;
    }
    .icon-text.icon-q {
        font-size: 24px;
        margin-right: 15px;
    }

    .container-contents details {
        margin-bottom: 10px;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    .container-contents summary {
        font-size: 14px;
        padding: 0px 35px 0px 15px;
        line-height: 20px;
    }

    .container-contents .ans {
        text-align: left;
        margin-top: 27px;
        padding-left: 5px;
        padding-right: 20px;
        font-size: 14px;
        font-family: 'Noto Sans JP', sans-serif;
        display: flex;    
        line-height: 22px;
        margin-bottom:30px;
    }

    .icon-text.icon-a {
        font-size: 24px;
        font-weight: bold;
        font-family: Helvetica;
        color: #EB9520;
        display: block;
        margin-right: 25px;
        flex-shrink: 0;
        right: -12px;
    }

    .icon-text.icon-a il li {
        list-style: unset;
    }

    #eventlp #key-visual {
        margin-top: 105px;
    }

    .presenter-name {
        display: flex;
        flex-wrap: wrap;
    }

    .presenter-name .facilitator {
        flex-basis: 100%; 
        margin-bottom: 0.25em;
    }

    .presenter-name .name-wrap {
        display: flex;
        gap: 1em;
    }

    #eventlp .presenter-name span.facilitator {
        margin-bottom: 20px;
    }


}

/* -------------------------
   #intro Response broken
------------------------- */
@media (max-width: 1000px) {
    section #intro {
        background-size: 75vw auto;
    }
}
@media (max-width: 800px) {
    section #intro {
        background-size: 92vw auto;
    }
}
@media (max-width: 600px) {
    section #intro {
        background-size: 123vw auto;
    }
}
@media (max-width: 500px) {
    section #intro {
        background-size: 156vw auto;
    }
}
@media (max-width: 430px) {
    section #intro {
        background-size: 170vw auto;
    }
}
@media (max-width: 375px) {
    section #intro {
        background-size: 194vw auto;
    }
}
