@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; 
}

body {
  background-color: #FAFAFA;
}

/* ヘッダー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;
  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;
}

#contact 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) {
  #contact a{
    text-decoration: none;
    color: rgb(47, 45, 145);
  }
}
/* ハンバーガーメニューここまで */

.contact_main{
  margin: 100px auto;
}

.contents_title h1{
  color: #1A1A1A;
  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: 'Noto Sans JP', sans-serif;
}

.contents_title {
  padding: 100px 0;
}




.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 20px 0;
  margin: 0 auto;
  color: #2B2B2B;
  font-family: 'Open Sans', sans-serif;
} 

.remarks{
  font-size: 14px;
  padding: 10px 0;
  margin: 0 auto;
  color: #4c4c4c;
}

.contact_info {
  width: 60%;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

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

footer {
  width: 100%;
  height: 300px;
  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;
}