.pc_design_image {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  z-index: -1;
  pointer-events: none;
  opacity: 0.3;
}

body {
  margin: 0;
  min-width: 1200px;
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
body.spmenu_active {
  overflow: hidden;
}
body.active {
  overflow: hidden;
}

.root {
  overflow-x: hidden;
}

h1 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 36px;
  color: #111;
  font-weight: normal;
  margin: 18px 15px 0 25px;
}
h1 img {
  height: 50px;
}
h1 span {
  font-size: 42px;
}

h2 {
  font-size: 36px;
  position: relative;
  font-family: "Zen Old Mincho";
  margin: 0 0 40px;
  padding-bottom: 25px;
}
h2::first-letter {
  color: #43758f;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
h2:after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #43758f;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.center {
  text-align: center;
}
h2.center:after {
  left: 50%;
  transform: translateX(-50%);
}
h2.right {
  text-align: right;
}
h2.right:after {
  left: auto;
  right: 0%;
}
@media only screen and (max-width: 767px) {
  h2.right:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  h2.right {
    text-align: center;
  }
}

.title_message:before {
  content: url(../img/title_message.webp);
  position: absolute;
  top: -55px;
  left: 70px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .title_message:before {
    left: 0;
  }
}

.title_content:before {
  content: url(../img/title_content.webp);
  position: absolute;
  top: -75px;
  left: 20%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .title_content:before {
    left: 0;
  }
}

.title_voice:before {
  content: url(../img/title_voice.webp);
  position: absolute;
  top: -55px;
  left: -135px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .title_voice:before {
    content: url(../img/title_sp_voice.webp);
    left: 30px;
  }
}

img {
  max-width: 100%;
}

p {
  margin-bottom: 2em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  p {
    margin-bottom: 1em;
  }
}

ul, ol {
  list-style: none;
}

.content_section {
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .content_section {
    margin-bottom: 50px;
  }
}
.content_section._sm {
  margin-bottom: 95px;
}
@media only screen and (max-width: 767px) {
  .content_section._sm {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .content_section.bg_left {
    margin-bottom: 240px;
  }
}

._container {
  max-width: 1200px;
  margin: 0 auto;
}

a.pdf::after, a.ext::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 13px;
  background: url("../img/ext.webp") 50% 50%/contain no-repeat;
  margin-left: 0.5ex;
}
a.pdf::after {
  width: 20px;
  height: 22px;
  vertical-align: -15%;
  background: url("../img/pdf.webp") 50% 50%/contain no-repeat;
}

header {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  header {
    min-width: 1200px;
  }
}
header .header_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_body > * {
  display: flex;
  align-items: end;
}
header .recruit_btn {
  border: 1px solid #111;
  border-radius: 15px;
  padding: 2px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  transition: all 0.2s;
}
header .recruit_btn a {
  transition: all 0.2s;
}
header .recruit_btn:hover {
  background-color: #0f8d4e;
  border: 1px solid #0f8d4e;
}
header .recruit_btn:hover a {
  color: #fff;
}
header ._right {
  margin: 30px 10px 0 0px;
}
header ._right ul.gnav {
  display: flex;
  margin: 0;
}
header ._right ul.gnav li {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.075em;
}
header ._right ul.gnav li a {
  position: relative;
  transition: all 0.2s;
  display: block;
  width: 100%;
}
header ._right ul.gnav li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #43758f;
  transition: all 0.2s;
  transform: scaleX(0);
}
header ._right ul.gnav li a:hover {
  color: #43758f;
}
header ._right ul.gnav li a:hover:after {
  transform: scaleX(1);
}
header ._right .entry_btn a {
  color: #fff;
  background-color: #975b91;
  border: 1px solid #975b91;
  box-sizing: border-box;
  padding: 7px 34px;
  transition: all 0.2s;
  font-weight: 700;
}
header ._right .entry_btn a:hover {
  background-color: #fff;
  color: #975b91;
}
header .sp_nav_overlay {
  display: none;
}
header #header_menubtn {
  display: none;
}
header #header_menubtn::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  header #header_menubtn {
    display: block;
    width: 20px;
    height: 24px;
    position: fixed;
    right: 0;
    top: 0;
    padding: 18px 20px;
    z-index: 21;
  }
  header #header_menubtn > span {
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 24px;
    margin-top: 5px;
    position: relative;
  }
  header #header_menubtn > span span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6ea676;
    border-radius: 2px;
  }
  header #header_menubtn > span span:nth-of-type(1) {
    top: 0;
  }
  header #header_menubtn > span span:nth-of-type(2) {
    top: 6px;
  }
  header #header_menubtn > span span:nth-of-type(3) {
    top: 12px;
  }
  .spmenu_active header #header_menubtn > span span:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg) scale(1.2);
  }
  .spmenu_active header #header_menubtn > span span:nth-of-type(2) {
    top: 6px;
    transform: rotate(135deg) scale(1.2);
  }
  .spmenu_active header #header_menubtn > span span:nth-of-type(3) {
    top: 6px;
    transform: rotate(225deg) scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  header .header_body {
    position: fixed;
    z-index: 20;
    width: 100%;
    align-items: start;
  }
  header .header_body.active {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  header .header_body.active .sp_nav_overlay {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  header h1 {
    margin: 10px 5px 10px 5px;
  }
  header h1 img {
    height: 30px;
  }
  header .recruit_btn {
    margin-bottom: 10px;
  }
  header .recruit_btn a {
    font-size: 90%;
  }
  header ._left {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  header ._right {
    position: fixed;
    background-color: #fff;
    z-index: 15;
    border-top: 1px solid #d5d5d5;
    display: none;
    top: 56px;
    left: 0;
    margin: 0;
    padding: 0 0px 30px;
    box-sizing: border-box;
    width: 100%;
  }
  header ._right .entry_btn {
    text-align: center;
  }
  header ._right ul.gnav {
    flex-direction: column;
    padding: 0;
    margin-bottom: 2em;
  }
  header ._right ul.gnav li {
    justify-content: start !important;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
    margin: 0;
    position: relative;
  }
  header ._right ul.gnav li:before {
    content: "";
    background: url(../img/breadcrumbs.webp) 50% 50% no-repeat;
    background-size: cover;
    width: 9px;
    height: 13px;
    position: absolute;
    top: 15px;
    left: 5px;
  }
  header ._right.active {
    display: block;
  }
}

a {
  text-decoration: none;
  color: #111111;
}

.main_content {
  min-height: 600px;
}

.main_image {
  height: 400px;
  margin: 35px 0 85px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main_image {
    height: 200px;
  }
}
.main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  object-position: bottom;
}
.main_image .text_content {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0px 7px 32px rgba(0, 0, 0, 0.57);
  font-size: 48px;
  font-family: "Zen Old Mincho";
  color: #fff;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .main_image .text_content {
    font-size: 36px;
  }
}
.main_image .text_content ._text {
  margin-left: 20px;
}

footer {
  margin-top: 120px;
  background: linear-gradient(to bottom, #74A3B6 0, #9BB6AC 80%, #BAC5A4 100%);
  letter-spacing: 0.1em;
}
footer a {
  color: #fff;
}
footer .footer_body {
  font-weight: 500;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 60px 1em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .footer_body {
    display: block;
    padding: 30px 0.5em;
  }
}
footer .footer_body > div {
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  footer .footer_body > div {
    width: 50%;
  }
}
footer .janame {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  footer .janame {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
footer .jainfo {
  margin-top: 10px;
}
footer .tel {
  font-size: 27px;
}
footer .tel:before {
  content: "Tel";
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  footer .tel {
    font-size: 23px;
  }
  footer .tel:before {
    font-size: 16px;
    margin-right: 5px;
  }
}
footer .copywrite {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 15px;
}
footer .footer_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0px 30px 4em;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  footer .footer_nav {
    margin: 30px 0 0 0;
  }
}
footer .footer_nav > div {
  width: 50%;
  border-collapse: collapse;
  justify-content: center;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  position: relative;
}
footer .footer_nav > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  pointer-events: none;
}
footer .footer_nav > div:nth-child(odd):after {
  border-right: 1px solid #fff;
}
footer .footer_nav > div a {
  padding: 27.5px 20px;
  letter-spacing: -0.1em;
  box-sizing: border-box;
}
footer ul.footer_link {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  footer ul.footer_link {
    margin-top: 30px;
    justify-content: center;
  }
}
footer ul.footer_link li {
  padding: 0 22px;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 0.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer ul.footer_link li {
    width: 50%;
    text-align: center;
  }
}
footer ul.footer_link li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-left: 1px solid #66a385;
  border-right: 1px solid #66a385;
  width: calc(100% - 1px);
  height: 100%;
  pointer-events: none;
}
.recruit_column {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .recruit_column {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.recruit_column > div + div {
  margin-top: 3em;
}
.recruit_column > div {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .recruit_column > div:nth-child(even) {
    flex-direction: row-reverse;
  }
  .recruit_column > div:nth-child(even) ._image > div {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .recruit_column > div {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .recruit_column > div ._image {
    width: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit_column > div ._image {
    order: 1;
    max-width: 540px;
    margin: 0 auto 1em;
  }
}
@media only screen and (min-width: 768px) {
  .recruit_column > div ._image > div {
    min-width: 550px;
    aspect-ratio: 55/43;
    float: right;
  }
}
.recruit_column > div ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.recruit_column > div ._text {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .recruit_column > div ._text {
    width: calc(100% - 410px);
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit_column > div ._text {
    padding: 0px 0px;
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .recruit_column > div ._text p {
    font-size: 18px;
  }
}

ul.image_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 0 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  ul.image_list {
    width: calc(100% + 10px);
    margin: 0 -5px;
    padding: 0;
  }
}
ul.image_list li {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  ul.image_list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
ul.image_list li a {
  display: block;
  width: 100%;
  aspect-ratio: 17/11;
  position: relative;
  transition: all 0.2s;
}
ul.image_list li a ._image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.2s;
  position: relative;
}
ul.image_list li a ._image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: "#333333";
  opacity: 0.5;
  pointer-events: none;
  z-index: 10;
}
ul.image_list li a ._image:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 13px;
  height: 9px;
  background-image: url(../img/modal_icon.webp);
  background-size: cover;
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  ul.image_list li a ._image:after {
    bottom: 10px;
    right: 15px;
  }
}
ul.image_list li a ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.2s;
}
ul.image_list li a ._text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  z-index: 15;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  ul.image_list li a ._text {
    padding: 15px;
    font-size: 16px;
  }
}
ul.image_list li a:hover {
  opacity: 0.8;
}
ul.image_list li a:hover img {
  transform: scale(1.2);
}

.bg_left {
  position: relative;
}
.bg_left * {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .bg_left:after {
    content: "";
    position: absolute;
    top: -25px;
    right: 50%;
    display: block;
    width: 200vw;
    height: 135%;
    background-color: #43758f;
    z-index: 5;
  }
}

.interview {
  margin: 0 auto;
  max-width: 1080px;
}

ul.interview_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 40px auto;
}
ul.interview_list li {
  width: 20%;
  aspect-ratio: 27/39;
}
@media only screen and (max-width: 767px) {
  ul.interview_list li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 540px) {
  ul.interview_list li {
    width: 50%;
  }
}
ul.interview_list a, ul.interview_list ._image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul.interview_list a {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
ul.interview_list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.2s;
}
ul.interview_list a:hover img {
  opacity: 0.8;
  transform: scale(1.2);
}
ul.interview_list a ._text {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  max-width: 120px;
  max-height: 130px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  ul.interview_list a ._text {
    padding: 15px 10px;
  }
}
ul.interview_list a ._text:after {
  content: "";
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 100%;
  width: 100%;
  max-width: 45px;
  aspect-ratio: 45/130;
  background-image: url(../img/bg_interview.webp);
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  ul.interview_list a ._text:after {
    max-width: 36px;
  }
}
ul.interview_list a ._text .name {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  ul.interview_list a ._text .name {
    font-size: 17.6px;
  }
}
ul.interview_list a ._text ._year {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  ul.interview_list a ._text ._year {
    font-size: 12.8px;
  }
}
ul.interview_list a ._text .busho {
  font-size: 18px;
  font-weight: 900;
  color: #43758f;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  ul.interview_list a ._text .busho {
    font-size: 14.4px;
  }
}

.topics_column {
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .topics_column {
    display: flex;
  }
}
.topics_column ul {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .topics_column .title {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .topics_column .title {
    width: 230px;
    border-right: 1px solid #d5d5d5;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .topics_column .title h2 {
    transform: translateY(20px);
  }
}
.topics_column .topics {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .topics_column .topics ul {
    padding: 0 10px;
  }
}
.topics_column .topics li {
  margin-bottom: 0.25em;
}
.topics_column .topics li:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 767px) {
  .topics_column .topics li {
    margin-bottom: 1em;
  }
}
.topics_column .topics a {
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 18px;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  .topics_column .topics a {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .topics_column .topics a {
    padding: 10px 0;
    display: block;
  }
}
.topics_column .topics a:hover {
  color: #0f8d4e;
}
.topics_column .topics .date {
  min-width: 195px;
}
.topics_column .topics .date span:not(.new_icon) {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-right: 1.25em;
}
@media only screen and (max-width: 767px) {
  .topics_column .topics .date span:not(.new_icon) {
    margin-right: 0.25em;
  }
}
.topics_column .topics .new_icon {
  margin-right: 1.5em;
  padding: 0px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  background-color: #975b91;
}
@media only screen and (max-width: 767px) {
  .topics_column .topics .new_icon {
    margin-right: 0em;
  }
}
.topics_column .topics ._text {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .topics_column .topics ._text {
    padding-left: 20px;
  }
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.entry_link {
  text-align: center;
  color: #fff;
  padding: 15px 80px;
  box-sizing: border-box;
  margin: 1em 0;
  font-size: 36px;
  min-width: 540px;
  display: inline-block;
  background: #975b91 url(../img/entry_icon.webp) calc(100% - 30px) 50% no-repeat;
  background-size: 40px 40px;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .entry_link {
    padding: 10px 80px;
    min-width: 270px;
    font-size: 28.8px;
  }
}
.entry_link:hover {
  opacity: 0.8;
}

.modal_contents {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  font-size: 18px;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
}
.modal_contents.active {
  opacity: 1;
  pointer-events: auto;
}
.modal_contents .modal_content {
  display: none;
}
.modal_contents .close_btn {
  color: #fff;
  font-size: 220%;
  font-weight: 100;
  position: fixed;
  top: 20px;
  right: 50%;
  transform: translateX(50%);
  z-index: 40;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1200px;
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .modal_contents .close_btn {
    top: 10px;
  }
}
.modal_contents .close_btn span {
  transition: all 0.2s;
}
.modal_contents .close_btn span:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .modal_contents {
    font-size: 16px;
  }
}
.modal_contents * {
  position: relative;
  z-index: 25;
}
.modal_contents *.modalheader_area {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.modal_contents .modal_content {
  width: 100%;
  height: 100%;
}
.modal_contents ul {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
.modal_contents #close_modal {
  width: 100px;
  height: 100px;
  background-color: orange;
}
.modal_contents .modal_header {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .modal_contents .modal_header {
    height: auto;
  }
}
.modal_contents .modal_header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0, 29, 15, 0.7);
}
.modal_contents .modal_header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  pointer-events: none;
}
.modal_contents .modal_header .modal_title {
  width: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
  max-width: 1200px;
  z-index: 25;
  margin-bottom: 30px;
  color: #fff;
  font-size: 36px;
  padding: 20px 70px 20px 50px;
  z-index: 35;
  font-family: "Zen Old Mincho";
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .modal_contents .modal_header .modal_title {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .modal_contents .modal_header .modal_title {
    font-size: 25.2px;
    padding: 20px 60px 20px 20px;
    min-height: 60px;
    margin-bottom: 0px;
  }
}
.modal_contents .modal_body {
  max-width: 1200px;
  margin: 150px auto 0;
  padding: 0 0px 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .modal_contents .modal_body {
    margin: 100px auto 0;
    padding: 0 10px 50px;
    width: 100%;
  }
}
.modal_contents .bg_white {
  position: relative;
  padding: 66px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .modal_contents .bg_white {
    padding: 30px 0;
  }
}
.modal_contents .bg_white:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  display: block;
  width: 200vw;
  height: 100%;
  background-color: #fff;
  z-index: 20;
}
.modal_contents .h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Old Mincho";
  z-index: 35;
  color: #43758f;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .modal_contents .h3 {
    font-size: 24px;
  }
}
.modal_contents ul {
  list-style: disc;
}
.modal_contents ul li {
  margin-bottom: 0.5em;
}
.modal_contents .modal_conentblock {
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .modal_contents .modal_conentblock {
    padding: 30px 0;
  }
}
.modal_contents .modal_conentblock:after {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  display: block;
  width: calc(100% - 70px);
  height: 100%;
  background-color: #fff;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .modal_contents .modal_conentblock:after {
    left: -50vw;
    width: 200vw;
  }
}
.modal_contents .modal_conentblock .block_title {
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Old Mincho";
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .modal_contents .modal_conentblock .block_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_contents .modal_conentblock > div:not(.flex_contents) {
    max-width: calc(100% - 180px);
  }
}
.modal_contents .modal_conentblock .flex_contents {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .modal_contents .modal_conentblock .flex_contents {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .modal_contents .modal_conentblock .flex_contents > *.left {
    width: 60%;
  }
  .modal_contents .modal_conentblock .flex_contents > *.img_left {
    width: 40%;
  }
  .modal_contents .modal_conentblock .flex_contents > *.right {
    width: 40%;
  }
  .modal_contents .modal_conentblock .flex_contents > *.text_right {
    width: 60%;
  }
}
.modal_contents .modal_conentblock .flex_contents .right {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .modal_contents .modal_conentblock .flex_contents .right {
    padding-left: 30px;
  }
}
.modal_contents .modal_conentblock .flex_contents .right .image {
  width: 100%;
}
.modal_contents .modal_conentblock .flex_contents .right .image:not(.auto_ratio) {
  aspect-ratio: 22/15;
}
.modal_contents .modal_conentblock .flex_contents .right .image img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.modal_contents .modal_conentblock .flex_contents .text_right {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .modal_contents .modal_conentblock .flex_contents .text_right {
    padding-left: 30px;
  }
}
.modal_contents .modal_conentblock .flex_contents .text_right .image {
  width: 100%;
}
.modal_contents .modal_conentblock .flex_contents .text_right .image:not(.auto_ratio) {
  aspect-ratio: 22/15;
}
.modal_contents .modal_conentblock .flex_contents .text_right .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-color: #43758f;
  border-style: solid;
  border-width: 1px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  table {
    width: auto;
  }
  table tbody > tr > th {
    width: auto;
  }
}

th {
  color: #fff;
  border-color: #43758f;
  background-color: #43758f;
  border-style: solid;
  border-width: 1px;
  padding: 1ex 1em;
  min-width: 70px;
  position: relative;
}
th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: 1;
}
th a {
  z-index: 10;
  position: relative;
}

td {
  background-color: #ffffff;
  border-color: #43758f;
  border-style: solid;
  border-width: 1px;
  padding: 1ex 1em;
}

tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}

thead th,
thead td {
  background-color: #43758f;
  color: #ffffff;
}
thead th:not(:last-child),
thead td:not(:last-child) {
  position: relative;
}
thead th:not(:last-child):after,
thead td:not(:last-child):after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 1px;
  height: calc(100% + 2px);
  background-color: #fff;
  display: block;
}

@media only screen and (min-width: 768px) {
  .pc_column6, .pc_column5, .pc_column4, .pc_column3, .pc_column2, .pc_column1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .pc_column6.ul_mt, .pc_column5.ul_mt, .pc_column4.ul_mt, .pc_column3.ul_mt, .pc_column2.ul_mt, .pc_column1.ul_mt {
    margin-top: 4rem;
  }
  .pc_column6 > *, .pc_column5 > *, .pc_column4 > *, .pc_column3 > *, .pc_column2 > *, .pc_column1 > * {
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pc_column6 > *, .pc_column5 > *, .pc_column4 > *, .pc_column3 > *, .pc_column2 > *, .pc_column1 > * {
    margin-bottom: 10px;
  }
}

.image_medium img, .image_a4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  object-position: top;
}

.image_medium {
  aspect-ratio: 3/2;
}

.image_a4 {
  aspect-ratio: 210/297;
}

@media only screen and (max-width: 767px) {
  .sp_column6, .sp_column5, .sp_column4, .sp_column3, .sp_column2, .sp_column1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 -20px;
  }
  .sp_column6.ul_mt, .sp_column5.ul_mt, .sp_column4.ul_mt, .sp_column3.ul_mt, .sp_column2.ul_mt, .sp_column1.ul_mt {
    margin-top: 3rem;
  }
  .sp_column6 > *, .sp_column5 > *, .sp_column4 > *, .sp_column3 > *, .sp_column2 > *, .sp_column1 > * {
    box-sizing: border-box;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .pc_column6 > * {
    width: 16.666%;
  }
  .pc_column5 > * {
    width: 20%;
  }
  .pc_column4 > * {
    width: 25%;
  }
  .pc_column3 > * {
    width: 33.333%;
  }
  .pc_column2 > * {
    width: 50%;
  }
  .pc_column1 > * {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sp_column6 > * {
    width: 16.666%;
  }
  .sp_column5 > * {
    width: 20%;
  }
  .sp_column4 > * {
    width: 25%;
  }
  .sp_column3 > * {
    width: 33.333%;
  }
  .sp_column2 > * {
    width: 50%;
  }
  .sp_column1 > * {
    width: 100%;
  }
}
.columned {
  display: flex;
  margin: -15px;
}
.columned > * {
  padding: 15px;
  width: 50%;
}

.btn {
  color: #ffffff;
  display: block;
  padding: 1em;
  font-weight: 700;
  background-image: linear-gradient(90deg, #0e8bcb, #6cbce5);
  transition: 0.3s all;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center;
  letter-spacing: 0.1ex;
}
.btn:hover, .btn:active {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  filter: brightness(1.2);
}

a.link {
  color: #0e8bcb;
}
a.link:hover, a.link:active {
  text-decoration: underline;
}
a.link.ext::after {
  background-image: url("../img/ext_blue.webp");
}

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