@charset "UTF-8";
/*2025.06.27*/
html, body, main, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font-style: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

i {
  font-style: italic;
}

table {
  width: 100%;
  table-layout: fixed;
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

input {
  outline: none;
  outline: none;
}

input[type=text], input[type=tel], input[type=email], textarea {
  padding: 5px;
  border-style: 1px;
}

input[type=checkbox], input[type=checkbox] {
  margin: 3px;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  outline: none;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

:root {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  scroll-behavior: smooth;
}

body {
  color: #1a1311;
  background-color: #0c6eb4;
}

main {
  overflow: hidden;
  padding-top: 180px;
  background-color: #fff;
}

.inner {
  position: relative;
  max-width: 1000px;
  margin: auto;
  text-align: left;
}

section {
  padding: 75px 50px;
}

a {
  transition: all 0.2s 0s ease-in-out;
}
a:link {
  color: #31afb3;
  text-decoration: none;
}
a:visited {
  color: #4ec1f0;
  text-decoration: none;
}
a:hover {
  color: #1f6a53;
  text-decoration: none;
}
a:active {
  color: #1f6a53;
  text-decoration: none;
}
a img {
  transition: all 0.2s 0s ease-in-out;
}
a img:hover {
  opacity: 0.85;
}

input, textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
}

input[type=text], input[type=tel], input[type=email], input[type=date],
textarea {
  width: 90%;
  padding: 0.75em;
  border: 1px solid #ddd;
  border-radius: 5px;
}

label {
  margin-right: 1em;
  cursor: pointer;
}

select {
  width: 80%;
  max-width: 300px;
  padding: 0.5em;
  font-size: 1em;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
}

input[type=date] {
  display: inline-block;
  width: auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

#loading {
  transition: all 0.5s 0s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
  background-color: #0c6eb4;
}
#loading.loaded {
  opacity: 0;
  z-index: -1;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.recruitlist_btn {
  transition: all 0.3s 0s ease-in-out;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
  width: 6%;
  max-width: 120px;
  min-width: 40px;
  text-align: center;
  opacity: 0.9;
  background: linear-gradient(to bottom, #0c6eb4 0%, #4ec1f0 100%);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
  /*
  .recruitlist_btn_arrow {
      transition: all 0.3s 0s ease-in-out;
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 1;
      text-align: center;
      background: $main-color;
      opacity: 0.6;
      img {
          transition: all 0.3s 0s ease-in-out;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 50%;
          max-width: 60px;
          max-width: 80%;
          margin: auto;
      }
  }
  */
}
.recruitlist_btn p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: auto;
  padding: 37.5px 0;
  color: #fff;
  font-size: min(3vw, 1.8rem);
  font-weight: 500;
  text-shadow: 0 3px 8px #0c6eb4;
  writing-mode: vertical-rl;
}
.recruitlist_btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.recruitlist_btn:hover {
  opacity: 1;
}

#toplink {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  position: fixed;
  right: -1vw;
  bottom: 50px;
  opacity: 0;
  z-index: 99;
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom, #4ec1f0 0%, #60d6d9 100%);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
#toplink img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
}
#toplink.fixed {
  right: 50px;
  opacity: 0.75;
}
#toplink.fixed:hover {
  transition-duration: 0.2s;
  opacity: 0.95;
}

header {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 99;
  background: white;
}
header.fixed {
  position: fixed;
  opacity: 0.95;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}
header .inner {
  height: 100%;
}
header .logo {
  position: absolute;
  top: 25px;
  left: 50px;
  width: 40%;
  max-width: 400px;
  height: auto;
}
header .cta {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 25px;
  right: 50px;
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
header .cta a {
  position: relative;
  display: block;
  width: 40%;
  padding: 0 3%;
  max-width: 250px;
  height: 52px;
  margin-left: 25px;
  padding-top: 18px;
  font-size: 1.35rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  /*
  &::after {
      transition: all 0.3s 0s ease-in-out;
      content: url(../img/cta_pict_arrow.svg);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 5%;
      display: block;
      width: 8%;
      max-width: 22px;
  }
  &:hover::after { width: 26px; right: 3%; opacity: 0.5; }
  */
}
header .cta a:link, header .cta a:visited {
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
header .cta a:hover, header .cta a:active {
  color: #fff;
  opacity: 0.9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
header .cta a.EntryBtn {
  background: linear-gradient(to right, #fbcc3e 0%, #de6261 100%);
}
header .cta a.ContactBtn {
  background: linear-gradient(to right, #18889e 0%, #31afb3 100%);
}
header .cta a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 4px;
  border: 1px #ffffff solid;
  opacity: 0.5;
}
header .cta a span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-top: 0.5em;
  color: #fff;
  font-size: 0.45em;
  font-weight: 300;
  letter-spacing: 0.75em;
  opacity: 0.75;
}
header nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #F4FEFE 0%, #E9F9FE 100%);
}
header nav ul {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}
header nav ul li {
  overflow: hidden;
  position: relative;
  width: 16.6666666667%;
  margin: auto;
}
header nav ul li:after {
  content: "";
  transition: all 0.3s 0s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #0c6eb4 0%, #31afb3 100%);
  opacity: 0.75;
}
header nav ul li:hover:after {
  width: 100%;
}
header nav a {
  transition: all 0.3s 0s ease-in-out;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 10;
  font-weight: 600;
  display: block;
  width: 98%;
  padding: 0 1%;
  height: 60px;
  line-height: 60px;
}
header nav a:link, header nav a:visited {
  color: #1a1311;
  text-decoration: none;
}
header nav a:hover, header nav a:active {
  color: #fff;
  text-shadow: 0 3px 8px #18889e;
}

.PageHeader {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  height: 150px;
  background: linear-gradient(to right, #0c6eb4 0%, #B1E6DD 100%);
}
.PageHeader::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 10px;
  opacity: 0.5;
  background: linear-gradient(to right, #31afb3 0%, #4ec1f0 100%);
}
.PageHeader .inner {
  height: 100%;
}
.PageHeader h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  text-shadow: 0 5px 12px #0c6eb4;
  letter-spacing: 0.1em;
}

.breadcrumbs {
  padding: 25px 50px;
  color: #636363;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.15em;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
  color: #636363;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
  color: #0c6eb4;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-right: 0.5em;
}
.breadcrumbs ul li::before {
  content: url(../img/pict_arrow04.svg);
  display: inline-block;
  width: 12px;
  margin-right: 0.5em;
}
.breadcrumbs ul li:first-of-type::before {
  content: url(../img/pict_obj03.svg);
  width: 14px;
  opacity: 0.5;
}

.banners {
  padding: 50px;
  padding-bottom: 0;
  text-align: center;
  background: #0c6eb4 url(../img/banners_bg.jpg) center no-repeat;
  background-size: cover;
}
.banners .flexbox {
  text-align: center;
}
.banners .flexbox > * {
  width: 45%;
}
.banners .flexbox a {
  display: block;
  margin-bottom: 50px;
}

footer {
  position: relative;
  padding: 50px;
  color: #fff;
  background: #0c6eb4;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #0c6eb4 0%, #4ec1f0 100%);
}
footer .inner {
  text-align: center;
}
footer .footer_links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
footer .footer_links a:link, footer .footer_links a:visited {
  color: #fff;
  text-decoration: none;
}
footer .footer_links a:hover, footer .footer_links a:active {
  color: #4ec1f0;
  text-decoration: none;
}
footer .footer_links .footer_links_grp {
  width: 25%;
  text-align: left;
}
footer .footer_links .footer_links_grp p {
  font-weight: 600;
  margin-bottom: 1.5em;
}
footer .footer_links .footer_links_grp ul {
  margin-left: 20px;
  font-weight: 400;
}
footer .footer_links .footer_links_grp ul li a {
  position: relative;
  display: block;
  margin-bottom: 1.5em;
}
footer .footer_links .footer_links_grp ul li a::before {
  content: url(../img/pict_arrow01.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  display: block;
  width: 10px;
}
footer .footer_links .footer_links_grp ul li a.pict_window::before {
  content: url(../img/pict_obj02.svg);
}
footer .footer_links .footer_links_grp ul li li a {
  margin-bottom: 1em;
}
footer .footer_links .footer_links_grp ul li li a::before {
  content: url(../img/pict_obj01.svg);
}
footer .footer_info {
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
  padding: 50px;
}
footer .footer_info img {
  width: 90%;
  max-width: 600px;
  margin: 0;
}
footer .footer_info p {
  margin-bottom: 25px;
}
footer .footer_info p:last-of-type {
  margin-bottom: 0;
  font-size: 1.25em;
}
footer .footer_info p .footer_info_subtitle {
  display: inline-block;
  margin-right: 1em;
  padding: 0.5em 1em;
  line-height: 1em;
  color: #0c6eb4;
  font-weight: 600;
  background: #fff;
}
footer .footer_info p.tel {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
footer .footer_info p.tel::before {
  position: relative;
  display: inline-block;
  content: url(../img/pict_phone.svg);
  width: 42px;
  margin-right: 10px;
}
footer .copy {
  font-weight: 300;
  letter-spacing: 0.1em;
}

#MobileMenuBtm {
  display: none;
}

#MobileMenu {
  display: none;
}

.mobile_cta {
  display: none;
}

.act00 {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
}

.act01 {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  transition-delay: 0.1s;
  position: relative;
  top: 10px;
  opacity: 0;
}
.act01.cue {
  top: 0;
  opacity: 1;
}

.act02 {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  transition-delay: 0.1s;
  position: relative;
  opacity: 0;
  left: -10px;
}
.act02.cue {
  left: 0;
  opacity: 1;
}

.act03 {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  transition-delay: 0.1s;
  position: relative;
  opacity: 0;
  right: -10px;
}
.act03.cue {
  right: 0;
  opacity: 1;
}

.act04 {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  transition-delay: 0.1s;
  position: relative;
  opacity: 0;
  bottom: -10px;
}
.act04.cue {
  bottom: 0;
  opacity: 1;
}

.act05 {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  transition-delay: 0.1s;
  position: relative;
  opacity: 0;
  transform: scale(0.95);
}
.act05.cue {
  transform: scale(1);
  opacity: 1;
}

.PageBody {
  text-align: left;
  /* float */
  /* backgound */
  /* width */
  /* align */
  /* text */
  /* table style */
  /* box styles */
  /* mailform */
}
.PageBody section {
  background: linear-gradient(to top, #f6fafc 0%, #fff 100%);
}
.PageBody section:nth-of-type(even) {
  background: rgba(12, 110, 180, 0.055);
}
.PageBody section.bg00 {
  background: none;
}
.PageBody section.bg01 {
  background: rgba(12, 110, 180, 0.02);
}
.PageBody section.bg02 {
  background: rgba(24, 136, 158, 0.02);
}
.PageBody div {
  margin-bottom: 50px;
}
.PageBody div:last-of-type {
  margin-bottom: 0;
}
.PageBody p, .PageBody ul, .PageBody ol, .PageBody dl, .PageBody table {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.PageBody h1, .PageBody h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.25em;
}
.PageBody h1::after, .PageBody h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  margin: auto;
  margin-top: 0.75em;
  background: linear-gradient(to right, #0c6eb4 0%, #4ec1f0 100%);
}
.PageBody h3 {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  color: #0c6eb4;
  font-size: 1.35rem;
  line-height: 1.25em;
}
.PageBody h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #0c6eb4 0%, #4ec1f0 100%);
}
.PageBody table {
  border: 1px #dddddd solid;
  background: rgba(255, 255, 255, 0.8);
}
.PageBody table th, .PageBody table td {
  padding: 1.35em 1.25em;
  border: 1px #ddd solid;
}
.PageBody table th {
  font-weight: 600;
  background: rgba(221, 221, 221, 0.15);
}
.PageBody table td {
  font-weight: 500;
}
.PageBody table p, .PageBody table ul, .PageBody table ol, .PageBody table dl, .PageBody table table {
  margin-bottom: 0;
  line-height: 1.35em;
}
.PageBody ul {
  margin-left: 1.25em;
}
.PageBody ul li {
  position: relative;
}
.PageBody ul li::before {
  position: absolute;
  left: -1.25em;
  content: "●";
  color: #0c6eb4;
  font-size: 0.9em;
}
.PageBody ol {
  margin-left: 1.5em;
}
.PageBody ol li {
  list-style: decimal;
}
.PageBody dl dt {
  color: #1f6a53;
  font-weight: 800;
}
.PageBody dl dd {
  margin-bottom: 0.25em;
}
.PageBody dl dd:last-of-type {
  margin-bottom: 0;
}
.PageBody .left {
  float: left;
  margin-right: 25px;
}
.PageBody .right {
  float: right;
  margin-left: 25px;
}
.PageBody .reset {
  overflow: hidden;
  width: 1px;
  height: 1px;
  clear: both;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.PageBody .bg_01 {
  background: rgba(12, 110, 180, 0.05);
}
.PageBody .w5p {
  width: 5%;
}
.PageBody .w10p {
  width: 10%;
}
.PageBody .w15p {
  width: 15%;
}
.PageBody .w20p {
  width: 20%;
}
.PageBody .w25p {
  width: 25%;
}
.PageBody .w30p {
  width: 30%;
}
.PageBody .w35p {
  width: 35%;
}
.PageBody .w40p {
  width: 40%;
}
.PageBody .w45p {
  width: 45%;
}
.PageBody .w50p {
  width: 50%;
}
.PageBody .w55p {
  width: 55%;
}
.PageBody .w60p {
  width: 60%;
}
.PageBody .w65p {
  width: 65%;
}
.PageBody .w70p {
  width: 70%;
}
.PageBody .w75p {
  width: 75%;
}
.PageBody .w80p {
  width: 80%;
}
.PageBody .w85p {
  width: 85%;
}
.PageBody .w90p {
  width: 90%;
}
.PageBody .w95p {
  width: 95%;
}
.PageBody .w100p {
  width: 100%;
}
.PageBody .w50 {
  width: 50px;
}
.PageBody .w80 {
  width: 80px;
}
.PageBody .w100 {
  width: 100px;
}
.PageBody .w150 {
  width: 150px;
}
.PageBody .w200 {
  width: 200px;
}
.PageBody .alignleft {
  text-align: left;
}
.PageBody .alignright {
  text-align: right;
}
.PageBody .aligncenter {
  text-align: center;
}
.PageBody .subtxt {
  display: block;
  font-size: 0.9em;
}
.PageBody .smaller {
  font-size: 0.75em;
}
.PageBody .bigger {
  font-size: 1.25em;
}
.PageBody .nes {
  margin-left: 0.25em;
  color: #f33;
  font-size: 0.8em;
}
.PageBody .txt_color_00 {
  color: #0c6eb4;
}
.PageBody .txt_color_01 {
  color: #31afb3;
}
.PageBody .txt_color_02 {
  color: #4ec1f0;
}
.PageBody .txt_color_03 {
  color: #1f6a53;
}
.PageBody .txt_color_04 {
  color: #d1e182;
}
.PageBody .txt_color_05 {
  color: #de6261;
}
.PageBody .txt_color_06 {
  color: #fbcc3e;
}
.PageBody .tbl_01 {
  margin: auto;
  text-align: left;
}
.PageBody .tbl_01, .PageBody .tbl_01 th, .PageBody .tbl_01 td {
  border-color: #fff;
}
.PageBody .tbl_01 th {
  background: rgba(12, 110, 180, 0.15);
  border-left: 10px rgba(12, 110, 180, 0.5) solid;
}
.PageBody .tbl_01 td {
  background: rgba(12, 110, 180, 0.05);
}
.PageBody .tbl_01 tr:nth-of-type(even) th {
  background: rgba(12, 110, 180, 0.1);
}
.PageBody .tbl_01 tr:nth-of-type(even) td {
  background: rgba(12, 110, 180, 0.01);
}
.PageBody .boxtyle_01 {
  position: relative;
  display: flex;
  background: #fff;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}
.PageBody .boxtyle_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #31afb3 0%, #4ec1f0 100%);
}
.PageBody .boxtyle_01 p {
  margin-bottom: 0;
}
.PageBody .boxtyle_01 div {
  padding: 62.5px 37.5px;
}
.PageBody .boxtyle_01 div h3 {
  margin-bottom: 0.75em;
  padding: 0;
  font-size: 1.75rem;
  color: #1a1311;
}
.PageBody .boxtyle_01 div h3::after {
  display: none;
}
.PageBody .boxtyle_02 {
  margin-bottom: 0;
  text-align: center;
}
.PageBody .boxtyle_02 > div {
  overflow: hidden;
  position: relative;
  min-height: 250px;
  text-align: left;
  background: #fff;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
.PageBody .boxtyle_02 > div.blank {
  min-height: inherit;
  background: none;
  box-shadow: none;
}
.PageBody .boxtyle_02 > div:last-of-type {
  margin-bottom: auto;
}
.PageBody .boxtyle_02 > div .img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50%;
  max-width: 80px;
  aspect-ratio: 1/1;
  opacity: 0.15;
}
.PageBody .boxtyle_02 > div .img img {
  width: 100%;
}
.PageBody .boxtyle_02 > div h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 17.5px 12.5px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  text-shadow: 0 3px 5px #0c6eb4;
  background: linear-gradient(to right, #0c6eb4 0%, #4ec1f0 100%);
}
.PageBody .boxtyle_02 > div h3::after {
  display: none;
}
.PageBody .boxtyle_02 > div div {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 12.5px;
}
.PageBody .boxtyle_02 > div p {
  margin-bottom: 0;
  font-size: 1.1em;
}
.PageBody .mailform .mailform_title {
  margin: 0;
  padding: 0.75em;
  color: #fff;
  background: linear-gradient(30deg, #0c6eb4 0%, #31afb3 100%);
}
.PageBody .mailform .mailform_title::after {
  display: none;
}
.PageBody .mailform table, .PageBody .mailform th, .PageBody .mailform td {
  border: 1px solid rgba(26, 19, 17, 0.25);
  background: none;
}
.PageBody .mailform table {
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.9);
}
.PageBody .mailform table th {
  width: 25%;
  background: rgba(12, 110, 180, 0.075);
}
.PageBody .mailform input::-moz-placeholder {
  color: #1a1311;
  font-weight: 400;
  opacity: 0.25;
}
.PageBody .mailform input::placeholder {
  color: #1a1311;
  font-weight: 400;
  opacity: 0.25;
}
.PageBody .mailform textarea {
  height: 200px;
}
.PageBody .mailform .submit {
  text-align: center;
}
.PageBody .mailform .submit input {
  position: relative;
  transition: all 0.2s 0s ease-in-out;
  width: 80%;
  max-width: 600px;
  min-height: 100px;
  padding: 0.75em 0;
  color: #fff;
  font-size: 2.35rem;
  font-weight: 400;
  text-shadow: 0 3px 8px #0c6eb4;
  border: none;
  border-radius: 5px;
  background: linear-gradient(45deg, #0c6eb4 0%, #4ec1f0 100%);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.PageBody .mailform .submit input:hover {
  opacity: 0.9;
  background: linear-gradient(45deg, #0c6eb4 0%, #4ec1f0 100%);
}

.ArchiveBody {
  padding-top: 50px;
}
.ArchiveBody .inner {
  text-align: center;
}
.ArchiveBody .NoResult {
  padding: 20vh 0;
  text-align: center;
}
.ArchiveBody .ArchiveList {
  margin: auto;
  margin-bottom: 50px;
  font-weight: 400;
  text-align: left;
  line-height: 1.35em;
}
.ArchiveBody .ArchiveList ul {
  border-top-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #4ec1f0, #31afb3) 1;
     border-image: linear-gradient(to right, #4ec1f0, #31afb3) 1;
}
.ArchiveBody .ArchiveList ul li {
  display: flex;
  padding: 1.35em 1em;
  border-bottom-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #4ec1f0, #31afb3) 1;
     border-image: linear-gradient(to right, #4ec1f0, #31afb3) 1;
}
.ArchiveBody .ArchiveList ul li .date {
  display: block;
  width: 30%;
  max-width: 150px;
  color: #575757;
}
.ArchiveBody .ArchiveList ul li a {
  display: block;
}

.plink {
  padding: 25px 0;
  color: #808080;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
}
.plink span, .plink a {
  display: inline-block;
  margin: 0 0.5em;
}

.SingleHeader {
  position: relative;
  padding: 25px 50px;
}
.SingleHeader::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  opacity: 0.5;
  background: linear-gradient(to right, #31afb3 0%, #fff 100%);
}
.SingleHeader .SingleHeader_title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding: 1em 0;
  line-height: 1.35em;
  font-size: 1.8rem;
  font-weight: 600;
}
.SingleHeader .SingleHeader_date {
  font-size: 0.9em;
  font-weight: 400;
  text-align: right;
  opacity: 0.5;
}

.PageBody .edit {
  padding: 12.5px 0;
  font-size: 0.9em;
  font-weight: 500;
  text-align: right;
}
.PageBody .edit a {
  display: inline-block;
  width: auto;
  margin: auto;
  padding: 0.5em 1em;
  border-radius: 3px;
}
.PageBody .edit a:link, .PageBody .edit a:visited {
  color: #4ec1f0;
  background: rgba(78, 193, 240, 0.1);
}
.PageBody .edit a:hover, .PageBody .edit a:active {
  color: #de6261;
  background: rgba(222, 98, 97, 0.1);
}
.PageBody .SingleBottom .inner {
  text-align: center;
}
.PageBody .SingleBottom .inner a {
  transition-duration: 0.1s;
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 1em 0;
  font-size: 1.75rem;
  font-weight: 400;
  background: linear-gradient(to right, #0c6eb4 0%, #31afb3 100%);
}
.PageBody .SingleBottom .inner a::before {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  transition-duration: 0.1s;
  content: url(../img/pict_arrow05.svg);
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  left: 8%;
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  opacity: 0.95;
}
.PageBody .SingleBottom .inner a:link, .PageBody .SingleBottom .inner a:visited {
  opacity: 0.9;
  top: 0;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.PageBody .SingleBottom .inner a:hover, .PageBody .SingleBottom .inner a:active {
  opacity: 1;
  top: -3px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
}
.PageBody .SingleBottom .inner a:hover::before {
  left: 5%;
  width: 28px;
}

.mv {
  overflow: hidden;
  position: relative;
  height: 700px;
  background: #0c6eb4;
}
.mv .slogan {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  left: 15%;
  bottom: 50px;
  z-index: 10;
  width: 100%;
  max-width: 900px;
  font-size: 3.5rem;
  text-align: left;
}
.mv #slideshow {
  width: 100%;
  height: 100%;
}
.mv #slideshow li {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  opacity: 0;
  animation: slide-fade 32s infinite;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv #slideshow li:nth-of-type(1) {
  animation-delay: 0s;
  background-image: url(../img/mv_img01.jpg);
}
.mv #slideshow li:nth-of-type(2) {
  animation-delay: 8s;
  background-image: url(../img/mv_img02.jpg);
}
.mv #slideshow li:nth-of-type(3) {
  animation-delay: 16s;
  background-image: url(../img/mv_img03.jpg);
}
.mv #slideshow li:nth-of-type(4) {
  animation-delay: 24s;
  background-image: url(../img/mv_img04.jpg);
}

@keyframes slide-fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.features .features_title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  margin-bottom: 125px;
  color: #1a1311;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.05em;
}
.features .features_title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 240px;
  height: 3px;
  margin: auto;
  opacity: 0.8;
  background: linear-gradient(to right, #31afb3 0%, #4ec1f0 100%);
}
.features .features_title .subtext {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  margin-left: 0.5em;
  color: #31afb3;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.5em;
}
.features .features_box_00 {
  max-width: 900px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 1.35rem;
  font-weight: 400;
}
.features .features_box_00 p {
  line-height: 2.25em;
}
.features .features_box_00 p .marker {
  background: linear-gradient(to right, #f2fcfd 0%, #ebf3ff 100%);
  background-size: 100% 40%;
  background-position: left 0 bottom -0.2em;
  background-repeat: no-repeat;
}
.features .features_box_01 {
  margin-bottom: 25px;
}
.features .features_box_01 div {
  position: relative;
  z-index: 5;
  max-width: 900px;
  margin: auto;
  padding-top: 50px;
}
.features .features_box_01 div h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.35em;
  color: #0c6eb4;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.features .features_box_01 div h3::after {
  position: absolute;
  left: 0;
  bottom: -25px;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(to right, #31afb3 0%, #4ec1f0 100%);
}
.features .features_box_01 div p {
  line-height: 1.8em;
  font-size: 1.1rem;
}
.features .features_box_01:nth-of-type(even) {
  flex-direction: row-reverse;
}
.features .features_box_01:nth-of-type(1) .circle {
  width: 250px;
  right: 0;
  bottom: -20px;
}
.features .features_box_01:nth-of-type(2) .circle {
  width: 180px;
  left: 0;
  bottom: -20px;
}
.features .features_box_01:nth-of-type(3) .circle {
  width: 230px;
  right: 0;
  top: -20px;
}
.features .features_box_01:nth-of-type(4) .circle {
  width: 200px;
  left: 0;
  bottom: -20px;
}
.features .features_box_01:nth-of-type(5) .circle {
  width: 230px;
  right: 0;
  top: -20px;
}
.features .features_box_01:nth-of-type(6) .circle {
  width: 150px;
  left: 0;
  top: -20px;
}
.features .features_bottom {
  padding-top: 50px;
  text-align: center;
}
.features .features_bottom .moreBtn {
  transition: all 0.2s 0 ease-in-out;
  position: relative;
  display: inline-block;
  min-width: 300px;
  margin: auto;
  padding: 1em 1.5em;
  padding-bottom: 0.8em;
  font-size: 1.5rem;
  border-radius: 3px;
  background: linear-gradient(to bottom, #0c6eb4 0%, #4ec1f0 100%);
}
.features .features_bottom .moreBtn::before {
  transition: all 0.2s 0 ease-in-out;
  display: inline-block;
  width: 26px;
  margin-right: 0.5em;
  vertical-align: middle;
  content: url(../img/morebutton_pict.svg);
}
.features .features_bottom .moreBtn:link, .features .features_bottom .moreBtn:visited {
  top: 0;
  color: #fff;
  opacity: 1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.features .features_bottom .moreBtn:hover, .features .features_bottom .moreBtn:active {
  top: -3px;
  opacity: 0.8;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}

.RecruitCats {
  background: rgba(12, 110, 180, 0.05);
}
.RecruitCats .RecruitCats_title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  margin-bottom: 125px;
  color: #1a1311;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.05em;
}
.RecruitCats .RecruitCats_title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 240px;
  height: 3px;
  margin: auto;
  opacity: 0.8;
  background: linear-gradient(to right, #31afb3 0%, #4ec1f0 100%);
}
.RecruitCats .RecruitCats_title .subtext {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  margin-left: 0.5em;
  color: #31afb3;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.5em;
}
.RecruitCats .RecruitCats_title::after {
  background: linear-gradient(to right, #de6261 0%, #fbcc3e 100%);
}
.RecruitCats .RecruitCats_title .subtext {
  color: #de6261;
}
.RecruitCats .flexbox {
  text-align: center;
}
.RecruitCats .flexbox .RecruitCats_link {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  position: relative;
  top: 10px;
  left: 10px;
  width: 28%;
  max-width: 360px;
  margin-bottom: 50px;
  text-align: center;
  background: linear-gradient(45deg, #0c6eb4 0%, #4ec1f0 100%);
}
.RecruitCats .flexbox .RecruitCats_link:hover {
  top: -5px;
  opacity: 0.8;
}
.RecruitCats .flexbox .RecruitCats_link.blank {
  background: none;
}
.RecruitCats .flexbox .RecruitCats_link > div {
  position: relative;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #0c6eb4;
}
.RecruitCats .flexbox .RecruitCats_link p {
  padding: 25px;
  padding-bottom: 0;
}
.RecruitCats .flexbox .RecruitCats_link p img {
  width: 100%;
  max-width: 300px;
}
.RecruitCats .flexbox .RecruitCats_link h3 {
  position: relative;
  padding: 25px;
  line-height: 1.35em;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}
.RecruitCats .flexbox .RecruitCats_link h3::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  content: url(../img/recruitcats_link_pict.svg);
  display: block;
  width: 15px;
}
.RecruitCats .flexbox .RecruitCats_link a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.RecruitCats .RecruitCats_bottom {
  padding-top: 50px;
  text-align: center;
}
.RecruitCats .RecruitCats_bottom .moreBtn {
  transition: all 0.2s 0 ease-in-out;
  position: relative;
  display: inline-block;
  min-width: 300px;
  margin: auto;
  padding: 1em 1.5em;
  padding-bottom: 0.8em;
  font-size: 1.5rem;
  border-radius: 3px;
  background: linear-gradient(to bottom, #0c6eb4 0%, #4ec1f0 100%);
}
.RecruitCats .RecruitCats_bottom .moreBtn::before {
  transition: all 0.2s 0 ease-in-out;
  display: inline-block;
  width: 26px;
  margin-right: 0.5em;
  vertical-align: middle;
  content: url(../img/morebutton_pict.svg);
}
.RecruitCats .RecruitCats_bottom .moreBtn:link, .RecruitCats .RecruitCats_bottom .moreBtn:visited {
  top: 0;
  color: #fff;
  opacity: 1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.RecruitCats .RecruitCats_bottom .moreBtn:hover, .RecruitCats .RecruitCats_bottom .moreBtn:active {
  top: -3px;
  opacity: 0.8;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}

.latesttopics .latesttopics_title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  margin-bottom: 125px;
  color: #1a1311;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.05em;
}
.latesttopics .latesttopics_title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 240px;
  height: 3px;
  margin: auto;
  opacity: 0.8;
  background: linear-gradient(to right, #31afb3 0%, #4ec1f0 100%);
}
.latesttopics .latesttopics_title .subtext {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  margin-left: 0.5em;
  color: #31afb3;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.5em;
}
.latesttopics .latesttopics_title::after {
  background: linear-gradient(to right, #1f6a53 0%, #d1e182 100%);
}
.latesttopics .latesttopics_title .subtext {
  color: #1f6a53;
}
.latesttopics article {
  text-align: center;
}
.latesttopics article ul {
  margin: auto;
  margin-bottom: 50px;
  text-align: left;
  border-top: 1px #C8CFC6 solid;
}
.latesttopics article ul li {
  padding: 37.5px 1em;
  border-bottom: 1px #C8CFC6 solid;
  font-size: 1.15em;
}
.latesttopics article ul li .date {
  margin-right: 1.5em;
}
.latesttopics .latesttopics_bottom {
  padding-top: 50px;
  text-align: center;
}
.latesttopics .latesttopics_bottom .moreBtn {
  transition: all 0.2s 0 ease-in-out;
  position: relative;
  display: inline-block;
  min-width: 300px;
  margin: auto;
  padding: 1em 1.5em;
  padding-bottom: 0.8em;
  font-size: 1.5rem;
  border-radius: 3px;
  background: linear-gradient(to bottom, #0c6eb4 0%, #4ec1f0 100%);
}
.latesttopics .latesttopics_bottom .moreBtn::before {
  transition: all 0.2s 0 ease-in-out;
  display: inline-block;
  width: 26px;
  margin-right: 0.5em;
  vertical-align: middle;
  content: url(../img/morebutton_pict.svg);
}
.latesttopics .latesttopics_bottom .moreBtn:link, .latesttopics .latesttopics_bottom .moreBtn:visited {
  top: 0;
  color: #fff;
  opacity: 1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.latesttopics .latesttopics_bottom .moreBtn:hover, .latesttopics .latesttopics_bottom .moreBtn:active {
  top: -3px;
  opacity: 0.8;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}

.PageBody .historyfrow {
  text-align: center;
}
.PageBody .historyfrow ul {
  max-width: 900px;
  margin: auto;
  text-align: left;
}
.PageBody .historyfrow ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25em;
  padding: 0.5em 1em;
  padding-left: 220px;
  background-color: #fff;
  border-radius: 20em;
}
.PageBody .historyfrow ul li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200px;
  height: calc(100% - 1em);
  padding: 0.5em 0;
  color: #fff;
  text-align: center;
  border-radius: 20em;
  background: linear-gradient(to right, #0c6eb4 0%, #31afb3 100%);
}

.PageBody .overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center stretch;
}
.PageBody .overview .overview_box {
  position: relative;
  overflow: hidden;
  width: 25%;
  max-width: 280px;
  aspect-ratio: 1/1;
  padding: 8%;
  text-align: center;
  background: linear-gradient(45deg, #0c6eb4 0%, #31afb3 100%);
  border-radius: 100em;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
.PageBody .overview .overview_box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  display: block;
  width: 96%;
  aspect-ratio: 1/1;
  background: linear-gradient(45deg, #e9edf1 0%, #fff 100%);
  border-radius: 100em;
}
.PageBody .overview .overview_box > * {
  position: relative;
  z-index: 1;
}
.PageBody .overview .overview_box .overview_box_grp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.PageBody .overview .overview_box .overview_box_title {
  margin-bottom: 5px;
  padding: 0;
  color: #0c6eb4;
  font-size: 1.5rem;
}
.PageBody .overview .overview_box .overview_box_title::after {
  display: none;
}
.PageBody .overview .overview_box .overview_box_txt_01 {
  margin: 12.5px;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1em;
}
.PageBody .overview .overview_box .overview_box_txt_01 strong {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #0c6eb4;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1em;
}
.PageBody .overview .overview_box .overview_box_txt_01 strong.smaller {
  font-size: 3em;
}
.PageBody .overview .overview_box .overview_box_txt_02 {
  text-align: left;
}
.PageBody .overview .overview_box .overview_box_txt_02 p {
  margin: 0;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25em;
}
.PageBody .overview .overview_box:nth-of-type(1) strong {
  color: #18889e;
}
.PageBody .overview .overview_box:nth-of-type(2) strong {
  color: #31afb3;
  font-size: 6em;
}
.PageBody .overview .overview_box:nth-of-type(3) strong {
  color: #4ec1f0;
}
.PageBody .overview .overview_box:nth-of-type(4) strong {
  color: #de6261;
  font-size: 5.5em;
}
.PageBody .overview .overview_box:nth-of-type(5) img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: 10px;
}

.PageBody .interview h2 {
  font-family: "Seaweed Script", cursive;
  font-weight: 400;
  font-style: normal;
  color: #0c6eb4;
  font-size: min(20vw, 6rem);
  line-height: 1em;
}
.PageBody .interview h2::after {
  display: none;
}
.PageBody .interview h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: auto;
  max-width: 360px;
  margin: auto;
  padding: 0.5em 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  background: linear-gradient(to right, #0c6eb4 0%, #31afb3 100%);
  border-radius: 2px;
}
.PageBody .interview .interviewBox {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  width: 35%;
}
.PageBody .interview .interviewBox * {
  margin-bottom: 0;
}
.PageBody .interview .interviewBox .interviewBox_ph {
  position: relative;
  margin-bottom: 12.5px;
}
.PageBody .interview .interviewBox .interviewBox_ph p {
  position: relative;
  right: -10px;
  bottom: -10px;
  margin-bottom: 25px;
  background: linear-gradient(to top, #31afb3 0%, #0c6eb4 100%);
  border-radius: 2px;
}
.PageBody .interview .interviewBox .interviewBox_ph p img {
  position: relative;
  right: 10px;
  bottom: 10px;
  border-radius: 2px;
}
.PageBody .interview .interviewBox .interviewBox_ph p img:hover {
  opacity: 1;
}
.PageBody .interview .interviewBox .interviewBox_ph h3 {
  margin: 0;
  padding: 0;
  color: #1a1311;
  font-size: 1.35rem;
  font-weight: 500;
  text-align: center;
}
.PageBody .interview .interviewBox .interviewBox_ph h3::after {
  display: none;
}
.PageBody .interview .interviewBox .interviewBox_ph .interviewBox_link {
  position: relative;
  overflow: hidden;
  position: absolute;
  bottom: 25px;
  right: -25px;
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  z-index: 10;
  background: linear-gradient(45deg, #0c6eb4 0%, #31afb3 100%);
  border-radius: 20em;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.PageBody .interview .interviewBox .interviewBox_ph .interviewBox_link::after {
  transition: all 0.2s 0s ease-in-out;
  content: url(../img/pict_arrow06.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 40%;
  aspect-ratio: 1/1;
}
.PageBody .interview .interviewBox .interviewBox_ph .interviewBox_link:link, .PageBody .interview .interviewBox .interviewBox_ph .interviewBox_link:visited {
  color: #fff;
}
.PageBody .interview .interviewBox .interviewBox_ph .interviewBox_link:active, .PageBody .interview .interviewBox .interviewBox_ph .interviewBox_link:hover {
  width: 120px;
  color: #fff;
  opacity: 0.8;
}
.PageBody .interview .interviewBox .interviewBox_data p {
  margin-bottom: 5px;
}
.PageBody .interview .interviewBox .interviewBox_data span {
  display: inline-block;
  min-width: 150px;
  margin-right: 0.5em;
  padding: 0.1em 1em;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  background: linear-gradient(to right, #18889e 0%, #31afb3 100%);
  border-radius: 3px;
}
.PageBody .interviewHeader {
  position: relative;
  margin-bottom: 100px;
}
.PageBody .interviewHeader .interviewHeader_ph img {
  border-radius: 3px;
}
.PageBody .interviewHeader .interviewHeader_title {
  position: absolute;
  bottom: -25px;
  left: 50px;
  padding: 50px;
  text-align: center;
  text-shadow: 0 3px 5px #0c6eb4;
  background: linear-gradient(45deg, #0c6eb4 0%, #4ec1f0 100%);
  border-radius: 3px;
  z-index: 10;
  opacity: 0.9;
}
.PageBody .interviewHeader .interviewHeader_title > * {
  margin-bottom: 0;
}
.PageBody .interviewHeader .interviewHeader_title h2 {
  margin: 0;
  margin-bottom: 0.25em;
  padding: 0;
  line-height: 1em;
  color: #fff;
  font-size: 2.35rem;
}
.PageBody .interviewHeader .interviewHeader_title h2::after {
  display: none;
}
.PageBody .interviewHeader .interviewHeader_title h2 span {
  margin: 0 0.5em;
  font-size: 1.25rem;
}
.PageBody .interviewHeader .interviewHeader_title p {
  color: #fff;
  font-weight: 400;
}
.PageBody .interviewHeader .interviewHeader_title p span {
  margin-right: 0.5em;
}
.PageBody .interviewSection {
  font-size: 1.1em;
}
.PageBody .interviewSection .interviewSection_title {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  color: #0c6eb4;
  font-size: min(7.5vw, 2rem);
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0;
}
.PageBody .interviewSection .interviewSection_title::after {
  display: none;
}
.PageBody .interviewSection img {
  max-width: 300px;
  border-radius: 3px;
}
.PageBody .interviewSection p {
  line-height: 1.8em;
}
.PageBody .interviewSection .workflow {
  font-size: 1.25rem;
}
.PageBody .interviewSection .workflow div {
  position: relative;
  align-items: flex-start;
  display: flex;
  min-height: 100px;
  margin: 0 50px;
  padding-bottom: 25px;
}
.PageBody .interviewSection .workflow div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  width: 3px;
  height: 100%;
  opacity: 0.75;
  background: linear-gradient(to top, #0c6eb4 0%, #31afb3 100%);
}
.PageBody .interviewSection .workflow div:last-of-type {
  padding-bottom: 0;
}
.PageBody .interviewSection .workflow div:last-of-type::after {
  display: none;
}
.PageBody .interviewSection .workflow div h3 {
  position: relative;
  margin-left: 25px;
  display: inline-block;
  width: 80px;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0.35em 25px;
  padding-left: 60px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: linear-gradient(45deg, #0c6eb4 0%, #4ec1f0 100%);
  border-top-right-radius: 20em;
  border-bottom-right-radius: 20em;
  z-index: 10;
}
.PageBody .interviewSection .workflow div h3::after {
  display: none;
}
.PageBody .interviewSection .workflow div h3 .clock {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  border: 3px solid #0c6eb4;
  border-radius: 20em;
  background: url(../img/clock_base.svg) center no-repeat;
  background-size: 64px;
}
.PageBody .interviewSection .workflow div h3 .clock::before, .PageBody .interviewSection .workflow div h3 .clock::after {
  content: "";
  transform-origin: left;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 3px;
  z-index: 10;
  background: #0c6eb4;
  border-radius: 4px;
  opacity: 0.6;
}
.PageBody .interviewSection .workflow div h3 .clock::before {
  width: 18px;
  background: #0c6eb4;
  opacity: 0.9;
}
.PageBody .interviewSection .workflow div h3 .clock.h8::before {
  transform: rotate(150deg);
}
.PageBody .interviewSection .workflow div h3 .clock.h11::before {
  transform: rotate(240deg);
}
.PageBody .interviewSection .workflow div h3 .clock.h12::before {
  transform: rotate(270deg);
}
.PageBody .interviewSection .workflow div h3 .clock.h1::before {
  transform: rotate(-60deg);
}
.PageBody .interviewSection .workflow div h3 .clock.h4::before {
  transform: rotate(30deg);
}
.PageBody .interviewSection .workflow div h3 .clock.s00::after {
  transform: rotate(-90deg);
}
.PageBody .interviewSection .workflow div h3 .clock.s30::after {
  transform: rotate(90deg);
}
.PageBody .interviewSection .workflow div h3 .clock.s45::after {
  transform: rotate(180deg);
}
.PageBody .interviewSection .workflow div p {
  width: calc(100% - 140px);
  margin-left: 25px;
  font-size: 1em;
}
.PageBody .interviewSection .workduty {
  margin: auto;
}
.PageBody .interviewSection .workduty li {
  display: inline-block;
  width: 30%;
  margin: 0 1.5%;
  margin-bottom: 0.75em;
  padding: 0.5em 0;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
}
.PageBody .interviewSection .workduty li::before {
  display: none;
}

.PageBody .faqbox {
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid rgba(12, 110, 180, 0.25);
  border-radius: 5px;
  cursor: pointer;
}
.PageBody .faqbox .faqbox_question {
  position: relative;
  margin: 0;
  padding: 0.75em;
  padding-right: 80px;
  color: #fff;
  font-size: 1.1em;
  background: linear-gradient(to right, #0c6eb4 0%, #31afb3 100%);
}
.PageBody .faqbox .faqbox_question::before {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.PageBody .faqbox .faqbox_question::after {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.PageBody .faqbox .faqbox_question p {
  margin: 0;
}
.PageBody .faqbox .faqbox_answer {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  overflow: hidden;
  height: 0;
  padding: 0;
  font-weight: 400;
  opacity: 0;
  background: linear-gradient(25deg, #f1f8ff 0%, #fff 100%);
}
.PageBody .faqbox .faqbox_answer p {
  margin: 0;
}
.PageBody .faqbox .faqbox_answer .scroller {
  position: relative;
  overflow: auto;
  height: 100%;
  margin: 0;
  padding: 0.75em;
}
.PageBody .faqbox .faqbox_answer .scroller::-webkit-scrollbar {
  width: 2px;
}
.PageBody .faqbox .faqbox_answer .scroller::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
}
.PageBody .faqbox .faqbox_answer .scroller::-webkit-scrollbar-thumb {
  background-color: #0c6eb4;
}
.PageBody .faqbox.open .faqbox_question::after {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}
.PageBody .faqbox.open .faqbox_answer {
  height: 200px;
  opacity: 1;
}

.ArchiveBody .RecruitCategories {
  margin-bottom: 50px;
}
.ArchiveBody .RecruitCategories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ArchiveBody .RecruitCategories ul li {
  width: 30%;
  max-width: 300px;
  min-width: 200px;
  margin: 0 1.5%;
  margin-bottom: 1%;
}
.ArchiveBody .RecruitCategories ul li a {
  position: relative;
  display: block;
  padding: 0.75em 0;
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: 3px;
}
.ArchiveBody .RecruitCategories ul li a::before {
  transition: all 0.5s 0s cubic-bezier(0.75, 0.36, 0.61, 0.87);
  content: url(../img/pict_arrow01.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  opacity: 0.75;
}
.ArchiveBody .RecruitCategories ul li a:link, .ArchiveBody .RecruitCategories ul li a:visited {
  color: #0c6eb4;
  background: rgba(78, 193, 240, 0.2);
}
.ArchiveBody .RecruitCategories ul li a:hover, .ArchiveBody .RecruitCategories ul li a:active {
  color: #fff;
  background: #0c6eb4;
}
.ArchiveBody .RecruitCategories ul li a:hover::before {
  right: 5%;
  opacity: 0.8;
}
.ArchiveBody .RecruitList .RecruitList_unit {
  transition: all 0.3s 0s ease;
  position: relative;
  display: flex;
  margin-bottom: 25px;
  text-align: left;
  background: rgba(78, 193, 240, 0);
}
.ArchiveBody .RecruitList .RecruitList_unit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #0c6eb4 0%, #31afb3 100%);
}
.ArchiveBody .RecruitList .RecruitList_unit:after {
  transition: all 0.3s 0s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  opacity: 0;
  background: linear-gradient(to right, #0c6eb4 0%, #31afb3 100%);
}
.ArchiveBody .RecruitList .RecruitList_unit:hover {
  background: rgba(78, 193, 240, 0.05);
}
.ArchiveBody .RecruitList .RecruitList_unit:hover::after {
  width: 100%;
  opacity: 0.5;
}
.ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_thmb {
  overflow: hidden;
  width: 20%;
}
.ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_thmb img {
  width: 100%;
  height: auto;
}
.ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_data {
  width: 80%;
}
.ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_data h2 {
  margin-bottom: 0;
  padding: 25px;
  font-size: 1.25rem;
}
.ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_data dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px;
  padding-bottom: 12.5px;
  font-size: 0.9em;
  line-height: 1em;
}
.ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_data dl dt {
  width: 18%;
  margin-right: 2%;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #0c6eb4;
  border-radius: 2px;
}
.ArchiveBody .RecruitList .RecruitList_unit .RecruitList_unit_data dl dd {
  width: 80%;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
}
.ArchiveBody .RecruitList .RecruitList_unit a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.jobs_doc .jobs_doc_btn,
.jobs_nurse .jobs_nurse_btn,
.jobs_assistant .jobs_assistant_btn,
.jobs_pharmacist .jobs_pharmacist_btn,
.jobs_radiology .jobs_radiology_btn,
.jobs_labo .jobs_labo_btn,
.jobs_dietitian .jobs_dietitian_btn,
.jobs_reha .jobs_reha_btn,
.jobs_office .jobs_office_btn {
  color: #fff !important;
  background: #0c6eb4 !important;
}

.RecriuitSingleHeader {
  padding: 0 50px;
}
.RecriuitSingleHeader h2 {
  position: relative;
  line-height: 1.25em;
  font-size: 2rem;
  font-weight: 400;
  padding: 50px 37.5px;
  background: linear-gradient(25deg, #f5fbfd 0%, #ffffff 100%);
}
.RecriuitSingleHeader h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
  background: linear-gradient(to top, #0c6eb4 0%, #31afb3 100%);
}

.PageBody .RecriotReq table, .PageBody .RecriotReq th, .PageBody .RecriotReq td {
  border: none;
  background: none;
}
.PageBody .RecriotReq table {
  border-top: 1px solid #eee;
}
.PageBody .RecriotReq table th {
  width: 20%;
  color: #0d4064;
  text-align: center;
  border-bottom: 1px solid #eee;
  background: rgba(12, 110, 180, 0.025);
}
.PageBody .RecriotReq table td {
  font-weight: 400;
  border-bottom: 1px solid #eee;
  background: rgba(255, 255, 255, 0.1);
}
.PageBody .entryform {
  text-align: center;
}
.PageBody .entryform .entryform_title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 37.5px;
  color: #1a1311;
  font-size: 2.25rem;
}
.PageBody .entryform .entryform_title::after {
  display: none;
}
.PageBody .entryform table {
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid #ddd;
}
.PageBody .entryform table th {
  width: 20%;
  background: rgba(12, 110, 180, 0.05);
}
.PageBody .entryform table td {
  font-weight: 400;
}
.PageBody .entryform table td input {
  margin-right: 0.5em;
}
.PageBody .entryform table td input[type=radio] {
  width: auto;
}
.PageBody .entryform table td input[type=checkbox] {
  width: auto;
}
.PageBody .entryform table td textarea {
  width: 90%;
  height: 200px;
}
.PageBody .entryform .submit input {
  position: relative;
  transition: all 0.2s 0s ease-in-out;
  width: 80%;
  max-width: 600px;
  min-height: 100px;
  padding: 0.75em 0;
  color: #fff;
  font-size: 2.35rem;
  font-weight: 400;
  text-shadow: 0 3px 8px #0c6eb4;
  border: none;
  border-radius: 5px;
  background: linear-gradient(45deg, #0c6eb4 0%, #4ec1f0 100%);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.PageBody .entryform .submit input:hover {
  opacity: 0.9;
  background: linear-gradient(45deg, #0c6eb4 0%, #4ec1f0 100%);
}

@media screen and (min-width: 800px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .PageBody {
    /* float */
    /* width */
  }
  .PageBody .left_pc {
    float: left;
    margin-right: 25px;
  }
  .PageBody .right_pc {
    float: right;
    margin-left: 25px;
  }
  .PageBody .w5p_pc {
    width: 5%;
  }
  .PageBody .w10p_pc {
    width: 10%;
  }
  .PageBody .w15p_pc {
    width: 15%;
  }
  .PageBody .w20p_pc {
    width: 20%;
  }
  .PageBody .w25p_pc {
    width: 25%;
  }
  .PageBody .w30p_pc {
    width: 30%;
  }
  .PageBody .w35p_pc {
    width: 35%;
  }
  .PageBody .w40p_pc {
    width: 40%;
  }
  .PageBody .w45p_pc {
    width: 45%;
  }
  .PageBody .w50p_pc {
    width: 50%;
  }
  .PageBody .w55p_pc {
    width: 55%;
  }
  .PageBody .w60p_pc {
    width: 60%;
  }
  .PageBody .w65p_pc {
    width: 65%;
  }
  .PageBody .w70p_pc {
    width: 70%;
  }
  .PageBody .w75p_pc {
    width: 75%;
  }
  .PageBody .w80p_pc {
    width: 80%;
  }
  .PageBody .w85p_pc {
    width: 85%;
  }
  .PageBody .w90p_pc {
    width: 90%;
  }
  .PageBody .w95p_pc {
    width: 95%;
  }
  .PageBody .w100p_pc {
    width: 100%;
  }
}/*# sourceMappingURL=core.css.map */