@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/*-----------------------------------------------------------------
Reset
-----------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  zoom: 1;
}

header, footer, main, nav, article, aside, section {
  display: block;
}

ul, ol {
  list-style-type: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

hr {
  display: none;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

a {
  outline: none;
}

@media all and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*-----------------------------------------------------------------
Base
-----------------------------------------------------------------*/
/* Font
----------------------------------------*/
* {
  font-style: normal;
  font-weight: normal;
}

/* Default
----------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
    font-size: 1rem;
    line-height: 2;
  }
}
body a {
  color: #000;
  text-decoration: none;
}

button, input {
  font-family: "Noto Sans JP", sans-serif;
}

*:focus-visible {
  outline: 3px solid #333 !important;
}

/*-----------------------------------------------------------------
LP
-----------------------------------------------------------------*/
/* Fade
----------------------------------------*/
.js-fadein {
  opacity: 0;
  transition: all .3s ease-in;
}

.js-scrollin.js-fadein {
  opacity: 1;
}

/* Header
----------------------------------------*/
.header {
  position: relative;
}
.header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 40vw;
  max-height: 700px;
  background-color: #f6f4ee;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .header::before {
    width: 100%;
    height: 100vw;
    max-height: 600px;
  }
}
.header__inner {
  display: flex;
  align-items: flex-end;
  width: 92%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .header__inner {
    display: block;
    padding: 20px 0;
  }
}
.header__logo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 200px;
  }
}
.header__menu {
  display: flex;
  gap: 0 4px;
}
@media screen and (max-width: 768px) {
  .header__menu {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .header__menu > li {
    flex: 1;
  }
}
.header__menu > li a {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  background-color: #c4181e;
  background-image: url("/admissions/ngudougasp/img/header_blank.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px auto;
  padding: 8px 60px 8px 50px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .header__menu > li a {
    font-size: 0.8125rem;
    text-align: center;
    background-position: right 10px center;
    background-size: 14px auto;
    padding: 8px 20px 8px 15px;
  }
}
.header__menu > li a:hover {
  opacity: .7;
}
.header__menu > li:first-child a {
  border-radius: 2em 0 0 2em;
}
.header__menu > li:last-child a {
  background-color: #9e0208;
  border-radius: 0 2em 2em 0;
}

/* Kv
----------------------------------------*/
.kv__inner {
  position: relative;
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
}
.kv__img img {
  width: 100%;
}
.kv__title {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kv__title {
    top: 20%;
    transform: translateY(0);
  }
}
.kv__sign {
  position: absolute;
  width: clamp(25rem, 13.849rem + 23.2vw, 31.25rem);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .kv__sign {
    width: 50vw;
    transform: translateY(-60%);
  }
}
.kv__en {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 10vw;
}
@media screen and (max-width: 768px) {
  .kv__en {
    padding-left: 20vw;
  }
}
.kv__en-sub {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.25rem;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .kv__en-sub {
    font-size: 1rem;
  }
}
.kv__en-main {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 9.375rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .kv__en-main {
    font-size: 3.125rem;
  }
}
.kv__en-main::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 100vw;
  height: 120px;
  background-color: #046480;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .kv__en-main::before {
    height: 50px;
  }
}
.kv__lead {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 500;
  color: #fff;
  background-color: #a68256;
  padding: 20px 70px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .kv__lead {
    font-size: 1rem;
    padding: 10px 20px;
    margin-top: 5px;
  }
}

/* Main
----------------------------------------*/
.main {
  overflow: hidden;
}

/* Gnav
----------------------------------------*/
.gnav__inner {
  position: relative;
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .gnav__inner {
    padding: 40px 0;
  }
}
.gnav__txt {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gnav__txt {
    font-size: 1rem;
    text-align: center;
  }
}
.gnav__list {
  display: flex;
  gap: 0 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .gnav__list {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 30px;
  }
}
.gnav__list > li {
  flex: 1;
}
.gnav__list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px auto;
  border-bottom: 3px solid #ccc;
  padding: 20px 30px 20px 20px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .gnav__list > li a {
    font-size: 0.9375rem;
    border-bottom-width: 2px;
    padding: 12px 25px 12px 20px;
  }
}
.gnav__list > li a:hover {
  opacity: .7;
}
.gnav__list > li.-learning a {
  color: #4478ca;
  background-color: #ecf0fa;
  background-image: url("/admissions/ngudougasp/img/gnav_ic_learning.svg");
  border-bottom-color: #4478ca;
}
.gnav__list > li.-talk a {
  color: #0eac5c;
  background-color: #e6f6ee;
  background-image: url("/admissions/ngudougasp/img/gnav_ic_talk.svg");
  border-bottom-color: #0eac5c;
}
.gnav__list > li.-support a {
  color: #f0883a;
  background-color: #fcf4ec;
  background-image: url("/admissions/ngudougasp/img/gnav_ic_support.svg");
  border-bottom-color: #f0883a;
}
.gnav__list > li.-international a {
  color: #ec5e78;
  background-color: #fef0f0;
  background-image: url("/admissions/ngudougasp/img/gnav_ic_international.svg");
  border-bottom-color: #ec5e78;
}
.gnav__list > li.-community a {
  color: #ae5ea0;
  background-color: #f8f0f6;
  background-image: url("/admissions/ngudougasp/img/gnav_ic_community.svg");
  border-bottom-color: #ae5ea0;
}

/* Component
----------------------------------------*/
.c-sec {
  position: relative;
}
.c-sec::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: #ccc;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-sec::before {
    height: 200px;
  }
}
.c-sec.learning::before {
  background-color: #ecf0fa;
}
.c-sec.talk::before {
  background-color: #e6f6ee;
}
.c-sec.support::before {
  background-color: #fcf4ec;
}
.c-sec.international::before {
  background-color: #fef0f0;
}
.c-sec.community::before {
  background-color: #f8f0f6;
}

.c-inner {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-inner {
    padding-bottom: 30px;
  }
}

.c-heading {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .c-heading {
    padding: 40px 0;
  }
}
.c-heading__en {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-heading__en {
    font-size: 2rem;
  }
}
.learning .c-heading__en {
  color: #4478ca;
}
.talk .c-heading__en {
  color: #0eac5c;
}
.support .c-heading__en {
  color: #f0883a;
}
.international .c-heading__en {
  color: #ec5e78;
}
.community .c-heading__en {
  color: #ae5ea0;
}
.c-heading__en::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 14px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .c-heading__en::after {
    bottom: 5px;
  }
}
.learning .c-heading__en::after {
  background-color: #4478ca;
}
.talk .c-heading__en::after {
  background-color: #0eac5c;
}
.support .c-heading__en::after {
  background-color: #f0883a;
}
.international .c-heading__en::after {
  background-color: #ec5e78;
}
.community .c-heading__en::after {
  background-color: #ae5ea0;
}
.c-heading__jp {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-heading__jp {
    font-size: 1.125rem;
    padding-top: 15px;
  }
}

.c-swiper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-swiper {
    padding: 0 40px;
  }
}
.c-swiper__yb iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 320/180;
  vertical-align: middle;
  border-radius: 15px;
}
.c-swiper__yb-caption {
  font-size: 1.125rem;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-swiper__yb-caption {
    font-size: 0.875rem;
    padding-top: 10px;
  }
}
.c-swiper .swiper-prev {
  position: absolute;
  top: 35%;
  left: -80px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-swiper .swiper-prev {
    top: 25%;
    left: 0;
  }
  .c-swiper .swiper-prev img {
    width: 30px;
  }
}
.c-swiper .swiper-next {
  position: absolute;
  top: 35%;
  right: -80px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-swiper .swiper-next {
    top: 25%;
    right: 0;
  }
  .c-swiper .swiper-next img {
    width: 30px;
  }
}
.c-swiper .swiper-button-disabled {
  opacity: .2;
}

.c-yb {
  transition: all .5s;
}
.c-yb:hover {
  opacity: .7;
}
.c-yb__thumb {
  position: relative;
}
.c-yb__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 320/180;
  object-fit: cover;
  border-radius: 15px;
}
.c-yb__thumb::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 56px;
  background-image: url("/admissions/ngudougasp/img/ic_yb.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-yb__thumb::after {
    width: 40px;
    height: 28px;
  }
}
.c-yb__title {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-yb__title {
    font-size: 0.875rem;
    padding-top: 10px;
  }
}

/* 名古屋学院大学の学び
----------------------------------------*/
/* 在学生TALK
----------------------------------------*/
/* キャリアサポート
----------------------------------------*/
/* 国際交流
----------------------------------------*/
/* 地域・社会連携教育
----------------------------------------*/
/* Footer
----------------------------------------*/
.footer-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  background-image: url("/admissions/ngudougasp/img/footer_1_img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .footer-1 {
    background-image: url("/admissions/ngudougasp/img/footer_1_img_sp.png");
  }
}
.footer-1__yb a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("/admissions/ngudougasp/img/footer_1_yb.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 60px auto;
  border-radius: 2em;
  padding: 15px 100px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .footer-1__yb a {
    font-size: 0.9375rem;
    background-size: 40px auto;
    padding: 15px 60px 15px 40px;
  }
}
.footer-1__yb a:hover {
  opacity: .7;
}

.footer-2 {
  background-color: #f6f4ee;
}
.footer-2__inner {
  display: flex;
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-2__inner {
    display: block;
    width: 100%;
  }
}
.footer-2__logo {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-2__logo {
    text-align: center;
  }
  .footer-2__logo img {
    width: 150px;
  }
}
.footer-2__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  max-width: 520px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer-2__menu {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 30px 4% 15px;
  }
}
.footer-2__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer-2__list {
    gap: 10px;
  }
}
.footer-2__list > li a {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-image: url("/admissions/ngudougasp/img/footer_2_ic_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px;
  border-radius: 6px;
  padding: 10px 20px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .footer-2__list > li a {
    font-size: 0.875rem;
  }
}
.footer-2__list > li a:hover {
  opacity: .7;
}
.footer-2__list > li:nth-child(1) {
  grid-column: 1 / -1;
}
.footer-2__list > li:nth-child(1) a {
  background-color: #9e0208;
}
.footer-2__list > li:nth-child(2) a {
  background-color: #6e1418;
}
.footer-2__list > li:nth-child(3) a {
  background-color: #c41820;
}
.footer-2__cr {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .footer-2__cr {
    font-size: 0.6875rem;
    margin-top: 15px;
  }
}

/*-----------------------------------------------------------------
Utility
-----------------------------------------------------------------*/
/* Typography
----------------------------------------*/
/* Font Weight */
.u-font-normal {
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .u-font-normal-sp {
    font-weight: 400 !important;
  }
}
@media screen and (min-width: 769px) {
  .u-font-normal-pc {
    font-weight: 400 !important;
  }
}

.u-font-medium {
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .u-font-medium-sp {
    font-weight: 500 !important;
  }
}
@media screen and (min-width: 769px) {
  .u-font-medium-pc {
    font-weight: 500 !important;
  }
}

.u-font-bold {
  font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
  .u-font-bold-sp {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 769px) {
  .u-font-bold-pc {
    font-weight: 700 !important;
  }
}

/* Text Align */
.u-text-left {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .u-text-left-sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) {
  .u-text-left-pc {
    text-align: left !important;
  }
}

.u-text-center {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .u-text-center-sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) {
  .u-text-center-pc {
    text-align: center !important;
  }
}

.u-text-right {
  text-align: right !important;
}
@media screen and (max-width: 768px) {
  .u-text-right-sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) {
  .u-text-right-pc {
    text-align: right !important;
  }
}

/* Layout
----------------------------------------*/
/* Clear */
.u-clearfix::before, .u-clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/* Display */
.u-none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-none-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-none-pc {
    display: none !important;
  }
}

/* Spacing
----------------------------------------*/
/* Margin Top */
.u-mt-0rem {
  margin-top: 0rem !important;
}
.u-mt-1rem {
  margin-top: 1rem !important;
}
.u-mt-2rem {
  margin-top: 2rem !important;
}
.u-mt-3rem {
  margin-top: 3rem !important;
}
.u-mt-4rem {
  margin-top: 4rem !important;
}
.u-mt-5rem {
  margin-top: 5rem !important;
}
.u-mt-6rem {
  margin-top: 6rem !important;
}
.u-mt-7rem {
  margin-top: 7rem !important;
}
.u-mt-8rem {
  margin-top: 8rem !important;
}
.u-mt-9rem {
  margin-top: 9rem !important;
}
.u-mt-10rem {
  margin-top: 10rem !important;
}
@media screen and (max-width: 768px) {
  .u-mt-0rem-sp {
    margin-top: 0rem !important;
  }
  .u-mt-1rem-sp {
    margin-top: 1rem !important;
  }
  .u-mt-2rem-sp {
    margin-top: 2rem !important;
  }
  .u-mt-3rem-sp {
    margin-top: 3rem !important;
  }
  .u-mt-4rem-sp {
    margin-top: 4rem !important;
  }
  .u-mt-5rem-sp {
    margin-top: 5rem !important;
  }
  .u-mt-6rem-sp {
    margin-top: 6rem !important;
  }
  .u-mt-7rem-sp {
    margin-top: 7rem !important;
  }
  .u-mt-8rem-sp {
    margin-top: 8rem !important;
  }
  .u-mt-9rem-sp {
    margin-top: 9rem !important;
  }
  .u-mt-10rem-sp {
    margin-top: 10rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mt-0rem-pc {
    margin-top: 0rem !important;
  }
  .u-mt-1rem-pc {
    margin-top: 1rem !important;
  }
  .u-mt-2rem-pc {
    margin-top: 2rem !important;
  }
  .u-mt-3rem-pc {
    margin-top: 3rem !important;
  }
  .u-mt-4rem-pc {
    margin-top: 4rem !important;
  }
  .u-mt-5rem-pc {
    margin-top: 5rem !important;
  }
  .u-mt-6rem-pc {
    margin-top: 6rem !important;
  }
  .u-mt-7rem-pc {
    margin-top: 7rem !important;
  }
  .u-mt-8rem-pc {
    margin-top: 8rem !important;
  }
  .u-mt-9rem-pc {
    margin-top: 9rem !important;
  }
  .u-mt-10rem-pc {
    margin-top: 10rem !important;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mt-15 {
  margin-top: 15px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mt-25 {
  margin-top: 25px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}
.u-mt-35 {
  margin-top: 35px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}
.u-mt-45 {
  margin-top: 45px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}
.u-mt-55 {
  margin-top: 55px !important;
}
.u-mt-60 {
  margin-top: 60px !important;
}
.u-mt-65 {
  margin-top: 65px !important;
}
.u-mt-70 {
  margin-top: 70px !important;
}
.u-mt-75 {
  margin-top: 75px !important;
}
.u-mt-80 {
  margin-top: 80px !important;
}
.u-mt-85 {
  margin-top: 85px !important;
}
.u-mt-90 {
  margin-top: 90px !important;
}
.u-mt-95 {
  margin-top: 95px !important;
}
.u-mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mt-0-pc {
    margin-top: 0px !important;
  }
  .u-mt-5-pc {
    margin-top: 5px !important;
  }
  .u-mt-10-pc {
    margin-top: 10px !important;
  }
  .u-mt-15-pc {
    margin-top: 15px !important;
  }
  .u-mt-20-pc {
    margin-top: 20px !important;
  }
  .u-mt-25-pc {
    margin-top: 25px !important;
  }
  .u-mt-30-pc {
    margin-top: 30px !important;
  }
  .u-mt-35-pc {
    margin-top: 35px !important;
  }
  .u-mt-40-pc {
    margin-top: 40px !important;
  }
  .u-mt-45-pc {
    margin-top: 45px !important;
  }
  .u-mt-50-pc {
    margin-top: 50px !important;
  }
  .u-mt-55-pc {
    margin-top: 55px !important;
  }
  .u-mt-60-pc {
    margin-top: 60px !important;
  }
  .u-mt-65-pc {
    margin-top: 65px !important;
  }
  .u-mt-70-pc {
    margin-top: 70px !important;
  }
  .u-mt-75-pc {
    margin-top: 75px !important;
  }
  .u-mt-80-pc {
    margin-top: 80px !important;
  }
  .u-mt-85-pc {
    margin-top: 85px !important;
  }
  .u-mt-90-pc {
    margin-top: 90px !important;
  }
  .u-mt-95-pc {
    margin-top: 95px !important;
  }
  .u-mt-100-pc {
    margin-top: 100px !important;
  }
}

/* Margin Bottom */
.u-mb-0rem {
  margin-bottom: 0rem !important;
}
.u-mb-1rem {
  margin-bottom: 1rem !important;
}
.u-mb-2rem {
  margin-bottom: 2rem !important;
}
.u-mb-3rem {
  margin-bottom: 3rem !important;
}
.u-mb-4rem {
  margin-bottom: 4rem !important;
}
.u-mb-5rem {
  margin-bottom: 5rem !important;
}
.u-mb-6rem {
  margin-bottom: 6rem !important;
}
.u-mb-7rem {
  margin-bottom: 7rem !important;
}
.u-mb-8rem {
  margin-bottom: 8rem !important;
}
.u-mb-9rem {
  margin-bottom: 9rem !important;
}
.u-mb-10rem {
  margin-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  .u-mb-0rem-sp {
    margin-bottom: 0rem !important;
  }
  .u-mb-1rem-sp {
    margin-bottom: 1rem !important;
  }
  .u-mb-2rem-sp {
    margin-bottom: 2rem !important;
  }
  .u-mb-3rem-sp {
    margin-bottom: 3rem !important;
  }
  .u-mb-4rem-sp {
    margin-bottom: 4rem !important;
  }
  .u-mb-5rem-sp {
    margin-bottom: 5rem !important;
  }
  .u-mb-6rem-sp {
    margin-bottom: 6rem !important;
  }
  .u-mb-7rem-sp {
    margin-bottom: 7rem !important;
  }
  .u-mb-8rem-sp {
    margin-bottom: 8rem !important;
  }
  .u-mb-9rem-sp {
    margin-bottom: 9rem !important;
  }
  .u-mb-10rem-sp {
    margin-bottom: 10rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mb-0rem-pc {
    margin-bottom: 0rem !important;
  }
  .u-mb-1rem-pc {
    margin-bottom: 1rem !important;
  }
  .u-mb-2rem-pc {
    margin-bottom: 2rem !important;
  }
  .u-mb-3rem-pc {
    margin-bottom: 3rem !important;
  }
  .u-mb-4rem-pc {
    margin-bottom: 4rem !important;
  }
  .u-mb-5rem-pc {
    margin-bottom: 5rem !important;
  }
  .u-mb-6rem-pc {
    margin-bottom: 6rem !important;
  }
  .u-mb-7rem-pc {
    margin-bottom: 7rem !important;
  }
  .u-mb-8rem-pc {
    margin-bottom: 8rem !important;
  }
  .u-mb-9rem-pc {
    margin-bottom: 9rem !important;
  }
  .u-mb-10rem-pc {
    margin-bottom: 10rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}
.u-mb-5 {
  margin-bottom: 5px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-mb-35 {
  margin-bottom: 35px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-mb-45 {
  margin-bottom: 45px !important;
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
.u-mb-55 {
  margin-bottom: 55px !important;
}
.u-mb-60 {
  margin-bottom: 60px !important;
}
.u-mb-65 {
  margin-bottom: 65px !important;
}
.u-mb-70 {
  margin-bottom: 70px !important;
}
.u-mb-75 {
  margin-bottom: 75px !important;
}
.u-mb-80 {
  margin-bottom: 80px !important;
}
.u-mb-85 {
  margin-bottom: 85px !important;
}
.u-mb-90 {
  margin-bottom: 90px !important;
}
.u-mb-95 {
  margin-bottom: 95px !important;
}
.u-mb-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mb-0-pc {
    margin-bottom: 0px !important;
  }
  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }
  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }
  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }
  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }
  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }
  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }
  .u-mb-35-pc {
    margin-bottom: 35px !important;
  }
  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }
  .u-mb-45-pc {
    margin-bottom: 45px !important;
  }
  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }
  .u-mb-55-pc {
    margin-bottom: 55px !important;
  }
  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }
  .u-mb-65-pc {
    margin-bottom: 65px !important;
  }
  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }
  .u-mb-75-pc {
    margin-bottom: 75px !important;
  }
  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }
  .u-mb-85-pc {
    margin-bottom: 85px !important;
  }
  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }
  .u-mb-95-pc {
    margin-bottom: 95px !important;
  }
  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }
}

/* Padding Top */
.u-pt-0rem {
  padding-top: 0rem !important;
}
.u-pt-1rem {
  padding-top: 1rem !important;
}
.u-pt-2rem {
  padding-top: 2rem !important;
}
.u-pt-3rem {
  padding-top: 3rem !important;
}
.u-pt-4rem {
  padding-top: 4rem !important;
}
.u-pt-5rem {
  padding-top: 5rem !important;
}
.u-pt-6rem {
  padding-top: 6rem !important;
}
.u-pt-7rem {
  padding-top: 7rem !important;
}
.u-pt-8rem {
  padding-top: 8rem !important;
}
.u-pt-9rem {
  padding-top: 9rem !important;
}
.u-pt-10rem {
  padding-top: 10rem !important;
}
@media screen and (max-width: 768px) {
  .u-pt-0rem-sp {
    padding-top: 0rem !important;
  }
  .u-pt-1rem-sp {
    padding-top: 1rem !important;
  }
  .u-pt-2rem-sp {
    padding-top: 2rem !important;
  }
  .u-pt-3rem-sp {
    padding-top: 3rem !important;
  }
  .u-pt-4rem-sp {
    padding-top: 4rem !important;
  }
  .u-pt-5rem-sp {
    padding-top: 5rem !important;
  }
  .u-pt-6rem-sp {
    padding-top: 6rem !important;
  }
  .u-pt-7rem-sp {
    padding-top: 7rem !important;
  }
  .u-pt-8rem-sp {
    padding-top: 8rem !important;
  }
  .u-pt-9rem-sp {
    padding-top: 9rem !important;
  }
  .u-pt-10rem-sp {
    padding-top: 10rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pt-0rem-pc {
    padding-top: 0rem !important;
  }
  .u-pt-1rem-pc {
    padding-top: 1rem !important;
  }
  .u-pt-2rem-pc {
    padding-top: 2rem !important;
  }
  .u-pt-3rem-pc {
    padding-top: 3rem !important;
  }
  .u-pt-4rem-pc {
    padding-top: 4rem !important;
  }
  .u-pt-5rem-pc {
    padding-top: 5rem !important;
  }
  .u-pt-6rem-pc {
    padding-top: 6rem !important;
  }
  .u-pt-7rem-pc {
    padding-top: 7rem !important;
  }
  .u-pt-8rem-pc {
    padding-top: 8rem !important;
  }
  .u-pt-9rem-pc {
    padding-top: 9rem !important;
  }
  .u-pt-10rem-pc {
    padding-top: 10rem !important;
  }
}
.u-pt-0 {
  padding-top: 0px !important;
}
.u-pt-5 {
  padding-top: 5px !important;
}
.u-pt-10 {
  padding-top: 10px !important;
}
.u-pt-15 {
  padding-top: 15px !important;
}
.u-pt-20 {
  padding-top: 20px !important;
}
.u-pt-25 {
  padding-top: 25px !important;
}
.u-pt-30 {
  padding-top: 30px !important;
}
.u-pt-35 {
  padding-top: 35px !important;
}
.u-pt-40 {
  padding-top: 40px !important;
}
.u-pt-45 {
  padding-top: 45px !important;
}
.u-pt-50 {
  padding-top: 50px !important;
}
.u-pt-55 {
  padding-top: 55px !important;
}
.u-pt-60 {
  padding-top: 60px !important;
}
.u-pt-65 {
  padding-top: 65px !important;
}
.u-pt-70 {
  padding-top: 70px !important;
}
.u-pt-75 {
  padding-top: 75px !important;
}
.u-pt-80 {
  padding-top: 80px !important;
}
.u-pt-85 {
  padding-top: 85px !important;
}
.u-pt-90 {
  padding-top: 90px !important;
}
.u-pt-95 {
  padding-top: 95px !important;
}
.u-pt-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-pt-0-sp {
    padding-top: 0px !important;
  }
  .u-pt-5-sp {
    padding-top: 5px !important;
  }
  .u-pt-10-sp {
    padding-top: 10px !important;
  }
  .u-pt-15-sp {
    padding-top: 15px !important;
  }
  .u-pt-20-sp {
    padding-top: 20px !important;
  }
  .u-pt-25-sp {
    padding-top: 25px !important;
  }
  .u-pt-30-sp {
    padding-top: 30px !important;
  }
  .u-pt-35-sp {
    padding-top: 35px !important;
  }
  .u-pt-40-sp {
    padding-top: 40px !important;
  }
  .u-pt-45-sp {
    padding-top: 45px !important;
  }
  .u-pt-50-sp {
    padding-top: 50px !important;
  }
  .u-pt-55-sp {
    padding-top: 55px !important;
  }
  .u-pt-60-sp {
    padding-top: 60px !important;
  }
  .u-pt-65-sp {
    padding-top: 65px !important;
  }
  .u-pt-70-sp {
    padding-top: 70px !important;
  }
  .u-pt-75-sp {
    padding-top: 75px !important;
  }
  .u-pt-80-sp {
    padding-top: 80px !important;
  }
  .u-pt-85-sp {
    padding-top: 85px !important;
  }
  .u-pt-90-sp {
    padding-top: 90px !important;
  }
  .u-pt-95-sp {
    padding-top: 95px !important;
  }
  .u-pt-100-sp {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pt-0-pc {
    padding-top: 0px !important;
  }
  .u-pt-5-pc {
    padding-top: 5px !important;
  }
  .u-pt-10-pc {
    padding-top: 10px !important;
  }
  .u-pt-15-pc {
    padding-top: 15px !important;
  }
  .u-pt-20-pc {
    padding-top: 20px !important;
  }
  .u-pt-25-pc {
    padding-top: 25px !important;
  }
  .u-pt-30-pc {
    padding-top: 30px !important;
  }
  .u-pt-35-pc {
    padding-top: 35px !important;
  }
  .u-pt-40-pc {
    padding-top: 40px !important;
  }
  .u-pt-45-pc {
    padding-top: 45px !important;
  }
  .u-pt-50-pc {
    padding-top: 50px !important;
  }
  .u-pt-55-pc {
    padding-top: 55px !important;
  }
  .u-pt-60-pc {
    padding-top: 60px !important;
  }
  .u-pt-65-pc {
    padding-top: 65px !important;
  }
  .u-pt-70-pc {
    padding-top: 70px !important;
  }
  .u-pt-75-pc {
    padding-top: 75px !important;
  }
  .u-pt-80-pc {
    padding-top: 80px !important;
  }
  .u-pt-85-pc {
    padding-top: 85px !important;
  }
  .u-pt-90-pc {
    padding-top: 90px !important;
  }
  .u-pt-95-pc {
    padding-top: 95px !important;
  }
  .u-pt-100-pc {
    padding-top: 100px !important;
  }
}

/* Padding Bottom */
.u-pb-0rem {
  padding-bottom: 0rem !important;
}
.u-pb-1rem {
  padding-bottom: 1rem !important;
}
.u-pb-2rem {
  padding-bottom: 2rem !important;
}
.u-pb-3rem {
  padding-bottom: 3rem !important;
}
.u-pb-4rem {
  padding-bottom: 4rem !important;
}
.u-pb-5rem {
  padding-bottom: 5rem !important;
}
.u-pb-6rem {
  padding-bottom: 6rem !important;
}
.u-pb-7rem {
  padding-bottom: 7rem !important;
}
.u-pb-8rem {
  padding-bottom: 8rem !important;
}
.u-pb-9rem {
  padding-bottom: 9rem !important;
}
.u-pb-10rem {
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  .u-pb-0rem-sp {
    padding-bottom: 0rem !important;
  }
  .u-pb-1rem-sp {
    padding-bottom: 1rem !important;
  }
  .u-pb-2rem-sp {
    padding-bottom: 2rem !important;
  }
  .u-pb-3rem-sp {
    padding-bottom: 3rem !important;
  }
  .u-pb-4rem-sp {
    padding-bottom: 4rem !important;
  }
  .u-pb-5rem-sp {
    padding-bottom: 5rem !important;
  }
  .u-pb-6rem-sp {
    padding-bottom: 6rem !important;
  }
  .u-pb-7rem-sp {
    padding-bottom: 7rem !important;
  }
  .u-pb-8rem-sp {
    padding-bottom: 8rem !important;
  }
  .u-pb-9rem-sp {
    padding-bottom: 9rem !important;
  }
  .u-pb-10rem-sp {
    padding-bottom: 10rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pb-0rem-pc {
    padding-bottom: 0rem !important;
  }
  .u-pb-1rem-pc {
    padding-bottom: 1rem !important;
  }
  .u-pb-2rem-pc {
    padding-bottom: 2rem !important;
  }
  .u-pb-3rem-pc {
    padding-bottom: 3rem !important;
  }
  .u-pb-4rem-pc {
    padding-bottom: 4rem !important;
  }
  .u-pb-5rem-pc {
    padding-bottom: 5rem !important;
  }
  .u-pb-6rem-pc {
    padding-bottom: 6rem !important;
  }
  .u-pb-7rem-pc {
    padding-bottom: 7rem !important;
  }
  .u-pb-8rem-pc {
    padding-bottom: 8rem !important;
  }
  .u-pb-9rem-pc {
    padding-bottom: 9rem !important;
  }
  .u-pb-10rem-pc {
    padding-bottom: 10rem !important;
  }
}
.u-pb-0 {
  padding-bottom: 0px !important;
}
.u-pb-5 {
  padding-bottom: 5px !important;
}
.u-pb-10 {
  padding-bottom: 10px !important;
}
.u-pb-15 {
  padding-bottom: 15px !important;
}
.u-pb-20 {
  padding-bottom: 20px !important;
}
.u-pb-25 {
  padding-bottom: 25px !important;
}
.u-pb-30 {
  padding-bottom: 30px !important;
}
.u-pb-35 {
  padding-bottom: 35px !important;
}
.u-pb-40 {
  padding-bottom: 40px !important;
}
.u-pb-45 {
  padding-bottom: 45px !important;
}
.u-pb-50 {
  padding-bottom: 50px !important;
}
.u-pb-55 {
  padding-bottom: 55px !important;
}
.u-pb-60 {
  padding-bottom: 60px !important;
}
.u-pb-65 {
  padding-bottom: 65px !important;
}
.u-pb-70 {
  padding-bottom: 70px !important;
}
.u-pb-75 {
  padding-bottom: 75px !important;
}
.u-pb-80 {
  padding-bottom: 80px !important;
}
.u-pb-85 {
  padding-bottom: 85px !important;
}
.u-pb-90 {
  padding-bottom: 90px !important;
}
.u-pb-95 {
  padding-bottom: 95px !important;
}
.u-pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }
  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }
  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }
  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }
  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .u-pb-35-sp {
    padding-bottom: 35px !important;
  }
  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .u-pb-45-sp {
    padding-bottom: 45px !important;
  }
  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .u-pb-55-sp {
    padding-bottom: 55px !important;
  }
  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .u-pb-65-sp {
    padding-bottom: 65px !important;
  }
  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .u-pb-75-sp {
    padding-bottom: 75px !important;
  }
  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .u-pb-85-sp {
    padding-bottom: 85px !important;
  }
  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .u-pb-95-sp {
    padding-bottom: 95px !important;
  }
  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pb-0-pc {
    padding-bottom: 0px !important;
  }
  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }
  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }
  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }
  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }
  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }
  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }
  .u-pb-35-pc {
    padding-bottom: 35px !important;
  }
  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }
  .u-pb-45-pc {
    padding-bottom: 45px !important;
  }
  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }
  .u-pb-55-pc {
    padding-bottom: 55px !important;
  }
  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }
  .u-pb-65-pc {
    padding-bottom: 65px !important;
  }
  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }
  .u-pb-75-pc {
    padding-bottom: 75px !important;
  }
  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }
  .u-pb-85-pc {
    padding-bottom: 85px !important;
  }
  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }
  .u-pb-95-pc {
    padding-bottom: 95px !important;
  }
  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
}
