@charset "UTF-8";

html {
  font-size: 100%;
}

body {

  font-size: 1rem;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  color: #333333;
}

h1 {
color: #ffffff;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  border-radius: 10px;
}

.list-area {
 margin-left: 3%;
}

#footer li {
list-style: none
}

#footer {
 color: #331D2C;
}

/*
コンテンツ幅
*/

footer .wrapper {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

/*-------------------------------------------
header
-------------------------------------------*/
/*
「position: fixed;」でヘッダーを固定し、「z-index: 10;」で前面に表示
※他のコンテンツでpositionをrelative、absolute、fixedのいずれかに
設定している場合は、z-indexの数値が大きい方が前面に表示される
*/

#header {
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url('../img/LP1_header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

#header .site-title {
  padding: 0 16px;
  height: 90%;
}

.wrapper img, a {
 margin-top: 10%;
 margin-bottom: 3%;
}

.wrapper a {
 height: 30px;
}

.site-title img {
 width: 350px;
 height: 55px;

 border-bottom: 1mm ridge rgba(255, 255, 255, 0.6);
 margin-left: 3%;
}


/*
「display: inline-block;」でリンクを親要素の範囲に広げる
※blockを指定すると横幅いっぱいまで広がってしまうため、
inline-blockを設定している
*/

#header .site-title a {
  display: inline-block;
}

#navi {
  background-color: #322653;
  margin-top: 0px;
}

#navi a {
  color: #fff;
}

#navi ul {
  display: flex;
  margin-left: 2%;
}

#navi li {
  font-size: 0.875rem;
  padding: 10px 60px 10px 0;
  list-style: none;
}

/*-------------------------------------------
container
-------------------------------------------*/
#container {
  display: block;
  justify-content: space-between;
  margin-bottom: 0px;
}

main ul {
  display: flex;
  justify-content: flex-start;
}

main li {
  font-size: 0.875rem;
  margin-right: 20px;
}

main .text {
  padding: 20px 40px 30px 40px;
}

.main-contents {
 margin: 0 auto;
 background-color: #393E46;
 padding: 16px 16px 16px 16px;
}



.main-contents h1 {
 margin-left: 1%; 
 margin-bottom: 0%;
}

.main-contents h2 {
 margin-bottom: 1%; 
}

/*バナーコンテンツ*/

.banner {
 margin:1% auto 4% auto;
 background-color: #EFE1D1;
 color: #331D2C;
 padding-bottom: 1%;
 width: 100%;
 height: 390px;
border-radius: 10px;
}

.banner1 {
 background-image: url('../img/banner_back.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}


.banner2 {
 background-image: url('../img/banner_back_2.png');
  background-repeat: no-repeat;
  background-size: cover;
 background-color: rgba(46, 46, 46, 0.7);
 color: #333333;

}

.right-area, .left-area {

}

.left-area {
 margin-left: 1%;
 margin-right: 0%;
 margin-top: 1%;
 width: 60%;
}

.right-area {
 margin-left: 1%;
 margin-right: 0%;
 margin-top: 0%;
 width: 40%;
 text-align: center;
 display: flex;
 justify-content: center;
 padding-top: 3%;
}

.author-img-area {
  display: flex;
  justify-content: center;
  cursor: pointer;
  background:url("../img/author1_on.jpg") no-repeat;
  width: 80%;
 height: 90%;
border-radius: 10px;
}

.left-area h2 {
text-align: center;
}

.left-area img {
 width: 80%;
 heigt: 80%;
 margin-top: 2%;
 margin-left: 10%;
}

.list-area {
 margin-top: 3%;
 margin-right: 3%;
 width: 40%;
}

.list-area li {
 font-size: 25px;
width: fit-content;
 margin: auto;
}

/* width: fit-content;
 margin: auto;*/

.list-area ul {
 margin-bottom: 10px;
}

.banner-main {
 display: flex;
}

.nft-pr1,.nft-pr2  {
 width: 50%;
 height: 100%;
}

.nft-pr {
 display: flex;
 width: 60%;
 height: 100%;
 padding-top: 5%;
 margin-right: 5%;
}

.nft-pr1 img {
 width: 70%;
 height: 70%;
cursor: pointer;

}


.nft-pr2 img {
 width: 70%;
 height: 100%;
 cursor: pointer;
}

.banner-menu {
 display: flex;
 width: 100%;
 justify-content: space-around;
 padding: 3% 1% 1% 1%;
 margin: 0 auto 2% auto;
}

.banner-menu div {
 width: 200px; 
 height: 200px;
}

.banner-menu img {
width: 100%;
height: 100%;
margin: 0%;
cursor: pointer;
}

.banner-menu h5 {
  text-align: center;
}

.banner2-text {
 padding: 0% 1% 1% 1%;
}

.banner3 {
 height:100%;
 display: flex;
 align-items; center;
 background-image: url('../img/banner_back_3.png');
  background-repeat: no-repeat;
  background-size: cover;
margin:1% auto 4% auto;
border-radius: 10px; 
}

.career {
margin: 1%;
padding-bottom: 1%;
width: 100%;
}


.career th {
  width: 20%;
  background-color: #a78295;
  padding: 12px 0;
  border: 1px solid #393e46;
  color: #ffffff;
}

.career td {
  width: 80%;
  padding: 12px 0px 12px 40px;
  border: 1px solid #393e46;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
 magin: auto;
 width: 100%;

}

/* MAP */
.banner4 {
display: flex;
justify-content: center;
 background-image: url('../img/banner_back_3.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.map iframe {
 width: 100%;
 height: 90%;
 padding-top: 2%;
 padding-left: 2%;

}

.map {
 width: 65%;
}

.banner4 p {
text-align: center;
}

.office-img-area {
 width: 35%;
 display: block;
text-align: center;
padding-top: 3%;
}

.office-img-area img {
 margin: 0 auto; 
}



/*footer*/

#footer {
  font-size: 0.875rem;
  background-color: #EFE1D1;
}
#footer .content {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .item {
  width: 30%;
}
#footer .footer-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#footer ul.about-list {
  margin: 20px 0;
}
#footer ul.about-list li {
  margin-bottom: 5px;
}
#footer ul.about-list .arrow {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
}
/*
疑似要素で三角矢印を表示
border～プロパティで三角を作り、positionで位置調整
*/
#footer ul.about-list .arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
#footer .menu-list {
  border-bottom: solid  1px #777;
}
#footer .menu-list > li {
  border-top: solid  1px #777;
  padding: 15px;
  text-align: left;
}
#footer .copyright {
  font-size: 0.750rem;
  text-align: center;
  padding: 10px 0;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  header
  -------------------------------------------*/

  #navi {
    /* 横スクロールを表示 */
    overflow-x: scroll;
  }

  /*-------------------------------------------
  pickup
  -------------------------------------------*/
  #pickup {
    flex-direction: column;
    padding-top: 140px;
  }
  #pickup article {
    width: 100%;
    margin-bottom: 30px;
  }

  /*-------------------------------------------
  container
  -------------------------------------------*/
  #container {
    flex-direction: column;
  }
  main {
    width: 100%;
  }

  /*-------------------------------------------
  aside
  -------------------------------------------*/
  #sidebar {
    width: 100%;
    padding: 0;
  }

  /*-------------------------------------------
  footer
  -------------------------------------------*/
  #footer .content {
    flex-direction: column;
  }
  #footer .item {
    width: 100%;
    margin-bottom: 30px;
  }
}



