html, body {
  scroll-behavior: smooth;
}

@media screen and (min-width: 769px) {
  .mv-h1-text-img {
    width: auto;
  }
}
.kv {
  background: linear-gradient(to top, #f3f4f6 0%, #e3e6ec 40%, #ffffff 40%, #ffffff 100%);
}

.main-inner {
  position: relative;
}
.main-inner .article-box {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .main-inner .article-box {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .main-inner .article-box .article {
    flex-basis: 100%;
  }
}
.main-inner .article-box .article .article-wrap {
  width: 55%;
  margin: 0 auto;
  padding: 0;
  transform: translate(-16%, 0);
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  .main-inner .article-box .article .article-wrap {
    width: 100%;
    padding: 0;
    padding-top: 50px;
    transform: translate(0, 0);
  }
}
.main-inner .sidebar {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20%;
  max-width: 250px;
  padding: 0 5rem 0 0rem;
  right: 50%;
  transform: translate(200%, 0);
}
.main-inner .sidebar > *:first-child {
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  .main-inner .sidebar {
    display: none;
    position: relative;
    padding: 0;
    background-color: #f2f2f2;
    width: auto;
    padding: 3rem 1rem;
  }
}
.main-inner .sidebar .side-title {
  color: #ec3423;
  font-size: 1.2rem;
  padding: 1rem 0;
  font-weight: bold;
}
.main-inner .sidebar .search-keyword {
  background-color: #fff;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  justify-content: space-between;
  transition: 0.2s;
  margin-bottom: 30px;
}
.main-inner .sidebar .search-keyword:hover {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}
.main-inner .sidebar .search-keyword input {
  transition: 0.2s;
  border: 0;
  background-color: #fff;
  padding: 0.3rem 1rem;
}
.main-inner .sidebar .search-keyword input::-moz-placeholder {
  font-size: 0.7rem;
  color: #ccc;
}
.main-inner .sidebar .search-keyword input::placeholder {
  font-size: 0.7rem;
  color: #ccc;
}
.main-inner .sidebar .search-keyword input:focus {
  border: 0;
  outline: 0;
}
.main-inner .sidebar .search-keyword button {
  background-color: #ec3423;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: none;
}
.main-inner .sidebar .search-keyword button:hover {
  cursor: pointer;
}
.main-inner .sidebar .search-keyword button img {
  filter: invert(1);
  width: 24px;
  height: 24px;
}
.main-inner .sidebar .search-category {
  margin-bottom: 30px;
}
.main-inner .sidebar .search-category .cat-list {
  border-top: 2px solid #ec3423;
  background-color: #fff;
  border-bottom: 2px solid #ec3423;
}
.main-inner .sidebar .search-category .cat-list a {
  color: black;
  padding: 0.6rem 1rem;
  border-bottom: 1px dotted #ccc;
  margin: 8px;
  font-size: 1rem;
  display: block;
}
.main-inner .sidebar .search-category .cat-list a:last-child {
  border-bottom: none;
}
.main-inner .sidebar .search-tag {
  margin-bottom: 1.5rem;
}
.main-inner .sidebar .search-tag .tag-list {
  border-top: 2px solid #ec3423;
  background-color: #fff;
  border-bottom: 2px solid #ec3423;
  display: flex;
  flex-wrap: wrap;
}
.main-inner .sidebar .search-tag .tag-list a {
  flex-basis: 42%;
  color: black;
  padding: 0.6rem 0;
  border-bottom: 1px dotted #ccc;
  margin: 8px;
  font-size: 0.8rem;
  display: block;
}
.main-inner .sidebar .cta a {
  display: block;
}
.main-inner .sidebar .cta a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .main-inner .sidebar .cta {
    display: none;
  }
}
.main-inner .sidebar .side-sticky {
  position: sticky;
  top: 20px;
}
@media screen and (max-width: 1200px) {
  .main-inner .sidebar .side-sticky {
    position: relative;
  }
}
.main-inner .sidebar .post-list {
  border-top: 2px solid #ec3423;
  border-bottom: 2px solid #ec3423;
  margin-bottom: 60px;
}
.main-inner .sidebar .post-list .card {
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
}
.main-inner .sidebar .post-list .card .content {
  display: flex;
  flex-wrap: wrap;
}
.main-inner .sidebar .post-list .card .content .img-wrap {
  flex-basis: 40%;
  padding: 0.2rem;
}
.main-inner .sidebar .post-list .card .content .img-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: center;
     object-fit: center;
  -o-object-position: center;
     object-position: center;
}
.main-inner .sidebar .post-list .card .content .content-inner {
  flex-basis: 55%;
}
.main-inner .sidebar .post-list .card .content .content-inner .date {
  font-size: 0.8rem;
  margin: 0.1rem 0;
  color: black;
}
.main-inner .sidebar .post-list .card .content .content-inner .title {
  font-size: 0.8rem;
  font-weight: bold;
  color: black;
}
.main-inner .sidebar .post-list .card .category {
  margin-top: 0.5rem;
}
.main-inner .sidebar .post-list .card .category a {
  padding: 0.2rem 0.4rem;
}
.main-inner .sidebar .post-list .card:last-child {
  border-bottom: 0;
}
.main-inner .sidebar .title-news {
  margin-top: 15rem;
  color: #ec3423;
  font-size: 1.2rem;
  padding: 1rem 0;
  font-weight: bold;
}
.main-inner .sidebar .title-pop {
  color: #ec3423;
  font-size: 1.2rem;
  padding: 1rem 0;
  font-weight: bold;
}

.category {
  padding-left: 0rem;
  padding-right: 0rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .category {
    width: 100%;
  }
}
.category a {
  color: #ec3423;
  font-size: 0.7rem;
  padding: 0.3rem 1rem;
  border: 1px solid #ec3423;
  border-radius: 3rem;
  margin-right: 4px;
}
@media screen and (max-width: 1200px) {
  .category a {
    font-size: 0.7rem;
    padding: 0.1rem 0.4rem;
  }
}

.tag {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .tag {
    width: 100%;
  }
}
.tag a {
  color: black;
  margin-right: 4px;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .tag a {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 1200px) {
  .article-wrap {
    margin-top: 0;
  }
}

.article {
  padding: 3rem 0;
}
.article.popular {
  background-color: #fff;
}
.article.popular .pop-article-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .article.popular .pop-article-content {
    justify-content: center;
    margin-top: 30px;
  }
}
.article.popular .pop-article-content .article-content-wrap {
  background-color: #f2f2f2;
}
.article.popular .pop-article-content .article-content-wrap .article-content-img-wrap {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.article.recommend {
  background-color: #f2f2f2;
}
.article.recommend .article-title-border-left {
  right: 270px;
  width: 70%;
}
@media (max-width: 768px) {
  .article.recommend .article-title-border-left {
    right: 145px;
    width: 60%;
  }
}
.article.recommend .article-title-border-right {
  left: 270px;
  width: 70%;
}
@media (max-width: 768px) {
  .article.recommend .article-title-border-right {
    left: 145px;
    width: 60%;
  }
}
.article.recommend .recommend-article-conetent {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .article.recommend .recommend-article-conetent {
    justify-content: center;
    margin-top: 30px;
  }
}
.article.recommend .recommend-article-conetent .article-content-wrap {
  background-color: #fff;
}
.article.recommend .recommend-article-conetent .article-content-wrap .article-content-img-wrap {
  background-color: #fff;
  border: 1px solid #fff;
}
.article.search {
  background: linear-gradient(to top, #f3f4f6 0%, #e3e6ec 40%, #ffffff 80%, #ffffff 100%);
}
.article.search .article-content {
  min-height: 500px;
}
.article.search .article-content .no-result {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-content-img-wrap {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .article-content-img-wrap {
    padding: 0.3rem;
  }
}
.article-content-img-wrap .article-content-img {
  width: 100%;
  min-height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1200px) {
  .article-content-img-wrap .article-content-img {
    aspect-ratio: 1/1;
  }
}

.article-content-wrap {
  min-height: 450px;
}
.article-content-wrap.is-hidden {
  min-height: 0;
}
@media screen and (max-width: 1200px) {
  .article-content-wrap {
    display: flex;
    min-height: 150px;
  }
  .article-content-wrap > a:first-child {
    flex-basis: 90%;
    max-width: 112px;
    min-width: 112px;
  }
}
.article-content-wrap .content-detail {
  border-top: 3px solid #ec3423;
  margin: 0 1rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .article-content-wrap .content-detail {
    border-top: none;
    border-left: 3px solid #ec3423;
    margin: 0;
    padding: 0 1rem;
    margin: 0.3rem 0;
    max-height: 110px;
  }
}
.article-content-wrap .content-detail::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ec3423;
}
@media screen and (max-width: 1200px) {
  .article-content-wrap .content-detail::before {
    top: 0;
    left: 4px;
    width: 1px;
    height: 100%;
  }
}
.article-content-wrap .content-detail .article-content-txt {
  padding: 1rem 0 0;
  line-height: 2rem;
}
@media screen and (max-width: 1200px) {
  .article-content-wrap .content-detail .article-content-txt {
    line-height: 1.2rem;
    padding: 0rem 0 0;
  }
}
.article-content-wrap .content-detail .article-content-day {
  padding: 10px 0px 5px;
  color: black;
}

.contact-cta {
  display: flex;
  width: 1120px;
  padding: 60px auto;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .contact-cta {
    width: 100%;
  }
}
.contact-cta a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  justify-content: center;
  color: #fff;
  position: relative;
  font-size: 1.5rem;
  padding: 1rem 3rem;
  background-color: #ec3423;
  border-radius: 3rem;
}
@media screen and (max-width: 1200px) {
  .contact-cta a {
    font-size: 18px;
  }
}
.contact-cta a img {
  width: 26px;
  height: 26px;
  filter: invert(1);
}
.contact-cta a .contact-icon-next {
  position: relative;
  right: 1%;
  top: 10%;
  transform: translate(0, 1%) scale(1.5);
}

@media screen and (max-width: 1200px) {
  .kv .slick-slide {
    height: 450px;
  }
}

.kv-item-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 55%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .kv-item-content {
    top: 25%;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 10%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 0%, 100% 10%, 100% 100%);
    font-size: 0.8rem;
  }
}
.kv-item-content::after {
  content: "";
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0;
  background-color: #ec3423;
  position: absolute;
  -webkit-clip-path: polygon(98% 0, 100% 0, 80% 100%, 78% 100%);
          clip-path: polygon(98% 0, 100% 0, 80% 100%, 78% 100%);
}
@media screen and (max-width: 1200px) {
  .kv-item-content::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 11%, 0 1%);
            clip-path: polygon(0 0, 100% 0%, 100% 11%, 0 1%);
  }
}
.kv-item-content .content-line {
  width: 100%;
  height: 100%;
  right: 3%;
  top: 0;
  background-color: #ec3423;
  position: absolute;
  -webkit-clip-path: polygon(99.5% 0, 100% 0, 80% 100%, 79.5% 100%);
          clip-path: polygon(99.5% 0, 100% 0, 80% 100%, 79.5% 100%);
}
@media screen and (max-width: 1200px) {
  .kv-item-content .content-line {
    -webkit-clip-path: polygon(0% 2%, 100% 11.5%, 100% 12%, 0 2.5%);
            clip-path: polygon(0% 2%, 100% 11.5%, 100% 12%, 0 2.5%);
    right: 0;
  }
}
.kv-item-content .title-wrap {
  padding: 7rem 3rem 3rem;
  display: flex;
  position: relative;
  gap: 1rem;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .kv-item-content .title-wrap {
    padding: 2rem 1rem 0.3rem;
  }
}
.kv-item-content .title-wrap .title {
  width: 80%;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: black;
  position: relative;
  padding-bottom: 1rem;
  font-weight: bold;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .kv-item-content .title-wrap .title {
    width: 100%;
    min-height: 70px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.kv-item-content .title-wrap .title:hover {
  color: #ec3423;
}
.kv-item-content .title-wrap .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ec3423;
}
.kv-item-content .title-wrap .title-arrow {
  bottom: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #ec3423;
  position: relative;
}
.kv-item-content .title-wrap .title-arrow::after {
  position: absolute;
  content: "";
  bottom: 4px;
  right: 0;
  width: 10px;
  height: 2px;
  background-color: #ec3423;
  rotate: 45deg;
}
.kv-item-content .short-intro {
  display: block;
  padding: 0rem 3rem 3rem;
  width: 80%;
  color: black;
  line-height: 1.5rem;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .kv-item-content .short-intro {
    width: 100%;
    padding: 0rem 1rem 1rem;
  }
}
.kv-item-content .short-intro:hover {
  color: #ec3423;
}
.kv-item-content .short-intro .short-intro-inner {
  width: 80%;
}
.kv-item-content .category {
  padding-left: 3rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  width: 73%;
}
@media screen and (max-width: 1200px) {
  .kv-item-content .category {
    width: 100%;
    padding-left: 1rem;
  }
}
.kv-item-content .category a {
  color: #ec3423;
  font-size: 0.7rem;
  padding: 0.6rem 1rem;
  border: 1px solid #ec3423;
  border-radius: 3rem;
  margin-right: 4px;
}
.kv-item-content .tag {
  padding-left: 3rem;
  display: flex;
  flex-wrap: wrap;
  width: 72%;
}
@media screen and (max-width: 1200px) {
  .kv-item-content .tag {
    width: 100%;
    padding-left: 1rem;
  }
}
.kv-item-content .tag a {
  color: black;
  margin-right: 4px;
  font-size: 1rem;
}

.footer-item {
  justify-content: space-around;
}
.footer-item .footer-title {
  width: -moz-fit-content;
  width: fit-content;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  .footer-links {
    gap: 1rem;
  }
}
.footer-links a {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
  letter-spacing: 1.21px;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(20, 48, 101, 0.6);
  font-family: "NotoSansCJKjp", sans-serif;
}
@media screen and (max-width: 1200px) {
  .footer-links a {
    font-size: 1rem;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .footer-logo-img {
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .footer-title {
    text-align: center;
    margin: 0.3rem auto;
  }
}/*# sourceMappingURL=index-fix.css.map */