@charset "utf-8";

.main-content {
  background-image: url(../../images/top/top_bg_right.jpg);
  background-position: right 50% bottom -100px;
  background-repeat: no-repeat;
  background-size: auto;
}
@media print, screen and (min-width: 769px) {
  .main-content {
    background-position: right -100px bottom -100px;
  }
}

@media print, screen and (min-width: 1200px) {
  .main-content {
    background-image: url(../../images/top/top_bg_top_left.jpg), url(../../images/top/top_bg_bottom_left.jpg), url(../../images/top/top_bg_right.jpg) ;
    background-position:  left top 700px, left bottom -100px, right bottom -100px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto;
  }
}

/*========== main-visual ==========*/
.main-visual {
  padding: 50px 0;
  background-image: url(../../images/top/main_visual_bg.jpg);
  background-size: cover;
  margin-top: var(--header-size-sp);
  width: 100%;
}
/* .main-visual .content-inner {} */

.main-visual-title {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  text-shadow: 0 0 10px rgba(37, 58, 78, 0.85), 0 0 10px rgba(37, 58, 78, 0.85), 0 0 10px rgba(37, 58, 78, 0.85);
}
.main-visual-title .emphasis {
  font-size: 3.2rem;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .main-visual {
    height: 700px;
    margin-top: 0;
  }
  .main-visual .content-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .main-visual-title {
    font-size: 2.75rem;
    letter-spacing: 0.2em;
    padding-left: 250px;
    text-align: left;
  }
  .main-visual-title .emphasis {
    font-size: 7.7rem;
    letter-spacing: 0;
    display: block;
  }
}


/*========== main-link ==========*/
.main-link {
  padding-bottom: 70px;
}
.main-link-title {
  font-size: 2.6rem;
  line-height: 1.6;
  color: #2c4390;
  text-align: center;
  margin: 30px 0;
}
.main-link-text {
  text-align: left;
}
.main-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.main-link-item {
  width: calc(50% - 10px);
  height:auto;
  background-color: #dceaf6;
  margin-top: 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.main-link-item-button {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding: 15px;
}
.main-link-item-img {
  width: 60%;
/*  margin: auto;*/
}
.main-link-item-img > img {
  width: 100%;
}
.main-link-item-title {
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .main-link-list {
    margin: 50px 0;
  }
  .main-link-title {
    font-size: 4.3rem;
    padding-top: 100px;
  }
  .main-link-text {
    text-align: center;
  }
  .main-link-item {
    width: calc(100% / 3 - 30px);
    height: 350px;
    margin-top: 50px;
  }
  .main-link-item-title {
    font-size: 3rem;
  }
  .main-link-item-button {
    padding: 30px 15px;
  }
  .main-link-item-img {
    width: 250px;
  }
}
