@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
.pattern2 {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", helvetica, arial, sans-serif;
  font-weight: 500;
  color: rgb(56, 56, 56);
}
.pattern2 a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.pattern2 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.pattern2 p {
  font-size: 16px;
  line-height: 1.875;
}
.pattern2 h2 {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
  color: #0073ae;
  background-color: initial;
  font-weight: 700;
}
@media screen and (max-width: 1040px) {
  .pattern2 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.pattern2.wrap {
  padding: 80px 0;
}
@media screen and (max-width: 1040px) {
  .pattern2.wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.pattern2 .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .pattern2 .inner {
    max-width: 800px;
  }
}
.pattern2 .contact-btn {
  width: 380px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1040px) {
  .pattern2 .contact-btn {
    max-width: 335px;
    width: 100%;
    height: 60px;
    gap: 10px;
  }
}
.pattern2 .contact-mail {
  background-color: #ff5247;
}
.pattern2 .contact-mail-icon {
  width: 34px;
}
.pattern2 .contact-download {
  background-color: #1e82b1;
}
.pattern2 .contact-download-icon {
  width: 40px;
}
.pattern2 .contact-txt {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1040px) {
  .pattern2 .contact-txt {
    font-size: 20px;
  }
}
.pattern2 .contact-arrow {
  width: 13px;
}
@media screen and (max-width: 1040px) {
  .pattern2 .contact-arrow {
    width: 10px;
  }
}
.pattern2 .is-sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  .pattern2 .is-sp {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .pattern2 .is-pc {
    display: none;
  }
}

.pattern1 .fv-bg {
  background-image: url("../img/fv-bg.jpg");
}

.contact.pattern2 {
  background: #e3ebf0;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1040px) {
  .contact.pattern2 {
    padding: 15px 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.contact.pattern2 a {
  transition: all 250ms ease-out;
}
.contact.pattern2 img {
  height: auto;
  max-width: 100%;
  display: block;
}

.TopAchievement.pattern2 {
  padding: 20px 0;
}
@media screen and (max-width: 1040px) {
  .TopAchievement.pattern2 {
    padding: 10px 0;
  }
}

.about.pattern2 {
  background-color: #e1f7ff;
}
.about.pattern2 .inner {
  padding-top: 0;
  position: relative;
}
.about.pattern2 .inner::after {
  content: "";
  width: 286px;
  height: 199px;
  background: center/contain url(../img/about-img.webp) no-repeat;
  position: absolute;
  right: 100px;
  top: auto;
  bottom: -20px;
}
@media screen and (max-width: 1040px) {
  .about.pattern2 .inner::after {
    max-width: 100%;
    width: 207px;
    height: auto;
    aspect-ratio: 414/310;
    right: 50%;
    transform: translateX(50%);
    top: 30px;
    bottom: auto;
  }
}
.about.pattern2 .about_ttl {
  text-align: left;
  padding-left: 20px;
  border-left: 6px solid #0073ae;
}
@media screen and (max-width: 1040px) {
  .about.pattern2 .about_ttl {
    padding-left: 10px;
    border-left: 4px solid #0073ae;
    margin-bottom: 170px;
  }
}
.about.pattern2 .about_txt {
  font-size: 18px;
  line-height: 1.6666666667;
  width: 675px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1040px) {
  .about.pattern2 .about_txt {
    font-size: 14px;
    width: 100%;
  }
}

.riskiness.pattern2 {
  background-color: #5a7683;
}
.riskiness.pattern2 h2 {
  color: #fff;
  line-height: 1.4;
}
.riskiness.pattern2 h2 span {
  font-size: 40px;
  color: #ffcc00;
}
@media screen and (max-width: 1040px) {
  .riskiness.pattern2 h2 span {
    font-size: 32px;
  }
}
.riskiness.pattern2 .riskiness_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .riskiness.pattern2 .riskiness_container {
    flex-direction: column;
    gap: 25px;
  }
}
.riskiness.pattern2 .riskiness_list {
  width: 535px;
  background-color: #fff;
  padding: 35px;
  border-radius: 10px;
}
@media screen and (max-width: 1040px) {
  .riskiness.pattern2 .riskiness_list {
    width: 100%;
    padding: 20px;
  }
}
.riskiness.pattern2 .riskiness_item {
  font-size: 20px;
  line-height: 28/20;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .riskiness.pattern2 .riskiness_item {
    font-size: 14px;
    padding-left: 20px;
  }
}
.riskiness.pattern2 .riskiness_item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .riskiness.pattern2 .riskiness_item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.riskiness.pattern2 .riskiness_item::before {
  content: "";
  width: 21px;
  height: 16px;
  background: center/contain url(../img/riskiness-check.svg) no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 1040px) {
  .riskiness.pattern2 .riskiness_item::before {
    width: 15px;
    height: auto;
    aspect-ratio: 21/16;
    top: 5px;
  }
}

.article_result.pattern2 h2 {
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  padding-bottom: 83px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .article_result.pattern2 h2 {
    font-size: 20px;
    padding-bottom: 47px;
    margin-bottom: 15px;
  }
}
.article_result.pattern2 h2::after {
  content: "";
  background: center/contain url(../img/result-ttl.png) no-repeat;
  width: 721px;
  height: 83px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1040px) {
  .article_result.pattern2 h2::after {
    width: 360.5px;
    height: 46px;
  }
}

.backlink_result.pattern2 h2 {
  color: #000;
}
@media screen and (max-width: 1040px) {
  .backlink_result.pattern2 h2 {
    margin-bottom: 30px;
  }
}

.backlink_result.pattern2 .backlink_result-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  .backlink_result.pattern2 .backlink_result-list {
    flex-wrap: wrap;
    align-items: center;
  }
}
.backlink_result.pattern2 .backlink_result-item {
  width: 368px;
  padding: 0 30px 20px;
}
@media screen and (max-width: 1040px) {
  .backlink_result.pattern2 .backlink_result-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
  }
}
.backlink_result.pattern2 .backlink_result-item:not(:last-of-type) {
  border-right: 2px solid #ff5d1d;
}
@media screen and (max-width: 1040px) {
  .backlink_result.pattern2 .backlink_result-item:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #ff5d1d;
  }
}
.backlink_result.pattern2 .backlink_result-item:nth-of-type(1) img {
  width: 150px;
}
@media screen and (max-width: 1040px) {
  .backlink_result.pattern2 .backlink_result-item:nth-of-type(1) img {
    width: 70px;
  }
}
.backlink_result.pattern2 .backlink_result-item:nth-of-type(2) img {
  width: 161px;
}
@media screen and (max-width: 1040px) {
  .backlink_result.pattern2 .backlink_result-item:nth-of-type(2) img {
    width: 70px;
  }
}
.backlink_result.pattern2 .backlink_result-item:nth-of-type(3) img {
  width: 160px;
}
@media screen and (max-width: 1040px) {
  .backlink_result.pattern2 .backlink_result-item:nth-of-type(3) img {
    width: 70px;
    padding: 0 13px;
  }
}
.backlink_result.pattern2 .backlink_result-img {
  height: 235px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .backlink_result.pattern2 .backlink_result-img {
    height: auto;
  }
}
.backlink_result.pattern2 .backlink_result-txt {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 1040px) {
  .backlink_result.pattern2 .backlink_result-txt {
    font-size: 15px;
  }
}
.backlink_result.pattern2 .backlink_result-txt span {
  color: #ff5d1d;
}

.forte.pattern2 {
  background-color: #b2dcef;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 h2 {
    margin-bottom: 25px;
  }
}
.forte.pattern2 .forte_box {
  height: 328px;
  background-color: #e6f1f7;
  border-radius: 20px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 .forte_box {
    height: auto;
    margin: 0 auto;
    flex-direction: column;
  }
}
.forte.pattern2 .forte_box:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 .forte_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.forte.pattern2 .forte_box:nth-of-type(1) .forte_img img {
  width: 276px;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 .forte_box:nth-of-type(1) .forte_img img {
    width: 206px;
  }
}
.forte.pattern2 .forte_box:nth-of-type(2) .forte_img img {
  width: 216px;
  padding-right: 37px;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 .forte_box:nth-of-type(2) .forte_img img {
    width: 157px;
    padding-right: 0;
  }
}
.forte.pattern2 .forte_box:nth-of-type(3) .forte_img img {
  width: 225px;
  padding-right: 33px;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 .forte_box:nth-of-type(3) .forte_img img {
    width: 180px;
    padding-right: 0;
  }
}
.forte.pattern2 .forte_img {
  width: 309px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 .forte_img {
    width: 100%;
    height: auto;
    border-radius: 20px 12px 0 0;
    padding: 25px 0 10px;
  }
}
.forte.pattern2 .forte_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 .forte_img img {
    margin: 0 auto;
  }
}
.forte.pattern2 .forte_content {
  padding: 40px 50px 40px 40px;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 .forte_content {
    padding: 10px 20px 20px;
  }
}
.forte.pattern2 .forte_content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #0e7cae;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 .forte_content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.forte.pattern2 .forte_content h3 .notes {
  font-size: 0.5em;
  vertical-align: top;
}
@media screen and (max-width: 1040px) {
  .forte.pattern2 .forte_content p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.forte.pattern2 .forte_content p span {
  font-size: 0.8em;
}

.supported.pattern2 .supported-list {
  max-width: 878px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.supported.pattern2 .supported-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 1040px) {
  .supported.pattern2 .supported-item {
    padding: 30px 0;
  }
}
.supported.pattern2 .supported-item:nth-of-type(1) {
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
}
.supported.pattern2 .supported-item:nth-of-type(1) img {
  width: 269px;
}
@media screen and (max-width: 1040px) {
  .supported.pattern2 .supported-item:nth-of-type(1) img {
    width: 134px;
  }
}
.supported.pattern2 .supported-item:nth-of-type(2) {
  border-bottom: 1px solid #bcbcbc;
}
.supported.pattern2 .supported-item:nth-of-type(2) img {
  width: 306px;
}
@media screen and (max-width: 1040px) {
  .supported.pattern2 .supported-item:nth-of-type(2) img {
    width: 145px;
  }
}
.supported.pattern2 .supported-item:nth-of-type(3) {
  border-right: 1px solid #bcbcbc;
}
.supported.pattern2 .supported-item:nth-of-type(3) img {
  width: 209px;
}
@media screen and (max-width: 1040px) {
  .supported.pattern2 .supported-item:nth-of-type(3) img {
    width: 105px;
  }
}
.supported.pattern2 .supported-item:nth-of-type(4) img {
  width: 315px;
}
@media screen and (max-width: 1040px) {
  .supported.pattern2 .supported-item:nth-of-type(4) img {
    width: 150px;
  }
}
.supported.pattern2 .supported-item img {
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
  /* margin-bottom: 30px; */
}
@media screen and (max-width: 1040px) {
  .supported.pattern2 .supported-item img {
    margin-bottom: 25px;
    max-width: 85%;
  }
}
.supported.pattern2 .supported-item h3 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1040px) {
  .supported.pattern2 .supported-item h3 {
    font-size: 18px;
  }
}

.plan {
  background-color: #2ea7e0;
}
.plan.pattern2 h2 {
  color: #fff;
  margin-bottom: 35px;
}
.plan.pattern2 h3 {
  font-size: 24px;
  text-align: center;
  background-color: #1e82b1;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 h3 {
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
.plan.pattern2 .plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-list {
    gap: 20px;
  }
}
.plan.pattern2 .plan-list .plan-item {
  width: calc((100% - 30px) / 2);
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-list .plan-item {
    width: 100%;
  }
}
.plan.pattern2 .plan-list .plan-service-box {
  width: 100%;
}
.plan.pattern2 .plan-list .plan-service-container {
  flex-direction: column;
  margin: 0 40px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-list .plan-service-container {
    margin: 0 25px;
  }
}
.plan.pattern2 .plan-item {
  width: calc((100% - 30px) / 2);
  padding-bottom: 45px;
  margin: 0 auto;
  background-color: #f6f9fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-item {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 35px;
  }
}
.plan.pattern2 .plan-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-main {
    flex-direction: column;
    gap: 5px;
    margin: 20px 0;
  }
}
.plan.pattern2 .plan-main .plan-cost {
  width: calc((100% - 70px) / 2);
  text-align: right;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-main .plan-cost {
    width: 100%;
    text-align: center;
  }
}
.plan.pattern2 .plan-main .plan-period {
  width: calc((100% - 70px) / 2);
  text-align: left;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-main .plan-period {
    width: 100%;
    text-align: center;
  }
}
.plan.pattern2 .plan-cost {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #ff5247;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-cost {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}
.plan.pattern2 .plan-cost.md {
  font-size: 30px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-cost.md {
    font-size: 25px;
  }
}
.plan.pattern2 .plan-cost .bg {
  font-size: 40px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-cost .bg {
    font-size: 32px;
  }
}
.plan.pattern2 .plan-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-txt {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 25px;
  }
}
.plan.pattern2 .plan-service {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #1e82b1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service {
    font-size: 18px;
  }
}
.plan.pattern2 .plan-service:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service:not(:first-of-type) {
    margin-top: 30px;
  }
}
.plan.pattern2 .plan-service span {
  position: relative;
}
.plan.pattern2 .plan-service span::before, .plan.pattern2 .plan-service span::after {
  content: "";
  width: 33px;
  height: 2px;
  background-color: #1e82b1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plan.pattern2 .plan-service span::before {
  left: -38px;
}
.plan.pattern2 .plan-service span::before {
  right: -38px;
}
.plan.pattern2 .plan-service-container {
  margin: 0 40px;
  color: #1e82b1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-container {
    margin: 0 25px;
    flex-direction: column;
  }
}
.plan.pattern2 .plan-service-container:has(.plan-service-box) {
  gap: 40px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-container:has(.plan-service-box) {
    gap: 20px;
  }
}
.plan.pattern2 .plan-service-container li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}
.plan.pattern2 .plan-service-container li::before {
  content: "・";
  display: inline;
}
.plan.pattern2 .plan-service-container li:not(:last-of-type) {
  margin-bottom: 10px;
}
.plan.pattern2 .plan-service-box {
  width: 100%;
  position: relative;
}
.plan.pattern2 .plan-service-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e82b1;
  text-align: center;
  border: 1px solid #1e82b1;
  border-radius: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-title {
    margin-bottom: 13px;
  }
}

.flow.pattern2 {
  padding-top: 0;
}
@media screen and (max-width: 1040px) {
  .flow.pattern2 {
    padding: 0 0 75px;
  }
}
.flow.pattern2 h2 {
  background-color: #2ea7e0;
  padding: 35px 0;
  color: #fff;
  margin-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .flow.pattern2 h2 {
    padding: 15px 0;
    margin-bottom: 60px;
  }
}
.flow.pattern2 h2::after {
  content: "";
  width: 54px;
  height: 33px;
  background-color: #2ea7e0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1040px) {
  .flow.pattern2 h2::after {
    width: 26px;
    height: 16px;
    bottom: -15px;
  }
}
.flow.pattern2 h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  text-wrap: nowrap;
  color: #fff;
  background-color: #2ea7e0;
  border-radius: 100px;
  padding: 15px 30px 15px 70px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -32px auto 30px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .flow.pattern2 h3 {
    font-size: 20px;
    line-height: 1.2352941176;
    margin: -30px auto 20px;
  }
}
.flow.pattern2 h3 > span {
  font-size: 36px;
  line-height: 1;
  color: #2ea7e0;
  background-color: #fff;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .flow.pattern2 h3 > span {
    font-size: 29px;
    width: 48px;
    height: 48px;
    left: 3px;
  }
}
.flow.pattern2 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333333333;
  color: #415765;
}
@media screen and (max-width: 1040px) {
  .flow.pattern2 p {
    font-size: 16px;
    padding: 0 15px 30px;
  }
}
.flow.pattern2 p a {
  color: #00abc8;
  border-bottom: 1px solid;
}
.flow.pattern2 .flow-inner {
  width: 800px;
}
@media screen and (max-width: 1040px) {
  .flow.pattern2 .flow-inner {
    width: 100%;
  }
}
.flow.pattern2 .flow-box {
  background-color: #f4f8fa;
  border: 3px solid #2ea7e0;
  border-radius: 10px;
  padding: 0 30px 30px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .flow.pattern2 .flow-box {
    padding: 0;
  }
}
.flow.pattern2 .flow-box:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 1040px) {
  .flow.pattern2 .flow-box:not(:first-of-type) {
    margin-top: 75px;
  }
}
.flow.pattern2 .flow-box:not(:last-of-type)::after {
  content: "";
  width: 74px;
  height: 22px;
  background-color: #2ea7e0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1040px) {
  .flow.pattern2 .flow-box:not(:last-of-type)::after {
    width: 58px;
    height: 17px;
    bottom: -37px;
  }
}

.service.pattern2 {
  background-color: #b2dcef;
}
.service.pattern2 h2 {
  color: #0073ae;
}

.plan.pattern2 h3 {
  font-size: 24px;
  text-align: center;
  background-color: #1e82b1;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 h3 {
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
.plan.pattern2 .plan-item {
  width: 800px;
  padding-bottom: 45px;
  margin: 0 auto 50px;
  background-color: #f6f9fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-item {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 35px;
  }
}
.plan.pattern2 .plan-period {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #3d3d3d;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-period {
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.plan.pattern2 .plan-period::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #96c3d9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-period::before {
    content: none;
  }
}
.plan.pattern2 .plan-service-container {
  margin: 0 30px;
  color: #1e82b1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-container {
    margin: 0 20px;
    flex-direction: column;
  }
}
.plan.pattern2 .plan-service-container:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-container:not(:last-child) {
    margin-bottom: 20px;
  }
}
.plan.pattern2 .plan-service-container:has(.plan-service-box) {
  gap: 40px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-container:has(.plan-service-box) {
    gap: 20px;
  }
}
.plan.pattern2 .plan-service-container li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}
.plan.pattern2 .plan-service-container li::before {
  content: "・";
  display: inline;
}
.plan.pattern2 .plan-service-container li:not(:last-of-type) {
  margin-bottom: 10px;
}
.plan.pattern2 .plan-service-box {
  width: calc((100% - 40px) / 2);
  position: relative;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-box {
    width: 100%;
  }
}
.plan.pattern2 .plan-service-box:not(:first-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #96c4d9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-box:not(:first-of-type)::after {
    content: none;
  }
}
.plan.pattern2 .plan-service-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e82b1;
  text-align: center;
  border: 1px solid #1e82b1;
  border-radius: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-title {
    margin-bottom: 13px;
  }
}
.plan.pattern2 .plan-service-contact {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0 20px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-contact {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
  }
}
.plan.pattern2 .plan-service-contact .contact-btn {
  width: calc((100% - 15px) / 2);
  height: 70px;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-contact .contact-btn {
    width: 100%;
    height: 60px;
  }
}
.plan.pattern2 .plan-service-contact .plan_page-btn {
  background-color: #415765;
}
.plan.pattern2 .plan-service-contact .contact-txt {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-contact .contact-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1040px) {
  .plan.pattern2 .plan-service-contact .contact-download-icon {
    width: 30px;
  }
}

.faq.pattern2 {
  background-color: #effaff;
}
.faq.pattern2 h2 {
  margin-bottom: 80px;
  color: #415765;
}
@media screen and (max-width: 1040px) {
  .faq.pattern2 h2 {
    margin-bottom: 40px;
  }
}
.faq.pattern2 h3 {
  min-height: 80px;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1040px) {
  .faq.pattern2 h3 {
    min-height: 50px;
    font-size: 14px;
    padding: 3px 0 3px 60px;
    position: relative;
  }
}
.faq.pattern2 h3::before {
  content: "Q";
  width: 80px;
  height: 80px;
  background-color: #de7575;
  color: #fff;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1040px) {
  .faq.pattern2 h3::before {
    width: 50px;
    height: 50px;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.faq.pattern2 .faq-content {
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .faq.pattern2 .faq-content {
    margin-bottom: 20px;
  }
}
.faq.pattern2 .faq-qbox {
  background-color: #e4edf1;
  padding-right: 95px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .faq.pattern2 .faq-qbox {
    padding-right: 55px;
  }
}
.faq.pattern2 .faq-qbox::before, .faq.pattern2 .faq-qbox::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #8c8c8c;
  top: 48%;
  right: 20px;
}
@media screen and (max-width: 1040px) {
  .faq.pattern2 .faq-qbox::before, .faq.pattern2 .faq-qbox::after {
    width: 28.5px;
    height: 4px;
    top: 48%;
    right: 15px;
  }
}
.faq.pattern2 .faq-qbox::before {
  transform: rotate(0deg);
}
.faq.pattern2 .faq-qbox::after {
  transform: rotate(90deg);
}
.faq.pattern2 .faq-qbox.active::after {
  display: none;
}
.faq.pattern2 .faq-abox {
  background-color: #e4edf1;
  padding-right: 40px;
  margin-top: 3px;
  display: none;
}
@media screen and (max-width: 1040px) {
  .faq.pattern2 .faq-abox {
    padding-right: 15px;
  }
}
.faq.pattern2 .faq-abox p {
  display: flex;
  align-items: center;
  min-height: 80px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 0 10px 105px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .faq.pattern2 .faq-abox p {
    min-height: 50px;
    font-size: 14px;
    padding: 10px 0 10px 65px;
  }
}
.faq.pattern2 .faq-abox p::before {
  content: "A";
  width: 80px;
  height: 80px;
  background-color: #79bbd8;
  color: #fff;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1040px) {
  .faq.pattern2 .faq-abox p::before {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */

/* --------section contact-------- */
.contact {
    text-align: center;
    background-color: #2196F3;
	padding: 30px 0;
}
.contact .contact_content {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.contact .contact_content h5 {
    font-size: 22.5px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFF;
}
.contact_content .contact_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.contact_content .contact_btns p {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.84px;
    color: #FFF;
    margin-bottom: 10px;
}
.contact_content .contact_btns a {
    display: flex;
    align-items: center;
    width: 315px;
    border: 1px solid #FFF;
    border-radius: 990px;
    padding: 0 4rem;
    background-color: #FFF;
    padding: 13.5px 36px;
    transition: all .6s;
}
.contact_btns a span {
    font-size: 15.3px;
    line-height: 1.6;
    letter-spacing: 1px;
    color:#2196F3;
    font-weight: 600;
    transition: all .6s;
}
.contact_content .contact_btns a:hover {
    background-color: #2196F3;
}
.contact_btns a:hover span {
    color: #FFF;
}
.contact_btns a span:first-child {
    flex: 1;
}
.contact_btns a span:last-child {
    font-weight: 600;
    font-size: 24px;
}
.contact_content .inquiry {
    display: flex;
    flex-direction: column;
}
.contact_content .inquiry p {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 10px;
}
.contact_content .inquiry a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.contact_content .inquiry a span {
    color: #FFF;
    line-height: 1;
}
.contact_content .inquiry a span:first-child{
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
}
.contact_content .inquiry a span:last-child {
    font-weight: 700;
    font-size: 31.5px;
    line-height: 1;
}
.contact_content .inquiry > span {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .contact {
        padding: 10px 0;
    }
    .contact .contact_content {
        gap: 20px;
    }
    .contact .contact_content h5 {
        font-size: 20px;
    }
    .contact_content .contact_btns a {
        width: 15rem;
        padding: 10px 20px;
    }
    .contact_content .contact_btns p {
        font-size: .8rem;
    }
    .contact_btns a span {
        font-size: 15px;
    }
    .contact_content .inquiry p {
        font-size: 1rem;
    }
    .contact_content .inquiry a span:last-child {
        font-size: 2rem;
    }
    .contact_content .inquiry a span:first-child {
        font-size: 2rem;
    }
}
@media (max-width: 450px) {
    .contact .contact_content {
        gap: 20px;
    }
    .contact_content .contact_btns {
        flex-direction: column;
        width: 100%;
    }
    .contact_content .contact_btns > div {
        width: 100%;
        text-align: center;
    }
    .contact_content .contact_btns a {
        width: 70%;
        padding: 8px 20px;
        margin: 0 auto;
    }
    .contact_content .contact_btns p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .contact_btns a span {
        font-size: 15px;
    }
    .contact_content .inquiry p {
        font-size: 17px;
    }
    .contact_content .inquiry a {
        gap: 8px;
    }
    .contact_content .inquiry a span:last-child {
        font-size: 26px;
    }
    .contact_content .inquiry a span:first-child {
        font-size: 20px;
    }
}