*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:"Yu Gothic","Hiragino Sans","Noto Sans JP",sans-serif;
    color:#333;
    line-height:1.8;
    background:#fff;
}

img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

/* ===========================
   header
=========================== */

header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    padding: 0 140px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: 0.6s;
    opacity: 1;
  }
  header .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
  }
  header .header-menu li {
    position: relative;
    height: 20px;
  }

  header .header-menu li .menu-sublist {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    
    padding: 10px 15px; 
    transition: 0.4s;
    text-align: center;
  
    width: max-content;
    min-width: 180px;
    background-color: transparent;
    border-radius: 4px;
  }
  header .header-menu li .menu-sublist:hover {
    opacity: 1;
    pointer-events: auto;
  }
  header .header-menu li .menu-sublist li {
    height: 28px;
  }
  header .header-menu li .menu-sublist a {
    color: #fff;
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;  }
  header .header-menu .item-sub:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
  header .header-menu span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    display: block;
    line-height: 20px;
  }
  header .header-menu a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    transition: 0.3s;
    display: block;
    line-height: 20px;
  }
  header .header-menu a:hover {
    opacity: 0.6;
  }
  header.show {
    opacity: 1;
  }
  header.scrolled {
    position: fixed;
    height: 60px;
    background-color: #fff;
  }
  header.scrolled .header-menu li {
    height: 60px;
  }
  header.scrolled .header-menu li .menu-sublist {
    top: 60px;
    background-color: #333;
  }
  header.scrolled .header-menu li .menu-sublist li {
    height: 28px;
  }
  header.scrolled .header-menu li .menu-sublist a {
    line-height: 28px;
  }
  header.scrolled .header-menu a {
    color: #2E2E2E;
    line-height: 60px;
  }
  header.scrolled .header-menu span {
    color: #2E2E2E;
    line-height: 60px;
  }
  
  .fv {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 100vh;
    background-image: url("../assets/img/fv-img.jpg?v=1");
    background-size: cover;
    z-index: 7;
  }
  
  .fv-cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fv-cover img {
    width: 58vw;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: 0.8s ease-in-out;
    opacity: 0;
  }
  .fv-cover.show img {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
  
  .slider-images {
    width: 100%;
    box-sizing: border-box;
    height: 40vw;
    position: relative;
    z-index: 1;
  }
  
  .slider-item {
    width: 100%;
    height: 40vw;
    background-size: cover;
    background-position: center;
  }
  .slider-item1 {
    background-image: url("../img/fv1.jpg");
  }
  .slider-item2 {
    background-image: url("../img/fv2.jpg");
  }
  .slider-item3 {
    background-image: url("../img/fv3.jpg");
  }
  .slider-item4 {
    background-image: url("../img/fv4.jpg");
  }
  
  @media screen and (max-width: 768px) {
    header {
      height: 60px;
      padding: 0 20px;
    }
    header .header-menu {
      display: none;
    }
    header.scrolled {
      background-color: #000;
    }
    .fv-cover img {
      width: 80vw;
    }
    .fv-text {
      right: 20px;
      font-size: 13px;
      line-height: 30px;
      text-align: right;
    }
    .fv-text span {
      font-size: 19px;
    }
    .fv-text span.num {
      font-size: 30px;
      margin-right: 4px;
    }
    .slider-images {
      height: calc(100vh - 110px);
    }
    .slider-item {
      height: calc(100vh - 110px);
    }
  }
  .section-head {
    max-width: 1120px;
    margin: auto;
    margin-bottom: 40px;
  }
  .section-head h2 {
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    color: #989898;
    position: relative;
    display: inline-block;
  }
  .section-head h2 span {
    opacity: 0;
    transition-delay: 0.4s;
  }
  .section-head h2:after {
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .section-head .title-sub {
    display: block;
    font-weight: bold;
    font-size: 18px;
    opacity: 0;
    transition: 0.4s;
    transition-delay: 0.3s;
    transform: translateY(5px);
  }
  .section-head.show h2 span {
    opacity: 1;
  }
  .section-head.show h2:after {
    -webkit-animation: imagewipe 0.8s ease-in-out both;
            animation: imagewipe 0.8s ease-in-out both;
    opacity: 1;
  }
  .section-head.show .title-sub {
    opacity: 1;
    transform: translateY(0);
  }
  
  @media screen and (max-width: 768px) {
    .section-head {
      margin-bottom: 30px;
    }
    .section-head h2 {
      font-size: 30px;
    }
    .section-head .title-sub {
      font-size: 15px;
    }
  }
  .section-content {
    width: auto;
    max-width: 1120px;
    margin: auto;
  }



/* ===========================
   COMMON
=========================== */

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

section{
    padding:100px 0;
}

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title span{
    display:block;
    color:#8b1e3f;
    font-size:14px;
    font-weight:bold;
    letter-spacing:3px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:38px;
    font-weight:700;
}

p{
    font-size:16px;
}

/* ===========================
   BUTTON
=========================== */

.hero-btn,
.contact-btn{

    display:inline-block;

    margin-top:40px;

    padding:18px 48px;

    background:#8b1e3f;

    color:#fff;

    border-radius:50px;

    transition:.4s;
}

.hero-btn:hover,
.contact-btn:hover{

    background:#b72f57;

    transform:translateY(-4px);

}

/* ===========================
   HERO
=========================== */

.service-hero{

    height:100vh;

    background:url(assets/img/hero.jpg) center center/cover;

    position:relative;

    display:flex;

    align-items:center;

}

.service-hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);

}

.service-hero__inner{

    position:relative;

    z-index:2;

    width:90%;

    max-width:1200px;

    margin:auto;

    color:#fff;

}

.service-hero__sub{

    letter-spacing:5px;

    color:#fff;

    margin-bottom:20px;

}

.service-hero h1{

    font-size:64px;

    margin-bottom:25px;

    font-weight:700;

}

.service-hero__lead{

    font-size:22px;

    line-height:2;

    max-width:700px;

}

.service-hero{

    height:100vh;

    background:url("assets/img/entry1.png") center center / cover no-repeat;

    position:relative;

    display:flex;

    align-items:center;

}

@media screen and (max-width: 768px) {
    .service-hero h1 {
        font-size: 70px;
    }
	   .service-hero__lead {
        font-size: 16px;
    }
	    .service-hero {
        min-height: 65vh;
        height: auto;
        padding: 100px 20px;
    }
	    .service-hero__inner {
        width: 92%;
        max-width: none;
    }
}
@media screen and (max-width: 480px) {
    .service-hero h1 {
        font-size: 33px;
    }
	    .service-hero__lead {
        font-size: 15px;
    }
	    .service-hero {
        min-height: 55vh;
        padding: 80px 20px;
    }
	    .service-hero__inner {
        width: 100%;
        max-width: none;
    }
}
/*=====================================
  ENTRY PAGE
======================================*/

.recruit-entrypage{
  padding:120px 0;
  background:#f4f7fb;
}

.entry-wrap{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:70px;
  margin-top:70px;
}

/*==========================
左側
==========================*/

.entry-info{
  width:38%;
}

.entry-info h3{
  font-size:34px;
  color:#1e355e;
  line-height:1.5;
  margin-bottom:30px;
}

.entry-info p{
  font-size:17px;
  color:#666;
  line-height:2;
  margin-bottom:40px;
}

.entry-point{
  list-style:none;
  padding:0;
  margin:0;
}

.entry-point li{
  position:relative;
  padding-left:34px;
  margin-bottom:22px;
  color:#444;
  font-size:17px;
  font-weight:500;
}

.entry-point li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#2958b8;
  font-weight:bold;
  font-size:18px;
}

/*==========================
フォーム
==========================*/

.entry-form-box{

  width:62%;
  background:#fff;

  border-radius:24px;

  padding:50px;

  box-shadow:0 15px 35px rgba(0,0,0,.08);

  border-top:6px solid #2958b8;

}

.entry-form-group{

  margin-bottom:28px;

}

.entry-form-group label{

  display:block;

  margin-bottom:10px;

  color:#333;

  font-size:15px;

  font-weight:700;

}

.entry-form-group label span{

  color:#d40000;

}

.entry-form-group input,
.entry-form-group select,
.entry-form-group textarea{

  width:100%;

  padding:16px 18px;

  border:1px solid #d8dde6;

  border-radius:10px;

  background:#fafbfd;

  font-size:16px;

  transition:.3s;

  box-sizing:border-box;

}

.entry-form-group input:focus,
.entry-form-group select:focus,
.entry-form-group textarea:focus{

  outline:none;

  background:#fff;

  border-color:#2958b8;

  box-shadow:0 0 0 4px rgba(41,88,184,.08);

}

.entry-form-group textarea{

  min-height:180px;

  resize:vertical;

}

/*==========================
ファイル添付
==========================*/

.entry-form-group input[type=file]{

  padding:12px;

  background:#fff;

}

/*==========================
ボタン
==========================*/

.entry-submit{

  display:block;

  width:240px;

  margin:45px auto 0;

  padding:18px 0;

  border:none;

  border-radius:50px;

  background:#2958b8;

  color:#fff;

  font-size:17px;

  font-weight:700;

  cursor:pointer;

  transition:.3s;

}

.entry-submit:hover{

  background:#1f4698;

  transform:translateY(-4px);

  box-shadow:0 15px 30px rgba(41,88,184,.25);

}

/*==========================
SP
==========================*/

@media screen and (max-width:768px){

.recruit-entrypage{

  padding:80px 0;

}

.entry-wrap{

  flex-direction:column;

  gap:50px;

}

.entry-info,
.entry-form-box{

  width:100%;

}

.entry-info h3{

  font-size:28px;

}

.entry-form-box{

  padding:30px 25px;

}

.entry-submit{

  width:100%;

}


}
/*フッター*/
footer {
  background-color: #151515;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  font-size: 13px;
  color: #fff;
}

/*バーガーメニュー*/
.burgermenu {
    display: none;
    position: fixed;
    width: 100vw;
    pointer-events: none;
    top: 0;
    left: 0;
  }
  @media screen and (max-width: 768px) {
    .burgermenu {
      display: block;
    }
  }
  .burgermenu__trigger {
    position: absolute;
    z-index: 120;
    right: 20px;
    top: 15px;
    display: block;
    width: 32px;
    height: 30px;
    pointer-events: auto;
  }
  .burgermenu__trigger:hover {
    cursor: pointer;
  }
  .burgermenu__trigger span {
    display: block;
    position: absolute;
    width: 32px;
    height: 3px;
    border-radius: 1.5px;
    background: #fff;
    transition: 0.3s ease-in-out, top 0.5s ease;
  }
  .burgermenu__trigger span:nth-child(1) {
    top: 0;
  }
  .burgermenu__trigger span:nth-child(2) {
    top: 11px;
  }
  .burgermenu__trigger span:nth-child(3) {
    top: 22px;
  }
  .burgermenu__content {
    display: block;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.6s;
    background-color: #000;
    z-index: 110;
    padding: 80px 0 40px;
  }
  .burgermenu__content ul {
    position: relative;
    z-index: 3;
  }
  .burgermenu__content .link-item {
    height: 66px;
  }
  .burgermenu__content .link-item a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0.06em;
    width: 100%;
    text-align: center;
    line-height: 66px;
    box-sizing: border-box;
    display: block;
    position: relative;
  }
  .burgermenu__content .item-sub {
    min-height: 66px;
    padding-top: 17px;
    box-sizing: border-box;
    text-align: center;
  }
  .burgermenu__content .item-sub span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 32px;
    position: relative;
  }
  .burgermenu__content .item-sub span:after {
    content: "▼";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
  .burgermenu__content .item-sub .menu-sublist_burger {
    padding: 10px 0;
    display: none;
  }
  .burgermenu__content .item-sub .menu-sublist_burger a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.06em;
    width: 100%;
    display: block;
    line-height: 32px;
    text-align: center;
  }
  .burgermenu__content .item-sub .menu-sublist_burger a:after {
    display: none;
  }
  .burgermenu__content .item-sub.open span:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .burgermenu.open {
    pointer-events: auto;
  }
  .burgermenu.open .burgermenu__trigger span:nth-child(1) {
    transform: rotate(45deg);
    top: 15px;
  }
  .burgermenu.open .burgermenu__trigger span:nth-child(2) {
    opacity: 0;
  }
  .burgermenu.open .burgermenu__trigger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
  }
  .burgermenu.open .burgermenu__content {
    opacity: 1;
    pointer-events: auto;
  }
  
  .fade-action {
    transition: 0.6s;
    opacity: 0;
    transform: translateY(20px);
  }
  .fade-action.show {
    opacity: 1;
    transform: translateY(0);
  }



/*完了ページ*/
.entry-complete{
    text-align:center;
    padding:80px 40px;
}


.entry-complete h3{
    font-size:32px;
    margin-bottom:30px;
}


.entry-complete p{
    line-height:2;
    margin-bottom:40px;
}

.entry-complete{
    width:100%;
    max-width:700px;
    margin:0 auto;
    text-align:center;
    padding:80px 40px;
}