@charset "UTF-8";

/*****************************
common
*****************************/
.ttlbox-pagecmn{
  margin-bottom: 3rem;
  text-align: center;
}
.ttlbox-pagecmn .ttl{
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 6rem;
  position: relative;
}
.ttlbox-pagecmn .ttl::before,
.ttlbox-pagecmn .ttl::after{
  content: "";
  aspect-ratio: 70 / 61;
  background: url(../../../images/ob/ttl_ob2.svg) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  width: 50px;
}
.ttlbox-pagecmn .ttl::before{
  left: 0;
}
.ttlbox-pagecmn .ttl::after{
  right: 0;
  transform: scale(-1, 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) {
  .ttlbox-pagecmn .ttl{
    font-size: 2rem;
    padding: 0 2rem;
  }
  .ttlbox-pagecmn .ttl::before,
  .ttlbox-pagecmn .ttl::after{
    left: -20px;
    width: 30px;
  }
  .ttlbox-pagecmn .ttl::after{
    left: auto;
    right: -20px;
  }
}

/*****************************
pagesec-first
*****************************/
.pagesec-first .careermap{
  gap: 2rem;
  margin: 3rem 0 7rem;
}
.pagesec-first .careermap .ftxtbox{
  background: #e0f4ff;
  padding: 2rem;
  width: 50%;
}
.pagesec-first .careermap .fimgbox{
  width: calc(50% - 2rem);
}
.pagesec-first .flow{
  flex-direction: column;
  gap: 5rem;
}
.pagesec-first .flow > div{
  width: 100%;
}
.pagesec-first .flow dt{
  border-bottom: 3px dotted #7EB0E3;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-left: 2rem;
  position: relative;
}
.pagesec-first .flow dt::before{
  content: "●";
  font-size: 1.6rem;
  position: absolute;
  top: 6px;
  left: 0;
}
.pagesec-first .flow dd ul{
  gap: 3rem;
}
.pagesec-first .flow dd li{
  border: 1px solid #494941;
  font-size: 18px;
  padding: 1rem 3rem;
  position: relative;
}
.pagesec-first .flow dd li:not(:last-of-type)::after{
  content: "";
  aspect-ratio: 3 / 4;
  background: #333;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  transition: .5s;
  width: 10px;
}
.pagesec-first .flow dd p{
  margin-top: 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-first .careermap {
    gap: 4rem;
    margin: 3rem 0 7rem;
  }
  .pagesec-first .careermap .ftxtbox,
  .pagesec-first .careermap .fimgbox{
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-first .flow dt{
    font-size: 1.8rem;
  }
  .pagesec-first .flow dt::before {
    font-size: 1.4rem;
    top: 4px;
  }
  .pagesec-first .flow dd ul{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pagesec-first .flow dd li{
    padding: 1rem 0;
    text-align: center;
    width: 80%;
  }
  .pagesec-first .flow dd li:not(:last-of-type)::after {
    aspect-ratio: 4 / 3;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    top: auto;
    bottom: -20px;
    right: 49%;
    transform: none;
    width: 15px;
  }
}

/*****************************
pagesec-points
*****************************/
.pagesec-points .points{
  gap: 2rem;
  margin: 2rem 0 3rem;
}
.pagesec-points .points .fbox{
  width: calc(50% - 1rem);
}
.pagesec-points .points .fboxphone{
  border: 2px solid #489a38;
  padding: 2rem;
}
.pagesec-points .points .fboxphone p{
  margin-bottom: 1rem;
}
.pagesec-points .points .fboxlink{
  text-align: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-points .points .fbox{
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  .pagesec-points .txt{
    margin: 0 auto;
    max-width: 430px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
pagesec-format
*****************************/
.pagesec-format .format{
  gap: 4rem;
}
.pagesec-format .format > div{
  width: calc(48% - 4rem);
}
.pagesec-format .format dt{
  border-bottom: 3px dotted #7EB0E3;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-left: 2rem;
  position: relative;
}
.pagesec-format .format dt::before{
  content: "●";
  font-size: 1.6rem;
  position: absolute;
  top: 6px;
  left: 0;
}
.pagesec-format .format dd ul{
  gap: 2rem;
}
.pagesec-format .format .fbox:first-of-type dd .morebtn1 a{
  background: #e661a7;
  border-color: #e661a7;
}
.pagesec-format .format .fbox:first-of-type dd .morebtn1 a:hover{
  background: #fff;
  color: #e661a7;
}
.pagesec-format .format .fbox:first-of-type dd .morebtn1 a:hover::before{
  background: #e661a7;
}

.pagesec-format .shippingaddress .cotnent{
  background: #F7FBFF;
  border: 2px solid #7EB0E3;
  border-radius: 6px;
  margin: 9rem 0 1rem;
  padding: 5rem 4rem 3rem;
  position: relative;
}
.pagesec-format .shippingaddress .cotnent > dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.pagesec-format .shippingaddress .cotnent > dt::before {
  content: "";
  aspect-ratio: 1 / 1;
  background: #7eb0e3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  z-index: -1;
}
.pagesec-format .shippingaddress .cotnent > dd{
  gap: 2rem;
}
.pagesec-format .shippingaddress .cotnent > dd .fbox{
  width: calc(50% - 2rem);
}
.pagesec-format .shippingaddress .cotnent > dd .address > div{
  border-bottom: 1px dotted #7EB0E3;
  gap: 1rem;
  padding: 1rem;
}
.pagesec-format .shippingaddress .cotnent > dd .address > div > dt{
  background: #7EB0E3;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  width: 100px;
}
.pagesec-format .shippingaddress .cotnent > dd .address > div > dd {
  width: calc(100% - 110px);
}

.pagesec-format .shippingaddress .cotnent > dd .contact > dt{
  background: #7EB0E3;
  border-radius: 30px;
  color: #fff;
  margin-bottom: .5rem;
  max-width: 150px;
  text-align: center;
}
.pagesec-format .shippingaddress .cotnent > dd .contact > dd .tel{
  color: #9b86ce;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
}
.pagesec-format .shippingaddress .cotnent > dd .contact > dd .tel span{
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-format .format .fbox dd .morebtn1,
  .pagesec-format .format .fbox dd .morebtn1 a,
  .pagesec-format .shippingaddress .cotnent > dd .fbox{
    width: 100%;
  }
  .pagesec-format .shippingaddress .cotnent {
    margin: 10rem auto 1rem;
    max-width: 500px;
    padding: 4rem 3rem 3rem;
  }
  .pagesec-format .shippingaddress > p{
    text-align: center;
  }

}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-format .format > div {
    width: 100%;
  }
  .pagesec-format .format dt{
    font-size: 1.8rem;
  }
  .pagesec-format .format dt::before{
    font-size: 1.4rem;
    top: 4px;
  }
  .pagesec-format .shippingaddress .cotnent {
    padding: 4rem 2rem 3rem;
  }
  .pagesec-format .shippingaddress .cotnent > dd .contact > dd .tel{
    font-size: 3.2rem;
    letter-spacing: 1px;
  }
  .pagesec-format .shippingaddress > p{
    text-align: left;
  }

}