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

#philosophy 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) {
  #philosophy a{
    text-decoration: none;
    color: rgb(47, 45, 145);
  }
}
/* ハンバーガーメニューここまで */
/* メインstart */
.main{
  width: 60%;
  margin: 100px 20%;
}

.contents_title h1{
  color: #1A1A1A;
  /* font-size: 20vw; */
  font-size:8vw;
  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;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.contents_text {
  width: 80%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: left;
  color: #2B2B2B;
  font-family: 'Open Sans', sans-serif;
}

.heading{
  font-size: 3vw;
  /* margin: 0 0 20px 16px; */
  color: #2B2B2B;
  font-family: 'Open Sans', sans-serif;
}

.philosophy_text{
  padding: 100px;
  margin: 0 auto;
  text-align: center;
}

.philosophy_text p{
  display: inline-block;
  text-align: left;
}

.philosophy{
  border-top:1px solid #1A1A1A;
  padding:100px 18px;
  margin: 150px auto;
  border-bottom:1px solid #1A1A1A;
}

span{
  color: #97529D;
}

.philosophy p{
  text-align: center;
  color: rgb(97, 97, 97);
  font-size: 1rem;
  font-style: italic;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
}

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