@charset "UTF-8";
/* CSSリセット
--------------------------------------------------------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

fieldset, img {
  border: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* COMMON */
html {
  font-size: 62.5%;
}
html.is_hidden {
  overflow: hidden;
}

body {
  background-color: #fff;
  font-family: "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

svg {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.icon_instagram {
  width: 2rem;
  height: 2rem;
}

.icon_twitter {
  width: 2rem;
  height: 2rem;
}

.icon_line {
  width: 2rem;
  height: 2rem;
}

.icon_facebook {
  width: 2rem;
  height: 2rem;
}

.icon_search {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .scale_half_em {
    font-size: 0.5em;
  }
  .scale_two3rd_em {
    font-size: 0.666em;
  }
}
.sr_only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is_block {
  display: block;
}

.is_inline_block {
  display: inline-block;
}

.is_pc_block {
  display: block;
}

.is_pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .is_sp_block {
    display: block;
  }
  .is_pc_block {
    display: inline;
  }
  .is_pc_none {
    display: block;
  }
}
.font_cormorant {
  font-family: "Cormorant Infant", "Shippori Mincho", serif !important;
}

.font_shippori {
  font-family: "Shippori Mincho", serif !important;
}

.font_notosans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.fw_regular {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_bold {
  font-weight: 700;
}

input,
textarea {
  display: block;
  background: #fff;
  border: solid 1px #000;
  outline: none;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 1.4rem;
  }
}
/* プレースホルダー */
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #aaa;
}

/* Firefox 18- */
:-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #aaa;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #aaa;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #aaa;
}

/* IE Edge */
::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #aaa;
}

button,
input[type=submit],
input[type=button] {
  height: auto;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  white-space: normal;
}

button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
  outline: none;
}

.inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: none;
    width: 93.75%;
  }
}
main {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 50px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: solid 1px #d4d4d3;
  z-index: 99;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 6px 150px;
}

.header_logo {
  display: block;
  max-width: 150px;
  height: 52px;
}
.header_logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_icons_block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 -40px;
  padding: 0 24px;
}
.header_icons_block > * {
  margin: 0 0 0 40px;
}

.header_search_btn {
  width: 25px;
  fill: #879fae;
}
.header_search_btn:hover {
  opacity: 0.4;
}

#menu_button {
  position: relative;
  width: 35px;
  height: 30px;
  cursor: pointer;
  z-index: 99;
}
#menu_button.is_active .menu__line.menu__top {
  top: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu_button.is_active .menu__line.menu__center {
  display: none;
}
#menu_button.is_active .menu__line.menu__bottom {
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu_button .menu__line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #4d4d4d;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#menu_button .menu__line.menu__top {
  top: 2px;
}
#menu_button .menu__line.menu__center {
  top: 14px;
}
#menu_button .menu__line.menu__bottom {
  bottom: 2px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#gnav {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  max-width: 360px;
  width: 100%;
  padding: 70px 0 0;
  background-color: #fff;
  -webkit-box-shadow: -3.6px 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: -3.6px 0 10px rgba(0, 0, 0, 0.25);
  color: #879fae;
  fill: #879fae;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#gnav[aria-hidden=false] {
  right: 0;
  visibility: visible;
  -webkit-animation: fadeIn 0.5s linear forwards;
          animation: fadeIn 0.5s linear forwards;
}

.gnav_wrap {
  display: block;
  height: 100%;
  padding: 40px 20px;
  overflow-y: auto;
}

.gnav_list {
  font-weight: 500;
}
.gnav_list > li {
  border-bottom: solid 1px #d4d4d3;
}
.gnav_list a {
  display: block;
  padding: 20px 0;
}
.gnav_list a:hover {
  opacity: 0.4;
}

.header_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 -10px -30px;
  font-size: 3rem;
}
.header_sns_list > li {
  margin: 0 0 10px 30px;
}
.header_sns_list a {
  display: block;
}
.header_sns_list a:hover {
  opacity: 0.4;
}
.header_sns_list svg {
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 768px) {
  .header_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 50px;
    padding: 2px 150px 2px 3.12%;
  }
  .header_logo {
    max-width: 85px;
    height: 40px;
  }
  .header_icons_block {
    margin: 0 0 0 -30px;
    padding: 0 10px;
  }
  .header_icons_block > * {
    margin: 0 0 0 30px;
  }
  #menu_button {
    width: 28px;
    height: 20px;
  }
  #menu_button.is_active .menu__line.menu__top {
    top: 9px;
  }
  #menu_button.is_active .menu__line.menu__bottom {
    top: 9px;
  }
  #menu_button .menu__line {
    width: 100%;
    height: 2px;
  }
  #menu_button .menu__line.menu__top {
    top: 0;
  }
  #menu_button .menu__line.menu__center {
    top: 9px;
  }
  #menu_button .menu__line.menu__bottom {
    bottom: 0;
  }
  #gnav {
    max-width: none;
    padding: 50px 0 0;
  }
  .gnav_wrap {
    padding: 80px 0 30px;
    overflow-y: auto;
  }
  .gnav_list {
    font-size: 2.1rem;
    text-align: center;
  }
  .gnav_list a {
    padding: 12px 10px;
  }
  .header_sns_list {
    margin: 40px 0 -10px -30px;
    font-size: 3rem;
  }
  .header_sns_list > li {
    margin: 0 0 10px 30px;
  }
}
.footer {
  padding: 80px 0 40px;
  background-color: #000;
  color: #f7f7f7;
  fill: #f7f7f7;
  text-align: center;
}

.footer_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.footer_logo {
  display: block;
  max-width: 150px;
  margin: 0 auto 46px;
}
.footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 -10px -26px;
  font-size: 3.2rem;
}
.footer_sns_list > li {
  margin: 0 0 10px 26px;
}
.footer_sns_list a {
  display: block;
}
.footer_sns_list a:hover {
  opacity: 0.4;
}
.footer_sns_list svg {
  width: 1em;
  height: 1em;
}

.footer_nav {
  margin-top: 40px;
}

.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -10px -20px;
  font-size: 1.4rem;
}
.footer_nav_list > li {
  margin: 0 0 10px 20px;
}
.footer_nav_list a:hover {
  opacity: 0.4;
}

.footer_copyright {
  margin-top: 30px;
  font-size: 1.2rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0 20px;
  }
  .footer_inner {
    max-width: none;
    width: 93.75%;
  }
  .footer_logo {
    max-width: 153px;
    margin: 0 auto 20px;
  }
  .footer_sns_list {
    margin: 20px 0 -10px -14px;
    font-size: 2rem;
  }
  .footer_sns_list > li {
    margin: 0 0 10px 14px;
  }
  .footer_nav {
    margin-top: 20px;
  }
  .footer_nav_list {
    display: block;
    margin: 0 0 -10px;
    font-size: 1.3rem;
  }
  .footer_nav_list > li {
    margin: 0 0 10px;
  }
  .footer_copyright {
    margin-top: 50px;
    font-size: 0.8rem;
  }
}
.simple_outer {
  padding: 80px 0 200px;
}

@media screen and (max-width: 768px) {
  .simple_outer {
    padding: 25px 0 100px;
  }
}
.mv_headline {
  margin-bottom: 80px;
  font-size: 3.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mv_headline {
    margin-bottom: 40px;
    font-size: 2.6rem;
  }
}
.btn {
  display: block;
  position: relative;
  max-width: 250px;
  margin: 100px auto 0;
  padding: 12px 50px;
  background-color: #000;
  border: solid 1px #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #f7f7f7;
  text-align: center;
  text-decoration: none;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  aspect-ratio: 1/0.32;
  background: url(../img/common/arrow_white.png) center/contain no-repeat;
}
.btn:hover {
  background-color: #fff;
  color: #000;
}
.btn:hover::after {
  background-image: url(../img/common/arrow.png);
}

@media screen and (max-width: 768px) {
  .btn {
    margin: 50px auto 0;
  }
}
.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -4px -1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
.tag_list > li {
  margin: 0 0 4px 1em;
}
.tag_list a:hover {
  opacity: 0.4;
}
.tag_list .tag_item {
  display: block;
  padding: 0.3em 0.5em;
  background-color: #879fae;
  color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .tag_list {
    font-size: 1rem;
  }
  .tag_list .tag_item {
    padding: 0.3em 0.5em;
  }
}
.top_mv_wrap {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 20px;
}

.top_mv_img {
  display: block;
  width: 100%;
}

.top_mv_headline {
  position: absolute;
  top: 50%;
  left: min(5%, 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.top_column_wrap {
  margin-top: 100px;
}
.top_column_wrap:last-child {
  margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .top_mv_wrap {
    max-width: none;
    width: 100%;
    margin: 0 auto 16px;
  }
  .top_mv_img {
    display: block;
    width: 100%;
  }
  .top_mv_headline {
    left: 9.375%;
    font-size: 3.5vw;
  }
  .top_column_wrap {
    margin-top: 50px;
  }
  .top_column_wrap:last-child {
    margin-bottom: 100px;
  }
}
.post_article_section {
  padding-bottom: 100px;
}

.post_article_mv {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 100px;
}

.post_article_mv_img {
  display: block;
  width: 100%;
}

.post_article_headline {
  position: absolute;
  top: 50%;
  left: min(5%, 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.post_article_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -50px -4.76%;
}

.post_article {
  width: 28.57%;
  margin: 0 0 50px 4.76%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.post_article a {
  display: block;
  height: 100%;
}
.post_article a:hover {
  opacity: 0.4;
}
.post_article .img_block {
  margin-bottom: 5px;
  aspect-ratio: 1/0.583;
  overflow: hidden;
}
.post_article .img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_article .text_block {
  position: relative;
  padding: 0 5px;
}
.post_article .number {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 1.2rem;
}
.post_article .date {
  display: block;
  margin: 0 3.5em 6px 0;
  font-size: 1.2rem;
}
.post_article .title {
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post_article .tag_list {
  margin-top: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .post_article_section {
    padding-bottom: 100px;
  }
  .post_article_mv {
    max-width: none;
    width: 100%;
    margin: 0 auto 50px;
  }
  .post_article_headline {
    left: 9.375%;
    font-size: 3.5vw;
  }
  .post_article_grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 -24px;
  }
  .post_article {
    width: 46%;
    margin: 0 0 24px;
    font-size: 1.2rem;
  }
  .post_article .text_block {
    padding: 0 3px;
  }
  .post_article .number {
    right: 3px;
    font-size: 1rem;
  }
  .post_article .date {
    margin: 0 4em 6px 0;
    font-size: 1rem;
  }
  .post_article .title {
    -webkit-line-clamp: 3;
  }
  .post_article .tag_list {
    margin-top: 8px;
    font-size: 0.8rem;
  }
}
.pagination {
  margin-top: 100px;
  text-align: center;
}

.pagination_list {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 -8px;
  padding: 0 5em;
  font-size: 2.4rem;
  line-height: 1.5;
}
.pagination_list > li {
  margin: 0 4px 8px;
}
.pagination_list .page-numbers {
  display: block;
  width: 1.33em;
  padding: 3px 0.1em;
  background-color: #879fae;
  color: #fff;
}
.pagination_list .page-numbers.current {
  background-color: #606060;
}
.pagination_list a:hover {
  opacity: 0.4;
}
.pagination_list .prev, .pagination_list .next, .pagination_list .first, .pagination_list .last {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  color: #879fae;
}
.pagination_list .prev, .pagination_list .next {
  width: auto;
  background-color: transparent;
  color: #879fae;
  white-space: nowrap;
}
.pagination_list .prev {
  left: 2.5em;
}
.pagination_list .prev::before {
  display: inline-block;
  content: "«";
  margin-right: 0.3em;
}
.pagination_list .next {
  right: 2.5em;
}
.pagination_list .next::after {
  display: inline-block;
  content: "»";
  margin-left: 0.3em;
}
.pagination_list .first {
  left: 0;
}
.pagination_list .last {
  right: 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 50px;
  }
  .pagination_list {
    margin: 0 0 -8px;
    font-size: 1.8rem;
  }
  .pagination_list > li {
    margin: 0 5px 8px;
  }
  .pagination_list .page-numbers {
    display: block;
    width: 1.47em;
    padding: 1px 0.1em;
  }
  .pagination_list .prev, .pagination_list .next, .pagination_list .first, .pagination_list .last {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
  }
  .pagination_list .prev, .pagination_list .next {
    width: auto;
  }
}
.post_thumbnail {
  position: relative;
  margin-bottom: 16px;
}
.post_thumbnail .number {
  position: absolute;
  top: 20px;
  left: 3%;
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
}
.post_thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.post_headline_wrap {
  margin-bottom: 80px;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.post_headline_wrap .date {
  margin-bottom: 16px;
}

.post_headline {
  position: relative;
  margin-bottom: 26px;
  padding-left: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.post_headline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 10px;
  background-color: #879fae;
}

.post_share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 12px 0 -10px -10px;
  fill: #879fae;
}
.post_share_list > li {
  margin: 0 0 10px 10px;
}
.post_share_list a:hover {
  opacity: 0.4;
}

.post_body {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
}
.post_body *:not(:last-child) {
  margin-bottom: 1.5em;
}
.post_body h1 {
  margin-bottom: 60px !important;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.post_body h1:not(:first-child) {
  margin-top: 60px;
}
.post_body h2 {
  position: relative;
  margin-bottom: 20px !important;
  padding-left: 1em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.post_body h2::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #879fae;
}
.post_body h2:not(:first-child) {
  margin-top: 40px;
}
.post_body h3 {
  margin-bottom: 20px !important;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.post_body h3:not(:first-child) {
  margin-top: 40px;
}
.post_body h4 {
  margin-bottom: 20px !important;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.post_body h5 {
  margin-bottom: 20px !important;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.post_body h6 {
  margin-bottom: 20px !important;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.post_body a {
  text-decoration: underline;
  color: #879fae;
}
.post_body ul {
  list-style-type: disc;
  margin-left: 1em;
}
.post_body ul li:not(:last-child) {
  margin-bottom: 5px;
}
.post_body ul ul {
  margin-top: 1em;
}
.post_body ol {
  list-style-type: decimal;
  margin-left: 1em;
}
.post_body ol li:not(:last-child) {
  margin-bottom: 5px;
}
.post_body ol ol {
  margin-top: 1em;
}
.post_body .wp-block-spacer {
  margin: 0 !important;
}
.post_body .index_head {
  position: relative;
  margin-bottom: 100px;
  padding: 20px 0 30px;
  background-color: #f7f7f7;
}
.post_body .index_head::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  right: -10%;
  background-color: #f7f7f7;
  z-index: -1;
  pointer-events: none;
}
.post_body .index_head h2 {
  display: inline-block;
  margin: 0 0 30px -10%;
  padding: 4px 30px 5px 20px;
  background-color: #879fae;
  font-size: 2rem;
  font-weight: 600;
  color: #f7f7f7;
  line-height: 1.5;
}
.post_body .index_head ol {
  list-style: none;
}
.post_body .index_head ol li {
  position: relative;
}
.post_body .index_head ol li:not(:last-child) {
  margin-bottom: 10px;
}
.post_body .index_head ol li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: -1em;
  color: #879fae;
}
.post_body .index_head ol a {
  text-decoration: none;
  color: #4d4d4d;
}
.post_body .index_head ol a:hover {
  opacity: 0.4;
}
.post_body .caution {
  padding: 30px 0;
  border-top: dashed 1px #879fae;
  border-bottom: dashed 1px #879fae;
}

@media screen and (max-width: 768px) {
  .post_thumbnail {
    margin-bottom: 10px;
  }
  .post_thumbnail .number {
    top: 6px;
    left: 2.13%;
    font-size: 14px;
  }
  .post_headline_wrap {
    margin-bottom: 50px;
    padding: 0;
  }
  .post_headline_wrap .date {
    margin-bottom: 6px;
  }
  .post_headline {
    margin-bottom: 14px;
    padding-left: 12px;
    font-size: 1.7rem;
  }
  .post_headline::before {
    top: 7px;
    bottom: 7px;
    width: 5px;
  }
  .post_share_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0 -10px -8px;
  }
  .post_share_list > li {
    margin: 0 0 10px 8px;
  }
  .post_body {
    max-width: none;
  }
  .post_body h1 {
    margin-bottom: 40px !important;
    font-size: 2rem;
  }
  .post_body h1:not(:first-child) {
    margin-top: 40px;
  }
  .post_body h2 {
    margin-bottom: 14px !important;
    font-size: 1.5rem;
  }
  .post_body h2:not(:first-child) {
    margin-top: 26px;
  }
  .post_body h3 {
    margin-bottom: 14px !important;
    font-size: 1.4rem;
  }
  .post_body h3:not(:first-child) {
    margin-top: 26px;
  }
  .post_body h4 {
    margin-bottom: 14px !important;
    font-size: 1.3rem;
  }
  .post_body h5 {
    margin-bottom: 14px !important;
    font-size: 1.2rem;
  }
  .post_body h6 {
    margin-bottom: 14px !important;
    font-size: 1rem;
  }
  .post_body .index_head {
    margin-bottom: 50px;
    padding: 25px 0 20px;
  }
  .post_body .index_head::before {
    left: -3.125%;
    right: -3.125%;
  }
  .post_body .index_head h2 {
    margin: 0 0 24px -3.125%;
    padding: 1px 26px 2px 3.125%;
    font-size: 1.6rem;
  }
  .post_body .index_head ol li:not(:last-child) {
    margin-bottom: 6px;
  }
  .post_body .caution {
    padding: 14px 0;
  }
}
.pickup_section {
  position: relative;
  margin-top: 66px;
  padding-top: 30px;
  overflow: hidden;
}
.pickup_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1000px;
  width: 90%;
  height: 1px;
  margin: 0 auto;
  background-color: #d8dddf;
}

.pickup_headline {
  margin-bottom: 48px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.pickup_slider .swiper-pagination {
  display: none;
}

.pickup_slide {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.pickup_slide a {
  display: block;
  height: 100%;
}
.pickup_slide a:hover {
  opacity: 0.4;
}
.pickup_slide .img_block {
  margin-bottom: 5px;
  aspect-ratio: 1/0.583;
  overflow: hidden;
}
.pickup_slide .img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickup_slide .text_block {
  position: relative;
  padding: 0 5px;
}
.pickup_slide .number {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 1.2rem;
}
.pickup_slide .date {
  display: block;
  margin: 0 3.5em 6px 0;
  font-size: 1.2rem;
}
.pickup_slide .title {
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pickup_slide .tag_list {
  margin-top: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .pickup_section {
    margin-top: 60px;
    padding-top: 46px;
  }
  .pickup_section::before {
    max-width: none;
    width: 100%;
  }
  .pickup_headline {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .pickup_slider.is-few-slides .swiper-pagination {
    display: none;
  }
  .pickup_slider .swiper-pagination {
    display: block;
    position: relative;
    margin: 30px 0 0;
  }
  .pickup_slider .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background-color: #bdc1c2;
    opacity: 1;
  }
  .pickup_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #879fae;
  }
  .pickup_slide {
    font-size: 1.2rem;
  }
  .pickup_slide .text_block {
    padding: 0 3px;
  }
  .pickup_slide .number {
    right: 3px;
    font-size: 1rem;
  }
  .pickup_slide .date {
    margin: 0 4em 6px 0;
    font-size: 1rem;
  }
  .pickup_slide .title {
    -webkit-line-clamp: 3;
  }
  .pickup_slide .tag_list {
    margin-top: 8px;
    font-size: 0.8rem;
  }
}
.search-form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-form_button {
  width: 5em;
  padding: 10px;
  margin-left: -1px;
  background: #000;
  border: solid 1px #000;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f7f7f7;
}
.search-form_button:hover {
  background-color: #fff;
  color: #000;
}

.search_results_wrap {
  margin-top: 100px;
}

.search_title {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .search-form_wrapper {
    display: block;
  }
  .search-form_button {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 10px auto 0;
    font-size: 1.6rem;
  }
  .search_title {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */