/* Box sizing rules */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */

html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

body {
  background-color: rgb(255, 255, 255);
  color: rgb(54, 54, 54);
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "Inter";
  font-size: 16px;
  letter-spacing: 0;
  overflow-x: hidden;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.l-header .l-header-fixed-link1 {
  background: linear-gradient(180deg, rgb(66, 128, 189) 0%, rgb(69, 47, 250) 50%, rgb(66, 128, 189) 100%);
  background-size: 100% 200%;
  border-radius: 10px 0px 0px 10px;
  bottom: 130px;
  letter-spacing: 0.52em;
  min-height: 200px;
  min-width: 50px;
  padding: 20px 0;
  position: fixed;
  right: 0;
  writing-mode: vertical-rl;
}

.l-header .l-header-fixed-link1:hover {
  background-position: 0 100%;
}

.l-header .l-header-fixed-scrollTop {
  background-color: rgb(59, 60, 65);
  border-radius: 10px 0 0 0;
  bottom: 60px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 21px;
  position: fixed;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  width: 50px;
}

.l-header .l-header-fixed-scrollTop:hover {
  background-color: rgb(100, 101, 109);
  transition: all 0.3s ease;
}

.l-header .l-header-fixed-scrollTop picture img {
  height: 24px;
  margin: auto;
  width: 24px;
}

.l-header__top {
  background-color: rgb(11, 19, 37);
  height: 80px;
  padding: 0 30px;
}

.l-header__logo {
  width: 380px;
}

.l-header__top .l-header-SPmenu {
  display: none;
}

.l-header-drowerMenu {
  background-color: rgb(11, 19, 37);
  display: none;
  inset: 0;
  left: 100%;
  min-height: calc(100vh - 70px);
  min-width: 100%;
  overflow: auto;
  padding-top: 30px;
  position: absolute;
  top: 80px;
  z-index: 10;
}

.l-header-drowerMenu::-webkit-scrollbar {
  display: none;
}

.l-header-drowerMenu .l-header-drowerMenu__btn {
  margin: 40px auto;
}

.l-header-drowerMenu .l-header-drowerMenu__link {
  display: block;
  height: 18px;
  margin: 0 auto;
  max-width: 180px;
}

.l-header-drowerMenu nav {
  margin-top: 20px;
}

.l-header-drowerMenu nav ul {
  padding-left: 0;
}

.l-header-drowerMenu nav ul li {
  border-bottom: 0.5px solid rgb(230, 230, 230);
  list-style: none;
}

.l-header-drowerMenu nav ul li.l-header-drowerMenu__hasChild {
  position: relative;
}

.l-header-drowerMenu nav ul li.l-header-drowerMenu__hasChild::before {
  border-right: 2px solid;
  border-top: 2px solid;
  content: "";
  height: 11px;
  position: absolute;
  right: 20px;
  top: 15.5px;
  transform: rotate(135deg);
  width: 11px;
}

.l-header-drowerMenu nav ul li.l-header-drowerMenu__hasChild.l-header__drowerMenu--hasChild--changebefore::before {
  top: 22px;
  transform: rotate(-45deg);
}

.l-header-drowerMenu nav ul li a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 24px;
  padding: 12.5px 15px;
  text-align: left;
  text-decoration: none;
}

.l-header-drowerMenu nav .l-header-drowerMenu__1F {
  border-top: 0.5px solid rgb(230, 230, 230);
}

.l-header-drowerMenu nav .l-header-drowerMenu__1F>li.l-header-drowerMenu__hasChild::before {
  border-color: rgb(255, 255, 255);
}

.l-header-drowerMenu nav .l-header-drowerMenu__1F>li>a {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.l-header-drowerMenu nav .l-header-drowerMenu__1F>li>a[href=""] {
  pointer-events: none;
}

.l-header-drowerMenu nav .l-header-drowerMenu__2F {
  background-color: rgb(255, 255, 255);
  display: none;
}

.l-header-drowerMenu nav .l-header-drowerMenu__2F>li {
  margin-left: 30px;
}

.l-header-drowerMenu nav .l-header-drowerMenu__2F>li.l-header-drowerMenu__hasChild {
  padding-left: 0px;
}

.l-header-drowerMenu nav .l-header-drowerMenu__2F>li.l-header-drowerMenu__hasChild.l-header-drowerMenu__2F--childcolor {
  background-color: rgb(248, 248, 248);
  margin-left: 0;
  padding-left: 30px;
}

.l-header-drowerMenu nav .l-header-drowerMenu__2F>li.l-header-drowerMenu__hasChild::before {
  border-color: #222222;
}

.l-header-drowerMenu nav .l-header-drowerMenu__2F>li>a {
  color: #222222;
  font-weight: 700;
  margin-left: -15px;
}

.l-header-drowerMenu nav .l-header-drowerMenu__3F {
  background-color: rgb(248, 248, 248);
  display: none;
  margin-left: -30px;
}

.l-header-drowerMenu nav .l-header-drowerMenu__3F>li {
  margin-left: 30px;
}

.l-header-drowerMenu nav .l-header-drowerMenu__3F>li>a {
  color: #222222;
  font-weight: 500;
}

.l-header__bottom {
  background-color: rgb(59, 60, 65);
}

.l-header__bottom .l-header__nav {
  height: 40px;
}

.l-header__bottom .l-header__nav>ul {
  height: 40px;
  margin: 0;
  padding-right: 40px;
}

.l-header__bottom .l-header__nav>ul>li {
  list-style: none;
}

.l-header__bottom .l-header__nav>ul>li:hover>.l-header__nav--link,
.l-header__bottom .l-header__nav>ul>li:hover>.l-header__nav--noLink {
  opacity: 0.6;
}

.l-header__bottom .l-header__nav>ul>li>.l-header__nav--link,
.l-header__bottom .l-header__nav>ul>li>.l-header__nav--noLink {
  display: block;
  height: 40px;
  width: 100%;
}

.l-header__bottom .l-header__nav>ul>li.l-header__nav--hasChild {
  position: relative;
}

.l-header__bottom .l-header__nav>ul>li.l-header__nav--hasChild>.l-header__nav--link,
.l-header__bottom .l-header__nav>ul>li.l-header__nav--hasChild>.l-header__nav--noLink {
  padding-right: 42px;
}

.l-header__bottom .l-header__nav>ul>li.l-header__nav--hasChild.l-header__nav--hasChild--changebefore::before {
  opacity: 0.7;
  top: 17px;
  transform: rotate(-45deg);
}

.l-header__bottom .l-header__nav>ul>li.l-header__nav--hasChild::before {
  border-right: 2px solid rgb(228, 228, 228);
  border-top: 2px solid rgb(228, 228, 228);
  content: "";
  height: 11px;
  position: absolute;
  right: 20px;
  top: 10px;
  transform: rotate(135deg);
  width: 11px;
}

.l-header__bottom .l-header__nav>ul>li>a[href=""] {
  pointer-events: none;
}

.l-header__bottom .l-header__nav>ul>li:first-child .l-header__nav--link {
  border-left: none;
}

.l-header__bottom .l-header__nav>ul>li>.l-header__nav--link,
.l-header__bottom .l-header__nav>ul>li>.l-header__nav--noLink {
  border-left: 1px solid rgb(118, 118, 118);
  color: rgb(255, 255, 255);
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin-top: 8px;
  padding: 0 19px;
  text-decoration: none;
  transition: 0.3s all ease;
}

.l-header__nav--dropdown {
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  padding-bottom: 24px;
  position: absolute;
  top: 40px;
  width: 100vw;
}

.l-header__nav--dropdown .l-header__nav--dropdown--parent {
  background-color: rgb(255, 255, 255);
  list-style: none;
  margin-left: min(15px, -728.5px + 50vw + 214px);
  padding: 20px 0px;
  position: relative;
}

.l-header__nav--dropdown .l-header__nav--dropdown--parent>li .l-header__nav--dropdown--parent-aHover {
  background-color: rgb(248, 248, 248);
  border-radius: 5px;
}

.l-header__nav--dropdown .l-header__nav--dropdown--parent>li.l-header__nav--hasChild .l-header__nav--dropdown--parent-aHover {
  border-radius: 5px 0 0 5px;
}

.l-header__nav--dropdown .l-header__nav--dropdown--parent .l-header__nav--hasChild {
  align-items: center;
  display: flex;
}

.l-header__nav--dropdown .l-header__nav--dropdown--parent .l-header__nav--hasChild>.l-header__nav--link {
  position: relative;
}

.l-header__nav--dropdown .l-header__nav--dropdown--parent .l-header__nav--hasChild>.l-header__nav--link::before {
  border: 2px solid #222222;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 8.4px;
  position: absolute;
  right: 23.25px;
  transform: rotate(45deg);
  width: 8.4px;
}

.l-header__nav--dropdown .l-header__nav--dropdown--parent .l-header__nav--link {
  align-items: center;
  color: #222222;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  padding: 11px 20px;
  padding-right: 53.5px;
  text-decoration: none;
  width: 100%;
}

.l-header__nav--dropdown .l-header__nav--dropdown--child {
  background-color: rgb(248, 248, 248);
  display: none;
  left: 100%;
  list-style: none;
  min-height: calc(100% + 24px);
  padding-inline-start: 0;
  padding-top: 20px;
  position: absolute;
  top: 0;
}

.l-header__nav--dropdown .l-header__nav--dropdown--child .l-header__nav--link {
  padding-right: 20px;
  width: 100vw;
}

.l-header__nav--dropdown .l-header__nav--dropdown--child .l-header__nav--link:hover {
  opacity: 0.6;
}

.l-footer {
  background: #0B1325;
  padding: 80px 0;
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.l-footer__menu {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-content: space-between;
  justify-content: space-between;
  height: 410px;
  flex-wrap: wrap;
}

.l-footer__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.l-footer__mainLink {
  width: 300px;
  max-width: 100%;

  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.l-footer__mainLink:not(.l-footer__mainLink--notActive) {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}

.l-footer__mainLink:hover {
  opacity: 0.8;
}

.l-footer__mainLink:not(.l-footer__mainLink--notActive)::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/svg/footerArrorRight-white.svg) no-repeat center center / contain;
}

.l-footer__mainLink--notActive {
  pointer-events: none;
}

.l-footer__subList {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.l-footer__subItem {}

.l-footer__subLink {
  text-decoration: none;
  color: #C9C9C9;
  font-size: 15px;
  transition: all 0.2s ease;
}

.l-footer__subLink:hover {
  opacity: 0.8;
}

.l-footer__itemBtn {
  width: 100% !important;
}

.l-footer__bottom {
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #FFF;
  justify-content: space-between;
}

.l-footer__logoLink {
  width: 180px;
}

.l-footer__copy small {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}


@media screen and (max-width: 999px) {
  .l-footer {
    padding: 40px 0;
  }

  .l-footer__menu {
    height: auto;
  }

  .l-footer__mainLink,
  .l-footer__item {
    width: 100%;
  }

  .l-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.l-tabContainer {
  display: none;
  width: 100%;
}

.l-tabContainer.is-active {
  display: block;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1040px;
}

.l-flex,
.l-flex-direction__row-r,
.l-flex-direction__row,
.l-flex-direction__col-r,
.l-flex-direction__col,
.l-flex-wrap,
.l-flex-align__end,
.l-flex-align__start,
.l-flex-align__center,
.l-flex-justify__end,
.l-flex-justify__center,
.l-flex-justify__between {
  display: flex;
}

.l-flex-justify__between {
  justify-content: space-between;
}

.l-flex-justify__center {
  justify-content: center;
}

.l-flex-justify__end {
  justify-content: flex-end;
}

.l-flex-align__center {
  align-items: center;
}

.l-flex-align__start {
  align-items: flex-start;
}

.l-flex-align__end {
  align-items: flex-end;
}

.l-flex-wrap {
  flex-wrap: wrap;
}

.l-flex-direction__col {
  flex-direction: column;
}

.l-flex-direction__col-r {
  flex-direction: column-reverse;
}

.l-flex-direction__row {
  flex-direction: row;
}

.l-flex-direction__row-r {
  flex-direction: row-reverse;
}

.l-section {
  padding: 80px 0;
}

.l-contact {
  background-color: rgb(248, 248, 248);
}

.l-contact--white {
  background-color: #ffffff;
}

.l-contact__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 30px;
  text-align: center;
}

.l-contact__btn {
  flex-wrap: wrap;
  gap: 75px;
  margin-top: 70px;
  row-gap: 40px;
}

.l-breadcrumbs {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(230, 230, 230);
  padding: 8px 0 7px;
}

.l-breadcrumbs .l-inner {
  overflow-x: scroll;
  white-space: nowrap;
}

.l-breadcrumbs .l-breadcrumbs__in {
  padding: 0 14px;
  width: 100%;
}

.l-breadcrumbs .l-breadcrumbs__in nav>.l-breadcrumbs__list>span {
  color: #222222;
}

.l-breadcrumbs .l-breadcrumbs__in nav>.l-breadcrumbs__list>span>a {
  color: rgb(60, 150, 207);
  display: inline-block;
  text-decoration-color: rgb(60, 150, 207);
}

.l-breadcrumbs .l-breadcrumbs__in nav>.l-breadcrumbs__list>span.l-breadcrumbs__list--allow {
  color: rgb(144, 144, 144);
}

.l-breadcrumbs .l-breadcrumbs__in nav>.l-breadcrumbs__list>span>span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.l-heading {
  background-color: rgb(17, 35, 74);
  padding: 9px 0;
}

.l-heading .l-pageTitle {
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}

.l-FV-top {
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.l-FV-top .slick-dots {
  bottom: 9px;
}

.l-FV-top .slick-dots li {
  margin-left: 8px;
  margin-right: 8px;
}

.l-FV-top .slick-dots li button::before {
  font-size: 18px;
}

.l-FV-top .slick-current figure img {
  transform: scale(0.95);
}

.l-FV-top .l-inner {
  align-items: center;
  display: flex !important;
  flex-direction: row-reverse;
  gap: 40px;
  height: 340px;
  justify-content: baseline;
  max-width: 100%;
  overflow: hidden;
}

.l-FV-top .l-inner .l-FV-top__body {
  max-width: 480px;
  overflow: hidden;
  width: min(100%, 480px);
}

.l-FV-top .l-inner .l-FV-top__img {
  align-items: center;
  display: flex;
  height: 340px;
  margin-left: 52px;
  width: calc(50% - 52.5px);
}

.l-FV-top .l-inner .l-FV-top__img img {
  -o-object-fit: cover;
  max-width: 110%;
  object-fit: cover;
  transform-origin: left center;
  transition: all 5s ease-out;
}

.l-FV-top .l-inner .l-FV-top__ttl {
  color: rgb(34, 34, 34);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.l-FV-top .l-inner .l-FV-top__txt {
  color: rgb(34, 34, 34);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 5px;
}

.l-FV-top .l-inner .c-btn {
  color: #222222;
  margin: 20px 0 0;
  margin-top: 20px;
}

.l-FV-bottom {
  background-color: rgb(248, 248, 248);
  position: relative;
}

.l-FV-bottom .l-FV-bottom__scroll {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 700;
  height: 100%;
  left: 17px;
  letter-spacing: 0.1em;
  line-height: 42px;
  position: absolute;
  top: 206px;
  width: 42px;
  writing-mode: vertical-rl;
}

.l-FV-bottom .l-FV-bottom__scroll .l-FV-bottom__scrollbar {
  animation: pathmove 2.1s ease-in-out infinite;
  background-color: rgb(255, 255, 255);
  height: 220px;
  margin-top: 19px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.l-FV-bottom .l-inner {
  color: rgb(11, 19, 37);
  margin-top: -30px;
  padding-bottom: 45px;
  padding-top: 35px;
}

.l-FV-bottom .l-inner .l-FV-bottom__heading {
  gap: 20px;
}

.l-FV-bottom .l-inner .l-FV-bottom__heading img:nth-child(1) {
  height: auto;
  max-height: 71.41px;
  width: 240px;
}

.l-FV-bottom .l-inner .l-FV-bottom__heading img:nth-child(3) {
  height: auto;
  max-height: 45px;
  width: 452px;
}

.l-FV-bottom .l-inner .l-FV-bottom__heading p {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
}

.l-FV-bottom .l-inner .l-FV-bottom__headingbar {
  background: linear-gradient(to right, rgb(66, 128, 189) 0%, rgb(69, 47, 250) 97.4%);
  border-radius: 3px;
  height: 5px;
  margin: 20px auto 20px;
  width: 80px;
}

.l-FV-bottom .l-inner .l-FV-bottom__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 19px;
  text-align: center;
}

.l-FV-bottom .l-inner .l-FV-bottom__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 8px;
  text-align: center;
}

.l-FV-bottom .l-inner .l-FV-bottom__itembox {
  display: flex;
  flex-wrap: wrap;
  gap: 20.5px;
  justify-content: center;
  margin: 49px auto 0;
  width: 100%;
}

.l-FV-bottom .l-inner .l-FV-bottom__itembox .l-FV-bottom__item {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  padding: 20px 15px;
  width: 333px;
}

.l-FV-bottom .l-inner .l-FV-bottom__itembox .l-FV-bottom__item .l-FV-bottom__item__img img {
  height: 87px;
  width: 87px;
}

.l-FV-bottom .l-inner .l-FV-bottom__itembox .l-FV-bottom__item .l-FV-bottom__item__ttl {
  color: #222222;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 29px;
  text-align: center;
}

.l-FV-bottom .l-inner .l-FV-bottom__itembox .l-FV-bottom__item .l-FV-bottom__item__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
}

.l-FV-bottom .l-inner .c-btn {
  margin: 39px auto 0;
}

.search-form {
  position: relative;
}

.l-sidebar {
  margin-left: 40px;
  max-width: 240px;
  width: 100%;
}

.l-sidebar__inner {
  background-color: #f3f3f4;
  padding: 25px 15px;
}

.l-sidebar_searchbox input[type=text] {
  border: 1px solid #3b3c41;
  border-radius: 22px;
  height: 44px;
  padding: 10px;
  width: 100%;
}

.l-sidebar_searchbox input[type=text]::-moz-placeholder {
  color: #c9c9c9;
}

.l-sidebar_searchbox input[type=text]::placeholder {
  color: #c9c9c9;
}

.l-sidebar_searchbox #sbtn {
  background-color: #fff;
  background-image: url(../img/svg/search.svg);
  background-repeat: no-repeat;
  border: none;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 24%;
  transform: translateX(-50%);
  width: 24px;
}

.l-sidebar__title {
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 1;
  padding: 8px 10px;
}

.l-sidebarCategory {
  padding-top: 20px;
}

.l-sidebarCategoryList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.cat-item a {
  background-color: #7f7f7f;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 5px;
  padding: 8px 5px;
  text-decoration: none;
}

.l-sidebarOthers {
  padding-top: 20px;
}

.l-sidebarOthersList {
  list-style: none;
  padding-left: 0;
}

.l-sidebarOthersList .p-weandmendix-engineer__item__img {
  margin-bottom: 5px;
}

.p-archiveColumnList__img {
  height: 120px;
}

.p-archiveColumnList__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}

.l-sidebarOthersItem__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #1c67d2;
  display: -webkit-box;
  font-size: 14px;
  overflow: hidden;
}

.c-btn,
.c-btn-color__dark-gray,
.c-btn-color__black,
.c-btn-shadow__none,
.c-btn-shadow__superLight,
.c-btn-shadow__light,
.c-btn__big,
.c-btn__lit-big,
.c-btn__lit-small,
.c-btn__small,
.c-btn-grad__yellow,
.c-btn-fontWeight__medium {
  align-items: center;
  background: linear-gradient(90deg, rgb(66, 128, 189) 0%, rgb(69, 47, 250) 50%, rgb(66, 128, 189) 100%);
  background-size: 200% 100%;
  border-radius: 105px;
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  min-width: min(320px, 100%);
  padding: 9px 13.5px 9px 45px;
  text-decoration: none;
  transition: all 0.2s;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn img,
.c-btn-color__dark-gray img,
.c-btn-color__black img,
.c-btn-shadow__none img,
.c-btn-shadow__superLight img,
.c-btn-shadow__light img,
.c-btn__big img,
.c-btn__lit-big img,
.c-btn__lit-small img,
.c-btn__small img,
.c-btn-grad__yellow img,
.c-btn-fontWeight__medium img {
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.c-btn-grad__yellow {
  background: linear-gradient(90deg, rgb(255, 227, 129) 0%, rgb(255, 179, 31) 50%, rgb(255, 227, 129) 100%);
  background-size: 200% 100%;
  color: rgb(54, 54, 54);
}

.c-btn.c-btn--grad--yellow,
.c-btn--grad--yellow.c-btn-color__dark-gray,
.c-btn--grad--yellow.c-btn-color__black,
.c-btn--grad--yellow.c-btn-shadow__none,
.c-btn--grad--yellow.c-btn-shadow__superLight,
.c-btn--grad--yellow.c-btn-shadow__light,
.c-btn--grad--yellow.c-btn__big,
.c-btn--grad--yellow.c-btn__lit-big,
.c-btn--grad--yellow.c-btn__lit-small,
.c-btn--grad--yellow.c-btn__small,
.c-btn--grad--yellow.c-btn-fontWeight__medium,
.c-btn--grad--yellow.c-btn-grad__yellow {
  background: linear-gradient(90deg, rgb(255, 227, 129) 0%, rgb(255, 179, 31) 50%, rgb(255, 227, 129) 100%);
  background-size: 200% 100%;
  color: rgb(54, 54, 54);
}

.c-btn__small {
  min-width: min(220px, 100%);
  padding: 9px 10.5px 9px 42px;
}

.c-btn__lit-small {
  min-width: min(250px, 100%);
  padding: 9px 10.5px 9px 42px;
}

.c-btn__lit-big {
  min-width: min(360px, 100%);
  padding: 9px 13.5px 9px 45px;
}

.c-btn__big {
  min-width: min(400px, 100%);
  padding: 9px 13.5px 9px 45px;
}

.c-btn.c-btn--small,
.c-btn--small.c-btn-color__dark-gray,
.c-btn--small.c-btn-color__black,
.c-btn--small.c-btn-shadow__none,
.c-btn--small.c-btn-shadow__superLight,
.c-btn--small.c-btn-shadow__light,
.c-btn--small.c-btn-fontWeight__medium,
.c-btn--small.c-btn-grad__yellow,
.c-btn--small.c-btn__small,
.c-btn--small.c-btn__lit-small,
.c-btn--small.c-btn__lit-big,
.c-btn--small.c-btn__big {
  box-shadow: none;
  min-width: min(220px, 100%);
  padding: 9px 13.5px 9px 45px;
}

.c-btn.c-btn--big,
.c-btn--big.c-btn-color__dark-gray,
.c-btn--big.c-btn-color__black,
.c-btn--big.c-btn-shadow__none,
.c-btn--big.c-btn-shadow__superLight,
.c-btn--big.c-btn-shadow__light,
.c-btn--big.c-btn-fontWeight__medium,
.c-btn--big.c-btn-grad__yellow,
.c-btn--big.c-btn__small,
.c-btn--big.c-btn__lit-small,
.c-btn--big.c-btn__lit-big,
.c-btn--big.c-btn__big {
  width: 400px;
}

.c-btn-shadow__none {
  box-shadow: none;
}

.c-btn-color__black {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(11, 19, 37);
  color: #222222;
}

.c-btn-color__black:hover {
  background-color: rgb(11, 19, 37);
  color: rgb(255, 255, 255);
  transition: all 0.2s;
}

.c-btn-color__black:hover img {
  content: url(../img/2x/common/arrow_drop_down_circle--white.png);
}

.c-btn-color__dark-gray {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(59, 60, 65);
  color: #222222;
}

.c-btn-color__dark-gray:hover {
  background-color: rgb(59, 60, 65);
  color: rgb(255, 255, 255);
  transition: all 0.2s;
}

.c-btn-color__dark-gray:hover img {
  content: url(../img/2x/common/arrow_drop_down_circle--white.png);
}

.c-btn.c-btn--black,
.c-btn--black.c-btn-fontWeight__medium,
.c-btn--black.c-btn-grad__yellow,
.c-btn--black.c-btn__small,
.c-btn--black.c-btn__lit-small,
.c-btn--black.c-btn__lit-big,
.c-btn--black.c-btn__big,
.c-btn--black.c-btn-shadow__light,
.c-btn--black.c-btn-shadow__superLight,
.c-btn--black.c-btn-shadow__none,
.c-btn--black.c-btn-color__black,
.c-btn--black.c-btn-color__dark-gray {
  background: none;
  border: 1px solid rgb(11, 19, 37);
  box-shadow: none;
  color: #222222;
  width: 220px;
}

.c-btn.c-btn--black:hover,
.c-btn--black.c-btn-fontWeight__medium:hover,
.c-btn--black.c-btn-grad__yellow:hover,
.c-btn--black.c-btn__small:hover,
.c-btn--black.c-btn__lit-small:hover,
.c-btn--black.c-btn__lit-big:hover,
.c-btn--black.c-btn__big:hover,
.c-btn--black.c-btn-shadow__light:hover,
.c-btn--black.c-btn-shadow__superLight:hover,
.c-btn--black.c-btn-shadow__none:hover,
.c-btn--black.c-btn-color__black:hover,
.c-btn--black.c-btn-color__dark-gray:hover {
  background-color: rgb(11, 19, 37);
  color: rgb(255, 255, 255);
}

.c-btn:hover,
.c-btn-fontWeight__medium:hover,
.c-btn-grad__yellow:hover,
.c-btn__small:hover,
.c-btn__lit-small:hover,
.c-btn__lit-big:hover,
.c-btn__big:hover,
.c-btn-shadow__light:hover,
.c-btn-shadow__superLight:hover,
.c-btn-shadow__none:hover,
.c-btn-color__black:hover,
.c-btn-color__dark-gray:hover {
  background-position: 100% 0;
  transition: all 0.2s;
}

.c-triangle,
.c-triangle-top {
  border-bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-style: solid;
  border-top: 20px solid rgb(201, 201, 201);
  height: 0;
  width: 0;
}

.c-triangle-top {
  border-bottom: 20px solid rgb(201, 201, 201);
  border-top: 20px solid transparent;
}

.c-cross,
.c-cross-fontWeight__medium {
  /* 縦棒の長さ */
  background: rgb(28, 27, 31);
  /* 縦棒の幅 */
  height: 35px;
  position: relative;
  width: 7px;
  /* 縦棒の色 */
}

.c-cross::after,
.c-cross-fontWeight__medium::after {
  /* 横棒の幅 */
  background: rgb(28, 27, 31);
  content: "";
  /* 横棒の長さ */
  height: 7px;
  /* 横棒のy位置 */
  left: -14px;
  position: absolute;
  top: 14px;
  /* 横棒のX位置 */
  width: 35px;
  /* 横棒の色 */
}

.c-cross-fontWeight__medium {
  font-weight: 500;
}

.c-headingLv4 {
  border-left: 5px solid rgb(17, 35, 74);
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
  padding: 2px 15px;
  text-align: left;
}

.c-headingLv5 {
  border-bottom: 2px solid rgb(17, 35, 74);
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 30px;
  padding: 5px 0;
  text-align: left;
  width: 100%;
}

.p-top-service {
  background-color: rgb(255, 255, 255);
}

.p-top-service__itembox {
  flex-wrap: wrap;
  gap: 56px 34px;
  margin: 70px auto 0;
}

.p-top-service__item {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  max-width: 324px;
  min-height: 428px;
  padding: 0 0 14px;
  text-decoration: none;
}

.p-top-service__item:hover>figure {
  overflow: hidden;
}

.p-top-service__item:hover>figure>img {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}

.p-top-service__item:hover .c-btn {
  background-position: 100% 0;
  transition: all 0.2s;
}

.p-top-service__item>figure {
  border-radius: 30px 30px 0 0;
}

.p-top-service__item>figure>img {
  -o-object-fit: cover;
  border-radius: 30px 30px 0 0;
  max-height: 184px;
  min-width: 100.1%;
  object-fit: cover;
}

.p-top-service__item figure img {
  border-radius: 30px 30px 0 0;
}

.p-top-service__item .c-btn {
  margin: auto 0 0;
}

.p-top-service__item .c-btn img {
  left: 162px;
}

.p-top-service__item__ttl {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 25px 10.5px 0;
  text-align: center;
}

.p-top-service__item__bar {
  background: linear-gradient(to right, rgb(66, 128, 189) 0%, rgb(69, 47, 250) 97.4%);
  border-radius: 1px;
  height: 2px;
  margin: 7px auto 11px;
  width: 40px;
}

.p-top-service__item__txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #222222;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px 18.3px 18px;
  overflow: hidden;
}

.p-top-success {
  background-color: rgb(248, 248, 248);
}

.p-top-success__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-top-success__itembox {
  margin: 0 auto;
  max-width: 1040px;
}

.p-top-success__itembox .p-top-success__item {
  padding: 0 20px;
}

.p-top-success__item__cat {
  background-color: rgb(17, 35, 74);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 -20px 15px;
  padding: 10px;
  text-align: center;
}

.p-top-success__item__heading {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 20px 0 15px;
  text-align: left;
}

.p-top-success__item__company {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: left;
}

.p-top-success__item__txt {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.p-top-success__item__detailCatBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.p-top-success__item__detailCat {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  height: 90px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
  width: 235px;
}

.p-top-success__item__detailCat figure {
  width: 40px;
}

.p-top-success__item__detailCat figure picture,
.p-top-success__item__detailCat figure img {
  width: 100%;
}

.p-top-success__item__btn {
  margin: 20px auto;
}

.p-top-whatsMendix {
  background-color: rgb(222, 230, 247);
}

.p-top-whatsMendix__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-top-whatsMendix__itembox {
  -moz-column-gap: 13.3px;
  column-gap: 13.3px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.p-top-whatsMendix__itembox .p-top-whatsMendix__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px 20px 10px;
  width: 250px;
}

.p-top-whatsMendix__itembox .p-top-whatsMendix__item .p-top-whatsMendix__item__img img {
  height: 87px;
  width: 87px;
}

.p-top-whatsMendix__item__subttl {
  color: rgb(153, 140, 141);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.p-top-whatsMendix__item__ttl {
  color: #222222;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
}

.p-top-whatsMendix__item__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.p-top-column {
  background-color: #F8F8F8;
}

.p-top-column__btn {
  margin-top: 50px;
}

.p-top-column__itemBox {
  margin-top: 60px;
  padding: 38px 0;
  width: 100%;
  /*-------- 高さ調整 ----------*/
  /*---------- 矢印 ----------*/
}

.p-top-column__itemBox .slick-slide {
  height: auto !important;
  min-height: 430px;
}

.p-top-column__itemBox .slick-next {
  background-image: url(../img/2x/frontpage/column/arrow-right.png);
  background-size: contain;
  margin-right: 20px !important;
  right: -100px !important;
}

.p-top-column__itemBox .slick-next:hover {
  background-image: url(../img/2x/frontpage/column/arrow-right.png);
  background-size: contain;
}

.p-top-column__itemBox .slick-prev {
  background-image: url(../img/2x/frontpage/column/arrow-left.png);
  background-size: contain;
  left: -100px !important;
  margin-left: 20px !important;
}

.p-top-column__itemBox .slick-prev:hover {
  background-image: url(../img/2x/frontpage/column/arrow-left.png);
  background-size: contain;
}

.p-top-column__itemBox .slick-arrow {
  height: 40px !important;
  width: 40px !important;
  z-index: 2 !important;
}

.p-top-column__itemBox .slick-arrow:before {
  display: none;
  font-size: 30px !important;
}

.p-top-column__itemBox .slick-dots li button:before {
  font-size: 12px !important;
  /*初期値は6px*/
}

.p-top-column__itemBox .slick-dots {
  bottom: -25px !important;
  /*初期値は-25px*/
  right: -10px !important;
}

.p-top-column__itemBox .p-top-column__item {
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 17px;
  text-decoration: none;
  width: 324px !important;
}

.p-top-column__itemBox .p-top-column__item:hover {
  transition: all 0.3s ease;
}

.p-top-column__itemBox .p-top-column__item:hover .c-btn {
  background-color: rgb(17, 35, 74);
  background-position: 100% 0;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  transition: all 0.3s;
}

.p-top-column__itemBox .p-top-column__item:hover .c-btn img {
  content: url(../img/2x/common/arrow_drop_down_circle--white.png);
}

.p-top-column__itemBox .p-top-column__item:hover>figure>img {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}

.p-top-column__itemBox .p-top-column__item>figure {
  border-radius: 30px 30px 0 0;
  height: 184px;
  overflow: hidden;
}

.p-top-column__itemBox .p-top-column__item>figure img {
  -o-object-fit: cover;
  border-radius: 30px 30px 0 0;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}

.p-top-column__itemBox .p-top-column__item .p-top-column__item__body {
  flex-direction: column;
  padding: 14px 15px;
  row-gap: 5px;
}

.p-top-column__itemBox .p-top-column__item .p-top-column__item__body .c-btn {
  margin: 3px auto 0;
}

.p-top-column__item__ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #222222;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
}

.p-top-column__item__date {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.p-top-column__item__txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #222222;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
}

.p-top-news {
  background-color: rgb(255, 255, 255);
}

.p-top-news__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-about-FV-bottom {
  background-color: rgb(11, 19, 37);
}

.p-about-FV-bottom__moviePlace {
  margin: 0 auto;
  max-width: 880px;
}

.p-overview-basicIdea {
  background-color: #ffffff;
}

.p-overview-basicIdea .p-overview-basicIdea__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-overview-basicIdea__contWrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-overview-basicIdea__body__head {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 22px 0;
}

.p-overview-basicIdea__body__txt {
  padding-top: 15px;
}

.p-overview-basicIdea__itemBox {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(auto-fit, 250px);
  justify-content: center;
  width: 100%;
}

.p-overview-basicIdea__item {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid #ababab;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px;
}

.p-overview-basicIdea__item figure img {
  height: 87px;
  margin: 0 auto;
  width: 87px;
}

.p-overview-basicIdea__item__ttl {
  color: #222222;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
}

.p-overview-basicIdea__item__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p-mendixAdvantage {
  background-color: rgb(222, 230, 247);
}

.p-mendixAdvantage__itembox {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, 250px);
  justify-content: center;
  margin: 60px 0 0;
}

.p-mendixAdvantage__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px;
}

.p-mendixAdvantage__item img {
  height: 87px;
  margin: 0 auto;
  width: 87px;
}

.p-mendixAdvantage__item__ttl {
  color: #222222;
  font-size: 19px;
  font-weight: 700;
  line-height: 28.5px;
  text-align: center;
}

.p-mendixAdvantage__item__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p-overview {
  background-color: rgb(255, 255, 255);
}

.p-overview__mainImg {
  margin: 60px auto 0;
  max-width: 880px;
}

.p-overview__btn {
  margin: 60px auto 0;
}

.p-about-price {
  background-color: rgb(248, 248, 248);
}

.p-about-price__itembox {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, 333px);
  justify-content: center;
  margin: 60px auto 0;
  max-width: 100%;
  padding: 10px 0;
}

.p-about-price__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(17, 35, 74);
  border-radius: 30px;
  padding: 20px;
}

.p-about-price__btn {
  margin: 60px auto 0;
}

.p-about-flow {
  background-color: rgb(255, 255, 255);
}

.p-about-flow .p-about-flow__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-about-flow__itembox {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.p-about-flow__itembox .p-about-flow__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(17, 35, 74);
  border-radius: 10px;
  display: flex;
  max-width: 100%;
  padding: 15px 0;
  width: 100%;
}

.p-about-flow__itembox .p-about-flow__item__triangle {
  border-bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-style: solid;
  border-top: 20px solid rgb(201, 201, 201);
  height: 0;
  margin: 0 auto;
  width: 0;
}

.p-about-flow__item__num {
  align-items: center;
  border-right: 1px solid rgb(17, 35, 74);
  box-sizing: border-box;
  color: rgb(17, 35, 74);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 10px;
  line-height: 30px;
  padding: 0 15px;
  text-align: left;
}

.p-about-flow__item__num figure,
.p-about-flow__item__num picture,
.p-about-flow__item__num img {
  height: 40px;
  width: 40px;
}

.p-about-flow__item__ttl {
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  max-width: 100%;
  padding: 1px 30px;
  text-align: left;
}

.p-about-movie {
  background-color: rgb(222, 230, 247);
}

.p-about-movie .p-about-movie__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-about-movie__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 27px;
  text-align: center;
}

.p-about-movie__mainImg {
  width: 100%;
}

.p-about-movie__mainImg img {
  width: 100%;
}

.p-about-future {
  background-color: rgb(248, 248, 248);
}

.p-about-future .p-about-future__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-about-future__contWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.p-about-future__mainImg {
  width: 100%;
}

.p-about-future__mainImg img {
  width: 100%;
}

.p-about-future__itembox {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, 320px);
  justify-content: center;
  padding-bottom: 24px;
}

.p-about-future__item__head {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 10px;
}

.p-about-future__item__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 10px;
}

.p-about-eachLink {
  background-color: rgb(255, 255, 255);
}

.p-about-eachLink .p-about-eachLink__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-about-eachLink__itemBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 880px;
  width: 100%;
}

.p-about-eachLink__itemBox .p-about-eachLink__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-about-eachLink__item__head {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding: 22px 0;
}

.p-about-eachLink__item__body {
  align-items: center;
  display: flex;
  gap: 15px;
  width: 100%;
}

.p-about-eachLink__item__body figure img {
  min-width: 40px;
  width: 40px;
}

.p-about-eachLink__item__link {
  color: rgb(25, 102, 210);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  word-break: break-all;
}

.p-about-eachLink__item__nolink {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  word-break: break-all;
}

.p-overview-environment {
  background-color: #F8F8F8;
}

.p-overview-environment__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-overview-environment__contWrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-overview-environment__cont__head {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
  padding: 22px 0;
  text-align: left;
}

.p-overview-environment__cont__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 27px;
  padding-top: 15px;
  text-align: left;
}

.p-overview-environment__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.p-overview-environment__itembox {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32.5px;
  width: 100%;
}

.p-overview-environment__itembox__top {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, 280px);
  justify-content: center;
  width: 100%;
}

.p-overview-environment__itembox__bottom {
  width: 100%;
}

.p-overview-environment__item {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(17, 35, 74);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  padding: 20px 10px;
}

.p-overview-environment__item__img {
  max-width: 200px;
  overflow: hidden;
}

.p-overview-environment__item__body__txt {
  border-top: 1px solid rgb(230, 230, 230);
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  padding: 10px 0;
  text-align: left;
}

.p-overview-environment__item__body__txt.p-overview-environment__item__body__txt__fontweightBold {
  font-weight: 700;
}

.p-overview-solution {
  background-color: #ffffff;
}

.p-overview-solution__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-overview-solution__cont {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 880px);
}

.p-overview-solution__cont__head {
  background-color: rgb(17, 35, 74);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.p-overview-solution__cont__frame {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 25px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 51.5px;
  width: 100%;
}

.p-overview-solution__cont__frame .p-overview-solution__cont__frame__img {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.p-overview-solution__cont__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px 30px;
  width: 100%;
}

.p-overview-solution__cont__body .p-overview-solution__cont__body__item {
  width: 100%;
}

.p-overview-solution__cont2 .p-overview-solution__cont__body {
  flex-direction: row;
}

.p-overview-solution__cont2 .p-overview-solution__cont__body .p-overview-solution__cont__body__img {
  max-width: 425px;
}

.p-overview-solution__cont__body__item__head {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
  padding: 22px 0;
  text-align: left;
}

.p-overview-solution__cont__body__item__list {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

.p-overview-solution__cont__body__item__list li {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 27px;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.p-overview-solution__cont__body__list {
  padding: 0;
}

.p-overview-solution__cont__body__list li {
  align-items: left;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 5px;
  letter-spacing: 0em;
  line-height: 30px;
  list-style: none;
  text-align: left;
}

.p-overview-solution__cont__body__list li::before {
  /* インラインブロックにする */
  background-color: rgb(17, 35, 74);
  /* 背景色指定 */
  border-radius: 50%;
  content: "";
  /* 高さ指定 */
  display: inline-block;
  /* 幅指定 */
  height: 15px;
  /* 要素を丸くする */
  margin-top: 7px;
  /* 空の要素作成 */
  min-width: 15px;
}

.p-overview-merit {
  background-color: #f8f8f8;
}

.p-overview-merit__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-overview-merit__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.p-overview-merit__cont1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 27px;
  max-width: min(100%, 880px);
}

.p-overview-merit__cont2 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, min(430px, 100%));
  max-width: min(100%, 880px);
}

.p-overview-merit__media .p-overview-merit__media__img {
  margin-bottom: 5px;
}

.p-overview-certification {
  background-color: rgb(248, 248, 248);
}

.p-overview-certification__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-overview-certification__contWrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.p-overview-certification__cont {
  align-items: center;
  display: flex;
  gap: 15px 20px;
}

.p-overview-certification__cont__img {
  -o-object-fit: cover;
  max-width: 360px;
  object-fit: cover;
}

.p-overview-certification__cont__body {
  width: 500px;
}

.p-overview-certification__cont__body__ttl {
  margin-bottom: 20px;
}

.p-overview-network {
  background-color: #ffffff;
}

.p-overview-network__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-overview-network__cont {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, min(280px, 100%));
  justify-content: center;
  width: min(100%, 900px);
}

.p-overview-network__cont__frame {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  padding: 15px;
}

.p-overview-network__cont__frame__companyName {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
}

.p-overview-network__cont__frame__companyLogo {
  -o-object-fit: cover;
  height: 50px;
  object-fit: cover;
  overflow: hidden;
  width: min(250px, 100%);
}

.p-overview-function {
  background-color: rgb(248, 248, 248);
}

.p-overview-function__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 1110px;
}

.p-overview-function__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
}

.p-overview-function__contWrapper {
  width: 100%;
}

.p-overview-function__contWrapper--SP {
  display: none;
}

.p-overview-function__accordion {
  border-top: 1px solid rgb(17, 35, 74);
  width: calc(50% - 20px);
}

.p-overview-function__accordion__closed {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 18px 15px;
}

.p-overview-function__accordion__closed:hover {
  cursor: pointer;
}

.p-overview-function__accordion__closed__img {
  max-width: 30px;
}

.p-overview-function__accordion__closed__ttl {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 27px;
  text-align: left;
}

.p-overview-function__accordion__switch {
  height: 17.5px;
  margin-left: auto;
  min-width: 17.5px;
}

.p-overview-function__accordion__switch span {
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
  position: relative;
}

.p-overview-function__accordion__switch span::before,
.p-overview-function__accordion__switch span::after {
  background-color: #222222;
  content: "";
  display: block;
  height: 2.5px;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-overview-function__accordion__switch span::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s all;
}

.p-overview-function__accordion__switch span.js_accordion_open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-overview-function__accordion__opened {
  padding: 15px;
  display: none;
}

.p-overview-function__mediaWrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 30px;
  width: 50%;
  display: none;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper2__grid .p-overview-function__gridWrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, 230px);
  justify-content: center;
  padding-top: 10px;
  width: 100%;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper2__grid .p-overview-function__gridWrapper .p-overview-function__media {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  justify-content: center;
  max-height: 75px;
  padding: 12.5px 0;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper2__grid .p-overview-function__gridWrapper .p-overview-function__media .p-overview-function__media__img img {
  -o-object-fit: contain;
  height: 50px;
  object-fit: contain;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper4 {
  gap: 20px;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper4 .p-overview-function__media {
  width: 100%;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper4 .p-overview-function__media:first-child {
  flex-direction: row;
  justify-content: space-between;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper4 .p-overview-function__media:first-child figure {
  max-height: 127px;
  width: 80px;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper4 .p-overview-function__media:nth-child(3) {
  flex-direction: row;
  justify-content: space-between;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper4 .p-overview-function__media:nth-child(3) figure {
  max-height: 83px;
  width: 80px;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper4 .p-overview-function__media p {
  margin-top: 10px;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper6__grid .p-overview-function__txt {
  color: rgb(34, 34, 34);
  margin-top: 10px;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper6__grid .p-overview-function__gridWrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, 230px);
  justify-content: center;
  padding-top: 10px;
  width: 100%;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper6__grid .p-overview-function__gridWrapper .p-overview-function__media {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  justify-content: center;
  max-height: 75px;
  padding: 12.5px 0;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper6__grid .p-overview-function__gridWrapper .p-overview-function__media:nth-child(11) .p-overview-function__media__img img {
  height: 75px;
}

.p-overview-function__mediaWrapper.p-overview-function__mediaWrapper6__grid .p-overview-function__gridWrapper .p-overview-function__media .p-overview-function__media__img img {
  -o-object-fit: contain;
  height: 50px;
  object-fit: contain;
}

.p-overview-function__media {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-overview-function__media .p-overview-function__txt {
  color: rgb(34, 34, 34);
}

.p-overview-architecture {
  background-color: #ffffff;
}

.p-overview-architecture__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-overview-architecture__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: min(100%, 880px);
}

.p-overview-certificationSystem {
  background-color: #f8f8f8;
}

.p-overview-certificationSystem__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 1310px;
}

.p-overview-certificationSystem__itemBox {
  display: grid;
  gap: 15px;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fit, 250px);
  justify-content: center;
  width: 100%;
}

.p-overview-certificationSystem__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(17, 35, 74);
  border-radius: 15px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 458px;
  overflow: hidden;
}

.p-overview-certificationSystem__item:first-child .p-overview-certificationSystem__item__txt {
  min-height: 0;
}

.p-weandmendix-engineer__item__link {
  text-decoration: none;
}

.p-overview-certificationSystem__item__head {
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
  padding: 10px;
  text-align: center;
}

.p-overview-certificationSystem__item__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 366px;
  padding: 20px 10px;
}

.p-overview-certificationSystem__item__body>.p-overview-certificationSystem__item__txt {
  min-height: 144px;
}

.p-overview-certificationSystem__item__img {
  height: 128px;
  max-width: 128px;
  overflow: hidden;
}

.p-overview-certificationSystem__item__img img {
  width: 100%;
}

.p-overview-certificationSystem__item__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
}

.p-overview-certificationSystem__item__accordion {
  background-color: rgb(248, 248, 248);
  margin-top: auto;
  width: 100%;
}

.p-overview-certificationSystem__item__accordion:hover {
  cursor: pointer;
}

.p-overview-certificationSystem__item__accordion__opened {
  display: none;
  padding: 5px;
}

.p-overview-certificationSystem__item__accordion__default {
  padding: 5px 22px 5px 5px;
  position: relative;
}

.p-overview-certificationSystem__item__accordion__default::before {
  border-color: #222222;
  border-right: 2px solid;
  border-top: 2px solid;
  content: "";
  height: 11px;
  position: absolute;
  right: 8px;
  top: 8px;
  transform: rotate(135deg);
  transition: all 0.3s;
  width: 11px;
}

.p-overview-certificationSystem__item__accordion__default.js_opened::before {
  top: 13.5px;
  transform: rotate(-45deg);
}

.p-overview-certificationSystem__btn {
  width: 360px;
}

.p-price-licenceSystem {
  background-color: rgb(255, 255, 255);
}

.p-price-licenceSystem__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-price-licenceSystem__table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 100%;
  /* 列の幅を固定する */
}

.p-price-licenceSystem__table thead {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  /*コレ*/
  padding-bottom: 10px;
  /*コレ*/
  position: sticky;
  top: 120px;
  z-index: 2;
}

.p-price-licenceSystem__table thead::after {
  border-bottom: 1px solid #888;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-price-licenceSystem__table thead:before {
  background: #fff;
  content: "";
  height: 100%;
  left: -30px;
  position: absolute;
  top: -1px;
  width: 103%;
  z-index: -1;
}

.p-price-licenceSystem__table__head__none {
  background-color: rgb(255, 255, 255);
}

.p-price-licenceSystem__table__summary {
  height: 0;
  min-height: 1px;
  padding: 0;
  padding-top: 20px;
  width: 25%;
}

.p-price-licenceSystem__table__summary:nth-child(2) .p-price-licenceSystem__table__summary__contWrapper {
  border-left: 1px solid rgb(136, 136, 136);
  border-radius: 30px 0 0 0;
}

.p-price-licenceSystem__table__summary:nth-child(4) .p-price-licenceSystem__table__summary__contWrapper {
  border-radius: 0 30px 0 0;
}

.p-price-licenceSystem__table__summary__contWrapper {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(136, 136, 136);
  border-bottom: none;
  border-left: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 30px 25px;
}

.p-price-licenceSystem__table__summary__contWrapper .p-price-licenceSystem__table__summary__btn {
  margin-top: auto;
}

.p-price-licenceSystem__table__summury__ttl__en {
  color: rgb(201, 201, 201);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 21px;
  text-align: center;
}

.p-price-licenceSystem__table__summury__ttl__ja {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}

.p-price-licenceSystem__table__summury__ttl__ttlbar {
  height: 2px;
  margin-top: 18px;
  max-width: 110px;
}

.p-price-licenceSystem__table__summury__ttl__ttlbar.p-price-licenceSystem__table__summury__ttl__ttlbar--color-gray {
  background: rgb(230, 230, 230);
}

.p-price-licenceSystem__table__summury__ttl__ttlbar.p-price-licenceSystem__table__summury__ttl__ttlbar--grad-blue {
  background: linear-gradient(to right, rgb(66, 128, 189) 0%, rgb(69, 47, 250) 97.4%);
}

.p-price-licenceSystem__table__summury__ttl__ttlbar.p-price-licenceSystem__table__summury__ttl__ttlbar--grad-yellow {
  background: linear-gradient(90deg, rgb(255, 227, 129) 0%, rgb(255, 179, 31) 50%, rgb(255, 227, 129) 100%);
}

.p-price-licenceSystem__table__summary__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: left;
}

.p-price-licenceSystem__table__cat {
  background-color: rgb(248, 248, 248);
}

.p-price-licenceSystem__table__cat td {
  border: 1px solid rgb(136, 136, 136);
  flex: 1 1 25%;
  padding: 0;
}

.p-price-licenceSystem__table__cat .p-price-licenceSystem__table__cat__txt {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
  padding: 7px 10px;
  text-align: left;
}

.p-price-licenceSystem__table__cat:first-child td {
  border-top: none;
}

.p-price-licenceSystem__table__sp-itemttl {
  display: none;
}

.p-price-licenceSystem__table__item,
.p-price-licenceSystem__table__sp-itemttl {
  background-color: rgb(255, 255, 255);
}

.p-price-licenceSystem__table__item td,
.p-price-licenceSystem__table__sp-itemttl td {
  flex: 1 1 25%;
  height: 0;
  min-height: 50px;
  padding: 0;
}

.p-price-licenceSystem__table__item td:first-child,
.p-price-licenceSystem__table__sp-itemttl td:first-child {
  flex: none;
  width: 25%;
}

.p-price-licenceSystem__table__item th,
.p-price-licenceSystem__table__sp-itemttl th {
  max-width: 100%;
}

.p-price-licenceSystem__table__item:last-child th,
.p-price-licenceSystem__table__item:last-child td,
.p-price-licenceSystem__table__sp-itemttl:last-child th,
.p-price-licenceSystem__table__sp-itemttl:last-child td {
  border: none;
  padding: 0;
}

.p-price-licenceSystem__table__item:last-child th>*,
.p-price-licenceSystem__table__item:last-child td>*,
.p-price-licenceSystem__table__sp-itemttl:last-child th>*,
.p-price-licenceSystem__table__sp-itemttl:last-child td>* {
  border: 1px solid rgb(136, 136, 136);
  border-right: none;
  border-top: none;
}

.p-price-licenceSystem__table__item:last-child th:nth-child(2)>*,
.p-price-licenceSystem__table__item:last-child td:nth-child(2)>*,
.p-price-licenceSystem__table__sp-itemttl:last-child th:nth-child(2)>*,
.p-price-licenceSystem__table__sp-itemttl:last-child td:nth-child(2)>* {
  border-radius: 0 0 0 30px;
}

.p-price-licenceSystem__table__item:last-child th:nth-child(4)>*,
.p-price-licenceSystem__table__item:last-child td:nth-child(4)>*,
.p-price-licenceSystem__table__sp-itemttl:last-child th:nth-child(4)>*,
.p-price-licenceSystem__table__sp-itemttl:last-child td:nth-child(4)>* {
  border-radius: 0 0 30px 0;
  border-right: 1px solid rgb(136, 136, 136);
}

.p-price-licenceSystem__table__item th,
.p-price-licenceSystem__table__item td,
.p-price-licenceSystem__table__sp-itemttl th,
.p-price-licenceSystem__table__sp-itemttl td {
  border: 1px solid rgb(136, 136, 136);
}

.p-price-licenceSystem__table__item .p-price-licenceSystem__table__item__ttl,
.p-price-licenceSystem__table__sp-itemttl .p-price-licenceSystem__table__item__ttl {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 24px;
  padding: 13px 10px;
  text-align: left;
}

.p-price-licenceSystem__table__item .p-price-licenceSystem__table__item__txt,
.p-price-licenceSystem__table__sp-itemttl .p-price-licenceSystem__table__item__txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  padding: 13px 10px;
  text-align: center;
}

.p-price-licenceSystem__table__item .p-price-licenceSystem__table__item__link,
.p-price-licenceSystem__table__sp-itemttl .p-price-licenceSystem__table__item__link {
  color: rgb(25, 102, 210);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 13px 10px;
}

.p-price-licenceSystem__table__item .p-price-licenceSystem__table__item__link .p-price-licenceSystem__table__item__txt,
.p-price-licenceSystem__table__sp-itemttl .p-price-licenceSystem__table__item__link .p-price-licenceSystem__table__item__txt {
  padding: 0 0;
}

.p-price-licenceSystem__table__item .p-price-licenceSystem__table__item__link:hover,
.p-price-licenceSystem__table__sp-itemttl .p-price-licenceSystem__table__item__link:hover {
  color: rgb(211, 72, 34);
}

.p-price-licenceSystem__table__item .p-price-licenceSystem__table__space,
.p-price-licenceSystem__table__sp-itemttl .p-price-licenceSystem__table__space {
  min-height: 100%;
  min-width: 100%;
}

.p-price-licenceSystem__table__item__euro,
.p-price-licenceSystem__table__item__cross,
.p-price-licenceSystem__table__item__check {
  margin: auto;
}

.p-price-licenceSystem__table__item__cross {
  width: 30px;
}

.p-price-licenceSystem__table__item__check {
  width: 30px;
}

.p-price-licenceSystem__table__item__euro {
  width: 20px;
}

.p-price-packageLicence {
  background-color: rgb(222, 230, 247);
}

.p-price-packageLicence__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-price-packageLicence__contWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

.p-price-packageLicence__cont {
  border: 1px solid #ABABAB;
  border-radius: 30px;
  width: calc(50% - 15px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.p-price-packageLicence__cont__head {
  padding: 30px;
  background-color: #11234A;
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}

.p-price-packageLicence__cont__body {
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 0 0 30px 30px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.p-price-packageLicence__cont__body h5 {
  margin: 20px 0 0 0;
}

.p-price-packageLicence__cont__ttl {
  color: rgb(34, 34, 34);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 27px;
  text-align: left;
}

.p-price-packageLicence__cont__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 27px;
  margin: 0;
  text-align: left;
  width: 100%;
}

.p-price-packageLicence__cont__txt--lt {
  padding-left: 16px;
  position: relative;
}

.p-price-packageLicence__cont__txt--lt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9px 8px 0 8px;
  border-color: #222222 transparent transparent transparent;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
}

.p-price-packageLicence__cont__item__head {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
}

.p-price-packageLicence__cont__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-price-packageLicence__contWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .p-price-packageLicence__cont {
    width: 100%;
    max-width: 600px;
  }

  .p-price-packageLicence__cont__head {
    padding: 15px;
    font-size: 20px;
  }

  .p-price-packageLicence__cont__body {
    padding: 20px 15px;
  }
}

.p-flow {
  background-color: rgb(255, 255, 255);
  padding: 64px 0;
}

.p-flow__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  max-width: min(100%, 978px);
}

.p-flow__media {
  border: 1px solid rgb(17, 35, 74);
  border-radius: 20px;
  display: flex;
  gap: 30px;
  padding: 20px 0px;
  width: min(100%, 880px);
}

.p-flow__media__imgarea {
  align-items: center;
  border-right: 1px solid rgb(17, 35, 74);
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  min-width: 200px;
  padding: 30px;
}

.p-flow__media__imgarea .p-flow__media__imgarea__num {
  color: rgb(17, 35, 74);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 30px;
  text-align: left;
}

.p-flow__media__imgarea .p-flow__media__img {
  width: 80px;
}

.p-flow__media__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding-right: 30px;
}

.p-flow__media__body .p-flow__media__body__ttl {
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
  text-align: left;
}

.p-flow__media__body .p-flow__media__body__heading {
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
  padding: 1px;
  text-align: center;
}

.p-flow__media__body .p-flow__media__body__heading .p-flow__media__body__heading--big {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 48px;
  text-align: center;
}

.p-flow__media__body .p-flow__media__body__txt {
  color: rgb(17, 35, 74);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
}

.p-flow__media__body .p-flow__media__body__txt.p-flow__media__body__txt__list {
  padding-left: 1em;
  text-indent: -1em;
}

.p-flow__media__btnarea {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px;
  width: 100%;
}

.p-flow-sapmendix {
  background-color: rgb(248, 248, 248);
}

.p-flow-sapmendix__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-flow-awsmendix__img {
  max-width: 880px;
}

.p-flow-awsmendix {
  background-color: rgb(255, 255, 255);
}

.p-flow-awsmendix__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-flow-awsmendix__img {
  max-width: 900px;
}

.p-SAPandMendix-theWayToUse {
  background-color: rgb(255, 255, 255);
}

.p-SAPandMendix-theWayToUse__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-SAPandMendix-theWayToUse__img {
  width: 100%;
}

.p-SAPandMendix-theWayToUse__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-SAPandMendix-theWayToUse__bigtxt {
  color: rgb(17, 35, 74);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}

.p-SAPandMendix-theWayToUse__heading {
  background-color: rgb(17, 35, 74);
  border-radius: 15px;
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.p-SAPandMendix-abundantTemplates {
  background-color: rgb(222, 230, 247);
}

.p-SAPandMendix-abundantTemplates__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-SAPandMendix-abundantTemplates__contWrapper {
  align-items: left;
  display: grid;
  gap: 92px 40px;
  grid-template-columns: repeat(auto-fit, min(100%, 500px));
  justify-content: center;
  width: 100%;
}

.p-SAPandMendix-abundantTemplates__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-SAPandMendix-abundantTemplates__item__body__ttl {
  border-bottom: 1px solid rgb(11, 19, 37);
  color: rgb(11, 19, 37);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 22px 0;
  text-align: left;
}

.p-SAPandMendix-abundantTemplates__item__imgarea {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.p-mendixandAWS-theWayToUse {
  background-color: rgb(255, 255, 255);
}

.p-mendixandAWS-theWayToUse__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-mendixandAWS-theWayToUse__contWrapper {
  width: min(100%, 880px);
}

.p-mendixandAWS-theWayToUse__contWrapper1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.p-mendixandAWS-theWayToUse__contWrapper1__cont {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.p-mendixandAWS-theWayToUse__contWrapper1__cont__head {
  align-items: center;
  border-bottom: 1px solid rgb(17, 35, 74);
  display: flex;
  gap: 15px;
  width: 100%;
}

.p-mendixandAWS-theWayToUse__contWrapper1__cont__head__icon {
  height: 50px;
  margin: 10px 0;
  width: 50px;
}

.p-mendixandAWS-theWayToUse__contWrapper1__cont__head__txt {
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 17px 0;
  text-align: left;
}

.p-mendixandAWS-theWayToUse__contWrapper1__cont__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.p-mendixandAWS-theWayToUse__contWrapper1__cont__list li {
  color: rgb(17, 35, 74);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-left: 1.5em;
  text-align: left;
  text-indent: -1.5em;
}

.p-mendixandAWS-theWayToUse__contWrapper1__cont__txtbox {
  align-items: center;
  background-color: rgb(248, 248, 248);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
}

.p-mendixandAWS-theWayToUse__contWrapper1__cont__txt {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
  width: 100%;
}

.p-mendixandAWS-theWayToUse__contWrapper2 .p-mendixandAWS-theWayToUse__cont {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(17, 35, 74);
  border-radius: 20px;
  overflow: hidden;
  padding: 0 15px 20px;
}

.p-mendixandAWS-theWayToUse__contWrapper2 .p-mendixandAWS-theWayToUse__cont__heading {
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 0 -15px 20px;
  padding: 10px;
  text-align: center;
}

.p-mendixandAWS-theWayToUse__contWrapper3__ttl {
  color: rgb(17, 35, 74);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 0 24.5px 20px;
  text-align: center;
}

.p-mendixandAWS-valueToBeRealized {
  background-color: rgb(222, 230, 247);
}

.p-mendixandAWS-valueToBeRealized__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-mendixandAWS-valueToBeRealized__questions {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, 333px);
  justify-content: center;
  width: 100%;
}

.p-mendixandAWS-valueToBeRealized__questions__box {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.p-mendixandAWS-valueToBeRealized__questions__box:first-child .p-mendixandAWS-valueToBeRealized__questions__box__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
}

.p-mendixandAWS-valueToBeRealized__questions__box:first-child .p-mendixandAWS-valueToBeRealized__questions__box__media__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  margin-top: 10px;
  text-align: left;
}

.p-mendixandAWS-valueToBeRealized__questions__box:nth-child(2) .p-mendixandAWS-valueToBeRealized__questions__box__body {
  padding: 15px;
}

.p-mendixandAWS-valueToBeRealized__questions__box:nth-child(3) .p-mendixandAWS-valueToBeRealized__questions__box__body {
  padding: 0 15px 15px;
}

.p-mendixandAWS-valueToBeRealized__questions__box:nth-child(3) .p-mendixandAWS-valueToBeRealized__questions__box__media {
  border-bottom: 1px solid rgb(230, 230, 230);
  padding: 20px 0;
}

.p-mendixandAWS-valueToBeRealized__questions__box:nth-child(3) .p-mendixandAWS-valueToBeRealized__questions__box__media:last-child {
  border: none;
}

.p-mendixandAWS-valueToBeRealized__questions__box:nth-child(3) .p-mendixandAWS-valueToBeRealized__questions__box__media:last-child .p-mendixandAWS-valueToBeRealized__questions__box__media__imgbox {
  height: 50px;
}

.p-mendixandAWS-valueToBeRealized__questions__box:nth-child(3) .p-mendixandAWS-valueToBeRealized__questions__box__media__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}

.p-mendixandAWS-valueToBeRealized__questions__box:nth-child(3) .p-mendixandAWS-valueToBeRealized__questions__box__media__imgbox {
  display: flex;
  height: 30px;
  justify-content: space-between;
}

.p-mendixandAWS-valueToBeRealized__questions__box:nth-child(3) .p-mendixandAWS-valueToBeRealized__questions__box__media__imgbox img,
.p-mendixandAWS-valueToBeRealized__questions__box:nth-child(3) .p-mendixandAWS-valueToBeRealized__questions__box__media__imgbox picture {
  height: 100%;
}

.p-mendixandAWS-valueToBeRealized__questions__box__head {
  align-items: center;
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 30px;
  min-height: 180px;
  padding: 30px 15px;
  text-align: center;
}

.p-mendixandAWS-valueToBeRealized__freeTemplate {
  width: 100%;
}

.p-mendixandAWS-valueToBeRealized__freeTemplate__head {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
  margin-bottom: 30px;
  padding: 10px 0;
}

.p-mendixandAWS-valueToBeRealized__freeTemplate__itembox {
  display: grid;
  gap: 40px 70px;
  grid-template-columns: repeat(auto-fit, 300px);
  justify-content: center;
}

.p-mendixandAWS-valueToBeRealized__freeTemplate__item__img {
  width: 100%;
}

.p-mendixandAWS-valueToBeRealized__freeTemplate__item__img picture,
.p-mendixandAWS-valueToBeRealized__freeTemplate__item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-mendixandAWS-valueToBeRealized__freeTemplate__item__ttl {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 27px;
  margin-top: 5px;
  text-align: center;
}

.p-movielist {
  background-color: rgb(255, 255, 255);
}

.p-movielist__cont {
  margin: 0 auto;
  padding: 60px 0;
  width: min(100%, 880px);
}

.p-movielist__place__tab {
  display: flex;
  flex-wrap: wrap;
  gap: 6.5px;
  list-style: none;
  padding-left: 0;
}

.p-movielist__place__tab li {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 5px;
  transition: all 0.3s;
}

.p-movielist__place__tab li a {
  border-radius: 5px;
  color: #222222;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 20px;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
}

.p-movielist__place__tab li:hover {
  background-color: rgb(17, 35, 74);
  transition: all 0.3s;
}

.p-movielist__place__tab li:hover a {
  color: rgb(255, 255, 255);
}

.p-movielist__place__tab li.js-active {
  background-color: rgb(17, 35, 74);
}

.p-movielist__place__tab li.js-active a {
  color: rgb(255, 255, 255);
}

/*エリアの表示非表示と形状*/

.p-movielist__itembox {
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
  /*表示*/
  animation-name: displayAnime;
  display: grid;
  gap: 30px 27.5px;
  grid-template-columns: repeat(3, 275px);
  justify-content: center;
  margin: 30px 0;
  opacity: 0;
}

.p-movielist__item {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  display: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 21px;
  text-align: left;
  width: 100%;
}

.p-movielist__item.js-active {
  display: block;
}

.p-movielist__item__thumbnail {
  margin-bottom: 5px;
  max-height: auto;
  max-width: 100%;
  min-height: 155px;
}

.p-movielist__item__thumbnail iframe {
  -o-object-fit: cover;
  aspect-ratio: 1.8;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-future-lowcode {
  background-color: rgb(255, 255, 255);
}

.p-future-lowcode__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-future-lowcode__contWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.p-future-lowcode__mainImg {
  width: 100%;
}

.p-future-lowcode__mainImg img {
  width: 100%;
}

.p-future-lowcode__itembox {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, 320px);
  justify-content: center;
  padding-bottom: 24px;
}

.p-future-lowcode__item__head {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 10px;
}

.p-future-lowcode__item__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 10px;
}

.p-future-composable {
  background-color: rgb(222, 230, 247);
}

.p-future-composable__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-future-composable__contWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.p-future-composable__mainImg {
  width: 100%;
}

.p-future-composable__mainImg img {
  width: 100%;
}

.p-future-composable__itembox {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, 320px);
  justify-content: center;
  padding-bottom: 24px;
}

.p-future-composable__item__head {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 10px;
}

.p-future-composable__item__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 10px;
}

.p-weandmendix-point {
  background-color: rgb(255, 255, 255);
}

.p-weandmendix-point>.l-inner {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-weandmendix-point>.l-inner>.p-weandmendix-point__ttl {
  text-align: center;
}

.p-weandmendix-point>.l-inner>.p-weandmendix-point__ttl>.p-weandmendix-point__subttl {
  color: rgb(127, 127, 127);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 27px;
}

.p-weandmendix-point>.l-inner>.p-weandmendix-point__ttl>.p-weandmendix-point__mainttl {
  color: rgb(54, 54, 54);
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin-top: -4px;
}

.p-weandmendix-point>.l-inner>.p-weandmendix-point__ttl>.p-weandmendix-point__ttlbar {
  background: linear-gradient(to right, rgb(66, 128, 189) 0%, rgb(69, 47, 250) 97.4%);
  border-radius: 3px;
  height: 5px;
  margin: 11px auto 0;
  width: 80px;
}

.p-weandmendix-point>.l-inner .p-weandmendix-point__itembox {
  gap: 34px;
  margin-top: 70px;
}

.p-weandmendix-point>.l-inner .p-weandmendix-point__itembox .p-weandmendix-point__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  max-width: 324px;
}

.p-weandmendix-point>.l-inner .p-weandmendix-point__itembox .p-weandmendix-point__item img {
  -o-object-fit: cover;
  border-radius: 30px 30px 0 0;
  max-height: 184px;
  object-fit: cover;
  width: 100%;
}

.p-weandmendix-point>.l-inner .p-weandmendix-point__itembox .p-weandmendix-point__item .p-weandmendix-point__item__ttl {
  color: rgb(54, 54, 54);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 24px 10.5px 0;
  text-align: center;
}

.p-weandmendix-point>.l-inner .p-weandmendix-point__itembox .p-weandmendix-point__item .p-weandmendix-point__item__bar {
  background: linear-gradient(to right, rgb(66, 128, 189) 0%, rgb(69, 47, 250) 97.4%);
  border-radius: 1px;
  height: 2px;
  margin: 16px auto 0;
  width: 40px;
}

.p-weandmendix-point>.l-inner .p-weandmendix-point__itembox .p-weandmendix-point__item .p-weandmendix-point__item__txt {
  color: rgb(54, 54, 54);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 19px 24px;
}

.p-weandmendix-point>.l-inner>.c-btn {
  margin: 70px auto 0;
}

.p-weandmendix-advantage {
  background-color: rgb(222, 230, 247);
}

.p-weandmendix-advantage .p-weandmendix-advantage__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-weandmendix-advantage .p-weandmendix-advantage__in .p-weandmendix-advantage__itembox {
  gap: 13.33px;
}

.p-weandmendix-advantage .p-weandmendix-advantage__in .p-weandmendix-advantage__itembox .p-weandmendix-advantage__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  max-width: 250px;
  overflow: hidden;
  padding: 20px 10px;
}

.p-weandmendix-advantage .p-weandmendix-advantage__in .p-weandmendix-advantage__itembox .p-weandmendix-advantage__item .p-weandmendix-advantage__item__img img {
  -o-object-fit: cover;
  height: 87px;
  margin: 0 auto;
  object-fit: cover;
  width: 87px;
}

.p-weandmendix-advantage .p-weandmendix-advantage__in .p-weandmendix-advantage__itembox .p-weandmendix-advantage__item .p-weandmendix-advantage__item__ttl {
  color: #222222;
  font-size: 19px;
  font-weight: 700;
  line-height: 28.5px;
  padding: 10px 0 0;
  text-align: center;
}

.p-weandmendix-advantage .p-weandmendix-advantage__in .p-weandmendix-advantage__itembox .p-weandmendix-advantage__item .p-weandmendix-advantage__item__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 0 0;
}

.p-weandmendix-Method {
  background-color: rgb(248, 248, 248);
}

.p-weandmendix-Method .l-inner {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-weandmendix-Method .l-inner>.p-weandmendix-Method__ttl {
  text-align: center;
}

.p-weandmendix-Method .l-inner>.p-weandmendix-Method__ttl>.p-weandmendix-Method__subttl {
  color: rgb(127, 127, 127);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 27px;
}

.p-weandmendix-Method .l-inner>.p-weandmendix-Method__ttl>.p-weandmendix-Method__mainttl {
  color: rgb(54, 54, 54);
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin-top: -4px;
}

.p-weandmendix-Method .l-inner>.p-weandmendix-Method__ttl>.p-weandmendix-Method__ttlbar {
  background: linear-gradient(to right, rgb(66, 128, 189) 0%, rgb(69, 47, 250) 97.4%);
  border-radius: 3px;
  height: 5px;
  margin: 11px auto 0;
  width: 80px;
}

.p-weandmendix-Method .l-inner>.p-weandmendix-Method__txt {
  color: rgb(54, 54, 54);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin: 30px auto 0;
  max-width: 880px;
  text-align: center;
}

.p-weandmendix-Method .l-inner .p-weandmendix-Method__chart {
  -o-object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: 59px;
  max-height: 538px;
  max-width: 1060px;
  object-fit: cover;
  width: 100%;
}

.p-weandmendix-Method .l-inner>.c-btn {
  margin: 61px auto 0;
}

.p-weandmendix-engineer {
  background-color: rgb(255, 255, 255);
}

.p-weandmendix-engineer .p-weandmendix-engineer__in .p-ttl {
  margin-bottom: 60px;
}

.p-weandmendix-engineer .p-weandmendix-engineer__in>.c-btn {
  margin: 98px auto 0;
}

.p-point {
  background-color: rgb(255, 255, 255);
}

.p-point .l-inner {
  width: 880px;
}

.p-point .l-inner>.p-point__thumbnail {
  -o-object-fit: cover;
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.p-point .l-inner>.p-point__cont {
  margin: 40px auto;
}

.p-point .l-inner>.p-point__cont:last-child {
  margin-bottom: 0;
}

.p-point .l-inner>.p-point__cont>.p-point__cont__headingbox {
  border-bottom: 1px solid rgb(17, 35, 74);
  gap: 17px;
  margin-bottom: 15px;
  min-height: 80px;
}

.p-point .l-inner>.p-point__cont>.p-point__cont__headingbox>.p-point__cont__heading {
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.p-point .l-inner>.p-point__cont>.p-point__cont__headingbox>.p-point__cont__numberbox {
  flex-direction: column;
}

.p-point .l-inner>.p-point__cont>.p-point__cont__headingbox>.p-point__cont__numberbox>.p-point__cont__number__unit {
  color: rgb(17, 35, 74);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.p-point .l-inner>.p-point__cont>.p-point__cont__headingbox>.p-point__cont__numberbox>.p-point__cont__number {
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.p-point .l-inner>.p-point__cont>.p-point__cont__txt {
  color: rgb(54, 54, 54);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 27px;
}

.p-point .l-inner>.p-point__cont>.p-point__cont__txt:last-child {
  margin-bottom: 0;
}

.p-characteristic {
  background-color: rgb(248, 248, 248);
}

.p-characteristic .l-inner {
  padding-bottom: 40px;
  padding-top: 80px;
  width: 880px;
}

.p-characteristic .l-inner>.p-characteristic__ttl {
  text-align: center;
}

.p-characteristic .l-inner>.p-characteristic__ttl>.p-characteristic__subttl {
  color: rgb(127, 127, 127);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 27px;
}

.p-characteristic .l-inner>.p-characteristic__ttl>.p-characteristic__mainttl {
  color: rgb(54, 54, 54);
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin-top: -4px;
}

.p-characteristic .l-inner>.p-characteristic__ttl>.p-characteristic__ttlbar {
  background: linear-gradient(to right, rgb(66, 128, 189) 0%, rgb(69, 47, 250) 97.4%);
  border-radius: 3px;
  height: 5px;
  margin: 11px auto 0;
  width: 80px;
}

.p-characteristic .l-inner>.p-characteristic__thumbnail {
  -o-object-fit: cover;
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.p-characteristic .l-inner>.p-characteristic__cont {
  margin: 40px auto;
}

.p-characteristic .l-inner>.p-characteristic__cont>.p-characteristic__cont__headingbox {
  border-bottom: 1px solid rgb(17, 35, 74);
  gap: 17px;
  margin-bottom: 15px;
  min-height: 80px;
}

.p-characteristic .l-inner>.p-characteristic__cont>.p-characteristic__cont__headingbox>.p-characteristic__cont__heading {
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.p-characteristic .l-inner>.p-characteristic__cont>.p-characteristic__cont__headingbox>.p-characteristic__cont__numberbox {
  flex-direction: column;
}

.p-characteristic .l-inner>.p-characteristic__cont>.p-characteristic__cont__headingbox>.p-characteristic__cont__numberbox>.p-characteristic__cont__number__unit {
  color: rgb(17, 35, 74);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.p-characteristic .l-inner>.p-characteristic__cont>.p-characteristic__cont__headingbox>.p-characteristic__cont__numberbox>.p-characteristic__cont__number {
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.p-characteristic .l-inner>.p-characteristic__cont>.p-characteristic__cont__txt {
  color: rgb(54, 54, 54);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 27px;
}

.p-importantpoint {
  background-color: rgb(222, 230, 247);
}

.p-importantpoint .p-importantpoint__in {
  width: 880px;
}

.p-importantpoint .p-importantpoint__in>.p-importantpoint__thumbnail {
  -o-object-fit: cover;
  margin-top: 60px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.p-importantpoint .p-importantpoint__in>.p-importantpoint__cont {
  margin: 60px auto 0;
}

.p-importantpoint .p-importantpoint__in>.p-importantpoint__cont>.p-importantpoint__cont__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 27px;
}

/*

.p-encounter {
    background-color: global.$c--white;

    .l-inner {
        padding-top: 80px;
        padding-bottom: 50px;
        width: 880px;

        &>.p-encounter__ttl {
            text-align: center;

            &>.p-encounter__subttl {
                font-size: 18px;
                line-height: 27px;
                font-weight: 700;
                letter-spacing: 3.6px;
                color: rgba(127, 127, 127, 1);
            }

            &>.p-encounter__mainttl {
                margin-top: -4px;
                font-size: 36px;
                line-height: 54px;
                font-weight: 700;
                color: rgba(54, 54, 54, 1);
            }

            &>.p-encounter__ttlbar {
                margin: 11px auto 0;
                width: 80px;
                height: 5px;
                background: linear-gradient(to right, rgba(66, 128, 189, 1) 0%, rgba(69, 47, 250, 1) 97.4%);
                border-radius: 3px;
            }
        }

        &>.p-encounter__cont {
            &>.p-encounter__cont__txt {
                color: rgba(54, 54, 54, 1);
                font-weight: 500;
                font-size: 18px;
                line-height: 27px;
                margin-top: 30px;
                margin-bottom: 30px;
            }
        }
    }
}

.p-characteristic {
    background-color: rgba(243, 243, 244, 1);

    .l-inner {
        padding-top: 80px;
        padding-bottom: 40px;
        width: 880px;

        &>.p-characteristic__ttl {
            text-align: center;

            &>.p-characteristic__subttl {
                font-size: 18px;
                line-height: 27px;
                font-weight: 700;
                letter-spacing: 3.6px;
                color: rgba(127, 127, 127, 1);
            }

            &>.p-characteristic__mainttl {
                margin-top: -4px;
                font-size: 36px;
                line-height: 54px;
                font-weight: 700;
                color: rgba(54, 54, 54, 1);
            }

            &>.p-characteristic__ttlbar {
                margin: 11px auto 0;
                width: 80px;
                height: 5px;
                background: linear-gradient(to right, rgba(66, 128, 189, 1) 0%, rgba(69, 47, 250, 1) 97.4%);
                border-radius: 3px;
            }
        }

        &>.p-characteristic__thumbnail {
            margin-top: 60px;
            margin-bottom: 60px;
            width: 100%;
            max-width: 100%;
            object-fit: cover;
        }

        &>.p-characteristic__cont {
            margin: 40px auto;

            &>.p-characteristic__cont__headingbox {
                margin-bottom: 15px;
                min-height: 80px;
                gap: 17px;
                border-bottom: 1px solid global.$c--themeSub;

                &>.p-characteristic__cont__heading {
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 36px;
                    color: global.$c--themeSub;
                }

                &>.p-characteristic__cont__numberbox {
                    flex-direction: column;

                    &>.p-characteristic__cont__number__unit {
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 16px;
                        color: global.$c--themeSub;
                    }

                    &>.p-characteristic__cont__number {
                        color: global.$c--themeSub;
                        font-weight: 700;
                        font-size: 24px;
                        line-height: 31px;
                    }
                }
            }

            &>.p-characteristic__cont__txt {
                color: rgba(54, 54, 54, 1);
                font-weight: 500;
                font-size: 18px;
                line-height: 27px;
                margin-bottom: 27px;
            }
        }
    }
}

.p-importantpoint {
    background-color: global.$c--themeSub;

    .l-inner {
        padding-top: 80px;
        padding-bottom: 40px;
        width: 880px;

        &>.p-importantpoint__ttl {
            text-align: center;

            &>.p-importantpoint__subttl {
                font-size: 18px;
                line-height: 27px;
                font-weight: 700;
                letter-spacing: 3.6px;
                color: rgba(127, 127, 127, 1);
            }

            &>.p-importantpoint__mainttl {
                margin-top: -4px;
                font-size: 36px;
                line-height: 54px;
                font-weight: 700;
                color: global.$c--white;
            }

            &>.p-importantpoint__ttlbar {
                margin: 11px auto 0;
                width: 80px;
                height: 5px;
                background: linear-gradient(to right, rgba(66, 128, 189, 1) 0%, rgba(69, 47, 250, 1) 97.4%);
                border-radius: 3px;
            }
        }

        &>.p-importantpoint__thumbnail {
            margin-top: 60px;
            margin-bottom: 60px;
            width: 100%;
            max-width: 100%;
            object-fit: cover;
        }

        &>.p-importantpoint__cont {
            margin: 40px auto;

            &>.p-importantpoint__cont__txt {
                color: global.$c--white;
                font-weight: 500;
                font-size: 18px;
                line-height: 27px;
                margin-bottom: 27px;
            }
        }
    }
}*/

.p-method-dev {
  background-color: rgb(255, 255, 255);
}

.p-method-dev__img {
  margin-top: 60px;
}

.p-weandmendix-hybrid {
  background-color: rgb(222, 230, 247);
}

.p-weandmendix-hybrid .p-weandmendix-hybrid__in {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-weandmendix-hybrid__itembox {
  gap: 20.5px;
}

.p-weandmendix-hybrid__itembox .p-weandmendix-hybrid__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 333.9px;
  padding: 20px 15px;
}

.p-weandmendix-hybrid__itembox .p-weandmendix-hybrid__item img {
  -o-object-fit: cover;
  border-radius: 30px 30px 0 0;
  height: 87px;
  margin: 0 auto;
  object-fit: cover;
  width: 87px;
}

.p-weandmendix-hybrid__itembox .p-weandmendix-hybrid__item .p-weandmendix-hybrid__item__ttl {
  color: rgb(54, 54, 54);
  font-size: 19px;
  font-weight: 700;
  line-height: 28.5px;
  text-align: center;
}

.p-weandmendix-hybrid__itembox .p-weandmendix-hybrid__item .p-weandmendix-hybrid__item__txt {
  color: rgb(54, 54, 54);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p-method-hybridDevFlow {
  background-color: rgb(255, 255, 255);
}

.p-method-hybridDevFlow__in {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-method-hybridDevFlow__contWrapper {
  border-collapse: collapse;
}

.p-method-hybridDevFlow__cont {
  border-top: 2px solid rgb(17, 35, 74);
}

.p-method-hybridDevFlow__cont:last-child {
  border-bottom: 2px solid rgb(17, 35, 74);
}

.p-method-hybridDevFlow__cont__lane {
  height: 0;
  max-width: 126px;
  padding: 20px 15px 20px 0;
}

.p-method-hybridDevFlow__cont__lane.p-method-hybridDevFlow__cont__lane2 {
  max-width: 111px;
  padding-right: 0;
}

.p-method-hybridDevFlow__cont__lane.p-method-hybridDevFlow__cont__lane2 br {
  display: none;
}

.p-method-hybridDevFlow__cont__lane .p-method-hybridDevFlow__cont__lane__base {
  align-items: center;
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  line-height: 30px;
  min-height: calc(100% - 20px);
  padding: 10px;
  text-align: center;
}

.p-method-hybridDevFlow__cont__lane .p-method-hybridDevFlow__cont__lane__triangle {
  border-bottom: 0px solid transparent;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 20px solid rgb(17, 35, 74);
}

.p-method-hybridDevFlow__cont__body {
  margin-left: 15px;
  padding: 50px 0;
}

.p-method-hybridDevFlow__cont_img {
  margin-left: 15px;
  max-width: 50%;
}

.p-method-hybridDevFlow__cont_img.p-method-hybridDevFlow__cont_img__width2x {
  max-width: 100%;
}

.p-method-hybridDevFlow__cont__list {
  margin: 20px 0;
  max-width: 50%;
  padding-left: 30px;
}

.p-method-hybridDevFlow__cont__listitem {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 28px;
  list-style: none;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.p-method-hybridDevFlow__cont__listitem__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.p-method-hybridDevFlow__cont__list__disc {
  color: rgb(17, 35, 74);
}

.p-method-hybridDevFlow__cont__list__child {
  list-style: none;
  padding-left: 0;
}

.p-method-hybridDevFlow__cont__list__child .p-method-hybridDevFlow__cont__listitem__child {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-FAQ {
  background-color: rgb(255, 255, 255);
}

.p-FAQ__ttl {
  margin-top: 4px;
}

.p-FAQ__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 30px;
  text-align: center;
}

.p-FAQ__contWrapper {
  margin: 60px auto -15px;
  max-width: 1040px;
}

.p-FAQ__contWrapper__tab {
  display: flex;
  flex-wrap: wrap;
  gap: 6.5px;
  list-style: none;
  margin: 0 0 30px;
  padding-left: 0;
}

.p-FAQ__contWrapper__tab li {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 5px;
}

.p-FAQ__contWrapper__tab li a {
  border-radius: 5px;
  color: #222222;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 20px;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
}

.p-FAQ__contWrapper__tab li:hover {
  background-color: rgb(17, 35, 74);
  transition: all 0.3s;
}

.p-FAQ__contWrapper__tab li:hover a {
  color: rgb(255, 255, 255);
}

.p-FAQ__contWrapper__tab li.active {
  background-color: rgb(17, 35, 74);
}

.p-FAQ__contWrapper__tab li.active a {
  color: rgb(255, 255, 255);
}

/*エリアの表示非表示と形状*/

.p-FAQ__itembox {
  display: none;
  margin: 15px 0;
  /*はじめは非表示*/
  opacity: 0;
}

.p-FAQ__itembox .p-FAQ__item {
  border: 1px solid rgb(17, 35, 74);
  border-radius: 10px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}

/*にis-activeというクラスがついた時の形状*/

.p-FAQ__itembox.is-active {
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
  /*表示*/
  animation-name: displayAnime;
  display: block;
}

.p-FAQ__item__Q {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  gap: 15px;
  letter-spacing: 0em;
  line-height: 36px;
  padding: 11.5px 20px;
  text-align: left;
}

.p-FAQ__item__Q:hover {
  cursor: pointer;
}

.p-FAQ__item__Q p {
  color: rgb(17, 35, 74);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 30px;
  text-align: left;
}

.p-FAQ__item__Q .p-FAQ__item__Q__switch {
  height: 17.5px;
  margin-left: auto;
  min-width: 17.5px;
}

.p-FAQ__item__Q .p-FAQ__item__Q__switch span {
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  transform: translate(0, -9px);
}

.p-FAQ__item__Q .p-FAQ__item__Q__switch span::before,
.p-FAQ__item__Q .p-FAQ__item__Q__switch span::after {
  background-color: #222222;
  content: "";
  display: block;
  height: 2.5px;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-FAQ__item__Q .p-FAQ__item__Q__switch span::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s all;
}

.p-FAQ__item__Q .p-FAQ__item__Q__switch span.js_accordion_open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-FAQ__item__A {
  background-color: rgb(248, 248, 248);
  border-radius: 0 0 10px 10px;
  color: rgb(17, 35, 74);
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 15px;
  height: 0;
  letter-spacing: 0em;
  line-height: 25px;
  overflow: hidden;
  padding: 0px 20px;
  text-align: left;
  transition: all 0.3s;
}

.p-FAQ__item__A.js_accordion_open {
  height: auto;
  padding: 19.5px 20px;
}

.p-FAQ__item__A p {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
}

.p-FAQ__item__A p a {
  color: rgb(25, 102, 210);
  font-weight: 700;
  text-decoration: underline;
}

.p-Event-Seminar__txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 27px;
  margin: 30px auto;
  max-width: 960px;
  text-align: center;
}

.p-Event-Seminar__itembox {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(auto-fit, 324px);
  justify-content: center;
  margin: 60px auto 0;
  max-width: 1040px;
}

.p-Event-Seminar__itembox .p-Event-Seminar__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  min-height: 424px;
  text-decoration: none;
  width: 324px;
}

.p-Event-Seminar__itembox .p-Event-Seminar__item figure {
  border-radius: 30px 30px 0 0;
  height: 184px;
  overflow: hidden;
}

.p-Event-Seminar__itembox .p-Event-Seminar__item figure picture {
  -o-object-fit: cover;
  -o-object-position: center;
  object-fit: cover;
  object-position: center;
}

.p-Event-Seminar__itembox .p-Event-Seminar__item figure picture img {
  width: 100%;
}

.p-Event-Seminar__itembox .p-Event-Seminar__item:hover {
  transition: all 0.3s ease;
}

.p-Event-Seminar__itembox .p-Event-Seminar__item:hover .p-Event-Seminar__item__body__btn {
  background-color: rgb(17, 35, 74);
  background-position: 100% 0;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  transition: all 0.3s;
}

.p-Event-Seminar__itembox .p-Event-Seminar__item:hover .p-Event-Seminar__item__body__btn img {
  content: url(../img/2x/common/arrow_drop_down_circle--white.png);
}

.p-Event-Seminar__itembox .p-Event-Seminar__item:hover>figure {
  overflow: hidden;
}

.p-Event-Seminar__itembox .p-Event-Seminar__item:hover>figure>picture {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}

.p-Event-Seminar__item__body {
  padding: 14px 10px 0;
}

.p-Event-Seminar__item__ttl {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
}

.p-Event-Seminar__item__cat {
  gap: 5px;
  margin: 10px 0;
}

.p-Event-Seminar__item__cat div {
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 18px;
  padding: 2px 5px;
  text-align: left;
}

.p-Event-Seminar__item__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
}

.p-Event-Seminar__item__body__btn {
  margin: auto auto 14px;
}

.p-CertificationExam-FV {
  background-color: rgb(17, 35, 74);
  border-bottom: 1px solid rgb(230, 230, 230);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}

.p-CertificationExam-FV .p-CertificationExam-FV-in {
  gap: 73px;
  height: 225px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1440px;
}

.p-CertificationExam-FV__body {
  min-width: 462px;
  padding-left: 15px;
  width: 462px;
}

.p-CertificationExam-FV__body .p-CertificationExam-FV__ttl {
  border-bottom: 1px solid rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  padding-bottom: 10px;
  text-align: left;
}

.p-CertificationExam-FV__body .p-CertificationExam-FV__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding-top: 10px;
  text-align: left;
}

.p-CertificationExam-FV__img {
  height: 100%;
  max-width: 720px;
}

.p-CertificationExam-FV__img picture {
  height: 100%;
}

.p-CertificationExam-FV__img picture img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-CertificationExam-LanguageSupport {
  background-color: rgb(255, 255, 255);
}

.p-CertificationExam-LanguageSupport .p-CertificationExam-LanguageSupport-in {
  margin: 0 auto;
  max-width: 880px;
}

.p-CertificationExam-LanguageSupport__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 30px;
  text-align: center;
}

.p-CertificationExam-LanguageSupport__img {
  border-radius: 30px;
  margin-top: 40px;
  max-height: 300px;
  max-width: 100%;
  overflow: hidden;
}

.p-CertificationExam-LanguageSupport__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-CertificationExam-support {
  background-color: rgb(222, 230, 247);
}

.p-CertificationExam-support__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 30px;
  text-align: center;
}

.p-CertificationExam-support__itemList {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(auto-fit, 324px);
  justify-content: center;
  margin-top: 80px;
}

.p-CertificationExam-support__itemList .p-CertificationExam-support__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.p-CertificationExam-support__item__head {
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 18px 9px 17px;
  text-align: center;
}

.p-CertificationExam-support__item__body {
  background-color: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding: 20px 20px 19px;
  text-align: left;
}

.p-CertificationExam {
  background-color: rgb(255, 255, 255);
}

.p-CertificationExam__item {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 100px;
}

.p-CertificationExam__item:first-child {
  margin-top: 80px;
}

.p-CertificationExam__item__imgBox {
  min-height: 200px;
  min-width: 200px;
}

.p-CertificationExam__item__body__ttl {
  border-left: 5px solid rgb(17, 35, 74);
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding: 2px 15px;
  text-align: left;
}

.p-CertificationExam__item__body__btn {
  margin: 40px auto 0;
}

.p-CertificationExam__item__body__btn:nth-child(4) {
  width: 455px;
}

.p-CertificationExam__item__body__btn br {
  display: none;
}

.p-CertificationExam__item__body__cont {
  border-collapse: collapse;
  margin-top: 20px;
}

.p-CertificationExam__item__body__cont tr {
  border-top: 1px solid rgb(230, 230, 230);
  box-sizing: border-box;
}

.p-CertificationExam__item__body__cont tr:last-child {
  border-bottom: 1px solid rgb(230, 230, 230);
}

.p-CertificationExam__item__body__cont tr th {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 17.5px 15px;
  text-align: left;
  vertical-align: text-top;
  white-space: nowrap;
}

.p-CertificationExam__item__body__cont tr td {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 17.5px 67px 17.5px 30px;
}

.p-training-FV {
  background-color: rgb(17, 35, 74);
  border-bottom: 1px solid rgb(230, 230, 230);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}

.p-training-FV .p-training-FV-in {
  gap: 73px;
  height: 225px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1440px;
}

.p-training-FV__body {
  min-width: 462px;
  padding-left: 15px;
  width: 462px;
}

.p-training-FV__body .p-training-FV__ttl {
  align-items: center;
  border-bottom: 1px solid rgb(255, 255, 255);
  display: flex;
  font-size: 32px;
  font-weight: 700;
  gap: 5px;
  line-height: 42px;
  padding-bottom: 10px;
  text-align: left;
}

.p-training-FV__body .p-training-FV__ttl img {
  height: 50px;
  width: 50px;
}

.p-training-FV__body .p-training-FV__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding-top: 10px;
  text-align: left;
}

.p-training-FV__img {
  height: 100%;
  max-width: 720px;
}

.p-training-FV__img picture {
  height: 100%;
}

.p-training-FV__img picture img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-training-officialTraining {
  background-color: rgb(255, 255, 255);
}

.p-training-officialTraining__item {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 100px;
}

.p-training-officialTraining__item:first-child {
  margin-top: 80px;
}

.p-training-officialTraining__item__imgBox {
  min-height: 200px;
  min-width: 200px;
}

.p-training-officialTraining__item__body__ttl {
  border-left: 5px solid rgb(17, 35, 74);
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding: 2px 0px 2px 15px;
  text-align: left;
}

.p-training-officialTraining__item__body__btn {
  margin: 40px auto 0;
}

.p-training-officialTraining__item__body__btn:nth-child(4) {
  width: 455px;
}

.p-training-officialTraining__item__body__btn br {
  display: none;
}

.p-training-officialTraining__item__body__cont {
  border-collapse: collapse;
  margin-top: 20px;
}

.p-training-officialTraining__item__body__cont tr {
  border-top: 1px solid rgb(230, 230, 230);
  box-sizing: border-box;
}

.p-training-officialTraining__item__body__cont tr:last-child {
  border-bottom: 1px solid rgb(230, 230, 230);
}

.p-training-officialTraining__item__body__cont tr th {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 17.5px 15px;
  text-align: left;
  vertical-align: text-top;
  white-space: nowrap;
}

.p-training-officialTraining__item__body__cont tr td {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 17.5px 67px 17.5px 30px;
}

.p-training-officialTraining__merit {
  margin: 80px auto 0;
  max-width: 880px;
}

.p-training-officialTraining__merit .p-training-officialTraining__merit__ttl {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 22px 0;
  text-align: left;
}

.p-training-officialTraining__merit .p-training-officialTraining__merit__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 27px;
  margin: 15px 0 0;
  text-align: left;
}

.p-training-originalTraining {
  background-color: rgb(222, 230, 247);
}

.p-training-originalTraining__table {
  border-collapse: collapse;
  color: rgb(255, 255, 255);
  margin: 60px auto 0;
}

.p-training-originalTraining__table.p-training-originalTraining__table__sp {
  display: none;
}

.p-training-originalTraining__table thead {
  background-color: rgb(17, 35, 74);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
}

.p-training-originalTraining__table thead tr th {
  padding: 13px;
}

.p-training-originalTraining__table thead tr th:first-child {
  border-right: 1px solid rgb(230, 230, 230);
}

.p-training-originalTraining__table tbody {
  background-color: rgb(255, 255, 255);
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
}

.p-training-originalTraining__table tbody tr td {
  padding: 20px;
  text-align: left;
}

.p-training-originalTraining__table tbody tr td span {
  font-weight: 700;
}

.p-training-originalTraining__table tbody tr td:first-child {
  border-right: 1px solid rgb(230, 230, 230);
  text-align: center;
  white-space: nowrap;
}

.p-training-originalTraining__merit {
  margin: 60px auto 0;
  max-width: 880px;
}

.p-training-originalTraining__merit .p-training-originalTraining__merit__ttl {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 22px 0;
  text-align: left;
}

.p-training-originalTraining__merit .p-training-originalTraining__merit__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 27px;
  margin: 15px 0 0;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.p-training-originalTraining__btnarea {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  justify-content: center;
  margin-top: 60px;
}

.p-service-constructionSupport {
  background-color: rgb(255, 255, 255);
}

.p-service-constructionSupport .p-service-constructionSupport__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-service-constructionSupport__listitem {
  background-color: rgb(248, 248, 248);
  border-radius: 15px;
  color: #222222;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  width: 100%;
}

.p-service-constructionSupport__listitem li {
  align-items: left;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 5px;
  letter-spacing: 0em;
  line-height: 30px;
  list-style: none;
  text-align: left;
}

.p-service-constructionSupport__listitem li::before {
  /* インラインブロックにする */
  background-color: rgb(17, 35, 74);
  /* 背景色指定 */
  border-radius: 50%;
  content: "";
  /* 高さ指定 */
  display: inline-block;
  /* 幅指定 */
  height: 15px;
  /* 要素を丸くする */
  margin-top: 4.5px;
  /* 空の要素作成 */
  width: 15px;
}

.p-service-constructionSupport__chartBox {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-service-constructionSupport__chartBox .p-service-constructionSupport__chartframe {
  border: 1px solid rgb(17, 35, 74);
  border-radius: 30px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.p-service-constructionSupport__chartBox .p-service-constructionSupport__chartframe .p-service-constructionSupport__chart__img img,
.p-service-constructionSupport__chartBox .p-service-constructionSupport__chartframe .p-service-constructionSupport__chart__img picture {
  max-width: 100%;
}

.p-service-constructionSupport__chartBox .p-service-constructionSupport__chartBox__txt {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.p-service-professional {
  background-color: rgb(248, 248, 248);
}

.p-service-professional .p-service-professional__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-service-professional__itemBox {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(auto-fit, 324px);
  justify-content: center;
  width: 100%;
}

.p-service-professional__itemBox .p-service-professional__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.p-service-professional__item__head {
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 30px 5px;
  text-align: center;
}

.p-service-professional__item__body {
  background-color: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 20px 19px;
  text-align: left;
}

.p-service-professional__item__body p {
  padding-left: 1em;
  text-indent: -1em;
}

.p-service-professional__chartBox {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-service-professional__chartBox .p-service-professional__chartframe {
  border: 1px solid rgb(17, 35, 74);
  border-radius: 30px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.p-service-professional__chartBox .p-service-professional__chartframe .p-service-professional__chart__img img,
.p-service-professional__chartBox .p-service-professional__chartframe .p-service-professional__chart__img picture {
  max-width: 100%;
}

.p-service-professional__chartBox .p-service-professional__chartBox__txt {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.p-service-professional__chartBox .p-service-professional__chartBox__txt span {
  font-weight: 500;
}

.p-service-DXstartup {
  background-color: rgb(222, 230, 247);
  color: #222222;
}

.p-service-DXstartup__in {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-service-DXstartup__contWrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-service-DXstartup__cont {
  width: min(100%, 880px);
}

.p-service-DXstartup__cont__head {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 36px;
  padding: 22px 0;
  text-align: left;
}

.p-service-DXstartup__cont__body {
  padding-top: 15px;
}

.p-service-DXstartup__cont__txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 27px;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.p-service-training {
  background-color: rgb(248, 248, 248);
}

.p-service-training__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-service-training__itemBox {
  display: grid;
  gap: 20px 34px;
  grid-template-columns: repeat(auto-fit, 324px);
  justify-content: center;
  width: 100%;
}

.p-service-training__itemBox .p-service-training__item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 30px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}

.p-service-training__item__head {
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
  padding: 15px;
  text-align: center;
}

.p-service-training__item__imgbox {
  display: flex;
  justify-content: center;
}

.p-service-training__item__imgbox img {
  height: 100px;
  width: 100px;
}

.p-service-training__item__body {
  padding: 0 15px;
}

.p-service-training__item__body__listTxt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.p-service-training__item__body__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
}

.p-service-trainingtraining__item__btn {
  margin: auto auto 0;
  min-width: calc(100% - 30px);
}

.p-service-certificationExam {
  background-color: rgb(222, 230, 247);
}

.p-service-certificationExam__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-service-certificationExam__itemBox {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(auto-fit, 324px);
  max-width: 100%;
}

.p-service-certificationExam__itemBox .p-service-certificationExam__item {
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  padding: 0 15px;
}

.p-service-certificationExam__item__head {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: rgb(17, 35, 74);
  padding: 24px 0;
  text-align: center;
}

.p-service-certificationExam__item__head #text {
  margin: auto 0;
}

.p-service-certificationExam__item__body {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  padding: 24px 0;
  text-align: left;
}

.p-service-certificationExam__item__body .p-service-certificationExam__item__body__list {
  padding-left: 1em;
  text-indent: -1em;
}

.p-service-ourStrength {
  background-color: rgb(255, 255, 255);
}

.p-service-ourStrength__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-service-ourStrength__itemBox {
  display: grid;
  gap: 40px 100px;
  grid-template-columns: repeat(auto-fit, 280px);
  max-width: 100%;
}

.p-service-ourStrength__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-service-ourStrength__item__imgBox img {
  width: 100%;
}

.p-service-ourStrength__item__txt {
  text-align: center;
}

.p-service-FV-top {
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.p-service-FV-top .p-service-FV-top__in {
  gap: 45px;
  height: 469px;
  justify-content: flex-end;
  margin: 0 auto;
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
}

.p-service-FV-top__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto 0;
  min-width: 579px;
  padding-left: 50px;
  width: 579px;
}

.p-service-FV-top__body__imgbox {
  display: flex;
  gap: 20px;
  width: 100%;
}

.p-service-FV-top__body__imgbox figure {
  max-height: 140px;
}

.p-service-FV-top__ttl {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 42px;
  text-align: left;
}

.p-service-FV-top__txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 30px;
  margin-top: -15px;
  text-align: left;
}

.p-service-FV-top__img {
  height: 100%;
  max-width: 720px;
}

.p-service-FV-top__img picture {
  height: 100%;
}

.p-service-FV-top__img picture img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-service-FV-bottom {
  background-color: rgb(248, 248, 248);
  padding: 40px 0;
}

.p-service-FV-bottom__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-service-FV-bottom__scrollLinkList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.p-service-FV-bottom__scrollLinkList .p-service-FV-bottom__scrollLink {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(17, 35, 74);
  border-radius: 10px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  color: rgb(17, 35, 74);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0em;
  line-height: 20px;
  min-height: 65px;
  padding: 10.5px 8px;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  width: 252px;
}

.p-service-FV-bottom__scrollLinkList .p-service-FV-bottom__scrollLink:hover {
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
  transition: all 0.3s;
}

.p-service-FV-bottom__scrollLinkList .p-service-FV-bottom__scrollLink:hover img {
  content: url(../img/2x/common/arrow_drop_down_circle--white.png);
}

.p-service-FV-bottom__scrollLinkList img {
  height: 24px;
  max-width: 24px;
  rotate: 90deg;
  width: 24px;
}

.p-service-FV-bottom__chart {
  align-items: center;
  color: #222222;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: left;
}

.p-service-FV-bottom__chart .p-service-FV-bottom__chart__box {
  gap: 10px;
}

.p-service-FV-bottom__chart .p-service-FV-bottom__chart__img {
  box-sizing: content-box;
}

.p-archiveColumn {
  width: calc(100% - 240px);
}

.p-archiveColumnList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

.p-archiveColumnList__item {
  border-radius: 30px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: calc(33.3% - 13.3333333333px);
}

.p-archiveColumnList__item a {
  color: rgb(54, 54, 54);
  text-decoration: none;
}

.p-archiveColumnList__img {
  height: 130px;
  overflow: hidden;
}

.p-archiveColumnList__img img {
  -o-object-fit: cover;
  min-height: 100%;
  object-fit: cover;
}

.p-archiveColumnList__desc {
  padding: 15px 10px;
}

.p-archiveColumnList__desc h2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 14px;
  overflow: hidden;
}

.p-archiveColumnList__time {
  color: #7f7f7f;
  font-size: 12px;
}

.p-archiveColumn__title {
  margin-bottom: 20px;
  padding-left: 36px;
  position: relative;
}

.p-archiveColumn__title::before {
  background-image: url(../img/svg/folder_open.svg);
  background-repeat: no-repeat;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23.25px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  row-gap: 10px;
}

.page-numbers {
  border: 1px solid rgb(17, 35, 74);
  border-radius: 5px;
  color: rgb(54, 54, 54);
  display: inline-block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.page-numbers:not(:first-child) {
  margin-left: 10px;
}

.page-numbers:not(.next,
  .prev) {
  height: 50px;
  width: 50px;
}

.page-numbers.next,
.page-numbers.prev {
  position: relative;
  width: 100px;
}

.page-numbers.next::after,
.page-numbers.prev::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-60.6%);
  width: 7px;
}

.page-numbers.current {
  background-color: rgb(17, 35, 74);
  color: rgb(255, 255, 255);
}

.page-numbers.dots {
  border: none;
  width: 18px;
}

.page-numbers.next {
  padding-right: 17px;
}

.page-numbers.next::after {
  background-image: url(../img/2x/common/arrow_forward_ios.png);
  right: 18px;
}

.page-numbers.prev {
  padding-left: 17px;
}

.page-numbers.prev::after {
  background-image: url(../img/2x/common/arrow_back_ios.png);
  left: 18px;
}

.p-singleColumn {
  width: calc(100% - 240px);
}

.p-singleColumn__headerTitle {
  font-size: 36px;
}

.singleColumn__headerInfo {
  margin-top: 15px;
}

.p-singleColumn__thumb {
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-singleColumn__thumb {
    margin-bottom: 15px;
  }
}

.p-singleColumn__thumb img {
  -o-object-fit: contain;
  min-width: 100%;
  object-fit: contain;
}

/* .p-singleColumn__otherLink {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.p-singleColumn__otherLink .p-singleColumn__otherLink__btn {
	align-items: center;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(230, 230, 230);
	border-radius: 10px;
	box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 10px;
	gap: 10px;
	padding: 10px;
	text-decoration: none;
}

.p-singleColumn__otherLink .p-singleColumn__otherLink__btn.next {
	flex-direction: row-reverse;
}

.p-singleColumn__otherLink .p-singleColumn__otherLink__btn .p-singleColumn__otherLink__btn__txt {
	color: rgb(0, 0, 0);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 20px;
	text-align: left;
}

.p-singleColumn__otherLink .p-singleColumn__otherLink__btn picture img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-singleColumn__otherLink .p-singleColumn__otherLink__btn picture:first-child {
	height: 18px;
	width: 18px;
}

.p-singleColumn__otherLink .p-singleColumn__otherLink__btn picture:nth-child(2) {
	height: 98px;
	width: 98px;
} */

.p-archiveNews {
  max-width: 100%;
  width: 100%;
}

.p-archiveNewsList {
  padding-left: 0;
}

.p-archiveNewsList .p-archiveNewsList__item {
  border-bottom: 1px solid rgb(230, 230, 230);
  gap: 24px;
  max-width: 100%;
  padding: 19px 9px 19px 29px;
}

.p-archiveNewsList .p-archiveNewsList__item:first-child {
  border-top: 1px solid rgb(230, 230, 230);
}

.p-archiveNewsList__item__date {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p-archiveNewsList__item__cat {
  align-items: center;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 14px;
  color: rgb(0, 0, 0);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  line-height: 24px;
  min-width: 200px;
  padding: 2px;
  text-decoration: none;
}

a.p-archiveNewsList__item__ttl {
  color: rgb(25, 102, 210);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

a.p-archiveNewsList__item__ttl:hover {
  color: rgb(229, 57, 0);
}

div.p-archiveNewsList__item__ttl {
  color: rgb(54, 54, 54);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.p-weandmendix-engineerList {
  background-color: rgb(255, 255, 255);
}

.p-weandmendix-engineerList__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-weandmendix-engineer__itemBox {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(auto-fit, 324px);
  justify-content: center;
  row-gap: 50px;
  width: 100%;
}

.p-weandmendix-engineer__itemLink {
  text-decoration: none;
}

.p-weandmendix-engineer__item {
  align-items: center;
  border: 1px solid #ababab;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  min-height: 436px;
  overflow: hidden;
  padding-bottom: 14px;
}

.p-weandmendix-engineer__item:hover .p-weandmendix-engineer__item__img img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.p-weandmendix-engineer__item:hover .p-weandmendix-engineer__item__btn {
  background-color: rgb(11, 19, 37);
  color: rgb(255, 255, 255);
  transition: all 0.2s;
}

.p-weandmendix-engineer__item:hover .p-weandmendix-engineer__item__btn img {
  content: url(../img/2x/common/arrow_drop_down_circle--white.png);
}

.p-weandmendix-engineer__item .p-weandmendix-engineer__item__img {
  -o-object-fit: cover;
  height: 230px;
  margin-top: -1px;
  max-width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-bottom: 1px solid #ababab;
}

.p-weandmendix-engineer__item .p-weandmendix-engineer__item__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.6s;
  width: 100%;
}

.p-weandmendix-engineer__item .p-weandmendix-engineer__item__body {
  padding: 14px 10px 8px;
}

.p-weandmendix-engineer__item .p-weandmendix-engineer__name {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.p-weandmendix-engineer__item .p-weandmendix-engineer__subname {
  color: rgb(127, 127, 127);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-top: -2px;
  text-align: center;
}

.p-weandmendix-engineer__item .p-weandmendix-engineer__txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #222222;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  padding: 10px 19px 0;
}

.p-weandmendix-engineer__item .p-weandmendix-engineer__item__btn {
  margin-top: auto;
  transition: all 0.2s;
}

.l-single-container {
  flex-wrap: wrap;
  gap: 50px;
  margin: 0 auto;
  max-width: 1130px;
  padding-left: 20px;
  padding-right: 20px;
  row-gap: 0;
}

.p-Engineer-article {
  max-width: 760px;
  padding: 60px 0 20px;
}

.p-Engineer-article .p-Engineer-article__name {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin: 0 0 15px;
}

.p-Engineer-article .p-Engineer-article__profile {
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0;
}

.p-Engineer-article .p-Engineer-article__profile img {
  -o-object-fit: contain;
  -o-object-position: center;
  height: 250px;
  object-fit: contain;
  object-position: center;
  width: 250px;
}

.p-Engineer-article .p-Engineer-article__profile table {
  word-wrap: break-word;
  border-collapse: collapse;
  font-size: 14px;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 21px;
  max-width: 500px;
  width: 100%;
}

.p-Engineer-article .p-Engineer-article__profile table a {
  color: rgb(28, 103, 210);
}

.p-Engineer-article .p-Engineer-article__profile table tr {
  width: 100%;
}

.p-Engineer-article .p-Engineer-article__profile table tr th {
  background-color: rgb(243, 243, 244);
  border: 1px solid rgb(230, 230, 230);
  padding: 2px;
  width: 100%;
}

.p-Engineer-article .p-Engineer-article__profile table tr td {
  border: 1px solid rgb(230, 230, 230);
  padding: 10px;
}

.p-Engineer-article .p-Engineer-article__profile table tr td:first-child {
  background-color: rgb(243, 243, 244);
  font-weight: 700;
  min-width: 80px;
  padding: 10px 5px;
}

.p-Engineer-article .p-Engineer-article__profile table tr td:last-child {
  width: 419px;
}

.p-Engineer-article>p {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p-Engineer-article .p-Engineer-article__firstMessage {
  background-color: rgb(248, 248, 248);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  row-gap: 24px;
}

.p-Engineer-article .p-Engineer-article__QA {
  padding: 10px 0;
}

.p-Engineer-article .p-Engineer-article__QA:first-of-type {
  margin-top: 40px;
}

.p-Engineer-article .p-Engineer-article__QA .p-Engineer-article__QA__heading {
  border-bottom: 1px solid rgb(17, 35, 74);
  gap: 13px;
  margin-bottom: 30px;
  padding: 21.5px 0;
}

.p-Engineer-article .p-Engineer-article__QA .p-Engineer-article__QA__heading p {
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.p-Engineer-article .p-Engineer-article__QA .p-Engineer-article__QA__heading h2 {
  color: rgb(17, 35, 74);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.p-Engineer-article .p-Engineer-article__QA>p {
  margin: 24px 0;
}

.p-Engineer-article .c-btn {
  margin: 50px auto;
  width: 220px;
}

.p-success {
  background-color: rgb(255, 255, 255);
}

.p-success__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-success__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 30px;
  text-align: center;
}

.p-success__itembox {
  margin: -50px auto 0;
  max-width: 1040px;
}

.p-success__itembox .p-success__item {
  margin-top: 50px;
  padding: 0 20px;
}

.p-success__item__cat {
  background-color: rgb(17, 35, 74);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 -20px;
  padding: 10px;
  text-align: center;
}

.p-success__item__heading {
  border-bottom: 1px solid rgb(17, 35, 74);
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 20px 0 15px;
  text-align: left;
}

.p-success__item__company {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: left;
}

.p-success__item__txt {
  color: rgb(34, 34, 34);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.p-success__item__detailCatBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.p-success__item__detailCat {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  height: 90px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
  width: 235px;
}

.p-success__item__detailCat figure {
  width: 40px;
}

.p-success__item__detailCat figure picture,
.p-success__item__detailCat figure img {
  width: 100%;
}

.p-success__item__btn {
  margin: 20px auto;
}

.p-successArticle {
  background-color: rgb(255, 255, 255);
}

.p-successArticle__in {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-successArticle__ttl {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 54px;
  margin-bottom: 15px;
}

.p-successArticle__txt {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 24px;
  width: 100%;
}

.p-successArticle__txt.p-successArticle__txt--black {
  color: rgb(0, 0, 0);
}

.p-successArticle__txt.p-successArticle__txt--bold {
  font-weight: 700;
}

.p-successArticle__txt .p-successArticle__txt--bold {
  font-weight: 700;
}

.p-successArticle__txtBox {
  background-color: rgb(248, 248, 248);
  border-radius: 10px;
  padding: 20px;
}

.p-successArticle__txtBox .p-successArticle__txt {
  color: rgb(0, 0, 0);
}

.p-successArticle__info {
  gap: 30px;
  width: 100%;
}

.p-successArticle__info .p-successArticle__info__body {
  max-width: 697px;
  width: 100%;
}

.p-successArticle__info .p-successArticle__info__body .p-successArticle__info__body__img {
  margin-top: 7px;
  width: 100%;
}

.p-successArticle__info .p-successArticle__info__thumbnail {
  max-width: 313px;
  width: 100%;
}

.p-successArticle__info__table {
  border-collapse: collapse;
  width: 100%;
}

.p-successArticle__info__table thead .p-successArticle__table__txt {
  color: rgb(0, 0, 0);
  text-align: center;
}

.p-successArticle__info__table thead th {
  padding: 3px;
}

.p-successArticle__info__table th {
  background-color: rgb(248, 248, 248);
  width: 104px;
}

.p-successArticle__info__table th,
.p-successArticle__info__table td {
  border: 1px solid rgb(230, 230, 230);
  padding: 10px;
}

.p-successArticle__table__txt {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 21px;
  text-align: left;
}

.p-successArticle__cont {
  align-items: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-successArticle__cont__itemBox {
  align-items: center;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.p-successArticle__media {
  gap: 40px;
}

.p-successArticle__media .p-successArticle__txtBox {
  margin-bottom: 30px;
}

.p-successArticle__media .p-successArticle__media__body__img {
  margin-bottom: 9px;
  width: 230px;
}

.p-successArticle__media .p-successArticle__media__body__txt {
  color: rgb(0, 0, 0);
}

.p-successArticle__imgWrapper {
  gap: 40px;
  width: 100%;
}

.p-successArticle__img {
  -o-object-fit: cover;
  max-width: 100%;
  object-fit: cover;
}

.p-successArticle__img img {
  width: 100%;
}

.p-successArticle__listBox {
  background-color: rgb(248, 248, 248);
  border-radius: 10px;
  list-style: none;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

.p-successArticle__listBox .p-successArticle__listBox__item {
  border-bottom: 1px solid rgb(17, 35, 74);
  padding: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-successArticle__listBox .p-successArticle__listBox__item:last-child {
  border: none;
}

.p-successArticle__listBox .p-successArticle__listBox__item .p-successArticle__txt::before {
  background-color: rgb(17, 35, 74);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 10px;
  margin-top: 0px;
  min-width: 7px;
}

.p-successArticle__listBox.p-successArticle__listBox__num {
  counter-reset: my-counter;
}

.p-successArticle__listBox.p-successArticle__listBox__num .p-successArticle__txt::before {
  background-color: rgb(17, 35, 74);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  padding-left: 15px;
  text-align: center;
  width: 20px;
}

.p-successArticle__list {
  margin: 0;
  padding: 0;
}

.p-successArticle__list__item {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
}

body.open_popup {
  overflow: hidden;
}

.bg_onetime_popup {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0px;
  opacity: 0;
  position: fixed;
  top: 0px;
  transition: 0.5s;
  visibility: hidden;
  width: 100vw;
  z-index: 9999;
}

body.open_popup .bg_onetime_popup {
  opacity: 1;
  visibility: visible;
}

.onetime_popup {
  background-color: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  left: 50%;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 600px;
}

.onetime_popup_title {
  aspect-ratio: 2/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  position: relative;
}

.onetime_popup_title_close {
  background: #fff;
  border-radius: 30px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  transition: all 0.3s;
  width: 30px;
}

.onetime_popup_title_close:hover {
  background-color: #11234a;
}

.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
  background-color: #333;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
  width: 19px;
}

.onetime_popup_title_close:hover::before,
.onetime_popup_title_close:hover::after {
  background-color: #fff;
}

.onetime_popup_title_close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.onetime_popup_title_close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

.onetime_popup_btn {
  background: #fff;
  border: 1px solid #0b1325;
  border-radius: 21px;
  color: #333;
  display: inline-block;
  min-height: 42px;
  padding: 9px 66px 9px 66px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 280px;
}

.onetime_popup_btn:hover {
  background-color: #11234a;
  color: #fff;
}

.onetime_popup_btn span {
  position: relative;
}

.onetime_popup_btn span::after,
.onetime_popup_btn span::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 21px;
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
}

.onetime_popup_btn span::after {
  background-image: url(../img/2x/common/arrow_drop_down_circle--black.png);
  transition: all 0.3s;
}

.onetime_popup_btn span::before {
  background-image: url(../img/2x/common/arrow_drop_down_circle--white.png);
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}

.onetime_popup_btn:hover span::after {
  opacity: 0;
  visibility: hidden;
}

.onetime_popup_btn:hover span::before {
  opacity: 1;
  visibility: visible;
}

.u {
  /*
    &-flex-0-0-auto {
      align-items: 0 0 auto !important;
    }

    &-flex-1-1-auto {
      align-items: 1 1 auto !important;
    }
  */
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-fn {
  float: none !important;
}

.u-dn {
  display: none !important;
}

.u-di {
  display: inline !important;
}

.u-db {
  display: block !important;
}

.u-diib {
  display: inline-block !important;
}

.u-dtb {
  display: table !important;
}

.u-df {
  display: flex !important;
}

.u-flex {
  display: flex !important;
}

.u-flex-jf-between {
  justify-content: space-between !important;
}

.u-flex-jf-around {
  justify-content: space-around !important;
}

.u-flex-jf-center {
  justify-content: center !important;
}

.u-flex-jf-start {
  justify-content: flex-start !important;
}

.u-flex-jf-end {
  justify-content: flex-end !important;
}

.u-flex-ai-center {
  align-items: center !important;
}

.u-flex-ai-start {
  align-items: flex-start !important;
}

.u-flex-ai-end {
  align-items: flex-end !important;
}

.u-position-ab {
  position: absolute !important;
}

.u-position-rt {
  position: relative !important;
}

.u-position-st {
  position: static !important;
}

.u-border-top-none {
  border-top: none !important;
}

.u-border-left-none {
  border-left: none !important;
}

.u-border-right-none {
  border-right: none !important;
}

.u-border-bottom-none {
  border-bottom: none !important;
}

.u-width-100 {
  width: 100% !important;
}

.u-width-auto {
  width: auto !important;
}

.u-height-100 {
  height: 100% !important;
}

.u-height-auto {
  height: auto !important;
}

.u-font-we-normal {
  font-weight: normal !important;
}

.u-font-we-bold {
  font-weight: bold !important;
}

.u-text-align-center {
  text-align: center !important;
}

.u-text-align-left {
  text-align: left !important;
}

.u-text-align-right {
  text-align: right !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-ml28 {
  margin-left: 28px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-ml36 {
  margin-left: 36px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mr28 {
  margin-right: 28px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mr36 {
  margin-right: 36px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt4 {
  padding-top: 4px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pt12 {
  padding-top: 12px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pt28 {
  padding-top: 28px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pt36 {
  padding-top: 36px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pl4 {
  padding-left: 4px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-pl12 {
  padding-left: 12px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-pl28 {
  padding-left: 28px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-pl36 {
  padding-left: 36px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pr4 {
  padding-right: 4px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pr12 {
  padding-right: 12px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pr28 {
  padding-right: 28px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pr36 {
  padding-right: 36px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb4 {
  padding-bottom: 4px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pb12 {
  padding-bottom: 12px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pb28 {
  padding-bottom: 28px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pb36 {
  padding-bottom: 36px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-w0 {
  width: 0px !important;
}

.u-w20 {
  width: 20px !important;
}

.u-w40 {
  width: 40px !important;
}

.u-w60 {
  width: 60px !important;
}

.u-w80 {
  width: 80px !important;
}

.u-w100 {
  width: 100px !important;
}

.u-w120 {
  width: 120px !important;
}

.u-w140 {
  width: 140px !important;
}

.u-w160 {
  width: 160px !important;
}

.u-w180 {
  width: 180px !important;
}

.u-w200 {
  width: 200px !important;
}

.u-w220 {
  width: 220px !important;
}

.u-w240 {
  width: 240px !important;
}

.u-w260 {
  width: 260px !important;
}

.u-w280 {
  width: 280px !important;
}

.u-w300 {
  width: 300px !important;
}

.u-w320 {
  width: 320px !important;
}

.u-w340 {
  width: 340px !important;
}

.u-w360 {
  width: 360px !important;
}

.u-w380 {
  width: 380px !important;
}

.u-w400 {
  width: 400px !important;
}

.p-frame {
  border: 2px solid rgb(0, 0, 0);
  border-radius: 8px;
  padding: 4px;
}

.p-frame.p-frame--dashed {
  border: 2px dashed rgb(0, 0, 0);
}

.p-frame.p-frame--dotted {
  border: 2px dotted rgb(0, 0, 0);
}

.p-ttl,
.p-ttl-barcolor__black .p-ttl__ttlbar,
.p-ttl-barcolor__yellow .p-ttl__ttlbar,
.p-ttl-size__mini,
.p-ttl-color__light,
.p-ttl-txt__bold {
  margin: 0 auto;
  max-width: min(880px, 100%);
  text-align: center;
}

.p-ttl .p-ttl__subttl,
.p-ttl-barcolor__black .p-ttl__ttlbar .p-ttl__subttl,
.p-ttl-barcolor__yellow .p-ttl__ttlbar .p-ttl__subttl,
.p-ttl-size__mini .p-ttl__subttl,
.p-ttl-color__light .p-ttl__subttl,
.p-ttl-txt__bold .p-ttl__subttl {
  color: rgb(127, 127, 127);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 27px;
}

.p-ttl .p-ttl__mainttl,
.p-ttl-barcolor__black .p-ttl__ttlbar .p-ttl__mainttl,
.p-ttl-barcolor__yellow .p-ttl__ttlbar .p-ttl__mainttl,
.p-ttl-size__mini .p-ttl__mainttl,
.p-ttl-color__light .p-ttl__mainttl,
.p-ttl-txt__bold .p-ttl__mainttl {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin-top: -4px;
}

.p-ttl .p-ttl__ttlbar,
.p-ttl-barcolor__black .p-ttl__ttlbar .p-ttl__ttlbar,
.p-ttl-barcolor__yellow .p-ttl__ttlbar .p-ttl__ttlbar,
.p-ttl-size__mini .p-ttl__ttlbar,
.p-ttl-color__light .p-ttl__ttlbar,
.p-ttl-txt__bold .p-ttl__ttlbar {
  background: linear-gradient(to right, rgb(66, 128, 189) 0%, rgb(69, 47, 250) 97.4%);
  border-radius: 3px;
  height: 5px;
  margin: 11px auto 0;
  width: 80px;
}

.p-ttl .p-ttl__txt,
.p-ttl-barcolor__black .p-ttl__ttlbar .p-ttl__txt,
.p-ttl-barcolor__yellow .p-ttl__ttlbar .p-ttl__txt,
.p-ttl-size__mini .p-ttl__txt,
.p-ttl-color__light .p-ttl__txt,
.p-ttl-txt__bold .p-ttl__txt {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 30px;
}

.p-ttl .p-ttl__txt.p-ttl__txt--bold,
.p-ttl-barcolor__black .p-ttl__ttlbar .p-ttl__txt.p-ttl__txt--bold,
.p-ttl-barcolor__yellow .p-ttl__ttlbar .p-ttl__txt.p-ttl__txt--bold,
.p-ttl-size__mini .p-ttl__txt.p-ttl__txt--bold,
.p-ttl-color__light .p-ttl__txt.p-ttl__txt--bold,
.p-ttl-txt__bold .p-ttl__txt.p-ttl__txt--bold {
  font-weight: 700;
}

.p-ttl .p-ttl__img,
.p-ttl-barcolor__black .p-ttl__ttlbar .p-ttl__img,
.p-ttl-barcolor__yellow .p-ttl__ttlbar .p-ttl__img,
.p-ttl-size__mini .p-ttl__img,
.p-ttl-color__light .p-ttl__img,
.p-ttl-txt__bold .p-ttl__img {
  margin: 30px auto 0;
  margin-top: 30px;
  max-width: min(100%, 320px);
}

.p-ttl-txt__bold .p-ttl__txt {
  font-weight: 700;
}

.p-ttl-color__light .p-ttl__mainttl {
  color: rgb(255, 255, 255);
}

.p-ttl-color__light .p-ttl__txt {
  color: rgb(255, 255, 255);
}

.p-ttl-size__mini .p-ttl__subttl {
  color: rgb(201, 201, 201);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.p-ttl-size__mini .p-ttl__mainttl {
  font-size: 24px;
  line-height: 36px;
  margin-top: 0;
}

.p-ttl-size__mini .p-ttl__ttlbar {
  border-radius: 0;
  height: 2px;
  margin-top: 20px;
  width: 110px;
}

.p-ttl-size__mini .p-ttl__txt {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  text-align: left;
}

.p-ttl-barcolor__yellow .p-ttl__ttlbar {
  background: linear-gradient(90deg, rgb(255, 227, 129) 0%, rgb(255, 179, 31) 100%);
}

.p-ttl-barcolor__black .p-ttl__ttlbar {
  background: rgb(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {

  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

}

@media ol {

  .p-singleColumn__content li {
    padding-left: 32px;
  }

  body {
    counter-reset: number 0;
  }

  .p-singleColumn__content li::after {
    color: rgb(255, 255, 255);
    content: counter(number) " ";
    counter-increment: number 1;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 22px;
  }

}

@media screen and (min-width: 834px) {

  .p-overview-function__mediaWrapper.js__height__none {
    height: 0;
  }

}

@media screen and (min-width: 835px) {

  .p-archiveColumnList__item:not(:nth-of-type(3n + 1)) {
    margin-left: 20px;
  }

  .p-archiveColumnList__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }

}

@media screen and (max-width: 1350px) {

  .l-footer-top .l-footer-nav {
    flex-direction: column;
  }

  .l-footer-bottom {
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    row-gap: 20px;
  }

  .p-top-column__itemBox {
    /*---------- 矢印 ----------*/
  }

  .p-top-column__itemBox .slick-next {
    right: -35px !important;
  }

  .p-top-column__itemBox .slick-prev {
    left: -35px !important;
  }

}

@media screen and (max-width: 1200px) {

  .l-header__top .l-header-SPmenu {
    background-color: rgb(11, 19, 37);
    border: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 21px;
    padding: 0;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 50px;
  }

  .l-header__top .l-header-SPmenu .l-header-SPmenu__bar {
    background-color: rgb(255, 255, 255);
    display: block;
    height: calc(50px * 0.05);
    left: 9px;
    position: absolute;
    transition: 0.3s all;
    width: 64%;
  }

  .l-header__top .l-header-SPmenu .l-header-SPmenu__bar:nth-child(1) {
    top: 4.3px;
  }

  .l-header__top .l-header-SPmenu .l-header-SPmenu__bar:nth-child(2) {
    top: calc(20% + 4.3px);
    transform: translateY(-50%);
  }

  .l-header__top .l-header-SPmenu .l-header-SPmenu__bar:nth-child(3) {
    top: calc(40% + 4.3px);
    transform: translateY(-50%);
  }

  .l-header__top .l-header-SPmenu.l-header-SPmenu--closed .l-header-SPmenu__bar {
    content: "";
    left: 50%;
    top: 50%;
  }

  .l-header__top .l-header-SPmenu.l-header-SPmenu--closed .l-header-SPmenu__bar:nth-child(1) {
    transform: translate(-50%, -10px) rotate(45deg);
  }

  .l-header__top .l-header-SPmenu.l-header-SPmenu--closed .l-header-SPmenu__bar:nth-child(2) {
    display: none;
  }

  .l-header__top .l-header-SPmenu.l-header-SPmenu--closed .l-header-SPmenu__bar:nth-child(3) {
    transform: translate(-50%, -10px) rotate(-45deg);
  }

  .l-header__bottom {
    display: none;
  }

}

@media screen and (max-width: 1150px) {

  .p-price-licenceSystem__table thead {
    top: 80px;
  }

  .p-price-licenceSystem__table__head__none {
    display: none;
  }

  .p-price-licenceSystem__table__summary {
    width: 33.3333333333%;
  }

  .p-price-licenceSystem__table__summary__contWrapper {
    padding: 30px 10px;
  }

  .p-price-licenceSystem__table__cat td {
    border-left: none;
    border-right: none;
  }

  .p-price-licenceSystem__table__cat td:first-child {
    border-left: 1px solid rgb(136, 136, 136);
  }

  .p-price-licenceSystem__table__cat td:last-child {
    border-right: 1px solid rgb(136, 136, 136);
  }

  .p-price-licenceSystem__table__sp-itemttl {
    display: table-row;
  }

  .p-price-licenceSystem__table__item {
    height: 50px;
  }

  .p-price-licenceSystem__table__item td:first-child {
    display: none;
  }

  .p-weandmendix-advantage .p-weandmendix-advantage__in .p-weandmendix-advantage__itembox {
    flex-wrap: wrap;
  }

  .p-weandmendix-hybrid__itembox {
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 1140px) {

  .p-weandmendix-point>.l-inner .p-weandmendix-point__itembox {
    align-items: center;
    flex-direction: column;
  }

}

@media screen and (max-width: 1100px) {

  .l-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .l-FV-top.l-FV-top--about .l-FV-top__img img {
    content: url(../img/2x/page-about/about-fv-img-sp@2x.png);
  }

  .l-FV-top .l-inner {
    align-items: center;
    flex-direction: column;
    gap: 0;
    max-height: none;
    padding: 0;
    width: 100%;
  }

  .l-FV-top .l-inner .l-FV-top__img {
    margin: 0;
    width: 100vw;
  }

  .l-FV-top .l-inner .l-FV-top__img img,
  .l-FV-top .l-inner .l-FV-top__img picture {
    -o-object-fit: cover;
    margin-left: 0;
    object-fit: cover;
    transform: scale(1);
    width: 100%;
  }

  .l-FV-top .l-inner .l-FV-top__body {
    padding-top: 20px;
  }

  .l-FV-top .l-inner .l-FV-top__ttl {
    text-align: center;
  }

  .l-FV-top .l-inner .l-FV-top__txt {
    text-align: center;
  }

  .l-FV-top .l-inner .c-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .l-FV-bottom .l-FV-bottom__scroll {
    display: none;
  }

  .p-flow__in {
    padding-left: 30px;
    padding-right: 30px;
  }

  .p-service-FV-top .p-service-FV-top__in {
    flex-direction: column-reverse;
    gap: 20px;
    height: auto;
  }

  .p-service-FV-top__body {
    align-items: center;
    height: auto;
    min-width: auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .p-service-FV-top__body__imgbox {
    justify-content: center;
  }

  .p-service-FV-top__body__imgbox figure {
    max-height: none;
  }

  .p-service-FV-top__body__imgbox figure img {
    max-height: 100px;
  }

  .p-service-FV-top__img {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }

  .p-service-FV-top__img picture img {
    -o-object-fit: cover;
    min-height: 100px;
    object-fit: cover;
    width: 100%;
  }

  .l-single-container {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media screen and (max-width: 999px) {

  .p-movielist__itembox {
    grid-template-columns: repeat(2, 45%);
  }

}

@media screen and (max-width: 940px) {

  .p-CertificationExam-LanguageSupport .p-CertificationExam-LanguageSupport-in {
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media screen and (max-width: 900px) {

  .l-FV-bottom .l-inner .l-FV-bottom__heading {
    flex-direction: column;
    gap: 0px;
  }

  .p-price-licenceSystem__table__summary__btn {
    -webkit-text-decoration: underline 1px currentColor;
    background: none;
    border-radius: 0;
    box-shadow: none;
    color: rgb(25, 102, 210);
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0em;
    line-height: 20px;
    padding: 0 !important;
    text-decoration: underline 1px currentColor;
  }

  .p-price-licenceSystem__table__summary__btn:hover {
    color: rgb(211, 72, 34);
  }

  .p-price-licenceSystem__table__summary__btn picture {
    display: none;
  }

}

@media screen and (max-width: 834px) {

  .l-footer .l-footer-in {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .l-flex.__tb,
  .__tb.l-flex-direction__row-r,
  .__tb.l-flex-direction__row,
  .__tb.l-flex-direction__col-r,
  .__tb.l-flex-direction__col,
  .__tb.l-flex-wrap,
  .__tb.l-flex-align__end,
  .__tb.l-flex-align__start,
  .__tb.l-flex-align__center,
  .__tb.l-flex-justify__end,
  .__tb.l-flex-justify__center,
  .__tb.l-flex-justify__between {
    flex-direction: column;
  }

  .l-sidebar {
    margin-left: 0;
    max-width: 100%;
  }

  .l-sidebarOthersList .p-weandmendix-engineer__item__img img {
    width: 100%;
  }

  .p-archiveColumnList__img {
    height: 180px;
  }

  .p-overview-solution__cont__body__list {
    width: 100%;
  }

  .p-overview-certification__contWrapper {
    gap: 30px;
  }

  .p-overview-certification__cont {
    flex-direction: column;
  }

  .p-overview-certification__cont__img {
    max-width: 100%;
  }

  .p-overview-certification__cont__body {
    width: 100%;
  }

  .p-overview-certification__cont__body__ttl {
    margin-bottom: 15px;
  }

  .p-overview-function__contWrapper--PC {
    display: none;
  }

  .p-overview-function__contWrapper--SP {
    display: block;
  }

  .p-overview-function__cont {
    flex-direction: column;
  }

  .p-overview-function__accordion {
    width: 100%;
  }

  .p-overview-function__mediaWrapper {
    margin: 0;
    padding-bottom: 9px;
    width: 100%;
  }

  .p-flow__in {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-SAPandMendix-theWayToUse__bigtxt {
    font-size: 28px;
  }

  .p-SAPandMendix-theWayToUse__heading {
    font-size: 28px;
  }

  .p-SAPandMendix-abundantTemplates__contWrapper {
    gap: 30px;
  }

  .p-mendixandAWS-theWayToUse__contWrapper3__ttl {
    font-size: 28px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .p-mendixandAWS-valueToBeRealized__freeTemplate__itembox {
    gap: 30px 70px;
  }

  .p-method-hybridDevFlow__cont__lane {
    padding-right: 10px;
    width: 55px;
  }

  .p-method-hybridDevFlow__cont__lane .p-method-hybridDevFlow__cont__lane__triangle {
    border-bottom: 0px solid transparent;
    border-left: 27.5px solid transparent;
    border-right: 27.5px solid transparent;
    border-top: 20px solid rgb(17, 35, 74);
  }

  .p-method-hybridDevFlow__cont_img {
    margin-left: 15px;
    max-width: 100%;
  }

  .p-method-hybridDevFlow__cont__list {
    max-width: 100%;
    padding-left: 30px;
  }

  .p-CertificationExam-FV .p-CertificationExam-FV-in {
    flex-direction: column-reverse;
    gap: 20px;
    height: auto;
  }

  .p-CertificationExam-FV__body {
    min-width: auto;
    padding-bottom: 20px;
    padding-right: 15px;
    width: 100%;
  }

  .p-CertificationExam-FV__img {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }

  .p-CertificationExam-FV__img picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  .p-CertificationExam-LanguageSupport .p-CertificationExam-LanguageSupport-in {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-CertificationExam__item {
    align-items: center;
    flex-direction: column;
  }

  .p-CertificationExam__item:first-child {
    margin-top: 30px;
  }

  .p-training-FV .p-training-FV-in {
    flex-direction: column-reverse;
    gap: 20px;
    height: auto;
  }

  .p-training-FV__body {
    min-width: auto;
    padding-bottom: 20px;
    padding-right: 15px;
    width: 100%;
  }

  .p-training-FV__img {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }

  .p-training-FV__img picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  .p-training-officialTraining__item {
    align-items: center;
    flex-direction: column;
  }

  .p-training-officialTraining__item:first-child {
    margin-top: 30px;
  }

  .p-archiveColumn {
    width: 100%;
  }

  .p-archiveColumnList__item {
    width: 100%;
  }

  .p-archiveColumnList__item:not(:first-of-type) {
    margin-top: 20px;
  }

  .p-singleColumn {
    width: 100%;
  }

  .p-successArticle__imgWrapper {
    flex-direction: column;
    gap: 10px;
  }

  .p-successArticle__info {
    flex-direction: column;
  }

  .p-successArticle__info .p-successArticle__info__thumbnail {
    height: 90vw;
    max-width: 100%;
    overflow: hidden;
  }

  .p-successArticle__info .p-successArticle__info__thumbnail img {
    -o-object-fit: cover;
    margin: 0 auto;
    min-width: min(100%, 500px);
    object-fit: cover;
    width: 80%;
  }

  .p-successArticle__media {
    flex-direction: column;
    gap: 40px;
  }

  .p-successArticle__media .p-successArticle__txtBox {
    margin-bottom: 0;
  }

  .p-successArticle__media .p-successArticle__media__body {
    width: 100%;
  }

  .p-successArticle__media .p-successArticle__media__body__img {
    margin: 0 0 9px;
    width: min(400px, 100%);
  }

  .p-successArticle__media .p-successArticle__media__body__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

}

@media screen and (max-width: 800px) {

  .l-header__logo {
    width: 240px;
    height: auto;
  }

  .l-footer-top {
    display: none;
  }

  .l-footer-SPMenu {
    display: block;
    margin: 0px -20px 0;
  }

  .l-footer-SPMenu ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
  }

  .l-footer-SPMenu ul li {
    border-bottom: 0.5px solid rgb(230, 230, 230);
    list-style: none;
  }

  .l-footer-SPMenu ul li.l-footer-SPMenu__hasChild {
    position: relative;
  }

  .l-footer-SPMenu ul li.l-footer-SPMenu__hasChild::before {
    border-right: 2px solid;
    border-top: 2px solid;
    content: "";
    height: 11px;
    position: absolute;
    right: 20px;
    top: 15.5px;
    transform: rotate(135deg);
    width: 11px;
  }

  .l-footer-SPMenu ul li.l-footer-SPMenu__hasChild.l-footer__SPMenu--hasChild--changebefore::before {
    top: 22px;
    transform: rotate(-45deg);
  }

  .l-footer-SPMenu ul li>a[href=""] {
    pointer-events: none;
  }

  .l-footer-SPMenu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 24px;
    padding: 13px 15px;
    text-align: left;
    text-decoration: none;
  }

  .l-footer-SPMenu .l-footer-SPMenu__1F>li.l-footer-SPMenu__hasChild::before {
    border-color: rgb(255, 255, 255);
  }

  .l-footer-SPMenu .l-footer-SPMenu__1F>li>a {
    color: rgb(255, 255, 255);
  }

  .l-footer-SPMenu .l-footer-SPMenu__2F {
    background-color: rgb(248, 248, 248);
    display: none;
  }

  .l-footer-SPMenu .l-footer-SPMenu__2F>li {
    margin-left: 30px;
  }

  .l-footer-SPMenu .l-footer-SPMenu__2F>li>a {
    color: #222222;
  }

  .l-FV-bottom .l-inner .l-FV-bottom__ttl,
  .l-FV-bottom .l-inner .l-FV-bottom__txt {
    text-align: left;
  }

  .l-FV-bottom .l-inner .l-FV-bottom__ttl br,
  .l-FV-bottom .l-inner .l-FV-bottom__txt br {
    display: none;
  }

  .p-top-success__item__detailCatBox {
    flex-direction: column;
  }

  .p-top-success__item__detailCat {
    width: 100%;
  }

  .p-success__txt {
    text-align: left;
  }

  .p-success__item__detailCatBox {
    flex-direction: column;
    gap: 10px;
  }

  .p-success__item__detailCat {
    width: 100%;
  }

  .p-success__item__cat {
    margin: 0;
  }

  .p-success__itembox .p-success__item {
    padding: 0;
  }

}

@media screen and (max-width: 768px) {

  .p-movielist__itembox {
    gap: 20px;
    grid-template-columns: 100%;
    margin: 0;
  }

  .p-movielist__place__tab {
    margin-bottom: 20px;
  }

  .onetime_popup {
    width: 340px;
  }

  .onetime_popup_title {
    height: 170px;
  }

}

@media screen and (max-width: 750px) {

  .p-weandmendix-hybrid__itembox .p-weandmendix-hybrid__item {
    max-width: none;
    width: 100%;
  }

}

@media screen and (max-width: 740px) {

  .p-top-service__itembox {
    gap: 20px;
    margin-top: 40px;
  }

  .p-top-service__item {
    max-width: 100%;
  }

  .p-top-service__item>figure {
    max-width: 100%;
    width: 100%;
  }

}

@media screen and (max-width: 720px) {

  .p-price-licenceSystem__table__summary__btn {
    font-size: 16px;
  }

}

@media screen and (max-width: 700px) {

  .p-top-column__btn {
    margin-top: 30px;
  }

  .p-top-column__itemBox {
    margin-top: 30px;
    padding: 0;
  }

  .p-top-column__itemBox .p-top-column__item {
    width: 100%;
  }

  .p-weandmendix-point>.l-inner .p-weandmendix-point__itembox .p-weandmendix-point__item {
    max-width: 100%;
    width: 100%;
  }

}

@media screen and (max-width: 640px) {

  .p-flow__media {
    flex-direction: column;
    padding: 0px 15px 20px;
  }

  .p-flow__media__imgarea {
    border-bottom: 1px solid rgb(17, 35, 74);
    border-right: none;
    padding: 20px;
  }

  .p-flow__media__body {
    padding: 0;
  }

  .p-flow__media__btnarea {
    justify-content: center;
  }

}

@media screen and (max-width: 600px) {

  .l-header__top {
    height: 70px;
    padding: 0 15px;
  }

  .l-header__top .l-header__logo2 {
    height: auto;
    width: 120px;
  }

  .l-header__top .l-header__btn {
    display: none;
  }

  .l-header-drowerMenu {
    top: 70px;
  }

  .l-contact__txt {
    text-align: left;
  }

  .l-contact__btn {
    margin-top: 40px;
  }

  .l-breadcrumbs {
    font-size: 12px;
  }

  .l-heading .l-pageTitle {
    font-size: 22px;
  }

  .l-FV-top .l-inner .l-FV-top__body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-FV-top .l-inner .l-FV-top__body .l-FV-top__ttl {
    font-size: 24px;
    line-height: 34px;
  }

  .l-FV-top .l-inner .l-FV-top__body .l-FV-top__txt {
    font-size: 14px;
    line-height: 21px;
  }

  .l-FV-bottom .l-inner {
    padding-bottom: 35px;
    padding-top: 50px;
  }

  .l-FV-bottom .l-inner .l-FV-bottom__headingbar {
    margin-bottom: 50px;
  }

  .l-FV-bottom .l-inner .l-FV-bottom__ttl {
    font-size: 24px;
    line-height: 42px;
  }

  .l-FV-bottom .l-inner .l-FV-bottom__txt {
    margin: 15px 0;
  }

  .l-FV-bottom .l-inner .c-btn {
    font-weight: 500;
  }

  .l-FV-bottom .l-inner .l-FV-bottom__itembox {
    gap: 20px;
    margin: 20px auto 0;
  }

  .l-FV-bottom .l-inner .l-FV-bottom__itembox .l-FV-bottom__item {
    padding: 20px;
    width: 100%;
  }

  .p-top-success__in {
    gap: 30px;
  }

  .p-about-FV-bottom {
    padding: 20px 0;
  }

  .p-overview-basicIdea .p-overview-basicIdea__in {
    gap: 30px;
  }

  .p-overview-basicIdea__body__head {
    font-size: 20px;
    padding: 10px 0;
  }

  .p-overview-basicIdea__itemBox {
    gap: 20px;
    grid-template-columns: 100%;
  }

  .p-mendixAdvantage__itembox {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, 100%);
    margin: 30px 0 0;
  }

  .p-overview__mainImg {
    margin-top: 30px;
  }

  .p-overview__btn {
    margin-top: 30px;
  }

  .p-about-price__itembox {
    grid-template-columns: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .p-about-price__btn {
    margin-top: 30px;
  }

  .p-about-flow .p-about-flow__in {
    gap: 30px;
  }

  .p-about-flow__itembox {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .p-about-flow__itembox .p-about-flow__item {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
  }

  .p-about-flow__item__num {
    border-bottom: 1px solid rgb(17, 35, 74);
    border-right: none;
    flex-direction: column-reverse;
    gap: 5px;
    max-width: 100%;
    padding: 20px 0;
  }

  .p-about-flow__item__num figure,
  .p-about-flow__item__num picture,
  .p-about-flow__item__num img {
    height: 80px;
    width: 80px;
  }

  .p-about-flow__item__ttl {
    padding: 30px 0px 20px;
    text-align: center;
  }

  .p-about-movie .p-about-movie__in {
    gap: 30px;
  }

  .p-about-future .p-about-future__in {
    gap: 30px;
  }

  .p-about-future__contWrapper {
    gap: 30px;
  }

  .p-about-future__itembox {
    gap: 20px;
    grid-template-columns: 100%;
    padding-bottom: 0;
  }

  .p-about-eachLink .p-about-eachLink__in {
    gap: 30px;
  }

  .p-overview-environment__in {
    gap: 30px;
  }

  .p-overview-environment__txt {
    text-align: left;
  }

  .p-overview-environment__itembox__top {
    grid-template-columns: 100%;
  }

  .p-overview-solution__in {
    gap: 30px;
  }

  .p-overview-merit__in {
    gap: 30px;
  }

  .p-overview-certification__in {
    gap: 30px;
  }

  .p-overview-network__in {
    gap: 30px;
  }

  .p-overview-network__cont {
    gap: 15px;
    grid-template-columns: 100%;
  }

  .p-overview-function__in {
    gap: 30px;
  }

  .p-overview-architecture__in {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .p-overview-certificationSystem__in {
    gap: 30px;
  }

  .p-overview-certificationSystem__itemBox {
    grid-template-columns: 100%;
  }

  .p-overview-certificationSystem__item {
    min-height: 0;
  }

  .p-overview-certificationSystem__item__body>.p-overview-certificationSystem__item__txt {
    min-height: 0;
  }

  .p-overview-certificationSystem__item__body {
    min-height: 0;
  }

  .p-price-licenceSystem__in {
    gap: 30px;
    padding: 0;
  }

  .p-price-licenceSystem__table thead {
    top: 70px;
  }

  .p-price-licenceSystem__table__summary__contWrapper {
    border-radius: 0px !important;
  }

  .p-price-licenceSystem__table__summury__ttl__ja {
    font-size: 18px;
  }

  .p-price-licenceSystem__table__summary__txt {
    font-size: 14px;
  }

  .p-price-licenceSystem__table__summary__btn {
    font-size: 13px;
  }

  .p-price-packageLicence__in {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .p-price-packageLicence__contWrapper {
    gap: 20px;
  }

  .p-price-packageLicence__cont {
    min-height: 1px;
  }

  .p-flow-sapmendix__in {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .p-flow-awsmendix__in {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .p-movielist__cont {
    padding: 40px 0;
  }

  .p-future-lowcode__contWrapper {
    gap: 30px;
  }

  .p-future-lowcode__itembox {
    gap: 20px;
    grid-template-columns: 100%;
    padding-bottom: 0;
  }

  .p-future-composable__contWrapper {
    gap: 30px;
  }

  .p-future-composable__itembox {
    gap: 20px;
    grid-template-columns: 100%;
    padding-bottom: 0;
  }

  .p-weandmendix-engineer .p-weandmendix-engineer__in .p-ttl {
    margin-bottom: 30px;
  }

  .p-weandmendix-engineer .p-weandmendix-engineer__in>.c-btn {
    margin-top: 30px;
  }

  .p-point .l-inner>.p-point__cont>.p-point__cont__headingbox>.p-point__cont__heading {
    font-size: 20px;
  }

  .p-point .l-inner>.p-point__cont>.p-point__cont__headingbox>.p-point__cont__numberbox>.p-point__cont__number__unit {
    font-size: 10px;
    line-height: 15px;
  }

  .p-point .l-inner>.p-point__cont>.p-point__cont__headingbox>.p-point__cont__numberbox>.p-point__cont__number {
    font-size: 20px;
    line-height: 30px;
  }

  .p-method-dev__img {
    margin-top: 30px;
  }

  .p-method-hybridDevFlow__in {
    gap: 30px;
  }

  .p-method-hybridDevFlow__cont__lane.p-method-hybridDevFlow__cont__lane2 br {
    display: block;
  }

  .p-method-hybridDevFlow__cont__list {
    margin: 5px 0;
    padding-left: 10px;
  }

  .p-method-hybridDevFlow__cont__body {
    margin-left: 0px;
    padding: 20px 0;
  }

  .p-FAQ .l-inner {
    padding: 60px 15px 45px;
  }

  .p-FAQ .l-inner .p-FAQ__contWrapper {
    margin-top: 30px;
  }

  .p-FAQ .l-inner .p-FAQ__contWrapper .p-FAQ__contWrapper__tab {
    margin-bottom: 20px;
  }

  .p-Event-Seminar .l-inner {
    padding: 60px 15px;
  }

  .p-Event-Seminar__txt {
    text-align: left;
  }

  .p-Event-Seminar__itembox {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, 100%);
    margin-top: 30px;
  }

  .p-Event-Seminar__itembox .p-Event-Seminar__item {
    width: 100%;
  }

  .p-Event-Seminar__itembox .p-Event-Seminar__item figure {
    height: 204px;
  }

  .p-CertificationExam-FV__body .p-CertificationExam-FV__ttl {
    font-size: 24px;
  }

  .p-CertificationExam-FV__body .p-CertificationExam-FV__txt {
    font-size: 14px;
    line-height: 21px;
  }

  .p-CertificationExam__item__body__cont tr {
    display: flex;
    flex-direction: column;
  }

  .p-CertificationExam__item__body__cont tr th {
    padding: 17.5px 0;
  }

  .p-CertificationExam__item__body__cont tr td {
    padding: 17.5px 0;
  }

  .p-CertificationExam__item__body__btn {
    border-radius: 33px;
    height: 66px;
    max-width: 100%;
  }

  .p-CertificationExam__item__body__btn br {
    display: block;
  }

  .p-training-FV__body .p-training-FV__ttl {
    font-size: 24px;
  }

  .p-training-FV__body .p-training-FV__ttl img {
    height: 40px;
    width: 40px;
  }

  .p-training-FV__body .p-training-FV__txt {
    font-size: 14px;
    line-height: 21px;
  }

  .p-training-officialTraining__item__body__cont tr {
    display: flex;
    flex-direction: column;
  }

  .p-training-officialTraining__item__body__cont tr th {
    padding: 17.5px 0;
  }

  .p-training-officialTraining__item__body__cont tr td {
    padding: 17.5px 0;
  }

  .p-training-officialTraining__item__body__btn {
    border-radius: 33px;
    height: 66px;
    max-width: 100%;
  }

  .p-training-officialTraining__item__body__btn br {
    display: block;
  }

  .p-training-officialTraining__merit {
    margin: 30px auto 0;
  }

  .p-training-officialTraining__merit .p-training-officialTraining__merit__ttl {
    font-size: 20px;
    padding: 25px 0;
  }

  .p-training-originalTraining__table {
    margin: 30px 0 0;
    max-width: 100%;
    width: 100%;
  }

  .p-training-originalTraining__table.p-training-originalTraining__table__sp {
    display: table;
  }

  .p-training-originalTraining__table.p-training-originalTraining__table__sp th {
    background-color: rgb(17, 35, 74);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 24px;
    padding: 13px;
    text-align: center;
  }

  .p-training-originalTraining__table.p-training-originalTraining__table__sp td {
    display: block !important;
    white-space: normal !important;
  }

  .p-training-originalTraining__table.p-training-originalTraining__table__pc {
    display: none;
  }

  .p-training-originalTraining__merit {
    margin: 30px auto 0;
  }

  .p-training-originalTraining__merit .p-training-originalTraining__merit__ttl {
    font-size: 20px;
    padding: 25px 0;
  }

  .p-training-originalTraining__btnarea {
    margin-top: 30px;
  }

  .p-service-constructionSupport__in {
    gap: 30px;
  }

  .p-service-constructionSupport__chartBox .p-service-constructionSupport__chartframe {
    border-radius: 10px;
    box-shadow: 0.6923077106px 1.038461566px 3.4615385532px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }

  .p-service-constructionSupport__chartBox .p-service-constructionSupport__chartBox__txt {
    text-align: left;
  }

  .p-service-professional {
    text-align: left;
  }

  .p-service-professional .p-service-professional__in {
    gap: 30px;
  }

  .p-service-professional__itemBox {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, 100%);
    margin-top: 30px;
  }

  .p-service-professional__chartBox .p-service-professional__chartframe {
    border-radius: 10px;
    padding: 10px;
  }

  .p-service-professional__chartBox .p-service-professional__chartBox__txt {
    text-align: left;
  }

  .p-service-DXstartup__in {
    gap: 30px;
  }

  .p-service-training__in {
    gap: 30px;
  }

  .p-service-training__itemBox {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .p-service-trainingtraining__item__btn {
    margin: auto auto 0;
    max-width: calc(100% - 66px);
    min-width: none;
  }

  .p-service-certificationExam__in {
    gap: 30px;
  }

  .p-service-certificationExam__itemBox {
    grid-template-columns: 100%;
  }

  .p-service-ourStrength__in {
    gap: 30px;
  }

  .p-service-FV-top__body .p-service-FV-top__ttl {
    font-size: 24px;
  }

  .p-service-FV-top__body .p-service-FV-top__txt {
    font-size: 14px;
    line-height: 21px;
  }

  .p-service-FV-bottom__scrollLinkList {
    flex-direction: column;
    width: 100%;
  }

  .p-service-FV-bottom__scrollLinkList .p-service-FV-bottom__scrollLink {
    width: 100%;
  }

  .p-service-FV-bottom__scrollLinkList .p-service-FV-bottom__scrollLink br {
    display: none;
  }

  .p-archiveNewsList .p-archiveNewsList__item {
    -moz-column-gap: 15px;
    column-gap: 15px;
    flex-wrap: wrap;
    padding: 19px 0px;
    row-gap: 10px;
  }

  .p-weandmendix-engineerList__in {
    gap: 30px;
  }

  .p-weandmendix-engineer__itemBox {
    grid-template-columns: 100%;
  }

  .p-Engineer-article .p-Engineer-article__profile img {
    height: calc(100vw - 30px);
    width: 100%;
  }

  .p-Engineer-article .p-Engineer-article__QA .p-Engineer-article__QA__heading {
    padding: 14px 0;
  }

  .p-Engineer-article .p-Engineer-article__QA .p-Engineer-article__QA__heading p {
    font-size: 20px;
    line-height: 30px;
  }

  .p-Engineer-article .p-Engineer-article__QA .p-Engineer-article__QA__heading h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .p-ttl .p-ttl__mainttl,
  .p-ttl-txt__bold .p-ttl__mainttl,
  .p-ttl-color__light .p-ttl__mainttl,
  .p-ttl-size__mini .p-ttl__mainttl,
  .p-ttl-barcolor__yellow .p-ttl__ttlbar .p-ttl__mainttl,
  .p-ttl-barcolor__black .p-ttl__ttlbar .p-ttl__mainttl {
    font-size: 22px;
    line-height: 35px;
    margin-top: 4px;
  }

  .p-ttl .p-ttl__subttl,
  .p-ttl-txt__bold .p-ttl__subttl,
  .p-ttl-color__light .p-ttl__subttl,
  .p-ttl-size__mini .p-ttl__subttl,
  .p-ttl-barcolor__yellow .p-ttl__ttlbar .p-ttl__subttl,
  .p-ttl-barcolor__black .p-ttl__ttlbar .p-ttl__subttl {
    font-size: 16px;
    line-height: 24px;
  }

}

@media screen and (max-width: 575px) {

  .p-weandmendix-advantage .p-weandmendix-advantage__in {
    gap: 30px;
  }

  .p-weandmendix-advantage .p-weandmendix-advantage__in .p-weandmendix-advantage__itembox .p-weandmendix-advantage__item {
    max-width: none;
    width: 100%;
  }

}

@media screen and (max-width: 550px) {

  .p-top-whatsMendix__itembox {
    max-width: 100%;
    width: 100%;
  }

  .p-top-whatsMendix__itembox .p-top-whatsMendix__item {
    align-items: center;
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .p-top-whatsMendix__itembox .p-top-whatsMendix__item .p-top-whatsMendix__item__subttl {
    text-align: center;
  }

  .p-top-whatsMendix__itembox .p-top-whatsMendix__item .p-top-whatsMendix__item__ttl {
    text-align: center;
  }

}

@media screen and (max-width: 500px) {

  .l-header .l-header-fixed-link1 {
    display: none;
  }

}

@media screen and (max-width: 440px) {

  .p-ttl__mainttl br {
    display: none;
  }

}

@media screen and (max-width: 414px) {

  .l-flex.__sp,
  .__sp.l-flex-direction__row-r,
  .__sp.l-flex-direction__row,
  .__sp.l-flex-direction__col-r,
  .__sp.l-flex-direction__col,
  .__sp.l-flex-wrap,
  .__sp.l-flex-align__end,
  .__sp.l-flex-align__start,
  .__sp.l-flex-align__center,
  .__sp.l-flex-justify__end,
  .__sp.l-flex-justify__center,
  .__sp.l-flex-justify__between {
    flex-direction: column;
  }

  .l-section {
    padding: 40px 0;
  }

  .p-top-whatsMendix__in {
    gap: 30px;
  }

  .p-top-news__in {
    gap: 30px;
  }

  .p-SAPandMendix-theWayToUse__bigtxt {
    font-size: 20px;
  }

  .p-SAPandMendix-theWayToUse__heading {
    border-radius: 10px;
    font-size: 24px;
    text-align: left;
  }

  .p-SAPandMendix-abundantTemplates__in {
    gap: 30px;
  }

  .p-SAPandMendix-abundantTemplates__item__body__ttl {
    font-size: 20px;
    padding: 25px 0;
  }

  .p-mendixandAWS-theWayToUse__in {
    gap: 30px;
  }

  .p-mendixandAWS-theWayToUse__contWrapper1__cont__head__txt {
    font-size: 20px;
    padding: 10px 0;
  }

  .p-mendixandAWS-theWayToUse__contWrapper2 .p-mendixandAWS-theWayToUse__cont__heading {
    font-size: 20px;
  }

  .p-mendixandAWS-theWayToUse__contWrapper3__ttl {
    font-size: 20px;
  }

  .p-mendixandAWS-valueToBeRealized__freeTemplate__itembox {
    grid-template-columns: 100%;
  }

  .p-mendixandAWS-valueToBeRealized__in {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .p-mendixandAWS-valueToBeRealized__questions {
    grid-template-columns: 100%;
  }

  .p-future-lowcode__in {
    gap: 30px;
  }

  .p-future-composable__in {
    gap: 30px;
  }

  .p-CertificationExam-LanguageSupport .p-CertificationExam-LanguageSupport-in {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-CertificationExam-LanguageSupport__txt {
    text-align: left;
  }

  .p-CertificationExam-LanguageSupport__img {
    border-radius: 15px;
    margin-top: 30px;
  }

  .p-CertificationExam-support__txt {
    text-align: left;
  }

  .p-CertificationExam-support__itemList {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, 100%);
    margin-top: 30px;
  }

  .p-successArticle__imgWrapper {
    flex-direction: column;
    gap: 10px;
  }

  .p-successArticle__in {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .p-successArticle__ttl {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 42px;
    text-align: left;
  }

}

@media screen and (max-height: 68px) {

  .l-header .l-header-fixed-scrollTop {
    display: none;
  }

}

@keyframes pathmove {

  0% {
    height: 0;
    opacity: 0;
    top: 42px;
  }

  50% {
    height: 100px;
    opacity: 1;
    top: 42px;
  }

  100% {
    height: 100px;
    opacity: 0;
    top: calc(100% - 100px - 206px);
  }

}

@keyframes displayAnime {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

@keyframes displayAnime {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}