@charset "utf-8";

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

.lp_message .sec_ttl01:before{
  width: 100%;
  color: var(--light-gray-color);
}

.lp_message_cont .sec_ttl01{
  font-size: 2.3rem;
  color: var(--main-color);
  margin-top: 77px;
}

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

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

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

#message_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%;
}

#message_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%;
}


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

#cont01 .sec_ttl01:before{
  content: "MESSAGE";
}

#cont01 .message_wrapper{
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

#cont01 .message_wrapper .ttl{
  font-size: 2rem;
  margin-bottom: 18px;
}

#cont01 .message_wrapper .img{
  width: 100%;
  max-width: 450px;
  flex-direction: column;
}

#cont01 .message_wrapper .img .keyword{
  width: 70%;
  margin-bottom: 30px;
}

#cont01 .message_wrapper .sign{
  text-align: right;
}

#cont01 .message_wrapper .sign .em{
  font-size: 1.8rem;
  padding-left: 15px;
}


/* cont02
-------------------------------------------- */
#cont02 {
  position: relative;
background: linear-gradient(-158deg,#62738C 12vw, #0F2A52 0);
padding-bottom: 60px;
}

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

#cont02 .sec_ttl01{
  color: #fff;
}
#cont02 .sec_ttl01:before{
  content: "STAFF";
  color: rgba(255, 255, 255, .3);
}

#cont02 .list {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 20px;
    text-align: center;
}

#cont02 .list .item{
    width: calc((100% - 20px*1)/2);
    color: #fff;
}

#cont02 .list .item .img{
  margin-bottom: 10px;
}

#cont02 .list .item img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 200px;
}

#cont02 .list .item .note{
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;       
  background-color: rgba(0, 0, 0, .8);
  min-width: 100px;
  width: 80%;
  margin: -31px auto 5px;
  padding: 3px 8px;
  z-index: 1;
}

#cont02 .list .item .name{
  font-size: 2.0rem;
  line-height: 1.4;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#cont02 .list .item .name .position{
  display: block;
  font-size: 1.3rem;
}

#cont02 .list .item .detail{
  display: block;
  background-color: rgba(255, 255, 255, .3);
  font-size: 1.4rem;
  padding: 6px;
  max-width: 240px;
  margin: 6px auto 0;
}

#cont02 .list .item .detail .ttl{
  display: block;
  font-weight: 700;
  border-bottom: 1px dotted #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 550px){
  #cont02 .list {
    justify-content: center;
    gap: 28px 20px;
    text-align: center;
  }

  #cont02 .list .item{
      width: calc((100% - 20px*3)/4);
  }
}

/* bnr
-------------------------------------------- */
#banner{
  padding-bottom: 100px;
}

#banner a{
  width: 100%;
  height: 100%;
  transition: all .3s;
}

#banner a:hover{
  opacity: 0.8;
}

