@charset "UTF-8";
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.7777777778vw;
  }
}

body {
  font-family: "DotGothic16", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.ggf_inner {
  width: calc(100% - 10rem);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ggf_inner {
    width: 86%;
  }
}

/* ======================================================================
 ggf
====================================================================== */
.ggf_header {
  background: #000;
  padding: 1.5rem 0;
}
.ggf_header_logo {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .ggf_header_logo {
    transition: none;
  }
}
.ggf_header_logo:hover, .ggf_header_logo:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .ggf_header_logo:hover, .ggf_header_logo:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .ggf_header_logo {
    width: 15rem;
  }
}

.ggf_mv {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/service/flow/campaign/supportive-partnership/images/mv_bg.png);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ggf_mv {
    background-image: url(/service/flow/campaign/supportive-partnership/images/mv_bg_sp.png);
  }
}
.ggf_mv_ttl {
  position: absolute;
  z-index: 1;
  top: 4rem;
  width: 72.5rem;
}
@media screen and (max-width: 767px) {
  .ggf_mv_ttl {
    width: 100%;
    top: 6.5rem;
  }
}
.ggf_mv_img {
  position: relative;
  z-index: 2;
}

.ggf_sec01 {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/service/flow/campaign/supportive-partnership/images/bg01.png);
  width: 100%;
  padding: 3rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec01 {
    padding: 1rem 0 3rem;
    background-image: url(/service/flow/campaign/supportive-partnership/images/bg01_sp.png);
  }
}
.ggf_sec01_ttl {
  margin: 0 auto 4rem;
  width: 43.5rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec01_ttl {
    width: 26.5rem;
    margin: 0 auto;
  }
}
.ggf_sec01_list {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec01_list {
    display: block;
    width: 26.5rem;
    margin: 0 auto;
  }
}
.ggf_sec01_list_box {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec01_list_box {
    width: auto;
    margin-top: 1rem;
  }
}

.ggf_sec02 {
  background: #84b130;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .ggf_sec02 {
    padding: 3rem 0;
  }
}
.ggf_sec02_ttl {
  margin: 0 auto;
  width: 83.5rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec02_ttl {
    width: 26.5rem;
  }
}

.ggf_sec03 {
  background: url(/service/flow/campaign/supportive-partnership/images/bg02.png) 0 0;
  background-size: 12.5rem;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .ggf_sec03 {
    padding: 2rem 0 5rem;
  }
}
.ggf_sec03_arw {
  margin: 0 auto;
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec03_arw {
    width: 13rem;
  }
}
.ggf_sec03_ttl {
  margin: 6.5rem auto 0;
  width: 75.5rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec03_ttl {
    width: 26.5rem;
    margin: 2rem auto 0;
  }
}
.ggf_sec03_list {
  margin-top: 6rem;
}
.ggf_sec03_list_box {
  position: relative;
  margin-top: 4rem;
}
.ggf_sec03_list_ttl {
  position: absolute;
  top: 0;
  right: 7rem;
  z-index: 1;
  width: 58.5rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec03_list_ttl {
    top: -1.5rem;
    width: 100%;
    right: 0;
  }
}

.ggf_sec05 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(/service/flow/campaign/supportive-partnership/images/bg03.png);
  padding: 5rem 0 18rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec05 {
    padding: 2rem 0 43rem;
    background-image: url(/service/flow/campaign/supportive-partnership/images/bg03_sp.png);
  }
}
.ggf_sec05::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  background-image: url(/service/flow/campaign/supportive-partnership/images/star.svg);
}
@media screen and (max-width: 767px) {
  .ggf_sec05::after {
    background-image: url(/service/flow/campaign/supportive-partnership/images/star_sp.svg);
  }
}
.ggf_sec05_ttl {
  margin: 0 auto 9rem;
  width: 81.5rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec05_ttl {
    width: 26.5rem;
    margin: 0 auto 1rem;
  }
}
.ggf_sec05_box {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 84.5rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec05_box {
    display: none;
  }
}
.ggf_sec05_txt {
  position: absolute;
  top: 24rem;
  left: 17rem;
  width: 84.5rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .ggf_sec05_txt {
    width: 86%;
    left: 7%;
    top: inherit;
    bottom: 5rem;
  }
}
.ggf_sec05_img {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .ggf_sec05_img {
    position: static;
  }
}

.ggf_sec06 {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .ggf_sec06 {
    padding: 3rem 0 4rem;
  }
}
.ggf_sec06_ttl {
  margin: 0 auto 7rem;
  width: 82.8rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec06_ttl {
    width: 26.5rem;
    margin: 0 auto;
  }
}
.ggf_sec06_cv {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ggf_sec06_cv {
    display: block;
    margin: 0 auto;
    width: 26.5rem;
  }
}
.ggf_sec06_cv_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  width: 44.3rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec06_cv_btn {
    transition: none;
  }
}
.ggf_sec06_cv_btn:hover, .ggf_sec06_cv_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .ggf_sec06_cv_btn:hover, .ggf_sec06_cv_btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .ggf_sec06_cv_btn {
    display: block;
    width: 100%;
    margin-top: 4rem;
  }
}
.ggf_sec06_cv_btn:not(:last-child) {
  margin-right: 8rem;
}
@media screen and (max-width: 767px) {
  .ggf_sec06_cv_btn:not(:last-child) {
    margin-top: 3rem;
  }
}

.ggf_footer {
  background: #000;
  color: #FFF;
  padding: 7rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .ggf_footer {
    padding: 3rem 0;
  }
}
.ggf_footer_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .ggf_footer_nav {
    flex-wrap: wrap;
    margin: 0 auto 2rem;
    width: 26.5rem;
  }
}
.ggf_footer_nav_btn {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  color: #FFF;
  margin-right: 1em;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .ggf_footer_nav_btn {
    transition: none;
  }
}
.ggf_footer_nav_btn:hover, .ggf_footer_nav_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .ggf_footer_nav_btn:hover, .ggf_footer_nav_btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .ggf_footer_nav_btn {
    width: 50%;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-right: 0;
  }
}
.ggf_footer_copy {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ggf_footer_copy {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=supportive-partnership.css.map */