@charset "UTF-8";
/*----------------------------------------------------------
 Reset
------------------------------------------------------------*/
body, div, section, article, aside, nav,
h1, h2, h3, h4, h5, h6,
span, time, figure, figcaption,
p, blockquote, pre, address, code,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, button,
table, tbody, thead, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  word-break: normal; }

h1, h2, h3, h4, h5, h6, th, td, small {
  font-size: 100%; }

ul, ol {
  list-style: none; }

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  pointer-events: none; }

table {
  border-collapse: collapse; }

input,
select {
  vertical-align: middle; }

em {
  font-style: normal; }

button {
  background: none;
  border: none; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*----------------------------------------------------
	mixin
----------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

/*----------------------------------------------------
	extend
----------------------------------------------------*/
.contents, .header-inner, .main, .l-column, .footer-inner, .top-important-news, .top-nav, .top-news {
  display: block;
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box; }
  @media screen and (max-width: 992px) {
    .contents, .header-inner, .main, .l-column, .footer-inner, .top-important-news, .top-nav, .top-news {
      /* --------------------------- .contents SP */
      width: auto;
      padding: 0;
      /* --------------------------- .contents SP END */ } }

/*----------------------------------------------------
	basic
----------------------------------------------------*/
body {
  color: #231815;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 250;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.7; }
  @media screen and (max-width: 992px) {
    body {
      min-width: 0;
      font-size: 14px;
      font-size: 0.875rem; } }

@media screen and (max-width: 992px) {
  html, body {
    height: 100%; } }

a {
  color: #231815;
  text-decoration: none;
  transition: all .5s; }
  a:hover {
    opacity: .7; }

br[data-show="sp"] {
  display: none; }
  @media screen and (max-width: 992px) {
    br[data-show="sp"] {
      display: block; } }

@media screen and (max-width: 992px) {
  br[data-show="pc"] {
    display: none; } }

p {
  margin-bottom: 1em; }

/*----------------------------------------------------
	layout
----------------------------------------------------*/
/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
  position: relative;
  z-index: 100; }
  .header-inner {
    display: flex;
    flex-wrap: wrap; }
  .header__logo {
    width: 167px;
    height: 167px;
    background: #fff;
    padding: 10px; }
    .header__logo a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .header__logo a .cls-1 {
        fill: #0097d9; }
      .header__logo a .cls-2 {
        fill: #000; }
    .header__logo .-mark {
      width: 100px;
      margin-bottom: 9px; }
    .header__logo .-text {
      width: 123px; }
  .header-utility {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    background: #33beff;
    line-height: 1;
    z-index: 100; }
    .header-utility-search {
      display: flex;
      align-items: center;
      padding: 8px 12px;
      line-height: 1;
      border-right: 1px solid #fff; }
      .header-utility-search .js-sitesearch {
        line-height: 1; }
        .header-utility-search .js-sitesearch:before {
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          content: "";
          font-size: 19px;
          font-size: 1.1875rem;
          color: #fff;
          line-height: 1; }
        .header-utility-search .js-sitesearch:hover {
          cursor: pointer; }
      .header-utility-search .sitesearch {
        display: flex; }
        .header-utility-search .sitesearch-text {
          display: none;
          margin-right: 10px;
          line-height: 1; }
          .header-utility-search .sitesearch-text input {
            width: 24em;
            padding: 3px;
            border: 0; }
        .header-utility-search .sitesearch-submit {
          display: none;
          line-height: 1; }
          .header-utility-search .sitesearch-submit button {
            color: #fff;
            font-size: 0;
            line-height: 1; }
            .header-utility-search .sitesearch-submit button:before {
              font-family: "Font Awesome 6 Free";
              font-weight: 900;
              content: "";
              font-size: 19px;
              font-size: 1.1875rem; }
      .header-utility-search.-active .js-sitesearch {
        display: none; }
      .header-utility-search.-active .sitesearch-submit {
        display: block; }
    .header-utility-support {
      display: flex;
      padding: 8px 12px;
      border-right: 1px solid #fff; }
      .header-utility-support__title {
        display: none; }
      .header-utility-support ul {
        display: flex; }
        .header-utility-support ul li {
          width: 20px;
          height: 20px;
          margin-right: 5px;
          background: #fff; }
      .header-utility-support .color-change {
        margin-right: 10px; }
        .header-utility-support .color-change li {
          font-size: 0; }
          .header-utility-support .color-change li:nth-of-type(2) {
            background: #000; }
          .header-utility-support .color-change li:hover {
            cursor: pointer; }
      .header-utility-support .font-change li {
        font-size: 0; }
        .header-utility-support .font-change li:hover {
          cursor: pointer; }
        .header-utility-support .font-change li:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center; }
        .header-utility-support .font-change li:nth-of-type(1):before {
          background-image: url(../img/share/small.svg); }
        .header-utility-support .font-change li:nth-of-type(2):before {
          background-image: url(../img/share/middle.svg); }
        .header-utility-support .font-change li:nth-of-type(3):before {
          background-image: url(../img/share/big.svg); }
    .header-utility-contact {
      display: flex;
      align-items: center;
      padding: 0 12px 0 7px;
      color: #fff; }
      .header-utility-contact__title {
        margin-right: 10px;
        font-family: a-otf-futo-go-b101-pr6n, sans-serif;
        font-size: 9px;
        font-size: 0.5625rem; }
      .header-utility-contact__tel {
        margin: 0;
        font-weight: bold;
        font-size: 23px;
        font-size: 1.4375rem; }
        .header-utility-contact__tel a {
          display: flex;
          align-items: center;
          color: #fff;
          line-height: 1; }
          .header-utility-contact__tel a:before {
            content: "";
            display: inline-block;
            width: 27px;
            height: 15px;
            margin-top: -3px;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: "";
            color: #fff;
            font-size: 21px; }

/* --------------------------- .header SP */
@media screen and (max-width: 992px) {
  .header {
    padding: 0; }
    .header-inner {
      position: relative;
      display: block;
      margin: 0; }
    .header__logo {
      margin: 0;
      width: calc(250px / 2);
      height: calc(100px / 2); }
      .header__logo .-mark {
        width: 50px;
        margin-bottom: 4.5px; }
      .header__logo .-text {
        width: 61.5px; }
      .header__logo.-active {
        display: none; }
    .header-utility {
      display: none; }
    .header.fixed {
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100%;
      padding: 5px 0;
      background: rgba(255, 255, 255, 0.9); }
      .header.fixed .header__logo {
        width: 103.5px;
        height: auto;
        background: none;
        margin-left: 10px; }
        .header.fixed .header__logo .-mark {
          width: 30px; }
        .header.fixed .header__logo .-text {
          width: 48.5px; }
      .header.fixed .sp-menu-title {
        top: 20px !important; }
        .header.fixed .sp-menu-title.-active {
          top: 20px !important; } }
/* --------------------------- .header SP END */
/*----------------------------------------------------
	nav
----------------------------------------------------*/
.nav {
  position: relative;
  z-index: 1; }
  .nav-title {
    display: none; }
  .nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 50px auto 0; }
    .nav-list li {
      display: flex;
      align-items: center;
      margin: 0 25px; }
      .nav-list li a {
        transition: .5s; }
        .nav-list li a:hover {
          opacity: .7; }
      .nav-list li img {
        margin-left: 15px; }
      .nav-list li.now-entry:after {
        content: "ただいま受付中！";
        display: flex;
        align-items: center;
        justify-content: center;
        width: 77px;
        height: 77px;
        margin-left: 15px;
        padding: 0 10px;
        line-height: 1.3;
        border: 1px solid #00b2d5;
        border-radius: 100%;
        font-size: 13px;
        font-size: 0.8125rem;
        color: #00b2d5;
        box-sizing: border-box; }

.sp-menu {
  display: none; }

/* --------------------------- .nav SP */
@media screen and (max-width: 992px) {
  .nav {
    display: none; }

  .sp-menu {
    display: block; }
    .sp-menu-title {
      display: block;
      position: absolute;
      top: 35px;
      right: 8px;
      width: 38px;
      height: 30px;
      margin-top: -15px;
      padding-top: 16px;
      transition: all .4s;
      box-sizing: border-box;
      z-index: 200;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-size: 10px;
      font-size: 0.625rem; }
      .sp-menu-title span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        height: 1px;
        background-color: #000;
        border-radius: 4px; }
        .sp-menu-title span:nth-of-type(1) {
          top: 0;
          width: 28px; }
        .sp-menu-title span:nth-of-type(2) {
          top: 8px;
          width: 14px; }
        .sp-menu-title span:nth-of-type(3) {
          top: 16px;
          width: 23px; }
      .sp-menu-title.-active {
        z-index: 10000;
        font-size: 0; }
        .sp-menu-title.-active span:nth-of-type(1) {
          transform: translateY(8px) rotate(-45deg); }
        .sp-menu-title.-active span:nth-of-type(2) {
          opacity: 0; }
        .sp-menu-title.-active span:nth-of-type(3) {
          width: 28px;
          transform: translateY(-8px) rotate(45deg); }
    .sp-menu-logo {
      position: absolute;
      top: 11px;
      left: 17px; }
      .sp-menu-logo a {
        display: flex;
        justify-content: flex-start; }
      .sp-menu-logo .-mark {
        width: 50px; }
      .sp-menu-logo .-text {
        position: relative;
        top: 0px;
        left: -338px;
        width: calc(338px / 2);
        opacity: 0; }
    .sp-menu-body {
      position: fixed;
      top: 0;
      display: none;
      width: 100%;
      height: 100%;
      padding: 83px 20px 20px;
      background: rgba(255, 255, 255, 0.9);
      box-sizing: border-box;
      overflow: auto;
      z-index: 1000; }
    .sp-menu-list li {
      border-bottom: 1px solid #393939; }
      .sp-menu-list li a {
        display: block;
        padding: 15px 0;
        font-size: 26px;
        font-size: 1.625rem; }
      .sp-menu-list li span {
        display: block;
        font-size: 16px;
        font-size: 1rem; }
    .sp-menu .sitesearch {
      display: flex;
      align-items: center;
      margin: 30px 0; }
      .sp-menu .sitesearch-text {
        width: 100%; }
        .sp-menu .sitesearch-text input {
          width: 100%;
          padding: 5px 0;
          background: none;
          border: 0;
          border-bottom: 1px solid #393939; }
      .sp-menu .sitesearch-submit button {
        font-size: 0; 
        color: #000;}
        .sp-menu .sitesearch-submit button:before {
          margin-left: 5px;
          font-size: 18px;
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          content: ""; }
    .sp-menu .sp-menu-contact__title {
      margin: 0; }
    .sp-menu .sp-menu-contact__tel {
      margin: 0;
      font-size: 24px;
      font-size: 1.5rem; }
    .sp-menu .sp-menu-contact__address {
      margin: 0; } }
/* --------------------------- .nav SP END */
/*----------------------------------------------------
	main
----------------------------------------------------*/
.main a {
  color: #33beff; }

/* --------------------------- .main SP */
@media screen and (max-width: 992px) {
  .main {
    padding: 0 10px 20px; } }
/* --------------------------- .main SP END */
/*----------------------------------------------------
	2column layout
----------------------------------------------------*/
.l-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .l-column .main {
    width: 800px;
    margin: 0;
    padding: 0; }
  .l-column .aside {
    width: 255px; }
    .l-column .aside-group {
      margin-bottom: 20px; }
    .l-column .aside__title {
      margin-bottom: 7px;
      padding: 20px;
      color: #fff;
      background: #33beff;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1; }
    .l-column .aside-list {
      padding: 5px 0;
      background: #e6e6e6; }
      .l-column .aside-list a {
        position: relative;
        display: block;
        padding: 10px 10px 10px 30px;
        line-height: 1; }
        .l-column .aside-list a:before {
          position: absolute;
          top: .6em;
          left: 20px;
          transition: all .5s; }
      .l-column .aside-list > li > a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        color: #808080; }
      .l-column .aside-list > li > a:hover {
        background: #898989;
        color: #fff;
        opacity: 1;
        font-weight: bold; }
        .l-column .aside-list > li > a:hover:before {
          color: #fff; }
      .l-column .aside-list > li.current a {
        background: #b5b5b6;
        color: #000;
        font-weight: bold; }
        .l-column .aside-list > li.current a:before {
          color: #000; }
    .l-column .aside-list-bkup a {
      display: block;
      padding: 0 20px; }
    .l-column .aside-list-bkup > li {
      margin-bottom: 7px;
      padding: 10px 0;
      background: #e6e6e6; }
      .l-column .aside-list-bkup > li > a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        margin-right: .2em; }
    .l-column .aside-list-bkup-sub > li > a {
      padding-top: 3px;
      padding-bottom: 3px; }
      .l-column .aside-list-bkup-sub > li > a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        margin-right: .2em;
        color: #808080; }
    .l-column .aside-list-bkup .current {
      background: #33beff;
      font-weight: bold; }
      .l-column .aside-list-bkup .current a:before {
        color: #000; }

/* --------------------------- .column-wrap SP */
@media screen and (max-width: 992px) {
  .l-column {
    display: block;
    padding-top: 10px; }
    .l-column .main,
    .l-column .aside {
      width: auto; }
    .l-column .main {
      margin: 0 0 50px;
      padding: 0 10px; }
    .l-column .aside {
      padding: 0; } }
/* --------------------------- .column-wrap SP END */
/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  position: relative;
  margin-top: 85px;
  padding: 30px 0;
  border-top: 1px solid #000; }
  .footer .pagetop {
    position: fixed;
    right: 10%;
    bottom: 0;
    width: 65px;
    height: 80px;
    background: url(../img/share/arrow.svg) no-repeat;
    background-size: contain;
    font-size: 0; }
    .footer .pagetop a {
      display: block;
      width: 100%;
      height: 100%; }
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer-info {
    width: 50%; }
    .footer-info__logo {
      font-size: 0;
      width: 345px; }
      .footer-info__logo .svglogo {
        width: 342px; }
      .footer-info__logo a .cls-1 {
        fill: #0097d9; }
      .footer-info__logo a .cls-2 {
        fill: #000; }
    .footer-info-address {
      margin-top: 20px; }
    .footer-info-tel__title {
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-size: 20px;
      font-size: 1.25rem; }
    .footer-info-tel__tel {
      margin: 0;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-size: 43px;
      font-size: 2.6875rem;
      font-weight: bold; }
      .footer-info-tel__tel span {
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: -10px;
        vertical-align: middle; }
  .footer-utility {
    box-sizing: border-box;
    margin-top: 10px; }
    .footer-utility__txt {
      margin: 10px 0;
      font-size: 13.5px;
      font-size: 0.84375rem;
      font-weight: bold;
      color: #33beff; }
    .footer-utility__strong-text {
      display: inline-block;
      margin: 0;
      padding: 7px 15px;
      border: 1px solid #ea554e;
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      color: #ea554e;
      margin-top: 10px; }
      .footer-utility__strong-text a {
        color: #ea554e; }
    .footer-utility__title {
      margin: 20px 0 15px;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1; }
    .footer-utility__text a {
      color: #33beff; }
  .footer-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    font-size: 16px;
    font-size: 1rem; }
    .footer-nav li {
      margin-right: 26px; }
      .footer-nav li:last-child {
        margin: 0; }
      .footer-nav li a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        margin-right: 5px;
        color: #33beff; }
  .footer .copyright {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem; }

@media screen and (min-width: 751px) and (max-width: 992px) {
  .footer-nav li {
    width: 30% !important; } }
/* --------------------------- .footer SP */
@media screen and (max-width: 992px) {
  .footer {
    margin-top: 35px;
    padding: 10px 0;
    border: 0;
    background: #33beff;
    color: #fff;
    text-align: center; }
    .footer .pagetop {
      position: fixed;
      width: 35px;
      height: 35px;
      margin: 0 auto 20px;
      background: url(../img/share/arrow_sp.svg) no-repeat;
      background-size: contain;
      bottom: 39px;
      right: 5px; }
    .footer-inner {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .footer-info {
      width: auto;
      margin-top: 35px; }
      .footer-info__logo {
        margin: 0 auto; }
        .footer-info__logo .svglogo {
          width: 200px; }
        .footer-info__logo .svgLogoSymbol,
        .footer-info__logo .svgLogoText {
          fill: #fff; }
        .footer-info__logo a .cls-1 {
          fill: #fff; }
        .footer-info__logo a .cls-2 {
          fill: #000; }
      .footer-info-address {
        margin-top: 15px; }
      .footer-info-tel__title {
        font-size: 12px;
        font-size: 0.75rem; }
      .footer-info-tel__tel {
        font-size: 26px;
        font-size: 1.625rem; }
        .footer-info-tel__tel a {
          color: #fff; }
        .footer-info-tel__tel span {
          font-size: 10px;
          font-size: 0.625rem; }
    .footer-utility {
      width: auto;
      margin-top: 25px;
      padding: 0 10px;
      text-align: center; }
      .footer-utility__strong-text {
        padding: 7px 10px;
        border: 1px solid #fff;
        font-size: 16px;
        font-size: 1rem;
        color: #fff; }
        .footer-utility__strong-text a {
          color: #fff; }
      .footer-utility__title {
        margin: 15px 0 0;
        font-size: 14px;
        font-size: 0.875rem; }
      .footer-utility__text {
        margin-top: 10px;
        font-size: 10px;
        font-size: 0.625rem; }
      .footer-utility__txt {
        color: #fff; }
      .footer-utility .link-btn {
        margin-top: 10px; }
        .footer-utility .link-btn__text {
          min-width: 5em;
          padding: 5px 10px;
          border: 1px solid #fff; }
    .footer-nav {
      margin-top: 0px;
      font-size: 10px;
      font-size: 0.625rem;
      flex-wrap: wrap;
      text-align: left; }
      .footer-nav li {
        width: 38%;
        margin-top: 20px;
        margin-right: 0; }
        .footer-nav li:last-child {
          margin-top: 20px;
          margin-right: 0px; }
        .footer-nav li a {
          color: #fff; }
          .footer-nav li a:before {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: "";
            color: #fff; }
    .footer .copyright {
      font-size: 12px;
      font-size: 0.75rem; } }
/* --------------------------- .footer SP END */
/*----------------------------------------------------
	0.basic
----------------------------------------------------*/
.is-left {
  text-align: left; }

.is-center {
  text-align: center; }

.is-right {
  text-align: right; }

/* SVG色設定 */
#svgLogoSet {
  position: absolute;
  width: 0;
  height: 0; }

.svgLogoSymbol,
.svgLogoText {
  fill: #33beff; }

/**
 * Title
 */
.ttl-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px; }
  .ttl-page__txt {
    width: 305px;
    text-align: center; }
    .ttl-page__txt span {
      font-size: 36px;
      font-size: 2.25rem;
      text-align: left;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
    .ttl-page__txt img {
      display: block; }
    .ttl-page__txt .txt {
      width: 170px;
      margin: 0 auto 15px; }

.ttl-l1 {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #33beff; }
  .ttl-l1 span {
    display: inline-block;
    padding-right: 7px;
    background: #fff; }
  .ttl-l1:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #33beff;
    z-index: -1; }

* + .ttl-l1 {
  margin-top: 20px; }

.ttl-l2 {
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #33beff; }

.ttl-l3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #33beff; }
  .ttl-l3--en {
    margin-bottom: 5px;
    line-height: 1;
    color: #33beff; }
    .ttl-l3--en span {
      display: block;
      font-size: 16px;
      font-size: 1rem; }
    .ttl-l3--en small {
      display: block;
      font-size: 24px;
      font-size: 1.5rem; }

* + .ttl-l3,
* + .ttl-l3--en {
  margin-top: 20px; }

.ttl-l4 {
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px dashed #33beff;
  color: #33beff; }

* + .ttl-l4 {
  margin-top: 50px; }

.ttl-l5 {
  color: #33beff;
  font-size: 16px;
  font-size: 1rem; }

* + .ttl-l5 {
  margin-top: 20px; }

/* --------------------------- title SP */
@media screen and (max-width: 992px) {
  .ttl-page {
    position: relative;
    display: block;
    margin: 0 -10px 40px; }
    .ttl-page__txt {
      width: auto; }
      .ttl-page__txt img {
        position: absolute;
        right: 10px;
        bottom: 10px;
        display: block;
        width: 150px; }
      .ttl-page__txt .txt {
        position: static;
        width: 80px;
        margin: 15px auto; }

  .ttl-l1 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px; }

  .ttl-l2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
    padding-bottom: 10px; }

  .ttl-l3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px; }
    .ttl-l3--en {
      margin-bottom: 20px; }
      .ttl-l3--en span {
        font-size: 12px;
        font-size: 0.75rem; }
      .ttl-l3--en small {
        display: block;
        font-size: 12px;
        font-size: 0.75rem; }

  * + .ttl-l3,
  * + .ttl-l3--en {
    margin-top: 10px; }

  .ttl-l4,
  .ttl-l5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem; }

  * + .ttl-l4,
  * + .ttl-l5 {
    margin-top: 10px; } }
/* --------------------------- .title SP END */
/**
 * List
 */
.list-ul {
  margin-bottom: 2em; }
  .list-ul li {
    padding-left: 1em;
    line-height: 1.4;
    margin-bottom: 6px; }
    .list-ul li:before {
      content: "・";
      margin-left: -1em; }

.list-ol {
  margin-bottom: 2em; }
  .list-ol li {
    counter-increment: entry-ol;
    margin-bottom: 10px;
    padding-left: 1em;
    line-height: 1.4; }
    .list-ol li:before {
      content: counter(entry-ol);
      margin-right: .2em;
      margin-left: -.8em; }

.list-att li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin-bottom: 6px; }
  .list-att li:before {
    content: "※"; }

/**
 * Text
 */
.txt-description {
  font-size: 17px;
  font-size: 1.0625rem; }

/* --------------------------- txt-description SP */
@media screen and (max-width: 992px) {
  .txt-description {
    font-size: 15px;
    font-size: 0.9375rem; } }
/* --------------------------- .txt-description SP END */
/**
 * Link
 */
.link__text {
  color: #33beff; }
  .link__text:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    color: #b5b5b6;
    margin-right: 8px;
    margin-left: 5px; }

.link-btn {
  margin-top: 20px; }
  .link-btn__text {
    display: inline-block;
    min-width: 140px;
    padding: 10px;
    background: #33beff;
    color: #fff !important;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 14px;
    font-size: 0.875rem; }

.link-btn-list {
  display: flex;
  justify-content: center;
  margin-top: 70px; }
  .link-btn-list li {
    margin-top: 15px; }
    .link-btn-list li a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      padding: 7px 20px;
      border: 1px solid #e94962;
      color: #e94962;
      border-radius: 17px;
      box-sizing: border-box;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: bold; }

.link-list, .link-list--column, .link-list2--column {
  margin-bottom: 10px; }
  .link-list li a, .link-list--column li a, .link-list2--column li a {
    display: block;
    padding: 7px 15px; }
    .link-list li a:before, .link-list--column li a:before, .link-list2--column li a:before {
      margin-right: 5px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "";
      color: #808080; }
    .link-list li a:hover, .link-list--column li a:hover, .link-list2--column li a:hover {
      background: #a5a5a5;
      color: #fff;
      font-weight: bold;
      opacity: 1; }
      .link-list li a:hover:before, .link-list--column li a:hover:before, .link-list2--column li a:hover:before {
        color: #000; }
    .link-list li a.-mark:after, .link-list--column li a.-mark:after, .link-list2--column li a.-mark:after {
      content: "*"; }
  .link-list--column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .link-list--column li {
      width: 50%; }

.link-list2 {
  margin-bottom: 10px; }
  .link-list2 li a {
    display: block;
    padding: 7px 15px; }
    .link-list2 li a:before {
      margin-right: 5px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "";
      color: #808080; }
    .link-list2 li a.-mark:after {
      content: "*"; }
  .link-list2--column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .link-list2--column li {
      width: 50%; }

.anchor-link-list {
  display: flex; }
  .anchor-link-list li {
    flex: auto; }
    .anchor-link-list li a {
      position: relative;
      display: flex;
      align-items: center;
      padding: 15px;
      height: 100%;
      background: #d4d4d4;
      color: #000;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.1;
      box-sizing: border-box;
      font-weight: bold; }
      .anchor-link-list li a:hover {
        background: #a5a5a5;
        opacity: 1;
        color: #fff; }
      .anchor-link-list li a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "";
        margin-right: 5px; }
      .anchor-link-list li a:after {
        position: absolute;
        right: 0;
        top: 10px;
        content: "";
        display: block;
        width: 1px;
        height: calc(100% - 20px);
        background: #fff; }
    .anchor-link-list li:last-child a:after {
      position: absolute;
      right: 0;
      top: 10px;
      content: "";
      display: none;
      width: 1px;
      height: calc(100% - 20px);
      background: #fff; }

.bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .bnr-list li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 30px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
    .bnr-list li a {
      color: #000; }
    .bnr-list li img {
      margin-bottom: 10px; }

/* --------------------------- .link-list SP */
@media screen and (max-width: 992px) {
  .link-list li a, .link-list--column li a, .link-list2--column li a {
    padding: 3px 15px; }

  .anchor-link-list {
    flex-wrap: wrap;
    background: #b5b5b6; }
    .anchor-link-list li {
      position: relative;
      flex: unset;
      width: 50%; }
      .anchor-link-list li:after {
        position: absolute;
        bottom: 0;
        left: 10px;
        content: "";
        display: block;
        width: calc(100% - 20px);
        height: 1px;
        background: #fff; }
      .anchor-link-list li a {
        font-size: 15px;
        font-size: 0.9375rem; }
      .anchor-link-list li:last-child:after {
        display: none; }
      .anchor-link-list li:nth-child(2n) a:after {
        display: none; }

  .link-btn-list {
    display: block;
    margin: 40px 0; }
    .link-btn-list li a {
      width: 100%;
      padding: 20px;
      border-radius: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
    .link-btn-list li + li {
      margin-left: 0;
      margin-top: 10px; }

  .bnr-list {
    display: block; }
    .bnr-list li {
      width: 100%;
      margin-bottom: 20px; } }
/* --------------------------- .link-list SP END */
/**
 * table
 */
.table {
  margin-bottom: 1em;
  border-top: 1px solid #808080;
  box-sizing: border-box; }
  .table th, .table td {
    padding: 5px 10px;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    word-break: initial; }
  .table th {
    background: #e6e6e6;
    text-align: left;
    font-size: 16px;
    font-size: 1rem; }
    .table th:first-child {
      border-left: none; }
  .table td {
    font-size: 16px;
    font-size: 1rem; }
    .table td small {
      font-size: 14px;
      font-size: 0.875rem; }
  .table .td-border-left-none {
    border-left: none; }

/* --------------------------- table SP */
@media screen and (max-width: 992px) {
  .table th, .table td {
    padding: 10px; }
  .table th {
    font-size: 14px;
    font-size: 0.875rem; }
  .table td {
    font-size: 14px;
    font-size: 0.875rem; }
  .table.sp-break {
    border: 1px solid #808080; }
    .table.sp-break th, .table.sp-break td {
      display: block;
      width: 100%;
      box-sizing: border-box;
      border: 0; }
    .table.sp-break th {
      border-bottom: 1px solid #808080; } }
/* --------------------------- .table SP END */
/**
 * block
 */
/**
 * section
 */
.section {
  margin-top: 50px; }
  .section:first-child {
    margin-top: 0; }
  .section__title {
    margin-bottom: 15px; }
    .section__title span {
      display: inline-block;
      padding: 0 10px 15px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1;
      border-bottom: 1px solid #000; }

/* --------------------------- section SP */
@media screen and (max-width: 992px) {
  .section {
    display: block;
    margin-top: 60px; }
    .section__title {
      width: auto;
      margin-bottom: 20px; } }
/* --------------------------- section SP END */
/**
 * index
 */
.block-index {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .block-index-item {
    margin: 0 10px 40px; }
  .block-index .img {
    margin-bottom: 0px; }
    .block-index .img a {
      display: block; }
      .block-index .img a:hover {
        -ms-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1; }
  .block-index .ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem; }
  .block-index.-withDetailLink .block-index-item p {
    padding: 0 15px;
    display: inline-block; }
  .block-index.-withDetailLink .block-index-item .img:hover {
    opacity: 0.7; }
  .block-index.-withDetailLink .ttl {
    padding: 0 15px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500; }
  .block-index.-withDetailLink .btn {
    text-align: right;
    float: right;
    display: inline-block !important; }
    .block-index.-withDetailLink .btn a {
      display: inline-block;
      padding: 5px 20px;
      border: 1px solid #000;
      color: #000;
      font-size: 15px;
      font-size: 0.9375rem; }
      .block-index.-withDetailLink .btn a:nth-child(2) {
        margin-left: 10px; }
  .block-index.-col5 .block-index-item {
    width: calc(100% / 5 - 20px); }
  .block-index.-col3 .block-index-item {
    width: calc(99% / 3 - 20px);
    position: relative; }
  .block-index.-col2 .block-index-item {
    width: calc(100% / 2 - 20px); }
  .block-index .other li {
    border-top: 1px solid #000;
    margin-top: 12px;
    padding-top: 7px; }
    .block-index .other li:first-child {
      border-top: none; }
    .block-index .other li .ttl-other {
      font-weight: normal;
      font-size: 20px;
      font-size: 1.25rem; }
    .block-index .other li p {
      margin-bottom: 5px; }

@media screen and (min-width: 751px) and (max-width: 992px) {
  .block-index.-col5 .block-index-item {
    width: calc(100% / 3 - 20px) !important;
    margin-bottom: 20px; } }
/* --------------------------- block-index SP */
@media screen and (max-width: 992px) {
  .block-index-item {
    width: calc(100% / 2 - 20px) !important;
    margin-bottom: 20px; }
    .block-index-item .img {
      margin-bottom: 10px; }
    .block-index-item .ttl {
      margin-bottom: 5px;
      font-size: 16px;
      font-size: 1rem; }
  .block-index.-withDetailLink .ttl {
    font-size: 16px;
    font-size: 1rem; } }
/* --------------------------- block-index SP END */
.block-benefit {
  margin-top: 20px;
  padding-top: 310px;
  background: url(../img/recruit/img_benefit.jpg) center top no-repeat; }
  .block-benefit .img {
    display: none; }
  .block-benefit .inner {
    width: 680px;
    margin: 0 auto;
    padding: 15px 50px;
    background: #fff;
    box-sizing: border-box; }
  .block-benefit .ttl {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center; }
  .block-benefit .text {
    margin-bottom: 30px; }
  .block-benefit .btn {
    text-align: center; }
    .block-benefit .btn a {
      display: inline-block;
      padding: 5px 20px;
      background: #33beff;
      color: #fff; }

@media screen and (min-width: 751px) and (max-width: 992px) {
  .block-benefit .text {
    text-align: center; } }
/* --------------------------- block-benefit SP */
@media screen and (max-width: 992px) {
  .block-benefit {
    margin-top: 40px;
    padding-top: 0;
    background: none; }
    .block-benefit .img {
      display: block;
      margin-bottom: 10px; }
    .block-benefit .inner {
      width: auto;
      padding: 0; }
    .block-benefit .ttl {
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1rem; }
    .block-benefit .text {
      margin-bottom: 20px; } }
/* --------------------------- block-benefit SP END */
/**
 * column
 */
.column-wrap:after {
  content: "";
  display: block;
  clear: both; }
.column-wrap .main {
  float: right;
  width: 800px;
  padding: 0;
  order: 2;
  margin-bottom: 30px; }
  .column-wrap .main__title {
    margin-bottom: 25px;
    padding: 0 0 15px;
    line-height: 1;
    border-bottom: 1px solid #33beff;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500; }
.column-wrap .aside {
  float: left;
  width: 280px;
  padding-right: 25px;
  box-sizing: border-box;
  order: 1; }
  .column-wrap .aside-list {
    position: relative; }
    .column-wrap .aside-list li {
      margin-bottom: 30px;
      line-height: 1;
      font-size: 18px;
      font-size: 1.125rem;
      margin-left: 25px; }
      .column-wrap .aside-list li a {
        color: #717171;
        font-weight: 500; }
        .column-wrap .aside-list li a.active {
          color: #808080; }
        .column-wrap .aside-list li a:before {
          content: "＞";
          position: absolute;
          left: 0px; }
    .column-wrap .aside-list .current a {
      color: #33beff;
      font-weight: bold; }
    .column-wrap .aside-list-sub {
      position: relative;
      margin-top: 30px; }
      .column-wrap .aside-list-sub li {
        margin-bottom: 20px; }
        .column-wrap .aside-list-sub li a:before {
          content: "＞";
          position: absolute;
          left: 0px; }

/* --------------------------- column-wrap SP */
@media screen and (max-width: 992px) {
  .column-wrap {
    text-align: center; }
    .column-wrap .main {
      text-align: left;
      margin-bottom: 15px;
      float: none;
      width: auto; }
      .column-wrap .main__title {
        margin: 0 auto 15px;
        padding-bottom: 15px; }
    .column-wrap .aside {
      float: none;
      width: auto;
      padding: 0;
      text-align: left;
      margin-top: 50px; }
      .column-wrap .aside__title {
        padding: 15px 15px;
        font-size: 20px;
        font-size: 1.25rem; }
      .column-wrap .aside-list {
        border-top: 1px solid #004fa3;
        margin-top: 35px; }
        .column-wrap .aside-list li {
          margin: 0;
          font-size: 16px;
          font-size: 1rem;
          border-bottom: 1px solid #004fa3; }
          .column-wrap .aside-list li a {
            position: relative;
            display: block;
            padding: 15px; }
            .column-wrap .aside-list li a:before {
              display: none; }
            .column-wrap .aside-list li a:after {
              position: absolute;
              right: 15px;
              font-family: "Font Awesome 6 Free";
              font-weight: 900;
              content: ""; } }
/* --------------------------- column-wrap SP END */
/*
  column parts
*/
/* カラム auto:auto */
.block-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .block-column .-order1 {
    order: 1; }
  .block-column .-order2 {
    order: 2; }
  .block-column__img {
    flex-shrink: 0;
    margin-left: 20px; }
    .block-column__img.-order1 {
      margin-left: 0;
      margin-right: 20px; }
  .block-column.-nowrap {
    flex-wrap: nowrap; }

.block-img-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .block-img-column-item {
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px; }
    .block-img-column-item.-width100 {
      width: 100%; }

/* 画像2カラム 5:5 */
.block-figre-column {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px; }
  .block-figre-column__item {
    width: 47.5%; }
  .block-figre-column.-width200Auto {
    justify-content: flex-start; }
    .block-figre-column.-width200Auto .block-figre-column__img {
      margin-right: 40px;
      flex-shrink: 0; }
    .block-figre-column.-width200Auto .block-figre-column-detail .title {
      margin-bottom: 15px;
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: normal; }
    .block-figre-column.-width200Auto.-imgRight .block-figre-column__img {
      margin: 0 0 0 40px;
      order: 2; }

@media screen and (min-width: 751px) and (max-width: 992px) {
  .block-figre-column.-width200Auto .block-figre-column__img {
    width: 226px !important; } }
/* --------------------------- block-section SP */
@media screen and (max-width: 992px) {
  .flex-reset--sp {
    display: block; }
    .flex-reset--sp > div {
      width: auto !important; }

  .block-figre-column {
    margin: 20px 0 30px; }
    .block-figre-column.-width200Auto {
      display: block; }
      .block-figre-column.-width200Auto .block-figre-column__img {
        float: left;
        width: 100px;
        margin-right: 10px;
        margin-bottom: 10px; }
      .block-figre-column.-width200Auto .block-figre-column-detail .title {
        margin-bottom: 10px;
        font-size: 16px;
        font-size: 1rem; }
      .block-figre-column.-width200Auto .block-figre-column-detail .text {
        clear: both; }
      .block-figre-column.-width200Auto.-imgRight .block-figre-column__img {
        margin: 0 10px 10px 0; } }
/* --------------------------- block-section SP END */
/* 画像3カラム */
.block-figre-column {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px; }
  .block-figre-column__item3 {
    width: 30%; }

/* --------------------------- block-section SP */
@media screen and (max-width: 992px) {
  .flex-reset--sp {
    display: block; }
    .flex-reset--sp > div {
      width: auto !important; } }
/* --------------------------- block-section SP END */
/* 画像4カラム */
.block-figre-column {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px; }
  .block-figre-column__item4 {
    width: 22%; }

/* --------------------------- block-section SP */
@media screen and (max-width: 992px) {
  .flex-reset--sp {
    display: block; }
    .flex-reset--sp > div {
      width: auto !important; } }
/* --------------------------- block-section SP END */
/* --------------------------- block-section SP END */
/* テキストと画像とプロフィール */
.block-message {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  .block-message__img {
    flex-shrink: 0;
    margin-left: 25px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1; }
    .block-message__img img {
      margin-bottom: 20px; }
    .block-message__img .position {
      display: block;
      font-size: 14px;
      font-size: 0.875rem; }

/* --------------------------- block-message SP */
@media screen and (max-width: 992px) {
  .block-message {
    display: block; }
    .block-message__text {
      margin-bottom: 20px; }
    .block-message__img {
      margin-left: 0;
      font-size: 20px;
      font-size: 1.25rem;
      text-align: center; }
      .block-message__img img {
        margin-bottom: 10px; }
      .block-message__img .position {
        font-size: 14px;
        font-size: 0.875rem; } }
/* --------------------------- block-message SP */
/**
 * Images
 */
figcaption {
  margin-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem; }

/**
 * iframe (googlemap youtube)
 */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.36%; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/**
 * 汎用class
 */
/* letter-spacing */
.ls-1 {
  letter-spacing: 1em; }

/*
  sitemap
*/
.sitemap .ttl-l4 {
  font-size: 16px;
  font-size: 1rem; }
.sitemap .link-list--column li.hasSubCat {
  width: 100%; }
.sitemap .link-list--column li .link-list--column {
  margin-left: 1em;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px dotted #000; }

.search {
  display: flex;
  margin-bottom: 30px; }
  .search__text input {
    width: 24em;
    padding: 5px;
    border: 2px solid #ddd;
    font-size: 18px;
    font-size: 1.125rem; }
  .search__submit button {
    padding: 0 20px;
    height: 100%;
    background: #33beff;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold; }

/* --------------------------- .search SP */
@media screen and (max-width: 992px) {
  .search {
    display: flex; }
    .search__text input {
      width: 15em;
      font-size: 16px;
      font-size: 1rem; }
    .search__submit button {
      font-size: 16px;
      font-size: 1rem; } }
/**
 * iframe (googlemap youtube)
 */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.36%; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.number {
  list-style-type: decimal;
  margin-left: 28px; }

.disc {
  list-style-type: disc;
  margin-left: 28px; }
  .disc li {
    line-height: 1.4;
    margin-bottom: 6px; }

.kome {
  position: relative; }
  .kome li {
    margin-left: 28px;
    line-height: 1.4;
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 0.875rem; }
    .kome li:before {
      content: "※";
      position: absolute;
      left: 7px; }

.kome-count {
  position: relative; }
  .kome-count li {
    margin-left: 32px;
    line-height: 1.4;
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 0.875rem;
    counter-increment: counter 1; }
    .kome-count li:before {
      content: "※" counter(counter);
      position: absolute;
      left: 7px; }

.gaibu:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px; }

.pdf:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.word:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.excel:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.powerpoint:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6; }

.mail:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6;
  margin-left: 0px; }

.tel:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6;
  margin-left: 0px; }

.archives:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
  color: #b5b5b6;
  margin-left: 0px; }

.center {
  font-weight: 700; }
  .center span {
    display: block;
    font-size: 1.375rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
  .center a {
    background-color: #808080;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 10px; }

.img__range {
  display: inline-block !important; }

@media screen and (max-width: 992px) {
  .center {
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem; }
    .center span {
      display: block;
      font-size: 1.375rem;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
    .center a {
      width: 80%; } }
.link-color-gray {
  color: #717171 !important; }

.link-color-black {
  color: #000 !important; }

.is-pc {
  display: block; }

.is-sp {
  display: none; }

@media screen and (max-width: 992px) {
  .is-pc {
    display: none; }

  .is-sp {
    display: block; }

  .order1 {
    order: 1; }

  .order2 {
    order: 2; }

  .sm-wrap {
    flex-wrap: wrap; } }
.center__width100 {
  width: 100%; }

.center__width75 {
  width: 75%; }

.center__width50 {
  width: 50%; }

.center__width25 {
  width: 25%; }

/* -----------------------------------------------
  Flex Box
----------------------------------------------- */
.u-flexItem {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 0% !important;
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important; }

.u-flexAuto {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.u-flexAuto > * {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 0% !important;
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important; }

.u-flexWrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.u-flexNowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.u-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-flexLeft {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.u-flexCenter {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.u-flexRight {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.u-flexBetween {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.u-flexAround {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.u-flexTop {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.u-flexMiddle {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.u-flexBottom {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.u-flexReverse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.u-flexItemTop {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.u-flexItemMiddle {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.u-flexItemBottom {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

@media screen and (max-width: 992px) {
  .center__width100_sm {
    width: 100% !important; }

  .center__width75_sm {
    width: 75% !important; }

  .center__width50_sm {
    width: 50% !important; }

  .center__width25_sm {
    width: 25% !important; }

  .u-flexItem--sp {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 0% !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important; }

  .u-flexAuto--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .u-flexAuto--sp > * {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 0% !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important; }

  .u-flexWrap--sp {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .u-flexNowrap--sp {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .u-flex--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .u-flexLeft--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .u-flexCenter--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .u-flexRight--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .u-flexBetween--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .u-flexAround--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .u-flexTop--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .u-flexMiddle--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .u-flexBottom--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .u-flexReverse--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .u-flexItemTop--sp {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .u-flexItemMiddle--sp {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .u-flexItemBottom--sp {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; } }
.u-dNone {
  display: none !important; }

.u-dBlock {
  display: block !important; }

.u-dInline {
  display: inline !important; }

.u-dTable {
  display: table !important; }

.u-dTableCell {
  display: table-cell !important; }

.u-dFlex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-dInlineFlex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media screen and (max-width: 992px) {
  .u-dNone--sp {
    display: none !important; }

  .u-dBlock--sp {
    display: block !important; }

  .u-dInline--sp {
    display: inline !important; }

  .u-dTable--sp {
    display: table !important; }

  .u-dTableCell--sp {
    display: table-cell !important; }

  .u-dFlex--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .u-dInlineFlex--sp {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
/*
  sitemap
*/
.sitemap .ttl-l4 {
  font-size: 16px;
  font-size: 1rem; }
.sitemap .link-list--column li.hasSubCat {
  width: 100%; }
.sitemap .link-list--column li .link-list--column {
  margin-left: 1em;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px dotted #000; }

/*----------------------------------------------------
	top
----------------------------------------------------*/
.-top .header {
  position: absolute;
  width: 100%; }
  .-top .header .nav-list li {
    text-shadow: 0px 0px 3px #000; }
    .-top .header .nav-list li.now-entry:after {
      border-color: #fff;
      color: #fff; }
    .-top .header .nav-list li a {
      color: #fff; }

@media screen and (max-width: 992px) {
  .-top .header {
    position: relative;
    background-color: #fff; } }
.mainvisual {
  position: relative; }
  .mainvisual #youtube {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%; }
  .mainvisual-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/mainvisual.jpg) center top no-repeat;
    background-size: cover;
    opacity: 0; }
  .mainvisual-txt {
    position: absolute;
    top: 0%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    .mainvisual-txt__title {
      margin-left: 60px;
      font-family: a-otf-ryumin-pr6n, serif;
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 1.4; }
    .mainvisual-txt__txt {
      margin: 0;
      font-family: a-otf-ryumin-pr6n, serif;
      font-size: 20px;
      font-size: 1.25rem; }

/* --------------------------- .mainvisual PC */
@media screen and (min-width: 993px) {
  .mainvisual {
    padding-top: 56.25%; } }
/* --------------------------- .mainvisual PC END */
/* --------------------------- .mainvisual SP */
@media screen and (max-width: 992px) {
  .mainvisual {
    padding-top: 56.25%; }
    .mainvisual-txt {
      top: 50%;
      left: 0;
      transform: translateY(-25%);
      align-items: flex-start; }
      .mainvisual-txt__title {
        margin-left: 30px;
        font-size: 25px;
        font-size: 1.5625rem; }
      .mainvisual-txt__txt {
        font-size: 16px;
        font-size: 1rem; } }
/* --------------------------- .mainvisual SP END */
.top-important-news {
  position: relative;
  display: flex;
  z-index: 10000;
  margin-top: -216px;
  margin-bottom: 30px;
  font-size: 15px;
  font-size: 0.9375rem; }
  .top-important-news__title {
    width: 166px;
    flex-shrink: 0;
    margin: 0;
    padding: 15px 30px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    background: #e70000;
    color: #fff;
    line-height: 1; }
  .top-important-news__text {
    width: 100%;
    margin: 0;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.81);
    line-height: 1; }

/* --------------------------- .top-important-news SP */
@media screen and (max-width: 992px) {
  .top-important-news {
    position: relative;
    display: flex;
    z-index: 10000;
    margin: 0; }
    .top-important-news__title {
      display: flex;
      align-items: center;
      width: auto;
      padding: 10px 15px; }
    .top-important-news__text {
      padding: 10px 15px; } }
/* --------------------------- .top-important-news SP END */
.top-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 26px;
  font-size: 1.625rem; }
  .top-nav li {
    position: relative;
    height: 400px;
    padding: 1px;
    box-sizing: border-box; }
    .top-nav li a {
      display: block;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .top-nav li a .txt {
        position: absolute;
        top: 26px;
        left: 0;
        display: block;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
      .top-nav li a img {
        position: absolute; }
    .top-nav li.-message {
      width: 66%; }
      .top-nav li.-message a {
        background-image: url(../img/top/img_message.jpg); }
        .top-nav li.-message a .txt {
          left: 136px; }
        .top-nav li.-message a img {
          left: 26px;
          bottom: 20px; }
    .top-nav li.-group {
      width: 34%; }
      .top-nav li.-group a {
        background-image: url(../img/top/img_group.jpg); }
        .top-nav li.-group a .txt {
          left: 34px; }
        .top-nav li.-group a img {
          left: 5px;
          bottom: 30px; }
    .top-nav li.-approach {
      width: 34%; }
      .top-nav li.-approach a {
        background-image: url(../img/top/img_approach.jpg); }
        .top-nav li.-approach a .txt {
          left: 25px; }
        .top-nav li.-approach a img {
          left: 20px;
          bottom: 25px;
          filter: drop-shadow(0 0px 2px #000); }
    .top-nav li.-recruit {
      width: 66%; }
      .top-nav li.-recruit a {
        background-image: url(../img/top/img_recruit.jpg); }
        .top-nav li.-recruit a .txt {
          left: 36px; }
        .top-nav li.-recruit a img {
          left: 13px;
          bottom: 50px; }

@media screen and (min-width: 751px) and (max-width: 992px) {
  .top-nav li {
    height: 360px !important; }
    .top-nav li.-message {
      width: 100%; }
      .top-nav li.-message a .txt {
        left: calc(250px / 2) !important;
        width: calc(250px / 2) !important; }
      .top-nav li.-message a img {
        left: 13px;
        bottom: 10px;
        width: calc(400px / 2) !important; }
    .top-nav li.-group {
      width: 50%; }
      .top-nav li.-group a {
        background-image: url(../img/top/img_group.jpg); }
        .top-nav li.-group a .txt {
          left: 17px;
          width: calc(250px / 2) !important; }
        .top-nav li.-group a img {
          left: 2.5px;
          bottom: 15px;
          width: calc(400px / 2) !important; }
    .top-nav li.-approach {
      width: 50%; }
      .top-nav li.-approach a .txt {
        left: 12.5px;
        width: calc(250px / 2) !important; }
      .top-nav li.-approach a img {
        left: 10px;
        bottom: 12.5px;
        width: calc(400px / 2) !important; }
    .top-nav li.-recruit {
      width: 100%; }
      .top-nav li.-recruit a .txt {
        left: 18px;
        width: calc(250px / 2) !important; }
      .top-nav li.-recruit a img {
        left: 11.5px;
        bottom: 25px;
        width: calc(400px / 2) !important; } }
/* --------------------------- .top-nav SP */
@media screen and (max-width: 992px) {
  .top-nav li {
    position: relative;
    height: 200px;
    padding: 1px;
    box-sizing: border-box; }
    .top-nav li a .txt {
      top: 26px;
      left: 0; }
    .top-nav li a img {
      position: absolute; }
    .top-nav li.-message {
      width: 100%; }
      .top-nav li.-message a .txt {
        left: calc(136px / 2);
        width: calc(129px / 2); }
      .top-nav li.-message a img {
        left: 13px;
        bottom: 10px;
        width: calc(284px / 2); }
    .top-nav li.-group {
      width: 50%; }
      .top-nav li.-group a {
        background-image: url(../img/top/img_group.jpg); }
        .top-nav li.-group a .txt {
          left: 17px;
          width: calc(134px / 2); }
        .top-nav li.-group a img {
          left: 2.5px;
          bottom: 15px;
          width: calc(223px / 2); }
    .top-nav li.-approach {
      width: 50%; }
      .top-nav li.-approach a .txt {
        left: 12.5px;
        width: calc(134px / 2); }
      .top-nav li.-approach a img {
        left: 10px;
        bottom: 12.5px;
        width: calc(301px / 2); }
    .top-nav li.-recruit {
      width: 100%; }
      .top-nav li.-recruit a .txt {
        left: 18px;
        width: calc(131px / 2); }
      .top-nav li.-recruit a img {
        left: 11.5px;
        bottom: 25px;
        width: calc(284px / 2); } }
/* --------------------------- .top-nav SP END */
.top-news {
  margin-top: 60px; }
  .top-news-category {
    display: flex;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 1px 8px; }
    .top-news-category li {
      width: calc(100% / 5 - 2px);
      margin: 0 1px; }
      .top-news-category li a {
        position: relative;
        display: block;
        padding: 13px 10px;
        text-align: center;
        background: #e6e6e6;
        color: #000; }
      .top-news-category li.-active a {
        background: #33beff;
        color: #fff; }
        .top-news-category li.-active a:after {
          content: "";
          position: absolute;
          bottom: -8px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 6.5px 0 6.5px;
          border-color: #33beff transparent transparent transparent; }
  .top-news .link-btn {
    text-align: center; }
  .top-news-list {
    margin-top: 20px;
    height: 284px;
    overflow: hidden;
    overflow-y: scroll; }
    .top-news-list li {
      display: flex;
      align-items: center;
      padding: 13px 30px;
      border-top: 1px dotted #000;
      font-size: 16px;
      font-size: 1rem; }
      .top-news-list li:last-child {
        border-bottom: 1px dotted #000; }
      .top-news-list li .time {
        width: 10%;
        margin-right: 10px; }
      .top-news-list li .category {
        display: block;
        width: 11%;
        padding: 1px;
        text-align: center;
        color: #000;
        border: 1px solid #33beff; }
      .top-news-list li .ttl {
        width: 78%;
        margin-left: 20px; }
      .top-news-list li a[href$=".pdf"]:after {
        display: inline-block;
        content: "";
        width: 12px;
        height: 16px;
        margin-left: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: text-top; }
      .top-news-list li a[href$=".pdf"]:after {
        background-image: url(../img/share/icon_pdf.svg); }
      .top-news-list li a .label {
        background: #959595;
        color: #fff;
        padding: 2px 5px;
        margin-left: 10px;
        font-weight: normal; }
  .top-news-detail {
    position: relative;
    background: #fff; }
    .top-news-detail > div {
      display: none; }
      .top-news-detail > div.-active {
        display: block; }
    .top-news-detail > div > div {
      position: absolute;
      top: 0;
      width: 100%; }

#news .top-news-list li .ttl,
#event .top-news-list li .ttl,
#recruit .top-news-list li .ttl,
#media .top-news-list li .ttl {
  width: 89%; }

@media screen and (min-width: 751px) and (max-width: 992px) {
  .top-news-list li .time {
    width: 11% !important; }
  .top-news-list li .category {
    margin: 5px 10px !important;
    padding: 1px !important; } }
/* --------------------------- .top-news SP */
@media screen and (max-width: 992px) {
  .top-news {
    margin-top: 35px; }
    .top-news-category {
      flex-wrap: wrap;
      font-size: 13px;
      font-size: 0.8125rem;
      margin-bottom: 0; }
      .top-news-category li {
        width: calc(100% / 4 - 2px);
        margin-bottom: 15px; }
        .top-news-category li:nth-of-type(1) {
          width: 100%;
          margin-bottom: 2px; }
          .top-news-category li:nth-of-type(1) a.-active:after {
            display: none; }
        .top-news-category li a {
          padding: 20px 0; }
          .top-news-category li a.-active:after {
            bottom: -7px; }
    .top-news-list {
      margin-top: 0; }
      .top-news-list li {
        padding: 7px 15px;
        font-size: 13px;
        font-size: 0.8125rem;
        flex-wrap: wrap; }
        .top-news-list li .time {
          width: 25%;
          margin-right: 0px; }
        .top-news-list li .category {
          width: 80px;
          margin: 5px 10px;
          padding: 1px; }
        .top-news-list li .ttl {
          width: 100%;
          margin-left: 0px; }

  #news .top-news-list li .ttl,
  #event .top-news-list li .ttl,
  #recruit .top-news-list li .ttl,
  #media .top-news-list li .ttl {
    width: 100%; } }
/* --------------------------- .top-news SP END */
/*----------------------------------------------------
	about
----------------------------------------------------*/
.philosophy li {
  counter-increment: counter;
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px; }
  .philosophy li:before {
    content: counter(counter) ".";
    margin-right: 20px;
    font-size: 95px;
    font-size: 5.9375rem;
    font-family: roboto-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1; }
  .philosophy li span {
    font-size: 18px;
    font-size: 1.125rem; }

/* --------------------------- philosophy SP */
@media screen and (max-width: 992px) {
  .philosophy li {
    align-items: flex-start;
    margin-bottom: 20px; }
    .philosophy li:before {
      margin-right: 20px;
      font-size: 40px;
      font-size: 2.5rem; }
    .philosophy li span {
      font-size: 16px;
      font-size: 1rem; } }
/* --------------------------- philosophy SP END */
.section.-greeting .section-detail p {
  font-family: a-otf-ryumin-pr6n, serif; }

.profile {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }
  .profile__img {
    margin-right: 40px;
    flex-shrink: 0; }
  .profile .name {
    margin-bottom: 15px;
    font-size: 23px;
    font-size: 1.4375rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #33beff; }
  .profile .career dt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #33beff;
    font-weight: bold; }
  .profile .career dd {
    margin-bottom: 10px;
    font-family: a-otf-ryumin-pr6n, serif; }

/* --------------------------- profile SP */
@media screen and (max-width: 992px) {
  .profile {
    display: block;
    margin-top: 60px; }
    .profile__img {
      margin: 0 0 15px;
      text-align: center; }
    .profile .name {
      margin-bottom: 15px;
      font-size: 20px;
      font-size: 1.25rem; }
    .profile .career dt {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      color: #33beff;
      font-weight: bold; }
    .profile .career dd {
      margin-bottom: 10px;
      font-family: a-otf-ryumin-pr6n, serif; } }
/* --------------------------- profile SP END */
.about-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }
  .about-contents li {
    width: calc(100% / 3 - 24px);
    border: 1px solid #004fa3;
    box-sizing: border-box; }
    .about-contents li a {
      display: block;
      padding: 0 0 20px;
      color: #004fa3;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold;
      text-align: center; }
    .about-contents li span {
      display: flex;
      align-items: flex-end;
      height: 186px; }
    .about-contents li img {
      display: block;
      margin: 0 auto 20px; }

/* --------------------------- about-contents SP */
@media screen and (max-width: 992px) {
  .about-contents {
    display: block;
    margin-top: 20px; }
    .about-contents li {
      width: auto;
      margin-bottom: 10px;
      border: 1px solid #004fa3; }
      .about-contents li a {
        padding: 10px; }
      .about-contents li span {
        display: block;
        height: auto; }
      .about-contents li img {
        margin: 0 auto 10px; } }
/* --------------------------- about-contents SP END */
/*----------------------------------------------------
	effort
----------------------------------------------------*/
.archive-list-item {
  display: flex;
  margin-bottom: 60px; }
  .archive-list-item__img {
    width: 400px;
    flex-shrink: 0;
    margin-right: 15px; }
    .archive-list-item__img.-noimg {
      display: flex;
      align-items: center;
      justify-content: center;
      max-height: 565px;
      background: #E4E4E4;
      color: #fff;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif;
      font-size: 30px;
      font-size: 1.875rem; }
  .archive-list-item-title {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 1.2; }
    .archive-list-item-title small {
      font-size: 16px;
      font-size: 1rem; }
  .archive-list-item-date {
    margin: 0;
    font-size: 21px;
    font-size: 1.3125rem; }
  .archive-list-item-place {
    margin-bottom: 40px; }

/* --------------------------- archive-list SP */
@media screen and (max-width: 992px) {
  .archive-list-item {
    display: block;
    margin-bottom: 30px; }
    .archive-list-item__img {
      width: auto;
      margin: 0 0 20px; }
      .archive-list-item__img.-noimg {
        height: 500px;
        background: #E4E4E4;
        color: #fff;
        font-family: a-otf-futo-go-b101-pr6n, sans-serif;
        font-size: 30px;
        font-size: 1.875rem; }
    .archive-list-item-title {
      font-size: 30px;
      font-size: 1.875rem; }
      .archive-list-item-title small {
        font-size: 16px;
        font-size: 1rem; }
    .archive-list-item-date {
      font-size: 21px;
      font-size: 1.3125rem; } }
/* --------------------------- archive-list SP END */
.elm-status {
  display: inline-block;
  padding: 7px 12px;
  background: #e94962;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem; }
  .elm-status.-finished {
    background: #808080; }

/* --------------------------- elm-status SP */
/* --------------------------- elm-status SP END */
.article h1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #004fa3;
  font-size: 24px;
  font-size: 1.5rem; }
  .article h1:after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    margin-left: 10px;
    background: #004fa3; }
.article h2 {
  margin: 0 0 10px;
  color: #004fa3;
  font-size: 16px;
  font-size: 1rem; }
.article * + h2 {
  margin-top: 30px; }
.article p.note {
  font-size: 14px;
  font-size: 0.875rem; }
.article p + p {
  margin-top: 40px; }
  .article p + p.note {
    margin-top: -1em; }
.article a {
  color: #ea554e; }
  .article a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    margin-right: 5px; }
  .article a[href^="mailto"]:before, .article a[href^="tel"]:before {
    display: none; }
  .article a[href^="tel"] {
    color: inherit;
    font-size: 24px;
    font-size: 1.5rem; }
    .article a[href^="tel"]:before {
      display: inline-block;
      content: "\260E"; }
.article ol {
  margin-bottom: 1em; }
  .article ol li {
    position: relative;
    counter-increment: number;
    padding-left: 1em; }
    .article ol li:before {
      position: absolute;
      left: 0;
      top: 5px;
      content: counter(number);
      display: block;
      height: 14px;
      width: 14px;
      line-height: 16px;
      border-radius: 50%;
      border: .5px solid #231815;
      font-size: 13px;
      text-align: center; }

/*----------------------------------------------------
	association
----------------------------------------------------*/
.association-index {
  justify-content: space-between;
  margin: 0 !important; }
  .association-index .block-index-item {
    width: calc(100% / 2 - 28px) !important;
    margin: 0 0 20px; }
    .association-index .block-index-item p {
      padding: 0; }
  .association-index .ttl {
    padding: 0 0 10px !important;
    font-weight: normal;
    border-bottom: 1px solid #000;
    line-height: 1.2; }
    .association-index .ttl span {
      display: block;
      margin-bottom: 5px;
      font-size: 15px;
      font-size: 0.9375rem; }
  .association-index .address a[href^="tel"] {
    color: inherit; }
    .association-index .address a[href^="tel"]:before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f095";
      margin-right: 5px; }

/* --------------------------- archive-list SP */
@media screen and (max-width: 992px) {
  .association-index {
    display: block; }
    .association-index .block-index-item {
      width: 100% !important;
      margin: 0 0 20px; }
    .association-index .ttl span {
      font-size: 14px;
      font-size: 0.875rem; }
    .association-index .address a[href^="tel"] {
      display: block; } }
/* --------------------------- archive-list SP END */
/*----------------------------------------------------
	news
----------------------------------------------------*/
.aside.-news {
  width: 260px;
  font-family: a-otf-ryumin-pr6n, serif; }
  .aside.-news .aside__title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid #33beff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal; }
  .aside.-news .aside-list {
    margin-left: 20px;
    margin-bottom: 70px; }
    .aside.-news .aside-list li {
      margin-bottom: 15px;
      font-size: 16px;
      font-size: 1rem; }

/* --------------------------- archive-list SP */
@media screen and (max-width: 992px) {
  .aside.-news {
    width: auto;
    margin-top: 40px; }
    .aside.-news .aside__title {
      margin: 0;
      padding: 10px 0;
      border: 0;
      font-size: 20px;
      font-size: 1.25rem; }
    .aside.-news .aside-list {
      margin: 0 0 20px; }
      .aside.-news .aside-list li {
        margin: 0; } }
/* --------------------------- archive-list SP END */
.main.-news {
  font-family: a-otf-ryumin-pr6n, serif; }

.-news .l-column {
  margin-top: 15px; }
.-news .ttl-l1 {
  margin-top: 0; }
.-news .top-news-list {
  height: auto;
  overflow: scroll; }
  .-news .top-news-list .time {
    width: 15%;
    margin-right: 10px; }
  .-news .top-news-list .category {
    display: block;
    width: 15%;
    padding: 1px;
    text-align: center;
    color: #000;
    border: 1px solid #33beff; }
  .-news .top-news-list .ttl {
    width: 75%;
    margin-left: 20px; }
    .-news .top-news-list .ttl a {
      color: #000; }

.news-list {
  margin-top: 20px; }
  .news-list li {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-top: 1px dotted #000;
    font-size: 16px;
    font-size: 1rem; }
    .news-list li:last-child {
      border-bottom: 1px dotted #000; }
    .news-list li:first-child {
      border-top: none; }
    .news-list li .time {
      width: 8%;
      margin-right: 10px; }
    .news-list li .category {
      display: block;
      width: 15%;
      padding: 1px;
      text-align: center;
      color: #000;
      border: 1px solid #33beff; }
    .news-list li .ttl {
      width: 75%;
      margin-left: 20px; }
      .news-list li .ttl a {
        color: #000; }
    .news-list li a[href$=".pdf"]:after {
      display: inline-block;
      content: "";
      width: 12px;
      height: 16px;
      margin-left: 5px;
      background-size: contain;
      background-repeat: no-repeat;
      vertical-align: text-top; }
    .news-list li a[href$=".pdf"]:after {
      background-image: url(../img/share/icon_pdf.svg); }
    .news-list li a .label {
      background: #959595;
      color: #fff;
      padding: 2px 5px;
      margin-left: 10px;
      font-weight: normal; }

@media screen and (min-width: 751px) and (max-width: 992px) {
  .-news .top-news-list .time {
    width: 12% !important; }
  .-news .top-news-list .category {
    width: 10% !important; } }
/* --------------------------- .top-news SP */
@media screen and (max-width: 992px) {
  .-news .top-news-list li {
    flex-wrap: wrap; }
  .-news .top-news-list .time {
    width: 25%;
    margin-right: 0px; }
  .-news .top-news-list .category {
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #33beff;
    width: 80px;
    margin: 5px 10px;
    padding: 0px; }
  .-news .top-news-list .ttl {
    width: 100%;
    margin-left: 0px; }

  .news-list {
    margin-top: 0; }
    .news-list li {
      flex-wrap: wrap;
      padding: 7px 15px;
      font-size: 13px;
      font-size: 0.8125rem; }
      .news-list li .category {
        width: 80px;
        margin: 0 10px;
        padding: 2px; }
      .news-list li a {
        width: 100%; } }
/* --------------------------- .top-news SP END */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px; }
  .pagination li {
    margin: 0 15px; }
    .pagination li a {
      color: #000; }
    .pagination li span {
      border-bottom: 1px solid #000; }

.-news .article-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem; }
  .-news .article-header .category {
    display: block;
    margin-right: 15px;
    padding: 8px 30px;
    background: #808080;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff; }
  .-news .article-header .ttl-l2 {
    width: 100%;
    font-family: a-otf-ryumin-pr6n, serif; }

.-news .link-btn {
  margin-top: 35px;
  text-align: center; }
  .-news .link-btn__text {
    font-size: 18px;
    font-size: 1.125rem; }
.-news .article-body {
  font-family: a-otf-ryumin-pr6n, serif; }
  .-news .article-body h1, .-news .article-body h2, .-news .article-body h3, .-news .article-body h4, .-news .article-body h5, .-news .article-body h6 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  .-news .article-body .ttl-l1-recruit {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 30px;
    font-size: 1.875rem;
    color: #33beff; }
  .-news .article-body .ttl-l2-recruit {
    position: relative;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #33beff;
    font-family: a-otf-ryumin-pr6n, serif; }
    .-news .article-body .ttl-l2-recruit span {
      display: inline-block;
      padding-right: 15px;
      background: #fff; }
    .-news .article-body .ttl-l2-recruit:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #33beff;
      z-index: -1; }
  .-news .article-body .ttl-l3-recruit {
    margin-top: 20px;
    color: #33beff;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: a-otf-ryumin-pr6n, serif; }
  .-news .article-body .ttl-l4-recruit {
    margin-bottom: 10px;
    color: #33beff;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: a-otf-ryumin-pr6n, serif; }

/* --------------------------- .news article SP */
@media screen and (max-width: 992px) {
  .-news .article-header {
    font-size: 16px;
    font-size: 1rem; }
    .-news .article-header .category {
      padding: 5px 20px; }

  .-news .article-body h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  .-news .article-body h4 {
    font-size: 18px;
    font-size: 1.125rem; }
  .-news .article-body h5 {
    font-size: 16px;
    font-size: 1rem; }
  .-news .article-body h6 {
    font-size: 14px;
    font-size: 0.875rem; }

  .-news .link-btn__text {
    font-size: 16px;
    font-size: 1rem; } }
/* --------------------------- .news article SP */
/*----------------------------------------------------
	recruit
----------------------------------------------------*/
.-recruit .main {
  font-family: a-otf-ryumin-pr6n, serif; }
.-recruit .table th, .-recruit .table td {
  font-size: 16px;
  font-size: 1rem; }
.-recruit .table th {
  width: 33%;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; }
.-recruit .table td {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  .-recruit .table td ul {
    margin-bottom: 0; }
  .-recruit .table td dl dt {
    float: left;
    clear: left; }
.-recruit .block-recommend-point {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px; }
  .-recruit .block-recommend-point .-order1 {
    order: 1; }
  .-recruit .block-recommend-point .-order2 {
    order: 2; }
  .-recruit .block-recommend-point-item p {
    font-family: a-otf-ryumin-pr6n, serif; }
  .-recruit .block-recommend-point__img {
    flex-shrink: 0;
    margin-left: 20px; }
    .-recruit .block-recommend-point__img.-order1 {
      margin-left: 0;
      margin-right: 20px; }
  .-recruit .block-recommend-point:nth-of-type(1) .block-recommend-point-item {
    padding-right: 200px; }
  .-recruit .block-recommend-point:nth-of-type(1) .block-recommend-point__img {
    position: absolute;
    right: 0;
    bottom: 0; }
.-recruit .dialogue__title {
  margin: 50px auto;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.5; }
  .-recruit .dialogue__title span {
    display: block;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    color: #004fa3; }
.-recruit .dialogue__img {
  margin-bottom: 25px; }
.-recruit .dialogue__text {
  margin-bottom: 30px;
  font-family: a-otf-ryumin-pr6n, serif; }
.-recruit .aside-list > li {
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #e6e6e6; }
  .-recruit .aside-list > li > a {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    font-weight: bold; }
    .-recruit .aside-list > li > a:before {
      display: none; }
  .-recruit .aside-list > li ul {
    margin: 20px -20px 0; }
    .-recruit .aside-list > li ul li {
      margin: 0;
      padding: 15px 0 15px 40px;
      border-top: 1px solid #e6e6e6; }
      .-recruit .aside-list > li ul li a:before {
        content: "＞";
        position: absolute;
        left: 22px; }
.-recruit .ttl-l1-recruit {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #33beff; }
.-recruit .ttl-l2-recruit {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #33beff;
  font-family: a-otf-ryumin-pr6n, serif; }
  .-recruit .ttl-l2-recruit span {
    display: inline-block;
    padding-right: 15px;
    background: #fff; }
  .-recruit .ttl-l2-recruit:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #33beff;
    z-index: -1; }
.-recruit .ttl-l3-recruit {
  margin-top: 20px;
  color: #33beff;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: a-otf-ryumin-pr6n, serif; }
.-recruit .ttl-l4-recruit {
  margin-bottom: 10px;
  color: #33beff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: a-otf-ryumin-pr6n, serif; }
.-recruit .link-list li a, .-recruit .link-list--column li a, .-recruit .link-list2--column li a {
  padding: 0px 15px; }
.-recruit .font-s {
  font-size: 12px;
  font-weight: normal; }

/* --------------------------- aside-list SP */
@media screen and (max-width: 992px) {
  .-recruit .table th, .-recruit .table td {
    font-size: 14px;
    font-size: 0.875rem; }
  .-recruit .block-recommend-point {
    margin-bottom: 30px; }
    .-recruit .block-recommend-point__img {
      width: calc(260px / 2); }
    .-recruit .block-recommend-point:nth-of-type(1) .block-recommend-point-item {
      padding-right: 0; }
    .-recruit .block-recommend-point:nth-of-type(1) .block-recommend-point__img {
      position: static; }
  .-recruit .dialogue__title {
    margin: 30px auto;
    font-size: 32px;
    font-size: 2rem; }
    .-recruit .dialogue__title span {
      font-size: 14px;
      font-size: 0.875rem; }
  .-recruit .aside-list {
    margin-top: 70px;
    border: none !important; }
    .-recruit .aside-list > li {
      padding: 0; }
      .-recruit .aside-list > li > a {
        font-size: 14px;
        font-size: 0.875rem; }
      .-recruit .aside-list > li ul {
        margin: 0; }
        .-recruit .aside-list > li ul li {
          padding: 0;
          border-bottom: 0;
          font-size: 14px;
          font-size: 0.875rem;
          margin-left: 16px; } }
/* --------------------------- aside-list SP END */
.block-recruit-index {
  margin-bottom: 50px; }
  .block-recruit-index-header {
    position: relative;
    margin-bottom: 25px; }
  .block-recruit-index__title {
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #fff;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 48px;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1; }
    .block-recruit-index__title.-black {
      color: #000; }
  .block-recruit-index-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 30px; }
    .block-recruit-index-list li {
      width: calc(100% / 2 - 10px);
      margin-bottom: 10px;
      margin-left: 10px;
      position: relative; }
      .block-recruit-index-list li a {
        color: #000;
        font-size: 17px;
        font-size: 1.0625rem; }
        .block-recruit-index-list li a:before {
          content: ">";
          position: absolute;
          left: -15px; }

/* --------------------------- block-recruit-index SP */
@media screen and (max-width: 992px) {
  .block-recruit-index {
    margin-bottom: 30px; }
    .block-recruit-index-header {
      margin-bottom: 15px; }
    .block-recruit-index__title {
      font-size: 30px;
      font-size: 1.875rem; }
    .block-recruit-index-list {
      margin: 0 10px; }
      .block-recruit-index-list li a {
        font-size: 14px;
        font-size: 0.875rem; } }
/* --------------------------- block-recruit-index SP END */
/* 看護師 */
.-nurse .nav-list li.now-entry:after {
  border: 1px solid #fe6377;
  color: #fe6377; }
.-nurse .header-utility {
  background: #fe6377; }
.-nurse .cls-1 {
  fill: #fe6377 !important; }
.-nurse .color {
  color: #fe6377; }
.-nurse .main {
  font-family: a-otf-ryumin-pr6n, serif; }
  .-nurse .main .ttl-l3 {
    color: #fe6377; }
    .-nurse .main .ttl-l3--en {
      color: #fe6377; }
  .-nurse .main .ttl-l4 {
    border-bottom: 1px dashed #fe6377;
    color: #fe6377; }
  .-nurse .main a {
    color: #fe6377; }
.-nurse .block-figre-column-detail .title {
  color: #fe6377; }
.-nurse .news-list {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
.-nurse .aside-list {
  border-top: 1px solid #fe6377; }
  .-nurse .aside-list li {
    border-bottom: 1px solid #e6e6e6; }
  .-nurse .aside-list .current {
    background-color: #ffe8eb; }
.-nurse .section__title, .-nurse .ttl-l1, .-nurse .ttl-l3, .-nurse .main__title, .-nurse .ttl-l5 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
.-nurse .main__title {
  border-bottom: 1px solid #fe6377; }
.-nurse .ttl-l1-recruit {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fe6377; }
.-nurse .ttl-l2-recruit {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fe6377;
  font-family: a-otf-ryumin-pr6n, serif; }
  .-nurse .ttl-l2-recruit span {
    display: inline-block;
    background: #fff; }
  .-nurse .ttl-l2-recruit:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fe6377;
    z-index: -1; }
.-nurse .ttl-l3-recruit {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #fe6377;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: a-otf-ryumin-pr6n, serif; }
.-nurse .ttl-l4-recruit {
  margin-bottom: 10px;
  color: #fe6377;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: a-otf-ryumin-pr6n, serif; }
.-nurse .ttl-l5 {
  color: #fe6377; }
.-nurse .footer .pagetop {
  background: url(../img/recruit/nurse_arrow.svg) no-repeat; }
.-nurse .footer-nav li a:before {
  color: #fe6377; }
.-nurse .svgLogoSymbol, .-nurse .svgLogoText {
  fill: #fe6377; }
.-nurse .footer-utility__strong-text {
  background-color: #fe6377;
  border: none; }
  .-nurse .footer-utility__strong-text a {
    color: #fff; }
.-nurse .column-wrap .aside-list li a {
  color: #000; }

@media screen and (max-width: 992px) {
  .-nurse .footer {
    background: #fe6377; }
  .-nurse .svgLogoSymbol, .-nurse .svgLogoText {
    fill: #fff; }
  .-nurse .footer-utility__strong-text {
    background-color: #fe6377;
    border: 3px solid #fff; }
    .-nurse .footer-utility__strong-text a {
      color: #fff; }
  .-nurse .footer-nav li a:before {
    color: #fff; }
  .-nurse .footer-info__logo a .cls-1 {
    fill: #fff !important; }
  .-nurse .ttl-l1-recruit {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 28px;
    font-size: 1.75rem;
    color: #fe6377; }
  .-nurse .ttl-l2-recruit {
    position: relative;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #fe6377;
    font-family: a-otf-ryumin-pr6n, serif; }
    .-nurse .ttl-l2-recruit span {
      display: inline-block;
      background: #fff; }
    .-nurse .ttl-l2-recruit:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #fe6377;
      z-index: -1; }
  .-nurse .ttl-l3-recruit {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #fe6377;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: a-otf-ryumin-pr6n, serif; }
  .-nurse .ttl-l4-recruit {
    margin-bottom: 10px;
    color: #fe63772;
    font-size: 16px;
    font-size: 1rem;
    font-family: a-otf-ryumin-pr6n, serif; } }
/* 臨床研修医 */
.-resident .nav-list li.now-entry:after {
  border: 1px solid #004b69;
  color: #004b69; }
.-resident .header-utility {
  background: #004b69; }
.-resident .cls-1 {
  fill: #004b69 !important; }
.-resident .column-wrap .aside-list li a {
  color: #000; }
.-resident .color {
  color: #004b69; }
.-resident .main {
  font-family: a-otf-ryumin-pr6n, serif; }
  .-resident .main .ttl-l3 {
    color: #004b69; }
    .-resident .main .ttl-l3--en {
      color: #004b69; }
  .-resident .main .ttl-l4 {
    border-bottom: 3px dotted #004b69;
    color: #004b69; }
  .-resident .main a {
    color: #004b69; }
.-resident .ttl-l1-recruit {
  color: #004b69; }
.-resident .ttl-l2-recruit {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #004b69;
  font-family: a-otf-ryumin-pr6n, serif; }
  .-resident .ttl-l2-recruit span {
    display: inline-block;
    background: #fff; }
  .-resident .ttl-l2-recruit:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #004b69;
    z-index: -1; }
.-resident .ttl-l3-recruit {
  color: #004b69; }
.-resident .aside-list {
  border-top: 1px solid #004b69; }
  .-resident .aside-list .current {
    background-color: #bbc5d3; }
.-resident .footer .pagetop {
  background: url(../img/recruit/resident_arrow.svg) no-repeat; }
.-resident .footer-nav li a:before {
  color: #004b69; }
.-resident .svgLogoSymbol, .-resident .svgLogoText {
  fill: #004b69; }
.-resident .footer-utility__strong-text {
  background-color: #004b69;
  border: none; }
  .-resident .footer-utility__strong-text a {
    color: #fff; }
.-resident .aside.-news .aside__title {
  border: none; }
.-resident .ttl-l2 {
  border-bottom: 1px solid #004b69; }
.-resident .-news .aside-list {
  padding-top: 10px; }
.-resident .link-btn__text {
  background: #004b69; }

@media screen and (max-width: 992px) {
  .-resident .footer {
    background: #004b69; }
  .-resident .footer-info__logo a .cls-1 {
    fill: #fff !important; }
  .-resident .footer-utility__strong-text {
    background-color: #004b69;
    border: 3px solid #fff; }
    .-resident .footer-utility__strong-text a {
      color: #fff; }
  .-resident .-resident .aside-list {
    border: none; }
  .-resident .footer-nav li a:before {
    color: #fff; } }
/*薬剤部*/
.-pharmacist .nav-list li.now-entry:after {
  border: 1px solid #add700;
  color: #add700; }
.-pharmacist .header-utility {
  background: #add700; }
.-pharmacist .cls-1 {
  fill: #add700 !important; }
.-pharmacist .color {
  color: #add700; }
.-pharmacist .main {
  font-family: a-otf-ryumin-pr6n, serif;
  position: relative; }
  .-pharmacist .main .ttl-l3 {
    color: #add700; }
    .-pharmacist .main .ttl-l3--en {
      color: #add700; }
  .-pharmacist .main .ttl-l4 {
    border-bottom: 3px dotted #add700;
    color: #add700; }
  .-pharmacist .main a {
    color: #add700; }
.-pharmacist .block-figre-column-detail .title {
  color: #add700; }
.-pharmacist .news-list {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
.-pharmacist .aside-list {
  border-top: 1px solid #add700; }
  .-pharmacist .aside-list li {
    border-bottom: 1px solid #e6e6e6; }
  .-pharmacist .aside-list .current {
    background-color: #e9f4ba; }
.-pharmacist .ttl-l1-recruit {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 36px;
  font-size: 2.25rem;
  color: #add700; }
.-pharmacist .ttl-l2-recruit {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #add700;
  font-family: a-otf-ryumin-pr6n, serif; }
  .-pharmacist .ttl-l2-recruit span {
    display: inline-block;
    background: #fff; }
  .-pharmacist .ttl-l2-recruit:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #add700;
    z-index: -1; }
.-pharmacist .ttl-l3-recruit {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #add700;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: a-otf-ryumin-pr6n, serif; }
.-pharmacist .ttl-l4-recruit {
  margin-bottom: 10px;
  color: #add700;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: a-otf-ryumin-pr6n, serif; }
.-pharmacist .footer .pagetop {
  background: url(../img/recruit/pharmacist_arrow.svg) no-repeat; }
.-pharmacist .footer-nav li a:before {
  color: #add700; }
.-pharmacist .svgLogoSymbol, .-pharmacist .svgLogoText {
  fill: #add700; }
.-pharmacist .footer-utility__strong-text {
  background-color: #add700;
  border: none; }
  .-pharmacist .footer-utility__strong-text a {
    color: #fff; }
.-pharmacist .column-wrap .aside-list li a {
  color: #000; }

@media screen and (max-width: 992px) {
  .-pharmacist .footer-info__logo a .cls-1 {
    fill: #fff !important; }
  .-pharmacist .footer {
    background: #add700; }
  .-pharmacist .footer-utility__strong-text {
    background-color: #add700;
    border: 3px solid #fff; }
    .-pharmacist .footer-utility__strong-text a {
      color: #fff; }
  .-pharmacist .footer-nav li a:before {
    color: #fff; } }
/*----------------------------------------------------
	form
----------------------------------------------------*/
.ttl-form {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem; }

.list-form-att {
  margin-bottom: 50px; }
  .list-form-att li {
    padding-left: 1em;
    line-height: 1.4;
    margin-bottom: 6px; }
    .list-form-att li:before {
      content: "○";
      margin-left: -1em; }

.list-ul.-error {
  color: #e94962;
  font-weight: bold; }

.form-table {
  width: 100%;
  margin-bottom: 30px; }
  .form-table th {
    padding: 28px 0;
    padding-right: 20px;
    vertical-align: top;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem; }
  .form-table td {
    padding: 18px 0;
    padding-right: 40px;
    width: 75%; }
    .form-table td img {
      pointer-events: auto;
      vertical-align: middle; }
  .form-table .icon-required {
    display: inline-block;
    margin-left: 15px;
    padding: 5px 10px;
    color: #e94962;
    border: 1px solid #e94962;
    line-height: 1;
    font-size: 14px;
    font-size: 0.875rem; }
  .form-table input {
    margin-bottom: 7px; }
  .form-table input[type="radio"] {
    margin-bottom: 8px;
    margin-right: 15px;
    margin-left: 5px; }
  .form-table input[type="checkbox"] {
    margin-bottom: 7px;
    margin-right: -3px;
    margin-left: 5px; }
  .form-table select {
    margin-bottom: 4px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #111;
    width: 26%;
    height: 35px;
    margin-right: 14px;
    font-size: 14px; }
  .form-table .flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .form-table .flex li {
      margin-right: 5px; }
  .form-table .aform-calendar {
    width: 24%; }

.form-item-text, .form-item-textarea {
  width: 500px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #898989;
  border-radius: 5px;
  background: #e6e6e6;
  box-sizing: border-box; }
.form-item-textarea {
  width: 100%; }
.form-item-width25 {
  width: 25%; }
.form-item-width50 {
  width: 50%; }
.form-item-width75 {
  width: 75%; }

.agree {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem; }
  .agree input[type="checkbox"] {
    display: block;
    font-size: 37px;
    width: 24px;
    height: 24px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-right: 5px; }
  .agree input[type="checkbox"]:checked + label:after {
    opacity: 1; }

.form-btn {
  margin-top: 40px;
  text-align: center; }
  .form-btn .btn-submit {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px 40px;
    border: 2px solid #33beff;
    color: #33beff;
    background: #fff;
    transition: .3s; }
    .form-btn .btn-submit:hover {
      cursor: pointer;
      background: #33beff;
      color: #fff; }

/* --------------------------- form SP */
@media screen and (max-width: 992px) {
  .form-table th, .form-table td {
    display: block;
    width: 100%;
    padding: 0; }
  .form-table th {
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1rem; }
  .form-table td {
    padding-bottom: 20px; }
  .form-table .icon-required {
    font-size: 12px;
    font-size: 0.75rem; }
  .form-table select {
    width: 100%; }
  .form-table .flex li {
    width: 100%;
    margin-top: 8px; }
  .form-table .aform-calendar {
    width: 50%;
    margin-top: 10px; }

  .form-item-text, .form-item-textarea {
    min-width: 0;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-size: 1rem; }
  .form-itemwidth100 {
    width: 100%; }

  .agree input[type="checkbox"] {
    margin-right: 17px; }

  .form-btn .btn-submit {
    font-size: 18px;
    font-size: 1.125rem; } }
/* --------------------------- form SP END */
/*
  A-form
*/
.aform-content .form-table th .aform-required {
  display: inline-block;
  margin-left: 15px;
  padding: 5px 10px;
  color: #e94962;
  border: 1px solid #e94962;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem; }
.aform-content .form-table .aform-horizontal-ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .aform-content .form-table .aform-horizontal-ul li {
    margin-right: 5px; }
.aform-content .form-table .aform-input.aform-text, .aform-content .form-table .aform-input.aform-textarea, .aform-content .form-table .aform-input.aform-name, .aform-content .form-table .aform-input.aform-kana, .aform-content .form-table .aform-input.aform-tel, .aform-content .form-table .aform-input.aform-zipcode, .aform-content .form-table .aform-input.aform-email {
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #898989;
  border-radius: 5px;
  background: #e6e6e6;
  box-sizing: border-box; }
.aform-content .form-table .aform-input.aform-textarea {
  width: 100%; }
.aform-content .form-table .aform-input.aform-tel, .aform-content .form-table .aform-input.aform-zipcode {
  width: 25%; }
.aform-content .form-table .aform-field-option-text.validate-option-text {
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #898989;
  border-radius: 5px;
  background: #e6e6e6;
  box-sizing: border-box; }
.aform-content .aform-checkbox-ul.mail_agree li {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem; }
  .aform-content .aform-checkbox-ul.mail_agree li input[type="checkbox"] {
    font-size: 37px;
    width: 24px;
    height: 24px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-right: 5px; }
.aform-content .aform-button-area {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center; }
  .aform-content .aform-button-area input[type="submit"] {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px 40px;
    border: 2px solid #004b69;
    color: #004b69;
    background: #fff;
    transition: .3s; }
    .aform-content .aform-button-area input[type="submit"]:hover {
      background: #004b69;
      color: #fff;
      cursor: pointer; }
  .aform-content .aform-button-area .aform-button-area--btn {
    margin-right: 20px; }
    .aform-content .aform-button-area .aform-button-area--btn a {
      display: inline-flex;
      align-items: center;
      height: 100%;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      padding: 15px 35px;
      border: 2px solid #9a9a9a;
      color: #9a9a9a;
      background: #fff;
      box-sizing: border-box;
      transition: .3s; }
      .aform-content .aform-button-area .aform-button-area--btn a:hover {
        background: #9a9a9a;
        color: #fff;
        cursor: pointer; }
.aform-content .aform-error {
  color: #e94962; }

/*----------------------------------------------------------
 iPad
------------------------------------------------------------*/
@media screen and (min-width: 751px) and (max-width: 992px) {
  .hyou3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; } }
/*----------------------------------------------------
	changeColor
----------------------------------------------------*/
.bg-f body {
  background: #fff;
  color: #231815; }

.bg-0 body {
  background: #000;
  color: #fff !important; }
.bg-0 a {
  color: #ff0; }
.bg-0 .table th {
  background: #333; }
.bg-0 .link-btn__text {
  color: #ff0; }
.bg-0 .top-nav li a {
  color: #ff0; }
  .bg-0 .top-nav li a.-active {
    background: #33beff; }
.bg-0 .top-news-category li a {
  background: #333; }
.bg-0 .top-news-category .-active a {
  background: #33beff;
  color: #ff0; }
.bg-0 .parking-item__img {
  background: #fff; }
.bg-0 .aside__title {
  color: #fff; }
.bg-0 .aside li {
  background: #000; }
  .bg-0 .aside li a {
    color: #ff0; }
  .bg-0 .aside li.current a {
    color: #ff0 !important; }
    .bg-0 .aside li.current a:before {
      color: #ff0 !important; }
.bg-0 .top-important-news__text {
  color: #000; }
.bg-0 .top-important-news2__text {
  color: #000; }
.bg-0 .top-news-category li a {
  color: #fff; }
.bg-0 .top-news-detail {
  background: #000; }
.bg-0 .top-news-list li .category {
  color: #fff; }
.bg-0 .cls-1 {
  fill: #fff; }
.bg-0 .footer-info__logo a .cls-2 {
  fill: #fff; }
.bg-0 .ttl-l1 span {
  background: #000; }
.bg-0 .main a {
  color: #ff0; }
.bg-0 #hitorigoto a {
  color: #fff; }
.bg-0 .-approach-report a {
  color: #fff; }
.bg-0 .block-index.-withDetailLink .btn a {
  border: 1px solid #fff;
  color: #fff; }
.bg-0 .title span {
  border: 1px solid #fff;
  color: #fff; }
.bg-0 .link-color-black {
  color: #fff !important; }
.bg-0 .block-index.-withDetailLink .ttl {
  color: #fff; }
.bg-0 .block-benefit .inner {
  background: #000; }
.bg-0 .block-benefit .ttl-l3 {
  color: #fff !important; }
.bg-0 .-resident .ttl-l2-recruit span {
  background: #000; }
.bg-0 .-resident .ttl-l2-recruit {
  color: #fff; }
.bg-0 .-resident .ttl-l1-recruit {
  color: #fff; }
.bg-0 .one-time p {
  color: #fff; }
.bg-0 .-resident .ttl-l3-recruit {
  color: #fff; }
.bg-0 .-resident .main .ttl-l3--en {
  color: #fff; }
.bg-0 .-resident .main .ttl-l3 {
  color: #fff; }
.bg-0 .link-color-gray {
  color: #fff !important; }
.bg-0 .-pharmacist .ttl-l2-recruit span {
  background: #000; }
.bg-0 .-nurse .ttl-l2-recruit span {
  background: #000; }
.bg-0 .-nurse .margi-7 {
  border: none; }
.bg-0 .-news .top-news-list .ttl a {
  color: #ff0; }
.bg-0 .aside.-news .aside-list li {
  background: #000; }
.bg-0 .-recruit .aside-list > li > a {
  color: #fff; }
.bg-0 .-nurse .aside-list .current {
  background-color: #000; }
.bg-0 .-resident .aside-list .current {
  background-color: #000; }
.bg-0 .-pharmacist .aside-list .current {
  background-color: #000; }
.bg-0 .text span {
  color: #fff; }
.bg-0 .-recruit .ttl-l2-recruit span {
  background: #000; }
.bg-0 .-resident .column-wrap .aside-list li a {
  color: #fff; }
.bg-0 .sp-menu-title span {
  background-color: #fff; }
.bg-0 .sp-menu-title.-active span {
  background-color: #000; }
.bg-0 .sp-menu-list li a {
  color: #000; }
.bg-0 .sp-menu-contact {
  color: #000; }
.bg-0 .-top .sp-menu-title span {
  background-color: #000; }
.bg-0 .-top .sp-menu-title {
  color: #000; }
.bg-0 .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #fff; }

