﻿body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
dt,
dd,
form,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table,
td,
th,
tr,
thead,
tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
}

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

a img {
  border: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

select::-ms-expand {
  display: none;
}

header,
footer,
section,
nav,
main,
figure,
figcaption,
time,
small {
  display: block;
}

input[type="submit"],
input[type="image"] {
  border: none;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type="submit"],
input[type="image"],
input[type="reset"] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input:not([type="checkbox"]):not([type="radio"]),
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

i {
  font-style: normal;
}

:root {
  --black: #333;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック",
    sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  color: var(--black);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body.is-act {
  overflow: hidden;
}

.main {
  /* background: #f4f4f4; */
  background: #f1fbff;
}

.main--top {
  /* background: #fff; */
  background: #f1fbff;
}

.main__inner {
  max-width: 800px;
  padding: 0 16px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main__inner {
    max-width: 100%;
  }
}

.jsTabBox {
  display: none;
}

.jsTabBox.is-act {
  display: block;
}

.is-top .header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;

  /* box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2); */
  border-bottom: none;
}

.page-post .header {
  /* box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2); */
  border-bottom: none;
  position: relative;
  z-index: 100;
}

.page-list .header {
  box-shadow: none;
}

.header {
  /* border-bottom: 1px solid #e7e7e9; */
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #e7e7e9;
}

.header__inner {
  max-width: 1056px;
  padding: 14px 16px;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .header__inner {
    max-width: 100%;
    padding: 16px;
  }
}

.header__logo a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  font-style: italic;
}

.header__logo-small {
  font-size: 16px;
}

.header_logo_pic {
  background: url("../img/common/icon_logo.png");
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.topContent__head {
  align-items: center;
  gap: 7px;
  margin-right: 28px;
}

.header_logo_pic_big {
  background: url("../img/common/icon_logo.png");
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  flex: none;
  order: 0;
  flex-grow: 0;
  /* margin-top: 15px; */
}

@media screen and (max-width: 768px) {
  .header__logo a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .header__logo-small {
    font-size: 12px;
  }

  .topContent__head {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .header__btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header__btn {
    position: relative;
    z-index: 100;
    cursor: pointer;
    width: 18px;
    height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .header__btn span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header__btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0px;
    height: 2px;
    border-radius: 2px;
    background: #0d0c22;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header__btn span:nth-of-type(1) {
    top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .header__btn span:nth-of-type(2) {
    top: 11px;
  }
}

@media screen and (max-width: 768px) {
  .header__btn span:nth-of-type(3) {
    top: 17px;
  }
}

.header__btn.is-act span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
  width: 90%;
}

.header__btn.is-act span:nth-of-type(2) {
  opacity: 0;
}

.header__btn.is-act span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  width: 90%;
}

@media screen and (max-width: 768px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    z-index: 50;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .header__nav.is-act {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
  }
}

.header__nav__inner {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .header__nav__inner {
    gap: 20px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 300px;
    height: 100vh;
    padding: 56px 32px 0;
    margin: auto;
    transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    transform: translateX(calc(50vw + 50%));
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .header__nav__inner.is-act {
    transform: translateX(0);
  }
}

.header__nav__item a {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .header__nav__item a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 16px 0;
    display: block;
    border-bottom: 1px solid #e7e7e9;
  }
}

.header__nav__item--icon a {
  padding-left: 24px;
  position: relative;
}

.header__nav__item--icon a::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header__nav__item--pop a::before {
  background: url("../img/common/icon_pop.svg") center center/contain no-repeat;
}

.header__nav__item--mess a::before {
  background: url("../img/common/icon_mess.svg") center center/contain no-repeat;
}

@media screen and (min-width: 1024px) {
  .is-top .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.footer {
  background: #fbfbfb;
}

.footer__inner {
  max-width: 1056px;
  padding: 16px 16px 24px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .footer__inner {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
  }
}

.footer__nav {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    gap: 8px;
    flex-direction: column;
  }
}

.footer__nav__item a {
  color: #5b5c61;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer__copy {
  color: #5b5c61;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: right;
  }
}

.modFormInput {
  position: relative;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  /* border-radius: 8px !important; */
  border-radius: 68px !important;
}

.listNav .modFormInput {
  border-radius: 4px !important;
  border: 1px solid var(--border-light, #e7e7e9);
  background: var(--white, #fff);
  box-shadow: none;
}

.modFormInput::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .modFormInput::before {
    left: 16px;
  }
}

.modFormInput--word::before {
  background: url("../img/common/icon_word.svg") center center/contain no-repeat;
}

.modFormInput--area::before {
  background: url("../img/common/icon_area.svg") center center/contain no-repeat;
}

.modFormInput--area-black::before {
  background: url("../img/common/icon_area_black.svg") center center/contain
    no-repeat;
}

.modFormInput input {
  width: 100%;
  /* border: 1px solid #777; */
  padding: 24px 40px 24px 74px;
  /* border-radius: 8px !important; */
  border-radius: 68px !important;
  -webkit-appearance: none;
  appearance: none;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .modFormInput input {
    padding: 16px 16px 16px 38px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.modBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 54px;
  padding: 20px;
  width: 100%;
  color: #fff;
  /* background: #0d0c22; */
  background: #1486b9;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .modBtn {
    padding: 16px;
  }
}

.modBtn--top {
  max-width: 240px;
}

.modBtn--icon span {
  padding-left: 32px;
  position: relative;
}

.modBtn--icon span::before {
  content: "";
  background: url("../img/common/icon_search.svg") center center/contain
    no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 1;
}

.modPost {
  position: relative;
}

.modPost--single .modPost__inner {
  padding: 32px 24px;
  box-shadow: none;
}

.modPost--single .modPost__title {
  font-size: 24px;
  font-size: 2.4rem;
}

.modPost--single .modPost__label {
  top: 32px;
  right: 24px;
}

.modPost__inner {
  display: block;
  padding: 20px 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.modPost__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  color: #0d0c22;
  padding-right: 45px;
}

.modPost__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #777;
  margin: 11px 0 0;
}

.modPost__label {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modPost__label::before {
  content: "";
  background: url("../img/common/icon_label.svg") center center/contain
    no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.modPost__label.is-act::before {
  background: url("../img/common/icon_label-act.svg") center center/contain
    no-repeat;
}

.modPost__slider {
  margin: 16px 0 0;
}

@media screen and (min-width: 1024px) {
  .modPost__slider .slick-list {
    padding: 0 300px 0 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .modPost__slider .slick-list {
    padding: 0 50px 0 0 !important;
  }
}

.modPost__slider__img {
  margin: 0 16px 0 0;
}

.modPost__slider img {
  width: 100%;
}

.modPost__ann {
  padding: 12px 16px 12px 53px;
  background: #f2f5f8;
  border-radius: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 13px 0 0;
  position: relative;
}

.modPost__ann::before {
  content: "";
  background: url("../img/common/icon_ann.svg") center center/contain no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 1;
}

.modPost__list {
  margin: 13px 0 0;
  padding: 10px 0;
}

.modPost__list li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 0 28px;
  position: relative;
}

.modPost__list li:not(:first-child) {
  margin: 12px 0 0;
}

.modPost__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.modPost__list li.id::before {
  background: url("../img/common/icon_id.svg") center center/contain no-repeat;
}

.modPost__list li.map::before {
  background: url("../img/common/icon_map.svg") center center/contain no-repeat;
}

.modPost__list li.yen::before {
  background: url("../img/common/icon_yen.svg") center center/contain no-repeat;
}

.modPost__list li.ann::before {
  background: url("../img/common/icon_ann_small.svg") center center/contain
    no-repeat;
}

.modPost__tag {
  margin: 13px 0 0;
  display: flex;
  gap: 8px 4px;
  flex-wrap: wrap;
}

.modPost__tag li {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px;
  border-radius: 10px;
  line-height: 1;
  border: 1px solid #d8d9db;
}

.modPost__content {
  margin: 13px 0 0;
  color: #5b5c61;
  line-height: 1.5;
}

.modPost__content__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  margin: 40px 0 8px;
  color: #0d0c22;
}

@media screen and (max-width: 768px) {
  .modPost__content__title {
    margin: 32px 0 8px;
  }
}

.modPost__tab {
  padding: 24px 0 0;
  display: flex;
  position: sticky;
  top: 0;
  background: #fff;
}

.modPost__tab__btn {
  width: 33.3%;
  text-align: center;
  border-bottom: 2px solid #e7e7e9;
  line-height: 1;
  padding: 0 0 20px 32px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modPost__tab__btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 12px 14px;
  }
}

.modPost__tab__btn span {
  position: relative;
}

.modPost__tab__btn span::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .modPost__tab__btn span::after {
    width: 14px;
    height: 14px;
    left: -18px;
  }
}

.modPost__tab__btn span.item::after {
  background: url("../img/common/icon_item.svg") center center/contain no-repeat;
}

.modPost__tab__btn span.apply::after {
  background: url("../img/common/icon_apply.svg") center center/contain
    no-repeat;
}

.modPost__tab__btn span.info::after {
  background: url("../img/common/icon_info.svg") center center/contain no-repeat;
}

.modPost__tab__btn.is-act {
  border-bottom: 2px solid #0d0c22;
}

.modPost__tabContent {
  margin: 40px 0 0;
}

.modPaging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0;
}

.modPaging > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 16.6666666667%;
  max-width: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}

.modPaging > *::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.modPaging > span {
  /* color: #d82e2e; */
  color: #049bde;
}

.modPaging__arrow {
  font-size: 0;
  text-indent: -9999px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 16px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.0588235294);
}

.modPaging__arrow::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/common/icon_arrow.svg") center center/contain
    no-repeat;
}

.modPaging__arrow--next {
  transform: scale(-1, 1);
}

@media screen and (min-width: 1024px) {
  .modBpPc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .modBpPc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .modBpPc--inline {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  .modBpPc--inlineBlock {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .modBpSp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .modBpSp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .modBpSp--inline {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .modBpSp--inlineBlock {
    display: inline-block;
  }
}

.modBtns {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0;
  gap: 16px;
}

.modBtns--bottom {
  margin: 24px 0 0;
}

.modBtns__btn {
  /* width: calc(100% - 16px - 120px) */
  width: 100%;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

.modBtns__btn .cv {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  /* background: #d82e2e; */
  background: #1486b9;
  color: #fff;
}

.modBtns__btn .cv span {
  position: relative;
  padding-left: 32px;
}

.modBtns__btn .cv span::after {
  content: "";
  background: url("../img/common/icon_mail.svg") center center/contain no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.modBtns__line {
  width: 100%;
}

.modBtns__line .line {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  background: #00b900;
  color: #fff;
}

.modBtns__label a {
  display: block;
  width: 120px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px 12px 20px 44px;
  text-align: center;
  border-radius: 4px;
  background: #e7e7e9;
  color: #0d0c22;
  cursor: pointer;
  position: relative;
}

.modBtns__label a::after {
  content: "";
  background: url("../img/common/icon_keep.svg") center center/contain no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.modBtns__label.is-act a {
  background: #fcbe20;
  color: #fff;
}

.modBtns__label.is-act a::after {
  background: url("../img/common/icon_keep-act.svg") center center/contain
    no-repeat;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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 rgba(0, 0, 0, 0);
}

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

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

@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;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.slick-prev:hover:before,
.slick-next:hover: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: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.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: rgba(0, 0, 0, 0);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  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: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.topContent {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .topContent {
    height: calc(100vh - 160px);
  }
}

.topContent__title {
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 900;
  text-align: center;
  font-style: italic;
}

.title_logo_small {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .topContent__title {
    font-size: 42px;
    font-size: 3.5rem;
  }

  .title_logo_small {
    font-size: 28px;
  }

  .header_logo_pic_big {
    width: 50px;
    height: 50px;
    background-size: contain;
    margin-top: 0px;
  }
}

.topContent__catch {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 8px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .topContent__catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .topContent form {
    width: 80%;
  }
}

.topContent__col {
  display: flex;
  gap: 8px;
  margin: 36px 0 0;
}

@media screen and (max-width: 768px) {
  .topContent__col {
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .topContent__col__item {
    width: calc(50% - 4px);
  }
}

.topContent__btn {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listPost {
  padding: 32px 0 80px;
}

.listPost__result {
  display: flex;
  justify-content: space-between;
}

.listPost__result__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5b5c61;
}

.listPost__list {
  display: flex;
  flex-direction: column;
  margin: 24px 0 0;
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .listPost__list__item .modPost__inner:hover {
    border: 1px solid var(--black);
  }
}

.listTags {
  margin: 64px 0 0;
}

.listTags__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #111;
}

.listTags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0;
}

.listTags__list__item a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
  padding: 20px 16px 20px 48px;
  line-height: 1;
  background: #fff;
  border: 1px solid #d8d9db;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .listTags__list__item a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 8px 12px 32px;
  }
}

.listTags__list__item a::before {
  content: "";
  background: url("../img/common/icon_search-red.svg") center center/contain
    no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .listTags__list__item a::before {
    left: 8px;
  }
}

.listHeader {
  position: fixed;
  top: -135.5px;
  left: 0;
  width: 100%;
  z-index: 60;
  background: #fff;
  transition: all 0.3s;
}

.listHeader.is-act {
  top: 0;
}

.listNav {
  background: #fff;
  border-bottom: 1px solid #e7e7e9;
}

.listNav__inner {
  max-width: 800px;
  padding: 10px 16px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .listNav__inner {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .listNav__item--form {
    width: calc(50% - 8px - 60px);
  }

  .listNav__inner {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .listNav__item--word {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .listNav__item--area {
    width: calc(100% - 88px - 8px);
  }
}

.listNav__item--btn {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .listNav__item--btn {
    width: 88px;
  }
}

.listNav__item--hide {
  display: none;
}

.listNav__item .modBtn {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 16px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .listNav__item .modBtn {
    padding: 21px 16px;
  }

  .listNav__item .modBtn span {
    padding: 0;
  }

  .listNav__item .modBtn span::before {
    content: none;
  }
}

.listNav__item .modFormInput::before {
  left: 16px;
}

@media screen and (max-width: 768px) {
  .listNav__item .modFormInput::before {
    left: 16px;
  }
}

.listNav__item .modFormInput input {
  padding: 18px 16px 18px 48px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .listNav.js-scroll .listNav__item--word {
    width: calc(100% - 56px - 8px);
  }

  .listNav.js-scroll .listNav__item--btn {
    width: 56px;
  }

  .listNav.js-scroll .listNav__item--hide {
    display: block;
  }

  .listNav.js-scroll .is-hidden {
    display: none;
  }

  .listNav.js-scroll .modBtn {
    width: 56px;
    height: 56px;
  }

  .listNav.js-scroll .modBtn span {
    font-size: 0;
    padding: 0;
  }

  .listNav.js-scroll .modBtn span::before {
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.listNav.show {
  display: block;
}

.listNav.hide {
  display: none;
}

.singlePost {
  padding: 24px 0 80px;
}

.singlePost__btns {
  display: flex;
  margin: 24px 0 0;
  gap: 16px;
}

.singlePost__btns__btn {
  /* width: calc(100% - 16px - 120px) */
  width: 100%;
}

.singlePost__btns__btn a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  background: #1486b9;
  color: #fff;
}

.singlePost__btns__btn a span {
  position: relative;
  padding-left: 32px;
}

.singlePost__btns__btn a span::after {
  content: "";
  background: url("../img/common/icon_mail.svg") center center/contain no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.singlePost__btns__label a {
  display: block;
  width: 120px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px 12px 20px 44px;
  text-align: center;
  border-radius: 4px;
  background: #e7e7e9;
  color: #0d0c22;
  cursor: pointer;
  position: relative;
}

.singlePost__btns__label a::after {
  content: "";
  background: url("../img/common/icon_keep.svg") center center/contain no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.singlePost__btns__label.is-act a {
  background: #fcbe20;
  color: #fff;
}

.singlePost__btns__label.is-act a::after {
  background: url("../img/common/icon_keep-act.svg") center center/contain
    no-repeat;
}
