@charset "UTF-8";
.call_apply a {
  background-color: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  height: 70px;
  width: 400px;
  padding-right: 40px;
  padding-left: 25px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
.call_apply a::after {
  content: '';
  display: block;
  background-image: url(../images/arrow-white-more.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 4px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.call_mv {
  background-image: url("../images/mv_bk.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 50px;
}
.call_mv-flx_catalog {
  width: 33%;
}
.call_mv-flx_catalog img {
  width: 100%;
}
.call_mv-flx {
  display: flex;
  max-width: 1000px;
  justify-content: space-around;
  margin: 0 auto;
  align-items: center;
}
.call_mv-flx_txt h2 {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 3.5px;
  text-align: center;
}
.call_apply {
  margin: 30px 0 0;
}
.call_mv-sp {
  display: none;
}
.about_call {
  padding: 92px 0 60px;
  text-align: center;
}
.about_call p {
  line-height: 1.8;
  font-size: 1rem;
}
.about_call p.about_call-txt {
  margin: 30px 0 0;
}
.sp_mode {
  display: none;
}
.call_merit {
  background-color: #F6F7F9;
  padding: 92px 0 60px;
}
.call_merit-innner {
  max-width: 1000px;
  margin: 0 auto;
}
.call_merit-innner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.call_merit-innner ul li {
  background-color: #fff;
  width: 450px;
  height: 270px;
  text-align: center;
  padding: 30px 0;
  margin: 0 10px 20px;
}
.call_merit-innner ul li p {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 25px;
  line-height: 1.7;
}
.call_merit-innner ul li img {
  width: 20%;
}
.call_merit-center {
  margin: 35px 0;
}
.call_merit-center02 {
  margin: 10px 0;
}
.call_merit-innner ul li .call_merit-img img {
  width: 30%;
}
.call_merit-center03 {
  margin: 65px 0;
}
.call_merit-center05 {
  margin: 39px 0;
}
.call_mecha {
  max-width: 1000px;
  margin: 92px auto 60px;
}
.call_mecha-img_sp {
  display: none;
}
.call_members {
  padding: 50px 0;
}
.call_members-img_sp {
  display: none;
}
.call_members {
  max-width: 1000px;
  margin: 92px auto 60px;
}
.call_2plan {
  background-color: #F6F7F9;
  max-width: 1000px;
}
.call_2plan table {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.call_2plan table td {
  padding: 25px 40px;
  border-bottom: solid 2.5px #F6F7F9;
  border-right: solid 2.5px #F6F7F9;
}
.call_2plan table th {
  font-weight: 600;
  padding: 20px 15px;
  text-align: center;
}
.call_2plan table th {
  border-bottom: solid 2.5px #F6F7F9;
  border-right: solid 2.5px #F6F7F9;
}
.call_2plan table td ul {
  line-height: 1.6;
}
.call_2plan table td ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  margin: 0 7.4px 3.8px;
}
.ttl_baloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 11px;
  background: #000000;
  border-radius: 15px;
}
.ttl_baloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 7px solid #000000;
}
.ttl_baloon p {
  margin: 0;
  padding: 0;
}
.call_2plan table th.ttl {
  position: relative;
}
.call_2plan table th.ttl::before {
  content: url(../images/new_arr.png);
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 39.5%;
}
.webplan_detail {
  padding: 38px 15px;
}
.webplan_detail h3 {
  text-align: center;
}
.webplan_detail p.webplan_detail-ttl {
  width: 30%;
  border: solid 1px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  margin: 30px 0 15px;
}
.webplan_detail p.webplan_detail-ttl02 {
  width: 45%;
  border: solid 1px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  margin: 25px 0 15px;
}
.webplan_detail ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  margin: 3px 8px 3px 0;
}
.webplan_detail ul li {
  padding-left: 0.7rem;
  text-indent: -0.7rem;
  line-height: 1.7;
}
.callpan_att {
  max-width: 950px;
  margin: 0 auto;
}
.callpan_att ul {
  margin: 30px 20px 0;
  line-height: 2.5;
  max-width: 1000px;
}
.callpan_att ul li {
  position: relative;
}
.callpan_att ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  margin: 13px 5px 5px -15px;
}
.about_call h3 {
  font-weight: 500;
  font-size: 1rem;
}
.call_mecha-img {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .tab_innner {
    background-color: #fff;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 820px) {
  .call_2plan table {
    max-width: 770px;
    margin: 0 auto;
  }
  .call_mecha {
    margin: 50px 10px;
  }
  .call_members-img {
    margin: 0 20px;
  }
  .callpan_att ul {
    margin: 30px;
  }
}
@media screen and (max-width: 768px) {
  .call_2plan table {
    max-width: 730px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .call_mv {
    display: none;
  }
  .call_mv-sp {
    display: block;
    padding: 50px 0 0;
  }
  .call_mv-sp_img img {
    width: 100%;
  }
  .call_apply a {
    width: 100%;
    font-size: 1.1rem;
  }
  .call_apply {
    margin: -120px 15px;
  }
  .sp_mode {
    display: block;
  }
  .pc_mode {
    display: none;
  }
  .about_call {
    padding: 220px 0 60px;
  }
  .call_merit-innner ul li .call_merit-img img {
    width: 40%;
  }
  .call_mecha-img_sp {
    display: block;
    padding: 0 10px;
  }
  .call_mecha-img {
    display: none;
  }
  .call_members {
    margin: 30px auto 60px;
  }
  .call_members-img {
    display: none;
  }
  .call_members-img_sp {
    display: block;
    padding: 0 10px;
  }
  .callpan_att {
    background-color: #F6F7F9;
    padding: 0 20px;
    margin-top: -30px;
  }
  .callpan_att ul {
    line-height: 1.8;
  }
  .callpan_att ul li {
    margin-bottom: 20px;
  }
  .callpan_att ul li:last-child {
    margin-bottom: 0;
  }
  .about_call p {
    margin: 20px 0 0;
  }
  .comp_back {
    background-color: #F6F7F9;
    text-align: right;
    padding: 20px 20px 70px;
    font-size: 0.9rem;
    letter-spacing: 2.5px;
    position: relative;
  }
  .comp_back a {
    padding-right: 15px;
  }
  .comp_back a::after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -30px 15px;
  }
  .webplan_detail ul li {
    font-size: 0.8rem;
    line-height: 1.8;
    letter-spacing: 2.2px;
  }
  .callpan_att ul {
    margin: 0 10px;
  }
  .call_merit {
    margin: 0 auto;
    padding: 52px 0;
  }
  .call_merit-innner ul li {
    width: 330px;
  }
}