

/* commmon */

*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }

body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', Helvetica, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif, sans-serif;
    font-size: 16px;
	line-height: 180%;
	color: #454545;
	background: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
}

body {
    overflow-x: hidden !important;
    
}

.forsp {
    display: none;
}
.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=70)";
}
a {
display: block;
width: 100%;
height: 100%;
color: unset;
text-decoration: none;
}
img {
    width: 100%;
}

/* footer  */

footer {
    width:100%;
    margin: 0 auto;
    background-color: #fff;
    font-size: 80%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
footer a {
    display: block;
    transition: all  0.3s ease;
    color: #fff;
    margin: 0 auto;
}
footer a:hover {
    text-decoration: underline;
}
footer .footer_left {
    display: flex;
}
footer .footer_left .company_name {
    margin-right: 30px;
}

.pagetop {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 100px;
    opacity: 0;
    transition: all  0.6s ease;
}
.pagetop.scroll {
    opacity: 1;
}

.btn_more_p {
    position: relative;
    display: inline-block;
}
.btn_more_p a {
    background-color: #4D0A7E;
    display: block;
    color: #ffffff;
    padding: 18px 100px 18px 25px;
    font-size: 18px;
}
.btn_more_p a:hover {
    background-color: #8B51B5;
}
.btn_more_p a::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
}
.btn_more_w {
    position: relative;
    display: inline-block;
}
.btn_more_w a {
    background-color: #ffffff;
    display: block;
    color: #4D0A7E;
    padding: 18px 100px 18px 25px;
    font-size: 18px;
}
.btn_more_w a:hover {
    background-color: #CCB8DB;
}
.btn_more_w a::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow_purple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
}

/* header */

header {
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(255,255,255,0.0);
    display: flex;
    font-size: 18px;
    transition: 0.5s;
}
header#second {
    background-color: rgba(255,255,255,0.5);
}
header.scroll-nav {
    background-color: rgba(255,255,255,0.5);
}
header.scroll-nav .company_logo {
    background-image: url(../images/jizake_llp_mark.svg);
}
.company_logo {
    display: block;
}
header .company_logo {
    width: 100%;
    height: 47px;
    background-image: url(../images/jizake_llp_mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 18px;
    margin: 1.2vw 2vw;
    transition: 0.5s;
    padding-left: 50px;
    padding-top: 9px;
}
header#second .company_logo {
    background-image: url(../images/jizake_llp_mark.svg);
}

header .gmenu {
    width: 80%;
    margin: 6px;
    display: flex;
    justify-content: flex-end;
}
header .gmenu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
header .gmenu ul li {
    margin: 14px 6px;
    position: relative;
}
header .gmenu ul li a {
    width: 100%;
    height: auto;
    padding: 12px 16px 12px 16px;
    display: block;
    color: #fff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}
header .gmenu ul li ul li a {
    background-color: rgba(255,255,255,0.8);
}
header .gmenu ul li a:hover,header#second .gmenu ul li a:hover {
    background-color: #8B51B5;
}

/* top page  */
.kv_blk {
    width: 100%;
    height: 900px;
    position: relative;
    background-image: url(../images/llp_kv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 6vw;
}
.kv_blk h2 {
    width: 100%;
    height: 9vw;
    text-align: center;
    font-size: 0px;
    text-indent: -9999px;
    background-image: url(../images/llp_copy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.kv_blk .kv_lead {
    width: 40%;
    background-color: rgba(255,255,255,0.8);
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 2px;
    padding: 20px 30px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.entrance {
    width: 1000px;
    margin: 130px auto;
    display: flex;
    justify-content: space-between;
}
.entrance div {
    width: 460px;
}
.entrance h2 {
    width: 100%;
    height: 460px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 0px;
    text-indent: -9999px;
}
.entrance .entrance_mall h2 {
    background-image: url(../images/llp_mall_entrance.jpg);
}
.entrance .entrance_kouji h2 {
    background-image: url(../images/llp_kouji_entrance.jpg);
}
.entrance .entrance_mall .lead_text,.entrance .entrance_kouji .lead_text {
    width: 100%;
    font-size: 16px;
    padding: 20px 25px;
    border-bottom: 1px solid #AFAFAF;
    border-left: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
    background-image: url(../images/llo_arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 25px;
}
.about_blk {
    width: 100%;
    background-color: #253E8E;
    color: #fff;
    display: flex;
}
.about_blk .about_img_blk {
    width: 42%;
    background-image: url(../images/llp_about_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about_blk .about_txt_blk {
    width: 58%;
}
.about_blk .about_txt_blk .inner {
    max-width: 540px;
    margin: 60px;
}
.about_blk .about_txt_blk .inner h2 {
    font-size: 24px;
    text-align: center;
    background-image: url(../images/about_mark.svg);
    background-size: 78px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 90px;
    margin-bottom: 2cqmax;
}
.about_blk .about_txt_blk .inner p {
    margin-bottom: 2cqmax;
}

.merit_blk {
    max-width: 1000px;
    margin: 120px auto;
}
.merit_blk h2 {
    text-align: center;
    font-size: 24px;
}
.merit_blk .llp_icon {
    height: 50px;
    text-align: center;
    background-image: url(../images/llp_merit_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px;
}
.merit_blk .merit_blk_set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.merit_blk .merit_blk_set .merit_number_box {
    width: 31%;
    text-align: center;
    background-color: #FFE2EB;
    border-radius: 12px;
    padding: 28px 28px;
    margin-bottom: 24px;
}
.merit_blk .merit_blk_set div .number {
    width: 58px;
    text-align: center;
    margin: 10px auto;
}
.merit_blk .merit_blk_set div h3 {
    font-size: 21px;
    color: #253E8E;
    margin: 20px;
}
.merit_blk .merit_blk_set div p {
    width: 100%;
    text-align: left;
}
.merit_blk .merit_plus {
    text-align: center;
    color: #fff;
    background-image: url(../images/llp_merit_text_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 24px;
    padding: 30px 80px;
    margin-bottom: 50px;
}
.merit_blk .merit_blk_set2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.merit_blk .merit_blk_set2 .box01 {
    width: 37.5%;
    border: 1px solid #253E8E;
    border-radius: 12px;
    padding: 28px 28px;
}
.merit_blk .merit_blk_set2 .box02 {
    width: 10%;
    background-image: url(../images/llp_icon_plus.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.merit_blk .merit_blk_set2 .box03 {
    width: 52.5%;
    border: 1px solid #253E8E;
    border-radius: 12px;
    padding: 28px 28px;
}
.merit_blk .merit_blk_set2 h4 {
    font-size: 20px;
    color: #253E8E;
    text-align: center;
    margin-bottom: 1rem;
}
.merit_blk .merit_blk_set2 span {
    color: #253E8E;
    margin-right: 6px;
}
.merit_blk .merit_blk_set2 ul li {
    padding-left: 18px;
    background-image: url(../images/square_icon.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left top 8px;
    line-height: 24px;
    margin-bottom: 10px;
}
.merit_blk .merit_mov {
    width: 728px;
    margin: 10px auto;
}
.merit_blk .merit_mov video {
    width: 728px;
    height: 410px;
}

.business_blk {
    background-color: #253E8E;
    padding: 60px 0;
}
.business_blk h2 {
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.business_blk .llp_icon {
    height: 60px;
    text-align: center;
    background-image: url(../images/llp_about_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px;
}
.business_blk .about_text {
    width: 800px;
    margin: 50px auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 28px 28px;
    text-align: center;
}
.business_blk .about_text ul li {
    background-image: url(../images/dot_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 10px 0;
}
.business_blk .about_company {
    text-align: center;
    color: #fff;
}
.business_blk .about_company h3 {
    font-size: 120%;
    margin-bottom: 10px;
}



/* pc end  */




/* animate  */
.animation {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }

.animation.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.animation.scrollin:nth-of-type(2) {
	transition-delay: 0.3s;
}
.animation.scrollin:nth-of-type(3) {
	transition-delay: 0.5s;
}
.animation.scrollin:nth-of-type(4) {
	transition-delay: 0.8s;
}


.animate {
    opacity : 0.0;
    transform : translate(0, 0);
    transition : all 1200ms 1.2s;
    }
.animate.scrollin {
    opacity : 1;
    transform : translate(0, 0);
	transition-delay: 0.8s;
}
