@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.second-container {
  background-position: top;
}

@media all and (max-width: 1367px) {
  .common-second__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.detail-ttl {
  width: 100%;
  list-style: none;
}

.info-main__section {
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  padding-top: 250px;
}
@media all and (max-width: 1025px) {
  .info-main__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 80px;
  }
}

.pankuzu-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 150px;
}
@media all and (max-width: 1025px) {
  .pankuzu-info {
    margin-top: 0;
  }
}
.pankuzu-info li {
  margin-right: 13px;
  font-size: 14px;
}
.pankuzu-info li:first-child {
  border-bottom: 1px solid #333;
}
.pankuzu-info li span {
  font-size: 12px;
  color: grey;
}
.pankuzu-info li:nth-child(2) {
  font-size: 10px;
}
.pankuzu-info li:last-child {
  margin-right: 0;
}

.info-ttl {
  letter-spacing: 0.25em;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #152E55;
}
@media all and (max-width: 896px) {
  .info-ttl {
    font-size: 2.4rem;
  }
}

.column {
  padding-bottom: 160px;
}
@media all and (max-width: 896px) {
  .column {
    padding-bottom: 80px;
  }
}
.column__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.column__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.column__flex li {
  list-style: none;
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .column__flex li {
    width: 47%;
    margin-right: 6%;
  }
}
@media all and (max-width: 896px) {
  .column__flex li:nth-child(2n) {
    margin-right: 0;
  }
}
.column__flex li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .column__flex li:nth-child(3n) {
    margin-right: 6%;
  }
}
@media all and (max-width: 896px) {
  .column__flex li:nth-child(6) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .column__flex li:nth-child(9) {
    margin-right: 6%;
  }
}
@media all and (max-width: 896px) {
  .column__flex li:nth-child(12) {
    margin-right: 0;
  }
}
.column__flex li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
@media all and (max-width: 600px) {
  .column__flex li img {
    height: 100px;
  }
}
.column__flex li div {
  font-size: 1.4rem;
  font-weight: 700;
}
.column__flex li .time {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
}
.column__flex li .blk {
  position: absolute;
  top: 20px;
  left: 25px;
}
@media all and (max-width: 896px) {
  .column__flex li .blk {
    top: 7px;
    left: 20px;
  }
}
.column__flex li .btn {
  text-align: right;
}
.column__flex li .btn .common-btn {
  margin: 0 0 0 auto;
  position: relative;
}
.column__flex li a {
  display: block;
  height: 100%;
  padding: 20px;
  background: #C6CEDA;
  position: relative;
}
.column__flex li a .hidden {
  overflow: hidden;
  height: 100%;
}
.column__flex li a:hover {
  background-color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 18px gray;
          box-shadow: 0 0 18px gray;
}
.column__flex li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.column__flex li a:hover .btn {
  text-align: right;
}
.column__flex li a:hover .btn .common-btn {
  margin: 0 0 0 auto;
  position: relative;
}
.column__flex li a:hover .btn .common-btn.main_c {
  background-color: #0099C6;
}
.column__detail {
  max-width: 1000px;
  width: 90%;
  margin: 100px auto 0;
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .column__detail {
    margin: 60px auto 0;
    padding-bottom: 0px;
  }
}

.colum-txt {
  margin: 40px 0 80px;
}

.colum-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media all and (max-width: 600px) {
  .colum-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .colum-flex:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.colum-flex li {
  width: 47%;
}
@media all and (max-width: 600px) {
  .colum-flex li {
    width: 100%;
  }
}

.projects-item-table table {
  border-collapse: separate;
  border-spacing: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
}

@media all and (max-width: 600px) {
  .projects-item-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.projects-item-table th {
  width: 10em;
  background: #4d4d4d;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media all and (max-width: 600px) {
  .projects-item-table th {
    width: 100%;
  }
}

.projects-item-table td {
  padding: 10px;
  background: #fff;
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.pagenation li {
  width: 50px;
  height: 50px;
  background: #152E55;
  color: #fff;
  border-radius: 50%;
  position: relative;
  line-height: 50px;
  margin-right: 20px;
}
@media all and (max-width: 600px) {
  .pagenation li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
  }
}
.pagenation li:first-of-type {
  width: auto;
  height: auto;
  background: none;
  color: #152E55;
}
.pagenation li:last-of-type {
  width: auto;
  height: auto;
  background: none;
  color: #152E55;
  margin-right: 0;
}
.pagenation li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media all and (max-width: 480px) {
  .pagenation li a {
    font-size: 1.1rem;
  }
}

.container {
  margin: 30px auto 0;
  width: 100%;
}

.slick-img {
  height: 500px;
}
@media all and (max-width: 600px) {
  .slick-img {
    height: 200px;
  }
}
.slick-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail-img {
  height: 200px;
}
@media all and (max-width: 600px) {
  .thumbnail-img {
    height: 60px;
  }
}
.thumbnail-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.txt__link {
  width: 360px;
  margin: 100px auto;
}
@media all and (max-width: 896px) {
  .txt__link {
    margin: 50px auto;
    width: 300px;
  }
}
.txt__link a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media all and (max-width: 1367px) {
  .common-second__link a {
    width: 16%;
  }
}
@media all and (max-width: 1025px) {
  .common-second__link a {
    width: 50%;
  }
}

@media all and (max-width: 1025px) {
  .common-second__link a:last-child {
    margin-bottom: 10px;
  }
}

.blog-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-weight: 500;
  font-size: 16px;
}