@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc-only {display: none;}
}
@media screen and (min-width: 768px) {
  .sp-only {display: none;}
}
.u-bg--yellow {
  background-color: #fff7d8;
}
.u-bg--white {
  background-color: #fff;
}
.u-bg--orange {
  background-color: #fd7e14;
}
.u-bg--red {
  background-color: #e60d17;
}
.l-inner {
  border-radius: 20px;
}
.l-inner.u-bg--white {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .l-inner.u-bg--white {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 30px;
  }
}
.c-titleStyle01 {
  font-size: 21px;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #f08300;
  border-radius: 21px;
}
@media screen and (max-width: 767px) {
  .c-titleStyle01 {
    font-size: 20px;
    line-height: 1.5;
    padding: 8px 4px 8px 4px;
  }
}
.c-titleStyle02 {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #f08300;
  margin: 25px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .c-titleStyle02 {
    font-size: 18px;
    margin: 20px 0 15px 0;
  }
}
.c-titleStyle02--img {
  max-width: 174px;
  object-fit: contain;
}
.c-titleStyle03{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
  margin: 25px 0 10px 0;
  padding: 4px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.c-titleStyle04 {
  display: block;
  width: 100%;
  position: relative;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .c-titleStyle04 {
    font-size: 20px;
    white-space: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 45px;
  }
}
.c-titleStyle04::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 61px;
  vertical-align: middle;
  margin: 0 30px 0 30px;
  background: no-repeat url(/common/img/machine_add/icon_ttl_q.png) center/contain;
}
@media screen and (max-width: 767px) {
  .c-titleStyle04::before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 0 0 0;
    transform: translateY(-50%);
  }
}
.lity {
  background: rgba(0, 0, 0, 0.9);
}
.lity-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lity-content {
    width: auto !important;
  }
}
.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  display: inline-block;
  width: 100%;
  max-width: 175px;
  height: auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -80px;
  left: 50%;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  font-family: system-ui, -apple-system, serif;
  padding: 6px 0 10px;
  text-shadow: unset;
  border: 1px solid #ffffff;
  transform: translateX(-50%);
}
.lity-close::after {
  content: "閉じる";
  display: inline-block;
  position: relative;
  top: 2px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin: 0 0 0 10px;
}
.lity-container {
  padding: 31px 29px 31px 29px;
  background-color: white;
  border-radius: 20px;
}
.lity-content:after {
  display: none;
}
.l-machine-wrapper {
  background-color: #F2F4F7;
}
.machine__slide {
}
.machine__slide .swiper-container {
  /* background-color: #fff7d8; */
}
.machine__slide .swiper-wrapper {
}
.machine__slide .swiper-slide {
}
.machine__slide .swiper-slide img {
  width: 100%;
  max-width: unset;
  object-fit: cover;
  min-height: 540px;
  /* max-height: 540px; */
}
@media screen and (max-width: 767px) {
  .machine__slide .swiper-slide img {
    min-height: unset;
  }
}
.machine__slide .swiper-pagination {
  position: relative;
  bottom: auto;
  padding: 25px 0 0 0;
}
.machine__slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #c11920;
  opacity: 1;
}
.machine__slide .swiper-pagination-bullet-active {
  background: #c11920;
}
.machine__slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.machine__content {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  background-color: #fff7d8;
}
.machine__contentFlex {
  display: flex;
  margin: 0 0 0 -38px;
}
@media screen and (max-width: 767px) {
  .machine__contentFlex {
    display: block;
    margin: 0 0 0 0;
  }
}
.machine__contentBox {
  flex: 0 1 calc(100% - 38px);
  display: flex;
  flex-direction: column;
  max-width: 421px;
  margin: 0 0 0 38px;
}
@media screen and (max-width: 767px) {
  .machine__contentBox {
    display: block;
    max-width: 421px;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .machine__contentBox:not(:first-child) {
    margin: 40px auto 0 auto;
  }
}
.machine__contentTitle {
  position: relative;
  margin: 0 0 15px 0;
  flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .machine__contentTitle {
    left: -10px;
    margin: 0 0 30px 0;
  }
}
.machine__contentImg {
  width: 100%;
  max-width: 421px;
}
.machine__contentImg--absolute {
  width: 8.906vw;
  max-width: 114px;
  height: auto;
  max-height: unset;
  position: absolute;
  top: 15px;
  right: 11px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .machine__contentImg--absolute {
    width: 28vw;
    max-width: 100px;
    top: 50%;
    right: -30px;
  }
}
.machine__contentText {
  max-width: 288px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  margin: 13px 0 14px 0;
}
@media screen and (max-width: 767px) {
  .machine__contentText {
    max-width: unset;
  }
}
.machine__contentText strong {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #f08300;
}
.machine__modal {
  text-align: center;
}
.machine__modal.w194 {
  max-width: 194px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .machine__modal.w194 {
    max-width: unset;
  }
}
.machine__modalImg {}
.machine__modalLink {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  margin: 10px 0 0 0;
}
.machine__modalLink::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin: 0 3px 0 0;
  background: url(/common/img/machine_add/icon_magnify.png) no-repeat center center/cover;
}
.machine__contentCaption {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 13px 0 20px 0;
  padding: 15px 15px 15px 15px;
  border-radius: 10px 10px 10px 10px;
  background-color: #fff7d8;
}
@media screen and (max-width: 767px) {
  .machine__contentCaption {
    font-size: 16px;
    margin: 30px 0 20px 0;
  }
}

.machine__contentCaption span {
  color: #f08300;
}
.machine__contentList {
  list-style: none;
  counter-reset: counter;
  margin: 20px 0 0 0;
}
.machine__contentList li {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 0 0 45px;
}
@media screen and (max-width: 767px) {
  .machine__contentList li {
    font-size: 10px;
  }
}
.machine__contentList li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "（注" counter(counter) "）";
  counter-increment: counter;
}
.machine__flex {
  display: flex;
  margin: 0 0 0 -30px;
}
@media screen and (max-width: 767px) {
  .machine__flex {
    display: block;
    margin: 0 0 0 0;
  }
}
.machine__box {
  flex: 0 1 calc(100% - 30px);
  display: flex;
  flex-direction: column;
  max-width: 465px;
  margin: 30px 0 0 30px;
  padding: 40px 40px 40px 40px;
  border-radius: 20px 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .machine__box {
    display: block;
    max-width: unset;
    margin: 30px auto 0 auto;
  }
}
.machine__boxTitle {
  display: flex;
}
@media screen and (max-width: 767px) {
  .machine__boxTitle {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .machine__boxTitle br {
    display: none;
  }
}
.machine__boxTitle--img {
  display: flex;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .machine__boxTitle--img {
    display: block;
    text-align: center;
    margin: 10px 0 10px 0;
  }
}
.machine__boxText {
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.machine__boxImg {
  margin: 10px 0 0 0;
}
.machine__boxWrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .machine__boxWrap {
    display: block;
  }
}
.machine__boxWrap .machine__boxText {
  flex: 0 1 50%;
}
@media screen and (max-width: 767px) {
  .machine__boxWrap {
    display: block;
  }
}
.machine__boxWrap .machine__boxImg {
  flex: 0 1 50%;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .machine__boxWrap .machine__boxImg {
    max-width: unset;
    margin: 10px auto 0 auto;
  }
}
.machine__caption {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 75px 0 0 0;
  padding: 20px 20px 20px 20px;
  background-color: #fff;
  border: 5px solid #f08300;
  border-radius: 20px 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .machine__caption {
    font-size: 18px;
  }
}
.machine__caption::before {
  content: "";
  display: block;width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #f08300 transparent transparent transparent;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.machine__captionFlex {
  display: flex;
  justify-content: center;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 767px) {
  .machine__captionFlex {
    display: block;
    margin: 0 0 10px 0;
  }
}
.machine__captionItem {
  display: inline-block;
  color: #fff;
  margin: 5px 0 5px 20px;
  padding: 2px 28px;
  transition: all .2s ease;
}
@media screen and (max-width: 767px) {
  .machine__captionItem {
    width: 100%;
    max-width: 235px;
    margin: 10px auto 0 auto;
  }
}
.l-inner.c-cvArea {
  width: 90%;
  max-width: 1110px;
  padding: 55px;
  border: 1px solid #aeb1b7;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .l-inner.c-cvArea {
    padding: 20px;
  }
}
.c-cvBlock {
  display: flex;
  margin: -30px 0 0 -30px;
}
@media screen and (max-width: 767px) {
  .c-cvBlock {
    display: block;
    margin: -20px 0 0 0;
    text-align: center;
  }
}
.c-cvBlock__item {
  flex: 0 1 calc(100% / 2 - 30px);
  display: inline-block;
  margin: 30px 0 0 30px;
  transition: all 0.15s;
}
.c-cvBlock__item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-cvBlock__item {
    margin: 20px 0 0 0;
  }
}
.c-cv__side__machine__wrapper {
  top: 40%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-cv__side__machine__wrapper {
    width: 41px;
  }
}
.c-cv__machine__link {
  transition: all 0.15s;
}
.c-cv__machine__link:hover {
  opacity: 0.6;
}
.c-cv__side__electrify__wrapper {
  top: 65%;
  transform: translateY(-50%);
}


/* cv 下部ボタン　20240728追加　*/

.p-bgnone {
  background: none;
}
.p-cvArea {
  margin-top: 30px;
}
.c-cv__wrapper .sp-only {
  display: none;
}

/*----

.c-cv__tel__link__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-cv__wrapper {
  max-width: 1125px;
}
.c-cv__wrapper--change-position .c-cv__tel__link {
  width: 33.3%;
}
.c-cv__wrapper--change-position .c-cv__content__wrapper {
  width: 33.3%;
}
.c-cv__wrapper--change-position .c-cv__info__wrapper {
  width: 33.3%;
}
.c-cv__wrapper--change-position .c-cv__tel__link,
.c-cv__wrapper--change-position .c-cv__content__wrapper,
.c-cv__info__link {
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__tel__link,
  .c-cv__wrapper--change-position .c-cv__content__wrapper,
  .c-cv__info__link {
    padding: 15px 4px;
  }
  .c-cv__wrapper--change-position .c-cv__tel__link {
    width: calc(100% / 3);
  }
  .c-cv__wrapper--change-position .c-cv__content__wrapper {
    min-width: unset;
    width: calc(100% / 3);
  }
  .c-cv__wrapper--change-position .c-cv__info__wrapper {
    width: calc(100% / 3);
  }
  .c-cv__wrapper--change-position .c-cv__tel__link a {
    height: 100%;
  }
}
.c-cv__wrapper--change-position .c-cv__content__wrapper {
  border-radius: 0;
}
.c-cv__content {
  height: 100%;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .c-cv__content::before {
    margin: 0 5px 0 0;
  }
}
.c-cv__tel__link:hover .c-cv__tel__link__inner {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  padding: 15px 20px 20px;
  border-radius: 20px 20px 0 0;
  animation: appear 0.15s ease;
}
.c-cv__info__link__title01 {
  line-height: 1.3;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-cv__info__link__title01 {
    font-size: 12px;
  }
}
.c-cv__info__wrapper .c-cv__content::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  background-image: url(/common/img/icon/icon_businessservice22.png);
  width: 50px;
  height: 40px;
  margin-right: -5px;
  transform: translateX(-10px);
}
@media screen and (max-width: 767px) {
  .c-cv__info__wrapper .c-cv__content::before {
    width: 30px;
    height: 20px;
    transform: translateX(-5px);
  }
}
.c-cv__info__link__title01 {
  color: #e60012;
}
.c-cv__info__link__title01:focus {
  color: #7d1015;
}
.c-cv__info__link__title01 span {
  vertical-align: middle;
}
.c-cv__info__link__title02 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .c-cv__info__link__title02 {
    font-size: 15px;
  }
}
.c-cv__info__link {
  position: relative;
  background-color: #fff;
  border-top-right-radius: 20px;
  border: 5px solid #e60012;
  transition: 0.15s;
}
.c-cv__info__link:hover {
  border: 5px solid #7d1015;
}
@media (max-width: 767px) {
  .c-cv__info__link,
  .c-cv__info__link:hover {
    border-width: 3px;
  }
}
.c-cv__info__link:hover .c-cv__info__link__title01 {
  color: #7d1015;
  transition: 0.15s;
}
.c-cv__info__link__title {
  display: block;
  width: 100%;
  height: 100%;
}
#modal-info .modal_inner {
  padding: 40px;
  height: auto;
}
@media (max-width: 767px) {
  .c-cv__wrapper .pc-only {
    display: none;
  }
  #modal-info .modal_inner {
    padding: 30px 15px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-cv__tel__link:hover .c-cv__tel__link__inner {
    display: none;
  }
  .c-cv__info__link,
  .c-cv__info__link:hover {
    border-width: 3px;
  }
}

.c-cv__info__link:hover .c-cv__info__link__title01 {
  color: #7d1015;
  transition: 0.15s;
}
--*/
/* cv 下部ボタン　20240728追加　ここまで*/




/* ====== 20231017.add ====== */
.c-cv__wrapper {
  max-width: 1125px;
}
.c-cv__wrapper--change-position .c-cv__tel__link,
.c-cv__wrapper--change-position .c-cv__content__wrapper,
.c-cv__wrapper--change-position .c-cv__info__wrapper {
  width: calc(100% / 3);
}
.c-cv__wrapper--change-position .c-cv__tel__link,
.c-cv__wrapper--change-position .c-cv__content__wrapper,
.c-cv__info__link {
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__tel__link {
    padding: 0;
  }
  .c-cv__wrapper--change-position .c-cv__tel__link {
    width: calc(125 / 750 * 100%);
  }
  .c-cv__wrapper--change-position .c-cv__content__wrapper {
    min-width: unset;
    width: calc(250 / 750 * 100%);
  }
  .c-cv__wrapper--change-position .c-cv__info__wrapper {
    width: calc(375 / 750 * 100%);
  }
  .c-cv__wrapper--change-position .c-cv__tel__link a {
    height: 100%;
  }
}
.c-cv__tel__link {
  position: relative;
}
.c-cv__tel__link__inner {
  display: none;
}
.c-cv__tel__link:hover .c-cv__tel__link__inner {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  padding: 15px 20px 20px;
  border-radius: 20px 20px 0 0;
  animation: appear 0.15s ease;
}
.c-cv__info__link:hover .c-cv__tel__link__inner {
  display: block;
  position: absolute;
  left: -5px;
  bottom: -5px;
  background: #fff;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  animation: appear 0.15s ease;
  width: calc(100% + 10px);
  border: 5px solid #e60012;
}
.c-cv__modal__link__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
a.c-cv__modal__link__number {
  display: inline-block;
  font-family: oswald, sans-serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #E60D17;
  margin: 0 0 10px 0;
}
a.c-cv__modal__link__number::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(2px);
  transform: translateX(-6px);
  color: #E60D17;
  background-image: url(/common/img/katene_add/cv_tell_icon-rd.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-cv__modal__link__time {
  color: #333;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 15px 0;
}
.c-cv__modal__link__text {
  font-size: 10px;
  text-align: left;
}
.c-cv__modal__link__notice {
  font-size: 10px;
  padding: 0 0 0 2em;
  text-indent: -2.4em;
}
.c-cv__modal__link__notice a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.c-cv__info__link .c-cv__tel__link__inner {
  color: #e60012;
}
.c-cv__tel__link__inner .c-cv__info__link__title01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 23px;
  margin: 0 0 12px;
  padding: 0 0 5px;
  border-bottom: 2px solid #e60012;
}
.c-cv__tel__link__inner .modal_inner__adv--textLabel {
  display: block;
  width: 100%;
  font-size: 18px;
  margin-top: 8px;
}
.c-cv__adv__wrapper p {
  text-align: center;
}


@keyframes appear {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__tel__link:hover .c-cv__tel__link__inner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__info__link:hover .c-cv__tel__link__inner {
    display: none;
  }
}
.c-cv__tel__link__inr-title {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 5px;
}
.c-cv__info__link__title01 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 5px;
  color: red;
}
.c-cv__tel__link__text {
  margin: 10px 0 0;
}
.c-cv__tel__link__time {
  text-align: center;
  width: 100%;
}
.c-cv__wrapper--change-position .c-cv__content__wrapper {
  border-radius: 0;
}
.c-cv__content {
  height: 100%;
  transform: translateX(0);
}
.c-cv__tel__link__title,
.c-cv__info__link__title01 {
  line-height: 1.3;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-cv__tel__link__title,
  .c-cv__info__link__title01 {
    font-size: 12px;
  }
  .c-cv__tel__link__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__tel__link__title::before {
    transform: translateX(0);
  }
}
.c-cv__tel__link__title::before,
.c-cv__info__wrapper .c-cv__content::before,
.c-cv__tel__link__inner .c-cv__info__link__title01::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  background-image: url(/common/img/machine/cv_tell_icon.png);
}
@media (min-width: 768px) {
  .c-cv__tel__link__title::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.c-cv__info__wrapper .c-cv__content::before,
.c-cv__tel__link__inner .c-cv__info__link__title01::before  {
  background-image: url(/common/img/machine_add/cv_shop_icon.png);
  background-size: 100%;
  width: 30px;
  height: 40px;
  margin-right: -5px;
  transform: translateX(-10px);
}
.c-cv__tel__link__inner .c-cv__info__link__title01::before {
  transform: none;
}
@media screen and (max-width: 767px) {
  .c-cv__info__wrapper .c-cv__content::before {
    width: 20px;
    height: 20px;
    transform: translateX(-5px);
    margin-right: 0px;
  }
  .c-cv__tel__link__title::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    transform: translateY(2px);
    transform: translateX(0);
    background-image: url(/common/img/machine/cv_tell_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.c-cv__info__link__title01 {
  color: #e60012;
}
.c-cv__info__link__title01:focus {
  color: #7d1015;
}
.c-cv__info__link__title01 span {
  vertical-align: middle;
}
.c-cv__info__link__title02 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .c-cv__info__link__title02 {
    font-size: 19px;
  }
}
.c-cv__info__link {
  position: relative;
  background-color: #fff;
  border-top-right-radius: 20px;
  border: 5px solid #e60012;
  transition: 0.15s;
}
.c-cv__info__link:hover {
  border: 5px solid #7d1015;
}
@media (max-width: 767px) {
  .c-cv__info__link,
  .c-cv__info__link:hover {
    border-width: 3px;
  }
}
.c-cv__info__link:hover .c-cv__info__link__title01 {
  /* color: #7d1015; */
  transition: 0.15s;
}
.c-cv__info__link__title {
  display: block;
  width: 100%;
  height: 100%;
}
#modal-info .modal_inner {
  padding: 40px;
  height: auto;
}
@media (max-width: 767px) {
  #modal-tel .modal_inner,
  #modal-info .modal_inner {
    padding: 20px;
    height: auto;
  }
  #modal-tel .modal_inner {
    padding: 31px 29px 31px 29px;
  }
}
#modal-info .modal_inner iframe {
  width: 100%;
  height: 98%;
}
@media (max-width: 767px) {
  #modal-info .modal_inner iframe {
    height: 70vw;
  }
}
.modal_inner__adv--textLabel {
  background: #e60012;
  border-radius: 5px;
  padding: 0.5em 1em;
  color: #fff;
  margin-top: 20px;
}

.modal_inner__adv .c-cv__info__link__title01 {
    border-bottom: 2px solid #e60012;
    padding-bottom: 10px;
  }
  .modal_inner__adv .c-cv__info__link__title02 {
    margin-top: 20px;
    color: #e60012;
    font-weight: bold;
  }
  .modal_inner__adv--text {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .lity-container {
  width: 90%;
  }
  .lity-content {
    text-align: center;
  }
.lity-close::after {
  content: "閉じる";
  display: inline-block;
  position: relative;
  font-size: 10px;
  top: -1px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin: 0 0 0 10px;
}
.lity-container {
	width: 90%;
	padding: 0;
	border-radius: unset;
	background-color: transparent;
}
.u-only-md {
  display: none;
}
@media only screen and (max-width: 821px) {
  .u-only-md {
      display: block;
      }
  }