* {
    margin: 0;
    padding: 0;
}

.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: 22px;
}

.menu a {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
    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: 800px;
}

.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 10%;
    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: 23%;
    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, "游ゴシック", "Zen Maru Gothic";
    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;
    margin-bottom: -60px;
}

.plot_content {
    width: 50%;
}

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

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

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

}

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

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

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

.detail_button {
    margin-left: 8%;
    background-color: #015DDB;
    border-radius: 40px;
    width: 60%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 35%;
}


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

.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: 5% auto;
}

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

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

.plot_strengths .strength {
    width: 580px;
    display: block;
}

.strength-title {
    display: flex;
    padding: 5%;
    align-items: center;
    justify-content: center;
}

.strength-title h3 {
    font-size: 24px;
    margin: 0;
}

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

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

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

.strength_p {
    font-family: YuGothic, "游ゴシック", "Zen Maru Gothic";
    font-size: 18px;
    line-height: 1.7;
    padding: 0 5% 5% 5%;
    /* width: 50%; */
    text-align: justify;
    margin: 0;
}

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

.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; */
}

.programming_classes {
    /* margin: 1% 12.4% 0 12.4%; */
    margin: 0 auto;
    padding: 0 10%;
    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-left: 3%;
}

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

.programming_photo {
    width: 100%;
}

.dummy_3 {
    width: 60%;
    border-radius: 30px;
    margin: 5% auto;
}

.programming_text {
    width: 100%;
    position: relative;
    text-align: center;
}

.programming_school {
    color: #E95513;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 30px;
    font-weight: bold;
    margin-left: 0%;
    /* 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: 3% 0;
}

.classes_ju {
    margin-top: 10%;
    margin-bottom: 5%;
}

.classes_ele {
    margin-top: 5%;
    width: 100%;
}

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

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

.programming_course {
    /* margin: 0 12.4%; */
    margin: 0 auto;
    padding: 0 10%;
    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: 30%;
    /* 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;
}


.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: 3% 0;
    width: 100%;
    background-color: #BBDFEB;
    margin-top: 1.0%;
    line-height: 2.0;
    max-width: 1366px;
}

.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 {
    color: #FFFFFF;
    font-family: "Zen Maru Gothic", YuGothic, "游ゴシック";
    font-size: 22px;
    font-weight: bold;
    background-color: #E95513;
    text-decoration: none;
    line-height: 1.8;
    padding: 4% 0%;
    border: none;
    border-radius: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0.63;
    margin-left: 17%;
}

.cb_detail_letter:hover {
    background-color: #ff6c29;
}

.class_button {
    /* margin: 3% 12.4% 5% 12.4%; */
    margin: 3% auto;
    padding: 0 10%;
    display: flex;
    align-items: center;
    text-align: left;
    max-width: 1366px;
}

.asset6 {
    width: 16%;
    flex-shrink: 0;
    margin-top: 4%;
}

.spacer {
    flex-grow: 1;
}

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

.programming_sub_photo {
    text-align: left;
}

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

.programming_sub_photo {
    width: 35%;
}

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

.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 {}

.test_button_letter:hover {
    background-color: #ff6c29;
}

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

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

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

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

.design_top .design_text {
    font-size: 30px;
}

.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: block;
    justify-content: space-between;
    margin-top: 10px;
}

.design_detail_text,
.english_detail_text,
.exercise_detail_text,
.adult_detail_text {
    width: 100%;
    /* margin-right: 3%; */
    margin-top: 400px;
}

.adult_detail_text {
    margin-right: 1%;
}


.design_detail_photo,
.english_detail_photo,
.exercise_detail_photo,
.adult_detail_photo {
    width: 100%;
    position: relative;
    margin-bottom: -300px;
    /* text-align: left; */
}

.adult_detail {
    margin-top: 5%;
}

.dummy_3_2 {
    margin: 5% auto;
    width: 60%;
    border-radius: 30px;
    position: relative;
    top: -975px;
}

.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 {
    font-size: 15px !important;
}

.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;
}

.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: 5%;
    margin-bottom: 10%;
}

.class_button_2 button {
    width: 80%;
    padding: 5%;
}

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

.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;
    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_3:hover {
    background-color: #00d154;
}

.cb_detail_letter_2:hover {
    background-color: #1777ff;
}

.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: left;
    max-width: 1000px;
}

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

.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: 3%;
    margin-bottom: 2%;
    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: 28%;
    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: auto;
    width: 60%;
    border-radius: 30px;
    position: relative;
    top: -780px;
}

.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: #ff4444;
}



.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_1+.education_total_text_detail {
    margin-top: 63px;
}

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

.education_total_text_detail_2+.education_total_text_detail {
    padding-top: 28px;
}

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

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

.education_total_text_detail_4+.education_total_text_detail {
    padding-top: 55px;
}

.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: 24%; */
    /* margin-top: 7%; */
}

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

.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%;
}

.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_field .input-group {
    justify-content: initial;
}

.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: initial;
}

.inquiry_field input {
    width: 57.5%;
}

.inquiry_field {
    display: flex;
    flex-direction: column;
    width: 81.6%;
    margin-top: 5%;
    /* 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;
    /* 各フィールドの下のマージンを指定 */
}

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;
    /* 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;
}

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

.development {
    /* background-color: #DFF4E1;
    border-radius: 80px;
    margin-top: 50px; */
}


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

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

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

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

.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%;
}

.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: 100%;
}

.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: block;
    /* 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: 100%;
    text-align: left;
}

#development {
    background-image: url(../images/dev_back_sp.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 2080px;
    margin-top: 2%;
}


.development_sample_image {
    width: 80%;
    /* position: inherit; */
    /* 子要素の基準点となる */
    margin-left: auto;
    margin-right: auto;
}

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

.development_samples {
    text-align: center;
}

.photo1_2 {
    width: 84.7%;
    margin: 3% auto;
    z-index: 1;
    border-radius: 30px;
}

.cb_detail_letter_8 {
    padding: 1.6% 15.4%;
}

.cb_detail_letter_8:hover {
    background-color: #1777ff;
}

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

.footer {
    margin-top: -10%;
    background-color: #005AAA;
    border-radius: 80px 80px 0 0;
    height: 367px;
}

iframe {
    width: 100%;
    /* 画面幅いっぱいに広げる */
    height: 200px;
    /* 小さい画面用の高さを設定 */
}
