@charset "UTF-8";
/* ---------------------------------------------------------
config
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Teko:500");
@import url("https://fonts.googleapis.com/css?family=Oswald:500");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
@media screen and (max-width: 750px) {
  [data-sc-pc] {
    display: none !important; } }

@media print, screen and (min-width: 751px) {
  [data-sc-sp] {
    display: none !important; } }

/* ---------------------------------------------------------
reset
--------------------------------------------------------- */
html {
  font-family: Roboto,"Noto Sans JP","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px; }
  @media print, screen and (min-width: 750px) and (max-width: 1599px) {
    html {
      font-size: 90px; } }
  @media screen and (min-width: 410px) and (max-width: 750px) {
    html {
      font-size: 110px; } }
  @media print, screen and (min-width: 751px) {
    html {
      font-feature-settings: "palt"; } }
  @media screen and (max-width: 750px) {
    html {
      line-height: 1.5; } }

body {
  line-height: 1;
  color: #666;
  font-size: .12rem;
  letter-spacing: .05em; }

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure, input, select, button, optgroup, textarea {
  margin: 0;
  padding: 0; }

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block; }

img, video {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box; }

b, strong {
  font-weight: inherit;
  font-weight: bolder; }

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s; }
  a:hover {
    cursor: pointer;
    opacity: .7; }
  a img {
    transition: .3s; }
    a img:hover {
      opacity: .7; }

li {
  list-style: none; }

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio, video, canvas {
  display: inline-block; }

summary {
  display: list-item; }

audio:not([controls]) {
  display: none;
  height: 0; }

input, select, button, optgroup, textarea {
  appearance: none;
  background: none;
  border: none;
  outline: 0;
  font: inherit; }

button, input {
  overflow: visible; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

button, select {
  cursor: pointer;
  text-transform: none; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border: none; }

select::-ms-expand {
  display: none; }

/* -----------------------------------------------------------------------------
parts
----------------------------------------------------------------------------- */
.row_B {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.w1080 {
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 10.8rem; }

.w1280 {
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 12.8rem; }

.bgImg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.ttlWithEn {
  margin: auto;
  max-width: 6rem;
  position: relative;
  text-align: center; }
  .ttlWithEn .en {
    color: #377f93;
    font-family: Teko,sans-serif;
    font-weight: 500;
    font-size: .4rem;
    letter-spacing: .2em; }
    @media screen and (max-width: 750px) {
      .ttlWithEn .en {
        font-size: .2rem; } }
  .ttlWithEn .border {
    margin: 0 0 .2rem 0;
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #377f93; }
    @media screen and (max-width: 750px) {
      .ttlWithEn .border {
        margin: 0 0 .1rem 0; } }
    .ttlWithEn .border:before, .ttlWithEn .border:after {
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: .05rem;
      height: .05rem;
      content: "";
      background: #377f93; }
    .ttlWithEn .border:before {
      left: 0; }
    .ttlWithEn .border:after {
      right: 0; }
  .ttlWithEn .ja {
    font-weight: bold;
    font-size: .18rem;
    letter-spacing: .6em; }
    @media screen and (max-width: 750px) {
      .ttlWithEn .ja {
        font-size: .14rem; } }

.ttlArrow {
  padding: 0 0 0 .3rem;
  position: relative;
  color: #377f93;
  font-weight: bold;
  font-size: .22rem; }
  @media screen and (max-width: 750px) {
    .ttlArrow {
      font-size: .14rem; } }
  .ttlArrow:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .18rem;
    height: .22rem;
    content: "";
    background: url("../img/ic_arrow02.svg") no-repeat left/100%; }
    @media screen and (max-width: 750px) {
      .ttlArrow:before {
        width: .15rem;
        height: .15rem; } }

.btnArrow {
  margin: auto;
  border: 0.03rem solid #377f93;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 2rem;
  height: .4rem;
  color: #fff;
  background: #377f93;
  font-weight: bold;
  font-size: .15rem; }
  @media screen and (max-width: 750px) {
    .btnArrow {
      max-width: 1.5rem;
      height: .3rem;
      font-size: .12rem; } }
  .btnArrow:before {
    position: absolute;
    top: 50%;
    right: .15rem;
    transform: translateY(-50%);
    width: .15rem;
    height: .12rem;
    content: "";
    background-image: url("../img/ic_arrow03.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: .3s; }
    @media screen and (max-width: 750px) {
      .btnArrow:before {
        width: .1rem;
        height: .1rem; } }
  .btnArrow:hover:before {
    right: .2rem; }
  .btnArrow.border {
    color: #377f93;
    background: transparent; }
    .btnArrow.border:before {
      background-image: url("../img/ic_arrow04.svg"); }
    .btnArrow.border:hover {
      color: #fff;
      background: #377f93;
      opacity: 1; }
      .btnArrow.border:hover:before {
        right: .2rem;
        background-image: url("../img/ic_arrow03.svg"); }

.mvwrap {
  width: 100%; }

main {
  position: relative;
  background: #f0f3f5; }

/* -----------------------------------------------------------------------------
header
----------------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff; }
  @media print, screen and (min-width: 751px) {
    header {
      border-radius: 0 0 .1rem .1rem;
      box-shadow: 0 0 0.2rem -0.1rem rgba(0, 0, 0, 0.5);
      left: 50%;
      transform: translateX(-50%);
      max-width: 12.8rem; } }
  header .w1080 {
    position: relative;
    height: 1rem; }
    @media screen and (max-width: 750px) {
      header .w1080 {
        height: .5rem; } }
    header .w1080 .logo {
      display: block;
      width: 3.5rem; }
      @media screen and (max-width: 750px) {
        header .w1080 .logo {
          max-width: 1.5rem;
          left: 25%;
          padding-top: 2%; } }
      header .w1080 .logo h1 {
        color: transparent;
        font-size: 0; }
    @media print, screen and (min-width: 751px) {
      header .w1080 nav {
        display: inherit !important;
        position: absolute;
        top: 50%;
        right: .6rem;
        transform: translateY(-50%); } }
    @media screen and (max-width: 750px) {
      header .w1080 nav {
        padding: .4rem .2rem;
        box-sizing: border-box;
        display: none;
        position: fixed;
        top: .5rem;
        left: 0;
        width: 100%;
        height: 100%;
        background: #377f93; } }
    @media print, screen and (min-width: 751px) {
      header .w1080 nav ul {
        display: flex; } }
    @media screen and (max-width: 750px) {
      header .w1080 nav ul {
        margin: auto;
        display: table; } }
    header .w1080 nav ul li {
      margin: 0 .3rem 0 0; }
      @media screen and (max-width: 750px) {
        header .w1080 nav ul li {
          margin: 0 0 .2rem 0; } }
      header .w1080 nav ul li:last-child {
        margin: 0; }
      header .w1080 nav ul li a {
        padding: 0 0 0 .15rem;
        position: relative;
        font-weight: bold;
        font-size: .14rem; }
        @media screen and (max-width: 750px) {
          header .w1080 nav ul li a {
            color: #fff; } }
        header .w1080 nav ul li a:before {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: .1rem;
          height: .12rem;
          content: "";
          background: url("../img/ic_arrow01.svg") no-repeat left; }
    header .w1080 .btn_contact {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      max-width: .3rem; }
      @media screen and (max-width: 750px) {
        header .w1080 .btn_contact {
          right: .6rem;
          max-width: .24rem; } }
    header .w1080 .toggle {
      border-radius: .05rem;
      position: absolute;
      top: 50%;
      right: .05rem;
      z-index: 1000;
      transform: translateY(-50%);
      width: .4rem;
      height: .4rem;
      background: #377f93;
      cursor: pointer; }
      header .w1080 .toggle span {
        border-radius: .02rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: .28rem;
        height: 2px;
        background: rgba(255, 255, 255, 0.5);
        transition: .3s; }
        header .w1080 .toggle span.bar01 {
          top: 35%; }
        header .w1080 .toggle span.bar03 {
          top: 65%; }
      header .w1080 .toggle.active .bar01 {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }
      header .w1080 .toggle.active .bar02 {
        opacity: 0; }
      header .w1080 .toggle.active .bar03 {
        top: 50%;
        transform: translate(-50%, -50%) rotate(135deg); }

/* -----------------------------------------------------------------------------
footer
----------------------------------------------------------------------------- */
footer {
  position: relative;
  background: #c3d9de; }
  footer .ft_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.6rem; }
    @media screen and (max-width: 750px) {
      footer .ft_contact {
        height: 2.3rem; } }
    footer .ft_contact a {
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.34rem;
      height: 2.34rem;
      line-height: 1.2;
      color: #377f93;
      background: #fff;
      font-weight: bold;
      font-size: .26rem;
      text-align: center; }
      @media screen and (max-width: 750px) {
        footer .ft_contact a {
          width: 1.2rem;
          height: 1.2rem;
          font-size: .14rem; } }
      footer .ft_contact a span {
        padding: .5rem 0 0 0;
        background-image: url("../img/ic_mail_blue.svg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: .4rem; }
        @media screen and (max-width: 750px) {
          footer .ft_contact a span {
            padding: .25rem 0 0 0;
            background-size: .2rem; } }
      footer .ft_contact a:hover {
        color: #fff;
        background: #377f93;
        opacity: 1; }
        footer .ft_contact a:hover span {
          background-image: url("../img/ic_mail_white.svg"); }
  footer .bg {
    position: relative;
    color: #fff;
    background: #377f93; }
    @media print, screen and (min-width: 751px) {
      footer .bg {
        padding: 0 .2rem .4rem .2rem; } }
    footer .bg:before {
      position: absolute;
      top: -1.22rem;
      left: 0;
      width: 100%;
      height: 1.25rem;
      content: "";
      background: url("../img/ft_town.svg") no-repeat center top/cover; }
      @media screen and (max-width: 750px) {
        footer .bg:before {
          top: -.45rem;
          height: .5rem; } }
    footer .bg .txtPagetop {
      padding: .2rem;
      display: block;
      text-align: center; }
      footer .bg .txtPagetop span {
        padding: 0 .3rem 0 0;
        position: relative;
        font-weight: bold;
        font-size: .15rem; }
        @media screen and (max-width: 750px) {
          footer .bg .txtPagetop span {
            padding: 0 .2rem 0 0;
            font-size: .12rem; } }
        footer .bg .txtPagetop span:before, footer .bg .txtPagetop span:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          content: ""; }
        footer .bg .txtPagetop span:before {
          border-radius: 50%;
          right: 0;
          width: .18rem;
          height: .18rem;
          background: #fff; }
          @media screen and (max-width: 750px) {
            footer .bg .txtPagetop span:before {
              width: .1rem;
              height: .1rem; } }
        footer .bg .txtPagetop span:after {
          border-style: solid;
          border-width: 0 .05rem .07rem .05rem;
          border-color: transparent transparent #377f93 transparent;
          top: 45%;
          right: .04rem; }
          @media screen and (max-width: 750px) {
            footer .bg .txtPagetop span:after {
              border-width: 0 .03rem .05rem .03rem;
              right: .02rem; } }
    footer .bg .row {
      margin: 0 0 .7rem 0;
      padding: .4rem 0;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      box-sizing: border-box;
      position: relative;
      height: 3.2rem; }
      @media screen and (max-width: 750px) {
        footer .bg .row {
          margin: 0;
          padding: 0;
          border-width: 1px;
          height: auto; } }
      @media print, screen and (min-width: 751px) {
        footer .bg .row .addressArea {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 5rem; } }
      footer .bg .row .addressArea dl {
        margin: auto;
        display: table; }
        @media screen and (max-width: 750px) {
          footer .bg .row .addressArea dl {
            padding: .2rem; } }
        footer .bg .row .addressArea dl dt {
          margin: 0 0 .3rem 0;
          text-align: center; }
          @media screen and (max-width: 750px) {
            footer .bg .row .addressArea dl dt {
              text-align: center; } }
          footer .bg .row .addressArea dl dt img {
            max-width: 3.5rem; }
            @media screen and (max-width: 750px) {
              footer .bg .row .addressArea dl dt img {
                max-width: 2rem; } }
        footer .bg .row .addressArea dl dd {
          line-height: 1.8;
          font-size: .12rem; }
          footer .bg .row .addressArea dl dd a {
            margin: 0 .15rem 0 0; }
      @media print, screen and (min-width: 751px) {
        footer .bg .row .nvArea {
          padding: 0 .4rem;
          border-left: 2px solid #fff;
          box-sizing: border-box;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: calc(100% - 5rem); } }
      @media screen and (max-width: 750px) {
        footer .bg .row .nvArea {
          padding: .2rem;
          border-bottom: 1px solid #fff; } }
      @media screen and (max-width: 750px) {
        footer .bg .row .nvArea ul {
          margin: auto;
          display: table; } }
      footer .bg .row .nvArea ul li {
        margin: 0 0 .4rem 0; }
        @media screen and (max-width: 750px) {
          footer .bg .row .nvArea ul li {
            margin: 0 0 .2rem 0; } }
        footer .bg .row .nvArea ul li:last-child {
          margin: 0; }
        footer .bg .row .nvArea ul li a {
          padding: 0 0 0 .3rem;
          position: relative;
          font-weight: bold;
          font-size: .14rem; }
          @media screen and (max-width: 750px) {
            footer .bg .row .nvArea ul li a {
              padding: 0 0 0 .2rem;
              font-size: .12rem; } }
          footer .bg .row .nvArea ul li a:before, footer .bg .row .nvArea ul li a:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            content: ""; }
          footer .bg .row .nvArea ul li a:before {
            border-radius: 50%;
            left: 0;
            width: .18rem;
            height: .18rem;
            background: #fff; }
            @media screen and (max-width: 750px) {
              footer .bg .row .nvArea ul li a:before {
                width: .1rem;
                height: .1rem; } }
          footer .bg .row .nvArea ul li a:after {
            border-style: solid;
            border-width: .05rem 0 .05rem .08rem;
            border-color: transparent transparent transparent #377f93;
            left: .06rem; }
            @media screen and (max-width: 750px) {
              footer .bg .row .nvArea ul li a:after {
                border-width: .03rem 0 .03rem .05rem;
                left: .03rem; } }
    footer .bg .copyright {
      line-height: 1.8;
      font-weight: bold;
      font-size: .12rem;
      text-align: center; }
      @media screen and (max-width: 750px) {
        footer .bg .copyright {
          padding: .2rem; } }
  footer .icPagetop {
    display: block;
    position: absolute;
    right: .2rem;
    bottom: .2rem;
    max-width: .6rem;
    font-weight: bold;
    padding: 1em; }

.bx-pager.bx-default-pager {
  display: none !important; }

.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important; }

header .w1080 .logo {
  padding: 12px 0; }
  @media screen and (max-width: 750px) {
    header .w1080 .logo {
      padding: 10px 0 0 20px; } }
  header .w1080 .logo img {
    display: block;
    max-height: .7rem;
    width: auto; }

/* ---------------------------------------------------------
main
--------------------------------------------------------- */
/* ---------------------------------------------------------
particles
--------------------------------------------------------- */
#particles {
  border-top: 5px solid #377f93;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%; }
  #particles canvas {
    position: absolute;
    top: 0;
    left: 0; }

/* ---------------------------------------------------------
intro
--------------------------------------------------------- */
.intro {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: #fff; }
  @media print, screen and (min-width: 751px) {
    .intro {
      margin: -1.25rem auto 1rem auto;
      padding: .6rem .2rem;
      border-radius: .2rem .2rem 0 0;
      box-shadow: 0 0 0.2rem -0.1rem rgba(0, 0, 0, 0.5);
      position: relative;
      max-width: 14rem; } }
  @media screen and (max-width: 750px) {
    .intro {
      padding: .4rem .2rem; } }
  .intro .ttlWithEn .ja {
    letter-spacing: .05em; }
    @media print, screen and (min-width: 751px) {
      .intro .ttlWithEn .ja {
        font-size: .3rem; } }
  .intro p {
    margin: .4rem 0 0 0;
    line-height: 1.8;
    font-size: .18rem;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .intro p {
        margin: .2rem 0 0 0;
        font-size: .12rem; } }

/* ---------------------------------------------------------
greeting
--------------------------------------------------------- */
.greeting {
  padding: 0 .2rem .8rem .2rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 750px) {
    .greeting {
      padding: .4rem .2rem; } }
  .greeting .rim {
    margin: .5rem 0;
    padding: .3rem;
    border: .05rem solid #fff;
    box-sizing: border-box;
    line-height: 1.8;
    font-size: .18rem;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .greeting .rim {
        margin: .2rem 0;
        padding: .2rem;
        font-size: .11rem;
        text-align: left; } }
  .greeting a {
    margin: auto;
    border-radius: .08rem;
    box-shadow: 0 0 0.2rem -0.1rem rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 3rem;
    height: .5rem;
    color: #377f93;
    background: #fff;
    font-weight: bold;
    font-size: .15rem; }
    @media screen and (max-width: 750px) {
      .greeting a {
        max-width: 1.5rem;
        height: .3rem;
        font-size: .12rem; } }

/* ---------------------------------------------------------
about
--------------------------------------------------------- */
.about {
  padding: .6rem .2rem;
  position: relative;
  background: url("../../img/top/about_bg.jpg") no-repeat left/cover; }
  @media screen and (max-width: 750px) {
    .about {
      padding: .4rem;
      background: url("../../img/top/about_bg_sp.jpg") no-repeat left/cover; } }
  .about:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 7rem;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.7); }
    @media screen and (max-width: 750px) {
      .about:before {
        width: calc(100% - .4rem); } }
  .about .row {
    margin: .6rem 0 0 0;
    display: flex;
    position: relative; }
    @media screen and (max-width: 750px) {
      .about .row {
        margin: .4rem 0 0 0;
        display: inherit; } }
    .about .row .box {
      box-shadow: 0 0 0.2rem -0.1rem rgba(0, 0, 0, 0.5);
      box-sizing: border-box; }
      @media print, screen and (min-width: 751px) {
        .about .row .box {
          padding: .3rem;
          width: 50%;
          background: rgba(255, 255, 255, 0.8); } }
      @media screen and (max-width: 750px) {
        .about .row .box {
          padding: .15rem;
          background: #fff; } }
      .about .row .box + .box {
        margin: 0 0 0 .3rem; }
        @media screen and (max-width: 750px) {
          .about .row .box + .box {
            margin: .2rem 0 0 0; } }
      .about .row .box .ttlArrow {
        margin: 0 0 .2rem 0; }
        @media screen and (max-width: 750px) {
          .about .row .box .ttlArrow {
            margin: 0 0 .1rem 0; } }
      .about .row .box img {
        border: 3px solid #377f93; }
      .about .row .box p {
        margin: .3rem 0;
        line-height: 1.8;
        font-size: .14rem; }
        @media screen and (max-width: 750px) {
          .about .row .box p {
            margin: .2rem 0;
            line-height: 1.5;
            font-size: .12rem; } }

/* ---------------------------------------------------------
recruit
--------------------------------------------------------- */
.recruit {
  padding: 1.8rem 0 1.3rem 0;
  position: relative; }
  @media screen and (max-width: 750px) {
    .recruit {
      padding: .6rem 0; } }
  .recruit:before, .recruit:after {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: .3rem;
    height: .3rem;
    content: ""; }
    @media screen and (max-width: 750px) {
      .recruit:before, .recruit:after {
        width: .15rem;
        height: .15rem; } }
  .recruit:before {
    top: .8rem;
    background: #93b9c4; }
    @media screen and (max-width: 750px) {
      .recruit:before {
        top: .22rem; } }
  .recruit:after {
    bottom: .5rem;
    background: #bdccd4; }
    @media screen and (max-width: 750px) {
      .recruit:after {
        bottom: .22rem; } }
  .recruit .ttlWithEn {
    margin: 0 auto .4rem auto; }
    @media screen and (max-width: 750px) {
      .recruit .ttlWithEn {
        padding: 0 .2rem; } }
  .recruit .row {
    background: #c3d8de; }
    @media print, screen and (min-width: 751px) {
      .recruit .row {
        display: flex; } }
    .recruit .row .txtArea {
      box-sizing: border-box;
      position: relative;
      width: 50%;
      height: 3rem; }
      @media screen and (max-width: 750px) {
        .recruit .row .txtArea {
          padding: .4rem .2rem;
          width: 100%;
          height: auto; } }
      @media print, screen and (min-width: 751px) {
        .recruit .row .txtArea .in {
          position: absolute;
          top: 50%;
          right: .8rem;
          transform: translateY(-50%);
          width: 100%;
          max-width: 4.5rem; } }
      .recruit .row .txtArea .in p {
        margin: .2rem 0;
        line-height: 1.8;
        font-weight: bold;
        font-size: .14rem; }
        @media screen and (max-width: 750px) {
          .recruit .row .txtArea .in p {
            font-size: .12rem; } }
      .recruit .row .txtArea .in .btnArrow {
        margin: 0; }
    .recruit .row .phArea {
      position: relative; }
      @media print, screen and (min-width: 751px) {
        .recruit .row .phArea {
          width: 50%; } }
      .recruit .row .phArea img {
        height: 100%;
        object-fit: cover; }
      .recruit .row .phArea .num {
        position: absolute;
        top: 50%;
        left: .2rem;
        transform: translateY(-50%);
        color: #377f93;
        font-family: Oswald,sans-serif;
        font-weight: 500;
        font-size: 2.2rem;
        opacity: .7; }
        @media screen and (max-width: 750px) {
          .recruit .row .phArea .num {
            font-size: .8rem; } }
    .recruit .row.even {
      background: #fff; }
      .recruit .row.even .in {
        right: inherit;
        left: .8rem; }

.recruit.recruit02:before {
  top: .8rem;
  background: none; }

/* ---------------------------------------------------------
newsArea
--------------------------------------------------------- */
.newsArea {
  padding: 0 .2rem;
  padding-bottom: 1rem;
  margin-top: 5em; }
  @media screen and (max-width: 750px) {
    .newsArea {
      margin: .5rem 0; } }
  @media print, screen and (min-width: 751px) {
    .newsArea .w1080 {
      padding: .5rem;
      border: .02rem solid #ccc;
      display: flex;
      position: relative;
      min-height: 3rem;
      background: #fff;
      box-shadow: 0 0.05rem 0.1rem -0.05rem rgba(0, 0, 0, 0.5); } }
  @media print, screen and (min-width: 751px) {
    .newsArea .w1080 .ttlEnBorder {
      width: 3.6rem; } }
  @media screen and (max-width: 750px) {
    .newsArea .w1080 .ttlEnBorder {
      text-align: center; } }
  .newsArea .w1080 .ttlEnBorder h3.ja {
    font-size: 0.3rem;
    color: #377f93; }
  .newsArea .w1080 .ttlEnBorder p.en {
    font-size: .2rem; }
  @media print, screen and (min-width: 751px) {
    .newsArea .w1080 ul {
      width: calc(100% - 3.6rem); } }
  @media screen and (max-width: 750px) {
    .newsArea .w1080 ul {
      margin: .3rem 0; } }
  .newsArea .w1080 ul li {
    margin: 0 0 .3rem 0;
    line-height: 1.5;
    font-size: .16rem; }
    @media screen and (max-width: 750px) {
      .newsArea .w1080 ul li {
        margin: 0 0 .1rem 0; } }
    .newsArea .w1080 ul li:last-child {
      margin: 0; }
    @media print, screen and (min-width: 751px) {
      .newsArea .w1080 ul li a {
        display: flex; } }
    .newsArea .w1080 ul li a time {
      margin-right: 1em; }
    .newsArea .w1080 ul li a p {
      flex: 1; }
  @media print, screen and (min-width: 751px) {
    .newsArea .w1080 .btnArrow {
      position: absolute;
      bottom: .5rem;
      left: .5rem;
      padding: 0.5em;
      max-width: 100%;
      width: 12em; } }

.bx-wrapper {
  z-index: -1; }

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