@charset "UTF-8";
body {
  background-color: #1a1a1a;
}

.line {
  background-color: #333;
}

/*~~~~~~~~~
共通
~~~~~~~~~~~*/
div,
p,
a,
li,
span {
  color: #fff;
  font-family: sans-serif;
}

a, a:hover, a:visited {
  color: #fff;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

span.br {
  display: block;
}

.bold {
  font-weight: bold;
}

@media all and (max-width: 767px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}

.pcview {
  display: inherit;
}
.spview {
  display: none;
}

/*~~~~~~~~~
section ttl
~~~~~~~~~~~*/
section > h3 {
  height: 40px;
  width: auto;
  text-align: center;
}

section > h3 img {
  width: auto;
  height: 100%;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}

/*~~~~~~~~~
header
~~~~~~~~~~~*/
header {
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 999;
}

h1 {
  width: 120px;
  height: auto;
  background-color: #1a1a1a;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}

h1 img {
  width: 93px;
}

header nav {
  margin-top: 50px;
}

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

header nav ul li {
  width: auto;
  height: 50%;
  margin-right: 30px;
}

header nav ul li a {
  width: auto;
  height: 11px;
  display: block;
}

header nav ul li a img {
  width: auto;
  height: 100%;
  display: block;
}

header nav ul li:last-child {
  margin-right: 50px;
}

.nav-btn a {
  width: 180px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  background-color: #F15A24;
  padding: 0;
  margin: 0;
  border: none;
}

@media (min-width: 768px) {

.nav-btn a:hover {
  -webkit-transition: ease .2s;
  transition: ease .2s;
  -webkit-box-shadow: 0px 0px 15px rgba(241, 90, 36, 0.8);
          box-shadow: 0px 0px 15px rgba(241, 90, 36, 0.8);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}


}
/*~~~~~~~~~
sp-menu btn
~~~~~~~~~~~*/
@media (max-width: 767px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 32px;
    top: 32px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    width: 24px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    left: 60%;
    opacity: 0;
    -webkit-animation: active-btn17-bar02 .8s forwards;
    animation: active-hamburger-bar02 .8s forwards;
  }
  @-webkit-keyframes active-hamburger-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-hamburger-bar02 {
    100% {
      height: 0;
    }
  }
  .hamburger.active span:nth-child(3) {
    top: 16px;
    width: 24px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 52px;
    height: 52px;
    margin: -28px 0 0 -28px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .75s;
    transition: all .75s;
  }
  .hamburger.active::after {
    border: 2px solid #fff;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .6s ease, visibility .6s ease;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    -webkit-transition: .4s all;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    visibility: hidden;
  }
  nav.globalMenuSp.active {
    opacity: 100;
  }
  nav.globalMenuSp.active.none{
    opacity: 0;
    visibility: hidden;
  }
}

/*~~~~~~~~~
fv
~~~~~~~~~~~*/
.fv {
  width: 100%;
  height: 720px;
  position: relative;
}

.fv video {
  width: 100%;
  height: 100%;
  z-index: -5;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv .fv-bg {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/bg_net.png);
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fv-wrapper {
  position: absolute;
  top: 50%;
  right: 3.70370%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fv-wrapper h2 {
  font-size: 30px;
  text-align: right;
}

.fv-image {
  width: 46.8vw;
}

.fv-wrapper .name img {
  width: 100%;
  height: auto;
}

.fv-wrapper .name {
  width: 144px;
  height: auto;
  margin-left: auto;
  margin-right: 18px;
  margin-top: 30px;
}

.fv-wrapper-txt {
  margin-top: -10px;
}

/*~~~~~~~~~
about
~~~~~~~~~~~*/
.about {
  padding-top: 195px;
  padding-bottom: 275px;
  position: relative;
}

.about-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.about-wrapper h2 {
  height: 40px;
  width: auto;
  text-align: center;
  margin-bottom: 80px;
}

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

.about-wrapper p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
}

.about::after {
  content: "";
  background-image: url(../images/about-bg-image.png);
  display: block;
  width: 100%;
  position: absolute;
  height: 190px;
  background-size: cover;
  bottom: 200px;
  z-index: -1;
  background-position: 0 0;
  -webkit-animation: bgroop 20s linear infinite;
  animation: bgroop 20s linear infinite;
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

.about-right {
  width: 50%;
}

.about-right video {
  width: 100%;
  height: auto;
  max-width: 1100px;
}

.about-right p {
  margin-bottom: 45px;
}

.about-wrapper h2{
  width: 100%;
}

.about-right{
  width: 100%;
}

.about-right p{
  text-align: center;
}



/*~~~~~~~~~
intro
~~~~~~~~~~~*/
.line-bg {
  background-size: cover;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../images/line.svg);
}

.intro-image {
  width: 50%;
  height: 554px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.intro-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-text {
  width: 50%;
  padding-top: 70px;
  margin-left: 120px;
  max-width: 340px;
}

.intro-text h3 {
  margin-bottom: 20px;
}

.intro-text .name {
  font-size: 24px;
  font-weight: bold;
}

.intro-text p {
  margin-top: 40px;
}

.intro-wapper {
  margin-bottom: 240px;
  max-width: 1500px;
  margin: 0 auto 240px;
}

/*~~~~~~~~~
school
~~~~~~~~~~~*/
.school {
  padding-top: 120px;
  position: relative;
}

.school h2 {
	height: 40px;
	width: 100%;
	text-align: center;
}

.school h2 img {
	height: 100%;
	width: auto;
}

.school::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 95px;
  width: 5px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -47.5px;
}

.school-menu h3 {
  height: 40px;
  width: auto;
  text-align: center;
  font-size: 48px;
  font-family: monospace;
  letter-spacing: 4px;
  font-weight: bold;
}

.school-menu h3 img {
  width: auto;
  height: 100%;
}

.school-menu ul {
  padding-top: 130px;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-bottom: 180px;
}

.school-menu ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 204px;
	width: 204px;
	border: solid 1px #fff;
	border-radius: 16px;
	-webkit-transition: ease-in-out .4s;
	transition: ease-in-out .4s;
}

@media (min-width: 768px) {

.school-menu ul li a:hover {
  border-color: #F15A24;
  background-color: #F15A24;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

}
.school-menu ul li a img {
  width: auto;
  height: 100px;
}

.menu {
  padding-top: 270px;
}

.menu-wrapper {
  padding-bottom: 230px;
  max-width: 1100px;
  margin: 0 auto;
}

.menu-wrapper:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.menu-wrapper h3 {
  height: 36px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 80px;
}

.menu-wrapper h3 img {
  width: auto;
  height: 100%;
}

.menu-wrapper .image,
.menu-wrapper .text {
  width: 50%;
}

.menu-wrapper .image figure {
	width: 100%;
	height: 580px;
	overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.menu-wrapper .image figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.simpleParallax.simple-parallax-initialized {
  width: 100%;
  height: 100%;
}

.menu-wrapper:nth-child(2n-1) .text {
  padding-right: 230px;
}

.menu-wrapper:nth-child(2n) .text {
  padding-left: 230px;
}

.menu-wrapper .text h4 {
  font-size: 28px;
  margin-bottom: 55px;
}

.menu-wrapper .text p {
  line-height: 2;
  margin-bottom: 85px;
  font-weight: bold;
}

.more-btn a {
	width: 250px;
	height: 55px;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 35px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: ease .4s;
	transition: ease .4s;
}

@media (min-width: 992px) {

.more-btn a:hover {
  background-color: #F15A24;
  border-color: #F15A24;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

@media (min-width: 992px) {

}
.more-btn a:hover::after {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: ease .2s;
	transition: ease .2s;
}

}
.more-btn a::after {
  content: "";
  height: 1px;
  width: 33px;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

.more-btn img {
  height: 14px;
  width: auto;
}

/*~~~~~~~~~
coach
~~~~~~~~~~~*/
.coach {
  padding-top: 120px;
  padding-bottom: 200px;
}

.coach-flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}

.coach-slide {
  position: relative;
  width: calc(33% - 40px);
  margin: 120px 20px 0;
}

.coach-slide .image {
  position: relative;
  overflow: hidden;
}

.coach-slide .name {
  position: absolute;
  bottom: 30px;
  left: 5%;
  -webkit-transition:	all 0.4s ease;
	transition:	all 0.4s ease;
  text-shadow: #555 0 0 4px 10px;
}

.coach-slide:hover .name {
  bottom: calc(100% - 60px);
}

.coach-slide .image .mask {
  width: 100%;
	height: auto;
	position: absolute;
	bottom: -100%;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 13px;
}

.coach-slide:hover .image .mask {
	bottom: 0px;
}

.coach-slide .image .mask .prof {
  display: block;
  font-weight: bold;
  text-align: center;
}

.coach-slide .image img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.coach-slide .image:hover img {
	margin-top:	0;
	-webkit-transform: scale(1);
	transform: sscale(1);
}

/*~~~~~~~~~
plan
~~~~~~~~~~~*/
.plan {
  padding-top: 120px;
  padding-bottom: 120px;
}

.plan-wrapper {
  padding-bottom: 230px;
  max-width: 1100px;
  margin: 0 auto;
}

.plan-wrapper h3 {
  height: 36px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 80px;
	text-align: center;
}

.plan-wrapper h3 img {
  width: auto;
  height: 100%;
}


.plan-table{
	width: 100%;
	margin-bottom: 80px;
	display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	justify-content: space-between;
}

.plan-table-wrap{
	width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	border: 4px solid #fff;
}

.plan-table-wrap h2{
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	font-size: 1.4rem;
	text-align: center;
}

.plan-table-wrap .plan-price{
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	text-align: center;
	font-size: 1.6rem;
}

.plan-table-wrap .plan-price span{
	font-size: 1rem;
}

.plan-table-wrap .plan-desc{
	padding: 20px 30px;
}

.plan-table-wrap .plan-desc ul{
	padding-left: 20px;
}

.plan-table-wrap .plan-desc ul li{
	list-style: circle;
	margin-bottom: 10px;
}

.plan-table-wrap .plan-desc ul li:last-child{
	margin-bottom: 0;
}

/*~~~~~~~~~
faqs
~~~~~~~~~~~*/
.faqs {
  padding-bottom: 200px;
}

.faq-wrapper {
  max-width: 1100px;
  margin: 120px auto 0;
}

.faq-wrapper dl {
  margin-bottom: 25px;
  font-weight: bold;
}

.faqs dt {
  background: #333;
  color: #fff;
  padding: 10px;
  position: relative;
  cursor: pointer;
  padding-left: 45px;
}

.faqs dt::before {
  font-size: 20px;
  content: "Q";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faqs dt::after {
  content: "＋";
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faqs dd {
  display: none;
  padding: 10px;
  margin: 0;
  padding-left: 45px;
  position: relative;
  margin-left: 25px;
}

.faqs dd::before {
  font-size: 20px;
  content: "A";
  color: #F15A24;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*~~~~~~~~~
line
~~~~~~~~~~~*/
.line {
  padding: 80px 0;
}

.line-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
align-items: center;
}

.line-wrapper .image {
  width: 44%;
  height: auto;
}

.line-wrapper .image img {
  width: 100%;
  height: auto;
}
.line-wrapper .txt {
  width: 54%;
}
.line-wrapper .txt h4 {
  font-size: 32px;
  line-height: 2;
}
.line-wrapper button{
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.modal-inner{
  z-index: 9999999;
}
.modal-inner i{
  cursor: pointer;
}
.fa-times-circle:before {
  content: "\f057";
  color: #000;
}
.cv-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 418px;
  max-width: 100%;
  height: auto;
  background: #F15A24;
  border-radius: 10px;
  padding: 15px 26px;
  -webkit-transition: ease .2s;
  transition: ease .2s;
  margin: 0 auto 20px;
}
.cv-btn.blue {
  background: #060467;
}
.cv-btn:hover{
  -webkit-transition: ease .2s;
  transition: ease .2s;
  -webkit-box-shadow: 0px 0px 10px rgb(255 255 255 / 80%);
  box-shadow: 0px 0px 10px rgb(255 255 255 / 80%);
}
.cv-btn p {
  font-weight: bold;
}
.cv-btn p.btn-title {
  font-size: 1.5rem;
}
.cv-btn p.btn-catch {
  text-align: center;
}

/*~~~~~~~~~
footer
~~~~~~~~~~~*/
footer {
  padding-top: 90px;
  margin: 0 auto;
  text-align: center;
}

footer .logo {
  width: 116px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 60px;
}

footer .logo img {
  width: 100%;
  height: auto;
}

.contact {
  width: 400px;
  height: 56px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 17px 30px;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

@media (min-width: 992px) {


.contact:hover {
  background-color: #F15A24;
  border-color: #F15A24;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}
}
.contact img {
  width: auto;
  height: 22.5px;
}

footer ul {
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 115px;
}

footer ul li {
  margin-right: 15px;
}

footer ul li:last-child {
  margin-right: 0;
}

/*~~~~~~~~~
academy
~~~~~~~~~~~*/
.academy {
  display: none;
  padding-top: 240px;
}

.academy-slider .swiper-flex .text,
.academy-slider .swiper-flex .image {
  width: 50%;
}

.academy-slider .swiper-slide {
  height: 580px;
}

.academy-slider h3 {
  height: 16px;
  width: auto;
  margin-top: 100px;
  margin-bottom: 70px;
}

.academy-slider h3 img {
  height: 100%;
  width: auto;
}

.academy-slider .image figure {
  width: 100%;
  height: 580px;
}

.academy-slider .image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-wrapper {
  width: 320px;
  margin: 0 auto;
}

.swiper-button-next, .swiper-button-prev {
  width: auto;
  height: auto;
}

.swiper-button-prev:after {
  content: "";
  background-image: url(../images/left_btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 95px;
  height: 95px;
  display: block;
  margin-left: 20px;
  /* マージンを追加 */
}

.swiper-button-next:after {
  content: "";
  background-image: url(../images/right_btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 95px;
  height: 95px;
  display: block;
  margin-right: 20px;
  /* マージンを追加 */
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 115px;
  left: 12.5%;
  width: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: .4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/*~~~~~~~~~
contact
~~~~~~~~~~~*/
.contact-page .fv {
  height: 400px;
}

.contact-page .contact-bg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-page .fv-wrapper {
  top: 60%;
}

.contact-wrapper {
  max-width: 1100px;
  width: calc(80% - 160px);
  margin: 0 auto;
}

.contact-wrap p {
  font-weight: bold;
}

.contact-wrap {
  padding-top: 130px;
}

.contact-wrap dl {
  padding-bottom: 20px;
}

form {
  margin: 80px auto;
}

.form-table {
  margin: 0 auto;
}

.contact-wrap dt {
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
}

input, select, textarea {
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  padding: 10px 10px 10px 10px;
  text-align: left;
  width: 100%;
  max-width: 100%;
}

textarea {
  height: 200px;
}

.contact-wrap dt span {
  color: #F15A24;
  font-size: 12px;
  margin: 10px;
}

input.kakunin-btn,
input.reset-btn {
  width: 200px;
}

.submit-btn {
  text-align: center;
}

.kakunin-btn {
  background: #F15A24;
  border: 1px solid #F15A24;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 15px rgba(241, 90, 36, 0.4);
          box-shadow: 0px 0px 15px rgba(241, 90, 36, 0.4);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  opacity: 1;
  width: 240px;
  cursor: pointer;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}
@media (min-width: 992px) {


.kakunin-btn:hover {
  background-color: #fff;
  color: #F15A24;
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

}

.contact-page .fv video {
  width: 100%;
  height: 100%;
  z-index: -5;
  -o-object-fit: cover;
     object-fit: cover;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 93%;
  line-height: 1.1em;
  background-image: url(../images/angle-down-solid.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right 10px center;
  cursor: pointer;
  color: #333;
}

.check-page {
  max-width: 1100px;
  margin: 0 auto;
}

.check-page h3 {
  text-align: center;
}

.check-page dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.check-page dt {
  width: 30%;
}

.kakunin-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kakunin-btn.soushin-btn,
.kakunin-btn.modoru-btn {
  margin: 20px 15px 20px;
}

.kakunin-btn.modoru-btn {
  background-color: #555;
  border-color: #555;
  -webkit-box-shadow: 0px 0px 15px rgba(85, 85, 85, 0.4);
          box-shadow: 0px 0px 15px rgba(85, 85, 85, 0.4);
}

@media (min-width: 992px) {


.kakunin-btn.modoru-btn:hover {
  color: #000;
}
}

.thanks {
  text-align: center;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa {
  overflow-x: hidden;
  margin: 0 auto;
  color: #333333;
}

.cp_qa .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dashed #cccccc;
}

.cp_qa label {
  font-size: 1.2em;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 48px;
  cursor: pointer;
}

.cp_qa .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}

.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}

.cp_qa .cp_plus {
  font-size: 2.4em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

/*~~~~~~~~~
action
~~~~~~~~~~~*/
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
privacy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.privacy .ttl {
  width: calc(100% / 2);
  margin-left: auto;
}
.privacy h2{
  font-size: 30px;
  text-align: center;
  margin-bottom: 45px;
}
.privacy-dis{
  margin-bottom: 60px;
}
.privacy h3{
  font-size: 22px;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
ol li{
  list-style: decimal;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

ol > li > ol{
  margin-top: 1rem;
}
.privacy-table p{
  font-size: 16px;
  font-weight: 400;
}

.trade-section table{
  background-color: #fff;
  padding: 20px;
  display: block;
}
.trade-section th{
  text-align: left;
}
.trade-section tr{
  border-bottom: 1px solid #ccc;
}
.trade-section tr:last-child{
  border: none;
}
.trade-section tr th,
.trade-section tr td{
  color: #000;
  padding: 15px;
}
.trade-section tr th{
  width: 30%;
}
.trade-section tr td{
  width: 70%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
modal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.modal {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);

  position: fixed;
  top: 0;
  left: 0;

  display: none;
}

.modal-inner {
  width: 500px;
  height: 500px;
  background-color: #fff;

  padding: 50px;
  border-radius: 20px;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-modal {
  border: none;  /* 枠線を消す */
  outline: none; /* クリックしたときに表示される枠線を消す */
  background: transparent; /* 背景の灰色を消す */
}

.fa-times-circle {
  font-size: 32px;
  color: white;

  position: fixed;
  top: 5px;
  right: 5px;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.modal-content{
  width: 80%;
  margin: 0 auto;
}
.modal-inner figure img{
  width: 100%;
  height: auto;
}
.modal-inner p{
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.modal-inner a{
  color: blue;
  padding-top: 15px;
  display: block;
  text-decoration: underline;
}
