@charset "UTF-8";
:root {
  --color: #175FC7;
  --link-color: var(--color);
  --font-base: 'Hiragino Kaku Gothic StdN', 'BIZ UDGothic', sans-serif;
}
html{
    font-size: 62.5%;
}
.about{
  padding: 0 5%;
}
.message{
  padding: 0 5%;
}
.sp-message{
  padding: 0 5%;
}
.recruit-container{
  padding: 0 5%;
}
.business{
  padding: 0 5%;
}
.entry-banner_image_pc {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
}
/*=======================
top-scroll
========================*/
.top-btn{
    position: fixed;
    bottom: 1%;
    right: 1%;
    width: 70px;
    height: 70px;
    background-color: #000000;
    color: #ffffff;
    font-size: 25px;
    border: none;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    z-index: 200;
    text-align: center;
}
.top-btn:hover {
    opacity: 1; /* ホバー時に少し濃く */
    background-color: #175FC7;
}
/*=======================
/top-scroll
========================*/
/* ============================================= */
/* .message_content1{
  display: flex;
  justify-content: space-evenly;
} */
.message-title1{
  font-size: 2rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  line-height: 2;
}
.message-text1{
  font-size: 1.8rem;
  font-family: "BIZ UDGothic", sans-serif;
  line-height: 1.5;
  margin-top: 48px;
}
.message_content_item2{
  width: 40%;
  display: block;
  margin: 100px auto 0;
}
/* .message_content_item1{
  width: 30%;
  margin-top: 50px;
} */
/*＝＝＝＝＝＝＝＝＝＝＝＝ MV ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    .mv{
      position: relative;
      width: 100%;
    }
    header {
      position: relative;
      padding: 0 5%;
      margin-top: 20px;
      z-index: 10;
      margin-bottom: -148px;
    }
    .header-inner{
      display: flex;
      justify-content: space-between;
    }
    .header-nav_content{
      font-weight: bold;
      font-family: 'BIZ UDGothic';
      margin-left: 40px;
    }
    .header-logo{
      width: 188px;
      height: auto;
    }
    nav {
      font-size: 1.6rem;
      width: 100%;
    }
    .entry-button {
      background-color: #0052cc;
      color: white;
      padding: 10px 20px;
      border-radius: 15px;
      font-weight: bold;
      text-decoration: none;
      width: 180px;
      margin: 0 auto;
      font-size: 2rem;
      text-align: center;
      letter-spacing: 5px;
    }
    .top_h1 {
      position: absolute;
      z-index: 2;
      font-size: 9rem;
      color: #000;
      font-weight: bold;
      top: 47%;
      right: 2%;
      line-height: 195%;
      letter-spacing: 4px;
    }
    @media (min-width: 1000px) and (max-width: 1300px)  {
      .top_h1 {
        font-size: 5em;
      }
    }
     @media (min-width: 769px) and (max-width: 999px)  {
      .top_h1 {
        font-size: 4em;
      }
    }
       @media (min-width: 600px) and (max-width: 768px)  {
      .top_h1 {
        font-size: 3em;
      }
    }
    @media screen and (max-width: 768px){
      .top_h1{
        font-size: 3rem;
        top: 64%;
        letter-spacing: 0.6px;
        line-height: 158%;
      }
    }
     /*＝＝＝＝＝＝＝＝＝＝＝＝ /MV ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

    /*＝＝＝＝＝＝＝＝＝＝＝＝ 会社概要 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
article {
  position: relative;
}
 article::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-image: url('../images/echizen.png');
    background-repeat: repeat-y;
}
 .section-title{
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 164px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 5px;
}

.company-overview {
  padding: 50px 20px;
  background: #f9f9f9;
  text-align: center;
}
.about_content {
  display: flex;
  justify-content: right;
  margin-top: 53px;
  gap: 2%;
}
.about_imagebox{
  width: 48%;
}
.about_image{
  display: block;
  margin: 0 auto;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.text-box {
  max-width: 400px;
  text-align: left;
}

.text-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-box p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.btn {
      display: inline-block;
    font-family: 'Noto Sans JP';
    background-color: #175FC7;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 15px;
    font-weight: bold;
    margin-top: 43px;
    font-size: 2rem;
    width: 180px;
    text-align: center;
    letter-spacing: 2px;
}

.image-box img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.about_textbox_title{
      font-size: 2rem;
    font-weight: bold;
    margin-top: 50px;

  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.about-title_text{
  font-size: 16px;
  line-height: 32px;
  width: 123%;
  margin-top: 45px;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.about_textbox{
  z-index: 1;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝ /会社概要 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝ Eリーグ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.top_e-league{
  display: flex;
  justify-content: left;
  margin-top: 109px;
}
.top_e-league_box{
  margin-left: 3%;
}
.top_e-league_title{
    color: #175FC7;
    font-size: 2.2rem;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    margin-top: 37px;
}
.top_e-league_image{
  width: 175%;
}
.top_e-league_text{
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 42px;
  font-family: 'BIZ UDGothic', sans-serif;
}
.top_e-league_box .detail-button{
  width: 180px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝ /Eリーグ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝ 代表者メッセージ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.message_content_text{
      font-family: 'BIZ UDGothic';
    font-size: 1.8rem;
    line-height: 30px;
    width: 85%;
    margin-top: 77px;
}
.message_content_title{
    font-size: 2rem;
    font-family: 'BIZ UDGothic';
    margin-top: 135px;
    line-height: 30px;
    letter-spacing: 3px;
}
.recruit-container{
  display: flex;
      justify-content: center;
    gap: 2%;

}
.message_content{
  display: flex;
  gap: 4%;
}
.message_content_img{
  width: 100%;
  margin-top: 100px;
}
.message_content_item{
  display: flex;
  align-items: center;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝ /代表者メッセージ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝ 採用情報 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* バナー */
.entry-banner{
  position: relative;
}
.entry-banner_text_01{
  position: absolute;
  top: 30%;
  left: 0;
  background-color: #ffffff;
    padding: 1.5%;
    /* font-size: 3rem; */
    font-size: clamp(10px, 0.3rem + 2.385vw, 3rem);
    font-family: 'Noto Sans JP';
    font-weight: bold;
}
.entry-banner_text_02{
  position: absolute;
  top: 60%;
  left: 0;
  background-color: #ffffff;
    padding: 1.5%;
    /* font-size: 3rem; */
    font-size: clamp(10px, 0.3rem + 2.385vw, 3rem);
    font-family: 'Noto Sans JP';
    font-weight: bold;
}
.entry-banner_entry-button{
  position: absolute;
  top: 70%;
  right: 11%;
  width: 180px;
}
.sub-title{
    text-align: center;
    margin-top: 60px;
}
.sub-title_text{
    font-size: 2.2rem;
    font-family: 'Noto Sans JP';
    font-weight: bold;
    color: #175FC7;
    border-left: solid 10px #175FC7;
    display: inline-block;
    line-height: 0.9;
    padding-left: 5px;
}
.recruit-content-box{
  border: solid 3px #175FC7;
  width: 33%;
  margin-top: 36px;
}
.recruit-content-text{
  text-align: center;
      padding: 0% 2.8% 2.3%;
    margin-top: -15px;
}
.recruit-content-number{
  width: fit-content;
    background-color: #175FC7;
    color: #ffffff;
    font-family: 'Noto Sans JP';
    font-size: 2rem;
    padding: 1.5%;
}
.recruit-content-text{
    font-family: 'Noto Sans JP';
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}
.recruit-content-bluetext{
    font-family: 'Noto Sans JP';
    font-size: 2.4rem;
    font-weight: bold;
    color: #175FC7;
}
.recruit-button{
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 34px auto 0;
}
.entry-banner_image{
  margin-top: 103px;
}
/* /バナー */
/*＝＝＝＝＝＝＝＝＝＝＝＝ /採用情報 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝ 事業内容 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.business-content{
  display: flex;
  margin-top: 48px;
  gap: 4%;
}
.business-content_title{
    font-size: 1.8rem;
    letter-spacing: 0.37em;
    line-height: 18px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    text-align: center;
}
.business-content_img{
  margin-top: 28px;
}
.business_button-box{
  display: flex;
  justify-content: center;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝ /事業内容 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝ footer ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footer-logo{
      width: 30%;
    height: auto;
}
.footer-nav{
  width: 100%;
  margin-top: 70px;
}
.footer-text{
  font-size: 1.6rem;
  font-family: 'BIZ UDGothic', sans-serif;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 4px;
}
.footer-content_box{
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
.footer_entry-button{
  background-color: #ffffff;
    color: #175fc7;
}
.footer-content-address{
  font-size: 1.6rem;
  font-family: 'BIZ UDGothic', sans-serif;
  letter-spacing: 4px;
  padding: 20px 0 0;
}
.footer-content-tel{
  font-size: 1.6rem;
  font-family: 'BIZ UDGothic', sans-serif;
  letter-spacing: 4px;
  padding: 20px 0;
  line-height: 1.5;
}
.footer-content-text{
  text-align: right;
  width: 60%;
}
.copyright{
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 26px;
}
.top-header-list{
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.header-nav{
  margin-top: 58px;
}
.top-header-list_button{
  margin-left: 40px;
  display: flex;
}
/* ===================button */
.entry-button:hover{
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
/* ===================button */
/*＝＝＝＝＝＝＝＝＝＝＝＝ /footer ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 1200px){
  .about_content{
    display: block;
  }
  .about_imagebox{
    width: 530px;
    display: block;
    margin: 0 auto;
  }
  .about-title_text {
    width: 100%;
    text-align: center;
  }
  .about_textbox_title{
    text-align: center;
  }
  .about_textbox{
    text-align: center;
  }
  .detail-button{
    margin-bottom: 46px;
  }
  .top_e-league_title{
    margin-top: 0;
  }
  .top_e-league{
    flex-direction: column-reverse;
  }
  .top_e-league_image{
    width: 100%;
  }
  .top_e-league_box{
    margin-left: 0;
    text-align: center;
  }
  .top_e-league_text{
    margin: 42px auto 0;
    width: 50%;
  }
  .recruit-content-text{
    font-size: 1.6rem;
  }
  .recruit-container{
    display: block;
    width: 100%;
  }
  .recruit-content-box{
    width: 50%;
    margin: 36px auto 0;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝ sp ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 1280px) {
  /*＝＝＝＝＝＝＝＝＝＝＝＝ hamburger menu ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .header{
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .header-logo {
    width: 100px;
    height: auto;
  }
  .top-header-list{
    display: none;
  }
.sp_menu_toggle{
    width: 62px;
    height: 50px;
    padding: 12px 13px;
    background-color: #175FC7;
    border-radius: 15px;
}

.nav_bar{
    border: solid 1px #ffffff;
    width: 100%;
}
.nav_bar2{
    margin-top: 10px;
}
.nav_bar3{
    margin-top: 10px;
}
.sp_nav_content{
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: 0.4s;
}
.nav_links{
  text-align: center;
}
.sp_nav_list{
  margin-top: 80px;
}
nav{
  display: block;
}
.button_close{
  display: flex;
  justify-content: space-between;
  padding: 22px 5% 0;
}
.sp_nav_content.active {
  transform: translateX(0);
}
}
@media screen and (max-width: 1100px){
  .message_content_item1{
    width: 40%;
    margin: 40px auto 0;
  }
  .message_content1 {
    display: block
}
.message_content_item2 {
  margin: 100px auto 0;
}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝ /hamburger menu ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px){
  .header-nav{
    display: none;
  }
  .mv-img{
    display: none;
  }
  .top_e-league_title{
    text-align: center;
    color: #000000;
  }
body .pc-recruit-button{
  display: none;
}
.recruit-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
}
h1{
  font-size: 2.5rem;
  top: 61%;
  right: 1%;
}
header{
  margin-bottom: -73px;
  display: flex;
  justify-content: space-between;
}
.header-logo {
  width: auto;
  height: 50px;
}
.about_imagebox{
  display: none;
}
article::before{
  content: none;
}
.about_textbox_title {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 0;
}
.section-title{
  font-size: 2rem;
  margin-top: 56px;
}
.recruit-title{
  margin-top: 76px;
}
.about_content{
  margin-top: 30px;
  justify-content: center;
}
.about-title_text {
  width: 100%;
  text-align: center;
  margin-top: 13px;
  line-height: 30px;
}
.top_e-league_box .detail-button{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 29px;
}
.top_e-league {
  flex-direction: column-reverse;
  margin-top: 64px;
}
.top_e-league_image{
  width: 100%;
}
.about_textbox .detail-button{
  width: 100%;
  margin-bottom: 0;
  margin-top: 28px;
}
.message{
  display: none;
}
.message_content_text{
  width: 100%;
  margin-top: 16px;
}
.message_content{
  align-items: center;
  justify-content: space-between;
}
.message_content_title{
  margin-top: 0px;
}
.sub-title{
  display: none;
}
.recruit-content-box {
  width: 100%;
  margin-top: 23px;
}
.recruit-content-box:first-of-type{
  margin-top: 27px;
}
.entry-banner_image{
  margin-top: 51px;
}
.recruit-container{
  display: block;
}
.entry-banner_image_pc{
  display: none;
}
.entry-banner_text_01{
  font-size: 1.8rem;
  letter-spacing: 6.66px;
  padding: 4.5%;
  top: 8%;
}
.entry-banner_text_02{
  font-size: 1.8rem;
  letter-spacing: 6.66px;
  padding: 4.5%;
  top: 20%;
}
.entry-banner_entry-button{
  width: 90%;
  top: 36%;
  left: 5.5%;
  margin: 0;
}
.business-content{
  display: block
}
.business-content_img {
  margin-top: 10px;
}
.business-container{
  margin-top: 30px;
}
.top_e-league_text{
  margin: 15px 0 0;
  width: 100%;
  line-height: 20px;
  text-align: left;
}
.top_e-league_box{
  margin-top: 0;
}
.message_content1{
  display: flex;
  justify-content: space-between;
  margin-top: -26px;
}
.message_content_title2{
  width: 40%;
  margin-top: 60px;
}
.message_content_item1{
  margin: 40px 0 0;
}
.message-text1{
  margin-top: 6px;
  line-height: 33px;
  font-size: 1.6rem;
}
.message_content_item2{
  margin: 10px auto 0;
}
.pc-recruit-container{
  display: none;
}
.business-title{
  margin-top: 76px;
}
.detail-button{
  margin-top: 31px;
  margin-bottom: 0;
  width: 100%;
}
.site-footer{
  margin-top: 76px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝ footer_sp ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footer-content_box{
  display: block;
}
.footer-logo{
  width: 20%;
}
.footer-content-text{
  width: 100%;
  text-align: left;
}
.footer-content-address {
  line-height: 1.5;
}
.footer-nav{
  display: block;
  line-height: 2;
  margin-top: 10px;
}
.recruit-content-text:nth-of-type(2) {
  padding-left: 8%;
}
.entry-banner_image_sp{
  width: 100%;
}
.message_content_item2{
  width: 100%;
}
.footer-content-tel{
  padding-top: 29px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝ /footer_sp ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
}

/*＝＝＝＝＝＝＝＝＝＝＝＝ /sp ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 769px) {
  .mv_sp-img{
    display: none;
    padding-top: 0;
  }
  .entry-banner_image_sp{
    display: none;
  }
  .sp-only{
    display: none;
  }
  .sp_header-nav{
  display: none;
}

  .sp-message{
    display: none;
  }
  .sp-recruit-container{
  display: none;
}
}
@media (max-width: 600px) and (min-width: 768px) {
  h1{top: 65%;
    right: 16%;
  }
}
@media screen and (min-width: 1280px){
  .sp_nav_content{
  display: none;
}
}
