@charaset "utf-8";

*{
	margin:0;
	padding:0;
}

/**************************************/
/* style */
/**************************************/
html{
	width:100%;
	height: 100%;
}
body{
	width:100%;
	height: 100%;
	font-family: "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
}
a{
	color: #000;
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
a:hover{
	text-decoration: underline;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			cursor: pointer;
}
li{list-style:none;}
.sp{
	visibility: hidden;
	display: none;
}
.pc{
	visibility: visible;
	display: inline;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
} 
#pageTop a {
  display: block;
  z-index: 999;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/**************************************/
/* header */
/**************************************/

header{
	padding: 10px 0;
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
header div,footer > div{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
header img{
	width: 100px;
	height: auto;
	display: block;
}
.scroll{
	width: 80px;
	height: auto;
	position: absolute;
	z-index: 1;
	bottom: 100px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%); 
	-moz-transform: translateX(-50%) translateY(-50%);   
	-ms-transform: translateX(-50%) translateY(-50%);   
	-o-transform: translateX(-50%) translateY(-50%);   
	transform: translateX(-50%) translateY(-50%);  	
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
a.scroll span {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 4px solid #000;
	border-bottom: 4px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}


/**************************************/
/* content */
/**************************************/
main{
	width: 100%;
	margin: 0 auto;
}
article{
	padding: 60px 20px 80px 20px;
	background-color: #fff;
	z-index: 1;
}
section{
	width: 100%;
}
h2{
	margin-bottom: 60px;
	font-size: 40px;
	text-align: center;
}
.movie{
	position: relative;
	height: 100vh;
}
.background-movie{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: center center / cover no-repeat;
  text-indent: -9999px;
  opacity: 0;
  transition: opacity 700ms ease-out;
  z-index: -1;
}
.onload .background-movie {
  opacity: 1;
}
.background-movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1500ms ease-out;
}
.load .background-movie iframe {
  opacity: 1;
}
.background-movie:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0);
}

/**************************************/
/* company */
/**************************************/
.company_list{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.company_list img{
	position: absolute;
	width: 98%;
	width : -webkit-calc(100% - 40px) ;
	width : calc(100% - 40px) ;
	height: auto;
	z-index: -1;
}

/* form{
	position: absolute;
	top: 45%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 30px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	z-index: 2;
} */
.select-wrap {
    position:relative;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 16px;
    top: 5px;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
  	font-weight: 900;
    line-height: 35px;
    color: #7F878C;
    pointer-events: none;
    font-size: 1.2rem;
}
select{
	width: 300px;
	height: 42px;
    background-color: #f5f5f5;
	border:1px solid #ccc;
	border-right:0;
	font-size: 15px;
	padding: 0 12px;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: button;
    appearance: button;
    border-radius: 5px 0 0 5px / 5px 0 0 5px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
input[type="text"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="text"]:focus {
  outline-offset: -2px;
}
input[type="text"]::-webkit-text-decoration {
  display: none;
}
input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	height: 40px;
	width: 400px;
	border:1px solid #ccc;
	padding: 0 12px;
}
input[type="submit"] {
	font-size: 15px;
	height: 42px;
	padding: 0 32px;
	background:#BC192E;
	font-weight: 800;
	margin-bottom: .2px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	text-align: center;
	border-radius: 0 5px 5px 0 / 0 5px 5px 0;
}
input[type="submit"]:hover {
	background-color: #ccc;
}

.nolink{
	pointer-events:none;
}
.list{
	display: flex;
    display:-webkit-box;
    display: -webkit-flex;
	display: -ms-flexbox;
	 -webkit-justify-content: space-between;
    justify-content: space-between;
}
.list a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	margin-bottom: 14px;
	font-size: 15px;
	color: #382f2d;
}
.list a:before{
	content: '';
	background: url(../img/icon1.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 9px;
	margin-right: 5px;
	margin-bottom: 2px;
	display: inline-block;
	vertical-align: middle;
}
.list input {
    display: none; 
}
.list label:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 7px;
	margin-right: 14px;
	margin-bottom: 6px;
	background-color: #000;
}
.list label {
    display: inline-block;
	vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.list_wrap{
	width: 25%;
}
.list_in{
	display: inline-block;
	vertical-align: top;
}
.list_in ul{
	margin-left: 20px;
}
.list_in ul li a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 2px;
	margin-right: 10px;
	margin-bottom: 4px;
	background-color: #BC192E;
	background-image: none;
}
/**************************************/
/* footer */
/**************************************/

footer{
	margin: 0 auto;
	padding: 20px 0;
	background-color: #fff;
	border-top: 1px solid #ccc;
	font-size: 15px;
}
.footer_content{
	display: inline-block;
}
footer span{
	margin: 0 6px;
}
small{
	display: inline-block;
	float: right;
}


/**************************************/
/* termsandconditions */
/**************************************/
.page_body section{
	margin-bottom: 40px;
}
.bg_h2{
	padding: 20px;
	background-color: #f5f5f5;
	margin-bottom: 40px;
}
.listType-num01 > li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 10px;
}
.listType-num01 > li > .numIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    color: #666666;
    font-weight: bold;
}
/**************************************/
/* privacypolicy */
/**************************************/
.headline02{
	position: relative;
	padding-left: 30px;
}
.headline02:before{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 10px;
    margin-top: -5px;
    background: #333333;
}
.alR{
	margin-top: 20px;
	text-align: right;
}

/**************************************/
/* breadcrumbs */
/**************************************/
.breadcrumbsMenu {
  overflow: hidden;
  padding: 2em 0;
}
.breadcrumbsMenu li {
  float: left;
  font-weight: bold;
}
.breadcrumbsMenu li + li {
  padding-left: 17px;
  margin-left: 10px;
  position: relative;
}
.breadcrumbsMenu li + li:after {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  content: '';
  height: 5px;
  width: 5px;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(-45deg);
}
.breadcrumbsMenu li > a {
  font-weight: normal;
}

/**************************************/
/* device */
/**************************************/


@media (max-width: 768px) {
.list{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.list_wrap{
	margin-bottom: 10px;
}
a.scroll span {
	display: none;
	visibility: hidden;
}

}
@media (max-width: 768px) {
header{
	padding: 0;
}
header div{
    padding:10px 20px;
}
article{
	margin-top: 0;
	padding: 0px 20px 40px 20px;
}
.background-movie{
	position: relative;
}
.swiper-slide-img {
    width: 100%;
    height: 100vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
h2{
	margin: 20px 0;
	font-size: 1.4rem;
}

.company_list img{
	width: 100%;
	margin-left:-20px;
	margin-top: 80px;
}
.list{
	font-size: 1rem;
	display: block;
}
.list a{
	display: block;
}

.list label {
    display: block;
    font-weight: bold;
    cursor :pointer;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    font-size: 18px;
}
.list .switchbox_in {
    max-height: 0;
    overflow-y: hidden;
    transition: 1.5s;
    border-bottom: 1px solid #ccc;
}

.list input:checked + label + .switchbox_in{
    position: relative;
    max-height: 330px;
    opacity: 1;
}

.list label::after {
  border-bottom: 3px solid #BC192E;
  border-left: 3px solid #BC192E;
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  right: 3px;
  top: 3px;
  transform: rotate(-45deg);
}

.list input:checked + label::after {
  top: 6px;
  transform: rotate(135deg);
}
.select-wrap,select{
	width: 200px;
}
input[type="text"] {
	width: 240px;
}
.list label:before{
	margin-right: 11px;
	margin-bottom: 4px;
}
.list_in{
	display: block;
}
.list_in ul {
    margin-left: 10px;
}
.list_wrap{
	width: 100%;
}
/* form{
	height: 61px;
	width: 90%;
} */
.select-wrap,select{
	display: block;
	width: 100%;
}
select{
	border:1px solid #ccc;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-appearance: none;
}
input[type="text"] {
	border:1px solid #ccc;
	border-top: 0;
	margin-top: 0;
	width: 80%;
	height: 42px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	border-radius: 0 0 0 5px/ 0 0 0 5px;
	-webkit-appearance: none;
}
input[type="submit"] {
	border-radius: 0 0 5px 0 / 0 0 5px 0;
	-webkit-appearance: none;
	width: 20%;
	padding: 0;
}
footer{
	text-align: center;
}
footer div{
	padding: 0;
}
.footer_content{
	margin-bottom: 5px;
}
small{
	float: none;
}
.page_body section{
	margin-bottom: 20px;
}
.bg_h2 {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.movie{
    height: 320px !important;
}

}
