* {
    margin: 0;
    padding: 0;
    box-sizing: initial;
}

p {
    margin-bottom: initial;
}

.pc_Hdn {
    display: none !important;
}

body {
    width: 100%;
    /* height: 14706px; */
    margin: initial;
}

header {
    /* height: 206px; */
    margin-bottom: 2.6%;
    display: flex;
    /* Make sure the header is a flex container */
    align-items: center;
    /* Vertically align the items in the middle */
}

.head_logo {
    width: 9.6%;
    /* height: 125px; */
    padding-left: 3.7%;
    padding-top: 45px;
}

.menu {
    margin-top: 99px;
    margin-left: 12.1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* これにより、アイテムが中央に整列されます */
    width: 100%;
}

.icons {
    margin-left: auto;
    margin-right: 30px;
}


.menu ul {
    display: flex;
    list-style: none;
    /* margin: initial; */
    padding: initial;
    align-items: center;
}

.menu ul li {
    display: inline-block;
    padding-right: 36px;
}

.menu a {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.1em;
    display: block;
}


.icons_line img {
    height: 40px;
    /* ここでアイコンの縦のサイズを設定 */
    width: auto;
    /* 縦幅を基準にして、横幅は自動的に調整される */
    vertical-align: middle;

}

.icons_note img {
    height: 60px;
    /* ここでアイコンの縦のサイズを設定 */
    width: auto;
    /* 縦幅を基準にして、横幅は自動的に調整される */
    padding-right: initial;
    vertical-align: middle;
}


.top_image img {
    width: 100%;
}

.top_image,
.news {
    background: #F0FBFF;
}

.news {
    padding: 3.5% 0;
}

.news_width {
    margin: 0 auto;
    /* padding: 0 12.4%; */
    display: flex;
    align-items: start;
    justify-content: space-between;
    /* padding-bottom: 7%; */
    max-width: 900px;
}

.news_header {
    display: flex;
    flex-direction: column;
    /* 上下に配置 */
    justify-content: flex-start;
    /* 上揃え */
    flex: 1.5;
    margin-right: 5%;
    /* 右側との間隔 */
}


.news_big {
    margin: 0px 0px 0px 17%;
    line-height: 1.2;
}

.news_big_c {
    font-family: "Tilt Warp", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #005AAA;
    font-size: 64px;
}

.news_sub {
    margin: 0px 0px 0px 17%;
    line-height: 1.7;
}

.news_sub_c {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.news_big,
.news_sub {
    margin: 0;
}

.news_items {
    flex: 2;
    /* スペースの2/3を占める */
}

.news_item {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #000000;
    margin-bottom: 10px;
}

.news_item a {
    text-decoration: none;
    /* 下線を取り除く */
    color: inherit;
    font-weight: bold;
    font-size: 18px;
    font-family: inherit;
    /* 親要素の色を継承する（もしこれが望ましくない場合は、具体的な色値に変更してください） */
}

/* ホバー時のスタイルも変更したい場合 */
.news_item a:hover {
    color: inherit;
    /* または好きな色に変更 */
}


.plot {
    background-color: #FBFCED;
}

.about_plot {
    /* margin: 0 8.8% 0 8.8%; */
    margin: 0 auto;
    padding: 0 12.4%;
    background-color: #FBFCED;
    padding-bottom: 7%;
    max-width: 1366px;
}

.logo_sub_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.plot_logo {
    width: 17.5%;
    height: 4.8%;
    /* margin-left: 41.3%; */
    padding-top: 7.3%;
}

.sub {
    /* margin-left: 46.3%; */
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 46px;
    font-weight: bold;
}

.main_content {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.0;
    margin-left: 8%;
    margin-top: 4.2%;
    padding-right: 10%;
}

.plot_content_images {
    display: flex;
    justify-content: space-between;
}

.plot_content_images .detail_button .detail_letter:hover {
    color: #015DDB;
    text-decoration: none;
}

.plot_content {
    width: 50%;
}

.plot_images {
    width: 50%;
    position: relative;
    /* 子要素の基準点となる */
}

.plot_images img {
    position: absolute;
    /* 親要素(plot_images)を基準に位置を決める */
}

.asset1 {
    margin-left: 77%;
    z-index: 3;
    width: 35%;
    margin-top: -10%;
    /* margin-top: 200.78px; */

}

.asset2 {
    width: 42%;
    margin-left: 8%;
    z-index: 4;
    margin-top: 37%;
    /* margin-top: 200.78px; */
}

.photo1 {
    width: 71.6%;
    margin-left: 19%;
    margin-top: 1%;
    z-index: 1;
    border-radius: 30px;
    margin-top: -3%;
    /* margin-top: 200.78px; */
}

.photo2 {
    width: 85%;
    z-index: 2;
    border-radius: 30px;
    margin-top: 0;
    margin-left: 14%;
    /* margin-top: 200.78px; */
}

.detail_button {
    box-sizing: border-box;
    margin-left: 8%;
    background-color: #015DDB;
    border-radius: 40px;
    width: 37.7%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 40%;
    border: 4px solid transparent;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_button:hover {
    color: #015DDB;
    background-color: #ffffff;
    border: solid 4px #015DDB;
}



.detail_letter {
    color: #FFFFFF;
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 68px;
}

.detail_letter:hover {
    color: #015DDB;
}

.plot_strength {
    text-align: center;
    /* margin-top: 3%; */
}

.strength_title {
    color: #EA6884;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.strength_sub {
    margin-top: 2.3%;
}

.strength_sub_span {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 18px;
    line-height: 1.7;
}

.plot_strengths {
    margin: 3% 1% 0 1%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* Need some space between the items */
}

.strength {
    width: calc((100% - 20px) / 3);
    /* minus total gap divided by number of items */
    border: 5px solid #97C3EA;
    border-radius: 60px;
    background-color: #FFFFFF;
    padding: 1%;
}

.number {
    color: #005AAA;
    font-family: "Tilt Warp", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 64px;
    line-height: 1.2;
    font-weight: normal;
    margin: 7%;
    letter-spacing: 0.1em;
    text-align: center;
}


h3 {
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    /* font-weight: bold; */
    color: #EA6884;
    line-height: 1.3;
    margin: 5% 0;
}

.strength-title h3 {
    font-size: 20px;
    text-align: center;
    margin: initial;
}

.strength_p {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 18px;
    line-height: 1.7;
    padding: 5% 7%;
}

.lectures {
    background-color: #F0FBFF;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.fee_photo {
    padding: 5px;
    width: 100%;
    height: 848px;
    background-image: url(../images/fee.png);
    background-size: 65% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.lectures h2 {
    color: #005AAA;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 43px;
    line-height: 1.4;
    font-weight: bold;
    margin: initial;
    letter-spacing: 0.1em;
}

hr {
    width: 43%;
    height: 5px;
    background-color: #005AAA;
    border: none;
    margin: 0 auto;
    /* min-width: 587px; */
    margin-bottom: 1%;
}

.programming_classes {
    /* margin: 1% 12.4% 0 12.4%; */
    margin: 0 auto;
    padding: 0 12.4%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1366px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.programming_classes p {
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.circle {
    width: 9.7%;
}

.title_1 {
    color: #E95513;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 3% 0 3% 3%;
}

.programmig_both {
    display: flex;
    justify-content: space-between;
    /* margin: 0 12.4%; */
    margin: 0 auto;
    padding: 0 12.4%;
    max-width: 1366px;
}

.programming_photo {
    width: 50%;
}

.dummy_3 {
    width: 94%;
    border-radius: 30px;
    margin-top: 5%;
}

.programming_text {
    width: 50%;
    position: relative;
    text-align: left;
    margin-top: 2%;
}

.programming_school {
    color: #E95513;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 30px;
    font-weight: bold;
    margin-left: 6.3%;
    /* letter-spacing: 0.1em; */
    /* margin-top: 5%; */
}

.plot_characteristic {
    color: #000000;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    /* margin-left: 7.3%; */
    /* letter-spacing: 0.2em; */
    margin: 4% 0 1% 6.3%;
}

.characteristic_1,
.characteristic_2 {
    border: none;
    background-color: #E95513;
    border-radius: 15px;
    color: #FFFFFF;
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 18px;
    font-weight: bold;
    padding: 1.5% 0%;
    margin: 0% 3% 1% 6.3%;
    line-height: 1.7;
    text-align: center;
}

.cheracterisctics_detail {
    margin-left: 6.3%;
    margin-right: 3%;
    font-family: YuGothic, "游ゴシック体", "Zen Maru Gothic";
    font-size: 18px;
}

.programming_course {
    /* margin: 0 12.4%; */
    margin: 0 auto;
    padding: 0 12.4%;
    max-width: 1366px;
}

.classes {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 22px;
    color: #E95513;
    font-weight: bold;
    text-align: left;
    margin-left: 0.5%;
    margin-top: 2%;
    margin-bottom: 1.5%;
}

.class_category {
    /* margin: 3% 8% 0 8%; */
    display: flex;
    justify-content: space-between;
    gap: 10px;
    max-width: 1366px;

    /* Need some space between the items */
}

.courses_b {
    width: 40%;
    /* minus total gap divided by number of items */
    border: none;
    border-radius: 15px;
    padding: 1.5% 3%;
}

.courses_b1 {
    width: 20%;
    /* minus total gap divided by number of items */
    border: none;
    border-radius: 15px;
    padding: 1.5% 3%;
}

.period {
    background-color: black;
    /* 背景色を黒に設定 */
    color: white;
    /* 文字色を白に設定 */
    padding: 5px 10px;
    /* パディングを追加して四角い背景を作成 */
    display: inline-block;
    /* ブロック要素に変更して幅と高さを調整 */
    border-radius: 5px;
    /* 角を丸めるための設定 */
    margin-top: 15px;
    margin-right: 1%;
}


.courses p {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
}


.courses_1 {
    background-color: #FEFFE6;
}

.courses_2 {
    background-color: #FFDAB5;
}

.all_classes {
    border: none;
    border-radius: 15px;
    padding: 1.8% 0;
    width: 100%;
    background-color: #FFDAB5;
    margin-top: 1.0%;
    line-height: 2.0;
    max-width: 1366px;
}

.all_classes_d {
    border: none;
    border-radius: 15px;
    /* padding: 1.8% 0; */
    width: 100%;
    background-color: #BBDFEB;
    margin-top: 1.0%;
    line-height: 2.0;
    max-width: 1366px;
    padding-bottom: 1%;
}

.point {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 19px;
    color: #000000;
    font-weight: bold;
    margin-right: 2%;
}

.text {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 15px;
    color: #000000;
}


.cb_detail_letter:hover {
    background-color: #FFE100;
    color: #FFFFFF;
    text-align: none !important;
}

.class_button {
    /* margin: 3% 12.4% 5% 12.4%; */
    box-sizing: border-box;
    height: 116px;
    margin: 3% auto;
    padding: 0 12.4%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1366px;
    border: 4px solid transparent;
}

.asset6 {
    width: 16%;
    flex-shrink: 0;
    margin-top: -9%;
    display: flex;
    justify-content: space-between;
}

.spacer {
    flex-grow: 1;
}

.dummy_4 {
    width: 90%;
    border-radius: 30px;
}


.programming_sub {
    display: flex;
    /* margin: 0 12.4%; */
    margin: 0 auto;
    padding: 0 12.4%;
    /* background-color: #FFF3E6; */
    border-radius: 15px;
    padding-top: 5%;
    /* padding-bottom: 5%; */
    max-width: 1366px;
    align-items: center;
}

.test_area {
    background-color: #FFF3E6;
    display: flex;
}

.programming_sub_photo {
    width: 35%;
    height: 20%;
    background-color: #FFFFFF;
    margin-left: 5%;
    text-align: center;
    margin: auto 0 auto 3%;

}

.programming_exp {
    width: 65%;
    position: relative;
    text-align: left;
    margin-left: 5%;
    margin-bottom: 3%;
}

.programming_test {
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 30px;
    font-weight: bold;
    color: #E95513;
    line-height: 1.33;
    margin-top: 2%;
}

.programming_test_detail {
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 1.8;
    width: 90%;
    margin: 3% 0 5% 0;
}

.test_button_letter {
    color: #0c3484;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
}

.test_button_letter::after {
    content: " ";
    width: 30px;
    height: 30px;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
}

.test_button_letter:hover {
    /* background-color: #FFE100; */
    /* color: #FFFFFF; */
    text-decoration: underline;
}

.asset7 {
    width: 26.5%;
    transform: scale(-1, 1);
}

.place_asset7 {
    /* margin: 0 12.4%; */
    margin: 0 auto;
    padding: 0 12.4%;
    text-align: right;
    margin-top: -5%;
    max-width: 1366px;
}

.design {
    /* margin: 1% 12.4% 0 12.4%; */
    margin: 0 auto;
    padding: 0 12.4%;
    max-width: 1366px;
}

.design_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.asset8 {
    width: 19%;
    transform: scale(-1, 1);
}

.asset9 {
    width: 9.7%;
    margin: 0 4% 0 6%;
}

.design_text,
.en_text,
.ex_text,
.ad_text {
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 35px;
    font-weight: bold;
    color: #005AAA;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: left;
    flex-grow: 1;
}

.design_detail,
.english_detail,
.exercise_detail,
.adult_detail {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.design_detail .design_detail_text {
    width: 100%;
}

.design_detail_text,
.english_detail_text,
.exercise_detail_text,
.adult_detail_text {
    width: 50%;
    /* margin-right: 3%; */
}

.adult_detail_text {
    margin-right: 1%;
}


.design_detail_photo,
.english_detail_photo,
.exercise_detail_photo,
.adult_detail_photo {
    width: 50%;
    position: relative;
    /* text-align: left; */
}

.adult_detail {
    margin-top: 5%;
}

.dummy_3_2 {
    margin-left: 5%;
    width: 95%;
    border-radius: 30px;
}

.circle_small,
.circle_small_2,
.circle_small_3,
.circle_small_5 {
    color: #005AAA;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin: 0 5px;
}

.design_text_detail,
.english_text_detail,
.exercise_text_detail {
    display: flex;
    align-items: flex-start;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 5%;
}

.design_text_detail p,
.english_text_detail p,
.exercise_text_detail p {
    margin-left: 30px;
    /* Should be same as the width of .circle_small */
    flex-grow: 1;
    /* This makes the text take up remaining space */
}

.design_courses,
.english_courses,
.exercise_courses {
    /* margin: 3% 8% 0 8%; */
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    margin-bottom: 3%;
}

.design_courses_box,
.english_courses_box,
.exercise_courses_box {
    width: calc((100% - 40px) / 2);
    /* minus total gap divided by number of items */
    border: none;
    border-radius: 15px;
    padding: 6.4% 1.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.d_courses_1 {
    background-color: #DFF3FA;
    padding: 3.4% 1.5%;
}

.d_courses_2 {
    background-color: #BBDFEB;
}

.bold_letter {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 3%;
    line-height: 1.5;
}

.small_cp {
    font-size: 16px
}

.design_courses_box p,
.english_courses_box p,
.design_courses_box p {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 16px;
    color: #000000;
    line-height: 1.9;
}

.class_button_2 {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 2%;
}

.class_button_2 button:hover {
    color: #ffffff;
    background-color: #e95613;
    border: none;
}

.class_button_2 button {
    padding: 2.7% 0 !important;
}

.cb_detail_letter,
.cb_detail_letter_2,
.cb_detail_letter_3,
.cb_detail_letter_4,
.cb_detail_letter_5,
.cb_detail_letter_6,
.cb_detail_letter_7,
.cb_detail_letter_8 {
    color: #FFFFFF;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    background-color: #005AAA;
    text-decoration: none !important;
    line-height: 1.8;
    padding: 3.7% 10.8%;
    border: none;
    border-radius: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cb_detail_letter {
    background-color: #E95513;
}

.cb_detail_letter_3:hover {
    background-color: #FFE100;
    color: #FFFFFF;
}

.cb_detail_letter_2:hover {
    background-color: #FFE100;
    color: #FFFFFF;
}

.digital_education {
    /* margin: 0 12.4%; */
    margin: 0 auto;
    padding: 0 12.4%;
    max-width: 1366px;
}

.dg_photos {
    display: flex;
    justify-content: space-between;
    margin-top: -8%;
}

.asset13 {
    text-align: left;
    width: 12%;
}

.asset14 {
    text-align: right;
    width: 28%;
}

.dg_top {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 16.5%; */
}

.asset10 {
    width: 9.7%;
    margin-right: 2%;
}

.dg_text {
    color: #00913A;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.dg_subtitle {
    color: #000000;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
    margin: 5% auto;
    text-align: center;
    max-width: 1000px;
}

.digi_classes {
    margin: 0 auto;
    max-width: 1000px;
}

.classes_ju {
    margin-top: 5%;
}

.dg_contents {
    display: flex;
    justify-content: space-between;
    gap: 52px;
}

.dg_content {
    width: calc((100% - 153px) / 4);
    border: none;
    /* padding: 3.8% 3%; */
}

.dummy_4_2 {
    width: 90%;
    /* border-radius: 30px; */
    /* margin-left: 10%; */
}

.dg_content h2 {
    color: #000000;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

.dg_content p {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.1em;
    padding: 0 5%;
}

.class_button_3 {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    /* margin-top: 7%; */
    /* margin-bottom: 0; */
    margin: 5% 0 5% 0;
}

.cb_detail_letter_3 {
    background-color: #00913A;
}

.english_education,
.exercise_education,
.adult_education {
    /* margin: 0 12.4%; */
    margin: 0 auto;
    padding: 0 12.4%;
    max-width: 1366px;
}

.en_photos,
.ex_photos,
.ad_photos,
.dv_photo {
    display: flex;
    justify-content: space-between;
}

.asset15 {
    width: 25%;
    text-align: left;
    margin-top: -5%;
}

.asset16 {
    width: 23.8%;
    text-align: right;
    margin-top: -27%;
}

.en_top {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-left: 32%;
    margin-top: -13%;
}

.asset11 {
    width: 14.3%;
    margin: 0 5%;
}

.en_text {
    color: #E62B2B;
}

.english_detail,
.exercise_detail {
    margin-top: 8%;
}


.dummy_3_3 {
    margin-left: 5%;
    width: 95%;
    border-radius: 30px;
}

.circle_small_2 {
    color: #E62B2B;
}


.e_courses_1 {
    background-color: #F8CACA;
}

.e_courses_2 {
    background-color: #F5B8B8;
}

.small_cp {
    font-size: 16px
}

.cb_detail_letter_4 {
    background-color: #E62B2B;
}

.cb_detail_letter_4:hover {
    background-color: #FFE100;
    color: #FFFFFF;
}



.cb_detail_letter_5 {
    background-color: #8B0091;
}

.circle_small_3 {
    color: #8B0091;
}

.ex_courses_1 {
    background-color: #E2CFE3;
}

.ex_courses_2 {
    background-color: #D1A4D3;
}

.asset18 {
    width: 36.4%;
    text-align: left;
    margin-top: -2%;
    transform: scale(-1, 1);
}

.asset19 {
    width: 15.2%;
    text-align: right;
    margin-top: -10%;
}


.cb_detail_letter_6 {
    background-color: #EA6884;
}

.asset12 {
    width: 13.2%;
    margin: 0 3%;
}

.ex_top {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-left: 26%;
    margin-top: -10%;
}

.ex_text {
    color: #8B0091;
}

.ad_text {
    color: #EA6884;
}

.asset20 {
    width: 23.7%;
    margin-top: -10%;
}

.asset21 {
    width: 29%;
    transform: rotate(-14deg);
    margin-top: -2%;
}

.ad_top {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-left: 23%;
    margin-top: 5%;
}

.asset17 {
    width: 12.5%;
    margin: 0 3%;
}

.text_small {
    font-size: 20px;
}

.adult_text_detail {
    display: flex;
    align-items: flex-start;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 3%;
    /* margin-right: 1%; */
    margin-left: 3%
}

.adult_text_detail_2 {
    display: flex;
    align-items: flex-start;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 1%;
}

.adult_courses {
    width: 97%;
    border: none;
    border-radius: 15px;
    padding: 6.0% 1.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FDEBEB;
}

.adult_courses h2 {
    font-family: YuGothic, "游ゴシック体", "Zen Maru Gothic";
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 3% 0;
}

.adult_courses p {
    font-family: YuGothic, "游ゴシック体", "Zen Maru Gothic";
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}

.et_top {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 24%;
    margin-top: 5%; */
}

.asset17_2 {
    width: 7.9%;
    margin: 0 3%;
}

.education_total,
.fee_simulation,
.inquiry_zone {
    /* margin: 0 10%; */
    margin: 0 auto;
    padding: 0 12.4%;
    max-width: 1366px;
}

.et_text {
    color: #EA6884;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.et_contents {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    gap: 25px;
}

.et_content {
    width: calc((100% - 75px) / 4);
    border: none;
    /* padding: 3.8% 3%; */
}

.et_content h2 {
    color: #000000;
    font-family: YuGothic, "游ゴシック体", "Zen Maru Gothic";
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    /* letter-spacing: 0.1em; */
}

.et_content p {
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    /* letter-spacing: 0.1em; */
    padding: 0 5%;
    display: flex;
    align-items: flex-start;
}

.asset22 {
    width: 46%;
}

.asset23 {
    width: 55%;
}

.asset24 {
    width: 49%;
}

.asset25 {
    width: 47%;
}

.circle_small_4 {
    color: #005AAA;
    display: inline-block;
    width: 22px;
    text-align: center;
    margin-right: 5%;
    vertical-align: top;
}

.circle_small_5 {
    color: #EA6884;
}

.education_total_text_detail_1 {
    margin-top: 12%;
    text-align: left;
}

.education_total_text_detail_2 {
    margin-top: 8%;
    text-align: left;
}

.education_total_text_detail_3 {
    margin-top: 7%;
    text-align: left;
}

.education_total_text_detail_4 {
    margin-top: 5%;
    text-align: left;
    margin-bottom: 5%;
}

.education_total_text_detail {
    margin-top: 5%;
    text-align: left;
}

.fee_top {
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: center; */
    /* margin-left: -5%; */
    /* margin-top: 7%; */
}

.fee_text {
    color: #015DDB;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.asset26 {
    width: 7.9%;
    margin: 0 3% 0 0;
}

.fee_subtitle {
    color: #000000;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
    margin: 30px 0;
    text-align: center;
}

.circle_2 {
    width: 11.5%;
    margin: 0 3%;
}

.inquiry_top {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 24%;. */
    margin-top: 7%;
}

.inquiry_text {
    color: #E95513;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.inquiry_field label {
    font-family: YuGothic, "游ゴシック体", "Zen Maru Gothic";
    font-size: 18px;
    color: #000000;
    line-height: 3.9;
    letter-spacing: 0.05em;
    text-align: left;
    flex-grow: 1;
}

.inquiry_zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 5%; */
    /* margin-left: 18%; */
    /* min-width: 900px; */
    padding: initial;
}

.inquiry_field input {
    width: 57.5%;
}

.inquiry_field {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 3%;
    /* margin-left: 12%; */
}

.inquiry_field label {
    text-align: left;
    width: 30%;
    max-width: 209px;
}

.inquiry_field input {
    width: 100%;
    max-width: 630px;
    height: 35px;
}

.inquiry_field .input-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* 各フィールドの下のマージンを指定 */
    justify-content: center;
}

input {
    border-width: 1px;
}

select#subject {
    width: 100%;
    max-width: 630px;
    height: 37px;
    background-color: #E8E8E8;
    font-family: YuGothic, "游ゴシック体", "Zen Maru Gothic";
    font-size: 18px;
    color: #000000;
    line-height: 1.9;
    -webkit-appearance: none;
    padding-left: 1%;
    box-sizing: border-box;
    /* padding-left: 2%; */
}

button {
    color: #000000;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 25px;
    background-color: #FFFFFF;
    text-decoration: none;
    line-height: 1.8;
    padding: 1.3% 10.8%;
    border: solid 2px #707070;
    border-radius: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34.2%;
}

.inquiry_field textarea {
    width: 100%;
    max-width: 630px;
    height: 365px;
    box-sizing: border-box;
    padding: 1%;
}

label[for="message"] {
    /* margin-top: -35%; */
}


/* .background {
    width: 1366px;
} */

.development_field {
    margin: 0 6.6%;
    padding-top: 50px;
}

#development {
    background-color: #DFF2DF;
    margin-top: 2%;
    border-radius: 100px 100px 0 0;
}

.asset27 {
    width: 36%;
    /* text-align: right; */
    /* margin-top: -27%; */
    margin-left: 64%;
    transform: scale(-1, 1);
}

.dv_top {
    /* margin-left: -5%; */
    margin-top: -5%;
}

.dv_text {
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 35px;
    font-weight: bold;
    color: #005AAA;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 0 3%;
    text-align: center;
}

.asset28 {
    width: 1.8%;
}

.asset29 {
    width: 4%;
    margin-left: 0.5%;
}

.img-wrapper {
    display: flex;
    /* justify-content: center; */
    margin-left: 8%;
}

.flex-wrapper {
    display: flex;
    align-items: center;
}

.asset29_2 {
    transform: scale(-1, 1);
    margin-right: 0.5%;
}

.development_content {
    width: 50%;
}

.development_content_images {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}

.development_main_content {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9;
    margin-left: 8%;
    margin-top: 4.2%;
}

.development_images {
    width: 50%;
    position: relative;
    /* 子要素の基準点となる */
}

.development_images img {
    position: absolute;
    /* 親要素(plot_images)を基準に位置を決める */
}


.photo1_1 {
    width: 71.6%;
    margin-left: 19%;
    margin-top: 1%;
    z-index: 1;
    border-radius: 30px;
    margin-top: -3%;
    /* margin-top: 200.78px; */
}

.photo2_1 {
    width: 51%;
    z-index: 2;
    border-radius: 30px;
    margin-top: 42%;
    margin-left: 5%;
    /* margin-top: 200.78px; */

}

.development_sample1 {
    display: flex;
    justify-content: space-between;
    /* margin-top: 5%; */
    border: solid 3px #000000;
    background-color: #FFFFFF;
    margin-top: 5%;
    padding: 5% 8.9%;
}

.sample_num {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9;
}

.sample_title {
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    margin: 3% 0;
}

.sample_content {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 16px;
    line-height: 2.2;
}

.development_sample_content {
    width: 50%;
}

.development_sample_image {
    width: 50%;
    position: relative;
    /* 子要素の基準点となる */
}

.development_sample_image img {
    position: absolute;
    /* 親要素(plot_images)を基準に位置を決める */
}

.photo1_2 {
    width: 44.7%;
    margin-left: 19%;
    margin-top: 1%;
    z-index: 1;
    /* border-radius: 30px; */
    margin-top: -3%;
    /* margin-top: 200.78px; */
}

.photo1_2:first-child {
    position: absolute;
    left: 195px;
    top: 62px;
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, .5);
    width: 36%;
}

.photo1_2:last-child {
    position: absolute;
    left: 38px;
    top: 17px;
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, .5);
    width: 41%;
}

.cb_detail_letter_8 {
    padding: 1.6% 10.8%;
}

.cb_detail_letter_8:hover {
    background-color: #FFE100;
    color: #FFFFFF;
}

.class_button_3 {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 3%;
    padding-bottom: 8%;
}

.footer {
    margin-top: -10%;
    position: relative;
    /* top: -100px; */
    /* margin-bottom: -100px; */
    background-color: #005AAA;
    border-radius: 80px 80px 0 0;
    height: 367px;
    background-image: url(../images/white.png);
    background-repeat: no-repeat;
    background-size: 164px 155px;
    background-position: center 70px;
}

.footer-image {
    display: flex;
    position: relative;
    top: 250px;
    justify-content: center;
    align-items: center;
}

.line {
    width: 30px;
    height: 29px;
    background-image: url(../images/LINE_Brand_icon.png);
    background-size: 30px 29px;
    /* background-position: 150px 220px; */
    background-repeat: no-repeat;
    /* text-align: right; */
    background-position: 90% center;
    margin-right: 5%;
}

.line:hover {
    cursor: pointer;
}

.burger-menu {
    display: none;
}

.note {
    width: 110px;
    height: 42px;
    background-image: url(../images/note.png);
    background-size: 110px 42px;
    /* background-position: center 220px; */
    background-repeat: no-repeat;
    background-position: 10px center;
}

.note:hover {
    cursor: pointer;
}

.privacy-policy-container {
    max-height: 200px;
    /* これは適切な高さに調整してください */
    overflow-y: auto;
    /* 縦方向にスクロール可能とする */
    border: 1px solid #e5e5e5;
    /* 枠線を追加して、スクロール領域をユーザーに知らせる */
    padding: 15px;
    /* 内部の余白を追加 */
    margin-bottom: 15px;
    /* 下の余白を追加 */
}

.no-marker {
    list-style-type: none;
}

.fee_photo {
    margin: 0 auto;
    max-width: 1000px;
}

.notice {
    margin-top: 15px;
}

.school {
    background-color: #FBFCED;
}

.asset10_s {
    width: 5.9%;
    margin: 0 3% 0 0;
}

.school_top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.school_title {
    color: #00913A;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.school_info {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 12.4%;
    max-width: 1366px;
}

.school_info_f,
.map_container {
    width: 50%;
    margin-bottom: 5%;
    margin-left: 5%;
}

.location_photo {
    width: 94%;
}

.school_letter {
    font-family: YuGothic, "游ゴシック体", "Zen Maru Gothic";
    font-size: 20px;
}

.faq {
    background-color: #FBFCED;
}

.asset11_s {
    width: 5.9%;
    margin: 0 3% 0 0;
}

.faq_top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_title {
    color: #E62B2B;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.faq_question {
    /* 質問のスタイル */
    cursor: pointer;
    font-weight: bold;
    font-size: 22px;
}

/* 質問のスタイル */
.faq_question {
    cursor: pointer;
    font-weight: bold;
    color: #222;
    /* 質問の色 */
    padding: 15px;
    border-radius: 5px;
    background-color: #f0f3f8;
    /* 背景色 */
    position: relative;
    padding-left: 30px;
    /* Qマークのための余白 */
    padding-right: 30px;
    /* プラス/マイナスアイコンのための余白 */
}


/* 回答のスタイル */
.faq_answer {
    color: #222;
    /* 回答の色 */
    margin-bottom: 15px;
    padding: 0 50px 20px 50px;
    background-color: #f0f3f8;
    /* 背景色 */
    border-radius: 5px;
}

.faq_main {
    margin: 0 auto;
    padding: 0 19.4% 5% 19.4%;
    max-width: 1366px;
}

.faq_prefix {
    left: 0;
    top: 0;
    font-weight: bold;
    color: #E62B2B;
    font-size: 40px;
    margin-right: 2%;
}

.faq_toggle {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    font-size: 40px;
    color: #E62B2B;
}

.faq_item {
    margin-bottom: 15px;
}

iframe {
    width: 100%;
    /* 大きい画面用の幅 */
    height: 280px;
    /* 大きい画面用の高さ */
    border: 0;
}

.location_caution {
    font-family: YuGothic, "游ゴシック体", "Zen Maru Gothic";
    font-size: 16px;
}


@media (min-width: 1440px) {
    .about_plot {
        margin: 0 auto 0 auto;
    }

    .lectures h2 {
        max-width: 1366px;
        margin: 0 auto;
    }

    hr {
        margin: 0 auto;
        max-width: 587px;
        margin-bottom: 1%;
    }
}

.education_total,
.fee_simulation,
.inquiry_zone {
    margin: 0 auto;
}

.digital_education,
.english_education {
    margin: 0 auto;
}

.news_width {
    max-width: 1100px;
}

.custom-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    /* パディングを調整 */
    margin: 0;
    /* マージンをリセット */
}

@media (min-width: 1520px) {
    .footer {
        margin-top: -10%;
        /* position: relative; */
        /* top: -100px; */
        /* margin-bottom: -100px; */
        background-color: #005AAA;
        border-radius: 80px 80px 0 0;
        height: 367px;
        background-image: url(../images/white.png);
        background-repeat: no-repeat;
        background-size: 164px 155px;
        background-position: center 70px;
    }

    .photo1_2 {
        width: 84.7%;
        margin-left: 19%;
        margin-top: 1%;
        z-index: 1;
        border-radius: 30px;
        margin-top: -9%;
        /* margin-top: 200.78px; */
    }

    .fee_photo {
        height: 855px;
    }

    .photo1_2:first-child {
        position: absolute;
        left: 249px;
        top: 91px;
    }

    .photo1_2:last-child {
        position: absolute;
        left: 38px;
        top: 52px;
    }
}

.box {
    position: absolute;
    bottom: 2%;
    right: 20px;
    transform: translateY(-50%);
    padding: 5px 10px;
    border: 2px solid white;
    color: white;
}
