@charset "UTF-8";
/*日本語*/
@import url("reset.css");
@import url("default.css");
@import url("font.css");
html {
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.3898305085vw;
  }
}

body {
  color: #888;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background-color: #fff;
}

header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
header .inner {
  max-width: 1280px;
  padding: 2rem 2rem 0.5rem 2rem;
  height: 4rem;
  margin: 0 auto;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header .inner {
    padding: 0;
  }
}
header .inner a {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: block;
}
header .inner a img {
  width: 100%;
  display: block;
}
header .inner .rightArea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
}
header .inner .rightArea div.btn.participants {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
header .inner .rightArea div.btn.participants a {
  font-size: 16px;
  font-family: "UD Shin Go Regular", sans-serif;
  text-decoration: none;
  text-align: center;
  color: #005baa;
  width: 100%;
  height: 100%;
  line-height: 2rem;
  border-radius: 50px;
  padding-right: 1rem;
  display: block;
  background-color: #fff;
  position: relative;
  border: #005baa 1px solid;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  header .inner .rightArea div.btn.participants a {
    font-size: 1.25vw;
  }
}
header .inner .rightArea div.btn.participants a:hover {
  color: #fff;
  background-color: #005baa;
}
header .inner .rightArea div.btn.participants a i {
  width: 0.9rem;
  line-height: 2rem;
  height: auto;
  position: absolute;
  display: block;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  margin: auto;
}
header .inner .rightArea a.sitemap {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  display: inline-block;
  text-decoration: none;
  color: #005baa;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  header .inner .rightArea a.sitemap {
    font-size: 1.25vw;
  }
}
header .inner .rightArea form {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  height: 2rem;
  line-height: 1rem;
  font-size: 16px;
  position: relative;
  padding: 0 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: #005baa 1px solid;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  header .inner .rightArea form {
    font-size: 1.25vw;
  }
}
header .inner .rightArea form input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  padding: 0.8rem;
  outline: none;
  position: relative;
  top: -0.05rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  header .inner .rightArea form input {
    font-size: 1.25vw;
  }
}
header .inner .rightArea form input:focus {
  outline: 0;
  background-color: #fff;
}
header .inner .rightArea form input::-webkit-input-placeholder {
  font-size: 13px;
  color: #94b9da;
}
header .inner .rightArea form input::-moz-placeholder {
  font-size: 13px;
  color: #94b9da;
}
header .inner .rightArea form input:-ms-input-placeholder {
  font-size: 13px;
  color: #94b9da;
}
header .inner .rightArea form input::-ms-input-placeholder {
  font-size: 13px;
  color: #94b9da;
}
header .inner .rightArea form input::placeholder {
  font-size: 13px;
  color: #94b9da;
}
@media screen and (max-width: 1280px) {
  header .inner .rightArea form input::-webkit-input-placeholder {
    font-size: 1.015625vw;
  }
  header .inner .rightArea form input::-moz-placeholder {
    font-size: 1.015625vw;
  }
  header .inner .rightArea form input:-ms-input-placeholder {
    font-size: 1.015625vw;
  }
  header .inner .rightArea form input::-ms-input-placeholder {
    font-size: 1.015625vw;
  }
  header .inner .rightArea form input::placeholder {
    font-size: 1.015625vw;
  }
}
header .inner .rightArea form i {
  color: #005baa;
  font-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  header .inner .rightArea form i {
    font-size: 1.171875vw;
  }
}
header .inner.sp {
  display: none;
  background-color: #fff;
  height: 5.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  header .inner.sp {
    display: block;
  }
  header .inner.sp a {
    top: 5px;
    left: 0;
    width: 57%;
    padding: 1.8rem 1rem;
  }
  header .inner.sp a img {
    width: 100%;
    height: auto;
    display: block;
  }
  header .inner.sp .bar {
    display: block;
    bottom: 5px;
    left: 0;
  }
}

header nav#gMenu {
  position: fixed;
  width: 100%;
  z-index: 1000;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
}
header nav#gMenu #firstMenu {
  position: relative;
  width: 100%;
  margin: 2rem auto 0.7rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav#gMenu #firstMenu .firstLi {
  color: #257ace;
  font-family: "UD Shin Go Medium", sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  margin: 0 auto;
  margin: 0 1.5rem;
}
@media screen and (max-width: 1280px) {
  header nav#gMenu #firstMenu .firstLi {
    font-size: 1.40625vw;
  }
}
header nav#gMenu #firstMenu .firstLi a {
  color: #257ace;
  display: inline-block;
  height: 3rem;
}
header nav#gMenu #firstMenu .firstLi a::after {
  font-size: 10px;
  content: "▼";
  display: block;
  line-height: 1.5rem;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  -webkit-transform: rotate(0) scaleY(0.7);
          transform: rotate(0) scaleY(0.7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header nav#gMenu #firstMenu .firstLi.active a::after {
  pointer-events: none;
  -webkit-transform: rotate(0.5turn) scaleY(0.7);
          transform: rotate(0.5turn) scaleY(0.7);
}
header nav#gMenu #firstMenu .firstLi:nth-child(1) a, header nav#gMenu #firstMenu .firstLi:nth-child(2) a, header nav#gMenu #firstMenu .firstLi:nth-child(3) a, header nav#gMenu #firstMenu .firstLi:nth-child(5) a {
  pointer-events: none;
}
header nav#gMenu #firstMenu .firstLi4 a::after {
  content: "";
}

#secondMenu {
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  pointer-events: none;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#secondMenu.active {
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
}
#secondMenu .subMenu {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 2rem 0 1rem 0;
  position: absolute;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
}
#secondMenu .subMenu li {
  font-family: "UD Shin Go Regular", sans-serif;
  display: inline-block;
  height: 3.5rem;
  margin: 0 0.5rem;
}
#secondMenu .subMenu li a {
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  color: #257ace;
  background-color: #fff;
  padding: 0.7rem 2.2rem 0.7rem 1.7rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#secondMenu .subMenu li a.grayOut {
  color: #fff;
  background-color: #d7d7d7 !important;
  pointer-events: none;
}
#secondMenu .subMenu li a.grayOut span.soon {
  margin-left: 0.5rem;
}
@media screen and (max-width: 1280px) {
  #secondMenu .subMenu li a {
    font-size: 1.328125vw;
  }
}
#secondMenu .subMenu li a:hover {
  background-color: #eff7fb;
}
#secondMenu .subMenu li a span:after {
  content: "▶";
  font-size: 20px;
  line-height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scaleX(0.35) scaleY(0.25) rotate(0);
          transform: scaleX(0.35) scaleY(0.25) rotate(0);
}
@media screen and (max-width: 1280px) {
  #secondMenu .subMenu li a span:after {
    font-size: 1.5625vw;
  }
}
#secondMenu .subMenu.active {
  top: 0;
  position: absolute;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navUnderbar {
  width: 100%;
  height: 6px;
  position: relative;
  top: 0px;
  left: 0;
  display: block;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #005baa), color-stop(26%, #89ba17), color-stop(74%, #00b4ed), color-stop(98%, #ffe900));
  background-image: linear-gradient(90deg, #005baa 2%, #89ba17 26%, #00b4ed 74%, #ffe900 98%);
  background: -ms-linear-gradient(360deg, #005baa 2%, #89ba17 26%, #00b4ed 74%, #ffe900 98%);
  /* IE */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  #button_menu {
    z-index: 2001;
    position: absolute;
    top: 0;
    right: 0;
    color: #005baa;
    cursor: pointer;
  }
  #button_menu .menu-trigger {
    position: relative;
    width: 2.5rem;
    height: 1.4rem;
    margin-top: 1.4rem;
    margin-right: 1.2rem;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #button_menu .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #005baa;
    border-radius: 50px;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #button_menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #button_menu .menu-trigger span:nth-of-type(2) {
    top: 0.61rem;
  }
  #button_menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #button_menu p {
    color: #005baa;
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    position: absolute;
    font-size: 0.84rem;
    line-height: 0.82;
    text-align: center;
    bottom: -0.8rem;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #button_menu p.active {
    opacity: 0;
  }

  .menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(0.62rem) rotate(-45deg);
    transform: translateY(0.62rem) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #site-nav {
    font-size: 1rem;
    position: fixed;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.8, 0.07, 0.44, 0.9);
    transition: all 0.6s cubic-bezier(0.8, 0.07, 0.44, 0.9);
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 80px;
  }

  .open-menu {
    overflow-y: hidden;
  }
  .open-menu #site-nav {
    visibility: visible;
    right: 0;
  }

  #site-nav form {
    margin-bottom: 20px;
    position: relative;
    height: 4rem;
  }
  #site-nav form input {
    font-size: 0.8rem;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    border: #005baa 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
  }
  #site-nav form input::-webkit-input-placeholder {
    color: #94b9da;
  }
  #site-nav form input::-moz-placeholder {
    color: #94b9da;
  }
  #site-nav form input:-ms-input-placeholder {
    color: #94b9da;
  }
  #site-nav form input::-ms-input-placeholder {
    color: #94b9da;
  }
  #site-nav form input::placeholder {
    color: #94b9da;
  }
  #site-nav form i {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    display: block;
    top: 0;
    right: 1rem;
    bottom: 0;
    margin: auto;
  }

  div.btn.participants {
    margin-top: 30px;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  div.btn.participants a {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    width: 100%;
    line-height: 1.5rem;
    padding: 0.8rem;
    border-radius: 50px;
    display: block;
    background-color: #005baa;
    position: relative;
  }
  div.btn.participants a img {
    width: 1rem;
    height: auto;
    position: absolute;
    display: block;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto;
  }

  #site-nav {
    background: #fff;
    color: #005baa;
    padding: 15vw;
  }

  #site-nav a {
    text-decoration: none;
  }

  .menu__item {
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 0.2rem 0;
    border-bottom: #005baa solid 1px;
  }
  .menu__item:last-child {
    border-bottom: 0;
  }

  .menu__item__link {
    color: #005baa;
    display: block;
    line-height: 60px;
    padding: 0 1rem;
    position: relative;
  }
  .menu__item__link.menu__item__link:after {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    content: "+";
    display: block;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1px;
    width: 60px;
  }
  .menu__item__link.on {
    background: #eff7fb;
  }
  .menu__item__link.noSubmenu.on {
    background: #fff;
  }
  .menu__item__link.on:after {
    content: "-";
    -webkit-transform: scaleX(2.2);
            transform: scaleX(2.2);
  }
  .menu__item__link.noSubmenu:after {
    content: ">";
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .submenu {
    background: #eff7fb;
    display: none;
    border-top: #005baa solid 1px;
  }
  .submenu .submenu__item {
    font-size: 0.9rem;
    color: #005baa;
    position: relative;
    left: 1rem;
    padding: 0 1rem 0 0;
    line-height: 1.6;
  }
  .submenu .submenu__item:after {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    content: ">";
    display: block;
    line-height: 2rem;
    position: absolute;
    right: 1.2rem;
    text-align: center;
    top: 0.3rem;
    width: 2rem;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .submenu__item a {
    color: #005baa;
    display: block;
    border-bottom: 1px solid #005baa;
    padding: 0.5rem 0;
    padding-left: 1rem;
  }
  .submenu__item a.grayOut {
    pointer-events: none;
  }
  .submenu__item a.grayOut span {
    opacity: 0.4;
  }

  .submenu__item:last-child a {
    border-bottom: 0;
  }
}
footer {
  width: 100%;
  background-color: #005baa;
  color: #fff;
  padding: 0 0 60px 0;
}
footer .banner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  footer .banner {
    padding-bottom: 3rem;
    margin-bottom: 0;
  }
}
footer .banner a {
  width: 279px;
  display: block;
}
footer .banner a img {
  width: 100%;
  height: auto;
  display: block;
}
footer .inner {
  max-width: 1048px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  footer .inner {
    padding: 0 20px;
  }
}
footer .inner ul.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
footer .inner ul.menu li.menu__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  margin-bottom: 40px;
  border: 0;
}
@media screen and (max-width: 1280px) {
  footer .inner ul.menu li.menu__item {
    font-size: 1.171875vw;
  }
}
footer .inner ul.menu li.menu__item.menu__item:nth-child(1) {
  width: 20%;
}
footer .inner ul.menu li.menu__item.menu__item:nth-child(2) {
  width: 30%;
}
footer .inner ul.menu li.menu__item.menu__item:nth-child(3) {
  width: 30%;
}
footer .inner ul.menu li.menu__item.menu__item:nth-child(4) {
  width: 40%;
}
footer .inner ul.menu li.menu__item.menu__item:nth-child(5) {
  width: 25%;
}
footer .inner ul.menu li.menu__item.menu__item:nth-child(6) {
  width: 27%;
}
footer .inner ul.menu li.menu__item a {
  text-decoration: none;
  display: block;
  color: #fff;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .inner ul.menu li.menu__item a:hover {
  opacity: 0.5;
}
footer .inner ul.menu li.menu__item ul.submenu {
  padding-top: 13px;
  padding-left: 50px;
  border: 0;
}
footer .inner ul.menu li.menu__item ul.submenu li {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  footer .inner ul.menu li.menu__item ul.submenu li {
    font-size: 1.015625vw;
  }
}
footer .inner ul.menu li.menu__item ul.submenu li span:before {
  content: "-";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  -webkit-transform: scaleX(4);
          transform: scaleX(4);
}
footer .inner ul.menu li.menu__item ul.submenu li a.grayOut {
  opacity: 0.4;
  pointer-events: none;
}
footer .inner .recruit {
  -ms-flex-preferred-size: 191px;
      flex-basis: 191px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
footer .inner .recruit div.btn {
  width: 100%;
  display: block;
  padding-bottom: 50px;
}
footer .inner .recruit div.btn a {
  font-size: 15px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #005baa;
  border: #fff solid 1px;
  padding: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  footer .inner .recruit div.btn a {
    font-size: 1.171875vw;
  }
}
footer .inner .recruit div.btn a:hover {
  color: #005baa;
  background-color: #fff;
}
footer .inner2 {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  footer .inner2 {
    font-size: 1rem;
    font-size: 1.015625vw;
  }
}
footer .inner2 ul li {
  display: inline-block;
}
footer .inner2 ul li a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .inner2 ul li a:hover {
  opacity: 0.5;
}
footer .inner2 ul li:first-child:after, footer .inner2 ul li:nth-child(2):after {
  content: "|";
  display: inline;
  position: relative;
  text-align: center;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    padding: 0;
    background-color: #005baa;
    color: #fff;
  }
  footer .inner {
    width: 100%;
    padding: 2rem 3rem 1rem 3rem;
    margin: 0 auto;
    display: block;
  }
  footer .inner ul.menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    width: 100%;
  }
  footer .inner ul.menu li.menu__item {
    width: 100%;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 0.2rem 0;
    margin-bottom: 0;
    border-bottom: #fff solid 1px;
  }
  footer .inner ul.menu li.menu__item:last-child {
    border-bottom: 0;
  }
  footer .inner ul.menu li.menu__item:nth-child(1), footer .inner ul.menu li.menu__item:nth-child(2), footer .inner ul.menu li.menu__item:nth-child(3), footer .inner ul.menu li.menu__item:nth-child(4), footer .inner ul.menu li.menu__item:nth-child(5), footer .inner ul.menu li.menu__item:nth-child(6) {
    width: 100% !important;
  }
  footer .inner ul.menu li.menu__item a.menu__item__link {
    width: 100%;
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 0.5rem 1rem;
    position: relative;
    margin: 0;
    font-size: 28px;
    font-family: "UD Shin Go Regular", sans-serif;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  footer .inner ul.menu li.menu__item a.menu__item__link {
    font-size: 3.6505867014vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  footer .inner ul.menu li.menu__item a.menu__item__link.on {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  footer .inner ul.menu li.menu__item a.menu__item__link.menu__item__link:after {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    content: "+";
    display: block;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0.5rem;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer .inner ul.menu li.menu__item a.menu__item__link.on:after {
    content: "-";
    -webkit-transform: scaleX(2.2);
            transform: scaleX(2.2);
  }
}
@media screen and (max-width: 767px) {
  footer .inner ul.menu li.menu__item a.menu__item__link.noSubmenu:after {
    content: ">";
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  footer .inner ul.menu .submenu {
    width: 100%;
    background-color: #005baa;
    display: none;
    border: 0;
    padding-left: 15px !important;
    margin: 0;
  }
  footer .inner ul.menu .submenu .submenu__item {
    font-size: 0.9rem;
    color: #fff;
    position: relative;
    left: 1rem;
    padding: 0 1rem 0 0;
  }
  footer .inner ul.menu .submenu .submenu__item:after {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    content: ">";
    display: block;
    line-height: 2rem;
    position: absolute;
    right: 1.2rem;
    text-align: center;
    top: 0.9rem;
    width: 2rem;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  footer .inner ul.menu .submenu__item a {
    font-size: 28px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    padding-left: 1rem;
    line-height: 1.6;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  footer .inner ul.menu .submenu__item a {
    font-size: 3.6505867014vw;
  }
}
@media screen and (max-width: 767px) {
  footer .inner ul.menu .submenu__item a span:before {
    content: "" !important;
  }
}
@media screen and (max-width: 767px) {
  footer .inner ul.menu .submenu__item a .grayOut {
    pointer-events: none;
  }
  footer .inner ul.menu .submenu__item a .grayOut span {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  footer .inner ul.menu .submenu__item:last-child a {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .inner2 {
    font-size: 3.6505867014vw;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #888;
    padding: 1.5rem 0 1rem 0;
  }
  footer .inner2 ul {
    margin-bottom: 1.5rem;
  }
  footer .inner2 ul li {
    display: block;
    margin-bottom: 0.8rem;
  }
  footer .inner2 ul li a {
    color: #fff;
    text-decoration: underline;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  footer .inner2 ul li a:hover {
    opacity: 0.5;
  }
  footer .inner2 ul li:first-child:after, footer .inner2 ul li:nth-child(2):after {
    content: "";
    padding: 0;
  }
  footer .inner2 small {
    font-size: 0.7rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .inner3 {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 6rem;
    font-size: 28px;
    font-family: "UD Shin Go Regular", sans-serif;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  footer .inner3 {
    font-size: 3.6505867014vw;
  }
}
@media screen and (max-width: 767px) {
  footer .inner3 img {
    width: 100%;
    height: auto;
    display: block;
  }
}
p.shoulder {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  color: #005baa;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1280px) {
  p.shoulder {
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  p.shoulder {
    font-size: 3.9113428944vw;
    line-height: 2;
  }
}

#pageup_btn {
  width: 70px;
  display: block;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 900;
}
#pageup_btn a {
  text-decoration: none;
}
#pageup_btn a .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: #005baa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#pageup_btn a p {
  width: 100%;
  text-align: center;
  color: #005baa;
  font-size: 12px;
  padding-top: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#pageup_btn.active a .circle {
  color: #005baa;
  background-color: #fff;
}
#pageup_btn.active a p {
  color: #fff;
}

#scroll {
  width: 220px;
  display: block;
  position: absolute;
  top: 35rem;
  right: -80px;
  z-index: 990;
  -webkit-transform: rotate(0.25turn);
          transform: rotate(0.25turn);
  background-color: #ac4e4e;
}
#scroll .text {
  width: 100%;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 40px;
  z-index: 990;
  color: #005baa;
  position: absolute;
}
#scroll .blueBar {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #005baa;
  z-index: 989;
  -webkit-animation: letsScroll1 2s linear 1s infinite;
          animation: letsScroll1 2s linear 1s infinite;
}
#scroll .greyBar {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #dddddd;
  z-index: 987;
}
#scroll .circle {
  background: #005baa;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 36px;
  left: -4px;
  border-radius: 50%;
  z-index: 991;
  -webkit-animation: letsScroll2 2s linear 1s infinite;
          animation: letsScroll2 2s linear 1s infinite;
}

@-webkit-keyframes letsScroll1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes letsScroll2 {
  0% {
    left: -4px;
  }
  100% {
    left: 226px;
  }
}
.bar {
  height: 6px;
  display: block;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #005baa), color-stop(26%, #89ba17), color-stop(74%, #00b4ed), color-stop(98%, #ffe900));
  background-image: linear-gradient(90deg, #005baa 2%, #89ba17 26%, #00b4ed 74%, #ffe900 98%);
  background: -ms-linear-gradient(3600deg, #005baa 2%, #89ba17 26%, #00b4ed 74%, #ffe900 98%);
  /* IE */
}
@media screen and (max-width: 767px) {
  .bar {
    height: 0.2rem;
  }
}
.bar.mb {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .bar.mb {
    margin-bottom: 4rem;
  }
}
.bar.mb2 {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .bar.mb2 {
    margin-bottom: 0;
  }
}

div.cmnBtn {
  display: block;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none) {
  div.cmnBtn {
    overflow: visible;
    /* IE11 */
  }
}
div.cmnBtn a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  height: 3rem;
  text-decoration: none;
  position: relative;
  padding: 0.5rem 3rem 0.6rem 2.5rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  div.cmnBtn a {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  div.cmnBtn a {
    font-size: 3.6505867014vw;
  }
}
div.cmnBtn.wh a {
  background-color: #fff;
  color: #005baa;
}
div.cmnBtn.bl a {
  background-color: #005baa;
  color: #fff;
}
div.cmnBtn.none a {
  color: #fff;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  border: #fff 1px solid;
}
div.cmnBtn.wh a:hover {
  background-color: #005baa;
  color: #fff;
}
div.cmnBtn.bl a:hover {
  background-color: #fff;
  color: #005baa;
}
div.cmnBtn.none a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #005baa;
}
div.cmnBtn span::after {
  content: "▶";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 4px;
  right: 0.5rem;
  bottom: 0;
  margin: auto;
  -webkit-transform: scaleX(0.35) scaleY(0.25) rotate(0);
          transform: scaleX(0.35) scaleY(0.25) rotate(0);
}
@media screen and (max-width: 1280px) {
  div.cmnBtn span::after {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  div.cmnBtn span::after {
    font-size: 3.515625vw;
  }
}

.wave {
  width: 100%;
  height: 10rem;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 1500px) and (max-width: 2999px) {
  .wave {
    height: 16rem;
  }
}
@media all and (min-width: 3000px) and (max-width: 9999px) {
  .wave {
    height: 22rem;
  }
}
.wave .waveImg {
  width: 100%;
  padding-left: 10rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.wave.mt {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .wave {
    height: 6rem;
  }
  .wave .waveImg {
    padding-left: 0;
  }
  .wave.sp.mt {
    margin-top: 2rem;
  }
  .wave img {
    width: 100%;
  }
}

section#contactUs {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  section#contactUs {
    margin-bottom: 0;
  }
}
section#contactUs .inner {
  max-width: 1340px;
  display: block;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  section#contactUs .inner {
    width: 100%;
    padding: 0 2rem;
  }
}
section#contactUs .inner h4 {
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 28px;
  color: #005baa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  section#contactUs .inner h4 {
    font-size: 6.25vw;
    padding-right: 2rem;
    padding-bottom: 0.4rem;
  }
}
section#contactUs .inner h4 img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  section#contactUs .inner h4 img {
    width: 2.2rem;
    height: 2.2rem;
  }
}
section#contactUs .inner h4 span {
  padding-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  section#contactUs .inner h4 span {
    padding-left: 0.5rem;
  }
}
section#contactUs .inner .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap {
    display: block;
    text-align: center;
    padding-left: 0;
  }
}
section#contactUs .inner .wrap .leftArea {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: #005baa;
}
section#contactUs .inner .wrap .leftArea h6 {
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  section#contactUs .inner .wrap .leftArea h6 {
    font-size: 1.71875vw;
  }
}
section#contactUs .inner .wrap .leftArea p.time {
  font-size: 35px;
}
@media screen and (max-width: 1280px) {
  section#contactUs .inner .wrap .leftArea p.time {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  section#contactUs .inner .wrap .leftArea p.time {
    font-size: 5.859375vw;
    font-weight: 600;
    text-align: center;
  }
}
section#contactUs .inner .wrap .leftArea p.time span {
  font-size: 17px;
}
@media screen and (max-width: 1280px) {
  section#contactUs .inner .wrap .leftArea p.time span {
    font-size: 1.328125vw;
  }
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .leftArea p.time span {
    display: block;
    font-size: 2.65625vw;
    font-weight: 600;
  }
}
section#contactUs .inner .wrap .leftArea ul {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  section#contactUs .inner .wrap .leftArea ul {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .leftArea ul {
    font-size: 2.34375vw;
    padding-top: 2rem;
  }
}
section#contactUs .inner .wrap .leftArea ul li {
  color: #888;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
section#contactUs .inner .wrap .leftArea ul li::before {
  content: "※";
  display: block;
  line-height: 1.5;
  position: absolute;
  left: -0.1rem;
}
section#contactUs .inner .wrap .rightArea {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: #005baa;
}
section#contactUs .inner .wrap .rightArea h6 {
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  section#contactUs .inner .wrap .rightArea h6 {
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .rightArea h6 {
    margin-top: 2.5rem;
    font-size: 3.515625vw;
    font-weight: 500;
  }
}
section#contactUs .inner .wrap .rightArea .tellArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .rightArea .tellArea {
    display: block;
  }
}
section#contactUs .inner .wrap .rightArea .tellArea .free {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
section#contactUs .inner .wrap .rightArea .tellArea .free a {
  color: #005baa;
  font-size: 40px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1340px) {
  section#contactUs .inner .wrap .rightArea .tellArea .free a {
    font-size: 2.9104477612vw;
  }
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .rightArea .tellArea .free a {
    font-size: 5.859375vw;
    font-weight: 600;
  }
}
section#contactUs .inner .wrap .rightArea .tellArea .free img {
  width: 3.5vw;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .rightArea .tellArea .free img {
    width: 8vw;
  }
}
section#contactUs .inner .wrap .rightArea .tellArea .tellNum1 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-left: 1.5rem;
  border-left: #005baa 1px solid;
  font-size: 34px;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  section#contactUs .inner .wrap .rightArea .tellArea .tellNum1 {
    font-size: 2.65625vw;
  }
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .rightArea .tellArea .tellNum1 {
    border-left: none;
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
section#contactUs .inner .wrap .rightArea .tellArea .tellNum1 p {
  font-size: 12px;
  line-height: 1.1;
}
@media screen and (max-width: 1340px) {
  section#contactUs .inner .wrap .rightArea .tellArea .tellNum1 p {
    text-align: left;
    font-size: 0.8955223881vw;
  }
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .rightArea .tellArea .tellNum1 p {
    font-size: 2.734375vw;
    text-align: center;
  }
}
section#contactUs .inner .wrap .rightArea .tellArea .tellNum1 span a {
  font-size: 34px;
  font-weight: 500;
  color: #005baa;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  section#contactUs .inner .wrap .rightArea .tellArea .tellNum1 span a {
    font-size: 2.65625vw;
  }
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .rightArea .tellArea .tellNum1 span a {
    font-size: 5.859375vw;
    font-weight: 600;
  }
}
section#contactUs .inner .wrap .rightArea .tellNum2 p {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  section#contactUs .inner .wrap .rightArea .tellNum2 p {
    font-size: 1.640625vw;
  }
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .rightArea .tellNum2 p {
    margin-top: 2.5rem;
    font-size: 3.515625vw;
    font-weight: 500;
    text-align: center;
  }
}
section#contactUs .inner .wrap .rightArea .tellNum2 span a {
  font-size: 39px;
  font-weight: 500;
  font-weight: 500;
  color: #005baa;
}
@media screen and (max-width: 1280px) {
  section#contactUs .inner .wrap .rightArea .tellNum2 span a {
    font-size: 3.046875vw;
  }
}
@media screen and (max-width: 767px) {
  section#contactUs .inner .wrap .rightArea .tellNum2 span a {
    font-size: 5.859375vw;
    font-weight: 600;
  }
}
section#contactUs .inner div.btn {
  width: 19rem;
}
section#contactUs ul.bannerArea {
  max-width: 1048px;
  padding: 4rem 2rem 2rem 2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  section#contactUs ul.bannerArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem 2rem 2rem 2rem;
  }
}
section#contactUs ul.bannerArea li {
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  section#contactUs ul.bannerArea li {
    margin-bottom: 1rem;
  }
}
section#contactUs ul.bannerArea li a {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  height: 4.5rem;
  width: 15rem;
  border-radius: 3rem;
  color: #fff;
  background-color: #005baa;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
@media screen and (max-width: 1280) {
  section#contactUs ul.bannerArea li a {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  section#contactUs ul.bannerArea li a {
    font-size: 3.6505867014vw;
  }
}
section#contactUs ul.bannerArea li a:hover {
  background-color: #fff;
  color: #005baa;
}
section#contactUs ul.bannerArea li a.link::after {
  content: "▶";
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  position: absolute;
  right: 1rem;
}
@media all and (-ms-high-contrast: none) {
  section#contactUs ul.bannerArea li a.link::after {
    top: 1.7rem;
  }
}
section#contactUs ul.bannerArea li a i {
  position: absolute;
  right: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media all and (-ms-high-contrast: none) {
  section#contactUs ul.bannerArea li a i {
    top: 1.8rem;
  }
}

main.textBase {
  padding: 10rem 0 0 0;
}
@media screen and (max-width: 767px) {
  main.textBase {
    padding: 3rem 0 0 0;
  }
}
main.textBase section#textTitle {
  padding: 0;
  width: 100%;
  height: 23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: cover;
  margin-top: 0rem;
  background-image: url(../img/text_title_bg.jpg);
}
@media screen and (max-width: 767px) {
  main.textBase section#textTitle {
    height: 15rem;
    background-image: url(../img/text_title_bg_sp.jpg);
  }
}
main.textBase section#textTitle h1 {
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 42px;
  line-height: 1.3;
  display: block;
  text-align: center;
  color: #005baa;
  position: relative;
  top: -2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  main.textBase section#textTitle h1 {
    font-size: 3.28125vw;
  }
}
@media screen and (max-width: 767px) {
  main.textBase section#textTitle h1 {
    font-size: 5.4758800522vw;
    letter-spacing: 0.02em;
    top: -1.5rem;
  }
}

section#subKv {
  width: 100%;
  padding-top: 11rem;
  background-image: url(../../cmn/img/bg_subKv.jpg);
  background-repeat: repeat;
  margin-bottom: 1rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section#subKv {
    padding: 0;
    padding-top: 5.5rem;
  }
}
section#subKv .inner {
  position: relative;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
section#subKv .inner img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.6s ease-out;
  transition: opacity 0.7s, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.7s;
  transition: transform 0.6s ease-out, opacity 0.7s, -webkit-transform 0.6s ease-out;
}
@media all and (-ms-high-contrast: none) {
  section#subKv .inner img {
    opacity: 0.01;
    /* IE11 */
  }
}
section#subKv .inner img.pojAbsolute {
  position: absolute;
  top: 0;
  left: 0;
}
section#subKv .inner img.start:nth-child(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
section#subKv .inner img.start:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 1;
}
section#subKv .inner img.start:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  z-index: 2;
}
section#subKv .inner .textAnimation {
  display: block;
  color: #fff;
  width: 60%;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "UD Shin Go Regular", sans-serif;
  position: absolute;
  top: 62%;
  left: 69%;
  z-index: 3;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.6s ease-out;
  transition: opacity 1.5s, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 1.5s;
  transition: transform 0.6s ease-out, opacity 1.5s, -webkit-transform 0.6s ease-out;
}
section#subKv .inner .textAnimation span {
  font-size: 18px;
  display: block;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.6s ease-out;
  transition: opacity 1.5s, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 1.5s;
  transition: transform 0.6s ease-out, opacity 1.5s, -webkit-transform 0.6s ease-out;
  padding-top: 0.3rem;
  padding-right: 0.8rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1280px) {
  section#subKv .inner .textAnimation span {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  section#subKv .inner .textAnimation span {
    font-size: 2.3468057366vw;
  }
}
@media screen and (max-width: 1280px) {
  section#subKv .inner .textAnimation {
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  section#subKv .inner .textAnimation {
    font-size: 2.8683181226vw;
  }
}
section#subKv .inner .textAnimation.start {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

main.whats_generic section#subKv .textAnimation {
  left: 70.5% !important;
}

main.ag section#subKv .textAnimation {
  left: 69%;
}

main.quality section#subKv .textAnimation {
  left: 68%;
}
main.quality section#subKv .textAnimation span {
  padding-right: 0;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

@media screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 0 1.5rem !important;
  }
}
.remodal-wrapper .remodal {
  background-color: #fff;
  padding: 3rem !important;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper .remodal {
    font-size: 3.9113428944vw;
    padding: 2rem !important;
    padding-top: 3rem !important;
  }
}
.remodal-wrapper .remodal .closeBtn {
  background-color: fff;
  color: #005baa;
  font-size: 40px;
  line-height: 40px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper .remodal .closeBtn {
    font-size: 6.518904824vw;
  }
}
.remodal-wrapper .remodal .closeBtn:hover {
  opacity: 0.8;
}
.remodal-wrapper .remodal p.noteTxt {
  margin-bottom: 30px;
}
.remodal-wrapper .remodal a {
  width: 60%;
  color: #fff;
  border-radius: 5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper .remodal a {
    width: 80%;
  }
}
.remodal-wrapper .remodal a.remodal-confirm {
  background-color: #005baa;
  margin-bottom: 20px;
}
.remodal-wrapper .remodal a.remodal-cancel {
  background: #A8A8A8;
}

#cookie {
  width: 100%;
  height: auto;
  position: fixed;
  background-color: rgba(15, 16, 16, 0.85);
  bottom: 0;
  z-index: 1004;
  padding: 0 2rem;
  display: none;
}
@media screen and (max-width: 767px) {
  #cookie {
    padding: 0 0rem;
  }
}
#cookie .inner {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 1rem 0 2rem;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 40/25;
}
@media screen and (max-width: 1280px) {
  #cookie .inner {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #cookie .inner {
    width: 100%;
    font-size: 3.6505867014vw;
    border-radius: 4rem;
    padding: 1.2rem 2.5rem 1rem 2.5rem;
  }
}
#cookie .inner p {
  margin-bottom: 1rem;
}
#cookie .inner p a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
#cookie .inner #btnAgree {
  text-align: center;
  width: 18rem;
  padding: 0.5rem 0;
  color: #fff;
  display: block;
  margin: 0 auto;
  border: #fff 1px solid;
  border-radius: 5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #cookie .inner #btnAgree {
    margin-top: 1.5rem;
  }
}
#cookie .inner #btnAgree:hover {
  color: #888;
  background-color: #fff;
}
/*# sourceMappingURL=style.css.map */