@charset "utf-8";
/* CSS Document */
.main {
  background-color: #E9EAEC;
  padding-bottom: 120px;
}
@media (min-width:1200px) {
  .main {
    padding-bottom: 240px;
  }
}
.section-top {
  margin-bottom: 40px;
}
.section-top__container {
  padding: 0 24px;
}
.section-top__image {
  width: 100%;
  padding-top: 120px;
}
.section-top h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: left;
  padding-top: 40px;
}
@media (min-width: 700px) {
  .section-top__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 auto;
  }
  .section-top__image {
    width: 48%;
    max-width: 500px;
    padding-top: 160px;
  }
  .section-top h1 {
    font-size: 6.0rem;
    line-height: 6.0rem;
    padding-top: 240px;
  }
}
@media (min-width: 1200px) {
  .section-top {
    margin-bottom: 200px;
  }
  .section-top__container {
    max-width: 1200px;
  }
  .section-top__image {
    width: 500px;
    padding-top: 160px;
  }
  .section-top h1 {
    font-size: 8.0rem;
    line-height: 8.0rem;
    padding-top: 240px;
  }
}
.section-lead {
  margin-bottom: 120px;
}
.section-lead__wrapper {
  padding: 0 24px;
  margin: 0 auto;
}
.section-lead__description {
  text-align: left;
}
.section-lead__description h2{
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 40px;
  text-align: left;
}
.section-lead__coppyright {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 4.0rem;
  padding-bottom: 24px;
}
.section-lead__coppyright span{
  font-size: 2.4rem;
}
.section-lead p {
  font-size: 1.4rem;
}
.section-lead__profile {
  text-align: left;
}
.section-lead__profile {
  padding-top: 80px;
  width: 100%;
}
.section-lead__profile img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 24px;
}
.section-lead__profile h2 {
  font-size: 2.4;
  line-height: 2.4rem;
  padding-bottom: 4px;
}
.section-lead__profile h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding-bottom: 16px;
  padding-left: 1px;
  letter-spacing: 0.1em;
}
.section-lead__profile p {
  font-size: 1.4rem;
  line-height: 2.0rem;
}
@media (min-width:700px) {
  .section-lead__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .section-lead__description {
    width: 56%;
  }
 .section-lead__coppyright {
    font-size: 2.0rem;
    line-height: 5.6rem;
    padding-bottom: 32px;
  }
  .section-lead__coppyright span{
    font-size: 2.8rem;
  }
  .section-lead__profile {
    padding-top: 80px;
    width: 38%;
  }
}
@media (min-width:1200px) {
  .section-lead {
    margin-bottom: 200px;
  }
 .section-lead__wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
 .section-lead__description {
    width: 600px;
  }
 .section-lead__coppyright {
    font-size: 3.0rem;
    line-height: 7.2rem;
    padding-bottom: 48px;
  }
  .section-lead__coppyright span{
    font-size: 4.4rem;
  }
  .section-lead__description p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .section-lead__profile {
    padding-top: 180px;
    width: 480px;
  }
  .section-lead__profile h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    padding-bottom: 4px;
  }
  .section-lead__profile h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-left: 3px;
    letter-spacing: 0.3em;
  }
  .section-lead__profile img {
    height: 240px;
  }
  .section-lead__profile p{
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.section-career {
  margin-bottom: 120px;
  padding: 0 24px;
}
.section-career h2{
  font-size: 3.2rem;
  line-height: 3.2rem;
  text-align: left;
  margin-bottom: 40px;
}
.section-career__glaf img{
  width: 100%;
}
@media (min-width: 1200px) {
 .section-career {
  margin: 0 auto 240px;
  max-width: 1200px;
}
 .section-career h2{
  font-size: 4.0rem;
  line-height: 4.0rem;
  margin-bottom: 64px;
 }
}
.section-skils {
  padding: 0 24px;
  margin-bottom: 20px;
  }
.section-skils h2 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin-bottom: 40px;
  text-align: left;
}
.section-skils ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 40px;
}
.section-skils ul li p {
  font-size: 1.4rem;
}
.section-skils__item-picture {
  max-width: 264px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
  vertical-align: bottom;
}
.section-skils__item-text {
  padding-left: 4px;
}
.section-skils__item-title {
  font-size: 1.4rem;
  padding: 8px 0 4px;
}
.section-skils__item-title span {
  display: block;
}
@media (min-width:650px) {
  .section-skils {
    margin: 0 auto 240px;
    max-width: 1200px;
    padding: 0 24px;
  }
  .section-skils ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .section-skils ul li {
    width: 48%;
  }
   .section-skils ul li:last-child {
    display: block;
  }
  .section-skils__item-title span {
  display: inline-block;
  }
}
@media (min-width:1200px) {
  .section-skils h2 {
    text-align: left;
    font-size: 4.0rem;
    line-height: 4.0rem;
    margin-bottom: 64px;
  }
  .section-skils ul li {
    width: 352px;
  }
   .section-skils ul li:last-child {
    display: block;
  }
  .section-skils__item-title span {
  display: inline-block;
  }
}

.section-strength__container {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}
.section-strength h2 {
  text-align: left;
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin-bottom: 40px;
}
.section-strength__glaf {
  width: 100%;
  margin-bottom: 40px;
}
.section-strength__text h2{
  font-size: 1.4rem;
}
.section-strength__arrow {
  margin: 16px 0;
  height: 32px;
  transform: rotate(180deg)
}
.section-strength__text-message {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 600;
}
.section-strength__text p{
  font-size: 1.4rem;
}
.section-strength__text span{
  display: inline-block;
}

@media (min-width:1200px) {
  .section-strength h2 {
    font-size: 4.0rem;
    line-height: 4.0rem;
    margin-bottom: 64px;
  }
  .section-strength__text h2{
    font-size: 1.6rem;
  }
  .section-strength__text-message {
    margin-bottom: 16px;
    font-size: 4.0rem;
    line-height: 4.0rem;
  }
  .section-strength__text p{
    font-size: 1.6rem;
  }
}
