header,
main {
  background-color: var(--bg-gray);
}

/* title */
#title {
  position: relative;
  width: 100%;
  height: 15.5rem;
  margin-top: 6.25rem;
  background: url(../images/service/bg_title_service.jpg) center center/cover no-repeat;
  z-index: 100;
}
#title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: linear-gradient(180deg, rgb(192, 199, 205) 0%, rgba(192, 199, 205, 0) 32%);
}
#title .title_wrap {
  width: 90rem;
  height: 100%;
  margin: 0 auto;
}
#title .title_wrap .title_inner {
  position: relative;
  width: 75rem;
  margin: 0 auto;
  z-index: 200;
}
#title .title_wrap .title_inner .breadcrumb {
  width: 100%;
  padding-top: 2.5rem;
}
#title .title_wrap .title_inner .breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#title .title_wrap .title_inner .breadcrumb ul li {
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  color: var(--black02);
}
#title .title_wrap .title_inner .breadcrumb ul li::after {
  content: "/";
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
#title .title_wrap .title_inner .breadcrumb ul li.focus_on {
  color: var(--black00);
}
#title .title_wrap .title_inner .breadcrumb ul li:last-child::after {
  content: "";
  margin-right: 0;
}
#title .title_wrap .title_inner h1 {
  margin-top: 1rem;
  margin-left: 0;
  font-size: 3rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  line-height: normal;
  color: var(--black00);
  display: block;
}
#title .title_wrap .title_inner h1 span {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  display: block;
}
#title .title_wrap .title_inner h1 span:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(../images/title_dot01.svg);
  background-size: contain;
  margin-right: 0.375rem;
}
#title .title_wrap .title_inner p {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  color: var(--black01);
}
#title.sub01 {
  background: url(../images/service/coordinate/bg_title_coordinate.jpg) center center/cover no-repeat;
}
#title.sub02 {
  height: 20.5rem;
  background: url(../images/service/coordinate/plan/bg_title_plan.jpg) center center/cover no-repeat;
}
#title.sub03 {
  height: 20.5rem;
  background: url(../images/service/coordinate/fee/bg_title_fee.jpg) center center/cover no-repeat;
}
#title.sub04 {
  height: 21rem;
  background: url(../images/service/lease_rental/bg_title_rental.jpg) center center/cover no-repeat;
}
#title.sub04::before {
  background-color: rgba(192, 199, 205, 0.8);
}
#title.sub05 {
  height: 20.5rem;
  background: url(../images/service/lease_rental/package/bg_title_package.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 750px) {
  #title {
    width: 100vw;
    height: 59.7333333333vw;
    margin-top: 21.3333333333vw;
    background: url(../images/service/bg_title_service_sp.jpg) center center/cover no-repeat;
  }
  #title .title_wrap {
    width: 100vw;
  }
  #title .title_wrap .title_inner {
    width: 89.3333333333vw;
  }
  #title .title_wrap .title_inner .breadcrumb {
    padding-top: 8vw;
    overflow-x: scroll;
  }
  #title .title_wrap .title_inner .breadcrumb ul {
    justify-content: flex-start;
  }
  #title .title_wrap .title_inner .breadcrumb ul li {
    font-size: 3.2vw;
    white-space: nowrap;
  }
  #title .title_wrap .title_inner .breadcrumb ul li::after {
    margin-left: 3.2vw;
    margin-right: 3.2vw;
  }
  #title .title_wrap .title_inner h1 {
    margin-top: 11.2vw;
    font-size: 7.4666666667vw;
  }
  #title .title_wrap .title_inner h1 span {
    margin-top: 0.5333333333vw;
    font-size: 3.7333333333vw;
  }
  #title .title_wrap .title_inner h1 span:before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
  }
  #title .title_wrap .title_inner p {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
  #title.sub01 {
    background: url(../images/service/coordinate/bg_title_coordinate_sp.jpg) center center/cover no-repeat;
  }
  #title.sub02 {
    background: url(../images/service/coordinate/plan/bg_title_plan_sp.jpg) center center/cover no-repeat;
  }
  #title.sub03 {
    background: url(../images/service/coordinate/fee/bg_title_fee_sp.jpg) center center/cover no-repeat;
  }
  #title.sub04 {
    height: 95.4666666667vw;
    background: url(../images/service/lease_rental/bg_title_rental_sp.jpg) center center/cover no-repeat;
  }
  #title.sub05 {
    height: 80.5333333333vw;
    background: url(../images/service/lease_rental/package/bg_title_package_sp.jpg) center center/cover no-repeat;
  }
}
/* fv */
#fv {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--bg-gray);
}
#fv .wrap01 {
  width: 75rem;
  margin: 0 auto;
  text-align: center;
}
#fv .wrap01 h2 {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
}
#fv .wrap01 > p {
  width: 36.875rem;
  margin: 1.5rem auto 0;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
  text-align: left;
  color: var(--black01);
}
#fv .wrap01 .fv_wrap {
  width: 62.25rem;
  margin: 5rem auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: top;
}
#fv .wrap01 .fv_wrap .fv_box_l {
  width: 22.875rem;
}
#fv .wrap01 .fv_wrap .fv_box_r {
  width: 36.875rem;
}
#fv .wrap01 .fv_wrap .fv_box_l,
#fv .wrap01 .fv_wrap .fv_box_r {
  text-align: left;
  color: var(--black00);
}
#fv .wrap01 .fv_wrap .fv_box_l p,
#fv .wrap01 .fv_wrap .fv_box_r p {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
#fv .wrap01 .fv_wrap .fv_box_l p:before,
#fv .wrap01 .fv_wrap .fv_box_r p:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(../images/title_dot01.svg);
  background-size: contain;
  margin-right: 0.375rem;
}
#fv.sub01, #fv.sub02 {
  background-color: var(--bg-gray);
}

@media screen and (max-width: 750px) {
  #fv {
    width: 100vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
  #fv .wrap01 {
    width: 89.3333333333vw;
    margin: 0 auto;
    text-align: center;
  }
  #fv .wrap01 h2 {
    font-size: 4.8vw;
  }
  #fv .wrap01 > p {
    width: 100%;
    margin: 6.4vw auto 0;
    font-size: 3.7333333333vw;
  }
  #fv .wrap01 .fv_wrap {
    width: 100%;
    margin: 10.6666666667vw auto 0;
    display: flex;
    flex-direction: column;
    align-items: top;
  }
  #fv .wrap01 .fv_wrap .fv_box_l {
    width: 66.6666666667vw;
    margin: 0 auto;
  }
  #fv .wrap01 .fv_wrap .fv_box_r {
    width: 89.3333333333vw;
    margin-top: 8vw;
  }
  #fv .wrap01 .fv_wrap .fv_box_l,
  #fv .wrap01 .fv_wrap .fv_box_r {
    text-align: center;
  }
  #fv .wrap01 .fv_wrap .fv_box_l p,
  #fv .wrap01 .fv_wrap .fv_box_r p {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
  #fv .wrap01 .fv_wrap .fv_box_l p:before,
  #fv .wrap01 .fv_wrap .fv_box_r p:before {
    margin-right: 2.1333333333vw;
  }
}
/* premium */
#premium {
  position: relative;
  width: 100%;
}
#premium .premium_box {
  position: relative;
  width: 90rem;
  height: 30.125rem;
  margin: 0 auto 5rem;
  z-index: 100;
}
#premium .premium_box .premium_img_wrap {
  width: 45rem;
  height: auto;
  z-index: 500;
}
#premium .premium_box .premium_txt {
  width: 45rem;
  z-index: 300;
}
#premium .premium_box .premium_txt h3 {
  width: 30.5rem;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
  text-align: left;
}
#premium .premium_box .premium_txt p {
  width: 30.5rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
  text-align: left;
  color: var(--black01);
}
#premium .premium_box .premium_txt div {
  margin-top: 2.5rem;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
}
#premium .premium_box .premium_txt div a {
  display: inline-block;
  padding: 0.375rem 1.25rem;
  border: var(--black01) 0.0625rem solid;
  font-size: 0.875rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
  display: inline-flex;
  align-items: center;
}
#premium .premium_box .premium_txt div a:after {
  content: "";
  display: inline-block;
  width: 0.5625rem;
  height: 1.0625rem;
  background-image: url(../images/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}
#premium .premium_box .premium_txt div a:nth-of-type(2) {
  margin-left: 1.25rem;
}
#premium .premium_box.pic_l .premium_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
}
#premium .premium_box.pic_l .premium_txt {
  position: absolute;
  top: 0;
  right: 0;
}
#premium .premium_box.pic_l .premium_txt h3 {
  margin: 5.875rem 7.5rem 0 7rem;
}
#premium .premium_box.pic_l .premium_txt p {
  margin: 1.5rem 7.5rem 0 7rem;
}
#premium .premium_box.pic_l .premium_txt div {
  margin-left: 7rem;
}
#premium .premium_box.pic_r .premium_img_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
#premium .premium_box.pic_r .premium_txt {
  position: absolute;
  top: 0;
  left: 0;
}
#premium .premium_box.pic_r .premium_txt h3 {
  margin: 5.875rem 7rem 0 7.5rem;
}
#premium .premium_box.pic_r .premium_txt p {
  margin: 1.5rem 7rem 0 7.5rem;
}
#premium .premium_box.pic_r .premium_txt div {
  margin-left: 7.5rem;
}

@media screen and (max-width: 750px) {
  #premium {
    width: 100vw;
  }
  #premium .premium_box {
    width: 100vw;
    min-height: 160vw;
    height: auto;
    margin-bottom: 16vw;
    display: flex;
    flex-direction: column;
  }
  #premium .premium_box .premium_img_wrap {
    width: 94.6666666667vw;
    height: auto;
    padding-bottom: 0;
  }
  #premium .premium_box .premium_txt {
    width: 89.3333333333vw;
    padding-bottom: 0;
  }
  #premium .premium_box .premium_txt h3 {
    width: 100%;
    font-size: 4.8vw;
    letter-spacing: -0.096vw;
  }
  #premium .premium_box .premium_txt p {
    width: 89.3333333333vw;
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
  #premium .premium_box .premium_txt div {
    margin-top: 6.4vw;
  }
  #premium .premium_box .premium_txt div a {
    display: inline-block;
    padding: 2.1333333333vw 4.2666666667vw;
    border: var(--black01) 0.2666666667vw solid;
    font-size: 3.7333333333vw;
  }
  #premium .premium_box .premium_txt div a:after {
    width: 2.4vw;
    height: 4.5333333333vw;
    margin-left: 2.1333333333vw;
  }
  #premium .premium_box .premium_txt div a:nth-of-type(2) {
    margin-left: 5.3333333333vw;
  }
  #premium .premium_box.pic_l .premium_img_wrap {
    position: relative;
    top: 0;
    left: 0;
  }
  #premium .premium_box.pic_l .premium_txt {
    position: relative;
    /*top: calc(100vw * (119 / 375));
    right: calc(100vw * (20 / 375));*/
  }
  #premium .premium_box.pic_l .premium_txt h3 {
    margin: 10.6666666667vw 0 0 5.3333333333vw;
  }
  #premium .premium_box.pic_l .premium_txt p {
    margin: 6.4vw 0 0 5.3333333333vw;
  }
  #premium .premium_box.pic_l .premium_txt div {
    margin-left: 5.3333333333vw;
  }
  #premium .premium_box.pic_l:nth-of-type(3) {
    margin-bottom: 0;
  }
  #premium .premium_box.pic_r .premium_img_wrap {
    position: relative;
    top: 0;
    left: 0;
    order: 1;
  }
  #premium .premium_box.pic_r .premium_txt {
    position: relative;
    /*top: calc(100vw * (119 / 375));
    left: calc(100vw * (20 / 375));*/
    order: 2;
  }
  #premium .premium_box.pic_r .premium_txt h3 {
    margin: 10.6666666667vw 0 0 5.3333333333vw;
  }
  #premium .premium_box.pic_r .premium_txt p {
    margin: 6.4vw 0 0 5.3333333333vw;
  }
  #premium .premium_box.pic_r .premium_txt div {
    margin-left: 5.3333333333vw;
  }
  #premium .premium_box:last-of-type {
    margin-bottom: 10.6666666667vw;
  }
}
/* flow */
#flow {
  width: 100%;
  padding-bottom: 5rem;
  color: var(--black00);
  background-color: rgb(220, 221, 217);
}
#flow h2 {
  margin-top: 5rem;
  margin-left: 6.5rem;
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  display: inline-flex;
  align-items: center;
}
#flow h2:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/about/dot_about.svg);
  background-size: contain;
  margin-top: -1rem;
  margin-right: -1rem;
}
#flow h2 + p {
  margin-top: 1rem;
  margin-left: 7.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
}
#flow ol {
  width: 75rem;
  margin: 2.5rem auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#flow ol li {
  position: relative;
  width: 24.1875rem;
  text-align: left;
}
#flow ol li h3 {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  white-space: nowrap;
}
#flow ol li h3:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(../images/title_dot01.svg);
  background-size: contain;
  margin-right: 0.5rem;
}
#flow ol li img {
  margin-top: 1rem;
  width: 100%;
}
#flow ol li p {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
}
#flow .flow_banner {
  width: 75rem;
  margin: 4.25rem auto 0;
}
#flow .flow_banner ul {
  width: 49.625rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#flow .flow_banner ul li {
  width: 24.1875rem;
  height: 11.4375rem;
  text-align: center;
}
#flow .flow_banner ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--white00);
}
#flow .flow_banner ul li a h4 {
  padding-top: 2.1875rem;
  font-size: 1rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  white-space: nowrap;
}
#flow .flow_banner ul li a p {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
}
#flow .flow_banner ul li a .telnum {
  display: inline-flex;
  align-items: center;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
}
#flow .flow_banner ul li a .telnum::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.375rem;
  background-image: url(../images/tel_icon.svg);
  background-size: contain;
}
#flow .flow_banner ul li a .icon_mail {
  position: absolute;
  top: 7.3125rem;
  left: 5.875rem;
}
#flow .flow_banner ul li a .icon_mail::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.6875rem;
  background-image: url(../images/about/icon_mail.svg);
  background-size: contain;
}
#flow .flow_banner ul li a .flow_link {
  margin-top: 1.5rem;
  margin-left: 50%;
  transform: translateX(-50%);
  height: 2rem;
  display: inline-block;
  align-items: center;
  font-size: 1rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}
#flow .flow_banner ul li.col1 {
  width: 49.625rem;
  height: 7.5rem;
  margin-bottom: 1.25rem;
}
#flow .flow_banner ul li.col1 a {
  position: relative;
}
#flow .flow_banner ul li.col1 a h4 {
  position: absolute;
  top: 2.75rem;
  left: 1.875rem;
  padding: 0;
}
#flow .flow_banner ul li.col1 a h4::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  top: 0.625rem;
  margin-right: 1.25rem;
  background-image: url(../images/about/icon_help.svg);
  background-size: contain;
  vertical-align: middle;
}
#flow .flow_banner ul li.col1 a .btn_toNext {
  position: absolute;
  top: 2.6875rem;
  right: 1.875rem;
  font-size: 0.875rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
#flow.sub01 {
  background-color: var(--bg-gray);
}
#flow.sub01 .flow_box {
  width: 80rem;
  margin: 0 auto;
  background-color: var(--bg-gray03);
}
#flow.sub01 .flow_box h2 {
  margin-top: 2.5rem;
  margin-left: 2.5rem;
  font-size: 2.5rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
#flow.sub01 .flow_box h2 span {
  margin-left: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 1;
}
#flow.sub01 .flow_box h2 span:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(../images/title_dot01.svg);
  background-size: contain;
  margin-right: 0.375rem;
}
#flow.sub01 .flow_box h2:before {
  display: none;
}
#flow.sub01 .flow_box ol {
  width: 75rem;
  margin: 1.25rem auto 3.75rem;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#flow.sub01 .flow_box ol li {
  position: relative;
  width: 16.875rem;
  text-align: center;
}
#flow.sub01 .flow_box ol li em {
  font-size: 1.75rem;
  font-family: "Cormorant Garamond", cursive;
  font-weight: 700;
  font-style: italic;
  color: var(--black00);
}
#flow.sub01 .flow_box ol li img {
  width: 2.5rem;
  margin-top: 0.5rem;
  margin-left: 50%;
  transform: translateX(-50%);
}
#flow.sub01 .flow_box ol li h3 {
  margin-top: 1.125rem;
  font-size: 1rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  white-space: nowrap;
}
#flow.sub01 .flow_box ol li h3::before {
  display: none;
}
#flow.sub01 .flow_box ol li p {
  width: 16.75rem;
  margin: 0.625rem auto 0;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  text-align: left;
}
#flow.sub01 .flow_box ol li::after {
  content: "";
  position: absolute;
  top: 3.5625rem;
  left: 17.34375rem;
  display: block;
  width: 0.5625rem;
  height: 1.0625rem;
  background-image: url(../images/arrow_right.svg);
  background-size: contain;
}
#flow.sub01 .flow_box ol li:last-child::after {
  display: none;
}
#flow.sub01 .flow_box .point_box {
  width: 75rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
#flow.sub01 .flow_box .point_box .point_wrap {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#flow.sub01 .flow_box .point_box .point_wrap .col2 {
  width: 36.875rem;
  padding: 1.5rem;
  background-color: var(--bg-gray02);
}
#flow.sub01 .flow_box .point_box .point_wrap .col2 .point_title {
  display: flex;
}
#flow.sub01 .flow_box .point_box .point_wrap .col2 .point_title .point_icon {
  position: relative;
  width: 6.25rem;
  height: 3.625rem;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", cursive;
  font-weight: 700;
  font-style: italic;
  color: var(--black00);
  background-color: var(--white00);
  display: inline-flex;
  align-items: center;
}
#flow.sub01 .flow_box .point_box .point_wrap .col2 .point_title .point_icon::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/service/coordinate/point_icon.svg);
  background-size: contain;
}
#flow.sub01 .flow_box .point_box .point_wrap .col2 .point_title h4 {
  margin-left: 1rem;
  line-height: 180%;
}
#flow.sub01 .flow_box .point_box .point_wrap .col2 p {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 200%;
}
#flow.sub02 .flow_banner, #flow.sub03 .flow_banner {
  margin: 0 auto;
  padding-top: 5rem;
}

@media screen and (max-width: 750px) {
  #flow {
    width: 100vw;
    padding-bottom: 10.6666666667vw;
  }
  #flow h2 {
    margin-top: 10.6666666667vw;
    margin-left: 3.2vw;
    font-size: 5.3333333333vw;
  }
  #flow h2:before {
    content: "";
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    margin-top: -3.2vw;
    margin-right: -3.2vw;
  }
  #flow h2 + p {
    margin-top: 1calc 4.2666666667vw;
    margin-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  #flow ol {
    width: 89.3333333333vw;
    margin: 6.4vw auto 5.3333333333vw;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  #flow ol li {
    width: 89.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  #flow ol li h3 {
    font-size: 4.8vw;
  }
  #flow ol li h3:before {
    content: "";
    display: inline-block;
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 2.1333333333vw;
  }
  #flow ol li img {
    margin-top: 2.1333333333vw;
  }
  #flow ol li p {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  #flow .flow_banner {
    width: 100vw;
    margin: 10.6666666667vw auto 0;
  }
  #flow .flow_banner ul {
    width: 89.3333333333vw;
    margin: 0 0 0 5.3333333333vw;
    flex-direction: column;
  }
  #flow .flow_banner ul li {
    width: 89.3333333333vw;
    height: 46.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  #flow .flow_banner ul li a h4 {
    padding-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  #flow .flow_banner ul li a p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  #flow .flow_banner ul li a .telnum {
    margin-top: 3.7333333333vw;
    font-size: 5.3333333333vw;
  }
  #flow .flow_banner ul li a .telnum::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.6vw;
  }
  #flow .flow_banner ul li a .icon_mail {
    top: 30.1333333333vw;
    left: 18.4vw;
  }
  #flow .flow_banner ul li a .icon_mail::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.1333333333vw;
  }
  #flow .flow_banner ul li a .flow_link {
    margin-top: 5.3333333333vw;
    height: 9.3333333333vw;
    font-size: 4.2666666667vw;
  }
  #flow .flow_banner ul li.col1 {
    width: 89.3333333333vw;
    height: 57.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  #flow .flow_banner ul li.col1 a {
    position: relative;
  }
  #flow .flow_banner ul li.col1 a h4 {
    width: 89.3333333333vw;
    top: 20.2666666667vw;
    left: 5.3333333333vw;
    text-align: center;
    line-height: 200%;
  }
  #flow .flow_banner ul li.col1 a h4::before {
    position: absolute;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -14.9333333333vw;
    left: 39.2vw;
  }
  #flow .flow_banner ul li.col1 a .btn_toNext {
    position: absolute;
    top: 42.6666666667vw;
    right: 21.8666666667vw;
    font-size: 3.7333333333vw;
  }
  #flow .flow_banner ul li:last-child {
    height: 49.3333333333vw;
  }
  #flow.sub01 {
    padding-bottom: 0;
  }
  #flow.sub01 .flow_box {
    width: 100vw;
  }
  #flow.sub01 .flow_box h2 {
    margin-top: 10.6666666667vw;
    margin-left: 5.3333333333vw;
    font-size: 9.0666666667vw;
  }
  #flow.sub01 .flow_box h2 span {
    margin-left: 4.2666666667vw;
    font-size: 3.2vw;
  }
  #flow.sub01 .flow_box h2 span:before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
  }
  #flow.sub01 .flow_box ol {
    width: 100vw;
    margin: 10.6666666667vw auto 0;
    padding: 0;
    flex-direction: column;
  }
  #flow.sub01 .flow_box ol li {
    position: relative;
    width: 89.3333333333vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 16vw;
    /*text-align: left;*/
  }
  #flow.sub01 .flow_box ol li em {
    position: absolute;
    top: 0;
    left: 5.0666666667vw;
    font-size: 7.4666666667vw;
  }
  #flow.sub01 .flow_box ol li img {
    position: absolute;
    top: 11.2vw;
    left: 0;
    width: 10.6666666667vw;
    margin: 2.1333333333vw 0 0 2.6666666667vw;
    transform: translateX(0);
  }
  #flow.sub01 .flow_box ol li h3 {
    position: absolute;
    top: 0;
    left: 20vw;
    font-size: 4.2666666667vw;
  }
  #flow.sub01 .flow_box ol li p {
    position: absolute;
    width: 69.3333333333vw;
    top: 11.2vw;
    left: 20vw;
    margin-top: 0;
    font-size: 3.7333333333vw;
    text-align: left;
  }
  #flow.sub01 .flow_box ol li::after {
    content: "";
    position: absolute;
    left: 42.4vw;
    display: block;
    width: 4.5333333333vw;
    height: 2.4vw;
    background-image: url(../images/arrow_down.svg);
    background-size: contain;
  }
  #flow.sub01 .flow_box ol li:nth-of-type(1) {
    height: 26.1333333333vw;
  }
  #flow.sub01 .flow_box ol li:nth-of-type(1)::after {
    top: 34.1333333333vw;
  }
  #flow.sub01 .flow_box ol li:nth-of-type(2) {
    height: 48.5333333333vw;
  }
  #flow.sub01 .flow_box ol li:nth-of-type(2)::after {
    top: 56.5333333333vw;
  }
  #flow.sub01 .flow_box ol li:nth-of-type(3) {
    height: 56vw;
  }
  #flow.sub01 .flow_box ol li:nth-of-type(3)::after {
    top: 64vw;
  }
  #flow.sub01 .flow_box ol li:nth-of-type(4) {
    height: 41.0666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  #flow.sub01 .flow_box ol li:nth-of-type(4)::after {
    top: 49.0666666667vw;
  }
  #flow.sub01 .flow_box .point_box {
    width: 89.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  #flow.sub01 .flow_box .point_box .point_wrap {
    flex-direction: column;
  }
  #flow.sub01 .flow_box .point_box .point_wrap .col2 {
    width: 89.3333333333vw;
    padding: 5.3333333333vw;
  }
  #flow.sub01 .flow_box .point_box .point_wrap .col2 .point_title {
    flex-direction: column;
  }
  #flow.sub01 .flow_box .point_box .point_wrap .col2 .point_title .point_icon {
    position: relative;
    width: 22.1333333333vw;
    height: 10.6666666667vw;
    padding-left: 9.6vw;
    font-size: 5.3333333333vw;
  }
  #flow.sub01 .flow_box .point_box .point_wrap .col2 .point_title .point_icon::before {
    top: 2.1333333333vw;
    left: 2.1333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  #flow.sub01 .flow_box .point_box .point_wrap .col2 .point_title h4 {
    width: 80vw;
    margin-top: 4.2666666667vw;
    margin-left: 0;
    line-height: 200%;
  }
  #flow.sub01 .flow_box .point_box .point_wrap .col2 p {
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
  }
  #flow.sub01 .flow_box .point_box .point_wrap .col2:last-of-type {
    margin-top: 5.3333333333vw;
  }
}
/* support */
#support {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--bg-gray);
}
#support .wrap01 {
  width: 75rem;
  margin: 0 auto;
  text-align: center;
}
#support .wrap01 h2 {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
}
#support .wrap01 > p {
  width: 36.875rem;
  margin: 1.5rem auto 0;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
  text-align: left;
  color: var(--black01);
}
#support .wrap01 .support_wrap {
  margin-top: 2.75rem;
  display: flex;
  justify-content: space-between;
}
#support .wrap01 .support_wrap .support_box {
  width: 36.875rem;
}
#support .wrap01 .support_wrap .support_box h3 {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
  text-align: left;
}
#support .wrap01 .support_wrap .support_box h3:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(../images/title_dot01.svg);
  background-size: contain;
  margin-right: 0.5rem;
}
#support .wrap01 .support_wrap .support_box img {
  margin-top: 1rem;
}
#support .wrap01 .support_wrap .support_box p {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", cursive;
  line-height: 200%;
  text-align: left;
  color: var(--black01);
}

@media screen and (max-width: 750px) {
  #support {
    width: 100vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  #support .wrap01 {
    width: 89.3333333333vw;
  }
  #support .wrap01 h2 {
    font-size: 4.8vw;
  }
  #support .wrap01 > p {
    width: 89.3333333333vw;
    margin: 6.4vw auto 0;
    font-size: 3.7333333333vw;
  }
  #support .wrap01 .support_wrap {
    margin-top: 16vw;
    flex-direction: column;
  }
  #support .wrap01 .support_wrap .support_box {
    width: 89.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  #support .wrap01 .support_wrap .support_box h3 {
    font-size: 4.8vw;
  }
  #support .wrap01 .support_wrap .support_box h3:before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 2.1333333333vw;
  }
  #support .wrap01 .support_wrap .support_box img {
    margin-top: 2.1333333333vw;
  }
  #support .wrap01 .support_wrap .support_box p {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  #support .wrap01 .support_wrap .support_box:last-of-type {
    margin-bottom: 0;
  }
}
/* more */
#more {
  width: 100%;
  padding: 5rem 0;
  background-color: var(--bg-gray04);
}
#more .more_banner {
  width: 49.625rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#more .more_banner .more_box {
  width: 24.1875rem;
}
#more .more_banner .more_box p {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
  color: var(--black01);
}

@media screen and (max-width: 750px) {
  #more {
    width: 100vw;
    padding: 10.6666666667vw 0;
  }
  #more .more_banner {
    width: 89.3333333333vw;
    flex-direction: column;
  }
  #more .more_banner .more_box {
    width: 89.3333333333vw;
  }
  #more .more_banner .more_box p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  #more .more_banner .more_box:last-of-type {
    margin-top: 8vw;
  }
}
/* story */
#story {
  width: 100%;
  padding-bottom: 3rem;
  background-color: rgb(191, 201, 225);
}
#story .wrap01 {
  position: relative;
  background-image: url(../images/about/bg_title_media.svg);
  background-size: 11.625rem;
  background-position: 7.75rem 3rem;
  background-repeat: no-repeat;
}
#story .wrap01 h2 {
  margin: 8.3125rem 0 0 7.5rem;
  font-size: 2.5rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  color: var(--black00);
}
#story .wrap01 h2 span {
  margin-left: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 1;
}
#story .wrap01 h2 span:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(../images/title_dot01.svg);
  background-size: contain;
  margin-right: 0.375rem;
}
#story .wrap01 .story_wrap {
  width: 75rem;
  margin: 2.5rem auto 0;
  overflow-x: hidden;
}
#story .wrap01 .story_wrap .story_box {
  width: 24.1875rem;
  padding: 0 0.625rem;
  color: var(--black01);
}
#story .wrap01 .story_wrap .story_box img {
  width: 100%;
}
#story .wrap01 .story_wrap .story_box h3 {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
}
#story .wrap01 .story_wrap .story_box p {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 200%;
}
#story .wrap01 .story_wrap .story_box p.story_date {
  font-weight: 500;
}
#story .wrap01 .story_wrap .story_box p.story_date::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.375rem;
  background-image: url(../images/index/media_dot01.svg);
  background-size: contain;
}
#story .wrap01 .story_wrap .swiper-button-prev,
#story .wrap01 .story_wrap .swiper-button-next {
  width: 1.3125rem;
  height: 2.5rem;
}
#story .wrap01 .story_wrap .swiper-button-prev {
  top: 21.3125rem;
  left: 5rem;
}
#story .wrap01 .story_wrap .swiper-button-next {
  top: 21.3125rem;
  right: 5rem;
}
#story .wrap01 .story_wrap .swiper-button-prev::after,
#story .wrap01 .story_wrap .swiper-button-next::after {
  content: "";
  width: 1.3125rem;
  height: 2.5rem;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#story .wrap01 .story_wrap .swiper-button-prev::after {
  background-image: url(../images/about/arrow_left.svg);
}
#story .wrap01 .story_wrap .swiper-button-next::after {
  background-image: url(../images/about/arrow_right.svg);
}
#story .wrap01 .story_wrap .swiper-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  #story {
    width: 100vw;
    padding-bottom: 10.6666666667vw;
  }
  #story .wrap01 {
    background-size: 49.6vw;
    background-position: 5.3333333333vw 8vw;
  }
  #story .wrap01 h2 {
    margin: 34.6666666667vw 0 0 5.3333333333vw;
    font-size: 9.0666666667vw;
  }
  #story .wrap01 h2 span {
    margin-left: 4.2666666667vw;
    font-size: 3.2vw;
  }
  #story .wrap01 h2 span:before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
  }
  #story .wrap01 .story_wrap {
    width: 94.6666666667vw;
    margin: 10.6666666667vw 0 0 5.3333333333vw;
  }
  #story .wrap01 .story_wrap .story_box {
    width: 76vw;
    padding: 0 2.6666666667vw;
  }
  #story .wrap01 .story_wrap .story_box h3 {
    margin-top: 3.2vw;
    font-size: 4.2666666667vw;
  }
  #story .wrap01 .story_wrap .story_box p {
    margin-top: 3.2vw;
    font-size: 3.2vw;
  }
  #story .wrap01 .story_wrap .story_box p.story_date::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
  }
  #story .wrap01 .story_wrap .swiper-button-prev,
  #story .wrap01 .story_wrap .swiper-button-next {
    display: none;
  }
}
/* plans */
#plans {
  position: relative;
  width: 100%;
  padding-top: 5rem;
}
#plans .plans_box {
  position: relative;
  width: 75rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 5rem;
  display: flex;
  justify-content: space-between;
}
#plans .plans_box .plans_img_wrap {
  position: relative;
  width: 36.875rem;
  height: auto;
  padding-bottom: 1.5rem;
  overflow-x: hidden;
  overflow-y: visible;
}
#plans .plans_box .plans_img_wrap .img_plans {
  width: 100%;
}
#plans .plans_box .plans_img_wrap .swiper-horizontal > .swiper-pagination-bullets,
#plans .plans_box .plans_img_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
#plans .plans_box .plans_img_wrap .swiper-pagination-custom,
#plans .plans_box .plans_img_wrap .swiper-pagination-fraction {
  bottom: 4.5625rem;
}
#plans .plans_box .plans_img_wrap .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.25rem;
  background-color: rgba(165, 155, 99, 0.6);
  border-radius: 0;
}
#plans .plans_box .plans_img_wrap .swiper-pagination-bullet-active {
  background-color: rgb(165, 155, 99);
}
#plans .plans_box .plans_txt {
  width: 35.625rem;
}
#plans .plans_box .plans_txt h3 {
  font-size: 2.5rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  display: inline-flex;
  align-items: center;
  color: var(--black00);
}
#plans .plans_box .plans_txt h3 span {
  margin-left: 1.25rem;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
#plans .plans_box .plans_txt h3 span:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(../images/title_dot01.svg);
  background-size: contain;
  margin-right: 0.375rem;
}
#plans .plans_box .plans_txt .plan_contents h4 {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
}
#plans .plans_box .plans_txt .plan_contents h5 {
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
  text-align: left;
  background-color: var(--bg-gray03);
}
#plans .plans_box .plans_txt .plan_contents .plans_content01 li,
#plans .plans_box .plans_txt .plan_contents .plans_content02 li {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
  color: var(--black01);
}
#plans .plans_box .plans_txt .plan_contents .plans_content01 {
  margin-top: 0.5rem;
  padding: 0;
}
#plans .plans_box .plans_txt .plan_contents .plans_content02 {
  margin-top: 0.5rem;
  padding: 0;
}
#plans .plans_box .plans_txt .plan_contents .plans_content02 li {
  position: relative;
  padding: 0.875rem 1rem;
  border-bottom: 0.0625rem var(--gray-line) solid;
}
#plans .plans_box .plans_txt .plan_contents .plans_content02 li span {
  position: absolute;
  top: 0.5rem;
  left: 25rem;
}
#plans .plans_box .plans_txt .plan_contents .plans_content02 li span a {
  /*width: calc(1rem * (112 / 16));
  height: calc(1rem * (28 / 16));*/
  padding: 0.375rem 1.25rem;
  display: inline-block;
  border: 0.0625rem var(--black01) solid;
}
#plans .plans_box .plans_txt .plan_contents .plans_content02 li span a p {
  font-size: 0.875rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
}
#plans .plans_box .plans_txt .plan_contents .plans_content02 li span a p:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/service/coordinate/plan/icon_pdf.svg);
  background-size: contain;
  vertical-align: middle;
  padding-top: -0.125rem;
  margin-left: 0.5rem;
}
#plans.sub05 .plans_box .plans_img_wrap .swiper-horizontal > .swiper-pagination-bullets,
#plans.sub05 .plans_box .plans_img_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
#plans.sub05 .plans_box .plans_img_wrap .swiper-pagination-custom,
#plans.sub05 .plans_box .plans_img_wrap .swiper-pagination-fraction {
  bottom: 0.75rem;
}
#plans.sub05 .plans_box .plans_txt .plan_contents {
  margin-top: 2.5rem;
}
#plans.sub05 .plans_box .plans_txt .plan_contents h5 {
  margin-bottom: 0;
}
#plans.sub05 .plans_box .plans_txt .plan_contents .plans_content02 {
  margin-top: 0;
  padding: 0;
}
#plans.sub05 .plans_box .plans_txt .plan_contents > p {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 400;
  line-height: 180%;
  color: var(--black01);
}

@media screen and (max-width: 750px) {
  #plans {
    width: 100vw;
    padding-top: 10.6666666667vw;
  }
  #plans .plans_box {
    width: 89.3333333333vw;
    padding-bottom: 16vw;
    flex-direction: column;
  }
  #plans .plans_box .plans_img_wrap {
    width: 89.3333333333vw;
    padding-bottom: 14.4vw;
  }
  #plans .plans_box .plans_img_wrap .swiper-horizontal > .swiper-pagination-bullets,
  #plans .plans_box .plans_img_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
  #plans .plans_box .plans_img_wrap .swiper-pagination-custom,
  #plans .plans_box .plans_img_wrap .swiper-pagination-fraction {
    bottom: 8vw;
  }
  #plans .plans_box .plans_img_wrap .swiper-pagination-bullet {
    width: 6.4vw;
    height: 1.0666666667vw;
  }
  #plans .plans_box .plans_txt {
    width: 89.3333333333vw;
  }
  #plans .plans_box .plans_txt h3 {
    font-size: 9.0666666667vw;
  }
  #plans .plans_box .plans_txt h3 span {
    margin-left: 4.2666666667vw;
    font-size: 3.2vw;
  }
  #plans .plans_box .plans_txt h3 span:before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
  }
  #plans .plans_box .plans_txt .plan_contents h4 {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  #plans .plans_box .plans_txt .plan_contents h5 {
    width: 100%;
    margin-top: 5.3333333333vw;
    margin-bottom: 0;
    padding: 2.1333333333vw 0 2.1333333333vw 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  #plans .plans_box .plans_txt .plan_contents .plans_content01 li,
  #plans .plans_box .plans_txt .plan_contents .plans_content02 li {
    font-size: 3.7333333333vw;
  }
  #plans .plans_box .plans_txt .plan_contents .plans_content01 {
    margin-top: 0;
  }
  #plans .plans_box .plans_txt .plan_contents .plans_content02 {
    margin-top: 0;
  }
  #plans .plans_box .plans_txt .plan_contents .plans_content02 li {
    position: relative;
    padding: 3.7333333333vw 4.2666666667vw;
    border-bottom: 0.2666666667vw var(--gray-line) solid;
  }
  #plans .plans_box .plans_txt .plan_contents .plans_content02 li span {
    position: absolute;
    top: 2.1333333333vw;
    left: 48vw;
  }
  #plans .plans_box .plans_txt .plan_contents .plans_content02 li span a {
    /*width: calc(1rem * (112 / 16));
    height: calc(1rem * (28 / 16));*/
    padding: 1.6vw 5.3333333333vw;
    border: 0.2666666667vw var(--black01) solid;
  }
  #plans .plans_box .plans_txt .plan_contents .plans_content02 li span a p {
    font-size: 3.7333333333vw;
  }
  #plans .plans_box .plans_txt .plan_contents .plans_content02 li span a p:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    padding-top: -0.5333333333vw;
    margin-left: 2.1333333333vw;
  }
  #plans.sub05 .plans_box .plans_img_wrap .swiper-horizontal > .swiper-pagination-bullets,
  #plans.sub05 .plans_box .plans_img_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
  #plans.sub05 .plans_box .plans_img_wrap .swiper-pagination-custom,
  #plans.sub05 .plans_box .plans_img_wrap .swiper-pagination-fraction {
    bottom: 6.4vw;
  }
  #plans.sub05 .plans_box .plans_txt {
    margin-top: 1.6vw;
  }
  #plans.sub05 .plans_box .plans_txt .plan_contents {
    margin-top: 8vw;
  }
  #plans.sub05 .plans_box .plans_txt .plan_contents h5 {
    margin-bottom: 0;
  }
  #plans.sub05 .plans_box .plans_txt .plan_contents .plans_content02 {
    margin-top: 0;
    padding: 0;
  }
  #plans.sub05 .plans_box .plans_txt .plan_contents > p {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
/* price */
#price {
  position: relative;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 2.5rem;
  background-color: var(--bg-gray);
}
#price .wrap01 h2 {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
  color: var(--black01);
}
#price .wrap01 .price_box {
  margin-bottom: 2.5rem;
}
#price .wrap01 .price_box table {
  width: 49.625rem;
  margin: 0 auto;
  border-collapse: collapse;
  border: 0.0625rem var(--gray-line) solid;
}
#price .wrap01 .price_box table caption {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 400;
  line-height: 200%;
  text-align: right;
  color: var(--black00);
}
#price .wrap01 .price_box table th {
  width: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
  color: var(--black01);
  background-color: var(--bg-gray03);
  border-collapse: collapse;
  border: 0.0625rem var(--gray-line) solid;
}
#price .wrap01 .price_box table td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
  color: var(--black01);
  border-collapse: collapse;
  border: 0.0625rem var(--gray-line) solid;
  vertical-align: top;
}
#price .wrap01 .price_box table td small {
  font-size: 0.75rem;
}
#price .wrap01 .price_box table.col3 th {
  width: 33.3333333333%;
}
#price .wrap01 .price_box table.col3 td {
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  #price {
    position: relative;
    width: 100vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 0;
  }
  #price .wrap01 h2 {
    font-size: 4.8vw;
  }
  #price .wrap01 .price_box {
    width: 98.6666666667vw;
    margin-bottom: 10.6666666667vw;
    margin-left: 1.3333333333vw;
    overflow-x: scroll;
  }
  #price .wrap01 .price_box table {
    width: 128vw;
    border: 0.2666666667vw var(--gray-line) solid;
  }
  #price .wrap01 .price_box table caption {
    font-size: 3.2vw;
  }
  #price .wrap01 .price_box table th {
    width: 50%;
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    font-size: 3.7333333333vw;
    border: 0.2666666667vw var(--gray-line) solid;
  }
  #price .wrap01 .price_box table td {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    font-size: 3.2vw;
    font-family: "Noto Sans JP", cursive;
    font-weight: 400;
    line-height: 200%;
    text-align: center;
    color: var(--black01);
    border-collapse: collapse;
    border: 0.2666666667vw var(--gray-line) solid;
    vertical-align: top;
  }
  #price .wrap01 .price_box table td small {
    font-size: 2.6666666667vw;
  }
  #price .wrap01 .price_box table.col3 th {
    width: 33.3333333333%;
  }
  #price .wrap01 .price_box table.col3 td {
    vertical-align: middle;
  }
  #price .wrap01 .price_box table.col2b {
    width: 97.3333333333vw;
  }
}
/* merit */
#merit {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  background-color: var(--bg-gray);
}
#merit .merit_box {
  width: 62.5rem;
  margin: 0 auto;
}
#merit .merit_box h2 {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
  text-align: center;
}
#merit .merit_box ol {
  margin-top: 3.5rem;
  padding: 0;
}
#merit .merit_box ol li {
  padding-bottom: 5rem;
  display: flex;
  align-items: start;
}
#merit .merit_box ol li em {
  position: relative;
  display: flex;
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  font-style: normal;
  line-height: 200%;
  color: var(--black01);
}
#merit .merit_box ol li em:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/service/dot_service.svg);
  background-size: contain;
  margin-top: 0;
  margin-right: -1rem;
}
#merit .merit_box ol li img {
  width: 11.3125rem;
  margin-top: 1rem;
  margin-left: 1.6875rem;
}
#merit .merit_box ol li div {
  margin-left: 2.5rem;
}
#merit .merit_box ol li div h3 {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  font-style: normal;
  line-height: 200%;
  color: var(--black01);
}
#merit .merit_box ol li div p {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 400;
  line-height: 200%;
  color: var(--black01);
}

@media screen and (max-width: 750px) {
  #merit {
    width: 100vw;
    padding-top: 10.6666666667vw;
  }
  #merit .merit_box {
    width: 89.3333333333vw;
  }
  #merit .merit_box h2 {
    font-size: 4.8vw;
  }
  #merit .merit_box ol {
    margin-top: 6.4vw;
  }
  #merit .merit_box ol li {
    position: relative;
    padding-bottom: 10.6666666667vw;
    flex-direction: column;
  }
  #merit .merit_box ol li em {
    margin-left: -4.2666666667vw;
    font-size: 5.3333333333vw;
  }
  #merit .merit_box ol li em:before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin-right: -4.2666666667vw;
  }
  #merit .merit_box ol li img {
    position: absolute;
    width: 26.6666666667vw;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  #merit .merit_box ol li div {
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
  #merit .merit_box ol li div h3 {
    font-size: 5.3333333333vw;
  }
  #merit .merit_box ol li div p {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
/* package */
#package {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--bg-gray04);
}
#package .package_wrap {
  width: 75rem;
  margin: 0 auto;
}
#package .package_wrap h2 {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  font-style: normal;
  line-height: 200%;
  color: var(--black01);
}
#package .package_wrap h2:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/service/dot_service.svg);
  background-size: contain;
  margin-top: 0;
  margin-left: -1rem;
  margin-right: -1rem;
}
#package .package_wrap p {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
  color: var(--black01);
}
#package .package_wrap .package_box {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
#package .package_wrap .package_box .package_img {
  width: 36.875rem;
  height: 18.4375rem;
}
#package .package_wrap .package_box .package_img img {
  width: 100%;
}
#package .package_wrap .package_box .package_txt {
  width: 35.625rem;
  margin-left: 2.5rem;
  display: flex;
  flex-direction: column;
}
#package .package_wrap .package_box .package_txt h3 {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  font-style: normal;
  line-height: 200%;
  color: var(--black01);
}
#package .package_wrap .package_box .package_txt p {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", cursive;
  line-height: 180%;
  color: var(--black01);
}
#package .package_wrap .package_box .package_txt div {
  margin-top: 1.25rem;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
}
#package .package_wrap .package_box .package_txt div a {
  display: inline-block;
  padding: 0.375rem 1.25rem;
  border: var(--black01) 0.0625rem solid;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  color: var(--black01);
  display: inline-flex;
  align-items: center;
}
#package .package_wrap .package_box .package_txt div a:after {
  content: "";
  display: inline-block;
  width: 0.5625rem;
  height: 1.0625rem;
  background-image: url(../images/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}
#package .package_wrap .package_box .package_txt div.btn_w {
  margin-top: 2.5rem;
}
#package .package_wrap .package_box .package_txt div.btn_k {
  margin-top: 0.75rem;
}
#package .package_wrap .package_box .package_txt div.btn_k a {
  color: var(--white00);
  background-color: var(--black01);
}

@media screen and (max-width: 750px) {
  #package {
    width: 100vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  #package .package_wrap {
    width: 89.3333333333vw;
  }
  #package .package_wrap h2 {
    font-size: 5.3333333333vw;
    letter-spacing: -0.4px;
  }
  #package .package_wrap h2:before {
    width: 6.4vw;
    height: 6.4vw;
    margin-left: -3.2vw;
    margin-right: -3.2vw;
  }
  #package .package_wrap p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  #package .package_wrap .package_box {
    margin-top: 12vw;
    flex-direction: column;
  }
  #package .package_wrap .package_box .package_img {
    width: 89.3333333333vw;
    height: 44.8vw;
  }
  #package .package_wrap .package_box .package_txt {
    width: 89.3333333333vw;
    margin-top: 4.2666666667vw;
    margin-left: 0;
  }
  #package .package_wrap .package_box .package_txt h3 {
    font-size: 4.8vw;
  }
  #package .package_wrap .package_box .package_txt p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  #package .package_wrap .package_box .package_txt div {
    margin-top: 0;
  }
  #package .package_wrap .package_box .package_txt div a {
    padding: 1.6vw 4.2666666667vw;
    border: var(--black01) 0.2666666667vw solid;
  }
  #package .package_wrap .package_box .package_txt div a:after {
    width: 2.4vw;
    height: 4.5333333333vw;
    margin-left: 2.1333333333vw;
  }
  #package .package_wrap .package_box .package_txt div.btn_w {
    margin-top: 8vw;
  }
  #package .package_wrap .package_box .package_txt div.btn_k {
    margin-top: 3.2vw;
  }
}
/* system */
#system {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--bg-gray);
}
#system h2 {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  font-style: normal;
  line-height: 200%;
  text-align: center;
  color: var(--black01);
}
#system div {
  height: 35rem;
}

@media screen and (max-width: 750px) {
  #system {
    width: 100vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  #system h2 {
    font-size: 4.8vw;
  }
  #system div {
    height: 149.3333333333vw;
  }
}
/* option */
#option {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#option .wrap01 {
  width: 75rem;
  margin: 0 auto;
}
#option .wrap01 h2 {
  font-size: 2.5rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: var(--black00);
}
#option .wrap01 h2 span {
  margin-left: 1.25rem;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 200%;
}
#option .wrap01 h2 span:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(../images/title_dot01.svg);
  background-size: contain;
  margin-right: 0.375rem;
}
#option .wrap01 .option_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#option .wrap01 .option_wrap .option_box {
  width: 24.1666666667rem;
  margin-top: 2.5rem;
  margin-right: 1.25rem;
}
#option .wrap01 .option_wrap .option_box > div {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 200%;
  color: var(--black01);
  border-bottom: 0.0625rem var(--gray-line) solid;
}
#option .wrap01 .option_wrap .option_box > div span a {
  display: inline-block;
  padding: 0.375rem 1.25rem;
  border: var(--black01) 0.0625rem solid;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  line-height: 200%;
  display: inline-flex;
  align-items: center;
}
#option .wrap01 .option_wrap .option_box > div span a:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/service/coordinate/plan/icon_pdf.svg);
  background-size: contain;
  vertical-align: middle;
  padding-top: -0.125rem;
  margin-left: 0.5rem;
}
#option .wrap01 .option_wrap .option_box:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  #option {
    width: 100vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 16vw;
  }
  #option .wrap01 {
    width: 89.3333333333vw;
  }
  #option .wrap01 h2 {
    font-size: 9.0666666667vw;
  }
  #option .wrap01 h2 span {
    margin-left: 4.2666666667vw;
    font-size: 3.2vw;
  }
  #option .wrap01 h2 span:before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
  }
  #option .wrap01 .option_wrap .option_box {
    width: 89.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-right: 0;
  }
  #option .wrap01 .option_wrap .option_box > div {
    padding: 4.2666666667vw 0;
    font-size: 3.7333333333vw;
    border-bottom: 0.2666666667vw var(--gray-line) solid;
  }
  #option .wrap01 .option_wrap .option_box > div span a {
    padding: 1.6vw 5.3333333333vw;
    border: var(--black01) 0.2666666667vw solid;
  }
  #option .wrap01 .option_wrap .option_box > div span a:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    padding-top: -0.5333333333vw;
    margin-left: 2.1333333333vw;
  }
  #option .wrap01 .option_wrap .option_box:first-child {
    margin-top: 8vw;
  }
}/*# sourceMappingURL=service.css.map */