@charset "UTF-8";
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.l-header {
  width: 100%;
}

.l-header .header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.l-header .logo img {
  margin: 0;
  max-width: 100px;
  width: auto;
  height: 50px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media screen and (max-width: 592px) {
  .l-header .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .l-header .logo img {
    height: 35px;
  }
}

.nav-wrapper {
  -ms-flex-item-align: center;
  align-self: center;
}

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav .drawer-menu-item {
  display: block;
  font-size: 1.6rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1.5rem;
  text-align: center;
}

nav .drawer-menu-item img {
  max-width: 30%;
}

nav .drawer-menu-item:hover {
  text-decoration: none;
}

.btn-menu {
  display: none;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.btn-menu span {
  position: absolute;
  display: block;
  top: 14px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 1px;
  width: 30px;
}

.btn-menu .top {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
}

.btn-menu .bottom {
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
}

.btn-menu.is-open {
  z-index: 1001;
}

.btn-menu.is-open .middle {
  background: rgba(255, 255, 255, 0);
}

.btn-menu.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}

.btn-menu.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}

.nav-overlay {
  content: "";
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: -100%;
  width: 0;
  height: 100%;
}

.nav-overlay.is-open {
  left: 0;
  width: 60%;
}

@media screen and (max-width: 1152px) {
  .l-header .btn-menu {
    display: block;
  }
  .nav-wrapper {
    overflow-y: scroll;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1000;
    position: fixed;
    width: 40%;
    height: 100%;
    min-height: 100vh;
    top: 0;
    right: -40%;
  }
  .nav-wrapper .nav-content {
    padding: 70px 0 0;
  }
  nav ul {
    list-style: none;
    display: block;
    overflow-y: scroll;
  }
  nav .drawer-menu-item {
    width: auto;
  }
  .nav-wrapper.is-open {
    right: 0;
  }
  .nav-overlay {
    display: block;
  }
}

@media screen and (max-width: 592px) {
  .nav-wrapper {
    width: 50%;
    right: -50%;
  }
  .nav-overlay {
    left: -50%;
  }
  .nav-overlay.is-open {
    left: 0;
    width: 50%;
  }
}

.l-inquiry {
  position: relative;
}

.l-inquiry .inquiry {
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
}

.l-inquiry .inquiry p {
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  font-size: 0.75rem;
  background: #000;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: local("Roboto-Bold"), url(../../../shr/font/Roboto-Bold.woff2) format("woff2"), url(../../../shr/font/Roboto-Bold.woff) format("woff"), url(../../../shr/font/Roboto-Bold.ttf) format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url(../../../shr/font/NotoSansCJKJPRegular.woff2) format("woff2"), url(../../../shr/font/NotoSansCJKJPRegular.woff) format("woff"), url(../../../shr/font/NotoSansCJKJPRegular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url(../../../shr/font/NotoSansCJKJPBold.woff2) format("woff2"), url(../../../shr/font/NotoSansCJKJPBold.woff) format("woff"), url(../../../shr/font/NotoSansCJKJPBold.otf) format("opentype");
}

html {
  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  /* 16px*/
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  line-height: 2;
}

h1 {
  font-size: 36px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
  /* 24px~36pxで可変*/
  line-height: 1.3;
}

h2 {
  font-size: 24px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
  /* 20px~24pxで可変*/
  line-height: 1.3;
}

@media (min-width: 1200px) {
  /* 1200px以上*/
  h1 {
    font-size: 3.6rem;
    /* 36px*/
  }
  h2 {
    font-size: 2.4rem;
    /* 24px*/
  }
}

@media screen and (max-width: 640px) {
  /* 640px以下*/
  body {
    line-height: 1.9;
  }
  h1 {
    font-size: 2.4rem;
    /* 24px*/
  }
  h2 {
    font-size: 2rem;
    /* 20px*/
  }
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.is-visible-xld,
.is-visible-ld,
.is-visible-md,
.is-visible-sd {
  display: none !important;
}

@media screen and (max-width: 1366px) {
  .is-hidden-xld {
    display: none !important;
  }
  .is-visible-xld {
    display: inherit !important;
  }
}

@media screen and (max-width: 1152px) {
  .is-hidden-ld {
    display: none !important;
  }
  .is-visible-ld {
    display: inherit !important;
  }
}

@media screen and (max-width: 800px) {
  .is-hidden-md {
    display: none !important;
  }
  .is-visible-md {
    display: inherit !important;
  }
}

@media screen and (max-width: 592px) {
  .is-hidden-sd {
    display: none !important;
  }
  .is-visible-sd {
    display: inherit !important;
  }
}

.nowrap {
  display: inline-block;
}

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

@media screen and (max-width: 1152px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .container {
    max-width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 592px) {
  .container {
    max-width: 90%;
    margin: 0 auto;
  }
}

.btn {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn .btn-hover {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.btn:hover .btn-hover {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .btn .btn-hover {
    display: none;
  }
}

.l-anchor {
  position: relative;
}

main {
  position: relative;
}

.l-section {
  position: relative;
  width: 100%;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade {
  opacity: 0;
}

@media screen and (max-width: 1152px) {
  .fade {
    opacity: 1;
  }
}

.is-animate {
  opacity: 1 !important;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.l-footer {
  background-color: #2d2d2d;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 1rem 0;
}

.l-footer .caption {
  margin: 0 auto 2rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}

.l-footer .copy {
  text-align: center;
}

.slideout {
  position: static;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}

.scroll {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.btn-scroll a {
  color: #01579B;
  padding-top: 70px;
  font-size: 1.2rem;
}

@media screen and (max-width: 592px) {
  .btn-scroll a {
    padding-top: 55px;
  }
}

.btn-scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-left: 1px solid #01579B;
  border-bottom: 1px solid #01579B;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrollbtn 1.5s infinite;
  animation: scrollbtn 1.5s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 592px) {
  .btn-scroll a span {
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
}

@-webkit-keyframes scrollbtn {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes scrollbtn {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

body {
  color: #2e2e2e;
  background: #fff;
}

body.fixed {
  overflow: hidden;
}

.l-header {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #23312d;
}

.l-header.is-fixed {
  background: rgba(35, 49, 45, 0.8);
}

nav .drawer-menu-item {
  color: #fff;
}

@media screen and (max-width: 592px) {
  nav .drawer-menu-item {
    padding: 5px;
  }
}

nav .drawer-menu-item:hover {
  color: #0070c0;
}

.l-header .btn-inquiry {
  width: 100%;
}

.l-header .btn-inquiry a {
  padding: 0;
}

.l-header .btn-inquiry .btn-bg {
  padding: 1rem 4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ffc82a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffc82a), color-stop(51%, #ffab49), to(#ffc82a));
  background: linear-gradient(to top, #ffc82a 0%, #ffab49 51%, #ffc82a 100%);
  background-size: auto 200%;
}

.l-header .btn-inquiry .btn-inner {
  color: #fff;
  text-shadow: 1px 1px 2px #ff8f22;
  font-size: 1.6rem;
  font-weight: bold;
}

.l-header .btn-inquiry .btn-inner .icon-down {
  display: block;
  position: absolute;
  top: 2.2rem;
  right: 0.5rem;
  background: url("../img/icon_down_arrow@2x.png") center center no-repeat;
  background-size: cover;
  width: 17px;
  height: 12px;
}

.l-header .btn-inquiry a:hover .btn-bg {
  background-size: auto 200%;
  background-position: center -100%;
}

.btn-menu span {
  background: #fff;
}

.nav-overlay {
  background: rgba(46, 46, 46, 0.3);
}

@media screen and (max-width: 1152px) {
  .nav-wrapper {
    background: rgba(46, 46, 46, 0.8);
  }
}

.list-item.inquiry a {
  color: #ffab49;
}

.list-item.inquiry a:hover {
  text-shadow: 0 0 10px #ffab49;
}

.goog-te-gadget {
  padding: 0 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif !important;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  font-size: 1.6rem !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: #fff !important;
}

.goog-te-gadget-simple .goog-te-menu-value img {
  width: auto;
}

.goog-te-menu-frame {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}

.dropdown-menu-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 83px;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 10px rgba(46, 46, 46, 0.2);
  box-shadow: 0 10px 10px rgba(46, 46, 46, 0.2);
}

@media screen and (max-width: 1152px) {
  .dropdown-menu-wrapper {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.dropdown-menu-inner {
  padding: 10px 5% 30px;
}

.dropdown-menu-inner h3 {
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 1px solid #0070c0;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1152px) {
  .dropdown-menu-inner {
    padding: 0 5% 30px;
    color: #fff;
  }
  .dropdown-menu-inner h3 {
    text-align: center;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 592px) {
  .dropdown-menu-inner h3 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    border: none;
  }
}

.dropdown-menu-inner .list-scene {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 592px) {
  .dropdown-menu-inner .list-scene {
    border-top: 1px solid #0070c0;
  }
}

.dropdown-menu-inner .list-scene .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}

.dropdown-menu-inner .list-scene .item a {
  padding: 5px;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.dropdown-menu-inner .list-scene .item a .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}

.dropdown-menu-inner .list-scene .item a p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
  padding-left: 1rem;
}

.dropdown-menu-inner .list-scene .item a:hover {
  background: rgba(24, 153, 123, 0.2);
  color: #0070c0;
}

@media screen and (max-width: 1152px) {
  .dropdown-menu-inner .list-scene .item a {
    color: #fff;
  }
  .dropdown-menu-inner .list-scene .item a .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .dropdown-menu-inner .list-scene .item a p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .dropdown-menu-inner .list-scene .item a:hover {
    background: none;
    color: #fff;
  }
}

@media screen and (max-width: 592px) {
  .dropdown-menu-inner .list-scene .item a .img {
    display: none;
  }
  .dropdown-menu-inner .list-scene .item a p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.list-item-scene {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-item-scene::before {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  top: 11px;
  left: 0;
  background: #ccc;
}

.list-item-scene a.drawer-menu-item {
  position: relative;
}

.list-item-scene a.drawer-menu-item::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 40%;
  right: -5px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-item-scene a.drawer-menu-item:hover::after {
  border-color: #0070c0;
}

@media screen and (max-width: 1152px) {
  .list-item-scene::before {
    display: none;
  }
  .list-item-scene a.drawer-menu-item {
    display: none;
  }
}

.list-item-scene:hover > .dropdown-menu-wrapper {
  opacity: 1;
  visibility: visible;
}

.invisible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.0;
}

.visible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1.0;
}

@-webkit-keyframes elasticity {
  20% {
    -webkit-transform: scale3d(1.2, 0.7, 1);
    transform: scale3d(1.2, 0.7, 1);
  }
  40% {
    -webkit-transform: scale3d(0.7, 1.2, 1);
    transform: scale3d(0.7, 1.2, 1);
  }
  60% {
    -webkit-transform: scale3d(1.1, 0.8, 1);
    transform: scale3d(1.1, 0.8, 1);
  }
  80% {
    -webkit-transform: scale3d(0.8, 1.1, 1);
    transform: scale3d(0.8, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes elasticity {
  20% {
    -webkit-transform: scale3d(1.2, 0.7, 1);
    transform: scale3d(1.2, 0.7, 1);
  }
  40% {
    -webkit-transform: scale3d(0.7, 1.2, 1);
    transform: scale3d(0.7, 1.2, 1);
  }
  60% {
    -webkit-transform: scale3d(1.1, 0.8, 1);
    transform: scale3d(1.1, 0.8, 1);
  }
  80% {
    -webkit-transform: scale3d(0.8, 1.1, 1);
    transform: scale3d(0.8, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.l-section {
  overflow: hidden;
}

.l-section .container {
  position: relative;
}

.l-section-02,
.l-section-04,
.l-section-06 {
  background: #f2f5f4;
}

h3[class^="ttl"] {
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  color: #0070c0;
  text-shadow: 0 0 5px white;
  position: relative;
  margin: 0 auto 4rem;
}

h3[class^="ttl"]::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  right: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  margin: 0.5rem auto;
  background: #0070c0;
  -webkit-box-shadow: 0 0 5px white;
  box-shadow: 0 0 5px white;
}

h3[class^="ttl"] small {
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 800px) {
  h3[class^="ttl"] {
    font-size: 2.4rem;
  }
  h3[class^="ttl"] small {
    font-size: 1.4rem;
  }
  h3[class^="ttl"]::after {
    bottom: 1.5rem;
  }
}

@media screen and (max-width: 592px) {
  h3[class^="ttl"] {
    font-weight: bold;
    font-size: 2.2rem;
  }
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0070c0 url("../img/bg_mv.jpg") center center no-repeat;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1152px) {
  .hero {
    min-height: inherit;
    background-size: cover;
  }
}

@media screen and (max-width: 592px) {
  .hero {
    height: auto;
    background: #0070c0 url("../sp_img/bg_mv@1,5x.jpg") center bottom no-repeat;
    background-size: 100% auto;
    padding: 0 0 2rem;
  }
}

.hero .hero-hd-wrapper {
  padding: 2rem 0;
  margin: 3rem auto 3rem -50%;
  width: 200%;
}

@media screen and (max-width: 1152px) {
  .hero .hero-hd-wrapper {
    margin: 2rem auto 2rem -50%;
  }
}

.hero h1 {
  text-align: center;
  font-size: 5.4rem;
  text-align: center;
}

.hero h1 em {
  font-style: normal;
  font-size: 5.6rem;
}

@media screen and (max-width: 1152px) {
  .hero h1 {
    font-size: 4rem;
  }
  .hero h1 em {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 800px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero h1 em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 592px) {
  .hero h1 {
    font-size: 1.4rem;
  }
  .hero h1 em {
    font-size: 1.6rem;
  }
}

.hero h1.animated {
  opacity: 1;
}

.hero h2 {
  font-size: 2.4rem;
  font-weight: normal;
}

.hero h2 em {
  font-style: normal;
  font-size: 8rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.hero h2 em small {
  display: block;
  margin: -1rem auto 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 1152px) {
  .hero h2 {
    font-size: 1.4rem;
  }
  .hero h2 em {
    font-size: 6rem;
  }
  .hero h2 em small {
    font-size: 1.2rem;
    margin: -0.5rem auto 0;
  }
}

@media screen and (max-width: 592px) {
  .hero h2 {
    font-size: 1.4rem;
  }
  .hero h2 em {
    font-size: 4rem;
  }
  .hero h2 em small {
    font-size: 1.2rem;
    margin: -0.5rem auto 0;
  }
}

.hero .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1152px) {
  .hero .contents {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 800px) {
  .hero .contents {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.hero .txt {
  position: relative;
}

.hero .txt .award {
  margin: 1.5rem 0 0;
  max-width: 498px;
}

@media screen and (max-width: 1152px) {
  .hero .txt .award {
    max-width: 400px;
  }
}

@media screen and (max-width: 800px) {
  .hero .txt .award {
    max-width: 350px;
  }
}

@media screen and (max-width: 592px) {
  .hero .txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hero .txt .award {
    margin: 1.5rem auto 0;
  }
}

.hero .box-inquiry {
  position: relative;
  width: 50rem;
  margin: 3rem auto 5rem;
}

.hero .box-inquiry .balloon {
  opacity: 0;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -31px;
  max-width: 107px;
}

.hero .box-inquiry .balloon.animated {
  opacity: 1;
}

@media screen and (max-width: 1152px) {
  .hero .box-inquiry {
    width: 400px;
  }
}

@media screen and (max-width: 800px) {
  .hero .box-inquiry {
    width: 350px;
  }
}

@media screen and (max-width: 592px) {
  .hero .box-inquiry {
    display: none;
  }
}

.hero .btn-inquiry {
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 50rem;
}

.hero .btn-inquiry .btn-bg {
  padding: 1.4rem 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ffc82a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffc82a), color-stop(51%, #ffab49), to(#ffc82a));
  background: linear-gradient(to top, #ffc82a 0%, #ffab49 51%, #ffc82a 100%);
  background-size: auto 200%;
}

.hero .btn-inquiry .btn-inner {
  color: #fff;
  text-shadow: 2px 2px 4px #ff8f22;
  font-size: 3rem;
  font-weight: bold;
}

.hero .btn-inquiry .btn-inner em {
  font-size: 3.2rem;
  font-style: normal;
}

.hero .btn-inquiry .btn-inner .icon-down {
  display: block;
  position: absolute;
  top: 3.3rem;
  right: 2.5rem;
  background: url("../img/icon_down_arrow@2x.png") center center no-repeat;
  background-size: cover;
  width: 40px;
  height: 28px;
}

.hero .btn-inquiry a:hover .btn-bg {
  background-size: auto 200%;
  background-position: center -100%;
}

@media screen and (max-width: 1152px) {
  .hero .btn-inquiry {
    max-width: 35rem;
  }
  .hero .btn-inquiry .btn-bg {
    padding: 1rem;
  }
  .hero .btn-inquiry .btn-inner {
    font-size: 2.4rem;
  }
  .hero .btn-inquiry .btn-inner em {
    font-size: 2.4rem;
  }
  .hero .btn-inquiry .btn-inner .icon-down {
    top: 3rem;
    right: 0.5rem;
    width: 23px;
    height: 16px;
  }
}

@media screen and (max-width: 800px) {
  .hero .btn-inquiry {
    max-width: 31rem;
  }
  .hero .btn-inquiry .btn-inner {
    font-size: 2rem;
  }
  .hero .btn-inquiry .btn-inner em {
    font-size: 2rem;
  }
  .hero .btn-inquiry .btn-inner .icon-down {
    top: 2.5rem;
    right: 0.5rem;
  }
}

.hero .mv {
  max-width: 519px;
}

.hero .mv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.hero .mv ul li {
  opacity: 0;
  margin: 0 auto;
  text-align: center;
}

.hero .mv ul li img {
  max-width: 160px;
}

.hero .mv ul li.animated {
  opacity: 1;
}

.hero .mv .mv-box {
  position: relative;
  width: 519px;
  height: 367px;
}

.hero .mv .mv-box video {
  width: 81.8%;
  height: 86.8%;
  position: absolute;
  top: 6.5%;
  left: 9.1%;
}

@media screen and (max-width: 1152px) {
  .hero .mv {
    max-width: 430px;
  }
  .hero .mv ul li {
    margin: 0 auto;
  }
  .hero .mv ul li img {
    max-width: 95%;
  }
  .hero .mv .mv-box {
    width: 430px;
    height: 304px;
  }
}

@media screen and (max-width: 1152px) {
  .hero .mv {
    max-width: 350px;
  }
  .hero .mv .mv-box {
    width: 350px;
    height: 247px;
  }
}

@media screen and (max-width: 592px) {
  .hero .mv {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 225px;
    margin: 0 auto;
  }
  .hero .mv ul li {
    margin: 0 auto;
  }
  .hero .mv ul li img {
    max-width: 95%;
  }
  .hero .mv .mv-box {
    width: 225px;
    height: 159px;
  }
}

.hero .cap {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
  text-indent: -1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 1152px) {
  .hero .cap {
    max-width: 95%;
  }
}

@media screen and (max-width: 800px) {
  .hero .cap {
    max-width: 94%;
  }
}

@media screen and (max-width: 592px) {
  .hero .cap {
    max-width: 100%;
    position: static;
    font-size: 1rem;
    margin: 0 auto 2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

#summary .lede {
  margin: 5rem auto 4.5rem;
  text-align: center;
  font-size: 2.4rem;
}

#summary .lede em {
  color: #0070c0;
  font-style: normal;
  font-weight: bold;
}

#summary .img {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 6rem;
}

@media screen and (max-width: 800px) {
  #summary .lede {
    margin: 4rem auto;
    font-size: 2rem;
  }
}

@media screen and (max-width: 592px) {
  #summary .lede {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  #summary .img video {
    width: 100%;
    height: auto;
  }
}

#feature {
  padding: 5rem 0 10rem;
}

.box-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 8rem;
}

.box-func .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 600px;
}

.box-func .photo .movie {
  background: #e7e7e7;
  text-align: center;
}

.box-func .txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 560px;
  flex: 0 1 560px;
  margin: 0 2rem;
  text-shadow: 0 0 5px white;
}

.box-func .txt h4 {
  color: #0070c0;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto 2rem;
}

.box-func .txt h4 .icon-right {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.2rem;
  width: 50px;
  height: 15px;
  background: url("../img/icon_right_arrow@1,5x.png") center top no-repeat;
  background-size: contain;
}

.box-func .txt h4 em {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: normal;
}

.box-func .txt p {
  margin-bottom: 3rem;
}

.box-func .txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1152px) {
  .box-func {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 4rem;
  }
  .box-func .photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
  .box-func .txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    margin: 0;
  }
}

@media screen and (max-width: 800px) {
  .box-func .txt h4 {
    font-size: 2rem;
  }
  .box-func .txt h4 .icon-right {
    margin-right: 1rem;
    width: 35px;
    height: 11px;
  }
  .box-func .txt h4 em {
    font-size: 2.4rem;
  }
  .box-func .txt p {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 592px) {
  .box-func {
    margin: 0 auto 4rem;
  }
  .box-func .photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .box-func .txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 2rem auto 0;
  }
  .box-func .txt h4 {
    font-size: 1.8rem;
  }
  .box-func .txt h4 .icon-right {
    margin-right: 0.5rem;
    width: 30px;
    height: 9px;
    background: url("../img/icon_right_arrow@1,5x.png") center top no-repeat;
    background-size: contain;
  }
  .box-func .txt h4 em {
    font-size: 2rem;
  }
}

.box-func:last-child {
  margin: 0 auto;
}

.box-func-01 .txt {
  background: url("../img/bg_func01.png") center center no-repeat;
}

.box-func-02 .photo .movie video {
  vertical-align: middle;
}

.box-func-02 .txt {
  background: url("../img/bg_func02.png") center center no-repeat;
}

.box-func-03 .txt {
  background: url("../img/bg_func03.png") center center no-repeat;
}

.box-func-04 .txt {
  background: url("../img/bg_func04.png") center center no-repeat;
}

.box-func-05 .txt {
  background: url("../img/bg_func05.png") center center no-repeat;
}

.box-func-06 .txt {
  background: url("../img/bg_func06.png") center center no-repeat;
}

.box-func-02 .photo,
.box-func-04 .photo,
.box-func-06 .photo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.box-func-02 .txt,
.box-func-04 .txt,
.box-func-06 .txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 592px) {
  .box-func-02 .photo,
  .box-func-04 .photo,
  .box-func-06 .photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .box-func-02 .txt,
  .box-func-04 .txt,
  .box-func-06 .txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

#function {
  padding: 5rem 0 4rem;
}

.list-point {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-point .item {
  margin: 0 4rem 3rem;
  max-width: 200px;
}

.list-point .item .img {
  max-width: 200px;
  margin: 0 auto 1em;
}

.list-point .item .txt {
  text-align: center;
  line-height: 1.8;
  max-width: 200px;
}
.list-point .item .txt em {
  color: #0070c0;
  font-style: normal;
  font-weight: bold;
}

@media screen and (max-width: 1152px) {
  .list-point .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    margin: 0 0 2rem;
  }
}

@media screen and (max-width: 592px) {
  .list-point {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list-point .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    margin: 0 0 2rem;
  }
  .list-point .item .img {
    margin: 0 auto;
  }
  .list-point .item .txt {
    font-size: 1.4rem;
  }
}

.l-section-cta {
  background: #0070c0 url("../img/bg_cta.jpg") center center no-repeat;
  padding: 4rem 0 6rem;
}

.l-section-cta .catch {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: normal;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.l-section-cta .catch [class^="icon-high"] {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 57px;
}

.l-section-cta .catch .icon-highleft {
  margin-right: 2rem;
  background: url("../img/icon_high_left.png") center top no-repeat;
}

.l-section-cta .catch .icon-highright {
  margin-left: 2rem;
  background: url("../img/icon_high_right.png") center top no-repeat;
}

.l-section-cta .catch em {
  font-weight: bold;
  font-style: normal;
  color: #F9F871;
}

.l-section-cta .box-cta {
  position: relative;
  max-width: 717px;
  margin: 0 auto;
}

.l-section-cta .box-cta .balloon {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -56px;
  max-width: 136px;
}

.l-section-cta .btn-inquiry {
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 60rem;
  margin-left: 38px;
}

.l-section-cta .btn-inquiry .btn-bg {
  padding: 0.9rem 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ffc82a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffc82a), color-stop(51%, #ffab49), to(#ffc82a));
  background: linear-gradient(to top, #ffc82a 0%, #ffab49 51%, #ffc82a 100%);
  background-size: auto 200%;
}

.l-section-cta .btn-inquiry .btn-inner {
  color: #fff;
  text-shadow: 2px 2px 4px #ff8f22;
  font-size: 3.8rem;
  font-weight: bold;
}

.l-section-cta .btn-inquiry .btn-inner em {
  font-size: 4rem;
  font-style: normal;
}

.l-section-cta .btn-inquiry .btn-inner .icon-down {
  display: block;
  position: absolute;
  top: 3.6rem;
  right: 2.5rem;
  background: url("../img/icon_down_arrow@2x.png") center center no-repeat;
  background-size: cover;
  width: 40px;
  height: 28px;
}

.l-section-cta .btn-inquiry a:hover .btn-bg {
  background-size: auto 200%;
  background-position: center -100%;
}

@media screen and (max-width: 1152px) {
  .l-section-cta .catch {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 800px) {
  .l-section-cta .catch {
    font-size: 2.8rem;
  }
  .l-section-cta .box-cta {
    max-width: 80%;
  }
  .l-section-cta .box-cta .balloon {
    margin-bottom: -35px;
    max-width: 110px;
  }
  .l-section-cta .btn-inquiry {
    margin: 0 auto;
    max-width: 55rem;
  }
  .l-section-cta .btn-inquiry .btn-inner {
    font-size: 3rem;
  }
  .l-section-cta .btn-inquiry .btn-inner em {
    font-size: 3rem;
  }
  .l-section-cta .btn-inquiry .btn-inner .icon-down {
    top: 3rem;
    right: 2.5rem;
  }
}

@media screen and (max-width: 592px) {
  .l-section-cta {
    background: #0070c0 url("../sp_img/bg_cta@1,5x.jpg") center center no-repeat;
    background-size: cover;
  }
  .l-section-cta .catch {
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .l-section-cta .catch [class^="icon-high"] {
    display: none;
  }
  .l-section-cta .catch em {
    font-weight: bold;
    font-style: normal;
    color: #F9F871;
  }
  .l-section-cta .box-cta {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
  }
  .l-section-cta .box-cta .balloon {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: 0;
    margin-right: -20px;
    margin-bottom: -26px;
    max-width: 90px;
  }
  .l-section-cta .btn-inquiry {
    width: 100%;
    max-width: auto;
    margin-left: 0;
  }
  .l-section-cta .btn-inquiry .btn-bg {
    padding: 0.9rem 0;
  }
  .l-section-cta .btn-inquiry .btn-inner {
    font-size: 2rem;
  }
  .l-section-cta .btn-inquiry .btn-inner em {
    font-size: 2rem;
  }
  .l-section-cta .btn-inquiry .btn-inner .icon-down {
    top: 2.4rem;
    right: 0.5rem;
    width: 23px;
    height: 16px;
  }
}

#scene {
  padding: 5rem 0 8rem;
}

#scene .list-scene {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#scene .list-scene .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 260px;
  flex: 0 1 260px;
  margin: 0 1.7rem;
  text-shadow: 0 0 5px white;
}

#scene .list-scene .item .photo {
  max-width: 260px;
  margin: 0 auto;
}

#scene .list-scene .item .txt h4 {
  font-size: 2rem;
  text-align: center;
  color: #0070c0;
  font-weight: bold;
}
#scene .list-scene .item .txt p {
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 1152px) {
  #scene .list-scene {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #scene .list-scene .item {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }
}

@media screen and (max-width: 592px) {
  #scene .list-scene .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 auto 4rem;
  }
  #scene .list-scene .item .txt h4 {
    font-size: 2rem;
    margin: 1rem auto;
  }
  #scene .list-scene .item::last-child {
    margin: 0 auto;
  }
}

#reason {
  padding: 5rem 0 8rem;
}

.list-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-reason .item {
  padding: 1rem 2rem 3rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 340px;
  flex: 0 1 340px;
  background: #f2f5f4;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-shadow: 0 0 5px white;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.list-reason .item .img {
  max-width: 160px;
  margin: 0 auto;
}

.list-reason .item h4 {
  font-size: 2.4rem;
  text-align: center;
  color: #ffab49;
  font-weight: normal;
}

@media screen and (max-width: 1152px) {
  .list-reason {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list-reason .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
  }
}

@media screen and (max-width: 800px) {
  .list-reason .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 1rem 2rem;
    margin: 0 auto 2rem;
  }
  .list-reason .item h4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .list-reason .item .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .list-reason .item .txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
}

@media screen and (max-width: 592px) {
  .list-reason .item {
    display: block;
    padding: 1rem 2rem 3rem;
    margin: 0 auto 4rem;
  }
  .list-reason .item .img {
    max-width: 120px;
  }
  .list-reason .item h4 {
    font-size: 2rem;
  }
  .list-reason .item::last-child {
    margin: 0 auto;
  }
}

#voice {
  padding: 5rem 0 8rem;
}

.list-voice {
  max-width: 2000px;
  margin: 0 auto;
}

.voice-column {
  margin: 0 auto;
}

.voice-column .contents {
  max-width: 782px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.voice-column .box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 600px;
}

.voice-column .box .head {
  color: #0070c0;
}

.voice-column .box .head h4 {
  font-size: 1.6rem;
  font-weight: normal;
}

.voice-column .box .head .lead {
  font-size: 2rem;
  font-weight: bold;
}

.voice-column .box .comment {
  border-top: 1px solid #0070c0;
}

.voice-column .box .txt {
  text-shadow: 0 0 5px white;
  position: relative;
  padding: 2rem 4rem;
  border-radius: 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 550px;
  height: 280px;
}

.voice-column .box .txt:after, .voice-column .box .txt:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 75%;
}

.voice-column .box .txt:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 47px;
  border-right-width: 47px;
  margin-top: -15px;
  border-right-color: #FFFFFF;
}

.voice-column .box .txt:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 50px;
  border-right-width: 50px;
  margin-top: -16px;
  margin-right: 1px;
  border-right-color: #CCCCCC;
}

.voice-column .img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 168px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 800px) {
  .voice-column .box {
    max-width: 490px;
  }
  .voice-column .box .txt {
    padding: 2rem 2rem;
    max-width: 460px;
    height: 310px;
  }
  .voice-column .box .txt:after, .voice-column .box .txt:before {
    top: 85%;
  }
  .voice-column .box .txt:after {
    border-left-width: 30px;
    border-right-width: 30px;
  }
  .voice-column .box .txt:before {
    border-left-width: 33px;
    border-right-width: 33px;
  }
  .voice-column .img {
    max-width: 120px;
  }
}

@media screen and (max-width: 592px) {
  .voice-column .box {
    margin: 0 5%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .voice-column .box .head {
    margin-bottom: 1rem;
  }
  .voice-column .box .head h4 {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .voice-column .box .head .lead {
    line-height: 1.3;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .voice-column .box .comment {
    padding-top: 1rem;
    font-size: 1.5rem;
  }
  .voice-column .box .txt {
    padding: 1rem 2rem;
    height: auto;
  }
  .voice-column .box .txt:after, .voice-column .box .txt:before {
    right: auto;
    top: 100%;
    left: 50%;
  }
  .voice-column .box .txt:after {
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    margin-top: 0;
    border-top-color: #FFFFFF;
    border-right-color: transparent;
  }
  .voice-column .box .txt:before {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    margin-top: 1px;
    margin-right: 0;
    border-top-color: #CCCCCC;
    border-right-color: transparent;
  }
  .voice-column .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100px;
    margin: 3rem auto 0;
  }
}

.voice-column-01 .box .txt {
  background: #fff url("../img/bg_voice01.jpg") right bottom no-repeat;
  background-size: auto 100%;
}

.voice-column-02 .box .txt {
  background: #fff url("../img/bg_voice02.jpg") right bottom no-repeat;
  background-size: auto 100%;
}

.voice-column-03 .box .txt {
  background: #fff url("../img/bg_voice03.jpg") right bottom no-repeat;
  background-size: auto 100%;
}

.btn-slick {
  z-index: 2;
  position: absolute;
  top: 40%;
  display: block;
  max-width: 50px;
  width: 100%;
  height: 70px;
  -ms-flex-item-align: center;
  align-self: center;
  margin: -3.5rem 1.5rem 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn-slick:hover {
  opacity: 0.8;
}

@media screen and (max-width: 592px) {
  .btn-slick {
    max-width: 20px;
    width: 100%;
    height: 28px;
  }
}

.btn-slick-prev {
  left: 20%;
  background: url(../../../shr/img/icon_slick_prev_wh.png) 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1152px) {
  .btn-slick-prev {
    left: 0;
  }
}

.btn-slick-next {
  right: 20%;
  background: url(../../../shr/img/icon_slick_next_wh.png) 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1152px) {
  .btn-slick-next {
    right: 0;
  }
}

.slick-list {
  overflow: inherit !important;
}

.voice-column:not(.slick-center) .contents {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.3;
}

@media screen and (max-width: 592px) {
  .voice-column:not(.slick-center) .contents {
    opacity: 1;
  }
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 5rem 0 0;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 592px) {
  .slick-dots {
    margin: 2rem 0 0;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 16px;
  height: 16px;
  background: #999;
  border-radius: 100%;
  text-align: center;
}

.slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  background: #0070c0;
}

#inquiry {
  background: url(../img/bg_form.jpg) center top no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

@media screen and (max-width: 592px) {
  #inquiry {
    background: url(../sp_img/bg_form.jpg) center top no-repeat;
    background-size: cover;
  }
}

#inquiry .ttl {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#inquiry .ttl::after {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#inquiry .sub-catch {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 1rem auto 3rem;
}

@media screen and (max-width: 592px) {
  #inquiry .sub-catch {
    text-align: left;
  }
}

.inquiry-area {
  max-width: 800px;
  padding: 4rem 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 800px) {
  .inquiry-area {
    padding: 4rem 1rem;
  }
}

.inquiry-area .form-area {
  margin: 0 auto;
}

.inquiry-area .form-area td {
  font-size: 1.4rem;
  position: relative;
  vertical-align: top;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 800px) {
  .inquiry-area .form-area tbody {
    display: block;
  }
}

@media screen and (max-width: 592px) {
  .inquiry-area .form-area {
    margin: 0 1rem;
  }
  .inquiry-area .form-area tr {
    display: block;
    margin-bottom: 1.5rem;
  }
  .inquiry-area .form-area td {
    display: block;
    padding: 0;
  }
  .inquiry-area .form-area td div {
    font-size: 1.3rem;
  }
}

.inquiry-area input[type="text"],
.inquiry-area input[type="email"],
.inquiry-area input[type="tel"] {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Noto Sans CJK JP", "Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  height: 40px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px 4px;
  background: #fff;
}

.inquiry-area input[type="text"]:focus,
.inquiry-area input[type="email"]:focus,
.inquiry-area input[type="tel"]:focus {
  border: 1px solid #0070c0;
  -webkit-box-shadow: 0 0 5px #0070c0;
  box-shadow: 0 0 5px #0070c0;
}

@media screen and (max-width: 592px) {
  .inquiry-area input[type="text"],
  .inquiry-area input[type="email"],
  .inquiry-area input[type="tel"] {
    width: 100%;
  }
}

.inquiry-area .check-area tbody {
  padding: 0;
}

.inquiry-area .check-area tr {
  margin: 0;
}

.inquiry-area .check-area td {
  display: inline-block;
  padding: 0 0 0 3rem;
  margin-right: 1.5rem;
}

@media screen and (max-width: 592px) {
  .inquiry-area .check-area td {
    display: block;
  }
}

.inquiry-area .consent-area tbody {
  padding: 0;
}

.inquiry-area .consent-area tr {
  margin: 0;
}

.inquiry-area .consent-area td {
  display: inline-block;
  padding: 0 0 0 3rem;
  margin-right: 1.5rem;
}

.inquiry-area .consent-area .link {
  padding: 0;
}

.inquiry-area .alert {
  color: #d14964;
  font-size: 1.2rem;
}

.inquiry-area textarea {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Noto Sans CJK JP", "Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 85px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  padding: 6px 10px 4px;
  background: #fff;
  resize: vertical;
}

.inquiry-area textarea:focus {
  border: 1px solid #0070c0;
  -webkit-box-shadow: 0 0 5px #0070c0;
  box-shadow: 0 0 5px #0070c0;
}

@media screen and (max-width: 592px) {
  .inquiry-area textarea {
    width: 100%;
  }
}

.inquiry-area input[type="checkbox"],
.inquiry-area input[type="radio"],
.inquiry-area label::before {
  cursor: pointer;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  width: 20px;
  top: 50%;
}

.inquiry-area input[type="checkbox"],
.inquiry-area input[type="radio"] {
  display: inline-block;
  opacity: 0;
  vertical-align: middle;
}

.inquiry-area label::before {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  color: #0070c0;
  content: '';
  font-size: 18px;
  padding: .1em 0 0 .2em;
  background: #fff;
}

.inquiry-area input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #0070c0;
  border-right: 3px solid #0070c0;
}

.inquiry-area input[type="radio"] + label::before {
  border-radius: 50%;
}

.inquiry-area input[type="radio"]:checked + label::before {
  font: normal normal normal 18px/1 FontAwesome;
  display: block;
  content: "\f111";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.inquiry-area button[type="submit"] {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Noto Sans CJK JP", "Noto Sans JP","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 45rem;
  padding: 1rem 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ffc82a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffc82a), color-stop(51%, #ffab49), to(#ffc82a));
  background: linear-gradient(to top, #ffc82a 0%, #ffab49 51%, #ffc82a 100%);
  background-size: auto 200%;
  color: #fff;
  text-shadow: 2px 2px 4px #ff8f22;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.inquiry-area button[type="submit"] em {
  font-size: 3.2rem;
  font-style: normal;
}

.inquiry-area button[type="submit"] .icon-mail {
  display: inline-block;
  background: url("../img/icon_send_mail@2x.png") center center no-repeat;
  background-size: cover;
  width: 56px;
  height: 31px;
  vertical-align: sub;
}

.inquiry-area button[type="submit"]:hover {
  background-size: auto 200%;
  background-position: center -100%;
}

@media screen and (max-width: 592px) {
  .inquiry-area button[type="submit"] em {
    font-size: 2rem;
  }
  .inquiry-area button[type="submit"] .icon-mail {
    width: 45px;
    height: 25px;
  }
}

.inquiry-area a {
  color: #0070c0;
  border-bottom: 1px solid #0070c0;
}

.inquiry-area a:hover {
  border: none;
}

.requisite {
  position: relative;
  top: -3px;
  display: inline-block;
  background: #d14964;
  color: #fff;
  font-style: normal;
  font-size: 1.1rem;
  padding: 0 0.5rem;
  margin-left: 1rem;
}

#profile {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 5rem 0;
  border-radius: 15px;
}

.corp-logo {
  position: relative;
  margin: 3rem auto;
  max-width: 200px;
  overflow: hidden;
}

@media screen and (max-width: 592px) {
  .corp-logo {
    max-width: 180px;
  }
}

.corp-detail {
  margin: 0 auto;
  font-size: 1.5rem;
}

.corp-detail tr {
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.corp-detail tr:last-child {
  border: none;
}

.corp-detail .first {
  width: 100px;
  padding-left: 1rem;
  color: #0070c0;
}

.corp-detail .tel {
  color: #2e2e2e;
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  .corp-detail .tel {
    pointer-events: auto;
  }
}

.corp-detail li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

@media screen and (max-width: 592px) {
  .corp-detail tr {
    padding: 1rem 1.5rem;
    border: none;
  }
  .corp-detail td {
    display: block;
  }
  .corp-detail .first {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
}

.footer-bnr {
  display: none;
}

@media screen and (max-width: 592px) {
  .footer-bnr {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    z-index: 10;
    width: 100%;
    bottom: 0;
    display: block;
  }
  .footer-bnr.hidden-bnr {
    bottom: -100px;
  }
  .footer-bnr .btn-inquiry {
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    width: 100%;
  }
  .footer-bnr .btn-inquiry .btn-bg {
    padding: 0.5rem 0;
    position: relative;
    text-align: center;
    border: 1px solid #ffc82a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffab49), to(#ffc82a));
    background: linear-gradient(to top, #ffab49 0%, #ffd34a 100%);
  }
  .footer-bnr .btn-inquiry .btn-inner {
    line-height: 1.5;
    color: #fff;
    text-shadow: 2px 2px 4px #ff8f22;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .footer-bnr .btn-inquiry .btn-inner span {
    color: #ff7a32;
    text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,2px 2px 4px #ff8f22;
  }
  .footer-bnr .btn-inquiry .btn-inner em {
    font-size: 2rem;
    font-style: normal;
  }
  .footer-bnr .btn-inquiry .btn-inner .icon-down {
    display: block;
    position: absolute;
    top: 35%;
    right: 2.5rem;
    background: url("../img/icon_down_arrow@2x.png") center center no-repeat;
    background-size: cover;
    width: 30px;
    height: 21px;
  }
  .footer-bnr .btn-inquiry a:hover .btn-bg {
    background-size: auto 200%;
    background-position: center -100%;
  }
}
