@charset "UTF-8";

@media screen and (max-width : 896px) {
/* ==================================================
shared
================================================== */
body {
	-webkit-text-size-adjust:none;
	min-width:320px;
    font-size:87.5%;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
img {
	max-width:100%;
	height:auto;
}
#wrapper {
	min-width:320px;
}
.container {
	max-width:none;
	padding:0 10px;
}
/* header
============================== */
header {
	position:relative;
	z-index:100;
}
header .container {
	padding:4px 10px;
}
#head_logo {
	float:none;
	padding-top:0;
	width:calc(100% - 100px);
}
#head_logo #logo img {
	max-width:200px;
}
#head_logo #htxt {
	font-size:0.6rem;
}
/* main
============================== */
#main {
	max-width:none;
	padding:0 10px 25px;
}
/* menu
============================== */
.sp_open #tmp_wrapper {
	height: 100vh;
	overflow: hidden;
}
.sp_open #main,
.sp_open footer {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.sp_open::before {
	content:"";
	min-height: 100%;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background: #fff;
	color: #000;
	z-index:10;
}
#head_func_ttl {
	display:block;
	text-align:center;
	padding:30px 0 20px;
	font-size:1.2rem;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.3em;
}
#head_func {
	float:none;
	display:block;
	align-items:normal;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	background: #fff;
	color: #000;
}
.sp_open #head_func {
    transform: translateY(0%);
}
.globalMenuSp {
	float:none;
	margin:0 0 20px;
	width:100%;
	padding:0 60px;
}
.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	text-align:center;
}
.globalMenuSp ul li {
	display:block;
	padding:0;
	margin:0 0 2px;
}
.globalMenuSp ul li::before {
	display:none;
}
.globalMenuSp ul li a {
    display: block;
    color: #000;
	background-color:#f5f5f5;
    padding: 1em 0;
}
.globalMenuSp ul li a::after {
	display:none;
}
.globalMenuSp ul li.active a {
	background-color:#141c36;
	color:#fff;
}
/* navToggle */
.navToggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width:50px;
    height:50px;
    cursor: pointer;
    z-index: 3;
	color:#ffffff;
    background:#3f59bf;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;
    width: 24px;
    border-bottom: solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 13px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 16px;
}
.navToggle span:nth-child(3) {
    top: 23px;
}
.navToggle span:nth-child(4) {
    border: none;
    font-size:0.6rem;
	text-transform:uppercase;
	letter-spacing:0.1em;
	position:relative;
	width:auto;
	left:auto;
	padding:28px 3px 5px;
}
.sp_open .navToggle span:nth-child(1) {
    top: 14px;
	left:13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sp_open .navToggle span:nth-child(2),
.sp_open .navToggle span:nth-child(3) {
	top: 14px;
	left:13px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* func_tel */
#func_tel {
	display:none;
}
#tel_sp {
	display:block;
    position: absolute;
    right: 51px;
    top: 0;
    width:50px;
    height:50px;
    cursor: pointer;
    z-index: 3;
	color:#ffffff;
    background:#3f59bf;
    text-align: center;
	z-index:1;
}
#tel_sp a {
	display:block;
    width:50px;
    height:50px;
	color:#ffffff;
    background:#3f59bf url(../images/header/tel_icon.png) no-repeat center 7px;
	-webkit-background-size:18px auto;
	-moz-background-size:18px auto;
	background-size:18px auto;
    font-size:0.6rem;
	text-transform:uppercase;
	letter-spacing:0.1em;
	padding:28px 3px 5px;
	text-decoration:none;
}
/* funcMenu */
.funcMenu {
	float:none;
	padding:0 60px 30px;
}
.funcMenu p {
	float:none;
	width:100%;
	display:block;
	margin:0 0 2px;
}
.funcMenu p a {
	flex-grow:0;
	display:block;
	min-height:auto;
	padding:1em 0 1em 46px;
	text-align:left;
	background-repeat:no-repeat;
	font-size:100% !important;
}
.funcMenu #func_mail a {
	background-image:url(../images/header/sp_mail_icon.png);
	background-position:10px center;
	-webkit-background-size:24px auto;
	-moz-background-size:24px auto;
	background-size:24px auto;
}
.funcMenu #func_inst a {
	background-image: url(../images/header/sp_inst_icon.png);
	background-position:11px center;
	-webkit-background-size:22px auto;
	-moz-background-size:22px auto;
	background-size:22px auto;
}
.funcMenu #func_inst span {
	display:block;
	overflow:visible;
	text-indent:0;
	white-space:normal;
}
/* topcontrol
============================== */
#topcontrol {
	width:70px;
	height:70px;
}
#topcontrol p {
	width:70px;
	height:70px;
	background:url(../images/footer/sp_pagetop.png) no-repeat 0 0;
	background-size:70px 70px;
}
/* pankuzu
============================== */
#pankuzu {
	max-width:auto;
	padding:10px;
}
/* footer
============================== */
footer {
	background-position:top center;
	-webkit-background-size:auto 75px;
	-moz-background-size:auto 75px;
	background-size:auto 75px;
	padding:75px 0 10px;
}
#foot_navi {
	padding:10px 0 1px;
}
#foot_navi li {
	margin-bottom:10px;
}
#foot_navi li a::after {
	display:none;
}
#foot_logo,
#foot_add {
	display:block;
}
#foot_logo {
	margin-right:0;
}
#foot_add .add_tel {
	text-align:center;
}
#foot_add .add_tel p {
	display:block;
	margin:0 0 5px;
}
/* ==================================================
top
================================================== */
/* visual
============================== */
#visual_caption {
	left:20px;
	bottom:10px;
	width:185px;
}
#visual .slick-dots {
	right:20px;
	bottom:10px;
}
#visual .slick-dots li button {
	width:25px;
}
/* instgram_view
============================== */
#instgram_view {
	-webkit-background-size:200px auto;
	-moz-background-size:200px auto;
	background-size:200px auto;
	min-height:200px;
}
.instagram-item {
	width: 33.3%;
}
.instagram-item a {
	height:120px;
}
/* top_sec
============================== */
.top_sec {
	margin:0 0 40px;
}
.top_sec .container {
	max-width:auto;
}
.top_sec_ttl {
	margin:0 0 20px;
}
.top_sec_ttl h2 {
	padding:0 100px;
}
.top_sec_ttl h2 img {
	max-width:none;
	width:auto;
	height:35px;
}
.top_sec_ttl h2::before,
.top_sec_ttl h2::after {
	top:9px;
	width:80px;
}
/* job
============================== */
#sec_job .job_main {
	float:none;
	width:100%;
}
#sec_job .job_img {
	float:none;
	width:80%;
	max-width:500px;
	margin:0 auto 40px;
}
#sec_job .job_main h3 {
	font-size:112.5%;
}
#sec_job .job_main h3 span{
	padding:0 10px;
}
#sec_job .job_main h3 span::before {
	height:10px;
}
/* works
============================== */
#sec_works .top_sec_cnt {
	margin:0;
}
#sec_works .wrap_works {
	float:none;
	width:100%;
	padding:0;
}
#sec_works .works {
	margin:0 0 10px;
}


/* company
============================== */
#sec_company .top_sec_cnt ul {
	margin:0;
}
#sec_company .top_sec_cnt ul li {
	float:none;
	width:100%;
	padding:0;
	font-size:100%;
	margin:0 0 10px;
}
#sec_company .top_sec_cnt ul li a {
	padding:10px 20px;
}
#sec_company .top_sec_cnt ul li a::before {
    width: 12px;
}
#sec_company .top_sec_cnt ul li a::after {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
	-webkit-background-size:12px auto;
	-moz-background-size:12px auto;
	background-size:12px auto;
}
/* more_btn
============================== */
.more_btn {
	font-size:100% !important;
}
.more_btn a {
	min-width:auto;
	display:block;
	padding:15px 20px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}
.more_btn span::after {
    top: calc(50% - 8px);
    right: 0;
    width: 30px;
    height: 17px;
	-webkit-background-size:30px auto;
	-moz-background-size:30px auto;
	background-size:30px auto;
}
#sec_works .more_btn {
	text-align:left;
}

/* ==================================================
free
================================================== */
/* page_title
============================== */
#page_title {
	padding-bottom:25px;
	margin:0 0 40px;
}
#page_title::after {
	bottom:-16px;
	height:30px;
}
#page_title img {
	height:35px;
	width:auto;
}
/* contents
============================== */
#main h2 {
	font-size:143%;
	margin-bottom:30px;
}
#main h2 span {
	padding:0 20px 0 35px;
}
#main h2 span::before {
	height:12px;
}
#main h2::after {
	left:15px;
	top:2px;
	height:20px;
}
#main h3 {
	font-size:130%;
}
/* ==================================================
job
================================================== */
#main .job_msg {
	margin-bottom:20px;
}
#main .job_msg .job_msg_main {
	float:none;
	width:100%;
	padding:0;
	margin-bottom:20px;
}
#main .job_msg .job_msg_img {
	float:none;
	width:100%;
	max-width:400px;
	margin:0 auto;
}
/* ==================================================
works
================================================== */
#main .works_reading {
	text-align:left;
	font-size:100%;
	padding:20px 0;
	margin:0 0 35px;
}
/* works_sec3
============================== */
#main .works_sec3 {
	margin:0;
	padding:0 10px;
}
#main .box_works {
	float:none;
	width:100%;
	max-width:480px;
	padding:0;
	margin:0 auto 20px;
}
#main .box_works_cnt {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19);
	padding: 15px;
}
/* contact
============================== */
/* form_btn */
#main .form_btn {
	margin:0 auto 30px;
}
#main .form_btn p {
	padding:0 10px;
}
#main .form_btn p input {
	padding:20px 10px;
	min-width:200px;
}


}
@media screen and (max-width: 520px) {
/* table
============================== */
#main table.tbl_line,
#main table.tbl_line thead,
#main table.tbl_line tbody,
#main table.tbl_line tfoot,
#main table.tbl_line tr,
#main table.tbl_line th,
#main table.tbl_line td,
#main table.tbl_form,
#main table.tbl_form thead,
#main table.tbl_form tbody,
#main table.tbl_form tfoot,
#main table.tbl_form tr,
#main table.tbl_form th,
#main table.tbl_form td {
	display:block;
	width:100% !important;
}
#main table.tbl_line {
	border-top:none;
	border-bottom:2px solid #242e81;
}
#main table.tbl_line th {
	background-color:#f0f8ff;
	border-top:2px solid #242e81;
	padding:10px 10px 5px;
}
#main table.tbl_line td {
	padding:0 10px 5px;
	border-bottom:none;
}
#main table.tbl_line tr :nth-child(2) {
	padding-top:10px;
}
#main table.tbl_form {
	border-top:none;
	border-bottom:2px solid #228b22;
}
#main table.tbl_form th {
	background-color:#f5fffa;
	border-top:2px solid #228b22;
	padding:10px 10px 5px;
}
#main table.tbl_form td {
	padding:10px 10px 5px;
	border-bottom:none;
}
#main table.tbl_line th p,
#main table.tbl_line td p,
#main table.tbl_form th p,
#main table.tbl_form td p {
	margin-bottom:5px;
}
#main table.tbl_form .must {
	vertical-align:top;
	position:static;
	margin-left:10px;
}
/* ceo_msg
============================== */
#main .ceo_msg {
	padding:20px;
}
#main .ceo_msg .ceo_msg_main {
	width:100%;
	float:none;
}
#main .ceo_msg .ceo_msg_img {
	float:none;
	margin:0 auto;
}
/* nav_link
============================== */
#main #nav_link ul li {
	width:50%;
}
/* gmap
============================== */
#main .gmap iframe {
	height:250px;
}
/* contact
============================== */
#main .form_btn p {
	padding:0 5px;
}
#main .form_btn p input {
	min-width:130px;
	padding:15px 5px;
	font-size:0.8rem;
}
/* privacy */
#main .privacy {
	padding:20px 15px 10px;
}
#main .privacy_ttl h3 {
	margin:0 0 20px;
	padding:0 0 20px;
}
/* visual
============================== */
#visual_caption {
	left:10px;
	width:140px;
}
#visual .slick-dots {
	right:10px;
	padding:7px 4px;
}
#visual .slick-dots li {
	padding:0 2px;
}
#visual .slick-dots li button {
	width:20px;
}


}


