@charset "utf-8";

/*　Base
--------------------------------------------------------*/
p,
span {
	font-weight: normal;
	color: revert;
}


/* FV
----------------------------------------------*/
.sec_faq_fv {
  padding: 38px 0 46px;
  background: #1366A1;
  text-align: center;
  margin-bottom: 1rem;

  @media (48.0625rem <= width ) {
    height: 247px;
    padding: 38px 0 32px;
	}

  h1 {
    font-size: var(--36px);
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .sec_faq_fv_lead {
    font-size: var(--16px);
    color: #ffffff;
    font-weight: initial;
    margin-bottom: 1.8rem;
  }
}


/* CTA 資料を受け取る */
.btn_dl_pnk {
  width: 90%;
	margin: auto;
  text-align: center;
  display: block;
  padding: 20px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-size: var(--15px);
  font-weight: bold;
  line-height: 1.2em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: relative;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.10);
	background: rgb(226,108,144);
  background: linear-gradient(90deg, rgba(226,108,144,1) 0%, rgba(206,33,86,1) 100%);
  color: #ffffff;

	@media (48.0625rem <= width ) {
		font-size: var(--16px);
		width: 100%;
		max-width: 370px;
	}

	&:hover {
		box-shadow: none;
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	&::after {
		content: "";
		background: url(https://tp-img.imgix.net/s/price/pc/icon/icon_dl.svg) no-repeat center/contain;
		width: 27px;
		height: 27px;
		border: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 1em;
	}
}

/* 2nd nav
----------------------------------------------*/
.sec_2nd_nav {
  width: min(1100px, 92%);
  height: 120px;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;

  @media (48.0625rem <= width) {
    margin: 0 auto 0.5rem;
  }

  .list_2nd_nav {
    max-width: 680px;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 1rem 0;
    justify-content: center;

    @media (48.0625rem <= width) {
      grid-template-columns: 25% 25% 25% 25%;
      gap: 0;
    }

    li {
      display: inline-block;
      position: relative;
      border-left: solid 1px #dddddd;
      border-right: solid 1px #dddddd;

      &::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 5px;
        display: inline-block;
      }

      &:nth-child(odd) {
        border-right: none;
      }

      &:nth-child(2) {

        @media (48.0625rem <= width) {
          border-right: none;
        }
      }

      a {
        font-size: var(--14px);
        color: #1D4383;
        text-align: center;
        display:block;
        position: relative;

        @media (48.0625rem <= width) {
          font-size: var(--16px);
        }

        &:hover {
          span::after {
            top: 30%;
          }
        }

        &::after {
          content: "";
          width: 10px;
          height: 10px;
          border: 0;
          border-top: solid 2px #1D4383;
          border-right: solid 2px #1D4383;
          position: absolute;
          top: 20%;
          transform: translateY(-135%);
          right: 12px;
          transform: rotate(135deg);

          @media (48.0625rem <= width) {
            content: none;
          }
        }

        span {
          padding-right: 16px;
          position: relative;

          &::after {

            @media (48.0625rem <= width) {
              content: "";
              width: 10px;
              height: 10px;
              border: 0;
              border-top: solid 2px #1D4383;
              border-right: solid 2px #1D4383;
              position: absolute;
              top: 20%;
              transform: translateY(-135%);
              right: 0;
              transform: rotate(135deg);
              transition: 0.2s ease;
            }
          }
        }
      }
    }
  }
}


/*　資料請求はこちら CTA
--------------------------------------------------------*/
/*____________________ PC */
.cta_mb_ {
  margin-bottom: 3rem;

  @media (48.0625rem <= width ) {
  }
}

.cta_koike_san {

  a {
    font-weight: bold;
    transition: initial;
  }

  span {
    font-weight: bold;
  }

  .cta_mt_140 {
    margin-top: -8.8em;

    @media (48.0625rem <= width ) {
      margin-top: -11em;
    }
  }

  .cta_mt_150 {
    margin-top: -8.7em;

    @media (48.0625rem <= width ) {
      margin-top: -10.5em;
    }
  }

  .cta_mt_170 {
    margin-top: -11em;

    @media (48.0625rem <= width ) {
      margin-top: -16em;
    }
  }

  ul.inner_cta_common {
    background: rgb(229,64,115);
    background: linear-gradient(90deg, rgba(229,64,115,1) 0%, rgba(249,124,161,1) 55%, rgba(229,64,115,1) 100%);
    max-width: 1200px;
    width: 94%;
    margin: auto;
    padding: 20px 0 25px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
  }

  @media (48.0625rem <= width ) {
    ul.inner_cta_common {
      display: grid;
      grid-template-columns: 25% 50% 25%;
      border-radius: initial;
      padding: 35px 0 0;
      border-radius: 16px;
    }
  }

  @media (48.0625rem <= width ) {
    .img_koike_san {
      width: 216px;
      margin-left: auto;
      margin-top: -4.4em;
      position: relative;
      z-index: 100;
    }
  }

  ul.list_cta_common_sub {
    width: 92%;
    margin: auto;
    display: grid;
    grid-template-columns: 51% 49%;
  }

  @media (48.0625rem <= width ) {
    ul.list_cta_common_sub {
      display: none;
    }
  }

  ul.list_cta_common_sub li img {
    margin-top: -2.5em;
    margin-bottom: -0.25em;
  }

  @media (48.0625rem <= width ) {
    .img_koike_san_pc {
      width: 241px;
      margin-left: auto;
      margin-top: -4.38em;
      position: relative;
      z-index: 100;
    }
  }

  @media (48.0625rem <= width ) {
    .box_cta_common {
      text-align: center;
    }
  }

  .box_cta_common h2 {
    display: none;
  }

  @media (48.0625rem <= width ) {
    .box_cta_common h2 {
      font-size: var(--28px);
      color: #ffffff;
      font-weight: bold;
      line-height: 1.3em;
      display: inline-block;
      margin-bottom: 1.61em;
    }
  }

  @media (74.0625rem <= width ) {/* 1185px */
    .box_cta_common h2 {
      font-size: var(--37px);
      margin-bottom: 1.2em;
    }
  }

  .box_cta_common h2 span {
    font-size: var(--24px);
    color: #ffffff;
    font-weight: bold;
    display: block;
  }

  @media (74.0625rem <= width ) {/* 1185px */
    .box_cta_common h2 span {
      font-size: var(--32px);
    }
  }

  .h2_1st {
    font-size: var(--15px);
    color: #ffffff;
    font-weight: bold;
    display: block;
    margin-bottom: 0.7em;
    line-height: 1.4em;
  }

  @media (31.25rem <= width ) {/* 500px */
    .h2_1st {
      font-size: var(--20px);
      margin-bottom: 0.5em;
    }
  }

  .h2_2nd {
    width: fit-content;
    font-size: var(--20px);
    color: #CE1E54;
    font-weight: bold;
    line-height: 1.3em;
    display: block;
    background: rgb(248,243,245);
    background: linear-gradient(90deg, rgba(248,243,245,1) 0%, rgba(255,227,242,1) 100%);
    margin-bottom: 0.4em;
  }

  @media (31.25rem <= width ) {/* 500px */
    .h2_2nd {
      font-size: var(--26px);
    }
  }

  .btn_cta_common {
    position: relative;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin-bottom: 1.35em;
  }

  @media (48.0625rem <= width ) {
    .btn_cta_common {
      margin-bottom: 2em;
    }
  }

  .img_documents {
    width: 200px;
    position: absolute;
    top: -3em;
    left: -4.8em;
    z-index: 1;
  }

  @media (74.6875rem <= width ) {/* 1195px */
    .img_documents {
      width: 220px;
      top: -3.8em;
      left: -4em;
    }
  }

  .btn_cta_common:hover {
    box-shadow: none;
    transform: scale(1.1);
  }

  .note_cta_common {
    display: none;
  }

  @media (48.0625rem <= width ) {
    .note_cta_common {
      font-size: var(--14px);
      color: #ffffff;
      font-weight: bold;
      background: #CE1E54;
      border-radius: 50px;
      padding: 4px 20px 5px 22px;
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      display: block;
    }
  }

  @media (61.875rem <= width ) {/* 990px */
    .note_cta_common {
      font-size: var(--16px);
    }
  }

  .btn_wht {
    max-width: 94%;
    margin: auto;
    text-align: center;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 34px 0px rgba(79, 30, 30, 0.25);
    border-radius: 4px;
    color: #CE1E54;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
    position: relative;
    height: 3.75rem;
    max-height: 100%;
  }

  @media (31.25rem <= width ) {/* 500px */
    .btn_wht {
      height: 70px;
    }
  }

  @media (48.0625rem <= width ) {
    .btn_wht {
      height: 5.9375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  .btn_wht:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #CE1E54;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }

  @media (48.0625rem <= width ) {
    .btn_wht:before {
      width: 38px;
      height: 38px;
    }
  }

  .btn_wht:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    right: 23px;
    transform: rotate(45deg);
  }

  @media (48.0625rem <= width ) {
    .btn_wht:after {
      width: 8px;
      height: 8px;
      top: 46%;
      transform: translateY(-46%);
      right: 30px;
      transform: rotate(45deg);
    }
  }

  .span_free {
    font-size: var(--12px);
    font-weight: bold;
    color: #CE1E54;
    background: #FFE1EA;
    padding: 5px;
    margin-right: 0.4em;
    border-radius: 3px;
    position: relative;
    top: 18px;
  }

  @media (31.25rem <= width ) {/* 500px */
    .span_free {
      font-size: var(--17px);
      top: 24px;
    }
  }

  @media (48.0625rem <= width ) {
    .span_free {
      font-size: var(--17px);
      padding: 2px 2px 4px 4px;
      top: initial;
    }
  }

  .span_doc {
    font-size: var(--17px);
    font-weight: bold;
  }

  @media (48.0625rem <= width ) {
    .span_doc {
      font-size: var(--24px);
      position: relative;
      top: 3px;
    }
  }

  .span_note {
    font-size: var(--11px);
    font-weight: bold;
    color: #CE1E54;
    position: relative;
    top: 6px;
    left: 3px;
  }

  @media (31.25rem <= width ) {/* 500px */
    .span_note {
      font-size: var(--16px);
      top: 10px;
    }
  }

  .cta_txt_sp {
    font-weight: bold;
    margin-top: 0.3em;
    margin-left: 40px;
  }

  @media (31.25rem <= width ) {/* 500px */
    .cta_txt_sp {
      font-size: var(--21px);
      margin-top: 0.56em;
    }
  }

  .img_doc_sp {
    width: 110px;
    position: absolute;
    top: -35px;
    left: -20px;
  }

  @media (31.25rem <= width ) {/* 500px */
    .img_doc_sp {
      width: 120px;
      top: -40px;
      left: -6px;
    }
  }


  /*____________________ CTA */
  ul.list_cta_common {
    width: 84%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 48%;
    column-gap: 2%;
    position: relative;
    z-index: 1;
  }

  @media (31.25rem <= width ) {/* 500px */
    ul.list_cta_common {
      width: 64%;
    }
  }

  @media (48.0625rem <= width ) {
    ul.list_cta_common {
      width: 500px;
      grid-template-columns: 48% 44%;
    }
  }

  ul.list_cta_common li:first-child {
    border-right: solid 1px #ffffff;
  }

  @media (48.0625rem <= width ) {
    ul.list_cta_common li:first-child {
      border-right: initial;
    }
  }

  ul.list_cta_common li:last-child {
    text-align: right;
    padding-right: 20%;
  }

  /* cta text ver. */
  .btn_txt a {
    width: 100%;
    font-size: var(--14px);
    text-align: center;
    color: #ffffff;
    position: relative;
  }

  @media (31.25rem <= width ) {/* 500px */
    .btn_txt a {
      font-size: var(--16px);
    }
  }

  @media (48.0625rem <= width ) {
    .btn_txt a {
      font-weight: bold;
    }
  }

  .btn_txt a::before,
  .btn_txt a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }

  .btn_txt a::before {
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 1px solid #CE1E54;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    top: 2px;
    right: -25px;
  }

  @media (48.0625rem <= width ) {
    .btn_txt a::before {
      width: 32px;
      height: 32px;
      top: 2px;
      right: -38px;
    }
  }

  .btn_txt a::after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #CE1E54;
    border-right: 1px solid #CE1E54;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    right: -17px;
  }

  @media (48.0625rem <= width ) {
    .btn_txt a::after {
      width: 8px;
      height: 8px;
      border-top: 2px solid #CE1E54;
      border-right: 2px solid #CE1E54;
      right: -24px;
    }
  }

  .btn_txt a:hover {
    color: #CE1E54;
  }

  .btn_txt a:hover::before {
    border: 1px solid #ffffff;
    background: #CE1E54;
  }

  .btn_txt a:hover::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }

  @media (48.0625rem <= width ) {
    .btn_txt a:hover::after {
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
    }
  }

  .img_align_center,
  .img_align_center_palette {
    display: none;
  }

  @media (48.0625rem <= width ) {
    .img_align_center,
    .img_align_center_palette {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }

  .img_align_center_palette img {
    margin-left: -2.5em;
    margin-top: -2.5em;
  }

}


/* 製品紹介やお役立ち資料を無料でご活用いただけます
--------------------------------------------------------*/
.section_free {
	padding: 40px 0 0;

	@media (48.0625rem <= width) {
		padding: 60px 0 0;
	}

	.row_free {
		width: min(900px, 92%);
		margin: auto;

		@media (48.0625rem <= width) {
		}

    .list_free {
      display: flex;
      flex-direction: column;
      gap: 1rem 0;

      @media (48.0625rem <= width) {
        display: grid;
        flex-direction: initial;
        grid-template-columns: 60% 38%;
        gap: 0 2%;
		  }

      li {
        &:first-child {
          font-size: var(--18px);
          color: #1366A1;
          font-weight: bold;
          display: flex;
          align-items: center;

          .icon_free {
            min-width: 60px;
            height: 60px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            border: solid 1px  #1366A1;
            border-radius: 50%;
            margin-right: 0.5em;
          }
        }
      }
    }
  }
} 


/* お役立ち資料
--------------------------------------------------------*/
.section_doc {
	padding: 40px 0 0;

	@media (48.0625rem <= width) {
		padding: 60px 0 0;
	}

	.row_doc {
		width: min(1200px, 92%);
		margin: auto;
		padding-bottom: 40px;
		border-bottom: dotted 1px #dddddd;

		@media (48.0625rem <= width) {
			padding-bottom: 70px;
		}

		.h2_ttlB {
			font-size: var(--22px);
			font-weight: bold;
			color: #222222;
			text-align: center;
			margin-bottom: 20px;

			@media (48.0625rem <= width) {
				font-size: var(--28px);
			}
		}

		p.lead_doc {
			font-size: var(--15px);
			text-align: center;
			margin-bottom: 2em;

			@media (48.0625rem <= width) {
				font-size: var(--16px);
			}
		}

		.list_doc {
			display: grid;
			row-gap: 3em;
			margin-bottom: 3em;

			@media (48.0625rem <= width) {
				grid-template-columns: 31.3% 31.3% 31.3%;
				row-gap: initial;
				column-gap: 3%;
			}

			>li {
				display: flex;/* 直下の要素を並列に */
  			flex-direction: column;

				.box_doc_img {
					display: flex;
					padding: 20px 10%;
					justify-content: center;
					align-items: center;
					align-self: stretch;
					border-radius: 4px;
					background: #F0F4FC;
					margin-bottom: 1em;

					@media (48.0625rem <= width) {
						padding: 29px 61px 42px 62px;
					}
				}

				.h3_doc {
					font-size: var(--20px);
					color: #222222;
					font-weight: bold;
					padding: 0 10px;
					margin-bottom: 0.3em;
					flex-grow: 1;

					@media (48.0625rem <= width) {
						font-size: var(--15px);
						padding: 0 17px;
					}

					@media (61.25rem <= width) {/* 980px */
						font-size: 1.4vw;
					}

					@media (76.875rem <= width) {/* 1230px */
						font-size: var(--20px);
					}
				}

				.list_doc_sub {
					padding: 0 10px;
					margin-bottom: 1em;

					@media (48.0625rem <= width) {
						padding: 0 17px;
						margin-bottom: 1.5em;
					}

					li {
						font-size: var(--15px);
						color: #454545;
						padding-left: 13px;
						position: relative;

						@media (48.0625rem <= width) {
							font-size: var(--11px);
						}

						@media (61.25rem <= width) {/* 980px */
							font-size: 1.2vw;
						}

						@media (75.3125rem <= width) {/* 1205px */
							font-size: var(--15px);
						}

						&::before {
							content: "";
							display: block;
							width: 10px;
							height: 10px;
							background: url(https://tp-img.imgix.net/s/price/pc/icon/icon_check_sky.svg);
							background-size: contain;
							background-repeat: no-repeat;
							background-position: center;
							position: absolute;
							top: 7px;
							left: 0;
						}
					}
				}
			}
		}
	}
}


/* 無料セミナー・イベント
--------------------------------------------------------*/
.section_event {
	padding: 40px 0 30px;

	@media (48.0625rem <= width) {
		padding: 40px 0;
	}

	.row_event {
		width: min(1200px, 92%);
		margin: auto;

		.h2_ttlB {
			font-size: var(--22px);
			font-weight: bold;
			color: #454545;
			margin-bottom: 0.5em;

			@media (48.0625rem <= width) {
				font-size: var(--28px);
				margin-bottom: 0.7em;
			}
		}

		.lead_event {
			font-size: var(--15px);
			color: #454545;
			margin-bottom: 1.8em;

			@media (48.0625rem <= width) {
				margin-bottom: 2em;
			}

			@media (67.5rem <= width) {/* 1080px */
				font-size: var(--16px);
			}
		}

		.list_event {
			display: grid;
			row-gap: 2em;
			margin-bottom: 3em;

			@media (48.0625rem <= width) {
				grid-template-columns: 40% 1fr;
				column-gap: 2%;
				row-gap: initial;
			}

			@media (67.5rem <= width) {/* 1080px */
				grid-template-columns: 50% 1fr;
				column-gap: initial;
			}

			>li {

				.h3_event {
					font-size: var(--18px);
					color: #1366A1;
					font-weight: bold;
					margin-bottom: 1em;
					position: relative;

					@media (48.0625rem <= width) {
						margin-bottom: 0.6em;
					}

					@media (61.25rem <= width) {/* 980px */
						font-size: 1.6vw;
					}

					@media (75.3125rem <= width) {/* 1205px */
						font-size: var(--20px);
					}

					&::after {
						content: '';
						display: block;
						width: 45%;
						height: 1px;
						background: #1366A1;
						position: absolute;
						top: 50%;
						transform: translateY(-50%);
						right: 0;

						@media (25rem <= width) {/* 400px */
							width: 55%;
						}

						@media (31.25rem <= width) {/* 500px */
							width: 65%;
						}

						@media (40.625rem <= width) {/* 650px */
							width: 72%;
						}

						@media (48.0625rem <= width) {
							width: 65%;
						}
					}
				}

				.list_seminar {
					display: grid;
					row-gap: 1em;
					padding: 5%;
					border-radius: 10px;
					border: 1px solid #DDD;
					background: #EAF1F5;

					@media (48.0625rem <= width) {
						grid-template-columns: 35% 1fr;
						row-gap: initial;
						column-gap: 4%;
						padding: 20px;
					}

					li {

						&:first-child {
							border-radius: 5px;
							/* background: #ffffff; */
							overflow: hidden;
							/* display: flex;
							flex-direction: column;
							align-items: center;
							justify-content: center; */

							.cate {
								color: #0073B7;
								text-align: center;
								padding: 8px 0 10px;
								/* margin-top: 0.2em; */
                background: #ffffff;
                border-radius: 0 0 5px 5px;
							}
						}

						&:last-child {
							display: flex;
							flex-direction: column;

							.container_date {
								color: #454545;
								margin-bottom: 0.3em;

								@media (48.0625rem <= width) {
									/* margin-bottom: initial; */
								}
							}

							h3 {
								font-size: var(--16px);
								color: #222222;
								font-weight: bold;
								margin-bottom: 1em;

								@media (48.0625rem <= width) {
									/* margin-bottom: initial; */
								}
							}
						}
					}
				}
			}
		}
	}
}


/* さらに詳しく知りたい方へ 
--------------------------------------------------------*/
.section_point {
	padding: 40px 0 50px;
	background: #F0F4FC;

	@media (48.0625rem <= width) {
		padding: 60px 0;
	}

	.row_point {
		width: min(1200px, 90%);
		margin: auto;

		.lead_point {
			text-align: center;
			color: #454545;
			margin-bottom: 0.5em;

			@media (48.0625rem <= width) {
				margin-bottom: 1em;
			}
		}

		.h2_ttlB {
			font-size: var(--24px);
			font-weight: bold;
			color: #222222;
			text-align: center;
			line-height: 1.4em;
			margin-bottom: 1.3em;

			@media (48.0625rem <= width) {
				font-size: var(--32px);
				line-height: initial;
			}
		}

		.list_point {
			display: flex;
			flex-direction: column;
			row-gap: 0.8em;

			@media (48.0625rem <= width) {
				display: grid;
				grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
				justify-content: space-between;
				row-gap: initial;
				column-gap: 2%;
			}

			>li {
				display: flex;
				flex-direction: column;
  			align-items: center;
				justify-content: center;
				background: #ffffff;
				border-radius: 4px;
				padding: 15px 0;

				@media (48.0625rem <= width) {
					height: 128px;
					border-radius: 20px;
					padding: initial;
				}

				>a {
					width: 100%;
					text-align: center;

					span {
						font-size: var(--18px);
						color: #1366A1;
						font-weight: bold;
						padding-right: 30px;
						position: relative;

						&::before {
							content: "";
							display: inline-block;
							width: 22px;
							height: 22px;
							border-radius: 50%;
							background: #1366A1;
							position: absolute;
							top: 50%;
							transform: translateY(-50%);
							right: 0;
						}

						&:hover::before  {
							background: #ffffff;
							border: solid 1px #1366A1;
						}

						&::after {
							content: "";
							display: inline-block;
							width: 6px;
							height: 6px;
							border: 0;
							border-top: solid 2px #ffffff;
							border-right: solid 2px #ffffff;
							position: absolute;
							top: 40%;
							transform: translateY(-40%);
							right: 0.5em;
							transform: rotate(45deg);
						}

						&:hover::after  {
							border-top: solid 2px #1366A1;
							border-right: solid 2px #1366A1;
						}
					}
				}

				/* no link */
				span {
					font-size: var(--18px);
					color: #454545;
					font-weight: bold;
					padding-right: 30px;
					position: relative;

					&::before {
						content: "";
						display: inline-block;
						width: 22px;
						height: 22px;
						border-radius: 50%;
						background: #454545;
						position: absolute;
						top: 50%;
						transform: translateY(-50%);
						right: 0;
					}

					&::after {
						content: "";
						display: inline-block;
						width: 6px;
						height: 6px;
						border: 0;
						border-top: solid 2px #ffffff;
						border-right: solid 2px #ffffff;
						position: absolute;
						top: 40%;
						transform: translateY(-40%);
						right: 0.5em;
						transform: rotate(45deg);
					}
				}

				.scene {
					font-size: var(--18px);
					color: #1366A1;
					font-weight: bold;
					padding: 0 10px;
					margin-bottom: 0.4em;
				}

				.list_point_sub {
					width: 80%;
					display: grid;
					justify-content: center;
					grid-template-columns: 38% 38%;
					column-gap: 4%;

					@media (23.75rem <= width) {/* 380px */
						grid-template-columns: 34% 34%;
						column-gap: 2%;
					}

					@media (30rem <= width) {/* 480px */
						grid-template-columns: 24% 24%;
					}

					@media (48.0625rem <= width) {
						width: 100%;
						grid-template-columns: 38% 38%;
						column-gap: 4%;
					}

					@media (73.125rem <= width) {/* 1170px */
						width: 80%;
					}

					li {
						text-align: center;
						position: relative;

						a {
							text-align: center;

							span {
								color: #1366A1;
								font-weight: bold;
								padding-right: 30px;
								position: relative;

								@media (48.0625rem <= width) {
									font-size: var(--15px);
								}

								&::before {
									content: "";
									display: inline-block;
									width: 22px;
									height: 22px;
									border-radius: 50%;
									background: #1366A1;
									position: absolute;
									top: 50%;
									transform: translateY(-50%);
									right: 0;

									&:hover {
										background: #ffffff;
									}
								}

								&:hover::before  {
									background: #ffffff;
									border: solid 1px #1366A1;
								}

								&::after {
									content: "";
									display: inline-block;
									width: 6px;
									height: 6px;
									border: 0;
									border-top: solid 2px #ffffff;
									border-right: solid 2px #ffffff;
									position: absolute;
									top: 40%;
									transform: translateY(-40%);
									right: 0.6em;
									transform: rotate(45deg);
								}

								&:hover::after  {
									border-top: solid 2px #1366A1;
									border-right: solid 2px #1366A1;
								}
							}
						}
					}
				}
			}
		}
	}
}


/* CTA wht navy */
.btn_sky {
  font-size: var(--15px);
  text-align: center;
  display: inline-block;
  padding: 16px 32px;
  background: #ffffff;
  border-radius: 6px;
  color: #1D4383;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 86%; */
  height: 60px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.10);
	border: solid 1px #1D4383;

	@media (48.0625rem <= width ) {
		font-size: var(--16px);
		/* width: 300px; */
	}

	&:hover {
		box-shadow: none;
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	&::before {
		content: "";
		width: 22px;
		height: 22px;
		background: #1D4383;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 1em;

		@media (48.0625rem <= width ) {
			width: 26px;
			height: 26px;
			right: 0.8em;
		}
	}

	&::after {
		content: "";
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		position: absolute;
		top: 44%;
		transform: translateY(-44%);
		right: 1.5em;
		transform: rotate(45deg);
	}
}

.w_300 {
	@media (48.0625rem <= width) {
		width: 300px;
	}
}

.w_340 {
	@media (48.0625rem <= width) {
		width: 340px;
	}
}

.mx_auto {
  margin: 0 auto;
}


/* CTA 申し込む*/
.btn_seminar_pnk {
	margin-top: auto;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-size: var(--14px);
  font-weight: bold;
  line-height: 1.2em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: relative;
  font-size: var(--14px);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.10);
	background: rgb(226,108,144);
  background: linear-gradient(90deg, rgba(226,108,144,1) 0%, rgba(206,33,86,1) 100%);
  color: #ffffff;

	@media (48.0625rem <= width ) {
			font-size: var(--16px);
	}

	&::before {
		content: "";
		width: 22px;
		height: 22px;
		border-radius: 50%;
		position: absolute;
		right: 14px;
		background: #fff;
		top: 50%;
		transform: translateY(-50%);

		@media (48.0625rem <= width ) {
				width: 28px;
				height: 28px;
		}
	}

	&:hover {
		box-shadow: none;
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	&::after {
		content: "";
		width: 6px;
		height: 6px;
		border: 0;
		position: absolute;
		right: 23px;
		transform: rotate(45deg);
		border-top: solid 2px #CE1E54;
		border-right: solid 2px #CE1E54;
		top: 44%;

		@media (48.0625rem <= width ) {
			width: 8px;
			height: 8px;
			right: 25px;
		}
	}
}




.sec_faq_accordion {
  box-sizing: border-box;
  width: min(900px, 92%);
  margin: 0 auto 4.2rem;

  @media (48.0625rem <= width) {
    margin: 0 auto 8rem;
  }
}

/* title
----------------------------------------------*/
.ttl-faq3 {
  color: #0f4c75;
  font-size: var(--18px);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;

  @media (48.0625rem <= width) {
    font-size: var(--24px);
  }
}


/* accordion
----------------------------------------------*/
.accordion-container .accordion-ttl {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #fff;
  font-size: var(--16px);
  font-weight: bold;
  color: #5E5E5E;
  cursor: pointer;
  border-top: solid 1px #B3B3B3;
}

.accordion-container .accordion-ttl:hover {
  background-color: #ebf0f4;
}

.accordion-container .accordion-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #5E5E5E;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #5E5E5E;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-ttl.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-ttl.open::after {
  opacity: 0;
}

.accordion-container>.accordion-content {
  background: #ebf0f4;
  border-radius: 10px;
  padding: 20px 4%;
  width: 90%;
  margin: 10px 5% 20px;
  font-size: 15px;
}

.accordion-container>.accordion-content a {
  color: #39abf7;
  font-weight: bold;
}

.accordion-container>.accordion-content a.inline {
  color: red;
}

.accordion-container>.accordion-content a:hover {
  text-decoration: underline;
}

.accordion-container {
  margin-bottom: 50px;
  border-bottom: solid 1px #B3B3B3;
}

@media screen and (max-width:768px) {
  .accordion-container .accordion-ttl {
    font-size: 1em;
    padding: 0.625em 8% 0.625em 0;
  }
  .accordion-container .accordion-ttl::before {
    right: 5px;
  }
  .accordion-container .accordion-ttl::after {
    right: 5px;
  }
  .accordion-container>.accordion-content {
    padding: 10px 3% 15px;
    font-size: 0.8em;
  }
  .accordion-container {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:640px) {
  .accordion-container .accordion-ttl {
    font-size: .93em;
  }
}

@media screen and (max-width:600px) {
  .accordion-container .accordion-ttl {
    font-size: .8em;
  }
}

@media screen and (max-width:600px) {
  .accordion-container .accordion-ttl {
    font-size: .8em;
  }
}