@charset "utf-8";

.cont-parts01 [class$="__contWrap"] {
  padding: 0px 50px 60px;
}

.contact01__ttl {
  font-size: 40px;
  font-weight: 500;
  padding: 97px 0 0;
  text-align: center;
  line-height: 1.5;
}

.contact01__ul {
  display: flex;
  padding: 38px 0 38px;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact01__li-tel {
  width: 385px;
  position: relative;
  margin-left: 12px;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact01__text {
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 0 42px;
  letter-spacing: 0.02em;
  margin-left: 0;
  line-height: 1.2;
}
  .contact01__li-tel::before {
    content: "";
    position: absolute;
    background: url(../images/img_parts_contact01-1.png) center top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 41px;
    top: 12.6%;
    left: 1.1%;
  }

  .contact01__mail::before {
    content: "";
    position: absolute;
    background: url(../images/img_parts_contact01-2.png) center top no-repeat;
    background-size: 100%;
    width: 34px;
    height: 24px;
    top: 33%;
    left: 19.6%;
  }

  .contact01__mail:hover {
    opacity: .8;
    text-decoration: none;
    color: #fff;
  }
.contact01__mail {
  width: 526px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  margin: 0 16px 0 0;
  border-radius: 42px;
  position: relative;
  color: #fff;
  background: #F08600;
  padding-left: 49px;
  box-shadow: 0px 3px 13px rgba(0,0,0,0.25);
}

.contact01__mail:after {
  content: "";
  position: absolute;
  background: url(../images/trivia-arrow.png) no-repeat;
  width: 11px;
  height: 17px;
  top: 27px;
  right: 39px;
}

.contact01__text02 {
  font-size: 16px;
  text-align: left;
  line-height: 1.1;
  margin-top: 10px;
  padding-left: 5px;
}
.contact01__text02 span {
    padding-left: 22px;
}

.cont-parts01 {
  background-color: #FDF3F5;
}

.l-page .contact01__sb-ttl{
  font-size: 26px;
  font-family: "FOT-筑紫A丸ゴシック Std", sans-serif;
  font-weight: bold;
  color: #F9CDD8;
  line-height: 1.3;
  text-align: center;
}

.contact01__ttl-text {
  text-align: center;
  color: #3B3937;
  font-size: 24px;
  font-weight: 500;
  padding-top: 33px;
  line-height: 1.45;
}
.l-page .parts01__contWrap {
  background-color: #FDF3F5;
}

.contact01__item-box {
  width: 1040px;
  margin: 41px auto;
  display: flex;
  background: #fff;
  gap: 34px;
  border-radius: 10px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.contact01__li.second .contact01__mail {
  background-color: #06C755;
  padding: 0 0 0 28px;
}

.contact01__li.second .contact01__mail::before {
  background: url(../images/img_parts_contact01-3.png) center top no-repeat;
  width: 34px;
  height: 30px;
}

.contact01__item-box:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 195px;
  background-color: #707070;
  top: 21px;
  left: 423px;
}
