@charset "UTF-8";
/* -------------------------------------------------
	メディアクエリ
-------------------------------------------------- */
/* -------------------------------------------------
	変数
-------------------------------------------------- */
/* -------------------------------------------------
	斜め背景
-------------------------------------------------- */
/* -------------------------------------------------
	タイトル
-------------------------------------------------- */
.page-tit {
  height: 41rem;
  margin-top: 100px;
  margin-bottom: 12.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .page-tit {
    margin-top: 8rem;
    margin-bottom: 5rem;
    height: 30rem;
    line-height: 1.5;
  }
}
.page-tit .tit-lev2 {
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .page-tit .tit-lev2 {
    margin-bottom: 5rem;
  }
}
.page-tit .tit-lev2__text {
  left: 0;
  transform: translateY(-50%);
}
.page-tit__text {
  margin-top: -3rem;
  color: #080857;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .page-tit__text {
    margin: -3rem auto 5rem;
    font-size: 1.4rem;
  }
}
.page-tit__img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-tit .pan-list {
  text-align: right;
  color: #707070;
  font-size: 1.4rem;
}
@media screen and (max-width: 780px) {
  .page-tit .pan-list {
    font-size: 1.2rem;
  }
}
.page-tit .pan-line {
  color: #D6281A;
}

.page-text-tit {
  margin-bottom: 3.5rem;
  font-size: 4rem;
}
@media screen and (max-width: 780px) {
  .page-text-tit {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

/* -------------------------------------------------
	table
-------------------------------------------------- */
.main-table {
  width: 100%;
  table-layout: fixed;
}
.main-table__tit, .main-table__text {
  padding: 4rem 0;
  border-bottom: 1px solid #080857;
}
@media screen and (max-width: 780px) {
  .main-table__tit, .main-table__text {
    width: 100%;
    padding: 2rem 0;
    display: block;
  }
}
.main-table__tit {
  color: #D6281A;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 781px) {
  .main-table__tit {
    width: 30rem;
  }
}
@media screen and (max-width: 780px) {
  .main-table__tit {
    padding: 2rem 0 0;
    border: none;
  }
}
.main-table__tit--lg {
  font-size: 3.6rem;
}
@media screen and (max-width: 780px) {
  .main-table__tit--lg {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 781px) {
  .main-table__text {
    width: calc(100% - 30rem);
    font-size: 1.8rem;
  }
}
.main-table__text--color {
  font-size: 1.4rem;
}
.main-table__text-lg {
  font-size: 2rem;
}

/* -------------------------------------------------
	ec
-------------------------------------------------- */
@media screen and (min-width: 781px) {
  #img-box {
    max-width: 68rem;
    margin: 0 auto 10rem;
    display: flex;
  }
}
@media screen and (max-width: 780px) {
  #img-box {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 781px) {
  #img-box .itemimg {
    width: 58rem;
    order: 2;
  }
}
@media screen and (max-width: 780px) {
  #img-box .itemimg {
    margin-bottom: 1rem;
  }
}
#img-box .itemimg .swiper-slide {
  text-align: center;
}
@media screen and (max-width: 780px) {
  #img-box .itemimg .swiper-slide img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 781px) {
  #img-box .itemsubimg {
    order: 1;
  }
}
@media screen and (min-width: 781px) {
  #img-box .itemsubimg .swiper-wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 781px) {
  #img-box .itemsubimg .swiper-slide {
    margin-bottom: 1rem;
  }
}

.detail-box-inner {
  margin-bottom: 3rem;
  border-bottom: 1px solid #9C9C9C;
}
@media screen and (min-width: 781px) {
  .detail-box-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

#itempage .field_price {
  margin-bottom: 6.5rem;
  text-align: right !important;
  color: #333;
  font-size: 2.2rem;
}

/* -------------------------------------------------
	company
-------------------------------------------------- */
.page-company .content-wrap {
  max-width: 1200px;
}

.company-info {
  margin-bottom: 16rem;
}
@media screen and (max-width: 780px) {
  .company-info {
    margin-bottom: 8rem;
  }
}

.company-access {
  margin-bottom: 16rem;
}
@media screen and (max-width: 780px) {
  .company-access {
    margin-bottom: 8rem;
  }
}
.company-access-box {
  padding: 4rem;
  margin-bottom: 6rem;
  background: #080857;
  color: #fff;
}
@media screen and (min-width: 781px) {
  .company-access-box {
    display: flex;
    justify-content: center;
    gap: 0 4.5rem;
  }
}
.company-access__map {
  width: 100%;
  height: 29rem;
}
@media screen and (min-width: 781px) {
  .company-access__map {
    width: 50rem;
    max-width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .company-access__map {
    margin-bottom: 3rem;
  }
}
.company-access__map iframe {
  width: 100%;
  height: 100%;
}
.company-access__tit {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .company-access__tit {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 781px) {
  .company-access__text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 781px) {
  .company-access__text--lg {
    font-size: 2rem;
  }
}
@media screen and (min-width: 781px) {
  .company-access-box-inner {
    width: 52.7rem;
    max-width: 50%;
  }
}

.history {
  margin-bottom: 16rem;
}
@media screen and (max-width: 780px) {
  .history {
    margin-bottom: 6rem;
  }
}
.history .main-table__tit {
  color: #080857;
}

.awards {
  padding-bottom: calc(10vw + 10px);
  position: relative;
}
.awards::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #080857;
  border-left: 99vw solid transparent;
}
@media screen and (max-width: 780px) {
  .awards {
    padding-bottom: 13rem;
  }
}

.company-service {
  padding-bottom: 15rem;
  background: #080857;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .company-service {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.company-service .page-text-tit {
  margin-bottom: 13rem;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .company-service-box {
    display: flex;
    align-items: center;
    gap: 0 6.5rem;
  }
  .company-service-box:nth-of-type(2n-1) {
    justify-content: flex-start;
  }
  .company-service-box:nth-of-type(2n) {
    justify-content: flex-end;
  }
  .company-service-box:nth-of-type(2n) .company-service-box__img {
    order: 2;
  }
  .company-service-box:nth-of-type(2n) .company-service-box-inner {
    order: 1;
  }
}
@media screen and (max-width: 780px) {
  .company-service-box {
    margin-bottom: 8rem;
  }
}
.company-service-box__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .company-service-box__img {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .company-service-box__img {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 781px) {
  .company-service-box-inner {
    max-width: 63.3rem;
  }
}
@media screen and (max-width: 780px) {
  .company-service-box-inner {
    width: 90%;
    margin: 0 auto;
  }
}
.company-service-box__tit {
  margin-bottom: 7rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 780px) {
  .company-service-box__tit {
    margin-bottom: 3.5rem;
    font-size: 1.8rem;
  }
}
.company-service-box__text {
  margin-bottom: 3.5rem;
}

.company-contact {
  margin-bottom: 16rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .company-contact {
    margin-bottom: 8rem;
  }
}
.company-contact::before {
  content: "";
  position: absolute;
  top: -6vw;
  left: 0;
  border-bottom: 6vw solid #fff;
  border-right: 99vw solid transparent;
}
@media screen and (max-width: 780px) {
  .company-contact::before {
    top: -2.2rem;
  }
}
.company-contact-banner {
  max-width: 1400px;
  display: block;
}

.service-contact::before {
  content: none;
}

/* -------------------------------------------------
	flow
-------------------------------------------------- */
.page-flow {
  margin-bottom: 15rem;
}
@media screen and (max-width: 780px) {
  .page-flow {
    margin-bottom: 7rem;
  }
}
.page-flow-box {
  margin-left: 5rem;
  padding-bottom: 16rem;
  border-left: 1px solid #080857;
}
.page-flow-box:last-of-type {
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 780px) {
  .page-flow-box {
    margin-left: 2.5rem;
    padding-bottom: 8rem;
  }
}
.page-flow-box-inner {
  max-width: 1080px;
  margin-left: 5rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 781px) {
  .page-flow-box-inner {
    margin-top: -6rem;
    margin-left: 11.5rem;
  }
}
.page-flow-box-content__tit {
  margin-bottom: 2rem;
  color: #080857;
  font-size: 2.4rem;
}
@media screen and (max-width: 780px) {
  .page-flow-box-content__tit {
    font-size: 1.8rem;
  }
}
.page-flow-box .main-btn {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 781px) {
  .page-flow-box02-content {
    display: flex;
    gap: 0 7rem;
  }
}
@media screen and (min-width: 781px) {
  .page-flow-box02-content-inner {
    width: 50%;
  }
}
@media screen and (min-width: 781px) {
  .page-flow-box02-content-inner:first-of-type {
    padding-right: 7rem;
    border-right: 1px solid #080857;
  }
}
@media screen and (max-width: 780px) {
  .page-flow-box02-content-inner:first-of-type {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 781px) {
  .page-flow-box05-content {
    display: flex;
    align-items: center;
    gap: 0 7.5rem;
  }
}
.page-flow-box05-content:not(:last-of-type) {
  margin-bottom: 6rem;
}
.page-flow-box05-content__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .page-flow-box05-content__img {
    width: 35.4rem;
  }
}
@media screen and (max-width: 780px) {
  .page-flow-box05-content__img {
    margin-bottom: 3rem;
  }
}
.page-flow-step {
  width: 10rem;
  height: 10rem;
  margin-left: -5rem;
  background: #080857;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0.8;
}
@media screen and (max-width: 780px) {
  .page-flow-step {
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
    font-size: 1.6rem;
  }
}
.page-flow-step__no {
  font-size: 6.3rem;
}
@media screen and (max-width: 780px) {
  .page-flow-step__no {
    font-size: 3rem;
    line-height: 1;
  }
}

/* -------------------------------------------------
	policy
-------------------------------------------------- */
.policy {
  margin-bottom: 16rem;
}
@media screen and (max-width: 780px) {
  .policy {
    margin-bottom: 8rem;
  }
}
.policy__tit {
  margin-bottom: 2rem;
  border-bottom: 1px solid #9C9C9C;
  font-size: 3.2rem;
  color: #080857;
}
@media screen and (max-width: 780px) {
  .policy__tit {
    font-size: 2.2rem;
  }
}
.policy__text:not(:last-of-type) {
  margin-bottom: 8rem;
}

/* -------------------------------------------------
	guide
-------------------------------------------------- */
.guide {
  margin-bottom: 16rem;
}
@media screen and (max-width: 780px) {
  .guide {
    margin-bottom: 8rem;
  }
}
.guide-table {
  width: 90%;
  border: 1px solid #9C9C9C;
  margin: 0 auto;
  table-layout: fixed;
}
.guide__tit {
  padding: 1rem 3rem;
  background: #F3F3F3;
  border-bottom: 1px solid #9C9C9C;
}
@media screen and (min-width: 781px) {
  .guide__tit {
    width: 30rem;
  }
}
@media screen and (max-width: 780px) {
  .guide__tit {
    width: 100%;
    display: block;
  }
  .guide__tit:last-of-type {
    border-bottom: none;
  }
}
.guide__text {
  padding: 1rem 3rem;
  border-bottom: 1px solid #9C9C9C;
}
@media screen and (min-width: 781px) {
  .guide__text {
    width: calc(100% - 30rem);
    border-left: 1px solid #9C9C9C;
  }
}
@media screen and (max-width: 780px) {
  .guide__text {
    width: 100%;
    display: block;
  }
  .guide__text:last-of-type {
    border-bottom: none;
  }
}

/* -------------------------------------------------
	service
-------------------------------------------------- */
.service-point {
  padding-bottom: 0 !important;
  padding-bottom: calc(10vw + 10px);
  position: relative;
}
.service-point::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #080857;
  border-left: 99vw solid transparent;
}
.service-point-content {
  padding: 80px 0 24.5rem;
  background: #F3F3F3;
}
@media screen and (max-width: 780px) {
  .service-point-content {
    padding: 18rem 0 30rem;
  }
}
.service-point__img {
  position: absolute;
}
.service-point__img01 {
  max-width: 87rem;
  width: 46%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 780px) {
  .service-point__img01 {
    width: 60%;
    top: 14rem;
  }
}
.service-point__img02 {
  max-width: 94.5rem;
  width: 50%;
  right: 11.5rem;
  bottom: 0;
}
@media screen and (max-width: 780px) {
  .service-point__img02 {
    width: 80%;
    right: 0;
  }
}

@media screen and (min-width: 781px) {
  .service-point-list {
    width: 52.5rem;
  }
}
.service-point-list__tit {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #080857;
  font-size: 3rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .service-point-list__tit {
    font-size: 2rem;
  }
}
.service-point-list__tit::before {
  position: absolute;
  content: "";
  width: 9.4rem;
  left: 0;
  bottom: -1px;
  border-bottom: 3px solid #080857;
}
.service-point-list__tit-ps {
  padding: 0 1.4rem;
  border: 1px solid #080857;
  color: #080857;
  border-radius: 14px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
}
.service-point-list__text {
  line-height: 2;
}
.service-point-list__text:not(:last-of-type) {
  margin-bottom: 85px;
}
@media screen and (max-width: 780px) {
  .service-point-list__text:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.service-about {
  padding: 12.8rem 0 45px;
  background: #080857;
}
@media screen and (max-width: 780px) {
  .service-about {
    padding: 8rem 0 45px;
  }
}
.service-about-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7.9rem;
}
@media screen and (max-width: 780px) {
  .service-about-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .service-about .tit-part3 {
    margin-bottom: 80px;
  }
}

.service-about-deco {
  width: 100%;
  margin-top: -100px;
  margin-bottom: 40px;
  display: block;
}

.service-about-sidebar {
  width: 100%;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .service-about-sidebar {
    width: 30rem;
    margin-bottom: 100px;
    font-size: 1.8rem;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    left: 0;
  }
}
.service-about-sidebar__item {
  padding-right: 1.5rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-about-sidebar__item::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/btn-arrow-r-c.svg) no-repeat;
  background-size: contain;
}
.service-about-sidebar__item::before {
  position: absolute;
  content: "";
  width: 9.4rem;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #D6281A;
}

@media screen and (min-width: 781px) {
  .service-about-content {
    width: calc(100% - 37.9rem);
  }
}

.service-about-item {
  padding-bottom: 80px;
  position: relative;
}
.service-about-item:not(:last-of-type) {
  margin-bottom: 80px;
}
.service-about-item:not(:last-of-type)::before {
  content: "";
  width: 90%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.service-about-item__img {
  width: 100%;
  height: 44.8rem;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .service-about-item__img {
    height: 20rem;
    margin-bottom: 40px;
  }
}
.service-about-item__img-bg {
  width: 100%;
  height: calc(100% - 2.8rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.service-about-item__img-text {
  padding: 20px 3rem;
  border-radius: 0 50px 0 0;
  background: #fff;
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  color: #080857;
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: 4px;
}
@media screen and (max-width: 780px) {
  .service-about-item__img-text {
    padding: 10px 1.5rem;
    font-size: 1.8rem;
    border-radius: 0 20px 0 0;
  }
}
.service-about-item__img-recommend {
  width: 19rem;
  position: absolute;
  top: -4.5rem;
  right: 1.3rem;
}
@media screen and (max-width: 780px) {
  .service-about-item__img-recommend {
    width: 10rem;
    right: 0.5rem;
  }
}
.service-about-item__text {
  margin-bottom: 40px;
  color: #fff;
  line-height: 2;
}

.service-about-item-box {
  padding: 20px 3rem;
  background: #fff;
  border-radius: 0 50px 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .service-about-item-box {
    padding: 40px 1.5rem;
  }
}
@media screen and (min-width: 781px) {
  .service-about-item-box__unit {
    width: 50%;
    padding: 20px 0 30px;
  }
  .service-about-item-box__unit:nth-of-type(2n) {
    padding-left: 3.5rem !important;
    border-left: 2px dotted #080857;
  }
  .service-about-item-box__unit:nth-of-type(2n+1) {
    padding-right: 3.5rem !important;
  }
  .service-about-item-box__unit:not(:nth-of-type(-n+2)) {
    margin-top: 36px;
    position: relative;
  }
  .service-about-item-box__unit:not(:nth-of-type(-n+2))::before {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dotted #080857;
    position: absolute;
    left: 0;
    top: -18px;
  }
}
@media screen and (max-width: 780px) {
  .service-about-item-box__unit:not(:first-of-type) {
    padding-top: 40px;
    border-top: 2px dotted #080857;
  }
  .service-about-item-box__unit:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.service-about-item-box__unit--big {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .service-about-item-box__unit--big {
    padding: 20px 3rem;
  }
}
.service-about-item-box__unit--big .service-about-item-box__unit-text {
  text-align: center;
}
.service-about-item-box__unit-text {
  line-height: 2;
}

.service-difference {
  margin-top: -22rem;
  padding-top: 24rem;
  padding-bottom: 70px;
  background: #F3F3F3;
}
.service-difference__tit-part3, .service-difference__tit-part4 {
  color: #080857;
}
.service-difference-list {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (min-width: 781px) {
  .service-difference-list {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 780px) {
  .service-difference-list {
    flex-direction: column;
  }
}

.service-difference-item {
  padding: 13rem 4.5rem 9rem;
  flex: 1;
  background: #fff;
  border-radius: 184px;
}
@media screen and (min-width: 781px) {
  .service-difference-item {
    height: 68rem;
  }
}
@media screen and (min-width: 1500px) {
  .service-difference-item {
    height: 58rem;
  }
}
@media screen and (max-width: 780px) {
  .service-difference-item {
    padding: 13rem 2rem 5rem;
    border-radius: 75px;
  }
}
@media screen and (min-width: 781px) {
  .service-difference-item:nth-of-type(2) {
    margin-top: 7rem;
  }
}
.service-difference-item__num {
  margin-top: -17rem;
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 900;
}
.service-difference-item__img {
  max-width: 60%;
  margin: 0 auto 35px;
  display: block;
}
.service-difference-item__tit {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #080857;
}
.service-difference-item__text {
  line-height: 2;
}

.service-features {
  padding-bottom: 33rem !important;
  background: #F3F3F3;
  padding-bottom: calc(10vw + 10px);
  position: relative;
}
.service-features::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #080857;
  border-left: 99vw solid transparent;
}
@media screen and (max-width: 780px) {
  .service-features {
    padding-bottom: 20rem !important;
  }
}
@media screen and (min-width: 781px) {
  .service-features::before {
    bottom: 5rem;
  }
}

.service-features-item {
  display: flex;
  justify-content: flex-end;
  gap: 5rem;
  align-items: flex-start;
}
@media screen and (min-width: 781px) {
  .service-features-item {
    max-width: 1660px;
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .service-features-item {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 781px) {
  .service-features-item:nth-of-type(2n+1) {
    margin: 0 0 16rem auto;
  }
}
@media screen and (max-width: 780px) {
  .service-features-item:nth-of-type(2n+1) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 781px) {
  .service-features-item:nth-of-type(2n+1) .service-features-item-content {
    margin-top: 22rem;
  }
}
@media screen and (min-width: 781px) {
  .service-features-item:nth-of-type(2n+1) .service-features-item__img {
    order: 2;
  }
}
@media screen and (min-width: 781px) {
  .service-features-item-content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 780px) {
  .service-features-item-content {
    width: 90%;
    margin: 0 auto;
  }
}
.service-features-item__tit {
  margin-bottom: 7rem;
  color: #080857;
  text-align: left;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 780px) {
  .service-features-item__tit {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.service-features-item__tit::before, .service-features-item__tit::after {
  left: 0;
  transform: translateX(0);
}
.service-features-item__tit::before {
  background: #080857;
}
.service-features-item__sub-tit {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .service-features-item__sub-tit {
    font-size: 1.8rem;
  }
}
.service-features-item__text {
  line-height: 2;
}
.service-features-item__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .service-features-item__img {
    width: 108rem;
    max-width: 60%;
  }
}

.service-bnr {
  margin-top: -20rem;
  display: flex;
  justify-content: center;
  gap: 7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .service-bnr {
    margin-top: -10rem;
    flex-direction: column;
    gap: 40px;
  }
}
.service-bnr__item {
  width: 100%;
  height: 18rem;
  background: url(../img/page/service-bnr01.png) no-repeat;
  background-size: contain;
  background-size: center;
  border-radius: 20px;
}
@media screen and (min-width: 781px) {
  .service-bnr__item {
    width: calc((100% - 7rem) / 2);
    height: 35rem;
    border-radius: 40px;
    background-size: cover;
  }
}
.service-bnr__item::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s;
  display: block;
}
.service-bnr__item:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.service-bnr__item02 {
  background: url(../img/page/service-bnr02.png) no-repeat;
  background-size: contain;
  background-size: center;
}
@media screen and (min-width: 781px) {
  .service-bnr__item02 {
    background-size: cover;
  }
}

.service-quality {
  padding-top: 35rem;
  margin-top: -20rem;
  margin-bottom: 10rem;
  background: #080857;
  color: #fff;
  padding-bottom: calc(10vw + 10px);
  position: relative;
}
.service-quality::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #080857;
  border-left: 99vw solid transparent;
}
@media screen and (max-width: 780px) {
  .service-quality {
    margin-top: -30rem;
  }
}
.service-quality::before {
  border-bottom: 6vw solid #080857;
  border-right: 99vw solid transparent;
  border-left: none;
  transform: rotate(-180deg);
  bottom: -6vw;
  left: auto;
}
.service-quality__tit {
  color: #fff;
}
@media screen and (min-width: 781px) {
  .service-quality__tit {
    margin-bottom: 15rem;
  }
}

.service-quality-item {
  display: flex;
  align-items: center;
  gap: 11rem;
}
@media screen and (max-width: 780px) {
  .service-quality-item {
    flex-direction: column;
    gap: 40px;
  }
}
.service-quality-item:not(:last-of-type) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px dotted #fff;
}
.service-quality-item__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .service-quality-item__img {
    max-width: 660px;
    width: 50%;
  }
}
@media screen and (min-width: 781px) {
  .service-quality-item-content {
    width: 56rem;
  }
}
.service-quality-item__tit {
  margin-bottom: 35px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .service-quality-item__tit {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.service-quality-item__text {
  line-height: 2;
}

.service-follow {
  margin-top: -10rem;
  padding-top: 24rem;
  padding-bottom: 17rem;
  background: #F3F3F3;
}
@media screen and (max-width: 780px) {
  .service-follow {
    padding-bottom: 8rem;
  }
}
.service-follow-inner {
  padding-bottom: 9rem;
  border-bottom: 2px dotted #080857;
}
@media screen and (min-width: 781px) {
  .service-follow-inner {
    max-width: 1660px;
    width: 90%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .service-follow-inner {
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 780px) {
  .service-follow__tit {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.service-follow-slider {
  padding-left: 2rem;
}
@media screen and (min-width: 781px) {
  .service-follow-slider {
    padding-left: 14rem;
  }
}
@media screen and (max-width: 780px) {
  .service-follow-slider .slick-list {
    padding: 0 10% 0 0 !important;
  }
}

.service-follow-slider-item {
  margin-right: 9.5rem;
  padding-left: 1rem;
  display: flex !important;
  align-items: center;
  gap: 2.3rem;
}
@media screen and (max-width: 780px) {
  .service-follow-slider-item {
    margin-right: 2rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 781px) {
  .service-follow-slider-item-content {
    width: 54rem;
  }
}
@media screen and (max-width: 780px) {
  .service-follow-slider-item-content {
    order: 2;
  }
}
.service-follow-slider-item__tit {
  margin-left: 2rem;
  margin-bottom: 40px;
  padding-left: 10rem;
  padding-bottom: 20px;
  border-bottom: 2px solid #080857;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  color: #080857;
}
@media screen and (max-width: 780px) {
  .service-follow-slider-item__tit {
    margin-left: 1rem;
    padding-left: 4rem;
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.service-follow-slider-item__tit::before {
  position: absolute;
  content: "";
  width: 12.4rem;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #D6281A;
}
.service-follow-slider-item__tit-num {
  width: 9.7rem;
  aspect-ratio: 1/1;
  border: 4px solid #D6281A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D6281A;
  font-size: 4rem;
  font-weight: 900;
  position: absolute;
  left: -3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .service-follow-slider-item__tit-num {
    width: 5rem;
    border: 2px solid #D6281A;
    font-size: 2rem;
    left: -2rem;
  }
}
.service-follow-slider-item__text {
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .service-follow-slider-item__img {
    width: calc(100% - 56.3rem);
  }
}
@media screen and (max-width: 780px) {
  .service-follow-slider-item__img {
    width: 100%;
    order: 1;
  }
}

.service-strengths {
  background: #F3F3F3;
  padding-bottom: calc(10vw + 10px);
  position: relative;
}
.service-strengths::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #080857;
  border-left: 99vw solid transparent;
}
.service-strengths__tit {
  margin-bottom: 17rem;
}
@media screen and (max-width: 780px) {
  .service-strengths__tit {
    margin-bottom: 80px;
  }
}
.service-strengths-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8.7rem 8rem;
}

.service-strengths-item {
  padding: 55px 2rem;
  background: #fff;
}
@media screen and (min-width: 781px) {
  .service-strengths-item {
    width: calc((100% - 8rem) / 2);
    padding: 55px 5.5rem;
  }
}
.service-strengths-item01 {
  border-radius: 50px 0 0 0;
}
.service-strengths-item02 {
  border-radius: 0 50px 0 0;
}
.service-strengths-item03 {
  border-radius: 0 50px 0 0;
}
.service-strengths-item04 {
  border-radius: 0 0 0 50px;
}
.service-strengths-item__num {
  margin-top: -12rem;
  margin-bottom: 10px;
  color: #D6281A;
  font-size: 8rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .service-strengths-item__num {
    margin-top: -10rem;
    font-size: 6rem;
  }
}
.service-strengths-item__tit {
  margin-bottom: 50px;
}
.service-strengths-item__img {
  width: 100%;
  margin: 0 auto 40px;
}
.service-strengths-item__text {
  line-height: 2;
}

.service-flow {
  padding-top: 12.5rem;
  background: #080857;
}
@media screen and (max-width: 780px) {
  .service-flow-inner {
    width: 95%;
  }
}
.service-flow__tit {
  margin-bottom: 17rem;
}
@media screen and (max-width: 780px) {
  .service-flow__tit {
    margin-bottom: 40px;
  }
}
.service-flow__sub-tit {
  font-size: 4rem;
}
@media screen and (max-width: 780px) {
  .service-flow__sub-tit {
    font-size: 2.4rem;
  }
}
.service-flow-list {
  position: relative;
}
.service-flow-list::before {
  content: "";
  width: 3px;
  height: 100%;
  border-right: 3px dotted #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
  .service-flow-list::before {
    left: calc(2.5% + 2.6rem);
  }
}

.service-flow-item {
  color: #fff;
}
@media screen and (min-width: 781px) {
  .service-flow-item:nth-of-type(2n) .service-flow-item-box-inner {
    order: 2;
    padding-left: 10rem;
    padding-right: 0 !important;
  }
  .service-flow-item:nth-of-type(2n) .service-flow-item-box__img {
    order: 1;
  }
}
.service-flow-item__time {
  width: 7rem;
  aspect-ratio: 1/1;
  background: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #080857;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 781px) {
  .service-flow-item__time {
    width: 13.3rem;
    margin: 0 auto;
    font-size: 1.9rem;
  }
}
.service-flow-item__time-lg {
  font-size: 4.6rem;
  color: #D6281A;
  display: block;
}
@media screen and (max-width: 780px) {
  .service-flow-item__time-lg {
    font-size: 2rem;
  }
}
.service-flow-item-box {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.8rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .service-flow-item-box {
    padding: 40px 0;
    padding-left: 5rem;
    flex-direction: column;
    gap: 40px;
  }
}
.service-flow-item-box-inner {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .service-flow-item-box-inner {
    width: 50%;
    padding-right: 1.8rem;
  }
}
.service-flow-item-box__tit {
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 780px) {
  .service-flow-item-box__tit {
    margin-bottom: 20px;
    padding-left: 2rem;
    font-size: 2rem;
    gap: 10px;
  }
}
.service-flow-item-box__tit::after {
  content: "";
  width: 68.2rem;
  height: 7rem;
  background: url(../img/page/service-flow-tit.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 780px) {
  .service-flow-item-box__tit::after {
    width: 100%;
    height: 3rem;
    background: url(../img/page/service-flow-tit-sp.svg) no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: -2rem;
  }
}
.service-flow-item-box__text {
  line-height: 2;
}
.service-flow-item-box__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .service-flow-item-box__img {
    width: calc(50% - 6.8rem);
  }
}
.service-flow-item-box__list-tit {
  margin-bottom: 20px;
  padding-left: 1.2rem;
  border-left: 2px solid #D6281A;
  font-size: 2.4rem;
}
@media screen and (max-width: 780px) {
  .service-flow-item-box__list-tit {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.service-flow-item-box__list-text {
  line-height: 2;
}
.service-flow-item-box__list-text:not(:last-of-type) {
  margin-bottom: 40px;
}

.service-support {
  margin-bottom: 19.5rem;
  padding: 16.5rem 2rem;
  color: #fff;
  text-align: center;
  background: url(../img/page/service-support-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .service-support {
    margin-bottom: 80px;
    padding: 80px 2rem;
  }
}
.service-support__tit {
  margin-bottom: 5rem;
  font-size: 4rem;
}
@media screen and (max-width: 780px) {
  .service-support__tit {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.service-support__text {
  line-height: 2;
}

.service-faq {
  margin-bottom: 40px;
}
.service-faq__tit {
  padding-bottom: 40px;
  border-bottom: 1px solid #080857;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .service-faq__tit {
    font-size: 2.4rem;
  }
}

.service-faq-list {
  padding: 55px 0;
  border-bottom: 1px solid #080857;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .service-faq-list {
    padding: 30px 0;
  }
}
.service-faq-list__q {
  padding-right: 5rem;
  position: relative;
}
@media screen and (min-width: 781px) {
  .service-faq-list__q {
    font-size: 1.8rem;
    padding-right: 3rem;
  }
}
.service-faq-list__q::before, .service-faq-list__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 3px;
  background: #080857;
  transition: 0.4s;
}
.service-faq-list__q::after {
  top: 52%;
  transform: translateY(-50%) rotate(90deg);
}
.service-faq-list__q.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.service-faq-list__a {
  display: none;
  margin-top: 10px;
  color: #D6281A;
}

.service-others-point {
  margin-bottom: 10rem;
}
.service-others-point__tit {
  color: #080857;
}
.service-others-point-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 780px) {
  .service-others-point-list {
    flex-direction: column;
    gap: 40px;
  }
}

.service-others-point-item {
  border: 5px solid #080857;
  position: relative;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .service-others-point-item {
    flex: 1;
  }
  .service-others-point-item:nth-of-type(2) {
    margin-top: 45px;
  }
}
.service-others-point-item__img {
  width: 100%;
}
.service-others-point-item-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-others-point-item__tit {
  padding: 5px 2.5rem 5px 2rem;
  border-radius: 0 30px 0 0;
  font-size: 2.4rem;
  background: #080857;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .service-others-point-item__tit {
    font-size: 1.8rem;
  }
}
.service-others-point-item__text {
  height: 75px;
  padding: 0 3rem;
  background: #080857;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .service-others-point-item__text {
    padding: 0 2rem;
  }
}

/* -------------------------------------------------
	choose
-------------------------------------------------- */
.choose-intro {
  padding-bottom: calc(10vw + 10px);
  position: relative;
}
.choose-intro::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #080857;
  border-left: 99vw solid transparent;
}
@media screen and (max-width: 780px) {
  .choose-intro {
    padding-bottom: 0;
  }
}
.choose-intro-inner {
  max-width: 1660px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 13.5rem;
}
@media screen and (min-width: 781px) {
  .choose-intro-inner {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .choose-intro-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 781px) {
  .choose-intro-content {
    width: 77.5rem;
  }
}
@media screen and (max-width: 780px) {
  .choose-intro-content {
    width: 90%;
    margin: 0 auto;
  }
}
.choose-intro__sub-tit {
  margin-bottom: 30px;
  color: #080857;
  text-align: left;
}
.choose-intro__sub-tit::before {
  background: #080857;
  left: 40px;
}
.choose-intro__sub-tit::after {
  left: 20px;
}
.choose-intro__text {
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .choose-intro__img {
    width: calc(100% - 91rem);
  }
}
@media screen and (max-width: 780px) {
  .choose-intro__img {
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
  }
}

.choose-point-item__tit {
  margin-bottom: 35px;
  padding-bottom: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 780px) {
  .choose-point-item__tit {
    font-size: 2.2rem;
  }
}
.choose-point-item__text {
  margin-bottom: 65px;
  color: #fff;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .choose-point-item__text {
    margin-bottom: 20px;
  }
}

.choose-point-item-box {
  padding-bottom: 45px;
  background: none;
}
.choose-point-item-box__unit {
  border-color: #fff !important;
  color: #fff;
}
.choose-point-item-box__unit--big {
  width: 100%;
}
.choose-point-item-box__unit-tit {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #080857;
  font-size: 3rem;
  position: relative;
  border-color: #fff;
}
@media screen and (max-width: 780px) {
  .choose-point-item-box__unit-tit {
    font-size: 2rem;
  }
}
.choose-point-item-box__unit-tit::before {
  position: absolute;
  content: "";
  width: 9.4rem;
  left: 0;
  bottom: -1px;
  border-bottom: 3px solid #080857;
}
.choose-point-item-box__unit-tit-ps {
  padding: 0 1.4rem;
  border: 1px solid #080857;
  color: #080857;
  border-radius: 14px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
}
.choose-point-item-box__unit-tit::before {
  border-color: #fff;
}
.choose-point-item-box__unit-tit-ps {
  color: #fff;
  background: #D6281A;
}
.choose-point-item-box__unit-text {
  line-height: 2;
}

.choose-point-item-features {
  background: #fff;
  border-radius: 0 50px 0 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .choose-point-item-features {
    flex-direction: column;
    border-radius: 0 20px 0 20px;
  }
}
.choose-point-item-features__img {
  width: 100%;
  border-radius: 0 0 0 20px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 781px) {
  .choose-point-item-features__img {
    width: calc(100% - 57rem);
    min-height: 100%;
    border-radius: 0 50px 0 0;
  }
}
.choose-point-item-features-content {
  padding: 40px 2rem;
}
@media screen and (min-width: 781px) {
  .choose-point-item-features-content {
    width: 57rem;
    padding: 60px 4rem;
  }
}
.choose-point-item-features__tit {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
  color: #080857;
}
@media screen and (max-width: 780px) {
  .choose-point-item-features__tit {
    font-size: 2.2rem;
  }
}
.choose-point-item-features__text {
  line-height: 2;
}

.choose-service {
  padding-bottom: 11.5rem;
  background: #080857;
}
.choose-service__tit {
  margin-bottom: 14rem;
}
@media screen and (max-width: 780px) {
  .choose-service__tit {
    margin-bottom: 80px;
  }
}
.choose-service-list {
  display: flex;
}
@media screen and (min-width: 781px) {
  .choose-service-list {
    height: 80rem;
    margin-bottom: 9.5rem;
  }
}
@media screen and (max-width: 780px) {
  .choose-service-list {
    margin-bottom: 60px;
    flex-direction: column;
  }
}

.choose-service-item {
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 781px) {
  .choose-service-item {
    flex: 1;
  }
}
@media screen and (max-width: 780px) {
  .choose-service-item {
    height: 40rem;
  }
}
.choose-service-item01 {
  background: url(../img/page/choose-service01.jpg) no-repeat center/cover;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 780px) {
  .choose-service-item01 {
    border-radius: 40px 40px 0 0;
  }
}
.choose-service-item01::before {
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 780px) {
  .choose-service-item01::before {
    border-radius: 40px 40px 0 0;
  }
}
.choose-service-item02 {
  background: url(../img/page/choose-service02.jpg) no-repeat center/cover;
}
.choose-service-item03 {
  background: url(../img/page/choose-service03.jpg) no-repeat center/cover;
}
@media screen and (min-width: 781px) {
  .choose-service-item03 {
    border-radius: 0 50px 0 0;
  }
  .choose-service-item03::before {
    border-radius: 0 50px 0 0;
  }
}
.choose-service-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.3;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.choose-service-item:hover::before {
  background: #080857;
  opacity: 0.8;
}
.choose-service-item__tit {
  margin: 10rem 5rem 15px;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .choose-service-item__tit {
    margin: 50px 2rem 15px;
    font-size: 2.4rem;
  }
}
.choose-service-item__text {
  margin: 0 5rem;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .choose-service-item__text {
    margin: 0 2rem;
  }
}
.choose-service-item-inner {
  margin: 0 5rem;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .choose-service-item-inner {
    margin: 0 2rem;
    bottom: 20px;
  }
}
.choose-service-item-inner__arrow {
  width: 10.5rem;
}
@media screen and (max-width: 780px) {
  .choose-service-item-inner__arrow {
    width: 5rem;
  }
}
.choose-service-item:hover .choose-service-item-inner {
  opacity: 1;
}

.choose-service-diagnosis {
  max-width: 1112px;
  color: #fff;
}
.choose-service-diagnosis__tit {
  margin-bottom: 65px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .choose-service-diagnosis__tit {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
.choose-service-diagnosis-inner {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .choose-service-diagnosis-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 781px) {
  .choose-service-diagnosis-inner-content {
    width: calc(100% - 74rem);
  }
}
.choose-service-diagnosis-inner-content__btn {
  border: 1px solid #D6281A;
}
.choose-service-diagnosis__text {
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .choose-service-diagnosis__text {
    width: 66rem;
  }
}
.choose-service-diagnosis__sub-tit {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.choose-service-diagnosis .main-btn-red {
  max-width: none;
  margin-top: 15px;
}

/* -------------------------------------------------
	point
-------------------------------------------------- */
.point-intro-inner {
  max-width: 926px;
}
.point-intro__text {
  line-height: 2;
}
.point-intro__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .point-intro__img {
    margin-top: -10rem;
  }
}

.point-list {
  margin-top: -20rem;
  margin-bottom: 15rem;
  padding-top: 41rem;
  background: #080857;
}
@media screen and (max-width: 780px) {
  .point-list {
    margin-bottom: 10rem;
    margin-top: -5rem;
    padding-top: 14rem;
  }
}

.point-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8rem;
  color: #fff;
}
@media screen and (min-width: 781px) {
  .point-item:nth-of-type(2n+1) {
    justify-content: flex-start;
  }
  .point-item:nth-of-type(2n+1) .point-item__img {
    order: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .point-item:nth-of-type(2n+1) .point-item-inner {
    order: 2;
  }
}
@media screen and (max-width: 780px) {
  .point-item {
    flex-direction: column;
    gap: 40px;
  }
  .point-item:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 781px) {
  .point-item-inner {
    width: 62rem;
    max-width: 40%;
    padding: 9.8rem 0;
  }
}
@media screen and (max-width: 780px) {
  .point-item-inner {
    width: 90%;
    margin: 0 auto;
  }
}
.point-item__tit {
  padding-bottom: 20px;
  margin-bottom: 7.5rem;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .point-item__tit {
    margin-bottom: 40px;
  }
}
.point-item__tit::before {
  left: 40px;
}
.point-item__tit::after {
  left: 20px;
}
.point-item-content__tit {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #080857;
  font-size: 3rem;
  position: relative;
  border-color: #fff;
}
@media screen and (max-width: 780px) {
  .point-item-content__tit {
    font-size: 2rem;
  }
}
.point-item-content__tit::before {
  position: absolute;
  content: "";
  width: 9.4rem;
  left: 0;
  bottom: -1px;
  border-bottom: 3px solid #080857;
}
.point-item-content__tit-ps {
  padding: 0 1.4rem;
  border: 1px solid #080857;
  color: #080857;
  border-radius: 14px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
}
.point-item-content__tit::before {
  border-color: #fff;
}
.point-item-content__text {
  line-height: 2;
}
.point-item-content__text:not(:last-of-type) {
  margin-bottom: 7.5rem;
}
.point-item__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .point-item__img {
    width: 50%;
    height: 108rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.point-pickup__tit {
  margin-bottom: 10rem;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .point-pickup__tit {
    margin-bottom: 40px;
  }
}
.point-pickup-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .point-pickup-inner {
    flex-direction: column;
  }
}
.point-pickup__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .point-pickup__img {
    width: 45%;
  }
}
@media screen and (min-width: 781px) {
  .point-pickup-list {
    width: 55%;
  }
}

.point-pickup-item {
  margin-bottom: 5rem;
  padding: 10px 6.5rem;
  background: #F3F3F3;
  display: flex;
  align-items: center;
  gap: 3.5rem;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .point-pickup-item:first-of-type {
    margin-top: 6rem;
  }
  .point-pickup-item:last-of-type {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 780px) {
  .point-pickup-item {
    margin-bottom: 30px;
    padding: 20px 2rem;
    gap: 2rem;
  }
  .point-pickup-item:last-of-type {
    margin-bottom: 0;
  }
}
.point-pickup-item__num {
  width: 10rem;
  height: 10rem;
  background: url(../img/page/icon-num-bg.svg) no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 780px) {
  .point-pickup-item__num {
    width: 6rem;
    height: 6rem;
    font-size: 2.4rem;
  }
}
.point-pickup-item__text {
  font-size: 3rem;
  color: #080857;
}
@media screen and (max-width: 780px) {
  .point-pickup-item__text {
    width: calc(100% - 8rem);
    font-size: 2rem;
  }
}

.point-repletion {
  padding: 10rem 0 7rem !important;
  background: #080857;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: calc(10vw + 10px);
  position: relative;
}
.point-repletion::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #080857;
  border-left: 99vw solid transparent;
}
.point-repletion::before {
  border-bottom: 6vw solid #080857;
  border-right: 99vw solid transparent;
  border-left: none;
  transform: rotate(-180deg);
  bottom: -6vw;
  left: 0;
}
@media screen and (max-width: 780px) {
  .point-repletion::before {
    bottom: -5.8vw;
  }
}
@media screen and (max-width: 780px) {
  .point-repletion {
    padding: 10rem 1rem 7rem !important;
    font-size: 2rem;
  }
}
.point-repletion__text {
  position: relative;
  z-index: 2;
  line-height: 2;
}
.point-repletion__img {
  width: 80rem;
  position: absolute;
  left: 0;
  bottom: -23rem;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .point-repletion__img {
    width: 80%;
    bottom: -10rem;
  }
}

.point-staff {
  padding: 16rem 0 15rem;
  background: #F3F3F3;
}
@media screen and (max-width: 780px) {
  .point-staff {
    padding: 16rem 0 0;
  }
}
.point-staff__tit {
  margin-bottom: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .point-staff__tit {
    margin-bottom: 40px;
  }
}
.point-staff-list {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  flex-wrap: wrap;
  gap: 0 4rem;
}
@media screen and (max-width: 780px) {
  .point-staff-list {
    flex-direction: column;
  }
}

.point-staff-item {
  display: flex;
}
@media screen and (min-width: 781px) {
  .point-staff-item {
    width: calc((100% - 4rem) / 2);
  }
  .point-staff-item:nth-of-type(2n) {
    margin-top: 24rem;
  }
}
@media screen and (max-width: 780px) {
  .point-staff-item {
    flex-direction: column;
  }
}
.point-staff-item__img {
  width: 55%;
  border-radius: 0 0 0 50px;
  display: block;
}
@media screen and (max-width: 780px) {
  .point-staff-item__img {
    width: 100%;
    border-radius: 0 50px 0 0;
  }
}
.point-staff-item-content {
  border-radius: 0 50px 0 0;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 781px) {
  .point-staff-item-content {
    width: 45%;
  }
}
@media screen and (max-width: 780px) {
  .point-staff-item-content {
    margin-bottom: 60px;
    padding: 80px 1rem;
    border-radius: 0 0 0 50px;
  }
}
.point-staff-item-content::before {
  content: "";
  width: 17.5rem;
  height: 17.7rem;
  background: url(../img/page/logo-deco.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 780px) {
  .point-staff-item-content::before {
    width: 10.5rem;
    height: 10.7rem;
  }
}
.point-staff-item__post {
  color: #080857;
  font-size: 2.4rem;
  font-weight: bold;
}
.point-staff-item__name {
  font-size: 3rem;
}

/* -------------------------------------------------
	diagnosis
-------------------------------------------------- */
.diagnosis-intro {
  padding-top: 12.5rem;
}
@media screen and (max-width: 780px) {
  .diagnosis-intro {
    padding-top: 5rem;
    margin-bottom: 60px;
  }
}
.diagnosis-intro__tit {
  margin-bottom: 55px;
}
.diagnosis-intro-inner {
  max-width: 1660px;
  display: flex;
  align-items: flex-start;
  gap: 11rem;
}
@media screen and (min-width: 781px) {
  .diagnosis-intro-inner {
    margin: 0;
  }
}
@media screen and (max-width: 780px) {
  .diagnosis-intro-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.diagnosis-intro__img {
  max-width: 750px;
  width: 45%;
}
@media screen and (max-width: 780px) {
  .diagnosis-intro__img {
    width: 100%;
  }
}
.diagnosis-intro__text {
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .diagnosis-intro__text {
    width: calc(55% - 11rem);
    margin-top: 12rem;
  }
}

.diagnosis-q {
  margin-bottom: 8rem;
  padding: 8rem 1rem;
  background: #F3F3F3;
}
@media screen and (min-width: 781px) {
  .diagnosis-q {
    margin-bottom: 15rem;
    padding: 10rem 0;
    margin-top: -12.3rem;
  }
}
.diagnosis-q-inner {
  max-width: 1660px;
  display: flex;
  gap: 15.5rem;
  align-items: center;
}
@media screen and (min-width: 781px) {
  .diagnosis-q-inner {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .diagnosis-q-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 781px) {
  .diagnosis-q-content {
    width: calc(55% - 15.5rem);
  }
}
@media screen and (min-width: 781px) {
  .diagnosis-q__img {
    max-width: 870px;
    width: 45%;
    margin-top: -17rem;
  }
}
@media screen and (max-width: 780px) {
  .diagnosis-q__img {
    width: 100%;
  }
}
.diagnosis-q__text {
  line-height: 2;
}

.diagnosis-point {
  padding-bottom: calc(10vw + 10px);
  position: relative;
}
.diagnosis-point::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #080857;
  border-left: 99vw solid transparent;
}
.diagnosis-point__tit {
  margin-bottom: 60px;
  text-align: center;
}
.diagnosis-point__sub-tit {
  color: #080857;
}
.diagnosis-point__sub-tit::before {
  background: #080857;
}
@media screen and (min-width: 781px) {
  .diagnosis-point-list {
    margin-left: -5rem;
  }
}
@media screen and (max-width: 780px) {
  .diagnosis-point-list .slick-list {
    padding: 0 12% 0 0 !important;
  }
}
.diagnosis-point-list .slick-dots {
  bottom: -65px;
}
@media screen and (max-width: 780px) {
  .diagnosis-point-list .slick-dots {
    bottom: -90px;
  }
}
.diagnosis-point-list .slick-dots li.slick-active button::before {
  color: #080857;
}
.diagnosis-point-list .slick-dots li button::before {
  font-size: 17px;
}
.diagnosis-point__btn {
  max-width: 1660px;
}
@media screen and (max-width: 780px) {
  .diagnosis-point__btn {
    width: 90%;
    margin-top: 13.5rem;
  }
}

.diagnosis-point-item {
  height: 43.2rem;
  margin-right: 5rem;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 780px) {
  .diagnosis-point-item {
    margin-right: 2rem;
  }
}
.diagnosis-point-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 780px) {
  .diagnosis-point-item__img {
    border-radius: 20px;
  }
}
.diagnosis-point-item-content {
  width: 100%;
  padding: 15px 4rem;
  background: #080857;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 50px 50px;
}
@media screen and (max-width: 780px) {
  .diagnosis-point-item-content {
    padding: 15px 1.5rem;
    border-radius: 0 0 20px 20px;
  }
}
.diagnosis-point-item__tit {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .diagnosis-point-item__tit {
    font-size: 2rem;
  }
}
.diagnosis-point-item__text {
  line-height: 2;
}

.diagnosis-about {
  padding: 8rem 0 16rem;
  background: #080857;
}
@media screen and (max-width: 780px) {
  .diagnosis-about {
    padding: 8rem 0;
  }
}
.diagnosis-about-inner {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 8.5rem;
}
@media screen and (max-width: 780px) {
  .diagnosis-about-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 781px) {
  .diagnosis-about-inner-box {
    width: 50%;
  }
}
.diagnosis-about__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .diagnosis-about__img {
    width: 50%;
  }
}
.diagnosis-about__tit {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #080857;
  font-size: 3rem;
  position: relative;
  border-color: #fff;
}
@media screen and (max-width: 780px) {
  .diagnosis-about__tit {
    font-size: 2rem;
  }
}
.diagnosis-about__tit::before {
  position: absolute;
  content: "";
  width: 9.4rem;
  left: 0;
  bottom: -1px;
  border-bottom: 3px solid #080857;
}
.diagnosis-about__tit-ps {
  padding: 0 1.4rem;
  border: 1px solid #080857;
  color: #080857;
  border-radius: 14px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
}
.diagnosis-about__tit::before {
  border-color: #fff;
}
.diagnosis-about__text {
  color: #fff;
  line-height: 2;
}

.diagnosis-about-list {
  margin-top: 4.2rem;
  padding: 20px 3.5rem;
  background: #fff;
  border-radius: 0 50px 0 50px;
}
@media screen and (max-width: 780px) {
  .diagnosis-about-list {
    padding: 40px 1.5rem;
  }
}
.diagnosis-about-list__tit {
  margin-bottom: 15px;
  padding-left: 1.5rem;
  border-left: 2px solid #D6281A;
  font-size: 2.4rem;
  color: #080857;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .diagnosis-about-list__tit {
    font-size: 1.8rem;
  }
}
.diagnosis-about-list__text:not(:last-of-type) {
  margin-bottom: 25px;
}

.diagnosis-flow {
  margin-bottom: 11.2rem;
  padding: 15rem 0 16rem;
  background: #F3F3F3;
}
@media screen and (max-width: 780px) {
  .diagnosis-flow {
    padding: 8rem 0;
  }
}
.diagnosis-flow__tit {
  margin-bottom: 10.5rem;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .diagnosis-flow__tit {
    margin-bottom: 40px;
  }
}
.diagnosis-flow-inner {
  max-width: 870px;
}

.diagnosis-flow-box {
  padding-bottom: 9rem;
}
.diagnosis-flow-box__tit {
  padding-bottom: 5px;
  margin-bottom: 25px;
  color: #080857;
  text-align: left;
}
.diagnosis-flow-box__tit::before {
  left: 40px;
  background: #080857;
}
.diagnosis-flow-box__tit::after {
  left: 20px;
}
.diagnosis-flow-box__text {
  font-weight: bold;
}

.diagnosis-faq {
  max-width: 1200px;
  margin-bottom: 27rem;
}
@media screen and (max-width: 780px) {
  .diagnosis-faq {
    margin-bottom: 120px;
  }
}

.diagnosis-form {
  padding: 100px 0 0;
  position: relative;
  background: #080857;
  color: #fff;
}
@media screen and (min-width: 781px) {
  .diagnosis-form {
    padding: 13.5rem 0 0;
  }
}
@media screen and (max-width: 780px) {
  .diagnosis-form .contact-form {
    padding: 0 0 80px;
  }
}
.diagnosis-form__deco {
  width: 116rem;
  position: absolute;
  right: 0;
  top: -26rem;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .diagnosis-form__deco {
    width: 80%;
    top: -10rem;
  }
}

/* -------------------------------------------------
	post
-------------------------------------------------- */
.post-type-archive .post-wrap,
.tax-works_cat .post-wrap,
.tax-blog_cat .post-wrap,
.tax-news_cat .post-wrap,
.single-blog .post-wrap,
.single-works .post-wrap,
.single-news .post-wrap {
  padding-top: 12.5rem;
}
@media screen and (max-width: 780px) {
  .post-type-archive .post-wrap,
.tax-works_cat .post-wrap,
.tax-blog_cat .post-wrap,
.tax-news_cat .post-wrap,
.single-blog .post-wrap,
.single-works .post-wrap,
.single-news .post-wrap {
    padding-top: 5rem;
  }
}
.post-type-archive .page-tit,
.tax-works_cat .page-tit,
.tax-blog_cat .page-tit,
.tax-news_cat .page-tit,
.single-blog .page-tit,
.single-works .page-tit,
.single-news .page-tit {
  margin-bottom: 0;
}

.post-wrap {
  background: #F3F3F3;
}
.post-wrap-inner {
  padding-bottom: 15rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem;
}
@media screen and (max-width: 780px) {
  .post-wrap-inner {
    padding-bottom: 80px;
    flex-direction: column;
  }
}

.post-sidebar {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .post-sidebar {
    width: 30rem;
  }
}

.post-sidebar-list:not(:last-of-type) {
  margin-bottom: 60px;
}
.post-sidebar-list__tit {
  margin-bottom: 25px;
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #080857;
  font-size: 3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .post-sidebar-list__tit {
    font-size: 2rem;
  }
}
.post-sidebar-list__tit::before {
  position: absolute;
  content: "";
  width: 9.4rem;
  left: 0;
  bottom: -1px;
  border-bottom: 3px solid #080857;
}
.post-sidebar-list__tit-ps {
  padding: 0 1.4rem;
  border: 1px solid #080857;
  color: #080857;
  border-radius: 14px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 781px) {
  .post-sidebar-list__tit {
    font-size: 1.8rem;
  }
}
.post-sidebar-list__tit-en {
  color: #9E9EA5;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.post-sidebar-list__item {
  margin: 0 1.3rem;
  border-left: 2px solid #D6281A;
  padding-left: 1.5rem;
}
@media screen and (min-width: 781px) {
  .post-sidebar-list__item {
    font-size: 1.8rem;
  }
}
.post-sidebar-list__item:not(:last-of-type) {
  margin-bottom: 15px;
}

.post-content {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .post-content {
    width: calc(100% - 38rem);
  }
}

.post-cat {
  padding: 5px 1.4rem;
  border: 1px solid #080857;
  color: #080857;
  border-radius: 14px;
  font-size: 1.2rem;
  background: #fff;
  display: inline-block;
}

.post-works-list {
  margin-bottom: 13rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 9.5rem 6rem;
}
@media screen and (max-width: 780px) {
  .post-works-list {
    margin-bottom: 50px;
    gap: 40px;
  }
}

@media screen and (min-width: 781px) {
  .post-works-item {
    width: calc((100% - 6rem) / 2);
  }
}
.post-works-item__img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 781px) {
  .post-works-item__img {
    height: 36.8rem;
  }
}
.post-works-item__img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-works-item__img-cat {
  padding: 10px 1rem;
  background: #080857;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  z-index: 1;
}
.post-works-item__img-cat::before {
  position: absolute;
  top: 0;
  left: -10px;
  width: 50%;
  height: 100%;
  background: #080857;
  content: "";
}
.post-works-item__img-cat::before {
  transform: skew(-30deg);
}
.post-works-item__img-cat-inner {
  position: relative;
  z-index: 2;
}
.post-works-item__tit {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #080857;
}
.post-works-item__cat {
  display: flex;
  align-items: center;
  gap: 8px 0.8rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 780px) {
  .post-works-wrap {
    width: 100%;
  }
}
.post-works-wrap__cat {
  margin-bottom: 20px;
}
.post-works-wrap__tag {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #080857;
  font-size: 1.2rem;
}
.post-works-wrap__img {
  width: 100%;
  margin-bottom: 85px;
}
.post-works-wrap__img .beer-reveal {
  box-sizing: inherit;
}
@media screen and (max-width: 780px) {
  .post-works-wrap__img .beer-reveal {
    border-right: 3px solid #080857;
  }
}
.post-works-wrap__img .beer-handle {
  background: #fff;
}
@media screen and (min-width: 781px) {
  .post-works-wrap__img .beer-handle {
    width: 57px;
    height: 57px;
  }
}
.post-works-wrap__img .beer-handle:after, .post-works-wrap__img .beer-handle::before {
  width: 12px;
  height: 11px;
  border: none;
  background: url(../img/page/icon-arrow-tri.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 780px) {
  .post-works-wrap__img .beer-handle:after, .post-works-wrap__img .beer-handle::before {
    width: 10px;
    height: 9px;
  }
}
.post-works-wrap__img .beer-handle:before {
  transform: translateY(-50%) rotate(0);
  left: 12px;
}
.post-works-wrap__img .beer-handle:after {
  right: 12px;
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: inherit;
}
.post-works-wrap__img .beer-reveal[data-beer-label]:after, .post-works-wrap__img::after {
  padding: 10px 1rem !important;
  color: #fff !important;
}
@media screen and (min-width: 781px) {
  .post-works-wrap__img .beer-reveal[data-beer-label]:after, .post-works-wrap__img::after {
    padding: 20px 5rem !important;
    font-size: 1.8rem;
  }
}
.post-works-wrap__img .beer-reveal[data-beer-label]:after {
  background: #080857;
}
.post-works-wrap__img::after {
  background: #D6281A !important;
}
.post-works-wrap__tit {
  margin-bottom: 10px;
  color: #080857;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .post-works-wrap__tit {
    font-size: 2.4rem;
  }
}

.post-works-content-tit {
  margin-bottom: 50px;
  font-size: 3rem;
}
@media screen and (max-width: 780px) {
  .post-works-content-tit {
    font-size: 2rem;
  }
}

.post-works-info {
  margin-bottom: 10rem;
}

.post-works-content {
  width: 100%;
  margin-bottom: 10rem;
}
.post-works-content-item {
  margin-bottom: 50px;
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media screen and (max-width: 780px) {
  .post-works-content-item {
    margin-bottom: 80px;
    flex-direction: column;
    gap: 20px;
  }
}
.post-works-content__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .post-works-content__img {
    width: 50%;
  }
}
.post-works-content__text {
  line-height: 2;
}
@media screen and (min-width: 781px) {
  .post-works-content__text {
    width: 50%;
  }
}

.post-works-after {
  margin-bottom: 14.5rem;
}
@media screen and (max-width: 780px) {
  .post-works-after {
    margin-bottom: 80px;
  }
}
.post-works-after__list {
  margin-bottom: 13.5rem !important;
}
@media screen and (max-width: 780px) {
  .post-works-after__list {
    margin-bottom: 8rem !important;
  }
}
.post-works-after__list .slick-track {
  display: flex;
}
.post-works-after__list .slick-slide {
  height: auto !important;
}
.post-works-after__list .slick-dots {
  bottom: -65px;
}
@media screen and (max-width: 780px) {
  .post-works-after__list .slick-dots {
    bottom: -50px;
  }
}
.post-works-after__list .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #D6281A;
}
.post-works-after__list .slick-dots li button::before {
  font-size: 17px;
}
.post-works-after__item {
  width: 100%;
}
.post-works-after__img {
  width: 100%;
}
.post-works-after__text {
  line-height: 2;
}

.post-works-connection__tit {
  padding: 15px 1rem;
  margin-bottom: 40px;
  color: #fff;
  background: #080857;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .post-works-connection__tit {
    font-size: 2rem;
  }
}
@media screen and (min-width: 781px) {
  .post-works-connection-list {
    gap: 50px 4rem;
  }
}

.post-pagination {
  font-size: 2rem;
  font-weight: bold;
  font-weight: 2.4rem !important;
}
.post-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.post-pagination .page-numbers.current {
  color: #D6281A;
}
@media screen and (max-width: 780px) {
  .post-pagination .page-numbers .page-numbers {
    display: none;
  }
  .post-pagination .page-numbers .page-numbers.prev, .post-pagination .page-numbers .page-numbers.next {
    display: block !important;
  }
}
.post-pagination__arrow {
  width: 1.8rem;
}
.post-pagination__next {
  transform: rotate(180deg);
}

.single-works .post-works-item__cat {
  margin-bottom: 20px;
}

.post-content-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
.post-content-btn__arrow a {
  display: flex;
  align-items: center;
  color: #080857;
  gap: 9px;
}
.post-content-btn__icon {
  width: 4rem;
}
.post-content-btn__icon--next {
  transform: rotate(180deg);
}
.post-content-btn__all {
  padding: 15px 3.5rem;
  background: #080857;
  color: #fff;
}

/* -------------------------------------------------
	blog
-------------------------------------------------- */
.post-blog-item {
  width: 100%;
  padding: 35px 5rem;
  background: #fff;
}
.post-blog-item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 780px) {
  .post-blog-item {
    padding: 35px 1.5rem;
  }
}
.post-blog-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 780px) {
  .post-blog-item__link {
    gap: 20px;
    flex-direction: column;
  }
}
.post-blog-item__img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .post-blog-item__img {
    width: 45%;
  }
}
@media screen and (min-width: 781px) {
  .post-blog-item-content {
    width: 55%;
  }
}
.post-blog-item-content__date {
  margin-bottom: 10px;
  color: #7B7B7B;
}
.post-blog-item-content__tit {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  color: #080857;
}
@media screen and (max-width: 780px) {
  .post-blog-item-content__tit {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.post-blog-item-content__cat {
  margin-bottom: 10px;
}
.post-blog-item-content__text {
  line-height: 2;
}

.post-blog-content {
  padding: 50px 10rem 10rem;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .post-blog-content {
    padding: 50px 2rem 8rem;
  }
}
.post-blog-content__tit {
  margin-bottom: 10px;
  color: #080857;
  line-height: 2;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .post-blog-content__tit {
    font-size: 2.4rem;
  }
}
.post-blog-content__cat {
  margin-bottom: 40px;
}
.post-blog-content-wrap {
  margin-bottom: 10rem;
}
.post-blog-content-wrap img {
  width: 100%;
  margin-bottom: 45px;
  display: block;
}
@media screen and (max-width: 780px) {
  .post-blog-content-wrap img {
    margin-bottom: 20px;
  }
}
.post-blog-content-wrap h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .post-blog-content-wrap h2 {
    font-size: 2rem;
  }
}
.post-blog-content-wrap p {
  margin-bottom: 45px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .post-blog-content-wrap p {
    margin-bottom: 30px;
  }
}

/* -------------------------------------------------
	news
-------------------------------------------------- */
.post-news-list {
  margin-bottom: 13.5rem;
  padding-top: 35px;
  border-top: 1px solid #080857;
}

.post-news-item {
  padding-bottom: 35px;
  border-bottom: 1px solid #080857;
}
.post-news-item:not(:last-of-type) {
  margin-bottom: 35px;
}
.post-news-item__date {
  margin-bottom: 10px;
  color: #7B7B7B;
}
.post-news-item-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 780px) {
  .post-news-item-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-news-item-content__cat {
  padding-bottom: 10px;
  border-bottom: 1px solid #D6281A;
  color: #D6281A;
  font-size: 1.4rem;
  display: inline-block;
}
.post-news-item-content__tit {
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .post-news-item-content__tit {
    font-size: 1.8rem;
  }
}

.post-news-content {
  border-bottom: 1px solid #080857;
  padding-bottom: 12rem;
  margin-bottom: 9rem;
}
.post-news-content__tit {
  margin-bottom: 65px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .post-news-content__tit {
    font-size: 2rem;
  }
}
.post-news-content__cat {
  margin-bottom: 18px;
}
.post-news-content-wrap img {
  width: 100%;
  margin-bottom: 45px;
  display: block;
}
@media screen and (max-width: 780px) {
  .post-news-content-wrap img {
    margin-bottom: 20px;
  }
}
.post-news-content-wrap h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .post-news-content-wrap h2 {
    font-size: 2rem;
  }
}
.post-news-content-wrap p {
  margin-bottom: 45px;
  line-height: 2;
}
@media screen and (max-width: 780px) {
  .post-news-content-wrap p {
    margin-bottom: 30px;
  }
}

/* -------------------------------------------------
	contact
-------------------------------------------------- */
.page-contact-tit {
  margin-bottom: 0;
}

.page-contact-text {
  padding-top: 12.5rem;
  padding-bottom: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .page-contact-text {
    padding-top: 5rem;
  }
}
.page-contact-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #080857; /* 三角を白にする */
  border-left: 100vw solid transparent;
}
.page-contact-text__tit {
  margin-top: 8.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.page-contact .footer-info__tel {
  margin-top: -2rem;
  gap: 0 1rem;
}
@media screen and (min-width: 781px) {
  .page-contact .footer-info__tel {
    letter-spacing: 0.8rem;
    font-size: 5.6rem;
  }
}
.page-contact .footer-info__tel--icon {
  width: 4.5rem;
}
.page-contact .footer-info__text {
  font-size: 1.8rem;
}
@media screen and (min-width: 781px) {
  .page-contact .footer-info__text {
    font-size: 1.8rem;
  }
}

.contact-form {
  padding: 9rem 0 16rem;
  background: #080857;
  color: #fff;
}
.contact-form .content-wrap {
  max-width: 770px;
}
.contact-form .form-table {
  width: 100%;
  margin-bottom: 5.5rem;
  table-layout: fixed;
}
.contact-form .form-table__tit {
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  font-size: 1.8rem;
}
.contact-form .form-table__tit--sm {
  margin-left: 0.5rem;
  font-size: 1.4rem;
}
.contact-form .form-table__text {
  width: 100%;
  margin-bottom: 4rem;
  display: block;
}
.contact-form .form-table__text input,
.contact-form .form-table__text textarea {
  width: 100%;
  padding: 1.5rem 2rem;
  background: #fff;
  border-radius: 7px;
  font-weight: normal;
  color: #333;
}
.contact-form .form-table__must {
  margin-left: 0.7rem;
  padding: 0.5rem 1.2rem;
  color: #D6281A;
  background: #fff;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: bold;
}
.contact-form .form-table__check .wpcf7-list-item {
  margin: 0;
}
.contact-form .form-table__check input {
  width: auto;
  margin-right: 1rem;
}
.contact-form .form-table__list {
  font-size: 1.8rem;
}
.contact-form .form-table__list input {
  display: none;
  /*チェックボックスがチェックされた時に動作する内容*/
}
.contact-form .form-table__list input:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.contact-form .form-table__list .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 1rem;
}
.contact-form .form-table__list .wpcf7-list-item-label {
  padding-left: 4rem;
  margin-right: 3.5rem;
  position: relative;
}
.contact-form .form-table__list .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  margin: -10px 0 0 -2px;
  width: 3rem;
  height: 3rem;
  border-radius: 7px;
  background: #fff;
}
.contact-form .form-table__list .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0.8rem;
  width: 9px;
  height: 13px;
  border-right: 4px solid #D6281A;
  border-bottom: 4px solid #D6281A;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  z-index: 1;
}
.contact-form .form-table .wpcf7-not-valid-tip {
  color: #DBD932 !important;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form select, .contact-form textarea {
  max-width: 100%;
}
.contact-form textarea {
  min-height: 200px;
  min-width: auto;
}
.contact-form input[type=checkbox i] {
  width: 20px !important;
  height: 20px;
}
@media screen and (min-width: 781px) {
  .contact-form input[type=checkbox i] {
    font-size: 1.8rem;
  }
}
.contact-form #item_contact-items ul {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.contact-form .form-policy-check {
  margin-bottom: 4.5rem;
  text-align: center;
}
.contact-form .form-policy-check__link {
  color: #D6281A;
  text-decoration: underline;
}
.contact-form .main-btn-red {
  border: 2px solid #D6281A;
  margin: 0 auto;
}
.contact-form .main-btn-red input {
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
}
.contact-form .main-btn-white {
  margin-bottom: 4rem;
  text-align: center;
}
.contact-form .main-btn-white .main-btn__link {
  padding: 0;
}
.contact-form .main-btn-white input {
  padding-right: 5rem;
  position: relative;
  z-index: 2;
}
.contact-form .wpcf7-spinner {
  display: none;
}
.contact-form .form-check-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .contact-form .form-check-btn {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 781px) {
  .contact-form .form-check-btn__item {
    width: 50%;
  }
}
.contact-form .form-check-btn__item .main-btn-white .main-btn__link {
  width: 100%;
}
.contact-form .form-check-btn__item .main-btn-white .main-btn__link::before {
  right: auto;
  left: 0;
}
.contact-form .form-check-btn__item .main-btn-white .main-btn__link::after {
  width: 3.42rem;
  right: auto;
  left: 0.5rem;
  background: url(../img/page/btn-arrow-n02.svg) no-repeat;
  background-size: contain;
}

.contact-form-complete {
  text-align: center;
}
.contact-form-complete .main-btn {
  margin-top: 40px;
}

/* -------------------------------------------------
	下層ページ
-------------------------------------------------- */
.page-img {
  width: 100%;
}
/*# sourceMappingURL=page.css.map */