html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  font-size: clamp(1.5rem, 2vw, 1.6rem);
  color: #000000;
  font-family: "fot-tsukuardgothic-std", fot-tsukuardgothic-std, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 180%;
}
@media screen and (min-width: 651px) {
  body {
    line-height: 200%;
  }
}

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

section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-self: center;
}
section.fw-section {
  max-width: 100%;
}

picture, img {
  display: block;
  max-width: 100%;
  height: auto;
}
picture.w100, img.w100 {
  width: 100%;
}

picture img {
  width: 100%;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
  transition: opacity 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-size: clamp(3rem, 4vw, 6rem);
  font-weight: 700;
  line-height: 140%;
}

h2,
.h2-like {
  font-size: clamp(2.5rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 140%;
}

h3,
.h3-like {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 700;
  line-height: 160%;
}

h4,
.h4-like {
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  font-weight: 700;
}

h5,
.h4-like {
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  font-weight: 700;
}

ul {
  list-style-type: none;
}

.p-small {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

p {
  line-height: 180%;
}
@media screen and (min-width: 651px) {
  p {
    line-height: 250%;
  }
}

.a-btn:link,
.a-btn:visited,
.a-btn:active,
.a-btn {
  border: 2px solid #FFE13E;
  background-color: #ffffff;
  color: #FFE13E;
  cursor: pointer;
  font-weight: 500;
  padding: 1em 2em;
  transition: opacity 0.2s ease-in-out;
}
.a-btn:link:hover,
.a-btn:visited:hover,
.a-btn:active:hover,
.a-btn:hover {
  opacity: 0.7;
}

.standard-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #FFE13E;
  background-color: #ffffff;
  color: #FFE13E;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.standard-btn:hover {
  opacity: 0.7;
}

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

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

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

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

.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-rev {
  display: flex;
  flex-direction: column-reverse;
}

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

.fx-row-ac {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fx-col-to-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 801px) {
  .fx-col-to-row {
    flex-direction: row;
  }
}

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

.mtem-1 {
  margin-top: 1em;
}

.mtem-2 {
  margin-top: 2em;
}

.mbem-1 {
  margin-bottom: 1em;
}

.mbem-2 {
  margin-bottom: 2em;
}

.mlem-1 {
  margin-left: 1em;
}

.mlem-2 {
  margin-left: 2em;
}

.mrem-1 {
  margin-right: 1em;
}

.mrem-2 {
  margin-right: 2em;
}

.pem-1 {
  padding: 1em;
}

.pem-2 {
  padding: 2em;
}

.ptem-1 {
  padding-top: 1em;
}

.ptem-2 {
  padding-top: 2em;
}

.pbem-1 {
  padding-bottom: 1em;
}

.pbem-2 {
  padding-bottom: 2em;
}

.plem-1 {
  padding-left: 1em;
}

.plem-2 {
  padding-left: 2em;
}

.prem-1 {
  padding-right: 1em;
}

.prem-2 {
  padding-right: 2em;
}

.pvert-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pvert-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.phor-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.phor-2 {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 800px) {
  .no-sp {
    display: none;
  }

  .min-800 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }

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

  .max-800 {
    display: none;
  }
}
.f-shuei {
  font-family: "dnp-shuei-mgothic-st", dnp-shuei-mgothic-st, "fot-tsukuardgothic-std", fot-tsukuardgothic-std, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160 {
  line-height: 160%;
}

.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-teal {
  color: #3BC9C8;
}

section.page-landing {
  width: 77%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(134px, 15vw, 240px) 0 clamp(50px, 4vw, 60px) 0;
}
section.page-landing h1 {
  font-size: clamp(40px, 4vw, 60px);
  line-height: 120%;
  margin-bottom: 0.25em;
}
section.page-landing h3 {
  font-size: clamp(16px, 2.5vw, 35px);
  line-height: 120%;
}
section.page-landing h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background-color: #000000;
  margin: auto 8px auto 0;
}
@media screen and (min-width: 1001px) {
  section.page-landing h3::before {
    width: 17px;
    height: 4px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.rm-btn {
  font-size: clamp(16px, 1.5vw, 20px);
}
.rm-btn span {
  display: block;
  width: 6em;
  height: 2px;
  background-color: #000000;
  margin-top: 2px;
}

.post-nav {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto clamp(15px, 8vw, 80px);
  text-align: center;
}
.post-nav .navigation,
.post-nav .nav-links {
  width: 100%;
  max-width: 100%;
}
.post-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 2vw, 25px);
}
.post-nav .page-numbers {
  display: block;
  margin: 0 0.4em;
  line-height: 100%;
  color: #454545;
}
.post-nav .page-numbers.prev, .post-nav .page-numbers.next {
  display: block;
  width: clamp(31px, 3vw, 45px);
  height: clamp(31px, 3vw, 45px);
}
.post-nav .page-numbers.prev svg, .post-nav .page-numbers.next svg {
  width: 100%;
  height: 100%;
  stroke: #000000;
  fill: #000000;
}
.post-nav .page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(31px, 3vw, 45px);
  height: clamp(31px, 3vw, 45px);
  margin: 0 3px;
  pointer-events: none;
  border-radius: 50%;
  background-color: #3BC9C8;
  color: #ffffff;
  font-size: 1em;
}
@media screen and (min-width: 1001px) {
  .post-nav {
    margin-top: clamp(20px, 3vw, 35px);
  }
}

section.contact-banner {
  background-color: #3BC9C8;
  color: #ffffff;
  padding: clamp(40px, 5vw, 65px) 0;
  margin-bottom: clamp(80px, 9vw, 133px);
}
section.contact-banner h2 {
  font-size: clamp(30px, 5vw, 70px);
  line-height: 100%;
  margin-bottom: 0.9em;
}
section.contact-banner p {
  font-family: "dnp-shuei-mgothic-st", dnp-shuei-mgothic-st, "fot-tsukuardgothic-std", fot-tsukuardgothic-std, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  width: 84.6%;
  max-width: 432px;
}
section.contact-banner a.contact-btn {
  width: 18em;
  margin-top: 2em;
  box-sizing: border-box;
  padding: 1.2em 0 0.9em 2.66em;
  background-color: #FFE13E;
  background-image: url(../img/common/arrow-r.svg);
  background-size: 2em;
  background-position: center right 1.6em;
  background-repeat: no-repeat;
  border: 3px solid #000000;
  color: #000000;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  line-height: 100%;
  text-align: start;
}

.post-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}
.post-wrapper .side-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 77%;
  margin-top: 65px;
  max-width: 350px;
  margin: 0 auto 66px;
}
.post-wrapper .side-bar li {
  list-style-type: none;
}
.post-wrapper .side-bar p {
  font-size: clamp(13px, 1vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 125%;
  margin-bottom: 0.8em;
}
.post-wrapper .side-bar h3,
.post-wrapper .side-bar h2.widget-title {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(20px, 2vw, 29px);
  background-color: #3BC9C8;
  color: #ffffff;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
}
.post-wrapper .side-bar .widget {
  width: 100%;
  box-sizing: border-box;
}
.post-wrapper .side-bar .popular-posts .wpp-list {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: clamp(40px, 4vw, 45px);
  background-color: rgba(237, 237, 237, 0.53);
}
.post-wrapper .side-bar .popular-posts .wpp-list li {
  display: grid;
  margin: 0;
  padding: 20px 0;
  grid-template-columns: 25px 1fr clamp(85px, 7vw, 100px);
  grid-template-rows: 18px auto;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
.post-wrapper .side-bar .popular-posts .wpp-list li:last-child {
  border-bottom: unset;
}
.post-wrapper .side-bar .popular-posts .wpp-list li .post-stats,
.post-wrapper .side-bar .popular-posts .wpp-list li .wpp-post-title {
  box-sizing: border-box;
  padding: 0 12px;
  font-size: clamp(15px, 1vw, 16px);
}
.post-wrapper .side-bar .popular-posts .wpp-list li .post-stats {
  line-height: 100%;
  grid-row: 1/2;
  grid-column: 2/3;
}
.post-wrapper .side-bar .popular-posts .wpp-list li .post-stats .wpp-date {
  display: block;
  width: 100%;
  overflow: hidden;
  text-indent: -5.5em;
  text-indent: -9ch;
}
.post-wrapper .side-bar .popular-posts .wpp-list li .wpp-post-title {
  line-height: 140%;
}
.post-wrapper .side-bar .popular-posts .wpp-list li a:has(.wpp-thumbnail) {
  display: block;
  grid-row: 1/3;
  grid-column: 3/4;
}
.post-wrapper .side-bar .popular-posts .wpp-list li .wpp-thumbnail {
  width: 100%;
  aspect-ratio: 10/7;
  margin: 0;
  border-radius: 9px;
  object-fit: cover;
}
.post-wrapper .side-bar .popular-posts .wpp-list li:before {
  content: "1";
  grid-row: 1/3;
  grid-column: 1/2;
  width: 25px;
  min-width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-st", dnp-shuei-mgothic-st, "fot-tsukuardgothic-std", fot-tsukuardgothic-std, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(15px, 1.2vw, 17px);
  background-color: #454545;
  border-radius: 50%;
  color: #ffffff;
  order: 1;
}
.post-wrapper .side-bar .popular-posts .wpp-list li:nth-child(2)::before {
  content: "2";
}
.post-wrapper .side-bar .popular-posts .wpp-list li:nth-child(3)::before {
  content: "3";
}
.post-wrapper .side-bar .widget_wpcategorieswidget {
  margin-bottom: clamp(40px, 4vw, 50px);
}
.post-wrapper .side-bar .widget_wpcategorieswidget .wpcategorieswidget-3 ul {
  box-sizing: border-box;
  width: 100%;
  padding: 0 40px 20px;
  background-color: rgba(237, 237, 237, 0.53);
}
.post-wrapper .side-bar .widget_wpcategorieswidget .wpcategorieswidget-3 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 120%;
  padding: 30px 0 10px;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 1vw, 17px);
}
.post-wrapper .side-bar .widget_wpcategorieswidget .wpcategorieswidget-3 ul li:last-child {
  border-bottom: unset;
}
.post-wrapper .side-bar .widget_wpcategorieswidget .wpcategorieswidget-3 ul li a {
  color: #000000;
}
.post-wrapper .side-bar .widget_wpcategorieswidget .wpcategorieswidget-3 ul li .post-count {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-st", dnp-shuei-mgothic-st, "fot-tsukuardgothic-std", fot-tsukuardgothic-std, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 0 0.5em;
  background-color: #ffffff;
  border: unset;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 100%;
  letter-spacing: 0.1em;
  width: 29px;
  min-width: 29px;
  height: 29px;
  border-radius: 50%;
  float: none;
}
.post-wrapper .side-bar .widget_search {
  display: flex;
  align-items: center;
  width: clamp(100px, 77vw, 350px);
  margin-bottom: clamp(70px, 7vw, 80px);
}
.post-wrapper .side-bar .widget_search .wp-block-search__inside-wrapper {
  position: relative;
  width: 100%;
}
.post-wrapper .side-bar .widget_search form {
  width: 100%;
}
.post-wrapper .side-bar .widget_search label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.post-wrapper .side-bar .widget_search input[type=search] {
  border: unset;
  background-color: #F5F5F5;
  border-radius: 34px;
  font-size: 14px;
  line-height: 140%;
  box-sizing: border-box;
  padding: 1em 2em;
}
.post-wrapper .side-bar .widget_search input[type=search]::placeholder {
  color: #AAAAAA;
}
.post-wrapper .side-bar .widget_search button {
  z-index: 10;
  background: unset;
  padding: 0;
  border: unset;
}
.post-wrapper .side-bar .widget_search button svg {
  stroke: #3BC9C8;
  fill: #3BC9C8;
  transform: scale -1, 1;
  transform-origin: center;
}
.post-wrapper .side-bar .widget_media_image {
  width: 100%;
}
.post-wrapper .side-bar .widget_media_image figure, .post-wrapper .side-bar .widget_media_image img {
  width: 100%;
}
.post-wrapper .main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.post-wrapper .main-content section.blog-section {
  width: 100%;
}
.post-wrapper .main-content section.blog-section .blogcard-area {
  width: 77%;
}
@media screen and (min-width: 1001px) {
  .post-wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }
  .post-wrapper .side-bar {
    width: clamp(350px, 33vw, 460px);
    align-self: flex-start;
    margin-bottom: 0;
  }
  .post-wrapper .main-content {
    margin: 0;
    width: calc(100vw - clamp(350px, 33vw, 460px) - 50px);
  }
  .post-wrapper .main-content .blog-section .content-area {
    width: 92%;
  }
  .post-wrapper .main-content .blog-section .blogcard-area {
    margin-left: 0;
  }
}
@media screen and (min-width: 1601px) {
  .post-wrapper .main-content {
    width: calc(clamp(100px, 77%, 1000px) + clamp(350px, 33vw, 460px));
  }
  .post-wrapper .main-content .blog-section {
    box-sizing: border-box;
    padding-right: clamp(350px, 33vw, 460px);
  }
  .post-wrapper .main-content .blog-section section.blogcard-area {
    width: 100%;
    margin: 0;
  }
}

.archive-wrapper .archive-area,
.archive-wrapper .single-area {
  margin-bottom: clamp(100px, 10vw, 160px);
}
.archive-wrapper .archive-area .bg-ends,
.archive-wrapper .single-area .bg-ends {
  width: 100%;
}
.archive-wrapper .archive-area .blogcard-area,
.archive-wrapper .single-area .blogcard-area {
  display: flex;
  justify-content: space-evenly;
  background-color: #F5F5F5;
  padding-top: 40px;
}
@media screen and (min-width: 1001px) {
  .archive-wrapper {
    align-items: flex-start;
    justify-content: space-between;
  }
  .archive-wrapper .side-bar {
    margin-bottom: clamp(100px, 10vw, 160px);
  }
  .archive-wrapper .archive-area,
.archive-wrapper .single-area {
    align-self: flex-start;
    width: calc(100vw - (clamp(240px, 28vw, 360px) + clamp(50px, 6vw, 100px)));
    max-width: 1460px;
    margin-left: auto;
  }
  .archive-wrapper .archive-area .blogcard-area,
.archive-wrapper .single-area .blogcard-area {
    justify-content: space-between;
    padding: clamp(40px, 7vw, 120px) 5vw 0 2vw;
  }
}
@media screen and (min-width: 1601px) {
  .archive-wrapper .archive-area,
.archive-wrapper .single-area {
    width: calc(100vw - (clamp(240px, 28vw, 360px) + clamp(50px, 6vw, 100px) - clamp(20px, 3vw, 40px)));
  }
  .archive-wrapper .archive-area .blogcard-area,
.archive-wrapper .single-area .blogcard-area {
    justify-content: space-evenly;
    padding: clamp(40px, 7vw, 120px) clamp(120px, 20vw, 360px) 0 clamp(50px, 8vw, 125px);
  }
}

.single-main {
  padding-top: clamp(143px, 20vw, 320px);
}
.single-main .archive-wrapper .single-area .content-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: 10px 11.5vw 0;
}
.single-main .archive-wrapper .single-area .content-area h1.title {
  font-size: clamp(20px, 3vw, 40px);
  padding: 0.5em 0;
}
.single-main .archive-wrapper .single-area .content-area .meta-row {
  align-items: center;
  flex-wrap: wrap;
}
.single-main .archive-wrapper .single-area .content-area .meta-row .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 10px 0 0;
}
.single-main .archive-wrapper .single-area .content-area .meta-row .post-categories li {
  min-width: 100px;
  display: none;
  box-sizing: border-box;
  padding: 0.4em;
  background-color: #3BC9C8;
  color: #ffffff;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 100%;
  list-style-type: none;
  text-align: center;
}
.single-main .archive-wrapper .single-area .content-area .meta-row .post-categories li:first-child {
  display: unset;
}
@media screen and (min-width: 1001px) {
  .single-main .archive-wrapper .single-area {
    max-width: 1410px;
  }
  .single-main .archive-wrapper .single-area .content-area {
    padding-top: clamp(50px, 5vw, 70px);
    align-items: flex-end;
  }
  .single-main .archive-wrapper .single-area .content-area > * {
    width: 100%;
    max-width: 823px;
  }
  .single-main .archive-wrapper .single-area .content-area h1.title {
    border-bottom: 2px solid #000000;
    padding: 0.8em 0;
    margin-bottom: 1.3em;
  }
}
@media screen and (min-width: 1601px) {
  .single-main .archive-wrapper .single-area .content-area {
    padding: 70px clamp(240px, 28vw, 360px) 0 clamp(60px, 7vw, 120px);
  }
}

img.bg-ends {
  width: 100%;
  pointer-events: none;
}

.bloglist-area {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
}
.bloglist-area .post-row {
  width: 100%;
  margin: 20px auto;
}
.bloglist-area .post-row .blog-title,
.bloglist-area .post-row .blog-date {
  padding: 5px;
}
.bloglist-area .post-row .blog-date {
  color: #F5F5F5;
  margin-right: 20px;
}
.bloglist-area .blog-excerpt-row .post-row {
  border-bottom: 2px solid #FFE13E;
  line-height: 180%;
  margin-bottom: 0;
}
.bloglist-area .blog-excerpt-row .blog-excerpt {
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  padding: 5px;
}
.bloglist-area .blog-excerpt-row .more-btn {
  color: #F5F5F5;
  font-size: 0.8em;
  margin-left: 5px;
}
.bloglist-area .blog-excerpt-row .more-btn:hover {
  color: lightgray;
}
@media screen and (max-width: 800px) {
  .bloglist-area .post-row {
    flex-direction: column;
    max-width: 600px;
  }
  .bloglist-area .post-row.excerpt-row {
    line-height: 140%;
  }
  .bloglist-area .post-row.excerpt-row .blog-date {
    line-height: 100%;
    font-size: 0.6em;
    padding-bottom: 0;
  }
  .bloglist-area .post-row:not(.excerpt-row) .blog-date {
    border-bottom: 2px solid #FFE13E;
    line-height: 200%;
    padding-left: 10px;
  }
  .bloglist-area .post-row:not(.excerpt-row) .blog-title {
    padding-left: 5px;
    margin-top: 10px;
  }
}

.blogcard-area {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: clamp(50px, 5vw, 85px);
}
@media screen and (min-width: 1001px) {
  .blogcard-area {
    justify-content: space-between;
  }
}

.post-card {
  position: relative;
  width: 100%;
  max-width: clamp(236px, 30vw, 254px);
}
.post-card img {
  width: 100%;
  aspect-ratio: 5/3;
  align-self: center;
  margin: 0 auto;
  object-fit: cover;
}
.post-card .meta-wrapper {
  margin-top: clamp(10px, 2vw, 30px);
  align-items: center;
  flex-wrap: wrap;
}
.post-card .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 10px 0 0;
}
.post-card .post-categories li {
  min-width: 100px;
  display: none;
  box-sizing: border-box;
  padding: 0.4em;
  background-color: #3BC9C8;
  color: #ffffff;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 100%;
  list-style-type: none;
  text-align: center;
}
.post-card .post-categories li:first-child {
  display: unset;
}
.post-card p.post-date {
  line-height: 140%;
  height: fit-content;
  font-size: clamp(15px, 1.2vw, 18px);
}
.post-card .card-headline {
  margin: 0.5em 0 1em 0;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 160%;
}
.post-card .card-excerpt {
  display: none;
  line-height: 180%;
}
@media screen and (min-width: 1001px) {
  .post-card .post-categories {
    margin-right: 1em;
  }
  .post-card .card-headline {
    margin: 0.8em 0;
  }
}

.blog-section .blogcard-area .post-card img {
  aspect-ratio: 3/2;
}
.blog-section .blogcard-area .post-card:first-child {
  width: 100%;
  max-width: 300px;
}
.blog-section .blogcard-area .post-card:first-child .card-excerpt {
  display: unset;
}
@media screen and (min-width: 1001px) {
  .blog-section .blogcard-area {
    justify-content: space-between;
  }
  .blog-section .blogcard-area .post-card {
    width: 45%;
    max-width: 351px;
  }
  .blog-section .blogcard-area .post-card:first-child {
    width: 100%;
    max-width: 100%;
  }
  .blog-section .blogcard-area .post-card:first-child img {
    aspect-ratio: 20/11;
  }
}

.category-filter {
  justify-content: space-evenly;
  margin: clamp(40px, 8vw, 80px) auto;
}
.category-filter a {
  padding: 0.5em 1em;
  background-color: #FFE13E;
  color: #ffffff;
  border-radius: 1.5em;
}
.category-filter a.active-btn {
  background-color: #F5F5F5;
  pointer-events: none;
}

.search-main .h1-group,
.search-main .no-search {
  word-break: break-word;
}
.search-main .h1-group {
  margin-top: clamp(70px, 10vw, 140px);
}
.search-main .h1-group h3 {
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: clamp(10px, 1vw, 20px);
  align-items: center;
  line-height: 160%;
}
.search-main .h1-group h3 input {
  height: 100%;
  background-color: white;
  border: none;
  margin-left: 10px;
  padding: 10px 5px;
  font-size: 1em;
  line-height: 160%;
}
.search-main .searchlist-area {
  margin: 40px auto;
}
.search-main .searchlist-area .total-results {
  color: #F5F5F5;
}
.search-main .searchlist-area .no-search {
  text-align: center;
  line-height: 160%;
}
.search-main .searchlist-area .search-confirm {
  align-items: center;
  margin: 40px auto clamp(40px, 10vw, 100px) auto;
}
.search-main .searchlist-area .search-confirm input {
  margin-right: 20px;
}
.search-main .searchlist-area .search-hint {
  margin-bottom: 10px;
}
.search-main .searchlist-area ul.hint-list {
  padding-left: 20px;
}
.search-main .searchlist-area ul.hint-list li {
  line-height: 180%;
}
@media screen and (max-width: 500px) {
  .search-main .search-confirm {
    flex-direction: column-reverse;
  }
  .search-main .search-confirm input {
    margin-top: 10px;
  }
}

.adjacent-nav {
  width: 100%;
}

.nav-elements {
  width: 100%;
  display: grid;
  grid-template-columns: clamp(130px, 15vw, 243px) 1fr clamp(130px, 15vw, 243px);
  grid-template-rows: auto;
  margin-top: 52px;
}
.nav-elements a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: clamp(42px, 3.5vw, 55px);
  grid-row: 1/2;
  line-height: 100%;
  border: 2px solid #1F1F1F;
}
.nav-elements a p {
  color: #242424;
  font-size: clamp(14px, 1.2vw, 18px);
}
.nav-elements a img {
  width: clamp(20px, 2vw, 32px);
}
.nav-elements a.return-link {
  grid-column: 1/2;
  padding: 0 5px 0 clamp(12px, 1.2vw, 20px);
}
.nav-elements a.return-link p {
  margin-left: clamp(10px, 2vw, 30px);
  white-space: nowrap;
}
.nav-elements a.next-link {
  grid-column: 3/4;
  justify-content: flex-end;
  padding: 0 clamp(12px, 1.2vw, 20px) 0 5px;
}
.nav-elements a.next-link p {
  margin-right: clamp(10px, 2vw, 30px);
}

section.featured-post {
  margin: clamp(50px, 8vw, 134px) 0 0 0;
  width: 100%;
}
section.featured-post h3 {
  margin-bottom: 36px;
  font-size: clamp(20px, 3vw, 35px);
}
section.featured-post h3:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 2px;
  background-color: #000000;
  vertical-align: middle;
  margin-right: 10px;
}
section.featured-post .featured-blogcard {
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media screen and (min-width: 1001px) {
  section.featured-post {
    margin-bottom: clamp(80px, 10vw, 165px);
    align-self: flex-end;
  }
  section.featured-post h3:before {
    width: 17px;
    height: 4px;
  }
  section.featured-post .featured-blogcard {
    justify-content: space-between;
  }
}

.hamburger {
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 74px;
  height: 74px;
  z-index: 302;
  transform: rotate(0deg);
  transform-origin: bottom;
  transition: 0.5s ease-in-out;
  background-color: #3BC9C8;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 40px;
  background: #ffffff;
  opacity: 1;
  left: 17px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 23px;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: 34px;
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: 46px;
  transform-origin: left center;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active-ham {
  background-color: #ffffff;
  opacity: 1;
}
.hamburger.active-ham span {
  background: #3BC9C8;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: 17px;
  left: 25px;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  top: 45px;
  left: 25px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  height: 74px;
  width: 100%;
  color: #000000;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 clamp(17px, 2.2vw, 40px) 0;
  transition: height 0.1s linear;
}
header .header-container {
  width: auto;
  max-height: 80%;
  object-fit: contain;
  transition: width 0.1s linear, height 0.1s linear;
}
header .header-container img {
  width: clamp(60px, 7vw, 116px);
  height: auto;
  object-fit: contain;
  max-height: 100%;
}
header .header-container p {
  font-size: clamp(12px, 0.85vw, 16px);
  margin-left: 1em;
  line-height: 160%;
  white-space: nowrap;
}
header .nav-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .nav-container .nav-menu {
  display: none;
}
header .nav-container ul {
  list-style: none;
  text-transform: uppercase;
}
header .nav-container ul li {
  font-size: clamp(8px, 0.9vw, 17px);
  line-height: 100%;
  margin: 0.5em 1em;
  letter-spacing: 0.1em;
}
header .nav-container ul li:first-child {
  margin-left: 0;
}
header .nav-container ul li:last-child {
  margin-right: 0;
}
header .nav-container ul li.active {
  color: #3BC9C8;
}
header .nav-container ul li.contact-btn {
  background-color: #3BC9C8;
  color: #ffffff;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}
header .nav-container ul li.contact-btn a {
  line-height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0.8em 2em;
}
header .nav-container ul li.contact-btn:hover {
  opacity: 0.6;
}
header .nav-container ul li.social-link {
  display: none;
}
header .nav-container .hamburger {
  display: block;
}
header .nav-container.open-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  z-index: 300;
  animation: slidein 0.2s ease-in-out;
  background-color: #3BC9C8;
  color: #ffffff;
}
header .nav-container.open-menu .nav-menu {
  box-sizing: border-box;
  display: flex;
  padding: 12vh 10% clamp(40px, 9vh, 60px);
  z-index: 101;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 100%;
}
header .nav-container.open-menu .nav-menu li {
  font-size: 20px;
  margin: clamp(5px, 1.5vh, 10px) 0;
}
header .nav-container.open-menu .nav-menu li.contact-btn a {
  display: inline;
  padding: unset;
}
header .nav-container.open-menu .nav-menu li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  margin-right: 0.5em;
}
header .nav-container.open-menu .nav-menu li.social-link {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  border-top: 2px solid #ffffff;
  margin-top: 24px;
  padding: 24px 55px 0 0;
}
header .nav-container.open-menu .nav-menu li.social-link .sns-row {
  margin-left: 22px;
  align-items: center;
}
header .nav-container.open-menu .nav-menu li.social-link .sns-row a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37.5px;
  height: 37.5px;
}
header .nav-container.open-menu .nav-menu li.social-link .sns-row a img {
  display: block;
  width: 100%;
}
header .nav-container.open-menu .nav-menu li.social-link .sns-row a.youtube {
  margin-left: 14px;
}
header .nav-container.open-menu .nav-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 4.5vh;
  left: 10%;
  width: 60px;
  aspect-ratio: 2/1;
  z-index: 102;
  background: url(../img/logo-b.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 650px) {
  header .nav-container.open-menu {
    max-width: unset;
  }
}
@media screen and (min-width: 801px) {
  header {
    height: clamp(80px, 13vw, 134px);
  }
  header.scrolled {
    background-color: rgba(255, 255, 255, 0.7);
    height: calc(0.6 * clamp(80px, 13vw, 134px));
  }
  header .nav-container .nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  header .nav-container .hamburger {
    display: none;
  }
}

.floatmenu {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 100;
  align-items: flex-end;
  font-family: "dnp-shuei-mgothic-st", dnp-shuei-mgothic-st, "fot-tsukuardgothic-std", fot-tsukuardgothic-std, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.floatmenu .search-container .label,
.floatmenu .sns-container {
  box-sizing: border-box;
  width: clamp(38px, 5vw, 77px);
}
.floatmenu .search-container {
  height: clamp(38px, 5vw, 77px);
  background-color: #A5914D;
  color: #ffffff;
  font-size: clamp(14px, 1.2vw, 18px);
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
}
.floatmenu .search-container .label {
  cursor: pointer;
}
.floatmenu .search-container .label img {
  width: 40%;
}
.floatmenu .search-container .label p {
  display: none;
}
.floatmenu .search-container .search-box {
  width: 1px;
  visibility: hidden;
  transition: width 0.4s ease-in-out;
}
.floatmenu .search-container .search-box .search-input-group {
  width: 92%;
  margin: auto;
}
.floatmenu .search-container .search-box .search-input-group .input-group {
  width: 100%;
}
.floatmenu .search-container .search-box .search-input-group input {
  box-sizing: border-box;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 1.9em;
  border: unset;
  outline: 1px solid #FFE13E;
}
.floatmenu .search-container .search-box .search-input-group input::placeholder {
  color: #AAAAAA;
  letter-spacing: 0.1em;
}
.floatmenu .search-container .search-box .search-input-group input[type=submit] {
  width: 100%;
}
.floatmenu .search-container.active .search-box {
  align-self: center;
  width: 410px;
  max-width: 80vw;
  visibility: visible;
}
.floatmenu .search-container.active .search-box .search-input-group input {
  box-sizing: border-box;
  line-height: 160%;
}
.floatmenu .search-container.active .search-box .search-input-group input[type=submit] {
  box-sizing: border-box;
  width: 50px;
  margin: auto 10px;
  min-width: unset;
}
.floatmenu .sns-container {
  background-color: #ffffff;
  font-size: clamp(12px, 1.2vw, 17px);
  padding: 10px 0 13px;
}
.floatmenu .sns-container .label span {
  writing-mode: vertical-lr;
  letter-spacing: 0.1em;
}
.floatmenu .sns-container .label:after {
  content: "";
  display: block;
  width: 1.5px;
  height: clamp(6px, 1.5vw, 12px);
  background-color: #000000;
  margin: 5px auto 1em;
}
.floatmenu .sns-container ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000000;
}
.floatmenu .sns-container ul a img {
  width: 53%;
}
.floatmenu .sns-container ul a.youtube {
  margin-top: 7px;
}
.floatmenu .sns-container ul a.youtube img {
  width: 63%;
}
@media screen and (min-width: 651px) {
  .floatmenu {
    top: 50%;
    transform: translateY(-50%);
  }
  .floatmenu .search-container {
    padding: 1.2em 0 1em;
    aspect-ratio: unset;
    height: unset;
  }
  .floatmenu .search-container .label img {
    width: 1.75em;
    margin-bottom: 0.5em;
  }
  .floatmenu .search-container .label p {
    display: unset;
    writing-mode: vertical-lr;
    letter-spacing: 0.1em;
  }
  .floatmenu .search-container .search-box .search-input-group input {
    padding: 1.5em 1.8em;
  }
  .floatmenu .sns-container {
    padding: 1em 0 4em;
  }
  .floatmenu .sns-container .label:after {
    height: 2em;
  }
  .floatmenu .sns-container ul a {
    width: 2.7em;
    height: 2.7em;
  }
  .floatmenu .sns-container ul a.youtube {
    margin-top: 1.3em;
  }
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
footer {
  width: 100%;
  padding: 60px 0 50px 0;
  background-color: #454545;
  color: #ffffff;
}
footer .logo-container {
  width: 77%;
  max-width: 1000px;
}
footer .footer-logo {
  display: block;
  margin-bottom: 50px;
}
footer .footer-logo img {
  width: 116px;
}
footer .footer-logo p {
  font-size: 16px;
  line-height: 160%;
  margin-top: 1.2em;
}
footer .content-container {
  width: 77%;
  max-width: 1000px;
}
footer .left-col,
footer .right-col {
  width: 100%;
}
footer .left-col ul,
footer .right-col ul {
  width: 100%;
}
footer .left-col {
  margin-bottom: 20px;
}
footer .left-col ul li {
  line-height: 250%;
  font-size: 16px;
  align-items: flex-start;
}
footer .left-col ul li a {
  color: #ffffff;
}
footer .right-col {
  font-size: 18px;
}
footer .right-col li {
  margin-bottom: 0.5em;
}
footer .right-col li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  margin-right: 0.5em;
}
footer .right-col li.social-link {
  width: 100%;
  border-top: 2px solid #ffffff;
  margin-top: 26px;
  padding-top: 26px;
  display: flex;
  align-items: center;
}
footer .right-col li.social-link .sns-row {
  margin-left: 22px;
  align-items: center;
}
footer .right-col li.social-link .sns-row a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37.5px;
  height: 37.5px;
}
footer .right-col li.social-link .sns-row a img {
  display: block;
  width: 100%;
}
footer .right-col li.social-link .sns-row a.youtube {
  margin-left: 14px;
}
@media screen and (min-width: 651px) {
  footer .logo-container .footer-logo {
    display: flex;
    align-items: center;
  }
  footer .logo-container .footer-logo p {
    margin: 0 0 0 1em;
  }
  footer .content-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  footer .left-col {
    width: 46%;
  }
  footer .left-col ul li {
    line-height: 220%;
  }
  footer .left-col ul li a.hp-link {
    margin-left: 1.2em;
  }
  footer .right-col {
    width: 46%;
  }
  footer .right-col .footer-menu {
    display: flex;
    flex-wrap: wrap;
  }
  footer .right-col .footer-menu li {
    box-sizing: border-box;
    width: 50%;
    padding-right: 1em;
  }
  footer .right-col .footer-menu li.social-link {
    width: 100%;
  }
}

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