@charset "utf-8";


/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 70px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.ttl01 {
	text-align: center;
	margin: 0 0 100px;
	line-height: 1.3;
    font-size: 250%;
    font-weight: bold;
    color: #000;
}
.btn {
    background: #ccc;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 90%;
    position: relative;
}
.btn::after {
    content:  '';
    width: 10px;
    height: 10px;
    display:  block;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    position:  absolute;
    transform: rotate(135deg) translate(0,50%);
    top: 50%;
    right: 20px;
    margin:  auto;
    line-height: 1;
} 
.btn:hover {
    background: #2D8696;
    opacity: 1;
}
.catch {
    position: relative;
}
.catch .cat_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 250%;
    text-shadow:0px 0px 4px #333333; 
}
.hover_box {
	width: 100%;
	height:	100%;
	overflow: hidden;
	position: relative;
}
.hover_box .caption {
	font-size: 110%;
	text-align: center;
	padding-top: 80px;
	color: #fff;
}
.hover_box .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:	all 0.2s ease;
}
.hover_box:hover .mask {
	opacity: 1;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		margin: 0 0 30px;
		font-size: 140%;
	}
    .hover_box .caption {
        font-size: 100%;
        padding-top: 0;
    }
    .hover_box .mask {
        height: 30%;
        top: inherit;
        bottom: 0;
        opacity: 1;	
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
    }

}



/* index visual
-------------------------------------------------------*/
#index #visual {
	padding: 0;
	box-sizing: border-box;
	background: url("../img/index/visual.jpg")no-repeat center/cover;
    height: 100vh;
    position: relative;
}
#index #visual .box {
    z-index: 9;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
#index #visual h2 {
    margin: 0 0 20px;
}
#index #visual h2 img {
    max-width: 450px;
}
#index #visual .scroll {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    margin: 0 auto;
    text-decoration: none;
    background: #fff;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#index #visual .scroll::after {
    content:  '';
    width: 10px;
    height: 10px;
    display:  block;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position:  absolute;
    transform: rotate(135deg);
    top: -5px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}
#index #visual .scroll:hover {
    background: #2D8696;
    opacity: 1;
}
#index #visual .scroll:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
@media screen and (max-width:768px) {
    #index #visual h2 img {
        max-width: 400px;
    }
    #index #visual .box {
        width: 80%;
    }
}


/* footer
-------------------------------------------------------*/
#footer {
	text-align: center;
}
#footer .logo {
    padding: 60px 20px 100px;
    background: #f5f7f6;
}
#footer .logo img {
    max-width: 300px;
}
#footer .box {
    padding: 30px 20px;
}
#footer .box .sns {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}
#footer .box .sns li {
    margin: 0 10px;
}
#footer .box .sns li a {
    width: 100%;
    height: 100%;
    display: block;
}
#footer .box .sns li.tw {
    background: url("../img/common/icon_tw.png")no-repeat center/20px 16px;
    width: 20px;
    height: 16px;
}
#footer .box .sns li.tw:hover {
    background: url("../img/common/icon_tw_hover.png")no-repeat center/20px 16px;
}
#footer .box .sns li.rss {
    background: url("../img/common/icon_rss.png")no-repeat center/16px 16px;
    width: 16px;
    height: 16px;
}
#footer .box .sns li.rss:hover {
    background: url("../img/common/icon_rss_hover.png")no-repeat center/16px 16px;
}
#footer .box .footer_nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

#footer .box .footer_nav li a {
    font-size: 75%;
    line-height: 1;
    padding: 0 20px;
    border-right: 1px solid #ccc;
}
#footer .box .footer_nav li:last-child a {
    border-right: none;
}
#footer .copy {
    background: #000;
	font-size: 75%;
    color: #fff;
    padding: 20px;
}
@media screen and (max-width:768px) {
    #footer .logo {
        padding: 40px 20px 20px;
        margin: 0 0 30px;
    }
    #footer .box {
        padding: 30px 0;
        background: #f5f7f6;
    }
    #footer .box .sns {
        margin: 0 0 40px;
    }
    #footer .box .footer_nav {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #footer .box .footer_nav li {
        border-top: 1px dotted #ccc;
        width: 100%;
        text-align: left;
    }
    #footer .box .footer_nav li:hover {
        background: #2D8696;
    }
    #footer .box .footer_nav li:hover a {
        color: #fff;
    }
    #footer .box .footer_nav li a {
        font-size: 80%;
        line-height: 1;
        padding: 0;
        border-right: none;
        display: block;
        padding: 20px;
    }
    #footer .box .footer_nav li:last-child a {
        border-right: none;
    }
    #footer .copy {
        background: #000;
        font-size: 75%;
        color: #fff;
        padding: 20px;
    }
}


/* nav
-------------------------------------------------------*/
#nav_pc {
    background: #C9C9C9;
    position: relative;
}
#nav_pc .logo {
    position: absolute;
    left: 30px;
    top: 0;
    display: block;
    z-index: 10;
}
#nav_pc .logo img {
    height: 60px;
    width: auto;
}
#nav_pc ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
#nav_pc ul li a {
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    height: 60px;
    padding: 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav_pc ul li.on a {
    color: #2D8696;
}
#nav_pc ul li a:hover {
    background: #222;
    color: #2D8696;
}
@media screen and (max-width:768px) {
    /* toggle_menu */
    #btn_nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        z-index: 999;
        cursor: pointer;
        display: flex;
        flex-flow: column;
        align-content: center;
        justify-content: center;
        background: #2D8696;
    }
    #btn_nav span {
        background: #fff;
        width: 25px;
        height: 2px;
        transition: .5s;
        position: relative;
        margin: 0 auto
    }
    #btn_nav span:not(:last-child) {
        margin: 0 auto 5px;
    }
    #btn_nav.active span {
        background: #fff;
        transform: translateY(8px) rotate(225deg);
    }
    #btn_nav.active span:nth-child(2) {
        transform: scaleX(0);
    }
    #btn_nav.active span:last-child {
        transform: translateY(-7px) rotate(-225deg);
    }
    #nav_sp nav ul {
        position: fixed;
        width: 100%;
        background: #C9C9C9;
        display: flex;
        flex-flow: column;
        justify-content: center;
        overflow: hidden;
        top: -100%;
        z-index: 998;
        transition: .5s;
    }
    #nav_sp nav.active ul {
        top: 0;
        margin: 50px 0 0;
    }
    #nav_sp ul li a {
        display: block;
        color: #fff;
        padding: 15px;
        font-size: 90%;
    }
    /* toggle_menu end */
}

/* index
-------------------------------------------------------*/
#index .area {
    padding: 70px 0;
}
#index .inner {
    max-width: 1240px;
    padding: 0 20px;
}
#index .catch {
    margin: 0 0 100px;
}
#index #area01 .top_txt {
    text-align: center;
    font-size: 95%;
    line-height: 2.5;
    margin: 0 0 100px;
}
#index #area01 ul.about {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 20px;
}
#index #area01 ul.about li {
    width: 31%;
}
#index #area01 ul.about li .img {
    margin: 0 0 25px;
}
#index #area01 ul.about li .ttl {
    font-size: 220%;
    margin: 0 0 10px;
}
#index #area01 ul.about li .txt {
    font-size: 90%;
    line-height: 2.5;
}
#index #area02 ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
#index #area02 ul li {
    margin: 0 20px;
	width: 30%;
	margin-bottom: 30px;
}
#index #area02 ul li a:hover {
    opacity: 1;
}
#index .ttl_box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}
#index .ttl_box h4 {
    font-size: 180%;
    font-weight: bold;
    color: #000;
}
#index .ttl_box a {
    margin: 0 0 0 auto;
}
#index #area02 {
    margin: 0 0 100px;
}
#index #area03 .box {
    background: #fbfbfb;
    border: 1px solid #eee;
    width: 580px;
    height: 135px;
    padding: 30px;
    font-size: 90%;
    box-sizing: border-box;
}
#index #area03 .box dl {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}
#index #area03 .box dl dt {
    font-weight: bold;
    font-size: 90%;
    width: 95px;
}
#index #area03 .box dl dd {
    font-size: 90%;
}
#index #area04 .ttl_box .txt {
    font-size: 120%;
}
#index #area04.area {
    padding: 70px 0 0;
}
ul.member {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
ul.member li {
    width: 23%;
    margin: 0 2.5% 60px 0;
}
ul.member li:nth-child(4n) {
    margin: 0 0 60px;
}
ul.member li .img {
    margin: 0 0 20px;
}
ul.member li .name {
    margin: 0 0 10px;
    text-align: center;
}
ul.member li .add {
    font-size:75%;
    text-align: center;
}
ul.member li .name:hover {
    color: #2D8696;
    text-decoration: underline;
}
ul.member li .cat_box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}
ul.member li .cat_box .cat_btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: #ccc;
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    margin: 0 20px 0 0;
}
ul.member li .cat_box .cat_btn:hover {
    background: #2D8696;
    opacity: 1;
}
ul.member li .cat_box .time {
    font-size: 80%;
    color: #666;
    position: relative;
    padding: 0 0 0 20px;
}
ul.member li .cat_box .time::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/common/icon_time.png")no-repeat left center/12px 12px;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#index ul.instagram {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	margin-top: 50px;
}
#index ul.instagram li {
    width: 30%;
}
#index ul.instagram li:nth-child(-n+3) {
    margin: 0 0 50px;
}
#index ul.instagram li .top_box {
    margin: 0 0 20px;
}
#index ul.instagram li .top_box a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}
#index ul.instagram li .top_box a .icon {
    margin: 0 10px 0 0;
	width: 40%;
}
#index ul.instagram li .top_box a .icon img {max-width: 150px;
}
#index ul.instagram li .top_box a .name {
    font-weight: bold;
	width:60%;
}
#index ul.instagram li .post_box {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
#index ul.instagram li .post_box p {
    width: 32%;
}
#index ul.instagram li .btn_fl {
    text-align: center;
    margin: 0 auto;
    display: block;
}
#index ul.instagram li .btn_fl img {
    max-width: 180px;
}
@media screen and (max-width:768px) {
    #index .area {
        padding: 40px 0;
    }
    #index .catch {
        margin: 0 0 50px;
    }
    #index #area01 .top_txt {
        font-size: 90%;
        line-height: 2;
        margin: 0 0 50px;
    }
    #index #area01 ul.about {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin: 0 0 30px;
    }
    #index #area01 ul.about li {
        width: 100%;
    }
    #index #area01 ul.about li:not(:last-child) {
        margin: 0 0 40px;
    }
    #index #area01 ul.about li .img {
        margin: 0 0 10px;
    }
    #index #area01 ul.about li .ttl {
        font-size: 180%;
        margin: 0 0 10px;
    }
    #index #area01 ul.about li .txt {
        font-size: 90%;
        line-height: 2;
    }
    #index #area02 {
        margin: 0 0 50px;
    }
    #index #area02 ul {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    #index #area02 ul li {
        margin: 0 0 20px;
		width: 100%;
    }
    #index .ttl_box {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin: 0 0 30px;
    }
    #index .ttl_box h4 {
        font-size: 160%;
    }
    #index .ttl_box a {
        margin: 20px 0 0;
    }
    #index #area03 .box {
        width: 100%;
        height: 150px;
        padding: 20px;
    }
    #index #area03 .box dl {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #index #area03 .box dl dt {
        margin: 0 0 5px;
        width: 100%;
    }
    #index #area04 .ttl_box .txt {
        font-size: 110%;
    }
    ul.member {
        flex-flow: column;
    }
    ul.member li {
        width: 100%;
        margin: 0 0 40px;
    }
    ul.member li:nth-child(3n) {
        margin: 0 0 40px;
    }
    ul.member li .img {
        margin: 0 0 10px;
    }
    ul.member li .name {
        font-size: 90%;
    }
    #index #area02 .catch {
        height: 200px;
        background: url("../img/common/visual.jpg")no-repeat center/cover;
    }
    #index #area02 .catch .cat_ttl {
        font-size: 200%;
    }
    #index #area02 .catch img {
        display: none;
    }
    #index #area04 .catch {
        height: 200px;
        background: url("../img/common/visual.jpg")no-repeat center/cover;
    }
    #index #area04 .catch .cat_ttl {
        font-size: 200%;
    }
    #index #area04 .catch img {
        display: none;
    }
    #index ul.instagram {
        margin: 0 auto;
        flex-flow: column;
    }
    #index ul.instagram li {
        width: 100%;
        margin: 0 0 40px;
    }
    #index ul.instagram li:nth-child(-n+3) {
        margin: 0 0 40px;
    }
    #index ul.instagram li:last-child {
        margin: 0;
    }
    #index ul.instagram li .top_box a .icon {
        margin: 0 5px 0 0;
		width: inherit;
    }
    #index ul.instagram li .top_box a .icon img {
        /*max-width: 30px;
        min-width: 30px;*/
    }

}


/* breadcrumb
-------------------------------------------------------*/
.breadcrumb {
    background: #C9C9C9;
    padding: 20px;
}
.breadcrumb ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}
.breadcrumb ul a {
    display: flex;
    justify-content: center;
    align-content: center;
    color: #fff;
}
.breadcrumb ul a:hover {
    color: #2D8696;
    text-decoration: underline;
}
.breadcrumb ul li {
    font-size: 80%;
    color: #fff;
    position: relative;
    margin: 0 30px 0 0;
}
.breadcrumb ul li:not(:last-child):after {
    position: absolute;
    display: block;
    content: ">";
    color: #fff;
    right: -18px;
    top: 50%;
    transform: translate(50%,-50%);
}
.breadcrumb ul li.top a {
    display: block;
    background: url("../img/common/icon_top.png")no-repeat left center/15px 13px;
    width: 15px;
    height: 13px;
}
.breadcrumb ul li.top a:hover {
    background: url("../img/common/icon_top_hover.png")no-repeat left center/15px 13px;
}
@media screen and (max-width:768px) {
    .breadcrumb  {
        padding: 15px;
    }
    .breadcrumb ul li {
        font-size: 70%;
        margin: 0 20px 0 0;
    }
    .breadcrumb ul li:not(:last-child)::after {
        right: -12px;
    }
}

/* pager
-------------------------------------------------------*/
.pager {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}
.pager li {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 80%;
}
.pager li.on {
    background: #C9C9C9;
}
.pager li a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pager li a:hover {
    background: #2D8696;
    color: #fff;
}
.pager li a.arrow {
    letter-spacing: -3px;
    padding: 0 2px 0 0;
}
@media screen and (max-width:768px) {
    
}

/* subpage_common
-------------------------------------------------------*/
.subpage_common #visual {
    background: url("../img/common/visual.jpg")no-repeat center/cover;
    height: 200px;
    position: relative;
}
.subpage_common #visual .box {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.subpage_common #visual .box h2 {
    color: #fff;
    font-size: 250%;
    text-shadow: 0px 0px 4px #333333;
    font-weight: normal;

}
.subpage_common .ttl01 {
    font-size: 280%;
    margin: 0 0 50px;
}
@media screen and (max-width:768px) {
    .subpage_common #visual {
        height: 200px;
    }
    .subpage_common #visual .box h2 {
        font-size: 200%;
    }
    .subpage_common .ttl01 {
        font-size: 150%;
        margin: 0 0 30px;
    }
}


/* news
-------------------------------------------------------*/
#news #area01 ul li {
    background: #fbfbfb;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
#news #area01 ul li .img {
    width: 360px;
    margin: 0 30px 0 0;
}
#news #area01 ul .txt_box .date {
    font-size: 80%;
    color: #666;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 20px;
}
#news #area01 ul .txt_box .date::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/common/icon_time.png")no-repeat center left/12px 12px;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#news #area01 ul .txt_box .ttl {
    font-size: 130%;
    margin: 0 0 20px;
}
#news #area01 ul .txt_box .ttl a:hover {
    color: #2D8696;
    text-decoration: underline;
}
#news_article .area {
    padding: 70px 20px 150px;
}
#news_article .date {
    font-size: 80%;
    color: #666;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 20px;
}
#news_article .date::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/common/icon_time.png")no-repeat center left/12px 12px;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#news_article .ttl {
    font-weight: bold;
    font-size: 180%;
    margin: 0 0 30px;
}
#news_article .img {
    margin: 0 0 20px;
}
#news_article .img img {
    max-width: 800px;
}
@media screen and (max-width:768px) {
    #news #area01 ul li {
        padding: 20px;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    #news #area01 ul li .img {
        width: 100%;
        margin: 0 0 20px;
    }
    #news #area01 ul .txt_box .date {
        margin: 0 0 10px;
    }
    #news #area01 ul .txt_box .ttl {
        font-size: 120%;
        margin: 0 0 10px;
    }
    #news #area01 ul .txt_box .txt {
        font-size: 90%;
    }
    #news_article .area {
        padding: 30px 20px 100px;
    }
    #news_article .ttl {
        font-size: 150%;
    }
}


/* works
-------------------------------------------------------*/
#works #area01.area {
    padding: 70px 20px 150px;
}
#works #area01 ul li {
    width: 70%;
    height: 300px;
    transition: .3s;
	margin: 0 auto;
}
#works #area01 ul li:not(:last-child) {
    /*margin: 0 0 20px;*/
	margin-bottom: 20px;
}
#works #area01 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 170%;
    font-weight: bold;
    position: relative;
}
#works #area01 ul li a p {
    position: absolute;
    display: block;
    top: 50%;
    left: 30px;
    transform: translate(0,-50%);
}
/*#works #area01 ul li:nth-child(2n) a p {
    left: inherit;
    right: 30px;
}*/
#works #area01 ul li .mask_b {
    transition: .3s;
    width: 100%;
    height: 100%;
}
#works #area01 ul li:hover .mask_b {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
#works #area01 ul li.w01 {
    background: url("../img/works/work01.jpg")no-repeat center/cover;
}
#works #area01 ul li.w02 {
    background: url("../img/works/work02.jpg")no-repeat center/cover;
}
#works #area01 ul li.w03 {
    background: url("../img/works/work03.jpg")no-repeat center/cover;
}
#works #area01 ul li.w04 {
    background: url("../img/works/work04.jpg")no-repeat center/cover;
	background-position: top;
}
#works #area01 ul li.w05 {
    background: url("../img/works/work05.jpg")no-repeat center/cover;
	background-position: top;
}
#works #area01 ul li.w06 {
    background: url("../img/works/work06.jpg")no-repeat center/cover;
	background-position: top;
}

#works #area01 ul li.w07 {
    background: url("../img/works/work07.jpg")no-repeat center/cover;
	background-position: top;
}

#works #area01 ul li.w08 {
    background: url("../img/works/work08.jpg")no-repeat center/cover;
	background-position: top;
}

#works #area01 ul li.w09 {
    background: url("../img/works/work09.jpg")no-repeat center/cover;
	background-position: top;
}

#works #area01 ul li.w10 {
    background: url("../img/works/work10.jpg")no-repeat center/cover;
	background-position: top;
}

#works #area01 ul li.w11 {
    background: url("../img/works/work11.jpg")no-repeat center/cover;
	background-position: top;
}
#works_in #area01.area {
    padding: 70px 20px 150px;
}
#works_in #area01 .ttl01 {
    text-align: left;
}
#works_in #area01 .txt {
    line-height: 2.5;
}
#works_in #area01 .txt a {
    color: #22A5DE;
}
#works_in .main_img {
    max-width: 500px;
    margin: 0 0 20px;
}


@media screen and (max-width:768px) {
	
	#works #area01 ul li {
    width: 100%;
}
	
    #works #area01.area {
        padding: 30px 20px 70px;
    }
    #works #area01 ul li {
        height: 200px;
    }
    /*#works #area01 ul li:not(:last-child) {
        margin: 0 0 20px;
    }*/
    #works #area01 ul li a {
        font-size: 120%;
        text-shadow:0px 0px 4px #333333; color:#FFFFFF; 
    }
    #works #area01 ul li a p {
        left: 20px;
    }
    #works #area01 ul li:nth-child(2n) a p {
        left: 20px
    }
    #works_in #area01.area {
        padding: 30px 20px 70px;
    }
    #works_in #area01 .txt {
        line-height: 2;
    }
}


/* member
-------------------------------------------------------*/
#member #area01.area {
    padding: 70px 20px 150px;
}
@media screen and (max-width:768px) {
    #member #area01.area {
        padding: 40px 20px 100px;
    }
}


/* member_detail
-------------------------------------------------------*/
#member_detail .top_box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}
#member_detail .top_box .img {
    width: 40%;
}
#member_detail .top_box .txt_box  {
    width: 40%;
    padding: 0 0 0 50px;

}
#member_detail .top_box .txt_box .name {
    font-size: 170%;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    line-height: 1;
    padding: 0 0 20px;
}
#member_detail .top_box .txt_box .top_txt {
    margin: 20px 0 0;
}
#member_detail .sub_ttl {
    background: #C9C9C9;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    margin: 0 0 20px;
}
#member_detail .txt {
    margin: 0 0 50px;
}
#member_detail ul.member li {
    width: 18%;
    margin: 0 2.5% 60px 0;
}
#member_detail ul.member li:nth-child(4n) {
    margin: 0 2.5% 60px 0;
}
#member_detail ul.member li:nth-child(5n) {
    margin: 0 0 60px;
}
@media screen and (max-width:768px) {
    #member_detail ul.member li {
        width: 100%;
        margin: 0 0 40px;
    }
    #member_detail ul.member li:nth-child(4n) {
        margin: 0 0 40px;
    }
    #member_detail ul.member li:nth-child(5n) {
        margin: 0 0 40px;
    }
    #member_detail .top_box {
        justify-content: space-between;
    }
    #member_detail .top_box .img {
        width: 50%;
    }
    #member_detail .top_box .txt_box {
        padding: 0 0 0 20px;
        width: 50%;
    }
    #member_detail .top_box .txt_box .name {
        font-size: 150%;
        padding: 0 0 15px;
    }
    #member_detail .top_box .txt_box .top_txt {
        margin: 15px 0 0;
        font-size: 90%;
    }
}

/* research
-------------------------------------------------------*/
#reserach .area {
    padding: 70px 20px 150px;
}
#reserach .date {
    font-size: 80%;
    color: #666;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 20px;
}
#reserach .date::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/common/icon_time.png")no-repeat center left/12px 12px;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#reserach .ttl {
    font-weight: bold;
    font-size: 180%;
    margin: 0 0 30px;
}
#reserach .img {
    margin: 20px 0;
}
#reserach .img img {
    max-width: 1000px;
}
#reserach .video {
    margin: 0 0 100px;
    max-width: 800px;
}
#reserach .sub_ttl {
    font-weight: bold;
    font-size: 140%;
    margin: 0 0 10px;
}
@media screen and (max-width:768px) {
    #reserach .area {
        padding: 30px 20px 100px;
    }
    #reserach .ttl {
        font-size: 150%;
    }
    #reserach .video {
        margin: 0 0 50px;
        width: 100%;
    }
    #reserach .video iframe {
       height: 200px;
        
    }
}

/* contact
-------------------------------------------------------*/
#contact .area {
    padding: 70px 20px 150px;
}
#contact .date {
    font-size: 80%;
    color: #666;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 20px;
}
#contact .date::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/common/icon_time.png")no-repeat center left/12px 12px;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#contact .bg {
    border: 1px solid #ddd;
    background: #fafafa;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px 50px;
}
#contact .table_temp {
	width: 100%;
}
#contact .contact_after .inner {
	padding: 0;
}
#contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
    font-size: 90%;
    
}
#contact tr>* {
	display: block;
	box-sizing: border-box;
	line-height: 1;
}
#contact tr th {
	width: 200px;
	text-align: left;
    padding: 20px 10px 5px;
}
#contact tr th b {
	display: block;
	position: relative;
	font-weight: normal;
}
#contact tr td {
    padding: 5px 10px 10px;
}
#contact .contact_after tr {
	border-bottom: 1px solid #ccc;
}
#contact .contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
#contact .contact_after tr th {
	color: #aaa;
}
#contact .contact_after tr td {
	font-weight: 500;
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
#contact input[type="text"],
#contact select,
#contact textarea {
	width: 100%;
}
#contact input[type="text"],
#contact select {
	height: 40px;
}
#contact textarea {
	min-height: 150px;
	resize: vertical;
}
#contact .radio_area label,
#contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
#contact .txt_form {
	text-align: center;
	line-height: 1.3;
}
#contact .txt_form span {
	display: block;
}
::placeholder {
	color: #ccc;
}
#contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#contact .form_btn01,
#contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 220px;
	height: 50px;
	border: none;
	padding: 10px;
	margin: 30px auto 0;
	box-sizing: border-box;
	font-size: 90%;
	color: #fff;
	line-height: 1;
    text-align: center;
}
#contact .form_btn01 {
	background: #333333;
}
#contact .form_btn02 {
	background: #333;
}
/* table_temp end */
@media screen and (max-width:768px) {
    #contact .area {
        padding: 30px 20px 100px;
    }
    /* table_temp start */
	#contact .contact_after tr:first-child {
		margin: 20px 0 0;
	}
	#contact tr>* {
		display: block;
		padding: 15px 0;
		line-height: 1.3;
	}
	#contact tr th {
		width: 100%;
		font-size: 100%;
	}
	#contact tr td {
		padding-top: 0;
	}
	#contact .form_btn {
		flex-flow: column;
	}
	#contact .form_btn01,
	#contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
	}
	/* table_temp end */
}

.big {
	font-size: 120%;
}

/*20220308　修正 */
#index #visual {
  background: none;
  height: auto;
  position: inherit;
}
#index #visual h2 {
  margin: 0;
}
#index #visual h2 img {
  max-width: 100%;
}
#index .catch {
  background: #00bac4;
}
#index .catch .cat_ttl {
  text-shadow: none;
}
.subpage_common #visual .box h2 {
	text-shadow: none;
}
#index #area04 .ttl_box .txt {
	font-size: 250%;
	font-weight: bold;
}
#index .ttl_box {
  display: inherit;
  margin: 0 0 50px;
}
#index .ttl_box .txt {
	margin: 0 0 20px;
}
@media screen and (max-width:768px) {
	#index #area04 .ttl_box .txt {
		font-size: 140%;
	}
	#index .ttl_box {
	  margin: 0 0 40px;
	}
	#index .ttl_box .txt {
		margin: 0 0 20px;
		text-align: center;
	}
	#index .ttl_box a {
	  margin: 20px auto 0;
	}
}

#news {
	margin: 0 0 70px;
}
#news ul {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 20px;
}
#news ul li {
	width: 31%;
	margin: 0 3.5% 30px 0;
	background: #fff;
	box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
}
#news ul li:nth-child(3n) {
	margin: 0 0 30px 0;
}
#news ul li .img {
}
#news ul li .ttl {
	font-weight: 700;
	padding: 20px;
}
#news ul li .news_btn {
	background: #00bac4;
	color: #fff;
	font-size: 90%;
	padding: 5px 25px;
	display: inline-block;
	margin: -10px 20px 20px;
	border-radius: 5px;
}
#news .btn::after {
	display: none;
}
@media screen and (max-width:768px) {
	#news ul {
		margin: 0 0 30px;
	}
	#news ul li {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	#news ul li:nth-child(3n) {
		margin: 0 4% 20px 0;
	}
	#news ul li:nth-child(2n) {
		margin: 0 0 20px 0;
	}
	#news ul li .ttl {
		font-size: 90%;
		padding: 10px;
	}
	#news ul li .news_btn {
		padding: 5px 15px;
		margin: -10px 10px 10px;
	}
}

.link_txt {
	text-align: center;
	font-size: 160%;
}

.link_txt a {
	text-decoration: underline;
}

@media screen and (max-width:768px) {
.link_txt {
	text-align: center;
	font-size: 120%;
}

.link_txt a {
	text-decoration: underline;
}
}