@charset "UTF-8";
/* 	
CSS page.css */
/*
base #2E2424
grey #585050
orange #F3A50A
pink #EF6459
red #f90307
*/



/*//////////////////
#index
//////////////////*/

/* #mainv */
#index #mainv { display: flex; position: relative; height: 100vh; height: 100svh; width: 100%; min-height: 750px; }
@media screen and (max-width: 1200px){
	#index #mainv { flex-direction: column-reverse; height: auto;}
}
@media screen and (max-width: 500px){
	#index #mainv { min-height: 0; }
}
/* txtbox */
#index #mainv .txtbox { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center;   background-image: radial-gradient(closest-corner at 60% 50%, #fffafa 30%, #f2f2f2);
 clip-path: polygon(0 0 , 100% 0, 100% 100%, 0 calc(100% - 100px)); height: calc(100vh + 100px); height: calc(100svh + 100px); min-height: 850px;}
#index #mainv .txtbox:after { content: ""; background: #f0f0f0; width: 190px; height: 230px; clip-path: polygon(100% 0, 1% 80%, 100% 100%); position: absolute; bottom: -150px; right: 0; }
#index #mainv .txtbox .copybox{ line-height: 1.2; transform: rotate(-6deg); text-align: center; margin-top: -50px; margin-left: 20px; }
#index #mainv .txtbox .copybox .maintxt>span { display: inline-block;}
#index #mainv .txtbox .copybox .maintxt>span::before { content: ""; height: 100%; display: inline-block; width: 2px; background: #2E2424; transform: rotate(12deg) translateX(-20px) translateY(8px);} 
#index #mainv .txtbox .copybox .maintxt>span>span{ font-size: 5.4rem; letter-spacing: 0em; font-weight: 500; font-style: italic; display: inline-block;}
#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-6px);}
#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-12px);}
#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-12px); }
#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-24px);}
#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-36px);}
#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-48px);}
#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-60px);}
#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-4px);color: #EF6459;}
#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-16px);color: #EF6459;}
#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-28px);color: #EF6459;}
#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-40px);}
#index #mainv .txtbox .subcopy { font-feature-settings: "palt"; transform: rotate(-5deg); line-height: 1.6; margin-left: -40px; margin-top: 40px;} 
#index #mainv .txtbox .subcopy span { font-style: italic; font-size: 2.2rem; font-feature-settings: "palt"; font-weight: 500;} 
#index #mainv .txtbox .subcopy>span:first-child { margin-left: 10px; }
#index #mainv .txtbox .subcopy span.red{ color: #EF6459; position: relative; }
#index #mainv .txtbox .subcopy span.red>span{ z-index: 2; position: relative; padding: 0 2px; }
#index #mainv .txtbox .subcopy span.red::after{ content: ""; height: 12px; width: 100%; background: #fff; position: absolute; bottom: 0; left: 0; z-index: 1; transform: skewX(-15deg); display: block;}
#index #mainv .txtbox>.deco {display: none;}
#index #mainv>.deco._ld._c2 { display: block; width: calc(2vw + 30px); height: calc(8vw + 50px); bottom: 0; bottom: calc(-8vw - 50px);}
#index #mainv>.deco._ld._c3 { display: block; width: calc(16vw + 30px); height: calc(4vw + 50px); bottom: calc(-4vw - 50px); }
@media screen and (max-width: 1200px){
	#index #mainv .txtbox { width: 100%; flex: auto; height: 800px; clip-path: none; background-image: radial-gradient(closest-corner at 60% 40%, #f9efef 30%, #f5f5f5); position: relative; overflow: visible; }
	#index #mainv .txtbox:after { display: none; }
	#index #mainv .txtbox .copybox{ margin-top: 50px; margin-left: 50px; }
	#index #mainv .txtbox>.deco._ru { display: block; width: calc(4vw + 30px); height: calc(6vw + 50px); bottom: 0; }
	#index #mainv .txtbox>.deco._rd { display: block; width: calc(4vw + 30px); height: calc(2vw + 20px); bottom: calc(-2vw - 20px); }
	#index #mainv .txtbox>.deco._lu { display: block; width: calc(15vw + 30px); height: calc(3vw + 20px); bottom: 0; }
}
@media screen and (max-width: 767px){
	#index #mainv .txtbox .copybox{ margin-top: 20px; margin-left: 50px; }
	#index #mainv .txtbox .copybox .maintxt>span>span{ font-size: 4.4rem; }
	#index #mainv .txtbox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-15px) translateY(7px);} 
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-5px);}
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-10px);}
	#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-9px); }
	#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-18px);}
	#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-27px);}
	#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-35px);}
	#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-42px);}
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-5px);}
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-14px);}
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-23px);}
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-32px);}
	#index #mainv .txtbox .subcopy {  margin-left: 0; margin-top: 40px;} 
	#index #mainv .txtbox .subcopy span { font-size: 2rem; } 
	#index #mainv .txtbox .subcopy>span:first-child { margin-left: 4px; }
	#index #mainv .txtbox .subcopy span.red::after{ height: 8px; transform: skewX(-15deg);}
	#index #mainv>.deco._ld._c2 { width: calc(4vw + 25px); height: calc(7vw + 80px); bottom: 0; bottom: calc(-7vw - 80px);}
	#index #mainv>.deco._ld._c3 { width: calc(14vw + 70px); height: calc(4vw + 50px); bottom: calc(-4vw - 50px); }
}
@media screen and (max-width: 500px){
	#index #mainv .txtbox { /* height: calc(100vh - 60px); */ height: calc(100vh - 120px); min-height: 500px;}
	#index #mainv .txtbox .copybox{ margin-top: 60px;  }
	#index #mainv .txtbox .copybox .maintxt>span>span{ font-size: 3.4rem; }
	#index #mainv .txtbox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-12px) translateY(7px);} 
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-4px);}
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-8px);}
	#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-7px); }
	#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-14px);}
	#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-21px);}
	#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-28px);}
	#index #mainv .txtbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-35px);}
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-3px);}
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-10px);}
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-17px);}
	#index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-24px);}
	#index #mainv .txtbox .subcopy { margin-top: 30px;} 
	#index #mainv .txtbox .subcopy span { font-size: 1.8rem; } 
}
/* safari対応 */
_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span{ transform: rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-12px) rotate(12deg);}
_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-24px) rotate(12deg);}
_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-36px) rotate(12deg);}
_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-48px) rotate(12deg);}
_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-60px) rotate(12deg);}
_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-4px) rotate(12deg); color: #EF6459;}
_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-16px) rotate(12deg); color: #EF6459;}
_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-28px) rotate(12deg); color: #EF6459;}
_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-40px) rotate(12deg); }
@media screen and (max-width: 767px){
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-9px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-18px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-27px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-35px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-42px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-5px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-14px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-23px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-32px) rotate(12deg); }
}
@media screen and (max-width: 500px){
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-7px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-14px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-21px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-28px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-35px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-3px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-10px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-17px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #mainv .txtbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-24px) rotate(12deg); }
}

/* slide */
#index #mainv .imglist{ width: 62%; }
#index #mainv .slidebox { z-index: -1; }
#index #mainv .slidebox,
#index #mainv .slidebox div,
#index #mainv .slidebox li { width: 100%; height: 100%; position: relative; }
#index #mainv .slidebox li .bg { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; }
#index #mainv .slidebox li:nth-child(1) .bg { object-position: 50% 100%; }
#index #mainv .slidebox li:nth-child(2) .bg { object-position: 50% 70%; }
#index #mainv .slidebox li:nth-child(3) .bg { object-position: 50% 30%; }
#index #mainv .slidebox li:nth-child(4) .bg { object-position: 50% 50%; }
#index #mainv .slidebox li.slick-current .bg,
#index #mainv .slidebox li.slick-slide[tabindex="0"] .bg { animation: zoomout 10s linear 0s 1 normal both; }
#index #mainv .slidebox li.slick-slide[tabindex="-1"] .bg { width: 100%; height: 100%; }
#index #mainv .slidebox li .copybox {position: absolute;right: 0;bottom: 0;line-height: 1.8;width: 100%;display: flex; box-sizing: border-box; justify-content: flex-end;align-items: flex-start;margin-right: 90px;margin-bottom: 50px; }
#index #mainv .slidebox li .maincopy>span { background: #2e2424; padding: 8px 1px; color: #fff; font-size: 2.8rem; }
@keyframes zoomout {
	0% { transform: scale(1);}
	100% { transform: scale(1.2); }
}
@media screen and (max-width: 1200px){
	#index #mainv .imglist { width: 100%; height: 800px; }
	#index #mainv .slidebox li .maincopy>span { font-size: 2.6rem; }
}
@media screen and (max-width: 767px){
	#index #mainv .imglist { height: 100vw; }
	#index #mainv .slidebox li .maincopy>span { font-size: 2rem; }
}
@media screen and (max-width: 500px){
	#index #mainv .imglist { height: 120vw; }
	#index #mainv .slidebox li .maincopy>span { font-size: 1.7rem; }
	#index #mainv .slidebox li:nth-child(1) .copybox { align-items: flex-start; justify-content: flex-start; margin-bottom:0; padding-top: 80px; margin-left: 60px; }
}
/* scrollbox */
#index #mainv .scrollbox { width: 124px; height: 122px; position: absolute; bottom: 45px; left: 45px; z-index: 1; }
#index #mainv .scrollbox>.inwrap { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; animation: arr_anime 3s infinite; }
#index #mainv .scrollbox>.inwrap p.arr .scrollarr { width: 14px; height: 26px; }
#index #mainv .scrollbox>.inwrap p.scrolltxt { font-size: 1.4rem; font-style: italic; color: #ef6459; margin-top: 5px; }
#index #mainv .scrollbox .scrollround { position: relative; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 1; animation: rotate 10s linear infinite; }
@keyframes rotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes arr_anime {
	0% { transform: translateY(-1px); }
	3% { transform: translateY(8px); }
	25% { transform: translateY(-1px); }
	100% { transform: translateY(-1px); }
}
@media screen and (max-width: 1200px){
	#index #mainv .scrollbox { width: 108px; height: 110px; top: 755px; left: 6%;  }
	#index #mainv .scrollbox>.inwrap p.arr .scrollarr { width: 12px; height: 23px; }
	#index #mainv .scrollbox>.inwrap p.scrolltxt { font-size: 1.3rem; }
}
@media screen and (max-width: 500px){
	#index #mainv .scrollbox { width: 90px; height: 92px; top: calc(100vh - 185px); left: 6%;  }
	#index #mainv .scrollbox>.inwrap p.arr .scrollarr { width: 10px; height: 18px; }
	#index #mainv .scrollbox>.inwrap p.scrolltxt { font-size: 1.2rem; margin-top: 3px; }
}
/* #copyright */
#copyright { position: fixed; top: 0; right: 0; width: 40px; height: 100%; overflow: hidden; display: flex; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl;align-items: center; justify-content: center; color: #b2b2b2; font-size: 1rem; letter-spacing: 0.2em; z-index: 500; }
@media screen and (max-width: 1200px){
	#copyright { display: none; }
}
/* contactbtn */
#index #mainv .contactbtn { position: fixed; bottom: 5px; right: 30px; z-index: 100; opacity: 0;}
#index #mainv .contactbtn>a{ display: block; transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);}
#index #mainv .contactbtn div.titlebox { text-align: center; transform: rotate(-5deg); margin-bottom: 3px; margin-left: -10px; transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);}
#index #mainv .contactbtn div.titlebox>.inwrap { display: inline-block; position: relative; padding-left: 20px; padding-right: 20px; color: #ef6459; font-style: italic; font-size: 1.5rem; line-height: 1.2;}
#index #mainv .contactbtn div.titlebox>.inwrap .contacttitle1{width: 14px;height: 22px;bottom: 0;display: inline-block;position: absolute;}
#index #mainv .contactbtn div.titlebox>.inwrap .contacttitle1:first-child{ left: 0; }
#index #mainv .contactbtn div.titlebox>.inwrap .contacttitle1:last-child{ right: 0; transform: scale(-1, 1); }
#index #mainv .contactbtn div.fukidashitxt {width: 188px;height: 80px;color: #fff;position: relative;display: flex;align-items: center;justify-content: center;transition: .4s;}
#index #mainv .contactbtn div.fukidashitxt .contactfukidashi{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 1; }
#index #mainv .contactbtn div.fukidashitxt>.inwrap {position: relative;padding-left: 33px;display: inline-block;font-size: 1.8rem;z-index: 2;transform: rotate(-7deg);font-style: italic;}
#index #mainv .contactbtn div.fukidashitxt>.inwrap .mailicon {width: 28px;height: 22px;position: absolute;top: 2px;bottom: 0;margin-top: auto;margin-bottom: auto;left: 0;transform: rotate(5deg);}
#index #mainv .contactbtn>a:hover { margin-bottom: 5px;}
#index #mainv .contactbtn>a:hover div.titlebox { margin-bottom: 0; }
#index #mainv .contactbtn>a:hover div.fukidashitxt { color: #ef6459; }
#index #mainv .contactbtn>a:hover div.fukidashitxt .contactfukidashi .contactfukudashi1_st0{fill:#fff;}
#index #mainv .contactbtn>a:hover div.fukidashitxt>.inwrap .mailicon .mailicon_st0{fill:#ef6459;}
#index #mainv .contactbtn>a:hover div.fukidashitxt>.inwrap .mailicon .mailicon_st1{stroke:#ef6459;}

#index #mainv .contactbtn._in { animation: btnOpen 0.3s cubic-bezier(.01,1.46,.69,1.48) forwards; animation-delay: 0.5s;}
#index #mainv .contactbtn._out { animation: btnClose 0.3s ease forwards; animation-delay: 0s;}
@keyframes btnOpen {
  0% { opacity: 0; bottom: 5px; }
  100% { opacity: 1; bottom: 20px; }
}
@keyframes btnClose {
  0% { opacity: 1; bottom: 20px; }
  100% { opacity: 0; bottom: 20px; }
}
@media screen and (max-width: 1100px){
	#index #mainv .contactbtn { right: 20px; }
}
@media screen and (max-width: 767px){
	#index #mainv .contactbtn div.titlebox { margin-bottom: 0; }
	#index #mainv .contactbtn div.titlebox>.inwrap { font-size: 1.3rem; padding-left: 18px; padding-right: 18px; }
	#index #mainv .contactbtn div.fukidashitxt {width: 140px;height: 60px;}
	#index #mainv .contactbtn div.fukidashitxt>.inwrap {font-size: 1.4rem; padding-left: 28px;}
	#index #mainv .contactbtn div.fukidashitxt>.inwrap .mailicon {width: 23px;height: 18px;}
}
@media screen and (max-width: 500px){
	#index #mainv .contactbtn { right: 5px; }
}

/* #sec_1 */
#index #sec_1 {position: relative; }
#index #sec_1 .titlebox { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 3;}
#index #sec_1 .titlebox>.btnwrap { display: block; }
#index #sec_1::before { content: ""; background: url(../img/index/s1_bg1.svg) no-repeat; background-size: contain; width: 100%; height: 120%; position: absolute; bottom: -20%; right: 0; margin: auto; z-index: 2; }
#index #sec_1 .seminarlist { margin-bottom: calc(4vw + 50px); position: relative; z-index: 3;} 
#index #sec_1 .seminarlist>ul { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -60px; margin-top: -60px; overflow: hidden; }
#index #sec_1 .seminarlist>ul>li { margin-left: 60px; margin-top: 60px; width: calc(33.33% - 60px);
}
#index #sec_1 .seminarlist>ul>li>.inwrap { display: block; }
#index #sec_1 .seminarlist>ul>li>.inwrap .imgbox { margin-bottom: 25px; position: relative; overflow: hidden; position: relative; width: 100%; aspect-ratio: 600 / 420 }
#index #sec_1 .seminarlist>ul>li>.inwrap .imgbox .date{ position: absolute; bottom: 0; right: 0; z-index: 2; }
#index #sec_1 .seminarlist>ul>li>.inwrap .imgbox .date {font-size: 1.4rem;color: #fff;line-height: 1;background: #2e2424;padding: 4px 13px;font-style: italic;letter-spacing: 0.15em;}
#index #sec_1 .seminarlist>ul>li>.inwrap .imgbox .seminardatelist{ position: absolute; bottom: 0; right: 0; z-index: 2; }
#index #sec_1 .seminarlist>ul>li>.inwrap .imgbox .seminardatelist {font-size: 1.4rem;color: #fff;line-height: 1;background: #2e2424;padding: 4px 13px;font-style: italic;letter-spacing: 0.15em;}
#index #sec_1 .seminarlist>ul>li>.inwrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; transition: .4s;object-fit:cover; object-position: top; }
#index #sec_1 .seminarlist>ul>li>.inwrap p.title { font-size: 1.5rem; text-decoration: underline; transition: .4s; }
#index #sec_1 .seminarlist>ul>li>.inwrap:hover img{ transform: scale(1.04); }
#index #sec_1 .seminarlist>ul>li>.inwrap:hover p.title{ color: #ef6459; text-decoration: none; }
#index #sec_1>.deco._lu._c0 { background: #fafafa; width: 90vw; height: calc(4vw + 50px); bottom: 0; }
#index #sec_1>.deco._ru._c3 { width:10vw; height: calc(4vw + 20px); bottom: 0; }
#index #sec_1>.deco._rd._c3 { width:10vw; height: calc(6vw + 30px); bottom: calc(-6vw - 29px); z-index: 1;}
#index #sec_1 .seminarlist>.btnwrap { display: none; }
#index #sec_1 .seminarlist>ul>li:nth-child(4) { display: none; }
@media screen and (max-width: 1100px){
	#index #sec_1 .seminarlist>ul { margin-left: -30px; }
	#index #sec_1 .seminarlist>ul>li { margin-left: 30px; width: calc(33.3% - 30px); }
}
@media screen and (max-width: 767px){
	#index #sec_1 .titlebox>.btnwrap { display: none; }
	#index #sec_1 .seminarlist { margin-bottom: 4vw; }
	#index #sec_1 .seminarlist>ul { margin-left: -4vw; margin-top: -6vw; }
	#index #sec_1 .seminarlist>ul>li { margin-left: 4vw; margin-top: 6vw; width: calc(50% - 4vw); }
	#index #sec_1 .seminarlist>ul>li>.inwrap .imgbox .date {font-size: 1.2rem; padding: 3px 10px; letter-spacing: 0.05em; }
	#index #sec_1 .seminarlist>ul>li>.inwrap .imgbox .seminardatelist {font-size: 1.2rem; padding: 3px 10px; letter-spacing: 0.05em; }
	#index #sec_1 .seminarlist>ul>li>.inwrap p.title { font-size: 1.3rem; line-height: 1.8; }
	#index #sec_1 .seminarlist>.btnwrap { display: block; margin: 40px auto 0; max-width: 300px; }
	#index #sec_1>.deco._lu._c0 { height: calc(3vw + 10px); bottom: 0; }
	#index #sec_1>.deco._ru._c3 { height: calc(4vw + 10px); bottom: 0; }
	#index #sec_1>.deco._rd._c3 { height: calc(6vw + 20px); bottom: calc(-6vw - 19px); z-index: 1;}
	#index #sec_1 .seminarlist>ul>li:nth-child(4) { display: block; }
}
@media screen and (max-width: 500px){
	#index #sec_1 .seminarlist>ul>li>.inwrap .imgbox .date {font-size: 1rem; }
	#index #sec_1 .seminarlist>ul>li>.inwrap .imgbox .seminardatelist {font-size: 1rem; }
}

/* #sec_2 */
#index #sec_2 { background: #fafafa; position: relative; overflow: hidden; padding-bottom: 280px; }
#index #sec_2 {position: relative; }
#index #sec_2 .insec { position: relative; display: flex; justify-content: center; z-index: 3; margin-bottom: calc(6vw + 50px); }
#index #sec_2 .titlebox { margin-right: 8%; width: 248px;}
#index #sec_2 .titlebox .toptitle { text-align: center; }
#index #sec_2 .titlebox .btnwrap { margin-top: 90px; width: 100%; }
#index #sec_2 .copy { margin-bottom: 50px;}
#index #sec_2 .txtbox .txt p { font-size: 1.8rem; font-weight: 500; line-height: 2.2; letter-spacing: 0.14em;}
#index #sec_2 .txtbox .txt p:not(:last-child) { margin-bottom: 45px; }
#index #sec_2 .topbgtxt { color: #f5f3f1;  position: absolute; top: -230px; z-index: 1; }
#index #sec_2>.deco._ru._c0 { background: #F5F3F1; width: 100vw; height: calc(4vw + 50px); bottom: 280px; }
#index #sec_2:after{ content: ""; background: #F5F3F1;  width: 100vw; height: 280px; display: block; position: absolute; bottom: 0; left: 0; right: 0; }
#index #sec_2::before{ content: "";  }
#index #sec_2 .btnbox { display: none; z-index: 4; position: relative;}
@media screen and (max-width: 1200px){
	#index #sec_2{ padding-bottom: 280px; }
	#index #sec_2>.deco._ru._c0 { bottom: 140px; }
	#index #sec_2:after{ height: 140px; }
	#index #sec_2 .topbgtxt{ top: -250px; }
}
@media screen and (max-width: 1100px){
	#index #sec_2{ padding-bottom: 330px; }
	#index #sec_2:after,
	#index #sec_2>.deco._ru._c0 { background: #ebe7e4; }
	#index #sec_2 .txtbox .txt p { font-size: 1.7rem; letter-spacing: 0.08em;} 
	#index #sec_2 .titlebox { margin-right: 5%; width: 200px;}
	#index #sec_2 .titlebox .btn.base.min { min-width: 0; }
	#index #sec_2 .titlebox .btnwrap { display: none; }	
	#index #sec_2 .insec { margin-bottom: calc(2vw + 50px); }
	#index #sec_2 .btnbox { display: block;}
	#index #sec_2 .btnbox .btn.base { margin: 0 auto; max-width: 380px;}
	#index #sec_2>.deco._ru._c0 { bottom: 120px; }
	#index #sec_2:after{ height: 120px; }
	#index #sec_2 .topbgtxt{ top: -250px; }
}
@media screen and (max-width: 767px){
	#index #sec_2 .insec { flex-direction: column; }
	#index #sec_2 .titlebox { margin-right: 0; width: 100%;}
	#index #sec_2 .titlebox .btnwrap { display: none;}
	#index #sec_2 .copy { margin-bottom: 30px; text-align: center;}
	#index #sec_2 .txtbox .txt p { letter-spacing: 0.14em; font-size: 1.5rem; }
	#index #sec_2 .txtbox .txt p:not(:last-child) { margin-bottom: 30px; }
	#index #sec_2 .txtbox .txt p br { display: none; }
	#index #sec_2 .topbgtxt { top: 180px; }
	#index #sec_2>.deco._ru._c0 { bottom: 120px; }
	#index #sec_2:after{ height: 120px; }
	#index #sec_2>.deco._ru._c0 { height: calc(4vw + 20px); }
}
@media screen and (max-width: 639px){
	#index #sec_2 { padding-bottom: 200px;}
	#index #sec_2 .topbgtxt { top: 20px; }
	#index #sec_2 .insec { margin-bottom: 40px; }
	#index #sec_2 .txtbox .txt p { letter-spacing: 0.14em; font-size: 1.4rem; }
}


/* #sec_3*/
#index #sec_3 { position: relative; background: #F5F3F1;padding-top: 0;}
#index #sec_3>.inwrap { max-width: 1480px; width: 88%; margin: 0 auto; position: relative; }
#index #sec_3 .insec { display: flex; align-items: flex-start; position: relative;}
#index #sec_3 .cntbox { flex: 1; margin-left: 80px; position: relative; z-index: 20; }
#index #sec_3 .titlebox { width: 500px; display: flex; justify-content: flex-start; flex-direction: column; align-items: center; position: sticky; top: 0; z-index: 20; }
#index #sec_3 .insec>.titlebox{ top: 80px; }
#index #sec_3 .btnwrap {text-align: center;padding-top: 90px;position: relative;z-index: 10; }
#index #sec_3 .btnwrap .btn{ max-width: 400px; width: 88%; margin: 0 auto; }
#index #sec_3 .insec::after{content: "";background: url(../img/index/s3_bg1.png) no-repeat;display: block;position: absolute;bottom: 80px;left: 160px;right: 0;margin-left: auto;margin-right: auto;width: 88%;max-width: 1020px;height: 990px;z-index: 1;background-size: contain;}
#index #sec_3>.deco._lu._c1 { width:5vw; height: calc(7vw + 30px); bottom: 0; z-index: 1;}
#index #sec_3>.deco._ld._c2 { width:5vw; height: calc(4vw + 10px); bottom: calc(-4vw - 9px); z-index: 1;}
#index #sec_3>.deco._rd._c4 { background: #f7f7f7; width:12vw; height: calc(10vw + 30px); bottom: calc(-10vw - 29px); z-index: 1;}
@media screen and (max-width: 1600px){
	#index #sec_3 .titlebox { width: calc(300px + 8vw); }
	#index #sec_3 .cntbox { margin-left: 60px; }
}
@media screen and (max-width: 1100px){
	#index #sec_3 { position: relative; padding-top: 0; }
	#index #sec_3>.inwrap { width: 100%; } 
	#index #sec_3 .insec { flex-direction: column; }
	#index #sec_3 .insec>.titlebox{ top: 0 !important; }
	#index #sec_3 .titlebox { width: 88%; padding: 200px 6% 90px; position: relative; background: #ebe7e4; }
	#index #sec_3 .cntbox { margin-left: 0; padding: 90px 6% 0; }
	#index #sec_3 .insec::after { display: none;}
}
@media screen and (max-width: 767px){
	#index #sec_3 .btnwrap { padding-top: 40px; }
	#index #sec_3>.deco._lu._c1 { width:7vw; }
	#index #sec_3>.deco._ld._c2 { width:7vw; }
	#index #sec_3>.deco._rd._c4 { width:16vw; height: calc(5vw + 20px); bottom: calc(-5vw - 19px); }
}
@media screen and (max-width: 600px){
	#index #sec_3 .titlebox { padding: 160px 6% 30px; }
}
@media screen and (max-width: 500px){
}

/* #s3_map*/
#index #sec_3 .titlebox .imgbox #s3_map { width: 545px;height: 545px; transition: 0.8s ease-out; position: relative; }
#index #sec_3 .titlebox .imgbox #s3_map:after{ content: "";background-color: rgba(254, 244, 243, 0.6); width: 544px;height: 544px;border-radius: 50%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index: 1;filter: blur(50px);}
#index #sec_3 .titlebox .imgbox #s3_map:before{ content: "";border: 1px solid #333;background: #eeeded;width: 384px;height: 384px;border-radius: 50%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index: 2;}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap {z-index: 3;width: 100%;height: 100%; position: relative;}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1 {position: relative;width: 494px;height: 494px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;transition: .4s;z-index: 4;}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:not(._main){ z-index: 5; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li._main{ z-index: 4; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li { position: absolute; transition: .8s; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:not(._main,.unomo)::before,
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:not(._main,.unomo)::after{ content: ""; background: url(../img/index/s3_arr1.svg) no-repeat; background-size: contain; width: 14px; height: 14px; display: inline-block; position: absolute;  }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(2){top: 15px;right: 15px;}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(2)::before{top: 42px;left: -3px;transform: rotate(9deg);}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(2)::after{right: 42px;bottom: -3px;transform: rotate(-124deg);}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(3){bottom: 15px;left: 15px;}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(3)::before{top: -4px;left: 42px;transform: rotate(65deg);}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(3)::after{bottom: 40px;right: -3px;transform: rotate(-156deg);}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(4){bottom: 15px;right: 15px;}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(4)::before{top: -5px;right: 40px;transform: rotate(105deg);}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(4)::after{left: -3px;bottom: 42px;transform: rotate(-38deg);}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(5){top: 15px;left: 15px;}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(5)::before{top: 42px;right: -3px;transform: rotate(145deg);}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li:nth-child(5)::after{bottom: -3px;left: 42px;transform: rotate(-89deg);}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1.current1{  }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1.current1>li>a{  }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1.current2{ transform: rotate(90deg); }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1.current2>li>a{ transform: rotate(-90deg); }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1.current3{ transform: rotate(180deg); }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1.current3>li>a{ transform: rotate(-180deg); }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1.current4{ transform: rotate(270deg); }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1.current4>li>a{ transform: rotate(-270deg); }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li>.inwrap { display: flex; align-items: center; justify-content: center; border: 1px solid #2e2424; background: #fff; transition: .4s; width: 176px; height: 176px; font-size: 1.8rem; border-radius: 50%; font-style: italic; letter-spacing: 0.1em; text-align: center; line-height: 1.6; font-weight: 500; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li>.inwrap:hover,
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li.current>.inwrap{ background: #ef6459; color: #fff; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li._main{ width: 292px;height: 292px; z-index: 2;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li._main>.inwrap {display: flex;align-items: center;justify-content: center;border: 1px solid #2e2424;background: #2e2424;border-radius: 50%;color: #fff;text-align: center; width:100%; height:100%; flex-direction: column; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap .unomo { position: absolute; top: 220px; left: 198px; display: flex; flex-direction: column; align-items:center; pointer-events: none; z-index: 5; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap .unomo .logo {padding-bottom: 20px;margin-bottom: 10px;border-bottom: 1px solid #fff;padding-left: 13px;padding-right: 13px;line-height: 1;}
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap .unomo .logo>.inwrap{ width: 132px; height: 28px;display: inline-block; position: relative; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap .unomo .logo img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; transition: .4s; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap .unomo .txt1 { font-size: 1.8rem; letter-spacing: 0.1em; font-style: italic; line-height: 1.4; color: #fff; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li.unomo .logo img._noro{ opacity: 1; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li.unomo .logo img._ro{ opacity: 0; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li._main.current>.inwrap,
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li._main>.inwrap:hover{ background: #ef6459; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li._main.current>.inwrap img._noro,
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li._main .logo:hover img._noro{ opacity: 0; }
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li._main.current>.inwrap img._ro,
#index #sec_3 .titlebox .imgbox #s3_map>.inwrap ul.list1>li._main .logo:hover img._ro{ opacity: 1; }
#index #sec_3 .titlebox .imgbox #s3_map.fixed{ position: fixed; top: calc(50% - 272px); }
#index #sec_3 .titlebox .imgbox #s3_map.fixeddown{opacity: 0;visibility: hidden;}
@media screen and (max-width: 1600px){
	#index #sec_3 .titlebox .imgbox #s3_map { transform: scale(0.85); margin-left: 30px; }
}
@media screen and (max-width: 1100px){
	#index #sec_3 .titlebox .imgbox #s3_map { transform: scale(1); margin-left: 30px; }
}
@media screen and (max-width: 767px){
	#index #sec_3 .titlebox .imgbox { width: 100%; margin-left: -4%; margin-top: -16vw;overflow: hidden;margin-bottom: -20vw;}
	#index #sec_3 .titlebox .imgbox #s3_map { width: 100vw; height: 100vw; transform: scale(0.7);margin-left: -4%;}
	#index #sec_3 .titlebox .imgbox #s3_map:after { width: 99.82vw; height: 99.82vw; filter: blur(50px); display: none;}
	#index #sec_3 .titlebox .imgbox #s3_map:before { width: 70.45vw; height: 70.45vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 { width: 90.64vw; height: 90.64vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:not(._main,.unomo)::before, #index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:not(._main,.unomo)::after { width: 2.57vw; height: 2.57vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(2) { top: 2.50vw; right: 2.50vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(2)::before { top: 7.87vw; left: -1vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(2)::after { right: 7.87vw; bottom: -0.58vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(3) { bottom: 2.50vw; right: 2.50vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(3)::before { top: -1.47vw; left: 7.56vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(3)::after { bottom: 7.37vw; left: 30.96vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(4) { bottom: 2.50vw; right: 2.50vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(4)::before { top: -1.16vw; right: 7.37vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(4)::after { left: -0.98vw; bottom: 7.87vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(5) { top: 2.50vw; left: 2.50vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(5)::before { top: 7.87vw; right: -1.09vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(5)::after { bottom: -0.99vw; left: 7.56vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li > .inwrap { width: 32.29vw; height: 32.29vw;         font-size: 3.6vw;}
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li._main { width: 53.58vw; height: 53.58vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap .unomo { top: 40.37vw; left: 36.33vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap .unomo .logo { padding-bottom: 3.67vw; margin-bottom: 1.83vw; padding-left: 2.39vw; padding-right: 2.39vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap .unomo .logo > .inwrap { width: 24.22vw; height: 5.14vw; }
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap .unomo .txt1 { font-size: 3.6vw; }
}
@media screen and (max-width: 600px){
	#index #sec_3 .titlebox .imgbox { margin-top: -10vw;margin-bottom: -10vw;}
	#index #sec_3 .titlebox .imgbox #s3_map { transform: scale(0.8); }
}
@media screen and (max-width: 500px){
	#index #sec_3 .titlebox .imgbox { margin-top: -8vw;margin-bottom: 0;}
	/* #index #sec_3 .titlebox .imgbox #s3_map { transform: scale(0.9); } */
}
@media screen and (max-width: 375px){
	#index #sec_3 .titlebox .imgbox #s3_map > .inwrap ul.list1 > li:nth-child(3)::before { top: -0.06vw; left: 6.56vw; }
}

/* titlebox */
#index #sec_3 .titlebox .copybox{ line-height: 1.2; transform: rotate(-6deg); text-align: center; margin: -400px 0 80px; margin-left: 60px; }
#index #sec_3 .titlebox .copybox .maintxt>span { display: inline-block;}
#index #sec_3 .titlebox .copybox .maintxt>span::before { content: ""; height: 100%; display: inline-block; width: 2px; background: #2E2424; transform: rotate(12.5deg) translateX(-20px) translateY(8px);} 
#index #sec_3 .titlebox .copybox .maintxt>span>span{ font-size: 5.4rem; letter-spacing: 0em; font-weight: 500; font-style: italic; display: inline-block;}
#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-12px); }
#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-24px);}
#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-36px);}
#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-48px);}
#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-60px);}
#index #sec_3 .titlebox .txt1 { font-size: 1.8rem; position: relative; z-index: 5;}
@media screen and (max-width: 1300px){
	#index #sec_3 .titlebox .copybox .maintxt>span>span{ font-size: 4.8rem; }
}
@media screen and (max-width: 1100px){
	#index #sec_3 .titlebox .copybox{ margin: -440px 0 60px; }
}
@media screen and (max-width: 767px){
	#index #sec_3 .titlebox .copybox{ margin: -430px 0 40px; margin-left: 40px; }
	#index #sec_3 .titlebox .copybox .maintxt>span>span{ font-size: 3.8rem; }
	#index #sec_3 .titlebox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-15px) translateY(7px);} 
	#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-8px); }
	#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-16px);}
	#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-24px);}
	#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-32px);}
	#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-40px);}
	#index #sec_3 .titlebox>.txt1 { font-size: 1.6rem; }
}
@media screen and (max-width: 600px){
	#index #sec_3 .titlebox .copybox{ margin: -350px 0 40px; margin-left: 40px; }
}
@media screen and (max-width: 500px){
	#index #sec_3 .titlebox .copybox{ margin: -320px 0 40px; margin-left: 40px; }
	#index #sec_3 .titlebox .copybox .maintxt>span>span{ font-size: 2.6rem; }
	#index #sec_3 .titlebox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-12px) translateY(7px);} 
	#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-6px); }
	#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-12px);}
	#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-18px);}
	#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-24px);}
	#index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-30px);}
	#index #sec_3 .titlebox>.txt1 { font-size: 1.5rem; }
	#index #sec_3 .titlebox>.txt1 br { display: none; }
}
/* safari対応 */
_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span{ transform: rotate(12deg);}
_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-12px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-24px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-36px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-48px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-60px) rotate(12deg); }
@media screen and (max-width: 767px){
	_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-8px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-16px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-24px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-32px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-40px) rotate(12deg); }
}
@media screen and (max-width: 500px){
	_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-6px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-12px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-18px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-24px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #index #sec_3 .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-30px) rotate(12deg); }
}
/* cntbox */
#index #sec_3 .cntbox .toptitle { text-align: right; margin-bottom: 70px;}
#index #sec_3 .cntbox .toptitle .main { display: none;}
#index #sec_3 .cntbox ul.list1>li { display: flex; justify-content: space-between; align-items: normal; height: auto; }
#index #sec_3 .cntbox ul.list1>li:not(:last-child) { margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid #2e2424; }
#index #sec_3 .cntbox ul.list1>li:nth-child(even) { flex-direction: row-reverse; }
#index #sec_3 .cntbox ul.list1>li .imgbox{ width: 45%; height: auto; display: flex; flex-direction: column; position: relative; }
#index #sec_3 .cntbox ul.list1>li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
#index #sec_3 .cntbox ul.list1>li .imgbox .title { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-style: italic; line-height: 1.6; color: #fff; }
#index #sec_3 .cntbox ul.list1>li .imgbox .title>.inwrap {padding: 5px 40px;position: relative;letter-spacing: 0.1em;font-weight: 500;}
#index #sec_3 .cntbox ul.list1>li .imgbox .title>.inwrap:after{content: "";background: #fff;height: 1px;max-width: 100%;width: 100%;display: block;position: absolute;bottom: 0;left: 0;right: 0;}
#index #sec_3 .cntbox ul.list1>li:nth-child(1) .imgbox .title,
#index #sec_3 .cntbox ul.list1>li:nth-child(5) .imgbox .title { color: #2e2424; }
#index #sec_3 .cntbox ul.list1>li:nth-child(1) .imgbox .title>.inwrap:after,
#index #sec_3 .cntbox ul.list1>li:nth-child(5) .imgbox .title>.inwrap:after { background: #2e2424; }
#index #sec_3 .cntbox ul.list1>li .txtbox { margin: 0 50px; flex: 1; padding: 60px 0; display: flex; flex-direction: column; justify-content: center;}
#index #sec_3 .cntbox ul.list1>li:nth-child(1) .txtbox { margin-right: 0; }
#index #sec_3 .cntbox ul.list1>li .txtbox .linbbox { margin-top: 25px; }
@media screen and (max-width: 1300px){
	#index #sec_3 .cntbox ul.list1>li { flex-direction: column;}
	#index #sec_3 .cntbox ul.list1>li:nth-child(even) { flex-direction: column; }
	#index #sec_3 .cntbox ul.list1>li .imgbox{ width: 100%; height: calc(200px + 20vw); }
	#index #sec_3 .cntbox ul.list1>li .imgbox .title>.inwrap {padding: 5px 0; }
	#index #sec_3 .cntbox ul.list1>li .txtbox { margin: 0; padding: 30px 0 0; }
}
@media screen and (max-width: 1100px) { 
	#index #sec_3 .cntbox .toptitle { text-align: center; margin-bottom: 50px;}
	#index #sec_3 .cntbox .toptitle .main { display: block;}
}
@media screen and (max-width: 767px) { 
	#index #sec_3 .cntbox .toptitle {  margin-bottom: 40px;}
}
@media screen and (max-width: 500px) { 
	#index #sec_3 .cntbox ul.list1>li .txtbox .copy.s4 { text-align: center;}
	#index #sec_3 .cntbox ul.list1>li .txtbox .linbbox { margin-top: 15px;text-align: center;}
}



/* #sec_4 */
#index #sec_4 { position: relative; }
#index #sec_4 .insec { flex: 1; margin-bottom: 120px; }
#index #sec_4 .insec ul.list1>li { display: flex; justify-content: space-between; align-items: center; }
#index #sec_4 .insec ul.list1>li:not(:last-child) { margin-bottom: 60px; }
#index #sec_4 .insec ul.list1>li:nth-child(even) { flex-direction: row-reverse; }
#index #sec_4 .insec ul.list1>li .imgbox { width: 45%; height: 300px; display: flex; flex-direction: column; position: relative; }
#index #sec_4 .insec ul.list1>li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
#index #sec_4 .insec ul.list1>li .imgbox .title { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-style: italic; line-height: 1.6; color: #fff; }
#index #sec_4 .insec ul.list1>li .imgbox .title>.inwrap { padding: 5px 40px; position: relative; letter-spacing: 0.1em; font-weight: 500; }
#index #sec_4 .insec ul.list1>li .imgbox .title>.inwrap:after { content: ""; background: #fff; height: 1px; max-width: 100%; width: 100%; display: block; position: absolute; bottom: 0; left: 0; right: 0; }
#index #sec_4 .insec ul.list1>li:first-child .imgbox .title { color: #2e2424; }
#index #sec_4 .insec ul.list1>li:first-child .imgbox .title>.inwrap:after { background: #2e2424; }
#index #sec_4 .insec ul.list1>li .txtbox { margin-left: 60px; flex: 1; padding: 30px 0; display: flex; flex-direction: column; justify-content: center; }
#index #sec_4 .insec ul.list1>li:nth-child(even) .txtbox { margin-left: 0; margin-right: 60px; }
#index #sec_4 .insec ul.list1>li .txtbox .linbbox { margin-top: 25px; width: 240px; }
#index #sec_4>.deco._lu._c5 { width: 90vw; height: calc(4vw + 50px); bottom: 0; }
#index #sec_4>.deco._ru._c1 { width: 8vw; height: calc(5vw + 20px); bottom: 0; }
#index #sec_4>.deco._rd._c1 { width: 8vw; height: calc(10vw + 30px); bottom: calc(-10vw - 29px); z-index: 1; }
@media screen and (max-width: 1100px) {
	#index #sec_4 .insec ul.list1>li { align-items: normal; height: auto; }
	#index #sec_4 .insec ul.list1>li .imgbox { height: auto; }
	#index #sec_4 .insec ul.list1>li .txtbox { margin-left: 40px; }
	#index #sec_4 .insec ul.list1>li:nth-child(even) .txtbox { margin-right: 40px; }
}
@media screen and (max-width: 767px){
	#index #sec_4 .insec { margin-bottom: 30px; }
	#index #sec_4 .insec ul.list1>li { justify-content: space-between; align-items: center; flex-direction: column; }
	#index #sec_4 .insec ul.list1>li:nth-child(even) { flex-direction: column; }
	#index #sec_4 .insec ul.list1>li .imgbox { width: 100%; height: calc(200px + 15vw); }
	#index #sec_4 .insec ul.list1>li .txtbox { margin-left: 0; }
	#index #sec_4 .insec ul.list1>li:nth-child(even) .txtbox { margin-left: 0; margin-right: 0; }
	#index #sec_4 .insec ul.list1>li:not(:last-child) { margin-bottom: 30px; }
	#index #sec_4>.deco._lu._c5 { height: calc(3vw + 20px); }
	#index #sec_4>.deco._ru._c1 { height: calc(3vw + 20px); }
	#index #sec_4>.deco._rd._c1 { height: calc(6vw + 30px); bottom: calc(-6vw - 29px); }
}
@media screen and (max-width: 500px) { 
	#index #sec_4 .insec ul.list1>li .txtbox .copy.s4 { text-align: center;}
	#index #sec_4 .insec ul.list1>li .txtbox .linbbox  { margin: 20px auto 0;}
}

/* #sec_5*/
#index #sec_5 { background: #F5F3F1; position: relative; overflow: hidden; }
#index #sec_5>.inwrap { display: flex; margin-left: 6%; z-index: 3; position: relative; width: 100%; margin-bottom: 60px; }
#index #sec_5 .toptitle { margin-right: 80px; width: 260px; flex-shrink: 0; }
#index #sec_5 .toptitle .insp { display: inline;}
#index #sec_5 .insec { display: flex; flex-direction: column; }
#index #sec_5 .insec .scrollwrap { padding-bottom: 40px; position: relative; overflow: hidden; width: calc(100vw - 400px); }
#index #sec_5 .insec .txt1 { margin: 20px 0 50px; }
#index #sec_5 .insec .scrollcase { display: flex; width: calc(100% + 150px); box-sizing: border-box; padding-bottom: 100px;min-height: 300px; }

#index #sec_5 .insec .scrollwrap:not(._totalup3){ width: calc(100vw - 430px); }
#index #sec_5 .insec .scrollwrap:not(._totalup3)._total2 .scrollcase>li{ margin-left: 20px; width: calc(50% - 20px); }
#index #sec_5 .insec .scrollwrap:not(._totalup3) .scrollcase,
#index #sec_5 .insec .scrollwrap:not(._totalup3) .scrollcase li{ width: 100%; }
#index #sec_5 .insec .scrollwrap:not(._totalup3)~.linbbox{ margin-top: 0; }
#index #sec_5 .insec .scrollcase .slick-slide { margin-right: 20px; box-sizing: border-box; }
#index #sec_5 .insec .scrollcase .imgbox { position: relative; width: 100%; margin-bottom: 20px; overflow: hidden; aspect-ratio: 3 / 2; -webkit-aspect-ratio: 3 / 2; height: 100%; }
#index #sec_5 .insec .scrollcase .imgbox img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; transition: .4s; width: 100%; height: 100%; object-fit: cover; }
#index #sec_5 .insec .scrollcase .imgbox .copybox { position: absolute; right: 30px; bottom: 20px; line-height: 1.8; }
#index #sec_5 .insec .scrollcase .imgbox .copybox._type1 { right: auto; left: 40px; }
#index #sec_5 .insec .scrollcase .imgbox .maincopy>span { background: #2e2424; padding: 8px 1px; color: #fff; font-size: 2.2rem; }
#index #sec_5 .insec .scrollcase .imgbox .subcopy { margin-right: 10px; }
#index #sec_5 .insec .scrollcase .imgbox .subcopy>span { background: #2e2424; padding: 6px 2px; color: #fff; font-size: 1.3rem; }
#index #sec_5 .insec .scrollcase .imgbox._copyleftpos .copybox{ right:auto; left: 30px; }
#index #sec_5 .insec .scrollcase .txtbox .cat { font-size: 1.3rem; margin-top: 10px; }
#index #sec_5 .insec .scrollcase a:hover .imgbox img { transform: scale(1.04); }
#index #sec_5 .insec .linbbox { display: flex; justify-content: flex-end; margin-right: 6%; margin-top: -100px; }
#index #sec_5 .insec .linbbox a { width: 290px; }
#index #sec_5 .slick-arrow { display: flex; align-items: center; justify-content: center; width: 70px; box-sizing: border-box; text-align: center; line-height: 1.3; position: relative; border: 1px solid #2E2424; background: #fff; border-radius: 20px; height: 40px; position: absolute; bottom: 10px; left: 80px; font-size: 0; transition: 0.3s; }
#index #sec_5 .slick-arrow::after { width: 18px; height: 10px; transition: .4s; line-height: 1; font-size: 0; content: url(../img/common/arr1_black.svg); }
#index #sec_5 .slick-arrow.slick-prev::after { transform: rotate(180deg); }
#index #sec_5 .slick-arrow.slick-prev { left: 0; }
#index #sec_5 .slick-arrow:hover { background: #585050; }
#index #sec_5 .slick-arrow:hover::after { content: url(../img/common/arr1_white.svg); transform: translateX(3px); }
#index #sec_5 .slick-arrow.slick-prev:hover::after { transform: translateX(-3px) rotate(180deg); }
#index #sec_5 .topbgtxt { color: #ebe7e4; position: absolute; top: 53%; z-index: 2; transform: rotate(0deg); }
@media screen and (max-width: 1200px) {
	#index #sec_5 .insec .scrollcase .imgbox .maincopy>span { font-size: 2rem; }
#index #sec_5 .insec .scrollwrap:not(._totalup3){ width: calc(100vw - 420px); }
}
@media screen and (max-width: 1100px) {
	#index #sec_5>.inwrap { margin: 0 auto 50px; flex-direction: column; }
	#index #sec_5 .toptitle { margin-right: 0; width: 100%; text-align: center; }
	#index #sec_5 .toptitle br { display: none; }
	#index #sec_5 .toptitle .insp { display: none;}
	#index #sec_5 .insec { margin: 0 6%; }
	#index #sec_5 .insec .txt1 { margin: 0 0 50px; }
	#index #sec_5 .insec .txt1 br { display: none; }
	#index #sec_5 .insec .scrollwrap { padding-bottom: 40px; width: 100%; }
	#index #sec_5 .insec .linbbox { margin-right: 0; margin-top: -100px; }
	#index #sec_5 .insec .scrollwrap:not(._totalup3){ width: 100%!important; }
	#index #sec_5 .insec .scrollcase .imgbox .maincopy>span { font-size: 1.9rem; }
	#index #sec_5 .insec .scrollcase .imgbox .subcopy>span { font-size: 1.2rem; }
}
@media screen and (max-width: 767px) {
	#index #sec_5 .slick-arrow {border-radius: 18px;height: 36px; width: 36px; left:45px ;margin:0;padding: 0}
	#index #sec_5 .slick-arrow::after { width: 15px; height: 8px; }
	#index #sec_5 .insec .linbbox,
	#index #sec_5 .insec .scrollwrap:not(._totalup3)~.linbbox { margin-top: -92px; }
	#index #sec_5 .insec .linbbox .btn.base { width: 180px;}
	#index #sec_5 .insec .scrollcase { width: calc(100% + 20px); padding-bottom: 100px; }
	#index #sec_5 .insec .scrollcase .imgbox .maincopy>span { font-size: 2rem; }
	#index #sec_5 .insec .scrollcase .imgbox .subcopy>span { font-size: 1.2rem; }
	#index #sec_5 .insec .scrollwrap:not(._totalup3) .scrollcase { display: block; }
	#index #sec_5 .insec .scrollwrap:not(._totalup3) .scrollcase>li{ margin-left: 0!important; width:100%!important; }
	#index #sec_5 .insec .scrollwrap:not(._totalup3) .scrollcase>li:not(:last-child){ margin-bottom: 20px; }
}
@media screen and (max-width: 500px) {
	#index #sec_5 .insec .txt1 { margin: 0 0 30px; }
	#index #sec_5>.inwrap { margin: 0 auto 20px; }
	#index #sec_5 .insec .scrollcase { padding-bottom: 80px; }
	#index #sec_5 .insec .scrollcase .txtbox .title { font-size: 1.3rem;}
	#index #sec_5 .insec .scrollcase .txtbox .cat { font-size: 1.2rem; margin-top: 5px;}
	#index #sec_5 .insec .scrollcase .imgbox .maincopy>span { font-size: 1.8rem; }
	#index #sec_5 .insec .scrollcase .imgbox .subcopy>span { font-size: 1.1rem; }
}

/* #sec_bnr */
#index #sec_bnr { background: url(../img/common/bg1.jpg); background-size: 100% auto; position: relative; padding-top: calc(200px + 3vw); padding-bottom: 267px; overflow: hidden; }
#index #sec_bnr>.deco._ld._c5 { width: 100vw; height: calc(3vw + 50px); bottom: auto; top: -1px; }
#index #sec_bnr .bottombg { overflow: hidden; padding-top: 40px; position: relative; z-index: 2; background: #fff; clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%); -webkit-clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%); height: 100px; position: absolute; bottom: -1px; left: 0; width: 100%; }
#index #sec_bnr .bottombg::after { content: ""; background: #f2f2f2; width: 324px; height: 100%; display: inline-block; position: absolute; bottom: 0; right: 0; clip-path: polygon(0 0, 100% 100%, 100% 0); -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0); z-index: 3; }
#index #sec_bnr ul.list1 { padding: 80px 0; display: flex; justify-content: center; }
#index #sec_bnr ul.list1>li:first-child { margin-right: 8vw; position: relative; }
#index #sec_bnr ul.list1>li:first-child::after { content: ""; display: inline-block; background: #fff; width: 1px; height: 188px; transform: rotate(10deg); position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; right: -4vw; }
#index #sec_bnr ul.list1>li a { color: #fff; }
#index #sec_bnr ul.list1>li a .title { font-size: 1.8rem; text-align: left; padding-left: 9px; }
#index #sec_bnr ul.list1>li a .link { font-size: 7rem; font-style: italic; line-height: 1.2; letter-spacing: 0.01em; position: relative; padding-right: 55px; }
#index #sec_bnr::after { content: ""; background: #ebe7e4; width: 90px; height: 286px; display: inline-block; position: absolute; bottom: 49px; left: 0; clip-path: polygon(0 0, 0% 100%, 100% 70%); -webkit-clip-path: polygon(0 0, 0% 100%, 100% 70%); z-index: 4; }
#index #sec_bnr ul.list1>li a .link:after { content: url(../img/common/arr2_white.svg); width: 44px; height: 44px; font-size: 0; display: inline-block; margin-left: 10px; position: absolute; right: 0; top: calc(50% - 20px); transition: 0.3s; }
#index #sec_bnr ul.list1>li a:hover .link:after { right: -5px; top: calc(50% - 20px); }
#index #sec_bnr ul.list1>li:last-child a .link:after { content: url(../img/common/blank_white.svg); }
#index #sec_bnr ul.list1>li a .link:before { bottom: -5px; opacity: 0; transition: 0.4s; content: ""; height: 1px; width: 100%; position: absolute; left: 0; background: #fff; }
#index #sec_bnr ul.list1>li a:hover .link:before { bottom: -2px; opacity: 1; }
@media screen and (max-width: 1200px){
	#index #sec_bnr ul.list1>li a .title { font-size: 1.8rem; padding-left: 5px; }
	#index #sec_bnr ul.list1>li a .link { font-size: 5rem; }
}
@media screen and (max-width: 900px){
	#index #sec_bnr { background-size: 200% auto; position: relative; padding-top: calc(100px + 3vw); padding-bottom: 160px; }
	#index #sec_bnr ul.list1>li a .title { font-size: 1.8rem; }
	#index #sec_bnr ul.list1>li a .link { font-size: 4rem; }
}
@media screen and (max-width: 767px){
	#index #sec_bnr { background-size: 200% auto; position: relative; padding-top: calc(100px + 3vw); padding-bottom: 130px; }
	#index #sec_bnr ul.list1>li a .title { font-size: 1.4rem; }
	#index #sec_bnr ul.list1>li a .link { font-size: 2.8rem; padding-right: 35px; }
	#index #sec_bnr ul.list1>li a .link:after { width: 30px; height: 30px; margin-left: 10px; top: calc(50% - 15px); }
	#index #sec_bnr ul.list1>li a:hover .link:after { top: calc(50% - 15px); }
	#index #sec_bnr ul.list1>li:first-child { margin-right: 4vw; }
	#index #sec_bnr ul.list1>li:first-child::after { display: none;}
	#index #sec_bnr .bottombg { padding-top: 40px; height: 50px; }
	#index #sec_bnr .bottombg::after { width: 200px; }
	#index #sec_bnr::after { width: 30px; height: 100px; bottom: 57px; }
	#index #sec_bnr>.deco._ld._c5 { height: calc(3vw + 20px);  }
}
@media screen and (max-width: 500px){
	#index #sec_bnr { padding-top: calc(60px + 3vw); padding-bottom: 90px; }
	#index #sec_bnr ul.list1 { padding: 50px 0; flex-direction: column; }
	#index #sec_bnr ul.list1>li a { display: flex; justify-content: center;}
	#index #sec_bnr ul.list1>li a .title { display: none;}
	#index #sec_bnr ul.list1>li:first-child { margin-right: 0; margin-bottom: 20px;}
	#index #sec_bnr .bottombg { padding-top: 20px; height: 30px; }
	#index #sec_bnr .bottombg::after { width: 160px; }
	#index #sec_bnr::after { width: 30px; height: 100px; bottom: 17px; }
}


/* #sec_6 */
#index #sec_6 {padding-top: 105px;padding-bottom: 200px;}
#index #sec_6>.incnt>.inwrap div.titlebox {width: 100%;margin-bottom: 15px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
#index #sec_6>.incnt>.inwrap div.titlebox .toptitlebox { width: 100%; }
#index #sec_6>.incnt>.inwrap div.titlebox .link {flex-shrink: 0;width: 240px;padding-bottom: 40px;}
#index #sec_6>.incnt>.inwrap div.newsbox .btnbox { display: none;}
@media screen and (max-width: 767px){
	#index #sec_6 {padding-top: 90px;padding-bottom: 90px;}
	#index #sec_6>.incnt>.inwrap div.titlebox { justify-content: center; }
	#index #sec_6>.incnt>.inwrap div.titlebox .link { display: none;}
	#index #sec_6>.incnt>.inwrap div.newsbox .btnbox { display: block; margin: 40px auto 0; width: 240px;}
}




#about.index #sec_1 .copy {margin-bottom: 30px;}
#about.index #sec_1 .mainbox { display: flex; flex-direction: row;font-weight: bold; }
#about.index #sec_1 .mainbox div.txtbox { width: 100%; }
#about.index #sec_1 .mainbox div.txtbox p.name {font-size: 2rem;text-align: right;margin-top: 20px;}
#about.index #sec_1 .mainbox div.imgbox {flex-shrink: 0;width: 42%;margin-left: 6%;}
@media screen and (max-width: 767px){
	#about.index #sec_1 .mainbox { display: block; }
	#about.index #sec_1 .mainbox div.txtbox p.name {font-size: 1.4rem;margin-top: 15px;text-align: left;}
	#about.index #sec_1 .mainbox div.imgbox {width: 100%;margin-left: 0%;margin-top: 40px;}
}
@media screen and (max-width: 500px){
}

#about.index #sec_2 { position: relative; background: #f5f3f1; }
#about.index #sec_2::after{ content: ""; width: 100%; background: #fff; clip-path: polygon(100% 0, 0 0, 100% 100%); -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%); height: 144px; position: absolute; top: -1px; left: 0; right: 0; z-index: 4; }
#about.index #sec_2::before { content: ""; background: url(../img/index/s1_bg1_pink.svg) no-repeat; background-size: contain; width: 100%; height: 120%; position: absolute; bottom: -5%; right: 0; margin: auto; z-index: 2; opacity: 0.7; }
#about.index #sec_2>.inwrap{ display: flex; flex-direction: row; position: relative; z-index: 3; }
#about.index #sec_2 .titlebox>.inwrap,
#about.index #sec_2 .txtbox{padding-top: 320px;padding-bottom: 160px;}
#about.index #sec_2 .titlebox {flex-shrink: 0;position: relative;display: flex;box-sizing: border-box;width: 42%;}
#about.index #sec_2 .titlebox>.inwrap{background: #ef6459;padding-left: 8%;padding-right: 8%;color: #fff;display: flex;flex-direction: column;justify-content: center;width: calc(100% - 70px);box-sizing: border-box;align-items: flex-end;}
#about.index #sec_2 .titlebox::before{content: "";background: #ef6459;clip-path: polygon(0 0, 0 100%, 100% 100%);-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);height: 100%;width: 70px;position: absolute;top: 0;bottom: 0;right: 1px;display: block;}
#about.index #sec_2 .titlebox>.inwrap>.inwrap{ display: inline-block; text-align: left; }
#about.index #sec_2 .titlebox .main { font-size: 7.2rem; line-height: 1.4; margin-bottom: 30px; font-style: italic; }
#about.index #sec_2 .titlebox .sub {font-size: 2rem;line-height: 1.6;}
#about.index #sec_2 .titlebox .main span,
#about.index #sec_2 .titlebox .sub span{position: relative;display: inline-block; color: rgba(255,255,255,0.0);}
#about.index #sec_2 .titlebox .main span::before,
#about.index #sec_2 .titlebox .sub span::before { content: ""; position: absolute; z-index: 1; top: 0%; right: 100%; bottom: 0%; left: 0%; background : #EF6459; }
#about.index #sec_2 .titlebox.-in .main span { animation-name: textanime1_white; animation-delay: 0.3s; animation-duration: 1.5s; animation-fill-mode: forwards; }
#about.index #sec_2 .titlebox.-in .main span::before { animation-name: textanime2; animation-delay: 0.3s; animation-duration: 1.5s; animation-fill-mode: forwards; }
#about.index #sec_2 .titlebox.-in .sub span { animation-name: textanime1_white; animation-duration: 1.5s; animation-fill-mode: forwards; }
#about.index #sec_2 .titlebox.-in .sub span::before { animation-name: textanime2; animation-duration: 1.5s; animation-fill-mode: forwards; }
#about.index #sec_2 .txtbox {padding-left: 11%;padding-right:11%;display: flex;flex-direction: column;justify-content: center; position: relative; }
#about.index #sec_2 .txtbox::before { content: ""; background: url(../img/index/s1_bg1.svg) no-repeat; background-size: contain; width: 100%; height: 100%; position: absolute; bottom: 0; right: 0; margin: auto; z-index: 1; opacity: 1; }
#about.index #sec_2 .txtbox * { position:relative; z-index:2; }
@media screen and (max-width: 1600px){
	#about.index #sec_2 .titlebox { width: 46%;}
	#about.index #sec_2 .titlebox>.inwrap{ padding-right: 10%; }
	#about.index #sec_2 .txtbox {padding-left: 9%;padding-right: 9%;display: flex;flex-direction: column;justify-content: center; }
	#about.index #sec_2 .titlebox .main { font-size: 6.4rem; }
	#about.index #sec_2 .txtbox::before { display: none;}
}
@media screen and (max-width: 1200px){
	#about.index #sec_2::after{ height: 60px; }
	#about.index #sec_2::before { content: none; }
	#about.index #sec_2 .txtbox,
	#about.index #sec_2>.inwrap{ display: block; }
	#about.index #sec_2 .txtbox{padding-top: 0;padding-bottom: 100px;background : #EF6459;}
	#about.index #sec_2 .titlebox {display: block;width: 100%;}
	#about.index #sec_2 .titlebox>.inwrap{padding-left: 8%;padding-right: 8%;width: 100%;display: block;text-align: center;padding-top: 120px;padding-bottom: 50px;}
	#about.index #sec_2 .titlebox::before{content: none;}
	#about.index #sec_2 .titlebox>.inwrap>.inwrap{ text-align: center; }
	#about.index #sec_2 .titlebox .main { font-size: 6rem; }
	#about.index #sec_2 .txtbox h2.copy,
	#about.index #sec_2 .txtbox h3.copy{color: #fff;position: relative;text-align: center;padding-bottom: 40px;margin-bottom: 50px;}
	#about.index #sec_2 .txtbox h2.copy::after{ content: ""; background: #fff; width: 72px; height: 1px; display: inline-block; position: absolute; bottom: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	#about.index #sec_2 .txtbox h3.copy{text-align: center;padding-bottom: 0;margin-bottom: 20px;}
	#about.index #sec_2 .txtbox .notosans { color: #fff; }
}
@media screen and (max-width: 1100px){
	#about.index #sec_2 .titlebox .main { font-size: 5.4rem; }
}
@media screen and (max-width: 767px){
	#about.index #sec_2::after{ height: 40px;}
	#about.index #sec_2 .txtbox{padding-bottom: 60px;color: #fff;}
	#about.index #sec_2 .titlebox>.inwrap{padding-top: 100px;padding-bottom: 20px;}
	#about.index #sec_2 .titlebox .main {font-size: 5rem;margin-bottom: 10px;}
	#about.index #sec_2 .titlebox .sub {font-size: 1.4rem;}
}
@media screen and (max-width: 500px){
	#about.index #sec_2 .titlebox .main { font-size: 3.4rem; }
}

#about.index #sec_3 .toptitle,
#about.index #sec_4 .toptitle {text-align: center;margin-bottom: 30px;}
#about.index #sec_3 .toptitle .en{ margin-bottom: 50px; }
#about.index #sec_3 .toptitle .copy.s1 { text-align: center; }
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 767px){
	#about.index #sec_3 .toptitle,
	#about.index #sec_4 .toptitle{ margin-bottom: 20px; }
	#about.index #sec_3 .toptitle .en{margin-bottom: 30px;}
	#about.index #sec_3 .toptitle .copy,
	#about.index #sec_4 .toptitle .copy{ text-align: center; }
}
@media screen and (max-width: 500px){
}

#about.index #sec_4 {background: #f5f3f1;position: relative;}
#about.index #sec_4 .toptitle { margin-bottom: 50px; }
#about.index #sec_4 dl.list1 { border-top: 1px solid #c0bdbd;
}
#about.index #sec_4 dl.list1 div.group {display: flex;flex-direction: row;border-bottom: 1px solid #c0bdbd;padding: 30px 8%;text-align: center;align-items: center;justify-content: center;min-height: 120px;box-sizing: border-box; font-feature-settings : "palt";}
#about.index #sec_4 dl.list1 div.group dt {font-size: 2.4rem;font-style: italic;margin-right: 30px;}
#about.index #sec_4 dl.list1 div.group:nth-child(even){ background: #fbfbfb; }
#about.index #sec_4 .deco._rsankaku {width: 11vw;height: 20vw;bottom: -14vw;}
@media screen and (max-width: 1100px){
	#about.index #sec_4 dl.list1 div.group {display: block;min-height: inherit;}
	#about.index #sec_4 dl.list1 div.group dt {margin-right: 0;font-size: 2rem;}
}
@media screen and (max-width: 767px){
	#about.index #sec_4 dl.list1 div.group{padding: 20px 4%;}
	#about.index #sec_4 dl.list1 div.group dt {font-size: 1.7rem;margin-bottom: 5px;}
	#about.index #sec_4 dl.list1 div.group dd{  font-size: 1.3rem; }
}
@media screen and (max-width: 500px){
}

#about.company #sec_2 .map p.link { margin-top: -40px; text-align: center; }
#about.company #sec_2 .map p.link .btn {max-width: 389px;width: 100%;margin: 0 auto;padding-right: 15px;}
#about.company #sec_2 .incnt.min{ max-width: 870px; }
#about.company #sec_2 dl.list1 {display: flex;flex-direction: row;margin-left: -50px;margin-bottom: -50px;margin-top: 40px;}
#about.company #sec_2 dl.list1 div.group { margin-left: 50px; margin-bottom: 50px; width: calc(50% - 50px); text-align: center; }
#about.company #sec_2 dl.list1 div.group dt {font-size: 1.8rem;border-bottom: 1px solid #2e2424;padding-bottom: 10px;margin-bottom: 10px;font-weight: bold;}
#about.company #sec_2 dl.list1 div.group dd { font-feature-settings : "palt"; }
@media screen and (max-width: 767px){
	#about.company #sec_2 .incnt{ width: 100%; }
	#about.company #sec_2 .map iframe{ height: 320px; }
	#about.company #sec_2 .map p.link {width: 86%;margin-left: auto;margin-right: auto;}
	#about.company #sec_2 dl.list1 {display: block;margin-bottom: -30px;margin-top: 50px;margin-left: auto;margin-right: auto;width: 88%;}
	#about.company #sec_2 dl.list1 div.group { margin-left: 0; margin-bottom: 30px; width: 100%; font-size: 1.6rem; }
}
@media screen and (max-width: 375px){
}

#service.index #sec_1 .incnt { max-width: 950px; }
#service.index #sec_1>.incnt>.inwrap {display: flex;flex-direction: row;padding-bottom: 30px;}
#service.index #sec_1>.incnt>.inwrap .titlebox{flex-shrink: 0;margin-right: 16%;display: flex;align-items: center;justify-content: center;padding-top: 60px;}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox{ line-height: 1.2; transform: rotate(-6deg); text-align: center; margin-top: -50px; margin-left: 20px; }
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span { display: inline-block;}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span::before { content: ""; height: 100%; display: inline-block; width: 2px; background: #2E2424; transform: rotate(12deg) translateX(-20px) translateY(8px);} 
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span{font-size: 5.4rem;letter-spacing: 0.02em;font-weight: 500;font-style: italic;display: inline-block;}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-6px);}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-12px);}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-12px); }
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-24px);}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-36px);}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-48px);}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-60px);}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-4px);color: #EF6459;}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-16px);color: #EF6459;}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-28px);color: #EF6459;}
#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-40px);}
#service.index #sec_1>.incnt>.inwrap div.txtbox { font-size: 1.8rem; display: flex; flex-direction: column;justify-content: center; }
@media screen and (max-width: 1200px){
	#service.index #sec_1>.incnt>.inwrap .titlebox{ margin-right: 8%; }
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox{margin-left: 50px;}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span{ font-size: 4.4rem; }
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-15px) translateY(7px);} 
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-5px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-10px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-9px); }
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-18px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-27px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-35px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-42px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-5px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-14px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-23px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-32px);}
	#service.index #sec_1>.incnt>.inwrap div.txtbox { font-size: 1.6rem; }
}
@media screen and (max-width: 767px){
	#service.index #sec_1>.incnt>.inwrap .titlebox{ padding-top: 0; margin-right: 0; }
	#service.index #sec_1>.incnt>.inwrap {display: block;padding-bottom: 0;}
	#service.index #sec_1>.incnt>.inwrap div.txtbox{display: block;margin-top: 50px;font-size: 1.4rem;}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox{ margin-top: 20px; margin-left: 50px; }
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span{font-size: 3.2rem;}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-12px) translateY(7px);} 
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-4px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-8px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-7px); }
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-14px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-21px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-28px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-35px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-3px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-10px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-17px);}
	#service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-24px);}
}
/* safari対応 */
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-20px) translateY(1px);} 
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span { transform: rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(2) { transform: translateX(-12px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(3) { transform: translateX(-24px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(4) { transform: translateX(-36px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(5) { transform: translateX(-48px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(6) { transform: translateX(-60px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-4px) rotate(12deg); color: #EF6459; }
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-16px) rotate(12deg); color: #EF6459; }
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-28px) rotate(12deg); color: #EF6459; }
_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-40px) rotate(12deg); }
@media screen and (max-width: 1200px){
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-17px) translateY(3px);} 
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-9px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-18px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-27px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-35px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-42px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-5px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-14px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-23px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-32px) rotate(12deg); }
}
@media screen and (max-width: 767px){
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-13px) translateY(2px);} 
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-7px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-14px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-21px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-28px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-35px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-3px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-10px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-17px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_1>.incnt>.inwrap .titlebox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-24px) rotate(12deg); }
}

#service.index #sec_2 { position: relative; }
#service.index #sec_2 .incnt { max-width: 1340px; }
#service.index #sec_2 div.mainbox { display: flex; flex-direction: row; }
#service.index #sec_2 div.mainbox div.txtbox {color: #fff;background: url(../img/common/bg1.jpg) no-repeat;padding: 40px 8%;box-sizing: border-box;min-height: 633px;display: flex;flex-direction: column;justify-content: center;}
#service.index #sec_2 div.mainbox div.txtbox .copy { margin-bottom: 30px; }
#service.index #sec_2 div.mainbox div.imgbox {background: #f5f3f1;padding: 40px 55px 40px 70px;flex-shrink: 0; display: flex; align-items: center;}
#service.index #sec_2 div.mainbox div.imgbox div.map1 { width: 545px;height: 545px; transition: 0.8s ease-out; position: relative; }
#service.index #sec_2 div.mainbox div.imgbox div.map1:after{ content: "";background-color: rgba(254, 244, 243, 0.6); width: 544px;height: 544px;border-radius: 50%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index: 1;filter: blur(50px);}
#service.index #sec_2 div.mainbox div.imgbox div.map1:before{ content: "";border: 1px solid #333;background: #eeeded;width: 384px;height: 384px;border-radius: 50%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index: 2;}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap {z-index: 3;width: 100%;height: 100%;position: relative;}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1 {position: relative;width: 494px;height: 494px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;transition: .4s;z-index: 4;}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:not(._main){ z-index: 5; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li._main{ z-index: 4; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li { position: absolute; transition: .8s; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:not(._main,.unomo)::before,
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:not(._main,.unomo)::after{ content: ""; background: url(../img/index/s3_arr1.svg) no-repeat; background-size: contain; width: 14px; height: 14px; display: inline-block; position: absolute;  }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(2){top: 15px;right: 15px;}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(2)::before{top: 42px;left: -3px;transform: rotate(9deg);}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(2)::after{right: 42px;bottom: -3px;transform: rotate(-124deg);}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(3){bottom: 15px;left: 15px;}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(3)::before{top: -4px;left: 42px;transform: rotate(65deg);}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(3)::after{bottom: 40px;right: -3px;transform: rotate(-156deg);}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(4){bottom: 15px;right: 15px;}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(4)::before{top: -5px;right: 40px;transform: rotate(105deg);}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(4)::after{left: -3px;bottom: 42px;transform: rotate(-38deg);}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(5){top: 15px;left: 15px;}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(5)::before{top: 42px;right: -3px;transform: rotate(145deg);}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li:nth-child(5)::after{bottom: -3px;left: 42px;transform: rotate(-89deg);}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1.current2{ transform: rotate(90deg); }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1.current2>li>a{ transform: rotate(-90deg); }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1.current3{ transform: rotate(180deg); }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1.current3>li>a{ transform: rotate(-180deg); }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1.current4{ transform: rotate(270deg); }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1.current4>li>a{ transform: rotate(-270deg); }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li>.inwrap {display: flex;align-items: center;justify-content: center;border: 1px solid #2e2424;background: #fff;transition: .4s;width: 176px;height: 176px;font-size: 1.8rem;border-radius: 50%;font-style: italic;letter-spacing: 0.1em;text-align: center;line-height: 1.6;font-weight: 500;padding-top: 10px;box-sizing: border-box;}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li.current>.inwrap{ background: #ef6459; color: #fff; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li._main{ width: 292px;height: 292px; z-index: 2;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li._main>.inwrap {display: flex;align-items: center;justify-content: center;border: 1px solid #2e2424;background: #2e2424;border-radius: 50%;color: #fff;text-align: center; width:100%; height:100%; flex-direction: column; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap .unomo { position: absolute; top: 220px; left: 198px; display: flex; flex-direction: column; align-items:center; pointer-events: none; z-index: 5; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap .unomo .logo {padding-bottom: 20px;margin-bottom: 10px;border-bottom: 1px solid #fff;padding-left: 13px;padding-right: 13px;line-height: 1;}
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap .unomo .logo>.inwrap{ width: 132px; height: 28px;display: inline-block; position: relative; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap .unomo .logo img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; transition: .4s; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap .unomo .txt1 { font-size: 1.8rem; letter-spacing: 0.1em; font-style: italic; line-height: 1.4; color: #fff; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li.unomo .logo img._noro{ opacity: 1; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li.unomo .logo img._ro{ opacity: 0; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li._main.current>.inwrap{ background: #ef6459; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li._main.current>.inwrap img._noro{ opacity: 0; }
#service.index #sec_2 div.mainbox div.imgbox div.map1>.inwrap ul.list1>li._main.current>.inwrap img._ro{ opacity: 1; }
#service.index #sec_2 div.mainbox div.imgbox div.map1.fixed{ position: fixed; top: calc(50% - 272px); }
#service.index #sec_2 div.mainbox div.imgbox div.map1.fixeddown{opacity: 0;visibility: hidden;}
#service.index #sec_2 .deco{bottom: 0;width: 5vw;height: 4vw;}
#service.index #sec_2 .addtxt {text-align: center; font-weight: bold; font-size: 2.2rem; margin: 180px 0 0; }
@media screen and (max-width: 1600px){
	#service.index #sec_2 div.mainbox div.imgbox { width: 50%;}
	#service.index #sec_2 div.mainbox div.imgbox div.map1 {transform: scale(0.85);margin-left: auto;margin-right: auto;}
	#service.index #sec_2 div.mainbox div.imgbox{padding: 0;}
	#service.index #sec_2 div.mainbox div.txtbox{padding: 10px 6%;}
	#service.index #sec_2 div.mainbox div.txtbox .copy.s4{ font-size: 2.4rem; }
}
@media screen and (max-width: 1200px){
	#service.index #sec_2{background: url(../img/common/bg1.jpg) no-repeat;padding: 60px 0%!important;}
	#service.index #sec_2 .incnt {width: 94%;}
	#service.index #sec_2 div.mainbox{flex-direction: column-reverse;}
	#service.index #sec_2 .sectitle{ margin-bottom: 30px; }
	#service.index #sec_2 .sectitle .main span::before,
	#service.index #sec_2 .sectitle .en span::before { background : #fff; }
	#service.index #sec_2 .sectitle.-in .main span { animation-name: textanime1_white; }
	#service.index #sec_2 .sectitle.-in .en span{ animation-name: textanime1_white; }
	#service.index #sec_2 div.mainbox div.txtbox{ min-height: inherit; background: transparent; }
	#service.index #sec_2 div.mainbox div.imgbox { background: transparent; width: 100%;}
	#service.index #sec_2 div.mainbox div.imgbox{ overflow: hidden; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1{ margin-top: -30px; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1:after{ content: none; }
	#service.index #sec_2 .addtxt {text-align: center; font-weight: bold; font-size: 1.8rem; margin: 60px auto 30px; width:80%; padding:20px; background:#F5F3F1; }
}
@media screen and (max-width: 767px){
	#index #sec_3 .titlebox .imgbox { margin-top: -10vw;}
	#service.index #sec_2 div.mainbox div.imgbox{ box-sizing: border-box;}
	#service.index #sec_2 div.mainbox div.imgbox div.map1 { transform: scale(0.8);margin-left: 15px; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 {width: 100vw;height: 100vw;transform: scale(0.7);margin-left: 0px;margin-top: -90px;margin-bottom: -70px;}
	#service.index #sec_2 div.mainbox div.imgbox div.map1:after { width: 99.82vw; height: 99.82vw; filter: blur(50px); display: none;}
	#service.index #sec_2 div.mainbox div.imgbox div.map1:before { width: 70.45vw; height: 70.45vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 { width: 90.64vw; height: 90.64vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:not(._main,.unomo)::before, #service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:not(._main,.unomo)::after { width: 2.57vw; height: 2.57vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(2) { top: 2.50vw; right: 2.50vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(2)::before { top: 7.87vw; left: -1vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(2)::after { right: 7.87vw; bottom: -0.58vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(3) { bottom: 2.50vw; right: 2.50vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(3)::before { top: -1.47vw; left: 7.56vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(3)::after { bottom: 7.37vw; left: 30.96vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(4) { bottom: 2.50vw; right: 2.50vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(4)::before { top: -1.16vw; right: 7.37vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(4)::after { left: -0.98vw; bottom: 7.87vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(5) { top: 2.50vw; left: 2.50vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(5)::before { top: 7.87vw; right: -1.09vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(5)::after { bottom: -0.99vw; left: 7.56vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li > .inwrap { width: 32.29vw; height: 32.29vw; font-size: 3.6vw;}
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li._main { width: 53.58vw; height: 53.58vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap .unomo { top: 40vw; left: 33vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap .unomo .logo { padding-bottom: 3.67vw; margin-bottom: 1.83vw; padding-left: 2.39vw; padding-right: 2.39vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap .unomo .logo > .inwrap { width: 24.22vw; height: 5.14vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap .unomo .txt1 { font-size: 3.6vw; }
	#service.index #sec_2 div.mainbox div.txtbox .copy.s4{font-size: 2rem;margin-bottom: 15px;}
	#service.index #sec_2 .addtxt {text-align: left; }
}
@media screen and (max-width: 500px){
	#index #sec_3 .titlebox .imgbox { margin-top: -8vw;}
	#service.index #sec_2 div.mainbox div.imgbox div.map1 {margin-left: 15px;margin-top: -39px;margin-bottom: -19px;transform: scale(0.9);}
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap .unomo { top: 40vw; left: 31vw; }
	#service.index #sec_2 div.mainbox div.txtbox .copy.s4{font-size: 2rem;}
	#service.index #sec_2 .deco,#service.index #sec_3 .deco._ld._c1{ display: none; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(2)::after { right: 9.27vw; bottom: -1.48vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(3)::before { top: -0.16vw; left: 6.56vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(3)::after { bottom: 7.17vw; left: 30.26vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(4)::before { top: -1.16vw; right: 8.47vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(4)::after { left: -1.22vw; bottom: 8.57vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(5)::after { bottom: -0.48vw; left: 6.56vw; }
	#service.index #sec_2 .addtxt {font-size: 1.6rem; margin: 30px auto 0px; line-height: 1.8;}
}
@media screen and (max-width: 375px){
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(2)::after{ right: 8.47vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(3)::before { top: -0.06vw; left: 6.56vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(4)::before{ right: 8.07vw; }
	#service.index #sec_2 div.mainbox div.imgbox div.map1 > .inwrap ul.list1 > li:nth-child(5)::after{ right: 7.26vw; }
}

#service.index #sec_3 { position: relative; }
#service.index #sec_3 .deco._ld._c1{top: 0;width: 5vw;height: 15vw;}
#service.index #sec_3 div.list1>ul>li:not(:last-child){ margin-bottom: 20px; }
#service.index #sec_3 div.list1>ul>li { display: flex; flex-direction: row; }
#service.index #sec_3 div.list1>ul>li div.imgbox {flex-shrink: 0;width: 34%;position: relative;}
#service.index #sec_3 div.list1>ul>li div.imgbox .title {display: flex;align-items: center;justify-content: center;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;padding: 20px 20px;color: #fff;}
#service.index #sec_3 div.list1>ul>li div.imgbox .title{line-height: 1.2;text-align: center;}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap{display: inline-block;position: relative;padding: 8px 5px 11px 45px;line-height: 1;}
#service.index #sec_3 div.list1>ul>li:nth-child(1) div.imgbox .title>.inwrap{padding-left: 35px;}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap::before{content: "";position: absolute;clip-path: polygon(49% 0%, 97% 0%, 58% 100%, 12% 100%);background: #2E2424;width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: -3px;}
#service.index #sec_3 div.list1>ul>li:nth-child(1) div.imgbox .title>.inwrap::before{ clip-path: polygon(42% 0%, 100% 0%, 57% 100%, 2% 100%); left: 0;right: -3px;}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap {display: inline-block;transform: rotate(-3deg); z-index: 2; }
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span{font-size: 2.1rem;letter-spacing: 0.1em;font-weight: 400;font-style: italic;display: inline-block;}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(2){transform: translateX(-4px);}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(3){transform: translateX(-8px);}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(4){transform: translateX(-12px);}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(5){ transform: translateX(-16px);}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(6){ transform: translateX(-20px);}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(7){ transform: translateX(-24px);}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(8){ transform: translateX(-28px);}
#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(9){ transform: translateX(-32px);}
#service.index #sec_3 div.list1>ul>li div.txtbox {width: 100%;background: #fff;padding: 70px 8%;box-sizing: border-box;display: flex;flex-direction: column;justify-content: center;}
#service.index #sec_3 div.list1>ul>li:nth-child(even) { flex-direction: row-reverse; }
#service.index #sec_3 p.btnbox { max-width: 384px; width: 100%; }
#service.index #sec_3 div.list1~.btnbox{ margin-left: auto; margin-right: auto; }
#service.index #sec_3 .deco._rsankaku {width: 11vw;height: 20vw;bottom: -14vw;}
@media screen and (max-width: 1100px){
	#service.index #sec_3 div.list1>ul>li div.txtbox { padding: 50px 8%; }
}
@media screen and (max-width: 767px){
	#service.index #sec_3 div.list1>ul>li { display: block; }
	#service.index #sec_3 div.list1>ul>li div.imgbox {width: 100%;height: 350px;}
	#service.index #sec_3 div.list1>ul>li div.txtbox { padding: 40px 8%; }
	#service.index #sec_3 div.list1>ul>li div.txtbox .copy{ text-align: center; }
	#service.index #sec_3 p.btnbox .btn.base,
	#service.index #sec_3 p.btnbox{ margin-left: auto; margin-right: auto; }
	#service.index #sec_3 div.list1>ul>li div.txtbox .copy.s4{font-size: 2rem;margin-bottom: 10px;letter-spacing: 0.05em;}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap{padding: 10px 9px 10px 30px;}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap::before{clip-path: polygon(40% 0%, 100% 0%, 56% 100%, 0% 100%); right: 1px;}
	#service.index #sec_3 div.list1>ul>li:nth-child(1) div.imgbox .title>.inwrap::before{clip-path: polygon(40% 0%, 100% 0%, 59% 100%, 0% 100%); right: 2px;}
	#service.index #sec_3 div.list1>ul>li:nth-child(1) div.imgbox .title>.inwrap{ padding-left: 25px; }
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap{ transform: rotate(-4deg); }
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span{ font-size: 2rem; }
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(2){transform: translateX(-4px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(3){transform: translateX(-8px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(4){transform: translateX(-12px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(5){ transform: translateX(-16px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(6){ transform: translateX(-20px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(7){ transform: translateX(-24px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(8){ transform: translateX(-28px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(9){ transform: translateX(-32px);}
	#service.index #sec_3 .deco._rsankaku{ display: none; }
}
@media screen and (max-width: 500px){
	#service.index #sec_3 div.list1>ul>li div.imgbox {height: 282px;}
	#service.index #sec_3 div.list1>ul>li div.txtbox {padding: 30px 6%;}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap::before{clip-path: polygon(43% 0%, 100% 0%, 64% 100%, 8% 100%); right: 1px;}
	#service.index #sec_3 div.list1>ul>li:nth-child(1) div.imgbox .title>.inwrap::before{clip-path: polygon(39% 0%, 100% 0%, 66% 100%, 8% 100%); right: 2px;}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span{font-size: 1.6rem;}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(2){transform: translateX(-3px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(3){transform: translateX(-6px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(4){transform: translateX(-9px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(5){ transform: translateX(-12px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(6){ transform: translateX(-15px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(7){ transform: translateX(-18px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(8){ transform: translateX(-21px);}
	#service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(9){ transform: translateX(-24px);}
}
/* safari対応 */
_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span { transform: rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(2){ transform: translateX(-4px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(3){ transform: translateX(-8px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(4){ transform: translateX(-12px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(5){ transform: translateX(-16px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(6){ transform: translateX(-20px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(7){ transform: translateX(-24px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(8){ transform: translateX(-28px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(9){ transform: translateX(-32px) rotate(12deg); }
@media screen and (max-width: 767px){
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(1){ transform: translateX(2px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(2){ transform: translateX(-2px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(3){ transform: translateX(-6px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(4){ transform: translateX(-10px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(5){ transform: translateX(-14px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(6){ transform: translateX(-18px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(7){ transform: translateX(-22px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(8){ transform: translateX(-26px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(9){ transform: translateX(-30px) rotate(12deg); }
}
@media screen and (max-width: 500px){
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(1){ transform: translateX(2px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(2){ transform: translateX(-1px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(3){ transform: translateX(-4px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(4){ transform: translateX(-7px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(5){ transform: translateX(-10px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(6){ transform: translateX(-13px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(7){ transform: translateX(-16px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(8){ transform: translateX(-19px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.index #sec_3 div.list1>ul>li div.imgbox .title>.inwrap>.inwrap>span:nth-child(9){ transform: translateX(-22px) rotate(12deg); }
}

#service.index #sec_4{ position: relative; }
#service.index #sec_4 div.list1>.incnt>ul>li { display: flex; flex-direction: row;padding-top: 50px; }
#service.index #sec_4 div.list1>.incnt>ul>li:not(:last-child){padding-bottom: 50px;border-bottom: 1px solid #2e2424;}
#service.index #sec_4 div.list1>.incnt>ul>li div.imgbox {position: relative;flex-shrink: 0;width: 33%;margin-right: 6%;}
#service.index #sec_4 div.list1>.incnt>ul>li div.imgbox .title { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; color: #fff; }
#service.index #sec_4 div.list1>.incnt>ul>li div.imgbox .title>.inwrap { font-size: 1.8rem; font-style: italic; position: relative; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; min-width: 140px; text-align: center; }
#service.index #sec_4 div.list1>.incnt>ul>li div.imgbox .title>.inwrap::after{ content: ""; background: #fff; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; width: 100%; }
#service.index #sec_4 div.list1>.incnt>ul>li div.txtbox { display: flex; flex-direction: column; justify-content: center; }
#service.index #sec_4 div.list1>.incnt>ul>li div.txtbox div.list2 {background: #f5f3f1;padding: 25px 5%;margin-top: 30px;}
#service.index #sec_4 div.list1>.incnt>ul>li div.txtbox div.list2 ul { margin-left: -20px; text-align: left; }
#service.index #sec_4 div.list1>.incnt>ul>li div.txtbox div.list2 ul li { display: inline-block; margin-left: 20px; }
#service.index #sec_4 div.list1>.incnt>ul>li:nth-child(4) div.imgbox .title { color: #2e2424; }
#service.index #sec_4 div.list1>.incnt>ul>li:nth-child(4) div.imgbox .title>.inwrap:after { background: #2e2424; }
#service.index #sec_4 p.btnbox { max-width: 384px; width: 100%; }
#service.index #sec_4 div.list1>.incnt>ul~.btnbox{ margin-left: auto; margin-right: auto; }
#service.index #sec_4 .deco._lsankaku {width: 6vw;height: 14vw;bottom: -9.8vw;}
@media screen and (max-width: 1100px){
	#service.index #sec_4 div.list1>.incnt>ul>li { display: block; padding-top: 40px; }
	#service.index #sec_4 div.list1>.incnt>ul>li:not(:last-child){padding-bottom: 40px;}
	#service.index #sec_4 div.list1>.incnt>ul>li div.imgbox {width: 100%;margin-right: 0%; margin-bottom: 30px;height: 400px;}
	#service.index #sec_4 div.list1>.incnt>ul>li div.txtbox .copy{ text-align: center; }
	#service.index #sec_4 div.list1>.incnt>ul~.btnbox .btn{ margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 767px){
	#service.index #sec_4 div.list1>.incnt>ul>li div.imgbox {height: 300px;}
	#service.index #sec_4 div.list1>.incnt>ul>li div.txtbox div.list2 {padding: 15px 6%;}
	#service.index #sec_4 div.list1>.incnt>ul>li div.txtbox div.list2 li { padding-left: 0.7em; text-indent: -0.7em; margin-bottom: 3px; line-height: 1.8}
}
@media screen and (max-width: 500px){
	#service.index #sec_4 div.list1>.incnt>ul>li div.imgbox {height: 230px;}
}


#service.index #sec_5 .insec { flex: 1; }
#service.index #sec_5 .insec ul.list1>li { display: flex; justify-content: space-between; align-items: center; }
#service.index #sec_5 .insec ul.list1>li:not(:last-child) { margin-bottom: 60px; }
#service.index #sec_5 .insec ul.list1>li:nth-child(even) { flex-direction: row-reverse; }
#service.index #sec_5 .insec ul.list1>li .imgbox { width: 45%; height: 380px; display: flex; flex-direction: column; position: relative; }
#service.index #sec_5 .insec ul.list1>li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
#service.index #sec_5 .insec ul.list1>li .imgbox .title { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-style: italic; line-height: 1.6; color: #fff; }
#service.index #sec_5 .insec ul.list1>li .imgbox .title>.inwrap { padding: 5px 40px; position: relative; letter-spacing: 0.1em; font-weight: 500; }
#service.index #sec_5 .insec ul.list1>li .imgbox .title>.inwrap:after { content: ""; background: #fff; height: 1px; max-width: 100%; width: 100%; display: block; position: absolute; bottom: 0; left: 0; right: 0; }
#service.index #sec_5 .insec ul.list1>li:first-child .imgbox .title { color: #2e2424; }
#service.index #sec_5 .insec ul.list1>li:first-child .imgbox .title>.inwrap:after { background: #2e2424; }
#service.index #sec_5 .insec ul.list1>li .txtbox { margin-left: 60px; flex: 1; padding: 30px 0; display: flex; flex-direction: column; justify-content: center; }
#service.index #sec_5 .insec ul.list1>li .txtbox .sectitle {text-align: left;margin-bottom: 30px;}
#service.index #sec_5 .insec ul.list1>li .txtbox .sectitle .en {margin-bottom: 15px;}
#service.index #sec_5 .insec ul.list1>li .txtbox .sectitle .main span { font-size: 3.2rem; font-weight: 400;}
#service.index #sec_5 .insec ul.list1>li .txtbox .txt1 { line-height: 1.85;}
#service.index #sec_5 .insec ul.list1>li:nth-child(even) .txtbox { margin-left: 0; margin-right: 60px; }
#service.index #sec_5 .insec ul.list1>li .txtbox .linbbox { margin-top: 25px; width: 240px; }
@media screen and (max-width: 1100px) {
	#service.index #sec_5 .insec ul.list1>li { align-items: normal; height: auto; }
	#service.index #sec_5 .insec ul.list1>li .imgbox { height: auto; }
	#service.index #sec_5 .insec ul.list1>li .txtbox { margin-left: 40px; }
	#service.index #sec_5 .insec ul.list1>li:nth-child(even) .txtbox { margin-right: 40px; }
	#service.index #sec_5 .insec ul.list1>li .txtbox .sectitle .main span { font-size: 2.8rem; }
}
@media screen and (max-width: 767px){
	#service.index #sec_5 .insec ul.list1>li { justify-content: space-between; align-items: center; flex-direction: column; }
	#service.index #sec_5 .insec ul.list1>li:nth-child(even) { flex-direction: column; }
	#service.index #sec_5 .insec ul.list1>li .imgbox { width: 100%; height: calc(200px + 15vw); }
	#service.index #sec_5 .insec ul.list1>li .txtbox { margin-left: 0; }
	#service.index #sec_5 .insec ul.list1>li:nth-child(even) .txtbox { margin-left: 0; margin-right: 0; }
	#service.index #sec_5 .insec ul.list1>li .txtbox .sectitle{text-align: center;margin-bottom: 15px;}
	#service.index #sec_5 .insec ul.list1>li .txtbox .sectitle .main span { font-size: 2.4rem; }
	#service.index #sec_5 .insec ul.list1>li .txtbox .linbbox  { margin: 20px auto 0;}
	#service.index #sec_5 .insec ul.list1>li:not(:last-child) { margin-bottom: 30px; }
}
@media screen and (max-width: 500px) { 
	#service.index #sec_5 .insec ul.list1>li .txtbox .copy.s4 { text-align: center;}
	#service.index #sec_5 .insec ul.list1>li .txtbox .sectitle .main span { font-size: 2.2rem; }
}


#service.flow #sec_1 .copy{ text-align: center; }
#service.flow #sec_1 div.mainbox { margin-top: 50px; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 { display: flex; flex-direction: row; border: 1px solid #2e2424; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .title1 {background: #ef6459;color: #fff;font-size: 2.4rem;border-right: 1px solid #2e2424;flex-shrink: 0;width: 59px;display: flex;align-items: center;justify-content: center;}
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li:not(:last-child){ border-bottom: 1px solid #2e2424; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl {display: flex;flex-direction: row;}
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt {background: #f5f3f1;font-size: 2.4rem;position: relative;width: 29%;flex-shrink: 0;display: flex;align-items: center;padding: 30px 0;box-sizing: border-box;justify-content: center;border-right: 1px solid #2e2424;}
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .num {width: 52px;height: 52px;border-radius: 50%;display: flex;align-items: center;justify-content: center;position: absolute;top: 0;bottom: 0;margin-top: auto;margin-bottom: auto;right: -26px;border: 1px solid #2e2424;background: #fff;font-size: 3.2rem;line-height: 1;letter-spacing: 0;padding-bottom: 0;box-sizing: border-box;}
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2 {font-style: italic; line-height: 1.4;}
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2 ._main,
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2 ._sub{ display: block; text-align: center; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2 ._sub{ font-size: 1.4rem; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2,
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dd div.txtbox{ padding: 50px 8%; line-height:1.8;}
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dd { display: flex; flex-direction: row; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dd div.txtbox { width: 100%; display: flex;align-items: center;}
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dd div.imgbox {flex-shrink: 0;width: 32%;}
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .txt1 { margin-top: 5px; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li:nth-child(even) dl dt{ background: #ebe7e4; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 {padding-top: 35px;padding-bottom: 35px;position: relative; background: #827C7C; border: 1px solid #2e2424; text-align:center; font-size: 2.4rem; color:#fff; margin: 40px 0; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .title3 { font-style: italic; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr { position: absolute; display: inline-block; width: 71px; height: 36px; left: 0; right: 0; margin-left: auto; margin-right: auto; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr::before, #service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr::after { content: ""; position: absolute; bottom: 0; left: calc(50% - 0.5px); width: 1px; height: 50.5px; border-radius: 9999px; background-color: #2e2424; transform-origin: 50% calc(100% - 0.5px); }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr::before { transform: rotate(45deg); }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr::after { transform: rotate(-45deg); }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr._top{ top: -20px; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr._down{ bottom: -20px; }
#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._1 .txt1 { display: none;}
@media screen and (max-width: 1200px){
#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt { font-size: 2rem; padding-right: 20px; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 { display: block; border: none;border: 1px solid #2e2424; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .title1 {font-size: 2rem;border-right: none;border-bottom: 1px solid #2e2424;width: 100%;display: block;text-align: center;letter-spacing: 0.1em;padding: 9px 8%;box-sizing: border-box;-webkit-writing-mode:horizontal-tb;-ms-writing-mode: horizontal-tb;writing-mode: horizontal-tb;}
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .title1 br{ display: none; }
}
@media screen and (max-width: 767px){
	#service.flow #sec_1 div.mainbox>.incnt{ width: 100%; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 { display: block; border: none;border-left: none; border-right: none; border-bottom: 1px solid #2e2424; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._1 .table1 { border-top: 1px solid #2e2424; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl {display: block;background: #f5f3f1;padding: 40px 8% 40px;}
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt {background: transparent;font-size: 2rem;width: 100%;display: block;padding: 0;border-right: none;margin-bottom: 10px;text-align: center;}
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .num {width: 40px;height: 40px;position: static;right: 0;font-size: 2.4rem;}
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li:nth-child(even) dl{ background: #ebe7e4; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li:nth-child(even) dl dt{ background: transparent; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dd div.imgbox {width: 51%;margin-right: -8%; margin-right: -9.5%;}
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dd div.imgbox img{ height: auto; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2{text-align: center;display: inline-block;padding: 0;padding-left: 50px;position: relative; margin-bottom: 15px;}
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2 .num{ position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; left: 0; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dd div.txtbox{ padding: 0; align-items: flex-start;}
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dd .imgbox{ margin-left: 4%; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2>._1{ margin-left: -10px; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2 ._main,
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2 ._sub{ display: inline-block; margin-left: 10px; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap .table1 .list1>ol>li dl dt .title2 ._sub{ font-size: 1.2rem; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._1 .txt1 {text-align: center;font-size: 1.6rem;padding-left: 4%;padding-right: 4%; font-weight: bold; display: block;}
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._3 .txt1 { padding-left: calc(4% + 1em);padding-right: 4%; text-indent: -1em;; display: block; line-height: 1.7; margin-top: 10px;}
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 {padding: 20px 0; margin-bottom: 0; border-right: none; border-left: none;}
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr { width: 44px; height: 22px; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr::before, #service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr::after { height: 31.1px; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr::before { transform: rotate(45.65deg); }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr::after { transform: rotate(-45.65deg); }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr._top{ top: -10px; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .arr._down{ display: none; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._3 .list1>ol>li dl dt{ width: 100%; }
	#service.flow #sec_1 div.mainbox>.incnt>.inwrap li._2 .title3{ font-size: 1.8rem; }
}
@media screen and (max-width: 500px){
}



/* txtbox */
#service.hellowork #mainv.under{background-image: url(../img/service/hellowork/mv1.jpg);background-repeat: no-repeat;background-size: cover;padding: 0;}
#service.hellowork #mainv.under::before{content: "";background: #fff;width: 100%;bottom: -9px;left: 0;right: 0;height: 45px;z-index: 2;opacity: 1;}
#service.hellowork #mainv.under::after{bottom: 46px;}
#service.hellowork #mainv.under .incnt .insec{ width: 100%; }
#service.hellowork #mainv.under>.deco._ru._c0{bottom: 35px;}
#service.hellowork #mainv.under .lnav{bottom: 15px;}
#service.hellowork #mainv .mainbox { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; clip-path: polygon(0 0 , 100% 0, 100% 100%, 0 calc(100% - 100px)); height: calc(12vw + 800px); color: #fff; }
#service.hellowork #mainv .mainbox .copybox{ line-height: 1.2; transform: rotate(-6deg); text-align: center; margin-top: 90px; margin-left: 20px; }
#service.hellowork #mainv .mainbox .copybox .maintxt>span { display: inline-block;}
#service.hellowork #mainv .mainbox .copybox .maintxt>span::before {content: "";height: 100%;display: inline-block;width: 2px;background: #ffffff;transform: rotate(12deg) translateX(-20px) translateY(8px);} 
#service.hellowork #mainv .mainbox .copybox .maintxt>span>span{ font-size: 5.4rem; letter-spacing: 0em; font-weight: 500; font-style: italic; display: inline-block;}
#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-6px);}
#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-12px);}
#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-12px); }
#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-24px);}
#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-36px);}
#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-48px);}
#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-60px);}
#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-4px);}
#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-16px);}
#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-28px);}
#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-40px);}
#service.hellowork #mainv .mainbox .subcopy { font-feature-settings: "palt"; transform: rotate(-5deg); line-height: 1.6; margin-left: -40px; margin-top: 40px;} 
#service.hellowork #mainv .mainbox .subcopy span { font-style: italic; font-size: 2.2rem; font-feature-settings: "palt"; font-weight: 500;} 
#service.hellowork #mainv .mainbox .subcopy>span:first-child { margin-left: 10px; }
#service.hellowork #mainv .mainbox .subcopy span.red{ color: #EF6459; position: relative; }
#service.hellowork #mainv .mainbox .subcopy span.red>span{ z-index: 2; position: relative; padding: 0 2px; }
#service.hellowork #mainv .mainbox>.deco {display: none;}
@media screen and (max-width: 1200px){
	#service.hellowork #mainv .mainbox { width: 100%; flex: auto; height: 900px; clip-path: none; position: relative; overflow: visible; }
	#service.hellowork #mainv .mainbox:after { display: none; }
	#service.hellowork #mainv .mainbox .copybox{ margin-top: 50px; margin-left: 50px; }
}
@media screen and (max-width: 767px){
	#service.hellowork #mainv .mainbox { height: 800px; }
	#service.hellowork #mainv.under::before{bottom: -9px;height: 45px;}
	#service.hellowork #mainv .mainbox .copybox{ margin-top: 100px; margin-left: 50px; }
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span{ font-size: 4.4rem; }
	#service.hellowork #mainv .mainbox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-15px) translateY(7px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-5px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-10px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-9px); }
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-18px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-27px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-41px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-50px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-5px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-14px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-23px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-32px);}
	#service.hellowork #mainv .mainbox .subcopy {  margin-left: 0; margin-top: 40px;} 
	#service.hellowork #mainv .mainbox .subcopy span { font-size: 2rem; } 
	#service.hellowork #mainv .mainbox .subcopy>span:first-child { margin-left: 4px; }
	#service.hellowork #mainv .mainbox .subcopy span.red::after{ height: 8px; transform: skewX(-15deg);}
}
@media screen and (max-width: 500px){
	#service.hellowork #mainv .mainbox {height: calc(100vw + 260px);padding-bottom: 60px;box-sizing: border-box;}
	#service.hellowork #mainv .mainbox .copybox{ margin-top: 80px;  }
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span{ font-size: 3.4rem; }
	#service.hellowork #mainv .mainbox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-12px) translateY(7px);} 
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-4px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-8px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-7px); }
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-14px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-21px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-28px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-35px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-3px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-10px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-17px);}
	#service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-24px);}
	#service.hellowork #mainv .mainbox .subcopy { margin-top: 30px;} 
	#service.hellowork #mainv .mainbox .subcopy span { font-size: 1.8rem; } 
}
/* safari対応 */
_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span { transform: rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-12px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-24px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-36px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-48px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-60px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-4px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-16px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-28px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-40px) rotate(12deg); }
@media screen and (max-width: 767px){
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-9px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-18px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-27px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-41px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-50px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-5px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-14px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-23px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-32px) rotate(12deg); }
}
@media screen and (max-width: 500px){
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-7px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-14px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-21px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-28px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-35px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-3px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-10px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-17px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.hellowork #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-24px) rotate(12deg); }
}


#service.hellowork #sec_1 { position: relative; }
#service.hellowork #sec_1 h2.copy,
#service.hellowork #sec_1 h3.copy { text-align: center; }
#service.hellowork #sec_1 h2.copy {margin-bottom: 100px;}
#service.hellowork #sec_1 h3.copy {margin-bottom: 30px;}
#service.hellowork #sec_1 .box1 h4.copy {margin-bottom: 30px;text-align: center;}
#service.hellowork #sec_1 .box1 div.list1>ul { display: flex; flex-direction: row; margin-left: -55px; margin-bottom: -25px; flex-wrap: wrap; justify-content: center; overflow: hidden; }
#service.hellowork #sec_1 .box1 div.list1>ul>li {margin-left: 55px;margin-bottom: 25px;}
#service.hellowork #sec_1 .box1 div.list1>ul>li div.imgbox {width: 200px;height: 200px;border-radius: 50%;margin-bottom: 10px;overflow: hidden;position: relative;}
#service.hellowork #sec_1 .box1 div.list1>ul>li div.imgbox img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; }
#service.hellowork #sec_1 .box1 div.list1>ul>li div.titlebox .copy { font-size: 2.4rem; text-align: center; margin-bottom: 0; }

#service.hellowork #sec_1 .box2>.incnt>ol>li:not(:last-child){padding-bottom: 30px;}
#service.hellowork #sec_1 .box2>.incnt>ol>li:not(:last-child) .arr {position: absolute;bottom: -50px;left: 0;right: 0;margin-left: auto;margin-right: auto;display: inline-block;width: 70px;height: 36px;z-index: 3;}
#service.hellowork #sec_1 .box2>.incnt>ol>li:not(:last-child) .arr::before,
#service.hellowork #sec_1 .box2>.incnt>ol>li:not(:last-child) .arr::after { content: ""; position: absolute; bottom: 0; left: calc(50% - 0.5px); width: 1px; height: 50px; border-radius: 9999px; background-color: #2e2424; transform-origin: 50% calc(100% - 0.5px); }
#service.hellowork #sec_1 .box2>.incnt>ol>li:not(:last-child) .arr::before { transform: rotate(45.9deg); }
#service.hellowork #sec_1 .box2>.incnt>ol>li:not(:last-child) .arr::after { transform: rotate(-45.9deg); }
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap { position: relative; }
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 {text-align: center;position: absolute;top: -24px;left: 0;right: 0;margin-left: auto;margin-right: auto;}
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap { margin-left: -10px; }
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title1,
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title2{ display: inline-block; margin-left: 10px; font-style: italic; font-size: 2.4rem; }
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title1 {color: #fff;background: #2e2424;padding: 8px 18px 11px;line-height: 1;border-radius: 40px 20px 40px 20px;letter-spacing: 0.15em;}
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap:nth-child(1){background: #f5f3f1;padding: 50px 10% 30px;font-size: 1.8rem;}
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;}
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li{position: relative;line-height: 1.6;padding: 20px 0;}
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li:not(:last-child)::after{content: "";background: #2e2424;width: 1px;height: 100px;transform: rotate(20deg);position: absolute;top: 0;bottom: 0;margin-top: auto;margin-bottom: auto;right: 35px;}
#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li:not(:last-child) {padding-right: 60px;}
#service.hellowork #sec_1 .box2>.incnt>ol>li:nth-child(2)>.inwrap{ background: #ef6459; color: #fff; font-size: 1.8rem; padding: 50px 8%; }
#service.hellowork #sec_1 .box2>.incnt>ol>li:nth-child(2) .copy{text-align: center;margin-bottom: 15px;}
#service.hellowork #sec_1 .deco{bottom: 0;width: 5vw;height: 4vw;}
@media screen and (max-width: 1100px){
	#service.hellowork #sec_1 h2.copy {margin-bottom: 40px;}
	#service.hellowork #sec_1 h3.copy {margin-bottom: 20px;}
	#service.hellowork #sec_1 .box1 div.list1>ul>li div.titlebox .copy,
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title1,
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title2{ font-size: 2rem; }
}
@media screen and (max-width: 767px){
	#service.hellowork #sec_1 .box1 div.list1>ul>li div.titlebox .copy,
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title1,
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title2{ font-size: 1.8rem; margin-left: 0; display: block; }
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title1{max-width: 260px;width: 88%;margin-left: auto;margin-right: auto;}
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap:nth-child(1){padding: 70px 8% 30px;font-size: 1.6rem;}
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul {display: block;text-align: center;}
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li{padding: 0;}
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li br{ display: none; }
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li:not(:last-child)::after{ display: none;}
	#service.hellowork #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li:not(:last-child) {padding-right: 0;padding-bottom: 8px;}
	#service.hellowork #sec_1 .box2>.incnt>ol>li:nth-child(2)>.inwrap:nth-child(1){ padding-top: 40px; }
}
@media screen and (max-width: 500px){
	#service.hellowork #sec_1 .deco,#service.hellowork #sec_1 .deco._ld._c1{ display: none; }
}

#service.hellowork #sec_2 { position: relative; background: #585050; }
#service.hellowork #sec_2 .deco._ld._c1{top: 0;width: 5vw;height: 15vw;}
#service.hellowork #sec_2 .copy{ margin-bottom: 70px; text-align: center; }
#service.hellowork #sec_2 .box1 { display: flex; flex-direction: row-reverse; color: #fff; }
#service.hellowork #sec_2 .box1 div.txtbox h3.copy {text-align: left;margin-bottom: 20px;}
#service.hellowork #sec_2 .box1 div.txtbox dl.dl1{ margin-top: 20px; }
#service.hellowork #sec_2 .box1 div.txtbox dl.dl1 div.group { display: flex; flex-direction: row; align-items: center; }
#service.hellowork #sec_2 .box1 div.txtbox dl.dl1 div.group:not(:last-child) {padding-bottom: 12px;margin-bottom: 12px;border-bottom: 1px solid #fff;}
#service.hellowork #sec_2 .box1 div.txtbox dl.dl1 div.group dt { flex-shrink: 0; font-size: 2.4rem; font-style: italic; margin-right: 20px; }
#service.hellowork #sec_2 .box1 div.txtbox dl.dl1 div.group dd { font-weight: bold; text-align: left;  }
#service.hellowork #sec_2 .box1 div.txtbox dl.dl1 div.group dd ul { margin-left: -15px; }
#service.hellowork #sec_2 .box1 div.txtbox dl.dl1 div.group dd ul li { display: inline-block; margin-left: 15px; }
#service.hellowork #sec_2 .box1 div.imgbox {flex-shrink: 0;width: 358px;margin-right: 6%;padding-left: 2%;}
#service.hellowork #sec_2 .box1 div.imgbox p.cap { margin-top: 10px; }
#service.hellowork #sec_2 dl.box2 { margin-top: 40px; border: 1px solid #2e2424; }
#service.hellowork #sec_2 dl.box2 div.group { display: flex; flex-direction: row; }
#service.hellowork #sec_2 dl.box2 div.group dt,
#service.hellowork #sec_2 dl.box2 div.group dd{padding: 30px 4%;}
#service.hellowork #sec_2 dl.box2 div.group dt {flex-shrink: 0;width: 50%;font-style: italic;color: #fff;background: #ef6459;display: flex;align-items: center;justify-content: center;border-right: 1px solid #2e2424;font-size: 2.4rem;box-sizing: border-box;line-height: 1.6;}
#service.hellowork #sec_2 dl.box2 div.group dd {font-weight: bold;font-size: 1.8rem;background: #fff;width: 100%;box-sizing: border-box;}
#service.hellowork #sec_2 dl.box2 div.group dd ul li { font-weight: bold; }
@media screen and (max-width: 1100px){
	#service.hellowork #sec_2 .box1 { display: block; }
	#service.hellowork #sec_2 .copy{ margin-bottom: 40px; }
	#service.hellowork #sec_2 .box1 div.imgbox {width: 100%;margin-top: 30px;margin-right: 0%;padding-left: 0%;}
	#service.hellowork #sec_2 .box1 div.txtbox h3.copy,
	#service.hellowork #sec_2 .box1 div.imgbox p.cap{ text-align: center; }
	#service.hellowork #sec_2 .box1 div.imgbox .img{ max-width: 398px; width: 88%; margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 767px){
	#service.hellowork #sec_2 .box1 div.txtbox dl.dl1 div.group { display: block; }
	#service.hellowork #sec_2 .box1 div.txtbox dl.dl1 div.group:not(:last-child) {padding-bottom: 15px;margin-bottom: 15px;}
	#service.hellowork #sec_2 .box1 div.txtbox dl.dl1 div.group dt { font-size: 2rem; margin-right: 0; text-align: center; }
	#service.hellowork #sec_2 .box1 div.txtbox dl.dl1 div.group dd { text-align: center;  }
	#service.hellowork #sec_2 dl.box2 div.group { display: block; }
	#service.hellowork #sec_2 dl.box2 div.group dt,
	#service.hellowork #sec_2 dl.box2 div.group dd{padding: 20px 4%;}
	#service.hellowork #sec_2 dl.box2 div.group dt {width: 100%;display: block;border-right: none;border-bottom: 1px solid #2e2424;font-size: 1.8rem;text-align: center;padding: 15px 4%;}
}
@media screen and (max-width: 500px){
}

#service.hellowork #sec_3 { background: url(../img/service/hellowork/s3_bg1.jpg) no-repeat; background-size: cover; }
#service.hellowork #sec_3 .copy { text-align: center; }
#service.hellowork #sec_3 ul.list1 li {font-size: 2.4rem;background: #fff;border: 1px solid #2e2424;padding: 25px 8%;text-align: center;font-style: italic;letter-spacing: 0.15em;line-height: 1.6;}
#service.hellowork #sec_3 ul.list1 li span{ font-style: italic; }
#service.hellowork #sec_3 ul.list1 li:not(:last-child){ margin-bottom: 15px; }
#service.hellowork #sec_3 ul.list1 li:nth-child(even){ background: #585050; color: #fff; }
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 767px){
	#service.hellowork #sec_3 ul.list1 li{ font-size: 1.8rem; padding: 20px 8%; }
}
@media screen and (max-width: 500px){
}

#service.hellowork #sec_4 .copy { text-align: center; }
#service.hellowork #sec_4 dl.list1 div.group { display: flex; flex-direction: row; border: 1px solid #2e2424; }
#service.hellowork #sec_4 dl.list1 div.group:not(:last-child){ margin-bottom: 20px; }
#service.hellowork #sec_4 dl.list1 div.group dt,
#service.hellowork #sec_4 dl.list1 div.group dd{padding: 20px 4%;box-sizing: border-box;}
#service.hellowork #sec_4 dl.list1 div.group dt {flex-shrink: 0;width: 39%;font-size: 2.4rem;background: #585050;text-align: center;font-style: italic;letter-spacing: 0.15em;border-right: 1px solid #2e2424;color: #fff;display: flex;justify-content: center;align-items: center;min-height: 100px;line-height: 1.6;}
#service.hellowork #sec_4 dl.list1 div.group dd {background: #fff;width: 100%;display: flex;align-items: center;}
@media screen and (max-width: 1100px){
	#service.hellowork #sec_4 dl.list1 div.group dt{ font-size: 2rem; }
}
@media screen and (max-width: 767px){
	#service.hellowork #sec_4 dl.list1 div.group { display: block; }
	#service.hellowork #sec_4 dl.list1 div.group:not(:last-child){ margin-bottom: 15px; }
	#service.hellowork #sec_4 dl.list1 div.group dt {width: 100%;border-right: none;border-bottom: 1px solid #2e2424;display: block;min-height: inherit;padding: 10px 6%; font-size: 1.6rem}
	#service.hellowork #sec_4 dl.list1 div.group dd {display: block;padding-left: 6%;padding-right: 6%;}
}
@media screen and (max-width: 500px){
}

#service.hellowork #sec_5 .list1>ul>li { display: flex; flex-direction: row; }
#service.hellowork #sec_5 .list1>ul>li:not(:last-child){ padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #2e2424; }
#service.hellowork #sec_5 .list1>ul>li div.imgbox {width: 33%;margin-right: 6%;flex-shrink: 0;}
#service.hellowork #sec_5 .list1>ul>li div.txtbox { display: flex; flex-direction: column; justify-content: center; }
#service.hellowork #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span { margin-left: -10px; }
#service.hellowork #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._main,
#service.hellowork #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub { display: inline-block; margin-left: 10px; padding-top: 2px;padding-bottom: 2px; }
#service.hellowork #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub {font-size: 1.8rem;position: relative;line-height: 1;padding: 5px 18px 6px;min-width: 74px;box-sizing: border-box;text-align: center;vertical-align: 2px;letter-spacing: 0.05em;}
#service.hellowork #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub::before,
#service.hellowork #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub::after{content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: inline-block;margin: auto;clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);-webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);}
#service.hellowork #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub::before { background: rgba(255,255,255,0.0); width: 100%; height: 100%; z-index: -2; }
#service.hellowork #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub::after{ background: #fff; width: calc(100% - 2px); height: calc(100% - 2px); z-index: -1; }
#service.hellowork #sec_5 .list1>ul>li div.txtbox h4.copy.move.-in.s4.pink span span._sub::before{ animation-name: textanime2_hellowork; animation-duration: 1.5s; animation-fill-mode: forwards;animation-delay: 0.3s;  }
@keyframes textanime2_hellowork {
  0%{ background: rgba(255,255,255,0.0); }
  50%{ background: rgba(255,255,255,0.0); }
  51%{ background: #ef6459; }
  100%{ background: #ef6459; }
}
#service.hellowork #sec_5 .list1>ul>li div.txtbox div.list2 {background: #f5f3f1;padding: 20px 30px;margin-top: 30px;}
#service.hellowork #sec_5 .list1>ul>li div.txtbox div.list2 li { text-indent: -0.6em; padding-left: 0.6em;}
#service.hellowork #sec_5 .list1>ul>li:nth-child(even) { flex-direction: row-reverse; }
#service.hellowork #sec_5 .list1>ul>li:nth-child(even) div.imgbox {margin-left: 6%;margin-right: 0%;}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 767px){
	#service.hellowork #sec_5 .list1>ul>li { display: block; }
	#service.hellowork #sec_5 .list1>ul>li:not(:last-child){ padding-bottom: 40px; margin-bottom: 40px; }
	#service.hellowork #sec_5 .list1>ul>li div.imgbox {width: 100%;margin-right: 0%;height: calc(50vw + 50px);;}
	#service.hellowork #sec_5 .list1>ul>li div.txtbox { display: block; margin-top: 30px; }
	#service.hellowork #sec_5 .list1>ul>li:nth-child(even) div.imgbox{ margin-left: 0; }
	#service.hellowork #sec_5 .list1>ul>li div.txtbox div.list2{ margin-top: 20px; padding: 6%;}
	#service.hellowork #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub {font-size: 1.5rem;padding: 2px 12px 4px;}
}
@media screen and (max-width: 500px){
}

#service.hellowork #sec_6 dl.list1 div.group { display: flex; flex-direction: row; border: 1px solid #2e2424; }
#service.hellowork #sec_6 dl.list1 div.group:not(:last-child){ margin-bottom: 20px; }
#service.hellowork #sec_6 dl.list1 div.group dt {-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;color: #fff;background: #585050;border-right: 1px solid #2e2424;padding: 20px 30px;line-height: 1;font-size: 2rem;flex-shrink: 0;display: flex;align-items: center;justify-content: center;}
#service.hellowork #sec_6 dl.list1 div.group dd {background: #fff;padding: 30px 5%;}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 767px){
	#service.hellowork #sec_6 dl.list1 div.group dt{ padding-left: 20px;padding-right: 20px; }
}
@media screen and (max-width: 500px){
	#service.hellowork #sec_6 dl.list1 div.group { display: block; }
	#service.hellowork #sec_6 dl.list1 div.group:not(:last-child){ margin-bottom: 15px; }
	#service.hellowork #sec_6 dl.list1 div.group dt{ -webkit-writing-mode:horizontal-tb;-ms-writing-mode: horizontal-tb;writing-mode: horizontal-tb; font-size: 1.8rem; padding: 15px; display: block; text-align: center; }
	#service.hellowork #sec_6 dl.list1 div.group dd{ padding-left: 6%; padding-right: 6%; }
	#service.hellowork #sec_6 dl.list1 div.group dd .copy{ text-align: center; }
}

#service.hellowork #sec_7 { background: url(../img/common/bg1.jpg); background-size: 100% auto; position: relative; color: #fff; }
#service.hellowork #sec_7 .copy {text-align: center;margin-bottom: 30px;}
#service.hellowork #sec_7>.deco._ld._c5 { width: 100vw; height: calc(3vw + 50px); bottom: auto; top: -1px; }
#service.hellowork #sec_7 ul.list1 {margin-top: 80px;display: flex;justify-content: center;}
#service.hellowork #sec_7 ul.list1>li:first-child { margin-right: 8vw; position: relative; }
#service.hellowork #sec_7 ul.list1>li:first-child::after { content: ""; display: inline-block; background: #fff; width: 1px; height: 188px; transform: rotate(10deg); position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; right: -4vw; }
#service.hellowork #sec_7 ul.list1>li a { color: #fff; }
#service.hellowork #sec_7 ul.list1>li a .title { font-size: 1.8rem; text-align: left; padding-left: 9px; }
#service.hellowork #sec_7 ul.list1>li a .link { font-size: 7rem; font-style: italic; line-height: 1.2; letter-spacing: 0.01em; position: relative; padding-right: 55px; }
#service.hellowork #sec_7::after {content: "";background: #ebe7e4;width: 90px;height: 286px;display: inline-block;position: absolute;bottom: -85px;left: 0;clip-path: polygon(0 0, 0% 100%, 100% 70%);-webkit-clip-path: polygon(0 0, 0% 100%, 100% 70%);z-index: 4;}
#service.hellowork #sec_7 ul.list1>li a .link:after { content: url(../img/common/arr2_white.svg); width: 44px; height: 44px; font-size: 0; display: inline-block; margin-left: 10px; position: absolute; right: 0; top: calc(50% - 20px); transition: 0.3s; }
#service.hellowork #sec_7 ul.list1>li a:hover .link:after { right: -5px; top: calc(50% - 20px); }
/* #service.hellowork #sec_7 ul.list1>li:last-child a .link:after { content: url(../img/common/blank_grey.svg); } */
#service.hellowork #sec_7 ul.list1>li a .link:before { bottom: -5px; opacity: 0; transition: 0.4s; content: ""; height: 1px; width: 100%; position: absolute; left: 0; background: #fff; }
#service.hellowork #sec_7 ul.list1>li a:hover .link:before { bottom: -2px; opacity: 1; }
@media screen and (max-width: 1200px){
	#service.hellowork #sec_7 ul.list1>li a .title { font-size: 1.8rem; padding-left: 5px; }
	#service.hellowork #sec_7 ul.list1>li a .link { font-size: 5rem; }
}
@media screen and (max-width: 900px){
	#service.hellowork #sec_7 { background-size: 200% auto; position: relative;  }
	#service.hellowork #sec_7 ul.list1>li a .title { font-size: 1.8rem; }
	#service.hellowork #sec_7 ul.list1>li a .link { font-size: 4rem; }
}
@media screen and (max-width: 767px){
	#service.hellowork #sec_7 ul.list1 { margin-top: 40px; }
	#service.hellowork #sec_7 ul.list1>li a .title { font-size: 1.4rem; }
	#service.hellowork #sec_7 ul.list1>li a .link { font-size: 2.8rem; padding-right: 35px; }
	#service.hellowork #sec_7 ul.list1>li a .link:after { width: 30px; height: 30px; margin-left: 10px; top: calc(50% - 15px); }
	#service.hellowork #sec_7 ul.list1>li a:hover .link:after { top: calc(50% - 15px); }
	#service.hellowork #sec_7 ul.list1>li:first-child { margin-right: 4vw; }
	#service.hellowork #sec_7 ul.list1>li:first-child::after { display: none;}
	#service.hellowork #sec_7::after { width: 30px; height: 100px; bottom: 57px; }
	#service.hellowork #sec_7>.deco._ld._c5 { height: calc(3vw + 20px);  }
}
@media screen and (max-width: 500px){
	#service.hellowork #sec_7 ul.list1 { padding:  0; flex-direction: column; margin-top: 30px; }
	#service.hellowork #sec_7 ul.list1>li a { display: flex; justify-content: center;}
	#service.hellowork #sec_7 ul.list1>li a .title { display: none;}
	#service.hellowork #sec_7 ul.list1>li:first-child { margin-right: 0; margin-bottom: 20px;}
	#service.hellowork #sec_7::after { width: 30px; height: 100px; bottom: 17px; }
}

#service.hellowork #sec_8 ul.list1 li { border: 1px solid #2e2424; background: #fff; padding: 30px 4%; }
#service.hellowork #sec_8 ul.list1 li:not(:last-child){ margin-bottom: 15px; }
#service.hellowork #sec_8 ul.list1 li h3.title { font-size: 2rem; border-bottom: 1px solid #2e2424; padding-bottom: 10px; margin-bottom: 15px; }
@media screen and (max-width: 1100px){
	#service.hellowork #sec_8{ padding-bottom: 0; }
	#service.hellowork #footer div.fcontactbox{ background: #f5f3f1; }
}
@media screen and (max-width: 767px){
	#service.hellowork #sec_8 ul.list1 li {padding: 20px 6%; }
	#service.hellowork #sec_8 ul.list1 li h3.title { text-align: center; font-size: 1.8rem; }
}
@media screen and (max-width: 500px){
}




/* txtbox */
#service.recruitment #mainv.under{background-image: url(../img/service/hellowork/mv1.jpg);background-repeat: no-repeat;background-size: cover;padding: 0;}
#service.recruitment #mainv.under::before{content: "";background: #fff;width: 100%;bottom: -9px;left: 0;right: 0;height: 45px;z-index: 2;opacity: 1;}
#service.recruitment #mainv.under::after{bottom: 46px;}
#service.recruitment #mainv.under .incnt .insec{ width: 100%; }
#service.recruitment #mainv.under>.deco._ru._c0{bottom: 35px;}
#service.recruitment #mainv.under .lnav{bottom: 15px;}
#service.recruitment #mainv .mainbox { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; clip-path: polygon(0 0 , 100% 0, 100% 100%, 0 calc(100% - 100px)); height: calc(12vw + 800px); color: #fff; }
#service.recruitment #mainv .mainbox .copybox{ line-height: 1.2; transform: rotate(-6deg); text-align: center; margin-top: 90px; margin-left: 20px; }
#service.recruitment #mainv .mainbox .copybox .maintxt>span { display: inline-block;}
#service.recruitment #mainv .mainbox .copybox .maintxt>span::before {content: "";height: 100%;display: inline-block;width: 2px;background: #ffffff;transform: rotate(12deg) translateX(-20px) translateY(8px);} 
#service.recruitment #mainv .mainbox .copybox .maintxt>span>span{ font-size: 5.4rem; letter-spacing: 0em; font-weight: 500; font-style: italic; display: inline-block;}
#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-6px);}
#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-12px);}
#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-12px); }
#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-24px);}
#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-36px);}
#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-48px);}
#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-60px);}
#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-4px);}
#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-16px);}
#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-28px);}
#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-40px);}
#service.recruitment #mainv .mainbox .subcopy { font-feature-settings: "palt"; transform: rotate(-5deg); line-height: 1.6; margin-left: -40px; margin-top: 40px;} 
#service.recruitment #mainv .mainbox .subcopy span { font-style: italic; font-size: 2.2rem; font-feature-settings: "palt"; font-weight: 500;} 
#service.recruitment #mainv .mainbox .subcopy>span:first-child { margin-left: 10px; }
#service.recruitment #mainv .mainbox .subcopy span.red{ color: #EF6459; position: relative; }
#service.recruitment #mainv .mainbox .subcopy span.red>span{ z-index: 2; position: relative; padding: 0 2px; }
#service.recruitment #mainv .mainbox>.deco {display: none;}
@media screen and (max-width: 1200px){
	#service.recruitment #mainv .mainbox { width: 100%; flex: auto; height: 900px; clip-path: none; position: relative; overflow: visible; }
	#service.recruitment #mainv .mainbox:after { display: none; }
	#service.recruitment #mainv .mainbox .copybox{ margin-top: 50px; margin-left: 50px; }
}
@media screen and (max-width: 767px){
	#service.recruitment #mainv .mainbox { height: 800px; }
	#service.recruitment #mainv.under::before{bottom: -9px;height: 45px;}
	#service.recruitment #mainv .mainbox .copybox{ margin-top: 100px; margin-left: 50px; }
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span{ font-size: 4.4rem; }
	#service.recruitment #mainv .mainbox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-15px) translateY(7px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-5px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-10px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-9px); }
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-18px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-27px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-41px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-50px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-5px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-14px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-23px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-32px);}
	#service.recruitment #mainv .mainbox .subcopy {  margin-left: 0; margin-top: 40px;} 
	#service.recruitment #mainv .mainbox .subcopy span { font-size: 2rem; } 
	#service.recruitment #mainv .mainbox .subcopy>span:first-child { margin-left: 4px; }
	#service.recruitment #mainv .mainbox .subcopy span.red::after{ height: 8px; transform: skewX(-15deg);}
}
@media screen and (max-width: 500px){
	#service.recruitment #mainv .mainbox {height: calc(100vw + 260px);padding-bottom: 60px;box-sizing: border-box;}
	#service.recruitment #mainv .mainbox .copybox{ margin-top: 80px;  }
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span{ font-size: 3.4rem; }
	#service.recruitment #mainv .mainbox .copybox .maintxt>span::before { transform: rotate(12deg) translateX(-12px) translateY(7px);} 
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2){ transform: translateY(-4px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(3){ transform: translateY(-8px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-7px); }
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-14px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-21px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-28px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-35px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-3px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-10px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-17px);}
	#service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-24px);}
	#service.recruitment #mainv .mainbox .subcopy { margin-top: 30px;} 
	#service.recruitment #mainv .mainbox .subcopy span { font-size: 1.8rem; } 
}
/* safari対応 */
_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span { transform: rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-12px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-24px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-36px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-48px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-60px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-4px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-16px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-28px) rotate(12deg); }
_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-40px) rotate(12deg); }
@media screen and (max-width: 767px){
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-9px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-18px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-27px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-41px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-50px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-5px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-14px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-23px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-32px) rotate(12deg); }
}
@media screen and (max-width: 500px){
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(2){ transform: translateX(-7px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(3){ transform: translateX(-14px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(4){ transform: translateX(-21px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(5){ transform: translateX(-28px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span>span:nth-child(6){ transform: translateX(-35px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(1){ transform: translateX(-3px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(2){ transform: translateX(-10px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(3){ transform: translateX(-17px) rotate(12deg); }
	_::-webkit-full-page-media, _:future, :root #service.recruitment #mainv .mainbox .copybox .maintxt>span:nth-of-type(2)>span:nth-child(4){ transform: translateX(-24px) rotate(12deg); }
}


#service.recruitment #sec_1 { position: relative; }
#service.recruitment #sec_1 h2.copy,
#service.recruitment #sec_1 h3.copy { text-align: center; }
#service.recruitment #sec_1 h2.copy {margin-bottom: 100px;}
#service.recruitment #sec_1 h3.copy {margin-bottom: 30px;}
#service.recruitment #sec_1 .box1 h4.copy {margin-bottom: 30px;text-align: center;}
#service.recruitment #sec_1 .box1 div.list1>ul { display: flex; flex-direction: row; margin-left: -55px; margin-bottom: -25px; flex-wrap: wrap; justify-content: center; overflow: hidden; }
#service.recruitment #sec_1 .box1 div.list1>ul>li {margin-left: 55px;margin-bottom: 25px;}
#service.recruitment #sec_1 .box1 div.list1>ul>li div.imgbox {width: 200px;height: 200px;border-radius: 50%;margin-bottom: 10px;overflow: hidden;position: relative;}
#service.recruitment #sec_1 .box1 div.list1>ul>li div.imgbox img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; }
#service.recruitment #sec_1 .box1 div.list1>ul>li div.titlebox .copy { font-size: 2.4rem; text-align: center; margin-bottom: 0; }

#service.recruitment #sec_1 .box2>.incnt>ol>li:not(:last-child){padding-bottom: 30px;}
#service.recruitment #sec_1 .box2>.incnt>ol>li:not(:last-child) .arr {position: absolute;bottom: -50px;left: 0;right: 0;margin-left: auto;margin-right: auto;display: inline-block;width: 70px;height: 36px;z-index: 3;}
#service.recruitment #sec_1 .box2>.incnt>ol>li:not(:last-child) .arr::before,
#service.recruitment #sec_1 .box2>.incnt>ol>li:not(:last-child) .arr::after { content: ""; position: absolute; bottom: 0; left: calc(50% - 0.5px); width: 1px; height: 50px; border-radius: 9999px; background-color: #2e2424; transform-origin: 50% calc(100% - 0.5px); }
#service.recruitment #sec_1 .box2>.incnt>ol>li:not(:last-child) .arr::before { transform: rotate(45.9deg); }
#service.recruitment #sec_1 .box2>.incnt>ol>li:not(:last-child) .arr::after { transform: rotate(-45.9deg); }
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap { position: relative; }
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 {text-align: center;position: absolute;top: -24px;left: 0;right: 0;margin-left: auto;margin-right: auto;}
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap { margin-left: -10px; }
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title1,
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title2{ display: inline-block; margin-left: 10px; font-style: italic; font-size: 2.4rem; }
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title1 {color: #fff;background: #2e2424;padding: 8px 18px 11px;line-height: 1;border-radius: 40px 20px 40px 20px;letter-spacing: 0.15em;}
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap:nth-child(1){background: #f5f3f1;padding: 50px 10% 30px;font-size: 1.8rem;}
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;}
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li{position: relative;line-height: 1.6;padding: 20px 0;}
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li:not(:last-child)::after{content: "";background: #2e2424;width: 1px;height: 100px;transform: rotate(20deg);position: absolute;top: 0;bottom: 0;margin-top: auto;margin-bottom: auto;right: 35px;}
#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li:not(:last-child) {padding-right: 60px;}
#service.recruitment #sec_1 .box2>.incnt>ol>li:nth-child(2)>.inwrap{ background: #ef6459; color: #fff; font-size: 1.8rem; padding: 50px 8%; }
#service.recruitment #sec_1 .box2>.incnt>ol>li:nth-child(2) .copy{text-align: center;margin-bottom: 15px;}
#service.recruitment #sec_1 .deco{bottom: 0;width: 5vw;height: 4vw;}
@media screen and (max-width: 1100px){
	#service.recruitment #sec_1 h2.copy {margin-bottom: 40px;}
	#service.recruitment #sec_1 h3.copy {margin-bottom: 20px;}
	#service.recruitment #sec_1 .box1 div.list1>ul>li div.titlebox .copy,
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title1,
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title2{ font-size: 2rem; }
}
@media screen and (max-width: 767px){
	#service.recruitment #sec_1 .box1 div.list1>ul>li div.titlebox .copy,
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title1,
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title2{ font-size: 1.8rem; margin-left: 0; display: block; }
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.titlebox1 h4.inwrap span.title1{max-width: 260px;width: 88%;margin-left: auto;margin-right: auto;}
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap:nth-child(1){padding: 70px 8% 30px;font-size: 1.6rem;}
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul {display: block;text-align: center;}
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li{padding: 0;}
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li br{ display: none; }
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li:not(:last-child)::after{ display: none;}
	#service.recruitment #sec_1 .box2>.incnt>ol>li>.inwrap div.txtbox ul li:not(:last-child) {padding-right: 0;padding-bottom: 8px;}
	#service.recruitment #sec_1 .box2>.incnt>ol>li:nth-child(2)>.inwrap:nth-child(1){ padding-top: 40px; }
}
@media screen and (max-width: 500px){
	#service.recruitment #sec_1 .deco,#service.recruitment #sec_1 .deco._ld._c1{ display: none; }
}

#service.recruitment #sec_2 { position: relative; background: #585050; }
#service.recruitment #sec_2 .deco._ld._c1{top: 0;width: 5vw;height: 15vw;}
#service.recruitment #sec_2 .copy{ margin-bottom: 70px; text-align: center; }
#service.recruitment #sec_2 .box1 { display: flex; flex-direction: row-reverse; color: #fff; }
#service.recruitment #sec_2 .box1 div.txtbox h3.copy {text-align: left;margin-bottom: 20px;}
#service.recruitment #sec_2 .box1 div.txtbox dl.dl1{ margin-top: 20px; }
#service.recruitment #sec_2 .box1 div.txtbox dl.dl1 div.group { display: flex; flex-direction: row; align-items: center; }
#service.recruitment #sec_2 .box1 div.txtbox dl.dl1 div.group:not(:last-child) {padding-bottom: 12px;margin-bottom: 12px;border-bottom: 1px solid #fff;}
#service.recruitment #sec_2 .box1 div.txtbox dl.dl1 div.group dt { flex-shrink: 0; font-size: 2.4rem; font-style: italic; margin-right: 20px; }
#service.recruitment #sec_2 .box1 div.txtbox dl.dl1 div.group dd { font-weight: bold; text-align: left;  }
#service.recruitment #sec_2 .box1 div.txtbox dl.dl1 div.group dd ul { margin-left: -15px; }
#service.recruitment #sec_2 .box1 div.txtbox dl.dl1 div.group dd ul li { display: inline-block; margin-left: 15px; }
#service.recruitment #sec_2 .box1 div.imgbox {flex-shrink: 0;width: 358px;margin-right: 6%;padding-left: 2%;}
#service.recruitment #sec_2 .box1 div.imgbox p.cap { margin-top: 10px; }
#service.recruitment #sec_2 dl.box2 { margin-top: 40px; border: 1px solid #2e2424; }
#service.recruitment #sec_2 dl.box2 div.group { display: flex; flex-direction: row; }
#service.recruitment #sec_2 dl.box2 div.group dt,
#service.recruitment #sec_2 dl.box2 div.group dd{padding: 30px 4%;}
#service.recruitment #sec_2 dl.box2 div.group dt {flex-shrink: 0;width: 50%;font-style: italic;color: #fff;background: #ef6459;display: flex;align-items: center;justify-content: center;border-right: 1px solid #2e2424;font-size: 2.4rem;box-sizing: border-box;line-height: 1.6;}
#service.recruitment #sec_2 dl.box2 div.group dd {font-weight: bold;font-size: 1.8rem;background: #fff;width: 100%;box-sizing: border-box;}
#service.recruitment #sec_2 dl.box2 div.group dd ul li { font-weight: bold; }
@media screen and (max-width: 1100px){
	#service.recruitment #sec_2 .box1 { display: block; }
	#service.recruitment #sec_2 .copy{ margin-bottom: 40px; }
	#service.recruitment #sec_2 .box1 div.imgbox {width: 100%;margin-top: 30px;margin-right: 0%;padding-left: 0%;}
	#service.recruitment #sec_2 .box1 div.txtbox h3.copy,
	#service.recruitment #sec_2 .box1 div.imgbox p.cap{ text-align: center; }
	#service.recruitment #sec_2 .box1 div.imgbox .img{ max-width: 398px; width: 88%; margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 767px){
	#service.recruitment #sec_2 .box1 div.txtbox dl.dl1 div.group { display: block; }
	#service.recruitment #sec_2 .box1 div.txtbox dl.dl1 div.group:not(:last-child) {padding-bottom: 15px;margin-bottom: 15px;}
	#service.recruitment #sec_2 .box1 div.txtbox dl.dl1 div.group dt { font-size: 2rem; margin-right: 0; text-align: center; }
	#service.recruitment #sec_2 .box1 div.txtbox dl.dl1 div.group dd { text-align: center;  }
	#service.recruitment #sec_2 dl.box2 div.group { display: block; }
	#service.recruitment #sec_2 dl.box2 div.group dt,
	#service.recruitment #sec_2 dl.box2 div.group dd{padding: 20px 4%;}
	#service.recruitment #sec_2 dl.box2 div.group dt {width: 100%;display: block;border-right: none;border-bottom: 1px solid #2e2424;font-size: 1.8rem;text-align: center;padding: 15px 4%;}
}
@media screen and (max-width: 500px){
}

#service.recruitment #sec_3 { background: url(../img/service/hellowork/s3_bg1.jpg) no-repeat; background-size: cover; }
#service.recruitment #sec_3 .copy { text-align: center; }
#service.recruitment #sec_3 ul.list1 li {font-size: 2.4rem;background: #fff;border: 1px solid #2e2424;padding: 25px 8%;text-align: center;font-style: italic;letter-spacing: 0.15em;line-height: 1.6;}
#service.recruitment #sec_3 ul.list1 li span{ font-style: italic; }
#service.recruitment #sec_3 ul.list1 li:not(:last-child){ margin-bottom: 15px; }
#service.recruitment #sec_3 ul.list1 li:nth-child(even){ background: #585050; color: #fff; }
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 767px){
	#service.recruitment #sec_3 ul.list1 li{ font-size: 1.8rem; padding: 20px 8%; }
}
@media screen and (max-width: 500px){
}

#service.recruitment #sec_4 .copy { text-align: center; }
#service.recruitment #sec_4 dl.list1 div.group { display: flex; flex-direction: row; border: 1px solid #2e2424; }
#service.recruitment #sec_4 dl.list1 div.group:not(:last-child){ margin-bottom: 20px; }
#service.recruitment #sec_4 dl.list1 div.group dt,
#service.recruitment #sec_4 dl.list1 div.group dd{padding: 20px 4%;box-sizing: border-box;}
#service.recruitment #sec_4 dl.list1 div.group dt {flex-shrink: 0;width: 39%;font-size: 2.4rem;background: #585050;text-align: center;font-style: italic;letter-spacing: 0.15em;border-right: 1px solid #2e2424;color: #fff;display: flex;justify-content: center;align-items: center;min-height: 100px;line-height: 1.6;}
#service.recruitment #sec_4 dl.list1 div.group dd {background: #fff;width: 100%;display: flex;align-items: center;}
@media screen and (max-width: 1100px){
	#service.recruitment #sec_4 dl.list1 div.group dt{ font-size: 2rem; }
}
@media screen and (max-width: 767px){
	#service.recruitment #sec_4 dl.list1 div.group { display: block; }
	#service.recruitment #sec_4 dl.list1 div.group:not(:last-child){ margin-bottom: 15px; }
	#service.recruitment #sec_4 dl.list1 div.group dt {width: 100%;border-right: none;border-bottom: 1px solid #2e2424;display: block;min-height: inherit;padding: 10px 6%; font-size: 1.6rem}
	#service.recruitment #sec_4 dl.list1 div.group dd {display: block;padding-left: 6%;padding-right: 6%;}
}
@media screen and (max-width: 500px){
}

#service.recruitment #sec_5 .list1>ul>li { display: flex; flex-direction: row; }
#service.recruitment #sec_5 .list1>ul>li:not(:last-child){ padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #2e2424; }
#service.recruitment #sec_5 .list1>ul>li div.imgbox {width: 33%;margin-right: 6%;flex-shrink: 0;}
#service.recruitment #sec_5 .list1>ul>li div.txtbox { display: flex; flex-direction: column; justify-content: center; }
#service.recruitment #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span { margin-left: -10px; }
#service.recruitment #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._main,
#service.recruitment #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub { display: inline-block; margin-left: 10px; padding-top: 2px;padding-bottom: 2px; }
#service.recruitment #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub {font-size: 1.8rem;position: relative;line-height: 1;padding: 5px 18px 6px;min-width: 74px;box-sizing: border-box;text-align: center;vertical-align: 2px;letter-spacing: 0.05em;}
#service.recruitment #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub::before,
#service.recruitment #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub::after{content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: inline-block;margin: auto;clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);-webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);}
#service.recruitment #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub::before { background: rgba(255,255,255,0.0); width: 100%; height: 100%; z-index: -2; }
#service.recruitment #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub::after{ background: #fff; width: calc(100% - 2px); height: calc(100% - 2px); z-index: -1; }
#service.recruitment #sec_5 .list1>ul>li div.txtbox h4.copy.move.-in.s4.pink span span._sub::before{ animation-name: textanime2_hellowork; animation-duration: 1.5s; animation-fill-mode: forwards;animation-delay: 0.3s;  }
@keyframes textanime2_hellowork {
  0%{ background: rgba(255,255,255,0.0); }
  50%{ background: rgba(255,255,255,0.0); }
  51%{ background: #ef6459; }
  100%{ background: #ef6459; }
}
#service.recruitment #sec_5 .list1>ul>li div.txtbox div.list2 {background: #f5f3f1;padding: 20px 30px;margin-top: 30px;}
#service.recruitment #sec_5 .list1>ul>li div.txtbox div.list2 li { text-indent: -0.6em; padding-left: 0.6em;}
#service.recruitment #sec_5 .list1>ul>li:nth-child(even) { flex-direction: row-reverse; }
#service.recruitment #sec_5 .list1>ul>li:nth-child(even) div.imgbox {margin-left: 6%;margin-right: 0%;}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 767px){
	#service.recruitment #sec_5 .list1>ul>li { display: block; }
	#service.recruitment #sec_5 .list1>ul>li:not(:last-child){ padding-bottom: 40px; margin-bottom: 40px; }
	#service.recruitment #sec_5 .list1>ul>li div.imgbox {width: 100%;margin-right: 0%;height: calc(50vw + 50px);;}
	#service.recruitment #sec_5 .list1>ul>li div.txtbox { display: block; margin-top: 30px; }
	#service.recruitment #sec_5 .list1>ul>li:nth-child(even) div.imgbox{ margin-left: 0; }
	#service.recruitment #sec_5 .list1>ul>li div.txtbox div.list2{ margin-top: 20px; padding: 6%;}
	#service.recruitment #sec_5 .list1>ul>li div.txtbox h4.copy.move.s4.pink span span._sub {font-size: 1.5rem;padding: 2px 12px 4px;}
}
@media screen and (max-width: 500px){
}

#service.recruitment #sec_6 dl.list1 div.group { display: flex; flex-direction: row; border: 1px solid #2e2424; }
#service.recruitment #sec_6 dl.list1 div.group:not(:last-child){ margin-bottom: 20px; }
#service.recruitment #sec_6 dl.list1 div.group dt {-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;color: #fff;background: #585050;border-right: 1px solid #2e2424;padding: 20px 30px;line-height: 1;font-size: 2rem;flex-shrink: 0;display: flex;align-items: center;justify-content: center;}
#service.recruitment #sec_6 dl.list1 div.group dd {background: #fff;padding: 30px 5%;}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 767px){
	#service.recruitment #sec_6 dl.list1 div.group dt{ padding-left: 20px;padding-right: 20px; }
}
@media screen and (max-width: 500px){
	#service.recruitment #sec_6 dl.list1 div.group { display: block; }
	#service.recruitment #sec_6 dl.list1 div.group:not(:last-child){ margin-bottom: 15px; }
	#service.recruitment #sec_6 dl.list1 div.group dt{ -webkit-writing-mode:horizontal-tb;-ms-writing-mode: horizontal-tb;writing-mode: horizontal-tb; font-size: 1.8rem; padding: 15px; display: block; text-align: center; }
	#service.recruitment #sec_6 dl.list1 div.group dd{ padding-left: 6%; padding-right: 6%; }
	#service.recruitment #sec_6 dl.list1 div.group dd .copy{ text-align: center; }
}

#service.recruitment #sec_7 { background: url(../img/common/bg1.jpg); background-size: 100% auto; position: relative; color: #fff; }
#service.recruitment #sec_7 .copy {text-align: center;margin-bottom: 30px;}
#service.recruitment #sec_7>.deco._ld._c5 { width: 100vw; height: calc(3vw + 50px); bottom: auto; top: -1px; }
#service.recruitment #sec_7 ul.list1 {margin-top: 80px;display: flex;justify-content: center;}
#service.recruitment #sec_7 ul.list1>li:first-child { margin-right: 8vw; position: relative; }
#service.recruitment #sec_7 ul.list1>li:first-child::after { content: ""; display: inline-block; background: #fff; width: 1px; height: 188px; transform: rotate(10deg); position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; right: -4vw; }
#service.recruitment #sec_7 ul.list1>li a { color: #fff; }
#service.recruitment #sec_7 ul.list1>li a .title { font-size: 1.8rem; text-align: left; padding-left: 9px; }
#service.recruitment #sec_7 ul.list1>li a .link { font-size: 7rem; font-style: italic; line-height: 1.2; letter-spacing: 0.01em; position: relative; padding-right: 55px; }
#service.recruitment #sec_7::after {content: "";background: #ebe7e4;width: 90px;height: 286px;display: inline-block;position: absolute;bottom: -85px;left: 0;clip-path: polygon(0 0, 0% 100%, 100% 70%);-webkit-clip-path: polygon(0 0, 0% 100%, 100% 70%);z-index: 4;}
#service.recruitment #sec_7 ul.list1>li a .link:after { content: url(../img/common/arr2_white.svg); width: 44px; height: 44px; font-size: 0; display: inline-block; margin-left: 10px; position: absolute; right: 0; top: calc(50% - 20px); transition: 0.3s; }
#service.recruitment #sec_7 ul.list1>li a:hover .link:after { right: -5px; top: calc(50% - 20px); }
/* #service.recruitment #sec_7 ul.list1>li:last-child a .link:after { content: url(../img/common/blank_grey.svg); } */
#service.recruitment #sec_7 ul.list1>li a .link:before { bottom: -5px; opacity: 0; transition: 0.4s; content: ""; height: 1px; width: 100%; position: absolute; left: 0; background: #fff; }
#service.recruitment #sec_7 ul.list1>li a:hover .link:before { bottom: -2px; opacity: 1; }
@media screen and (max-width: 1200px){
	#service.recruitment #sec_7 ul.list1>li a .title { font-size: 1.8rem; padding-left: 5px; }
	#service.recruitment #sec_7 ul.list1>li a .link { font-size: 5rem; }
}
@media screen and (max-width: 900px){
	#service.recruitment #sec_7 { background-size: 200% auto; position: relative;  }
	#service.recruitment #sec_7 ul.list1>li a .title { font-size: 1.8rem; }
	#service.recruitment #sec_7 ul.list1>li a .link { font-size: 4rem; }
}
@media screen and (max-width: 767px){
	#service.recruitment #sec_7 ul.list1 { margin-top: 40px; }
	#service.recruitment #sec_7 ul.list1>li a .title { font-size: 1.4rem; }
	#service.recruitment #sec_7 ul.list1>li a .link { font-size: 2.8rem; padding-right: 35px; }
	#service.recruitment #sec_7 ul.list1>li a .link:after { width: 30px; height: 30px; margin-left: 10px; top: calc(50% - 15px); }
	#service.recruitment #sec_7 ul.list1>li a:hover .link:after { top: calc(50% - 15px); }
	#service.recruitment #sec_7 ul.list1>li:first-child { margin-right: 4vw; }
	#service.recruitment #sec_7 ul.list1>li:first-child::after { display: none;}
	#service.recruitment #sec_7::after { width: 30px; height: 100px; bottom: 57px; }
	#service.recruitment #sec_7>.deco._ld._c5 { height: calc(3vw + 20px);  }
}
@media screen and (max-width: 500px){
	#service.recruitment #sec_7 ul.list1 { padding:  0; flex-direction: column; margin-top: 30px; }
	#service.recruitment #sec_7 ul.list1>li a { display: flex; justify-content: center;}
	#service.recruitment #sec_7 ul.list1>li a .title { display: none;}
	#service.recruitment #sec_7 ul.list1>li:first-child { margin-right: 0; margin-bottom: 20px;}
	#service.recruitment #sec_7::after { width: 30px; height: 100px; bottom: 17px; }
}

#service.recruitment #sec_8 ul.list1 li { border: 1px solid #2e2424; background: #fff; padding: 30px 4%; }
#service.recruitment #sec_8 ul.list1 li:not(:last-child){ margin-bottom: 15px; }
#service.recruitment #sec_8 ul.list1 li h3.title { font-size: 2rem; border-bottom: 1px solid #2e2424; padding-bottom: 10px; margin-bottom: 15px; }
@media screen and (max-width: 1100px){
	#service.recruitment #sec_8{ padding-bottom: 0; }
	#service.recruitment #footer div.fcontactbox{ background: #f5f3f1; }
}
@media screen and (max-width: 767px){
	#service.recruitment #sec_8 ul.list1 li {padding: 20px 6%; }
	#service.recruitment #sec_8 ul.list1 li h3.title { text-align: center; font-size: 1.8rem; }
}
@media screen and (max-width: 500px){
}

#contact #sec_1,
#apply #sec_1{ overflow: hidden; }
#contact #sec_1 h2.copy,
#contact #sec_1 h3.copy,
#apply #sec_1 h2.copy,
#apply #sec_1 h3.copy {text-align: center;}
.contacttelbox1,
#contact #sec_1 div.box2{background: #f5f3f1;padding: 45px 8%;}
.contacttelbox1 {display: flex;flex-direction: row;justify-content: center;padding-left: 40px;margin-top: 45px;align-items: center;}
.contacttelbox1 .copy,
.contacttelbox1 .num,
.contacttelbox1 .opentime{margin-left: 15px;}
.contacttelbox1 .copy{font-size: 2.2rem;margin-bottom: 0;}
.contacttelbox1 .num a.tel {font-size: 3.6rem;font-style: italic;letter-spacing: 0.05em;}
.contacttelbox1 .opentime { font-size: 1.4rem; }
#contact #sec_1 div.box2 {margin-top: 15px;padding-left: 12%;padding-right: 12%;}
#contact #sec_1 div.box2 .copy { text-align: center; }
#contact #sec_1 div.box2 div.list1 ul { display: flex; flex-direction: row; margin-left: -20px; margin-bottom: -20px; }
#contact #sec_1 div.box2 div.list1 ul li { margin-left: 20px; margin-bottom: 20px; width: calc(50% - 20px); }
#contact #sec_1 div.box2 div.list1 ul li .btn.base{min-width: inherit;width: 100%;box-sizing: border-box;max-width: 100%;}
@media screen and (max-width: 1100px){
	.contacttelbox1,
	#contact #sec_1 div.box2{ margin-left: -8%;width: 116%; box-sizing: border-box; }
	.contacttelbox1 {display: block;margin-top: 70px;text-align: center;background: #f9f8f7;}
	.contacttelbox1 .copy{ text-align: center; margin-bottom: 15px; }
	.contacttelbox1 .copy,
	.contacttelbox1 .num,
	.contacttelbox1 .opentime{margin-left: 0;}
	.contacttelbox1 .num a.tel {font-size: 3rem;}
	.contacttelbox1 .opentime{ font-size: 1.3rem; }
	#contact #sec_1 div.box2{ margin-top: 0; background: #ebe7e4; }
}
@media screen and (max-width: 767px){
	#contact #sec_1 div.box2 div.list1 ul { display: block;margin-left: -0;  margin-bottom: -15px; }
	#contact #sec_1 div.box2 div.list1 ul li { margin-left: 0; width: 100%; margin-bottom: 15px; }
	#contact #sec_1 div.box2 {padding: 35px 8% 60px;}
	#contact #sec_1 div.box2 div.list1 ul li .btn.base{ height: 54px; }
}
@media screen and (max-width: 500px){
}

#main.projectsingle>.incnt>.inwrap {display: flex;flex-direction: row-reverse;align-items: flex-start;}
#main.projectsingle>.incnt>.inwrap #article { width: 100%; }
#main.projectsingle>.incnt>.inwrap #article .aside{ display: none; }
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 { margin-bottom: 120px; }
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 .copy span { font-style: normal;}
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox { margin-left: -10px; margin-bottom: 20px; }
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox ul.infolist1,
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox ul.catlist2{ display: inline-block; vertical-align: middle; margin-left: 10px; }
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox ul.catlist2{ vertical-align: 1px; }
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox ul.infolist1 li { display: inline-block; }
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox ul.infolist1 li:not(:last-child)::after{ content: "/"; margin-left: 5px; }
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox ul.catlist2 li { font-size: 1.4rem; background: #d5d3d3; line-height: 1; padding: 5px 10px; border-radius: 20px; display: inline-block; }
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 h1.copy { margin-bottom: 20px; }
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 ul.catlist1 { margin-left: -3px; }
#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 ul.catlist1 li { font-size: 1.4rem; display: inline-block; margin-left: 3px; }
#main.projectsingle>.incnt>.inwrap #article dl.faqlist div.group:not(:last-child){ margin-bottom: 50px; }
#main.projectsingle>.incnt>.inwrap #article dl.faqlist div.group dt { font-size: 2rem; padding-bottom: 20px;margin-bottom: 30px;border-bottom: 1px solid #c0bdbd;}
#main.projectsingle>.incnt>.inwrap #article ul.gallerylist1 { margin-top: 50px; }
#main.projectsingle>.incnt>.inwrap #article ul.gallerylist1 li:not(:last-child) { margin-bottom: 20px; }
#main.projectsingle>.incnt>.inwrap .aside {width: 440px;flex-shrink: 0;margin-right: 6%;display: flex;box-sizing: border-box;flex-direction: column;position: sticky;top: 80px;overflow-y: auto;height:calc(100vh - 80px);height: calc(100svh - 80px);padding-top: 0px; padding-bottom: 40px;padding-right: 10px;}
#main.projectsingle>.incnt>.inwrap .aside::-webkit-scrollbar { display: none; }
#main.projectsingle>.incnt>.inwrap .aside ul.gallerylist2 { margin-bottom: 40px; }
#main.projectsingle>.incnt>.inwrap .aside dl.asidelist1 div.group:not(:last-child){margin-bottom: 40px;}
#main.projectsingle>.incnt>.inwrap .aside dl.asidelist1 div.group dt { font-weight: bold; }
@media screen and (max-width: 1600px){
	#main.projectsingle>.incnt>.inwrap .aside {width: calc(20vw + 100px); }
}
@media screen and (max-width: 1100px){
	#main.projectsingle>.incnt>.inwrap { display: block; }
	#main.projectsingle>.incnt>.inwrap #article .aside{display: block;margin-bottom: 70px;}
	#main.projectsingle>.incnt>.inwrap .aside {width: 100%;margin-right: 0%;display: block;position: static; top: 0; overflow: none;height: inherit;padding-bottom: 0; padding-right: 0;}
	#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 { margin-bottom: 50px; }
	#main.projectsingle>.incnt>.inwrap .aside ul.gallerylist2 { margin-left: -6%; width: 112%; }
	#main.projectsingle>.incnt>.inwrap .aside ul.gallerylist2 img {  width: 100%; }
	#main.projectsingle>.incnt>.inwrap .aside dl.asidelist1 div.group:not(:last-child){margin-bottom: 30px;}
	#main.projectsingle>.incnt>.inwrap #article~.aside{ display: none; }
	#main.projectsingle>.incnt>.inwrap #article dl.faqlist div.group:not(:last-child){ margin-bottom: 40px; }
}
@media screen and (max-width: 767px){
	#main.projectsingle>.incnt>.inwrap #article .aside{ margin-bottom: 60px;}
	#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 { margin-bottom: 30px; }
	#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox { margin-left: 0; margin-bottom: 20px; display: flex; flex-direction: column-reverse; }
	#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox ul.infolist1,
	#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox ul.catlist2{ display: block; margin-left: 0; }
	#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 div.infobox ul.catlist2 li {font-size: 1.1rem;padding: 6px 17px;margin-bottom: 5px;}
	#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 h1.copy { margin-bottom: 30px; }
	#main.projectsingle>.incnt>.inwrap #article div.singleinfobox1 ul.catlist1 li { font-size: 1.2rem;  }
	#main.projectsingle>.incnt>.inwrap #article dl.faqlist div.group dt {font-size: 1.6rem;margin-bottom: 20px;padding-bottom: 15px; line-height: 1.8;}
	#main.projectsingle>.incnt>.inwrap #article dl.faqlist div.group:not(:last-child){ margin-bottom: 30px; }
	#main.projectsingle>.incnt>.inwrap #article ul.gallerylist1{ margin-top: 30px; }
}
@media screen and (max-width: 500px){
	#main.projectsingle>.incnt>.inwrap #article .aside{ margin-bottom: 50px;}
}

#seminar.under .singleinfobox1 { margin-bottom: 60px; }
#seminar.under .singleinfobox1 .copy {margin-bottom: 40px; }
#seminar.under .singleinfobox1 .copy span { font-style: normal;}
#seminar.under .singleinfobox1 .sub{ margin-bottom: 20px; }
#seminar.under .singleinfobox1 div.infobox { margin-left: -10px; }
#seminar.under .singleinfobox1 div.infobox .seminardatelist{display: inline-block; margin-left: 10px; margin-top: 15px; line-height: 1.8; }
#seminar.under .singleinfobox1 div.infobox .seminardatelist li span { margin: 0 8px; position: relative; font-size: 1.4rem; vertical-align: 2px; color: #fff;line-height: 1;}
#seminar.under .singleinfobox1 div.infobox .seminardatelist li span:before{ content: ""; width: 22px;height: 22px;border-radius: 11px;display: inline-block; position: absolute; top: -1px; left: -4px; background-color: #2E2424; z-index: -1;}
#seminar.under .singleinfobox1 div.infobox .seminariconlist li{display: inline-block; margin-left: 15px;  }
#seminar.under .singleinfobox1 .thumb { width: 100%; aspect-ratio: 600 / 420; position: relative; margin-top: 60px;}
#seminar.under .singleinfobox1 .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; transition: .4s;object-fit:cover; }
@media screen and (max-width: 1100px){
	#seminar.under .singleinfobox1 { margin-bottom: 50px; }
	#seminar.under .singleinfobox1 .copy {margin-bottom: 60px;}
}
@media screen and (max-width: 767px){
	#seminar.under .singleinfobox1 { margin-bottom: 40px; }
	#seminar.under .singleinfobox1 .sub{order: 1;font-size: 1.2rem;}
	#seminar.under .singleinfobox1 .copy {margin-bottom: 40px;order: 2;font-size: 1.8rem;}
	#seminar.under .singleinfobox1 div.infobox{ order:3 }
	#seminar.under .singleinfobox1 div.infobox { margin-left: 0; }
	#seminar.under .singleinfobox1 div.infobox .seminardatelist,
	#seminar.under .singleinfobox1 div.infobox .seminariconlist{display: block; margin-left: 0; }
	#seminar.under .singleinfobox1 div.infobox .seminardatelist{ font-size: 1.6rem; }
	#seminar.under .singleinfobox1 div.infobox .seminardatelist li span { margin: 0 8px; position: relative; font-size: 1.4rem; vertical-align: 2px; color: #fff;}
	#seminar.under .singleinfobox1 div.infobox .seminardatelist li span:before{ content: ""; width: 22px;height: 22px;border-radius: 11px;display: inline-block; position: absolute; top: -1px; left: -4px; background-color: #2E2424; z-index: -1;}
	#seminar.under .singleinfobox1 div.infobox .seminariconlist li{font-size: 1.3rem;padding: 5px 12px; margin-left: 0;}
}

@media screen and (max-width: 1100px){
	.editbody .entitle{font-size: 2.4rem;}
}
@media screen and (max-width: 767px){
	.editbody .entitle{ margin-bottom: 20px !important; }
	.editbody .schedule { font-size: 1.6rem;}
	.editbody .schedule span { margin: 0 6px; font-size: 1.2rem; vertical-align: 2px;}
	.editbody .schedule span:before{  width: 19px;height: 19px;border-radius: 10px; top: -1px; left: -4px;}
}
@media screen and (max-width: 500px){
}

#news.under .incnt.min{ max-width: 780px; }
#news.under .singleinfobox1 { margin-bottom: 60px; }
#news.under .singleinfobox1 .copy {margin-bottom: 40px;}
#news.under .singleinfobox1 .copy span { font-style: normal;}
#news.under .singleinfobox1 div.infobox { margin-left: -10px; }
#news.under .singleinfobox1 div.infobox .date,
#news.under .singleinfobox1 div.infobox .cat{display: inline-block; margin-left: 10px; }
@media screen and (max-width: 1100px){
	#news.under .singleinfobox1 { margin-bottom: 50px; }
}
@media screen and (max-width: 767px){
	#news.under .singleinfobox1 { margin-bottom: 40px; }
	#news.under .singleinfobox1 .copy {margin-bottom: 30px;order: 2;font-size: 1.8rem;}
	#news.under .singleinfobox1 div.infobox { margin-left: 0; margin-bottom: -5px; }
	#news.under .singleinfobox1 div.infobox .date,
	#news.under .singleinfobox1 div.infobox .cat{display: block; margin-left: 0; margin-bottom: 5px; }
}
@media screen and (max-width: 500px){
}