@charset "UTF-8";

/******************************
pagesec1
******************************/
.pagesec1::before{
  content: "";
  background: url(../../images/page/company/company_bg.webp) no-repeat left / cover;
  filter: blur(4px);
  /* opacity: 0.35; */
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% ;
  width: 100%;
}
.pagesec1 .ttlbox1{
  text-align: left;
}
.message::after{
  content: "";
  clear: both;
}
.message .imgbox{
  float: right;
  /* margin: 0 0 2rem 2rem;
  width: 450px; */
  margin: -5rem 0 2rem 2rem;
  width: 360px;
}
.message .txt{
  margin-bottom: 2rem;
}
.message p{
  font-size: 1.8rem;
  font-weight: 500;
}
.message .name{
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}
@media only screen and (max-width: 1180px) {
  .pagesec1::before{
    filter: blur(1px);
    opacity: 0.2;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec1::before{
    background-position-x: 22%;
    filter: none;
  }
  .message .imgbox {
    /* float: none;
    margin: 0 auto 2rem ;
    width: 450px; */
    margin: -6rem 0 0rem 2rem;
    width: 220px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec1::before{
    opacity: 0.1;
  }
  .message{
    display: flex;
    flex-direction: column-reverse;
  }
  .message .imgbox {
    /* width: 95%; */
    float: none;
    margin: 2rem auto 0 ;
    width: 200px;
  }
  .message p{
    font-size: 1.6rem;
    font-weight: normal;
  }
}

/******************************
pagesec2
******************************/

.tblbox1,
.tokusyo{
  margin: 0 auto ;
  max-width: 900px;
}
.map{
  margin: 4rem auto 0;
  max-width: 900px;
}
.map iframe{
  aspect-ratio: 3 / 1;
  height: auto;
  width: 100%;
}

.tokusyo {
  margin-top: 5rem;
}
.tokusyo > dt{
  background: #003c8a;
  color: #fff;
  display: inline-flex;
  font-size: 1.8rem;
  padding: .5rem 2rem;
}
.tokusyo > dd {
  border-top: 2px solid #003c8a;
}
.tokusyo > dd > .txtbox{
  margin: 2rem 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) {
  .map iframe{
    aspect-ratio: 1/1;
  }
}