.news-detail__header {
  padding-top: 7rem;
  color: var(--color-main);
}
.news-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.4rem;
}
.news-detail__cat {
  margin-right: 1.8rem;
  padding: 0 0.6rem;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  display: inline-block;
  background-color: var(--color-orange);
  color: #fff;
}
.news-detail__date {
  font-weight: 500;
  font-size: 1.6rem;
}
.news-detail__share {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-detail__share-ttl {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.news-detail__share-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-detail__share-item {
  list-style: none;
  margin-left: 1.6rem;
}
.news-detail__share-item--x {
  width: 1.8rem;
}
.news-detail__share-item--insta {
  width: 1.8rem;
}
.news-detail__share-item--youtube {
  width: 2rem;
}
.news-detail__title {
  text-align: left;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2727272727;
}
.news-detail__main {
  margin-bottom: 4rem;
}
.news-detail__main img {
  border-radius: 4rem;
}
.news-detail__editor {
  margin-bottom: 9rem;
  color: var(--color-main);
}
.news-detail__editor p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 6rem;
}
.news-detail__editor h2 {
  background-color: var(--color-orange);
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 1.2rem 3rem;
  border-radius: 9999px;
  margin-bottom: 4rem;
}
.news-detail__editor h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  margin-bottom: 2rem;
}
.news-detail__editor a {
  text-decoration: underline;
  color: var(--color-main);
  font-size: 100%;
}
.news-detail__editor a:hover {
  text-decoration: none;
}
.news-detail__editor ul,
.news-detail__editor ol {
  margin-left: 2rem;
}
.news-detail__editor li {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.news-detail__editor .img-full {
  width: 100%;
  height: auto;
  border-radius: 4rem;
}
.news-detail__editor img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.news-detail__editor img[class*=wp-image-] {
  width: revert-layer;
}
.news-detail__editor iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.news-detail__editor-txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
.news-detail__editor-txt02--img {
  width: 28%;
}
.news-detail__editor-txt02--img img {
  border-radius: 0;
}
.news-detail__editor-txt02--txt {
  width: 72%;
  padding-left: 3rem;
}
.news-detail__editor-txt02--txt p:last-of-type {
  margin-bottom: 0;
}
.news-detail__editor-line {
  margin-bottom: 4rem;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #de5209 0 2px, transparent 2px 4px);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 4px 2px;
}
.news-detail__editor-fukidashi {
  position: relative;
  margin-top: 6.4rem;
  margin-left: 2.4rem;
  padding: 3.2rem 2.4rem;
  border: 0.3rem solid #ede1e2;
  border-radius: 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.news-detail__editor-fukidashi:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -3rem;
  width: 0;
  height: 0;
  border-right: 3rem solid #ede1e2;
  border-top: 2rem solid rgba(0, 0, 0, 0);
  border-bottom: 2rem solid rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-detail__editor-fukidashi:after {
  content: "";
  display: block;
  position: absolute;
  left: -2.5rem;
  top: 50%;
  width: 0;
  height: 0;
  border-right: 3rem solid #fff;
  border-top: 2rem solid rgba(0, 0, 0, 0);
  border-bottom: 2rem solid rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-detail__editor-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 4.8rem;
  border: 0.1rem dashed #de5209;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-detail__editor-pr__label {
  position: absolute;
  top: 0;
  left: -0.1rem;
  padding: 0.2rem 1.6rem 0.4rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #de5209;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.news-detail__editor-pr h3 {
  color: var(--color-orange);
  font-weight: 700;
  font-size: 1.8rem;
  border-bottom: 2px solid var(--color-orange);
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
.news-detail__editor-pr__img {
  margin-right: auto;
  margin-left: auto;
  width: 30%;
  margin-bottom: 4rem;
}
.news-detail__editor-pr h4 {
  margin-bottom: 4rem;
  text-align: center;
  color: #eb7f00;
  font-weight: 700;
  font-size: 1.8rem;
}
.news-detail__editor-tieup--txt01 {
  border-radius: 1rem;
  padding: 2rem;
  background: #fff7f5;
  border-left: 0.5rem solid #de5209;
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.news-detail__editor-tieup--txt01 span {
  color: var(--color-orange);
  font-weight: 700;
}
.news-detail__editor-tieup--block {
  max-width: 64rem;
  margin: 0 auto;
}
.news-detail__editor-tieup--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0;
  font-size: 1.4rem;
}
.news-detail__editor-tieup--btn a {
  display: block;
  max-width: 54rem;
  margin: 0 auto;
  padding: 2rem 0;
  font-size: 2.4rem;
  border-radius: 9999px;
  color: #fff !important;
  text-align: center;
  background: #de5209;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.news-detail__editor-tieup--btn a span {
  position: relative;
  padding-left: 4rem;
}
.news-detail__editor-tieup--btn a span:before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.1rem;
  background: url(../images/common/icon_insta_w.png) 0 0 no-repeat;
  background-size: auto;
  background-size: 100% auto;
}
.news-detail__editor-tieup--btn a:hover {
  background: var(--color-main);
}
.news-detail__editor-tieup--tag02 {
  margin-top: 3rem;
  font-weight: 500;
  color: var(--color-orange);
}
.news-detail__editor-img {
  margin-bottom: 4rem;
}
.news-detail__editor-topic {
  border-radius: 4rem;
  background: #fffef8;
  border: 1px solid var(--color-orange);
  padding: 4rem 3.5rem;
  margin-bottom: 5rem;
}
.news-detail__editor-topic p {
  margin-bottom: 0;
}
.news-detail__editor-topic ul {
  font-size: 0;
  margin-left: -1rem;
  margin-top: 1rem;
}
.news-detail__editor-topic ul li {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  border-radius: 9999px;
  padding: 0.1rem 2rem 0.2rem;
  border: 1px solid var(--color-main);
  margin-left: 1rem;
  margin-top: 1rem;
}
.news-detail__editor-indent {
  border-radius: 4rem;
  background: #fff2f2;
  padding: 4rem 3.5rem;
  margin-bottom: 5rem;
}
.news-detail__editor-indent h3 {
  margin-bottom: 0;
}
.news-detail__editor-indent ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}
.news-detail__editor-indent ul li {
  list-style: none;
  -ms-grid-column: 1;
  grid-column: 1;
}
.news-detail__editor-indent ul li.is-right {
  -ms-grid-column: 2;
  grid-column: 2;
}
.news-detail__editor-indent ul li a {
  padding-top: 0.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.news-detail__editor-tbl {
  margin-bottom: 5rem;
}
.news-detail__editor-tbl table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.news-detail__editor-tbl table th {
  padding: 1.5rem 0 1.5rem 6rem;
  font-size: 1.6rem;
  color: var(--color-orange);
  font-weight: 700;
  border-bottom: 1px solid var(--color-orange);
}
.news-detail__editor-tbl table td {
  padding: 2rem 0 2rem 6rem;
  font-size: 1.4rem;
  border-bottom: 1px solid #dcbab9;
}
.news-detail__editor-tbl table td:first-of-type {
  font-weight: 500;
}
.news-detail__editor-tbl table th:first-child, .news-detail__editor-tbl table td:first-child {
  width: 20%;
}
.news-detail__editor-supervise {
  border: 1px solid var(--color-main);
  border-radius: 4rem;
  padding: 3.5rem 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
.news-detail__editor-supervise h3 {
  width: 100%;
  margin-bottom: 3rem;
}
.news-detail__editor-supervise__thumb {
  width: 26.5rem;
}
.news-detail__editor-supervise__thumb img {
  border-radius: 0;
}
.news-detail__editor-supervise__body {
  width: calc(100% - 26.5rem);
  padding-left: 2.5rem;
  letter-spacing: 0.04em;
}
.news-detail__editor-supervise__body .column-detail__editor-supervise__name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
.news-detail__editor-supervise__body .column-detail__editor-supervise__info {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
.news-detail__editor-supervise__body .column-detail__editor-supervise__desc {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
.news-detail__editor-supervise__body .column-detail__editor-supervise__link {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.news-detail__editor-supervise__body .column-detail__editor-supervise__link a + a {
  margin-left: 1em;
}
.news-detail__editor-supervise__body .column-detail__editor-supervise__date {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.news-detail__editor-application {
  background: #fffef8;
  border: 1px solid var(--color-orange);
  border-radius: 4rem;
  padding: 3.5rem 3rem;
}
.news-detail__editor-application p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-pageheader {
    height: auto;
    padding-bottom: 18rem;
  }
  .news-detail__header {
    padding-top: 5.6rem;
  }
  .news-detail__meta {
    margin-bottom: 1.4rem;
  }
  .news-detail__cat {
    margin-right: 2rem;
    padding: 0 1rem;
    font-size: 2rem;
  }
  .news-detail__date {
    font-size: 2.2rem;
  }
  .news-detail__share-ttl {
    font-size: 2.2rem;
  }
  .news-detail__share-item {
    margin-left: 1.8rem;
  }
  .news-detail__share-item--x {
    width: 2.2rem;
  }
  .news-detail__share-item--insta {
    width: 2.2rem;
  }
  .news-detail__share-item--youtube {
    width: 2.4rem;
  }
  .news-detail__title {
    font-size: 2.6rem;
  }
  .news-detail__inner {
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
  .news-detail__main {
    margin-bottom: 6.8rem;
  }
  .news-detail {
    /*
    		&__editor{
    			margin-bottom:10rem;
    			p{
    				font-size:2.2rem;
    				line-height:calc(36 / 22);
    			}
    			h2{
    				font-size:2.4rem;
    				padding:1.8rem 3.8rem;
    				margin-bottom:3rem;

    			}
    			h3{
    				font-size:2.4rem;
    				margin-bottom:3rem;
    			}

    			&-application{
    				border-radius:4rem;
    				padding:3.5rem 3.8rem;
    				p{
    					margin-bottom:0;
    				}
    			}
    		}
    */
  }
  .news-detail__editor {
    margin-bottom: 10rem;
  }
  .news-detail__editor p {
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
  .news-detail__editor h2 {
    font-size: 2.4rem;
    padding: 1.8rem 3.8rem;
    margin-bottom: 3rem;
  }
  .news-detail__editor h3 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .news-detail__editor li {
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
  .news-detail__editor-fukidashi {
    font-size: 2.2rem;
  }
  .news-detail__editor-pr {
    padding: 4rem;
  }
  .news-detail__editor-pr__label {
    font-size: 2rem;
  }
  .news-detail__editor-pr h3 {
    font-size: 2.4rem;
  }
  .news-detail__editor-pr__img {
    width: 50%;
  }
  .news-detail__editor-pr h4 {
    font-size: 2.4rem;
  }
  .news-detail__editor-tieup--txt01 {
    font-size: 2.2rem;
  }
  .news-detail__editor-tieup--info {
    font-size: 2.2rem;
  }
  .news-detail__editor-topic {
    padding: 4rem 4rem;
    margin-bottom: 6rem;
  }
  .news-detail__editor-topic ul li {
    font-size: 2.2rem;
    padding: 0.2rem 2.8rem 0.4rem;
  }
  .news-detail__editor-indent {
    padding: 4rem 4rem;
    margin-bottom: 6rem;
  }
  .news-detail__editor-indent ul {
    display: block;
  }
  .news-detail__editor-indent ul li {
    margin-top: 1rem;
  }
  .news-detail__editor-indent ul li a {
    padding-top: 0;
    font-size: 2.2rem;
  }
  .news-detail__editor-tbl {
    margin-bottom: 6.5rem;
    margin-right: -4rem;
    overflow: auto;
  }
  .news-detail__editor-tbl table {
    width: 105.6rem;
  }
  .news-detail__editor-tbl table th {
    padding: 1.5rem 0;
    font-size: 1.8rem;
  }
  .news-detail__editor-tbl table td {
    padding: 2rem 0;
    font-size: 1.8rem;
  }
  .news-detail__editor-supervise h3 {
    margin-bottom: 3.5rem;
  }
  .news-detail__editor-supervise__thumb {
    width: 100%;
    margin-bottom: 3rem;
  }
  .news-detail__editor-supervise__body {
    width: 100%;
    padding-left: 0;
  }
  .news-detail__editor-supervise__body .column-detail__editor-supervise__name {
    font-size: 2.6rem;
  }
  .news-detail__editor-supervise__body .column-detail__editor-supervise__info {
    font-size: 2rem;
    margin-bottom: 3.6rem;
  }
  .news-detail__editor-supervise__body .column-detail__editor-supervise__desc {
    font-size: 2.2rem;
    margin-bottom: 3.6rem;
  }
  .news-detail__editor-supervise__body .column-detail__editor-supervise__link {
    font-size: 2.2rem;
  }
  .news-detail__editor-supervise__body .column-detail__editor-supervise__date {
    font-size: 2rem;
  }
  .news-detail__editor-application {
    border-radius: 4rem;
    padding: 3.5rem 3.8rem;
  }
  .news-detail__editor-application p {
    margin-bottom: 0;
  }
}