@charset "utf-8";

/*===================
エディタースタイル
===================*/

pre {
  white-space: pre-wrap;
}
.editor {
  font-size: 15px;
  /* font-size: clamp(14px, 2.5vw, 16px); */
  /* font-size: 15px; */
  /* line-height: 1.875; */
  /* letter-spacing: 0.07em; */
  /* margin: 20px auto; */
  overflow-wrap: break-word;
}
.editor * {
}

.editor:nth-child(1) {
  margin-top: 0;
}
.editor
  a:not(.card__link):not(.check__link):not(.btn-type01__link):not(
    .btn-type02__link
  ) {
  /* color: #0044ff; */
  /* text-decoration: underline; */
  color: #916f46;
  font-weight: bold;
  text-decoration: underline;
  overflow-wrap: anywhere;
  transition: 0.3s;
}
.editor a:hover {
  opacity: 0.3;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  margin-top: 2em;
  font-family: "FP-ヒラギノ明朝 ProN W6";
}
.editor h1 {
  font-size: 24px;
}
.editor h2 {
  padding: 11px 0 11px 17px;
  border-left: 8px solid #00ff82;
  font-size: 20px;
  line-height: 1.47;
  letter-spacing: 0.1em;
}
.editor h3 {
  width: fit-content;

  font-size: 17px;
  line-height: 1.47;
  letter-spacing: 0.1em;
}
.editor h3 span {
  background: linear-gradient(transparent 50%, #b2ffd9 50%);
}
.editor h4 {
  font-size: 17px;
  line-height: 1.75;
}
.editor h5 {
  font-size: 17px;
  line-height: 1.75;
}
.editor h6 {
  font-size: 17px;
  line-height: 1.75;
}
.editor h1 + h2,
.editor h2 + h3,
.editor h3 + h4,
.editor h4 + h5,
.editor h5 + h6 {
  margin-top: 0.5em;
}
.editor p {
  margin-top: 2em;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: "FP-ヒラギノ角ゴ StdN W4";
}
.editor p:not(:last-child) {
  /* margin-bottom: 18px; */
}
.editor p:last-child {
  /* margin-bottom: 50px; */
}
.editor p + h1,
/* .editor p + h2, */
.editor p + h3,
.editor p + h4,
.editor p + h5,
.editor p + h6 {
  margin-top: 20px;
}
.editor h2:not(:last-child),
.editor h3:not(:last-child),
.editor h4:not(:last-child) {
  /* margin-bottom: 25px; */
}
.editor p span {
}
.editor p strong {
  font-weight: bold !important;
  font-family: "FP-ヒラギノ角ゴ StdN W7";
}
.editor p del {
}
.editor strong {
  font-weight: bold;
  font-family: "FP-ヒラギノ角ゴ StdN W7";
}
.editor strong span {
  font-weight: bold !important;
  font-family: "FP-ヒラギノ角ゴ StdN W7";
}
.editor em {
  font-style: italic;
}
.editor ul {
  /* list-style-type: disc; */
  /* background: #faf3f2; */
}
.editor ol {
  /* list-style-type: decimal; */
  /* background: #f2f2f2; */
}
.editor ul,
.editor ol {
  /* padding: 33px 29px 36px; */
  margin-top: 1em;
  font-family: "FP-ヒラギノ角ゴ StdN W4";
}
.editor ul li + li,
.editor ol li + li {
  margin-top: 23px;
}
.editor li {
  margin-top: 0.6em;
  position: relative;
  /* line-height: 1.5; */
  line-height: 1.2;
}
.editor ul li {
  padding-left: 1.1em;
}
.editor ul li::before {
  display: block;
  content: "";
  width: 8px;
  height: 14px;
  background: #ffb389;
  position: absolute;
  top: 2px;
  left: 0;
}
.editor ol {
  list-style: none;
  /* font-family: "GillSansNova-SemiBoldItalic"; */
}
.editor ol li {
  padding-left: 2em;
}
.editor ol li::before {
  display: block;
  content: counter(list-item);
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "GillSans";
  font-weight: 600 !important;
  font-style: italic !important;
  font-size: 14px;
  color: #00c495;
}
.editor ol li::after {
  display: block;
  content: " | ";
  position: absolute;
  top: 2px;
  left: 1em;
  color: #00c495;
  font-family: "GillSans";
  font-weight: 600 !important;
}

.editor i {
}
.editor sup,
.editor sub {
  font-size: 10px !important;
}
.editor table {
  margin-top: 3em;
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
}
.editor thead th,
.editor td {
  font-weight: bold;
  text-align: center;
}
.editor tr th,
.editor td {
  padding: 15px 20px;
  border: #3c3c3c 1px solid;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
.editor tr th {
  width: 25%;
  font-weight: 500;
  text-align: center;
}
.editor img {
  width: auto;
  max-width: 100%;
  object-fit: cover;
  /* width: 100%;
  max-width: 100%; */
  /* max-width: 648px !important; */
  /* height: auto !important; */
  height: auto;
  margin-top: 1em;
}
.editor .btn {
  display: block;
  width: 230px;
  background-color: #fff;
  border: 1px solid #3c3c3c;
  border-radius: 30px;
  padding: 10px 10px;
  text-align: center;
}
.editor .edit-link {
  position: relative;
  border-bottom: 1px solid #3c3c3c;
}
.editor .edit-link::after {
  content: "＞";
  padding-left: 20px;
}

.editor p:has(img) {
  /* margin-top: 0; */
}
.editor img.alignnone,
.editor img.alignleft {
  /* margin-top: 2em; */
}
.editor img.alignleft {
  display: block;
  /* max-width: 500px; */
}
.editor img.aligncenter {
  display: block;
  /* max-width: 500px; */
  /* margin: 2em auto 0; */
  margin: 0 auto;
}
.editor img.alignright {
  display: block;
  /* max-width: 500px; */
  /* margin: 2em 0 0 auto; */
  margin-left: auto;
}
.editor blockquote {
  position: relative;
  border-left: 3px solid #b2ffd9;
  padding-left: 10px;
}
.editor blockquote:before {
  position: absolute;
  content: "“";
  font-size: 20px;
  color: #b2ffd9;
}
.editor blockquote p {
  position: relative;
  padding-left: 30px;
}
.editor blockquote cite {
  display: block;
  font-size: 0.8rem;
  /* color:#F8C8B2; */
  text-align: right;
}
.editor hr {
  margin: 10px 0;
}
.editor .wp-caption-text {
  margin-top: 4px;
  font-family: "FP-ヒラギノ角ゴ StdN W4";
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #999;
}
.editor .wp-caption {
  width: auto;
  max-width: 100%;
  object-fit: cover;
}
/*===================
カスタムスタイル
===================*/
/* .editor .heading-type01 {
  padding: 11px 17px;
  border: 3px dashed #b2ffd9;
  border-radius: 12px;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  font-size: 19px;
  line-height: 1.47;
  letter-spacing: 0.1em;
} */
/* .editor .heading-type02 {
  width: fit-content;
  background: linear-gradient(transparent 55%, #b2ffd9 20%);
  font-family: "FP-ヒラギノ明朝 ProN W6";
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: 0.1em;
} */
.single-contents + .single-contents {
  margin-top: 77px;
}
.editor .largePic {
  width: 100%;
  margin-top: 77px;
}
.editor .largePic .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editor .largePic__cap {
  margin-top: 4px;
  font-family: "FP-ヒラギノ角ゴ StdN W4";
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.editor .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* margin-top: 77px; */
}
.editor .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* .editor .btn-type01 {

} */
.editor .btn-type01__link {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 10px auto 0;
  padding: 7px 24px;
  background: #66ffb4;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
}
.editor .btn-type01__link:hover {
  background: #999;
  opacity: 1;
  border: 1px solid #66ffb4;
  color: #66ffb4;
}
.editor .btn-type02 {
}
.editor .btn-type02__link {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 10px auto 0;
  padding: 7px 40px;
  background: #999;
  border-radius: 10px;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #33ff9b;
  text-align: center;
  transition: 0.3s;
  position: relative;
  box-sizing: border-box;
}
.editor .btn-type02__link::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../imgs/arrow_green.svg) center center / cover no-repeat;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transition: 0.3s;
}
.editor .btn-type02__link:hover {
  background: #33ff9b;
  color: #999;
  opacity: 1;
}
.editor .btn-type02__link:hover::before {
  background: url(../imgs/arrow_gray.svg) center center / cover no-repeat;
}
.editor .bg-box-green {
  padding: 26px 30px 26px;
  background: #ebfff5;
}
.editor .bg-box-orange {
  padding: 26px 30px 26px;
  background: #faf3f2;
}
.editor .bg-box-gray {
  padding: 26px 30px 26px;
  background: #f2f2f2;
}
.editor .bg-box-green > :first-child,
.editor .bg-box-orange > :first-child,
.editor .bg-box-gray > :first-child {
  margin-top: 0;
}
.editor .check {
  position: relative;
  /* margin-top: 77px; */
}

.editor .check__en {
  display: block;
  width: fit-content;
  padding: 0px 14px;
  margin: 0 auto;
  background: #999;
  border-radius: 999px;
  /* transform: translate(0, 13px); */
  transform: translate(0, -33px);
  font-family: "FP-ヒラギノ角ゴ StdN W7";
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.714;
  color: #00ff82;
  /* position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); */
  position: relative;
  z-index: 1;
}
.editor .check__link {
  display: block;
  /* margin-top: 20px; */
  background: #b2ffd9;
  border-radius: 10px;
  text-align: left;
  transition: 0.3s;
}
.editor .check__link:hover {
  opacity: 0.7;
}
.editor .check p {
  margin-top: 0;
}
.editor .check1__link {
  padding: 20px 30px 22px;
  border: 1px solid #999;
  box-shadow: 2px 2px 0 #999;
  font-family: "FP-ヒラギノ角ゴ StdN W4";
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
.editor .check2__link {
  padding: 20px 30px 20px;
  border: 1px solid #999;
  box-shadow: 2px 2px 0 #999;
}
.editor .check2__linkWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.editor .check2__cont {
  display: block;
  width: 65%;
  padding-right: 15px;
}
.editor .check2__pic {
  display: block;
  width: 35%;
}
.editor .check2__txt {
  display: block;
  margin-top: 0;
  font-family: "FP-ヒラギノ角ゴ StdN W4";
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-decoration: underline;
}

.block {
  padding: 26px 30px;
  margin-top: 77px;
  background: #ebfff5;
}
.editor .block__ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "FP-ヒラギノ明朝 ProN W6";
  font-size: 14px;
  line-height: 2.09;
  letter-spacing: 0.1em;
}
.editor .block__txt {
  margin-top: 0;
  font-family: "FP-ヒラギノ角ゴ StdN W4";
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.1em;
}
.hiragino-mincho-w7 {
  font-family: "FP-ヒラギノ明朝 StdN W7";
}

@media screen and (max-width: 768px) {
  .single-contents + .single-contents02 {
    margin-top: 4em;
  }
  .editor {
    font-size: 14px;
  }
  .editor p {
    font-size: 14px;
  }
  .editor h3 {
    font-size: 18px;
  }
  .editor img {
    width: 100%;
    /* margin: 2em auto !important; */
  }
  .editor .btn-type02 {
    min-width: auto;
  }
  .editor .btn-type01__link {
    width: 90%;
    padding: 7px 9px;
  }
  .editor .btn-type02__link {
    /* min-width: auto; */
    width: 90%;
    padding: 7px 9px 7px 29px;
  }
  .editor .btn-type02__link::before {
    left: 9px;
  }
  .editor .check1__link,
  .editor .check2__link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .editor .check2__cont {
    width: 52%;
  }
  .editor .check2__pic {
    width: 48%;
  }
  .editor .bg-box-green {
    padding: 26px 20px 26px;
  }
  .editor .bg-box-orange {
    padding: 26px 20px 26px;
  }
  .editor .bg-box-gray {
    padding: 26px 20px 26px;
  }
}
