@charset "UTF-8";
@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;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", Noto Sans JP, Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.075rem;
  margin: 0 0 0 0;
  overflow-x: hidden;
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

img {
  max-width: 100%;
  height: auto;
}

.gold-text {
  color: #FFD052;
}

.lb-text {
  color: #00B6FF;
}

.red-text {
  color: #E84B0A;
}

.center-me {
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}

.width1420 {
  width: 1420px;
  max-width: 92%;
  margin: auto;
  align-self: center;
}

.width1200 {
  max-width: 1200px;
  margin: auto;
  width: 96%;
}

.width1000-920 {
  max-width: 1000px;
  margin: auto;
  width: 92%;
}

.width1000 {
  max-width: 1000px;
  margin: auto;
  width: 96%;
}

.width800 {
  max-width: 800px;
  margin: auto;
  width: 96%;
}

.width600 {
  max-width: 600px;
  margin: auto;
  width: 96%;
}

.width360 {
  width: 360px;
  margin: auto;
  max-width: 96%;
}

.fw30 {
  flex: 0 0 30%;
}
.fw35 {
  flex: 0 0 35%;
}
.fw40 {
  flex: 0 0 40%;
}
.fw45 {
  flex: 0 0 45%;
}
.fw50 {
  flex: 0 0 50%;
}
.fw55 {
  flex: 0 0 55%;
}
.fw60 {
  flex: 0 0 60%;
}
.fw70 {
  flex: 0 0 70%;
}

.two-col-1200 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .two-col-1200 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
  }
}

.two-col-800 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .two-col-800 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
  }
}

table {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: clamp(40px, 10vw, 100px) auto 20px auto;
  border-collapse: collapse;
}
table th, table td {
  display: table-cell;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  padding: 2vw 0;
  color: #000000;
  vertical-align: top;
  min-height: calc(140px - 4vw);
}
table th.first-line, table td.first-line {
  border-top: 1px solid #707070;
}
table th.last-line, table td.last-line {
  box-sizing: content-box;
}
table th {
  text-align: center;
  background-color: #F4F4F4;
  min-width: clamp(50px, 22vw, 220px);
}
table td {
  box-sizing: border-box;
  min-width: calc(100% - clamp(50px, 22vw, 220px));
  overflow-x: hidden;
}
table td p {
  width: fit-content;
  margin: auto;
}
table.contact-form {
  overflow-x: hidden;
}
table.contact-form th p.required::after {
  content: "*";
  color: #E84B0A;
  font-size: 20px;
  vertical-align: top;
}
table.contact-form td {
  overflow-x: hidden;
}
table.contact-form td .wpcf7-form-control-wrap {
  max-width: 90%;
}
table.contact-form td .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-left: 10%;
  font-size: 14px;
}
table.contact-form td input[type=text],
table.contact-form td input[type=email],
table.contact-form td input[type=tel] {
  width: 90%;
  margin: auto auto auto 10%;
  text-align: start;
  min-height: 45px;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 2px 5px;
  color: #707070;
}
table.contact-form td input[type=text]:focus,
table.contact-form td input[type=email]:focus,
table.contact-form td input[type=tel]:focus {
  color: #000000;
  outline: 1px solid #87BF00;
}
table.contact-form td p {
  max-width: 90%;
  margin: 0 auto 0 10%;
  text-align: start;
  border: 1px solid #707070;
}
table.contact-form td input[type=number],
table.contact-form td input[type=date] {
  min-height: 45px;
  margin: auto 0 auto 10%;
  max-width: 60%;
}
table.contact-form td .wpcf7-list-item-label {
  color: #707070;
}
table.contact-form td [type=radio],
table.contact-form td [type=checkbox] {
  position: absolute;
  left: -9999px;
}
table.contact-form td [type=radio] + .wpcf7-list-item-label,
table.contact-form td [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
table.contact-form td [type=radio] + .wpcf7-list-item-label::before,
table.contact-form td [type=checkbox] + .wpcf7-list-item-label::before,
table.contact-form td [type=radio] + .wpcf7-list-item-label::after,
table.contact-form td [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
table.contact-form td [type=radio] + .wpcf7-list-item-label::before,
table.contact-form td [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
table.contact-form td [type=radio] + .wpcf7-list-item-label::before,
table.contact-form td [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
}
table.contact-form td [type=checkbox] + .wpcf7-list-item-label::before,
table.contact-form td [type=checkbox] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
table.contact-form td [type=radio] + .wpcf7-list-item-label::after,
table.contact-form td [type=checkbox] + .wpcf7-list-item-label::after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #87BF00;
  transition: all 0.2s;
}
table.contact-form td [type=radio]:not(:checked) + .wpcf7-list-item-label::after,
table.contact-form td [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
table.contact-form td [type=radio]:checked + .wpcf7-list-item-label::after,
table.contact-form td [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
table.contact-form td select {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin: auto auto auto 10%;
  width: 160px;
  color: #707070;
  border: 1px solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-color: #ffffff;
  background-image: url(../img/common/dropdown-arrow.svg);
  background-size: 12px;
  background-position: center left 10px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-left: 30px;
  font-weight: bold;
  cursor: pointer;
}
table.contact-form td select:focus {
  outline: 1px solid #87BF00;
}
table.contact-form td p {
  color: #707070;
  border: none;
}
table.contact-form td textarea {
  width: 90%;
  max-width: 90%;
  margin: auto auto auto 10%;
  min-height: 350px;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 2px 5px;
  color: #707070;
}
table.contact-form td textarea:focus {
  color: #000000;
  outline: 1px solid #87BF00;
}
table.contact-form td.multi-row input[type=text] {
  margin: 30px auto 5px 0;
}
table.contact-form td.multi-row select {
  margin-top: 30px;
  margin-left: 0;
}
table.contact-form td.multi-row .wpcf7-form-control.wpcf7-radio {
  flex-direction: row;
  flex-wrap: wrap;
}
table.contact-form td.multi-row .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin-right: 30px;
  margin-bottom: 15px;
}
table.contact-form td.multi-row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-left: 0%;
}
table.contact-form td .radio-col {
  margin-left: 10%;
}
table.contact-form td .radio-col .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
table.contact-form td .radio-col .wpcf7-radio span {
  margin: 1vw 0;
}
table.contact-form td .wpcf7-checkbox {
  margin-left: 10%;
}
table.contact-form td .fx-row {
  width: fit-content;
  margin: auto auto auto 10%;
  align-items: center;
  font-size: 20px;
  color: #707070;
}
table.contact-form td .fx-row input[type=text] {
  margin: 0 auto 5px 5px;
  width: 345px;
  max-width: 60%;
}
@media screen and (max-width: 500px) {
  table.contact-form td input[type=text].post-no {
    width: 200px;
  }
}
table.contact-form td .bd-row {
  width: 100%;
  padding-left: 10%;
  box-sizing: border-box;
  margin: 0;
  flex-wrap: wrap;
}
table.contact-form td .bd-row .wpcf7-form-control-wrap {
  margin: 0 30px 10px 0;
}
table.contact-form td .bd-row select {
  margin: 0;
}

.table-container {
  align-items: center;
  text-align: center;
}
.table-container .contact-form {
  text-align: start;
}

.submit-btn {
  appearance: unset;
  min-width: clamp(180px, 32vw, 320px);
  margin-top: clamp(40px, 10vw, 100px);
  background-color: #87BF00;
  color: #ffffff;
  border: unset;
  border-radius: 50px;
  text-align: center;
  padding: 1.5vw 0;
  cursor: pointer;
}
.submit-btn:hover {
  color: #F4F4F4;
  background-color: #659101;
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-break {
  display: inline-block;
}

@media screen and (min-width: 400px) {
  .max-400 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .min-400 {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .max-600 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .min-600 {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .max-800 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .min-800 {
    display: none;
  }
}
.title-line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 5px solid #707070;
}
.title-line h2 {
  line-height: 200%;
}
.title-line p {
  padding: 10px 15px 10px 25px;
  background: url(../img/speech-bubble.svg) left no-repeat;
  background-size: 99% 99%;
  margin-left: 10px;
  text-align: center;
}
.title-line p.no-bg {
  background: unset;
  font-weight: bold;
  padding-left: 15px;
  margin-left: 0;
}
.title-line p.wide-text {
  background: url(../img/speech-bubble-wide.svg) left no-repeat;
  min-width: 214px;
  background-size: 100% 100%;
}
@media screen and (max-width: 800px) {
  .title-line {
    border-bottom: 2px solid #707070;
  }
}

.more-btn {
  width: clamp(180px, 25vw, 484px);
  text-align: center;
  border: 1px solid #707070;
  border-radius: 25px;
  align-self: center;
  margin: 30px auto;
  padding: 6px 0;
}
.more-btn a {
  color: #000000;
}
.more-btn a p {
  font-weight: bold;
}
.more-btn:hover {
  opacity: 0.6;
}
.more-btn.hw-more {
  width: clamp(120px, 10vw, 308px);
}
.more-btn.more-300 {
  width: clamp(300px, 25vw, 484px);
}
@media screen and (max-width: 800px) {
  .more-btn.more-300 {
    padding: 9px 0;
  }
  .more-btn.more-300 a p {
    font-size: 16px;
  }
}

.post-area {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.post-area .card-container {
  width: 445px;
  max-width: 100%;
  height: clamp(380px, 45vw, 445px);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #707070;
  margin: 15px 10px;
}
.post-area .card-container .category-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-area .card-container .category-container .cat-name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #707070;
  color: #ffffff;
  width: 200px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  z-index: 2;
}
.post-area .card-container .category-container.category-3 .cat-name {
  background-color: #F4895E;
}
.post-area .card-container .category-container.category-4 .cat-name {
  background-color: #7BC9E6;
}
.post-area .card-container .category-container.category-5 .cat-name {
  background-color: #FFDB7C;
}
.post-area .card-container .category-container.category-6 .cat-name {
  background-color: #C2DE7F;
}
.post-area .card-container .category-container.category-7 .cat-name {
  background-color: #F89FB7;
}
.post-area .card-container .category-container.category-8 .cat-name {
  background-color: #D9A2F0;
}
.post-area .card-container .category-container .img-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 205px;
  z-index: 1;
}
.post-area .card-container .category-container .img-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 205px;
}
.post-area .card-container .category-container .img-container:hover {
  opacity: 0.8;
}
.post-area .card-container .category-container .card-title {
  position: absolute;
  top: clamp(255px, 28vw, 280px);
  left: 10px;
  width: calc(100% - 20px);
  z-index: 2;
}
.post-area .card-container .category-container .card-title a:hover {
  opacity: 0.8;
}
.post-area .card-container .category-container .card-date {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.post-area .card-container .category-container .author-row {
  position: absolute;
  bottom: 10px;
  right: 10px;
  align-items: flex-end;
  font-size: 14px;
}
.post-area .card-container .category-container .author-row p {
  margin-right: 15px;
}
.post-area .card-container .category-container .author-row img {
  width: clamp(40px, 10vw, 75px);
  border-radius: 50%;
}
.post-area .card-container .category-container .author-row:hover {
  opacity: 0.8;
}
.post-area .card-container .category-container .tag-row {
  position: absolute;
  width: 100%;
  top: clamp(210px, 22vw, 220px);
}
.post-area .card-container .category-container .tag-row ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.post-area .card-container .category-container .tag-row ul li {
  box-sizing: border-box;
  height: fit-content;
  margin: 7.5px;
  border: 1px solid #707070;
  color: #707070;
  min-width: clamp(80px, 9vw, 130px);
  text-align: center;
  display: none;
}
.post-area .card-container .category-container .tag-row ul li a {
  display: block;
  padding: 5px 1em;
}
.post-area .card-container .category-container .tag-row ul li a:hover {
  opacity: 0.8;
}
.post-area .card-container .category-container .tag-row ul li:nth-of-type(1), .post-area .card-container .category-container .tag-row ul li:nth-of-type(2), .post-area .card-container .category-container .tag-row ul li:nth-of-type(3) {
  display: unset;
}
.post-area .card-container .category-container .tag-row ul li a {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .post-area .card-container {
    margin: 15px 0;
  }
}

.nav-elements {
  margin: clamp(60px, 10vw, 100px) auto clamp(140px, 30vw, 300px) auto;
  justify-content: center;
}
.nav-elements.author-nav {
  margin-top: 20px;
  margin-bottom: 60px;
}
.nav-elements .nav-links {
  display: flex;
  align-items: center;
}
.nav-elements .page-numbers {
  font-size: 16px;
  color: #000000;
  border: 1px solid #87BF00;
  line-height: 100%;
  padding: 0.8em 1em;
  font-weight: 700;
  margin: auto 10px;
}
.nav-elements .page-numbers.current {
  color: #ffffff;
  background-color: #87BF00;
}
.nav-elements .page-numbers.prev, .nav-elements .page-numbers.next {
  border: unset;
  font-size: 30px;
  padding: 0;
  line-height: 100%;
  color: #707070;
}
.nav-elements .page-numbers a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .nav-elements .page-numbers {
    font-size: 10px;
    margin: auto 5px;
  }
  .nav-elements .page-numbers.prev, .nav-elements .page-numbers.next {
    font-size: 20px;
  }
}

.arrow-elements {
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  margin: 20px auto clamp(80px, 20vw, 200px) auto;
}
.arrow-elements .return-btn {
  position: absolute;
  width: 40px;
  left: calc(50% - 20px);
  margin-top: -20px;
}
.arrow-elements a {
  color: #707070;
}
.arrow-elements a:hover {
  color: #DAB018;
}
.arrow-elements a:first-of-type {
  margin-left: 2%;
}
.arrow-elements a:last-of-type {
  margin-right: 2%;
}

.three-bars {
  width: 100%;
  margin: clamp(40px, 9vw, 90px) auto;
}
.three-bars .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #707070;
  margin-bottom: 6px;
}
.three-bars.tb-fw {
  align-self: center;
  width: 1420px;
  max-width: 92%;
}
@media screen and (max-width: 600px) {
  .three-bars.tb-fw {
    max-width: 100%;
  }
}

.breadcrumbs {
  align-self: flex-start;
  margin: 15px 0 0 9%;
}

.numeric-nav {
  margin: clamp(40px, 10vw, 100px) auto clamp(120px, 30vw, 300px) auto;
  min-height: 100px;
}
.numeric-nav .navigation li {
  display: inline;
}
.numeric-nav .navigation li a, .numeric-nav .navigation li a:hover, .numeric-nav .navigation li.active a, .numeric-nav .navigation li.disabled {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #87BF00;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}
.numeric-nav .navigation li a:hover {
  background-color: #659101;
  color: #ffffff;
  border: 1px solid #87BF00;
}
.numeric-nav .navigation li.active a {
  background-color: #87BF00;
  color: #ffffff;
  border: 1px solid #87BF00;
}

.bloglist-area .post-card {
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 1px solid #000000;
  padding: clamp(32px, 5vw, 50px) 0;
}
.bloglist-area .post-card:first-of-type {
  border-top: 1px solid #000000;
}
.bloglist-area .post-card > * {
  width: 96%;
  max-width: 96%;
  margin: 0 auto;
}
.bloglist-area .post-card .top-line {
  align-items: center;
}
.bloglist-area .post-card .top-line .my-tags-list {
  display: flex;
  list-style-type: none;
}
.bloglist-area .post-card .top-line .my-tags-list li {
  margin: 10px;
  display: none;
  padding: 5px 12px;
  background-color: #87BF00;
  color: #ffffff;
  font-weight: 400;
}
.bloglist-area .post-card .top-line .my-tags-list li:first-of-type {
  display: unset;
}
.bloglist-area .post-card .top-line .blog-date {
  margin-left: 20px;
}
.bloglist-area .post-card .top-line.news .my-tags-list li {
  background-color: #E84B0A;
}
.bloglist-area .post-card .button-line {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.bloglist-area .post-card .button-line .collapser {
  appearance: none;
  border: none;
  background-color: unset;
  width: clamp(30px, 5vw, 50px);
  cursor: pointer;
}
.bloglist-area .post-card .button-line .collapser.active {
  transform: rotate(180deg);
}
.bloglist-area .post-card .button-line .content-container {
  display: none;
  width: 100%;
  margin-top: 50px;
}
.bloglist-area .post-card .button-line .content-container .continue-link p {
  margin-top: 2em;
  color: #707070;
  font-size: 20px;
  text-align: end;
}
@media screen and (max-width: 800px) {
  .bloglist-area .post-card .button-line .content-container .continue-link p {
    font-size: 16px;
  }
}
.bloglist-area .post-card .button-line .content-container .continue-link:hover {
  opacity: 0.6;
}

.sidebar {
  margin: 0 2%;
  align-self: flex-start;
  list-style-type: none;
  width: 360px;
}
.sidebar .searchbar-heading {
  text-align: center;
  color: #ffffff;
  background-color: #DAB018;
  width: 100%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin: 40px 0 10px 0;
}
.sidebar .searchbar-heading:before {
  content: url(../img/search-icon.svg);
  width: 23px;
  height: 23px;
  margin-right: 30px;
}
.sidebar .ninki-ranking {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.sidebar .ninki-ranking:before {
  content: url(../img/gold-triple-bar.svg);
}
.sidebar .ninki-ranking h3 {
  text-align: center;
  padding-top: 10px;
  line-height: 150%;
  margin-bottom: 16px;
}
.sidebar .ninki-ranking h3:before {
  content: url(../img/crown.png);
  position: absolute;
  margin-left: -40px;
  width: 31px;
  height: 24px;
}
.sidebar .ninki-ranking h3:after {
  content: url(../img/gold-triple-bar.svg);
}
.sidebar .ninki-list {
  margin-bottom: 50px;
  width: 100%;
}
.sidebar .ninki-list li {
  margin: 7.5px 0;
  position: relative;
  border: 1px solid #707070;
  min-height: 80px;
}
.sidebar .ninki-list li a {
  font-size: 12px;
}
.sidebar .ninki-list li:first-of-type a:after {
  content: "1";
  background-color: #E84B0A;
}
.sidebar .ninki-list li:nth-of-type(2) a:after {
  content: "2";
  background-color: #00B6FF;
}
.sidebar .ninki-list li:nth-of-type(3) a:after {
  content: "3";
  background-color: #FBB600;
}
.sidebar .ninki-list li:nth-of-type(4) a:after {
  content: "4";
  background-color: #707070;
}
.sidebar .ninki-list li:nth-of-type(5) a:after {
  content: "5";
  background-color: #707070;
}
.sidebar .ninki-list li:first-of-type a:after, .sidebar .ninki-list li:nth-of-type(2) a:after, .sidebar .ninki-list li:nth-of-type(3) a:after, .sidebar .ninki-list li:nth-of-type(4) a:after, .sidebar .ninki-list li:nth-of-type(5) a:after {
  position: absolute;
  color: #ffffff;
  text-align: center;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;
}
.sidebar .recent-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 180%;
}
.sidebar .recent-heading:before, .sidebar .recent-heading:after {
  content: url(../img/grey-triple-bar.svg);
}
.sidebar .recent-list {
  width: 100%;
  margin-bottom: 50px;
}
.sidebar .recent-list li {
  position: relative;
  margin: 7.5px 0;
  position: relative;
  border: 1px solid #707070;
  min-height: 80px;
}
.sidebar .recent-list li .wp-block-latest-posts__featured-image {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  height: 100%;
  width: 80px;
}
.sidebar .recent-list li a {
  position: absolute;
  font-size: 12px;
  width: calc(clamp(240px, 36vw, 360px) - 80px - 20px);
  left: 90px;
  top: 27px;
}
.sidebar .recent-list li .wp-block-latest-posts__post-date {
  position: absolute;
  color: #707070;
  top: 5px;
  left: 90px;
  font-size: 12px;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .sidebar {
    width: 280px;
    margin: 0 1% 0 2%;
  }
  .sidebar .ninki-ranking::before,
.sidebar .ninki-ranking h3:after {
    display: none;
  }
  .sidebar #block-11 h3:before, .sidebar #block-11 h3:after {
    display: none;
  }
  .sidebar #block-12 li a {
    width: fit-content;
  }
}

section.contact {
  width: 100%;
  max-width: 100%;
  align-items: center;
  margin-bottom: -1px;
}
section.contact .title-line {
  justify-content: center;
  width: 790px;
  max-width: 92%;
  margin-bottom: 50px;
}
section.contact .title-line.author-title {
  margin-top: 2em;
  margin-bottom: 0;
}
section.contact .contact-content {
  width: 100%;
  background: url(../img/contact-bg.webp) center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: clamp(30px, 6vw, 60px) 0 clamp(28px, 7vw, 70px) 0;
  align-items: center;
  color: #ffffff;
  text-align: center;
}
section.contact .contact-content h2 {
  line-height: 160%;
}
section.contact .contact-content .text-body {
  margin: 1.3em auto 2.5em auto;
  line-height: 150%;
}
section.contact .contact-content .contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(300px, 33vw, 480px);
  max-width: 90vw;
  box-sizing: border-box;
  background-color: #FFD052;
  border-radius: 54px;
  padding: 1.5em 12.5%;
  line-height: 100%;
  text-align: center;
}
section.contact .contact-content .contact-btn:after {
  content: "▶︎";
  position: absolute;
  right: 7%;
  font-size: 20px;
  color: #ffffff;
}
section.contact .contact-content .contact-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  section.contact .contact-content {
    background: url(../img/contact-bg-mobile.webp) center no-repeat;
    background-size: cover;
  }
  section.contact .contact-content h2 {
    font-size: 22px;
  }
  section.contact .contact-content .text-body {
    font-size: 15px;
  }
  section.contact .contact-content .contact-btn {
    font-size: 20px;
  }
  section.contact .contact-content .contact-btn:after {
    right: 5%;
  }
}

.hamburger {
  cursor: pointer;
  display: none;
  position: fixed;
  width: 30px;
  height: 40px;
  right: 12px;
  top: 14px;
  transform: rotate(0deg);
  transform-origin: bottom;
  transition: 0.5s ease-in-out;
  z-index: 302;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #707070;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: 11px;
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: 22px;
  transform-origin: left center;
}
.hamburger:hover {
  opacity: 0.6;
}
.hamburger.active-ham {
  margin-top: 0;
}
.hamburger.active-ham span {
  background: #707070;
  filter: unset;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: -5px;
  left: 8px;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
  left: 8px;
}

header {
  width: 100%;
  box-sizing: border-box;
}
header .header-logo {
  width: clamp(240px, 30vw, 492px);
  height: auto;
  margin-left: 2vw;
}
header .nav-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 5px solid #DAB018;
  padding: 15px 0;
}
header .nav-container .nav-menu {
  align-items: center;
  justify-content: flex-end;
}
header .nav-container .nav-menu.right-row {
  display: none;
}
header .nav-container ul {
  list-style: none;
}
header .nav-container ul a {
  color: #000000;
}
header .nav-container ul a:hover {
  color: #707070;
}
header .nav-container ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  margin: auto 1.5vw;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 120%;
  text-align: center;
}
header .nav-container ul li .subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
}
header .nav-container ul li.contact-btn, header .nav-container ul li.counseling-btn {
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  height: 70px;
}
header .nav-container ul li.contact-btn a, header .nav-container ul li.counseling-btn a {
  padding: 20px 12px;
  color: #ffffff;
}
header .nav-container ul li.contact-btn:hover, header .nav-container ul li.counseling-btn:hover {
  opacity: 0.6;
}
header .nav-container ul li.contact-btn {
  background-color: #7BC9E6;
  margin: auto 6px auto 1.5vw;
}
header .nav-container ul li.counseling-btn {
  background-color: #F4895E;
  margin: auto 1.5vw auto 6px;
}
header .nav-container .hamburger {
  display: none;
}
header .local-nav {
  width: 100%;
  justify-content: center;
  border-bottom: 5px solid #F4F4F4;
  padding: 20px 0 30px 0;
}
header .local-nav .nav-menu {
  align-items: center;
  justify-content: center;
  list-style: none;
  font-weight: 700;
}
header .local-nav .nav-menu li {
  margin: auto 2vw auto 2vw;
}
header .local-nav .nav-menu li a {
  color: #000000;
}
header .local-nav .nav-menu li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1600px) {
  header .header-logo {
    width: clamp(180px, 24vw, 320px);
  }
  header .nav-container .nav-menu li {
    margin: auto 1vw;
  }
  header .nav-container .nav-menu li a {
    font-size: 16px;
  }
  header .nav-container .nav-menu li.contact-btn, header .nav-container .nav-menu li.counseling-btn {
    height: 50px;
  }
  header .nav-container .nav-menu li.contact-btn a, header .nav-container .nav-menu li.counseling-btn a {
    padding: 20px 8px;
  }
  header .nav-container .nav-menu li.contact-btn {
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 1200px) {
  header .nav-container .nav-menu {
    margin-right: 0;
  }
  header .nav-container .nav-menu li {
    margin: auto 0.5vw;
    letter-spacing: 0;
  }
  header .nav-container .nav-menu li a {
    font-size: 14px;
  }
  header .nav-container .nav-menu li.contact-btn, header .nav-container .nav-menu li.counseling-btn {
    height: 40px;
  }
  header .nav-container .nav-menu li.contact-btn a, header .nav-container .nav-menu li.counseling-btn a {
    padding: 10px 12px;
  }
  header .nav-container .nav-menu li.counseling-btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  header .nav-container .nav-menu li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 850px) {
  header {
    height: unset;
  }
  header .header-logo {
    width: 212px;
    margin: 0 0 0 10px;
  }
  header .nav-container {
    border-bottom: unset;
  }
  header .nav-container .nav-menu {
    display: none;
  }
  header .nav-container .hamburger {
    display: block;
  }
  header .local-nav {
    padding: 0;
    border-bottom: unset;
  }
  header .local-nav .nav-menu {
    width: 100%;
    flex-wrap: wrap;
  }
  header .local-nav .nav-menu li {
    text-align: center;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    background-color: #F4895E;
  }
  header .local-nav .nav-menu li a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 56px;
    color: #ffffff;
    font-size: 14px;
    padding-right: 22px;
  }
  header .local-nav .nav-menu li a::after {
    position: absolute;
    content: url(../img/common/arrow-wite.svg);
    width: 8px;
    height: 21px;
    right: 14px;
  }
  header .local-nav .nav-menu li.job {
    background-color: #7BC9E6;
  }
  header .local-nav .nav-menu li.family {
    background-color: #FFDB7C;
  }
  header .local-nav .nav-menu li.school {
    background-color: #C2DE7F;
  }
  header .local-nav .nav-menu li.love {
    background-color: #F89FB7;
  }
  header .local-nav .nav-menu li.career {
    background-color: #D9A2F0;
  }
  header.open-menu .header-logo {
    display: none;
  }
  header.open-menu .nav-container {
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    top: 0;
    right: 0;
    width: 100%;
    margin-right: 0;
    max-width: 400px;
    height: 100%;
    z-index: 300;
    animation: slidein 0.2s ease-in-out;
    background: url(../img/logo.svg) top 20px left 20px no-repeat, url(../img/common/bg-logo.svg) center bottom 20vh no-repeat;
    background-size: 200px, 80%;
    background-color: #F4F4F4;
    border-left: 3px solid #DAB018;
    padding-top: 13vh;
  }
  header.open-menu .nav-container .nav-menu {
    display: block;
    margin: 0 auto;
    padding-left: 0px;
    z-index: 101;
  }
  header.open-menu .nav-container .nav-menu li {
    margin: 15px 0;
    line-height: 200%;
  }
  header.open-menu .nav-container .nav-menu li .subtitle {
    display: block;
    font-size: 8px;
    margin-top: -4px;
    line-height: 100%;
  }
  header.open-menu .nav-container .nav-menu li.contact-btn, header.open-menu .nav-container .nav-menu li.counseling-btn {
    padding: 6px 12px;
    line-height: 120%;
  }
  header.open-menu .nav-container .nav-menu li.contact-btn {
    margin-top: 5vh;
  }
  header.open-menu .nav-container .nav-menu.left-row li:first-of-type::before {
    content: "リンク";
    text-align: start;
    line-height: 200%;
    width: 100%;
    border-bottom: 1px solid #DAB018;
    margin-bottom: 10px;
  }
  header.open-menu .nav-container .nav-menu.right-row li {
    padding: 0px 12px;
    margin: 15px 0;
  }
  header.open-menu .nav-container .nav-menu.right-row li:first-of-type::before {
    content: "読み物";
    text-align: start;
    line-height: 200%;
    width: 100%;
    border-bottom: 1px solid #DAB018;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  header.open-menu .nav-container {
    max-width: unset;
  }
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
footer {
  width: 100%;
  padding: clamp(30px, 6vw, 60px) 0 20px 0;
  align-items: center;
  background-color: #272727;
  color: #ffffff;
}
footer .footer-menu {
  width: 82%;
  align-self: center;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer-menu ul {
  margin: 0 3vw;
  min-width: clamp(200px, 20vw, 260px);
  max-width: 80%;
  list-style-type: none;
}
footer .footer-menu ul li {
  display: inline;
  margin: 0.5vw 0;
  padding-left: clamp(10px, 30vw, 30px);
}
footer .footer-menu ul li a {
  font-weight: 400;
  color: #ffffff;
}
footer .footer-menu ul li a:hover {
  opacity: 0.6;
}
footer .footer-menu ul li.list-header {
  width: 100%;
  line-height: 200%;
  padding-left: 0;
  margin-bottom: 1vw;
  border-bottom: 2px solid #707070;
}
footer .footer-menu .footer-logo {
  width: clamp(325px, 30vw, 492px);
  height: auto;
  margin-bottom: 12px;
}
footer .footer-menu .footer-logo-access {
  width: 90%;
  margin: 16px auto clamp(20px, 2vw, 40px) auto;
  justify-content: center;
}
footer .footer-menu .footer-logo-access > * {
  width: fit-content;
}
footer .copyright {
  margin-top: clamp(60px, 10vw, 120px);
  font-size: 11px;
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  footer .footer-menu {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-menu {
    width: 92%;
  }
  footer .footer-menu ul {
    margin-bottom: 30px;
  }
  footer .footer-menu ul li {
    margin: 0.5em 0;
  }
  footer .footer-menu .footer-logo {
    margin-bottom: 24px;
    max-width: 100%;
  }
  footer .footer-menu .footer-logo-access {
    margin-bottom: 40px;
  }
}

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