@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/* 共通
---------------------------------------------- */
.block {
  display: inline-block;
}

#contentArea {
  position: relative;
  z-index: 10;
  background-color: rgba(251, 250, 248, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
#contentArea .btn a:hover {
  opacity: 1;
  color: #fff;
}
#contentArea .btn a:hover:after {
  border: 1px solid #fff !important;
}

@media screen and (min-width: 769px) {
  #contentWrap {
    display: flex;
    position: relative;
    padding: 0 0 12.8rem 3.2rem;
  }
}
@media screen and (min-width: 1441px) {
  #contentWrap {
    padding: 0 0 12.8rem 12rem;
  }
}
#contentWrap::before, #contentWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  #contentWrap::before {
    left: 0;
    height: 13.8rem;
    width: 100%;
    background-color: #FBFAF8;
    z-index: -10;
  }
}
@media screen and (min-width: 769px) {
  #contentWrap::after {
    left: 1rem;
    height: 13.8rem;
    width: calc(100% - 2rem);
    background-color: #F2F2F0;
    border-radius: 0.4rem;
    z-index: -10;
  }
}

@media screen and (min-width: 769px) {
  #sideMenu {
    min-width: 180px;
    position: relative;
    z-index: 20;
  }
}
@media screen and (min-width: 769px) {
  #sideMenu ul {
    position: sticky;
    top: 12rem;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #sideMenu ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(45, 42, 40, 0.1);
    background-color: #FBFAF8;
  }
}
@media screen and (min-width: 769px) {
  #sideMenu ul li {
    margin-bottom: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #sideMenu ul li {
    width: 50%;
    border-bottom: 1px solid rgba(45, 42, 40, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #sideMenu ul li:nth-of-type(odd) {
    border-right: 1px solid rgba(45, 42, 40, 0.1);
  }
}
#sideMenu ul li a {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #sideMenu ul li a {
    padding: 2rem 0 2rem 2.4rem;
    position: relative;
  }
}
#sideMenu ul li a:hover {
  color: #2D2A28 !important;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #sideMenu ul li a::before {
    content: "";
    display: inline-block;
    background: url(../../assets/images/arrowWhite.svg) no-repeat center center/8px;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    right: 1.4rem;
    top: calc(50% - 1rem);
    transform: rotate(90deg);
    background-color: #EBAB2E;
  }
}
@media screen and (min-width: 769px) {
  #sideMenu ul li.current a {
    font-weight: 600;
    position: relative;
    padding-left: 1.6rem;
  }
  #sideMenu ul li.current a::before {
    content: "";
    position: absolute;
    background-color: #EBAB2E;
    border-radius: 50%;
    width: 0.8rem;
    height: 0.8rem;
    left: 0;
    top: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  #sideMenu ul li:not(.current) a {
    color: rgba(45, 42, 40, 0.7);
  }
}

@media screen and (min-width: 769px) {
  #serviceWrap {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #serviceWrap {
    max-width: calc(100% - 5.6rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  #serviceWrap {
    max-width: calc(100% - 3.2rem);
  }
}
.contentBox {
  padding: 12.8rem 0;
}
@media screen and (max-width: 768px) {
  .contentBox {
    padding: 6rem 0;
  }
}
.contentBox:last-of-type {
  padding-bottom: 8rem;
}
.contentBox .serviceTitle {
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 768px) {
  .contentBox .serviceTitle {
    margin-bottom: 3rem;
  }
}
.contentBox .serviceTitle h2 {
  padding-left: 4rem;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .contentBox .serviceTitle h2 {
    padding-left: 1.8rem;
    border-left-width: 3px !important;
    margin-bottom: 3rem;
  }
}
.contentBox .serviceTitle h2 .titleEn {
  font-family: acumin-pro-wide, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contentBox .serviceTitle h2 .titleEn {
    margin-bottom: 1rem;
  }
}
.contentBox .serviceTitle h2 .titleJa {
  font-size: 3.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contentBox .serviceTitle h2 .titleJa {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
.contentBox .serviceTitle .mainImage {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .contentBox .serviceTitle .mainImage {
    margin-bottom: 2rem;
  }
}
.contentBox .serviceTitle .mainImage img {
  width: 100%;
}
.contentBox .serviceTitle p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .contentBox .serviceTitle p {
    margin: 0 3.2rem;
  }
}
@media screen and (min-width: 1281px) {
  .contentBox .serviceTitle p {
    margin: 0 12rem 0 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .contentBox .serviceTitle p {
    font-size: 1.5rem;
  }
}
.contentBox .titleCircle {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 2.6rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .contentBox .titleCircle {
    font-size: 2rem;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
  }
}
.contentBox .titleCircle::before {
  background-color: #EBAB2E;
}
.contentBox .problem span,
.contentBox .strength span {
  background: linear-gradient(transparent 85%, #EBAB2E 85%);
}
.contentBox .problem {
  position: relative;
}
@media screen and (min-width: 769px) {
  .contentBox .problem {
    margin: 0 0 0 3.2rem;
    padding: 6.4rem 3.2rem 10.4rem;
  }
}
@media screen and (min-width: 1281px) {
  .contentBox .problem {
    margin: 0 0 0 4.8rem;
    padding: 6.4rem 7.4% 10.4rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .contentBox .problem {
    padding: 3rem 2rem 5rem;
    margin-bottom: 4rem;
  }
}
.contentBox .problem::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(images/deco.png) no-repeat top right/contain;
  width: 27.2rem;
  height: 11.1rem;
}
@media screen and (max-width: 768px) {
  .contentBox .problem::after {
    width: 16rem;
    height: 6.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contentBox .problem ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.contentBox .problem ul li {
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 1.8rem 3.2rem 2rem;
  margin-bottom: 2.7rem;
  border-radius: 0.4rem;
  align-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .contentBox .problem ul li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .contentBox .problem ul li {
    font-size: 1.5rem;
    padding: 1.6rem 2rem 1.8rem;
  }
}
.contentBox .problem ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.1rem;
  left: 3.2rem;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 27px solid #fff;
  border-bottom: 0;
}
.contentBox .problem ul li span {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .contentBox .strength {
    margin: 0 6.4rem;
    margin: 0 3.2rem;
  }
}
@media screen and (min-width: 1281px) {
  .contentBox .strength {
    margin: 0 12rem 0 10.8rem;
    margin: 0 7.6rem;
  }
}
.contentBox .strength .strengthBox {
  border-bottom: 1px solid rgba(45, 42, 40, 0.1);
  padding: 4.8rem 0;
}
@media screen and (min-width: 1024px) {
  .contentBox .strength .strengthBox {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .contentBox .strength .strengthBox {
    padding: 2.5rem 0 3rem;
  }
}
.contentBox .strength .strengthBox .text .number {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1.6rem;
  color: rgba(45, 42, 40, 0.7);
}
@media screen and (max-width: 768px) {
  .contentBox .strength .strengthBox .text .number {
    font-size: 1.4rem;
  }
}
.contentBox .strength .strengthBox .text h4,
.contentBox .strength .strengthBox .text p {
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .contentBox .strength .strengthBox .text h4,
  .contentBox .strength .strengthBox .text p {
    padding-left: 1rem;
  }
}
.contentBox .strength .strengthBox .text h4 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 2rem 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .contentBox .strength .strengthBox .text h4 {
    font-size: 1.8rem;
    margin: 1.5rem 0 2rem;
  }
}
.contentBox .strength .strengthBox .text p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contentBox .strength .strengthBox .text p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .contentBox .strength .strengthBox .image {
    max-width: 390px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .contentBox .strength .strengthBox .image {
    margin: 2rem 0 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contentBox .strength .strengthBox .image {
    margin: 2rem 0 0 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .contentBox .strength .strengthBox .image img {
    width: 100%;
  }
}
.contentBox .strength .strengthBox:first-of-type {
  border-top: 1px solid rgba(45, 42, 40, 0.1);
}
@media screen and (min-width: 1024px) {
  .contentBox .strength .strengthBox:nth-of-type(odd) .image {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1281px) {
  .contentBox .strength .strengthBox:nth-of-type(odd) .image {
    margin-left: 6.6rem;
  }
}
.contentBox .strength .strengthBox:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1024px) {
  .contentBox .strength .strengthBox:nth-of-type(even) .image {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1281px) {
  .contentBox .strength .strengthBox:nth-of-type(even) .image {
    margin-right: 6.6rem;
  }
}
.contentBox .strength .strengthBox:last-of-type {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .contentBox .strength .strengthBox:last-of-type {
    margin-bottom: 3rem;
  }
}
.contentBox:nth-of-type(odd) .problem {
  background-color: rgba(242, 242, 240, 0.8);
}
.contentBox:nth-of-type(even) {
  position: relative;
}
.contentBox:nth-of-type(even)::before, .contentBox:nth-of-type(even)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.contentBox:nth-of-type(even)::before {
  right: 0;
  width: 100%;
  background-color: #FBFAF8;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .contentBox:nth-of-type(even)::before {
    right: -3rem;
  }
}
.contentBox:nth-of-type(even)::after {
  left: -29rem;
  width: calc(100% + 28rem);
  background-color: #F2F2F0;
  border-radius: 0.4rem;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .contentBox:nth-of-type(even)::after {
    width: calc(100% + 4.6rem);
    left: -2.3rem;
  }
}
.contentBox:nth-of-type(even) .problem {
  background-color: #ECECE8;
}
@media screen and (min-width: 769px) {
  .contentBox#service01 {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .contentBox#service02 {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .contentBox#service02 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .contentBox#service03 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contentBox#service04 {
    padding-bottom: 2rem;
  }
}
.contentBox#service04 .serviceTitle h2 {
  border-left: 6px solid #EC8952;
}
.contentBox#service04 .titleCircle::before {
  background-color: #EC8952;
}
.contentBox#service04 .problem::after {
  background: url(images/service04_deco.png) no-repeat top right/contain;
}
.contentBox#service04 .problem span,
.contentBox#service04 .strength span {
  background: linear-gradient(transparent 85%, #EC8952 85%);
}

/* 業務案件管理システム スマカレ
---------------------------------------------- */
#lead {
  background-color: rgba(251, 250, 248, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 6% 0 7.5%;
}
@media screen and (max-width: 1280px) {
  #lead {
    position: relative;
    padding: 4rem 0 12rem;
  }
}
@media screen and (min-width: 1281px) {
  #lead .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  #lead .text {
    width: 40%;
    max-width: 660px;
  }
}
#lead .text h2 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #lead .text h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
#lead .text h2 span {
  display: block;
  color: #EBAB2E;
  font-weight: 600;
  font-size: 6.4rem;
  margin-left: -0.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #lead .text h2 span {
    font-size: 4.8rem;
  }
}
#lead .text h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #lead .text h3 {
    line-height: 1.6;
  }
}
#lead .text p {
  text-align: left;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #lead .text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #lead .text p {
    line-height: 1.8;
  }
}
#lead .text .btnBox {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1280px) {
  #lead .text .btnBox {
    position: absolute;
    bottom: 4rem;
    right: 3rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  #lead .text .btnBox {
    right: 1rem;
    gap: 1rem;
  }
}
#lead .text .btnBox .btn a {
  border-radius: 2rem;
  padding: 1.1rem 3.8rem 1.1rem 2rem;
}
@media screen and (max-width: 320px) {
  #lead .text .btnBox .btn a {
    font-size: 1.4rem;
  }
}
#lead .text .btnBox .btn a::after {
  top: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  background-size: 9px;
  right: 1.2rem;
}
#lead .text .btnBox .btn a:hover {
  color: #fff;
  opacity: 1;
}
#lead .text .btnBox .btn a:hover::after {
  border: 1px solid #fff !important;
}
#lead .text .btnBox .btn.btn01 a {
  border: 1px solid #EBAB2E;
}
#lead .text .btnBox .btn.btn01 a::after {
  background-color: #EBAB2E;
  border: 1px solid #EBAB2E;
}
#lead .text .btnBox .btn.btn01 a:hover {
  border: 1px solid #EBAB2E;
  background-color: #EBAB2E;
}
#lead .text .btnBox .btn.btn02 a {
  border: 1px solid #C64D10;
  background-color: #C64D10;
  color: #fff;
}
#lead .text .btnBox .btn.btn02 a::after {
  border: 1px solid #fff;
}
#lead .text .btnBox .btn.btn02 a:hover {
  background-color: #dd6021;
  border: 1px solid #dd6021;
}
#lead .text .btnBox .btn.btn02 a:hover::after {
  background-color: #dd6021;
}
@media screen and (min-width: 1281px) {
  #lead .image {
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  #lead .image {
    width: 70%;
    margin: 0 auto;
  }
}
#lead .image img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .serviceInner {
    margin: 0 3.2rem;
  }
}
@media screen and (min-width: 1281px) {
  .serviceInner {
    margin: 0 7.6rem;
  }
}

/* 機能一覧
---------------------------------------------- */
#item #itemList {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 3%;
}
@media screen and (max-width: 1023px) {
  #item #itemList {
    gap: 2.8rem 4%;
  }
}
#item #itemList li {
  width: 31.3%;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #item #itemList li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  #item #itemList li {
    width: 48.5%;
  }
}
@media screen and (max-width: 1023px) {
  #item #itemList li {
    width: 100%;
  }
}
#item #itemList li p {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 1.4;
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  #item #itemList li p {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
}
#item #itemList li p::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: calc(50% - 0.25rem);
  width: 0.6rem;
  height: 0.6rem;
  background-color: #EBAB2E;
}
#item #itemList li .image {
  background-color: rgba(230, 230, 230, 0.8);
  padding: 1rem;
  text-align: center;
}
#item #itemList li .image img {
  width: 100%;
  border-radius: 0.4rem;
}
#item > p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #item > p {
    margin-top: 1.6rem;
  }
}

/* 導入ステップ
---------------------------------------------- */
@media screen and (min-width: 769px) {
  #entry .entryList {
    background-color: rgba(250, 250, 250, 0.8);
    padding: 3.2rem 3.2rem 0 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  #entry .entryList {
    padding: 6.4rem 7.4% 0 6rem;
  }
}
#entry .entryList li {
  display: flex;
  position: relative;
}
@media screen and (min-width: 769px) {
  #entry .entryList li {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  #entry .entryList li {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #entry .entryList li {
    padding-bottom: 4rem;
  }
}
#entry .entryList li:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: calc(100% - 4rem);
  position: absolute;
  background-color: rgba(45, 42, 40, 0.1);
  top: 3.4rem;
  left: 3rem;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #entry .entryList li:not(:last-of-type)::before {
    left: 2.6rem;
  }
}
#entry .entryList li .number {
  font-family: "mundial", sans-serif;
  font-weight: 300;
  padding-top: 0.3rem;
  color: #EBAB2E;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (min-width: 1024px) {
  #entry .entryList li .number {
    width: 16rem;
    min-width: 16rem;
  }
}
@media screen and (min-width: 769px) {
  #entry .entryList li .number {
    width: 10rem;
    min-width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #entry .entryList li .number {
    font-size: 1.3rem;
    width: 8rem;
    min-width: 8rem;
  }
}
#entry .entryList li .number span {
  font-size: 1.8rem;
  padding-left: 0.3rem;
  vertical-align: -0.1rem;
}
@media screen and (max-width: 768px) {
  #entry .entryList li .number span {
    font-size: 1.5rem;
  }
}
#entry .entryList li .text h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #entry .entryList li .text h3 {
    font-size: 1.8rem;
  }
}
#entry .entryList li .text p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #entry .entryList li .text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #entry .entryList li .text p {
    font-size: 1.4rem;
  }
}
#entry .entryList li .text p a {
  display: inline-block;
  text-decoration: underline;
}
#entry .entryList li .text p .caution {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #entry .entryList li .text p .caution {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-left: 1.3rem;
    text-indent: -1.3rem;
  }
}
#entry .entryList li:last-of-type .number {
  margin-left: -1rem;
}
#entry .entryList li:last-of-type .text {
  padding-left: 1rem;
}

/* 料金
---------------------------------------------- */
#price .priceContent {
  margin-bottom: 8rem;
}
@media screen and (min-width: 1281px) {
  #price .priceContent {
    display: flex;
    gap: 4%;
  }
}
@media screen and (max-width: 768px) {
  #price .priceContent {
    margin-bottom: 4rem;
  }
}
#price .priceBox {
  background-color: rgba(242, 242, 240, 0.8);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
  border-radius: 1rem;
  padding: 5% 2%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1281px) {
  #price .priceBox {
    width: 46%;
  }
}
@media screen and (max-width: 1280px) {
  #price .priceBox {
    max-width: 80%;
    margin: 0 auto;
    padding: 4rem 2rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  #price .priceBox {
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #price .priceBox:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#price .priceBox::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(images/deco.png) no-repeat top right/contain;
  width: 16rem;
  height: 6rem;
}
#price .priceBox hgroup {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
}
#price .priceBox hgroup .ja {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
#price .priceBox hgroup .en {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: capitalize;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1280px) {
  #price .priceBox hgroup .en {
    font-size: 1.6rem;
  }
}
#price .priceBox p {
  text-align: center;
}
#price .priceBox .text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #price .priceBox .text {
    font-size: 1.5rem;
  }
}
#price .priceBox .cost {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
#price .priceBox .cost span {
  font-size: 4rem;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  margin-right: 0.2rem;
}
@media screen and (max-width: 1280px) {
  #price .priceBox .cost span {
    font-size: 3.6rem;
  }
}
#price .priceBox .caution {
  font-size: 1.3rem;
  line-height: 1.6;
}
#price .priceBox ul {
  display: inline-block;
  margin-bottom: 1.6rem;
}
#price .priceBox ul li {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1rem;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  #price .priceBox ul li {
    font-size: 1.4rem;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
  }
}
#price .priceBox ul li::before {
  content: "";
  display: inline-block;
  background-color: #EC8952;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-right: 0.8rem;
  vertical-align: 0.1rem;
}
#price .priceBox ul li span {
  font-size: 1.5rem;
}

/* よくあるご質問
---------------------------------------------- */
#question .questionList .questionBox {
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.8rem 2.8rem 3.6rem;
}
@media screen and (max-width: 768px) {
  #question .questionList .questionBox {
    padding: 2rem 0;
  }
}
#question .questionList .questionBox:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#question .questionList .questionBox dt,
#question .questionList .questionBox dd {
  display: flex;
  border: none;
  line-height: 1.8;
}
#question .questionList .questionBox .en {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #question .questionList .questionBox .en {
    font-size: 2rem;
  }
}
#question .questionList .questionBox dt {
  border-bottom: none;
  font-size: 1.8rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  #question .questionList .questionBox dt {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 0.8rem;
  }
}
#question .questionList .questionBox dt .en {
  vertical-align: -0.1rem;
  margin-top: -0.6rem;
}
@media screen and (max-width: 768px) {
  #question .questionList .questionBox dt .en {
    margin-top: -0.4rem;
  }
}
#question .questionList .questionBox dd {
  border-color: rgba(0, 0, 0, 0.1);
}
#question .questionList .questionBox dd .en {
  margin-top: -0.5rem;
  color: #EBAB2E;
}
@media screen and (max-width: 768px) {
  #question .questionList .questionBox dd .en {
    margin-top: -0.3rem;
  }
}/*# sourceMappingURL=sakupage.css.map */