/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2022 | 02:13:10 */

/* ============================================
  mainheader
============================================ */
#page .mainheader {
  position: relative;
  background: #edf2f2;
  min-height: 150px;
}
#page .mainheader__inner {
  max-width: 1800px;
  padding: 120px 4% 80px;
  margin: auto;
  height: 100%;
  min-height: 436px;
  position: relative;
}
#page .mainheader__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page .mainheader__kv {
  width: 400px;
  position: absolute;
  bottom: 10%;
  right: 150px;
}
#page .mainheader__info {
  width: calc(100% - 550px);
  padding-top: 5%;
}
#page .mainheader__title > span {
  display: block;
  color: #223542;
  font-weight: bold;
}
#page .mainheader__title .title-en {
  font-size: 5.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#page .mainheader__title .title-ja {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-top: 5px;
}
#page .mainheader__desc {
  font-size: 2.5rem;
  font-weight: 500;
  color: #223542;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {

  #page .mainheader {
    min-height: 80px;
  }
  #page .mainheader__kv {
    width: 28%;
    max-width: 400px;
    right: 5px;
    top: auto;
    bottom: 30px;
    transform: translateX(0);
    margin: auto;
  }
  #page .mainheader__title .title-en {
    font-size: min(7vw, 3rem);
    font-weight: bold;
  }
  #page .mainheader__title .title-ja {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0;
  }
  #page .mainheader__desc {
    width: 70%;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 20px;
  }
  #page .mainheader__inner {
    padding: 60px 20px 40px;
    min-height: auto;
  }
  #page .mainheader__info {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
  }

}


/* ============================================
  breadcrumb
============================================ */
#page .breadcrumb__list .item {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
#page .breadcrumb__list .arw::after {
  content: "";
  display: inline-block;
  margin: 0 12px 0 8px;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767px) {

  #page .breadcrumb__list .item {
    font-size: 1.1rem;
  }
  #page .breadcrumb__list .arw a::after {
    margin: 0 10px 0 6px;
    width: 5px;
    height: 5px;
  }

}



/* ============================================
  cmn-section
============================================ */
#page .cmn-section__title,
#page .cmn-section__title-02 {
  color: #223542;
}

#page .cmn-section__title > span {
  display: block;
}
#page .cmn-section__title .title-en {
  font-family: 'Oswald', sans-serif;

  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
#page .cmn-section__title .title-ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-top: 5px;
}


#page .cmn-section__title-02 > span {
  display: inline-block;
}
#page .cmn-section__title-02 .title-en {
  font-family: 'Oswald', sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-right: 25px;
  margin-bottom: -0.1em;
}
#page .cmn-section__title-02 .title-ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

#page .cmn-section__h3title > span {
  display: block;
}
#page .cmn-section__h3title .title-en {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
#page .cmn-section__h3title .title-ja {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

#page .cmn-section__h3title-02 > span {
  display: inline-block;
}
#page .cmn-section__h3title-02 .title-en {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-right: 20px;
  margin-bottom: -0.1em;
}
#page .cmn-section__h3title-02 .title-ja {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
}


#page .cmn-section__desc {
  font-size: 2rem;
  letter-spacing: 0.1em;
}


@media only screen and (max-width: 767px) {

  #page .cmn-section__title .title-en {
    font-size: 2.6rem;
  }
  #page .cmn-section__title .title-ja {
    font-size: 1.4rem;
  }
  #page .cmn-section__title-02 .title-en {
    font-size: 2.6rem;
    margin-right: 15px;
  }
  #page .cmn-section__title-02 .title-ja {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #page .cmn-section__h3title-02 .title-en {
    font-size: 2rem;
    margin-right: 10px;
    margin-bottom: 0;
  }
  #page .cmn-section__h3title-02 .title-ja {
    font-size: 1.3rem;
  }

  #page .cmn-section__desc {
    font-size: 1.4rem;
  }

}


/* cmn__btn-more
------------------------------------------- */
#page .cmn__btn-more {
  position: relative;
}
#page .cmn__btn-more .text {
  display: inline-block;
  min-width: 206px;
  text-align: center;
  background: #223542;
  color: #fff;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  transition: background .2s;
}
#page .cmn__btn-more .arw {
  display: inline-block;
  background: #223542;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page .cmn__btn-more .arw::before {
  content: "";
  display: inline-block;
  background: #223542;
  width: 3px;
  height: 6px;
  position: absolute;
  right: 6px;
  bottom: 1px;
  transform: skewX(60deg);
}
#page .cmn__btn-more a:hover .text {
  color: #223542;
  background: #f9e600;
}

#page .cmn__btn-more .icon-nw {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url("/wp-content/uploads/sites/255/2022/04/icon_nw_wh.svg") no-repeat left center / 12px;
}
#page .cmn__btn-more a:hover .icon-nw {
  background-image: url("/wp-content/uploads/sites/255/2022/04/icon_nw.svg");
}

@media only screen and (max-width: 767px) {


}


/* ============================================
  cmn-bnr
============================================ */
#page .cmn-bnr-bar {
  color: #223542;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background: #edf2f2;
  transition: background .2s;
}
#page .cmn-bnr-bar__inner {
  height: 200px;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#page .cmn-bnr-bar__btn {
  display: inline-block;
  margin: 10px auto 0;
}
#page .cmn-bnr-bar__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  background: #223542;
  padding: 10px 40px 12px 30px;
  border-radius: 40px;
  position: relative;
  transition: background .2s;
}
#page .cmn-bnr-bar__btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #fff;
  border-style: none solid solid none;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}
#page .cmn-bnr-bar__btn a:hover {
  color: #223542;
  background: #f9e600;
}
#page .cmn-bnr-bar__btn a:hover::after {
  border-color: #223542;
}


#page .cmn-bnr-bar .title-en {
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
}
#page .cmn-bnr-bar .title-ja {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.4;
}
#page .cmn-bnr-bar__title .num {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: 1px 1px 2px #f9e600;
  margin-top: -0.5em;
}
#page .cmn-bnr-bar__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
#page .cmn-bnr-bar__text-sm {
  font-size: 1.2rem;
}
#page .cmn-bnr-bar .text-emp {
  width: 32px;
  position: absolute;
  right: -30px;
  top: -26px;
}

@media only screen and (max-width: 767px) {

  #page .cmn-bnr-bar__inner {
    height: 160px;
  }
  #page .cmn-bnr-bar .title-en {
    font-size: 2rem;
    line-height: 1.4;
  }
  #page .cmn-bnr-bar .title-ja {
    font-size: 1.4rem;
  }
  #page .cmn-bnr-bar__title .num {
    font-size: 3rem;
  }
  #page .cmn-bnr-bar__text {
    font-size: 1.2rem;
  }
  #page .cmn-bnr-bar__text-sm {
    font-size: 1rem;
  }
  #page .cmn-bnr-bar .text-emp {
    width: 26px;
    position: absolute;
    right: -26px;
    top: -20px;
  }
  #page .cmn-bnr-bar__btn a {
    font-size: 1.3rem;
  }
}


/* ============================================
  seiyaku
============================================ */
#page .seiyaku__mainheader-catch {
  display: inline-block;
  margin-top: 30px;
  color: #223542;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.4;
}
#page .seiyaku__mainheader-catch .num {
  font-size: 4.5rem;
  vertical-align: middle;
  position: relative;
  top: 6px;
}
#page .seiyaku__mainheader-catch .anno {
  font-size: 1.3rem;
  font-weight: normal;
  text-align: right;
  display: block;
  margin-right: 1em;
}


#page .achievement-list {
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
  flex-wrap: wrap;
}
#page .achievement-list .bkn {
  width: 25%;
  padding: 3% 2%;
}
#page .achievement-list .bkn-title {
  background: no-repeat left center / 58px auto;
  padding-left: 70px;
  min-height: 100px;
  display: flex;
  align-items: center;
}
#page .achievement-list .bkn-title.is-area01 {
  background-image: url("/wp-content/uploads/sites/255/2022/04/icon_area_01.svg");
}
#page .achievement-list .bkn-title.is-area02 {
  background-image: url("/wp-content/uploads/sites/255/2022/04/icon_area_02.svg");
}
#page .achievement-list .bkn-title-text {
  background: #223542;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align :center;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
}
#page .achievement-list .bkn-info th,
#page .achievement-list .bkn-info td {
  line-height: 1.4;
  padding: 4px 0;
  vertical-align: top;
}
#page .achievement-list .bkn-info th {
  text-align: left;
  font-weight: bold;
  width: 80px;
}



@media only screen and (max-width: 767px) {

  #page .seiyaku__mainheader-catch {
    font-size: 2rem;
    margin-top: 20px;
  }
  #page .seiyaku__mainheader-catch .num {
    font-size: 2.4rem;
  }
  #page .seiyaku__mainheader-catch .anno {
    text-align: left;
  }


  #page .achievement-list .bkn {
    width: 50%;
    padding: 3% 2%;
  }
  #page .achievement-list .bkn-title-text {
    font-size: 1.2rem;
    padding: 5px 15px;
  }
  #page .achievement-list .bkn-title.is-area01,
  #page .achievement-list .bkn-title.is-area02 {
    background-size: 45px auto;
    padding-left: 55px;
    min-height: 75px;
  }
  #page .achievement-list .bkn-info th,
  #page .achievement-list .bkn-info td {
    font-size: 1.2rem;
  }
  #page .achievement-list .bkn-info th {
    width: 60px;
  }

}


/* ============================================
  knowledge
============================================ */

#page .tips-moving__block {
  padding: 60px 0;
  position: relative;
}
#page .tips-moving__block-02::before,
#page .tips-moving__block-04::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #edf2f2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: skewY(-10deg);
}
#page .tips-moving__block-info {
  width: 640px;
}
#page .tips-moving__block-info .title-en {
  margin-right: 0;
}
#page .tips-moving__block-img {
  flex: 1;
}
#page .tips-moving__block-row {
  align-items: center;
}
#page .tips-moving__block-01 .tips-moving__block-row,
#page .tips-moving__block-03 .tips-moving__block-row {
  align-items: flex-end;
}
#page .tips-moving__block-01 .tips-moving__block-img,
#page .tips-moving__block-03 .tips-moving__block-img {
  position: relative;
  left: -100px;
}
#page .tips-moving__block-02 .tips-moving__block-img,
#page .tips-moving__block-04 .tips-moving__block-img {
  position: relative;
  right: -100px;
}
#page .tips-moving__block-01 .tips-moving__block-img {
  width: 545px;
}
#page .tips-moving__block-02 .tips-moving__block-img {
  width: 615px;
}
#page .tips-moving__block-03 .tips-moving__block-img {
  width: 580px;
}
#page .tips-moving__block-04 .tips-moving__block-img {
  width: 500px;
}

#page .tips-moving__block-btn .text {
  min-width: 260px;
}

@media only screen and (min-width: 768px) and (max-width: 1350px) {

  #page .tips-moving__block-01 .tips-moving__block-img,
  #page .tips-moving__block-03 .tips-moving__block-img {
    left: auto;
    padding-right: 50px;
  }
  #page .tips-moving__block-01 .tips-moving__block-img,
  #page .tips-moving__block-03 .tips-moving__block-img {
    right: auto;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {

  #page .tips-moving__block-info {
    width: 100%;
  }
  #page .tips-moving__block .tips-moving__block-row .tips-moving__block-img {
    flex: auto;
    width: 80%;
    max-width: 80%;
    margin: 40px auto 0;
    padding: 0;
    left: auto;
    right: auto;
  }

}


/* ============================================
  sell
============================================ */

#page .sell-res__contents {
  position: relative;
}
#page .sell-res__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#page .sell-res__info {
  width: 500px;
  position: relative;
}
#page .sell-res__info-title {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#page .sell-res__img-hatena {
  width: 200px;
  position: absolute;
  left: 150px;
  bottom: 10px;
  z-index: -1;
}
#page .sell-res__text {
  width: 420px;
}
#page .sell-res__text p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 1px dotted #000;
}
#page .sell-res__img {
  width: 500px;
  position: absolute;
  right: 0;
  top: 50px;
}

#page .sell-support__title {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#page .sell-support__block {
  padding: 30px 0;
}
#page .sell-support__block-title {
  color: #223542;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#page .sell-support__block-title .md {
  font-size: 2.5rem;
  line-height: 1.4;
}

#page .sell-support__block-btn {
  display: inline-block;
}
#page .sell-support__block-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 234px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #223542;
  padding: 8px 40px 10px 30px;
  border-radius: 40px;
  position: relative;
  transition: background .2s;
}
#page .sell-support__block-btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #fff;
  border-style: none solid solid none;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}
#page .sell-support__block-btn a:hover {
  color: #223542;
  background: #f9e600;
}
#page .sell-support__block-btn a:hover::after {
  border-color: #223542;
}

@media only screen and (max-width: 767px) {

  #page .sell-res__info-title {
    font-size: 2.2rem;
  }
  #page .sell-res__img {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }
  #page .sell-res__img-hatena {
    width: 200px;
    position: absolute;
    left: auto;
    right: -20px;
    bottom: 10px;
  }
  #page .sell-res__info,
  #page .sell-res__text {
    width: 100%;
  }
  #page .sell-res__text p {
    font-size: min(4vw, 1.8rem);
  }

  #page .sell-support__title {
    font-size: 2rem;
  }
  #page .sell-support__block-title {
    font-size: 1.8rem;
  }
  #page .sell-support__block-title .md {
    font-size: 2.2rem;
  }

}


/* ============================================
  res-flow
============================================ */
#page .res-flow__step {
  padding: 35px 0 35px 54px;
  position: relative;
}
#page .res-flow .step-num {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background: #223542;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 1;
}
#page .res-flow .step-num .num {
  font-size: 3.6rem;
  line-height: 1;
}
#page .res-flow .step-num .text {
  font-size: 1.6rem;
  line-height: 1.4;
}
#page .res-flow .step-box {
  display: flex;
  background: #edf2f2;
  padding: 60px 20px 60px 80px;
  position: relative;
}
#page .res-flow .step-title {
  color: #223542;
  letter-spacing: 0.1em;
}
#page .res-flow .step-title-ja {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 10px;
}
#page .res-flow .step-title-en {
  line-height: 2;
}
#page .res-flow .step-text {
  margin-top: 15px;
}
#page .res-flow__step-arw {
  width: 19px;
  height: 19px;
  border: 3px solid #223542;
  border-style: none solid solid none;
  transform: rotate(45deg);
  text-align: center;
  margin: -10px auto 0;
}

#page .res-flow .step-icon {
  width: 70px;
  text-align: center;
  margin-right: 20px;
}
#page .res-flow .step-icon-01 img {
  width: calc(50px * 1);
}
#page .res-flow .step-icon-02 img {
  width: calc(50px * 1);
}
#page .res-flow .step-icon-03 img {
  width: calc(50px * 1);
}
#page .res-flow .step-icon-04 img {
  width: calc(50px * 1);
}
#page .res-flow .step-icon-05 img {
  width: calc(50px * 1);
}
#page .res-flow .step-icon-06 img {
  width: calc(50px * 1);
}

#page .res-flow .step-btn {
  display: inline-block;
}
#page .res-flow .step-06-btn {
  position: absolute;
  right: 0;
  bottom: -16px;
}
#page .res-flow .step-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 234px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #223542;
  padding: 8px 40px 10px 30px;
  border-radius: 40px;
  position: relative;
  transition: background .2s;
}
#page .res-flow .step-btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #fff;
  border-style: none solid solid none;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}
#page .res-flow .step-btn a:hover {
  color: #223542;
  background: #f9e600;
}
#page .res-flow .step-btn a:hover::after {
  border-color: #223542;
}


@media only screen and (max-width: 767px) {

  #page .res-flow__step {
    padding: 25px 0 25px 20px;
  }
  #page .res-flow .step-num {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -12px;
    top: -10px;
    transform: translateY(0);
    z-index: 1;
  }
  #page .res-flow .step-num .num {
    font-size: 2.8rem;
  }
  #page .res-flow .step-num .text {
    font-size: 1.2rem;
  }
  #page .res-flow .step-box {
    display: block;
    padding: 30px 20px 30px 20px;
    position: relative;
  }
  #page .res-flow .step-title-ja {
    font-size: 1.8rem;
    margin-right: 0;
  }
  #page .res-flow .step-title-en {
    display: block;
    font-size: 1.3rem;
  }
  #page .res-flow .step-title {
    padding-left: 70px;
  }

  #page .res-flow .step-icon {
    width: 60px;
    height: 56px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    position: absolute;
    left: 20px;
    top: 28px
  }
  #page .res-flow .step-icon-01 img {
    width: calc(50px * 0.8);
  }
  #page .res-flow .step-icon-02 img {
    width: calc(50px * 0.8);
  }
  #page .res-flow .step-icon-03 img {
    width: calc(50px * 0.8);
  }
  #page .res-flow .step-icon-04 img {
    width: calc(50px * 0.8);
  }
  #page .res-flow .step-icon-05 img {
    width: calc(50px * 0.8);
  }
  #page .res-flow .step-icon-06 img {
    width: calc(50px * 0.8);
  }

}




/* ============================================
  faq
============================================ */
#page .qa-sec__list .qa-row {
  border-top: 1px solid #9fa0a0;
  padding: 10px 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
#page .qa-sec__list .qa-row-q {
  padding: 3px 0 0 60px;
  margin: 25px 0;
  position: relative;
}
#page .qa-sec__list .qa-row-a {
  padding: 3px 0 0 60px;
  margin: 25px 0;
  position: relative;
}
#page .qa-sec__list .qa-row-q::before,
#page .qa-sec__list .qa-row-a::before {
  content: "";
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid;
  color: #223542;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#page .qa-sec__list .qa-row-q::before {
  content: "Q";
  border-color: #223542;
}
#page .qa-sec__list .qa-row-a::before {
  content: "A";
  border-color: #f9e600;
  background-color: #f9e600;
}

#page .qa-sec__list .ul-decimal {
  list-style-type: decimal;
  padding: 5px 0 0 2em;
}
#page .qa-sec__list .ul-decimal li {
  margin: 6px 0;
  line-height: 1.6;
}


@media only screen and (max-width: 767px) {

  #page .qa-sec__list .qa-row-q,
  #page .qa-sec__list .qa-row-a {
    padding-left: 50px;
  }

}

/* ============================================
  flow
============================================ */
#page .zvc-flow__step {
  padding: 35px 0 35px 54px;
  position: relative;
}
#page .zvc-flow .step-num {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background: #223542;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 80px;
}
#page .zvc-flow .step-num .num {
  font-size: 3.6rem;
  line-height: 1;
}
#page .zvc-flow .step-num .text {
  font-size: 1.6rem;
  line-height: 1.4;
}
#page .zvc-flow .step-box {
  display: flex;
  background: #edf2f2;
  padding: 60px 20px 60px 80px;
}
#page .zvc-flow .step-title {
  color: #223542;
  letter-spacing: 0.1em;
}
#page .zvc-flow .step-title-ja {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 10px;
}
#page .zvc-flow .step-title-en {
  line-height: 2;
}
#page .zvc-flow .step-text {
  margin-top: 15px;
}
#page .zvc-flow__step-arw {
  width: 19px;
  height: 19px;
  border: 3px solid #223542;
  border-style: none solid solid none;
  transform: rotate(45deg);
  text-align: center;
  margin: -10px auto 0;
}

#page .zvc-flow .step-icon {
  width: 70px;
  text-align: center;
  margin-right: 20px;
}
#page .zvc-flow .step-icon-01 img {
  width: calc(50px * 1);
}
#page .zvc-flow .step-icon-02 img {
  width: calc(50px * 1);
}
#page .zvc-flow .step-icon-03 img {
  width: calc(48px * 1);
}
#page .zvc-flow .step-icon-04 img {
  width: calc(41px * 1);
}
#page .zvc-flow .step-icon-05 img {
  width: calc(56px * 1);
}
#page .zvc-flow .step-icon-06 img {
  width: calc(35px * 1);
}
#page .zvc-flow .step-icon-07 img {
  width: calc(60px * 1);
}


#page .zvc-flow__step-01-img {
  width: 330px;
  position: absolute;
  right: 20px;
  bottom: -65px;
  z-index: 1;
}


@media only screen and (max-width: 767px) {

  #page .zvc-flow__step {
    padding: 25px 0 25px 20px;
  }
  #page .zvc-flow .step-num {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -12px;
    top: -10px;
    transform: translateY(0);
    z-index: 1;
  }
  #page .zvc-flow .step-num .num {
    font-size: 2.8rem;
  }
  #page .zvc-flow .step-num .text {
    font-size: 1.2rem;
  }
  #page .zvc-flow .step-box {
    display: block;
    padding: 30px 20px 30px 20px;
    position: relative;
  }
  #page .zvc-flow .step-title-ja {
    font-size: 1.8rem;
    margin-right: 0;
  }
  #page .zvc-flow .step-title-en {
    display: block;
    font-size: 1.3rem;
  }
  #page .zvc-flow .step-title {
    padding-left: 70px;
  }

  #page .zvc-flow .step-icon {
    width: 60px;
    height: 56px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    position: absolute;
    left: 20px;
    top: 28px
  }
  #page .zvc-flow .step-icon-01 img {
    width: calc(50px * 0.8);
  }
  #page .zvc-flow .step-icon-02 img {
    width: calc(50px * 0.8);
  }
  #page .zvc-flow .step-icon-03 img {
    width: calc(48px * 0.8);
  }
  #page .zvc-flow .step-icon-04 img {
    width: calc(41px * 0.8);
  }
  #page .zvc-flow .step-icon-05 img {
    width: calc(56px * 0.8);
  }
  #page .zvc-flow .step-icon-06 img {
    width: calc(35px * 0.8);
  }
  #page .zvc-flow .step-icon-07 img {
    width: calc(60px * 0.8);
  }

  #page .zvc-flow__step-01-img {
    width: 45%;
    max-width: 200px;
    position: absolute;
    right: -20px;
    bottom: -100px;
    z-index: 1;
  }
}




/* ============================================
  procedures
============================================ */

#page .procedures-before__title-icon {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}
#page .procedures-after__title-icon {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

#page .life-info__contents {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#page .life-info__tab-contents {
  background: #fff;
}
#page .life-info__tab {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
#page .life-info__tab .tab-item {
  width: 19%;
  margin: 0 0.5%;
  padding: 10px 10px 15px;
  background: #f7f8f8;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  transition: background .2s;
}
#page .life-info__tab .tab-item:hover {
  background: #fbfbfb;
}
#page .life-info__tab .tab-item.is-current {
  background: #fff;
}
#page .life-info__tab i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  height: 50px;
}
#page .life-info__tab .icon-01 img {
  width: calc(30px * 1);
}
#page .life-info__tab .icon-02 img {
  width: calc(36px * 1);
}
#page .life-info__tab .icon-03 img {
  width: calc(27px * 1);
}
#page .life-info__tab .icon-04 img {
  width: calc(45px * 1);
}
#page .life-info__tab .icon-05 img {
  width: calc(55px * 1);
}

#page .life-info__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px;
}
#page .life-info__table th,
#page .life-info__table td {
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
#page .life-info__table thead th {
  color: #fff;
  font-weight: 500;
  background: #223542;
}
#page .life-info__table tbody td {
  background: #e6e6e6;
}
#page .life-info__table .col1 {
  width: 26%;
}
#page .life-info__table .col2 {
  width: 26%;
}
#page .life-info__table .col3 {
  width: 48%;
}


@media only screen and (max-width: 767px) {


  #page .procedures-before__title-icon {
    width: 45px;
  }
  #page .procedures-after__title-icon {
    width: 50px;
  }
  #page .life-info__tab .tab-item {
    font-size: 1.1rem;
    padding: 10px 5px;
    border-radius: 5px 5px 0 0;
  }
  #page .life-info__tab .tab-item .text {
    height: calc(2rem * 1.4);
  }
  #page .life-info__tab i {
    height: 25px;
  }
  #page .life-info__tab .icon-01 img {
    width: calc(30px * 0.6);
  }
  #page .life-info__tab .icon-02 img {
    width: calc(36px * 0.6);
  }
  #page .life-info__tab .icon-03 img {
    width: calc(27px * 0.6);
  }
  #page .life-info__tab .icon-04 img {
    width: calc(45px * 0.6);
  }
  #page .life-info__tab .icon-05 img {
    width: calc(55px * 0.6);
  }


  #page .life-info__table {
    border-spacing: 2px;
    white-space: nowrap;
    font-size: 1.2rem;
  }
  #page .life-info__table-wrap {
    width: 100%;
    overflow-x: auto;
  }

}




/* ============================================
  company
============================================ */
#page .company-outline__table {
  width: 100%;
}
#page .company-outline__table th,
#page .company-outline__table td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #000;
  line-height: 1.8;
}
#page .company-outline__table tr:first-child th,
#page .company-outline__table tr:first-child td {
  border-top: 1px solid #000;
}
#page .company-outline__table th {
  font-weight: bold;
  padding: 15px 15px 15px 20px;
  position: relative;
  width: 45%;
}
#page .company-outline__table td {
  width: 55%;
  padding: 15px 0;
}
#page .company-outline__table th::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 17px;
  background: #223542;
  position: absolute;
  left: 5px;
  top: 20px;
}

@media only screen and (max-width: 767px) {

  #page .company-outline__table {
    font-size: 1.3rem;
  }
  #page .company-outline__table th {
    width: 95px;
    padding-left: 15px;
  }
  #page .company-outline__table td {
    width: auto;
  }
  #page .company-outline__table th::before {
    width: 3px;
    left: 3px;
    top: 18px;
  }

}


/* .store-guide
============================================ */

#page .store-guide__block {
  margin-top: 80px;
  position: relative;
}
#page .store-guide__block:first-child {
  margin-top: 0;
}
#page .store-guide__block .store-name .title {
  color: #223542;
}
#page .store-guide__block .store-name .title-en {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-right: 20px;
}
#page .store-guide__block .store-name .title-ja {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
#page .store-guide__block .store-gmap-link {
  position: absolute;
  right: 0;
  top: 0;
}
#page .store-guide__block .store-gmap-link a {
  display: inline-block;
  background: #223542;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 10px 12px 6px;
}
#page .store-guide__block .store-info {
  width: 428px;
}
#page .store-guide__block .store-access {
  width: calc(100% - 428px);
  padding-left: 30px;
}
#page .store-guide__block .store-img {
  height: 264px;
}
#page .store-guide__block .store-gmap {
  height: 264px;
}
#page .store-guide__block .store-info-detail-title {
  color: #223542;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {

  #page .store-guide__block {
    margin-top: 50px;
  }
  #page .store-guide__block .store-name .title-en {
    font-size: 1.8rem;
  }
  #page .store-guide__block .store-name .title-ja {
    font-size: 1.4rem;
    margin-left: 0;
    display: block;
  }
  #page .store-guide__block .store-gmap-link {
    top: 287px;
  }
  #page .store-guide__block .store-gmap-link a {
    font-size: 1.2rem;
  }
  #page .store-guide__block .store-info,
  #page .store-guide__block .store-access {
    width: 100%;
    padding: 0;
  }
  #page .store-guide__block .store-access {
    margin-top: 30px;
    position: relative;
  }

}


/* company-staff
============================================ */
#page .company-staff .es-list-wrapper {
  padding: 0;
}
#page .company-staff .es-list {
  font-size: inherit;
}
#page .company-staff .es-list-items {
  display: flex;
  flex-wrap: wrap;
}
#page .company-staff .es-list-item {
  width: 45%;
  margin: 0 5% 5% 0;
  padding: 0;
  border: none;
}
#page .company-staff .es-list-item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#page .company-staff .es-list-item .wrap {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
#page .company-staff .es-list-item .thumb {
  width: 150px;
  height: 150px;
  position: relative;
}
#page .company-staff .es-list-item .thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f9e600;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#page .company-staff .es-list-item .thumb .es-image {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  overflow: hidden;
}
#page .company-staff .es-list-item .thumb .es-image::before {
  content: none;
}
#page .company-staff .es-list-item .list_content {
  flex: 1;
  padding-left: 20px;
  padding-right: 80px;
  position: relative;
}
#page .company-staff .es-list-item .list_content::after {
  content: "VIEW\AMORE";
  white-space: pre;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #f9e600;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
#page .company-staff .es-list-item .list_content .ellipsis {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: inherit;
  white-space: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#page .company-staff .wp-pagenavi {
  display: none;
}

@media only screen and (max-width: 767px) {

  #page .company-staff .es-list-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #page .company-staff .es-list-item .thumb {
    width: 100px;
    height: 100px;
  }
  #page .company-staff .es-list-item .thumb .es-image {
    width: 96px;
    height: 96px;
  }
  #page .company-staff .es-list-item .list_content::after {
    font-size: 1rem;
    width: 50px;
    height: 50px;
  }
  #page .company-staff .es-list-item .wrap {
    font-size: 1.6rem;
  }
  #page .company-staff .es-list-item .list_content .ellipsis {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  #page .company-staff .es-list-item .list_content {
    padding-left: 15px;
    padding-right: 60px;
  }

}


/* ============================================
  staff-detail
============================================ */
#page .staff-detail__list-output-text {
  display: none;
}
#page .staff-detail__name {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background: #223542;
  padding: 15px 20px;
  max-width: 376px;
  margin: auto;
  border-radius: 40px;
}
#page .staff-detail__img .wp-block-image {
  width: 334px;
  height: 334px;
  position: relative;
}
#page .staff-detail__img .wp-block-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f9e600;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#page .staff-detail__img .wp-block-image img {
  width: 325px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
#page .staff-detail__info {
  width: 422px;
  border-right: 1px dotted #000;
  padding-right: 20px;
}
#page .staff-detail__info table th,
#page .staff-detail__info table td {
  display: block;
  font-size: 1.5rem;
}
#page .staff-detail__info tr td:first-of-type {
  font-weight: bold;
}
#page .staff-detail__row {
  position: relative;
}
#page .staff-detail__message {
  width: calc(100% - 442px);
  padding: 20px;
  position: absolute;
  right: 0;
  top:  0;
}
#page .staff-detail__message-title {
  color: #223542;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

#page .staff-detail__back-img {
  max-width: 1448px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -5px;
}
#page .staff-detail__back-btn {
  transform: translateY(-50%);
}
#page .staff-detail__back-btn .text {
  min-width: 278px;
}


@media only screen and (max-width: 767px) {

  #page .staff-detail__name {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  #page .staff-detail__img .wp-block-image {
    width: 280px;
    height: 280px;
    position: relative;
    margin: auto;
  }
  #page .staff-detail__img .wp-block-image img {
    width: 270px;
  }
  #page .staff-detail__info {
    width: 100%;
    border: none;
    padding: 0;
  }
  #page .staff-detail__message {
    width: 100%;
    padding: 60px 0 0;
    position: static;
  }
  #page .staff-detail__message-title {
    font-size: 2.5rem;
  }

}


/* ============================================
  privacy
============================================ */

#page .privacy__box {
  padding: 20px 30px;
}
#page .privacy__box-text.bg-gray02 {
  padding: 15px 30px;
}
#page .privacy__box-text {
  padding: 15px 0;
}
#page .privacy__list-num {
  list-style-type: decimal;
  padding-left: 1.5em;
}
#page .privacy__list-dot {
  padding-left: 1em;
  text-indent: -1em;
}
#page .privacy__list-dot .li::before {
  content: "・";
}

#page .privacy__sub-title {
  font-size: 120%;
  font-weight: bold;
}


@media only screen and (max-width: 767px) {

  #page .privacy__box {
    padding: 20px 25px;
  }
  #page .privacy__box-text.bg-gray02 {
    padding: 10px 20px;
  }

}
