/*
Theme Name: Graduation research
*/
@charset "UTF-8";

a {
    text-decoration: none;
    color: #ffffff;
}

.header-blue {
    width: 100%;
    background-color: #4169EA;
}

.header-blue h1 {
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

.main-img {
    width: 100%;
}

.main-text {
    position: relative;
}

.main-text h1 {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    font-size: 1.75rem;
    margin: 0 auto;
    text-align: center;
}

.main-text h2 {
    width: 70%;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    font-size: 1.25rem;
    margin: 0 auto;
    text-align: center;
}

/*真ん中の要素*/

#main-element {
    width: 70%;
    height: 600px;
    display: flex;
    margin: 3% auto;
}

/*右側のコース紹介*/

#link-right {
    margin-left: auto;
    background-color: #4169EA;
    opacity: 1;
    font-weight: 500;
}

.recommendation-course {
    width: auto;
    height: 600px;
    font-size: 20px;
}

.recommendation-heading,.recommendation-heading2,.recommendation-heading3 {
    width: 390px;
    padding-left: 0;
    color: #d8d8d8;
    margin-left: 3%;
}

.recommendation-heading li,.recommendation-heading2 li,.recommendation-heading3 li {
    margin: 5% 0 5% 10%;
    color: #d8d8d8;
}

#link-right p {
    width: 80%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin: 0;
}

/*左側のリンクとカウントダウン*/

/*リンク*/
.menulink {
    background-color: #4169EA;
    width: 100%;
    height: 300px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
}

.menulink a {
    margin: 20% auto;
    border-bottom: 1px solid #FFFFFF;
}

.calendar {
    width: 390px;
    height: 300px;
    background-color: #C7D3F7;
    padding: 1px;
}

.calendar p {
    width: 42%;
    margin: 0 auto;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.calendar-back {
    width: 320px;
    height: 200px;
    background-color: #FFFFFF;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    margin: 5% auto;
}

.calendar-hed {
    width: 320px;
    height: 30px;
    background-color: #4169DA;
    display: flex;
    margin: 0;
    justify-content: space-around;
    list-style: none;
    padding: 0;
}

.calendar-day {
    width: 320px;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.calendar-day li {
    width: 20px;
    margin-left: 25px;
}

.today {
    background-color: #4169EA;
}

.calendar-countdown h2 {
    margin: 0;
    font-size: 20px;
}

.set-Date {
    border: 0;
    background-color: #4169EA;
    color: #ffffff;
}

#courselist-left {
    width: 390px;
    height: 600px;
    aspect-ratio: 1;
}

/*メイン下のコース一覧*/
.green-course {
    width: 70%;
    height: 300px;
    background-color: #3d81db;
    color: #ffffff;
    margin: 0 auto;
    opacity: 1;
}

.green-course p {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 2%;
}

.front-button-area {
    text-align: center;
}

.blue-button {
    background-color: #3d81db;
    margin: 2%;
    border: 0;
}

.blue-button p {
    color: #e3e3e3;
}

/*footer*/

.footer-blue {
    width: 100%;
    height: 300px;
    background-color: #4169EA;
    padding: 1px;
    display: flex;
}

.footer-title {
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 10% 0 0 6%;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

.footer-menu-link {
    width: 30%;
    height: 130px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    margin: 7% 0 0 10%;
}

/*トップページPCここまで*/
/*G検定についてのページ*/

.about-Certification {
    width: 80%;
    margin: 2% auto;
    border: 1.5px solid #212F43;
    background-color:#E2E9F2;
    padding: 2%;
}

.about-Certification h1 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #4F97EF;
}

.about-Certification p {
    font-family: 'Noto Sans JP', sans-serif;
    color: #212F43;
    font-weight: 400;
}

.about-Certification span {
    color: #4182D2;
    font-weight: 600;
}


/*G検定コース一覧(鳥居)ページ*/

#course {
    width: 100%;
    position: relative;
}

#course p {
    width: 250px;
    color: #4169EA;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}

.gate-group-one,.gate-group-three {
    display: flex;
    justify-content: space-between;
    margin: 3% auto;
    width: 90%;
}

.gate-group-one p,.gate-group-two p ,.gate-group-three p,.gate-group-four p {
    margin: 3% auto;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 10%;
}

.blue-gate,.green-gate,.orenge-gate,.black-gate,.brown-gate,.lightgreen-gate,.yellow-gate,.silver-gate,.gold-gate {
    width: 330px;
    height: 330px;
    justify-content: center;
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.red-gate,.blue-gate,.green-gate {
    width: 330px;
    height: 330px;
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.orenge-gate,.black-gate {
    width: 400px;
    height: 400px;
}

.yellow-gate p,.silver-gate p  {
    width: 170px;
    margin: 0;
    top: 3%;
}

.gate-group-two,.gate-group-four {
    display: flex;
    margin: 3% auto;
    justify-content: space-evenly;
}

/*ここからお守り授与に関するCSS*/

.omamori {
    width: 600px;
    margin: 0 auto;
}

/*ここまで*/

/*question.html*/
/*jsで追加したクラス*/
.answer {
    width: 200px;
    background-color: #3d81db;
    font-weight: bold;
    font-size: 35px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
}

.chart {
    width: fit-content;
    margin: 0 auto;
    color: #ffffff;
}

.summaryP {
    margin: 2%;
}

.lightgreen {
    background-color: lightgreen;
}

.lightcoral {
    background-color: lightcoral;
}

.answer-feedback {
    width: fit-content;
    margin: 1% auto;
}

.details-decoration {
    background-color: #3d81db;
    margin: 2% auto;
}

.details-decoration p {
    color: #ffffff;
    width: fit-content;
    margin: 2% auto;
}

/*プログレスバー*/

.progress-frame {
    width: 72%;
    height: 50px;
    margin: 1% auto;
    display: flex;
    background-color: #999;
}

/*進捗に合わせて伸縮するやつ*/
.progress-bar {
    width: 0%;
    height: 50px;
    background-color: #4169DA;
    transition: width 0.4s ease-in-out;
}

.progress-text {
    width: 30px;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
}

#question {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.question-field,.answer-field {
    background-color: #D9D9D9;
    width: 90%;
    min-height: 40vh;
    margin: 5% auto;
}

.question-field {
    display: flex;
}


#button-field {
    width: 90%;
    margin: 3% 0;
}

.next-button {
    width: 15%;
    margin: 0 50%;
}

.quiz-button-container {
    position: absolute;
    display: flex;
    margin: 8%;
    flex-direction: column;
    top: 0;
}

/*Gallery*/

.Gallery-box {
    width: 1100px;
    height: 1500px;
    display: flex;
    margin: 5% auto;
}

.vertical-box {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.gallery-line1,.gallery-line2,.gallery-line3,.gallery-line4,.gallery-line5,.gallery-line6,.gallery-line7 {
    width: 100%;
    height: 3%;
    background-color: #F9C899;
}

.gallery-line-vertical1,.gallery-line-vertical2 {
    width: 70px;
    height: auto;
    background-color: #F9C899;
}

.omamori-img {
    display: flex;
    justify-content: space-around;
}

.omamori-img img {
    height: 300px;
}

/*FAQ.html*/
.FAQ-column-accordion,.Syllabus-column-accordion {
    width:  1000px;
    margin: 0 auto;
    overflow: hidden;
}

.FAQ-title,.Syllabus-title {
    width: 100%;
    height: 100%;
    align-content: center;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.FAQ-title::before,.Syllabus-title::before {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    transition: transform 0.6s;
    content: "▼"
}

.FAQ-title.rotate::before,.Syllabus-title.rotate::before {
    transform: rotate(180deg);
}

.FAQ-in-accordion,.FAQ-in-accordion2,.Syllabus-in-accordion,.Syllabus-in-accordion2 {
    background-color: #4169EA;
    margin: 2% auto;
}

#schedule {
    margin: 2% auto;
}

.FAQ-column-contents {
    border: 2px solid #4169EA;;
    background-color: #ffffff;
    font-weight: bold;
}

.FAQ-column-contents p,.Syllabus-column-contents p {
    color: #365AD0;
    margin: 0 auto;
    padding: 2%;
    text-align: center;
}

.legal-field {
    width: 80%;
    margin: 5% auto;
    border: 2px solid #222222;
    padding: 2%;
    display: flex;
}

.legal-field h1 {
    width: auto;
    margin: 1% auto;
}

.accordion-box { 
    overflow: hidden;
    transition: height 0.5s;
}

/*Syllabus.html*/

/*jsで付与するクラスのcss*/
.open {
    display: block;
    transition: height 0.5s;
}

/*resorse.html*/
.reference-book,.use-ai {
    width: 80%;
    margin: 2% auto;
    border: 2px solid #222222;
    padding: 2%;
    background-image: url(../images/Copilot_20251125_213125.png);
    background-color:   rgba(255, 255, 255, 0.83);
    background-blend-mode: lighten;
    color: #4169EA;
    position: relative;
}

.reference-book p {
    font-weight: 450;
    color: #4169EA;
}

.tile-img {
    opacity: 0.4;
    z-index: -1;
    position: absolute;
}

.img-box {
    display: flex;
    justify-content: space-around;
}

.book-img {
    width: 19%;
    aspect-ratio: 1;
}

.book-img2 {
    width: 18%;
    height: 18%;
    aspect-ratio: 3 / 4;
}

