/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#toppest {
    position: relative;
    background-color: rgba(255,255,255,0.8);
}
.all_contact, .all_copyright{
	position: fixed;
    top: 150px;
    font-size: 14px;
    color: #000;
	margin-bottom:0;
}
.all_contact{font-weight:300; letter-spacing:0.1em;line-height:1.5;right: 82px;transform-origin: left bottom;transform: translateX(100%) rotate(90deg);z-index:9;}
.all_copyright {line-height: 1;left: 52px;transform-origin: left bottom;transform: translateX(0%) rotate(90deg);}
.l-grid__wrapper {
    position: relative;
}
.l-grid__wrapper.gray{background-color:#f7f7f7}
.l-grid__left {
    pointer-events: none;
}
.l-grid__left:before {
    position: absolute;
    top: 0;
    left: 10%;
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
    content: "";
}
.l-grid__left:after {
    position: absolute;
    top: 0;
    left: 30%;
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
    content: "";
}
.l-grid__right {
    pointer-events: none;
}
.l-grid__right:before {
    position: absolute;
    top: 0;
    right: 10%;
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
    content: "";
}
.l-grid__right:after {
    position: absolute;
    top: 0;
    right: 30%;
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
    content: "";
}

.l-grid__center {
    pointer-events: none;
}
.l-grid__center:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
    content: "";
}
.l_fv01__wrap02 {
    width: 100%;
    height: 100%;
    display: flex;
}
.l_fv01__wrap03 {
    width: 50%;
    height: 100%;
}
#kv {
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.w-state--reg {
    width: calc(100% - 50px);
    max-width: 1200px;
    position: static;
    margin-right: auto;
    margin-left: auto;
}
.kv__txt-inner {
    width: auto;
    letter-spacing: 0.08rem;
    margin-top: -65px;
    position: relative;
    z-index: 20;
}
.lede-message {
    background-color: #FFF;
    display: inline-block;
    padding: 5px 10px;
}
.lede-message {
    line-height: 1;
}
.kv-inner__ttl.tbig{
    font-size: 5rem;
	line-height: 1;
    padding-bottom: 0;
	padding-top: 0;
}
.kv-inner__ttl.tsmall {
    font-size: 2rem;
    padding-top: 0px;
	line-height: 1;
    padding-bottom: 0;
    letter-spacing: 0;
}
.kv-inner__ttl {
    font-family: 'Oswald', sans-serif;
	font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.2rem;
}
.kv-inner__txt {
    font-size: 1.5rem;
    margin-bottom: 12px;
    padding-left: 10px;
}
.kv__txt-wrap p {
    margin: 0;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
	font-weight:300;
    padding-left: 10px;
}
.en {
    font-weight:400;
	color:#000;
}
.uppercase {
text-transform: uppercase;
}
.oswald{font-family: 'Oswald', sans-serif;}
.news-wrap {
    position: relative;
    background-color: rgba(20,60,120,0.05);
    padding: 110px 0 180px;
    margin: 200px auto 0;
    z-index: 1;
}
.news-wrap:before{
	background-image:url(../images/brain.svg);
	width:286px;
	height:239px;
	position:absolute;
	z-index:2;
	left:50%;
	margin-left:-600px;
	bottom:-60px;
	content: "";
}

.section-contents {
    margin: 0 auto 110px;
}
.w-state--reg {
    width: calc(100% - 50px);
    max-width: 1200px;
    position: static;
    margin-right: auto;
    margin-left: auto;
}
.news-inner {
    position: relative;
    max-width: 1450px;
	z-index:2;
}
.news-inner:before {
    content: "";
    position: absolute;
    background-image: url(../images/img-map4.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 97%;
    right: -140px;
    z-index: 0;
    width: 1450px;
    height: 671px;
    transform: scale(0.8);
}

.newsList, .professional, .tpaper {
    margin-bottom: 50px;
	margin-top:30px;
}
.tpaper li{display:flex;flex-direction:row;border-bottom: #e7e7e7 1px solid;
    padding: 30px 0;
    overflow: hidden;
    position: relative;}
	
.tpaper li span.headtitle {
    font-size: 15px;
    line-height: 8px;
	text-align: center;
    font-weight: 800;
    color: #222;
}
	
.tpaper li span.date {
    width: 97px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #739097;
}
.tpaper li span.speaker{
	width: 183px;
	font-size: 14px;
	line-height: 25px;
    color: #000;
    text-align: left;
}
.tpaper li span.title {
    font-size: 1.1em;
    line-height: 1.5;
	margin-bottom:0
}
.newsList li {
    border-bottom: #e7e7e7 1px solid;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.newsList li a{color:#666;font-weight: 400;}
.newsList li a:hover{color:#000}
.newsList li span.date {
    display: block;
    width: 97px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    color: #739097;
    position: absolute;
    top: 30px;
    left: 0;
}
.newsList li span.cat{
    display: block;
    width: 114px;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 97px;
}

.newsList li span.cat.news-event{
    background-color: #a7d4b1;
}
.newsList li span.cat.news-information{
    background-color: #a7c6d4;
}
.newsList li span.cat.news-media{
    background-color: #a7d4c0;
}
.newsList li span.cat.news-research, .blogTitle span.cat.news-research {
    background-color: #a7d4ce;
}
.newsList li p {
    margin-left: 240px;
    font-size: 1.1em;
    line-height: 1.666;
	margin-bottom:0
}
.professional{display:flex;flex-wrap:wrap;}
.professional li{
	padding: 0;
	display:block;
	width:calc(100% / 6);
	padding:10px 20px;
	overflow: hidden;
    position: relative;
}

.professional li span.view{
	display: block;
    width: 140px;
	margin:0 auto 10px;
}
.professional.large li{width:calc(100% / 4);padding: 30px 10px;text-align:center}
.professional.large li span.view{width: 200px;}
.round-images{border-radius: 50%;text-align:center;width:120px;height:120px;background-size:cover;margin:0 auto}
.round-images-big{border-radius: 50%;text-align:center;width:200px;height:200px;background-size:cover}
.round-images img {
    
    display: inline-block;
	text-align:center;
    vertical-align: middle;
}
.professional li span.name{
	display: block;
	line-height:1.2;
	text-align:center;
	margin-bottom:10px;
}
.professional li span.name h3{font-size: 1.2em;color: #000;font-weight: 400;margin-bottom:10px;}
.professional li span.name h3 span{font-size:0.8em; color:#666}
.professional li span.name p{font-size:0.9em;color:#666}
.professional li p {
    font-size: 1.1em;
    line-height: 1.666;
	margin-bottom:0
}
.s-d{text-align:left}
.p-about_concept {
    padding-bottom: 60px;
}
.p-about_concept_top {
    position: relative;
	z-index:2
}
.p-about_concept_top .p-about_concept_img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
}
.p-about_concept_top .p-about_concept_img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.p-about_concept_top .p-about_concept_img-wrap .about_concept-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.p-about_concept_top .p-about_header {
    padding: 250px 0;
}
.p-about_concept-bottom {
    max-width: 650px;
    padding-top: 100px;
	z-index:2;
	position:relative
}
.interst{background-color:#fff}
.sponsor{background-color:#fff;z-index:3;position:relative}
.clients-grid{padding-bottom:30px;}
.clients-grid h4{text-align:center;margin:10px 0;font-family:Oswald;font-size:0.9em}
.form-check{display:inline-block}
.category {
    padding-top: 0px;
    padding-bottom: 0px;
}
.category ul {
    overflow: hidden;list-style:none;margin-bottom:0
}
.category ul li {
    width: 116px;
    height: 34px;
    float: left;
    margin: 0 20px 20px 0;
}
.category.txt ul li{width:34px;}
.category ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 34px;
    background-color: #cbdade;
    border-radius: 17px;
    color: #2b474e;
    font-size: 15px;
    letter-spacing: 0;
}
.category.txt ul li a:hover{background-color: #a7d4b1;}
.category ul li.current a{
    background-color: #2b474e;
    color: #fff;
}
.news-single-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.single__date {
    margin-right: 12px;
}
.news-title{border-bottom:1px solid #ccc;margin-bottom:50px;}
.top{position:relative; z-index:3}
.sub-contents__txt-wrap, .child-section__lede {
    border: 1px solid rgba(51,51,51,0.1);
	background-color:rgba(255,255,255,0.8);
    font-size: 1.7rem;
    padding: 22px 20px 20px;
    margin: 0 auto 50px;
    max-width: 720px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.contact-list{list-style:none; line-height:1.5}
.contact-list li{padding:3px 0}
.d-color{color:#a7c6d4}
.sub-contents__txt-wrap h4{margin-bottom:10px;}
.sign{width:140px;}
.child-section__kv{position:relative;margin-bottom:50px;}
.ceo-section_contents{display:flex}
.ceo-profile {
    padding: 25px;
    border: 1px solid rgba(51,51,51,0.1);
    margin: 0 auto;
}
.child-section__kv-txt {
    top: -6px;
    bottom: auto;
}
.kv-inner__ttl {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.2rem;
}
.child-section__kv .kv-inner__ttl{float:right;color:#ccc}
.child-section__kv-txt {
    display: inline-block;
    position: absolute;
    bottom: -1em;
    z-index: 10;
    max-width: 1200px;
    margin: auto;
    right: 0;
    left: 0;
}
.ofi {
    display: block;
    margin: 0 auto;
    object-position: center;
    width: 80%;
}
.clist{list-style:none; margin:50px 0 20px 0;display:flex;flex-wrap:wrap}
.clist li{width:25%;padding:0 10px;}
.clist li a{border:1px solid #ccc;padding:10px;width:100%;display:block;position:relative;border-radius:3px;}

.clist li a.pdf, .clist li a.a01{background-color: #a7d4b1;color:#000;}
.clist li a.link , .clist li a.a02{background-color: #a7c6d4;color:#000;}
.clist li a.photo, .clist li a.a03{background-color: #a7d4ce;color:#000;}
.clist li a.pdf:hover, .clist li a.link:hover, .clist li a.photo:hover{color:#fff;}
a.pdf:after, a.link:after, a.photo:after{
	font-family: "font-icons";
	content: "\ea16";
	width:24px;
	height:24px;
	padding-right:26px;
	position:absolute;
	right:20px;
}
a.link:after{
	content: "\eaad";
}
a.photo:after{
	content: "\ec5c";
}
#contents-bottom {
    padding: 100px 5%;
	border-top:1px solid #eaeaea;
}
#contents-bottom .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 2%;
	
}
#contents-bottom .column section.service {
    width: 49%;
    margin-right: 1%;
    background-image: linear-gradient(to right bottom, #a7d4b1 0%, #a7d4ce 100%);
    color: #fff;
	z-index:3;
}
#contents-bottom .column section.service a {
    display: block;
    padding: 8% 0 10%;
    color: #fff;
}
#contents-bottom .column section.service a button::before, #contents-bottom .column section.works a button::before {
    background: #fff;
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    height: 100%;
    width: 0;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
#contents-bottom .column section.service a button span, #contents-bottom .column section.works a button span {
    position: absolute;
    top: 16px;
    right: 10px;
}
#contents-bottom .column section h3 {
    font-size: 29px;
    font-weight: 400;
	color:#fff;
	margin-bottom:0;
}	
#contents-bottom .column section small {
    display: block;
    margin-bottom: 30px;
	color:#fff;
}
#contents-bottom .column section.service a button , #contents-bottom .column section.works a button{
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 130px;
    padding: 18px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 0;
    z-index: 1;
    color: #fff;
    background: none;
    text-align: left;
    cursor: pointer;
}
#contents-bottom .column section.works {
    width: 49%;
    margin-left: 1%;
    background-image: linear-gradient(to right bottom, #a7d4ce 0%, #a7c6d4 100%);
	z-index:3;
}
#contents-bottom .column section.works a {
    display: block;
    padding: 8% 0 10%;
}
#contents-bottom .contact {
    text-align: center;
}
#contents-bottom .contact a {
    overflow: hidden;
    display: block;
    position: relative;
    padding: 10% 0;
    color: #fff;
    background: #1c2020;
}
#contents-bottom .contact a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/contact_bg.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.8;
    transform: scale(1);
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.effect-overlay1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right bottom, #5457f6 0%, #7b7ddc 100%);
}
.effect-overlay2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right bottom, #5457f6 0%, #7b7ddc 100%);
    opacity: 0.3;
}

#contents-bottom .contact a .inner {
    position: relative;
    z-index: 1;
}
#contents-bottom .contact a .inner small {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
	color:#fff;
}
#contents-bottom .contact a .inner h3 {
    padding-bottom: 20px;
    font-size: 27px;
    font-weight: 400;
	color:#fff;
	line-height:1.2;
}
#contents-bottom .contact a button {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 130px;
    padding: 18px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 0;
    z-index: 1;
    color: #fff;
    background: none;
    text-align: left;
    cursor: pointer;
}
#contents-bottom .contact a button::before {
    background: #fff;
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    height: 100%;
    width: 0;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
#contents-bottom .contact a button span {
    position: absolute;
    top: 16px;
    right: 10px;
}
.news-title{z-index:3; background-color:#fff}
.article__body table{margin-bottom:30px;}
.article__body ul, .article__body ol{margin-left:30px;}
.article__body{margin: 0 auto;font-size:1.1em;line-height:1.5;color:#666;z-index:3; background-color:#fff}
.article__body h1, .article__body h2, .article__body h3{color:#000;font-weight:500}
#meeting .grid-inner{background-color:#fff}
#meeting .portfolio-desc{padding:20px;}
#meeting .portfolio-desc h3{line-height:1.3;font-family: 'Oswald', sans-serif;margin-bottom:10px;}
#meeting .portfolio-desc h5{color:#666}
#meeting .portfolio-desc .date{font-size:14px;background-color: #a7d4b1;color:#fff;padding:5px 10px;font-family: 'Oswald', sans-serif;}
.button-border.button-mbi.button-fill::before{background-color:#a7c6d4}
.button-border.button-mbi {color: #a7c6d4;border-color: #a7c6d4;}
.button-border.button-mbi span{color: #a7c6d4; text-align:center}
.button-border.button-mbi:hover span{color: #FFF;}
.button-border.button-mbi.button{margin:15px 0 10px 0}
.btn-mbi {color: #fff;background-color: #a7c6d4;border-color: #a7c6d4;}
.btn-detail{color: #fff;background-color: #a7d4c0;border-color: #a7d4c0;}
.professional li .speak p{font-size:1em;line-height:1.2;}
.professional li p.papers{font-size:1em;line-height:1.2;margin-bottom:20px;color:#000;padding:5px;border:1px solid #eaeaea}
.img-cover{background-size:cover}
#whyattend{display:flex;width:100%;text-align:center;}
#whyattend .half{width:50%}
#whyattend .half a {
    overflow: hidden;
    display: block;
    position: relative;
    padding: 30% 0;
    color: #fff;
    background: #1c2020;
}
#whyattend .half a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    opacity: 0.7;
    transform: scale(1);
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#whyattend .half1 a .bg{
    background: url(../images/bench_bg.jpg) no-repeat center center;
}
#whyattend .half2 a .bg{
    background: url(../images/bedside_bg.jpg) no-repeat center center;
}
#whyattend .half a .inner {
    position: relative;
    z-index: 1;
}
#whyattend .half a .inner h3{color:#fff;font-size:2em}
#whyattend .half a .inner small{color:#fff;margin-bottom:10px;}
#whyattend .half a button {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 130px;
    padding: 18px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 15px;
    line-height: 0;
    z-index: 1;
    color: #fff;
    background: none;
    text-align: left;
    cursor: pointer;
}
#whyattend .half a button span {
    position: absolute;
    top: 16px;
    right: 10px;
}
#whyattend .half a button::before {
    background: #fff;
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    height: 100%;
    width: 0;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
#whyattend .half a button::before {
    background: #fff;
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    height: 100%;
    width: 0;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
@media screen and (min-width: 375px){
.kv-inner__txt {
    font-size: 1.6rem;
	line-height:1.2;
}
.kv-inner__ttl {
    font-size: 3.6rem;
    line-height: 1;
}
.news-wrap {
    margin: 195px auto 0;
}
.news-inner:before {
    /* bottom: 112%; */
    right: -115px;
}
.child-section__kv-txt {
    top: -10px;
    bottom: auto;
}
}
@media screen and (min-width: 541px){
.kv-inner__ttl.tbig{
    font-size: 8rem;
}
.kv-inner__ttl.tsmall {
    font-size: 3.5rem;
	letter-spacing: 0;
}
.kv-inner__txt {
    font-size: 2.3rem;
}

.kv-inner__ttl {
    margin-bottom: 10px;
}
.kv-inner__ttl {
    font-size: 6rem;
    line-height: 1;
}
.news-inner:before {
    right: -23%;
}
.child-section__kv-txt {
    bottom: -46px;
}
}
@media screen and (min-width: 768px){
.w-state--reg {
    width: calc(100% - 100px);
}
.news-wrap {
    margin-top: 110px;
    padding-bottom: 200px;
}
.w-state--reg {
    width: calc(100% - 100px);
}
.news-inner:before {
    right: -12%;
}
.child-section__kv-txt {
    top: -23px;
}
.col2--left {
    min-width: 400px;
    margin-right: 50px;
    margin-bottom: 0;
}
.ceo-profile{min-width:200px;}
}
@media screen and (min-width: 1024px){
#kv {
    width: calc(100% - 100px);
    margin:0 auto;
}
.kv__txt-wrap {
    margin: auto auto 40px;
}
.kv__txt-inner {
    margin-top: -126px;
}
.kv-inner__txt {
    font-size: 2rem;
    margin-bottom: 15px;
}
.kv__txt-wrap p {
    font-size: 0.9rem;
	letter-spacing:0;
}
.kv-inner__ttl.tbig {
    font-size: 9rem;
}
.kv-inner__ttl.tsmall {
    font-size:3.5rem ;
}
.kv-inner__ttl {
    font-size: 8rem;
}
.child-section__kv .kv-inner__ttl{font-size:4rem}
.news-wrap {
    padding: 80px 0 100px;
    margin: 125px auto 160px;
}
.section-contents {
    margin: 0 auto 0px;
}

.news-inner:before {
    transform: scale(1);
    top: -601px;
    right: 0px;
}
.col2--left {
    min-width: 800px;
    margin-right: 100px;
    margin-bottom: 0;
}
.ceo-profile {
    padding: 0;
    border: none;
    max-width: 700px;
}
.child__txt{max-width: 900px; line-height:1.5}
.child-section__kv-txt {bottom: -37px;}
#contents-bottom .column section.service a:hover button::before, #contents-bottom .column section.works a:hover button::before {
    width: 110%;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
#contents-bottom .column section.service a:hover button {
    color: #a7d4b1;
}
#contents-bottom .column section.works a:hover button {
    color: #a7d4ce;
}
#contents-bottom .contact a:hover button {
    color: #a7d4b1;
}
#contents-bottom .contact a:hover button::before {
    width: 110%;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
#contents-bottom .contact a:hover .bg {
    opacity: 1;
    transform: scale(1.08);
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#whyattend .half a:hover button {
    color: #000;
}
#whyattend .half a:hover button::before {
    width: 110%;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
#whyattend .half a:hover .bg {
    opacity: 1;
    transform: scale(1.08);
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
}
@media screen and (min-width: 1281px){
.news-inner {
    max-width: 1000px;
}
.news-inner:before {
    transform: scale(1);
    right: -30%;
}
#kv {
    width: 80%;
    margin:0 auto;
}
.professional.large li span.view{width: 210px;}
}

@media (max-width: 1440px){
.p-about_concept_top .p-about_header {
    padding: 200px 0;
}
.p-about_concept_top .p-about_header {
    padding: 200px 0;
}
}
@media (max-width: 1199px){
.p-about_concept_top .p-about_concept_img-box {
    width: 55%;
}
.all_copyright{display:none;}
.all_contact{right:50px;}
#logo a.standard-logo{padding:10px 0;}
.header-size-sm #header-wrap #logo img{height:45px;}
}
@media (max-width: 991px){
.p-about_concept_top .p-about_concept_img-box {
   position: relative;
    width: 100%;
    height: 400px;
}
.p-about_concept_top .p-about_header {
    padding: 60px 0;
}
.l-grid__left:before {
    left: 5%;
}
.l-grid__left:after {
    left: 27.5%;
}
.l-grid__right:before {
    right: 5%;
}
.l-grid__right:after {
    right: 27.5%;
}
.professional li{width: calc(100% / 3);}
.professional.large li{width: calc(100% / 3);}
}
@media screen and (min-width: 768px) and (max-width: 1139px){
#container.newsIndex .category {
    padding-top: 7%;
    padding-bottom: 5.26%;
}
}
@media screen and (max-width: 768px){
#logo a{height:50px;padding:5px 0;}
.all_contact{display:none;}
.content-wrap {padding: 40px 0;}
.newsList li {
    padding: 20px 0 15px;
}
.newsList li span.date {
    display: inline-block;
    width: auto;
    font-size: 0.8rem;
    position: static;
    margin-right: 1em;
}
.newsList li span.cat {
    display: inline-block;
    width: 80px;
    font-size: 0.8rem;
    position: static;
}
.newsList li p, .newsList li h2 {
    margin-left: 0;
    padding-top: 10px;
    font-size: 1rem;
}
.category {
    padding: 50px 0 20px;
}
.category ul li {
    width: 6em;
    margin: 0 10px 15px 0;
}
.category.txt ul li{width:2em;}
.category ul li a {
    font-size: 1rem;
}
#contents-bottom .column section h3 {
    font-size: 25px;
}
#contents-bottom .column section small {
    margin-bottom: 20px;
    font-size: 11px;
}
.professional li{width: calc(100% / 3);}
}
@media screen and (max-width: 575px){
.p-about_concept_top .p-about_concept_img-box {
   height: 300px;
}
.p-about_concept_top .p-about_header {
    padding: 40px 0;
}
#contents-bottom .column section h3 {
    font-size: 18px;
    line-height: 1.3;
}
#contents-bottom .column section small {
    margin-bottom: 15px;
    font-size: 10px;
}	
#contents-bottom .column section.service a button,#contents-bottom .column section.works a button {
    width: 100px;
    font-size: 10px;
    padding: 14px 12px;
}
#contents-bottom{padding:30px 0 0 0;}
.professional{margin:0}
.professional li{width: calc(100% / 2);}
.professional.large li{width: calc(100% / 1);padding: 18px 10px;}
.round-images{margin-bottom:20px;}
.clist li{width:50%;margin-bottom:20px}
.ceo-section_contents{flex-direction:column}
.ceo-profile{margin-top:20px;border:0;}
.tpaper li{flex-wrap:wrap;padding:15px 0;}
.tpaper li span.title{font-size:1em;}
.l_fv01__wrap02{flex-direction:column}
.l_fv01__wrap03{width:100%;height:50%;}
}