@charset "UTF-8";
*:where(:not(iframe, canvas, img, svg, video,[type=radio],[type=checkbox]):not(svg *, a)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #444;
  font-family: YakuHanJP, "Noto Sans JP", serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0;
  opacity: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  /*text-size-adjust: 100%;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

picture {
  display: block;
}

img, video {
  height: auto;
  vertical-align: top;
}

svg:where(:not([fill])) {
  fill: currentColor;
}

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

a, button, input[type=button], input[type=submit] {
  cursor: pointer;
}

a, button, label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a[href^="tel:"] {
  color: #444 !important;
  text-decoration: none !important;
}

button, input[type=button] {
  display: block;
  width: 100%;
}

::placeholder {
  color: #ccc;
  opacity: 1;
}

.noto-serif-display {
  font-family: "Noto Serif Display", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

#header1 {
  height: 120px;
  left: 0;
  min-width: 820px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header1:before {
  color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 78px;
  left: 0;
  opacity: 0.85;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#header1 .logo1 {
  display: block;
  left: 20px;
  position: absolute;
  top: 18px;
  transition: 0.4s;
  width: 346px;
}
#header1 .logo1:hover {
  opacity: 0.7;
}
#header1 .gnavPC {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  min-height: 84px;
  background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
}
#header1 .gnavPC .list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  list-style: none;
  margin: 0;
  padding: 10px 100px 10px 180px;
}
#header1 .gnav1 {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  /*height: calc(100vh - 0);*/
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: 0.4s cubic-bezier(0.01, 0.85, 0.55, 1.01);
  transform: translateY(-5.2rem);
  width: 100%;
  z-index: -1;
}
#header1 .gnav1:after {
  content: "";
  display: block;
  height: 3rem;
  margin-top: auto;
  width: 100%;
}
#header1 .gnav1.is-active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  z-index: 0;
}
#header1 .gnav1 .list1 {
  flex-direction: column;
  gap: 0 !important;
  font-size: 17px;
  margin: 6rem auto 0;
  padding: 0;
  width: 40%;
}
#header1 .gnav1 .list1 li:not(:last-child) {
  border-bottom: 1px solid #666;
}
#header1 .gnav1 .list1 a {
  background: url("/assets/common/images/arrow-c2.svg") no-repeat right 0.63rem center/2rem;
  color: #fff;
  display: block;
  padding: 1rem 3rem 1rem 0.9rem;
}
#header1 .gnav1 a,
#header1 .gnavPC a {
  color: #fff;
  transition: 0.4s;
}
#header1 .gnav1 a:hover,
#header1 .gnavPC a:hover {
  opacity: 0.7;
}
#header1 #sp-gnav-btn1 {
  background: rgba(214, 0, 0, 1);
  cursor: pointer;
  height: 70px;
  position: fixed;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 100;
}
#header1 #sp-gnav-btn1 > span {
  background: #fff;
  border-radius: 0.1rem;
  display: block;
  height: 0.1rem;
  left: 20px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform-origin: center center;
  transition: transform 0.3s;
  width: 2rem;
}
#header1 #sp-gnav-btn1 > span:nth-child(2) {
  margin-top: -0.6rem;
}
#header1 #sp-gnav-btn1 > span:nth-child(3) {
  margin-top: 0.6rem;
}
#header1 #sp-gnav-btn1.is-active > span:nth-child(1) {
  opacity: 0;
}
#header1 #sp-gnav-btn1.is-active > span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
#header1 #sp-gnav-btn1.is-active > span:nth-child(3) {
  margin-top: 0;
  transform: rotate(-45deg);
}

body.home #header1:before {
  opacity: 1;
  transition: 0.5s;
}
body.home #header1.fixed:before {
  opacity: 0.85;
}

#footer1 {
  background: #fff;
  padding: 50px 0;
}
#footer1 .com-inner1 {
  text-align: center;
}
#footer1 .com-inner1 h2 {
  font-weight: 600;
}
#footer1 .com-inner1 .copyright1 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 5px 0 0;
  line-height: 1.2;
}

.bottom-banners1 + #footer1,
.bottom-contact1 + #footer1 {
  border-top: none;
}

#page-top1 {
  bottom: 48px;
  display: none;
  height: 54px;
  position: fixed;
  right: 20px;
  width: 54px;
  z-index: 90;
}
#page-top1 img {
  transition: 0.4s;
}
#page-top1:hover img {
  opacity: 0.7;
}

.com-inner1 {
  margin: auto;
  padding: 0 15px;
  width: 1190px;
  max-width: 100%; 
}
.com-inner2 {
  margin: auto;
  /*padding: 0 15px;*/
  width: 1366px;
  max-width: 100%; 
}

.content1 {
  overflow: hidden;
  width: 100%;
}
.content1 a {
  color: #1f60aa;
  text-decoration: underline;
  word-wrap: break-word;
}
.content1 a:hover {
  text-decoration: none;
}
.content1 a.nb {
  text-decoration: none;
}
.content1 a.nb:hover {
  text-decoration: underline;
}
.content1 h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}
.content1 h2:not(:first-child) {
  margin-top: 60px;
}
.content1 p {
  margin-bottom: 0.4em;
  text-align: justify;
}
.content1 ul {
  list-style: disc;
  /*padding-left: 1.2em;*/
}
.content1 ul li {
  margin-bottom: 0.4em;
}

hr {
  background: none;
  border: none;
  border-top: 1px solid #aaa;
  height: 0;
  margin: 69px 0;
  overflow: hidden;
  width: 100%;
}

.btn-s-arrow1 {
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  overflow: hidden;
  position: relative;
  width: 38px;
}
.btn-s-arrow1:before {
  background: #d60000;
  content: "";
  display: inline-block;
  height: 9px;
  mask-image: url("/assets/common/images/arrow1.svg");
  mask-repeat: no-repeat;
  width: 11px;
  z-index: 1;
}
a:hover .btn-s-arrow1:before,
button:hover .btn-s-arrow1:before {
  animation: iconAni_bk1 0.4s ease 0s 1 normal both;
}
a:hover .btn-s-arrow1:after,
button:hover .btn-s-arrow1:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

@keyframes txtBtAni1 {
  0% {
    top: 0;
    opacity: 1;
  }
  30% {
    top: -0.5em;
    opacity: 0;
  }
  31% {
    top: 0.5em;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.btn-c2 {
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  height: 76px;
  letter-spacing: 0.05em;
  max-width: 360px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  width: 100%;
}
.btn-c2:before {
  background: linear-gradient(to right, #d60000, #d60000);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.6s ease;
  width: 100%;
}
.btn-c2:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.btn-c2 .txt1 {
  position: relative;
}
.btn-c2 .btn-s-arrow1 {
  background-color: #d60000;
  margin-left: 16px;
}
.btn-c2 .btn-s-arrow1:after {
  display: none;
}
.btn-c2 .btn-s-arrow1:before {
  background: #fff;
}
.btn-c2 .btn-s-arrow2 {
  background-color: #d60000;
  margin-left: 16px;
}
.btn-c2 .btn-s-arrow2:before {
  background: #fff;
}
.btn-c2:hover .txt1 {
  color: #fff;
  animation: txtBtAni1 0.5s ease 0s 1 normal both;
}
.btn-c2:hover .btn-s-arrow1 {
  background-color: #fff;
}
.btn-c2:hover .btn-s-arrow1:after {
  display: none;
}
.btn-c2:hover .btn-s-arrow1:before {
  background: #d60000 !important;
}
.btn-c2:hover .btn-s-arrow2 {
  background-color: #fff;
}
.btn-c2:hover .btn-s-arrow2:before {
  background-color: #d60000;
}

.buttons1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.buttons1 > * {
  margin: 0 !important;
}

.com-title1 {
  color: #333;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  margin: 0 0 1.4em !important;
  text-align: left;
}
.com-title1 span {
  position: relative;
}
.com-title1.a {
  font-size: 38px !important;
  margin-bottom: 0.45em !important;
}
.com-title1.a span:after {
  bottom: 0.8em;
  height: 36px;
  position: absolute;
  width: 25px;
}


/*-------- business ---------*/

.business {
  margin: 150px auto 100px;
}
.business .com-inner2 .block1 {
  margin: 0 0 50px;
}
.business .com-inner2 .block1 .copy1 {
  font-size: 78px;
  font-weight: 200;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
  color: #000;
}
.business .com-inner2 .block1 .copy1 span {
  color: #d60000;
}
.business .com-inner2 .block1 h2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.business .com-inner2 .block2 {
  display: flex;
  margin: auto;
  position: relative;
  max-width: 1366px;
  width: 100%;
  padding: 0 15px;
}  
.business .com-inner2 .block2 .left {
  text-align: center;
  max-width: 100%;
  width: 560px;
  padding-right: 30px;
}
.business .com-inner2 .block2 .right {
  margin: auto;
  position: relative;
  max-width: 100%;
  width: 600px;
}
.business .com-inner2 .block2 .right h3 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}
.business .com-inner2 .block2 .right p {
  font-size: 18px;
  line-height: 2;
}
.business .com-inner2 .block2 .right span {
  font-size: 13px;
  line-height: 1.4;
}
.business .com-inner2 .block2 .right sup {
  bottom: 0.8em;
  font-size: 14px;
  position: relative;
}
.business .com-inner2 .block3 {
 text-align: center;
}
.business .com-inner2 h4 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 120px;
}
.business .com-inner2 .box1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  gap: 10px;
}
.business .com-inner2 .box1 li {
  list-style: none;
  background-color: #e5e5e5;
  padding: 20px 0;
  border-radius: 5px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}


/*-------- facility ---------*/

.facility {
  background: url(/assets/common/images/facility-bg.png) center top / 2000px no-repeat;
  width: 100%;
}
.facility .com-inner1 {
  margin: 0 auto 300px;
  position: relative;
  top:200px;
  text-align: center;
}
.facility .com-inner1 .block1 {
  margin: 0 0 80px;
  position: relative;
}
.facility .com-inner1 .block1 .copy1 {
  font-size: 78px;
  font-weight: 200;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
  color: #000;
}
.facility .com-inner1 .block1 .copy1 span {
  color: #d60000;
}
.facility .com-inner1 .block1 h2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.facility .com-inner1 .block1 h3 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.facility .com-inner1 .block3 {
  margin: 0 0 30px;
  position: relative;
}
.facility .com-inner1 .block3 .image1 img {
  border: 1px solid #bbb;
}
.facility .com-inner1 .title1,
.facility .com-inner3 .title1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}
.facility .com-inner1 .title2 {
  background-color:#e0e1e6;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 8px 14px 7px;
  letter-spacing: 0.05em;
}
.facility .com-inner1 .block2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.44827586%;
  margin-bottom: 50px;
}
.facility .com-inner1 .block2 .item1 {
  width: 31%;
}
.facility .com-inner1 .block2 .item1 p,
.facility .com-inner1 .block2 .item2 p {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.facility .com-inner1 .block2 .item2 {
  width: 48.25%;
}


/*-------- company ---------*/

.company {
  background: url(/assets/common/images/company-bg.png) center top / 2000px no-repeat;
  width: 100%;
}
.company .com-inner1 {
  margin: 0 auto 50px;
  position: relative;
  top:120px;
  text-align: center;
}
.company .block1 {
  margin: auto;
  max-width: 960px;
  padding: 130px 0 50px;
  width: 100%;
}
.company .block2 {
  margin: auto;
  max-width: 1160px;
  width: 100%;
  padding: 70px 100px;
  background-color: #fff;
}
.company .block1 h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.company .block1 h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.company .block1 .copy1 {
  font-size: 78px;
  font-weight: 200;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
  color: #fff;
}
.company .block1 .copy1 span {
  color: #d60000;
}
.company-cnt1 {
  display: flex;
  /*align-items: center;*/
  margin: 0 0 100px;
  width: 100%;
}
.company-cnt1 .left {
  width: 10%;
}
.company-cnt1 .right {
  width: 82.3%;
  margin-left: auto;
}
.company-cnt1 .image1 {
  width: 31.3%;
}
.company-cnt1 .body1 {
  margin-left: auto;
  width: 62.5%;
}
.company-cnt1 h2 {
  text-align: left;
}
.company-cnt1 p {
  line-height: 2.25;
  font-size: 16px;
}
.company-cnt1 .jobtitle {
  line-height: 1.35;
  margin-top: 2em;
  text-align: right;
}
.company-cnt1 .jobtitle .em1 {
  font-size: 20px;
}


/*-------- access ---------*/

.bottom-access1 {
  background: #f7f7f7;
}
.bottom-access1 .block1 {
  margin: auto;
  max-width: 960px;
  padding: 80px 0 0;
  width: 100%;
}
.bottom-access1 .block1 h2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.bottom-access1 .block1 .copy1 {
  font-size: 78px;
  font-weight: 200;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 0 15px;
}
.bottom-access1 .copy1 span {
  color: #d60000;
}
.bottom-access1 .block1 p {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.bottom-access1 .block2 {
  max-width: 1160px;
  padding: 30px 0 100px;
  width: 100%;
  margin: auto;
}


/*--------contact---------*/

.bottom-contact1 {
  background-color: #000;
}
.bottom-contact1 .block1 {
  margin: auto;
  max-width: 960px;
  padding: 80px 0;
  width: 100%;
}
.bottom-contact1 .block1 h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.bottom-contact1 .block1 .copy1 {
  font-size: 78px;
  font-weight: 200;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 0 15px;
}
.bottom-contact1 .block1 .copy1 span {
  color: #d60000;
}
.bottom-contact1 .block1 .copy2 {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
}
.bottom-contact1 .block1 .copy2 span {
  font-size: 24px;
}
.bottom-contact1 .block1 p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.bottom-contact1 .block1 .nav1 {
  background: linear-gradient(to right, transparent 50%, #fff 50%, #fff calc(50% + 1px), transparent calc(50% + 1px));
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}
.bottom-contact1 .block1 .nav1 li {
  font-size: 14px;
  position: relative;
  width: 43.75%;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.table1 {
  border-bottom: 1px solid #bbb;
  width: 100%;
}
.table1 th, .table1 td {
  border-top: 1px solid #bbb;
  line-height: 1.6;
  font-size: 16px;
  padding: 12px 0 12px 15px;
  text-align: left;
  vertical-align: top;
}
.table1 th {
  background: #f4f4f4;
  font-size: 15px;
  font-weight: 500;
  width: 18%;
}
.table1 td .btn-gmap1 {
  margin-left: 21px;
}

.table2 {
  border-bottom: 1px solid #bbb;
  width: 100%;
} 
.table2 th, .table2 td {
  border-top: 1px solid #bbb;
  line-height: 1.6;
  font-size: 16px;
  padding: 12px 0 12px 5px;
  text-align: left;
  vertical-align: top;
}
.table2 th {
  font-weight: 700;
  width: 24%;
  letter-spacing: 0.08em;
}
.table2 th .t1 {
  font-weight: 400;
  font-size: 13px;
}
.table2 th .t2 {
  font-weight: 400;
}

.table3 {
  border-bottom: 1px solid #bbb;
  width: 100%;
}
.table3 th,
.table3 td {
  border-top: 1px solid #bbb;
  line-height: 1.4;
  font-size: 16px;
  padding: 8px 12px;
  vertical-align: middle;
}
.table3 th {
  background: #f4f4f4;
  font-size: 14px;
  font-weight: 500;
  width: 30%;
}
.table3 td {
  border-left: 1px solid #bbb;
}
.table3 td:first-child {
  border-left: none;
}

.home-main1 {
  overflow: hidden;
  /*padding-top: 84px;*/
  position: relative;
  width: 100%;
}
.home-main1 .body1 {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateY(55px);
  width: 100%;
  z-index: 2;
}
.home-main1 .body1 .copy1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin: 0 0 10px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}
.home-main1 .body1 .copy2 {
  color: #fff;
  font-size: 22.5px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.348;
  margin: 0.06em;
  text-shadow: 0px 0px 17.28px rgba(0, 0, 0, 0.6);
}
.home-main1 .slider1 {
  /*height: 600px;*/
  height: calc(100vh - 50px);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home-main1 .slider1 > * {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  animation: hmv_anim1 24s infinite;
}
.home-main1 .slider1 > *:nth-child(1) {
  animation-delay: 0s;
}
.home-main1 .slider1 > *:nth-child(2) {
  animation-delay: 8s;
}
.home-main1 .slider1 > *:nth-child(3) {
  animation-delay: 16s;
}
/*.home-main1 .slider1 > *:nth-child(4) {
  animation-delay: 15s;
}
.home-main1 .slider1 > *:nth-child(5) {
  animation-delay: 20s;
}*/
.home-main1 .slider1 > * img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@keyframes hmv_anim1 {
  0% {
    filter: blur(10px);
    opacity: 0;
    z-index: 1;
  }
  5% {
    filter: blur(0px);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    filter: blur(10px);
    opacity: 0;
    z-index: 0;
  }
}

/*@keyframes hmv_anim1 {
  0% {
    filter: blur(10px);
    opacity: 0;
    z-index: 1;
  }
  5% {
    filter: blur(0px);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    filter: blur(0px);
    opacity: 1;
  }
  27% {
    filter: blur(10px);
    opacity: 0;
    z-index: 0;
  }
}*/

.color1 {
  color: #0084d3 !important;
}
.color2 {
  color: #36b593 !important;
}
.color3 {
  color: #333 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fs9 {
  font-size: 9px !important;
}
.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs19 {
  font-size: 19px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs21 {
  font-size: 21px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs23 {
  font-size: 23px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs25 {
  font-size: 25px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs27 {
  font-size: 27px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs29 {
  font-size: 29px !important;
}
.fs30 {
  font-size: 30px !important;
}
.t-left1 {
  text-align: left !important;
}
.t-right1 {
  text-align: right !important;
}
.t-center1 {
  text-align: center !important;
}
.t-lh1_7 {
  line-height: 1.75 !important;
}
.t-lh2 {
  line-height: 2 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.mb-4 {
  margin-bottom: 40px !important;
}
.mb-5 {
  margin-bottom: 50px !important;
}
.mb-6 {
  margin-bottom: 60px !important;
}
.mb-7 {
  margin-bottom: 70px !important;
}
.mb-8 {
  margin-bottom: 80px !important;
}
.mb-9 {
  margin-bottom: 90px !important;
}
.mb-10 {
  margin-bottom: 100px !important;
}
.mb-11 {
  margin-bottom: 110px !important;
}
.mb-12 {
  margin-bottom: 120px !important;
}
.mb-13 {
  margin-bottom: 130px !important;
}
.mb-14 {
  margin-bottom: 140px !important;
}
.mb-15 {
  margin-bottom: 150px !important;
}
.mb-16 {
  margin-bottom: 160px !important;
}
.mb-17 {
  margin-bottom: 170px !important;
}
.mb-18 {
  margin-bottom: 180px !important;
}
.mb-19 {
  margin-bottom: 190px !important;
}
.mb-20 {
  margin-bottom: 200px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-4 {
  margin-top: 40px !important;
}
.mt-5 {
  margin-top: 50px !important;
}
.mt-6 {
  margin-top: 60px !important;
}
.mt-7 {
  margin-top: 70px !important;
}
.mt-8 {
  margin-top: 80px !important;
}
.mt-9 {
  margin-top: 90px !important;
}
.mt-10 {
  margin-top: 100px !important;
}
.mt-11 {
  margin-top: 110px !important;
}
.mt-12 {
  margin-top: 120px !important;
}
.mt-13 {
  margin-top: 130px !important;
}
.mt-14 {
  margin-top: 140px !important;
}
.mt-15 {
  margin-top: 150px !important;
}
.mt-16 {
  margin-top: 160px !important;
}
.mt-17 {
  margin-top: 170px !important;
}
.mt-18 {
  margin-top: 180px !important;
}
.mt-19 {
  margin-top: 190px !important;
}
.mt-20 {
  margin-top: 200px !important;
}
.mx-a {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ptb {
  padding: 19px 12px !important;
}


@media (min-width: 821px) {
  ._sp {
    display: none !important;
  }
  .bottom-contact1 .block1 a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 820px) {
  ._pc {
    display: none !important;
  }

  html {
    font-size: calc(10 / 375 * 100vw);
  }
  /*html.sp-gnav-open1 {
    overflow: hidden;
  }*/

  body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  
  #header1 {
    background-color: rgba(0, 0, 0, 0.6);
    height: 5.2rem;
    min-width: 0;
  }
  #header1:before {
    display: none;
  }
  #header1 .logo1 {
    left: 0.86rem;
    top: 1.5rem;
    width: 20rem;
  }
  #header1 .logo1:hover {
    opacity: 1;
  }
  #header1 .gnavPC {
    display: none;
  }
  #header1 .gnav1 .list1 {
    font-size: 1.5rem;
    width: 80%;
  }
  #header1 .gnav1 a:hover {
    opacity: 1;
  } 
  #header1 #sp-gnav-btn1 {
    display: block;
    height: 5.2rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 5.2rem;
    z-index: 2;
  }
  #header1 #sp-gnav-btn1 > span {
    left: 30%;
  }
  #header1 #sp-gnav-btn1 > span:nth-child(2) {
    margin-top: -0.76rem;
  }
  #header1 #sp-gnav-btn1 > span:nth-child(3) {
    margin-top: 0.76rem;
  }

  #footer1 {
    padding: 1.5rem 0 1.6rem;
  }
  #footer1 .com-inner1 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  #page-top1 {
    bottom: 1.6rem;
    height: 4rem;
    right: 1.2rem;
    width: 4rem;
  }
  #page-top1 img {
    transition: 0.4s;
  }
  #page-top1:hover img {
    opacity: 0.7;
  }

  .com-inner1,
  .com-inner2 {
    padding: 0 1.2rem;
    width: initial;
  }

  .content1 h2 {
    font-size: 1.8rem;
    margin: 4.1rem 0 1rem;
  }
  .content1 .com-w-sep1 {
    left: auto;
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
    width: 100%;
  }
  .content1 .form-table1 + .com-w-sep1 {
    margin-top: 0;
  }

  hr {
    margin: 4.9rem 0;
  }

  .com-sep1 {
    margin: 2.8rem 0;
  }

  .btn-s-arrow1 {
    border-radius: 1rem;
    height: 2rem;
    width: 3.2rem;
  }
  .btn-s-arrow1:before {
    height: 0.7rem;
    width: 0.8rem;
  }

  .btn-s-arrow2 {
    border-radius: 1rem;
    height: 2rem;
    width: 3.2rem;
  }
  .btn-s-arrow2:before {
    height: 0.7rem;
    width: 0.8rem;
  }

  .btn-c2 {
    font-size: 15px;
    height: 5.4rem;
    margin: 20px auto 0;
    max-width: none;
    width: 30rem;
  }
  .btn-c2:after {
    height: 2rem;
    margin: 0 0 0 1.7rem;
  }
  .btn-c2:hover {
    opacity: 1;
  }

  .com-title1 {
    font-size: 1.7rem !important;
    margin: 0 0 1.5rem !important;
  }
  .com-title1 .text {
    font-size: 1.8rem !important;
    margin: 0 0 1.5rem 1.75rem !important;
  }
  .com-title1 span:after {
    bottom: 0.7em;
    height: 2.3rem;
    width: 1.6rem;
  }
  .com-title1.a {
    font-size: 2.4rem !important;
  }
  .com-title1.a span:after {
    height: 2.8rem;
    width: 2rem;
  }

  .table1 {
    display: block;
    width: 100%;
  }
  .table1 tbody, .table1 tr, .table1 th, .table1 td {
    display: block;
    width: 100%;
  }
  .table1 th {
    padding: 0.7rem 0 0.7rem 0.7rem;
    width: 100%;
  }
  .table1 td {
    border-top: none;
    padding: 0.5rem 0 1.8rem 0.8rem;
  }
  
  .table2 {
    display: block;
    width: 100%;
  }
  .table2 tbody, .table2 tr, .table2 th, .table2 td {
    display: block;
    width: 100%;
  }
  .table2 th {
    padding: 1.5rem 0 0.3rem 0.8rem;
    width: 100%;
  }
  .table2 td {
    border-top: none;
    padding: 0.5rem 0 1.4rem 0.8rem;
  }
  .table3 th,
  .table3 td {
    padding: 6px 10px;
  }


  .home-main1 {
    height: 100vh;
    height: 100svh;
    /*padding-top: 5.2rem;*/
  }
  /*.home-main1 .body1 {
    bottom: 5.7rem;
    top: auto;
    transform: none;
  }*/
  .home-main1 .body1 .copy1 {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .home-main1 .body1 .copy2 {
    font-size: 1.5rem;
  }
  .home-main1 .slider1 {
    height: 100%;
  }
  .home-main1 .slider1 > * img {
    object-position: center bottom;
  }

 
/*-------- business-sp ---------*/ 
  
  .business {
    margin: 50px auto 10px;
  }
  .business .com-inner2 .block1 {
    margin: 0 0 20px;
  }
  .business .com-inner2 .block1 .copy1 {
    font-size: 56px;
    margin: 0 0 8px;
  }
  .business .com-inner2 .block1 h2 {
    font-size: 17px;
  } 
  .business .com-inner2 .block2 {
    display: block;
    padding: 0;
  }
  .business .com-inner2 .block2 .left {
    padding-right: 0;
  }
  .business .com-inner2 .block2 .left,
  .business .com-inner2 .block2 .right {
    width: 100%;
  }
  .business .com-inner2 .block2 .right h3 {
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.5;
    text-align: center;
  }
  .business .com-inner2 .block2 .right p {
    font-size: 16px;
    line-height: 1.8;
  }
  .business .com-inner2 .block2 .right sup {
    font-size: 12px;
  }
  .business .com-inner2 h4 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 50px;
  }
  .business .com-inner2 .box1 ul {
    width: initial;
      grid-template-columns: 1fr 1fr;
  }
  .business .com-inner2 .box1 li {
    font-size: 17px;
    padding: 10px 0;
  }
  
  
/*-------- facility-sp ---------*/

  .facility {
    margin-top: 0;
  }
  .facility .com-inner1 {
    top:120px;
    margin: 0 auto 120px;
  }
  .facility .com-inner1 .block1 .copy1 {
    font-size: 56px;
    margin: 0 0 8px;
  }
  .facility .com-inner1 .block1 h2 {
    font-size: 17px;
  }
  .facility .com-inner1 .block1 h3 {
    font-size: 20px;
    margin: 20px 0 30px;
    line-height: 1.5;
  }
  .facility .com-inner1 .block1 {
    margin: 0 0 20px;
  }
  .facility .com-inner1 .title1 {
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 12px;
  }
  .facility .com-inner1 .title2 {
    font-size: 16px;
    padding: 5px 10px 6px;
    letter-spacing: 0.05em;
  }
  .facility .com-inner1 .block2 {
    display: block;
    margin-bottom: 30px;
  }
  .facility .com-inner1 .block2 .item1,
  .facility .com-inner1 .block2 .item2 {
    width: 100%;
    margin-bottom: 25px;
  }
  .facility .com-inner1 .block2 .item1 p,
  .facility .com-inner1 .block2 .item2 p {
    font-size: 16px;
    line-height: 1.3;
  }


/*-------- company-sp ---------*/

  .company {
    margin-top: 60px;
    background: url(/assets/common/images/company-bg-sp.png) center top / 1000px no-repeat;
  }
  .company .com-inner1 {
    top:80px;
    margin: 0 auto 80px;
  }
  .company .block1 {
    padding: 50px 0 0;
  }
  .company-cnt1 {
    display: block;
    flex-direction: column;
    margin: 0 0 4rem;
  }
  .company-cnt1 .left {
    width: 100%;
  }
  .company-cnt1 .right {
    width: 100%;
  }  
  .company-cnt1 .image1 {
    margin: 0 auto 3rem;
    width: 25rem;
  }
  .company-cnt1 .body1 {
    width: 100%;
  }
  .company-cnt1 h2 {
    text-align: center;
  }
  .company-cnt1 p {
    line-height: 1.6;
  }
  .company-cnt1 .jobtitle {
    margin-top: 3rem;
  }
  .company-cnt1 .jobtitle .em1 {
    font-size: 2rem;
  }
  .company .block1 h2 {
    font-size: 17px;
  }
  .company .block1 h3 {
    font-size: 20px;
    margin: 20px 0 30px;
    line-height: 1.5;
  }
  .company .block1 .copy1 {
    font-size: 56px;
    margin: 0 0 8px;
  }
  .company .block2 {
    padding: 30px 0;
  }


/*-------- access-sp ---------*/

  .bottom-access1 .block1 {
    padding: 40px 15px 20px;
  }
  .bottom-access1 .block1 h2 {
    font-size: 17px;
  }
  .bottom-access1 .block1 .copy1 {
    font-size: 56px;
    margin: 0 0 8px;
  }
  .bottom-access1 .block1 p {
    font-size: 16px;
    line-height: 1.4;
  }
  .bottom-access1 .block2 {
   padding: 0 1.5rem 30px;
  }

/*-------- contact-sp ---------*/

  .bottom-contact1 .block1 {
    max-width: none;
    padding: 5rem 0 5.3rem;
  }
  .bottom-contact1 .block1 h2 {
    font-size: 17px;
    margin-bottom: 1.4rem;
  }
  .bottom-contact1 .block1 .copy1 {
    font-size: 56px;
    margin: 0 0 8px;
  }
  .bottom-contact1 .block1 p {
    font-size: 1.6rem;
    line-height: 1.625;
  }  
  .bottom-contact1 .block1 .copy2 {
    font-size: 28px;
  }  
  .bottom-contact1 .block1 .nav1 {
    background: none;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem auto 0;
    width: 34rem;
  }
  .bottom-contact1 .block1 .nav1 li {
    width: 100%;
  }



  .fs9s {
    font-size: 0.9rem !important;
  }
  .fs10s {
    font-size: 1rem !important;
  }
  .fs11s {
    font-size: 1.1rem !important;
  }
  .fs12s {
    font-size: 1.2rem !important;
  }
  .fs13s {
    font-size: 1.3rem !important;
  }
  .fs14s {
    font-size: 1.4rem !important;
  }
  .fs15s {
    font-size: 1.5rem !important;
  }
  .fs16s {
    font-size: 1.6rem !important;
  }
  .fs17s {
    font-size: 1.7rem !important;
  }
  .fs18s {
    font-size: 1.8rem !important;
  }
  .fs19s {
    font-size: 1.9rem !important;
  }
  .fs20s {
    font-size: 2rem !important;
  }
  .fs21s {
    font-size: 2.1rem !important;
  }
  .fs22s {
    font-size: 2.2rem !important;
  }
  .fs23s {
    font-size: 2.3rem !important;
  }
  .fs24s {
    font-size: 2.4rem !important;
  }
  .fs25s {
    font-size: 2.5rem !important;
  }
  .fs26s {
    font-size: 2.6rem !important;
  }
  .fs27s {
    font-size: 2.7rem !important;
  }
  .fs28s {
    font-size: 2.8rem !important;
  }
  .fs29s {
    font-size: 2.9rem !important;
  }
  .fs30s {
    font-size: 3rem !important;
  }
  .t-left1s {
    text-align: left !important;
  }
  .t-right1s {
    text-align: right !important;
  }
  .t-center1s {
    text-align: center !important;
  }
  .mb-0s {
    margin-bottom: 0 !important;
  }
  .mb-1s {
    margin-bottom: 1rem !important;
  }
  .mb-2s {
    margin-bottom: 2rem !important;
  }
  .mb-3s {
    margin-bottom: 3rem !important;
  }
  .mb-4s {
    margin-bottom: 4rem !important;
  }
  .mb-5s {
    margin-bottom: 5rem !important;
  }
  .mb-6s {
    margin-bottom: 6rem !important;
  }
  .mb-7s {
    margin-bottom: 7rem !important;
  }
  .mb-8s {
    margin-bottom: 8rem !important;
  }
  .mb-9s {
    margin-bottom: 9rem !important;
  }
  .mb-10s {
    margin-bottom: 10rem !important;
  }
  .mb-11s {
    margin-bottom: 1rem !important;
  }
  .mb-12s {
    margin-bottom: 12rem !important;
  }
  .mb-13s {
    margin-bottom: 13rem !important;
  }
  .mb-14s {
    margin-bottom: 14rem !important;
  }
  .mb-15s {
    margin-bottom: 15rem !important;
  }
  .mb-16s {
    margin-bottom: 16rem !important;
  }
  .mb-17s {
    margin-bottom: 17rem !important;
  }
  .mb-18s {
    margin-bottom: 18rem !important;
  }
  .mb-19s {
    margin-bottom: 19rem !important;
  }
  .mb-20s {
    margin-bottom: 20rem !important;
  }
  .mt-0s {
    margin-top: 0 !important;
  }
  .mt-1s {
    margin-top: 1rem !important;
  }
  .mt-2s {
    margin-top: 2rem !important;
  }
  .mt-3s {
    margin-top: 3rem !important;
  }
  .mt-4s {
    margin-top: 4rem !important;
  }
  .mt-5s {
    margin-top: 5rem !important;
  }
  .mt-6s {
    margin-top: 6rem !important;
  }
  .mt-7s {
    margin-top: 7rem !important;
  }
  .mt-8s {
    margin-top: 8rem !important;
  }
  .mt-9s {
    margin-top: 9rem !important;
  }
  .mt-10s {
    margin-top: 10rem !important;
  }
  .mt-11s {
    margin-top: 11rem !important;
  }
  .mt-12s {
    margin-top: 12rem !important;
  }
  .mt-13s {
    margin-top: 13rem !important;
  }
  .mt-14s {
    margin-top: 14rem !important;
  }
  .mt-15s {
    margin-top: 15rem !important;
  }
  .mt-16s {
    margin-top: 16rem !important;
  }
  .mt-17s {
    margin-top: 17rem !important;
  }
  .mt-18s {
    margin-top: 18rem !important;
  }
  .mt-19s {
    margin-top: 19rem !important;
  }
  .mt-20s {
    margin-top: 20rem !important;
  }
  .ptb {
    padding: 8px 12px !important;
  }
}

/*@media (max-width: 1160px) {
  .company .block2 {
    padding: 40px 30px;
  }*/
@media screen and (min-width:821px) and (max-width:1160px) {
  .company .block2 {
    padding: 40px 30px;
  }
  
}
@media (min-width: 2000px) {
  .facility {
   background: url(/assets/common/images/facility-bg.png) center top / 100% no-repeat;
  }
  .company {
    background: url(/assets/common/images/company-bg.png) center top / 100% no-repeat;
  }
}

/*# sourceMappingURL=common.css.map */
