*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scrollbar-gutter: stable;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
body {
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.free, .free p, .free h2, .free h3, .free h4, .free h5, .free h6, .freeHead, .freeHead p, .freeHead h2, .freeHead h3, .freeHead h4, .freeHead h5, .freeHead h6 {
  color: #222;
}
.free footer p {
  color: #FFF;
}
span {
  display: inline-block;
}
img[loading="lazy"] {
  width: auto;
  max-width: 100%;
  height: auto;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
:focus {
  outline-offset: -2px;
  border: 0;
}
:focus-visible {
  outline: none;
  outline: solid 2px #000;
  outline-offset: -2px;
  border: none;
  position: relative;
  z-index: 10;
}
a.pagetop-button:focus-visible,
footer a:focus-visible {
  box-shadow: 0 0 0 2px #fff;
}
a.btn.introduction:focus-visible {
  outline: solid 2px #000 !important;
}
.gnav-trigger:focus-visible,
a.sns-link:focus-visible,
a.btn:focus-visible,
.interview-btn:focus-visible {
  outline: solid 2px #e1211f;
}
body.external-focus-off :focus {
  outline: none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 768px) {
  a, button {
    transition: linear .25s;
  }
  a:hover, button:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
/* TOP共通ヘッダー */
html.is-fixed {
  height: 100%;
  touch-action: none;
  overflow: hidden;
}
.header-block {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #FFF;
}
.header-contents {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.header-inner {
  min-height: 90px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1260px) {
  .header-inner {
    padding-left: 10px;
    flex-direction: row;
  }
}
@media screen and (max-width: 1000px) {
  .header-inner {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    min-height: 76px;
    padding-left: 20px;
  }
}
.header-title {
  width: auto;
  padding: 0;
  font-size: 16px;
  text-align: left;
  max-width: calc(100% - 280px);
}
@media screen and (max-width: 1000px) {
  .header-title {
    max-width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .header-title {
    text-align: center;
    max-width: 100%;
  }
  .header-title span {
    display: block;
  }
}
.logo-title-wrap {
  margin: auto 0;
}
.logo-title-wrap a.header-logo {
  display: block;
}
header img.logo {
  max-width: 130px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header img.logo {
    max-width: 100px;
  }
}
.h1-contents-wrap {
  max-width: calc(100% - 400px);
  width: 100%;
  height: 100%;
  margin: auto;
  line-height: 1.4;
  padding: 5px 0;
}
@media screen and (max-width: 1000px) {
  .h1-contents-wrap {
    max-width: calc(100% - 280px);
  }
}
@media screen and (max-width: 767px) {
  .h1-contents-wrap {
    max-width: calc(100% - 20px);
    padding: 5px 0 14px;
  }
}
.h1-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .pc-h1-contents-wrap {
    display: none;
  }
  .h1-contents {
    flex-direction: column-reverse;
    gap: 14px;
  }
}
@media screen and (min-width: 768px) {
  .sp-h1-contents-wrap {
    display: none;
  }
}
a.btn.introduction {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  text-align: center;
  transition: linear 0.25s;
  background-color: #FFEE22;
  color: #182D7B;
  padding: 13px 26px 10px 18px;
  border-radius: 6px;
  max-width: 260px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  a.btn.introduction {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  a.btn.introduction {
    font-size: 15px;
    padding: 4px 16px 3px 10px;
    min-height: 40px;
  }
}
a.btn.introduction::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  border-color: #182D7B;
}
.menu-button-wrap {
  max-width: 210px;
  width: 100%;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .menu-button-wrap {
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .menu-button-wrap {
    max-width: none;
    width: auto;
    margin-right: 20px;
  }
}
.gnav-trigger {
  max-width: 210px;
  width: 100%;
  height: 100%;
  background-color: #182D7B;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
  -webkit-appearance: none;
  appearance: none;
  font-family: Arial;
}
@media screen and (max-width: 767px) {
  .gnav-trigger {
    padding: 0;
    font-size: 16px;
    max-width: none;
    width: 40px;
    height: 40px;
    margin: auto;
  }
}
.menu-label {
  margin-right: 8px;
  font-size: 18px;
}
.menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 36px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .menu-icon {
    width: 26px;
    height: 18px;
  }
}
.menu-icon span {
  display: block;
  height: 2px;
  background-color: #FFF;
  width: 100%;
  transition: transform 0.3s, opacity 0.3s;
}
.menu-icon span:nth-child(3) {
  width: 70%;
}
.gnav-trigger.is-active .menu-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
  width: 70%;
}
.gnav-trigger.is-active .menu-icon span:nth-child(2) {
  opacity: 0;
}
.gnav-trigger.is-active .menu-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
  width: 70%;
}
@media screen and (max-width: 767px) {
  .menu-label {
    display: none;
  }
  .gnav-trigger.is-active .menu-icon span:nth-child(1), .gnav-trigger.is-active .menu-icon span:nth-child(3) {
    width: 100%;
  }
}
.sns-button-wrap {
  position: absolute;
  bottom: -153px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sns-button-wrap {
    bottom: auto;
    top: calc(50% - 17px);
    flex-direction: row;
    right: 75px;
  }
}
.sns-button-wrap .sns-link {
  background-color: #FFF;
  border: 2px solid #000;
  border-radius: 50vh;
  width: 64px;
  height: 64px;
  position: relative;
}
.sns-button-wrap .sns-link::after {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
  transition: linear 0.25s;
  border-radius: 50vh;
}
@media screen and (min-width: 768px) {
  .sns-button-wrap .sns-link:hover {
    opacity: 1;
  }
  .sns-button-wrap .sns-link:hover::after {
    opacity: 1;
  }
}
.sns-button-wrap .sns-link.sns-x {
  background-color: #000;
  border-color: #FFF;
}
@media screen and (max-width: 767px) {
  .sns-button-wrap .sns-link {
    width: 34px;
    height: 34px;
    border-width: 1px;
  }
}
.sns-button-wrap .sns-link img {
  border-radius: 50vh;
}
.gnav {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: auto;
  background-color: #182d7b;
  display: none;
  overflow-y: auto;
  padding: 100px 20px 40px;
  overflow-y: auto;
}
.gnav nav {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}
.gnav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 10%;
  list-style: none;
  padding: 0;
  margin-right: 16%;
}
.gnav-list li a {
  display: flex;
  line-height: 1.7;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  position: relative;
  transition: opacity 0.3s;
}
.gnav-list li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 8px;
}
@media screen and (max-width: 1100px) {
  .gnav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    padding: 2px 35px 30px;
    height: 100%;
  }
  .gnav-list {
    margin-right: 0;
  }
  .gnav-list li a {
    padding: 16px 0 14px;
  }
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-overlay {
    display: none;
  }
}
/* 共通設定 */
#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .content, #footer .content .free {
  width: auto;
}
#footer {
  min-height: 160px;
}
@media only screen and (max-width: 767px) {
  #footer {
    min-height: 135px;
  }
  footer {
    padding: 0 10px;
  }
}
#footer .content .free {
  width: 100%;
  background-color: #182D7B;
}
footer {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 160px;
}
footer p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 0.2em;
}
footer p small {
  font-size: 100%;
}
/*for Android copyrightマークの色*/
footer span.copy {
  font-family: Verdana, "Droid Sans" !important;
}
footer a:link,
footer a:active,
footer a:visited,
footer a:hover {
  color: #fff !important;
  text-decoration: none;
}
footer a {
  transition: linear 0.25s;
}
@media only screen and (min-width: 768px) {
  footer a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    position: absolute;
    bottom: 0;
  }
  footer {
    min-height: 135px;
    text-align: center;
  }
}
#main .space {
  padding-bottom: 210px;
}
@media only screen and (max-width: 767px) {
  #main .space {
    padding-bottom: 185px;
  }
}
/* pagetopボタン */
footer {
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 70px 0 15px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  footer p {
    text-align: left;
  }
}
.pagetop-button-contents {
  position: relative;
  padding-bottom: 72px;
  margin-bottom: -72px;
}
@media screen and (max-width: 767px) {
  .pagetop-button-contents {
    padding-bottom: 50px;
    margin-bottom: -50px;
  }
}
.pagetop-button {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 72px;
  height: 72px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #0e2d7b;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  transition: linear 0.25s;
}
.pagetop-button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
  transition: linear 0.25s;
  border-radius: 50vh;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .pagetop-button:hover {
    opacity: 1;
  }
  .pagetop-button:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .pagetop-button {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}
.pagetop-icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 4px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
.pagetop-button.is-fixed {
  position: fixed;
  top: auto;
  bottom: 10px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pagetop-button.is-fixed {
    bottom: 5px;
  }
}
/* interview一覧 */
.interview-title {
  padding-top: 40px;
  position: relative;
  z-index: 0;
}
.interview-h2 {
  font-size: 48px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .interview-h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.interview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 20px;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 1175px) {
  .interview-list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .interview-list {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
}
.interview-list li {
  width: calc((100% - 60px) / 4);
  flex: 0 0 auto;
  max-width: 280px;
}
.interview-list li * {
  line-height: 1.7;
}
@media screen and (max-width: 1175px) {
  .interview-list li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .interview-list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .interview-list {
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }
  .interview-list li {
    width: 100%;
    max-width: none;
  }
}
.interview-btn {
  display: block;
  text-decoration: none;
  color: inherit;
}
.interview-contents {
  overflow: hidden;
}
.interview-head {
  background-color: #182D7B;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 16px 5px 16px;
}
.interview-head::after {
  font-family: recop-iconfonts;
  content: "\E841";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 25px;
  color: #fff;
}
.interview-head .label {
  position: relative;
  background-color: #182D7B;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 20px;
  z-index: 1;
  top: -35px;
  left: -16px;
}
@media screen and (max-width: 767px) {
  .interview-head .label {
    font-size: 15px;
    padding-bottom: 5px;
    top: -30px;
  }
}
.interview-head .name {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-left: -117px;
  z-index: 1;
  white-space: nowrap;
}
.interview-head .name .screen-reader-for-txt {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  position: absolute !important;
  overflow-wrap: normal !important;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .interview-head .name {
    font-size: 15px;
    margin-left: -104px;
  }
}
.interview-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .interview-img {
    overflow: hidden;
  }
  .interview-img img {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
    max-width: none;
  }
}
.interview-txt {
  background-color: #182D7B;
  color: #fff;
  padding: 16px 0 16px 22px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .interview-txt {
    padding: 7px;
  }
}
.interview-txt .lead {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .interview-txt .lead {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
  }
}
.interview-txt .tags {
  display: inline-flex;
  gap: 8px;
  white-space: nowrap;
}
.interview-txt .tags p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .interview-txt .tags p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .interview-txt .lead {
    font-size: 15px;
  }
  .interview-txt .tags {
    font-size: 15px;
    flex-direction: column;
  }
}
/* PC時：普通の縦並び */
@media screen and (min-width: 768px) {
  .interview-contents {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .interview-contents {
    display: grid;
    grid-template-columns: 37.5% 62.5%;
    grid-template-rows: auto auto;
    gap: 8px 16px;
  }
  .interview-img {
    grid-column: 1;
    grid-row: 1 / span 2;
    overflow: visible;
  }
  .interview-img img {
    position: relative;
    left: -35px;
    width: calc(100% + 50px);
    max-width: none;
  }
  .interview-txt {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    width: calc(100% + 3vw);
    left: -27px;
    z-index: 1;
    background-color: #182D7B;
    padding: 36px 10px 6px;
    overflow: hidden;
  }
  .interview-txt .lead {
    position: absolute;
    top: 0;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    padding-top: 10px;
  }
  .interview-txt .tags {
    font-size: 15px;
    flex-direction: column;
    gap: 4px;
    margin-top: 40px;
  }
  .interview-head {
    position: relative;
    top: 24px;
    left: -27px;
    width: calc(100% + 3vw);
    padding: 0 10px;
    background-color: #182D7B;
    display: flex;
    align-items: center;
    height: 35px;
    z-index: 10;
  }
  .interview-head::after {
    right: 20px;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    width: auto;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }
  .interview-head .label {
    position: absolute;
    top: 11px;
    transform: translateY(-35px);
    font-size: 15px;
    padding: 4px 10px 0;
    left: 0;
    background-color: #182D7B;
    color: #fff;
    font-weight: bold;
    z-index: 1;
  }
  .interview-head .name {
    font-size: 15px;
    margin-left: 0;
  }
  .interview-head::after {
    font-size: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 530px) {
  .interview-txt {
    padding-top: 0;
  }
  .interview-txt .tags {
    position: relative;
    top: 20px;
  }
}
@media screen and (min-width: 400px) {
  .interview-head {
    height: 36px;
  }
}
@media screen and (min-width: 500px) {
  .interview-head {
    height: 44px;
  }
}
@media screen and (min-width: 600px) {
  .interview-head {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .interview-head {
    height: 50px;
  }
}
.interview-list-wrapper {
  display: flex;
  justify-content: center;
}