@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

main{
  overflow: visible;
}

/* ヘッダー */
.header{
  top: -70px;
}
.header-inner{
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.header-inner h1{
  display: none;
}
.logo{
  opacity: 1;
}
.nav{
  overflow: visible;
  margin-left: 200px;
}
.nav ul{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li{
  list-style-position: unset;
  list-style-type: none;
  padding-left: 0;
}
.nav a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.nav a:hover{
  opacity: 0.7;
}
.entry-btn{
  height: 100%;
}
.entry-btn a{
  min-width: 150px;
  height: 100%;
  background: #2C74DA;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  font-weight: 600;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-btn a:hover{
  opacity: 0.7;
}

/* ハンバーガー */
.hamburger{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  cursor: pointer; 
  z-index: 1001;
}
.hamburger span{
  display: block;
  height: 3px;
  background: #a6b9c1;
  transition: 0.3s ease-in-out;
}
.hamburger.active span:nth-child(1){
  transform: translateY(7.5px) rotate(45deg);
}
.hamburger.active span:nth-child(2){
  opacity: 0;
}
.hamburger.active span:nth-child(3){
  transform: translateY(-7.5px) rotate(-45deg);
}
@media screen and (max-width: 900px){
.nav{
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.98);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.4s ease;
    margin-left: 0;
  }
.nav.active{
    display: flex;
    visibility: visible;
    opacity: 1;
  }
.nav ul{
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    background: rgba(46,68,78,0.9);
    height: 100%;
    justify-content: center;
    text-align: center;
  }
  .nav a{
    color: #fff;
  }
  .hamburger{
    display: flex;
    margin-left: auto;
    margin-right: 20px;
  }
}

/* 本来のヘッダー非表示*/
.DEVELOP779{
  display: none!important;
}
header#pattern2>nav{
  display: none!important;
}

/* MV非表示 */
#lv_outer{
  display: none!important;
}

/* ボタン装飾 */
.contents_btn01{
  overflow: visible;
}
.contents_btn01 a{
  min-width: 280px;
  transition: .3s;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  font-size: 1.55rem;
  padding: 5px!important;
  border: 2px solid #2C74DA;
  color: #2C74DA!important;
  font-weight: bold;
  box-shadow: 5px 5px 0px 0px rgb(44, 116, 218, 50%);
  position: relative;
}
.contents_btn01 a::before{
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #2C74DA;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.contents_btn01 a::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #2C74DA;
  right: 10px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
}

/* 3つの成長システム */
#system+section{
  margin-top: 70px;
  position: relative;
}
#system+section::before{
  content: '';
  position: absolute;
  width: 39.5vw;
  height: 3px;
  background: #2C74DA;
  right: 0;
  top: 76px;
}
#system+section .heading.block_header_6 .h{
  font-size: clamp(4rem, 3.47vw, 5rem) !important;
  font-weight: 900;
  color: #2C74DA;
  transform: skew(-10deg);
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
  text-align: end;
  display: block;
  white-space: nowrap;
  padding-bottom: 0;
}
#system+section .heading.block_header_6 .h::before{
  content: none;
}
#system+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  text-align: end;
  line-height: 1.3;
}
#system+section .system_items{
  display: flex;
  gap: 70px;
  margin-top: 60px;
}
#system+section .system_item{
  width: calc(100% / 3 - 70px);
  background: #fff;
  border: 3px solid #2C74DA;
  padding: 30px 20px;
  position: relative;
  box-sizing: border-box;
}
#system+section .system_item:nth-of-type(1)::before{
  content: '01';
  position: absolute;
  font-size: 6rem;
  font-weight: 900;
  color: #2C74DA;
  top: -80px;
  left: 0;
}
#system+section .system_item:nth-of-type(2)::before{
  content: '02';
  position: absolute;
  font-size: 6rem;
  font-weight: 900;
  color: #2C74DA;
  top: -80px;
  left: 0;
}
#system+section .system_item:nth-of-type(3)::before{
  content: '03';
  position: absolute;
  font-size: 6rem;
  font-weight: 900;
  color: #2C74DA;
  top: -80px;
  left: 0;
}
#system+section .system_item .item_title{
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  color: #2C74DA;
  line-height: 1.3;
  position: relative;
  margin-bottom: 40px;
}
#system+section .system_item .item_title::before{
  content: '';
  position: absolute;
  width: 40%;
  height: 3px;
  background: #2C74DA;
  left: 50%;
  transform: translate(-50%);
  bottom: -20px;
}

/* 成長ロードマップ */
#roadmap+section{
  position: relative;
}
#roadmap+section::before{
  content: '';
  position: absolute;
  width: 43.5vw;
  height: 3px;
  background: #fff;
  left: 0;
  top: 123px;
}
#roadmap+section .heading.block_header_6 .h{
  font-size: clamp(4rem, 3.47vw, 5rem) !important;
  font-weight: 900;
  color: #fff;
  transform: skew(-10deg);
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
  text-align: end;
  display: block;
  white-space: nowrap;
  padding-bottom: 0;
}
#roadmap+section .heading.block_header_6 .h::before{
  content: none;
}
#roadmap+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #fff;
  line-height: 1.3;
}

/* 研修プログラム */
#program+section{
  position: relative;
}
#program+section::before{
  content: '';
  position: absolute;
  width: 45.5vw;
  height: 3px;
  background: #2C74DA;
  right: 0;
  top: 103px;
}
#program+section .heading.block_header_6 .h{
  font-size: clamp(4rem, 3.47vw, 5rem) !important;
  font-weight: 900;
  color: #2C74DA;
  transform: skew(-10deg);
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
  text-align: end;
  display: block;
  white-space: nowrap;
  padding-bottom: 0;
}
#program+section .heading.block_header_6 .h::before{
  content: none;
}
#program+section .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  text-align: end;
  line-height: 1.3;
}
#program+section .program_items{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
#program+section .program_item{
  width: calc(100% / 4 - 30px);
  background: #fff;
  box-sizing: border-box;
}
#program+section .program_item .item_title{
  background: #2C74DA;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
#program+section .program_item .item_text{
  padding: 20px 20px 50px;
}

/* 先輩の成長ストーリー */
#story+div{
  position: relative;
}
#story+div::before{
  content: '';
  position: absolute;
  width: 43.5vw;
  height: 3px;
  background: #2C74DA;
  left: 0;
  top: 76px;
}
#story+div .heading.block_header_6 .h{
  font-size: clamp(4rem, 3.47vw, 5rem) !important;
  font-weight: 900;
  color: #2C74DA;
  transform: skew(-10deg);
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
  display: block;
  white-space: nowrap;
  padding-bottom: 0;
}
#story+div .heading.block_header_6 .h::before{
  content: none;
}
#story+div .heading.block_header_6 p{
  font-size: 3rem;
  color: #2C74DA;
  line-height: 1.3;
}
#story+div .wrapper_item{
  overflow: visible;
}
#story+div .inner_item{
  height: 200px;
  background: #fff;
  box-shadow: 4px 4px 8px 0px rgb(0, 0, 0, 0.2);
}
#story+div .inner_item>a{
  display: block;
  background: #1E48A2;
  height: 100%;
}
#story+div .inner_item .inner_item_txt{
  height: 100%;
  padding: 30px;
}
#story+div .inner_item .inner_item_txt .name{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2C74DA;
  margin-bottom: 20px;
}
#story+div .inner_item .inner_item_txt .name p:nth-of-type(1){
  font-size: 2rem;
  font-weight: bold;
}
#story+div .inner_item .inner_item_txt .name p:nth-of-type(2){
  background: #2C74DA;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
}

/* バナー */
#banner+section .title{
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
#banner+section .title span{
  font-size: 6rem;
}
#banner+section .inner_item_txt>div{
  display: flex;
  gap: 50px;
  margin-top: 20px;
}
#banner+section .inner_item_txt>div .text{
  border: 1px solid #fff;
  background: rgba(44, 116, 218, 0.8);
  padding: 10px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}

#banner+section .inner_item_txt>div .text span{
  font-size: 4rem;
}
#banner+section .contents_btn01 a{
  min-width: 300px;
  background: #FFFF00;
}
#banner+section .contents_btn01 a::before,
#banner+section .contents_btn01 a::after{
  content: none;
}

/* レスポンシブ */
@media screen and (max-width: 1500px){
  /* システム */
  #system+section::before{
    width: 44vw;
  }
}
@media screen and (max-width: 768px){
  /* システム */
  #system+section::before{
    top: 62px;
  }
  #system+section .system_items{
    flex-direction: column;
  }
  #system+section .system_item{
    width: 100%;
  }
  /* ロードマップ */
  #roadmap+section::before{
    width: 47vw;
    top: 112px;
  }
  /* プログラム */
  #program+section::before{
    width: 49vw;
    top: 92px;
  }
  #program+section .program_items{
    flex-direction: column;
  }
  #program+section .program_item{
    width: 100%;
  }
  /* ストーリー */
  #story+div::before{
    width: 47vw;
    top: 63px;
  }
  #story+div .inner_item{
    height: auto;
  }
  #story+div .inner_item>a{
    height: 200px;
  }
  #story+div .inner_item .inner_item_txt .name,
  #story+div .inner_item .inner_item_txt>p{
    padding: 0 30px;
  }
}