@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

/* ------------------------------------

中面 common (TOP以外)

------------------------------------ */
/*  anchor_link
*----------------------------------- */
.p-anchor_link {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 760px) {
  .p-anchor_link {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/*  pan
*----------------------------------- */
.pan {
  padding: 20px 40px;
}
@media print, screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .l-form-container__flow {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #1E1E1E;
  outline-offset: -7px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 8vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 0.8;
  outline: solid 2px #0B4BAE;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

/*  l-cmn-member
*----------------------------------- */
.l-cmn-member {
  background: #ebf3fa;
  padding: 75px 0 80px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member {
    padding: 13% 5%;
  }
}

.l-cmn-member .l-member__header {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header {
    margin-bottom: 3%;
  }
}
.l-cmn-member .l-member__header__title {
  font-family: futura-pt, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #0B4BAE;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

/* mobile */
.philosophy-header {
  padding-top: 52px;
  margin-bottom: 66px;
  text-align: center;
}
@media (max-width: 767px) {
  .philosophy-header {
    padding-top: 6.6666666667vw;
    margin-bottom: 8.2051282051vw;
  }
}
.philosophy-header__en {
  font-size: 6.2rem;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
  display: block;
  width: fit-content;
  margin: 0 auto 2px;
  color: #1cd5b0;
  background: linear-gradient(90deg, #1cd5b0 0%, #34c4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .philosophy-header__en {
    margin: 0 auto 1.0256410256vw;
    font-size: 50px;
    font-size: 12.8205128205vw;
  }
}
.philosophy-header__ttl {
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .philosophy-header__ttl {
    font-weight: bold;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.philosophy-lead {
  margin-bottom: 146px;
}
@media (max-width: 767px) {
  .philosophy-lead {
    margin: 0 5.1282051282vw 22.5641025641vw;
  }
}
.philosophy-lead__ttl {
  margin-bottom: 34px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  color: #f8621e;
}
@media (max-width: 767px) {
  .philosophy-lead__ttl {
    margin-bottom: 4.1025641026vw;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.philosophy-lead p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.125;
  text-align: center;
}
@media (min-width: 768px) {
  .philosophy-lead p:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .philosophy-lead p {
    text-align: left;
    display: inline;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
  }
}
.philosophy-lead__img {
  max-width: 602px;
  margin: 54px auto 0;
}
@media (max-width: 767px) {
  .philosophy-lead__img {
    margin: 9.4871794872vw auto 0;
    max-width: 79.2307692308vw;
  }
}

.philosophy-vision {
  margin-bottom: 124px;
  padding: 130px 0 98px;
  color: #1cd5b0;
  background: linear-gradient(90deg, #34c4ff 0%, #1cd5b0 100%);
}
@media (max-width: 767px) {
  .philosophy-vision {
    margin-bottom: 20.5128205128vw;
    padding: 18.9743589744vw 5.1282051282vw 21.7948717949vw;
  }
}
.philosophy-vision__header {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .philosophy-vision__header {
    margin-bottom: 11.2820512821vw;
  }
}
.philosophy-vision__header p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.125;
}
@media (min-width: 768px) {
  .philosophy-vision__header p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .philosophy-vision__header p {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
  }
}
.philosophy-vision__ttl {
  margin-bottom: 26px;
  font-size: 12rem;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .philosophy-vision__ttl {
    margin-bottom: 3.8461538462vw;
    font-size: 85px;
    font-size: 21.7948717949vw;
  }
}
.philosophy-vision__subttl {
  margin-bottom: 22px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .philosophy-vision__subttl {
    margin-bottom: 5.641025641vw;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.philosophy-vision__img {
  max-width: 1100px;
  margin: 0 auto 73px;
}
@media (max-width: 767px) {
  .philosophy-vision__img {
    margin: 0 auto 15.3846153846vw;
  }
}

.philosophy-vision-list dt {
  box-sizing: border-box;
  margin: 0 auto 13px;
  min-height: 53px;
  min-width: 241px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #2fbcf1;
  line-height: 1;
  background-color: #fff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .philosophy-vision-list dt {
    min-width: 61.7948717949vw;
    min-height: 12.0512820513vw;
    font-size: 23px;
    font-size: 5.8974358974vw;
    margin-bottom: 3.5897435897vw;
  }
}
.philosophy-vision-list dt:not(:first-child) {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .philosophy-vision-list dt:not(:first-child) {
    margin-top: 11.5384615385vw;
  }
}
.philosophy-vision-list dd p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.125;
  text-align: center;
}
@media (max-width: 767px) {
  .philosophy-vision-list dd p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.0666666667;
  }
}

.philosophy-contents {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .philosophy-contents {
    margin-bottom: 25.641025641vw;
  }
}

.philosophy-contents-header {
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  .philosophy-contents-header {
    margin-bottom: 15.3846153846vw;
  }
}
.philosophy-contents-header__ttl {
  font-size: 12rem;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
  display: inline-block;
  color: #1cd5b0;
  background: linear-gradient(90deg, #1cd5b0 0%, #34c4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 19px;
  display: block;
  width: fit-content;
}
@media (max-width: 767px) {
  .philosophy-contents-header__ttl {
    margin: 0 auto 4.1025641026vw;
    font-size: 60px;
    font-size: 15.3846153846vw;
  }
}
.philosophy-contents-header p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.125;
}
@media (min-width: 768px) {
  .philosophy-contents-header p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .philosophy-contents-header p {
    padding: 0 5.1282051282vw;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
  }
}

.philosophy-contents-list {
  margin-bottom: 89px;
}
@media (max-width: 767px) {
  .philosophy-contents-list {
    margin-bottom: 17.9487179487vw;
  }
}
.philosophy-contents-list li {
  padding: 67px 0;
  background-color: #ebf8fd;
  counter-increment: num;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .philosophy-contents-list li {
    padding: 12.8205128205vw 5.1282051282vw 15.3846153846vw;
  }
}
.philosophy-contents-list li:first-child {
  border-top: 1px solid #efefef;
}
.philosophy-contents-list li:nth-of-type(even) {
  background-color: #fff;
}
.philosophy-contents-list li > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.125;
  text-align: center;
}
@media (max-width: 767px) {
  .philosophy-contents-list li > p {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
  }
}
.philosophy-contents-list__ttl {
  margin-bottom: 17px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  color: #2fbcf1;
  line-height: 1;
}
@media (max-width: 767px) {
  .philosophy-contents-list__ttl {
    margin-bottom: 4.358974359vw;
    font-size: 38px;
    font-size: 9.7435897436vw;
  }
}
li:nth-of-type(even) .philosophy-contents-list__ttl {
  color: #1ac3a6;
}
.philosophy-contents-list__ttl::before {
  content: counter(num) "．";
}

.philosophy-contents-footer p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .philosophy-contents-footer p {
    font-size: 18px;
    font-size: 4.6153846154vw;
    line-height: 1.9444444444;
  }
}

.technical-mv {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .technical-mv {
    margin-bottom: 7.9487179487vw;
  }
}

.technical-header {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .technical-header {
    margin: 0 5.1282051282vw 17.4358974359vw;
  }
}
.technical-header__en {
  display: block;
  width: fit-content;
  margin: 0 auto 2px;
  text-align: center;
  line-height: 1;
  font-size: 6.2rem;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
  background: linear-gradient(90deg, #6c9eff 0%, #34c4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .technical-header__en {
    margin: 0 auto 1.0256410256vw;
    font-size: 50px;
    font-size: 12.8205128205vw;
  }
}
.technical-header__ttl {
  margin-bottom: 39px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .technical-header__ttl {
    margin-bottom: 5.8974358974vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.technical-header p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .technical-header p {
    text-align: left;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
  }
}

.technical-col {
  max-width: 1440px;
  margin: 0 auto 85px;
}
@media (min-width: 768px) {
  .technical-col {
    box-sizing: content-box;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .technical-col {
    margin: 0 auto 27.1794871795vw;
  }
}
.technical-col__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 76px;
}
@media (min-width: 768px) {
  .technical-col__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .technical-col__wrap {
    gap: 9.4871794872vw;
    margin: 0 5.1282051282vw;
  }
}
@media (min-width: 768px) {
  .technical-col__item.even {
    margin-top: 117px;
  }
}
.technical-col__ttl {
  background: linear-gradient(90deg, #6c9eff 0%, #34c4ff 100%);
  color: #fff;
  font-size: min(11.6rem, 8.056vw);
  font-weight: bold;
  width: fit-content;
  position: relative;
  z-index: 2;
  margin: 0 0 -69px -47px;
  width: min(281px, 19.5139vw);
  height: min(150px, 10.4167vw);
  line-height: 1;
  display: grid;
  place-content: center;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 767px) {
  .technical-col__ttl {
    margin: 0 0 -10vw;
    font-size: 66px;
    font-size: 16.9230769231vw;
    width: 41.2820512821vw;
    height: 22.3076923077vw;
  }
}
.technical-col__ttl span {
  position: relative;
  top: -0.07em;
}
.even .technical-col__ttl {
  margin: 0 -44px -73px auto;
}
@media (max-width: 767px) {
  .even .technical-col__ttl {
    margin: 0 0 -10.2564102564vw auto;
  }
}
.technical-col__img {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .technical-col__img {
    width: 82.8205128205vw;
    margin-bottom: 5.641025641vw;
    margin-left: auto;
  }
  .even .technical-col__img {
    margin-left: 0;
    margin-right: auto;
  }
}
.technical-col__txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .technical-col__txt p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
    text-align: left;
  }
}
.technical-col__subttl {
  margin-bottom: 14px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #6c9eff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .technical-col__subttl {
    margin-bottom: 2.8205128205vw;
    font-size: 30px;
    font-size: 7.6923076923vw;
    text-align: center;
  }
}
.even .technical-col__subttl {
  color: #2fbcf1;
}

.technical-point {
  margin-bottom: 93px;
}
@media (max-width: 767px) {
  .technical-point {
    margin-bottom: 16.9230769231vw;
  }
}
.technical-point__en {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 16.3rem;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
  color: #dbe7ff;
}
@media (max-width: 767px) {
  .technical-point__en {
    margin-bottom: 3.5897435897vw;
    font-size: 102px;
    font-size: 26.1538461538vw;
  }
}
.technical-point__ttl {
  margin-bottom: 22px;
  font-size: 5.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4117647059;
  color: #6c9eff;
}
@media (max-width: 767px) {
  .technical-point__ttl {
    margin-bottom: 7.1794871795vw;
    font-size: 34px;
    font-size: 8.7179487179vw;
  }
}
.technical-point__img {
  margin-bottom: 33px;
  position: relative;
}
@media (min-width: 768px) {
  .technical-point__img {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .technical-point__img {
    margin-bottom: 6.6666666667vw;
  }
}
.technical-point__img::before {
  position: absolute;
  inset: 0;
  height: 60.8248%;
  width: 100%;
  display: block;
  margin: auto;
  content: "";
  background: url("../skill/images/bg_point.jpg") center/cover no-repeat;
}
@media (max-width: 767px) {
  .technical-point__img::before {
    height: 40vw;
  }
}
.technical-point__img img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1006px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .technical-point__img img {
    max-width: 89.7435897436vw;
  }
}
.technical-point__txt {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .technical-point__txt {
    padding: 0 5.1282051282vw;
  }
}
.technical-point__txt p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .technical-point__txt p {
    text-align: left;
    font-size: 18px;
    font-size: 4.6153846154vw;
    line-height: 1.9444444444;
  }
}

.technical-list {
  color: #fff;
  margin: 0 auto;
  height: 2819px;
  background: url("../skill/images/bg_list.jpg") center/cover no-repeat;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .technical-list {
    max-width: 1440px;
    min-width: 1200px;
  }
}
@media (max-width: 767px) {
  .technical-list {
    height: 1219.4871794872vw;
    background: url("../skill/images/sp/bg_list.jpg") center/cover no-repeat;
  }
}
.technical-list__wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .technical-list__wrap {
    width: 89.7435897436vw;
  }
}
.technical-list__item {
  width: 274px;
  position: absolute;
}
@media (max-width: 767px) {
  .technical-list__item {
    width: 57.6923076923vw;
    display: flex;
    flex-flow: column;
  }
  .technical-list__item:nth-of-type(even) {
    align-items: flex-end;
  }
}
.technical-list__item:nth-of-type(1) {
  top: 468px;
  left: 0;
}
@media (max-width: 767px) {
  .technical-list__item:nth-of-type(1) {
    top: 62.8205128205vw;
  }
}
.technical-list__item:nth-of-type(2) {
  top: 380px;
  right: 38px;
}
@media (max-width: 767px) {
  .technical-list__item:nth-of-type(2) {
    top: 187.9487179487vw;
    right: 0;
  }
}
.technical-list__item:nth-of-type(3) {
  top: 988px;
  left: 153px;
}
@media (max-width: 767px) {
  .technical-list__item:nth-of-type(3) {
    top: 324.8717948718vw;
    left: 0;
  }
}
.technical-list__item:nth-of-type(4) {
  top: 869px;
  right: 273px;
}
@media (max-width: 767px) {
  .technical-list__item:nth-of-type(4) {
    top: 396.4102564103vw;
    right: 0;
  }
}
.technical-list__item:nth-of-type(5) {
  top: 1481px;
  left: 0;
}
@media (max-width: 767px) {
  .technical-list__item:nth-of-type(5) {
    top: 520.2564102564vw;
    left: 0;
  }
  .technical-list__item:nth-of-type(5) h3 {
    font-size: 25px;
    font-size: 6.4102564103vw;
  }
}
.technical-list__item:nth-of-type(6) {
  top: 1422px;
  right: 27px;
}
@media (max-width: 767px) {
  .technical-list__item:nth-of-type(6) {
    top: 665.1282051282vw;
    right: 0;
  }
}
.technical-list__item:nth-of-type(7) {
  top: 1968px;
  left: 0;
}
@media (max-width: 767px) {
  .technical-list__item:nth-of-type(7) {
    top: 833.3333333333vw;
    left: 0;
  }
  .technical-list__item:nth-of-type(7) h3 {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.technical-list__item:nth-of-type(8) {
  top: 2195px;
  right: 293px;
}
@media (max-width: 767px) {
  .technical-list__item:nth-of-type(8) {
    top: 980vw;
    right: 0;
  }
  .technical-list__item:nth-of-type(8) h3 {
    font-size: 26px;
    font-size: 6.6666666667vw;
  }
}
.technical-list__item:nth-of-type(9) {
  top: 2341px;
  right: 0;
}
@media (max-width: 767px) {
  .technical-list__item:nth-of-type(9) {
    top: 1126.9230769231vw;
    left: 0;
  }
  .technical-list__item:nth-of-type(9) h3 {
    font-size: 29px;
    font-size: 7.4358974359vw;
  }
}
.technical-list__item p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .technical-list__item p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2.0666666667;
  }
}
.technical-list__ttl {
  margin: 0 auto 23px;
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1.1282051282;
  width: 227px;
  height: 227px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.27);
  box-sizing: border-box;
  display: grid;
  place-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .technical-list__ttl {
    margin: 0 0 2.3076923077vw;
    width: 34.358974359vw;
    height: 34.358974359vw;
    border: 0.5128205128vw solid #fff;
    line-height: 1.12;
    font-size: 23px;
    font-size: 5.8974358974vw;
    white-space: nowrap;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }
}
.technical-list__ttl span {
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .technical-list__ttl span {
    font-size: 29px;
    font-size: 7.4358974359vw;
  }
}

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