@charset "UTF-8";

/*****************************
pagesec-greeting
*****************************/
.pagesec.pagesec-greeting {
  padding: 15rem 0;
  position: relative;
}
.pagesec.pagesec-greeting::before {
  content: '';
  background: url(../../images/page/guidance/bg_greeting.webp) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagesec-greeting .txtwrap {
  height: 650px;
  position: relative;
}
.pagesec-greeting .txtbox {
  background: #fff;
  padding: 4rem;
  position: absolute;
}
.pagesec-greeting .txtbox1 {
  top: 100px;
  left: 0;
}
.pagesec-greeting .txtbox1 .obj1 {
  top: 0;
  left: 0;
}
.pagesec-greeting .txtbox1 .obj1::before {
  top: -25px;
  left: 0;
}
.pagesec-greeting .txtbox1 .obj1::after {
  top: 0;
  left: -25px;
}
.pagesec-greeting .txtbox1 p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
.pagesec-greeting .txtbox2 {
  bottom: 0;
  right: 0;
}
.pagesec-greeting .txtbox2 .sign {
  font-family: serif;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: right;
}
.pagesec-greeting .txtbox2 .obj2 {
  bottom: 0;
  right: 0;
}
.pagesec-greeting .txtbox2 .obj2::before {
  bottom: -25px;
  right: 0;
}
.pagesec-greeting .txtbox2 .obj2::after {
  bottom: 0;
  right: -25px;
}
@media only screen and (min-width: 1920px) {
  .pagesec.pagesec-greeting::before {
    top: 150px;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-greeting .txtwrap {
    height: 700px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec.pagesec-greeting::before {
    background: url(../../images/page/guidance/bg_greeting.webp) no-repeat top / contain;
    top: 50px;
    width: 200%;
  }
  .pagesec.pagesec-greeting::after {
    content: '';
    background: url(../../images/page/guidance/bg_greeting.webp) no-repeat bottom / contain;
    position: absolute;
    bottom: -50px;
    right: 0;
    height: 100%;
    width: 200%;
    z-index: -1;
  }
  .pagesec-greeting .txtwrap {
    height: auto;
  }
  .pagesec-greeting .txtbox {
    padding: 4rem 2rem;
    position: static;
  }
  .pagesec-greeting .txtbox1 .obj1::after {
    left: -15px;
  }
  .pagesec-greeting .txtbox2 .obj2::after {
    right: -15px;
  }
  .pagesec-greeting .txtbox1 {
    margin-bottom: 2rem;
  }
  .pagesec-greeting .txtbox1 p {
    font-size: 1.8rem;
  }
  .pagesec-greeting .txtbox2 .sign {
    font-size: 2rem;
  }
}

/*****************************
pagesec-history
*****************************/
.pagesec-history {
  background: #eee;
  padding: 10rem 0 15rem;
}
.history {
  position: relative;
}
.history::before {
  background: #072039;
  content: '';
  position: absolute;
  top: 0;
  left: 27px;
  height: 98%;
  width: 2px;
}
.history > div {
  align-items: flex-start;
  background: #fff;
  border-radius: 50px;
  position: relative;
}
.history > div:not(:last-child) {
  margin-bottom: 2rem;
}
.history > div > dt,
.history > div > dd {
  padding: 1rem 2rem;
}
.history > div > dt {
  text-align: center;
  padding: 1rem 2rem 1rem 4rem;
  position: relative;
  width: 200px;
}
.history > div > dt::before {
  background: #072039;
  content: '';
  position: absolute;
  top: 18px;
  left: 20px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.history > div > dd {
  width: calc(100% - 200px);
}
.indl dt {
  width: 80px;
}
.indl dd {
  width: calc(100% - 80px);
}
@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) {
  .history > div {
    border-radius: 30px;
  }
  .history > div > dt {
    padding: 1rem 2rem 0 4rem;
  }
  .history > div > dd {
    padding: 0 2rem 1rem 4rem;
    width: 100%;
  }
}