
#generative-AI {
position: relative;
}

#generative-AI #result {
margin: 70px auto 0 auto;
}
#generative-AI #result h3 {
font-size: 2.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
position: relative;
}
#generative-AI #result h3 b {
font-size: 3.4rem;
}
#generative-AI #result h3:after {
content: "";
border-bottom: 7px solid #d40505;
display: block;
margin: 0.5em auto 0 auto;
width: 300px;
}
#generative-AI #result ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 40px auto 0 auto;
}
#generative-AI #result ul li {
width: 32%;
border: 1px solid #d40505;
box-sizing: border-box;
text-align: center;
padding: 1em;
}
#generative-AI #result ul li h4 {
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
padding: 0.7em 0 0.7em 0;
position: relative;
color: #d40505;
}
#generative-AI #result h5 {
font-size: 2.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
margin: 2.5em auto 3em auto;
}


#generative-AI #step {}
#generative-AI #step ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 40px auto 80px auto;
}
#generative-AI #step ul li {
width: 32%;
border: 1px solid #d40505;
box-sizing: border-box;
text-align: center;
padding: 1.5em;
}
#generative-AI #step ul li .image {
margin: 0px auto 0 auto;
width: 90%;
}
#generative-AI #step ul li .image:before {
content: '';
color: #e6cccc;
display: block;
font-size: 70px;
font-weight: 700;
line-height: 1.4;
padding-bottom: 0.2em;
}
#generative-AI #step ul li:nth-of-type(1) .image:before {
content: '01';
}
#generative-AI #step ul li:nth-of-type(2) .image:before {
content: '02';
}
#generative-AI #step ul li:nth-of-type(3) .image:before {
content: '03';
}
#generative-AI #step ul li h4 {
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
padding: 1em 0 1.5em 0;
position: relative;
}
#generative-AI #step ul li p {
font-size: 1.8rem;
line-height: 1.7;
text-align: left;
}

#generative-AI #overview {}
#generative-AI #overview ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 40px auto 80px auto;
}
#generative-AI #overview ul li {
width: 48%;
}
#generative-AI #overview ul li.photo {}
#generative-AI #overview ul li table {
font-size: 1.8rem;
line-height: 1.7;
text-align: left;
}
#generative-AI #overview ul li th {
font-weight: 700;
border-bottom: 1px solid #e5e5e5;
padding: 0.7em;
}
#generative-AI #overview ul li td {
border-bottom: 1px solid #e5e5e5;
padding: 0.7em;
}
#generative-AI #overview ul li td:nth-of-type(odd) {
width: 30%;
max-width: 150px;
}

#generative-AI #curriculum {}
#generative-AI #curriculum ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 40px auto 0 auto;
position: relative;
}
#generative-AI #curriculum ul li {
width: 32%;
border: 1px solid #e5e5e5;
box-sizing: border-box;
text-align: center;
padding: 1.5em 1em 1.5em 1em;
margin-bottom: 20px;
}
#generative-AI #curriculum h4 {
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
}
#generative-AI #curriculum h4:before {
content: '';
display: block;
width: 110px;
height: 80px;
background-size: contain;
vertical-align: middle;
position: relative;
margin: 0px auto 1em auto;
}
#generative-AI #curriculum ul li:nth-of-type(1) h4:before {
background-image: url("../img/generative-AI_icon1.png");
}
#generative-AI #curriculum ul li:nth-of-type(2) h4:before {
background-image: url("../img/generative-AI_icon2.png");
}
#generative-AI #curriculum ul li:nth-of-type(3) h4:before {
background-image: url("../img/generative-AI_icon3.png");
}
#generative-AI #curriculum ul li:nth-of-type(4) h4:before {
background-image: url("../img/generative-AI_icon4.png");
}
#generative-AI #curriculum ul li:nth-of-type(5) h4:before {
background-image: url("../img/generative-AI_icon5.png");
}
#generative-AI #curriculum ul li:nth-of-type(6) h4:before {
background-image: url("../img/generative-AI_icon6.png");
}
#generative-AI #curriculum ul:after {
content: "";
position: absolute;
left: 50%;
bottom: -70px;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 120px solid transparent;
border-right: 120px solid transparent;
border-top: 60px solid #dab8b8; /* 三角形の色 */
}




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


}

@media screen and (min-width: 0px) and (max-width: 640px) {
#generative-AI #result {
margin: 40px auto 0 auto;
}
#generative-AI #result h3 {
font-size: 2.2rem;
font-weight: 700;
line-height: 1.3;
text-align: center;
position: relative;
}
#generative-AI #result h3:after {
content: "";
border-bottom: 5px solid #d40505;
display: block;
margin: 0.5em auto 0 auto;
width: 80%;
}
#generative-AI #result ul {
display: block;
margin:20px auto 0 auto;
}
#generative-AI #result ul li {
width: 100%;
border: 1px solid #d40505;
box-sizing: border-box;
text-align: center;
padding: 1em;
margin-bottom: 20px;
}
#generative-AI #result ul li h4 {
font-size: 2rem;
font-weight: 700;
line-height: 1.3;
padding: 0.5em 0 0.5em 0;
position: relative;
color: #d40505;
}
#generative-AI #result h5 {
font-size: 2rem;
font-weight: 700;
line-height: 1.3;
text-align: center;
margin: 1em auto 2em auto;
}


#generative-AI #step {}
#generative-AI #step ul {
display: block;
flex-wrap: wrap;
justify-content: space-between;
margin: 40px auto 80px auto;
}
#generative-AI #step ul li {
width: 100%;
border: 1px solid #d40505;
box-sizing: border-box;
text-align: center;
padding: 1em;
margin-bottom: 20px;
}
#generative-AI #step ul li .image {
margin: 0px auto 0 auto;
width: 80%;
}
#generative-AI #step ul li .image:before {
content: '';
color: #e6cccc;
display: block;
font-size: 40px;
font-weight: 700;
line-height: 1.4;
padding-bottom: 0.2em;
}
#generative-AI #step ul li:nth-of-type(1) .image:before {
content: '01';
}
#generative-AI #step ul li:nth-of-type(2) .image:before {
content: '02';
}
#generative-AI #step ul li:nth-of-type(3) .image:before {
content: '03';
}
#generative-AI #step ul li h4 {
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
padding: 1em 0 1.5em 0;
position: relative;
}
#generative-AI #step ul li p {
font-size: 1.5rem;
line-height: 1.3;
text-align: left;
}

#generative-AI #overview {}
#generative-AI #overview ul {
display: block;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px auto 40px auto;
}
#generative-AI #overview ul li {
width: 100%;
}
#generative-AI #overview ul li.photo {}
#generative-AI #overview ul li table {
font-size: 1.5rem;
line-height: 1.3;
text-align: left;
margin: 20px auto 0 auto;
}
#generative-AI #overview ul li th {
font-weight: 700;
border-bottom: 1px solid #e5e5e5;
padding: 0.7em;
}
#generative-AI #overview ul li td {
border-bottom: 1px solid #e5e5e5;
padding: 0.7em;
}
#generative-AI #overview ul li td:nth-of-type(odd) {
width: 30%;
}

#generative-AI #curriculum {}
#generative-AI #curriculum ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px auto 0 auto;
position: relative;
}
#generative-AI #curriculum ul li {
width: 48%;
border: 1px solid #e5e5e5;
box-sizing: border-box;
text-align: center;
padding: 1em 1em 1em 1em;
margin-bottom: 20px;
}
#generative-AI #curriculum h4 {
font-size: 1.8rem;
font-weight: 700;
line-height: 1.3;
}
#generative-AI #curriculum h4 br {
display: none;
}
#generative-AI #curriculum h4:before {
content: '';
display: block;
width: 80px;
height: 58px;
background-size: contain;
vertical-align: middle;
position: relative;
margin: 0px auto 1em auto;
}
#generative-AI #curriculum ul li:nth-of-type(1) h4:before {
background-image: url("../img/generative-AI_icon1.png");
}
#generative-AI #curriculum ul li:nth-of-type(2) h4:before {
background-image: url("../img/generative-AI_icon2.png");
}
#generative-AI #curriculum ul li:nth-of-type(3) h4:before {
background-image: url("../img/generative-AI_icon3.png");
}
#generative-AI #curriculum ul li:nth-of-type(4) h4:before {
background-image: url("../img/generative-AI_icon4.png");
}
#generative-AI #curriculum ul li:nth-of-type(5) h4:before {
background-image: url("../img/generative-AI_icon5.png");
}
#generative-AI #curriculum ul li:nth-of-type(6) h4:before {
background-image: url("../img/generative-AI_icon6.png");
}
#generative-AI #curriculum ul:after {
content: "";
position: absolute;
left: 50%;
bottom: -40px;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 80px solid transparent;
border-right: 80px solid transparent;
border-top: 40px solid #dab8b8; /* 三角形の色 */
}

}
