@charset "UTF-8";
/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.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{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}

/******************************
  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{
  margin-bottom: 3rem;
}
.ttlbox1 .ttl{
  color: #337AB7;
  font-size: 1.8rem;
  font-weight: 500;
}
.ttlbox1 .enttl{
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
@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) {
  .ttlbox1 .ttl{
    font-size: 1.6rem;
  }
  .ttlbox1 .enttl{
    font-size: 3rem;
  }
}

/******************************
  btn
******************************/
.morebtn1 {
  margin-top: 3rem;
}
.morebtn1 a{
  background: #337AB7;
  border: 1px solid #337AB7;
  border-radius: 50px;
  color:  #fff;
  display: inline-block;
  padding: .2rem 3.5rem .2rem 1.5rem;
  position: relative;
  transition: .5s;
}
.morebtn1 a::before{
  content: "";
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 1rem;
  right: 1.3rem;
  width: 1.2rem;
  transition: .5s;
}
.morebtn1 a:hover{
  background: #fff;
  color: #337AB7;
}
.morebtn1 a:hover::before{
  background: #337AB7;
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  background: #fff;
  border-bottom: 1px solid #337AB7;
  display: flex;
  flex-wrap: wrap;
}
.tblbox1 .tbl:nth-of-type(even){
  background: #f9f9f9;
}
.tblbox1 .tbl .tblttl,
.tblbox1 .tbl .tblcontent{
  padding: 1rem 2rem;
}
.tblbox1 .tbl .tblttl{
  width: 250px;
}
.tblbox1 .tbl .tblcontent{
  width: calc(1005 - 250px);
}
@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) {
  .tblbox1 .tbl:nth-of-type(even){
    background: #fff;
  }
  .tblbox1 .tbl .tblttl,
  .tblbox1 .tbl .tblcontent{
    padding: .5rem 1.5rem;
    width: 100%;
  }
  .tblbox1 .tbl .tblttl{
    background: #f9f9f9;
  }
}

/******************************
  product
******************************/
.productlist{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}
.productlist li{
  width: calc(100% / 4 - 1rem);
}
.productlist li .imgbox img{
  aspect-ratio: 3/2;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.productlist li .ttl{
  padding: 1rem .5rem;
}
.productlist li a{
  border-bottom: 2px solid #337AB7;
  display: block;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .productlist li{
    width: calc(100% / 3 - 1rem);
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .productlist li{
    width: calc(100% / 2 - 1rem);
  }
}

/******************************
  news
******************************/
.newsbox input[type="radio"] {
  display: none;
}
.newsbox .tab-area,
.newsbox .tablist{
  margin-bottom: 3rem;
  gap: 1rem;
}
.newsbox .tab-area .ftab,
.newsbox .tablist .ftab{
  background: #fff;
  border: 1px solid #337AB7;
  position: relative;
  text-align: center;
  width: 130px;
}
.newsbox .tab-area .ftab label{
  cursor: pointer;
  display: block;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.newsbox .tablist .ftab a{
  display: block;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.newsbox .tab-panel{
  display: none;
}
.newsbox .tablist .ftab.nowpage a,
.newsbox .tablist .ftab a:hover,
.newsbox .tab-area .ftab:hover,
.newsbox #newstab1:checked ~ .tab-area .newsftab1,
.newsbox #newstab2:checked ~ .tab-area .newsftab2,
.newsbox #newstab3:checked ~ .tab-area .newsftab3,
.newsbox #newsta4:checked ~ .tab-area .newsfta4{
  background: #337AB7;
  color: #fff;
}
.newsbox #newstab1:checked ~ .panel-area #newspanel1,
.newsbox #newstab2:checked ~ .panel-area #newspanel2,
.newsbox #newstab3:checked ~ .panel-area #newspanel3,
.newsbox #newstab4:checked ~ .panel-area #newspanel4{
  display:block;
}

.newslist{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.newslist a{
  border-bottom: 1px solid #ccc;
  gap: 1rem;
  opacity: 1;
  position: relative;
  padding: .5rem 1rem;
}
.newslist a::before{
  content: "";
  background: #337AB7;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: .3s;
  height: 1px;
  width: 100px;
}
.newslist time {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  width: 100px;
}
.newslist time span{
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.newslist .info{
  width: calc(100% - 110px);
}
.newslist .cat{
  background: #337AB7;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: .5rem 1rem;
}
.newslist .ttl{
  font-size: 1.8rem;
}
.newslist a:hover::before{
  width: 100%;
}

.singlehead{
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  position: relative;
  padding: .5rem 0;
}
.singlehead::before{
  content: "";
  background: #337AB7;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: .3s;
  height: 1px;
  width: 100px;
}
.singlehead .date{
  color: #7d7d7d;
  font-size: 1.4rem;
}
.singlehead .ttl{
  font-size: 2.4rem;
  line-height: 1.4;
}

@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) {
  .newsbox .tab-area .ftab {
    width: calc(100% / 3 - 1rem);
  }

  .newslist time {
    font-size: 1.6rem;
    width: 75px;
  }
  .newslist time span {
    font-size: 2.4rem;
  }
  .newslist .info{
    width: calc(100% - 85px);
  }
}

/******************************
  header
******************************/
.cmnhead{
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cmnhead .logo {
  max-width: 80px;
  transition: .5s;
}
.cmnhead .logo img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.cmnnavgr{
  background: #fff;
  box-shadow: 2px 2px 4px #337AB7;
  border-radius: 50px;
  padding: 0 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.cmnnav > ul {
  gap: 1rem;
}
.cmnnav > ul > li a{
  color: #337AB7;
  display: block;
  font-weight: bold;
  opacity: 1;
  padding: .5rem 1rem;
}
.cmnnav > ul > li a:hover{
  text-decoration: underline;
}
.cmnnav > ul > li.haschild{
  position: relative;
}
.cmnnav > ul > li .child{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .5s , top .5s;
  width: 300px;
}
.cmnnav > ul > li.haschild::before{
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: -2rem;
  height: 3rem;
  width: 270%;
}
.cmnnav > ul > li.haschild:hover::before{
  pointer-events: all;
}
.cmnnav > ul > li.haschild:hover .child{
  opacity: 1;
  pointer-events: all;
  top: 4.5rem;
}
.cmnnav > ul > li .child a{
  border-radius: 70px;
  background: #fff;
  box-shadow: 2px 2px 4px #337AB7;
}

.spbtn,
.splogo{
  display: none;
}
.spbtn{
  background: linear-gradient(#5ea3fb, #1469d7);
  cursor: pointer;
  border-radius: 5px;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
  z-index: 101;
}
.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 14px;
  transition: all .4s;
  height: 3px;
  width: 45%;
}
.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 span{
  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);
}

@media only screen and (max-width: 1180px) {
  .cmnnav > ul > li a {
    padding: .5rem 1rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .spbtn,
  .splogo{
    display: block;
  }
  .splogo{
    margin-bottom: 3rem;
  }
  .cmnnavgr{
    background: none ;
    border-radius: 0 ;
    box-shadow: none;
    padding: 0 ;
    position: static ;
  }
  .splogo{
    margin-bottom:3rem;
    width: 80%;
  }
  .cmnnav{
    background: rgba(176, 211, 255, .7);
    color: #fff;
    opacity: 0;
    max-width: 350px !important;
    overflow: scroll;
    padding: 4rem 2rem !important;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: -350px;
    height: 100lvh;
    width: 100%;
    transition: .5s;
    z-index: 100;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
    right: 0;
  }

  .cmnnav ul{
    gap: 1.5rem;
    max-width: 280px;
  }
  .cmnnav li{
    width: 100%;
  }
  .cmnnav > ul > li a{
    background: #fff;
    box-shadow: 4px 4px #1469d7;
    display: block;
    padding: .5rem 2rem;
  }
  .cmnnav > ul > li.haschild > a{
    background: none !important;
    box-shadow: none;
    color: #fff;
    padding: 0;
    pointer-events: none;
  }
  .cmnnav > ul > li .child{
    gap: 1rem;
    margin-top: 1rem;
    margin-left: auto;
    opacity: 1;
    position: static;
    pointer-events: all;
    transform: none;
    width: calc(100% - 2rem);
  }
  .cmnnav > ul > li .child li{
    border: none !important;
    width: 100%;
  }
  .cmnnav > ul > li .child a{
    box-shadow: 4px 4px #1469d7;
  }
  .cmnnav > ul > li a:hover {
    text-decoration: none;
  }
  .cmnnav > ul > li a:hover,
  .cmnnav > ul > li a.nowpage{
    background: #4192fa;
    color: #fff;
  }
  .cmnnav > ul > li.haschild::before{
    display: none;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
  footer
******************************/
.cmnfot{
  background: #F0F0F0;
  padding: 5rem 0 1rem;
}
.cmnfot .fbox{
  width: 320px;
}
.cmnfot .fmap{
  width: calc(100% - 350px);
}
.cmnfot .fbox .logo{
  margin-bottom: 1rem;
}
.cmnfot .fmap iframe{
  aspect-ratio: 3/1;
  height: auto;
  width: 100%;
}
.fotcopy{
  margin-top: 1rem;
  text-align: right;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .cmnfot .fbox{
    width: 270px;
  }
  .cmnfot .fmap{
    width: calc(100% - 300px);
  }
  .cmnfot .fmap iframe {
    aspect-ratio: 2 / 1 ;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnfot .fbox,
  .cmnfot .fmap{
    width: 100%;
  }
  .cmnfot .fmap{
    margin-top: 1rem;
  }
  .cmnfot .fmap iframe {
    aspect-ratio: 4 / 3 ;
  }
  .fotcopy{
    font-size: 1.4rem;
  }
}