<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ======================================================
info
====================================================== */
/* info index
---------------------------------------------------------------------- */
.info {
  padding: 35px 0 55px;
}

.info_container {
  max-width: 556px;
  margin: 0 auto;
  padding-top: 30px;
}

.info_year {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #969696;
}

.info_list {
  padding: 5px 0 0;
}

.info_list li {
  border-bottom: 1px solid #E8E8E8;
}

.info_list li a {
  padding: 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  text-align: left;
  color: #4AA6E3;
  font-weight: bold;
}

.info_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

.info .post_sideList li {
  background-color: #E8F6FC;
}

.info .post_sideList li a {
  padding: 9px 10px 9px 9%;
}

.info .post_sideList li a:hover {
  padding: 9px 10px 9px 14%;
}

@media screen and (min-width: 801px) {
  .info {
    padding: 0 0 65px;
  }
  .info_container {
    padding-top: 0;
  }
  .info_list {
    padding: 5px 0 0;
  }
  .info_list li:first-of-type {
    border-top: 1px solid #E8E8E8;
  }
  .info_list li a {
    padding: 15px 0 15px;
  }
  .info_txt {
    width: 67%;
  }
  .info .post_side {
    width: 120px;
  }
  .info .post_sideList li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 9px 10px;
  }
  .info .post_sideList li a:hover {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 9px 10px 9px 20px;
  }
}
/* info single
---------------------------------------------------------------------- */
.info_singleTtlBox {
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
}

.info_singleTtl {
  font-size: 2.5rem;
  line-height: 1;
}

.info_content {
  padding: 20px 0 20px;
  border-bottom: 1px solid #E8E8E8;
}

.info_content p:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (min-width: 801px) {
  #single .info_container {
    padding-top: 70px;
  }
  .info_content {
    padding: 70px 0 70px;
  }
}
/* ======================================================
case
====================================================== */
/* case index
---------------------------------------------------------------------- */
.case {
  position: relative;
}
.case .page_ttl,
.case .breadcrumbs {
  color: #fff;
}
.case .breadcrumbs ol li:not(:last-child)::after {
  color: #fff;
}
.case::before {
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(./assets/img/case/bg_case.jpg) no-repeat center;
  background-size: cover;
}

.case_block {
  padding: 35px 0 65px;
}

@media screen and (min-width: 801px) {
  .case_block {
    padding: 0 0 65px;
  }
}
/* case single
---------------------------------------------------------------------- */
.case_box {
  background-color: #F2F0EE;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 20px 4vw;
}

.case_boxName {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.case_boxContent {
  padding: 10px 0 0;
}

.case_box .btn_area {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

@media screen and (min-width: 801px) {
  .case_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F2F0EE;
    border-radius: 6px;
    padding: 20px;
    margin: 0 auto;
  }
  .case_boxName {
    margin-bottom: 0;
  }
  .case_boxImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 235px;
            flex: 0 0 235px;
    margin-right: 20px;
  }
  .case_boxContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .case .paging {
    padding: 30px 30px;
  }
}
/* ======================================================
column
====================================================== */
/* column index
---------------------------------------------------------------------- */
.column {
  position: relative;
}

.column_block {
  padding: 35px 0 65px;
}

@media screen and (min-width: 801px) {
  .column_block {
    padding: 0 0 65px;
  }
}
/* ======================================================
wp common
====================================================== */
/* archive page
---------------------------------------------------------------------- */
.archive_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 11vw 5vw;
  max-width: 860px;
  padding: 20px 0 45px;
  margin: 0 auto;
}

.archive_list li {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.archive_img {
  position: relative;
}

.archive_img::after {
  display: block;
  content: "";
  padding-top: 60%;
}

.archive_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive_content {
  padding: 10px 15px 20px;
}

.archive_ttl {
  color: #4AA6E3;
  font-weight: bold;
}

.archive_txt {
  line-height: 1.37;
}

.archive_list .post_cat {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media screen and (min-width: 801px) {
  .archive_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 60px;
    gap: 50px 58px;
  }
  .archive_list li {
    width: calc((100% - 58px) / 2);
  }
  .archive_img {
    position: relative;
  }
  .archive_img::after {
    padding-top: 52%;
  }
  .archive_list .post_cat {
    position: absolute;
    top: 15px;
    left: 10px;
  }
}
/* case archive page
---------------------------------------------------------------------- */
.case .archive_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 35px 22px;
}

.case .archive_list li {
  width: auto;
}

.case .archive_ttl {
  text-align: center;
  margin-bottom: 8px;
}
.case .archive_ttl span {
  display: inline-block;
  padding: 0 11px 4px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #72B7E8;
  border-bottom: 5px solid #71B7E8;
}

.case .archive_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.case .archive_detail::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 5px;
  margin-right: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(./assets/img/common/icon_map.svg) center no-repeat;
  background-size: contain;
  background-color: #72B7E8;
}

.case .archive_detail.archive_detail--time::before {
  background: url(./assets/img/common/icon_time.svg) center no-repeat;
  background-size: contain;
  background-color: #72B7E8;
}

.case .archive_detail.archive_detail--train::before {
  background: url(./assets/img/common/icon_train.svg) center no-repeat;
  background-size: contain;
  background-color: #72B7E8;
}

/* single page
---------------------------------------------------------------------- */
.post_container {
  padding: 20px 4%;
}

.post_main {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 40px;
}

.post_mv {
  position: relative;
}

.post_mv::after {
  display: block;
  content: "";
  padding-top: 85%;
}

.post_mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px;
}

.post_ttlBlock {
  padding: 20px 10px;
}

.post_ttl {
  color: #4AA6E3;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.28;
  text-align: justify;
}

.post_cat {
  color: #fff;
  background-color: #4AA6E3;
  border-radius: 18px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  padding: 0 20px;
}

.post_content {
  margin-bottom: 40px;
}

.post_content h3,
.post_content h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: 2px solid #5CACE0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 20px;
  padding: 0 4vw 5px;
}

.post_content p {
  margin-bottom: 20px;
}

.post_side {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #fff;
}

.post_sideTtl {
  background-color: #E8F6FC;
  padding: 10px 10px 10px 12%;
  font-weight: bold;
  text-align: left;
}

.post_sideList:not(:last-of-type) {
  margin-bottom: 55px;
}

.post_sideList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 9%;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  border-bottom: 1px solid #E8E8E8;
}

.post_sideList li a::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(./assets/img/common/icn_arrow_g.svg.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post_sideList li a:hover {
  padding: 10px 10px 10px 14%;
}

@media screen and (min-width: 801px) {
  .post_container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px 0px;
  }
  .post_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4%;
  }
  .post_main {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 0;
  }
  .post_mv::after {
    padding-top: 63%;
  }
  .post_ttlBlock {
    padding: 30px 10px 40px;
  }
  .post_ttl {
    font-size: 2.5rem;
  }
  .post_content h3,
  .post_content h4 {
    font-size: 1.8rem;
    line-height: 1.1;
    margin: 0 0 25px;
    padding: 0 0 5px;
  }
  .post_side {
    width: 240px;
    margin: 0;
  }
  .post_sideList li a {
    padding: 16px 10px 16px 20px;
  }
  .post_sideList li a:hover {
    padding: 16px 10px 16px 25px;
  }
  .post_sideTtl {
    padding: 10px 10px 10px;
    text-align: center;
  }
}
/* 画像の回り込み */
.alignnone {
  padding: 4px;
  margin: 0px 15px 0 15px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}

.alignright {
  float: right;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}

.alignleft {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}

.clear {
  clear: both;
}

/* prev,next btn
---------------------------------------------------------------------- */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 0 0;
  gap: 10px;
}

.paging li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  height: 50px;
}

.paging li a {
  width: 100%;
  height: 100%;
  font-weight: bold;
  border-radius: 5px;
  color: #969696;
  border: 1px solid #969696;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* pagination
---------------------------------------------------------------------- */
.pagination .nav-links {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination .nav-links span,
.pagination .nav-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4px;
  padding: 0;
  background: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}

.pagination .nav-links a:hover,
.pagination .nav-links .page-numbers.current {
  color: #fff;
  background: #5BC0DE;
}

.pagination .nav-links a.prev,
.pagination .nav-links a.next {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination .nav-links a.next {
  background: url(./assets/img/common/icn_arrow.svg) no-repeat center;
  background-size: auto;
}/*# sourceMappingURL=style.css.map */</pre></body></html>