@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  word-wrap: break-word;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #333;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fit {
  width: 100%;
  height: auto;
}
.object-fit {
  object-fit: cover;
}
.pc-none {
  display: none;
}
.sp-none {
  display: initial;
}
@media(max-width: 768px) {
  .pc-none {
    display: initial;
  }
  .sp-none {
    display: none;
  }
}
img {
  vertical-align: top;
}
p {
  line-height: 1.5;
}
h1 {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.3;
}
h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
a {
  font-size: 1.6rem;
  text-decoration: none;
  cursor: pointer;
  transition: .3s;
}
a:link {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}


/* --------------------------------------------------------------------------

Elements

-------------------------------------------------------------------------- */

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
}
@media (min-width: 768px) {
  .container {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 870px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1100px;
  }
}
.head-box img {
  height: 45px;
  margin-bottom: 20px;
}
.head-box h2 {
  font-size: 2.0rem;
  font-weight: 700;
}
.cursor-none {
  pointer-events: none;
}
.list-img {
  width: 100%;
}
p.section-lead {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 40px;
}
p.section-discription {
  font-size: 1.4rem;
  font-weight: 400;
}
@media(max-width: 991px) {
  .head-box img {
    height: 40px;
    margin-bottom: 15px;
  }
  .head-box h2 {
    font-size: 1.6rem;
  }
}
@media(max-width: 767px)  {
  p.section-lead {
    font-size: 1.6rem;
  }
}
@media(max-width: 575px) {
  p.section-discription {
    font-size: 1.2rem;
  }
  p.section-lead {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------------------------------

List

-------------------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  padding-left: 25px;
}
ol li {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 2px 0;
}

/* --------------------------------------------------------------------------

Animation

-------------------------------------------------------------------------- */
.effect-up {
  transform: translate3d(0,40px,0);
  opacity: 0 !important;
  transition: transform 1.3s, opacity 1.3s;
  transition-delay: .3s;
}
.effect-down {
  transform: translate3d(0,-40px,0);
  opacity: 0 !important;
  transition: transform 1.3s, opacity 1.3s;
  transition-delay: .3s;
}
.effect-fade {
  opacity: 0 !important;
  transition: opacity 1.3s;
  transition-delay: .3s;
}
.effect-up.is-shown,
.effect-down.is-shown {
  transform: none;
  opacity: 1 !important;
}
.effect-fade.is-shown {
  opacity: 1 !important;
}

/* --------------------------------------------------------------------------

Home

-------------------------------------------------------------------------- */
h2.title {
  font-size: 1.8rem;
  display: block;
  color: #333;
  margin-bottom: 60px;
}
h2.title span {
  font-size: 6.0rem;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: inline-block;
  font-weight: 800;
  background: linear-gradient(90deg, #cd1cfa 0%, #1e82be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
p.lead-text {
  margin-bottom: 60px;
  font-size: 1.6rem;
  font-weight: 400;
}
section.main-section {
  position: relative;
  padding-top: 80px;
}
section.main-section .container {
  z-index: 1;
  position: relative;
}
.section-backtext {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.section-backtext p {
  font-size: 20.0rem;
  line-height: 0.75;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: inline-block;
  font-weight: 800;
}
section.main-kv {

}
.main-kv img {
  width: 100%;
}
section.concept-section {
  background-color: #fff;
}
section.concept-section .section-backtext p {
  color: #f6f6f6;
}
.concept-section .col-l {
  flex-basis: 40%;
}
.concept-section .col-r {
  flex-basis: 60%;
}
.concept-section .concepot-text {
  margin-top: 60px;
  margin-bottom: 80px;
}
.concept-section .concepot-text p {
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}
.concept-section .concepot-text b {
  display: block;
  text-align: right;
  margin-top: 40px;
}

section.message-section {
  background: linear-gradient(90deg, rgb(205, 28, 250), rgb(30, 130, 190));
  padding-bottom: 80px;
}
section.message-section .section-backtext p {
  color: #fff;
  opacity: 0.2;
}
.message-section .col-l {
  flex-basis: 40%;
}
.message-section .col-l h2 {
  color: #fff;
}
.message-section .col-l h2.title span { 
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.message-section .col-r {
  flex-basis: 60%;
}
.message-video {
  position: relative;
  width: 100%;
  height: auto;
  /*aspect-ratio: 16 / 9;*/
  padding-top: 56.25%;
}
.message-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.features-section {
  padding-bottom: 80px;
}
section.features-section .section-backtext p {
  color: #f6f6f6;
}
.features-section .row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-features {
  flex-basis: 33.3333%;
  border: solid 1px #999;
  border-radius: 5px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 25px 20px;
}
.col-features .col-box {
}
.col-features h5 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.col-features:nth-child(1) h5 {
  color: #cb1df9;
}
.col-features:nth-child(2) h5 {
  color: #764edd;
}
.col-features:nth-child(3) h5 {
  color: #2180bf;
}
.col-features h5 span {
  font-size: 2.4rem;
  margin-left: 1px;
}
.col-features h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.col-features p {
  font-size: 1.6rem;
}
section.about-section {
  background-color: #e7eaee;
  padding-bottom: 80px;
}
section.about-section .section-backtext p {
  color: #dee3e8;
}
.about-tabel {
  background-color: #fff;
  padding: 20px 60px;
}
.about-tabel tr {
  border-bottom: solid 1px #e1e1e1; 
  width: 100%;
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 40px;
  vertical-align: middle;
}
.about-tabel tr:last-child {
  border: none;
}
.about-tabel tr th {
  width: 150px;
  text-align: left;
  padding-left: 20px;
}
.about-tabel tr td {
  
}
.about-tabel tr td img {
  vertical-align: middle;
}
.about-tabel tr:nth-child(4) td img:nth-child(1) {
  width: 120px;
  margin-right: 60px;
}
.about-tabel tr:nth-child(4) td img:nth-child(2) {
  width: 160px;
}
.about-tabel tr:nth-child(5) td img {
  width: 200px;
}
section.teacher-section {
  padding-bottom: 80px;
}
section.teacher-section .section-backtext p {
  color: #f6f6f6;
}
.teacher-container .row {
  align-items: center;
}
.teacher-container .col-l {
  flex-basis: 50%;
}
.teacher-text {
  width: 490px;
  padding-right: 60px;
  margin-left: auto;
} 
.teacher-text h3 {
  font-size: 3.2rem;
  margin-bottom: 40px;
}
.teacher-text span {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 5px;
}
.teacher-text p {
  font-size: 1.6rem;
  line-height: 1.7;
}
.teacher-container .col-r {
  flex-basis: 50%;
}
.teacher-container .col-r img {
  width: 100%;
}
section.schedule-section {
  background-color: #e7eaee;
  padding-bottom: 80px;
}
section.schedule-section .section-backtext p {
  color: #dee3e8;
}
.schedule-table table {
  width: 100%;
}
.schedule-table tbody tr:first-child th {
  background-color: #162f5d;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.schedule-table tbody tr:first-child td {
  background-color: #162f5d;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.schedule-table tbody tr th {
  color: #162f5d;
  width: 20%;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.schedule-table tbody tr td {
  color: #162f5d;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.schedule-table tbody tr td:first-child {
  width: 50%;
}
.schedule-table tbody tr td:last-child {
  width: 30%;
}
.schedule-content {
  border-left: 5px solid #162f5d;
  padding-left: 15px;
  margin-bottom: 40px;
}
.schedule-time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #162f5d;
  margin-bottom: 10px;
}
.schedule-theme {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.25;
  color: #162f5d;
  margin-bottom: 15px;
}
section.lecture-section {
  background-color: #162f5d;
  padding-bottom: 80px;
}
section.lecture-section .section-backtext p {
  color: #1a386a;
}
section.lecture-section h2 {
  color: #fff;
}
section.lecture-section p.lead-text {
  color: #fff;
}
.lecture-img img {
  width: 100%;
}
section.recruitment-section {
  background-color: #e7eaee;
  padding-bottom: 80px;
}
section.recruitment-section .section-backtext p {
  color: #dee3e8;
}
.recruitment-img img {
  width: 100%;
}
section.course-section {
  padding-bottom: 80px;
}
section.course-section .section-backtext p {
  color: #f6f6f6;
}
.course-box {
  margin: auto;
  width: 480px;
  text-align: center;
  border: 1px solid;
  border-image: linear-gradient(to right, #cd1cfa, #1e82be) 1;
  padding: 30px;
}
.course-box h3 {
  font-size: 3.0rem;
  color: #fff;
  background: linear-gradient(90deg, rgb(205, 28, 250), rgb(30, 130, 190));
  padding: 15px;
  margin-bottom: 20px;
}
.course-content {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 30px;
}
.course-content p {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 18px;
}
.course-content p:before {
  content: '◆';
  font-size: 1.3rem;
  color: #cd1cfa;
  position: absolute;
  top: 2px;
  left: 0;
}
.course-index h4 {
  width: 90%;
  color: #da0000;
  border: solid 1px #da0000;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.course-index h4.course-group {
  margin: 40px auto 20px;
}
.course-index h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.course-index h5 span {
  font-size: 2.0rem;
}
.course-index p {
  font-size: 2.4rem;
  font-weight: 700;
}
.course-index p b {
  font-size: 3.8rem;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -2px;
  font-weight: 700;
  margin-right: 2px;
  margin-left: 2px;
}
.course-index p span {
  font-size: 1.6rem;
}
.course-index p.course-price {
  color: #da0000;
}
.course-index p.course-line-through {
  position: relative;
}
.course-index p.course-line-through::after {
  content: '';
  width: 90%;
  height: 2px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.course-triangle {
  background: #000;
  height: calc(tan(60deg) * 20px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
}
.course-index.-second {
  margin-top: 40px;
}
p.section-discription {
  font-size: 1.4rem;
  text-align: center;
}
.course-box .entry-button {
  background-color: #cd1cfa;
  border: solid 1px #cd1cfa;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 300px;
  width: 80%;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px auto 0;
  position: relative;
  transition: .3s;
}
.course-box .entry-button:after {
  position: absolute;
  content: '';
  top: 20px;
  right: 30px;
  transform: rotate(-45deg);
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: 10px;
  height: 10px;
} 
.course-box .entry-button:hover {
  color: #cd1cfa;
  background-color: #fff;
}
.course-box .entry-button:hover:after {
  border-right: solid 1px #cd1cfa;
  border-bottom: solid 1px #cd1cfa;
}
.course-box .entry-button.-finish {
  pointer-events: none;
  background-color: #ccc;
  border: solid 1px #ccc;
  color: #333;
  font-size: 1.6rem;
}
section.question-section {
  background-color: #e7eaee;
  padding-bottom: 80px;
}
section.question-section .section-backtext p {
  color: #dee3e8;
}
.question-section li {
  margin-bottom: 30px;
}
.question-section li p.question {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: solid 1px #162f5d;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.question-section li p.answer {
  font-size: 1.6rem;
  font-weight: 400;
}
@media(max-width: 1499px) {
  .section-backtext p {
    font-size: 16.5rem;
  }
}
@media(max-width: 1399px) {
  .teacher-text {
    width: 395px;
    padding-right: 40px;
  }
}
@media(max-width: 1199px) {
  .section-backtext p {
    font-size: 14.0rem;
  }
  section.main-section {
    padding-top: 60px;
  }
}
@media(max-width: 1099px) {
  .section-backtext p {
    font-size: 13.5rem;
  }
  section.main-section {
    padding-top: 60px;
  }
}
@media(max-width: 991px) {
  h2.title {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  h2.title span {
    font-size: 4.0rem;
  }
  p.lead-text {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .section-backtext p {
    font-size: 11.0rem;
  }
  .concept-section .col-l {
    flex-basis: 35%;
  }
  .concept-section .col-r {
    flex-basis: 65%;
  }
  .concept-section .row {
    flex-wrap: wrap;
  }
  .concept-section .col-l {
    flex-basis: 100%;
  }
  .concept-section .col-r {
    flex-basis: 100%;
  }
  .concept-section .concepot-text {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .message-section .row {
    flex-wrap: wrap;
  }
  .message-section .col-r {
    flex-basis: 100%;
  }
  .message-section .col-l {
    flex-basis: 100%;
  }
  .col-features {
    flex-basis: 100%;
  }
  .features-section .row {
    flex-wrap: wrap;
  }
  .col-features {
    margin-bottom: 40px;
  }
  .col-features p {
    font-size: 1.5rem;
  }
  section.features-section {
    padding-bottom: 40px;
  }
  .about-tabel {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
    padding-left: 40px;
  }
  .about-tabel tr th {
    width: 100px;
  }
  .about-tabel tr:nth-child(4) td img:nth-child(1) {
    width: 100px;
  }
  .about-tabel tr:nth-child(4) td img:nth-child(2) {
    width: 150px;
  }
  .about-tabel tr:nth-child(5) td img {
    width: 200px;
  }
  .about-tabel td {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .teacher-container .row {
    flex-wrap: wrap-reverse;
  }
  .teacher-container .col-l {
    flex-basis: 100%;
  }
  .teacher-container .col-r {
    flex-basis: 100%;
  }
  .teacher-container .col-r img {
    width: 650px;
    text-align: center;
    display: block;
    margin: 0 auto 40px;
  }
  .teacher-text {
    width: 650px;
    margin: 0 auto;
    padding: 0;
  }
  .teacher-text h3 {
    margin-bottom: 20px;
  }
  .teacher-text p {
    font-size: 1.5rem;
  }
  .schedule-table tbody tr th {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
  }
  .schedule-table tbody tr td {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  section.question-section {
    padding-bottom: 40px;
  }
  .question-section li p.question {
    font-size: 1.5rem;
  }
  .question-section li p.answer {
    font-size: 1.5rem;
  }
}
@media(max-width: 767px) {
  h2.title {
    font-size: 1.6rem;
  }
  h2.title span {
    font-size: 4.0rem;
  }
  p.lead-text {
    margin-bottom: 40px;
  }
  .section-backtext p {
    font-size: 8.0rem;
  }
  section.main-section {
    padding-top: 40px;
  }
  .concept-section .concepot-text p {
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .teacher-container .col-r {
    padding-left: 15px;
    padding-right: 15px;
  } 
  .teacher-container .col-r img {
    width: 100%;
  }
  .teacher-container .col-l {
    padding-left: 15px;
    padding-right: 15px;
  } 
  .teacher-text {
    width: 100%;
  }
  .course-box {
    width: 100%;
    padding: 0;
  }
  .course-box h3 {
    margin: 20px;
  }
  .course-content {
    padding: 0;
    margin: 0 20px 30px 20px;
  }
  .course-box .entry-button {
    margin-bottom: 20px;
  }
  .schedule-content {
    border-left: 4px solid #162f5d;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .schedule-theme {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media(max-width: 575px) {
  .section-backtext p {
    display: none;
  }
  .about-tabel {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-tabel tr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-tabel tr th {
    width: 60px;
    padding-left: 5px;
    font-size: 1.4rem;
  }
  .about-tabel tr td {
    font-size: 1.4rem;
  }
  .about-tabel tr:nth-child(4) td img:nth-child(1) {
    width: 80px;
    margin-bottom: 10px;
  }
  .about-tabel tr:nth-child(4) td img:nth-child(2) {
    width: 100px; 
  }
  .about-tabel tr:nth-child(5) td img {
    width: 120px;
  }
  .teacher-text h3 {
    font-size: 2.6rem;
  }
  .teacher-text h3 span {
    font-size: 1.8rem;
  }
  .schedule-table tbody tr th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .schedule-table tbody tr td {
    padding: 20px;
  }
  .course-box h3 {
    font-size: 2.4rem;
  }
  .course-content p {
    font-size: 1.4rem;
  }
  .course-index p b {
    font-size: 2.6rem;
    letter-spacing: -1px;
  }
  .course-index p {
    font-size: 1.7rem;
  }
  .course-index p span {
    font-size: 1.4rem;
  }
  .course-index h4 {
    margin-bottom: 10px;
  }
}

/* --------------------------------------------------------------------------

Second

-------------------------------------------------------------------------- */

header {
  background-color: #fff;
}
header .header-logo {
  text-align: center;
  padding-top: 100px;
}
header .header-logo .logo {
  width: 350px;
}
@media(max-width: 767px) {
  header .header-logo {
  padding-top: 60px;
  padding-left: 15px;
  }
  header .header-logo .logo {
    width: 250px;
  }
}

/* --------------------------------------------------------------------------

Terms

-------------------------------------------------------------------------- */

section.terms-section {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #fff;
}
section.terms-section h2 {
  font-size: 2.6rem;
  letter-spacing: 0;
}
section.terms-section h3 {
  font-size: 2.0rem;
  letter-spacing: 0;
  margin-bottom: 15px;
}
section.terms-section p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 30px;
}
section.terms-section a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #162f5d;
  text-decoration: underline;
}
section.terms-section a:hover {
  text-decoration: none;
}
section.terms-section ol.basic-a {
  margin: 0;
  margin-bottom: 30px;
}
section.terms-section ol.basic-a li {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 10px;
}
section.terms-section ol.basic-b {
  margin: 0;
}
section.terms-section ol.basic-b li {
  list-style-type: none;
  counter-increment: cnt;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 10px;
}
section.terms-section ol.basic-b {
  margin-left: 10px;
  padding-top: 10px;
}
section.terms-section ol.basic-b li::before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
section.terms-section .row-col.-col-l {
  flex-basis: 30%;
}
section.terms-section .row-col.-col-r {
  flex-basis: 70%;
}
section.terms-section.law .row-col.-col-l {
  flex-basis: 45%;
}
section.terms-section.law .row-col.-col-r {
  flex-basis: 55%;
}

@media(max-width: 991px) {
  .terms-section .row {
    display: initial;
  }
  .terms-section .head-box {
    margin-bottom: 50px;
  }
}
@media(max-width: 767px) {
  section.terms-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .terms-section .head-box {
    margin-bottom: 40px;
  }
}



/* --------------------------------------------------------------------------

Footer

-------------------------------------------------------------------------- */
footer {
  background-color: #d5dae1;
  padding-top: 80px;
  text-align: center;
}
footer h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-button a {
  background-color: #162f5d;
  border: solid 1px #162f5d;
  width: 300px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  background-color: #162f5d;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  transition: .3s;
}
.contact-button a:hover {
  color: #162f5d;
  background-color: #d5dae1;
}
footer ul {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 80px;
}
footer ul li {
  margin-right: 15px;
  margin-left: 15px;
}
footer ul li a {
  font-weight: 400;
  font-size: 1.6rem;
  color: #162f5d;
  border-bottom: solid 1px #d5dae1; 
}
footer ul li a:hover {
  border-bottom: solid 1px #162f5d;
}
footer .copyright {
  background-color: #162f5d;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
footer .copyright small {
  color: #fff;
}
@media(max-width: 767px) {
  footer {
    padding-top: 60px;
  }
  footer ul {
    margin-bottom: 60px;
  }
  footer ul li a {
    font-size: 1.4rem;
  }
}
@media(max-width: 575px) {
  footer ul {
    display: block;
    margin-bottom: 60px;
  }
  footer ul li {
    margin-bottom: 20px;
  }
}

