@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
.btn-primary {
  color: #fff;
  background-color: #027FC4;
  border-color: #027FC4; }
  .btn-primary:hover {
    color: #fff;
    background-color: #027FC4;
    border-color: #027FC4;
    opacity: 0.75; }

.btn-outline-primary {
  color: #027FC4;
  border-color: #027FC4; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #027FC4;
    border-color: #027FC4; }

::selection {
  background: #69bec9;
  color: #fff; }

::-moz-selection {
  background: #69bec9;
  color: #fff; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  /*    @media screen and (min-width: 1263px) {padding-top: 60px;}
      @media screen and (max-width: 1262px) {padding-top: 62px; }
      @media screen and (max-width: 991px) { padding-top: 57px; }
      @include mq(w556, max) {padding-top: 50px;}
      @include mq(plus, max) { padding-top: 20px; }
  */
  overflow-x: hidden; }

#page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: #FFF;
  display: block;
  background: rgba(81, 192, 180, 0.7);
  opacity: 0.8;
  border-radius: 2px;
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear; }
  #page_top:hover {
    background: #51c0b4; }

#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none; }

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

.container {
  max-width: 1400px;
  margin: auto; }

.container-fluid {
  padding: 0; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500; }
  @media screen and (max-width: 991.98px) {
    .header .navbar-expand-lg > .container-fluid, .header .navbar-expand-lg > .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 768px) {
    .header .navbar-brand img {
      width: 65px;
      height: auto; } }
  @media screen and (max-width: 414px) {
    .header .navbar-brand img {
      width: 60px;
      height: auto; } }
  .header .hed_btn_sp {
    width: auto;
    padding: 10px 0; }
    @media screen and (min-width: 992px) {
      .header .hed_btn_sp {
        display: none; } }
    @media screen and (max-width: 414px) {
      .header .hed_btn_sp {
        padding: 0; } }
    .header .hed_btn_sp img {
      max-width: 100%;
      width: auto; }
      @media screen and (max-width: 660px) {
        .header .hed_btn_sp img {
          max-width: 300px; } }
      @media screen and (max-width: 560px) {
        .header .hed_btn_sp img {
          max-width: 200px; } }
      @media screen and (max-width: 414px) {
        .header .hed_btn_sp img {
          max-width: 200px; } }
      @media screen and (max-width: 375px) {
        .header .hed_btn_sp img {
          max-width: 180px; } }
      @media screen and (max-width: 360px) {
        .header .hed_btn_sp img {
          max-width: 160px; } }
      @media screen and (max-width: 320px) {
        .header .hed_btn_sp img {
          max-width: 160px; } }
  .header .hed_btn_pc {
    width: auto; }
    @media screen and (max-width: 991px) {
      .header .hed_btn_pc {
        display: none; } }
    .header .hed_btn_pc img {
      max-width: 100%;
      width: 90%; }
  .header .nolink {
    pointer-events: none; }

.global-nav {
  position: fixed;
  right: -440px;
  /* 隠れる */
  top: 0;
  width: 420px;
  height: 100vh;
  padding-top: 40px;
  background-color: #FFF;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロール*/ }
  @media screen and (max-width: 556px) {
    .global-nav {
      position: fixed;
      right: -320px;
      /* 隠れる */
      width: 300px; } }
  .global-nav a {
    display: block; }

.fade_off {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }

.fade_on {
  opacity: 1;
  background: #f5f8f7; }

.bg-light2 {
  background: #f5f8f7; }

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: auto;
  width: 80%; }
  .global-nav__list .global-nav__btn {
    display: block;
    text-align: center;
    margin: auto;
    border-bottom: 1px dotted #ccc;
    line-height: 200%; }
    .global-nav__list .global-nav__btn a {
      display: block;
      text-align: left;
      margin: auto;
      color: #212529; }
    .global-nav__list .global-nav__btn .hm_btn {
      display: block;
      width: 100%;
      margin: auto;
      text-align: center;
      padding: 0; }
      @media screen and (max-width: 556px) {
        .global-nav__list .global-nav__btn .hm_btn {
          width: 100%; } }
      .global-nav__list .global-nav__btn .hm_btn li {
        display: inline-flex;
        width: 40%;
        margin: 0 10px 15px 0;
        text-align: center; }
        .global-nav__list .global-nav__btn .hm_btn li a {
          display: block;
          text-align: center;
          margin: auto; }
          .global-nav__list .global-nav__btn .hm_btn li a img {
            max-width: 100%;
            width: auto; }
          .global-nav__list .global-nav__btn .hm_btn li a:hover {
            text-decoration: none;
            opacity: 0.7; }
        .global-nav__list .global-nav__btn .hm_btn li:nth-of-type(2), .global-nav__list .global-nav__btn .hm_btn li:nth-of-type(4) {
          margin: 0 0 15px 0; }
  .global-nav__list .global-nav__item {
    text-align: center;
    padding: 0; }
    .global-nav__list .global-nav__item img {
      max-width: 100%;
      width: auto; }
    .global-nav__list .global-nav__item a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #FFF; }
      .global-nav__list .global-nav__item a img {
        max-width: 100%;
        width: auto; }
      .global-nav__list .global-nav__item a:hover {
        text-decoration: none;
        opacity: 0.7; }
  .global-nav__list .global-nav__form {
    text-align: center;
    margin: 0 auto 30px auto;
    display: block;
    width: 75%; }
    @media screen and (max-width: 556px) {
      .global-nav__list .global-nav__form {
        width: 90%; } }
    .global-nav__list .global-nav__form .form-bg {
      background: #FFF url("../img/header/hm_form.png") no-repeat 5px;
      padding: .5rem .5rem .5rem 3.8rem; }
    .global-nav__list .global-nav__form ::placeholder {
      color: #ccc; }
    .global-nav__list .global-nav__form .input-group-text {
      border-radius: 0;
      background: #FFF; }
    .global-nav__list .global-nav__form .form-control-lg {
      padding: .375rem .75rem .375rem 4rem;
      height: calc(3em + 1rem + 2px);
      font-size: 0.9rem;
      line-height: 1.5;
      border-radius: 0;
      border: 0; }
  .global-nav__list .global-nav__title {
    text-align: center;
    margin: 10px auto;
    color: #FFF; }
  .global-nav__list .global-nav__top a {
    display: block;
    background: #243e6e;
    padding: 15px;
    color: #FFF;
    line-height: 200%;
    margin: 0 auto;
    font-size: 1.2rem;
    letter-spacing: 2px;
    position: relative; }
    @media screen and (max-width: 556px) {
      .global-nav__list .global-nav__top a {
        font-size: 1rem;
        letter-spacing: 1px; } }
    .global-nav__list .global-nav__top a:hover {
      text-decoration: none;
      opacity: 0.7; }
    .global-nav__list .global-nav__top a:after {
      content: "\f105";
      display: inline-block;
      position: absolute;
      right: 10px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 22px;
      color: #FFF; }

.hamburger {
  position: absolute;
  right: 1%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 300; }
  @media screen and (min-width: 991px) {
    .hamburger {
      display: none; } }
  @media screen and (max-width: 556px) {
    .hamburger {
      position: absolute;
      top: 15px;
      right: 15px;
      height: 40px;
      width: 40px; } }

.hamburger__line {
  position: absolute;
  right: 11px;
  width: 30px;
  height: 3px;
  background-color: #17a2b8;
  transition: all .6s; }
  @media screen and (max-width: 556px) {
    .hamburger__line {
      width: 20px;
      height: 3px; } }

.hamburger__line--1 {
  top: 15px; }
  @media screen and (max-width: 768px) {
    .hamburger__line--1 {
      top: 10px; } }
  @media screen and (max-width: 556px) {
    .hamburger__line--1 {
      top: 12px; } }

.hamburger__line--2 {
  top: 24px; }
  @media screen and (max-width: 768px) {
    .hamburger__line--2 {
      top: 20px; } }
  @media screen and (max-width: 556px) {
    .hamburger__line--2 {
      top: 20px; } }

.hamburger__line--3 {
  top: 34px; }
  @media screen and (max-width: 768px) {
    .hamburger__line--3 {
      top: 30px; } }
  @media screen and (max-width: 556px) {
    .hamburger__line--3 {
      top: 28px; } }

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer; }

/* 表示された時用 */
.nav-open .global-nav {
  right: 0; }

.nav-open .black-bg {
  opacity: .7;
  visibility: visible; }

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px; }

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%; }

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  line-height: 70px;
  color: #212529;
  font-weight: 500; }

a.nav-link {
  padding: 0rem; }
  a.nav-link .btn-info {
    background: #69bec9; }
    a.nav-link .btn-info:hover {
      background: #69bec9 !important; }
  a.nav-link.contact {
    background: #69bec9;
    color: #fff !important;
    position: relative; }
    a.nav-link.contact:hover {
      background: #69bec9 !important; }

.navbar {
  padding: 0rem; }

.nav-item img {
  max-width: 100%; }

.container-bg {
  width: 100%; }

.container-bg {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 556px) {
    .container-bg {
      width: 150vw; } }

.container-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(34, 193, 195, 0.8) 0%, rgba(255, 255, 255, 0.8) 40%);
  top: 0;
  left: 0;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .container-bg:before {
      background: linear-gradient(0deg, rgba(34, 193, 195, 0.8) 0%, rgba(255, 255, 255, 0.8) 70%); } }

@media screen and (max-width: 556px) {
  .container-bg video {
    width: 100%;
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start; } }
@media screen and (min-width: 1025px) {
  .container-bg video {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%); } }

.container-bg .lower-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #d2e8e8 30px, #d2e8e8 100%);
  margin: -30px 0 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative; }

@media screen and (min-width: 1025px) {
  .container-bg .lower-bg {
    display: none; } }
ul {
  padding-left: 0; }

.title span {
  margin: auto;
  font-weight: 500;
  color: #000;
  font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
  @media screen and (max-width: 768px) {
    .title span {
      font-size: 1.4rem; } }

.mv_slider {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 0; }
  .mv_slider li img {
    width: 100%;
    height: auto; }

section {
  text-align: center;
  padding: 6% 0; }
  @media screen and (max-width: 768px) {
    section {
      margin: 60px auto; } }
  @media screen and (max-width: 768px) {
    section:first-child {
      margin: 0 auto; } }
  section.center_text {
    margin: auto;
    padding: 10% 0 6% 0; }
    @media screen and (max-width: 768px) {
      section.center_text {
        padding: 4% 0 0 0; } }
    section.center_text .title {
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
      color: #117a8b;
      font-weight: 600;
      font-size: 2.6rem;
      margin: 0 auto 40px auto;
      padding-top: 30px;
      line-height: 180%; }
      @media screen and (max-width: 768px) {
        section.center_text .title {
          font-size: 1.4rem;
          margin: 40px auto 40px auto; } }
    section.center_text p {
      font-size: 1.6rem;
      line-height: 180%;
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
      @media screen and (max-width: 768px) {
        section.center_text p {
          font-size: 1.1rem; } }
  section.three_wiget .card-deck .card {
    border: 0;
    background: none; }
    section.three_wiget .card-deck .card .card-title {
      font-size: 1.4rem;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }
    section.three_wiget .card-deck .card .card-img {
      border-radius: 50%;
      margin: 20px auto; }
  section#menu02 .card {
    border: 0;
    background: none; }
    section#menu02 .card .card-title {
      font-size: 1.8rem;
      padding-bottom: 10px;
      border-bottom: 1px solid #51c0b4;
      position: relative;
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
      @media screen and (max-width: 768px) {
        section#menu02 .card .card-title {
          font-size: 1.4rem; } }
    section#menu02 .card .card-text {
      line-height: 180%;
      font-size: 0.95rem; }
  section#menu03 {
    margin: auto;
    padding: 5% 0 6% 0; }
    @media screen and (max-width: 768px) {
      section#menu03 {
        padding-right: 15px;
        padding-left: 15px; } }
    section#menu03 p {
      font-size: 1.6rem;
      line-height: 180%;
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
      @media screen and (max-width: 768px) {
        section#menu03 p {
          font-size: 0.95rem; } }
    section#menu03 .promise {
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
    section#menu03 ol {
      max-width: 880px;
      text-align: center;
      margin: 0 auto;
      counter-reset: list_count; }
      section#menu03 ol li {
        text-align: left;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
        @media screen and (max-width: 768px) {
          section#menu03 ol li {
            font-size: 0.95rem;
            margin-bottom: 10px; } }
  section#company .card-text {
    line-height: 160%;
    font-size: 0.9rem; }
  section .w-list {
    display: block !important;
    margin: auto;
    width: 100%; }
    section .w-list li {
      position: relative;
      display: block !important;
      float: left !important;
      width: 31%;
      margin-right: 2%;
      margin-bottom: 20px;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: .25rem;
      padding: 1rem; }
      @media screen and (max-width: 767px) {
        section .w-list li {
          width: 48%;
          margin-right: 2%; } }
      @media screen and (max-width: 640px) {
        section .w-list li {
          width: 100%;
          margin-right: 0%; } }
      section .w-list li:nth-child(3n) {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          section .w-list li:nth-child(3n) {
            margin-right: 2%; } }
      section .w-list li a {
        color: #212529;
        text-decoration: #212529;
        display: block; }
      section .w-list li .list-title {
        font-size: 1.1rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        display: block;
        margin-bottom: 10px; }
      section .w-list li .list-text {
        color: #747373;
        font-size: .9rem;
        font-weight: 400;
        display: block; }
        section .w-list li .list-text .ct-2 {
          display: block;
          background: rgba(0, 0, 0, 0.05);
          margin: 10px 0;
          padding: 6px 6px 6px 12px; }
      section .w-list li .list-img {
        margin: 0px auto 10px auto; }

.equipment ul {
  list-style: none; }
.equipment .card {
  border: 0;
  background: none; }
  .equipment .card .card-header {
    font-size: 0.95rem;
    color: #212529; }
    @media screen and (max-width: 768px) {
      .equipment .card .card-header {
        font-size: 0.95rem; } }
  .equipment .card .card-text {
    line-height: 180%;
    font-size: 0.95rem; }
.equipment .jumbotron {
  position: relative;
  background: url("../img/equipment/IMG_2593.png") center center;
  background-size: cover;
  font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
  @media screen and (max-width: 768px) {
    .equipment .jumbotron h1 {
      font-size: 2rem; } }
  @media screen and (max-width: 414px) {
    .equipment .jumbotron h1 {
      font-size: 1.6rem;
      padding-top: 30px; } }
.equipment .jumbotron::after {
  content: "";
  display: block;
  padding-top: 6%;
  /*.jumbotronのwidthに対して高さ75%に保つ*/ }
.equipment .jumbotron::before {
  content: "";
  display: block;
  padding-top: 9%;
  /*.jumbotronのwidthに対して高さ75%に保つ*/ }
.equipment section {
  text-align: center;
  padding: 3% 0 !important; }
  @media screen and (max-width: 768px) {
    .equipment section {
      margin: 60px auto; } }
  @media screen and (max-width: 768px) {
    .equipment section:first-child {
      margin: 0 auto; } }
  .equipment section.center_text {
    margin: auto;
    padding: 15% auto 6% auto; }
    @media screen and (max-width: 768px) {
      .equipment section.center_text {
        padding: 15% 0 0 0; } }
    .equipment section.center_text .title {
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
      color: #117a8b;
      font-weight: 500;
      font-size: 2.6rem;
      margin: 0 auto 40px auto;
      padding-top: 30px;
      line-height: 180%; }
      @media screen and (max-width: 768px) {
        .equipment section.center_text .title {
          font-size: 1.4rem;
          margin: 40px auto 40px auto; } }
    .equipment section.center_text p {
      font-size: 1.6rem;
      line-height: 180%;
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
      @media screen and (max-width: 768px) {
        .equipment section.center_text p {
          font-size: 1.1rem; } }
  .equipment section.three_wiget .card-deck .card {
    border: 0;
    background: none; }
    .equipment section.three_wiget .card-deck .card .card-title {
      font-size: 1.4rem;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }
    .equipment section.three_wiget .card-deck .card .card-img {
      border-radius: 50%;
      margin: 20px auto; }
  .equipment section#menu02 .card {
    border: 0;
    background: none; }
    .equipment section#menu02 .card .card-title {
      font-size: 1.8rem;
      padding-bottom: 10px;
      border-bottom: 1px solid #51c0b4;
      position: relative;
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
      @media screen and (max-width: 768px) {
        .equipment section#menu02 .card .card-title {
          font-size: 1.4rem; } }
    .equipment section#menu02 .card .card-text {
      line-height: 180%;
      font-size: 0.95rem; }
  .equipment section#menu03 .card-text {
    line-height: 160%;
    font-size: 0.9rem; }
  .equipment section .w-list {
    display: block !important;
    margin: auto;
    width: 100%; }
    .equipment section .w-list li {
      position: relative;
      display: block !important;
      float: left !important;
      width: 31%;
      margin-right: 2%;
      margin-bottom: 20px;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: .25rem;
      padding: 1rem; }
      @media screen and (max-width: 767px) {
        .equipment section .w-list li {
          width: 48%;
          margin-right: 2%; } }
      @media screen and (max-width: 640px) {
        .equipment section .w-list li {
          width: 100%;
          margin-right: 0%; } }
      .equipment section .w-list li:nth-child(3n) {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .equipment section .w-list li:nth-child(3n) {
            margin-right: 2%; } }
      .equipment section .w-list li a {
        color: #212529;
        text-decoration: #212529;
        display: block; }
      .equipment section .w-list li .list-title {
        font-size: 1.1rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        display: block;
        margin-bottom: 10px; }
      .equipment section .w-list li .list-text {
        color: #747373;
        font-size: .9rem;
        font-weight: 400;
        display: block; }
        .equipment section .w-list li .list-text .ct-2 {
          display: block;
          background: rgba(0, 0, 0, 0.05);
          margin: 10px 0;
          padding: 6px 6px 6px 12px; }
      .equipment section .w-list li .list-img {
        margin: 0px auto 10px auto; }

.recruit .jumbotron {
  position: relative;
  background: url("../img/recruit.png") center 20%;
  background-size: cover;
  font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
  @media screen and (max-width: 768px) {
    .recruit .jumbotron h1 {
      font-size: 2rem; } }
  @media screen and (max-width: 414px) {
    .recruit .jumbotron h1 {
      font-size: 1.6rem;
      padding-top: 30px; } }
.recruit .jumbotron::after {
  content: "";
  display: block;
  padding-top: 6%;
  /*.jumbotronのwidthに対して高さ75%に保つ*/ }
.recruit .jumbotron::before {
  content: "";
  display: block;
  padding-top: 9%;
  /*.jumbotronのwidthに対して高さ75%に保つ*/ }
.recruit section {
  text-align: center;
  padding: 3% auto; }
  @media screen and (max-width: 768px) {
    .recruit section {
      margin: 60px auto; } }
  @media screen and (max-width: 768px) {
    .recruit section:first-child {
      margin: 0 auto; } }
  .recruit section.center_text {
    margin: auto;
    padding: 15% auto 6% auto; }
    @media screen and (max-width: 768px) {
      .recruit section.center_text {
        padding: 15% 0 0 0; } }
    .recruit section.center_text .title {
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
      color: #117a8b;
      font-weight: 500;
      font-size: 2.6rem;
      margin: 0 auto 40px auto;
      padding-top: 30px;
      line-height: 180%; }
      @media screen and (max-width: 768px) {
        .recruit section.center_text .title {
          font-size: 1.4rem;
          margin: 40px auto 40px auto; } }
    .recruit section.center_text p {
      font-size: 1.6rem;
      line-height: 180%;
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
      @media screen and (max-width: 768px) {
        .recruit section.center_text p {
          font-size: 1.1rem; } }
  .recruit section.three_wiget .card-deck .card {
    border: 0;
    background: none; }
    .recruit section.three_wiget .card-deck .card .card-title {
      font-size: 1.4rem;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }
    .recruit section.three_wiget .card-deck .card .card-img {
      border-radius: 50%;
      margin: 20px auto; }
  .recruit section#menu02 .card {
    border: 0;
    background: none; }
    .recruit section#menu02 .card .card-title {
      font-size: 1.8rem;
      padding-bottom: 10px;
      border-bottom: 1px solid #51c0b4;
      position: relative;
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
      @media screen and (max-width: 768px) {
        .recruit section#menu02 .card .card-title {
          font-size: 1.4rem; } }
    .recruit section#menu02 .card .card-text {
      line-height: 180%;
      font-size: 0.95rem; }
  .recruit section#menu03 .card-text {
    line-height: 160%;
    font-size: 0.9rem; }
  .recruit section .w-list {
    display: block !important;
    margin: auto;
    width: 100%; }
    .recruit section .w-list li {
      position: relative;
      display: block !important;
      float: left !important;
      width: 31%;
      margin-right: 2%;
      margin-bottom: 20px;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: .25rem;
      padding: 1rem; }
      @media screen and (max-width: 767px) {
        .recruit section .w-list li {
          width: 48%;
          margin-right: 2%; } }
      @media screen and (max-width: 640px) {
        .recruit section .w-list li {
          width: 100%;
          margin-right: 0%; } }
      .recruit section .w-list li:nth-child(3n) {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .recruit section .w-list li:nth-child(3n) {
            margin-right: 2%; } }
      .recruit section .w-list li a {
        color: #212529;
        text-decoration: #212529;
        display: block; }
      .recruit section .w-list li .list-title {
        font-size: 1.1rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        display: block;
        margin-bottom: 10px; }
      .recruit section .w-list li .list-text {
        color: #747373;
        font-size: .9rem;
        font-weight: 400;
        display: block; }
        .recruit section .w-list li .list-text .ct-2 {
          display: block;
          background: rgba(0, 0, 0, 0.05);
          margin: 10px 0;
          padding: 6px 6px 6px 12px; }
      .recruit section .w-list li .list-img {
        margin: 0px auto 10px auto; }

.contact .jumbotron {
  position: relative;
  background: url("../img/contact.png") center center;
  background-size: cover;
  font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
  @media screen and (max-width: 768px) {
    .contact .jumbotron h1 {
      font-size: 2rem; } }
  @media screen and (max-width: 414px) {
    .contact .jumbotron h1 {
      font-size: 1.6rem;
      padding-top: 30px; } }
.contact .jumbotron::after {
  content: "";
  display: block;
  padding-top: 6%;
  /*.jumbotronのwidthに対して高さ75%に保つ*/ }
.contact .jumbotron::before {
  content: "";
  display: block;
  padding-top: 9%;
  /*.jumbotronのwidthに対して高さ75%に保つ*/ }
.contact section {
  text-align: center;
  padding: 3% 0; }
  @media screen and (max-width: 768px) {
    .contact section {
      margin: 60px auto; } }
  @media screen and (max-width: 768px) {
    .contact section:first-child {
      margin: 0 auto; } }
  .contact section.center_text {
    margin: auto;
    padding: 15% 0 6% 0; }
    @media screen and (max-width: 768px) {
      .contact section.center_text {
        padding: 15% 0 0 0; } }
    .contact section.center_text .title {
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
      color: #117a8b;
      font-weight: 500;
      font-size: 2.6rem;
      margin: 0 auto 40px auto;
      padding-top: 30px;
      line-height: 180%; }
      @media screen and (max-width: 768px) {
        .contact section.center_text .title {
          font-size: 1.4rem;
          margin: 40px auto 40px auto; } }
    .contact section.center_text p {
      font-size: 1.6rem;
      line-height: 180%;
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
      @media screen and (max-width: 768px) {
        .contact section.center_text p {
          font-size: 1.1rem; } }
  .contact section.three_wiget .card-deck .card {
    border: 0;
    background: none; }
    .contact section.three_wiget .card-deck .card .card-title {
      font-size: 1.4rem;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }
    .contact section.three_wiget .card-deck .card .card-img {
      border-radius: 50%;
      margin: 20px auto; }
  .contact section#menu02 .card {
    border: 0;
    background: none; }
    .contact section#menu02 .card .card-title {
      font-size: 1.8rem;
      padding-bottom: 10px;
      border-bottom: 1px solid #51c0b4;
      position: relative;
      font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; }
      @media screen and (max-width: 768px) {
        .contact section#menu02 .card .card-title {
          font-size: 1.4rem; } }
    .contact section#menu02 .card .card-text {
      line-height: 180%;
      font-size: 0.95rem; }
  .contact section#menu03 .card-text {
    line-height: 160%;
    font-size: 0.9rem; }
  .contact section .w-list {
    display: block !important;
    margin: auto;
    width: 100%; }
    .contact section .w-list li {
      position: relative;
      display: block !important;
      float: left !important;
      width: 31%;
      margin-right: 2%;
      margin-bottom: 20px;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: .25rem;
      padding: 1rem; }
      @media screen and (max-width: 767px) {
        .contact section .w-list li {
          width: 48%;
          margin-right: 2%; } }
      @media screen and (max-width: 640px) {
        .contact section .w-list li {
          width: 100%;
          margin-right: 0%; } }
      .contact section .w-list li:nth-child(3n) {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .contact section .w-list li:nth-child(3n) {
            margin-right: 2%; } }
      .contact section .w-list li a {
        color: #212529;
        text-decoration: #212529;
        display: block; }
      .contact section .w-list li .list-title {
        font-size: 1.1rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        display: block;
        margin-bottom: 10px; }
      .contact section .w-list li .list-text {
        color: #747373;
        font-size: .9rem;
        font-weight: 400;
        display: block; }
        .contact section .w-list li .list-text .ct-2 {
          display: block;
          background: rgba(0, 0, 0, 0.05);
          margin: 10px 0;
          padding: 6px 6px 6px 12px; }
      .contact section .w-list li .list-img {
        margin: 0px auto 10px auto; }

.card-img-top, .card-img {
  max-width: 100%;
  flex-shrink: 0;
  overflow: hidden; }

.objectFitImg1 {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%; }

.imgWrap {
  height: 300px;
  width: 300px;
  overflow: hidden;
  border-radius: 50%; }
  @media screen and (max-width: 1280px) {
    .imgWrap {
      height: auto !important;
      width: auto !important; } }

.imgWrap img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%; }
  .imgWrap img:hover {
    transform: scale(1.1);
    /*画像の拡大率*/
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
    cursor: pointer; }

footer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 100px auto auto auto;
  text-align: center;
  font-size: 0.95rem; }
  footer .ft_wrap h5 {
    font-size: 1.0rem; }
  footer .ft_wrap ul li a {
    font-size: 0.95rem;
    color: #212529;
    line-height: 160%; }
  footer .copyright {
    color: #212529;
    border-top: 1px solid #ccc;
    padding: 10px 0; }
    @media screen and (max-width: 375px) {
      footer .copyright {
        font-size: 0.65rem; } }

.slick-slide, .slick-slide::before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.full-wide-slider {
  position: relative;
  width: 100%;
  min-height: 8vw;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease; }

.full-wide-slider.slick-initialized {
  opacity: 1;
  visibility: visible; }

.slick-slide {
  position: relative;
  height: 38vw; }

.slick-slide::before {
  background-color: #000;
  opacity: .3;
  z-index: 1; }

.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.slick-slide iframe {
  position: relative;
  pointer-events: none; }

.slick-slide figure {
  position: relative;
  height: 100%; }

.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all .8s ease; }

.slick-slide .slide-image.show {
  opacity: 1; }

.slick-slide .image-entity {
  width: 100%;
  height: auto;
  opacity: 0; }

.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%; }

.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1); }

.slick-slide.slick-active {
  z-index: 1; }

.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1); }

.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s; }

.bg-sky-blue {
  background-color: rgba(217, 242, 255, 0.5) !important; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0 !important;
  border-bottom: 1px solid #dee2e6 !important; }

.w-100 {
  width: 100%; }

.w-90 {
  width: 90%; }

.w-80 {
  width: 80%; }

.w-75 {
  width: 75%; }

.w-70 {
  width: 70%; }

.effect-fade {
  　opacity: 0;
  　transform: translate(0, 45px);
  　transition: all 0.1s; }

.effect-fade.effect-scroll {
  　opacity: 1;
  　transform: translate(0, 0); }

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px); }
  to {
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px); }
  to {
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0); }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px); } }
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0); }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px); } }
