@charset "UTF-8";
/* color */
/* common */
/* ieto */
/*border dots*/
/* mono */
/* yellow */
/* green */
/* pink */
/* blue */
/* 各ページごと */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*sans font weight*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
/* ------------------------------------------------------------
    General Service page
------------------------------------------------------------ */
.c-bcrumb {
  margin-top: 15rem;
}
@media only screen and (max-width: 768px) {
  .c-bcrumb {
    margin-top: 1rem;
  }
}

.p-mv {
  padding-top: 1px;
}
.p-mv__bg {
  background-image: url(../../../assets/img/expertconsultation/track-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.p-mv__trck {
  pointer-events: none;
  width: 53%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-mv__trck {
    width: 80%;
  }
}
.p-mv__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-mv__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-top: 3.1rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .p-mv__trck__train img {
    margin-top: 2.2rem;
    width: 3rem;
  }
}

.p-cont {
  margin-top: -12rem;
}
@media only screen and (max-width: 768px) {
  .p-cont {
    margin-top: 0;
  }
}
.p-cont__list {
  margin: 4rem 0;
}
.p-cont__oth {
  padding-bottom: 6rem;
}
.p-cont__oth__box {
  border: 1px solid #717071;
  padding: 8rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__oth__box {
    padding: 2rem 1rem 1rem;
  }
}
.p-cont__oth__box__txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-cont__oth__box__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-cont__oth__box__txt {
    font-size: 1.6rem;
  }
}

.p-ord {
  margin: 6rem 0;
}
@media only screen and (max-width: 768px) {
  .p-ord {
    margin: 3rem 0;
  }
}
.p-ord__bg {
  background-color: #ffffff;
}
.p-ord__bg--ylw {
  background-color: #FFF4E4;
}
.p-ord__arw {
  display: block;
  color: #B9BABA;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 6rem 8rem;
  border-top-color: currentColor;
  border-bottom: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-ord__arw {
    border-width: 3rem 5rem;
  }
}
.p-ord h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #717071;
}
@media (max-width: 768px) {
  .p-ord h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-ord h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-ord h3 {
    padding-bottom: 1rem;
  }
}
.p-ord h3 span {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .p-ord h3 span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-ord h3 span {
    font-size: 1.8rem;
  }
}
.p-ord h3 em {
  font-family: "futura-pt", sans-serif;
  font-size: 3em;
  font-style: italic;
}
.p-ord__h4 {
  text-align: center;
  padding: 3rem 0;
  font-size: 19px;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .p-ord__h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-ord__h4 {
    font-size: 1.6rem;
  }
}
.p-ord__h4 em {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-ord__h4 em {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .p-ord__h4 em {
    font-size: 1.9rem;
  }
}
.p-ord__p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 6rem 0;
}
@media (max-width: 768px) {
  .p-ord__p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-ord__p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-ord__p {
    margin: 3rem 0;
  }
}
.p-ord__case1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-template-areas: "box1 box2 box3" "imag imag imag";
  margin: 0 4rem;
  gap: 0 3rem;
}
@media only screen and (max-width: 768px) {
  .p-ord__case1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    grid-template-areas: "box1" "box2" "box3" "imag";
    gap: 1rem;
    margin: 0;
  }
}
.p-ord__case1__box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  padding: 2rem 0;
}
.p-ord__case1__box--1 {
  grid-area: box1;
  background-color: rgba(125, 182, 127, 0.3490196078);
}
.p-ord__case1__box--2 {
  grid-area: box2;
  background-color: rgba(94, 155, 199, 0.3607843137);
}
.p-ord__case1__box--3 {
  grid-area: box3;
  background-color: rgba(225, 117, 84, 0.3294117647);
}
.p-ord__case1__img {
  grid-area: imag;
  margin-top: -2rem;
}
.p-ord__2__p {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .p-ord__2__p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-ord__2__p {
    font-size: 1.8rem;
  }
}
.p-ord__box {
  background-color: #ECF4F8;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-ord__box {
    padding: 2rem;
  }
}
.p-ord__box__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-ord__box__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-ord__box__ttl {
    font-size: 1.8rem;
  }
}
.p-ord__box__ttl--big {
  font-size: 28px;
  font-size: 2.8rem;
  background-color: #C5D4DC;
  color: #24296C;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 0.7rem;
}
@media (max-width: 768px) {
  .p-ord__box__ttl--big {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .p-ord__box__ttl--big {
    font-size: 1.9rem;
  }
}
.p-ord__box__list {
  margin: 4rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-ord__box__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 1rem;
    margin: 2rem 0 1rem;
  }
}
.p-ord__box__list__item {
  background-color: #ffffff;
  border-radius: 10px;
}
.p-ord__box__list__item p {
  padding: 2rem;
}
.p-ord__box__btn {
  background-color: #FFE800;
  display: block;
  padding: 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-ord__box__btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-ord__box__btn {
    font-size: 1.6rem;
  }
}
.p-ord__box__btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.p-ord__box__btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #e6d100;
  transition: all 0.3s;
  z-index: -1;
}
.p-ord__box__btn:hover {
  opacity: 1;
}
.p-ord__box__btn:hover:before {
  width: 100%;
}
.p-ord__list1 {
  margin: 1rem 0 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 2rem 2rem;
}
@media only screen and (max-width: 768px) {
  .p-ord__list1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 1rem;
    margin: 0 0 2rem;
  }
}
.p-ord__list1__item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #dedede, 0px 0px 10px #dedede;
  padding: 1rem 2rem;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-ord__list1__item {
    padding: 1rem;
    text-align: center;
  }
}
.p-ord__list1__item h5 {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 1px solid;
  text-align: center;
  min-width: 25rem;
}
@media (max-width: 768px) {
  .p-ord__list1__item h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-ord__list1__item h5 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-ord__list1__item h5 {
    min-width: unset;
  }
}
.p-ord__list1__item p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .p-ord__list1__item p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-ord__list1__item p {
    font-size: 1.3rem;
  }
}

.p-toi__txt {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-toi__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-toi__txt {
    font-size: 1.6rem;
  }
}
.p-toi__btn {
  margin: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-toi__btn {
    margin: 2rem 0;
    gap: 1rem;
  }
}/*# sourceMappingURL=style.css.map */