@charset "UTF-8";

/*****************************
pagesec-about
*****************************/
.pagesec-about{
  margin: 0 8rem;
}
.pagesec-about .fimgbox{
  width: 60%;
}
.pagesec-about .ftxtbox{
  background: #ffffffe6;
  padding: 3rem;
  position: absolute;
  bottom: 0;
  right: 3rem;
}
.pagesec-about .ftxtbox p{
  margin-top: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .pagesec-about .fimgbox{
    width: 100%;
  }
  .pagesec-about .ftxtbox{
    width: 100%;
    display: block;
    position: initial;
    background: initial;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-about{
    margin: 0;
  }
}
/*****************************
pagesec-taisetu
*****************************/
.pagesec-taisetu{
  padding: 20rem 0 10rem 0;
}
.pagesec-taisetu .txtbox{
  text-align: center;
}
.pagesec-taisetu .txtbox p{
  margin-top: 1rem;
}
.pagesec-taisetu .ttlbox2 h2{
  margin-bottom: 5rem;
}
.pagesec-taisetu .ttlbox2 h2::before{
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pagesec-taisetu .imgbox{
  margin-top: 3rem;
  width: 32%;
}
@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) {
  .pagesec-taisetu{
    padding: 10rem 0 10rem 0;
  }
  .pagesec-taisetu .txtbox{
    line-height: 2;
  }
  .pagesec-taisetu .imgbox{
  width: 100%;
  }
}
/*****************************
pagesec-gaiyou
*****************************/
.pagesec-gaiyou{
  background: url(../../images/top/bg_setubi.webp) no-repeat center / cover;
  width: 100%;
}
.pagesec-gaiyou .imgbox{
  width: 45vw;
  position: absolute;
  top: 0;
  right: 5vw;
}
.pagesec-gaiyou .ttl1{
  z-index: 1;
  text-align: center;
}
.pagesec-gaiyou .ttl1::before{
  content: "";
  background: url(../../images/common/icon_nami.svg) no-repeat center / contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .3;
  z-index: -1;
}
.pagesec-gaiyou .ftxtbox{
  width: 60%;
}
.pagesec-gaiyou .txtboxbg{
  background: #ffffffc5;
  border-radius: 20px;
  box-shadow: 2px 2px 10px #6b6b6b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 70%;
  padding: 4rem;
}
.pagesec-gaiyou .txtbox .sen {
  border-bottom: solid 1px #000;
  margin-top: 3rem;
}
.pagesec-gaiyou .txtbox dt {
  width: 150px;
}
.pagesec-gaiyou .txtbox dd {
  width: calc(100% - 150px);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-gaiyou .ftxtbox {
    width: 100%;
  }
    .pagesec-gaiyou .txtboxbg{
  width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}