@charset "UTF-8";
/********************************************/
/*ac-class */
/********************************************/
.color-primary {
  color: #0079C5;
}

.color-white {
  color: #fff;
}

.bg-primary {
  background-color: #0079C5;
}

.bg-deep_blue {
  background-color: #0467A6;
}

.bg-light_blue {
  background-color: #E7F4FD;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-gray {
  background-color: #F6F6F6;
}

.hover-action {
  transition: opacity 0.3s;
}
.hover-action:hover {
  opacity: 0.7;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.full-width {
  display: block;
  width: 100%;
}

.common-bubble {
  margin-bottom: 25px;
  text-align: center;
}
.common-bubble .box {
  display: inline-block;
  position: relative;
  background-color: #0079C5;
  border-radius: 20px;
  padding: 3px 20px 5px 20px;
  z-index: 1;
}
.common-bubble .box::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #0079C5;
  border-bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.common-bubble .box .en {
  display: inline-block;
  font-size: clamp(1.5rem, 1.9vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}
.common-bubble .box .num {
  display: inline-block;
  font-size: clamp(2.2rem, 1.9vw, 2.6rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  vertical-align: sub;
}

.common_table_template .table {
  width: 100%;
  overflow: scroll;
}
@media (max-width: 1200px) {
  .common_table_template .table {
    width: 1200px;
  }
}
.common_table_template .table th, .common_table_template .table td {
  padding: 20px 10px;
  text-align: center;
  border: 2px solid #FFFFFF;
  vertical-align: middle;
}
.common_table_template .table th.bt_none, .common_table_template .table td.bt_none {
  border-top: none;
}
.common_table_template .table th.br_none, .common_table_template .table td.br_none {
  border-right: none;
}
.common_table_template .table th.bb_none, .common_table_template .table td.bb_none {
  border-bottom: none;
}
.common_table_template .table th.bl_none, .common_table_template .table td.bl_none {
  border-left: none;
}
.common_table_template .table th.bb_gray, .common_table_template .table td.bb_gray {
  border-bottom: 2px solid #E0E0E0;
}
.common_table_template .table th.b-shadow, .common_table_template .table td.b-shadow {
  box-shadow: inset -2px -2px 0px 0px #FFFFFF;
}
.common_table_template .table th.b-shadow-g, .common_table_template .table td.b-shadow-g {
  box-shadow: inset 0px -2px 0px 0px #E0E0E0;
}
.common_table_template .table th.b-shadow-r, .common_table_template .table td.b-shadow-r {
  box-shadow: inset -2px 0px 0px 0px #E0E0E0;
}
.common_table_template .table th.b-shadow-r, .common_table_template .table td.b-shadow-r {
  box-shadow: inset -2px 0px 0px 0px #E0E0E0;
}
.common_table_template .table th.b-shadow-w, .common_table_template .table td.b-shadow-w {
  box-shadow: inset -2px -1px 0px 0px #FFFFFF;
}
.common_table_template .table .br {
  display: block;
  padding-top: 0.25em;
}

/********************************************/
/* ttl */
/********************************************/
.page_main_ttl {
  margin-bottom: 1.3em;
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #0079C5;
}

.sec_bold_ttl {
  margin-bottom: 1.8em;
  font-size: clamp(2.6rem, 3.4vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  color: #0079C5;
}

/********************************************/
/* btn */
/********************************************/
.base_btn a {
  position: relative;
  width: 100%;
  max-width: 380px;
  display: block;
  padding: 1.1em 3em 1.1em 2em;
  background-color: #0079C5;
  border-radius: 50px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  z-index: 1;
}
.base_btn a:before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .base_btn a:before {
    width: 25px;
    height: 25px;
  }
}
.base_btn a:after {
  content: "";
  z-index: 2;
}

.base_btn.ver_arrow a:after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 8px;
  height: 12px;
  background: url(https://gigaplus.makeshop.jp/tgsec/img/lp/common/img/btn-arrow.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .base_btn.ver_arrow a:after {
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 7px;
    height: 10px;
  }
}

.base_btn.ver_link a:after {
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(https://gigaplus.makeshop.jp/tgsec/img/lp/common/img/btn-link.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .base_btn.ver_link a:after {
    position: absolute;
    top: 0;
    right: 27px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 11px;
    height: 11px;
  }
}

.page_common_footer_link {
  width: 85%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}
@media (max-width: 768px) {
  .page_common_footer_link {
    width: 100%;
    max-width: 400px;
    padding-top: 70px;
  }
}
.page_common_footer_link .link {
  display: flex;
  align-items: center;
  padding: 5px 27px 5px 5px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .page_common_footer_link .link {
    padding: 4px 12px 4px 4px;
    border-radius: 10px;
  }
}
.page_common_footer_link .link .figure {
  background-color: #FFFFFF;
  width: 20%;
  padding: 10px;
  border-radius: 15px 0 0 15px;
}
.page_common_footer_link .link .figure img {
  display: block;
  max-width: 170px;
  width: 100%;
}
@media (max-width: 768px) {
  .page_common_footer_link .link .figure {
    border-radius: 6px 0 0 6px;
  }
}
.page_common_footer_link .link .text {
  position: relative;
  width: 80%;
  padding-left: clamp(19px, 5vw, 30px);
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.page_common_footer_link .link .text::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 25px;
  height: 25px;
  background: #FFFFFF url(https://gigaplus.makeshop.jp/tgsec/img/lp/common/img/btn-arrow.svg) no-repeat center/30%;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page_common_footer_link .link .text::after {
    width: 20px;
    height: 20px;
  }
}

.template-flow {
  position: relative;
}
.template-flow::before {
  position: absolute;
  top: 17px;
  left: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #0079C5;
}
@media (max-width: 1024px) {
  .template-flow::before {
    left: 1px;
    height: 100%;
    width: 2px;
  }
}
.template-flow .content {
  position: relative;
  padding-left: 57px;
  counter-reset: 0;
  counter-increment: step_num;
}
.template-flow .content:not(:last-child) {
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .template-flow .content:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) {
  .template-flow .content {
    padding-left: 27px;
  }
}
.template-flow .content .title {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-left: 70px;
  font-size: clamp(2rem, 2.9vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.template-flow .content .title::after {
  position: absolute;
  left: -64px;
  top: 50%;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #0079C5;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1024px) {
  .template-flow .content .title::after {
    left: -32px;
    width: 14px;
    height: 14px;
  }
}
.template-flow .content .title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  content: counter(step_num);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  background-color: #0079C5;
  z-index: 0;
}
@media (max-width: 768px) {
  .template-flow .content .title::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .template-flow .content .title {
    padding-left: 40px;
    margin-bottom: 15px;
  }
}
.template-flow .flex {
  display: flex;
  flex-wrap: wrap;
}
.template-flow .flex.item-center {
  align-items: center;
}
.template-flow .flex .img {
  width: 45%;
  margin-right: 5%;
}
@media (max-width: 1024px) {
  .template-flow .flex .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.template-flow .flex .img img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.template-flow .flex .text_area {
  width: 50%;
}
@media (max-width: 1024px) {
  .template-flow .flex .text_area {
    width: 100%;
  }
}
.template-flow .txt_base .description {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .template-flow .txt_base .description {
    line-height: 1.8;
  }
}
.template-flow .annotation {
  margin-top: 20px;
}
.template-flow .annotation li {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .template-flow .annotation li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.template-flow .dot_list {
  position: relative;
  margin-bottom: 50px;
}
.template-flow .dot_list.none {
  margin-bottom: 0;
}
.template-flow .dot_list.arrow::before {
  position: absolute;
  bottom: -35px;
  left: 50%;
  content: "";
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 23px solid #0079C5;
  border-bottom: 0;
  transform: translateX(-50%);
}
.template-flow .dot_list .inner_title {
  position: relative;
  padding-left: 1.2em;
  line-height: 2.2;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.template-flow .dot_list .inner_title.mt {
  display: block;
  margin-top: 10px;
}
.template-flow .dot_list .inner_title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
}
.template-flow .dot_list .text {
  line-height: 2.2;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .template-flow .dot_list .text {
    line-height: 1.8;
  }
}
.template-flow .note {
  margin-top: 30px;
  padding: 20px 40px;
  border: 1px solid #E0E0E0;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .template-flow .note {
    padding: 15px;
  }
}
.template-flow .note .note_title {
  padding-bottom: 20px;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .template-flow .note .note_title {
    padding-bottom: 10px;
  }
}
.template-flow .note .description {
  text-align: center;
}
@media (max-width: 768px) {
  .template-flow .note .description {
    text-align: left;
  }
}
.template-flow .credit li {
  line-height: 2;
  font-size: clamp(1.3rem, 1.9vw, 1.6rem);
}
@media (max-width: 768px) {
  .template-flow .credit li {
    line-height: 1.6;
  }
}
.template-flow .credit li img {
  display: block;
  max-width: 420px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .template-flow .credit li img {
    margin-top: 5px;
    margin-bottom: 7px;
  }
}
.template-flow .credit .anno {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
}
.template-flow .credit .anno::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}
.template-flow .link_btn {
  max-width: 400px;
  margin-left: auto;
  margin-top: 50px;
}
.template-flow .link_btn.center {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .template-flow .link_btn {
    margin-top: 25px;
    margin-right: auto;
  }
}
.template-flow .link_btn a {
  position: relative;
  display: block;
  padding: 16px 50px 16px 23px;
  border-radius: 40px;
}
.template-flow .link_btn a.bg-light_blue {
  border: 1px solid #0079C5;
}
.template-flow .link_btn a.bg-light_blue::after {
  border: 1px solid #0079C5;
}
.template-flow .link_btn a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  width: 30px;
  height: 30px;
  background: #FFFFFF url(https://gigaplus.makeshop.jp/tgsec/img/lp/common/img/btn-arrow.svg) no-repeat center/30%;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .template-flow .link_btn a::after {
    width: 25px;
    height: 25px;
  }
}
.template-flow .link_btn a .text {
  display: block;
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
}

/********************************************/
/* other */
/********************************************/
.dot_txt_list li:not(:last-child) {
  margin-bottom: 5px;
}
.dot_txt_list li .ttl {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0079C5;
}
@media (max-width: 768px) {
  .dot_txt_list li .ttl {
    line-height: 1.6;
  }
}
.dot_txt_list li .ttl:before {
  position: relative;
  content: "●";
  margin-right: 0.2em;
  color: #333333;
}
.dot_txt_list li .ttl .bk {
  font-size: 1em;
  font-weight: 400;
  color: #333333;
}
.dot_txt_list li .txt_base {
  padding-left: 1.2em;
}
.dot_txt_list li .txt_base p {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dot_txt_list li .txt_base p {
    line-height: 1.6;
  }
}/*# sourceMappingURL=component.css.map */