/* body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-top: 0px !important;
} */

img {
  height: auto;
  max-width: 100%;
}

.gn-button {
  background: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  min-width: 140px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.gn-button:hover {
  background: none;
}

.gn-button.gl-button--ghost {
  background: none;
}

.gn-button.gl-button--ghost:hover {
  background: none;
}

.gc-button-footer {
  align-items: center;
  background: #06c755;
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  max-width: 100%;
  padding: 16px 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 223px;
}

.gc-button-footer::after {
  background: transparent url(../img/icon-arrow-right.svg) no-repeat center
    center/contain;
  content: "";
  height: 14px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.gc-button-footer:hover {
  background: #00ad3b;
  color: #fff;
  opacity: 1;
}

.gc-button {
  align-items: center;
  background: #06c755;
  border-radius: 42px;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  max-width: 100%;
  padding: 12px 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 334px;
}

.gc-button::after {
  background: transparent url(../img/icon-arrow-right.svg) no-repeat center
    center/contain;
  content: "";
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.gc-button:hover {
  background: #00ad3b;
  color: #fff;
  opacity: 1;
}

.gc-section-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.gc-section-heading::after {
  background: #4194a6;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

.gc-inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  width: 1200px;
}

.gc-section {
  padding: 60px 0;
}

.gc-about-card {
  text-align: center;
}

.gc-about-card__head {
  font-size: 16px;
  font-weight: 700;
}

.gc-about-card__text {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 16px;
}

.gc-common-contact {
  font-weight: 700;
  text-align: center;
}

.gc-common-contact__pop {
  align-items: baseline;
  color: #e01e68;
  display: inline-flex;
  font-size: 16px;
}

.gc-common-contact__pop strong {
  font-size: 20px;
  margin: 0 4px;
}

.gc-common-contact__pop::before {
  background: transparent url(../img/icon-pop-left-red.svg) no-repeat center
    center/contain;
  content: "";
  flex-shrink: 0;
  height: 20.7px;
  margin-right: 2px;
  transform: translateY(5px);
  width: 15.92px;
}

.gc-common-contact__pop::after {
  background: transparent url(../img/icon-pop-right-red.svg) no-repeat center
    center/contain;
  content: "";
  flex-shrink: 0;
  height: 20.7px;
  margin-left: 2px;
  transform: translateY(5px);
  width: 15.92px;
}

.gc-common-contact__button {
  margin-top: 8px;
}

.gc-common-contact__text {
  font-size: 14px;
  margin-top: 6px;
}

.gc-contact {
  background: #d9ebef;
  padding-bottom: 60px;
  padding-top: 60px;
}

.gc-copyright {
  font-size: 12px;
  text-align: center;
}

.gc-drawer {
  background: #4194a6;
  height: 100%;
  left: 0;
  padding: 80px;
  position: fixed;
  text-align: center;
  top: 60px;
  width: 100%;
  z-index: 40;
}

.gc-drawer__item:nth-child(n + 2) {
  margin-top: 30px;
}

.gc-drawer__item a {
  color: #fff;
  text-decoration: none;
}

.gc-first-view {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 60px);
}

.gc-first-view__main-visual {
  height: calc(100% - 184px);
}

.gc-first-view__contact-sp {
  height: 184px;
}

.gc-fixed-sp {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  height: 80px;
  justify-content: center;
  left: 0;
  padding: 10px 14px;
  position: fixed;
  transform: translateY(80px);
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 50;
}

.gc-fixed-sp.is-scroll {
  transform: translateY(0);
}

.gc-fixed-sp__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857;
  margin-right: 12px;
}

.gc-fixed-sp__text span {
  display: inline-block;
}

.gc-fixed-sp__text strong {
  color: #e01e68;
}

.gc-fixed-sp__button {
  border: none;
  flex-shrink: 0;
  width: 223px;
}

.gc-flow-card__image {
  margin: 0 auto;
  width: 200px;
}

.gc-flow-card__image img {
  display: block;
}

.gc-flow-card__title {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin-top: 12px;
}

.gc-flow-card__title .is-num {
  color: #4194a6;
  flex-shrink: 0;
  font-size: 34px;
  font-weight: 500;
  margin-right: 12px;
}

.gc-flow-card__title .is-title {
  font-size: 16px;
  line-height: 1.5;
}

.gc-flow-cards__item {
  position: relative;
}

.gc-flow-cards__item:not(:last-child) {
  margin-bottom: 112px;
}

.gc-flow-cards__item:not(:last-child)::after {
  background: transparent url(../img/icon-flow-bottom.svg) no-repeat center
    center/contain;
  content: "";
  height: 28px;
  left: 50%;
  position: absolute;
  top: calc(100% + 40px);
  transform: translateX(-50%);
  width: 60px;
}

.gc-flow__cards {
  margin-top: 40px;
}

.gc-footer-nav {
  text-align: left;
}

.gc-footer-nav__head {
  font-size: 16px;
  font-weight: 700;
}

.gc-footer-nav__lists {
  list-style: none;
  margin: 12px 0 0;
  padding: 0 0 0 4px;
}

.gc-footer-nav__lists li:nth-child(n + 2) {
  margin-top: 4px;
}

.gc-footer-nav__lists li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.gc-footer-nav__lists li a::before {
  content: "-";
  margin-right: 0.5em;
}

.gc-footer {
  background: #333;
  color: #fff;
  padding: 32px 20px 100px;
}

.gc-footer__nav-items {
  display: flex;
  margin-top: 60px;
}

.gc-footer__nav-item {
  width: 50%;
}

.gc-footer__sns {
  margin-top: 60px;
}

.gc-footer__copyright {
  margin-top: 32px;
}

.gc-header {
  background: #fff;
  height: 60px;
  width: 100%;
  display: flex;
  left: 0;
  padding: 0 12px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.gc-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
}

.gc-header__logo {
  margin: 0;
  width: 120px;
}

.gc-header__logo a {
  margin: 0;
}

.gc-header__logo img {
  display: block;
}

.gc-header__nav-items {
  display: none;
  margin-left: auto;
}

.gc-header__nav-item:nth-child(n + 2) {
  margin-left: 40px;
}

.gc-header__nav-item a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.gc-header__button {
  border: 1px solid #000;
  margin-left: auto;
}

.gc-intro-content {
  max-width: 100%;
  padding-top: 150px;
  position: relative;
  width: 336.43px;
}

.gc-intro-content__cloud1,
.gc-intro-content__cloud2,
.gc-intro-content__cloud3,
.gc-intro-content__cloud4 {
  align-items: center;
  background: transparent no-repeat top center / contain;
  color: #0a5ea5;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 0;
}

.gc-intro-content__cloud1 {
  background-image: url(../img/cloud1.png);
  color: #0a5ea5;
  height: 89.45px;
  left: 0;
  top: 8px;
  width: 158.09px;
  z-index: 3;
}

.gc-intro-content__cloud2 {
  background-image: url(../img/cloud2.png);
  color: #1c7fd3;
  height: 97.3px;
  right: 0;
  top: 0;
  width: 192.43px;
  z-index: 1;
}

.gc-intro-content__cloud3 {
  background-image: url(../img/cloud3.png);
  color: #1c7fd3;
  height: 84.66px;
  left: 0;
  top: 94px;
  width: 174.37px;
  z-index: 4;
}

.gc-intro-content__cloud4 {
  background-image: url(../img/cloud4.png);
  color: #0a5ea5;
  height: 81.92px;
  right: 0;
  top: 80px;
  width: 163.77px;
  z-index: 2;
}

.gc-intro-content__image {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 198.31px;
  z-index: 5;
}

.gc-intro-content__image img {
  display: block;
  width: 100%;
}

.gc-intro {
  padding-bottom: 20px;
  padding-top: 60px;
}

.gc-intro__title {
  color: #0a5ea5;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.gc-intro__title::after {
  background: #4194a6;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

.gc-intro__content {
  margin: 20px auto 0;
}

.gc-main-visual-contact-sp {
  background: #d9ebef;
  padding-bottom: 16px;
  padding-top: 16px;
}

.gc-main-visual-contact {
  display: inline-block;
  font-weight: 700;
  text-align: center;
}

.gc-main-visual-contact__pop {
  align-items: baseline;
  color: #e01e68;
  display: inline-flex;
  font-size: 16px;
}

.gc-main-visual-contact__pop strong {
  font-size: 20px;
  margin: 0 4px;
}

.gc-main-visual-contact__pop::before {
  background: transparent url(../img/icon-pop-left.svg) no-repeat center
    center/contain;
  content: "";
  flex-shrink: 0;
  height: 20.7px;
  margin-right: 2px;
  transform: translateY(5px);
  width: 15.92px;
}

.gc-main-visual-contact__pop::after {
  background: transparent url(../img/icon-pop-right.svg) no-repeat center
    center/contain;
  content: "";
  flex-shrink: 0;
  height: 20.7px;
  margin-left: 2px;
  transform: translateY(5px);
  width: 15.92px;
}

.gc-main-visual-contact__button {
  margin-top: 8px;
}

.gc-main-visual-contact__text {
  font-size: 14px;
  margin-top: 6px;
}

.gc-main-visual {
  background: transparent url(../img/mv.jpg) no-repeat center center/cover;
  position: relative;
}

.gc-main-visual::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.gc-main-visual__inner {
  height: 100%;
  position: relative;
}

.gc-main-visual__content {
  bottom: 28px;
  left: 20px;
  position: absolute;
  z-index: 3;
}

.gc-main-visual__lead {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.77778;
}

.gc-main-visual__lead span {
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.gc-main-visual__contact {
  display: none;
  margin-top: 40px;
}

.gc-point-card {
  display: block;
}

.gc-point-card__title {
  align-items: center;
  color: #4194a6;
  display: flex;
  font-weight: 700;
  line-height: 1.4;
  min-height: 56px;
}

.gc-point-card__title .is-num {
  flex-shrink: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 34px;
  font-weight: 500;
  margin-right: 12px;
}

.gc-point-card__title .is-title {
  font-size: 19px;
}

.gc-point-card__image {
  border: 4px solid #555;
  border-bottom-width: 32px;
  border-radius: 16px;
  border-top-width: 24px;
  margin: 12px auto 0;
  max-width: 100%;
  width: 250px;
}

.gc-point-card__image img {
  display: block;
  width: 100%;
}

.gc-point-card__content {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 12px;
}

.gc-point-card__content strong {
  color: #e01e68;
  font-weight: 500;
}

.gc-point-card__notes {
  color: #e01e68;
  font-size: 10px;
  font-weight: 500;
  margin-top: 8px;
  text-align: right;
}

.gc-point-card__link {
  margin-top: 6px;
  text-align: right;
}

.gc-point-card__link a {
  align-items: center;
  color: #0a5ea5;
  display: inline-flex;
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.gc-point-card__link a::after {
  background: transparent url(../img/icon-arrow-link.svg) no-repeat center
    center/contain;
  content: "";
  flex-shrink: 0;
  height: 10px;
  margin-left: 6px;
  width: 5.71px;
}

.gc-point-card__link a:hover {
  color: #00448b;
}

.gc-point-cards__item:nth-child(n + 2) {
  margin-top: 60px;
}

.gc-point {
  background: #d9ebef;
}

.gc-point__content {
  margin-top: 40px;
}

.gc-qa-box__q {
  color: #4194a6;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 40px;
  position: relative;
}

.gc-qa-box__q span {
  align-items: center;
  display: flex;
}

.gc-qa-box__q span::before {
  content: "Q.";
  flex-shrink: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-right: 12px;
}

.gc-qa-box__q::before {
  background: #4194a6;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 20px;
}

.gc-qa-box__q::after {
  background: #4194a6;
  content: "";
  height: 20px;
  position: absolute;
  right: 9.5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 2px;
}

.gc-qa-box__q[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(90deg);
}

.gc-qa-box__a {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 1.71429;
  padding-top: 10px;
}

.gc-qa-box__a::before {
  content: "A.";
  flex-shrink: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-right: 12px;
}

.gc-qa-box__a a {
  color: inherit;
}

.gc-qa-boxes__item {
  border-bottom: 1px solid #d9ebef;
  padding-bottom: 30px;
}

.gc-qa-boxes__item:nth-child(n + 2) {
  margin-top: 30px;
}

.gc-qa {
  background: #f8f8f8;
}

.gc-qa__inner {
  width: 600px;
}

.gc-qa__boxes {
  margin-top: 60px;
}

.gc-result-box {
  background: #fff;
  box-shadow: 4px 4px 0 0 #4194a6;
  display: inline-block;
  font-weight: 700;
  max-width: 100%;
  padding: 20px;
  width: 334px;
}

.gc-result-box__title {
  border-bottom: 1px solid #4194a6;
  color: #4194a6;
  font-size: 16px;
  margin: 0 auto;
  padding: 0 0 2px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.gc-result-box__logo {
  margin: 16px auto 0;
  max-width: 100%;
  width: 240px;
}

.gc-result-box__logo img {
  display: block;
  width: 100%;
}

.gc-result-box__text {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}

.gc-result-box__text strong {
  color: #e01e68;
}

.gc-result-card__link {
  margin-top: 6px;
  text-align: right;
}

.gc-result-card__link a {
  align-items: center;
  color: #0a5ea5;
  display: inline-flex;
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.gc-result-card__link a::after {
  background: transparent url(../img/icon-arrow-link.svg) no-repeat center
    center/contain;
  content: "";
  flex-shrink: 0;
  height: 10px;
  margin-left: 6px;
  width: 5.71px;
}

.gc-result-card__link a:hover {
  color: #00448b;
}

.gc-result-check {
  padding-bottom: 60px;
  padding-top: 60px;
}

.gc-result-check__inner {
  width: 1053.82px;
}

.gc-result-check__image {
  margin: 32px auto 0;
  width: 238.69px;
}

.gc-result-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gc-result-list__item {
  align-items: center;
  border-bottom: 2px solid #fbdb54;
  display: flex;
  margin: 0;
  padding: 0 0 4px;
}

.gc-result-list__item:nth-child(n + 2) {
  margin-top: 32px;
}

.gc-result-list__item::before {
  background: transparent url(../img/icon-check.svg) no-repeat center
    center/contain;
  content: "";
  flex-shrink: 0;
  height: 27px;
  margin-right: 13px;
  width: 27px;
}

.gc-result-list__text {
  font-weight: 700;
}

.gc-result-list__text .is-normal {
  font-size: 14px;
  line-height: 1.57143;
}

.gc-result-list__text .is-strong {
  color: #e01e68;
  font-size: 18px;
  line-height: 1.22222;
}

.gc-result {
  background: #d9ebef;
  padding-bottom: 20px;
  padding-top: 24px;
  position: relative;
  text-align: center;
}

.gc-result::after {
  background: transparent url(../img/separate-sp.png) no-repeat top center/100%
    100%;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.gc-sns-links {
  align-items: center;
  display: flex;
  justify-content: center;
}

.gc-sns-links__item:nth-child(n + 2) {
  margin-left: 32px;
}

.gc-sns-links__item a {
  color: #fff;
  text-decoration: none;
}

.gc-voice-bubble {
  background: #f8f8f8;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 136px;
  padding: 20px;
  position: relative;
}

.gc-voice-bubble::after {
  background: transparent url(../img/icon-bubble.svg) no-repeat center
    center/contain;
  content: "";
  height: 20.28px;
  left: 40%;
  position: absolute;
  top: calc(100% - 4px);
  width: 22.25px;
}

.gc-voice-bubble__content {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 12px;
}

.gc-voice-bubble__content strong {
  color: #e01e68;
}

.gc-voice-bubble__name {
  font-size: 12px;
  font-weight: 500;
  margin-top: auto;
  text-align: right;
}

.gc-voice-card__image {
  margin: 14px auto 0;
  width: 130px;
}

.gc-voice-card__image img {
  display: block;
}

.gc-voice-card__link {
  margin-top: 8px;
  text-align: center;
}

.gc-voice-card__link a {
  align-items: center;
  color: #0a5ea5;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.gc-voice-card__link a::after {
  background: transparent url(../img/icon-arrow-link.svg) no-repeat center
    center/contain;
  content: "";
  flex-shrink: 0;
  height: 10px;
  margin-left: 6px;
  width: 5.71px;
}

.gc-voice-card__link a:hover {
  color: #00448b;
}

.gc-voice-cards {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.gc-voice-cards .swiper-button-next,
.gc-voice-cards .swiper-button-prev {
  color: #4194a6;
  height: 23.62px;
  width: 13.5px;
}

.gc-voice-cards .swiper-button-next::after,
.gc-voice-cards .swiper-button-next::after,
.gc-voice-cards .swiper-button-prev::after,
.gc-voice-cards .swiper-button-prev::after {
  font-size: 24px;
}

.gc-voice__cards {
  margin-top: 40px;
}

/* .navbar {
  position: fixed !important;
} */

.u-color-red {
  color: #ff4444;
}

.u-font-small {
  font-size: 10px;
}

@media (min-width: 768px) {
  .gc-button::before {
    height: 46px;
    margin-right: 20px;
    width: 48.26px;
  }

  .gc-button::after {
    height: 21px;
    width: 12px;
  }

  .gc-button {
    border-radius: 50px;
    font-size: 32px;
    padding: 20px 36px;
    width: 480px;
  }

  .gc-section-heading {
    font-size: 40px;
    line-height: 1.3;
  }

  .gc-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gc-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .gc-about-card__head {
    font-size: 24px;
  }

  .gc-common-contact__pop {
    font-size: 24px;
  }

  .gc-common-contact__pop strong {
    font-size: 32px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .gc-common-contact__pop::before {
    height: 30.35px;
    margin-right: 12px;
    width: 23.34px;
  }

  .gc-common-contact__pop::after {
    height: 30.35px;
    margin-left: 12px;
    width: 23.34px;
  }

  .gc-common-contact__text {
    font-size: 20px;
  }

  .gc-first-view {
    height: auto;
  }

  .gc-first-view__main-visual {
    height: 740px;
  }

  .gc-first-view__contact-sp {
    height: auto;
  }

  .gc-fixed-sp {
    display: none;
  }

  .gc-flow-card__title .is-title br {
    display: none;
  }

  .gc-flow-cards {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .gc-flow-cards__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 9.33333vw;
  }

  .gc-flow-cards__item:not(:last-child)::after {
    background-image: url(../img/icon-flow-right.svg);
    content: "";
    height: 5vw;
    left: calc(100% + 5vw);
    top: 50%;
    transform: translateY(-50%);
    width: 2.33333vw;
  }

  .gc-flow__cards {
    margin-top: 60px;
  }

  .gc-footer-nav__lists {
    display: flex;
    flex-wrap: wrap;
  }

  .gc-footer-nav__lists li {
    width: 50%;
  }

  .gc-footer-nav__lists li:nth-child(n + 2) {
    margin-top: 0;
  }

  .gc-footer-nav__lists li:nth-child(n + 3) {
    margin-top: 12px;
  }

  .gc-footer {
    padding-bottom: 20px;
    padding-top: 60px;
  }

  .gc-footer__inner {
    width: 620px;
  }

  .gc-footer__nav-items {
    justify-content: center;
  }

  .gc-footer__nav-item {
    width: calc(50% - 40px * 1 / 2);
  }

  .gc-footer__nav-item:nth-child(n + 2) {
    margin-left: 40px;
  }

  .gc-footer__sns {
    margin-top: 60px;
  }

  .gc-header__nav-items {
    align-items: center;
    display: flex;
  }

  .gc-header__nav-item:nth-child(n + 2) {
    margin-left: 3.33333vw;
  }

  .gc-header__button {
    display: none;
  }

  .gc-intro-content {
    padding-top: 16.5vw;
    width: 83vw;
  }

  .gc-intro-content__cloud1,
  .gc-intro-content__cloud2,
  .gc-intro-content__cloud3,
  .gc-intro-content__cloud4 {
    font-size: 2.16667vw;
  }

  .gc-intro-content__cloud1 {
    height: 16.645vw;
    left: 12.91667vw;
    top: 0;
    width: 29.41833vw;
  }

  .gc-intro-content__cloud2 {
    height: 18.10667vw;
    right: 8.5vw;
    width: 35.8075vw;
  }

  .gc-intro-content__cloud3 {
    height: 15.75333vw;
    top: 12.5vw;
    width: 32.4475vw;
  }

  .gc-intro-content__cloud4 {
    height: 15.24417vw;
    top: 14.75vw;
    width: 30.47583vw;
  }

  .gc-intro-content__image {
    width: 31.29417vw;
  }

  .gc-intro {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .gc-intro__title {
    font-size: 40px;
    line-height: 1.3;
  }

  .gc-intro__content {
    margin-top: 40px;
  }

  .gc-main-visual-contact-sp {
    display: none;
  }

  .gc-main-visual-contact__pop {
    color: #fff;
    font-size: 24px;
  }

  .gc-main-visual-contact__pop strong {
    font-size: 32px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .gc-main-visual-contact__pop::before {
    height: 30.35px;
    margin-right: 12px;
    width: 23.34px;
  }

  .gc-main-visual-contact__pop::after {
    height: 30.35px;
    margin-left: 12px;
    width: 23.34px;
  }

  .gc-main-visual-contact__text {
    color: #fff;
    font-size: 20px;
  }

  .gc-main-visual__content {
    left: 20px;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 650px;
  }

  .gc-main-visual__lead {
    font-size: 5vw;
  }

  .gc-main-visual__lead span {
    border-width: 3px;
  }

  .gc-main-visual__contact {
    display: block;
    position: static;
  }

  .gc-point-card__title {
    min-height: 56px;
  }

  .gc-point-card__content {
    font-size: 16px;
  }

  .gc-point-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gc-point-cards__item {
    width: calc(50% - 5vw * 1 / 2);
  }

  .gc-point-cards__item:nth-child(n + 2) {
    margin-top: 0;
  }

  .gc-point-cards__item:not(:nth-child(2n + 1)) {
    margin-left: 5vw;
  }

  .gc-point-cards__item:nth-child(n + 3) {
    margin-top: 5vw;
  }

  .gc-point__content {
    margin-top: 60px;
  }

  .gc-qa-boxes__item {
    padding-bottom: 36px;
  }

  .gc-qa-boxes__item:nth-child(n + 2) {
    margin-top: 36px;
  }

  .gc-result-box {
    box-shadow: 0.66667vw 0.66667vw 0 0 #4194a6;
    padding: 3.83333vw;
    width: 66vw;
  }

  .gc-result-box__title {
    border-bottom-width: 0.16667vw;
    font-size: 3.08333vw;
    padding-bottom: 0.5vw;
  }

  .gc-result-box__logo {
    margin-top: 3vw;
    width: 47.33333vw;
  }

  .gc-result-box__text {
    font-size: 4.66667vw;
    margin-top: 3vw;
  }

  .gc-result-check {
    padding-bottom: 80px;
    padding-top: 180px;
  }

  .gc-result-check__inner {
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }

  .gc-result-check__list {
    width: 486px;
  }

  .gc-result-check__image {
    margin: 0 0 0 auto;
    width: calc(100% - 486px - 60px);
  }

  .gc-result-list__item {
    border-bottom-width: 3px;
  }

  .gc-result-list__item:nth-child(n + 2) {
    margin-top: 5vw;
  }

  .gc-result-list__item::before {
    margin-right: 20px;
    width: 39px;
  }

  .gc-result-list__text .is-normal {
    font-size: 18px;
  }

  .gc-result-list__text .is-strong {
    font-size: 26px;
  }

  .gc-result {
    padding-bottom: 50px;
    padding-top: 80px;
  }

  .gc-result::after {
    background-image: url(../img/separate-pc.png);
    height: 120px;
  }

  .gc-voice-bubble {
    min-height: 178px;
  }

  .gc-voice-bubble__content {
    font-size: 16px;
  }

  .gc-voice-cards {
    padding-left: 60px;
    padding-right: 60px;
  }

  .gc-voice-cards .swiper-button-next::after,
  .gc-voice-cards .swiper-button-next::after,
  .gc-voice-cards .swiper-button-prev::after,
  .gc-voice-cards .swiper-button-prev::after {
    font-size: 32px;
  }

  .gc-voice__cards {
    margin-top: 60px;
  }

  .gc-hidden-md {
    display: none;
  }
}

@media (min-width: 992px) {
  .gc-flow-card__title .is-title br {
    display: inline;
  }

  .gc-point-cards__item {
    width: calc(33.3% - 60px * 2 / 3);
  }

  .gc-point-cards__item:nth-child(n + 3) {
    margin-top: 0;
  }

  .gc-point-cards__item:nth-child(n + 4) {
    margin-top: 60px;
  }

  .gc-point-cards__item:not(:nth-child(3n + 1)) {
    margin-left: 60px;
  }
}

@media (min-width: 1200px) {
  .gc-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .gc-flow-cards__item:not(:last-child) {
    margin-right: 148px;
  }

  .gc-flow-cards__item:not(:last-child)::after {
    height: 60px;
    left: calc(100% + 60px);
    width: 28px;
  }

  .gc-header__nav-item:nth-child(n + 2) {
    margin-left: 40px;
  }

  .gc-intro-content {
    padding-top: 198px;
    width: 996px;
  }

  .gc-intro-content__cloud1,
  .gc-intro-content__cloud2,
  .gc-intro-content__cloud3,
  .gc-intro-content__cloud4 {
    font-size: 26px;
    line-height: 1.5;
  }

  .gc-intro-content__cloud1 {
    height: 199.74px;
    left: 155px;
    top: 0;
    width: 353.02px;
  }

  .gc-intro-content__cloud2 {
    height: 217.28px;
    right: 102px;
    width: 429.69px;
  }

  .gc-intro-content__cloud3 {
    height: 189.04px;
    top: 150px;
    width: 389.37px;
  }

  .gc-intro-content__cloud4 {
    height: 182.93px;
    top: 177px;
    width: 365.71px;
  }

  .gc-intro-content__image {
    width: 375.53px;
  }

  .gc-main-visual__lead {
    font-size: 60px;
  }

  .gc-result-box {
    box-shadow: 8px 8px 0 0 #4194a6;
    padding: 46px;
    width: 792px;
  }

  .gc-result-box__title {
    border-bottom-width: 2px;
    font-size: 37px;
    padding-bottom: 6px;
  }

  .gc-result-box__logo {
    margin-top: 36px;
    width: 568px;
  }

  .gc-result-box__text {
    font-size: 56px;
    margin-top: 36px;
  }

  .gc-result-check__list {
    width: 50%;
  }

  .gc-result-check__image {
    margin: 0 0 0 auto;
    width: 47.33446%;
  }

  .gc-result-list__item:nth-child(n + 2) {
    margin-top: 60px;
  }
}
