@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

body {
    font-family: "Noto Sans JP" !important;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

main {}

h1 {
    font-size: 1em;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

img {
    display: block;
    width: 100%;
}

li {
    list-style: none;
}

.rela {
    position: relative;
}

.abso {
    position: absolute;
}

.weight {
    font-weight: 700;
}

/*padding.margin*/
.m_auto {
    margin: auto;
}

/*flex*/
.flex {
    display: flex;
}

.justify_center {
    justify-content: center;
}

.justify_base {
    justify-content: baseline;
}

.justify_between {
    justify-content: space-between;
}

.justify_around {
    justify-content: space-around;
}

.justify_end {
    justify-content: end;
}

.align_center {
    align-items: center !important;
}

.align_start {
    align-items: start;
}

.align_end {
    align-items: flex-end;
}

.align_base {
    align-items: baseline;
}

.flex_column {
    flex-direction: column;
}

/*text*/
.t_center {
    text-align: center;
}

.t_right {
    text-align: right;
}


.pc {
    display: block;
}

.sp {
    display: none;
}

/*color*/
:root {
    --color_red: #b80c09;
    --color_yellow: #daa520;
    --color_green: #54d147;
    --color_gray: #4d4d4d;
    --color_pink: #f4d3d3;
}

/*header*/
header {
    z-index: 100;
}

.pc_header {
    border-bottom: 8px solid var(--color_red);
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 5px 8px 0px rgba(132, 132, 132, 0.35);
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF;
    z-index: 999;
}

.header_logo {}

.header_logo_img {
    padding: 0 30px;
}

.header_menu {}

.header_menu ul {}

.header_menu ul li {
    padding: 15px;
    margin: 0 15px;
}

.header_menu ul li a {
    font-size: 0.938vw;
}

/*footer*/
footer {
    background-color: #000;
    padding: 3% 0;
}

.footer_img {
    width: 6.042vw;
    margin: 0 auto;
    padding: 15px 0;
}

.footer_small {
    text-align: center;
    color: #FFF;
    font-size: 0.625vw;
}

/*----------------------------------------------

index

------------------------------------------------*/
.top_eyecatch {
    width: 100%;
}

.top_image {
    width: 100%;
}

.top_contents {
    background: url(../img/top_yellow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

.top_contents::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 297px 99.1vw;
    border-color: transparent transparent var(--color_red) transparent;
}

.top_start {
    width: 80%;
    margin: 5em auto;
    max-width: 1200px;
    height: 80vh;
}

.top_c_left {
    width: 40%;
}

.top_left_img {}

.top_c_right {
    width: 60%;
}

.top_color_title {
    color: var(--color_red);
    font-weight: 700;
    font-size: 1.563vw;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 2px 2px var(--color_yellow);
}

.top_comment {
    padding: 1em 2em 0 2em;
    letter-spacing: 2px;
    font-size: 0.938vw;
}

.top_philosophy {
    height: 110vh;
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    color: #FFF;
    padding-top: 4em;
}

.top_philosophy_title {
    font-size: 2.604vw;
    font-weight: 700;
}

.top_philosophy_comment {
    font-weight: 700;
    font-size: 1.875vw;
    margin: 2em 0;
}

.top_philosophy_small {
    font-size: 1.042vw;
}

.top_staff {
    background-color: var(--color_red);
    position: relative;
}

.top_staff::after {
    content: "";
    background: url(../img/staff.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 600px;
}

.top_staff_container {
    width: 80%;
    margin: 7em auto 0;
    max-width: 1200px;
    padding-bottom: 7em;
}

.top_staff_title {
    text-align: center;
    color: #fff;
    font-size: 1.875vw;
}

.top_staff_inner {
    width: 50%;
    padding: 0 4em;
    color: #FFF;
}

.top_staff_img {
    margin-bottom: 2em;
}

.top_staff_name {
    font-size: 1.354vw;
    margin-bottom: 20px;
}

.top_staff_comment {
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 0.938vw;
}

.top_image_slider {
    width: 100%;
    border-bottom: 100px solid var(--color_yellow);
}

.top_image_slider img {
    width: calc(100% / 5);
}

.top_insta {
    width: 80%;
    margin: 5em auto;
    max-width: 1200px;
}

.top_news_title {
    background: #000;
    color: #FFF;
    padding: 7px 15px;
    width: 600px;
    margin: 0 auto;
    font-size: 1.563vw;
}

.top_news_title span {
    font-size: 0.938vw;
    margin-left: 9px;
}
.insta_container{
    margin: 10px auto;
}

.instagram-media{
    margin: 0px auto 12px !important;
}
.try_it {
    background: url(../img/try_it.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 6em 0;
}

.try_it_title {
    color: var(--color_red);
    font-size: 2.083vw;
    font-weight: 700;
    padding-bottom: 1em;
}

.try_it_comment {
    font-size: 0.99vw;
    line-height: 1.5;
    padding: 1em;
}

.green_btn {}

.green_btn a {}

.green_btn a div {
    width: 31.25vw;
    align-items: center;
    background: var(--color_green);
    border-radius: 15px;
    margin: 1em auto;
    justify-content: center;
    color: #FFF;
    padding: 9px 0;
}

.green_btn a div img {
    height: 2.604vw;
    width: auto;
}

.green_btn a div p {
    margin-left: 35px;
    font-size: 0.99vw;
}

.top_sponsor {
    background: var(--color_gray);
    color: #FFF;
    text-align: center;
    padding: 6em 0;
}

.top_sponsor_title {
    color: var(--color_yellow);
    font-size: 2.083vw;
    margin: 1em 0;
}

.top_sponsor_comment {
    letter-spacing: 2px;
    line-height: 1.3;
    font-size: 0.99vw;
    margin: 3em 0 10em;
}

.sponsor_img_inner {
    width: 80%;
    margin: 5em auto;
    max-width: 1200px;
    justify-content: center;
}

.sponsor_img_inner img {
    width: auto;
    padding: 0 2em;
}

/*----------------------------------------------

school

------------------------------------------------*/
.child_eyeCatch {
    background: url(../img/child_eyecatch.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 45vh;
    position: relative;
}

.child_comment {
    color: #FFF;
    font-size: 20px;
    position: absolute;
    bottom: 10%;
    left: 18%;
}

.child_top_container {
    position: relative;
}

.child_top_text {
    width: auto;
    height: 155px;
    position: absolute;
    top: 9%;
    left: 5%;
}

.child_top_img {
    width: 75%;
    margin: 0 0 0 auto;
    padding-top: 10em;
}

.school_about_container {
    height: 80vh;
    background: url(../img/footer_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    position: relative;
}

.s_about_comment {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.99vw;
}

.purpose_container {
    background-color: var(--color_red);
    padding: 5.5em 0;
}

.purpose_inner {
    background: url(../img/porpose.png) no-repeat 0 0 / cover;
    color: #FFF;
    text-align: center;
    background-position: center;
}

.purpose_title {
    font-size: 2.083vw;
    padding-bottom: 1em;
}

.purpose_about {
    font-size: 1.563vw;
    padding: 0.8em;
}

.philosophy_container {
    margin: 13em auto;
}

.philosophy_message {
    color: var(--color_red);
    text-align: center;
    font-size: 1.823vw;
}

.philosophy_flex {
    width: 80%;
    margin: 2em auto;
    max-width: 1200px;
}

.philosophy_inner {
    width: 50%;
    padding: 8% 7%;
}

.philosophy_icon {
    width: 11.458vw;
    margin: 0 auto;
}

.philosophy_title {
    text-align: center;
    margin: 1em 0;
    font-size: 1.563vw;
}

.philosophy_comment {
    font-size: 0.99vw;
}

/*----------------------------------------------

staff

------------------------------------------------*/
.staff_r_container {
    position: relative;
    background: url(../img/red_leftup.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.staff_r_container::before {
    content: "";
    background: url(../img/asahi.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 155px;
    height: 30.312vw;
    right: 10%;
    bottom: 3%;
    z-index: 2;
}

.staff_r_container::after {
    content: "";
    background: url(../img/ishiwatari.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 1140px;
    height: 8.073vw;
    left: 5%;
    bottom: 3%;
    z-index: 2;
}

.staff_l_container {
    position: relative;
    background: url(../img/red_rightup.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 10em;
}

.staff_l_container::before {
    content: "";
    background: url(../img/masaya.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 155px;
    height: 730px;
    left: 10%;
    bottom: 3%;
    z-index: 2;
}

.staff_l_container::after {
    content: "";
    background: url(../img/hyodo.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 920px;
    height: 155px;
    right: 5%;
    bottom: 3%;
    z-index: 2;
}

.staff_flex {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 13em 0 0;
}

.staff_img_box {
    width: 40%;
}

.staff_img {}

.staff_comment_box {
    width: 60%;
    margin-left: 3em;
}

.ml_15 {
    margin-left: 12.5%;
}

.left_comment {
    margin-left: 15%;
}

.staff_name {
    font-size: 2.083vw;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.staff_title {
    font-size: 1.302vw;
    margin-bottom: 0.8em;
}

.staff_text {
    font-size: 0.99vw;
    margin-bottom: 2em;
    line-height: 1.5;
}

.staff_message {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 12em;
}

.margin_1em {
    margin-bottom: 1em;
}

/*白黒反転*/
.overFlow {
    position: relative;
}

.bg {}

.text_block {}

.text_black {
    color: #000;
    mix-blend-mode: color-dodge;
}

.text_white {
    color: #FFF;
    mix-blend-mode: color-dodge;
}

.text {}

.ue {
    position: absolute;
    top: 0;
}

/*----------------------------------------------

price

------------------------------------------------*/

.ticket_container {
    background-color: var(--color_yellow);
    margin: 13em auto;
}

.ticket_inner {
    background: url(../img/ticket.png) no-repeat 0 0 / cover;
    background-position: center;
    padding: 7em 0;
}

.price_title {
    text-align: center;
    font-size: 2.083vw;
}

.ticket_table {
    width: 80%;
    margin: 3em auto 0;
    max-width: 1000px;
}

.ticket_table table {
    width: 100%;
    border-collapse: collapse;
}

.ticket_table table tr {}

.ticket_table table tr th {
    border: 4px solid #000;
    background: #ededed;
    text-align: center;
    font-size: 1.719vw;
    width: calc(100% / 3);
    line-height: 2;
}

.ticket_table table tr td {
    border: 4px solid #000;
    background: #FFF;
    text-align: right;
    font-size: 1.719vw;
    font-weight: 700;
    line-height: 2;
    padding-right: 25px;
}

.text_right_inner {
    width: 34%;
    margin: 1em 0 0 auto;
}

.text_right {
    font-size: 1.563vw;
}

.text_right_small {
    font-size: 0.729vw;
}

.joining_container {
    text-align: center;
}

.join_price {
    font-size: 1.719vw;
    margin: 3em 0 .5em;
}

.join_small {
    font-size: 1.042vw;
}

.special_inner {
    margin-bottom: 13em;
}

.special_title {
    font-size: 1.563vw;
    font-weight: 700;
    position: relative;
}

.special_flex {
    margin: 5em auto 0;
    justify-content: center;
}

.cracker_img {
    width: 3.854vw;
}

.special_img {
    width: 25%;
    margin: 2em auto;
}

.special_comment {
    font-size: 1.302vw;
}

/*----------------------------------------------

contact

------------------------------------------------*/
.contact_inner {
    width: 80%;
    max-width: 1000px;
    margin: 13em auto;
}

.contact_message {
    font-size: 0.99vw;
}

.contact_form_container {}

.contact_form {
    margin: 6em auto;
}

.form_flex {
    align-items: center;
    margin-bottom: 2em;
}

.form_title {
    width: 30%;
    font-size: 0.99vw;
}

.form_title p {}

.form_input_container {
    width: 70%;
}

.form_input {
    font-size: 0.99vw;
    background: #f9f9f9;
    border-bottom: 2px solid var(--color_red);
    line-height: 3;
    padding-left: 15px;
    width: 100%;
}

.form_textarea {
    font-size: 0.99vw;
    background: #f9f9f9;
    border-bottom: 2px solid var(--color_red);
    line-height: 1.5;
    padding: 15px;
    width: 100%;
}

.form_comment_inner {
    align-items: flex-start;
    margin-top: 3em;
}

.btn_inner {
    text-align: center;
    margin-top: 7em;
}

.btn {}

.confirm_btn {
    background: var(--color_red);
    color: #fff;
    font-size: 0.99vw;
    padding: 13px;
    width: 200px;
    text-align: center;
}

.required {
    color: var(--color_red);
}

.error_msg {
    color: var(--color_red);
    font-size: 14px;
}

.thanks_message {
    font-size: 0.99vw;
}

/*----------------------------------------------

responsive

------------------------------------------------*/


.pc {
    display: block;
}

.sp {
    display: none;
}

@media (max-width: 560px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* ハンバーガーアイコン */
    .hamburger-icon {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 30px;
        height: 25px;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 1001;
        right: 4%;
        top: 3%;
    }

    /* ハンバーガーの線 */
    .hamburger-icon span {
        width: 30px;
        height: 3px;
        background: #333;
        transition: transform 0.3s, opacity 0.3s;
        position: absolute;
    }

    /* 1本目（上の線） */
    .hamburger-icon span:nth-child(1) {
        top: 0;
    }

    /* 2本目（中央の線） */
    .hamburger-icon span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    /* 3本目（下の線） */
    .hamburger-icon span:nth-child(3) {
        bottom: 0;
    }

    /* フルスクリーンメニュー */
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.9);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out;
        z-index: 1000;
    }

    /* メニューが開いたとき */
    .menu.active {
        opacity: 1;
        visibility: visible;
    }

    /* メニューのリンク */
    .menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .menu li {
        margin: 20px 0;
    }

    .menu a {
        color: #fff;
        font-size: 24px;
        text-decoration: none;
        transition: color 0.3s;
    }

    .menu a:hover {
        color: #ddd;
    }

    .hamburger-menu.active .hamburger-icon span {
        background: #fff;
    }

    /* ハンバーガーアイコンが「×」に変形 */
    .hamburger-menu.active .hamburger-icon span:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
    }

    .hamburger-menu.active .hamburger-icon span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.active .hamburger-icon span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    /*index*/
    .top_eyecatch {
        width: 100%;
        height: 100vh;
    }

    .top_image {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .top_contents {
        background: none;
    }

    .top_start {
        width: 90%;
        margin: 1em auto;
        height: auto;
        flex-direction: column-reverse;
    }

    .top_c_left {
        width: 100%;
    }

    .top_c_right {
        width: 100%;
    }

    .top_color_title {
        font-size: 18px;
        text-shadow: none;
        margin-bottom: 2em;
    }

    .top_comment {
        padding: 0 0 2em;
        letter-spacing: 2px;
        font-size: 14px;
    }

    .top_philosophy {
        height: 48vh;
        width: 100%;
        background: url(../img/sp_top_yellow.png) no-repeat;
        background-size: cover;
    }

    .top_sp_inner {
        width: 90%;
        margin: 0 auto;
    }

    .top_contents::after {
        border-width: 0 0 113px 100vw;
    }

    .top_philosophy_title {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }

    .sp_phi_flex {
        display: flex;
    }

    .top_philosophy_comment {
        font-weight: 500;
        font-size: 14px;
        margin: 1em 0;
        width: 50%;
        text-align: center;
    }

    .top_philosophy_small {
        font-size: 14px;
        width: 80%;
        text-align: center;
        margin: 1em auto;
    }

    .top_staff_title {
        font-size: 18px;
    }

    .top_staff_container {
        width: 90%;
        margin: 1em auto 0;
        padding-bottom: 1em;
        flex-direction: column;
    }

    .top_staff::after {
        background: url(../img/staff.svg) no-repeat;
        width: 86px;
        height: 318px;
    }

    .top_staff_inner {
        width: 100%;
        padding: 0;
    }

    .top_staff_img {
        margin-bottom: 1em;
    }

    .top_staff_name {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .top_staff_comment {
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .top_image_slider {
        border-bottom: 30px solid var(--color_yellow);
    }

    .top_insta {
        margin: 2em auto;
    }

    .top_news_title {
        width: 100%;
        font-size: 20px;
    }

    .top_news_title span {
        font-size: 14px;
    }

    .try_it {
        background: var(--color_pink);
        padding: 0;
    }

    .try_it_inner {
        background: url(../img/try_it.png);
        background-repeat: no-repeat;
        background-size: contain;
        padding: 2em 0;
    }

    .try_it_title {
        font-size: 18px;
    }

    .try_it_comment {
        font-size: 12px;
    }

    .green_btn a div {
        width: 230px;
        border-radius: 8px;
    }

    .green_btn a div img {
        height: 23px;
    }

    .green_btn a div p {
        margin-left: 15px;
        font-size: 14px;
    }

    .top_sponsor {
        padding: 1em 0;
    }

    .top_sponsor_title {
        font-size: 20px;
        margin: 1em 0;
    }

    .top_sponsor_comment {
        letter-spacing: 1px;
        line-height: 1.3;
        font-size: 12px;
        margin: 2em auto 2em;
        width: 80%;
    }

    .sponsor_img_inner {
        margin: 1em auto;
    }

    .sponsor_img_inner img {
        width: calc(100% / 2 - 10px);
        padding: 0 .5em;
    }

    .footer_small {
        font-size: 10px;
    }

    /*child common*/
    .child_eyeCatch {
        height: 25vh;
    }

    .child_comment {
        left: 5%;
    }

    .child_top_text {
        height: 60px;
    }

    .child_top_img {
        width: 95%;
        margin: 0 0 0 auto;
        padding-top: 3em;
    }

    /*school*/
    .school_about_container {
        height: 90vh;
        background-size: 55%;
    }
    .s_about_comment{
        width: 90%;
        font-size: 14px;
    }

    .purpose_container {
        padding: 2em 0;
    }

    .purpose_title {
        font-size: 20px;
        padding-bottom: 1em;
    }

    .sp_purpose_flex {
        display: flex;
        justify-content: center;
    }

    .purpose_about {
        font-size: 13px;
        padding: 0.8em 0;
        width: 50%;
    }

    .philosophy_container {
        margin: 2em auto;
    }

    .philosophy_message {
        font-size: 15px;
        width: 90%;
        margin: 0 auto;
    }

    .philosophy_flex {
        width: 90%;
        margin: 1em auto;
    }

    .philosophy_inner {
        width: 100%;
        padding: 8% 0;
    }

    .philosophy_icon {
        width: 50%;
    }

    .philosophy_title {
        font-size: 18px;
        font-weight: 700;
    }

    .philosophy_comment {
        font-size: 14px;
        padding: 0 5px;
    }

    /*staff*/
    .staff_r_container::before {
        background: url(../img/sp_asahi.svg) no-repeat;
        width: 300px;
        height: 50px;
        right: auto;
        bottom: auto;
        left: 6%;
        top: 2%;
    }

    .staff_r_container::after {
        width: 250px;
        height: 40px;
        left: auto;
        bottom: 3%;
        right: 5%;
    }

    .staff_flex {
        width: 90%;
        padding: 3em 0 0;
        flex-direction: column;
    }

    .staff_img_box {
        width: 100%;
    }

    .staff_comment_box {
        width: 100%;
        margin-left: 0;
        margin-top: 1em;
    }

    .staff_name {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0.5em;
    }

    .staff_title {
        font-size: 17px;
        margin-bottom: 0.8em;
    }

    .staff_text {
        font-size: 16px;
        margin-bottom: 2em;
        line-height: 1.5;
    }

    .staff_message {
        width: 90%;
        padding-bottom: 4em;
    }

    .re_col {
        flex-direction: column-reverse;
    }

    .staff_l_container::before {
        background: url(../img/sp_masaya.svg) no-repeat;
        width: 225px;
        height: 50px;
        left: auto;
        bottom: auto;
        right: 6%;
        top: 2%;
    }

    .staff_l_container::after {
        width: 300px;
        height: 40px;
        right: auto;
        left: 5%;
        bottom: 3%;
    }

    .left_comment {
        margin-left: 0;
    }

    .ml_15 {
        margin-left: 0;
    }

    /*price*/
    .ticket_container {
        margin: 4em auto;
    }

    .ticket_inner {
        padding: 0;
    }

    .price_title {
        text-align: center;
        font-size: 20px;
        padding-top: 1em;
    }

    .ticket_table {
        width: 90%;
        margin: 1em auto 0;
        max-width: 1000px;
    }

    .ticket_table table tr th {
        border: 2px solid #000;
        font-size: 14px;
    }

    .ticket_table table tr td {
        border: 2px solid #000;
        font-size: 14px;
    }

    .text_right_inner {
        width: 100%;
        margin: 10px 0 0 auto;
        padding-bottom: 1em;
        text-align: right;
    }

    .text_right {
        font-size: 12px;
    }

    .text_right_small {
        font-size: 10px;
    }

    .join_price {
        font-size: 20px;
        margin: 1em 0 .5em;
        font-weight: 700;
    }

    .join_small {
        font-size: 12px;
    }

    .special_inner {
        margin-bottom: 3em;
    }

    .special_flex {
        margin: 1em auto 0;
        justify-content: center;
    }

    .cracker_img {
        width: 40px;
    }

    .special_title {
        font-size: 18px;
    }

    .special_img {
        width: 50%;
        margin: 1em auto;
    }

    .special_comment {
        font-size: 16px;
    }

    /*contact*/
    .contact_inner {
        width: 90%;
        max-width: 1000px;
        margin: 2em auto;
    }

    .contact_message {
        font-size: 14px;
        line-height: 1.3;
    }

    .contact_form {
        margin: 3em auto;
    }

    .form_title {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .form_input_container {
        width: 100%;
    }

    .form_input {
        font-size: 16px;
    }

    .form_textarea {
        font-size: 16px;
    }

    .form_flex {
        margin-bottom: 2em;
        flex-direction: column;
    }

    .btn_inner {
        text-align: center;
        margin-top: 4em;
    }

    .confirm_btn {
        font-size: 16px;
    }

}