@charset "UTF-8";

/******************************
common
******************************/
.link-txtunder,
.singlecontent a {
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover {
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.kome,
.ten,
.square,
.komelist li,
.tenlist li {
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before,
.square::before,
.komelist li::before,
.tenlist li::before {
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before,
.tenlist li::before {
  content:"・";
}
.square::before{
  content:"■";
}
.anchor {
  scroll-margin-top: 100px;
}
.btnjunbi{
  pointer-events: none;
}
.morebtn1 .btnjunbi{
  background: #959595;
  color: #333;
}

.checklist{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.checklist li{
  padding-left: 2rem;
  position: relative;
  width: 100%;
}
.checklist li::before {
  content: "\f058";
  font: var(--fa-font-solid);
  position: absolute;
  top: 6px;
  left: 0;
}

@media only screen and (max-width: 1180px) { 
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
inner
******************************/
.inner1,
.inner2,
.inner3 {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2 {
  max-width: 1920px;
}
.inner3 {
  max-width: 1280px;
}
.innernp {
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1 {
  padding: 0 !important;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
flex
******************************/
.flexbox1 {
  display: flex;
  flex-wrap: wrap;
}
.flexbox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex {
  display: flex;
}
.frr {
  flex-direction: row-reverse;
}
.fac {
  align-items: center;
}
.fast {
  align-items: stretch;
}
.fafe {
  align-items: flex-end;
}
.fafs {
  align-items: flex-start;
}
.fabl {
  align-items: baseline;
}
.fbox,
.ftxtbox,
.fimgbox {
  width: 48%;
}
.fimgbox {
  text-align: center;
}

/******************************
ttl
******************************/
.ttlbox1,
.ttlbox2 {
  margin-bottom: 3rem;
}
.ttlbox1 .enttl {
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}
.ttlbox1 .ttl {
  color: #ccc;
  font-size: 2rem;
  font-weight: bold;
}

.ttlbox2 .ttl {
  font-size: 4rem;
  font-weight: bold;
}

@media only screen and (max-width: 1180px) {
  .ttlbox1 .enttl {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .ttlbox1 .enttl {
    font-size: 5rem;
  }
  .ttlbox2 .ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox1,
  .ttlbox2 {
    margin-bottom: 2rem;
  }
  .ttlbox1 .enttl {
    font-size: 3rem;
    margin: 0;
  }
  .ttlbox1 .ttl {
    font-size: 1.6rem;
  }
  .ttlbox2 .ttl {
    font-size: 2.4rem;
  }
}

/******************************
btn
******************************/
.morebtn1 a {
  background: #181818;
  border: 1px solid #181818;
  color: #fff;
  display: inline-block;
  min-width: 200px;
  padding: .5rem 2rem;
  position: relative;
  transition: .5s;
}
.morebtn1 a:hover {
  background: #fff;
  color: #181818;
  opacity: 1;
}

/******************************
header
******************************/
.cmnhead .logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 99;
}
.cmnhead .logo.cmnlogoch{
  filter: brightness(0) invert(1);
}
.spbtn {
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  transition: .5s;
  height: 50px;
  width: 50px;
  z-index: 99;
}
.spbtn.change {
  background: #181818;
}
.spbtn.change.active {
  background: initial;
}
.spbtn span {
  background: #181818;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 14px;
  transition: all .4s;
  height: 3px;
  width: 45%;
}
.spbtn.change span {
  background: #fff;
}
.spbtn span:nth-of-type(1) {
  top: 15px;
}
.spbtn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}
.spbtn span:nth-of-type(3) {
  top: 31px;
  width: 25%;
}
.spbtn.active {
  z-index: 100;
}
.spbtn.active span {
  background: #fff;
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3) {
  transform: translate(-50%,-50%) rotate(45deg);
}
.cmnnav {
  background: rgba(0,0,0,.8);
  color: #fff;
  max-width: 340px;
  opacity: 0;
  overflow: scroll;
  padding: 6rem 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100lvh;
  width: 100vw;
  transition: 1s;
  z-index: 99;
}
.cmnnav.active {
  opacity: 1;
  pointer-events: all;
}
.splogo {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.cmnnavgr ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 2rem;
}
.cmnnavgr li {
  width: 100%;
}
.cmnnavgr li a {
  color: #fff;
  display: block;
  padding: 0 2rem;
  position: relative;
}
.cmnnavgr a::after{
  content: "";
  font: var(--fa-font-solid);
  position: absolute;
  top: 4px;
  left: 2px;
}
.cmnnavgr a:hover::after,
.cmnnavgr a.nowpage::after {
  content: "\f0da";
  top: 7px;
}
.cmnnavgr a.btnjunbi::after {
  content: "\f85e";
  left: -2px;
}
.cmnnav li.haschild > a{
  margin-bottom: 1rem;
  pointer-events: none;
}
.cmnnav li.haschild > a:hover::after,
.cmnnav li.haschild > a.nowpage::after {
  content: "\f0d7";
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 414px) {
}

/******************************
footer
******************************/
.cmnfot {
  background: #003246;
  color: #fff;
  padding: 4rem 0 1rem;
}
.cmnfot a {
  color: #fff;
}
.cmnfot .fotinfo {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.cmnfot .fotlogo img {
  width: 100%;
}
.cmnfot .cname {
  font-size: 2.2rem;
  margin: .5rem 0 1rem;
}
.cmnfot .fotadd > div {
  gap: 1rem;
}
.cmnfot .fotadd > div > dt {
  text-align: right;
  width: 50px;
}
.cmnfot .fotadd > div > dd {
  text-align: left;
  width: calc(100% - 60px);
}
.cmnfot .fotlinks {
  margin: 2rem auto 1.5rem;
  max-width: 600px;
}
.cmnfot .fotlinks .childmenu li {
  position: relative;
  padding-left: 2rem;
}
.cmnfot .fotlinks .childmenu li::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  height: 1px;
  width: 12px;
}
.cmnfot .fotlinks .childmenu li.btnjunbi::before {
  content: "\f85e";
  background: none;
  top: 4px;
  left: -2px;
  font: var(--fa-font-solid);
}
.cmnfot .fotcopy {
  font-size: 1.4rem;
  font-weight: 100;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnfot .fotlogo img {
    width: 70%;
  }
  .cmnfot .cname {
    font-size: 1.6rem;
  }
  .cmnfot .fotadd {
    margin: 0 auto;
    max-width: 280px;
  }
  .cmnfot .fotlinks{
    max-width: 280px;
  }
  .fotlinks > ul:first-of-type,
  .fotlinks > dl:first-of-type{
    display: none;
  }
}

/*****************************
news
*****************************/
.ulnews {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ulnews li {
  border-bottom: 1px solid #181818;
  width: 100%;
}
.ulnews a {
  display: block;
  opacity: 1;
  position: relative;
  padding: 2rem 1rem;
  transition: .5s;
}
.ulnews a::before{
  content: "";
  background: #003246;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: .5s;
}
.ulnews a:hover{
  color: #fff;
}
.ulnews a:hover::before{
  width: 100%;
}

.ulnews .info{
  font-size: 1.4rem;
  gap: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.ulnews .info .time {
  background: #f5f5f5;
  color: #333;
  display: inline-block;
  padding: .6rem 1rem;
}
.ulnews .info .cat{
  background: #000;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: .6rem 1.5rem;
}
.ulnews .info .cat-maintenance{
  background: #0374a0;
}

.newstab{
  gap: 1rem;
  margin-bottom: 2rem;
}
.newstab .cat a{
  background: #003246;
  border: 1px solid #003246;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  opacity: 1;
  padding: .6rem 1.5rem;
  transition: .5s;
}
.newstab .cat-news a{
  background: #000;
}
.newstab .cat-maintenance a{
  background: #0374a0;
}

.newstab .cat a:hover,
.newstab .cat.current a{
  background: #fff;
  color: #003246;
}
.newstab .cat-news a:hover,
.newstab .cat-news.current a{
  color: #000;
}
.newstab .cat-maintenance a:hover,
.newstab .cat-maintenance.current a{
  color: #0374a0;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ulnews a {
    padding: 1rem 0;
  }
  .ulnews li .ttl {
    display: block;
  }
}

/******************************
ルミナスsp調整
******************************/
@media screen and (max-width: 767px) {
  .lum-gallery-button {
    top: initial;
    transform: initial;
    bottom: 0;
  }
}


/*****************************
ctabox
*****************************/
.ctabox {
  padding: 10rem 0;
}
.ctabox .imgbox {
  background: url(../images/common/bg_cta.webp) no-repeat top / cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 100%;
}
.ctabox .imgbox::before {
  background: #000;
  content: '';
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ctabox .ttlbox1 {
  color: #fff;
  margin-bottom: 5rem;
}
.ctabox .ttlbox1 .ttl {
  color: #fff;
}
.ctabox .ulcta {
  gap: 2rem;
}
.ctabox .ulcta li {
  text-align: center;
  width: calc(100% / 3 - 1.4rem);
}
.ctabox .ulcta li a{
  background: #003246;
  border: 2px solid #003246;
  color: #fff;
  display: block;
  height: 100%;
  opacity: 1;
  padding: 2rem;
  transition: .5s;
}
.ctabox .ulcta li a:hover{
  background: #fff;
  color: #003246;
}
.ctabox .ulcta li .txt1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-left: 3.5rem;
  position: relative;
  display: inline-block;
}
.ctabox .ulcta li .txt1::before {
  aspect-ratio: 1/1;
  content: '';
  background: #fff;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: .5s;
  width: 25px;
}
.ctabox .ulcta li a:hover .txt1::before {
  background: #003246;
}
.ctabox .ulcta li:nth-child(1) .txt1::before {
  mask-image: url(../images/common/icon-pamphlet.svg);
}
.ctabox .ulcta li:nth-child(2) .txt1::before {
  mask-image: url(../images/common/icon-mail.svg);
}
.ctabox .ulcta li:nth-child(3) .txt1::before {
  mask-image: url(../images/common/icon-tel.svg);
}
.ctabox .ulcta li .txt2 .tel {
  font-size: 2.5rem;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .ctabox .ulcta li {
    text-align: left;
    width: calc(100% / 2 - 1rem);
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ctabox .imgbox {
    background-position: 0;
  }
  .ctabox .ulcta li {
    width: 100%;
  }
  .ctabox .ulcta li .txt1 {
    font-size: 1.6rem;
  }
}
