/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Y.A Edit 2021.11.11 */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* 印刷プレビュー用 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 600;
}

em{
	font-style: normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	width:auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	border-style: none;
	vertical-align: top;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
 
button{
	cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: 0;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "utf-8";
/* CSS Document */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address,caption,figure,a {
  margin:  0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

hr {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
}

ul,
ol{
list-style:none;
}

/**********************************************
common style
***********************************************/

.clear { clear: both; width:0px; height:0px; display:block; overflow:hidden; }

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}
.clearfix{
zoom:1;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


@charset "UTF-8";
/* 変数ファイルインポート */

@media only screen and (min-width: 980px) and (max-width: 1660px) {
  .top-main {
    transition: transform 0.3s;
    transform: scale(0.8);
    transform-origin: left top;
    height: calc(100% / 0.8);
    width: calc(100% / 0.8);
    margin-bottom: -200px;
  }

  .vacancy-info {
    transition: transform 0.3s;
    transform: scale(0.8);
    transform-origin: top;
    height: calc(100% / 0.8);
    width: calc(100% / 0.8);
    margin-bottom: -280px;
    padding-left: 20px;
    padding-right: 20px;
  }

}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .vacancy-info  {
    transition: transform 0.3s;
    transform: scale(0.67);
    transform-origin: left top;
    height: calc(100% / 0.6);
    width: calc(100% / 0.6);
    padding-left: 60px;
    padding-right: 20px;
  }
}

html th {
  font-weight: normal;
}

li {
  list-style: none;
}



.sp_br {
  display: none;
}

section {
  overflow: hidden;
}

#navArea {
  display: none;
}

h1 {
  font-family: "Noto Serif JP";
  font-size: clamp(20px, 2.2vw, 45px);
  font-weight: 500;
  line-height: 1.89;
  color: #fff;
  position: absolute;
  margin-top: 180px;
}

.top-img01 h1{
  width: 100%;
  padding: 2% 0px 2% 70%;
  background: linear-gradient(to right, rgba(52, 52, 52, 0), rgba(0, 0, 0, 0.8));
}

.top-img02 h1{
  width: 50%;
  padding: 2% 0 2% 10%;
  background: linear-gradient(to left, rgba(52, 52, 52, 0), rgba(0, 0, 0, 0.8));
}

h2 {
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 2.2vw, 33px);
  font-weight: 700;
  text-align: center;
  color: #3c80ba;
  margin-bottom: 100px;
}

h3 {
  font-family: "Noto Serif JP";
  font-size: clamp(20px, 2.2vw, 40px);
  font-weight: 600;
  letter-spacing: 2px;
}

h4 {
  font-family: "Noto Sans JP";
  font-size: clamp(22px, 2.2vw, 25px);
  font-weight: 700;
  margin: 8px 0 14px;
}

h5 {
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: 700;
}



.site-header {
  padding: 0 30px;
  max-width: 100%;
  height: 120px;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.site-header img{
  position: absolute;
  top: 10px;
  z-index: 100;
}


.wrapper {
  height: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.site-header__middle {
  margin-right: 260px;
}

.vacancy-bt{
  position: fixed;
  font-size: 20px;
  padding: 65px 25px 65px 25px;
  border-radius: 0px 0px 20px 20px;
  background-color: #3c80ba;
  text-align: center;
  z-index: 100;
}

.vacancy-bt a{
  color: #fff;
}

.cont-t a{
  color: #3c80ba;
}

.cont-t::before{
  content: url(../img/mail-icon.png);
  vertical-align: middle;
}

.toggle_btn,
#mask {
  display: none;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

.nav__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

header .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: color 0.15s;
}

a:hover {
  color: #5e5e5e;
}



footer .link {
  position: relative;
  align-items: center;
  transition: color 0.15s;
}


.top-img img{
  width: 100%;
  margin-bottom: 130px;
}

.top-main{
  position: relative;
}

.top-img-slid-main{
  position: relative;
}

.top-img-slid02{
  position: absolute;
  width: 100%;
  top: 0;
}


.top-img-slid img{
  width: 100%;
}

.top-img-slid02 img{
  width: 100%;
}


.top-img01 {
  position: relative;
}

.top-img02{
  position: relative;
}

.top-table{
  display: flex;
  position: absolute;
  left: 10%;
  bottom: 2%;
  align-items: center;
}


.facility-name{
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 3.13;
  color: #fff;  
  padding-right: 20px;
}

.facility-add{
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 2.2vw, 24px);
  font-weight: 400;
  line-height: 1.46;
  color: #fff;
  padding-left: 20px;
  border-left: #fff 2px solid;
  }

.facility-name02{
  font-family: "Noto Serif JP";
  font-size: clamp(12px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 3.13;
  color: #fff;  
  padding-right: 20px;
}

.facility-txt{
  font-family: "Noto Serif JP";
  font-size: clamp(8px, 2.2vw, 15px);
  font-weight: 400;
  line-height: 2;
  color: #fff;
  padding-left: 20px;
  border-left: #fff 2px solid;
}

.banner{
  position: absolute;
  bottom: 30px;
  right: 30px;
}


.banner-center{
  text-align: center;
  margin-bottom: 280px;
}

.banner-box{
  position: relative;
}

.banner-txt{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}


.intro {
  margin: 140px auto 134px;
  align-items: center;
}


.intro h2 {
  font-family: "Noto Serif JP";
  font-size: clamp(14px, 2.2vw, 40px);
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  color: #000;
}

.intro h3 {
  font-family: "Noto Serif JP";
  font-size: clamp(12px, 2.2vw, 30px);
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  color: #000;
  line-height: 2.33; 
}

.typical{
  background-color: #ebeaea;
  margin-top: 66px;
  padding: 45px 0;
}

.floor-1f, .floor-2f, .floor-3f{
  max-width: 1200px;
  margin: 0 auto 420px;
}



.floor-illust {
  text-align: center;
  margin: 100px 20px;
}

.floor-flex{
  /* display: flex;
  flex-wrap: wrap;
  gap: 114px 33px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 275px));
  gap: 114px 33px;
  justify-content: center;
}



.btn-mail {
  width: 250px;
  height: 80px;
  padding: 8px 20px 6px;
  font-family: "Noto Sans JP";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #a8a8a8;
  opacity: 0.8;
  margin-top: 30px;
  margin-bottom: 300px;
}

.cont-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cont h3 {
  color: #fff;
}

.cont-hover:hover {
  opacity: 0;
  transition: 0.2s;
}


.google-map {
  width: 1200px;
  margin: 0 auto 200px;
}

footer {
  font-family: "Noto Sans JP";
  position: relative;
}

.site-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 200px;
  align-items: end;
  bottom: 0;
  font-size: 20px;
  font-weight: 700;
  left: 0;
}

.footer-text {
  max-width: 918px;
}
.footer-tittle{
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 8px;
}

.address {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.add-tel {
  font-size: 35px;
  font-weight: 600;
}

.add-tel span {
  font-size: 25px;
}

.copy_footer {
  font-size: clamp(12px, 2vw, 18px);
  margin-top: 58px;
  text-align: center;
  background-color: #e5e5e5;
  font-weight: 400;
  padding: 20px 0;
}



/* 会社情報 */

.company-info {
  max-width: 1200px;
  margin: 0 auto 130px;
}

.company-info table {
  width: 100%;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

.company-info tr {
  border-bottom: 1px solid #707070;
}

.company-info tr:first-child {
  border-top: 1px solid #707070;
}

.company-info th {
  text-align-last: justify;
  padding: 34px;
}

.company-info td {
  padding: 34px;
}

.access-info{
  max-width: 1200px;
  margin: 100px auto 60px;
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 2.2vw, 25px);
  font-weight: 500;
  line-height: 2;
}

.access-tittle{
  font-size:clamp(20px, 2.2vw, 30px);
  font-weight: 600;
}


/* FLOOR GUIDE */

.floor-info-flex{
  max-width: 1500px;
  display: flex;
  flex-wrap: wrap;
  gap: 140px;
  margin: 0 auto 180px;
  justify-content: center;
}

.floor-info{
  max-width: 680px;
}

.floor-info-float{
  float: left;
  margin-right: 25px;
}



.floor-table{
  font-family: "Noto Sans JP";
  width: 415px;
  border-spacing:0px;
}

.floor-info-name{
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 2.2vw, 28px);
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: #b19552 1px solid;
  margin-bottom: 15px;
}

.name-s{
  font-size: clamp(8px, 2.2vw, 18px);
}

.name-s02{
  font-size: clamp(8px, 2.2vw, 18px);
  float: right;
  margin-right: 50px;
}


.no{
  font-size: clamp(20px, 2.2vw, 40px);
}


.floor-table-tittle{
  width: 70px;
  font-size: clamp(15px, 2.2vw, 22px);
  font-weight: 500;
  border-bottom: #b19552 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}



.floor-table-text{
  font-size: clamp(15px, 2.2vw, 22px);
  font-weight: 300;
  padding-left: 15px;
  border-bottom: #b19552 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.floor-table-text-s{
  font-size: clamp(12px, 2.2vw, 17px);
  font-weight: 300;
  padding-left: 15px;
  border-bottom: #b19552 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}

.floor-table-catch{
  font-size: clamp(14px, 2.2vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 10px;
}


/* テナント情報 */

.vacancy-info{
  max-width: 1500px;
  margin: 0 auto;
}

.vacancy-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 200px 70px;
  margin-bottom: 200px;
}

.vacancy-info-name{
  font-family: "Noto Sans JP";
  font-size: clamp(30px, 2.2vw, 40px);
  font-weight: 500;
  color: #3e3e3e;
  padding-bottom: 10px;
  border-bottom: #b19552 1px solid;
  margin-bottom: 42px;
}

.vacancy-text{
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 2.2vw, 25px);
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
  color: #555;
}

.vacancy-text-s{
  font-size: clamp(12px, 2.2vw, 18px);
  font-weight: 300;
  line-height: 1.56;
  text-align: left;
  color: #555;
}

.vacancy-img img{
  display: block;
  margin-bottom: 10px;
}


.small {
  font-size: 32px;
}

/* お問い合わせ */



.contact_boxttl {
  width: 220px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.flex {
  max-width: 980px;
  font-family: "Noto Sans JP";
  display: flex;
  justify-content: left;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto 58px;
  align-items: center;
}

input,
textarea {
  width: 580px;
  border-radius: 10px;
  border: solid 1px #707070;
  padding: 20px;
}

select {
  padding: 10px;
}

.privacy_wrap {
  max-width: 700px;
  height: 250px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 1.54;
  overflow-y: scroll;
  text-align: left;
  line-height: 1.7;
  padding: 16px;
  box-sizing: border-box;
  margin: 50px auto 10px;
  border: solid 1px #707070;
  border-radius: 10px;
}

.flex-check {
  max-width: 700px;
  font-family: "Noto Sans JP";
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
}

.flex-check input {
  width: 20px;
}

.center {
  text-align: center;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 250px;
  border-radius: 20px;
  background-color: #a8a8a8;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
  margin: 60px auto 120px;
  text-align: center;
}

.red {
  color: red;
}


.container {
  width: 900px;
  font-family: "Noto Sans JP";
}


.img-frame {
  position: relative;
  width: 400px;
  height: 700px;
  overflow: hidden;
}


.top-img-slid {
  animation: slide-animation-02 24s infinite;

}

.top-img-slid02 {
  animation: slide-animation-01 24s infinite;
}

@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  90%{
    opacity: 1;
  }
  100% {
    opacity: 1;
  }

}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
    100% {
    opacity: 0;
  }
}

/* モーダル用 */


.js_modal_open{
  cursor: pointer;
}

.js_modal_area {
  display: none;
}

.js_modal_area .modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
}

.modal__bg {
  position: relative;
  z-index: 1;
  background: #00000080;
  width: 100%;
  height: 100%;
}

.js_modal_area .modal .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  z-index: 9999;
  padding: 90px 30px;
  display: none;
}

.js_modal_area .modal .modal__content.active {
  display: block;
}

.js_modal_area .modal .modal__content .img_box {
  width: 100%;
  margin: 2% auto;
}

/* スマホ版 */

@media only screen and (min-width: 1024px) and (max-width: 1680px) {

  .site-header__middle {
    display: none;
  }

  .site-footer {
    padding: 20px;
    gap: 40px;
    text-align: center;
  }

  .footer-tittle{
  text-align: center;
}


  .brand img {
    max-width: 480px;
  }

  #navArea {
    display: block;
  }

  .site-header__middle {
    display: none;
  }

  .site-header {
    padding: 20px;
    height: 66px;
  }


  /*============
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 0.5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 150px 20px 20px ;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    font-size: 20px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner ul li p {
    display: block;
    font-size: 20px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner .nav__item-down a {
    display: block;
    font-size: 20px;
    padding-left: 2em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner ul li a:hover {
    background: #e4e4e4;
  }

  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 40px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.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
=============*/
  #mask {
    display: none;
    transition: all 0.5s;
  }

  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }


    footer .nav {
    display: none;
  }

  .vacancy-bt {
  position: fixed;
  font-size: 15px;
  width: auto;
  height: auto;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  background-color: #3c80ba;
  text-align: center;
  bottom: 15px;
  z-index: 100;
}
  .vacancy-bt .sp_br {
    display: block;
  }

}



@media only screen and (min-width: 280px) and (max-width: 1023px) {

.typical{
  margin-top: 20px;
}


  .banner-center{
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
}

  .floor-info-flex{
  gap: 140px;
  margin: 0 auto 80px;
  padding-right: 20px;
  padding-left: 20px;
}

  .floor-info-flex img{
    width: 100%;
}

.floor-table{
  width: 350px;
}

.js_modal_area .modal .modal__content {
  padding: 0px;
}

.js_modal_area .modal .modal__content .img_box {
  margin: 0 auto;
}

.floor-1f, .floor-2f, .floor-3f{
  margin: 0 auto 120px;
}


.floor-illust {
  text-align: center;
  margin: 60px 20px;
}

.floor-flex{
  gap: 60px 33px;
}

.vacancy-info{
  padding-left: 20px;
  padding-right: 20px;
}

.vacancy-info img{
  margin: 0 auto 10px;
  text-align: center;
}

.vacancy-img{
  margin: 0 auto 10px;
  text-align: center;
}

.vacancy-flex{
  gap: 80px 30px;
  margin-bottom: 60px;
}


  .top-img01,
  .top-img02, {
    min-height: 480px;
  }

  .top-img {
    min-height: 320px;
    margin-bottom: 40px;
  }

  .top-img-slid img{
    min-width: 1200px;
    display: block;
    margin-left: calc(50% - 1200px/2);
}

.top-img-slid02 img{
    min-width: 1200px;
    display: block;
}

  .top-img img{
    min-width: 1600px;
    display: block;
    margin-left: calc(50% - 2000px/2);
}

  .contents-dummy{
    display: none;
  }


h1 {
  margin-top: 60px;
}

.top-img01 h1{
  padding: 2% 0px 2% 58%;
}

.top-img02 h1{
  padding: 2% 0 2% 4%;
}  


.top-table{
  left: 4%;
}

.facility-name{
  padding-right: 5px;
}

.facility-add{
  padding-left: 5px;
  border-left: #fff 1px solid;
  }

.facility-name02{
  padding-right: 5px;
}

.facility-txt{
  padding-left: 5px;
  border-left: #fff 1px solid;
}

  .sp_br {
    display: block;
  }

  .site-header {
    padding: 20px;
    height: 30px;
  }

.vacancy-bt {
  position: fixed;
  font-size: 15px;
  width: auto;
  height: auto;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  background-color: #3c80ba;
  text-align: center;
  bottom: 15px;
  z-index: 100;
}

.banner{
  position: relative;
  bottom: 0px;
  right: 0px;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
  margin-bottom: 0px;
}

  .catch {
    font-size: 40px;
    padding-top: 60px;
  }

  .intro {
    margin: 0 auto 10;
  }

  .intro h2{
      margin-top: 0;
      margin-bottom: 30px;
    }

    .intoro h3{
      margin-top: 0;
    }


  .intro-t {
    font-size: 11px;
    line-height: 2.2;
  }

  .intro img {
    width: 100%;
    margin-top: 20px;
  }

  .info {
    flex-wrap: wrap;
    margin: 40px auto 0px;
  }

  .info-t {
    margin-bottom: 30px;
  }

  .page-tittle {
    margin-bottom: 60px;
  }


  #company table,
  #company thead,
  #company tbody,
  #company th,
  #company td,
  #company tr {
    display: block;
  }

  #recruit table,
  #recruit thead,
  #recruit tbody,
  #recruit th,
  #recruit td,
  #recruit tr {
    display: block;
  }

  .recruit-cont th,

  #map {
    margin-top: 0px;
    padding: 60px 0;
  }

  .map-flex {
    margin-top: 40px;
  }


  #map h3 {
    font-size: 18px;
  }

  #map p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .map-s:before {
    width: 100px;
    height: 100px;
  }

  .google-map {
    width: 100%;
  }


  footer .nav {
    display: none;
  }


  .site-footer {
    padding: 20px;
    gap: 40px;
    text-align: center;
  }

  .footer-tittle{
  text-align: center;
}

  .add-tel {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .copy_footer {
    margin-top: 0px;
    text-align: center;
  }

  .brand img {
    max-width: 200px;
  }

  #navArea {
    display: block;
  }

  .site-header__middle {
    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 0.5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 60px 20px 20px ;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    font-size: 20px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner ul li p {
    display: block;
    font-size: 20px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner .nav__item-down a {
    display: block;
    font-size: 20px;
    padding-left: 2em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  nav .inner ul li a:hover {
    background: #e4e4e4;
  }

  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.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
=============*/
  #mask {
    display: none;
    transition: all 0.5s;
  }

  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }

  .page-tittle img {
    height: 240px;
    object-fit: cover;
  }


  .company-info table {
    width: 100%;
    font-size: 14px;
  }
  .company-info th {
    background-color: #d3d3d3;
    text-align-last: left;
    padding: 10px;
  }

  .company-info td {
    padding: 10px 10px 20px;
  }
  .greeting {
    padding: 0 20px;
    border-left: 10px solid #222739;
  }

  #map a {
    text-decoration: none;
    color: #fff;
  }


  .small {
    font-size: 16px;
  }


  .contact_boxttl {
    width: 100%;
    text-align: left;
  }

  .flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy {
    padding-left: 20px;
    padding-right: 20px;
  }




  .wpcf7-spinner {
    display: none;
  }
  input,
  textarea {
    width: 100%;
  }

  .img-frame {
    width: 100%;
    margin-top: 30px;
  }

}

