@media screen and (max-width: 1000px) {

body {
  	-webkit-text-size-adjust: 100%;
  	font-size: 14px;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
.inner10 {
	width: 100%;
}
audio {
	-webkit-appearance: none;
	width: 100%;
    padding-top: 20px;
	text-align: center;
	margin: 0 auto;
}
h1 {
  	text-align: center;
  	padding-top: 60px;
}
	
/*----------------------header------------------*/

header .left {
    padding: 17px 0 0 2%;
}
#gloval-nav a {
    padding: 20px 0;
    font-size: 24px;
}
#gloval-nav ul {
    display: contents;
}

/*---------------index-----------------*/

.conv li {
    margin: 10px 0 10px;
}

.conv ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#main {
    height: 500px;
    margin-top: 70px;
}
.content {
    padding-top: 150px;
}
.swiper-container {
    padding: 30px 0 !important;
}
.swiper-button-next, .swiper-button-prev {
    width: 15px;
    background-size: 15px 44px;
}
.conv {
    margin-top: 20px;
}

/*------------contain------------------*/

.contain ul li {
    text-align: center;
    margin-top: 30px;
    width: 47%;
    display: inline-table;
}
.contain ul li .thum img {
    width: 96%;

}
.contain ul {
    display: flex;
    padding: 0 4%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contain {
    margin-top: 20px;
}

/*--------------------access-----------------------*/

.under_main h1 {
   	padding-top: 0 ;
}
#access .int img {
	width: 90%;
}

/*--------------------about-----------------------*/

.about_table table th {
    width: 35%;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.about_table table td {
    width: 65%;
}

/*----------------------contact----------------------*/

#contact {
	padding: 0 2%; 
}
.content img {
	width: 60%;
}
.wpcf7 input[type="submit"] {
    width: 250px;
    padding: 20px;
    font-size: 16px;
}
.sub {
    margin-top: 20px;
}
.contact_table .content {
    height: 100px;
}
div.wpcf7 .ajax-loader {
    display: block !important;
}

/* ....................single.......................... */

#single .container {
    padding:  0 0;
}
.container {
    padding: 50px 0;
}
.alt {
    margin-top: 0px;
    padding-top: 0px;
}
.other h3 {
    font-size: 18px;
    line-height: 25px;
}
.other li {
    width: 100%;
    line-height: 24px;
}
.other {
    margin: 0 auto;
    padding: 40px 0;
    width: 95%;
}
#other {
	padding:  0;	
}
.under_main .container {
    padding-top: 50px;
    height: 70px;
}

.tab_archive {
    margin-top: 0px;
}
.prof .ul2 {
    flex-wrap: wrap;
}pro
#talent .container {
    padding: 20px 0;
}
	.sns span {
		margin-right:1% !important;
	}

/* ........................archive........................... */

.contain ul li {
    text-align: center;
    margin-top: 30px;
    width: 100%;
    display: inline-table;
}
.panel_content {
    width: 48%;
}	
.child {
    width: 96%;
}

.panel_contain {
    justify-content: space-around;
}
#talent .contain { 
	margin-top: 0;
}	
	
	
	
/*------------------------modal----------------------------*/

.modal__content {
    width: 80%;
}
.popup_content {
    padding: 50px 1% 50px;
	width: 95%;
}

/*----------------------end-----------------------------------*/
}

/*---------------------------1200px以下--------------------------*/
@media screen and (max-width: 1200px) {
	
/*----------------------header------------------*/


header .header{
width: 100%;
}
.inner{
width: 100%;
}


/*-----------------------single--------------------*/
.prof {
    padding: 70px 0 0;
    text-align: center;
}
.prof .left img {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    object-fit: cover;
}
.prof .left {
	float: inherit;
}
.prof .ul1 {
    display: flex;
    margin-left: 0 ;
    flex-wrap: wrap;
	justify-content: space-between;
}
.prof .ul1 li {
    letter-spacing: 0em;
    padding: 4px 0;
    text-indent: 0;
    width: 46%;
}
.prof li span {
    margin-right: 5%;
}
.sikaku {
    text-indent: 0 ;
    margin-left: 0;
}
.sns {
	width: 100% !important;
}
.prof .ul2 li {
    width: auto;
	text-align: center;
}
.prof .right {
    width: 95%;
    float: none;
    padding: 10px 0 40px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}
.prof .ul2 li img {
	width: 90%;
}
.prof .ul2 {
    justify-content: space-evenly;
}
.prof .left img {
box-shadow: none;
    width: 95%;
}
.voice_ul li {
    text-align: left !important;
}

}


/*---------------------------650px以下--------------------------*/
@media screen and (max-width: 650px) {
.prof .left img {
    height: 215px;
}
.prof .ul2 li {
    width: 48%;
}
/* index */
#top #twitter .include_twitter{
    width: 90%;
}
#top #twitter ::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}
#top #twitter ::-webkit-scrollbar-track {
    border-radius: 50px;
}
#top #twitter ::-webkit-scrollbar-thumb {
    border-radius: 50px;
    width: 65px;
}
#top #twitter ::-webkit-scrollbar-corner{
    border-radius: 50px;
}
}