@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.firstview {
  aspect-ratio: 2/3;
  background-color: #E8EFF4;
  position: relative;
}
.firstview .title {
  position: absolute;
  width: 100%;
  height: auto;
  white-space: nowrap;
  top: 12%;
  text-align: center;
  font-family: "Noto Serif JP";
}
.firstview .title .title_text {
  font-weight: bold;
  font-size: 3.14vw;
  margin: 5% 0 1% 0;
  color: #404040;
  opacity: 0;
  transform: translateY(10%);
  animation: fadeInFromBottom 2s forwards;
}
@keyframes fadeInFromBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.firstview .title h1 {
  font-size: 6.24vw;
  font-weight: bold;
  color: #404040;
  margin-bottom: 3%;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  animation: fadeInFromBottom 2s forwards;
}
@keyframes fadeInFromBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.firstview .title .button p {
  font-size: 2.64vw;
  font-family: "Noto Sans JP";
  font-weight: 600;
  margin: 0;
  color: #3662DE;
}
.firstview .title .button button {
  color: #3662DE;
  font-family: "Noto Sans JP";
  border: solid 2px #3662DE;
  box-shadow: 0 1px 8px rgba(0, 25, 41, 0.2549019608);
  border-radius: 100px;
  font-size: 24px;
  font-weight: 600;
  padding: 3px 12% 3px 8%;
  position: relative;
  background: linear-gradient(to right, hsl(164, 100%, 95%), #54c0ff);
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
.firstview .title .button button::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url("../img/icon/tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: -6px;
}
.firstview .title .button button::after {
  content: "";
  border-top: solid 3px #3662DE;
  border-right: solid 3px #3662DE;
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
}
.firstview .title .button button:hover {
  background-position: 100% 51%;
}
.firstview .title .button p::before {
  content: "";
  display: inline-block;
  border-left: #3662DE solid 2px;
  margin: -4px 10px;
  height: 14px;
  transform: translateY(0%) rotate(-45deg);
}
.firstview .title .button p::after {
  content: "";
  display: inline-block;
  border-left: #3662DE solid 2px;
  margin: -4px 10px;
  height: 14px;
  transform: translateY(0%) rotate(45deg);
}
.firstview .firstview_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 55%;
  transform: translate(-50%, 0);
}
.firstview .subtitle-check {
  width: 100%;
  font-family: "Noto Sans JP";
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  white-space: nowrap;
  padding: 10px 0;
}
@media screen and (min-width: 1200px) {
  .firstview .subtitle-check {
    text-align: center;
  }
}
.firstview .subtitle-check .subtitle_check_content {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .firstview .subtitle-check .subtitle_check_content {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .firstview .subtitle-check .subtitle_check_content {
    padding: 20px 0;
  }
}
.firstview .subtitle-check .check {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .firstview .subtitle-check .check {
    display: inline;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .firstview .subtitle-check .check {
    display: inline;
    padding-left: 0;
    margin: 0 5px;
  }
}
.firstview .subtitle-check .check p {
  font-size: 4.6vw;
  display: inline;
  font-weight: 500;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .firstview .subtitle-check .check p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1200px) {
  .firstview .subtitle-check .check p {
    font-size: 2vw;
  }
}
.firstview__btn-tel {
  background-color: #fff;
  border: 2px solid #02659C;
  border-radius: 24px;
  color: #02659C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  padding: 6px 24px;
  margin-top: 26px;
  position: relative;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .firstview__btn-tel {
    border-radius: 38px;
    font-size: 40px;
    padding: 6px 32px 6px 48px;
    margin-top: 48px;
    pointer-events: none;
  }
}
.firstview__btn-tel:focus, .firstview__btn-tel:hover {
  background-color: rgb(255, 255, 255);
  border-color: #02659C;
  color: #02659C;
  opacity: 0.5;
}
.firstview__btn-tel-txt {
  font-size: 14px;
  line-height: 1.3;
  padding: 0 6px;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .firstview__btn-tel-txt {
    font-size: 20px;
  }
}
.firstview__btn-tel-txt::before {
  background-color: #02659C;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: 50% 100%;
}
.firstview__btn-tel-txt::after {
  background-color: #02659C;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(50%) rotate(45deg);
  transform-origin: 50% 100%;
}
.firstview__btn-tel--no {
  display: block;
  padding-left: 48px;
  padding-right: 24px;
  position: relative;
}
@media (min-width: 1200px) {
  .firstview__btn-tel--no {
    padding-right: 32px;
  }
}
.firstview__btn-tel--no::before {
  background-image: url("../img/firstview/icon_telephone_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .firstview__btn-tel--no::before {
    width: 40px;
    height: 40px;
  }
}
.firstview__btn-tel--no::after {
  background-color: #02659C;
  content: "";
  width: 7.5px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.check_icon {
  position: relative;
  background-color: #fff;
  border: solid 2px #3662DE;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -5px 10px;
}
.check_icon .checkmark {
  position: absolute;
  content: "";
  width: 30px;
  height: 12px;
  border-left: 3px solid #3662DE;
  border-bottom: 3px solid #3662DE;
  transform: rotate(-45deg);
  bottom: 60%;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .check_icon {
    width: 28px;
    height: 28px;
  }
  .check_icon .checkmark {
    width: 36px;
    height: 18px;
  }
}
.i-first-view {
  position: relative;
}
.i-first-view .i-site-header {
  width: 100%;
  padding: 3.2vw 0 3.2vw 4vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .i-first-view .i-site-header {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5625vw 0 1.5625vw 2.60416vw;
    position: fixed;
    z-index: 1001;
  }
}
@media (min-width: 1200px) {
  .i-first-view .i-site-header {
    padding: 1.33334vw 0 1.33334vw 1.66667vw;
  }
}
.i-first-view .i-site-header__site-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.i-first-view .i-site-header__site-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.i-first-view .i-site-header__site-logo {
  display: block;
  height: 8.53333vw;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .i-first-view .i-site-header__site-logo {
    height: 5.20834vw;
  }
}
@media (min-width: 1200px) {
  .i-first-view .i-site-header__site-logo {
    height: 3.33334vw;
  }
}
.i-first-view .i-site-header__contact {
  position: absolute;
  top: 0;
  right: 96px;
}
.i-first-view .i-site-header__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.i-first-view .i-site-header__contact-list-item {
  float: left;
}
.i-first-view .i-site-header__contact-link-inquiry, .i-first-view .i-site-header__contact-link-line, .i-first-view .i-site-header__contact-link-tel {
  color: #303030;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.33334vw;
  font-weight: 500;
  line-height: 6vw;
  padding-right: 1.16667vw;
  margin-right: 2.66667vw;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
}
.i-first-view .i-site-header__contact-link-inquiry::after, .i-first-view .i-site-header__contact-link-line::after, .i-first-view .i-site-header__contact-link-tel::after {
  background-color: #303030;
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(0) translateY(-50%);
}
.i-first-view .i-site-header__contact-link-inquiry:focus, .i-first-view .i-site-header__contact-link-inquiry:hover, .i-first-view .i-site-header__contact-link-line:focus, .i-first-view .i-site-header__contact-link-line:hover, .i-first-view .i-site-header__contact-link-tel:focus, .i-first-view .i-site-header__contact-link-tel:hover {
  opacity: 0.5;
}
.i-first-view .i-site-header__contact-link-tel {
  margin-right: 0;
  padding-right: 0;
  pointer-events: none;
}
.i-first-view .i-site-header__contact-link-tel::after {
  content: none;
}

.btn-menu-icon {
  border: 0 none;
  width: 48px;
  height: 48px;
  position: fixed;
  top: 4px;
  right: 8px;
  z-index: 1001;
}
@media (min-width: 768px) {
  .btn-menu-icon {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateX(0) translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .btn-menu-icon {
    right: 22px;
  }
}
.btn-menu-icon__bar {
  background-color: #016AA3;
  border-radius: 1px;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.btn-menu-icon__bar::before, .btn-menu-icon__bar::after {
  background-color: #016AA3;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8px;
  left: 0;
}
.btn-menu-icon__bar::after {
  top: 8px;
}

.modal-gnav__btn-close {
  background-color: transparent;
  border: 0 none;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
}
.modal-gnav__btn-close-bar {
  border-radius: 1px;
  width: 36px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.modal-gnav__btn-close-bar::before, .modal-gnav__btn-close-bar::after {
  background-color: #F0675F;
  border-radius: 1px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.modal-gnav__btn-close-bar::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.modal-gnav__site-logo {
  display: block;
  height: 32px;
  margin: 15px 0 32px 15px;
}
.modal-gnav__contact {
  overflow: hidden;
  padding-left: 25px;
  margin-bottom: 24px;
}
.modal-gnav__contact-inquiry {
  display: block;
  color: #016AA3;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  float: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 16px;
  text-decoration: none;
}
.modal-gnav__contact-inquiry::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 3px auto;
}
.modal-gnav__contact-inquiry:nth-child(1)::before {
  background-image: url("../img/firstview/icon_email_01.png");
}
.modal-gnav__contact-inquiry:nth-child(2)::before {
  background-image: url("../img/firstview/icon_telephone_01.png");
}
.modal-gnav__contact-inquiry:nth-child(3)::before {
  background-image: url("../img/firstview/icon_sns_line_square_01.png");
}
.modal-gnav__list {
  list-style: none;
  padding: 0 25px;
  margin: 0;
}
.modal-gnav__list-item-link {
  display: block;
  color: #505050;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
.modal-gnav__list-item-link::after {
  background-color: #808080;
  content: "";
  width: 8px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(0) translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.modal-gnav .modal-gnav__contact {
  text-align: center;
}
.modal-gnav .modal-gnav__contact .modal-gnav__contact-inquiry {
  margin-left: 0;
}
.modal-gnav .modal-gnav__contact .modal-gnav__contact-inquiry img {
  width: 60px;
  height: 60px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

.voice {
  background-image: url(../img/voice_background_s.jpg);
  background-size: cover;
}
.voice .ribbon {
  width: 100%;
  height: 200px;
  position: relative;
}
.voice .ribbon img {
  display: block;
  width: 250px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
}

.content_voice {
  font-family: "Noto Sans JP";
  width: 100%;
  height: auto;
  padding: 2% 0;
}
.content_voice .voice_card {
  width: 350px;
  height: auto;
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 3px 8px rgba(0, 25, 41, 0.2549019608);
}
.content_voice .voice_card .voice_client .voice_img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.content_voice .voice_card .voice_client .voice_title {
  margin: 20px 0 0 10px;
  position: relative;
  padding: 0 15px;
}
.content_voice .voice_card .voice_client .voice_title::before {
  content: "";
  display: inline-block;
  border-left: solid 3px #31D341;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 7%;
  left: 0;
}
.content_voice .voice_card .voice_client h2,
.content_voice .voice_card .voice_client span {
  font-size: 14px;
}
.content_voice .voice_card .voice_client p {
  font-size: 12px;
}
.content_voice .voice_card .voice_text {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .voice {
    background-image: url(../img/voice_background_pc.jpg);
  }
  .voice .ribbon img {
    width: 300px;
  }
  .content_voice .voice_card {
    width: 600px;
    padding: 30px;
  }
  .content_voice .voice_card .voice_client .voice_img {
    height: 250px;
  }
  .content_voice .voice_card .voice_title h2 {
    font-size: 18px;
  }
  .content_voice .voice_card .voice_title p {
    font-size: 14px;
  }
  .content_voice .voice_card .voice_title p span {
    font-size: 18px;
  }
  .content_voice .voice_card .voice_text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .voice .ribbon {
    height: 250px;
  }
  .voice .ribbon img {
    width: 400px;
  }
  .content_voice .voice_card {
    width: 1000px;
    height: 20%;
    padding: 35px;
  }
  .content_voice .voice_card .voice_img {
    height: 250px;
    padding-right: 20px;
  }
  .content_voice .voice_card .voice_client .voice_title {
    margin: auto;
    padding-left: 20px;
  }
  .content_voice .voice_card .voice_client .voice_title::before {
    height: 55px;
  }
  .content_voice .voice_card .voice_client .voice_title h2 {
    font-size: 22px;
  }
  .content_voice .voice_card .voice_client .voice_title p {
    font-size: 16px;
  }
  .content_voice .voice_card .voice_client .voice_title p span {
    font-size: 22px;
  }
  .content_voice .voice_card .voice_text {
    font-size: 16px;
  }
}
.trouble {
  background-image: url(../img/bg-pattern_green.jpg);
  background-size: 100px;
  padding-bottom: 48px;
}
@media (min-width: 1200px) {
  .trouble {
    padding-bottom: 72px;
  }
}
.trouble__sec-ttl {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-top: 1px solid #3DB6C8;
  margin: 0;
  padding: 26px 0 44px 0;
  position: relative;
  text-align: center;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.188));
  z-index: 2;
}
@media (min-width: 768px) {
  .trouble__sec-ttl {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .trouble__sec-ttl {
    font-size: 36px;
    padding: 26px 0 80px 0;
  }
}
.trouble__sec-ttl::after {
  background-color: #fff;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(50% + 18px) calc(100% - 18px), 50% 100%, calc(50% - 18px) calc(100% - 18px), 0 calc(100% - 18px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(50% + 18px) calc(100% - 18px), 50% 100%, calc(50% - 18px) calc(100% - 18px), 0 calc(100% - 18px));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1200px) {
  .trouble__sec-ttl::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), calc(50% + 36px) calc(100% - 36px), 50% 100%, calc(50% - 36px) calc(100% - 36px), 0 calc(100% - 36px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), calc(50% + 36px) calc(100% - 36px), 50% 100%, calc(50% - 36px) calc(100% - 36px), 0 calc(100% - 36px));
  }
}
.trouble__sec-ttl--lg {
  color: #3662DE;
  font-size: 150%;
}
.trouble__background-image {
  background-image: url(../img/trouble_back_s.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 32px 32px;
  margin: -18px 0 48px 0;
  padding: 48px 0 48px 0;
  position: relative;
  z-index: 1;
}
.trouble__background-image::after {
  background-color: #fff;
  content: "";
  width: 36px;
  height: 18px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 1200px) {
  .trouble__background-image::after {
    width: 72px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  .trouble__background-image {
    background-image: url(../img/trouble_back_pc.jpg);
    padding: 48px 0 48px 0;
  }
}
@media (min-width: 1200px) {
  .trouble__background-image {
    margin: -36px 0 72px 0;
    padding: 85px 0 96px 0;
  }
}
.trouble__list {
  border: 5px solid rgba(255, 255, 255, 0.8156862745);
  list-style: none;
  margin: 0 0 16px 0;
  padding: 24px 18px 32px 30px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .trouble__list {
    border: 0 none;
    margin-bottom: 40px;
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .trouble__list::after {
    border: 5px solid rgba(255, 255, 255, 0.8156862745);
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 5%;
    z-index: 1;
  }
}
.trouble__list-item {
  background-color: #D3FDFF;
  border-radius: 10px;
  height: 80px;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 760px) {
  .trouble__list-item {
    float: left;
    height: 128px;
    width: 48%;
    z-index: 2;
  }
}
@media (min-width: 760px) and (min-width: 760px) {
  .trouble__list-item:nth-child(2n+1) {
    margin-right: 4%;
  }
}
.trouble__list-item-check {
  background-color: rgba(255, 255, 255, 0.8156862745);
  border: 2px solid #3662DE;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateX(0) translateY(-50%);
}
@media (min-width: 1200px) {
  .trouble__list-item-check {
    border-width: 4px;
    width: 48px;
    height: 48px;
    left: -24px;
  }
}
.trouble__list-item-check::after {
  content: "";
  background-color: transparent;
  border-right: 3px solid #3662DE;
  border-bottom: 3px solid #3662DE;
  width: 13px;
  height: 26px;
  position: absolute;
  top: 4px;
  left: 14px;
  transform: translateX(-50%) translateY(-50%) rotate(42deg);
}
@media (min-width: 1200px) {
  .trouble__list-item-check::after {
    border-width: 5px;
    width: 26px;
    height: 52px;
    top: 8px;
    left: 28px;
  }
}
.trouble__list-item-inner {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
  padding: 0 16px 0 36px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0%) translateY(-50%);
}
@media (min-width: 768px) {
  .trouble__list-item-inner {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .trouble__list-item-inner {
    font-size: 28px;
    line-height: 1.25;
    padding: 0 8px 0 48px;
  }
}
.trouble__list-item-em {
  color: #DF6C30;
  font-style: normal;
}
.trouble .solve {
  background-color: #fff;
  padding: 64px 26px 24px 26px;
  position: relative;
}
@media (min-width: 1200px) {
  .trouble .solve {
    padding: 64px 16%;
  }
}
.trouble .solve__ttl {
  background-color: #E6C363;
  background: linear-gradient(180deg, #E6C363, #DF6C30);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 auto;
  padding: 24px 28px 32px 28px;
  white-space: nowrap;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  z-index: 3;
}
@media (min-width: 1200px) {
  .trouble .solve__ttl {
    font-size: 28px;
    padding: 40px 48px 54px 48px;
    top: -78px;
  }
}
.trouble .solve .col-6 {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .trouble .solve .col-6:nth-child(2), .trouble .solve .col-6:nth-child(3) {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .trouble .solve .col-6:nth-child(2), .trouble .solve .col-6:nth-child(3) {
    margin-top: 48px;
  }
}
.trouble .solve__col-inner img {
  width: 100%;
  padding: 0 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.trouble .solve__txt {
  color: #3662DE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 16px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .trouble .solve__txt {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .trouble .solve__txt {
    font-size: 32px;
  }
}
.trouble .solve__txt--lg {
  font-size: 150%;
}
.trouble .results {
  padding: 24px 24px;
  position: relative;
  background-color: #fff;
}
.trouble .results__col-inner {
  aspect-ratio: 3/2;
  width: 100%;
  margin-bottom: 16px;
}
.trouble .results__col-inner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trouble__txt-promise {
  background-color: rgba(255, 255, 255, 0.8156862745);
  color: #3662DE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 auto;
  padding: 12px 16px;
  -webkit-clip-path: polygon(calc(0% + 16px) 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
          clip-path: polygon(calc(0% + 16px) 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
}
@media (min-width: 768px) {
  .trouble__txt-promise {
    font-size: 20px;
    padding: 12px 24px;
    -webkit-clip-path: polygon(calc(0% + 24px) 0%, 100% 0%, calc(100% - 24px) 100%, 0% 100%);
            clip-path: polygon(calc(0% + 24px) 0%, 100% 0%, calc(100% - 24px) 100%, 0% 100%);
  }
}
@media (min-width: 1200px) {
  .trouble__txt-promise {
    font-size: 32px;
  }
}
.trouble__txt-promise--lg {
  color: #EE9356;
  font-size: 150%;
}

.cta {
  background-image: url(../img/tel_back_s.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
}
@media (min-width: 768px) {
  .cta {
    background-image: url(../img/tel_back_pc.jpg);
  }
}
.cta_container-inner {
  background-color: rgba(255, 255, 255, 0.8156862745);
  padding: 32px 16px;
}
.cta_sec-ttl {
  color: #404040;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1200px) {
  .cta_sec-ttl {
    font-size: 24px;
  }
}
.cta_btn-inquiry, .cta_btn-line {
  background-color: #3662DE;
  background: linear-gradient(180deg, #3E7CF3, #133DB4);
  border: 0 none;
  border-radius: 28px;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  width: 280px;
  margin: 0 auto 24px auto;
  padding: 12px 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .cta_btn-inquiry, .cta_btn-line {
    margin: 0 0 24px auto;
  }
}
@media (min-width: 1200px) {
  .cta_btn-inquiry, .cta_btn-line {
    width: 380px;
    padding: 14px 8px;
  }
}
.cta_btn-inquiry:focus, .cta_btn-inquiry:hover, .cta_btn-line:focus, .cta_btn-line:hover {
  background: linear-gradient(180deg, #133DB4);
  color: #fff;
}
.cta_btn-inquiry::before, .cta_btn-line::before {
  background-image: url("../img/icon/icon_mail48.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  vertical-align: -9px;
}
.cta_btn-line {
  background-color: #148D8D;
  background: linear-gradient(180deg, #31D341, #148D8D);
}
@media (min-width: 768px) {
  .cta_btn-line {
    margin: 0 auto 24px 0;
  }
}
.cta_btn-line:focus, .cta_btn-line:hover {
  background: linear-gradient(180deg, #148D8D);
  color: #fff;
}
.cta_btn-line::before {
  background-image: url("../img/icon/icon_line.png");
}
.cta_btn-tel {
  background-color: #DF6C30;
  background: linear-gradient(180deg, #EE9356, #DF6C30);
  border: 0 none;
  border-radius: 28px;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  width: 280px;
  margin: 0 auto 16px auto;
  padding: 9px 8px;
  text-align: center;
}
@media (min-width: 1200px) {
  .cta_btn-tel {
    width: 380px;
    padding: 10px 8px;
  }
}
.cta_btn-tel:focus, .cta_btn-tel:hover {
  background: linear-gradient(180deg, #DF6C30);
  color: #fff;
}
.cta_btn-tel::before {
  background-image: url("../img/icon/icon_phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  vertical-align: 0;
}
.cta_btn-tel-inner {
  display: inline-block;
}
.cta_btn-tel-no {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 4px;
}
.cta_btn-tel-txt {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.cta .cta_sec-txt {
  color: #404040;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1200px) {
  .cta .cta_sec-txt {
    font-size: 18px;
  }
}
.cta .cta_sec-txt--em {
  font-style: normal;
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .cta .cta_sec-txt--em {
    font-size: 22px;
  }
}

.reason {
  padding-top: 40vw;
  overflow: hidden;
  position: relative;
  background-image: url("../img/city.jpg");
  background-repeat: no-repeat;
  background-size: 180%;
  background-position: 50% 0%;
}
@media (min-width: 1200px) {
  .reason {
    padding-top: 25vw;
    background-size: 130%;
  }
}
.reason::after {
  content: "";
  border-radius: 50%;
  background-image: url("../img/bg-pattern_green.jpg");
  background-size: 100px;
  width: 500vw;
  aspect-ratio: 1/2;
  position: absolute;
  top: 40vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .reason::after {
    background-size: 155px;
    top: 25vw;
  }
}
.reason__sec-ttl {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  margin: -90px 0 24px 0;
  text-align: center;
  text-shadow: 1px 3px 6px rgba(0, 19, 83, 0.618);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .reason__sec-ttl {
    font-size: 48px;
    margin: -156px 0 36px 0;
  }
}
@media (min-width: 1200px) {
  .reason__sec-ttl {
    font-size: 72px;
    margin: -240px 0 54px 0;
  }
}
.reason__sec-ttl--lg {
  font-size: 125%;
  font-style: normal;
}
.reason__txt-time {
  background-color: #3DB6C8;
  border-radius: 24px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 22px;
  margin: 0 auto 24px auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .reason__txt-time {
    border-radius: 36px;
    font-size: 24px;
    padding: 18px 48px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .reason__txt-time {
    border-radius: 48px;
    font-size: 32px;
    padding: 16px 56px;
    margin-bottom: 48px;
  }
}
.reason__txt-time::after {
  background-color: #3DB6C8;
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (min-width: 768px) {
  .reason__txt-time::after {
    width: 12px;
    height: 6px;
  }
}
@media (min-width: 1200px) {
  .reason__txt-time::after {
    width: 20px;
    height: 11px;
  }
}
.reason__txt-copy-1 {
  color: #3662DE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .reason__txt-copy-1 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .reason__txt-copy-1 {
    font-size: 32px;
  }
}
.reason__txt-copy-1--em {
  background-color: #fff;
  color: #EE9356;
  font-size: 125%;
  font-weight: 600;
  padding: 4px 8px;
  margin: 0 2px;
}
.reason__txt-copy-2 {
  color: #3662DE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 16px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .reason__txt-copy-2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .reason__txt-copy-2 {
    font-size: 40px;
  }
}
.reason__txt {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 20px;
  margin-bottom: 72px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .reason__txt {
    margin-bottom: 108px;
  }
}
@media (min-width: 1200px) {
  .reason__txt {
    margin-bottom: 144px;
  }
}
.reason__container-inner {
  background-color: rgba(255, 255, 255, 0.8156862745);
  padding: 10% 8%;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}
.reason__container-inner::before {
  content: "POINT";
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 1200px) {
  .reason__container-inner::before {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .reason__container-inner {
    padding: 8% 12%;
  }
}
.reason__point-thumbnail {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 40px;
  margin-bottom: 10px;
}
.reason__point-txt {
  color: #3662DE;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .reason__point-txt {
    font-size: 21.33344px;
  }
}
.reason__point-txt--sm {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .reason__point-txt--sm {
    font-size: 16.00008px;
  }
}
.reason__point-txt--md {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .reason__point-txt--md {
    font-size: 18.66676px;
  }
}
.reason__point-txt--lg {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .reason__point-txt--lg {
    font-size: 24.00012px;
  }
}
.reason__point-txt--xl {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1200px) {
  .reason__point-txt--xl {
    font-size: 32.00016px;
  }
}
.reason__point-txt--xxl {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1200px) {
  .reason__point-txt--xxl {
    font-size: 34.66684px;
  }
}

.service-list {
  padding-top: 20vw;
  overflow: hidden;
  position: relative;
  background-image: url("../img/bg-pattern_green.jpg");
  background-size: 100px;
}
@media (min-width: 1200px) {
  .service-list {
    background-size: 155px;
    padding-top: 5vw;
  }
}
.service-list::after {
  content: "";
  background-color: #F3F3E9;
  border-radius: 50%;
  width: 500vw;
  aspect-ratio: 1/2;
  position: absolute;
  top: 20vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .service-list::after {
    background-size: 155px;
    top: 5vw;
  }
}
.service-list__container-inner {
  margin: 0 10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .service-list__container-inner {
    padding-right: 20%;
    padding-left: 20%;
  }
}
.service-list__sec-ttl {
  border-radius: 30px;
  background-color: #EE9356;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 48px;
  margin: -28px auto 32px auto;
  box-shadow: 0 1px 4px rgba(0, 25, 41, 0.2549019608);
  transform-origin: 0;
}
.service-list__txt-1 {
  color: #3662DE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px auto;
  position: relative;
}
.service-list__txt-1::before {
  content: "";
  display: block;
  position: absolute;
  border-left: #EE9356 solid 3px;
  margin: -15px 15px;
  height: 36px;
  bottom: 20%;
  left: -10%;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: 50% 100%;
}
.service-list__txt-1::after {
  content: "";
  display: block;
  position: absolute;
  border-left: #EE9356 solid 3px;
  margin: -15px 15px;
  height: 36px;
  bottom: 20%;
  right: -10%;
  transform: translateX(50%) rotate(45deg);
  transform-origin: 50% 100%;
}
.service-list__txt-1--x-mark {
  color: #404040;
}
.service-list__txt-2 {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 56px auto;
}
.service-list__txt-2::before, .service-list__txt-2::after {
  content: "-";
  display: inline-block;
  font-size: 24px;
  margin-right: 4px;
  vertical-align: -1px;
}
.service-list__txt-2::after {
  margin-right: 0;
  margin-left: 4px;
}
.service-list .col-6 {
  padding: 0 6px;
}
.service-list__col-inner {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 25, 41, 0.2549019608);
  margin-bottom: 48px;
  position: relative;
}
.service-list__col-inner::before {
  background-color: #fff;
  border-radius: 50%;
  content: "01";
  color: #EE9356;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  display: block;
  width: 48px;
  height: 48px;
  padding-top: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.service-list__col-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.service-list .col-6:nth-child(2) .service-list__col-inner::before {
  content: "02";
}
.service-list .col-6:nth-child(3) .service-list__col-inner::before {
  content: "03";
}
.service-list .col-6:nth-child(4) .service-list__col-inner::before {
  content: "04";
}
.service-list .col-6:nth-child(5) .service-list__col-inner::before {
  content: "05";
}
.service-list .col-6:nth-child(6) .service-list__col-inner::before {
  content: "06";
}
.service-list__txt-3 {
  background-color: #3662DE;
  border-radius: 8px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 32px;
  margin: 0 auto 24px auto;
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) {
  .service-list__txt-3 {
    font-size: 28px;
  }
}
.service-list__txt-3::after {
  background-color: #3662DE;
  content: "";
  width: 24px;
  height: 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.service-list__txt-4 {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .service-list__txt-4 {
    font-size: 32px;
    margin-bottom: 0;
    padding-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .service-list__staff-photo {
    margin-top: -160px;
  }
}
@media (min-width: 1200px) {
  .service-list__staff-photo {
    margin-top: 0;
  }
}
.service-list__staff-photo-01 {
  width: 45%;
  float: left;
}
@media (min-width: 768px) {
  .service-list__staff-photo-01 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .service-list__staff-photo-01 {
    width: 23%;
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.service-list__staff-photo-02 {
  width: 45%;
  float: right;
}
@media (min-width: 768px) {
  .service-list__staff-photo-02 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .service-list__staff-photo-02 {
    float: none;
    width: 23%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.service-flow-ttl {
  font-family: "Noto Sans JP";
  background-color: #3DB6C8;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  padding: 30px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .service-flow-ttl {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .service-flow-ttl {
    font-size: 48px;
    padding: 40px 8px;
  }
}

.service-flow {
  background-image: url("../img/service-flow_back_s.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Noto Sans JP";
  padding: 0 20px 60px 20px;
}
@media screen and (min-width: 1200px) {
  .service-flow {
    background-image: url("../img/service-flow_back_pc.jpg");
    padding: 0 20px 128px 20px;
  }
}
.service-flow .service-flow-txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.service-flow .service-flow-container {
  background-color: rgba(255, 255, 255, 0.8156862745);
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .service-flow .service-flow-container {
    padding: 20px 120px;
  }
}
@media screen and (min-width: 960px) {
  .service-flow .service-flow-container {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .service-flow .service-flow-container {
    padding: 80px 60px;
  }
}
.service-flow .service-flow-container .service-flow-col-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 3px 8px rgba(0, 25, 41, 0.2549019608);
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-flow .service-flow-container .service-flow-col-inner {
    padding: 20px;
  }
}
.service-flow .service-flow-container .service-flow-col-inner img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-flow .service-flow-container .service-flow-col-inner .service-flow-col-inner-ttl {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
}
.service-flow .service-flow-container .service-flow-col-inner .service-flow-col-inner-txt {
  font-size: 14px;
}
.service-flow .service-flow-container .service-flow-col-inner::before {
  content: "1";
  color: #133DB4;
  text-align: center;
  font-weight: 800;
  line-height: 2;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -28px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
}
.service-flow .service-flow-container .col-inner-2::before {
  content: "2";
  color: #DF6C30;
}
.service-flow .service-flow-container .col-inner-3::before {
  content: "3";
  color: #148D8D;
}

.comparison-table {
  background-image: url("../img/bg-pattern_green.jpg");
  background-size: 93px;
  padding-bottom: 64px;
}
.comparison-table__sec-ttl {
  background-color: #3DB6C8;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  padding: 32px 8px;
  margin-bottom: 32px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (min-width: 768px) {
  .comparison-table__sec-ttl {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .comparison-table__sec-ttl {
    margin-bottom: 48px;
    font-size: 48px;
    padding: 40px 8px;
  }
}
@media (min-width: 1200px) {
  .comparison-table__container-inner {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 64px;
  }
}
.comparison-table__sec-txt {
  color: #303030;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
@media (min-width: 1200px) {
  .comparison-table__sec-txt {
    font-size: 24px;
  }
}
.comparison-table table,
.comparison-table thead,
.comparison-table tbody,
.comparison-table tr,
.comparison-table th,
.comparison-table td {
  display: block;
  color: #505050;
}
@media (min-width: 768px) {
  .comparison-table tbody {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .comparison-table tbody {
    overflow: visible;
  }
}
.comparison-table tbody tr {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .comparison-table tbody tr {
    float: left;
    margin-bottom: 1%;
    width: 49.5%;
  }
}
@media (min-width: 1200px) {
  .comparison-table tbody tr {
    float: none;
    margin-bottom: 4px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .comparison-table tbody tr:nth-child(2n+1) {
    margin-right: 1%;
  }
}
@media (min-width: 1200px) {
  .comparison-table tbody tr:nth-child(2n+1) {
    margin-right: 0;
  }
}
.comparison-table td {
  background-color: #c1e4e9;
  padding: 16px 0;
}
.comparison-table__tb {
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  width: 100%;
  padding: 24px 15px 32px 15px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .comparison-table__tb {
    background-color: transparent;
    padding: 0 2px;
  }
}
.comparison-table__tb-th {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.comparison-table__tb-td-ttl {
  color: inherit;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 1200px) {
  .comparison-table__tb-td-ttl {
    display: none;
  }
}
.comparison-table__tb-td-icon {
  color: inherit;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  font-style: normal;
  text-align: center;
}
.comparison-table__tb-td-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .comparison-table__tb-td-txt {
    height: 72px;
  }
}
.comparison-table .comparison-table__tb--ask tbody tr {
  position: relative;
}
@media (min-width: 1200px) {
  .comparison-table .comparison-table__tb--ask tbody tr::before {
    content: "";
    color: #303030;
    font-size: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.25;
    width: 200px;
    text-align: right;
    position: absolute;
    top: 50%;
    left: -240px;
    transform: translateY(-50%);
  }
}
.comparison-table .comparison-table__tb--ask tbody tr:nth-child(1) td {
  color: #40B263;
}
@media (min-width: 1200px) {
  .comparison-table .comparison-table__tb--ask tbody tr:nth-child(1)::before {
    content: "レスポンス";
    color: #40B263;
  }
}
.comparison-table .comparison-table__tb--ask tbody tr:nth-child(2) td {
  color: #3F7BD5;
}
@media (min-width: 1200px) {
  .comparison-table .comparison-table__tb--ask tbody tr:nth-child(2)::before {
    content: "価格";
    color: #3F7BD5;
  }
}
.comparison-table .comparison-table__tb--ask tbody tr:nth-child(3) td {
  color: #C49C2E;
}
@media (min-width: 1200px) {
  .comparison-table .comparison-table__tb--ask tbody tr:nth-child(3)::before {
    content: "手間";
    color: #C49C2E;
  }
}
.comparison-table .comparison-table__tb--ask tbody tr:nth-child(4) td {
  color: #DC7353;
}
@media (min-width: 1200px) {
  .comparison-table .comparison-table__tb--ask tbody tr:nth-child(4)::before {
    content: "フォロー";
    color: #DC7353;
  }
}
.comparison-table .comparison-table__tb--ask td {
  background-color: #e4d2d8;
}

.contract-period {
  background-color: #F3F3E9;
  padding: 64px 0;
}
.contract-period__sec-ttl {
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 32px;
}
.contract-period__sec-ttl--sm {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px auto;
  text-align: center;
  position: relative;
}
.contract-period__sec-ttl--sm::before, .contract-period__sec-ttl--sm::after {
  background-color: #CD931F;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: 50% 100%;
}
.contract-period__sec-ttl--sm::after {
  right: 0;
  left: auto;
  transform: translateX(50%) rotate(45deg);
}
.contract-period__sec-ttl--lg {
  color: #1F58AD;
  display: block;
  font-size: 32px;
  text-align: center;
}
.contract-period__container-inner {
  background-color: #fff;
  border-radius: 16px;
  padding: 74px 40px 62px 40px;
}
.contract-period__panel-left {
  background-color: #ECF7FC;
  border: 2px solid #1F58AD;
  border-radius: 16px;
  padding: 92px 0 92px 0;
  position: relative;
}
.contract-period__panel-left-ttl {
  background-color: #3B87F9;
  background-image: linear-gradient(to bottom, #3B87F9, #9155DA);
  border-radius: 24px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  padding: 9px 52px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.contract-period__panel-left-txt {
  color: #1F58AD;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 16px;
  text-align: center;
}
.contract-period__panel-left-txt--lg {
  font-size: 25px;
}
.contract-period__panel-left-note {
  background-color: #fff;
  border: 3px solid #C64E4E;
  border-radius: 16px;
  color: #C64E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin: -24px auto 48px auto;
  padding: 18px 24px 8px 24px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .contract-period__panel-left-note {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .contract-period__panel-left-note {
    padding: 18px 62px 8px 62px;
  }
}
.contract-period__panel-left-note::before {
  background-color: #C64E4E;
  border-radius: 50%;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: -17.5px;
  left: 50%;
  transform: translateX(-50%);
}
.contract-period__panel-left-note::after {
  color: #fff;
  content: "!";
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.contract-period__panel-right {
  background-color: #ECF7FC;
  border: 2px solid #38B08F;
  border-radius: 16px;
  padding: 120px 0 121px 0;
  position: relative;
}
.contract-period__panel-right-ttl {
  background-color: #148D8D;
  border-radius: 24px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  padding: 9px 52px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.contract-period__panel-right-txt {
  color: #079870;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
}
.contract-period__panel-right-txt--lg {
  font-size: 25px;
}

.staff {
  background-color: #F3F3E9;
}
.staff__sec-ttl {
  background-color: #3DB6C8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  padding: 32px 8px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .staff__sec-ttl {
    font-size: 36px;
    padding: 36px 8px;
  }
}
@media (min-width: 1200px) {
  .staff__sec-ttl {
    font-size: 48px;
    padding: 40px 8px;
  }
}
.staff__container-inner {
  background-color: rgb(255, 255, 255);
  padding: 40px 30px 8px 30px;
  position: relative;
}
@media (min-width: 768px) {
  .staff__container-inner {
    padding: 48px 30px 8px 30px;
  }
}
@media (min-width: 1200px) {
  .staff__container-inner {
    padding: 72px 30px 8px 30px;
  }
}
.staff__container-inner.add-padding-bottom {
  padding-bottom: 32px;
}
.staff__photo {
  border: 1px solid #D4D4D4;
  display: block;
  width: 100%;
  margin: 0 auto 16px auto;
  aspect-ratio: 2/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
@media (min-width: 768px) {
  .staff__photo {
    aspect-ratio: 2/3;
  }
}
.staff__comment {
  color: #303030;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .staff__comment {
    font-size: 20px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .staff__comment {
    font-size: 32px;
  }
}
.staff__job-title {
  color: #303030;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
.staff__name {
  color: #303030;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
.staff__desc {
  color: #303030;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: justify;
}
.staff__career-ttl {
  color: #4157C8;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
  position: relative;
}
.staff__career-ttl::after {
  background-color: #4157C8;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 54px;
  right: 0;
  transform: translateX(0) translateY(-50%);
}
.staff__career-txt {
  color: #303030;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: justify;
}

.product-pr {
  background-color: #F3F3E9;
  padding: 0 0 48px 0;
}
.product-pr .col-md-4.col-xl-4 {
  position: relative;
}
.product-pr__container-inner {
  background-color: #fff;
  padding: 0 16px 32px 16px;
}
@media (min-width: 1200px) {
  .product-pr__container-inner {
    border-radius: 0 0 64px 64px;
    padding: 48px 16px 96px 16px;
  }
}
.product-pr__speech-bubble {
  background-color: #F0F0F0;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 32px 8px;
  margin: 0 auto;
}
.product-pr__txt-1 {
  color: #4A72E4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-pr__txt-1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .product-pr__txt-1 {
    font-size: 40px;
  }
}
.product-pr__txt-2 {
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-pr__txt-2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .product-pr__txt-2 {
    font-size: 20px;
  }
}
.product-pr__bg-blue {
  background-color: #4A72E4;
  padding: 32px 16px 0 16px;
}
@media (min-width: 768px) {
  .product-pr__bg-blue {
    padding: 48px 16px 0 16px;
  }
}
@media (min-width: 1200px) {
  .product-pr__bg-blue {
    padding: 64px 16px 0 16px;
    margin: -48px 10% 0 10%;
  }
}
.product-pr__txt-3 {
  background-color: #fff;
  color: #4A72E4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  padding: 8px 16px;
  margin-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .product-pr__txt-3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .product-pr__txt-3 {
    font-size: 48px;
  }
}
.product-pr__txt-4 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 16px 0 24px 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .product-pr__txt-4 {
    font-size: 18px;
    margin-bottom: 64px;
  }
}
.product-pr__staff-photo {
  display: block;
  width: 70%;
  margin: 0 0 0 auto;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (min-width: 768px) {
  .product-pr__staff-photo {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.faq {
  background-image: url("../img/bg-pattern_green.jpg");
  background-size: 100px;
  padding: 96px 0;
}
@media (min-width: 1200px) {
  .faq {
    padding: 128px 0;
  }
}
.faq .container {
  background-color: #F3F3E9;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .faq .container {
    padding: 0 32px 48px 32px;
  }
}
@media (min-width: 1200px) {
  .faq .container {
    padding: 0 64px 64px 64px;
  }
}
.faq__sec-ttl {
  background-color: #436DE3;
  border-radius: 27px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  padding: 12px 40px;
  margin: 0 auto 16px auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  top: -27px;
}
.faq__list {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 16px;
}
.faq__question {
  border-bottom: 1px solid #7CA3CF;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  padding: 0 0 16px 32px;
  margin-bottom: 16px;
  position: relative;
}
.faq__question::before {
  content: "Q";
  color: #0069AD;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  transform: translateY(-50%);
}
.faq__answer {
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  padding: 0 0 0 32px;
  margin-bottom: 0;
  position: relative;
}
.faq__answer::before {
  content: "A";
  color: #303030;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.company-profile {
  background-color: #F3F3E9;
  padding: 48px 0 16px 0;
}
@media (min-width: 1200px) {
  .company-profile {
    padding-top: 96px;
  }
}
@media (min-width: 1200px) {
  .company-profile__container-inner {
    background-color: #fff;
    border-radius: 16px;
    padding: 48px 32px;
  }
}
.company-profile__sec-ttl {
  color: #1F58AD;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .company-profile__sec-ttl {
    font-size: 48px;
  }
}
.company-profile__sec-ttl--en {
  color: #808080;
  font-size: 16px;
  margin-left: 4px;
  vertical-align: 6px;
}
@media (min-width: 768px) {
  .company-profile__sec-ttl--en {
    font-size: 20px;
    vertical-align: 10px;
  }
}
.company-profile__google-map {
  aspect-ratio: 16/9;
  position: relative;
}
.company-profile__google-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.company-profile__tb {
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  margin: 0 0 32px 0;
}
.company-profile__tb tr {
  display: block;
}
.company-profile__tb th,
.company-profile__tb td {
  display: block;
}
.company-profile__tb tr {
  border-bottom: 1px solid #d0d0d0;
  padding: 12px 16px;
}
.company-profile__tb th {
  font-weight: 500;
  font-size: 24px;
}
.company-profile__tb td .lg {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
.company-profile__tb td .sm {
  display: block;
  font-size: 14px;
}

.site-footer {
  background-color: #F3F3E9;
  text-align: center;
  padding: 48px 0 24px 0;
  font-family: "Noto Sans JP";
}
@media (min-width: 1200px) {
  .site-footer {
    padding-top: 80px;
  }
}
.site-footer .site-footer-logo {
  display: block;
  width: 256px;
  margin: 0 auto 32px auto;
}
.site-footer .site-footer-tel-link {
  width: 250px;
  font-size: 32px;
  margin: 0 auto 4px auto;
  padding-left: 40px;
  position: relative;
}
.site-footer .site-footer-tel-link::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../img/footer/icon_telephone_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 12%;
}
.site-footer h3 {
  font-size: 18px;
  color: #fff;
  background-color: #505050;
  padding: 10px 0;
  border-radius: 10px;
  width: 256px;
  margin: 0 auto 8px auto;
}
.site-footer .site-footer__contact {
  padding: 20px;
}
@media (min-width: 1200px) {
  .site-footer .site-footer__contact {
    padding: 20px 90px;
  }
}
.site-footer .site-footer__contact .site-footer__contact-icon {
  margin-bottom: 28px;
}
.site-footer .site-footer__contact .site-footer__contact-icon a {
  color: #303030;
  text-decoration: none;
}
.site-footer .site-footer__contact .site-footer__contact-icon img {
  display: inline-block;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .site-footer__nav {
  text-align: left;
  margin: -8px;
  border-left: 1px solid #C0C0C0;
}
.site-footer .site-footer__nav .site-footer__nav-list {
  list-style: none;
  line-height: 46px;
  padding-left: 16px;
}
.site-footer .site-footer__nav .site-footer__nav-list .site-footer__nav-list-item-link {
  color: #303030;
  text-decoration: none;
}
.site-footer .copy-right {
  font-size: 14px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .site-footer .copy-right {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .firstview {
    aspect-ratio: 1/1;
  }
  .firstview .title {
    width: 100%;
    margin-top: -2%;
  }
  .firstview .title h1 {
    font-size: 4.1666vw;
  }
  .firstview .title p {
    font-size: 2.4334vw;
  }
  .firstview .title .button p {
    font-size: 2.14vw;
  }
  .firstview .title .button button {
    font-size: 34px;
  }
  .firstview .subtitle {
    width: 100%;
    margin: 0;
    padding: 1%;
    text-align: center;
  }
  .firstview .subtitle div {
    display: inline;
    white-space: nowrap;
    font-size: 2.234vw;
  }
  .firstview .subtitle .check_icon {
    width: 28px;
    height: 28px;
  }
  .firstview .firstview_img {
    bottom: 5%;
    height: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .firstview {
    aspect-ratio: 2/1;
  }
  .firstview .menu-icon {
    display: none;
  }
  .firstview .title {
    width: 50%;
    top: 30%;
    padding: 0 20px;
  }
  .firstview .title h1 {
    font-size: 3.1666vw;
    margin-bottom: 3%;
  }
  .firstview .title .title_text {
    font-size: 1.4vw;
  }
  .firstview .title p {
    font-size: 1.4334vw;
  }
  .firstview .title .button p {
    font-size: 1.1666vw;
  }
  .firstview .title .button button {
    padding: 5px 14% 5px 12%;
  }
  .firstview .subtitle {
    width: 100%;
    padding: 1.5%;
    margin: 0;
    text-align: center;
  }
  .firstview .subtitle div {
    font-size: 1.334vw;
  }
  .firstview .subtitle .check_icon {
    width: 28px;
    height: 28px;
  }
  .firstview .subtitle .check_icon .check {
    width: 34px;
    height: 14px;
  }
  .firstview header .logo {
    width: 270px;
  }
  .firstview .firstview_img {
    width: 50%;
    height: 80%;
    right: -25%;
    left: auto;
  }
}/*# sourceMappingURL=style.css.map */