@charset "UTF-8";
/*====================================================================================
■.TOP
====================================================================================*/
.mainvisual {
  background: url(../images/top/mv.webp) top center no-repeat;
  background-size: cover;
  padding: 29rem 0 6.5rem 0;
  position: relative;
  z-index: 1;
}
.mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 39%;
  height: 100%;
  background-image: linear-gradient(#dcdee7, #2c3660);
  z-index: -1;
  clip-path: polygon(0 0%, 100% 0%, 21% 100%, 0% 100%);
  opacity: 0.5;
}
.mainvisual .container {
  position: relative;
  max-width: 1266px;
}

.mainvisual__title-span {
  font-size: 3.316rem;
  color: var(--color-white);
  background: url(../images/top/bg-graditent.webp) left center no-repeat;
  display: inline-block;
  background-size: cover;
  min-width: 560px;
  padding: 1rem 2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.mainvisual__title-span small {
  font-size: 75%;
}

.mainvisual__title-strong {
  font-size: 4.6rem;
  display: block;
  color: var(--color-white);
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  line-height: 1.455;
}

.mainvisual__desc {
  color: var(--color-white);
  font-size: 1.8rem;
}

.mainvisual .btn__search {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    z-index: 2;
    margin-top: 7rem;
    padding-top: 19rem;
    padding-bottom: 0;
    background: url(../images/top/mv-sp.webp) top right no-repeat;
    background-size: cover;
  }
  .mainvisual:before {
    width: 50%;
  }
  .mainvisual .container {
    position: initial;
    padding: 2rem 1.5rem 0;
  }
  .mainvisual__title {
    margin-bottom: 0;
  }
  .mainvisual__title-span {
    position: absolute;
    top: 2rem;
    left: 2rem;
    padding: 0.7rem 1.5rem 0.9rem;
    min-width: 75%;
    font-size: 4.5vw;
    background-position: center right 10%;
    background-size: cover;
  }
  .mainvisual__title-strong {
    font-size: 7.5vw;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.5);
  }
  .mainvisual__desc {
    margin-top: 2rem;
    font-size: 1.6rem;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.5);
  }
  .mainvisual .btn__search {
    transform: translateY(50%);
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual__wrap {
    margin-bottom: 8rem;
  }
  .mainvisual__desc {
    margin-top: 4rem;
  }
}
.concept {
  position: relative;
  z-index: 1;
  padding: 6rem 0 11rem;
  background: url(../images/top/bg01.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24%;
  width: 850px;
  height: 100%;
  background-color: #d1d8e9;
  z-index: -1;
  opacity: 0.5;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}
.concept::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
  height: 100%;
  background-color: #d1d8e9;
  z-index: -1;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 0.5;
}

.concept__inner {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 10rem;
  padding-left: 5rem;
}

.concept__inner-right {
  margin-right: -5rem;
}
.concept__inner-right p {
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
  line-height: 1.8;
}
.concept__inner-right p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
  .concept__inner {
    padding-left: 0;
  }
}
.concept__title {
  font-size: 4.489rem;
  line-height: 1.3;
  margin-bottom: 5rem;
}

.concept .line {
  width: 1px;
  height: calc(100% + 18rem);
  background-color: var(--color-blue);
  position: absolute;
  top: -9rem;
  left: 44%;
  transform: rotate(-35deg);
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .concept {
    padding: 7rem 0 5rem;
  }
  .concept::before {
    left: -50%;
    width: 95%;
  }
  .concept::after {
    width: 50%;
  }
  .concept__inner {
    gap: 0;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .concept__inner-left {
    width: 100%;
  }
  .concept__inner-right {
    margin-right: 0;
  }
  .concept__inner-right p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .concept__title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .concept .cm-btn {
    text-align: center;
    margin: 2rem auto 0;
  }
  .concept .line {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .concept__inner-left {
    flex: 0 0 auto;
  }
  .concept__inner-right {
    flex: 1;
  }
}
.new {
  padding: 7rem 0 8rem 0;
  background: url(../images/top/bg02.webp) center center no-repeat;
  background-size: cover;
}

.new-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 5rem;
  margin-top: 3rem;
  position: relative;
}
.new-list .swiper-container {
  padding: 0 1px;
}

.new-list__item {
  width: 32.3%;
  display: block;
  border: 1px solid var(--color-blue);
  background-color: var(--color-white);
  text-decoration: none !important;
}
.new-list__item:hover {
  background-color: var(--color-gray);
}

.new-list__cate {
  background: linear-gradient(90deg, var(--color-blue) 0%, #3f4e92 80%);
  color: var(--color-white);
  padding: 0.8rem 2rem;
  display: inline-block;
  width: 87%;
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}

.new-list__inner {
  padding: 2rem 1.5rem;
}

.new-list__title {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: var(--color-blue);
}

.new-list dl {
  display: flex;
  margin-bottom: 9px;
}
.new-list dl dt {
  width: 7rem;
}
.new-list dl dd {
  width: calc(100% - 7rem);
  padding-left: 2rem;
  line-height: 1.4;
}

.new-box {
  margin-top: 5rem;
  padding: 5rem 12rem 7.3rem;
  position: relative;
  z-index: 1;
}
.new-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  opacity: 0.9;
  z-index: -1;
}

.new-box__flex {
  margin-top: 1rem;
}

.new-box__flex-item {
  background-color: var(--color-white);
  padding: 2rem 3.5rem;
  width: 42%;
}
.new-box__flex-item:nth-child(2) {
  width: 56%;
}

.new-box__flex li {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  text-indent: -1em;
  margin-left: 1em;
}

.new-box__txt01 {
  font-size: 1.5rem;
  margin: 1.5rem 0;
  color: var(--color-white);
  text-indent: -16px;
  margin-left: 16px;
}

.new-box__banner {
  border: 1px solid var(--color-white);
  background-color: #e8ebf3;
}
.new-box__banner a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 3rem;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-box__banner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 49%;
  z-index: 0;
}
.new-box__banner-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1b2d5e;
  opacity: 0.5;
}
.new-box__banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-box__banner p {
  font-size: 1.932rem;
}

.new-box__banner-link {
  font-size: 2.4rem;
  color: var(--color-white);
  font-weight: bold;
  position: relative;
  padding: 0 2rem;
  z-index: 1;
}
.new-box__banner-link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.new-box__title {
  font-size: 2.5rem;
  color: var(--color-blue);
}

.new .swiper-button-prev {
  width: 70px;
  height: 70px;
  border: 1px solid var(--color-blue);
  border-radius: 100%;
  left: -100px;
  background-size: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230a1e53'%2F%3E%3C%2Fsvg%3E");
}
.new .swiper-button-next {
  width: 70px;
  height: 70px;
  border: 1px solid var(--color-blue);
  border-radius: 100%;
  right: -100px;
  background-size: 17px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230a1e53'%2F%3E%3C%2Fsvg%3E");
}

@media only screen and (max-width: 1200px) {
  .new-list {
    padding: 0 4rem;
    gap: 1rem;
  }
  .new .swiper-button-prev {
    left: 0;
  }
  .new .swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .new {
    padding: 4.5rem 0 5rem 0;
  }
  .new .tt__title02 {
    text-align: center;
  }
  .new-list {
    margin-bottom: 3rem;
    margin-top: 2rem;
    padding: 0 2.5rem;
  }
  .new-list__title {
    font-size: 1.8rem;
  }
  .new-list dl {
    display: flex;
    margin-bottom: 9px;
  }
  .new-list dl dt {
    width: 7rem;
  }
  .new-list dl dd {
    width: calc(100% - 7rem);
    padding-left: 2rem;
    line-height: 1.4;
  }
  .new .swiper-button-prev {
    left: -1rem;
    width: 4rem;
    height: 4rem;
    background-size: 1.1rem;
    background-color: var(--color-white);
  }
  .new .swiper-button-next {
    right: -1rem;
    width: 4rem;
    height: 4rem;
    background-size: 1.1rem;
    background-color: var(--color-white);
  }
  .new-box {
    padding: 2rem 1.5rem;
  }
  .new-box__flex-item {
    padding: 2rem 1.5rem;
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
  .new-box__flex-item:last-child {
    margin-bottom: 0;
  }
  .new-box__flex-item .tt__title03 {
    margin-right: -0.5rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
  .new-box__flex li {
    font-size: 1.4rem;
  }
  .new-box__txt01 {
    font-size: 1.4rem;
  }
  .new-box__banner a {
    padding: 0;
    display: block;
  }
  .new-box__banner a > div {
    width: 100%;
    padding: 2rem;
  }
  .new-box__banner-img {
    position: relative;
    display: block;
    left: auto;
    width: 100%;
    height: 10rem;
    bottom: auto;
    top: auto;
    padding: 0 !important;
  }
  .new-box__banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .new-box__banner p {
    font-size: 1.4rem;
  }
  .new-box__banner-link {
    font-size: 2rem;
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    font-size: 1.4rem;
  }
  .new-box__banner-link:after {
    padding: 3px;
  }
  .new-box__title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .new-box__flex-item .tt__title03 {
    font-size: 2rem;
  }
  .new-box__banner-img {
    clip-path: polygon(16% 0%, 100% 1%, 100% 100%, 0% 100%);
  }
}
.feature {
  padding: 7rem 0 7.8rem 0;
  background: url(../images/top/bg03.webp) center center no-repeat;
  background-size: cover;
}
.feature .tt__title02,
.feature p {
  margin-bottom: 3rem;
}

.feature-list {
  gap: 15px;
  margin-bottom: 4.5rem;
}

.feature-list__item {
  background-color: var(--color-gray);
  padding: 2rem 1rem 2rem 2rem;
  width: calc(33.3333333333% - 10px);
  letter-spacing: -0.5px;
}
.feature-list__item p {
  margin-bottom: 0;
}

.feature-list__title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.feature-list__title-icon {
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  margin-right: 1rem;
}

.feature-list__title-text {
  font-size: 2.4rem;
  color: var(--color-blue);
}

@media only screen and (max-width: 767px) {
  .feature {
    padding: 4.5rem 0 5rem;
  }
  .feature .tt__title02,
  .feature p {
    margin-bottom: 2rem;
  }
  .feature-list {
    margin-bottom: 3rem;
  }
  .feature-list__item {
    width: 100%;
  }
  .feature-list__item p {
    margin-bottom: 0;
  }
  .feature-list__title-icon {
    min-width: 50px;
    height: 50px;
  }
  .feature-list__title-text {
    font-size: 2.2rem;
  }
}
.support {
  background-color: var(--color-gray);
  padding: 7rem 0 8rem 0;
}
.support .tt__title02 {
  text-align: center;
}

.support-list {
  margin-top: 2rem;
}

.support-list__item {
  display: flex;
}

.support-list__infor p {
  line-height: 1.7;
}

.support-list .tt__title04 {
  letter-spacing: -1px;
}

.support-list__img {
  width: 50%;
}

.support-banner {
  background-color: var(--color-white);
  padding: 2.5rem;
  text-align: center;
  margin: 5rem 0 0;
}

.support-banner__title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.support-banner__title span {
  display: inline-block;
  position: relative;
  padding: 0 6rem;
}
.support-banner__title span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/common/line.png);
  width: 48px;
  height: 32px;
}
.support-banner__title span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/common/line.png);
  width: 48px;
  height: 32px;
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}

.support-banner .cm-btn__link {
  font-size: 1.818rem;
  padding: 2.7rem 6rem;
}
.support-banner .cm-btn__link:after {
  padding: 4px;
}

@media only screen and (max-width: 767px) {
  .support {
    padding: 5rem 0;
  }
  .support-list__item {
    flex-direction: column-reverse;
    margin-bottom: 3.5rem;
  }
  .support-list__infor {
    margin-top: 1.5rem;
  }
  .support-list__img {
    width: 100%;
  }
  .support-banner {
    padding: 2.5rem 2rem;
    margin: 5rem 0 0;
  }
  .support-banner__title {
    font-size: 2rem;
  }
  .support-banner__title span {
    padding: 0 4rem;
  }
  .support-banner__title span:before, .support-banner__title span:after {
    width: 30px;
    height: 20px;
    background-size: 100%;
  }
  .support-banner .cm-btn__link {
    font-size: 1.5rem;
    padding: 1.5rem 3.5rem;
  }
  .support-banner .cm-btn__link:after {
    padding: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .support-list .tt__title04 {
    font-size: 3.2rem;
  }
  .support-list__infor {
    width: 50%;
    padding-right: 3rem;
  }
  .support-list__item {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 4rem;
  }
  .support-list__item:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
  .support-list__item:nth-child(2n+2) .support-list__infor {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.topics {
  padding: 7rem 0;
}
.topics .tt__title02 {
  margin-bottom: 2rem;
}

.topics__inner {
  gap: 15px;
}

.topics__left {
  width: 275px;
}
.topics__left .cm-btn__link {
  min-width: 220px;
}

.topics__right {
  flex: 1;
}

.topics__right-item {
  margin-top: 1.7rem;
  padding-top: 1.7rem;
  border-top: 1px solid #ccc;
}
.topics__right-item:first-child {
  border-top: 0;
  margin-top: 0;
}
.topics__right-item p {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.topics__right a {
  text-decoration: none;
}
.topics__right .cate li {
  display: inline-block;
  color: var(--color-white);
  background-color: var(--color-blue);
  padding: 0.3rem 1rem 0.5rem 1rem;
  min-width: 108px;
  text-align: center;
  margin-left: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .topics__right a:hover p {
    color: var(--color-blue-second);
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 5rem 0;
  }
  .topics .tt__title02 {
    text-align: center;
  }
  .topics__inner {
    display: block;
  }
  .topics__left,
  .topics__right,
  .topics__right-list {
    width: 100%;
  }
  .topics__right-item {
    margin-top: 1.7rem;
    padding-top: 1.7rem;
    border-top: 1px solid #ccc;
  }
  .topics__right-item p {
    font-size: 1.4rem;
  }
  .topics__right .cate li {
    min-width: 90px;
    font-size: 1.2rem;
  }
  .topics .cm-btn {
    margin: auto;
    text-align: center;
    margin-top: 3rem;
  }
}
.for-client .container {
  max-width: 1170px;
}
.for-client a {
  background-color: var(--color-blue);
  padding: 3rem 4.5rem;
  color: var(--color-white);
  text-decoration: none;
  flex-wrap: nowrap;
  position: relative;
  padding-right: 7rem;
}
.for-client a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.for-client .tt__title02 {
  color: var(--color-white);
  white-space: nowrap;
  margin-right: 2rem;
}
.for-client p {
  margin: 3rem 0;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .for-client a {
    padding: 3rem 2rem;
    flex-wrap: wrap;
    padding-bottom: 5rem;
    display: block;
  }
  .for-client a:after {
    top: auto;
    left: 0;
    right: 0;
    padding: 5px;
    bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .for-client a:hover {
    background-color: var(--color-blue-second);
  }
}
@media only screen and (max-width: 767px) {
  .for-client .tt__title02 {
    text-align: center;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .for-client p {
    list-style: 1.5;
    margin: 2rem 0;
  }
}
.for-client__infor {
  padding-left: 1rem;
}

@media only screen and (max-width: 767px) {
  .for-client__infor {
    padding: 0;
  }
}