@charset "UTF-8";
.background-set,
.archive-news-name::before,
.archive-news__card-inner::after,
.single-page__head-inner > span::before,
body.page-template-partner .aicomp-sec-description ul li::before,
body.page-template-aicomp .aicomp-sec .aicomp-sec-video__links a::after,
body.page-template-aicomp .aicomp-sec .aicomp-sec-description li::before,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.post-navigation a.post-nav--prev::before,
.post-navigation a.post-nav--next::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-width {
  margin: 0 auto;
  max-width: 1200px;
}

.mobile-menu {
  background-color: #eaeade;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    max-width: 485px;
    left: auto;
    right: 0;
    height: 737px;
  }
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.7;
  font-family: "EB Garamond", serif;
  font-size: clamp(20px, 4.3vw, 32px);
}
.mobile-menu li {
  margin-left: 30px;
  width: 90%;
  position: relative;
}
.mobile-menu li:last-child {
  margin-top: 50px;
  font-size: clamp(16px, 3vw, 24px);
}
.mobile-menu li a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.mobile-menu__inner {
  padding: 50px 0;
  height: 100vh;
}
.mobile-menu__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  max-width: 72px;
  aspect-ratio: 1;
  border: none;
  cursor: pointer;
  background-color: #444341;
  z-index: 9999;
}
@media (min-width: 400px) {
  .mobile-menu__btn {
    top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .mobile-menu__btn {
    right: 40px;
  }
}
.mobile-menu__btn i {
  font-size: 14px;
  display: none;
  color: #ffffff;
  font-style: normal;
  font-family: "EB Garamond", serif;
  font-weight: 600;
}
.mobile-menu__btn > span {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}
.mobile-menu__btn > span span {
  background-color: #ffffff;
  width: 26px;
  height: 1px;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border-radius: 5px;
}
.mobile-menu__btn > span span:nth-last-child(1) {
  margin-bottom: 0;
}
.mobile-menu__logo {
  max-width: 66px;
  aspect-ratio: 1;
  margin-bottom: 30px;
}
.mobile-menu__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-open {
  position: relative;
}
.menu-open .floating-contact {
  display: none;
}
.menu-open .mobile-menu {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.menu-open .mobile-menu__btn {
  top: 50px;
  width: 79px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
}
.menu-open .mobile-menu__btn i {
  display: block;
}
.menu-open .mobile-menu__btn > span span:nth-child(1) {
  width: 14px;
  -webkit-transition-delay: 70ms;
  transition-delay: 70ms;
  -webkit-transform: translateY(5px) rotate(135deg);
  transform: translateY(5px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span span:nth-child(2) {
  width: 14px;
  -webkit-transition-delay: 70ms;
  transition-delay: 70ms;
  -webkit-transform: translateY(-2px) rotate(45deg);
  transform: translateY(-2px) rotate(45deg);
}

/* 一覧ページ */
.list-wp-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
}

.wp-pagenavi {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-weight: 500;
  width: 10%;
  max-width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1;
}
.wp-pagenavi .current {
  border-radius: 50%;
  border: none;
  color: #ffffff;
  background-color: #444341;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: absolute;
  aspect-ratio: 1;
  width: 20%;
}
.wp-pagenavi .nextpostslink {
  right: 0;
  background-image: url(../img/arrow.svg);
}
.wp-pagenavi .nextpostslink::before {
  font-family: "Lato", sans-serif;
  content: "Next";
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #444341;
}
.wp-pagenavi .previouspostslink {
  left: 0;
  background-image: url(../img/arrow-left.svg);
}
.wp-pagenavi .previouspostslink::before {
  font-family: "Lato", sans-serif;
  content: "Back";
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #444341;
  font-weight: 700;
}

/* 詳細ページ */
.page-content__nation img {
  width: 5%;
  max-width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post-navigation {
  position: relative;
  width: 95%;
  margin-inline: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .post-navigation {
    width: 80%;
    max-width: 1200px;
    margin-inline: auto;
  }
}
.post-navigation a {
  width: 30%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: clamp(6px, 1.5vw, 16px);
}
.post-navigation a.post-nav--prev {
  position: relative;
  margin-left: 30px;
}
.post-navigation a.post-nav--prev::before {
  content: "";
  background-image: url(../img/prev.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 105%;
  width: 50%;
  aspect-ratio: 1;
  max-width: 20px;
}
@media screen and (min-width: 768px) {
  .post-navigation a.post-nav--prev::before {
    max-width: 60px;
  }
}
.post-navigation a.post-nav-archive {
  width: 25%;
  text-align: center;
  max-width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: clamp(8px, 2vw, 14px);
  padding: 2% 4%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#16b1f3),
    to(#0649c4)
  );
  background: linear-gradient(90deg, #16b1f3 0%, #0649c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-radius: 10px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .post-navigation a.post-nav-archive {
    padding: 1% 4%;
  }
}
.post-navigation a.post-nav-archive::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  /* 枠の太さ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#16b1f3),
    to(#0649c4)
  );
  background: linear-gradient(90deg, #16b1f3 0%, #0649c4 100%);
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.post-navigation a.post-nav--next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .post-navigation a.post-nav--next {
    margin-right: 30px;
  }
}
.post-navigation a.post-nav--next::before {
  content: "";
  background-image: url(../img/next.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  width: 50%;
  aspect-ratio: 1;
  max-width: 20px;
}
@media screen and (min-width: 768px) {
  .post-navigation a.post-nav--next::before {
    max-width: 60px;
  }
}
@media screen and (min-width: 600px) {
  .post-navigation a.post-nav--next span {
    margin-right: 10px;
  }
}

.appear.up .item {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.appear.down .item {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.appear.left .item {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.appear.right .item {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.appear.T-left .item {
  -webkit-transform: translate(-50px, -50px);
  transform: translate(-50px, -50px);
}

.appear.T-right .item {
  -webkit-transform: translate(50px, -50px);
  transform: translate(50px, -50px);
}

.appear.B-left .item {
  -webkit-transform: translate(-50px, 50px);
  transform: translate(-50px, 50px);
}

.appear.B-right .item {
  -webkit-transform: translate(50px, 50px);
  transform: translate(50px, 50px);
}

.appear .item {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

body.page-template-aicomp {
  font-family: "Shippori Mincho", serif;
}
body.page-template-aicomp img {
  max-width: 100%;
  vertical-align: bottom;
}
body.page-template-aicomp h1 {
  margin: 0;
  margin-bottom: 30px;
}
body.page-template-aicomp h1 img {
  min-width: 80px;
}
body.page-template-aicomp a {
  color: #444341;
}
body.page-template-aicomp .fv {
  height: auto;
}
body.page-template-aicomp .fv h2 {
  margin-top: 50px;
  line-height: 1.3;
}
body.page-template-aicomp .fv h2 span:nth-child(1) {
  font-size: 30px;
  font-size: clamp(16px, 4.3vw, 30px);
}
body.page-template-aicomp .fv h2 span:nth-child(1) span {
  font-size: clamp(25px, 5vw, 40px);
}
body.page-template-aicomp .fv p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .fv p {
    font-size: clamp(14px, 2vw, 18px);
  }
}
body.page-template-aicomp .fv-btn {
  margin-left: 3%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .fv-btn {
    margin-left: 4%;
  }
}
body.page-template-aicomp .fv-btn a {
  font-size: clamp(14px, 4.3vw, 16px);
  border-radius: 30px;
  color: #ffffff;
  padding: 5% 10%;
  background-color: #444341;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .fv-btn a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .course-fv-text {
    width: 55%;
  }
}
body.page-template-aicomp .aicomp-sec {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec {
    margin-bottom: 150px;
  }
}
body.page-template-aicomp .aicomp-sec__inner > h2 {
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-video {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-video {
    margin-bottom: 190px;
  }
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-video__iframe {
  width: 80%;
  margin-inline: auto;
  aspect-ratio: 1/0.6;
  margin-bottom: 10%;
  max-width: 770px;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-video__iframe {
    margin-bottom: 100px;
  }
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-video__iframe iframe {
  width: 100%;
  height: 100%;
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-video__links {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-video__links {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-video__links a {
  padding: 3%;
  font-size: clamp(10px, 3.3vw, 20px);
  color: #ffffff;
  background-color: #444341;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-video__links a {
    padding: 2%;
  }
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-video__links a::after {
  content: "";
  background-image: url(../img/arrow-down.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8%;
  aspect-ratio: 1;
  max-width: 33px;
}
@media screen and (min-width: 480px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-video__links a {
    font-size: clamp(7px, 1.5vw, 20px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-description {
  row-gap: clamp(30px, 8vw, 50px);
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-description {
    row-gap: 130px;
  }
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-description h2,
body.page-template-aicomp .aicomp-sec .aicomp-sec-description p,
body.page-template-aicomp .aicomp-sec .aicomp-sec-description ul {
  margin: 0;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-description h2 {
    font-size: clamp(24px, 2.5vw, 30px);
  }
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-description p {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 3%;
  background-color: #fafaf2;
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-description ul {
  padding-left: 20px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-description ul {
    font-size: clamp(10px, 1.2vw, 18px);
  }
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-description li {
  position: relative;
  list-style: none;
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-description li::before {
  content: "";
  background-image: url(../img/arrow-list.svg);
  background-size: contain;
  position: absolute;
  right: 102%;
  width: 20%;
  max-width: 13px;
  aspect-ratio: 1;
  height: 1lh;
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-description__cont {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body.page-template-aicomp
  .aicomp-sec
  .aicomp-sec-description__cont:nth-of-type(even)
  .aicomp-sec-description__box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-description__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-description__cont > img {
    width: 50%;
  }
}
body.page-template-aicomp .aicomp-sec .aicomp-sec-description__box {
  padding: 5%;
  background-color: #ffffff;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-sec .aicomp-sec-description__box {
    width: 50%;
  }
}
body.page-template-aicomp .aicomp-utilization {
  background-color: #eaeade;
}
body.page-template-aicomp .aicomp-utilization h2 {
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(28px, 6vw, 36px);
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-utilization h2 {
    margin-bottom: 80px;
  }
}
body.page-template-aicomp .aicomp-utilization h2 span {
  font-size: 48px;
  font-size: clamp(30px, 8vw, 48px);
}
body.page-template-aicomp .aicomp-utilization ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 480px) {
  body.page-template-aicomp .aicomp-utilization ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-utilization ul {
    gap: 30px;
  }
}
body.page-template-aicomp .aicomp-utilization li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background-color: #ffffff;
  padding: 3%;
  text-align: center;
  font-size: 24px;
  font-size: clamp(18px, 4vw, 24px);
}
@media screen and (min-width: 600px) {
  body.page-template-aicomp .aicomp-utilization li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: clamp(12px, 2vw, 24px);
  }
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-utilization li {
    padding: 20px;
  }
}
body.page-template-aicomp .aicomp-utilization__inner {
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-utilization__inner {
    padding: 50px 0 150px;
  }
}
body.page-template-aicomp .aicomp-utilization__lists {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 20px;
}
body.page-template-aicomp .aicomp-utilization__lists:nth-of-type(2) {
  max-width: 800px;
}
body.page-template-aicomp .aicomp-various h2 {
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(28px, 6vw, 36px);
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-various h2 {
    margin-bottom: 80px;
  }
}
body.page-template-aicomp .aicomp-various h2 span {
  font-size: 48px;
  font-size: clamp(30px, 8vw, 48px);
}
body.page-template-aicomp .aicomp-various h3 {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  body.page-template-aicomp .aicomp-various h3 {
    text-align: left;
    font-size: clamp(12px, 2.5vw, 24px);
  }
}
body.page-template-aicomp .aicomp-various h3 span {
  font-size: clamp(16px, 3vw, 20px);
}
@media screen and (min-width: 600px) {
  body.page-template-aicomp .aicomp-various h3 span {
    font-size: clamp(10px, 1.5vw, 20px);
  }
}
body.page-template-aicomp .aicomp-various ul {
  padding: 0;
  padding-left: 20px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  body.page-template-aicomp .aicomp-various ul {
    font-size: clamp(8px, 1.5vw, 16px);
  }
}
body.page-template-aicomp .aicomp-various__inner {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-various__inner {
    padding: 100px 0 150px;
  }
}
body.page-template-aicomp .aicomp-various__cont {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: clamp(30px, 6vw, 50px);
}
@media screen and (min-width: 600px) {
  body.page-template-aicomp .aicomp-various__cont {
    gap: clamp(10px, 3vw, 40px);
    max-width: 1050px;
    margin-inline: auto;
  }
}
body.page-template-aicomp .aicomp-various__card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background-color: #ffffff;
  padding: 5%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 600px) {
  body.page-template-aicomp .aicomp-various__card {
    padding: 2% 3%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
body.page-template-aicomp .aicomp-various__card img {
  width: 30%;
  max-width: 80px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  body.page-template-aicomp .aicomp-various__card img {
    width: 20%;
    max-width: 62px;
  }
}
body.page-template-aicomp .aicomp-fee {
  background-color: #eaeade;
}
body.page-template-aicomp .aicomp-fee h2 {
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(32px, 6vw, 36px);
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-fee h2 {
    margin-bottom: 80px;
  }
}
body.page-template-aicomp .aicomp-fee h3 {
  margin: 0;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444341;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.page-template-aicomp .aicomp-fee h3 img {
  width: 30%;
  max-width: 185px;
}
body.page-template-aicomp .aicomp-fee h3 span {
  font-size: clamp(14px, 3vw, 20px);
  color: #ffffff;
  font-weight: 500;
}
body.page-template-aicomp .aicomp-fee p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
body.page-template-aicomp .aicomp-fee p span {
  font-size: 64px;
  font-size: clamp(40px, 10vw, 64px);
}
body.page-template-aicomp .aicomp-fee__inner {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-fee__inner {
    padding: 70px 0 100px;
    max-width: 1050px;
  }
}
body.page-template-aicomp .aicomp-fee__box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 5%;
}
body.page-template-aicomp .aicomp-fee__tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.page-template-aicomp .aicomp-fee__tool img {
  width: 48%;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .aicomp-fee__tool img {
    width: 20%;
  }
}
body.page-template-aicomp .faq h2 {
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(32px, 6vw, 36px);
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .faq h2 {
    margin-bottom: 80px;
  }
}
body.page-template-aicomp .faq .faq-item-title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.page-template-aicomp .faq .faq-item-title,
  body.page-template-aicomp .faq .faq-item-answer-text {
    font-size: 20px;
  }
}

body.page-template-partner {
  font-family: "Shippori Mincho", serif;
}
body.page-template-partner a {
  color: #444341;
}
body.page-template-partner img {
  max-width: 100%;
}
body.page-template-partner .course-fv-logo {
  min-width: 80px;
}
body.page-template-partner .hero-partner h2 {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .hero-partner h2 {
    margin-bottom: 50px;
  }
}
body.page-template-partner .hero-partner p {
  font-weight: 700;
  font-size: 36px;
  font-size: clamp(18px, 3vw, 36px);
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .hero-partner p {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  body.page-template-partner .hero-partner a {
    padding: 2% 5%;
    background-color: #444341;
    color: #ffffff;
    border-radius: clamp(30px, 6vw, 80px);
    font-size: 20px;
    font-size: clamp(16px, 3vw, 20px);
  }
}

@media screen and (max-width: 767px) {
  body.page-template-partner .hero-partner a {
    padding: 5% 5%;
    background-color: #444341;
    color: #ffffff;
    border-radius: clamp(30px, 6vw, 80px);
    font-size: 20px;
    font-size: clamp(16px, 3vw, 20px);
  }
}
@media screen and (min-width: 768px) {
  body.page-template-partner .hero-partner a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}
body.page-template-partner .hero-partner__inner {
  padding-bottom: 12%;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .hero-partner__inner {
    padding-bottom: 100px;
    max-width: 1000px;
  }
}
body.page-template-partner .partner-feature {
  background-color: #eeeee5;
  position: relative;
}
body.page-template-partner .partner-feature h2 {
  font-weight: 800;
  margin: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: clamp(20px, 6vw, 36px);
  margin-top: 50px;
}
body.page-template-partner .partner-feature h3 {
  background-color: #444341;
  color: #ffffff;
  padding: 2%;
  font-size: clamp(18px, 5vw, 24px);
  position: relative;
  left: -5%;
  padding-left: 20px;
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-feature h3 {
    left: -15%;
    font-size: clamp(11px, 1.8vw, 24px);
    padding-left: 20px;
  }
}
body.page-template-partner .partner-feature p {
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-feature p {
    font-size: clamp(8px, 1.5vw, 18px);
    line-height: 30px;
  }
}
body.page-template-partner .partner-feature__inner {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .partner-feature__inner {
    padding: 100px 0;
  }
}
body.page-template-partner .partner-feature__cont {
  gap: clamp(30px, 5vw, 60px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-feature__cont {
    max-width: 1200px;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
body.page-template-partner .partner-feature__box {
  padding: 3%;
  background-color: #ffffff;
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-feature__box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
}
body.page-template-partner .partner-feature__box img {
  display: block;
  width: 40%;
  min-height: 200px;
  margin-inline: auto;
}
body.page-template-partner .partner-feature__box img[data-feature="2"] {
  width: 30%;
}
body.page-template-partner .partner-feature__box img[data-feature="3"] {
  width: 40%;
  min-height: clamp(180px, 25vw, 300px);
}
body.page-template-partner .partner-feature__box img[data-feature="4"] {
  width: 90%;
  min-height: clamp(180px, 25vw, 300px);
}
body.page-template-partner .partner-contract {
  aspect-ratio: 1/0.6;
}
body.page-template-partner .partner-contract h2 {
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(24px, 6vw, 36px);
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .partner-contract h2 {
    margin-bottom: 80px;
  }
}
body.page-template-partner .partner-contract__inner {
  padding: 8% 0;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .partner-contract__inner {
    padding: 50px 0 100px;
  }
}
body.page-template-partner .partner-case {
  background-color: #eeeee5;
}
body.page-template-partner .partner-case h2 {
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(28px, 6vw, 36px);
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .partner-case h2 {
    margin-bottom: 80px;
  }
}
body.page-template-partner .partner-case ul {
  padding: 0;
  list-style: none;
  gap: clamp(30px, 5vw, 50px);
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-case ul {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
body.page-template-partner .partner-case li {
  font-weight: 700;
  font-size: 18px;
  padding: 3%;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-case li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2%;
    font-size: clamp(8px, 1.2vw, 18px);
  }
}
body.page-template-partner .partner-case__inner {
  padding: 8% 0;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .partner-case__inner {
    padding: 50px 0 100px;
    max-width: 1200px;
  }
}
body.page-template-partner .aicomp-sec-description {
  background-color: #eeeee5;
  max-width: 100%;
}
body.page-template-partner .aicomp-sec-description ul {
  list-style: none;
}
body.page-template-partner .aicomp-sec-description ul li {
  position: relative;
}
body.page-template-partner .aicomp-sec-description ul li::before {
  content: "";
  background-image: url(../img/arrow-list.svg);
  background-size: contain;
  position: absolute;
  height: 1lh;
  width: 20%;
  right: 102%;
  aspect-ratio: 1;
  max-width: 15px;
}
body.page-template-partner .aicomp-sec-description__inner {
  padding: 12% 0;
  gap: clamp(30px, 6vw, 80px);
}
@media screen and (min-width: 768px) {
  body.page-template-partner .aicomp-sec-description__inner {
    padding: 80px 0 100px;
    max-width: 1200px;
  }
}
body.page-template-partner .aicomp-sec-description__inner > span {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(28px, 6vw, 36px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .aicomp-sec-description__cont {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
body.page-template-partner .aicomp-sec-description__box a {
  border-radius: 30px;
  width: 80%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #444341;
  color: #ffffff;
  padding: 2% 5%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .aicomp-sec-description__box a {
    margin-left: auto;
  }
}
body.page-template-partner .partner-support h2 {
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(28px, 6vw, 36px);
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .partner-support h2 {
    margin-bottom: 80px;
  }
}
body.page-template-partner .partner-support h3 {
  margin: 0;
  font-size: 24px;
  padding: 3%;
  font-weight: 800;
  text-align: center;
  background-color: #444341;
  color: #ffffff;
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-support h3 {
    font-size: clamp(12px, 3vw, 24px);
  }
}
body.page-template-partner .partner-support h4 {
  position: relative;
  margin: 0;
  font-weight: 800;
  font-size: 20px;
  counter-increment: step;
}
body.page-template-partner .partner-support h4::before {
  font-weight: 800;
  content: counter(step);
  color: #ffffff;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444341;
  position: absolute;
  right: 103%;
  max-width: 33px;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-support h4::before {
    width: 10%;
    font-size: clamp(12px, 1.5vw, 16px);
  }
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-support h4 {
    font-size: clamp(10px, 2.5vw, 20px);
  }
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-support p {
    font-size: clamp(8px, 1.5vw, 16px);
    line-height: 30px;
    margin-bottom: 38px;
  }
}
body.page-template-partner .partner-support__inner {
  padding: 12% 0;
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-support__inner {
    max-width: 1200px;
    padding: 70px 0 150px;
  }
}
body.page-template-partner .partner-support__cont {
  gap: clamp(30px, 5vw, 50px);
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-support__cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}
body.page-template-partner .partner-support__box {
  background-color: #ffffff;
}
@media screen and (min-width: 600px) {
  body.page-template-partner .partner-support__box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
  }
}
body.page-template-partner .partner-support__body {
  padding: 5%;
  padding-top: 10%;
  padding-left: 15%;
}
body.page-template-partner .faq h2 {
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(28px, 6vw, 36px);
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .faq h2 {
    margin-bottom: 80px;
  }
}
body.page-template-partner .faq .faq-item-title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .faq .faq-item-title,
  body.page-template-partner .faq .faq-item-answer-text {
    font-size: 20px;
  }
}
body.page-template-partner .partner-recruit {
  background-color: #444341;
  color: #ffffff;
}
body.page-template-partner .partner-recruit h2 {
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(28px, 6vw, 36px);
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .partner-recruit h2 {
    margin-bottom: 80px;
  }
}
body.page-template-partner .partner-recruit p {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .partner-recruit p {
    text-align: center;
  }
}
body.page-template-partner .partner-recruit a {
  width: 80%;
  max-width: 420px;
  display: block;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 2% 5%;
  margin-inline: auto;
  font-size: clamp(14px, 4.3vw, 20px);
  text-align: center;
}
body.page-template-partner .partner-recruit__inner {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  body.page-template-partner .partner-recruit__inner {
    max-width: 680px;
    padding: 70px 0 100px;
  }
}

.wrap {
  width: 90%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .md-none {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .ssm-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-show {
    display: block;
  }
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-ttl {
  font-size: clamp(42px, 10vw, 66px);
  font-weight: 700;
  margin-bottom: 80px;
}

#global-container {
  min-width: 330px;
}

.global-page {
  padding: 100px 0;
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}

.info-contact {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  background-color: #444341;
  padding: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px;
}
.info-contact h2 {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}
.info-contact a {
  border-radius: 30px;
  background-color: #ffffff;
  padding: 2% 8%;
  font-size: 15px;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .info-contact a {
    padding: 10px 30px;
  }
}

.eb-garamond {
  font-family: "EB Garamond", serif;
}

.shipport-mincho {
  font-family: "Shippori Mincho", serif;
}

.service-read-more-btn {
  margin-top: 30px;
  border: 1px solid #444341;
  width: 60%;
  max-width: 200px;
  margin-left: auto;
}
.service-read-more-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #444341;
  padding: 8% 0;
  font-size: clamp(14px, 4.3vw, 16px);
}
.service-read-more-btn a span {
  display: block;
  width: 70%;
  margin-inline: auto;
  position: relative;
}
.service-read-more-btn a span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #444341;
}

.promise-sub-title {
  margin-right: 0;
}

.footer-link-item a:last-child {
  display: block;
  margin-top: 30px;
}
.footer-link-item a:last-child p {
  font-size: 2.15vw;
}
@media screen and (min-width: 768px) {
  .footer-link-item a:last-child p {
    font-size: 0.6vw;
  }
}

.footer-right-text {
  line-height: 2.5;
}

footer {
  padding-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 50px;
  }
}

.footer-company-item {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .footer-company-item {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .footer-company-item p {
    margin-left: 7.04vw;
    text-align: left;
  }
}

.copy-right {
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-align: center;
}

/********************************
 TOP
*********************************/
.who-description,
.service-description,
.service-item-description,
.works-item-description,
.concept-description,
.concept-item-description,
.promise-description {
  font-size: 3.8vw;
}
@media screen and (min-width: 768px) {
  .who-description,
  .service-description,
  .service-item-description,
  .works-item-description,
  .concept-description,
  .concept-item-description,
  .promise-description {
    font-size: 1vw;
  }
}

.who-text,
.works-item-title,
.concept-item-title,
.promise-sub-title {
  font-size: 5.3vw;
}
@media screen and (min-width: 768px) {
  .who-text,
  .works-item-title,
  .concept-item-title,
  .promise-sub-title {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 768px) {
  .promise-sub-title {
    font-size: 1.77vw;
  }
}

/********************************
 COURSE
*********************************/
.course-fv-text,
.what-right-text,
.what-right-item-title,
.fee-right-item,
.fee-right-item-title,
.fee-right-item-text,
.fee-right-item-off,
.fee-right-title,
.fee-right-text,
.benefit-merit-text,
.benefit-merit-item-text,
.difference-description,
.difference-item-text,
.utilization-description,
.curriculum-right-item-title,
.skill-item-text,
.faq-item-title,
.faq-item-answer-text,
.receive-process-text-second {
  font-size: 3.8vw;
}
@media screen and (min-width: 768px) {
  .course-fv-text,
  .what-right-text,
  .what-right-item-title,
  .fee-right-item,
  .fee-right-item-title,
  .fee-right-item-text,
  .fee-right-item-off,
  .fee-right-title,
  .fee-right-text,
  .benefit-merit-text,
  .benefit-merit-item-text,
  .difference-description,
  .difference-item-text,
  .utilization-description,
  .curriculum-right-item-title,
  .skill-item-text,
  .faq-item-title,
  .faq-item-answer-text,
  .receive-process-text-second {
    font-size: 1vw;
  }
}

@media screen and (min-width: 768px) {
  .what-right-item-title,
  .benefit-merit-item-text,
  .benefit-merit-item-text,
  .difference-item-text,
  .curriculum-right-item-title,
  .skill-item-text,
  .faq-item-title,
  .faq-item-answer-text {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 768px) {
  .fee-right-title {
    font-size: 1.46vw;
  }
}

@media screen and (min-width: 768px) {
  .fee-right-item-text,
  .fee-right-item-of,
  .fee-right-item-title,
  .receive-process-text-second {
    font-size: 1.61vw;
  }
}

.benefit-merit-item-title,
.skill-item-title {
  font-size: 4.3vw;
}
@media screen and (min-width: 768px) {
  .benefit-merit-item-title,
  .skill-item-title {
    font-size: 1.5vw;
  }
}

.what-right-item-title {
  line-height: 1.3;
}

/* 3つの円画像 */
.fee-right-img {
  width: 95%;
}
@media screen and (min-width: 768px) {
  .fee-right-img {
    width: 37.5vw;
  }
}

/* LNSの活用 */
.utilization-item {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 480px) {
  .utilization-item {
    grid-template-columns: 1fr 1fr;
  }
}

/* お問い合わせフォームへボタン */
.to_contact-btn {
  padding: 0.78vw 4vw;
}
@media screen and (min-width: 768px) {
  .to_contact-btn {
    padding: 0.78vw 2vw;
  }
}

/********************************
 追従のお問い合わせボタン
*********************************/
.floating-contact {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  background: #4a4a4a;
  color: #fff !important;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  display: none;
}
@media screen and (min-width: 768px) {
  .floating-contact {
    display: block;
  }
}

/* アイコン */
.floating-contact__icon {
  font-size: 18px;
}

/* ホバー */
@media (hover: hover) {
  .floating-contact:hover {
    opacity: 0.85;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
/* SP調整 */
@media (max-width: 768px) {
  .floating-contact {
    bottom: 20px;
    padding: 12px;
    font-size: 14px;
  }
}
/********************************
 お問い合わせ
*********************************/
.contact h1 {
  margin-bottom: 50px;
}
.contact h1 img {
  min-width: 80px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact-text {
    font-size: 1.25vw;
  }
}

.form-item-contact {
  margin-bottom: 3vw;
}

.form-item__box {
  font-size: 3.13vw;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667);
  margin-bottom: 20px;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .form-item__box {
    font-size: 1.15vw;
  }
}
.form-item__box a {
  text-decoration: underline;
  color: #000000;
}
.form-item-title {
  font-weight: 700;
}

.wpcf7-acceptance label {
  font-weight: 700;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpcf7-acceptance input {
  width: auto;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}

/********************************
 プライバシーポリシー
*********************************/
body.privacy-policy .course-fv-logo {
  min-width: 80px;
}
body.privacy-policy .privacy-policy h2 {
  font-size: 36px;
}
body.privacy-policy .privacy-policy h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body.privacy-policy .privacy-policy__inner {
    max-width: 900px;
  }
}
body.privacy-policy .privacy-policy__box {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  body.privacy-policy .privacy-policy__box {
    margin-bottom: 80px;
  }
}
body.privacy-policy .privacy-policy__box p,
body.privacy-policy .privacy-policy__box ul {
  line-height: 2.5;
}

/********************************
 一覧ページ
*********************************/
.archive-news {
  font-family: "Shippori Mincho", serif;
  color: #444341;
}
.archive-news a {
  color: #444341;
}
.archive-news .course-fv-logo {
  min-width: 80px;
  margin-bottom: 0;
}
.archive-news h1 {
  margin: 0;
}
.archive-news h2 {
  width: 85%;
  max-width: 850px;
  line-height: 1.5;
  font-weight: 500;
  font-size: clamp(14px, 4.3vw, 18px);
}
@media screen and (min-width: 768px) {
  .archive-news h2 {
    font-size: 14px;
  }
}
.archive-news__inner {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .archive-news__inner {
    margin-bottom: 150px;
  }
}
.archive-news__tag {
  border-bottom: 1px solid #e1e4e6;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .archive-news__tag {
    margin-bottom: 100px;
  }
}
.archive-news__tag ul {
  width: 90%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-inline: auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  max-width: 1080px;
}
.archive-news__tag li {
  padding-bottom: 5%;
}
.archive-news__tag li.active {
  border-bottom: 2px solid #444341;
}
.archive-news__tag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .archive-news__wrap {
    max-width: 1080px;
  }
}
.archive-news-name {
  margin-left: 30px;
  font-size: 44px;
  margin-bottom: 10%;
  position: relative;
}
.archive-news-name::before {
  content: "";
  right: 102%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  background-image: url(../img/cat-ttl.svg);
  width: 20%;
  aspect-ratio: 1;
  max-width: 20px;
}
@media screen and (min-width: 768px) {
  .archive-news-name {
    margin-bottom: 70px;
  }
}
.archive-news__card {
  border-bottom: 1px solid #e1e4e6;
}
.archive-news__card:first-of-type {
  border-top: 1px solid #e1e4e6;
}
.archive-news__card-inner {
  z-index: 0;
  position: relative;
}
.archive-news__card-inner::after {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  background-image: url(../img/arrow.svg);
  width: 10%;
  aspect-ratio: 1;
  max-width: 50px;
  z-index: -1;
}
.archive-news__card-inner a {
  padding: 30px 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .archive-news__card-inner a {
    padding: 30px 0 40px;
  }
}
.archive-news__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.archive-news__head time {
  font-size: 14px;
}
.archive-news__head span {
  background-color: #eaeade;
  color: #444341;
  font-size: 10px;
  padding: 0.5% 2%;
  border-radius: 30px;
}

/********************************
 詳細ページ
*********************************/
.single-page {
  font-family: "Shippori Mincho", serif;
}
.single-page .course-fv-logo {
  min-width: 80px;
}
.single-page a {
  color: #444341;
}
.single-page h1 {
  font-size: clamp(20px, 5vw, 40px);
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .single-page h1 {
    margin-bottom: 50px;
  }
}
.single-page__inner {
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  .single-page__inner {
    padding: 150px 0;
  }
}
.single-page__head {
  padding: 0 5% 3%;
  border-bottom: 1px solid #e1e4e6;
}
.single-page__head-inner {
  max-width: 1200px;
  margin-inline: auto;
}
.single-page__head-inner > span {
  position: relative;
  font-size: 18px;
  margin-left: 20px;
}
.single-page__head-inner > span::before {
  content: "";
  right: 105%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  background-image: url(../img/cat-ttl.svg);
  background-size: contain;
  width: 30%;
  aspect-ratio: 1;
  max-width: 20px;
}
.single-page__txt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: clamp(10px, 2vw, 14px);
}
.single-page__wrap {
  padding: 10% 0;
  border-bottom: 1px solid #e1e4e6;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .single-page__wrap {
    padding: 100px 0;
    max-width: 1200px;
    margin-bottom: 100px;
  }
}
.single-page__wrap figure {
  -webkit-margin-before: 3em;
  margin-block-start: 3em;
  -webkit-margin-after: 3em;
  margin-block-end: 3em;
}
.single-page__wrap p {
  font-size: 18px;
  -webkit-margin-before: 1.5em;
  margin-block-start: 1.5em;
  -webkit-margin-after: 1.5em;
  margin-block-end: 1.5em;
}
.single-page__cont p,
.single-page__cont figure {
  margin: 0;
}
.single-page__cont p {
  margin-bottom: 20px;
}
.single-page__cont figure {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .single-page__cont {
    max-width: 800px;
    margin-left: auto;
  }
}

.aicomp-sec-description {
  row-gap: clamp(30px, 8vw, 50px);
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .aicomp-sec-description {
    row-gap: 130px;
  }
}
.aicomp-sec-description h2,
.aicomp-sec-description p,
.aicomp-sec-description ul {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aicomp-sec-description h2 {
    font-size: clamp(24px, 2.5vw, 30px);
  }
}
.aicomp-sec-description p {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 3%;
  background-color: #fafaf2;
}
.aicomp-sec-description ul {
  padding-left: 20px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .aicomp-sec-description ul {
    font-size: clamp(12px, 1.3vw, 18px);
  }
}
.aicomp-sec-description__cont {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.aicomp-sec-description__cont:nth-of-type(even) .aicomp-sec-description__box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 768px) {
  .aicomp-sec-description__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .aicomp-sec-description__cont > img {
    width: 50%;
  }
}
.aicomp-sec-description__box {
  padding: 5%;
  background-color: #ffffff;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .aicomp-sec-description__box {
    width: 50%;
  }
}

.aicomp-flow {
  counter-reset: box;
}
.aicomp-flow h2 {
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 36px;
  font-size: clamp(28px, 6vw, 36px);
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .aicomp-flow h2 {
    margin-bottom: 80px;
  }
}
.aicomp-flow h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .aicomp-flow h3 {
    font-size: clamp(12px, 2vw, 24px);
    min-height: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.aicomp-flow h3 img {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .aicomp-flow h3 img {
    width: 30%;
  }
}
.aicomp-flow p {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .aicomp-flow p {
    font-size: clamp(8px, 1.2vw, 16px);
  }
}
.aicomp-flow__inner {
  padding: 12% 0;
}
@media screen and (min-width: 768px) {
  .aicomp-flow__inner {
    padding: 70px 0 100px;
  }
}
.aicomp-flow__cont {
  position: relative;
  gap: clamp(30px, 5vw, 50px);
  max-width: 1050px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .aicomp-flow__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .aicomp-flow__cont {
    gap: clamp(20px, 2vw, 30px);
  }
}
.aicomp-flow__cont > span {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#eaeade),
    to(#eaeade)
  );
  background: linear-gradient(0deg, #eaeade, #eaeade);
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  height: 30px;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 768px) {
  .aicomp-flow__cont > span {
    display: block;
  }
}
.aicomp-flow__box {
  border: 4px solid #444341;
  background-color: #ffffff;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  .aicomp-flow__box:nth-of-type(1) h3 img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .aicomp-flow__box:nth-of-type(4) h3 img {
    width: 50%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) {
  .aicomp-flow__box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }
}
@media screen and (min-width: 768px) {
  .aicomp-flow__box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
    padding: 2%;
  }
}
.aicomp-flow__box::before {
  counter-increment: box;
  content: counter(box, decimal-leading-zero);
  font-weight: bold;
  font-size: 24px;
}

body.home .concept-item img {
  aspect-ratio: 1/0.7;
  height: 100%;
}


/********************************
 採用ページ
*********************************/

.page-template-recruit .page-recruit {
  margin-bottom: 200px;
}

.page-template-recruit main h2 {
  text-align: center;
  margin-bottom: 30px;
}

.page-template-recruit main h3 {
  margin-bottom: 50px;
  position: relative;
}

.page-template-recruit main h3::before {
  content: "";
  position: absolute;
  bottom: -20px;
  border: 1px solid #333;
  width: 20%;
  max-width: 30px;
}

.page-template-recruit main p {
  line-height: 1.7;
  margin-bottom: 50px;
}

.page-template-recruit main h2 span:nth-child(2) {
  font-weight: 400;
  font-size: 0.6em;
}

.page-template-recruit .page-recruit__box {
  background-color: #fff;
  padding: 10%;
  max-width: 800px;
  margin-inline: auto;
  filter: drop-shadow(9px 0 30px rgba(40, 41, 41, 0.15));
}

.page-template-recruit .page-recruit__btn {
  border: 1px solid #000;
  max-width: 250px;
  width: 100%;
}

.page-template-recruit .page-recruit__btn a {
  padding: 5% 8%;
  display: flex;
}

.page-template-recruit .page-recruit__btn span {
  display: block;
  width: 100%;
  color: #000;
  position: relative;
}

/* 右三角 */
.page-template-recruit .page-recruit__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #000;
}

@media (min-width: 768px) {
  .page-template-recruit .page-recruit__box {
    padding: 50px 80px 100px;
  }
}

/*# sourceMappingURL=add.css.map */
