/* ===== ▼feature ===== */
.mission {
    width: 90%;
    margin: 50px auto;
}

.sub_mission {
    font-size: 5vw;
    color: #ababab;
    font-weight: 300;
}

.main_mission {
    font-size: 8vw;
    color: #424242;
    font-weight: 700;
    letter-spacing: 2px;
}

/* ==== ▼feature point1~3 ==== */
.co_feature_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.co_feature_li {
    height: 200px;
    width: 100%;
    max-width: 380px;
    padding: 30px;
    margin-top: 20px;
    border: #424242 solid 1px;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==== ▲feature point1~3 ==== */
/* ==== ▼history ==== */

.history_title {
    text-align: center;
}

.history_img {
    aspect-ratio: 8/3;
    object-fit: cover;
}

.history_ul {
    max-width: 600px;
    margin: 60px auto;
    border-left: #424242 1px solid;

}

.history_content {
    margin-left: 20px;
    margin-top: 40px;
}

.history_year {
    position: relative;
}

.history_year::before {
    position: absolute;
    left: -30px;
    top: 4px;
    content: '';
    width: 20px;
    height: 20px;
    border: #424242 1px solid;
    border-radius: 50%;
    background-color: #F6F6F6;
}

/* ==== ▲history ==== */
/* ===== ▲feature ===== */

/* ===== ▼overview ===== */
.overview_right {
    display: none;
    font-weight: bold;
}

.overview_li {
    width: 100%;
    border-bottom: #424242 0.5px solid;
    padding: 20px 0;
}

.overview_li_title {
    font-size: 18px;
    color: #E25662;
    margin: 16px 0;
}

.overview_li_title2 {
    position: relative;
    margin-left: 30px;
}

.overview_li_title2::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #E25662;
}

.overview_li_title3 {
    font-size: 18px;
    margin-top: 16px;
}

.overview_li_text {
    margin: 16px 0;
}
/* ===== ▲overview ===== */
/* ===== ▼logo ===== */
.design_wrapper {
	width: 95%;
	margin: 0 auto 50px;
	max-width: 800px;
}

.opening{
	margin: 100px auto 60px;
}

.main_sentence{
	color: #003e7f;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	line-height: 2em;
}

.opening_logo {
	display: block;
	width: 50%;
	max-width: 230px;
	margin: 0 auto 100px;
}

.ds_arc {
	padding-top: 25px;
	padding-bottom: 40px;
	border-bottom: #e6e6e6 solid 0.5px;
}


.design_h2 {
	color: #003e7f;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}


.principles_img {
	display: block;
	width: 70%;
	max-width: 280px;
	margin: 0 auto 100px;
}

.design_principles_sec {
	padding-bottom: 50px;
}

.design_principles_sec:nth-of-type(3){
	padding-bottom: 0;
}

.principles_h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.kindness {
	color: #e7566c;
}

.professionalism {
	color: #003e7f;
}

.futurism {
	color: #494949;
}




/* ===== ▲logo ===== */
/* ===== ▼contact ===== */

.contact_main {
    padding-top: 80px;
}

.contact_contents {
    width: 84%;
    max-width: 800px;
    margin: 0 auto;
}

.contact_title {
    text-align: center;
}

.contact_caution {
	width: 90%;
    max-width: 500px;
    margin: 0 auto 50px;
}

.contact_caution span {
	color: red;
}


.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 18px;
}

input.contact_info,
input.contact_info_text,
textarea.contact_info_text {
	font-family: 'Fira Sans', sans-serif;
    width: 100%;
    opacity: 0.8;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #424242;
    padding: 10px 0 10px 5px;
    background-color: rgba(0, 0, 0, 0);
}

textarea.contact_info_text {
    height: 100px;
}


textarea.contact_info_text::placeholder {
    padding-top: 56px;
}

.wpcf7-form p:nth-of-type(1),
.wpcf7-form p:nth-of-type(2),
.wpcf7-form p:nth-of-type(3),
.wpcf7-form p:nth-of-type(4) {
    margin-bottom: 30px;
}


.wpcf7-form p:nth-of-type(7) {
    width: 90%;
    max-width: 200px;
    text-align: center;
    margin: 80px auto;
}

input.contact_info_send {
    width: 100%;
    background-color: #424242;
    text-align: center;
    color: #fff;
    margin: 20px auto 0;
    border: none;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    width: 100%;
}

.page-id-48 footer {
	margin: 0;
}


/* ===== ▲contact ===== */
/* ===== ▼privacy policy ===== */
.privacy_main {
    padding-top: 80px;
}

.privacy_title {
    text-align: center;
}
/* ===== ▲privacy policy ===== */

/* ===== ▼▼▼▼　520px以上　▼▼▼▼ ===== */
@media screen and (min-width: 520px) {
	/* ===== ▼feature ===== */

    .main_mission {
        font-size: clamp(46px, 6vw, 50px);
    }
    
    .sub_mission {
        font-size: clamp(16px, 4.5vw, 26px);
    }

    /* ===== ▲feature ===== */

    /* ===== ▼contact ===== */
    .wpcf7-form p:nth-of-type(1),
    .wpcf7-form p:nth-of-type(2),
    .wpcf7-form p:nth-of-type(3),
    .wpcf7-form p:nth-of-type(4) {
        width: 46%;
    }

    .wpcf7-form p:nth-of-type(6) {
        width: 96%;
    }
    
    textarea.contact_info_text {
        height: 130px;
    }
    
    
    textarea.contact_info_text::placeholder {
        padding-top: 86px;
    }
    /* ===== ▲contact ===== */
}

    /* ===== ▼▼▼▼　960px以上　▼▼▼▼ ===== */
    @media screen and (min-width: 960px) {
    /* ===== ▼feature ===== */
    
    .mission {
        margin-top: 100px;
        margin-bottom: 50px;
        width: 84%;
        max-width: 1400px;
    }
    
    .main_mission {
        font-size: clamp(50px, 5vw, 56px);
    }
    
    .sub_mission {
        font-size: clamp(16px, 3.25vw, 36px);
    }

    .co_feature {
        width: 84%;
        max-width: 1400px;
    }

    .co_feature_ul {
        justify-content: space-between;
    }

    .co_feature_li {
        width: 33%;
        max-width: inherit;
    }

    /* ===== ▲feature ===== */

    /* ===== ▼overview ===== */
    .overview {
        display: flex;
        justify-content: space-between;
    }
    
    .overview_left {
        width: 70%;
    }

    .overview_right {
        display: block;
        width: 28%;
        writing-mode: vertical-rl;
        font-size: 150px;
        color: #eeeeee;
    }
    /* ===== ▲overview ===== */

    
    /* ===== ▼contact ===== */



    .contact_contents {
        max-width: 900px;
        padding-top: 50px;
    }

    .contact_title {
        margin-bottom: 80px;
    }
    /* ===== ▲contact ===== */
    /* ===== ▼privacy policy ===== */
.privacy_main {
    padding-top: 180px;
}
/* ===== ▲privacy policy ===== */
    }