@charset "utf-8";
/* CSS Document */
html{
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #333;
  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.7em;
}
p.read{
  font-weight: bold;
}
.SP{
  display: none;
}
section{
  padding: 80px 0;
}
.wrapp{
  max-width: 1200px;
  margin: 0 auto;
}
.bld{
  font-weight: bold;
}
.sec_head{
  margin-bottom: 50px;
}
.sec_head h2{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.sec_head span{
  font-family: 'Fugaz One', cursive;
  font-size: 18px;
  color: #0000a1;
  display: block;
  text-align: center;
}
h3{
  color: #1f6ed4;
  font-weight: bold;
  font-size: 25px;
}
section.blu{
  background-color: #e8f0fb;
}
.slick-next{
  display: none;
}
.slick-prev{
  display: none;
}
/*header*/
header{
  position: relative;
}
header h1{
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
header h1 img{
  padding-right: 15px;
  padding-left: 50px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -30px;
}
.header_inner.PC{
  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;
  width: 100%;
  position: absolute;
  top: 50px;
}
.header_inner a{
  color: #fff;
  font-weight: bold;
}
.header_inner.PC ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap: 1rem;
}
.header_inner li:last-of-type a{
  background: rgb(0,0,161);
  background: linear-gradient(90deg, rgba(0,0,161,1) 53%, rgba(0,212,255,1) 100%);
  padding: 40px;
}
.header_inner li:last-of-type a img{
  padding-right: 15px;
}
.header_inner li:last-of-type a:hover{
  opacity: .8;
  transition: .3s;
}
/*animation*/
.header_inner.PC li.sqa {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.header_inner.PC li.sqa::before,
.header_inner.PC li.sqa::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #0000a1;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header_inner.PC li.sqa::before {
  top: 0;
  left: -100%;
}
.header_inner.PC li.sqa::after {
  bottom: 0;
  right: -100%;
}
.header_inner.PC li.sqa a::before,
.header_inner.PC li.sqa a::after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background: #1f6ed4;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header_inner.PC li.sqa a::before {
  top: 100%;
  left: 0;
}
.header_inner.PC li.sqa a::after {
  top: -100%;
  right: 0;
}
.header_inner.PC li.sqa:hover::before {
  left: 0;
}
.header_inner.PC li.sqa:hover::after {
  right: 0;
}
.header_inner.PC li.sqa a:hover::before {
  top: 0;
}
.header_inner.PC li.sqa a:hover::after {
  top: 0;
}
header p{
  position: absolute;
  display: block;
  bottom: 150px;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  left: 150px;
}
header p span{
  font-weight: bold;
  font-size: 40px;
  display: block;
  margin-top: 30px;
}
/*greeting*/
.sec_greeting .wrapp{
  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: 70px;
}
.greeting_inner{
  max-width: 600px;
}
.greeting_inner p span{
  display: block;
  text-align: right;
  font-weight: bold;
}
/*tour*/
.sec_tour .wrapp_head{
  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: 70px;
}
.sec_tour .sec_head{
  margin-bottom: 0;
}
.vr_cont{
  background-image: url(../img/bkg_va.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90px;
  margin-top: 50px;
}
.vr_inner{
  width: 800px;
  margin: 0 auto;
}
.vr_inner iframe{
  width: 800px;
  height: 450px;
}
/*business*/
.iso_cont{
  max-width: 1000px;
  margin: 0 auto;
  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: 70px;
}
.business_image{
  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: 6px;
  margin: 50px auto;
}
.business_image li{
  position: relative;
}
.hover_cont{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.business_image li:hover .hover_cont{
  opacity: 1;
  transition: .3s;
}
.hover_cont .overlay{
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.hover_cont p{
  color: #fff;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  padding: 30px;
  font-size: 25px;
}
.hover_cont p span{
  display: block;
  border-top: solid 1px #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 10px;
  margin-top: 10px;
}
.business_inner dl{
  max-width: 1000px;
  margin: 0 auto;
}
.business_inner dl dt{
  text-align: center;
  margin-bottom: 50px;
}
.business_inner dl:first-of-type {
  margin-bottom: 50px;
}
/*facility*/
section.sec_facility{
  padding-top: 0;
}
.sec_facility .sec_head{
  background: rgb(0,0,161);
  background: linear-gradient(90deg, rgba(0,0,161,1) 53%, rgba(0,212,255,1) 100%);
  padding: 80px 0;
  color: #fff;
}
.sec_facility .sec_head span{
  color: #fff;
}
.faci_cont{
  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;
  gap: 50px;
  margin-bottom: 15px;
}
.faci_cont.re{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.faci_cont:last-of-type dd{
  margin-top: 20px;
}
.faci_cont dl{
  max-width: 580px;
}
.faci_cont dt{
  font-weight: bold;
  color: #0000a1;
  font-size: 25px;
  line-height: 1.3em;
}
.faci_cont dd span{
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: rgb(0,0,161);
  background: linear-gradient(90deg, rgba(0,0,161,1) 53%, rgba(0,212,255,1) 100%);
  padding: 5px 0 5px 10px;
  margin: 10px 0 20px 0;
}
.faci_list{
  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;
  gap: 6px;
  margin-top: 30px;
}
.faci_list li{
  position: relative;
}
.faci_list p{
  position: absolute;
  bottom: 0;
  padding: 0 15px 15px 15px;
  color: #fff;
  font-weight: bold;
}
.faci_link{
  margin: 50px auto 0 auto;
  text-align: center;
}
.slide_btn {
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  background: rgb(0,0,161);
  background: linear-gradient(90deg, rgba(0,0,161,1) 53%, rgba(0,212,255,1) 100%);
  border: 2px solid #0000a1;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
  display: block;
  background: inherit;
  color: #0000a1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 30px auto 0 auto;
}
.slide_btn::after {
  background: rgb(0,0,161);
  background: linear-gradient(90deg, rgba(0,0,161,1) 53%, rgba(0,212,255,1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.slide_btn:hover {
  color: #fff;
}
.slide_btn:hover::after {
  transform: scale(1, 1);
}
/*recruit*/
.recruit_inner h3{
  text-align: center;
  margin-bottom: 40px;
}
.rec_image{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.rec_image img{
  display: block;
}
.recruit_inner .read{
  max-width: 1000px;
  margin: 0 auto;
}
.rec_table{
  width: fit-content;
  margin: 50px auto;
}
.rec_table th{
  background-color: #0000a1;
  color: #fff;
  padding: 15px 20px 15px 30px;
  width: 130px;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 5px #e8f0fb;
}
.rec_table td{
  background-color: #fff;
  padding: 15px 20px;
  border-left: solid 5px #e8f0fb;
  width: 500px;
  border-bottom: solid 5px #e8f0fb;
  line-height: 1.5em;
}
.rec_table td span{
  display: block;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-size: 15px;
  margin-top: 10px;
}
/*company*/
.sec_company .sec_head{
  margin-bottom: 0;
}
.sec_company dl{
  max-width: 670px;
  margin: 40px auto;
}
.sec_company dl:first-of-type{
  max-width: 100%;
  margin-top: 50px;
}
.sec_company dl dd h4{
  background: rgb(0,0,161);
  background: linear-gradient(90deg, rgba(0,0,161,1) 53%, rgba(0,212,255,1) 100%);
  color: #fff;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 15px;
}
.sec_company dl:first-of-type .wrapp{
  max-width: 670px;
}
.sec_company dt h3{
  text-align: center;
}
.sec_company dd{
  margin-top: 30px;
}
.sec_company dd.word_image{
  margin-top: 0;
}
.sec_company dd p.right_txt{
  text-align: right;
  margin-top: 20px;
}
.company_image{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.company_image img{
  display: block;
}
.company_table{
  width: fit-content;
  margin: 50px auto;
}
.company_table th,
.company_table td{
  border: solid 1px #0000a1;
  padding: 15px;
}
.company_table th{
  color: #0000a1;
  font-weight: bold;
  width: 150px;
  text-align: left;
}
.company_table td{
  width: 400px;
  line-height: 1.5em;
}
.company_table td a{
  color: #333;
}
#loop_slider img{
  padding: 5px;
}
.access{
  margin-top: 50px;
}
.access h3{
  text-align: center;
  margin-bottom: 40px;
}
.access iframe{
  width: 100%;
  height: 400px;
}
/*activity*/
.act_head{
  background-image: url(../img/round.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 303px;
  height: 310px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
}
.act_head p{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  display: block;
  height: fit-content;
}
.act_inner{
  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;
  gap: 20px;
}
.act_inner dl{
  max-width: 470px;
}
.act_inner dt{
  font-size: 25px;
  color: #0000a1;
  font-weight: bold;
  margin-bottom: 30px;
}
.act_inner dd a{
  background: rgb(0,0,161);
  background: linear-gradient(90deg, rgba(0,0,161,1) 53%, rgba(0,212,255,1) 100%);
  display: block;
  color: #fff;
  width: 350px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0 auto;
}
.act_inner dd a:hover{
  opacity: .8;
  transition: .3s;
}
.act_movie{
  width: 600px;
  height: 340px;
  margin: 50px auto 70px auto;
}
.act_movie iframe{
  width: 100%;
  height: 100%;
}
/*contact*/
.pp_outer{
  margin-top: 30px;
}
.pp_outer > p{
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.pp_cont{
  max-width: 480px;
  padding: 10px;
  height: 120px;
  overflow-y: scroll;
  border: solid 1px #0000a1;
  margin: 0 auto 20px auto;
}
.pp_cont p{
  font-size: 13px;
  line-height: 1.5em;
}
.pp_cont::-webkit-scrollbar{
  width: 10px;
}
.pp_cont::-webkit-scrollbar-track{
  background-color: #fff;
}
.pp_cont::-webkit-scrollbar-thumb{
  background-color: #0000a1;
}
.pp_check{
  width: fit-content;
  margin: 0 auto;
}
.pp_check input,
.pp_check label{
  cursor: pointer;
}
.pp_check label{
  font-weight: bold;
}
.pp_check label span{
  font-weight: bold;
  color: #0000a1;
}
form#mail_form {
	width: 500px;
	margin: 0 auto;
}
form#mail_form dl {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom: 5px;
}
form#mail_form dl dt {
	width: 150px;
  padding: 15px;
  background-color: #1f6ed4;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
  text-align: left;
}
form#mail_form dl dd {
	width: 300px;
	padding: 15px 0;
}
form#mail_form dl dt span {
	color: #fff;
  font-weight: bold;
  padding-left: 15px;
}
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;
  font-size: 14px;
  font-weight: bold;
}
span.loading {
	display: none;
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 100%;
  width: 95%;
	padding: 5px;
	border: 1px solid #0000a1;
	border-radius: 0;
	background: #fff;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
form#mail_form input#age{
  width: 60px;
}

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 #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
  border-radius: 0;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 7px;
}

form#mail_form ul {
	list-style-type: none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap: 15px;
}
form#mail_form ul li label:hover {
	cursor: pointer;
}
form#mail_form p#form_submit {
	width: fit-content;
	margin: 20px auto;
}
form#mail_form input.send_btn {
	line-height: 1;
	background: rgb(0,0,161);
  background: linear-gradient(90deg, rgba(0,0,161,1) 53%, rgba(0,212,255,1) 100%);
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: inherit;
	-webkit-appearance: none;
	font-size: 100%;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 15px 0;
  width: 180px;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	opacity: .8;
  transition: .3s;
}
form#mail_form input.send_btn.cannot{
  background-color: #333;
  background: #333;
  pointer-events: none;
}
/*footer*/
footer{
  background-color: #0000a1;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
footer p{
  font-weight: bold;
}
footer p:first-of-type,
footer p:last-of-type{
  font-size: 20px;
  margin: 20px auto;
}
footer p:nth-of-type(2){
  margin: 40px auto;
}
footer p img{
  padding-right: 10px;
  vertical-align: middle;
}
footer p a{
  color: #fff;
}
footer p a:hover{
  opacity: .8;
  transition: .3s;
}
small{
  display: block;
  text-align: center;
  margin-top: 100px;
  font-size: 13px;
  font-weight: bold;
}
/*thanks*/
#pages header{
  height: 400px;
}
#pages #header_slide img{
  height: 400px;
  width: 100%;
  object-fit: cover;
}
#pages header p{
  display: none;
}
.sec_thanks{
  padding-bottom: 150px;
}
.sec_thanks p{
  text-align: center;
}
/*animation*/
.up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*--------------
    responsive
---------------*/
@media screen and (max-width:1480px) {
  header h1 img{
    width: 220px;
    padding-left: 20px;
  }
  .header_inner li:last-of-type a{
    padding: 20px;
  }
  header p{
    font-size: 50px;
    left: 50px;
  }
  header p span{
    font-size: 30px;
    margin-top: 10px;
  }
}/*1480*/
@media screen and (max-width:1300px) {
  header h1 img{
    width: 175px;
  }
  header h1{
    font-size: 20px;
  }
}/*1300*/
@media screen and (max-width:1240px){
  .wrapp{
    width: 90%;
  }
  .SP.nav_cont{
    display: block;
  }
  .header_inner.PC ul{
    display: none;
  }
  /*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  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;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  font-weight: bold;
}
nav .inner ul li:last-of-type a{
  background: rgb(0,0,161);
  background: linear-gradient(90deg, rgba(0,0,161,1) 53%, rgba(0,212,255,1) 100%);
  color: #fff;
}
nav .inner ul li:last-of-type a img{
  padding-right: 15px;
}
nav .inner ul li a:hover {
  background: #0000a1;
  color: #fff;
}
nav .inner ul li:last-of-type a:hover{
  background: rgb(0,0,161);
  background: linear-gradient(90deg, rgba(0,0,161,1) 53%, rgba(0,212,255,1) 100%);
  color: #fff;
  opacity: .8;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  nav {
    left: -260px;
    width: 260px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  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: 3px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
  box-shadow: 3px 3px #333;
}
.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
=============*/
#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;
}
}/*1240*/
@media screen and (max-width:1100px){
  .sec_greeting .wrapp{
    display: block;
  }
  .sec_greeting .wrapp .PC{
    display: none;
  }
  .sec_greeting .wrapp .SP{
    display: block;
    margin: 0 auto 30px auto;
  }
  .greeting_inner{
    margin: 0 auto;
    max-width: 100%;
  }
  .sec_tour .wrapp_head{
    display: block;
  }
  .sec_tour .sec_head{
    margin: 50px auto;
  }
  .sec_tour .sec_head + p{
    width: fit-content;
    margin: 0 auto;
  }
  .iso_cont{
    display: block;
  }
  .iso_cont img{
    display: block;
    margin: 0 auto 30px auto;
    max-width: 60%;
  }
  .business_image{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .faci_list{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .rec_image{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .company_image{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .act_inner{
    display: block;
  }
  .act_inner dl{
    max-width: 100%;
  }
  .act_inner img{
    display: block;
    margin: 30px auto 0 auto;
  }
  .sec_company .word_image img{
    height: 250px;
    object-fit: cover;
  }
  footer > img{
    width: 200px;
  }
  footer p:first-of-type, footer p:last-of-type{
    font-size: 18px;
  }
  .faci_cont{
    display: block;
    margin-bottom: 40px;
  }
  .faci_cont img{
    display: block;
    margin: 0 auto 30px auto;
  }
  .faci_cont dl{
    max-width: 100%;
  }
  header p{
    bottom: 50px;
  }
}/*1100*/
@media screen and (max-width:900px){
  .vr_inner iframe{
    width: 550px;
    height: 309px;
  }
  .act_movie{
    width: 550px;
    height: 309px;
  }
  .vr_inner {
    width: 550px;
  }
 #header_slide .slick-slide img{
   height: 90vh;
   object-fit: cover;
 }
 header p{
   font-size: 35px;
 }
 header p span{
   font-size: 20px;
 }
 .hover_cont{
   opacity: 1;
 }
}/*900*/
@media screen and (max-width:620px){
  body{
    overflow-x: hidden;
  }
  .vr_inner iframe{
    width: 88.71vw;
    height: 49.839vw;
  }
  .vr_inner {
    width: 88.71vw;
  }
  .act_movie{
    width: 88.71vw;
    height: 49.839vw;
  }
  .sec_greeting .wrapp .SP{
    height: 260px;
  }
}
@media screen and (max-width:600px){
  header p{
    right: 0;
    left: 0;
    margin: auto;
    line-height: 1.3em;
    padding: 0 20px;
  }
  #header_slide .slick-slide img{
    height: 550px;
    object-fit: cover;
  }
  form#mail_form{
    max-width: 90%;
    width: fit-content;
    margin: 0 auto;
  }
  form#mail_form dl{
    display: block;
    width: 330px;
    margin: 0 auto;
  }
  form#mail_form dl dt{
    width: 300px;
  }
  form#mail_form dl dd{
    width: 330px;
    padding-top: 10px;
  }
}/*660*/
@media screen and (max-width:530px){
  header h1 img{
    display: block;
    padding: 0 0 10px 0;
  }
  header h1{
    padding: 0 0 0 20px;
    text-align: center;
    font-size: 14px;
  }
  header p{
    font-size: 31px;
  }
  header p span{
    font-size: 18px;
  }
  header .SP{
    display: block;
  }
  header p span{
    line-height: 1.3em;
  }
  .sec_head h2{
    font-size: 28px;
  }
  section{
    padding: 35px 0;
  }
  .faci_cont dt{
    font-size: 22px;
  }
  h3{
    font-size: 22px;
    line-height: 1.5em;
  }
  .rec_table table{
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .rec_table th{
    padding: 10px;
    display: block;
    width: 90%;
    margin: 0 auto 5px auto;
  }
  .rec_table td{
    display: block;
    width: 83%;
    border: none;
    margin: 0 auto 15px auto;
  }
  .company_table{
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .company_table th{
    padding: 10px;
    display: block;
    width: 90%;
    margin: 0 auto 5px auto;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .company_table td{
    display: block;
    width: 90%;
    border: none;
    padding-right: 0;
    margin: 0 auto 15px auto;
  }
  .act_inner dt{
    font-size: 20px;
    line-height: 1.5em;
  }
  .act_inner dd a{
    max-width: 90%;
  }
  .sec_company .word_image img {
    height: 150px;
    object-fit: cover;
}
}/*530*/
@media screen and (max-width:400px){
  form#mail_form dl dt {
    width: 270px;
}
form#mail_form dl dd {
  width: 300px;
  padding-top: 10px;
}
}