#partner-wrap {
  font-weight: normal;
}
.bg-blue {
  background: #005bac;
}
.bg-blue-ll {
  background: #81bae5;
}
.bg-blue-l {
  background: #497ab5;
}
.bg-orange {
  background: #f0884b;
}
.text-white {
  color: #fff;
}
.partner-mv-btn-bg {
  display: flex;
  justify-content: center;
}
.partner-btn-bg {
  display: flex;
  justify-content: center;
}
.partner-ttlSlash-bg {
  display: flex;
  justify-content: center;
}
.partner-qa-list{
    margin-bottom: 40px;
  }
.partner-qa-list dl {
  position: relative;
  margin: 1em 0 0;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.partner-qa-list dl:first-child {
  margin-top: 0;
}
.partner-qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.partner-qa-list .open::after {
  transform: rotate(-45deg);
}
.partner-qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #f2f2f2;
  border-radius: 6px;
  font-size: 1.2rem;
}
.partner-qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #005bac;
}
.partner-qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 24px;
  left: 23px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #005bac;
}
.partner-qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.partner-qa-list dl dd p {
  margin: 30px 0 0;
}
.partner-qa-list dl dd p:first-child {
  margin-top: 0;
}
.text-center{
    text-align: center;
  }
.partner-4plans-title-blue-ll{
    color: #81bae5;
  }
  .partner-4plans-title-blue-l{
    color: #497ab5;
  }
  .partner-4plans-title-blue{
    color: #005bac;
  }
  .partner-4plans-title-orange{
    color: #f0884b;
  }
@media (min-width: 768px) {
  body {
    color: #333;
    background: #fff;
    font-family: SourceHanSans, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.47059em;
    letter-spacing: normal;
    text-align: justify;
    font-size: 1rem;
  }
  .partner-mv {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: url("../img/top-mv.webp") no-repeat center bottom;
    background-size: cover;
    padding: 36px 0 0;
  }
  .partner-mv-inner {
    position: relative;
  }
  .partner-mv-inner{
    display: flex;
    align-items: center;
  }
  .partner-mv-inner > div:first-child {
    
    z-index: 1;
  }
  .partner-mv-inner > div > p {
    font-size: 3vw;
    margin-bottom: 24px;
    line-height: 1.4em;
    text-align: center;
  }
  .partner-mv-logo {
    width: 80%;
    padding: 1.5vw 3vw;
    margin: auto;
    border-radius: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }
  .partner-mv-logo img {
    width: 100%;
    height: auto;
  }
  .partner-mv-logo-partner {
    position: relative;
    display: inline-block;
    padding: 0 45px;
  }
  .partner-mv-logo-partner p{
    font-size: 2vw;
  }
  .partner-mv-logo-partner:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #333;
    transform: rotate(60deg);
  }
  .partner-mv-logo-partner:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #333;
    transform: rotate(-60deg);
  }
  .partner-mv-logo-partner:before {
    left: 0;
  }
  .partner-mv-logo-partner:after {
    right: 0;
  }
  .partner-mv-img {
    margin-top: 12px;
    z-index: 1;
  }
  .partner-mv-img img {
    width: 45vw;
    height: auto;
  }
  .partner-mv-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 20vw;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 700;
    background-color: #CC0331;
    box-shadow: 0 5px 0 #9a0225;
    transition: 0.3s;
    border-radius: 6px;
  }
  .partner-mv-btn a span{
    display: block;
    width: 100%;
    text-align: center;
  }
  .partner-mv-btn a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
  }
  .partner-mv-btn a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #9a0225;
  }
  .partner-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #CC0331;
    box-shadow: 0 5px 0 #9a0225;
    transition: 0.3s;
    border-radius: 6px;
  }
  .partner-btn a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
  }
  .partner-btn a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #9a0225;
  }
  .partner-checklist-bg-flex-pc {
    display: flex;
    justify-content: center;
  }
  .partner-checklist-bg {
    display: inline-block;
    width: 70%;
    padding: 72px;
    margin: 0 auto 40px auto;
    border-radius: 6px;
  }
  .partner-checklist {
    width: 100%;
    margin: 0 auto;
  }
  .partner-checklist li {
    position: relative;
    background: #fff;
    padding: 1em 1em 1em calc(1em + 30px);
    border-radius: 6px;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 0 20px #ccc;
  }
  .partner-checklist li:last-child {
    margin-bottom: 0;
  }
  .partner-checklist li::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/icon-check.svg") no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-left: -30px;
  }
  .partner-arrow {
    text-align: center;
    margin-bottom: 40px;
  }
  .partner-arrow img {
    width: 250px;
  }
  .partner-checklist-answer {
    text-align: center;
    font-size: 1.865rem;
    font-weight: bold;
    color: #005bac;
    margin-bottom: 40px;
  }
  .partner-checklist-answer span {
    border-bottom: 3px solid #005bac;
    padding-bottom: 12px;
  }
  .partner-bnr-list01 {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
  .partner-bnr-list01 li {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
  }
  .partner-bnr-list01 li:last-child {
    margin-right: 0;
  }
  .partner-bnr-list01 img{
    width: 100%;
    height: auto;
  }
  .partner-ttlSlash {
    position: relative;
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    padding: 0 36px;
    margin-bottom: 6px;
  }
  .partner-ttlSlash:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 36px;
    height: 2px;
    background-color: #fff;
    transform: rotate(60deg);
  }
  .partner-ttlSlash:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 36px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-60deg);
  }
  .partner-ttlSlash:before {
    left: 0;
  }
  .partner-ttlSlash:after {
    right: 0;
  }
  .partner-balloon-box-bg {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .partner-balloon-box {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 180px;
    padding: 50px;
    background: #e0edff;
    border-radius: 90px;
  }
  .partner-balloon-box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
  }
  .partner-balloon-box > div {
    position: relative;
  }
  .partner-balloon-headline {
    font-size: 3rem;
    text-align: center;
    line-height: 1em;
    color: #f0884b;
  }
  .partner-balloon-number {
    font-weight: 900;
    font-size: 4rem;
    margin-right: 6px;
  }
  .partner-balloon-size {
    font-size: 3.5rem;
  }
  .partner-balloon-sentence {
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
  }
  .partner-balloon-h2 {
    font-size: 1.865rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
  }
  .partner-balloon-h2-under-line {
    text-align: center;
    font-size: 1.865rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
  }
  .partner-balloon-h2-under-line span {
    border-bottom: 3px solid #fff;
    padding-bottom: 12px;
  }
  .partner-bnr-list02 {
    display: flex;
    width: 100%;
  }
  .partner-bnr-list02 li {
    width: calc((100% - 64px) / 5);
    margin-right: 16px;
  }
  .partner-bnr-list02 li:last-child {
    margin-right: 0;
  }
  .partner-bnr-list02-box {
    background: #fff;
    padding: 24px 6px;
    box-sizing: border-box;
    border-radius: 6px;
    align-items: stretch;
  }
  .partner-bnr-list02-box img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 24px auto;
  }
  .partner-bnr-list02-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 3em;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #005bac;
  }
  .partner-4plans {
    display: flex;
    align-items: stretch;
    padding-top: 3.9em;
    margin-bottom: 40px;
  }
  .partner-4plans li {
    position: relative;
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
    border: 2px solid #ececec;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 0 20px #ccc;
  }
  .partner-4plans-balloon-bg{
    position: absolute;
    width: 100%;
    top: -3.9em;
    left: 0;
  }
  .partner-4plans-balloon-blue-ll {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    margin-bottom: 24px;
    font-size: 1.2rem;
    font-weight: bold;
    background: #81bae5;
    color: #fff;
    box-shadow: 0 0 20px #ccc;
  }
  .partner-4plans-balloon-blue-ll:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #81bae5;
  }
  .partner-4plans-balloon-blue-l {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    margin-bottom: 24px;
    font-size: 1.2rem;
    font-weight: bold;
    background: #497ab5;
    color: #fff;
    box-shadow: 0 0 20px #ccc;
  }
  .partner-4plans-balloon-blue-l:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #497ab5;
  }
  .partner-4plans-balloon-blue {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    margin-bottom: 24px;
    font-size: 1.2rem;
    font-weight: bold;
    background: #005bac;
    color: #fff;
    box-shadow: 0 0 20px #ccc;
  }
  .partner-4plans-balloon-blue:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #005bac;
  }
  .partner-4plans-balloon-orange {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    margin-bottom: 24px;
    font-size: 1.2rem;
    font-weight: bold;
    background: #f0884b;
    color: #fff;
    box-shadow: 0 0 20px #ccc;
  }
  .partner-4plans-balloon-orange:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #f0884b;
  }
  .partner-4plans-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4em;
    margin-bottom: 16px;
  }
  .partner-4plans-point-bg {
    margin-bottom: 18px;
  }
  .partner-4plans-point-blue-ll {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    border: 2px solid #81bae5;
    color: #81bae5;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2em;
    text-align: center !important;
    margin-bottom: 8px;
  }
  .partner-4plans-point-blue-l {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    border: 2px solid #497ab5;
    color: #497ab5;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .partner-4plans-point-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    border: 2px solid #005bac;
    color: #005bac;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .partner-4plans-point-orange {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    border: 2px solid #f0884b;
    color: #f0884b;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .partner-4plans-inner-title-blue-ll {
    position: relative;
    color: #81bae5;
    border-bottom: 2px solid #81bae5;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 1.2rem;
  }
  .partner-4plans-inner-title-blue-ll::before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #81bae5;
  }
  .partner-4plans-inner-title-blue-l {
    position: relative;
    color: #497ab5;
    border-bottom: 2px solid #497ab5;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 1.2rem;
  }
  .partner-4plans-inner-title-blue-l::before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #497ab5;
  }
  .partner-4plans-inner-title-blue {
    position: relative;
    color: #005bac;
    border-bottom: 2px solid #005bac;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 1.2rem;
  }
  .partner-4plans-inner-title-blue::before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #005bac;
  }
  .partner-4plans-inner-title-orange {
    position: relative;
    color: #f0884b;
    border-bottom: 2px solid #f0884b;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 1.2rem;
  }
  .partner-4plans-inner-title-orange::before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f0884b;
  }
  .partner-4plans-inner-sentence {
    line-height: 1.6em;
  }
  .partner-voice-bg{
    background: #fff;
    padding: 36px;
    box-shadow: 0 0 20px #ccc;
    border-radius: 6px;
    margin-bottom: 40px;
  }
  .partner-voice-h3{
    font-size: 1.5rem;
    background: #005bac;
    color: #fff;
    padding: 1em;
    border-radius: 6px;
  }
  .partner-voice-bg > div{
    display: flex;
    align-items: center;
  }
  .partner-voice-bg > div > div {
    width: calc((100% - 36px) / 2);
    margin-right: 36px;
  }
  .partner-voice-bg > div > div:last-child {
    margin-right: 0;
  }
  .partner-voice-img {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
  }
  .partner-voice-img img {
    width: 100%;
    height: auto;
  }
  .partner-voice-img-l h4{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
    padding: 1em;
    line-height: 1.2em;
    z-index: 1;
    border-radius: 0 6px 6px 0;
  }
  .partner-voice-img-r h4{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    padding: 1em;
    line-height: 1.2em;
    z-index: 1;
    border-radius: 6px 0 0 6px;
  }
  .partner-voice-title {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1em;
    color: #005bac;
    border-bottom: 2px solid #005bac;
    padding-bottom: 6px;
    margin-bottom: 18px;
  }
  .partner-voice-sentence {
    line-height: 1.6em;
  }
  .order > div {
    flex-direction: row-reverse;
  }
  .order > div > div:first-child {
    margin-right: 0;
  }
  .order > div > div:last-child {
    margin-right: 36px;
  }
  .partner-voice-h2 {
    font-size: 1.865rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
    color: #005bac;
  }
}
@media (max-width: 767px) {
  body {
    color: #333;
    background: #fff;
    font-family: SourceHanSans, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.47059em;
    letter-spacing: normal;
    text-align: justify;
    font-size: 0.875rem;
  }
  h2 {
    font-size: 1.3rem;
    line-height: 1.2em;
  }
  .partner-mv {
    position: relative;
    width: 100%;
    height: 510px;
    background: url("../img/top-mv.webp") no-repeat center bottom;
    background-size: cover;
  }
  .partner-mv-inner {
    position: relative;
    height: 510px;
  }
  .partner-mv-inner > div:first-child {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .partner-mv-inner > div > p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2em;
    margin-bottom: 12px;
  }
  .partner-mv-logo {
    width: 80vw;
    height: 50px;
    padding: 0 18px;
    border-radius: 24px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }
  .partner-mv-logo img {
    width: 100%;
    height: auto;
  }
  .partner-mv-logo-partner {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 5px;
  }
  .partner-mv-logo-partner p{
    font-size: 1.2rem;
  }
  .partner-mv-logo-partner:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #333;
    transform: rotate(60deg);
  }
  .partner-mv-logo-partner:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #333;
    transform: rotate(-60deg);
  }
  .partner-mv-logo-partner:before {
    left: 0;
  }
  .partner-mv-logo-partner:after {
    right: 0;
  }
  .partner-mv-img {
    position: absolute;
    width: 90vw;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
  }
  .partner-mv-img img {
    width: 100%;
    height: auto;
  }
  .partner-mv-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #CC0331;
    box-shadow: 0 5px 0 #9a0225;
    transition: 0.3s;
    border-radius: 6px;
  }
  .partner-mv-btn a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
  }
  .partner-mv-btn a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #9a0225;
  }
  .partner-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    width: 100%;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #CC0331;
    box-shadow: 0 5px 0 #9a0225;
    transition: 0.3s;
    border-radius: 6px;
  }
  .partner-btn a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
  }
  .partner-btn a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #9a0225;
  }
  .partner-checklist-bg {
    padding: 24px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .partner-checklist li {
    position: relative;
    background: #fff;
    padding: 1em 1em 1em calc(1em + 21px);
    border-radius: 6px;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 0 20px #ccc;
    line-height: 1.2em;
  }
  .partner-checklist li:last-child {
    margin-bottom: 0;
  }
  .partner-checklist li::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/icon-check.svg") no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-left: -21px;
  }
  .partner-arrow {
    text-align: center;
    margin-bottom: 20px;
  }
  .partner-arrow img {
    width: 100px;
  }
  .partner-checklist-answer {
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    color: #005bac;
    line-height: 2em;
    margin-bottom: 20px;
  }
  .partner-checklist-answer span {
    display: inline;
    border-bottom: 2px solid #005bac;
    padding-bottom: 6px;
  }
  .partner-bnr-list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .partner-bnr-list01 li {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .partner-bnr-list01 li:nth-child(2n) {
    margin-right: 0;
  }
  .partner-bnr-list01 li:nth-last-child(1), .partner-bnr-list01 li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .partner-bnr-list01 img{
    width: 100%;
    height: auto;
  }
  .partner-ttlSlash {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    color: #fff;
    padding: 0 24px;
    margin-bottom: 6px;
  }
  .partner-ttlSlash:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transform: rotate(60deg);
  }
  .partner-ttlSlash:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-60deg);
  }
  .partner-ttlSlash:before {
    left: 0;
  }
  .partner-ttlSlash:after {
    right: 0;
  }
  .partner-balloon-box-bg {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .partner-balloon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    padding: 30px;
    background: #e0edff;
    border-radius: 60px;
  }
  .partner-balloon-box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
  }
  .partner-balloon-box > div {
    position: relative;
  }
  .partner-balloon-headline {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.4em;
    color: #f0884b;
  }
  .partner-balloon-number {
    font-weight: 900;
    font-size: 1.8rem;
    margin-right: 6px;
  }
  .partner-balloon-size {
    font-size: 1.4rem;
  }
  .partner-balloon-sentence {
    text-align: center;
  }
  .partner-balloon-h2 {
    font-size: 1.125rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .partner-balloon-h2-under-line {
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    line-height: 2em;
    margin-bottom: 40px;
  }
  .partner-balloon-h2-under-line span {
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
  }
  .partner-bnr-list02 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .partner-bnr-list02 li {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .partner-bnr-list02 li:nth-child(2n) {
    margin-right: 0;
  }
  .partner-bnr-list02 li:last-child {
    margin-bottom: 0;
  }
  .partner-bnr-list02-box {
    background: #fff;
    padding: 24px 6px;
    box-sizing: border-box;
    border-radius: 6px;
    align-items: stretch;
  }
  .partner-bnr-list02-box img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 24px auto;
  }
  .partner-bnr-list02-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 3em;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2em;
    color: #005bac;
  }
  .partner-4plans {
    display: block;
    padding-top: 3.5em;
    margin-bottom: 20px;
  }
  .partner-4plans li {
    position: relative;
    width: 100%;
    border: 2px solid #ececec;
    padding: 24px;
    border-radius: 6px;
    box-shadow: 0 0 20px #ccc;
    margin-bottom: calc( 3.5em + 24px );
  }
  .partner-4plans-balloon-bg{
    position: absolute;
    width: 90%;
    top: -3.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .partner-4plans-balloon-blue-ll {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    margin-bottom: 24px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #81bae5;
    color: #fff;
  }
  .partner-4plans-balloon-blue-ll:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #81bae5;
  }
  .partner-4plans-balloon-blue-l {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    margin-bottom: 24px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #497ab5;
    color: #fff;
  }
  .partner-4plans-balloon-blue-l:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #497ab5;
  }
  .partner-4plans-balloon-blue {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    margin-bottom: 24px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #005bac;
    color: #fff;
  }
  .partner-4plans-balloon-blue:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #005bac;
  }
  .partner-4plans-balloon-orange {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    margin-bottom: 24px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #f0884b;
    color: #fff;
  }
  .partner-4plans-balloon-orange:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #f0884b;
  }
  .partner-4plans-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.4em;
    margin-bottom: 16px;
  }
  .partner-4plans-point-bg {
    margin-bottom: 12px;
  }
  .partner-4plans-point-blue-ll {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    border: 2px solid #81bae5;
    color: #81bae5;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
  .partner-4plans-point-blue-l {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    border: 2px solid #497ab5;
    color: #497ab5;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
  .partner-4plans-point-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    border: 2px solid #005bac;
    color: #005bac;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
  .partner-4plans-point-orange {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
    border: 2px solid #f0884b;
    color: #f0884b;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
  .partner-4plans-inner-title-blue-ll {
    position: relative;
    color: #81bae5;
    border-bottom: 2px solid #81bae5;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 1.125rem;
  }
  .partner-4plans-inner-title-blue-ll::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #81bae5;
  }
  .partner-4plans-inner-title-blue-l {
    position: relative;
    color: #497ab5;
    border-bottom: 2px solid #497ab5;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 1.125rem;
  }
  .partner-4plans-inner-title-blue-l::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #497ab5;
  }
  .partner-4plans-inner-title-blue {
    position: relative;
    color: #005bac;
    border-bottom: 2px solid #005bac;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 1.125rem;
  }
  .partner-4plans-inner-title-blue::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #005bac;
  }
  .partner-4plans-inner-title-orange {
    position: relative;
    color: #f0884b;
    border-bottom: 2px solid #f0884b;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 1.125rem;
  }
  .partner-4plans-inner-title-orange::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f0884b;
  }
  .partner-4plans-inner-sentence {
    line-height: 1.6em;
  }
  .partner-voice-bg{
    background: #fff;
    padding: 24px;
    box-shadow: 0 0 20px #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .partner-voice-h3{
    background: #005bac;
    color: #fff;
    padding: .5em;
    font-size: 1.125rem;
    border-radius: 6px;
    line-height: 1.2em;
  }
  .partner-voice-bg > div {
    display: block;
    align-items: center;
  }
  .partner-voice-bg > div > div {
    width: 100%;
  }
  .partner-voice-bg > div > div:last-child {
    margin-top: 20px;
  }
  .partner-voice-img {
    border-radius: 6px;
    overflow: hidden;
  }
  .partner-voice-img img {
    width: 100%;
    height: auto;
  }
  .partner-voice-img-l h4{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
    padding: .5em;
    line-height: 1.4em;
    z-index: 1;
    border-radius: 0 6px 6px 0;
    font-size: 0.875rem;
  }
  .partner-voice-img-r h4{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    padding: .5em;
    line-height: 1.2em;
    z-index: 1;
    border-radius: 6px 0 0 6px;
    font-size: 0.875rem;
  }
  .partner-voice-title {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1em;
    color: #005bac;
    border-bottom: 2px solid #005bac;
    padding-bottom: 6px;
    margin-bottom: 12px;
    text-align: center;
  }
  .partner-voice-sentence {
    line-height: 1.6em;
  }
  .partner-voice-h2 {
    font-size: 1.125rem;
    text-align: center;
    font-weight: bold;
    color: #005bac
  }
  .partner-qa-list{
    margin-bottom: 20px;
  }
  .partner-qa-list dl {
    margin: 10px 0 0;
  }
  .partner-qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .partner-qa-list dl dt {
    padding: 16px 40px 16px 50px;
    font-size: 1rem;
  }
  .partner-qa-list dl dt::before {
    top: 14px;
    left: 20px;
  }
  .partner-qa-list dl dd::before {
    left: 23px;
  }
  .partner-qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
  }
  .partner-qa-list dl dd p {
    margin: 30px 0 0;
  }
  .partner-qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 320px) {
  .partner-mv-img {
    right: -30px;
  }
}