@charset "utf-8";

/*lp_mv
--------------------------------------------*/
.lp_mv-img{
    background-image: url(../img/cmn/lp_mv05.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lp_pagettl.sec_ttl01.sec_ttl01_left:before{
    content: "PROFILE";
}

.lp_company_profile .sec_ttl01:before{
  width: 100%;
  color: var(--light-gray-color);
  font-size:min(3.4rem,8.8vw);
}

.lp_profile_cont .sec_ttl01{
  font-size: 2.3rem;
  color: var(--main-color);
}

/* profile_header
-------------------------------------------- */
#profile_header{
  padding-top: 55px;
  padding-bottom: 80px;
}
#profile_header .in-page_link{
    width: 70%;
    max-width: 300px;
    flex-direction: column;
    gap: 0 10px;
    margin: 0 auto;
}

#profile_header .in-page_link li{
    width: 100%;
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 4px;
}

#profile_header .in-page_link li a{
    position: relative;
    display: block;
    padding: 10px 0;
}

#profile_header .in-page_link li a:before{
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
#profile_header .in-page_link li a:after{
    position: absolute;
    content: "";
    background-image: url(../img/cmn/arrow_blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 8px;
    right: 13px;
    transform: rotate(90deg) translate(-50%,-50%);
    top: 52%;
}

#profile_header .in-page_link li a:hover:before{
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}


/* cont01
-------------------------------------------- */
#cont01 {
  position: relative;
  background: linear-gradient(338deg, #0f2a5511 25vw, #fff 0);
  padding-bottom: 60px;
}

/* #cont01:after{
          content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        border-top: 39vw solid #f6f6f6;
        border-right: 52.5vw solid var(--main-color);
        opacity: 0.1;
        z-index: 1;
} */

#cont01 .sec_ttl01{
  margin-bottom: 40px;
}

#cont01 .sec_ttl01:before{
  content: "COMPANY PROFILE";
}

#cont01 .table{
  max-width: 560px;
  margin: 0 auto;
}


/* cont02
-------------------------------------------- */
#cont02 {
  position: relative;
  /* background-color: var(--light-gray-color); */
  background: linear-gradient(158deg,#62738C 12vw, #0F2A52 0);
  padding-bottom: 60px;
}
/* #cont02:after{
          content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 36vw solid #f6f6f6;
        border-right: 46.5vw solid transparent;
        opacity: 0.1;
        z-index: 1;
} */
#cont02 .lp_sec_inner{
  padding-top: 60px;
}

#cont02 .sec_ttl01{
  color: #fff;
  margin-bottom: 40px;
}
#cont02 .sec_ttl01:before{
  content: "HISTORY";
  color: rgba(255, 255, 255, .3);
}

#cont02 .table tr{
  border-bottom: 1px solid #d0d0d057;
}

#cont02 .table{
  color: var(--light-gray-color);
  max-width: 560px;
  margin: 0 auto;
}

#cont02 .table tbody th{
  color: #fff;
}
#cont02 .table tbody th:after{
  border-bottom: 1px solid #cdcdcdc9;
}

/* cont03
-------------------------------------------- */

#cont03 {
  position: relative;
}

#cont03:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 39vw solid #f6f6f6;
  border-right: 52.5vw solid var(--main-color);
  opacity: 0.1;
  z-index: -1;
}


#cont03 .lp_sec_inner{
  padding-top: 60px;
  padding-top: 80px;
}

#cont03 .sec_ttl01{
  margin-bottom: 48px;
}

#cont03 .sec_ttl01:before{
  content: "FOUNDING STORY";
}

.story_body{
    position: relative;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 0 10px;
}

.story_body .year {
  font-size: 1.4rem;
  color: #a3a3a3;
  font-family: var(--font-family-serif);
}
.story_body .year span{
  display: block;
  font-size: 4rem;
  line-height: 1;
  color: var(--light-gray-color);
  color: #0b357a3f;
  font-family: var(--font-family-serif);
  margin-bottom: 5px;
  margin-right: 10px;
}

.story_body .ttl{
  font-size: 2rem;
  color: var(--main-color);
  margin-bottom: 15px;
}

.story_body .img_wrapper{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: end;
  margin-bottom: 20px;
}

@media screen and (max-width: 550px){
  .story_body .img_wrapper{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.story_body .img_wrapper img{
  flex: 0 1 auto; /*マスト*/
  min-width: 0;/*マスト*/
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.story_body .story_box{
  margin-bottom: 46px;
}

/* サイド追従アンカーリンク */
.fixed-in-page_link_wrapper{
    position: sticky;
    top: 20px;
    min-width: 100px;
    padding: 95px 0 10px;
    height: 60vh;
    min-height: 232px;
    overflow-y: auto;
    transition-duration: .3s;
}

.fixed-in-page_link_wrapper .item{
    list-style-type: none;
    margin-bottom: 24px;
}

.fixed-in-page_link_wrapper .item a{
    position: relative;
    color: #E1E1E1;
    font-size: 1.4rem;
    text-align: left;
    transition: color 0.3s ease;
    margin-left: 20px;
}

.fixed-in-page_link_wrapper .item a.active{
  color: #282828;
}

.fixed-in-page_link_wrapper .item a:before{
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #D2D2D2;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  left: -19px;
  top: 3px;
}

.fixed-in-page_link_wrapper .item a.active:before{
  background-color:rgb(99, 165, 215);
}

.fixed-in-page_link_wrapper .item a:after{
  position: absolute;
  content: "";
  display: inline-block;
  border:1px solid var(--light-gray-color);
  height: 45px;
  left: -14px;
  top: 14px;
  z-index: -1;
}

.fixed-in-page_link_wrapper .item a.active:after{
  border:1px solid #a3a3a3;
}

.fixed-in-page_link_wrapper .item:last-of-type a:after{
  content: none;
}

.fixed-in-page_link_wrapper .item a span.note{
  /* display: block;
  margin-left: 20px;
  font-size: 1.4rem; */
  display: none;
}



/* bnr
-------------------------------------------- */
#banner{
  padding-bottom: 100px;
  /* position: relative;
  padding-top:60px ;
  padding-bottom: 60px;
          background: linear-gradient(to right, var(--light-gray-color) calc(50% + 270px), var(--light-gray-color) 50%, #fff calc(50% + 270px), #fff 100%); */
}
#banner a{
  width: 100%;
  height: 100%;
  transition: all .3s;
}

#banner a:hover{
  opacity: 0.8;
}
#banner:after{
          /* position: absolute;
        content: "";
        background-color: #fff;
        height: 150px;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: -1; */
}

