body {
  background: white;
}

.smenu {
  padding: 18px 24px;
  background: white;
}
.smenu .logo .cp {
  color: #333;
}
.smenu .logo svg image {
  fill: #333;
}
.smenu .logo .whh {
  display: none;
}
.smenu .logo .bll {
  display: block;
}
.smenu #nav-content a {
  color: #333;
}
.smenu #nav-content a i:before {
  background: #333;
}
.smenu #nav-content .btn_contact {
  color: #fff;
}
@media all and (max-width: 767px) {
  .smenu {
    padding: 10px;
  }
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  background: #333;
}

.under_mv {
  padding-top: 130px;
  background: white;
}
@media all and (max-width: 1380px) {
  .under_mv {
    padding-top: 90px;
  }
}

.under_ttls {
  padding-top: 130px;
}
.under_ttls .eg {
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
}
.under_ttls h1 {
  font-weight: normal;
  font-size: clamp(3rem, 2.1875vw, 4.2rem);
}
@media all and (max-width: 767px) {
  .under_ttls {
    padding-top: 60px;
  }
  .under_ttls .eg {
    font-size: 1.2rem;
  }
  .under_ttls h1 {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-top: 10px;
  }
}

.arc_wraps {
  margin: 80px 10px 120px 10px;
  padding-bottom: 140px;
  background: #F8F8F8;
}
.arc_wraps .c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 64px;
  padding: 100px 0;
  box-sizing: unset;
}
.arc_wraps a {
  text-decoration: none;
  color: #333;
}
.arc_wraps .ttl_area {
  margin: 20px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
}
.arc_wraps .ttl_area .ymd {
  font-size: 1.4rem;
}
.arc_wraps .txt_bx {
  font-size: 1.5rem;
}
.arc_wraps .img {
  border: 10px solid white;
  box-sizing: border-box;
  background: #F7F7F7;
  overflow: hidden;
}
.arc_wraps .img img {
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.arc_wraps .img:hover img {
  transform: scale(1.05);
}
.arc_wraps .cate i:last-of-type em {
  display: none;
}
@media all and (max-width: 1000px) {
  .arc_wraps .c3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .arc_wraps {
    margin: 30px 0 0 0;
    padding-bottom: 50px;
  }
  .arc_wraps .c3 {
    grid-template-columns: 1fr;
  }
  .arc_wraps .c3 {
    gap: 40px 0;
    padding: 40px 0;
  }
  .arc_wraps a {
    text-decoration: none;
    color: #333;
  }
  .arc_wraps .ttl_area {
    margin: 20px 0 5px 0;
    font-size: 1.2rem;
  }
  .arc_wraps .txt_bx {
    font-size: 1.4rem;
  }
}

.pagenate {
  text-align: center;
  font-family: "Marcellus", serif;
}
.pagenate .in {
  display: inline-block;
}
.pagenate .page-numbers {
  display: inline-block;
  background: none;
  width: 33px;
  height: 33px;
  text-align: center;
  place-content: center;
  transition: all 0.3s ease;
}
.pagenate .page-numbers:hover {
  background: white;
}
.pagenate .prev {
  width: auto;
}
.pagenate .next {
  width: auto;
  padding: 0 10px;
}
.pagenate .prev {
  width: auto;
  padding: 0 10px;
}
.pagenate .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 10px;
}
.pagenate .nav-links i, .pagenate .nav-links a {
  display: block;
}
.pagenate .current {
  background: white;
  color: #333;
}

.single_wrap .under_ttl {
  margin: 32px 0;
}
.single_wrap .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  gap: 0 40px;
}
.single_wrap .infos a {
  color: #333;
  transition: all 0.3s ease;
}
.single_wrap .infos a:hover {
  opacity: 0.6;
}
.single_wrap .cate i:last-of-type em {
  display: none;
}
@media all and (max-width: 767px) {
  .single_wrap .under_ttl {
    margin: 16px 0;
  }
  .single_wrap .infos {
    font-size: 1.2rem;
    gap: 0 20px;
  }
}

.singles .img_big {
  margin: 70px 10px 110px 10px;
  width: 100%;
  aspect-ratio: 1920/640;
  overflow: hidden;
}
.singles .img_big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singles h2 {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 40px;
}
.singles h3 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 40px;
}
.singles h3 i {
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  box-sizing: border-box;
}
.singles h3 i:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.singles h4 {
  font-size: 1.8rem;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 40px;
}
.singles h4:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #333;
}
.singles .list_bx {
  margin: 40px 0 0 0;
  padding: 32px 40px;
  box-sizing: border-box;
  background: #FCFCFC;
  display: inline-block;
}
.singles .list_bx li {
  position: relative;
  padding-left: 10px;
}
.singles .list_bx li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #333;
}
.singles .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 767px) {
  .singles .img_big {
    margin: 40px 0 40px 0;
    aspect-ratio: 1920/1200;
  }
  .singles h2 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .singles h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .singles h3 i {
    padding-bottom: 10px;
  }
  .singles h4 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .singles h4:before {
    top: 12px;
  }
  .singles .list_bx {
    margin: 20px 0 0 0;
    padding: 16px 20px;
  }
  .singles .list_bx li {
    padding-left: 10px;
  }
  .singles .list_bx li:before {
    top: 11px;
  }
  .singles .infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
  }
}

.single_nav .screen-reader-text {
  display: none;
}
.single_nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 180px 0 100px 0;
  margin-bottom: 100px;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.single_nav .nav-links a {
  color: #333;
}
.single_nav .nav-links .nav-previous {
  background: url("../images/arw_pr.png") center left no-repeat;
  background-size: 6px auto;
  padding-left: 24px;
}
.single_nav .nav-links .nav-next {
  background: url("../images/arw_nx.png") center right no-repeat;
  background-size: 6px auto;
  padding-right: 24px;
}
@media all and (max-width: 767px) {
  .single_nav .nav-links {
    padding: 90px 0 50px 0;
    margin-bottom: 0;
  }
}

@media all and (max-width: 900px) {
  .access {
    padding-top: 60px;
    box-sizing: border-box;
  }
}

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