@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.template
------------------------------ */
.template {
  padding: 50px 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .template {
    padding: 50px 0 50px;
  }
}
.template .wrap > *:first-child,
.template .wrap > *:first-child *:first-child {
  margin-top: 0 !important;
}
.template .wrap > *:last-child,
.template .wrap > *:last-child *:last-child {
  margin-bottom: 0 !important;
}
.template .wrap > * {
  margin-top: 60px;
}
.template .wrap h1,
.template .wrap h2,
.template .wrap h3,
.template .wrap h4,
.template .wrap h5,
.template .wrap h6 {
  line-height: 1.5;
  font-weight: bold;
}
.template .wrap h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .template .wrap h2 {
    font-size: 2.4rem;
  }
}
.template .wrap h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .template .wrap h3 {
    font-size: 2rem;
  }
}
.template .wrap h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .template .wrap h4 {
    font-size: 1.8rem;
  }
}
.template .wrap h5 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .template .wrap h5 {
    font-size: 1.6rem;
  }
}
.template .wrap h1 + *,
.template .wrap h2 + *,
.template .wrap h3 + *,
.template .wrap h4 + *,
.template .wrap h5 + *,
.template .wrap h6 + * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .template .wrap h1 + *,
  .template .wrap h2 + *,
  .template .wrap h3 + *,
  .template .wrap h4 + *,
  .template .wrap h5 + *,
  .template .wrap h6 + * {
    margin-top: 10px;
  }
}
.template .wrap p {
  color: #595757;
  line-height: 1.8;
}
.template .wrap p + p {
  margin-top: 15px;
}
.template .wrap span,
.template .wrap strong,
.template .wrap em,
.template .wrap b {
  font-size: inherit;
  line-height: inherit;
}
.template .wrap a {
  text-decoration: underline;
  color: #EB5504;
}
@media screen and (min-width: 769px) {
  .template .wrap a:hover {
    text-decoration: none;
  }
}
.template .wrap p + ul,
.template .wrap p + ol,
.template .wrap ul + p,
.template .wrap ol + p {
  margin-top: 15px;
}
.template .wrap ul li,
.template .wrap ol li {
  padding-left: 25px;
  line-height: 1.6;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .template .wrap ul li,
  .template .wrap ol li {
    padding-left: 20px;
  }
}
.template .wrap ul li {
  text-indent: -25px;
}
@media screen and (max-width: 768px) {
  .template .wrap ul li {
    text-indent: -20px;
  }
}
.template .wrap ul li::before {
  content: "・";
  display: inline-block;
  width: 25px;
  text-align: center;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .template .wrap ul li::before {
    width: 20px;
  }
}
.template .wrap ol {
  counter-reset: ol_num;
}
.template .wrap ol li {
  position: relative;
}
.template .wrap ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: ol_num;
  content: counter(ol_num) ".";
}
.template .wrap figure {
  text-align: center;
}
.template .wrap figure figcaption {
  display: block !important;
  margin-bottom: 0 !important;
  margin-top: 15px;
  text-align: center;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .template .wrap figure figcaption {
    margin-top: 10px;
  }
}
.template .wrap .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.template .wrap .wp-block-image .aligncenter {
  display: table;
}
.template .wrap .alignright {
  float: right;
  margin-left: 40px;
  padding-bottom: 0.3em;
  overflow: hidden;
}
.template .wrap .alignleft {
  float: left;
  margin-right: 40px;
  padding-bottom: 0.3em;
  overflow: hidden;
}
.template .wrap p::after {
  content: "";
  clear: both;
}
.template .wrap > *:first-child.alignright + p,
.template .wrap > *:first-child.alignleft + p {
  margin-top: 0;
}
.template .wrap .alignleft + .aligncenter,
.template .wrap .alignright + .aligncenter {
  padding-top: 28px;
}
@media screen and (max-width: 768px) {
  .template .wrap .alignright,
  .template .wrap .alignleft {
    float: none;
    display: block;
    text-align: center;
    margin: 25px auto 0;
    padding: 0;
  }
  .template .wrap .alignleft + .aligncenter,
  .template .wrap .alignright + .aligncenter {
    padding-top: 0;
  }
}
.template .wrap table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .template .wrap .wp-block-table,
  .template .wrap .table-scroll {
    overflow: auto;
  }
  .template .wrap .wp-block-table::-webkit-scrollbar,
  .template .wrap .table-scroll::-webkit-scrollbar {
    height: 5px;
    margin-top: 5px;
    background: #F8F8F8;
  }
  .template .wrap .wp-block-table::-webkit-scrollbar-thumb,
  .template .wrap .table-scroll::-webkit-scrollbar-thumb {
    height: 5px;
    background: #D3D3D3;
  }
}
@media screen and (max-width: 768px) {
  .template .wrap .wp-block-table table,
  .template .wrap .table-scroll table {
    min-width: 1200px;
  }
}
.template .wrap thead {
  border-bottom: 0;
}
.template .wrap thead th,
.template .wrap thead td {
  background: #f5f7fd;
}
.template .wrap th,
.template .wrap td {
  padding: 10px;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-color: #ddd;
  border-color: #707070;
  line-height: 1.5;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .template .wrap th,
  .template .wrap td {
    font-size: 1.5rem;
  }
}
.template .wrap tr > *:last-child {
  border-right: 1px solid #707070;
}
.template .wrap tr:first-child > * {
  border-top: 1px solid #707070;
}
.template .wrap th {
  font-weight: bold;
}
.template .wrap blockquote {
  padding: 10px;
  border: 1px solid #ddd;
}
.template .wrap blockquote,
.template .wrap blockquote * {
  color: #595757;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .template .wrap blockquote,
  .template .wrap blockquote * {
    font-size: 1.3rem;
  }
}
.template .wrap iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.template .wrap .is-type-video figcaption {
  margin-left: auto;
  margin-right: auto;
}
.template .wrap .wp-block-embed-youtube.alignleft, .template .wrap .wp-block-embed-youtube.alignright {
  max-width: 100%;
}