@charset "UTF-8";

/* 共通
******************************************************************************/

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'M PLUS Rounded 1c', 'Noto Sans CJK JP', sans-serif;
    background: #fffae3;
}


img {
    max-width: 100%;
    height: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

a {
    color: #fff;
    text-decoration: none;
}

p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.sm {
    margin-top: 30px;
    font-size: 14px;
}

.motsu {
    color: #1e235e;
    font-size: 25px;
}

.wrap {
    overflow: hidden;
}


.content {
    width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: left;
}

.btn {
    background: #fff;
    padding: 20px 30px;
    color: #1e235e;
    border: solid 4px #1e235e;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin: 50px auto;
    border-radius: 50px;
}

.btn span {
    font-size: 20px;
    padding-left: 10px;
}


.box {
    background: #fff;
    margin: 30px auto;
    padding: 20px 40px;
    border-radius: 30px;
}

.box img {
    width: 40%;
}

.box h3,
.content h3 {
    color: #1e235e;
    font-size: 25px;
    border-bottom: 3px solid #1e235e;
}

.tel {
    background: #1e235e;
    padding: 10px 40px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    margin: 30px;
}


/* ヘッダー
******************************************************************************/

.head {
    width: 100vw;
    height: 1080px;
    background-image: url(../images/header.jpg);
    background-position: center;
    margin: auto;
}


/* 事業内容
******************************************************************************/


.service {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
}

.service .s_box {
    width: calc(100%/3);
    height: auto;
    padding: 0;
}

.service .s_box .img {
    width: 100%;
}

.service .s_box .tx {
    padding: 30px;
}

.service .s_box:nth-of-type(2n) {
    background: #5a5e8e;
}

.service .s_box:nth-of-type(2n + 1) {
    background: #1e235e;
}

.service .tx h3 {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 30px;
    margin-top: 0;
}

.service .tx p {
    color: #fff;
}

@media only screen and (max-width: 1000px) {

    .service {
        width: 100vw;
        display: flex;
        flex-wrap: wrap;
    }

    .service .s_box {
        width: 100%;
    }

    .service .s_box .img img {
        width: 100%;
    }
}


/* 想い
******************************************************************************/


.omoi {
    width: 100vw;
}

.omoi .c_box {
    display: flex;
    width: 100vw;
}

.omoi .c_box .tx {
    width: 40%;
    padding: 60px;
}

.omoi .c_box .tx h3 {
    color: #1e235e;
    font-size: 25px;
}

.omoi .c_box .img {
    width: 60%
}

.omoi .c_box:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.omoi .c_box:nth-of-type(2n + 1) .img {
    text-align: right;
}

.omoi .c_box:nth-of-type(2n + 1) {
    background: #fff;
}

@media only screen and (max-width: 1000px) {

    .omoi .c_box {
        display: block;
        width: 100vw;
    }

    .omoi .c_box .tx {
        width: 90%;
    }

    .omoi .c_box .img {
        width: 100%;
    }

    .omoi .c_box .img img {
        width: 100%;
    }
}


/* ミレア
******************************************************************************/


.mirea {
    background: #f9ee8f;
    display: flex;
    padding: 80px 40px;
}

.mirea .logo {
    width: 40%;
    text-align: center;
}

.mirea .tx {
    width: 60%;
    padding: 60px;
}

.mirea .tx p {
    padding: 30px 0 50px 0;
}

.mirea .tx a {
    background: #f097be;
    padding: 20px 30px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    border-radius: 40px;
    margin: 30px auto;
    font-weight: 700;
}

@media only screen and (max-width: 1000px) {

    .mirea {
        display: block;
    }

    .mirea .logo {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .mirea .tx {
        width: 90%;
        margin: 0 auto;
    }

    .mirea .tx img {
        width: 90%;
        margin: 0 auto;
    }

}





/* フッター
******************************************************************************/

footer {
    background: #333;
    text-align: center;
    padding: 10px 0;
}

footer p {
    color: #fff;
    font-size: 16px;
}

.banner {
    margin: 30px auto;
    display: inline-block;
}

.banner img {
    margin: 10px;
    width: 30%;
}

@media screen and (max-width:1000px) {
    .banner img {
        width: 90%;
    }

    .tel {
        padding: 20px 40px;
        font-size: 55px;
    }

}

/* PC/SP表示切り替え
******************************************************************************/

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


@media only screen and (max-width: 1000px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}
