html {
  scroll-behavior: smooth;
}

#contents {
  padding: 0 20px;
}

.--en {
  font-family: "EB Garamond", serif;
}

.title_page {
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.title_page h1 {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .title_page h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
.title_page h1 span {
  padding: 1px;
  background: transparent linear-gradient(90deg, #0B81FF 0%, #08519F 100%) 0% 0% no-repeat padding-box;
}
.title_page .--sub {
  margin-top: 15px;
  color: #08519F;
  font-size: 18px;
  line-height: 27px;
}

.content_page {
  max-width: 800px;
  margin: 0 auto;
  color: #383735;
}
.content_page img {
  max-width: 100%;
  width: 100%;
}
.content_page h2 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 30px 0;
}
@media screen and (min-width: 769px) {
  .content_page h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.content_page h2 span {
  padding: 1px;
  background: transparent linear-gradient(90deg, #0B81FF 0%, #08519F 100%) 0% 0% no-repeat padding-box;
}
.content_page h2:first-child {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .content_page h2:first-child {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content_page > div:first-child h2,
.content_page > div:first-child > .wp-block-group__inner-container h2 {
    margin-top: 0;
  }
}
.content_page h3 {
  font-size: 18px;
  line-height: 27px;
  color: #08519F;
  margin: 30px 0;
  padding-left: 15px;
  border-left: 2px solid #08519F;
}
.content_page h4 {
  font-size: 16px;
  line-height: 24px;
  color: #08519F;
  margin: 15px 0;
}
.content_page > p,
.content_page > div > p,
.content_page > div > div.wp-block-group__inner-container > p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .content_page > p,
.content_page > div > p,
.content_page > div > div.wp-block-group__inner-container > p {
    font-size: 16px;
    line-height: 28px;
  }
}
.content_page > p + p,
.content_page > div > p + p,
.content_page > div > div.wp-block-group__inner-container > p + p {
  margin-top: 15px;
}
.content_page > p a,
.content_page > div > p a,
.content_page > div > div.wp-block-group__inner-container > p a {
  text-decoration: underline;
}
.content_page__box_3colIntro {
  margin: 40px 0;
}
@media screen and (min-width: 769px) {
  .content_page__box_3colIntro {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 49px;
  }
}
.content_page__box_3colIntro__item {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .content_page__box_3colIntro__item {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
  }
}
@media screen and (max-width: 768px) {
  .content_page__box_3colIntro__item + .content_page__box_3colIntro__item {
    margin-top: 30px;
  }
}
.content_page__box_3colIntro__item .--img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background-color: #08519F;
}
.content_page__box_3colIntro__item .--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content_page__box_3colIntro__item .--img:after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (min-width: 769px) {
  .content_page__box_3colIntro__item .--img:after {
    width: calc(100% - 30px);
    top: 20px;
  }
}
.content_page__box_3colIntro__item .--img .--title {
  font-size: 18px;
  line-height: 27px;
  position: absolute;
  top: 30px;
  left: 10px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .content_page__box_3colIntro__item .--img .--title {
    font-size: 25px;
    line-height: 37px;
    left: 30px;
    top: 40px;
  }
}
.content_page__box_3colIntro__item .--txt {
  font-size: 12px;
  line-height: 21px;
  padding-top: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content_page__box_3colIntro__item .--txt {
    padding-top: 0px;
    padding-left: 30px;
  }
}
.content_page__box_3colIntro__item .--txt::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #08519F;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .content_page__box_3colIntro__item .--txt::before {
    top: 5px;
  }
}
.content_page__sample__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .content_page__sample__item {
    min-height: 170px;
  }
}
.content_page__sample__item + .content_page__sample__item {
  margin-top: 40px;
}
.content_page__sample__itemWapper {
  display: grid;
  grid-template-columns: auto 120px;
  column-gap: 20px;
}
@media screen and (min-width: 769px) {
  .content_page__sample__itemWapper {
    grid-template-columns: auto 170px;
    column-gap: 40px;
  }
}
.content_page__sample .--text {
  font-size: 12px;
  line-height: 21px;
}
@media screen and (min-width: 769px) {
  .content_page__sample .--text {
    font-size: 14px;
    line-height: 25px;
  }
}
.content_page__sample .--title {
  font-size: 18px;
  line-height: 27px;
  color: #08519F;
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 2px solid #08519F;
}
@media screen and (min-width: 769px) {
  .content_page__sample .--title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .content_page__sample .--img {
    width: 170px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.content_page__sample img {
  width: 100%;
}
.content_page__project {
  margin-bottom: 55px;
}
@media screen and (min-width: 769px) {
  .content_page__project {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
  }
}
.content_page__project__item {
  position: relative;
  display: grid;
  grid-template-columns: 150px auto;
  gap: 15px;
  font-size: 12px;
  line-height: 21px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .content_page__project__item {
    grid-template-columns: none;
  }
}
@media screen and (max-width: 768px) {
  .content_page__project__item + .content_page__project__item {
    margin-top: 20px;
  }
}
.content_page__project__item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content_page__interview {
  font-size: 12px;
  line-height: 18px;
}
.content_page__interview__item {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content_page__interview__item {
    display: grid;
    grid-template-columns: 280px auto;
    gap: 40px;
  }
}
.content_page__interview__item .--link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content_page__interview .--title {
  font-size: 20px;
  line-height: 30px;
  color: #08519F;
  margin-bottom: 15px;
}
.content_page__interview .--text {
  margin-bottom: 15px;
}
.content_page__interview .--name {
  margin-bottom: 15px;
}
.content_page__interview .--line {
  height: 1px;
  background-color: #08519F;
  display: block;
  margin: 25px -20px;
}
@media screen and (min-width: 769px) {
  .content_page__interview .--line {
    margin: 0 0 25px 0;
  }
}
.content_page__button {
  margin: 120px 0 100px;
}
.content_page__button a {
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  display: flex;
  min-height: 78px;
  width: 292px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  background: transparent linear-gradient(90deg, #0B81FF 0%, #08519F 100%) 0% 0% no-repeat padding-box;
}
.content_page__contact {
  margin: 0 -20px;
  border-top: 1px solid #E5ECFF;
  border-bottom: 1px solid #E5ECFF;
  padding: 25px 0;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
@media screen and (min-width: 769px) {
  .content_page__contact {
    margin: 0;
  }
}
.content_page__contact .--title {
  font-size: 16px;
  line-height: 24px;
  color: #08519F;
  margin-bottom: 20px;
}
.content_page__contact a {
  color: #08519F;
  text-decoration: underline;
}

.benefits__top {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 55px;
}
@media screen and (min-width: 769px) {
  .benefits__top {
    font-size: 16px;
    line-height: 32px;
  }
}
.benefits__top .--title {
  font-size: 20px;
  line-height: 40px;
  color: #08519F;
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .benefits__top .--title {
    font-size: 24px;
    line-height: 48px;
  }
}
.benefits__2col {
  display: grid;
  gap: 25px;
  margin: 30px 0;
}
@media screen and (min-width: 769px) {
  .benefits__2col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin: 40px 0;
  }
}
.benefits__2col p + p {
  margin-top: 15px;
}
.benefits__2col a {
  text-decoration: underline;
}
.benefits__note {
  border-top: 1px solid #E5ECFF;
  border-bottom: 1px solid #E5ECFF;
  padding: 25px 0;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .benefits__note {
    font-size: 14px;
    line-height: 21px;
    display: grid;
    grid-template-columns: 172px auto;
    gap: 20px;
    margin-bottom: 80px;
  }
}
.benefits__note .--title {
  font-size: 16px;
  line-height: 24px;
  color: #08519F;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .benefits__note .--title {
    font-size: 18px;
    line-height: 27px;
  }
}
.benefits__note .--list > div {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}
.benefits__note .--list > div::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #08519F;
  position: absolute;
  left: 0;
  top: 6px;
}
.benefits__2colList {
  margin-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .benefits__2colList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .benefits__2colList__item {
    margin-bottom: 30px;
  }
}
.benefits__2colList__item .--title {
  font-size: 18px;
  line-height: 27px;
  color: #08519F;
  padding-left: 15px;
  border-left: 2px solid #08519F;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .benefits__2colList__item .--title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.position__table__item {
  border-bottom: 1px solid #E5ECFF;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .position__table__item {
    display: grid;
    grid-template-columns: 120px auto;
    gap: 40px;
  }
}
.position__table__item:first-child {
  border-top: 1px solid #E5ECFF;
}
.position__table__item .--title {
  color: #08519F;
}
@media screen and (max-width: 768px) {
  .position__table__item .--title {
    margin-bottom: 10px;
  }
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  border: 1px solid #E5ECFF;
  border-right: 0;
  border-radius: 5px 0px 0px 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sidebar__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: center;
    border-radius: 0;
  }
}
.sidebar__list__wapper {
  position: fixed;
  right: 0;
  bottom: 10%;
  width: 200px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .sidebar__list__wapper {
    width: 100%;
    bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }
}
.sidebar__list__wapper .content_page__button {
  margin: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sidebar__list__wapper .content_page__button {
    position: absolute;
    top: 0;
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
    transform: translateY(-100%);
  }
}
.sidebar__list__wapper .content_page__button a {
  width: 100%;
  min-height: 50px;
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .sidebar__list__wapper .content_page__button a {
    max-width: 172px;
    min-height: 48px;
  }
}
.sidebar__list a {
  display: block;
  padding: 20px;
  border-top: 1px solid #E5ECFF;
  color: #383735;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sidebar__list a {
    padding: 20px 8px;
    border-top: none;
    border-left: 1px solid #E5ECFF;
  }
}
.sidebar__list a:hover {
  color: #08519F;
}
.sidebar__list a:first-child {
  border-top: none;
  border-left: none;
}
.sidebar__list a.--active {
  background-color: #08519F;
  color: #fff;
}

.position__list__filter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .position__list__filter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }
}
.position__list__filter__wapper {
  border: 1px solid #E5ECFF;
  border-radius: 5px;
  position: relative;
}
.position__list__filter__wapper.--active {
  border: 1px solid #08519F;
}
.position__list__filter__wapper.--active::after {
  transform: translateY(-50%) rotate(180deg);
}
.position__list__filter__wapper::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNNy40MSA4LjU5TDEyIDEzLjE3bDQuNTktNC41OEwxOCAxMGwtNiA2LTYtNiAxLjQxLTEuNDF6IiBmaWxsPSIjMTk2N0QyIi8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.position__list__filter__wapper select {
  width: 100%;
  height: 100%;
  padding: 17px;
  outline: none;
  color: #08519F;
}
.position__list__item {
  border-bottom: 1px solid #E5ECFF;
  padding: 20px 50px 20px 20px;
  position: relative;
}
.position__list__item::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0ibGlua19hcnJvd19zbWFsbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjMDg1MTlmIi8+CiAgPHBhdGggZD0iTTc3Ljk4LDEuMjA5SDc2LjE1NmwyLjcsMy40YS42NTcuNjU3LDAsMCwxLC4xMzMuNDA1di4zOTRhLjY1Ny42NTcsMCwwLDEtLjEzMy40MDVsLTIuNjk1LDMuNGgxLjgyNGwzLjE3My00WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY4LjE1NiA0Ljc5MSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.position__list__item:first-child {
  border-top: 1px solid #E5ECFF;
}
.position__list__item .--link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.position__list__item .--title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.position__list__item .--info {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 25px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .position__list__item .--info {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.position__list__item .--info .--area {
  display: grid;
  grid-template-columns: 54px auto;
  gap: 10px;
}
.position__list__item .--info .--area > div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .position__list__item .--info .--area > div {
    min-width: 55px;
  }
}
.position__list__item .--info .--type {
  display: grid;
  grid-template-columns: 35px auto;
  gap: 10px;
}
.position__list__item .--tag {
  border: 1px solid #08519F;
  border-radius: 4px;
  text-align: center;
  color: #08519F;
  padding: 0 5px;
  display: inline-block;
}
.position__list__empty {
  font-size: 16px;
  line-height: 24px;
}

.pagination {
  margin: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.pagination a,
.pagination span {
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px solid #E5ECFF;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 21px;
}
.pagination a:hover,
.pagination span:hover {
  border-color: #08519F;
  background-color: #fff;
  opacity: 1;
}
.pagination a.dot,
.pagination span.dot {
  border: none;
}
.pagination a.--act,
.pagination span.--act {
  background-color: #E5ECFF;
  border-color: #08519F;
}
.pagination a.--next, .pagination a.--prev,
.pagination span.--next,
.pagination span.--prev {
  background-color: #08519F;
  border-color: #08519F;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0ibGlua19hcnJvd19zbWFsbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHBhdGggZD0iTTc3Ljk4LDEuMjA5SDc2LjE1NmwyLjcsMy40YS42NTcuNjU3LDAsMCwxLC4xMzMuNDA1di4zOTRhLjY1Ny42NTcsMCwwLDEtLjEzMy40MDVsLTIuNjk1LDMuNGgxLjgyNGwzLjE3My00WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY4LjE1NiA0Ljc5MSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
}
.pagination a.--prev,
.pagination span.--prev {
  transform: rotate(180deg);
}

.interview__content {
  max-width: 800px;
  margin: 0 auto;
}
.interview__top {
  max-width: 1200px;
  margin: 0 auto 120px auto;
}
@media screen and (min-width: 769px) {
  .interview__top {
    display: grid;
    grid-template-columns: 58% 42%;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .interview__top .--img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.interview__top .--title {
  margin-top: -23px;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .interview__top .--title {
    font-size: 40px;
    line-height: 60px;
    transform: translateX(-30px);
  }
}
.interview__top .--title span {
  padding: 1px;
  background: transparent linear-gradient(90deg, #0B81FF 0%, #08519F 100%) 0% 0% no-repeat padding-box;
}
.interview__top .--name {
  font-size: 18px;
  line-height: 27px;
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  .interview__top .--name {
    font-size: 20px;
    line-height: 30px;
  }
}
.interview__top .--text {
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  .interview__top .--text {
    font-size: 16px;
    line-height: 24px;
  }
}
.interview__top .--year {
  font-size: 12px;
  line-height: 24px;
}
@media screen and (min-width: 769px) {
  .interview__top .--year {
    font-size: 14px;
    line-height: 28px;
  }
}
.interview__top .--info-wapper {
  max-width: 380px;
  margin: 0 auto;
}
.interview__boxText {
  margin: 60px 0;
}
.interview__boxText .--title {
  font-size: 14px;
  line-height: 21px;
  color: #08519F;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .interview__boxText .--title {
    font-size: 16px;
    line-height: 24px;
  }
}
.interview__boxText .--title span {
  padding-bottom: 3px;
  border-bottom: 1px solid #08519F;
}
@media screen and (min-width: 769px) {
  .interview__boxText .--text {
    max-width: 570px;
    margin-left: calc(100% - 570px);
  }
}
.interview__boxText .--text-title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .interview__boxText .--text-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.interview__boxText .--text-title span {
  padding: 1px;
  background: transparent linear-gradient(90deg, #0B81FF 0%, #08519F 100%) 0% 0% no-repeat padding-box;
}
.interview__boxText .--text p {
  font-size: 14px;
  line-height: 28px;
}
@media screen and (min-width: 769px) {
  .interview__boxText .--text p {
    font-size: 16px;
    line-height: 32px;
  }
}
.interview__img {
  margin: 80px 0;
}
.interview__time {
  margin: 120px 0;
  display: flex;
  gap: 50px;
}
@media screen and (min-width: 769px) {
  .interview__time {
    gap: 260px;
  }
}
.interview__time .--title {
  width: 18px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 769px) {
  .interview__time .--title {
    font-size: 20px;
    line-height: 25px;
  }
}
.interview__time__item {
  padding: 30px 15px;
  border-top: 1px solid #E5ECFF;
  display: grid;
  grid-template-columns: 85px auto;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 769px) {
  .interview__time__item {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .interview__time__item {
    grid-template-columns: 160px auto;
  }
}
.interview__time__item .--item-title {
  margin-bottom: 20px;
}
.interview__time__item p {
  font-size: 12px;
  line-height: 24px;
}
@media screen and (min-width: 769px) {
  .interview__time__item p {
    font-size: 14px;
    line-height: 28px;
  }
}
.interview__message {
  position: relative;
  margin: 60px 0;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (min-width: 769px) {
  .interview__message {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: -20px;
    margin-right: -20px;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    border-top: 1px solid #E5ECFF;
    border-bottom: 1px solid #E5ECFF;
  }
}
.interview__message .--title {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .interview__message .--title {
    position: absolute;
    top: -17px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    left: 25%;
    transform: translateX(-50%);
    font-size: 24px;
    line-height: 36px;
    padding: 0;
  }
}
.interview__message .--title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E5ECFF;
  left: 0;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .interview__message .--title::after {
    display: none;
  }
}
.interview__message .--title span {
  padding: 1px;
  background: transparent linear-gradient(90deg, #0B81FF 0%, #08519F 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 2;
}
.interview__message .--img {
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
.interview__message .--img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .interview__message .--img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .interview__message .--text {
    max-width: 420px;
    margin: 20px auto;
  }
}

.interview__other {
  max-width: 1200px;
  margin: 160px auto 0;
}
.interview__other .--title-en {
  font-size: 40px;
  line-height: 60px;
  font-family: "EB Garamond", serif;
}
.interview__other .--title-jp {
  font-size: 14px;
  line-height: 21px;
  color: #08519F;
}
.interview__other__list {
  margin: 60px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 80px;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .interview__other__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}
.interview__other__item {
  position: relative;
}
.interview__other__item .--link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.interview__other__item .--title {
  margin: 20px 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.interview__other__item .--title span {
  padding: 1px;
  background: transparent linear-gradient(90deg, #0B81FF 0%, #08519F 100%) 0% 0% no-repeat padding-box;
}
.interview__other__item .--text {
  margin: 12px 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}

#requirement_box {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  #requirement_box h2 {
    margin: 0;
  }
}
@media screen and (min-width: 901px) {
  #requirement_box .requirement_box-rbox {
    margin: 0;
  }
}
@media screen and (min-width: 1351px) {
  #requirement_box .requirement_box-rbox {
    transform: translateX(100px);
  }
}
@media screen and (max-width: 1350px) and (min-width: 901px) {
  #requirement_box .requirement_box-rbox {
    width: calc(100% - 500px);
  }
}

#gnav-cnt ul li a[target=_blank]:after {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 10px;
  width: 11px;
  height: 9px;
  background: url(../../assets/img/common/brank.svg) no-repeat 0 0/100% auto;
  content: "";
}

/*# sourceMappingURL=custom.css.map */
