@charset "utf-8";

/*===================
共通
===================*/
.bdr_ttl--type02 {
  font-size: 26px;
  text-align: center;
}
.box-pad--type02 {
  margin-top: 18px;
  margin-bottom: 32px;
  text-align: center;
}
.ilblk {
  display: inline-block;
}

/*===================
アーカイブ
===================*/

.archive-service__catBox {
  margin-top: 35px;
  margin-bottom: 75px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.25vw, 18px) 2%;
}
.archive-service__cat {
  padding: 17px 26px;
  background: #fce7d6;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.1;
  color: #f2984f;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.archive-service__cat::after {
  content: "";
  display: block;
  width: 13px;
  height: 14px;
  background: url(../imgs/common/arrow_r.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transition: 0.2s;
}

.archive-service__cat.active {
  background: #d9edea;
  color: #4eb3b7;
}
.archive-service__cat.active::after {
  display: none;
}
.archive-service__cat:hover {
  background: #d9edea;
  color: #4eb3b7;
}
.archive-service__cat:hover::after {
  background: url(../imgs/index/btn_arrow_bl.svg) no-repeat center / contain;
}
.archive-service__contentsContainer + .archive-service__contentsContainer {
  margin-top: 80px;
}
.archive-service__anchor {
  margin-bottom: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
}
.archive-service__anchorBtnLink {
  display: block;
  padding: 10px 30px 10px 10px;
  font-size: 13px;
  color: #f2984f;
  position: relative;
}
.archive-service__anchorBtnLink:hover {
  text-decoration: underline;
}
.archive-service__anchorBtnLink::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../imgs/common/arrow_u.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.archive-service__contentsWrap {
  display: none;
}
.archive-service__contentsWrap.show {
  display: block;
}
.archive-service__title01 {
  margin-bottom: 46px;
  font-size: 19px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.archive-service__title01::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fce7d6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.archive-service__title02 {
  margin-bottom: 38px;
  font-size: 19px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
}
.archive-service__title02::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fce7d6;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: -1;
}
.archive-service__contentsList {
  padding-left: 1.4em;
  margin-bottom: 26px;
  list-style-type: decimal;
}
.archive-service__contentsListItem {
  display: list-item;
  font-size: 16px;
  line-height: 1.5;
}
.archive-service__contentsListItem + .archive-service__contentsListItem {
  margin-top: 5px;
}
.archive-service__contentsListItem .small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}
.archive-service__orange {
  max-width: 920px;
  padding: 25px 0;
  margin: 0 auto;
  background: #fce7d6;
  border-radius: 15px;
}
.archive-service__orangeInner {
  max-width: 857px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.archive-service__orangeTtl {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
.archive-service__orangeTxt {
  font-size: 12px;
  line-height: 1.75;
}
.archive-service__post {
  max-width: 920px;
  /* width: calc(100% - 40px); */
  margin: 38px auto 0;
}
.archive-service__contentsBox {
  max-width: 950px;
  margin: 0 auto;
}
.archive-service__contentsBox + .archive-service__contentsBox {
  margin-top: 80px;
}
.archive-service__postItem {
  padding: 15px 0 27px;
  border-radius: 15px;
  border: 1px solid #fceaee;
}
.archive-service__postItem + .archive-service__postItem {
  margin-top: 26px;
}
.archive-service__postItem.no-post {
  border: none;
}
.archive-service__postInner {
  max-width: 846px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.archive-service__postWrap {
  margin-bottom: 40px;
}
.archive-service__postContainer + .archive-service__postContainer {
  margin-top: 25px;
}
.archive-service__postContainer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.archive-service__postContents {
  flex: 1;
}
.archive-service__postThumb {
  position: relative;
  height: 0;
  width: 28%;
  padding-top: 18%;
  display: block;
  overflow: hidden;
}

.archive-service__postThumb .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  object-fit: cover;
}
.archive-service__postTtlBox {
  padding-bottom: 11px;
  border-bottom: 1px solid #fceaee;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.archive-service__postTtl {
  padding-top: 6px;
  font-size: 19px;
  line-height: 1.5;
}
.archive-service__postBtn {
  display: block;
  width: 148px;
  padding: 9px 0;
  background: #74becd;
  border: 2px solid #74becd;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  position: relative;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.2s ease;
}
.archive-service__postBtn::after {
  content: "";
  display: block;
  width: 13px;
  height: 14px;
  background: url(../imgs/common/btn_arrow.svg) center center / contain
    no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}
.archive-service__postBtn:hover {
  background: #fff;
  color: #74becd;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.archive-service__postBtn:hover::after {
  background: url(../imgs/common/btn_arrow_hv.svg) no-repeat center / contain;
}
.archive-service__postDl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.archive-service__postDl.notes {
  margin-top: 10px;
}
.archive-service__postDt,
.archive-service__postDd {
  font-size: 13px;
  line-height: 1.75;
}
.archive-service__postDt {
  width: 125px;
}
.archive-service__postDd {
  width: calc(100% - 125px);
}
.archive-service__postDd a {
  display: block;
  width: fit-content;
}
.archive-service__postDd a:hover {
  text-decoration: underline;
}
.archive-service__postBox {
  padding: 19px 32px;
  background: #fcf2ee;
  border-radius: 11px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.archive-service__postBoxLeft {
  width: 128px;
  font-size: 15px;
  line-height: 1.5;
  color: #e58d6a;
  position: relative;
}
.archive-service__postBoxLeft::before {
  content: "";
  display: block;
  width: 1px;
  height: 37px;
  background: #dcdbdc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 1;
}
.archive-service__postBoxRight {
  flex: 1;
  padding-left: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.archive-service__postBoxRight--item {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}
.archive-service__serviceWrap {
  margin: 20px 0 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.archive-service__service {
  width: 158px;
  padding: 6px 5px;
  border-radius: 999px;
  background: #efb562;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.archive-service__btn {
  width: fit-content;
}
.archive-service__btnLink {
  display: block;
  padding: 7px 29px 7px 11px;
  background: #74becd;
  border: 2px solid #74becd;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
  position: relative;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.2s ease;
}
.archive-service__btnLink::after {
  content: "";
  display: block;
  width: 13px;
  height: 14px;
  background: url(../imgs/common/btn_arrow.svg) center center / contain
    no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}
.archive-service__btnLink:hover {
  background: #fff;
  color: #74becd;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.archive-service__btnLink:hover::after {
  background: url(../imgs/common/btn_arrow_hv.svg) no-repeat center / contain;
}
/* モーダル↓ */
.modal__none {
  display: none;
}
.modal__pic {
  max-width: 530px;
  margin: 0 auto;
}
.modaal-container {
  padding: 30px 15px;
  border-radius: 10px;
  position: relative;
}
.modaal-content-container {
  padding: 0;
}
.modaal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modaal-close:after,
.modaal-close:before {
  background: #000;
}
/* モーダル↑ */
@media screen and (max-width: 1080px) {
  .archive-service__catBox {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 820px) {
  .archive-service__catBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .archive-service__service {
    width: fit-content;
    padding: 6px 10px;
  }
  .archive-service__anchor {
    flex-direction: column;
    gap: 14px;
  }
  .archive-service__contentsListItem {
    font-size: 14px;
  }

  .archive-service__postContainer {
    flex-direction: column;
    gap: 7px;
  }
  .archive-service__postTtlBox {
    flex-direction: column;
    row-gap: 15px;
  }
  .archive-service__postTtl {
    padding-top: 0;
    font-size: 16px;
  }
  .archive-service__postThumb {
    width: 100%;
    padding-top: 66%;
  }
  .archive-service__postDl {
    flex-direction: column;
  }
  .archive-service__postDt {
    width: 100%;
  }
  .archive-service__postDd {
    width: 100%;
  }
  .archive-service__postBox {
    padding: 11px 15px;
    flex-direction: column;
    row-gap: 10px;
  }
  .archive-service__postBoxLeft::before {
    display: none;
  }
  .archive-service__postBoxRight {
    padding-left: 0;
    gap: 19px;
  }
  .modaal-close {
    position: absolute;
    top: -4px;
    right: -10px;
  }
}
