@charset "UTF-8";
/* CSS Document */

.MainArea {
    margin-top: 60px;
}
@media screen and (min-width: 1279px) {
.MainArea {
    margin-top: 100px;
}
}

.header_pc {
    display: block;
}

.header_sp {
    display: none;
}

@media screen and (max-width: 768px) {
.header_pc {
    display: none;
}

.header_sp {
    display: block;
}
}

.pc-hide {
    display: none;
}
@media screen and (max-width: 768px) {
.pc-hide {
    display: block;
}
}

@media screen and (max-width: 1279px) {
  .Container_inner {
    padding: 10px 4vw 40px;
  }
}


.MainArea #back {font-size: 1.2rem;margin-top: 20px;}
.MainArea #back a { color: var(--black); text-decoration: none; display: flex; align-items: center; }
.MainArea #back a::before { content: ''; width: 24px; height: 24px; background: url(../../static/img/arrow-left.svg) center no-repeat; background-size: cover; display: block; }
.MainArea #back a:hover { text-decoration: underline; }

@media screen and (max-width: 768px) {
.MainArea #back {font-size: 1.2rem;margin-top: 10px;}
}

h2.ttl_head {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 40px auto 40px;
    padding: 25px 0;
    text-align: center;
    background-color: #EAEFF2;
}
@media screen and (max-width: 768px) {
h2.ttl_head {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin: 20px auto 20px;
    padding: 10px 0;
    text-align: center;
    background-color: #EAEFF2;
}
}

.catch_cp {
    text-align: center;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
.catch_cp {
    line-height: 1.2;
    margin-bottom: 60px;
}
}
    
.text-wrapper-2 {
    font-size: 28px;
    line-height: 1.5;
}
.text-wrapper-3 {
    font-weight: 900;
    font-size: 34px;
    line-height: 1.5;
}
.text-wrapper-5 {
    font-size: 18px;
}
.text-wrapper-7 {
    font-weight: 900;
    font-size: 34px;
    line-height: 1.5;
    color: #E32782;
}

@media screen and (max-width: 768px) {
.text-wrapper-2 {
    font-size: 18px;
    line-height: 1.5;
}
.text-wrapper-3 {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.5;
}
.text-wrapper-5 {
    font-size: 12px;
}
.text-wrapper-7 {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.5;
    color: #E32782;
}
}

.header_pc img {
    width: 100%;
}

.group {
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
.group {
    margin-bottom: 40px;
}
}

.section-header {
  display: flex;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto 30px;
  gap: 1em; /* 見出しと線の間の余白 */
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.section-header {
  margin: 0 auto 16px;
}
}

.ttl_head_s {
  font-weight: bold;
  font-size: 26px;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
.ttl_head_s {
  font-size: 18px;
}
}

.heading-line {
  flex-grow: 1;
  height: 1px;
  background-color: #666;
}


ul.list_default {
    list-style-position: inside;
    padding-left: 30px;
    margin-bottom: 16px;
}

ul.list_default li {
    font-size: 28px;
    list-style-position: initial;
    line-height: 1.8;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
ul.list_default li {
    font-size: 20px;
    list-style-position: initial;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}
}

.sup_text {
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
.sup_text {
    font-size: 12px;
    line-height: 1.3;
}
}

.desc_text {
    font-size: 28px;
    line-height: 1.8;
    font-weight: 900;
    margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
.desc_text {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 16px;
}
}

ol.list_num {
  counter-reset: circle;
  list-style: none;
  padding-left: 0;
}


ol.list_num li {
  counter-increment: circle;
  position: relative;
  padding-left: 1.8em;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
ol.list_num li {
      font-size: 16px;
}
}

ol.list_num li::before {
  content: counter(circle);
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #222;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
ol.list_num li::before {
      font-size: 14px;
    top: 2px;
}
}
.em_text {
    font-size: 34px;
    line-height: 1.8;
    font-weight: 900;
    color: #e32782;
}
@media screen and (max-width: 768px) {
.em_text {
    /* zoom: 0.7; */
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 6px;
}
}

.sup_text.red {
    font-size: 22px;
    font-weight: 700;
    color: #e32782;
}
@media screen and (max-width: 768px) {
.sup_text.red {
    font-size: 16px;
}
}

h2.ttl_sub {
    font-size: 24px;
    margin-bottom: 20px;
}

.sm_text {
    font-size: 20px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
.sm_text {
    font-size: 16px;
    line-height: 1.5;
}
}

.member_block {
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
.member_block {
    margin-bottom: 55px;
}
}

.member_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
.member_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
}

h3.ttl_member {
    font-size: 26px;
    font-weight: 900;
    margin-right: 1em;
}
@media screen and (max-width: 768px) {
h3.ttl_member {
    margin-bottom: 15px;
}
}

h3.ttl_member strong {
    font-size: 36px;
}

a.btn_product_list {
    display: flex;
    align-items: center;
    border-radius: 32px;
    line-height: 1.6;
    border: 1px solid #222;
    color: #222;
    padding: 6px 35px;
    text-decoration: none;
    background: url(../../image/wscp/ar_bk.svg) no-repeat right 10px center;
}

.Container__1lh4x3j0 {
    background: #fff url(../../image/wscp/bg_wscp.png) repeat-y;
    background-size: contain;
}

ol.circle-number-list {
    
}

.circle-number-list {
  counter-reset: circle;
  list-style: none;
  padding-left: 0;
}

.circle-number-list li {
  counter-increment: circle;
  position: relative;
  font-size: 20px;
  line-height: 1.8;
  padding-left: 2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
.circle-number-list li {
  counter-increment: circle;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1.6em;
  margin-bottom: 0.5em;
}
}

.circle-number-list li::before {
  content: counter(circle);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.3em;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0.2em;
}
@media screen and (max-width: 768px) {
.circle-number-list li::before {
  content: counter(circle);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  /* background-color: #fff; */
  border: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0.1em;
}
}

.fin {
    color: #939BA0;
}

.Footer__1wj7r6v4 {
    height: 100px;
}
@media screen and (max-width: 768px) {
.Footer__1wj7r6v4 {
    height: 40px;
}
}

a.btn_secondary {
    display: flex;
    width: 292px;
    height: 48px;
    margin: 0 auto;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: #ffffff;
    color: #0099ff;
    border: 1px solid #09f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

a.btn_secondary:hover {
    background: #09f;
    color: #fff;
}

    /* トップボタンのスタイル */
    #pageTop {
      position: fixed;
      bottom: 40px;
      right: 40px;
      width: 48px;
      height: 48px;
      background: url('../../image/wscp/btn_pgtop.png') no-repeat center center / contain;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 9999;
      cursor: pointer;
      pointer-events: none; /* 初期状態ではクリック不可 */
    }

@media screen and (max-width: 768px) {
    #pageTop {
      bottom: 20px;
      right: 10px;
    }
}

    #pageTop.visible:hover {
      opacity: 0.7;
    }

    /* スクロールして表示可能な状態のクラス */
    #pageTop.visible {
      opacity: 1;
      pointer-events: auto;
    }