@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 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;
}

.wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}

a {
  border: none;
  color: #000000;
}

a {
  text-decoration: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

main {
  background-color: #000;
  color: #fff;
  padding: 5em 0 0;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 200;
  line-height: 160%;
  font-size: 0.9em;
}

img {
  max-width: 100%;
}

/*---タイトル---*/
h2,
h3,
h4,
th,
.title {
  font-weight: 500;
}

.blueBackTitle {
  background-image: url(../img/blue-back.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 15px 0;
  font-size: 1.4em;
  margin-bottom: 2em;
}

.pageTitle {
  background-size: cover;
  background-position: center center;
  padding: 1.2em 0;
  font-size: 2em;
  color: #fff;
  text-shadow: 0 0 7px #fff, 0 0 20px #000, 0 0 40px #000, 0 0 60px #333, 0 0 80px #333;
  font-weight: 500;
  letter-spacing: 2px;
}

.jpPageTitle {
  font-weight: 500;
  font-size: 1.9em;
  margin-bottom: 0.5em;
}

/*---セクション---*/
section {
  padding: 2em 0;
}
section .inner {
  width: 92%;
  margin: 0 auto;
}

section.point {
  text-align: left;
}
section.point .pointItem {
  margin-bottom: 2em;
}
section.point .pointItem .pointTitle {
  font-size: 1.7em;
  color: #0063b2;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 150%;
}

section.contact .wrap {
  display: block;
}
section.contact .contactItem {
  border: 1px solid #fff;
  margin: 0 auto 1em;
  padding: 1em 0;
  width: 85%;
}
section.contact .contactItem a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 2em;
  margin-bottom: 0.5em;
  display: block;
}
section.contact .contactItem p span {
  font-size: 0.8em;
}

section.footer .sns .wrap {
  justify-content: center;
}
section.footer .sns .wrap a {
  width: auto;
  display: inline-block;
  margin-right: 0.8em;
}
section.footer .sns .wrap a:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 580px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  /*---タイトル---*/
  .jpPageTitle {
    margin-bottom: 1.5em;
  }
  .pageTitle {
    padding: 1.5em 0;
  }
  /*---セクション---*/
  main {
    padding: 6em 0 0;
  }
  section {
    padding: 4em 0 2em;
  }
  section .inner {
    max-width: 1100px;
  }
  section.point .inner {
    width: 850px;
  }
  section.contact .inner {
    width: 850px;
  }
  section.contact .inner p {
    margin-bottom: 1em;
  }
  section.contact .inner .wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  section.contact .inner .wrap .contactItem {
    display: flex;
    align-items: center;
    width: 47%;
    justify-content: center;
  }
  section.contact .inner .wrap .contactItem a {
    font-size: 2.5em;
  }
  section.footer .wrap a {
    margin-right: 1em;
  }
}
.modal-open {
  padding-right: 0px !important;
}

main.sales-performance .pageTitle {
  background-image: url(../img/ga-back_NewSp.jpg);
  background-repeat: no-repeat;
}
main.sales-performance .wrap {
  justify-content: left;
  flex-wrap: wrap;
}
main.sales-performance .wrap .salesItem {
  text-align: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2em;
  cursor: pointer;
}
main.sales-performance .wrap .salesItem p {
  padding: 0.5em;
}
main.sales-performance .wrap .salesItem:nth-child(2n) {
  margin-right: 0;
}
main.sales-performance .wrap .salesItem .modal {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 3em;
  padding-right: 0px !important;
}
main.sales-performance .wrap .salesItem .modal .content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
main.sales-performance .wrap .salesItem .modal .content .txt {
  padding: 1em;
}
main.sales-performance .wrap .salesItem .modal .content .txt h4 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px dashed #333;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #3f3f3f;
  line-height: 180%;
}
main.sales-performance .wrap .salesItem .modal .content .txt p {
  color: #6f6f6f;
  margin: 20px 0;
}
main.sales-performance .wrap .salesItem .modal .content .txt img {
  width: 100%;
}
main.sales-performance .arrowWrap {
  display: flex;
  width: 250px;
  margin: 0 auto;
  justify-content: center;
}
main.sales-performance .arrowWrap .arrowItem {
  width: 125px;
  text-align: center;
  font-size: 1.2em;
  color: #666;
  font-weight: bold;
}
main.sales-performance .arrowWrap .arrowItem i {
  font-size: 2em;
}

@media only screen and (min-width: 580px) {
  main.sales-performance .pageTitle {
    padding: 2.5em 0;
    background-image: url(../img/ga-back_New.jpg);
    font-size: 3em;
  }
  main.sales-performance .inner {
    max-width: 1200px;
  }
  main.sales-performance .wrap .salesItem {
    width: 24.25%;
    margin-right: 1%;
  }
  main.sales-performance .wrap .salesItem:nth-child(2n) {
    margin-right: 1%;
  }
  main.sales-performance .wrap .salesItem:nth-child(4n) {
    margin-right: 0;
  }
  main.sales-performance .wrap .salesItem .modal {
    width: 880px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  main.sales-performance .wrap .salesItem .modal .content .txt {
    text-align: center;
  }
  main.sales-performance .wrap .salesItem .modal .content .txt img {
    width: auto;
    margin: 0 auto;
  }
  main.sales-performance .wrap .salesItem .modal .content .txt h4,
  main.sales-performance .wrap .salesItem .modal .content .txt p {
    text-align: left;
  }
}