.text-muted{
  color: #999;

  > * {
    color: inherit;
  }
}

.text-muted:has(> small){
  font-size: 14px;
}


.publisher-main-content {
  padding:110px 0 90px;
  letter-spacing: 1.3px;
}

@media screen and (width <= 992px) {
  .publisher-main-content {
    padding:60px 0;
  }
}

section .in{
  max-width: 1024px;
  margin: 0 auto;
}


/* section.main */
section.main{
  position: relative;
  z-index: -1;
  padding: 130px 0;
  margin-top: -30px;
  background: var(--Linear, linear-gradient(281deg, rgb(218 255 170 / 70%) 0.5%, rgb(255 240 107 / 70%) 18%, rgb(255 193 193 / 70%) 100%));
}

section.main::before{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #FFF 5.98%, rgb(255 255 255 / 0%) 29.48%, rgb(255 255 255 / 0%) 81.2%, #FFF 100%);
}

section.main > *{
  position: relative;
  z-index: 1;
  max-width: 900px;
}

section.main p.en{
  margin-top: 30px;
  font-size: 15.5px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 5px;
}

@media screen and (width <= 1200px) {
  section.main{
    padding-right: 80px;
    padding-left: 80px;
  }

  // section.main h3 img{
  //   width: 84%;
  // }
  section.main h3 img{
    width: 100%;
  }

  section.main p.en {
    font-size: calc(15.5 / 1200 * 100vw);
  letter-spacing: calc(5 / 1200 * 100vw);
  }

  section.main h4 {
    font-size: calc(21/1200 * 100vw);
  }

  section.main > .in::before {
    top: calc(110/1200 * 100vw);
    width: calc(925/1200 * 100vw);
    height: calc(210/1200 * 100vw);
    background-size: cover;
  }
}

@media screen and (width <= 768px) {
  section.main{
    padding: 20vw 20px;
    margin-top: -15px;
  }

  section.main h3 img{
    width: 100%;
  }

  section.main p.en {
    margin-top: 5vw;
    font-size: 2.7vw;
    letter-spacing: 1.5px;
  }

  section.main h4 {
    margin-top: 7vw;
    font-size: 4.1vw;
    text-align: left;
    letter-spacing: 1px;
  }

  section.main > .in::before {
    top: 16vw;
    left: -2vw;
    width: 94vw;
    height: 22vw;
    background-size: contain;
    transform: translateX(0%);
  }
}

/* section.main END */


/* section.about us */
section.about-us{
  padding-top: 40px;
}

.about-us-container{
  max-width: 900px;
  margin: 0 auto;
}

.about-us-info-box {
  display: flex;
  gap: 40px;
  width: 100%;
}

.info-box-image{
  flex-shrink: 0;
  width: 300px;
}

.about-us-info-box-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-us-info-box-detail {
  font-weight: 500;
  font-feature-settings: normal;
  line-height: 2;
  letter-spacing: 0.081em
}

.about-us-info-box-logo-link-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.about-us-info-box-logo-link-group .logo-link {
  /* style */
}

.about-us-info-box-logo-link-group .logo-link-note {
  width: 100%;
}

@media screen and (width <= 768px) {
  .section.about-us {
    margin-top: 120px;
  }

  .about-us-info-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .info-box-image {
    flex-shrink: 0;
    width: 100%;

    > img {
      width: 100%;
      height: auto;
    }
  }

  .about-us-info-box-body {
    /* style */
  }

  .about-us-info-box-detail {
    font-size: 14px;
  }

  .about-us-info-box-logo-link-group {
    /* style */
  }

  .about-us-info-box-logo-link-group .logo-link {
    /* style */
  }

  .about-us-info-box-logo-link-group .logo-link-note {
    /* style */
  }
}

/* section.about us END */

/* section.mission */
section.mission{
  position: relative;
  margin-top: 46px;
}

section.mission .bg1{
  position: absolute;
  top: -40px;
  right: -70px;
  width: 242px;
  height: 217px;
  background: url("/img/publisher/mission_bg01.svg");
}

section.mission .bg2{
  position: absolute;
  right: -0;
  bottom: -200px;
  width: 172px;
  height: 158px;
  background: url("/img/publisher/mission_bg02.svg");
}

section.mission .bg3{
  position: absolute;
  bottom: 30px;
  left: -10px;
  width: 155px;
  height: 155px;
  background: url("/img/publisher/mission_bg03.svg");
}

.top_title .in::before {
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background: rgb(53 53 53 / 100%);
  transform: translateX(-50%);
}

.top_title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 18px;
  font-size: 28px;
  font-weight: 700;
  color: #353535;
  letter-spacing: 1px;
}

section.mission p{
  font-size: 21px;
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}

section.mission h4 img{
  margin: 40px auto 0;
}

@media screen and (width <= 1200px) {
  section.mission .bg1{
    top: calc(-40/1200 * 100vw);
    right: calc(-70/1200 * 100vw);
    width: calc(242/1200 * 100vw);
    height: calc(217/1200 * 100vw);
    background-size: cover;
  }

  section.mission .bg2{
    bottom: calc(-200/1200 * 100vw);
    width: calc(172/1200 * 100vw);
    height: calc(158/1200 * 100vw);
    background-size: cover;
  }

  section.mission .bg3{
    bottom: calc(30/1200 * 100vw);
    left: calc(-10/1200 * 100vw);
    width: calc(155/1200 * 100vw);
    height: calc(155/1200 * 100vw);
    background-size: cover;
  }

  section.mission p {
    font-size: calc(21/1200 * 100vw);
  }

  section.mission h4 img {
    width: 35%;
  }
}

@media screen and (width <= 992px) {
  .top_title h3 {
    margin: 8px 0 11px;
    font-size: 24px;
  }
}

@media screen and (width <= 768px) {
  section.mission{
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 12vw;
  }

  section.mission .bg1{
    top: 3vw;
    right: -8vw;
    z-index: -1;
    width: 26vw;
    height: 22vw;
    background-size: contain;
  }

  section.mission .bg2{
    right: -6vw;
    bottom: 8vw;
    z-index: -1;
    width: 19vw;
    height: 17vw;
    background-size: contain;
  }

  section.mission .bg3{
    bottom: 40vw;
    left: -1vw;
    z-index: -1;
    width: 18vw;
    height: 18vw;
    background-size: contain;
  }

  section.mission p {
    width: 100%;
    font-size: 4.1vw;
    text-align: left;
  }

  section.mission h4 img {
    width: 68%;
    margin-top: 35px;
  }
}

/* section.mission END */


/* section.label */
section.label{
  margin-top: 90px;
}

section.label h4{
  font-size: 21px;
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}

section.label .label-list{
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: space-between;
  margin-top: 40px;
}

section.label .label-list li{
  width: calc(33.3% - 14.5px);
  padding-bottom: 20px;
  overflow: hidden;
  background: #17BDE2;
  border-radius: 10px;
}

section.label .label-list li h5{
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 10px;
  margin: 0;
  background: #24C6EA;
}

section.label .label-list li h5::before {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  background-color: #24C6EA;
}

section.label .label-list li p{
  padding-top: 50px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
}

section.label .label-list li[data-bg-color='label-color-01'] {
  background: #17BDE2;
}

section.label .label-list li[data-bg-color='label-color-01'] h5,
section.label .label-list li[data-bg-color='label-color-01'] h5::before{
  background: #24C6EA;
}

section.label .label-list li[data-bg-color='label-color-02'] {
  background: #80A2FB;
}

section.label .label-list li[data-bg-color='label-color-02'] h5,
section.label .label-list li[data-bg-color='label-color-02'] h5::before{
  background: #8CACFF;
}

section.label .label-list li[data-bg-color='label-color-03'] {
  background: #A28CFB;
}

section.label .label-list li[data-bg-color='label-color-03'] h5,
section.label .label-list li[data-bg-color='label-color-03'] h5::before{
  background: #B09CFF;
}

section.label .label-list li[data-bg-color='label-color-04'] {
  background: #DB88E9;
}

section.label .label-list li[data-bg-color='label-color-04'] h5,
section.label .label-list li[data-bg-color='label-color-04'] h5::before{
  background: #E196ED;
}

section.label .label-list li[data-bg-color='label-color-05'] {
  background: #FD7CA2;
}

section.label .label-list li[data-bg-color='label-color-05'] h5,
section.label .label-list li[data-bg-color='label-color-05'] h5::before{
  background: #FF8BAD;
}

section.label .label-list li[data-bg-color='label-color-06'] {
  background: #FF8B59;
}

section.label .label-list li[data-bg-color='label-color-06'] h5,
section.label .label-list li[data-bg-color='label-color-06'] h5::before{
  background: #FF9F75;
}

@media screen and (width <= 1200px) {
}

@media screen and (width <= 768px) {
  section.label{
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 12vw;
  }

  section.label h4 {
    font-size: 4.1vw;
    line-height: 160%;
    letter-spacing: 1px;
  }
}

/* section.label END */


/* section.recruit */
section.recruit{
  position: relative;
  margin-top: 90px;
  background: #DDD7FF;
}

section.recruit::before,
section.recruit::after{
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  content: "";
}

section.recruit::before{
  top: 0;
  height: 300px;
  background: linear-gradient(180deg, #FFF 0%, rgb(255 255 255 / 0%) 100%);
  fill: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, #FFF 66%);
}

section.recruit::after{
  bottom: 0;
  height: 300px;
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, #FFF 66%);
}

section.recruit .in{
  position: relative;
  z-index: 1;
}

section.recruit h3 {
  position: relative;
  display: flex;
  justify-content: center;
}

section.recruit h3 img{
  filter: drop-shadow(5px 5px 4px #FFF);
}

section.recruit h3::before {
  position: absolute;
  top: 64px;
  left: 65px;
  width: 237px;
  height: 160px;
  content: "";
  background: url("/img/publisher/recruit_title_bg01_pc.svg") no-repeat;
}

section.recruit h3::after {
  position: absolute;
  top: 78px;
  right: 49px;
  width: 69px;
  height: 117px;
  content: "";
  background: url("/img/publisher/recruit_title_bg02_pc.svg") no-repeat;
}

section.recruit h4 {
  margin-top: 20px;
  margin-bottom: 22px;
  font-size: 21px;
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}

section.recruit .banner{
  position: relative;
}

section.recruit .banner::before {
  position: absolute;
  top: 50px;
  left: -96px;
  width: 73px;
  height: 161px;
  content: "";
  background: url("/img/publisher/recruit_banner_bg01.svg") no-repeat;
}

section.recruit .banner::after {
  position: absolute;
  top: 110px;
  right: -98px;
  width: 77px;
  height: 170px;
  content: "";
  background: url("/img/publisher/recruit_banner_bg02.svg") no-repeat;
}

section.recruit .orange_btn {
  display: block;
  width: 267px;
  height: 56px;
  margin: 30px auto 0;
  line-height: 56px;
  text-align: center;
}

.yellow_btn{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 80px;
  padding: 12px 56px;
  margin: -90px auto 150px;
  font-size: 22px;
  font-weight: bold;
  background: #FFF69E;
  border-radius: 70px;
}

@media screen and (width <= 1280px) {
  .yellow_btn{
    width: calc(350/1200 * 100vw);
    height: calc(80/1200 * 100vw);
    margin: calc(-90/1200 * 100vw) auto calc(150/1200 * 100vw);
    font-size: calc(22/1200 * 100vw);
  }

  section.recruit .banner{
    width: calc(1024/1280 * 100vw);
    margin: 0 auto;
  }

  section.recruit .in{
    max-width: 100%;
  }

  section.recruit h3{
    width: calc(1024/1280 * 100vw);
    margin: 0 auto;
  }

  section.recruit h3 img{
    width: calc(704/1280 * 100vw);
    height: calc(170/1280 * 100vw);
  }

  section.recruit h3::before {
    top: calc(64/1280 * 100vw);
    left: calc(65/1280 * 100vw);
    width: calc(237/1280 * 100vw);
    height: calc(160/1280 * 100vw);
    background-size: contain;
  }

  section.recruit h3::after {
    top: calc(78/1280 * 100vw);
    right: calc(49/1280 * 100vw);
    width: calc(69/1280 * 100vw);
    height: calc(117/1280 * 100vw);
    background-size: contain;
  }

  section.recruit h4 {
    font-size: calc(21/1200 * 100vw);
  }

  section.recruit .banner::before {
    top: calc(50/1280 * 100vw);
    left: calc(-96/1280 * 100vw);
    width: calc(73/1280 * 100vw);
    height: calc(161/1280 * 100vw);
    background-size: contain;
  }

  section.recruit .banner::after {
    top: calc(110/1280 * 100vw);
    right: calc(-98/1280 * 100vw);
    width: calc(77/1280 * 100vw);
    height: calc(170/1280 * 100vw);
    background-size: contain;
  }
}

@media screen and (width <= 768px) {
  section.recruit{
    margin-top: 60px;
  }

  section.recruit h3{
    width: 100%;
  }

  section.recruit h3 img{
    width: 100%;
    height: auto;
  }

  section.recruit h3::before {
    top: auto;
    bottom: -60px;
    left: 5px;
    width: 83px;
    height: 59px;
    background: url("/img/publisher/recruit_title_bg01_sp.svg") no-repeat;
    background-size: contain;
  }

  section.recruit h3::after {
    top: auto;
    right: 5px;
    bottom: -50px;
    width: 30px;
    height: 56px;
    background: url("/img/publisher/recruit_title_bg02_sp.svg") no-repeat;
    background-size: contain;
  }

  section.recruit h4 {
    margin: 10px 0 15px;
    font-size: 14px;
  }

  section.recruit .banner{
    width: 100%;
  }

  section.recruit .banner::before,
  section.recruit .banner::after {
    display: none;
  }

  section.recruit .link .orange_btn {
    bottom: 20px;
  }

  .yellow_btn{
    width: calc(100% - 40px);
    height: 16vw;
    margin: -10vw auto 0;
    font-size: 5vw;
  }
}

/* section.recruit END */

/* section.company */
section.company{
  margin-top: 90px;
}

section.company h4{
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

section.company ul.company-list{
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 900px;
  margin: 20px auto 0;
}

section.company ul.company-list li{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 50%;
  padding: 40px 0;
  border: 1px solid #DDD;
  border-radius: 10px;
}

section.company ul.company-list li h5{
  margin: 0;
}

section.company ul.company-list li .gray-btn{
  position: relative;
}

section.company ul.company-list li .gray-btn::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 18px;
  width: 16px;
  height: 13px;
  content: "";
  background: url("/img/publisher/icon-external-link.svg") no-repeat;
}

@media screen and (width <= 960px) {
  section.company ul.company-list{
    width: calc(100% - 80px);
  }
}

@media screen and (width <= 768px) {
  section.company{
    margin-top: 60px;
  }

  section.company h4{
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: left;
  }

  section.company ul.company-list{
    flex-direction: column;
    width: calc(100% - 40px);
  }

  section.company ul.company-list li{
    gap: 20px;
    width: 100%;
    padding: 30px 0;
  }
}

/* section.company END */




/* gray-btn（top.cssより移植） */
.gray-btn{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background: #F2F2F2;
  border-radius: 70px;
}

.gray-btn:hover{
  text-decoration: none !important;
}

@media screen and (width <= 768px){
  .gray-btn{
    width: 70%;
    height: 13vw;
    font-size: 14px;
  }
}

/* container-booklist セクション用CSS（top.cssより移植） */
.container-booklist{
  display: flex;
  flex-direction: column;
  gap: 30px;
  letter-spacing: 0;
}

.container-booklist .read {
  font-size: 18px;
  font-weight: 500;
}

.container-booklist .article{
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 20px;
}

.container-booklist .article .article-list{
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.container-booklist .article .article-list li{
  position: relative;
  box-sizing: border-box;
  width: calc(25% - 15px);
  padding: 15px;
  background: #FFF;
  border: 1px solid transparent;
  border-top-width: 10px;
  border-image: linear-gradient(90deg, #AFEDFF 32.3%, #D7DEFF 65.62%, #FFC6D6 100%) 1;
  transition: border-image 0.3s ease;
}

.container-booklist .article .article-list li:hover{
  padding: 15px 13px 13px;
  border: 3px solid transparent;
  border-top-width: 10px;
  border-image: linear-gradient(90deg, #AFEDFF 32.3%, #D7DEFF 65.62%, #FFC6D6 100%) 3;
}

.container-booklist .article .article-list li[data-bg-color='label-color-01']:hover {
  border-image: linear-gradient(90deg, #BA174C 32.3%, #BA174C 65.62%, #BA174C 100%) 1;
}

.container-booklist .article .article-list li[data-bg-color='label-color-02']:hover {
  border-image: linear-gradient(90deg, #E69EAC 32.3%, #E69EAC 65.62%, #E69EAC 100%) 1;
}

.container-booklist .article .article-list li[data-bg-color='label-color-03']:hover {
  border-image: linear-gradient(90deg, #007CBA 32.3%, #007CBA 65.62%, #007CBA 100%) 1;
}

.container-booklist .article .article-list li[data-bg-color='label-color-04']:hover {
  border-image: linear-gradient(90deg, #D44887 32.3%, #D44887 65.62%, #D44887 100%) 1;
}

.container-booklist .article .article-list li[data-bg-color='label-color-05']:hover {
  border-image: linear-gradient(90deg, #42ADBF 32.3%, #42ADBF 65.62%, #42ADBF 100%) 1;
}

.container-booklist .article .article-list li[data-bg-color='label-color-06']:hover {
  border-image: linear-gradient(90deg, #FF6B00 32.3%, #FF6B00 65.62%, #FF6B00 100%) 1;
}

.container-booklist .article .article-list li[data-bg-color='label-color-07']:hover {
  border-image: linear-gradient(90deg, #654890 32.3%, #654890 65.62%, #654890 100%) 1;
}

.container-booklist .article .article-list li a{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.container-booklist .article .article-list li a:hover{
  text-decoration: none;
  opacity: 1;
}

.container-booklist .article .article-list li a .title-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 17px;
}

.container-booklist .article .article-list li a p{
  font-size: 14px;
  text-align: center;
}

.container-booklist .article .article-list li a .label-img{
  width: 100%;
}

.container-booklist .article .article-list li img.bg{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container-booklist .article .article-list li img.logo{
  width: 200px;
  max-width: 100%;
}

@media screen and (width <= 767px){
  .container-booklist .read {
    font-size: 11px;
  }

  .container-booklist .article{
    padding: 0;
  }

  .container-booklist .article .article-list{
    gap: 10px;
    max-width: 100%;
  }

  .container-booklist .article .article-list li{
    gap: 10px;
    width: calc(50% - 5px);
    padding: 8px;
    border-top-width: 5px;
  }

  .container-booklist .article .article-list li a .title-area{
    padding: 0;
  }

  .container-booklist .article .article-list li a p{
    font-size: 10px;
  }

  .container-booklist .article .article-list li img.logo{
    width: 80%;
  }
}
