@charset "utf-8";

:root {
  --colorGreen: #00B4BE;
  --colorGrey: #544A47;
}

.tac {text-align: center;}
.pcOnly,.pcDisplay,.isPc{display:none!important}

@media screen and (min-width: 767.5px) {
  .spOnly,.spDisplay,.isSp{display:none!important}
  .pcOnly,.pcDisplay,.isPc{display:block!important}
}

/* == mainVisual == */
.mainVisual01 {
  background-color: #E6FEFF;
  color: #fff;
}
.mainVisual01 > .inner {
  position: relative;
}

@media screen and (max-width: 767.5px) {
  .mainVisual01 > .inner {
    height: 107.1795vw;
    background: url(/article/images/member_bg_01_sp.png) 0 0 no-repeat;
    background-size: contain;
    text-align: center;
  }
  .mainVisual01 > .inner .block01 {
    padding-top: 12.3077vw;
  }
  .mainVisual01 > .inner .block01 > .text01 {
    font-size: 2.2rem;
    line-height: 1.4546;
    letter-spacing: 4px;
    font-weight: 600;
  }
  .mainVisual01 > .inner .block01 > .text02 {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.5715;
  }
  .mainVisual01 > .inner .imgBlock01 {
    width: 85.8975vw;
    margin: 5.3847vw auto 0;
  }
}

@media screen and (min-width: 767.5px) {
  .mainVisual01 {
    background: linear-gradient(90deg, #00b4be 50%, #e6feff 50%);
  }
  .mainVisual01 > .inner {
    width: 1280px;
    height: 400px;
    margin: 0 auto;
    background: #e6feff url(/article/images/member_bg_01_pc.png) 0 0 no-repeat;
  }
  .mainVisual01 > .inner .block01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    margin-left: 138px;
  }
  .mainVisual01 > .inner .block01 > .text01 {
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 8px;
    font-weight: 600;
  }
  .mainVisual01 > .inner .block01 > .text02 {
    margin-top: 21px;
    font-size: 1.5rem;
    line-height: 1.4667;
  }
  .mainVisual01 > .inner .imgBlock01 {
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translateY(-50%);
  }
}

/* == section == */
.secTtl02 {
  color: var(--colorGreen);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 3px;
  text-align: center;
}

@media screen and (max-width: 767.5px) {
  .memberSection > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .memberSection.memberBlock > .inner {
    padding: 32px 20px;
  }
  .secTtl02 {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 767.5px) {
  .memberSection > .inner {
    width: 864px;
    margin: 0 auto;
  }
  .memberSection.memberBlock > .inner {
    width: 896px;
    padding: 63px 0 65px;
  }
  .secTtl02 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}

/* section01 */
.memberSection.section01 > .inner .text01 {
  color: var(--colorGrey);
  font-size: 1.5rem;
  line-height: 1.4667;
}

@media screen and (max-width: 767.5px) {
  .memberSection.section01 {
    margin-top: 40px;
  }
  .memberSection.section01 .secTtl02 {
    margin-bottom: 16px;
  }
  .memberSection.section01 > .inner {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 767.5px) {
  .memberSection.section01 {
    margin-top: 75px;
  }
  .memberSection.section01 .secTtl02 {
    margin-bottom: 20px;
  }
  .memberSection.section01 > .inner {
    margin-bottom: 48px;
  }
}

/* member */
.memberBlock {
  color: var(--colorGrey);
}
.memberBlock > .inner {
  position: relative;
}
.memberBlock .text01 {
  font-weight: 500;
}
.memberBlock .text02 {
  font-size: 1.5rem;
  line-height: 1.4667;
}
.memberBlock .box02 {
  border-radius: 20px;
  background-color: #fff;
}
.memberBlock .box02 dt,
.memberBlock .box02 dd {
  font-size: 1.5rem;
  line-height: 1.4667;
}
.memberBlock .box02 .categoryLinkBlock {
  display: flex;
  justify-content: space-between;
}
.memberBlock .box02 .categoryLinkBlock a {
  width: 49%;
}

.member01 {background-color: #FDC8C3;}
.member01 .ttl03,
.member01 .box02 dt {color: #A62219;}
.member02 {background-color: #AFE6E6;}
.member02 .ttl03,
.member02 .box02 dt {color: #037575;}
.member03 {background-color: #F6CFE6;}
.member03 .ttl03,
.member03 .box02 dt {color: #7A0A4B;}
.member04 {background-color: #F4DD86;}
.member04 .ttl03,
.member04 .box02 dt {color: #796209;}
.member05 {background-color: #B2E5F8;}
.member05 .ttl03,
.member05 .box02 dt {color: #035877;}

@media screen and (max-width: 767.5px) {
  .memberBlock .ttl03 {
    margin-bottom: 255px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
  }
  .memberBlock .text01 {
    margin-bottom: 9px;
    font-size: 1.8rem;
    line-height: 1.5556;
    text-align: center;
  }
  .memberBlock .text02 {
    text-align: center;
  }
  .memberBlock .box02 {
    margin-top: 24px;
    padding: 24px 20px;
  }
  .memberBlock .box02 dt {
    margin-bottom: 4px;
    font-weight: 500;
  }
  .memberBlock .box02 dd + dt {
    margin-top: 12px;
    padding-bottom: 4px;
  }
  .memberBlock > .inner.-l .img,
  .memberBlock > .inner.-r .img {
    position: absolute;
    top: 82px;
    left: 50%;
    height: 216px;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 767.5px) {
  .memberBlock > .inner .block01 {
    width: 515px;
  }
  .memberBlock .ttl03 {
    margin-bottom: 18px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.125;
  }
  .memberBlock .text01 {
    margin-bottom: 8px;
    font-size: 2rem;
  }
  .memberBlock .box02 {
    width: 494px;
    margin-top: 25px;
    padding: 24px 31px;
  }
  .memberBlock .box02 dt {
    margin-bottom: 4px;
  }
  .memberBlock .box02 dd + dt {
    margin-top: 16px;
    padding-bottom: 4px;
  }
  .memberBlock > .inner.-l {
    padding-left: 58px;
  }
  .memberBlock > .inner.-l .img {
    position: absolute;
    bottom: 65px;
    right: 0;
  }
  .memberBlock > .inner.-r {
    padding-left: 344px;
  }
  .memberBlock > .inner.-r .img {
    position: absolute;
    bottom: 65px;
    left: 0;
  }
}

/* waveBlock */
@media screen and (max-width: 767.5px) {
  .waveBlock01 {
    background: url(/article/images/member_bg_02_sp.png) top center no-repeat;
  }
  .waveBlock02 {
    background: url(/article/images/member_bg_03_sp.png) top center no-repeat;
  }
  .waveBlock03 {
    background: url(/article/images/member_bg_04_sp.png) top center no-repeat;
  }
  .waveBlock04 {
    background: url(/article/images/member_bg_05_sp.png) top center no-repeat;
  }
  .waveBlock05 {
    background: url(/article/images/member_bg_06_sp.png) top center no-repeat;
  }
  .waveBlock06 {
    background: url(/article/images/member_bg_07_sp.png) top center no-repeat;
  }
  .waveBlock01, .waveBlock02, .waveBlock03, .waveBlock04, .waveBlock05, .waveBlock06 {
    height: 32px;
    background-size: 100% 32px;
  }
}

@media screen and (min-width: 767.5px) {
  .waveBlock01 {
    background: url(/article/images/member_bg_02_pc.png) top center no-repeat;
  }
  .waveBlock02 {
    background: url(/article/images/member_bg_03_pc.png) top center no-repeat;
  }
  .waveBlock03 {
    background: url(/article/images/member_bg_04_pc.png) top center no-repeat;
  }
  .waveBlock04 {
    background: url(/article/images/member_bg_05_pc.png) top center no-repeat;
  }
  .waveBlock05 {
    background: url(/article/images/member_bg_06_pc.png) top center no-repeat;
  }
  .waveBlock06 {
    background: url(/article/images/member_bg_07_pc.png) top center no-repeat;
  }
  .waveBlock01, .waveBlock02, .waveBlock03, .waveBlock04, .waveBlock05, .waveBlock06 {
    height: 40px;
    background-size: 100% 40px;
  }
}

/* appWrap02 */
.appWrap02 .heading01 {
  display: flex;
  align-items: center;
  color: var(--colorGreen);
  font-weight: 500;
  letter-spacing: 1px;
}
.appWrap02 .stepList01 {
  text-align: center;
}
.appWrap02 .stepList01 .box01 {
  border-radius: 32px;
  background-color: #e6f8f9;
}
.appWrap02 .stepList01 .text01 {
  color: var(--colorGreen);
  font-weight: 600;
  font-size: 2rem;
}
.appWrap02 .stepList01 .text02 {
  color: var(--colorGrey);
  font-size: 1.5rem;
  line-height: 1.4667;
}

@media screen and (max-width: 767.5px) {
  .appWrap02 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .appWrap02 .heading01 {
    flex-direction: column;
  }
  .appWrap02 .heading01 .logo {
    width: 48px;
  }
  .appWrap02 .stepList01 {
    margin-top: 24px;
  }
  .appWrap02 .stepList01 .box01 {
    padding-top: 14px;
  }
  .appWrap02 .heading01 .txt01 {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.5625;
    text-align: center;
  }
  .appWrap02 .stepList01 .box01 > img {
    height: 191px;
  }
  .appWrap02 .stepList01 .text01 {
    margin-top: 10px;
    margin-bottom: 2px;
  }
  .appWrap02 .stepList01 > li + li {
    margin-top: 23px;
  }
  .appWrap02 .bnrList01 {
    margin-top: 80px;
  }
  .appWrap02 .bnrList01 > li + li {
    margin-top: 8px;
  }
}
@media screen and (max-width: 375px) {
  .appWrap02 .heading01 {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 767.5px) {
  .appWrap02 {
    margin-top: 64px;
    margin-bottom: 56px;
  }
  .appWrap02 .heading01 {
    justify-content: center;
  }
  .appWrap02 .heading01 .logo {
    width: 100px;
    margin-right: 24px;
  }
  .appWrap02 .heading01 .txt01 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .appWrap02 .stepList01 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
  }
  .appWrap02 .stepList01 .box01 {
    padding-top: 16px;
  }
  .appWrap02 .stepList01 .box01 img {
    height: 265px;
  }
  .appWrap02 .stepList01 > li {
    width: 400px;
  }
  .appWrap02 .stepList01 .text01 {
    margin-top: 22px;
    margin-bottom: 6px;
  }
  .appWrap02 .bnrList01 {
    display: flex;
    justify-content: center;
    margin-top: 118px;
  }
  .appWrap02 .bnrList01 > li:not(:first-child) {
    margin-left: 32px;
  }
}
