@charset "UTF-8";
/****************************************************
 * 英語調整
 ****************************************************/
html {
  font-family: "Poppins", sans-serif;
}

/*コンポーネント*/
.midashi01 span {
  margin-bottom: 0;
}

/*ヘッダーブロック*/
#header .logo {
  width: 35rem;
}
@media only screen and (max-width: 1599px) and (min-width: 1100px) {
  #header .logo {
    width: 30rem;
  }
}
@media only screen and (max-width: 1099px) {
  #header .logo {
    width: 25rem;
  }
}

/*CTAブロック*/
.cta_block .box .tel a {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1099px) {
  .cta_block .box .tel a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .cta_block .box .tel a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .cta_block .box .tel a {
    font-size: 1.2rem;
  }
}

/*フッターブロック*/
@media only screen and (max-width: 900px) {
  #footer .footer_navi nav ul + ul {
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi nav ul li:last-child {
    margin-bottom: 1.2em;
  }
}

@media only screen and (max-width: 780px) {
  .p-top__mv .mv .inner .catchcopy h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv .inner .catchcopy p {
    font-size: 1.5rem;
  }
}

.pagetitle {
  padding-top: 19rem;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    padding-top: 16.3rem;
  }
}
.pagetitle h1 span {
  margin-bottom: 0;
}

.p-company__profile table tbody tr th {
  width: 30%;
}
@media only screen and (max-width: 780px) {
  .p-company__profile table tbody tr th {
    width: auto;
  }
}

@media only screen and (max-width: 780px) {
  .p-development__intro .text {
    margin-bottom: 3rem;
  }
}
.p-development__intro .text .midashi02 span {
  font-size: 0.65em;
  font-weight: 900;
}
.p-development__intro .text p {
  font-size: 2rem;
}
@media only screen and (max-width: 780px) {
  .p-development__intro .text p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-development__intro .img {
    width: 68.9rem;
    position: absolute;
    bottom: 0;
    right: -42rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-development__intro .img {
    width: 111%;
    margin: 0 -5.5%;
  }
}
.p-development__intro ul {
  letter-spacing: -0.4em;
}
.p-development__intro ul > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-development__intro ul li {
  font-size: 3rem;
}
@media only screen and (max-width: 780px) {
  .p-development__intro ul li {
    font-size: 2rem;
  }
}
.p-development__greet p b {
  text-align: left;
}
.p-development__greet p b span {
  margin: 0.25em 0;
  padding: 0.1em 0.5em;
  display: inline-block;
  border: solid 1px #1D2088;
}
.p-development__pillars .headding .tab_head li h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 780px) {
  .p-development__pillars .headding .tab_head li h4 {
    font-size: 1rem;
  }
}
.p-development__pillars .content {
  margin-top: -22rem;
}
@media only screen and (max-width: 780px) {
  .p-development__pillars .content {
    margin-top: -10rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-development__pillars .content .tab_body .midashi01 span {
    font-size: 2.2rem;
  }
}
