@charset "UTF-8";
/* 
	
CSS page.css */




/*
base #191919
red #ff2227
*/



/*//////////////////


#index


//////////////////*/

/* common */
#index {  }

/* #mainv */
#index #mainv {  }
/* #sec_1 */
#index #mainv { height: 100vh; width: 100vw; position: relative; overflow:hidden; display: flex; justify-content: center; align-items: center; }
/*
#index #mainv .slidelist { width: 100%; height: 100%; box-sizing: border-box; position: absolute; top: 0; left: 0; z-index: -1; }
#index #mainv .slick-list,
#index #mainv .slick-track,
#index #mainv .slidelist ul,
#index #mainv .slidelist li { height: 100%; width: 100%; position: relative; }
#index #mainv .slidelist li .bg { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; transform: scale(1.1); transition: 3s cubic-bezier(.645, .045, .355, 1); z-index: -1; }
#index #mainv .slidelist li.slick-current img { transform: scale(1); }
*/
#index #mainv .copybox { position: absolute; top: 60%; left: 8%; color: #fff; font-size: 2.2rem; line-height: 1.35; font-family: 'Roboto', sans-serif; letter-spacing: 0.02em; }
#index #mainv .spcopy { display: none; }
#index #mainv #scrolldown{ position: absolute; bottom: 0; left: 8%; color: #fff; }
#index #mainv #scrolldown .txt{ font-size: 1.6rem; display: block; }
#index #mainv #scrolldown .arr{ position: relative; width: 1px; height: 40px; overflow: hidden; display: block; margin-left: auto; margin-right: auto; }
#index #mainv #scrolldown .arr::before{ content: ""; background: #fff; width: 1px; height: 40px; position: absolute; top: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; animation: sdl 3.6s cubic-bezier(1, 0, 0, 1) infinite; }
@media screen and (max-width: 1100px){
	#index #mainv #scrolldown{ display: none; }
}
@media screen and (max-width: 767px){
	#index #mainv .copybox { font-size: 2.0rem; }
	#index #mainv .spcopy { display: block; color: #fff; font-size: 1.6rem; line-height: 1.6; margin-top: 15px; }
}
@media screen and (max-width: 350px){
	#index #mainv .copybox { font-size: 1.8rem; }
}
/*
@keyframes sdl {
	0% { transform: scale(1, 0); transform-origin: 0 0; }
	35% { transform: scale(1, 1); transform-origin: 0 0; }
	35.1% { transform: scale(1, 1); transform-origin: 0 100%; }
	70%, 100% { transform: scale(1, 0); transform-origin: 0 100%; }
}
*/

/* youtube */
#index #mainv .moviebox{ position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; }
#index #mainv .cover { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%;  background: rgba(0,0,0,.4); overflow: hidden; }
#index #mainv .moviebox .videowrap {width: 100%; height:100%; position: relative; }
#index #mainv .moviebox .videowrap>.inwrap {position: relative; width: 100%; height: 100%; }
#index #mainv .moviebox .videowrap>.inwrap video {min-height: 100%; min-width: 100%; }
#index #mainv .moviebox .middleimg{ display: none; }
@media screen and (max-width: 767px){
	#index #mainv .moviebox .videowrap{ display: none; }
	#index #mainv .moviebox .middleimg{ width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; }
}







/* #sec_1 */
#index #swrap_1 { background: #f7f7f7; }
#index #sec_1 .inbox { display: flex; justify-content: center; }
#index #sec_1 .inbox .copy.s1 { line-height: 2.3; margin-right: 140px; color: #ff2227; }
#index #sec_1 .inbox .txt1 { font-size: 1.8rem; line-height: 2.3;}
@media screen and (max-width: 1100px) {
	#index #sec_1 .inbox { display: block; }
	#index #sec_1 .inbox .copy.s1 { margin: 0 auto 60px; display: block; }
	#index #sec_1 .inbox .txt1 { text-align: center; }
}
@media screen and (max-width: 767px) {
	#index #sec_1 .inbox .copy.s1 { margin: 0 auto 40px; }
	#index #sec_1 .inbox .txt1 { font-size: 1.4rem; line-height: 2; text-align: justify; }
}
@media screen and (max-width: 500px) { 
}


/* #sec_2 */
#index #swrap_2 { }
#index #sec_2 .titlebox { display: flex; align-items: center; }
#index #sec_2 .titlebox .sectitle { margin-right: 60px; }
#index #sec_2 .list { margin-top: 80px; }
#index #sec_2 .list li { display: flex; align-items: center; margin-top: 60px; }
#index #sec_2 .list li:first-child { margin-top: 0; border-top: none; padding-top: 0; }
#index #sec_2 .list li:nth-child(even) { flex-direction: row-reverse; }
#index #sec_2 .list li .imgbox { width: 55%; position: relative; text-align: center; height: calc(10vw + 350px); display: flex; justify-content: center; align-items: center; }
#index #sec_2 .list li .imgbox:after { content: ""; position: absolute; top: 20px; right: 20px; background: #f7f7f7; z-index: -1; width: 200%; height: 100%; }
#index #sec_2 .list li:nth-child(even) .imgbox:after { top: 20px; left: 20px; }
#index #sec_2 .list li .imgbox img { position: absolute; object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
#index #sec_2 .list li .txtbox { margin: 0 70px; flex: 1; }
#index #sec_2 .list li .txtbox .btnbox { text-align: left; }
@media screen and (max-width: 1500px) {
	#index #sec_2 .list li .imgbox { height: 500px; }
	#index #sec_2 .list li .txtbox { margin-right: 0; }
	#index #sec_2 .list li:nth-child(even) .txtbox { margin-left: 0; margin-right: 70px;}
}
@media screen and (max-width: 1100px) {
	#index #sec_2 .titlebox { display: block; text-align: center; }
	#index #sec_2 .titlebox .sectitle { margin-right: 0; }
	#index #sec_2 .titlebox .copy.s1 { text-align: center; }
	#index #sec_2 .list li { align-items: normal; }
	#index #sec_2 .list li .imgbox { width: 50%; display: flex; height: auto; }
	#index #sec_2 .list li .txtbox { margin-left: 50px; padding: 60px 0; }
	#index #sec_2 .list li:nth-child(even) .txtbox { margin-right: 50px; }
	#index #sec_2 .list li .txtbox .btn.base { min-width: 240px; }
}
@media screen and (max-width: 767px) {
	#index #sec_2 .list { margin-top: 40px; }
	#index #sec_2 .list li { display: block; } 
	#index #sec_2 .list li .imgbox { display: flex; height: auto; width: 100%; height: calc(150px + 30vw); }
	#index #sec_2 .list li .txtbox { flex: auto; margin-left: 0; margin-top: 30px; padding: 0; }
	#index #sec_2 .list li:nth-child(even) .txtbox { margin-right: 0; }
	#index #sec_2 .list li .txtbox .copy.s1 { margin-bottom: 20px; }
}
@media screen and (max-width: 500px) {
	#index #sec_2 .titlebox .copy.s1 { text-align: justify; }
	#index #sec_2 .titlebox .copy.s1 br { display: none; }
}

/* #sec_3 */
#index #sec_3 .inbox { display: flex; height: 700px; }
#index #sec_3 .titlebox { display: flex; align-items: center; justify-content: center; background: url(../img/index/s3_img1.jpg) no-repeat; background-position: center center; background-size: cover; width: 55%; }
#index #sec_3 .txtbox { width: 45%; background: #ff2227; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 1100px) {
	#index #sec_3 .titlebox { width: 45%; }
	#index #sec_3 .txtbox { width: 55%; }
}
@media screen and (max-width: 767px) {
	#index #sec_3 .inbox { display: block; height: auto; }
	#index #sec_3 .titlebox { width: 100%; padding: 60px 6%; box-sizing: border-box; }
	#index #sec_3 .txtbox { width: 100%; padding: 60px 6%; box-sizing: border-box; }
}


/* #sec_4 */
#index #swrap_4 { background: #f7f7f7; padding-top: 60px; }
#index #sec_4 .list>li { display: flex; align-items: center; background: #fff; height: 320px; }
#index #sec_4 .list>li:nth-child(even) { flex-direction: row-reverse; height: 560px; }
#index #sec_4 .list>li .imgbox { width: 50%; height: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; overflow: hidden; }
#index #sec_4 .list>li .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#index #sec_4 .list>li .imgbox li { width: 50%; height: 50%; }
#index #sec_4 .list>li:first-child .imgbox li { width: 50%; height: 100%; }
#index #sec_4 .list>li .txtbox { width: 50%; padding: 0 70px; box-sizing: border-box; }
#index #sec_4 .list>li .txtbox .btnbox { text-align: left; }
@media screen and (max-width: 1100px) {
	#index #sec_4 .list>li { align-items: normal; height: auto; }
	#index #sec_4 .list>li:nth-child(even) { height: auto; }
	#index #sec_4 .list>li .imgbox { display: flex; height: auto; }
	#index #sec_4 .list>li .txtbox { padding: 60px 6%; }
	#index #sec_4 .list>li .txtbox .btnbox { text-align: left; }
	#index #sec_4 .list>li .txtbox .btn.base { min-width: 240px; }
}
@media screen and (max-width: 767px) {
	#index #swrap_4 { padding-top: 40px; }
	#index #sec_4 .list>li { display: block; } 
	#index #sec_4 .list>li .imgbox { display: flex; height: auto; width: 100%; height: calc(50px + 80vw); }
	#index #sec_4 .list>lifirst-child .imgbox {height: calc(150px + 30vw); }
	#index #sec_4 .list>li .txtbox { flex: auto; margin-left: 0; padding: 6%; width: 100%; }
}
@media screen and (max-width: 500px) {
	#index #sec_4 .list>li .txtbox { padding: calc(10px + 8%) 8% calc(20px + 8%); }
	#index #sec_4 .list>li:last-child .copy.s2 br { display: none; }
	#index #sec_4 .list>li .txtbox .btn.base { width: 100%; min-width: 100%; }
}

/* #sec_5 */
#index #swrap_5 { }
#index #sec_5 .titlebox { display: flex; align-items: center; }
#index #sec_5 .titlebox .sectitle { margin-right: 60px; }
#index #sec_5 .titlebox .txt1 { flex: 1; margin-bottom: 30px; }
#index #sec_5 .list.works li:nth-child(4) { display: none; }
@media screen and (max-width: 1100px) {
	#index #sec_5 .titlebox { display: block; text-align: center; }
	#index #sec_5 .titlebox .sectitle { margin-right: 0; }
	#index #sec_5 .titlebox .txt1 { text-align: justify; margin-bottom: 40px;}
}
@media screen and (max-width: 767px) {
	#index #sec_5 .titlebox .txt1 { margin-bottom: 30px;}
	#index #sec_5 .list.works li:nth-child(4) { display: block; }
}

/* #sec_6 */
#index #sec_6 { display: flex; }
#index #sec_6 .titlebox { text-align: center; }
#index #sec_6>* { width: 50%; box-sizing: border-box; }
#index #sec_6 .newsbox { display: flex; justify-content: center; align-items: center; padding: 160px 8%; min-height: 800px; background: #f7f7f7; }
#index #sec_6 .newsbox .topsectitle { text-align: left; }
#index #sec_6 .recruitbox { display: flex; justify-content: center; align-items: center;  background: #ff2227; padding: 160px 8%; }
#index #sec_6 .recruitbox .sectitle>* { color: #fff; }
#index #sec_6 .recruitbox .sectitle .title { border-bottom-color: #fff; }
#index #sec_6 .recruitbox .txtbox{ display: flex; justify-content: space-between; margin-bottom: 30px; }
#index #sec_6 .recruitbox .txtbox .txt1 { flex: 1; margin-left: 30px; color: #fff; }
#index #sec_6 .recruitbox .imgbox { width: 100%; height: calc(140px + 5vw); display: flex; overflow: hidden; }
#index #sec_6 .recruitbox .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#index #sec_6 .recruitbox .imgbox li { width: 50%; height: 100%; }
@media screen and (max-width: 1300px) { 
	#index #sec_6 .recruitbox .txtbox{ display: block; }
	#index #sec_6 .recruitbox .txtbox .copy.s1 {  text-align: center; }
	#index #sec_6 .recruitbox .txtbox .copy.s1 br { display: none; }
	#index #sec_6 .recruitbox .txtbox .txt1 { flex: auto; margin-left: 0; color: white; }
}
@media screen and (max-width: 1100px) { 
	#index #sec_6 { display: block; }
	#index #sec_6>* { width: 100%; }
	#index #sec_6 .newsbox { display: block; min-height: 0; }
	#index #sec_6 .recruitbox .imgbox { height: calc(100px + 20vw); }
}
@media screen and (max-width: 767px) { 
	#index #sec_6>* { width: 100%; height: auto; }
	#index #sec_6 .newsbox { padding: 80px 6%; min-height: 0; }
	#index #sec_6 .newsbox .topsectitle { text-align: center; }
	#index #sec_6 .newsbox .btnbox a { text-align: center; }
	#index #sec_6 .recruitbox { padding: 80px 6%; }
}


/* #sec_7 */
#index #sec_7 .inbox { display: flex; }
#index #sec_7 .imgbox { width: 50%; display: flex; overflow: hidden; margin-left: 70px; }
#index #sec_7 .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#index #sec_7 .imgbox li { width: 50%; height: 100%; }
#index #sec_7 .txtbox { flex: 1; }
#index #sec_7 .txtbox .btnbox { text-align: left; }
@media screen and (max-width: 1100px) { 
	#index #sec_7 .imgbox { margin-left: 50px; }
}
@media screen and (max-width: 767px) { 
	#index #sec_7 .inbox { display: block; }
	#index #sec_7 .imgbox { width: 114%; height: calc(120px + 20vw); margin: 0 -7%; }
	#index #sec_7 .txtbox { flex: auto; margin-bottom: 80px; }
	#index #sec_7 .txtbox .copy.s1 { text-align: center; }
	#index #sec_7 .txtbox .btnbox { text-align: center; }
}
@media screen and (max-width: 500px) { 
}










/*//////////////////


#about.reason


//////////////////*/

#about.reason #article { margin-bottom:0px; }

/* sec_1 */
#about.reason #sec_1 {  }
#about.reason #sec_1 .copy.s1 { margin: 0 auto 60px; display: block; line-height: 2.3; }
#about.reason #sec_1 .txt1 { text-align: center; font-size: 1.8rem; line-height: 2.3;}
@media screen and (max-width: 767px) {
	#about.reason #sec_1 .copy.s1 { margin: 0 auto 40px; }
	#about.reason #sec_1 .txt1 { font-size: 1.4rem; line-height: 2; text-align: justify; }
}
@media screen and (max-width: 500px) { 
}

/* #sec_2 */
#about.reason #swrap_2 { background: #f7f7f7; }
#about.reason #sec_2 .titlebox { text-align: center; }
#about.reason #sec_2 .list>li { display: flex; align-items: center; margin-top: 60px; }
#about.reason #sec_2 .list>li:first-child { margin-top: 0; border-top: none; padding-top: 0; }
#about.reason #sec_2 .list>li:nth-child(even) { flex-direction: row-reverse; }
#about.reason #sec_2 .list>li .imgbox { width: 55%; position: relative; text-align: center; height: calc(10vw + 350px); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
#about.reason #sec_2 .list>li:nth-child(2) .imgbox { height: auto }
#about.reason #sec_2 .list>li .imgbox li { width: 50%; height: calc(10vw + 150px); overflow: hidden; }
#about.reason #sec_2 .list>li .imgbox li:first-child { width: 100%; height: calc(10vw + 350px); }
#about.reason #sec_2 .list>li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
#about.reason #sec_2 .list>li .imgbox .en { position: absolute; height: auto; width: auto; top: calc(50% - 35px); right: 0; padding: 5px 30px; min-width: 150px; background: #ff2227; color: #fff; font-size: 2.8rem; z-index: 1; }
#about.reason #sec_2 .list>li .txtbox { margin: 0 70px; flex: 1; }
#about.reason #sec_2 .list>li .txtbox .btnbox { text-align: left; }
@media screen and (max-width: 1500px) {
	#about.reason #sec_2 .list>li .imgbox { height: 500px; }
	#about.reason #sec_2 .list>li .txtbox { margin-right: 0; }
	#about.reason #sec_2 .list>li:nth-child(even) .txtbox { margin-left: 0; margin-right: 70px;}
}
@media screen and (max-width: 1100px) {
	#about.reason #sec_2 .list>li { align-items: normal; }
	#about.reason #sec_2 .list>li .imgbox { width: 50%; display: flex; height: auto; }
	#about.reason #sec_2 .list>li .imgbox li { height: 35%; }
	#about.reason #sec_2 .list>li .imgbox li:first-child { height: 65%; }
	#about.reason #sec_2 .list>li .txtbox { margin-left: 50px; padding: 60px 0; }
	#about.reason #sec_2 .list>li:nth-child(even) .txtbox { margin-right: 50px; }
	#about.reason #sec_2 .list>li .txtbox .btn.base { min-width: 240px; }
}
@media screen and (max-width: 767px) {
	#about.reason #sec_2 .list { margin-top: 0; }
	#about.reason #sec_2 .list>li { display: block; } 
	#about.reason #sec_2 .list>li .imgbox { display: flex; height: auto; width: 100%; height: calc(150px + 30vw); }
	#about.reason #sec_2 .list>li .imgbox .en { top: auto; bottom: 0px; right: 0; padding: 5px 20px; min-width: 100px; font-size: 1.8rem; line-height: 1.6; }
	#about.reason #sec_2 .list>li .txtbox { flex: auto; margin-left: 0; margin-top: 30px; padding: 0; }
	#about.reason #sec_2 .list>li:nth-child(even) .txtbox { margin-right: 0; }
	#about.reason #sec_2 .list>li .txtbox .copy.s1 { margin-bottom: 20px; }
}










/*//////////////////


#about.company


//////////////////*/

/* sec_1 */
#about.company #sec_1 {  }
#about.company #sec_1 .txt1 { text-align: center; font-size: 1.8rem; line-height: 2.3;}
#about.company #sec_1 .name { margin-top: 40px; text-align: center; }
@media screen and (max-width: 767px) {
	#about.company #sec_1 .txt1 { font-size: 1.4rem; line-height: 2; text-align: justify; }
	#about.company #sec_1 .txt1 br { display: none; }
	#about.company #sec_1 .name { margin-top: 20px; text-align: left; }
}

/* sec_2 */
#about.company #swrap_2 { background: #f7f7f7; }
#about.company #sec_2 {  }
#about.company #sec_2 .copy.s1 { margin-bottom: 0px; padding: 30px 8%; border: 1px solid #ff2227; text-align: center; background: #fff; margin-bottom: 30px; }
#about.company #sec_2 .imgbox { width: 100%; height: 380px; display: flex; overflow: hidden; }
#about.company #sec_2 .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#about.company #sec_2 .imgbox li { width: 50%; height: 100%; }
@media screen and (max-width: 1100px) { 
}
@media screen and (max-width: 767px) { 
	#about.company #sec_2 .imgbox { display: block; height: auto; }
	#about.company #sec_2 .imgbox li { width: 100%; height: calc(100px + 40vw); }
}


/* sec_3 */
#about.company #sec_3 .inbox { display: flex; justify-content: space-between;  }
#about.company #sec_3 .inbox .list {  width: 48%; border-top: 1px solid #ff2227; }
#about.company #sec_3 .inbox .list>li { border-bottom: 1px solid #ff2227; }
#about.company #sec_3 .inbox .list>li>dl { display: flex; flex-direction: row; }
#about.company #sec_3 .inbox .list>li>dl>dt,
#about.company #sec_3 .inbox .list>li>dl>dd { box-sizing: border-box; padding: 25px 0; }
#about.company #sec_3 .inbox .list>li>dl>dt { width: 140px; position: relative; padding-right: 0; box-sizing: border-box; flex-shrink: 0; font-weight: bold; }
#about.company #sec_3 .inbox .list>li>dl>dd { padding-left: 20px; width: 100%; }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
	#about.company #sec_3 .inbox { display: block; }
	#about.company #sec_3 .inbox .list { width: 100%; }
	#about.company #sec_3 .inbox .list:last-child { border-top: none; }
	#about.company #sec_3 .inbox .list>li>dl>dt { width: 100px; }
}


/* sec_4 */
#about.company #sec_4 .txt1 { text-align: center; }
#about.company #sec_4 .map { height: 600px; width: 100%; }
@media screen and (max-width: 767px) {
	#about.company #sec_4 .txt1 { margin-bottom: 10px; }
	#about.company #sec_4 .map { height: calc(40vw + 150px); width: 100%; }
}










/*//////////////////


#buffing


//////////////////*/

/* linebox */
#buffing #main .linebox { margin: 100px 0 60px; text-align: center; }
#buffing #main .subtitle { font-size: 3.6rem; font-weight: bold; }
#buffing #main .linebox .txt1 { font-size: 2.4rem; font-weight: bold; margin: -10px 0 30px; }
@media screen and (max-width: 1100px) {
} 
@media screen and (max-width: 767px) {
	#buffing #main .subtitle { font-size: 2.0rem; }
	#buffing #main .linebox { margin: 60px 0; }
	#buffing #main .linebox .txt1 { font-size: 1.6rem; margin: -5px 0 20px; }
	#buffing #main .linebox .txt2 br { display: none; }
}










/*//////////////////


#buffing.index


//////////////////*/

/* sec_1 */
#buffing.index #sec_1 {  }
#buffing.index #sec_1 .imgbox { width: 100%; height: 380px; display: flex; overflow: hidden; }
#buffing.index #sec_1 .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#buffing.index #sec_1 .imgbox li { width: 50%; height: 100%; }
@media screen and (max-width: 767px) { 
	#buffing.index #sec_1 .imgbox { display: block; height: auto; }
	#buffing.index #sec_1 .imgbox li { width: 100%; height: calc(100px + 40vw); }
	#buffing.index #sec_1 .txt1 { text-align: left; }
	#buffing.index #sec_1 .txt1 { font-size: 1.4rem; line-height: 2; text-align: justify; }
	#buffing.index #sec_1 .txt1 br { display: none; }
}

/* sec_2 */
#buffing.index #swrap_2 { background: #f7f7f7; }
#buffing.index #sec_2 .inbox { display: flex; justify-content: space-between; align-items: center; }
#buffing.index #sec_2 .imgbox { width: 56%; height: 500px; }
#buffing.index #sec_2 .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#buffing.index #sec_2 .txtbox { flex: 1; margin-left: 70px; }
#buffing.index #sec_2 .txtbox .title { font-size: 2.0rem; font-weight: bold; margin-bottom: 10px; }
#buffing.index #sec_2 .txtbox .list { }
@media screen and (max-width: 1300px) {
	#buffing.index #sec_2 .imgbox { width: 50%; }
}
@media screen and (max-width: 1100px) {
	#buffing.index #sec_2 .inbox { align-items: normal; } 
	#buffing.index #sec_2 .imgbox { display: flex; height: auto; }
	#buffing.index #sec_2 .txtbox { flex: 1; margin-left: 60px; }
}
@media screen and (max-width: 767px) {
	#buffing.index #sec_2 .inbox { display: block; } 
	#buffing.index #sec_2 .imgbox { display: flex; height: auto; width: 100%; height: calc(100px + 40vw); }
	#buffing.index #sec_2 .txtbox { flex: auto; margin-left: 0; margin-top:40px; }
	#buffing.index #sec_2 .txtbox .title { font-size: 1.6rem; margin-bottom: 5px; }
}


/* #sec_3 */
#buffing.index #sec_3 .titlebox { text-align: center; }
#buffing.index #sec_3 .list>li { display: flex; align-items: center; margin-top: 60px; }
#buffing.index #sec_3 .list>li:first-child { margin-top: 0; }
#buffing.index #sec_3 .list>li:nth-child(even) { flex-direction: row-reverse; }
#buffing.index #sec_3 .list>li .imgbox { width: 56%; position: relative; text-align: center; height: calc(10vw + 370px); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
#buffing.index #sec_3 .list>li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
#buffing.index #sec_3 .list>li .txtbox { margin-left: 70px; flex: 1; }
#buffing.index #sec_3 .list>li:nth-child(even) .txtbox { margin-left: 0; margin-right: 70px; }
@media screen and (max-width: 1500px) {
	#buffing.index #sec_3 .list>li .imgbox { height: 520px; }
}
@media screen and (max-width: 1100px) {
	#buffing.index #sec_3 .list>li { align-items: normal; }
	#buffing.index #sec_3 .list>li .imgbox { width: 50%; display: flex; height: auto; }
	#buffing.index #sec_3 .list>li .imgbox li { height: 35%; }
	#buffing.index #sec_3 .list>li .imgbox li:first-child { height: 65%; }
	#buffing.index #sec_3 .list>li .txtbox { margin-left: 50px; padding: 60px 0; }
	#buffing.index #sec_3 .list>li:nth-child(even) .txtbox { margin-right: 50px; }
}
@media screen and (max-width: 767px) {
	#buffing.index #sec_3 .list { margin-top: 0; }
	#buffing.index #sec_3 .list>li { display: block; } 
	#buffing.index #sec_3 .list>li .imgbox { display: flex; height: auto; width: 100%; height: calc(150px + 30vw); }
	#buffing.index #sec_3 .list>li .txtbox { flex: auto; margin-left: 0; margin-top: 30px; padding: 0; }
	#buffing.index #sec_3 .list>li:nth-child(even) .txtbox { margin-right: 0; }
	#buffing.index #sec_3 .list>li .txtbox .copy.s1 { margin-bottom: 20px; }
}


/* sec_4 */
#buffing.index #swrap_4 { background: #f7f7f7; }
#buffing.index #sec_4 { }
#buffing.index #sec_4 ul.flowbox>li { margin-top: 20px; position: relative; background: #fff; display: flex; justify-content: space-between; align-items: center; }
#buffing.index #sec_4 ul.flowbox>li:first-child { margin-top: 0; }
#buffing.index #sec_4 ul.flowbox>li:after { content: url(../img/common/arr1.svg); position: absolute; bottom: -15px; left: calc(50% - 8px); width: 16px; font-size: 0; }
#buffing.index #sec_4 ul.flowbox>li:last-child:after { display: none; }
#buffing.index #sec_4 ul.flowbox>li .imgbox { width: 400px; text-align: center; height: 275px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
#buffing.index #sec_4 ul.flowbox>li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
#buffing.index #sec_4 ul.flowbox>li .txtbox { padding: 0 60px; flex: 1; }
@media screen and (max-width: 1100px){
	#buffing.index #sec_4 ul.flowbox>li .imgbox { width: 40%; }
	#buffing.index #sec_4 ul.flowbox>li .txtbox { padding: 20px 6%; }
}
@media screen and (max-width: 767px){
	#buffing.index #sec_4 ul.flowbox>li { padding: 30px 6%; display: block;  }
	#buffing.index #sec_4 ul.flowbox>li .imgbox { width: 100%; height: calc(30vw + 100px); }
	#buffing.index #sec_4 ul.flowbox>li .txtbox { width: 100%; padding: 0; margin-bottom: 20px; }
	#buffing.index #sec_4 ul.flowbox>li .txtbox .copy.s1 { text-align: center; }
}
@media screen and (max-width: 500px){
	#buffing.index #sec_4 ul.flowbox>li { padding:6%; }
}


/* #sec_5 */
#buffing.index #sec_5 .list>li { display: flex; align-items: center; margin-top: 60px; }
#buffing.index #sec_5 .list>li:first-child { margin-top: 0; }
#buffing.index #sec_5 .list>li:nth-child(even) { flex-direction: row-reverse; }
#buffing.index #sec_5 .list>li .imgbox { width: 52%; position: relative; text-align: center; height: calc(10vw + 270px); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
#buffing.index #sec_5 .list>li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
#buffing.index #sec_5 .list>li .txtbox { margin-left: 70px; flex: 1; }
#buffing.index #sec_5 .list>li:nth-child(even) .txtbox { margin-left: 0; margin-right: 70px; }
#buffing.index #sec_5 .list>li .txtbox .btnbox { text-align: left; }
#buffing.index #sec_5 .restorebox { margin-top: 100px; }
#buffing.index #sec_5 .restorebox .title { font-size: 2.4rem; font-weight: bold; line-height: 1.6; }
#buffing.index #sec_5 .restorebox .copy { font-size: 3.6rem;margin-bottom: 30px; }
#buffing.index #sec_5 .restorebox .imgbox { width: 100%; display: flex; flex-wrap: wrap; }
#buffing.index #sec_5 .restorebox .imgbox li { width: 25%; }

@media screen and (max-width: 1500px) {
	#buffing.index #sec_5 .list>li .imgbox { height: 420px; }
}
@media screen and (max-width: 1100px) {
	#buffing.index #sec_5 .list>li { align-items: normal; }
	#buffing.index #sec_5 .list>li .imgbox { width: 50%; display: flex; height: auto; }
	#buffing.index #sec_5 .list>li .imgbox li { height: 35%; }
	#buffing.index #sec_5 .list>li .imgbox li:first-child { height: 65%; }
	#buffing.index #sec_5 .list>li .txtbox { margin-left: 50px; padding: 60px 0; }
	#buffing.index #sec_5 .list>li:nth-child(even) .txtbox { margin-right: 50px; }	
	#buffing.index #sec_5 .list>li .txtbox .btn.base { min-width: 240px; }
}
@media screen and (max-width: 767px) {
	#buffing.index #sec_5 .list { margin-top: 0; }
	#buffing.index #sec_5 .list>li { display: block; } 
	#buffing.index #sec_5 .list>li .imgbox { display: flex; height: auto; width: 100%; height: calc(150px + 30vw); }
	#buffing.index #sec_5 .list>li .txtbox { flex: auto; margin-left: 0; margin-top: 30px; padding: 0; }
	#buffing.index #sec_5 .list>li:nth-child(even) .txtbox { margin-right: 0; }
	#buffing.index #sec_5 .list>li .txtbox .copy.s1 { margin-bottom: 20px; }
	
	#buffing.index #sec_5 .restorebox .title { font-size: 1.6rem; line-height: 1.8; }
	#buffing.index #sec_5 .restorebox .copy { font-size: 2.0rem; margin-bottom: 20px; }
	#buffing.index #sec_5 .restorebox { margin-top: 80px; }
	#buffing.index #sec_5 .restorebox .imgbox li { width: 50%; }
}










/*//////////////////


#buffing.others


//////////////////*/

/* sec_1 */
#buffing.others #sec_1 {  }

/* sec_2 */
#buffing.others #swrap_2 { background: #f7f7f7; }
#buffing.others #sec_2 {  }
#buffing.others #sec_2 .list { text-align: center; }
#buffing.others #sec_2 .list li { display: inline-block; font-size: 2.4rem; color: #ff2227; font-weight: bold; border: 1px solid #ff2227; padding: 15px 30px; background: #fff; margin: 0 5px 10px; }
#buffing.others #sec_2 .list { }
#buffing.others #sec_2 .imgbox { width: 100%; height: auto; display: flex; overflow: hidden; flex-wrap: wrap }
#buffing.others #sec_2 .imgbox li { width: 25%; height: 100%; }
#buffing.others #sec_2 .imgbox li p { text-align: center; margin-top: 10px; }
@media screen and (max-width: 1100px) {
} 
@media screen and (max-width: 767px) { 
	#buffing.others #sec_2 .list li { padding: 10px 25px; font-size: 1.6rem; margin: 0 3px 8px; } 
	#buffing.others #sec_2 .imgbox { margin-top: -20px; }
	#buffing.others #sec_2 .imgbox li {margin-top: 20px; width: 50%; }
	#buffing.others #sec_2 .imgbox li p { margin-top: 5px; }
}


/* sec_3 */
#buffing.others #swrap_3 { background: #f7f7f7; }
#buffing.others #sec_3 .imgbox { width: 100%; height: auto; display: flex; overflow: hidden; flex-wrap: wrap }
#buffing.others #sec_3 .imgbox li { width: 33.33%; height: 100%; }
#buffing.others #sec_3 .imgbox li p { text-align: center; margin-top: 15px; line-height: 1.6; }
@media screen and (max-width: 1100px) {
} 
@media screen and (max-width: 767px) { 
	#buffing.others #sec_3 .imgbox {margin-top: -20px; }
	#buffing.others #sec_3 .imgbox li {margin-top: 20px; width:100%; }
	#buffing.others #sec_3 .imgbox li p { margin-top: 8px; }
	#buffing.others #sec_3 .imgbox img { width:100%; }
}


/* sec_4 */
#buffing.others #swrap_4 { }
#buffing.others #sec_4 {  }
#buffing.others #sec_4 .list { display: flex; justify-content: space-between; flex-wrap: wrap; padding-bottom: 20px;}
#buffing.others #sec_4 .list li { width: calc(50% - 10px); display: flex; justify-content: center; align-items: center; background: #f7f7f7; margin-bottom: 10px; padding: 20px 6%; box-sizing: border-box; font-size: 1.8rem; }
@media screen and (max-width: 767px) {
	#buffing.others #sec_4 .list { display: block; padding-bottom: 0;}
	#buffing.others #sec_4 .list li { width: 100%; padding: 15px 6%; font-size: 1.4rem;  }
	#buffing.others #sec_4 .list li:last-child { margin-bottom: 0; }
}


/* sec_5 */
#buffing.others #swrap_5 {}
#buffing.others #sec_5 .txt1 { margin-bottom: 80px; }
#buffing.others #sec_5 ul.list { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: -30px; }
#buffing.others #sec_5 ul.list li { background: #fff; width: calc(50% - 15px); margin-top: 30px; }
#buffing.others #sec_5 ul.list li .txtbox { padding: 30px 40px; }
@media screen and (max-width: 767px) {
	#buffing.others #sec_5 .txt1 { margin-bottom: 40px; }
	#buffing.others #sec_5 ul.list { flex-direction: column;  margin-top: -20px; }
	#buffing.others #sec_5 ul.list li { width: 100%; margin-top: 20px; }
	#buffing.others #sec_5 ul.list li .txtbox { padding: 6%; }
}







/*//////////////////


#buffing.motorcycle


//////////////////*/

#buffing.motorcycle #article { margin-bottom:0px; }

/* sec_1 */
#buffing.motorcycle #sec_1 {  }
#buffing.motorcycle #sec_1 .imgbox { width: 100%; height: auto; display: flex; overflow: hidden; flex-wrap: wrap }
#buffing.motorcycle #sec_1 .imgbox li { width: 50%; height: 100%; }
@media screen and (max-width: 767px) { 
	#buffing.motorcycle #sec_1 .imgbox li { width: 100%; }
}

/* sec_2 */
#buffing.motorcycle #swrap_2 { background: #f7f7f7; }
#buffing.motorcycle #sec_2 .inbox { display: flex; justify-content: space-between; align-items: center; }
#buffing.motorcycle #sec_2 .imgbox { width: 56%; height: 500px; }
#buffing.motorcycle #sec_2 .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#buffing.motorcycle #sec_2 .txtbox { flex: 1; margin-left: 70px; }
@media screen and (max-width: 1300px) {
	#buffing.motorcycle #sec_2 .imgbox { width: 50%; }
}
@media screen and (max-width: 1100px) {
	#buffing.motorcycle #sec_2 .inbox { align-items: normal; } 
	#buffing.motorcycle #sec_2 .imgbox { display: flex; height: auto; }
	#buffing.motorcycle #sec_2 .txtbox { flex: 1; margin-left: 60px; }
}
@media screen and (max-width: 767px) {
	#buffing.motorcycle #sec_2 .inbox { display: block; } 
	#buffing.motorcycle #sec_2 .imgbox { display: flex; height: auto; width: 100%; height: calc(100px + 40vw); }
	#buffing.motorcycle #sec_2 .txtbox { flex: auto; margin-left: 0; margin-top:40px; }
}


/* sec_3 */
#buffing.motorcycle #sec_3 {  }
#buffing.motorcycle #sec_3 table.base thead tr th { background: #f7f7f7; text-align: center; }
#buffing.motorcycle #sec_3 table.base thead tr th:nth-child(1) { width: 40%; }
#buffing.motorcycle #sec_3 table.base thead tr th:nth-child(2) { width: 30%; }
#buffing.motorcycle #sec_3 table.base thead tr th:nth-child(3) { width: 14%; }
#buffing.motorcycle #sec_3 table.base thead tr th:nth-child(4) { width: 16%; }
#buffing.motorcycle #sec_3 table.base tr td:nth-child(3) { text-align: center; }
#buffing.motorcycle #sec_3 table.base tr td:nth-child(4) { text-align: right; }
@media screen and (max-width: 767px) {
	#buffing.motorcycle #sec_3 .tablebox { overflow-x: scroll; }
	#buffing.motorcycle #sec_3 table.base { min-width: 680px; }
}










/*//////////////////


#buffing.reason


//////////////////*/

/* #mainv */
@media screen and (max-width: 500px) { 
	#buffing.restore #mainv.under img { object-position: 15% 50%; }
}

/* sec_1 */
#buffing.restore #sec_1 {  }
#buffing.restore #sec_1 .copy.s1 { margin: 0 auto 80px; display: block; line-height: 2.3; }
@media screen and (max-width: 767px) {
	#buffing.restore #sec_1 .copy.s1 { margin: 0 auto 40px; }
}
@media screen and (max-width: 500px) { 
}

/* sec_2 */
#buffing.restore #swrap_2 { background: #f7f7f7; }
#buffing.restore #sec_2 .txt1 { margin-bottom: 80px; }
#buffing.restore #sec_2 ul.list { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: -30px; }
#buffing.restore #sec_2 ul.list li { background: #fff; width: calc(50% - 15px); margin-top: 30px; }
#buffing.restore #sec_2 ul.list li .txtbox { padding: 30px 40px; }
@media screen and (max-width: 767px) {
	#buffing.restore #sec_2 .txt1 { margin-bottom: 40px; }
	#buffing.restore #sec_2 ul.list { flex-direction: column;  margin-top: -20px; }
	#buffing.restore #sec_2 ul.list li { width: 100%; margin-top: 20px; }
	#buffing.restore #sec_2 ul.list li .txtbox { padding: 6%; }
}

/* sec_3 */
#buffing.restore #sec_3 .lnav { text-align: center; margin-bottom: 160px; }
#buffing.restore #sec_3 .lnav li { display: inline-block; }
#buffing.restore #sec_3 .lnav li:first-child:after { content: "/"; margin: 0 10px 0 18px; font-size: 2.8rem; color: #ff2227; }
#buffing.restore #sec_3 .lnav li a { position: relative; }
#buffing.restore #sec_3 .lnav li a:after { content: url(../img/common/arr1.svg); position: absolute; bottom: -12px; left: calc(50% - 4px); width: 8px; z-index: 2; transition: bottom 0.3s; font-size: 0rem; opacity: 0; }
#buffing.restore #sec_3 .lnav li a:hover:after { bottom: -20px; opacity: 1; }
#buffing.restore #sec_3 .sectitle.e1 .title { border-top: 1px solid #ff2227; border-bottom: none; margin-top: 10px; padding-top: 10px; }
@media screen and (max-width: 767px) {
	#buffing.restore #sec_3 .lnav { margin-bottom: 80px; }
	#buffing.restore #sec_3 .lnav li:first-child:after { margin: 0 8px 0 13px; font-size: 2rem; }
	#buffing.restore #sec_3 .sectitle.e1 .title { margin-top: 5px; padding-top: 7px; }
}

/* sec_3 #motorcycle */
#buffing.restore #sec_3 #motorcycle { margin-top: 160px; }
#buffing.restore #sec_3 #motorcycle .inbox { display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; }
#buffing.restore #sec_3 #motorcycle .inbox>.imgbox { width: 56%; height: 500px; }
#buffing.restore #sec_3 #motorcycle .inbox>.imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#buffing.restore #sec_3 #motorcycle .inbox>.txtbox { flex: 1; margin-left: 70px; }
#buffing.restore #sec_3 #motorcycle .flowbox ul>li:nth-child(3) {padding: 20px 0;}
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li { margin-top: 20px; position: relative; background: #fff; display: flex; justify-content: space-between; align-items: center; border: 1px solid #ff2227; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:first-child { margin-top: 0; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:after { content: url(../img/common/arr1.svg); position: absolute; bottom: -15px; left: calc(50% - 8px); width: 16px; font-size: 0; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:last-child:after { display: none; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .imgbox { width: 260px; text-align: center; height: 170px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .txtbox { padding: 0 60px; flex: 1; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .txtbox .copy.s2 { margin-bottom: 0; display: flex; align-items: center; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .txtbox .copy.s2 span { font-size: 3.2rem; position: relative; padding-right: 15px; margin-right: 15px; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .txtbox .copy.s2 span:after { content: ""; height: 60%; width: 1px; font-size: 0; background: #ff2227; position: absolute; right: 0; top: 20%; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) { flex-direction: column; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .txtbox { flex: auto; margin-top: 20px; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox { width: 100%; height: auto; padding: 0 60px; justify-content: space-evenly; box-sizing: border-box; margin: 20px 0 30px; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox li .sp { display: none; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox li {width: 31%;position: relative;}
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox li:after { content: url(../img/common/arr1_black.svg); position: absolute; top: calc(50% + 1px); left: calc(50% - 8px); width: 16px; font-size: 0; z-index: 2; }
#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .btnbox { margin-top: -10px; margin-bottom: 20px; }
@media screen and (max-width: 1300px) {
	#buffing.restore #sec_3 #motorcycle .inbox>.imgbox { width: 50%; }
}
@media screen and (max-width: 1100px){
	#buffing.restore #sec_3 #motorcycle .inbox { align-items: normal; } 
	#buffing.restore #sec_3 #motorcycle .inbox>.imgbox { display: flex; height: auto; }
	#buffing.restore #sec_3 #motorcycle .inbox>.txtbox { flex: 1; margin-left: 60px; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .imgbox { padding: 20px 20px 20px 0;}
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .txtbox { padding: 20px 6%; }
}
@media screen and (max-width: 767px){
	#buffing.restore #sec_3 #motorcycle { margin-bottom: 80px; }
	#buffing.restore #sec_3 #motorcycle .inbox { display: block; margin-bottom: 60px; } 
	#buffing.restore #sec_3 #motorcycle .inbox>.imgbox { display: flex; height: auto; width: 100%; height: calc(100px + 40vw); }
	#buffing.restore #sec_3 #motorcycle .inbox>.txtbox { flex: auto; margin-left: 0; margin-top:40px; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li { padding: 30px 6%; display: block;  }
	#buffing.restore #sec_3 #motorcycle .flowbox ul>li:nth-child(3) {padding: 0px 0;}
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .imgbox { width: 100%; height: auto; padding: 0; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .imgbox img { max-width: 260px; margin: 0 auto; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .txtbox { width: 100%; padding: 0; margin-bottom: 20px; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .txtbox .copy.s1 { text-align: center; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li .txtbox .copy.s2 span { font-size: 2.4rem; padding-right: 10px; margin-right: 10px; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox { padding: 0; margin: 0; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox img { max-width: 100%; margin: 0 auto; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox li { width: 100%; margin-top: 15px; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox li:first-child { margin-top: 0; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox li .pc { display: none; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox li .sp { display: block; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .imgbox li:after { transform: rotate(-90deg); top: calc(50% - 4px); left: calc(50% - 2px); }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .txtbox { margin-top: 0; }
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li:nth-child(1) .btnbox { margin-top: 25px; margin-bottom: 0; }
}
@media screen and (max-width: 500px){
	#buffing.restore #sec_3 #motorcycle .flowbox ul.flowlist>li { padding:6%; }
}

/* sec_3 #others */
#buffing.restore #sec_3 #others { margin-top: 160px; }
#buffing.restore #sec_3 #others ul.forbox { margin-bottom: 80px;}
#buffing.restore #sec_3 #others ul.forbox>li { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; background: #f7f7f7; padding: 40px 60px; margin-top: 40px; }
#buffing.restore #sec_3 #others ul.forbox>li:nth-child(even) { flex-direction: row-reverse; }
#buffing.restore #sec_3 #others ul.forbox>li:first-child { margin-top: 0; }
#buffing.restore #sec_3 #others ul.forbox>li .copy.s1 { width: 100%; }
#buffing.restore #sec_3 #others ul.forbox>li .indent { width: 100%; margin-top: 10px; }
#buffing.restore #sec_3 #others ul.forbox>li .imgbox { width: 56%; display: flex; flex-wrap: wrap; }
#buffing.restore #sec_3 #others ul.forbox>li .imgbox li { height: 280px; width: 50%; }
#buffing.restore #sec_3 #others ul.forbox>li .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#buffing.restore #sec_3 #others ul.forbox>li .txtbox { flex: 1; margin-left: 60px; }
#buffing.restore #sec_3 #others ul.forbox>li:nth-child(even) .txtbox { margin-left: 0; margin-right: 60px; }
@media screen and (max-width: 1300px) {
	#buffing.restore #sec_3 #others ul.forbox>li .imgbox { width: 40%; }
	#buffing.restore #sec_3 #others ul.forbox>li .imgbox li { height: auto; width: 100%; }
}
@media screen and (max-width: 1100px) {
	#buffing.restore #sec_3 #others ul.forbox>li { padding: 40px 6%; } 
	#buffing.restore #sec_3 #others ul.forbox>li .imgbox { display: flex; height: auto; }
	#buffing.restore #sec_3 #others ul.forbox>li .imgbox li { display: flex; height: auto; }
	#buffing.restore #sec_3 #others ul.forbox>li .txtbox { flex: 1; margin-left: 50px; }
	#buffing.restore #sec_3 #others ul.forbox>li:nth-child(even) .txtbox { margin-left: 0; margin-right: 50px; }
}
@media screen and (max-width: 767px) {
	#buffing.restore #sec_3 #others { margin-bottom: 80px; }
	#buffing.restore #sec_3 #others ul.forbox { margin-bottom: 60px;}
	#buffing.restore #sec_3 #others ul.forbox>li { display: block; } 
	#buffing.restore #sec_3 #others ul.forbox>li .imgbox { display: flex; height: auto; width: 100%; }
	#buffing.restore #sec_3 #others ul.forbox>li .imgbox li { height: auto; width: 50%; }
	#buffing.restore #sec_3 #others ul.forbox>li .txtbox { flex: auto; margin: 0; margin-top:30px; }
}










/*//////////////////


#buffing.flow


//////////////////*/

/* sec_1 */
#buffing.flow #sec_1 {  }
#buffing.flow #sec_1 .inbox { display: flex; justify-content: space-between; align-items: center; background: #ff2227; padding: 50px 70px; }
#buffing.flow #sec_1 .inbox .sectitle { margin-bottom: 0; }
#buffing.flow #sec_1 .inbox .sectitle .title,
#buffing.flow #sec_1 .inbox .sectitle .en { color: #fff; border-bottom-color: #fff; }
#buffing.flow #sec_1 .txtbox { color: #fff; flex: 1; margin-left: 60px; }
#buffing.flow #sec_1 .txtbox .btnbox { text-align: left; }
@media screen and (max-width: 1100px) {
	#buffing.flow #sec_1 .inbox { display: block; padding: 50px 6%; }
	#buffing.flow #sec_1 .inbox .sectitle { margin-bottom: 20px; }
	#buffing.flow #sec_1 .txtbox { margin-left: 0; flex: auto;}
	#buffing.flow #sec_1 .txtbox .btnbox { text-align: center; }
}
@media screen and (max-width: 767px) {
	#buffing.flow #sec_1 .inbox { padding: 40px 6%; }
}
@media screen and (max-width: 500px) {
	#buffing.flow #sec_1 .inbox { padding: 8%; }
}

#buffing.flow #sec_2 ul.flowlist>li { margin-top: 20px; position: relative; background: #fff; border: 1px solid #ff2227; padding: 30px 60px; }
#buffing.flow #sec_2 ul.flowlist>li:first-child { margin-top: 0; }
#buffing.flow #sec_2 ul.flowlist>li:after { content: url(../img/common/arr1.svg); position: absolute; bottom: -15px; left: calc(50% - 8px); width: 16px; font-size: 0; }
#buffing.flow #sec_2 ul.flowlist>li:last-child:after { display: none; }
#buffing.flow #sec_2 ul.flowlist>li .copy.s2 { margin-bottom: 0; display: flex; align-items: center; }
#buffing.flow #sec_2 ul.flowlist>li .copy.s2 span { font-size: 3.2rem; position: relative; padding-right: 15px; margin-right: 15px; }
#buffing.flow #sec_2 ul.flowlist>li .copy.s2 span:after { content: ""; height: 60%; width: 1px; font-size: 0; background: #ff2227; position: absolute; right: 0; top: 20%; }
#buffing.flow #sec_2 ul.flowlist>li a { text-decoration:underline; }
#buffing.flow #sec_2 .telbox { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 10px; }
#buffing.flow #sec_2 .telbox .btnbox { width: auto; margin-left: 30px; }
#buffing.flow #sec_2 .telbox .btnbox .btn.base { min-width: 240px;  }
#buffing.flow #sec_2 .telbox a.roboto { font-size: 3.2rem; letter-spacing: 0.02em; line-height: 1; }
#buffing.flow #sec_2 .telbox a.roboto .icon { width: 28px; font-size: 0; vertical-align: -2px; margin-right: 8px; }
#buffing.flow #sec_2 .telbox .txt2 { font-size: 1.5rem; margin-left: 20px; color: #ff2227;  line-height: 1.8; }
@media screen and (max-width: 1100px){
	#buffing.flow #sec_2 ul.flowlist>li { padding: 30px 6%; }
	#buffing.flow #sec_2 .telbox { text-align: left; }
	#buffing.flow #sec_2 .telbox .btnbox { width: 100%; text-align: left; padding-top: 20px; margin-left: 0; }
	#buffing.flow #sec_2 .telbox .btnbox .btn.base { min-width: 360px; }
	#buffing.flow #sec_2 .telbox .txt2 { display: block; }
}
@media screen and (max-width: 767px){
	#buffing.flow #sec_2 ul.flowlist>li { padding: 30px 6%; }
	#buffing.flow #sec_2 ul.flowlist>li .copy.s1 { text-align: center; }
	#buffing.flow #sec_2 ul.flowlist>li .copy.s2 span { font-size: 2.4rem; padding-right: 10px; margin-right: 10px; }
	#buffing.flow #sec_2 .telbox { display: block; text-align: center; margin-top: 20px; }
	#buffing.flow #sec_2 .telbox a.roboto { font-size: 2.6rem; }
	#buffing.flow #sec_2 .telbox a.roboto .icon { width: 22px; }
	#buffing.flow #sec_2 .telbox .btnbox { margin-left: 0; text-align: center; }
	#buffing.flow #sec_2 .telbox .btnbox .btn.base { min-width: 240px; }
	#buffing.flow #sec_2 .telbox .txt2 { font-size: 1.3rem; margin-left: 0; margin-top: 5px; }
}
@media screen and (max-width: 500px){
	#buffing.flow #sec_2 ul.flowlist>li { padding:6%; }
	#buffing.flow #sec_2 .telbox .btnbox .btn.base { min-width: 100%; }	
}

/* sec_3 */
#buffing.flow #swrap_3 { }
#buffing.flow #sec_3 table.base thead tr th { background: #eee; text-align: center; }
#buffing.flow #sec_3 table.base thead tr th:nth-child(1) { }
#buffing.flow #sec_3 table.base tr th { text-align: center; padding: 10px 2px; font-size: 1.4rem; letter-spacing: 0; }
#buffing.flow #sec_3 table.base tr td { text-align: right; padding: 10px 2px; font-size: 1.4rem; letter-spacing: 0; }
#buffing.flow #sec_3 table.base tr.area td { vertical-align: top; text-align: center; }
@media screen and (max-width: 767px) {
	#buffing.flow #sec_3 .tablebox { overflow-x: scroll; }
	#buffing.flow #sec_3 table.base { min-width: 680px; }
	#buffing.flow #sec_3 table.base tr th { font-size: 1.2rem; }
	#buffing.flow #sec_3 table.base tr td { font-size: 1.2rem; }
}

/* sec_4 */
#buffing.flow #swrap_4 { background: #f7f7f7; }
#buffing.flow #sec_4 table.base thead tr th { background: #eee; text-align: center; }
#buffing.flow #sec_4 table.base thead tr th:nth-child(1) { width: 50%; }
#buffing.flow #sec_4 table.base tr th,
#buffing.flow #sec_4 table.base tr td { text-align: center; }
@media screen and (max-width: 767px) {
	#buffing.flow #sec_4 table.base thead tr th:nth-child(1) { width: 65%; }
}

/* sec_5 */
#buffing.flow #swrap_5 { }


/* sec_6 */
#buffing.flow #swrap_6 { background: #f7f7f7;  }
#buffing.flow #sec_6 table.base thead tr th { background: #f7f7f7; text-align: center; }
#buffing.flow #sec_6 table.base thead tr th:nth-child(1) { width: 40%; }
#buffing.flow #sec_6 table.base thead tr th:nth-child(2) { width: 30%; }
#buffing.flow #sec_6 table.base thead tr th:nth-child(3) { width: 14%; }
#buffing.flow #sec_6 table.base thead tr th:nth-child(4) { width: 16%; }
#buffing.flow #sec_6 table.base tr td:nth-child(3) { text-align: center; }
#buffing.flow #sec_6 table.base tr td:nth-child(4) { text-align: right; }
@media screen and (max-width: 767px) {
	#buffing.flow #sec_6 .tablebox { overflow-x: scroll; }
	#buffing.flow #sec_6 table.base { min-width: 680px; }
}








/*//////////////////


#partner


//////////////////*/

#partner #article { margin-bottom:0px; }

/* sec_1 */
#partner #sec_1 {  }

/* sec_2 */
#partner #swrap_2 { background: #f7f7f7; }
#partner #sec_2 .inbox { display: flex; justify-content: space-between; align-items: center; }
#partner #sec_2 .imgbox { width: 56%; height: 500px; }
#partner #sec_2 .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#partner #sec_2 .txtbox { flex: 1; margin-left: 70px; }
@media screen and (max-width: 1300px) {
	#partner #sec_2 .imgbox { width: 50%; }
}
@media screen and (max-width: 1100px) {
	#partner #sec_2 .inbox { align-items: normal; } 
	#partner #sec_2 .imgbox { display: flex; height: auto; }
	#partner #sec_2 .txtbox { flex: 1; margin-left: 60px; }
}
@media screen and (max-width: 767px) {
	#partner #sec_2 .inbox { display: block; } 
	#partner #sec_2 .imgbox { display: flex; height: auto; width: 100%; height: calc(100px + 40vw); }
	#partner #sec_2 .txtbox { flex: auto; margin-left: 0; margin-top:40px; }
}

/* sec_3 */
#partner #sec_3 .inbox { display: flex; justify-content: space-between; flex-direction: row-reverse; align-items: center; }
#partner #sec_3 .imgbox { width: 56%; height: 500px; }
#partner #sec_3 .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#partner #sec_3 .txtbox { flex: 1; margin-right: 70px; }
@media screen and (max-width: 1300px) {
	#partner #sec_3 .imgbox { width: 50%; }
}
@media screen and (max-width: 1100px) {
	#partner #sec_3 .inbox { align-items: normal; } 
	#partner #sec_3 .imgbox { display: flex; height: auto; }
	#partner #sec_3 .txtbox { flex: 1; margin-right: 60px; }
}
@media screen and (max-width: 767px) {
	#partner #sec_3 .inbox { display: block; } 
	#partner #sec_3 .imgbox { display: flex; height: auto; width: 100%; height: calc(100px + 40vw); }
	#partner #sec_3 .txtbox { flex: auto; margin-left: 0; margin-top:40px; }
}










/*//////////////////


#news


//////////////////*/

/* common */

/* #news.index */
#news.index #sec_1 .sectitle .title { border-bottom: none; }
#news.index #sec_1 .pnav ul { text-align: center; margin-bottom: 80px; }
#news.index #sec_1 .pnav li { display: inline-block; color: #ff2227; line-height: 1; }
#news.index #sec_1 .pnav li:after { content: "|"; margin: 0 25px 0 30px; display: inline-block; font-size: 2.8rem; }
#news.index #sec_1 .pnav li:last-child:after { display: none; }
#news.index #sec_1 .pnav li a { color: #ff2227; position: relative; }
#news.index #sec_1 .pnav li a:after { content: ""; height: 1px; width: 0; position: absolute; bottom: -5px; left: 50%; background: #ff2227; transition: 0.3s; font-size: 0;}
#news.index #sec_1 .pnav li.current a:after { width: 100%; left: 0; }
#news.index #sec_1 .pnav li a:hover:after { width: 100%; left: 0; }
@media screen and (max-width: 767px) {
	#news.index #sec_1 .pnav ul { text-align: center; margin-bottom: 40px; }
	#news.index #sec_1 .pnav li:after { margin: 0 15px 0 20px; font-size: 1.8rem; }
}


/* #news.under */
#news.under #sec_1 .sectitle .title { border-bottom: none; padding: 0;}
#news.under #sec_1 .pagenav.pager { margin-top: 120px; text-align:center; }
#news.under #sec_1 .info { color: #ff2227; font-size: 1.8rem; margin-bottom: 80px; line-height: 1.6; text-align: center; }
#news.under #sec_1 .info .cat:before { content:"|"; margin: 0 10px; }
@media screen and (max-width: 767px) { 
	#news.under #sec_1 .info { color: #ff2227; font-size: 1.6rem; margin-bottom: 40px; }
	#news.under #sec_1 .pagenav.pager { margin-top: 80px; text-align:center; }
}










/*//////////////////


#works.index


//////////////////*/

#works.index #sec_1 .txt1 { text-align: center; margin-bottom: 80px }
#works.index #sec_1 .pnav ul { text-align: center; margin-bottom: 60px; }
#works.index #sec_1 .pnav li { display: inline-block; line-height: 1; font-size: 2.4rem; margin: 0 10px 15px; }
#works.index #sec_1 .pnav li:first-child { margin-left: 0; }
#works.index #sec_1 .pnav li a { color: #ff2227; position: relative; font-weight: bold; }
#works.index #sec_1 .pnav li a:after { content: ""; height: 1px; width: 0; position: absolute; bottom: -8px; left: 50%; background: #ff2227; transition: 0.3s; font-size: 0;}
#works.index #sec_1 .pnav li.current a:after { width: 100%; left: 0; }
#works.index #sec_1 .pnav li a:hover:after { width: 100%; left: 0; }
#works.index #sec_1 .list.works { margin-bottom: 120px;}
@media screen and (max-width: 767px){
	#works.index #sec_1 .txt1 { margin-bottom: 40px }
	#works.index #sec_1 .pnav ul { margin-bottom: 40px; }
	#works.index #sec_1 .pnav li { font-size: 1.8rem; margin: 0 5px 15px; }
	#works.index #sec_1 .list.works { margin-bottom: 60px;}
}
@media screen and (max-width: 500px){
	#works.index #sec_1 .txt1 { text-align: justify; }
}



/*//////////////////


#works.under


//////////////////*/

/* #sec_1 .gallery */
#works.under #sec_1 .gallery { margin-bottom: 20px; width: 100%; height: 680px; }
#works.under #sec_1 .gallery .slick-list,
#works.under #sec_1 .gallery .slick-track,
#works.under #sec_1 .gallery .slick-slide { width: 100%; height: 100%; background: #f7f7f7; }
#works.under #sec_1 .gallery .slick-slide img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; object-position: center center; vertical-align: bottom; }
#works.under #sec_1 .gallery .prev, 
#works.under #sec_1 .gallery .next { position: absolute; z-index: 3; top: calc(50% - 35px); cursor: pointer; outline: none; display: flex; justify-content: center; align-items: center; background: #ff2227; height: 70px; width: 70px; border-radius: 35px; transition: 0.3s; right: -35px; }
#works.under #sec_1 .gallery .prev { left: -35px; right: auto; }
#works.under #sec_1 .gallery .prev:after, 
#works.under #sec_1 .gallery .next:after { content: url(../img/common/arr2_white.svg); width: 33px; font-size: 0; }
#works.under #sec_1 .gallery .prev:after { transform: rotate(180deg); }
#works.under #sec_1 .gallery .prev:hover { left:-25px; }
#works.under #sec_1 .gallery .next:hover { right:-25px; }
@media screen and (max-width: 1100px) {
	#works.under #sec_1 .gallery { height: calc(60vw); }
	#works.under #sec_1 .gallery .prev, 
	#works.under #sec_1 .gallery .next { top: calc(50% - 20px); height: 40px; width: 40px; border-radius: 20px; right: -10px; }
	#works.under #sec_1 .gallery .prev { left: -10px; right: auto; }
	#works.under #sec_1 .gallery .prev:hover { left:-10px; }
	#works.under #sec_1 .gallery .next:hover { right:-10px; }
	#works.under #sec_1 .gallery .prev:after, 
	#works.under #sec_1 .gallery .next:after { width: 20px; }
}

/* #sec_1 .choice-btn */
#works.under #sec_1 .choice-btn { display: flex; justify-content: space-between; align-items: center; position: relative; }
#works.under #sec_1 .choice-btn .slick-list { width: 600px; height: 100px; margin: 0 auto; }
#works.under #sec_1 .choice-btn .slick-track { width: 100%; height: 100%; }
#works.under #sec_1 .choice-btn .slick-slide { background: #000; }
#works.under #sec_1 .choice-btn .slick-slide img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; object-position: center center; cursor: pointer; transition: 0.5s; }
#works.under #sec_1 .choice-btn .slick-slide img:hover { opacity: 0.8; }
#works.under #sec_1 .choice-btn .prev, 
#works.under #sec_1 .choice-btn .next { cursor: pointer; outline: none; content: url(../img/common/arr2.svg); width: 33px; font-size: 0; transition: 0.3s; }
#works.under #sec_1 .choice-btn .prev { margin-left: 10px; transform: rotate(180deg); }
#works.under #sec_1 .choice-btn .next { margin-right: 10px; }
#works.under #sec_1 .choice-btn .prev:hover,
#works.under #sec_1 .choice-btn .next:hover { opacity: 0.5 }
@media screen and (max-width: 1100px) {
	#works.under #sec_1 .choice-btn .slick-list { width: calc(100% - 100px); height: calc(10px + 10vw); }
	#works.under #sec_1 .choice-btn .prev,
	#works.under #sec_1 .choice-btn .next { width: 24px; }
}

/* #sec_1 */
#works.under #sec_1 .pagenav.pager { margin-top: 120px; text-align:center; }
@media screen and (max-width: 767px){
	#works.under #sec_1 .pagenav.pager { margin-top: 80px; text-align:center; }
}

#works.under #sec_1 .after { margin-bottom: 120px; }
#works.under #sec_1 .cntbody .imgbox { display: flex; flex-wrap: wrap; }
#works.under #sec_1 .cntbody .imgbox li { width: 50%; height: 330px; }
#works.under #sec_1 .cntbody .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; transition: 0.3s; }
#works.under #sec_1 .cntbody .cat { font-size: 1.4rem; color: #aaa; margin-bottom: 40px; }
#works.under #sec_1 .cntbody .title1 { margin: 80px 0 10px; }
@media screen and (max-width: 1100px) { 
	#works.under #sec_1 .cntbody .imgbox li { width: 50%; height: 30vw; }
}
@media screen and (max-width: 767px) { 
	#works.under #sec_1 .after { margin-bottom: 80px; }
	#works.under #sec_1 .cntbody .imgbox li { width: 100%; height: 60vw; }
	#works.under #sec_1 .cntbody .cat { font-size: 1.2rem; margin-bottom: 20px; }
	#works.under #sec_1 .cntbody .title1 { margin: 40px 0 10px; }
}










/*//////////////////


#recruit


//////////////////*/

#recruit #sec_1 {  }
/* sec_1 */
#recruit #sec_1 {  }
#recruit #sec_1 .imgbox { width: 100%; height: 380px; display: flex; overflow: hidden; }
#recruit #sec_1 .imgbox img { width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; height: 100%; }
#recruit #sec_1 .imgbox li { width: 50%; height: 100%; }
@media screen and (max-width: 767px) { 
	#recruit #sec_1 .imgbox { display: block; height: auto; }
	#recruit #sec_1 .imgbox li { width: 100%; height: calc(100px + 40vw); }
}

/* sec_2 */
#recruit #swrap_2 { background: #f7f7f7; }
#recruit #sec_2 ul.list { display: flex; justify-content: space-between; width: 100%;  flex-wrap: wrap; margin-top: -20px; }
#recruit #sec_2 ul.list li { width: 23.5%; border: 1px solid #ff2227; padding: 30px; background: #fff; box-sizing: border-box; margin-top: 20px;}
#recruit #sec_2 ul.list li .copy { color: #ff2227; text-align: center; }
@media screen and (max-width: 1100px) { 
	#recruit #sec_2 ul.list li { width: 48%; padding: 30px; }
}
@media screen and (max-width: 767px) { 
	#recruit #sec_2 ul.list li { width: 100%; padding: 30px 6%; margin-top: 10px; }
}
@media screen and (max-width: 500px) { 
	#recruit #sec_2 ul.list li { padding: 8%; }
}

/* sec_2 */
#recruit #sec_3 {  }
#recruit #sec_3 .list { text-align: center; }
#recruit #sec_3 .list li { display: inline-block; font-size: 2.4rem; color: #ff2227; font-weight: bold; border: 1px solid #ff2227; padding: 15px 70px; background: #fff; margin: 0 5px 10px; }
#recruit #sec_3 .imgbox { width: 100%; height: auto; display: flex; overflow: hidden; flex-wrap: wrap }
#recruit #sec_3 .imgbox li { width: 50%; height: 100%; }
@media screen and (max-width: 1100px) {
} 
@media screen and (max-width: 767px) { 
	#recruit #sec_3 .list li { padding: 10px 40px; font-size: 1.6rem; margin: 0 3px 8px; } 
	#recruit #sec_3 .imgbox li { width: 50%; }
}
@media screen and (max-width: 500px) { 
	#recruit #sec_3 .list li { padding: 15px; width: 100%; margin: 0 0 10px; box-sizing: border-box; } 
	#recruit #sec_3 .imgbox li { width: 100%; }
}

/* sec_3 */
#recruit #swrap_4 { background: #f7f7f7; }
#recruit #sec_4 .list {  border-top: 1px solid #ff2227; }
#recruit #sec_4 .list>li { border-bottom: 1px solid #ff2227; }
#recruit #sec_4 .list>li>dl { display: flex; flex-direction: row; }
#recruit #sec_4 .list>li>dl>dt,
#recruit #sec_4 .list>li>dl>dd { box-sizing: border-box; padding: 25px 0; }
#recruit #sec_4 .list>li>dl>dt { width: 160px; position: relative; padding-right: 0; box-sizing: border-box; flex-shrink: 0; font-weight: bold; }
#recruit #sec_4 .list>li>dl>dd { padding-left: 20px; width: 100%; }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
	#recruit #sec_4 .list:last-child { border-top: none; }
	#recruit #sec_4 .list>li>dl>dt { width: 100px; }
}

/* #sec_form */
#recruit #sec_4 .telbox { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
#recruit #sec_4 .telbox a { font-size: 3.2rem; color: #ff2227; letter-spacing: 0.02em; line-height: 1; margin-right: 20px; }
#recruit #sec_4 .telbox a .icon { width: 28px; font-size: 0; vertical-align: -2px; margin-right: 8px; }
#recruit #sec_4 .telbox a .txt1 { font-size: 1.5rem; margin-left: 20px; color: #ff2227;  line-height: 1.8; }
#recruit #sec_4 .btn.base { height: 100px;  border-radius: 50px; font-size: 2.2rem; font-weight: bold; min-width: 460px;}
@media screen and (max-width: 1100px) { 
	#recruit #sec_4 .telbox { display: block; text-align: center; }
	#recruit #sec_4 .telbox .txt1 { margin-left: 0; display: block;  }
}
@media screen and (max-width: 767px){
	#recruit #sec_4 .telbox { text-align: center; margin-top: 20px; }
	#recruit #sec_4 .telbox a { font-size: 2.6rem; }
	#recruit #sec_4 .telbox a .icon { width: 22px; }
	#recruit #sec_4 .telbox .txt1 { font-size: 1.3rem; }
	#recruit #sec_4 .btn.base { height: 80px; font-size: 1.8rem; }
}
@media screen and (max-width: 500px){
	#recruit #sec_4 .btn.base { width: 100%; min-width: 100%; min-width: 240px; }
}










/*//////////////////


#privacy


//////////////////*/

#privacy #sec_1 .block { margin-bottom: 80px; }
@media screen and (max-width: 767px) {
	#privacy #sec_1 .block { margin-bottom: 60px; }
}










/*//////////////////


#contact


//////////////////*/


/* #sec_1 */
#contact #sec_1{ }




/*//////////////////


#contact.index


//////////////////*/

/* #sec_1 */
#contact.index #sec_1 { }

/* #sec_form */
#contact.index #swrap_form { background: #f7f7f7; }
#contact.index #sec_form .copy.s2 { text-align: center; }
#contact.index #sec_form .telbox { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
#contact.index #sec_form .telbox a { font-size: 3.2rem; color: #ff2227; letter-spacing: 0.02em; line-height: 1; margin-right: 20px; }
#contact.index #sec_form .telbox a .icon { width: 28px; font-size: 0; vertical-align: -2px; margin-right: 8px; }
#contact.index #sec_form .telbox a .txt1 { font-size: 1.5rem; margin-left: 20px; color: #ff2227;  line-height: 1.8; }
#contact.index #sec_form .btn.base.submit { height: 100px;  border-radius: 50px; font-size: 2.2rem; font-weight: bold; min-width: 460px;}
@media screen and (max-width: 1100px) { 
	#contact.index #sec_form .telbox { display: block; text-align: center; }
	#contact.index #sec_form .telbox a { margin-right: 0;}
	#contact.index #sec_form .telbox .txt1 { margin-left: 0; display: block; }
}
@media screen and (max-width: 767px){
	#contact.index #sec_form .telbox { text-align: center; margin-top: 20px; }
	#contact.index #sec_form .telbox a { font-size: 2.6rem; }
	#contact.index #sec_form .telbox a .icon { width: 22px; }
	#contact.index #sec_form .telbox .txt1 { font-size: 1.3rem; }
	#contact.index #sec_form .btn.base.submit { height: 80px; font-size: 1.8rem; }
}
@media screen and (max-width: 500px){
	#contact.index #sec_form .btn.base.submit { width: 100%; min-width: 100%; min-width: 240px; }
}


/* #sec_2 */
#contact.index #sec_2 { }
#contact.index #sec_2 ul.flowbox>li { margin-top: 20px; border: 1px #ff2227 solid; display: flex; justify-content: space-between; align-items: center; position: relative; background: #ff2227; }
#contact.index #sec_2 ul.flowbox>li:first-child { margin-top: 0; }
#contact.index #sec_2 ul.flowbox>li:after { content: url(../img/common/arr1.svg); position: absolute; bottom: -15px; left: calc(50% - 8px); width: 16px; font-size: 0; }
#contact.index #sec_2 ul.flowbox>li:last-child:after { display: none; }
#contact.index #sec_2 ul.flowbox>li .titlebox { font-size: 2.4rem; font-weight: bold; width: 360px; display: flex; justify-content: center; align-items: center; color: #fff; font-weight: bold; line-height: 1.6; text-align: center; }
#contact.index #sec_2 ul.flowbox>li .txtbox { padding: 30px 40px; background: #fff; flex: 1; }
#contact.index #sec_2 ul.flowbox>li .txtbox .btnbox ul { justify-content: flex-start; }
#contact.index #sec_2 ul.flowbox>li .txtbox .btnbox li a img { height: 60px; }
@media screen and (max-width: 1100px){
	#contact.index #sec_2 ul.flowbox>li .titlebox { font-size: 2.0rem; width: 40%; }
}
@media screen and (max-width: 767px){
	#contact.index #sec_2 ul.flowbox>li { display: flex; flex-direction: column; }
	#contact.index #sec_2 ul.flowbox>li:after { bottom: -11px; left: calc(50% - 6px); width: 12px; }
	#contact.index #sec_2 ul.flowbox>li .titlebox { font-size: 1.6rem; width: 100%; padding: 15px 8%; box-sizing: border-box; }
	#contact.index #sec_2 ul.flowbox>li .txtbox { padding: 20px 8%; flex: auto; width: 100%; box-sizing: border-box; }
}
@media screen and (max-width: 500px){
	#contact.index #sec_2 ul.flowbox>li .txtbox { padding: 6% 8%; }
	
}


/* #sec_3 */
#contact.index #swrap_3 { background: #f7f7f7; }
#contact.index #sec_3 ul.flowbox>li { margin-top: 20px; padding: 40px 6%; border: 1px #ff2227 solid; position: relative; background: #fff; }
#contact.index #sec_3 ul.flowbox>li:first-child { margin-top: 0; }
#contact.index #sec_3 ul.flowbox>li:after { content: url(../img/common/arr1.svg); position: absolute; bottom: -15px; left: calc(50% - 8px); width: 16px; font-size: 0; }
#contact.index #sec_3 ul.flowbox>li:last-child:after { display: none; }
#contact.index #sec_3 ul.flowbox>li .copy.s2 { text-align: center; color: #ff2227; }
#contact.index #sec_3 ul.flowbox>li .txt2 { margin-bottom: 20px; }
#contact.index #sec_3 ul.flowbox>li .txt4 { margin-bottom: 20px; }
#contact.index #sec_3 ul.flowbox>li ul.flow1 { display: flex; justify-content: center; }
#contact.index #sec_3 ul.flowbox>li ul.flow1 li { margin-left: 80px; }
#contact.index #sec_3 ul.flowbox>li ul.flow1 li:first-child { margin-left: 0; }
#contact.index #sec_3 ul.flowbox>li ul.flow1 li .img1 { width: 130px; }
#contact.index #sec_3 ul.flowbox>li ul.flow1 li .line {  }
#contact.index #sec_3 ul.flowbox>li ul.flow1 li .line a { display: block;  background: #39ad36; font-weight: bold; font-size: 1.8rem; display: flex; justify-content: center; align-items: center; color: #fff; padding: 10px 50px; border-radius: 6px; margin-top: 30px;}
#contact.index #sec_3 ul.flowbox>li ul.flow1 li .line a:hover { opacity: 0.7; }
#contact.index #sec_3 ul.flowbox>li ul.flow1 li .line .icon { width: 38px; margin-right: 5px; }
#contact.index #sec_3 ul.flowbox>li ul.flow1 li .txt3 { font-size: 2.8rem; font-weight: bold; margin-top: 30px; }
#contact.index #sec_3 ul.flowbox>li ul.flow1 li .subtitle { font-weight: bold; font-size: 1.8rem; text-align: center; }
#contact.index #sec_3 ul.flowbox>li ul.flow3 { text-align: center; }
#contact.index #sec_3 ul.flowbox>li ul.flow3 li { display: inline-block; font-weight: bold; font-size: 1.8rem; margin: 0 10px 3px; }
@media screen and (max-width: 1100px){
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li { margin-left: 30px; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li .line a { padding: 10px 30px; margin-top: 30px; }
}
@media screen and (max-width: 767px){
	#contact.index #sec_3 ul.flowbox>li { padding: 30px 8%; }
	#contact.index #sec_3 ul.flowbox>li .txt2 { margin-bottom: 10px; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 { display: block; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li { margin-bottom: 20px; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li:last-child { margin-bottom: 0; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li .img1 { text-align: center; margin: 0 auto; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li { margin-left: 0; text-align: center; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li .line a { padding: 10px 30px; margin: 10px auto; font-size: 1.6rem; margin-top: 10px; width: 180px; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li .line a:hover { opacity: 1; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li .line .icon { width: 28px; margin-right: 5px; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li .txt3 { font-size: 2.2rem; margin-top: 0; }
	#contact.index #sec_3 ul.flowbox>li ul.flow1 li .subtitle { font-size: 1.6rem; }
	#contact.index #sec_3 ul.flowbox>li ul.flow3 li { font-size: 1.6rem; }
}
@media screen and (max-width: 500px){
	#contact.index #sec_3 ul.flowbox>li { padding: 8%; }	
}










/*//////////////////


#contact.thanks


//////////////////*/

/* #sec_form */
#contact.thanks #sec_1 .telbox { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
#contact.thanks #sec_1 .telbox a { font-size: 3.2rem; color: #ff2227; letter-spacing: 0.02em; line-height: 1; margin-right: 20px; }
#contact.thanks #sec_1 .telbox a .icon { width: 28px; font-size: 0; vertical-align: -2px; margin-right: 8px; }
#contact.thanks #sec_1 .telbox a .txt1 { font-size: 1.5rem; margin-left: 20px; color: #ff2227;  line-height: 1.8; }
@media screen and (max-width: 1100px) { 
	#contact.thanks #sec_1 .telbox { display: block; text-align: center; }
	#contact.thanks #sec_1 .telbox .txt1 { margin-left: 0; display: block;  }
}
@media screen and (max-width: 767px){
	#contact.thanks #sec_1 .telbox { text-align: center; margin-top: 20px; }
	#contact.thanks #sec_1 .telbox a { font-size: 2.6rem; }
	#contact.thanks #sec_1 .telbox a .icon { width: 22px; }
	#contact.thanks #sec_1 .telbox .txt1 { font-size: 1.3rem; }
}







