@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: "AxceleadFont";
	font-style: normal;
	font-weight: 300;
	src: url("../font/Axcelead-Light.woff") format("woff");
}

@font-face {
	font-family: "AxceleadFont";
	font-style: normal;
	font-weight: 400;
	src: url("../font/Axcelead-Regular.woff") format("woff");
}

@font-face {
	font-family: "AxceleadFont";
	font-style: normal;
	font-weight: 500;
	src: url("../font/Axcelead-Medium.woff") format("woff");
}
@font-face {
	font-family: "AxceleadFont";
	font-style: normal;
	font-weight: 700;
	src: url("../font/Axcelead-Bold.woff") format("woff");
}
* {
	font-family: 'AxceleadFont', sans-serif;
	font-feature-settings: "plat" 1;
	position: relative;
	/*color:#222;*//*525252*/
    box-sizing: border-box;
	font-display: swap;
}
html {
    font-size: 16px;/*1rem*/
}
body {
	padding:0px 0px;
	margin: 0;
	/*background-color: rgb(240, 243,235);
	background-color: rgba(250,251,248,1.00);*/
	background-color: #ffffff;
	opacity: 1;
}
main, header {
	margin:auto;
}
main {
	display: block;
}
body > header {
	position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #fff;
}

figure {
	margin:0px;
}
figcaption {
    font-size: 0.8rem;
}
p, li {
	/*font-size: 1.075rem;*//*14px*/
	/*line-height: 2rem;*/
	letter-spacing: 0.04rem;
}
h1 {
    font-size: 2rem;/*30px*/
}
h2 {
    font-size: 1.6rem;/*27px*/
    letter-spacing: 0.06rem;
}
h3 {
    font-size: 1.4rem;
    letter-spacing: 0.04rem;
}
h4 {
    font-size: 1.1rem;
    letter-spacing: 0.02rem;
    margin-bottom: 1rem !important;
    padding-top: 1rem;
    line-height: 2rem;
}
h1,h2 {
	margin: 0;
}
h1, h2, h3, h4, h5 {
    
}

ul, p {
	margin: 0;
	padding: 0;
}
li {
    list-style-type: none;
}
.list-disc li {
    list-style: disc;
    margin-left: 2rem;
}
ol {
    margin: 0;
}
ol li{
    list-style: decimal;
}
a {
	text-decoration: none;
	color:#000;
}
a:visited{
	text-decoration: none;
	color:#000;
}
.wp-caption-text {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.3rem;
    letter-spacing: 0.01rem;
}

.link_underline {
	text-decoration: underline;
}
aside {
}
table {
	border-collapse: collapse;
	letter-spacing: 0.6px;
}

.sp_inl {
	display: none;
}
.pc_inl {
	display: inline;
}
.sp_block {
	display: none;
}
.pc_block {
    display: block;
}

.common_inl {
	display: inline;
}
.overF_auto {
	overflow: auto;
}
.scrollLock {
	overflow: hidden;
	height: 100%;
}
.loaded_post {
	opacity: 0;
}
.bg_white {
	background-color: #fff !important;
}
.bg_green {
	background-color: rgba(250,251,248,1.00);
}
.bg_stripe {
    background-image: url("/images/2x/bg_stripe.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bg_white_title {
    background-color: #fff;
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    margin: 0.3rem 0rem;
}
.bg_none {
    background: none !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
}
.material-icons.link {
	color: #D64182;
    display: inline-block;
    line-height: 2rem;
    position: relative;
    top: 0.32rem;
}

.font_col_D64182 {
    color: #D64182 !important;
}
.underline {
    text-decoration: underline;
}

/* Header Style */
.global_header {
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
}
.search_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 1.25rem;
}
.global_header h1 {
    float: left;
    padding-top: 12px;
    padding-left: 26px;
}
.global_header h1 img {
    width: 150px;
    height: auto;
}
.global_header nav {
    position: absolute;
    right: 0;
 	top: 0;
    display: flex;
}
.global_header ul,
.sub_header ul,
.search_block ul {
    overflow: visible;
    font-weight: 500;
}
.global_header ul {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    margin: 0.5rem 0;
}
.sub_header ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-top: 2px solid #4BB134;
    border-bottom: 2px solid #4BB134;
}
.menu_inner_navigation {
    background-color: #fafafa;
    position: fixed;
    width: 100%;
    height: 4rem;
    left: 0;
    bottom: 0;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
    z-index: 4;
    border-top: 1px solid #52C13A;
}
.menu_inner_navigation .title_navigation {
    position:absolute;
    width:100%;
    top: -0.7rem;
    margin: 0;
}
.menu_inner_navigation .title_navigation span {
    display: block;
    color: #ffffff;
    background-color: #52C13A;
    border-radius: 1rem;
    margin: auto;
    padding: 0.3rem 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
    line-height: 0.7rem;
    width: 200px;
    text-align: center;
    font-weight: 500;
}
.menu_inner_navigation > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 1024px;
    margin: 0rem auto;
    padding: 0;
    height: 100%;
}
.menu_inner_navigation .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    background-color: #fafafa;
    flex-direction: column;
    margin: 0;
    width: 240px;
    padding: 0.5rem 0rem;
    margin-top: 1rem;
    line-height: 1.1rem;
    bottom: 3.9rem;
    border-bottom: 1px solid #52C13A;
}
.menu_inner_navigation li {
    display: flex;
    padding: 0.4rem 0 0.25rem;
    margin-bottom: 0.6rem;
    line-height: 1.25rem;
    font-size: 1rem;
    text-align: left;
    overflow: visible;
    height: 100%;
    align-items: center;
	cursor: pointer;
}
.menu_inner_navigation li:hover {
    border-bottom: 1px solid #52C13A;
}
.menu_inner_navigation .sub-menu li {
    font-size: 0.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.menu_inner_navigation .sub-menu li:hover {
    border-bottom: none;
    border-left: 2px solid #52C13A;
    border-right: 2px solid #52C13A;
}
.menu_inner_navigation .menu-item-has-children:hover .sub-menu {
    display: block;
}
.menu_inner_navigation  .menu-item-has-children .sub-menu:hover {
    display: block;
}
.menu_inner_navigation .menu-item-has-children {
    margin-bottom: 0;
}
.menu_inner_navigation .menu-item-has-children > a {
    /*border-bottom: 1px solid #52C13A;*/
    padding-left: 1rem;
}
.menu_inner_navigation .menu-item-has-children > a::after {
    content: "▼";
    color: #52C13A;
    text-align: right;
    display: inline-block;
    width: auto;
    font-size: 0.8rem;
    margin-left: 1rem;
}


.search_block form {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin: 2rem 1rem 2.25rem;
    width: 100%;
}
.search_block ul {
    width: 100%;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 0.4rem 0;
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}
.search_block select option:first-of-type {
    
}
.sub_header li {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    text-align: center;
    line-height: 1.6rem;
    display: block;
    flex-grow: 1;
    border-right: 1px solid #e0e0e0;
}
.global_header li {
    display: block;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    line-height: 0.9rem;
    font-size: 0.9rem;
    text-align: center;
    width:160px; /*132px;*/
    border-right: 1px solid #E0E0E0;
    overflow: visible;
}

.global_header ul#menu-sub-menu {
	justify-content: flex-end;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.global_header ul#menu-sub-menu li {
	width:auto;
	font-size: 0.7rem;
	padding: 0.4rem 0.67rem;
	border-right: none;
}
.global_header li:last-of-type {
    border-right: none;
}
.search_block li {
    padding: 0.4rem 0.8rem;
    text-align: center;
    line-height: 2rem;
    display: block;
}
.global_header li a,
.sub_header li a,
.menu_inner_navigation li a{
    display: inline-block;
}
.menu_inner_navigation li a{
    color: #000;
    text-decoration: none;
}
.header_otoiawase,
.header_search {
    background-color: #4BB134;
    text-align: center;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_otoiawase {
    background-color: #4BB134;
}
.header_search {
    background-color: #FFFFFF;
    cursor: pointer;
}
.header_otoiawase a,
.header_search a {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.header_otoiawase a {
    color: #FFFFFF;
}
.header_search a {
    color: #000000;
    letter-spacing: 3px;
}
.header_otoiawase .material-icons,
.header_search .material-icons {
    font-size: 1.6rem;
    line-height: 1.6rem;
}
.header_otoiawase .material-icons {
    color: #FFFFFF;
}
.header_search .material-icons {
    color: #000000;
}
.global_header .sub-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #ffffff;
    width: 160px;
    top: 1.6rem;
    margin: 0;
    padding: 0.9rem 0 0;
}
.global_header .menu-item-has-children:hover .sub-menu {
    display: block;
}
.global_header  .menu-item-has-children .sub-menu:hover {
    display: block;
}
.global_header ul.sub-menu li {
    padding: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
    font-size: 0.8rem;
}
.global_header .sub-menu li:hover {
    background-color: #F4F4F4;
}

.title_bg_fig {
    position: absolute;
    z-index: 0;
    width:100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
    /*display: flex;
    align-items: center;*/
    
    background-image: repeating-radial-gradient(circle, rgba(198,248,185,0.65), rgba(198,248,185,0.65) 2px, transparent 2px, transparent 100%);
    background-size: 4px 4px;
}
.bg_scientist {
	background-image: url("/wp-content/uploads/2021/03/top_banner2-scaled.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bg_scientist-en {
	background-image: url("/wp-content/uploads/2021/09/scientist_banner.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.title_bg_fig img {
    width: 100%;
    height: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


.search_block select {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0 1rem;
    border: none;
    letter-spacing: 0.1rem;
    border-bottom: 2px solid #000;
    width: 16rem;
	border-radius: 0; /* for avada */
}
.search_block.en select {
    font-size: 1.16rem;
    font-weight: 600;
    padding: 0 1rem;
    border: none;
    letter-spacing: 0;
    border-bottom: 2px solid #000;
    width: 17rem;
}
.search_block select::-ms-expand { 
	background-color: #ffffff; 
	border: none; 
}
.search_block input[type="text"] {
    width: 30%;
    border: 2px solid #000000;
	border-radius: 0; /* for avada */
}
.search_block input[type="submit"], .search_block input[type="button"] {
    border: 2px solid #000;
}
.search_tag {
	font-size: 1rem;
    font-weight: 600;
    color: #4BB134;
    padding-right: 1rem;
	margin-bottom: 1.25rem !important;
    line-height: 1.25rem;
}
.search_tag a {
	font-weight: normal;
}
.search_tag .search-keywords {
    color: inherit;
}

.disp_block {
	display: block;
}
.disp_none {
    display: none !important;
}
.disp_inlblg {
    display: inline-block !important;
}
.font_gothic {
	font-family: "游ゴシック",'Quicksand',"Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
}
.font_mincho {
	font-family: Georgia, "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",Times, "serif";
}
.font_notosans {
	font-family: "Noto Sans JP";
}
.font_kokoro {
	font-family: "Kokoro";
}

.font_weight_500 {
	font-weight: 500 !important;
}
.font_weight_600 {
	font-weight: 600 !important;
}
.fontSize_42 {
	font-size: 2.625rem;
}
.fontSize_30 {
	font-size: 1.875rem;
}
.fontSize_28 {
	font-size: 1.75rem;
}
.fontSize_26 {
	font-size: 1.625rem;
}
.fontSize_22 {
	font-size: 1.375rem;
	line-height: 2.25rem;
}
.fontSize_20 {
	font-size: 1.25rem;
}
.fontSize_18 {
	font-size: 1.125rem;
}
.fontSize_16 {
	font-size: 1rem;
}
.fontSize_14 {
	font-size: 0.875rem;
}
.fontSize_12 {
	font-size: 0.75rem;
}
.fontSize_10 {
	font-size: 0.625rem;
}
.mgB_180 {
	margin-bottom: 180px !important;
}
.mgB_150 {
	margin-bottom: 150px !important;
}
.mgB_120 {
	margin-bottom: 120px !important;
}
.mgB_90 {
	margin-bottom: 90px !important;
}
.mgB_60 {
	margin-bottom: 60px !important;
}
.mgB_45 {
	margin-bottom: 45px !important;
}
.mgB_30 {
	margin-bottom: 30px !important;
}
.mgB_15 {
	margin-bottom: 15px !important;
}
.mgB_0 {
    margin-bottom: 0 !important;
}
.mgB_05r {
    margin-bottom: 0.5rem !important;
}
.mgTB_3r {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.mgTB_2r {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.mgT_0 {
    margin-top: 0 !important;
}
.subtitle {
    margin-top: -4rem !important;
    margin-bottom: 2rem !important;
    background-image: repeating-radial-gradient(circle, rgba(198,248,185,0.65), rgba(198,248,185,0.65) 2px, transparent 2px, transparent 100%);
    background-size: 4px 4px;
}
.subtitle::after {
    display: none !important;
}
.mgL_60 {
	margin-left: 60px !important;
}
.mgR_60 {
	margin-right: 60px !important;
}
.pd_05r {
    padding: 0.5rem;
}
.pdT_0 {
    padding-top: 0px !important;
}
.pdT_30 {
	padding-top: 30px;
}
.pdT_60 {
	padding-top: 60px;
}
.pdB_60 {
	padding-bottom: 60px;
}
.pdB_30 {
	padding-bottom: 30px;
}
.pdB_100 {
	padding-bottom: 100px;
}
.pdLR_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pd_0 {
    padding: 0 !important;
}
.border_b_1 {
    border-bottom: 1px solid #000;
}
.border_b_1_green {
	border-bottom: 2px solid #4BB134;
}
.border_left_green {
	border-left: 5px solid #4BB134;
}
.border_0 {
    border: none !important;
}

.textA_right {
	text-align: right !important;
}
.textA_center {
	text-align: center !important;
}
.text_vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.float_none {
	float: none !important;
}
.float_L {
	float: left;
}
.float_R {
	float: right;
}
.flex_space_between {
	display: flex;
	justify-content: space-between;
}
.flex_space_around {
	display: flex;
	justify-content: space-around;
}
.flex_center {
	display: flex;
	justify-content: center;
}
.flex_right {
	display: flex;
	justify-content: flex-end;
}
.flex_al_center {
	display: flex;
	align-items: center;
}
.flex_col_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex_wrap_and_space {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_wrap_and_around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.change_color_bg, .tag_rect, .link_to_blog, .tagindex_open_button, .show_all_kurashi_column_button,.show_all_guidebook_button {
	transition: background-color 0.4s ease-out;
}
.change_color_bg:hover, .tag_rect:hover, .link_to_blog:hover, .tagindex_open_button:hover, .show_all_kurashi_column_button:hover, .show_all_guidebook_button:hover {
	background-color: #EBEBEB;
}

/* FOOTER STYLE */
.button_back_to_top {
	position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #4BB134;
    font-size: 2.5rem;
    color: #ffffff;
    border-radius: 2rem;
    z-index: 4;
    padding: 0.4rem;
	-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	cursor: pointer;
}
.ad_banner {
    display: none;
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    width: 300px;
    border: 3px solid #4BB134;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    z-index: 3;
	color: #000000;
}
.ad_banner.en {
    width: 170px;
    border-width: 4px;
}
.ad_banner p {
    line-height: 1.4rem;
    font-size: 0.8rem !important;
    padding: 0.6rem 0;
}
.ad_banner.en p {
    font-size: 1.2rem !important;
	padding-bottom: 0rem;
}
.ad_banner .ad_banner_close_button {
    display: flex;
    position: absolute;
    top: -1rem;
    right: -1rem;
    background-color: #ffffff;
    border: 2px solid #4BB134;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ad_banner .ad_banner_close_button .material-icons {
	color: #4BB134;
}
.ad_banner .regist_magazin_button {
    background-color: #4BB134;
    color: #ffffff;
    padding: 0.5rem;
    font-size: 0.8rem;
    text-align: center;
    margin: 0.75rem 0rem 0.2rem;
    cursor: pointer;
}
.ad_banner .regist_magazin_button a,
.ad_banner .linked-in a {
    color: #ffffff;
}
.ad_banner .linked-in {
    color: #ffffff;
    font-size: 0.8rem;
    text-align: center;
    margin: 0.3rem 0rem 0.2rem;
    cursor: pointer;
}
.ad_banner .linked-in img {
    height: 2rem;
}

.ad_banner .linked-in .material-icons {
    font-size: 4rem;
    color: #4BB134;
}
.page_footer {
    border-top: 4px solid #4BB134;
    padding-top: 3rem;
    
}
.footer_bg {
    padding-top: 60px;
    background-color: #EFEFEF;
}
.page_footer p {
	font-size: 0.7rem;
}
.page_footer nav {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    padding-bottom: 2rem;
}

.page_footer .axl_logo {
    margin: 0;
    margin-bottom: 2rem;
}
.page_footer .axl_logo img {
    width: 238px;
}
.footer_link_list {
    
}
.footer_link_list li {
    line-height: 1.6rem;
    font-size: 0.9rem;
    margin: 0.65rem 0;
}
.nav_sns {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_sns li {
    margin: 0 15px;
}
.nav_sns li img {
    width: 48px;
    height: auto;
}
.sns_list a {
    display: block;
    overflow: auto;
    border-bottom: none !important;
}
.page_footer .sns_list,
.side_page_nav .sns_list {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.side_page_nav .sns_list {
    padding-right: 2rem;
    margin-top: 1rem;
}
.side_page_nav .sns_list li {
    padding-right: 0.5rem;
    
}
.page_footer .sns_list .material-icons,
.side_page_nav .sns_list .material-icons {
    font-size: 2rem;
    color: #555;
}
.page_footer .sns_list li {
    
}
.page_footer .sns_list img,
.side_page_nav .sns_list img {
    width: 2rem;
    height: 2rem;
    display: block;
    margin: 0.2rem;
}
.side_page_nav ul:nth-of-type(2) li {
	font-size: 0.67rem;
	line-height: 1.3rem;
}
.page_footer .footer_first_block {
    
}
.footer_link_list.mg-top {
	margin-top: 2rem;
}

.centerTitleLevel2 {
	font-size: 2.0rem;
	font-weight: 400;
	text-align: center;
	
}
.centerTitleLevel3 {
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
	
}
.material-icons {
    margin:0rem;
}
.link_to_contact {
	border: 1px solid #525252;
    padding: 0.4rem;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 auto;
    width: 300px;
    background-color: #fff;
}


/* BUTTON DOWNLOAD STYLE */
.button_download {
	border: 3px solid #D64182;
    padding: 0.4rem;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.06rem;
    box-sizing: border-box;
}
.button_download .material-icons,
.wp-block-button__link .material-icons {
    margin-right: 0.2rem;
}
.wp-block-button__link {
    border: 3px solid #D64182;
    border-radius: 0px;
    background-color: #ffffff;
    padding: 0.4rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: #000000 !important;
    text-decoration: none !important;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0.06rem;
    box-sizing: border-box;
}
.wp-block-buttons {
    margin: 4rem auto;
}
.button_load_more {
	border: 1px solid #525252;
    padding: 0.4rem;
    font-size: 0.94rem;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 60%;
}
.button_load_more {
	width: 240px;
}

.global_header {
	z-index: 1;
}
.global_header h1 {
	text-align: right;
}
.footer_banner_list {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 840px;
}
.footer_banner_list li {
	margin:auto 30px;
    margin-bottom: 30px;
    font-size: 0.78rem;
    width: 180px;
    text-align: center;
}
#movie_wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 30px auto;
}
.top_slide_page {
    overflow: visible !important;
    display: flex;
    justify-content: center;
}
.slide_wrapper {
    display: block;
    height: 630px;
    width: 630px;
    overflow: auto;
    margin-top: -30px;
}
.slide_wrapper figcaption {
    float: left;
    overflow: auto;
    width: 30px;
    height: 570px;
    margin-right: 15px;
    letter-spacing: 0.1rem;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: right;
}
.slide_wrapper figcaption span {
    display: inline-block;
    border-top: 1px solid #333;
    width: 100%;
    padding-top: 30px;
    padding-right: 6px;
    box-sizing: border-box;
    white-space: nowrap;
}
.slide_page {
	position:absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	display: none;
	width: 100%;
    height: 100%;
}
.slide_page img {
    height: auto;
    width:570px;
}
.slide_page:first-of-type {
	display: block;
}
.top_main_header {
	height: auto;
	width: 100%;
    margin-bottom: 90px;
}

/* 2階層テンプレート設定 */
.page_lv2_title {
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin-bottom: 6rem;
}

.title_top {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0.5rem 1rem;
    color: #D64182;
    padding-left: 1rem;
}
.page_lv2_title.service_page {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.page_lv2_title h1 {
    font-size: 2.25rem;
    background-color: rgba(255,255,255,0.9);
    padding: 0.5rem 2rem;
	max-width: 100%;
	line-height: 3.37rem;
}
#scientist_interview .page_lv2_title {
	height: auto;
	border: none;
	padding-top: 4rem;
    flex-direction: column;
    align-items: center;
	margin-bottom: 6rem;
}
#scientist_interview .page_lv2_title h1 {
	margin-bottom: 4rem;
}
#scientist_interview .date {
	margin:auto;
	text-align: right;
	width:100%;
}


.page_lv2_body {
    width: 1024px;/*934px*/
    margin: auto;
	margin-bottom: 8rem;
    display: block;
    /*overflow: auto;*/
}
.page_lv2_body h1 {
}
.page_lv2_body h2 {
    padding-top: 2rem;
    margin-bottom: 2rem;
}
.page_lv2_body p, figure {
    margin-bottom: 2rem;
}

/** 投稿用スタイル **/
.post-contents a,
.page_lv2_body a {
    color: #4AB034;
    text-decoration: underline;
}
.top_info_list a,
.index_box a,
.artcle_none_fig_list article a{
    color:#000;
    text-decoration:none;
}
.artcle_none_fig_list article a{
	display: flex;
	justify-content: space-around;
}
.post-contents li {
    list-style-type: disc;
    margin-left: 2rem;
}
.post-contents li a{
}
.post-contents ul {
    list-style: disc;
    margin: 1rem auto;
}

.site_index {
    width: 375px;
    height: auto;
    float: left;
    margin-left: 45px;
    margin-top: 30px;
    list-style: none;
}
.site_index li {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.25rem;
}

.site_index li::before {
    content: "\2014　";
}

.top_concept_sec {
    background-image: url("/images/top/2x/fig_top_message.jpg");
    height: 840px;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding-top: 60px;
}
.top_concept_sec p {
    text-align: left;
    display: inline-block;
    letter-spacing: 0.35rem;
    line-height: 3.6rem;
    font-size: 1.25rem;
}
.house_planning .sec_title img {
    width: 380px;
    height: auto;
}

.width_page_lv2 {
	width: 1024px;
	margin: 0 auto;
	overflow: auto;
}
.width_sec_page {
	width: 1024px;
	margin: 0 auto;
	overflow: auto;
}
.width_660 {
	width: 660px !important;
	margin: 0 auto;
	overflow: auto;
}
.width_narrow {
	width: 720px !important;
	margin: 0 auto;
	overflow: auto;
}
.width_page_900 {
	width: 900px !important;
	margin: 0 auto;
	overflow: auto;
}
.width_page_1200 {
	width: 1200px !important;
	margin: 0 auto;
	overflow: auto;
}
.width_page_100per {
	width:100%;
	margin:0 auto;
	overflow: auto;
}
.width_article_list {
	/*width:934px !important;*/
	margin:0 auto;
	overflow: auto;
}
.page_locked {
	overflow: hidden;
	height: 100%;
}


.close_rect_button {
    background-color: #eee;
    border: 1px solid #000;
    border-radius: 0px;
    display: block;
    padding: 4px 16px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 60px auto 0px;
    cursor: pointer;
    text-align: center;transition: background-color 1s ease-out 0s;
}
.close_rect_button:hover {
	background-color: #CCCCCC;
}
.list_style_none {
	list-style: none !important;
}
.list_mgB_1rem li {
	margin-bottom: 1rem;
}


.tag_text {
	display: inline;
	font-size: 14px;
	letter-spacing: 1px;
	margin-right: 8px;
	line-height: 1.8rem;
}
.tag_block {
	display: inline-block;
    padding: 4px 16px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-right: 15px;
    margin-bottom: 21px;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 15px;
    background-color: #eaeaea;
}

.scroll_line {
	fill:none;
	stroke:#000;
	stroke-linecap:round;
	stroke-miterlimit:10;
	stroke-width:0.75px;
	stroke-dashoffset: 130px;
	stroke-dasharray: 130;
}





#scrollString {
	opacity: 0;
}
.fadeUp {
}

/* ARTICLE LIST STYLE */

.article_fig_list {
	overflow: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    margin-bottom: 4rem;
}
.artcle_none_fig_list,
.artcle_side_fig_list,
.article_dl_list {
	overflow: auto;
    height: auto;
    display: block;
	margin-top: 1.5rem;
    margin-bottom: 4rem;
}
.article_dl_list h4 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.9rem;
}
.article_dl_list a {
    text-decoration: none;
}
.article_dl_list .open_date {
    display: inline-block;
    width: 100%;
}
.article_fig_list a {
    color: #000;
    overflow: auto;
    display: block;
    text-decoration: none;
}
.article_fig_list article {
	width: 32%;
	height: auto;
	margin-bottom: 4rem;
    margin-right: 2%;
    display:flex;
    flex-direction: column;
	flex-basis: auto;
}
.article_fig_list article:nth-of-type(3n) {
    margin-right: 0;
}
.staff_blog .article_fig_list {
    display: block;
}
.staff_blog .article_fig_list article {
    width: 25%;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #F2F2F2;
}
.staff_blog .article_fig_list .article_disc_block {
    border: none;
}
.staff_blog .article_fig_list figure {
    /*height: 11.5rem;*/
}
.staff_blog .article_fig_list figure img {
    width: 100%;
    height: auto;
}
.artcle_none_fig_list article {
	width: 100%;
    height: auto;
    padding: 2rem;
    margin-right: 1rem;
    border-top: 1px solid #000;
    box-sizing: border-box;
}
.artcle_side_fig_list article {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    margin-bottom: 4rem;
}
.article_dl_list article {
	width: 100%;
    min-height: 4rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    background-color: #F2F2F2;
    padding: 0.5rem 1rem;
}
.artcle_none_fig_list article:last-of-type {
	border-bottom: 1px solid #000;
}


.article_fig_list figure {
	margin: 0;
	height: 220px;
    overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #C0C0C0;
}
.artcle_side_fig_list figure {
	margin: 0;
    height: auto;
    width: 40%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-image: repeating-linear-gradient(-50deg, #CCF2C2, #CCF2C2 4px, transparent 5px, transparent 10px, #CCF2C2 11px);*/
	background-color: #ccf2c2;
}
.article_fig_list figure img {
    width: auto;
    height: 100%;
    object-fit:cover;
    font-family:'object-fit: cover;';
}
.artcle_side_fig_list figure img {
	width: 100%;
	height: auto;
}
.article_fig_list .open_date,
.artcle_none_fig_list .open_date,
.artcle_side_fig_list .open_date {
	padding-top: 0px;
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: #000;
    margin-bottom: 1rem;
}
.artcle_none_fig_list .open_date {
	font-size: 0.9rem;
	font-weight: 700;
	color: #4bb234;
	border-bottom: 2px solid #af0040;
    padding-bottom: 3px;
}
.artcle_none_fig_list .date_content {
	padding-right: 2rem;
	padding-top: 0.125rem;
}
.artcle_none_fig_list .text_content {
	width: 75%;
}
.article_fig_list .fig_caption {
	padding-top: 0px;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #000;
    margin-bottom: 3px;
}
.article_fig_list .speaker {
    padding-top: 0px;
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: #000;
    margin-bottom: 2rem;
}
.artcle_side_fig_list .speaker {
    padding-top: 0px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8rem;
    color: #000;
    margin-bottom: 1rem;
}
.detail_article {
    height: auto !important;
}
.article_fig_list .article_title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 1rem;
    padding-top: 0;
    line-height: 1.6rem;
}
.artcle_none_fig_list .article_title {
    margin: 0;
	margin-top: 0 !important;
    margin-bottom: 1.125rem !important;
    padding-top: 0 ;
    line-height: 1.875rem;
    font-size: 1.125rem !important;
}
.artcle_side_fig_list .article_title {
    margin: 0;
    margin-bottom: 1rem ;
    padding-top: 0;
    line-height: 2.6rem;
    font-size: 1.34rem;
}
.artcle_side_fig_list a {
    text-decoration: none;
}
.article_dl_list .article_title {
    margin: 0;
    margin-right: 2%;
    padding-top: 0;
    width: 50%;
}
.article_fig_list .article_disc_block {
    padding: 2rem;
    /*border: 2px solid #000000;*/
	background-color: #f8f8f8;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-basis:auto;
}
.artcle_side_fig_list .article_disc_block {
    width: 60%;
    padding: 2rem;
    border: 2px solid #000000;
    box-sizing: border-box;
}
.artcle_none_fig_list .post_overview,
.artcle_side_fig_list .post_overview {
    margin-bottom: 0rem;
	font-size: 1rem;
	line-height: 1.75rem;
}
.article_dl_list .tag_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
    width: 36%;
}
.article_dl_list .tag_list li {
    margin-bottom: 0rem;
    transition: background-color 1s ease-out 0s;
}

.article_dl_list .button_download {
    width: auto;
    background-color: #ffffff;
    border: 2px solid #D64182;
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.02rem;
    margin: 0;
    padding: 0.2rem 0.4rem;
}

/*---------- 4カラム ----------*/
.list-4-col article {
    width: 14rem;
}
.list-4-col article:nth-of-type(3n) {
    margin-right: 1rem;
}
.list-4-col article:nth-of-type(4n) {
    margin-right: 0;
}
.list-4-col figure {
    height: 9rem;
}
.list-4-col .article_disc_block {
    padding: 1.5rem;
}


.side_page_nav {
	position: fixed;
    display: none;
    top: 0px;
    right: 0px;
    width: 50%;
    border-left: 1px solid #000;
    background-color: rgba(255,255,255,0.9);
    height: 100%;
    z-index: 99;
}
.side_page_nav nav {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.side_page_nav ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    height: auto;
}

.side_page_nav li {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    padding-right: 0;
    width: auto;
}
.side_page_nav a {
    display: inline-block;
    border-bottom: 1px solid #000000;
}

.menu_button {
	position: fixed;
    display: none;
    z-index: 5;
}
.menu_button img,
.close_button img {
    width: 30px;
    height: 30px;
}
.menu_button .material-icons {
    font-size: 2rem;
    line-height: 1.6rem;
}

.menu_button,
.close_button,
.tagindex_close_button{
    font-size: 0.7rem;
    line-height: 1.2rem;
    top: 0;
    right: 0;
	cursor: pointer;
}
.close_button {
	position: absolute;
	z-index: 6;
}

#map {
	width:100%;
	height: 660px;
}

/* TAG LIST STYLE */
#tagIndex {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: rgba(255,255,255,1);
    z-index: 2;
	overflow: auto;
	display: none;
}
#tagIndex h1 {
    padding-left: 60px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.leftLine {
	border-left: 16px solid #888;
    padding-left: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    display: inline-block;
}
.tag_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tag_list li,
.post-label {
	width:auto;
    background-color: #4BB134;
    color: #fff;
    font-size: 0.7rem;
    line-height: 0.8rem;
    height: auto;
    overflow: auto;
    padding: 0.25rem 0.5rem;
    /* left: 30px; */
    opacity: 1;
    float: left;
    transition: background-color 0.5s ease-out 0s;
}
.tag_list li {
    border-radius: 1rem;
    margin-bottom: 0.5rem;
    margin: 0.1rem 0.1rem;
}
.post-label {
    margin-bottom: 1rem;
    border-radius: 0;
}
.tag_list li:hover,
.post-label:hover {
	background-color: #CCCCCC;
}
.tag_list a {
	overflow: auto;
	display: block;
}
.tag_index_num {
	font-size: 1.8rem;
    display: inline-block;
    margin-right: 0.6rem;
    width: 2.4rem;
	height:36px;
    text-align: center;
    letter-spacing: 0.06rem;
    float: left;
    background-color: #fff;
    padding: 0.4rem;
    border-radius: 2rem;
}
.tag_name {
	font-size: 0.82rem;
    display: inline-block;
    width: 9rem;
	float: left;
}
.tag_post_count {
	width: 2rem;
    text-align: right;
    display: inline-block;
	float: left;
}
.tag_element {
	display: flex;
    overflow: auto;
    align-items: center;
	height:62px;
}
.tagindex_close_button {
	position: fixed;
}
.tagindex_open_button {
	border: 1px solid #525252;
    font-size: 0.8rem;
    padding: 0.3rem 4rem;
    display: block;
    margin: 0 auto;
    width: 120px;
	text-align: center;
    cursor: pointer;
    border-radius: 26px;
}
.borderBottom {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.nav_about_sub_page {
	display: flex;
	justify-content: center;
}


.nav_about_sub_link {
    width: 230px;
    height: 230px;
    margin:0 10px;
    color: #fff;
}
.nav_about_sub_link a {
    display: block;
}
.nav_about_sub_link figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.nav_about_sub_link img {
    width: 100%;
    height: auto;
}

.nav_about_sub_link_filter {
    background-color: rgba(239,239,239,0.3);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.nav_about_sub_link_filter h3 {
    color: #fff;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 1.25rem;
}
.nav_about_sub_link_filter p {
    color: #fff;
    text-align: center;
}

.page_header_title_lv2 {
    font-size: 2.25rem;
    margin-bottom: 150px;
}



.grecaptcha-badge {
    visibility: hidden;
}

.breadcrumb{
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    letter-spacing: 0.04rem;
}
.breadcrumb ul{
    display: inline;	
}
.breadcrumb ul li{
    width: auto;
    display: inline;
	margin: 0 0.5rem;
    font-size: 0.8rem;
}
.page_lv2_body_ul {
}
.page_lv2_body_ul li {
    list-style-type: square;
    margin-left: 35px;
}
.page_lv2_body_ol  {
}
.page_lv2_body_ol li {
    list-style-type: decimal;
    margin-left: 35px;
}
.page_lv2_body_mainimage img{
    width: 100%;
    height: auto;
}
.page_lv2_body_image-full{
	width: 80%;
	/*margin: 0 10%;*/
	margin: auto;
	margin-bottom: 4rem;

}
.page_lv2_body_image-full img{
    width: 100%;
    height: auto;
	
}
.page_lv2_body_image-full figcaption{
    font-size: 0.85rem;
    width: 100%;
    height: auto;
    margin-top: 10px;
    line-height: 1.8rem;
}

.page_lv2_body_left{
	width: 46%;
    float: left;
	/*margin: 0 2%;*/
	margin-right: 4%;
}
.page_lv2_body_left img{
    width: 100%;
    height: auto;
}
.page_lv2_body_left figcaption{
    font-size: 0.85rem;
    width: 100%;
    height: auto;
    margin-top: 10px;
    line-height: 1.8rem;
}

.page_lv2_body_right{
	width: 46%;
    float: right;
	margin: 0 2%;
}
.page_lv2_body_right img{
    width: 100%;
    height: auto;
}
.page_lv2_body_right figcaption{
    font-size: 0.85rem;
    width: 100%;
    height: auto;
    margin-top: 10px;
    line-height: 1.8rem;
}

.toform_link{
	float: none;
    background-color: #979797;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
	width: 200px;
	margin-top:50px;
	margin-bottom:40px;
}
.toform_link a{
    text-align: center;
    display: block;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    font-size: 1.2rem;
    line-height: 20px;
}

.clear{
	clear: both;
}
#formApply form ul li .input_area input {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
}
#formApply form ul li .input_area select{
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 1rem;
    border: none;
    letter-spacing: 0.1rem;
    border-bottom: 2px solid #000;
}

.top-coment  {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
	margin-bottom: 2rem;
    clear: both;
    float: none;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: left;
	max-width: 100%;
}
.sciens-title .top-coment .date {
    text-align: right;
    font-weight: bold;
    float: right;
}
.interview {
    /*background-color: #AACE73;*/
    margin-bottom: 50px;
}
.interview_body {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: auto;
    overflow: auto;
    display: flex;
    justify-content: space-between;
}
.interviewee_photo {
    width: 35%;
    height: auto;
}
.interviewee_photo figure {
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.interviewee_photo figure img {
    width: 100%;
}
.interviewee_contents {
    width: 60%;
}
.interviewee_contents p {
    line-height: 1.8rem;
}
.interview_title2 {
    margin-bottom: 1rem;
}
.interview_copy {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.4rem;
}
.interviewee_name {
    color: #000000;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 600;
    line-height: 3rem;
}
.page_lv2_body_table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-collapse: collapse;
}
.page_lv2_body_table tbody tr th {
    text-align: center;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    background-color: #94CD93;
    border-collapse: collapse;
    border: 1px solid #FFFFFF;
}
.page_lv2_body_table tbody tr td {
    border: 1px solid #9C9C9C;
    border-collapse: collapse;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    text-align: center;
}
.article_block {
	margin-bottom: 4rem;
    overflow: auto;
}
#scientist_interview {
	counter-reset: number 0; 
}
#scientist_interview .page-links {
    display: flex;
    justify-content: center;
    width: 100%;
    
}
#scientist_interview .page-links a {
	width: auto;
	
}
#scientist_interview .page-links span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid #000;
    margin: 1rem;
}
#scientist_interview .page-links .current span{
    width:100%;
    height:100%;
    margin:0; 
    color: #fff;
}
#scientist_interview .page-links .current {
    background-color: #525252;
    border: none;
    color: #fff;
}

#scientist_interview h2 {
	padding-left: 5rem;
	text-indent: -4rem;
	line-height: 3.0rem;
	margin-bottom: 4rem;
	font-size: 1.6rem;
    letter-spacing: 0.06rem;
}
#scientist_interview h3 {
	font-size: 1.4rem;
    letter-spacing: 0.04rem;
    border-bottom: 2px solid #4BB134;
    padding: 0.5rem;
	margin-bottom: 1.25rem;
}
#scientist_interview h4 {
    font-size: 1.1rem;
    letter-spacing: 0.02rem;
    margin-bottom: 1rem !important;
    padding-top: 1rem;
    line-height: 2rem;
}
/*
#scientist_interview h2:before {
	counter-increment: number 1;
    content: counter(number);
	border: 3px solid #D64182;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
	padding-left: 1.1rem;
	padding-right: 1.1rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
	margin-right: 20px;
	width: 100px;
}*/
#scientist_interview h2 .number {
	display: inline;
    border: 3px solid #D64182;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-right: 20px;
    width: 60px;
}
.sciens_titleno {
	border: 3px solid #D64182;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
	padding-left: 1.1rem;
	padding-right: 1.1rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
	margin-right: 20px;
	width: 100px;
}
.index_box {
    border: 3px solid #000000;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 2rem;
    padding: 1.5rem;
}
.index_box li {
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    list-style-type: decimal;
    font-weight: 600;
}

.width_page_solutionhead {
	margin-bottom: 0rem;
    overflow: hidden;
}
#soltion-lv {
	counter-reset: number 0;
}
#soltion-lv .width_page_solutionhead .page_lv2_title.width_page_900 .sciens-title {
}
#soltion-lv h2,
.partners_area h2 {
	/*margin-top: 6rem;
    margin-bottom: 4rem;*/
    margin-top: 4rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
	font-size: 1.6rem;	/* for Avada */
}

/* for Avada */
#soltion-lv h3,
.partners_area h3 {
	font-size: 1.4rem;	
	letter-spacing: 0.04rem;
	margin-bottom: 1.4rem;
	margin-top: 1.4rem;
}
/* for Avada */
#soltion-lv h4,
.partners_area h4 {
	font-size: 1.1rem;	/* for Avada */
	letter-spacing: 0.02rem;
	margin-top: 1.46rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
}
#soltion-lv h2:after,
.partners_area h2:after{
	content:"";
	display:block;
	width:8rem;
	height:6px;
	margin-top: 1rem;
	background-color:#D64182;
}
#soltion-lv .partners_area h2:after,
.partners_area h2:after {
	background-color:#D64182;
}
#soltion-lv table {
    border-bottom: 2px solid #ddd !important;
    border-top: 2px solid #ddd !important;
}
#capability h3 {
	padding-top: 0.5rem;
    padding-left: 1rem;
	font-weight: 500;
    font-size: 1.2rem;
	border-bottom: none;
}
#capability h4 {
	margin-bottom: 0.4rem !important;
	font-weight: 600;
    font-size: 1rem;
}
#capability table {
    border-bottom: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
	margin-bottom: 2rem;
}
#capability h4, #capability table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#capability .wp-block-group,
#capability .tablepress{
    overflow: hidden;
    height: 0px;
}
.solution_bg   {
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.partners_area  {
	padding: 2rem 0rem 4rem;
}

.solution_titlearea p  {
    margin-bottom: 2rem;
}
.solution_article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.solution_articlebox h3 {
    text-align: center;
}
.solution_articlebox {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    padding-top: 1rem;
    /* padding-right: 1rem; */
    padding-bottom: 1rem;
}
.solution_articlebox figure{
	margin-bottom: 1rem;
	width: 100%;
}
.solution_articlebox figure img {
	width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
}
.solution_articlebox p {
	margin:0;
	padding: 0;
	max-width: 100%;
}
.article_block p {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.soltion_categorybox {
    border: 4px solid #42A253;
    padding: 2rem 1rem 3rem;
    width: 23%;
}
.soltion_categorybox figure{
	margin-bottom: 1rem;
}
.soltion_categorybox figure img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}
.soltion_categorybox h3 {
    text-align: center;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.en .soltion_categorybox h3 {
    height: 3rem;
    letter-spacing: 0.02rem;
}
.soltion_categorybox p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
	line-height: 1.5rem;
}
.soltion_categorybox .detail_link {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #0071BC;
	font-size: 0.9rem;
}
.doushutsu {
    border: 4px solid #42A253;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.doushutsu figure {
    margin: 0;
}
.doushutsu figure img {
    width: 80px;
    height: auto;
}
.doushutsu h3 {
    margin: 0;
    text-align: center;
    font-size: 1rem;
}
.doushutsu p {
    margin:0;
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 55%;
}
.doushutsu .detail_link {
    display: inline-block;
    text-align: center;
	color: #0071BC;
	font-size: 0.9rem;
}
.solution_article .solution_contact {
	margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 30%;
    margin-bottom: 1rem;
}
.solution_contact h3 {
	display: flex;
    justify-content: flex-start;
	align-items: center;
	height: 4rem;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.solution_contact h3:before {
	counter-increment: number 1;
    content: counter(number);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    width: 3.5rem;
    border: 3px solid #4AB034;
	background-color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-right: 20px;
	
}
.solution_contact .namber  {
    width: 30px;
    margin-right: 1rem;
    border: 3px solid #4AB034;
    background-color: #FFFFFF;
    display: block;
    height: 30px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    float: left;
}
.solution_article .solution_contact figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
    clear: both;
}
.solution_article .solution_contact figure img {
    width: 100%;
    height: auto;
}
.solution_article_list {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.solution_contact p {
    margin-top: 2rem;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.partners_area h2 {
	width: 100%;
	text-align: center;
}

.partners_block ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.partners_block ul li {
    width: 18%;
    height: auto;
    margin: 1%;
    float: left;
}
.partners_block ul li a {
    display: block;
}
.partners_block ul li a img {
    width: 150px;
    height: auto;
    display: block;
}

.new_area_wrap {
    display: flex;
    justify-content: space-between;
}
.news_area{
    width: 47%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 30px;
}
.top-blog_title{
    border-bottom: 3px solid #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-blog_title h3 {
    font-weight: 500;
    text-align: left;
    width: 110px;
	margin:0;
    margin-right: 20px;
	padding: 0;
}
.categoly_icon{
}
.categoly_icon li{
    float: left;
    background-color: #373737;
    border-radius: 4px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.categoly_icon li a{
    display: block;
    color: #FFFFFF;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.to_archive{
    margin-left: 1rem;
    font-size: 0.75rem;
    float: right;
}
.top-blog{}
.top_info_list{
    border-bottom: 1px solid #000000;
	padding: 1rem;
	height: 10rem;
    overflow: hidden;
}
.top_info_list a{
    display: block;
}
.top_info_list a .info_date{
    font-weight: bold;
    text-align: left;
    margin-right: 2rem;
}
.top_info_list a .news_category,
.post_list_category_tag 
{
    background-color: #373737;
    color: #FFFFFF;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 4px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.top_info_list p{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.top_info_list a .semi_thumnail{
    background-color: #929292;
    width: 40%;
    height: 8rem;
    margin-right: 1rem;
    display: block;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.top_info_list a .semi_thumnail img{
    width: auto;
    height: 100%;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
.top_info_list a .semi_date{}
.staff_blog{}
.staff_blog h2 {
    text-align: center;
    background-image: url(../images/h3_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    line-height: 3rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
}
.blog_slider {
}
.top_blog_item   {
    /*border-left: 1px solid #9E9E9E;*/
    display: block;
}
.top_blog_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
	width:100%;
    height: 450px;
    margin-right: 0px;
}
.top_blog_item figure {
    margin:0;
	margin-bottom: 10px;
    padding: 0;
	height: 140px;
}
.top_blog_item figure img {
    margin: 0;
	padding: 0;
    height: 100%;
    width: auto;
    display: block;
}
.top_blog_item .staffblog_name {
	font-weight: 500;
    font-size: 1.2rem;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
.blog_slider .article_disc_block {
    padding: 0;
}
.blog_slider .top_blog_item p {
	margin: 0;
    line-height: 1.2rem;
	width: 100%;
}
.blog_slider .top_blog_item .blog_title {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: bold;
    margin: 0;
}
.top_slider {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 4rem;
}
.top_slider figure   {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.top_slider figure img  {
    width: auto;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-caption {
    position: absolute;
    right: 20%;
    bottom: 30%;
    background: #000;
    color: #fff;
    width: 30%;
	height: 30%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
/* Caption styles */

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*Slick Slider コンテンツスライダースタイル*/
.slick-slide {
      margin: 0px 1rem;
    }
.slick-slide img {
      width: 100%;
    }

.slick-prev:before, .slick-next:before {
      color: black;
     border-radius: 2rem !important;
    }

.slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
.slick-active {
      opacity: 1;
    }

.slick-current {
      opacity: 1;
    }
.article_fig_list .slick-track {
	/*height: 550px;*/
    background-color: #f8f8f8;
}
.article_fig_list .slick-slide {
    margin:0;
	}
.slick-slide div {
	/*height: 100%;*/
}
.slick-slide .article_disc_block {
    border: none;
}
.slick-slide article {
    margin-bottom: 0;
    /*
	height: 100%;
    display: flex !important;
    */
}
.staff_blog .slick-slide article {
	/*height: 450px;*/
}


.sol_chapter{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.sol_chapter h3 .chapter_no{
    border: 3px solid #52C13A;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    text-align: center;
    display: block;
    line-height: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    float: left;
}
.sol_chapter h3{
    line-height: 3rem;
}
.sol_chapter h4{
    border-bottom: 1px solid #52C13A;
    clear: both;
}
.sol_chapter ul{
    list-style-type: circle;
    margin-bottom: 3rem;
}
.sol_chapter ul li{
    list-style-type: circle;
    margin-left: 2rem;
}
#soltion-lv .page_lv2_body h1 {
	font-size: 2rem;
	line-height: 1.575;
    text-align: center;
    padding: 2rem;
}
#soltion-lv h2 {
    min-height: 3rem;
    height: auto;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
	text-align: center;
}



#soltion-lv .page_lv2_title {
	border-bottom: none;
}
.solution_nav {
	counter-reset: number 0; 
	background-image: url("../images/solution/bg_puzzle.png");
	background-repeat: repeat;
	padding: 2rem 0rem;
}
.solution_flow_figlist {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.solution_flow_figlist li {
	display: block;
	border: 1px solid #52C13A;
	padding: 0.5rem 1rem;
	background-color: #ffffff;
}
.solution_flow_figlist li:nth-of-type(1) {
	width:16%;
	
}
.solution_flow_figlist li:nth-of-type(2) {
	width:50%;
	
}
.solution_flow_figlist li:nth-of-type(3) {
	width:33%;
	
}
.solution_flow_figlist h4 {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
}
.solution_flow_figlist figure {
	text-align: center;
	overflow: auto;
	margin-bottom: 0;
}
.solution_flow_figlist img {
	width: 10rem;
	height: auto;
}
.solution_flow_txtlist {
	display: flex;
	justify-content: space-between;
}
.solution_flow_txtlist li {
	display: flex;
    align-items: center;
	width: 16%;
    background-color: #BEBEBE;
    padding: 0.5rem 1rem;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.6;
	padding-left: 1rem;
	color:#fff;
}

.solution_flow_txtlist li div {
	color:#fff;
}

.solution_flow_txtlist li:before {
	counter-increment: number 1;
    content: counter(number);
	display: inline-block;
	width: 1rem;
	text-align: center;
	margin-right: 1rem;
    font-size: 1.5rem;
}
.solution_flow_txtlist li span {
	color: #ffffff;
}
.solution_flow_txtlist .selected,
.solution_flow_txtlist .selected_const{
	background-color: #52C13A;
}

.sol_chapter {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding: 2rem;
	display: none;
}

.sol_sample {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding: 2rem;
	display: block;
}
.sol_chapter.selected {
	display: block;
}
.sol_chapter h3 .chapter_no{
    border: 3px solid #52C13A;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    text-align: center;
    display: block;
    line-height: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    float: left;
}
.sol_chapter h3,
.sol_sample h3 {
    line-height: 3rem;
}
.sol_chapter h4,
.sol_sample h4 {
    border-bottom: 1px solid #52C13A;
    clear: both;
}
.sol_chapter ul,
.sol_sample ul {
    list-style-type: circle;
    margin-bottom: 3rem;
}
.sol_chapter ul li,
.sol_sample ul li {
    list-style-type: circle;
    margin-left: 2rem;
}

.sol_sample_fig {
    text-align: center;
    margin: 0 auto;
    background-color: #ffffff;
}
.sol_sample_fig .solution_nav {
    padding-top: 0;
    margin-bottom: 1rem;
}
.sol_sample_desc {
    text-align: left;
    margin-bottom: 2rem;
}
.sol_sample_desc li {
    margin-bottom: 0.7rem;
}
.list_squere ,
.list_checkmark {
    margin-bottom: 3rem;
}
.list_squere li,
.list_checkmark li {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
	padding-bottom: 0.5rem;
}
.list_squere li::before {
    content: "\2588";
    color: #52C13A;
    margin-right: 0.2rem;
}

.list_checkmark li::before {
    content: "\2713";
    color: #D64182;
    margin-right: 0.2rem;
}



.new_modality_list {
	display: flex;
	align-items: stretch;
    justify-content: space-around;
    flex-wrap: wrap;
	margin-bottom: 8rem;
}
.new_modality_list article {
	/*margin: auto 1rem;*/
    display: flex;
    flex-direction: column;
}
.new_modality_list article p:last-of-type{
    margin-top: auto;
}
.kadai_link{

}
.kadai_sublink,
.kadai_link .sub-menu{
    display: none;
    margin: 0px;
    padding: 0px;
    width:100%;
    overflow: hidden;
}
.kadai_link.three_area li .kadai_sublink li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
}
.kadai_link li > a::after {
    content: url("../images/icon/navigate_next-24px.svg");
    display: inline-block;
    position: absolute;
    right: 0.2rem;
    top: 27%;
    line-height: 1rem;
}
.kadai_link .sub-menu li > a::after {
    top: 15%;
}
.kadai_link li.none-link > a::after {
    content: none;
}
.kadai_link li.menu-item-has-children > a::after {
    content: url("../images/icon/add_circle_outline-black-24dp.svg");
    display: inline-block;
    position: absolute;
    right: 0.2rem;
    top: 27%;
    line-height: 1rem;
}
.kadai_link .menu-item-has-children > a.open::after {
    content: url("../images/icon/remove_circle_outline-black-24dp.svg");
    display: inline-block;
    position: absolute;
    right: 0.2rem;
    top: 27%;
    line-height: 1rem;
}
.kadai_link li{
    border: 3px solid #52C13A;
    background-color: #FFFFFF;
    border-collapse: collapse;
	margin-top: -2px;
}
.kadai_link .kadai_el_title {
	width: 100%;
	text-align: center;
}
.kadai_link .material-icons {
	color: #D64182;
	display: block;
    position: absolute;
    right: 1rem;
}
.kadai_link li:last-of-type,
.kadai_link .sub-menu li:last-of-type {
	border-bottom: 3px solid #52C13A;
}
.kadai_sublink li,
.kadai_link .sub-menu li{
    border-top: 1px solid #52C13A;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 0px;
    padding: 0px;
    background-color: #CEEECD;
}
.kadai_sublink li:last-of-type,
.kadai_link .sub-menu li:last-of-type {
	border-bottom: none;
}
.kadai_link li a {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 0.9rem;
    padding-left: 0rem;
    letter-spacing: 0;
}
.kadai_sublink li a,
.kadai_link .sub-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 0.85rem;
    background-color: #CEEECD;
    line-height: 1.5rem;
    min-height: 2.8rem;
}

.kadai_link .sub-menu .sub-menu li a {
    background-color: #A7E0A5;
    padding-left: 3rem;
}
.kadai_link .sub-menu .sub-menu li {
    border: none;
    background-color: #A7E0A5;
}
.kadai_link.three_platform > li,
.kadai_link.three_area > li {
    margin-right: 2%;
    margin-bottom: 1.5rem;
    width: 23%;
}
.kadai_link.three_platform > li:nth-of-type(4n) {
    margin-right: 0;
}
.kadai_link li:hover .kadai_sublink,
.kadai_link li:hover .sub-menu {
    /*display: inline;*/
}
.kadai_link.three_platform > li::before,
.kadai_link.three_area > li::before {
	content: "";
    text-align: center;
    width: 100%;
    height: 90px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.threePlatform_kagoubutsu-kanri::before {
	background-image: url("/wp-content/uploads/2021/03/threePlatform_kagoubutsu-kanri.jpg");
}
.threePlatform_idenshi-kaihen::before{
	background-image: url("/wp-content/uploads/2021/03/threePlatform_idenshi-kaihen.jpg");
}
.threePlatform_omics::before{
	background-image: url("/wp-content/uploads/2021/03/threePlatform_omics.jpg");
}
.threePlatform_bioinformatics::before{
	background-image: url("/wp-content/uploads/2021/03/tthreePlatform_bioinformatics.jpg");
}
.threePlatform_byouri::before{
	background-image: url("/wp-content/uploads/2021/03/threePlatform_byouri.jpg");
}
.threeArea_gan::before{
	background-image: url("/wp-content/uploads/2021/03/threeArea_gan.jpg");
}
.threeArea_meneki-shikkan::before{
	background-image: url("/wp-content/uploads/2021/03/threeArea_meneki-shikkan.jpg");
}
.threeArea_chusu-shikkan::before{
	background-image: url("/wp-content/uploads/2021/03/threeArea_chusu-shikkan.jpg");
}
.threeArea_shinkekkan-shikkan::before{
	background-image: url("/wp-content/uploads/2021/03/threeArea_shinkekkan-shikkan.jpg");
}
.threeArea_taisha-shikkan::before{
	background-image: url("/wp-content/uploads/2021/12/threeArea_taisha-shikkan.jpg");
}
.threeArea_shoukaki-shikkan::before{
	background-image: url("/wp-content/uploads/2021/03/threeArea_shoukaki-shikkan.jpg");
}
.threeArea_jin-shikkan::before{
	background-image: url("/wp-content/uploads/2021/08/threeArea_jin-shikkan.jpg");
}
.threeArea_shinkei-kinshikkan::before{
	background-image: url("/wp-content/uploads/2022/03/threeArea_shinkei-kinshikkan.jpg");
}


.kadai_sublink li a:hover,
.kadai_link .sub-menu li a:hover  {
    background-color: #94CD93;
    color: #FFFFFF;
}
.solution_articlebox ul {
	width: 100%;
	color: rgba(82,193,58,1.00)
}
.sol_title_block {
	border: 3px solid #52C13A;
	width:100%;
	text-align: center;
	margin-bottom: 1.5rem;
}
.sol_title_block h3 {
	width: 100%;
	margin: 0;
    padding: 0.5rem;
}
.sol_title_block figure {
	margin-bottom: 0;
    padding: 1rem;
}
.sol_title_block figure img {
	height: 111px;
	width: auto;
}
.dot {
    background-image: repeating-radial-gradient(circle, rgba(198,248,185,0.65), rgba(198,248,185,0.65) 2px, transparent 2px, transparent 100%);
    background-size: 4px 4px;
}
.kadai_link.three_platform,
.kadai_link.three_area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: flex-start;
}
.popup-menu {
    display: none;
}
.popup-menu .wrapper{
    max-width: 95%;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #4BB134;
    border-top: none;
    padding: 40px 10px;
    box-sizing: border-box;
    overflow: auto;
    height: 80vh;
    filter: drop-shadow(0 4px 4px #888);
}

#kadai-menu.popup-menu .wrapper {
    left: 40px;
	padding: 20px 10px;
}
#newmodality-menu.popup-menu .wrapper {
    width: 268px;
    left: 53%;
    height: auto;
}
.popup-menu .solution_article {
    width: 100%;
}
#kadai-menu.popup-menu .solution_article {
    justify-content: flex-start;
}
.popup-menu .sol_title_block figure {
    display: none;
}
.popup-menu .sol_title_block {
    border: none;
    margin-bottom: 0;
}
.popup-menu .sol_title_block h3 {
    padding: 0;
}
.popup-menu .solution_articlebox ul {
    padding-left: 1rem;
}
.popup-menu .solution_articlebox h3 {
    text-align: left;
    font-size: 1.062rem;
    margin-top: 0;
    margin-bottom: 8px;
}
#kadai-menu.popup-menu .solution_articlebox h3 {
    margin-bottom: 1rem;
    padding: 0px 0.875rem;
    height: 3.5rem;
    background-color: #4BB134;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.popup-menu .kadai_link li {
    border: none;
}
.popup-menu .kadai_link li:last-of-type, .kadai_link .sub-menu li:last-of-type {
    border-bottom: none;
}
.popup-menu .kadai_link li a {
    display: block;
    text-align: left;
    line-height: 1.2rem;
    padding-left: 0;
    padding-top: 11px;
    padding-bottom: 0px;
    min-height: 40px;
}
#kadai-menu.popup-menu .kadai_link li a {
    font-weight: 600;
	padding-top: 6px;
    padding-bottom: 6px;
}
.popup-menu .kadai_link li > a::after {
    top: 14%;
    line-height: 1rem;
}
.popup-menu .kadai_link li > a::before {
	content: "";
    bottom: 6px;
	left: 0;
	width: 0%;
    height: 1px;
	position: absolute;
	display: block;
	background-color: #D64182;
	transition: width 0.4s;
}
.popup-menu .kadai_link li:hover > a::before {
	width: 85%;
}
/*
.popup-menu .kadai_link li.none-link > a::before {
    content: none;
}
*/
.popup-menu .kadai_link > li > a::before {
    content: none;
}
.popup-menu .kadai_sublink, 
.popup-menu .kadai_link .sub-menu {
    display: block;
}
.popup-menu .kadai_sublink li, 
.popup-menu .kadai_link .sub-menu li {
    border-top: none;
    background-color: #ffffff;
}
.popup-menu .kadai_sublink li a, 
.popup-menu .kadai_link .sub-menu li a {
    background-color: #ffffff;
    padding-left: 0;
}
#kadai-menu.popup-menu .kadai_sublink li a, 
#kadai-menu.popup-menu .kadai_link .sub-menu li a {
    font-weight: 400;
}

#kadai-menu.popup-menu .kadai_sublink li.none-link a, 
#kadai-menu.popup-menu .kadai_link .sub-menu li.none-link a {
    /*color: #bbbbbb;*/
}
.popup-menu .kadai_link .sub-menu .sub-menu li a {
    background-color: #ffffff;
}
.popup-menu .kadai_sublink, 
.popup-menu .kadai_link .sub-menu .sub-menu{
    display: none;
}
.popup-menu .kadai_sublink li a:hover,
.popup-menu .kadai_link .sub-menu li a:hover  {
    color: #000000;
}
.popup-menu .kadai_link .sub-menu li.menu-item-has-children > a {
	cursor: pointer;
}

.popup-menu .kadai_link li.menu-item-has-children > a::after {
    display: none;
}
.popup-menu .kadai_link .sub-menu li.menu-item-has-children > a::after {
    display: inline-block;
}
.popup-menu .kadai_link.three_platform, 
.popup-menu .kadai_link.three_area {
    flex-direction: column;
}
.popup-menu .kadai_link.three_platform > li, 
.popup-menu .kadai_link.three_area > li {
    width: 100%;
}
.popup-menu .kadai_link.three_platform > li::before, 
.popup-menu .kadai_link.three_area > li::before {
    display: none;
}
.popup-menu .solution_article:first-of-type .solution_articlebox{
    width: 21rem;
    padding: 0px 30px;
    border-right: 1px solid #E0E0E0;
}
.popup-menu .solution_article:first-of-type .solution_articlebox:last-of-type{
    border-right: none;
}
.popup-menu .solution_article:last-of-type{
    margin-top: 0px;
}

#newmodality-menu.popup-menu .solution_article{
    margin-top: 0px;
}
.popup-menu .solution_article:last-of-type .solution_articlebox{
    padding: 0px 30px;
	margin-bottom: 4rem;
}
#kadai-menu.popup-menu .solution_article:last-of-type .solution_articlebox {
	max-width: 20%;
    padding: 0px 3px;
}
#newmodality-menu.popup-menu .solution_article .solution_articlebox{
	max-width: 100%;
    width: 100%;
    border-right: none;
	margin-bottom: 0rem;
}
.popup-menu .solution_article:last-of-type .solution_articlebox:first-of-type {
    border-right: 1px solid #E0E0E0;
}
.popup-menu .solution_articlebox {
    align-items: flex-start;
}

.popup-menu .kadai_link.three_platform > li, 
.popup-menu .kadai_link.three_area > li {
    margin-bottom: 0;
}

#sp_header_search_box {
    display: none;
}

#header_search_box,
.freetext_search_box {
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
}
.freetext_search_box {
    display: flex;
    margin-bottom: 4rem;
}
#header_search_box {
    display: flex;
    margin-left: 1rem;
}
#header_search_box form,
.freetext_search_box form {
    display: flex;
}
.freetext_search_box form {
    margin: 0;
}

.freetext_search_box form input[type="text"]{
    height: 38px;
    width: 450px;
    font-size: 14px;
    padding-left: 12px;
    margin-right: 0;
    border-color: #707070;
    border-right: 0;
    border-radius: 0;
    border-width: 2px;
}
.freetext_search_box form input[type="text"]:focus,
#header_search_box form input[type="text"]:focus{
    outline: none;
}
#header_search_box form input[type="text"]{
    height: 30px;
    width: 150px;
    font-size: 12px;
    padding-left: 12px;
    margin-right: 0;
    border-color: #707070;
    border-right: 0;
    border-radius: 0;
    border-width: 1px;
}
#header_search_box form input[type="submit"] {
    margin-left: 0;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #707070;
    border-left: 0;
    color: #ffffff;
    padding: 0;
}
.freetext_search_box form input[type="submit"] {
    margin-left: 0;
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    border: 2px solid #707070;
    border-left: 0;
    color: #ffffff;
    padding: 0;
}
.freetext_search_box .material-icons
{
    left: -50px;
    pointer-events: none;
}
#header_search_box .material-icons
{
    left: -30px;
    pointer-events: none;
    width: 12px;
    color: #707070;
}

.clients_graph {
    
}

.video-holder,
.wp-block-embed-youtube .wp-block-embed__wrapper {
display: inline-block;
position: relative;
/*padding-bottom: 60%;*/
width: 100%;
}
.video-holder iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
height: 100% !important;
position: absolute;
top: 0; left: 0;
width: 100% !important;
}
#ike-channel .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
#kaitaishinsho .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
height: 94% !important;
}

.recruit-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.recruit-detail .article_title {
    margin-bottom: 1.5rem;
}
.recruit-detail .job_type {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}
.recruit-detail .job_type::after {
    content:"";
	display:block;
	width:3.4rem;
	height:2px;
	margin: 0.4rem auto 0rem;
	background-color:#52C13A;
}

.tablepress.column-header th,
.wp-block-table tr td:first-child {
    width: 25%;
    background-color: #B0E3A3;
    border-top: 1px solid #ddd;
    font-weight: normal;
    vertical-align: text-bottom;
    line-height: 2rem;
    letter-spacing: 0.02rem;
    padding: 1rem 1.5rem;
}
.tablepress.column-header td,
.wp-block-table tr td:last-child {
    vertical-align: top;
    line-height: 2rem;
    letter-spacing: 0.02rem;
    padding: 1rem 1.5rem;
}
.wp-block-table td {
    border-top: 1px solid #ddd;
}
.tablepress.column-header tbody,
.wp-block-table tbody {
    border: 1px solid #ddd;
}

.page_footer_dl {
    padding-top:3rem;
}
.reset_search_result{
	font-size: 0.8rem;
}
.seminar_info {
	display: none;
}

header.staff_interview {
    text-align: center;
    margin-bottom: 4rem;
}
.staff_interview div {
    margin-bottom: 4rem;
}
.staff_interview h1 {
    margin-bottom: 1.5rem;
}
.staff_overview {
    overflow: auto;
}
.staff_overview figure {
    width: 40%;
    height: auto;
    margin-right: 2rem;
    margin-bottom: 1rem;
    float: left;
}
.breadcrumb span span {
    color: #52C13A;
    font-weight: 500;
}

.breadcrumb .current-item {
    color: #000000;
    font-weight: normal;
}
.accordion_button {
	border-bottom: 1px solid #52C13A;
}
.accordion_button::after {
	content: "▼";
    color: #52C13A;
    text-align: right;
    display: inline-block;
    width: auto;
    float: right;
    font-size: 0.8rem;
    bottom: 0.3rem;
    position: absolute;
    right: 0.2rem;
}
.accordion_button.accordionOpened::after {
	content: "▲";
}
.accordion_button + p {
	overflow: hidden;
	height: 0px;
}

.linked_block {
    cursor: pointer;
}

.none-caption figure {
	height: auto;
	display: block;
	background-color: #ffffff;
}

.checkPostList {
	border:1px solid #000000;
}
.checkPostList td,
.checkPostList th 
 {
	border:1px solid #000000;
}

.boardListTitle {
    display: inline-block;
    width: 19rem;
    padding-bottom: 0.9rem;
}
.boardListName {
    display: inline-block;
}

.search-siteall article {
    width: 100%;
    height: auto;
    padding: 2rem;
    margin-right: 0;
    border-top: 2px solid #000;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.search-siteall article .wrapper {
    width: 65%;
}
.search-siteall .article_title {
    margin: 0;
    margin-bottom: 1rem;
    padding-top: 0;
    line-height: 2rem;
    font-size: 1.1rem;
}
.search-siteall .post_overview {
    margin-bottom: 2rem;
    font-size: 0.9rem;
    line-height: 1.6rem;
}
.search-siteall figure {
    top: 2.8rem;
    width: 30%;
}

.block-column-border-left {
	border-left: 2px solid #d3d3d3;
    padding-left: 1.5rem;
}

.side-nav-block {
    border: 2px solid #4BB134;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-bottom: 1rem;
}
.menu-service {
	
	
}