@media (max-width: 576px) {

body {
	    min-width:inherit;
	}

.sp-br{
	display:inline;
}

.contact table,
.contact table tr,
.contact table td,
.contact table th{
  display:block;
}
.contact table th {

    width: 100%;
}
/* ----------------------------------------

コンテンツ幅

---------------------------------------- */
.corp-icon {
    padding: 10px 20px 10px;
	}
.corp-tag {
    width: 100px;
    height: 76px;
    background: #999;
    z-index: 2;
}
.corp-tag .title {
    width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 0.5rem;
    background-color: #000;
}
.bar .text {
    margin-left: 116px;
    margin-right: 50px;
    margin-bottom: 0;
    font-size: .5rem;
    font-weight: 300;
    padding: 5px 0;
}

.common-ttl {
	margin-left: -16px;
	margin-right: -16px;
}

.row{
	margin-left:0;
	margin-right:0;
}

.strong-ttl{
	font-size: 1.5rem;
}
.strong-ttl span{
	font-size: 2rem;
}
.bg-btn a{

	padding:20px;

	font-size:1.2rem;

}





/*共通パディング*/

	.content {
    width: auto;
    float: none;
}
	.side-bar {
    width: auto;
    float: none;
		margin-top: 24px;
}

/*
.box-pd {
    padding-top: 80px;
    padding-bottom: 50px;
}
*/
.mk_recruit {
    width: 80px;
		position: fixed;
right: 5px;
bottom: 5px;
z-index: 99;
	}

.common-sec{
	padding:60px 16px;
}
.common-ttl{
	font-size:1rem;
}
.common-ttl span{
	font-size:1.5rem;
}
.common-ttl .lg {
    line-height:1.3em;
		font-size:2rem;
}

.common-ttl .sm {
    margin-top: 1rem;

}

.pd {
    padding: 2rem 16px;
}


.lower-visual h1 {
    font-size: 1.5rem;

}
.lower-visual .bg {

    background-position: center left;
    background-size: cover;
    padding: 3rem 1rem;
}

.main-header .logo img{
	max-width:150px;
}

.media-item .img {
    width: 50%;
}
.media-item .img img{
    width: 100%;
}
.media-item .txt {
    padding: 1em;
    font-size: 1em;
    font-weight: bold;
}
.media-item .txt br{
	display:none;
}

/* ----------------------------------------

各ページ共通要素

---------------------------------------- */

/*各共通タイトル*/
/*
.common-ttl {
    font-size: 20px;
}

*/

/* ----------------------------------------

パンくず

---------------------------------------- */
/*
.breadcrumb {
    margin-top: 35px;
    font-size: 18px;
    font-weight: normal;

}
.breadcrumb li {
    display: inline;
}
*/
/* ----------------------------------------

上部に戻るボタン

---------------------------------------- */
/*
.to-top-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 11px;
    right: 0px;
    bottom: 0px;
    background: #46301b;
    color: #fff;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 1.5em;
}
*/

/*ハンバーガーボタン*/

.header {
  width: 100%;
  height: 60px;
  padding: 1.1rem;
  /*background-color: #ffffff;*/
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}

#nav-drawer {
	text-align:right;
  position: relative;
}
.lower-visual .logo img {
    width: 100px;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 37px;
    height: 32px;
    background-color: #000;
    padding: 6px;
    vertical-align: middle;
		z-index:99;
		position:relative;
}

.head-logo {
  width: 30%;
  margin: -32px auto 0;
}

/*ハンバーガーアイコン描画*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #999;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #000;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.navigation_item {
}
.sp-nav .navigation_item a,
.slide-toggle
 {
  width: 100%;
  padding: 1.0rem;
  color: #ffffff;
  background-color: #104079;
  border-bottom: 1px solid #ffffff;
  display: block;
}

.item a{
  /*background-color:#5387c5 !important;*/
}

.lower-ttl {

		font-size: 2rem;

}
.lower-ttl span {
	margin-top:8px;
	font-size: 1rem;

}

.intro-contact {
    position: fixed;
		top:auto;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.intro-contact {
    width: 100% !important;
    display: flex;
}

.intro-contact .contact-box p {
    padding: 0 5px;
    font-size: 0.5rem;
		margin-bottom:0;
}

.intro-contact {
	width: 80%;
	display: flex;
}
.intro-contact .contact-box {
	width: 46%;
	margin: 0 2%;
}
.intro-contact .contact-box div {
	padding: 5px;
}
.intro-contact .contact-box div.tel {
	font-size: 0.7rem;
}
.intro-contact .contact-box div.web {
	font-size: 0.6rem;
}
.intro-contact .contact-box p {
	padding: 0 5px;
	font-size: 0.5rem;
}

.column .item .info {
	width: 100%;
	padding: 0.6rem;
}
.column .item .img {
	height: 170px;
}
.column .item .ttl {
	font-size: 0.7rem;
}
.column .item .date {
	font-size: 0.5rem;
	line-height: 1.0rem;
}




.photo-area{
	display:flex;
}
.photo-area .img{
width:40%;
}
.photo-area .img img{
	width:100%;
}
.photo-area .txt{
	padding-left:1rem;
	width:60%;
}

/*.sp-nav{
	display:flex;
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	z-index:99;
}
.sp-nav li{
	width:50%;
	height:60px;
	align-self:center;
}
.sp-nav a{
	display:block;
	color: #fff;
	height:100%;
	text-align:center;
	padding-top:8px;
}
.sp-nav .tel {
	background-color: #ff0000;

}
.sp-nav .tel span{
	font-size: .8rem;
	font-weight: 900;
	line-height: 1em;
	display:block;

}
.sp-nav .form{
		background-color: #ff6a03;
}
.sp-nav .form span{
	display:block;
	font-size: .8rem;
	line-height: 1em;
}*/

.main-footer {
    padding: 0 0 80px;
}

.main-footer .flex {
  align-items: center;
}

.main-footer .tel {
  display: none;
}

.pref-list dd {

    font-size: 12px;
}

.content table{
	width:100%;
	}
.content table th {
    white-space:normal;
    width:auto;
    vertical-align: middle;
}

.copyright{
	font-size:10px;
	}

header.main-header div.logo-area img {
	    margin-top: 22px;

}



	section.contact h2 {
		padding: 16px 0;
    height: auto;

}
	header.main-header {
    padding: 0 0;

}

	.toggle-btn{
		padding: 8px;
		display: inline-block;
		background-color: #333;
		position: fixed;
		right:0px;
		top: 0px;
		z-index: 99;
	}
	.toggle-btn .txt{
		display: block;
		color: #fff;
		line-height: 1em;
		text-align: center;
		    font-size: 10px;

	}

	nav.main-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 98;
		padding: 24px 0;
}
	nav.main-nav ul li {
    display: block;
}
	nav.main-nav ul li a {
    display: block;
    padding: 8px;
}
	nav.main-nav div.contact-btn {
		text-align: center;
}
	nav.main-nav div.contact-box .tel{
		margin: 0 auto;
}

.column .item {
  width: 100%;
}


.column .ttl-box {
	width: 62%;
	margin: 0 auto 20px;
	padding: 0;
}

.column .ttl-box .fl-r {
	width: auto;
	margin-left: 20px;
	padding: 0;
	float: left;
}

.column .flex {
	width: 100%;
	margin-bottom: 0;
	align-items: center;
}

.column .flex .item {
	margin-bottom: 20px;
}


	.cat-items .item{
		display:inline-block;
		margin-left:5px;
		margin-right:5px;


	}

	.cat-items .item a {
	    background-color: #666;
	    color: #fff;
	    padding: 5px;
			display:block;
font-size:12px;
	}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

.recruit-bnr a {
    display: block;
    color: #fff;
    padding: 1rem;
    font-size: 1rem;
    text-align: left;
}

.recruit-bnr a span {
    display: block;
    margin-top: .5rem;
    font-size: 1.5rem;
}

.iso {
	display:none;
}
.iso-sp{
	display:block;
}


@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(15px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}

.tel .num {
    padding-right: 5px;
    color: #000;
    font-size: 1.3rem;
    line-height: 1;
}

.flow.mt-5 .content-wrap .row.mt-5 .col-sm-3 .ttl {
    border-right: none;
}


    .movie-area{
        width: 100%;

        position: relative;
        right: auto;
        top: auto;
        margin-top: 40px;
    }
    .movie-area iframe{
        height: 300px!important;
    }

}
