@charset "UTF-8";
/* 色 */
/* 余白、フォントサイズ用 */
/* 横幅1920~769px用 */
/* 最小値は最大値の80% */
/* 最小値は最大値の70% */
/* 最小値は最大値の60% */
/* 横幅768px以下用 */
/* 変数ファイル */
/* -----------------------------------------------------------
    ページ固有パーツ
----------------------------------------------------------- */
.gbiz-contents {
  background: url(../image/gbiz/bg_main_gbiz.svg?20240418-001) no-repeat;
  background-size: cover;
  height: auto;
  padding: 115px 0 0;
}

.gbiz-title {
  color: #FFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 85px;
}

.gbiz-box {
  background: #FFF;
  width: 100%;
  padding: 60px 4.05% 50px;
  margin-bottom: 70px;
}

.gbiz-box__inner {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding-bottom: 45px;
}

.gbiz-box__head-img {
  width: 100%;
  max-width: 246px;
  margin: -240px 0 0 48px;
}

.gbiz-box__head-textbox {
  width: 64%;
}

.gbiz-box__head-text {
  font-size: 1.9rem;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 55px;
}

.gbiz-btn01 {
  background-color: #FFF100;
  border-radius: 56px;
  height: 52px;
  width: 384px;
  align-items: center;
  padding-top: 6px;
  color: #231815;
  font-size: 1.7rem;
  font-weight: bold;
  list-style: none;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  letter-spacing: -0.06em;
  text-align: center;
}

.gbiz-btn02 {
  background-color: #FFF100;
  border-radius: 56px;
  height: 52px;
  width: 384px;
  align-items: center;
  color: #231815;
  font-size: 1.7rem;
  font-weight: bold;
  list-style: none;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  letter-spacing: -0.06em;
  text-align: center;
  margin: 50px auto 0;
}

.gbiz-btn-link {
  background-image: url(../image/common/icon_window.svg);
  background-size: 13px;
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.gbiz-box__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gbiz-box__prime {
  position: relative;
  border-radius: 8px;
  border: 2px solid #17499D;
  box-sizing: border-box;
  background: #FFF;
  width: 48.06%;
}

.gbiz-box__prime-title {
  text-align: center;
  color: #FFF;
  background: #17499D;
  padding: 10px 0;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
.gbiz-box__prime-title > span {
  font-size: 2.5rem;
}

.gbiz-box__prime-text {
  font-size: 1.9rem;
  line-height: 1.8;
  letter-spacing: 0;
  padding: 35px 20px 0;
}
.gbiz-box__prime-text span {
  color: #D71618;
}

.gbiz-box__prime-img {
  width: 82%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.gbiz-box__member {
  border-radius: 8px;
  border: 2px solid #17499D;
  background: #FFF;
  width: 48.06%;
  box-sizing: border-box;
}

.gbiz-box__member-title {
  text-align: center;
  color: #FFF;
  background: #17499D;
  padding: 10px 0;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
.gbiz-box__member-title > span {
  font-size: 2.5rem;
}

.gbiz-box__member-textbox {
  padding: 35px 20px;
}

.gbiz-box__member-text {
  font-size: 1.9rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.gbiz-box__member-text > sup {
  vertical-align: text-top;
  font-size: small;
}

.gbiz-box__member-text-sub {
  margin-top: 25px;
}
.gbiz-box__member-text-sub > li {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  padding-left: 2em;
  letter-spacing: 0;
}
.gbiz-box__member-text-sub > li:nth-child(1)::before {
  content: "※1";
  position: absolute;
  top: 0;
  left: 0;
}
.gbiz-box__member-text-sub > li:nth-child(2)::before {
  content: "※2";
  position: absolute;
  top: 0;
  left: 0;
}

.gbiz-box__step-wrap {
  margin-top: 55px;
}

.gbiz-box__step-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.gbiz-box__step {
  background: #FFF;
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
  border: 2px solid #17499D;
  box-sizing: border-box;
}

.gbiz-box__step-title {
  text-align: center;
  color: #FFF;
  background: #17499D;
  padding: 10px 0;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
.gbiz-box__step-title > span {
  font-size: 2.5rem;
}

.gbiz-box__step-2col {
  position: relative;
  display: flex;
}
.gbiz-box__step-2col::before {
  background: url(../image/gbiz/illust_gbiz_pepaless02.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: -100px;
  width: 188px;
  height: 354px;
  z-index: 2;
}

.gbiz-box__step-box {
  width: 50%;
  padding: 25px 32px;
  background: #D5EFF6;
  border-radius: 0 0 0 8px;
}

.gbiz-box__step-box--02 {
  width: 50%;
  padding: 25px 32px;
}

.gbiz-box__step-sub-title {
  width: 89%;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 35px;
  border-bottom: solid 1px #000;
}

.gbiz-box__step-box-inner {
  color: #000;
}
.gbiz-box__step-box-inner + .gbiz-box__step-box-inner {
  margin-top: 10px;
}

.gbiz-box__step-box-title {
  font-family: "M PLUS 1p", sans-serif;
  color: #17499D;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.gbiz-box__step-box-title:before {
  content: "";
  display: inline-block;
  color: #EE7800;
}
.gbiz-box__step-box-title span {
  color: #EE7800;
}
.gbiz-box__step-box-title:before {
  content: "❶";
}

.gbiz-box__step-box-title--02 {
  font-family: "M PLUS 1p", sans-serif;
  color: #17499D;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.gbiz-box__step-box-title--02:before {
  content: "";
  display: inline-block;
  color: #EE7800;
}
.gbiz-box__step-box-title--02 span {
  color: #EE7800;
}
.gbiz-box__step-box-title--02:before {
  content: "❷";
}

.gbiz-box__step-box-title--03 {
  font-family: "M PLUS 1p", sans-serif;
  color: #17499D;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.gbiz-box__step-box-title--03:before {
  content: "";
  display: inline-block;
  color: #EE7800;
}
.gbiz-box__step-box-title--03 span {
  color: #EE7800;
}
.gbiz-box__step-box-title--03:before {
  content: "❸";
}

.gbiz-box__step-box-title--04 {
  font-family: "M PLUS 1p", sans-serif;
  color: #17499D;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.gbiz-box__step-box-title--04:before {
  content: "";
  display: inline-block;
  color: #EE7800;
}
.gbiz-box__step-box-title--04 span {
  color: #EE7800;
}
.gbiz-box__step-box-title--04:before {
  content: "❹";
}

.gbiz-box__step-box-title--05 {
  font-family: "M PLUS 1p", sans-serif;
  color: #17499D;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.gbiz-box__step-box-title--05:before {
  content: "";
  display: inline-block;
  color: #EE7800;
}
.gbiz-box__step-box-title--05 span {
  color: #EE7800;
}
.gbiz-box__step-box-title--05:before {
  content: "❺";
}

.gbiz-box__step-box-title--06 {
  font-family: "M PLUS 1p", sans-serif;
  color: #17499D;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.gbiz-box__step-box-title--06:before {
  content: "";
  display: inline-block;
  color: #EE7800;
}
.gbiz-box__step-box-title--06 span {
  color: #EE7800;
}
.gbiz-box__step-box-title--06:before {
  content: "❻";
}

.gbiz-box__step-box-sub-title {
  font-family: "M PLUS 1p", sans-serif;
  color: #17499D;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.8;
  transform: rotate(0.05deg);
}
.gbiz-box__step-box-sub-title:before {
  content: "●";
  display: inline-block;
}

.gbiz-box__step-box-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.7;
  transform: rotate(0.05deg);
}
.gbiz-box__step-box-text span {
  color: #EE7800;
}
.gbiz-box__step-box-text + .gbiz-box__step-box-text {
  margin-top: 3px;
}

.gbiz-box__step-box-list {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 19px;
  letter-spacing: 0;
  transform: rotate(0.05deg);
}
.gbiz-box__step-box-list li {
  margin-top: 3px;
}
.gbiz-box__step-box-list dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.gbiz-box__step-box-list dt {
  color: #17499D;
  text-align: justify;
  width: 5em;
  height: 1.4em;
}
.gbiz-box__step-box-list dt:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.gbiz-box__step-box-list dd {
  width: calc(100% - 5px - 5em);
}
.gbiz-box__step-box-list dd:before {
  background-color: #17499D;
  content: "";
  height: 1px;
  width: 45px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  transform: rotate(-0.05deg);
}

.gbiz-box__step-box-img {
  margin: 55px auto 20px;
  text-align: center;
}

.gbiz-box__step-box-img--02 {
  margin: 20px auto;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .gbiz-box__prime-title {
    padding: 0.81vw 0;
  }
  .gbiz-box__prime-title > span {
    font-size: 2.1rem;
    transform: rotate(0.05deg);
  }
  .gbiz-box__member-title {
    padding: 0.81vw 0;
  }
  .gbiz-box__member-title > span {
    font-size: 2.1rem;
    transform: rotate(0.05deg);
  }
  .gbiz-box__step-text {
    font-size: 21px;
    transform: rotate(0.05deg);
  }
  .gbiz-box__step-title {
    padding: 0.81vw 0;
  }
  .gbiz-box__step-title > span {
    font-size: 2.1rem;
    transform: rotate(0.05deg);
  }
  .gbiz-box__step-sub-title {
    font-size: 24px;
    transform: rotate(0.05deg);
  }
}
@media screen and (max-width: 1240px) {
  .gbiz-title {
    font-size: 3.6rem;
  }
  .gbiz-box__head-img {
    margin-left: 2vw;
  }
  .gbiz-box__step-2col:before {
    width: 159.8px;
    height: 300.9px;
  }
}
@media screen and (max-width: 1024px) {
  /* ===========================================================
      タブレット横
  =========================================================== */
  .gbiz-box__head-img {
    max-width: 209.1px;
    margin: -215px 0 0 4%;
  }
  .gbiz-box__prime,
  .gbiz-box__member {
    width: 100%;
  }
  .gbiz-box__member {
    margin-top: 35px;
  }
  .gbiz-box__prime-text,
  .gbiz-box__member-textbox {
    padding: 25px 32px;
  }
  .gbiz-box__step-2col {
    flex-wrap: wrap;
  }
  .gbiz-box__step-2col:before {
    width: 188px;
    height: 354px;
    top: -55px;
  }
  .gbiz-box__step-box,
  .gbiz-box__step-box--02 {
    width: 100%;
  }
  .gbiz-box__step-box {
    border-radius: 0;
  }
  .gbiz-box__step-box-img {
    margin: 20px auto;
  }
}
@media screen and (max-width: 900px) {
  .gbiz-box__head-img {
    max-width: 184.5px;
    margin: -155px 0 0 4%;
  }
  .gbiz-box__head-text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  /* ===========================================================
      タブレット縦
  =========================================================== */
  .gbiz-contents {
    padding: 8.93vw 0 0;
  }
  .gbiz-title {
    font-size: 6.67vw;
    margin-bottom: 18.13vw;
  }
  .gbiz-box {
    padding: 0px 4.62% 8vw;
    margin-bottom: 10vw;
  }
  .gbiz-box__inner {
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 13.2vw;
  }
  .gbiz-box__head-img {
    max-width: 23.44vw;
    margin: -11.6vw 0 0 0;
  }
  .gbiz-box__head-textbox {
    width: 100%;
    margin-top: 4vw;
  }
  .gbiz-box__head-text {
    font-size: 4.27vw;
    line-height: 1.5;
    margin-bottom: 13.07vw;
  }
  .gbiz-btn01 {
    height: 12vw;
    width: 100%;
    padding-top: 1.3vw;
    font-size: 3.73vw;
  }
  .gbiz-btn02 {
    height: 12vw;
    width: 100%;
    margin: 8vw auto 0;
    font-size: 3.73vw;
  }
  .gbiz-btn-link {
    background-size: 3.6vw;
    background-position: right 4vw center;
  }
  .gbiz-box__prime {
    border-radius: 1.33vw;
  }
  .gbiz-box__prime-title {
    padding: 2vw 0;
  }
  .gbiz-box__prime-title > span {
    font-size: 5.73vw;
  }
  .gbiz-box__prime-text {
    font-size: 4.27vw;
    line-height: 1.5;
    padding: 6.67vw 7.9%;
  }
  .gbiz-box__member {
    margin-top: 8.67vw;
    border-radius: 1.33vw;
  }
  .gbiz-box__member-title {
    padding: 2vw 0;
  }
  .gbiz-box__member-title > span {
    font-size: 5.73vw;
  }
  .gbiz-box__member-textbox {
    padding: 6.67vw 7.9%;
  }
  .gbiz-box__member-text {
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .gbiz-box__member-text > sup {
    font-size: x-small;
  }
  .gbiz-box__member-text-sub {
    margin-top: 5.33vw;
  }
  .gbiz-box__member-text-sub > li {
    font-size: 3.2vw;
    line-height: 1.2;
    padding-left: 2.2em;
  }
  .gbiz-box__step-wrap {
    margin-top: 5.33vw;
  }
  .gbiz-box__step-text {
    font-size: 5.73vw;
    font-weight: 900;
    text-align: left;
  }
  .gbiz-box__step {
    margin-top: 4.67vw;
    border-radius: 1.33vw;
  }
  .gbiz-box__step-title {
    padding: 1.9vw 0;
  }
  .gbiz-box__step-title > span {
    font-size: 5.73vw;
    font-weight: 900;
  }
  .gbiz-box__step-2col:before {
    width: 18.88vw;
    height: 35.96vw;
    top: -35.75vw;
    right: -9.5vw;
  }
  .gbiz-box__step-box,
  .gbiz-box__step-box--02 {
    padding: 6vw;
  }
  .gbiz-box__step-sub-title {
    position: relative;
    width: 100%;
    color: #17499D;
    font-size: 5.73vw;
    font-weight: 900;
    text-align: left;
    margin: 0 auto 6vw;
    border-bottom: none;
  }
  .gbiz-box__step-sub-title span {
    position: relative;
    padding-right: 2.67vw;
    z-index: 1;
  }
  .gbiz-box__step-box .gbiz-box__step-sub-title span {
    background: #D5EFF6;
  }
  .gbiz-box__step-box--02 .gbiz-box__step-sub-title span {
    background: #FFF;
  }
  .gbiz-box__step-sub-title:before {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 1px;
  }
  .gbiz-box__step-box-inner + .gbiz-box__step-box-inner {
    margin-top: 4vw;
  }
  .gbiz-box__step-box-title,
  .gbiz-box__step-box-title--02,
  .gbiz-box__step-box-title--03,
  .gbiz-box__step-box-title--04,
  .gbiz-box__step-box-title--05,
  .gbiz-box__step-box-title--06 {
    font-size: 5.73vw;
    font-weight: 900;
    margin-bottom: 2.67vw;
    line-height: 1.2;
    transform: rotate(0.05deg);
  }
  .gbiz-box__step-box-sub-title {
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .gbiz-box__step-box-text + .gbiz-box__step-box-sub-title {
    margin-top: 3.33vw;
  }
  .gbiz-box__step-box-text {
    font-size: 4.1vw;
    line-height: 1.5;
  }
  .gbiz-box__step-box-text + .gbiz-box__step-box-text {
    margin-top: 0;
  }
  .gbiz-box__step-box-list {
    font-size: 4.27vw;
  }
  .gbiz-box__step-box-list li {
    margin-top: 0;
  }
  .gbiz-box__step-box-list li:nth-child(n+2) {
    margin-top: 3.33vw;
  }
  .gbiz-box__step-box-list dt {
    text-align: left;
    width: auto;
    height: auto;
  }
  .gbiz-box__step-box-list dt:after {
    content: none;
  }
  .gbiz-box__step-box-list dd {
    width: 100%;
  }
  .gbiz-box__step-box-list dd:before {
    content: none;
  }
  .gbiz-box__step-box-img,
  .gbiz-box__step-box-img--02 {
    margin: 6vw auto 0;
  }
}