@charset "UTF-8";
/*key color*/
/*タブレット*/
/*スマホ*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.number {
  font-family: "Saira Semi Condensed", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, serif;
  font-weight: 700;
  font-style: normal;
}

/*ファーストビュー*/
.first-view {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
}
.first-view .first-view-img {
  width: 100%;
  height: auto;
}
.first-view .first-view-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-contact {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 40px 0;
}
.first-contact h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  border-radius: 100px;
  background: linear-gradient(180deg, rgba(255, 149, 0, 0) 0%, rgba(255, 149, 0, 0.5) 100%), #FFF700;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #006CFB;
}
@media screen and (max-width: 767px) {
  .first-contact h2 {
    width: 90%;
    margin-bottom: 20px;
    font-size: 8vw;
  }
}
.first-contact .tel {
  margin-bottom: 20px;
  text-align: center;
  color: #FF2F8B;
  font-size: 56px;
}
.first-contact .tel small {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .first-contact .tel {
    font-size: 13vw;
  }
  .first-contact .tel small {
    font-size: 0.8em;
  }
}
.first-contact .fax {
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .first-contact .fax {
    font-size: 11vw;
  }
}
.first-contact .mail {
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.first-contact .mail a {
  display: inline-block;
  font-size: 40px;
}
.first-contact .mail a::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 30px;
  padding-right: 20px;
  background-image: url(../img/mail_icon.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .first-contact .mail a {
    font-size: 9vw;
  }
  .first-contact .mail a::before {
    width: 40px;
    height: 20px;
    background-size: 65%;
  }
}
.first-contact .mail img {
  width: 381px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .first-contact .mail img {
    width: 90%;
  }
}

main .case {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
main .case img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
main .merit {
  width: 100%;
  height: auto;
}
main .merit img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main .comparison-table {
  background-image: url(../img/bubble_light-blue.svg), linear-gradient(180deg, #FFF 100%, #FFF 100%);
  background-size: 100%, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  main .comparison-table {
    background-size: 200%, cover;
  }
}
main .comparison-table img {
  display: block;
  width: 85%;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  main .comparison-table img {
    width: 95%;
  }
}
main .comparison-table .scroll {
  width: 750px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  main .comparison-table .scroll {
    width: 85%;
    overflow-x: auto;
  }
  main .comparison-table .scroll::before {
    content: "左にスワイプしてください";
    display: block;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    color: #FF2F8B;
  }
}
main .comparison-table table {
  width: 750px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 20px;
  font-size: 18px;
  border: 4px solid #1FA9FF;
}
main .comparison-table table thead {
  padding: 10px;
  font-weight: 700;
}
main .comparison-table table thead tr {
  display: flex;
  width: 100%;
}
main .comparison-table table thead th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-weight: 700;
  font-size: 20px;
  border-left: 1px solid #1FA9FF;
}
main .comparison-table table thead th.title {
  width: 90px;
  padding: 10px;
  background: #CCEBFF;
}
main .comparison-table table thead th:not(.title) {
  width: calc((100% - 90px) / 3);
}
main .comparison-table table thead th.oshibori {
  border-bottom: 1px solid #fff;
}
main .comparison-table table thead th:not(.oshibori) {
  border-bottom: 1px solid #1FA9FF;
}
main .comparison-table table tbody tr {
  display: flex;
  width: 100%;
}
main .comparison-table table tbody th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  padding: 10px;
  background: #CCEBFF;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #1FA9FF;
}
main .comparison-table table tbody td {
  width: calc((100% - 90px) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-left: 1px solid #1FA9FF;
}
main .comparison-table table tbody td div {
  font-size: 32px;
  font-weight: 700;
}
main .comparison-table table tbody td p {
  font-size: 16px;
  line-height: 1.3;
}
main .comparison-table table tbody td.oshibori {
  border-bottom: 1px solid #fff;
}
main .comparison-table table tbody td.oshibori.last {
  border-bottom: none;
}
main .comparison-table table tbody td:not(.oshibori) {
  border-bottom: 1px solid #1FA9FF;
}
main .comparison-table table .oshibori {
  background: #1FA9FF;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main .comparison-table table {
    line-height: 1.5;
  }
}

/*footer-comtact*/
.footer-comtact {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 80px 0;
  background: #006CFB;
}
@media screen and (max-width: 767px) {
  .footer-comtact {
    flex-flow: column;
    align-items: center;
  }
}
.footer-comtact .contact_data {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.footer-comtact .contact_data h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
.footer-comtact .contact_data p {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  color: #FFF;
}
.footer-comtact .contact_data .tel {
  margin-bottom: 20px;
  text-align: center;
  color: #FFF700;
  font-size: 56px;
}
.footer-comtact .contact_data .tel small {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .footer-comtact .contact_data .tel {
    font-size: 13vw;
  }
  .footer-comtact .contact_data .tel small {
    font-size: 0.8em;
  }
}
.footer-comtact .contact_data .fax {
  margin-bottom: 20px;
  text-align: center;
  color: #FFF;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .footer-comtact .contact_data .fax {
    font-size: 11vw;
  }
}
.footer-comtact .contact_data .mail {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-comtact .contact_data .mail a {
  display: inline-block;
  font-size: 40px;
}
.footer-comtact .contact_data .mail a::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 30px;
  padding-right: 20px;
  background-image: url(../img/mail_icon_wh.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-comtact .contact_data .mail a {
    font-size: 9vw;
  }
  .footer-comtact .contact_data .mail a::before {
    width: 40px;
    height: 20px;
    background-size: 65%;
  }
}
.footer-comtact .contact_data .mail img {
  width: 381px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer-comtact .contact_data .mail img {
    width: 90%;
  }
}
.footer-comtact .main-body {
  display: block;
  width: 220px;
  height: auto;
}

/*footer*/
.footer-company-data {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 0 20px;
}
.footer-company-data > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.footer-company-data div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-company-data div img {
  display: block;
  width: 250px;
  height: auto;
  margin-bottom: 0.5em;
}
.footer-company-data div p {
  text-align: center;
  font-size: 16px;
}
.footer-company-data a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 45px;
  padding: 0.5em 15px;
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
}
.footer-company-data a::after {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  -webkit-clip-path: polygon(0 7%, 7% 0, 90% 50%, 7% 100%, 0 93%, 70% 50%, 0 7%);
          clip-path: polygon(0 7%, 7% 0, 90% 50%, 7% 100%, 0 93%, 70% 50%, 0 7%);
  background-color: #fff;
  transition: 0.5s;
}
.footer-company-data a:hover {
  background: #006CFB;
  border: 1px solid #006CFB;
}
.footer-company-data small {
  display: block;
  padding: 1em;
  font-size: 14px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */