@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  line-height: 1.7;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

i,
em,
b,
strong,
span {
  transition: none;
}

p {
  line-height: 1.7;
}

table {
  border-collapse: collapse;
}

@media (max-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  scroll-behavior: smooth;
  overflow: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 16px;
  color: #1d1d1d;
  font-style: normal;
  font-feature-settings: "palt";
  word-wrap: break-word;
  background: #fff;
}

@media (max-width: 820px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #1d1d1d;
}

@media (max-width: 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

input,
select,
textarea {
  color: #1d1d1d;
  line-height: 1.5;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

iframe {
  max-width: 100%;
}

::selection {
  background: #eee;
}

[class*="-inner"] {
  position: relative;
  padding: 3em 0 2em;
  margin: auto;
}

@media (max-width: 820px) {
  [class*="-inner"] {
    padding: 3em 7%;
  }
}

@media (max-width: 1025px) {
  [class*="-inner"] {
    padding: 5em 0 3.5em;
    width: 1000px;
  }
}

section .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 120px;
}

@media (max-width: 600px) {
  section .inner {
    margin-bottom: 60px;
  }
}

.fs-s {
  font-size: 0.9em;
}

.fs-ss {
  font-size: 0.8em;
}

header {
  margin-bottom: 110px;
}

header.terms {
  margin-bottom: 120px;
}

@media (max-width: 820px) {
  header.terms {
    margin-bottom: 90px;
  }
}

header .gHeader {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  z-index: 100;
  transition: 0.4s;
}

header .gHeader.bg {
  background-color: rgba(0, 0, 0, 0.7);
}

header .gHeader.terms.bg {
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1025px) {
  header .gHeader {
    padding: 20px;
  }
}

@media (max-width: 820px) {
  header .gHeader {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}

header .gHeader .logo {
  transition: 0.4s;
}

@media (max-width: 1025px) {
  header .gHeader .logo {
    width: 200px;
  }
}

@media (max-width: 600px) {
  header .gHeader .logo {
    width: 185px;
    height: auto;
  }
}

header .gHeader #spNavi {
  display: none;
}

@media (max-width: 820px) {
  header .gHeader #spNavi {
    display: block;
    width: 40px;
    height: 36px;
    position: relative;
  }
  header .gHeader #spNavi span {
    background: #fff;
    transition: 0.2s;
    display: block;
    width: 40px;
    height: 2px;
    top: 16px;
    position: absolute;
  }
  header .gHeader #spNavi span:first-of-type {
    top: 0;
  }
  header .gHeader #spNavi span:last-of-type {
    top: auto;
    bottom: 0;
  }
  header .gHeader #spNavi span.black {
    background: #1d1d1d;
  }
}

header .gHeader #spNavi.open span {
  top: 25px;
  display: none;
}

header .gHeader #spNavi.open span:first-of-type {
  display: block;
  position: absolute;
  top: 17px;
  transform: rotate(45deg);
}

header .gHeader #spNavi.open span:last-of-type {
  display: block;
  position: absolute;
  bottom: auto;
  top: 17px;
  transform: rotate(-45deg);
}

header .gHeader nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}

header .gHeader nav ul li {
  font-weight: bold;
  margin-left: 30px;
}

header .gHeader nav ul li:first-of-type {
  margin-left: 0;
}

@media (max-width: 1025px) {
  header .gHeader nav ul li {
    margin-left: 20px;
    font-size: 14px;
  }
}

header .gHeader nav ul li a {
  color: #fff;
}

header .gHeader nav.black a {
  color: #1d1d1d;
}

@media (max-width: 820px) {
  header .gHeader nav {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  header .gHeader nav ul {
    display: block;
    width: 100%;
    padding: 40px 5%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  header .gHeader nav ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 30px 0;
  }
  header .gHeader nav ul li:last-of-type {
    margin-bottom: 0;
  }
  header .gHeader nav ul li:before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    margin-right: 10px;
  }
  header .gHeader nav ul li a {
    color: #1d1d1d;
  }
}

header .mv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 130vh;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../images/consortium/mv_pc.png) no-repeat center bottom;
  background-size: cover;
}

@media (max-width: 820px) {
  header .mv {
    min-height: 0;
    height: 105vh;
    background: url(../images/consortium/mv_sp.png) no-repeat center bottom -90px;
    background-size: cover;
  }
}

@media (max-width: 600px) {
  header .mv {
    background: url(../images/consortium/mv_sp.png) no-repeat center bottom;
    background-size: cover;
  }
}

header .mv .mvWrap {
  text-align: center;
  height: auto;
  min-height: 700px;
  width: 100%;
}

@media (max-width: 820px) {
  header .mv .mvWrap {
    min-height: 0;
    max-height: 850px;
    height: 75%;
  }
  header .mv .mvWrap h2 {
    margin: 0 auto;
    width: calc(100% - 48px);
  }
}

@media (max-width: 600px) {
  header .mv .mvWrap {
    max-height: 700px;
    height: 60%;
    margin-top: -5em;
  }
}

header .mv .mvWrap picture {
  height: auto;
  width: 100%;
  max-width: 1078px;
  display: inline-block;
}

header .mv .mvWrap .mvText {
  width: calc(100% - 86px);
  max-width: 650px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
}

header .mv .mvWrap .mvText p {
  font-weight: 500;
}

@media (max-width: 820px) {
  header .mv .mvWrap .mvText {
    padding: 5% 0 20%;
    font-size: 20px;
    width: calc(100% - 64px);
  }
}

@media (max-width: 600px) {
  header .mv .mvWrap .mvText {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  header .mv .mvWrap .mvText {
    font-size: 12px;
    width: calc(100% - 16px);
  }
}

body a {
  transition: 0.4s;
}

body a:hover {
  color: #ed6103;
}

.page section {
  margin-top: -120px;
  padding: 120px 0 100px;
}

@media (max-width: 820px) {
  .page section {
    padding-bottom: 50px;
  }
}

.page section .title {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 40px;
  border-left: 8px solid #1d1d1d;
  display: flex;
  position: relative;
  align-items: center;
  padding: 20px 0 20px 54px;
  letter-spacing: 0.1em;
}

@media (max-width: 820px) {
  .page section .title {
    padding-left: 20px;
  }
}

.page section .title h2 {
  font-size: 32px;
  font-weight: bold;
  width: 100%;
}

@media (max-width: 600px) {
  .page section .title h2 {
    font-size: 24px;
  }
}

.page section .title h2 span {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}

.page section .title h3 {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}

@media (max-width: 600px) {
  .page section .title h3 {
    font-size: 12px;
  }
}

.page section .inner {
  width: 86%;
  max-width: 900px;
  margin: 0 auto 70px;
}

.page section.about p {
  margin-bottom: 50px;
}

.page section.partners .inner h4 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 100px;
  line-height: 2;
}

@media (max-width: 820px) {
  .page section.partners .inner h4 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

.page section.partners .inner h5 {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.page section.partners .inner h5:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #1d1d1d;
  margin-right: 10px;
}

.page section.partners .inner .partnersList {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page section.partners .inner .partnersList li {
  width: calc(100% / 4 - 30px);
  margin-bottom: 30px;
}

@media (max-width: 820px) {
  .page section.partners .inner .partnersList li {
    width: calc(100% / 2 - 10px);
  }
}

.page section.information .inner .newsList dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.page section.information .inner .newsList dd {
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.page section.information .inner .newsList dd a {
  text-decoration: underline !important;
}

.page section.contact .inner .btn {
  margin-top: 30px;
  text-align: center;
}

.page section.contact .inner .btn a {
  transition: 0.4s;
}

.page section.contact .inner .btn a:hover {
  opacity: 0.7;
}

.page section.terms .title {
  margin-top: 100px;
}

@media (max-width: 820px) {
  .page section.terms .title {
    margin-top: 50px;
  }
}

.page section.terms dl {
  margin-top: 100px;
}

.page section.terms dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.page section.terms dl dd {
  margin-bottom: 50px;
}

.page section.terms dl dd div {
  padding: 10px;
}

/*-----フッター-----*/
footer .footerInner {
  border-top: 10px solid #1d1d1d;
  border-bottom: 10px solid #1d1d1d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 820px) {
  footer .footerInner {
    margin-bottom: 0;
    border: 0;
  }
}

footer .footerInner .footerLogo {
  background: #1d1d1d;
  padding: 40px;
}

@media (max-width: 820px) {
  footer .footerInner .footerLogo {
    width: 100%;
    text-align: center;
  }
}

footer .footerInner dl {
  font-size: 18px;
  padding-left: 30px;
}

@media (max-width: 820px) {
  footer .footerInner dl {
    padding: 20px;
  }
}

@media (max-width: 320px) {
  footer .footerInner dl {
    padding: 16px;
    font-size: 14px;
  }
}

footer .footerInner dl dt {
  font-weight: bold;
}

footer .footerInner dl a {
  text-decoration: underline !important;
}

footer .copyright {
  color: #fff;
  background: #1d1d1d;
  text-align: right;
  padding: 10px 20px;
}

@media (max-width: 820px) {
  footer .copyright {
    text-align: center;
    padding: 20px;
  }
}

footer .copyright span {
  font-weight: bold;
}

footer .copyright a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  text-decoration: underline !important;
  transition: 0.4s;
}

@media (max-width: 820px) {
  footer .copyright a {
    margin-bottom: 20px;
    display: block;
  }
}

footer .copyright a:hover {
  opacity: 0.7;
}

.pc {
  display: inline-block;
}

.sp {
  display: none !important;
}

@media (max-device-width: 820px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
}
