@charset "UTF-8";

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/*-----サイト内リンクの取り消し-----*/
a {
  text-decoration: none;
}

/*-----画像がはみ出ない設定-----*/
img {
  max-width: 100%;
}


/*-----header-----*/
.header {
  height: 70px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.header-logo img {
  height: 35px;
  margin-left: 80px;
}

.header nav {
  display: flex;
  align-items: center;
  padding-left: 600px;
  margin-right: 80px;
}

.header-nav ul {
  display: flex;
}

.header-nav li {
  padding-left: 60px;
}

.header-nav a {
  font-size: 16px;
  color: #666565;
  text-decoration: none;
}

.header-nav a:hover {
  opacity: 0.7;
}

.burger {
  display: none;
}

.menusp {
  display: none;
}


@media screen and (max-width:768px){
  .header {
    display: block;
    width: auto;
    overflow: hidden;
    margin: 0;
    height: 60px;
    align-items: center;
  }

  .header-nav {
    display: none;
  }

  .header-logo {
    position: relative;
  }

  .header-logo img {
    width: 35%;
    margin-left: 30%;
  }

  .burger {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url( ../images/spopen.svg );
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
    transition: all 0.5s 0s ease;
    position: absolute;
    top: 7px;
    right: 0;
    left: 550px;
  }
  
  .burger a:active {
    background-color: none;
  }
  
  .burger.is-active {
    background-image: url( ../images/spclose.svg);
  }
  
  .menusp {
    display: block;
    width: 100vw;
    height: 100vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    gap: 80px;
    background-color: #D1E5F7;
    position: fixed;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
    z-index: 9999;
  }
  .menusp a {
    flex: none;
    text-align: center;
    justify-content: center;
    color: #666565;
    font-size: 18px;
    text-decoration: none;
  }
  .menusp .brg1 {
    display: block;
    flex: none;
  }
  .menusp .brg2 {
    display: block;
    flex: none;
  }
  .menusp .brg3 {
    display: block;
    flex: none;
  }
  .menusp .brg4 {
    display: block;
    flex: none;
  }
  .menusp .brg5 {
    display: block;
    flex: none;
  }
  .menusp .brg6 {
    display: block;
    flex: none;
  }
  .menusp .brg7 {
    display: block;
    flex: none;
  }
  
  .menusp.is-active {
    display: flex;
  }

  .container {
    width: 500px;
    height: auto;
    display: block;
    flex: none;
    color: #666565;
    font-size: 20px;
  }

  .container a {
    display: block;
    flex: none;
    color: #666565;
    font-size: 24px;
  }

}


/*-----top-----*/
.mainimg {
  position: relative;
}

.mv {
  width: 100%;
  height: 580px;
  background-image: url( ../images/mainbackground.png );
  background-size: cover;
  background-position: top;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.kuzira {
  width: auto;
  position: absolute;
  top: 5px;
  left: 80px;
  z-index: 1;
}

.kuzira .animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: auto;
}

.slidein {
  animation-name: slidein;
  animation-direction: normal;
}

 
@keyframes slidein {
  0% {
    transform: translateX(120px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  50%,100% {
    opacity: 1;
  }
}


.vtxt1 {
  position: absolute;
  top: 150px;
  left: 150px;
}

.vtxt2 {
  position: absolute;
  top: 250px;
  left: 280px;
}

.mainimg p {
  font-size: 36px;
  font-weight: 600;
  color: #667883;
  background-color: #ffffff;
  letter-spacing: .1em;
  margin-bottom: 7px;
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-duration: 2.5s;
  width: auto;
}

.fadein {
  animation-name: fadeIn;
  animation-direction: normal;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width:768px){
  .mainimg {
    width: auto;
  }

  .mv{
    height: 75.46vw;
    background-image: url( ../images/mainbackground_sp.png );
    background-position: center;
  }

  .kuzira{
    display: none;
  }

  .mainimg p {
    font-size: 2.66vw;
    width: 100%;
  }
  
  .vtxt1 {
    top: 11.73vw;
    left: 9vw;
  }
  
  .vtxt1 p {
    width: auto; 
    text-align: center;
    padding: 1.7vw 1.9vw;
    box-sizing: border-box;
  }

  .vtxt2 {
    top: 20.73vw;
    left: 17vw;
  }
  
  .vtxt2 p {
    width: auto; 
    text-align: center;
    padding: 1.7vw 1.9vw;
    box-sizing: border-box;
  }
}


/*-----about----*/
.abt-me {
  margin: 90px 0;
  position: relative;
}

.about-a {
  display: flex;
  margin-top: 85px;
}

.s-about h2 {
  font-size: 46px;
  font-weight: 700;
  color: #5488A8;
  letter-spacing: 7px;
  text-align: center;
  margin-bottom: 70px;
}

.about-a .l-img {
  display: flex;
  margin-left: 80px;
}

.r-txt {
  display: flex;
  position: relative;
  width: 650px;
  height: 136px;
  line-height: 34px;
  margin-left: 20px;
  margin-top: 50px;
  margin-right: 80px;
  z-index: 1;
}

.r-img {
  position: absolute;
  right: 0;
  margin-right: 80px;
  z-index: -1;
}

.r-txt p {
  display: flex;
  font-size: 16px;
}

.btn1 {
  width: 350px;
  height: 50px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #0077CC;
  color: #fff;
  margin-top: 50px;
  position: relative;
}

.btn1::after{
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background: url(../images/viewmore.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
}

.btn1:hover {
  opacity: 0.7;
}

.btn1 p {
  position: absolute;
  top: 5px;
  left: 111px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.btn1:hover {
  transform: translate(80px, 0px);
  transition:0.3s;
}

@media screen and (max-width:768px){
  .abt-me {
    margin: 100px 30px;
  }

  .about-a {
    display: block;
    margin-top: 20px;
  }

  .s-about h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }

  .about-a .l-img {
    width: 100%;
    margin: 0;
  }
  
  .r-txt {
    flex: none;
    width: 100%;
    height: 180px;
    font-size: 3.73vw;
    line-height: 1.87;
    z-index: 1;
    margin-left: 0;
  }

  .r-txt p {
    flex: none;
  }

  .r-txt br {
    display: none;
  }

  .r-img {
    flex: none;
    width: 28%;
    z-index: -1;
    top: 320px;
    left: 250px;
  }
  
  .btn1 {
    width: 100%;
    height: 13.33vw;
    border-radius: .8vw;
    font-size: 4.26vw;
    margin-top: 8vw;
  }

  .btn1::after{
    width: 13.33vw;
    height: 1.6vw;
    right: 6.4vw;
  }
  
  .btn1:hover {
    opacity: 0.7;
  }
  
  .btn1 p {
    top: 7px;
    left: 90px;
    font-size: 14px;
  }

  .btn1:hover {
    transform: none;
  }
}

/*------ works ------*/
.work-me {
  margin: 100px auto 60px auto;
  padding: 0 80px 10px 80px;
  background-color: #F9F9F9;
  width: auto;
}

.s-work h2 {
  font-size: 46px;
  font-weight: 700;
  color: #5488A8;
  letter-spacing: 7px;
  text-align: center;
  padding: 70px 0;
}

.works-list {
  display: flex;
  margin-bottom: 20px;
  width: auto;
}

.works-list nav {
  display: flex;
}

.works-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.works-list li {
  text-align: center;
}

.works-list img:hover{
  opacity: 0.7;
}

.works-list p {
  font-size: 16px;
  padding-top: 20px;
  color: #666565;
  margin-bottom: 45px;
}

.works-list p:hover {
  opacity: 0.7;
}

@media screen and (max-width:768px){
  .work-me {
    width: auto;
    margin: 150px 0 70px 0;
  }
      
  .s-work h2 {
    font-size: 32px;
    font-weight: 700;
    padding: 50px 0;
  }
  
  .works-list {
    display: block;
    flex: none;
    width: auto;
  }
  
  .works-list nav {
    flex: none;
  }
  
  .works-list ul {
    flex: none;
  }
  
  .works-list li {
    text-align: center;
  }
  
  .works-list img:hover{
    opacity: 0.7;
  }
  
  .works-list p {
    font-size: 14px;
    margin: 0 0 40px 0;
  }
  
  .works-list p:hover {
    opacity: 0.7;
  }

}

/*------ contact ------*/
.contact-me {
  margin: 50px 0;
}

.contact-me h2 {
  font-size: 46px;
  font-weight: 700;
  color: #5488A8;
  letter-spacing: 7px;
  text-align: center;
  margin-bottom: 30px;
}

.mailadd p {
  text-align: center;
}

.comment {
  font-size: 16px;
  margin-bottom: 30px;
  color: #666565;
  font-weight: 300;
}

.mailtxt {
  font-size: 32px;
  color: #4f4f4f;
  font-weight: 700;
  margin-bottom: 100px;
}

@media screen and (max-width:768px){
  .contact-me h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
  
  .mailadd p {
    width: 100%;
  }

  .comment {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .mailtxt {
    font-size: 24px;
  }
}

/* トップ戻るボタン */
/* スクロール位置で消える */
.pagetop {
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.pagetop img {
  width: 45px;
  position: fixed;
  right: 45px;
  bottom: 65px;
  transition: 0.3s;
}

.pagetop img:hover {
  opacity: 0.7;
}

/* スクロール位置で見える */
.pagetop.see {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:768px){
  .pagetop img {
    width: 7.5%;
    right: 20px;
    bottom: 65px;
  }
}

/*----- フッター -----*/
.footer {
  height: 50px;
  background-color: #D1E5F7;
}

.footer p {
text-align: center;
font-size: 14px;
color: #666565;
padding-top: 16px;
}

@media screen and (max-width:768px){
  .footer {
    width: auto;
    height: 50px;
  }
  
  .footer p {
  font-size: 12px;
  }
}

/* About me html */
@media screen and (max-width:768px){
  .header {
    width: 100%;
    overflow: hidden;
    margin: 0;
    height: 60px;
    align-items: center;
    position: relative;
  }

  .header-logo img {
    width: 35%;
    position: absolute;
    top: 15px;
    left: 0;
    margin-left: 20px;
  }

  .header nav {
    display: none;
  }
  .header-nav {
    display: none;
  }

  .burger {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url( ../images/spopen.svg );
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    left: 320px;
    cursor: pointer;
    /* position: relative; ここは不要です　*/
    z-index: 5;
    margin: 0 3vw 0 auto; /*　left部分をautoにすることで右寄せになります */
  }
  
  .burger.is-active {
    background-image: url( ../images/spclose.svg);
  }
  
  .menusp {
    display: block;
    flex: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100vw;
    height: 100vh;
    background-color: #D1E5F7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
  }

  .container {
    width: 500px;
    height: auto;
    display: block;
    flex: none;
    color: #666565;
    font-size: 20px;
  }

  .container a {
    color: #666565;
    font-size: 24px;
    line-height: 100px;
  }
  
  .menusp.is-active {
    display: flex;
  }

}
.me-me {
  margin: 0 80px;
}

.me-more h2 {
  font-size: 46px;
  font-weight: 700;
  color: #5488A8;
  letter-spacing: 7px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 10px;
}

.me-more p {
  text-align: center;
  padding-bottom: 110px;
}

.s-me {
  display: flex;
  position: relative;
}

.me-img {
  display: flex;
  height: 100%;
}

.hoverimg {
  position: absolute;
  top: 10px;
  left: 2px;
  opacity: 0;
  transition: .3s;
}

.hoverimg:hover {
  opacity: 1.0;
}

.s-me .me-txt {
  display: flex;
  text-align: left;
  padding-left: 30px;
  padding-top: 60px;
  line-height: 30px;
}

@media screen and (max-width:768px){
  .me-me {
    width: auto;
    margin: 0 20px 0 20px;
  }
  
  .me-more h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  
  .me-more p {
    font-size: 14px;
    margin: 0 20px 20px 20px;
    padding-bottom: 0;
  }
  
  .me-img {
    flex: none;
    width: 100%;
    margin: 0 0 30px 10px;
  }
  
  .hoverimg {
    top: 10px;
    opacity: 0;
  }
  
  .hoverimg:hover {
    opacity: 1.0;
  }
  
  .s-me .me-txt {
    flex: none;
    padding-left: 0;
    padding-top: 0;
  }
  .s-me {
    display: block;
  }

  .me-txt {
    width: auto;
  }

  .me-txt p {
    font-size: 14px;
    height: 240px;
  }

}

/* skills */
.skl-me {
  margin: auto;
  background-color: #F9F9F9;
  padding-bottom: 80px;
}


.skills-more h2 {
  font-size: 46px;
  font-weight: 700;
  color: #5488A8;
  letter-spacing: 7px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 10px;
  padding-top: 80px;
}

.skills-more p {
  text-align: center;
  margin-bottom: 70px;
}

.skills-list {
  display: flex;
}

.skill1 {
  background-color: #ffffff;
  width: 550px;
  height: 360px;
  border-radius: 27px;
  margin-left: 140px;
}

.skill1 img {
  padding-left: 210px;
  padding-top: 20px;
}

.skill1 p {
  padding: 0 30px;
  line-height: 30px;
}

.skill2 {
  background-color: #ffffff;
  width: 550px;
  height: 360px;
  border-radius: 27px;
  margin-left: 80px;
}

.skill2 img {
  width: 15%;
  padding-left: 220px;
  padding-top: 25px;
}

.skill2 p {
  padding: 20px 30px 0 30px;
  line-height: 30px;
}

@media screen and (max-width:768px){
  .skl-me {
    width: auto;
    height: auto;
  }

  .skills-more h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .skills-more p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  
  .skills-list {
    flex: none;
    display: block;
  }
  
  .skill1 {
    width: 90%;
    height: 460px;
    margin: 20px 20px 70px 20px;
  }
  
  .skill1 img {
    width: 30%;
    padding: 0;
    margin: 15px 40px 15px 130px;
  }

  .skill2 {
    width: 90%;
    height: 430px;
    margin: 0 20px;
  }
  
  .skill2 img {
    width: 25%;
    padding: 0;
    margin: 25px 40px 10px 150px;
  }

}

/* strength */
.str {
  margin: auto;
  padding-bottom: 80px;
}

.me-st h2 {
  font-size: 46px;
  font-weight: 700;
  color: #5488A8;
  letter-spacing: 7px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 10px;
  padding-top: 80px;
}

.me-st p {
  text-align: center;
  margin-bottom: 70px;
}

.st-list {
  display: flex;
}

.st-list p {
  line-height: 30px;
}

.st1 {
  margin-left: 80px;
}

.st1 img {
  width: 100%;
}

.st1 {
  position: relative;
  display: inline-block;
}

.st1 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #8D8C8C;
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  top: 23%;
  left: 40%;
  transform: translate(-30%, -40%);
}

.st1 h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}

.st1 p {
  width: 400px;
}

.st2 {
  margin-left: 40px;
  position: relative;
  display: inline-block;
}

.st2 img {
  width: 100%;
}

.st2 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #8D8C8C;
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  top: 23%;
  left: 37%;
  transform: translate(-30%, -37%);
}

.st2 h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}

.st2 p {
  width: 400px;
}

.st3 {
  margin-left: 40px;
  position: relative;
  display: inline-block;
}

.st3 img {
  width: 100%;
}

.st3 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #8D8C8C;
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  top: 23%;
  left: 37%;
  transform: translate(-30%, -37%);
}

.st3 h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}

.st3 p {
  width: 400px;
}
@media screen and (max-width:768px){
  .str {
    margin: 0;
    padding: 0;
  }
  
  .me-st h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-top: 0;
  }
  
  .me-st p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .st-list {
    flex: none;
    display: block;
  }
  
  .st-list p {
    line-height: 30px;
  }
  
  .st1 {
    margin: 0 auto 0 30px;
  }
  
  .st1 img {
    width: 90%;
  }
  
  .st1 h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    position: absolute;
    top: 21%;
    left: 35%;
  }
  
  .st1 h4 {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
  }
  
  .st1 p {
    width: auto;
    font-size: 14px;
    margin: 0 30px 50px 10px;

  }

  .st2 {
    margin: 0 auto 0 30px;
  }
  
  .st2 img {
    width: 90%;
  }
  
  .st2 h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    position: absolute;
    top: 21%;
    left: 33%;
  }
  
  .st2 h4 {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
  }
  
  .st2 p {
    width: auto;
    font-size: 14px;
    margin: 0 30px 50px 10px;

  }

  .st3 {
    margin: 0 auto 0 30px;
  }
  
  .st3 img {
    width: 90%;
  }
  
  .st3 h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    position: absolute;
    top: 21%;
    left: 33%;
  }
  
  .st3 h4 {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
  }
  
  .st3 p {
    width: auto;
    font-size: 14px;
    margin: 0 30px 50px 10px;

  }
}


/* career */
.car-me {
  margin: auto auto 130px auto;
  position: relative;
}

.me-career h2 {
  font-size: 46px;
  font-weight: 700;
  color: #5488A8;
  letter-spacing: 7px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 80px;
}

.me-career p {
  text-align: center;
  margin-bottom: 70px;
}

.line {
  position: absolute;
  top: 200px;
  padding-left: 268px;
  margin-bottom: 80px;
  z-index: -1;
}

.line img {
  width: 2px;
  height: 600px;
}

.career-list {
  text-align: center;
  margin-left: 255px;
}

.career1 {
  display: flex;
}

.career1 img {
  width: 32px;
  height: 32px;
  padding-top: 15px;
}

.career1 p {
  width: 865px;
  text-align: left;
  line-height: 30px;
  margin-left: 60px;
  margin-bottom: 35px;
}

.career2 {
  display: flex;
}

.career2 img {
  width: 32px;
  height: 32px;
  padding-top: 15px;
}

.career2 p {
  width: 865px;
  text-align: left;
  line-height: 30px;
  margin-left: 60px;
  margin-bottom: 35px;
}

.career3 {
  display: flex;
}

.career3 img {
  width: 32px;
  height: 32px;
  padding-top: 15px;
}

.career3 p {
  width: 865px;
  text-align: left;
  line-height: 30px;
  margin-left: 60px;
  margin-bottom: 35px;
}

.career4 {
  display: flex;
}

.career4 img {
  width: 32px;
  height: 32px;
  padding-top: 28px;
}

.career4 p {
  width: 865px;
  text-align: left;
  line-height: 30px;
  margin-left: 60px;
  margin-bottom: 35px;
}

.career5 {
  display: flex;
}

.career5 img {
  width: 32px;
  height: 32px;
  padding-top: 15px;
}

.career5 p {
  width: 865px;
  text-align: left;
  line-height: 30px;
  margin-left: 60px;
  margin-bottom: 35px;
}

.career6 {
  display: flex;
}

.career6 img {
  width: 32px;
  height: 32px;
  padding-top: 3.5px;
}

.career6 p {
  width: 865px;
  text-align: left;
  line-height: 30px;
  margin-left: 60px;
  margin-bottom: 35px;
}

@media screen and (max-width:768px){
  .car-me {
    margin: 0;
  }
  
  .me-career h2 {
    font-size: 32px;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-top: 0;
  }
  
  .me-career p {
    font-size: 14px;
    margin-bottom: 45px;
  }
  
  .line {
    visibility: hidden;
  }
  
  .line img {
    visibility: hidden;
  }

  .career-list {
    margin-left: 20px;
    position: relative;
  }

  .line-sp {
    position: absolute;
    width: 95%;
    height: 1100px;
    background-color: none;
    border-left: 2px solid #CFE3F0;
    z-index: -5;
    margin-top: 10px;
    margin-left: 12.5px;
  }

  .career1 img {
    width: 30px;
    height: 30px;
    padding-top: 0;
    margin-top: 78px;
  }
  
  .career1 p {
    width: auto;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 30px 30px 10px 20px;
  }
  
  .career2 img {
    width: 30px;
    height: 30px;
    padding-top: 0;
    margin-top: 70px;
  }
  
  .career2 p {
    width: auto;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 30px 30px 10px 20px;
  }

  .career3 img {
    width: 30px;
    height: 30px;
    padding-top: 0;
    margin-top: 75px;
  }
  
  .career3 p {
    width: auto;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 30px 30px 10px 20px;
  }

  .career4 img {
    width: 30px;
    height: 30px;
    padding-top: 0;
    margin-top: 95px;
  }
  
  .career4 p {
    width: auto;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 30px 30px 10px 20px;
  }

  .career5 img {
    width: 30px;
    height: 30px;
    padding-top: 0;
    margin-top: 87px;
  }
  
  .career5 p {
    width: auto;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 30px 30px 10px 20px;
  }

  .career6 img {
    width: 30px;
    height: 30px;
    padding-top: 0;
    margin-top: 58px;
  }
  
  .career6 p {
    width: auto;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin: 30px 30px 120px 20px;
  }
}
