  @charset "UTF-8";
/* ============================================ */
/* ideal
/* ============================================ */
/* ============================================ */
/* 求める人物像
/* ============================================ */
#portrait {
  position: relative;
  padding-bottom: 110px;
}
#portrait::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 250px;
  background: var(--color-lightnavy);
}
#portrait .intro {
  display: flex;
  align-items: flex-start;
  margin-bottom: 110px;
}
#portrait .intro .catch {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 500px;
}
#portrait .intro .catch::before {
  content: "";
  width: 38px;
  height: 55px;
  background: url(/recruit/assets/img/newgrads/information/ideal/exclamation.svg) no-repeat;
  background-size: 100%;
  margin-right: 20px;
}
#portrait .intro .text {
  width: calc(100% - 500px);
  line-height: 2.2;
  padding-top: 20px;
}
#portrait .link {
  display: flex;
  justify-content: space-between;
}
#portrait .link .link-item {
  position: relative;
  width: calc(33.33% - 23px);
  padding-top: 205px;
}
#portrait .link .link-item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 280px;
}
#portrait .link .link-item01::before {
  top: 0;
  height: 190px;
  background: url("/recruit/assets/img/newgrads/information/ideal/portrait01.png") no-repeat center;
  background-size: contain;
}
#portrait .link .link-item02::before {
  top: 19px;
  height: 171px;
  background: url("/recruit/assets/img/newgrads/information/ideal/portrait02.png") no-repeat center;
  background-size: contain;
}
#portrait .link .link-item03::before {
  top: 36px;
  height: 154px;
  background: url("/recruit/assets/img/newgrads/information/ideal/portrait03.png") no-repeat center;
  background-size: contain;
}
#portrait .link a {
  position: relative;
  display: block;
  width: 100%;
  height: 340px;
  padding: 50px 10%;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.7;
  color: var(--color-white);
  white-space: nowrap;
  border: solid var(--color-category) 3px;
  background: var(--color-category);
  transition: var(--transition);
}
#portrait .link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  transform: scale(0, 1);
  transform-origin: left center;
  transition: var(--transition);
}
#portrait .link a p {
  max-inline-size: max-content;
  margin-inline: auto;
}
#portrait .link a .title {
  position: relative;
}
#portrait .link a .view-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
}
#portrait .link .switch02 {
  display: none;
}

@media (hover: hover) {
  #portrait .link a:hover {
    color: var(--color-category);
  }
  #portrait .link a:hover::before {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1300px) {
  #portrait .link a {
    font-size: 25px;
    font-size: 1.5625rem;
    height: 320px;
  }
}
@media screen and (max-width: 1200px) {
  #portrait .intro {
    flex-direction: column;
    margin-bottom: 70px;
  }
  #portrait .intro .catch {
    width: 100%;
  }
  #portrait .intro .text {
    width: 100%;
    padding-top: 40px;
  }
  #portrait .link .link-item {
    padding-top: 155px;
  }
  #portrait .link .link-item::before {
    width: 220px;
  }
  #portrait .link .link-item01::before {
    height: 149px;
  }
  #portrait .link .link-item02::before {
    top: 14px;
    height: 135px;
  }
  #portrait .link .link-item03::before {
    top: 28px;
    height: 121px;
  }
  #portrait .link a {
    font-size: 20px;
    font-size: 1.25rem;
    height: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #portrait::before {
    height: 200px;
  }
  #portrait .intro {
    margin-bottom: 50px;
  }
  #portrait .link {
    flex-direction: column;
  }
  #portrait .link .link-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #portrait .link .link-item + .link-item {
    margin-top: 40px;
  }
  #portrait .link .link-item01::before {
    transform: none;
    right: 0;
    left: auto;
  }
  #portrait .link .link-item02::before {
    transform: none;
    left: 0;
  }
  #portrait .link .link-item03::before {
    transform: none;
    right: 0;
    left: auto;
  }
  #portrait .link a {
    font-size: 22px;
    font-size: 1.375rem;
    height: 230px;
  }
  #portrait .link .switch01 {
    display: none;
  }
  #portrait .link .switch02 {
    display: block;
  }
  #portrait .link .switch03 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #portrait {
    padding-bottom: 80px;
  }
  #portrait .intro .catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #portrait .intro .catch::before {
    width: 30px;
    height: 47px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  #portrait .intro .catch {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #portrait .intro .catch::before {
    width: 28px;
    height: 45px;
  }
  #portrait .intro .text {
    padding-top: 20px;
  }
  #portrait .link a {
    font-size: 18px;
    font-size: 1.125rem;
    height: 170px;
    padding: 30px 20px;
  }
  #portrait .link a .view-more {
    bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  #portrait .link a {
    font-size: 16px;
    font-size: 1rem;
    height: 180px;
  }
  #portrait .link .switch03 {
    display: block;
  }
}
/* ============================================ */
/* MESSAGE
/* ============================================ */
#message {
  background: var(--color-lightnavy);
  padding: 110px 0 180px;
}
#message .title {
  font-weight: 500;
  color: var(--color-category);
}
#message .title .en {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: var(--fontfamily-en);
  font-weight: 700;
}
#message .text {
  background: var(--color-white);
  max-width: 800px;
  padding: 80px;
  margin: 50px auto 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.3;
  text-align: justify;
}
#message .text .catch {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.8;
  font-weight: 600;
  text-decoration: underline 2px;
  text-underline-offset: 0.2em;
  margin-bottom: 2.9em;
}
#message .text p + p {
  margin: 1.5em 0 0;
}
#message .text .signature {
  text-align: right;
  margin-top: 3.3em;
}

@media screen and (max-width: 1024px) {
  #message .text {
    padding: 60px;
  }
  #message .text .catch {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 2.3em;
  }
}
@media screen and (max-width: 768px) {
  #message {
    padding: 80px 0;
  }
  #message .text {
    padding: 60px 40px;
    margin: 30px auto 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
  }
  #message .text .catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #message .text .signature {
    margin-top: 2.7em;
  }
}
@media screen and (max-width: 600px) {
  #message .text {
    padding: 40px 30px;
  }
  #message .text .catch {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* ============================================ */
/* モーダル
/* ============================================ */
.modaal-container {
  height: 80svh !important;
}

.modaal-content,
.modaal-content-container {
  height: 100%;
}

#modal-contents {
  height: 100%;
  padding: 100px 50px 160px;
}
#modal-contents::before {
  content: "求める人物像";
  position: absolute;
  left: 80px;
  top: 60px;
  font-weight: 500;
}
#modal-contents .scroll-area {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  overflow-y: auto;
}
#modal-contents .scroll-area::-webkit-scrollbar {
  width: 5px;
}
#modal-contents .scroll-area::-webkit-scrollbar-track {
  background-color: #dce1e6;
  border-radius: 10px;
}
#modal-contents .scroll-area::-webkit-scrollbar-thumb {
  background-color: #88c5d5;
  border-radius: 10px;
}
@-moz-document url-prefix() {
  #modal-contents .scroll-area {
    scrollbar-width: 5px;
    scrollbar-color: #88c5d5 #dce1e6;
  }
}
#modal-contents .modal-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-category);
  margin: 0 0 1.3em;
}
#modal-contents .top-area {
  position: relative;
  align-items: flex-start;
  display: flex;
  gap: 80px;
}
#modal-contents .top-area .text {
  width: 40%;
  line-height: 2;
  text-align: justify;
}
#modal-contents .top-area .img {
  width: 43%;
  text-align: center;
}
#modal-contents .top-area .img img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
#modal-contents .modaal-close {
  right: 60px;
  bottom: 30px;
}

/* 横幅1025px以上で、高さ750px以下の場合 */
@media (min-width: 1024px) and (max-height: 750px) {
  .modaal-container {
    max-width: 800px !important;
  }
  .modaal-inner-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .modaal-container {
    height: 90svh !important;
  }
  #modal-contents {
    padding: 100px 50px !important;
  }
  #modal-contents .modaal-close {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #modal-contents .top-area {
    justify-content: space-between;
    gap: 40px;
  }
  #modal-contents .top-area .text {
    width: 45%;
  }
  #modal-contents .top-area .img {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  .modaal-container {
    height: 100% !important;
  }
  #modal-contents {
    padding: 100px 20px 130px;
  }
  #modal-contents::before {
    left: 50px;
  }
  #modal-contents .modal-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #modal-contents .top-area {
    flex-direction: column;
  }
  #modal-contents .top-area .text,
#modal-contents .top-area .img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #modal-contents .modal-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=newgrads_ideal.css.map */
