@charset "UTF-8";
/* ------------------------------------------------------------------
intial set
------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@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: 'Noto Sans JP', 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;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.img-centered {
  margin: 0 auto;
}

h1 {
  margin: 0;
}

@media only screen and (max-width: 736px) {
  p {
    font-size: 1.3rem;
  }

  ul, ol {
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------------------------
header nav
------------------------------------------------------------------ */
.navbar {
  border: 0px solid transparent;
  background: #fff;
}

.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: #2d2d2d;
  width: 24px;
  height: 4px;
}

.navbar-toggle {
  padding: 6px 10px;
}

.navbar {
  font-weight: 700;
  border-radius: 0;
  margin-bottom: 0;
}

@media(min-width:768px) {
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    padding-top: 0px;
    height: 100px;
  }

  .navbar-header {
    float: none;
    height: 100px;
  }

  .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_right {
    float: right;
  }

  .navBox {
    margin-top: 30px;
    padding-right: 30px;
  }

  .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: #09102c;
  }

  ul.navbar-nav li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 4px;
    background-color: #f29437;
    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: #f29437;
  }

  .navbar-nav>li:last-child>a:hover {
    background: transparent;
  }

  .nav>li>a {
    line-height: 60px;
    padding: 0px 10px;
  }

  .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;
  }

  .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);
  }
}

@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;
  }

  .nav>li>a {
    padding: 0px 20px;
  }

  ul.navbar-nav li {
    font-size: 1.2rem;
  }

  .dropdown p {
    padding: 0px 10px;
    font-size: 1.2rem;
    line-height: 60px;
  }
}

@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;
  }
}

@media only screen and (max-width: 736px) {
  .navbar-nav {
    margin: 0px -15px;
  }

  ul.navbar-nav li {
    text-align: left;
  }

  .nav>li>a:focus, .nav>li>a:hover {
    background-color: #2758a7 !important;
  }

  .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;
  }

  .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%;
  }

  .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 0px #fff;
    background: #2758a7;
  }

  .navbar-nav>li>a {
    line-height: 40px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
  }

  .navbar-nav>li:last-child {
    /*padding: 15px;*/
  }
}

/* ------------------------------------------------------------------
header logo
------------------------------------------------------------------ */
.header_logo {
  float: left;
  overflow: hidden;
}

.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;
}

@media(min-width:768px) {
  .site_tex {
    font-size: 1.0rem;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 20px
  }

  .header_logo {
    padding-top: 38px;
    padding-left: 15px;
  }

  .navbar-brand {
    height: 40px;
    width: 195px;
  }
}

@media(min-width:1024px) {
  .site_tex {
    top: 10px;
    left: 30px;
  }

  .header_logo {
    padding-top: 30px;
    padding-left: 30px;
  }

  .navbar-brand {
    height: 54px;
    width: 263px;
  }
}

@media(min-width:1366px) {}

@media only screen and (max-width: 736px) {
  .site_tex {
    display: none;
  }

  .header_logo {
    padding-top: 8px;
    padding-left: 10px;
  }

  .navbar-brand {
    height: 34px;
    width: 166px;
  }
}

/* ------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------ */
.intro {
  height: auto;
}

.top_mv {
  height: auto;
  background: url("../img/mv_pc.jpg") no-repeat center right scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  display: table;
  width: 100%;
}

.top_mv .inner {
  position: relative;
  height: auto;
}

.header-box {
  padding-top: 150px;
}

.header-box h1 {
  font-weight: 800;
  font-size: 4.6rem;
  margin-bottom: 20px;
}

.header-box p {
  font-weight: 800;
  font-size: 3.0rem;
}

.header-box ul {
  letter-spacing: -.4em;
}

.header-box ul li {
  position: relative;
  background-color: #00af3a;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: .6em;
  color: #fff;
  font-weight: 800;
  padding: 80px 10px 20px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: center;
  margin-right: 15px;
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.header-box ul li:last-child {
  margin-right: 0px;
}

.header-box ul li::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/questionmark.png) no-repeat 0 0;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  top: 20px;
  left: 50%;
  margin-left: -25px;
}


@media(min-width:768px) {
  .top_mv {
    height: 864px;
  }

  .top_mv .inner {
    height: 864px;
  }
  .header-box ul li{
    width: 200px;
    font-size: 1.6rem;
  }
}

@media(min-width:1024px) {
  .top_mv {
    height: 608px;
  }

  .top_mv .inner {
    height: 608px;
  }
  .header-box ul li{
    width: 220px;
    font-size: 2.0rem;
  }
}

@media(min-width:1366px) {
  .top_mv {
    height: 668px;
  }

  .top_mv .inner {
    height: 668px;
  }
}

@media only screen and (max-width: 736px) {
  .top_mv {
    background: url(../img/mv_sp.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: block;
    width: 100%;
    height: 640px;
  }

  .top_mv .inner {
    height: 640px;
  }

  .header-box {
/*    padding-top: 20px;*/
  }

  .header-box ul li {
    padding: 45px 15px 10px 15px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .header-box ul li::before {
    display: block;
    content: "";
    position: absolute;
    background: url(../img/questionmark.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: 10px;
    left: 50%;
    margin-left: -15px;
  }

  .header-box h1 {
    font-size: 2.6rem;
    line-height: 1.4em;
  }

  .header-box p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 414px) {
  .top_mv {
    background: url(../img/mv_sp411.jpg) no-repeat bottom right scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: block;
    width: 100%;
    height: 325px;
  }

  .top_mv {
    height: 617px;
  }

  .top_mv .inner {
    height: 617px;
  }

  .header-box {
  margin-top:1rem;
    padding-top: 90px;
  }

  .header-box ul li {
    padding: 12px 15px 12px 50px;
    display: block;
    text-align: left;
    margin-right: 0px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .header-box ul li::before {
    display: block;
    content: "";
    position: absolute;
    background: url(../img/questionmark.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: 50%;
    left: 10px;
    margin-top: -15px;
    margin-left: 0;
  }

  .header-box h1 {
    line-height: 1.6em;
  }

  .header-box p {
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 320px) {
  .header-box ul li {
    font-size: 1.1rem;
  }

  .header-box h1 {
    font-size: 2.2rem;
  }
}

/* ------------------------------------------------------------------
footer
------------------------------------------------------------------ */
footer {
  background-color: #2d2d2d;
  padding: 0px 0 0;
}

footer .inner {
  position: relative;
}

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: #1373e6;
  margin-bottom: .5em;
  padding-left: .8em;
}

footer ul li a:hover {
  color: #26c8fe;
  text-decoration: underline;
}

.f_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 140px;
}

footer .copy {
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  line-height: 40px;
}

@media(min-width:768px) {
  footer ul {
    margin-bottom: 24px;
  }

  footer ul li {
    font-size: 1.0rem;
  }

  footer ul li a {
    padding-right: 1em;
  }
}

@media(min-width:1366px) {
  footer ul li {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 736px) {
  footer {
    background-color: #00af3a;
    margin-bottom: 94px;
  }

  footer ul {
    margin-bottom: 30px;
  }

  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 {
    top: 6px;
  }

  footer .copy {
    font-size: 1.1rem;
    line-height: 40px;
  }
}

/* ------------------------------------------------------------------
パンくず
------------------------------------------------------------------ */
.breadcrumb {
  text-align: center;
  padding: 0px 0;
  margin-bottom: 0px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-size: 1.1rem;
  border-radius: 0;
  white-space: nowrap;
  overflow-x: hidden;
  font-weight: 600;
}

.breadcrumb li {
  position: relative;
  padding: 0 .8em;
  color: #46abf2;
}

.breadcrumb li a {
  color: #46abf2;
}

.breadcrumb li a:hover {
  color: #26c8fe !important;
  text-decoration: underline !important;
}

.breadcrumb li:first-child {
  padding-left: 0;
  padding-right: .4em;
}

.breadcrumb>li+li:before {
  display: inline-block;
  content: "／";
  position: absolute;
  left: -9px;
  top: 0px;
  color: #46abf2;
}

@media only screen and (max-width: 736px) {
  .breadcrumb {
    display: none;
  }
}

/* ------------------------------------------------------------------
スクロール
------------------------------------------------------------------ */
.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-white.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;
}

@media(min-width:768px) {
  .scroll-top {
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  .scroll-top {
    position: fixed;
    right: 25px;
    bottom: 110px;
    width: 50px;
    height: 50px;
  }
}

/* ------------------------------------------------------------------
selection
------------------------------------------------------------------ */
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, .2);
}

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(0, 0, 0, .1);
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

/* ------------------------------------------------------------------
br 非表示
------------------------------------------------------------------ */
.hidden{
  display: none;
}
@media only screen and (max-width: 736px) {
  .hidden_md {
    display: none !important;
  }
}

@media(min-width:768px) {
  .brmd:before {
    content: "\A";
    white-space: pre;
  }

  .hidden_xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1021px) {
  .brmd_pad:before {
    content: "\A";
    white-space: pre;
  }
}

@media (min-width: 568px) and (max-width: 736px) {
  .brsp:before {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (max-width: 736px) {
  .brxs:before {
    content: "\A";
    white-space: pre;
  }
}
