@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@media only screen and (max-width: 768px) {
}
* {
  box-sizing: border-box;
}
.fv-animation {
  display: flex;
  width: 100%;
}
.fv-animation.-top {
  width: 60px;
}
.user-conent {
  background: #eef8fe;
  padding-top: 80px;
}
.user-bread {
  width: 100%;
  max-width: 1024px;
  padding: 32px 0;
  margin: 0 auto;
}
.user-bread-list {
  display: flex;
  align-items: center;
}
.user-bread-list-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: 8px;
}
.user-bread-list-item:first-of-type {
  margin-left: 0;
}
.user-bread-list-item a {
  color: #004a8f;
}
/* mv */
.user-mv {
  width: 100%;
  max-width: 1024px;
  background: #fff;
  margin: 0 auto;
}
.user-mv-wrap {
  position: relative;
}
.user-mv-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.user-mv-text {
  position: absolute;
  bottom: 40px;
  left: 60px;
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.user-mv-text-1 {
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-size: 30px;
}
.user-mv-text-2 {
  display: inline-flex;
  background: #fff;
  color: #004a8f;
  font-size: 16px;
  padding: 0 12px;
  margin-top: 16px;
}
.user-mv-text-3 {
  display: inline-flex;
  background: #004a8f;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 0 12px;
  margin-top: 16px;
}
.user-mv-text-2.-sp,
.user-mv-text-3.-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .user-conent {
    padding-top: 50px;
  }
  .user-bread {
    padding: 16px 20px;
  }
  .user-mv-text {
    left: 20px;
    bottom: 10px;
  }
  .user-mv-text-2 {
    font-size: 14px;
    padding: 0;
    margin: 0 20px;
    margin-top: 30px;
  }
  .user-mv-text-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: transparent;
    font-size: 22px;
    padding: 0;
    margin: 0 20px;
    margin-top: 16px;
  }
  .user-mv-text-2.-sp,
  .user-mv-text-3.-sp {
    display: flex;
  }

  .user-mv-text-2.-pc,
  .user-mv-text-3.-pc {
    display: none;
  }
  .user-mv-text-3-block {
    display: inline-block;
    padding: 0 10px;
    background: #004a8f;
  }
  .user-mv-text-3-block + .user-mv-text-3-block {
    margin-top: 5px;
  }
}
.user-main {
  width: 100%;
  max-width: 1024px;
  background: #fff;
  color: #575757;
  padding: 40px 60px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.user-lead {
  padding-bottom: 40px;
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: 56px;
}
.user-title {
  font-size: 26px;
  font-weight: bold;
  color: #004a8f;
  line-height: 1.38;
  margin-bottom: 40px;
}
.user-text-img {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.user-img-caption {
  font-size: 14px;
  color: #575757;
  margin-top: 16px;
}
.user-text-voice {
  display: flex;
  gap: 16px;
}
.user-text-voice + .user-text-voice {
  margin-top: 16px;
}
.user-text-voice-left {
  width: 50px;
}
.user-text-voice-left img {
  width: 50px;
  height: auto;
}
.user-text.-w100 {
  margin: 32px 0;
}
.user-text-s {
  font-size: 12px;
  margin-top: 20px;
}
.user-img-img {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.user-img-img .user-img-box {
  width: calc(50% - 20px);
}
.user-img-img .user-img-box img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .user-main {
    padding: 32px 20px 80px;
  }
  .user-title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 32px;
  }
  .user-text-voice {
    gap: 13px;
  }
  .user-text-voice-left {
    width: 40px;
  }
  .user-text-voice-left img {
    width: 40px;
    height: auto;
  }

  .user-text-img {
    flex-direction: column;
  }
  .user-img-img {
    flex-direction: column;
  }
  .user-img {
    width: 100%;
    height: auto;
  }
  .user-img-img .user-img-box {
    width: 100%;
  }
}

.user-bottom {
  background: #f7f7f7;
  padding: 32px;
}
.user-bottom-title {
  font-size: 20px;
  font-weight: bold;
}
.user-bottom-row {
  display: flex;
  gap: 2px;
  margin-top: 5px;
}
.user-bottom-row:first-of-type {
  margin-top: 24px;
}
.user-bottom-row-left {
  width: 143px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e7e7;
}
.user-bottom-row-right {
  width: calc(100% - 143px);
  height: 64px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 25px;
  box-sizing: border-box;
}
.user-bottom-row .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .user-bottom {
    padding: 24px;
  }
  .user-bottom-title {
    font-size: 18px;
  }
  .user-bottom-row {
    font-size: 12px;
  }
  .user-bottom-row-left {
    width: 80px;
  }
  .user-bottom-row-right {
    width: calc(100% - 80px);
  }
  .user-bottom-row .sp {
    display: block;
  }
}
.bottom-link {
  padding: 80px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #004a8f;
}
.bottom-link a {
  color: #004a8f;
}
@media only screen and (max-width: 768px) {
  .bottom-link {
    padding: 64px 0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
}
