@charset "UTF-8";
.post {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  color: #2a2a2a;
}

.post > *{
  margin-top: 2em;
  margin-bottom: 2em;
}

.post > *:first-child{
  margin-top: 0;
}

.post > *:last-child{
  margin-bottom: 0;
}

.post .has-cyan-bluish-gray-color {
  color: #787878 !important;
}

.post .has-vivid-red-color {
  color: #e60012 !important;
}

.post mark {
  background-color: rgba(0, 0, 0, 0);
}

.post > h2, .post > h3, .post > h4, .post > h5, .post > p, .post > ul, .post > ol {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .post > h2, .post > h3, .post > h4, .post > h5, .post > p, .post > ul, .post > ol {
    margin-top: calc(40/750*100vw);
  }
}

.post > h2:first-child, .post > h3:first-child, .post > h4:first-child, .post > h5:first-child, .post > p:first-child, .post > ul:first-child, .post > ol:first-child {
  margin-top: 0;
}

.post > h2, .post > h3 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .post > h2, .post > h3 {
    margin-top: calc(40/750*100vw);
  }
}

.post h2 {
  margin-top: 48px;
  padding: 8px 0;
  padding-left: 16px;
  border-left: 4px solid #e60012;
  background: #f7f6f5;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .post h2 {
    padding: calc(16/750*100vw) 0;
    padding-left: calc(32/750*100vw);
    border-width: calc(8/750*100vw);
    font-size: calc(36/750*100vw);
  }
}

.post h2:first-child {
  margin-top: 0;
}

.post h3 {
  padding-left: 12px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .post h3 {
    padding-left: calc(28/750*100vw);
    font-size: calc(34/750*100vw);
  }
}

.post h3:before {
  content: '';
  display: block;
  width: 4px;
  height: calc(100% - 4px);
  background: #e60012;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .post h3:before {
    width: calc(8/750*100vw);
    height: calc(100% - (8/750*100vw));
  }
}

.post h3:first-child {
  margin-top: 0;
}

.post h4 {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .post h4 {
    font-size: calc(32/750*100vw);
  }
}

.post h4:first-child {
  margin-top: 0;
}

.post p, .post ul, .post ol, .post li, .post dt, .post dd, .post th, .post td {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 1rem;
  line-height: 1.8;
}

.post p strong, .post ul strong, .post ol strong, .post li strong, .post dt strong, .post dd strong, .post th strong, .post td strong {
  font-size: 1em;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .post p strong, .post ul strong, .post ol strong, .post li strong, .post dt strong, .post dd strong, .post th strong, .post td strong {
    line-height: 1.8;
  }
}

.post p strong span, .post ul strong span, .post ol strong span, .post li strong span, .post dt strong span, .post dd strong span, .post th strong span, .post td strong span {
  font-weight: 700;
}

.post p span, .post ul span, .post ol span, .post li span, .post dt span, .post dd span, .post th span, .post td span {
  font-size: 1em;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .post p span, .post ul span, .post ol span, .post li span, .post dt span, .post dd span, .post th span, .post td span {
    line-height: 1.8;
  }
}

.post p {
  margin-top: 24px;
}

.post p a {
  text-decoration: underline;
  color: #0882e9;
}

.post p.have_img + p {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .post p.have_img + p {
    margin-top: 8px;
  }
}

.post p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .post [style="font-size:18px"] {
    font-size: calc(30/750*100vw) !important;
  }
}

@media screen and (max-width: 767px) {
  .post [style="font-size:14px"] {
    font-size: calc(26/750*100vw) !important;
  }
}

.post ul, .post ol {
  padding: 0;
  margin-left: 0;
  list-style: none;
}

.post li {
  padding-bottom: .7em;
  margin-bottom: .7em;
  background-image: -o-linear-gradient(left, #e5e5e5, #e5e5e5 4px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #e5e5e5, #e5e5e5 4px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 8px 1px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  position: relative;
  z-index: 1;
}

.post li:last-child {
  margin-bottom: 0;
}

.post ul li {
  padding-left: 1.2em;
}

.post ul li:before {
  content: '・';
  font-size: 1em;
  line-height: 1.8;
  color: #2a2a2a;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.post ol {
  counter-reset: number 0;
}

.post ol li {
  padding-left: 1.3em;
}

.post ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 1em;
  line-height: 1.8;
  font-weight: 700;
  color: #2a2a2a;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.post span[style="text-decoration: underline;"] {
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  text-decoration: none !important;
}

.post em {
  font-style: italic;
}

.post img {
  margin-bottom: 10px;
}

.post img.border {
  border: 1px solid #ccc;
}

.post img.size-full {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.post img:last-child {
  margin-bottom: 0;
}

.post hr {
  margin-top: 60px;
  margin-bottom: 60px;
  height: 1px;
  background-color: #e5e5e5;
  border: none;
}

@media screen and (max-width: 767px) {
  .post hr {
    margin-top: calc(100/750*100vw);
    margin-bottom: calc(100/750*100vw);
  }
}

.post iframe.mov {
  width: 100%;
  height: 520px;
}

@media screen and (max-width: 767px) {
  .post iframe.mov {
    height: calc(360/750*100vw);
  }
}

.post .wp-caption {
  width: auto !important;
  max-width: 100%;
}

.post .wp-caption-text, .post .wp-caption-dd {
  margin-top: 16px;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .post .wp-caption-text, .post .wp-caption-dd {
    margin-top: 12px;
    font-size: 14px;
  }
}

.post .wp-block-image:after {
  content: '';
  display: block;
  clear: both;
}

.post .wp-block-image:first-child {
  margin-top: 0;
}

.post .wp-block-image:last-child {
  margin-bottom: 0;
}

.post .wp-block-media-text {
  -ms-grid-columns: 48% 4% 48%;
  grid-template-columns: 48% 48%;
  grid-gap: 4%;
  margin-top: 60px;
  margin-bottom: 60px;
  /*
    display: flex;
    gap: 2em;
    >*{
      flex-basis: 0;
      flex-grow: 1;
      margin: 0;
      padding: 0;
    }
    */
}

@media screen and (max-width: 767px) {
  .post .wp-block-media-text {
    grid-gap: 3%;
    grid-gap: 0;
    margin-top: calc(100/750*100vw);
    margin-bottom: calc(100/750*100vw);
  }
}

.post .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .post .wp-block-media-text .wp-block-media-text__content {
    margin-top: calc(60/750*100vw);
  }
}

.post .wp-block-columns {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .post .wp-block-columns {
    margin-top: calc(60/750*100vw);
    margin-bottom: calc(60/750*100vw);
    gap: calc(32/750*100vw);
  }
}

.post .wp-block-columns .wp-block-column > * {
  margin-top: 16px;
}

.post .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .post .wp-block-columns.sp_col2 {
    gap: calc(30/750*100vw);
  }
  .post .wp-block-columns.sp_col2 .wp-block-column {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    width: calc(50% - (15/750*100vw));
  }
}

.post .wp-block-columns:first-child {
  margin-top: 0;
}

.post .wp-block-columns:last-child {
  margin-bottom: 0;
}

.post .wp-block-group {
  padding: 72px 0;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .post .wp-block-group {
    padding: calc(80/750*100vw) 0;
    margin-top: calc(80/750*100vw);
    margin-bottom: calc(80/750*100vw);
  }
}

.post .wp-block-group:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: #fbfbfb;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.post .wp-block-group__inner-container > * {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .post .wp-block-group__inner-container > * {
    margin-top: 26px;
  }
}

.post .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.post .wp-block-group .wp-block-columns {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .post .wp-block-group .wp-block-columns {
    margin-top: calc(60/750*100vw);
    margin-bottom: calc(60/750*100vw);
  }
}

.post .wp-block-group .wp-block-columns:first-child {
  margin-top: 0;
}

.post .wp-block-group .wp-block-columns:last-child {
  margin-bottom: 0;
}

.post .wp-block-group:first-child {
  margin-top: 0;
}

.post .wp-block-group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .post .wp-block-table {
    margin-top: calc(60/750*100vw);
    margin-bottom: calc(60/750*100vw);
  }
}

.post .wp-block-table table, .post .wp-block-table th, .post .wp-block-table td {
  border: none;
}

.post .wp-block-table tr {
  border-bottom: 1px solid #dcdcdc;
}

.post .wp-block-table tr:nth-child(2n-1) {
  background: #f9f9f8;
}

.post .wp-block-table tr:last-child {
  margin-bottom: none;
}

.post .wp-block-table th, .post .wp-block-table td {
  padding: 20px 30px;
  border-right: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .post .wp-block-table th, .post .wp-block-table td {
    padding: calc(20/750*100vw) calc(28/750*100vw);
    font-size: calc(26/750*100vw);
    vertical-align: middle;
  }
}

.post .wp-block-table th:last-child, .post .wp-block-table td:last-child {
  border-right: none;
}

.post .wp-block-table table {
  border: 1px solid #dcdcdc;
}

.post .wp-block-table table.col2 th:nth-child(1), .post .wp-block-table table.col2 td:nth-child(1) {
  width: 290px;
}

@media screen and (max-width: 767px) {
  .post .wp-block-table table.col2 th:nth-child(1), .post .wp-block-table table.col2 td:nth-child(1) {
    width: calc(273/750*100vw);
  }
}

.post .wp-block-table:first-child {
  margin-top: 0;
}

.post .wp-block-table:last-child {
  margin-bottom: 0;
}

.post .scroll-hint-icon {
  position: absolute;
  top: calc(50%);
  left: calc(50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post .scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.post .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 260px;
  height: 60px;
  border-radius: 0;
  background: #0c419a;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post .wp-block-button__link {
    min-width: calc(460/750*100vw);
    height: calc(100/750*100vw);
  }
}

.post .wp-block-spacer {
  margin: 0;
}

.post .wp-block-spacer + * {
  margin-top: 0;
}

.post .block-custom-link-item {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .post .block-custom-link-item {
    margin-top: calc(80/750*100vw);
  }
}

.post .block-custom-link-item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .post .block-custom-link-item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(40/750*100vw);
  }
}

.post .block-custom-link-item_img {
  width: 270px;
  height: 190px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .post .block-custom-link-item_img {
    width: 100%;
    height: auto;
  }
}

.post .block-custom-link-item_img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .post .block-custom-link-item_img_block {
    margin-bottom: calc(40/750*100vw);
    margin-right: 0;
  }
}

.post .block-custom-link-item_title {
  margin-top: -.4em;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .post .block-custom-link-item_title {
    margin-top: 0;
    margin-bottom: calc(8/750*100vw);
  }
}

.post .block-custom-link-item_title p {
  font-size: 18px;
  font-weight: 700;
}

.post .block-custom-link-item_text p {
  font-size: 14px;
}

.post .block-custom-link-item_link {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .post .block-custom-link-item_link {
    margin-top: calc(32/750*100vw);
  }
}

.post .block-custom-link-item:first-child {
  margin-top: 0;
}

.single-post .post h2 {
  padding: 0;
  padding-left: 12px;
  border-left: none;
  background: transparent;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .single-post .post h2 {
    padding-left: calc(24/750*100vw);
    font-size: calc(32/750*100vw);
  }
}

.single-post .post h2:before {
  content: '';
  display: block;
  width: 4px;
  height: calc(100% - 12px);
  background: #e60012;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .single-post .post h2:before {
    width: calc(8/750*100vw);
    height: calc(100% - (16/750*100vw));
  }
}

.single-post .post h2:first-child {
  margin-top: 0;
}

.single-post .post h3 {
  padding: 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .single-post .post h3 {
    font-size: calc(32/750*100vw);
  }
}

.single-post .post h3:before {
  content: none;
}

.single-post .post h3:first-child {
  margin-top: 0;
}

.single-post .post h4 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .single-post .post h4 {
    font-size: calc(30/750*100vw);
  }
}

.single-post .post h4:first-child {
  margin-top: 0;
}
