@media only screen and (max-width: 1400px) {
  :root{
    --page_margin: 30px;
  }

  /*----------------------------------------------
    .l_news
  ---------------------------------------------*/
  .l_header_area.is_active .l_header{
    padding: 10px 10px 10px 25px;
  }

  /*----------------------------------------------
    .l_news
  ---------------------------------------------*/
  .l_news {
    margin-left: var(--page_margin);
  }
  .l_news_inner{
    flex-direction: column;
    gap: 40px;
  }
  .l_footer_menu {
    flex-wrap: wrap;
  }
  .l_news_head{
    flex-direction: row;
    align-items: flex-end;
    gap: 50px;
  }

  /*----------------------------------------------
  .l_footer
  ---------------------------------------------*/
  .l_footer_inner{
    flex-direction: column;
    gap: 50px;
  }
  .l_footer_dtl{
    flex-direction: row;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    gap: 40px;
  }

  /*----------------------------------------------
	.l_system_cards
  ---------------------------------------------*/
  .l_system_cards{
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
  }
  .l_system_cards .is_right{
    max-width: unset;
  }

  /*----------------------------------------------
	.l_deco
  ---------------------------------------------*/
  .l_deco.is_01::after{
    right: -80vw;
  }
  .l_deco.is_02::after {
    left: -150vw;
  }
  .l_deco.is_03::after{
    right: -80vw;
  }

  /*----------------------------------------------
	.c_nav_type01
  ---------------------------------------------*/
  /* 子要素 */
  .c_nav_type01 li .is_child{
    padding: 30px 50px;
  }

  .c_nav_ttl{
    width: 20%;
    font-size: 3rem;
  }

  .c_news {
    max-width: unset;
  }

  .u_copy{
    position: relative;
    text-align: center;
  }

  .c_btn_type01{
    padding: 20px 30px;
    font-size: 2rem;
  }
  .c_btn_type01::after{
    top: calc(50% - 30px / 2);
    right: 30px;
    width: 30px;
    height: 30px;
  }

  .u_member_card{
    height: unset;
  }
  .u_member_card .is_inner img {
    max-width: 300px;
  }
  .u_member_card .is_inner{
    height: unset;
    padding: 20px 0 30px;
    padding-left: 3%;
  }

  .u_pamph_card{
    margin-bottom: 30px;
  }

  .u_member_card{
    max-width: unset;
  }

  .u_logo .is_lg{
    display: none;
  }
  .u_logo .is_sm{
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  :root{
    --page_margin: 16px;
    --radius: 5px;
  }

  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /*----------------------------------------------
	.l_wrap
  ---------------------------------------------*/
  .l_wrap {
    width: 90%;
  }

  /*----------------------------------------------
	.l_header_area
  ---------------------------------------------*/
  .l_header_area{
    top: 10px;
    margin-top: 0;
  }

  /*----------------------------------------------
	.l_nav_area
  ---------------------------------------------*/
  .l_nav_area{
    padding: 8px 0;
  }

  /*----------------------------------------------
    .l_header
  ---------------------------------------------*/
  /* 上の段 */
  .l_header_top{
    padding: 5px 15px;
  }
  /* 下の段 */
  .l_header_bottom{
    padding: 0 15px;
    padding: 0;
  }

  /*----------------------------------------------
	.l_mv
  ---------------------------------------------*/
  .l_mv {
    height: 300px;
  }
  .l_mv .is_slide img{
    height: 300px;
    object-position: 62%;
  }

  /*----------------------------------------------
	.l_news
  ---------------------------------------------*/
  .l_news {
    margin-left: unset;
    padding: 50px var(--page_margin);
  }
  .l_news_inner{
    gap: 20px;
  }
  .l_news_head{
    align-items: center;
    width: 100%;
  }
  .l_news_dtl{
    width: calc(100% + var(--page_margin));
    padding: 15px;
    border-radius: 25px 0 0 25px;
  }


  /*----------------------------------------------
    .l_about
  ---------------------------------------------*/
  .l_about{
    padding: 40px 0;
    border-radius: 50px;
  }
  .l_about_grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }


  /*----------------------------------------------
	.l_member
  ---------------------------------------------*/
  .l_member_content{
    padding: 25px 15px;
    border-radius: 25px;
  }

  /*----------------------------------------------
	.l_member_bnrs
  ---------------------------------------------*/
  .l_member_bnrs{
    gap: 15px 15px;
  }

  /*----------------------------------------------
	.l_activity
  ---------------------------------------------*/
  .l_activity{
    padding: 40px 0;
  }
  .l_activity_grid{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }


  /*----------------------------------------------
  .l_footer
  ---------------------------------------------*/
  .l_footer {
    padding: 20px 0;
  }
  .l_footer_inner{
    flex-direction: column;
    gap: 40px;
  }
  .l_footer_dtl {
    flex-direction: column;
    align-items: center;
    min-width: unset;
    gap: 20px;
  }
  .l_footer_menu {
    flex-direction: column;
    gap: 18px;
  }

  /*----------------------------------------------
    .l_org
  ---------------------------------------------*/
  .l_org{
    padding: 40px 0;
    border-radius: 50px 50px 0 0;
  }
  .l_org_bnrs{
    width: 250px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  /*----------------------------------------------
	.l_deco
  ---------------------------------------------*/
  .l_deco.is_01::after{
    right: -950px;
  }
  .l_deco.is_02::after{
    left: -1400px;
  }
  .l_deco.is_03::after{
    right: -880px;
  }

  /*----------------------------------------------
	.l_inner_header
  ---------------------------------------------*/
  .l_inner_header {
    padding: 140px 0 50px;
  }

  /*----------------------------------------------
	.l_breadcrumbs
  ---------------------------------------------*/
  .l_breadcrumbs {
    flex-wrap: wrap;
  }


  /*----------------------------------------------
    .l_members
  ---------------------------------------------*/
  .l_members {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }


  /*----------------------------------------------
    .l_merit
  ---------------------------------------------*/
  .l_merit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  /*----------------------------------------------
	.l_theme
  ---------------------------------------------*/
  .l_theme {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }


  /*----------------------------------------------
	.l_solution_container
  ---------------------------------------------*/
  .l_solution_container {
    padding: 20px;
  }

  /*----------------------------------------------
	.l_login
  ---------------------------------------------*/
  .l_login {
    outline: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: 0.2s;
  }
  .l_login:hover {
    opacity: 0.7;
  }
  .l_login img{
    width: 35px;
    height: 35px;
  }

  /*----------------------------------------------
	.l_login_menu
  ---------------------------------------------*/
  .l_login_menu {
    position: absolute;
    width: 100%;
    z-index: 3;
    background: #fff;
    border-radius: var(--radius);
    left: 0;
    box-shadow: 0 0 20px #00000026;
    top: 51px;
    min-height: unset;
    padding: 20px;
  }


  /*----------------------------------------------
  .c_nav_type01
  ---------------------------------------------*/
  .c_nav_type01{
    font-size: 1.4rem;
  }
  .c_nav_type01 li a, .c_nav_type01 li span{
    padding: 0 15px;
  }
  .c_nav_type01 li:not(:last-child) span::after{
    top: calc(50% - 1.4rem / 2);
    height: 1.4rem;
  }
  /* 子要素 */
  .c_nav_type01 li .is_child{
    top: 30px;
    min-height: unset;
    padding: 20px;
  }
  .c_nav_type01 li .is_child .is_inner{
    flex-direction: column;
    gap: 20px;
  }
  .c_nav_type01 li .is_child .is_inner ul{
    min-height: unset;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    gap: 10px 30px;
  }
  .c_nav_type01 .is_child .is_inner ul li a {
    padding: 0;
    padding-left: 1.5em;
    font-size: 1.4rem;
  }

  .c_nav_type01 .is_child .is_inner ul li span {
    font-size: 1.4rem;
  }
  .c_nav_type01 .is_child .is_inner ul li .is_grandchild {
   margin-top: 5px;
  }
  .c_nav_type01 .is_child .is_inner ul li .is_grandchild li a {
    font-size: 1.4rem;
  }

  .c_nav_ttl{
    width: 100%;
    min-width: unset;
    font-size: 1.6rem;
  }


  /*----------------------------------------------
    .c_ttl_type01
  ---------------------------------------------*/
  .c_ttl_type01{
  font-size: 2.8rem;
}


  /*----------------------------------------------
      .c_ttl_type02
  ---------------------------------------------*/
  .c_ttl_type02 {
    width: 100%;
    font-size: 2.5rem;
    text-align: center;
  }
  .c_ttl_type02::after,
  .c_ttl_type02::before {
    top: calc(50% - 8px / 2);
    left: 0;
    width: 75px;
    height: 8px;
    background: url(../images/img_lines_sp.svg) no-repeat;
    background-size: contain;
  }
  .c_ttl_type02::before {
    right: 0;
    left: unset;
  }


  /*----------------------------------------------
      .c_ttl_type03
  ---------------------------------------------*/
  .c_ttl_type03 {
    font-size: 1.5rem;
  }
  .c_ttl_type03::before,
  .c_ttl_type03::after {
    left: -30px;
    width: 20px;
  }
  .c_ttl_type03::after {
    right: -30px;
    left: unset;
  }

  /*----------------------------------------------
    .c_ttl_type04
  ---------------------------------------------*/
  .c_ttl_type04 {
    font-size: 2.2rem;
  }
  /*----------------------------------------------
      .inner h2
  ---------------------------------------------*/
  .block-editor-iframe__body h2,
  .inner h2 {
    font-size: 2.2rem;
  }
  .block-editor-iframe__body h2::after,
  .inner h2::after{
    width: 7%;
  }
  .block-editor-iframe__body h2::before,
  .inner h2::before{
    width: 92.5%;
  }

  

/*----------------------------------------------
    .inner h3
---------------------------------------------*/
.block-editor-iframe__body h3,
.inner h3{
  padding: 3px 10px;
  font-size: 2rem;
}

/*----------------------------------------------
    .inner h4
---------------------------------------------*/
.block-editor-iframe__body h4,
.inner h4{
  padding-left: 20px;
  font-size: 1.8rem;
}
.block-editor-iframe__body h4::after,
.inner h4::after{
  width: 5px;
  border-radius: 2px;
}



/*----------------------------------------------
.c_ttl_num
---------------------------------------------*/
.c_ttl_num{
  font-size: 2rem!important;
  gap: 10px;
}
.c_ttl_num span{
  font-size: 1.6rem;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

  /*----------------------------------------------
    .c_btn_type01
  ---------------------------------------------*/
  .c_btn_type01{
    padding: 16px 25px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
  .c_btn_type01::after{
    top: calc(50% - 25px / 2);
    right: 25px;
    width: 25px;
    height: 25px;
  }

  /* 診断 */
  .c_btn_type01.is_test{
    padding: 16px 25px;
    font-size: 1.8rem;
  }

  /* 通常サイズ */
  .wp-block-button .wp-element-button,
  .c_btn_type01.is_center {
  padding: 14px 20px;
  font-size: 1.6rem;
}

/* PDFアイコン */
.wp-block-button.is-style-pdf .wp-element-button{
  padding: 14px 50px;
}
.wp-block-button.is-style-pdf .wp-element-button::before {
  top: calc(50% - 14px / 2);
  right: 20px;
  width: 13px;
  height: 14px;
}



  /*----------------------------------------------
	.c_btn_contact
  ---------------------------------------------*/
  .c_btn_contact{
    padding: 0;
  }
  .c_btn_contact::before{
    content: none;
  }
  .c_btn_contact img{
    width: 35px;
    height: 35px;
  }


  /*----------------------------------------------
  .c_en
  ---------------------------------------------*/
  .c_en{
    padding: 0;
  }
  .c_en::before{
    content: none;
  }
  .c_en img{
    width: 35px;
    height: 35px;
  }


  /*----------------------------------------------
    .c_table_type01
  ---------------------------------------------*/
  .wp-block-table .has-fixed-layout {
    table-layout: auto!important;
  }

  /*----------------------------------------------
	.wp-block-table.is-style-border
  ---------------------------------------------*/
  .wp-block-table.is-style-border table tr td{
    display: block;
    padding: 10px;
    border: none;
  }
  .wp-block-table.is-style-border table tr td:nth-child(even){
    border-top: none!important;
    padding-top: 0!important;
  }
  .wp-block-table.is-style-border table tr td:nth-child(odd){
    padding-bottom: 10px!important;
  }
  .wp-block-table.is-style-border table tr td:first-child{
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    border-top: 1px solid #DADADA;
  }


	/*----------------------------------------------
    .u_table_scroll
  ---------------------------------------------*/
  .u_table_scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .u_table_scroll *{
    white-space: nowrap!important;
  }
  .u_table_scroll  th,
	.u_table_scroll  td {
		display: table-cell;
		width: 100%;
	}
  /*----------------------------------------------
  .c_box_type01
  ---------------------------------------------*/
	.c_box_type01 {
		padding: 2.25vw;
	}

	.c_box_type01_header {
		font-size: calc(2.8rem + 28 * ((100vw - 750px) / 750));
	}

  /*----------------------------------------------
  .c_box_type02
  ---------------------------------------------*/
	.c_box_type02 {
		padding: 2.25vw;
	}

	.c_box_type02_header {
		font-size: calc(2.8rem + 28 * ((100vw - 750px) / 750));
	}

  /*----------------------------------------------
  .c_box_type03
  ---------------------------------------------*/
	.c_box_type03 {
		padding: 2.25vw;
	}


  /*----------------------------------------------
  .c_news
  ---------------------------------------------*/
  .c_news li{
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 10px 0;
  }
  .c_news li span.is_category{
    position: absolute;
    top: 13px;
    left: 100px;
    padding: 2px 0;
    font-size: 1.3rem;
  }


  /*----------------------------------------------
  .c_service_card
  ---------------------------------------------*/
  .c_service_card .is_img img{
    height: 100px;
  }
  .c_service_card:hover .is_img img{
    transform: scale(1);
  }
  .c_service_card .is_ttl{
    padding: 5px 0;
    font-size: 1.8rem;
  }


  /*----------------------------------------------
  .c_work
  ---------------------------------------------*/
  .c_work {
    margin: 0 10px;
  }

  /*----------------------------------------------
  .c_menu_column
  ---------------------------------------------*/
  .c_menu_column {
    width: unset;
  }
  .c_menu_column > li:not(:last-child){
    margin-bottom: 18px;
  }

  /*----------------------------------------------
  .c_menu_ttl
  ---------------------------------------------*/
  .c_menu_ttl{
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 1.5rem;
  }
  .c_menu_ttl::after{
    top: 10px;
    width: 10px;
    height: 1px;
  }
  .c_menu_ttl::before{
    content: none;
  }


  /*----------------------------------------------
    .c_about_card
  ---------------------------------------------*/
  .c_about_card .is_img {
    border-radius: 5px;
  }
  .c_about_card .is_ttl {
    padding: 10px 0 3px;
    font-size: 2rem;
  }
  .c_about_card .is_ttl::after{
    top: calc(50% - 25px / 2 + 5px);
    width: 25px;
    height: 25px;
  }


  /*----------------------------------------------
  .c_link_arrow
  ---------------------------------------------*/
  *:not(.wp-block-button).is-style-arrow,
  .c_link_arrow{
    padding-left: 25px!important;
    font-size: 1.4rem!important;
  }
  *:not(.wp-block-button).is-style-arrow::before,
  .c_link_arrow::before{
    top: calc(50% - 20px / 2)!important;
    width: 20px!important;
    height: 20px!important;
    background-size: contain;
  }

  /*----------------------------------------------
  .wp-block-list is-style-objectives
  ---------------------------------------------*/
  .wp-block-group__inner-container:has(> .wp-block-list.is-style-objectives){
    padding: 30px 20px;
  }
  .wp-block-list.is-style-objectives li:not(:last-child) {
    margin-bottom: 40px;
  }
  .wp-block-list.is-style-objectives li {
      padding-left: 50px;
      font-size: 1.4rem;
  }
  .wp-block-list.is-style-objectives li::before {
    top: calc(50% - 40px / 2);
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }


  /* 特典 */
.wp-block-list.is-style-benefits li {
  margin: 14px 0 50px;
	padding-left: 60px;
}

.wp-block-list.is-style-benefits li::before {
  top: calc(50% - 1.6rem / 2);
  left: 4px;
  width: 40px;
  font-size: 1.6rem;
}

.wp-block-list.is-style-benefits li::after {
  top: calc(50% - 42px / 2);
  width: 50px;
  height: 42px;
}



  /*----------------------------------------------
  .wp-block-group.is-style-box
  ---------------------------------------------*/
  .wp-block-group.is-style-box{
    padding: 20px;
  }

  .wp-block-group.is-style-grid02 .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /*----------------------------------------------
  .wp-block-group.is-style-organizations
  ---------------------------------------------*/
  .wp-block-group.is-style-organizations{
    flex-direction: column;
    gap: 20px;
  }
  .wp-block-group.is-style-organizations img{
    width: 200px;
    height: auto;
  }


  /*----------------------------------------------
  .c_member
  ---------------------------------------------*/
  .c_member .is_name{
    margin-bottom: 5px;
    font-size: 1.6rem;
  }


  /*----------------------------------------------
  .c_merit_card
  ---------------------------------------------*/
  .c_merit_card {
    position: relative;
    max-width: 100%;
    margin-top: 50px;
    padding: 70px 15px 15px;
    border-radius: 10px;
    background: #EEF5EF;
  }
  .c_merit_card .is_img {
    top: -50px;
    width: 100px;
    height: 100px;
    background: #fff;
  }
  .c_merit_card .is_img img{
    width: 50px;
    height: 50px;
  }
  .c_merit_card .is_ttl {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .c_merit_card .is_txt {
    line-height: 1.5!important;
  }


  /*----------------------------------------------
  .c_hints_theme
  ---------------------------------------------*/
  .c_hints_theme{
    padding: 8px;
  }
  .c_hints_theme .is_sub{
    font-size: 1.3rem;
    width: 80px;
  }
  .c_hints_theme .is_ttl{
    font-size: 1.4rem;
  }


  /*----------------------------------------------
  .c_prob
  ---------------------------------------------*/
  .c_prob{
    padding: 10px;
    padding-left: 35px;
    border-radius: 10px;
  }
  .c_prob::before{
    width: 16px;
    height: 16px;
    left: 10px;
  }
  .c_prob .is_ttl{
    font-size: 1.4rem;
  }

  /*----------------------------------------------
  .c_solution_num
  ---------------------------------------------*/
  .c_solution{
    padding: 10px 15px;
    text-align: justify!important;
  }
  .c_sol_toggle{
    width: 30px;
    height: 30px;
    top: calc(50% - 30px / 2);
  }
  .c_solution .is_head{
    padding-right: 50px;
  }


  /*----------------------------------------------
  .c_person
  ---------------------------------------------*/
  .c_person{
    flex-direction: column;
  }
  .c_person .is_role{
    font-weight: bold;
  }

  /*----------------------------------------------
	.is-style-no-border
  ---------------------------------------------*/
  .wp-block-table.is-style-no-border table th,
  .wp-block-table.is-style-no-border table td{
    display: block;
    padding: 0!important;
    margin-bottom: 8px;
  }
  .wp-block-table.is-style-no-border table tr{
    margin-bottom: 8px;
  }

  /*----------------------------------------------
	.is-style-chronological
  ---------------------------------------------*/
  .wp-block-table.is-style-chronological table tbody tr td:has(.is_year) {
    width: 100px !important;
  }
  .wp-block-table.is-style-chronological table th, .wp-block-table.is-style-chronological table td {
    padding: 5px 0px !important;
  }
  .wp-block-table.is-style-chronological{
    margin-left: 0;
  }

  /*----------------------------------------------
	.c_mv_copy
  ---------------------------------------------*/
  .c_mv_copy {
    font-size: 2.8rem;
    top: calc(50% - 72px / 2 + 40px);
    letter-spacing: 0px;
    text-shadow: 0px 0px 15px #022a2f8f;
  }

  /*----------------------------------------------
  u_mab
  ---------------------------------------------*/
  .u_sp_mat0 { margin-top: 0; }

  .u_sp_mab0 { margin-bottom: 0; }
  .u_sp_mab5 { margin-bottom: 5px; }
  .u_sp_mab10 { margin-bottom: 10px; }
  .u_sp_mab15 { margin-bottom: 15px; }
  .u_sp_mab20 { margin-bottom: 20px; }
  .u_sp_mab25 { margin-bottom: 25px; }
  .u_sp_mab30 { margin-bottom: 30px; }
  .u_sp_mab40 { margin-bottom: 40px; }
  .u_sp_mab50 { margin-bottom: 50px; }
  .u_sp_mab60 { margin-bottom: 60px; }
  .u_sp_mab70 { margin-bottom: 70px; }
  .u_sp_mab80 { margin-bottom: 80px; }
  .u_sp_mab90 { margin-bottom: 90px; }
  .u_sp_mab100 { margin-bottom: 100px; }
  .u_sp_mab120 { margin-bottom: 120px; }


  .u_mal50 { margin-left: 3vw; }

  /*----------------------------------------------
  u_sp_mar
  ---------------------------------------------*/
  .u_sp_mar0 { margin-right: 0; }
  .u_sp_margin0 { margin: 0 auto; }

  /*----------------------------------------------
  miscellaneous
  ---------------------------------------------*/
	.u_pc {
		display: none !important;
	}

	.u_sp {
		display: block !important;
	}

  .u_line_height3{ line-height: 2; }
  
  .u_sp_ALcenter { text-align: center !important; }
  .u_sp_ALright { text-align: right !important; }
  .u_sp_ALleft { text-align: left !important; }

  .u_sp_underline{
    text-decoration: underline;
  }

  .u_sp_fs11 { font-size: 1.1rem; }
  .u_sp_fs12 { font-size: 1.2rem; }
  .u_sp_fs13 { font-size: 1.3rem; }
  .u_sp_fs14 { font-size: 1.4rem; }
  .u_sp_fs15 { font-size: 1.5rem; }
  .u_sp_fs16 { font-size: 1.6rem; }
  .u_sp_fs17 { font-size: 1.7rem; }
  .u_sp_fs18 { font-size: 1.8rem; }
  .u_sp_fs19 { font-size: 1.9rem; }
  .u_sp_fs20 { font-size: 2rem; }
  .u_sp_fs21 { font-size: 2.1rem; }
  .u_sp_fs22 { font-size: 2.2rem; }
  .u_sp_fs23 { font-size: 2.3rem; }
  .u_sp_fs24 { font-size: 2.4rem; }
  .u_sp_fs30 { font-size: 3rem; }
  .u_sp_fs50 { font-size: 5rem; }

	a {
		line-break: anywhere;
	}
  a {
		line-break: anywhere;
	}
  
  /*----------------------------------------------
  u_flex
  ---------------------------------------------*/
  .u_flex.is_sp_column {
    flex-direction: column;
  }
  .u_flex.is_wrap_sp {
    flex-wrap: wrap;
  }

  .u_sp_gap0, .u_flex.is_sp_gap0{ gap: 0; }
  .u_sp_gap5, .u_flex.is_sp_gap5{ gap: 5px; }
  .u_sp_gap20, .u_flex.is_sp_gap20{ gap: 20px }

  .u_w_auto_sp{ width: auto; }

  .u_logo img{
    height: unset;
    width: 120px;
  }
  .l_footer .u_logo img{
    width: 180px;
  }

  .drawer-open .u_logo img{
    filter: brightness(0) invert(1);
  }

  .u_mv_copy{
    top: calc(50% - (94px - 77px) / 2);
    width: 270px;
  }

  .u_copy{
    text-align: center;
  }

  .u_news_ttl{
    font-size: 2.5rem;
  }
  .u_news_ttl span{
    font-size: 1.5rem;
  }
  .u_news_ttl::after{
    bottom: -3px;
  }
  .u_news_ttl::before{
    bottom: -3px;
  }


  .u_member_card .is_ttl{
    padding: 10px;
    font-size: 2.1rem;
  }
  .u_member_card .is_inner img{
    max-width: 275px;
  }
  .u_member_card .is_inner{
    padding: 35px 0 50px;
  }
  .u_member_card .is_inner::after{
    right: 15px;
    bottom: 15px;
    width: 25px;
    height: 25px;
  }

  .u_pamph_card{
    height: unset;
  }
  .u_pamph_card .is_inner{
    padding: 8px 25px;
  }
  .u_pamph_card .is_ttl{
    margin-bottom: 15px;
    font-size: 1.9rem;
  }
  .u_pamph_card img{
    width: 110px;
  }

  .u_lecture_card{
    height: unset;
  }
  .u_lecture_card .is_ttl{
    padding: 45px 25px;
    font-size: 1.9rem;
  }
  .u_lecture_card::after{
    top: calc(50% - 25px / 2);
    right: 25px;
    width: 25px;
    height: 25px;
  }

  .u_pagetop{
    right: var(--page_margin);
  }

  .u_triangle{
    width: 30px;
    height: 20px;
    margin: 20px auto;
  }


  /*----------------------------------------------
  slick
  ---------------------------------------------*/
  .slider_works .slick-dots li {
    margin: 0 5px;
  }
  .slider_works .slick-arrow.slick-prev{
    left: var(--page_margin);
  }
  .slider_works .slick-arrow.slick-next{
    right: var(--page_margin);
  }
  .slider .slick-dots li {
    margin: 15px 10px;
  }

/*----------------------------------------------
  block editor
---------------------------------------------*/
body:not(#top) .l_content  .has-medium-font-size {
    font-size: 1.6rem!important;
}
}