/* common */

.ev-header,
.ev-mail,
.ev-pro,
.ev-r,
.ev-c,
.ev-model,
.ev-budget,
.ev-contact,
.ev-footer {
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #0d0d0d;
}

.ev-header a,
.ev-pro a,
.ev-r a,
.ev-c a,
.ev-model a,
.ev-contact a,
.ev-footer a {
  color: #0d0d0d;
  text-decoration: none;
}

.ev-header a:hover,
.ev-mail a:hover,
.ev-pro a:hover,
.ev-r a:hover,
.ev-c a:hover,
.ev-model a:hover,
.ev-contact a:hover,
.ev-footer a:hover,
.ev-fix a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: #0479bc;
}

.ev-common-title {
  text-align: center;
  color: #5b6260;
  font-size: 60px;
  font-weight: bold;
}

.ev-common-title-text {
  color: #13b775;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .ev-common-title {
    font-size: 34px;
  }

  .ev-common-title-text {
    font-size: 14px;
  }
}

/* ev-header */

.ev-header {
  position: fixed;
  z-index: 100;
  background: unset;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.ev-header .inner {
  display: flex;
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ev-header .inner .logo img {
  max-width: 240px;
  width: 100%;
  padding-left: 40px;
  padding-top: 29px;
  padding-bottom: 29px;
}

.ev-header .inner .box {
  margin-left: auto;
  display: flex;
}

.ev-header .inner .box .box-ul {
  display: flex;
}

.ev-header .inner .box .links {
  border-left: 1px solid #0d0d0d;
  padding: 30px 40px 30px 40px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

.ev-header .inner .box .box-links {
  width: 100px;
  height: 100px;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2023/12/background-g.png");
  background-size: cover;
  display: inline-block;
  text-align: center;
  padding-top: 28px;
}

.ev-header .inner .box .box-links img {
  max-width: 50px;
  width: 100%;
}

@media screen and (max-width: 1150px) {
  .ev-header .inner .logo img {
    padding-left: 15px;
    max-width: 180px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .ev-header .inner .box .links {
    padding: 34px 12px 34px 12px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .ev-header {
    height: 95px;
  }

  .ev-header .inner .logo img {
    max-width: 140px;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .ev-header .inner .box .box-links {
    width: 50px;
    height: 50px;
    padding-top: 14px;
  }

  .ev-header .inner .box .box-links img {
    max-width: 29px;
    width: 100%;
  }

  .ev-header .box-sp-ul {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ev-header .box-sp-ul li a {
    font-size: 12px;
    color: #5b6260;
    font-weight: bold;
  }
}

/* ev-mv */

.ev-mv {
  padding-top: 100px;
}

.ev-mv .frame {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2023/12/ev-mv-pc.jpg");
  background-size: cover;
  width: 100%;
  height: 670px;
  background-position: right;
}

.ev-mv .frame .inner {
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ev-mv .frame .inner .img {
  width: 100%;
  padding-left: 100px;
  display: block;
  box-sizing: content-box;
}

.ev-mv .frame .inner .img01 {
  max-width: 495px;
  padding-top: 95px;
}

.ev-mv .frame .inner .img02 {
  max-width: 495px;
  padding-top: 50px;
}

.ev-mv .frame .inner .img03 {
  max-width: 450px;
  padding-top: 50px;
}

.ev-mv .frame .inner .img04 {
  width: 100%;
  max-width: 600px;
  padding-top: 15px;
  box-sizing: content-box;
}

.ev-mv .frame .inner .img05 {
  max-width: 255px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .ev-mv {
    padding-top: 95px;
  }

  .ev-mv .frame {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2023/12/ev-mv-sp.jpg");
    height: 570px;
    background-position: bottom;
  }

  .ev-mv .frame .inner .img {
    padding-left: 30px;
  }

  .ev-mv .frame .inner .img01 {
    max-width: 273px;
    padding-top: 45px;
  }

  .ev-mv .frame .inner .img02 {
    max-width: 275px;
    padding-top: 35px;
  }

  .ev-mv .frame .inner .img03 {
    max-width: 251px;
    padding-top: 35px;
  }

  .ev-mv .frame .inner .img04 {
    max-width: 305px;
    padding-top: 10px;
  }

  .ev-mv .frame .inner .img05 {
    max-width: 138px;
    padding-top: 10px;
  }
}

/* ev-mail */

.ev-mail {
  padding-top: 65px;
}

.ev-mail02 {
  padding-top: 85px;
}

.ev-mail .inner {
  padding: 0 20px;
}

.ev-mail .top-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.ev-mail .links {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  background-color: #bc1314;
  box-shadow: 0px 6px 0px #e5e5e5;
  height: 90px;
  margin-top: 15px;
}

.ev-mail .links img {
  max-width: 38px;
  width: 100%;
}

.ev-mail .links .links-text {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-left: 19px;
}

.ev-mail .bottom-text {
  margin-top: 25px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.ev-mail .line {
  width: 100%;
  height: 2px;
  object-fit: cover;
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .ev-mail {
    padding-top: 40px;
  }

  .ev-mail .top-text {
    font-size: 16px;
  }

  .ev-mail .links {
    height: 60px;
    margin-top: 5px;
    max-width: 335px;
  }

  .ev-mail .links img {
    max-width: 30px;
  }

  .ev-mail .links .links-text {
    font-size: 22px;
    margin-left: 15px;
  }

  .ev-mail .bottom-text {
    margin-top: 10px;
    font-size: 16px;
  }

  .ev-mail .line {
    margin-top: 40px;
  }
}

/* ev-pro */

.ev-pro {
  padding-top: 100px;
}

.ev-pro .inner {
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ev-pro .frames {
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding: 0 20px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}

.ev-pro .frame {
  width: 47.6%;
}

.ev-pro .frame.margin {
  margin-right: 5%;
}

.ev-pro .frame .frame-top {
  font-size: 24px;
  font-weight: bold;
}

.ev-pro .frame .frame-titles {
  display: flex;
  align-items: center;
}

.ev-pro .frame .frame-title {
  font-size: 40px;
  font-weight: bold;
}

.ev-pro .frame .frame-title-text {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.ev-pro .frame .frame-title-text span {
  font-size: 18px;
  margin-left: 10px;
}

.ev-pro .frame .frame-cat {
  margin-left: 15px;
  color: #5b6260;
  border: 1px solid #d1d6d5;
  padding: 1px 5px;
  width: max-content;
  font-size: 10px;
}

.ev-pro .frame .frame-cards {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.ev-pro .frame .frame-cards .card {
  font-size: 14px;
  background-color: #13b775;
  border-radius: 30px;
  color: #fff;
  padding: 1px 10px;
  width: max-content;
  margin-right: 5px;
}

.ev-pro .frame .boxes {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
}

.ev-pro .frame .boxes .boxes-img {
  max-width: 376px;
  width: 100%;
}

.ev-pro .frame .boxes .boxes-img-full {
	max-width: 387px;
  margin-left: auto;
  margin-right: auto;
}

.ev-pro .frame .boxes .box .box-img {
  margin-left: 25px;
  max-width: 135px;
  width: 100%;
}

.ev-pro .frame .boxes .box .box-text {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 25px;
}

.ev-pro .frame .frame-p {
  margin-top: 35px;
  border: 1px solid #13b775;
  padding: 20px 50px 20px 40px;
  display: flex;
}

.ev-pro .frame .frame-p .frame-p-left {
  font-size: 20px;
  text-align: center;
  max-width: 85px;
  padding-right: 45px;
  border-right: 1px solid #13b775;
  box-sizing: content-box;
}

.ev-pro .frame .frame-p .frame-p-left span {
  display: block;
  font-size: 16px;
}

.ev-pro .frame .frame-p .frame-p-right {
  margin-left: auto;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-left: 20px;
}

.ev-pro .frame .frame-p .frame-p-right .span01 {
  font-size: 20px;
}

.ev-pro .frame .frame-p .frame-p-right .span02 {
  font-size: 20px;
  font-weight: normal;
  margin-left: 10px;
}

.ev-pro .frame .boxes .box .items {
  display: flex;
  align-items: flex-start;
  margin-left: 25px;
}

.ev-pro .frame .boxes .box .items .item {
  text-align: center;
}

.ev-pro .frame .boxes .box .items .item .item-img01 {
  max-width: 40px;
  width: 100%;
}

.ev-pro .frame .boxes .box .items .item .item-img02 {
  max-width: 45px;
  width: 100%;
}

.ev-pro .frame .boxes .box .items .item p {
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
}

.ev-pro .frame .boxes .box .item02 {
  margin-left: 25px;
}

.ev-pro .frame .boxes .box .item02 img {
  max-width: 58px;
  width: 100%;
}

.ev-pro .frame .boxes .box .item02 {
  text-align: center;
}

.ev-pro .frame .boxes .box .item02 p {
  text-align: center;
  font-size: 10px;
}

.ev-pro .frame .boxes .box .item02 p span {
  display: block;
}

.ev-pro .frame .frame-p.margin {
  margin-top: 47px;
}

.ev-pro .inner .line {
  position: relative;
}

.ev-pro .inner .line::before,
.ev-pro .inner .line::after {
  position: absolute;
  content: "";
  max-width: 230px;
  width: 100%;
  height: 1px;
  background-color: #d1d6d5;
}

.ev-pro .inner .line01::before {
  top: -60px;
  left: 0px;
}
.ev-pro .inner .line01::after {
  top: 0px;
  left: -60px;
  transform: rotate(90deg);
}

.ev-pro .inner .line02::before {
  top: -60px;
  right: 0px;
}
.ev-pro .inner .line02::after {
  top: 0px;
  right: -60px;
  transform: rotate(90deg);
}

.ev-pro .inner .line03::before {
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.ev-pro .inner .line03::after {
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 230px;
  top: -60px;
}

.ev-pro .inner .line04 {
  position: absolute;
  background-color: #d1d6d5;
  bottom: -60px;
  left: 0px;
  width: 230px;
  height: 1px;
}

.ev-pro .inner .line05 {
  position: absolute;
  bottom: -120px;
  left: 60px;
  width: 1px;
  height: 230px;
  background-color: #d1d6d5;
}

.ev-pro .inner .line06 {
  position: absolute;
  width: 1px;
  height: 230px;
  bottom: -120px;
  right: 60px;
  background-color: #d1d6d5;
}

.ev-pro .inner .line07 {
  position: absolute;
  background-color: #d1d6d5;
  width: 230px;
  height: 1px;
  bottom: -60px;
  right: 0px;
  background-color: #d1d6d5;
}

.ev-pro .frame-p-bottom-pc {
  font-size: 14px;
  text-align: right;
  margin-top: 80px;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  box-sizing: content-box;
}

@media screen and (max-width: 1300px) {
  .ev-pro .inner .line01::after {
    left: -100px;
  }

  .ev-pro .inner .line02::after {
    right: -100px;
  }

  .ev-pro .inner .line05 {
    left: 10px;
  }

  .ev-pro .inner .line06 {
    right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .ev-pro .frame {
    width: 49%;
  }

  .ev-pro .frame.margin {
    margin-right: 3%;
  }

  .ev-pro .frame .frame-top {
    font-size: 18px;
  }

  .ev-pro .frame .frame-title {
    font-size: 24px;
  }

  .ev-pro .frame .frame-cat {
    margin-left: 10px;
  }

  .ev-pro .frame .frame-cards .card {
    font-size: 10px;
  }

  .ev-pro .frame .boxes .boxes-img {
    width: 68%;
  }

  .ev-pro .frame .boxes .box {
    width: 36%;
  }

  .ev-pro .frame .boxes .box .box-img {
    margin-left: 20px;
    width: 80%;
  }

  .ev-pro .frame .boxes .box .box-text {
    margin-left: 20px;
    font-size: 10px;
  }

  .ev-pro .frame .boxes .box .items {
    margin-left: 15px;
  }

  .ev-pro .frame .boxes .box .items .item .item-img02 {
    width: 60%;
  }

  .ev-pro .frame .frame-p {
    padding: 20px 15px 20px 15px;
  }

  .ev-pro .frame .frame-p .frame-p-left {
    padding-right: 15px;
    font-size: 16px;
  }

  .ev-pro .frame .frame-p .frame-p-left span {
    font-size: 10px;
  }

  .ev-pro .frame .frame-p .frame-p-right {
    padding-left: 15px;
    font-size: 30px;
  }

  .ev-pro .frame .frame-p .frame-p-right span {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .ev-pro {
    padding-top: 50px;
  }

  .ev-pro .frames {
    margin-top: 0;
    flex-direction: column;
  }

  .ev-pro .frame.margin {
    margin-right: 0;
  }

  .ev-pro .frame {
    width: 100%;
    margin-top: 60px;
  }

  .ev-pro .frame .frame-top {
    font-size: 14px;
  }

  .ev-pro .frame .frame-titles02 {
    flex-direction: column;
    align-items: flex-start;
  }

  .ev-pro .frame .frame-title {
    font-size: 26px;
  }

  .ev-pro .frame .frame-title-text {
    font-size: 18px;
  }

  .ev-pro .frame .frame-cat {
    margin-left: 10px;
    padding: 0 5px;
  }

  .ev-pro .frame .frame-titles02 .frame-cat {
    margin-left: 0;
  }

  .ev-pro .frame .frame-cards {
    margin-top: 8px;
    flex-wrap: wrap;
  }

  .ev-pro .frame .frame-cards .card {
    font-size: 10px;
    white-space: nowrap;
    margin-top: 5px;
  }

  .ev-pro .frame .boxes {
    margin-top: 25px;
  }

  .ev-pro .frame .boxes .boxes-img {
    width: 68%;
  }

  .ev-pro .frame .boxes .boxes-img-full {
    width: 100%;
    margin-left: unset;
  }

  .ev-pro .frame .boxes .box {
    width: 27%;
  }

  .ev-pro .frame .boxes .box .box-img {
    margin-left: 15px;
  }

  .ev-pro .frame .boxes .box .items {
    margin-left: 10px;
  }

  .ev-pro .frame .boxes .box .items .item:nth-child(2) {
    margin-left: -22px;
  }

  .ev-pro .frame .boxes .box .items .item .item-img01 {
    max-width: 24px;
  }

  .ev-pro .frame .boxes .box .items .item .item-img02 {
    max-width: 27px;
  }

  .ev-pro .frame .boxes .box .items .item p {
    margin-top: 0;
    transform: scale(0.7);
    white-space: nowrap;
  }

  .ev-pro .frame .boxes .box .box-text {
    margin-left: 18px;
    font-size: 10px;
    transform: scale(0.8);
    white-space: nowrap;
    margin-top: 0;
  }

  .ev-pro .frame .boxes .box .item02 {
    margin-left: 10px;
  }

  .ev-pro .frame .boxes .box .item02 img {
    max-width: 42px;
    margin-left: 10px;
  }

  .ev-pro .frame .boxes .box .item02 p {
    transform: scale(0.8);
    white-space: nowrap;
    margin-left: -10px;
  }

  .ev-pro .frame .boxes .box .item02 p span {
    margin-left: 22px;
  }

  .ev-pro .frame .frame-p {
    margin-top: 25px;
    padding: 10px 10px 10px 15px;
  }

  .ev-pro .frame .frame-p.margin {
    margin-top: 25px;
  }

  .ev-pro .frame .frame-p .frame-p-left {
    font-size: 12px;
    max-width: 54px;
    padding-right: 20px;
  }

  .ev-pro .frame .frame-p .frame-p-left span {
    font-size: 10px;
  }

  .ev-pro .frame .frame-p .frame-p-right {
    padding-left: 20px;
    font-size: 20px;
    margin-left: 0;
  }

  .ev-pro .frame .frame-p .frame-p-right span {
    font-size: 10px !important;
  }

  .ev-pro .frame .frame-p-bottom {
    font-size: 12px;
    margin-top: 5px;
  }

  .ev-pro .frame {
    position: relative;
  }

  .ev-pro .frame::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #d1d6d5;
    top: -20px;
    left: -20px;
  }

  .ev-pro .frame::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: #d1d6d5;
    top: -30px;
    left: -10px;
  }
}

/* ev-r */

.ev-r {
  padding-top: 100px;
}

.ev-r .frame {
  margin-top: 30px;
  padding: 60px 0 70px 0;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2023/12/ev-reason-back-pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.ev-r .frame .frame-title {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.ev-r .frame .boxes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: content-box;
  margin-top: 50px;
}

.ev-r .frame .boxes .box {
  max-width: 246px;
  width: 100%;
  height: 246px;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 100%;
  text-align: center;
}

.ev-r .frame .boxes .box img {
  max-width: 100px;
  width: 100%;
  padding-top: 40px;
}

.ev-r .frame .boxes .box p {
  text-align: center;
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}

@media screen and (max-width: 1050px) {
  .ev-r .frame .boxes {
    max-width: 800px;
  }

  .ev-r .frame .boxes .box {
    max-width: 160px;
    height: 160px;
  }

  .ev-r .frame .boxes .box img {
    max-width: 65px;
    padding-top: 20px;
  }

  .ev-r .frame .boxes .box p {
    font-size: 16px;
    padding-top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .ev-r {
    padding-top: 70px;
  }

  .ev-r .frame {
    margin-top: 20px;
    padding: 35px 0 40px 0;
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2023/12/ev-reason-back-sp.jpg");
  }

  .ev-r .frame .frame-title {
    font-size: 18px;
  }

  .ev-r .frame .boxes {
    margin-top: 10px;
    max-width: 340px;
    flex-wrap: wrap;
    padding: 0 5px;
  }

  .ev-r .frame .boxes .box {
    margin-top: 20px;
  }
}

/* ev-c */

.ev-c {
  padding-top: 90px;
}

.ev-c .imgs {
  margin-top: 50px;
  max-width: 1195px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 28px;
  box-sizing: content-box;
  display: flex;
  justify-content: right;
}

.ev-c .imgs img {
  width: 36%;
  max-width: 420px;
  box-shadow: 6px 6px 4px #064b366a;
}

.ev-c .imgs .img02 {
  margin-left: 3%;
}

.ev-c .frame {
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #0c9168;
  margin-top: -55px;
}

.ev-c .frame .frame-titles {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 28px;
  box-sizing: content-box;
  display: flex;
  justify-content: right;
}

.ev-c .frame .frame-titles .frame-title {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  width: 35.5%;
  text-align: center;
}

.ev-c .frame .frame-titles .frame-title02 {
  margin-right: 3%;
}

.ev-c .frame .line {
  width: 100%;
  background-color: #95edca;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ev-c .frame .box {
  display: flex;
  align-items: center;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.ev-c .frame .box .box-text {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  box-sizing: content-box;
}

.ev-c .frame .box .box-text01 {
  width: 27.4%;
}

.ev-c .frame .box .box-text02 {
  width: 35.5%;
  border-right: 1px solid #95edca;
  border-left: 1px solid #95edca;
}

.ev-c .frame .box .box-text03 {
  width: 35.5%;
  border-right: 1px solid #95edca;
  margin-right: 3.5%;
}

@media screen and (max-width: 1300px) {
  .ev-c .frame .box .box-text03 {
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .ev-c {
    padding-top: 70px;
  }

  .ev-c .imgs {
    margin-top: 25px;
    padding: 0 15px;
  }

  .ev-c .imgs img {
    width: 32%;
    box-shadow: 4px 4px 4px #064b366a;
  }

  .ev-c .imgs .img01 {
    margin-right: 0px;
  }

  .ev-c .imgs .img02 {
    margin-left: 6%;
  }

  .ev-c .frame {
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: -30px;
  }

  .ev-c .frame .frame-titles {
    padding: 0;
  }

  .ev-c .frame .frame-titles .frame-title {
    width: 35.5%;
    font-size: 14px;
  }

  .ev-c .frame .frame-titles .frame-title01 {
    margin-right: 0;
  }

  .ev-c .frame .frame-titles .frame-title02 {
    margin-right: 0;
  }

  .ev-c .frame .box .box-text01 {
    font-size: 14px;
  }

  .ev-c .frame .box .box-text02 {
    font-size: 14px;
  }

  .ev-c .frame .box .box-text03 {
    font-size: 14px;
    margin-right: 0;
    border-right: none;
  }
}

/* ev-model */

.ev-model {
  padding-top: 90px;
}

.ev-model .inner {
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.ev-model .top-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: max-content;
}

.ev-model .frame {
  width: 100%;
  border: 1px solid #13b775;
}

.ev-model .frame .frame-top {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background-color: #13b775;
}

.ev-model .frame .boxes {
  padding: 40px 70px 0px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ev-model .frame .boxes .box {
  text-align: center;
  max-width: 235px;
  width: 100%;
  margin-bottom: 40px;
}

.ev-model .frame .boxes .box .box-img {
  max-width: 195px;
  width: 100%;
}

.ev-model .frame .boxes .box .box-text01 {
  color: #5b6260;
  font-weight: bold;
}

.ev-model .frame .boxes .box .box-text02 {
  font-size: 18px;
  font-weight: bold;
}

.ev-model .frame-bottom-text {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}

.ev-model .frame-bottom-text.margin {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .ev-model {
    padding-top: 70px;
  }

  .ev-model .top-text {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .ev-model .frame .frame-top {
    font-size: 20px;
    padding: 11px 0;
  }

  .ev-model .frame .boxes {
    padding: 30px 20px 0 20px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .ev-model .frame .boxes .box {
    max-width: 130px;
    margin-bottom: 25px;
  }

  .ev-model .frame .boxes .box .box-text01 {
    font-size: 12px;
  }

  .ev-model .frame .boxes .box .box-text02 {
    font-size: 12px;
  }

  .ev-model .frame-bottom-text {
    font-size: 12px;
  }

  .ev-model .frame-bottom-text.margin {
    margin-bottom: 20px;
  }
}

/* ev-budget */

.ev-budget {
  margin-top: 60px;
}

.ev-budget .frame {
  width: 100%;
  padding: 80px 20px 70px 20px;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2023/12/ev-b-background.jpg");
  background-size: cover;
  background-position: left;
}

.ev-budget .frame .frame-img {
  max-width: 38px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ev-budget .frame .titles {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

.ev-budget .frame .title-text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #b4e5e0;
}

.ev-budget .frame .texts {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 50px;
  color: #fff;
}

.ev-budget .frame .texts span {
  color: #ffeb00;
}

@media screen and (max-width: 767px) {
  .ev-budget {
    margin-top: 60px;
  }

  .ev-budget .frame {
    width: 100%;
    padding: 40px 20px 50px 20px;
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2023/12/ev-b-background-sp.jpg");
  }

  .ev-budget .frame .frame-img {
    max-width: 32px;
  }

  .ev-budget .frame .titles {
    font-size: 24px;
    padding-top: 15px;
  }

  .ev-budget .frame .title-text {
    font-size: 16px;
    margin-top: 10px;
  }

  .ev-budget .frame .texts {
    padding-top: 40px;
    font-size: 18px;
  }
}

/* ev-fix */

.ev-fix {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.ev-fix-active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

.ev-fix-none {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: 1s !important;
}

.ev-fix .main {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #0d0d0d;
  padding: 20px 0;
  z-index: 10;
}

.ev-fix .main .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ev-fix .main .inner-pc {
  display: flex;
  align-items: center;
}

.ev-fix .main .inner-pc .links {
  display: flex;
  align-items: center;
}

.ev-fix .main .inner-pc .links img {
  max-width: 30px;
  width: 100%;
}

.ev-fix .main .inner-pc .links p {
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  margin-left: 13px;
}

.ev-fix .main .inner-pc .real-times {
  /* color: #13b775; */
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
}

.ev-fix .main .inner .mail-link {
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 2px #ffffff83;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2023/12/ev-fix-background.png");
  background-size: cover;
  border-radius: 30px;
  margin-left: 30px;
  padding: 5px 15px;
}

.ev-fix .main .inner .mail-link img {
  max-width: 23px;
  width: 100%;
}

.ev-fix .main .inner .mail-link p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-left: 7px;
}

@media screen and (max-width: 767px) {
  .ev-fix .main {
    padding: 15px 10px;
  }

  .ev-fix .main .inner {
    justify-content: center;
  }

  .ev-fix .main .inner .mail-link {
    flex-direction: column;
    padding: 8px 10px 7px 10px;
    margin-left: 5px;
  }

  .ev-fix .main .inner .mail-link p {
    font-size: 12px;
    margin-left: 0;
    margin-top: 2px;
    font-size: 12px;
  }

  .ev-fix .main .inner .tel-link {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    background-color: #0c9168;
    box-shadow: 0px 1px 2px #ffffff7c;
    border-radius: 30px;
  }

  .ev-fix .main .inner .tel-link img {
    max-width: 26px;
    width: 100%;
  }

  .ev-fix .main .inner .tel-link .tel-link-text {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-left: 15px;
  }

  .ev-fix .main .inner .tel-link .tel-link-text #real-time-sp {
    color: #fff;
  }

  .ev-fix .main .inner .tel-link .tel-link-text span {
    color: #f6e400;
  }
}

/* ev-contact */

.ev-contact {
  padding: 110px 20px 110px 20px;
  background-color: #dff2ed;
}

.ev-contact .top-text {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #0a7b58;
}

.ev-contact .titles {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-top: 20px;
}

.ev-contact .title-text {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .ev-contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ev-contact .top-text {
    font-size: 20px;
  }

  .ev-contact .titles {
    font-size: 28px;
  }

  .ev-contact .title-text {
    font-size: 16px;
  }
}

/* form */

.ev-contact .ev-form {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.ev-contact .ev-form .boxes {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.ev-contact .ev-form .boxes.start {
  align-items: flex-start;
}

.ev-contact .ev-form .boxes .box {
  display: flex;
  align-items: center;
  max-width: 240px;
  width: 100%;
  margin-right: 30px;
}

.ev-contact .ev-form .boxes .box .box-item {
  border-radius: 30px;
  background-color: #bc1314;
  color: #fff;
  font-size: 12px;
  padding: 1px 8px;
}

.ev-contact .ev-form .boxes .box .box-title {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}

.ev-contact .ev-form .boxes .box-mains {
  width: 100%;
}

.ev-contact .ev-form .boxes .box-main {
  width: 100%;
}

.ev-contact .ev-form .boxes .box-main .box-area,
.ev-contact .ev-form .boxes .box-main .textarea {
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #ffffff;
  max-width: 530px;
  width: 95%;
}

.ev-contact .ev-form .boxes .box-main .drop-d {
  padding: 5px 10px 5px 20px;
  border: none;
}

.ev-contact .ev-form .boxes .box-main input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 5px;
}

.ev-contact .ev-form .boxes .box-main .wpcf7-list-item {
  margin-left: 0;
  width: 42%;
  line-height: 2;
}

.ev-contact .ev-form .boxes .box-mains .box-main-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.ev-contact .ev-form .boxes .box-mains .box-main-text.margin {
  margin-top: 15px;
}

.ev-contact .ev-form .boxes .box-main .textarea {
  height: 180px;
}

.ev-contact .ev-form .pr-top {
  margin-top: 60px;
  font-weight: bold;
  letter-spacing: 1px;
}

.ev-contact .ev-form .c-kiyaku-box {
  margin-top: 10px;
  background-color: #fff;
  width: 100%;
  border: none;
  padding: 20px 30px;
}

.ev-contact .ev-form .c-kiyaku-box .c-kiyaku-box-c {
  text-align: left;
}

.ev-contact .ev-form .c-kiyaku-box .c-kiyaku-box-span {
  display: block;
  font-weight: bold;
}

.ev-contact .ev-form .c-kiyaku-box .c-kiyaku-box-t {
  margin-top: -10px;
  display: block;
}

.ev-contact .ev-form .box-sends {
  margin-top: 70px;
}

.ev-contact .ev-form .box-sends .box-send {
  font-size: 30px;
  font-weight: bold;
  background-color: #ffeb01;
  box-shadow: 0px 6px 0px #f0cb00;
  max-width: 500px;
  width: 100%;
  text-align: center;
  border-radius: 70px;
  border: none;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ev-contact .ev-form .box-sends .box-send:hover {
  opacity: 0.5;
}

.ev-contact .wpcf7 form .wpcf7-response-output {
  background-color: #fff;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ev-contact .ev-form .boxes {
    flex-direction: column;
    align-items: flex-start;
  }

  .ev-contact .ev-form .boxes .box {
    margin-right: 0;
  }

  .ev-contact .ev-form .boxes .box .box-item {
    font-size: 12px;
  }

  .ev-contact .ev-form .boxes .box .box-title {
    font-size: 16px;
  }

  .ev-contact .ev-form .boxes .box-main .box-area {
    margin-top: 10px;
    font-size: 14px;
    max-width: unset;
  }

  .ev-contact .ev-form .boxes .box-mains .box-main-text {
    font-size: 14px;
    margin-top: 20px;
  }

  .ev-contact .ev-form .boxes .box-main input::placeholder {
    font-size: 14px;
  }

  .ev-contact .ev-form .boxes .box-main .drop-d {
    margin-top: 15px;
  }

  .ev-contact .ev-form .boxes .box-main .check {
    margin-top: 15px;
    display: block;
  }

  .ev-contact .ev-form .boxes .box-main .wpcf7-list-item {
    width: 100%;
  }

  .ev-contact .ev-form .pr-top {
    margin-top: 50px;
  }

  .ev-contact .ev-form .c-kiyaku-box {
    margin-top: 15px;
    padding: 20px 20px;
  }

  .ev-contact .ev-form .box-sends {
    margin-top: 60px;
  }

  .ev-contact .ev-form .box-sends .box-send {
    padding: 10px 0;
    font-size: 22px;
    max-width: 350px;
  }
}

/* ev-footer */

.ev-footer {
  background-color: #162422;
  padding: 10px 20px;
}

.ev-footer .inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.ev-footer .inner .logos {
  padding: 15px 10px 10px 10px;
  background-color: #fff;
  border-radius: 8px;
}

.ev-footer .inner .logo {
  max-width: 44px;
  width: 100%;
}

.ev-footer .inner .boxes {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.ev-footer .inner .boxes .box {
  display: flex;
  align-items: center;
}

.ev-footer .inner .links {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.ev-footer .inner .links p {
  font-size: 18px;
  color: #fff;
}

.ev-footer .inner .links img {
  max-width: 13px;
  width: 100%;
  margin-left: 10px;
}

.ev-footer .inner small {
  display: block;
  margin-left: auto;
  font-size: 14px;
  color: #898d8c;
}

@media screen and (max-width: 767px) {
  .ev-footer {
    padding: 15px 20px;
  }

  .ev-footer .inner .logos {
    padding: 12px 8px 5px 8px;
  }

  .ev-footer .inner .logo {
    max-width: 36px;
  }

  .ev-footer .inner .boxes {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
  }

  .ev-footer .inner .links {
    margin-left: 0;
  }

  .ev-footer .inner .links.margin {
    margin-right: 30px;
  }

  .ev-footer .inner .links p {
    font-size: 12px;
  }

  .ev-footer .inner small {
    margin-left: 0;
    font-size: 10px;
    margin-top: 10px;
  }
}

/* ev-mv (price) */

.ev-mv .ev-mv-price {
  padding-top: 40px;
  padding-left: 90px;
  font-size: 80px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  display: inline-block;
  background: linear-gradient(45deg, #f4ff02, #f9ff4f, #3bff4b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.ev-mv .ev-mv-price span {
  font-size: 60px;
  margin-left: 20px;
}

.ev-mv .frame .inner .img04 {
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .ev-mv .ev-mv-price {
    padding-top: 30px;
    padding-left: 20px;
    font-size: 50px;
  }

  .ev-mv .ev-mv-price span {
    font-size: 30px;
    margin-left: 10px;
  }
}
