/**
* Common
**/
* {
  padding: 0;
  margin: 0;
}
html, body {
  overflow-x: hidden;
}
#page_top {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
#page_top.fadein {
  opacity: 1;
  pointer-events: auto;
}
h1 {
  margin: 0;
}
body {
  color: #333;
  background-color: #efefef;
  position: relative;
}
.all-wrap {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  /*padding-bottom: 215px;*/
  padding-bottom: 25%;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.t-center {
  text-align: center;
}
.inner {
  padding: 40px 15px;
  z-index: 1;
}
.wrapper {
  width: 100%;
  max-width: 1140px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
  background: #fff;
}
.main-visual .wrapper {
  background: transparent;
}
.text {
  font-size: 14px;
  line-height: 2.0;
}
@media only screen and (max-width: 768px) {
  .text {
    font-size: 12px;
  }
}
.flex-block {
  display: flex;
}
/* font-family */
/* 明朝体 */
.ff-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.ff-cinzel {
  font-family: "Cinzel";
}
/**
* header
**/
header {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  header {
    width: 100%;
  }
}
header .header-block .header-item {
  padding: 20px 12px;
}
.header-block {
  height: 80px;
}
header .header-block .header-item {
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1100px) {
  header .header-block .header-item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-block .header-item {
    flex-direction: row;
  }
}
header .header-block .school-block {
  background-color: #000;
  /*background-color: #be9560;*/
  margin: 10px;
  transition: 0.2s;
  min-width: 120px;
}
header .header-block .school-block:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 991px) {
  header .header-block .school-block {
    margin: 0;
  }
}
header .header-block .school-block p {
  color: #fff;
  line-height: 1.2;
  padding: 2px;
}
header .header-block .school-block p.ff-cinzel {
  /*position: relative;*/
  font-size: 14px;
  color: #00a497;
  background-color: transparent;
}
header .header-block .title-block {
  background-color: #000;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
header .header-block .title-block h1 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  header .header-block .title-block h1 {
    font-size: 16px;
  }
}
/**
* main-visual
**/
.main-visual {
  background-image: url(../images/main.jpg);
  background-position: right 60% top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 680px;
  padding-top: 60px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 50px;
  border-left: 100px solid #fff;
}
.main-visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .main-visual {
    background-image: url(../images/main_sp.jpg);
    min-height: 500px;
    background-position: left center;
  }
  .main-visual::after {
    background: rgba(0, 0, 0, 0.3);
  }
}
.main-visual .main-title-block {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 100px;
}
.main-visual .main-title-block .main-title {
  margin-top: 8px;
  font-weight: normal;
}

.main-visual .main-title-block .main-title span {
  border: 1px solid #fff;
  padding: 4px;
  margin: 4px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .main-visual .main-title-block {
    position: static;
  }
  .main-visual .main-title-block .main-title {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .main-visual .main-title-block .sub-title {
    font-size: 12px;
  }
  .main-visual .main-title-block .main-title span {
    padding: 2px;
    margin: 2px;
    height: 24px;
    width: 24px;
    font-size: 22px;
  }
}
.main-visual .main-title-block .sub-title-block {
  align-items: center;
}
.main-visual .main-title-block .border-item {
  width: 150px;
  padding-left: 16px;
}
@media only screen and (max-width: 480px) {
  .main-visual .main-title-block .border-item {
    width: 0;
  }
}
.main-visual .main-text-block {
  position: absolute;
  left: -35px;
  bottom: 15%;
}
.main-visual .main-text-block .fv-title {
  background-color: #fff;
  padding: 20px 0;
  line-height: 1.2;
  color: #333;
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  .main-visual .main-text-block .fv-title {
    font-size: 40px;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main-visual .main-text-block .fv-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .main-visual .main-text-block {
    left: 0;
    bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .main-visual .main-text-block {
    line-height: 1.5;
    right: 0;
    left: auto;
    bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .main-visual .main-text-block {
    max-width: 100%;
  }
  .main-visual .main-text-block .fv-title {
    font-size: 24px;
    padding: 5px 0 5px 15px;
  }
}
.main-visual .main-text-block p {
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (min-width: 1199px) {
  .d-custom {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .main-visual .main-text-block p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main-visual .main-text-block p {
    font-size: 15px;
    letter-spacing: -0.03em;
  }
}
/**
* info-nav
**/
.info-nav {
  background: #fff;
  padding: 20px 50px 10px 100px;
}
@media only screen and (max-width: 991px) {
  .info-nav {
    padding: 20px 20px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .info-nav .info-block {
    flex-wrap: wrap;
  }
}
.info-item a {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .info-nav .info-block .info-item {
    padding: 16px 8px;
  }
}
.info-nav .title-block {
  width: 360px;
  min-width: 360px;
}
@media only screen and (max-width: 991px) {
    .info-nav .title-block {
      width: 280px;
      min-width: 280px;
  }
}
.info-nav .title-block .title-sub-block .title-eng-item p {
  font-size: 28px;
  color: #00a497;
}
@media only screen and (max-width: 480px) {
  .info-nav .title-block .title-sub-block .title-eng-item p {
    font-size: 24px;
  }
}
.info-nav .title-block .title-sub-block .title-ja-item {
  padding-left: 24px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .info-nav .title-block .title-sub-block .title-ja-item {
    padding-left: 16px;
  }
}
.info-nav .title-block .title-sub-block .title-ja-item p {
  font-size: 16px;
  color: #333;
}
@media only screen and (max-width: 480px) {
  .info-nav .title-block .title-sub-block .title-ja-item p {
    font-size: 14px;
  }
}
.info-nav .contents-block {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.info-nav .contents-block p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  margin-top: 4px;
}
.info-nav .contents-block p::before {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #666;
  content: "";
  top: 5px;
}
@media only screen and (max-width: 991px) {
  .info-nav .contents-block p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .info-nav .contents-block p {
    font-size: 12px;
  }
}
/**
* footer
**/
footer {
  background-color: #fff;
  color: #333;
  text-align: center;
}
footer .inner {
  padding: 40px 0;
}
@media only screen and (max-width: 480px) {
  footer .inner {
    padding: 24px 0;
  }
}
footer .logo-img {
  max-width: 126px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  footer .logo-img {
    max-width: 80px;
  }
}
footer .title-block p {
  font-size: 26px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
@media only screen and (max-width: 480px) {
  footer .title-block p {
    font-size: 20px;
  }
}
footer .site-block {
  padding-top: 32px;
}
@media only screen and (max-width: 480px) {
  footer .site-block {
    padding-top: 20px;
  }
}
footer .site-block a {
  color: #333;
  position: relative;
  padding: 0 20px;
}
footer .site-block a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: translateY(-50%) rotate(45deg);
}
footer .site-block a:hover {
  color: #666;
}
@media only screen and (max-width: 480px) {
  footer .site-block a {
    font-size: 14px;
  }
}
footer .copyright {
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  footer .copyright {
    padding-top: 12px;
  }
}
footer .copyright p {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  footer .copyright p {
    font-size: 10px;
  }
}
#page_top {
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 99;
}
#page_top a.page-top {
  width: 60px;
  height: 60px;
  background: #00a497;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
#page_top a.page-top:hover {
  opacity: 0.8;
}
#page_top a.page-top span.arrow {
  height: 15px;
  width: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  #page_top {
    right: 32px;
  }
  #page_top a.page-top {
    width: 50px;
    height: 50px;
  }
  #page_top a.page-top span.arrow {
    height: 12px;
    width: 12px;
  }
}
@media only screen and (max-width: 480px) {
  #page_top {
    bottom: 20px;
    right: 20px;
  }
  #page_top a.page-top {
    width: 40px;
    height: 40px;
  }
  #page_top a.page-top span.arrow {
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(20%) rotate(-45deg);
  }
}
.content-title {
  text-align: center;
  padding: 0 15px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-top: 100px;
}
.d-inline-block {
  display: inline-block;
}
.content-py {
  padding-top: 60px;
  padding-bottom: 30px;
}
h2.title-blue {
  font-size: 30px;
  letter-spacing: 0.025em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  text-align: center;
}
h2.title-blue::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 77px;
  height: 5px;
  background: #00a497;
}
h3.black-border {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.025em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
h3.black-border::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 68px;
  height: 1px;
  background: #000;
}
.content-wrap p {
  line-height: 1.7;
  letter-spacing: 0.025em;
}
.content-wrap p {
  margin-bottom: 24px;
}
.text-center {
  text-align: center;
}
.content-wrap {
  width: 79%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.content-wrap:last-child {
  border-bottom: none;
}
.content-wrap h3 {
  font-size: 21px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.5;
  padding-top: 16px;
  padding-bottom: 24px;
}
.content-wrap h4 {
  font-size: 15px;
  font-weight: bold;

  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 20px;
  border-left: 5px solid #00a497;
  padding-left: 5px;
}
.event .wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.duclink-wrap {
  margin-top: 25px;
  padding-bottom: 25px;
}
.document-link {
  position: relative;
  padding-right: 15px;
  font-size: 16px;
}
.pdf-link-2 {
  padding-right: 20px;
}
a, a:visited {
  color: #00a497;
}
a:hover {
  color: #666;
}
.pdf-link::before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 14px;
  height: 16px;
  background: url(../images/icon-pdf.svg) no-repeat center bottom/contain;
}
.pdf-link:hover::before {
  background: url(../images/icon-pdf-h.svg) no-repeat center bottom/contain;
}
.outside-link {
  padding-right: 20px;
}
.outside-link::before {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../images/icon-window.svg) no-repeat center bottom/contain;
}
.outside-link:hover::before {
  background: url(../images/icon-window-h.svg) no-repeat center bottom/contain;
}
/* 続きを読む機能 */
.show_more, .show_more2 {
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto 20px;
  width: 120px;
  height: 36px;
  border-radius: 18px;
  padding-left: 5px;
  text-align: center;
  color: #FFF;
  /*background: #666;*/
  background: #be9560;
  z-index: 100;
  cursor: pointer;
  padding: 9px;
  box-sizing: border-box;
  transition: 0.2s;
}
.show_more:hover, .show_more2:hover {
  opacity: 0.8;
}
.grad-wrap {
  position: relative;
}
.grad-item {
  /*height: 330px;*/
  height: 500px;
  overflow: hidden;
  position: relative;
}
.archive .grad-item {
  height: 540px;
}
.grad-item::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
  z-index: 2;
}
.grad-item.open::before {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .document-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .content-title {
    margin-top: 50px;
  }
  .content-py {
    padding-top: 40px;
  }
  .info-nav .title-block .title-sub-block .title-eng-item p {
    font-size: 20px;
  }
  .info-nav .contents-block p {
    font-size: 15px;
  }
  .info-nav .title-block .title-sub-block .title-ja-item {
    padding-left: 7px;
  }
  .info-nav .title-block .title-sub-block .title-ja-item p {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .content-wrap {
    width: 85%;
  }
  .content-wrap p {
    font-size: 15px;
  }
  .main-visual .wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-title {
    margin-top: 0;
  }
  .content-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .content-py {
    padding-top: 30px;
  }
  h2.title-blue::before {
    width: 67px;
    height: 3px;
  }
  h3.black-border::before {
    width: 48px;
  }
  h3.black-border {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .content-wrap {
    width: 100%;
  }
  .content-wrap p {
    font-size: 14px;
  }
  h2.title-blue {
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .archive .grad-item.is-hide {
    height: 430px;
  }
  .archive {
    margin-top: 40px;
  }
  .all-wrap {
    background-size: 150%;
    padding-bottom: 40%;
  }
  .document-link {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .inner {
    padding: 25px 15px;
  }
  .pdf-link::before {
    bottom: 3px;
    right: 0;
    width: 13px;
    height: 15px;
  }
  .outside-link::before {
    bottom: 3px;
  }
}
@media only screen and (max-width: 480px) {
  h2.title-blue {
    font-size: 23px;
  }
  h3.black-border {
    font-size: 18px;
  }
  .content-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .archive .grad-item.is-hide {
    height: 630px;
  }
}
/* ヘッダー */
header {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-list {
  display: flex;
  align-items: center;
}
.nav-list a {
  color: #000;
  display: block;
  padding: 7px 8px 6px;
  font-size: 16px;
}
.nav-list a:hover {
  color: #666;
}
.next-link a {
  color: #FFF;
  background: #00a497;
  margin-left: 5px;
  transition: 0.2s;
  min-width: 96px;
}
.next-link a:hover {
  color: #fff;
  background: #be9560;
}
.pc-copy {
  font-size: 11px;
  position: absolute;
  top: 6px;
  right: 15px;
  left: 0;
  margin: auto;
  text-align: right;
  color: #00a497;
}
@media only screen and (min-width: 992px) {
  .burger-btn {
    display: none;
  }
  .nav-list {
    padding-right: 15px;
  }
  .nav-wrapper {
    padding-top: 7px;
  }
  .sp-copy {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-list a {
    font-size: 15px;
    min-width: 90px;
  }
}
@media only screen and (max-width: 1100px) {
  .nav-list a {
    padding: 7px;
    font-size: 14px;
    min-width: 84px;
  }
}
@media only screen and (max-width: 991px) {
  .pc-copy {
    display: none;
  }
  .nav-list li.sp-copy {
    font-size: 11px;
    padding-bottom: 10px;
  }
  .main-visual {
    min-height: 500px;
    border: none;
    margin-top: 35px;
  }
  .header-block {
    height: 39px;
  }
  .nav-list {
    display: block;
    padding-top: 55px;
  }
  .nav-list li {
    padding: 0 15px;
  }
  .nav-list li a {
    border-top: 1px solid #e6e6e6;
    padding: 10px 9px 8px;
    font-size: 15px;
  }
  .nav-list li:last-child a {
    border-bottom: 1px solid #e6e6e6;
  }
  .burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 3;
    border: none;
  }
  .burger-btn:hover {
    cursor: pointer;
  }
  .bar {
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -0.5px;
    background-color: #000;
    transition: .2s;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    /*transform: translate(-50%,-50%);*/
  }
  .bar_bottom {
    bottom: 10px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform .3s;
  }
  .nav-wrapper {
    transform: translateX(100%);
    transition: .3s;
    width: 230px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .nav-wrapper.slide-in {
    transform: translateX(0);
    transition: .3s;
  }
  .header-nav {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 2;
  }
  .header-nav.nav-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .header-nav.nav-item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
/* //ヘッダー */

/**
* page-title
**/
.page-title {
  background-image: url(../images/main.jpg);
  background-position: center bottom 75%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .page-title {
    margin-top: 20px;
  }
}
.page-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.page-title h1 {
  color: #fff;
  font-size: 34px;
  font-weight: normal;
}
/**
* リンクボタン（動画）
**/
.button-block {
  text-align: center;
  margin: 20px;
}
.button-block a {
  display: inline-block;
  padding: 20px 40px 20px 20px;
  background: #000;
  line-height: 1.5;
  transition: 0.2s;
  position: relative;
  color: #fff;
}
.button-block a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.button-block a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .button-block a {
    padding: 10px 30px 10px 15px;
    font-size: 14px;
  }
  .button-block a::after {
    width: 10px;
    height: 10px;
  }
}

/**
* profile
**/
.profile .border {
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.profile-img {
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .profile-img {
    margin-bottom: 25px;
  }
}
