html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", serif;
}

input {
  font-family: "Noto Sans JP", serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font: inherit;
}

body.postOn {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

img,
iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

.grecaptcha-badge {
  display: none;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.scrollTop {
  scroll-margin-top: 80px;
}

.df {
  display: flex;
}

.dg {
  display: grid;
}

.sb {
  justify-content: space-between;
}

.fw {
  flex-wrap: wrap;
}

.w90 {
  margin: 0 auto;
  width: 90%;
}

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

header.sp {
  display: none;
}

header.pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 19px 2% 0;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

header.pc.another {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px 2%;
  transition: .3s;
  z-index: 999;
}

header.pc.another.down {
  top: 0;
}

header.pc nav li {
  margin-right: 38px;
}

header.pc nav li::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

header.pc.another nav li::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #006BFF;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

header.pc nav li:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

header.pc nav li:last-child {
  margin-right: 0;
}

header.pc nav li a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

header.pc.another nav li a {
  color: #000;
}

.startBtn {
  width: 214px;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
  background-color: #FF842B;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 29px;
}

header.pc .startBtn {
  margin-right: 12px;
  border: 1px solid #FF842B;
}

header.pc.another .startBtn {
  margin-right: 0;
}

header.pc .startBtn:hover {
  background-color: #fff;
  color: #FF842B;
}

header.pc .startBtn:hover img {
  content: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/icon_linkArrow_o_hover.svg');
}

header.pc .startBtn img {
  width: 20px;
}

.dlBtn {
  width: 214px;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #FF842B;
  color: #FF842B;
  font-size: 15px;
  font-weight: 700;
  border-radius: 29px;
}

header.pc.another .dlBtn {
  margin-right: 12px;
}

header.pc .dlBtn:hover {
  background-color: #FF842B;
  color: #fff;
}

header.pc .dlBtn img {
  width: 20px;
}

header.pc .dlBtn:hover img {
  content: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/icon_download_hover.svg');
}

.muryoHover {
  position: fixed;
  bottom: 36px;
  right: -100%;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: #FF842B;
  border: 1px solid #FF842B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: .5s;
}

.muryoHover.on {
  right: 2%;
}

.muryoHover:hover {
  background-color: #fff;
}

.muryoHover p {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.muryoHover:hover p {
  color: #FF842B;
}

.muryoHover img {
  display: block;
  margin: 0 auto;
  width: 16px;
}

.muryoHover:hover img {
  content: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/icon_linkArrow_o_hover.svg');
}

.mainVisual {
  background: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/mvBg.png') no-repeat top;
  background-size: cover;
  position: relative;
  height: 100vh;
  box-sizing: border-box;
}

.mainVisual .topicsWrap {
  position: absolute;
  bottom: 40px;
  right: 2%;
  width: 34%;
  box-sizing: border-box;
  padding: 8px 0 8px 1%;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.82);
}

.mainVisual .topicsWrap .titTxt {
  font-size: 15px;
  font-weight: 700;
  margin-right: 24px;
}

.mainVisual .topicsWrap .postDate {
  font-size: 13px;
  font-weight: 500;
  color: #939393;
  margin-right: 12px;
}

.mainVisual .topicsWrap .postTit {
  font-size: 13px;
  font-weight: 400;
}

.mainVisual .topicsWrap .listLink {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 20px 2%;
  border-left: 1px solid #eee;
}

.mainVisual .topicsWrap .listLink img {
  margin-left: 8px;
}

.mainVisual .completion {
  width: 16%;
  position: absolute;
  bottom: 158px;
  right: 4%;
  z-index: 10;
}

.mainVisualInner {
  width: 90%;
  max-width: 1457px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainVisualInner .txtBox {
  width: 46%;
}

.mainVisualInner .txtBox .subTit {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 26px;
}

.mainVisualInner .txtBox .titTxt {
  font-size: 49px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 34px;
}

.mainVisualInner .txtBox .point {
  margin-bottom: 53px;
}

.mainVisualInner .txtBox .point .pointBox {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  background: radial-gradient(50% 50% at 50% 50%, #005AD8 0%, #0055CC 100%);
  margin-right: 20px;
  position: relative;
}

.mainVisualInner .txtBox .point .pointBox:last-child {
  margin-right: 0;
}

.mainVisualInner .txtBox .point .pointBox p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}

.mainVisualInner .txtBox .point .pointBox p span {
  font-size: 17px;
  font-weight: 800;
  color: #FFF23B;
}

.mainVisualInner .txtBox .appealTxt {
  display: none;
}

.mainVisualInner .txtBox .startBtn {
  display: flex;
  width: 80%;
  margin-bottom: 13px;
  height: 76px;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 13px;
  position: relative;
  z-index: 1;
  box-shadow: 3px 6px #E46000;
  transition: .3s;
}

.mainVisualInner .txtBox .startBtn:hover {
  box-shadow: none;
  transform: translate(3px, 6px);
}

.mainVisualInner .txtBox .startBtn span {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.mainVisualInner .txtBox .startBtn img {
  width: 34px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.mainVisualInner .txtBox .dlBtn {
  display: flex;
  width: 80%;
  height: 76px;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 13px;
  position: relative;
  box-shadow: 3px 6px #FF842B;
  transition: .3s;
}

.mainVisualInner .txtBox .dlBtn:hover {
  box-shadow: none;
  transform: translate(3px, 6px);
}

.mainVisualInner .txtBox .dlBtn span {
  font-size: 17px;
  font-weight: 800;
  color: #FF832C;
}

.mainVisualInner .txtBox .dlBtn img {
  width: 34px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.mainVisualInner .mvSlideWrap {
  width: 60%;
  position: absolute;
  top: 30px;
  right: 0;
}

.mainVisualInner .mvSlideWrap .swiper-button-prev {
  top: calc(100% + 44px);
  left: 15%;
}

.mainVisualInner .mvSlideWrap .swiper-button-next {
  top: calc(100% + 44px);
  right: 70%;
}

.mainVisualInner .mvSlideWrap .swiper-button-prev,
.mainVisualInner .mvSlideWrap .swiper-button-next {
  transform: scale(0.8);
}

.topBlock1 {
  background-color: #F2F2F2;
  padding: 107px 0 67px;
  box-shadow: inset 0px 0px 27px 6px rgba(185, 185, 185, 0.25);
  margin-bottom: 126px;
}

.topBlock1 .titTxt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #016BFF;
  margin-bottom: 44px;
}

.topBlock1 .useBoxWrap li {
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(169, 169, 169, 0.25);
  border-radius: 10px;
  padding: 26px 1% 30px;
  box-sizing: border-box;
  position: relative;
  height: 222px;
  justify-content: space-between;
  align-items: center;
}

.topBlock1 .useBoxWrap li .numTxt {
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-weight: 600;
  color: #016BFF;
  position: absolute;
  top: 16px;
  left: 34px;
}

.topBlock1 .useBoxWrap li img {
  width: 30%;
  object-fit: contain;
}

.topBlock1 .useBoxWrap li .txtBox {
  width: 65%;
}

.topBlock1 .useBoxWrap li .txtBox p {
  font-weight: 400;
}

.topBlock1 .useBoxWrap li .txtBox p span {
  font-weight: 700;
  color: #016BFF;
}

.topBlock1 .useBoxWrap li .howTxt {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 20px;
  color: #B0E0EB;
  font-weight: 600;
  font-family: "Montserrat", serif;
}

.topBlock1 .useBoxWrap .swiper-button-prev.use,
.topBlock1 .useBoxWrap .swiper-button-next.use {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.topBlock1 .useBoxWrap .swiper-button-prev.use {
  left: 32%;
}

.topBlock1 .useBoxWrap .swiper-button-next.use {
  right: 32%;
}

.topBlock1 .useBoxWrap .swiper-button-prev.use:after,
.topBlock1 .useBoxWrap .swiper-button-next.use:after {
  transform: scale(0.2);
  color: #fff;
}

.topBlock2 {
  margin-bottom: 95px;
}

.topBlock2 .titImg {
  display: block;
  width: 35%;
  margin: 0 auto 93px;
}

.topBlock2 .kome {
  text-align: right;
  width: 90%;
  max-width: 1574px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 500;
  color: #646464;
}

.topBlock2Inner {
  width: 90%;
  max-width: 1574px;
  margin: 0 auto 19px;
  background-color: #ECF5F7;
  border-radius: 32px;
}

.troubleContaciner {
  width: 90%;
  max-width: 1163px;
  margin: 0 auto;
  padding: 52px 0 58px;
}

.troubleContaciner .troubleWrap {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 70px;
  margin-bottom: 40px;
}

.troubleBox {
  position: relative;
  background-color: #fff;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  padding: 6px 10% 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.troubleBox .dot {
  display: block;
  margin: 7px auto 0;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}

.troubleBox img {
  margin-bottom: 5px;
}

.troubleBox .note {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.troubleContaciner .solutionWrap {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 70px;
}

.solutionWrap .solutionBox {
  background: #016BFF;
  padding: 21px 5% 0;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.solutionWrap .solutionBox:nth-child(2) {
  transition-delay: .1s;
}

.solutionWrap .solutionBox:nth-child(3) {
  transition-delay: .2s;
}

.solutionBox .dotArrow {
  display: block;
  margin: 0 auto 3px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.solutionWrap .solutionBox .note {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.solutionWrap .solutionBox span {
  font-size: 18px;
  font-weight: 800;
  color: #F1FF71;
}

.solutionWrap .solutionBox .visualImg {
  margin-top: auto;
}

.solutionWrap .solutionBox:nth-child(1) .visualImg {
  width: 80%;
  margin: auto auto 0;
}

.troubleContaciner .solutionObi {
  background: #FFFFFF;
  border: 1.5px solid #016BFF;
  padding: 14px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #016BFF;
  border-radius: 34px;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}

.actionObi {
  background: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/actionObiBg.jpg') no-repeat bottom;
  background-size: 100%;
  padding: 88px 0 66px;
}

.actionObi .actionObiInner {
  width: 90%;
  max-width: 1184px;
  margin: 0 auto;
  align-items: center;
  position: relative;
}

.actionObi .actionObiInner .txtBox {
  width: 51%;
}

.actionObi .actionObiInner .txtBox .startBtn,
.actionObi .actionObiInner .txtBox .dlBtn {
  width: 60%;
  height: 72px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  position: relative;
}

.actionObi .actionObiInner .txtBox .startBtn img,
.actionObi .actionObiInner .txtBox .dlBtn img {
  width: 21px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.actionObi .actionObiInner .txtBox .startBtn span,
.actionObi .actionObiInner .txtBox .dlBtn span {
  font-size: 15px;
  font-weight: 800;
}

.actionObi .actionObiInner .txtBox .startBtn {
  margin-bottom: 12px;
  box-shadow: 3px 4px #E46000;
  transition: .3s;
}

.actionObi .actionObiInner .txtBox .startBtn:hover {
  transform: translate(3px, 4px);
  box-shadow: none;
}

.actionObi .actionObiInner .txtBox .startBtn span {
  color: #fff;
}

.actionObi .actionObiInner .txtBox .dlBtn {
  box-shadow: 3px 4px #FF842B;
  transition: .3s;
}

.actionObi .actionObiInner .txtBox .dlBtn:hover {
  transform: translate(3px, 4px);
  box-shadow: none;
}

.actionObi .actionObiInner .txtBox .dlBtn span {
  color: #FF832C;
}

.actionObi .actionObiInner .txtBox .titTxt {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
}

.actionObi .actionObiInner>img {
  width: 52%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.topBlock3 {
  padding: 132px 0 142px;
  background: #ECF5F7;
}

.topBlock3Inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.topBlock3Inner h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.topBlock3Inner h2 span {
  font-size: 30px;
  font-weight: 700;
  color: #016BFF;
}

.topBlock3Inner .featuresBox {
  background-color: #fff;
  height: 405px;
  justify-content: space-between;
  align-items: center;
  padding: 0 8%;
  margin-bottom: 40px;
}

.topBlock3Inner .featuresBox:last-child {
  margin-bottom: 0;
}

.topBlock3Inner .featuresBox .txtBox {
  width: 48%;
}

.topBlock3Inner .featuresBox .txtBox .numTxt {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", serif;
  margin-bottom: 14px;
  color: #016BFF;
}

.topBlock3Inner .featuresBox .txtBox h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 36px;
}

.topBlock3Inner .featuresBox .txtBox h3 span {
  font-size: 25px;
  font-weight: 700;
  color: #016BFF;
}

.topBlock3Inner .featuresBox .txtBox .note {
  font-size: 14px;
  font-weight: 400;
}

.topBlock3Inner .featuresBox .txtBox .note span {
  font-size: 14px;
  font-weight: 700;
}

.topBlock3Inner .featuresBox .imgBox {
  width: 45%;
}

.topBlock3Inner .featuresBox .imgBox.dg {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 20px;
}

.topBlock3Inner .featuresBox:last-child .imgBox img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.topBlock4 {
  padding: 120px 0 98px;
}

.topBlock4Inner {
  width: 90%;
  max-width: 1098px;
  margin: 0 auto;
}

.topBlock4Inner h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 101px;
  text-align: center;
}

.topBlock4Inner h2 span {
  color: #016BFF;
  font-size: 30px;
  font-weight: 700;
}

.topBlock4Inner .introBoxWrap {
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  padding-bottom: 46px;
  margin-bottom: 29px;
  border-bottom: 1px dotted #C6C6C6;
}

.topBlock4Inner .introBoxWrap .introBox {
  display: flex;
  flex-direction: column;
}

.topBlock4Inner .introBoxWrap .introBox h3 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #016BFF;
  margin-bottom: 17px;
}

.topBlock4Inner .introBoxWrap .introBox h3 img {
  margin-right: 14px;
}

.topBlock4Inner .introBoxWrap .introBox .introGifWrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 23px;
}

.topBlock4Inner .introBoxWrap .introBox .introGifWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  z-index: 5;
}

.topBlock4Inner .introBoxWrap .introBox .introGif {
  display: block;
  width: 100%;
  aspect-ratio: 528 /325;
  object-fit: cover;
  border: 3px solid #016BFF;
  border-radius: 10px;
  box-sizing: border-box;
  filter: blur(0.6px);
}

.topBlock4Inner .introBoxWrap:nth-child(4) .introBox .introGifWrap::before {
  display: none;
}

.topBlock4Inner .introBoxWrap:nth-child(2) .introBox:first-child .introGif {
  filter: blur(0.8px);
}

.topBlock4Inner .introBoxWrap:nth-child(4) .introBox .introGif {
  filter: blur(0);
}

.topBlock4Inner .introBoxWrap .introBox .note {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.topBlock4Inner .introBoxWrap .introBox .txt {
  font-size: 14px;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  transition: .3s;
}

.topBlock4Inner .introBoxWrap.on .introBox .txt {
  max-height: 200px;
  margin-bottom: 23px;
}

.topBlock4Inner .introBoxWrap .introBox .modalBtn {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #fff;
  background-color: #5B5B5B;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.topBlock4Inner .introBoxWrap .introBox .modalBtn span {
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 18px;
}

.topBlock4Inner .introBoxWrap .introBox .modalBtn span::before,
.topBlock4Inner .introBoxWrap .introBox .modalBtn span::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
}

.topBlock4Inner .introBoxWrap .introBox .modalBtn span::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}

.topBlock4Inner .introBoxWrap .introBox .modalBtn span::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.topBlock4Inner .introBoxWrap.on .introBox .modalBtn span::before {
  opacity: 0;
  visibility: visible;
  transform: rotate(90deg) translateY(-50%);
}

.topBlock5 {
  padding: 208px 0 198px;
}

.topBlock5 h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.topBlock5 h2 br:nth-child(1) {
  display: none;
}

.topBlock5 h2 span {
  font-size: 30px;
  font-weight: 700;
  color: #016BFF;
  text-align: center;
}

.topBlock5 .fukidashi {
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #DEDEDE;
  padding: 10px 25px;
  border-radius: 21px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  margin-bottom: 75px;
}

.topBlock5 .fukidashi::before {
  display: block;
  content: "";
  width: 37px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.topBlock5 .fukidashi::after {
  display: block;
  content: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/Vector34.svg');
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.projectWrap {
  margin-bottom: 160px;
}

.projectWrap .swiper-wrapper {
  transition-timing-function: linear;
  padding: 10px 0;
}

.projectWrap li {
  box-shadow: 0 0 18px rgba(170, 170, 170, 0.25);
  padding: 23px 1% 52px;
  box-sizing: border-box;
  border-radius: 10px;
}

.projectWrap li .titTxt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #FF842B;
}

.projectWrap li .note {
  font-size: 13px;
  font-weight: 500;
}

.topBlock5Inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 133px;
}

.topBlock5Inner h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 57px;
}

.topBlock5Inner .guidBox {
  background-color: #ECF5F7;
  position: relative;
  margin-bottom: 53px;
  padding-top: 12px;
  padding-bottom: 60px;
}

.topBlock5Inner .guidBox:last-child {
  margin-bottom: 0;
}

.topBlock5Inner .guidBox::after {
  display: block;
  content: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/guideBoxArrow.svg');
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.topBlock5Inner .guidBox:last-child::after {
  display: none;
}

.topBlock5Inner .guidBox .stepNum {
  margin: 0 0 12px 7px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #016BFF;
  padding: 0 26px 14px 19px;
  border-bottom: 2px solid #016BFF;
  border-right: 2px solid #016BFF;
  width: fit-content;
  border-radius: 0 0 20px 0;
}

.topBlock5Inner .guidBox .stepNum img {
  display: block;
  margin-right: 7px;
}

.topBlock5Inner .guidBox .guidBoxInner {
  width: 77%;
  margin: 0 10% 0 auto;
  align-items: center;
  justify-content: space-between;
}

.topBlock5Inner .guidBox .guidBoxInner .txtBox {
  width: 65%;
}

.topBlock5Inner .guidBox .guidBoxInner .txtBox h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 34px;
}

.topBlock5Inner .guidBox .guidBoxInner .txtBox h4 span {
  font-size: 25px;
  font-weight: 700;
  color: #016BFF;
}

.topBlock5Inner .guidBox .guidBoxInner .txtBox p {
  font-size: 14px;
  font-weight: 400;
}

.topBlock5Inner .guidBox .guidBoxInner .txtBox p span {
  font-size: 14px;
  font-weight: 700;
}

.topBlock5Inner .guidBox .guidBoxInner>img {
  width: 25%;
}

.topBlock6 {
  background-color: #FFE852;
  padding: 95px 0 105px;
}

.topBlock6Inner {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

.topBlock6Inner h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 34px;
}

.topBlock6Inner h2 br:nth-child(1) {
  display: none;
}

.topBlock6Inner h2 span {
  background-color: #fff;
  color: #FF842B;
  font-size: 26px;
  font-weight: 700;
}

.topBlock6Inner .topBlock6Content.sp {
  display: none;
}

.topBlock6Inner .topBlock6Content .txtBox {
  width: 28%;
}

.topBlock6Inner .topBlock6Content .txtBox img {
  width: 60%;
  display: block;
  margin: 0 auto 15px;
}

.topBlock6Inner .topBlock6Content .txtBox .txtBoxInner {
  background-color: #fff;
  padding: 7px 5% 17px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 7px;
}

.topBlock6Inner .topBlock6Content .txtBox .txtBoxInner:last-child {
  margin-bottom: 0;
}

.topBlock6Inner .topBlock6Content .txtBox .txtBoxInner .num {
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", serif;
  color: #717171;
  margin-bottom: 3px;
}

.topBlock6Inner .topBlock6Content .txtBox .txtBoxInner .note {
  font-size: 13px;
  font-weight: 500;
}

.topBlock6Inner .topBlock6Content .txtBox .txtBoxInner .note span {
  font-size: 13px;
  font-size: 500;
  color: #016BFF;
}

.topBlock6Inner .topBlock6Content>img {
  width: 44%;
  object-fit: contain;
}

.topBlock7 {
  padding: 122px 0 116px;
  position: relative;
}

.topBlock7 .priceBg {
  position: absolute;
  bottom: 60px;
  right: 5%;
  z-index: -1;
}

.topBlock7Inner {
  width: 90%;
  max-width: 1013px;
  margin: 0 auto;
}

.topBlock7Inner .titTXt {
  text-align: center;
  font-weight: 700;
  margin-bottom: 42px;
}

.topBlock7Inner .titTXt img {
  display: inline-block;
  margin-right: 4px;
}

.topBlock7Inner h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 64px;
}

.topBlock7Inner h2 br:nth-child(1) {
  display: none;
}

.topBlock7Inner .blueColor {
  color: #016BFF;
}

.topBlock7Inner .emphasis {
  text-emphasis-style: dot;
  color: #016BFF;
}

.topBlock7Inner .startBtn {
  width: 407px;
  height: 78px;
  border-radius: 39px;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto 77px;
  box-shadow: 2px 4px #E46000;
  position: relative;
  transition: .3s;
}

.topBlock7Inner .startBtn:hover {
  box-shadow: none;
  transform: translate(2px, 4px);
}

.topBlock7Inner .startBtn span {
  display: block;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}

.topBlock7Inner .startBtn img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 29px;
}

.topBlock7Inner .consulWrap {
  box-shadow: 0 0 29px rgba(147, 147, 147, 0.25);
  padding: 44px 0 49px;
  border-radius: 20px;
  background-color: #fff;
}

.topBlock7Inner .consulWrap .consulBox {
  justify-content: space-between;
  margin-bottom: 32px;
}

.topBlock7Inner .consulWrap .txtBox {
  width: 48%;
}

.topBlock7Inner .consulWrap .txtBox>p {
  padding: 8px 30px 8px 41px;
  background-color: #016BFF;
  width: fit-content;
  color: #fff;
  border-radius: 0 20px 20px 0;
  font-weight: 700;
  margin-bottom: 33px;
}

.topBlock7Inner .consulWrap .txtBox .txtBoxInner {
  padding-left: 10%;
}

.topBlock7Inner .consulWrap .txtBox .txtBoxInner h3 {
  font-size: 30px;
  font-weight: 700;
  color: #016BFF;
  margin-bottom: 15px;
}

.topBlock7Inner .consulWrap .txtBox .txtBoxInner .consulPlan {
  margin-bottom: 40px;
}

.topBlock7Inner .consulWrap .txtBox .txtBoxInner .consulPlan li {
  border: 1px solid #E0E0E0;
  padding: 5px 12px;
  margin-right: 4px;
  border-radius: 16px;
}

.topBlock7Inner .consulWrap .txtBox .txtBoxInner .note {
  font-size: 14px;
  font-weight: 400;
}

.topBlock7Inner .consulWrap .imgBox {
  width: 48%;
  padding-right: 5%;
  box-sizing: border-box;
}

.topBlock7Inner .consulWrap .consulBtn {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 24px 0;
  width: 80%;
  margin: 0 auto;
  border-radius: 50px;
  background: linear-gradient(91.92deg, #016BFF 0.47%, #2E79E2 43.87%, #014099 101.23%);
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #016BFF;
}

.topBlock7Inner .consulWrap .consulBtn::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.topBlock7Inner .consulWrap .consulBtn:hover:after {
  opacity: 1;
}

.topBlock7Inner .consulWrap .consulBtn p {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}

.topBlock7Inner .consulWrap .consulBtn p br:nth-child(2) {
  display: none;
}

.topBlock7Inner .consulWrap .consulBtn:hover p {
  color: #014099;
}

.topBlock7Inner .consulWrap .consulBtn img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.topBlock8 {
  padding: 118px 0 148px;
  background-color: #ECF5F7;
}

.topBlock8Inner {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}

.topBlock8Inner h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 74px;
  text-align: center;
}

.topBlock8Inner h2 span {
  color: #016BFF;
}

.topBlock8Inner .bookSlide {
  margin-bottom: 66px;
}

.topBlock8Inner .bookSlide .swiper-button-next,
.topBlock8Inner .bookSlide .swiper-button-prev {
  transform: scale(1.5);
  color: #939393;
}

.topBlock8Inner .dlLink {
  background-color: #FF842B;
  padding: 53px 0 37px;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 77px;
  box-shadow: 5px 6px #E46000;
  transition: .3s;
  width: 90%;
  margin: 0 auto;
}

.topBlock8Inner .dlLink:hover {
  transform: translate(5px, 6px);
  box-shadow: none;
}

.topBlock8Inner .dlLink:hover img {
  opacity: 1;
}

.topBlock8Inner .dlLink .pepar {
  position: absolute;
  top: 50%;
  right: 80%;
  width: 203px;
  transform: translateY(-50%);
}

.topBlock8Inner .dlLink .fukidashi {
  position: absolute;
  top: -20px;
  left: 24%;
  background-color: #F6FF00;
  padding: 10px 15px;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 700;
}

.topBlock8Inner .dlLink .fukidashi:after {
  display: block;
  content: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/Rectangle 25.svg');
  position: absolute;
  bottom: -16px;
  left: 20%;
}

.topBlock8Inner .dlLink .txtBox p {
  font-size: 19px;
  font-weight: 900;
  color: #fff;
}

.topBlock8Inner .dlLink .txtBox p span {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.topBlock8Inner .dlLink .txtBox p span br {
  display: none;
}

.topBlock8Inner .dlLink .dlIcon {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}

.topBlock9 {
  padding: 94px 0;
  background: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/Group_140.jpg') no-repeat center;
  background-size: cover;
  margin-bottom: 130px;
}

.topBlock9Inner {
  width: 90%;
  max-width: 902px;
  margin: 0 auto;
}

.topBlock9Inner h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 74px;
  text-align: center;
  color: #fff;
}

.topBlock9Inner h2 span {
  font-weight: 700;
  color: #FAFF93;
}

.topBlock9Inner .stepWrap {
  margin-bottom: 30px;
}

.topBlock9Inner .stepWrap .stepBox {
  width: 30%;
  background-color: #fff;
  padding: 17px 1% 19px;
  border-radius: 10px;
}

.topBlock9Inner .stepWrap .stepBox:nth-child(3) {
  transition-delay: .1s;
}

.topBlock9Inner .stepWrap .stepBox:nth-child(5) {
  transition-delay: .3s;
}

.topBlock9Inner .stepWrap .stepBox .stepBoxInner {
  margin-bottom: 30px;
}

.topBlock9Inner .stepWrap .stepBox .stepBoxInner .stepNum {
  width: fit-content;
  margin: 0 auto 35px;
  padding: 6px 26px;
  background-color: #FF842B;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat", serif;
  border-radius: 16px;
}

.topBlock9Inner .stepWrap .stepBox .stepBoxInner img {
  display: block;
  margin: 0 auto;
}

.topBlock9Inner .stepWrap .stepBox .txtBox h3 {
  font-size: 18px;
  font-weight: 700;
  color: #016BFF;
  margin-bottom: 8px;
}

.topBlock9Inner .stepWrap .stepBox .txtBox .note {
  font-size: 14px;
  font-weight: 400;
}

.topBlock9Inner .stepWrap .arrowBox {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topBlock9Inner .stepWrap .arrowBox:nth-child(4) {
  transition-delay: .2s;
}

.topBlock9Inner .askBox {
  padding: 26px 5%;
  background-color: #0051C2;
  margin-bottom: 68px;
}

.topBlock9Inner .askBox h3 {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}

.topBlock9Inner .askBox .txtBoxWrap {
  justify-content: space-between;
}

.topBlock9Inner .askBox .txtBoxWrap .txtBox {
  font-size: 15px;
  color: #fff;
}

.topBlock9Inner .askBox .txtBoxWrap .formLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 44px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background-color: #333333;
  border: 1px solid #333333;
  border-radius: 22px;
  transition: .3s;
}

.topBlock9Inner .askBox .txtBoxWrap .formLink:hover {
  background-color: #fff;
  color: #333;
}

.topBlock9Inner .askBox .txtBoxWrap .formLink img {
  display: block;
  width: 23px;
  height: 23px;
  margin-left: 3px;
}

.topBlock9Inner .askBox .txtBoxWrap .formLink:hover img {
  content: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/icon_linkArrow_k_hover.svg');
}

.topBlock9Inner .actionLinks {
  justify-content: center;
  align-items: center;
}

.topBlock9Inner .actionLinks .linkWrap {
  width: 330px;
}

.topBlock9Inner .actionLinks .linkWrap:first-child {
  margin-right: 20px;
}

.topBlock9Inner .actionLinks .linkWrap p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}

.topBlock9Inner .actionLinks .linkWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 34px;
  position: relative;
  border: 1px solid #FF842B;
}

.topBlock9Inner .actionLinks .linkWrap a img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 32px;
}

.topBlock9Inner .actionLinks .linkWrap .startBtn2 {
  background-color: #FF842B;
  color: #fff;
  box-shadow: 3px 5px #E46000;
}

.topBlock9Inner .actionLinks .linkWrap .startBtn2:hover {
  box-shadow: none;
  transform: translate(3px, 5px);
}

.topBlock9Inner .actionLinks .linkWrap .dlBtn2 {
  background-color: #fff;
  box-shadow: 3px 5px #E46000;
  color: #FF842B;
}

.topBlock9Inner .actionLinks .linkWrap .dlBtn2:hover {
  box-shadow: none;
  transform: translate(3px, 5px);
}

.topBlock10 {
  margin-bottom: 142px;
}

.topBlock10Inner {
  width: 90%;
  max-width: 788px;
  margin: 0 auto;
}

.topBlock10Inner h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 76px;
}

.topBlock10Inner .qaBoxContainer {
  margin-bottom: 50px;
}

.topBlock10Inner .qaBoxContainer:nth-of-type(4) {
  margin-bottom: 43px;
}

.topBlock10Inner .qaBoxContainer:last-child {
  margin-bottom: 0;
}

.topBlock10Inner .qaBoxContainer h3 {
  font-size: 17px;
  font-weight: 700;
  color: #016BFF;
  margin-bottom: 20px;
}

.topBlock10Inner .qaBoxContainer .qaBox {
  padding-bottom: 20px;
  margin-bottom: 21px;
  border-bottom: 1px solid #D6D6D6;
}

.topBlock10Inner .qaBoxContainer .qaBox:first-child {
  border-top: 1px solid #D6D6D6;
  padding-top: 20px;
}

.topBlock10Inner .qaBoxContainer .qaBox:last-child {
  margin-bottom: 0;
}

.topBlock10Inner .qaBoxContainer .qBox {
  align-items: center;
  position: relative;
  cursor: pointer;
}

.topBlock10Inner .qaBoxContainer .qBox .plusMark {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.topBlock10Inner .qaBoxContainer .qBox .plusMark::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.topBlock10Inner .qaBoxContainer .qBox .plusMark::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}

.topBlock10Inner .qaBoxContainer .qaBox.on .qBox .plusMark::after {
  transform: translateX(-50%) rotate(-90deg);
  opacity: 0;
}

.topBlock10Inner .qaBoxContainer .qaBox .aBox {
  padding-top: 0;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  transition: .3s;
}

.topBlock10Inner .qaBoxContainer .qaBox.on .aBox {
  max-height: 200px;
  padding-top: 8px;
}

.topBlock10Inner .qaBoxContainer .qBox .iconQ,
.topBlock10Inner .qaBoxContainer .aBox .iconA {
  width: 8%;
}

.topBlock10Inner .qaBoxContainer .qBox .iconQ span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #016BFF;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  font-family: "Montserrat", serif;
  text-align: center;
  line-height: 40px;
}

.topBlock10Inner .qaBoxContainer .aBox span {
  font-size: 17px;
  font-weight: 700;
  color: #016BFF;
  display: block;
  width: 40px;
  height: 40px;
  font-family: "Montserrat", serif;
  text-align: center;
  line-height: 40px;
}

.topBlock10Inner .qaBoxContainer .qBox p,
.topBlock10Inner .qaBoxContainer .aBox p {
  width: 92%;
  padding-right: 5%;
  box-sizing: border-box;
}

.topBlock10Inner .qaBoxContainer .aBox p a {
  text-decoration: underline;
}

.topBlock10Inner .formTxt {
  font-size: 14px;
  font-weight: 500;
}

.topBlock10Inner .formTxt a {
  color: #016BFF;
  text-decoration: underline;
}

.aboutBlock {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 154px;
  background: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/aboutBg.jpg') no-repeat center;
  background-size: cover;
  padding: 29px 0 40px;
  border-radius: 10px;
  overflow: hidden;
}

.aboutBlock .titTxt {
  color: #fff;
  font-weight: 700;
  margin-bottom: 118px;
  margin-left: 3%;
  position: relative;
  padding-bottom: 16px;
}

.aboutBlock .titTxt::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.aboutBlock .titTxt span {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin-right: 7px;
}

.aboutBlock .txtBox {
  margin-left: 5%;
  margin-bottom: 38px;
  width: 40%;
}

.aboutBlock .txtBox h2 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 29px;
}

.aboutBlock .txtBox .note {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.aboutBlock .aboutLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 3% 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.aboutBlock .aboutLink:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.aboutBlock .aboutLink:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.aboutBlock .aboutLink img {
  display: block;
  margin-left: 6px;
}

.topBlock11 {
  margin-bottom: 167px;
}

.topBlock11Inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topBlock11Inner h2 {
  font-size: 25px;
  font-weight: 600;
}

.topBlock11Inner .postListWrap {
  width: 90%;
  max-width: 626px;
}

.topBlock11Inner .postList {
  margin-bottom: 30px;
}

.postList li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D3D3D3;
  cursor: pointer;
}

.postList li:first-child {
  border-top: 1px solid #D3D3D3;
  padding-top: 10px;
}

.postList li:last-child {
  margin-bottom: 0;
}

.postList li .postDate {
  font-size: 13px;
  font-weight: 500;
  color: #939393;
  margin-right: 13px;
  font-family: "Montserrat", serif;
}

.postList li h3 {
  font-size: 14px;
  font-weight: 500;
}

.postList li img {
  margin: 0 0 0 auto;
}

.postList li .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(111, 111, 111, 0.39);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  overflow-y: scroll;
  padding: 0 0 100px;
  box-sizing: border-box;
}

.postList.on li .modal {
  visibility: visible;
  opacity: 1;
}

.postList li .modalInner {
  background-color: #fff;
  width: 53%;
  height: 90vh;
  padding: 111px 5% 95px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.postList li .modalInner .postHead {
  padding-bottom: 25px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px;
}

.postList li .modalInner .postContent p {
  font-size: 15px;
  font-weight: 700;
}

.postList li .modalInner .closeBtn {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 130px;
  border-radius: 22px;
  border: 1px solid #016BFF;
  font-size: 14px;
  font-weight: 700;
  color: #016BFF;
  cursor: pointer;
}

.postList li .modalInner .closeBtn:hover {
  background-color: #016BFF;
  color: #fff;
}

.postList li .modalInner .postHead .catName {
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", serif;
  color: #016BFF;
}

.postList li .modalInner .postHead h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.postList li .modalInner .postHead .postDate {
  font-size: 13px;
  font-weight: 500;
  color: #C0C0C0;
}

.topBlock11Inner .postListWrap .readMore {
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 15px;
  font-weight: 600;
  color: #FF842B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #FF842B;
}

.topBlock11Inner .postListWrap .readMore img {
  display: block;
  margin-left: 14px;
}

.contactBlock {
  padding: 93px 0 130px;
  background: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/footBlockBg.jpg') no-repeat center;
  background-size: cover;
}

.contactBlockInner {
  width: 90%;
  max-width: 1197px;
  margin: 0 auto;
  justify-content: space-between;
}

.contactBlockInner .txtBox {
  width: 45%;
}

.contactBlockInner .txtBox img {
  display: block;
  margin: 0 auto 28px;
}

.contactBlockInner .txtBox .titTxt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 34px;
}

.contactBlockInner .txtBox .startBtn3 {
  display: block;
  width: 303px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  background-color: #FF842B;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 33px;
  margin: 0 auto 17px;
  position: relative;
  box-shadow: 2px 4px #E46000;
  border: 1px solid #FF842B;
  transition: .3s;
}

.contactBlockInner .txtBox .startBtn3:hover {
  transform: translate(2px, 4px);
  box-shadow: none;
}

.contactBlockInner .txtBox .startBtn3 img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
}

.contactBlockInner .txtBox .dlBtn3 {
  display: block;
  width: 303px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  background-color: #fff;
  box-shadow: 2px 4px #FF842B;
  border: 1px solid #FF842B;
  color: #FF842B;
  font-size: 15px;
  font-weight: 700;
  border-radius: 33px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 43px;
  transition: .3s;
}

.contactBlockInner .txtBox .dlBtn3:hover {
  transform: translate(2px, 4px);
  box-shadow: none;
}

.contactBlockInner .txtBox .dlBtn3 img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
}

.contactBlockInner .contactBox {
  width: 45%;
  background-color: #4E4E4E;
  box-sizing: border-box;
  padding: 17px 2% 25px;
}

.contactBlockInner .contactBox .titTxt {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.contactBlockInner .contactBox .note {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 7px;
}

.contactBlockInner .contactBox .contactForm ul {
  margin-bottom: 15px;
}

.contactBlockInner .contactBox .contactForm ul li {
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
}

.contactBlockInner .contactBox .contactForm ul li:last-child {
  margin-bottom: 0;
}

.contactBlockInner .contactBox .contactForm ul li p {
  display: flex;
  width: 100%;
}

.contactBlockInner .contactBox .contactForm ul li .title {
  display: flex;
  align-items: center;
  width: 20%;
  padding-left: 2%;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
  border-right: 1px dotted #D3D3D3;
}

.contactBlockInner .contactBox .contactForm ul li p .wpcf7-form-control-wrap {
  width: 100%;
}

.contactBlockInner .contactBox .contactForm ul li .radioWrap {
  padding: 10px 3%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px 9px;
  box-sizing: border-box;
}

.contactBlockInner .contactBox .contactForm ul li .mwform-radio-field-text {
  font-size: 13px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

.contactBlockInner .contactBox .contactForm ul li input[type="radio"] {
  accent-color: #FF842B;
}

.contactBlockInner .contactBox .contactForm ul li input[type="text"],
.contactBlockInner .contactBox .contactForm ul li input[type="email"],
.contactBlockInner .contactBox .contactForm ul li input[type="tel"],
.contactBlockInner .contactBox .contactForm ul li textarea {
  padding: 10px 3%;
  width: 100%;
  box-sizing: border-box;
  border: none;
}

.contactBlockInner .contactBox .contactForm ul li textarea {
  height: 100%;
}

.contactBlockInner .contactBox .contactForm .submit {
  position: relative;
  width: fit-content;
  width: 90%;
  max-width: 407px;
}

.contactBlockInner .contactBox .contactForm .submit::after {
  display: block;
  content: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/icon_linkArrow_k.svg');
  position: absolute;
  top: 25%;
  right: 5%;
  line-height: 0;
}

.contactBlockInner .contactBox .contactForm .submit input[type="submit"] {
  width: 100%;
  margin: 0 0 10px;
  border-radius: 10px;
  background-color: #414141;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  padding: 14px 0;
}

.mw_wp_form_complete p,
.mw_wp_form_direct_access_error p {
  color: #fff;
  font-weight: 14px;
  font-weight: 600;
  margin-top: 60px;
}

.contactBlockInner .contactBox .contactForm .consent {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.contactBlockInner .contactBox .contactForm .consent a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}

.contactForm .error {
  font-size: 14px !important;
  font-weight: 600 !important;
  display: block !important;
  margin: 5px 0 !important;
  color: yellow !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

footer {
  background-color: #016BFF;
  padding: 22px 0;
}

.footInner {
  width: 90%;
  max-width: 1474px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.footInner .footLink1 li {
  margin-right: 28px;
}

.footInner .footLink1 li:last-child {
  margin-right: 0;
}

.footInner .footLink1 li::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.footInner .footLink1 li:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.footInner .footLink1 li a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.footInner .footLink2 li {
  margin-right: 44px;
}

.footInner .footLink2 li:last-child {
  margin-right: 0;
}

.footInner .footLink2 li::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.footInner .footLink2 li:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.footInner .footLink2 li a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.bnrWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
  width: 90%;
  max-width: 991px;
  margin: 0 auto;
}

.bnrWrap.no1 {
  margin-bottom: 159px;
}

.bnrWrap.no2 {
  margin-bottom: 165px;
}

.bnrWrap.no3 {
  margin-bottom: 114px;
}

.bnrWrap a {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.25);
}

.mainVisual .bnrWrap {
  width: 31%;
  position: absolute;
  top: 10%;
  right: 2%;
  margin: auto;
}

.ytBlock {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.ytBlock h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 58px;
}

.ytBlock .ytWrap {
  aspect-ratio: 800 / 450;
}

.ytBlock .ytWrap iframe {
  width: 100%;
  height: 100%;
}

:root {
  --screen-w: 1920;
}

header.comic {
  position: fixed;
  top: calc(76 /var(--screen-w)*100vw);
  left: calc(81 /var(--screen-w)*100vw);
  padding: 0;
  width: max-content;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

header.comic.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

header.comic h1 {
  width: calc(282 / var(--screen-w) * 100vw);
  margin-bottom: calc(271 / var(--screen-w) * 100vw);
}

header.comic h1 img {
  width: 100%;
}

header.comic .linkBox.no1 {
  margin-bottom: calc(79 / var(--screen-w) * 100vw);
}

header.comic .linkBox.no2 {
  margin-bottom: calc(111 / var(--screen-w) * 100vw);
}

header.comic .linkBox .titTxt {
  font-size: calc(20/var(--screen-w)*100vw);
  font-weight: 700;
}

header.comic .linkBox.no1 .titTxt {
  color: #016BFF;
  margin-bottom: calc(18/var(--screen-w)*100vw);
}

header.comic .linkBox.no2 .titTxt {
  color: #0BA500;
  margin-bottom: calc(15/var(--screen-w)*100vw);
}

header.comic .linkBox a {
  display: flex;
  align-items: center;
  font-size: calc(16/var(--screen-w)*100vw);
  font-weight: 700;
  position: relative;
  width: max-content;
}

header.comic .linkBox.no2 a {
  margin-bottom: calc(23 / var(--screen-w) * 100vw);
}

header.comic .linkBox.no2 a:last-child {
  margin-bottom: 0;
}

header.comic .linkBox a::before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: calc(100% + (10/var(--screen-w) * 100vw));
}

header.comic .linkBox a::after {
  display: block;
  content: "";
  width: calc(18 /var(--screen-w)*100vw);
  height: calc(18 /var(--screen-w)*100vw);
  background: url('/wordpress_6/wp-content/themes/gptech/common/comic/comic-arrow-g.svg') no-repeat center;
  background-size: contain;
}

header.comic .linkBox.no1 a::after {
  margin-left: calc(10 / var(--screen-w) * 100vw);
}

header.comic .linkBox.no2 a:nth-of-type(1):after {
  margin-left: calc(2 / var(--screen-w) * 100vw);
}

header.comic .linkBox a:hover::after {
  background: url('/wordpress_6/wp-content/themes/gptech/common/comic/comic-arrow-w.svg') no-repeat center;
  background-size: contain;
}

header.comic .linkBtnWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(9 / var(--screen-w) * 100vw);
  width: calc(340 / var(--screen-w) * 100vw);
  height: calc(51 / var(--screen-w) * 100vw);
  border-radius: calc(25 / var(--screen-w) * 100vw);
  background-color: #FF842B;
  border: 1px solid #FF842B;
  color: #fff;
  font-size: calc(18/var(--screen-w)*100vw);
  font-weight: 700;
  margin-bottom: calc(9 /var(--screen-w)*100vw);
  transition: .3s;
}

header.comic .linkBtnWrap a:last-child {
  margin-bottom: 0;
}

header.comic .linkBtnWrap a:hover {
  background-color: #fff;
  color: #FF842B;
}

.ytHoverBnr {
  width: calc(366 / var(--screen-w) * 100vw);
  position: fixed;
  bottom: calc(123 / var(--screen-w) * 100vw);
  right: calc(98 / var(--screen-w) * 100vw);
  z-index: 999;
  border-radius: 15px;
  overflow: hidden;
}

.comicWrap.no1 {
  padding: calc(55 / var(--screen-w) * 100vw) 0 calc(130 / var(--screen-w) * 100vw);
  background-color: #ECF5F7;
}

.comicWrap.no2 {
  padding: calc(114 / var(--screen-w) * 100vw) 0 calc(123 / var(--screen-w) * 100vw);
}

.comicWrap.no3 {
  padding: calc(112 / var(--screen-w) * 100vw) 0 calc(138 / var(--screen-w) * 100vw);
  background-color: #ECF5F7;
}

.comicWrap img {
  width: calc(800 / var(--screen-w) * 100vw);
  display: block;
  margin: 0 auto;
}

.pageComic .smt {
  scroll-margin-top: 0;
}

.comicHoverLinkWrap {
  display: none;
}

.comicImg.sp {
  display: none;
}

@media (width < 1900px) {
  .topBlock1 .useBoxWrap li .txtBox p br {
    display: none;
  }

  .actionObi {
    background-size: cover;
  }
}

@media (width < 1580px) {
  header.pc h1 {
    width: 230px;
  }

  .mainVisualInner .txtBox .subTit {
    font-size: 20px;
  }

  .mainVisualInner .txtBox .titTxt {
    font-size: 38px;
  }

  .actionObi .actionObiInner .txtBox .titTxt {
    font-size: 20px;
  }
}

@media (width < 1440px) {
  header.pc nav li {
    margin-right: 18px;
  }

  .footInner {
    flex-flow: column;
  }

  .footLink1 {
    margin-bottom: 20px;
  }

  .mainVisual {
    height: auto;
    padding: 213px 0 213px;
  }

  .mainVisualInner {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }

}

@media (width < 1280px) {
  header.pc h1 {
    width: 180px;
  }

  header.pc nav li a {
    font-size: 12px;
  }

  .mainVisual {
    padding: 133px 0 100px;
    background: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/mvBgSp.png') no-repeat top;
    background-size: 100%;
  }

  .mainVisualInner {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }

  .mainVisualInner .txtBox {
    display: contents;
  }

  .mainVisualInner .txtBox .subTit {
    order: 1;
    margin-bottom: 19px;
  }

  .mainVisualInner .txtBox .titTxt {
    order: 2;
    margin-bottom: 35px;
  }

  .mainVisualInner .txtBox .point {
    order: 4;
  }

  .mainVisualInner .txtBox .appealTxt {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 11px;
    order: 5;
  }

  .mainVisualInner .txtBox .startBtn {
    order: 6;
  }

  .mainVisualInner .txtBox .dlBtn {
    order: 7;
  }

  .mainVisualInner .mvSlideWrap {
    position: relative;
    order: 3;
    margin-bottom: 70px;
    width: 100%;
    top: auto;
    right: auto;
  }

  .mainVisualInner .mvSlideWrap .swiper-button-prev {
    top: calc(100% + 24px);
    left: 70%;
  }

  .mainVisualInner .mvSlideWrap .swiper-button-next {
    top: calc(100% + 24px);
    right: 10%;
  }

  .mainVisualInner .mvSlideWrap .swiper-button-prev::after,
  .mainVisualInner .mvSlideWrap .swiper-button-next::after {
    color: #fff;
    transform: scale(0.5);
  }

  .mainVisual .topicsWrap {
    display: none;
  }

  .mainVisual .completion {
    top: 50%;
    left: 10%;
  }
}

@media (width < 1100px) {
  header.pc {
    display: none;
  }

  header.sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 3%;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    transition: .3s;
  }

  header.sp.down {
    background-color: #fff;
  }

  header.sp h1 {
    width: 139px;
  }

  header.sp.down h1 img {
    content: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/logo_footer.svg');
  }

  header.sp .hbMenuWrap {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.44);
    border-radius: 5px;
  }

  header.sp.down .hbMenuWrap {
    background-color: rgba(1, 107, 205, 0.44);
  }

  header.sp .hbMenuWrap .hbMenuBtn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 999;
  }

  header.sp .hbMenuWrap .hbMenuBtn span {
    width: 17px;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: .3s;
  }

  header.sp.down .hbMenuWrap .hbMenuBtn span {
    background-color: #016BFF;
  }

  header.sp .hbMenuWrap.on .hbMenuBtn span {
    background-color: #016BFF;
  }

  header.sp .hbMenuWrap .hbMenuBtn span:nth-child(1) {
    margin: 0 auto 6px;
  }

  header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(1) {
    width: 100%;
    margin: 0 0 -1px;
    transform: rotate(30deg);
  }

  header.sp .hbMenuWrap .hbMenuBtn span:nth-child(2) {
    margin: 0 auto 6px 10%;
  }

  header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(2) {
    display: none;
  }

  header.sp .hbMenuWrap .hbMenuBtn span:nth-child(3) {
    margin: 0 10% 0 auto;
  }

  header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(3) {
    width: 100%;
    margin: 0;
    transform: rotate(-30deg);
  }

  header.sp .hbMenu {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    box-sizing: border-box;
    padding: 40px 10% 100px;
    overflow-y: scroll;
    transition: .3s;
    z-index: 998;
  }

  header.sp .hbMenu .logo {
    width: 139px;
    margin-bottom: 80px;
  }

  header.sp .hbMenu nav {
    margin-bottom: 80px;
  }

  header.sp .hbMenu nav li {
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
  }

  header.sp .hbMenu nav li a {
    display: block;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
  }

  header.sp .hbMenuWrap.on .hbMenu {
    left: 0;
  }

  header.sp .hbMenu .startBtn {
    width: 30%;
    margin-right: 5%;
  }

  header.sp .hbMenu .dlBtn {
    width: 30%;
  }

  .mainVisual {
    padding: 76px 0 37px;
  }

  .topBlock1 .useBoxWrap .swiper-button-prev.use {
    left: 6%;
  }

  .topBlock1 .useBoxWrap .swiper-button-next.use {
    right: 6%;
  }

  .troubleContaciner .troubleWrap {
    gap: 0 10px;
  }

  .troubleContaciner .solutionWrap {
    gap: 0 10px;
  }

  .topBlock2 .titImg {
    width: 90%;
  }

  .actionObi {
    background: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/aboutBgSp.jpg') no-repeat bottom;
    background-size: cover;
  }

  .actionObi .actionObiInner {
    flex-direction: column;
  }

  .actionObi .actionObiInner .txtBox {
    width: 100%;
    margin-bottom: 30px;
  }

  .actionObi .actionObiInner>img {
    position: static;
    width: 100%;
  }

  .topBlock3Inner .featuresBox {
    flex-direction: column;
    padding: 21px 5%;
    height: auto;
  }

  .topBlock3Inner .featuresBox .txtBox {
    width: 100%;
    margin-bottom: 12px;
  }

  .topBlock3Inner .featuresBox:nth-of-type(2) .txtBox {
    order: 1;
  }

  .topBlock3Inner .featuresBox .txtBox .numTxt {
    text-align: right;
  }

  .topBlock3Inner .featuresBox .imgBox {
    width: 100%;
  }

  .topBlock3Inner .featuresBox:nth-of-type(2) .imgBox {
    order: 2;
  }

  .topBlock3Inner .featuresBox .imgBox.dg {
    gap: 0 12px;
  }

  .topBlock3Inner .featuresBox .imgBox.dg img {
    width: 100%;
  }

  .topBlock4Inner .introBoxWrap {
    grid-template-columns: 1fr;
    gap: 22px 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 24px;
  }

  .topBlock5Inner .guidBox .guidBoxInner .txtBox h4 {
    font-size: 18px;
  }

  .topBlock5Inner .guidBox .guidBoxInner .txtBox h4 span {
    font-size: 18px;
  }

  .topBlock7Inner .consulWrap .consulBox {
    flex-direction: column;
    margin-bottom: 18px;
  }

  .topBlock7 .priceBg {
    display: none;
  }

  .topBlock7Inner .consulWrap .txtBox {
    width: 100%;
    margin-bottom: 13px;
  }

  .topBlock7Inner .consulWrap .txtBox .txtBoxInner {
    padding: 0 5%;
  }

  .topBlock7Inner .consulWrap .imgBox {
    width: 100%;
    padding: 0 5%;
  }

  .topBlock8Inner .dlLink .pepar {
    display: none;
  }

  .topBlock9Inner .askBox .txtBoxWrap {
    flex-direction: column;
  }

  .topBlock9Inner .askBox .txtBoxWrap .txtBox {
    margin-bottom: 22px;
  }

  .topBlock11Inner h2 {
    margin-bottom: 27px;
  }

  .topBlock11Inner .postListWrap {
    width: 100%;
    max-width: 100%;
  }

  .contactBlockInner {
    flex-direction: column;
  }

  .contactBlockInner .txtBox {
    width: 100%;
  }

  .contactBlockInner .txtBox .computer {
    display: none;
  }

  .contactBlockInner .contactBox {
    width: 100%;
  }

  .contactBlockInner .contactBox .contactForm .submit {
    width: 100%;
    max-width: 100%;
  }

  .footLink1 {
    flex-wrap: wrap;
  }

  .muryoHover {
    display: none;
  }

  .postList li .modalInner {
    width: 90%;
    padding: 70px 5% 100px;
  }

  .projectWrap li {
    padding: 23px 5% 0;
    height: 129px;
  }

  :root {
    --screen-w: 375;
  }

  .pageComic {
    padding-top: calc(61/var(--screen-w)*100vw);
  }

  .pageComic .smt {
    scroll-margin-top: 60px;
  }

  .comicHoverLinkWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: calc(6/var(--screen-w)*100vw);
    padding: calc(10/var(--screen-w)*100vw) calc(4/var(--screen-w)*100vw);
    z-index: 999;
  }

  .comicHoverLinkWrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF842B;
    color: #fff;
    aspect-ratio: 122/ 41;
    border-radius: calc(10/var(--screen-w)*100vw);
    font-size: calc(13/var(--screen-w)*100vw);
    font-weight: 700;
    text-align: center;
    line-height: 1;
  }

  .comicHoverLinkWrap a:nth-child(2) {
    background-color: #fff;
    border: 1px solid #FF842B;
    color: #FF842B;
    box-sizing: border-box;
  }

  header.comic.sp {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(61/var(--screen-w)*100vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 998;
    box-sizing: border-box;
    gap: calc(33/var(--screen-w)*100vw);
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  header.comic.sp a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(14/var(--screen-w)*100vw);
    font-weight: 700;
    line-height: 1;
    position: relative;
  }

  header.comic.sp a::after {
    content: '';
    width: calc(18/var(--screen-w)*100vw);
    height: calc(28/var(--screen-w)*100vw);
    display: block;
    background: url('/wordpress_6/wp-content/themes/gptech/common/comic/comic-arrow-g.svg') no-repeat center;
    background-size: contain;
    margin-left: calc(6/var(--screen-w)*100vw);
    transform: rotate(90deg);
  }

  header.comic.sp a::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: calc(100% + (7/var(--screen-w)*100vw));
    left: 0;
  }

  header.comic.sp a:nth-child(1) {
    color: #016BFF;
  }

  header.comic.sp a:nth-child(2) {
    color: #0BA500;
  }

  .comicWrap.no1 {
    padding: 0;
  }

  .comicWrap.no2 {
    padding: calc(68/var(--screen-w)*100vw) 0 calc(59/var(--screen-w)*100vw);
  }

  .comicWrap.no3 {
    padding: 0;
  }

  .ytHoverBnr {
    display: none;
  }

  .comicImg.pc {
    display: none;
  }

  .comicImg.sp {
    display: block;
  }

}

@media (width < 820px) {
  header.sp .hbMenu .headerLinks {
    flex-direction: column;
  }

  header.sp .hbMenu .startBtn {
    width: 100%;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
  }

  header.sp .hbMenu .startBtn img {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }

  header.sp .hbMenu .dlBtn {
    width: 100%;
    justify-content: center;
    position: relative;
  }

  header.sp .hbMenu .dlBtn img {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }

  .mainVisualInner .txtBox .subTit {
    font-size: 14px;
  }

  .mainVisualInner .txtBox .titTxt {
    font-size: 26px;
  }

  .mainVisualInner .mvSlide {
    width: 100%;
  }

  .mainVisualInner .txtBox .point .pointBox {
    width: 100px;
    height: 100px;
    margin-right: 6px;
  }

  .mainVisualInner .txtBox .point .pointBox p {
    font-size: 10px;
  }

  .mainVisualInner .txtBox .point .pointBox p span {
    font-size: 10px;
  }

  .mainVisualInner .txtBox .startBtn {
    width: 90%;
    font-size: 13px;
  }

  .mainVisualInner .txtBox .startBtn span {
    font-size: 15px;
  }

  .mainVisualInner .txtBox .dlBtn {
    width: 90%;
    font-size: 13px;
  }

  .mainVisualInner .txtBox .dlBtn span {
    font-size: 15px;
  }

  .mainVisual .completion {
    width: 30%;
    top: 45%;
    left: 2%;
  }

  .topBlock1 {
    padding: 37px 0 50px;
    margin-bottom: 25px;
  }

  .topBlock1 .titTxt {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .topBlock1 .useBoxWrap li .txtBox p {
    font-size: 13px;
  }

  .topBlock7Inner .startBtn {
    width: 100%;
  }

  .topBlock2 {
    margin-bottom: 50px;
  }

  .topBlock2 .titImg {
    content: url('/wordpress_6/wp-content/themes/gptech/common/lpimg/titImgSp.svg');
    margin-bottom: 25px;
  }

  .topBlock2Inner {
    border-radius: 10px;
  }

  .troubleContaciner {
    padding: 24px;
  }

  .troubleContaciner .troubleWrap {
    grid-template-columns: 1fr;
  }

  .troubleBox {
    padding: 13px 10%;
    margin-bottom: 5px;
  }

  .troubleBox:nth-child(1) .dot,
  .troubleBox:nth-child(2) .dot {
    display: none;
  }

  .troubleBox:nth-child(3) {
    margin-bottom: 0;
  }

  .troubleBox .note {
    font-size: 15px;
  }

  .troubleBox img {
    display: none;
  }

  .troubleContaciner .solutionWrap {
    grid-template-columns: 1fr;
  }

  .solutionWrap .solutionBox {
    position: relative;
    margin-bottom: 7px;
    padding: 19px 2% 24px;
  }

  .solutionWrap .solutionBox .note {
    width: 70%;
    margin: 0 0 0 auto;
    font-size: 15px;
  }

  .solutionWrap .solutionBox .note br {
    display: none;
  }

  .solutionWrap .solutionBox span {
    font-size: 15px;
  }

  .solutionWrap .solutionBox .visualImg {
    position: absolute;
    top: 50%;
    width: 117px;
    left: -5%;
    transform: translateY(-50%);
  }

  .solutionWrap .solutionBox:nth-child(1) .visualImg {
    width: 117px;
  }

  .solutionBox:nth-of-type(2) .dotArrow,
  .solutionBox:nth-of-type(3) .dotArrow {
    display: none;
  }

  .troubleContaciner .solutionObi {
    font-size: 17px;
  }

  .topBlock2 .kome {
    text-align: left;
  }

  .actionObi {
    padding: 35px 0 40px;
  }

  .actionObi .actionObiInner .txtBox .titTxt {
    margin-bottom: 25px;
  }

  .actionObi .actionObiInner .txtBox .startBtn {
    width: 80%;
    font-size: 13px;
  }

  .actionObi .actionObiInner .txtBox .startBtn span {
    font-size: 15px;
  }

  .actionObi .actionObiInner .txtBox .dlBtn {
    width: 80%;
    font-size: 13px;
  }

  .actionObi .actionObiInner .txtBox .dlBtn span {
    font-size: 15px;
  }

  .topBlock3 {
    padding: 80px 0;
  }

  .topBlock3Inner h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .topBlock3Inner h2 span {
    font-size: 22px;
  }

  .topBlock3Inner .featuresBox .txtBox h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .topBlock3Inner .featuresBox .txtBox h3 br:nth-child(2) {
    display: inline;
  }

  .topBlock3Inner .featuresBox .txtBox h3 span {
    font-size: 17px;
  }

  .topBlock3Inner .featuresBox .txtBox .note br {
    display: none;
  }

  .topBlock4 {
    padding: 59px 0 46px;
  }

  .topBlock4Inner h2 {
    margin-bottom: 35px;
    font-size: 22px;
  }

  .topBlock4Inner h2 span {
    font-size: 22px;
  }

  .topBlock4Inner .introBoxWrap .introBox h3 {
    font-size: 18px;
  }

  .topBlock4Inner .introBoxWrap .introBox h3 img {
    width: 43px;
  }

  .topBlock5 {
    padding: 80px 0 53px;
  }

  .topBlock5 h2 {
    font-size: 19px;
    width: 90%;
    margin: 0 auto 13px;
  }

  .topBlock5 h2 br:nth-child(1) {
    display: inline;
  }

  .topBlock5 h2 span {
    font-size: 19px;
  }

  .topBlock5 .fukidashi {
    font-size: 14px;
    margin-bottom: 29px;
  }

  .projectWrap {
    margin-bottom: 69px;
  }

  .topBlock5Inner h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .topBlock5Inner .guidBox .guidBoxInner {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .topBlock5Inner .guidBox .guidBoxInner .txtBox {
    width: 100%;
    order: 2;
  }

  .topBlock5Inner .guidBox .guidBoxInner>img {
    order: 1;
    width: 96px;
    margin-bottom: 20px;
  }

  .topBlock5Inner .guidBox .guidBoxInner .txtBox h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .topBlock5Inner .guidBox .guidBoxInner .txtBox h4 span {
    font-size: 16px;
  }

  .topBlock6 {
    padding: 29px 0 64px;
  }

  .topBlock6Inner h2 {
    font-size: 18px;
  }

  .topBlock6Inner h2 br:nth-child(1) {
    display: inline;
  }

  .topBlock6Inner h2 span {
    font-size: 18px;
  }

  .topBlock6Content.pc {
    display: none;
  }

  .topBlock6Inner .topBlock6Content.sp {
    display: block;
  }

  .topBlock6Content.sp .txtBox {
    width: 100%;
  }

  .topBlock6Content.sp .txtBox:nth-child(1) {
    margin-bottom: 31px;
  }

  .topBlock6Content.sp .txtBox .txtBoxContent {
    position: relative;
  }

  .topBlock6Content.sp .txtBox .txtBoxContent .human {
    position: absolute;
    bottom: 100%;
    margin-bottom: 0;
  }

  .topBlock6Content.sp .txtBox .txtBoxContent .human.no1 {
    right: 0;
    width: 40%;
  }

  .topBlock6Content.sp .txtBox .txtBoxContent .human.no2 {
    left: 0;
    width: 35%;
  }

  .topBlock6Content.sp .txtBox img {
    width: 50%;
  }

  .topBlock7 {
    padding: 73px 0 65px;
  }

  .topBlock7Inner h2 {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .topBlock7Inner h2 br:nth-child(1) {
    display: inline;
  }

  .topBlock7Inner .titTXt {
    margin-bottom: 21px;
  }

  .topBlock7Inner .startBtn {
    font-size: 13px;
    margin-bottom: 64px;
  }

  .topBlock7Inner .startBtn span {
    font-size: 15px;
  }

  .topBlock7Inner .consulWrap {
    padding: 15px 0 21px;
  }

  .topBlock7Inner .consulWrap .txtBox .txtBoxInner h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .topBlock7Inner .consulWrap .txtBox .txtBoxInner .consulPlan li {
    font-size: 12px;
  }

  .topBlock7Inner .consulWrap .txtBox>p {
    margin-bottom: 6px;
  }

  .topBlock7Inner .consulWrap .txtBox .txtBoxInner .consulPlan {
    margin-bottom: 8px;
  }

  .topBlock7Inner .consulWrap .consulBtn {
    padding: 15px 0;
    width: 90%;
  }

  .topBlock7Inner .consulWrap .consulBtn p {
    font-size: 14px;
  }

  .topBlock7Inner .consulWrap .consulBtn p br:nth-child(2) {
    display: inline;
  }

  .topBlock8 {
    padding: 45px 0 58px;
  }

  .topBlock8Inner h2 {
    font-size: 18px;
    margin-bottom: 36px;
  }

  .topBlock8Inner .dlLink {
    padding: 26px 10%;
    justify-content: space-between;
    width: auto;
  }

  .topBlock8Inner .dlLink .txtBox p {
    font-size: 14px;
  }

  .topBlock8Inner .dlLink .txtBox p span {
    font-size: 14px;
  }

  .topBlock8Inner .dlLink .txtBox p span br {
    display: inline;
  }

  .topBlock8Inner .dlLink .fukidashi {
    left: 10%;
    top: -30px;
  }

  .topBlock9 {
    padding: 31px 0 49px;
    margin-bottom: 62px;
  }

  .topBlock9Inner h2 {
    font-size: 18px;
    margin-bottom: 33px;
  }

  .topBlock9Inner .stepWrap {
    flex-direction: column;
  }

  .topBlock9Inner .stepWrap .stepBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .topBlock9Inner .stepWrap .stepBox .stepBoxInner {
    width: 30%;
  }

  .topBlock9Inner .stepWrap .stepBox .stepBoxInner .stepNum {
    margin-bottom: 8px;
    font-size: 11px;
    padding: 5px 12px;
  }

  .topBlock9Inner .stepWrap .stepBox .txtBox {
    width: 65%;
  }

  .topBlock9Inner .stepWrap .stepBox .txtBox h3 {
    font-size: 16px;
  }

  .topBlock9Inner .stepWrap .arrowBox {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .topBlock9Inner .askBox {
    margin-bottom: 36px;
  }

  .topBlock9Inner .actionLinks {
    flex-direction: column;
  }

  .topBlock9Inner .actionLinks .linkWrap:first-child {
    margin-right: 0;
    margin-bottom: 37px;
  }

  .topBlock10 {
    margin-bottom: 58px;
  }

  .topBlock10Inner h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .topBlock10Inner .qaBoxContainer .qBox .iconQ,
  .topBlock10Inner .qaBoxContainer .aBox .iconA {
    width: 10%;
  }

  .topBlock10Inner .qaBoxContainer .qBox .iconQ span {
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 27px;
  }

  .topBlock10Inner .qaBoxContainer .aBox span {
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 27px;
  }

  .topBlock10Inner .qaBoxContainer .qBox p,
  .topBlock10Inner .qaBoxContainer .aBox p {
    font-size: 13px;
    width: 90%;
  }

  .topBlock10Inner .qaBoxContainer h3 {
    font-size: 15px;
  }

  .topBlock10Inner .qaBoxContainer {
    margin-bottom: 30px;
  }

  .topBlock10Inner .qaBoxContainer:nth-of-type(4) {
    margin-bottom: 37px;
  }

  .topBlock10Inner .formTxt {
    font-size: 12px;
  }

  .topBlock10Inner .formTxt br {
    display: none;
  }

  .aboutBlock {
    padding: 25px 5% 16px;
    box-sizing: border-box;
    margin-bottom: 38px;
  }

  .aboutBlock .titTxt {
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 38px;
  }

  .aboutBlock .titTxt span {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
  }

  .aboutBlock .txtBox {
    width: 80%;
    margin-left: 0;
    margin-bottom: 68px;
  }

  .aboutBlock .txtBox h2 {
    font-size: 17px;
    margin-bottom: 17px;
  }

  .topBlock11Inner h2 {
    font-size: 20px;
  }

  .topBlock11 {
    margin-bottom: 60px;
  }

  .contactBlock {
    padding: 33px 0 38px;
  }

  .contactBlockInner .contactBox {
    padding: 19px 5% 16px;
  }

  .contactBlockInner .contactBox .titTxt {
    font-size: 19px;
  }

  .contactBlockInner .contactBox .note {
    font-size: 13px;
  }

  .contactBlockInner .contactBox .note br {
    display: none;
  }

  .contactBlockInner .contactBox .contactForm ul li p .title {
    font-size: 10px;
  }

  .contactBlockInner .contactBox .contactForm .submit p {
    width: 100%;
  }

  .contactBlockInner .contactBox .contactForm .submit input[type="submit"] {
    text-align: left;
    padding-left: 5%;
  }

  .contactBlockInner .contactBox .contactForm .consent br {
    display: none;
  }

  .footInner .footLink1 li a {
    font-size: 13px;
  }

  .footLink2 {
    width: 100%;
  }

  .footInner .footLink2 li {
    margin-right: 10px;
  }

  .footLink2 li a {
    font-size: 11px;
  }

  .topBlock8Inner .bookSlide .swiper-button-next,
  .topBlock8Inner .bookSlide .swiper-button-prev {
    transform: scale(0.8);
  }

  .contactBlockInner .contactBox .contactForm ul li .wpcf7-radio {
    grid-template-columns: 1fr;
  }

  .topBlock5 .fukidashi::before {
    top: calc(100% - 2px);
  }

  .topBlock5 .fukidashi::after {
    top: 90%;
  }

  .mainVisual .bnrWrap {
    display: none;
  }

  .bnrWrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bnrWrap.no1 {
    margin-bottom: 80px;
  }

  .bnrWrap.no2 {
    margin-bottom: 80px;
  }

  .bnrWrap.no3 {
    margin-bottom: 80px;
  }

  .topBlock5Inner {
    margin-bottom: 53px;
  }

  .ytBlock h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .topBlock4Inner .introBoxWrap .introBox .introGif {
    filter: blur(0);
  }

  .topBlock4Inner .introBoxWrap:nth-child(2) .introBox:first-child .introGif {
    filter: blur(0);
  }
}