@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (max-width: 1400px) and (min-width: 768px) {
  body {
    width: 1400px;
  }
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .sp {
    display: block !important;
  }
}

main {
  background-color: #ffffff;
  padding-top: 68px;
}

.breadcrumbs {
  position: static;
  padding-top: 36px;
}

.article {
  max-width: 900px;
  margin: auto;
  width: 100%;
  padding-bottom: 100px;
  font-family: "Noto Sans JP";
}

.article span,
.article h2,
.article h3,
.article strong,
.article em,
.article h4,
.article figcaption {
  font-family: "Noto Sans JP";
}

.article video {
  width: 100%;
}

.article .article__inner {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article h4 {
  margin-top: 30px;
}

.article a {
  text-decoration: underline;
  font-size: 15px;
  color: #f84131;
  letter-spacing: 0.75px;
  font-family: "Noto Sans JP";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-all;
}

.article a:hover {
  opacity: 0.7;
}

.article figure {
  margin-top: 40px;
  text-align: center;
}

.article figcaption {
  margin-bottom: 73px;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article figcaption {
    margin-bottom: 40px;
  }
}

.article figcaption a {
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article figcaption a {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}

.article figcaption em {
  font-style: italic;
  font-size: 14px;
}

.article .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.article .wp-block-columns .wp-block-column {
  width: 50%;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .wp-block-columns .wp-block-column {
    width: 100%;
  }
}

.article .wp-block-columns .wp-block-column .wp-block-image img {
  height: auto;
}

.article h1 {
  font-size: 28px;
  letter-spacing: 2.8px;
  line-height: 39px;
  color: #1a1a1a;
  font-weight: 600;
  font-family: "Noto Sans JP";
  margin-top: 73px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article h1 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 33px;
  }
}

.article h2 {
  font-family: "Noto Sans JP";
  margin: 83px auto 0 auto;
  line-height: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  padding: 0 15px 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
}

.article h2::before {
  content: "";
  position: absolute;
  top: -4px;
  /* 少しオフセット */
  right: 4px;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  /* 背景を確実に後ろに */
  border-radius: 4px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article h2 {
    margin-top: 45px;
    padding-left: 5px;
    padding-right: 10px;
    text-align: center;
    line-height: 36px;
  }
}

.article h2 span {
  font-size: 24px;
  letter-spacing: 1.4px;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article h2 span {
    font-size: 18px;
    letter-spacing: 1.1px;
    line-height: 36px;
  }
}

.article h3 {
  font-size: 18px;
  letter-spacing: 1.2px;
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-top: 60px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article h3 {
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.article h3 span {
  font-size: 18px;
  letter-spacing: 1.2px;
  color: #1a1a1a;
  font-family: "Noto Sans JP";
  font-weight: 500;
  width: 100%;
  display: inline-block;
  /* 必要に応じて block に変更 */
  line-height: 1.5;
  /* 行間を調整 */
  padding-bottom: 3px;
  /* 必要に応じて余白を設定 */
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article h3 span {
    font-size: 18px;
    letter-spacing: 0.9px;
    display: inline;
    /* 必要に応じて block に変更 */
    line-height: 1.5;
    /* 行間を調整 */
    padding-bottom: 2px;
    /* 必要に応じて余白を設定 */
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.article .interview h2 {
  background-color: #3c7ee8;
}

.article .interview h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(50%, #3c7ee8), to(#3c7ee8));
  background: linear-gradient(transparent 90%, #3c7ee8 50%, #3c7ee8 100%);
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .interview h3 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(50%, #3c7ee8), to(#3c7ee8));
    background: linear-gradient(transparent 85%, #3c7ee8 50%, #3c7ee8 100%);
  }
}

.article .howto h2 {
  background-color: #9f3ce8;
}

.article .howto h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(50%, #9f3ce8), to(#9f3ce8));
  background: linear-gradient(transparent 90%, #9f3ce8 50%, #9f3ce8 100%);
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .howto h3 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(50%, #9f3ce8), to(#9f3ce8));
    background: linear-gradient(transparent 85%, #9f3ce8 50%, #9f3ce8 100%);
  }
}

.article .case__study h2 {
  background-color: #e83c5c;
}

.article .case__study h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(50%, #e83c5c), to(#e83c5c));
  background: linear-gradient(transparent 90%, #e83c5c 50%, #e83c5c 100%);
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .case__study h3 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(50%, #e83c5c), to(#e83c5c));
    background: linear-gradient(transparent 85%, #e83c5c 50%, #e83c5c 100%);
  }
}

.article .knowledge h2 {
  background-color: #e89f3c;
}

.article .knowledge h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(50%, #e89f3c), to(#e89f3c));
  background: linear-gradient(transparent 90%, #e89f3c 50%, #e89f3c 100%);
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .knowledge h3 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(50%, #e89f3c), to(#e89f3c));
    background: linear-gradient(transparent 85%, #e89f3c 50%, #e89f3c 100%);
  }
}

.article .expert__interview h2 {
  background-color: #49e83c;
}

.article .expert__interview h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(50%, #49e83c), to(#49e83c));
  background: linear-gradient(transparent 90%, #49e83c 50%, #49e83c 100%);
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .expert__interview h3 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(50%, #49e83c), to(#49e83c));
    background: linear-gradient(transparent 85%, #49e83c 50%, #49e83c 100%);
  }
}

.article p {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Noto Sans JP";
  margin-top: 30px;
}

.article .fv {
  margin-top: 26px;
  margin-bottom: 86px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .fv {
    margin-bottom: 30px;
  }
}

.article .fv img {
  width: 100%;
  vertical-align: bottom;
}

.article .fixer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .fixer.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.article .fixer img {
  width: 55px !important;
  vertical-align: bottom;
  border-radius: 50%;
  border: 1px solid #ddd;
  height: 55px;
}

.article .fixer p {
  font-size: 13px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.65px;
  font-weight: 600;
  margin-top: 0;
}

.article .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .tags.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.article .tags .tag {
  width: 132px;
}

.article .tags .tag img {
  width: inherit;
}

.article .tags time {
  font-family: "Noto Sans JP";
  font-size: 13px;
  letter-spacing: 0.75px;
  font-weight: 600;
}

.article .wp-block-image {
  margin-top: 63px;
  text-align: center;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .wp-block-image {
    margin-top: 30px;
  }
}

.article .wp-block-image img {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article .wp-block-image img {
    height: 100%;
  }
}

.article pre {
  font-size: 15px;
  font-weight: 600;
  color: #767676;
  letter-spacing: 0.75px;
  line-height: 30px;
  font-family: "Noto Sans JP";
  margin-top: 27px;
  white-space: pre-wrap;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article pre {
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-top: 9px;
  }
}

.article #toc_container {
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 27px 0px 27px;
  margin-top: 34px;
  position: relative;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article #toc_container {
    padding: 29px 27px;
  }
}

.article #toc_container .toc_title {
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 600;
  font-family: "Noto Sans JP";
  color: #1a1a1a;
  padding: 0 38px;
  margin-top: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article #toc_container .toc_title {
    padding-left: 0;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}

.article #toc_container .toc_list li {
  padding: 0 38px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article #toc_container .toc_list li {
    padding: 0 19px;
  }
}

.article #toc_container .toc_list li:nth-child(1) {
  padding-top: 19px;
  border-top: 1px solid #aaaaaa;
}

.article #toc_container .toc_list li:last-child {
  padding-bottom: 19px;
}

.article #toc_container .toc_list li:not(:nth-child(1)) {
  padding-top: 28px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article #toc_container .toc_list li:not(:nth-child(1)) {
    padding-top: 21px;
  }
}

.article #toc_container .toc_list li a {
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 600;
  font-family: "Noto Sans JP";
  color: #1a1a1a;
  text-decoration: none;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article #toc_container .toc_list li a {
    font-size: 13px;
    letter-spacing: 0.65px;
    padding-left: 0;
  }
}

.article #toc_container .toc_list li ul li {
  padding: 19px 0;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article #toc_container .toc_list li ul li {
    text-indent: 0;
  }
}

.article #toc_container .toc_list li ul li:nth-child(1) {
  border-top: none;
}

.article #toc_container .toc_list li ul li {
  padding-top: 0px;
}

.article #toc_container .toc_list li ul li:last-child {
  padding-bottom: 10px;
  border-bottom: none;
  padding-top: 0;
}

.article #toc_container .toc_list li ul li a {
  font-family: "Noto Sans JP";
  font-size: 13px;
  color: #767676;
  letter-spacing: 0.65px;
  font-weight: 600;
  padding-left: 22px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .article #toc_container .toc_list li ul li a {
    padding-left: 0;
  }
}

.recommend {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 30px 0;
  position: relative;
  z-index: 0;
}

.recommend .recommend__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .recommend .recommend__inner {
    padding: 0 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.recommend .recommend__inner h3 {
  position: absolute;
  font-size: 23px;
  letter-spacing: 1.15px;
  line-height: 30px;
  left: -40px;
  top: 20px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .recommend .recommend__inner h3 {
    left: 5px;
    font-size: 12px;
    letter-spacing: 4.6px;
    top: 0;
  }
}

.recommend .recommend__inner .title {
  font-size: 93px;
  letter-spacing: 4.65px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .recommend .recommend__inner .title {
    font-size: 38px;
    letter-spacing: 1.9px;
    padding-left: 5px;
  }
}

.recommend .img__cover img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recommend .img__cover {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recommend .media__item:hover .img__cover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  /* ここを変更 */
}

.recommend .media__item:hover h2 {
  opacity: 0.5;
}

.recommend .media__item h2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Noto Sans JP";
  font-size: 15px;
}

.recommend .media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 43px;
  margin-top: 30px;
  padding-bottom: 75px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .recommend .media__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    gap: 43px;
  }
}

.recommend .media__list .media__item {
  width: 31%;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .recommend .media__list .media__item {
    width: 100%;
  }
}

.recommend .media__list .media__item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.recommend .media__list .media__item h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.recommend .media__list .media__item a {
  text-decoration: none;
  color: inherit;
}

.recommend .media__list .media__item .tags {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 19px;
}

.recommend .media__list .media__item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 19px;
}

.recommend .media__list .media__item .tags .tag {
  width: 132px;
}

.recommend .media__list .media__item .tags .tag img {
  width: inherit;
}

.recommend .media__list .media__item .tags time {
  font-family: "Noto Sans JP";
  font-size: 13px;
  letter-spacing: 0.75px;
  font-weight: 600;
}

.recommend .media__list .media__item .small__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 17px;
}

.recommend .media__list .media__item .small__tag span {
  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;
  background-color: #dddddd;
  border-radius: 3px;
  font-size: 10px;
  color: #5c5c5c;
  font-family: "Noto Sans JP";
  font-weight: 600;
  padding: 4px 13px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recommend .media__list .media__item .small__tag span:hover {
  background-color: #d1d1d1;
}

.recommend .media__list .media__item .description {
  font-size: 11px;
  letter-spacing: 0.55px;
  color: #aaa;
  line-height: 21px;
  font-family: "Noto Sans JP";
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 24px;
  width: 100%;
  min-height: 40px;
}

.recommend .media__list h2 {
  margin-top: 14px;
  height: 81px;
}

.recommend .media__list .fixer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 14px;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 16px;
}

.recommend .media__list .fixer img {
  width: 55px !important;
  vertical-align: bottom;
  border-radius: 50%;
  border: 1px solid #ddd;
  height: 55px;
}

.recommend .media__list .fixer p {
  font-size: 13px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.65px;
  font-weight: 600;
  margin-top: 0;
}

.sns__back {
  background-color: #ebebeb;
}

.inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .inner {
    padding: 0 15px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.inner .back {
  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;
  padding-top: 75px;
  gap: 20px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .inner .back {
    padding-top: 50px;
  }
}

.inner .back p {
  font-size: 23px;
  font-weight: 600;
  font-family: "Noto Sans JP";
  color: #1a1a1a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .inner .back p {
    font-size: 16px;
  }
}

.inner .back:hover .back__btn {
  background-color: #494949;
}

.inner .back:hover p {
  opacity: 0.7;
}

.inner .back__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.inner .back__btn span {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.sns {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .sns {
    width: calc(100% - 20px);
    margin: 0px auto 0 auto;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.sns .title {
  width: 100%;
  background-color: #1a1a1a;
  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;
  padding: 16px 0;
  color: #fff;
}

.sns .title h2 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1.45px;
}

.sns .contents {
  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;
  gap: 30px;
  background-color: #f5f5f5;
  padding: 37px 0 42px 0;
}

.sns .contents .sns__item {
  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;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.sns .contents .sns__item a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #fff;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  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;
}

.sns .contents .sns__item a:hover {
  background-color: #efefef;
}

.sns .contents .sns__item a img {
  width: 45px;
}

.sns-fixed {
  border: 1px solid #1a1a1a;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 5px 5px 5px;
  position: fixed;
  top: 160px;
  left: 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .sns-fixed {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 4px;
    width: calc(100vw - 40px);
    max-width: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 4px 4px 14px;
  }
}

.sns-fixed__title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  font-family: "M+ 1p", "Noto Sans JP", sans-serif;
  text-align: center;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .sns-fixed__title {
    margin-bottom: 0;
  }
}

.sns-fixed__lists {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 20px;
  margin: 0 10px 20px 10px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .sns-fixed__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
    gap: 20px;
  }
}

.sns-fixed__list {
  width: 33px;
  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;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .sns-fixed__list {
    width: 28px;
  }
}

.sns-fixed__list a {
  display: block;
}

.sns-fixed__list img {
  width: 100%;
}

.sns-fixed__contact {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #1a1a1a;
  width: 64px;
  height: 64px;
  border-radius: 3px;
  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;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .sns-fixed__contact {
    font-size: 13px;
    max-width: 138px;
    width: 100%;
    height: 54px;
  }
}

#toc_container .toc_list {
  overflow: hidden;
  max-height: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#toc_container.closed .toc_list {
  max-height: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#toc_toggle {
  cursor: pointer;
  color: #e83c5c;
  position: absolute;
  right: 20px;
  top: 0px;
  width: 87px;
  height: 26px;
  background-color: #101010;
  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;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  #toc_toggle {
    padding-left: 0;
  }
}

.content,
#toc_container {
  max-width: 617px;
  margin: auto;
  width: 100%;
}

.content img,
#toc_container img {
  width: 100%;
  vertical-align: bottom;
  height: 100%;
}

.how__contents {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 47px 40px 63px;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .how__contents {
    padding: 40px 15px;
  }
}

.how__contents h5 {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 1.15px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  z-index: 1;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .how__contents h5 {
    font-size: 20px;
  }
}

.how__contents h5::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 105%;
  background-color: #e83c5c;
  bottom: 1px;
  left: 50%;
  height: 11px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.how__contents .title {
  position: relative;
}

.how__contents .title:nth-of-type(1) .inner img {
  top: -15px;
}

.how__contents .title:nth-of-type(1) .inner p {
  top: -7px;
}

.how__contents .title .inner {
  position: absolute;
}

.how__contents .title .inner img {
  width: 255px;
  position: absolute;
  top: 15px;
  left: -35px;
  height: 48px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .how__contents .title .inner img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.how__contents .title .inner p {
  position: absolute;
  margin-top: 0;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 0.75px;
  top: 23px;
  left: -20px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .how__contents .title .inner p {
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.how__contents .text {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 15px 20px 15px 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .how__contents .text {
    padding: 45px 20px 15px 15px;
  }
}

.how__contents .remarks p {
  font-size: 13px;
  color: #1a1a1a;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 26px;
}

.point__contents {
  width: 100%;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 25px 45px;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .point__contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.point__contents h5 {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 1.15px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 20px;
  z-index: 1;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .point__contents h5 {
    font-size: 20px;
  }
}

.point__contents h5::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 105%;
  background-color: #e83c5c;
  bottom: 1px;
  left: 50%;
  height: 11px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.point__contents .tag {
  position: relative;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .point__contents .tag {
    width: 100%;
  }
}

.point__contents .tag img {
  width: 385px;
  margin: auto;
  height: 50px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .point__contents .tag img {
    width: 100%;
  }
}

.point__contents .tag p {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
  font-family: "Noto Sans JP";
  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;
}

.point__contents .tag p strong {
  font-size: 33px;
  letter-spacing: 1.65px;
  font-weight: 600;
  font-family: "Noto Sans JP";
  position: relative;
  color: #fff;
}

.point__contents .point__content {
  width: 100%;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .point__contents .point__content {
    padding: 5px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 29px;
  }
}

.point__contents .point__content span {
  font-size: 18px;
  color: #959595;
  font-weight: 600;
  letter-spacing: 0.9px;
  font-family: "Noto Sans JP";
}

.point__contents .point__content p {
  font-family: "Noto Sans JP";
  margin-top: 0;
  line-height: 30px;
  padding: 0;
}

.point__contents .point__content:not(:nth-child(1)) {
  margin-top: 13px;
}

.plan__contents {
  width: 100%;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 25px 45px;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .plan__contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.plan__contents h5 {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 1.15px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 20px;
  z-index: 1;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .plan__contents h5 {
    font-size: 20px;
  }
}

.plan__contents h5::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 105%;
  background-color: #e83c5c;
  bottom: 1px;
  left: 50%;
  height: 11px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plan__contents .plan__container {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 66px 16px 26px;
  margin-top: 40px;
}

.plan__contents .plan__container .plan__main--content {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.plan__contents .plan__container .plan__main--content img {
  width: 315px;
}

.plan__contents .plan__container .plan__main--content p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin-top: 0;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.plan__contents .plan__container .plan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 20px 22px;
  gap: 60px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .plan__contents .plan__container .plan__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.plan__contents .plan__container .plan__content.first {
  margin-top: 0px;
}

.plan__contents .plan__container .plan__content span {
  font-size: 15px;
  font-weight: 600;
  color: #7c7c7c;
  letter-spacing: 0.75px;
}

.plan__contents .plan__container .plan__content p {
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.75px;
  line-height: 30px;
  width: 88%;
}

.wp-block-list {
  list-style-type: auto;
  padding-left: 20px;
  font-family: "Noto Sans JP";
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.wp-block-list li {
  list-style-type: auto;
  font-family: "Noto Sans JP";
  font-weight: 600;
  line-height: 30px;
}

.wp-block-list li::marker {
  font-family: "Noto Sans JP";
  font-weight: 600;
}

p strong {
  position: relative;
  z-index: 1;
  color: #ff2f41;
}

.contact {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .contact {
    width: calc(100% - 20px);
    margin: 0px auto 0 auto;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contact p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
}

.contact .btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: auto;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .contact .btns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact .download__btn {
  width: 587px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .contact .download__btn {
    width: 100%;
  }
}

.contact .download__btn:hover .arrow::before {
  width: 49px;
  height: 49px;
  top: 0;
  left: 0;
}

.contact .download__btn .text {
  position: absolute;
  padding-top: 28px;
  padding-left: 25px;
}

.contact .download__btn .text h3 {
  position: relative;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 35px;
  font-weight: 600;
  font-family: "Noto Sans JP";
  padding-left: 27px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .contact .download__btn .text h3 {
    font-size: 15px;
    line-height: 28px;
  }
}

.contact .download__btn .text h3::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c9425e;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.contact .download__btn .text p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 22px;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP";
  padding-top: 15px;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .contact .download__btn .text p {
    padding-left: 28px;
  }
}

.contact .download__btn .arrow {
  position: absolute;
  left: 25px;
  bottom: 10px;
  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;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #de244a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .contact .download__btn .arrow {
    left: auto;
    right: 20px;
    top: 20px;
  }
}

.contact .download__btn .arrow::before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .download__btn .arrow img {
  width: 12px;
  position: relative;
}

.contact .download__btn .arrow p {
  padding: 0;
}

.contact .download__btn img {
  width: 100%;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .contact .download__btn {
    width: 100%;
  }
  .contact .download__btn img {
    width: 100%;
  }
}

.contact .contact__btn {
  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;
  width: 400px;
  background-color: #313131;
  color: #fff;
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  z-index: 100;
}

@media screen and (max-width: 768px) and (min-width: 360px) {
  .contact .contact__btn {
    height: 70px;
    width: 100%;
  }
}

.contact .contact__btn:hover .arrow::before {
  width: 49px;
  height: 49px;
  top: 0;
  left: 0;
}

.contact .contact__btn .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  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;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #454545;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact .contact__btn .arrow::before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .contact__btn .arrow img {
  width: 12px;
  position: relative;
}

.contact .contact__btn .arrow p {
  padding: 0;
}

.contact .contact__btn img {
  width: 100%;
}

table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
}

table tr th {
  border: 1px solid #000;
}

table tr td {
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
