@charset "UTF-8";
.fv {
  background: linear-gradient(-45deg, white, #feffae);
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height: 480px;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .fv {
    flex-direction: column;
    height: 100vh;
    flex-wrap: nowrap;
  }
}
.fv .fv-content {
  flex-basis: 40%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv .fv-content {
    flex-basis: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.fv .fv-content h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #006eb9;
  text-decoration: underline;
}
.fv .fv-content .b {
  text-align: left;
  display: block;
  font-weight: bold;
  width: 87%;
  font-size: 1.3rem;
  margin: 0 auto;
}
.fv .swiper {
  flex-basis: 60%;
}
@media screen and (max-width: 767px) {
  .fv .swiper {
    overflow: visible;
    flex-basis: 100%;
    width: 100%;
    max-width: 480px;
  }
}
.fv .swiper .swiper-wrapper {
  overflow: visible;
}
.fv .swiper .swiper-wrapper .swiper-slide {
  color: black;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .fv .swiper .swiper-wrapper .swiper-slide {
    position: revert;
  }
}
.fv .swiper .swiper-wrapper .swiper-slide > img {
  width: 85%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fv .swiper .swiper-wrapper .swiper-slide .pickup {
  width: 80%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border: 4px solid #006eb9;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .fv .swiper .swiper-wrapper .swiper-slide .pickup {
    height: -moz-fit-content;
    height: fit-content;
    bottom: -5%;
  }
}
.fv .swiper .swiper-wrapper .swiper-slide .pickup .pickup-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  transform: translate(-26%, -63%);
}
@media screen and (max-width: 767px) {
  .fv .swiper .swiper-wrapper .swiper-slide .pickup .pickup-logo {
    width: 60%;
    height: 60%;
  }
}
.fv .swiper .swiper-wrapper .swiper-slide .pickup .house {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  transform: translate(140%, -86%);
}
@media screen and (max-width: 767px) {
  .fv .swiper .swiper-wrapper .swiper-slide .pickup .house {
    width: 60px;
    transform: translate(107%, -86%);
  }
}
.fv .swiper .swiper-wrapper .swiper-slide .pickup .date {
  font-size: 1.3rem;
  color: #000;
}
.fv .swiper .swiper-wrapper .swiper-slide .pickup .date:hover {
  text-decoration: none;
}
.fv .swiper .swiper-wrapper .swiper-slide .pickup .title {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv .swiper .swiper-wrapper .swiper-slide .pickup .title {
    font-size: 1.3rem;
    line-height: 120%;
  }
}
.fv .swiper .swiper-wrapper .swiper-slide .pickup .summary {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .fv .swiper .swiper-wrapper .swiper-slide .pickup .summary {
    font-size: 1rem;
    line-height: 120%;
  }
}
.fv .swiper .swiper-wrapper .swiper-slide .pickup .category {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.fv .swiper .swiper-wrapper .swiper-slide .pickup .category p {
  color: white;
  background-color: #006eb9;
  font-weight: bold;
  border-radius: 8px;
  font-size: 1rem;
  padding: 0.3rem 0.6rem;
}
.fv .swiper .swiper-wrapper .swiper-slide .pickup .category p:hover {
  text-decoration: none;
}
.fv .swiper .swiper-pagination {
  transform: translate(0, 25%);
}
@media screen and (max-width: 767px) {
  .fv .swiper .swiper-pagination {
    transform: translate(0, 95%);
  }
}
.fv .swiper .swiper-scrollbar {
  display: none;
}
.fv .swiper .swiper-button-prev::after,
.fv .swiper .swiper-button-next::after {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 5rem;
  transform: translate(0, -3.5rem);
}
@media screen and (max-width: 767px) {
  .fv .swiper .swiper-button-prev::after,
  .fv .swiper .swiper-button-next::after {
    transform: translate(0rem, 0rem);
    scale: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .fv .swiper .swiper-button-prev,
  .fv .swiper .swiper-button-next {
    transform: translate(0rem, 7rem);
  }
}

#main div.swiper-button-prev:after {
  content: "prev";
}

#main div.swiper-button-next:after {
  content: "next";
}

.column-wrap {
  display: flex;
  background-color: #fff;
  background-image: radial-gradient(#a1daff 3%, transparent 3%), radial-gradient(#a1daff 3%, transparent 3%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
@media screen and (max-width: 767px) {
  .column-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.column-wrap .column-inner {
  flex-basis: 70%;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .column-wrap .column-inner {
    flex-basis: 100%;
    padding: 0 3rem;
  }
}
.column-wrap .sidebar {
  flex-basis: 30%;
}
@media screen and (max-width: 767px) {
  .column-wrap .sidebar {
    flex-basis: 100%;
  }
}

.title-eng {
  padding-top: 3rem;
  font-size: 1.3rem;
  font-weight: bold;
}

.title {
  font-size: 3rem;
  font-weight: bold;
  color: #006eb9;
}

.column-post {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .column-post {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.column-post .p-card {
  flex-basis: 30%;
  gap: 1rem;
  border: 3px dashed #ddd;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .column-post .p-card {
    flex-basis: 100%;
  }
}
.column-post .p-card:hover {
  text-decoration: none;
}
.column-post .p-card .img-wrap img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column-post .p-card .content .date {
  font-size: 1rem;
  color: #000;
}
.column-post .p-card .content .date:hover {
  text-decoration: none;
}
.column-post .p-card .content .title {
  font-weight: bold;
  font-size: 1.3rem;
  color: #000;
}
.column-post .p-card .content .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0.3rem 0;
}
.column-post .p-card .content .category p {
  font-size: 1rem;
  padding: 0.3rem 0.6rem;
  color: #fff;
  background-color: #006eb9;
  border-radius: 8px;
}

.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}
.more-btn .btn {
  width: 60%;
  padding: 1.5rem;
  background-color: #006eb9;
  color: #fff;
  font-weight: bold;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  min-width: 300px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.more-btn .btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 3%;
  font-size: 2rem;
  font-weight: bold;
  transform: translate(0, -50%);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.pagination ul li:first-child a {
  background-color: #006eb9;
  color: #fff;
  font-weight: bold;
}
.pagination ul li:last-child a {
  background-color: #006eb9;
  color: #fff;
  font-weight: bold;
}
.pagination ul li a {
  color: #000;
  border-radius: 3rem;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li a.go-fast {
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination ul li u a {
  width: 30px;
  height: 30px;
  border-radius: 3rem;
  background-color: #feffae;
  color: #000;
}

.category-search {
  margin: 3rem 0;
}
.category-search .dashed-box {
  border: 3px dashed #ddd;
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5rem;
}
.category-search .dashed-box p, .category-search .dashed-box a {
  background-color: #006eb9;
  color: #fff;
  border-radius: 8px;
  padding: 0.6rem 1.2rem;
}

.sidebar .s-title-eng {
  font-weight: bold;
  font-size: 1.3rem;
}
.sidebar .s-title {
  color: #006eb9;
  font-size: 2.5rem;
  font-weight: bold;
}
.sidebar .category {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .sidebar .category {
    padding: 0 3rem;
  }
}
.sidebar .category .s-category {
  border: 3px dashed #ddd;
  padding: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.sidebar .category .s-category > p, .sidebar .category .s-category > a {
  color: #fff;
  background-color: #006eb9;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.3rem 0.6rem;
  border-radius: 8px;
}
.sidebar .s-post {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .sidebar .s-post {
    padding: 3rem;
  }
}
.sidebar .s-post .s-card {
  display: flex;
  border: 3px dashed #ddd;
  padding: 1rem;
  margin-bottom: 1rem;
}
.sidebar .s-post .s-card:hover {
  text-decoration: none;
}
.sidebar .s-post .s-card .img-wrap {
  flex-basis: 40%;
}
.sidebar .s-post .s-card .img-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sidebar .s-post .s-card .content {
  flex-basis: 60%;
  padding-left: 1rem;
  position: relative;
}
.sidebar .s-post .s-card .content > .ranking {
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 40px;
}
.sidebar .s-post .s-card .content .date {
  font-size: 1.3rem;
  text-align: center;
  color: #000;
}
.sidebar .s-post .s-card .content .date:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sidebar .s-post .s-card .content .date {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.sidebar .s-post .s-card .content .title {
  font-weight: bold;
  font-size: 1.3rem;
  color: black;
}
@media screen and (max-width: 767px) {
  .sidebar .s-post .s-card .content .title {
    font-size: 1.2rem;
  }
}

.post-info {
  display: flex;
  gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
}
.post-info .date {
  font-size: 1.5rem;
}
.post-info .category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.post-info .category a, .post-info .category p {
  background-color: #006eb9;
  color: #fff;
  font-size: 1rem;
  padding: 0.3rem 0.6rem;
  border-radius: 8px;
}

h1:not(.logo) {
  font-size: 2.5rem;
  margin: 1.5rem 0;
}

h1:not(.logo) + img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lead {
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 5rem 0;
  }
}

.content-list {
  margin: 5rem 0;
  overflow: hidden;
  border-radius: 8px;
  font-weight: bold;
}
.content-list .list-box {
  display: block;
  border: 1px dashed #000;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.content-list .list-box ul {
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
.content-list .list-box ul li a {
  font-size: 1.3rem;
  padding: 0.1rem;
  color: black;
}
.content-list .list-box ul li a.sub {
  padding-left: 1rem;
}
.content-list .list-box ul li a.sub::before {
  content: "↳";
}
.content-list .content-title {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background-color: #006eb9;
}

.post-content > h2 {
  margin-top: 5rem;
  padding: 0.6rem;
  font-size: 2.5rem;
  border-bottom: 3px solid #006eb9;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .post-content > h2 {
    font-size: 2rem;
  }
}
.post-content > h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
.post-content > h3::before {
  content: "・";
  margin-right: 0.6rem;
  color: #006eb9;
}
.post-content > table {
  margin: 3rem 0;
  gap: 0.3rem;
}
.post-content > table thead tr {
  background-color: #006eb9;
  color: #fff;
  font-weight: bold;
  border-bottom: 4px solid #fff;
}
.post-content > table thead tr td {
  border-right: 3px solid #fff;
  padding: 1rem;
}
.post-content > table thead tr td:last-child {
  border-right: none;
}
.post-content > table tbody tr {
  background-color: #c8e7fc;
  border-bottom: 3px solid #fff;
}
.post-content > table tbody tr:nth-of-type(even) {
  background-color: #e3f4ff;
}
.post-content > table tbody tr td {
  border-right: 3px solid #fff;
  padding: 1rem;
  line-height: 120%;
}
.post-content > table tbody tr td:last-child {
  border-right: none;
}

.cta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 3rem 0;
}
.cta > a {
  background-color: rgb(129, 197, 102);
  color: #fff;
  font-weight: bold;
  padding: 1rem 3rem;
  width: 60%;
  min-width: 300px;
  border-radius: 10px;
  text-align: center;
}

.author {
  margin: 5rem 0;
  overflow: hidden;
  border-radius: 8px;
}
.author .author-title {
  display: block;
  background-color: #006eb9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}
.author .author-content {
  border: 1px dashed #000;
  border-top: none;
  border-radius: 0 0 8px 8px;
  display: flex;
  padding: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .author .author-content {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.author .author-content .img-wrap {
  flex-basis: 14%;
  border-radius: 10rem;
  overflow: hidden;
  margin-right: 3rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .author .author-content .img-wrap {
    flex-basis: 100%;
    border-radius: 12rem;
    max-width: 30%;
    margin: 0 auto;
  }
}
.author .author-content .img-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.author .author-content .content-right {
  flex-basis: 80%;
}
@media screen and (max-width: 767px) {
  .author .author-content .content-right {
    flex-basis: 100%;
  }
}
.author .author-content .content-right .company {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
.author .author-content .content-right .name {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
.author .author-content .content-right .introduce {
  font-size: 1.3rem;
  line-height: 120%;
}

.relative-title {
  background-color: #006eb9;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 5rem;
  margin-bottom: 3rem;
  border-radius: 8px;
  text-align: center;
}

.search-title {
  color: black;
  padding: 1rem;
  font-size: 3rem;
  text-align: center;
  border-bottom: 4px solid #006eb9;
  margin-bottom: 5rem;
}

.breadcrumb .b-item a {
  white-space: nowrap;
}/*# sourceMappingURL=column.css.map */