.p_gmu .header .container {
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .p_gmu .header .container {
    padding-left: clamp(
        1.25rem,
        4.0625vw + -2.8125rem,
        2.0625rem
    );
  }
}
@media screen and (min-width: 768px) {
  .p_gmu .header.fixed .header_brand__logo {
    max-width: 360px;
  }
}
.p_gmu .header_brand__logo {
  max-width: 309px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_gmu .header_brand__logo {
    max-width: clamp(
        22.5rem,
        28.5590277778vw + 8.7916666667rem,
        43.0625rem
    );
  }
}
.p_gmu_mv__in {
  position: relative;
  z-index: 0;
  height: 725px;
}
@media screen and (min-width: 768px) {
  .p_gmu_mv__in {
    height: 911px;
  }
}
.p_gmu_mv__main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 80px;
}
.p_gmu_mv__icon {
  max-width: 493px;
  width: 100%;
  margin-bottom: 88px;
}
@media screen and (min-width: 768px) {
  .p_gmu_mv__icon {
    margin-bottom: 245px;
    margin-left: 10px;
  }
}
.p_gmu_mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p_gmu_mv .c_mv_bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p_gmu_intro {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p_gmu_intro {
    margin-top: 140px;
  }
}
.p_gmu_intro__container {
  max-width: max-content;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_gmu_intro__container {
    max-width: 790px;
    padding: 40px 0 0;
  }
}
.p_gmu_intro__ttl {
  font-feature-settings: "palt";
  font-size: 1.2875rem;
  line-height: 1.8330097087;
  letter-spacing: 0.229em;
}
@media screen and (min-width: 768px) {
  .p_gmu_intro__ttl {
    font-size: 2.480625rem;
    line-height: 1.7140337617;
    padding-left: 87px;
  }
}
.p_gmu_intro__txt {
  font-feature-settings: "palt";
  font-size: 0.885625rem;
  line-height: 1.8002822865;
  letter-spacing: 0.2em;
  margin-top: 20px;
  width: calc(100% + clamp(
        0rem,
        44.2857142857vw + -8.8571428571rem,
        1.9375rem
    ));
}
.p_gmu_intro__txt + .p_gmu_intro__txt {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p_gmu_intro__txt {
    font-size: 1.63875rem;
    letter-spacing: 0.229em;
    line-height: 2.1620900076;
    padding-left: 87px;
    font-weight: 400;
    margin-top: 45px;
    width: unset;
  }
  .p_gmu_intro__txt + .p_gmu_intro__txt {
    margin-top: 57px;
  }
}
.p_gmu_intro__solgan {
  max-width: 311px;
  margin-left: 3px;
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .p_gmu_intro__solgan {
    max-width: 635px;
    margin-top: 87px;
    margin-left: 86px;
  }
}
.p_gmu_about {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .p_gmu_about {
    margin-top: 235px;
  }
}
.p_gmu_about__container {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_gmu_about__container {
    padding-top: 40px;
  }
}
.p_gmu_about__content {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p_gmu_about__content {
    margin-top: 132px;
  }
}
.p_gmu_about .p_about {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(257px, 1fr));
  column-gap: 30px;
  row-gap: 68px;
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about {
    column-gap: 6.6%;
  }
}
.p_gmu_about .p_about__item:first-child .p_about_item__ttl {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about__item:first-child .p_about_item__ttl {
    margin-top: 65px;
  }
}
.p_gmu_about .p_about__item:first-child .p_about_item__ttl_img {
  max-width: 300px;
  margin-left: -9px;
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about__item:first-child .p_about_item__ttl_img {
    max-width: 495px;
    margin-left: unset;
  }
}
.p_gmu_about .p_about__item:nth-child(2) .p_about_item__ttl {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about__item:nth-child(2) .p_about_item__ttl {
    margin-top: 80px;
  }
}
.p_gmu_about .p_about__item:nth-child(2) .p_about_item__ttl_img {
  max-width: 300px;
  margin-left: -9px;
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about__item:nth-child(2) .p_about_item__ttl_img {
    margin-left: 0;
    max-width: 495px;
  }
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about__item:nth-child(2) .p_about_item__body {
    margin-top: 92px;
  }
}
.p_gmu_about .p_about_item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p_gmu_about .p_about_item__thumb {
  width: 100%;
  display: block;
}
.p_gmu_about .p_about_item__thumb img {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about_item__thumb img {
    aspect-ratio: 567.4803/553.9254;
    object-fit: cover;
    width: unset;
  }
}
.p_gmu_about .p_about_item__ttl_img {
  display: block;
}
.p_gmu_about .p_about_item__ttl_img img {
  width: auto;
  max-width: 100%;
}
.p_gmu_about .p_about_item__body {
  margin-top: 27px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about_item__body {
    margin-top: 45px;
  }
}
.p_gmu_about .p_about_item__ttl02 {
  font-feature-settings: "palt";
  color: #231815;
  font-size: 1.1075rem;
  line-height: 2.0795711061;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about_item__ttl02 {
    font-size: 1.594375rem;
    line-height: 1.8890631125;
    font-weight: 400;
  }
}
.p_gmu_about .p_about_item__cap {
  color: #505050;
  font-feature-settings: "palt";
  font-size: 0.885625rem;
  line-height: 1.8002822865;
  letter-spacing: 0.1em;
  margin-top: 15px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about_item__cap {
    font-size: 1.24rem;
    line-height: 1.857358871;
    letter-spacing: 0.139em;
    margin-top: 25px;
  }
}
.p_gmu_about .p_about_item__detail {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 1.86rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  background: #000 url("../images/gmu/icon_btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 7px;
  height: 30px;
  border-radius: 4.1291px;
  transition: all 0.5s;
  font-size: 1.09375rem;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p_gmu_about .p_about_item__detail {
    border-radius: 10px;
    height: 45px;
    margin-top: 46px;
    font-size: 1.81625rem;
    background-position: right 20px center;
    background-size: 9px;
  }
  .p_gmu_about .p_about_item__detail:hover {
    opacity: 0.7;
  }
}
.p_gmu_message {
  margin-top: 118px;
}
@media screen and (min-width: 768px) {
  .p_gmu_message {
    margin-top: 268px;
  }
}
.p_gmu_message__container {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_gmu_message__container {
    padding-top: 40px;
  }
}
.p_gmu_message__main {
  margin-top: 82px;
}
@media screen and (min-width: 768px) {
  .p_gmu_message__main {
    margin-top: 130px;
  }
}
.p_gmu_message__cap {
  margin-top: 28px;
  padding-left: 16px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p_gmu_message__cap {
    padding-left: unset;
    padding-right: unset;
    margin-top: 168px;
  }
}
.p_gmu_message__txt {
  letter-spacing: 0.122em;
  font-feature-settings: "palt";
  color: #505050;
  font-size: 0.885625rem;
  line-height: 1.8002822865;
}
@media screen and (min-width: 768px) {
  .p_gmu_message__txt {
    font-size: 1.32875rem;
    line-height: 2;
    letter-spacing: 0.139em;
  }
}
.p_gmu_logomark {
  margin-top: 127px;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark {
    margin-top: 252px;
  }
}
.p_gmu_logomark__container {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark__container {
    padding-top: 40px;
  }
}
.p_gmu_logomark__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 242px;
  margin-top: 77px;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark__logo {
    max-width: 563px;
    margin-top: 170px;
  }
}
.p_gmu_logomark__cap01 {
  text-align: center;
  color: #505050;
  font-feature-settings: "palt";
  font-size: 0.885625rem;
  line-height: 1.8002822865;
  letter-spacing: 0.122em;
  margin-top: 62px;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark__cap01 {
    letter-spacing: 0.139em;
    font-size: 1.32875rem;
    line-height: 1.8668861712;
    margin-top: 182px;
  }
}
.p_gmu_logomark__hr {
  color: #505050;
  display: none;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark__hr {
    display: block;
    margin-top: 91px;
  }
}
.p_gmu_logomark__cap02 {
  color: #505050;
  font-feature-settings: "palt";
  font-size: 0.885625rem;
  line-height: 1.8002822865;
  letter-spacing: 0.1em;
  margin-top: 74px;
  padding-inline: 18px;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark__cap02 {
    padding-inline: unset;
    letter-spacing: 0.139em;
    font-size: 1.32875rem;
    line-height: 1.8668861712;
    margin-top: 105px;
  }
}
.p_gmu_logomark__footer {
  max-width: 634px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #505050;
}
.p_gmu_logomark__footer_01 {
  margin-top: 54px;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark__footer_01 {
    margin-top: 160px;
    padding: unset;
  }
}
.p_gmu_logomark__footer_02 {
  margin-top: 60px;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark__footer_02 {
    margin-top: 90px;
  }
}
.p_gmu_logomark__footer_txt01 {
  font-feature-settings: "palt";
  display: inline;
  background: linear-gradient(to right, #505050, #505050);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left bottom 2px;
  font-size: 0.7975rem;
  line-height: 2.5971786834;
  letter-spacing: 0.139em;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark__footer_txt01 {
    font-size: 1.683125rem;
    line-height: 2.3156331229;
  }
}
.p_gmu_logomark__footer_txt02 {
  font-size: 0.70625rem;
  line-height: 1.8663716814;
  letter-spacing: 0.139em;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark__footer_txt02 {
    font-size: 1.32875rem;
    line-height: 1.8668861712;
  }
}
.p_gmu_logomark .txt_underline {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark .txt_underline {
    transition: all 0.5s;
  }
  .p_gmu_logomark .txt_underline:hover {
    opacity: 0.7;
  }
  .p_gmu_logomark .txt_underline:hover::after {
    opacity: 0;
  }
}
.p_gmu_logomark .txt_underline::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #505050;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p_gmu_logomark .txt_underline::after {
    bottom: 5px;
  }
}
.p_gmu .footer {
  background-color: #FFE100;
  margin-top: 80px;
  padding: 37px 0 21px;
}
@media screen and (min-width: 768px) {
  .p_gmu .footer {
    margin-top: 218px;
    padding-top: 95px;
    padding-bottom: 50px;
  }
}
.p_gmu .footer_menu02 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_gmu .footer_menu02 {
    margin-top: 65px;
  }
}
.p_gmu .footer_menu01__item .link, .p_gmu .footer_menu02__item .link {
  color: #000;
}
.p_gmu .footer_menu01__item .link::after, .p_gmu .footer_menu02__item .link::after {
  background-color: #000;
}
.p_gmu .footer_menu02__item {
  border-right-color: #000;
}
.p_gmu .footer_menu02__item:first-child {
  border-left-color: #000;
}
.p_gmu .footer_copyright {
  color: #000;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_gmu .footer_copyright {
    margin-top: 82px;
  }
}

/*# sourceMappingURL=gmu.css.map */
