@charset "UTF-8";
/* reset
---------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q,
samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}
a:focus, a:focus-visible {
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* font
---------------------------------------- */
html {
  font-size: 625%;
}

body {
  font-size: 0.17em;
  font-family: "Heebo", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #000;
}

body.is-fixed {
  position: fixed;
  height: 100vh;
  height: 100dvh;
}

.header {
  position: fixed;
  width: 100%;
  height: 55px;
  background: #fff;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .header {
    height: 94px;
  }
}
.header .main-logo {
  position: absolute;
  width: 214px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
@media screen and (min-width: 992px) {
  .header .main-logo {
    width: 294px;
    left: 32px;
  }
}
.header .pc-menu {
  display: none;
}
@media screen and (min-width: 992px) {
  .header .pc-menu {
    display: flex;
    min-width: 1240px;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    font-size: 0.16rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1400px) {
  .header .pc-menu {
    font-size: 0.18rem;
  }
}
.header .pc-menu .pc-menu-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.3em;
  padding: 0 1.5em;
}
.header .pc-menu .pc-menu-list li a {
  display: block;
  padding: 0.8em 0;
  color: #595656;
  text-decoration: none;
  transition: color 0.3s;
}
.header .pc-menu .pc-menu-list li a:hover {
  color: #0BA29A;
}
.header .pc-menu .link-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  background: #0BA29A;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1400px) {
  .header .pc-menu .link-form {
    width: 194px;
  }
}
.header .pc-menu .link-form:hover {
  opacity: 0.7;
}
.header .toggle {
  background-color: #0BA29A;
  position: fixed;
  display: inline-block;
  width: 55px;
  height: 55px;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .header .toggle {
    display: none;
  }
}
.header .toggle .toggle-inr {
  position: absolute;
  width: 29px;
  height: 19px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .toggle span {
  position: absolute;
  display: block;
  height: 3px;
  width: 29px;
  transition: all 0.3s;
  left: 0;
  background-color: #fff;
  border-radius: 2px;
}
.header .toggle span:nth-of-type(1) {
  top: 0;
}
.header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .toggle span:nth-of-type(3) {
  bottom: 0;
}
.header .toggle.is-open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header .toggle.is-open span:nth-of-type(2) {
  opacity: 0;
}
.header .toggle.is-open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 992px) {
  .header .toggle {
    display: none !important;
  }
}
.header .sp-menu {
  background-color: #0BA29A;
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  z-index: 9;
  transform: translateX(100%);
  transition: transform 0.6s;
}
.header .sp-menu.is-open {
  display: block;
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .header .sp-menu {
    display: none !important;
  }
}
.header .sp-menu .sp-menu-logo {
  position: absolute;
  width: 214px;
  top: 14px;
  left: 15px;
}
.header .sp-menu .sp-menu-inr {
  margin-top: 70px;
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
  overflow-y: auto;
  padding: 27px 16px 40px;
}
.header .nav-list {
  margin-bottom: 50px;
}

.footer {
  background: #f0f0f0;
  color: #595656;
  padding: 28px 16px;
}
@media screen and (min-width: 992px) {
  .footer {
    padding: 58px 0 85px;
  }
}
.footer .nav-list {
  margin-bottom: 48px;
  min-width: 240px;
}
@media screen and (min-width: 768px) {
  .footer .footer-inr {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 100px;
    max-width: 1000px;
    margin: 75px auto 0;
    padding-left: 16px;
  }
}
.footer .contact-box {
  margin-bottom: 26px;
}
@media screen and (min-width: 992px) {
  .footer .contact-box {
    max-width: 1000px;
    margin: 0 auto 75px;
  }
}
.footer .footer-info {
  font-size: 0.12rem;
  font-weight: 600;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .footer .footer-info {
    font-size: 0.15rem;
  }
}
.footer .footer-logo {
  width: 250px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .footer .footer-logo {
    width: 322px;
    margin-bottom: 32px;
  }
}
.footer .footer-address {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer .footer-address {
    margin-bottom: 18px;
  }
}
.footer .footer-detail {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer .footer-detail {
    margin-bottom: 120px;
  }
}
.footer .copyright {
  font-size: 0.1rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    font-size: 0.16rem;
  }
}

.nav-list li a {
  text-decoration: none;
}
.nav-list li a:hover {
  text-decoration: underline;
}
.nav-list > li {
  font-size: 0.19rem;
  font-weight: 700;
}
.nav-list > li:not(:first-of-type) {
  margin-top: 13px;
}
.nav-list .service-list {
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 18px;
}
.nav-list .service-list > li {
  font-size: 0.16rem;
  font-weight: 500;
  margin-top: 5px;
}
.nav-list.-normal li, .nav-list.-normal li a {
  color: #595656;
}
.nav-list.-normal .service-list {
  border-left: 1px solid #595656;
}
.nav-list.-white li, .nav-list.-white li a {
  color: #fff;
}
.nav-list.-white .service-list {
  border-left: 1px solid #fff;
}

.contact-box {
  padding: 28px 24px;
  background: #fff;
  color: #595656;
  border-radius: 19px;
}
@media screen and (min-width: 768px) {
  .contact-box {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 28px 24px;
  }
}
@media screen and (min-width: 992px) {
  .contact-box {
    padding: 62px 70px;
  }
}
.contact-box_child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-box_child:first-of-type {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .contact-box_child {
    justify-content: center;
  }
  .contact-box_child:first-of-type {
    margin-bottom: 0;
  }
}
.contact-box_number {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 12px;
  font-size: 0.38rem;
  font-weight: 700;
  color: #595656;
  text-decoration: none;
  letter-spacing: -0.02em;
  cursor: none;
}
.contact-box_number span {
  display: inline-block;
}
.contact-box_number::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0.2em;
  background: url("../images/ic-phone.svg") no-repeat center/100% auto;
  content: "";
}
@media screen and (min-width: 992px) {
  .contact-box_number {
    margin-bottom: 22px;
    font-size: 0.48rem;
    cursor: none;
  }
  .contact-box_number::after {
    width: 61px;
    height: 61px;
    margin-right: 0.7em;
  }
}
.contact-box_time {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background: #f0f0f0;
  font-size: 0.19rem;
  font-weight: 700;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .contact-box_time {
    height: 44px;
    line-height: 44px;
    font-size: 0.24rem;
  }
}
.contact-box_mailtitle {
  font-size: 0.17rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .contact-box_mailtitle {
    font-size: 0.24rem;
    margin-bottom: 18px;
  }
}
.contact-box_btn {
  width: 300px;
  height: 74px;
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .contact-box_btn {
    width: 400px;
    height: 100px;
    font-size: 28px;
  }
}

.content-wrap {
  padding-top: 55px;
}
@media screen and (min-width: 992px) {
  .content-wrap {
    padding-top: 94px;
  }
}

.breadcrumb {
  background-color: #f0f0f0;
  padding: 20px;
}
.breadcrumb_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  font-size: 0.12rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb_list {
    font-size: 0.16rem;
  }
}
.breadcrumb_list > li {
  color: #595656;
}
.breadcrumb_list > li:not(:first-of-type)::before {
  content: ">";
  margin: 0 0.8em;
}
.breadcrumb_list > li a {
  color: #595656;
  text-decoration: none;
}
.breadcrumb_list > li a:hover {
  text-decoration: underline;
  transition: all 0.3s;
}

.main-lead {
  height: 310px;
  padding: 34px 26px 0;
  color: #fff;
  background: url("../images/cmn-bg-lead-sp.jpg") no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .main-lead {
    height: 230px;
    padding: 36px 20px 0;
    background: url("../images/cmn-bg-lead-pc.jpg") no-repeat center/cover;
  }
}
.main-lead .main-lead_inr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
.main-lead .main-lead_ttl {
  font-size: 0.3rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .main-lead .main-lead_ttl {
    font-size: 0.42rem;
    margin-bottom: 0;
  }
}
.main-lead .main-lead_txt {
  display: flex;
  align-items: center;
  font-size: 0.17rem;
  font-weight: 400;
  line-height: 2;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .main-lead .main-lead_txt {
    height: 110px;
  }
}
.main-lead.-single {
  padding: 0 26px;
  height: 138px;
}
@media screen and (min-width: 768px) {
  .main-lead.-single {
    height: 230px;
    padding: 0 20px;
  }
}
.main-lead.-single .main-lead_inr {
  justify-content: center;
  height: 100%;
}
.main-lead.-single .main-lead_ttl {
  margin-bottom: 0;
}

.section {
  padding: 0 16px;
}
.section:first-of-type {
  padding-top: 44px;
}
@media screen and (min-width: 768px) {
  .section:first-of-type {
    padding-top: 64px;
  }
}

.content-inr {
  max-width: 1000px;
  margin: 0 auto;
}
.content-inr.-s {
  max-width: 700px;
}

.foot-btns {
  background-color: #fff;
  padding: 34px 16px;
}
@media screen and (min-width: 768px) {
  .foot-btns {
    padding: 60px 0 70px;
  }
}
.foot-btns_inr {
  margin: 0 auto;
  gap: 12px;
  justify-content: center;
}
.foot-btns_inr.-sp {
  display: flex;
}
.foot-btns_inr.-pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .foot-btns_inr {
    max-width: 1000px;
    gap: 26px;
  }
  .foot-btns_inr.-sp {
    display: none;
  }
  .foot-btns_inr.-pc {
    display: flex;
  }
}
.foot-btns .button {
  width: 50%;
  max-width: 169px;
  height: 52px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .foot-btns .button {
    max-width: 400px;
    height: 87px;
    font-size: 28px;
  }
}

.ttl-lv2 {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #595656;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ttl-lv2 {
    font-size: 0.46rem;
    line-height: 1;
    margin-bottom: 50px;
  }
}
.ttl-lv2.-s {
  font-size: 0.3rem;
}
@media screen and (min-width: 768px) {
  .ttl-lv2.-s {
    font-size: 0.34rem;
  }
}

.ttl-lv3 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  padding-bottom: 10px;
  font-size: 0.22rem;
  font-weight: 700;
  color: #0BA29A;
}
@media screen and (min-width: 768px) {
  .ttl-lv3 {
    margin-bottom: 48px;
    padding-bottom: 10px;
    font-size: 0.25rem;
  }
}
.ttl-lv3::before, .ttl-lv3::after {
  content: "";
  display: block;
  position: absolute;
}
.ttl-lv3::before {
  width: 100%;
  height: 1px;
  background: #aaa;
  bottom: 1px;
  z-index: 1;
}
.ttl-lv3::after {
  width: 37%;
  height: 4px;
  background: #0BA29A;
  bottom: 0;
  z-index: 2;
}

.ttl-lv4 {
  font-size: 0.24rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.ttl-lv5 {
  font-size: 0.2rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.text {
  font-size: 0.17rem;
  line-height: 1.76;
  color: #333;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 0.21rem;
    line-height: 1.9;
  }
}

.text-m {
  font-size: 0.15rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (min-width: 768px) {
  .text-m {
    font-size: 0.16rem;
  }
}

.text-s {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #333;
}

.text-ss {
  font-size: 0.11rem;
  line-height: 0.2rem;
  color: #333;
}

.disc-list {
  padding-left: 0.4em;
}
.disc-list li {
  text-indent: -0.4em;
}
.disc-list li::before {
  content: "•";
  display: inline-block;
  width: 0.4em;
}
.disc-list.-kome li::before {
  content: "*";
}

.ordered-list {
  padding-left: 1.2em;
}

.text-link {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s;
}
.text-link:hover {
  color: #0BA29A;
}

.img-link:hover {
  opacity: 0.65;
  transition: opacity 0.5s;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s, background-color 0.3s;
}
.button.-primary {
  background-color: #0BA29A;
  color: #fff;
  border: #0BA29A solid 2px;
}
.button.-primary:hover {
  background-color: #fff;
  color: #0BA29A;
}
.button.-primary.-arrow {
  position: relative;
  z-index: 1;
}
.button.-primary.-arrow::after {
  position: absolute;
  width: 1em;
  height: 1em;
  line-height: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  z-index: 2;
  right: 0.3em;
  content: "→";
}
.button.-secoundary {
  color: #0BA29A;
  border: #0BA29A solid 2px;
}
.button.-secoundary:hover {
  background-color: #0BA29A;
  color: #fff;
}
.button.-secoundary.-arrow, .button.-secoundary.-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
}
@media screen and (min-width: 768px) {
  .button.-secoundary.-arrow, .button.-secoundary.-chevron {
    gap: 1em;
  }
}
.button.-secoundary.-arrow::after, .button.-secoundary.-chevron::after {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.button.-secoundary.-arrow::after {
  content: "→";
}
.button.-secoundary.-chevron::after {
  content: "›";
}
.button.-s {
  width: 169px;
  height: 52px;
  font-size: 0.16rem;
}
@media screen and (min-width: 768px) {
  .button.-s {
    width: 202px;
    height: 62px;
    font-size: 0.2rem;
  }
}

.normal-table {
  width: 100%;
  line-height: 1.6;
  border-top: 1px solid #ddd;
}
.normal-table tr {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding: 11px 0;
}
.normal-table th {
  font-weight: 700;
}
.normal-table td {
  margin-top: 8px;
}
.normal-table th,
.normal-table td {
  text-align: left;
  font-size: 0.17rem;
}
@media screen and (min-width: 768px) {
  .normal-table tr {
    flex-direction: row;
    padding: 18px 0;
  }
  .normal-table th {
    width: 148px;
    font-size: 0.2rem;
  }
  .normal-table td {
    margin-top: 0;
    width: calc(100% - 148px);
    font-size: 0.18rem;
  }
}

.price-list {
  line-height: 1.4;
}
.price-list:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .price-list:not(:first-of-type) {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .price-list {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 13px;
  }
  .price-list::before, .price-list::after {
    content: "";
    display: block;
    position: absolute;
  }
  .price-list::before {
    width: 100%;
    height: 1px;
    background: #aaa;
    bottom: 1px;
    z-index: 1;
  }
  .price-list::after {
    width: 40%;
    height: 4px;
    background: #0BA29A;
    bottom: 0;
    z-index: 2;
  }
}
.price-list dt {
  position: relative;
  font-size: 0.17rem;
  font-weight: 700;
  padding-bottom: 13px;
}
.price-list dt::before, .price-list dt::after {
  content: "";
  display: block;
  position: absolute;
}
.price-list dt::before {
  width: 100%;
  height: 1px;
  background: #aaa;
  bottom: 1px;
  z-index: 1;
}
.price-list dt::after {
  width: 37%;
  height: 4px;
  background: #0BA29A;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .price-list dt {
    width: 40%;
    padding-bottom: 0;
    font-size: 0.2rem;
  }
  .price-list dt::before, .price-list dt::after {
    display: none;
  }
}
.price-list dd {
  padding-top: 12px;
  font-size: 0.17rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .price-list dd {
    width: 60%;
    padding-top: 0;
    padding-left: 80px;
    font-size: 0.2rem;
  }
}
.price-list dd.col2 {
  display: flex;
  flex-direction: column;
  padding-top: 14px;
}
.price-list dd.col2 span:first-of-type {
  padding-bottom: 8px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .price-list dd.col2 span:first-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}
.price-list dd.col2 span.empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .price-list dd.col2 span.empty {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .price-list dd.col2 {
    flex-direction: row;
  }
  .price-list dd.col2 span {
    width: 50%;
  }
}

.box-corner {
  position: relative;
  border: 1px solid #c0c0c0;
}
.box-corner_line {
  display: block;
  position: absolute;
  height: 44px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .box-corner_line {
    height: 87px;
  }
}
.box-corner_line::before, .box-corner_line::after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .box-corner_line::before, .box-corner_line::after {
    width: 44px;
  }
}
.box-corner_line.-top {
  top: -4px;
}
@media screen and (min-width: 768px) {
  .box-corner_line.-top {
    top: -7px;
  }
}
.box-corner_line.-top::before {
  left: -4px;
  border-left: 8px solid #0BA29A;
  border-top: 8px solid #0BA29A;
}
.box-corner_line.-top::after {
  right: -4px;
  border-right: 8px solid #0BA29A;
  border-top: 8px solid #0BA29A;
}
.box-corner_line.-bottom {
  bottom: -4px;
}
@media screen and (min-width: 768px) {
  .box-corner_line.-bottom {
    bottom: -7px;
  }
}
.box-corner_line.-bottom::before {
  left: -4px;
  border-left: 8px solid #0BA29A;
  border-bottom: 8px solid #0BA29A;
}
.box-corner_line.-bottom::after {
  right: -4px;
  border-right: 8px solid #0BA29A;
  border-bottom: 8px solid #0BA29A;
}
@media screen and (min-width: 768px) {
  .box-corner_line.-top::before, .box-corner_line.-bottom::before {
    left: -7px;
  }
  .box-corner_line.-top::after, .box-corner_line.-bottom::after {
    right: -7px;
  }
  .box-corner_line.-top::before, .box-corner_line.-top::after, .box-corner_line.-bottom::before, .box-corner_line.-bottom::after {
    border-width: 14px;
  }
}

.form-wrap {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .form-wrap {
    margin-bottom: 80px;
  }
}

.form-col {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
}
@media screen and (min-width: 768px) {
  .form-col .col2 {
    width: calc(50% - 9px);
  }
}
@media screen and (min-width: 768px) {
  .form-col .col3 {
    width: calc(33.3% - 6px);
  }
}
@media screen and (min-width: 768px) {
  .form-col .col4 {
    width: calc(25% - 4.5px);
  }
}

.form-group {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form-group {
    margin-bottom: 30px;
  }
}
.form-group span {
  margin-left: 5px;
  padding: 5px 8px;
}
.form-group label,
.form-group .label {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.16rem;
  font-weight: 500;
}
.form-group input {
  padding: 8px 16px;
  font-size: 0.2rem;
  line-height: 1.5;
}
.form-group input[type=checkbox] {
  padding: 8px 12px;
}
.form-group input + p,
.form-group p + input {
  margin-top: 4px;
}

.form-control {
  display: block;
  width: 100%;
  color: #595656;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #595656;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline label {
  margin-right: 20px;
  font-weight: 400;
}
.form-inline input {
  margin-right: 10px;
}

.badge {
  display: inline-block;
  padding: 5px 8px;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
}
label + .badge {
  margin-bottom: 10px;
}
.badge.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.input-group > .form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-group-addon {
  margin: 0;
  padding: 5px 8px;
}
.input-group > label,
.input-group > .label {
  margin-bottom: 0;
  margin-right: 8px;
}

.js-fade.is-active {
  animation: fadeUp 0.7s 0.3s ease-out both;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#toppage .mv {
  position: relative;
  background: #f0f0f0;
  padding-top: 400px;
}
#toppage .mv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  background: url("../images/top-bg-main-sp.jpg") no-repeat center top/cover;
  z-index: 1;
}
#toppage .mv .mv-inr {
  position: relative;
  margin-top: -40px;
  max-width: 400px;
  padding-left: 18px;
  padding-bottom: 50px;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  #toppage .mv::before {
    background: url("../images/top-bg-main-pc.jpg") no-repeat center top/cover;
  }
}
@media screen and (min-width: 768px) {
  #toppage .mv {
    height: 655px;
  }
  #toppage .mv::before {
    height: 100%;
    right: 0;
    width: 70%;
    max-width: calc(100% - 420px);
    background: url("../images/top-bg-main-pc.jpg") no-repeat left center/1010px auto;
  }
  #toppage .mv .mv-inr {
    position: absolute;
    top: 50%;
    left: 38px;
    transform: translateY(-50%);
    width: 624px;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  #toppage .mv::before {
    background: url("../images/top-bg-main-pc.jpg") no-repeat left center/cover;
  }
  #toppage .mv .mv-inr {
    left: 30%;
    transform: translate(-383px, -50%);
  }
}
#toppage .mv .mv-ttl > span {
  color: #595656;
  display: inline-block;
  padding: 0 0.2em;
}
@media screen and (min-width: 768px) {
  #toppage .mv .mv-ttl > span {
    padding: 0 18px;
  }
}
#toppage .mv .mv-ttl > span:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 117px;
  width: 300px;
  font-weight: 900;
  font-size: 0.4rem;
  line-height: 1.26;
}
@media screen and (min-width: 768px) {
  #toppage .mv .mv-ttl > span:first-of-type {
    display: inline-block;
    width: auto;
    height: 90px;
    font-size: 0.51rem;
    line-height: 0.9rem;
  }
}
#toppage .mv .mv-ttl > span:not(:first-of-type) {
  margin-top: 9px;
  font-size: 0.26rem;
  line-height: 52px;
}
@media screen and (min-width: 768px) {
  #toppage .mv .mv-ttl > span:not(:first-of-type) {
    font-size: 0.4rem;
    line-height: 84px;
  }
}
#toppage .mv .mv-text {
  margin-top: 24px;
  font-size: 0.2rem;
  line-height: 2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #toppage .mv .mv-text {
    margin-top: 30px;
    font-size: 0.24rem;
  }
}
#toppage .sec-service {
  padding-top: 36px;
  padding-bottom: 46px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service {
    padding: 70px 16px 108px;
  }
}
#toppage .sec-service .service-box.-l {
  padding: 24px 12px 38px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box.-l {
    padding: 34px;
  }
}
#toppage .sec-service .service-box.-l:not(:first-of-type) {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box.-l:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box.-l .service-box-inr {
    display: flex;
    gap: 0 4%;
    align-items: stretch;
  }
  #toppage .sec-service .service-box.-l .service-box-inr.-reverse {
    flex-direction: row-reverse;
  }
}
#toppage .sec-service .service-box.-l .service-box-inr .service-box-img {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box.-l .service-box-inr .service-box-img {
    margin-bottom: 0;
    width: 48%;
  }
}
#toppage .sec-service .service-box.-l .service-box-inr .service-box-detail .button {
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box.-l .service-box-inr .service-box-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
  }
  #toppage .sec-service .service-box.-l .service-box-inr .service-box-detail .button {
    margin: 0 0 0 auto;
  }
}
#toppage .sec-service .service-box.-s {
  padding: 20px 12px 16px;
}
#toppage .sec-service .service-box.-s:not(:first-of-type) {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box.-s:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box.-s {
    padding: 22px 20px 24px;
  }
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box.-s .service-box-inr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#toppage .sec-service .service-box.-s .service-box-inr .text {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box.-s .service-box-inr .text {
    margin-bottom: 10px;
    min-height: 130px;
  }
}
#toppage .sec-service .service-box.-s .button {
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box.-s .button {
    margin: 0 auto;
  }
}
#toppage .sec-service .service-box-wrap {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box-wrap {
    display: flex;
    margin-top: 60px;
    gap: 0 16px;
  }
  #toppage .sec-service .service-box-wrap > * {
    width: 100%;
  }
}
#toppage .sec-service .service-box-ttl {
  position: relative;
  font-size: 0.27rem;
  line-height: 1.3;
  font-weight: 700;
  color: #0BA29A;
  margin-bottom: 12px;
  padding-left: 48px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box-ttl {
    font-size: 0.4rem;
    margin-bottom: 24px;
    padding-left: 72px;
  }
}
#toppage .sec-service .service-box-ttl::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 43px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box-ttl::before {
    width: 61px;
    height: 60px;
  }
}
#toppage .sec-service .service-box-ttl span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box-ttl.-s {
    font-size: 0.24rem;
    line-height: 50px;
  }
}
@media screen and (min-width: 992px) {
  #toppage .sec-service .service-box-ttl.-s {
    font-size: 0.3rem;
  }
  #toppage .sec-service .service-box-ttl.-s::before {
    width: 61px;
    height: 50px;
  }
}
#toppage .sec-service .service-box-ttl.-moving::before {
  background: url("../images/ic-service-moving.svg") no-repeat top left/42px auto;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box-ttl.-moving::before {
    background-size: 61px auto;
  }
}
#toppage .sec-service .service-box-ttl.-temporary::before {
  background: url("../images/ic-service-temporary.svg") no-repeat top left/43px auto;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box-ttl.-temporary::before {
    background-size: 61px auto;
  }
}
#toppage .sec-service .service-box-ttl.-storage::before {
  background: url("../images/ic-service-storage.svg") no-repeat top left/30px auto;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box-ttl.-storage::before {
    background-size: 48px auto;
  }
}
#toppage .sec-service .service-box-ttl.-disposal::before {
  background: url("../images/ic-service-disposal.svg") no-repeat top left/36px auto;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box-ttl.-disposal::before {
    background-size: 59px auto;
  }
}
#toppage .sec-service .service-box-ttl.-purchase::before {
  background: url("../images/ic-service-purchase.svg") no-repeat top left/36px auto;
}
@media screen and (min-width: 768px) {
  #toppage .sec-service .service-box-ttl.-purchase::before {
    background-size: 53px auto;
  }
}
#toppage .sec-slide {
  padding: 55px 0 50px;
  background: url("../images/top-bg-slide-sp.jpg") no-repeat center top/100% auto, #0BA29A;
}
@media screen and (min-width: 768px) {
  #toppage .sec-slide {
    background: url("../images/top-bg-slide-pc.jpg") no-repeat center top/100% auto, #0BA29A;
    padding: 100px 0 62px;
  }
}
#toppage .sec-slide .slide-ttl {
  margin-bottom: 24px;
  padding: 0 16px;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #toppage .sec-slide .slide-ttl {
    margin-bottom: 40px;
    font-size: 0.48rem;
  }
}
#toppage .sec-slide .text {
  padding: 0 16px;
  max-width: 1000px;
  margin: 0 auto;
}
#toppage .sec-slide .slide-wrap {
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  #toppage .sec-slide .slide-wrap {
    margin: 56px auto 0;
  }
}
#toppage .sec-slide .slide-list > li img {
  border-radius: 16px;
}
#toppage .sec-area {
  padding-top: 42px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-area {
    padding-top: 70px;
  }
}
#toppage .sec-area .ttl-lv2 {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-area .ttl-lv2 {
    margin-bottom: 60px;
  }
}
#toppage .sec-area .area-box {
  padding: 24px 14px;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  #toppage .sec-area .area-box {
    padding: 30px 34px;
    background: none;
    border: 1px solid #999;
  }
}
#toppage .sec-area .area-box:not(:first-of-type) {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-area .area-box:not(:first-of-type) {
    margin-top: 55px;
  }
}
#toppage .sec-area .area-ttl {
  font-size: 0.27rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #toppage .sec-area .area-ttl {
    font-size: 0.4rem;
    margin-bottom: 24px;
  }
}

#moving .sec-plan {
  padding-bottom: 76px;
}
@media screen and (min-width: 768px) {
  #moving .sec-plan {
    padding-bottom: 56px;
  }
}
#moving .sec-plan .ttl-lv2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .ttl-lv2 {
    margin-bottom: 60px;
  }
}
#moving .sec-plan .plan-box {
  padding: 30px 12px 36px;
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box {
    position: relative;
    padding: 28px 20px;
  }
}
#moving .sec-plan .plan-box:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box:not(:first-of-type) {
    margin-top: 33px;
  }
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box .plan-box-inr {
    display: flex;
    gap: 0 4%;
    align-items: stretch;
  }
  #moving .sec-plan .plan-box .plan-box-inr.-reverse {
    flex-direction: row-reverse;
  }
}
#moving .sec-plan .plan-box .plan-box-inr .plan-box-img {
  margin-bottom: 12px;
}
#moving .sec-plan .plan-box .plan-box-inr .plan-box-img img {
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box .plan-box-inr .plan-box-img {
    margin-bottom: 0;
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box .plan-box-inr .plan-box-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
    padding-top: 80px;
  }
}
#moving .sec-plan .plan-box .plan-box-inr .plan-box-detail .price {
  margin-top: 30px;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box .plan-box-inr .plan-box-detail .price {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
#moving .sec-plan .plan-box .plan-box-inr .plan-box-detail .price span {
  display: inline-block;
  font-size: 0.2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box .plan-box-inr .plan-box-detail .price span {
    font-size: 0.25rem;
  }
}
#moving .sec-plan .plan-box .plan-box-inr .plan-box-detail .price .num {
  margin: 0 8px -6px 12px;
  font-size: 0.35rem;
  font-weight: 700;
  color: #0BA29A;
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box .plan-box-inr .plan-box-detail .price .num {
    margin: 0 10px -6px 20px;
    font-size: 0.45rem;
  }
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box .plan-box-inr.-ttl-twolines .plan-box-detail {
    padding-top: 130px;
  }
}
#moving .sec-plan .plan-box .plan-box-ttl {
  font-size: 0.27rem;
  font-weight: 700;
  color: #0BA29A;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box .plan-box-ttl {
    position: absolute;
    top: 28px;
    left: 20px;
    width: 48%;
    font-size: 0.4rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .plan-box:nth-of-type(even) .plan-box-ttl {
    left: 52%;
  }
}
#moving .sec-plan .button {
  margin: 23px auto 0;
  padding: 0.3em 22px;
  min-height: 64px;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #moving .sec-plan .button {
    margin: 33px auto 0;
    padding: 0.3em 60px;
    width: 612px;
    min-height: 90px;
    font-size: 0.28rem;
  }
  #moving .sec-plan .button::after {
    right: 30px;
  }
}
#moving .sec-point {
  background-color: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #moving .sec-point {
    padding: 80px 16px 96px;
  }
}
#moving .sec-point .point-wrap {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #moving .sec-point .point-wrap {
    margin-top: 60px;
  }
}
#moving .sec-point h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  font-size: 0.27rem;
  color: #0BA29A;
}
@media screen and (min-width: 768px) {
  #moving .sec-point h3 {
    margin-bottom: 30px;
    font-size: 0.3rem;
  }
}
#moving .sec-point h3 span {
  display: inline-block;
}
#moving .sec-point h3 span.num {
  margin-right: 8px;
  width: 54px;
  height: 54px;
  text-align: center;
  background-color: #0BA29A;
  color: #fff;
  font-size: 0.3rem;
  line-height: 54px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  #moving .sec-point h3 span.num {
    margin-right: 18px;
  }
}
#moving .sec-point h3 span.title {
  width: calc(100% - 62px);
}
#moving .sec-point .text {
  font-size: 0.17rem;
}
@media screen and (min-width: 768px) {
  #moving .sec-point .text {
    font-size: 0.18rem;
  }
}
#moving .sec-point .point-img-wrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #moving .sec-point .point-img-wrap {
    display: flex;
    gap: 64px;
  }
}
#moving .sec-point .point-img {
  position: relative;
}
#moving .sec-point .point-img:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #moving .sec-point .point-img:not(:first-of-type) {
    margin-top: 0;
  }
}
#moving .sec-point .point-img img {
  border-radius: 16px;
}
#moving .sec-point .point-img span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 40px;
  padding: 0 1.5em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #moving .sec-point .point-img span {
    font-size: 0.2rem;
    line-height: 50px;
  }
}
#moving .sec-point .point-wrap:nth-of-type(odd) .point-img span {
  right: 0;
}
#moving .sec-point .point-wrap:nth-of-type(even) .point-img span {
  left: 0;
}
#moving .sec-option {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  #moving .sec-option {
    padding: 80px 16px 40px;
  }
}
#moving .sec-option .disc-list {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  #moving .sec-option .disc-list {
    margin-top: 45px;
  }
}
#moving .sec-assets {
  padding-top: 60px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #moving .sec-assets {
    padding: 80px 16px 44px;
  }
}
@media screen and (min-width: 768px) {
  #moving .sec-assets .price-list dt {
    width: 30%;
  }
  #moving .sec-assets .price-list::after {
    width: 30%;
  }
  #moving .sec-assets .price-list dd.col2 span:last-of-type {
    padding-left: 20px;
  }
}

#temporary .main-lead_ttl {
  margin-bottom: 0;
}
#temporary .sec-main {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #temporary .sec-main {
    padding-bottom: 130px;
  }
}
#temporary .sec-main .img-main {
  width: 100%;
  margin: 30px auto 40px;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  #temporary .sec-main .img-main {
    margin: 60px auto 40px;
    padding: 28px 16px 40px;
  }
}
#temporary .sec-main .img-main h3 {
  margin-bottom: 16px;
  padding-left: 16px;
  font-size: 0.27rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #temporary .sec-main .img-main h3 {
    margin-bottom: 12px;
    padding-left: 0;
    text-align: center;
    font-size: 0.32rem;
    font-weight: 900;
  }
}
#temporary .sec-main .bnr-relo {
  display: block;
  margin: 0 auto;
  width: 370px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #temporary .sec-main .bnr-relo {
    width: 881px;
  }
}
#temporary .sec-service,
#temporary .sec-option {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #temporary .sec-service,
  #temporary .sec-option {
    padding-top: 80px;
  }
}
#temporary .sec-service .ttl-lv2,
#temporary .sec-option .ttl-lv2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #temporary .sec-service .ttl-lv2,
  #temporary .sec-option .ttl-lv2 {
    margin-bottom: 40px;
  }
}
#temporary .sec-service .service-list,
#temporary .sec-option .service-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 25px;
  margin-bottom: 30px;
}
#temporary .sec-service .service-list .service-list-item,
#temporary .sec-option .service-list .service-list-item {
  width: calc(50% - 12.5px);
  padding: 10px 2px;
  background: #fff;
  border-radius: 6px;
}
@media screen and (min-width: 576px) {
  #temporary .sec-service .service-list .service-list-item,
  #temporary .sec-option .service-list .service-list-item {
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 768px) {
  #temporary .sec-service .service-list,
  #temporary .sec-option .service-list {
    gap: 25px;
  }
}
#temporary .sec-option {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #temporary .sec-option {
    padding-bottom: 60px;
  }
}

#storage .sec-service {
  padding-bottom: 43px;
}
@media screen and (min-width: 768px) {
  #storage .sec-service {
    padding-bottom: 68px;
  }
}
#storage .sec-service .service-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 40px auto 0;
  width: 76%;
  max-width: 320px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  #storage .sec-service .service-list {
    margin: 44px auto 0;
    flex-direction: row;
    width: 1000px;
    max-width: 100%;
    gap: 10px;
  }
}
#storage .sec-service .service-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 89%;
}
#storage .sec-service .service-list > li:last-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #storage .sec-service .service-list > li {
    align-items: center;
    width: 31%;
  }
  #storage .sec-service .service-list > li:last-of-type {
    width: 35%;
  }
}
#storage .sec-service .service-list > li .service-img {
  width: 100%;
  height: auto;
}
#storage .sec-service .service-list > li .service-price {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-top: 12px;
  text-align: center;
  font-size: 0.19rem;
  font-weight: 400;
  background: #0BA29A;
  color: #fff;
  border-radius: 99px;
}
@media screen and (min-width: 768px) {
  #storage .sec-service .service-list > li .service-price {
    height: 38px;
    line-height: 38px;
    margin-top: 6px;
    font-size: 0.24rem;
  }
}
#storage .sec-trunk .content-inr {
  padding: 36px 16px 24px;
  background: url("../images/storage-bg-trunk.png") no-repeat top 30px right 0/31vw auto, #f0f0f0;
}
@media screen and (min-width: 768px) {
  #storage .sec-trunk .content-inr {
    padding: 36px 76px;
    background: url("../images/storage-bg-trunk.png") no-repeat bottom 16px right 48px/200px auto, #f0f0f0;
  }
}
#storage .sec-trunk .trunk-ttl {
  margin-bottom: 22px;
  font-size: 8.2vw;
  line-height: 1.4;
  font-weight: 700;
  color: #0BA29A;
}
@media screen and (min-width: 768px) {
  #storage .sec-trunk .trunk-ttl {
    margin-bottom: 24px;
    font-size: 0.4rem;
  }
}
#storage .sec-trunk .trunk-lead {
  margin-bottom: 16px;
  font-size: 0.23rem;
  line-height: 0.35rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #storage .sec-trunk .trunk-lead {
    margin-right: auto;
    width: 330px;
    margin-bottom: 20px;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
#storage .sec-trunk .trunk-note {
  font-size: 0.11rem;
  line-height: 0.18rem;
}
@media screen and (min-width: 768px) {
  #storage .sec-trunk .trunk-note {
    font-size: 0.1rem;
    width: 320px;
  }
}
#storage .sec-caution {
  padding-top: 24px;
  padding-bottom: 46px;
}
@media screen and (min-width: 768px) {
  #storage .sec-caution {
    padding: 40px 16px 24px;
  }
}
#storage .sec-caution .caution-ttl {
  margin-bottom: 20px;
  font-size: 0.22rem;
  font-weight: 700;
  color: #595656;
}
@media screen and (min-width: 768px) {
  #storage .sec-caution .caution-ttl {
    margin-bottom: 24px;
    font-size: 0.26rem;
  }
}

#disposal .sec-lead {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-lead {
    padding-bottom: 64px;
  }
}
#disposal .sec-pack {
  padding-top: 40px;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack {
    padding: 50px 16px 74px;
  }
}
#disposal .sec-pack .pack-ttl {
  text-align: center;
  line-height: 1.3;
}
#disposal .sec-pack .pack-ttl span {
  display: block;
}
#disposal .sec-pack .pack-ttl_lead {
  color: #595656;
  font-size: 0.2rem;
  font-weight: 800;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .pack-ttl_lead {
    font-size: 0.24rem;
    margin-bottom: 16px;
  }
}
#disposal .sec-pack .pack-ttl_main {
  color: #0BA29A;
  font-size: 0.3rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .pack-ttl_main {
    font-size: 0.4rem;
    margin-bottom: 30px;
  }
}
#disposal .sec-pack .pack-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 572px;
  margin: 0 auto 36px;
  gap: 16px 10px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .pack-list {
    margin-bottom: 48px;
    gap: 18px;
  }
}
#disposal .sec-pack .pack-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 5px);
  height: 84px;
  background-color: #fff;
  color: #0BA29A;
  border-radius: 32px;
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .pack-list > li {
    width: calc(50% - 16px);
    height: 50px;
  }
}
#disposal .sec-pack .plan-list {
  max-width: 1000px;
  margin: 0 auto;
}
#disposal .sec-pack .plan-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 22px 30px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li {
    flex-direction: row;
    justify-content: flex-start;
    padding: 42px 24px;
  }
}
#disposal .sec-pack .plan-list > li:not(:first-of-type) {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li:not(:first-of-type) {
    margin-top: 24px;
  }
}
#disposal .sec-pack .plan-list > li .price-img {
  width: 240px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li .price-img {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
#disposal .sec-pack .plan-list > li .price-detail {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li .price-detail {
    width: calc(100% - 264px);
  }
}
#disposal .sec-pack .plan-list > li .price-detail .price {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li .price-detail .price {
    margin-bottom: 12px;
  }
}
#disposal .sec-pack .plan-list > li .price-detail .price span {
  display: inline-block;
}
#disposal .sec-pack .plan-list > li .price-detail .price .track,
#disposal .sec-pack .plan-list > li .price-detail .price .num {
  font-size: 0.35rem;
  line-height: 0.42rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li .price-detail .price .track,
  #disposal .sec-pack .plan-list > li .price-detail .price .num {
    font-size: 0.4rem;
  }
}
#disposal .sec-pack .plan-list > li .price-detail .price .track {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li .price-detail .price .track {
    margin-bottom: 0;
    margin-right: 44px;
  }
}
#disposal .sec-pack .plan-list > li .price-detail .price .num {
  color: #0BA29A;
}
#disposal .sec-pack .plan-list > li .price-detail .price .num span {
  font-size: 0.7em;
}
#disposal .sec-pack .plan-list > li .price-detail .price .unit {
  font-size: 0.21rem;
  line-height: 0.42rem;
  font-weight: 600;
  margin-bottom: -3px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li .price-detail .price .unit {
    font-size: 0.25rem;
  }
}
#disposal .sec-pack .plan-list > li .price-detail .estimated,
#disposal .sec-pack .plan-list > li .price-detail .amount {
  font-size: 0.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li .price-detail .estimated,
  #disposal .sec-pack .plan-list > li .price-detail .amount {
    font-size: 0.29rem;
  }
}
#disposal .sec-pack .plan-list > li .price-detail .estimated {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li .price-detail .estimated {
    margin-bottom: 4px;
  }
}
#disposal .sec-pack .plan-list > li .price-detail .amount {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li .price-detail .amount {
    align-items: center;
  }
}
#disposal .sec-pack .plan-list > li .price-detail .amount::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 4px;
  margin-right: 18px;
  background: url("../images/ic-cargo.svg") no-repeat center/100% auto;
}
@media screen and (min-width: 768px) {
  #disposal .sec-pack .plan-list > li .price-detail .amount::before {
    margin-top: 0;
    margin-right: 12px;
  }
}
#disposal .sec-pack .plan-list > li .price-detail .amount > span {
  display: block;
  width: 100%;
}
#disposal .sec-pack .plan-list > li .price-detail .amount .num {
  display: inline-block;
  font-weight: 700;
}
#disposal .sec-option {
  padding-top: 43px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-option {
    padding: 70px 16px 20px;
  }
}
#disposal .sec-option .ttl-lv2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #disposal .sec-option .ttl-lv2 {
    margin-bottom: 30px;
  }
}
#disposal .sec-option .option-box {
  margin-top: 32px;
  padding: 40px 24px;
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #disposal .sec-option .option-box {
    padding: 50px 44px;
    font-size: 0.24rem;
  }
}

#purchase .sec-main {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #purchase .sec-main {
    padding-bottom: 44px;
  }
}
#purchase .sec-main .ttl-lv2 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #purchase .sec-main .ttl-lv2 {
    text-align: center;
  }
}
#purchase .sec-main .main-img {
  margin: 24px auto 0;
  text-align: center;
  max-width: 370px;
}
@media screen and (min-width: 768px) {
  #purchase .sec-main .main-img {
    margin: 40px auto 0;
    max-width: 866px;
  }
}
#purchase .sec-item {
  padding-top: 50px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  #purchase .sec-item {
    padding: 60px 16px 70px;
  }
}
#purchase .sec-item .item-ttl {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #purchase .sec-item .item-ttl {
    font-size: 0.4rem;
    margin-bottom: 30px;
  }
}
#purchase .sec-item .item-lead {
  margin-bottom: 24px;
  text-align: center;
  font-size: 0.18rem;
  line-height: 1.43;
}
@media screen and (min-width: 768px) {
  #purchase .sec-item .item-lead {
    margin-bottom: 40px;
    font-size: 0.28rem;
  }
}
#purchase .sec-item .item-list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 16px 22px;
}
@media screen and (min-width: 768px) {
  #purchase .sec-item .item-list > li {
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px 36px;
  }
}
#purchase .sec-item .item-list > li:not(:first-of-type) {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  #purchase .sec-item .item-list > li:not(:first-of-type) {
    margin-top: 30px;
  }
}
#purchase .sec-item .item-list > li .item-img {
  position: absolute;
  left: 14px;
  width: 119px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #purchase .sec-item .item-list > li .item-img {
    position: static;
    width: 200px;
    margin-bottom: 0;
    margin-right: 44px;
  }
}
#purchase .sec-item .item-list > li .item-detail .item-name {
  display: flex;
  align-items: center;
  height: 119px;
  margin-bottom: 18px;
  font-weight: 700;
  padding-left: 130px;
}
@media screen and (min-width: 768px) {
  #purchase .sec-item .item-list > li .item-detail .item-name {
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
#purchase .sec-item .item-list > li .item-detail .item-text {
  font-size: 0.16rem;
  line-height: 1.56;
}

#flow .sec-flow {
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  #flow .sec-flow {
    padding-bottom: 60px;
  }
}
#flow .sec-flow .flow-list {
  position: relative;
}
#flow .sec-flow .flow-list > li {
  position: relative;
  background: #fff;
  border: 1px solid #0BA29A;
  padding: 16px 16px 20px 52px;
}
@media screen and (min-width: 768px) {
  #flow .sec-flow .flow-list > li {
    padding: 20px 30px 24px 90px;
  }
}
#flow .sec-flow .flow-list > li:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #flow .sec-flow .flow-list > li:not(:first-of-type) {
    margin-top: 20px;
  }
}
#flow .sec-flow .flow-list > li .flow-ttl {
  position: absolute;
  top: 16px;
  left: 184px;
  width: calc(100% - 184px);
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #flow .sec-flow .flow-list > li .flow-ttl {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  #flow .sec-flow .flow-list > li .flow-item-inr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 20px;
  }
}
#flow .sec-flow .flow-list > li .flow-item-inr .flow-img {
  width: 120px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #flow .sec-flow .flow-list > li .flow-item-inr .flow-img {
    margin-bottom: 0;
  }
}
#flow .sec-flow .flow-list > li .flow-item-inr .flow-text {
  font-size: 0.16rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  #flow .sec-flow .flow-list > li .flow-item-inr .flow-text {
    width: calc(100% - 140px);
  }
}
#flow .sec-flow .flow-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 10px;
  width: 34px;
  height: 34px;
  background: #0BA29A;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #flow .sec-flow .flow-list > li::before {
    top: 18px;
    left: 34px;
  }
}
#flow .sec-flow .flow-list:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 26px;
  width: 4px;
  height: calc(100% - 190px);
  background: #D8E8E7;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #flow .sec-flow .flow-list:before {
    top: 21px;
    left: 50px;
    height: calc(100% - 185px);
  }
}
#flow .sec-caution {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  #flow .sec-caution {
    padding: 100px 16px 0;
  }
}
#flow .sec-caution .caution-list {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #flow .sec-caution .caution-list {
    margin-bottom: 80px;
  }
}
#flow .sec-caution .caution-list > li {
  font-size: 0.17rem;
  line-height: 2;
}
#flow .sec-caution .caution-list > li:not(:first-of-type) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #flow .sec-caution .caution-list > li {
    font-size: 0.2rem;
  }
}

#faq .sec-faq .faq-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #faq .sec-faq .faq-list {
    margin-bottom: 100px;
  }
}
#faq .sec-faq .faq-list > li:not(:first-of-type) {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  #faq .sec-faq .faq-list > li:not(:first-of-type) {
    margin-top: 50px;
  }
}
#faq .sec-faq .faq-list > li .faq-ques {
  font-size: 0.19rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  #faq .sec-faq .faq-list > li .faq-ques {
    font-size: 0.2rem;
  }
}
#faq .sec-faq .faq-list > li .faq-ans {
  margin-top: 16px;
  font-size: 0.17rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #faq .sec-faq .faq-list > li .faq-ans {
    font-size: 0.18rem;
  }
}

#company .sec-company {
  padding: 35px 10px 340px;
  background: url("../images/company-bg-main.jpg") no-repeat calc(50% - 14px) bottom/760px auto;
}
@media screen and (min-width: 768px) {
  #company .sec-company {
    padding: 80px 16px 43vw;
    background: url("../images/company-bg-main.jpg") no-repeat center bottom/100% auto;
  }
}
#company .sec-company .content-box {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 46px 12px 50px;
}
@media screen and (min-width: 768px) {
  #company .sec-company .content-box {
    padding: 60px 0 70px;
  }
}
#company .sec-company .content-box h2 {
  margin-bottom: 20px;
  font-size: 0.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #company .sec-company .content-box h2 {
    margin-bottom: 30px;
    font-size: 0.4rem;
  }
}
#company .sec-company .content-box .text {
  font-size: 0.2rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #company .sec-company .content-box .text {
    font-size: 0.25rem;
  }
}
#company .sec-company .content-box .text + h2 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #company .sec-company .content-box .text + h2 {
    margin-top: 60px;
  }
}
#company .sec-about {
  padding-top: 36px;
}
@media screen and (min-width: 768px) {
  #company .sec-about {
    padding: 80px 16px 0;
  }
}
#company .sec-access {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #company .sec-access {
    padding: 70px 16px 0;
  }
}
#company .sec-access .access-inr {
  margin: 0 -16px;
}
#company .sec-about .ttl-lv3,
#company .sec-access .ttl-lv3 {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #company .sec-about .ttl-lv3,
  #company .sec-access .ttl-lv3 {
    margin-bottom: 38px;
  }
}

#form .sec-form {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #form .sec-form {
    padding-bottom: 100px;
  }
}
#form .sec-form form .button {
  width: 300px;
  height: 74px;
  font-size: 0.22rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #form .sec-form form .button {
    width: 400px;
    height: 100px;
    font-size: 0.28rem;
  }
}

#privacy .text-wrap {
  margin-bottom: 40px;
}

/* utility
---------------------------------------- */
.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

span.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  span.pc-only {
    display: inline-block;
  }
}

span.sp-only {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  span.sp-only {
    display: none;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-f-bold {
  font-weight: 800;
}

.u-f16 {
  font-size: 0.16rem;
}

.u-f18 {
  font-size: 0.18rem;
}

.u-f20 {
  font-size: 0.2rem;
}

.u-f22 {
  font-size: 0.22rem;
}

.u-f24 {
  font-size: 0.24rem;
}

.u-ls02 {
  letter-spacing: 0.2em;
}

.u-ls03 {
  letter-spacing: 0.3em;
}

.u-ls04 {
  letter-spacing: 0.4em;
}

.u-ls05 {
  letter-spacing: 0.5em;
}

.u-ls06 {
  letter-spacing: 0.6em;
}

.u-ls07 {
  letter-spacing: 0.7em;
}

.u-ls08 {
  letter-spacing: 0.8em;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-bg-w {
  background-color: #fff !important;
}

.u-bg-sub {
  background-color: #f0f0f0 !important;
}

.u-bg-main {
  background-color: #EDF9F9 !important;
}

.u-col-w {
  color: #fff !important;
}

.u-col-main {
  color: #0BA29A !important;
}

.u-round {
  border-radius: 19px;
}

.u-border-sub {
  border: 1px solid #f0f0f0;
}/*# sourceMappingURL=common.css.map */