/*---------------------
top
---------------------*/
#top .inner {
  background-image: url(../img/archive/archive-news-bg.jpg);
}

@media screen and (max-width: 600px) {
  #top .inner {
    background-image: url(../img/archive/archive-news-bg-sp.jpg);
  }
}

/*---------------------
top_contact
---------------------*/
#top_contact .inner {
  background-image: url(../img/common/contact-bg.jpg);
}
@media screen and (max-width: 600px) {
  #top_contact .inner {
    background-image: url(../img/common/contact-bg-sp.jpg);
  }
}
#top_contact .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
  padding-top: 90px;
  padding-bottom: 172px;
  background-size: cover;
  background-position: center bottom;
}
#top_contact h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
#top_contact h1::before {
  display: block;
  content: attr(data-text);
  color: rgba(var(--mainBlue-rgb), 0.3);
  font-size: 7.5rem;
}
#top_contact .bread {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
  text-align: right;
  font-size: 1.125rem;
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  #top_contact .inner,
  #top_contact .bread {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }
}
@media screen and (max-width: 630px) {
  #top_contact h1::before {
    font-size: 7rem;
  }
}
@media screen and (max-width: 600px) {
  #top_contact .inner,
  #top_contact .bread {
    padding-left: 5.3488%;
    padding-right: 5.3488%;
  }
  #top_contact .inner {
    padding-top: 180px;
    padding-bottom: 244px;
  }
  #top_contact .bread {
    font-size: 0.875rem;
  }
  #top_contact h1 {
    font-size: 1.125rem;
  }
  #top_contact h1::before {
    font-size: 4rem;
  }
}
@media screen and (max-width: 330px) {
  #top_contact h1::before {
    font-size: 3.5rem;
  }
}

/*---------------------
news
---------------------*/
#news .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 120px;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

#news .template1 {
  display: flex;
}

#news .template1 a {
  display: flex;
  align-items: end;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.75%;
  margin-left: 65px;
  margin-bottom: 8px;
}

#news .template1 a img {
  width: 35px;
  height: auto;
  margin-left: 30px;
}

#news .table {
  width: 100%;
  max-width: 1000px;
  padding-top: 38px;
}

#news .table li {
  display: flex;
  /* align-items: center; */
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #333;
}

#news .table .date {
  font-family: "Noto Sans Gujarati", sans-serif;
  letter-spacing: 0.08%;
}

#news .table .label {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 24px;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.075%;
  background-color: var(--mainBlue);
  margin-left: 45px;
  margin-right: 30px;
  margin-left: 4.5%;
  margin-right: 3%;
}

#news .table .text {
  letter-spacing: 0.1%;
}

@media screen and (max-width: 1440px) {
  #news .inner {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }
}

@media screen and (max-width: 600px) {
  #news .inner {
    padding-top: 120px;
    padding-left: 5.3488%;
    padding-right: 5.3488%;
  }

  #news .template1 {
    justify-content: space-between;
  }

  #news .template1 a {
    font-size: 1.25rem;
    margin-left: 0;
  }

  #news .template1 a img {
    width: 25px;
    margin-left: 15px;
  }

  #news .table {
    padding-top: 30px;
  }

  #news .table li {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #news .table .text {
    width: 100%;
    padding-top: 20px;
  }
}

/* パンくずリスト */
.breadcrumb {
  padding: 20px;
  border-radius: 8px 8px 0 0;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: #999;
  font-size: 0.8rem;
}

.breadcrumb-item a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-item a:hover {
  color: #2980b9;
  text-decoration: underline;
}

.breadcrumb-item.current {
  color: #666;
  font-weight: 500;
}

.main-content {
  padding: 100px 0;
}

.post-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding-top: 100px;
}

.main-area {
  flex: 2;
  border-radius: 8px;
  overflow: hidden;
}

.sidebar {
  flex: 1;
  min-width: 300px;
}

/* 記事ヘッダー */
.article-header {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.article-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
  color: #2c3e50;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 25px;
}

.publish-date {
  color: black;
  padding: 4px 12px;
  font-size: 0.9rem;
}

.article-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  background: rgba(var(--mainBlue-rgb));
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
}

/* アイキャッチ画像 */
.article-thumbnail {
  margin-bottom: 0;
}

.article-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/* 記事本文 */
.article-content {
  padding: 40px 0;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.article-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #3498db;
  color: #2c3e50;
}

.article-content h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 30px 0 15px;
  color: #34495e;
  background: #f8f9fa;
  padding: 15px 20px;
  border-left: 4px solid #3498db;
}

.article-content h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 25px 0 15px;
  color: #3498db;
}

.article-content p {
  margin: 0 0 20px;
}

.article-content ul,
.article-content ol {
  margin: 20px 0;
  padding-left: 30px;
}

.article-content li {
  margin: 8px 0;
}

/* 記事フッター */
.article-footer {

}

.article-categories {
  font-size: 0.95rem;
}

.article-categories .label {
  font-weight: bold;
  color: #666;
}

.article-categories a {
  color: #3498db;
  text-decoration: none;
}

.article-categories a:hover {
  text-decoration: underline;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .sidebar {
    min-width: auto;
  }

  .article-header,
  .article-content {
    padding: 20px;
  }

  .article-title {
    font-size: 1.5rem;
  }
}

/* ---------------------
column
--------------------- */
#column .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
  background-color: var(--mainBlue);
  /* clip-path: polygon(0 0, 100% 196px, 100% 100%, 0% 100%); */
  color: #fff;
  padding-top: 40px;
  padding-bottom: 208px;
}
#column .top {
  display: flex;
}
#column .top .left .template #column .top .left .template1 h2 {
  color: #fff;
}
#column .top .left .template1 h2::after {
  color: #fff;
}
#column .top .left p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8666;
  padding-top: 45px;
}
#column .top .right {
  padding-top: 87px;
  padding-left: 6.349%;
}
#column .top .right .keyword {
  font-weight: 300;
}
#column .top .right .keyword span {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.09375rem;
  padding-right: 10px;
}
#column .top .right .labels {
  display: flex;
  padding-bottom: 30px;
}
#column .top .right .label {
  display: flex;
  align-items: center;
  height: 23px;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  border: 1px solid var(--secondBlue);
  border-radius: 50px;
  margin-top: 15px;
  padding-left: 16px;
  padding-right: 16px;
}
#column .top .right .label:not(:last-child) {
  margin-right: 10px;
}
#column .top .right .btn {
  background-color: var(--secondBlue);
}
#column .top .right .btn a {
  color: var(--mainBlue);
}
#column .bottom {
  padding-top: 26px;
}
#column .contents {
  display: flex;
  justify-content: space-between;
}
#column .bottom .content {
  width: 31.746%;
}
#column .bottom .content:nth-child(2) {
  margin-top: 70px;
}
#column .bottom .content:nth-child(3) {
  margin-top: 140px;
}
#column .bottom .content img {
  border-radius: 10px;
}
#column .bottom .label {
  display: inline-flex;
  align-items: center;
  height: 23px;
  color: var(--mainBlue);
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  background-color: var(--secondBlue);
  border-radius: 50px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 20px;
  margin-bottom: 17px;
}
#column .bottom .text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 1440px) {
  #column .inner {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }
}
@media screen and (max-width: 840px) {
  #column .top {
    display: block;
  }
  #column .top .right {
    padding-left: 0;
    padding-top: 30px;
  }
  #column .top .right .btn {
    margin-left: 0;
  }
  #column .bottom .contents {
    display: block;
  }
  #column .bottom .content {
    width: 100%;
  }
  #column .bottom .contents .content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  #column .inner {
    padding-top: 50px;
    padding-bottom: 211px;
    padding-left: 5.3488%;
    padding-right: 5.3488%;
  }
  #column .top .left p {
    padding-top: 35px;
  }
  #column .top .right .labels {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  #column .top .right .keyword span {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
  #column .top .right .btn {
    max-width: 303px;
    width: 100%;
  }
  #column .top .right .btn a {
    box-sizing: border-box;
    max-width: 303px;
    width: 100%;
    padding-right: 10px;
  }
  #column .bottom .contents .content {
    margin-top: 60px;
  }
}

.archive_news {
  padding-bottom: 200px;
}
