
    @charset "UTF-8";
    /*=========================================================================================================
    共通
    =========================================================================================================*/
    

    html {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 500;
      font-style: normal;
    }
    
    .text-reading {
      line-height: 2;
      letter-spacing: 0.02em;
    }

    :root {
      --chara-color-red: #ed7971;
      --chara-color-orange: #f6ae6a;
      --chara-color-blue: #86b3e0;
      --chara-color-purple: #bbbcde;
      --chara-color-green: #9dc815;
    }
    
    :root {
      --f-ll: 24px;/*大見出し*/
      --f-l: 20px;/*小見出し*/
      --f-m: 18px;/*通常テキスト*/
      --f-s: 16px;/*小 *なるべく使用しない*/
    }    

    /*=========================================================================================================
    共通
    =========================================================================================================*/
        


/* layoutここから */
.layout{

    
    /*右矢印ボタン*/
    
    .c-btn_readMore {
      background: #cccccc;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      width: 30px;
      height: 20px;
      text-align: center;
      border-radius: 9999px;
    }
    
    
    /*文字にオレンジボーダーライン*/
    
    .gradient-line {
      display: inline-block;
      position: relative;
    }
    
    .gradient-line::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 8px;
      background: linear-gradient(120deg, #f8b359 0%, #e69c33 50%, #e9830a 100%);
    }
    
    
    /* TOPに戻るボタン */
    
    
    .toTop_btn {
      position: fixed;
      z-index: 6;
      right: 2%;
      bottom: 2%;
      width: 140px;
    }
    @media only screen and (max-width : 1140px){
      .toTop_btn {
        width: 100px;
    }
    }
    
    /*リンクホバーアクション設定
    -----------------------------------------------------------------------------------*/
    
    /*アニメーション設定*/
    .op_link a,
    .memberPage_btn,
    .login_button,
    .hamburger,
    .c-btn_readMore,
    h1 a,
    .toTop_btn,
    .p-news ul li,
    .back_btn {
      transition: all 200ms ease;
    }
    
    /*op_link内のリンクはホバーで透過*/
    .op_link a:hover {
      opacity: .6;
    }
    
    #nav .login_button:hover {
      opacity: .8;
    }
    
    /*ボタンが押される表現*/
    .login_button:not(#nav .login_button):hover,
    .hamburger:hover,
    .memberPage_btn:hover,
    .c-btn_readMore:hover,
    h1 a:hover,
    .toTop_btn:hover,
    .p-news ul li:first-child:hover,
    .p-news ul li:last-child:hover,
    .back_btn:hover {
      scale: .98;
      filter: brightness(.95);
    }
    
    .p-news ul li:not(.p-news ul li:first-child, .p-news ul li:last-child):hover {
      border-bottom: 4px solid var(--chara-color-purple);
      ;
    }
    
    .target_btn {
      transition: all 300ms ease;
      visibility: visible;
      opacity: 1;
    }
    
    
    
    .trans_active {
      transition: all 300ms ease;
      visibility: hidden;
      opacity: 0;
    }
    
    main {
      overflow: hidden;
    }
    
    .sp,
    .tab {
      display: none;
    }
    
    .rela {
      position: relative;
    }
    
    .flex {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
    }
    
    figure {
      position: relative;
    }
    
    .cap_txt {
      position: absolute;
      bottom: 10px;
      font-size: 10px;
      line-height: 1;
    }
    
    .cap_R {
      right: 10px;
    }
    
    .cap_L {
      left: 10px;
    }
    
    .cap_W {
      color: #fff;
    }
    
    .cap_B {
      color: #000;
    }
    
    .cap_ShaB {
      text-shadow: 0 0 5px #000;
    }
    
    .cap_ShaW {
      text-shadow: 0 0 5px #fff;
    }
    
    .inner {
      width: 1200px;
      max-width: 90%;
      margin: 0 auto;
    }
    
    img {
      max-width: 100%;
    }
    
    a[href^="tel"] {
      pointer-events: none;
    }
    
    /* font-size */
    
    .u-font-sizing {
      font-size: 18px;
    }
    
    /*=========================================================================================================
    header
    =========================================================================================================*/
    
    header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 5;
      width: 100%;
      justify-content: space-between;
      align-items: center;
    }
    
    header h1 {
      background: #fff;
      width: 28%;
      max-width: 400px;
      height: 80px;
      /*height: auto;*/
      border-radius: 0 0 30px 0;
    }
    
    header h1 a {
      display: grid;
      place-items: center;
      width: 100%;
      height: 100%;
    }
    
    header h1 a img {
      width: 80%;
      height: auto;
    }
    
    header nav {
      width: 70%;
      max-width: 900px;
      justify-content: right;
      flex-direction: row-reverse;
      column-gap: 2%;
    }
    
    header .nav_Wrap {
      width: 70%;
    }
    
    header nav ul {
      display: flex;
      width: 100%;
      height: 50px;
      justify-content: space-around;
      align-items: center;
      background: #fff;
      border-radius: 9999px;
      margin-right: 2%;
      padding: 0 2%;
    }
    
    header .nav_Wrap ul li a {
      font-size: 14px;
    }
    
    header .login_button {
      width: 180px;
      height: 50px;
      background: #2a94de;
      color: #fff;
      margin-right: 2%;
    }
    
    header .login_button img {
      display: block;
      width: 20px;
      height: auto;
      margin-right: 10px;
    }
    
    header .login_button a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
    }
    
    
    
    /*=========================================================================================================
    footer
    =========================================================================================================*/
    
    footer {
      position: relative;
      z-index: 5;
      justify-content: space-between;
      background: #fff;
      padding: 60px 20px;
      letter-spacing: 0.02em;
      border-top: 1px solid #000;
    }
    
    footer h1 {
      width: 30%;
      margin-bottom: 40px;
    }
    
    footer h1 a {
      display: block;
      width: 100%;
      height: 100%;
    }
    
    footer nav ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      row-gap: 20px;
      width: 30%;
    }
    
    footer nav ul li:nth-child(1) {
      grid-column: 1;
      grid-row: 1;
    }
    
    footer nav ul li:nth-child(2) {
      grid-column: 1;
      grid-row: 2;
    }
    
    footer nav ul li:nth-child(3) {
      grid-column: 1;
      grid-row: 3;
    }
    
    footer nav ul li:nth-child(4) {
      grid-column: 2;
      grid-row: 1;
    }
    
    footer nav ul li:nth-child(5) {
      grid-column: 2;
      grid-row: 2;
    }
    
    footer nav ul li:nth-child(6) {
      grid-column: 2;
      grid-row: 3;
    }
    
    footer nav ul li:nth-child(7) {
      grid-column: 2;
      grid-row: 4;
    }
    
    
    
    footer address {
      float: right;
      background: #fff;
      color: #101f78;
      text-align: center;
      border: 1px solid #101f78;
      border-radius: 20px;
      padding: 30px 40px;
    }
    
    footer address p:nth-child(1) {
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px;
      border-bottom: 1px solid #101f78;
      padding: 0 10px 20px 10px;
    }
    
    footer address a {
      display: block;
      width: 100%;
      max-width: 280px;
      margin: 0 auto 20px auto;
    }
    
    footer address p:nth-child(3) {
      font-size: 14px;
    }
    
    
    @media only screen and (max-width: 1024px) {
    
      .pc_only {
        display: none;
      }
    
      .tab {
        display: block;
      }
    
      /*header-------------------------------------------------*/
    
      header {
        z-index: 10;
      }
    
      header h1 {
        width: 40%;
        max-width: 400px;
        height: 60px;
        /*height: auto;*/
        border-radius: 0 0 30px 0;
      }
    
      header h1 a {
        display: grid;
        place-items: center;
        width: 100%;
        height: 100%;
      }
    
      header h1 a img {
        width: 80%;
        height: auto;
      }
    
    
      header nav {
        width: 60%;
        align-items: center;
        justify-content: right;
        flex-direction: row-reverse;
        z-index: 20;
      }
    
      header nav .hamburger {
        position: relative;
        z-index: 999;
        width: 50px;
        height: 50px;
        background: #2a94de;
        margin-right: 2%;
        flex-shrink: 0;
      }
    
      header nav .hamburger span {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 60%;
        height: 2px;
        background: #fff;
        border-radius: 9999px;
        transition: all .2s ease;
      }
    
      header nav .hamburger span:nth-child(1) {
        transform: translateY(8px);
      }
    
      header nav .hamburger span:nth-child(3) {
        transform: translateY(-8px);
      }
    
      header nav .hamburger span.active:nth-child(1) {
        transform: translateY(0);
        rotate: 45deg;
      }
    
      header nav .hamburger span.active:nth-child(2) {
        opacity: 0;
      }
    
      header nav .hamburger span.active:nth-child(3) {
        transform: translateY(0);
        rotate: -45deg;
      }
    
      header .nav_Wrap {
        position: absolute;
        top: 0;
        right: 0;
        translate: 0;
        transform-origin: right top;
        transform: scale(0);
        width: 60%;
        height: auto;
        background: #fff;
        padding: 60px 30px 80px 30px;
        border-radius: 0px 0 10px 10px;
        border: 1px solid #2a94de;
        transition: all .2s ease;
        margin: 0;
        overflow: hidden;
      }
    
      header .nav_Wrap ul {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        row-gap: 20px;
        padding: 0;
        border-radius: 0;
      }
    
      header .nav_Wrap ul li:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
      }
    
      header .nav_Wrap ul li:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
      }
    
      header .nav_Wrap ul li:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
      }
    
      header .nav_Wrap ul li:nth-child(4) {
        grid-column: 2;
        grid-row: 1;
      }
    
      header .nav_Wrap ul li:nth-child(5) {
        grid-column: 2;
        grid-row: 2;
      }
    
      header .nav_Wrap ul li:nth-child(6) {
        grid-column: 2;
        grid-row: 3;
      }
    
      header .nav_Wrap ul li:nth-child(7) {
        grid-column: 2;
        grid-row: 4;
      }
    
      #nav.active {
        transform: scale(1);
      }
    
      header .nav_Wrap .login_button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
      }
    
      header .nav_Wrap h1 {
        position: absolute;
        top: 2%;
        left: 0;
        width: 60%;
      }
    
      /*footer---------------------------------------------------*/
    
      footer nav ul {
        width: 40%;
      }
    
    }
    
    @media only screen and (max-width: 768px) {
    
    
      .pc,
      .tab {
        display: none;
      }
    
      .sp {
        display: block;
      }
    
      a[href^="tel"] {
        pointer-events: unset;
      }
    
      .no-scroll {
        overflow: hidden;
      }
    
      /* font-size */
    
      .u-font-sizing {
        font-size: 16px;
      }
    
      /*header--------------------------------------------------------------*/
    
    
      header .nav_Wrap {
        width: 100%;
        padding-top: 80px;
      }
    
      header nav .hamburger {
        position: absolute;
        top: 10px;
        right: 10px;
        border-radius: 10px;
        margin: 0;
      }
    
      header nav {
        width: 40%;
      }
    
      header h1 {
        width: 60%;
        max-width: 350px;
        height: 50px;
        /*height: auto;*/
        border-radius: 0 0 30px 0;
      }
    
      header h1 a img {
        width: 80%;
        max-width: 280px;
      }
    
    
      /*footer----------------------------------------------*/
    
    
      footer address {
        float: none;
        margin: 0 auto 60px auto;
        width: 90%;
        max-width: 400px;
        padding: 20px;
      }
    
      footer h1 {
        width: 60%;
      }
    
      footer nav ul {
        display: grid;
        grid-template-rows: repeat(3, auto);
        grid-auto-flow: column;
        row-gap: 20px;
        column-gap: 30%;
        justify-content: left;
        width: 100%;
    
      }
    
      footer address p:nth-child(1) {
        font-size: 16px;
        padding: 0 10px 20px 10px;
      }
    
      footer address a {
        font-size: 32px;
      }
    
      footer address p:nth-child(3) {
        font-size: 12px;
      }
    
    
    }
    
    
    
    /* -----------会員ページ共通----------- */
    /* MV */
    
    .mainvisual {
      background: #fff;
      width: 100%;
      padding: 120px 0 30px;
    }
    .mv-box{
      width: 90%;
      max-width: 1200px;
      position: relative;
      margin: auto;
    }
    
    .mv-left {
      position: absolute;
      width: 20%;
      left: 0;
      top: 50px;
    }
    
    .mv-right {
      position: absolute;
      width: 20%;
      right: 0;
      top: 50px;
    }
    
    .page-ttl {
      margin: 0 auto;
      width: calc(100% - 100px);
      padding: 60px 80px;
    }
    
    .mv_ttl {
      text-align: center;
      line-height: 1.4;
      letter-spacing: 0.05em;
    }
    
    .mv_ttl h1 {
      font-size: clamp(24px, 2.8vw, 56px);
    }
    
    .mv_ttl .sub_ttl img {
      height: 1vw;
      min-height: 8px;
      max-height: 20px;
      object-fit: contain;
    }
    
    
    @media only screen and (max-width : 767px){
    .mainvisual{
      padding: 120px 0 50px;
    }
    
    .mv-left {
      width: 26%;
      max-width: 150px;
      top: 14px;
    }
    
    .mv-right {
      width: 26%;
      max-width: 150px;
      top: 14px;
    }
    .mv_ttl{
      margin: auto;
    }
    .page-ttl{
      padding: 0;
    }
    
    
    
    
    }
    
    
    
    
    
    
    

}
/* layoutここまで */




/* -------------------------------------------------------
layout02ここから 
----------------------------------------------------------*/
.layout02{


/* header02 */

.header02 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}

.block-head {
  width: 95%;
  margin: 10px auto 25px;
  justify-content: space-between;
  align-items: center;
}

.block-logo {
  width: 35%;
  gap: 20px;
  align-items: center;
}

.block-logo h1 {
  max-width: 320px;
}

.block-logo h1 a:hover {
  opacity: 0.7;
}

.mem-label {
  background-color: #ed7971;
  border: 1px solid #9a2820;
  border-radius: 30px;
  padding: 5px 5% 6px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.block-list {
  width: 63%;
}

.panel-btn {
  display: none;
}

.user-box {
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.ka-num {
  background-color: #ee86a1;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.ka-name {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-right: 20px;
}

.logout-btn {
  display: flex;
  gap: 8px;
  background-color: #3a3737;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  padding: 8px 10px 8px 20px;
  border-radius: 25px;
  transition: all 0.2s ease;
}

.logout-btn:hover {
  opacity: 0.7;
}

.logout-btn .arrow01 {
  background: #fff;
  color: #3a3737;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0px 8px 1px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.nav-list {
  margin-top: 20px;
  gap: 4%;
  justify-content: flex-end;
}

.nav-list>li {
  text-align: center;
  display: flex;
  align-items: center;
  /* background-color: lightgreen; */
}

.nav-list>li:hover {
  opacity: 0.7;
}

.nav-list>.single {
  position: relative;
}

.nav-list>li>p {
  /* padding: 10px 15px; */
  /* background-color: purple; */
  cursor: pointer;
  /* font-size: 16px; */
  font-size: clamp(15px, 1.1vw, 18px);
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  transition: all 0.2s ease;
}

.nav-list>li>a {
  /* padding: 10px 15px; */
  cursor: pointer;
  /* font-size: 16px; */
  font-size: clamp(15px, 1.1vw, 18px);
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  display: block;
}

.nav-list>.single:hover {
  opacity: 1;
}

.single .menu-second {
  background-color: #fcf1e7;
  position: absolute;
  top: 48px;
  left: 0;
  padding: 20px;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.single:hover .menu-second {
  visibility: visible;
  opacity: 1;
}

.dosui .menu-second {
  width: 180px;
}

.jigyou .menu-second {
  width: 280px;
}

.jinken .menu-second {
  width: 180px;
}

.menu-second:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -14px;
  background: #fcf1e7;
  border-radius: 100%;
  z-index: -1;
}

.dosui .menu-second:before {
  left: 50px;
}

.jigyou .menu-second:before {
  left: 80px;
}

.jinken .menu-second:before {
  left: 40px;
}

.menu-second li {
  text-align: left;
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
}

.menu-second li:last-child {
  margin-bottom: 0;
}

.menu-second li a {
  display: block;
  padding: 6px 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  cursor: pointer;
}

.menu-second li a:hover {
  opacity: 0.7;
}

.menu-second li a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13px;
  left: 0;
  background: #ee86a1;
  border-radius: 100%;
}

.nav-list>li.ka-info a {
  display: flex;
  gap: 8px;
  outline: 1px solid #3a3737;
  padding: 10px 20px 10px 40px;
  border-radius: 0;
  transition: all 0.2s ease;
}

.nav-list>li.ka-info {
  opacity: 1;
}

.ka-info a:hover {
  background-color: #3a3737;
  color: #fff;
}

.ka-info .arrow02 {
  background: #3a3737;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0px 8px 2px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.ka-info a:hover .arrow02 {
  background: #fff;
  color: #3a3737;
}


/* footer */

footer{
  border-top: none;
}

.footer02 {
  background: #fff;
}

.footer02-inner {
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
  justify-content: space-between;
}

.f-left {
  flex: 1;
}

.f-logo {
  gap: 20px;
  align-items: center;
}

.f-logo h1 {
  width: 400px;
}

.f-logo .mem-label {
  background-color: #ed7971;
  border: 1px solid #9a2820;
  text-align: center;
  border-radius: 30px;
  padding: 5px 6% 6px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.f-menu {
  margin-top: 30px;
}

.f-menu li a {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  transition: all 0.2s ease;
}

.f-menu li a:hover {
  opacity: 0.7;
}

.f-right {
  background: #fff;
  color: #101f78;
  text-align: center;
  border: 1px solid #101f78;
  border-radius: 20px;
  padding: 30px 40px;
}

.f-right p:nth-child(1) {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #101f78;
  padding: 0 10px 20px 10px;
}

.f-right a {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

@media only screen and (max-width: 1406px) {

  .block-logo {
    width: 35%;
  }

  .block-list {
    width: 65%;
  }

  .block-logo h1 {
    max-width: 250px;
  }

  .mem-label {
    padding: 5px 3% 6px;
    font-size: 13px;
  }

  .nav-list {
    /* gap: 5px; */
    gap: 3%;
  }

  .ka-info a {
    padding: 10px 10px 10px 25px;
  }

  .nav-list>li>p {
    /* padding: 10px 10px; */
    /* font-size: 15px; */
    font-size: clamp(13px, 1.2vw, 18px);

  }

  .nav-list>li>a {
    /* padding: 10px 10px; */
    /* font-size: 15px; */
    font-size: clamp(13px, 1.2vw, 18px);

  }

  .ka-info .arrow02 {
    font-size: 14px;
    padding: 0px 6px 2px;
  }

}



@media only screen and (max-width: 1131px) {

  .header02 {
    /* ヘッダー全体ではなくメニュー部分をスクロールさせるため overflow は外す */
    overflow: visible;
  }

  .block-head {
    display: block;
    width: 90%;
    margin: 0 auto 25px;
  }

  .block-logo {
    background-color: #fff;
    flex-grow: 1;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 110;
    padding: 10px 15px;
  }

  .mem-label {
    padding: 5px 30px 6px;
  }

  .block-list {
    justify-content: flex-end;
    width: auto;
    position: relative;
  }

  .panel-btn {
    display: block;
    background: #4c4948;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 15px;
    border-radius: 10px;
    z-index: 120;
    transition: all 0.2s ease-in-out;
  }

  .panel-btn span {
    width: 29px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 11px;
    transition: all 0.2s ease-in-out;
  }

  .panel-btn span:nth-child(1) {
    top: 14px;
  }

  .panel-btn span:nth-child(2) {
    top: 24px;
  }

  .panel-btn span:nth-child(3) {
    top: 34px;
  }


  .panel-btn.active span:nth-child(1) {
    top: 24px;
    left: 11px;
    transform: rotate(-45deg);
  }

  .panel-btn.active span:nth-child(2),
  .panel-btn.active span:nth-child(3) {
    top: 24px;
    transform: rotate(45deg);
  }

  #panel-menu {
    display: none;
  }

  #panel-menu.active {
    display: block;
    margin-top: 100px;
    padding-bottom: 70px;
    /* 画面高さに収まるようにして縦スクロールを許可 */
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .user-box {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
  }

  .ka-num {
    width: 45%;
    text-align: center;
    padding: 8px 10px 9px;
  }

  .logout-btn {
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 10px;
  }

  .logout-btn p {
    text-align: center;
  }

  .logout-btn .arrow01 {
    position: absolute;
    top: 14px;
    right: 15px;
  }

  .nav-list {
    flex-direction: column;
    /* gap: 10px; */
  }

  .nav-list>li {
    border-bottom: 1px solid #fcf1e7;
    display: block;
    text-align: left;
  }

  .nav-list>li>p {
    /* padding: 10px; */
    /* font-size: 18px; */
    cursor: auto;
  }

  .nav-list>li>a {
    /* padding: 10px; */
    /* font-size: 18px; */
    
  }

  .single .menu-second {
    position: static;
    padding: 16px;
    background: #fcf1e7;
    visibility: visible;
    opacity: 1;
  }

  .nav-list>li.single {
    border-bottom: none;
  }

  .dosui .menu-second {
    width: 100%;
  }

  .jigyou .menu-second {
    width: 100%;
  }

  .jinken .menu-second {
    width: 100%;
  }

  .menu-second:before {
    content: none;
  }

  .menu-second li a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    border-bottom: 1px solid #fff;
  }

  .nav-list>li.ka-info {
    border-bottom: none;
  }

  .nav-list>li.ka-info a {
    width: 99%;
    display: block;
    position: relative;
    padding: 12px 10px 13px;
    text-align: center;
    margin: 20px auto 0;
  }

  .ka-info .arrow02 {
    position: absolute;
    top: 13px;
    right: 15px;
  }

}

@media only screen and (max-width: 1000px) {


  /*footer----------------------------------------------*/

  .footer02-inner {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 50px 0;
    margin: 0 auto;
  }

  .f-right p:nth-child(1) {
    font-size: 16px;
    padding: 0 10px 20px 10px;
  }

  .f-right a {
    font-size: 32px;
  }

  .f-logo {
    flex-direction: column-reverse;
    align-items: start;
    gap: 10px;
  }

  .f-logo h1 {
    width: 80%;
  }


}
}
/* -------------------------------------------------------
layout02ここまで 
----------------------------------------------------------*/



/* -------------------------------------------------------
top トップページここから 
----------------------------------------------------------*/

#top{


/*=========================================================================================================
main
=========================================================================================================*/

/*hero-------------------------------------------------------------------------------------*/

#hero {
    position: relative;
    margin-bottom: 100px;
}


#hero .heading {
    position: absolute;
    left: 40px;
    top: 28%;
    color: #fff;
}

#hero .heading h2 {
    font-size: min(3.8vw, 64px);
    margin-bottom: 6%;
        text-shadow: 0px 0px 8px rgb(0, 56, 76, 0.4),
    1px 1px 8px rgb(0, 56, 76, 0.4),
    -1px -1px 8px rgb(0, 56, 76, 0.4);
}

#hero .heading p {
    font-size: min(1.4vw, 24px);
    line-height: 2em;
    text-shadow: 0px 0px 8px rgb(0, 56, 76, 0.7),
    1px 1px 8px rgb(0, 56, 76, 0.7),
    -1px -1px 8px rgb(0, 56, 76, 0.7);
}


#hero .memberPage_btn {
    position: fixed;
    z-index: 6;
    right: 2%;
    bottom: 9%;
    width: 140px;
    height: 140px;
}

#hero .toTop_btn {
    position: fixed;
    z-index: 6;
    right: 2%;
    bottom: 2%;
    width: 140px;
}


/*news----------------------------------------------------------------------------------*/

#news {
    margin-bottom: 100px;
}

#news .l_container {
    position: relative;
    width: 30%;
}

#news .news_ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .2rem;
    line-height: 1.4;
}

#news .news_ttl img {
    width: 60px;
    margin-bottom: 10px;
}

.news_readMore {
    position: absolute;
    left: 0;
    bottom: 0;
    align-items: center;
}
#news .news_readMore p {
    font-size: 14px;
    margin-right: 10px;
}

#news .news_list {
    flex-wrap: wrap;
    width: 70%;
}

#news .news_list dt,#news .news_list dd {
    width: 100%;
}

#news .news_list dd .c-btn_readMore {
    float: right;
}

#news .news_list dd p {
    clear: both;
    width: 94%;
} 

#news .news_list dt {
    font-size: 14px;
    color: #7e7e7e;
}

#news .news_list dd {
    justify-content: space-between;
    border-bottom: 1px solid #7e7e7e;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#news .news_list dd:last-of-type {
    margin-bottom: 0;
}

/*about---------------------------------------------------------------------------------*/

#about {
    background-color: #f7f8f9;
    background-image: url('../img/top/bottom_bg.png');
    background-repeat: no-repeat;
    background-position: right 200px bottom;
    background-size: 1000px;
    padding: 100px 100px 380px 100px;
    margin-bottom: 100px;
}

#about .dousuikyou .about_dousuikyou {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    column-gap: 80px;
}

#about .l_container {
    width: 80%;
}

#about .dousuikyou .l_container h1 {
    color: #101f78;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

#about .r_container {
    width: 20%;
    max-width: 180px;
}

#about .p-character {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    column-gap: 40px;
}

#about .p-character .item_text div:nth-child(1) {
    align-items: center;
}


#about .p-character .item_text .chara_text {
    text-align: center;
    column-gap: 20px;
}

#about .p-character .item_pic {
    width: 80%;
    margin: 0 auto;
}

#about .p-character .item_text {
    position: relative;
    width: 30%;
}

#about .p-character .item_text p {
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
}

#about .p-character .item_text h2 {
    width: 40%;
    margin: 10px auto 0 auto;
}

#about .p-character .item_text .desc {
    width: 100%;
    margin-bottom: 20px;
}

#about .p-seikaku {
    position: relative;
    width: 70%;
    line-height: 1.4;
}

#about .p-seikaku h2 {
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateY(-50%);
    z-index:1;
    font-size: 18px;
    color: #101f78;
}

#about .p-seikaku h2 img {
    width: 140px;
    margin-right: 0.5em;
}


#about .dousuikyou dl {
    background-color: #fff;
    background-image: url('../img/top/character_left.png');
    background-repeat: no-repeat; 
    background-position: right -60px center; 
    background-size: min(38%, 300px);
    padding: 40px 30px 30px 30px;
    border-radius: 20px;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: .05em;
}

#about .dousuikyou dl dt,#about .dousuikyou dl dd {
    margin-bottom: 20px;
}

#about .dousuikyou dl dt:last-of-type,
#about .dousuikyou dl dd:last-of-type {
    margin-bottom: 0;
}

#about .dousuikyou dl dt {
    width: 90px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
    margin-right: 20px;
}

#about .dousuikyou dl dt:nth-child(1) {
    background: var(--chara-color-red);
}
#about .dousuikyou dl dt:nth-child(3) {
    background: var(--chara-color-orange);
}
#about .dousuikyou dl dt:nth-child(5) {
    background: var(--chara-color-blue);
}
#about .dousuikyou dl dt:nth-child(7) {
    background: var(--chara-color-purple);
}

#about .dousuikyou dl dd {
    width: calc(100% - 120px);
    color: #101f78;
    text-shadow: 1px 1px 5px #fff,-1px -1px 5px #fff,2px 2px 5px #fff,-2px -2px 5px #fff;
    
}


/* article background */
#about .background {
    margin-bottom: 80px;
}

#about .background h2,
#about .mission h2  {
    color: #101f78;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 40px;
}


/* article mission */

#about .mission .u-logo {
    position: relative;
}

#about .mission .u-mgbt40 {
    margin-bottom: 40px;
}

#about .mission h3 {
    display: inline-block;
    color: #101f78;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #000;
}

#about .mission .u-mgbt60 {
    margin-bottom: 60px;
}

/*=========================================================================================================
調整
=========================================================================================================*/

@media only screen and (max-width : 1120px) {

#about .mission .u-logo::after {
    width: 120px;
    height: 120px;
    top: -10px;
    right: 0;
}

}

/*=========================================================================================================
pc
=========================================================================================================*/

@media only screen and (max-width : 1024px) {

html {
    font-size: 14px;
}

/* hero --------------------------------------------------------------*/

#hero .heading {
    left: 40px;
    top: 25%;
}

#hero .heading h2 {
    font-size: min(5.5vw, 56px);

}

#hero .heading p {
    font-size: min(2vw, 24px);
}

/* about --------------------------------------------------------------*/

#about {
    padding: 60px 40px 300px 40px;
    background-size: 800px;
    background-position: right 100px bottom;
}

#about .dousuikyou .r_container.flex {
    display: block;
}

#about .dousuikyou .l_container {
    width: 80%;
}

#about .dousuikyou .r_container {
    width: 20%;
    min-width: 150px;
    text-align: center;
    margin-right: 0;
}

#about .dousuikyou .r_container > div:nth-child(1) {
    width: 100%;
    margin: 0 0 20px 0;
}

#about .dousuikyou .r_container > div:nth-child(2) {
    width: 100%;
    max-width: 250px;
}

#about .dousuikyou .r_container h2 {
    margin: 0 auto;
}

#about .p-character {
    column-gap: 20px;
}


#about .dousuikyou dl {
    background-position: right -60px center;
    background-size: 30%;
}

#about .mission .u-logo::after {
    top: -80px;
    right: 0;
}


}


/*=========================================================================================================
sp
=========================================================================================================*/

@media only screen and (max-width : 767px) {


/* hero --------------------------------------------------------------*/

#hero {
    margin-bottom: 40px;
}

#hero .heading {
    top: 30%;
    left:20px;
}

#hero .heading h2 {
    font-size: min(8vw, 43px);
    margin-bottom: 7%;
    text-shadow: 0px 0px 8px rgb(0, 56, 76, 0.5),
    1px 1px 8px rgb(0, 56, 76, 0.5),
    -1px -1px 8px rgb(0, 56, 76, 0.5);

}

#hero .heading p {
    font-size: min(3vw, 16px);
    text-shadow: 0px 0px 8px rgb(0, 56, 76, 0.7),
    1px 1px 8px rgb(0, 56, 76, 0.7),
    -1px -1px 8px rgb(0, 56, 76, 0.7);
}

#hero .memberPage_btn {
    width: 100px;
    height: 100px;
    bottom: 7.5%;
}

#hero .toTop_btn {
    width: 100px;
}

/*news-------------------------------------------------------------------*/

#news {
    margin-bottom: 40px;
}

#news.flex {
    display: block;
}

#news .l_container {
    width: 100%;
}
#news .l_container > div {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 40px;
}
#news .news_list {
    width: 100%;
}
.news_readMore {
    position:static;
}

/*about---------------------------------------------------------------------------------*/

#about {
    padding: 40px 20px 210px 20px;
    background-size: 600px;
    background-position: right 90px bottom;
    margin-bottom: 60px;
}

#about .dousuikyou .about_dousuikyou {
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#about .dousuikyou .l_container {
    width: 100%;
}

#about .dousuikyou .r_container {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    min-width:auto;
}

#about .p-character {
    flex-direction: column;
    margin-bottom: 40px;
    column-gap: normal;
}
#about .p-character .item_text .chara_text {
    text-align: center;
    margin-bottom: 40px;
}


#about .p-character .item_text .desc {
    position: static;
    top: 0%;
    left: 50%;
    translate: 0;
    width: 50%;
    min-width: 250px;
    margin: 0 auto 20px auto;
}

#about .p-character .item_pic {
    width: 50%;
    min-width: 250px;
    margin: 0 auto;
}
#about .p-character .item_text {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}

#about .p-character .item_text p {
    font-size: clamp(14px, 1.7vw, 16px);
    line-height: 1.5;
}

#about .p-character .item_text h2 {
    width: 30%;
    min-width: 120px;
}

#about .p-seikaku {
        width: 100%;
}

#about .dousuikyou dl {
    background-position: right -60px bottom;
    background-size: min(45%, 300px);
}

#about .dousuikyou dl.flex {
    flex-wrap: wrap;
    margin-bottom: 0px;
}

#about .dousuikyou dl dt,
#about .dousuikyou dl dd  {
    width: 65%;
    max-width: 340px;
}

#about .dousuikyou dl dt {
    margin-bottom: 10px;
}


#about .dousuikyou dl dt:last-of-type {
    margin-bottom: 20px;
}


/* article background */

#about .background {
    margin-bottom: 40px;
}

#about .background h2,
#about .mission h2  {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#about .background h2.u-nm span {
    display: inline-block;
    margin-left: -10px;
}

/* article mission */


#about .mission .u-mgbt40 {
    margin-bottom: 40px;
}

#about .mission h3 {
    font-size: 18px;

}


}

/*=========================================================================================================
調整
=========================================================================================================*/

@media only screen and (max-width : 580px) {

#about {
    padding: 40px 20px 200px 20px;
    background-size: 500px;
    background-position: right 50px bottom;
    margin-bottom: 60px;
}

}

@media only screen and (max-width : 400px) {

#about {
    padding: 40px 20px 120px 20px;
    background-size: 85%;
    background-position: left bottom;
    margin-bottom: 60px;
}

}


}

/* -------------------------------------------------------
topここまで
----------------------------------------------------------*/


/* -------------------------------------------------------
news ニュースページここから 
----------------------------------------------------------*/

#news-page,
#news-page-article{

/* hero
-------------------------------------------------------------------------------*/

.hero {
  background-color: #edeff2;
}

.hero-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 30px;
  justify-content: space-around;
  align-items: center;
}

.mv_ttl {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.mv_ttl h1 {
  font-size: clamp(24px, 2.8vw, 56px);
}

.mv_ttl .sub_ttl img {
  width: 50%;
  max-height: 30px;
  height: auto;
  object-fit: contain;
}

.hero-ills {
  max-width: 660px;
  width: 100%;
  height: auto;
}

/* TOPに戻るボタン */

#hero .toTop_btn {
  position: fixed;
  z-index: 6;
  right: 2%;
  bottom: 2%;
  width: 140px;
}

/* NEWS
-------------------------------------------------------------------------------*/

.p-news dl {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  max-width: 800px;
  margin: 100px auto 80px auto;
}

.p-news dl dt {
  width: 150px;
  font-size: 14px;
  font-weight: 500;
}

.p-news dl dd {
  width: calc(100% - 150px);
}

.p-news dl dt,
.p-news dl dd {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--chara-color-purple);
}

.p-news dl dd:last-of-type,
.p-news dl dt:last-of-type {
  margin-bottom: 0;
}

.p-news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0px auto 80px auto;
}

.p-news ul li {
  margin-right: 20px;

}

.p-news ul li:not(.p-news ul li:first-child, .p-news ul li:last-child) {
  padding: 5px 10px;
  border-bottom: 4px solid transparent;
}

.p-news ul li:not(.p-news ul li:first-child, .p-news ul li:last-child):hover {
  border-bottom: 4px solid var(--chara-color-purple);
}

.p-news ul li:first-child,
.p-news ul li:last-child {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: var(--chara-color-purple);
  border-radius: 5px;
}

.p-news ul li:first-child a,
.p-news ul li:last-child a {
  width: 100%;
  height: 100%;
}

.p-news ul li:last-child {
  margin-right: 0px;
}

/* p-article
-------------------------------------------------------------------------------*/

.p-article {
  width: 95%;
  max-width: 1000px;
  margin: 100px auto;
}

.p-article article {
  width: 100%;
  padding: 80px 60px;
  border: 3px solid var(--chara-color-purple);
}

.p-article article .date {
  margin-bottom: 20px;
}


.p-article article h1 {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 3px solid var(--chara-color-purple);
}

.p-article .news_text {
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.p-article .news_text p {
  margin-bottom: 1em;
}

.p-article .news_text p:last-child {
  margin-bottom: 0;
}

.p-article .news_text p a {
  color: #0000ff;
  text-decoration: underline;

}

.p-article .news_text figure {
  margin: 60px auto;
}

.p-article .back_btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--chara-color-purple);
  border-radius: 5px;
  margin: 60px auto 0 auto;
}

.p-article .back_btn a {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width : 1024px) {
  
}

@media only screen and (max-width : 767px) {


  .p-article {
    margin: 40px auto;
  }


  .p-news dl dt {
    padding-bottom: 0;
    margin-bottom: 12px;
    border-bottom: 0;
  }

  .p-news dl dt:last-of-type {
    margin-bottom: 12px;
  }

  .p-news dl dt,
  .p-news dl dd {
    width: 100%;
  }

  .p-article article .date {
    font-size: 14px;
  }

  .p-article article h1 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .p-article article {
    width: 100%;
    padding: 40px 20px;
    border: 3px solid var(--chara-color-purple);
  }

  .p-article .news_text p {
    font-size: 14px;
  }

  .p-article .news_text figure {
    margin: 40px auto;
  }

  .p-article .back_btn {
    margin: 40px auto 0 auto;
  }

  .hero-inner {
    padding: 100px 0 20px;
    flex-direction: column;
  }

  .mv_ttl .sub_ttl img {
    width: auto;
    max-height: 15px;
  }
  
  .hero-ills {
    margin-top: 30px;
    width: 90%;
  }
  
  #hero .toTop_btn {
    width: 100px;
}


}
}

/* -------------------------------------------------------
news ニュースページここまで
----------------------------------------------------------*/



/* -------------------------------------------------------
business 事業内容ページここから 
----------------------------------------------------------*/

#business{


/* hero
-------------------------------------------------------------------------------*/
.hero {
  background-color: #edeff2;
}

.hero-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 30px;
  justify-content: space-around;
  align-items: center;
}

.mv_ttl {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.mv_ttl h1 {
  font-size: clamp(24px, 2.8vw, 56px);
}

.mv_ttl .sub_ttl img {
  width: 50%;
  max-height: 30px;
  height: auto;
  object-fit: contain;
}

.hero-ills {
  max-width: 660px;
  width: 100%;
  height: auto;
}


/* TOPに戻るボタン */

#hero .toTop_btn {
  position: fixed;
  z-index: 6;
  right: 2%;
  bottom: 2%;
  width: 140px;
}

/* 共通
-------------------------------------------------------------------------------*/

.biz-area {
  margin-top: 140px;
}

.biz-area .inner {
  position: relative;
}

.biz-area .inner::after {
  left: -70px;
  position: absolute;
  height: 182px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.flex-biz {
  justify-content: space-between;
  align-items: center;
  gap: 8%;
}

.sec-ttl {
  font-size: 42px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 70px;
  font-feature-settings: "palt";
  line-height: 1.3;
}

.desc {
  width: 60%;
}

.desc p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.pic {
  max-width: 598px;
}

.sm-ttl {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  font-feature-settings: "palt";
}

.sm-ttl::before {
  content: "";
  width: 26px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 7px;
  left: -35px;
}

.mt01 {
  margin-top: 50px;
}

.flex-biz+.flex-biz {
  margin-top: 80px;
}


/* 総会・記念総会
-------------------------------------------------------------------------------*/

.biz01 .inner::after {
  top: -70px;
  width: 237px;
  background-image: url(../img/business/mb02.png);
}

.biz01 .pic {
  position: relative;
}

.biz01 .pic::after {
  bottom: -70px;
  right: -20px;
  position: absolute;
  width: 197px;
  height: 223px;
  content: '';
  background-image: url(../img/business/mb01.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

/* 研修会・セミナー
-------------------------------------------------------------------------------*/

.biz02 .flex-biz {
  align-items: start;
}

.biz02.biz-area {
  margin-top: 260px;
}

.biz02 .inner::after {
  top: -150px;
  width: 261px;
  background-image: url(../img/business/mb04.png);
}

.biz02 .desc {
  padding-left: 45px;
}

.biz02 .sm-ttl::before {
  background-color: #bbbcde;
}


/* 研修教材
「ＢＲＩＧＨＴ－あかるい明日に向かって」
-------------------------------------------------------------------------------*/

.biz03.biz-area {
  margin-top: 200px;
}

.biz03 .inner::after {
  top: -110px;
  width: 261px;
  background-image: url(../img/business/mb07.png);
}

.biz03 .flex-biz {
  align-items: start;
}

.biz03 .desc {
  width: 70%;
}

.biz03 .desc p {
  width: 68%;
}

.biz03 .pic {
  position: relative;
}


/* その他
-------------------------------------------------------------------------------*/

.biz04.biz-area {
  margin-top: 240px;
  margin-bottom: 100px;
}

.biz04 .inner::after {
  top: -150px;
  width: 268px;
  background-image: url(../img/business/mb09.png);
}

.biz04 .flex-biz {
  gap: 5%;
}

.biz04 .flex-biz-desc {
  gap: 0;
}

.flex-biz-desc .desc {
  width: 46%;
}

.biz04 .desc {
  padding-left: 45px;
}

.biz04 .desc02 {
  padding-left: 0;
  margin-right: 10px;
}

.biz04 .sm-ttl::before {
  background-color: #ed7971;
}


@media only screen and (max-width : 1024px) {

  /* 共通
-------------------------------------------------------------------------------*/

  .biz-area .inner::after {
    top: -70px;
    left: -20px;
    width: 182px;
    height: 140px;
  }

}

@media only screen and (max-width : 767px) {

  /* hero
-------------------------------------------------------------------------------*/

.hero-inner {
  padding: 100px 0 20px;
  flex-direction: column;
}

.mv_ttl .sub_ttl img {
  width: auto;
  max-height: 15px;
}

.hero-ills {
  margin-top: 30px;
  width: 90%;
}
  

  /* 共通
-------------------------------------------------------------------------------*/

.hero {
  height: auto;
}

  .hero-inner {
  padding: 90px 0 20px;
  }

  .mv_ttl {
    position: static;
    translate: 0;
  }

  .hero-ills {
    position: static;
    margin-top: 30px;
    width: 90%;
  }

  .biz-area {
    margin-top: 100px;
  }

  .biz-area .inner::after {
    left: -10px;
    width: 130px;
    height: 90px;
  }


  .flex-biz {
    flex-direction: column;
  }

  .sec-ttl {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .desc {
    width: 100%;
  }

  .desc p {
    margin-top: 14px;
    line-height: 1.5;
    font-size: 16px;
  }

  .pic {
    max-width: 100%;
    margin-top: 24px;
  }

  .flex-biz+.flex-biz {
    margin-top: 30px;
  }


  .sm-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .mt01 {
    margin-top: 30px;
  }

  #hero .toTop_btn {
    width: 100px;
  }

  /* 総会・記念総会
-------------------------------------------------------------------------------*/

  .biz01 .inner::after {
    width: 117px;
  }

  .biz01 .pic {
    position: relative;
  }

  .biz01 .pic::after {
    bottom: -30px;
    right: -15px;
    width: 100px;
    height: 113px;
  }

  /* 研修会・セミナー
-------------------------------------------------------------------------------*/

  .biz02.biz-area {
    margin-top: 120px;
  }

  .biz02 .desc {
    padding-left: 40px;
  }

  .biz02 .inner::after {
    top: -70px;
    width: 129px;
  }

  /* 研修教材
「ＢＲＩＧＨＴ－あかるい明日に向かって」
-------------------------------------------------------------------------------*/

  .biz03.biz-area {
    margin-top: 100px;
  }

  .biz03 .inner::after {
    top: -60px;
    width: 129px;
  }

  .biz03 .desc {
    width: 100%;
  }

  .biz03 .desc p {
    width: 100%;
  }

  .biz03 .pic {
    width: 60%;
    margin: 24px auto 0;
  }


  /* その他
-------------------------------------------------------------------------------*/

  .biz04.biz-area {
    margin-top: 130px;
    margin-bottom: 80px;
  }

  .biz04 .inner::after {
    top: -70px;
    width: 132px;
  }

  .biz04 .desc {
    padding-left: 40px;
  }

  .biz04 .desc02 {
    padding-left: 40px;
    margin-right: 0;
    margin-top: 30px;
  }

  .flex-biz-desc .desc {
    width: 100%;
  }

}

}

/* -------------------------------------------------------
business 事業内容ページここまで
----------------------------------------------------------*/




/* -------------------------------------------------------
組織	organizationページここから
----------------------------------------------------------*/

#organization{



/* hero
-------------------------------------------------------------------------------*/

.hero {
  background-color: #edeff2;
}

.hero-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 30px;
  justify-content: space-around;
  align-items: center;
}

.mv_ttl {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.mv_ttl h1 {
  font-size: clamp(24px, 2.8vw, 56px);
}

.mv_ttl .sub_ttl img {
  width: 50%;
  max-height: 30px;
  height: auto;
  object-fit: contain;
}

.hero-ills {
  max-width: 660px;
  width: 100%;
  height: auto;
}

/* 共通
-------------------------------------------------------------------------------*/

.sec-ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  font-feature-settings: "palt";
  padding-left: 30px;
}

.sec-ttl::before {
  content: "";
  width: 20px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
}

#hero .toTop_btn {
  position: fixed;
  z-index: 6;
  right: 2%;
  bottom: 2%;
  width: 140px;
}


/* 組織図
-------------------------------------------------------------------------------*/

.org-pic {
  margin-top: 100px;
}

.org-pic .inner {
  width: 840px;
}

/* 組織の概要
-------------------------------------------------------------------------------*/

.org-desc {
  margin: 100px 10%;
  background-color: #f8f8f9;
  border: solid 1px #bbbcde;
}

.org-desc .inner {
  width: 1000px;
  padding: 80px 0;
}

.org-desc p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt";
  padding-left: 30px;
}

.sokai .sec-ttl::before {
  background-color: #ffe450;
}

.riji .sec-ttl::before {
  background-color: #cddf74;
}

.jimu .sec-ttl::before {
  background-color: #a2d7dd;
}

.kenshu .sec-ttl::before {
  background-color: #87b3e1;
}

.riji,
.jimu,
.kenshu {
  margin-top: 100px;
}

.riji-info {
  background-color: #eff3de;
  padding: 30px;
  margin-top: 50px;
}

.riji-info h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.4;
}

.riji-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  column-gap: 2%;
}

.riji-list dt {
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 14%;
  margin-top: 15px;
  background-color: #cddf74;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 1.4;
}

.riji-list dd {
  letter-spacing: 0.055em;
  font-weight: 500;
  width: 84%;
  margin-top: 10px;
  padding: 5px 0;
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 1.4;
}

.riji-list dt:first-of-type {
  margin-top: 0;
}

.riji-list dd:first-of-type {
  margin-top: 0;
}

.kenshu-info {
  background-color: #e1eaf5;
  padding: 30px;
  margin-top: 50px;
}

.org-desc .kenshu-info p {
  padding-left: 0;
}

.org-desc .kenshu-info p span{
  letter-spacing: 0.1em;
}

@media only screen and (max-width : 767px) {


  /* 共通
-------------------------------------------------------------------------------*/

  .sec-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec-ttl::before {
    bottom: 8px;
  }

  #hero .toTop_btn {
    width: 100px;
  }

    /* hero
-------------------------------------------------------------------------------*/

.hero-inner {
  padding: 100px 0 20px;
  flex-direction: column;
}

.mv_ttl .sub_ttl img {
  width: auto;
  max-height: 15px;
}

.hero-ills {
  margin-top: 30px;
  width: 90%;
}


  /* 組織図
-------------------------------------------------------------------------------*/

  .org-pic {
    margin-top: 40px;
  }


  /* 組織の概要
-------------------------------------------------------------------------------*/

  .org-desc {
    margin: 50px 3%;
  }

  .org-desc .inner {
    padding: 40px 0;
  }

  .org-desc p {
    line-height: 1.6;
    font-size: 16px;
  }

  .riji, .jimu, .kenshu {
    margin-top: 50px;
}

.riji-info {
  padding: 20px;
  margin-top: 20px;
}

.riji-list {
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
  column-gap: 0;
}

.riji-list dt {
  width: 100%;
  font-size: 16px;
}

.riji-list dd {
  width: 100%;
  margin-top: 5px;
  padding: 0;
  font-size: 16px;
  font-feature-settings: "palt";
}

.riji-list dd:first-of-type {
  margin-top: 5px;
}

.kenshu-info {
  background-color: #e1eaf5;
  padding: 20px;
  margin-top: 20px;
}

}


}


/* -------------------------------------------------------
組織	organizationページここまで
----------------------------------------------------------*/




/* -------------------------------------------------------
沿革	historyページここから
----------------------------------------------------------*/


#history{



/* hero
-------------------------------------------------------------------------------*/

.hero {
  background-color: #edeff2;
}

.hero-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 30px;
  justify-content: space-around;
  align-items: center;
}

.mv_ttl {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.mv_ttl h1 {
  font-size: clamp(24px, 2.8vw, 56px);
}

.mv_ttl .sub_ttl img {
  width: 50%;
  max-height: 30px;
  height: auto;
  object-fit: contain;
}

.hero-ills {
  max-width: 660px;
  width: 100%;
  height: auto;
}

/* 共通
-------------------------------------------------------------------------------*/

.sec-ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  font-feature-settings: "palt";
  padding-left: 30px;
}

.sec-ttl::before {
  content: "";
  width: 20px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
}

#hero .toTop_btn {
  position: fixed;
  z-index: 6;
  right: 2%;
  bottom: 2%;
  width: 140px;
}


/* 
-------------------------------------------------------------------------------*/

dl{
  margin: auto;
  color: #101f78;
  font-size: 18px;
  line-height: 1.5;
  margin: 100px 0;
}
dl .content{
  display: flex;
  gap: 3%;
  border-bottom: 1px solid #bbbcde;
  padding: 18px 0;
}
.dt_d{
  width: 17%;
  background: #edeef3;
  padding: 8px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
dt{
  width: 100px;
  text-align: left;
}
dd{
  width: 80%;
  padding: 8px;
}

dd p{
  margin-bottom: 8px;
}

dd ul li{
  position: relative;
  margin-left: 38px;
}

dd ul li::before{
  content: "";
  position: absolute;
  left: -1em;
  top: 0.4em;
  width: 14px;
  height: 14px;
  background: #101f78;
  border-radius: 50%;
}

.ab{
  /* color: #2a94de; */
  color: #d70796;
  font-weight: 700;
}

@media only screen and (max-width : 767px) {


  /* 共通
-------------------------------------------------------------------------------*/

  .sec-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec-ttl::before {
    bottom: 8px;
  }

  #hero .toTop_btn {
    width: 100px;
  }

    /* hero
-------------------------------------------------------------------------------*/

.hero-inner {
  padding: 100px 0 20px;
  flex-direction: column;
}

.mv_ttl .sub_ttl img {
  width: auto;
  max-height: 15px;
}

.hero-ills {
  margin-top: 30px;
  width: 90%;
}


  /* 
-------------------------------------------------------------------------------*/

dl{
  margin: 30px 0;
}

dl .content{
  flex-direction: column;
}

.dt_d{
  width: 100%;
  border-radius: 5px;
  margin-bottom: 4px;
}
dd{
  width: 100%;
}



}


}


/* -------------------------------------------------------
沿革	historyページここまで
----------------------------------------------------------*/




/* -------------------------------------------------------
会員企業一覧	membershipページここから
----------------------------------------------------------*/

#membership{




/* hero
-------------------------------------------------------------------------------*/

.hero {
  background-color: #edeff2;
}

.hero-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 30px;
  justify-content: space-around;
  align-items: center;
}

.mv_ttl {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.mv_ttl h1 {
  font-size: clamp(24px, 2.8vw, 56px);
}

.mv_ttl .sub_ttl img {
  width: 50%;
  max-height: 30px;
  height: auto;
  object-fit: contain;
}

.hero-ills {
  max-width: 660px;
  width: 100%;
  height: auto;
}

/* メインコンテンツ 
-------------------------------------------------------------------------------*/

#hero .toTop_btn {
  position: fixed;
  z-index: 6;
  right: 2%;
  bottom: 2%;
  width: 140px;
}


.mem-contents {
  margin-top: 60px;
}

.mem-contents .inner {
  width: 1000px;
}

.heading {
  margin: 0 auto;
}

.mem-num {
  justify-content: center;
  align-items: end;
  gap: 10px;
  margin-bottom: 10px;
}

.mem-ttl {
  font-size: 36px;
  /* line-height: 1; */
  position: relative;
}
  .mem-ttl .mem-ttl-day{
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .mem-ttl .mem-ttl-num{
    font-size: 76px;
    padding: 0 2px 0 8px;
    color: #101f78;
    font-family: "Alatsi", sans-serif;
    line-height: 1;
    letter-spacing: 0.05em;
  }

/* .mem-ttl span {
  font-size: 12px;
} */

.mem-num figure {
  height: 58px;
  width: 164px;
}

.men-nav {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 13px solid #87b3e1;
  width: 70%;
  margin: 0 auto;
  position: relative;
  column-gap: 26px;
}

.men-nav::after {
  right: -20px;
  top: -100px;
  background-image: url(../img/membership/mem02.svg);
  position: absolute;
  width: 107px;
  height: 98px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.men-nav li {
  margin-top: 20px;
  position: relative;
}

.men-nav li::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  height: 6px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.men-nav li.current::after {
  background: #fedd6c;
}

.men-nav li a {
  font-size: 21px;
}

.men-nav li a:hover {
  opacity: 0.7;
}

.mem-list {
  margin: 60px 0 100px;
}

.ancher-box {
  padding-top: 150px;
  margin-top: -150px;
}

.line-item {
  margin-top: 50px;
}

.mem-list .line-item01 {
  margin-top: 0;
}

.line-ttl {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 30px;
  font-feature-settings: "palt";
  background-color: #87b3e1;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
}

.name-list {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.name-list li {
  width: calc((100% - 60px) / 3);
  padding-bottom: 15px;
  border-bottom: 1px solid #87b3e1;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media only screen and (max-width : 1100px) {
  .men-nav {
    width: 90%;
  }

  .name-list li {
    width: calc((100% - 30px) / 2);
  }
}


@media only screen and (max-width : 767px) {


  /* hero
  -----------------------------------------------------------------------------*/

    .hero-inner {
    padding: 100px 0 20px;
    flex-direction: column;
  }

  .mv_ttl .sub_ttl img {
    width: auto;
    max-height: 15px;
  }
  
  .hero-ills {
    margin-top: 30px;
    width: 90%;
  }
  


  /* メインコンテンツ
-------------------------------------------------------------------------------*/

  #hero .toTop_btn {
    width: 100px;
  }

  .mem-contents {
    margin-top: 40px;
  }

  .mem-ttl {
    font-size: 26px;
  }



  .men-nav::after {
    top: -85px;
    width: 89px;
    height: 82px;
  }

  .mem-num {
    justify-content: start;
}

  .mem-num figure {
    height: 42px;
    width: 119px;
  }

  .mem-list {
    margin: 40px 0 60px;
  }

  .ancher-box {
    padding-top: 100px;
    margin-top: -100px;
  }

  .name-list li {
    width: 100%;
    font-size: 16px;
  }

  .men-nav li a {
    font-size: 18px;
  }

  .men-nav li::after {
    bottom: -10px;
  }

  .men-nav {
    width: 100%;
    column-gap: 20px;
  }


}


}

/* -------------------------------------------------------
会員企業一覧	membershipページここまで
----------------------------------------------------------*/


/* -------------------------------------------------------
入会のご案内	membership-infoページここから
----------------------------------------------------------*/

#membership-info{



/* hero
-------------------------------------------------------------------------------*/

.hero {
  background-color: #edeff2;
}

.hero-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 30px;
  justify-content: space-around;
  align-items: center;
}

.mv_ttl {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.mv_ttl h1 {
  font-size: clamp(24px, 2.8vw, 56px);
}

.mv_ttl .sub_ttl img {
  width: 50%;
  max-height: 30px;
  height: auto;
  object-fit: contain;
}

.hero-ills {
  max-width: 660px;
  width: 100%;
  height: auto;
}

#hero .toTop_btn {
  position: fixed;
  z-index: 6;
  right: 2%;
  bottom: 2%;
  width: 140px;
}

/* メインコンテンツ
-------------------------------------------------------------------------------*/
.main-contents{
  margin: 100px 0;
}

.main-contents .inner{
  width: 1200px;
}

.greeting{
  margin-bottom: 100px;
}

.main-contents p{
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt";
  padding-left: 30px;
  text-align: justify;
}

.sec-ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  font-feature-settings: "palt";
  padding-left: 30px;
  color: #101f78;
}

.sec-ttl::before {
  content: "";
  width: 20px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.kaicho .sec-ttl::before{
  background-color: #f8b359
}

.main-contents .kaicho-name{
  margin-top: 50px;
  text-align: right;
}

.main-contents .inquiry-inner p,
.main-contents .inquiry-inner .sec-ttl{
  padding-left: unset;
}

.main-contents .inquiry-inner{
  width: 100%;
  background-color: #f8f8f9;
  border: solid 1px #bbbcde;
}

.main-contents  .inquiry{
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.inquiry h2,
.inquiry p,
.inquiry h1{
  text-align: center;
}

.contact{
  margin-top: 50px;
  padding: 50px 0 55px;
  background-color: #fff;
  border: solid 1px #101f78;
  border-radius: 20px;
  position: relative;
}

.contact h1{
  max-width: 680px;
  margin: 0 auto;
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #101f78;
  padding-bottom: 1.9rem;
  border-bottom: 2px solid #101f78;
}

.contact p{
  margin: 30px 0;
}

.contact a{
  text-align: center;
}

.contact img{
  width: 480px;
}

.contact .character img{
  position: absolute;
  width: 15%;
  right: 6%;
  top:50%;
}


@media only screen and (max-width : 1100px) {
  .men-nav {
    width: 90%;
  }

  .name-list li {
    width: calc((100% - 30px) / 2);
  }

  .main-contents {
    margin: 50px 0;
  }

  .main-contents .inquiry-inner{
  width: 100vw;
  left: -10%;
  background-color: #f8f8f9;
  border: solid 1px #bbbcde;
}

.main-contents  .inquiry{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}


.contact h1{
  max-width:550px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  color: #101f78;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #101f78;
}

.contact p{
  margin: 1.3rem 0;
  font-size: 1.1em;
}


.contact img{
  width:50%;
}

}


@media only screen and (max-width : 767px) {


  /* hero
  -----------------------------------------------------------------------------*/

    .hero-inner {
    padding: 100px 0 20px;
    flex-direction: column;
  }

  .mv_ttl .sub_ttl img {
    width: auto;
    max-height: 15px;
  }
  
  .hero-ills {
    margin-top: 30px;
    width: 90%;
  }
  
  .sec-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec-ttl::before {
    bottom: 8px;
  }


  /* メインコンテンツ
-------------------------------------------------------------------------------*/

.main-contents {
    margin: 50px 0;
  }


  .main-contents p {
    line-height: 1.6;
    font-size: 16px;
    padding-left: 0px;

  }

  .greeting {
    margin-bottom: 50px;
}

  .main-contents .inquiry-inner{
  width: 100vw;
  left: -10%;
  background-color: #f8f8f9;
  border: solid 1px #bbbcde;
}

.main-contents  .inquiry{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

.contact{
  margin-top: 30px;
  padding: 50px 0 48px;
}

.contact h1{
  max-width: 80%;
  margin: 0 auto;
  letter-spacing: 0.05em;
  color: #101f78;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #101f78;
}

.contact p{
  margin: 1.3rem 0;
  font-size: 0.8em;
}


.contact img{
  width:70%;
}

/* .contact .character{
  margin: 1.3rem auto 0 auto;
} */


.contact .character{
  text-align: center;
}

/* 小さく */
.contact .character img{
  position:unset;
  width: 35%;
  margin: 1.3rem 0 0;
}

#hero .toTop_btn {
  width: 100px;
}

}

}


/* -------------------------------------------------------
入会のご案内	membership-infoページここまで
----------------------------------------------------------*/



/* -------------------------------------------------------
ログイン画面	login_formページここから
----------------------------------------------------------*/

#login_form{


  background: #fcf1e7;



/* mainvisual */

.mainvisual {
  background: #00a9ff;
  padding: 190px 0 160px;
  position: relative;
}

.kumo-left {
  position: absolute;
  width: 30%;
  left: 0;
  top: 170px;
}

.kumo-right {
  position: absolute;
  width: 30%;
  right: 0;
  top: 170px;
}

.page-ttl {
  max-width: 450px;
  margin: 0 auto;
  width: calc(100% - 100px);
  background: #fff;
  padding: 60px 80px;
  border-radius: 30px;
}

.illust-shape {
  position: relative;
  padding-bottom: 100px;
}

.illust {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 40px;
}

/*form*/

.login-section {
  padding: 230px 0 100px;
}

.login-container {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  padding: 60px 100px;
  background: #fff;
  border-radius: 20px;
}

.login-container h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.pass-wrap label,.pass-wrap input {
  display: block;
}

.pass-wrap label {
  margin-bottom: 5px;
}

.pass-wrap input {
  width: 100%;
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px;
}

input[type="text"]:focus,input[type="password"]:focus {
  background: #fff;
  border-color: none;
  outline: none;
}

input[type="text"]:valid,input[type="password"]:valid {
  background: #fff;
}

.member-id{
  margin-bottom: 20px;
}

.member-password {
  margin-bottom: 5px;
}

.pass-open-wrap {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.pass-open-wrap input {
  margin-right: 0.5em;
}

.member-submit-btn {
  display: block;
  width: 200px;
  padding: 15px 0px;
  background: #ed7971;
  border: 1px solid #9a2820;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

/*contact*/


.sec-ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  font-feature-settings: "palt";
  padding-left: 30px;
  color: #101f78;
}

.inquiry-inner p,
.inquiry-inner .sec-ttl{
  padding-left: unset;
}

.inquiry-inner{
  width: 100%;
  background-color: #f8f8f9;
  border: solid 1px #bbbcde;
}

.inquiry{
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.inquiry h2,
.inquiry p,
.inquiry h1{
  text-align: center;
}

.contact {
  margin-top: 50px;
  padding: 50px 0 55px;
  background-color: #fff;
  border: solid 1px #101f78;
  border-radius: 20px;
  position: relative;
}

.contact h1 {
  max-width: 680px;
  margin: 0 auto;
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #101f78;
  padding-bottom: 1.9rem;
  border-bottom: 2px solid #101f78;
}

.contact p {
  margin: 30px 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt";
  padding-left: 30px;
  text-align: center;
}

.contact a{
  text-align: center;
}

.contact img{
  width: 480px;
}

.contact .character img{
  position: absolute;
  width: 15%;
  right: 6%;
  top:50%;
}


@media only screen and (max-width : 1140px) {

.login-section {
  padding: 180px 0 100px;
}

}

@media only screen and (max-width : 1100px) {

.inquiry-inner{
  width: 100vw;
  left: -10%;
  background-color: #f8f8f9;
  border: solid 1px #bbbcde;
}

.inquiry{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}


.contact h1{
  max-width:550px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  color: #101f78;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #101f78;
}

.contact p{
  margin: 1.3rem 0;
  font-size: 1.1em;
}


.contact img{
  width:50%;
}


}



@media only screen and (max-width : 767px) {

  main {
    font-size: 14px;
  }

  /* mainvisual */

  .mainvisual {
    padding: 160px 0 130px
  }

  .kumo-left {
    width: 40%;
    left: 0;
    top: 100px;
  }

  .kumo-right {
    width: 40%;
    top: 100px;
  }

  .page-ttl {
    padding: 30px 50px;
    border-radius: 20px;
  }

  .illust-shape {
    padding-bottom: 40px;
  }

  .illust {
    bottom: 30px;
  }

  /*login-form*/

  .login-container h1 {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .login-section {
    padding: 140px 0 60px;
  }

  .login-container {
    padding: 30px 40px;
    max-width: 350px;
}

  .member-id{
    margin-bottom: 10px;
  }
  .pass-open-wrap {
    margin-bottom: 30px;
  }

  .member-submit-btn {
    width: 140px;
  }

  /*contact*/
  .sec-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }



.inquiry-inner{
  width: 100vw;
  left: -10%;
  background-color: #f8f8f9;
  border: solid 1px #bbbcde;
}

.inquiry{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

.contact{
  margin-top: 30px;
  padding: 50px 0 48px;
}

.contact h1{
  max-width: 80%;
  margin: 0 auto;
  letter-spacing: 0.05em;
  color: #101f78;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #101f78;
}

.contact p{
  margin: 1.3rem 0;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 0px;
  font-size: 0.8em;
}


.contact img{
  width:70%;
}

/* .contact .character{
  margin: 1.3rem auto 0 auto;
} */


.contact .character{
  text-align: center;
}

/* 小さく */
.contact .character img{
  position:unset;
  width: 35%;
  margin: 1.3rem 0 0;
}


}


}



/* -------------------------------------------------------
ログイン画面	login_formページここまで
----------------------------------------------------------*/




/* -------------------------------------------------------
会員サイトトップページ	loginページここから
----------------------------------------------------------*/

#login{



  background: #fcf1e7;


#hero{
  position: relative;
  background-image: url(../img/login/top-bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}
#hero figure{
  width: 100%;
}
#hero figure img{
  width: 100%;
  margin-top: 180px;
  vertical-align: bottom;
}




/* 研修会・セミナー */

.workshop {
  padding: 50px 0;
}

.ws-inner {
  background: url(../img/login/log05.png) no-repeat center center;
  background-size: cover;
  padding: 100px 80px;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
}

.ws-desc {
  background: #fff;
  padding: 30px 50px 50px 30px;
  max-width: 800px;
  width: calc(100% - 40px);
  border-radius: 20px;
  position: relative;
  margin-left: auto;
}

.ws-desc::after {
  top: -70px;
  right: -20px;
  position: absolute;
  width: 200px;
  height: 200px;
  content: '';
  background-image: url(../img/login/log07.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.sec-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding-bottom: 10px;
  border-bottom: 1px solid #0c0c0b;
}

.sec-ttl img {
  width: 200px;
}

.sec-txt {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.link-list {
  justify-content: center;
  gap: 40px;
  margin: 80px auto 0;
  width: 90%;
}

.link-list li {
  width: calc((100% - 80px) / 3);
}

.link-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  outline: 5px solid rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  padding: 40px 10px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.link-list li a:hover {
  opacity: 0.7;
}

.kiso a {
  background: #62cacc;
}

.jisen a {
  background: #eda78f;
}

.douwa a {
  background: #ee874e;
}

.link-list li a p {
  font-size: 20px;
  padding-left: 6%;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.link-list .arrow03 {
  position: absolute;
  top: 55px;
  right: 20px;
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 1px 12px 2px;
  border-radius: 15px;
  transition: all 0.2s ease;
}

.link-list .kiso .arrow03 {
  color: #62cacc;
}

.link-list .jisen .arrow03 {
  color: #eda78f;
}

.link-list .douwa .arrow03 {
  color: #ee874e;
}

/* BRIGHT */

.bright {
  padding: 50px 0 100px;
}

.br-inner {
  background: #fff;
  padding: 80px 0 0;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
}

.br-contents {
  justify-content: center;
  align-items: center;
  margin: 0 20px 80px;
}

.waku-txt {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  padding: 6px 20px;
  border: 1px solid #242222;
}

.br-ttl {
  gap: 15px;
  align-items: center;
  margin: 20px 0;
}

.br-ttl h3 {
  width: 36%;
}

.br-ttl p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.br-txt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.br-pic {
  width: 380px;
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.05); */
}

.bg-col {
  position: relative;
}

.bg-col::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  background-color: rgba(192, 208, 209, 0.16);
  transform: translateY(-50%);
  width: 380px;
  height: 170px;
  border-radius: 10px;
}

.bg-col img {
  position: relative;
  z-index: 1;
  max-width: 170px;
  width: 60%;
}

.br-btn a {
  display: block;
  background: #9dc815;
  position: relative;
  padding: 20px 10px;
  transition: all 0.2s ease;
  border-radius: 0 0 30px 30px;
}

.br-btn a:hover {
  opacity: 0.7;
}

.br-btn p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: all 0.2s ease;
  margin-right: 20px;
}

.br-btn .arrow04 {
  position: absolute;
  top: 24px;
  right: 40%;
  background: #fff;
  color: #9dc815;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0px 14px 1px;
  border-radius: 15px;
  transition: all 0.2s ease;
}



@media only screen and (max-width : 1140px) {

  /* 研修会・セミナー */

  .link-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
  }

  .link-list li {
    width: calc((100% - 40px) / 2);
  }

  .link-list li a p {
    font-size: 18px;
    padding-left: 4%;
  }

  .kiso a .arrow03,
  .jisen a .arrow03 {
    top: 38px;
  }

  .br-pic {
    width: 300px;
  }

  .bg-col::before {
    width: 300px;
    height: 150px;
  }

  .br-btn p {
    margin-right: 0px;
  }

  .br-btn .arrow04 {
    right: 35%;
  }

  #hero figure img{
    margin-top: 150px;
  }

}


@media only screen and (max-width : 768px) {

  padding-top: 80px;
  margin-top: -80px;

  /* mainvisual */

  .mainvisual {
    padding: 160px 0 130px
  }

  .kumo-left {
    width: 40%;
    left: 0;
    top: 100px;
  }

  .kumo-right {
    width: 40%;
    top: 100px;
  }

  .page-ttl {
    padding: 30px 50px;
    border-radius: 20px;
  }

  .illust-shape {
    padding-bottom: 40px;
  }

  .illust {
    bottom: 30px;
  }

  #hero{
    background-image: url(../img/login/top-bg-sp.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  #hero figure img{
    /* width: 100%; */
    margin-top: 80px;
  }



  /* 研修会・セミナー */

  .workshop {
    padding: 50px 0;
  }

  .ws-inner {
    background: url(../img/login/log05-sp.png);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 40px 20px;
    width: 90%;
    border-radius: 20px;
  }

  .ws-desc {
    background: #fff;
    padding: 20px 30px 30px 20px;
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
  }

  .ws-desc::after {
    top: 20px;
    right: -20px;
    width: 90px;
    height: 90px;
  }

  .sec-ttl img {
    width: 180px;
  }

  .sec-txt {
    margin-top: 20px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .link-list {
    justify-content: center;
    gap: 20px;
    margin: 40px auto 0;
  }

  .link-list li {
    width: 97%;
  }

  .kiso a .arrow03,
  .jisen a .arrow03 {
    top: 20px;
  }

  .douwa a .arrow03 {
    top: 32px;
  }

  .link-list li a {
    outline: 3px solid rgba(0, 0, 0, 0.16);
    padding: 20px 10px;
    border-radius: 15px;
  }

  /* BRIGHT */

  .bright {
    padding: 0 0 60px;
  }

  .br-inner {
    padding: 30px 0 0;
    width: 90%;
    border-radius: 20px;
  }

  .br-contents {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
  }

  .waku-txt {
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 0 50px;
  }

  .br-ttl {
    flex-direction: column;
  }

  .br-ttl h3 {
    width: 50%;
  }

  .br-ttl p {
    text-align: center;
  }

  .br-pic {
    width: 280px;
    padding-right: 0px;
  }

  .bg-col::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 140px;
  }

  .br-btn a {
    border-radius: 0 0 20px 20px;
  }

  .br-btn .arrow04 {
    right: 5%;
  }




}


}


/* -------------------------------------------------------
会員サイトトップページ	loginページここまで
----------------------------------------------------------*/



/* -------------------------------------------------------
NEWS（一覧）	member_news,
NEWS（詳細）	memver_news_articleページここから
----------------------------------------------------------*/

#member_news,
#memver_news_article{

/*typography__common
-------------------------------------------*/

.main_contents {
  background: #fcf1e7; /*共通ではない*/
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: var(--f-m);
}

/* NEWS
-------------------------------------------------------------------------------*/

.p-news dl {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  max-width: 800px;
  margin: 100px auto 80px auto;
}

.p-news dl dt {
  width: 150px;
  font-size: 14px;
  font-weight: 500;
}

.p-news dl dd {
  width: calc(100% - 150px);
}

.p-news dl dt,
.p-news dl dd {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--chara-color-red);
}

.p-news dl dd:last-of-type,
.p-news dl dt:last-of-type {
  margin-bottom: 0;
}

.p-news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0px auto 80px auto;
}

.p-news ul li {
  margin-right: 20px;

}

.p-news ul li:not(.p-news ul li:first-child, .p-news ul li:last-child) {
  padding: 5px 10px;
  border-bottom: 4px solid transparent;
}

.p-news ul li:not(.p-news ul li:first-child, .p-news ul li:last-child):hover {
  border-bottom: 4px solid var(--chara-color-red);
  ;
}

.p-news ul li:first-child,
.p-news ul li:last-child {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: var(--chara-color-red);
  color: #fff;
  border-radius: 5px;
}

.p-news ul li:first-child a,
.p-news ul li:last-child a {
  width: 100%;
  height: 100%;
}

.p-news ul li:last-child {
  margin-right: 0px;
}

/* p-article
-------------------------------------------------------------------------------*/

.p-article {
  width: 95%;
  max-width: 1000px;
  margin: 100px auto;
}

.p-article article {
  width: 100%;
  padding: 80px 60px;
  border: 3px solid var(--chara-color-red);
  background: #fff;
}

.p-article article .date {
  margin-bottom: 20px;
}


.p-article article h1 {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 3px solid var(--chara-color-red);
}

.p-article .news_text {
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.p-article .news_text p {
  margin-bottom: 1em;
}

.p-article .news_text p:last-child {
  margin-bottom: 0;
}

.p-article .news_text p a {
  color: #0000ff;
  text-decoration: underline;

}

.p-article .news_text figure {
  margin: 60px auto;
}

.p-article .back_btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--chara-color-red);
  border-radius: 5px;
  margin: 60px auto 0 auto;
}

.p-article .back_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media only screen and (max-width : 1024px) {
  
}

@media only screen and (max-width : 767px) {


  .p-article {
    margin: 40px auto;
  }


  .p-news dl dt {
    padding-bottom: 0;
    margin-bottom: 12px;
    border-bottom: 0;
  }

  .p-news dl dt:last-of-type {
    margin-bottom: 12px;
  }

  .p-news dl dt,
  .p-news dl dd {
    width: 100%;
  }

  .p-article article .date {
    font-size: 14px;
  }

  .p-article article h1 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .p-article article {
    width: 100%;
    padding: 40px 20px;
    border: 3px solid var(--chara-color-red);
  }

  .p-article .news_text p {
    font-size: 14px;
  }

  .p-article .news_text figure {
    margin: 40px auto;
  }

  .p-article .back_btn {
    margin: 40px auto 0 auto;
  }

  .hero-inner {
    padding: 100px 0 20px;
    flex-direction: column;
  }

  .mv_ttl .sub_ttl img {
    width: auto;
    max-height: 15px;
  }
  
  .hero-ills {
    margin-top: 30px;
    width: 90%;
  }
  
  #hero .toTop_btn {
    width: 100px;
}


}


}

/* -------------------------------------------------------
NEWS（一覧）	member_news,
NEWS（詳細）	memver_news_articleページここまで
----------------------------------------------------------*/



/* -------------------------------------------------------
総会	soukaiページここから
----------------------------------------------------------*/

#soukai{


/*typography__common
-------------------------------------------*/

.main_contents {
  background: #fcf1e7; /*共通ではない*/
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: var(--f-m);
}

/* main
-----------------------------------------------*/


/*common(font-size,margin,padding等のセクション間隔を合わせ)*/

.soukai-theme {
  font-size:  var(--f-ll);
  margin-bottom: 60px;
}

.soukai {
    padding: 100px 0px;
}


/*個別*/

.soukai h2 {
  position: relative;
  font-size: var(--f-ll);
  margin-bottom: 1.5em;
  padding-left: calc(20px + 0.5em);
}

.soukai h2::before {
  content: "";
  width: 20px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 12px;
  background-color: var(--chara-color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.soukai-desc {
  padding-left: 1.5em;
  margin-bottom: 60px;
}

.soukai-desc li {
  list-style: disc;
}

/*表*/

.table-wrap {
  overflow-x: scroll;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

.table-wrap::-webkit-scrollbar {
  display: none;
}

.soukai-table {
  width: 100%;
  min-width: 880px;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}

.soukai-table th,
.soukai-table td {
  border: 1px solid #ccc;
}

.soukai-table th {
  background: var(--chara-color-blue);
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 8px 0px;
}

.soukai-table td {
  padding: 5px 10px;
}

.center {
  text-align: center;
  vertical-align: middle;
}

.center-left {
  text-align: left;
  vertical-align: middle;
}

.u-one-cell {
  text-align: right;
  margin-top: 10px;
}


.row-top td.u-dashed {
  border-bottom: none;
}

.row-top td.u-b-dashed {
  border-bottom: 1px dashed #ccc;
}

.row-bottom td {
  border-top: none;
}

.row-middle td {
  border-top: none;
  border-bottom: 1px dashed #ccc;
}

.meeting-date {
  border-right: 1px solid #ccc;
  width: 140px;
}

.meeting-title {
  text-align: left;
}

.u-text-rg {
  text-align:right;
}

td.u-cell-none {
  position: relative;
  padding: 0;
  border-top: none;
  border-bottom: none;
}

td.u-cell-none-top {
  border-bottom: none;
}

.u-cell-none::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height:1px;
  border-bottom: 1px dashed #ccc;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.icon-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: var(--chara-color-blue);
  border-radius: 100%;
  margin-left: .2em;
  transition: all 200ms ease;
}

.icon-triangle {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;

}

.detail-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease;
}

.detail-wrap:hover {
  opacity: 0.7;
}

.detail-wrap:hover .icon-btn {
  transform: scale(1.2);
}


/*クリッカブル*/

.clickable {
    position: relative;
}


/*swipeIcon*/

.swipeIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.swipeIconWrap {
    position: absolute;
    z-index: 3;
    width: 110px;
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
    top: 0;
    left: 50%;
    transform: translate(-10%, 100px);
    animation: swipe 2s ease infinite;
}

@keyframes swipe {
  0% {
    transform: translate(-10%, 100px);
    opacity: 1;
  }
  60% {
    transform: translate(-90%, 100px);
    opacity: 1;
  }
  80% {
    transform: translate(-90%, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(-10%, 100px);
    opacity: 0;
  }
}

.swipeIcon img {
    width: 100%;
    height: auto;
}


@media only screen and (max-width : 1140px) {


}


@media only screen and (max-width : 767px) {

:root {
  --f-ll: 21px;
  --f-l: 18px;
  --f-m: 16px;
  --f-s: 14px;
}

.soukai-theme {
  margin-bottom: 30px;
}

.soukai {
  padding: 60px 0px;
}

.soukai-desc {
  margin-bottom: 30px;
}

.soukai-table  {
  position: relative;
}

.soukai-table {
  width: 100%;
  min-width: 880px;
  background: #fff;
}

.detail-wrap:hover {
  opacity: 1;
}

.detail-wrap:hover .icon-btn {
  transform: scale(1);
}




}


}

/* -------------------------------------------------------
総会	soukaiページここまで
----------------------------------------------------------*/





/* -------------------------------------------------------
協議会規程	regulationページここから
----------------------------------------------------------*/

#regulation{




main{
  background: #fcf1e7;
  font-size: 18px;
  line-height: 28px;
  color: #3a3737;
}

.inner{
  width: 90%;
  max-width: 1000px;
}

.btn-box{
}

.btn{
  padding-top: 60px;
  gap: 15%;
  justify-content: center;
  transition: all 0.2s ease;
}
.btn > div{
  width: 20%;
  max-width: 220px;
  background: #ed7971;
  border-radius: 30px;
  color: #fff;
}
.btn p{
  font-size: 22px;
  padding: 10px 0;
  text-align: center;
}

.btn a:hover{
  opacity: 0.5;
}


.society-r,
.membership-f,
.operational-g{
  background: #fff;
  border-radius: 30px;
  padding: 0px 80px 60px;
}

h3{
  font-size: 26px;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 80px;
  font-weight: 600;
}
#society-r div div,
#operational-g div div{
  display: flex;
  margin-top: 16px;
}
h4{
  display: block;
  font-weight: 600;
  width: 10%;
}
#society-r div p,
#membership-f div p,
#operational-g div p{
  display: block;
  width: 90%;
}
ol{
  list-style-type: decimal;
  width: 100%;
  padding-left: 12%;
}
ol li{
  margin-top: 4px;
}


.mr{
  list-style: none;
  counter-reset: li;
  margin-left: 0;
  margin-top: 0;
  width: 90%;
  padding-left: 0;
}
.mr li{
  position: relative;
  font-size: 18px;
  padding-left: 1.2em;
}
.mr li::before{
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  border: 1px solid #3a3737;
}

.mr li:nth-of-type(1){
  margin-top: 0px;
}

.ol-i{
  padding-left: 22px;
}

.pt_32{
  padding-top: 32px;
}
.operational-g .pt_32{
  padding-top: 16px;
}

h2{
  font-size: 30px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.society-r h3:nth-of-type(1){
  padding-top: 60px;
}

section>div>p{
  padding-top: 32px;
}


#society-r,
#membership-f,
#operational-g{
  padding-top: 140px;
  margin-top: -80px;
  scroll-behavior: smooth;
}
#operational-g{
  margin-bottom: 80px;
}



.ol-irh{
  padding-top: 16px;
  padding-left: 18px;
  list-style: none;
  width: 100%;
}

.ol-irh li {
  position: relative;
  padding-left: 2.5em; /* （イ）分の余白 */
}

.ol-irh li::before {
  position: absolute;
  left: 0;
  top: 0;
}

.ol-irh li:nth-child(1)::before {
  content: "（イ）";
}

.ol-irh li:nth-child(2)::before {
  content: "（ロ）";
}

.ol-irh li:nth-child(3)::before {
  content: "（ハ）";
}


dl{
  margin-top: 16px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
dl div{
  display: flex;
  width: 100%;
}
dt{
  width: 60%;
  font-weight: 500;
  padding: 8px;
  border-bottom: 1px solid #999999;
  background: #f1f0f0;

}
dd{
  width: 40%;
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #999999;

}


@media only screen and (max-width : 1140px) {
  h4{
    width: 15%;
  }
#society-r div p,
#membership-f div p,
#operational-g div p{
  width: 85%;
}
  ol{
    padding-left: 18%;
  }


dt{
  width: 70%;
}
dd{
  width: 30%;
}

}


@media only screen and (max-width : 767px) {


  /* ボタン */

.society-r,
.membership-f,
.operational-g{
  border-radius: 10px;
  padding: 10px 20px 30px;
}

  .btn{
    padding-top: 40px;
    gap: 8%;
  }
  .btn p{
    font-size: 18px;
  }
  .btn > div{
    width: 40%;
  }

  h3{
    font-size: 22px;
    padding-top: 30px;
  }

#society-r div div,
#operational-g div div{
  flex-direction: column;
}

h4{
  width: 100%;
}
#society-r div p,
#membership-f div p,
#operational-g div p{
  width: 100%;
}
ol{
  padding-left: 22px;
}
.mr{
  width: 100%;
}
.ol-i{
  width: 100%;
}
.pt_32{
  padding-top: 16px;
}

h2{
  font-size: 22px;
  padding-top: 32px;
  margin-bottom: 0;
}

.ol-irh{
  padding-left: 0;
}

dl div{
  display: flex;
  flex-direction: column;
}
dt{
  width: 100%;
  background: #f1f0f0;
  border-bottom: none;
}
dd{
  width: 100%;
  text-align: right;
  padding-right: 16px;
  padding: 16px 8px;
}
#society-r,
#membership-f,
#operational-g{
  padding-top: 120px;
  margin-top: -80px;
}

}


}

/* -------------------------------------------------------
協議会規程	regulationページここまで
----------------------------------------------------------*/

/* -------------------------------------------------------
記念講演	special-lectureページここから
----------------------------------------------------------*/

#special-lecture{




.sl-area {
  background: #f5eade;
  padding: 100px 0;
}

h2.sec-ttl {
  position: relative;
  font-size: 32px;
  padding-left: calc(20px + 0.5em);
}

h2.sec-ttl::before {
  content: "";
  width: 20px;
  height: 6px;
  position: absolute;
  background-color: #87b3e1;
  top: 18px;
  left: 0;
}

.sec-txt {
  margin-top: 50px;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.lec-list {
  margin-top: 80px;
}

.lec-list li {
  background-color: #fff;
  border: 3px solid #87b3e1;
}

.lec-list li+li {
  margin-top: -3px;
}

li.lec-head .lec-desc {
  background-color: #87b3e1;
  border: 3px solid #87b3e1;
}

.lec-head .lec-desc p {
  color: #fff;
}

.lec-desc p {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.lec-head .h-day {
  padding: 16px 20px;
  font-weight: 500;
}

.h-day {
  font-weight: 400;
  flex-basis: 20%;
  padding: 40px 20px 40px 30px;
}

.lec-head .h-theme {
  padding: 16px 20px;
  font-weight: 500;
}

.h-theme {
  flex-basis: 53%;
  padding: 40px 20px;
}

.lec-head .h-speaker {
  flex-basis: 27%;
  padding: 16px 20px;
  font-weight: 500;
}

.h-speaker {
  font-weight: 400;
  flex-basis: 27%;
  padding: 40px 20px;
}

.lec-content {
  margin: 0 30px;
  padding: 40px 0;
  border-top: 3px solid #87b3e1;
  display: none;
}

.lec-content p {
  font-size: 21px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}

.lec-content p span {
  /* color: #fa0002; */
  /* margin: 30px 0; */
  line-height: 3;
}

.lec-content p + p {
  margin-top: 50px;
}

/* プロフィールここから */
.lec-profile{
  display: flex;
  gap: 3%;
  margin-bottom: 30px;
}
.lec-profile p{
  font-size: 18px;
  line-height: 1.5;
}
.lec-profile li{
  border: none;
}
.lec-profile li:nth-of-type(1){
  width: 30%;
}
.lec-profile li:nth-of-type(2){
  width: 67%;
}
.lec-profile img{
  width: 100%;
}
/* プロフィールここまで */

.lec-btn {
  display: flex;
  justify-content: flex-end;
  margin: 20px 30px 30px 0;
}

.lec-btn p {
  border-radius: 5px;
  padding: 8px 20px;
  cursor: pointer;
  position: relative;
  width: 200px;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #87b3e1;
  color: #fff;
  text-align: center;
  transition: 0.3s all;
}

.lec-btn p::after {
  position: absolute;
  content: '';
  top: 17px;
  right: 13px;
  bottom: 0;
  width: 20px;
  height: 14px;
  background-image: url("../img/special-lecture/sl02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.lec-btn.active p::after {
  transform: rotate(180deg);
}

.lec-btn p:hover {
  opacity: 0.7;
}

@media only screen and (max-width : 1000px) {
  
.lec-profile li:nth-of-type(1){
  width: 45%;
}
.lec-profile li:nth-of-type(2){
  width: 52%;
}


}



@media only screen and (max-width : 767px) {

  .sl-area {
    padding: 60px 0 80px;
  }

  h2.sec-ttl {
    font-size: 21px;
  }

  h2.sec-ttl::before {
    top: 11px;
  }

  .sec-txt {
    margin-top: 30px;
    font-size: 16px;
}

.lec-list {
  margin-top: 40px;
}

  .lec-desc {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .lec-desc p {
    font-size: 16px;
  }

  .h-day {
    padding: 20px;
  }

  .h-theme {
    padding: 0px 20px;
  }

  .lec-head .h-theme {
    border-top: 1px solid #fff;

  }

  .h-speaker {
    padding: 15px 20px;
  }

  .lec-head .h-speaker {
    border-top: 1px solid #fff;

  }

  .lec-content p {
    font-size: 16px;
  }

  .lec-content p + p {
    margin-top: 30px;
  }

  .lec-content {
    margin: 0 20px;
    padding: 30px 0;
    border-top: 2px solid #87b3e1;
}


.lec-profile{
  flex-direction: column;
  gap: 0;
  margin-bottom: 30px;
}
.lec-profile p{
  font-size: 14px;
}
.lec-profile li:nth-of-type(1){
  width: 100%;
}
.lec-profile li:nth-of-type(2){
  width: 100%;
}


  .lec-btn {
    display: flex;
    justify-content: flex-end;
    margin: 10px 20px 20px 0;
  }

  .lec-btn p {
    font-size: 16px;
  }

  .lec-btn p::after {
    top: 14px;
  }

}


}

/* -------------------------------------------------------
記念講演	special-lectureページここまで
----------------------------------------------------------*/





/* -------------------------------------------------------
実践研修会 基礎研修会 人権・同和問題啓発セミナー	training-sessionページここまで
----------------------------------------------------------*/

#training-session01,
#training-session02,
#training-session03{



/* html {
  overflow: auto;
} */

/* body {
} */

.ts-area {
  background: #f5eade;
  overflow: hidden;
}

.ts-shape {
  position: relative;
}

.shape01 {
  position: absolute;
  width: 20%;
  left: -20px;
  top: 350px;
}

.track-record .shape01 {
  top: 800px;
}

.basics .shape01 {
  top: 820px;
}

.seminar .shape01 {
  top: 620px;
}

.shape02 {
  position: absolute;
  width: 23%;
  right: -30px;
  top: 200px;
}

.ts-inner {
  padding: 70px 0 160px;
  position: relative;
}

.ts-lead {
  justify-content: space-between;
  gap: 40px;
  position: relative;
}

.ts-desc {
  width: 50%;
  /* margin-top: 5%; */
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.ts-desc p:not(:last-child) {
  margin-bottom: 1em;
}

.ts-pic {
  width: calc(50% - 40px);
}

.ts-info {
  margin-top: 100px;
  background: #fff;
  border-radius: 20px;
  padding: 70px 30px;
}

.detail-area {
  width: 80%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-top: 10%;
  border-radius: 20px;
}

.track-record .detail-area {
  width: 800px;
}

.detail-area dl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.detail-area dl dt {
  display: grid;
  width: 140px;
  font-weight: normal;
  place-items: center;
  border-radius: 5px; 
  color: #fff;
}
  .track-record .detail-area dl dt {
    background: #ed7971;
  }

  .basics .detail-area dl dt {
    background: #42b9bb;
  }

  .seminar .detail-area dl dt {
    background: #ef7431;
  }

.detail-area dl > dd,
.detail-area dl > div {
  width: calc((100% - 140px) - 20px);
}

.detail-area dl > dd:not(:last-of-type),
.detail-area dl > dt:not(:last-of-type) {
  margin-bottom: 1em;
}

.detail-area dl > div dd {
  text-indent: -.5em;
  padding-left: .5em;
}

.attention {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 2em;
  font-size: 18px;
}

h2.info-ttl {
  font-size: 38px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
  justify-content: center;
}

h2.jisen-ttl {
  color: #ed7971;
}

h2.kiso-ttl {
  color: #42b9bb;
}

h2.jinken-ttl {
  color: #ef7431;
}


.info-ttl::before,
.info-ttl::after {
  content: "";
  width: 35px;
}

.jisen-ttl::before,
.jisen-ttl::after {
  border-top: 5px solid #ed7971;
}

.kiso-ttl::before,
.kiso-ttl::after {
  border-top: 5px solid #42b9bb;
}

.jinken-ttl::before,
.jinken-ttl::after {
  border-top: 5px solid #ef7431;
}

.info-ttl::before {
  margin-right: 20px;
  margin-top: 5px;
}

.info-ttl::after {
  margin-left: 20px;
  margin-top: 5px;
}

.info-list li {
  text-align: center;
}

.info-list li a {
  font-size: calc(1.25vw + 1.5rem);
  line-height: 2;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ababab;
  padding: 0 60px 10px 20px;
  font-feature-settings: "palt";
  position: relative;
}

.info-list li a:hover {
  opacity: 0.7;
}

.info-list li a::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 3px #221e1e;
  border-right: solid 3px #221e1e;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 25px;
}



@media only screen and (max-width : 1200px) {

  .shape01 {
    width: 25%;
    left: -30px;
    top: 300px;
  }

  .shape02 {
    width: 28%;
    right: -50px;
  }

  .ts-desc {
    margin-top: 10px;
  }
  .ts-desc{
    font-size: 22px;
  }
}

@media only screen and (max-width : 1000px) {
  .info-list li a::after {
    width: 16px;
    height: 16px;
    top: 20px;
  }
  .ts-desc,
  .detail-area{
    font-size: 20px;
  }
  
}

@media only screen and (max-width : 767px) {

  .mv_ttl h1{
    font-size: clamp(16px, 3.8vw, 56px);
  }
  .mv_ttl .page-ttl-bg{
    font-size: clamp(20px, 6vw, 28px);
  }
  .mv-left{
    width: 16%;
    top: 24px;
  }
  .mv-right{
    width: 16%;
    top: 24px;
  }
  .shape01 {
    width: 48%;
    left: -50px;
    top: 480px;
  }

  .track-record .shape01 {
    top: 1050px;
  }

.basics .shape01 {
    top: 1150px;
  }

.seminar .shape01 {
    top: 820px;
  }

  .shape02 {
    width: 40%;
    top: 150px;
  }


  .ts-inner {
    padding: 50px 0 80px;
  }

  .ts-lead {
    flex-direction: column;
    gap: 30px;
  }

  .ts-desc {
    width: 100%;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
  }

  .ts-pic {
    width: 100%;
  }

  .ts-info {
    margin-top: 50px;
    padding: 30px 20px;
  }

  h2.info-ttl {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
  }
.jisen-ttl::before,
.jisen-ttl::after {
  border-top: 3px solid #ed7971;
}

.kiso-ttl::before,
.kiso-ttl::after {
  border-top: 3px solid #42b9bb;
}

.jinken-ttl::before,
.jinken-ttl::after {
  border-top: 3px solid #ef7431;
}


  .info-ttl::before {
    margin-right: 10px;
    margin-top: 2px;
  }

  .info-ttl::after {
    margin-left: 10px;
    margin-top: 2px;
  }

  .info-list li a {
    font-size: calc(0.25vw + 1.3rem);
    padding: 0 2% 10px;
  }

  .info-list li a::after {
    width: 12px;
    height: 12px;
    top: 12px;
    right: -10px;
  }

  .detail-area {
    width: 100%;
    margin-top: 5%;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
  }

  .track-record .detail-area {
    width: 100%;;
  }


  .detail-area dl dt {
    width: 100%;
  }

  .detail-area dl > dd {
    margin-bottom: 1em;
  }

  .detail-area dl > dt:last-of-type {
      margin-bottom: 1em;  
  }


  .detail-area dl > dd,
  .detail-area dl > div {
    width: 100%;
  }

  .detail-area dl > div dd {
    text-indent: -1em;
    padding-left: 1em;
  }

  .attention{
    font-size: 16px;
  }

}

@media only screen and (max-width : 500px) {

  .ts-info {
    padding: 30px 15px;
  }

  .info-list li a {
    font-size: 16px;
    padding: 0 2% 10px;
  }

  .info-list li a::after {
    width: 10px;
    height: 10px;
    border-top: solid 2px #221e1e;
    border-right: solid 2px #221e1e;
    top: 8px;
    right: -10px;
  }
}




}



/* -------------------------------------------------------
実践研修会 基礎研修会 人権・同和問題啓発セミナー	training-sessionページここまで
----------------------------------------------------------*/


/* -------------------------------------------------------
研修会フォーム	セミナーフォーム tapplication-formページまとめて　ここから
----------------------------------------------------------*/

#application-form,
#application-form-index_confilm,
#application-form-index_complete,
#application-form02,
#application-form-index02_confilm,
#application-form-index02_complete{



.mv_ttl h1 span {
  display: flex;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  align-items: center;
  justify-content: center;
}

.mv_ttl h1 span::before,
.mv_ttl h1 span::after {
  content: '';
  flex-grow: 0.04;
  height: 3px;
  background: #000;
}

.mv_ttl h1 span::before {
  margin-right: 10px;
}

.mv_ttl h1 span::after {
  margin-left: 10px;
}

.af01 {
  background: #fcf1e7;
  padding: 100px 0;
  border-bottom: 2px solid #ed7971;
}

.form-seminar .af01 {
  border-bottom: 2px solid #ef7431;
}

.event-sum {
  background: #fff;
  border-radius: 30px;
  padding: 7% 4%;
}

h2.sum-ttl {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  border-bottom: 5px solid #ed7971;
  padding-bottom: 20px;
}

.form-seminar h2.sum-ttl {
  border-bottom: 5px solid #ef7431;
}

.sum-txt {
  margin-top: 60px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 400;
  text-align: justify;
}

.sum-info {
  margin-top: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.sum-info dt,
.sum-info dd {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 400;
}

.sum-info dt {
  width: 18%;
}

.sum-info dd {
  width: 82%;
}

.sum-info .add {
  margin-left: 18%;
  margin-top: 0;
}

.event-detail {
  padding: 50px 0;
  flex-wrap: wrap;
}

.event-app {
  margin-top: 20px;
}

.item-ttl,
.item-txt {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.item-ttl {
  width: 15%;
  color: #ed7971;
}

.form-seminar .item-ttl {
  color: #ef7431;
}

.item-txt {
  width: 85%;
}

.event-day,
.event-doc {
  border-top: dashed 2px #ed7971;
}

.form-seminar .event-day,
.form-seminar .event-doc {
  border-top: dashed 2px #ef7431;
}


.day-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.day-flex p {
  width: 48%;
  margin-top: 30px;
}

.day-flex p:first-child,
.day-flex p:nth-child(2) {
  margin-top: 0;
}

.doc-flex {
  gap: 60px;
}

.dl-btn {
  display: block;
  padding: 20px 20px 20px 70px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background: #ed7971;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.form-seminar .dl-btn {
  background: #ef7431;
}

.dl-btn:hover {
  opacity: .7;
}

.dl-btn::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  width: 32px;
  height: 40px;
  background-image: url('../img/application-form/af02.png');
  background-size: contain;
  background-repeat: no-repeat;
}

/* フォーム */

.event-form {
  padding: 100px 0;
  border-bottom: 1px solid #000;
}

h2.apply-ttl {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.apply-info {
  gap: 12%;
  margin-top: 40px;
}

.apply-info li p {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.apply-info li p:first-child {
  padding-right: 30px;
  border-right: 1px solid #000;
}

.apply-info li p:nth-child(2) {
  padding-left: 30px;
}

.form-regi {
  margin-top: 100px;
}

h3.regi-ttl {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding-left: 60px;
  display: flex;
  align-items: center;
}

h3.regi-ttl::after {
  border-top: 5px solid #ed7971;
  content: "";
  flex-grow: 1;
  margin-left: 10px;
}

.form-seminar h3.regi-ttl::after {
  border-top: 5px solid #ef7431;
}


.regi-ttl span {
  display: inline-block;
  position: relative;
}

.regi-ttl span::before,
.regi-ttl span::after {
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.regi-ttl span::before {
  left: -58px;
  width: 35px;
  height: 26px;
  background: #ed7971;
}

.form-seminar .regi-ttl span::before {
  background: #ef7431;
}


.regi-ttl span::after {
  left: -23px;
  width: 13px;
  height: 13px;
  border: 13px solid transparent;
  border-left: 13px solid #ed7971;
}

.form-seminar .regi-ttl span::after {
  border-left: 13px solid #ef7431;
}

.regi-txt {
  margin-top: 60px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: 400;
  background: #fcf1e7;
  border-radius: 30px;
  padding: 4%;
}

.regi-txt li {
  list-style-type: disc;
  margin-left: 24px;
}


.regi-txt a {
  color: #0000ff;
  border-bottom: 1px solid #0000ff;
}

/*-------------------------------------------
入力フォーム
-------------------------------------------*/

#form .form-flex {
  margin-top: 60px;
  gap: 25px;
  align-items: end;
  flex-wrap: wrap;
}


#form label {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#form .required::after {
  position: absolute;
  content: '必須';
  color: #fff;
  background: #ed7971;
  font-size: 0.8em;
  font-weight: 400;
  padding: 0.1em 1em;
  border-radius: 5px;
  right: 40px;
  top: 2px;
}

.form-seminar #form .required::after {
  background: #ef7431;
}

#form input {
  margin-top: 8px;
  display: block;
  border: 1px solid #dddddd;
  height: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.8em;
}

#form .form-name input {
  width: 200px;
}

#form .form-dept input {
  width: 240px;
}

#form .form-age div select {
  width: 150px;
}

.form-opt {
  position: relative;
}

.form-opt:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 14px;
  height: 8px;
  background: url('../img/application-form/af06.png') 0 0 no-repeat;
  background-size: contain;
}

.dropdown {
  margin-top: 8px;
  display: block;
  border: 1px solid #dddddd;
  height: 40px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 10px;
}

#form .form-first-choice div select,
#form .form-second-choice div select {
  width: 200px;
}

.form-seminar #form .form-first-choice div select,
.form-seminar #form .form-second-choice div select {
  width: 300px;
}

#form .form-first-choice .required:after,
#form .form-second-choice .required:after {
  right: 40px;
}

.form-seminar #form .form-first-choice .required:after {
  right: auto;
  margin-left: 16px;
}


.add-btn button {
  background-color: #ed7971;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.form-seminar .add-btn button {
  background-color: #ef7431;
}

.add-btn button:hover {
  opacity: .7;
}

.appli-ttl {
  margin-top: 40px;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.appli-list {
  margin-top: 40px;
}

.appli-list .appli-item {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.appli-list .appli-item+.appli-item {
  margin-top: 30px;
}

.appli-info {
  flex-wrap: wrap;
  gap: 20px 0px;
  width: 90%;
}

.appli-info li {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-right: 1px solid #000;
  text-align: center;
}


.appli-info li:nth-of-type(1) {
  width: 10%;
  min-width: 100px;
  text-align: left;
}

.appli-info li:nth-of-type(2) {
  width: 22%;
  min-width: 227px;
}

.appli-info li:nth-of-type(3) {
  width: 12%;
  min-width: 110px;
}

.appli-info li:nth-of-type(4),
.appli-info li:nth-of-type(5) {
  width: 24%;
  min-width: 230px;
}

.appli-info li:nth-of-type(5) {
  border-right: none;
}

.form-seminar .appli-info li:nth-of-type(2) {
  margin-right: 5%;
}

.form-seminar .appli-info li:nth-of-type(3) {
  width: 68%;
  max-width: 320px;
  border-right: none;
  text-align: left;
}


/* -------------------
セミナーフォーム
-------------------- */

.seminar-form-box{
  gap: 3%;
  width: 90%;
}
#form .seminar-form-box .form-dept input{
  width: 300px;
}
#form .seminar-add-btn-box{
  width: 100%;
  text-align: right;
}

.seminar-course-ttl{
  width: 100%;
}
#form .seminar-course-ttl .required::after{
  right: auto;
  left: 116px;
}

/* チェックボックス */
#form .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
  width: 100%;
  margin-top: 8px;
}
#form .checkbox-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 30%;
  min-width: 180px;
  font-size: 18px;
}
#form .checkbox-group input{
  height: 20px;
}
#form .checkbox-group input[type="checkbox"] {
  flex-shrink: 0;
}





/* セミナー受講者 */

.seminar-item{
  padding: 60px 0;
  border-bottom: dashed 2px #ef7431;
  flex-wrap: wrap;
  width: 100%;
}

.seminar-info{
  display: inline-block;
  line-height: 1.3;
  height: 22px;
  border-right: 1px solid #000;
}
.seminar-info01{
  width: 18%;
}
.seminar-info02{
  width: 30%;
  text-align: center;
}

.seminar-course-list li +li{
  margin-top: 16px;
}

.seminar-course{
  width: 42%;
  min-width: 278px;
}
.seminar-course div{
  margin: auto;
  text-align: center;
  max-width: 320px;
  width: 90%;
}
.seminar-course .flex{
  justify-content: space-between;
}
.seminar-course p{
  width: 120px;
}
.seminar-course ul{
  width: 180px;
}

.seminar-list .del-btn{
  width: 10%;
  min-width: 76px;
  text-align: right;
}

.form-seminar #form .form-flex{
  gap: 30px;
}

.appli-column{

}

/* 削除ボタン */


.del-btn button {
  border: 1px solid #000000;
  color: #000;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.del-btn button:hover {
  opacity: .7;
}

.form-btn-list {
  margin-top: 85px;
  gap: 6%;
  justify-content: center;
}

#form .form-btn-list input {
  margin-top: 0;
  height: auto;
  color: #fff;
  padding: 15px 50px;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 16px;
  border: none;
  transition: all 0.2s ease;
}

#form .form-btn-list input:hover {
  opacity: .7;
}

#form .confirm input {
  background-color: #ed7971;
}

.form-seminar #form .confirm input {
  background-color: #ef7431;
}

#form .edit input {
  background-color: #ed7971;
}

.form-seminar #form .edit input {
  background-color: #ef7431;
}


/* CSVアップロード */

#csv-up {
  margin-top: -100px;
  padding-top: 100px;
}

.csv-up {
  margin-top: 100px;
  border-top: 5px solid #ed7971;
}

.form-seminar .csv-up {
  border-top: 5px solid #ef7431;
}

.csv-ttl {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 70px;
}

.csv-ttl::before {
  content: "●";
  margin-right: 8px;
  font-size: 20px;
  line-height: 1;
  color: #ed7971;
}

.form-seminar .csv-ttl::before {
  color: #ef7431;
}

.csv-lead {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.step-list {
  margin-top: 70px;
}

.step-item {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  /* align-items: center; */
  gap: 5%;
}

.step-item+.step-item {
  margin-top: 25px;
}

.step-item span {
  display: block;
  min-width: 80px;
  width: 10%;
  height: 24px;
  line-height: 22px;
  background-color: #fbe3a1;
  border-radius: 12px;
  color: #000;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.step-item p {
  display: block;
  width: 100%;
}

.csv-btn-list-box{
  padding-bottom: 60px;
  border-bottom: dashed 2px #ef7431;
}

.csv-btn-list {
  gap: 5%;
  margin: 80px auto 0px;
}

.csv-list1{
  width: 90%;
  max-width: 640px;
  justify-content: space-between;
}

.csv-list2{
  width: 90%;
  max-width: 640px;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  /* border: dashed 2px #ef7431; */
  /* border-radius: 20px; */
  /* padding: 30px; */
  margin-top: 60px;
}

.csv_file{
  border: 2px solid #dddddd;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 60px 60px;
  width: 100%;
  text-align: center;
}
.csv_file p{
  font-size: 14px;
  padding-top: 20px;
  color: #787676;
}

.custom-file-input {
  font-size: 18px;
  color: #333;
}

.custom-file-input::file-selector-button {
  background: #898787;
  color: #fff;
  border: none;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 15px;
  transition: 0.3s;
}

.csv-btn {
  display: block;
  padding: 20px 40px 20px 90px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #ed7971;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

@media only screen and (max-width : 767px){
  .csv_file{
    padding: 30px 10px;
    /* border: none; */
    /* background: none; */
    border-radius: 10px;
  }
  .csv-list2{
    align-items: normal;
  }
  .csv-btn-list-box{
    padding-bottom: 40px;
  }
  .custom-file-input{
    font-size: 16px;
  }
  .csv_file p{
    font-size: 14px;
  }
  .custom-file-input::file-selector-button{
  margin-right: 5%;
  }
}
@media only screen and (max-width : 400px){
  .custom-file-input{
    font-size: 14px;
  }
  .custom-file-input::file-selector-button{
  margin-right: 3%;
  }
}


.form-seminar .csv-btn {
  /* background: #ef7431; */
  background: #ed7971;
}


.csv-btn:hover {
  opacity: .7;
}

.csv-btn::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 30px;
  width: 32px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.csv-btn-dl::before {
  background-image: url('../img/application-form/af03.png');
}

.csv-btn-mt,
.form-seminar .csv-btn-mt {
  color: #000;
  background: #fff;
  border: 2px solid #000;
  padding: 20px 20px 20px 60px;
}



.csv-btn-mt::before {
  left: 20px;
  background-image: url('../img/application-form/af05.png');
}

input[type="file"]:focus {
  outline: 0;
}

.csv-btn-up {
  display: block;
  padding: 20px 40px 20px 90px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #f6ae6a;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.form-seminar .csv-btn-up {
  /* background: #ed7971; */
  background: #ef7431;
}


.csv-btn-up:hover {
  opacity: .7;
}

.csv-btn-up::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 30px;
  width: 32px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/application-form/af04.png');
}

.csv-txt {
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* 完了ページ */
.application-form-index_complete .event-sum,
.application-form-index02_complete .event-sum,
.application-form-index_confilm .event-sum,
.application-form-index02_confilm  .event-sum{
  border-radius: 0;
  border: 1px solid #ed7971;
}

.application-form-index_complete h3,
.application-form-index02_complete h3,
.application-form-index_confilm h3,
.application-form-index02_confilm h3{
  font-size: 32px;
  color: #ed7971;
  text-align: center;
}

.complete-top-btn {
  display: block;
  margin: auto;
  margin-top: 60px;
  color: #fff;
  padding: 16px;
  border-radius: 10px;
  background: #ed7971;
  width: fit-content;
}

.complete-top-btn:hover {
  opacity: 0.8;
}



/* 確認画面ここから */


.af_index_confirm,
.af_index_confirm_02{
  font-size: 18px;
}

.af_index_confirm .event-sum,
.af_index_confirm_02 .event-sum{
  padding: 7% 4% 40px;
}

.af_index_confirm .sum-txt,
.af_index_confirm_02 .sum-txt{
  margin-top: 40px;
  margin-bottom: 40px;
}

.confirm_item {
  display: flex;
  /* background: #ecdfaf; */
  width: 100%;
  margin-bottom: 16px;
}

.confirm_item h4 {
  font-size: 22px;
  color: #fff;
  width: 160px;
  padding: 16px 0;
  text-align: center;
}

.confirm_item_ttl {
  background: #ed7971;
  border-radius: 10px;
  display: flex;
  align-items: center;

}

.confirm_item_txt {
  margin-left: 30px;
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #ed7971;
}

.confirm_item_txt .confirm_item_info {
  border-bottom: 1px solid #ed7971;
  padding: 16px 0;
  width: 100%;
  flex-wrap: wrap;
  line-height: 1.4;
}

.confirm_item_txt>ul>li:last-child .confirm_item_info {
  border-bottom: none;
}

.confirm_item:nth-of-type(4) .confirm_item_txt {
  border-bottom: none;
}

.confirm_item_info {
  align-items: center;
}
.af_index_confirm_02 .confirm_item_info{
  display: flex;
  align-items: flex-start;
}

.confirm_item_info>li {
  text-align: center;
}

.confirm_item_info>li:nth-of-type(1) {
  width: 20%;
  /* min-width: 130px; */
  text-align: left;
  border-right: 1px solid #000;
}

.confirm_item_info>li:nth-of-type(2) {
  width: 30%;
  /* min-width: 190px; */
  border-right: 1px solid #000;
  text-align: left;
  padding-left: 2%;
}

.confirm_item_info>li:nth-of-type(3) {
  width: 16%;
  /* min-width: 120px; */
  border-right: 1px solid #000;
}

.confirm_item_info>li:nth-of-type(4) {
  width: 32%;
  /* min-width: 286px; */
}
.af_index_confirm_02 .confirm_item_info>li:nth-of-type(1){
  width: 18%;
}
.af_index_confirm_02 .confirm_item_info>li:nth-of-type(2){
  width: 28%;
}
.af_index_confirm_02 .confirm_item_info>li:nth-of-type(4){
  width: 38%;
}



.print_btn_box{
  text-align: right;
}
.print_btn{
  display: inline-block;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    text-align: center;
    padding: 10px 30px;
    margin: 30px 0;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.confirm_btn_box{
  margin-top: 20px;
  gap: 8%;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
}

.confirm_btn_box li input{
  width: 100%;
}

.confirm_btn_box li:hover {
  opacity: .7;
}


@media only screen and (max-width : 1300px) {

  .item-ttl,
  .item-txt {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .step-item {
    flex-direction: column;
    align-items: start;
  }

  .step-item p {
    margin-top: 10px;
  }

  .apply-info li p:first-child {
    padding-right: 16px;
  }

  .apply-info li p:nth-child(2) {
    padding-left: 16px;
  }

  .apply-info {
    gap: 8%;
  }
}
@media only screen and (max-width : 1110px){


  .del-btn{
    width: 100%;
    margin-top: 0px;
    text-align: right;
  }
  .confirm_item_txt .confirm_item_info{
    /* flex-direction: column; */
    /* align-items: flex-start; */

  }
  .confirm_item_info>li:nth-of-type(1),
  .confirm_item_info>li:nth-of-type(2),
  .confirm_item_info>li:nth-of-type(3),
  .af_index_confirm_02 .confirm_item_info>li:nth-of-type(1),
  .af_index_confirm_02 .confirm_item_info>li:nth-of-type(2) {
    width: 100%;
    border-right: none;
    text-align: left;
  }
  .confirm_item_info>li:nth-of-type(2) {
    padding-left: 0;
  }
  
  .confirm_item_info>li:nth-of-type(4),
  .af_index_confirm_02 .confirm_item_info>li:nth-of-type(4){
    width: 100%;
    text-align: left;
  }

}
@media only screen and (max-width : 850px){
  .del-btn,
  .seminar-list .del-btn{
    width: 100%;
    text-align: right;
  }
  .seminar-list .del-btn{
    margin-top: 16px;
  }
  .seminar-course .flex{
    justify-content: start;
  }
}

@media only screen and (max-width : 768px) {

  .mv_ttl h1 span {
    font-size: 16px;
  }

  .mv_ttl h1 span::before,
  .mv_ttl h1 span::after {
    flex-grow: 0.1;
    height: 2px;
  }

  .mv_ttl h1 span::before {
    margin-right: 5px;
  }

  .mv_ttl h1 span::after {
    margin-left: 5px;
  }

  .mv-right {
    width: 16%;
    top: 24px;
  }

  .mv-left {
    width: 16%;
    top: 24px;
  }

  .af01 {
    padding: 60px 0 30px;
  }

  .event-sum {
    padding: 6% 5%;
    border-radius: 15px;
  }

  h2.sum-ttl {
    font-size: 24px;
    border-bottom: 3px solid #ed7971;
    padding-bottom: 10px;
  }

  .sum-txt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
  }

  .sum-info {
    margin-top: 10px;
    flex-direction: column;
    align-items: start;
  }

  .sum-info dt {
    width: 100%;
  }

  .sum-info dd {
    width: 100%;
    margin-top: 10px;
  }

  .sum-info dt,
  .sum-info dd {
    font-size: 16px;
    line-height: 1.5;
  }

  .sum-info .add {
    margin-left: 0;
  }

  .event-detail {
    padding: 30px 0;
    flex-direction: column;
  }

  .item-ttl,
  .item-txt {
    font-size: 20px;
    line-height: 1.5;
  }

  .item-ttl {
    width: 100%;
  }

  .item-txt {
    width: 100%;
  }

  .event-app .item-txt {
    margin-top: 10px;
  }

  .day-flex {
    flex-direction: column;
  }

  .day-flex p:first-child {
    margin-top: 10px;
  }

  .day-flex p:nth-child(2) {
    margin-top: 15px;
  }

  .day-flex p {
    width: 100%;
    margin-top: 15px;
  }

  .doc-flex {
    gap: 20px;
    flex-direction: column;
    margin-top: 16px;
  }

  /* フォーム */

  .event-form {
    padding: 60px 0;
  }

  h2.apply-ttl {
    font-size: 22px;
  }

  .apply-info {
    gap: 20px;
    margin-top: 30px;
    flex-direction: column;
  }

  .apply-info li p {
    font-size: 20px;
  }

  .appli-info {
    flex-wrap: wrap;
    gap: 10px 0px;
    width: 100%;
  }

  .appli-info li {
    text-align: left;
    border-right: none;
  }

  .appli-info li:nth-of-type(1),
  .appli-info li:nth-of-type(2),
  .appli-info li:nth-of-type(3),
  .appli-info li:nth-of-type(4),
  .appli-info li:nth-of-type(5) {
    width: 100%;
  }

  .form-regi {
    margin-top: 40px;
  }

  h3.regi-ttl {
    font-size: 18px;
    padding-left: 25px;
    letter-spacing: 0.05em;
  }

  h3.regi-ttl::after {
    border-top: 3px solid #ed7971;
    margin-left: 5px;
  }

  .regi-ttl span::before,
  .regi-ttl span::after {
    top: 2px;
  }

  .regi-ttl span::before {
    left: -25px;
    width: 10px;
    height: 20px;
  }

  .regi-ttl span::after {
    left: -15px;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 10px solid #ed7971;
  }

  .regi-txt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
  }

  /*-------------------------------------------
入力フォーム
-------------------------------------------*/

  #form .form-flex {
    margin-top: 30px;
    gap: 20px;
  }

  #form label {
    font-size: 15px;
  }

  #form .required::after {
    /* right: 60px; */
  }

  .add-btn button {
    padding: 8px 20px;
  }

  /* #form .form-first-choice .required:after {
    right: 95px;
  } */

  .form-seminar #form .form-first-choice div select,
  .form-seminar #form .form-second-choice div select {
    width: 242px;
  }


  .appli-ttl {
    font-size: 20px;
  }

  .appli-list {
    margin-top: 30px;
  }

  .appli-list .appli-item {
    gap: 15px;
  }

  .dl-btn {
    text-align: center;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 16px;
  }

  .dl-btn::before {
    left: 30px;
    width: 26px;
  }

  .del-btn button {
    padding: 5px 20px;
  }

  .form-btn-list {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }

  #form .form-btn-list input {
    text-align: center;
    width: 100%;
    padding: 15px 0px;
    font-size: 16px;
    border-radius: 12px;
  }


  /* セミナーフォーム */

  .seminar-item{
    padding: 30px 0;
  }
  .seminar-info01,
  .seminar-info02{
    width: 100%;
    border-right: none;
  }
  .seminar-info02{
    text-align: left;
    margin-top: 16px;
  }
  .seminar-course{
    width: 100%;
  }
  .seminar-course div{
    margin-left: 0;
    margin-right: auto;
    margin-top: 16px;
    width: 100%;
    max-width: 400px;
  }
  .seminar-course p{
    width: fit-content;
  }
  /* .del-btn{
    margin-top: 16px;
  } */

  /* CSVアップロード */

  #csv-up {
    margin-top: -50px;
    padding-top: 50px;
  }

  .csv-up {
    margin-top: 60px;
    border-top: 3px solid #ed7971;
  }

  .csv-ttl {
    font-size: 20px;
    margin-top: 40px;
  }

  .csv-ttl::before {
    margin-right: 5px;
    font-size: 16px;
  }

  .csv-lead {
    margin-top: 15px;
    font-size: 16px;
  }

  .step-list {
    margin-top: 40px;
  }

  .step-item {
    font-size: 16px;
  }

  .step-item+.step-item {
    margin-top: 25px;
  }

  .csv-btn-list {
    gap: 20px;
    margin-top: 40px;
    flex-direction: column;
  }

  .csv-btn {
    padding: 20px 0;
    border-radius: 12px;
    font-size: 16px;
    text-align: center;
  }

  .csv-btn-up {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-radius: 12px;
    font-size: 16px;
  }

  .csv-btn-mt::before {
    left: 28px;
  }

  .csv-txt {
    margin-top: 30px;
    font-size: 15px;
  }

  .application-form-index_confilm h3,
  .application-form-index02_confilm h3{
    font-size: clamp(18px, 4.5vw, 28px);
    text-align: left;
    margin-top: 30px;
    font-weight: 600;
  }

  .application-form-index_complete h3,
  .application-form-index02_complete h3{
    font-size: clamp(18px, 4.5vw, 28px);
    text-align: left;
    margin-top: 16px;
    font-weight: 600;
  }


  /* 確認画面ここから */
  .af_index_confirm .event-sum,
  .af_index_confirm_02 .event-sum {
    padding: 0 4%;
  }
  .af_index_confirm .sum-txt,
  .af_index_confirm_02 .sum-txt {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 1.4;
  }
  .confirm_item {
    flex-direction: column;
  }
  .confirm_item h4 {
    font-size: 18px;
    padding: 8px 0;
    width: 100%;
  }
  .confirm_item_txt {
    margin-left: 0px;
    font-size: 16px;
    border-bottom: none;
  }
  .confirm_item_txt .confirm_item_info {
    padding: 0px 0px 16px;
    margin-bottom: 16px;
  }
  .confirm_item_info li {
    line-height: 1.8;
  }
  .confirm_item_hope {
    text-align: left;
  }
  .confirm_item_ttl {
    border-radius: 6px;
  }
  .confirm_item_info>li:nth-of-type(1),
  .confirm_item_info>li:nth-of-type(2),
  .confirm_item_info>li:nth-of-type(3) {
    width: 100%;
    border-right: none;
    text-align: left;
  }
  .af_index_confirm_02 .confirm_item_info>li:nth-of-type(4) {
    text-align: left;
  }
  .confirm_item_txt>ul>li:last-child .confirm_item_info {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .af_index_confirm .sum-txt,
  .af_index_confirm_02 .sum-txt {
    letter-spacing: 0.01em;
  }
  .confirm_btn_box{
    align-items: center;
    gap: 20px;
  }
  .print_btn{
    font-size: 16px;
  }


/* セミナーフォーム用 */
.checkbox-group{
  /* background: #daebb8; */
  gap: 8px;
}
#form .checkbox-group label {
  width: 48%;
  min-width: auto;
}
  .form-seminar .day-flex{
    font-size: 18px;
  }
  .seminar-form-box{
    flex-wrap: wrap;
    gap: 16px;
  }
  #form .checkbox-group {
    gap: 4px 10px;
  }
  #form .checkbox-group input{
    margin-top: 0px;
  }
  .form-seminar #form .form-flex {
    gap: 16px;
  }

}

@media only screen and (max-width : 500px){
  .confirm_btn_box{
    margin-top: 0px;
    flex-direction: column;
  }
  
  #form .checkbox-group label {
    width: 100%;
    min-width: auto;
  }
}

@media only screen and (max-width : 441px){
  .regi-ttl span::before, .regi-ttl span::after{
    top: -22px;
  }

}



}


/* -------------------------------------------------------
研修会フォーム	セミナーフォーム tapplication-formページまとめて　ここまで
----------------------------------------------------------*/





/* -------------------------------------------------------
BRIGHT※新規	brightページ　ここまで
----------------------------------------------------------*/

#bright{


/*typography__common
-------------------------------------------*/

main {
  background: #fcf1e7; /*共通ではない*/
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: var(--f-m);
}

/* main
-----------------------------------------------*/



section > div{
  padding: 60px 0;
  font-size:  var(--f-m);
  background: #fff;
  border-radius: 30px;
}

.mainvisual>div{
  padding: 0;
}

.inner{
  margin: 100px auto;
}
.mainvisual{
  border-radius: 0;
}

/* .mv_ttl h1{
  color: #181d75;
} */
.mv_ttl .sub_ttl{
  font-size: clamp(12px, 1.4vw, 24px);
  color: #181d75;
}

h2 {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  font-size: var(--f-ll);
  margin-bottom: 1.5em;
  padding-left: calc(20px + 0.5em);
}

h2::before {
  content: "";
  width: 20px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 12px;
  background-color: var(--chara-color-green);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


h3{
  font-size: var(--f-l);
  margin-bottom: 8px;
  border-bottom: 2px solid #9dc815;
  margin-top: 1rem;
}

.p_big{
  font-size:  clamp(20px, 1.5vw, 22px);
  padding-bottom: 1rem;
}
.content{
  gap: 3%;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.content_l{
  width: 47%;
}
.content_r{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.green-box {
  background: var(--chara-color-green);
  color: #fff;
  padding: 2% 10%;
  border-radius: 4px;
  margin-top: 1rem;
}

.content_sub>div{
  width: 50%;
}

.youtube{
  margin-top: 16px;
  /* display: flex; */
}
.youtube p{
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
}
.youtube .btn{
  background: #FF0000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 10px;
  margin-top: 4px;
  display: block;
  width: 280px;
  text-align: center;
}
.contents_02_left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tb{
  display: none;
}

@media only screen and (max-width : 1114px) {
.pc{
  display: none;
}
.tb{
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.inner{
  margin: 60px auto;
}
section > div{
  padding: 40px 0;
  border-radius: 20px;
}
h2{
  margin-bottom: 16px;
}
.green-box {
  padding: 16px 32px;
}
.content_r{
  justify-content: flex-start;
}
.content_r p{
  font-size:  clamp(16px, 1.8vw, 22px);
}
.content_r .p_big{
  font-size:  clamp(20px, 2.5vw, 28px);
  padding-bottom: 1rem;
}
.p_big{
  padding-bottom: 0;
}
.contents_02_left{
  justify-content: start;
}
.youtube{
  text-align: center;
  margin: auto;
  margin-top: 20px;
}
.youtube .btn{
  margin: auto;
  margin-top: 8px;
}

}


@media only screen and (max-width : 767px) {
  
  .mainvisual {
    padding: 120px 0 50px;
}
  .inner{
    margin: 30px auto;
  }
  section > div{
    padding: 30px 0;
  }
p{
  font-size: 16px;
}
.mv_ttl h1 {
  font-size: clamp(22px, 2.8vw, 56px);
}
/* section {
  padding: 60px 0px;
} */

.mv-left {
  width: 20%;
  max-width: 150px;
  top: 0px;
}

.mv-right {
  width: 20%;
  max-width: 150px;
  top: 4px;
}

h2{
  font-size: clamp(22px, 3.8vw, 24px);
}
.h2_1::before{
  top: 25%;
}

.content_r p{
  font-size: 16px;
}

.content_r .p_big,
.p_big{
  font-size: 18px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p_big{
  padding-top: 0;
}

.content{
  flex-direction: column;
}
.content_l{
  width: 100%;
}
.content_r{
  width: 100%;
}
.green-box{
  font-size: clamp(14px, 2.8vw, 18px);
  padding: 16px;
}
.content_sub>div{
  width: 100%;
}
.content_sub img{
  margin-top: 16px;
}
.youtube{
  margin-top: 16px;
}

}

}



/* -------------------------------------------------------
BRIGHT※新規	brightページ　ここまで
----------------------------------------------------------*/


/* -------------------------------------------------------
同推協ニュースー（一覧）※リンク先はPDF	dousuikyou-newsページ　ここから
----------------------------------------------------------*/

#dousuikyou-news{




main{
  background: #fcf1e7;
  font-size: 18px;
  line-height: 28px;
  color: #3a3737;
}

.inner{
  width: 90%;
  max-width: 1000px;
}




/* NEWS
-------------------------------------------------------------------------------*/

.description{
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 60px;
  border: 12px solid var(--chara-color-orange);
  padding: 40px 60px 40px 70px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  font-size: 20px;
  /* color: #181d75; */
  letter-spacing: 0.01em;
  line-height: 1.5;
  box-shadow: 5px 5px 5px #3a373752;
}
.description p span{
  font-size: 18px;
  /* color: #181d75; */
}
.nijimaru{
  display: block;
  position: absolute;
  bottom: -60px;
  left: -8%;
  width: 15%;
  max-width: 180px;
}
.sun{
  display: block;
  position: absolute;
  top: -60px;
  right: -60px;
  width: 130px;
}


.p-news{
  background: #fff;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 30px 0;
  margin: 60px auto;
  border-radius: 30px;
}
/* .op_link{
  background: #fff;
} */



.p-news dl {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 800px;
  margin: 60px auto 80px auto;
}

.p-news dl dt {
  width: 150px;
  font-size: 14px;
  font-weight: 500;
}

.p-news dl dd {
  width: calc(100% - 150px);
}

.p-news dl dt,
.p-news dl dd {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--chara-color-orange);
}

.p-news dl dd:last-of-type,
.p-news dl dt:last-of-type {
  margin-bottom: 0;
}

.p-news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0px auto 80px auto;
}

.p-news ul li {
  margin-right: 20px;

}

.p-news ul li:not(.p-news ul li:first-child, .p-news ul li:last-child) {
  padding: 5px 10px;
  border-bottom: 4px solid transparent;
}

.p-news ul li:first-child,
.p-news ul li:last-child {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: var(--chara-color-orange);
  border-radius: 5px;
}

.p-news ul li:first-child a,
.p-news ul li:last-child a {
  width: 100%;
  height: 100%;
}

.p-news ul li:last-child {
  margin-right: 0px;
}

/* p-article
-------------------------------------------------------------------------------*/

.p-article {
  width: 95%;
  max-width: 1000px;
  margin: 100px auto;
}

.p-article article {
  width: 100%;
  padding: 80px 60px;
  border: 3px solid var(--chara-color-purple);
}

.p-article article .date {
  margin-bottom: 20px;
}


.p-article article h1 {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 3px solid var(--chara-color-purple);
}

.p-article .news_text {
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.p-article .news_text p {
  margin-bottom: 1em;
}

.p-article .news_text p:last-child {
  margin-bottom: 0;
}

.p-article .news_text p a {
  color: #0000ff;
  text-decoration: underline;

}

.p-article .news_text figure {
  margin: 60px auto;
}

.p-article .back_btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--chara-color-purple);
  border-radius: 5px;
  margin: 60px auto 0 auto;
}

.p-article .back_btn a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 数字ホバー */
.p-news ul li:not(.p-news ul li:first-child, .p-news ul li:last-child):hover {
  border-bottom: 4px solid var(--chara-color-orange);
  ;
}

@media only screen and (max-width : 1130px) {
  .nijimaru{
    bottom: -60px;
    left: -5%;
    width: 120px;
  }
  .sun{
    top: -50px;
    right: -50px;
    width: 100px;
  }
}

@media only screen and (max-width : 767px) {

  .description{
    margin: 40px auto 30px;
    padding: 30px 20px 50px;
    font-size: 16px;
    border-radius: 20px;
  }
  .description p span{
    font-size: 16px;
  }
  .nijimaru{
    bottom: -50px;
    left: -20px;
    width: 90px;
  }
  .sun{
    top: -30px;
    right: -20px;
    width: 80px;
  }

  .p-news{
    border-radius: 20px;
  }
  .p-news dl {
    margin: 0px auto 0px auto;
  }

  .p-news ul {
    margin: 0px auto 10px auto;
    /* padding: 0 10px; */
  }
  .p-news ul li{
    margin-right: 10px;
  }
  .p-article {
    margin: 40px auto;
  }


  .p-news dl dt {
    padding-bottom: 0;
    margin-bottom: 12px;
    border-bottom: 0;
  }

  .p-news dl dt:last-of-type {
    margin-bottom: 12px;
  }

  .p-news dl dt,
  .p-news dl dd {
    width: 100%;
  }

  .p-article article .date {
    font-size: 14px;
  }

  .p-article article h1 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .p-article article {
    width: 100%;
    padding: 40px 20px;
    border: 3px solid var(--chara-color-purple);
  }

  .p-article .news_text p {
    font-size: 14px;
  }

  .p-article .news_text figure {
    margin: 40px auto;
  }

  .p-article .back_btn {
    margin: 40px auto 0 auto;
  }

  .hero-inner {
    padding: 100px 0 20px;
    flex-direction: column;
  }

  .mv_ttl .sub_ttl img {
    width: auto;
    max-height: 15px;
    letter-spacing: 0.01em;
  }
  
  .hero-ills {
    margin-top: 30px;
    width: 90%;
  }
  
  #hero .toTop_btn {
    width: 100px;
}


}

}

/* -------------------------------------------------------
同推協ニュースー（一覧）※リンク先はPDF	dousuikyou-newsページ　ここまで
----------------------------------------------------------*/



/* -------------------------------------------------------
人権コラム（一覧）	columnページ　ここから
----------------------------------------------------------*/

#column,
#column_article{


/*typography__common
-------------------------------------------*/

.main_contents {
  background: #fcf1e7; /*共通ではない*/
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: var(--f-m);
}

/* NEWS
-------------------------------------------------------------------------------*/


.description{
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 60px;
  border: 12px solid var(--chara-color-red);
  padding: 40px 56px 40px 70px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  box-shadow: 5px 5px 5px #3a373752;
}
.description p span{
  font-size: 18px;
}
.nijimaru{
  display: block;
  position: absolute;
  bottom: -60px;
  left: -8%;
  width: 15%;
  max-width: 180px;
}
.sun{
  display: block;
  position: absolute;
  top: -60px;
  right: -60px;
  width: 130px;
}

.p-column{
  background: #fff;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 30px 0;
  margin: 60px auto;
  border-radius: 30px;

}



.p-column dl {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 800px;
  margin: 60px auto 80px auto;
}

.p-column dl dt {
  width: 150px;
  font-size: 14px;
  font-weight: 500;
}

.p-column dl dd {
  width: calc(100% - 150px);
}

.p-column dl dt,
.p-column dl dd {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--chara-color-red);
}

.p-column dl dd:last-of-type,
.p-column dl dt:last-of-type {
  margin-bottom: 0;
}

.p-column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0px auto 80px auto;
}

.p-column ul li {
  margin-right: 20px;

}

.p-column ul li:not(.p-column ul li:first-child, .p-column ul li:last-child) {
  padding: 5px 10px;
  border-bottom: 4px solid transparent;
}

.p-column ul li:not(.p-column ul li:first-child, .p-column ul li:last-child):hover {
  border-bottom: 4px solid var(--chara-color-red);
  ;
}


.p-column ul li:first-child,
.p-column ul li:last-child {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: var(--chara-color-red);
  color: #fff;
  border-radius: 5px;
}

.p-column ul li:first-child a,
.p-column ul li:last-child a {
  width: 100%;
  height: 100%;
}

.p-column ul li:last-child {
  margin-right: 0px;
}

/* p-article
-------------------------------------------------------------------------------*/

.p-article {
  width: 95%;
  max-width: 1000px;
  margin: 100px auto;
}

.p-article article {
  width: 100%;
  padding: 80px 60px;
  border: 3px solid var(--chara-color-red);
  background: #fff;
}

.p-article article .date {
  margin-bottom: 20px;
}


.p-article article h1 {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 3px solid var(--chara-color-red);
}

.p-article .news_text {
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.p-article .news_text p {
  margin-bottom: 1em;
}

.p-article .news_text p:last-child {
  margin-bottom: 0;
}

.p-article .news_text p a {
  color: #0000ff;
  text-decoration: underline;

}

.p-article .news_text figure {
  margin: 60px auto;
}

.p-article .back_btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--chara-color-red);
  border-radius: 5px;
  margin: 60px auto 0 auto;
}

.p-article .back_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}


@media only screen and (max-width : 1130px) {
  .nijimaru{
    bottom: -60px;
    left: -7%;
    width: 120px;
  }
  .sun{
    top: -50px;
    right: -50px;
    width: 100px;
  }
}

@media only screen and (max-width : 1024px) {
  
}

@media only screen and (max-width : 767px) {


  .description{
    margin: 40px auto 30px;
    padding: 30px 20px 50px;
    font-size: 16px;
    border-radius: 20px;
  }
  .description p span{
    font-size: 16px;
  }
  .nijimaru{
    bottom: -50px;
    left: -20px;
    width: 90px;
  }
  .sun{
    top: -30px;
    right: -20px;
    width: 80px;
  }

  .p-article {
    margin: 40px auto;
  }

  .p-column{
    border-radius: 20px;   
  }
  .p-column dl{
    margin: 0px auto 0px auto;  
  }

  .p-column dl dt {
    padding-bottom: 0;
    margin-bottom: 12px;
    border-bottom: 0;
  }

  .p-column dl dt:last-of-type {
    margin-bottom: 12px;
  }

  .p-column dl dt,
  .p-column dl dd {
    width: 100%;
  }

  .p-article article .date {
    font-size: 14px;
  }

  .p-article article h1 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .p-article article {
    width: 100%;
    padding: 40px 20px;
    border: 3px solid var(--chara-color-red);
  }

  .p-article .news_text p {
    font-size: 14px;
  }

  .p-article .news_text figure {
    margin: 40px auto;
  }

  .p-article .back_btn {
    margin: 40px auto 0 auto;
  }

  .hero-inner {
    padding: 100px 0 20px;
    flex-direction: column;
  }

  .mv_ttl .sub_ttl img {
    width: auto;
    max-height: 15px;
  }
  
  .hero-ills {
    margin-top: 30px;
    width: 90%;
  }
  
  #hero .toTop_btn {
    width: 100px;
}
}

}


/* -------------------------------------------------------
人権コラム（一覧）	columnページ　ここまで
----------------------------------------------------------*/



/* -------------------------------------------------------
人権基礎知識	kisoページ　ここから
----------------------------------------------------------*/

#kiso{


.main_contents {
  background: #fcf1e7;
}


.mv {
  position: relative;
  padding: 200px 0;
  background: #fff;
}

.mv h1 {
  font-size: 32px;
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
}


.faq-theme {
  font-size:  var(--f-ll);
  margin-bottom: 60px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.faq {
  padding: 100px 0;
}

.faq-lists {
  font-size: var(--f-l);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 60px;
}

.faq-item {
  background-color: #fff;
  border-radius: 20px;
  transition: all 200ms ease; 
  border: 1px solid #ffffff;
}

.faq-item:not(:last-child) {
  margin-bottom: 20px;
}

.faq-question {
  cursor: pointer;
}

.faq-question,.faq-answer {
  position: relative;
}

.faq-question {
  cursor: pointer;
  padding: 20px 40px 20px 90px;
}

.faq-answer {
  font-size: var(--f-m);
  display: none;
  padding: 0px 40px 20px 90px;
}

.faq-q {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  color: var(--chara-color-red);
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.faq-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 2px solid var(--chara-color-red);
  overflow: hidden;
  cursor: pointer;
  transition: all 200ms ease;
}

.faq-btn span {
  position: absolute;
  display: block;
  width: 60%;
  height: 4px;
  background: var(--chara-color-red);
  top: 50%;
  left: 50%;
  transition: all 200ms ease;
}

.faq-btn span:nth-child(1) {
  transform-origin: center;
  transform: translate(-50%, -50%);
}

.faq-btn span:nth-child(2) {
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-btn span:nth-child(1).active {
  opacity: 0;
  transform: translate(100%, -50%);
}

.faq-btn span:nth-child(2).active {
  transform: translate(-50%, -50%) rotate(180deg);
}

.pdf-btn {
  background: var(--chara-color-red);
  width: 100%;
  max-width: 350px;
  height: 60px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 200ms ease;
}

.pdf-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.pdf-btn:hover {
  opacity: 0.7
}

.pdf-btn img {
  width: 30px;
  margin-right: 0.5em;
}

@media only screen and (max-width : 1140px) {


}

@media only screen and (max-width : 1100px) {


}



@media only screen and (max-width : 767px) {

:root {
  --f-ll: 21px;
  --f-l: 18px;
  --f-m: 16px;
  --f-s: 14px;
}

.faq {
  padding: 60px 0;
}

.faq-theme {
  margin-bottom: 30px;
}

.faq-lists {
  margin-bottom: 30px;
}

.faq-q {
  font-size: 32px;
}

.faq-item {
  border-radius: 20px;
}

.faq-question {
  padding: 15px 70px 15px 50px;
}

.faq-answer {
  padding: 0px 30px 15px 50px;
}

.faq-q {
  left: 15px;
}
.faq-btn {
  right: 10px;
}

.pdf-btn {
  height: 50px;
  font-size: min(16px, 4vw);
}

.pdf-btn a {
  padding: 0 10px;
}

.pdf-btn img {
  width: 10%;
}



}
}

/* -------------------------------------------------------
人権基礎知識	kisoページ　ここまで
----------------------------------------------------------*/



/* -------------------------------------------------------
差別事象対応	jishouページ　ここから
----------------------------------------------------------*/

#jishou{


/*typography__common
-------------------------------------------*/

.main_contents {
  background: #fcf1e7; /*共通ではない*/
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: var(--f-m);
}

/* main
-----------------------------------------------*/


/*common(font-size,margin,padding等のセクション間隔を合わせ)*/

.jishou-theme {
  position: relative;
  display: inline-block;
  font-size:  var(--f-ll);
  font-weight: bold;
  margin-bottom: 60px;
}

.jishou {
    padding: 100px 0px;
}


/*個別*/

.jishou h2 {
  position: relative;
  font-size: var(--f-l);
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-left: calc(20px + 0.5em);
}

.jishou h2::before {
  content: "";
  width: 20px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 12px;
  background-color: var(--chara-color-red);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

ol li {
  text-indent: -1em;
  padding-left: 1em;
}

ol li:not(:last-child) {
  margin-bottom: .5em;
}

.attention {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

ol li .num,ol li .atn {
  margin-right: .5em;
}

.content-block:not(:last-child) {
  margin-bottom: 60px;
  border-radius: 20px;
}

.content-block a {
  color: -webkit-link;
  text-decoration: underline;
  cursor: pointer;
}

.content-block a:visited {
  color: -webkit-visited-link;
}

.content-block a:hover {
  text-decoration: underline;
}

.content-block a:active {
  color: -webkit-link;
}


@media only screen and (max-width : 1140px) {


}


@media only screen and (max-width : 767px) {

:root {
  --f-ll: 21px;
  --f-l: 18px;
  --f-m: 16px;
  --f-s: 14px;
}

.jishou-theme {
  font-size:  var(--f-ll);
  margin-bottom: 30px;
}

.jishou {
    padding: 60px 0px;
}

.content-block:not(:last-child) {
  margin-bottom: 40px;
}
}

}

/* -------------------------------------------------------
差別事象対応	jishouページ　ここまで
----------------------------------------------------------*/


/* -------------------------------------------------------
会員情報変更	profileページ　ここから
----------------------------------------------------------*/

#profile,
#profile_confirm,
#profile_complete
{



main {
  background: #fcf1e7;
  padding: 100px 0;
  font-size: 18px;
  font-weight: 400;
}

.mv_ttl .sub_ttl img{
  height: 2vw;
}

h2.sec-ttl {
  position: relative;
  font-size: 32px;
  padding-left: calc(20px + 0.5em);
  font-weight: 500;
}

h2.sec-ttl::before {
  content: "";
  width: 20px;
  height: 6px;
  position: absolute;
  background-color: #87b3e1;
  top: 18px;
  left: 0;
}

.sec-txt {
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.p-back{
  background: #fff;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 30px 0;
  /* margin: 60px auto; */
  border-radius: 30px;
}

.p-back-inner{
  width: 90%;
  max-width: 800px;
  margin: 60px auto 80px auto;
}

.p-back-inner p{
  font-size: 18px;
}


.box-ttl{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c5c4;
}

.box-ttl p{
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.4;
}

/* フォーム */

.form-box{
  display: flex;
  gap: 3%;
  margin-bottom: 30px;
  width: 100%;
}
.table-ttl{
  background: #fcf1e7;
  width: 36%;
  display: flex;
  align-items: center;
  padding: 16px;
}
table{
  width: 61%;
}
.table-ttl h3{
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.table-ttl h3::before{
  content: "";
  width: 10px;
  height: 3px;
  position: absolute;
  background-color: var(--chara-color-red);
  top: 10px;
  left: 0;
}
.c-red{
  color: #da2222;
}


.form-box tr,
.form-box th,
.form-box td{
  display: block;
}

.form-box th{
  margin-bottom: 8px;
  font-weight: 500;
}
.form-box td{
  margin-bottom: 18px;
  color: #868282;
}
.form-box tr:last-child td {
  margin-bottom: 0;
}
.form-box td input{
  width: 100%;
  border-radius: 4px;
  height: 32px;
  padding: 4px;
  color: #868282;
  
}


/* 入力範囲 */
.form-box input,
.form-box select,
.form-box textarea {
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.08);
}



.form-box input:focus {
  outline: none;
  border-color: #c6c5c4;
}
.form-box .short{
  width: 60%;
}
/* 入力範囲ここまで */

/* 必須ボタン */
.form-box th .cl-required{
  position: relative;
}
.form-box td span{
  font-size: 12px;
  color: #7e7d7c;
}

.form-box th.cl-required::after {
  content: "必須";
  display: inline-block;
  margin: 0px 0px 2px 8px; 
  padding: 4px 8px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background: #da2222;
  border-radius: 4px;
  vertical-align: middle;
}

.form-box:last-of-type{
  border-bottom: 1px solid #c6c5c4;

}

/* 確認ボタン */
.btn{
  width: 100%;
  border-top: 1px solid #c6c5c4;
  margin-top: 40px;
  padding-top: 60px;
}
.btn ul{
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
.btn ul li{
  width: 200px;
}
.btn ul li input{
  width: 100%;
}

.btn li:hover{
  opacity: 0.8;
}

.index-btn{
  border-top: 1px solid #c6c5c4;
  margin-top: 40px;
  padding-top: 60px;
  text-align: center;
}
.index-btn input{
  width: 240px;
}



/* 変更完了画面 */
.thanks-box .box-ttl{
  margin-bottom: 0px;
  border-bottom: none;
}
.thanks-box{
  border: 0px solid pink;
}
.thanks-box .thanks-box-txt{
  width: 100%;
  padding: 30px;
  margin-bottom: 60px;
  font-size: 18px;
  border: 1px solid #c6c5c4;
}

.thanks-box .thanks-box-btn{
  background-color: #ed7971;
  border: 1px solid #9a2820;
  text-align: center;
  border-radius: 30px;
  padding: 5px 3% 6px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  width: 80%;
  max-width: 240px;
  margin: auto;
}

.thanks-box .thanks-box-btn:hover{
  opacity: 0.8;
}



.confirmation .form-box input, 
.form-box select, .form-box textarea{
  box-shadow: none;
  width: 100%;
}



@media only screen and (max-width : 1200px) {}



@media only screen and (max-width : 767px) {

  main{
    padding: 30px 0;
    font-size: 16px;
  }

  .p-back{
    border-radius: 20px;
  }
  .p-back-inner{
    margin: 10px auto 40px auto;
  }
  h2.sec-ttl {
    font-size: 22px;
  }

  h2.sec-ttl::before {
    top: 11px;
  }

  .sec-txt {
    margin-top: 30px;
    font-size: 16px;
}
.box-ttl ul{
  margin-top: 20px;
}
.box-ttl li{
  font-size: 14px;
}
.form-box{
  flex-direction: column;
}
.table-ttl{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 0 16px 8px;
  margin-bottom: 16px;
}
.table-ttl h3{
  font-size: 18px;
  font-weight: 700;
}
table{
  width: 95%;
  margin: auto;
}

.form-box td .short{
  width: 100%;
}
.btn{
  margin-top: 20px;
  padding-top: 30px;
}
.btn ul{
  width: 90%;
}
.index-btn input{
  width: 180px;
}
.thanks-box .thanks-box-txt {
  font-size: 16px;
}

}

}

/* -------------------------------------------------------
会員情報変更	profileページ　ここまで
----------------------------------------------------------*/






/* -------------------------------------------------------
独自エディター用CSS ここから
----------------------------------------------------------*/



#news-page, #news-page-article,#member_news,#column_article{

.p-article article .blockquote{
  background-color: #fff;
  font-size: 20px;
    border-left: .7rem solid #007bff;
    margin: 1.5em .7rem;
    padding: .5em .7rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.p-article article div.news_text h1{
  border-bottom: none;
}


.p-article article table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 16px;
  max-width: 100%;
}

.p-article article table td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  text-align: center;
}

.p-article article table tr:nth-child(even) {
  background: #f8f8f8;
}


.p-article article  ul {
  list-style-type: disc;
  padding-left: 20px;
}

.p-article article  ol {
  counter-reset: item;
}

.p-article article  ol li {
  counter-increment: item;
  position: relative;
  padding-left: 20px;
  
}

.p-article article  ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0.3em;
}

.p-article article  a{
  color: #101f78;
  /* border-bottom: 1px solid #101f78; */
}


}




/* 一般・会員共通/ニュース用CSS */
/* 新着情報 */

#news {
  padding: 20px 0 100px;
}

.news-inner {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}

#news .l_container {
  position: relative;
  width: 30%;
  padding-bottom: 30px;
}
#news .news_list .readMore_wrap{
  flex-wrap: wrap;
  width: 100%;
}

#news .news_ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 1.4;
}

#news .news_ttl img {
  width: 60px;
  margin-bottom: 10px;
}

.news_readMore {
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: center;
}

#news .news_readMore p {
  font-size: 14px;
  margin-right: 10px;
}

#news .news_list {
  flex-wrap: wrap;
  width: 70%;
}

#news .news_list dt,
#news .news_list dd {
  width: 100%;
}
#news .news_list dt{
  margin-top: 20px;
}

.c-btn_readMore {
  background: #cccccc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  height: 20px;
  text-align: center;
  border-radius: 9999px;
}


.n-arrow {
  position: relative;
}

.n-arrow .c-btn_readMore {
  position: absolute;
  right: 0;
  top: -20px;
}

.n-txt {
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-top: 10px;
}

#news .news_list dt {
  font-size: 14px;
  color: #7e7e7e;
}

#news .news_list dd {
  justify-content: space-between;
  border-bottom: 1px solid #7e7e7e;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#news .news_list dd:last-of-type {
  margin-bottom: 0;
}





@media only screen and (max-width : 767px){


  /* news */
  #news {
    padding: 20px 0 0;
  }

  #news .news-inner {
    flex-direction: column;
    padding: 25px;
  }

  #news .l_container {
    width: 100%;
    padding-bottom: 0;
  }

  #news .l_container>div {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  #news .news_list {
    width: 100%;
  }

  .news_readMore {
    position: static;
  }

  .n-txt {
    line-height: 1.4;
    font-size: 16px;
  }

  .n-arrow .c-btn_readMore {
    top: -15px;
  }
}



/* アクセス権限がありませんページ */
#no_access{
  background: #fcf1e7;

/* mainvisual */

.mainvisual {
  background: #00a9ff;
  padding: 190px 0 160px;
  position: relative;
}

.kumo-left {
  position: absolute;
  width: 30%;
  left: 0;
  top: 170px;
}

.kumo-right {
  position: absolute;
  width: 30%;
  right: 0;
  top: 170px;
}

.page-ttl {
  max-width: 450px;
  margin: 0 auto;
  width: calc(100% - 100px);
  background: #fff;
  padding: 60px 80px;
  border-radius: 30px;
}

.illust-shape {
  position: relative;
  padding-bottom: 100px;
}

.illust {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 40px;
}

/*form*/

.login-section {
  padding: 230px 0 100px;
}

.login-container {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  padding: 60px 80px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

/* 
.pass-wrap label,.pass-wrap input {
  display: block;
}

.pass-wrap label {
  margin-bottom: 5px;
} */
.login-container h2{
  font-size: 24px;
  margin-bottom: 24px;
}
.login-container a{
  font-size: 16px;
  color: #101f78;
  border-bottom: 1px solid #101f78;
}
.login-container a:hover{
  opacity: .6;
}

/*contact*/


.sec-ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
  font-feature-settings: "palt";
  padding-left: 30px;
  color: #101f78;
}

.inquiry-inner p,
.inquiry-inner .sec-ttl{
  padding-left: unset;
}

.inquiry-inner{
  width: 100%;
  background-color: #f8f8f9;
  border: solid 1px #bbbcde;
}

.inquiry{
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.inquiry h2,
.inquiry p,
.inquiry h1{
  text-align: center;
}

.contact {
  margin-top: 50px;
  padding: 50px 0 55px;
  background-color: #fff;
  border: solid 1px #101f78;
  border-radius: 20px;
  position: relative;
}

.contact h1 {
  max-width: 680px;
  margin: 0 auto;
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #101f78;
  padding-bottom: 1.9rem;
  border-bottom: 2px solid #101f78;
}

.contact p {
  margin: 30px 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt";
  padding-left: 30px;
  text-align: center;
}

.contact a{
  text-align: center;
}

.contact img{
  width: 480px;
}

.contact .character img{
  position: absolute;
  width: 15%;
  right: 6%;
  top:50%;
}


@media only screen and (max-width : 1140px) {

.login-section {
  padding: 180px 0 100px;
}

}

@media only screen and (max-width : 1100px) {

.inquiry-inner{
  width: 100vw;
  left: -10%;
  background-color: #f8f8f9;
  border: solid 1px #bbbcde;
}

.inquiry{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}


.contact h1{
  max-width:550px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  color: #101f78;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #101f78;
}

.contact p{
  margin: 1.3rem 0;
  font-size: 1.1em;
}


.contact img{
  width:50%;
}


}



@media only screen and (max-width : 767px) {

  main {
    font-size: 14px;
  }

  /* mainvisual */

  .mainvisual {
    padding: 160px 0 130px
  }

  .kumo-left {
    width: 40%;
    left: 0;
    top: 100px;
  }

  .kumo-right {
    width: 40%;
    top: 100px;
  }

  .page-ttl {
    padding: 30px 50px;
    border-radius: 20px;
  }

  .illust-shape {
    padding-bottom: 40px;
  }

  .illust {
    bottom: 30px;
  }

  /*login-form*/

  .login-section {
    padding: 140px 0 60px;
  }

  .login-container {
    padding: 30px 20px;
    max-width: 350px;
}


.login-container h2{
  font-size: 18px;
  margin-bottom: 20px;
}

.login-container a{
  font-size: 15px;
}

  /*contact*/
  .sec-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }



.inquiry-inner{
  width: 100vw;
  left: -10%;
  background-color: #f8f8f9;
  border: solid 1px #bbbcde;
}

.inquiry{
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

.contact{
  margin-top: 30px;
  padding: 50px 0 48px;
}

.contact h1{
  max-width: 80%;
  margin: 0 auto;
  letter-spacing: 0.05em;
  color: #101f78;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #101f78;
}

.contact p{
  margin: 1.3rem 0;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 0px;
  font-size: 0.8em;
}


.contact img{
  width:70%;
}

/* .contact .character{
  margin: 1.3rem auto 0 auto;
} */


.contact .character{
  text-align: center;
}

/* 小さく */
.contact .character img{
  position:unset;
  width: 35%;
  margin: 1.3rem 0 0;
}


}
}


/* アクセス権限がありませんページここまで */