@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/


html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.font_en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

body {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.7;
    min-width: 1240px;
}

.wrap {
    width: 1240px;
    margin: 0 auto;
}

#page_gate {
    position: relative;
}

#page_gate .logo_box {
    width: 300px;
    height: 200px;
    position: absolute;
    left: calc( (100vw - 1340px) / 2 );
    top: 50px;
}

#page_gate .box {
    height: 100vh;
    width: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 100px;
}

#page_gate .box#kojin {
    background: url(https://m2olaw-lp.jp/kojin/wp-content/themes/child/image/main_visual.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

#page_gate .box#hojin {
    background: url(https://m2olaw-lp.jp/hojin/wp-content/themes/child/image/main_visual.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

#page_gate .box .text_box .title {
    font-size: 40px;
    position: relative;
    margin-bottom: 40px;
}

#page_gate .box .text_box .title:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

#page_gate .box .text_box .lead {
    letter-spacing: .1em;
    margin-bottom: 3em;
}

#page_gate .box .text_box .button a {
    display: block;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    line-height: 60px;
    width: 360px;
    margin: 0 auto;
    transition: .3s;
}

#page_gate .box .text_box .button a:hover {
    background: #fff;
    color: initial;
}

@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

    body {
        font-size: 3.2vw;
        min-width: unset;
        overflow: hidden;
        padding-top: 0;
    }
    
    #page_gate .logo_box {
        width: 60vw;
        left: 5vw;
        top: 5vw;
    }
    
    #page_gate .box {
        height: auto;
        width: 100%;
        padding: 20vw 10vw 20vw 10vw;
    }

    #page_gate .box#hojin {
        padding-top: 40vw;
        border-bottom: 2px solid;
    }
    
    #page_gate .box .text_box .title {
        font-size: 6vw;
        margin-bottom: 10vw;
    }
    
    #page_gate .box .text_box .title:before {
        width: 7vw;
        bottom: -4vw;
    }
    
    #page_gate .box .text_box .lead {
        font-size: 3.7vw;
    }
    
    #page_gate .box .text_box .button a {
        font-size: 3.8vw;
        line-height: 14vw;
        width: 60vw;
    }
    
    #page_gate .box .text_box .button a:hover {
        background: none;
        color: #fff;
    }

}