@charset "UTF-8";
/* divideContents */
/* Updated 2025/04/01.T */

.title-background01.lazyloaded::before {
  background: url("/contact/img/index_bg_01.jpg") no-repeat;
  background-size: cover;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .ttl-img01 > .img {
    width: auto;
    height: 33px;
  }
  .ttl-img02 > .img {
    width: auto;
    height: 15px;
  }
}

.anc-list01 {
  display: flex;
  align-items: center;
  height: 30px;
}
.anc-list01 > .item:first-child {
  border-left: 1px solid #D3DBED;
}
.anc-list01 > .item {
  padding: 0 45px;
  border-right: 1px solid #D3DBED;
}
.anc-list01 > .item > .link > .inner {
  display: inline-block;
  padding-right: 32px;
  position: relative;
}
.anc-list01 > .item > .link > .inner::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/contact/img/index_ico_02.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .anc-list01 {
    justify-content: center;
  }
  .anc-list01 > .item {
    padding: 4px 6px;
    text-align: center;
  }
  .anc-list01 > .item > .link > .inner {
    padding: 0 18px 24px;
    position: relative;
    font-size: 1.4rem;
  }
  .anc-list01 > .item > .link > .inner::after {
    right: calc(50% - 12px);
    top: auto;
    bottom: 0;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .anc-list01 > .item {
    padding: 4px 1.6vw;
  }
  .anc-list01 > .item > .link > .inner {
    padding: 0 4.27vw 24px;
    font-size: 3.73vw;
  }
}

.step-box {
  padding: 32px;
  text-align: center;
  position: relative;
}
.step-box:not(:first-child)::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/contact/img/index_ico_01.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: -24px;
  top: calc(50% - 12px);
}
.step-box > .mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 50%;
  color: #14703F;
  font-size: 1.8rem;
  font-family: 'Montserrat';
}
.step-box .dl {
  margin-top: 24px;
}
.step-box .dl > .dd {
  margin-top: 16px;
}
.step-box .btn01 {
  text-decoration: none;
}
.step-box .btn01 > .inner {
  display: flex;
  max-width: 256px;
  height: 60px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border: 2px solid #D3DBED;
  border-radius: 30px;
  transition-duration: .3s;
}
.step-box .btn01:hover > .inner {
  color: #333;
  background: #D3DBED;
}

.mail-box {
  padding: 32px 60px;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .step-box .dl > .dd {
    min-height: 60px;
    line-height: 60px;
  }
  .mail-box > .dl {
    display: flex;
    justify-content: space-between;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .step-box .btn01 > .inner {
    width: 100%;
  }
  .step-box:not(:first-child)::before {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    top: -24px;
    transform: rotate(90deg);
  }
  .mail-box {
    padding: 32px;
  }
  .mail-box > .dl {
    text-align: center;
  }
  .mail-box > .dl .dd {
    margin-top: 8px;
  }
}

/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .step-box {
    padding: 8.53vw;
  }
  .step-box .btn01 > .inner {
    font-size: 4.27vw;
  }
}