body {
  font-family: "Noto Sans JP";
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
  background: rgba(156, 175, 136, 0.2);
}

.header {
  max-width: 1300px;
  margin: 0 auto;
}

.fv {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .fv {
    padding-bottom: 0;
  }
}

.fv__image {
  position: relative;
}
.fv__image .fv__icon {
  display: inline-block;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
  left: clamp(40px, 10vw, 90px);
  max-width: 112px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__image .fv__icon {
    max-width: 182px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__image .fv__icon {
    min-width: 206px;
  }
}

.fv__text-box {
  position: absolute;
  top: 21%;
  left: clamp(40px, 10vw, 90px);
  color: #FFFFFF;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1200px) {
  .fv__text-box {
    top: 22%;
    left: clamp(40px, 10vw, 111px);
  }
}

.fv__text1 {
  position: relative;
  display: block;
  font-family: "Kaisei Opti", "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__text1 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__text1 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0.3em;
  }
}
.fv__text1::before {
  position: absolute;
  content: "";
  inset: 0;
  left: 10px;
  background-color: rgba(156, 175, 136, 0.8);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__text1::before {
    left: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__text1::before {
    left: 24px;
  }
}

.fv__text2 {
  position: relative;
  display: inline-block;
  font-family: "Kaisei Opti", "Noto Sans JP";
  font-size: 20px;
  font-weight: bold;
  margin-left: 41px;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__text2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__text2 {
    font-size: 55px;
    letter-spacing: 0.3em;
  }
}
.fv__text2::before {
  position: absolute;
  content: "";
  inset: 5px -10px 5px 10px;
  background-color: rgba(195, 122, 92, 0.8);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__text2::before {
    inset: 5px -10px 5px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__text2::before {
    inset: 5px -10px 5px 22px;
  }
}

.fv__title3 {
  display: inline-block;
  font-family: "Cormorant Garamond", "Noto Sans JP";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__title3 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__title3 {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 0.3em;
  }
}

.fv__sub-title {
  position: absolute;
  bottom: 17%;
  right: clamp(40px, 10vw, 90px);
  display: inline-block;
  font-family: "Kaisei Opti", "Noto Sans JP";
  font-size: 20px;
  color: #FFFFFF;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__sub-title {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__sub-title {
    font-size: 55px;
    bottom: 20%;
    right: clamp(40px, 10vw, 110px);
  }
}
.fv__sub-title::before {
  position: absolute;
  content: "";
  inset: 5px -3px 0 -3px;
  background-color: rgba(145, 145, 145, 0.6);
  backdrop-filter: blur(1px);
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .fv__sub-title::before {
    inset: 5px -20px 0 -20px;
  }
}

.sub2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sub2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .sub2 {
    font-size: 55px;
  }
}

.sub-symbol {
  color: rgb(195, 122, 92);
}

.title-box {
  position: relative;
  padding-top: 57px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title-box {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .title-box {
    padding-top: 80px;
  }
}

.title {
  position: absolute;
  top: 16%;
  left: calc(50% - 20px);
  display: block;
  font-family: "Cormorant Garamond", "Noto Sans JP";
  font-size: 20px;
  font-weight: bold;
  color: rgb(195, 122, 92);
  text-align: right;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.title:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title {
    font-size: 34px;
    left: calc(50% - 60px);
  }
}
@media screen and (min-width: 1200px) {
  .title {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% - 204px);
    font-size: 36px;
  }
}

.description {
  position: absolute;
  bottom: -14px;
  left: calc(50% - 100px);
  max-width: 266px;
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .description {
    bottom: 0;
    max-width: 400px;
    font-size: 18px;
    margin: 0px 20px 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .description {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% + 179px);
    max-width: 350px;
    font-size: 18px;
    line-height: 1.6;
  }
}

.category__box {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px #a3a3a3;
          box-shadow: 0 1px #a3a3a3;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .category__box {
    font-size: 24px;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .category__box {
    font-size: 26px;
    padding: 30px;
    margin-bottom: 100px;
    gap: 95px;
    letter-spacing: 0.3em;
  }
}

.category__title {
  font-weight: 600;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.category__title:hover {
  opacity: 0.7;
}

.category__title.active {
  border-bottom: 3px solid;
}
@media screen and (min-width: 1200px) {
  .category__title.active {
    border-bottom: 6px solid;
  }
}

.category__title.childcare.active {
  border-color: #F2A65A;
}

.category__title.health.active {
  border-color: #6BAF8F;
}

.category__title.learning.active {
  border-color: #6B8EC1;
}

.category__title.review.active {
  border-color: #C37A5C;
}

.category__title.time-saving.active {
  border-color: #8E8E8E;
}

.blog__home {
  padding-bottom: 94px;
}

.blog__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.blog__container {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-bottom: 53px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .blog__container {
    max-width: 750px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 68px;
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__container {
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    padding-bottom: 68px;
    margin: 0 auto;
    gap: 50px 20px;
  }
}

.blog__box {
  display: block;
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 2px #a3a3a3;
          box-shadow: 1px 1px 2px #a3a3a3;
}
@media screen and (min-width: 1200px) {
  .blog__box {
    max-width: 350px;
    width: 100%;
  }
}

.blog__card {
  padding: 20px 20px 13px 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.blog__card:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .blog__card {
    height: 325px;
  }
}

.blog__img-box {
  max-width: 295px;
  height: 165px;
  margin: 0 auto;
  overflow: hidden;
}

.blog__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.data-and-category-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 10px;
  padding-top: 13px;
  padding-bottom: 5px;
}

.time-and-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.post-category {
  padding: 3px 7px;
  color: #FFFFFF;
  border-radius: 4px;
}

.post-category.childcare {
  background-color: #F2A65A;
}

.post-category.health {
  background-color: #6BAF8F;
}

.post-category.learning {
  background-color: #6B8EC1;
}

.post-category.review {
  background-color: #C37A5C;
}

.post-category.time-saving {
  background-color: #8E8E8E;
}

.blog__title {
  color: #000000;
  font-weight: 700;
}

.archive-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button {
  display: inline-block;
  padding: 17px 84px;
  background: -webkit-gradient(linear, left top, right top, from(#F5EFE6), to(#EADFD0));
  background: linear-gradient(to right, #F5EFE6, #EADFD0);
  border: 1px solid #F5EFE6;
  border-radius: 50px;
  font-size: 17px;
  color: #555555;
  letter-spacing: 0.15em;
  -webkit-box-shadow: 0 2px 2px #a3a3a3;
          box-shadow: 0 2px 2px #a3a3a3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.button:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .button {
    font-size: 24px;
    padding: 20px 136px;
  }
}
@media screen and (min-width: 1200px) {
  .button {
    font-size: 24px;
    padding: 20px 136px;
  }
}

.profile {
  padding-bottom: 48px;
}
@media screen and (min-width: 1200px) {
  .profile {
    padding-bottom: 80px;
  }
}

.profile__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.profile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .profile__box {
    padding-bottom: 60px;
  }
}

.profile__title {
  font-family: "Cormorant Garamond", "Noto Sans JP";
  font-size: 20px;
  font-weight: bold;
  color: rgb(195, 122, 92);
  letter-spacing: 0.2em;
  padding-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__title {
    font-size: 36px;
  }
}

.profile__img {
  display: inline-block;
  max-width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile__img {
    min-width: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__img {
    min-width: 151px;
  }
}

.profile__description-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile__description-box {
    max-width: 580px;
    margin: 0 auto;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__description-box {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
  }
}

.list-ol {
  padding-left: 20px;
}

.content__list {
  list-style: disc;
}

.footer__copy {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: "Cormorant Garamond", "Noto Sans JP";
  font-size: 16px;
  text-align: center;
  background-color: #F5EFE6;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__copy {
    font-size: 20px;
    padding: 30px 0 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__copy {
    font-size: 18px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers {
  padding: 5px 10px;
  border-radius: 4px;
}

.current {
  background-color: #FFFFFF;
}

.main {
  max-width: 1120px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}

.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (min-width: 1200px) {
  .main__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

@media screen and (min-width: 1200px) {
  .main__left-contents {
    width: 64.2857142857%;
  }
}

.main__left-contents-inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .main__left-contents-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.time-content {
  display: block;
  color: #B6923F;
  font-weight: 700;
}

.left__title-box {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.left__title-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #B6923F;
}

.main__left-title {
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #3a3a3a;
}

.main__left-sub-title {
  font-size: 12px;
  text-align: center;
}

.single-main {
  margin-bottom: 40px;
}

.single-left-contents {
  padding-bottom: 40px;
}

.single-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.single-title {
  font-size: 30px;
}

.single-description-box {
  font-size: 16px;
}

.left__contents-boxes h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding-left: 15px;
  margin: 20px 0 20px 0;
}
.left__contents-boxes h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #B6923F;
}
.left__contents-boxes h3 {
  font-size: 22px;
  padding: 20px 0 20px 0;
  font-weight: bold;
}
.left__contents-boxes h4 {
  font-size: 20px;
  padding: 20px 0 20px 0;
  font-weight: bold;
}
.left__contents-boxes h5 {
  font-size: 18px;
  padding: 20px 0 20px 0;
  font-weight: bold;
}
.left__contents-boxes h6 {
  font-size: 16px;
  padding: 20px 0 20px 0;
  font-weight: bold;
}
.left__contents-boxes p {
  padding-bottom: 20px;
}
.left__contents-boxes a {
  color: #C37A5C;
  text-decoration: underline;
}
.left__contents-boxes a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f35d";
  font-weight: 900;
  margin-right: 6px;
}
.left__contents-boxes ul {
  display: block;
  list-style: circle;
  padding: 10px 0 20px 20px;
}
.left__contents-boxes img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .left__contents-boxes img {
    max-width: 520px;
  }
}

.article__boxes {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.before-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background-color: #B6923F;
  color: #FFFFFF;
  border-radius: 7px;
}

.next-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background-color: #B6923F;
  color: #FFFFFF;
  border-radius: 7px;
}

.main__right-contents {
  padding-top: 70px;
  background-color: rgba(156, 175, 136, 0.2);
}
@media screen and (min-width: 1200px) {
  .main__right-contents {
    width: 44.6428571429%;
  }
}

.main__right-contents-inner {
  padding-left: 10px;
  padding-right: 10px;
}