@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');

/* common */
html {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}
section > .wrap {
    max-width: 1024px;
    width: 95%;
    margin-inline: auto;
    padding: 64px 0;
}
hgroup > h2 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Viga', sans-serif;
}
hgroup > p {
    font-size: 24px;
}
p {
    line-height: 1.5;
}
.cta-area {
    max-width: 380px;
    width: 100%;
    margin-inline: auto;
    text-align: center;
}
.cta-area > a {
    display: block;
    border: #333 solid;
    border-radius: 50px;
    padding: 10px;
    margin: 2vw auto 0 auto;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(45deg, #FFE17D, #2AEFA5, #3CBEDF);
    background-size: 100% 100%;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    margin-top: 32px;
}

/* header */
.header {
    padding: 16px;
}
.header img {
    max-width: 130px;
}

/* mv */
.mv {
    /* background-image: url(/web/jp/asp/seminar/images/2024-foodcross/hero-bg.png); */
    background: linear-gradient(90deg, rgba(229, 244, 247, 1) 0%, rgba(243, 250, 230, 1) 100%);
    object-fit: cover;
    width: 100%;
    background-position: center top;
    background-size: cover;
}
.mv .wrap {
    display: grid;
    place-items: center;
}
.mv .flex {
    display: flex;
    align-items: center;
}
.mv .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.mv .mv-text hgroup {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 48px;
}
.mv .mv-text hgroup p {
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
.mv .mv-text > p {
    font-size: 24px;
    font-weight: 400;
}
.mv .mv-img .grid .grid-item {
    width: 127px;
    height: 127px;
}
.mv .mv-img .grid .grid-item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.mv .movie iframe {
    max-width: 560px;
    width: 100%;
    aspect-ratio: 16 / 9;
}
/* 20241008追加 */
.mv-text2 {
	margin-bottom: 10px;
	width: 80%;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.4rem;
	text-align: center;
}
.mv-text3 {
	margin-top: 10px;
	width: 80%;
    font-size: 1em;
    line-height: 1.6rem;
}

/* read */
.read h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
}
.read .wrap > p:nth-of-type(2) {
    margin: 1em 0;
}
.read .wrap .img-wrap {
    text-align: right;
    margin: 16px 0;
}
.read .wrap .img-wrap img {
    width: 175px;
}
.read .target {
    background: linear-gradient(90deg, rgba(229,244,247,1) 0%, rgba(243,250,230,1) 100%);
    padding: 24px 16px;
}
.read .target > p:nth-of-type(1) {
    font-size: 24px;
}
.read .target > p:nth-of-type(1) span:nth-of-type(2) {
    font-weight: 700;
}
.read .target > p:nth-of-type(2) {
    margin-top: 16px;
}
.read .target .flex {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
}
.read .target .flex .item {
    border: 1px solid #333;
    border-radius: 100vmax;
    padding: 8px 16px;
    background-color: #fff;
    flex: 1;
    text-align: center;
    margin: 0 8px;
}


/* speaker */
.speaker {
    background-color: #FAFAFA;
}
.speaker .container {
    margin-top: 32px;
}
.speaker_wrap {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}	
.speaker_item {
    width: 100%;
}
.speaker_item:not(:last-child) {
    margin-bottom: 1rem;
}
.speaker_box {
	padding: 1.5rem;
	background-color: #fff;
	border: 1px solid #ddd;
	height: auto;
}
.speaker_box_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}    
.speaker_box_image {
    margin: 0 0 1rem 0;
}
.speaker_box_image img {
	width: 160px;
	height: 160px;
	border: 1px solid #ddd;
	background-color:#fff;
	border-radius: 8px;
}
.speaker_box_text { 
	flex: 1;
	margin: 0;
	line-height: 1.6;
}	
.speaker_logo img { 
	/*width: 200px; */
	height: 40px;
}
.speaker_logo img.height_auto { 
	height: auto;
}    
.speaker_co  { 
	margin-top: 1rem;
	font-size: 0.9em;
	color: #666;
}	
.speaker_name { 
	margin-top: 0.5rem;
} 

.speaker_name span { 
	font-size: 1.1em;
	font-weight: 700;
}   
.speaker_prof {
	margin-top: 1rem;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
    text-align: left;
}	
@media (min-width: 520px) {
    .speaker_item {
        width: 100%;
    } 
    .speaker_box_wrap {
        flex-direction: row;
        text-align: left;
    }
    .speaker_box_image {
        margin: 0 2rem 0 0;
    }    
    .speaker_logo img { 
        height: 50px;
    }
}
@media (min-width: 960px) {
    .speaker_item {
        width: 49%;
    } 
    .speaker_item:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .speaker_box {
        height: 100%;
    }  		
}
.speaker_item:last-child {
    margin-bottom: 1.5rem;
}

/* program */
.program {
    background-color: #FAFAFA;
}
.program .program-item {
    background-color: #fff;
    padding: 16px;
    margin: 8px 0;
}
.program .program-item:nth-of-type(1) {
    margin-top: 32px;
}
.program .program-item hgroup {
    margin-bottom: 8px;
    font-size: 24px;
}
.program .program-item hgroup h3 {
    font-weight: 700;
}
.program .program-item hgroup p {
    color: #9BB572;
    font-weight: 700;
    font-size: 16px;
}
.program .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 0px;

    /* separate */
    border-top: 1px solid #DDDDDD;
    padding-top: 8px;
}
.program .grid .flex {
    display: flex;
}
.program .grid .grid-item img {
    width: 115px;
    height: 115px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    margin-right: 8px;
}
.program .grid .grid-item .text {
    font-size: 14px;
}
.program .cta-area {
    margin-top: 32px;
}

/*---------- section overview ----------*/ 
.overview .container {
    margin-top: 32px;
}
.overview_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.overview_item {
    flex: 0 0 100%;
}        
.overviewtable {
	width: 100%;
    table-layout: fixed;
}    
.overviewtable tr,
.overviewtable th,
.overviewtable td {
	display: block;
	width: 100%;
}  
.overviewtable th,
.overviewtable td {
	padding: 1rem 0.5rem;
	border-width: 0 1px 1px 1px;
    border-style: solid; 
    border-color: #dbe1e8;
    line-height: 1.6;
} 
.overviewtable tr:first-child th,
.overviewtable tr:first-child td {
	border-top-width: 1px;  
}    
.overviewtable th {
	background: #edeeee;;
	font-weight: normal;
	text-align: center;
    vertical-align: middle;
}
.overviewtable_note {
    margin-top: 0.5rem;
    font-size: 14px; 
    line-height: 1.5;
}	
@media (min-width: 768px) {
    .overviewtable tr {
        display: table-row;
    }
    .overviewtable th,
    .overviewtable td {
        display: table-cell;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }    
    .overviewtable th {
        width: 160px;
    }    
    .overviewtable tr:first-child td {
        border-top-width: 1px;  
    }     
}
.overview iframe {
    border: 1px solid #dbe1e8 !important;
}
.overview .map-separate {
    margin-top: 1em;
}

/* form */
.form .form-script iframe {
    height: 900px;
}
@media (max-width: 768px) {
    .form .form-script iframe {
        height: 1490px;
    }
}

/* footer */
.footer {
    background-color: #333;
    padding: 128px;
    text-align: center;
}
.footer p {
    color: #fff;
}

/* responsive */
@media (max-width: 768px) {
    section > .wrap {
        padding: 32px 0;
    }
    .mv .flex {
        flex-direction: column;
        text-align: center;
    }
    .mv .movie iframe {
        height: 100%;
    }
    .mv .mv-text > p {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .read h2 {
        font-size: 24px;
    }
    .read .target > p:nth-of-type(1) {
        font-size: 16px;
    }
    .read .target .flex {
        flex-direction: column;
    }
    .read .target .flex .item {
        margin: 8px 0;
    }
    .program .grid {
        display: block;
    }
    .footer {
        padding: 32px 0;
    }
/* 20241008追加 */
.mv-text2 {
	margin-bottom: 10px;
	width: 90%;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2rem;
}
.mv-text3 {
	margin-top: 10px;
	width: 90%;
    font-size: 0.94em;
    line-height: 1.4rem;
}
}

@media (max-width: 768px) {
    hgroup > h2 {
        font-size: 24px;
    }
    hgroup > p {
        font-size: 16px;
    }
}