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

.posts-main .overview {
  margin: clamp(40px, 10vw, 100px) auto;
}

.info-main {
  width: 100%;
  padding-bottom: clamp(60px, 20vw, 200px);
}
.info-main .info {
  width: 100%;
  margin-top: clamp(40px, 8vw, 80px);
}
.info-main .info .bloglist-area h3 {
  max-width: 80%;
}

.member-main {
  padding-bottom: 100px;
}
.member-main .member {
  margin: clamp(60px, 10vw, 100px) auto 40px auto;
  width: 1560px;
  max-width: 92%;
}
.member-main .member-container {
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.member-main .member-container .member-card {
  margin: 170px 1vw 40px 1vw;
  width: clamp(360px, 30vw, 450px);
  max-width: 92%;
  background-color: #F4F4F4;
  text-align: center;
}
.member-main .member-container .member-card .img-group {
  position: relative;
  width: 100%;
  margin: -150px auto 15px auto;
  height: clamp(240px, 20vw, 300px);
  width: calc(clamp(240px, 20vw, 300px) + 20px);
  z-index: 1;
}
.member-main .member-container .member-card .img-group img {
  position: absolute;
  right: 0;
  height: 100%;
  width: calc(100% - 20px);
  border-radius: 50%;
  z-index: 2;
}
.member-main .member-container .member-card .img-group .img-shadow {
  background: url(../img/pattern-orange.png) repeat;
  position: absolute;
  left: 0;
  height: 100%;
  width: calc(100% - 20px);
  border-radius: 50%;
  z-index: 1;
}
.member-main .member-container .member-card .name-col {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0;
  margin-top: -40px;
  z-index: 0;
}
.member-main .member-container .member-card .name-col h3 {
  width: 260px;
  max-width: 92%;
  margin: 0 auto 10px auto;
  border-bottom: 1px dotted #707070;
}
.member-main .member-container .member-card .name-col .title {
  color: #E84B0A;
}
.member-main .member-container .member-card .catch {
  min-height: 240px;
  width: 340px;
  max-width: 96%;
  margin: 1.5vw auto auto auto;
  text-align: justify;
}
.member-main .member-container .member-card .details-btn {
  width: 100%;
  padding: 1.5vw 0;
  background-color: #E84B0A;
  color: #ffffff;
}
.member-main .member-container .member-card .details-btn:hover {
  background-color: #b13c0a;
  color: #F4F4F4;
}
.member-main .member-container .member-card a:hover {
  opacity: 0.8;
}

.author-main .author-intro {
  margin: clamp(40px, 8vw, 80px) auto;
}
.author-main .author-intro .left-col {
  align-items: center;
}
.author-main .author-intro .left-col .img-container {
  position: relative;
  width: 100%;
  height: clamp(240px, 20vw, 300px);
  width: calc(clamp(240px, 20vw, 300px) + 20px);
  z-index: 1;
}
.author-main .author-intro .left-col .img-container img {
  position: absolute;
  right: 0;
  height: 100%;
  width: calc(100% - 20px);
  border-radius: 50%;
  z-index: 2;
}
.author-main .author-intro .left-col .img-container .img-shadow {
  background: url(../img/pattern-orange.png) repeat;
  position: absolute;
  left: 0;
  height: 100%;
  width: calc(100% - 20px);
  border-radius: 50%;
  z-index: 1;
}
.author-main .author-intro .left-col .social-links > * {
  margin: 20px;
  justify-content: space-evenly;
}
.author-main .author-intro .left-col .social-links > * img {
  width: 32px;
}
.author-main .author-intro .right-col {
  width: 100%;
  margin-left: 5vw;
}
.author-main .author-intro .right-col h1 {
  margin: 40px 2vw 0 2vw;
  width: 100%;
}
.author-main .author-intro .right-col hr {
  border-top: 2px dotted #E84B0A;
}
.author-main .author-intro .right-col h3 {
  margin: 40px 2vw 0 2vw;
}
.author-main .author-intro .right-col p {
  margin: 20px 2vw;
}
.author-main .author-intro .right-col .contact-row {
  align-self: flex-end;
  align-items: center;
  margin-top: 20px;
  padding: 5px 10px;
}
.author-main .author-intro .right-col .contact-row:hover {
  background-color: #F4F4F4;
}
.author-main .author-intro .right-col .contact-row p {
  margin: 0 10px 0 0;
}
.author-main .author-intro .right-col .contact-row img {
  height: 28px;
}
@media screen and (max-width: 800px) {
  .author-main .author-intro {
    flex-direction: column;
    align-items: center;
  }
  .author-main .author-intro .left-col {
    width: 100%;
  }
  .author-main .author-intro .right-col {
    width: 92%;
    margin-left: unset;
  }
}
.author-main .author-posts {
  margin: clamp(40px, 8vw, 80px) auto clamp(40px, 10vw, 100px) auto;
}
.author-main .author-posts .title-line {
  margin-bottom: clamp(40px, 8vw, 80px);
}
.author-main .contact {
  margin-bottom: clamp(120px, 30vw, 300px);
}
.author-main .contact .table-container {
  margin: 0 auto;
  align-items: center;
  max-width: 96%;
}

.category-main {
  width: 100%;
}
.category-main .category-posts {
  margin: clamp(40px, 10vw, 100px) auto;
}
.category-main .category-posts .title-line {
  margin-bottom: 40px;
}

.tag-main {
  width: 100%;
}
.tag-main .tag-posts {
  margin: clamp(40px, 10vw, 100px) auto;
}
.tag-main .tag-posts .title-line {
  margin-bottom: 40px;
}

.single-main {
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .single-main {
    flex-direction: column-reverse;
  }
  .single-main section.contact {
    margin-top: 60px;
  }
  .single-main .sidebar {
    margin: 0px auto 100px auto;
    overflow-x: hidden;
  }
  .single-main .content-col {
    margin: auto;
  }
}
.single-main .content-col {
  margin: clamp(40px, 10vw, 100px) 20px;
  align-items: center;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .single-main .content-col {
    margin-left: 1%;
    margin-right: 1%;
    width: clamp(500px, 60vw, 600px);
  }
}
.single-main .content-col .wp-block-image {
  width: 100%;
}
.single-main .content-col .page-title {
  margin-top: 30px;
  width: 100%;
  text-align: start;
  line-height: 200%;
}
.single-main .content-col .date-p {
  color: #707070;
  align-self: flex-start;
  margin: 20px 0;
}
.single-main .content-col .my-tags-list {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: start;
  list-style-type: none;
}
.single-main .content-col .my-tags-list li {
  min-width: clamp(60px, 6vw, 100px);
  margin: 7px 15px;
  font-size: 12px;
  color: #E84B0A;
  border: 1px solid #E84B0A;
  text-align: center;
  padding: 5px 10px;
}
.single-main .content-col .info-box {
  margin: 20px 0 clamp(40px, 8vw, 80px) 0;
  background-color: rgba(250, 183, 0, 0.15);
  align-self: flex-start;
  width: 412px;
  max-width: calc(100% - 20px);
  padding: 20px 10px;
}
.single-main .content-col .info-box .author-row {
  margin-right: 10%;
}
.single-main .content-col .info-box .author-row .author-img {
  border-radius: 50%;
  min-width: 96px;
}
.single-main .content-col .info-box .author-row .text-container {
  width: 100%;
  margin-left: 10px;
}
.single-main .content-col .info-box .author-row .text-container .author-name {
  border-bottom: 1px dashed #707070;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .single-main .content-col .info-box .author-row .author-img {
    min-width: 105px;
  }
}
.single-main .content-col .content-area {
  width: 100%;
  margin-bottom: clamp(120px, 30vw, 300px);
}
.single-main .content-col .related-posts {
  width: 100%;
}
.single-main .content-col .related-posts .cat-container {
  width: 100%;
}
.single-main .content-col .related-posts .cat-container .title-container {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 5px solid #E84B0A;
  align-items: center;
  margin-bottom: 35px;
}
.single-main .content-col .related-posts .cat-container .title-container p {
  background: url(../img/speech-bubble.svg) left no-repeat;
  background-size: 100%;
  min-width: 192px;
  min-height: 45px;
  margin-left: 10px;
  text-align: center;
}
.single-main .content-col .related-posts .cat-container .title-container .three-bars-vert {
  height: 40px;
  margin-right: 10px;
}
.single-main .content-col .related-posts .cat-container .title-container .three-bars-vert .bar {
  display: block;
  height: 100%;
  width: 16px;
  background-color: #E84B0A;
  margin-right: 5px;
}
.single-main .content-col .related-posts .cat-container .title-container .three-bars-vert .bar:nth-of-type(2) {
  width: 12px;
}
.single-main .content-col .related-posts .cat-container .title-container .three-bars-vert .bar:nth-of-type(3) {
  width: 8px;
}
.single-main .content-col .related-posts .cat-container .cat-card {
  width: 100%;
  height: 160px;
  border: 1px solid #707070;
  margin-bottom: 20px;
}
.single-main .content-col .related-posts .cat-container .cat-card .img-container {
  width: 35%;
  height: 100%;
}
.single-main .content-col .related-posts .cat-container .cat-card .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-main .content-col .related-posts .cat-container .cat-card .content-container {
  width: 100%;
  margin: 5px 15px;
  justify-content: space-between;
}
.single-main .content-col .related-posts .cat-container .cat-card .content-container .bottom-row {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.single-main .content-col .related-posts .cat-container .cat-card .content-container .author-row {
  width: fit-content;
  align-items: flex-end;
}
.single-main .content-col .related-posts .cat-container .cat-card .content-container .author-row p {
  margin-right: 15px;
}
.single-main .content-col .related-posts .cat-container .cat-card .content-container .author-row img {
  width: clamp(40px, 4vw, 75px);
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .single-main .content-col .related-posts .cat-container .title-container .three-bars-vert {
    height: 30px;
  }
  .single-main .content-col .related-posts .cat-container .title-container p {
    min-width: 150px;
    min-height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .single-main .content-col .related-posts .cat-container .title-container p {
    margin-left: 2px;
    min-width: 90px;
    min-height: 25px;
    font-size: 10px;
  }
}
.single-main .cta {
  width: 100%;
  height: 488px;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 40px 0 clamp(120px, 30vw, 300px) 0;
  background-color: rgba(250, 183, 0, 0.06);
}
.single-main .cta .bar-container {
  position: absolute;
  width: 100%;
  bottom: 20.5%;
  z-index: 0;
}
.single-main .cta .bar-container .bar {
  display: block;
  height: 3px;
  background-color: #FBB600;
  margin-bottom: 10px;
  width: 66%;
}
.single-main .cta .bar-container .bar.yellowv-bar {
  background-color: #E8C500;
}
.single-main .cta .bar-container .bar:nth-of-type(3) {
  width: 62%;
}
.single-main .cta .bar-container .bar:nth-of-type(4) {
  width: 59%;
}
.single-main .cta .bar-container .bar:nth-of-type(5) {
  width: 56%;
}
.single-main .cta .contact-img {
  position: absolute;
  left: 7.5%;
  bottom: 16px;
  width: 44%;
  min-width: 100px;
  z-index: 2;
}
.single-main .cta .text-container {
  position: absolute;
  justify-content: center;
  top: 20px;
  width: 90%;
  z-index: 3;
}
.single-main .cta .text-container .y-txt {
  color: #FBB600;
}
.single-main .cta .text-container .speech-bubble {
  height: fit-content;
  position: relative;
  color: #ffffff;
  background-color: #FF618C;
  border-radius: 36px;
  padding: 8px 25px 25px 15px;
  line-height: 200%;
  margin-right: 40px;
  min-width: 190px;
}
.single-main .cta .text-container .speech-bubble:after {
  content: "";
  position: absolute;
  top: 20%;
  right: -30px;
  width: 36px;
  height: 62px;
  display: block;
  background-color: #FF618C;
  clip-path: polygon(100% 9%, 0 0, 0 57%);
}
.single-main .cta .text-container .text-block {
  width: 500px;
  max-width: 90%;
}
.single-main .cta .text-container .text-block p {
  font-size: 14px;
  color: #707070;
  line-height: 200%;
  margin-top: 20px;
}
.single-main .cta .contact-btn {
  position: absolute;
  right: 20px;
  bottom: 20.5%;
  background-color: #FBB600;
  margin-right: 3%;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  padding: 7px 60px 25px 60px;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.single-main .cta .contact-btn .text-col {
  margin-right: 10px;
}
.single-main .cta .contact-btn .text-col h3 {
  margin-bottom: 10px;
}
.single-main .cta .contact-btn .triangle {
  font-size: 32px;
}
.single-main .cta .contact-btn:hover {
  color: #F4F4F4;
  background-color: #b68601;
}
@media screen and (max-width: 1000px) {
  .single-main .cta .text-container {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40%;
    width: 100%;
    margin-left: 0;
  }
  .single-main .cta .text-container .speech-bubble {
    align-self: flex-start;
    margin-left: 2%;
    margin-bottom: 30px;
    padding: 4px 20px 15px 8px;
    text-align: center;
  }
  .single-main .cta .text-container .speech-bubble:after {
    top: unset;
    height: 32px;
    bottom: -28px;
    right: 15%;
    transform: rotate(60deg);
  }
  .single-main .cta .contact-btn {
    padding: 1vw 20px 2vw 20px;
  }
  .single-main .cta .contact-btn .triangle {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .single-main .cta .contact-img {
    width: 160px;
    right: 5%;
  }
}

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