/* style.css */

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

html {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 62.5%;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    color: #333;
    font-size: 1.6rem;
    position: relative;
}

html, body {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.inner {
    max-width: 1024px;
    margin: 0 auto;
}

.bg-W {
    background-color: rgba(255, 255, 255, .8)
}


@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .btn {
      padding: 環境に合わせ調整
    }
}

i {
    padding: 5px 0;
}

section {
    margin-bottom: 70px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.fade {
    transition: all 1000ms;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 50px);
  }
  
.fadein {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
} 

.PC {
    display: block !important;
}
.SP {
    display: none !important;
}

p {
    text-align: justify;
}


/* 送信ボタン */
.submit-btn {
    /* buttonタグのリセットCSS */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    color: #fff;
    background-color: #455781;
    cursor: pointer; /* ポインターカーソルを表示 */
}

.submit-btn[disabled] {
    background-color: #ccc;
    cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

.submit-btn[disabled] a {
    cursor: not-allowed;
    pointer-events: none;
}


.entryBtn {
    display: block;
    width: 80%;
    margin: 50px auto 0 auto;
    padding: 8px 24px;
}
.entryBtn a {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #427bbf;
    text-align: center;
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 700;
    padding: 25px 0 20px 0;
    opacity: 1;
    transition: .3s all;
}
.entryBtn a:hover  {
    opacity: .5;
    transition: .3s all;
}

/*----------------------
popupBtn
----------------------*/


.popupBtn {
    position: fixed;
    height: 130px;
    width: 130px;
    bottom: 40px;
    padding: 10px;
    font-family: 'Hiragino Sans','ヒラギノ角ゴシック';
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 75px;
    background-color: #ea6a64;
    text-align: center;
    z-index: 99999;
    transition: .5s all;
    color: #19325F;
    border: 2px solid #ea6a64;
    animation: swing 1s infinite ease-in-out alternate;
}

@keyframes swing {
    0% { transform: translateX(-10px); }
    100% { transform: translateX(10px); }
}

.popupBtn::after {
    display: block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    color: #ea6a64;
    content: "\f0da";
    font-size: 6.4rem;
    position: absolute;
    top: 35px;
    right: -10px;
    transition: .5s all;
}

.popupBtn a {
    display: block;
    height: 110px;
    width: 110px;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.popupBtn a h1 {
    display: inline-block;
    line-height: 115px;
    transition: .5s all;
    margin: 0;
    font-size: inherit;
    color: inherit;
}

.popupBtn:hover {
    background-color: #19325F;
    color: #FFF;
    border-color: #19325F;
}

.popupBtn:hover::after {
    color: #19325F;
    top: 50px;
    right: -7px;
    rotate: 18deg;
}



/*----------------------
header
----------------------*/
header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(./img/headerBG.png) left bottom / cover no-repeat;
}


.header_inner > img {
    display: block;
    width: 250px;
    margin: 0 auto 20px auto;
}
.header_inner {
    max-width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
}
.headerTitle {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0 auto;
}



@media screen and ( min-width:1200px) {
    header {
        width: 100%;
        height: auto;
    }

}

@media screen and ( max-width:1000px) {

    header {
    }

    .header_inner > img {
        width: 150px;
    }
    .header_inner {
        padding: 10px 0;
    }
    /* .headerTitle {
        display: block;
        width: 110%;
        margin-left: -15%;
    } */
    .headerTitle {
        display: block;
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        text-align: center;
    }

    .headerTitle img {
        display: block;
        width: 100%;
        max-width: 720px;
        height: auto;
        margin: 0 auto;
    }
}


/*----------------------
main
----------------------*/
.main {
    margin-top: 30px;
    position: relative;
}

.headerBtn:hover {
    background-color: #666;
}

/*----------------------
テーマ
----------------------*/
.theme {
    margin-top: -70px;
}

.theme img {
    width: 900px;
}


/*----------------------
リード文
----------------------*/
.read {
    width: 100%;
}

.read h1 {
    text-align: center;
    font-weight: 900;
    font-size: 120%;
    width: 100%;
    position: relative;
    color: #19325f;
}

.read h1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 15%;
    height: 7px;
    border-radius: 10px;
    background: -webkit-repeating-linear-gradient(-45deg,rgba(234, 106, 100,1), rgba(234, 106, 100,1) 2px, rgba(255,138,49,0) 2px, rgba(255,138,49,0) 4px);
    background: repeating-linear-gradient(-45deg, rgba(234, 106, 100,1), rgba(234, 106, 100,1) 2px, rgba(255,138,49,0)  2px, rgba(255,138,49,0)  4px);
}

.read h1 > br {
    display: none;
}

.read p {
    width: 100%;
    text-align: left;
    line-height: 2;
    color: #333;
    margin-top: 30px;
    text-align: justify;
}

.read p > span {
    background: linear-gradient(transparent 30%, #fdd809 70%);
    line-height: 1;
}


/*----------------------
セミナー内容
----------------------*/

ul.point-stemcure {
    display: flex;
    justify-content: space-between;
    align-items:center;
}

ul.point-stemcure figure {
    display: block;
    width: 48%;
}

ul.point-stemcure figure.point {
}

ul.point-stemcure figure.stemcure {
}
ul.point-stemcure figure.point h2 {
    color: #666;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
ul.point-stemcure figure.point p {
    display: block;
    padding: 20px;
    text-align: center;
    background-color: #f7f7f7;
    margin-bottom: 1rem;
    border-radius: 10px;
    position: relative;
}
ul.point-stemcure figure.point p::before {
    font-family: "Font Awesome 5 Free";
    font-size: 2.5rem;
    content: "\f058";
    position: absolute;
    top: -0.9rem;
    left: 0.5rem;
    font-weight: 900;
    color: #0584b7;
}

ul.point-stemcure figure.point p span {
    color: #ea6a64;
    font-weight: 700;
}

ul.point-stemcure figure.point p:last-child {
    margin-bottom: 0;
}

ul.point-stemcure figure.stemcure {
    padding: 30px;
}

ul.point-stemcure figure.stemcure img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
ul.point-stemcure figure.stemcure .stemcureofficial {
    border: 1px solid #CCC;
    padding: 10px 15px;
    font-size: 90%;
    text-align: center;
}

ul.point-stemcure figure.stemcure .stemcureofficial h2 {
    font-weight: 700;
    color: #67ab59;
    margin-bottom: 5px;
}

ul.point-stemcure figure.stemcure .stemcureofficial a {
    line-height: 2;
    text-decoration: underline;
    color: #67ab59;
}

ul.point-stemcure figure.stemcure .stemcureofficial a:hover {
    text-decoration: none;

}


/* @media screen and ( max-width:700px) {

    .headerTitle {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        text-align: center;
    }

    .headerTitle img {
        display: block;
        width: 100%;
        max-width: 360px;
        height: auto;
        margin: 0 auto;
            }

    ul.point-stemcure {
        display: block;
    }

    ul.point-stemcure figure {
        width: 100%;
    }

    ul.point-stemcure figure.point {
        margin-bottom: 30px;
    }

} */

@media screen and (max-width:700px) {

    .headerTitle {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        text-align: center;
    }

    .headerTitle img {
        display: block;
        width: 100%;
        max-width: 360px;
        height: auto;
        margin: 0 auto;
    }

    ul.point-stemcure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    ul.point-stemcure figure {
        width: 100%;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    ul.point-stemcure figure.point {
        margin-bottom: 30px;
    }

    ul.point-stemcure figure.stemcure {
        padding: 20px 0;
    }

    ul.point-stemcure figure.stemcure img {
        display: block;
        margin: 0 auto;
    }

    .foryou ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .foryou ul li {
        display: block;
        width: 90%;
        max-width: 420px;
        margin: 0 auto 15px auto;
        padding: 30px 10px;
        text-align: center;
    }

    .foryou ul li:last-child {
        margin-bottom: 0;
    }
}



/*----------------------
こんな方にオススメ
----------------------*/

/* .foryou {
} */


.foryou h2 {
    width: 100%; /* 横幅 */
    height: 60px; /* 縦幅 */
    margin-bottom: 1%;
    line-height: 60px; /* 行の高さ(heightと同じにする) */
    background: linear-gradient(135deg, #19325f 20%, #ea6a64 100%);
    border-radius: 1px; /* 角の丸み */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.foryou ul {
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-around; */
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 0;
    margin: 0 auto;
}

.foryou ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.8;
    text-align: center;
    /* display: block; */
    text-align: center;
    width: calc((100% - 40px) / 3);
    /* width: auto; */
    margin: 1%;
    padding: 5% 1%;
    border: 1px solid #FFF;
    font-weight: 800;
    border-image: linear-gradient(45deg, #ea6a64 30%, #19325F 100%);
    border-image-slice: 1;
}
/* .foryou ul li span,
.foryou ul li u {
    display: block;
}

.foryou ul li span {
    margin: 0 auto;
    color: #ea6a64;
} */

.foryou-line {
    display: block;
}

.foryou-keyword {
    color: #ea6a64;
}

.foryou-particle {
    color: #333;
}

.foryou-underline {
    display: block;
    text-decoration: underline;
}



/*----------------------
開催概要
----------------------*/

.detailWrap {
    padding: 30px 20px;
    position: relative;
}
.detailWrap > small {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #888;
}

.detail {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}


.detail-inner {
    width: 70%;
    box-sizing: border-box;
}

.detail-inner img {
    display: inline;
    width: 200px;
    margin-left: 10px;
}

.detail-inner h1 {
    position: relative;
    font-weight: bold;
    padding: 1.5rem 0;
    margin-bottom: 15px;
    color: #888;
}

.detail-inner h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #888888, #888888 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #888888, #888888 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.detail-inner h2 {
    position: relative;
    font-weight: 700;
    font-size: 1.8rem;
    padding-left: 1rem;
    margin-bottom: 20px;
    color: #19325f;
}

.detail-inner h2 > small {
    display: block;
    margin-top: 0px;
    color: #666;
}

.detail-inner p {
    border-left: 3px solid #CCC;
    font-size: 1.4rem;
    margin-left: 1rem;
    padding-left: 1rem;
    padding-top: 3px;
    margin-bottom: 20px;
}


/* .detail-inner > table {
    display: block;
    width: 100%;
    padding-left: 1.5rem;
    margin: 10px 0 10px 15px;
} */

.detail-inner > table {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0;
}

.detail-inner > table th {
    width: 100px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #888888;
    padding: 2px 0 10px 0;
    text-align: left;
}

.detail-inner > table td {
    color: #444;
    padding-bottom: 10px;
    text-align: left;
}

.detail-inner > table td img {
    width: 150px;
}

.detail-inner > ul.biko {
    width: 80%;
    padding-left: 1rem;
    margin: 10px 0 10px 15px;
    font-size: 85%;
    color: #888;
}
.detail-inner > ul.biko > li {
    text-indent: -1.5rem;
    padding-left: 20px;

}
.detail-inner > ul.biko > li::before {
    content: "※";
    padding-right: 2px;
}




.leaflet {
    width: 30%;
    padding: 0;
    /* margin-top: 30px; */
    margin-top: 115px;
}

.leaflet a {
    display: block;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFF;
}

.leaflet a img {
    transition: .3s all;
    cursor: pointer;
}

.leaflet p {
    text-align: center;
    color: #888;
    opacity: 1;
    margin-top: 10px;
    font-size: 1.4rem;  
    transition: .3s all;
}

.leaflet a:hover img {
    transform: scale(1.15); /* 拡大 */
    transition: .3s all;
}

.leaflet a:hover img {
    opacity: .5;
}

.leaflet:hover p {
    opacity: 0;
    margin-top: -40px;
    transition: .3s all;
}

.detailBtn {
    display: block;
    width: 70%;
    margin: 50px auto;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 130%;
}


.detailBtn a {
    display: block;
    width: 100%;
    background-color: #ea6a64;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0.3em 0px rgba(0, 0, 0, .1);
    transition: all .5s;
}

.detailBtn a i {
    margin-left: 10px;
    transition: all .5s;
}

.detailBtn:hover a {
    background-color: #19325f;
    transition: all .5s;
}

.detailBtn:hover a i {
    margin-left: 25px;
    transition: all .5s;
}


/*----------------------
講師
----------------------*/
.teacher {
    width: 100%;
    margin: 50px auto 20px auto;
    padding: 20px;
    border: 1px dotted #CCC;
    border-radius: 8px;
    vertical-align: middle;
}


.teacher ul.flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding-bottom: 2rem;
}

.teacher ul li:nth-child(1){
    width: 200px;
    margin: 0 40px 0 30px;
}

.teacher ul li:nth-child(2){
    flex: 1;
}

.teacher h2 {
    display: block;
    background-color: #888;
    color: #FFF;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 25px;
}

.teacher h3 {
    font-size: 2.2rem;
    font-weight: 700;
}

.teacher h3 small {
    font-size: 1.6rem;
    margin-left: 1rem;
}

.teacher img {
    display: block;
    margin: 0 auto;
    width: 200px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.teacher p {
    font-size: 90%;
    margin: 10px 0;
}
.teacher p a {
    color: #30586c;
    transition: .5s all;
}

.teacher p a:hover {
    color: #888;
    transition: .5s all;

}

.teacher p a i {
    margin-left: 10px;
}

.teacher h4 {
    font-size: 80%;
    margin-top: 10px;
    border-top: 1px dotted #DDD;
    padding-top: 15px;
}

.teacher h4 dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.teacher h4 dl dt {
    min-width: 60px;
}

.teacher h4 dl dd {
    flex: 1;
}



/*----------------------
視聴までの流れ
----------------------*/

.flow h1 {
	text-align: center;
	font-size: 2.0rem;
    font-weight: bold;
}

.flow i {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 3rem;
	color: #999;
}

.flow h1::after {
	content: "";
	margin: 5px auto 10px auto;
	display: block;
	width: 25px;
	height: 4px;
	border-radius: 2px;
	background-color: #71615a;
}

.flow > p {
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-align: center;
}

.flow ul li {
	padding: 0 1%;
	text-align: center;
}


.flow ul li:nth-child(2n+1) {
	width: 100%;
}

.flow ul li:nth-child(1) h2, .flow ul li:nth-child(7) h2 {
	color: #F6AB00;
}

.flow ul li:nth-child(2n) {
	color: #F6AB00;
	font-size: 2.0rem;
	padding-top: 50px;
}

.flow ul li h2 {
	font-size: 1.6rem;
    font-weight: bold;
	margin-bottom: 10px;
}

.flow ul li p {
    font-size: 1.4rem;
	border-top: 1px dotted#CCC;
	padding-top: 10px;
}

.flow span {
	display: block;
	margin: 0 auto 20px auto;
	width: 50%;
	color: #FFF;
	padding: 5px 0;
	font-size: 1.2rem;
	background-color: #F6AB00;
	position: relative;
}

.flow span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #F6AB00;
}

/*----------------------
視聴に関する注意事項
----------------------*/

.attention h1 {
	text-align: center;
	font-size: 2.0rem;
    font-weight: bold;
}

.attention i {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 3rem;
	color: #999;
}

.attention h1::after {
	content: "";
	margin: 5px auto 10px auto;
	display: block;
	width: 25px;
	height: 4px;
	border-radius: 2px;
	background-color: #71615a;
}

.attention > p {
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-align: center;
}

.attention > ul {
	border: 1px solid #CCC;
	padding: 10px;
}

.attention > ul > li {
	padding: 5px;
	font-size: 1.4rem;
}

.attention > ul h2 {
	margin-bottom: 0px;
	font-size: 1.4rem;
}

.attention > ul h2 {
	font-weight: 600;
}

/*----------------------
フッター
----------------------*/
footer {
    padding: 30px 0;
    text-align: center;
    font-size: 1.3rem;
    border-top: 1px dashed #a59791;
}



@media screen and ( max-width:1024px) {

    .inner {
        width: 95%;
        margin: 0 auto;
    }
}


@media screen and ( max-width:700px) {
    html {
    }
    body {
        font-size: 1.4rem;
    }


    .PC {
        display: none !important;
    }
    .SP {
        display: block !important;
    }

    .flex {
        display: block;
    }
    
    .main {
    }

    section {
        margin-bottom: 30px;
    }

    .read h1 > br {
        display: block;
    }

    .agenda {
        margin-top: 70px;
    }

    .point ul {
        flex-wrap: wrap;
    }

    .point ul li {
        width: 48%;
        margin: 1% 0;
    }

    .point ul li br {
        display: none;
    }

    .CCC .CCC_txt ul {
        width: 100%;
        margin: 15px 0 5px 0;
    }
    .CCC .CCC_txt ul li {
        margin: 1%;
    }
    .CCC .CCC_txt ul li a p {
        font-size: 90%;
    }

    .detail {
        flex-wrap: wrap;
    }

    .detailWrap {
        padding: 30px 5px;
    }

    .detail-inner {
        width: 100%;
        box-sizing: border-box;
    }
    .detail-inner > table {
        margin: 0;
    }
    .detail-inner > table th {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .detail-inner > table td {
        display: block;
        width: 100%;
    }

    .leaflet {
        width: 100%;
        margin-top: 20px;
    }

    .leaflet p {
        margin-bottom: 40px;
    }

    /* .teacher {
        width: 100%;
        padding: 10px;
    }

    .teacher ul.flex {
        width: 100%;
        display: block;
        text-align: center;
    }
    .teacher ul li:nth-child(1){ width: 100%; margin: 0; }
    .teacher ul li:nth-child(2){ width: 100%; margin-top: 0px; }
    .teacher ul li{
        margin: 0;
    }
    .teacher h3 {
        display: inline-block;
        font-size: 2.0rem;
        font-weight: 700;
    }
    
    .teacher h3 small {
        font-size: 1.6rem;
    }
    .teacher p {
        text-align: center;
    }
    .teacher h4 {
        text-align: left;
        width: 90%;
        margin:  0 auto;
    }

    .teacher h4 dl dt {
        min-width: 14%;
    }
    
    .teacher h4 dl dd {
        width: 86%;
    } */
     .teacher {
        width: 100%;
        margin: 50px auto 20px auto;
        padding: 10px;
        text-align: center;
    }

    .teacher ul.flex {
        display: block;
        width: 100%;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
    }

    .teacher ul li:nth-child(1),
    .teacher ul li:nth-child(2) {
        width: 100%;
        margin: 0 auto;
    }

    .teacher img {
        display: block;
        margin: 0 auto 20px auto;
    }

    .teacher h2,
    .teacher h3,
    .teacher p {
        text-align: center;
    }

    .teacher h4 {
        width: 90%;
        max-width: 420px;
        margin: 15px auto 0 auto;
        text-align: left;
    }

    .teacher h4 dl {
        display: flex;
        width: 100%;
        margin: 0 auto;
    }

    .teacher h4 dl dt {
        min-width: 70px;
        text-align: left;
    }

    .teacher h4 dl dd {
        flex: 1;
        text-align: left;
    }
    
    .entryBtn {
        width: 100%;
    }
    .entryBtn a {
        font-size: 1.6rem;
    }

    .detailBtn {
    width: 100%;
    font-size: 1.6rem;
    }
    
    .detailBtn a {
        font-size: 1.6rem;        
    }
    
    .flow .flex, .attention .flex {
        display: block;
    }

    .flow .flex li {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px dashed #ddd;
    }
    .flow .flex li:last-child {
        border-bottom: none;
    }
    .flow .flex li:nth-child(even) {
        display: none;
    }


    .flow ul li p {
        border-top: none;
        padding-top: 0;
    }

    footer {
        margin-top: 40px;
    }

}