﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Anton|Economica:400,400i,700,700i|Electrolize|Fira+Sans+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Julius+Sans+One|Jura:300,400,500,600,700|Khand:300,400,500,600,700|Montserrat+Alternates:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Orbitron:400,500,700,900|Oswald:200,300,400,500,600,700|Rajdhani:300,400,500,600,700|Raleway+Dots|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Ropa+Sans:400,400i|Saira+Condensed:100,200,300,400,500,600,700,800,900|Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900|Sarpanch:400,500,600,700,800,900|Squada+One|Teko:300,400,500,600,700|Wire+One|Baloo+Da|Baloo+Tammudu|Chathura:100,300,400,700,800|Kenia|Timmana|Viga|Righteous|Allerta+Stencil|Bahiana|Basic|Black+Ops+One|Carme|Days+One|Dorsa|Farsan|Fredericka+the+Great|Fugaz+One|Gurajada|Homenaje|Jockey+One|Just+Another+Hand|Just+Me+Again+Down+Here|Lily+Script+One|Nixie+One|Nosifer|Pompiere|Racing+Sans+One|Reem+Kufi|Secular+One|Six+Caps|Tulpen+One');

/* Anton - Economica - Electrolize - Fira Sans Condensed - Julius Sans One - Jura - Khand - Montserrat Alternates - Orbitron - Oswald - Rajdhani - Raleway Dots - Raleway - Ropa Sans - Saira Condensed -Saira Extra Condensed - Sarpanch - Squada One - Teko - Wire One - Baloo Da - Baloo Tammudu - Chathura - Kenia - Timmana - Viga - Righteous - Allerta Stenci - Bahiana - Basic - Black Ops One - Carme - Days One - Dorsa - Farsan - Fredericka the Great - Fugaz One - Gurajada - Homenaje - Jockey One - Just Another Hand - Just Me Again Down Here - Lily Script One - Nixie One - Nosifer - Racing Sans One - Reem Kufi - Secular One - Six Caps - Tulpen One */


/***** loader *****/

#fade {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#wrap {
    display: block;
    
}
#mid,#part-time{
    padding-top: 60px;
    margin-top: -60px;
}


#spinner {
    position: fixed;
    z-index: 6000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#spinner div {
    width: 10px;
    height: 150px;
    background-color: #be1b20;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -ms-animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

#spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

#spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

#spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	
0%, 40%, 100% {
	-webkit-transform: scaleY(0.4);
}  

20% {
	-webkit-transform: scaleY(1.0);
}

}

@keyframes sk-stretchdelay {

0%, 40%, 100% { 
	  transform: scaleY(0.4);
	  -webkit-transform: scaleY(0.4);
}

20% { 
	  transform: scaleY(1.0);
	  -webkit-transform: scaleY(1.0);
}

}


/***** base *****/

* {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans Japanese', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
	font-size: 14px;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat;
	background-position: center top;
}

section {
	width: 100%;
}

img {
	max-width: 100%;
	display: block;
}

.clear {
	clear: both;
}

.fixed {
    position: fixed;
    top: 0px;
	left: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
}


/***** a *****/

a {
	color: #000;
	text-decoration: none;
	overflow: hidden;
	outline: none;
	display: block;
}	


/***** color *****/

.red1 {
	color: #F00;
}



/***** margin *****/

.mb1 {
    margin-bottom: 10px;
}


/***** bg *****/

.bg1 {
	background-color: #f9f9f9;
}

.bg2 {
	background-color: #fff;
}

.bg3 {
	background-color: #000;
}


/***** menu1 *****/

.header1 {
    position: fixed;
    z-index: 5000;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
	background-color: rgb(190, 27, 32);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.17);
	transition: .3s;
}

.header1-inner1 {
    position: relative;
	width: 1600px;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header1-img1 {
    position: absolute;
    top: 14px;
    left: 50px;
    width: 105px;
    /*padding: 10px 10px 10px 10px;*/
}

.header1-name1 {
    position: absolute;
    top: 9px;
    left: 160px;
}

.header1-name1 a {
	color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 4px;
    text-indent: 4px;
	display: block;
}

.header1-menu1 {
    width: 100%;
    height: 100%;
    padding: 0px 50px 0px 32%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header1-menu1 ul {
    width: 80%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
    margin-right: 0;
}

.header1-menu1 li {
    height: 100%;
    width: 20%;
    margin: 0;
    border-bottom: 0px solid #be1b20;
    transition: .3s;
}

.header1-menu1 li:hover {
    border-bottom: 0px solid #be1b20;
}

.header1-menu1 li a {
    height: 100%;
    color: #fff;
    font-family: 'Noto Sans Japanese';
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header1-menu1 li a:hover {
    background-color: #ae1b1f;
}

.header1-menu1-btn1 {
    width: 20%;
    height: 100%;
    background-color: #e33d42;
    transition: .3s;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.header1-menu1-btn1:hover {
    background-color: #ea5b5f;
}

.header1-menu1-btn1 a {
	width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: flex;
	justify-content: center;
	align-items: center;
}

.header1-menu1-btn1 a p {
	width: 100%;
}


/***** menu-hum *****/

.header1-hum1 {
    position: fixed;
    z-index: 6000;
    top: 14px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
	display: none;
}

.header1-hum1-line1, .header1-hum1-line2, .header1-hum1-line3 {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    transition: .8s;
    border-radius: 5px;
}

.header1-hum1-line1 {
	top: 0px;
}

.header1-hum1-line2 {
    top: 9px;
}

.header1-hum1-line3 {
    top: 18px;
}

.header1-hum1.active1 .header1-hum1-line1 {
    transform: translateY(9px) translateX(0px) rotate(45deg);
}

.header1-hum1.active1 .header1-hum1-line2 {
	width: 0;
	opacity: 0;
}

.header1-hum1.active1 .header1-hum1-line3 {
	transform: translateY(-9px) translateX(0px) rotate(-45deg);
}


/***** grid *****/

.grid1 {
    width: 100%;
    margin-top: 50px;
}

.grid1-inner1 {
    width: 1600px;
    padding: 50px 70px 50px 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
}

.grid2 {
    width: 100%;
}

.grid2-inner1 {
    width: 1600px;
    padding: 50px 70px 50px 70px;
}

.grid2-inner1-title1 {
    width: 100%;
    margin-bottom: 35px;
}

.grid2-inner1-title1-txt1 {
    width: 100%;
    font-family: 'Secular One';
    font-size: 28px;
    text-align: center;
    margin-bottom: 5px;
}

.grid2-inner1-title1-txt2 {
    font-family: 'Noto Sans Japanese';
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.grid3 {
    width: 100%;
    padding: 50px 70px 20px 70px;
}

.grid4 {
    width: 100%;
    margin-top: 50px;
}

.grid4-inner1 {
    width: 1600px;
    padding: 50px 70px 50px 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
}

.grid4-inner1-title1 {
    width: 100%;
    margin-bottom: 35px;
}

.grid4-inner1-title1-txt1 {
    width: 100%;
    font-family: 'Secular One';
    font-size: 28px;
    text-align: center;
    margin-bottom: 5px;
}

.grid4-inner1-title1-txt2 {
    font-family: 'Noto Sans Japanese';
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}


/***** slide *****/

.slide1 {
    width: 100%;
	margin: 0px 0px 50px 0px;
	box-shadow: 0px 0px 10px 3px rgb(179, 179, 179);
	border-radius: 20px;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide2 {
	width: 100%;
	display: none;
}

.slide3 {
	width: 100%;
    margin-bottom: 40px;
}


/***** intro *****/

.intro1 {
	width: 100%;
}

.intro1-cap1 {
	width: 100%;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}


/***** top contents *****/

.topcon1-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.topcon1 {
    width: 98%;
    padding: 0px;
    margin: 20px 1% 20px 1%;
    border-radius: 20px;
    background-color: #fff;
	box-shadow: 0px 0px 10px 3px rgb(209, 209, 209);
    overflow: hidden;
	cursor: pointer;
	transform: scale3d(1,1,1);
	transition: .3s;
}

.topcon1:hover {
	position: relative;
	z-index: 50;
	box-shadow: 0px 0px 10px 3px rgb(209, 209, 209);
	transform: scale3d(1.03,1.03,1.03);
}

.topcon1-2 {
    width: 31%;
    padding: 0px;
    margin: 20px 1% 20px 1%;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 2px rgb(209, 209, 209);
    overflow: hidden;
	cursor: pointer;
	transform: scale3d(1,1,1);
	transition: .3s;
}

.topcon1-2:hover {
	position: relative;
	z-index: 50;
	box-shadow: 0px 0px 10px 3px rgb(209, 209, 209);
	transform: scale3d(1.03,1.03,1.03);
}

.topcon1-img1 {
    margin-bottom: 0px;
}

.topcon1-info1 {
    padding: 25px 30px 30px 30px;
}

.topcon1-name1-wrap {
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 10px solid #be1b20;
}

.topcon1-name1-txt1 {
    font-size: 20px;
	font-weight: bold;
    margin-bottom: 3px;
}

.topcon1-name1-txt2 {
    font-size: 12px;
}

.topcon1-cap1 {
    font-size: 16px;
	margin: 0px 0px 10px 0px;
}

.topcon1-cap2 {
    position: relative;
    z-index: 10;
    color: #be1b20;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    padding-bottom: 8px;
    overflow: hidden;
    transform: skew(-10deg);
}

.topcon1-cap2::before {
    content: "";
    position: absolute;
	z-index: -5;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 2px;
    transition: .3s;
    background-color: #be1b20;
	border-radius: 10%;
}

.topcon1:hover .topcon1-cap2::before, .topcon1-2:hover .topcon1-cap2::before {
	animation: a1 .5s ease-in-out .2s 1 normal;
	-webkit-animation: a1 .5s ease-in-out .2s 1 normal;
}

@keyframes a1 {

0% {left: -100%;}
60% {left: 0%;}
100% {left: 100%;}

}

@-webkit-keyframes a1 {
	
0% {left: -100%;}
60% {left: 0%;}
100% {left: 100%;}

}

.topcon1-btn1 {
    width: 30%;
    background-color: #be1b20;
    border-radius: 10px;
    transition: .3s;
}

.topcon1-btn1:hover {
    background-color: #e13b40;
}

.topcon1-btn1 a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}


/***** breadcrumb *****/

.breadcrumb1 {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumb1-txt1 {
    width: auto;
    font-family: 'Noto Sans Japanese';
	font-size: 16px;
	font-weight: 500;
    margin: 0;
    padding: 5px 10px 5px 10px;
}

.breadcrumb1-txt1 a {
	color: #be1b20;
	text-decoration: none;
    display: block;
	transition: .3s;
}

.breadcrumb1-txt1 a:hover {
	color: #e3484d;
}


/***** search *****/

.search1-title1 {
    font-size: 22px;
    font-weight: 700;
    padding: 4px 0px 9px 15px;
	margin: 0px 0px 20px 0px;
    border-left: 10px solid #be1b20;
    border-bottom: 1px dotted #000;
}

.search1-nav1 {
	position: relative;
	width: 100%;
}

.search1-menu1 {
    width: 100%;
    margin-bottom: 35px;
}

.search1-menu1 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search1-menu1 ul li {
    width: 23%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin: 0px 1% 10px 1%;
    background-color: #be1b20;
    border-radius: 5px;
	cursor: pointer;
}

.search1-wrap {
    width: 100%;
	margin: 0px 0px 60px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.search1 {
    width: 33.33%;
    padding: 20px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

.search1-inner1 {
    padding: 25px;
    margin: 0px 0px 10px 0px;
    background-color: #fff;
    border: 0px solid #c0c0c0;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 2px rgb(224, 224, 224);
	transform: scale3d(1,1,1);
	transition: .3s;
}

.search1-inner1:hover {
	position: relative;
	z-index: 50;
    box-shadow: 0px 0px 5px 2px rgb(224, 224, 224);
	transform: scale3d(1.03,1.03,1.03);
}

.search1-img1 {
    margin-bottom: 15px;
}

.search1-name1 {
    padding: 0px 0px 0px 10px;
    border-left: 10px solid #be1b20;
}

.search1-name1-txt1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.search1-name1-txt2 {
    font-size: 12px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.search1-cap1 {
    position: relative;
    z-index: 10;
    color: #be1b20;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    padding-bottom: 8px;
    overflow: hidden;
    transform: skew(-10deg);
}

.search1-cap1::before {
    content: "";
    position: absolute;
	z-index: -5;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 2px;
    transition: .3s;
    background-color: #be1b20;
	border-radius: 10%;
}

.search1-inner1:hover .search1-cap1::before {
	animation: a2 .5s ease-in-out .2s 1 normal;
	-webkit-animation: a2 .5s ease-in-out .2s 1 normal;
}

@keyframes a2 {

0% {left: -100%;}
60% {left: 0%;}
100% {left: 100%;}

}

@-webkit-keyframes a2 {
	
0% {left: -100%;}
60% {left: 0%;}
100% {left: 100%;}

}

.store1 {
    width: 100%;
}

.store1-visual1 {
    width: 100%;
    margin: 0px 0px 40px 0px;
}

.store1-name1-wrap {
	position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-left: 0px solid #be1b20;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.store1-name1-logo1 {
    width: 20%;
}

.store1-name1 {
    width: 80%;
}

.store1-name1-txt1 {
    font-family: 'Noto Sans Japanese';
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #d16468;
}

.store1-name1-txt1 p {
    font-family: 'Secular One';
    font-size: 25px;
    font-weight: 500;
}

.store1-name1-txt2 {
    font-size: 22px;
    font-weight: 700;
}

.store1-name1-btn1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    background-color: #be1b20;
    border-radius: 5px;
    transition: .3s;
}

.store1-name1-btn1:hover {
    background-color: #e13b40;
}

.store1-name1-btn1 a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
	padding: 10px 30px 10px 30px;
    display: block;
}

.store1-name1-btn1 a p {
    font-size: 12px;
	font-weight: normal;
}

.store1-cap1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 30px;
}

.store1-list1 {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.store1-list1-left {
    width: 25%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 5px 20px 5px 20px;
    background-color: #d16468;
}

.store1-list1-right {
    width: 75%;
    line-height: 30px;
    padding: 5px 20px 5px 20px;
}


/***** interview *****/

.interview1-intro1 {
	width: 100%;
    margin: 0px 0px 20px 0px;
}

.interview1-intro1-cap1 {
    font-size: 25px;
    font-weight: 700;
	text-align: center;
}

.interview1-wrap {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.interview1 {
    width: 48%;
    padding: 0px;
    margin: 20px 1% 20px 1%;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 2px rgb(209, 209, 209);
    overflow: hidden;
	cursor: pointer;
	transform: scale3d(1,1,1);
	transition: .3s;
}

.interview1:hover {
	position: relative;
	z-index: 50;
	box-shadow: 0px 0px 10px 3px rgb(209, 209, 209);
	transform: scale3d(1.03,1.03,1.03);
}

.interview1-movie1 {
    width: 100%;
}

.interview1-movie1-data1 {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
	background: #000;
}

.interview1-movie1-data1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.interview1-info1 {
    padding: 25px 30px 30px 30px;
}

.interview1-name1 {
    padding: 0px 0px 0px 10px;
    border-left: 10px solid #be1b20;
}

.interview1-name1-txt1 {
    font-size: 20px;
	font-weight: 900;
    margin-bottom: 3px;
}

.interview1-name1-txt2 {
    font-size: 14px;
	font-weight: 700;
}


/***** workstyle *****/

.work1-wrap {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.work1 {
    width: 80%;
    padding: 0px 20px 0px 20px;
}

.work1-title1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.work1-img1 {
    margin-bottom: 20px;
}

.work1-info1 {
    padding-left: 20px;
    border-left: 10px solid #be1b20;
}

.work1-info1-title1 {
    font-size: 13px;
    margin-bottom: 15px;
    width: 100%;
    padding: 0px 0% 0px 55px;
	display: flex;
}

.work1-info1-title1-txt1 {
    width: 48%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 8px 10px 8px 10px;
    margin: 0px 1% 0px 1%;
    background-color: #dba028;
}

.work1-time1 {
    position: relative;
    margin-bottom: 15px;
}

.work1-time1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 90%;
    height: 1px;
    margin-top: -2px;
    background-color: #a1a1a1;
}

.work1-cap1 {
    font-size: 13px;
    padding-left: 55px;
    margin-bottom: 15px;
}

.work1-cap1-title1 {
    width: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 50%;
    background-color: #c34145;
	border-radius: 25px;
}

.work1-cap2-wrap {
    font-size: 13px;
    margin-bottom: 15px;
    width: 100%;
    padding: 0px 0% 0px 55px;
	display: flex;
}

.work1-cap2 {
	width: 48%;
    margin: 0px 1% 0px 1%;
}

.work1-cap2-title1 {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    background-color: #c34145;
	border-radius: 25px;
}


/***** about *****/

.about1-title1 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    text-indent: 15px;
    text-align: center;
    margin: 0px 0px 40px 0px;
}

.about1-cap1 {
    font-size: 16px;
}

.about1-cap1 p {
    margin-bottom: 15px;
}


/***** Q&A *****/

.question1-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.question1 {
    width: 48%;
    padding-bottom: 7px;
    margin: 0px 1% 30px 1%;
    border-bottom: 1px dotted #555;
}

.question1-cap1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    border-left: 10px solid #be1b20;
    padding-left: 10px;
    margin-bottom: 10px;
}

.question1-cap2 {
    font-size: 14px;
}

.answer1 {
    color: #be1b20;
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}


/***** footnav *****/

.footnav1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.footnav1-info1 {
    width: 85%;
    padding: 0px 50px 0px 0px;
}

.footnav1-info1-list1-txt1 {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 0px 20px 0px 0px;
}

.footnav1-info1-list1-txt1 a {
	color: #000;
	display: inline-block;
}

.footnav1-info1-name1 {
    font-size: 22px;
    font-weight: 900;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 2px dotted #be1b20;
}

.footnav1-sns1-wrap {
    width: 15%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.footnav1-sns1 {
    width: calc(100%/3);
    padding: 5px 5px 5px 5px;
}


/***** footer *****/

.footer1-img1 {
    width: 100%;
	padding: 20px 20px 20px 20px;
}

.footer1-img1 img {
    width: 200px;
}

.footer1-pagetop1 {
    position: fixed;
    z-index: 1000;
    bottom: 18px;
    right: 100px;
}

.footer1-pagetop1 a {
    color: #be1b20;
}






@media (max-width:1600px){

.header1-inner1 {
    width: 100%;
}

.grid1-inner1 {
    width: 100%;
}

.grid2-inner1 {
    width: 100%;
}

.grid4-inner1 {
    width: 100%;
}

}



@media (max-width:1400px){

.header1-menu1 {
    padding: 0px 50px 0px 25%;
}

}


@media (max-width:1280px){
	
.header1-menu1 li a {
    font-size: 12px;
}

.header1-menu1-btn1 a {
    font-size: 12px;
}
  
.work1 {
    width: 100%;
}

}


@media (max-width:1024px){
	
.header1-hum1 {
	display: block;
}

.header1-img1 {
    top: 4px;
    left: 15px;
    width: 90px;
}

.header1-name1 {
    top: 11px;
    left: 115px;
}

.header1-name1 a {
    font-size: 18px;
}
	
.header1-menu1 {
    position: fixed;
    z-index: 5500;
    top: 0;
    right: -100%;
	width: 100%;
    padding: 20% 30% 20% 30%;
    background-color: #cf2626;
	transition: .5s;
	flex-direction: column;
}

.header1-menu1.active1 {
    right: 0;
}

.header1-menu1 ul {
    height: auto;
    margin: 0px 0px 20px 0px;
    flex-direction: column;
}

.header1-menu1 li {
    width: 100%;
    margin-bottom: 10px;
}

.header1-menu1 li a {
    font-size: 16px;
}

.header1-menu1-btn1 {
    width: 100%;
    height: auto;
}

.header1-menu1-btn1 a {
    font-size: 14px;
    padding: 15px 15px 15px 15px;
}

.grid1-inner1 {
    padding: 35px 35px 35px 25px;
}

.grid2-inner1 {
    padding: 40px 30px 40px 30px;
}

.grid2-inner1-title1 {
    margin-bottom: 15px;
}

.grid4-inner1 {
    padding: 40px 30px 40px 30px;
}

.grid4-inner1-title1 {
    margin-bottom: 15px;
}

.slide1 {
    margin: 0px 0px 30px 0px;
}

.intro1-cap1 {
    font-size: 24px;
}

.topcon1-info1 {
    padding: 15px 15px 15px 15px;
}

.search1-menu1 ul li {
    width: 31.33%;
    font-size: 12px;
    line-height: 40px;
    margin: 5px 1% 5px 1%;
}

.search1-name1 {
    font-size: 12px;
}

.topcon1-name1-txt1 {
    font-size: 16px;
}

.topcon1-name1-txt2 {
    font-size: 10px;
}

.topcon1-cap1 {
    font-size: 14px;
}

.topcon1-btn1 a {
    font-size: 12px;
    line-height: 35px;
}

.interview1-intro1 {
    margin: 0px 0px 10px 0px;
}

.interview1-intro1-cap1 {
    font-size: 20px;
}

.work1-wrap {
    width: 80%;
}

.work1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 50px 0px;
}

.work1-title1 {
    font-size: 16px;
    margin-bottom: 7px;
}

.work1-time1::after {
    width: 85%;
}

.work1-cap1-title1 {
    width: 65%;
    font-size: 12px;
    line-height: 32px;
    margin-right: 35%;
}

.about1-cap1 {
    font-size: 15px;
}

.question1-cap1 {
    font-size: 15px;
}

.question1-cap2 {
    font-size: 12px;
}

.answer1 {
    color: #be1b20;
    font-size: 14px;
}

.footnav1-info1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

.footnav1-info1-name1 {
    font-size: 18px;
}

.footnav1-info1-list1-txt1 {
    font-size: 14px;
    display: block;
    padding: 0px 0px 0px 0px;
}

.footnav1-sns1-wrap {
    width: 100%;
    padding: 0px 80% 0px 0px;
}

.footnav1-sns1 {
    padding: 0px 12px 0px 0px;
}

.footer1-img1 {
    padding: 15px 15px 15px 15px;
}

}



@media (max-width:768px){

.intro1-cap1 {
    font-size: 18px;
}

.breadcrumb1-txt1 {
    font-size: 14px;
}

.search1 {
    width: 50%;
    padding: 10px;
}

.search1-btn1 a {
    font-size: 10px;
    line-height: 27px;
}

.interview1-intro1-cap1 {
    font-size: 17px;
}

.work1-wrap {
    width: 95%;
}

.work1-cap1-title1 {
    width: 100%;
    font-size: 12px;
    line-height: 32px;
    margin-right: 0%;
}

.work1-cap2-title1 {
    font-size: 12px;
    line-height: 32px;
}

.about1-title1 {
    font-size: 45px;
	margin: 0px 0px 25px 0px;
}

.footnav1-sns1-wrap {
    width: 100%;
    padding: 0px 75% 0px 0px;
}

}

@media (max-width:640px) {
    .search1 {
        width: 100%;
    }
}

@media (max-width:475px){

#spinner {
    width: 80px;
}

#spinner div {
    width: 9px;
    height: 135px;
}

.header1-menu1 {
    padding: 20% 10% 20% 10%;
}

.grid1-inner1 {
    padding: 0px 0px 0px 0px;
}

.grid2-inner1 {
    padding: 30px 20px 30px 20px;
}

.grid4-inner1 {
    padding: 30px 20px 30px 20px;
}

.grid2-inner1-title1, .grid4-inner1-title1 {
    margin-bottom: 20px;
}

.grid2-inner1-title1-txt1, .grid4-inner1-title1-txt1 {
    font-size: 24px;
    margin-bottom: 0px;
}

.grid2-inner1-title1-txt2, .grid4-inner1-title1-txt2 {
    font-size: 14px;
}

.slide1 {
	display: none;
}

.slide2 {
	display: block;
}

.slide3 {
    margin-bottom: 20px;
}

.intro1 {
	width: 100%;
    padding: 15px 15px 15px 15px;
}

.intro1-cap1 {
    font-size: 14px;
    line-height: 24px;
}

.topcon1-2 {
    width: 46%;
    margin: 20px 2% 20px 2%;
}

.topcon1-info1 {
    padding: 15px 15px 15px 15px;
}

.topcon1-name1-txt1 {
    font-size: 12px;
}

.topcon1-name1-txt2 {
    font-size: 8px;
}

.topcon1-cap1 {
    font-size: 11px;
}

.topcon1-cap2 {
    font-size: 12px;
    font-weight: 500;
}

.breadcrumb1-txt1 {
    font-size: 12px;
}

.search1-title1 {
    font-size: 15px;
    padding: 2px 0px 7px 10px;
}

.search1-menu1 {
    margin-bottom: 20px;
}

.search1-menu1 ul li {
    width: 48%;
    font-size: 10px;
    line-height: 30px;
}

.search1 {
    /*! width: 50%; */
    padding: 10px;
}

.search1-inner1 {
    padding: 15px;
}

.search1-img1 {
    margin-bottom: 5px;
}


.search1-name1 {
    font-size: 10px;
	margin-bottom: 5px;
}

.search1-name1-txt1 {
    font-size: 12px;
}

.search1-name1-txt2 {
    font-size: 8px;
}

.search1-cap1 {
    font-size: 10px;
}

.search1-btn1 {
    width: 100%;
    margin-left: 0%;
}

.search1-btn1 a {
    font-size: 8px;
    line-height: 22px;
}

.store1-name1-wrap {
    border-left: 0px solid #be1b20;
}

.store1-name1-logo1 {
    width: 35%;
}

.store1-name1 {
    width: 65%;
}

.store1-name1-txt1 {
    font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.store1-name1-txt1 p {
    font-size: 16px;
}

.store1-name1-txt2 {
    font-size: 12px;
}

.store1-cap1 {
    font-size: 14px;
    line-height: 22px;
}

.store1-list1 {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.store1-list1-left {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
}

.store1-list1-right {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
}

.store1-name1-btn1 {
    position: unset;
    width: 100%;
    margin: 15px 0px 0px 0px;
}

.store1-name1-btn1 a {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 15px 7px 15px;
}

.store1-name1-btn1 a p {
    font-size: 10px;
}

.interview1-intro1 {
    margin: 0px 0px 20px 0px;
}

.interview1-intro1-cap1 {
    font-size: 15px;
}

.interview1 {
    width: 100%;
    margin: 0px 0% 25px 0%;
}

.interview1-info1 {
    padding: 20px 20px 20px 20px;
}

.interview1-name1-txt1 {
    font-size: 18px;
}

.interview1-name1-txt2 {
    font-size: 12px;
}

.topcon1-btn1 {
    width: 70%;
}

.topcon1-btn1 a {
    font-size: 10px;
    line-height: 32px;
}

.work1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin-bottom: 35px;
}

.work1-info1-title1 {
    padding: 0px 0% 0px 15px;
}

.work1-info1-title1-txt1 {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
}

.work1-time1 {
    font-size: 12px;
}

.work1-cap1-title1 {
    font-size: 10px;
    line-height: 30px;
}

.work1-cap1 {
    font-size: 10px;
    padding-left: 15px;
}

.work1-cap2-wrap {
    padding: 0px 0% 0px 10px;
}

.work1-cap2 {
    font-size: 10px;
}

.work1-cap2-title1 {
    font-size: 10px;
    line-height: 30px;
}

.about1-title1 {
    font-size: 28px;
    margin: 10px 0px 20px 0px;
}

.about1-cap1 {
    font-size: 12px;
}

.footnav1-sns1-wrap {
    width: 100%;
    padding: 0px 55% 0px 0px;
}

.footer1-pagetop1 {
    right: 22px;
}

}


@media (max-width:375px){

.about1-title1 {
    font-size: 26px;
}

}


@media (max-width:320px){

.grid3 {
    padding: 20px 20px 20px 20px;
}

.grid2-inner1 {
    padding: 20px 20px 20px 20px;
}

.grid2-inner1-title1, .grid4-inner1-title1 {
    margin-bottom: 20px;
}

.grid2-inner1-title1-txt1, .grid4-inner1-title1-txt1 {
    font-size: 20px;
}

.grid2-inner1-title1-txt2, .grid4-inner1-title1-txt2 {
    font-size: 12px;
}

.intro1-cap1 {
    font-size: 12px;
    line-height: 20px;
}

.topcon1 {
    margin: 0px 1% 0px 1%;
    box-shadow: 0px 0px 5px 3px rgb(209, 209, 209);
}

.topcon1:hover {
    transform: none;
}

.search1-wrap {
    margin: 0px 0px 20px 0px;
}

.search1 {
    width: 100%;
}

.search1-inner1 {
    padding: 10px;
}

.interview1-intro1-cap1 {
    font-size: 13px;
}

.about1-title1 {
    font-size: 22px;
}

.store1-visual1 {
    margin: 0px 0px 15px 0px;
}

.store1-name1-logo1 {
    width: 30%;
}

.store1-name1 {
    width: 70%;
}

.store1-name1-txt1 {
    font-size: 15px;
}

.store1-name1-txt1 p {
    font-size: 13px;
}

.store1-name1-txt2 {
    font-size: 9px;
}

.store1-cap1 {
    font-size: 11px;
    line-height: 17px;
}

.work1-info1-title1 {
    padding: 0px 0% 0px 15px;
}

.work1-info1-title1-txt1 {
    font-size: 12px;
}

.work1-cap1 {
    padding-left: 15px;
}

.work1-cap2-wrap {
    padding: 0px 0% 0px 10px;
}

.footnav1-info1-name1 {
    font-size: 16px;
    padding: 0px 0px 8px 0px;
    margin: 0px 0px 10px 0px;
}

.footnav1-info1-list1-txt1 {
    font-size: 12px;
}

.footnav1-sns1-wrap {
    width: 100%;
    padding: 0px 50% 0px 0px;
}

.footer1-img1 img {
    width: 150px;
}

}