@charset "UTF-8";
:root {
  --ygreen: #82cf1d;
  --green: #165413;
  --beige: #ffefbe;
  --esRed: #ff6302;
  --esYell: #ffff23;
  --shinOre: #ffc001;
  --esGrey: #f5f5f5;
  --esBeige: #ffefbe;
  --esBlue: #1e429f;
}

* {
  font-feature-settings: "palt";
}

body {
  background-color: #fff;
}
body.active {
  overflow-y: hidden;
}
body.activeBody {
  background-color: var(--esRed);
}

.f_family_pop {
  font-family: "Poppins", sans-serif;
  overflow-wrap: break-word;
  word-break: break-word;
}

.f_color_wh {
  color: #fff;
}

.f_color_yg {
  color: var(--ygreen);
}

.f_color_g {
  color: var(--green);
}

.f_color_esRed {
  color: var(--esRed);
}

.f_color_esBlue {
  color: var(--esBlue);
}

.bg_wh {
  background-color: #fff;
}

.bg_yg {
  background-color: var(--ygreen);
}

.bg_g {
  background-color: var(--green);
}

.bg_esGrey {
  background-color: var(--esGrey);
}

.bg_esRed {
  background-color: var(--esRed);
}

.bg_esBeige {
  background-color: var(--esBeige);
}

.bg_esBlue {
  background-color: var(--esBlue);
}

.text_center {
  text-align: center;
}

.baseText {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08rem;
}

.disNone {
  display: none !important;
}

.hoverOpa {
  transition: all 0.3s;
}
.hoverOpa:hover {
  opacity: 0.75;
}

.inlineBr {
  display: inline-block;
}

input,
select,
option {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.iconWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.movieWrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contentWrap {
  margin-top: 35px;
}

.scrollBlock {
  display: block;
  margin: 0 auto;
  width: 550px;
  height: fit-content;
}
@media only screen and (max-width: 550px) {
  .scrollBlock {
    width: 100%;
  }
}
.scrollBlock .scrollBlockInner {
  margin: 0 40px;
}
@media only screen and (max-width: 550px) {
  .scrollBlock .scrollBlockInner {
    margin: 0 auto;
    max-width: 520px;
    width: 86%;
  }
}

.contentBack {
  position: relative;
  top: 80svh;
  display: block;
  padding: 80px 0 26vw 0;
  margin-top: -19vw;
  width: 100%;
  height: auto;
  border-radius: 60px 60px 0 0;
  z-index: 2;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .contentBack {
    padding-top: 80px;
    margin-top: -16vw;
    border-radius: 6vw 6vw 0 0;
  }
}
@media only screen and (max-width: 550px) {
  .contentBack {
    padding: 60px 0 26vw 0;
    margin-top: -12vw;
    border-radius: 12vw 12vw 0 0;
  }
}
.contentBack.end {
  padding-bottom: 90px;
  border-radius: 4.2vw;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .contentBack.end {
    border-radius: 8vw;
  }
}
@media only screen and (max-width: 550px) {
  .contentBack.end {
    border-radius: 8vw;
  }
}
.contentBack.normal {
  border-radius: 0;
}
.contentBack.pBNone {
  padding-bottom: 19vw;
}
.contentBack.pTNone {
  padding-top: 30px;
}
.contentBack.first_mT0 {
  margin-top: 0;
}
.contentBack.radius0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (max-width: 550px) {
  .contentBack.radius0 {
    margin-top: -1px;
  }
}
.contentBack.property {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-top: 35%;
}
@media only screen and (max-width: 550px) {
  .contentBack.property {
    padding-top: 45%;
  }
}
.contentBack.kvNone {
  top: 0;
  padding: 130px 0 100px 0;
}
@media only screen and (max-width: 550px) {
  .contentBack.kvNone {
    padding: 100px 0 70px 0;
  }
}
.contentBack.kvNone.end {
  margin-bottom: -730px;
}
@media only screen and (max-width: 550px) {
  .contentBack.kvNone.end {
    margin-bottom: -750px;
  }
}

.none {
  display: none !important;
}

.menuFixedWrap {
  position: fixed;
  height: 100svh;
}
.menuFixedWrap.PC {
  display: block;
  top: 0;
  width: calc((100% - 550px) / 2);
  background-color: var(--esBeige);
}
@media only screen and (max-width: 550px) {
  .menuFixedWrap.PC {
    display: none;
  }
}
.menuFixedWrap.PC .menuTextWrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .menuFixedWrap.PC .menuTextWrap .menuList {
    display: none;
  }
}
.menuFixedWrap.PC .menuTextWrap .menuText {
  position: absolute;
  display: block;
  width: fit-content;
  height: fit-content;
  margin: 0 0 auto auto;
  font-size: 90px;
  letter-spacing: 0.05em;
  inset: 0;
  top: -5px;
  right: -20px;
  font-weight: 700;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.menuFixedWrap.SP {
  display: none;
  top: 0;
  background-color: var(--esRed);
  width: 100%;
  z-index: 6;
  transition: all 0.5s ease;
}
.menuFixedWrap.SP .menuList .sns {
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .menuFixedWrap.SP {
    display: block;
    right: -100vw;
  }
  .menuFixedWrap.SP.active {
    right: 0;
  }
}
@media only screen and (max-width: 550px) {
  .menuFixedWrap.SP {
    display: block;
    right: -100vw;
  }
  .menuFixedWrap.SP.active {
    right: 0;
  }
}
.menuFixedWrap .menuList {
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  width: 80%;
  max-width: 300px;
  height: fit-content;
  z-index: 2;
}
.menuFixedWrap .menuList nav .menu {
  display: grid;
  margin-top: 60px;
  grid-template-columns: 1fr;
  gap: 17px;
}
.menuFixedWrap .menuList nav .menu .item .link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 3px 10px;
  transition: all 0.3s;
}
.menuFixedWrap .menuList nav .menu .item .link:hover {
  color: var(--esRed);
}
.menuFixedWrap .menuList nav .menu .item .link .pageName {
  font-size: 20px;
  font-weight: bold;
}
.menuFixedWrap .menuList nav .menu .item .link .pageNameJapa {
  font-size: 20px;
  font-weight: bold;
}
.menuFixedWrap .menuList .sns {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.menuFixedWrap .menuList .sns .text {
  font-size: clamp(14px, 1.756954612vw, 24px);
  font-weight: bold;
}

.header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 4;
  transition: all 0.5s;
}
.header.UpMove {
  top: -100px;
}
.header.DownMove {
  top: 0px;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .header {
    display: flex;
  }
}
@media only screen and (max-width: 550px) {
  .header {
    display: flex;
    height: 60px;
  }
}
.header .logoWrap {
  display: block;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .header .logoWrap {
    width: 40%;
    max-width: 250px;
  }
}
@media only screen and (max-width: 550px) {
  .header .logoWrap {
    width: 55%;
    max-width: 200px;
  }
}

.ham {
  position: fixed;
  top: 20px;
  right: 30px;
  display: none;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 28px;
  z-index: 100;
  transition: all 0.5s;
  cursor: pointer;
}
.ham.UpMove {
  top: -100px;
}
.ham.DownMove {
  top: 20px;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .ham {
    display: grid;
  }
}
@media only screen and (max-width: 550px) {
  .ham {
    display: grid;
    gap: 6px;
  }
}
.ham.active span {
  background-color: #fff;
}
.ham.active span:nth-child(1) {
  position: relative;
  top: 8px;
  transform: rotate(45deg);
}
.ham.active span:nth-child(2) {
  opacity: 0;
}
.ham.active span:nth-child(3) {
  position: relative;
  top: -8px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .ham.active span:nth-child(3) {
    top: -12px;
  }
}
@media only screen and (max-width: 550px) {
  .ham.active span:nth-child(3) {
    top: -8px;
  }
}
.ham span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--esRed);
  transition: all 0.5s;
}
.ham span:nth-child(2) {
  transition: all 0.2s;
}

.eventFixedWrap {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: calc((100% - 550px) / 2);
  height: 100svh;
  background-color: var(--shinOre);
}
.eventFixedWrap .eventFixed {
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  place-content: center;
  width: 90%;
  height: 80%;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .eventFixedWrap .eventFixed {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .eventFixedWrap .eventFixed {
    display: none;
  }
}
.eventFixedWrap .eventFixed .midCaptionEsWrap {
  margin: 0 auto;
}
.eventFixedWrap .eventFixed .midCaptionEsWrap .baseText {
  margin-top: 8px;
  font-weight: bold;
}
.eventFixedWrap .eventFixed .eventFixedList {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
  height: 80%;
}
.eventFixedWrap .eventFixed .eventFixedList .eventFixedItem {
  display: block;
  margin: 0;
  width: 100%;
  height: fit-content;
}
.eventFixedWrap .eventFixed .eventFixedList .eventFixedItem .text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.eventFixedWrap .eventFixed .eventFixedList .eventFixedItem .baseText {
  margin-top: 8px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.eventFixedWrap .eventFixed .eventFixedList .eventFixedItem .ctaButton {
  margin-top: 8px;
  background-color: var(--esRed);
  color: #fff;
  width: 80%;
  max-width: 340px;
  border: none;
  font-size: 18px;
}
.eventFixedWrap .eventFixed .eventFixedList .eventFixedItem:last-child {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.eventFixedWrap .eventFixed .eventFixedList .eventFixedItem:last-child .tel {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 12px auto 0 auto;
}
.eventFixedWrap .eventFixed .eventFixedList .eventFixedItem:last-child .tel .iconWrap {
  display: block;
  width: 20px;
}
.eventFixedWrap .eventFixed .eventFixedList .eventFixedItem:last-child .tel .telNum .f_family_pop {
  font-size: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 550px) {
  .eventFixedWrap .eventFixed .eventFixedList {
    display: none;
  }
}

.bottomBtnWrap {
  position: fixed;
  bottom: -1px;
  background-color: #fff;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (min-width: 1080px) {
  .bottomBtnWrap {
    display: none !important;
  }
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .bottomBtnWrap {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .bottomBtnWrap {
    display: block;
  }
}
.bottomBtnWrap.active {
  opacity: 1;
}
.bottomBtnWrap .bottomBtn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px 30px;
  justify-content: space-between;
  width: 550px;
  box-sizing: border-box;
}
@media only screen and (max-width: 550px) {
  .bottomBtnWrap .bottomBtn {
    padding: 10px 7%;
    width: 100%;
  }
}
.bottomBtnWrap .bottomBtn .ctaButton.estate {
  position: relative;
  width: 80%;
  height: 60px;
  display: flex;
  margin: 0;
  gap: 10px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 20px 5%;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 18px;
  border-color: var(--shinOre);
  background-color: var(--shinOre);
  color: #000;
}
.bottomBtnWrap .bottomBtn .ctaButton.estate::after {
  content: "";
  position: absolute;
  margin: auto 0;
  inset: 0;
  right: 5%;
  left: auto;
  display: block;
  width: 10px;
  height: 14px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #000;
}
@media only screen and (max-width: 550px) {
  .bottomBtnWrap .bottomBtn .ctaButton.estate::after {
    width: 9px;
    height: 13px;
    right: 3%;
  }
}
@media only screen and (max-width: 550px) {
  .bottomBtnWrap .bottomBtn .ctaButton.estate {
    gap: 6px;
    width: 82%;
    font-size: 14px;
  }
}
.bottomBtnWrap .bottomBtn .ctaButton.estate .iconWrap {
  display: block;
  width: 24px;
  position: absolute;
  left: 6%;
}
@media only screen and (max-width: 550px) {
  .bottomBtnWrap .bottomBtn .ctaButton.estate .iconWrap {
    width: 20px;
  }
}
.bottomBtnWrap .bottomBtn .ctaButton.estate .text {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 550px) {
  .bottomBtnWrap .bottomBtn .ctaButton.estate .text {
    margin-right: 5%;
    font-size: 15px;
  }
}
.bottomBtnWrap .bottomBtn .telButton {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 6px;
  width: 60px;
  height: 60px;
  background-color: var(--esRed);
  border-radius: 300px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 550px) {
  .bottomBtnWrap .bottomBtn .telButton {
    width: 50px;
    height: 50px;
  }
}
.bottomBtnWrap .bottomBtn .telButton .iconWrap {
  display: block;
  width: 20px;
}
@media only screen and (max-width: 550px) {
  .bottomBtnWrap .bottomBtn .telButton .iconWrap {
    width: 16px;
  }
}
.bottomBtnWrap .bottomBtn .telButton .text {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (max-width: 550px) {
  .bottomBtnWrap .bottomBtn .telButton .text {
    font-size: 10px;
  }
}

.showBtn,
.closeBtn {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  padding: 0 20px 0 0;
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s;
}
.showBtn::after,
.closeBtn::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.showBtn:hover,
.closeBtn:hover {
  color: var(--esRed);
}
.showBtn:hover::after,
.closeBtn:hover::after {
  border-color: var(--esRed);
}

.closeBtn {
  display: none;
}
.closeBtn::after {
  top: 4px;
  transform: rotate(225deg);
}

.showBtnFaq {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 12px auto 0 auto;
  padding: 0 20px 0 0;
  width: 50px;
  height: 20px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.showBtnFaq::after {
  content: "MORE";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  transition: all 0.3s;
}
.showBtnFaq::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.showBtnFaq:hover::after {
  color: var(--esRed);
}
.showBtnFaq:hover::before {
  border-color: var(--esRed);
}
.showBtnFaq.showActive::after {
  content: "CLOSE";
}
.showBtnFaq.showActive::before {
  top: 6px;
  transform: rotate(225deg);
}

.btnWrap .btnText {
  position: relative;
  display: block;
  margin: 30px auto 0 auto;
  padding: 0 20px;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media only screen and (max-width: 550px) {
  .btnWrap .btnText {
    font-size: 15px;
  }
}
.btnWrap .btnText::after, .btnWrap .btnText::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 1px;
  height: 88%;
  background-color: #fff;
}
.btnWrap .btnText::after {
  right: 0;
  transform: rotate(30deg);
}
.btnWrap .btnText::before {
  left: 0;
  transform: rotate(-30deg);
}
.btnWrap .btnText.f_color_black {
  color: #000;
}
.btnWrap .btnText.f_color_black::after, .btnWrap .btnText.f_color_black::before {
  background-color: #000;
}
.btnWrap .ctaButton {
  margin-top: 8px;
}

.catePopupWrap {
  position: fixed;
  margin: auto;
  inset: 0;
  z-index: 500;
  background-color: #fff;
  display: block;
  width: 100%;
  max-width: 550px;
  height: 100svh;
  padding-bottom: 100px;
  box-sizing: border-box;
  overflow-y: scroll;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .catePopupWrap {
    width: 100vw;
    max-width: initial;
  }
  .catePopupWrap .catePopup {
    margin: auto;
    inset: 0;
  }
}
@media only screen and (max-width: 550px) {
  .catePopupWrap {
    width: 100vw;
    max-width: initial;
  }
  .catePopupWrap .catePopup {
    margin: auto;
    inset: 0;
  }
}
.catePopupWrap .catePopup {
  position: relative;
  display: block;
  width: fit-content;
  height: 100svh;
}
.catePopupWrap .catePopup .popupClose {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: -65px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 35px;
  height: 35px;
}
.catePopupWrap .catePopup .popupClose span {
  position: relative;
  display: block;
  width: 35px;
  height: 1px;
  background-color: var(--green);
}
.catePopupWrap .catePopup .popupClose span:nth-child(1) {
  top: 17px;
  transform: rotate(45deg);
}
.catePopupWrap .catePopup .popupClose span:nth-child(2) {
  top: -5px;
  transform: rotate(-45deg);
}
.catePopupWrap .catePopup .midCaptionWrap {
  margin-top: 100px;
}
.catePopupWrap .catePopup .serchBtn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  cursor: pointer;
  display: block;
  width: 550px;
  padding: 20px 0 20px 0;
  background-color: #545454;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.5s;
}
.catePopupWrap .catePopup .serchBtn:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .catePopupWrap .catePopup .serchBtn {
    width: 100%;
    margin: auto;
    inset: auto 0 0 0;
  }
}
@media only screen and (max-width: 550px) {
  .catePopupWrap .catePopup .serchBtn {
    width: 100%;
    margin: auto;
    inset: auto 0 0 0;
  }
}
.catePopupWrap .contentWrap {
  margin-top: 50px;
}
.catePopupWrap .contentWrap .checkboxWrap {
  margin-top: 20px;
}

.pageKvWrap {
  position: fixed;
  display: block;
  margin: 0 auto auto auto;
  inset: 0;
  top: 0;
  width: 550px;
  height: 100svh;
  z-index: -1;
  background-color: #f3381a;
}
.pageKvWrap.active {
  display: none;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .pageKvWrap {
    width: 550px;
  }
}
@media only screen and (max-width: 550px) {
  .pageKvWrap {
    width: 100%;
  }
}
.pageKvWrap .imgWrap {
  display: grid;
  width: 100%;
  height: 100svh;
  place-content: center;
  place-items: center;
}
.pageKvWrap .imgWrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.pageKvWrap .pageTitleWrap {
  position: relative;
  bottom: 170px;
  display: block;
  margin: 0 60px;
  width: fit-content;
  height: fit-content;
}
@media only screen and (max-width: 550px) {
  .pageKvWrap .pageTitleWrap {
    margin: 0 30px;
    width: calc(100vw - 60px);
  }
}
.pageKvWrap .pageTitleWrap .num {
  font-size: 16px;
  font-weight: 700;
}
.pageKvWrap .pageTitleWrap .pageTitle {
  margin: 5px 0 10px 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 0.92;
}
.pageKvWrap .pageTitleWrap .pageTitleSub {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.bigCaptionWrap {
  display: block;
  width: fit-content;
  height: fit-content;
}
.bigCaptionWrap .num {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}
.bigCaptionWrap .num.-visible span {
  transform: translate(0, 0);
}
.bigCaptionWrap .num span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-family: "Poppins", sans-serif;
  transform: translate(0, 120%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.bigCaptionWrap .num span:nth-child(2) {
  transition-delay: 0.02s;
}
.bigCaptionWrap .num span:nth-child(3) {
  transition-delay: 0.04s;
}
.bigCaptionWrap .num span:nth-child(4) {
  transition-delay: 0.06s;
}
.bigCaptionWrap .num span:nth-child(5) {
  transition-delay: 0.08s;
}
.bigCaptionWrap .num span:nth-child(6) {
  transition-delay: 0.1s;
}
.bigCaptionWrap .num span:nth-child(7) {
  transition-delay: 0.12s;
}
.bigCaptionWrap .num span:nth-child(8) {
  transition-delay: 0.14s;
}
.bigCaptionWrap .num span:nth-child(9) {
  transition-delay: 0.16s;
}
.bigCaptionWrap .num span:nth-child(10) {
  transition-delay: 0.18s;
}
.bigCaptionWrap .num span:nth-child(11) {
  transition-delay: 0.2s;
}
.bigCaptionWrap .num span:nth-child(12) {
  transition-delay: 0.22s;
}
.bigCaptionWrap .num span:nth-child(13) {
  transition-delay: 0.24s;
}
.bigCaptionWrap .num span:nth-child(14) {
  transition-delay: 0.26s;
}
.bigCaptionWrap .bigCaption {
  margin: 5px 0 8px 0;
  display: flex;
  font-size: 54px;
  font-weight: 800;
  line-height: 0.92;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}
.bigCaptionWrap .bigCaption.first {
  margin-bottom: 0;
}
.bigCaptionWrap .bigCaption.-visible span {
  transform: translate(0, 0);
}
.bigCaptionWrap .bigCaption span {
  font-size: 54px;
  font-weight: 800;
  line-height: 0.92;
  font-family: "Poppins", sans-serif;
  display: block;
  transform: translate(0, 120%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.bigCaptionWrap .bigCaption span:nth-child(2) {
  transition-delay: 0.02s;
}
.bigCaptionWrap .bigCaption span:nth-child(3) {
  transition-delay: 0.04s;
}
.bigCaptionWrap .bigCaption span:nth-child(4) {
  transition-delay: 0.06s;
}
.bigCaptionWrap .bigCaption span:nth-child(5) {
  transition-delay: 0.08s;
}
.bigCaptionWrap .bigCaption span:nth-child(6) {
  transition-delay: 0.1s;
}
.bigCaptionWrap .bigCaption span:nth-child(7) {
  transition-delay: 0.12s;
}
.bigCaptionWrap .bigCaption span:nth-child(8) {
  transition-delay: 0.14s;
}
.bigCaptionWrap .bigCaption span:nth-child(9) {
  transition-delay: 0.16s;
}
.bigCaptionWrap .bigCaption span:nth-child(10) {
  transition-delay: 0.18s;
}
.bigCaptionWrap .bigCaption span:nth-child(11) {
  transition-delay: 0.2s;
}
.bigCaptionWrap .bigCaption span:nth-child(12) {
  transition-delay: 0.22s;
}
.bigCaptionWrap .bigCaption span:nth-child(13) {
  transition-delay: 0.24s;
}
.bigCaptionWrap .bigCaption span:nth-child(14) {
  transition-delay: 0.26s;
}
@media only screen and (max-width: 550px) {
  .bigCaptionWrap .bigCaption span {
    font-size: 45px;
  }
}
.bigCaptionWrap .bigCaptionSub {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  overflow: hidden;
}
.bigCaptionWrap .bigCaptionSub.-visible span {
  transform: translate(0, 0);
}
.bigCaptionWrap .bigCaptionSub span {
  font-size: 14px;
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  transform: translate(0, 120%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(2) {
  transition-delay: 0.02s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(3) {
  transition-delay: 0.04s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(4) {
  transition-delay: 0.06s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(5) {
  transition-delay: 0.08s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(6) {
  transition-delay: 0.1s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(7) {
  transition-delay: 0.12s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(8) {
  transition-delay: 0.14s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(9) {
  transition-delay: 0.16s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(10) {
  transition-delay: 0.18s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(11) {
  transition-delay: 0.2s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(12) {
  transition-delay: 0.22s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(13) {
  transition-delay: 0.24s;
}
.bigCaptionWrap .bigCaptionSub span:nth-child(14) {
  transition-delay: 0.26s;
}
.bigCaptionWrap.estate .bigCaptionSub {
  margin: 5px 0 2px 0;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1rem;
  line-height: 0.9;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}
.bigCaptionWrap.estate .bigCaptionSub.-visible span {
  transform: translate(0, 0);
}
.bigCaptionWrap.estate .bigCaptionSub span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1rem;
  line-height: 0.9;
  font-family: "Poppins", sans-serif;
  display: block;
  transform: translate(0, 120%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(2) {
  transition-delay: 0.02s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(3) {
  transition-delay: 0.04s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(4) {
  transition-delay: 0.06s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(5) {
  transition-delay: 0.08s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(6) {
  transition-delay: 0.1s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(7) {
  transition-delay: 0.12s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(8) {
  transition-delay: 0.14s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(9) {
  transition-delay: 0.16s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(10) {
  transition-delay: 0.18s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(11) {
  transition-delay: 0.2s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(12) {
  transition-delay: 0.22s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(13) {
  transition-delay: 0.24s;
}
.bigCaptionWrap.estate .bigCaptionSub span:nth-child(14) {
  transition-delay: 0.26s;
}
.bigCaptionWrap.estate .bigCaption {
  margin-top: 0;
  display: flex;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
}
.bigCaptionWrap.estate .bigCaption.-visible span {
  transform: translate(0, 0);
}
.bigCaptionWrap.estate .bigCaption span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: translate(0, 120%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(2) {
  transition-delay: 0.02s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(3) {
  transition-delay: 0.04s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(4) {
  transition-delay: 0.06s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(5) {
  transition-delay: 0.08s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(6) {
  transition-delay: 0.1s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(7) {
  transition-delay: 0.12s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(8) {
  transition-delay: 0.14s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(9) {
  transition-delay: 0.16s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(10) {
  transition-delay: 0.18s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(11) {
  transition-delay: 0.2s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(12) {
  transition-delay: 0.22s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(13) {
  transition-delay: 0.24s;
}
.bigCaptionWrap.estate .bigCaption span:nth-child(14) {
  transition-delay: 0.26s;
}

.bigCaptionJapaWrap {
  display: block;
}
.bigCaptionJapaWrap .bigCaptionJapa {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 550px) {
  .bigCaptionJapaWrap .bigCaptionJapa {
    font-size: clamp(30px, 2.635431918vw, 36px);
  }
}

.sectionTitleWrap {
  display: block;
  margin: 0 auto;
  width: fit-content;
  height: fit-content;
}
.sectionTitleWrap .sectionTitle {
  margin: 0 0 8px 0;
  font-size: 54px;
  font-weight: 800;
  line-height: 0.92;
}
.sectionTitleWrap .sectionTitleSub {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}

.midCaptionWrap {
  position: relative;
  width: fit-content;
  height: fit-content;
}
.midCaptionWrap.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.midCaptionWrap.block {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 4px;
}
.midCaptionWrap .label {
  position: absolute;
  bottom: 115%;
  background-color: var(--green);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 3px 8px 2px 8px;
}
.midCaptionWrap .midCaption {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.midCaptionWrap .midCaptionSub {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}

.midBigCaptionWrap .midBigCaption {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  text-align: center;
}

.midCaptionEsWrap {
  position: relative;
  width: fit-content;
  height: fit-content;
}
.midCaptionEsWrap .midCaptionEsSub {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.midCaptionEsWrap .midCaptionEs {
  margin-top: 4px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 550px) {
  .midCaptionEsWrap .midCaptionEs {
    font-size: 5.8974358974vw;
  }
}

.midSmallCaptionWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.midSmallCaptionWrap .midSmallCaption {
  position: relative;
  display: inline;
  font-size: 18px;
  font-weight: bold;
}
.midSmallCaptionWrap .midSmallCaption::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60%;
  display: block;
  width: 40%;
  height: 1px;
  background-color: var(--green);
}
.midSmallCaptionWrap .moreButtonWrap {
  margin-top: 0;
}

.smallCaptionWrap {
  display: inline-block;
  width: fit-content;
  height: fit-content;
}
.smallCaptionWrap .smallCaption {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.moreButtonWrap {
  display: flex;
  margin-left: auto;
  margin-top: 20px;
  align-items: center;
  gap: 10px;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}
.moreButtonWrap:hover.black .circle {
  background-color: #fff;
  border: 1px solid var(--green);
}
.moreButtonWrap:hover.black .circle::after {
  color: var(--green);
  top: 12px;
}
.moreButtonWrap:hover.white .circle {
  background-color: initial;
  border: 1px solid #fff;
}
.moreButtonWrap:hover.white .circle::after {
  color: #fff;
}
.moreButtonWrap:hover.esRed .circle {
  background-color: initial;
  background-color: #fff;
  border: 1px solid var(--esRed);
}
.moreButtonWrap:hover.esRed .circle::after {
  top: 13px;
  color: var(--esRed);
}
.moreButtonWrap .text {
  display: inline-block;
  width: fit-content;
  font-size: clamp(10px, 0.878477306vw, 12px);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.moreButtonWrap .circle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.5s;
}
.moreButtonWrap .circle::after {
  content: "→";
  position: absolute;
  width: 100%;
  text-align: center;
  top: 13px;
}
.moreButtonWrap.black .circle {
  background-color: var(--green);
}
.moreButtonWrap.black .circle::after {
  color: #fff;
}
.moreButtonWrap.white .text {
  color: #fff;
}
.moreButtonWrap.white .circle {
  background-color: #fff;
}
.moreButtonWrap.white .circle::after {
  color: var(--green);
}
.moreButtonWrap.esRed .text {
  color: #000;
}
.moreButtonWrap.esRed .circle {
  background-color: var(--esRed);
  border: 1px solid var(--esRed);
}
.moreButtonWrap.esRed .circle::after {
  color: #fff;
}

a:hover .moreButtonWrap.black .circle {
  background-color: #fff;
  border: 1px solid var(--green);
}
a:hover .moreButtonWrap.black .circle::after {
  color: var(--green);
  top: 12px;
}

.arrowWrap {
  display: block;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.5s;
  color: #000;
}
.arrowWrap:hover {
  transform: translate(5px, 0);
}
.arrowWrap .arrow {
  position: relative;
  display: inline-block;
  margin: 0 0 0 12px;
  width: 20px;
  height: 10px;
  transition: all 0.5s;
  font-size: 20px;
  color: var(--esRed);
  height: 100%;
}
.arrowWrap.up .arrow {
  transform: rotate(-45deg);
}

.btnHoverArea:hover .arrowWrap {
  transform: translate(4px, 0);
}
.newPost {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  background-color: var(--esRed);
  color: #fff;
  top: -10px;
  left: -10px;
  z-index: 2;
  border-radius: 100px;
  /* padding: 9px; */
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: grid;
  place-content: center;
  place-items: center;
}

.tagWrap {
  display: inline-block;
  padding: 3px 10px;
  width: fit-content;
  height: fit-content;
  border-radius: 60px;
  transition: all 0.5s;
  font-size: 12px;
  font-weight: 500;
}
.tagWrap.bg_g {
  border: 1px solid var(--green);
  color: #fff;
}
.tagWrap.bor_g {
  background-color: #fff;
  border: 1px solid var(--green);
  color: var(--green);
}
.tagWrap.bg_wh {
  color: var(--green);
}

.ctaButton {
  display: block;
  margin: 0 auto;
  padding: 20px 30px;
  width: 380px;
  height: fit-content;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: 3px solid var(--green);
  background-color: var(--green);
  border-radius: 60px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.ctaButton:hover {
  background-color: #fff;
  color: var(--green);
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .ctaButton {
    padding: 20px 0;
    width: 80%;
  }
}
@media only screen and (max-width: 550px) {
  .ctaButton {
    padding: 20px 0;
    width: 80%;
    font-size: 18px;
  }
}
.ctaButton.estate {
  border: 3px solid var(--esYell);
  background-color: var(--esYell);
  color: var(--esRed);
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .ctaButton.estate {
    width: 80%;
  }
}
@media only screen and (max-width: 550px) {
  .ctaButton.estate {
    width: 100%;
  }
}

.hoverUp {
  transition: all 0.5s;
}
.hoverUp:hover {
  transform: translate(0, -5px);
}

.iconList {
  display: flex;
  align-items: center;
  gap: 20px;
}
.iconList .iconWrap {
  display: block;
  width: 24px;
  height: 24px;
}
.iconList .iconWrap img {
  transition: all 0.5s;
  filter: invert(0%) sepia(100%) saturate(36%) hue-rotate(315deg) brightness(100%) contrast(100%);
}
.iconList .iconWrap:hover img {
  filter: invert(35%) sepia(72%) saturate(5212%) hue-rotate(350deg) brightness(105%) contrast(103%);
}
.iconList.white .iconWrap img {
  filter: invert(100%) sepia(78%) saturate(59%) hue-rotate(271deg) brightness(109%) contrast(109%);
}

.cateSelectWrap .cateSelect {
  cursor: pointer;
  display: flex;
  margin: 20px auto 0 auto;
  align-items: center;
  gap: 16px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #707070;
}
.cateSelectWrap .cateSelect .text {
  font-size: 15px;
  font-weight: 500;
  color: #717171;
}

.pagination {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.pagination .page-numbers {
  display: inline-block;
  background-color: var(--esBeige);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 2;
  margin: 0 2px;
  color: var(--esRed);
}
.pagination .page-numbers.current {
  background-color: var(--esRed);
  color: #fff;
}
.pagination .page-numbers.dots {
  margin: 0 -5px;
  background-color: #fff;
  font-weight: bold;
}
.pagination .page-numbers.prev {
  margin-right: 8px;
  background-color: var(--esRed);
  color: #fff;
}
.pagination .page-numbers.next {
  margin-left: 8px;
  background-color: var(--esRed);
  color: #fff;
}

.checkboxWrap .contentWrap {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.checkboxWrap .contentWrap label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.checkboxWrap .contentWrap label .check {
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 1px solid #717171;
  accent-color: var(--green);
  cursor: pointer;
}
.checkboxWrap .contentWrap label:hover {
  accent-color: var(--green);
}

.infoList {
  display: block;
}
.infoList .item {
  display: block;
  padding: 20px 0 14px 0;
  width: 100%;
  border-bottom: 1px dotted #000;
}
.infoList .item .textWrap {
  display: flex;
  margin-left: 10%;
  align-items: center;
  gap: 30px;
}
.infoList .item .textWrap .itemName {
  font-size: 14px;
  font-weight: 500;
}
.infoList .item .textWrap .itemContent {
  font-size: 18px;
  font-weight: 500;
}

.contentDetailWrap {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.contentDetailWrap .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.contentDetailWrap .text {
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4;
}

.contentTextWrap {
  display: block;
}
.contentTextWrap .text {
  margin-top: 16px;
}

.bigContentWrap {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
}
.bigContentWrap .imgWrap {
  display: block;
  margin: 30px auto 0 -40px;
  width: 510px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .bigContentWrap .imgWrap {
    margin: 15px auto 0 -10%;
    width: 110%;
  }
}
.bigContentWrap .imgWrap img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
  aspect-ratio: 4/3;
}
.bigContentWrap .textWrap {
  margin-top: 30px;
}
@media only screen and (max-width: 550px) {
  .bigContentWrap .textWrap {
    margin-top: 20px;
  }
}
.bigContentWrap .textWrap .catchCopy {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 550px) {
  .bigContentWrap .textWrap .catchCopy {
    font-size: clamp(18px, 4.6153846154vw, 20px);
  }
}
.bigContentWrap .textWrap .baseText {
  margin-top: 5px;
}
@media only screen and (max-width: 550px) {
  .bigContentWrap .moreButtonWrap {
    margin-top: 15px;
  }
}

.archive .slick-list,
.slideContentBase .slick-list {
  padding: 0 10% 0 0 !important;
}
.archive .slick-slide,
.slideContentBase .slick-slide {
  margin-right: 15px;
}

.blog .slick-list {
  padding: 0 43% 0 0 !important;
}
@media only screen and (max-width: 550px) {
  .blog .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.blog .slick-slide {
  margin-right: 15px;
}

.photoThumnailSlide .slick-list {
  padding: 0 7% 0 0 !important;
  width: 100%;
}
.photoThumnailSlide .slick-list .slick-track {
  width: 100%;
  display: flex;
  gap: 46px;
}
@media only screen and (max-width: 550px) {
  .photoThumnailSlide .slick-list .slick-track {
    gap: 0;
  }
}
.photoThumnailSlide .slick-slide {
  margin-right: 7px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.slideContentBase .contentWrap {
  margin-top: 20px;
}
.slideContentBase .contentWrap .slideContentBaseSlide {
  display: flex;
  gap: 20px;
  margin-right: -40px;
  width: 520px;
}
@media only screen and (max-width: 550px) {
  .slideContentBase .contentWrap .slideContentBaseSlide {
    margin-right: -15px;
    width: calc(100vw - 15px);
  }
}
.slideContentBase .contentWrap .slideContentBaseSlide .item {
  display: block;
}
.slideContentBase .contentWrap .slideContentBaseSlide .item .link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (max-width: 550px) {
  .slideContentBase .contentWrap .slideContentBaseSlide .item .link {
    width: 100%;
  }
}
.slideContentBase .contentWrap .slideContentBaseSlide .item .link:hover .imgWrap img {
  transform: scale(1.1, 1.1);
}
.slideContentBase .contentWrap .slideContentBaseSlide .item .link:hover .textWrap .articleTitle {
  color: #165413;
}
.slideContentBase .contentWrap .slideContentBaseSlide .item .link .imgWrap {
  display: block;
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 550px) {
  .slideContentBase .contentWrap .slideContentBaseSlide .item .link .imgWrap {
    width: 100%;
    height: auto;
  }
}
.slideContentBase .contentWrap .slideContentBaseSlide .item .link .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  aspect-ratio: 1/1;
}
.slideContentBase .contentWrap .slideContentBaseSlide .item .link .textWrap {
  display: block;
  width: 220px;
}
@media only screen and (max-width: 550px) {
  .slideContentBase .contentWrap .slideContentBaseSlide .item .link .textWrap {
    width: 100%;
  }
}
.slideContentBase .contentWrap .slideContentBaseSlide .item .link .textWrap .articleTitle {
  margin-top: 10px;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: bold;
  line-height: 1.4;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 550px) {
  .slideContentBase .contentWrap .slideContentBaseSlide .item .link .textWrap .articleTitle {
    font-size: 16px;
  }
}

.blog .contentWrap .blogSlide {
  display: flex;
  gap: 20px;
  margin-right: -40px;
  width: 520px;
}
@media only screen and (max-width: 550px) {
  .blog .contentWrap .blogSlide {
    margin-right: -15px;
    width: calc(100vw - 15px);
  }
}
.blog .contentWrap .blogSlide .item .link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 40px 30px;
  width: 280px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: var(--beige);
}
@media only screen and (max-width: 550px) {
  .blog .contentWrap .blogSlide .item .link {
    width: 100%;
  }
}
.blog .contentWrap .blogSlide .item .link .blogWrap .staffWrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog .contentWrap .blogSlide .item .link .blogWrap .staffWrap .imgWrap {
  display: block;
  width: 90px;
  height: 90px;
}
.blog .contentWrap .blogSlide .item .link .blogWrap .staffWrap .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .contentWrap .blogSlide .item .link .blogWrap .staffWrap .textWrap .day {
  font-size: 12px;
  font-weight: 500;
}
.blog .contentWrap .blogSlide .item .link .blogWrap .staffWrap .textWrap .name {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
}
.blog .contentWrap .blogSlide .item .link .blogWrap .staffWrap .textWrap .nameEn {
  margin-top: 2px;
  font-size: 12px;
}
.blog .contentWrap .blogSlide .item .link .blogWrap .blogTitleWrap .blogTitle {
  margin-top: 20px;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media only screen and (max-width: 550px) {
  .blog .contentWrap .blogSlide .item .link .blogWrap .blogTitleWrap .blogTitle {
    font-size: 16px;
  }
}
.blog .contentWrap .blogSlide .item .link .btnWrap {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 10px;
}
.blog .contentWrap .blogSlide .item .link .btnWrap .text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

.column .contentWrap .list .item:last-child .link {
  border-bottom: 1px solid #000;
}
.column .contentWrap .list .item .link {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 30px;
  width: 100%;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 550px) {
  .column .contentWrap .list .item .link {
    padding: 20px 15px;
  }
}
.column .contentWrap .list .item .link:hover .imgWrap img {
  transform: scale(1.1, 1.1);
}
.column .contentWrap .list .item .link .imgWrap {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 20px;
}
.column .contentWrap .list .item .link .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.column .contentWrap .list .item .link .textWrap {
  flex: 1;
}
.column .contentWrap .list .item .link .textWrap .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.column .contentWrap .list .item .link .textWrap .day {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

#contact .sectionTitleWrap .midCaptionEsWrap .midCaptionEs {
  font-size: 27px;
  line-height: 1.3;
}
@media only screen and (max-width: 550px) {
  #contact .sectionTitleWrap .midCaptionEsWrap .midCaptionEs {
    font-size: 22px;
  }
}
#contact .contentWrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  background-color: #fff;
  padding: 7%;
  border-radius: 20px;
  border: 1px solid var(--esRed);
}
#contact .contentWrap .flexRightWrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
#contact .contentWrap .flexRightWrap .telWrap {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr;
}
#contact .contentWrap .flexRightWrap .telWrap .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#contact .contentWrap .flexRightWrap .telWrap .tel .iconWrap {
  display: block;
  width: 30px;
  transform: rotate(17deg);
}
@media only screen and (max-width: 550px) {
  #contact .contentWrap .flexRightWrap .telWrap .tel .iconWrap {
    width: 26px;
  }
}
#contact .contentWrap .flexRightWrap .telWrap .tel .telNum .f_family_pop {
  font-size: 40px;
  font-weight: 700;
  color: var(--esRed);
  white-space: nowrap;
}
@media only screen and (max-width: 550px) {
  #contact .contentWrap .flexRightWrap .telWrap .tel .telNum .f_family_pop {
    font-size: 33px;
  }
}
#contact .contentWrap .flexRightWrap .telWrap .textWrap {
  margin-top: 4px;
}
@media only screen and (max-width: 550px) {
  #contact .contentWrap .flexRightWrap .telWrap .textWrap {
    margin-top: 8px;
  }
}
#contact .contentWrap .flexRightWrap .telWrap .textWrap .text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 550px) {
  #contact .contentWrap .flexRightWrap .telWrap .textWrap .text {
    font-size: 15px;
  }
}
#contact .contentWrap .flexRightWrap .telWrap .textWrap .text .big {
  font-size: 22px;
}
@media only screen and (max-width: 550px) {
  #contact .contentWrap .flexRightWrap .telWrap .textWrap .text .big {
    font-size: 19px;
  }
}
#contact .contentWrap .flexRightWrap .btnWrap {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
#contact .contentWrap .flexRightWrap .btnWrap .ctaButton {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 550px) {
  #contact .contentWrap .flexRightWrap .btnWrap .ctaButton {
    padding: 16px 0;
  }
}
#contact .contentWrap .flexRightWrap .btnWrap .ctaButton .iconWrap {
  display: block;
  width: 28px;
}

.archive .contentWrap .archiveSlide {
  display: flex;
  gap: 20px;
  margin-right: -40px;
  width: 520px;
}
@media only screen and (max-width: 550px) {
  .archive .contentWrap .archiveSlide {
    margin-right: -15px;
    width: calc(100vw - 15px);
  }
}
.archive .contentWrap .archiveSlide .item {
  display: block;
  width: 220px;
}
.archive .contentWrap .archiveSlide .item .link {
  display: block;
  width: 220px;
}
.archive .contentWrap .archiveSlide .item .link:hover .imgWrap img {
  transform: scale(1.1, 1.1);
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .archive .contentWrap .archiveSlide .item .link {
    width: 100%;
  }
}
.archive .contentWrap .archiveSlide .item .link .imgWrap {
  position: relative;
  display: block;
  width: 220px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 550px) {
  .archive .contentWrap .archiveSlide .item .link .imgWrap {
    width: 100%;
  }
}
.archive .contentWrap .archiveSlide .item .link .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 0.5s;
}
.archive .contentWrap .archiveSlide .item .link .imgWrap .imgText {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  margin: auto;
  width: 75%;
  height: 75%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  text-align: center;
  z-index: 1;
}
.archive .contentWrap .archiveSlide .item .link .imgWrap .imgText .textWrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.archive .contentWrap .archiveSlide .item .link .imgWrap .imgText .textWrap .eventTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.archive .contentWrap .archiveSlide .item .link .imgWrap .imgText .textWrap .day {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.archive .contentWrap .archiveSlide .item .link .imgWrap .imgText .textWrap .day::after {
  content: "";
  margin: 0 auto;
  inset: -15px 0;
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  background-color: #707070;
}
.archive .contentWrap .archiveSlide .item .link .imgWrap .imgText .textWrap .day .date {
  font-size: 12px;
  font-weight: bold;
}

.subdivision .contentWrap {
  margin-top: 60px;
}
.subdivision .contentWrap .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.subdivision .contentWrap .list .item .link {
  position: relative;
  display: flex;
  gap: 25px;
  align-items: center;
}
.subdivision .contentWrap .list .item .link:hover .imgWrap img {
  transform: scale(1.1, 1.1);
}
.subdivision .contentWrap .list .item .link:hover .textWrap .text {
  color: var(--esRed);
}
.subdivision .contentWrap .list .item .link.no-click {
  pointer-events: none;
}
@media only screen and (max-width: 550px) {
  .subdivision .contentWrap .list .item .link {
    gap: 12px;
  }
}
.subdivision .contentWrap .list .item .link .imgWrap {
  position: relative;
  display: block;
  width: 40%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.subdivision .contentWrap .list .item .link .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 0.5s;
}
.subdivision .contentWrap .list .item .link .imgWrap .imgText {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--esRed);
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  z-index: 1;
}
@media only screen and (max-width: 550px) {
  .subdivision .contentWrap .list .item .link .imgWrap .imgText {
    font-size: 16px;
  }
}
.subdivision .contentWrap .list .item .link .textWrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  flex: 1;
}
@media only screen and (max-width: 550px) {
  .subdivision .contentWrap .list .item .link .textWrap {
    gap: 6px;
  }
}
.subdivision .contentWrap .list .item .link .textWrap .placeName {
  display: grid;
  gap: 10px;
}
.subdivision .contentWrap .list .item .link .textWrap .placeName .labelWrap .label {
  display: inline-block;
  width: fit-content;
  padding: 4px 8px 3px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background-color: var(--esRed);
}
@media only screen and (max-width: 550px) {
  .subdivision .contentWrap .list .item .link .textWrap .placeName .labelWrap .label {
    font-size: 13px;
  }
}
.subdivision .contentWrap .list .item .link .textWrap .placeName .labelWrap .label.red {
  background-color: #ff4848;
}
.subdivision .contentWrap .list .item .link .textWrap .placeName .labelWrap .label.grey {
  background-color: #727272;
}
.subdivision .contentWrap .list .item .link .textWrap .placeName .text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 550px) {
  .subdivision .contentWrap .list .item .link .textWrap .placeName .text {
    font-size: 16px;
  }
}
.subdivision .contentWrap .list .item .link .textWrap .placeName .moreButtonWrap {
  margin: 0;
}
.subdivision .contentWrap .list .item .link .textWrap .arrowWrap {
  margin: 8px 0 0 auto;
}

.placeInfo {
  display: grid;
  grid-template-columns: 1fr;
}
.placeInfo .item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.placeInfo .item .infoName {
  margin-right: 0;
  color: #707070;
  font-size: 10px;
  padding: 1px 3px 1px 3px;
  border: 1px solid #707070;
}
.placeInfo .item .infoText {
  font-size: clamp(16px, 1.4641288433vw, 20px);
}
.placeInfo .item .infoText .f_bold {
  font-size: clamp(16px, 1.4641288433vw, 20px);
  font-weight: bold;
}
.placeInfo .item .infoText .small {
  font-size: clamp(12px, 1.1713030747vw, 16px);
}

.event .contentWrap {
  margin-top: 60px;
}
.event .contentWrap .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (max-width: 550px) {
  .event .contentWrap .list {
    gap: 30px;
  }
}
.event .contentWrap .list .item .link {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 550px) {
  .event .contentWrap .list .item .link {
    align-items: flex-start;
  }
}
.event .contentWrap .list .item .link.no-click {
  pointer-events: none;
}
.event .contentWrap .list .item .link .imgtagWrap {
  display: block;
  width: 40%;
}
.event .contentWrap .list .item .link .imgtagWrap .imgWrap {
  position: relative;
  display: block;
  width: 100%;
}
.event .contentWrap .list .item .link .imgtagWrap .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 20px;
}
.event .contentWrap .list .item .link .textWrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  flex: 1;
}
@media only screen and (max-width: 550px) {
  .event .contentWrap .list .item .link .textWrap {
    gap: 10px;
  }
}
.event .contentWrap .list .item .link .textWrap .eventText {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.event .contentWrap .list .item .link .textWrap .tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.event .contentWrap .list .item .link .textWrap .arrowWrap {
  margin: 0 0 0 auto;
}

.photo .contentWrap .photoMainSlide {
  margin-top: 25px;
  gap: 10px;
  margin: 0 -30px 0 -40px;
  width: 550px;
}
@media only screen and (max-width: 550px) {
  .photo .contentWrap .photoMainSlide {
    width: 100%;
    margin: 0 auto;
  }
}
.photo .contentWrap .photoMainSlide .imgWrap {
  display: block;
  width: 550px;
}
@media only screen and (max-width: 550px) {
  .photo .contentWrap .photoMainSlide .imgWrap {
    width: 100%;
  }
}
.photo .contentWrap .photoMainSlide .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 4/3;
}
.photo .contentWrap .photoThumnailSlide {
  display: flex;
  margin-top: 25px;
  gap: 10px;
  margin-right: -40px;
  width: 490px;
}
@media only screen and (max-width: 550px) {
  .photo .contentWrap .photoThumnailSlide {
    width: 100%;
  }
}
.photo .contentWrap .photoThumnailSlide .item {
  display: block;
  width: 100px !important;
}
.photo .contentWrap .photoThumnailSlide .item .imgWrap {
  display: block;
  width: 140px;
  margin: 0;
}
@media only screen and (max-width: 550px) {
  .photo .contentWrap .photoThumnailSlide .item .imgWrap {
    width: 100%;
  }
}
.photo .contentWrap .photoThumnailSlide .item .imgWrap img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.point .contentWrap .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.point .contentWrap .list .item .textWrap {
  margin-top: 20px;
}
.point .contentWrap .list .item .textWrap .num {
  font-size: 16px;
  font-weight: 600;
}
.point .contentWrap .list .item .textWrap .pointTitle {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.point .contentWrap .list .item .textWrap .baseText {
  margin-top: 5px;
}

.planList .contentWrap .list {
  display: block;
}
.planList .contentWrap .list .item {
  border-top: 1px solid #000;
}
.planList .contentWrap .list .item:last-child {
  border-bottom: 1px solid #000;
}
.planList .contentWrap .list .item .link {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border: 1px;
  align-items: center;
}
.planList .contentWrap .list .item .link:hover .imgWrap img {
  transform: scale(1.1, 1.1);
}
.planList .contentWrap .list .item .link .textWrap {
  flex: 1;
  display: block;
}
.planList .contentWrap .list .item .link .textWrap .planNameWrap .planNameSub {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.planList .contentWrap .list .item .link .textWrap .planNameWrap .planName {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.2;
}
.planList .contentWrap .list .item .link .textWrap .arrowWrap {
  margin: 20px 0 0 auto;
}
.planList .contentWrap .list .item .link .imgWrap {
  display: block;
  width: 50%;
  overflow: hidden;
}
.planList .contentWrap .list .item .link .imgWrap img {
  transition: all 0.5s;
  aspect-ratio: 16/11;
}

.estimateInfo .contentWrap .list {
  display: block;
}
.estimateInfo .contentWrap .list .item {
  border-bottom: 1px solid #888;
}
.estimateInfo .contentWrap .list .item .link {
  padding: 25px 0;
  display: block;
}
.estimateInfo .contentWrap .list .item .link .textWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 20px;
}
.estimateInfo .contentWrap .list .item .link .text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.faqList .contentWrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.faqList .contentWrap .hideContent {
  display: none;
}
.faqList .contentWrap .faqShow {
  display: grid;
  grid-template-columns: 1fr;
}
.faqList .contentWrap .accordion {
  margin: 5px 0;
  cursor: pointer;
}
.faqList .contentWrap .accordion::before, .faqList .contentWrap .accordion::after {
  width: 24px;
  right: 20px;
}
.faqList .contentWrap .accordion .accordionBtn {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 15px;
  padding: 12px 15px;
  background-color: var(--esBeige);
  border-radius: 5px;
}
.faqList .contentWrap .accordion .accordionBtn.active::after {
  transform: translateY(-50%) rotate(0deg);
}
.faqList .contentWrap .accordion .accordionBtn::before, .faqList .contentWrap .accordion .accordionBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  right: 18px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.faqList .contentWrap .accordion .accordionBtn::after {
  transform: translateY(-50%) rotate(-90deg);
}
.faqList .contentWrap .accordion .accordionBtn .baseText {
  padding-right: 27px;
}
.faqList .contentWrap .accordion .accordionBtn .qa_f_b {
  font-size: 24px;
  font-weight: bold;
}
.faqList .contentWrap .accordion .accordionContent {
  display: none;
}
.faqList .contentWrap .accordion .accordionContent.active {
  display: block;
}
.faqList .contentWrap .accordion .accordionContent .accordionContentFlex {
  display: flex;
  padding: 12px 15px;
  gap: 15px;
}
.faqList .contentWrap .accordion .accordionContent .accordionContentFlex .qa_f_b {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .faqList .contentWrap .accordion .accordionContent .accordionContentFlex .qa_f_b {
    font-size: 28px;
  }
}
@media only screen and (max-width: 550px) {
  .faqList .contentWrap .accordion .accordionContent .accordionContentFlex .qa_f_b {
    font-size: 26px;
  }
}
.faqList .contentWrap .btnWrap {
  margin-top: 40px;
}
.faqList .contentWrap .btnWrap .btnText::before, .faqList .contentWrap .btnWrap .btnText::after {
  background-color: var(--esRed);
}

.footerWrap {
  position: relative;
  inset: 0;
  top: 80svh;
  bottom: 0;
  display: block;
  margin: auto;
  padding: 150px 0 70px 0;
  margin-top: -150px;
  margin-bottom: 0;
  width: 550px;
  height: fit-content;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 550px) {
  .footerWrap {
    width: 100%;
  }
}
.footerWrap #footBnr .inner {
  padding-inline: 40px;
}
.footerWrap #breadcrumbWrap {
  padding-inline: 40px;
}
@media only screen and (max-width: 550px) {
  .footerWrap #breadcrumbWrap {
    padding-inline: 7%;
  }
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .footerWrap #breadcrumbWrap .breadcrumb ul li {
    font-size: 14px;
  }
}
.footerWrap #footWrap {
  background-color: #fff;
}
.footerWrap #footWrap #footer #footInner {
  padding: 0;
}
.footerWrap #footWrap #footer #footInner #footNavWrap {
  display: block;
  padding-top: 7%;
}
.footerWrap #footWrap #footer #footInner #footNavWrap .logoAndInfo {
  margin: 0 auto;
  width: fit-content;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .footerWrap #footWrap #footer #footInner #footNavWrap .logoAndInfo .info .companyName {
    font-size: 20px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .footerWrap #footWrap #footer #footInner #footNavWrap .logoAndInfo .info .address {
    font-size: 16px;
  }
}
.footerWrap #footWrap #footer #footInner #footNavWrap .footGnav {
  margin-top: 7%;
  width: 100%;
}
.footerWrap #footWrap #footer #footInner #footNavWrap .footGnav .footGnavList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e2e2e2;
}
.footerWrap #footWrap #footer #footInner #footNavWrap .footGnav .footGnavList li {
  margin: 0;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-left: none;
  box-sizing: border-box;
}
.footerWrap #footWrap #footer #footInner #footNavWrap .footGnav .footGnavList li:nth-child(odd) {
  border-right: 1px solid #e2e2e2;
}
.footerWrap #footWrap #footer #footInner #footNavWrap .footGnav .footGnavList li a {
  display: block;
  padding: 1em;
  box-sizing: border-box;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .footerWrap #footWrap #footer #footInner #footNavWrap .footGnav .footGnavList li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .footerWrap #footWrap #footer #footInner #footNavWrap .footGnav .footGnavList li a {
    font-size: 3.5vw;
  }
}
.footerWrap #footWrap #footer #footInner #footOtherWrap {
  padding: 40px;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
}
.footerWrap #footWrap #footer #footInner #footOtherWrap .textInfo .license {
  text-align: center;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .footerWrap #footWrap #footer #footInner #footOtherWrap .textInfo .license {
    font-size: 14px;
  }
}
.footerWrap #footWrap #footer #footInner #footOtherWrap .textInfo .copy {
  text-align: center;
}
@media only screen and (min-width: 550px) and (max-width: 1079px) {
  .footerWrap #footWrap #footer #footInner #footOtherWrap .textInfo .copy {
    font-size: 14px;
  }
}