@charset "UTF-8";

body {
  background: #FFF;
}
@media screen and (max-width: 749px) {
  html {
    font-size: calc(100vw / 37.5); /* base width 375px */
  }
}

/*! ==================================================
 * top
=================================================== */
.p-top {
  background: #E5F4FE;
  padding-bottom: 29.95px;
}
.p-top .p-top-head_inner {
  padding: 14.45571% 0 0 44.57143%;
}
.p-top .p-top-head__hdg {
  margin-top: 14px;
  text-align: center;
  letter-spacing: 0;

  line-height: 100%;
}
.p-top .p-top-head__hdg span {
  letter-spacing: 0;
}
.p-top .p-top-head__hdg .p-top-head__hdg--type01 {
  letter-spacing: -6.4px;
}
.p-top .p-top-head__hdg .p-top-head__hdg--type02 {
  font-size: 34px;
}
.p-top .p-top-head__hdg .p-top-head__hdg--type03 {
  display: inline-block;
  margin-top: 24px;
  font-size: 90px;
  letter-spacing: 14.4px;
}
.p-top .p-top-head__shdg {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #FFF;
}
.p-top .p-top-head__shdg::before,
.p-top .p-top-head__shdg::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 84px;
  height: 3px;
  background: #FFF;
}
.p-top .p-top-head__shdg::before {
  left: -104px;
}
.p-top .p-top-head__shdg::after {
  right: -104px;
}
.p-top .p-top-head-point__item {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #3EB6EF 0%, #218BEA 50%, #527BD5 100%);
}
.p-top .p-top-head-point__item span {
  transform: skewY(0);
}
.p-top .p-top-head-point__item--type01 {
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
}
.p-top .p-top-head-point__item--type01 .p-top-head-point__text > span {
  display: inline-block;
  margin-top: 7.79px;
  font-size: 25px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.6px;
}
.p-top .p-top-head-point__item--type02 {
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
}
.p-top .p-top-head-point__item--type02 .p-top-head-point__text > span {
  display: inline-block;
  margin-top: 6.57px;
  font-size: 25px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.56px;
}
.p-top .p-top-head-point__item--type03 {
  font-size: 17px;
  line-height: 100%;
  letter-spacing: -0.7px;
}
.p-top .p-top-head-point__item--type03 .p-top-head-point__text > span {
  display: inline-block;
  margin-top: 5.21px;
  font-size: 25px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.p-top .p-top-head-point__text--type01 {
  letter-spacing: -1.2px;
}
.p-top .p-top-head-point__text--type02 {
  letter-spacing: -5.04px;
}
.p-top .p-top-intro-top__contain {
  display: flex;
  align-items: center;
  gap: 37px;
  padding-top: 2.06667%;
  padding-left: 2%;
}
.p-top .p-top-intro__image {
  width: 36.53%;
  margin-right: 0;
  order: 2;
}
.p-top .p-top-intro__conv {
  width: 49.73905%;
  margin: 0;
  order: 1;
}
.p-top .p-top-intro__conv .c-btn-achieve {
  width: 48.49927%;
}
.p-top .c-btn-achieve a {
  padding-left: 4.6em;
  justify-content: left;
  height: 70px;
  font-size: 16px;
  border-radius: 100em;
}
.p-top .c-btn-achieve a img.c-btn-achieve__logo {
  top: 55%;
  left: 0.5em;
  width: 3.8em;
}
.p-top .c-btn-achieve a img.c-btn-achieve__arrow {
  right: 1em;
}
.p-top .c-btn-achieve strong {
  vertical-align: text-bottom;
}
.p-top .c-btn-achieve--primary strong {
  font-size: 24px;
}
.p-top .c-btn-achieve--secondary strong {
  font-size: 20px;
}
@media screen and (min-width: 750px) and (min-width: 750px) and (max-width: 1050px) {
  .p-top .p-top-head__hdg {
    margin-top: 2.2vw;
  }
  .p-top .p-top-head__hdg .p-top-head__hdg--type02 {
    font-size: 3.09524vw;
  }
  .p-top .p-top-head__hdg .p-top-head__hdg--type03 {
    margin-top: 2.2vw;
    font-size: 9.09524vw;
  }
  .p-top .p-top-head__shdg {
    font-size: 3.4vw;
  }
  .p-top .p-top-head__shdg::before,
  .p-top .p-top-head__shdg::after {
    top: 1.5vw;
    width: 8.4vw;
    height: 0.3vw;
  }
  .p-top .p-top-head__shdg::before {
    left: -10.4vw;
  }
  .p-top .p-top-head__shdg::after {
    right: -10.4vw;
  }
  .p-top .c-btn-achieve a {
    padding-left: 4.6em;
    height: 7vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 749px) {
  .p-top .p-top-head_inner {
    padding: 18.45571% 10% 0 40%;
  }
  .p-top .p-top-head__hdg {
    margin-top: 2.2vw;
  }
  .p-top .p-top-head__hdg .p-top-head__hdg--type01 {
    letter-spacing: -0.773vw;
  }
  .p-top .p-top-head__hdg .p-top-head__hdg--type02 {
    font-size: 3.09524vw;
  }
  .p-top .p-top-head__hdg .p-top-head__hdg--type03 {
    margin-top: 2.2vw;
    font-size: 9.09524vw;
    letter-spacing: 2.14vw;
  }
  .p-top .p-top-head__shdg {
    font-size: 4.54vw;
  }
  .p-top .p-top-head__shdg::before,
  .p-top .p-top-head__shdg::after {
    top: 50%;
    width: 8.07vw;
    height: 0.4vw;
    transform: translate(0, -50%);
  }
  .p-top .p-top-head__shdg::before {
    left: -9.67vw;
  }
  .p-top .p-top-head__shdg::after {
    right: -10.67vw;
  }
  .p-top .p-top-intro-top__contain {
    flex-wrap: wrap;
    gap: 6.4vw;
    padding: 2% 2% 0;
  }
  .p-top .p-top-head-point__item {
    width: 5.5rem;
    height: 5.5rem;
  }
  .p-top .p-top-head-point__item--type01 {
    font-size: 2.14vw;
  }
  .p-top .p-top-head-point__item--type01 .p-top-head-point__text > span {
    margin-top: 0.8vw;
    font-size: 3vw;
    letter-spacing: 0.03933vw;
  }
  .p-top .p-top-head-point__item--type02 {
    font-size: 2.14vw;
  }
  .p-top .p-top-head-point__item--type02 .p-top-head-point__text > span {
    margin-top: 1.1vw;
    font-size: 3vw;
    letter-spacing: 0.03653vw;
  }
  .p-top .p-top-head-point__item--type03 {
    font-size: 2.14vw;
  }
  .p-top .p-top-head-point__item--type03 .p-top-head-point__text > span {
    margin-top: 0.8vw;
    font-size: 3vw;
    letter-spacing: 0.03093vw;
  }
  .p-top .p-top-head-point__text--type01 {
    letter-spacing: 0.03093vw;
  }
  .p-top .p-top-head-point__text--type02 {
    letter-spacing: 0.03093vw;
  }
  .p-top .p-top-intro {
    padding: 10.84vw 0 0;
  }
  .p-top .p-top-intro__image {
    width: 100%;
    text-align: center;
  }
  .p-top .p-top-intro__image img {
    width: 70.39vw;
  }
  .p-top .p-top-intro__conv {
    width: 100%;
    padding: 0;
    gap: 2.9706vw;
  }
  .p-top .p-top-intro__conv .c-btn-achieve {
    width: 100%;
  }
  .p-top .c-btn-achieve a {
    padding-left: 13.55vw;
    height: 14.93vw;
    font-size: 2.970vw;
  }
  .p-top .c-btn-achieve a img.c-btn-achieve__logo {
    top: 55%;
    left: 0.5em;
    width: 12.26vw;
  }
  .p-top .c-btn-achieve a img.c-btn-achieve__arrow {
    right: 1em;
  }
  .p-top .c-btn-achieve strong {
    vertical-align: text-bottom;
  }
  .p-top .c-btn-achieve--primary strong {
    font-size: 4.4562vw;
  }
  .p-top .c-btn-achieve--secondary strong {
    font-size: 3.7133vw;
  }
}

/*! ==================================================
 * company
=================================================== */
.p-company {
  padding: 24px 0;
  overflow: hidden;
}
.p-company__images {
  display: flex;
  width: fit-content;
  animation: loop-scroll 40s linear infinite;
}
.p-company__image img {
  max-width: fit-content;
  height: 100px;
}
@keyframes loop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
@media screen and (max-width: 749px) {
  .p-company {
    padding: 0.4rem;
  }
  .p-company__image img {
    height: 7.4rem;
  }
}

/*! ==================================================
 * media
=================================================== */
.p-media {
  padding: 40px 0;
  background: #E5F4FE;
}
.p-media__inner {
  max-width: 1050px;
  margin-inline: auto;
}
.p-top-news {
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .p-media {
    padding: 4.0rem 1.6rem;
  }
  .p-media__inner {
    max-width: 100%;
    margin-inline: auto;
  }
}

/*! ==================================================
 * industry
=================================================== */
.p-industry {
  padding: 64px 0;
  background-image: url(/assets/img/common/top/bg_industry_pc_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top 60%;
}
.p-industry__inner {
  max-width: 1050px;
  margin-inline: auto;
}
.p-industry__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.84px;
  text-align: center;
  color: #003175;
}
.p-industry__title-keyword {
  display: inline-block;
  margin-inline: 8px;
}
.p-industry__title-keyword-item {
  position: relative;
  display: inline-block;
  margin-right: 38px;
}
.p-industry__title-keyword-item:last-child {
  margin-right: 0;
}
.p-industry__title-keyword-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  width: 25px;
  height: 40px;
  background: url(/assets/img/common/top/icon_headline_01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.p-industry__title-keyword-item:last-child::after {
  content: none;
}
.p-industry__title-highlight {
  display: inline-block;
  margin-inline: 8px;
  padding-inline: 8px;
  background: #003175;
  color: #FFF;
}
.p-industry__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
}
.p-industry__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  padding: 16px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}
.p-industry__image,
.p-industry__image img {
  width: 100%;
}
.p-industry__name {
  width: 100%;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  color: #003175;
}
.p-industry__button {
  position: relative;
  display: block;
  width: 400px;
  margin: 48px auto 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  background: linear-gradient(90deg, #3FB7F0 0%, #0040CE 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  color: #FFF;
}
.p-industry__button:hover {
  background: #134a98;
}
.p-industry__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/common/top/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 749px) {
  .p-industry {
    padding: 5.6rem 1.6rem;
    background-image: url(/assets/img/common/top/bg_industry_sp_01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top 60%;
  }
  .p-industry__inner {
    max-width: 100%;
  }
  .p-industry__title {
    font-size: 3.0rem;
    letter-spacing: 1.2px;
  }
  .p-industry__title-keyword {
    margin-inline: 0;
  }
  .p-industry__title-keyword-item {
    margin-right: 2.8rem;
  }
  .p-industry__title-keyword-item::after {
    right: -2.2rem;
    width: 1.6rem;
    height: 2.8rem;
  }
  .p-industry__title-highlight {
    margin-inline: 0;
    margin-right: 0.8rem;
    padding-inline: 0.8rem;
  }
  .p-industry__items {
    display: block;
    margin-top: 4.8rem;
  }
  .p-industry__item {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.6rem;
    padding: 1.6rem;
    border-radius: 0.4rem;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.20);
  }
  .p-industry__image,
  .p-industry__image img {
    width: 14.8rem;
    flex-shrink: 0;
  }
  .p-industry__name {
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: 0.072rem;
  }
  .p-industry__button {
    width: 100%;
    margin: 4.8rem auto 0;
    padding: 2.0rem 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
    border-radius: 10.0rem;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.20);
  }
  .p-industry__button::after {
    right: 2.2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

/*! ==================================================
 * function
=================================================== */
.p-function {
  padding: 64px 0;
  background: #E5F4FE;
}
.p-function__inner {
  max-width: 1050px;
  margin-inline: auto;
}
.p-function__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.84px;
  text-align: center;
  color: #003175;
}
.p-function__title-number {
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.8px;
}
.p-function__title-highlight {
  display: inline-block;
  margin-left: 8px;
  padding-inline: 8px;
  background: #003175;
  color: #FFF;
}
.p-function__lead {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #003175;
}
.p-function__lead-keyword {
  display: inline-block;
  margin: 0 10px 8px 0;
}
.p-function__lead-keyword-item {
  margin-left: 10px;
  padding: 2px 14px;
  border-radius: 100px;
  border: 1px solid #003175;
  background: rgba(255, 255, 255, 0.60);
}
.p-function__lead-keyword-item:first-child {
  margin-left: 0;
}
.p-function-points__items {
  margin-top: 48px;
}
.p-function-points__item {
  display: flex;
  gap: 40px;
  margin-top: 56px;
}
.p-function-points__item:first-child {
  margin-top: 0;
}
.p-function-points__contents {
  width: 100%;
}
.p-function-points__item:nth-child(even) > .p-function-points__contents {
  order: 2;
}
.p-function-points__header {
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-function-points__label {
  display: block;
}
.p-function-points__label-text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.28px;
  text-align: center;
  color: #3F7CD8;
}
.p-function-points__label-num {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.28px;
  text-align: center;
  color: #3F7CD8;
}
.p-function-points__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.36px;
  text-align: center;
  color: #003175;
}
.p-function-points__lead {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.64px;
  color: #003175;
}
.p-function-points__image {
  width: 480px;
  flex-shrink: 0;
}
.p-function-points__item:nth-child(even) > .p-function-points__image {
  order: 1;
}
.p-function__button {
  position: relative;
  display: block;
  width: 400px;
  margin: 48px auto 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  background: linear-gradient(90deg, #3FB7F0 0%, #0040CE 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  color: #FFF;
}
.p-function__button:hover {
  background: #134a98;
}
.p-function__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/common/top/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 749px) {
  .p-function {
    padding: 5.6rem 1.6rem;
  }
  .p-function__inner {
    max-width: 100%;
  }
  .p-function__title {
    font-size: 3.0rem;
    letter-spacing: 0.12rem;
  }
  .p-function__title-number {
    font-size: 4.8rem;
    line-height: 150%;
    letter-spacing: 0.192rem;
  }
  .p-function__title-highlight {
    margin-left: 0.8rem;
    padding-inline: 0.8rem;
  }
  .p-function__lead {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.072px;
  }
  .p-function__lead-keyword {
    display: inline-block;
    margin: 0 0.8rem 0.8rem 0;
  }
  .p-function__lead-keyword-item {
    margin-left: 0.4rem;
    padding: 0.2rem 1.0rem;
    border-radius: 10.0rem;
    border: 0.1rem solid #003175;
  }
  .p-function-points__items {
    margin-top: 4.8rem;
  }
  .p-function-points__item {
    display: block;
    margin-top: 4.0rem;
  }
  .p-function-points__item:first-child {
    margin-top: 0;
  }
  .p-function-points__contents {
    width: 100%;
  }
  .p-function-points__item:nth-child(even) > .p-function-points__contents {
    order: 1;
  }
  .p-function-points__header {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  .p-function-points__label-text {
    font-size: 1.3241rem;
    letter-spacing: 0.1059rem;
  }
  .p-function-points__label-num {
    font-size: 4.1379rem;
    letter-spacing: 0;
  }
  .p-function-points__title {
    font-size: 2.6rem;
    letter-spacing: 0.104rem;
  }
  .p-function-points__lead {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-function-points__image {
    margin-top: 1.6rem;
    width: 100%;
  }
  .p-function-points__image img {
    width: 100%;
  }
  .p-function-points__item:nth-child(even) > .p-function-points__image {
    order: 2;
  }
  .p-function__button {
    width: 100%;
    margin: 4.0rem auto 0;
    padding: 2.0rem 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
    border-radius: 10.0rem;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.20);
  }
  .p-function__button::after {
    right: 2.2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

/*! ==================================================
 * case
=================================================== */
.p-case {
  padding: 64px 0;
}
.p-case__inner {
  max-width: 1050px;
  margin-inline: auto;
}
.p-case__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.84px;
  text-align: center;
  color: #003175;
}
.p-case__title-highlight {
  display: inline-block;
  margin-left: 8px;
  padding-inline: 8px;
  background: #003175;
  color: #FFF;
}
.p-case__divider {
  margin-top: 48px;
  border: none;
  height: 1px;
  background: #E6E6E6;
}
.p-case-interview {
  margin-top: 48px;
}
.p-case-interview__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.36px;
  text-align: center;
  color: #003175;
}
.p-case-interview__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 32px;
}
.p-case-interview__item {
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.p-case-interview__image,
.p-case-interview__image img {
  width: 100%;
}
.p-case-interview__contents {
  padding: 16px;
  background: #FFF;
}
.p-case-interview__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-case-interview__category {
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
  border-radius: 4px;
  background: #3B7DD8;
  color: #FFF;
}
.p-case-interview__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
  text-align: center;
  color: #3B7DD8;
}
.p-case-interview__company {
  display: flex;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  color: #003175;
}
.p-case-interview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.p-case-interview__tags-item {
  width: fit-content;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
  border-radius: 100px;
  background: #F4F4F4;
  color: #3E6598;
}
.p-case-interview__tags-item:first-child {
  margin-top: 0;
}
.p-case-interview__button {
  position: relative;
  display: block;
  width: 400px;
  margin: 32px auto 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  background: linear-gradient(90deg, #3FB7F0 0%, #0040CE 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  color: #FFF;
}
.p-case-interview__button:hover {
  background: #134a98;
}
.p-case-interview__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/common/top/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.p-case-list {
  margin-top: 48px;
}
.p-case-list__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.36px;
  text-align: center;
  color: #003175;
}
.p-case-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 32px;
}
.p-case-list__item {
  display: flex;
  padding: 16px;
  gap: 16px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.p-case-list__logo {
  display: flex;
  align-items: center;
  width: 46px;
  flex-shrink: 0;
}
.p-case-list__contents {
  width: 100%;
}
.p-case-list__category {
  width: fit-content;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
  border-radius: 4px;
  background: #3B7DD8;
  color: #FFF;
}
.p-case-list__lead {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  color: #003175;
}
.p-case-list__button {
  position: relative;
  display: block;
  width: 400px;
  margin: 32px auto 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  background: linear-gradient(90deg, #3FB7F0 0%, #0040CE 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  color: #FFF;
}
.p-case-list__button:hover {
  background: #134a98;
}
.p-case-list__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/common/top/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 749px) {
  .p-case {
    padding: 5.6rem 1.6rem;
  }
  .p-case__inner {
    max-width: 100%;
  }
  .p-case__title {
    font-size: 3.0rem;
    letter-spacing: 0.12rem;
  }
  .p-case__title-highlight {
    margin-left: 0.8rem;
    padding-inline: 0.8rem;
  }
  .p-case__divider {
    margin-top: 3.2rem;
    height: 0.1rem;
  }
  .p-case-interview {
    margin-top: 4.8rem;
  }
  .p-case-interview__title {
    font-size: 2.6rem;
    letter-spacing: 0.104rem;
  }
  .p-case-interview__items {
    display: block;
    margin-top: 2.4rem;
  }
  .p-case-interview__item {
    margin-top: 2.4rem;
    border-radius: 0.4rem;
    box-shadow: 0 0 1.0rem 0 rgba(0, 0, 0, 0.15);
  }
  .p-case-interview__item:first-child {
    margin-top: 0;
  }
  .p-case-interview__image,
  .p-case-interview__image img {
    width: 100%;
  }
  .p-case-interview__contents {
    padding: 1.6rem;
  }
  .p-case-interview__header {
    gap: 0.8rem;
  }
  .p-case-interview__category {
    padding: 0.2rem 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    border-radius: 0.4rem;
  }
  .p-case-interview__name {
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
  .p-case-interview__company {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-case-interview__tags {
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
  .p-case-interview__tags-item {
    padding: 0.4rem 1.0rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    border-radius: 10.0rem;
  }
  .p-case-interview__button {
    display: block;
    width: 100%;
    margin: 2.4rem auto 0;
    padding: 2.0rem 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
    border-radius: 10.0rem;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.20);
  }
  .p-case-interview__button::after {
    right: 2.2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .p-case-list {
    margin-top: 3.2rem;
  }
  .p-case-list__title {
    font-size: 2.6rem;
    letter-spacing: 0.104rem;
  }
  .p-case-list__items {
    display: block;
    margin-top: 2.4rem;
  }
  .p-case-list__item {
    gap: 1.6rem;
    margin-top: 1.6rem;
    padding: 1.6rem;
    border-radius: 0.4rem;
    box-shadow: 0 0 1.0rem 0 rgba(0, 0, 0, 0.15);
  }
  .p-case-list__item:first-child {
    margin-top: 0;
  }
  .p-case-list__logo {
    width: 4.6rem;
  }
  .p-case-list__contents {
    width: 100%;
  }
  .p-case-list__category {
    width: fit-content;
    padding: 0.2rem 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    border-radius: 0.4rem;
  }
  .p-case-list__lead {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-case-list__button {
    display: block;
    width: 100%;
    margin: 2.4rem auto 0;
    padding: 2.0rem 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
    border-radius: 10.0rem;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.20);
  }
  .p-case-list__button::after {
    right: 2.2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

/*! ==================================================
 * reason
=================================================== */
.p-reason {
  padding: 64px 0;
  background: #E5F4FE;
}
.p-reason__inner {
  max-width: 1050px;
  margin-inline: auto;
}
.p-reason__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.84px;
  text-align: center;
  color: #003175;
}
.p-reason__title-keyword {
  margin-right: 8px;
}
.p-reason__title-highlight {
  display: inline-block;
  margin-left: 8px;
  padding-inline: 8px;
  background: #003175;
  color: #FFF;
}
.p-reason-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 80px;
}
.p-reason-points__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.p-reason-points__label {
  position: absolute;
  top: -38px;
  left: 0;
}
.p-reason-points__label-text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.96px;
  text-align: center;
  color: #3F7CD8;
}
.p-reason-points__label-num {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #3F7CD8;
}
.p-reason-points__image,
.p-reason-points__image img {
  width: 100%;
}
.p-reason-points__lead {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: center;
  color: #003175;
}
.p-reason-points__button {
  position: relative;
  display: block;
  width: 400px;
  margin: 32px auto 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  background: linear-gradient(90deg, #3FB7F0 0%, #0040CE 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  color: #FFF;
}
.p-reason-points__button:hover {
  background: #134a98;
}
.p-reason-points__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/common/top/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 749px) {
  .p-reason {
    padding: 5.6rem 1.6rem;
  }
  .p-reason__inner {
    max-width: 100%;
  }
  .p-reason__title {
    font-size: 3.0rem;
    letter-spacing: 0.12rem;
  }
  .p-reason__title-keyword {
    margin-right: 0;
  }
  .p-reason__title-highlight {
    margin-left: 0;
    padding-inline: 0.8rem;
  }
  .p-reason-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.0rem 1.6rem;
    margin-top: 5.6rem;
  }
  .p-reason-points__item {
    padding: 1.6rem;
    border-radius: 0.4rem;
    box-shadow: 0 0 1.0rem 0 rgba(0, 0, 0, 0.15);
  }
  .p-reason-points__label {
    top: -2.7rem;
  }
  .p-reason-points__label-text {
    font-size: 1.2071rem;
    letter-spacing: 0.0724rem;
  }
  .p-reason-points__label-num {
    font-size: 3.7721rem;
  }
  .p-reason-points__image,
  .p-reason-points__image img {
    width: 100%;
  }
  .p-reason-points__lead {
    margin-top: 0.8rem;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
  .p-reason-points__button {
    width: 100%;
    margin: 2.4rem auto 0;
    padding: 2.0rem 2.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    border-radius: 10.0rem;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.20);
  }
  .p-reason-points__button::after {
    right: 2.2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

/*! ==================================================
 * security
=================================================== */
.p-security {
  padding: 64px 0;
}
.p-security__inner {
  max-width: 1050px;
  margin-inline: auto;
}
.p-security__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.84px;
  text-align: center;
  color: #003175;
}
.p-security__title-highlight {
  display: inline-block;
  margin-left: 8px;
  padding-inline: 8px;
  background: #003175;
  color: #FFF;
}
.p-security__subtitle {
  margin-top: 48px;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.36px;
  text-align: center;
  color: #003175;
}
.p-security-primary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 92px;
}
.p-security-primary__item {
  position: relative;
  padding: 68px 16px 16px;
  border-radius: 20px;
  background: #F0F9FF;
}
.p-security-primary__logo {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-security-primary__text {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: center;
  color: #003175;
}
.p-security-secondary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.p-security-secondary__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-security-secondary__logo {
  width: 43px;
  flex-shrink: 0;
}
.p-security-secondary__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  color: #003175;
}
.p-security__button {
  position: relative;
  display: block;
  width: 400px;
  margin: 32px auto 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  background: linear-gradient(90deg, #3FB7F0 0%, #0040CE 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  color: #FFF;
}
.p-security__button:hover {
  background: #134a98;
}
.p-security__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/common/top/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
.p-security__banner {
  display: block;
  width: fit-content;
  margin: 64px auto 0;
}
.p-security__banner:hover {
  opacity: .7;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 749px) {
  .p-security {
    padding: 5.6rem 1.6rem;
  }
  .p-security__inner {
    max-width: 100%;
  }
  .p-security__title {
    font-size: 3.0rem;
    letter-spacing: 0.12rem;
  }
  .p-security__title-highlight {
    margin-left: 0;
    padding-inline: 0.8rem;
  }
  .p-security__subtitle {
    margin-top: 4.8rem;
    font-size: 2.0rem;
    letter-spacing: 0.08rem;
  }
  .p-security-primary {
    display: block;
    margin-top: 9.2rem;
  }
  .p-security-primary__item {
    position: relative;
    margin-top: 8.4rem;
    padding: 6.8rem 1.2rem 1.6rem;
    border-radius: 2.0rem;
    background: #F0F9FF;
  }
  .p-security-primary__item:first-child {
    margin-top: 0;
  }
  .p-security-primary__logo {
    position: absolute;
    top: -6.0rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-security-primary__logo img {
    width: 12.0rem;
  }
  .p-security-primary__text {
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-security-secondary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
  .p-security-secondary__item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .p-security-secondary__logo,
  .p-security-secondary__logo img {
    width: 4.3rem;
  }
  .p-security-secondary__text {
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
  .p-security__button {
    width: 100%;
    margin: 3.2rem auto 0;
    padding: 2.0rem 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
    border-radius: 10.0rem;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.20);
  }
  .p-security__button::after {
    right: 2.2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .p-security__banner {
    display: block;
    width: fit-content;
    margin: 4.8rem auto 0;
  }
}

/*! ==================================================
 * p-news
=================================================== */
.p-news {
  padding: 48px 0;
  background: #F4F4F4;
}
.p-news__inner {
  max-width: 1050px;
  margin-inline: auto;
}
.p-news__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.36px;
  text-align: center;
  color: #003175;
}
.p-news__body {
  margin-top: 32px;
  padding: 32px 56px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(15px);
}
.p-news__item {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.p-news__item:first-child {
  margin-top: 0;
}
.p-news__category {
  flex-shrink: 0;
  height: fit-content;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
  border-radius: 4px;
  background: #3B7DD8;
  color: #FFF;
}
.p-news__date {
  margin-top: 3px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.56px;
  color: #0069BF;
}
.p-news__headline {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.56px;
  color: #333;
}
.p-news__footer {
  display: flex;
  justify-content: right;
  margin-top: 16px;
}
.p-news__more {
  position: relative;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  color: #3B7DD8;
}
.p-news__more:hover {
  opacity: .7;
}
.p-news__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(/assets/img/common/top/icon_textlink_01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 749px) {
  .p-news {
    padding: 4.0rem 1.6rem;
  }
  .p-news__inner {
    max-width: 100%;
  }
  .p-news__title {
    font-size: 2.4rem;
    letter-spacing: 0.096rem;
  }
  .p-news__body {
    margin-top: 1.6rem;
    padding: 1.6rem 2.4rem;
    border-radius: 1.0rem;
    backdrop-filter: blur(1.5rem);
  }
  .p-news__item {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 1.6rem;
  }
  .p-news__item:first-child {
    margin-top: 0;
  }
  .p-news__category {
    padding: 0.2rem 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    border-radius: 0.4rem;
  }
  .p-news__date {
    margin: 0.25rem 0 0 1.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
  .p-news__headline {
    width: 100%;
    margin-top: 1.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
  }
  .p-news__footer {
    margin-top: 1.6rem;
  }
  .p-news__more {
    padding-right: 2.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
  }
  .p-news__more::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}