@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Noto+Sans+JP:wght@400;700&family=Zen+Maru+Gothic:wght@500&display=swap");
@media screen and (min-width: 680px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
p,
ul {
  line-height: 2;
}

h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: white;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0.7rem 1rem;
  font-size: 1.7rem;
  background-color: #df6d4f;
}
h2 span {
  font-size: 1rem;
  margin-right: 1rem;
}
h2.beige {
  background-color: #d2cfc4;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
  }
}

h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #63aecb;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.about-h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: rgb(88, 88, 88);
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  background: linear-gradient(transparent 70%, #c3ebe7 70%);
}

h4.recruit {
  background-color: #c3ebe7;
  letter-spacing: 0.15rem;
  text-align: center;
  padding: 0.3rem;
}

.accesstable {
  line-height: 1.5;
  letter-spacing: 0.07rem;
}
.accesstable .row {
  padding: 0.8rem 0;
  border-bottom: 1px dotted rgb(189, 189, 189);
}
.accesstable .row:nth-child(odd) {
  background: #f5f5f5;
}
.accesstable .row .col-md-3 {
  font-weight: bold;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

#ichinichi,
#voice {
  background-color: rgb(243, 240, 231);
}

.card-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 15px;
}

.card {
  background-color: white;
  padding: 1rem;
  text-align: center;
}
.card h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
}
.card .icon {
  width: 50px;
}
.card p {
  text-align: left;
  margin: 1.5rem;
  line-height: 1.8;
}

.voice {
  text-align: left;
  border: 5px solid #bfdce3;
  padding: 1.2rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

.zure {
  box-shadow: 15px 15px 0 #e2eef2;
}

.qa {
  padding: 1.5rem;
  border-bottom: 1px solid #fff;
}
.qa .q {
  font-weight: bold;
}
.qa .q::before {
  content: "Q.";
  color: #70bbe4;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 1rem;
}
.qa .a::before {
  content: "A.";
  color: #e86045;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 1rem;
}

#enter {
  text-align: center;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../img/pow-back.jpg);
}

.enterbox {
  background-color: #fff;
  padding: 1.3rem;
  text-align: center;
  border: 6px solid #e86045;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.enterbox:active {
  position: relative;
  top: 5px;
}

.activemove:active {
  position: relative;
  top: 5px;
}

ul.kyujin {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
  list-style: none;
  text-align: left;
}
ul.kyujin li:before {
  font-family: "Material Icons";
  content: "\e834";
  margin-right: 0.8rem;
}

.whitebox {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

header h1 {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

#blogfeed {
  list-style: none;
}
#blogfeed li {
  border-bottom: 1px dotted rgb(161, 161, 161);
  padding: 1rem;
}

#topimg {
  text-align: center;
}/*# sourceMappingURL=asu.css.map */