@charset "UTF-8";
@media screen and (min-width: 768px), print {
  .wrap-w-1400 {
    max-width: 960px !important;
  }
}
@media screen and (min-width: 1367px), print {
  .wrap-w-1400 {
    max-width: 1400px !important;
  }
}

/*
  btn
  */
.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.btn::before {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
  display: block;
}
.btn:focus, .btn:focus-visible {
  outline: none;
}
.btn.outline::before {
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
}
.btn.black {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.btn.black .icon {
  border-color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.black .icon::before {
  border-color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.black:hover {
  background: #fff;
  color: #000;
}
.btn.black:hover .icon {
  border-color: #000 !important;
}
.btn.black:hover .icon::before {
  border-color: #000 !important;
}
.btn.black:focus-visible::before {
  border: 1px solid #000;
}
.btn.black.outline {
  border-style: solid;
  border-color: #000;
}
.btn.black.outline:focus-visible::before {
  border: 1px solid #fff;
}
.btn.white {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.btn.white .icon {
  border-color: #000 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.white .icon::before {
  border-color: #000 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.white:hover {
  background: #000;
  color: #fff;
}
.btn.white:hover .icon {
  border-color: #fff !important;
}
.btn.white:hover .icon::before {
  border-color: #fff !important;
}
.btn.white:focus-visible::before {
  border: 1px solid #fff;
}
.btn.white.outline {
  border-style: solid;
  border-color: #000;
}
.btn.white.outline:focus-visible::before {
  border: 1px solid #000;
}
.btn.orange {
  background: #f07d00;
  color: #000;
  border: 1px solid #f07d00;
}
.btn.orange .icon {
  border-color: #000 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.orange .icon::before {
  border-color: #000 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.orange:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn.orange:hover .icon {
  border-color: #fff !important;
}
.btn.orange:hover .icon::before {
  border-color: #fff !important;
}
.btn.orange:focus-visible::before {
  border: 1px solid #f07d00;
}
.btn.orange.outline {
  border-style: solid;
  border-color: #f07d00;
}
.btn.orange.outline:focus-visible::before {
  border: 1px solid #f07d00;
}
.btn.small {
  padding: 10px 50px;
  font-size: 13px;
}
@media screen and (min-width: 768px), print {
  .btn.small {
    font-size: 14px;
  }
}
.btn.small .icon {
  width: 18px;
  height: 18px;
}
.btn.small .icon.icon-arrow-down::before, .btn.small .icon.icon-arrow-left::before, .btn.small .icon.icon-arrow-right::before {
  width: 8px;
  height: 8px;
}
.btn.small .icon.icon-arrow-left::before, .btn.small .icon.icon-arrow-right::before {
  top: 50%;
}
.btn.small .icon.icon-arrow-left::before {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
}
.btn.small .icon.icon-arrow-right::before {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.btn.small.outline {
  border-width: 1px;
}
.btn.medium {
  padding: 16px 40px;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .btn.medium {
    font-size: 16px;
  }
}
.btn.medium .icon {
  width: 20px;
  height: 20px;
}
.btn.medium .icon.icon-arrow-down::before, .btn.medium .icon.icon-arrow-left::before, .btn.medium .icon.icon-arrow-right::before {
  width: 8px;
  height: 8px;
}
.btn.medium .icon.icon-arrow-left::before, .btn.medium .icon.icon-arrow-right::before {
  top: 50%;
}
.btn.medium .icon.icon-arrow-left::before {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
}
.btn.medium .icon.icon-arrow-right::before {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.btn.medium.outline {
  border-width: 2px;
}
.btn.xxl {
  padding: 16px 40px;
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .btn.xxl {
    font-size: 24px;
  }
}
.btn.xxl .icon {
  width: 22px;
  height: 22px;
}
.btn.xxl .icon.icon-arrow-down::before, .btn.xxl .icon.icon-arrow-left::before, .btn.xxl .icon.icon-arrow-right::before {
  width: 10px;
  height: 10px;
}
.btn.xxl .icon.icon-arrow-left::before, .btn.xxl .icon.icon-arrow-right::before {
  top: 50%;
}
.btn.xxl .icon.icon-arrow-left::before {
  border-bottom: 4px solid #000;
  border-left: 4px solid #000;
}
.btn.xxl .icon.icon-arrow-right::before {
  border-top: 4px solid #000;
  border-right: 4px solid #000;
}
.btn.xxl.outline {
  border-width: 3px;
}
.btn.fixed-width {
  width: 100%;
  max-width: 366px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.before-icon.small {
  padding-left: 16px;
}
.btn.before-icon.medium {
  padding-left: 16px;
}
.btn.before-icon.xxl {
  padding-left: 16px;
}
.btn.before-icon .icon {
  margin-right: 16px;
}
.btn.after-icon.small {
  padding-right: 16px;
}
.btn.after-icon.medium {
  padding-right: 16px;
}
.btn.after-icon.xxl {
  padding-right: 16px;
}
.btn.after-icon .icon {
  margin-left: 16px;
}
.btn .icon {
  display: inline-block;
  position: relative;
}
.btn .icon-arrow-down::before {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 43%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn .icon-arrow-left::before, .btn .icon-arrow-right::before {
  position: absolute;
  content: "";
  display: block;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-more.black .icon::before, .btn-more.black .icon::after {
  background: #fff;
}
.btn-more.black:hover .icon::before, .btn-more.black:hover .icon::after {
  background: #000;
}
.btn-more.white .icon::before, .btn-more.white .icon::after {
  background: #000;
}
.btn-more.white:hover .icon::before, .btn-more.white:hover .icon::after {
  background: #fff;
}
.btn-more .icon::before, .btn-more .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 8px);
  width: 16px;
  height: 3px;
  border-color: transparent;
}
.btn-more .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-more.is-open .icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.mod-body.cfh .btn.medium {
  padding: 9px 20px;
  font-size: 14px;
}
@media screen and (min-width: 361px), print {
  .mod-body.cfh .btn.medium {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px), print {
  .mod-body.cfh .btn.medium {
    font-size: 24px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body.cfh .btn.medium {
    padding: 9px 40px;
    font-size: 30px;
  }
}
.mod-body.cfh .btn.xxl {
  padding: 9px 20px;
  font-size: 20px;
}
@media screen and (min-width: 361px), print {
  .mod-body.cfh .btn.xxl {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px), print {
  .mod-body.cfh .btn.xxl {
    padding: 9px 30px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body.cfh .btn.xxl {
    padding: 9px 50px;
    font-size: 40px;
  }
}
.mod-body .cfh-bnr2-in {
  padding: 30px 20px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-bnr2-in {
    padding: 40px 40px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-bnr2-in {
    padding: 64px 40px;
  }
}
.mod-body .cfh-bnr2-ttl {
  font-size: 20px;
}
@media screen and (min-width: 361px), print {
  .mod-body .cfh-bnr2-ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-bnr2-ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-bnr2-ttl {
    font-size: 40px;
  }
}
.mod-body .cfh-txt-33 {
  font-size: 17px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-txt-33 {
    font-size: 18px;
  }
}
.mod-body .cfh-txt-28 {
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-txt-28 {
    font-size: 17px;
  }
}
.mod-body .cfh-sec.has-padding-t {
  padding-top: 40px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec.has-padding-t {
    padding-top: 64px;
  }
}
.mod-body .cfh-sec-in {
  padding: 0 20px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec-in {
    padding: 0 40px;
  }
}
.mod-body .cfh-sec-in.has-padding-tb {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec-in.has-padding-tb {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.mod-body .cfh-sec-head {
  line-height: 1;
  margin: 0;
  font-size: 36px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec-head {
    font-size: 48px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec-head {
    font-size: 64px;
  }
}
.mod-body .cfh-sec-ttl {
  margin: 0;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 361px), print {
  .mod-body .cfh-sec-ttl {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec-ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec-ttl {
    font-size: 33px;
  }
}
.mod-body .cfh-sec1 {
  background-image: url("/image/support/callforhelp/images/bg-01.webp");
  background-size: cover;
  background-position: center top;
  padding: 50px 0;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1 {
    padding: 80px 0;
  }
}
.mod-body .cfh-sec1-list {
  list-style: none;
  margin-top: 40px;
  margin-top: 10.6667vw;
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-list {
    margin-top: 80px;
    margin-top: 5.5556vw;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec1-list {
    margin-top: 120px;
  }
}
.mod-body .cfh-sec1-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 180px;
  height: 48vw;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item {
    height: 400px;
  }
}
.mod-body .cfh-sec1-item:nth-child(even) .cfh-sec1-item-img {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item:nth-child(even) .cfh-sec1-item-img {
    left: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.mod-body .cfh-sec1-item:nth-child(even) .cfh-sec1-item-box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: unset;
  -webkit-order: unset;
      -ms-flex-order: unset;
          order: unset;
  left: 3vw;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item:nth-child(even) .cfh-sec1-item-box {
    left: 10%;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec1-item:nth-child(even) .cfh-sec1-item-box {
    left: 240px;
  }
}
.mod-body .cfh-sec1-item:nth-child(even) .cfh-sec1-item-txt-bottom::before {
  left: auto;
  right: -30px;
  right: -8vw;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item:nth-child(even) .cfh-sec1-item-txt-bottom::before {
    right: -50px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec1-item:nth-child(even) .cfh-sec1-item-txt-bottom::before {
    right: -100px;
  }
}
.mod-body .cfh-sec1-item-img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(480px, 50vw);
  height: min(480px, 50vw);
  max-width: 480x;
  max-height: 480px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item-img {
    left: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
.mod-body .cfh-sec1-item-img img {
  width: 100%;
  height: auto;
}
.mod-body .cfh-sec1-item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 52vw;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item-box {
    left: 55%;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec1-item-box {
    left: 800px;
  }
}
.mod-body .cfh-sec1-item-txt-row {
  display: block;
  line-height: 1.5;
}
.mod-body .cfh-sec1-item-txt-row:nth-child(2) {
  margin-top: 5px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item-txt-row:nth-child(2) {
    margin-top: 20px;
  }
}
.mod-body .cfh-sec1-item-txt-row .sp {
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item-txt-row .sp {
    display: none;
  }
}
.mod-body .cfh-sec1-item-txt-row .pc {
  display: none;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item-txt-row .pc {
    display: inline-block;
  }
}
.mod-body .cfh-sec1-item-txt-top, .mod-body .cfh-sec1-item-txt-bottom {
  display: inline-block;
  line-height: inherit;
  padding-left: 10px;
  padding-left: 2.6667vw;
  padding-right: 10px;
  padding-right: 2.6667vw;
  padding-top: 3px;
  padding-top: 0.8vw;
  padding-bottom: 3px;
  padding-bottom: 0.8vw;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item-txt-top, .mod-body .cfh-sec1-item-txt-bottom {
    padding: 10px 20px;
  }
}
.mod-body .cfh-sec1-item-txt-top {
  font-size: 16.5px;
  font-size: 4.4vw;
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff));
  background: -webkit-linear-gradient(transparent 0%, #fff 0%);
  background: linear-gradient(transparent 0%, #fff 0%);
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item-txt-top {
    font-size: 30px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec1-item-txt-top {
    font-size: 40px;
  }
}
.mod-body .cfh-sec1-item-txt-bottom {
  font-size: 22px;
  font-size: 5.8667vw;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000));
  background: -webkit-linear-gradient(transparent 0%, #000 0%);
  background: linear-gradient(transparent 0%, #000 0%);
  position: relative;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item-txt-bottom {
    font-size: 40px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec1-item-txt-bottom {
    font-size: 55px;
  }
}
.mod-body .cfh-sec1-item-txt-bottom:not(.line-none)::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #000;
  top: calc(50% - 1px);
  width: 30px;
  width: 8vw;
  left: -30px;
  left: -8vw;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec1-item-txt-bottom:not(.line-none)::before {
    width: 50px;
    left: -50px;
    height: 4px;
    top: calc(50% - 2px);
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec1-item-txt-bottom:not(.line-none)::before {
    width: 100px;
    left: -100px;
    height: 6px;
    top: calc(50% - 3px);
  }
}
.mod-body .cfh-sec1-item-txt-bottom:nth-of-type(n + 2) {
  margin-top: -2px;
}
.mod-body .cfh-sec2 {
  position: relative;
}
.mod-body .cfh-sec2-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec2-img {
    aspect-ratio: unset;
    width: 50vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 32.9861111111vw;
  }
}
.mod-body .cfh-sec2-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.mod-body .cfh-sec2-box {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec2-box {
    margin-left: 32.9861111111vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mod-body .cfh-sec2-box-in {
  padding: 60px 30px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec2-box-in {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .mod-body .cfh-sec2-box-in {
    padding: 170px 80px;
  }
}
.mod-body .cfh-sec3-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec3-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mod-body .cfh-sec3-txt {
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec3-txt {
    margin-left: 20px;
    font-size: 17px;
  }
}
.mod-body .cfh-sec4 {
  background-image: url("/image/support/callforhelp/images/4-bg.webp");
  background-size: cover;
  background-position: center top;
}
.mod-body .cfh-sec4-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec4-ttl {
    margin-bottom: 40px;
  }
}
.mod-body .cfh-sec4-txt {
  color: #fff;
}
.mod-body .cfh-sec4-img {
  margin: 30px auto;
  max-width: 580px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec4-img {
    margin: 40px auto;
  }
}
.mod-body .cfh-sec5 {
  background-image: url("/image/support/callforhelp/images/5-bg.webp");
  background-size: cover;
  background-position: right center;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5 {
    background-position: center center;
  }
}
.mod-body .cfh-sec5-txt {
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8), 2px -2px 3px rgba(255, 255, 255, 0.8), -2px 2px 3px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-txt {
    text-shadow: none;
  }
}
.mod-body .cfh-sec5-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec5-list {
    margin-top: 60px;
  }
}
.mod-body .cfh-sec5-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vw - 40px);
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-item {
    width: 40vw;
    height: 40vw;
    max-width: 480px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec5-item {
    width: 560px;
    height: 560px;
    max-width: 560px;
  }
}
.mod-body .cfh-sec5-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vw;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-item::before {
    width: 42vw;
    height: 42vw;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec5-item::before {
    width: 600px;
    height: 600px;
  }
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-item:nth-of-type(2) .cfh-sec5-item-list {
    -webkit-transform: translateX(2.5vw);
            transform: translateX(2.5vw);
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec5-item:nth-of-type(2) .cfh-sec5-item-list {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
.mod-body .cfh-sec5-item-in {
  position: relative;
  padding: 30px;
  padding: 8vw;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-item-in {
    padding-top: 100px;
    padding-top: 6.9445vw;
    padding-bottom: 100px;
    padding-bottom: 6.9445vw;
    padding-left: 30px;
    padding-left: 2.0834vw;
    padding-right: 30px;
    padding-right: 2.0834vw;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec5-item-in {
    padding: 100px 30px;
  }
}
.mod-body .cfh-sec5-item-ttl {
  margin: 0;
  font-size: 24px;
  font-size: 6.4vw;
  height: 72px;
  height: 19.2vw;
  padding-bottom: 5px;
  padding-bottom: 1.3334vw;
  margin-bottom: 20px;
  margin-bottom: 5.3334vw;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-item-ttl {
    font-size: 30px;
    font-size: 2.0834vw;
    height: 9vw;
    padding-bottom: 5px;
    padding-bottom: 0.3473vw;
    margin-bottom: 40px;
    margin-bottom: 2.7778vw;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec5-item-ttl {
    font-size: 33px;
    height: 144px;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
}
.mod-body .cfh-sec5-item-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  width: 60px;
  width: 16vw;
  background: #f07d00;
  border-radius: 100px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-item-ttl::before {
    height: 5px;
    width: 140px;
    width: 9.7223vw;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec5-item-ttl::before {
    height: 8px;
    width: 140px;
  }
}
.mod-body .cfh-sec5-item-ttl .small {
  font-size: 20px;
  font-size: 5.3334vw;
  display: block;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-item-ttl .small {
    font-size: 23px;
    font-size: 1.5973vw;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec5-item-ttl .small {
    font-size: 26px;
  }
}
.mod-body .cfh-sec5-item-list {
  list-style: disc;
  -webkit-transform: translateX(2.5vw);
          transform: translateX(2.5vw);
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-item-list {
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec5-item-list {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.mod-body .cfh-sec5-item-txt {
  font-size: 14px;
  font-size: 3.7334vw;
  line-height: 1.75;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec5-item-txt {
    font-size: 18px;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec5-item-txt {
    font-size: 18px;
  }
}
.mod-body .cfh-sec6-images1 {
  position: relative;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 1028/741;
  margin: 30px auto;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec6-images1 {
    margin: 64px auto;
  }
}
.mod-body .cfh-sec6-images1-img {
  position: absolute;
}
.mod-body .cfh-sec6-images1-img:nth-child(1) {
  z-index: 1;
  bottom: 8.0971659919%;
  width: 37.0622568093%;
  height: auto;
}
.mod-body .cfh-sec6-images1-img:nth-child(2) {
  top: 0;
  right: 0;
  width: 72.0817120623%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mod-body .cfh-sec6-images2 {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 1197/700;
  margin: 30px auto;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec6-images2 {
    margin: 64px auto;
  }
}
.mod-body .cfh-sec6-images2-img {
  position: absolute;
}
.mod-body .cfh-sec6-images2-img:nth-child(1) {
  top: 0;
  left: 0;
  width: 60.2339181287%;
  height: auto;
}
.mod-body .cfh-sec6-images2-img:nth-child(2) {
  bottom: 0;
  right: 0;
  width: 57.9782790309%;
  height: auto;
}
.mod-body .cfh-sec7 {
  color: #fff;
  background-image: url("/image/support/callforhelp/images/7-bg.webp");
  background-position: center center;
  background-size: cover;
}
.mod-body .cfh-sec7-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 20px 0 30px;
}
@media screen and (min-width: 1024px), print {
  .mod-body .cfh-sec7-person {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec7-person {
    margin-top: -120px;
  }
}
.mod-body .cfh-sec7-person-img {
  width: 50vw;
  aspect-ratio: 1/1;
  max-width: 300px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec7-person-img {
    margin-bottom: 40px;
  }
}
.mod-body .cfh-sec7-person-txt {
  line-height: 1;
}
.mod-body .cfh-sec7-person-position, .mod-body .cfh-sec7-person-name {
  line-height: 1;
  text-align: center;
}
.mod-body .cfh-sec7-person-position {
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec7-person-position {
    font-size: 27px;
  }
}
.mod-body .cfh-sec7-person-name {
  font-size: 26px;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec7-person-name {
    font-size: 40px;
    margin-top: 20px;
  }
}
.mod-body .cfh-sec7-box {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec7-box {
    padding: 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec7-box {
    padding: 64px;
  }
}
.mod-body .cfh-sec7-box-ttl {
  margin: 0;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 361px), print {
  .mod-body .cfh-sec7-box-ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec7-box-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .mod-body .cfh-sec7-box-ttl {
    font-size: 28px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec7-box-ttl {
    font-size: 40px;
  }
}
.mod-body .cfh-sec7-box-ttl .sp-small {
  font-size: 14px;
}
@media screen and (min-width: 361px), print {
  .mod-body .cfh-sec7-box-ttl .sp-small {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec7-box-ttl .sp-small {
    font-size: inherit;
  }
}
.mod-body .cfh-sec7-box-txt {
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec7-box-txt {
    font-size: 18px;
  }
}
.mod-body .cfh-sec8-list {
  margin-top: 30px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec8-list {
    margin-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.mod-body .cfh-sec8-item {
  position: relative;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-sec8-item {
    width: 50%;
    aspect-ratio: 380/470;
  }
}
@media screen and (min-width: 1024px), print {
  .mod-body .cfh-sec8-item {
    width: 25%;
  }
}
.mod-body .cfh-sec8-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-body .cfh-sec8-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-body .cfh-sec8-item-in {
  position: relative;
  padding: 30px 20px;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-body .cfh-sec8-item-ttl {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
}
@media screen and (min-width: 361px), print {
  .mod-body .cfh-sec8-item-ttl {
    font-size: 28px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-sec8-item-ttl {
    font-size: 40px;
  }
}
.mod-body .cfh-sec8-item-trigger-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-body .cfh-sec8-item .btn {
  border-radius: 7.5px;
}
.mod-body .cfh-marker-green {
  padding: 0 0 0.15em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #00728f));
  background: -webkit-linear-gradient(transparent 80%, #00728f 0%);
  background: linear-gradient(transparent 80%, #00728f 0%);
}
.mod-body .cfh-marker-orange {
  padding: 0 0 0.15em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #f07d00));
  background: -webkit-linear-gradient(transparent 80%, #f07d00 0%);
  background: linear-gradient(transparent 80%, #f07d00 0%);
}

.cfh-band {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 5px 8px;
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .cfh-band {
    padding: 8px 10px;
  }
}
.cfh-modal {
  display: none;
  background: transparent !important;
  padding: 10px !important;
}
@media screen and (min-width: 768px), print {
  .cfh-modal {
    padding: 20px !important;
  }
}
.cfh-modal-content {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.cfh-modal-in {
  background: #fff;
  padding: 15px 15px 30px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px), print {
  .cfh-modal-in {
    padding: 30px 30px 50px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1367px), print {
  .cfh-modal-in {
    padding: 56px;
  }
}
.cfh-modal-img {
  width: 100%;
  aspect-ratio: 638/332;
  position: relative;
  margin-bottom: 20px;
}
.cfh-modal-img img {
  width: 100%;
  height: auto;
}
.cfh-modal-ttl {
  position: absolute;
  margin: 0;
  font-size: 20px;
  font-size: 5.3334vw;
  top: 15px;
  left: 10px;
}
@media screen and (min-width: 768px), print {
  .cfh-modal-ttl {
    top: 30px;
    left: 18px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1367px), print {
  .cfh-modal-ttl {
    font-size: 33px;
  }
}
.cfh-modal-list {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px), print {
  .cfh-modal-list {
    font-size: 20px;
  }
}
@media screen and (min-width: 1367px), print {
  .cfh-modal-list {
    font-size: 24px;
  }
}
.cfh-modal-list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.7;
}
.cfh-modal-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  background: none !important;
  width: auto;
  height: auto;
  top: auto;
}
.cfh-modal-close {
  border-radius: 5px;
}
.cfh-modal-close-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
