@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}

.lp_contents{
    margin-top: 100px;
}

.lp_contents *{
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.2em;
    transition: .2s ease-in-out;
    color: #404040;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.lp_contents .lp_container{
    padding-top: 0;
}


/* 共通 */

body{
    position: relative;
}

.sp_none{
    display: block;
}

.pc_none,
.middle{
    display: none;
}

a{
    text-decoration: none;
}

a:hover,
.tab:hover{
    opacity: 0.5;
}

main,
section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

.lp_container{
    width: 80%;
    max-width: 1000px;
    box-sizing: border-box;
}

li{
    list-style: none;
    line-height: 2em;
}

img{
    width: 100%;
    max-width: none;
}

.lp_container h2{
    color: #004098;
    font-size: 22px;
    padding: 8px 0 52px 60px;
    margin-left: -60px;
    margin-bottom: 40px;
    font-weight: 600;
}

.lp_container h2 span{
    color: #004098;
    font-size: 18px;
}

.contents02 .lp_container h2{
    color: #b81a35;
}

.lp_container .note{
    font-size: 12px;
    line-height: 1.5em;
}

.message h2{
    background-image: url(../images/title_message.svg);
}
.program h2{
    background-image: url(../images/title_program.svg);
    margin-top: 50px;
}
.seminar h2{
    background-image: url(../images/title_seminar.svg);
    margin-bottom: -100px;
}
.report h2{
    background-image: url(../images/title_report.svg);
    margin-top: 100px;
    margin-bottom: 20px;
}
.voice h2{
    background-image: url(../images/title_voice.svg);
}


/* entry */

.entry{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    transition: 0s;
}

.entry .button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d37081;
    background-image: url(../images/entry.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: relative;
    z-index: 999;
}

.entry .button p{
    font-weight: 800;
    padding-top: 10px;
    font-size: 36px;
    color: #fafbe6;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-align: center;
}

.entry .button p span.jp{
    font-weight: 700;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fafbe6;
}

.entry .button .arrow{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fafbe6;
    padding: 0 0 6px 6px;
}


/* main */

.main{
    background-color: #fefae7;
    padding: 50px 0;
    padding-bottom: 0;
}

.main .lp_container{
    background-image: url(../images/main.png);
    background-size: contain;
    background-position: center;
    min-height: 600px;
}

.main h1{
    max-width: 500px;
    filter: drop-shadow(3px 3px 3px rgba(4, 0, 0, .5));
}



/* message */

.contents01{
    background-image:url(../images/message.svg);
    background-size: cover;
    background-position: center;
}

.message .flex{
    display: flex;
    width: 900px;
}

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

.message .flex p:last-of-type{
    margin-bottom: 0;
}

.message .img{
    margin-left: 80px;
    width: 300px;
    flex-shrink: 0;
}


/* program */

.program .program_block{
    display: flex;
    align-items: flex-start;
}

.program .program_block .img{
    max-width: 250px;
    margin-top: -80px;
    margin-left: 100px;
}

.program .flex{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.program .panel{
    background: #fff;
    border-radius: 20px;
    padding: 14px 24px;
    max-width: 550px;
    filter: drop-shadow(0px 0px 10px rgba(211, 112, 129, .4));
}

.program li{
    margin-left: 1.4em;
    text-indent: -1.4em;
}

.program li::before{
    content: "▶︎";
    color: #d37081;
    padding-right: 6px;
    font-size: 12px;
}

.program li .sp_none{
    display: inline;
}

.program p{
    margin-top: 20px;
}

.program .comment{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.program .comment .img{
    width: 100px;
    margin-right: 20px;
    flex-shrink: 0;
}

.program .comment p{
    color: #b81a35;
    margin-top: 0;
    line-height: 2em;
}

.program .comment p span{
    font-weight: 600;
    color: #b81a35;
    background: #f7e9eb;
    padding: 0 4px;
}

.program .note{
    display: block;
    line-height: 1.8em;
    margin-top: 10px;
}


/* seminar */

.seminar .img{
    margin-bottom: 70px;
}

.seminar .panel{
    background: #fff;
    border-radius: 20px;
    padding: 24px 70px;
    box-shadow: 0 0 10px 0 rgba(211, 112, 129, .5);
    display: block;
}

.seminar h3{
    color: #d37081;
    text-align: center;
    padding-bottom: 20px;
}

.seminar .button{
    border-radius: 10px;
    background: #d37081;
    color: #fff;
    padding: 2px 10px;
}

.seminar table{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

.seminar th,
.seminar td{
    text-align: center;
    padding: 10px 30px;
}

.seminar th{
    border-bottom: 1px solid #edc6cc;
    border-right: 1px solid #edc6cc;
}

.seminar td{
    border-right: 1px solid #edc6cc;
}

.seminar tr:nth-of-type(2) td{
    padding-top: 20px;
}

.seminar th:last-of-type,
.seminar td:last-of-type{
    border-right: 0;
}

.seminar .comingsoon{
    color: #c3c4d3;
}

.seminar .note{
    margin: 30px 0 0 30px;
}


/* report*/

.report h3 span{
    font-size: 18px;
    background:linear-gradient(transparent 70%, #bfcfe5 70%);
    line-height: 1.5em;
    padding: 0 4px;
}

.report .flex{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 50px;
    margin-top: -100px;
}

.report .flex .img{
    max-width: 350px;
}

.report table{
    width: 100%;
}

.report th,
.report td{
    text-align: center;
    padding: 10px 30px;
    line-height: 1.5em;
}

.report th{
    background: #d37081;
    color: #f7e9eb;
}

.report td a{
    color: #b81a35;
}

.report td a::after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/link.svg);
    margin-left: 6px;
}

.report tr:nth-of-type(odd){
    background: #f7e9eb;
}



/* voice */

.voice{
    background-image:url(../images/message.svg);
    background-size: cover;
    background-position: center;
}

.voice h2 span{
    padding-left: 30px;
}

.voice .flex{
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
}

.voice .flex:nth-of-type(2){
    flex-direction: row;
}

.voice .flex:not(:last-of-type){
    margin-bottom: 90px;
}

.voice .note{
    margin-top: 50px;
    text-align: right;
    color: #b81a35;
}

.balloon{
    position: relative;
    line-height: 1.5em;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 10px rgba(96, 136, 191, .4));
    margin-left: 50px;
}
.balloon:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 20px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    left: -20px;
    border-width: 40px 0px 16px 27.32px;
    transform: rotate(270deg);
}

.voice .flex:nth-of-type(2) .balloon{
    margin-right: 50px;
}

.voice .flex:nth-of-type(2) .balloon:after{
    right: -20px;
    left: auto;
    border-width: 16px 0px 40px 27.32px;
    transform: rotate(280deg);
}

.balloon span{
    display: block;
    text-align: right;
}

.balloon + .img{
    width: 150px;
    margin-bottom: -50px;
    flex-shrink: 0;
}

/* footer */

.footer{
    padding-top: 0;
}