@charset "utf-8";

/* !top
----------------------------------------------- */
article.top{
	padding: 0;
}
.topkv{
	position: relative;
	height: 90vh;
	background-image: url(../img/top/KV.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.topkv .scrollbtn{
	position: absolute;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	width: 70px;
	padding: 0 0 76px;
	left: 50%;
	margin-left: -35px;
	bottom: 62px;
}
.topkv .scrollbtn:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 60px;
	background: #000;
	left: 50%;
	bottom: 0;
}
@media (max-width: 1024px) {
.topkv{
	height: calc(100vh - 75px);
	background-image: url(../img/top/KV_tab.png);
}	
}
@media (max-width: 768px) {
.topkv{
	height: 90vh;
}
.topkv .scrollbtn{
	bottom: 0;
}
}

@media (max-width: 414px) {
.topkv{
	height: 90vh;
	background-image: url(../img/top/KV_sp.png);
}
}
/*topnews*/
.topnews{
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
}
.topnews .item{
	display: block;
}
.topnews .item .img {
    width: 100%;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
}
.topnews .item .tit {
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: #000;
    margin: 16px 0 0;
}
.topnews .item .txt {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin: 24px 0 0;
}
.topnews .item .info {
    margin: 24px 0 0;
}
.topnews .item .info .date {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #8e8e8e;
    font-family: 'Poppins', sans-serif;
}
.topnews .item .info .tag {
    position: relative;
    display: inline-block;
    margin: 0 0 0 32px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #8e8e8e;
}
.topnews .item .info .tag:before {
    position: absolute;
    content: "";
    left: -16px;
    top: 1px;
    width: 1px;
    height: 14px;
    background: #8e8e8e;
}
.topnews .latest{
	width: 47.6%;
}
.topnews .latest .item .img {
	position: relative;
    height: 490px;
}
.topnews .latest .item .img:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
    background: linear-gradient(90deg, rgba(199, 199, 199, 0.5) -0.77%, rgba(196, 196, 196, 0) 49.92%);
	z-index: 2;
}
.topnews .latest .item .img span{
	position: absolute;
	left: -10px;
	top: 10px;
	z-index: 3;
}
.topnews .latest .combtn .combtnbox{
	padding: 0;
	width: 100%;
	margin: 87px 0 0;
}
.topnews .combtn a{
	width: 208px;
	padding: 0 10px;
} 
.topnews .others{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 47.6%;
}
.topnews .others .item{
	width: 46.3%;
	padding: 0 0 48px;
}
.topnews .others .item .img {
    height: 226px;
}
.topnews .item:hover .tit {
    color: #327dbe;
}
.topnews .item:hover .img {
    opacity: 0.7;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
}
@media (max-width: 1024px) {
.topnews{
	display: block;
	padding: 0 50px;
}
.topnews .latest{
	width: 100%;
}
.topnews .others{
	margin: 45px 0 0;
	width: 100%;
}
}
@media (max-width: 767px) {
.topnews{
	margin: 56px 0 0;
	padding: 0 20px;
}
.topnews .item .tit {
    font-size: 14px;
    line-height: 25px;
}
.topnews .item .txt {
    font-size: 12px;
    line-height: 22px;
}
.topnews .latest .item .img {
    height: 250px;
}
.topnews .latest .item .img span{
	left: 0;
	top: 10px;
}
.topnews .latest .item .img span img{
	width: 60px;
}
.topnews .combtn .combtnbox{
	padding: 0;
}
.topnews .combtn a{
	width: 190px;
} 
.topnews .others{
	display: block;
	margin: 35px 0 0;
}
.topnews .others .item{
	width: 100%;
	padding: 0 0 40px;
}
.topnews .others .item .img {
    height: 250px;
}
}
/*topabout*/
.topabout{
	position: relative;
	margin: 94px 0 0;
	padding: 0 0 412px;
	background: url(../img/top/dec_topabout2@2x.png) right bottom no-repeat;
	background-size: 1297px auto;
}
.topabout:before{
	position: absolute;
	content: "";
	right: 868px;
	top: -71px;
	width: 319px;
	height: 159px;
	background: url(../img/top/dec_topabout1.png) 0 0 no-repeat;
}
.topabout .mainblock{
	position: relative;
	padding: 38px 45px 0 0;
	height: 552px;
	box-sizing: border-box;
	margin: 0 31px;
	background-image: url(../img/top/bg_topabout_pc.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.topabout .mainblock .titen{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 105px;
	text-align: right;
	color: #FFFFFF;
}
.topabout .mainblock .titja{
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: right;
	color: #FFFFFF;
}
.topabout .mainblock .btn{
	margin: 32px 0 0;
	display: flex;
	justify-content: flex-end;
}
.topabout .mainblock .btn a{
	padding: 0 32px;
	letter-spacing: 1px;
}
.topabout .content{
	position: relative;
	margin: -210px 0 0;
	z-index: 3;
}
.topabout .content .txt{
	margin: 24px 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
@media (max-width: 1024px) {
.topabout{
	margin: 184px 0 0;
	padding: 0 0 312px;
	background: url(../img/top/dec_topabout3@2x.png) center bottom no-repeat;
	background-size: 710px auto;
}
.topabout:before{
	right: auto;
	top: -71px;
	left: 50px;
}
.topabout .mainblock{
	padding: 34px 38px 0 0;
	height: 388px;
	margin: 0 50px;
	background-image: url(../img/top/bg_topabout_sp5.png);
}
.topabout .content{
	margin: -52px 0 0;
}
.topabout .content .hdm span{
	line-height: 67px;
}
.topabout .content .txt{
	margin: 24px 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
}
@media (max-width: 767px) {
.topabout{
	margin: 136px 0 0;
	padding: 0 0 142px;
	background: url(../img/top/dec_topabout4@2x.png) center bottom no-repeat;
	background-size: 347px auto;
}
.topabout:before{
	top: -61px;
	left: 20px;
	width: 223px;
	height: 110px;
	background: url(../img/top/dec_topabout1_sp.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.topabout .mainblock{
	padding: 34px 20px 0 0;
	height: 300px;
	margin: 0 20px;
	background-image: url(../img/top/bg_topabout_sp5.png);
	background-position: left 70% center;
	background-repeat: no-repeat;
}
.topabout .mainblock .titen{
	font-size: 40px;
	line-height: 60px;
}
.topabout .mainblock .titja{
	font-size: 12px;
	line-height: 17px;
}
.topabout .content{
	margin: -32px 0 0;
}
.topabout .content .hdm span{
	font-size: 16px;
	line-height: 48px;
}
.topabout .content .txt{
	margin: 32px 0 0;
	font-size: 12px;
	line-height: 24px;
}
}
/*topproject*/
.topproject{
	
}
.topprojectbox{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0 0 188px;
}
.topprojectbox:before{
	position: absolute;
	content: "";
	width: 347px;
	height: 307px;
	bottom: 0;
	left: 30%;
	transform: translateX(-240px);
	background: url(../img/top/dec_topproject1.png) 0 0 no-repeat;
}
.topprojectbox .categorys{
	width: 24.8%;
}
.topprojectbox .categorys .titen{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 105px;
	text-align: right;
	color: #38A3FF;
	white-space: nowrap;
	margin: 0 0 0 -80px;
}
.topprojectbox .categorys .titja{
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	text-align: right;
	color: #38A3FF;
}
.topprojectbox .categorys ul{
	margin: 40px 0 0;
}
.topprojectbox .categorys li{
	text-align: right;
	line-height: 1;
}
.topprojectbox .categorys li + li{
	margin: 32px 0 0;
}
.topprojectbox .categorys li a{
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: right;
	color: #000000;
}
.topprojectbox .categorys li a.current{
	position: relative;
	color: #38A3FF;
}
.topprojectbox .categorys li a.current:before{
	position: absolute;
	content: "";
	left: -66px;
	top: 13px;
	width: 50px;
	height: 0;
	border-bottom: 1px solid #38A3FF;
}
.topprojectbox .itemsbox{
	width: 70%;
	height: 715px;
}
.topprojectbox .items{
	display: none;
	flex-wrap: wrap;
}
.topprojectbox .items.show{
	display: flex;
}
.topprojectbox .item{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc((100% - 16px)/4);
	height: 138px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 5px;
	margin-bottom: 5px;
}
.topprojectbox .item .img1{
	opacity: 1;
	transition: opacity .5s ease;
}
.topprojectbox .item .img2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .5s ease;
}
.topprojectbox .item.hover .img1{
	opacity: 0;
}
.topprojectbox .item.hover .img2{
	opacity: 1;
}
.topprojectbox .item.opacity{
	background-color: transparent;
    opacity: 0.2;
}
.topprojectbox .item:hover{
	/* background-color: #3F3F3F; */
}
.topprojectbox .item.opacity:hover{
	background-color: #fff;
	opacity: 0.2;
}
.topprojectbox .item img,
.topprojectbox .item svg,
.topprojectbox .item iframe{
	width: 100%;
	height: auto;
}
.topprojectbox .item:hover img,
.topprojectbox .item:hover svg{

}
.topprojectbox .item img{
	transition: all .5s ease;
}
.topprojectbox .item:nth-child(4n){
	margin-right: 0;
}
@media (max-width: 1024px) {
.topproject{
	margin: 184px 0 0;
}
.topprojectbox{
	display: block;
	padding: 0 0 20px;
}
.topprojectbox:before{
	width: 264px;
	height: 233px;
	bottom: 0;
	left: -50px;
	transform: translateX(0);
	background: url(../img/top/dec_topproject1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.topprojectbox .categorys{
	width: 100%;
}
.topprojectbox .categorys .titen{
	text-align: left;
	margin: 0;
}
.topprojectbox .categorys .titja{
	text-align: left;
}
.topprojectbox .categorys ul{
	width: 100%;
	padding-bottom: 10px;
	display: inline;
    float: left;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}
.topprojectbox .categorys ul::-webkit-scrollbar {
    display: none;
}
.topprojectbox .categorys li{
	display: inline-block;
	text-align: left;
}
.topprojectbox .categorys li + li{
	margin: 0 0 0 32px;
}
.topprojectbox .categorys li a{
	text-align: left;
}
.topprojectbox .categorys li a.current:before{
	left: 0;
	top: auto;
	bottom: -9px;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #38A3FF;
}
.topprojectbox .itemsbox{
	margin: 130px 0 0;
	width: 100%;
	height: 1070px;
}
.topprojectbox .items{
	display: none;
	flex-wrap: wrap;
}
.topprojectbox .item{
	width: calc((100% - 11px)/3);
	height: 148px;
}
.topprojectbox .item:nth-child(4n){
	margin-right: 5px;
}
.topprojectbox .item:nth-child(3n){
	margin-right: 0;
}
}
@media (max-width: 767px) {
.topproject{
	margin: 136px 0 0;
}
.topprojectbox{
	padding: 0;
}
.topprojectbox:before{
	display: none;
}
.topprojectbox .categorys{
	width: 100%;
}
.topprojectbox .categorys .titen{
	font-size: 40px;
	line-height: 60px;
}
.topprojectbox .categorys .titja{
	font-size: 12px;
	line-height: 17px;
}
.topprojectbox .categorys li a{
	font-size: 14px;
	line-height: 20px;
}
.topprojectbox .itemsbox{
	margin: 145px 0 0;
	height: auto;
}
.topprojectbox .items.show{
	display: flex;
}
.topprojectbox .item{
	width: calc((100% - 6px)/2);
	height: 110px;
}
.topprojectbox .item:nth-child(4n){
	margin-right: 5px;
}
.topprojectbox .item:nth-child(3n){
	margin-right: 5px;
}
.topprojectbox .item:nth-child(2n){
	margin-right: 0;
}
}


/*toppartner*/
.toppartner{
	margin: 0 0 180px;
}
.toppartner .tit{
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	color: #38A3FF;
	margin: 0 0 56px;
}
.toppartner .tit span{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 105px;
	text-align: center;
	text-transform: uppercase;
}
.toppartner .list{
	display: flex;
	flex-wrap: wrap;
}
.toppartner .list + .list{
	margin: 27px 0 0;
}
.toppartner .list li{
	background: #fff;
	margin-bottom: 5px;
	margin-right: 5px;
}
.toppartner .list.col-4 li{
	width: calc((100% - 16px)/4);
}
.toppartner .list.col-4 li:nth-child(4n){
	margin-right: 0;
}
.toppartner .list.col-5 li{
	width: calc((100% - 21px)/5);
}
.toppartner .list.col-5 li:nth-child(5n){
	margin-right: 0;
}
@media (max-width: 1024px) {
.toppartner{
	margin: 160px 0 180px;
}
.toppartner .list.col-4 li{
	width: calc((100% - 11px)/3);
}
.toppartner .list.col-5 li{
	width: calc((100% - 16px)/4);
}
.toppartner .list.col-4 li:nth-child(4n){
	margin-right: 5px;
}
.toppartner .list.col-4 li:nth-child(3n){
	margin-right: 0;
}
.toppartner .list.col-5 li:nth-child(5n){
	margin-right: 5px;
}
.toppartner .list.col-5 li:nth-child(4n){
	margin-right: 0;
}
}
@media (max-width: 767px) {
.toppartner{
	margin: 130px 0 140px;
}
.toppartner .tit{
	font-size: 12px;
	line-height: 17px;
}
.toppartner .tit span{
	font-size: 40px;
	line-height: 60px;
}
.toppartner .list.col-4 li{
	width: calc((100% - 11px)/2);
}
.toppartner .list.col-4 li:nth-child(4n){
	margin-right: 5px;
}
.toppartner .list.col-4 li:nth-child(3n){
	margin-right: 5px;
}
.toppartner .list.col-4 li:nth-child(2n){
	margin-right: 0;
}
.toppartner .list.col-5 li{
	width: calc((100% - 11px)/3);
}
.toppartner .list.col-5 li:nth-child(5n){
	margin-right: 5px;
}
.toppartner .list.col-5 li:nth-child(4n){
	margin-right: 5px;
}
.toppartner .list.col-5 li:nth-child(3n){
	margin-right: 0;
}
}


/*topjoin*/
.topjoin{
	padding: 115px 0;
	background: url(../img/top/bg_topjoin.png) center no-repeat;
	background-size: cover;
}
.topjoin .box{
	width: 340px;
	text-align: center;
}
.topjoin .box .titen{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 105px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.topjoin .box .titja{
	font-weight: bold;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 32px;
}
.topjoin .combtn a{
	height: 50px;
	padding: 0 20px;
	letter-spacing: 1px;
}
@media (max-width: 767px) {
.topjoin{
	padding: 58px 0;
	background: url(../img/top/bg_topjoin_sp.png) center no-repeat;
	background-size: cover;
}
.topjoin .box{
	width: 100%;
}
.topjoin .box .titen{
	font-size: 40px;
	line-height: 60px;
}
.topjoin .box .titja{
	font-size: 12px;
	line-height: 17px;
}
.topjoin .combtn a{
	height: 52px;
	padding: 0 20px;
	letter-spacing: 1px;
}
}

/* !join
----------------------------------------------- */
.aboutteaser.join {
	background: url(../img/join/teaser_join.jpg) center no-repeat;
	background-size: cover;
}
.aboutteaser.join:before{
	display: none;
}
@media (max-width: 1024px) {
.aboutteaser.join {
	background: url(../img/join/teaser_join_ts.jpg) center no-repeat;
	background-size: cover;
	margin-top: 25px;
}
}
@media (max-width: 767px) {
.aboutteaser.join {
	height: 300px;
	background: url(../img/join/teaser_join_sp.jpg) center no-repeat;
	background-size: cover;
}
}


/*jointype*/
.jointype{
	padding: 70px 0 0;
}
.jointypein{
	max-width: 864px;
	margin: 0 auto;
}
.jointypetit{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	color: #38A3FF;
}
.jointypetit .en{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
}
.jointypebox{
	margin: 64px 0 0;
	display: flex;
	justify-content: space-between;
}
.jointypebox .item{
	width: 46.3%;
	padding: 62px 50px 47px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 15px 20px rgba(113, 113, 113, 0.1);
	border-radius: 24px;
}
.jointypebox .item .tit{
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	margin: 0 0 28px;
}
.jointypebox .item .price{
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}
.jointypebox .item .price .big{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
}
.jointypebox .item .price .line{
	display: inline-block;
	width: 0;
	height: 16px;
	border-right: 2px solid #000000;
	transform: rotate(20deg);
	margin: 0 8px 0 10px;
}
.jointypebox .item ul{
	margin: 47px 0 0;
	padding: 28px 0 0;
	border-top: 1px solid #C4C4C4;
}
.jointypebox .item li{
	position: relative;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	padding: 0 0 0 29px;
}
.jointypebox .item li + li{
	margin: 24px 0 0;
}
.jointypebox .item li:before{
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #FFEA40;
}
.jointypebox .item + .item li:before{
	background: #87DAFE;
}
@media (max-width: 1024px) {
.jointypebox .item{
	width: 46.3%;
	padding: 62px 37px 47px;
}
}
@media (max-width: 767px) {
.jointype{
	padding: 80px 0 0;
}
.jointypebox{
	display: block;
}
.jointypebox .item{
	width: 100%;
	padding: 62px 27px 60px;
}
.jointypebox .item + .item{
	margin-top: 32px;
}
.jointypebox .item ul{
	margin: 27px 0 0;
}
.jointypebox .item li{
	font-size: 12px;
	line-height: 21px;
}
}

/*joinform*/
.joinform{
	margin: 64px 0 0;
}
.joinformin{
	max-width: 864px;
    margin: 0 auto;
}
.joinformtit{
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
	text-align: center;
}
.joinform .comment{
	max-width: 632px;
	font-size: 16px;
	line-height: 29px;
	color: #000000;
	margin: 32px auto 0;
}
.joinform .comment a{
	color: #38A3FF;
	text-decoration: underline;
}
.joinformstep{
	margin: 32px 0 0;
	padding: 40px 0 50px;
	background: #FFFFFF;
	border-radius: 4px;
}
.joinformstep .tit{
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
	text-align: center;
}
.joinformstep .stepimg{
	margin: 47px 0 0;
	text-align: center;
	font-size: 0;
}
.joinformstep .stepimg img.img2{
	display: none;
}
.joinformstep .stepimg img{
	width: 736px;
}
.joinformcontent{
	margin: 32px 0 0;
}
.formbox{
	padding: 40px;
	background: #FFFFFF;
	margin: 0 0 32px;
}
.formboxin{
	max-width: 664px;
	margin: 0 auto;
}
.formitems{
	padding-left: 50px;
}
.formtit{
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	padding: 0 0 16px;
	border-bottom: 1px solid #8E8E8E;
}
.formtit .small{
	margin-left: 16px;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
}
.formtit.must{
	position: relative;
	padding-left: 52px;
}
.formtit.must:before{
	position: absolute;
	content: "必須";
	left: 0;
	top: 0;
	width: 36px;
	height: 22px;
	font-family: 'Poppins',Noto Sans JP, sans-serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background: #F06464;
}

.radiobox{
	padding: 16px 0 0 56px;
}
.radiobox .wpcf7-list-item{
	display: block;
}
.formitemtit + .radiobox{
	padding-top: 0;
}
.formitems .radiobox{
	padding-left: 6px;
}
.radiobox label{
	display: block;
}
.radiobox label + label{
	margin: 16px 0 0;
}
.radiobox .wpcf7-list-item{
	margin: 0;
}
.radiobox .wpcf7-list-item + .wpcf7-list-item{
	margin: 16px 0 0;
}
.radiobox label span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	padding-left: 32px;
	background-image: url(../img/join/radio_no.svg);
	background-position: 0 3px;
	background-repeat: no-repeat;
}
.radiobox label input[type=radio]:checked + span:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 11px;
	background: #38A3FF;
	left: 4px;
	top: 6px;
	border-radius: 50%;
}
.radiobox label input{
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
}
.formitemtit{
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin: 32px 0 16px;
}
.formitemtit:first-child{
	margin-top: 16px;
}
.formitemtit.must{
	position: relative;
	padding-left: 52px;
}
.formitemtit.must:before{
	position: absolute;
	content: "必須";
	left: 0;
	top: 0;
	width: 36px;
	height: 22px;
	font-family: 'Poppins',Noto Sans JP, sans-serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background: #F06464;
}
.cominput{
	display: block;
	width: 100%;
	height: 53px;
	font-family: 'Poppins',Noto Sans JP, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background: #FAF9F9;
	border: 1px solid #ECEDEC;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 5px 32px;
	box-sizing: border-box;
}
.zipbox{
	display: flex;
}
.zipbox .cominput{
	width: 264px;
	margin: 0 6px 0 0;
}
.zipbox .combtn{
	margin: 8px 0 0;
}
.zipbox .combtn a{
	height: 37px;
	padding: 0 24px;
	font-weight: 400;
	font-size: 14px;
}
.joinformcontent .selectbox{
	margin: 16px 0;
	display: flex;
}
.joinformcontent .selectbox span + span{
	margin-left: 12px;
}
.joinformcontent .selectbox select{
	font-family:'Poppins', Noto Sans JP, sans-serif;
	-webkit-appearance:none;
	outline:none;
	display: inline-block;
	width: 166px;
	height: 53px;
	padding: 0 32px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background: url(../img/join/select.svg) right 16px center no-repeat #FAF9F9;
	border: 1px solid #ECEDEC;
	box-sizing: border-box;
	border-radius: 4px;
}
.joinformcontent .selectbox .cominput{
	width: 166px;
	padding: 5px 15px;
}
.joinformcontent .selectbox select + select{
	margin-left: 12px;
}
#boardmember{
	margin: 32px 0;
}
.formcomment{
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	margin: 16px 0 0;
}

.formbtn{
	display: flex;
    margin-top: 30px;
    justify-content: center;
}
.formbtn input {
	background: #3f3f3f;
	border: 1px #3f3f3f solid;
	width: 128px;
	height: 55px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	margin: 0 15px;
	font-family: 'Poppins','Noto Sans JP', sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.formbtn input:hover {
	background: #626262;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.formbtn input.wpcf7-previous {
	width: 128px;
	background: #fff;
	border: 1px #d6d6d6 solid;
	color: #3F3F3F;
}
.formbtn input + input{
	width: 128px;
}
.page-confirm .formbtn input + input{
	width: 208px;
}
.formbtn input.wpcf7-previous:hover {
	background: #f5f5f5;
	border: 1px #f5f5f5 solid;
}
.formcomment1{
	font-size: 14px;
	line-height: 20px;
}
.formcomment2{
	font-size: 14px;
	line-height: 20px;
	margin: 32px 0 16px;
}
.formcomment2 .small{
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.confirmtext{
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	margin: 64px 0;
}
.confirmval{
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0 0;
	padding: 0 0 0 32px;
}
.confirmval.big{
	font-size: 16px;
	line-height: 23px;
	margin-top: 16px;
	padding: 0;
}
@media (max-width: 1024px) {
.formbox{
	padding: 40px 32px;
	margin: 0 0 32px;
}
.confirmtext{
	margin: 32px 0;
}
}
@media (max-width: 767px) {
.joinform .comment{
	max-width: 100%;
	font-size: 12px;
	line-height: 21px;
}
.joinform .comment a{
	font-size: 16px;
}
.joinformstep{
	padding: 40px 0 28px;
	border-radius: 0;
}
.joinformstep .stepimg{
	margin: 50px 0 0;
}
.joinformstep .stepimg img.img1{
	display: none;
}
.joinformstep .stepimg img.img2{
	display: inline-block;
}
.joinformstep .stepimg img{
	width: 294px;
}
.joinformcontent{
	margin: 32px 0 0;
}
.formbox{
	padding: 40px 20px;
}
.formboxin{
	max-width: 100%;
	margin: 0;
}
.formitems{
	padding-left: 0;
}
.formtit{
	font-size: 14px;
	line-height: 22px;
}
.formtit .small{
	display: block;
	line-height: 17px;
	margin: 8px 0 0;
}
.radiobox{
	padding: 16px 0 0;
}
.radiobox label span{
	font-size: 14px;
	line-height: 20px;
	background-image: url(../img/join/radio_no.svg);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
.radiobox label input[type=radio]:checked + span:before{
	left: 4px;
	top: 5px;
}
.formitemtit{
	font-size: 14px;
	line-height: 22px;
}
.cominput{
	height: 50px;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 20px;
}
.zipbox .cominput{
	width: 180px;
	margin: 0 2px 0 0;
}
.zipbox .combtn{
	margin: 6px 0 0;
}
.joinformcontent .selectbox select{
	width: 132px;
	height: 50px;
	padding: 0 20px;
	font-size: 12px;
	line-height: 17px;
}
.joinformcontent .selectbox .cominput{
	width: 132px;
	padding: 5px 15px;
}
.formcomment{
	font-size: 12px;
	line-height: 21px;
}
.zipbox .combtn a {
    padding: 0 14px;
}
.formcomment1{
	font-size: 12px;
	line-height: 17px;
}
.confirmval{
	padding: 0 0 0 20px;
}
.confirmval.big{
	font-size: 14px;
	line-height: 20px;
	padding: 0;
}
.page-confirm .formbtn{
	display: flex;
	flex-direction: column-reverse;
    margin-top: 30px;
    justify-content: flex-end;
    align-items: center;
}
.page-confirm .formbtn input + input{
	width: 176px;
	margin-bottom: 16px;
}
}


/* !thanks
----------------------------------------------- */
.thanksbox {
	background: #fff;
	max-width: 870px;
	margin: 0 auto;
	padding: 40px 15px;
}
.thankstit {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 30px;
}
.thankstxt {
	text-align: center;
	line-height: 1.5;
}
.thanksback {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.thanksback a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 160px;
	height: 55px;
	color: #fff;
	font-weight: 700;
	background: #3f3f3f;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.thanksback a:hover {
	background: #626262;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
.thankstit {
	font-size: 16px;
}
.thankstxt {
	font-size: 14px;
}
}

.error {
	color: #ff0000;
}

/* pagelatest
----------------------------------------------- */
.pagelatest {
	margin-top: 60px;
}
.pagelatest .latesttab {
	display: flex;
	margin: 0 0 48px;
}
.pagelatest .latesttab a{
	width: calc((100% - 145px)/4);
	margin-right: 48px;
	font-weight: 500;
	font-size: 16px;
	height: 55px;
	display: flex;
	align-items: center;
	color: #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
}
.pagelatest .latesttab a:last-child{
	margin-right: 0;
}
.pagelatest .latesttab a.current{
	color: #000;
	border-bottom: 2px solid #000;
}
.pagelatest .catelistbox{
	margin: 45px 0 55px;
}
.pagelatest .catelist {
	white-space: nowrap;
}
.pagelatest .catelist > li{
	position: relative;
	display: inline-block;
	padding: 0 10px 0 0;
}
.pagelatest .catelist > li > a{
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 50px;
	height: 52px;
	color: #000;
	background: #fff;
	border: 1px solid #d6d6d6;
	padding: 0 50px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	white-space: normal;
}
.pagelatest .catelist > li > a.parent:before{
	position: absolute;
	content: "";
	width: 8px;
	height: 6px;
	right: 23px;
	top: 50%;
	margin-top: -3px;
	background: url(../img/common/arr_black_down.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.pagelatest .catelist > li > a.parent.on:before{
	background: url(../img/common/arr_black_up.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.pagelatest .catelist > li > a.all{
	padding: 0 48px;
}
.pagelatest .catelist > li > a.parent{
	padding: 0 68px 0 36px;
}
.pagelatest .catelist > li > a.current{
	background: #3f3f3f;
	color: #fff;
}
.pagelatest .catelist > li > a.current.parent:before{
	background: url(../img/common/arr_white_down.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.pagelatest .catelist > li > a.current.parent.on:before{
	background: url(../img/common/arr_white_up.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.pagelatest .catelist .pulldown{
	display: none;
	position: absolute;
	left: 0;
	top: 65px;
	width: 235px;
	background: #fff;
	border: 1px solid #d6d6d6;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 16px 36px;
	z-index: 10;
}
.pagelatest .catelist > li > a.parent.on + .pulldown{
	display: block;
}
.pagelatest .catelist .pulldown a{
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #8e8e8e;
	padding: 7px 0;
	white-space: normal;
}
.pagelatest .catelist .pulldown a.current{
	color: #000;
}
.pagelatest .catelist .pulldown li + li{
	border-top: 1px solid #d6d6d6;
}
.pagelatest .latestcurcate{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #3f3f3f;
	margin: 56px 0 28px;
}
.pagelatest .latestcurcate .type{
	display: inline-block;
}
.pagelatest .latestcurcate .cate{
	position: relative;
	display: inline-block;
	margin: 0 0 0 32px;
}
.pagelatest .latestcurcate .cate:before{
	position: absolute;
	content: "";
	left: -16px;
	top: 5px;
	width: 1px;
	height: 10px;
	background: #000;
}
.pagelatest .latestlist{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -98px;
}
.pagelatest .latestlist.nocate{
	margin: 96px 0 0;
}
.pagelatest .latestlist li{
	width: calc((100% - 97px)/3);
	margin-right: 48px;
	margin-bottom: 98px;
}
.pagelatest .latestlist li:nth-child(3n){
	margin-right: 0;
}
.pagelatest .latestlist li a{
	display: block;
}
.pagelatest .latestlist li .img{
	width: 100%;
	height: 268px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.pagelatest .latestlist li .tit{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	margin: 16px 0 0;
}
.pagelatest .latestlist li .txt{
	font-size: 14px;
	line-height: 1.8;
	color: #000;
	margin: 24px 0 0;
}
.pagelatest .latestlist li a:hover .tit {
	color: #327dbe;
}
.pagelatest .latestlist li a:hover .img {
	opacity: 0.7;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.pagelatest .latestlist li .info{
	margin: 24px 0 0;
}
.pagelatest .latestlist li .info .date{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #8e8e8e;
	font-family: 'Poppins','Poppins', sans-serif;
}
.pagelatest .latestlist li .info .tag{
	position: relative;
	display: inline-block;
	margin: 0 0 0 32px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #8e8e8e;
}
.pagelatest .latestlist li .info .tag:before{
	position: absolute;
	content: "";
	left: -16px;
	top: 1px;
	width: 1px;
	height: 14px;
	background: #8e8e8e;
}
.nopost{
	text-align: center;
	height: 200px;
	font-size: 30px;
	line-height: 200px;
	width: 100%;
	margin: 0;
}
.pagelatest .seemore {
	margin-top: 100px;
	display: flex;
	justify-content: center;
}
.pagelatest .seemore a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	width: 144px;
	height: 55px;
	background: #3f3f3f;
	letter-spacing: 0.1em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.pagelatest .seemore a:hover {
	background: #626262;
}

@media (max-width: 1024px) {
.pagelatest .latesttab a{
	width: calc((100% - 48px)/4);
	margin-right: 16px;
}
.pagelatest .catelistbox {
	overflow-x: scroll;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
}
.pagelatest .catelistbox {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.pagelatest .catelistbox::-webkit-scrollbar{
	display: none;
}
.pagelatest .catelistbox {
	scrollbar-width: none;
}
.pagelatest .catelist {
	white-space: nowrap;
}
.pagelatest .catelist li {
	margin: 5px 0;
	vertical-align: top;
}
.pagelatest .catelist > li{
	padding: 0 10px 0 0;
}
.pagelatest .catelist > li:last-child {
	padding: 0;
}
.pagelatest .catelist > li > a{
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	padding: 0 32px;
}
.pagelatest .catelist > li > a.all{
	padding: 0 15px;
	width: 210px;
	text-align: center;
}
.pagelatest .catelist > li > a.parent{
	padding: 0 40px 0 24px;
	width: 210px;
}
.pagelatest .catelist > li > a.parent:before{
	right: 18px;
}
.pagelatest .catelist .pulldown{
	top: 50px;
	width: 210px;
	padding: 16px 24px;
}
.pagelatest .catelist > li > a.parent.on + .pulldown{
	display: block;
}
.pagelatest .latestcurcate{
	margin: 65px 0 28px;
}
.pagelatest .latestcurcate .type{
	display: inline-block;
}
.pagelatest .latestlist{
	margin-bottom: -60px;
}
.pagelatest .latestlist.nocate{
	margin: 96px 0 0;
}
.pagelatest .latestlist li{
	width: calc((100% - 68px)/2);
	margin-right: 68px;
	margin-bottom: 60px;
}
.pagelatest .latestlist li:nth-child(3n){
	margin-right: auto;
}
.pagelatest .latestlist li:nth-child(2n){
	margin-right: 0;
}
.pagelatest .latestlist li .img{
	height: 225px;
}
.pagelatest .catelist .pulldown{
	position: relative;
	left: auto;
	top: auto;
	margin-top: 20px;
}
}
@media (max-width: 767px) {
.pagelatest .latesttab a{
	width: calc((100% - 20px)/4);
	margin-right: 20px;
	font-size: 14px;
	height: 40px;
}

.pagelatest .catelist li {
	margin: 5px 0;
	vertical-align: top;
}
.pagelatest .latestcurcate{
	margin: 50px 0 28px;
}
.pagelatest .latestlist li{
	width: 100%;
	margin-right: 0;
}
.pagelatest .latestlist li:nth-child(3n){
	margin-right: 0;
}
.pagelatest .latestlist li:nth-child(2n){
	margin-right: 0;
}
.pagelatest .latestlist li .img{
	height: 250px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pagelatest .latestlist li .tit{
	font-size: 14px;
	margin: 15px 0 0;
}
.pagelatest .latestlist li .txt{
	font-size: 12px;
}
.pagelatest .seemore a {
	font-size: 14px;
	width: 134px;
	height: 52px;
}

}


/* faq
----------------------------------------------- */
.faqarea {
	max-width: 908px;
	margin: 56px auto 0;
}
.faqarea .faqtab {
	display: flex;
	align-items: stretch;
}
.faqarea .faqtab h2 {
	width: 227px;
}
.faqarea .faqtab a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: #faf9f9;
	padding: 0 25px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 1px #ecedec solid;
}
.faqarea .faqtab a:hover,
.faqarea .faqtab a.on {
	border: 1px #3f3f3f solid;
	background: #3f3f3f;
	color: #fff;
}
.faqarea .faqbox {
	background: #fff;
	padding: 56px 32px;
}
.faqarea .faqbox #tab02,
.faqarea .faqbox #tab03,
.faqarea .faqbox #tab04 {
	display: none;
}
.faqarea .tabbox {
	max-width: 700px;
	margin: 0 auto;
}
.faqarea .faqboxtit {
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}
.faqarea .faqboxlist {
	border-top: 1px #c4c4c4 solid;
}
.faqarea .faqboxlist li {
	padding: 25px 20px;
	border-bottom: 1px #c4c4c4 solid;
}
.faqarea .faqboxq {
	display: flex;
	align-items: center;
	line-height: 1.5;
	padding-right: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: relative;
}
.faqarea .faqboxq:before {
	position: absolute;
	content: "";
	right: 0;
	top: 5px;
	background: url("../img/faq/plus_faq.svg") 0 0 no-repeat;
	width: 16px;
	height: 16px;
	z-index: 1;
}
.faqarea .faqboxq.on:before {
	background: url("../img/faq/minus_faq.svg") 0 0 no-repeat;
}
.faqarea .faqboxq .qnum {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	margin-right: 15px;
	align-self: flex-start;
	font-family: 'Poppins', sans-serif;
}
.faqarea .faqboxtxt {
	font-size: 14px;
	display: none;
	letter-spacing: 0.05em;
	margin-top: 25px;
}
.faqarea .faqfirst {
	display: block;
}

@media (max-width: 1024px) {
.faqarea .faqtab a {
	line-height: 1.2;
}
}
@media (max-width: 767px) {
.faqarea {
	margin: 95px auto 0;
}
.faqarea .faqtab {
	flex-direction: column;
}
.faqarea .faqtab h2 {
	width: auto;
}
.faqarea .faqtab a {
	height: 50px;
}
.faqarea .faqbox {
	padding: 56px 20px;
}
.faqarea .faqboxtit {
	font-size: 14px;
}
.faqarea .faqboxq {
	font-size: 14px;
	padding-right: 35px;
}
.faqarea .faqboxtxt {
	font-size: 12px;
}
}


/* privacy
----------------------------------------------- */
.privacyarea {
	max-width: 750px;
	margin: 55px auto 0;
}
.privacybox+.privacybox {
	margin-top: 30px;
}
.privacybox {
	letter-spacing: 0.1em;
}
.privacyhd {
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 15px;
	border-bottom: 1px #8e8e8e solid;
}
.privacytxt {
	margin-top: 15px;
}
.privacybox ol li {
	margin-top: 15px;
}
.privacycontact {
	margin-top: 65px;
}



/* about
----------------------------------------------- */
article.about {
	padding-top: 0;
}
.aboutteaser {
	background: url(../img/about/teaser_about.jpg) 0 0 no-repeat;
	background-size: cover;
	height: 430px;
	padding: 80px 0 0;
	position: relative;
}
.aboutteaser:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(63, 63, 63, 0.6);
	z-index: 1;
}
.aboutteaser .inner {
	position: relative;
	z-index: 2;
}
.aboutteaser #breadcrumb .breadin {
	color: #fff;
}
.aboutteaser #breadcrumb .breadin a {
	color: #fff;
}
.aboutteaser .teaserhd {
	color: #fff;
}
@media (max-width: 1024px) {
.aboutteaser {
	background: url(../img/about/teaser_about_ts.jpg) 0 0 no-repeat;
	margin-top: 25px;
}
}
@media (max-width: 767px) {
.aboutteaser {
	height: 300px;
	background: url(../img/about/teaser_about_sp.jpg) 0 0 no-repeat;
}
}



.aboutareain{
	max-width: 790px;
    margin: 0 auto;
    padding: 0 20px;
}
.aboutareamain{
	position: relative;
	margin-top: -52px;
    z-index: 3;
}
.aboutareavision{
	margin-bottom: 130px;
}
.aboutareamain .txt{
	font-family: 'Poppins',Noto Sans JP, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 29px;
	text-align: justify;
	color: #000000;
}
.aboutareamain .img01{
	display: block;
	width: 100%;
	height: auto;
	margin: 32px auto 128px;
}
.aboutareamain .img02{
	display: none;
}
.aboutareavision .list{
	width: 480px;
	margin: 50px auto;
}
.aboutareavision .list .tit{
	font-family: 'Poppins',Noto Sans JP, sans-serif;;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
}
.aboutareavision .list li{
	position: relative;
	padding: 0 0 0 58px;
}
.aboutareavision .list li .num{
	position: absolute;
	width: 30px;
	left: 0;
	top: 1px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
}
.aboutareavision .list li + li{
	margin: 25px 0 0;
}

.memberhistory{
	display: flex;
}
.memberhistory .item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: 500px;
	background-image: url(../img/about/bg01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.memberhistory .item + .item{
	background-image: url(../img/about/bg02.png); 
}
.memberhistory .item .tit{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
	color: #000000;
	text-align: center;
	margin: 0 0 48px;
}

.aboutareadetail{
	padding: 128px 0 0;
}
.aboutareadetail .table1{
	width: 100%;
	margin: 8px 0 0;
}
.aboutareadetail .table1 th{
	width: 96px;
	font-size: 16px;
	line-height: 29px;
	font-weight: normal;
	color: #000;
	vertical-align: top;
	border-bottom: 1px solid #999999;
	padding: 16px 0;
}
.aboutareadetail .table1 td{
	font-size: 16px;
	line-height: 29px;
	color: #000;
	vertical-align: top;
	border-bottom: 1px solid #999999;
	padding: 16px 0;
	text-align: justify;
}
.aboutareadetail .map{
	position: relative;
	margin: 64px 0 48px;
	height: 450px;
}
.aboutareadetail .map iframe{
	width: 100%;
	height: 100%;
}
.aboutareadetail .floortit{
	font-size: 20px;
	line-height: 30px;
	margin: 48px 0 0;
}
.aboutareadetail .img01{
	display: block;
	width: 100%;
	height: auto;
	margin: 24px 0 16px;
}
.aboutareadetail .img02{
	display: none;
}
.aboutareadetail .txt{
	font-size: 16px;
	line-height: 29px;
	text-align: justify;
	color: #000000;
}
@media (max-width: 1024px) {
.aboutareain{
	max-width: 640px;
}
.memberhistory{
	display: block;
}	
.memberhistory .item{
	width: 100%;
}
}

@media (max-width: 767px) {
.aboutareain{
	max-width: 100%;
}
.aboutareamain{
	margin-top: -31px;
}
.aboutareamain	.hdm{
	margin: 0 0 70px;
}
.aboutareamain .txt{
	font-size: 12px;
	line-height: 22px;
}
.aboutareamain .img01{
	display: none;
}
.aboutareamain .img02{
	display: block;
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: 32px auto 128px;
}
.aboutareavision .list{
	width: 280px;
	margin: 50px auto;
}
.aboutareavision .list .tit{
	font-size: 16px;
	line-height: 23px;
}
.aboutareavision .list li{
	padding: 0 0 0 56px;
}
.aboutareavision .list li .num{
	font-size: 16px;
	line-height: 23px;
}
.aboutareavision .list li + li{
	margin: 24px 0 0;
}
.memberhistory .item{
	width: 100%;
	height: 300px;
}
.memberhistory .item .tit{
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 24px;
}

.aboutareadetail{
	max-width: 100%;
    margin: 0;
}
.aboutareadetail .table1,
.aboutareadetail .table1 tbody,
.aboutareadetail .table1 tr,
.aboutareadetail .table1 th,
.aboutareadetail .table1 td{
	display: block;
	width: 100%;
}
.aboutareadetail .table1 th{
	width: 100%;
	font-size: 12px;
	line-height: 22px;
	border-bottom: none;
	padding: 16px 0 0;
}
.aboutareadetail .table1 td{
	font-size: 12px;
	line-height: 22px;
	padding: 0 0 16px;
}
.aboutareadetail .map{
	height: 240px;
}
.aboutareadetail .map iframe{
	width: 100%;
	height: 100%;
}
.aboutareadetail .floortit{
	font-size: 16px;
	line-height: 24px;
}
.aboutareadetail .img01{
	display: none;
	width: 100%;
	height: auto;
	margin: 24px 0 16px;
}
.aboutareadetail .img02{
	display: block;
	width: 100%;
	height: auto;
	margin: 24px 0 16px;
}
.aboutareadetail .txt{
	font-size: 12px;
	line-height: 22px;
}
}





/* vision
----------------------------------------------- */
.visionarea {
	max-width: 750px;
	margin: 75px auto 0;
}
.visionbox {
	margin-top: 30px;
}
.visionhd {
	display: flex;
	font-size: 20px;
	font-weight: 700;
	color: #3d89ca;
	line-height: 1.5;
	align-items: flex-start;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
.visionhd .visionhdnum {
	display: block;
	margin-right: 15px;
	flex-shrink: 0;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.visiontxt {
	letter-spacing: 0.05em;
}

@media (max-width: 767px) {
.visionarea {
	margin: 80px auto 0;
}
.visionhd {
	font-size: 16px;
}
}


/* history
----------------------------------------------- */
.historyarea {
	max-width: 750px;
	margin: 75px auto 0;
}
.historybox {
	margin-top: 65px;
}
.historyhd {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 500;
	color: #38a3ff;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.historytxt {
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
}
.historyimg {
	text-align: center;
}
.historylist {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.historylist ul li {
	font-size: 14px;
}
.historycap {
	max-width: 560px;
	margin: 15px auto 0;
	font-size: 14px;
}

@media (max-width: 767px) {
.historyarea {
	margin: 80px auto 0;
}
.historytxt {
	font-size: 16px;
}
.historylist ul li {
	font-size: 12px;
}
.historycap {
	font-size: 12px;
}
}


/* contents
----------------------------------------------- */
.contents {
	
}
.contentsnavi {
	padding: 55px 0 95px;
}
.contentsnavi .contsnavi {
	display: flex;
	align-items: stretch;
}
.contentsnavi .contsnavi li {
	margin-right: 25px;
}
.contentsnavi .contsnavi a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 50px;
	height: 52px;
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	border: 1px #D6D6D6 solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.contentsnavi .contsnavi a:hover,
.contentsnavi .contsnavi a.current {
	background: #3f3f3f;
	color: #fff;
}
.twocol.contentscol {
	margin: -50px 0;
}
.twocol.contentscol li {
	margin: 50px 0;
}

@media (max-width: 1024px) {
.contentsnavi .contsnavi a {
	padding: 5px 30px;
	height: 40px;
	font-size: 12px;
}
}
@media (max-width: 767px) {
.contentsnavi {
	overflow-x: scroll;
	margin: 0 -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.contentsnavi {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.contentsnavi::-webkit-scrollbar{
	display: none;
}
.contentsnavi {
	scrollbar-width: none;
}
.contentsnavi .contsnavi {
	display: flex;
	align-items: stretch;
}
.twocol.contentscol {
	margin: -30px 0;
}
.twocol.contentscol li {
	margin: 30px 0;
}
.contentsnavi .contsnavi a {
	white-space: nowrap;
}
}


/* contents detail
----------------------------------------------- */
.contdet {
	
}
.contdet .contdetmain {
	margin-top: 0;
}
.contdet .contdetmain img{
	width: 100%;
}
.contdet .contdetdc {
	display: flex;
	color: #8e8e8e;
	align-items: center;
	margin-top: 30px;
	line-height: 1.5;
}
.contdet .contdetdc .contdetd {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.contdet .contdetdc .contdetc {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px #8e8e8e solid;
}
.contdet .contdettime {
	margin-top: 25px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.contdet h1 {
	margin-top: 25px;
	font-size: 20px;
	font-weight: 700;
}
.contdet h2,
.contdet h3,
.contdet h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #3d89ca;
	margin-top: 56px;
	margin-bottom: 32px;
	padding-bottom: 8px;
}
.contdet h2:after,
.contdet h3:after,
.contdet h4:after{
	position: absolute;
	content: "";
	width: 340px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #3d89ca;
}
.contdet p {
	margin-top: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.contdet b-quote {
	margin-top: 70px;
	display: block;
	background: #fff;
	padding: 40px 65px;
	font-size: 16px;
	line-height: 2.5;
	font-weight: 700;
	text-decoration: underline;
	letter-spacing: 0.05em;
	position: relative;
}
.contdet b-quote:before {
	position: absolute;
	content: "";
	background: url("../img/contents/marks_contents.svg") 0 0 no-repeat;
	width: 32px;
	height: 23px;
	left: 20px;
	top: 17px;
	z-index: 1;
}
.contdet table {
	width: 100%;
	margin-top: 15px;
}
.contdet table th,
.contdet table td {
	border-bottom: 1px #999 solid;
	padding: 15px 0;
	vertical-align: top;
}
.contdet table th {
	padding-right: 5px;
	width: 100px;
}
.contdet table td span {
	font-size: 12px;
}
.contdet table ul li {
	font-size: 14px;
	line-height: 2;
}
.contdet table ul li span {
	display: block;
	font-size: 12px;
	line-height: 2.4;
}
.contdet table ul li+li {
	margin-top: 8px;
}
.profile {
	margin-top: 90px;
	background: #fff;
	padding: 50px 65px 65px;
}
.profiletit {
	font-size: 20px;
	font-weight: 600;
	border-left: 3px #ffea40 solid;
	padding-left: 20px;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 35px;
}
.profileflex {
	display: flex;
}
.profileimg {
	max-width: 200px;
	margin-right: 50px;
}
.profilein {
	flex: 1;
}
.profilename {
	margin-bottom: 30px;
}
.profilejp {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 2px #000 solid;
}
.profileen {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	line-height: 2.4;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
.profiletxt {
	font-size: 14px;
}
.profilecap+.profilecap {
	margin-top: 30px;
}

@media (max-width: 1024px) {
.contdet {
	padding: 0 30px;
}
.contdet .contdetmain {
	margin: 0 -30px;
}
}
@media (max-width: 767px) {
.contdet {
	padding: 0;
}
.contdet .contdetmain {
	margin: 0;
}
.contdet h1 {
	font-size: 16px;
}
.contdet h2,
.contdet h3,
.contdet h4 {
	font-size: 16px;
	line-height: 2.25;
	margin-top: 56px;
	margin-bottom: 32px;
}
.contdet h2:after,
.contdet h3:after,
.contdet h4:after{
	width: 290px;
}
.contdet b-quote {
	padding: 40px 25px;
	font-size: 14px;
	line-height: 2;
}
.contdet b-quote:before {
	background-size: 21px 15px;
	width: 21px;
	height: 15px;
}
.profile {
	margin-top: 70px;
	padding: 50px 25px;
}
.profiletit {
	margin-bottom: 30px;
}
.profileflex {
	display: block;
}
.profileimg {
	margin: 0 0 50px;
}
.profiletxt {
	font-size: 12px;
}
.contdet table th {
	width: 90px;
}
}


/* member
----------------------------------------------- */
.memberarea {
	margin-top: 75px;
}
.memberarea+.memberarea {
	margin-top: 130px;
}
.memberarea .hdl {
	margin-bottom: 65px;
}
.officer {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: -30px 0;
}
.officer li {
	width: calc((100% - 126px)/3);
	margin: 30px 63px 30px 0;
}
.officer li:nth-child(3n) {
	margin-right: 0;
}
.officer .officerimg {
	margin-bottom: 15px;
}
.officer .officertype {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
}
.officer .officername {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
}
.officer .officeren {
	font-size: 12px;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
.officer .officertxt {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 15px;
}
.officer .officersns {
	margin-top: 15px;
	display: flex;
	align-items: stretch;
}
.officer .officersns a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #3d89ca solid;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	margin-right: 8px;
}
@media (max-width: 1024px) {
.officer {
	justify-content: space-between;
}
.officer li {
	width: calc((100% - 64px)/2);
	margin: 30px 0;
}
.officer li:nth-child(3n) {
	margin-right: inherit;
}
}
@media (max-width: 767px) {
.memberarea {
	margin-top: 80px;
}
.officer li {
	width: 100%;
}
.officer .officerimg {
	text-align: center;
}
.officer .officertxt {
	font-size: 12px;
}
}

.memberbox {
	max-width: 750px;
	margin: 0 auto;
}
.memberbox .membercont+.membercont {
	margin-top: 60px;
}
.memberbox .memberlisttit {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 25px;
}
.memberbox .memberlist li {
	list-style: disc;
	margin-left: 20px;
}

@media (max-width: 1024px) {
.memberbox {
	max-width: 600px;
}
}
@media (max-width: 767px) {
.memberbox .memberlisttit {
	font-size: 16px;
}
}


/* project
----------------------------------------------- */
.projectlist {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: -50px 0;
}
.projectlist li {
	width: calc((100% - 96px)/3);
	margin: 50px 48px 50px 0;
}
.projectlist li:nth-child(3n) {
	margin-right: 0;
}
.projectlist li a {
	display: block;
}
.projectimgwrap{
	position: relative;
}
.projectlist .projectimg {
	width: 100%;
	height: 242px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	transition: opacity .5s ease;
}
.projectimgwrap .projectimg1{
	opacity: 1;
}
.projectimgwrap .projectimg2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.projectlist li a.hover .projectimgwrap .projectimg1{
	opacity: 0;
}
.projectlist li a.hover .projectimgwrap .projectimg2{
	opacity: 1;
}
.projectlist .projecttit {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 700;
}
.projectlist .projecttxt {
	font-size: 14px;
	font-weight: 400;
	margin-top: 25px;
}
.projectlist li a:hover .projectimg {
	opacity: 0.7;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.projectlist li a:hover .projecttit {
	color: #327dbe;
}

@media (max-width: 1024px) {
.projectnavi .contsnavi li {
	margin-right: 8px;
}
.projectnavi .contsnavi a {
	padding: 0 25px;
}
.projectlist {
	justify-content: space-between;
}
.projectlist li {
	width: 45%;
	margin: 50px 0;
}
.projectlist .projectimg {
	height: 200px;
}
}
@media (max-width: 767px) {
.projectlist {
	margin: -30px 0;
}
.projectlist li {
	width: 100%;
	margin: 30px 0;
}
.projectlist .projecttit {
	font-size: 14px;
}
.projectlist .projecttxt {
	font-size: 12px;
}
}


/* project detail
----------------------------------------------- */
.prodetarea {
	margin-top: 60px;
}
.prodetmain {
	max-width: 750px;
	margin: 0 auto;
}
.prodetmain .mainimg {
	text-align: center;
}
.prodetmain .mainimgtxt {
	font-size: 14px;
	margin: 10px 0 0;
}
.prodetmain h1 {
	text-align: center;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 30px;
}
.prodetmain .prodetin {
	margin-top: 60px;
}
.prodetmain .prodetin h2 {
	display: inline-block;
	color: #3d89ca;
	font-size: 16px;
	line-height: 2.25;
	font-weight: 700;
	border-bottom: 2px #3d89ca solid;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.prodetmain .prodetin p {
	
}
.prodetmain .mainbtn {
	display: flex;
	justify-content: center;
	margin-top: 55px;
}
.prodetmain .mainbtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3f3f3f;
	color: #fff;
	height: 55px;
	padding: 5px 35px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.prodetmain .mainbtn a:hover {
	background: #626262;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.prodetmain .mainbtn a img {
	margin-left: 15px;
}
.prodetmain .mainlink {
	margin-top: 55px;
}
.prodetmain .mainlinktit {
	text-align: center;
	color: #3d89ca;
	font-size: 12px;
	line-height: 1.75;
	margin-bottom: 8px;
	font-family: 'Poppins', sans-serif;
}
.prodetmain .mainsns {
	display: flex;
	align-items: center;
	justify-content: center;
}
.prodetmain .mainsns a {
	width: 50px;
	height: 50px;
	margin: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #3d89ca solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
@media (max-width: 767px) {
.prodetmain h1 {
	font-size: 20px;
	line-height: 1.5;
}
}

.proother {
	margin-top: 100px;
}
.proother .prootherhd {
	text-align: center;
	margin-bottom: 55px;
}
.proother .prootherhd span {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	border-bottom: 2px #3d89ca solid;
	padding-bottom: 5px;
	color: #3d89ca;
	display: inline-block;
}
.proother .prootherlist {
	display: flex;
	justify-content: center;
}
.proother .prootherlist li {
	width: 30.6%;
	
}
.proother .prootherlist li + li{
	margin: 0 0 0 4.1%;
}
.proother .prootherlist .prootherimg {
	width: 100%;
	height: 270px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ccc;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.proother .prootherlist a {
	display: block;
}
.proother .prootherlist .prootherdate {
	margin-top: 15px;
	color: #8e8e8e;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.proother .prootherlist .proothertit {
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 700;
}
.proother .prootherlist a:hover .prootherimg {
	opacity: 0.7;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.proother .prootherlist a:hover .proothertit {
	color: #327dbe;
}
.proother .combtn {
	margin-top: 55px;
}

@media (max-width: 1024px) {
.proother {
	margin-top: 70px;
}
.proother .prootherlist {
	
}
.proother .prootherlist .prootherimg {
	height: 225px;
}
}
@media (max-width: 767px) {
.proother .prootherlist {
	display: block;
	margin: -15px 0;
}
.proother .prootherlist li {
	width: 100%;
}
.proother .prootherlist li + li{
	margin: 30px 0 0;
}
.proother .prootherlist .prootherimg {
	height: 250px;
}
.proother .prootherlist .proothertit {
	font-size: 14px;
}
}


/* event
----------------------------------------------- */

@media (max-width: 1024px) {
.pagelatest .eventtab a {
	width: 38%;
	margin-right: 7%;
}
}
@media (max-width: 767px) {
.pagelatest .eventtab {
	margin-bottom: 5px;
}
}


/* event report
----------------------------------------------- */
.eventreport .contdet h2,
.eventreport .contdet h3,
.eventreport .contdet h4 {
	margin-top: 55px;
}
.eventreport .contdet p {
	margin-top: 55px;
}
.eventreport .contdet .contdetmain {
	margin-top: 0;
}
.eventreport .contdet .contdetdc {
	margin-top: 30px;
}
.eventreport .contdet .contdettime {
	margin-top: 25px;
}


/* event infor
----------------------------------------------- */
.eventinfor .contdet h2,
.eventinfor .contdet h3,
.eventinfor .contdet h4 {
	margin-top: 55px;
}



/* contact
----------------------------------------------- */
.contactarea {
	max-width: 820px;
	margin: 55px auto 0;
}
.contactarea .ctadet {
	display: flex;
	justify-content: center;
	line-height: 1.5;
	margin-bottom: 55px;
}
.contactarea .ctabox {
	background: #fff;
	padding: 80px 30px 40px;
}
.contactarea .ctaboxin {
	max-width: 615px;
	margin: 0 auto;
}
.contactarea .ctabtn {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}
.contactarea .ctabtn input {
	background: #3f3f3f;
	border: 1px #3f3f3f solid;
	width: 210px;
	height: 55px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	margin: 0 15px;
	font-family: 'Poppins','Noto Sans JP', sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.contactarea .ctabtn input:hover {
	background: #626262;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.contactarea .ctabtn input.wpcf7-previous {
	width: 128px;
	background: #fff;
	border: 1px #d6d6d6 solid;
	color: #000;
}
.contactarea .ctabtn input + input{
	width: 208px;
}
.contactarea .ctabtn input.wpcf7-previous:hover {
	background: #f5f5f5;
	border: 1px #f5f5f5 solid;
}

.contactarea .ctaform {
	
}
.contactarea .ctalist li+li {
	margin-top: 30px;
}
.contactarea .ctalisttit {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	line-height: 1.5;
}
.contactarea .must {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 22px;
	font-size: 10px;
	line-height: 20px;
	font-weight: 700;
	border: 1px #fd7070 solid;
	background: #f06464;
	margin-right: 15px;
}
.contactarea .ctalistcont {
	font-size: 14px;
}
.contactarea .ctalist input[type=text],
.contactarea .ctalist input[type=tel],
.contactarea .ctalist input[type=email] {
	border: 1px #ecedec solid;
	background: #faf9f9;
	width: 100%;
	padding: 0 30px;
	height: 55px;
	font-size: 14px;
	line-height: 1.5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.contactarea .ctalist input::placeholder {
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	font-weight: 400;
	font-family: 'Poppins','Noto Sans JP', sans-serif;
}
.contactarea .ctalist textarea {
	border: 1px #ecedec solid;
	background: #faf9f9;
	width: 100%;
	padding: 15px 30px;
	height: 265px;
	font-size: 14px;
	line-height: 1.5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400;
	font-family: 'Poppins','Noto Sans JP', sans-serif;
}
.contactarea .ctalist textarea::placeholder {
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	font-weight: 400;
	font-family: 'Poppins','Noto Sans JP', sans-serif;
}
.contactarea .ctalist .selectbox {
	position: relative;
}
.contactarea .ctalist .selectbox:before {
	position: absolute;
	content: "";
	background: url("../img/contact/ico_select.svg") 0 0 no-repeat;
	width: 8px;
	height: 17px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.contactarea .ctalist select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border: 1px #ecedec solid;
	background: #faf9f9;
	width: 100%;
	padding: 0 30px;
	height: 55px;
	font-size: 14px;
	line-height: 1.5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	outline: none;
}
.contactarea .ctalist select::-ms-expand { 
	display: none; 
}
.contactarea .choosetit {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.contactarea .choosetit span {
	display: flex;
	width: 36px;
	height: 22px;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 22px;
	justify-content: center;
	align-items: center;
	border: 1px #999 solid;
	margin-right: 15px;
}
.contactarea .choosecont {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
	color: #373a3c;
}

@media (max-width: 767px) {
.contactarea {
	margin: 95px auto 0;
}
.contactarea .ctalisttit {
	font-size: 14px;
}
.contactarea .ctalist input[type=text],
.contactarea .ctalist input[type=tel],
.contactarea .ctalist input[type=email] {
	padding: 0 20px;
}
.contactarea .ctalist select {
	padding: 0 20px;
}
.contactarea .ctalist textarea {
	padding: 15px 20px;
}
.contactarea .ctabox {
	padding: 80px 20px 40px;
}
.contactarea .ctabtn {
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}
.contactarea .ctabtn input {
	margin: 8px 0;
}
}


/* confirm
----------------------------------------------- */
.confirm .ctalistcont {
	padding: 0 30px;
}

@media (max-width: 767px) {
.confirm .ctalistcont {
	padding: 0 20px;
}
}

.wpcf7 .ajax-loader{
	display: none;
}

.fullimg{
	margin: 30px 0;
}
.fullimg img{
	width: 100%;
	height: auto;
}


.prodetin a:hover,
.contdet a:hover,
.detinner a:hover{
	color: #38a3ff;
}