@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

body,
html {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .is-pc2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .is-sp-tab {
    display: none;
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  color: #292929;
  font-family: YuMincho, "Yu Mincho", serif;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 1.8rem;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

main {
  padding-left: 19.7472%;
}
@media all and (max-width: 1109px) {
  main {
    padding-left: 0;
  }
}

.side-bar {
  width: 19.7472%;
  background-color: #fff;
  padding-left: 35px;
  position: fixed;
  z-index: 1000;
  height: 100vh;
}
@media all and (max-width: 1109px) {
  .side-bar {
    display: none;
  }
}

.side-h1 {
  color: #4B4B4B;
  font-size: 1.8rem;
  padding-top: 100px;
  max-width: 200px;
}

.side-nav {
  margin-top: 60px;
  color: #AFAFAF;
  font-size: 1.6rem;
  max-width: 200px;
}
.side-nav li {
  line-height: 2.3;
}
.side-nav li a {
  transition: all 0.6s;
  display: block;
  width: 100%;
}
.side-nav li a:hover {
  color: #4b4b4b;
  transform: translateX(20px);
}

.side-address-box {
  margin-top: 120px;
  max-width: 217px;
  font-size: 1.4rem;
}

.sns-icons {
  display: flex;
  width: 99.83px;
}

.instagram-link {
  font-size: 3rem;
  font-weight: 900;
}


.fa-link {
  margin-left: 12.8px;
  font-size: 3rem;
  font-weight: 900;
}
.fa-link::before {
  display: none;
}

.li-link {
  margin-left: 12.8px;
  font-size: 3rem;
  font-weight: 900;
}

.yo-link {
  margin-left: 12.8px;
  font-size: 3rem;
  font-weight: 900;
}

/*===================================================
# ヘッダー
=================================================== */
header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  z-index: 298;
  background-color: rgba(255, 255, 255, 0.9);
}
@media all and (min-width: 1110px) {
  header {
    display: none;
  }
}

.header-container {
  position: relative;
  width: 100%;
}

/* ハンバーガーアイコン＆ドロワーメニュー
----------------------------------------------*/
.drawer-icon {
  position: fixed;
  right: 10px;
  top: 10px;
  display: none;
  z-index: 300;
  width: 60px;
  height: 60px;
  background-color: #1d2088;
  border-radius: 50%;
}

@media screen and (max-width: 1109px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  transform: translateX(-260px);
}

.drawer-icon.is-active .drawer-icon__bar1 {
  top: 8px;
  transform: rotate(-45deg);
  background-color: #fff;
}

.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}

.drawer-icon.is-active .drawer-icon__bar3 {
  top: 8px;
  transform: rotate(45deg);
  background-color: #fff;
}

.drawer-icon__bars {
  width: 26px;
  height: 20px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: transform 0.5s ease 0s;
}

.drawer-icon__bar1 {
  top: 0px;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
}

.drawer-content {
  width: 260px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #1d2088;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content__item {
  border-bottom: 1px dotted #fff;
}
.drawer-content__item a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 18px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .drawer-content__item a {
    font-size: 1.6rem;
  }
}
.drawer-content__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 7.5px;
  height: 7.5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.drawer-h3, .drawer-p, .drawer-address-box, .drawer-address-number, .drawer-address, .drawer-tel {
  color: #fff;
  padding-left: 16px;
}

.drawer-h3 {
  font-size: 1.6rem;
  margin-top: 36px;
  line-height: 1.8;
}

.drawer-tel {
  margin-top: 30px;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 297;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/*===================================================
# アーカイブメインビジュアル
=================================================== */
.archive-main-visual {
  padding-top: 184px;
  background: url(../img/blog_bg.svg) no-repeat top center;
  background-color: #F8F8F8;
  padding-bottom: 130px;
}
.archive-main-visual .container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: content-box;
}

.archive-h2 {
  color: #535353;
  font-size: 7.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .archive-h2 {
    font-size: 5.3rem;
  }
}

.breadcrumb {
  margin-top: 22px;
  font-size: 1.5rem;
  color: #535353;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
}

.category-flex {
  display: flex;
  font-size: 1.4rem;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .category-flex {
    font-size: 1.3rem;
  }
}

.archive-category-name {
  position: relative;
  padding-right: 25px;
  line-height: 1;
  color: #535353;
}
.archive-category-name.is-active {
  color: #002878;
  font-weight: bold;
}
.archive-category-name.is-active:after {
  position: absolute;
  content: "";
  bottom: -10px;
  width: calc(100% - 50px);
  background-color: #002878;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .archive-category-name.is-active:after {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .archive-category-name {
    padding-right: 7px;
  }
}
.archive-category-name + .archive-category-name {
  border-left: 1px solid #333;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .archive-category-name + .archive-category-name {
    padding-left: 7px;
  }
}
.archive-category-name:last-child {
  padding-right: 0;
}

.archive-category-name:first-of-type.is-active::after {
  width: calc(100% - 25px);
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .archive-category-name:first-of-type.is-active::after {
    width: calc(100% - 7px);
  }
}
.archive-category-name:last-of-type.is-active::after {
  width: calc(100% - 25px);
  left: 26px;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .archive-category-name:last-of-type.is-active::after {
    left: 8px;
    width: calc(100% - 7px);
  }
}

.archive-news-flex {
  margin-top: 104px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .archive-news-flex {
    margin-top: 50px;
  }
}

.archive-card {
  width: calc(33.3333% - 33.3333333333px);
}
@media screen and (max-width: 1200px) {
  .archive-card {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .archive-card {
    width: 100%;
  }
}
.archive-card + .archive-card {
  margin-left: 50px;
}
@media screen and (max-width: 1200px) {
  .archive-card + .archive-card {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .archive-card + .archive-card {
    margin-left: 0;
    margin-top: 50px;
  }
}
.archive-card:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .archive-card:nth-of-type(3n + 1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .archive-card:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .archive-card:nth-of-type(even) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .archive-card:nth-of-type(even) {
    margin-left: 0;
  }
}
.archive-card:nth-of-type(n + 4) {
  margin-top: 73px;
}
@media screen and (max-width: 767px) {
  .archive-card:nth-of-type(n + 4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .archive-card:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .archive-card:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .archive-card:last-of-type {
    margin-left: auto;
    margin-right: auto;
  }
}

.card-image-wrap {
  width: 100%;
  border-radius: 13px;
}

.card-image {
  position: relative;
  padding-top: 70%;
}
.card-image img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-body {
  margin-top: 24px;
  color: #535353;
}

.body-head-flex {
  display: flex;
}
.body-head-flex time {
  font-size: 1.4rem;
}

.category-circle {
  width: 75px;
  height: 21px;
  border-radius: 14px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  font-size: 1.1rem;
}

.card-title {
  margin-top: 21px;
  font-size: 1.7rem;
}

.staff-name {
  margin-top: 23px;
}

.wp-pagenavi {
  margin: 185px auto 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 1.6rem;
  }
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: 1px solid #707070;
  background: #fff;
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  color: #535353;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 96px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .first,
.wp-pagenavi .last {
    font-size: 1.4rem;
  }
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend {
  width: 38px;
  text-align: center;
}

.wp-pagenavi .current {
  background: #002878;
  color: #fff;
}

.wp-pagenavi .extend {
  border: none;
  background: transparent;
}

.pagenavi-wrap {
  text-align: center;
}