.work {
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 600px) {
  .work {
    padding: 40px 0 0 0;
  }
}
.work__header {
  width: 1064px;
  margin: 0 auto;
}
@media only screen and (max-width: 1064px) {
  .work__header {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .work__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.work__header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  position: relative;
  /*
  & .label {
  	right: 0;
  	left: auto;
  	border-top-right-radius: 0px;
  	border-bottom-right-radius: 0px;
  	border-top-left-radius: 50px;
  	border-bottom-left-radius: 50px;
  	color: var(--color-white);
  	&::first-letter {
  		color: var(--color-yellow);
  	}
  	& span {
  		position: relative;
  		display: block;
  		&::after {
  			position: absolute;
  			content: 'INTERVIEW';
  			display: inline-block;
  			left: -180px;
  			z-index: 10;
  			color: var(--color-black);
  			@include txt-24-tight;
  			top: 50%;
  			transform: translateY(-50%);
  			font-weight: 700;
  			letter-spacing: 0.1em;
  		}
  		@media only screen and (max-width: 600px) {
  			&::after {
  				display: none;
  			}
  		}
  	}
  }
  */
}
.work__header__content {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .work__header__content {
    margin-bottom: -20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.work__header__content__info {
  position: absolute;
  left: -80px;
  bottom: -80px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media only screen and (max-width: 1064px) {
  .work__header__content__info {
    left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .work__header__content__info {
    position: relative;
    left: 0;
    padding-left: 20px;
    top: -20px;
    bottom: 0;
    row-gap: 16px;
  }
}
.work__header__content__info__number {
  max-width: 176px;
}
@media only screen and (max-width: 600px) {
  .work__header__content__info__number {
    max-width: 100px;
  }
}
.work__header__content__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media only screen and (max-width: 430px) {
  .work__header__content__info ul {
    row-gap: 8px;
  }
}
.work__header__content__info ul li .ttl_path {
  width: auto;
  display: inline-block;
}
.work__header__content__info ul li .frame3 {
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__header__content__info ul li .frame3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .work__header__content__info ul li .frame3 {
    font-size: 20px;
  }
}
.work__header__content__info ul li .frame3 {
  font-weight: 700;
  letter-spacing: 0.2em;
}
.work__header__content__info__name {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__header__content__info__name {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .work__header__content__info__name {
    font-size: 14px;
  }
}
.work__header__content__info__name {
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .work__header__content__info__name {
    line-height: 1.6;
  }
}
.work__header__content__info__name br {
  display: none;
}
@media only screen and (max-width: 600px) {
  .work__header__content__info__name br {
    display: block;
  }
}
.work__header__content__info__name span {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__header__content__info__name span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .work__header__content__info__name span {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.work__header__content__info__name span {
  font-weight: 700;
}
.work__header__content__info__name strong.attention {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .work__header__content__info__name strong.attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .work__header__content__info__name strong.attention {
    font-size: 12px;
  }
}
.work__header__content__info__name strong.attention {
  font-weight: 500;
  display: block;
  margin-top: 8px;
}
.work .box__workttl {
  /*svg {
  	@media only screen and (max-width: 600px) {
  		width: auto;
  		height: 40px;
  	}
  }*/
}
.work__wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .work__wrapper {
    width: 1064px;
  }
}
@media only screen and (max-width: 1064px) {
  .work__wrapper {
    width: 90%;
  }
}
.work__section1 {
  margin-top: 160px;
  margin-bottom: 80px;
  background-image: url(../img/work_bg_01.jpg);
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 1064px) {
  .work__section1 {
    padding: 40px 0 0 0;
  }
}
@media only screen and (max-width: 620px) {
  .work__section1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.work__section1__content {
  width: 1064px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1064px) {
  .work__section1__content {
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 600px) {
  .work__section1__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
}
.work__section1__content .person {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 600px) {
  .work__section1__content .person {
    width: 30%;
    margin: 0 auto;
  }
}
.work__section1__content .text {
  width: 80%;
}
@media only screen and (max-width: 1064px) {
  .work__section1__content .text {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .work__section1__content .text {
    width: 100%;
  }
}
.work__section1__content .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media only screen and (max-width: 620px) {
  .work__section1__content .text ul {
    row-gap: 16px;
  }
}
.work__section1__content .text ul li:nth-of-type(1) {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__section1__content .text ul li:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .work__section1__content .text ul li:nth-of-type(1) {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.work__section1__content .text ul li:nth-of-type(1) {
  line-height: 0;
  font-weight: 700;
}
.work__section1__content .text ul li:nth-of-type(2) {
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__section1__content .text ul li:nth-of-type(2) {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .work__section1__content .text ul li:nth-of-type(2) {
    font-size: 20px;
  }
}
.work__section1__content .text ul li:nth-of-type(2) {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.work__section1__content .text ul li:nth-of-type(3) {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .work__section1__content .text ul li:nth-of-type(3) {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .work__section1__content .text ul li:nth-of-type(3) {
    font-size: 16px;
    line-height: 1.8;
  }
}
.work__section1__content .text ul li:nth-of-type(3) {
  text-align: justify;
}
.work__section2__content {
  width: 1064px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1064px) {
  .work__section2__content {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.work__section2__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media only screen and (max-width: 600px) {
  .work__section2__content ul {
    row-gap: 16px;
  }
}
.work__section2__content ul li:nth-of-type(1) {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__section2__content ul li:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .work__section2__content ul li:nth-of-type(1) {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.work__section2__content ul li:nth-of-type(1) {
  font-weight: 700;
}
.work__section2__content ul li:nth-of-type(2) {
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__section2__content ul li:nth-of-type(2) {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .work__section2__content ul li:nth-of-type(2) {
    font-size: 20px;
  }
}
.work__section2__content ul li:nth-of-type(2) {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.work__section2__content ul li:nth-of-type(3) {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .work__section2__content ul li:nth-of-type(3) {
    font-size: 16x;
  }
}
@media only screen and (max-width: 430px) {
  .work__section2__content ul li:nth-of-type(3) {
    font-size: 15px;
    line-height: 1.8;
  }
}
.work__section2__content ul li:nth-of-type(3) {
  text-align: justify;
}
.work__section2__content__photo {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .work__section2__content__photo {
    margin-top: 40px;
  }
}
.work__section3 {
  width: 1440px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1440px) {
  .work__section3 {
    width: 1064px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 1064px) {
  .work__section3 {
    width: 100%;
  }
}
.work__section3__content {
  width: 1252px;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 1252px) {
  .work__section3__content {
    width: 1064px;
  }
}
@media only screen and (max-width: 1064px) {
  .work__section3__content {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .work__section3__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.work__section3__content .text {
  width: 620px;
}
@media only screen and (max-width: 620px) {
  .work__section3__content .text {
    width: 100%;
  }
}
.work__section3__content .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media only screen and (max-width: 600px) {
  .work__section3__content .text ul {
    row-gap: 16px;
  }
}
.work__section3__content .text ul li:nth-of-type(1) {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__section3__content .text ul li:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .work__section3__content .text ul li:nth-of-type(1) {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.work__section3__content .text ul li:nth-of-type(1) {
  font-weight: 700;
}
.work__section3__content .text ul li:nth-of-type(2) {
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__section3__content .text ul li:nth-of-type(2) {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .work__section3__content .text ul li:nth-of-type(2) {
    font-size: 20px;
  }
}
.work__section3__content .text ul li:nth-of-type(2) {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.work__section3__content .text ul li:nth-of-type(3) {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .work__section3__content .text ul li:nth-of-type(3) {
    font-size: 16x;
  }
}
@media only screen and (max-width: 430px) {
  .work__section3__content .text ul li:nth-of-type(3) {
    font-size: 15px;
    line-height: 1.8;
  }
}
.work__section3__content .text ul li:nth-of-type(3) {
  text-align: justify;
}
.work__section3__content .person {
  max-width: 526px;
}
@media only screen and (max-width: 1064px) {
  .work__section3__content .person {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .work__section3__content .person {
    max-width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .work__section3__content .person {
    max-width: 100%;
  }
}
.work__section3__content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .work__section3__content--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.work__section4 {
  width: 1064px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1064px) {
  .work__section4 {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.work__section4__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 1064px) {
  .work__section4__content {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .work__section4__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.work__section4__content__left, .work__section4__content__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .work__section4__content__left, .work__section4__content__right {
    width: 100%;
  }
}
.work__section4__content__left .frame3, .work__section4__content__right .frame3 {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .work__section4__content__left .frame3, .work__section4__content__right .frame3 {
    padding: 20px;
  }
}
.work__section4__content__left dl, .work__section4__content__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-bottom: 32px;
}
.work__section4__content__left dl dt, .work__section4__content__right dl dt {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__section4__content__left dl dt, .work__section4__content__right dl dt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .work__section4__content__left dl dt, .work__section4__content__right dl dt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.work__section4__content__left dl dt, .work__section4__content__right dl dt {
  font-weight: 600;
}
.work__section4__content__left dl dd img, .work__section4__content__right dl dd img {
  height: 40px;
}
.work__section4__content__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.work__section4__content__left ul li:nth-of-type(1) img {
  border-radius: 0px;
}
.work__section4__content__left ul li:nth-of-type(2) {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__section4__content__left ul li:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .work__section4__content__left ul li:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.work__section4__content__left ul li:nth-of-type(2) {
  font-weight: 700;
}
.work__section4__content__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin-bottom: 16px;
}
.work__section4__content__right ul:last-child {
  margin-bottom: 0px;
}
.work__section4__content__right ul li:nth-of-type(1) {
  padding: 12px 8px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__section4__content__right ul li:nth-of-type(1) {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .work__section4__content__right ul li:nth-of-type(1) {
    font-size: 16px;
  }
}
.work__section4__content__right ul li:nth-of-type(1) {
  font-weight: 600;
}
.work__section4__content__right ul:nth-of-type(1) li:nth-of-type(1) {
  background-color: var(--color-pink);
}
.work__section4__content__right ul:nth-of-type(2) li:nth-of-type(1) {
  background-color: var(--color-blue);
}
.work__section4__content__right ul:nth-of-type(3) li:nth-of-type(1) {
  background-color: var(--color-yellow);
}
.work__section4__content__right ul:nth-of-type(4) li:nth-of-type(1) {
  background-color: var(--color-green);
}
.work__section4__content__right ul:nth-of-type(5) li:nth-of-type(1) {
  background-color: var(--color-perple);
}
.work__section4__content__right ul:nth-of-type(6) li:nth-of-type(1) {
  background-color: var(--color-beige);
}
.work__section4__content__right ul:nth-of-type(7) li:nth-of-type(1) {
  background-color: var(--color-gray);
}
.work__person {
  width: 1064px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1064px) {
  .work__person {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .work__person {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 430px) {
  .work__person {
    gap: 10px;
  }
}
.work__person a {
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .work__person a {
    /*flex: 0 0 calc(50% - 10px);*/
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
  }
}
@media (max-width: 430px) {
  .work__person a {
    /*flex: 0 0 calc(50% - 5px);*/
  }
}
.work__person a.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 769px) {
  .work__person a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.work__person ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.work__person ul li:nth-of-type(2) {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-black);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .work__person ul li:nth-of-type(2) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .work__person ul li:nth-of-type(2) {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.work__person ul li:nth-of-type(2) {
  padding: 10px 0;
  margin-bottom: 16px;
}
.work__person ul li:nth-of-type(3) {
  text-align: center;
  margin-bottom: 16px;
}
.work__person ul li:nth-of-type(3) p:first-of-type {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .work__person ul li:nth-of-type(3) p:first-of-type {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .work__person ul li:nth-of-type(3) p:first-of-type {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
.work__person ul li:nth-of-type(3) p:first-of-type {
  font-weight: 700;
}
.work__person ul li:nth-of-type(4) .ttl_path span {
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .work__person ul li:nth-of-type(4) .ttl_path span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .work__person ul li:nth-of-type(4) .ttl_path span {
    font-size: 20px;
  }
}