/* style_sp.css */

/*---------------------
フォント関連
---------------------*/

:root {
/*サイズ*/
  --font-h1: 24px;
  --font-h2: 20px;
  --font-h3: 18px;
  --font-h4: 16px;
  --font-h5: 14px;
  --font-h6: 12px;
}

/*---------------------------------------------
 Common
---------------------------------------------*/

.pc {
    display: none!important;
}

.sp {
    display: block!important;
}

.wrapper {
    min-width: 100%;
    overflow: hidden;
}

.inner {
    width: 100%;
}

.mt0_sp {
    margin-top: 0!important;
}

.mt10_sp {
    margin-top: 10px!important;
}

.mt15_sp {
    margin-top: 15px!important;
}

.mt20_sp {
    margin-top: 20px!important;
}

.mt25_sp {
    margin-top: 25px!important;
}

.mt30_sp {
    margin-top: 30px!important;
}

.mt35_sp {
    margin-top: 35px!important;
}

.mt40_sp {
    margin-top: 40px!important;
}

.mt45_sp {
    margin-top: 45px!important;
}

.mt50_sp {
    margin-top: 50px!important;
}

.mt55_sp {
    margin-top: 55px!important;
}

.mt60_sp {
    margin-top: 70px!important;
}

.mb10_sp {
    margin-bottom: 10px!important;
}

.mb15_sp {
    margin-bottom: 15px!important;
}

.mb20_sp {
    margin-bottom: 20px!important;
}

.mb25_sp {
    margin-bottom: 25px!important;
}

.mb30_sp {
    margin-bottom: 30px!important;
}

.mb35_sp {
    margin-bottom: 35px!important;
}

.mb40_sp {
    margin-bottom: 40px!important;
}

.mb50_sp {
    margin-bottom: 50px!important;
}

.mb60_sp {
    margin-bottom: 70px!important;
}

/*#g-k-w-search .gsc-search-box .gsib_b {
    left: -10px;
    top: -5px;
}

#g-k-w-search .gsc-search-box input#gsc-i-id1 {
    padding: 5px 30px 5px 30px!important;
}*/

.radius-1 {
border-radius: var(--radius-12);
overflow: hidden;
}
.radius-2 {
border-radius: var(--radius-12);
overflow: hidden;
}


/*---------------------------------------------
 header
---------------------------------------------*/

header {
    max-width: 100%;
    min-width: 100%;
    height: 64px;
    padding: 0;
    z-index: 998;
    position: fixed;
}

.h_top {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 998;
    background: #fff;
}

.jst_logo_sp {
    display: block;
}

.jst_logo_sp img {
    width: 120px;
}

.h_top .h_name {
    width: 164px;
    margin: 0;
}

.h_top .h_name > span {
    font-size: 12px;
    text-align: left;
    display: block;
    font-weight: 700;
    line-height: 1.3;
}

.h_top .h_name > span > span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.2;
}

.page_head_wrap {
    height: auto;
    min-width: 100%;
    max-width: 100%;
}

.page_head {
    display: block;
    padding-right: 0;
}

.h_logo {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 138px;
    padding: 0;
    z-index: 996;
    margin-left: 0;
}

ul.page_navi {
    display: block;
}

ul.page_navi > li.h_logo_sp {
    display: block;
    padding: 15px 0 10px;
    background: #fff;
}

ul.page_navi > li.h_logo_sp img {
    width: 214px;
    margin: 0 auto;
}

ul.page_navi li {
    padding: 0;
}

ul.page_navi.sp li.menu-dropdown-icon a {
    text-align: left;
				margin: 0px 20px;
    padding: 20px 0px;
				justify-content: flex-start;
				border-bottom: solid 1px #F2F4F5;
}

/*ul.page_navi li span.menuOpenBt {
    text-align: left;
    padding: 10px 0 12px;
    padding-left: 20px;
    width: calc(100% - 50px);
    width: 100%;
    color: #fff;
    display: block;
    font-size: 1.0em;
    position: relative;
}

ul.page_navi li span.menuOpenBt:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background-image: url("/innov-jinzai/sekai/img/common/sp_menu_ar.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
}
*/

.menu-sp__arrow {
display: inline-block;
margin-top: -3px;
margin-right: 7px;
}
.menu-sp__arrow img {
width: 7px;
}


ul.page_navi li span.icon {
    position: relative;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("/innov-jinzai/sekai/img/common/sp_menu_ar.png");
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
}

ul.page_navi li a.pc {
    display: none;
}

ul.page_navi > li.search_area_wrap {
    position: static;
    border-bottom: none;
}

ul.page_navi li a.h_logo {
    display: none;
}

.search_area {
    display: block;
    padding: 30px 10px;
				margin-right: 0px;
}
.search {
margin-right: 0px;
}

.h_top_link {
    position: static;
    justify-content: center;
    margin-top: 20px;
}

ul.page_navi li .h_top_link li {
    border-bottom: none;
    margin: 5px 5px;
}

ul.page_navi li .h_top_link li a{
    width: 100%;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.h_top_link li a:before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

/*#g-k-w-search .gsc-search-box td.gsc-input .gstl_50 {
    width: 100%!important;
}

#g-k-w-search .gsc-search-box .gsib_a {
    width: 100%!important;
    background: transparent;
}

#g-k-w-search .gsc-search-box {
    margin: 0 auto;
    width: 85%!important;
}

#g-k-w-search .gsc-control-cse {
    background: transparent;
    border: none;
    padding: 20px 0;
}

#g-k-w-search .gsc-search-box input#gsc-i-id1 {
    height: 36px!important;
}


#g-k-w-search .gsc-search-box .gsc-search-button {
    height: 36px;
    top: 3px;
    right: 15px;
}*/

#g-k-w-search .gsc-search-box td.gsc-input {
display: block;
}
.gsc-results-wrapper-overlay {
top: 64px !important;
}


/*スクロールでヘッダ非表示*/
.header.scroll_down {
    opacity: 0;
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 1}
    100% {opacity: 0}
}

/*メニュー表示時はヘッダエフェクト解除*/
.active .header.scroll_down {
    opacity: 1;
    animation: none;
}

/*-----------------------------------------
  Mobile Menu
  -----------------------------------------*/

.fixed_menu {
    display: none;
}

.menu-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    top: 0;
    background: rgba(255,255,255, 1.0);
}

header.active .menu-container {
    position: fixed;
}

.header_menu.active .menu-container {
    z-index: 996;
}

.menu-container > .menu {
    transition: all 0.1s;
    height: auto;
    width: 100%;
    min-width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .8);
    position: relative;
    z-index: 996;
}

.header_menu.active .menu-container > .menu {
    height: 50px;
}

.menu-container > .menu > ul {
    position:fixed;
    z-index: 9;
    top:-120%;
    left:0;
    width:100%;
    height: 0;
    background:#fff;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.6s;
    padding-top: 24px;
    padding-bottom: 100px;
}

/*アクティブクラスがついたら位置を0に*/
.menu-container > .menu > ul.show-on-mobile{
    top: 64px;
    height: 100vh;
}

.menu > ul > li > a > span {
    border-right: none;
    padding: 0;
    font-size: 1.0em;
    font-weight: 400;
    position: relative;
}

.menu > ul > li:first-child > a > span {
    border-left: none;
}

.menu > ul > li > a > span:before {
    content: none;
}

.menu > ul > li.m_kikan > ul.normal-sub {
    background: rgba(107,118,128, 1.0);
}

.menu > ul > li.m_kikan > ul.m_child ul li {
    background: rgba(107,118,128, 1.0);
}

.menu > ul > li > ul.normal-sub {
    background: #0F8296;
    padding: 15px 30px 15px 30px;
}

.menu > ul > li > ul.normal-sub > li {
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
    border-bottom: none;
}

.menu > ul > li > ul.normal-sub > li.ca_last {
    border-bottom: 0;
}

.menu > ul > li > ul > li > a {
    padding: 15px 0 15px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    display: block;
    position: relative;
}

.menu > ul > li > ul > li > div .m_subTitle {
    border-bottom: 1px solid #D6D6D6;
}

.menu > ul > li > ul > li > div .m_subTitle.ca_last {
    border-bottom: none;
}

.menu > ul > li > ul > li > div .m_subTitle a {
    color: #B60005;
    width: 100%;
    padding-left: 40px;
}

.menu > ul > li > ul > li > div .m_subTitle a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}

.menu > ul > li > ul > li > div .m_subSub {
    border-bottom: 1px solid #D6D6D6;
}

.menu > ul > li > ul > li > div .m_subSub.ca_last {
    border-bottom: none;
}

.menu > ul > li > ul > li > div .m_subSub a {
    width: 100%;
    padding-left: 55px;
}

.menu > ul > li > ul > li > div .m_subSub a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}

.menu > ul > li > ul > li .m_text {
    display: none;
}

.menu > ul > li:hover a span {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.menu > ul > li > ul > li > a span:before {
    content: none;
}

/*----------------------------------
m_child
------------------------------------*/

.m_child_l {
    width: 100%;
    margin: 0 auto;
}

.m_child_r {
    width: 100%;
    margin: 0 auto;
}

.menu > ul > li > ul.m_child01 > li:first-child {
    display: block;
    padding: 0;
    border-bottom: none;
}

.menu > ul > li > ul.m_child .c_item01 {
    font-size: 1em;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 15px !important;
}

.menu > ul > li > ul.m_child .c_item01:before {
    content: '';
    width: 3px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    top: 2px;
}

.menu > ul > li > ul.m_child ul li {
    background: #0F8296;
    border-bottom: none;
    width: 100%;
}

.menu > ul > li > ul.m_child ul li a {
    padding: 0;
    font-size: 0.875em;
    width: 100%;
}

/*sp_search*/
ul.page_navi li.sp_search {
    border-bottom: none;
    padding: 20px 10px 10px;
}

ul.page_navi li.sp_search .h_searchbox {
    width: 100%;
    margin: 0 auto;
}

#form02 {
    max-width: 100%;
    margin-bottom: 0;
}

#sbox02 {
    position: relative;
    height: 36px;
}

#sbtn02 {
    height: 36px;
}

/*----------------------------------
page_navi
------------------------------------*/

ul.page_navi li span.icon01 {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 18px;
}

ul.page_navi li span.icon01:before {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    width: 9px;
    height: 2px;
    background-color: #1A1A1A;
    transition: .1s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

ul.page_navi li span.icon01:after {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 2px; 
    background-color: #1A1A1A;
    transition: .3s;
}

ul.page_navi li span.icon01.open:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

ul.page_navi li span.icon01.open:after {
    background-color: transparent;
}

/*---------------------------------------------
 Mobile Menu Button
---------------------------------------------*/

#menuButton {
    overflow: hidden;
    cursor: pointer;
    z-index: 998;
}

#menuButton span,
#menuButton::before,
#menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  width: 28px;
  height: 2px;
  margin: auto;
  background: #000;
}

#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #3A1808;
}

#menuButton span {
    opacity: 1;
    transition: opacity 150ms 50ms;
    padding: 0;
}

/*----------------------------------
sp-fixed-menu
------------------------------------*/

.sp-fixed-menu #menuButton:hover {
    opacity: 1;
}

.sp-fixed-menu #menuButton {
    top: auto;
    bottom: 0;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    float: none;
    transform: none;
    left: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.sp-fixed-menu #menuButton span,
.sp-fixed-menu #menuButton::before,
.sp-fixed-menu #menuButton::after {
    background: #fff;
    width: 20px;
				height: 2px;
				border-radius: 1px;
}

.sp-fixed-menu #menuButton::before {
    z-index: 2;
    transform: translate(0, -6px);
    content: "";
}

.sp-fixed-menu #menuButton::after {
    z-index: 2;
    transform: translate(0, 6px);
    content: "";
}

.sp-fixed-menu #menuButton span {
    opacity: 1;
    transition: opacity 150ms 50ms;
    padding: 0;
}

.sp-fixed-menu #menuButton::before,
.sp-fixed-menu #menuButton::after {
  transition: transform 200ms;
}

.sp-fixed-menu #menuButton.active span {
  opacity: 0;
  transition: opacity 150ms;
}

.sp-fixed-menu #menuButton.active::before {
width: 24px;
  transform: rotate(30deg);
}

.sp-fixed-menu #menuButton.active::after {
width: 24px;
  transform: rotate(-30deg);
}

.sp-fixed-menu {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: auto;
    width: 64px;
    z-index: 9999;
}

.sp-fixed-menu > ul {
    display: -webkit-flex;
    display: flex;
    height: 64px;
    z-index: 9998;
}

.sp-fixed-menu > ul > li:first-child {
    background: var(--color1);
}

.sp-fixed-menu > ul > li:nth-child(2) a {
    background: #6B7680;
    z-index: 9998;
    position: relative;
    opacity: 1;
}

.sp-fixed-menu > ul > li:nth-child(3) a {
    background: #2A7E94;
    z-index: 9998;
    position: relative;
    opacity: 1;
}

.sp-fixed-menu > ul > li {
    width: 33.3333333%;
    text-align: center;
    position: relative;
    z-index: 9998;
}

.sp-fixed-menu > ul > li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    position: relative;
    z-index: 9998;
}

.sp-fixed-menu > ul > li span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.sp-fixed-menu ul li.fixed_menu_bt {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    width: 64px;
}

.sp-fixed-menu ul li.fixed_menu_bt > span {
    display: inline-block;
}

.sp-fixed-menu > ul > li > ul {
    position:fixed;
    z-index: 9;
    bottom:-120%;
    left:0;
    width:100%;
    height: 100vh;
    height: -webkit-fill-available;
    background:#fff;
    overflow-y: scroll;
    overflow-x: hidden;
    /*動き*/
    transition: all 0.6s;
    padding-bottom: 100px;
}

/*アクティブクラスがついたら位置を0に*/
.sp-fixed-menu > ul > li.s_kikan > ul.open {
    bottom: 0;
    background: rgba(107,118,128, 0.95);
}

.sp-fixed-menu > ul > li.s_research > ul.open {
    bottom: 0;
    background: rgba(15,130,150, 0.95);
}

.sp_menu_kikan {
    position:fixed;
    bottom:-120%;
    left:0;
    width:100%;
    height: 0;
    background:#fff;
    overflow-y: scroll;
    overflow-x: hidden;
    /*動き*/
    transition: all 0.6s;
    padding-bottom: 100px;
}

/*アクティブクラスがついたら位置を0に*/
.sp_menu_kikan.open {
    bottom: 0;
    background: rgba(107,118,128, 0.95);
    z-index: 998;
    height: 100vh;
}

.sp_menu_research {
    position:fixed;
    bottom:-120%;
    left:0;
    width:100%;
    height: 0;
    background:#fff;
    overflow-y: scroll;
    overflow-x: hidden;
    /*動き*/
    transition: all 0.6s;
    padding-bottom: 100px;
}

/*アクティブクラスがついたら位置を0に*/
.sp_menu_research.open {
    bottom: 0;
    background: rgba(15,130,150, 0.95);
    z-index: 998;
    height: 100vh;
}

/*----------------------------------
spBottomMenu
------------------------------------*/

.spBottomMenu {
    width: 100%;
}

.spBottomMenu .top_logo {
    background: #fff;
    padding: 15px 0;
}

.spBottomMenu .top_logo img {
    display: block;
    width: 214px;
    margin: 0 auto;
}

.spBottomMenu > div {
    padding: 80px 30px 30px 30px;
}

.spBottomMenu h3 {
    font-size: 2.0em;
    font-weight: 500;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 5px solid #fff;
    margin-bottom: 20px;
}

.spBottomMenu h4 {
    font-size: 1.5em;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

.spBottomMenu > div ul {
    margin-left: 30px;
}

.spBottomMenu > div ul li {
    list-style: disc;
    color: #fff;
    margin-bottom: 10px;
}

.spBottomMenu > div ul li a {
    color: #fff;
    font-size: 1.0em;
}

.spBottomMenu > div ul li a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 10px;
}

.spBottomMenu ul.h_top_link {
    margin-left: auto;
    justify-content: center;
}

.spBottomMenu ul.h_top_link li {
    list-style: none;
    margin-left: 0;
    padding: 10px;
}

.spBottomMenu ul.h_top_link li a {
    font-size: 0.875em;
    color: #fff;
}

/*スクロールでヘッダ非表示*/
.header.scroll_down {
    opacity: 0;
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 1}
    100% {opacity: 0}
}

/*メニュー表示時はヘッダエフェクト解除*/
.active .header.scroll_down {
    opacity: 1;
    animation: none;
}

/*----------------------------------
Main
------------------------------------*/

.main_wrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 45px 0;
    margin-top: 60px;
}

/*----------------------------------
Banner
------------------------------------*/
.top_ban {
padding: 56px 0px;
}
.top_ban .inner {
width: calc(100% - 40px);
min-width: calc(100% - 42px);
margin: auto;
}

ul.ban_list {
display: flex;
flex-wrap: wrap;
width: 250px;
margin: auto;
row-gap: 20px;
}
ul.ban_list::before,
ul.ban_list::after {
display: none;
}

ul.ban_list li {
				width: 100%;
    margin: 0px;
}
ul.ban_list li img {
width: 100%;
}


/*----------------------------------
Page Top
------------------------------------*/

#pageTop {
    right: auto;
    left: 86%;
}

#pageTop a {
    width: 42px;
}

/*----------------------------------
Footer
------------------------------------*/

.ft_inner {
    padding: 0;
}

.ft_link_list_cont {
width: 100%;
display: block;
padding: 60px 20px 80px;
}

.ft_link_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.ft_link_item__cont {
width: calc((100% - 12px) / 2);
}

.ft_link_item__cont:not(:first-child) {
margin-top: 40px;
}

.ft_link_list:first-child .ft_link_item__cont:nth-child(-n+2) {
margin-top: 0px;
}

.ft_link_item.ft_link_s {
margin-top: 20px;
}

.ft_link_item.ft_link_s a {
margin-left: 0.7em;
}
.ft_link_item.ft_link_n a:before {
			top: 7px;
}

.ft_social_list {
width: 100%;
display: flex;
justify-content: center;
column-gap: 15px;
margin-top: 56px;
}
.ft_social_item {
width: 100%;
}
.ft_social_item:not(:last-child) {
margin-bottom: 0px;
}



/*.ft_copy {
				background: #fff;
}

ul.ban_list {
    width: calc(100% - 30px);
}

ul.ban_list li {
    width: 210px;
    max-width: 210px;
}
*/


/*----------------------------------
Researcher Plusとは
------------------------------------*/
.a_plus {
    border-top: none;
    padding-top: 30px;
}

.plusCont {
    flex-direction: column;
}

.plusCont_l {
    margin: 0 auto 10px;
}

.plusCont_l img {
    width: 124px;
}

.plusCont_r p {
    font-size: 14px;
}

.plusCont_r p span.emp {
    font-size: 16px;
}

/*----------------------------------
competency
------------------------------------*/

ul.cpt {
    padding-top: 5px;
}

ul.cpt li {
    margin-right: 10px;
}

ul.cpt li a {
    margin-top: 5px;
}

ul.cpt li a span {
    font-size: 13px;
}

.cpt01, .cpt02, .cpt03, .cpt04, .cpt05, .cpt06, .cpt07, .cpt08, .cpt09, .cpt10, .cpt11, .cpt12, .cpt13, .cpt14, .cpt15, .cpt16 {
    font-size: 12px;
}

.eventList > ul > li a {
    margin-top: 5px;
}

.eventList > ul > li a span {
    font-size: 12px;
}

.cpt01, .cpt02, .cpt03, .cpt04, .cpt05, .cpt06, .cpt07, .cpt08, .cpt09, .cpt10, .cpt11, .cpt12, .cpt13, .cpt14, .cpt15, .cpt16 {
    width: 18px;
    min-width: 18px;
    height: 18px;
}

ul.cpt.cpt_ut {
    margin-top: 10px;
}

/*----------------------------------
Inner Links area
------------------------------------*/

.inLinks .inner {
    padding-bottom: 20px;
}

.inLinks_02 ul li a,
.inLinks_03 ul li a,
.inLinks_04 ul li a {
    text-align: left;
    padding-left: 12px;
}

.inLinks_04 ul {
    flex-wrap: wrap;
}

.inLinks_04 ul li {
    width: 49%;
    margin-bottom: 10px;
}

.inLinks_04 ul li:nth-child(odd) {
    margin-right: 2%;
}

.inLinks_04 ul li:nth-child(even) {
    margin-right: 0;
}

.inLinks_02 ul {
    display: block;
}

.inLinks_02 ul li {
    width: 100%;
    margin-bottom: 0;
}

.inLinks_02 ul li:first-child {
    margin-bottom: 15px;
}

.inLinks_03 ul {
    display: block;
}

.inLinks_03 ul li {
    width: 100%;
    margin-bottom: 0;
}

.inLinks_03 ul li {
    margin-bottom: 15px;
}

.inLinks_03 ul li:last-child {
    margin-bottom: 0;
}

.menu > ul > li > ul.m_child li ul {
    margin-bottom: 15px;
}

/*------ コンテンツスペース ------*/
#content {
padding: 28px 20px 0px;
margin: 0px auto 88px;
}
.top_main_wrap + #content {
margin-bottom: 0px;
}

/*------ セクション ------*/
section:not(:last-child) {
margin-bottom: 40px;
}

/*リード*/
.lead__box {
margin-bottom: 48px;
}

/*------ コラム ------*/
.clm__item--2cl--01l,
.clm__item--2cl--01r,
.clm__item--2cl--02l,
.clm__item--2cl--02r,
.clm__item--2cl--03l,
.clm__item--2cl--03r {
width: 100%;
}

/*-------------------------
リンクボタン
-------------------------*/
/*ボタン01*/
.link__btn--01--rs {
left: 0px;
top: auto;
bottom: -36px;
}

/*ボタン02*/
.link__btn--02 span,
.link__btn--02 a {
padding-right: 32px;
font-size: var(--font-h5);
line-height: 24px;
}
.link__btn--02 span::before,
.link__btn--02 a::before {
width: 24px;
height: 24px;
}
.link__btn--02 a::after {
width: 11px;
height: 10px;
right: 7px;
top: 50%;
margin-top: -4px;
}

.sec__ti--01:has(.link__btn--02--gp) {
margin-bottom: 60px;
overflow: visible;
}
.link__btn--02--gp {
float: none;
position: absolute;
left: 0px;
top: auto;
bottom: -36px;
}

.link__btn--04 a {
height: 68px;
line-height: 65px;
border-radius: 34px;
padding-left: 1em;
}

.pakcage__txt .link__btn--04 a {
display: block;
width: 320px;
margin: auto;
text-align: left;
padding-left: 2em;
}

.link__btn--04 a::before {
content: "";
display: block;
width: 28px;
height: 28px;
right: 20px;
margin-top: -14px;
}
.link__btn--04 a::after {
height: 11px;
right: 28px;
margin-top: -4px;
}

/*ボタン05*/
.link__btn--05 {
font-size: 14px;
flex-wrap: wrap;
row-gap: 20px;
}
.link__btn--05 a {
min-width: 272px;
}

/*-------------------
ニュース記事一覧（トップ）
---------------------*/
.news__item {
flex-wrap: wrap;
}
.news__item:not(:last-child) {
margin-bottom:24px;
}
.news__item--info {
display: inline-block;
margin-bottom: 12px;
}
.news__item__ti {
width: 100%;
}

/*ニュース記事一覧（下層用オーバーライド）*/
.post-type-archive-news .news__item {
padding-bottom: 28px;
}
