@charset "utf-8";

.header-logo {
  width: 250px;
}

.trial-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4em;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
}

.trial-logo-sub {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #666;
}

.trial-logo-main {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #F7891E;
}

.trial-logo-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.trial-logo-link:hover {
  opacity: 0.85;
}

.pre-line-text {
  white-space: pre-line;
}

.first-view {
  height: calc(100vh - 110px);
  background-image: url(../images/index/bg-main.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-bottom: 80px;
  color: #ffffff;
  text-shadow: 1px 1px 3px #4b2c14;
  display: block;
  }

.first-view-text h1 {
  font-family: "Zen Kaku Gothic New", "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: 56px;
}

.first-view-text p {
  font-size: 18px;
  margin-top: 15px;
  margin-left: 10px;
}

.title {
  height: 310px;
  background-image: url(../images/creator-training/bg-main-orange.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.title-blue {
  background-image: url(../images/creator-training/bg-main-blue.jpg);
}

.title-index {
  height: 650px;
  background-image: url(../images/creator-training/trialwork-index.jpg);
}

.title-index h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  padding-bottom: 10px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.trialwork-title {
  height: 310px;
  background-image: url(../images/creator-training/bg-main2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.trialwork-title h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
}

.title p {
  font-size: 18px;
  margin-top: 15px;
}

.trialwork-title p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.title-blue p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.title-orange p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.trialwork-title-illust {
  background-image: url(../images/creator-training/bg-main3.jpg);
}

.illustration-note-overlay {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 12px;
  color: #999;
  line-height: 1.2;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 830px;
  max-width: 98%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
  align-items: flex-start;
  gap: 5px;
  padding-left: 10px;
}

.feature-index {
  width: 750px;
  max-width: 80%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.feature-left {
  flex: 1;
  width: 410px;
  margin-top: 20px;
  border: 1px solid #F7891E;
  padding: 10px;
  line-height: 26px;
  font-size: 16px;
}

.feature-left .pre-line-text{
  padding: 18px;
}

.feature-right {
  flex: 1;
  min-width: 55%;
  margin-top: 38px;
  padding: 10px 0 10px 10px;
  line-height: 26px;
  font-size: 16px;
}

.feature-right-intro {
  flex: 1;
  min-width: 38%;
  margin-top: 38px;
  padding: 10px 0 10px 10px;
  line-height: 26px;
  font-size: 16px;
}

/*
.feature-right-intro a {
  color: #38b6ff;
}

.feature-right-intro a:hover {
  color: #38b6ffa8;
}
*/

.feature-last {
  margin-bottom: 30px;
}

.feature-text {
  width: 830px;
}

.feature-text2 {
  max-width: 490px;
  margin-right: 30px;
}

.trialwork {
  background-color: #f7ebdf;
  margin-top: 21px;
  padding: 35px 20px;
}

.ability {
  margin-top: 10px;
}

.reverse {
  flex-direction: row-reverse;
}

.reverse .feature-text {
  margin-left: 30px;
  margin-right: 0;
}

.reverse .feature-text2 {
  margin-left: 30px;
  margin-right: 0;
}

.feature-text h2 {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  color: #38B6FF;
  position: relative;
  padding-bottom: 14px;
  width: 100%;
  max-width: 830px;
  box-sizing: border-box;
}

.feature-text h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 2px;
  background-color: #F7891E;
  margin-bottom: 10px;
}

.intro h2 {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
  color: #38B6FF;
  position: relative;
  padding-bottom: 14px;
  width: 100%;
}

.intro h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 98%;
  height: 2px;
  background-color: #F7891E;
}

.feature-text h3 {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #38B6FF;
  padding-top: 40px;
  padding-bottom: 10px;
}

.feature-text p {
  font-size: 16px;
  line-height: 28px;
  padding-left: 15px;
}

.feature-text2 h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #F7891E;
}

.feature-text2 h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #38B6FF;
  margin-top: 18px;
}

.feature-text2 p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 17px;
}

.feature-text3 p {
  font-size: 16px;
  line-height: 28px;
  padding-left: 30px;
  padding-right: 30px;
}

/*
.feature-text a {
  color: #38b6ff;
}

.feature-text a:hover {
  color: #38b6ffa8;
}
*/

.img-wrap {
  display: inline-block;
}

.img-wrap img {
  display: block;
}

.img-wrap .illustration-note-below {
  margin-top: 4px;
  text-align: right;
  font-size: 12px;
  color: #999;
  line-height: 1.2;
}

.trialwork-link {
  max-width: 1200px;
  margin: 0px auto 130px auto;
}

.support {
  background-color: #f7ebdf;
  padding-top: 5px;
  padding-bottom: 5px;
}

.support h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #38B6FF;
  margin-top: 70px;
  margin-bottom: 25px;
}

.support h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #F7891E;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.lead2 {
  max-width: 1200px;
  margin: 10px auto;
}

.lead2 h2 {
  font-size: 20px;
  text-align: center;
  color: #38B6FF;
}

.lead2 h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #F7891E;
  margin-top: 20px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.lead2 p {
  font-size: 95%;
  line-height: 1.5;
  text-align: center;
}

.link-button-area {
  text-align: center;
  margin-top: 60px;
}

.link-button-narrow {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  max-width: 500px;
  position: relative;
  left: auto;
  transform: none;
  margin-left: auto;
  margin-right: auto;
}

.link-button {
  background-color: #F7891E;
  display: inline-block;
  min-width: 260px;
  line-height: 38px;
  border-radius: 12px;
  font-size: 20px;
  color: #ffffff;
}

.link-button2 {
  background-color: #F7891E;
  min-width: 160px;
  line-height: 25px;
  border-radius: 6px;
  font-size: 14px;
  color: #ffffff;
}

.link-button-center {
  display: grid;
  background-color: #F7891E;
  line-height: 25px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffffff;
  justify-content: center;
  padding: 4px 50px;
}

.link-button3 {
  background-color: #F7891E;
  min-width: 160px;
  line-height: 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #ffffff;
}

.link-button:hover {
  background-color: #FFA348;
  color: #ffffff;
}

.link-button2:hover {
  background-color: #FFA348;
  color: #ffffff;
}

.link-button-center:hover {
  background-color: #FFA348;
  color: #ffffff;
}

.link-button3:hover {
  background-color: #FFA348;
  color: #ffffff;
}

.BD-introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 50px auto 30px auto;
}

.BD-introduction img {
  display: block;
  margin: 0 auto 0 auto;
  max-width: 85%;
  height: auto;
}

.link-button-blackdandelion {
  background-color: #e40272;
}

.link-button-blackdandelion:hover {
  background-color: #e40273b6;
}

.work {
  background-color: #f7ebdf;
  padding-top: 45px;
  padding-bottom: 45px;
}

.work h2 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #38B6FF;
  margin-top: 70px;
  margin-bottom: 50px;
}

.work h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #F7891E;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.work-list {
  width: 100%;
  max-width: 100%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 70px;
  justify-content: center;
  overflow-x: hidden;
}

.work-list dl {
  margin-top: 20px;
  width: 520px;
}

.work-list dt {
  color: #38b6ff;
  font-size:145%;
  font-weight: bold;
}

.work-list dd {
  line-height: 20px;
  margin-top: 10px;
}

.trial-work-list {
  margin-top: 0;
  margin-bottom: 100px;
}

.trial-work-list dt {
  font-size:130%;
}

.trial-work-list dd {
  font-size:90%;
}

.work-announce {
  margin-top: 10px;
  line-height: 22px;
}

.work-announce2 {
  color: #38b6ff;
  margin-top: 10px;
  margin-bottom: 9px;
  line-height: 22px;
  font-size: 90%;
}

.work-list li {
  position: relative;
}

.trial-work-list li {
  width: 400px;
}

.trial-work-list dl {
  width: 400px;
}

.work-list dl,
.trial-work-list dl {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 3px;
}

.work-list .work-label {
  position: absolute;
  top: 0;
  left: calc(100% + 18px);
  font-size: 10px;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
}

.image-link {
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.image-link:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

.menu-item {
  text-decoration: none;
  position: relative;
  font-weight: 500;
  padding-bottom: 8px;
  transition: color 0.2s ease;
}

.menu-item-blue {
  color: #38b6ff !important;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  padding-bottom: 8px;
  transition: color 0.2s ease;
}

.menu-item:hover {
  color: #f78a1ebb;
}

.menu-item-blue:hover {
  color: #38b6ffa8 !important;
}

.menu-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #F7891E;
  border-radius: 1px;
}

.menu-item-blue.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #38b6ff;
  border-radius: 1px;
}

.sample {
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

.sample li {
  position: relative;
  padding-left: 1.2em;
  text-indent: -0.1em;
  line-height: 1.6;
}

.sample li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.detail {
  padding-left: 10px;
}

.feature .training-img {
  padding-top: 10px;
}

.training-img img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 8px;
}

.training-img-akari {
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-left: 15px;
}

.copyright {
  margin-top: 10px;
}

.indent {
  display: inline-block;
  text-indent: 2em;
}

.sp-only {
  display: none;
}


/* スマホ　*******************************************************************************************/

@media (max-width: 1000px) {

  /*
  .header-logo {
    width: 200px;
  }
  */

  .first-view {
    height: calc(100vh - 50px);
    background-image: url(../images/index/bg-main-sp.webp);
    align-items: flex-start;
  }

  .first-view-text {
    padding-top: 25px;
    padding-left: 20px;
  }

  .trialwork-first-view-text {
    margin: auto;
    padding-right: 20px;
    text-align: center;
  }

  .first-view-text h1 {
    font-size: 24px;
    line-height: 38px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .menu-item.active::after,
  .menu-item-blue.active::after {
    content: none;
  }

  .title {
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(../images/creator-training/bg-main-orange-sp.jpg);
  }

  .title-index {
    height: 500px;
    justify-content: flex-start;
    padding-top: 150px;
    background-image: url(../images/creator-training/trialwork-index-sp.jpg);
  }

  .title-blue {
    background-image: url(../images/creator-training/bg-main-blue-sp.jpg);
  }

  .trialwork-title {
    background-image: url(../images/creator-training/bg-main-trialwork-sp.jpg);
  }

  .trialwork-title-illust {
    background-image: url(../images/creator-training/bg-main-trialwork-illust-sp.jpg);
  }

  .trialwork-title h1 {
    padding-top: 5px;
  }

  .title-blue h1 {
    padding-top: 5px;
  }

  .title-orange h1 {
    padding-top: 5px;
  }

  .title h1 {
    font-size: 27px;
    line-height: 1.4;
    text-align: center;
  }

  .title p {
    margin-top: 5px;
    margin: 0 auto;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }

  .feature {
    display: block;
    max-width: calc(100% - 20px);
    margin: 45px auto 80px auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .feature-right,
  .feature-right-intro {
    margin-top: 0;
    padding-left: 0;
}

  .feature-left, .feature-right {
    min-width: 100%;
    font-size: 15px;
  }

  .feature-left {
    width: 0;
  }

  .feature-text {
    margin-right: 0;
    width: 100%;
  }

  .feature-text2 {
    margin-right: 0;
  }

  .feature-text3 p {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-text h2 {
    font-size: 20px;
    width: 100%;
    max-width: 100%;
  }

  .feature .training-img {
    padding-top: 0;
  }

  .feature-text p {
    padding-left: 0;
  }

  .training-img-akari {
    margin-left: 0;
  }

  .sample {
    padding-left: 10px;
    padding-right: 5px;
  }

  .sample li {
    padding-left: 1em;
    text-indent: -0.5em;
  }

  .detail {
    padding-left: 0;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .reverse .feature-text2 {
    margin-left: 0;
  }

  .feature img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .support {
    padding-bottom: 25px;
  }

  .support h2 {
    margin-top: 30px;
  }

  .link-button2 {
    line-height: 25px;
  }

  .link-button-center {
    min-width: auto;
    max-width: 80%;
    padding: 4px 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .work {
    padding-top: 30px;
    max-width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px;
  }

  .work h2::after {
    margin-bottom: 70px;
  }

  .work-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    left: auto;
    transform: none;
    box-sizing: border-box;
  }

  .work-list li {
    width: 100%;
    margin-bottom: 30px;
  }

  .work-list dd {
    max-width: 100%;
    margin-right: 0;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    white-space: normal;
    box-sizing: border-box;
  }

  .work-list .work-label {
    left: auto;
    transform: none;
  }

  .trialwork-link {
    margin-bottom: 100px;
  }

  .lead2 p {
    white-space: pre-line;
  }

  .header-site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: #1e1e1fe3;
    font-size: 150%;
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
  }

  .header-site-menu.is-show {
    display: block;
  }

  .indent {
    text-indent: 0;
  }

  .sp-only {
    display: inline;
  }
  
}