@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
  background-color: black;
  color: white;
}

.width1300 {
  width: 1300px;
  max-width: 90%;
  margin: clamp(40px, 10%, 200px) auto;
}

.landing {
  background-color: black;
  background-image: url(../img/b-ex.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: clamp(160px, 50vw, 600px);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  width: 100%;
}

a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
}

.fc-white {
  color: white !important;
}

.fc-gry {
  color: gray;
}

.fx-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pos-mid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mg12p {
  margin: auto 12%;
}

.mgb5p {
  margin-bottom: 5%;
}

.mgh10p {
  margin: 10% auto;
}

.c-inlineBlock {
  display: inline-block;
}

h1 {
  color: white;
  font-size: clamp(24px, 5vw, 100px);
  letter-spacing: 0.15em;
  font-weight: 700;
}

h1 {
  margin: clamp(125px, 28vw, 350px) 0 150px 0;
}

h2 {
  color: white;
  font-size: clamp(16px, 1.5vw, 30px);
  letter-spacing: 0.2vw;
}

.center-col {
  margin: 0 16% 0 16%;
  width: 68%;
  -ms-grid-column-align: center;
  justify-self: center;
}

.pagenation {
  text-align: center;
  margin: 5% auto;
}
.pagenation a {
  color: white;
  padding: 0 1.5%;
  font-size: clamp(14px, 0.7vw, 18px);
}
.pagenation span {
  color: white;
  padding: 0 0.5%;
}
.pagenation .current {
  color: black;
  border-radius: 50%;
  background-color: white;
  font-size: clamp(14px, 1vw, 18px);
}

section {
  margin: clamp(40px, 8%, 80px) auto;
}

.c-headBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-headBorder:before,
.c-headBorder:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: white;
}

.c-headBorder:before {
  margin-left: 13%;
  margin-right: 4%;
}

.c-headBorder:after {
  margin-left: 4%;
  margin-right: 13%;
}

.card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: auto 12%;
}
.card-block date {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  color: #bcbec0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-block .card {
  margin: 2% 1%;
  width: clamp(180px, 30%, 320px);
  background-color: white;
  color: #464040;
  text-align: center;
}
.card-block .card .c-cardContent {
  max-width: 80%;
}
@media screen and (max-width: 600px) {
  .card-block .card {
    width: 90%;
    margin: 10px auto;
  }
}

.card-block .card-img {
  width: 100%;
  height: 45%;
  /* 変更 */
}
.card-block .card-img img {
  width: 100%;
  height: 100%;
  /* 変更 */
  object-fit: cover;
  /* 変更 */
}

.card-desc {
  padding: 5% 3% 7% 3%;
}
.card-desc p {
  margin: 5px auto;
}
.card-desc date {
  font-size: clamp(14px, 1vw, 20px);
  letter-spacing: 0.1vw;
  font-weight: 700;
}
.card-desc .c-cardeTitle {
  font-size: clamp(20px, 2.5em, 50px);
  font-weight: 700;
  letter-spacing: 1vw;
}
.card-desc .c-cardContent {
  font-size: clamp(10px, 0.8vw, 18px);
  letter-spacing: 0.1vw;
}
.card-desc .c-tag,
.card-desc .c-cat {
  font-size: clamp(12px, 0.7vw, 16px);
  margin: auto 1%;
}

.l-blogPage .landing {
  text-align: center;
}
.l-blogPage .nav-block {
  text-align: center;
}
.l-blogPage .nav-block ul li {
  display: inline-block;
  margin: 0 3vw;
  color: white;
  font-weight: 700;
}
.l-blogPage .archive-list {
  margin: 5% 12%;
  text-align: center;
}
.l-blogPage .archive-list ul li {
  display: inline-block;
  font-size: clamp(14px, 1vw, 18px);
  letter-spacing: 0.3vw;
  vertical-align: middle;
  /*変更*/
}
.l-blogPage .archive-list ul li a {
  color: white;
}
.l-blogPage .archive-list ul li img {
  width: clamp(24px, 2vw, 36px);
  vertical-align: middle;
  /*変更*/
}

.vert-card-block {
  flex-direction: column;
}
.vert-card-block .vert-card {
  width: 96%;
  background-color: white;
  margin: 32px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: clamp(400px, 40vw, 530px);
}
.vert-card-block .vert-card .vert-card-img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vert-card-block .vert-card .vert-card-img a {
  width: 98%;
  height: 98%;
}
.vert-card-block .vert-card .vert-card-img a img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
}
.vert-card-block .vert-card .vert-card-desc {
  width: 40%;
  margin-left: 5%;
  min-height: calc(clamp(400px, 40vw, 530px) * 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 2%;
}
.vert-card-block .vert-card .vert-card-desc .card-date {
  font-size: clamp(12px, 0.7vw, 16px);
}
.vert-card-block .vert-card .vert-card-desc .c-cardTitle {
  font-size: clamp(18px, 1.5em, 30px);
  font-weight: 700;
}
.vert-card-block .vert-card .vert-card-desc .c-cat {
  font-size: clamp(12px, 0.7vw, 16px);
  line-height: 200%;
}
@media screen and (max-width: 800px) {
  .vert-card-block .vert-card {
    flex-direction: column;
    padding: 20px 0 20px 0;
  }
  .vert-card-block .vert-card .vert-card-img {
    width: 400px;
    max-width: 96%;
    margin-bottom: 32px;
  }
  .vert-card-block .vert-card .vert-card-desc {
    width: 90%;
  }
}

/*# sourceMappingURL=mystyle.css.map */

/*# sourceMappingURL=blog.css.map */
