<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


html {
font-size: 62.5%;
margin:0;
padding:0;
height:100%;
overflow-x: hidden;

}
body {
height:100%;
margin:0;
font-family: Arial, "Helvetica Neue" , Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", "MS PGothic", "MS UI Gothic", sans-serif;
font-size: 1.6em;
font-size: 1.6rem;
line-height: 1.6;
color:#fff;
letter-spacing: .025em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #273139;

}

*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
*,
*:before,
*:after {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
 box-sizing: border-box;
}
ul li, ol li {
	list-style: none;
}
sup {
font-size: 1.1em;
font-size: 1.1rem;
line-height: 1.0;
vertical-align: text-top;
}
img {
	vertical-align:bottom;
	border:0;
	width:100%;
	line-height:0;
	font-size:0;
	height: auto;
backface-visibility: hidden;
}
a {
color:#222;
text-decoration:none;
transition: 0.5s;
}
a:hover {
color:#0086cd;
text-decoration:none;
}

.login {
    width: 100%;
    height: 100%;
    position: fixed;
   z-index: 1000001;
    background: #fff;
    display: none;
}
.login.close {
    display: none;
}
.login_contents {
  width: 36%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%, -50%);
}
.login_contents &gt; div {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.login_contents input[name="keyword"] {
  margin-top: 2rem;
    border: 2px solid #0086cd;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    padding: 5% 5%;
    font-size: 2.6em;
    font-size: 2.6rem;
}
.login_contents input[name="keyword"]:hover,
.login_contents input[name="keyword"]:focus {
    background-color: #f8f1e3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(255 255 255 / 8%), 0 0 8px rgb(255 255 255 / 60%);
    box-shadow: inset 0 1px 1px rgb(255 255 255 / 8%), 0 0 8px rgb(255 255 255 / 60%);
}
.login_contents input[type="submit"] {
  margin-top: 1rem;
    width: 100%;
    padding: 1.4rem 0rem !important;
    display: inline-block;
    background: #0086cd;
    color: #fff;
    border-radius: 5px;
    transition: .2s;
    border: #0086cd 2px solid;
    font-size: 4em;
    font-size: 4rem;
    line-height: 1.6;
    font-weight: bold;
    cursor: pointer;
}
.login_contents input[type="submit"][disabled]{
    background:#ccc;
    border: #ccc 2px solid;
    cursor:not-allowed;
}
#login_note {
  color: #dd0000;
  font-size: 1.6em;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2rem;
}

#navtoggle {
  position: fixed;
  top: 15px;
  left: 25px;
  height: 32px;
  z-index: 1000000;
  cursor: pointer;
}
#navtoggle &gt; div {
  position: relative;
  width: 35px;
}
#navtoggle span {
  width: 100%;
  height: 4px;
  left: 0;
  display: block;
  background: #0086cd;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  border-radius: 10px;
}

#navtoggle span:nth-child(1) {
  top: 0;
}
#navtoggle span:nth-child(2) {
  top: 11px;
}
#navtoggle span:nth-child(3) {
  top: 22px;
}
.close #navtoggle span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.close #navtoggle span:nth-child(2) {
  width: 100%;
  left: 0;
}
.close #navtoggle span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.open #navtoggle span {
  background: #0086cd;
}
.close #navtoggle span {
  background: #fff;
}

#container {
z-index: 900;
width: 84%;
margin-left: 16%;
position: relative;
overflow-x: hidden;
background: #273139;
-moz-transition: margin-left .4s linear;
-webkit-transition: margin-left .4s linear;
transition: margin-left .4s linear;
}
.close #container {
margin-left: 8px;
width: 100%;
}

#headerarea {
position: absolute;
left :4%;
top: 2.5rem;
z-index: 1000;
max-width: 200px;
}
.close #headerarea {

}

#sidenavarea #sidemenu,
#sidenavarea form {
display: block;
transition: 0.5s;
}
.close #sidenavarea #sidemenu,
.close #sidenavarea form {
display: none;
transition: 0.5s;
}

#sidenavarea {
position: fixed;
top: 0;
left: 0;
z-index: 100;
width:16%;
height: 100%;
padding:0 0 0 8px;
background: #1b2833 url(../common/line3.svg) left top repeat-y;
background-size:8px auto;
display: flex;
flex-direction: column;
box-shadow: inset 0 0 15px 0 rgba(0,0,0,0.3);
}
#sidemenu {
width:100%;
margin:8rem 0 4rem 0;
flex-grow: 2;
}
#sidemenu ul {
width: 95%;
margin: 0 0 0 5%;
}
#sidemenu ul li {
margin-bottom: 0.5rem;
font-size: 1.6em;
font-size: 1.6rem;
line-height: 1.0;
color: #fff;
background:url(../common/arrow2.svg) left 1rem top 1.45rem no-repeat;
background-size: 14px auto;
display: block;
border-radius: 20px 0 0 20px;
}
#sidemenu ul li.active {
color: #fff;
background: #273139 url(../common/arrow3.svg) left 1rem top 1.45rem no-repeat;
background-size: 14px auto;
border-radius: 20px 0 0 20px;
}
#sidemenu ul li a {
display: block;
color: #fff;
padding: 1.35rem 0 1.35rem 2.9rem;
}
#sidemenu ul li.active a {
color: #fff;
}
#sidemenu ul li ul {
margin-bottom: 1rem;
padding-bottom: 0.1rem;
}
#sidemenu ul li ul li {
margin-bottom: 0.5rem;
background:url(../common/arrow4.svg) left top 0.9rem no-repeat;
background-size: 13px auto;
font-size: 1.4em;
font-size: 1.4rem;
line-height: 1.0;
}
#sidemenu ul li ul li.active {
color: #fff;
background: #273139 url(../common/arrow3.svg) left 1rem top 0.9rem no-repeat;
background-size: 13px auto;
border-radius: 20px 0 0 20px;
}
#sidemenu ul li ul li a {
padding: 0.8rem 0 0.8rem 2rem;
}
#sidemenu ul li ul li.active a {
padding: 0.8rem 0 0.8rem 3rem;
}
#sidenavarea form {
margin:0;
padding:0;
width:90%;
margin:0 5% 2rem 5%;
}
#sidenavarea form div {
  margin:0;
    padding: 0.75rem 0.6rem 0.75rem 0.85rem;
    color: #fff;
    background: #0086cd;
    border-radius: 30px;
    vertical-align: middle;
}
#sidenavarea input {
    border: none;
    padding: 0.5rem;
    margin: 0 5px 0 0;
    color: #eee;
    background: none;
    line-height: 1;
    width: calc(100% - 20px - 1rem - 5px);
    vertical-align: middle;
font-size: 1.4em;
font-size: 1.4rem;
line-height: 1.0;
}
#sidenavarea input:focus {
outline: none;
}
#sidenavarea input::placeholder {
    color: #eee;
}
#sidenavarea button {
    width: 20px;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
    vertical-align: middle;
}

#scrollbtn {
position: absolute;
bottom:22%;
left: 50%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
text-align: center;
z-index: 10000000;
font-size: 1.1em;
font-size: 1.1rem;
line-height: 1.0;
font-family:Helvetica, Arial, sans-serif;
}
#scrollbtn a {
color: #fff;
display: block;
width: 100%;
height: auto;
padding-top: 60px;
}
#scrollbtn a span {
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  display: block;
}
#scrollbtn a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#contentsarea {
  position: relative;
min-height: 720px;
}


#titlearea {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: block;
z-index: 5;
}
#titlearea .photo {
position: relative;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
#titlearea .photo img {
position: relative;
width: 90%;
left: 10%;
}
#titlearea .text {
position: absolute;
padding: 0;
top:0;
left: 0;
width:100%;
height:100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
color: #fff;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(39,49,57,1) 17%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 60%);
}
#titlearea div.cpbox {
position: absolute;
padding: 12rem 4rem 0rem 5rem;
top:0;
left: 0;
width: 80%;
height: 100%;
display: flex;
flex-direction: column;
color: #fff; 
}
.close #titlearea div.cpbox {
padding: 12rem 4rem 0rem 7rem;
}
#titlearea header h1 {
font-size: 5.4em;
font-size: 5.4rem;
line-height: 1.5;
letter-spacing: 2px;
margin-bottom: 1.5rem;
}
#titlearea header p {
font-size: 2.2em;
font-size: 2.2rem;
line-height: 1.6;
margin-bottom:3rem;
}
#titlearea .moviebox {
position: absolute;
bottom: 4rem;
left: 5rem;
width:32%;
}
.close #titlearea .moviebox {
left: 7rem;
}
#titlearea2 {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: block;
z-index: 5;
padding: 10rem 4rem 0rem 7.5rem;
}
#titlearea2 h1 {
font-size: 4.0em;
font-size: 4.0rem;
font-weight: normal;
line-height: 1.5;
letter-spacing: 2px;
}




.moviebox {
border-radius: 3px;
box-shadow: 0 0 3rem 0.5rem rgb(0,0,0,0.4);
}
.moviebox a {
position: relative;
display: block;
color: #fff;
width: 100%;
height: 100%;
border-radius: 5px;
border: #999 1px solid;
}
.moviebox .playbtn {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
}
.moviebox .playbtn span {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width: 30%;
}
.moviebox .playbtn img {
filter: drop-shadow(0px 0px 10px #000000);
}


#detailsarea section.cntaera {
width: 100%;
padding: 5rem 7% 7rem 7%;
font-size: 1.75em;
font-size: 1.75rem;
line-height: 1.8;
letter-spacing: 1px;
color: #eee;
background: #273139;
}
#detailsarea section.cntaera:first-of-type,
#detailsarea section.cntaera.companyarea {
padding: 5rem 7% 7rem 7%;
}
#detailsarea section.cntaera.fightbox {
padding: 0rem 7% 12rem 7% !important;
}
#detailsarea section.cntaera header {
margin-bottom: 2rem;
display: flex;
justify-content: space-between;
}
#detailsarea section.cntaera header h2 {
padding: 0.75rem 0 0.75rem 4rem;
font-size: 3em;
font-size: 3rem;
font-weight: normal;
line-height: 1.0;
margin-bottom: 1.5rem;
letter-spacing: 1px;
background: url(../common/h2bk.png) left top no-repeat;
background-size: auto 100%;
}
#detailsarea section.cntaera .box {
display: flex;
justify-content: space-between;
}
#detailsarea section.cntaera .box .text {
width: 60%;
}
#detailsarea section.cntaera .box .photo {
width: 35%;
}
#detailsarea section.cntaera .box .photo p {
margin-bottom: 1.5rem;
}
#detailsarea section.cntaera .box .text p {
margin-bottom: 1.5rem;
}
#detailsarea section.cntaera .box .text ul {
margin-bottom: 1.5rem;
}
#detailsarea section.cntaera .box .text ul li {
margin-bottom: 0.2rem;
position: relative;
padding-left: 25px;
}
#detailsarea section.cntaera .box .text ul li:before {
  color: #e5a621;
  content: "・";
  font-size: 40px;
  position: absolute;
  top: -20px;
  left: -10px;
}

#detailsarea section.cntaera header h2.h2title {
font-size: 3.6em;
font-size: 3.6rem;
font-weight: bold;
line-height: 1.0;
letter-spacing: 1px;
text-shadow: 0 0 20px rgba(0,0,0,0.7);
position: relative;
padding: 2rem 4rem;
text-align: center;
display: inline-block;
background: none;
}
#detailsarea section.cntaera.fightbox header h2:before,
#detailsarea section.cntaera.fightbox header h2:after {
  position: absolute;
  content: '';
}
#detailsarea section.cntaera.fightbox header h2:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
    border-top: 6px solid #00b2dd;
    border-left: 6px solid #e50012;
}
#detailsarea section.cntaera.fightbox header h2:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
border-right: 6px solid #e5a621;
    border-bottom: 6px solid #14934a;
}
#detailsarea section.cntaera.fightbox .text-l p {
text-shadow: 0 0 15px #000;
font-size: 2em;
font-size: 2rem;
}

#detailsarea section.moviearea {
position: relative;
width:100%;
height: 100%;
}
#mvbkbox {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.close #detailsarea section.moviearea .cntbk {
left: 8px;
}
#detailsarea section.moviearea .moviebox {
padding: 10rem 15%;
background-color: rgba(0, 0, 0, 0.5);
}
#detailsarea section.moviearea .moviebox .thumbnail,
#detailsarea section.moviearea .moviebox img {
border-radius: 5px;
}
#detailsarea section.moviearea .moviebox .playbtn {
background: rgba(0,0,0,0);
}
#detailsarea section.moviearea .moviebox .playbtn span {
    width: 20%;
}


#detailsarea section.cntaera.companyarea {
font-size: 1.5em;
font-size: 1.5rem;
line-height: 1.6;
letter-spacing: 0px;
}
#detailsarea section.cntaera.companyarea .box {
background: rgba(0,0,0,0.3);
padding: 4rem 4rem 2rem 4rem;
border-radius: 10px;
}
#detailsarea section.cntaera.companyarea .text {
  width: 72%;
}
#detailsarea section.cntaera.companyarea .text h3 {
font-size: 2.2em;
font-size: 2.2rem;
font-weight: normal;
line-height: 1.6;
margin-bottom: 0.5rem;
}
#detailsarea section.cntaera.companyarea .photo {
  width: 25%;
}
#detailsarea section.cntaera.companyarea dl {
margin: 2rem 0;
border-top: #354c76 1px solid;
}
#detailsarea section.cntaera.companyarea dt {
  padding: 1rem;
border-bottom: #354c76 1px solid;
}
#detailsarea section.cntaera.companyarea dd {
  padding: 1rem;
border-bottom: #354c76 1px solid;
}
#detailsarea a {
color: #fff;
}
#detailsarea section.cntaera.otherarea {

border-top: #41515f 1px solid;
}
.otherarea ul {
display: flex;
flex-wrap: wrap;
}
.otherarea ul li {
width: 19.2%;
margin-right: 1%;
margin-bottom: 1rem;
border-radius: 3px;
}
.otherarea ul li:nth-child(5n) {
margin-right: 0%;
}
.otherarea ul li h3 {
margin: 0.5rem 0 0 0rem;
font-size: 1.4em;
font-size: 1.4rem;
font-weight: normal;
}
.otherarea ul li a {
color: #fff;
}
.otherarea ul li img {
border-radius: 3px;
box-shadow: 0 0 1rem 0.3rem rgb(0,0,0,0.2);
}
.modal-video-inner {
    padding: 0 10% !important;
}


#footerarea {
padding: 3rem 0 0 0;
background:#303c46;
color:#fff;
border-top: #41515f 1px solid;
}
#footerarea a {
color:#fff;
}
#ftnav {
display: flex;
padding: 0 2% 3rem 2%;
}
#ftnav nav {
width: 100%;
display: flex;
justify-content: space-between;
}
#ftnav nav p {
font-size: 1.25em;
font-size: 1.25rem;
line-height: 1.0;
margin: 0 0 1rem 0;
padding: 0.75rem 1.5rem;
background: #1b2833;
border-radius: 5rem;
}
#ftnav nav div:nth-child(1) {
width: 18%;
padding-right: 1.5%;
}
#ftnav nav div:nth-child(2) {
width: 60%;
padding-left: 1.5%;
padding-right: 1.5%;
border-left: #41515f 1px solid;
border-right: #41515f 1px solid;
}
#ftnav nav div:nth-child(3) {
width: 22%;
padding-left: 1.5%;
}
#ftnav nav ul li {
margin-bottom: 0.6rem;
background: url(../common/arrow2.svg) left center no-repeat;
background-size: 13px auto;
padding-left: 18px;
font-size: 1.25em;
font-size: 1.25rem;
}
#ftnav nav div:nth-child(2) ul {
display: flex;
flex-wrap: wrap;
}
#ftnav nav div:nth-child(2) ul li {
width: 33.3333%;
}
#copyright {
padding: 1.5rem 0;
text-align: center;
font-size: 1.2em;
font-size: 1.2rem;
font-family:Helvetica, Arial, sans-serif;
background: #1b2833;
border-top: #0086cd 2px solid;
}




.morebtn {
font-size: 1.4em;
font-size: 1.4rem;
line-height: 1.6;
}
.morebtn a {
border-radius: 5rem;
border: #eee 1px solid;
padding: 1rem 3rem;
color: #fff;
text-decoration: none;
}
.morebtn a:hover {
border-radius: 5rem;
border: #eee 1px solid;
padding: 1rem 3rem;
color: #0f3460;
text-decoration: none;
background: #fff;
}

.flexbox {
display: flex;
justify-content: space-between;
width: 100%;
}
.flexbox .col-1 {
width: 6.5%;
}
.flexbox .col-2 {
width: 15%;
}
.flexbox .col-3 {
width: 23.5%;
}
.flexbox .col-4 {
width: 32%;
}
.flexbox .col-5 {
width: 40.5%;
}
.flexbox .col-6 {
width:49%;
}
.flexbox .col-7 {
width: 57.5%;
}
.flexbox .col-8 {
width: 66%;
}
.flexbox .col-9 {
width: 74.5%;
}
.flexbox .col-10 {
width: 83%;
}
.flexbox .col-11 {
width: 91.5%;
}
.flexbox .col-12 {
width: 100%;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
dl {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: #ddd 1px solid;
}
dl dt {
  width: 20%;
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: #ddd 1px solid;
  text-align: center;
}
dl dd {
  width: 80%;
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: #ddd 1px solid;
}
.note {
  margin: 1rem 0 1rem 0;
  color: #666;
font-size: 1.2em;
font-size: 1.2rem;
line-height: 1.6;
}

.notice {
margin:5rem 0 0 0;
padding:0;
}
.notice li {
margin:0 0 .5rem 2rem;
padding:0;
list-style: none;
font-size: 1.4em;
font-size: 1.4rem;
line-height: 1.6;
text-indent: -2rem;
}

#pagetop {
position: fixed;
z-index: 1000;
bottom: 20px;
right: 20px;
width: 50px;
padding: 0;
margin: 0;
}
#pagetop a {
display: block;
color:#fff;
border-radius: 50%;
}

aside ul {
display: flex;
justify-content: center;
padding:4rem 5% 4rem 5%;
}
aside ul li {
margin: 0 3%;
}
aside ul li img {
max-width: 160px;
height: auto;
}


.fdin-btm {
transition: all 1s ease-out;
transform: translateY(30px);
opacity: 0;
}
.fdin-btm.active {
transform: translateY(0%);
opacity: 1;
}
.fdin-lt {
transform: translateX(-50px);
opacity: 0;
}
.fdin-lt.active {
transform: translateX(0);
opacity: 1;
}
.fdin-rt {
transform: translateX(50px);
opacity: 0;
}
.fdin-rt.active {
transform: translateX(0);
opacity: 1;
}
.txt-fdin span {
  display: inline-block;
  position: relative;
}
.txt-fdin span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all 1.0s  ease;
}
.txt-fdin.active span:before {
  width: 0%;
}
.info .txt-fdin span:before {
  background: #e4f4fb;
}
.fdin-mkr {
padding:0 0 0.4rem 0;
background: -webkit-linear-gradient(left, rgb(229,166,33) 50%, transparent 50%);
background: -moz-linear-gradient(left, rgb(229,166,33) 50%, transparent 50%);
background: linear-gradient(left, rgb(229,166,33) 50%, transparent 50%);
background-repeat: no-repeat;
background-size: 200% 0.2em; 
background-position: 100% 1.1em;
transition: 2s;
}
.fdin-mkr.active {
background-position: 0% 1.1em;
}


.fdin-img.active {
animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
overflow: hidden;
position: relative;
z-index: 2;
}
.fdin-img.active:before {
animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
background: #f1ead9;
bottom: 0;
content: '';
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.fdin-img.active:before {
background: #fff;
}
@keyframes img-opacity {
0% {
opacity: 0;
}
}
@keyframes img-animation {
100% {
transform: translateX(100%);
}
}


.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.mt-l {
  margin-top: 6rem !important;
}
.mt-m {
  margin-top: 3rem !important;
}
.mt-s {
  margin-top: 1rem !important;
}
.mb-l {
  margin-bottom: 6rem !important;
}
.mb-m {
  margin-bottom: 3rem !important;
}
.mb-s {
  margin-bottom: 1rem !important;
}

.brclr {
  display: none;
}




@media screen and (max-width: 1280px) {
#headerarea {
    left: 3%;
    top: 1rem;
    max-width: 160px;
}
#titlearea div.cpbox {
    width: 100%;
}
#titlearea header h1 {
    font-size: 4.6em;
    font-size: 4.6rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
#titlearea header p {
    font-size: 2.0em;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}
#titlearea .moviebox {
    width: 23%;
    bottom: 2rem;
}
#detailsarea section.cntaera:first-of-type,
#detailsarea section.cntaera.companyarea {
    padding: 5rem 7% 5rem 7%;
}
#detailsarea section.cntaera {
    padding: 0rem 7% 5rem 7%;
}
#detailsarea section.cntaera header h2.h2title {
    font-size: 3.4em;
    font-size: 3.4rem;
}

#newjobarea ul li h3 {
    padding: 0.8rem;
    font-size: 1.4em;
    font-size: 1.4rem;
}


#sidenavarea {
    width: 20%;

}
#container {
    width: 80%;
    margin-left: 20%;
}
.morebtn a {
    padding: 0.7rem 3rem 0.8rem 3rem;
}
#footerarea {
    padding: 2rem 0 0 0;
}
#ftnav nav div:nth-child(1) {
    width: 23%;
    padding-right: 1.5%;
}
#ftnav nav div:nth-child(2) {
    width: 50%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}
#ftnav nav div:nth-child(3) {
    width: 27%;
    padding-left: 1.5%;
}
#ftnav nav div:nth-child(2) ul li {
    width: 50%;
}

}
@media screen and (max-width: 1024px) {


#titlearea div.cpbox {
    padding: 9rem 2rem 0rem 2rem;
}
#titlearea header h1 {
    font-size: 3.6em;
    font-size: 3.6rem;
}
#titlearea header p {
    font-size: 1.75em;
    font-size: 1.75rem;
}
#titlearea .moviebox {
    bottom: 1rem;
    left: 2rem;
    width: 20%;
}
#detailsarea section.cntaera:first-of-type,
#detailsarea section.cntaera.companyarea {
    padding: 3rem 5% 3rem 5%;
}
#detailsarea section.cntaera header h2 {
    font-size: 2.4em;
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
}
#detailsarea section.cntaera {
    padding: 0rem 5% 3rem 5%;
    font-size: 1.6em;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0px;
}
#detailsarea section.cntaera header h2.h2title {
    font-size: 2.4em;
    font-size: 2.4rem;
}
#detailsarea section.cntaera.fightbox .text-l p {
    font-size: 1.8em;
    font-size: 1.8rem;
}
#detailsarea section.cntaera.fightbox {
    padding: 0rem 5% 4rem 5% !important;
}
#detailsarea section.moviearea .moviebox {
    padding: 5rem 8%;
}
.jobunbun {
    width: 90%;
}
#detailsarea section.cntaera.companyarea .box {
    padding: 2rem 2rem 1rem 2rem;
}

#ftnav nav p {
    font-size: 1.15em;
    font-size: 1.15rem;
}
#detailsarea section.cntaera.companyarea dt {
    font-size: 1.2em;
    font-size: 1.2rem;
}

#titlearea2 {
    padding: 8rem 2rem 0rem 2rem;
}
#titlearea2 h1 {
    font-size: 3.4em;
    font-size: 3.4rem;
    letter-spacing: 0px;
}


}
@media screen and (max-width: 768px) {

body {
    overflow-x: hidden;
}

.open #navtoggle {
  display: block;
}
#sidenavarea {
width: 60%;
}
#sidenavarea #sidemenu,
#sidenavarea form {
display: none;
transition: 0.5s;
}
.open #sidenavarea #sidemenu,
.open #sidenavarea form {
display: block;
transition: 0.5s;
}

#container {
    width: calc(100% - 8px);
    margin-left: 8px;
    overflow: hidden;
}
.open #container {
    width: calc(100% - 8px);
    margin-left: 60%;
}
#navtoggle {
    top: 15px;
    left: 18px;
}

#navtoggle span {
  background: #fff;
}
#titlearea div.cpbox,
.close #titlearea div.cpbox {
    position: static;
    padding: 0rem 5% 0rem 5%;
    height: auto;
}
#titlearea {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    overflow:visible;
    display: block;
    background: #273139;
}
#titlearea header h1 {
    font-size: 2.6em;
    font-size: 2.6rem;
}
#titlearea header p {
    font-size: 1.6em;
    font-size: 1.6rem;
}
#titlearea header p br {
    display: none;
}
#titlearea .photo {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    overflow:hidden;
    display: block;
}
#titlearea .photo:before {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(39,49,57,1) 10%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 50%);
}
#titlearea .photo img {
    width: 100%;
    left: 0%;
    top: -1px;
    opacity: 0.85;
}
#titlearea .text {
    position: static;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow:visible;
    display: block;
    color: #fff;
    background: none;
}
#titlearea .moviebox,
.close #titlearea .moviebox {
    position: static;
    left: auto;
    margin: 0 auto;
    width: 80%;
}
#titlearea .moviebox {
    bottom: auto;
    left: auto;
    width: 100%;
}
.moviebox .playbtn span {
    width: 20%;
}
#titlearea2 {
    padding: 8rem 5% 0rem 5%;
}
#titlearea2 h1 {
    font-size: 2.6em;
    font-size: 2.6rem;
}

#detailsarea section.cntaera .box {
    display: block;
}
#detailsarea section.cntaera .box .text {
    width: 100%;
    margin-bottom: 1rem;
}
#detailsarea section.cntaera .box .photo {
    width: 100%;
}
#detailsarea section.cntaera .box .photo p {
    width: 80%;
    margin: 0 auto 1rem auto;
    text-align: center;
}
#detailsarea section.cntaera .box .photo p:last-child {
    margin-bottom: 0;
}
#detailsarea section.cntaera .box .text p {
    margin-bottom: 0.5rem;
}
#detailsarea section.cntaera {
    padding: 0rem 5% 3rem 5%;
}
#detailsarea section.cntaera header h2 {
    font-size: 2.0em;
    font-size: 2.0rem;
    margin-bottom: 0rem;
    padding: 0.5rem 0 0.5rem 3rem;
}
#detailsarea section.cntaera header {
    margin-bottom: 1rem;
}
#detailsarea section.cntaera header h2.h2title {
    font-size: 2.0em;
    font-size: 2.0rem;
    padding: 2rem 1.8rem;
}
#detailsarea section.cntaera.fightbox header h2:before {
    width: 30px;
    height: 30px;
    border-right: 4px solid #e5a621;
    border-bottom: 4px solid #14934a;
}
#detailsarea section.cntaera.fightbox header h2:after {
    width: 30px;
    height: 30px;
    border-top: 4px solid #00b2dd;
    border-left: 4px solid #e50012;
}
#detailsarea section.cntaera.fightbox .text-l p {
    font-size: 1.65em;
    font-size: 1.65rem;
}
#detailsarea section.cntaera.fightbox {
    padding: 0rem 5% 2rem 5% !important;
}
#detailsarea section.moviearea .moviebox {
    padding: 3rem 7%;
}

#detailsarea section.cntaera:first-of-type,
#detailsarea section.cntaera.companyarea {
    padding: 3rem 5% 3rem 5%;
}
#detailsarea section.cntaera.companyarea .box {
    display: block;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
}
#detailsarea section.cntaera.companyarea .text {
    width: 100%;
}
#detailsarea section.cntaera.companyarea .photo {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
#detailsarea section.cntaera.companyarea .text h3 {
    font-size: 1.75em;
    font-size: 1.75rem;
    margin-bottom: 0.2rem;
}
#detailsarea section.cntaera.companyarea dl {
    margin: 0.5rem 0 1rem 0;
}

.login_contents {
    width: 70%;
}
.login_contents input[name="keyword"] {
    padding: 5% 3%;
    font-size: 2.0em;
    font-size: 2.0rem;
}
.login_contents input[type="submit"] {
    padding: 1rem 0rem !important;
    font-size: 3em;
    font-size: 3rem;
}

#scrollbtn {
  display: none;
}




dl dt {
    width: 27%;
    padding: 1rem 0;
}
dl dd {
    width: 73%;
    padding: 1rem 0;
}
#footerarea {
    padding: 0;
}
#ftnav {
    display: block;
    padding: 2rem 5% 0.5rem 5%;
}
#ftnav nav {
    display: block;
}
#ftnav nav div:nth-child(1) {
    width: 100%;
    padding-right: 0;
}
#ftnav nav div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border:none;
}
#ftnav nav div:nth-child(3) {
    width: 100%;
    padding-left: 0;
}
#ftnav nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
#ftnav nav li {
    width: 50%;
}
#copyright {
    padding: 1rem 0;
    font-size: 1.1em;
    font-size: 1.1rem;
}
#pagetop {
    bottom: 15px;
    right: 15px;
    width: 45px;
}



}
@media screen and (max-width: 640px) {


}</pre></body></html>