@charset "UTF-8";
.RecruitWrapper__Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/bg-recruit.jpg);
  background-size: cover;
  height: 470px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.RecruitWrapper__Header .line {
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
  -webkit-animation: move 3s linear infinite alternate;
          animation: move 3s linear infinite alternate;
  pointer-events: none;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
.RecruitWrapper__Header .line:nth-child(1) {
  left: 5%;
  width: 12px;
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  background: var(--color-gray);
}
.RecruitWrapper__Header .line:nth-child(2) {
  left: 20%;
  width: 8px;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  background: var(--color-perple);
}
.RecruitWrapper__Header .line:nth-child(3) {
  left: 35%;
  width: 6px;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  background: var(--color-blue);
}
.RecruitWrapper__Header .line:nth-child(4) {
  left: 55%;
  width: 10px;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  background: var(--color-yellow);
}
.RecruitWrapper__Header .line:nth-child(5) {
  left: 70%;
  width: 20px;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  background: var(--color-pink);
}
.RecruitWrapper__Header .line:nth-child(6) {
  left: 85%;
  width: 10px;
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
  background: var(--color-blue);
}
.RecruitWrapper__Header--Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 70%;
  position: relative;
  z-index: 10;
}
.RecruitWrapper__Header--Inner li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.RecruitWrapper__Container {
  width: 1024px;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media only screen and (max-width: 1024px) {
  .RecruitWrapper__Container {
    width: 90%;
  }
}
.RecruitWrapper__Container--list {
  margin-bottom: 60px;
}
.RecruitWrapper__Container--list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  padding: 30px 30px;
  border-bottom: solid 1px var(--color-black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RecruitWrapper__Container--list ul:nth-of-type(even) {
  background-color: var(--color-white);
}
.RecruitWrapper__Container--list ul:first-of-type {
  padding-top: 0;
}
.RecruitWrapper__Container--list ul:last-of-type {
  background-color: var(--color-gray-dark);
}
.RecruitWrapper__Container--list ul:last-of-type h6 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.RecruitWrapper__Container--list ul:last-of-type div {
  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;
  width: 100%;
}
.RecruitWrapper__Container--list ul:last-of-type div p:nth-of-type(1) {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--list ul:last-of-type div p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul:last-of-type div p:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.RecruitWrapper__Container--list ul:last-of-type div p:nth-of-type(1) {
  border-bottom: solid 1px var(--color-white);
  padding-bottom: 16px;
}
.RecruitWrapper__Container--list ul li:nth-of-type(1) {
  width: 20%;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.RecruitWrapper__Container--list ul li:nth-of-type(1) {
  font-weight: 600;
}
.RecruitWrapper__Container--list ul li:nth-of-type(2) {
  width: 76%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(2) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(2) {
    font-size: 14px;
  }
}
.RecruitWrapper__Container--list ul li:nth-of-type(2) span.attention {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(2) span.attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul li:nth-of-type(2) span.attention {
    font-size: 12px;
  }
}
.RecruitWrapper__Container--list ul li:nth-of-type(2) span.attention {
  display: block;
}
.RecruitWrapper__Container--list ul dl.annotation {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--list ul dl.annotation {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--list ul dl.annotation {
    font-size: 12px;
  }
}
.RecruitWrapper__Container--list ul dl dd {
  position: relative;
  padding-left: 1em;
}
.RecruitWrapper__Container--list ul dl.nakaten dd::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.RecruitWrapper__Container--list ul dl.annotation dd::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.RecruitWrapper__Container--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.RecruitWrapper__Container--btn.toei {
  margin-top: 60px;
}
.RecruitWrapper__Container--btn a {
  background-color: var(--color-red);
  color: var(--color-white);
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container--btn a {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container--btn a {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.RecruitWrapper__Container--btn a {
  font-weight: 600;
  /*width: 300px;*/
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vh;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -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;
}
.RecruitWrapper__Container--btn a::before {
  position: absolute;
  right: 24px;
  content: "";
  background-image: url(../../assets/img/btn-yaji01.png);
  background-size: cover;
  width: 16px;
  height: 30px;
  background-repeat: no-repeat;
}
.RecruitWrapper__Container--btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.RecruitWrapper__Container h3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px var(--color-black);
  margin-bottom: 40px;
}
.RecruitWrapper__Container h3 ul li:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.RecruitWrapper__Container h3 ul li:nth-of-type(1) p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h3 ul li:nth-of-type(1) p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h3 ul li:nth-of-type(1) p {
    font-size: 12px;
  }
}
.RecruitWrapper__Container h3 ul li:nth-of-type(1) p {
  font-weight: 600;
}
.RecruitWrapper__Container h3 ul li:nth-of-type(2) p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h3 ul li:nth-of-type(2) p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h3 ul li:nth-of-type(2) p {
    font-size: 14px;
  }
}
.RecruitWrapper__Container h3 ul li:nth-of-type(2) p {
  font-weight: 600;
}
.RecruitWrapper__Container h4 {
  font-size: 24px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h4 {
    font-size: 18px;
  }
}
.RecruitWrapper__Container h4 {
  margin-bottom: 56px;
  position: relative;
}
.RecruitWrapper__Container h4.illust01 p {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.RecruitWrapper__Container h5 {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h5 {
    font-size: 18px;
  }
}
.RecruitWrapper__Container h5 {
  font-weight: 600;
  padding: 24px;
  text-align: center;
  border: solid 1px var(--color-black);
  margin-bottom: 32px;
}
.RecruitWrapper__Container h5.art {
  background-color: var(--color-pink);
}
.RecruitWrapper__Container h5.sougou {
  background-color: var(--color-yellow-green);
}
.RecruitWrapper__Container h6 {
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h6 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h6 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.RecruitWrapper__Container h6 {
  font-weight: 600;
  position: relative;
  padding-left: 1.2em;
}
.RecruitWrapper__Container h6::before {
  position: absolute;
  content: "●";
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h6::before {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h6::before {
    font-size: 12px;
  }
}
.RecruitWrapper__Container h6::before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.RecruitWrapper__Container h6.beige::before {
  color: var(--color-beige);
}
.RecruitWrapper__Container h6.yellow-green::before {
  color: var(--color-yellow-green);
}
.RecruitWrapper__Container h6.yellow::before {
  color: var(--color-yellow);
}
.RecruitWrapper__Container h6.perple::before {
  color: var(--color-perple);
}
.RecruitWrapper__Container h6 span {
  margin-left: 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .RecruitWrapper__Container h6 span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .RecruitWrapper__Container h6 span {
    font-size: 12px;
  }
}
.RecruitWrapper__Container .employee-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 68px;
}

.employee-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 22px;
}
.employee-voice__left, .employee-voice__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 68px;
  height: 82px;
}
@media only screen and (max-width: 430px) {
  .employee-voice__left, .employee-voice__right {
    width: 40px;
    height: 48px;
  }
}
.employee-voice__left img, .employee-voice__right img {
  width: 100%;
  height: auto;
  display: block;
}
.employee-voice__right {
  position: relative;
}
.employee-voice__right__sogo {
  position: relative;
}
.employee-voice__right__sogo::after {
  content: "総合職";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -12px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .employee-voice__right__sogo::after {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .employee-voice__right__sogo::after {
    font-size: 12px;
  }
}
.employee-voice__right__sogo::after {
  background-color: var(--color-yellow-green);
  color: var(--color-black);
  white-space: nowrap;
  border-radius: 8px;
}
@media only screen and (max-width: 430px) {
  .employee-voice__right__sogo::after {
    padding: 6px 8px;
  }
}
.employee-voice__right__art {
  position: relative;
}
.employee-voice__right__art::after {
  content: "芸術職";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -12px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .employee-voice__right__art::after {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .employee-voice__right__art::after {
    font-size: 12px;
  }
}
.employee-voice__right__art::after {
  background-color: var(--color-perple);
  color: var(--color-black);
  white-space: nowrap;
  border-radius: 8px;
}
@media only screen and (max-width: 430px) {
  .employee-voice__right__art::after {
    padding: 6px 8px;
  }
}
.employee-voice__main {
  background-color: var(--color-gray);
  padding: 24px;
  min-height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .employee-voice__main {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .employee-voice__main {
    font-size: 14px;
  }
}
@media only screen and (max-width: 430px) {
  .employee-voice__main {
    padding: 12px;
    min-height: 80px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
.employee-voice::before {
  position: absolute;
  bottom: -22px;
  content: "";
  background-image: url(../img/voice-yaji.png);
  background-size: cover;
  width: 36px;
  height: 22px;
  right: 40%;
}
@media only screen and (max-width: 430px) {
  .employee-voice::before {
    bottom: -18px;
    width: 30px;
    height: 18px;
  }
}

/*----------top----------*/
.bg-top {
  background-color: #ea93e9;
}

.top__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/bg-top.jpg);
  background-size: cover;
  background-position: center center;
  height: 640px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 430px) {
  .top__header {
    height: 360px;
  }
}
.top__header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*column-gap: 20px;
  height: 70%;
  position: relative;
  z-index: 10;
  li:nth-of-type(2) {
  	display: flex;
  	align-items: center;
  }*/
}
.top__header__inner--logo {
  position: relative;
  width: 458px;
}
@media only screen and (max-width: 430px) {
  .top__header__inner--logo {
    width: 180px;
  }
}
.top__header__inner--logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300px;
  background-image: url(../img/headimg-parts2.png);
  background-size: cover;
  width: 391px;
  height: 202px;
  z-index: 10;
}
@media only screen and (max-width: 430px) {
  .top__header__inner--logo::before {
    top: -60px;
    left: -80px;
    width: 160px;
    height: 83px;
  }
}
.top__container {
  width: 1024px;
  margin: 0 auto;
}
.top__grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: repeat(2, 1fr); /* 2列（等幅） */
  gap: 36px; /* アイテム間の余白 */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 24px;
}
@media only screen and (max-width: 430px) {
  .top__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-bottom: 20px;
  }
}
.top__grid.illust2 .parts1 {
  position: absolute;
  right: -260px;
  top: -60px;
  z-index: 10;
}
@media only screen and (max-width: 1600px) {
  .top__grid.illust2 .parts1 {
    right: -100px;
    top: -260px;
  }
}
@media only screen and (max-width: 1024px) {
  .top__grid.illust2 .parts1 {
    right: 0;
  }
}
@media only screen and (max-width: 430px) {
  .top__grid.illust2 .parts1 {
    top: -200px;
    right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .top__grid.illust2 .parts1 img {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .top__grid.illust2 .parts1 img {
    width: 120px;
  }
}
@media only screen and (max-width: 430px) {
  .top__grid.illust2 .parts1 img {
    width: 80px;
  }
}
.top__grid.illust3 .parts1 {
  position: absolute;
  left: -320px;
  top: -60px;
  z-index: 10;
}
@media only screen and (max-width: 1600px) {
  .top__grid.illust3 .parts1 {
    top: -180px;
    left: -160px;
  }
}
@media only screen and (max-width: 1024px) {
  .top__grid.illust3 .parts1 {
    top: -180px;
    left: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .top__grid.illust3 .parts1 img {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .top__grid.illust3 .parts1 img {
    width: 120px;
  }
}
@media only screen and (max-width: 430px) {
  .top__grid.illust3 .parts1 img {
    width: 80px;
  }
}
.top__title {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .top__title {
    row-gap: 16px;
    margin-bottom: 20px;
  }
}
.top__title.illust1 .parts1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
@media only screen and (max-width: 1600px) {
  .top__title.illust1 .parts1 {
    top: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  .top__title.illust1 .parts1 {
    left: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .top__title.illust1 .parts1 img {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .top__title.illust1 .parts1 img {
    width: 120px;
  }
}
@media only screen and (max-width: 430px) {
  .top__title.illust1 .parts1 img {
    width: 80px;
  }
}
.top__title.illust4 .parts1 {
  position: absolute;
  right: -260px;
  top: -40px;
  z-index: 100;
}
@media only screen and (max-width: 1600px) {
  .top__title.illust4 .parts1 {
    right: -100px;
    top: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  .top__title.illust4 .parts1 {
    right: 0px;
    top: -20px;
  }
}
.top__title.illust4 .parts1 img {
  width: 220px;
}
@media only screen and (max-width: 1600px) {
  .top__title.illust4 .parts1 img {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .top__title.illust4 .parts1 img {
    width: 120px;
  }
}
@media only screen and (max-width: 430px) {
  .top__title.illust4 .parts1 img {
    width: 80px;
  }
}
.top__title.illust5 .parts1 {
  position: absolute;
  left: -260px;
  top: -40px;
  z-index: 100;
}
@media only screen and (max-width: 1600px) {
  .top__title.illust5 .parts1 {
    left: -160px;
    top: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  .top__title.illust5 .parts1 {
    left: 0px;
    top: -20px;
  }
}
.top__title.illust5 .parts1 img {
  width: 220px;
}
@media only screen and (max-width: 1600px) {
  .top__title.illust5 .parts1 img {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .top__title.illust5 .parts1 img {
    width: 120px;
  }
}
@media only screen and (max-width: 430px) {
  .top__title.illust5 .parts1 img {
    width: 80px;
  }
}
.top__title--img {
  width: 200px;
}
@media only screen and (max-width: 430px) {
  .top__title--img {
    width: 100px;
  }
}
.top__title--img2 {
  width: 652px;
}
@media only screen and (max-width: 430px) {
  .top__title--img2 {
    width: 100%;
  }
}
.top__title--img3 {
  width: 500px;
}
@media only screen and (max-width: 430px) {
  .top__title--img3 {
    width: 100%;
  }
}
.top__title--txt {
  font-size: 24px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .top__title--txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .top__title--txt {
    font-size: 16px;
  }
}
.top__title--txt {
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .top__title--txt {
    text-align: center;
  }
}