@charset "utf-8";

/* 共通 ----------------*/

html {
  align-items: center;
  max-width: 1980px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  background-color: #000;
  color: #747475;
  position: relative;
}

h1{
  font-size: 2.986rem;
}

h2{
  font-size: 2.488rem;
}

h3{
  font-size: 2.074rem;
}

h4{
  font-size: 2.074rem;
}

p{
  font-size: 1rem;
  /* 0.833rem */
}




/* ヘッダー =========================================== */
.header_hero{
  max-width: 1980px;
  height: 100%;
  /* border: chocolate 2px solid; */
}


/* ヘッダー＆ヒーロー背景動画 */
.header_hero_background_video {
  position: absolute;
  max-width: 1980px;
  height: 750px;
  margin: 0 auto;
  z-index: -1;  /*最背面に設定 */
  top: 0;
  left:auto;
  width: 2000px;
  height: 950px;
  object-fit: cover;
}
 

/* ヘッダー */
header{
  display: flex;
  /* justify-content: space-between; */
  gap: 75%;
  padding: 70px 3% 10px 6%;
  /* background-color: aqua; */
}

/* ヘッダーメニューボタン */
.menu_button1 {
  background-color: #fff;
  width: 70px;
  height: 70px;
  background-image: url(../images/open.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
}

.menu_button1:hover{
  background-color: #00FFE0;
  transition: 0.5s;
}


/* ロゴ */
.logo {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  cursor: pointer;
}


/* ヒーロー */
.home_hero{
  max-width: 1980px;
  height: 750px;
  padding-top: 150px;
  padding-left: 100px;
  /* border: #ffffff 3px solid;; */
}

/* ヒーロー文字 */
.home_hero h2{
  font-family: "Permanent Marker";
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
}

.home_hero p{
  margin-top: 1%;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 3.2rem;
}

.hero_words{
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #000;
  width: auto;
  height: auto;
  padding: 15px 5%;
  margin-top: 30px;
  background-color: #00FFE0;
  display: inline-block;
	transform: skew(-13deg);
}

/* .hero_words span{
  display: inline-block;
	transform: skew(0deg);
} */




/* ナビゲーションメニュー画面 =================== */
.nav_menu{
  position: fixed;
  overflow-y: scroll;
  max-width: 1980px;
  height: 900px;
  margin: 0 auto;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #252526;
  width: 500px;
  height: 100%;
  color: #747475;
  display: none;
}

.nav_menu::-webkit-scrollbar{
  display:none;
}


.menu_button2 {
  background-color: #fff;
  width: 70px;
  height: 70px;
  margin: 30px 20px 0px 370px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
}

.menu_button2:hover{
  background-color: #F40067;
  transition: 0.5s;
}

.nav_menu_item{
  padding: 0 15px 80px 15px;
}

.nav_menu_item div {
  margin: 70px 30px 0 20px;
}


.nav_menu_item p{
  font-family: "Permanent Marker";
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #F40067 0%, #00FFE0 50%, #1e00ff 100%);  /* ボーダーグラデーション */
  border-image-slice: 1;
  background: -webkit-linear-gradient(0deg, #F40067, #00FFE0, #1e00ff);   /* フォントグラデーション */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

.nav_menu_item li{
  font-size: 1.7rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  margin: 15px 0;
  margin-left: 10px;
  transition: 0.5s;
}


.nav_menu_item li :hover{
  display: block;
  background-color: #333;
  color: #fff;
  padding: 15px 30px 15px 15px;
  transition: 0.5s;
  border-radius: 8px;
}








/* section１===================================== */

/* BUDDYZについて */
section{
  width: 100%;
  height: auto;
  background-color: #000;
}

.subtittle_1{
  /* background-color: #333; */
  padding: 10% 10% 1% 10%;
  text-align: right;
}

.subtittle_1 p{
  color: #00FFE0;
font-family: "Anton";
font-size: 2rem;
}

.subtittle_1 h2{
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-weight: 900;
  }

.abouts{
  padding: 5% 10% 5% 10%;
}
.about1 , .about2 , .about3 , .about4{
  /* background-color: #1e00ff; */
  margin-bottom: 3%;
  padding: 4%;
  height: auto;
  width: 100%;
  transition: 0.5s;
  /* opacity: calc(#fff 100% ,#fff 50% ,#fff 0%); */
}

.about1:hover{
/* background-color: #252526; */
transition: 2s;
border: #fff 1px solid;
border-radius: 3px;
transition: 0.5s;
/* opacity: calc(#fff 100% ,#fff 50% ,#fff 0%); */
}

.about2:hover{
/* background-color: #252526; */
transition: 2s;
border: #fff 1px solid;
border-radius: 3px;
transition: 0.5s;
/* opacity: calc(#fff 100% ,#fff 50% ,#fff 0%); */
}


.about3:hover{
/* background-color: #252526; */
transition: 2s;
border: #fff 1px solid;
border-radius: 3px;
transition: 0.5s;
/* opacity: calc(#fff 100% ,#fff 50% ,#fff 0%); */
}

.about4:hover{
/* background-color: #252526; */
transition: 2s;
border: #fff 1px solid;
border-radius: 3px;
transition: 0.5s;
/* opacity: calc(#fff 100% ,#fff 50% ,#fff 0%); */
}


.about1 h3, .about2 h3, .about3 h3, .about4 h3{
  font-family: "Noto Sans JP";
  font-size: 2.7rem;
  font-weight: 900;
  margin-bottom: 3%;
}

.about1 p, .about2 p, .about3 p, .about4 p{
  font-family: "Zen Old Mincho";
  font-size: 1.5rem;
  font-weight: 400;
  margin: 30px 0 20px 0;
  padding-left: 40px;
  line-height: 3rem;
}

p.small_p{
  font-size: 1.3rem;
}







/* section2 ===================================== */


/* サブタイトル */
.subtittle_2{
  /* background-color: #333; */
  padding: 10% 10% 1% 10%;
  text-align: left;
}

.subtittle_2 p{
  color: #00FFE0;
  font-family: "Anton";
  font-size: 2rem;
}

.subtittle_2 h2{
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-weight: 900;
  }





/* ４ステップ  */
.steps{
  display: flex;
  padding: 2.5% 10% 5% 10%;
  justify-content: center;
  gap: 3%;
  height: auto;
  width: 100%;
  transition: 0.5s
}

.step1 , .step2 , .step3 , .step4{
  width: 100%;
  height: auto;
  padding: 4%  1% 2% 1%;
  align-items: center;
  text-align: center;
  border: #747475 1px solid;
  border-radius: 5px;
}




.step1 h4 , .step2 h4 , .step3 h4, .step4 h4{
  margin-bottom: 20%;
  font-family: "Oswald", sans-serif;
  color: #00FFE0;
  font-size: 3rem;
  font-weight: 900;
}


.step1 h3 , .step2 h3 , .step3 h3, .step4 h3{
  margin: 20% 0 20% 0;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.step1 p , .step2 p , .step3 p, .step4 p{
  margin: 20% 0 20% 0;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}



/* .step1::before , .step2::before , .step3::before , .step4::before{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  top: 2%;
  left: 3%;
  background-color: #0026ff;
  padding: 5%;
  align-items: center;
  text-align: center;
} */



/* さらに詳しくご説明します =========================== */

.detail{
  padding: 3% 3% 10% 3%;
  height: auto;
  width: 100%;
  align-items: center;
}

.detail h3{
text-align: center;
font-size: 2rem;
letter-spacing: 0.5rem;
}

.detail_choose{
  display:flex;
  gap: 3%;
justify-content: center;
align-items: center;
  padding: 3% 5% 3% 5%;
}

.detail_choose span{
  display: inline-block;
  width: 1px;
  height: 40px;
  border-right: #fff 0.5px solid;
}

.detail_choose div{
  width: auto;
  height: auto;
  font-size: 1.5rem;
  /* background-color: #333; */
}

.choose_company{
  padding: 2% 6%;
  border-bottom: #00FFE0 5px solid;
  transition: 0.5s;
}

.choose_freelance{
  padding: 2% 4%;
  border-bottom: #F40067 5px solid;
  transition: 0.5s;

}


.choose_company:hover{
  background-color: #00FFE0;
  color: #000;
  font-weight: 900;
  transition: 0.5s;
  border-radius: 3px;
  border: none;
}

.choose_freelance:hover{
  background-color: #F40067;
  color: #fff;
  font-weight: 900;
  transition: 0.5s;
  border-radius: 3px;
  border: none;
}




/* フッター================================ */

footer {
  display: flex;
  justify-content: space-between;
  padding: 3% 4% 3% 4%;
  background-color: #000;
  border-top: #333 2px solid;
  height: auto;
}

.footer_contents1 p {
  margin-bottom: 0.5%;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin-bottom: 2%;
}

.footer_contents1 h3{

  font-size: 150%;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin-bottom: 3%;
}



.footer_LINE , .footer_mail{
  display: flex;
  gap: 2.5%;
  cursor: pointer;
  color: #fff;
}


.footer_LINE{
  margin-bottom: 1%;
  margin-top: 6%;
}


.footer_LINE h2 , .footer_mail h2{
  font-size: 150%;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}


.footer_LINE_icon1 , .footer_mail_icon1{
  width:4%;
  height:4%;
  background-size: cover;
  padding-top: 1%;
  margin-bottom: 2%;

}

.footer_mail_p{
  margin-top: 1%;
  margin-left: 3%;
  font-weight: 500;
  font-size: 90%;
}




/* コンテンツ３ */

.footer_contents3{
  padding-left: 5%;

}

.footer_SNS_instaguram{
  display: flex;
  margin-top: 10%;
  margin-right: 5%;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  justify-content: left;
}

.footer_SNS_instaguram_icon{
  width:7%;
  height:7%;
  margin-right: 2%;
}

.footer_aboutUs{
  margin-top: 5%;
  height: 60%;
  height: 60%;
  padding-top: 5%;
}

.footer_aboutUs p{
  font-family: "Zen Old Mincho";
}

.footer_aboutUs_p1{
  font-size: 1.3rem;
  padding-left: 2%;
}

.footer_aboutUs_p2{
  padding-left: 25%;
  font-size: 1rem;
}
.footer_aboutUs_p3{
  font-size: 1.3rem;
  padding-left: 10%;
  margin-top: 4%;
}

/* copyright  */

.copyrignt{
  display: block;
  text-align: right;
  padding-right: 3%;
}