@charset "UTF-8";
/* -------------------------------
WEBフォント
------------------------------- */
.wmpr-btn-primary {
  background-color: #33a1d9;
  border-color: #33a1d9;
  color: #fff; }
  .wmpr-btn-primary:hover {
    background-color: #48abdd;
    color: #fff; }

.wmpr-btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff; }
  .wmpr-btn-secondary:hover {
    background-color: #868e96;
    color: #fff; }

.wmpr-btn-success {
  background-color: #4C3500;
  border-color: #4C3500;
  color: #fff; }
  .wmpr-btn-success:hover {
    background-color: #7f5900;
    color: #fff; }

.wmpr-btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff; }
  .wmpr-btn-info:hover {
    background-color: #1fc8e3;
    color: #fff; }

.wmpr-btn-warning {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #333; }
  .wmpr-btn-warning:hover {
    background-color: #ffce3a;
    color: #333; }

.wmpr-btn-danger {
  background-color: #c82333;
  border-color: #d39e00;
  color: #fff; }
  .wmpr-btn-danger:hover {
    background-color: #de4050;
    color: #fff; }

.wmpr-bg-primary {
  background-color: #039; }

.wmpr-bg-secondary {
  background-color: #6c757d; }

.wmpr-bg-success {
  background-color: #4C3500; }

.wmpr-bg-info {
  background-color: #17a2b8; }

.wmpr-bg-warning {
  background-color: #ffc107; }

.wmpr-bg-danger {
  background-color: #d39e00; }

.wmpr-bg-light {
  background-color: #DEEBF9; }

.wmpr-border-primary {
  border-color: #039;
  color: #fff; }

.wmpr-border-secondary {
  border-color: #6c757d;
  color: #fff; }

.wmpr-border-success {
  border-color: #4C3500;
  color: #fff; }

.wmpr-border-info {
  background-color: #17a2b8;
  color: #fff; }

.wmpr-border-warning {
  background-color: #ffc107;
  color: #fff; }

.wmpr-border-danger {
  background-color: #c82333;
  color: #fff; }

.wmpr-text-primary {
  color: #0050b7 !important; }

a.wmpr-text-primary:hover, a.text-primary:focus {
  color: #005721 !important; }

.wmpr-text-secondary {
  color: #6c757d !important; }

a.wmpr-text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.wmpr-text-success {
  color: #4C3500 !important; }

a.wmpr-text-success:hover, a.text-success:focus {
  color: #3B2A01 !important; }

.wmpr-text-info {
  color: #17a2b8 !important; }

a.wmpr-text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.wmpr-text-warning {
  color: #ffc107 !important; }

a.wmpr-text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.wmpr-text-danger {
  color: #dc3545 !important; }

a.wmpr-text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

a {
  color: #0955a6; }

a:hover {
  color: #2f8fd2; }

.text-white {
  color: #FFf; }

.text-red {
  color: #c00; }

.text-blue {
  color: #036; }

.bg-bage {
  background-color: #F7F2E9; }

.wmpr-section {
  margin-bottom: 40px; }

.attention {
  background-color: #F8E2AB;
  padding: 0.1em 0.2em;
  border-radius: 6px; }

.wmpr-section a {
  text-decoration: underline; }

.wmpr-section .btn {
  text-decoration: none; }

/*テキスト改行処理*/
.inlineblock {
  display: inline-block; }

/*画像+キャプション（.thumnail）のカスタマイズ*/
.wmpr-thumnail {
  padding: 0;
  margin-bottom: 20px;
  border-radius: 6px;
  text-align: center; }
  .wmpr-thumnail img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .wmpr-thumnail h2 {
    margin-top: 0.3em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-radius: 6px; }
  .wmpr-thumnail a:hover {
    text-decoration: none;
    opacity: 0.8; }

/*画像の円形トリム*/
.img-circle {
  border-radius: 50%; }

a[href^="tel:"] {
  cursor: default; }

i {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  padding-right: 0.3em; }

td > i, th > i {
  padding: 0; }

body {
  background-color: #fff;
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-top: 84px;
  line-height: 1.75; }
  @media screen and (min-width: 576px) {
    body {
      padding-top: 100px; } }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 115px; } }
  @media screen and (min-width: 960px) {
    body {
      padding-top: 120px; } }

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.wmpr-navbar {
  /*background: url(../images/bg-wmpr-navbar.png) repeat-x left top;*/
  background: -webkit-linear-gradient(#9cafd7, #9cafd7 10px, #ccd6eb 10px, #ccd6eb 16px, rgba(255, 255, 255, 0.5) 16px, rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(#9cafd7, #9cafd7 10px, #ccd6eb 10px, #ccd6eb 16px, rgba(255, 255, 255, 0.5) 16px, rgba(255, 255, 255, 0.5));
  background: linear-gradient(#59c8ff, #59c8ff 10px, #BAE9FF 10px, #BAE9FF 16px, rgba(255, 255, 255, 0.5) 16px, rgba(255, 255, 255, 0.5));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95C4BE', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  margin-bottom: 0;
  padding: 10px 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .wmpr-navbar {
      padding: 20px 0 0; } }
  @media screen and (min-width: 960px) {
    .wmpr-navbar {
      padding: 16px 0 4px; } }
  .wmpr-navbar ul {
    margin: 20px; }
  .wmpr-navbar li > a {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
    padding: 7px 10px;
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      .wmpr-navbar li > a {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 15px;
        border-bottom: none; } }
    @media screen and (min-width: 1200px) {
      .wmpr-navbar li > a {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 17px; } }

#mainNav {
  background-color: #fff; }

#mainNav.navbar-shrink {
  background-color: white; }
  @media screen and (min-width: 992px) {
    #mainNav.navbar-shrink {
      background-color: rgba(255, 255, 255, 0.7); } }

.navbar-expand-lg .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9); }
  @media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 0.2rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 0.3rem;
      padding-right: 1rem; } }

.wmpr-navbar-collapse {
  background-color: #ECF7E9; }
  @media screen and (min-width: 576px) {
    .wmpr-navbar-collapse {
      background-color: transparent; } }

@media screen and (min-width: 992px) {
  .navbar-collapse {
    flex-basis: auto; } }

.wmpr-navbar .navbar-nav > li:not(:last-child) {
  margin-right: 0; }

.wmpr-navbar-toggle {
  line-height: 1.2;
  padding: 2px 4px;
  margin-right: 10px; }
  @media screen and (min-width: 576px) {
    .wmpr-navbar-toggle {
      padding: 6px 10px; } }

.navbar-toggle .wmpr-icon-bar {
  margin: 0 auto;
  width: 40px; }

.icon-bar-label {
  vertical-align: top;
  line-height: 1;
  font-size: 12px; }

/*.icon-bar-wrapp {
}*/
.wmpr-navbar-brand {
  padding: 20px 0 20px 20px;
  margin-right: 0.5rem;
  display: block;
  width: 262px; }
  @media screen and (min-width: 576px) {
    .wmpr-navbar-brand {
      width: 320px;
      height: 100%; } }
  @media screen and (min-width: 768px) {
    .wmpr-navbar-brand {
      width: 320px;
      height: 100%; } }

[class*=wmpr-h],
[class*=btn] {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }

.wmpr-h1 {
  position: relative;
  color: #333333;
  margin: 47px 0 75px;
  text-shadow: 0 0 2px white;
  font-size: 2rem;
  text-align: center; }

.wmpr-h1:before {
  content: "";
  position: absolute;
  background: #59c8ff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  border: dashed 1px white;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  box-shadow: 0px 0px 0px 5px #59c8ff; }

.wmpr-h2,
#column > h2 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 0 .5em .2em 2em;
  border-bottom: 1px dashed #ccc;
  font-size: 1.75rem; }

.wmpr-h2:before,
.wmpr-h2:after,
#column > h2:before,
#column > h2:after {
  position: absolute;
  content: '';
  border-radius: 100%; }

.wmpr-h2:before,
#column > h2:before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #63cbff; }

.wmpr-h2:after,
#column > h2:after {
  top: .7em;
  left: .7em;
  width: 15px;
  height: 15px;
  background: rgba(185, 185, 185, 0.5); }

.wmpr-h3,
#column > h3 {
  padding-bottom: .3em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: solid 4px #bae3f6;
  position: relative;
  font-size: 1.5rem; }

.wmpr-h3::after,
#column > h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #3366CC;
  bottom: -3px;
  width: 30%; }

.wmpr-h4,
#column > h4 {
  font-weight: bold;
  color: #039;
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.wmpr-h5,
#column > h5 {
  font-weight: bold;
  font-size: 1.125rem;
  border-left: .25rem solid #039;
  padding-left: .25rem; }

.h_kakomi {
  padding: .5em .75em;
  background-color: #eee;
  border-radius: 6px; }

.wmpr-jumbotron {
  background-size: cover;
  margin-bottom: 0;
  height: 100vh;
  min-height: 400px; }
  .wmpr-jumbotron h1 {
    color: #039;
    font-size: 48px;
    line-height: 1;
    font-feature-settings: palt;
    text-shadow: 1px 1px 5px #fff; }
    @media (min-width: 768px) {
      .wmpr-jumbotron h1 {
        font-size: 72px; } }
  .wmpr-jumbotron p.lead {
    font-feature-settings: palt;
    text-shadow: 1px 1px 5px #fff; }

.wmpr-jumbotron-content {
  position: relative;
  top: 60%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%); }

.slide {
  width: 100%;
  min-height: 500px;
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .slide {
      min-height: 200px; } }

.btn-ghost {
  background: transparent;
  border-radius: 0; }

.btn-ghost.btn-default {
  color: #777; }

.btn-ghost.btn-primary {
  color: #039; }

.btn-ghost.btn-success {
  color: #468649; }

.btn-ghost.btn-info {
  color: #C6D5FF; }

.btn-ghost.btn-primary:hover,
.btn-ghost.btn-success:hover,
.btn-ghost.btn-info:hover,
.btn-ghost.btn-warning:hover,
.btn-ghost.btn-danger:hover {
  color: #fff; }

.btn-ghost.btn-white {
  color: #fff;
  border: 1px solid #fff; }

.btn-ghost.btn-white:hover {
  color: #333;
  background: #fff; }

.btn-white {
  color: #333;
  background: #fff; }
  .btn-white:hover {
    background: #eee;
    color: #333;
    text-decoration: none; }

.btn-orange {
  color: #fff;
  background: #f93; }
  .btn-orange:hover {
    background: #f60;
    color: #fff;
    text-decoration: none; }

.squere {
  text-align: center;
  background-color: #fff;
  color: #284588;
  /*line-height: 1;*/
  line-height: 1.25;
  font-weight: 600;
  padding: 1em 0.5em; }

.badge-orange {
  background: #f63;
  font-weight: normal; }

.obliqueline {
  width: 100%;
  height: 28px;
  margin-bottom: 30px;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #CCD6Eb;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent); }

.wmpr-ul {
  list-style: none;
  padding-left: 1em; }
  .wmpr-ul li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1em; }
  .wmpr-ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    /* アイコンのunicode */
    color: #0050b7;
    font-weight: bold; }

.wmpr-ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em; }
  .wmpr-ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 36px;
    border-bottom: 1px solid #eee; }
  .wmpr-ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #039;
    color: #fff;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.wmpr-list-inline .list-inline-item {
  margin-bottom: 1rem; }

.table-vmiddle > thead > tr > th,
.table-vmiddle > thead > tr > td,
.table-vmiddle > tbody > tr > th,
.table-vmiddle > tbody > tr > td,
.table-vmiddle > tfoot > tr > th,
.table-vmiddle > tfoot > tr > td {
  vertical-align: middle; }

.table-shinryojikan th,
.table-shinryojikan td {
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .table-shinryojikan th,
    .table-shinryojikan td {
      font-size: 1.2rem; } }

.wmpr-table--price tr {
  text-align: center; }
  .wmpr-table--price tr:first-child th {
    vertical-align: middle; }
    .wmpr-table--price tr:first-child th:first-child {
      width: 80%; }
    .wmpr-table--price tr:first-child th:last-child {
      width: 20%; }
.wmpr-table--price td {
  vertical-align: middle; }
  .wmpr-table--price td:last-child {
    text-align: right; }

/* banner */
.banner {
  padding: 30px 0;
  -webkit-background-size: 8px 8px;
  -moz-background-size: 8px 8px;
  background-size: 8px 8px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #eee), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #eee), color-stop(0.75, #eee), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent); }

/* sectionの共通設定 */
.wmpr-top-section {
  padding: 72px 0 80px; }
  @media (min-width: 576px) {
    .wmpr-top-section {
      padding: 109px 0 120px; } }

.wmpr-section {
  padding: 0 0 60px;
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .wmpr-section {
      padding: 0 0 90px; } }

/* About */
.about {
  background: url(../images/bg-section.png) no-repeat center bottom scroll; }

/* shinryo */
.shinryo {
  background: url(../images/bg-section.png) no-repeat center bottom scroll; }

/* photo */
.photo {
  background: url(../images/bg-section.png) no-repeat center bottom scroll; }

.photo-item {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2; }

.img-photo {
  margin: 0 auto; }
  .img-photo :hover {
    opacity: 0.8; }

.blur, .blur > img {
  margin: 0;
  padding: 0;
  border: 0; }

.blur {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 0; }

.blur:after {
  position: absolute;
  left: -1px;
  top: -1px;
  right: 0;
  bottom: 0;
  -moz-box-shadow: inset 0px 0px 15px 15px #fff;
  -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
  box-shadow: inset 0px 0px 15px 15px #fff;
  content: " "; }

/* News */
.news {
  background: url(../images/bg-section.png) no-repeat center bottom scroll; }

.wmpr-dl-horizontal {
  margin: 0 0 20px;
  overflow: hidden; }
  .wmpr-dl-horizontal dt {
    float: none;
    padding: 0em; }
    @media (min-width: 768px) {
      .wmpr-dl-horizontal dt {
        clear: both;
        float: left;
        font-weight: bold;
        padding: 0.5em;
        width: 10em; } }
  .wmpr-dl-horizontal dd {
    padding: 0em;
    border-bottom: 1px dotted #ccc; }
    @media (min-width: 768px) {
      .wmpr-dl-horizontal dd {
        border-bottom: 1px dotted #ccc;
        margin: 0 0 1.5rem;
        padding: 0.5em 0 0.5em 10em; }
        .wmpr-dl-horizontal dd:last-child {
          margin-bottom: 0; } }

/* Recruit */
.recruit {
  background: url(../images/bg-section.png) no-repeat center bottom scroll; }

/* map */
.map {
  background: url(../images/bg-section.png) no-repeat center bottom scroll; }

#map_canvas {
  border: 2px solid #ccc;
  height: 364px;
  margin-bottom: 28px; }

/* link */
.link {
  background: url(../images/bg-section.png) no-repeat center bottom scroll; }

.footerNav {
  padding: 20px 0;
  background-color: #faf7ec; }
  .footerNav .footerNav-title {
    border-bottom: 2px solid #039; }
  .footerNav ul {
    padding: 0; }
  .footerNav ul li {
    list-style: none; }

.footerInfo {
  background: url(../images/bg-footerinfo.png) repeat-x center top scroll, url(../images/bg-town.png) repeat-x center bottom scroll;
  padding: 100px 0 120px;
  background-color: #e2f3ff; }

.footerInfo .footerInfo-gnav li {
  font-size: 0.75em; }
  @media screen and (min-width: 576px) {
    .footerInfo .footerInfo-gnav li {
      font-size: 0.8em; } }
  @media screen and (min-width: 768px) {
    .footerInfo .footerInfo-gnav li {
      font-size: 0.8em; } }
  @media screen and (min-width: 960px) {
    .footerInfo .footerInfo-gnav li {
      font-size: 0.9em; } }

.btn-tell_footer {
  margin-top: 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .btn-tell_footer {
      margin-top: 5px;
      text-align: left; } }

.map-footer {
  height: 280px;
  margin-bottom: 28px; }

footer {
  padding: 20px 0;
  background-color: #4C3500;
  color: #fff;
  line-height: 1em; }

#fixedTop {
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: none;
  background: #36c;
  position: fixed;
  z-index: 9999;
  border-radius: 5px;
  -webkit-transform: translateZ(0); }

#fixedTop:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7; }

.ul-bnr {
  padding: 0;
  list-style-type: none;
  margin-bottom: 24px; }
  .ul-bnr li {
    margin-bottom: 12px; }

.btn-bnr {
  height: 100px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 18px;
  color: #004793;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 122px 98px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .btn-bnr:hover {
    opacity: 0.8; }

.bnr-photo {
  background-image: url(../images/bg-bnr-photo.png); }

.bnr-recruit {
  background-image: url(../images/bg-bnr-recruit.png); }

.wmpr-list-group-item {
  background: url(../images/listmark.png) no-repeat left center;
  margin: 0 15px;
  border-bottom: none; }

/* 但し書き */
.wmpr-text-note {
  margin-bottom: 1rem;
  /*margin-top: -14px;*/ }

p + .wmpr-text-note,
ul + .wmpr-text-note,
ol + .wmpr-text-note,
dl + .wmpr-text-note {
  margin-top: .5rem; }

/*ul + .wmpr-text-note,
ol + .wmpr-text-note,
dl + .wmpr-text-note {
  margin-left: 16px;
}*/
/*li .wmpr-text-note,
dt .wmpr-text-note,
dd .wmpr-text-note {
  margin-bottom: 14px;
}*/
/*.dl-horizontal dt .wmpr-text-note:last-child,
.dl-horizontal dd .wmpr-text-note:last-child {
  margin-bottom: 0;
}*/
.wmpr-text-note > p,
.wmpr-text-note > li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1em; }

.wmpr-text-note > p:before,
.wmpr-text-note > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※'; }

.wmpr-text-note-touchgesture {
  font-size: 14px; }

.wmpr-text-note-touchgesture > p:before,
.wmpr-text-note-touchgesture > li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0a6';
  color: #a94442; }

/* -------------------------------
メインビジュアル
------------------------------- */
/* スライダー */
.wmpr-slider {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.wmpr-slider:before {
  display: block;
  content: "";
  padding-top: 55%; }

.wmpr-slider-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.wmpr-slider-wrapper {
  position: relative; }

.wmpr-slider-wrapper {
  /*コントローラーを表示する場合は削除かコメントアウト*/
  /*padding-bottom: 84px;*/
  padding-bottom: 56px;
  background: #e2f3ff; }

.container-fluid.wmpr-slider-wrapper {
  padding-right: 0;
  padding-left: 0; }

/*ナビゲーションボタンの色*/
.sp-button {
  border: 2px solid #ccc; }

.sp-selected-button {
  background-color: #ccc; }

@media (min-width: 768px) {
  .wmpr-slider-wrapper {
    /*グロナビとのアキを作る場合：margin-top: -28px;*/
    margin-bottom: 0;
    padding-bottom: 0; }

  .container-fluid.wmpr-slider-wrapper {
    padding-right: 16px;
    padding-left: 16px; } }
/* セールスコピー、リードコピー */
.wmpr-site-copy {
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 1000;
  /* IE対策：スライダーの上にposition:absoluteでのせたテキストが点滅する不具合 */ }

.wmpr-site-copy__sales {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 56px;
  margin-bottom: .5em;
  letter-spacing: .125em;
  color: #0C79BD;
  text-align: center;
  position: relative;
  display: block; }

.wmpr-site-copy__sales:after {
  content: attr(data-site-copy-en) "";
  position: absolute;
  display: block;
  font-size: .5em;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; }

.wmpr-site-copy__lead {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #333;
  text-align: center;
  display: block;
  line-height: 1.5; }

@media (min-width: 768px) {
  .wmpr-site-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-top: 0;
    transform: translate(-50%, -50%); }

  .wmpr-site-copy__sales {
    font-size: 3.25vw;
    margin-top: 0;
    margin-bottom: .5em;
    text-align: center;
    text-shadow: 0 0 12px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
    -moz-text-shadow: 0 0 12px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
    -webkit-text-shadow: 0 0 12px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
    -ms-text-shadow: 0 0 12px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white; }

  .wmpr-site-copy__lead {
    font-size: 2.5vw;
    text-align: center;
    text-shadow: 0 0 12px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
    -moz-text-shadow: 0 0 12px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
    -webkit-text-shadow: 0 0 12px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
    -ms-text-shadow: 0 0 12px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 25px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white; } }
.wmpr-lead {
  color: #4d948c; }

/*トップページコンテンツ（スライダー含）のトップマージン*/
.top-section-container {
  margin-top: 85px; }

@media (min-width: 768px) {
  .top-section-container {
    margin-top: 100px; } }
@media (min-width: 960px) {
  .top-section-container {
    margin-top: 132px; } }
/* カレンダー文字色 */
.wmpr-text--calendar--kyushin {
  color: #fa98d0; }

.wmpr-text--calendar--gozenkyushin {
  color: #a2e4f0; }

.wmpr-text--calendar--gogokyushin {
  color: #8ee77e; }

.wmpr-text--calendar--shinryohenko {
  color: #ffa018; }

/* カレンダー背景色 */
.wmpr-bg--calendar--kyushin {
  background: #fa98d0; }

.wmpr-bg--calendar--gozenkyushin {
  background: #a2e4f0; }

.wmpr-bg--calendar--gogokyushin {
  background: #8ee77e; }

.wmpr-bg--calendar--shinryohenko {
  background: #ffa018; }

.tel--footer {
  font-family: 'Roboto Mono', monospace; }

.tel--footer .btn {
  white-space: normal; }
