@charset "UTF-8";
/*----------------------------------------
media query
----------------------------------------*/
/*
@mixin rem($size) {
    font-size: $size + px;
    font-size: ($size / 16) + rem
}
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600&display=swap");
.l-container {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  text-align: left;
  min-width: 320px;
}
@media screen and (min-width: 851px) {
  .l-container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    width: 80%;
    max-width: 1548px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-container-fluid {
  width: 100%;
  padding: 110px 0px;
  min-width: 1024px;
}
@media screen and (max-width: 1023px) {
  .l-container-fluid {
    padding: 50px 0px;
    text-align: center;
    min-width: 320px;
  }
}

@media screen and (max-width: 1023px) {
  .l-tb-container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 850px) {
  .l-sp-container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.l-seciton {
  position: relative;
}

.l-wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.l-main {
  position: relative;
  margin-top: 0px;
}
@media screen and (min-width: 1024px) {
  .l-main {
    margin-top: 130px;
  }
  .l-main--blog {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-main {
    margin-top: 185px;
  }
  .l-main--blog {
    margin-top: 0;
  }
}

.c-button--white, .c-button--gray, .c-button--dw, .c-button {
  position: relative;
  background: #ffe100;
  padding: 12px;
  min-width: 170px;
  max-width: 170px;
  text-align: center;
  border-radius: 6px;
  margin: 0 auto;
  color: #333333;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.c-button--white:link, .c-button--gray:link, .c-button--dw:link, .c-button:link, .c-button--white:visited, .c-button--gray:visited, .c-button--dw:visited, .c-button:visited {
  color: #333333;
}
.c-button--white:after, .c-button--gray:after, .c-button--dw:after, .c-button:after {
  content: "";
  display: inline-block;
  background: url(../images/button_arrow.png) no-repeat center center/contain;
  width: 8px;
  height: 11px;
  margin-left: 2px;
}
.c-button--white:hover, .c-button--gray:hover, .c-button--dw:hover, .c-button:hover {
  opacity: 1;
  background: #ff9600;
}
.c-button--white:hover:link, .c-button--gray:hover:link, .c-button--dw:hover:link, .c-button:hover:link, .c-button--white:hover:visited, .c-button--gray:hover:visited, .c-button--dw:hover:visited, .c-button:hover:visited {
  color: white;
}
.c-button--white:hover:after, .c-button--gray:hover:after, .c-button--dw:hover:after, .c-button:hover:after {
  background: url(../images/button_arrow_wh.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .c-button--white, .c-button--gray, .c-button--dw, .c-button {
    padding: 20px 30px;
    max-width: 400px;
    font-size: 2.2rem;
    border-radius: 8px;
  }
  .c-button--white:after, .c-button--gray:after, .c-button--dw:after, .c-button:after {
    width: 13px;
    height: 19px;
    margin-left: 10px;
  }
}
.c-button--white, .c-button--gray {
  background: white;
  min-width: 200px;
  max-width: 200px;
  border: solid 2px #ffe100;
}
.c-button--white:link, .c-button--gray:link, .c-button--white:visited, .c-button--gray:visited {
  color: #333;
}
.c-button--white:after, .c-button--gray:after {
  background: url(../images/button_arrow_r.png) no-repeat center center/contain;
  width: 8px;
  height: 7px;
  margin-left: 5px;
}
.c-button--white:hover, .c-button--gray:hover {
  background: #ffe100;
}
.c-button--white:hover:link, .c-button--gray:hover:link, .c-button--white:hover:visited, .c-button--gray:hover:visited {
  color: #333;
}
.c-button--white:hover:after, .c-button--gray:hover:after {
  background: url(../images/button_arrow_r.png) no-repeat center center/contain;
  width: 8px;
  height: 7px;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .c-button--white, .c-button--gray {
    border: solid 3px #ffe100;
    max-width: 400px;
  }
  .c-button--white:after, .c-button--gray:after {
    width: 16px;
    height: 13px;
    margin-left: 10px;
  }
  .c-button--white:hover:after, .c-button--gray:hover:after {
    width: 16px;
    height: 13px;
    margin-left: 10px;
  }
}
.c-button--gray {
  border: solid 2px #d1cec9;
}
.c-button--gray:hover {
  border: solid 2px #ffe100;
}
@media screen and (min-width: 1024px) {
  .c-button--gray {
    border: solid 3px #d1cec9;
  }
  .c-button--gray:hover {
    border: solid 3px #ffe100;
  }
}
.c-button--wide {
  max-width: none;
  display: inline-block;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  .c-button--wide {
    border-radius: 15px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.c-link {
  text-align: right;
  color: #000;
  font-size: 1.3rem;
}
.c-link a {
  background: url(images/common_arrow_bk.svg) no-repeat right center/6px auto;
  padding-right: 12px;
}
.c-link a:link,
.c-link a :visited {
  color: #000;
}

.c-heading, .c-heading--lg {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
.c-heading h2, .c-heading--lg h2,
.c-heading h3,
.c-heading--lg h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #8c6c2e;
  font-weight: bold;
}
.c-heading--lg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-heading--lg:before {
  content: "";
  display: inline-block;
  width: 20px;
  margin-right: 15px;
  margin-bottom: 10px;
  border-top: solid 1.5px #8c6c2e;
}
.c-heading--lg:after {
  content: "";
  display: inline-block;
  width: 20px;
  margin-left: 15px;
  margin-bottom: 10px;
  border-top: solid 1.5px #8c6c2e;
}
@media screen and (min-width: 1024px) {
  .c-heading, .c-heading--lg {
    margin-bottom: 50px;
  }
  .c-heading h2, .c-heading--lg h2,
  .c-heading h3,
  .c-heading--lg h3 {
    font-size: 3.3rem;
    margin-bottom: 20px;
  }
  .c-heading--lg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-heading--lg:before {
    width: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-top: solid 2px #8c6c2e;
  }
  .c-heading--lg:after {
    width: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-top: solid 2px #8c6c2e;
  }
}

.c-flex, .c-flex--nw {
  display: flex;
  flex-wrap: wrap;
}
.c-flex--nw {
  flex-wrap: nowrap;
}
.c-flex__col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.c-flex__col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.c-flex__col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.c-flex__col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.c-flex__col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.c-flex__col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.c-flex__col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.c-flex__col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.c-flex__col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.c-flex__col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.c-flex__col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.c-flex__col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-flex__col-1--sm {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-flex__col-2--sm {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-flex__col-3--sm {
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-flex__col-4--sm {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-flex__col-5--sm {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-flex__col-6--sm {
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-flex__col-7--sm {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-flex__col-8--sm {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-flex__col-9--sm {
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-flex__col-10--sm {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-flex__col-11--sm {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-flex__col-12--sm {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 851px) {
  .c-flex__col-1--md {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-flex__col-2--md {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-flex__col-3--md {
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-flex__col-4--md {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-flex__col-5--md {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-flex__col-6--md {
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-flex__col-7--md {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-flex__col-8--md {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-flex__col-9--md {
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-flex__col-10--md {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-flex__col-11--md {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-flex__col-12--md {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.c-grid--col-12, .c-grid--col-11, .c-grid--col-10, .c-grid--col-9, .c-grid--col-8, .c-grid--col-7, .c-grid--col-6, .c-grid--col-5, .c-grid--col-4, .c-grid--col-3, .c-grid--col-2 {
  display: grid;
}

.c-grid--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid--col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid--col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.c-grid--col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.c-grid--col-8 {
  grid-template-columns: repeat(8, 1fr);
}
.c-grid--col-9 {
  grid-template-columns: repeat(9, 1fr);
}
.c-grid--col-10 {
  grid-template-columns: repeat(10, 1fr);
}
.c-grid--col-11 {
  grid-template-columns: repeat(11, 1fr);
}
.c-grid--col-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 850px) {
  .c-grid--col-1--sm {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid--col-2--sm {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid--col-3--sm {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid--col-4--sm {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid--col-5--sm {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid--col-6--sm {
    grid-template-columns: repeat(6, 1fr);
  }
  .c-grid--col-7--sm {
    grid-template-columns: repeat(7, 1fr);
  }
  .c-grid--col-8--sm {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-grid--col-9--sm {
    grid-template-columns: repeat(9, 1fr);
  }
  .c-grid--col-10--sm {
    grid-template-columns: repeat(10, 1fr);
  }
  .c-grid--col-11--sm {
    grid-template-columns: repeat(11, 1fr);
  }
  .c-grid--col-12--sm {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .c-grid--col-1--md {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid--col-2--md {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid--col-3--md {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid--col-4--md {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid--col-5--md {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid--col-6--md {
    grid-template-columns: repeat(6, 1fr);
  }
  .c-grid--col-7--md {
    grid-template-columns: repeat(7, 1fr);
  }
  .c-grid--col-8--md {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-grid--col-9--md {
    grid-template-columns: repeat(9, 1fr);
  }
  .c-grid--col-10--md {
    grid-template-columns: repeat(10, 1fr);
  }
  .c-grid--col-11--md {
    grid-template-columns: repeat(11, 1fr);
  }
  .c-grid--col-12--md {
    grid-template-columns: repeat(12, 1fr);
  }
}

.c-grid-g20 {
  gap: 20px;
}

.c-grid-g30 {
  gap: 30px;
}

.c-grid-g40 {
  gap: 40px;
}

.c-grid-g50 {
  gap: 50px;
}

.c-grid-g60 {
  gap: 60px;
}

.c-grid-g70 {
  gap: 70px;
}

.c-grid-g80 {
  gap: 80px;
}

.c-grid-g90 {
  gap: 90px;
}

.c-grid-g100 {
  gap: 100px;
}

.c-menu-icon {
  display: block;
  padding: 12px 15px;
  text-align: center;
  background: white;
  position: relative;
  width: 50px;
  height: 50px;
}
.c-menu-icon span {
  display: block;
  width: 22px;
  height: 2px;
  background: #8c6c2e;
  transition: all 0.3s;
  transform-origin: center;
  position: absolute;
  left: 15px;
}
.c-menu-icon span:nth-of-type(1) {
  top: 15px;
}
.c-menu-icon span:nth-of-type(2) {
  top: 23px;
}
.c-menu-icon span:nth-of-type(3) {
  opacity: 0;
  top: 23px;
}
.c-menu-icon span:nth-of-type(4) {
  top: 31px;
}
.c-menu-icon.is-active span:nth-of-type(1) {
  display: none;
}
.c-menu-icon.is-active span:nth-of-type(2) {
  transform: rotate(45deg);
}
.c-menu-icon.is-active span:nth-of-type(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.c-menu-icon.is-active span:nth-of-type(4) {
  display: none;
}

.c-pickup {
  color: white;
  background: #8c6c2e;
  border-radius: 20px;
  display: inline-block;
  padding: 0px 12px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .c-pickup {
    font-size: 1rem;
  }
}

.c-tag-blog a {
  background: #fffce7 url(images/blog/icon_tag.png) no-repeat left 5px center/10px auto;
  font-size: 11px;
  display: block;
  padding: 1px 5px 1px 20px;
  border: solid 1px #ffe100;
}
@media screen and (min-width: 1024px) {
  .c-tag-blog a {
    background: #fffce7 url(images/blog/icon_tag.png) no-repeat left 10px center/20px auto;
    font-size: clamp(10.9819121447px, 1.2919896641vw, 20px);
    display: block;
    padding: 2px 10px 2px 40px;
    border: solid 2px #ffe100;
  }
}

.c-category-blog a {
  background: #ffe100 url(images/blog/icon_category.png) no-repeat left 7px center/10px auto;
  font-size: 11px;
  display: block;
  padding: 1px 5px 1px 18px;
  border: solid 1px #ffe100;
}
@media screen and (min-width: 1024px) {
  .c-category-blog a {
    background: #ffe100 url(images/blog/icon_category.png) no-repeat left 10px center/20px auto;
    font-size: clamp(10.9819121447px, 1.2919896641vw, 20px);
    padding: 2px 10px 2px 40px;
    border: solid 2px #ffe100;
  }
}

.c-searchform {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.c-searchform input {
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 7px 10px;
  width: 100%;
  max-width: 260px;
}
.c-searchform input[type=submit] {
  width: auto;
  background: none;
  border: none;
  font-size: 1.7rem;
}
@media screen and (max-width: 1023px) {
  .c-searchform input {
    max-width: none;
  }
}

.c-page-heading {
  background: url(images/page_heading_bottom.png), url(images/page_heading.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: center bottom, center center;
  height: 443px;
}
.c-page-heading--products {
  background: url(images/page_heading_bottom.png), url(images/products/page_heading.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: center bottom, center center;
  color: white;
}
.c-page-heading__inner {
  padding-top: 70px;
}
.c-page-heading__inner h1 {
  font-size: 3.2rem;
  line-height: 1.2;
}
.c-page-heading__inner p {
  font-size: 20;
  padding-left: 5px;
}
@media screen and (max-width: 850px) {
  .c-page-heading {
    background: url(images/page_heading_sp.jpg) no-repeat center bottom/cover;
    height: 244px;
  }
  .c-page-heading--products {
    background: url(images/products/page_heading_sp.jpg) no-repeat center bottom/cover;
  }
  .c-page-heading__inner {
    padding-top: 30px;
  }
  .c-page-heading__inner h1 {
    font-size: 4.8rem;
  }
  .c-page-heading__inner p {
    font-size: 10;
    padding-left: 4px;
  }
}

.c-form {
  text-align: left;
  margin-bottom: 0px;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  .c-form {
    margin-bottom: 0px;
  }
}
.c-form__required {
  display: inline-block;
  background: #ff3c00;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  padding: 0px 3px;
  letter-spacing: 0.1em;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .c-form__required {
    font-size: 1.5rem;
    padding: 2px 5px;
    border-radius: 4px;
    letter-spacing: 0.2em;
  }
}
.c-form input,
.c-form textarea,
.c-form select {
  width: 100%;
  border: solid 1.5px #dddddd;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  background: #f3f3f3;
}
@media screen and (max-width: 850px) {
  .c-form input,
  .c-form textarea,
  .c-form select {
    padding: 15px;
  }
}
.c-form select {
  height: 50px;
  width: 50%;
  display: block;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: white;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  .c-form select {
    height: 55px;
    width: 100%;
  }
}
.c-form textarea {
  height: 150px;
}
.c-form input[type=radio] {
  width: auto;
  /*display: none;*/
}
.c-form input[type=radio] + label i {
  font-size: 2rem;
  padding-right: 5px;
  transform: translateY(2px);
  color: #333;
}
.c-form input[type=radio] + label i.checked {
  display: none;
  transform: translateY(2px);
}
.c-form input[type=radio]:checked + label i {
  display: none;
}
.c-form input[type=radio]:checked + label i.checked {
  display: inline-block;
}
.c-form input[type=checkbox] {
  width: auto;
  display: none;
}
.c-form input[type=checkbox] + label i {
  margin-right: 5px;
  transform: translateY(4px);
  margin-left: 5px;
}
.c-form .fa-check-square {
  background: url(../images/contact_privacy_checked.gif) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1024px) {
  .c-form .fa-check-square {
    width: 25px;
    height: 25px;
  }
}
.c-form .fa-square {
  background: url(../images/contact_privacy_check.gif) no-repeat center center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1024px) {
  .c-form .fa-square {
    width: 25px;
    height: 25px;
  }
}
.c-form input[type=checkbox] + label i.checked {
  display: none;
}
.c-form input[type=checkbox]:checked + label i {
  display: none;
}
.c-form input[type=checkbox]:checked + label i.checked {
  display: inline-block;
}
.c-form .mb0 {
  margin-bottom: 0;
}
.c-form #content {
  display: none;
}
.c-form #content textarea {
  display: none;
}
.c-form__check {
  text-align: center;
  border: solid 1px #8c6c2e;
  border-radius: 15px;
  padding: 20px 10px;
  max-width: 600px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-form__check {
    padding: 50px;
    max-width: 800px;
    margin: 70px auto 0 auto;
  }
}
.c-form__privacy-description {
  margin-bottom: 5px;
}
.c-form__privacy-description a {
  text-decoration: underline;
}
.c-form__privacy-description a:visited, .c-form__privacy-description a:link {
  color: #ff3c00;
}
@media screen and (min-width: 1024px) {
  .c-form__privacy-description {
    margin-bottom: 20px;
  }
}
.c-form__privacy {
  position: relative;
}
.c-form__privacy .error {
  left: calc(50% - 116px) !important;
}
@media screen and (min-width: 1024px) {
  .c-form__privacy .error {
    left: 26.2% !important;
  }
}
.c-form .c-form__submit {
  margin-top: 30px;
}
.c-form .c-form__submit .c-form-button {
  margin: 0px auto 10px auto;
}
@media screen and (min-width: 1024px) {
  .c-form .c-form__submit {
    margin-top: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .c-form .c-form__submit .c-form-button {
    margin: 0 10px;
  }
}
.c-form .mwform-checkbox-field-text {
  position: relative;
  font-size: 2.2rem;
}
@media screen and (max-width: 850px) {
  .c-form .mwform-checkbox-field-text {
    font-size: 1.4rem;
  }
}
.c-form .mwform-checkbox-field-text::before {
  display: inline-block;
  background: url(../images/contact_privacy_check.gif) no-repeat center center/contain;
  margin: 0 5px;
  transform: translateY(4px);
  content: "";
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1024px) {
  .c-form .mwform-checkbox-field-text::before {
    width: 25px;
    height: 25px;
  }
}
.c-form input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  display: inline-block;
  background: url(../images/contact_privacy_checked.gif) no-repeat center center/contain;
}
.c-form .mwform-tel-field {
  display: block;
}
.c-form .error {
  position: absolute;
  top: -50px;
  left: 0px;
  display: inline-block;
  padding: 10px 15px;
  background: #cb625e;
  color: white !important;
  font-size: 1.6rem;
  border-radius: 5px;
}
.c-form .error::after {
  position: absolute;
  bottom: -10px;
  left: 20px;
  content: "";
  display: block;
  height: 10px;
  width: 15px;
  background: url(../images/contact_error_arrow.png) no-repeat left top/contain;
}
@media screen and (min-width: 1024px) {
  .c-form .error {
    border-radius: 8px;
    left: 30px;
    font-size: 2.4rem !important;
  }
}

.c-form--confirm .c-form__required {
  display: none;
}
.c-form--confirm .c-form__check {
  display: none;
}

.c-form--complete {
  display: none;
}

.c-form-item {
  position: relative;
  display: block;
  padding: 5px 0;
  margin-bottom: 10px;
  background: url(../images/contact_item_bg.gif) repeat-x left bottom/auto 1.5px;
}
.c-form-item.radio_label {
  display: inline-block;
}
.c-form-item__name {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
.c-form-item__name .c-form__required {
  margin-left: 5px;
}
.c-form-item__input {
  display: flex;
  align-items: center;
  padding: 5px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-form-item {
    margin-bottom: 0px;
    display: flex;
    padding: 10px 0;
  }
  .c-form-item.radio_label {
    margin-right: 25px;
  }
  .c-form-item__name {
    flex-shrink: 0;
  }
  .c-form-item:nth-of-type(2n+1) .c-form-item__name {
    background: #f8f5d9;
  }
  .c-form-item.radio_label {
    display: inline-block;
  }
  .c-form-item__name {
    margin-bottom: 3px;
    background: #f8f6e6;
    padding: 26px;
    flex-basis: 250px;
  }
  .c-form-item__name .c-form__required {
    margin-left: 15px;
  }
  .c-form-item__input {
    flex-grow: 1;
    padding: 15px 30px;
  }
}

.c-form-button {
  margin: 0 5px;
  max-width: 300px;
}
.c-form-button input[type=submit] {
  cursor: pointer;
  border-radius: 12px;
  background: #ff9600;
  font-weight: bold;
  font-size: 1.9rem;
  border: none;
  padding: 20px 40px 20px 20px;
  background: #ffcc00 url(../images/contact_submit_arrow.png) no-repeat right 20px center/auto 13px;
}
.c-form-button input[type=submit]:hover {
  opacity: 1;
  color: white;
  background: #ff9600 url(../images/contact_submit_arrow_wh.png) no-repeat right 20px center/auto 13px;
}
@media screen and (min-width: 1024px) {
  .c-form-button {
    margin: 0 5px;
    max-width: none;
  }
  .c-form-button input[type=submit] {
    font-size: 2.4rem;
    padding: 20px 60px 20px 40px;
    background: #ffcc00 url(../images/contact_submit_arrow.png) no-repeat right 40px center/auto 13px;
  }
  .c-form-button input[type=submit]:hover {
    background: #ff9600 url(../images/contact_submit_arrow_wh.png) no-repeat right 40px center/auto 13px;
  }
}

.c-strong {
  padding: 5px;
  line-height: 1.8;
  font-weight: bold;
  background: #fff399;
}
@media screen and (min-width: 1024px) {
  .c-strong {
    padding: 5px;
    line-height: 1.8;
    font-weight: bold;
    background: #fff399;
  }
}

.c-category-information a {
  padding: 2px 10px;
  text-align: center;
  border-radius: 20px;
  background: #80b4db;
  color: white;
  font-weight: bold;
  display: block;
  font-size: 1.1rem;
}
.c-category-information a:link, .c-category-information a:visited {
  color: white;
}
.c-category-information.news a, .c-category-information.newspaper a {
  background: #d6bf3a;
}
.c-category-information.recruit a {
  background: #77bcaa;
}
.c-category-information.sales a, .c-category-information.business a {
  background: #e69bb6;
}
@media screen and (min-width: 1024px) {
  .c-category-information a {
    padding: 3px 20px;
    border-radius: 20px;
    min-width: 170px;
    font-size: 2.2rem;
  }
}

.blog-navi__items {
  display: flex;
  gap: 2.5vw;
  justify-content: stretch;
}
.blog-navi__item, .blog-navi__items .cat-item {
  flex-basis: 31%;
  flex-grow: 1;
}
.blog-navi__item a, .blog-navi__items .cat-item a {
  position: relative;
  background: white;
  font-size: 11px;
  color: #10386e !important;
  padding: 18px 0;
  display: block;
  height: 100%;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.blog-navi__item a:link, .blog-navi__item a:visited, .blog-navi__items .cat-item a:link, .blog-navi__items .cat-item a:visited {
  color: #10386e !important;
}
.blog-navi__item a:after, .blog-navi__items .cat-item a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(images/blog/navi_arrow_sp.gif) no-repeat center center/contain;
}
@media screen and (min-width: 851px) {
  .blog-navi__item, .blog-navi__items .cat-item {
    flex-grow: 1;
    flex-basis: auto;
  }
  .blog-navi__item a, .blog-navi__items .cat-item a {
    background: white;
    font-size: clamp(15.3746770026px, 1.8087855297vw, 28px);
    color: #10386e !important;
    border: solid 3px #7b87a2;
    padding: 25px;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }
  .blog-navi__item a:link, .blog-navi__item a:visited, .blog-navi__items .cat-item a:link, .blog-navi__items .cat-item a:visited {
    color: #10386e !important;
  }
  .blog-navi__item a:after, .blog-navi__items .cat-item a:after {
    content: "";
    position: static;
    display: inline-block;
    width: 12px;
    height: 20px;
    margin-left: 20px;
    background: url(images/blog/navi_arrow.png) no-repeat center center/contain;
  }
}

.p-blog-page-header {
  background: #f3f3f3;
}
.p-blog-page-header .l-container {
  padding-top: 30px;
}
.p-blog-page-header .breadcrumb {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-blog-page-header {
    background: #f3f3f3;
  }
  .p-blog-page-header .l-container {
    padding-top: 30px;
  }
  .p-blog-page-header .breadcrumb {
    margin-bottom: 50px;
  }
}

.p-card-blog {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #eeeeee;
}
@media screen and (min-width: 851px) {
  .p-card-blog {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.18);
    background: white;
  }
  .p-card-blog:hover {
    background: #ffe100;
  }
  .p-card-blog:hover .p-card-blog__category a {
    background: white;
  }
}
.p-card-blog__thumbnail {
  flex-basis: 30%;
}
.p-card-blog__thumbnail a {
  display: block;
  position: relative;
  padding-top: 75%;
}
.p-card-blog__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 851px) {
  .p-card-blog__thumbnail {
    position: relative;
    padding-top: 64%;
  }
  .p-card-blog__thumbnail a {
    position: static;
    display: inline;
    padding-top: 0;
  }
}
.p-card-blog__info {
  flex-basis: 70%;
  padding-left: 15px;
}
@media screen and (min-width: 851px) {
  .p-card-blog__info {
    flex-basis: auto;
    flex-grow: 1;
    padding: 15px 15px 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-card-blog__info {
    flex-basis: auto;
    flex-grow: 1;
    padding: 30px 20px 0 20px;
  }
}
.p-card-blog__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-card-blog__category a {
  vertical-align: top;
  background: #ffe100;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  padding: 3px 10px;
}
@media screen and (min-width: 851px) {
  .p-card-blog__category {
    margin-bottom: 10px;
  }
  .p-card-blog__category a {
    background: #ffe100;
    font-size: clamp(10.9819121447px, 1.2919896641vw, 20px);
    font-weight: 500;
    display: inline-block;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-card-blog__category {
    margin-bottom: 20px;
  }
  .p-card-blog__category a {
    background: #ffe100;
    font-size: clamp(10.9819121447px, 1.2919896641vw, 20px);
    font-weight: 500;
    display: inline-block;
    padding: 5px 10px;
  }
}
.p-card-blog__title {
  font-size: 14px;
}
@media screen and (min-width: 851px) {
  .p-card-blog__title {
    font-size: clamp(12.0801033592px, 1.4211886305vw, 22px);
  }
}
.p-card-blog__bottom {
  margin-top: 10px;
  flex-basis: 100%;
  background: #f4f4f4;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 851px) {
  .p-card-blog__bottom {
    margin-top: 0;
    background: none;
    flex-basis: auto;
    padding: 20px 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-card-blog__bottom {
    padding: 30px 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 108px;
    gap: 15px;
  }
}
.p-card-blog__tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media screen and (min-width: 851px) {
  .p-card-blog__tags {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.p-card-blog__tag a {
  font-size: 11px;
  display: block;
}
.p-card-blog__tag a:before {
  content: "#";
}
@media screen and (min-width: 851px) {
  .p-card-blog__tag a {
    font-size: clamp(9.334625323px, 1.0981912145vw, 17px);
    display: block;
  }
  .p-card-blog__tag a:before {
    content: "#";
  }
}
.p-card-blog__date {
  border-left: solid 1px #717171;
  flex-shrink: 0;
  padding-left: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 11px;
}
@media screen and (min-width: 851px) {
  .p-card-blog__date {
    border-left: solid 1px #717171;
    flex-shrink: 0;
    padding-left: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: clamp(9.8837209302px, 1.1627906977vw, 18px);
  }
}
.p-card-blog__ranking {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
}
.p-card-blog__ranking:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 851px) {
  .p-card-blog__ranking {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
  }
  .p-card-blog__ranking:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
  }
}
.p-card-blog:nth-of-type(1) .p-card-blog__ranking:before {
  background: url(images/blog/archive/ranking_icon_01.png) no-repeat center top/contain;
}
.p-card-blog:nth-of-type(2) .p-card-blog__ranking:before {
  background: url(images/blog/archive/ranking_icon_02.png) no-repeat center top/contain;
}
.p-card-blog:nth-of-type(3) .p-card-blog__ranking:before {
  background: url(images/blog/archive/ranking_icon_03.png) no-repeat center top/contain;
}
.p-card-blog__new {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
  background: white;
  font-size: 10px;
  padding: 0 5px;
}
@media screen and (min-width: 851px) {
  .p-card-blog__new {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    display: inline-block;
    background: white;
    font-size: clamp(13.1782945736px, 1.5503875969vw, 24px);
    font-weight: 500;
    padding: 5px 20px;
  }
}

.p-card-blog--related {
  padding-bottom: 15px;
  border-bottom: solid 1px #c9c8c4;
  margin-bottom: 15px;
  display: flex;
}
.p-card-blog--related:last-of-type {
  border-bottom: none;
}
.p-card-blog--related .p-card-blog__left {
  flex-basis: 30%;
}
.p-card-blog--related .p-card-blog__info {
  flex-basis: 70%;
  padding-left: 20px;
}
.p-card-blog--related .p-card-blog__heading {
  padding: 5px 0;
}
@media screen and (min-width: 851px) {
  .p-card-blog--related {
    padding-bottom: 30px;
    border-bottom: solid 1px #c9c8c4;
    margin-bottom: 30px;
    display: flex;
  }
  .p-card-blog--related:last-of-type {
    border-bottom: none;
  }
  .p-card-blog--related .p-card-blog__left {
    flex-basis: 25%;
  }
  .p-card-blog--related .p-card-blog__info {
    flex-basis: 75%;
    padding-left: 40px;
  }
  .p-card-blog--related .p-card-blog__heading {
    padding: 10px 0;
  }
}

.p-card-blog-pickup a {
  position: relative;
  display: block;
  margin: 0 4px;
}
.p-card-blog-pickup__thumbnail {
  width: 100%;
  padding-top: 70%;
}
.p-card-blog-pickup__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card-blog-pickup__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
}
.p-card-blog-pickup__date {
  color: white;
  font-size: 11px;
}
.p-card-blog-pickup__title {
  font-size: 12px;
  color: white;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 851px) {
  .p-card-blog-pickup a {
    position: relative;
    display: block;
    margin: 0;
  }
  .p-card-blog-pickup__thumbnail {
    width: 100%;
    padding-top: 63%;
  }
  .p-card-blog-pickup__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-card-blog-pickup__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }
  .p-card-blog-pickup__date {
    color: white;
    font-size: clamp(15.3746770026px, 1.8087855297vw, 28px);
  }
  .p-card-blog-pickup__title {
    font-size: clamp(17.5710594315px, 2.0671834625vw, 32px);
    color: white;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.p-pagenavigation {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-pagenavigation h2 {
  display: none;
}
.p-pagenavigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pagenavigation li {
  margin: 0 8px;
  font-size: 13px;
  font-weight: 500;
}
.p-pagenavigation li a {
  width: auto;
  font-size: 13px;
  display: block;
  padding: 0;
  font-weight: bold;
  border: none;
  font-weight: 500;
}
.p-pagenavigation li .current {
  width: 20px;
  line-height: 20px;
  font-size: 13px;
  display: block;
  padding: 0px;
  border: none;
  background: #ffe100;
  border-radius: 30px;
  font-weight: 500;
}
.p-pagenavigation li .dots {
  font-size: 13px;
  border: none;
  font-weight: 500;
}
.p-pagenavigation .prev span,
.p-pagenavigation .next span {
  height: 25px;
  width: 25px;
  border: none;
}
.p-pagenavigation .prev {
  margin-right: 15px;
}
.p-pagenavigation .prev span {
  background: url(images/blog/pagenavigation_prev.gif) no-repeat center center/25px auto;
}
.p-pagenavigation .next {
  margin-left: 15px;
}
.p-pagenavigation .next span {
  background: url(images/blog/pagenavigation_next.gif) no-repeat center center/25px auto;
}
@media screen and (min-width: 1024px) {
  .p-pagenavigation {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .p-pagenavigation h2 {
    display: none;
  }
  .p-pagenavigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-pagenavigation li {
    margin: 0 8px;
    font-size: clamp(13.1782945736px, 1.5503875969vw, 24px);
    font-weight: 500;
  }
  .p-pagenavigation li a {
    font-size: clamp(13.1782945736px, 1.5503875969vw, 24px);
    display: block;
    padding: 0px 15px;
    font-weight: bold;
    border: none;
    font-weight: 500;
  }
  .p-pagenavigation li .current {
    width: 36px;
    line-height: 36px;
    font-size: clamp(13.1782945736px, 1.5503875969vw, 24px);
    display: block;
    padding: 0px 10px;
    border: none;
    background: #ffe100;
    border-radius: 30px;
    font-weight: 500;
  }
  .p-pagenavigation li .dots {
    font-size: clamp(13.1782945736px, 1.5503875969vw, 24px);
    border: none;
    font-weight: 500;
  }
  .p-pagenavigation .prev span,
  .p-pagenavigation .next span {
    height: 44px;
    width: 44px;
    border: none;
  }
  .p-pagenavigation .prev {
    margin-right: 30px;
  }
  .p-pagenavigation .prev span {
    background: url(images/blog/pagenavigation_prev.gif) no-repeat center center/44px auto;
  }
  .p-pagenavigation .next {
    margin-left: 30px;
  }
  .p-pagenavigation .next span {
    background: url(images/blog/pagenavigation_next.gif) no-repeat center center/44px auto;
  }
}

.p-article-blog {
  margin-bottom: 20px;
  font-size: 15px;
}
.p-article-blog__header {
  margin-bottom: 25px;
}
.p-article-blog__eyecatch {
  margin-bottom: 25px;
}
.p-article-blog__date {
  font-size: 13px;
  margin-bottom: 5px;
}
.p-article-blog__title {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}
.p-article-blog__taxonomy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  gap: 5px;
}
.p-article-blog__excerpt {
  margin-bottom: 35px;
  font-weight: 400;
}
.p-article-blog__contents h2 {
  border-bottom: solid 2.5px #dddddd;
  font-size: 19px;
  margin-bottom: 15px;
  padding: 3px 0;
  position: relative;
  font-weight: 500;
  padding: 10px 0;
  margin-top: 30px;
}
.p-article-blog__contents h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.5px;
  display: block;
  width: 30%;
  border-bottom: solid 2.5px #10386e;
}
.p-article-blog__contents h3 {
  font-size: 18px;
  border-bottom: solid 1px #dddddd;
  border-left: solid 2px #10386e;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 1.6;
}
.p-article-blog__contents h4 {
  font-size: 15px;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 15px;
  padding-left: 5px;
  font-weight: 500;
  padding: 5px 5px;
  display: flex;
  align-items: center;
}
.p-article-blog__contents h4:before {
  content: "■";
  color: #10386e;
  font-size: 10px;
  display: inline-block;
  margin-right: 10px;
}
.p-article-blog__contents h5,
.p-article-blog__contents h6 {
  font-size: 15px;
  display: flex;
  margin-bottom: 15px;
  font-weight: 500;
}
.p-article-blog__contents p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-article-blog__contents img {
  margin-bottom: 20px;
  max-width: 100% !important;
}
.p-article-blog__contents a {
  font-size: 13px;
  display: block;
  background: #fffce7 url(images/blog/single/link_icon.png) no-repeat left 10px center/16px auto;
  padding: 10px 15px 10px 35px;
  color: #10386e !important;
  text-decoration: underline !important;
  margin-bottom: 20px;
}
.p-article-blog__contents a:link, .p-article-blog__contents a:visited {
  color: #10386e !important;
}
.p-article-blog__contents ul {
  margin-bottom: 20px;
  background: #fffce7;
  padding: 10px 15px;
}
.p-article-blog__contents ul li {
  display: flex;
  margin-bottom: 10px;
  font-size: 13px;
}
.p-article-blog__contents ul li:last-of-type {
  margin-bottom: 0;
}
.p-article-blog__contents ul li:before {
  content: "";
  flex-shrink: 0;
  border-radius: 6px;
  margin-top: 5px;
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #ffe100;
  margin-right: 10px;
}
.p-article-blog__contents ol {
  margin-bottom: 20px;
  background: #fffce7;
  padding: 10px 15px;
}
.p-article-blog__contents ol li {
  display: flex;
  margin-bottom: 10px;
  font-size: 13px;
}
.p-article-blog__contents ol li:last-of-type {
  margin-bottom: 0;
}
.p-article-blog__contents ol li:before {
  font-size: 15px;
  flex-shrink: 0;
  border-radius: 30px;
  width: 16px;
  height: 16px;
  text-align: center;
  display: inline-block;
  background: #ffe100;
  margin-top: 3px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-article-blog__contents ol li:nth-of-type(1):before {
  content: "1";
}
.p-article-blog__contents ol li:nth-of-type(2):before {
  content: "2";
}
.p-article-blog__contents ol li:nth-of-type(3):before {
  content: "3";
}
.p-article-blog__contents ol li:nth-of-type(4):before {
  content: "4";
}
.p-article-blog__contents ol li:nth-of-type(5):before {
  content: "5";
}
.p-article-blog__contents ol li:nth-of-type(6):before {
  content: "6";
}
.p-article-blog__contents ol li:nth-of-type(7):before {
  content: "7";
}
.p-article-blog__contents ol li:nth-of-type(8):before {
  content: "8";
}
.p-article-blog__contents ol li:nth-of-type(9):before {
  content: "9";
}
.p-article-blog__contents ol li:nth-of-type(10):before {
  content: "10";
}
.p-article-blog__contents strong {
  background: #fff3a3;
  font-weight: 400;
}
.p-article-blog__contents iframe {
  margin-bottom: 50px;
}
.p-article-blog__contents .table-wrapper {
  position: relative;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  margin-bottom: 0;
}
.p-article-blog__contents .table-wrapper::-webkit-scrollbar {
  display: none;
}
.p-article-blog__contents .table-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(images/blog/single/table_scroll_hint.png) no-repeat center center/72px auto;
  display: block;
  width: 100%;
  height: 100%;
}
.p-article-blog__contents .table-wrapper.scrolled:after {
  content: none;
}
.p-article-blog__contents table {
  width: 100%;
  min-width: 640px;
  margin-bottom: 20px;
}
.p-article-blog__contents table th,
.p-article-blog__contents table td {
  padding: 10px;
}
.p-article-blog__contents table th {
  font-size: 12px;
  text-align: center;
  background: #ffe100;
  border: solid 3px white;
  vertical-align: middle;
}
.p-article-blog__contents table tr td {
  border-bottom: solid 1px #acacac;
  border-right: solid 1px #acacac;
  font-size: 12px;
}
.p-article-blog__contents table tr td:first-of-type {
  text-align: center;
  vertical-align: middle;
  background: #fffce7;
  border: solid 3px white;
}
.p-article-blog__contents table tr td:last-of-type {
  border-right: none;
}
.p-article-blog__contents table tr:last-of-type td {
  border-bottom: none;
}
.p-article-blog .blog-sns {
  margin-bottom: 30px;
}
.p-article-blog .blog-sns__items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-article-blog .blog-sns__item {
  margin: 0 6px;
}
.p-article-blog .blog-sns__item img {
  width: auto;
  height: 26px;
}
@media screen and (min-width: 641px) {
  .p-article-blog .table-wrapper:after {
    content: none;
  }
}
@media screen and (min-width: 851px) {
  .p-article-blog {
    padding: 40px;
    margin-bottom: 20px;
    font-size: clamp(12.0801033592px, 1.4211886305vw, 22px);
  }
  .p-article-blog__header {
    margin-bottom: 50px;
  }
  .p-article-blog__eyecatch {
    margin-bottom: 50px;
  }
  .p-article-blog__date {
    font-size: clamp(12.0801033592px, 1.4211886305vw, 22px);
    margin-bottom: 10px;
  }
  .p-article-blog__title {
    font-size: clamp(23.0620155039px, 2.7131782946vw, 42px);
    margin-bottom: 20px;
    font-weight: 500;
  }
  .p-article-blog__taxonomy {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
  }
  .p-article-blog__excerpt {
    margin-bottom: 70px;
  }
  .p-article-blog__contents h2 {
    border-bottom: solid 5px #dddddd;
    font-size: clamp(19.7674418605px, 2.3255813953vw, 36px);
    margin-bottom: 30px;
    padding: 3px 0;
    position: relative;
    font-weight: 500;
    padding: 10px 0;
    margin-top: 70px;
  }
  .p-article-blog__contents h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 20%;
    border-bottom: solid 5px #10386e;
  }
  .p-article-blog__contents h3 {
    font-size: clamp(16.4728682171px, 1.9379844961vw, 30px);
    border-bottom: solid 1px #dddddd;
    border-left: solid 5px #10386e;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 1.6;
  }
  .p-article-blog__contents h4 {
    font-size: clamp(13.1782945736px, 1.5503875969vw, 24px);
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 30px;
    padding-left: 10px;
    font-weight: 500;
    padding: 10px 10px;
    display: flex;
    align-items: center;
  }
  .p-article-blog__contents h4:before {
    content: "■";
    color: #10386e;
    font-size: clamp(8.7855297158px, 1.0335917313vw, 16px);
    display: inline-block;
    margin-right: 20px;
  }
  .p-article-blog__contents h5,
  .p-article-blog__contents h6 {
    font-size: clamp(13.1782945736px, 1.5503875969vw, 24px);
    display: flex;
    margin-bottom: 30px;
    font-weight: 500;
  }
  .p-article-blog__contents p {
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .p-article-blog__contents img {
    margin-bottom: 40px;
    max-width: 100% !important;
  }
  .p-article-blog__contents a {
    font-size: clamp(12.0801033592px, 1.4211886305vw, 22px);
    display: block;
    background: #fffce7 url(images/blog/single/link_icon.png) no-repeat left 20px center/32px auto;
    padding: 20px 20px 20px 65px;
    color: #10386e !important;
    text-decoration: underline !important;
    margin-bottom: 40px;
  }
  .p-article-blog__contents a:link, .p-article-blog__contents a:visited {
    color: #10386e !important;
  }
  .p-article-blog__contents ul {
    margin-bottom: 40px;
    background: #fffce7;
    padding: 40px;
  }
  .p-article-blog__contents ul li {
    font-size: clamp(12.0801033592px, 1.4211886305vw, 22px);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .p-article-blog__contents ul li:last-of-type {
    margin-bottom: 0;
  }
  .p-article-blog__contents ul li:before {
    content: "";
    flex-shrink: 0;
    border-radius: 6px;
    margin-top: 0;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #ffe100;
    margin-right: 20px;
  }
  .p-article-blog__contents ol {
    margin-bottom: 40px;
    background: #fffce7;
    padding: 40px;
  }
  .p-article-blog__contents ol li {
    font-size: clamp(12.0801033592px, 1.4211886305vw, 22px);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .p-article-blog__contents ol li:last-of-type {
    margin-bottom: 0;
  }
  .p-article-blog__contents ol li:before {
    font-size: clamp(13.1782945736px, 1.5503875969vw, 24px);
    flex-shrink: 0;
    border-radius: 30px;
    width: 33px;
    height: 33px;
    text-align: center;
    display: inline-block;
    background: #ffe100;
    margin-top: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-article-blog__contents strong {
    background: #fff3a3;
    font-weight: 400;
  }
  .p-article-blog__contents iframe {
    margin-bottom: 50px;
  }
  .p-article-blog__contents .table-wrapper:after {
    content: none;
  }
  .p-article-blog__contents table {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-article-blog__contents table th,
  .p-article-blog__contents table td {
    padding: 20px;
  }
  .p-article-blog__contents table th {
    font-size: clamp(13.1782945736px, 1.5503875969vw, 24px);
    text-align: center;
    background: #ffe100;
    border: solid 3px white;
  }
  .p-article-blog__contents table tr td {
    border-bottom: solid 1px #acacac;
    border-right: solid 1px #acacac;
    font-size: clamp(13.1782945736px, 1.5503875969vw, 24px);
  }
  .p-article-blog__contents table tr td:first-of-type {
    text-align: center;
    vertical-align: middle;
    background: #fffce7;
    border: solid 3px white;
  }
  .p-article-blog__contents table tr td:last-of-type {
    border-right: none;
  }
  .p-article-blog__contents table tr:last-of-type td {
    border-bottom: none;
  }
  .p-article-blog .blog-sns {
    margin-bottom: 0px;
    margin-top: 60px;
  }
  .p-article-blog .blog-sns__item {
    margin: 0 15px;
  }
  .p-article-blog .blog-sns__item img {
    height: 54px;
  }
}

main.blog .p-blog-search {
  background: #efefef;
}
main.blog .p-blog-search__heading {
  font-size: 19px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
main.blog .p-blog-search__heading img {
  width: 18px;
  margin-right: 10px;
}
main.blog .p-blog-search .blog-navi__items {
  margin-bottom: 25px;
}
main.blog .p-blog-search__tags {
  background: white;
  margin-bottom: 15px;
  border: solid 2px #7b87a2;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 5px;
}
main.blog .p-blog-search__tag a, main.blog .p-blog-search__tags .cat-item a {
  font-size: 14px;
  display: block;
  color: #10386e !important;
  font-weight: 500;
}
main.blog .p-blog-search__tag a:link, main.blog .p-blog-search__tag a:visited, main.blog .p-blog-search__tags .cat-item a:link, main.blog .p-blog-search__tags .cat-item a:visited {
  color: #10386e !important;
}
main.blog .p-blog-search__tag a:before, main.blog .p-blog-search__tags .cat-item a:before {
  content: "#";
}
@media screen and (min-width: 851px) {
  main.blog .p-blog-search {
    background: #efefef;
  }
  main.blog .p-blog-search__heading {
    font-size: clamp(25.2583979328px, 2.9715762274vw, 46px);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  main.blog .p-blog-search__heading img {
    width: 36px;
    margin-right: 20px;
  }
  main.blog .p-blog-search .blog-navi__items {
    margin-bottom: 30px;
  }
  main.blog .p-blog-search__tags {
    background: white;
    margin-bottom: 30px;
    border: solid 3px #7b87a2;
    padding: 25px 50px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
  }
  main.blog .p-blog-search__tag a {
    font-size: clamp(15.3746770026px, 1.8087855297vw, 28px);
    display: block;
    color: #10386e !important;
    font-weight: 500;
  }
  main.blog .p-blog-search__tag a:link, main.blog .p-blog-search__tag a:visited {
    color: #10386e !important;
  }
  main.blog .p-blog-search__tag a:before {
    content: "#";
  }
}
@media screen and (min-width: 1024px) {
  main.blog .p-blog-search {
    background: #efefef;
  }
  main.blog .p-blog-search__heading {
    font-size: clamp(25.2583979328px, 2.9715762274vw, 46px);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  main.blog .p-blog-search__heading img {
    width: 36px;
    margin-right: 20px;
  }
  main.blog .p-blog-search .blog-navi__items {
    margin-bottom: 60px;
  }
  main.blog .p-blog-search__tags {
    background: white;
    margin-bottom: 60px;
    border: solid 3px #7b87a2;
    padding: 25px 50px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 60px;
         column-gap: 60px;
    row-gap: 20px;
  }
  main.blog .p-blog-search__tag a, main.blog .p-blog-search__tags .cat-item a {
    font-size: clamp(15.3746770026px, 1.8087855297vw, 28px);
    display: block;
    color: #10386e !important;
    font-weight: 500;
  }
  main.blog .p-blog-search__tag a:link, main.blog .p-blog-search__tag a:visited, main.blog .p-blog-search__tags .cat-item a:link, main.blog .p-blog-search__tags .cat-item a:visited {
    color: #10386e !important;
  }
  main.blog .p-blog-search__tag a:before, main.blog .p-blog-search__tags .cat-item a:before {
    content: "#";
  }
}

.p-article-blog__contents #toc_container {
  background: #f3f3f3;
  padding: 20px 20px 10px 20px;
  margin-bottom: 50px;
  min-width: 100%;
}
.p-article-blog__contents #toc_container .toc_title {
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
}
.p-article-blog__contents #toc_container .toc_title::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(images/blog/single/toc_title_icon.png) no-repeat left center/13px auto;
  margin-right: 5px;
}
.p-article-blog__contents #toc_container .toc_title .toc_toggle {
  margin-left: 10px;
  font-size: 11px;
}
.p-article-blog__contents #toc_container .toc_title .toc_toggle a {
  color: #10386e;
  background: #f3f3f3;
  display: inline;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none !important;
  font-weight: 400;
}
.p-article-blog__contents #toc_container .toc_title .toc_toggle a:link, .p-article-blog__contents #toc_container .toc_title .toc_toggle a:visited {
  color: #10386e;
}
.p-article-blog__contents #toc_container .toc_list {
  border-top: solid 1px #acacac;
  margin: 0 !important;
  padding: 20px 0 0 0;
  background: none !important;
}
.p-article-blog__contents #toc_container .toc_list li {
  display: block;
  margin-bottom: 5px !important;
}
.p-article-blog__contents #toc_container .toc_list li:before {
  content: none;
}
.p-article-blog__contents #toc_container .toc_list li a {
  background: url(images/blog/single/toc_list_arrow.png) no-repeat left top 8px/10px auto;
  padding: 0 0 0 15px !important;
  margin: 0;
  font-weight: 500;
  text-decoration: none !important;
  font-size: 14px;
  color: #333 !important;
}
.p-article-blog__contents #toc_container .toc_list li a:link, .p-article-blog__contents #toc_container .toc_list li a:visited {
  color: #333 !important;
}
.p-article-blog__contents #toc_container .toc_list li a:before {
  content: none;
}
.p-article-blog__contents #toc_container .toc_list li ul {
  padding: 0;
  margin-bottom: 0;
  background: none;
}
.p-article-blog__contents #toc_container .toc_list li ul li {
  margin: 0 !important;
}
.p-article-blog__contents #toc_container .toc_list li ul li a {
  background: url(images/blog/single/toc_list_bar.png) no-repeat left top 10px/8px auto;
  margin: 8px 0;
  padding: 0;
  color: #333;
}
.p-article-blog__contents #toc_container .toc_list li ul li a:link, .p-article-blog__contents #toc_container .toc_list li ul li a:visited {
  color: #333;
}
@media screen and (min-width: 1024px) {
  .p-article-blog__contents #toc_container {
    background: #f3f3f3;
    padding: 40px 40px 20px 40px;
    margin-bottom: 100px;
  }
  .p-article-blog__contents #toc_container .toc_title {
    font-size: clamp(16.4728682171px, 1.9379844961vw, 30px);
    text-align: center;
    padding-bottom: 20px;
  }
  .p-article-blog__contents #toc_container .toc_title::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(images/blog/single/toc_title_icon.png) no-repeat left center/25px auto;
    margin-right: 10px;
    transform: translateY(3px);
  }
  .p-article-blog__contents #toc_container .toc_title .toc_toggle {
    margin-left: 10px;
    font-size: clamp(12.0801033592px, 1.4211886305vw, 22px);
  }
  .p-article-blog__contents #toc_container .toc_title .toc_toggle a {
    color: #10386e;
    background: #f3f3f3;
    display: inline;
    margin-bottom: 0;
    padding: 0;
    text-decoration: none !important;
    font-weight: 400;
  }
  .p-article-blog__contents #toc_container .toc_title .toc_toggle a:link, .p-article-blog__contents #toc_container .toc_title .toc_toggle a:visited {
    color: #10386e;
  }
  .p-article-blog__contents #toc_container .toc_list {
    margin: 0 !important;
    border-top: solid 1px #acacac;
    padding: 30px 0 0 0;
  }
  .p-article-blog__contents #toc_container .toc_list li {
    display: block;
    margin-bottom: 10px !important;
  }
  .p-article-blog__contents #toc_container .toc_list li:before {
    content: none;
  }
  .p-article-blog__contents #toc_container .toc_list li a {
    background: url(images/blog/single/toc_list_arrow.png) no-repeat left center/20px auto;
    padding: 0 0 0 30px !important;
    margin: 0;
    font-weight: 500;
    text-decoration: none !important;
    font-size: clamp(12.0801033592px, 1.4211886305vw, 22px);
    color: #333 !important;
  }
  .p-article-blog__contents #toc_container .toc_list li a:link, .p-article-blog__contents #toc_container .toc_list li a:visited {
    color: #333 !important;
  }
  .p-article-blog__contents #toc_container .toc_list li a:before {
    content: none;
  }
  .p-article-blog__contents #toc_container .toc_list li ul {
    padding: 0;
    margin-bottom: 0;
  }
  .p-article-blog__contents #toc_container .toc_list li ul li {
    margin: 0 !important;
  }
  .p-article-blog__contents #toc_container .toc_list li ul li a {
    background: url(images/blog/single/toc_list_bar.png) no-repeat left center/17px auto;
    margin: 15px 0;
    padding: 0;
    color: #333;
  }
  .p-article-blog__contents #toc_container .toc_list li ul li a:link, .p-article-blog__contents #toc_container .toc_list li ul li a:visited {
    color: #333;
  }
}

.blog .slick-dots {
  width: 100%;
  display: flex;
  z-index: 1;
  justify-content: center;
  margin: 20px 0 10px 0;
}
.blog .slick-dots li {
  position: relative;
  margin: 0 4px;
}
.blog .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 39px;
  height: 2.5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.blog .slick-dots li button:before {
  position: absolute;
  display: block;
  background: #bdbdbd;
  top: 0;
  left: 0;
  width: 39px;
  height: 2.5px;
  content: "";
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
.blog .slick-active button:before {
  background: #ffe100 !important;
}
@media screen and (min-width: 851px) {
  .blog .slick-dots {
    width: 100%;
    display: flex;
    z-index: 1;
    justify-content: center;
    margin: 40px 0 20px 0;
  }
  .blog .slick-dots li {
    position: relative;
    margin: 0 15px;
  }
  .blog .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 78px;
    height: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .blog .slick-dots li button:before {
    position: absolute;
    display: block;
    background: #bdbdbd;
    top: 0;
    left: 0;
    width: 78px;
    height: 5px;
    content: "";
    opacity: 1;
    -webkit-font-smoothing: antialiased;
  }
  .blog .slick-active button:before {
    background: #ffe100 !important;
  }
}

main.blog {
  padding-top: 84px;
}
@media screen and (min-width: 851px) {
  main.blog {
    padding-top: 0;
  }
}

main.blog,
.blog-home {
  background: none;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (max-width: 1023px) {
  main.blog,
  .blog-home {
    font-size: 1.3rem;
  }
}
main.blog *,
.blog-home * {
  box-sizing: border-box;
}
main.blog h1,
.blog-home h1 {
  max-width: none;
}
main.blog img,
.blog-home img {
  width: 100%;
  max-width: none;
}
main.blog a,
.blog-home a {
  text-decoration: none;
  color: #333333;
}
main.blog a:link, main.blog a:visited,
.blog-home a:link,
.blog-home a:visited {
  color: #333333;
}
main.blog .breadcrumb,
.blog-home .breadcrumb {
  margin-bottom: 30px;
  font-size: clamp(10.9819121447px, 1.2919896641vw, 20px);
}
main.blog .breadcrumb a,
.blog-home .breadcrumb a {
  color: #10386e;
}
main.blog .breadcrumb a:link, main.blog .breadcrumb a:visited,
.blog-home .breadcrumb a:link,
.blog-home .breadcrumb a:visited {
  color: #10386e;
}
main.blog .breadcrumb.white,
.blog-home .breadcrumb.white {
  color: white;
}
main.blog .breadcrumb.white a,
.blog-home .breadcrumb.white a {
  color: white;
}
main.blog .breadcrumb.white a:link, main.blog .breadcrumb.white a:visited,
.blog-home .breadcrumb.white a:link,
.blog-home .breadcrumb.white a:visited {
  color: white;
}

.blog-items,
.blog-items .wpp-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 30px;
}
.blog-items li,
.blog-items .wpp-list li {
  margin-bottom: 0;
}
@media screen and (min-width: 851px) {
  .blog-items,
  .blog-items .wpp-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 50px;
    -moz-column-gap: 3.5%;
         column-gap: 3.5%;
    width: 100%;
  }
  .blog-items .p-card-blog,
  .blog-items .wpp-list .p-card-blog {
    flex-basis: 31%;
  }
}
.blog-items .wpp-shortcode.wpp-ajax,
.blog-items .wpp-list .wpp-shortcode.wpp-ajax {
  width: 100%;
}

.blog.archives .header {
  background: url(../assets/images/blog/archive/header_bg_sp.jpg) no-repeat center top/100% auto;
}
.blog.archives .header .l-container {
  padding-top: 20px;
  padding-bottom: 0;
}
.blog.archives .header__heading {
  display: flex;
  padding-right: 3vw;
  margin: 0 -16px;
}
.blog.archives .header__title {
  flex-basis: 50%;
}
.blog.archives .header__title img {
  padding: 0 10px;
}
.blog.archives .header__image {
  flex-basis: 50%;
}
.blog.archives .header__pickup {
  position: relative;
  margin: 0 -16px;
  padding-left: 1vw;
  flex-shrink: 0;
}
.blog.archives .header__pickup-tag {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: calc(15% + 10px);
  background: #ffe100;
  padding: 5px 10px;
  display: inline-block;
  z-index: 100;
}
@media screen and (min-width: 851px) {
  .blog.archives .header {
    background: url(../assets/images/blog/archive/header_bg.jpg) no-repeat center center/cover;
  }
  .blog.archives .header .l-container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .blog.archives .header__inner {
    display: flex;
    gap: 20px;
    margin: 0 -47px;
  }
  .blog.archives .header__heading {
    display: block;
    flex-basis: calc(50% - 10px);
    padding-right: 3vw;
    margin: 0;
  }
  .blog.archives .header__title img {
    width: 90%;
  }
  .blog.archives .header__pickup {
    position: relative;
    margin-top: 50px;
    margin: 2.5vw 0;
    padding-left: 1vw;
    flex-shrink: 0;
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .blog.archives .header__pickup-tag {
    font-size: clamp(16.4728682171px, 1.9379844961vw, 30px);
    font-weight: 500;
    position: absolute;
    top: 28px;
    left: -1vw;
    background: #ffe100;
    padding: 10px 20px;
    display: inline-block;
    z-index: 100;
  }
}
.blog.archives .navi__heading {
  font-size: 19px;
  color: #10386e;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog.archives .navi__heading span {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.blog.archives .navi__heading span img {
  width: auto;
  height: 20px;
  margin-right: 8px;
}
.blog.archives .navi__heading::before, .blog.archives .navi__heading::after {
  content: "";
  display: inline-block;
  border-top: solid 1px #10386e;
  flex-grow: 1;
}
@media screen and (min-width: 851px) {
  .blog.archives .navi__heading {
    font-size: clamp(25.2583979328px, 2.9715762274vw, 46px);
    color: #10386e;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .blog.archives .navi__heading span {
    padding: 0 100px;
    display: flex;
    align-items: center;
  }
  .blog.archives .navi__heading span img {
    width: auto;
    height: 35px;
    margin-right: 20px;
  }
  .blog.archives .navi__heading::before, .blog.archives .navi__heading::after {
    content: "";
    display: inline-block;
    border-top: solid 2px #10386e;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  .blog.archives .navi__heading {
    font-size: clamp(25.2583979328px, 2.9715762274vw, 46px);
    color: #10386e;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
  .blog.archives .navi__heading span {
    padding: 0 100px;
    display: flex;
    align-items: center;
  }
  .blog.archives .navi__heading span img {
    width: auto;
    height: 35px;
    margin-right: 20px;
  }
  .blog.archives .navi__heading::before, .blog.archives .navi__heading::after {
    content: "";
    display: inline-block;
    border-top: solid 2px #10386e;
    flex-grow: 1;
  }
}
.blog.archives .latest__more {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.blog.archives .latest__more a {
  background: url(../assets/images/blog/archive/latest_more_arrow.gif) no-repeat center right 12%/12px auto;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  width: 90%;
  display: inline-block;
  margin: 0 auto;
  padding: 12px 20px;
  border: solid 3px #999999;
  border-radius: 50px;
}
.blog.archives .latest__more a:link, .blog.archives .latest__more a:visited {
  color: #555;
}
@media screen and (min-width: 851px) {
  .blog.archives .latest__more {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 50px;
  }
  .blog.archives .latest__more a {
    background: url(../assets/images/blog/archive/latest_more_arrow.gif) no-repeat center right 12%/28px auto;
    font-size: clamp(16.4728682171px, 1.9379844961vw, 30px);
    color: #555;
    font-weight: 500;
    min-width: 730px;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 25px 50px;
    border: solid 4px #999999;
    border-radius: 50px;
  }
  .blog.archives .latest__more a:link, .blog.archives .latest__more a:visited {
    color: #555;
  }
}

.blog.category .header,
.blog.tag .header {
  background: #f3f3f3;
}
.blog.category .header .l-container,
.blog.tag .header .l-container {
  padding-top: 25px;
}
@media screen and (min-width: 851px) {
  .blog.category .header,
  .blog.tag .header {
    background: #f3f3f3;
  }
  .blog.category .header .l-container,
  .blog.tag .header .l-container {
    padding-top: 30px;
  }
}
.blog.category .articles__heading,
.blog.tag .articles__heading {
  font-size: 21px;
  color: #10386e;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.blog.category .articles__heading img,
.blog.tag .articles__heading img {
  width: auto;
  height: 16px;
  margin-right: 10px;
}
@media screen and (min-width: 851px) {
  .blog.category .articles__heading,
  .blog.tag .articles__heading {
    font-size: clamp(25.2583979328px, 2.9715762274vw, 46px);
    color: #10386e;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
  }
  .blog.category .articles__heading img,
  .blog.tag .articles__heading img {
    width: auto;
    height: 35px;
    margin-right: 20px;
  }
}

main.blog .related {
  background: #efefef;
}
main.blog .related__heading {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
main.blog .related .p-card-blog__bottom {
  background: white;
}
@media screen and (min-width: 851px) {
  main.blog .related {
    background: #efefef;
  }
  main.blog .related__heading {
    font-size: clamp(25.2583979328px, 2.9715762274vw, 46px);
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
  }
  main.blog .related .p-card-blog__bottom {
    background: none;
  }
}

.u-font-hiragino {
  font-family: "Arial,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Yu Gothic Medium,游ゴシック Medium,YuGothic,游ゴシック体,ＭＳ Ｐゴシック", sans-serif;
}

.u-font-noto {
  font-family: "Noto Serif JP", serif;
}

.u-font-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.u-font-noto-sans, .c-button, .c-button--dw, .c-button--white, .c-button--gray {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.u-font-arial {
  font-family: "Arial", "メイリオ";
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 850px) {
  .u-sm-mt0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mt10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mt20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mt40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mt50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mt60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mt70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mt80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mt90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mt100 {
    margin-top: 100px;
  }
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

@media screen and (max-width: 850px) {
  .u-sm-mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-mb100 {
    margin-bottom: 100px;
  }
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

@media screen and (max-width: 850px) {
  .u-sm-pt0 {
    padding-top: 0px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pt10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pt20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pt30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pt40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pt50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pt60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pt70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pt80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pt90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pt100 {
    padding-top: 100px;
  }
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 850px) {
  .u-sm-pb0 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 850px) {
  .u-sm-pb100 {
    padding-bottom: 100px;
  }
}

.u-text-primary {
  color: #8c6c2e;
}

.u-text-secondary {
  color: #ca9b43;
}

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

.u-text-small {
  font-size: 1rem;
}

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

.u-text-right {
  text-align: right;
}

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

.u-bg-primary {
  background: #ca9b43;
}

.u-bg-secondary {
  background: #ca9b43;
}

.u-bg-tertiary {
  background: #000;
}

.u-pos--relative {
  position: relative;
}
.u-pos--absolute {
  position: absolute;
}

.u-dn-sm {
  display: none !important;
}
@media screen and (min-width: 851px) {
  .u-dn-sm {
    display: inherit !important;
  }
}

.u-dn-lg {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .u-dn-lg {
    display: inherit !important;
  }
}

.u-dn-md {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .u-dn-md {
    display: inherit !important;
  }
}/*# sourceMappingURL=blog.css.map */