@charset "UTF-8";
 /*========= information ===============*/
 .main_wrap {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 0 15px;
}

.main_wrap .title_wrap{ 
    padding-top: 10rem;
    padding-bottom: 4rem;
    text-align: center;
}

.main_wrap h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0;
}

.main_wrap h1::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #222;
    border-radius: 50%;
    margin: 30px auto 0;
}

.sub_contents_box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.25em;
}

.contents_box{
    width: 1140px;
    margin: 0 auto;
    max-width: 96%;
    font-size: 16px;
    color: #7c7c7c;
    padding: 130px 0;
}

.sub_contents_box{
    width: 1140px;
    margin: 0 auto;
    max-width: 96%;
    font-size: 16px;
    color: #7c7c7c;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
    letter-spacing: 1px;
    line-height: 2;
}

.sub_title_box{
    width: 1140px;
    margin: 0 auto;
    max-width: 96%;
    font-size: 16px;
    color: #7c7c7c;
    padding: 150px 0;
    letter-spacing: 1px;
    line-height: 2;
}

.sub_title{
    text-align: center;
    margin-bottom: 35px;
    color: #000;
    font-weight: 600;
}

.sub_title_contents{
    text-align: center;
}

.contents_box p{
    padding: 0;
}

 /*========= ボタン ===============*/
/*--- 線から塗り（共通設定） ---*/

.gradient4{
    /*ボタンの形状*/
    display: inline-block;
    padding: 10px 60px;  
    border-radius:30px;
    text-decoration: none;
    border:1px solid #fa6c9f;
    color: #fa6c9f;
    outline: none;
    /*アニメーションの指定*/ 
    transition: all 0.4s ease-out;
    margin-top: 30px;
    font-weight: 600;
}

/*hoverした際、グラデーションと影を付ける*/
.gradient4:hover{
    /*ボタンの形状*/
    border-color:transparent;
    color: #fff;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%);
    background-size: 200% auto;
    background-position: right center;
    /*ボックスの影*/   
    box-shadow: 0 5px 10px rgb(250,108,159,0.4);
}

.card-body h5{
    color: #000;
    font-weight: 600;
    padding: 20px 0;
}

.online_box {
    padding: 100px 0 100px 0;
    background-color: #F2B025;
    width: 500px;
    margin: 0 auto;
}


.online_sub_box {
    padding: 100px 0 100px 0;
    background-color: #F2B025;
    width: 500px;
    margin: 0 auto;
}

/*==================================
オンラインでお話しませんか？
===================================*/
.online_box_wrap{
    /* padding: 7rem 15rem; */
    background-image: url(../../resource/img/online_bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 35rem;
    color: #fff;
    margin-bottom: 100px;
}

/* 画像フィルタ */
.online_box_wrap_filter {
    background-color: rgba(0,0,0,0.6);
    height: 35rem;
    text-align: center;
    padding: 75px 0;
    /* 上下センター */
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.online_box_wrap h2{
    padding: 10px 0;
    font-weight: 600;
}


.online_sub_inner_box{
    height: 35rem;
    width: 500px;
    background-color: #F2B025;
}

.online_sub_inner_box i{
    font-size: 75px;
    padding-top: 75px;
    padding-bottom: 30px;
}

.online_sub_inner_box h3{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 5px;
}

.online_sub_inner_box p{
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 2;
}

.online_sub_inner_box_bt {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 60px;
}

.online_sub_inner_box a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(../../resource/img/bt_icon02.png);
    background-size: 20px;
    background-position: center;
    transition: 0.3s;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.online_sub_inner_box a:hover{
    background-color: #F2B025;
    border:2px solid #fff;
    background-image: url(../../resource/img/bt_icon01.png);
  }
  

.online_sub_inner_box_bt i{
    font-size: 22px;
    color: #F2B025;
    padding-top: 0px;
    padding-bottom: 0px;
}

.online_sub_inner_box_bt a{
    text-decoration: none;
    font-size: 14px;
}

/*==================================
レスポンシブ
===================================*/
/* スマホ */
@media screen and (max-width:767px) {

    .contents_box {
        width: 1140px;
        margin: 0 auto;
        max-width: 96%;
        font-size: 14px;
        color: #7c7c7c;
        padding: 85px 20px;
    }

    .main_wrap h1 {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 3px;
        margin: 0;
    }

    .main_wrap .title_wrap {
        padding-top: 5rem;
        padding-bottom: 3rem;
        text-align: center;
    }

    .title_wrap p {
        font-size: 14px;
        letter-spacing: 3px;
        font-size: 4.5vw;
        margin: 0 0 3vw;
    }

    .sub_title_box {
        width: 1140px;
        margin: 0 auto;
        max-width: 96%;
        font-size: 16px;
        color: #7c7c7c;
        padding: 40px 20px;
        letter-spacing: 1px;
        line-height: 2;
    }

    .sub_contents_box {
        width: 1140px;
        margin: 0 auto;
        max-width: 96%;
        font-size: 14px;
        color: #7c7c7c;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }

    .sub_title {
        text-align: center;
        margin-bottom: 35px;
        color: #000;
        font-weight: 600;
        font-size: 21px;
    }

    .sub_title_contents{
        text-align: center;
        font-size: 14px;
    }

    .card-body h5 {
        color: #000;
        font-weight: 600;
        padding: 20px 0;
        font-size: 18px;
    }

    .main_wrap h2 {
        font-size: 34px;
        font-weight: 600;
        color: #000;
        letter-spacing: 0.25em;
        font-family: 'Noto Serif JP', serif;
        line-height: 57px;
        transform: rotate(-4deg);
        text-align: center;
    }

    .sub_contents_box {
        width: 1140px;
        margin: 0 auto;
        max-width: 96%;
        font-size: 14px;
        color: #7c7c7c;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .contents_box p {
        padding: 0;
        /* line-height: 1.5; */
        line-height: 1.7;
    }

    .sub_contents_box dd {
        font-size: 14px;
        line-height: 1.7;
        margin: 0 0 40px;
    }

    .sub_contents_box h3 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        letter-spacing: 0.25em;
    }

    .online_sub_inner_box {
        height: 25rem;
        width: 300px;
        background-color: #F2B025;
    }

    .online_sub_inner_box i {
        font-size: 65px;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .online_sub_inner_box h3 {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .online_sub_inner_box_bt {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        margin-top: 50px;
    }

    .online_sub_inner_box p {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 2;
    }
}

/* タブレット */
@media screen and (min-width:768px) and (max-width:1024px) {
    .contents_box {
        width: 1140px;
        margin: 0 auto;
        max-width: 96%;
        font-size: 16px;
        color: #7c7c7c;
        padding: 130px 20px;
    }

    .sub_contents_box {
        width: 1140px;
        margin: 0 auto;
        max-width: 96%;
        font-size: 16px;
        color: #7c7c7c;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }
}
