@charset "utf-8";

.content-author {
  margin-top: 100px;
  margin-bottom: 80px;
  padding: clamp(40px, 5vw, 60px) 0;
  background-color: #ebf1f9;
}
.content-author__main {
  display: grid;
  gap: clamp(21px, 3vw, 42px);
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: auto;
}
.content-author__main__item {
  display: grid;
  grid-template-columns: 152px 1fr;
  gap: 30px;
}
.content-author__main__item--image {
  width: 152px;
  height: 210px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-author__main__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-author__main__item--detail--name {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.content-author__main__item--detail--role {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.content-author__main__item--detail--description {
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .content-author {
    margin-bottom: 50px;
  }
  .content-author__main__item {
    display: block;
  }
  .content-author__main__item--image {
    width: 120px;
    height: 165px;
    float: left;
    margin-right: 30px;
  }
  .content-author__main__item--detail--name {
    font-size: 18px;
    line-height: 24px;
  }
}

.service-topics {
  padding-bottom: clamp(50px, 6vw, 100px);
  overflow-x: hidden;
}
.service-topics__inner {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto 50px;
  overflow: visible !important;
}
.service-topics__inner__wrapper {
  align-items: stretch!important;
}
.service-topics__item {
  height: auto!important;
}

@media screen and (max-width: 960px) {
  .career-requirements {
    height: 600px;
    align-items: flex-end;
  }
  .career-requirements__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .career-requirements__gallery img {
    height: 300px;
  }
  .career-requirements__content {
    padding-bottom: 30px;
  }
  .career-requirements__content--links {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 72px;
  }
  .career-requirements__content--links a:last-child {
    margin-top: 0;
  }
  .service-topics__inner__wrapper {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.service-topics__item {
  display: block;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.service-topics__item:hover > .service-topics__item--image > img {
  transform: scale(1.2);
}
.service-topics__item--image {
  overflow: hidden;
}
.service-topics__item--image img {
  width: 100%;
  aspect-ratio: 1.9;
  object-fit: cover;
  transition: all 2s;
}
.service-topics__item--lower {
  padding: 20px;
}
.service-topics__item--info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.service-topics__item--info--date {
  width: 72px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.service-topics__item--info--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 72px);
}
.service-topics__item--info--tags span {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
}
.service-topics__item--info--tags span.type {
  background-color: #3a7ac2;
}
.service-topics__item--info--tags span.tag {
  background-color: #999;
}
.service-topics__item--title {
  font-size: 18px;
  font-weight: 700;
}
.service-topics__item--excerpt {
  line-height: 27px;
  margin-top: 8px;
}
.service-topics__item--detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.service-topics__item--detail dt {
  width: 70px;
  font-size: 14px;
  line-height: 27px;
  color: #3a7ac2;
  font-weight: 700;
}
.service-topics__item--detail dd {
  width: calc(100% - 70px);
  font-size: 14px;
  line-height: 27px;
}

@media screen and (max-width: 960px) {
  .service-topics__item:nth-child(n + 4) {
    display: none;
  }
}


/** ホワイトペーパー **/
.white-paper {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: clamp(36px, 4.5vw, 64px) auto 80px;
}

.white-paper__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.white-paper__info--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.white-paper__info--tags .tag {
  display: block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background-color: #999;
  border-radius: 10.5px;
}
.white-paper__title {
  margin-bottom: clamp(30px, 3vw, 50px);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 400;
}
.white-paper__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto clamp(30px, 4vw, 50px);
}

@media screen and (max-width: 960px) {
  .white-paper {
    margin-top: 40px;
  }
  .white-paper__info {
    display: grid;
  }
}

.white-paper__main {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
  align-items: flex-start;
}
.white-paper__main--content {
  margin-bottom: 30px;
}
.white-paper__main--content .lead {
  margin-bottom: clamp(30px, 4vw, 80px);
}
.white-paper__main--content .points {
  margin-bottom: clamp(30px, 4vw, 80px);
  padding: 30px;
  background-color: #f5f5f5;
}

.white-paper__main--content h2 {
  margin-bottom: clamp(30px, 3.6vw, 48px);
  padding: 3px clamp(12px, 1.2vw, 20px);
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.4;
  border-left: 3px solid #3a7ac2;
}
.white-paper__main--content p {
  font-size: 16px;
  line-height: 27px;
}

.white-paper__main--content .points h3 {
  margin-bottom: 30px;
  font-size: 21px;
  color: #3a7ac2;
  font-weight: 700;
}
.white-paper__main--content .points ul {
  display: grid;
  gap: 12px;
  padding-left: 16px;
  &:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.white-paper__main--content ul,
.white-paper__main--content ol {
  padding-left: 16px;
}
.white-paper__main--content ul li,
.white-paper__main--content ol li {
  list-style: disc;
  line-height: 1.6;
}
.white-paper__main--content .white-paper__toc ul li {
  list-style: none!important;
}
.white-paper__main--content img {
  width: 100%;
  height: auto;
}

.white-paper__main--form form {
  padding: 15px 20px 30px;
  background-color: #ebf1f9;
}
.white-paper__main--form h4 {
  margin-bottom: clamp(24px, 3.2vw, 40px);
  padding: 3px clamp(12px, 1.2vw, 20px);
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.4;
  border-left: 3px solid #3a7ac2;
}

.white-paper__main--form .form-error-top {
  color: #d92e0b;
  padding-bottom: 20px;
}
.white-paper__main--form .form-error {
  color: #d92e0b;
  margin-top: 4px;
  font-size: 14px;
}

.white-paper__main--form .form-control {
  margin-bottom: 30px;
}

.white-paper__main--form .form-control.name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.white-paper__main--form .form-control label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.white-paper__main--form .form-control label span {
  color: #d92e0b;
}
.white-paper__main--form .form-control input,
.white-paper__main--form .form-control select {
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 14px;
  border: 1px solid #888;
}
.white-paper__main--form .form-note {
  margin-top: 20px;
  margin-bottom: 0!important;
  font-size: 14px;
  line-height: 2;
}
.white-paper__main--form .form-note.--flex {
  display: flex;
  align-items: flex-start;
}
.white-paper__main--form .form-note.--flex input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}
.white-paper__main--form .form-note p {
  width: calc(100% - 36px);
}
.white-paper__main--form .form-note a {
  color: #3a7ac2;
  text-decoration: underline;
}
.white-paper__main--form .form-note a:hover {
  opacity: 0.7;
}
.white-paper__main--form .form-submit {
  position: relative;
  display: block;
  width: 100%;
  max-width: 335px;
  height: 45px;
  margin: 20px auto 0;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-family: "Noto Sans JP";
  background-color: #EF6C00;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all .3s;
  text-align: center;
}
.white-paper__main--form .form-submit:disabled {
  background-color: #BBB!important;
}
.white-paper__main--form .form-submit:hover {
  background-color: #F0C525;
}
.white-paper__main--form .form-submit::before {
  position: absolute;
  content: '→';
  right: 15px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 45px;
  font-size: 24px;
}

.white-paper__main--form .form-success {
  display: none;
  margin-top: 20px;
  padding: 6px 12px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1.5px solid #0766F4;
}
.white-paper__main--form .form-success.active {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .white-paper__main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .white-paper__main--content__inner {
    margin-top: 50px;
  }
  .white-paper__main--content .points {
    padding: 30px 15px;
  }
  .white-paper__main--content .points h3 {
    font-size: 16px;
  }
  .white-paper__main--form h4 {
    margin-top: 40px;
  }
  .white-paper__main--form .form-submit {
    width: 100%;
  }
}

/** 新着情報 **/
.news {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: clamp(36px, 4.5vw, 64px) auto 80px;
}

.news__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.news__info--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news__info--tags .tag {
  display: block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background-color: #999;
  border-radius: 10.5px;
}
.news__title {
  margin-bottom: clamp(30px, 3vw, 50px);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 400;
}
.news__thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: clamp(50px, 5vw, 80px);
}
.news__main--content h2 {
  margin-bottom: 30px;
  padding: 3px clamp(12px, 1.2vw, 20px);
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.4;
  border-left: 3px solid #3a7ac2;
}
.news__main--content p {
  font-size: 16px;
  line-height: 27px;
}
.news__main--content a {
  text-decoration: underline;
  word-break: break-all;
}
.news__main--content img {
  display: block;
  width: 100% !important;
  max-width: 600px !important;
  margin: auto;
}

.news__main--content .image-field__sub {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin: 6px auto clamp(15px, 2vw, 30px);
}
.news__main--content .image-field__sub p {
  width: calc(100% - 150px);
  margin-bottom: 0;
}
.news__main--content .image-field__sub .scaleUp {
  width: 120px;
  margin-left: auto;
  color: #3A7AC2;
  text-decoration: underline;
  cursor: pointer;
}
.news__main--content .image-field__sub .scaleUp:hover {
  color: #9CBCE0;
}

@media screen and (max-width: 1200px) {
  .news {
    margin-top: 120px;
  }
}

@media screen and (max-width: 960px) {
  .news__main--content .image-field__sub {
    display: block;
  }
  .news__main--content .image-field__sub p {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .news__main--content .image-field__sub .scaleUp {
    display: none;
  }
}

.news__main .image-modal {
  display: none;
  position: fixed;
  content: "";
  z-index: 100;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
}
.news__main .image-modal img {
  width: calc(100% - 30px);
  max-width: 1200px;
  height: auto;
  max-height: calc(100dvh - 30px);
  object-fit: cover;
}
.insight__main--content .image-modal img:hover {
  opacity: 1;
}
.news__main .image-modal .image-modal__close {
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 48px;
  color: #FFF;
  cursor: pointer;
}
.news__main .image-modal .image-modal__close:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .news {
    margin: 40px auto 0;
  }
  .news__main .image-modal {
    display: none!important;
  }
}

/** インサイト **/
.insight {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: clamp(36px, 4.5vw, 64px) auto 80px;
}

.insight__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.insight__info--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.insight__info--tags .tag {
  display: block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background-color: #999;
  border-radius: 10.5px;
}
.insight__title {
  margin-bottom: clamp(30px, 3vw, 50px);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 400;
}
.insight__thumbnail {
  width: 100%;
  height: auto;
  max-height: 360px;
  margin-bottom: clamp(30px, 4vw, 50px);
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .insight {
    margin-top: 40px;
  }
}

@media screen and (max-width: 960px) {
  .insight__info {
    display: grid;
  }
}

.insight__main--content h2 {
  margin-bottom: clamp(24px, 2.4vw, 36px);
  padding: 3px clamp(12px, 1.2vw, 20px);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.4;
  border-left: 3px solid #3a7ac2;
}
.insight__main--content h3 {
  margin-bottom: clamp(16px, 1.6vw, 24px);
  padding-top: clamp(20px, 1.8vw, 30px);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1;
  color: #3a7ac2;
  font-weight: 700;
}
.insight__main--content p {
  font-size: 16px;
  line-height: 27px;
}
.insight__main--content p:last-of-type,
.insight__main--content ul:last-of-type ,
.insight__main--content li:last-of-type {
  margin-bottom: 0;
}
.insight__main--content a {
  text-decoration: underline;
  word-break: break-all;
}
.insight__main img {
  display: block;
  width: 100%;
  max-width: 600px!important;
  margin: clamp(15px, 2vw, 30px) auto 12px;
  cursor: pointer;
}
.insight__main img:hover {
  opacity: 0.7;
}
.insight__main .image-field {
  margin: 50px 0;
}
.insight__main .image-field__sub {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin: 0 auto clamp(15px, 2vw, 30px);
}
.insight__main .image-field__sub p {
  margin-bottom: 0;
}
.insight__main .image-field__sub .scaleUp {
  width: 120px;
  margin-left: auto;
  color: #3A7AC2;
  text-decoration: underline;
  cursor: pointer;
}
.insight__main .image-field__sub .scaleUp:hover {
  color: #9CBCE0;
}
.insight__main .image-modal {
  display: none;
  position: fixed;
  content: "";
  z-index: 100;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
}
.insight__main .image-modal img {
  width: calc(100% - 30px);
  max-width: 1200px!important;
  height: auto;
  max-height: calc(100dvh - 30px);
  margin-top: 0;
  object-fit: cover;
}
.insight__main .image-modal img:hover {
  opacity: 1!important;
}
.insight__main .image-modal .image-modal__close {
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 48px;
  color: #FFF;
}
.insight__main .image-modal .image-modal__close:hover {
  opacity: 0.7;
}
.insight__main--section {
  margin-bottom: clamp(30px, 4vw, 60px);
}
.insight__main--content ul,
.insight__main--content ol {
  padding-left: 16px;
}
.insight__main--content ul li{
  list-style: disc;
  line-height: 1.75;
}
.insight__main--content ul.circle li{
  list-style: circle!important;
}
.insight__main--content ul.square li{
  list-style: square!important;
}
.insight__main--content ol li {
  list-style-type: decimal;
  line-height: 1.75;
}
.insight__main--content blockquote,
.insight__main--content .quote {
  margin-bottom: clamp(30px, 4vw, 60px);
  padding: 20px;
  background-color: #f5f5f5;
  font-size: 0.8em;
}
.insight__main--content p:has(+ ul),
.insight__main--content p:has(+ a) {
  margin-bottom: 0!important;
}
.insight__main--content .quote p {
  font-size: 12px;
  margin-bottom: 0;
}

.insight__main--content .quote-title {
  font-size: 14px;
  margin-top: -20px;
  margin-bottom: 5px!important;
}

@media screen and (max-width: 960px) {
  .insight__main--content p {
    margin-bottom: 24px;
  }
  .insight__main img {
    max-width: 100%!important;
  }
  .insight__main .image-field__sub {
    display: block;
  }
  .insight__main .image-field__sub p {
    font-size: 14px;
    text-align: center;
  }
  .insight__main .image-field__sub .scaleUp {
    display: none;
  }
  .insight__main .image-modal {
    display: none!important;
  }
}

/** セミナーウェビナー **/
.seminar {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: clamp(36px, 4.5vw, 64px) auto 80px;
}

.seminar__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.seminar__info--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.seminar__info--tags .tag {
  display: block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background-color: #999;
  border-radius: 10.5px;
}
.seminar__title {
  margin-bottom: clamp(30px, 3vw, 50px);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 400;
}
.seminar__thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: clamp(30px, 4vw, 50px);
}
.seminar__toc {
  margin-bottom: clamp(40px, calc(8vw - 30px), 120px);
  padding: 50px;
  background-color: #f5f5f5;
}
.seminar__finishMessage {
  margin-bottom: clamp(30px, 4vw, 50px);
  padding: 20px;
  text-align: center;
  font-size: 21px;
  line-height: 32px;
  color: #3a7ac2;
  font-weight: 700;
  box-sizing: border-box;
  border: 1px solid #3a7ac2;
}
.seminar__toc--title {
  margin-bottom: clamp(30px, 4vw, 80px);
  padding: 3px clamp(12px, 1.2vw, 20px);
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.4;
  font-weight: 700;
  border-left: 3px solid #3a7ac2;
}
.seminar__toc--content {
  padding: 0 30px;
  font-size: 18px;
  line-height: 2;
}
.seminar__toc--content .big {
  font-weight: 700;
}
.seminar__toc--content .small {
  display: inline-block;
  padding-left: 18px;
}
.seminar__toc--content .big:hover,
.seminar__toc--content .small:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .seminar {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .seminar__info {
    display: grid;
  }
  .seminar__finishMessage {
    font-size: 16px;
    line-height: 27px;
  }
  .seminar__toc {
    padding: 50px 15px;
  }
  .seminar__toc--content {
    padding: 0;
  }
}

.seminar__main {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
  align-items: flex-start;
}
.seminar__main--content .lead {
  margin-bottom: clamp(30px, 4vw, 50px);
}
.seminar__main--content .points {
  margin-bottom: clamp(30px, 4vw, 80px);
  padding: 50px;
  background-color: #f5f5f5;
}

.seminar__main--content img {
  width: 100%;
  height: auto;
}

.seminar__main--content__detail h2,
.seminar__main--content__detail .lead h2 {
  margin-bottom: clamp(20px, 1.8vw, 30px);
  padding-top: clamp(20px, 1.8vw, 30px);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1;
  color: #3a7ac2;
  font-weight: 700;
}
.seminar__main--content__detail p,
.seminar__main--content__detail .lead p {
  font-size: 16px;
  line-height: 27px;
}
.seminar__main--content__detail h3,
.seminar__main--content__detail .lead h3 {
  font-size: 21px;
  line-height: 1.75;
}

@media screen and (max-width: 960px) {
  .seminar__main--content__detail h3,
  .seminar__main--content__detail .lead h3 {
    font-size: 18px;
  }
}

.seminar__main--content__partners {
  display: grid;
  gap: 40px;
  padding-top: 50px;
}
.seminar__main--content__partners__item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 30px;
  background-color: #F5F5F5;
  padding: 30px;
}
.seminar__main--content__partners__item--image {
  height: 160px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.seminar__main--content__partners__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seminar__main--content__partners__item--detail__info {
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 700;
}
.seminar__main--content__partners__item--detail__info.mb-0 {
  margin-bottom: 0;
}
.seminar__main--content__partners__item--detail__profile {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 750px) {
  .seminar__main--content__partners__item {
    grid-template-columns: 1fr;
    gap: 25px;
    background-color: #F5F5F5;
    padding: 15px;
  }
  .seminar__main--content__partners__item--image {
    display: block;
    max-width: 150px!important;
    margin: auto;
  }
}

.seminar__main--form form {
  padding: 15px 20px 30px;
  background-color: #ebf1f9;
}
.seminar__main--form form.disabled {
  background-color: #f5f5f5;
}
.seminar__main--form h4 {
  margin-bottom: 30px;
  padding: 3px clamp(12px, 1.2vw, 20px);
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.4;
  border-left: 3px solid #3a7ac2;
}
.seminar__main--form p {
  margin-bottom: clamp(30px, 3vw, 60px);
  line-height: 1.75;
}

.seminar__main--form .form-control {
  margin-bottom: 30px;
}

.seminar__main--form .form-error-top {
  color: #d92e0b;
  padding-bottom: 20px;
}
.seminar__main--form .form-error {
  color: #d92e0b;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
}

.seminar__main--form .form-control.name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.seminar__main--form .form-control label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.seminar__main--form .form-control label span {
  color: #d92e0b;
}
.seminar__main--form .form-control input,
.seminar__main--form .form-control select {
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 14px;
  border: 1px solid #888;
}
.seminar__main--form form.disabled .form-control input,
.seminar__main--form form.disabled .form-control select {
  background-color: #ddd;
}
.seminar__main--form .form-note {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2;
}
.seminar__main--form .form-note.--flex {
  display: flex;
  align-items: flex-start
}
.seminar__main--form .form-note.--flex input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}
.seminar__main--form .form-note p {
  width: calc(100% - 36px);
  margin-bottom: 0;
}
.seminar__main--form .form-note a {
  color: #3a7ac2;
  text-decoration: underline;
}
.seminar__main--form .form-note a:hover {
  opacity: 0.7;
}
.seminar__main--form .form-submit {
  position: relative;
  display: block;
  width: 100%;
  max-width: 335px;
  height: 45px;
  margin: 20px auto 0;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-family: "Noto Sans JP";
  background-color: #EF6C00;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all .3s;
  text-align: center;
}
form.disbaled .form-submit {
  background-color: #BBB;
}
.disbaled .form-submit {
  background-color: #BBB!important;
}
.seminar__main--form .form-submit:disabled {
  background-color: #BBB!important;
}
.seminar__main--form .form-submit:hover {
  background-color: #F0C525;
}
.seminar__main--form .form-submit::before {
  position: absolute;
  content: '→';
  right: 15px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 45px;
  font-size: 24px;
}

.seminar__main--form .form-success {
  display: none;
  margin-top: 20px;
  padding: 6px 12px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1.5px solid #0766F4;
}
.seminar__main--form .form-success.active {
  display: block;
  opacity: 1;
}

.seminar__main--content__detail--table {
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #2b5a8f;
}
.seminar__main--content__detail--table dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1;
  color: #3a7ac2;
  font-weight: 700;
  border-bottom: 1px solid #3a7ac2;
}
.seminar__main--content__detail--table dd:not(:last-of-type) {
  margin-bottom: 30px;
}

.seminar__main--content__detail--table dd .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.seminar__main--content__detail--table dd .tag {
  display: block;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background-color: #999;
  border-radius: 10.5px;
}

@media screen and (min-width: 960.1px) {
  /*
  .seminar__main--form form {
    max-height: calc(100dvh - 350px);
    overflow-y: scroll;
    scrollbar-width: 4px;
    scrollbar-color: #BBB;
  } */
  .seminar__main--form form::-webkit-scrollbar {
    width: 6px;
  }
  .seminar__main--form form::-webkit-scrollbar-thumb {
    background-color: #BBB;
    border-radius: 12px;
  }
}

@media screen and (max-width: 960px) {
  .seminar__main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .seminar__main--form h4 {
    margin-top: 40px;
  }
  .seminar__main--form .form-submit {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
}

.contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: calc(100% - 2rem);
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .contents {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contents__item {
  display: none;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.contents__item--image {
  overflow: hidden;
}
.contents__item--image img {
  width: 100%;
  aspect-ratio: 1.9;
  object-fit: cover;
  transition: all 2s;
  transform-origin: center;
}
.contents__item:hover > .contents__item--image > img {
  transform: scale(1.1);
}
.contents__item--lower {
  padding: 20px 15px;
}
.contents__item--info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.contents__item--info--date {
  width: 72px;
  font-size: 12px;
  font-weight: 700;
}
.contents__item--info--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 72px);
  padding-top: 2px;
}
.contents__item--info--tags span {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
.contents__item--info--tags span.type {
  background-color: #3a7ac2;
}
.contents__item--info--tags span.tag {
  background-color: #999;
}
.contents__item--title {
  margin-bottom: 10px;
  font-weight: 700;
}
.contents__item--excerpt {
  font-size: 14px;
  line-height: 24px;
}
.contents__item--detail {
  display: flex;
  flex-wrap: wrap;
}
.contents__item--detail dt {
  width: 70px;
  font-size: 14px;
  line-height: 27px;
  color: #3a7ac2;
  font-weight: 700;
}
.contents__item--detail dd {
  width: calc(100% - 70px);
  font-size: 14px;
  line-height: 27px;
}

.content-message {
  max-width: 960px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 21px;
  line-height: 2;
  color: #3a7ac2;
}

@media screen and (max-width: 960px) {
  .content-message {
    margin: 0 auto 40px;
    text-align: left;
    font-size: 16px;
    width: calc(100% - 30px);
  }
  .content-message.--center {
    text-align: center!important;
  }
}

.thanks-message {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.note-message {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .thanks-message {
    width: calc(100% - 30px);
    margin: 0 auto 16px;
    text-align: left;
  }
  .note-message {
    width: calc(100% - 30px);
    margin: 0 auto 16px;
    text-align: left;
  }
}

.service-buttonLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 45px;
  margin: 20px auto;
  background-color: #0766f4;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.service-buttonLink.mt-0 {
  margin-top: 0;
}
.service-buttonLink.mt-50 {
  margin-top: 50px;
}
.service-buttonLink.--pc {
  margin-top: 50px;
}
.service-buttonLink.--sp {
  margin-bottom: 50px;
}
.service-buttonLink.--long {
  width: 330px;
}
.service-buttonLink span {
  position: relative;
  padding-right: 40px;
}
.service-buttonLink span::before {
  position: absolute;
  content: '→';
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: auto;
  font-size: 24px;
  font-weight: 400;
}
.service-buttonLink:hover {
  background-color: #006cca;
}

.content-footer {
  margin-bottom: -30px;
  padding: 30px 0;
  background-color: #ebf1f9;
}
.content-footer__logo {
  display: block;
  width: calc(100% - 30px);
  max-width: 720px;
  margin: 0 auto 25px;
}
.content-footer__text {
  width: calc(100% - 30px);
  text-align: center;
  margin: auto;
}

.content-footer .top-button {
  margin-top: 40px;
}


/* 記事一覧 */
.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #3a7ac2;
  box-sizing: border-box;
  border: 1px solid #3a7ac2;
}
.pagination span:not(.disabled):hover {
  color: #fff;
  background-color: #3a7ac2;
}
.pagination span.disabled {
  background-color: #e3e1e2;
  color: #fff;
  border: none;
}

@media screen and (max-width: 960px) {
  .pagination {
    flex-wrap: wrap;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .pagination span {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

.categories {
  width: calc(100% - 30px);
  max-width: 960px;
  margin: 50px auto;
  background-color: #f5f5f5;
  border: 1px solid #888;
}
.categories__title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 30px;
  background-color: #f5f5f5;
}
.categories__title::before {
  position: absolute;
  content: '';
  right: 40px;
  top: 38px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(-45deg);
  transition: all 0.8s;
}
.categories__title.active::before {
  top: 30px;
  transform: rotate(-225deg);
}
.categories__title--button {
  display: block;
  width: calc(100% - 2rem);
  max-width: 320px;
  height: 45px;
  margin: 15px auto 0;
  font-weight: 700;
  color: #fff;
  background-color: #0766f4;
  border: none;
  border-radius: 5px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.25));
}
.categories__title--button:hover {
  background-color: #3a7ac2;
}
.categories__contents {
  display: none;
}
.categories__wrap {
  padding: 30px 50px;
  background-color: #fff;
}
.categories__wrap.--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.--flex-center {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.categories__wrap--title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 700;
  border-bottom: 1px solid #888;
}
.categories__wrap--title:not(:first-of-type) {
  margin-top: 50px;
}
.categories__wrap--categories {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.categories__wrap--newsCategories {
  display: grid;
  gap: 15px;
}
.categories__wrap--categories__item {
  line-height: 1;
  padding: 8px 10px;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-weight: 500;
}
.categories__wrap--categories__item:has(input:checked) {
  background-color: #999;
  color: #fff;
}
.categories__wrap--newsCategories__item {
  line-height: 1;
  width: 150px;
  margin: auto;
  padding: 12px 0;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-weight: 500;
  text-align: center;
}
.categories__wrap--newsCategories__item:has(input:checked) {
  background-color: #999;
  color: #fff;
}
@media screen and (min-width: 960.1px) {
  .categories__title--button {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .categories {
    padding: 15px;
  }
  .categories__title {
    padding: 0;
    font-size: 16px;
  }
  .categories__title::before {
    border: none;
  }
}

.categories__wrap label input {
  display: none;
}
.categories__reset {
  padding: 15px 30px;
  text-align: right;
}
.categories__reset a, .categories__reset span {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.results {
  display: grid;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: auto;
}
.results__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 66px;
  border-top: 1px solid #bbb;
}

@media screen and (max-width: 960px) {
  .results__item {
    height: auto;
    padding: 18px 0;
  }
}
.results__item:last-child {
  border-bottom: 1px solid #bbb;
}
.results__item--date {
  width: 135px;
  font-size: 14px;
}
.results__item--category {
  margin-right: 15px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  background-color: #999;
}
.results__item--title {
  font-size: 14px;
}
.results__item--title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .results__item--title {
    width: 100%;
    margin-top: 12px;
  }
}

.modal {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.8s;
}
.modal.d-none {
  display: none;
}
.modal-content {
  width: calc(100% - 60px);
  margin: auto;
}
.modal-content .categories__wrap {
  height: 420px;
  padding: 20px;
  background-color: #fff;
  overflow-y: scroll;
}
.modal-content .categories__wrap .checkbox {
  margin-left: auto;
}
.modal-content__head {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.modal-content__head--title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}
.modal-content__head--close {
  margin-left: auto;
  color: #fff;
  font-size: 30px;
}
.modal .categories__wrap--title {
  position: relative;
}
.modal .categories__wrap--title::before {
  position: absolute;
  content: '';
  right: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(-45deg);
  transition: all 0.8s;
}
.modal .categories__wrap--title.active::before {
  transform: rotate(-225deg);
  top: 0;
}


.blog-card {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 40px auto;
  transition: all .4s;
  text-decoration: none!important;
}
.blog-card:hover {
  opacity: 0.7;
}
.blog-card__image {
  width: 100%;
  height: auto;
  margin-top: 0!important;
}
.blog-card__info--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}
.blog-card__info--tags .tag {
  display: block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background-color: #999;
  border-radius: 10.5px;
}
.blog-card__info--title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .blog-card {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 480px;
  }
  .blog-card__info--title {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .blog-card__info--excerpt {
    font-size: 14px;
  }   
}

.insight__toc--content {
  padding: 0 30px;
}
.insight__toc--content ul {
  padding-left: 0!important;
  list-style: none!important;
}
.insight__toc--content ul li {
  list-style: none!important;
}
.insight__toc--content .big {
  display: inline-block;
  margin-bottom: 20px!important;
  font-weight: 700;
}
.insight__toc--content .small {
  display: inline-block;
  margin-bottom: 15px!important;
  padding-left: 18px!important;
}
.insight__toc--content .small + .big {
  margin-top: 8px!important;
}
.insight__toc--content a {
  text-decoration: none!important;
}
.insight__toc--content .big:hover,
.insight__toc--content .small:hover {
  text-decoration: underline!important;
}
.insight__toc {
  margin-bottom: clamp(40px, 5vw, 80px);
  padding: 24px 16px 12px;
  background-color: #f5f5f5;
}
.insight__toc--title {
  margin-bottom: clamp(16px, 2vw, 32px)!important;
  padding: 3px clamp(12px, 1.2vw, 20px)!important;
  font-size: clamp(18px, 1.8vw, 27px)!important;
  line-height: 1.4;
  font-weight: 700;
  border-left: 3px solid #3a7ac2;
}

@media screen and (max-width: 960px) {
  .insight__toc {
    padding: 20px 15px 10px;
  }
  .insight__toc--content {
    padding: 0;
    font-size: 14px;
  }
  .insight__toc--content .big {
    margin-bottom: 15px;
  }
  .insight__toc--content .small {
    margin-bottom: 10px;
  }
}
