/* style.css */

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

html {
    font-family: "M PLUS 1p", 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;
    background:#eef2f2;
}

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-Green {
    background: linear-gradient(-30deg,rgba(31, 187, 0, 0.5) 0%, rgb(55,115,30,.5) 60%);
}

.bg-W {
    background-color: #FFF;
}


@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;
}


.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: #f39a9d;
    text-align: center;
    z-index: 99999;
    transition: .5s all;
}

.popupBtn {
    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: #f39a9d;
    content: "\f0da";
    font-size: 6.4rem;
    position: absolute;
    top: 35px;
    right: -10px;
    transition: .5s all;
}

.popupBtn a {
    display: block;
    height: 110px;
    width:  110px;
    color: #FFF;
    cursor: pointer;
}

.popupBtn a h1 {
    display: inline-block;
    line-height: 115px;
    transition: .5s all;
}

.popupBtn:hover {
    background-color: #888;
}
.popupBtn:hover::after {
    color: #888;
    top: 50px;
    right: -7px;
    rotate: 18deg;
    transition: .5s all;
} 


/*----------------------
header
----------------------*/
header {
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
}

.headerTitle {
    width: 100%;
    padding: 1.5%;
    border-radius: 20px;
}

.headerTitle img {
    width: 100%;
    border-radius: 20px;
}


@media screen and ( max-width:700px) {
    .headerTitle {
        width: 100%;
    }
}

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

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

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

.theme img {
    width: 900px;
}


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

.read h1 {
    font-weight: 700;
    font-size: 2.0rem;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    color: #444;
    position: relative;
}

.read h1 br {
    display: none;
}

.read h1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10%;
    height: 7px;
    border-radius: 10px;
    background: -webkit-repeating-linear-gradient(-45deg,rgba(246,137,154,1), rgba(246,137,154,1) 2px, rgba(185,227,249,0) 2px, rgba(185,227,249,0) 4px);
    background: repeating-linear-gradient(-45deg, rgba(246,137,154,1), rgba(246,137,154,1) 2px, rgba(185,227,249,0)  2px, rgba(185,227,249,0)  4px);
}

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

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

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

.agenda {
    margin-top: 0px;
}

.agenda .flex {
    flex-wrap: wrap;
    align-items: stretch;
}

.agenda figure {
    width: 48%;
    position: relative;
    margin: 2% 0;
    padding: 15px;
    text-align: center;
    background-color: #FFF;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
}

@media screen and ( max-width:930px) {
    .agenda figure {
        width: 48%;
        margin: 2% 0;
    }
}

@media screen and ( max-width:700px) {
    .agenda figure {
        width: 90%;
        margin: 5% auto;
    }
}

.agenda figure h3 {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    line-height: 70px;
    padding-top: 2%;
    background: url(./img/themeTag.png) center center / contain no-repeat;
    color: #FFF;
    font-size: 140%;
    font-weight: 800;
}

.agenda figure h3:before {
    content: "No";
    font-size: 1.4rem;
    margin-right: 2px;
    font-weight: 600;
}

.agenda figure p.time {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 52px;
    text-align: center;
    background: url(./img/time_BG.gif) center center / contain no-repeat;
    color: #FFF;
    font-size: 80%;
    rotate: 10deg;
}

.agenda figure h4 {
    font-size: 110%;
    font-weight: 700;
    color: #444;
}

.agenda figure hr {
	border: 0;
	height: 1.5px;
    margin-top: 10px;
	background-image: repeating-linear-gradient(90deg, #43969d 0px, #43969d 4px, rgba(0,0,0,0) 4px, rgba(0,0,0,0) 12px);
}

.agenda figure ul.agendalist {
    margin-top: 10px;
    padding: 1rem 0;
    font-size: 90%;
    color: #666;
    font-weight: 700;
    list-style: none;
	display: inline-block;
}

.agenda figure ul.agendalist li {
    display: inline-block;
    text-align: left;
    margin: 7px 1rem;
    line-height: 1.25 ;
}



/*----------------------
セミナーの見どころ
----------------------*/

.point {
}

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

.point h2 i {
    margin-right: 5px;
    font-size: 120%;
}

.point ul {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-around;
}

.point ul li {
    display: block;
    width: 48%;
    margin: 1%;
    padding: 3% 1%;
    font-weight: 700;
    border: 1px solid #FFF;
    border-image: linear-gradient(45deg, #66b7c7 30%, #b6cf43 100%);
    border-image-slice: 1;
    text-align: center;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(45deg, #66b7c7 30%, #b6cf43 100%);
}



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

.foryou {
}

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

.foryou h2 i {
    margin-right: 5px;
    font-size: 120%;
}

.foryou ul {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-around;
}

.foryou ul li {
    display: block;
    width: 48%;
    margin: 1%;
    padding: 3% 1%;
    font-weight: 700;
    border: 1px solid #FFF;
    border-image: linear-gradient(45deg, #1f58a6 30%, #43969d 100%);
    border-image-slice: 1;
    text-align: center;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(45deg, #1f58a6 10%, #43969d 70%);
}

.foryou ul li br {
    display: block;
}


/*----------------------
参加特典Bnr
----------------------*/

.bnrFME {
margin-bottom: 70px;
}

.bnrFME img {
    display: block;
    width: 80%;
    margin: 0 auto; 
    opacity: 1;
    transition: all .5s;
}

.bnrFME img:hover {
    opacity: .7;
    transition: all .5s;
}


.CPR {
    width: 100%;
    border: 2px solid #FFF;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
}

.CPR ul {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
}

.CPR ul li:nth-child(1) {
    width: 60%;
}

.CPR ul li:nth-child(2) {
    width: 39%;
    padding: 5px 0;
}

.CPR ul h3 {
    font-weight: 700;
    color: #43969d;
    margin-bottom: 20px;
}

.CPR ul small {
    display: block;
    margin: 10px 0;
}

.CPR ul.ReviewCard_agenda {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.4rem;
    color: #43969d;
    margin: 1rem 0 0 0;
}

.CPR ul.ReviewCard_agenda li {
    width: 50%;
    padding: 0;
    margin: 0;
}



@media screen and ( max-width:900px) {
    .CPR {
        width: 90%;
        margin: 0 auto 50px auto;
    }
    .CPR ul {
        display: block;
    }
    .CPR ul li:nth-child(1),
    .CPR ul li:nth-child(2)
     {
        width: 100%;
        margin: 0;
    }
}


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

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

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


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

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

.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: bold;
    font-size: 1.8rem;
    padding-left: 1rem;
    margin-bottom: 20px;
    color: #43969d;
}

.detail-inner h2 > small {
    display: inline-block;
    margin-left: 10px;
    color: #666;
}

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

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

.detail-inner > table td {
    color: #444;
    padding-bottom: 12px;
}

.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;
}
.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: #43969d;
    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: #888888;
    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;
    align-items: center;
    vertical-align: middle;
}


.teacher ul.flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items:stretch;
}

.teacher ul li{
    width: 100%;
    margin: 1%;
}

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

.teacher h3 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;
}

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

.teacher img {
    display: block;
    width: 240px;
    border-radius: 5px;
    margin: 15px auto 20px auto;
}

.teacher p {
    font-size: 90%;
    text-align: center;
    margin: 0px 0;
    color: #66B7C7;
    transition: .5s all;
}
.teacher p a {
    transition: .5s all;
}

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

}

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

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

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

.teacher h4 dl dt {
    min-width: 20%;
}

.teacher h4 dl dd {
    width: 80%;
}


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

.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: #e57682;
}

.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: #e57682;
}

.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 {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 1.3rem;
}

footer ul.contact {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
footer ul.contact li {
    line-height: 1.75;
    margin: 0 1%;
    width:300px;
    text-align: center;
}

footer ul.contact li h2 {
    background-color: #aaa;
    color: #FFF;
    padding: 5px 0 3px 0;
    border-radius: 5px;
}
footer ul.contact li span {
    display: block;
    margin-top: 10px;
}
footer ul.contact li span a {
    display: block;
    text-decoration: underline;
    color: #094971;
}



@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;
    }

    .popupBtn {
        height: 100px;
        width:  100px;
        bottom: 40px;
        padding: 0px;
        font-size: 1.6rem;
        border-radius: 50px;
        background-color: #014ea2;
    }

    .popupBtn {
        animation: swing 1s infinite ease-in-out alternate;
    }
    @keyframes swing {
        0% {transform: translateX(-10px)}
        100% {transform: translateX(10px);}
    }

    .popupBtn::after {
        font-size: 4.4rem;
        top: 30px;
    }

    .popupBtn a {
        height: 100px;
        width:  100px;
    }

    .popupBtn a h1 {
        line-height: 100px;
    }

    .popupBtn:hover {
        background-color: #47abcf;
    }
    .popupBtn:hover::after {
        color: #47abcf;
        top: 45px;
        right: -7px;
        rotate: 20deg;
        transition: .5s all;
    } 
    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;
    }

    .foryou ul li br {
        display: none;
    }

    .bnrFME img {
        width: 100%;
    }

    .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%; }
    .teacher ul li:nth-child(2){ width: 100%; margin-top: 30px; }
    .teacher ul li{
        margin: 0;
    }
    .teacher h3 {
        display: inline-block;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 2;
    }
    
    .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%;
    }
    

    .detailBtn {
        width: 100%;
        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;
    }


    footer ul.contact {
        display: block;
    }
    footer ul.contact li {
        line-height: 1.5;
        margin: 0 auto;
        width:90%;
    }
    footer ul.contact li + li {
        margin-top: 20px;
    }


}