@charset "UTF-8";
/* //////////////////////////////////////
- フォント読み込み
////////////////////////////////////// */
/* //////////////////////////////////////
- reset
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
picture,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.fadein_movie {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.fadein_movie.fadein_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.fadein_normal {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fadein_normal.fadein_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.sect2_anm {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sect2_anm.fadein_on {
  opacity: 1;
}

.loading_wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.loading_wrap.anime_on {
  -webkit-animation: loading_wrap 0s ease-out 0.5s forwards;
          animation: loading_wrap 0s ease-out 0.5s forwards;
}

@-webkit-keyframes loading_wrap {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes loading_wrap {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

.loading {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.anm1_1 {
  -webkit-perspective: 1000;
          perspective: 1000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: #000000;
  width: 50px;
  height: 50px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anm1_1 1s linear 0s infinite normal forwards;
          animation: anm1_1 1s linear 0s infinite normal forwards;
}

.anm1_1.anime_on {
  display: none;
}

@-webkit-keyframes anm1_1 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
  51% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes anm1_1 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
  51% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}

.anm1_2 {
  -webkit-perspective: 1000;
          perspective: 1000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: #000000;
  width: 50px;
  height: 50px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anm1_2 1s linear 0.5s infinite normal forwards;
          animation: anm1_2 1s linear 0.5s infinite normal forwards;
}

.anm1_2.anime_on {
  display: none;
}

@-webkit-keyframes anm1_2 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
  51% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes anm1_2 {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
  51% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

.anm2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 100px;
  width: 497px;
  height: 172px;
  line-height: 1;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 768px) {
  .anm2 {
    width: 310px;
    height: 109px;
  }
}

.anm2 img {
  width: 100%;
  height: auto;
}

.anm2.anime_on {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 1;
}

.anm3 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.anm3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: -100vw;
}

.anm3.anime_on::before {
  background-color: #000000;
  -webkit-animation: anm3 0.3s ease-out 0.3s forwards;
          animation: anm3 0.3s ease-out 0.3s forwards;
}

@-webkit-keyframes anm3 {
  0% {
    left: -100vw;
  }
  100% {
    left: 0vw;
  }
}

@keyframes anm3 {
  0% {
    left: -100vw;
  }
  100% {
    left: 0vw;
  }
}

.loading.anime_on {
  -webkit-animation: anm4 0.3s ease-out 0.5s forwards;
          animation: anm4 0.3s ease-out 0.5s forwards;
}

@-webkit-keyframes anm4 {
  0% {
    left: 0;
  }
  100% {
    left: 100vw;
  }
}

@keyframes anm4 {
  0% {
    left: 0;
  }
  100% {
    left: 100vw;
  }
}

/* font ////////////////////////////////////// */
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
}

.sp_none {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

/* header ////////////////////////////////////// */
header {
  margin: 0;
  padding: 0;
}

header ul {
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  header ul {
    top: 80px !important;
    right: 11px;
  }
}

header li {
  cursor: pointer;
  width: 109px;
  height: 105px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  header li {
    width: 57px;
    height: 57px;
  }
}

header li a {
  position: relative;
  width: 109px;
  height: 105px;
  display: block;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

@media screen and (max-width: 768px) {
  header li a {
    width: 57px;
    height: 57px;
  }
}

header li a::before {
  content: "";
  width: 150%;
  height: 150%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -110%;
  left: -140%;
}

@media screen and (max-width: 768px) {
  header li a::before {
    display: none;
  }
}

header li a:hover::before {
  top: 60%;
  left: 95%;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

header li picture {
  display: block;
}

header li img {
  width: 100%;
  height: auto;
}

.nav_btn {
  display: none;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .nav_btn {
    display: block;
    cursor: pointer;
  }
}

.nav_btn a {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.nav_btn span {
  background-color: #fff;
  width: 23px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_btn span:nth-child(1) {
  top: 22px;
}

.nav_btn span:nth-child(2) {
  top: 32px;
}

.nav_btn.active a span:nth-child(1) {
  top: 28px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_btn.active a span:nth-child(2) {
  top: 28px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* nav ////////////////////////////////////// */
nav {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
  top: -60px;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  width: 100%;
  height: 60px;
  padding: 0 20px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

@media screen and (max-width: 768px) {
  nav {
    top: 0 !important;
    height: 0;
  }
}

nav.active {
  z-index: 98;
}

nav.active ul {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 768px) {
  nav h1 {
    display: none;
    width: 100%;
    text-align: center;
  }
}

nav h1 a {
  display: block;
  line-height: 1;
}

nav h1 picture {
  display: block;
  padding-top: 3px;
}

nav h1 img {
  width: 114px;
  height: auto;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 768px) {
  nav ul {
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

nav li {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  nav li {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

nav li h1 {
  display: none;
}

@media screen and (max-width: 768px) {
  nav li h1 {
    display: block;
  }
}

nav a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  nav a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px;
  }
}

nav a:hover {
  opacity: 0.8;
}

nav li.btn_close {
  display: none;
}

@media screen and (max-width: 768px) {
  nav li.btn_close {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    margin: 0;
  }
}

nav li.btn_close span:nth-child(1)::before, nav li.btn_close span:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #fff;
  width: 30px;
  height: 3px;
}

nav li.btn_close span:nth-child(1)::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav li.btn_close span:nth-child(1)::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

nav li.btn_close span:nth-child(2) {
  padding-top: 45px;
}

/* topへ ////////////////////////////////////// */
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}

.totop::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.totop:hover {
  background-color: #fff;
}

.totop:hover::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

/* footer ////////////////////////////////////// */
footer {
  background-color: #fff;
  padding: 70px 0 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 10px;
  }
}

footer picture {
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  footer img {
    width: 168px;
    height: auto;
  }
}

footer address {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  footer address {
    margin-top: 20px;
  }
}

/* main ////////////////////////////////////// */
main {
  background-image: url(../img/bg_fixed@2x.jpg);
  background-size: cover;
  background-position: 50% 0%;
  background-attachment: fixed;
  margin: auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  main {
    background-image: none;
  }
}

@media screen and (max-width: 768px) {
  main::before {
    content: "";
    background-image: url(../img/bg_fixed.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.movie {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 96vh;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .movie {
    height: 86vh;
  }
}

.movie h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 384px;
  height: 154px;
  margin: auto;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .movie h1 {
    left: 5%;
  }
}

.movie h1 picture {
  display: block;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .movie h1 picture {
    width: 310px;
    height: 109px;
    margin: 50px 0 0;
  }
}

.movie h1 img {
  width: 100%;
  height: auto;
}

.movie h1 picture:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .movie h1 picture:last-child {
    width: 241px;
    height: 106px;
    margin: 20px 0 0;
  }
}

.movie .movie_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: repeat;
  width: 100%;
  height: 100vh;
  margin: auto;
}

.movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.movie_scroll {
  position: absolute;
  top: 86vh;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .movie_scroll {
    top: 74vh;
  }
}

.movie_scroll a {
  color: #fff;
}

.movie_scroll::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: #fff;
  width: 1px;
  height: 0;
  -webkit-animation: movie_scroll 5s ease-out 1 0s forwards;
          animation: movie_scroll 5s ease-out 1 0s forwards;
}

@-webkit-keyframes movie_scroll {
  0% {
    height: 0;
  }
  30% {
    height: 0;
  }
  100% {
    height: 90px;
  }
}

@keyframes movie_scroll {
  0% {
    height: 0;
  }
  30% {
    height: 0;
  }
  100% {
    height: 90px;
  }
}

.about {
  background: #000 url(../img/bg_about@2x.jpg) 50% 0% no-repeat;
  background-size: 100% auto;
  color: #fff;
  padding: 114px 0 80px;
}

@media screen and (max-width: 1060px) {
  .about {
    padding: 114px 20px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    background: #000 url(../img/bg_about.jpg) 50% 0% no-repeat;
    padding: 86px 0 40px;
  }
}

.about h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .about h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.about p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .about p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about picture {
  display: block;
  width: 100%;
  height: auto;
}

.about img {
  width: 100%;
  height: auto;
}

.about .about_img {
  max-width: 841px;
  width: 86%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .about .about_img {
    width: calc(100%);
  }
}

.about .merit_img {
  max-width: 531px;
  width: 100%;
}

@media screen and (max-width: 1060px) {
  .about .merit_img {
    width: calc(50%);
  }
}

@media screen and (max-width: 768px) {
  .about .merit_img {
    width: calc(100%);
    max-width: inherit;
    text-align: center;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 768px) {
  .about .merit_img img {
    width: 70%;
    height: auto;
  }
}

.about .about_img_qr {
  text-align: center;
  margin: 68px auto 0;
}

@media screen and (max-width: 768px) {
  .about .about_img_qr {
    display: none;
  }
}

.about .about_img_qr a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about .about_img_qr a:hover {
  opacity: 0.8;
}

.about .about_img_qr img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}

.about .bnr_webar {
  display: block;
  text-align: center;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .about .bnr_webar {
    padding: 0 15px;
    margin: 50px auto 0;
  }
}

.about .bnr_webar a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about .bnr_webar a:hover {
  opacity: 0.8;
}

.about .bnr_webar picture {
  display: block;
}

.about .bnr_webar img {
  max-width: 1020px;
  width: 100%;
  height: auto;
}

.merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 1300px;
  width: 100%;
  margin: 114px auto 0;
}

@media screen and (max-width: 768px) {
  .merit {
    max-width: 500px;
    margin: 30px auto 0;
  }
}

.merit div {
  margin-left: 64px;
}

@media screen and (max-width: 1060px) {
  .merit div {
    width: calc(50% - 64px);
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .merit div {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}

.merit h2 {
  font-size: 63px;
  font-size: 3.9375rem;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .merit h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.merit p {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .merit p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 30px;
  }
}

.merit li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 60px;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .merit li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 24px;
  }
}

.merit li:last-child {
  margin-bottom: 0;
}

.merit li .number {
  width: 86px;
  height: 72px;
}

@media screen and (max-width: 768px) {
  .merit li .number {
    width: 58px;
    height: 49px;
  }
}

.merit li span:nth-child(2) {
  border-left: 1px solid #fff;
  margin: 0 0 0 20px;
  padding-left: 24px;
}

@media screen and (max-width: 1060px) {
  .merit li span:nth-child(2) {
    width: calc(100% - 106px);
  }
}

@media screen and (max-width: 768px) {
  .merit li span:nth-child(2) {
    width: calc(100% - 68px);
    margin: 0 0 0 10px;
    padding-left: 14px;
  }
}

.scene {
  background-image: url(../img/bg_scene@2x.jpg);
  background-size: cover;
  background-position: 50% 0%;
  margin-top: 420px;
  padding: 90px 0;
}

@media screen and (max-width: 1060px) {
  .scene {
    padding: 90px 20px;
  }
}

@media screen and (max-width: 768px) {
  .scene {
    margin-top: 290px;
    padding: 56px 20px 40px;
  }
}

.scene h2 {
  font-size: 63px;
  font-size: 3.9375rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .scene h2 {
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 30px;
  }
}

.scene h2 span {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  letter-spacing: 0.1em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .scene h2 span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.scene h2 + p {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .scene h2 + p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    margin-bottom: 30px;
  }
}

.scene .scene_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}

.scene .scene01,
.scene .scene02 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  letter-spacing: 0.08em;
  line-height: 1;
  max-width: 485px;
  width: 48%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .scene .scene01,
  .scene .scene02 {
    max-width: inherit;
    width: 100%;
    margin-bottom: 25px;
  }
}

.scene .scene01::before,
.scene .scene02::before {
  content: "";
  display: block;
  background: #d8c094;
  background: -webkit-gradient(linear, left top, right top, from(#d8c094), to(#b59253));
  background: linear-gradient(to right, #d8c094 0%, #b59253 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c094', endColorstr='#b59253',GradientType=1 );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 187px;
  height: 7px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .scene .scene01::before,
  .scene .scene02::before {
    width: 142px;
  }
}

.scene .scene01 h3,
.scene .scene02 h3 {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .scene .scene01 h3,
  .scene .scene02 h3 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.scene .scene01 ul,
.scene .scene02 ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 28px;
}

.scene .scene01 li,
.scene .scene02 li {
  border: 1px solid #000;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 12px 8px 14px;
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .scene .scene01 li,
  .scene .scene02 li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.scene .scene01 p,
.scene .scene02 p {
  line-height: 2;
  padding: 0 30px;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .scene .scene01 p,
  .scene .scene02 p {
    padding: 0 15px;
  }
}

.scene .scene01 img,
.scene .scene02 img {
  width: 100%;
  height: auto;
}

.scene .scene03 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .scene .scene03 {
    display: block;
    margin: 0 auto;
  }
}

.scene .scene03 div {
  max-width: 526px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 44px 30px;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .scene .scene03 div {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .scene .scene03 div {
    max-width: inherit;
    width: 90%;
    padding: 25px 20px 45px;
  }
}

.scene .scene03 div::before {
  content: "";
  display: block;
  background: #d8c094;
  background: -webkit-gradient(linear, left top, right top, from(#d8c094), to(#b59253));
  background: linear-gradient(to right, #d8c094 0%, #b59253 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c094', endColorstr='#b59253',GradientType=1 );
  position: absolute;
  top: 0;
  left: 30px;
  max-width: 348px;
  width: 80%;
  height: 7px;
}

@media screen and (max-width: 768px) {
  .scene .scene03 div::before {
    left: 20px;
    width: 70%;
  }
}

.scene .scene03 h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .scene .scene03 h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}

.scene .scene03 p {
  letter-spacing: 0.08em;
  line-height: 2;
}

.scene .scene03 img {
  width: 474px;
  height: auto;
}

@media screen and (max-width: 1060px) {
  .scene .scene03 img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .scene .scene03 img {
    max-width: inherit;
    width: 80%;
    display: block;
    margin: -30px 0 0 auto;
    position: relative;
    z-index: 1;
  }
}

.case {
  padding: 80px 0 0;
}

.case h3 {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .case h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.case .slider {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.case .slider li {
  max-width: 485px;
  height: auto;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .case .slider li {
    max-width: inherit;
    width: 100%;
    margin-right: 0;
  }
}

.case .slider_img img {
  width: 100%;
  height: auto;
}

.case .slider li .slider_logo {
  margin: 14px 0 16px;
}

.case .slider li .slider_logo img {
  max-width: 100%;
  height: auto;
}

.case .slider li .slider_ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .case .slider li .slider_ttl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.case .slick-dots {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 35px;
}

.case .slick-dots li {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .case .slick-dots li {
    width: auto;
  }
}

.case .slick-dots li.slick-active button {
  background-color: #D11F1F;
}

.case .slick-dots button {
  font-size: 0;
  background-color: #A2A2A2;
  border: none;
  border-radius: 50px;
  display: block;
  padding: 0;
  width: 12px;
  height: 12px;
}

.features {
  background-image: url(../img/bg_features@2x.jpg);
  background-size: cover;
  background-position: 50% 0%;
  color: #fff;
  padding: 98px 0;
}

@media screen and (max-width: 1060px) {
  .features {
    padding: 98px 20px;
  }
}

@media screen and (max-width: 768px) {
  .features {
    padding: 56px 20px;
  }
}

.features h2 {
  font-size: 63px;
  font-size: 3.9375rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .features h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.features h2 span {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  letter-spacing: 0.1em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .features h2 span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.features ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 65px;
}

@media screen and (max-width: 768px) {
  .features ul {
    margin: 0 auto;
  }
}

.features li {
  width: 48%;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .features li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .features li:last-child {
    margin-bottom: 0;
  }
}

.features li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .features li img {
    margin-bottom: 10px;
  }
}

.features li h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .features li h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}

.features li p {
  line-height: 1.8;
}

.features div {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .features div {
    margin: 0 auto 30px;
  }
}

.features dl {
  max-width: 300px;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .features dl {
    max-width: inherit;
    width: 100%;
  }
}

.features dt {
  border: 1px solid #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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  height: 58px;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .features dt {
    font-size: 20px;
    font-size: 1.25rem;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.features dd {
  line-height: 2;
  padding-left: 20px;
  text-indent: -20px;
}

@media screen and (max-width: 768px) {
  .features dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.features dd::before {
  content: "";
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 11px;
}

.features .notes {
  line-height: 1.8;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.cost {
  background-color: rgba(255, 255, 255, 0.93);
  padding: 100px 0;
}

@media screen and (max-width: 1060px) {
  .cost {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 768px) {
  .cost {
    padding: 55px 20px;
  }
}

.cost h2 {
  font-size: 63px;
  font-size: 3.9375rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .cost h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.cost h2 span {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  letter-spacing: 0.1em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cost h2 span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.cost h2 + p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .cost h2 + p {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 20px;
  }
}

.cost div {
  border: 1px solid #707070;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.cost div.cost_box1 {
  padding: 26px 30px 46px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .cost div.cost_box1 {
    padding: 20px 15px 40px;
  }
}

.cost div.cost_box2 {
  position: relative;
  padding: 44px 30px 35px;
}

@media screen and (max-width: 768px) {
  .cost div.cost_box2 {
    padding: 36px 15px 20px;
  }
}

.cost div.cost_box2::before {
  content: "";
  display: block;
  background-image: url(../img/ico_divplus@2x.png);
  background-size: 62px 62px;
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -45px;
  z-index: 1;
}

.cost div.cost_box2 p {
  color: #444;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cost div.cost_box2 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cost ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cost ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
  }
}

.cost li {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #141414;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  max-width: 446px;
  width: calc(50% - 25px);
  height: 65px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .cost li {
    font-size: 16px;
    font-size: 1rem;
    max-width: inherit;
    min-width: 223px;
    width: calc(80%);
    height: 36px;
    margin-bottom: 0;
  }
}

.cost li.cost_li_img {
  background-color: transparent;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .cost li.cost_li_img {
    width: calc(80%);
  }
}

.cost li.cost_li_img img {
  width: 26px;
  height: 26px;
}

.cost ul + p {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .cost ul + p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
}

.cost dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 768px) {
  .cost dl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cost dt {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #C9C9C9;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  width: 190px;
  height: 118px;
}

@media screen and (max-width: 768px) {
  .cost dt {
    font-size: 14px;
    font-size: 0.875rem;
    width: 77px;
    height: auto;
  }
}

.cost dd {
  color: #444;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #F2F2F2;
  width: calc(100% - 190px);
}

@media screen and (max-width: 768px) {
  .cost dd {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 12px;
    width: calc(100% - 77px);
  }
}

.cost dd p:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .cost dd p:first-child {
    margin-right: 0;
  }
}

.cost dd .cost_txt {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.cost dd span {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cost dd span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.cost dd b {
  color: #D11F1F;
  font-size: 69px;
  font-size: 4.3125rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cost dd b {
    font-size: 59px;
    font-size: 3.6875rem;
  }
}

.cost dd small {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cost dd small {
    font-size: 16px;
    font-size: 1rem;
  }
}

.sect6 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #111111 url(../img/bg_sect6.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 465px;
}

@media screen and (max-width: 768px) {
  .sect6 {
    background: #111111 url(../img/bg_sect6_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: auto;
    padding: 40px 0;
  }
}

.sect6 h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sect6 h2 {
    margin-bottom: 20px;
  }
}

.sect6 picture {
  display: block;
  margin: auto;
  max-width: 310px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sect6 picture {
    max-width: 184px;
  }
}

.sect6 picture img {
  width: 100%;
  height: auto;
}

.sect6 p {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sect6 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.sect6 .link_btn {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .sect6 .link_btn {
    margin-top: 20px;
  }
}

.sect6 .link_btn a {
  cursor: pointer;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #D11F1F;
  border-radius: 80px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 422px;
  height: 80px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .sect6 .link_btn a {
    font-size: 15px;
    font-size: 0.9375rem;
    max-width: 335px;
    width: 100%;
    height: 65px;
  }
}

.sect6 .link_btn a::before {
  content: "";
  display: block;
  background: url(../img/ico_mail.png) 0% 0% no-repeat;
  background-size: 32px 25px;
  width: 32px;
  height: 25px;
  margin-right: 18px;
}

.sect6 .link_btn a::after {
  content: "";
  display: block;
  background: url(../img/ico_arrow@2x.png) 0% 0% no-repeat;
  background-size: 28px 9px;
  width: 28px;
  height: 9px;
  margin-left: 20px;
}

.sect6 .link_btn a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .sect6 .link_btn a:hover {
    opacity: 1;
  }
}

.sect7 {
  background: url(../img/bg_sect7@2x.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 324px;
}

@media screen and (max-width: 768px) {
  .sect7 {
    background: url(../img/bg_sect7.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 339px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .sect7 picture {
    position: absolute;
    max-width: 243px;
    height: 144px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.sect7 img {
  display: block;
  margin: -43px 0 0 0;
  max-width: 430px;
  width: 100%;
  height: 367px;
}

@media screen and (max-width: 768px) {
  .sect7 img {
    margin: 0 auto;
    height: auto;
  }
}

.sect7 .sect7_wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.sect7 div {
  width: calc(100% - 580px);
}

@media screen and (max-width: 768px) {
  .sect7 div {
    margin-top: 40px;
    width: calc(100%);
  }
}

.sect7 h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sect7 h2 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}

.sect7 h2 span {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  margin-right: -10px;
}

@media screen and (max-width: 768px) {
  .sect7 h2 span {
    font-size: 26px;
    font-size: 1.625rem;
    margin-right: -2px;
  }
}

.sect7 p {
  cursor: pointer;
  background: #d8c094;
  background: linear-gradient(135deg, #d8c094 0%, #b59253 40%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c094', endColorstr='#b59253',GradientType=1 );
  border-radius: 50px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 350px;
  width: 100%;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .sect7 p {
    font-size: 15px;
    font-size: 0.9375rem;
    max-width: 244px;
    text-align: center;
    margin: auto;
    height: 65px;
  }
}

.sect7 p::after {
  content: "";
  display: block;
  background: url(../img/ico_arrow@2x.png) 0% 0% no-repeat;
  background-size: 28px 9px;
  width: 28px;
  height: 9px;
  margin-left: 20px;
}

.sect7 p:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .sect7 p:hover {
    opacity: 1;
  }
}

.sect7 p a {
  color: #fff;
}

.sect7 .sect7_img_qr {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .sect7 .sect7_img_qr {
    display: none;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
}

p.modal_close_btn {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 65px;
  height: 65px;
  margin: 0;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  p.modal_close_btn {
    top: 0;
    right: 0;
  }
}

p.modal_close_btn span {
  display: block;
}

p.modal_close_btn span:nth-child(1)::before, p.modal_close_btn span:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #fff;
  width: 40px;
  height: 3px;
}

@media screen and (max-width: 768px) {
  p.modal_close_btn span:nth-child(1)::before, p.modal_close_btn span:nth-child(1)::after {
    width: 30px;
    height: 3px;
  }
}

p.modal_close_btn span:nth-child(1)::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

p.modal_close_btn span:nth-child(1)::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

p.modal_close_btn span:nth-child(2) {
  padding-top: 45px;
}

.modal_cont {
  color: #fff;
  position: relative;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 96%;
  max-height: 96%;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .modal_cont {
    max-width: none;
    width: calc(100% - 60px);
    max-height: none;
    height: 100%;
    padding: 70px 0 50px;
  }
}

.modal_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}

.modal_cont li {
  max-width: 313px;
  width: 33%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .modal_cont li {
    max-width: inherit;
    width: calc(100%);
  }
}

.modal_cont a {
  color: #fff;
}

.modal_cont picture {
  display: block;
}

.modal_cont img {
  display: block;
  line-height: 1;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.modal_cont h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal_cont h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.modal_cont p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal_cont p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* //////////////////////////////////////
- IE対策
////////////////////////////////////// */
@media all and (-ms-high-contrast: none) {
  video {
    height: auto !important;
  }
  .scene .scene01 li, .scene .scene02 li {
    padding: 12px 12px 4px 14px;
  }
  .features dt {
    padding-top: 8px;
  }
  .cost li {
    padding-top: 10px;
  }
  .cost dd .cost_txt {
    padding-top: 20px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
