@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  line-height: 1.6;
  background: #fff;
  font-family: "Kosugi Maru", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

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

strong {
  font-weight: bold;
}

a {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: .7;
}

a:active {
  color: #000;
  text-decoration: none;
}

a[href^="tel"] {
  color: #000;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -o-border-image: none;
     border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000;
}

input::placeholder, textarea::placeholder {
  color: #000;
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #000;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: #000;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}

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

@-webkit-keyframes bottom-top {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bottom-top {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes top-bottom {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes top-bottom {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes big-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes big-small {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}

@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 calc(40/750*100vw);
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  position: fixed;
  width: 100%;
  -webkit-transition: background .2s;
  transition: background .2s;
}

@media screen and (max-width: 1024px) {
  .l_header {
    width: 1000px;
  }
}

.l_header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l_header .logo {
  margin: 40px 0 0 40px;
}

.l_header .gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 5px;
  padding: 40px 0;
}

.l_header .gNav li {
  margin-right: 35px;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  -webkit-transition: background .2s;
  transition: background .2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l_header_sp #toggle {
  margin-right: calc(20/750*100vw);
  margin-top: calc(20/750*100vw);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  border-radius: 6px;
  z-index: 999;
}

.l_header_sp #toggle > div {
  width: 20px;
  position: relative;
}

.l_header_sp #toggle span {
  height: 2px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

.l_header_sp #toggle span:nth-of-type(1) {
  top: 0;
  width: 100%;
}

.l_header_sp #toggle span:nth-of-type(2) {
  top: 6px;
  width: 70%;
}

.l_header_sp #toggle span:nth-of-type(3) {
  top: 12px;
  width: 85%;
}

.l_header_sp.active #toggle span {
  background: #fff;
}

.l_header_sp.active #toggle span:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l_header_sp.active #toggle span:nth-of-type(2) {
  top: 7px;
  width: 0;
  left: 50%;
}

.l_header_sp.active #toggle span:nth-of-type(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}

.l_header_sp.active.header_scroll {
  background: transparent;
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  display: none;
  background: #313131;
  padding: 60px 0 27px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.l_menu_sp .gNav {
  text-align: center;
}

.l_menu_sp .gNav li img {
  width: auto;
  height: calc(34/750*100vw);
}

.l_menu_sp .gNav a {
  padding: calc(40/750*100vw) 0;
  display: block;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer {
  background: #000;
  padding: 60px 0 19px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l_footer {
    padding: calc(50/750*100vw) 0 calc(40/750*100vw);
  }
}

.l_footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

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

.l_footer .footer_nav li + li {
  margin-left: 35px;
}

.l_footer .footer_logo {
  text-align: center;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_logo {
    margin: 0 auto calc(40/750*100vw);
    width: calc(254/750*100vw);
  }
}

.l_footer .footer_copy {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_copy {
    font-size: calc(28/750*100vw);
  }
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
.key {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 260px;
}

.key_movie {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.key_movie-bg {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}

.key_movie.key_scroll .key_movie-bg {
  opacity: 1;
}

.key .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.key_img {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 496px);
}

@media screen and (max-width: 768px) {
  .key_img {
    top: calc(50% - (23/750*100vw));
    left: calc(50% - (290/750*100vw));
    width: calc(565/750*100vw);
  }
}

.content {
  margin-top: 240px;
}

@media screen and (max-width: 768px) {
  .content {
    margin-top: calc(190/750*100vw);
  }
}

.ttl {
  margin-bottom: 60px;
  -webkit-transition: -webkit-clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 99%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 99%, 100% 100%);
}

@media all and (-ms-high-contrast: none) {
  .ttl {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@media screen and (max-width: 768px) {
  .ttl {
    margin-bottom: calc(90/750*100vw);
  }
  .ttl img {
    width: auto;
    height: calc(80/750*100vw);
  }
}

.ttl.is-show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 99%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 99%, 0% 100%);
}

@media all and (-ms-high-contrast: none) {
  .ttl.is-show {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.text {
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .text {
    font-size: calc(32/750*100vw);
  }
}

.about {
  position: relative;
}

.about .ttl {
  padding-top: 115px;
}

@media screen and (max-width: 768px) {
  .about .ttl {
    padding-top: 0;
  }
}

.about .text {
  margin: 0 165px;
}

@media screen and (max-width: 768px) {
  .about .text {
    margin: 0;
  }
}

.company {
  position: relative;
}

.company .ttl {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .company .ttl {
    text-align: left;
  }
}

.company .text {
  margin: 0 210px;
}

@media screen and (max-width: 768px) {
  .company .text {
    margin: 0;
  }
}

.company dl {
  margin-bottom: 25px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .company dl {
    margin-bottom: calc(50/750*100vw);
  }
}

.company dt {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .company dt {
    font-size: calc(28/750*100vw);
  }
}

.company dd ul {
  list-style: disc;
  padding-left: 1.5em;
}

.service {
  position: relative;
}

.service_list {
  margin: 0 80px;
}

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

.service_item {
  width: 350px;
  margin-bottom: -60px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .service_item {
    width: calc(500/750*100vw);
    margin-bottom: calc(100/750*100vw);
  }
}

.service_item.is-show {
  -webkit-animation: bottom-top .8s forwards;
          animation: bottom-top .8s forwards;
}

.service_item:nth-of-type(even) {
  margin-left: auto;
}

.service_item-ttl {
  font-size: 2rem;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .service_item-ttl {
    font-size: calc(32/750*100vw);
    margin-bottom: calc(32/750*100vw);
  }
}

.service_item-ttl img {
  margin: 0 -42px 14px 0;
}

@media screen and (max-width: 768px) {
  .service_item-ttl img {
    width: auto;
    height: calc(65/750*100vw);
    margin: 0 calc(-42/750*100vw) calc(20/750*100vw) 0;
  }
}

.contact {
  margin-bottom: 200px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: calc(236/750*100vw);
  }
}

.contact .ttl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact .ttl {
    text-align: left;
  }
}

.contact .text a {
  text-decoration: underline;
}

.contact .attend {
  font-size: 1.6rem;
  margin: 20px 0 50px;
}

@media screen and (max-width: 768px) {
  .contact .attend {
    font-size: calc(28/750*100vw);
    margin: calc(50/750*100vw) 0 calc(80/750*100vw);
  }
}

.contact table {
  width: 100%;
}

.contact th {
  width: 227px;
  font-size: 1.6rem;
  text-align: left;
  padding-top: 10px;
  font-weight: 400;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .contact th {
    font-size: calc(30/750*100vw);
    padding-top: 0;
    padding-bottom: calc(20/750*100vw);
    width: 100%;
    display: block;
  }
}

.contact td {
  width: 693px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contact td {
    padding-bottom: calc(60/750*100vw);
    width: 100%;
    display: block;
  }
}

.contact input[type="text"], .contact textarea, .contact select {
  width: 100%;
  font-size: 1.8rem;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 13px;
}

@media screen and (max-width: 768px) {
  .contact input[type="text"], .contact textarea, .contact select {
    font-size: 1.6rem;
    padding: calc(16/750*100vw) calc(20/750*100vw);
  }
}

.contact input[type="text"], .contact textarea {
  background: #fff;
}

.contact input[type="text"]::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
  color: #c0c0c0;
}

.contact input[type="text"]:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
  color: #c0c0c0;
}

.contact input[type="text"]::-ms-input-placeholder, .contact textarea::-ms-input-placeholder {
  color: #c0c0c0;
}

.contact input[type="text"]::placeholder, .contact textarea::placeholder {
  color: #c0c0c0;
}

.contact input[type="text"]::-ms-input-placeholder, .contact textarea::-ms-input-placeholder {
  color: #c0c0c0;
}

.contact input[type="text"]:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
  color: #c0c0c0;
}

.contact select {
  cursor: pointer;
  background: #fff;
}

.contact .select_wrap {
  position: relative;
}

.contact .select_wrap:after {
  position: absolute;
  top: calc(50% - 22px);
  right: 30px;
  content: '\f0d7';
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .contact .select_wrap:after {
    top: calc(50% - 22px);
    right: calc(30/750*100vw);
  }
}

.contact .submit {
  position: relative;
  width: 150px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .contact .submit {
    width: calc(260/750*100vw);
    margin: calc(60/750*100vw) auto 0;
  }
}

.contact .submit:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  width: 64px;
  height: 1px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .contact .submit:after {
    right: calc(-45/750*100vw);
    width: calc(120/750*100vw);
  }
}

.contact input[type="submit"] {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 19px;
  margin: 0 auto;
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, #fff), to(#fff)) 100% 0/200% auto;
  background: linear-gradient(to right, #000 0%, #000 50%, #fff 50%, #fff 100%) 100% 0/200% auto;
  -webkit-transition: background-position ease 0.4s;
  transition: background-position ease 0.4s;
}

@media screen and (max-width: 768px) {
  .contact input[type="submit"] {
    font-size: calc(32/750*100vw);
    width: calc(260/750*100vw);
    height: calc(80/750*100vw);
    padding-left: calc(32/750*100vw);
  }
}

.contact input[type="submit"]:hover {
  color: #fff;
  background-position: 0 0;
}

@media screen and (max-width: 768px) {
  .contact input[type="submit"]:hover {
    color: #000;
    background-position: 100% 0;
  }
}

.privacy {
  display: none;
  max-width: 800px;
  color: #000;
}

.privacy_inner h3 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.privacy_inner p {
  font-size: 1.3rem;
  margin-bottom: .6em;
}

.privacy_inner h4 {
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: .6em;
  font-size: 1.6rem;
}

.confirm {
  margin-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .confirm {
    margin-top: calc(180/750*100vw);
    padding-bottom: calc(240/750*100vw);
  }
}

.confirm h4 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .confirm h4 {
    font-size: calc(28/750*100vw);
    margin-bottom: calc(60/750*100vw);
    text-align: left;
  }
}

.confirm .error_messe {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .confirm .error_messe {
    font-size: calc(24/750*100vw);
  }
}

.confirm .button {
  position: relative;
  width: 200px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .confirm .button {
    width: calc(400/750*100vw);
    margin: calc(60/750*100vw) auto 0;
  }
}

.confirm .button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  width: 64px;
  height: 1px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .confirm .button:after {
    right: calc(-45/750*100vw);
    width: calc(120/750*100vw);
  }
}

.confirm input[type="button"] {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 19px;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #000;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, #fff), to(#fff)) 100% 0/200% auto;
  background: linear-gradient(to right, #000 0%, #000 50%, #fff 50%, #fff 100%) 100% 0/200% auto;
  -webkit-transition: background-position ease 0.4s;
  transition: background-position ease 0.4s;
}

@media screen and (max-width: 768px) {
  .confirm input[type="button"] {
    font-size: calc(32/750*100vw);
    width: calc(400/750*100vw);
    height: calc(80/750*100vw);
    padding-left: calc(32/750*100vw);
  }
}

.confirm input[type="button"]:hover {
  color: #fff;
  background-position: 0 0;
}

@media screen and (max-width: 768px) {
  .confirm input[type="button"]:hover {
    color: #000;
    background-position: 100% 0;
  }
}

.thanks {
  margin-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .thanks {
    margin-top: calc(180/750*100vw);
    padding-bottom: calc(240/750*100vw);
  }
}

.thanks_ttl {
  font-size: 1.8rem;
  text-align: center;
  margin: 40px 0 20px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .thanks_ttl {
    font-size: calc(28/750*100vw);
  }
}

.thanks_text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .thanks_text {
    font-size: calc(24/750*100vw);
    text-align: left;
    margin-bottom: calc(80/750*100vw);
  }
}

.thanks .btn a {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 19px;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #000;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, #fff), to(#fff)) 100% 0/200% auto;
  background: linear-gradient(to right, #000 0%, #000 50%, #fff 50%, #fff 100%) 100% 0/200% auto;
  -webkit-transition: background-position ease 0.4s;
  transition: background-position ease 0.4s;
}

@media screen and (max-width: 768px) {
  .thanks .btn a {
    font-size: calc(32/750*100vw);
    width: calc(400/750*100vw);
    height: calc(80/750*100vw);
    padding-left: calc(32/750*100vw);
  }
}

.thanks .btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  width: 64px;
  height: 1px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .thanks .btn a:after {
    right: calc(-45/750*100vw);
    width: calc(120/750*100vw);
  }
}

.thanks .btn a:hover {
  color: #fff;
  opacity: 1;
  background-position: 0 0;
}

@media screen and (max-width: 768px) {
  .thanks .btn a:hover {
    color: #000;
    background-position: 100% 0;
  }
}

.js_btn_p_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .js_btn_p_top {
    bottom: calc(40/750*100vw);
    right: calc(40/750*100vw);
    width: calc(98/750*100vw);
  }
}

/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 998;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 999;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

.overlay {
  z-index: 1;
}

.js_btn_p_top {
  z-index: 10;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}
