@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Shippori+Mincho:wght@600;700&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: unset;
}

h1,
.h1-like {
  font-size: 24px;
  font-weight: 700;
}

h2,
.h2-like {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

h3,
.h3-like {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

h4,
.h4-like {
  font-size: 11px;
  font-weight: 700;
}
h4.h4-like-400,
.h4-like.h4-like-400 {
  font-weight: 400;
}

p,
.p-like {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}
p .p-700,
.p-like .p-700 {
  font-weight: 700;
}

ul li, ol li {
  font-size: 12px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 32px;
  }

  h2,
.h2-like {
    font-size: 20px;
  }

  h3,
.h3-like {
    font-size: 18px;
  }

  h4,
.h4-like {
    font-size: 13px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  ul li, ol li {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 40px;
  }

  h2,
.h2-like {
    font-size: 28px;
  }

  h3,
.h3-like {
    font-size: 20px;
  }

  h4,
.h4-like {
    font-size: 14px;
  }

  p,
.p-like {
    font-size: 18px;
    line-height: 200%;
  }

  ul li, ol li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 50px;
  }

  h2,
.h2-like {
    font-size: 35px;
  }

  h3,
.h3-like {
    font-size: 25px;
  }

  h4,
.h4-like {
    font-size: 16px;
  }

  p,
.p-like {
    font-size: 20px;
  }

  ul li, ol li {
    font-size: 20px;
  }
}
.font-lato-bold {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.font-lato-regular {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-shippori-semi {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}

.font-shippori-bold {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 700;
}

header .local-nav {
  border-bottom: unset;
}

.landing {
  width: 100%;
  max-width: 100%;
  background: url(../img/lp-banner.webp) center no-repeat;
  background-size: cover;
  background-position: center;
}
.landing .landing-banner {
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 1420px;
  max-width: 85.5%;
  min-height: 450px;
  margin: 0 auto;
}
.landing .landing-banner .text-group {
  max-width: 60%;
  z-index: 2;
}
.landing .landing-banner .text-group h1 {
  color: #ffffff;
  margin-bottom: 0.6em;
  font-size: 60px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.2em;
}
.landing .landing-banner .text-group .newest-post {
  background-color: rgba(112, 112, 112, 0.7);
  color: #ffffff;
  padding: clamp(12px, 2.4vw, 24px) clamp(18px, 3.6vw, 36px);
  margin-bottom: 12px;
}
.landing .landing-banner .text-group .newest-post .top-row {
  width: 100%;
  align-items: center;
}
.landing .landing-banner .text-group .newest-post .top-row .cat-name {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 100%;
  padding: 0.9em 1.2em;
  border: 2px solid #ffffff;
  margin: auto 2em auto 0;
  display: inline-block;
}
.landing .landing-banner .text-group .newest-post .top-row .cat-name:hover {
  opacity: 0.6;
}
.landing .landing-banner .text-group .newest-post .top-row .card-date {
  margin-right: 2.5em;
  font-size: 16px;
}
.landing .landing-banner .text-group .newest-post .top-row .tag-container ul {
  display: flex;
  list-style-type: "#";
  flex-wrap: wrap;
  padding-left: 1em;
}
.landing .landing-banner .text-group .newest-post .top-row .tag-container ul li {
  font-size: 16px;
  margin-right: 1.5em;
  line-height: 200%;
}
.landing .landing-banner .text-group .newest-post .top-row .tag-container ul li:last-of-type {
  margin-right: 0;
}
.landing .landing-banner .text-group .newest-post .top-row .tag-container ul li a:hover {
  opacity: 0.8;
}
.landing .landing-banner .text-group .newest-post .bottom-row {
  margin-top: 14px;
}
.landing .landing-banner .text-group .newest-post .bottom-row h3 {
  font-size: 30px;
  line-height: 125%;
}
.landing .landing-banner .text-group .newest-post .bottom-row a:hover {
  opacity: 0.6;
}
.landing .landing-banner .avatar {
  width: 300px;
  max-width: 40%;
  z-index: 1;
}
.landing .landing-banner .avatar img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 1200px) {
  .landing .landing-banner .text-group h1 {
    font-size: 42px;
  }
  .landing .landing-banner .text-group .newest-post .top-row {
    flex-wrap: wrap;
  }
  .landing .landing-banner .text-group .newest-post .top-row .cat-name {
    font-size: 16px;
  }
  .landing .landing-banner .text-group .newest-post .top-row .card-date,
.landing .landing-banner .text-group .newest-post .top-row .tag-container ul li {
    font-size: 14px;
  }
  .landing .landing-banner .text-group .newest-post .bottom-row h3 {
    font-size: 24px;
  }
  .landing .landing-banner .avatar {
    max-width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .landing {
    background: url(../img/lp-banner-mobile.webp) center no-repeat;
    background-size: cover;
    background-position: center;
  }
  .landing .landing-banner {
    padding-top: 50px;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
  }
  .landing .landing-banner .text-group {
    max-width: 96%;
    margin-bottom: 12%;
  }
  .landing .landing-banner .text-group h1 {
    font-size: 36px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6));
  }
  .landing .landing-banner .text-group .newest-post {
    display: none;
  }
  .landing .landing-banner .avatar {
    position: absolute;
    max-width: 92%;
    margin: 0 0 0 auto;
    align-self: flex-end;
  }
  .landing .landing-banner .avatar img {
    filter: unset;
  }
}

section.mobile-newest {
  align-items: center;
  margin: 24px auto 0 auto;
}
section.mobile-newest .newest-post {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(112, 112, 112, 0.7);
  color: #ffffff;
  padding: 20px 40px;
  margin: 40px auto 0 auto;
}
section.mobile-newest .newest-post .top-row {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.mobile-newest .newest-post .top-row .cat-name {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  padding: 0.9em 1.2em;
  border: 2px solid #ffffff;
  margin: 0 0.8em 0.5em 0;
  display: inline-block;
}
section.mobile-newest .newest-post .top-row .cat-name:hover {
  opacity: 0.6;
}
section.mobile-newest .newest-post .top-row .card-date {
  font-size: 14px;
  line-height: 180%;
}
section.mobile-newest .newest-post .top-row .tag-container {
  width: 100%;
}
section.mobile-newest .newest-post .top-row .tag-container ul {
  display: flex;
  list-style-type: "#";
  flex-wrap: wrap;
  padding-left: 1em;
}
section.mobile-newest .newest-post .top-row .tag-container ul li {
  font-size: 14px;
  margin-right: 1.5em;
  line-height: 180%;
}
section.mobile-newest .newest-post .top-row .tag-container ul li:last-of-type {
  margin-right: 0;
}
section.mobile-newest .newest-post .bottom-row {
  margin-top: 5px;
}
section.mobile-newest .newest-post .bottom-row h3 {
  font-size: 18px;
  line-height: 125%;
}
section.mobile-newest .newest-post .bottom-row a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 801px) {
  section.mobile-newest {
    display: none;
  }
}

.overview .title-line {
  margin: clamp(40px, 9vw, 90px) 0 clamp(30px, 5vw, 50px) 0;
}

.categories {
  margin: clamp(40px, 10vw, 100px) auto 0 auto;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 1460px;
}
.categories .cat-container {
  width: clamp(500px, 40vw, 683px);
  max-width: 100%;
  margin: clamp(30px, 6vw, 60px) clamp(5px, 1vw, 20px);
}
.categories .cat-container .title-container {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 5px solid #707070;
  align-items: center;
  margin-bottom: 35px;
}
.categories .cat-container .title-container p {
  background: url(../img/speech-bubble.svg) left no-repeat;
  background-size: 99% 99%;
  box-sizing: border-box;
  min-width: 192px;
  min-height: 32px;
  margin-left: 10px;
  text-align: center;
  padding-left: 20px;
}
.categories .cat-container .title-container p.wide-text {
  background: url(../img/speech-bubble-wide.svg) left no-repeat;
  min-width: 214px;
  background-size: 100% 100%;
}
.categories .cat-container .title-container .three-bars-vert {
  height: 40px;
  margin-right: 10px;
}
.categories .cat-container .title-container .three-bars-vert .bar {
  display: block;
  height: 100%;
  width: 16px;
  background-color: #707070;
  margin-right: 5px;
}
.categories .cat-container .title-container .three-bars-vert .bar:nth-of-type(2) {
  width: 12px;
}
.categories .cat-container .title-container .three-bars-vert .bar:nth-of-type(3) {
  width: 8px;
}
.categories .cat-container.mylifestyle-container .title-container {
  border-color: #F4895E;
}
.categories .cat-container.mylifestyle-container .title-container .three-bars-vert .bar {
  background-color: #F4895E;
}
.categories .cat-container.jobandcareer-container .title-container {
  border-color: #7BC9E6;
}
.categories .cat-container.jobandcareer-container .title-container .three-bars-vert .bar {
  background-color: #7BC9E6;
}
.categories .cat-container.family-container .title-container {
  border-color: #FFDB7C;
}
.categories .cat-container.family-container .title-container .three-bars-vert .bar {
  background-color: #FFDB7C;
}
.categories .cat-container.schoolandwork-container .title-container {
  border-color: #C2DE7F;
}
.categories .cat-container.schoolandwork-container .title-container .three-bars-vert .bar {
  background-color: #C2DE7F;
}
.categories .cat-container.love-container .title-container {
  border-color: #F89FB7;
}
.categories .cat-container.love-container .title-container .three-bars-vert .bar {
  background-color: #F89FB7;
}
.categories .cat-container.workandcareer-container .title-container {
  border-color: #D9A2F0;
}
.categories .cat-container.workandcareer-container .title-container .three-bars-vert .bar {
  background-color: #D9A2F0;
}
.categories .cat-container .cat-card {
  width: 100%;
  height: 160px;
  border: 1px solid #707070;
  margin-bottom: 20px;
}
.categories .cat-container .cat-card .img-container {
  width: 35%;
  height: 100%;
}
.categories .cat-container .cat-card .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.categories .cat-container .cat-card .content-container {
  width: 100%;
  margin: 5px 15px;
  justify-content: space-between;
}
.categories .cat-container .cat-card .content-container .bottom-row {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.categories .cat-container .cat-card .content-container .bottom-row .card-date {
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .categories .cat-container .cat-card .content-container .bottom-row .card-date {
    font-size: 14px;
  }
}
.categories .cat-container .cat-card .content-container .author-row {
  width: fit-content;
  align-items: flex-end;
}
.categories .cat-container .cat-card .content-container .author-row p {
  margin-right: 15px;
}
.categories .cat-container .cat-card .content-container .author-row img {
  width: clamp(40px, 4vw, 75px);
  border-radius: 50%;
}
.categories .cat-container .cat-card a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .categories .cat-container .title-container {
    position: relative;
    padding-bottom: 12px;
    align-items: flex-start;
  }
  .categories .cat-container .title-container .three-bars-vert {
    height: 30px;
  }
  .categories .cat-container .title-container h2 {
    font-size: 22px;
    z-index: 3;
  }
  .categories .cat-container .title-container p {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: url(../img/speech-bubble-mobile.svg) left no-repeat !important;
    background-size: contain;
    transform: translateY(60%);
    right: -5px;
    bottom: 0;
    min-width: 180px;
    min-height: 36px;
    font-size: 16px;
    z-index: 2;
  }
  .categories .cat-container .cat-card {
    height: unset;
    min-height: 80px;
  }
  .categories .cat-container .cat-card .img-container {
    min-width: 120px;
    object-fit: cover;
  }
  .categories .cat-container .cat-card .content-container {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .categories .cat-container .cat-card .content-container .card-title a {
    font-size: 12px;
    font-weight: bold;
  }
  .categories .cat-container .cat-card .content-container .bottom-row .card-date {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
  .categories .cat-container .cat-card .content-container .bottom-row .author-row {
    display: none;
  }
}

.member {
  margin: clamp(40px, 9vw, 90px) auto;
  align-items: center;
}
.member .member-container {
  justify-content: center;
  flex-wrap: wrap;
  width: 1294px;
  max-width: 96%;
  margin: clamp(20px, 6.5vw, 65px) auto;
}
.member .member-container .member-card {
  width: 234px;
  margin: 20px 10px;
  text-align: center;
  font-weight: 400;
}
.member .member-container .member-card a {
  width: 100%;
  font-weight: 700;
}
.member .member-container .member-card a:hover {
  opacity: 0.8;
}
.member .member-container .member-card a,
.member .member-container .member-card span {
  max-width: 96%;
  line-height: 180%;
}
.member .member-container .member-card .title {
  line-height: 200%;
  font-weight: 900;
}
.member .member-container .member-card img {
  border-radius: 50%;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .member .member-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .member .member-container .member-card {
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  .member .member-container .member-card a img {
    min-width: clamp(120px, 30vw, 240px);
    width: clamp(120px, 30vw, 240px);
    height: clamp(120px, 30vw, 240px);
  }
  .member .member-container .member-card .a-wrapper {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
  .member .member-container .member-card .a-wrapper a {
    font-size: 20px;
  }
  .member .member-container .member-card .a-wrapper .title {
    font-size: 14px;
    line-height: 140%;
  }
  .member .member-container .member-card .a-wrapper .catch {
    font-size: 13px;
  }
}

section.about {
  margin-bottom: clamp(40px, 10vw, 140px);
}
section.about .image-container {
  width: 100%;
  margin-top: 45px;
  justify-content: space-between;
  align-items: flex-end;
}
section.about .image-container .left-col {
  margin: 0 5% 0 auto;
  width: 800px;
  height: 100%;
}
section.about .image-container .left-col .text-wrapper {
  max-width: 675px;
}
section.about .image-container .left-col .text-wrapper .text-block {
  font-weight: bold;
}
section.about .image-container .left-col .text-wrapper .arrow-btn {
  align-self: flex-end;
  background: url(../img/arrow-btn.svg) bottom right no-repeat;
  background-size: 100%;
  width: 180px;
  margin: clamp(24px, 3.2vw, 32px) 0 clamp(32px, 7vw, 70px) 0;
}
section.about .image-container .left-col .text-wrapper .arrow-btn p {
  margin-left: 20%;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
section.about .image-container .left-col .text-wrapper .arrow-btn:hover {
  opacity: 0.6;
}
section.about .image-container .left-col .cert-row {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
section.about .image-container .left-col .cert-row > * {
  width: 386px;
  max-width: 48%;
}
section.about .image-container .left-col .cert-row > * p {
  font-size: 16px;
  margin-bottom: 1em;
}
section.about .image-container .left-col .cert-row > * a:hover {
  opacity: 0.6;
}
section.about .image-container .right-col {
  align-self: flex-start;
  width: 500px;
  max-width: 45%;
}
@media screen and (max-width: 1500px) {
  section.about .image-container .left-col {
    max-width: 56%;
  }
  section.about .image-container .right-col {
    max-width: 35%;
  }
}
@media screen and (max-width: 1000px) {
  section.about .image-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }
  section.about .image-container .left-col {
    max-width: 100%;
  }
  section.about .image-container .left-col .cert-row {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  section.about .image-container .left-col .cert-row > * {
    max-width: 100%;
    margin-bottom: 40px;
  }
  section.about .image-container .left-col .cert-row > * p {
    margin-bottom: 1em;
  }
  section.about .image-container .left-col .cert-row > * a:hover {
    opacity: 0.6;
  }
  section.about .image-container .right-col {
    align-self: center;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  section.about .image-container .right-col {
    width: 100vw;
    max-width: 100vw;
  }
}

section.contact {
  margin-bottom: clamp(80px, 10vw, 140px);
}
section.contact .title-line {
  display: flex;
}

.info {
  width: 790px;
  max-width: 80%;
  margin: 20px auto clamp(80px, 20vw, 200px) auto;
}
.info .title-line {
  display: flex;
  justify-content: center;
}
.info .news-container {
  margin: clamp(26px, 5vw, 50px) auto;
  width: 500px;
  max-width: 90%;
}
.info .news-container .post-row {
  align-items: center;
  margin-bottom: 24px;
}
.info .news-container .post-row .blog-date,
.info .news-container .post-row p {
  font-weight: 400;
  line-height: 100%;
}
.info .news-container .post-row .blog-date {
  margin-right: 1.5vw;
}
.info .news-container .post-row:hover {
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .info .news-container {
    max-width: 100%;
  }
  .info .news-container .post-row {
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .info .news-container .post-row a {
    flex-direction: column;
    align-items: flex-start;
  }
  .info .news-container .post-row a .h4-like {
    font-size: 16px;
    line-height: 180%;
  }
  .info .news-container .post-row:nth-child(4) {
    display: none;
  }
}
.info .more-btn.hw-more a p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .info .more-btn.hw-more {
    width: 300px;
    padding: 9px 0;
  }
  .info .more-btn.hw-more a p {
    font-size: 16px;
  }
}

/*# sourceMappingURL=top.css.map */
