@charset "utf-8";
/* CSS Document */

html{
  font-size: 62.5%;
  font-feature-settings: "palt"
}
body{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img{
	max-width: 100%;
 height: auto;
}
a{
	text-decoration: none;
}
p{
  line-height: 1.6em;
}
.SP{
  display: none;
}
h2{
  font-family: 'Fugaz One', cursive;
  font-size: 170px;
  color: #ff6b00;
  width: 1400px;
  margin: 0 auto;
}
section h2 p{
  display: block;
  width: fit-content;
  position: relative;
  line-height: 0.5em;
}
.sec_right p{
  margin: 0 0 0 auto;
}
h2 span{
  display: block;
  width: fit-content;
  color: #3e1a00;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sec_head{
  border-bottom: solid 3px #3e1a00;
}
.wrapp{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
section{
  padding: 50px 0;
}
section.bkg_br{
  background-color: #ebe8e5;
}
/*header*/
header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  background-color: #ebe8e5;
}
.header_slide{
  width: 75%;
}
.nav.PC{
  margin: 0 auto;
  padding: 30px 0;
  width: 25%;
}
.nav.PC img{
  width: 80%;
  display: block;
  margin: 0 auto 100px auto;
}
nav li a{
  color: #3e1a00;
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-align: center;
  margin: 40px auto;
}
/*message*/
.message_inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 60px;
}
/*movie*/
.movie_inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 60px;
}
.movie_inner dt img{
  cursor: pointer;
}
.movie_inner dt img:hover{
  opacity: .8;
  transition: .3s;
}
.movie_inner dd{
  position: relative;
}
.movie_inner dd img{
  position: absolute;
}
.movie_inner dd img:first-of-type{
  left: 0;
  top: -15px;
}
.movie_inner dd img:last-of-type{
  right: 0;
  top: -15px;
}
.movie_inner dd p{
  display: block;
  width: 380px;
  padding: 15px 0;
  text-align: center;
  background-color: #3e1a00;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin: 30px auto;
}
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  text-align: center;
  background: #fff;
  padding: 30px;
}
.modal_overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.65);
  z-index: 1;
}
.modal_close{
  font-family: 'Fugaz One', cursive;
  font-size: 24px;
  color: #ff6b00;
  display: block;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}
.modal video{
  width: 800px;
  height: auto;
}
/*staff*/
.staff_inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 60px;
}
/*works*/
.works_cont{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 150px 100px;
}
.works_cont dl{
  max-width: 460px;
}
.works_cont dt{
  text-align: center;
}
.works_cont dt span{
  display: block;
  color: #3e1a00;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 10px 0;
}
.works_cont dt h3{
  font-size: 30px;
  font-weight: bold;
  color: #ff6b00;
  text-align: center;
}
.works_cont dd{
  margin-top: 20px;
}
.works_cont dd p{
  margin-bottom: 20px;
}
.works_cont dd a{
  display: block;
  width: 100%;
  border: solid 2px #3e1a00;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  color: #3e1a00;
  border-radius: 50px;
  margin: 0 auto 5px auto;
}
.works_cont dd a img{
  padding-left: 15px;
  vertical-align: middle;
}
.works_cont dd div{
  margin-top: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap: 7px;
}
.works_cont dd div img{
  display: block;
  width: calc(97%/3);
  height: auto;
}
.loop_slider .slick-slide {
  width: 294px;
  height: 294px;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}
.loop_slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*company*/
.sec_company h3{
  font-size: 30px;
  font-weight: bold;
  color: #ff6b00;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.sec_company h3 img{
  display: block;
  padding-top: 15px;
}
.company_read p{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 60px 0 80px 0;
}
.company_table span{
  font-weight: bold;
  background-color: #ebe8e5;
  padding: 20px 0;
  width: 180px;
  border-radius: 25px;
  display: block;
  text-align: center;
}
.company_table li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  gap: 50px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.company_table li:nth-of-type(8){
  -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.company_table{
  width: fit-content;
  margin: 0 auto 80px auto;
}
.map_box{
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
.map_box iframe{
  width: 100%;
  height: 100%;
}
/*recruit*/
.recruit_inner dt img{
  display: block;
}
.recruit_inner dt{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 30px;
}
.recruit_inner dd{
  max-width: 1000px;
  margin: 50px auto 0 auto;
}
.recruit_inner dd p{
  font-weight: bold;
}
.recruit_inner dd a{
  font-weight: bold;
  color: #3e1a00;
  border: solid 2px #3e1a00;
  padding: 10px 0;
  width: 450px;
  display: block;
  text-align: center;
  border-radius: 50px;
  margin: 30px auto;
}
/*contact*/
form#mail_form {
	width: 960px;
	margin: 0 auto;
	padding: 50px 30px;
	background: #ebe8e5;
}

form#mail_form dl {
	width: 570px;
	margin: 0 auto;
	overflow: hidden;
  border-top: solid 1px #fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
form#mail_form dl dt {
	width: 165px;
	padding: 20px;
	text-align: left;
  font-weight: bold;
  color: #3e1a00;
}
form#mail_form dl dd {
	width: 360px;
	padding: 20px;
}
form#mail_form dl dt span {
  font-weight: bold;
	color: #ff6b00;
}
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: none;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}
span.loading {
  display: none;
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width: 90%;
  width: 90%;
	height: 2em;
	padding: 2px 2%;
	border: none;
	background: #fff;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #ebe8e5;
	border: 1px solid #ebe8e5;
	background: #ffffff;
}
form#mail_form label{
  font-weight: bold;
  color: #3e1a00;
}
form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}
form#mail_form ul {
	list-style-type: none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
form#mail_form li{
  margin-right: 20px;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}

form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

form#mail_form input[type="button"] {
  display: block;
  width: 230px;
	padding: 9px 15px;
	line-height: 1;
	background: #ff6b00;
	border: none;
	border-radius: 50px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	font-size: 100%;
  font-weight: bold;
  border: solid 2px #ff6b00;
}
form#mail_form input#form_submit_button.cando{
  background: inherit;
  border: solid 2px #ff6b00;
  color: #ff6b00;
  pointer-events: none;
}
form#mail_form input[type="button"]:hover {
	cursor: pointer;
	opacity: .8;
  transition: .3s;
}
form#mail_form input#form_submit_button {
	margin: 0 auto;
}
.pp_inner p{
  font-size: 13px;
}
.pp{
  border-top: solid 2px #fff;
  width: 570px;
  margin: 0 auto;
}
.pp p:first-of-type{
  font-weight: bold;
  padding: 20px;
  color: #3e1a00;
}
.pp_inner{
  height: 110px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 15px;
}
.pp_inner::-webkit-scrollbar{
  width: 8px;
}
.pp_inner::-webkit-scrollbar-track{
  background-color: #ebebeb;
}
.pp_inner::-webkit-scrollbar-thumb{
  background-color: #ff6b00;
}
.pp_check{
  text-align: center;
  padding: 20px 0;
  border-top: solid 2px #fff;
  margin-top: 20px;
}
.pp_check label span{
  font-weight: bold;
  color: #ff6b00;
}
.pp_check label,
.pp_check input{
  cursor: pointer;
}
.form_caution{
  text-align: center;
  font-weight: bold;
  color: #ff6b00;
  padding-bottom: 30px;
}
/*footer*/
footer{
  background-color: #3e1a00;
  padding: 30px 0 0 0;
  text-align: center;
}
footer p:first-of-type{
  font-weight: bold;
  font-size: 25px;
  margin: 30px auto;
}
footer p{
  color: #fff;
}
footer p:last-of-type{
  padding-bottom: 60px;
}
footer small{
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  color: #ff6b00;
}
/*animation*/
#page_top{
  width: 112px;
  height: 112px;
  position: fixed;
  right: -130px;
  bottom: 112px;
}
.up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*thanks*/
.sec_thanks nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ebe8e5;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
.sec_thanks nav .inner {
  padding: 25px;
}
.sec_thanks nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec_thanks nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #3e1a00;
}
.sec_thanks nav .inner ul li a {
  display: block;
  color: #3e1a00;
  font-size: 16px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
.sec_thanks nav .inner ul li a:hover {
  background: #e4e4e4;
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 50px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #3e1a00;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
.sp_header{
  background-color: #ebe8e5;
}
.sp_header img{
  width: 120px;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}
section.sec_thanks{
  padding: 0;
}
.sec_thanks_message p{
  text-align: center;
}
.sec_thanks_message a{
  display: block;
  color: #fff;
  display: block;
  width: 200px;
  padding: 10px 0;
  text-align: center;
  background-color: #ff6b00;
  margin: 50px auto;
  font-weight: bold;
  border-radius: 50px;
}
/*responsive*/
@media screen and (max-width:1401px){
  h2{
    width: 95%;
  }
}/*1400*/
@media screen and (max-width:1250px) {
  .wrapp{
    width: 95%;
  }
  h2{
    font-size: 100px;
  }
  h2 span{
    font-size: 18px;
  }
  .nav.PC img{
    width: 70%;
    margin-bottom: 50px;
  }
  nav li a{
    font-size: 18px;
    margin: 25px auto;
  }
  .recruit_inner dt{
    display: block;
  }
  .recruit_inner dt img{
    margin: 0 auto 30px auto;
  }
}/*1250*/
@media screen and (max-width:1100px){
  .message_inner{
    display: block;
  }
  .message_inner img{
    display: block;
    margin: 0 auto 30px auto;
  }
  .staff_inner{
    display: block;
  }
  .staff_inner img{
    display: block;
    margin: 0 auto 30px auto;
  }
  form#mail_form{
    width: 90%;
  }
  header{
    display: block;
  }
  .nav.PC{
    display: none;
  }
  .header_slide{
    width: 100%;
  }
  .SP{
    display: block;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ebe8e5;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #3e1a00;
  }
  nav .inner ul li a {
    display: block;
    color: #3e1a00;
    font-size: 16px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 50px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #3e1a00;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  .sp_header{
    background-color: #ebe8e5;
  }
  .sp_header img{
    width: 120px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
  }
  .modal{
    width: 90%;
  }
  .modal video{
    width: 100%;
  }
}/*1100*/
@media screen and (max-width:680px){
  .sp_header img{
    width: 90px;
  }
  .toggle_btn{
    top: 40px;
  }
  form#mail_form{
    padding: 50px 0;
    width: 100%;
  }
  form#mail_form dl{
    display: block;
    width: 90%;
  }
  form#mail_form dl dt{
    padding-bottom: 10px;
  }
  form#mail_form dl dd{
    padding-top: 10px;
    width: 90%;
  }
  .pp{
    width: 90%;
  }
  #page_top{
    width: 75px;
    height: 75px;
  }
  .wrapp{
    width: 85%;
  }
  .movie_inner dd p{
    font-size: 16px;
    width: 100%;
  }
  .movie_inner dd img:first-of-type{
    display: none;
  }
  .movie_inner dd img:last-of-type{
    display: none;
  }
  .works_cont{
    gap: 50px;
  }
  .company_table li{
    display: block;
    padding-left: 15px;
  }
  .company_table span{
    padding: 10px 30px;
    width: 80%;
    text-align: left;
    margin: 15px;
    margin-left: -15px;
  }
  h2{
    font-size: 60px;
  }
  section h2 p{
    line-height: 0.7em;
  }
  h2 span{
    font-size: 16px;
  }
  .movie_inner{
    gap: 20px;
  }
  .sec_company h3{
    font-size: 20px;
  }
  .company_read p{
    font-size: 16px;
  }
  .recruit_inner dd a{
    max-width: 450px;
    width: 80%;
  }
  .recruit_inner dt img:first-of-type{
    width: 60%;
  }
  .slick-slide img{
    height: 500px;
    object-fit: cover;
  }
}/*680*/