@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 800;
}
h2 {
  margin-bottom: 20px;
  font-size: 25px;
  color: #004da1;
}

body {
  background-image: url(../../src/eiken/bg1.webp);
}

.top {
  padding: 0 20px;
}

.eiken {
  width: 1200px;
  display: flex;
  margin: 50px auto;
  margin-top: 70px;
  justify-content: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
.eiken .left {
  width: 700px;
  max-width: 100%;
}
.eiken .right {
  width: 400px;
  max-width: 100%;
}

.data h2 {
  background: #eff6fc;
  color: #333333;
  margin-top: 20px;
  padding: 10px 20px;
  border-left: solid 20px #004da1;
}

.data-flex {
  display: flex;
  justify-content: center;
}
.data-flex .year {
  width: 230px;
}
.data-flex .year h4 {
  display: inline;
  font-weight: 400;
  font-size: 23px;
  border-bottom: solid 2px #004da1;
}
.data-flex .year table {
  margin: 10px 0;
  text-align: left;
  border-spacing: 10px 5px;
}
.data-flex .year table th {
  padding-right: 10px;
}

.white {
  background: white;
  padding: 20px;
}

.pass {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 30px 0 40px 0;
}
.pass h3 {
  display: inline;
  font-size: 25px;
  z-index: 2;
  position: relative;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  font-weight: 800;
}
.pass img {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  z-index: 1;
}

.about {
  margin-bottom: 40px;
}
.about h2 {
  margin-bottom: 10px;
}
.about table {
  border-spacing: 10px;
}
.about th {
  background: #004da1;
  color: white;
  width: 70px;
}
.about th .vertical-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0 20px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl; /* 念のため */
  text-orientation: upright;
  display: inline-block;
  white-space: nowrap;
}
.about td {
  padding: 30px;
  border: solid 2px #004da1;
}
.about td ul {
  padding-left: 20px;
}
.about td h3 {
  color: #004da1;
}

.style-box {
  display: flex;
  width: 650px;
}
.style-box .link {
  width: 230px;
  margin-right: 10px;
}

.style {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 100px;
}

.profile {
  background-image: url("../../src/eiken/bg2.webp");
  background-size: 100% 100%;
  padding: 30px;
  box-shadow: 2px 2px 4px #5b5b5b;
  border-radius: 0 0 30px 0;
  position: fixed;
  width: 400px;
  max-width: 100%;
}
.profile .part {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
}
.profile .profile-data {
  background: white;
  padding: 20px;
  border: solid 3px #2d4280;
  border-radius: 20px;
}
.profile .profile-data h3 {
  font-size: 45px;
  font-weight: 800;
  color: white;
  text-shadow: 3px 3px 1px #004ca1, -3px 3px 1px #004ca1, 3px -3px 1px #004ca1, -3px -3px 1px #004ca1, 3px 0px 1px #004ca1, 0px 3px 1px #004ca1, -3px 0px 1px #004ca1, 0px -3px 1px #004ca1;
}
.profile .profile-data h4 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
.profile .profile-data p {
  margin-bottom: 10px;
}

@media (max-width: 1245px) {
  .profile {
    position: relative;
  }
  .style {
    width: 700px;
    margin-top: 100px;
  }
}
@media (max-width: 700px) {
  .eiken {
    margin-top: 50px;
  }
  .top {
    padding: 0 5%;
  }
  .white {
    background: white;
    padding: 5%;
  }
  .data h2 {
    font-size: 20px;
  }
  .about h2 {
    font-size: 20px;
  }
  .style-box {
    flex-direction: column;
  }
  .style-box .link {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .data-flex {
    flex-wrap: wrap;
  }
  .pass {
    width: auto;
  }
  .style h2 {
    font-size: 20px;
  }
}/*# sourceMappingURL=eiken.css.map */