@charset "UTF-8";

/******************************
pagesec-guide
******************************/
.pagesec-guide .ttlbox2 .ob{
  aspect-ratio: 199/166;
  background: url(../../images/ob/dog1.svg) no-repeat center / contain;
  position: absolute;
  top: -6.5rem;
  right: 0;
  width: 80px;
}
.pagesec-guide .floatarea .imgbox{
  float: left;
  margin: 0 2rem 1rem 0;
  width: 350px;
}
@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-guide .floatarea .imgbox{
    float: none;
    margin: 0 auto 1rem;
    width: 100%;
  }
}

/******************************
pagesec-think
******************************/
.pagesec-think .ttlbox2 .ob{
  aspect-ratio: 215/198;
  background: url(../../images/ob/cat4.svg) no-repeat center / contain;
  position: absolute;
  top: -6.8rem;
  right: 0;
  width: 80px;
}
.pagesec-think .floatarea .imgbox{
  float: right;
  margin: 0 0 1rem 2rem;
  width: 350px;
}

@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-think .floatarea .imgbox{
    float: none;
    margin: 0 auto 1rem;
    width: 100%;
  }
}

/******************************
pagesec-welfare
******************************/
.pagesec-welfare .ttlbox2 .ob{
  aspect-ratio: 117/83;
  background: url(../../images/ob/cat5.svg) no-repeat center / contain;
  position: absolute;
  top: -5.7rem;
  right: 0;
  width: 90px;
}
.pagesec-welfare .floatarea .imgbox{
  float: left;
  margin: 0 2rem 1rem 0;
  width: 350px;
}

.pillar{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 1rem;
  margin: 3rem 0 5rem;
}
.pillar > div{
  width: calc(50% - 1rem);
}
.pillar dt{
  background: #DE7920;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  padding: 0 4rem;
  position: relative;
}
.pillar dt span{
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 2px solid #DE7920;
  border-radius: 100px;
  color: #DE7920;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
}
.pillar dd{
  border: 2px solid #DE7920;
  border-radius: 10px;
  margin-top: -1rem;
  margin-left: 2rem;
  max-width: calc(100% - 2rem);
  padding: 2rem 2rem 1rem;
  height: 100%;
}
@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) {
  .pillar > div{
    width: 100%;
  }
  .pagesec-welfare .floatarea .imgbox{
    float: none;
    margin: 0 auto 1rem;
    width: 100%;
  }
}