@import url("../../style/common.css");




@media screen and (max-width:768px) {
   .line {
    background: #5f5f5f;
  }
}

/* footer */
@media screen and (min-width: 769px) {
  .footer {
    margin-top: 5.86vw;
  }

  .inner {
    padding-inline: 10.65vw;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 5.86vw;
  }

  .inner {
    padding-inline: 32px;
  }
}

p, figure {
  margin: initial;
}

/* kv */
/* @media screen and (max-width: 768px) {
  .kv {
    padding-top: 0;
  }
} */


/* p-message */
.p-message .c-imageset {
  margin-top: 0;
}

.p-message .c-imageset-2nd {
  margin-top: 5.86vw;
  flex-direction: row-reverse;
  justify-content: start;
}

.p-message .c-imageset-2nd .c-imageset-item:nth-child(1) {
  margin-left: 6.37vw;
  margin-right: 0;
}

.p-message .c-imageset-txt {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
}

.p-message .c-imageset-txt:first-child {
    margin-top: 0;
  }

.p-message .p-message-txtlink i {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-message {
    margin-top: 4.39vw;
  }

  .p-message .c-imageset {
    align-items: center;
  }
  
  .p-message .c-imageset-txt {
    /* font-size: 1.46vw; */
    font-size: 1.09vw;
  }

  .p-message .c-imageset-txt+* {
    margin-top: 2.20vw;
  }
}

@media screen and (max-width: 768px) {
  .p-message {
    margin-top: 40px;
  }

  .p-message .c-imageset {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-message .c-imageset-2nd {
    margin-top: 40px;
    flex-direction: column-reverse;
  }

  .p-message .c-imageset-2nd .c-imageset-item:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }

  .c-imageset-item:nth-child(2) {
    margin-top: 0;
  }

  .p-message .c-imageset-item:nth-child(2) {
    margin-bottom: 40px;
  }
  
  .p-message .c-imageset-txt {
    font-size: 16px;
  }

  .p-message .c-imageset-txt+* {
    margin-top: 30px;
  }

  .p-message .anim-link span i.sp-only {
    display: inline-block;
  }
}

/* p-development */
.p-development-item a {
  border: 1px solid #333;
  border-radius: 5px;
  position: relative;
}

.p-development-item a::before {
  border: 1px solid #333;
  border-radius: 100%;
  content: "";
  height: 36px;
  position: absolute;
  right: 20px;
  top: calc(50% - 30px);
  width: 36px;
}

.p-development-item a::after {
  background-image: url(/wp-content/themes/assign/img/icon_arrow_blk.svg);
  background-size: cover;
  content: "";
  height: 13px;
  position: absolute;
  right: 34px;
  top: calc(50% - 18px);
  width: 7px;
}

.p-development-tx {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
}

.p-development-tx span {
  font-family: "Roboto", serif;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-development {
    margin-top: 8.78vw;
  }

  .p-development-items {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 3.11vw;
    margin-top: 2.93vw;
  }

  .p-development-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.13vw 0;
    text-align: center;
    transition: all .3s;
  }

  .p-development-item a:hover {
    border-color: #D70C18;
    color: #000;
  }

  .p-development-item a::before {
    height: 2.63vw;
    right: 1.46vw;
    top: calc(50% - 2.19vw);
    width: 2.63vw;
  }

  .p-development-item a::after {
    height: 0.95vw;
    right: 2.48vw;
    top: calc(50% - 1.31vw);
    width: 0.51vw;
  }

  .p-development-item a:hover::before {
    border-color: #D70C18;
  }

  .p-development-item a:hover::after {
    background-image: url(/wp-content/themes/assign/img/icon_arrow.svg);
  }

  .p-development-item a:hover::after {
    animation: arwAni 0.2s linear forwards;
  }

  @keyframes arwAni{
    0% { transform: translateX(0) }
    50% { transform: translateX(3px) }
    100% { transform: translateX(0) }
  }

  .p-development-tx {
    /* font-size: 1.46vw; */
    font-size: 1.2vw;
  }

  .p-development-tx span {
    display: block;
    /* font-size: 2.49vw; */
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .p-development {
    margin-top: 80px;
  }

  .p-development-items {
    margin-top: 40px;
  }

  .p-development-item:nth-child(n+2) {
    margin-top: 10px;
  }

  .p-development-item a {
    display: block;
  }

  .p-development-item a::before {
    top: calc(50% - 20px);
  }

  .p-development-item a::after {
    top: calc(50% - 7px);
  }

  .p-development-tx {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    min-height: 70px;
  }

  .p-development-tx span {
    font-size: 26px;
    margin-right: 10px;
  }
}

/* p-careerpath */
.p-careerpath-interview-heading {
  font-family: "Roboto", serif;
}

.p-interview-child-items > * {
  display: flex;
}

.p-interview-child-item:nth-child(2) {
  flex: 1;
}

.p-careerpath-interview-item figure {
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
}

.p-careerpath-interview-item figure img {
  height: 80px;
  object-fit: cover;
}

.p-careerpath-interview-txt {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
}

.p-careerpath-interview-name {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
}

.p-careerpath-interview-name span {
  color: #B5B5B5;
  margin-left: 10px;
}

.p-careerpath-btnWrap {
  position: relative;
}

.p-careerpath-btnitem {
  position: absolute;
}

.p-careerpath-interview-each {
  display: none;
}

.p-careerpath-interview-each.is-visible {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-careerpath {
    margin-top: 8.78vw;
  }

  .p-careerpath .c-imageset {
    margin-top: 4.39vw;
    padding: 0 2.58vw;
  }

  .p-careerpath .c-imageset-item:nth-child(2) {
    flex: 1;
    width: 36.6vw;
  }

  .p-careerpath-interview-heading {
    font-size: 1.17vw;
    margin-bottom: 1.46vw;
  }

  .p-careerpath-interview-item:nth-child(n+2) {
    margin-top: 1.46vw;
  }

  .p-interview-child-item:nth-child(1) {
    margin-right: 0.73vw;
    width: 14.64vw;
    display: flex;
  }

  .p-interview-child-items a:hover {
    color: #000;
  }

  .p-interview-child-item figure {
    /* height: 80px; */
    height: 8.78vw;
    overflow: hidden;
  }

  .p-interview-child-item figure img {
    height: 100%;
    transition: all .5s;
  }

  .p-interview-child-items > a:hover .p-interview-child-item figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .p-careerpath-interview-txt {
    font-size: 1.03vw;
  }

  .p-careerpath-interview-name {
    font-size: 1.17vw;
    margin-top: 0.73vw;
  }

  .p-careerpath-interview-name span {
    font-size: 0.87vw;
  }

  .p-careerpath-interview-post {
    font-size: 0.80vw;
    margin-top: 0.2vw;
  }

  .p-careerpath-btnWrap {
    /* width: 450px; */
    width: 540px;
  }

  .p-careerpath-btnitem {
    cursor: pointer;
    height: 144px;
    width: 144px;
  }

  .p-careerpath-btnitem:nth-child(1) {
    right: -5px;
    top: -30px;
  }

  .p-careerpath-btnitem:nth-child(2) {
    right: -35px;
    top: 130px;
  }

  .p-careerpath-btnitem:nth-child(3) {
    bottom: -30px;
    right: 35px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
  .p-careerpath .c-imageset {
    display: flex;
    flex-direction: column;
  }

  .p-careerpath .c-imageset-item:nth-child(2) {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-careerpath {
    margin-top: 80px;
  }

  .p-careerpath .c-imageset {
    margin-top: 40px;
  }

  .p-careerpath-interview-heading {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 90px;
    text-align: center;
  }

  .p-careerpath-interview-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .p-interview-child-item:nth-child(1) {
    margin-right: 20px;
    width: 120px;
  }

  .p-careerpath-interview-txt {
    font-size: 13px;
  }

  .p-careerpath-interview-name {
    font-size: 14px;
    margin-top: 10px;
  }

  .p-careerpath-interview-name span {
    display: none;
    font-size: 12px;
  }

  .p-careerpath-interview-post {
    font-size: 11px;
    margin-top: 4px;
  }

  .p-careerpath-btnitem {
    height: 101px;
    width: 101px;
  }

  .p-careerpath-btnitem:nth-child(1) {
    right: 45px;
    top: -21px;
  }

  .p-careerpath-btnitem:nth-child(2) {
    right: -10px;
    top: 77px;
  }

  .p-careerpath-btnitem:nth-child(3) {
    bottom: -25px;
    right: 50px;
  }
}

/* button animation */
.p-careerpath-circle-set {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.p-careerpath-circle-wrap {
  border: 1px dashed #000;
  border-radius: 100%;
  height: 120px;
  position: relative;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transition: all .5s ease-in-out;
  width: 120px;
}

.is-on .p-careerpath-circle-set .p-careerpath-circle-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-careerpath-circle-wrap::before,
.p-careerpath-circle-wrap::after {
  content: "";
  position: absolute;
}

.p-careerpath-circle-wrap::before {
  inset: -1px;
  border-radius: 50%;
  background: conic-gradient(#000 0deg 180deg, transparent 181deg 360deg);
  mask: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 51%);
  -webkit-mask: radial-gradient(circle, rgba(0, 0, 0, 0) 69.5%, rgba(0, 0, 0, 1) 51%);
}

.p-careerpath-circle-wrap::after {
  background-color: #FFF;
  border-radius: 100%;
  height: 104px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  transition: background .5s ease-in-out;
}

.is-on .p-careerpath-circle-set .p-careerpath-circle-wrap::after {
  background-color: #000;
}

.p-careerpath-circle {
  border: 2.5px solid #D70C18;
  border-radius: 60px;
  height: 120px;
  width: 120px;
}

.p-careerpath-circle-right {
  height: 122.5px;
  left: 60px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  width: 60px;
  z-index: 2;
}

.p-careerpath-circle-right-hidden {
  height: 120.5px;
  left: -60px;
  overflow: hidden;
  position: relative;
  top: -0.5px;
  transform: rotate(0deg);
  transform-origin: 100% 50%;
  transition: transform 0.7s ease-in-out;
  width: 60px;
}

/* hover時に回転させる */
.is-on .p-careerpath-circle-set .p-careerpath-circle-wrap .p-careerpath-circle-right-hidden {
  transform: rotate(180deg);
}

.p-careerpath-circle-set .p-careerpath-circle-inner {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color .5s ease-in-out;
  white-space: nowrap;
  z-index: 1;
}

.is-on .p-careerpath-circle-set .p-careerpath-circle-inner {
  color: #FFF;
}

@media screen and (min-width: 769px) {
  .p-careerpath-circle-wrap {
    height: 144px;
    width: 144px;
  }

  .p-careerpath-circle-wrap::before {
    -webkit-mask: radial-gradient(circle, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 1) 67%);
  }

  .p-careerpath-circle-wrap::after {
    height: 128px;
    width: 128px;
  }

  .p-careerpath-circle-set:hover .p-careerpath-circle-wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-careerpath-circle-set:hover .p-careerpath-circle-wrap::after {
    background-color: #000;
  }

  .p-careerpath-circle {
    border: 3px solid #D70C18;
    border-radius: 72px;
    height: 145.5px;
    width: 145px;
  }

  .p-careerpath-circle-right {
    height: 148px;
    left: 72px;
    width: 72px;
  }

  .p-careerpath-circle-right-hidden {
    height: 145.5px;
    left: -72px;
    top: 0px;
    width: 72px;
  }

  /* hover時に回転させる */
  .p-careerpath-circle-set:hover .p-careerpath-circle-wrap .p-careerpath-circle-right-hidden {
    transform: rotate(180deg);
  }

  .p-careerpath-circle-set .p-careerpath-circle-inner {
    font-size: 14px;
    line-height: 18px;
  }

  .p-careerpath-circle-set:hover .p-careerpath-circle-inner {
    color: #FFF;
  }
}

@media screen and (max-width: 768px) {
  
}

/* p-system */
@media screen and (min-width: 769px) {
  .p-system {
    margin-top: 8.78vw;
  }

  .p-system .c-text-lead {
    margin-bottom: 2.93vw;
  }

  .p-system-tx {
    font-size: 1.03vw;
  }

  .p-system-tx+.p-system-tx {
    margin-top: 1.46vw;
  }
}

@media screen and (max-width: 768px) {
  .p-system {
    margin-top: 80px;
  }

  .p-system .c-imageset {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-system .c-imageset-item:nth-child(1) {
    margin-top: 30px;
  }

  .p-system .c-imageset-item:nth-child(2) {
    margin-top: 40px;
  }

  .p-system-tx {
    font-size: 14px;
  }

  .p-system-tx+.p-system-tx {
    margin-top: 20px;
  }
}

/* p-position */
.p-position-eath-accordion {
  border: 1px solid #707070;
  border-radius: 5px;
}

.p-position-eath-parent {
  font-weight: bold;
  position: relative;
}

.p-position-eath-parent > span {
  position: absolute;
  right: 30px;
  top: calc(50% - 18px);
}

.p-position-eath-parent > span i {
  border: 1px solid #333;
  border-radius: 100%;
  display: flex;
  height: 36px;
  position: relative;
  width: 36px;
}

.p-position-eath-parent > span i::before,
.p-position-eath-parent > span i::after {
  background-color: #333;
  content: "";
  height: 2px;
  left: calc(50% - 7px);
  position: absolute;
  transition: all .3s;
  width: 14px;
}

.p-position-eath-parent > span i::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-position-eath-parent > span i::after {
  top: calc(50% - .8px);
}

.p-position-eath-parent:hover > span i::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-position-eath-parent:hover > span i::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-position-eath-parent.is-open > span i::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);opacity: 0;
}

.p-position-eath-parent.is-open > span i::after {
  
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-position-eath-parent.is-open > span i {
  border-color: #D70C18;
}

.p-position-eath-parent.is-open > span i::before,
.p-position-eath-parent.is-open > span i::after {
  background-color: #D70C18;
}

.p-position-eath-child {
  display: none;
}

.p-position-eath-child ul li:not(:first-child) {
  border-top: 1px solid #DBDBDB;
}

.p-position-eath-child ul li .c-txtlink-arrow01 span {
  display: block;
}


.p-position-eath-parent.single-link {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: initial;
}

.p-position-eath-parent.single-link > a {
  display: block;
  padding: 1.76vw 1.46vw;
  position: relative;
}

.p-position-eath-parent.single-link > a::before {
  border: 1px solid #333;
  border-radius: 100%;
  content: "";
  height: 36px;
  position: absolute;
  right: 30px;
  top: calc(50% - 20px);
  width: 36px;
}

.p-position-eath-parent.single-link > a::after {
  background-image: url(/wp-content/themes/assign/img/icon_arrow_blk.svg);
  background-size: cover;
  content: "";
  height: 13px;
  position: absolute;
  right: 44px;
  top: calc(50% - 8px);
  width: 7px;
}

.p-position-eath-parent {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
  /* font-size: 1.46vw; */
  font-size: 1.2vw;
  cursor: pointer;
  padding: 1.76vw 1.46vw;
}

.p-position-eath-child ul li .c-txtlink-arrow01 {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
}

@media screen and (min-width: 769px) {
  .p-position {
    margin-top: 8.78vw;
  }

  .p-position-items {
    margin-top: 2.93vw;
  }

  .p-position-eath-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.68vw;
  }

  .p-position-eath-item:nth-child(n+3) {
    margin-top: 1.46vw;
  }

  .p-position-eath-parent {
    /* font-size: 1.46vw; */
    font-size: 1.2vw;
    cursor: pointer;
    padding: 1.76vw 1.46vw;
  }

  .p-position-eath-parent::after {
    height: 2.63vw;
    top: calc(50% - 1.31vw);
    width: 2.63vw;
  }

  .p-position-eath-parent > span {
    right: 1.19vw;
    top: calc(50% - 1.31vw);
  }

  .p-position-eath-parent > span i {
    height: 2.63vw;
    width: 2.63vw;
  }

  .p-position-eath-parent > span i::before,
  .p-position-eath-parent > span i::after {
    height: .14vw;
    left: calc(50% - 0.51vw);
    width: 1.02vw;
  }

  .p-position-eath-child {
    margin-top: 1.76vw;
  }

  .p-position-eath-child ul {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 38px;
  }

  .p-position-eath-child ul li .c-txtlink-arrow01 {
    display: block;
    padding: 1.17vw 0;
    position: relative;
  }

  .p-position-eath-child ul li .c-txtlink-arrow01::before {
    background-color: #D70C18;
    bottom: -1px;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    transition: width .3s;
    width: 0;
  }

  .p-position-eath-child ul li .c-txtlink-arrow01:hover::before {
    width: 100%;
  }

  .p-position-eath-child ul li .c-txtlink-arrow01 span::after {
    top: calc(50% - 5px);
  }

  .p-position-eath-child ul li .c-txtlink-arrow01 span {
    font-size: 1.17vw;
  }

  .p-position-eath-child ul li .c-txtlink-arrow01 span::after {
    right: 8px;
    top: calc(50% - 5px);
  }

  .p-position-eath-parent.single-link > a:hover {
    border-color: #D70C18;
    color: #000;
  }

  .p-position-eath-parent.single-link > a:hover::before {
    border-color: #D70C18;
  }

  .p-position-eath-parent.single-link > a:hover::after {
    background-image: url(/wp-content/themes/assign/img/icon_arrow.svg);
  }

  .p-position-eath-parent.single-link > a:hover::after {
    animation: arwAni2 0.2s linear forwards;
  }

  @keyframes arwAni2 {
    0% { transform: translateX(0) }
    50% { transform: translateX(3px) }
    100% { transform: translateX(0) }
  }
}

@media screen and (max-width: 768px) {
  .p-position {
    margin-top: 80px;
  }

  .p-position-items {
    margin-top: 40px;
  }

  .p-position-eath-item:not(:first-child),
  .p-position-eath-parent.single-link {
    margin-top: 10px;
  }

  .p-position-eath-accordion {
    padding: 24px;
  }

  .p-position-eath-parent {
    font-size: 16px;
  }

  .p-position-eath-parent::after {
    height: 32px;
    top: calc(50% - 16px);
    width: 32px;
  }

  .p-position-eath-parent > span {
    right: 0;
  }

  .p-position-eath-child {
    margin-top: 19px;
  }

  .p-position-eath-child ul li .c-txtlink-arrow01 {
    display: block;
    padding: 13px 0;
  }

  .p-position-eath-child ul li .c-txtlink-arrow01 span::after {
    top: calc(50% - 5px);
  }

  .p-position-eath-parent.single-link > a {
    padding: 24px;
  }

  .p-position-eath-parent.single-link > a::before {
    right: 23px;
  }

  .p-position-eath-parent.single-link > a::after {
    right: 37px;
  }
}
