@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');

/* .pc-none {
    display: none !important;
} */

html {
    width: 100vw;
    overflow-x: hidden;
    /* zzz */
}

body {
    margin: 0 !important;
    background: url(../img/internship/theme1_pc.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 0% 6%;
}

.image {
    width: 100%;
    height: 510px;
}

.image img {
    width: 100%;
    height: auto;
    display: block;
    /* filter: brightness(0.8); */
}

.intern_ttl {
    font-family: 'Shippori Mincho', serif;
    font-weight: lighter;
    font-size: 62px;
    color: #fdfcfc;
    margin: 18% 0% auto 8%;
    position: absolute;
    text-align: left;
    width: 50%;
    line-height: normal;
}

.intern_ttl2 {
    font-family: 'Shippori Mincho', serif;
    font-weight: lighter;
    font-size: 50px;
    color: #fdfcfc;
    margin: 23% 0% auto 10%;
    position: absolute;
    text-align: left;
    width: 50%;
}

img.scroll_logo {
    width: 3%;
    height: auto;
    text-align: center;
    margin: auto;
    margin-top: -5%;
}

.line_parent {
    position: relative;
    height: 8vw;
    width: 2px;
    margin: -3% auto;
    overflow: hidden;
}

.thin_line {
    background-color: white;
    width: 1px;
    height: 8vw;
    text-align: center;
    position: absolute;
    right: 70.2%;
    top: 0vw;
    animation: scrolldown_animation 3s ease 0s infinite;
}

@keyframes scrolldown_animation {
    0% {
        transform: translateY(-100%);
    }
    20%,
    75% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(120%);
    }
}

.internship_main {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 10%;
}

.about_left {
    width: 30%;
    padding: 0% 2%;
    height: auto;
    justify-content: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.about {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

p.about_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
}

p.about_info {
    font-family: 'Shippori Mincho', serif;
    font-size: 17px;
    line-height: 2;
}

.about_right {
    width: 40%;
}

.chart_ttl_sect {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.content-details p {
    font-family: 'Pathway Gothic One', sans-serif;
    color: white;
    font-size: 30px;
}

.chart_ttl_sect img {
    width: 50%;
    margin: -10% 0% 10% 0%;
}

.information {
    background: #f5f5f5;
    border-radius: 31px;
    height: max-content;
    margin-top: 13% !important;
    width: 70%;
    margin: auto;
}

.chart_ttl_parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    height: 40%;
    padding-left: 3%;
}

h2.chart_ttl {
    text-align: center;
    font-weight: bold;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 30px;
}

h3.chart_ttl {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    color: black;
    font-size: 30px;
    margin: 0px 0px 60px 0px;
}

img.crane_icon {
    width: 100px;
    margin: 15% auto 2% auto;
}

.chart_parent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -5%;
}

.chart_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: max-content;
    text-align: center;
}

.chart_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: max-content;
    text-align: center;
}

img.chart_icon {
    width: 70%;
}

h2.information2_ttl {
    text-align: center;
    background: url(../img/internship/origami_icon.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 10%;
    width: 38%;
    margin: 5% auto;
    line-height: 2;
    font-family: 'Shippori Mincho', serif;
}

h2.information3_ttl {
    text-align: center;
    background: url(../img/internship/origami_icon.webp);
    background-repeat: no-repeat;
    background-position: center -10%;
    background-size: 100px;
    width: max-content;
    margin: 7% auto 1% auto;
    line-height: normal;
    padding: 7% 5% 2% 5%;
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: bold;
    font-size: 32px;
}

h2.information4_ttl {
    text-align: center;
    background: url(../img/internship/origami_icon.webp);
    background-repeat: no-repeat;
    background-position: center -10%;
    background-size: 100px;
    width: max-content;
    margin: 5% auto 1% auto;
    line-height: normal;
    padding: 7% 5% 2% 5%;
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: bold;
    font-size: 32px;
}


/* .ttl_align {
    margin: 5% auto -5% auto !important;
} */

.section4 {
    background: url(../img/internship/theme4_pc.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -16px;
    padding-top: 3%;
}

.information2 {
    width: 100%;
    height: max-content;
    margin: auto;
    background: url(../img/internship/theme3_pc.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.in-pr {
    background: url(../img/internship/img-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: max-content;
    margin: auto;
    padding: 3% 0% 3% 0%;
}

.information2_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Shippori Mincho', serif;
    background-color: #fffffff0;
    width: 80%;
    height: max-content;
    margin: auto;
    border-radius: 10px;
    box-shadow: 7px 11px 20px #0000005e;
}

.information2_info {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h3.information2_info_ttl {
    text-align: center;
    width: 50%;
    font-size: 50px;
    font-family: 'Shippori Mincho', serif;
    line-height: 1;
    font-style: italic;
    color: white;
}

p.information2_info_ttl {
    text-align: center;
    width: 50%;
    font-size: 50px;
    font-family: 'Shippori Mincho', serif;
    line-height: normal;
    font-style: italic;
    margin-left: 13%;
    margin-bottom: 2%;
    color: white;
}

p.information2_info_text {
    text-align: justify;
    font-size: 15px;
    line-height: 2;
    width: 100%;
    font-family: 'Shippori Mincho', serif;
    padding: 2%;
}

.information2_featured {
    width: 55%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img.polaroid_icon {
    width: 100%;
    padding: 3% 3% 3% 0%;
}

p.polaroid_text {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    transform: rotate( 12.5deg);
    margin: 15% auto 0% auto;
    width: 28%;
    text-align: center;
}


/* .internship_main .section4 {
    margin: 15% auto 0% auto;
} */

p.section4_text {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    padding: 0% 0% 5% 0%;
    width: 60%;
    margin: auto;
    line-height: normal;
    font-size: 17px;
}

.section4_icon_parent {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 70%;
    margin: auto;
}

.section4_icon_parent2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 70%;
    margin: auto;
}

.section4_icon img {
    border-radius: 20px;
    width: 40%;
    padding-top: 5%;
    margin: auto;
}

.section4_icon {
    border: 2px solid #13a1f4;
    border-radius: 20px;
    width: 25%;
    height: auto;
    margin: 1% -8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.section4_icon_spacing {
    margin: 1% -23%;
}

p.icon_ttl {
    width: 70%;
    height: 40px;
    vertical-align: middle;
    margin: 0% auto 6%;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section5 {
    width: 100%;
    height: max-content;
    background: url(../img/internship/theme2_pc.png);
    background-size: 80%;
    background-repeat: no-repeat;
    padding-bottom: 1%;
    background-position: bottom left;
}

.section6 {
    background: url(../img/internship/theme1_pc.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 3%;
}

p.section5_text {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    padding: 0% 0% 3% 0%;
    font-size: 17px;
}

p.icon_ttl_1 {
    position: absolute;
    font-family: 'Pathway Gothic One', sans-serif;
    color: white;
    width: 100%;
    text-align: center;
    bottom: 18%;
    font-size: 30px;
    opacity: 1;
}

.section5_icon_parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2%;
    width: max-content;
    margin: 3% auto 2% auto;
}

.section5_icon {
    width: 340px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.content-gradient {
    background-image: linear-gradient(#ffffff00, #0707077a);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.content-overlay {
    background: #d21c25c2;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 80%;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

i.arrow-class {
    border: 3px solid white;
    border-radius: 99px;
    padding: 6%;
    color: white;
    width: 10px;
    height: 10px;
    background: url(../img/internship/arrow_right_icon.webp);
    background-position: center;
    background-size: contain;
    display: block;
    margin: 55% auto 0%;
}

.section5_icon .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.section5_icon:hover p.icon_ttl_1 {
    opacity: 0;
}

.section5_icon:hover .content-overlay {
    opacity: 1;
    top: 0;
}

.section5_icon img {
    width: 100%;
    height: auto;
}

p.section6_text {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    padding: 1% 0px 5% 0px;
    width: 70%;
    margin: auto;
    line-height: normal;
    font-size: 17px;
}


/* q&n css */

b {
    color: #FFFFFF;
    font-size: 55px;
}

p.remarks,
a {
    text-align: center;
    /* margin-top: 100px; */
    color: #FFFFFF;
}

.container {
    width: 60%;
    /* max-width: 1000px; */
    /* min-width: 300px; */
    margin: 0 auto;
    padding: 0 5vh;
}


/* accordion-1 */

#accordion-1 {
    position: relative;
    border: 1px solid #e3dcdcd6;
    border-radius: 10px;
    box-shadow: 0px 1px 7px #dbdbdb;
}

.qna_ttl h3 {
    font-size: 20px;
    text-align: left;
    color: black;
    font-family: 'Shippori Mincho', serif;
    margin-left: 15%;
}

.qna_text p {
    font-size: 17px;
    text-align: left;
    color: black;
    font-family: 'Shippori Mincho', serif;
    line-height: normal;
}

#accordion-1 .head {
    color: black;
    padding: 0% 30px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


}
#accordion-1 .arrow {
    color: black;
    font-size: 60px;
    transition: 0.25s ease;
    opacity: 0.3;
    transform: rotate(-90deg);
}
#accordion-1 .head:hover .arrow {
    opacity: 1;
}

/* #accordion-1 .head:hover,
#accordion-1 .active {
    background-color: #FFE77AFF;
} */
#accordion-1 .arrow-animate {
    transform: rotate(0deg);
    opacity: 1;
}
#accordion-1 .content {
    display: none;
    padding: 0px 30px 20px 30px;
    color: #333333;
}
.fa-angle-up:before {
    content: "\f107";
}
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
hr.border_qna {
    border-top: 1px solid #807b7bd6;
}

/* q&n css */

/* timetable css */
.timetable {
    display: grid;
    grid-template-areas: ". week" "time content";
    grid-template-columns: 120px;
    grid-template-rows: 60px;
    width: 70vw;
    height: 100vh;
    margin: auto;
    background: lightgrey;
    border-radius: 10px;
}
.timetable .accent-pink-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ee8ebc, #eea08e);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-pink-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(238, 142, 188, 0.3);
    transform: scale(1.05);
}
.timetable .accent-orange-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #eec08e, #dcee8e);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-orange-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(238, 192, 142, 0.3);
    transform: scale(1.05);
}
.timetable .accent-green-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #bcee8e, #8eeea0);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-green-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(188, 238, 142, 0.3);
    transform: scale(1.05);
}
.timetable .accent-cyan-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8eeec0, #8edcee);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-cyan-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(142, 238, 192, 0.3);
    transform: scale(1.05);
}
.timetable .accent-blue-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #8ebcee, #a08eee);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-blue-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(142, 188, 238, 0.3);
    transform: scale(1.05);
}
.timetable .accent-purple-gradient {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c08eee, #ee8edc);
    transition: 0.2s ease box-shadow, 0.2s ease transform;
}
.timetable .accent-purple-gradient:hover {
    box-shadow: 0 20px 30px 0 rgba(192, 142, 238, 0.3);
    transform: scale(1.05);
}
.timetable .weekend {
    background: #fbfbfc;
    color: #87a1ad;
}
.timetable .week-names {
    grid-area: week;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-transform: uppercase;
    font-size: 12px;
}
.timetable .week-names>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* box-shadow: inset 1px 0 0 #eceff1; */
}
.timetable .time-interval {
    grid-area: time;
    display: grid;
    grid-template-rows: repeat(14, 1fr);
    font-size: 14px;
}
.timetable .time-interval>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* box-shadow: inset 0 1px 0 0 #eceff1; */
}
.timetable .content {
    grid-area: content;
    display: grid;
    grid-template-rows: repeat(14, 1fr);
    grid-template-columns: repeat(4, 1fr);
}
.timetable .content>div {
    /* box-shadow: inset 1px 0 0 #eceff1, inset 0 1px 0 0 #eceff1; */
}

/* timetable css */

/* table 2 css */
.table_intern {
    width: 70%;
    height: 130vh;
    background: #f5f5f5;
    margin: auto;
    padding: 2% 2%;
    border-radius: 10px;
    border-spacing: 20px;
}
th.header_table {
    border-radius: 10px;
    background-blend-mode: luminosity;
    color: black;
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: bold;
    font-size: 15px;
}

/* .pc-none {
    display: none;
} */
th,
td {
    /* width: 50px; */
    
    height: 30px;
    font-size: 20px !important;
}
th.table_time {
    width: 0%;
    text-align: left;
    padding: 0% 0%;
    color: grey;
    font-family: 'Pathway Gothic One', sans-serif;
}
td.table_arrive {
    background: #67addb;
    border-radius: 10px;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-family: 'Pathway Gothic One', sans-serif;
}
td.table_class {
    background: #ffb54d;
    border-radius: 10px;
    color: grey;
    text-align: center;
    vertical-align: middle;
    font-family: 'Pathway Gothic One', sans-serif;
}
td.table_off {
    background: #ffdeb0;
    border-radius: 10px;
    color: grey;
    text-align: center;
    vertical-align: middle;
    font-family: 'Pathway Gothic One', sans-serif;
}
.table_parent {
    overflow-x: auto;
}

/* table 2 css */
.intern_footer {
    height: 300px;
    text-align: center;
    margin-top: 10%;
    position: relative;
}
.intern_footer_ttl h2 {
    position: absolute;
    width: 100%;
    color: white;
    text-align: center;
    bottom: 62%;
    left: 0px;
    right: 0;
    font-size: 32px;
}
.intern_footer_text p {
    width: 100%;
    position: absolute;
    margin: auto;
    padding-top: 2%;
    color: white;
    bottom: 27%;
    font-size: 20px;
}
button.intern_footer_button {
    position: absolute;
    width: max-content;
    padding: 10px 30px;
    background: transparent;
    border: 1px solid white;
    color: white;
    bottom: -15%;
    left: 46%;
    font-size: 15px;
    text-align: center;
}
.intern_footer_image {
    width: 100%;
    height: 390px;
    overflow: hidden;
}
.intern_footer_image img {
    width: 100%;
    height: 600px;
    filter: brightness(0.5);
    margin: -10% 0%;
}
.intern_footer_copyright {
    color: white;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    height: max-content;
    z-index: 2;
    background: black;
    padding: 4px;
}

/* popup css */

/* 
body {
font-family: Arial, sans-serif;
background: #ddd;
}

h1 {
text-align: center;
font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #333;
text-shadow: 0 1px 0 #fff;
margin: 50px 0;
} */
#wrapper {
    width: 100px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border: 10px solid #aaa;
    border-radius: 20px;
    background-clip: padding-box;
    text-align: center;
}
.button {
    /* font-family: Helvetica, Arial, sans-serif; */
    
    font-family: 'Shippori Mincho', serif !important;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #aaa;
    background-color: #eee;
    background-image: linear-gradient(top, #fff, #f0f0f0);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #666;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.button:hover {
    border-color: #999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.button:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
}
.overlay.light {
    background: rgb(115 109 109 / 50%);
}
.overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
    top: 0;
    left: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    position: fixed;
    z-index: 20;
    height: 100vw;
}
.popup {
    margin: 5% auto;
    padding: 2% 2%;
    background: #fff;
    border: 1px solid #666;
    width: 60%;
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
    position: relative;
    z-index: 20;
}
.xmark {
    background: url(../img/internship/xmark.webp);
    background-size: contain;
    position: absolute;
    height: 20px !important;
    width: 20px !important;
    right: 0px;
    bottom: 0px;
    background-color: #e3f2fd;
    padding: 5px;
    margin: 0 !important;
    border: none;
}
.light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup_ttl {
    margin-top: -35%;
    color: #3f51b5 !important;
    font-size: 30px !important;
    font-weight: bold;
    font-family: 'Shippori Mincho', serif !important;
}
.popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}
.popup .close:hover {
    opacity: 1;
}
.popup .content {
    height: max-content;
    overflow: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.content_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
}
.content_left p {
    font-family: 'Shippori Mincho', serif;
    font-size: 17px;
    margin-top: 0%;
    color: black;
    line-height: 2;
    width: 90%;
}
.content_right img {
    justify-content: center;
    width: 400px;
    height: 400px;
}

/* .popup p {
    margin: 0 0 1em;
}
.popup p:last-child {
    margin: 0;
    font-size: 15px;
} */

/* popup css */

/* piechart css */
.chart_body {
    padding: 10%;
}
figure.datafigure {
    display: block;
    height: 0;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    width: 400px;
    height: 400px;
}
figure.datafigure-2 {
    display: block;
    height: 0;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    width: 400px;
    height: 400px;
}
.datafigure .piefig1 {
    background: url(../img/internship/chart_arrow.webp);
    background-size: 240px;
    background-repeat: no-repeat;
    padding: 0% 1% 9% 12%;
    background-position: 1px 23px;
    position: absolute;
    margin: auto;
    width: max-content;
    height: max-content;
    font-size: 15px;
    right: -10%;
    top: -13%;
    z-index: 1;
    color: black;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: left;
    line-height: 1;
}
.datafigure-2 .piefig1-2 {
    background: url(../img/internship/chart_arrow.webp);
    background-size: 240px;
    background-repeat: no-repeat;
    padding: 3% 1% 7% 9%;
    background-position: 0px 31px;
    position: absolute;
    margin: auto;
    width: max-content;
    height: max-content;
    font-size: 15px;
    right: -5%;
    top: -15%;
    z-index: 1;
    color: black;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: left;
    line-height: 1;
}
.datafigure .piefig2 {
    position: absolute;
    margin: auto;
    width: 28%;
    height: max-content;
    font-size: 18px;
    right: 8%;
    bottom: 49%;
    z-index: 1;
    color: white;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: center;
    line-height: 1;
}
.datafigure-2 .piefig2-2 {
    position: absolute;
    margin: auto;
    width: 20%;
    height: max-content;
    font-size: 18px;
    right: 10%;
    bottom: 45%;
    z-index: 1;
    color: white;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: center;
    line-height: 1;
}
.datafigure .piefig3 {
    position: absolute;
    margin: auto;
    width: 35%;
    height: max-content;
    font-size: 17px;
    left: 35%;
    bottom: 12%;
    z-index: 1;
    color: white;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: center;
    line-height: 1;
}
.datafigure-2 .piefig3-2 {
    position: absolute;
    margin: auto;
    width: 36%;
    height: max-content;
    font-size: 17px;
    left: 20%;
    bottom: 16%;
    z-index: 1;
    color: white;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: center;
    line-height: 1;
}
.datafigure .piefig4 {
    position: absolute;
    margin: auto;
    width: 20%;
    height: max-content;
    font-size: 15px;
    left: 7%;
    bottom: 38%;
    z-index: 1;
    color: white;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: center;
    line-height: 1;
}
.datafigure-2 .piefig4-2 {
    position: absolute;
    margin: auto;
    width: 40%;
    height: max-content;
    font-size: 15px;
    left: 0%;
    bottom: 44%;
    z-index: 1;
    color: white;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: center;
    line-height: 1;
}
.datafigure .piefig5 {
    position: absolute;
    margin: auto;
    width: 20%;
    height: max-content;
    font-size: 15px;
    left: 17%;
    top: 16%;
    z-index: 1;
    color: white;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: center;
    line-height: 1;
}
.datafigure-2 .piefig5-2 {
    background: url(../img/internship/chart_arrow5.webp);
    background-size: 240px;
    background-repeat: no-repeat;
    padding: 3% 37% 16% 0%;
    background-position: -25px 10px;
    position: absolute;
    margin: auto;
    width: max-content;
    height: max-content;
    font-size: 15px;
    left: -34%;
    top: 8%;
    z-index: 1;
    color: black;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: left;
    line-height: 1;
}
.datafigure .piefig6 {
    background: url(../img/internship/chart_arrow4.webp);
    background-size: 240px;
    background-repeat: no-repeat;
    padding: 0% 17% 8% 0%;
    background-position: -56px 20px;
    position: absolute;
    margin: auto;
    width: max-content;
    height: max-content;
    font-size: 15px;
    left: -4%;
    top: -12%;
    z-index: 1;
    color: black;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: left;
    line-height: 1;
}
.datafigure-2 .piefig6-2 {
    background: url(../img/internship/chart_arrow4.webp);
    background-size: 240px;
    background-repeat: no-repeat;
    padding: 4% 16% 6% 0%;
    background-position: -52px 37px;
    position: absolute;
    margin: auto;
    width: max-content;
    height: max-content;
    font-size: 15px;
    left: -5%;
    top: -17%;
    z-index: 1;
    color: black;
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
    display: block;
    opacity: 0;
    text-align: left;
    line-height: 1;
}
.fadein {
    animation-fill-mode: both;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-name: zzz;
}
@-webkit-keyframes zzz {
    0% {
        opacity: 0;
    }
    
    50% {
        opacity: 0.2
    }
    
    100% {
        opacity: 1
    }
}
@keyframes zzz {
    0% {
        opacity: 0;
    }
    
    50% {
        opacity: 0.2
    }
    
    100% {
        opacity: 1
    }
}
svg {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
}
circle {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 31.8309886184;
    stroke-dasharray: 0, 0, 0, 100;
    stroke-dashoffset: 25;
    animation-fill-mode: both;
    animation-duration: 2.5s;
    animation-timing-function: ease;
}
.pie1 {
    stroke: #97a7d7;
    -webkit-animation-name: pie1;
    animation-name: pie1;
}
.pie2 {
    stroke: #5e9bd7;
    -webkit-animation-name: pie2;
    animation-name: pie2;
}
.pie3 {
    stroke: #67addb;
    -webkit-animation-name: pie3;
    animation-name: pie3;
}
.pie4 {
    stroke: #77cfd1;
    -webkit-animation-name: pie4;
    animation-name: pie4;
}
.pie5 {
    stroke: #8bd6cb;
    -webkit-animation-name: pie5;
    animation-name: pie5;
}
.pie6 {
    stroke: #8fbbd9;
    -webkit-animation-name: pie6;
    animation-name: pie6;
}
.pie1-2 {
    stroke: #97a7d7;
    -webkit-animation-name: pie1-2;
    animation-name: pie1-2;
}
.pie2-2 {
    stroke: #5e9bd7;
    -webkit-animation-name: pie2-2;
    animation-name: pie2-2;
}
.pie3-2 {
    stroke: #67addb;
    -webkit-animation-name: pie3-2;
    animation-name: pie3-2;
}
.pie4-2 {
    stroke: #77cfd1;
    -webkit-animation-name: pie4-2;
    animation-name: pie4-2;
}
.pie5-2 {
    stroke: #8bd6cb;
    -webkit-animation-name: pie5-2;
    animation-name: pie5-2;
}
.pie6-2 {
    stroke: #8fbbd9;
    -webkit-animation-name: pie6-2;
    animation-name: pie6-2;
}

/*
   pie percentage made by stroke-dasharray.
   stroke-dasharray format is...
  
   keyframe 100% : 0 offset this-percentage rest
  
   I added keyframe 50% for infinite presentation.
  */

/* 1st pie is 4% */
@-webkit-keyframes pie1 {
    100% {
        stroke-dasharray: 4, 96, 0, 0;
    }
}
@keyframes pie1 {
    100% {
        stroke-dasharray: 4, 96, 0, 0;
    }
}

/* 2nd pie is 32% */
@-webkit-keyframes pie2 {
    100% {
        stroke-dasharray: 0, 4, 32, 64;
    }
}
@keyframes pie2 {
    100% {
        stroke-dasharray: 0, 4, 32, 64;
    }
}

/* 3rd pie is 25% */
@-webkit-keyframes pie3 {
    100% {
        stroke-dasharray: 0, 36, 25, 39;
    }
}
@keyframes pie3 {
    100% {
        stroke-dasharray: 0, 36, 25, 39;
    }
}

/* 4th pie is 21% */
@-webkit-keyframes pie4 {
    100% {
        stroke-dasharray: 0, 61, 21, 18;
    }
}
@keyframes pie4 {
    100% {
        stroke-dasharray: 0, 61, 21, 18;
    }
}

/* 4th pie is 12% */
@-webkit-keyframes pie5 {
    100% {
        stroke-dasharray: 0, 82, 12, 6;
    }
}
@keyframes pie5 {
    100% {
        stroke-dasharray: 0, 82, 12, 6;
    }
}

/* 4th pie is 6% */
@-webkit-keyframes pie6 {
    100% {
        stroke-dasharray: 0, 94, 6, 0;
    }
}
@keyframes pie6 {
    100% {
        stroke-dasharray: 0, 94, 6, 0;
    }
}

/* 1st pie is 4% */
@-webkit-keyframes pie1-2 {
    100% {
        stroke-dasharray: 5, 95, 0, 0;
    }
}
@keyframes pie1-2 {
    100% {
        stroke-dasharray: 5, 95, 0, 0;
    }
}

/* 2nd pie is 32% */
@-webkit-keyframes pie2-2 {
    100% {
        stroke-dasharray: 0, 5, 40, 55;
    }
}
@keyframes pie2-2 {
    100% {
        stroke-dasharray: 0, 5, 40, 55;
    }
}

/* 3rd pie is 25% */
@-webkit-keyframes pie3-2 {
    100% {
        stroke-dasharray: 0, 45, 21, 34;
    }
}
@keyframes pie3-2 {
    100% {
        stroke-dasharray: 0, 45, 21, 34;
    }
}

/* 4th pie is 21% */
@-webkit-keyframes pie4-2 {
    100% {
        stroke-dasharray: 0, 66, 17, 17;
    }
}
@keyframes pie4-2 {
    100% {
        stroke-dasharray: 0, 66, 17, 17;
    }
}

/* 4th pie is 12% */
@-webkit-keyframes pie5-2 {
    100% {
        stroke-dasharray: 0, 83, 10, 7;
    }
}
@keyframes pie5-2 {
    100% {
        stroke-dasharray: 0, 83, 10, 7;
    }
}

/* 4th pie is 6% */
@-webkit-keyframes pie6-2 {
    100% {
        stroke-dasharray: 0, 93, 7, 0;
    }
}
@keyframes pie6-2 {
    100% {
        stroke-dasharray: 0, 93, 7, 0;
    }
}

/* piechart css */

/* piechart css */