@charset "utf-8";

strong, span, p, em, b, a, small, br, li
{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
}
ul
{
    list-style: square;
}
iframe
{
   width: 100%;
}
a
{
   text-decoration: none;
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.2s;
  &.fadein-bottom{
      transform: translate(0,10px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}
/*アイキャッチ*/
#EYECATCH
{
   background-image: url(https://souzokushisannavi.com/ss19k/img/eyecatch_bg.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
#EYECATCH .logo
{
   max-width: 200px;
}
#EYECATCH .ttl
{
   font-size: clamp(2.1rem, 4vw, 4rem);
   font-style: italic;
   letter-spacing: .06em;
   mix-blend-mode: multiply;
   line-height: 1.3em;
}
#EYECATCH .ttl span
{
   font-size: clamp(1.7rem, 3.2vw, 3.2rem);
}
#EYECATCH .subtxt
{
   font-size: clamp(.85rem, 1.2vw, 1.3rem);
   line-height: clamp(2.3rem, 3vw, 3rem);
}
.pay
{
   position: relative;
   padding: 0 20px;
   margin-bottom: 5px;
}
.pay:before, .pay:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #266cd6;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.pay:before{
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.pay:after{
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.pay:before {
  left: 10%;
}
.pay:after {
  right: 10%;
}
.circle
{
   position: relative;
   display: inline-block;
   width: 120px;
   height: 120px;
   border-radius: 50%;
   letter-spacing: .06em;
}
.circle>span
{
   position: absolute;
   display: inline-block;
   left: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   width :120px;
   text-align:center;
}
.ctabutton {
   position: relative;
   display: flex;
   width: 100%;
   align-items: center;
   justify-content: center;
   padding-left: 1rem;
   padding-right: 0.875rem;
   padding-top: 1rem;
   padding-bottom: 1rem;
   text-align: center;
   font-size: 0.9375rem;
   font-weight: 700;
   box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.16);
   overflow: hidden;
   border-radius: 9999px;
   color: #fff;
   background-image: linear-gradient(to right, #2da2d4 , #3772d4);
   transition: .3s;
}
.icon-arrow-right {
    right: 1.5rem;
    z-index: 10;
    display: block;
    height: 14px;
    width: 8px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    margin-left: 10px;
    background: url(https://souzokushisannavi.com/ss19k/img/icn_arw.png) no-repeat center center / contain;
}
.ctabutton:hover {
   transition: .3s;
   background-image: linear-gradient(to right, #3772d4, #2da2d4);
   --tw-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
   --tw-shadow-colored: 0px 3px 8px 0px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#EYECATCH .cta .circle
{
   position: absolute;
   z-index: 999;
   top: -30px;
}
#EYECATCH #ACUTUAL .circle
{
   width: 150px;
   height: 150px;
}
#EYECATCH #ACUTUAL .circle>span
{
   width :150px;
}

/*sec01*/
.heading-wrap, .headingcenter-wrap, .headingcenterwhite-wrap
{
   position: relative;
   width: 100%;
   margin-bottom: 3rem;
}
.heading-en
{
   font-family: Poppins, sans-serif;
   font-size: 3rem;
   font-weight: 700;
   font-style: italic;
   color: #54458a;
}
.headingcenter-wrap .heading-jp
{
   margin-left: unset;
   margin-top: 1rem;
}
.headingcenterwhite-wrap .heading-jp
{
   color: #fff;
   margin-left: unset;
   margin-top: 1rem;
}
.heading-jp
{
   color: #54458a;
   font-size: .9375rem;
   margin-left: 1.5rem;
}
.heading-wrap::after {
   position: absolute;
   left: 0;
   bottom: -1rem;
   display: block;
   height: 1.5px;
   width: 2rem;
   --tw-bg-opacity: 1;
   background-color: rgb(84 69 138);
   --tw-content: '';
   content: var(--tw-content);
}
.headingcenter-wrap::after {
   position: absolute;
   left: 50%;
   right: 50%;
   transform: translateX(-50%);
   bottom: -1rem;
   display: block;
   height: 1.5px;
   width: 2rem;
   --tw-bg-opacity: 1;
   background-color: rgb(84 69 138);
   --tw-content: '';
   content: var(--tw-content);
}
.headingcenterwhite-wrap::after {
   position: absolute;
   left: 50%;
   right: 50%;
   transform: translateX(-50%);
   bottom: -1rem;
   display: block;
   height: 1.5px;
   width: 2rem;
   --tw-bg-opacity: 1;
   background-color: rgb(255 255 255);
   --tw-content: '';
   content: var(--tw-content);
}
.balloon3-right-btm {
   position: relative;
   display: inline-block;
   margin: -20px 15px 1.5em 0;
   text-align: center;
   font-size: 20px;
   font-weight: bold;
   background: #fff;
   border-radius: 50px;
   box-sizing: border-box;
}
.balloon3-right-btm:before {
   position: absolute;
  content: '';
  top: 100%;
  left: 80px;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  width: 0;
  height: 0;
}
#SEC01_ttl
{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.sec01_item
{
   max-width: 330px;
   text-align: center;
}
.sec01_item img
{
   max-width: 220px;
}
/*sec02*/
#SEC02 .position_relative
{
   position: relative;
   width: 100%;
   min-height: 750px;
   padding: 10px 0;
   background: #fff;
}
.wallet_img
{
   background-color: #ebebf5;
   position: absolute;
   z-index: 1;
   text-align: left;
   width: 45%;
   padding: 50px 50px 50px 10%;
   left: 0;
   top: 0;
}
.wallet_img img
{
   width: 450px;
}
.wallet_text
{
   width: 40%;
   background-color: #fff;
   position: absolute;
   z-index: 2;
   text-align: left;
   padding: 50px 10% 50px 50px;
   right: 0;
   bottom: 0px;
   color: #666;
}
.wallet_text span, .text_gray span
{
   font-weight: bold;
   color: #333;
}
/*sec03*/
.read-more-3 {
    position: relative;
    padding-bottom: 40px;
}
#SEC03_GRID
{
	grid-template-columns: 1fr 1fr;
}
#SEC03_GRID .txt1
{
   grid-column:1 / 2;
   grid-row:1 / 2;
}
#SEC03_GRID .txt2
{
   grid-column:1 / 2;
   grid-row:2 / 3;
}
#SEC03_GRID .txt3
{
   grid-column:1 / 2;
   grid-row:3 / 4;
}
#SEC03_GRID .img
{
   grid-column:2 / 3;
   grid-row:1 / 4;
   margin-left: 50px;
   max-width: 450px;
   width: 100%;
}
#SEC04 .display_grid
{
   align-items: start;
}
.read-more-3-p {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.6s ease;
}
.read-more-3:has(input:checked) .read-more-3-p {
   max-height: none;
    overflow: visible;
}
.read-more-3-p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,0.9)
    );
}

.read-more-3 h3
{
   line-height: 1.4;
   min-height: calc(1.4em * 2);
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.read-more-3:has(input:checked) .read-more-3-p::after {
    content: none;
}
.read-more-3 .text_violet span
{
   background-color: #e6e6e6;
   color: #333;
   font-size: .85rem;
   font-weight: lighter;
   padding: 3px 5px;
   margin: 0 5px;
}
/* ボタン */
.read-more-btn {
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   padding: .4em 1.4em;
   border-radius: 25px;
   background: #525252;
   color: #fff;
   border: 1px solid #525252;
   font-size: .75em;
   cursor: pointer;
   display: flex;
   align-items: center;
   gap: 6px;
   transition: ease-in-out .3s;
   min-width: 65px;
}

/* hover */
.read-more-btn:hover {
    background: #fff;
    color: #525252;
    border: 1px solid #525252;
   transition: ease-in-out .3s;
   box-sizing: border-box;
}

/* input非表示 */
.read-more-btn input {
    display: none;
}

/* 文言切り替え */
.read-more-btn .close {
    display: none;
}

.read-more-3:has(input:checked) .read-more-btn .open {
    display: none;
}

.read-more-3:has(input:checked) .read-more-btn .close {
    display: inline;
}

/* ▼▲アイコン */
.read-more-btn::after {
    content: "▼";
    font-size: 10px;
}

.read-more-3:has(input:checked) .read-more-btn::after {
    content: "▲";
}
.read-more-3 h3 span
{
   color: #836add;
}
/*sec04*/
.curriculum-list
{
   padding-left: .875rem;
   padding-right: .875rem;
}
.curriculum-item
{
   border: 1px solid #a19bd0;
   background-color: #7870bb;
   color: #fff;
   position: relative;
}
.curriculum-item-num {
   text-align: left;

   z-index: 1;
}
.curriculum-item-num img {
   height: 5rem;
   z-index: 1;
}
.curriculum-item {
   padding-left: 6rem;
   padding-right: 6rem;
}
.curriculum-item h4
{
   margin-top: -50px;
}
/*sec05*/
.feature_item div {
   background-color: #ebebf5;
   max-width: 350px;
   width: 100%;
   border-radius: 10px;
   padding: 2rem;
}
.feature_item img
{
   height: 140px;
}
/*sec06*/
.price-card {
   background: #ffffff;
   border-radius: 10px;
   padding: 40px 32px;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
   text-align: center;
}
.price-label {
   font-size: 18px;
   font-weight: 700;
   letter-spacing: 0.08em;
   margin-bottom: 12px;
}
.price-amount {
   font-size: 56px;
   font-weight: 800;
   color: #54458a;
   margin-bottom: 12px;
}
.price-amount .yen {
   font-size: 28px;
   margin-left: 4px;
}
.price-amount .tax {
   font-size: 16px;
   margin-left: 6px;
}
.price-note {
   font-size: 15px;
   color: #666;
   margin-bottom: 32px;
}
.free-area {
   border-top: 1px solid #e5e7eb;
   padding-top: 28px;
   margin-bottom: 32px;
}
.free-title {
   font-size: 16px;
   font-weight: 700;
   color: #cc950d;
   margin-bottom: 8px;
}
.free-text {
   font-size: 14px;
   color: #555;
   margin-bottom: 16px;
}
.free-links {
   list-style: none;
   padding: 0;
}
.free-links li {
   margin-bottom: 10px;
}
.free-links a {
   font-size: 15px;
   font-weight: 600;
   color: #0b3c5d;
   text-decoration: none;
}
.free-links a:hover {
   opacity: .8;
}
.price-cta {
   margin-top: 24px;
}
#SEC06 .ctabutton
{
   padding: 1.5rem 1rem;
   max-width: 350px;
   margin: 0 auto;
   border-radius: 10px;
}
.instructor__inner {
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
}

.instructor__tag img {
    max-width: 360px;
    margin: 0 auto 20px;
    display: block;
}

.instructor__headline {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.instructor__headline span {
    color: #d02b2b;
    font-weight: 700;
    text-decoration: underline;
}

.instructor__content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.instructor__text {
   flex: 1;
   text-align: left;
   font-size: 1rem;
   line-height: 1.8;
   align-items: center;
}

.instructor__text p {
   margin-bottom: 1em;
}

.instructor__photo img {
   width: 220px;
}

.instructor__profile {
   max-width: 1000px;
   margin: 0 auto;
   text-align: left;
   background: #f5f5f5;
   padding: 10px 30px 30px;
   border-radius: 8px;
   font-size: .95rem;
   line-height: 1.7;
}

.instructor__profile h3 span{
   margin-left: 1rem;
}
/*sec07*/


/* ----------------------------------------------------------------------------- */
/* 1200px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 1200px)
{
    .width_minus_40
    {
       width: calc(100% - 40px);
    }
    .margin_bottom150
    {
       margin-bottom: 50px;
    }
    .margin_top100
    {
        margin-top: 50px;
    }
    .font_size_100
    {
       font-size: 5rem;
    }
    .font_size_80
    {
       font-size: 4rem;
    }
    .font_size_70
    {
       font-size: 3.6rem;
    }
    .font_size_60
    {
       font-size: 3rem;
    }
    .font_size_50
    {
       font-size: 2.4rem;
    }
    .font_size_32
    {
        font-size: 1.5rem;
     }
    .font_size_36
    {
        font-size: 1.6rem;
     }
     .font_size_40
    {
        font-size: 1.8rem;
     }
    .font_size_24
    {
        font-size : 1.25rem;
     }
     .font_size_21
    {
        font-size : 1.2rem;
     }
     .font_size_18
    {
        font-size : 1.1rem;
    }
   #EYECATCH #ACUTUAL .circle
   {
      width: 120px;
      height: 120px;
   }
   #EYECATCH #ACUTUAL .circle>span
   {
      width: 120px;
      font-size: 1rem;
   }
   #SEC02 .position_relative
   {
      min-height: 900px;
   }
   .wallet_img
   {
      padding: 50px 50px 50px 5%;
   }
   .wallet_text
   {
      padding: 50px 5% 50px 50px;
   }
   .feature_item img {
    height: 110px;
   }
}

/* ----------------------------------------------------------------------------- */
/* 768px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 768px)
{
    .font_size_100
    {
       font-size: 5rem;
    }
    .font_size_80
    {
       font-size: 3.1rem;
    }
    .font_size_70
    {
       font-size: 2.6rem;
    }
    .font_size_60
    {
       font-size: 2.3rem;
    }
    .font_size_50
    {
       font-size: 2rem;
    }
     .font_size_40
    {
        font-size: 1.5rem;
     }
    .font_size_14
    {
       font-size: 0.85rem;
    }
    .font_size_12
    {
       font-size: 0.65rem;
    }
    .font_size_28
    {
       font-size: 1.3rem;
    }
    .line_height_1rem
    {
       line-height: 0.8rem;
   }
    .width_minus_40
    {
        width: calc(100% - 20px);
    }
    .margin_bottom100
    {
        margin-bottom: 15vw;
    }
    .margin_top100
    {
        margin-top: 15vw;
    }
    .margin_tb100
    {
       margin-top: 15vw;
       margin-bottom: 15vw;
    }
    .padding_tb75
    {
      padding-top: 9.7vw;
      padding-bottom: 9.7vw;
    }
    .margin_tb75
    {
        margin-top: 9.7vw;
        margin-bottom: 9.7vw;
    }
    .margin_top50
    {
       margin-top: 8vw;
    }
    .margin_tb50
    {
       margin-top: 7vw;
       margin-bottom: 7vw;
    }
   .padding_bottom50 {
      padding-bottom: 7vw;
   }
   .padding_tb100
   {
      padding-top: 15vw;
      padding-bottom: 15vw;
   }
   .padding_tb50
   {
      padding-top: 7vw;
      padding-bottom: 7vw;
   }
   .flex_columnreverse
   {
      flex-direction: column-reverse;
   }
   .display_flex_768column
   {
   flex-direction: column;
   }
   .br_768px
   {
      display: block;
   }
   .gap_50
   {
      gap: 8vw;
   }
   .instructor__content
   {
   align-items: center;
   }
   .instructor__inner
   {
   padding-left: 10px;
   padding-right: 10px;
   }
   .instructor__profile
   {
   padding: 10px;
   }
   #SEC02 .position_relative
   {
      min-height: unset;
      padding: unset;
   }
   .wallet_img
   {
      position: unset;
      text-align: center;
      width: unset;
      padding: 8vw 10px;
   }
   .wallet_text
   {
      position: unset;
      width: unset;
      padding: 8vw 10px 0px;
   }
   .wallet_img img
   {
      max-width: 350px;
      width: 100%;
   }
   #SEC03_GRID .txt1
   {
      grid-column:1 / 3;
      grid-row:1 / 2;
   }
   #SEC03_GRID .txt2
   {
      grid-column:1 / 2;
      grid-row:2 / 3;
      min-width: 150px;
   }
   #SEC03_GRID .txt3
   {
      grid-column:1 / 3;
      grid-row:3 / 4;
   }
   #SEC03_GRID .img
   {
      grid-column:2 / 3;
      grid-row:2 / 3;
      margin-top: 30px;
      margin-left: 1.5vw;
      max-width: 280px;
   }
   .curriculum-item
   {
      padding-left: 0.875rem;
      padding-right: 0.875rem;
      padding-top: 10px;
   }
   .curriculum-item .padding_rl30
   {
      padding-left: 1rem;
      padding-right: 1rem;
      word-break: keep-all;
      overflow-wrap: break-word;
   }
   .feature_item 
   {
      align-items: center;
   }
   .feature_item div
   {
      max-width: unset;
      width: auto;
      padding: 2rem 10px;
   }
   .feature_item_ttl 
   {
      line-height: 2rem;
   }
   .feature_item img
   {
      height: 100px;
   }
   .sec01_item
   {
      padding-left: 10px;
      padding-right: 10px;
   }
   .sec01_item img {
      max-width: 145px;
   }
   .sec01_item p
   {
      margin-top: 1rem;
      line-height: 1.75rem;
   }
   .price-card
   {
      padding: 30px 10px;
   }
   #SEC06 .ctabutton {
    padding: 1.5rem 1rem;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
   }
   #EYECATCH
   {
      background-image: url(https://souzokushisannavi.com/ss19k/img/eyecatch_bg_sp.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
   }
   #EYECATCH .logo {
    max-width: 150px;
   }
   .display_sp
   {
      display: block;
   }
   #SEC01 .heading-wrap
   {
      flex-wrap: wrap;
   }
   #SEC01 .heading-jp
   {
      margin-left: unset;
   }
   #EYECATCH
   {
      text-align: center;
   }
   #EYECATCH .logo
   {
      max-width: 125px;
      text-align: left;
   }
   #EYECATCH .subtxt
   {
      margin-bottom: 20px;
   }
   .curriculum-list
   {
      padding-left: 0;
      padding-right: 0;
   }
   #SEC04 .grid_columns_2
   {
      grid-template-columns: 1fr;
   }
   .subtxt span:first-of-type
   {
      font-size: 1.2rem;
   }
   .read-more-3 h3
   {
      line-height: unset;
      min-height: unset;
      display: unset;
      -webkit-line-clamp: unset;
      -webkit-box-orient: unset;
      overflow: unset;
   }
   .read-more-3 .font_size_28
   {
      font-size: 1.5rem;
   }
}

/* ----------------------------------------------------------------------------- */
/* 500px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 500px)
{
   #EYECATCH .justify_content_spacebetween
   {
      flex-direction: column-reverse;
      gap: 20px;
   }
   #ACUTUAL
   {
      margin-top: 10px;
   }
   .balloon3-right-btm
   {
      font-size: 1.2rem;
      margin: -15px 0px 1.5em 0;
   }
   .gap_20
   {
      gap: 5px;
   }
   .line_height_3rem
   {
      line-height: 2.3rem;
   }
   #EYECATCH .subtxt span
   {
      padding-left: 5px;
      padding-right: 5px;
   }
   #EYECATCH #ACUTUAL .circle
   {
      width: 100px;
      height: 100px;
   }
   #EYECATCH #ACUTUAL .circle>span
   {
      width: 100px;
   }
   .pay span
   {
      font-size: 2rem;
   }
}
/* ----------------------------------------------------------------------------- */
/* 450px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 450px)
{
    *
    {
        font-size: 13px;
    }
    .font_size_80
    {
       font-size: 2rem;
    }
    .font_size_70
    {
       font-size: 1.85rem;
    }
    .font_size_60
    {
       font-size: 1.7rem;
    }
    .font_size_36
    {
        font-size: 1.4rem;
    }
    .font_size_28
    {
        font-size: 1.1rem;
    }
    .font_size_18
    {
      font-size: .95rem;
    }
    .read-more-3 .font_size_28
    {
      font-size: 1.5rem;
    }
    .read-more-3 .margin_tb30
    {
      margin-top: 10px;
    }
}