@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:900');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700,900|Noto+Sans+JP:400,700,900');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,500,700,800,900');
/* 円 */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap');

html {
  font-size: 62.5%;
}

/* 10px */
body {
  font-family: -apple-system, "Century Gothic", Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.5rem;
  color: #2d2d2d;
  height: 100%;
  background: #fff;
}

div.page {
  overflow: hidden;
}

p {
  font-size: 1.5rem;
  /* 16px */
  line-height: 1.6em;
}

ol {
  padding: 0;
}

a, a:focus, a:active, a.active {
  outline: 0;
  color: #144892;
  text-decoration: none;
}

a:hover {
  outline: 0;
  color: #49689B;
  text-decoration: none;
}

h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

h1 {
  margin: 0;
}

.header_logo {
  float: left;
  overflow: hidden;
}

.header-phone {
  padding-top: 0px;
  color: #fff;
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-weight: 700;
}

.header-banner .btn {
  border: solid 1px #6bc8f2;
  margin-top: 3px;
  line-height: 30px;
  color: #f39800;
  background: #fff;
}

.header-banner .btn:hover {
  border: solid 1px #6bc8f2;
  background: #2d9de6;
  color: #fff;
}

.header-phone:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../img/freedial.png) no-repeat 0 0;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.img-centered {
  margin: 0 auto;
}

.navbar {
  border: 0px solid transparent;
}

.navbar a:focus {
  outline: 0;
}

.navbar .navbar-nav {
  letter-spacing: 1px;
}

ul.navbar-nav li {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  position: relative;
  transition: .3s;
  -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
  transition: background-color .2s linear, color .2s linear, border .2s linear;
}

.navbar .navbar-nav li a:focus {
  outline: 0;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-toggle .icon-bar {
  background-color: #133c67;
}

.custom-navbar .navbar-brand {
  background-image: url("../img/logo.png");
  -webkit-background-image: url("../img/logo.png");
  -moz-background-image: url("../img/logo.png");
  -ms-background-image: url("../img/logo.png");
  -o-background-image: url("../img/logo.png");
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-indent: 200%;
  white-space: nowrap;
}

.intro {
  height: auto;
}

.top_mv {
  height: auto;
  background: url(../img/mv.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
}

.top_mv h1 {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4em;
  font-weight: 600;
}

.top_mv p {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
}

.top_mv ul {
  text-align: center;
}

.top_mv ul li {
  line-height: 1;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  border: solid 4px #fff;
  color: #fff;
  font-weight: 600;
  display: block;
}

.top_mv ul li:first-child {
  margin-left: 0px;
}

.navbar {
  font-weight: 700;
  border-radius: 0;
  margin-bottom: 0;
}

footer {
  background: #5e5a58;
  padding: 30px 0 0;
}

footer ul {
  letter-spacing: -.4em;
  text-align: center;
}

footer ul li {
  text-align: left;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

footer ul li a {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: .5em;
  padding-left: .8em;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .copy {
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  background: #3e3a39;
  line-height: 40px;
}

/* -----パンくず----- */
.breadcrumb {
  padding: 6px 0;
  margin-bottom: 0px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-size: 12px;
  border-radius: 0;
  white-space: nowrap;
  overflow-x: hidden;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
}

.breadcrumb li {
  position: relative;
  padding: 0 .8em;
  color: #6bc8f2;
}

.breadcrumb li a {
  color: #58a5c7;
}

.breadcrumb li a:hover {
  color: #8ac0d8 !important;
  text-decoration: underline !important;
}

.breadcrumb li:first-child {
  padding-left: 0;
  padding-right: .4em;
}

.breadcrumb>li+li:before {
  display: block;
  position: absolute;
  left: -.5em;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #8ac0d8;
}

.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 30px;
  bottom: 70px;
  width: 50px;
  height: 50px;
}

.scroll-top .btn:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('../img/arrow-buttom.png') no-repeat 0 0;
  background-size: 20px 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.scroll-top .btn:hover:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('../img/arrow-buttomblue.png') no-repeat 0 0;
  background-size: 20px 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.scroll-top .btn {
  width: 60px;
  height: 60px;
  border-radius: 0;
  font-size: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-indent: 200%;
  white-space: nowrap;
}

.scroll-top .btn:focus {
  outline: 0;
}

/* -----固定バナー----- */
#footerMenu {
  background: #2c3841;
  width: 100%;
  height: 0px;
  position: fixed;
  z-index: 300;
  bottom: 0;
  right: 0;
  overflow: none;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
  -moz-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
  box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
  padding: 0 40px;
}

#footerMenu.show {
  height: 90px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu .btn {
  width: 100%;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 1.3rem;
}

#footerMenu .btn:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: .5em;
  margin-top: -0.1em;
}

#footerMenu p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 0px;
}

@media(min-width:768px) {
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    padding-top: 0px;
    height: 100px;
  }

  .navbar-header {
    float: none;
    height: 100px;
  }

  .navBox {
    background: #fff;
    background-repeat: repeat-x;
    margin-top: 20px;
    float: left;
  }

  .fixed-top {
    background: #fff;
    height: 100px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    top: 0;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  }

  .header_logo {
    padding-top: 30px;
    padding-left: 15px;
  }

  .navbar-brand {
    height: 40px;
    width: 240px;
  }

  .header_right {
    float: right;
  }

  .header-banner {
    float: right;
    margin-top: 0px;
    margin-left: 3px;
    background: #6bc8f2;
    padding: 20px 8px;
    height: 100px;
  }

  .navbar .header-phone {
    font-size: 2.0rem;
    padding-left: 30px;
  }

  .navbar .header-phone:before {
    width: 20px;
    height: 13px;
    left: 2px;
    top: 4px;
    background-size: 20px 13px;
  }

  .navbar .btn {
    border-radius: 0;
  }

  .head_btn {
    display: none;
  }

  .navbar-nav {
    float: none;
    text-align: center;
    font-size: 0;
  }

  ul.navbar-nav li {
    float: none;
    display: inline-block;
    font-size: 1.1rem;
  }

  ul.navbar-nav li a {
    display: block;
    color: #2d2d2d;
  }

  ul.navbar-nav li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 4px;
    background-color: #6bc8f2;
    transition: .3s;
  }

  ul.navbar-nav li:hover::after {
    width: 100%;
  }

  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #2d2d2d;
  }

  .navbar-nav>li:last-child>a:hover {
    background: transparent;
  }

  .nav>li>a {
    line-height: 60px;
    padding: 0px 6px;
  }

  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    border-radius: 0px;
    background: #133c67;
    padding: 0;
    border: solid 0px;
  }

  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: transparent;
  }

  ul.dropdown-menu li {
    display: block;
  }

  .dropdown p {
    margin-bottom: 0;
    padding: 0px 6px;
    color: #626262;
    font-size: 1.1rem;
    line-height: 60px;
  }

  .dropdown p:hover {
    color: #133c67;
  }

  ul.dropdown-menu li a {
    display: block;
    padding: 0px 15px;
    line-height: 40px;
    text-align: left;
    color: #fae976;
    -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
    -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
    -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
    transition: background-color .2s linear, color .2s linear, border .2s linear;
  }

  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #133c67;
    background-color: #fae976;
  }

  ul.dropdown-menu li::after {
    display: none;
  }

  .header-banner .btn {
    font-size: 1.0rem;
    padding: 0 5px;
  }

  .intro {
    margin-top: 0px;
  }

  .top_mv {
    height: 924px;
  }

  .mvBox {
    padding-top: 300px;
  }

  .top_mv p {
    font-size: 3.4rem;
  }

  .top_mv h1 {
    font-size: 5.5rem;
  }

  .top_mv ul {
    letter-spacing: -.4em;
    margin-bottom: 20px;
  }

  .top_mv ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding: 18px 40px;
    margin-left: 30px;
    font-size: 3.0rem;
  }

  .navbar-fixed-top {
    padding: 15px 0 15px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }

  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  }

  /* -----footer---- */
  footer ul {
    margin-bottom: 24px;
  }

  footer ul li {
    font-size: 1.0rem;
  }

  footer ul li a {
    padding-right: 1em;
  }

  .scroll-top {
    display: none;
  }

  .f_convAria {
    display: none;
  }
}

@media(min-width:769px) {
  .nav>li>a {
    padding: 0px 15px;
  }

  .nav>li .btn {
    padding: 6px 20px 4px;
    letter-spacing: normal;
    font-weight: 600 !important;
  }
}

@media(min-width:1024px) {
  .navbar-header {
    float: none;
    height: 100px;
  }

  .fixed-top {
    height: 100px;
  }

  .header_logo {
    padding-top: 20px;
    padding-left: 15px;
  }

  .navbar-brand {
    height: 57px;
    width: 340px;
  }

  .nav>li>a {
    padding: 0px 10px;
  }

  ul.navbar-nav li {
    font-size: 1.2rem;
  }

  .dropdown p {
    padding: 0px 10px;
    font-size: 1.2rem;
    line-height: 60px;
  }

  .header-banner {
    margin-left: 5px;
    padding: 12px 10px;
  }

  .navbar .header-phone {
    font-size: 3.0rem;
    padding-left: 35px;
  }

  .navbar .header-phone:before {
    width: 30px;
    height: 20px;
    left: 0px;
    top: 0px;
    background-size: 30px 20px;
  }

  .header-banner .btn {
    font-size: 1.2rem;
  }

  .top_mv {
    height: 668px;
  }

  .mvBox {
    padding-top: 220px;
  }

  .top_mv p {
    font-size: 4.4rem;
  }

  .top_mv h1 {
    font-size: 7.3rem;
  }

  .top_mv ul li {
    font-size: 4.0rem;
  }
}

@media(min-width:1366px) {
  .nav>li>a {
    padding: 0px 20px;
  }

  .dropdown p {
    padding: 0px 20px;
  }

  ul.navbar-nav li {
    font-size: 1.4rem;
  }

  .dropdown p {
    padding: 0px 20px;
    font-size: 1.4rem;
  }

  .header-banner {
    margin-left: 15px;
    padding: 12px 20px;
  }

  .navbar .header-phone {
    font-size: 3.6rem;
    padding-left: 45px;
  }

  .navbar .header-phone:before {
    width: 34px;
    height: 22px;
    left: 0px;
    top: 7px;
    background-size: 34px 22px;
  }

  .header-banner .btn {
    font-size: 1.4rem;
  }

  .mvBox {
    padding-top: 240px;
  }

  footer ul li {
    font-size: 1.2rem;
  }
}

@media(min-width:1920px) {}

@media only screen and (max-width: 736px) {
  p {
    font-size: 1.3rem;
  }

  ul, ol {
    font-size: 1.3rem;
  }

  .navbar-nav {
    margin: 0px -15px;
  }

  ul.navbar-nav li {
    text-align: left;
  }

  .dropdown p {
    line-height: 25px;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0;
  }

  .dropdown-menu>li>a {
    color: #fff;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 34px;
  }

  .header_logo {
    padding-top: 10px;
    padding-left: 10px;
  }

  .navbar-brand {
    height: 30px;
    width: 180px;
  }

  .head_btn {
    float: left;
    width: 35%;
  }

  .head_btn ul {
    letter-spacing: -.4em;
  }

  .head_btn ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 42%;
    margin-left: 4%;
  }

  .head_btn ul li .btn {
    padding: 6px 10px;
  }

  .head_btn ul li img {
    width: 100%;
  }

  .header-banner {
    display: none;
  }

  .navbar .header-phone {
    width: 100%;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.4);
    margin-left: -10px;
    margin-right: -10px;
  }

  .navbar-collapse {
    position: absolute !important;
    z-index: 3;
    width: 100%;
    margin-left: 0px;
    border-top: 0px solid transparent;
    top: 50px;
  }

  .navbar-collapse.in {
    position: absolute;
    z-index: 3;
    display: block;
    width: 100%;
    margin-left: 0px;
    top: 50px;
  }

  .navbar-nav>li {
    border-bottom: solid 1px #fff;
    background: #133c67;
  }

  .navbar-nav>li>a {
    line-height: 25px;
    color: #fff;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
  }

  .navbar-nav>li:last-child {
    /*padding: 15px;*/
  }

  .top_mv {
    height: 320px;
  }

  .mvBox {
    padding-top: 110px;
  }

  .top_mv h1 {
    font-size: 4.2rem;
  }

  .top_mv p {
    font-size: 2.6rem;
    line-height: 1.2em;
  }

  .top_mv ul {
    margin-bottom: 15px;
  }

  .top_mv ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin-left: 30px;
    padding: 10px 30px;
    font-size: 1.8rem;
  }

  footer {
    padding: 30px 0 0px;
  }

  footer ul {
    margin-bottom: 0px;
  }

  footer ul li {
    width: 100% !important;
    margin-left: 0 !important;
    display: block !important;
    font-size: 1.4rem;
  }

  footer ul li a {
    display: block;
    margin-bottom: 1em;
  }

  footer ul li a:before {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0px;
    top: 6px;
    background: url(../img/arrow-white.png) no-repeat 0 0;
    background-size: 9px 9px;
    transform: rotate(90deg);
  }

  footer .copy {
    font-size: 1.1rem;
    line-height: 40px;
  }

  .scroll-top {
    position: fixed;
    right: 25px;
    bottom: 94px;
    width: 50px;
    height: 50px;
  }

  .f_convAria {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1048;
    background: #2d9de6;
    padding: 10px 0 5px;
    text-align: center;
  }

  .f_convAria p{
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 3px;
  }

  .f_convAria .header-phone{
    font-size: 3.2rem;
  }

  .f_convAria .header-phone, ..f_convAria .header-phone:focus, .f_convAria .header-phone:active{
    color: #fff;
  }

  .f_convAria .header-phone:hover {
    color: #fff;
  }

  .f_convAria .jikan {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1;
  }

  /* -----パンくず----- */
  .breadcrumb {
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  .top_mv {
    height: 518px;
  }

  .mvBox {
    padding-top: 220px;
  }

  .top_mv h1 {
    font-size: 2.9rem;
  }

  .top_mv p {
    font-size: 1.8rem;
  }

  .top_mv ul {
    margin-bottom: 0px;
  }

  .top_mv ul li {
    display: block;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
