@charset "UTF-8";
/* =========================================================
  COLUMN 追加分
========================================================= */

.article-column {
  position: relative;
}

.article-column::before {
  content: "";
  width: 100%;
  height: 530px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #F7EBE1;
}

.article-column.-single > .columninner {
  background-color: #fff;
}

.article-column.-single > .columninner .columnhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.article-column.-single > .columninner .columnhead .titlearea {
  font-size: 2.4rem;
  margin-top: 10px;
}

.article-column.-single > .columninner .columnhead .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-column.-single > .columninner .columnhead .detail .cate {
  width: 85px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  background-color: #32A2B3;
}

.article-column.-single > .columninner .columnhead .detail .date {
  font-size: 1.2rem;
  color: #4E4E4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.article-column .columninner .columnlist {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
  gap: 45px 5.555%;
}

.article-column .columninner .column-card {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.article-column .columninner .nav-pagenation {
  padding-bottom: 50px !important;
}


/* =========================================================
  COLUMN CARD
========================================================= */

.column-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.column-card .imgarea img {
  width: 100%;
  max-height: 240px;
  height: 100%;
  aspect-ratio: 4/3;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-card .infoarea {
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  row-gap: 20px;
  padding-bottom: 20px;
  height: 130px;
}

.column-card .infoarea .titlearea {
  padding: 0 20px;
  font-size: 1.6rem;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.column-card .infoarea .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column-card .infoarea .detail .list {
  width: 85px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  background-color: #32A2B3;
}

.column-card .infoarea .detail .date {
  font-size: 1.2rem;
  color: #4E4E4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-left: 5px;
  min-height: 30px;
}


/* =========================================================
  COLUMN NAV
========================================================= */

.column-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column-nav.-archive .cat-item-all a {
  color: #32A2B3;
}

.column-nav.-archive .cat-item-all a::before {
  background-color: #32A2B3;
  width: 100%;
}

.column-nav li {
  text-decoration: none;
  font-size: 1.8rem;
}

.column-nav li:nth-of-type(1) {
  padding-right: 32px;
}

.column-nav li:nth-of-type(2) a {
  padding: 0 32px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.column-nav li:nth-of-type(3) a {
  padding: 0 32px;
  border-right: 1px solid #000000;
}

.column-nav li:nth-of-type(4) {
  padding-left: 32px;
}

.column-nav li.current-cat a {
  color: #32A2B3;
}

.column-nav li.current-cat a::before {
  background-color: #32A2B3;
}

.column-nav li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16px;
  margin: auto;
}

.column-nav li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  width: 75px;
  height: 1.5px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.column-nav li a:hover {
  color: #32A2B3;
}

.column-nav li a:hover::before {
  background-color: #32A2B3;
}

@media (max-width: 768px) {
  .column-nav li a {
    font-size: 1.4rem;
  }

  .column-nav li:nth-of-type(1) {
    padding-right: 15px;
  }

  .column-nav li:nth-of-type(2) a {
    padding: 0 15px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
  }

  .column-nav li:nth-of-type(3) a {
    padding: 0 15px;
    border-right: 1px solid #000000;
  }

  .column-nav li:nth-of-type(4) {
    padding-left: 15px;
  }

  .column-nav li.current-cat a {
    color: #32A2B3;
  }

  .column-nav li.current-cat a::before {
    background-color: #32A2B3;
  }
}


/* =========================================================
  COLUMN FREE LAYOUT
========================================================= */

.column-freelayout .flttl {
  font-size: 2.2rem;
  padding-left: 25px;
  margin-top: 50px;
  position: relative;
}

.column-freelayout .flttl::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #32A2B3;
}

.column-freelayout .flttl02 {
  font-size: 2.2rem;
  margin-top: 50px;
  position: relative;
}

.column-freelayout .fltxt-area {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
}

.column-freelayout .fltxt-area p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, clean, sans-serif;
  line-height: 1.6;
  margin-bottom: 30px;
}

.column-freelayout .fltxt-area a {
  text-decoration: underline;
}

.column-freelayout .fltxt-area a:hover {
  text-decoration: none;
}

.column-freelayout .flttlm {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
}

.column-freelayout .flquotetitle {
  font-size: 2rem;
  padding-left: 25px;
  margin-bottom: 20px;
  margin-top: 50px;
  position: relative;
}

.column-freelayout .flquotetitle::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 25px;
  background-color: #E75C00;
}

.column-freelayout .flquote {
  background-color: #E8E5DF;
  padding: 30px 20px;
}

.column-freelayout .flquote p {
  max-width: 620px;
  margin: auto;
  line-height: 2;
  font-size: 1.5rem;
}

.column-freelayout .flimgarea {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-freelayout .fltxt {
  font-size: 1.6rem;
}

.column-freelayout .flimg,
.column-freelayout .fltxt {
  width: 100%;
  margin-top: 10px;
  line-height: 32px;
}

.column-freelayout .flimg:first-child,
.column-freelayout .fltxt:first-child {
  margin-top: 0;
}

.column-freelayout .flimg p,
.column-freelayout .fltxt p {
  margin-bottom: 20px;
}

.column-freelayout .flimg p:last-of-type,
.column-freelayout .fltxt p:last-of-type {
  margin-bottom: 0;
}

.column-freelayout .flimg {
  display: block;
}

.column-freelayout .flcap {
  font-size: 1.4rem;
}

.column-freelayout .fl2clm {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}

.column-freelayout .fl2clm.-rev .imgarea {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}

.column-freelayout .fl2clm.-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-freelayout .fl2clm.-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-freelayout .fl2clm.-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-freelayout .fl2clm .flimg:nth-of-type(2),
.column-freelayout .fl2clm .flimg:nth-of-type(3) {
  margin-top: 35px;
}

.column-freelayout .fl2clm .flimg:nth-of-type(2) .img,
.column-freelayout .fl2clm .flimg:nth-of-type(3) .img {
  width: 100%;
}

.column-freelayout .big-list {
  width: 100%;
  margin-top: 50px;
}

.column-freelayout .imgarea {
  width: 100%;
}

.column-freelayout .imgarea img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

@media (max-width: 768px) {
  .column-freelayout.-clm2 {
    padding: 0;
  }

  .column-freelayout .fl2clm,
  .column-freelayout .fl3clm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .column-freelayout .fl4clm {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }

  .column-freelayout .imggallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .column-freelayout .flquestion {
    padding-left: 60px;
  }

  .column-freelayout .flmap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .column-freelayout .flmap .txtarea {
    gap: 20px;
  }

  .column-freelayout .swipercover {
    max-width: unset;
    margin: auto;
    padding: 0 0 40px;
  }

  .column-freelayout .flquestion {
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .column-freelayout .fldl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column-freelayout .fldl > .dt {
    font-weight: bold;
    padding: 15px 0 0;
    border-bottom: none;
  }

  .column-freelayout .fldl > .dd {
    padding: 10px 0 15px;
    border-bottom: 1px solid #ccc;
  }
}

/* =========================================================
  COLUMN VIDEO
========================================================= */

.column-freelayout .flvideo {
  width: 100%;
  margin-top: 50px;
}

.column-freelayout .flvideo-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  overflow: hidden;
}

.column-freelayout .flvideo-inner iframe,
.column-freelayout .flvideo-inner video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.column-freelayout .flvideo-inner video {
  object-fit: cover;
}

.column-freelayout .flvideo .flcap {
  font-size: 1.4rem;
  line-height: 1.6;
}