@charset "UTF-8";
/* Reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333333;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #2e3135;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  background-color: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overscroll-behavior-y: none;
}

main {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  main {
    padding-top: 80px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

p {
  text-align: left;
}

small {
  font-size: 1.2rem;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #0e325c;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.title-section,
.article-title-section {
  display: block;
  box-sizing: border-box;
  padding: 60px 50px 30px;
  background-repeat: no-repeat; /* 背景画像を繰り返さない */
  background-position: center; /* 背景画像を中央に配置 */
  background-size: cover;
  width: 100%;
  background-image: url("../img/news/bg-title-section-news.png");
}
.title-section h2,
.article-title-section h2 {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: left;
  margin: 20px 0 0 100px;
}
@media (max-width: 1024px) {
  .title-section h2,
  .article-title-section h2 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .title-section h2,
  .article-title-section h2 {
    margin: 10px 0 0;
    font-size: 1.8rem;
  }
}
.title-section h2 span,
.article-title-section h2 span {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
}
.title-section p,
.article-title-section p {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-align: left;
  margin: 20px 0px 0 100px;
}
@media (max-width: 1024px) {
  .title-section p,
  .article-title-section p {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .title-section p,
  .article-title-section p {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
}

.article-section {
  max-width: 1030px;
  width: 100%;
  padding: 0 20px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article-section .article-container {
  width: 100%;
}
.article-section .article-container img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .article-section .article-container {
    width: 68%;
  }
}
.article-section .article-container > h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 30px 0;
}
.article-section .article-container > time {
  display: block;
  font-size: 1.6rem;
  color: #757575;
  margin-bottom: 40px;
}
.article-section .article-container .entry-meta {
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.article-section .article-container .entry-meta .entry-categories,
.article-section .article-container .entry-meta .entry-tags {
  margin-bottom: 10px;
}
.article-section .article-container .entry-meta .entry-categories a,
.article-section .article-container .entry-meta .entry-tags a {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  background-color: #f0f0f0;
  border-radius: 3px;
  color: #2e3135;
}
.article-section .article-container .entry-meta .entry-categories a:hover,
.article-section .article-container .entry-meta .entry-tags a:hover {
  background-color: rgb(227.25, 227.25, 227.25);
}
.article-section .entry-content h2,
.article-section .entry-content h3,
.article-section .entry-content h4 {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.article-section .entry-content h2 {
  font-size: 2.8rem;
  border-bottom: 2px solid #5e7d82;
  padding-bottom: 0.4em;
}
.article-section .entry-content h3 {
  font-size: 2.2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}
.article-section .entry-content p {
  line-height: 1.9;
  margin-bottom: 1.5em;
}

.side-container {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .side-container {
    width: 28%;
    margin-top: 0;
  }
}
.side-container .category-box {
  border: 1px solid #333;
  margin-bottom: 40px;
  padding: 10px;
}
.side-container .category-box p {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
}
.side-container .category-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-container .category-box ul li {
  padding-top: 5px;
}

.news-article-title-section,
.works-article-title-section {
  box-sizing: border-box;
  margin-bottom: 60px;
}
.news-article-title-section .breadcrumb-bk,
.works-article-title-section .breadcrumb-bk {
  max-width: 1030px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.breadcrumb,
.breadcrumb-bk {
  padding: 10px 0;
}

.title-section .breadcrumb {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .title-section .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb__item {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2e3135;
}
.breadcrumb__item::after {
  content: ">";
  display: inline-block;
  padding: 0 0.8em;
  color: #757575;
}
.breadcrumb__item:last-child {
  font-weight: 700;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__item a:hover {
  color: #5e7d82;
}
.title-section .breadcrumb__item {
  color: #fff;
  font-weight: 700;
}
.title-section .breadcrumb__item::after {
  color: #fff;
  opacity: 0.8;
}
.title-section .breadcrumb__item a:hover {
  color: #ebb7d1;
}

.section-title-small {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 30px;
  border-bottom: 2px solid #2e3135;
  padding-bottom: 15px;
}
.section-title-small span {
  font-size: 1.8rem;
}

.section-title {
  display: block;
  font-size: 6rem;
  line-height: 7rem;
  text-align: center;
  padding-bottom: 50px;
  color: #2e3135;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
.section-title span {
  display: block;
  font-size: 3rem;
  text-align: center;
  color: #2e3135;
}
.section-title.section-title__wh {
  color: #fff;
}
.section-title.section-title__wh span {
  color: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  transition: padding 0.3s ease, background-color 0.3s ease;
}
.header.is-scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header.is-scrolled .header__logo img {
  max-height: 40px;
}
.header .header__logo img {
  max-height: 60px;
  transition: max-height 0.3s ease;
}

.gNav {
  display: flex;
  align-items: center;
}

.header-gNav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.header-gNav-menu a {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #2e3135;
  transition: opacity 0.3s, color 0.3s;
}
.header-gNav-menu a:hover {
  opacity: 0.8;
  color: #e960a5;
}
.header-gNav-menu a:hover span {
  color: #e960a5;
}
.header-gNav-menu a:active {
  opacity: 0.8;
}
.header-gNav-menu a span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  .header-gNav-menu {
    display: flex;
    align-items: center;
    gap: 25px;
  }
}
@media (max-width: 1023px) {
  .header-gNav-menu {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100vh;
    width: 70%;
    background-image: linear-gradient(60deg, #5e7d82, #0e325c);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: left 0.3s ease;
    z-index: 100;
  }
  .header-gNav-menu--active {
    left: 30%;
  }
  .header-gNav-menu li {
    margin: 20px 0;
  }
  .header-gNav-menu a {
    color: #fff;
    font-size: 1.8rem;
  }
  .header-gNav-menu a span {
    font-size: 1.2rem;
  }
}

.menu-btn {
  display: none;
}
@media (max-width: 1023px) {
  .menu-btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 101;
  }
}
@media (max-width: 1023px) and (max-width: 768px) {
  .menu-btn {
    right: 20px;
  }
}
@media (max-width: 1023px) {
  .menu-btn span {
    display: block;
    position: absolute;
    left: 5px;
    width: 30px;
    height: 3px;
    background-color: #0e325c;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .menu-btn span:nth-child(1) {
    top: 12px;
  }
  .menu-btn span:nth-child(2) {
    top: 19px;
  }
  .menu-btn span:nth-child(3) {
    top: 26px;
  }
  .menu-btn--active span {
    background-color: #fff;
  }
  .menu-btn--active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-btn--active span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn--active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* footer */
.footer {
  width: 100%;
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding: 60px 5% 40px;
  z-index: 1;
}
.footer .footer__cta {
  position: relative;
  z-index: 2;
  display: block;
  margin: -140px auto 0;
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
  padding: 40px 30px;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 3px solid #fff;
}
@media (max-width: 488px) {
  .footer .footer__cta {
    padding: 30px 20px;
    margin-top: -120px;
  }
}
.footer .footer__cta-container {
  margin: auto;
  color: #fff;
}
.footer .footer__cta-message {
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
}
.footer .footer__cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 488px) {
  .footer .footer__cta-text {
    font-size: 1.6rem;
  }
}
.footer .footer__cta-button {
  display: block;
  padding: 15px 30px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  margin: 0 auto;
  max-width: 300px;
  transition: all 0.3s ease;
}
.footer .footer__cta-button:hover {
  background-color: transparent;
}
.footer .footer__cta-button:hover p {
  color: #fff;
}
.footer .footer__cta-button p {
  color: #0e325c;
  text-align: center;
  font-weight: 700;
  transition: color 0.3s ease;
}
.footer .footer__copyright {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding-top: 50px;
}

.footer__inner {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__inner {
    width: 90%;
  }
}

.footer__brand {
  width: 100%;
  margin-top: 50px;
}
.footer__brand p {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
.footer__brand img {
  display: block;
  width: 300px;
  margin: 0 auto 30px;
}

.footer__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__nav-list {
    width: 100%;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
}

.footer__nav-item {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .footer__nav-item {
    padding-bottom: 0;
  }
}
.footer__nav-item--service {
  font-size: 1.2rem;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .footer__nav-item--service {
    padding: 0;
  }
}

.footer__nav-link {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  display: inline-block;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .footer__nav-link {
    font-size: 1.4rem;
  }
}
.footer__nav-link:visited {
  color: #fff;
}
.footer__nav-link:hover {
  opacity: 0.8;
  color: #ebb7d1;
}
.footer__nav-link:hover .footer__nav-subtext {
  color: #ebb7d1;
}
.footer__nav-link:active {
  opacity: 0.8;
}

.footer__nav-sublist {
  list-style: none;
  padding: 15px 0 0 20px;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__nav-sublist {
    padding: 15px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
}
@media (max-width: 488px) {
  .footer__nav-sublist {
    grid-template-columns: 1fr;
  }
}

.footer__nav-subtext {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #fff;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .footer__nav-subtext {
    font-size: 1.1rem;
  }
}

a.btn-viewmore {
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  display: block;
  text-align: center;
  margin: 50px auto;
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  font-weight: 700;
}
a.btn-viewmore:hover {
  opacity: 0.8;
}

a.btn-viewmore.bg-wh {
  background-image: none;
  background-color: #fff;
  color: #0e325c;
  border: 1px solid #0e325c;
}
a.btn-viewmore.bg-wh:visited {
  color: #0e325c;
}
a.btn-viewmore.bg-wh:hover {
  opacity: 0.8;
  color: #e960a5;
}

.pagination {
  margin: 50px auto;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination .nav-links .page-numbers {
  display: block;
  padding: 20px;
  text-decoration: none;
  line-height: 1;
  border: 1px solid #0e325c;
  border-radius: 10px;
}
.pagination .nav-links a.page-numbers {
  color: #2e3135;
  background-color: #fff;
}
.pagination .nav-links span.page-numbers.current {
  color: #fff;
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
}
.pagination .nav-links .dots {
  border: none;
  background-color: transparent;
  padding: 20px 5px;
}

.article-guide {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.article-guide .previous,
.article-guide .next {
  color: #fff;
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
  padding: 5px 20px;
  transition: opacity 0.3s;
}
.article-guide .previous:hover,
.article-guide .next:hover {
  opacity: 0.8;
}

/* Works Archive Filter */
.works-archive-filter {
  max-width: 1030px;
  margin: 30px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
}
.works-archive-filter form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.works-archive-filter .filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.works-archive-filter label {
  font-weight: 700;
}
.works-archive-filter select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.works-archive-filter button {
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  padding: 10px 20px;
  border-radius: 5px;
}
.works-archive-filter button:hover {
  opacity: 0.8;
}

.archive-list-section {
  width: 100%;
  margin: 20px auto 0;
  padding: 20px 0;
}
.archive-list-section .archive-list-container {
  display: block;
  max-width: 750px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .archive-list-section .archive-list-container {
    width: 90%;
  }
}
.archive-list-section .archive-list-container a {
  display: block;
  text-decoration: none;
}
.archive-list-section .archive-list-container a:hover .box h3 {
  color: #5e7d82;
}
.archive-list-section .archive-list-container a:last-child .box {
  border-bottom: none;
  padding-bottom: 0;
}
.archive-list-section .archive-list-container .box {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 30px 0;
}
@media (max-width: 560px) {
  .archive-list-section .archive-list-container .box {
    flex-direction: column;
    gap: 15px;
  }
}
.archive-list-section .archive-list-container .box .box-thumbnail {
  width: 150px;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .archive-list-section .archive-list-container .box .box-thumbnail {
    width: 100%;
  }
}
.archive-list-section .archive-list-container .box .box-thumbnail img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 5px;
}
.archive-list-section .archive-list-container .box .box-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.archive-list-section .archive-list-container .box .info-wrapper {
  justify-content: flex-start;
  align-items: center;
}
.archive-list-section .archive-list-container .box .info-wrapper time {
  font-size: 1.5rem;
  color: #757575;
}
.archive-list-section .archive-list-container .box .info-wrapper .category {
  display: inline-block;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 3px 0.8em;
  border: none;
  background-color: rgba(94, 125, 130, 0.1);
  color: #0e325c;
  border-radius: 4px;
  margin-left: 20px;
}
.archive-list-section .archive-list-container .box h3 {
  font-size: 2rem;
  color: #2e3135;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  transition: color 0.3s;
}
.archive-list-section .archive-list-container .box p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #2e3135;
  flex-grow: 1;
}

.top-section {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
}
.top-section .top-section__container {
  display: flex;
  justify-content: space-between;
}
.top-section .top-section__container .top-section__message {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 1;
}
.top-section .top-section__container .top-section__message img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 10px;
}
.top-section .top-section__container .top-section__message p {
  font-size: 4rem;
  line-height: 8.5rem;
}
.top-section .top-section__container .top-section__message p span {
  color: #0e325c;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 30px;
}
@media (max-width: 768px) {
  .top-section .top-section__container .top-section__message {
    left: 5%;
    bottom: 10%;
  }
  .top-section .top-section__container .top-section__message img {
    max-width: 300px;
  }
  .top-section .top-section__container .top-section__message p {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
  .top-section .top-section__container .top-section__message p span {
    padding: 0 10px;
  }
}
@media (max-width: 488px) {
  .top-section .top-section__container .top-section__message {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding-bottom: 30px;
  }
  .top-section .top-section__container .top-section__message p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

.top-section__slick {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: visible;
}

.slick-img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .slick-img {
    width: 100%;
    height: 50vh;
  }
}

.w50 {
  width: 50%;
}

.sub-concept-section {
  padding: 80px 0;
  background-image: linear-gradient(160deg, #0e325c, #5e7d82);
  color: #fff;
}
.sub-concept-section__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.sub-concept-section__main-title {
  font-size: 3.6rem;
  line-height: 4.5rem;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
}
@media (max-width: 488px) {
  .sub-concept-section__main-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.sub-concept-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .sub-concept-section__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.sub-concept-section__item {
  text-align: center;
}
.sub-concept-section__item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
  border: 4px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.sub-concept-section__item h4 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-concept-section__item p {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: left;
  opacity: 0.9;
}

.sub-principle-section {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #f0f0f0;
}
.sub-principle-section .sub-principle-section__title {
  display: block;
  font-size: 6rem;
  line-height: 7rem;
  text-align: center;
  color: #2e3135;
  padding: 0;
}
.sub-principle-section .sub-principle-section__title span {
  font-size: 2.2rem;
  color: #2e3135;
}
.sub-principle-section .sub-principle-section__sub-title {
  font-size: 3.6rem;
  line-height: 4.5rem;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
  color: #757575;
}
@media (max-width: 488px) {
  .sub-principle-section .sub-principle-section__sub-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.sub-principle-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .sub-principle-section__grid {
    grid-template-columns: 1fr;
  }
}
.sub-principle-section__card {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
}
.sub-principle-section__card-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.sub-principle-section__card-number {
  font-size: 2rem;
  font-weight: 700;
  color: #757575;
  line-height: 1;
  padding-top: 5px;
}
.sub-principle-section__card-title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
.sub-principle-section__card-image {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}
.sub-principle-section__card-body p {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 1.5em;
}
.sub-principle-section__card-vision {
  font-weight: 700;
  color: #0e325c;
  margin-top: 30px;
  margin-bottom: 0.5em !important;
}

.company-section {
  max-width: 1030px;
  width: 90%;
  margin: 100px auto 0;
}
.company-section__title {
  font-size: 2.8rem;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.company-overview {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 1024px) {
  .company-overview {
    grid-template-columns: 1fr;
  }
}
.company-overview__main .company-history {
  margin-top: 60px;
}
.company-overview__brand-box {
  background-color: #f0f0f0;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  position: sticky;
  top: 160px;
}
@media (max-width: 1024px) {
  .company-overview__brand-box {
    position: static;
    margin-top: 60px;
  }
}
.company-overview__brand-box .company-section__title {
  font-size: 2.2rem;
  border-bottom: none;
  margin-bottom: 30px;
}
.company-overview__brand-logo {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 0 auto 30px;
}
.company-overview__brand-text {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  color: #757575;
}

.company-info__table {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company-info__row {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size: 1.5rem;
}
@media (max-width: 488px) {
  .company-info__row {
    flex-direction: column;
    gap: 8px;
  }
}

.company-info__header {
  width: 25%;
  flex-shrink: 0;
  font-weight: 700;
}
@media (max-width: 488px) {
  .company-info__header {
    width: 100%;
    color: #757575;
  }
}

.company-info__data {
  width: 75%;
  line-height: 1.7;
}
@media (max-width: 488px) {
  .company-info__data {
    width: 100%;
  }
}

.company-philosophy .container {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 768px) {
  .company-philosophy .container {
    grid-template-columns: 1fr;
  }
}
.company-philosophy img {
  width: 100%;
  border-radius: 8px;
}
.company-philosophy p {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 1.5em;
}

.company-ceo-message .container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .company-ceo-message .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.company-ceo-message .container .wrapper {
  text-align: left;
}
.company-ceo-message img {
  width: 100%;
  border-radius: 8px;
}
.company-ceo-message .position {
  font-size: 1.4rem;
  color: #757575;
}
.company-ceo-message h4 {
  font-size: 2.8rem;
  margin: 10px 0 20px;
}
.company-ceo-message h4 span {
  font-size: 1.6rem;
  color: #757575;
  font-weight: 500;
  margin-left: 10px;
}
.company-ceo-message .carrier-article {
  font-size: 1.5rem;
  line-height: 1.9;
}

.office-gallery {
  margin-top: 40px;
}
.office-gallery__main {
  margin-bottom: 15px;
}
.office-gallery__main img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.office-gallery__thumbnails {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.office-gallery__thumb {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s, opacity 0.3s;
  opacity: 0.7;
}
.office-gallery__thumb:hover {
  opacity: 1;
}
.office-gallery__thumb.is-active {
  border-color: #0e325c;
  opacity: 1;
}

.sub-service-section {
  padding: 80px 0;
}
.sub-service-section__container {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
}
.sub-service-section__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .sub-service-section__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 488px) {
  .sub-service-section__wrapper {
    grid-template-columns: 1fr;
  }
}
.sub-service-section__wrapper a {
  text-decoration: none;
  color: inherit;
  display: flex;
}
.sub-service-section__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.sub-service-section__box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.sub-service-section__box img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-service-section__info-wrapper {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.sub-service-section__info-wrapper h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #2e3135;
}
.sub-service-section__info-wrapper p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #757575;
  margin-bottom: 0;
}

.sub-service-flow-section {
  padding: 80px 0;
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
  color: #fff;
}
.sub-service-flow-section h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 60px;
  color: #fff;
}
.sub-service-flow-section__container {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
}
.sub-service-flow-section__wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .sub-service-flow-section__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 488px) {
  .sub-service-flow-section__wrapper {
    grid-template-columns: 1fr;
  }
}
.sub-service-flow-section__step {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.sub-service-flow-section__step-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.sub-service-flow-section__step h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2e3135;
}
.sub-service-flow-section__step p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #757575;
  text-align: left;
}
.sub-service-flow-section__arrow {
  display: none;
}
@media (min-width: 769px) {
  .sub-service-flow-section__arrow {
    display: block;
    position: relative;
    width: 100%;
    align-self: center;
  }
  .sub-service-flow-section__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #0e325c;
  }
}
.sub-service-flow-section .sub-service-step-section__container {
  max-width: 800px;
  margin: 80px auto 0;
}
.sub-service-flow-section .sub-service-step-section__container > p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.sub-service-flow-section .sub-service-step-section__container ol {
  list-style: none;
  padding: 0;
  position: relative;
  counter-reset: step-counter;
}
.sub-service-flow-section .sub-service-step-section__container ol::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 4px;
  background-color: #ccc;
}
@media (max-width: 488px) {
  .sub-service-flow-section .sub-service-step-section__container ol::before {
    left: 15px;
  }
}
.sub-service-flow-section .sub-service-step-section__container .sub-service-step-section__item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}
@media (max-width: 488px) {
  .sub-service-flow-section .sub-service-step-section__container .sub-service-step-section__item {
    padding-left: 45px;
  }
}
.sub-service-flow-section .sub-service-step-section__container .sub-service-step-section__item::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #0e325c;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border: 4px solid #f0f0f0;
}
@media (max-width: 488px) {
  .sub-service-flow-section .sub-service-step-section__container .sub-service-step-section__item::before {
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
  }
}
.sub-service-flow-section .sub-service-step-section__container .sub-service-step-section__step-box {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  top: -5px;
}
.sub-service-flow-section .sub-service-step-section__container .sub-service-step-section__step-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.sub-service-flow-section .sub-service-step-section__container .sub-service-step-section__step-box h4 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: #2e3135;
}
.sub-service-flow-section .sub-service-step-section__container .sub-service-step-section__step-box p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #757575;
  margin: 0;
}
.sub-service-flow-section .--step1 {
  background-image: url("../img/service/flow-1.jpg");
}
.sub-service-flow-section .--step2 {
  background-image: url("../img/service/flow-2.jpg");
}
.sub-service-flow-section .--step3 {
  background-image: url("../img/service/flow-3.jpg");
}
.sub-service-flow-section .--step4 {
  background-image: url("../img/service/flow-4.jpg");
}
.sub-service-flow-section .btn-viewmore {
  background-image: none;
  background-color: #fff;
  color: #0e325c;
  border: 2px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
}
.sub-service-flow-section .btn-viewmore:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #fff;
}

.service-recommend-section,
.service-merit-section,
.service-step-section {
  max-width: 1030px;
  width: 90%;
  margin: 80px auto;
}

.service-recommend-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .service-recommend-section {
    flex-direction: column;
  }
}
.service-recommend-section .img-container {
  width: 48%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .service-recommend-section .img-container {
    width: 100%;
  }
}
.service-recommend-section .img-container img {
  width: 100%;
  border-radius: 8px;
}
.service-recommend-section .text-container {
  width: 48%;
}
@media (max-width: 768px) {
  .service-recommend-section .text-container {
    width: 100%;
  }
}
.service-recommend-section .text-container h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 30px;
}
.service-recommend-section .text-container ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.service-recommend-section .text-container ul li {
  font-size: 1.6rem;
  padding: 15px 0 15px 25px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.service-recommend-section .text-container ul li::before {
  content: "✔";
  color: #0e325c;
  position: absolute;
  left: 0;
  top: 15px;
}

.service-merit-section {
  padding: 80px 0;
  background-color: #f0f0f0;
  max-width: none;
  width: 100%;
  margin: 100px 0 0;
}
.service-merit-section .box-container {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .service-merit-section .box-container {
    grid-template-columns: 1fr;
  }
}
.service-merit-section .box-container .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.service-merit-section .box-container .box img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}
.service-merit-section .box-container .box h3 {
  font-size: 1.8rem;
  margin: 20px 20px 10px;
  padding: 0;
}
.service-merit-section .box-container .box p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #757575;
  margin: 0 20px 20px;
  padding: 0;
}

.service-step-section .step-box-container {
  max-width: 1030px;
  width: 100%;
}
.service-step-section .step-box-container .step-box {
  border: 1px solid #333;
  margin: 50px 0;
}

.service-detail-content {
  max-width: 1030px;
  width: 90%;
  margin: 80px auto;
}

.column-archive {
  width: 100%;
  margin: 20px auto 0;
  padding: 20px 0;
}
.column-archive .column-archive__container {
  display: block;
  max-width: 750px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .column-archive .column-archive__container {
    width: 90%;
  }
}
.column-archive .column-archive__container .column-archive__link {
  text-decoration: none;
}
.column-archive .column-archive__container .column-archive__link:hover .column-archive__title {
  color: #5e7d82;
}
.column-archive .column-archive__container .column-archive__link:last-child .column-archive__item {
  border-bottom: none;
  padding-bottom: 0;
}
.column-archive .column-archive__container .column-archive__item {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 30px 0;
}
@media (max-width: 560px) {
  .column-archive .column-archive__container .column-archive__item {
    flex-direction: column;
    gap: 15px;
  }
}
.column-archive .column-archive__container .column-archive__item .column-archive__thumbnail {
  width: 150px;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .column-archive .column-archive__container .column-archive__item .column-archive__thumbnail {
    width: 100%;
  }
}
.column-archive .column-archive__container .column-archive__item .column-archive__thumbnail img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.column-archive .column-archive__container .column-archive__item .column-archive__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.column-archive .column-archive__container .column-archive__item .column-archive__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.column-archive .column-archive__container .column-archive__item .column-archive__info time {
  font-size: 1.5rem;
  color: #757575;
}
.column-archive .column-archive__container .column-archive__item .column-archive__info .column-archive__category {
  display: block;
  font-size: 1.2rem;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  border-radius: 3px;
}
.column-archive .column-archive__container .column-archive__item .column-archive__title {
  font-size: 1.8rem;
  color: #2e3135;
  font-weight: 700;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.column-archive .column-archive__container .column-archive__item .column-archive__excerpt {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #2e3135;
  margin-top: auto;
}

.privacy-policy {
  max-width: 1030px;
  width: 100%;
  margin: 50px auto 100px;
  padding: 0 20px;
}
.privacy-policy .privacy-policy__container {
  width: 100%;
  margin: 0 auto;
}
.privacy-policy .privacy-policy__container .privacy-policy__heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.privacy-policy .privacy-policy__container .privacy-policy__paragraph {
  line-height: 1.9;
  margin-bottom: 1.5em;
}

.faq-section {
  max-width: 780px;
  width: 90%;
  margin: 50px auto 100px;
}
.faq-section .faq-category {
  margin: 50px auto 0;
}
.faq-section .faq-category h3 {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
.faq-section .faq-box {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.faq-section .faq-box .question {
  font-size: 2rem;
  line-height: 1.6;
  padding: 25px 40px 25px 0;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
.faq-section .faq-box .question:hover {
  color: #5e7d82;
}
.faq-section .faq-box .accordion-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.faq-section .faq-box .accordion-icon::before, .faq-section .faq-box .accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #0e325c;
  transition: transform 0.3s ease-out;
}
.faq-section .faq-box .accordion-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.faq-section .faq-box .accordion-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.faq-section .faq-box .answer-content {
  display: none;
  padding: 0 40px 25px 0;
}
.faq-section .faq-box .answer {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 0;
  color: #757575;
}
.faq-section .faq-box.is-open .accordion-icon::after {
  transform: translateX(-50%) rotate(90deg);
}

.service-section {
  padding: 80px 0;
}
.service-section .service-section__title {
  margin-bottom: 20px;
}
.service-section__container {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
}
.service-section__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.service-section__wrapper > a {
  text-decoration: none;
  color: inherit;
  display: flex;
}
@media (max-width: 768px) {
  .service-section__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-section__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-section__box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.service-section__box img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-section__info-wrapper {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.service-section__info-wrapper h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #2e3135;
}
.service-section__info-wrapper p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #757575;
  margin-bottom: 0;
}
.service-section .btn-viewmore {
  margin-top: 60px;
}

.works-section__wrapper {
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
  padding: 80px 0;
}
.works-section .works-section__title {
  margin-bottom: 60px;
}
.works-section .works-section__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
}
.works-section .works-section__container > a {
  text-decoration: none;
  color: inherit;
  display: flex;
}
@media (max-width: 768px) {
  .works-section .works-section__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.works-section__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.works-section__box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.works-section__box img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-section__info-wrapper {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.works-section__info-wrapper h3 {
  font-size: 1.8rem;
  margin-top: 10px;
  color: #2e3135;
  flex-grow: 1;
}
.works-section__article-meta {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0e325c;
  background-color: rgba(94, 125, 130, 0.1);
  padding: 3px 0.8em;
  border-radius: 4px;
  margin: 0;
}
.works-section .btn-viewmore {
  margin-top: 60px;
}

.news-and-column-section {
  padding: 80px 0;
}
.news-and-column-section .news-and-column-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-and-column-section .news-and-column-container {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.news-and-column-section .news-part,
.news-and-column-section .column-part {
  width: auto;
}
.news-and-column-section .news-part .section-title-small,
.news-and-column-section .column-part .section-title-small {
  margin-bottom: 30px;
}
.news-and-column-section .news-part .article-list,
.news-and-column-section .column-part .article-list {
  margin-bottom: 40px;
}
.news-and-column-section .news-part .article-list a,
.news-and-column-section .column-part .article-list a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-and-column-section .news-part .article-list a > .box,
.news-and-column-section .column-part .article-list a > .box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s;
}
.news-and-column-section .news-part .article-list a > .box:hover,
.news-and-column-section .column-part .article-list a > .box:hover {
  background-color: rgba(14, 50, 92, 0.05);
}
.news-and-column-section .news-part .box-thumbnail,
.news-and-column-section .column-part .box-thumbnail {
  flex-shrink: 0;
  width: 120px;
}
.news-and-column-section .news-part .box-thumbnail img,
.news-and-column-section .column-part .box-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.news-and-column-section .news-part .box-content,
.news-and-column-section .column-part .box-content {
  flex-grow: 1;
}
.news-and-column-section .news-part .info-wrapper,
.news-and-column-section .column-part .info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.news-and-column-section .news-part time,
.news-and-column-section .column-part time {
  font-size: 1.4rem;
  color: #757575;
}
.news-and-column-section .news-part .category,
.news-and-column-section .column-part .category {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0e325c;
  background-color: rgba(94, 125, 130, 0.1);
  padding: 3px 0.8em;
  border-radius: 4px;
  margin: 0;
}
.news-and-column-section .news-part h3,
.news-and-column-section .column-part h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  color: #2e3135;
  margin: 0;
}
.news-and-column-section .news-part .btn-viewmore,
.news-and-column-section .column-part .btn-viewmore {
  margin: 40px auto;
}

.concept-and-company-section {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .concept-and-company-section {
    flex-direction: column;
  }
}

.promo-link-box {
  width: 50%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media (max-width: 768px) {
  .promo-link-box {
    width: 100%;
    height: 45vh;
  }
}
.promo-link-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 50, 92, 0.4);
  transition: background-color 0.3s;
  z-index: 1;
}
.promo-link-box__container {
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.promo-link-box .section-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.promo-link-box__text {
  display: inline-block;
  padding: 12px 40px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}
.promo-link-box:hover::before {
  background-color: rgba(14, 50, 92, 0.6);
}
.promo-link-box:hover .promo-link-box__container {
  transform: scale(1.05);
}
.promo-link-box:hover .promo-link-box__text {
  background-color: #fff;
  color: #0e325c;
}

.inquiry-form-section {
  padding: 80px 0;
}
.inquiry-form-section .inquiry-container {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.inquiry-form-section .inquiry-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 1024px) {
  .inquiry-form-section .inquiry-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .inquiry-form-section .inquiry-section {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.inquiry-form-section .checkbox-container h3,
.inquiry-form-section .form-container h3,
.inquiry-form-section .customer-container h3 {
  font-size: 2.2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}
.inquiry-form-section .checkbox-container h4,
.inquiry-form-section .form-container h4,
.inquiry-form-section .customer-container h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}
.inquiry-form-section .wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0 0 12px;
  font-size: 1.5rem;
}
.inquiry-form-section .wpcf7-form .wpcf7-list-item-label {
  cursor: pointer;
}
.inquiry-form-section .wpcf7-form .customer-container p {
  margin-bottom: 25px;
}
.inquiry-form-section .wpcf7-form .customer-container label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.inquiry-form-section .wpcf7-form .customer-container .required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 1.1rem;
  background-color: #e960a5;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
}
.inquiry-form-section .wpcf7-form input[type=checkbox],
.inquiry-form-section .wpcf7-form input[type=radio] {
  margin-right: 8px;
  transform: translateY(1px);
}
.inquiry-form-section .wpcf7-form .wpcf7-form-control.wpcf7-text,
.inquiry-form-section .wpcf7-form .wpcf7-form-control.wpcf7-tel,
.inquiry-form-section .wpcf7-form .wpcf7-form-control.wpcf7-email,
.inquiry-form-section .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: inherit;
  background-color: #f9f9f9;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.inquiry-form-section .wpcf7-form .wpcf7-form-control.wpcf7-text:focus,
.inquiry-form-section .wpcf7-form .wpcf7-form-control.wpcf7-tel:focus,
.inquiry-form-section .wpcf7-form .wpcf7-form-control.wpcf7-email:focus,
.inquiry-form-section .wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus {
  outline: none;
  border-color: #0e325c;
  box-shadow: 0 0 0 2px rgba(14, 50, 92, 0.2);
}
.inquiry-form-section .wpcf7-form textarea.wpcf7-form-control {
  height: 150px;
  resize: vertical;
}
.inquiry-form-section .wpcf7-form .btn-viewmore.wpcf7-submit {
  width: 100%;
  max-width: 320px;
  margin: 40px auto 0;
  padding: 15px;
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.inquiry-form-section .wpcf7-form .btn-viewmore.wpcf7-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(14, 50, 92, 0.3);
}
.inquiry-form-section .inquiry-attention {
  margin-top: 80px;
  padding: 20px;
  background-color: #f0f0f0;
  border-left: 5px solid #ccc;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #757575;
}

.works-section {
  padding: 80px 0;
  background-color: #f0f0f0;
}
.works-section .works-section__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
}
.works-section .works-section__container > a {
  text-decoration: none;
  color: inherit;
  display: flex;
}
@media (max-width: 768px) {
  .works-section .works-section__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 488px) {
  .works-section .works-section__container {
    grid-template-columns: 1fr;
  }
}
.works-section__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.works-section__box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.works-section__box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-section__info-wrapper {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.works-section__info-wrapper h3 {
  font-size: 1.8rem;
  margin-top: 10px;
  color: #2e3135;
  flex-grow: 1;
}
.works-section__article-meta {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0e325c;
  background-color: rgba(94, 125, 130, 0.1);
  padding: 3px 0.8em;
  border-radius: 4px;
  margin: 0;
}
.works-section .works-section__pagination {
  margin-top: 60px;
}

.works-detail-section {
  align-items: flex-start;
}

.works-detail__main-image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.works-detail__meta {
  position: sticky;
  top: 160px;
}
@media (max-width: 768px) {
  .works-detail__meta {
    position: static;
    width: 100%;
    margin-top: 60px;
  }
}

.works-detail__meta-box {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
}

.works-detail__meta-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.works-detail__meta-list {
  margin: 0;
  padding: 0;
}

.works-detail__meta-item {
  font-size: 1.5rem;
}
.works-detail__meta-item:not(:last-child) {
  margin-bottom: 20px;
}
.works-detail__meta-item dt {
  font-weight: 700;
  color: #757575;
  margin-bottom: 5px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.works-detail__meta-item dd {
  margin: 0;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.works-detail__meta-item dd a {
  display: inline-block;
  text-decoration: none;
  background-color: rgba(94, 125, 130, 0.1);
  padding: 3px 0.8em;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #0e325c;
  transition: color 0.3s, background-color 0.3s;
}
.works-detail__meta-item dd a:hover {
  opacity: 0.8;
}
.works-detail__meta-item .works-detail__keywords {
  display: block;
  line-height: 1.6;
  color: #2e3135;
}

.article-guide {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.article-guide .previous a,
.article-guide .next a {
  display: inline-block;
  padding: 10px 25px;
  background-image: linear-gradient(60deg, #5e7d82, #0e325c);
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.article-guide .previous a:hover,
.article-guide .next a:hover {
  opacity: 0.8;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5em;
}
.entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content .alignleft {
  float: left;
  margin-right: 1.5em;
}
.entry-content .alignright {
  float: right;
  margin-left: 1.5em;
}

.title-section .title-section__title--single {
  font-size: 4rem;
  line-height: 1.4;
}

.article-detail__main-image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.article-detail__meta {
  position: sticky;
  top: 160px;
}
@media (max-width: 768px) {
  .article-detail__meta {
    position: static;
    width: 100%;
    margin-top: 60px;
  }
}

.article-detail__meta-box {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
}

.article-detail__meta-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.article-detail__meta-list {
  margin: 0;
  padding: 0;
}

.article-detail__meta-item {
  font-size: 1.5rem;
}
.article-detail__meta-item:not(:last-child) {
  margin-bottom: 20px;
}
.article-detail__meta-item dt {
  font-weight: 700;
  color: #757575;
  margin-bottom: 5px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.article-detail__meta-item dd {
  margin: 0;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.article-detail__meta-item dd a {
  display: inline-block;
  text-decoration: none;
  background-color: rgba(94, 125, 130, 0.1);
  padding: 3px 0.8em;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #0e325c;
  transition: color 0.3s, background-color 0.3s;
}
.article-detail__meta-item dd a:hover {
  opacity: 0.8;
}

.article-detail__keywords {
  display: block;
  line-height: 1.6;
  color: #2e3135;
}

.article-detail__toc {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.article-detail__toc-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #757575;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.article-detail__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-detail__toc-list .toc-item a {
  display: block;
  padding: 6px 0;
  font-size: 1.4rem;
  color: #2e3135;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: color 0.3s;
}
.article-detail__toc-list .toc-item a:hover {
  color: #0e325c;
}
.article-detail__toc-list .toc-item--h3 a {
  padding-left: 15px;
}
.article-detail__toc-list .toc-item:last-child a {
  border-bottom: none;
}

.article-detail__main-image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.article-detail__meta {
  position: sticky;
  top: 160px;
}
@media (max-width: 768px) {
  .article-detail__meta {
    position: static;
    width: 100%;
    margin-top: 60px;
  }
}

.article-detail__meta-box {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
}

.article-detail__meta-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.article-detail__meta-list {
  margin: 0;
  padding: 0;
}

.article-detail__meta-item {
  font-size: 1.5rem;
}
.article-detail__meta-item:not(:last-child) {
  margin-bottom: 20px;
}
.article-detail__meta-item dt {
  font-weight: 700;
  color: #757575;
  margin-bottom: 5px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.article-detail__meta-item dd {
  margin: 0;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.article-detail__meta-item dd a {
  display: inline-block;
  text-decoration: none;
  background-color: rgba(94, 125, 130, 0.1);
  padding: 3px 0.8em;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #0e325c;
  transition: color 0.3s, background-color 0.3s;
}
.article-detail__meta-item dd a:hover {
  opacity: 0.8;
}

.article-detail__keywords {
  display: block;
  line-height: 1.6;
  color: #2e3135;
}

.error-page .error-page__title {
  display: block;
  text-align: center;
  margin: 50px auto 0;
}

.error-page__content {
  display: block;
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.error-page__content .error-page__status {
  font-size: 5rem;
  color: #2e3135;
  padding: 100px 0px;
}
.error-page__content .error-page__message {
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding-bottom: 100px;
}/*# sourceMappingURL=style.css.map */