@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&family=RocknRoll+One&display=swap");

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

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  box-sizing: border-box; 
}

.wrap {
  background-image: url(../img/background_full.svg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* ヘッダーstart    */




.nav_menu .menu_list {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

.nav_menu .menu_list .list_item {
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
}

.nav_menu a{
  text-decoration: none;
  color: #fff;
}








/* ヘッダーend */

/* ハンバーガーメニュー */
* {
  box-sizing: border-box;
}



header {
  width: 100%;
  height: 70px;
  padding: 0px 15px;
  background-color: #1A1A1A;
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
}



.logo_header {
  width: 146px;
  height: auto;
  margin: 10px 0;
}

nav {
  margin: 0 0 0 auto;
  
}

.menu_list{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  
  
}

li.list_item a{
  color: #ffffff;
  text-decoration: none;
  /* display: block; */
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  padding: 10px 20px;
  align-items: center;
}

#jpn {
  color: rgb(47, 45, 145);
  text-decoration: none;
  line-height: 60px;
  padding: 0 0;
}

#recruit a{
  text-decoration: none;
  color: rgb(47, 45, 145);
}

#eng {
  text-decoration: none;
  padding: 0 0;
}

#jpn::after {    
  padding: 0 2px 0 10px;    
  content: "|";    
  color: white!important; 
}

.sm {
  display: none;	/*ハンバーガーメニューのリスト（スマホ用）を非表示*/
}


/**********************************　
以下、ハンバーガーメニューの設定　
************************************/

@media (max-width: 767px) {

  #recruit a{
    text-decoration: none;
    color: rgb(47, 45, 145);
  }
}
/* ハンバーガーメニューここまで */


.recruit_main{
  width: 60%;
  margin: 60px 20%;
}

.contents_title{
  padding: 100px 0;
}



.contents_title h1{
  color: #1A1A1A;
  /* font-size: 20vw; */
  font-size:10vw;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}



.contents_title p{
  color: #2B2B2B;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}




.heading{
  font-size: 1.6vw;
  width: 50rem;
  padding: 10px 0;
  color: #2B2B2B;
  font-family: 'Open Sans', sans-serif;
}

.info_text {
  width: 60vw;
  padding: 10px 0;
  margin: 0 auto;
  color: #2B2B2B;
  font-family: 'Open Sans', sans-serif;
} 

.nnotation_info_text {
  font-size: 14px;
  width: 60vw;
  padding: 10px 0;
  margin: 0 auto;
  color: #2B2B2B;
  font-family: 'Open Sans', sans-serif;
} 



.recruit_info {
  width: 80%;
  margin: 0 auto;
}


.heading a{
  color:inherit;
  /* text-decoration: none; */
}




.contact_body{
  height: 1000px;
  
}

table {
  margin: 18px auto;
}

tbody{
  align-items: center;
}

table th{
  text-align: left;
  width: 300px;
  font-size: 20px;
  font-weight: 200;
}

td, th{
  padding: 3px 10px;
  color: #2B2B2B;
  font-family: 'Open Sans', sans-serif;
}

.info_recruit{
  width: 500px;
  height: 40px;
}

textarea{
  width: 500px;
  height: 450px;
}

.submit_button{
  text-align: center;
}

.submit{
  width: 400px;
  height: 60px;
  font-size: 20px;
  color: #2B2B2B;
  font-family: 'Noto Sans JP', sans-serif;
}









footer {
  width: 100%;
  height: 200px;
  text-align: center;
  padding: 50px 0;
  background-color: #1A1A1A;
  
}
.footer_text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  
}

.logo_footer{
  width: 146px;
  height: auto;
}


@media screen and (min-width: 320px) and (max-width: 767px)
/*　画面サイズが320pxからはここを読み込む　*/
{
  .wrap {
    width: 100%;
    /* background-color: red; */
    background-image: url(../img/background_responsive.svg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}