@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,600,700&display=swap");
small {
  font-size: 12px; }

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important; }

  a[href^="tel:"] {
    pointer-events: none; } }
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
body {
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 76px; }
  @media screen and (max-width: 991px) {
    body {
      padding-top: 76px; } }
  @media screen and (max-width: 556px) {
    body {
      padding-top: 60px; } }
  @media screen and (max-width: 414px) {
    body {
      padding-top: 60px; } }

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

#page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: #FFF;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  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: #000; }

#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; }

a.nav-link {
  padding: 0rem;
  color: #358ccc;
  line-height: 90px;
  font-weight: 700; }

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

.navbar-light .navbar-nav .nav-link {
  color: #358ccc !important; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #358ccc !important;
  font-weight: 700; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #e73a8e !important;
  font-weight: 700; }

.header {
  background: #FFF;
  /*    @media screen and (max-width: 991.98px) {
  .navbar-expand-lg >.container-fluid,.navbar-expand-lg >.container {
      padding-right: 15px;
      padding-left: 15px;
  }
  }*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500; }
  .header .navbar-brand img {
    height: 50px; }
  .header .nolink {
    pointer-events: none; }

ul {
  padding-left: 0; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.2rem;
  padding-left: 0.2rem; }

a.nav-link {
  padding: 0rem; }
  a.nav-link:hover {
    opacity: 0.7; }

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

.global-nav {
  position: fixed;
  right: -440px;
  /* 隠れる */
  top: 0;
  width: 420px;
  height: 100vh;
  padding-top: 40px;
  background-color: #358ccc;
  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; }

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

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: auto;
  width: 84%; }
  .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: #FFF; }
    .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__item .hm_merit {
      display: block;
      list-style: none;
      padding: 0;
      margin: 10px auto 20px auto; }
      @media screen and (max-width: 556px) {
        .global-nav__list .global-nav__item .hm_merit {
          width: 100%; } }
      .global-nav__list .global-nav__item .hm_merit li {
        display: block;
        margin: 0 auto 10px auto; }
        .global-nav__list .global-nav__item .hm_merit li:nth-of-type(4) {
          margin: 15px auto 0 auto; }
  .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__form #search_word_submit {
      width: 100%;
      background-color: #eb6100 !important;
      text-align: center;
      color: #FFF;
      font-size: 1.1rem;
      border: 0;
      margin: 14px auto 0 auto;
      letter-spacing: 1rem;
      border-radius: 4px;
      padding: 6px; }
  .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__line {
  position: absolute;
  right: 11px;
  width: 30px;
  height: 3px;
  background-color: #939393;
  transition: all .6s; }

.hamburger__line--1 {
  top: 15px; }

.hamburger__line--2 {
  top: 24px; }

.hamburger__line--3 {
  top: 34px; }

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #358ccc;
  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; }

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

.video_wrap {
  height: 70vh;
  background: linear-gradient(-45deg, rgba(4, 114, 124, 0.4), rgba(17, 66, 99, 0.6)); }

.main-visual {
  height: 600px;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden; }

.main-visual img {
  z-index: 2;
  position: absolute;
  top: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.main-visual video {
  margin: 0 auto;
  z-index: 1;
  width: 100%; }

.objectFitImg1 {
  object-fit: cover;
  height: 100%; }

.top_mv {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0 auto;
  padding-top: calc(600 /1400 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */ }
  @media screen and (max-width: 768px) {
    .top_mv {
      padding-top: calc(750 /1000 * 100%);
      background: linear-gradient(-45deg, rgba(4, 114, 124, 0.4), rgba(17, 66, 99, 0.6)); } }
  .top_mv p {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    color: #FFF;
    font-weight: bold;
    z-index: 100;
    font-size: 2.4rem; }
    @media screen and (max-width: 890px) {
      .top_mv p {
        position: absolute;
        top: 20%; } }
    @media screen and (max-width: 640px) {
      .top_mv p {
        position: absolute;
        top: 20%;
        font-size: 1.4rem; } }
    @media screen and (max-width: 414px) {
      .top_mv p {
        position: absolute;
        top: 30%;
        font-size: 1.4rem; } }
  .top_mv .main img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .top_mv .main img {
        max-width: 100%; } }
  .top_mv::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.btn-sbmit {
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
  bottom: 0;
  color: #FFF;
  margin: 0 auto;
  display: inline-block;
  border-radius: 30px;
  max-width: 300px;
  width: 90%;
  height: 47px;
  line-height: 44px;
  background: #0071bc;
  border-width: 1px;
  border-style: solid;
  border-color: #0071bc;
  border-image: initial;
  font-size: 1.2rem;
  letter-spacing: 2px;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .btn-sbmit {
      top: 70%; } }
  @media screen and (max-width: 414px) {
    .btn-sbmit {
      font-size: 1rem; } }
  .btn-sbmit:hover {
    text-decoration: none;
    background: #1aaaed;
    border-color: #1aaaed;
    color: #FFF; }

.center_text .title {
  margin: 40px auto 20px auto;
  font-weight: bold;
  line-height: 140%; }
.center_text .card-deck .card-text {
  display: block;
  margin: 15px auto;
  font-weight: bold;
  line-height: 140%;
  font-size: 1.2rem; }
.center_text .card-deck .card {
  border: none; }
.center_text .card-deck .card-img {
  border-radius: 100%; }
  @media screen and (max-width: 768px) {
    .center_text .card-deck .card-img {
      max-width: 200px;
      margin: auto;
      text-align: center; } }

.tell_btn {
  display: block;
  margin-left: 20px;
  color: #0071bc !important;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: bold; }
  .tell_btn small {
    font-size: 0.9rem;
    padding-left: 30px;
    display: block; }
  .tell_btn:hover {
    text-decoration: none; }

.contact_btn {
  margin-left: 20px;
  display: inline-block;
  color: white !important;
  border-radius: 50px;
  background: #0071bc;
  border-width: 1px;
  border-style: solid;
  border-color: #0071bc;
  border-image: initial;
  font-size: 1.2rem;
  letter-spacing: 2px; }
  .contact_btn:hover {
    text-decoration: none;
    background: #1aaaed;
    border-color: #1aaaed; }

section {
  text-align: center;
  margin: auto;
  padding: 5% 0; }
  @media screen and (max-width: 414px) {
    section {
      padding: 10% 0; } }
  section#menu01 h2, section#menu02 h2, section#menu03 h2, section#menu04 h2, section#menu05 h2 {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 1.6em;
    line-height: 140%; }
    @media screen and (max-width: 768px) {
      section#menu01 h2, section#menu02 h2, section#menu03 h2, section#menu04 h2, section#menu05 h2 {
        font-size: 1.6rem; } }
  section#menu01 h2:before, section#menu02 h2:before, section#menu03 h2:before, section#menu04 h2:before, section#menu05 h2:before {
    content: '';
    position: absolute;
    bottom: -24px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px; }
  section#menu01 {
    background: rgba(0, 153, 255, 0.1); }
    section#menu01 .card-columns .card-body {
      border: none;
      border-radius: 10px;
      color: #348ACB; }
      section#menu01 .card-columns .card-body a {
        color: #348ACB; }
        section#menu01 .card-columns .card-body a:hover {
          text-decoration: none; }
      section#menu01 .card-columns .card-body:hover {
        cursor: pointer;
        color: #348ACB;
        background: rgba(0, 153, 255, 0.1); }
    section#menu01 .card-deck .card-body {
      border: 3px solid #1e9eac;
      border-radius: 10px; }
      section#menu01 .card-deck .card-body .card-title {
        color: #1e9eac;
        padding-bottom: 10px; }
  section#menu02 .card {
    border: 3px solid #348ACB;
    border-radius: 10px; }
    section#menu02 .card i {
      color: #348ACB; }
  section#menu03 {
    background: rgba(0, 153, 255, 0.1); }
    section#menu03 .price {
      display: block;
      font-size: 3rem;
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px;
      color: #0071bc; }
      @media screen and (max-width: 768px) {
        section#menu03 .price {
          font-size: 1.6rem; } }
  section#menu04 .open_title {
    display: block;
    font-size: 3rem;
    text-align: center;
    margin: 15px 0;
    color: #E6398D;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      section#menu04 .open_title {
        font-size: 1.6rem; } }
  section#menu04 .tel {
    font-size: 2rem;
    font-weight: bold; }

.ft_wrap {
  position: relative;
  width: 98%;
  text-align: center;
  margin: 0 auto;
  font-size: 0.85rem; }
  .ft_wrap .ft_content {
    text-align: center;
    margin: auto;
    width: 90%;
    max-width: 1200px;
    padding-bottom: 40px; }

footer {
  width: 100%;
  margin: auto;
  text-align: center; }
  footer .copyright {
    color: #FFF;
    background: #333;
    padding: 10px 0; }
    @media screen and (max-width: 375px) {
      footer .copyright {
        font-size: 0.65rem; } }

.ft_logo {
  max-height: 50px; }

.movie-box {
  margin: auto; }
  @media screen and (max-width: 768px) {
    .movie-box {
      width: 100%; } }

.movie-inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: calc(650 /1400 * 100%);
  background: url("../img/thumb.png") center bottom/cover no-repeat; }
  @media screen and (max-width: 768px) {
    .movie-inner {
      padding-top: calc(750 /1400 * 100%); } }

.movie-inner .movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: auto;
  height: 100%;
  cursor: pointer; }

.movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* IE11 */
_:lang(x)::-ms-backdrop, p, strong, h1, h2, h3, h4 {
  font-weight: 700 !important; }

/* Edge */
_:-ms-lang(x)::backdrop, p, strong, h1, h2, h3, h4 {
  font-weight: 700 !important; }

/* IE11 */
_:lang(x)::-ms-backdrop, h2 span {
  font-weight: 700 !important; }

/* Edge */
_:-ms-lang(x)::backdrop, h2 span {
  font-weight: 700 !important; }

.ribbon9 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box; }

.ribbon9:before {
  /*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -25px;
  z-index: -2;
  border: 20px solid #56adf3;
  border-left-color: transparent;
  /*山形に切り抜き*/ }

.ribbon9:after {
  /*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -25px;
  z-index: -2;
  border: 20px solid #56adf3;
  border-right-color: transparent;
  /*山形に切り抜き*/ }

.ribbon9 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 1.8rem;
  color: #FFF;
  background: #2196F3;
  /*真ん中の背景色*/ }
  @media screen and (max-width: 768px) {
    .ribbon9 h3 {
      font-size: 1rem; } }

.ribbon9 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #397eb5;
  /*左の折り返し部分*/ }

.ribbon9 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #397eb5;
  /*右の折り返し部分*/ }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0 !important; }
