@charset "utf-8";
/***************************************************************************************************
	page_service.css
***************************************************************************************************/
/*
*/
#page_service {
  width:100%;
}
#page_service > section {
  width:100%;
}
/*  */
#page_service .panch {
  position:absolute;
  left:0;
  top:-120px;
  /* width:100px;
  height: 100px;
  border:1px solid #ff0000; */
  pointer-events: none;
}
#page_service .blk_2_1 .panch {
  top:-180px;
}
/*
*/
#page_service .blk_1 {
  position: absolute;
  width: 100%;
  max-width: var(--max_wid_1);
  padding:120px 0 0 0;
  z-index: 10;
  text-align: center;
  left:50%;
  top:0;
  transform: translateX(-50%);
}
#page_service .blk_1 h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
}
/*
*/
#page_service .blk_2 {
  width: 100%;
  padding:240px 0 0 0;
}
/*
*/
#page_service .rep_1 {
  width: 100%;
  padding:0 0 300px 0;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;
}
#page_service .rep_1:last-child {
  padding:0 0 200px 0;
}
#page_service .rep_1.type_2 {
  background-image: url('../images/bk_tex_2.jpg');
}
#page_service .rep_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 400px;
	left:0;
	top:-150px;
  background-color: #ffffff;

	background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_service .rep_1.type_2::before {
	background-image: url('../images/bk_tex_2.jpg');
}
#page_service .rep_1 > section {
  width: 100%;
  max-width: var(--max_wid_1);
  margin: auto;
  text-align: left;
  z-index: 2;
}
#page_service .rep_1 > section::before {
	position: absolute;
	display: block;
  left:0;
  font-family: 'Montserrat', sans-serif; 
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color:#198BA8;
  opacity: .25;
  white-space: nowrap;
  top:-130px;
}
#page_service .rep_1.type_2 > section::before {
  left:100%;
  transform: translateX(-100%);
  color:#cccccc;
}
/*  */
#page_service .rep_1_1 {
  width: var(--tgt_wid_1);
  margin: auto;
}
#page_service .rep_1_1 h3 {
  display: inline-block;
  height: 120px;
  padding:0 0 0 115px;
	background-position: 0 50%;
}
#page_service .rep_1_1 h3 span:nth-of-type(1) {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
  padding:30px 0 0 0;
}
#page_service .type_2 .rep_1_1 h3 span:nth-of-type(1) {
  color:#000000;
}
#page_service .rep_1_1 h3 span:nth-of-type(2) {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
  letter-spacing: .35em;
  font-family: 'Montserrat', sans-serif;
  padding:15px 0 0 0;
}
#page_service .type_2 .rep_1_1 h3 span:nth-of-type(2) {
  color:var(--col_1);
}
#page_service .rep_1_1 h4 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color:#ffffff;
  padding:40px 0 0 0;
}
#page_service .type_2 .rep_1_1 h4 {
  color:var(--col_2);
}
#page_service .rep_1_1 p {
  font-size: 16px;
  line-height: 1.75;
  color:#ffffff;
  padding:20px 0 0 0;
}
#page_service .type_2 .rep_1_1 p {
  color:#000000;
}
/*  */
#page_service .rep_1_2 {
  width: var(--tgt_wid_1);
  margin: auto;
  padding:60px 0 0 0;
}
#page_service .rep_1_2 > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#page_service .rep_1_2 > div p {
  width: 48%;
  padding:calc(54% * .48) 0 0 0;
  overflow: hidden;
  border-radius: 20px;
}
#page_service .rep_1_2 > div p::after {
	position: absolute;
	display: block;
	content: '※ご利用イメージ';
	left:calc(100% - 15px);
	top:calc(100% - 10px);
  transform: translate(-100%, -100%);
	color: #ffffff;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}
#page_service .rep_1_2 > div p img {
  position: absolute;
  left:50%;
  top:50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform:translate(-50%, -50%);
}
/*  */
#page_service .rep_1_3 {
  width: var(--tgt_wid_1);
  margin: auto;
  padding: 80px 0;
  text-align: center;
}
/*  */
#page_service .rep_1_4 {
  width:100%;
  text-align: center;
  padding:100px 0 0 0;
}
/*  */
#page_service .blk_2_1.rep_1::before {
  top:-240px;
}
#page_service .blk_2_1.rep_1 > section::before {
	content: 'CAFETERIA';
  top:-190px;
}
#page_service .blk_2_1 .rep_1_1 h3 {
	background-image: url('../images/ill_5_2.svg');
	background-size: 94px auto;
}
#page_service .blk_2_1 .rep_1_2 > div p::after {
  content:'※導入いただける社食イメージ';
}
#page_service .blk_2_1 .rep_1_4 .psty_service_btn_1 a::before {
  background-image: url('../images/ill_5_3.svg');
	background-size: 74px auto;
}
/*  */
#page_service .blk_2_2.rep_1 > section::before {
	content: 'LUNCH BOX';
}
#page_service .blk_2_2 .rep_1_1 h3 {
	background-image: url('../images/ill_6.svg');
	background-size: 94px auto;
}
#page_service .blk_2_2 .rep_1_2 > div p::after {
  content:'※導入いただける弁当イメージ';
}
#page_service .blk_2_2 .rep_1_4.type_2 {
  padding: 0;
}
#page_service .blk_2_2 .rep_1_4 .psty_service_btn_1 a::before {
  background-image: url('../images/ill_6_3.svg');
	background-size: 74px auto;
}
/*  */
#page_service .blk_2_3.rep_1 > section::before {
	content: 'KITCHEN CAR';
}
#page_service .blk_2_3 .rep_1_1 h3 {
	background-image: url('../images/ill_7_2.svg');
	background-size: 94px auto;
}
#page_service .blk_2_3 .rep_1_4 .psty_service_btn_1 a::before {
  background-image: url('../images/ill_7_3.svg');
	background-size: 74px auto;
}
/*  */
#page_service .blk_2_4.rep_1 > section::before {
	content: 'MARCHE';
}
#page_service .blk_2_4 .rep_1_1 h3 {
	background-image: url('../images/ill_8.svg');
	background-size: 94px auto;
}
#page_service .blk_2_4 .rep_1_4 .psty_service_btn_1 a::before {
  background-image: url('../images/ill_8_3.svg');
	background-size: 74px auto;
}
/*  */
#page_service .blk_2_5.rep_1 {
  padding-bottom: 240px;
}
#page_service .blk_2_5.rep_1 > section::before {
	content: 'EC SITE';
}
#page_service .blk_2_5 .rep_1_1 h3 {
	background-image: url('../images/ill_12_2.svg');
	background-size: 104px auto;
}
#page_service .blk_2_5 .rep_1_4 {
  padding: 0;
}
#page_service .blk_2_5 .rep_1_4 .psty_service_btn_1 a::before {
  background-image: url('../images/ill_12_3.svg');
	background-size: 80px auto;
}
#page_service .blk_2_5 .rep_1_2 > div p::after {
  content:'';
}
/*  */
/* #page_service .blk_2_6.rep_1 > section::before {
	content: 'IN-HOUSE SALES';
  font-size:150px;
  top:-110px;
}
#page_service .blk_2_6 .rep_1_1 h3 {
	background-image: url('../images/ill_13.svg');
	background-size: 83px auto;
}
#page_service .blk_2_6 .rep_1_4 .psty_service_btn_1 a::before {
  background-image: url('../images/ill_13_3.svg');
	background-size: 76px auto;
} */
/*
*/
#page_service .blk_3 {
  width: 100%;
  background-image: url('../images/bk_tex_2.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;
  padding:80px 0 200px 0;
}
#page_service .blk_3::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100px;
	left:0;
	top:-80px;

	background-image: url('../images/bk_tex_2.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_service .blk_3 > div {
  width: 100%;
  max-width: var(--max_wid_1);
  margin: auto;
}
#page_service .blk_3 > div > div {
  width: var(--tgt_wid_1);
  min-height: 340px;
  border: 2px solid var(--col_1);
  border-radius: 20px;
  padding: 80px 5% 60px 5%;
  margin: auto;
}
#page_service .blk_3 > div > div p:nth-of-type(1) {
  width: 45%;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
  color:var(--col_1);
  text-align: left;
}
#page_service .blk_3 > div > div p:nth-of-type(2) {
  width: 45%;
  padding:35px 0 0 0;
}
#page_service .blk_3 > div > div p:nth-of-type(2) .gsty_btn_1 {
  width:100%;
  max-width: 380px;
}
#page_service .blk_3 > div > div .blk_bk {
  position: absolute;
  left:calc(51% + 2px);
  top:50%;
  width:49%;
  transform:translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page_service .blk_3 > div > div .blk_bk div {
  width:48.5%;
  padding:calc(70% * .485) 0 0 0;
  margin-top: 1.25%;
  margin-bottom: 1.25%;
	background-position: 50% 50%;
	background-size: cover;
  border-radius: 10px;
}
#page_service .blk_3 > div > div .blk_bk div:nth-of-type(1) {
  background-image: url('../images/service_img_3.jpg');
}
#page_service .blk_3 > div > div .blk_bk div:nth-of-type(2) {
  background-image: url('../images/service_img_4.jpg');
}
#page_service .blk_3 > div > div .blk_bk div:nth-of-type(3) {
  background-image: url('../images/service_img_5.jpg');
}
#page_service .blk_3 > div > div .blk_bk div:nth-of-type(4) {
  background-image: url('../images/service_img_6.jpg');
}
/*
*/
.psty_service_btn_1 {
  width: 826px;
  height:auto;
  border: 4px solid #FCA125;
  border-bottom-width: 9px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: auto;
}
.psty_service_btn_1 a {
  display: block;
  width:100%;
  height:100%;
  text-align: left;
  padding:0 0 0 175px;
  background-image: url('../images/btn_ico_1_3.svg');
	background-position: calc(100% - 30px) 50%;
	background-size: 11px auto;
}
.psty_service_btn_1 a::before {
	position: absolute;
	display: block;
	content: '';
	width: 140px;
	height: 92px;
	left:0;
	top:50%;
	background-position: 32px 50%;
  transform: translateY(-50%);
  border-right: 2px solid #FCA125;
}
.psty_service_btn_1 a p:nth-of-type(1) {
  padding:25px 0 0 0;
}
.psty_service_btn_1 a p:nth-of-type(1) span {
  display: inline-block;
  height: 40px;
  padding:0 26px 0 58px;
  border-radius: 6px;
  background-color:#FCA125;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  color:#ffffff;
  white-space: nowrap;
	background-image: url('../images/ill_11.svg');
	background-position: 18px 50%;
	background-size: auto 28px;
}
.psty_service_btn_1 a p:nth-of-type(2) {
  padding:10px 50px 20px 0;
}
.psty_service_btn_1 a p:nth-of-type(2) span:nth-of-type(1) {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 700;
  color:#FCA125;
  white-space: nowrap;
  vertical-align:baseline;
}
.psty_service_btn_1 a p:nth-of-type(2) span:nth-of-type(2) {
  display: inline-block;
  text-align: left;
  vertical-align: bottom;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
  color:#FCA125;
  vertical-align:baseline;
}
/*
*/
#page_service .blk_bk_wave {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	max-width: none !important;
	height: 100%;
	padding:0 !important;
	overflow: hidden;
	opacity: .3;
}
#page_service .blk_bk_wave .bks {
  position: absolute;
  left:50%;
  top:0;
  width:100%;
  height: 100%;
  z-index: 1;
  max-width: var(--max_wid_1);
  transform: translateX(-50%);
}
#page_service .blk_bk_wave > div > div {
  position: absolute;
	background-position: 0 0;
	background-size: 100% auto;
}
#page_service .blk_bk_wave > div > div::before {
  display: block;
  content:'';
  width: 100%;
  padding:29.6% 0 0 0;
}
/*  */
#page_service .blk_2_1 > .blk_bk_wave .bk_1 {
  width: 366px;
	left:calc(100% - 300px);
  top:0;
  background-image: url('../images/bk_3_2.svg');
}
#page_service .blk_2_1 > .blk_bk_wave .bk_2 {
  width: 307px;
	left:-50px;
  top:250px;
  background-image: url('../images/bk_3_1.svg');
}
#page_service .blk_2_1 > .blk_bk_wave .bk_3 {
  width: 304px;
  left:-100px;
  top:40%;
  background-image: url('../images/bk_3_1.svg');
}
#page_service .blk_2_1 > .blk_bk_wave .bk_4 {
  width: 307px;
  left: calc(100% - 300px);
  top:35%;
  background-image: url('../images/bk_3_1.svg');
}
#page_service .blk_2_1 > .blk_bk_wave .bk_5 {
  width: 400px;
  left: -150px;
  top:calc(100% - 500px);
  background-image: url('../images/bk_3_2.svg');
}
#page_service .blk_2_1 > .blk_bk_wave .bk_6 {
  width: 277px;
  left: calc(100% - 300px);
  top:calc(100% - 300px);
  background-image: url('../images/bk_3_1.svg');
}
/*  */
#page_service .blk_2_2 .blk_bk_wave {
	opacity: 1;
}
#page_service .blk_2_2 .blk_bk_wave .bk_1 {
  width: 385px;
  left: calc(100% - 400px);
	top:100px;
  background-image: url('../images/bk_3_4.svg');
}
#page_service .blk_2_2 .blk_bk_wave .bk_2 {
  width: 307px;
  left:-100px;
  top:300px;
  background-image: url('../images/bk_3_3.svg');
}
#page_service .blk_2_2 .blk_bk_wave .bk_3 {
  width: 350px;
  left:-100px;
  top:calc(100% - 500px);
  background-image: url('../images/bk_3_4.svg');
}
#page_service .blk_2_2 .blk_bk_wave .bk_4 {
  width: 454px;
  left: calc(100% - 400px);
  top:calc(100% - 650px);
  background-image: url('../images/bk_3_3.svg');
}
/*  */
#page_service .blk_2_3 > .blk_bk_wave .bk_1,
#page_service .blk_2_5 > .blk_bk_wave .bk_1 {
  width: 415px;
	left:calc(100% - 400px);
  top:50px;
  background-image: url('../images/bk_3_1.svg');
}
#page_service .blk_2_3 > .blk_bk_wave .bk_2,
#page_service .blk_2_5 > .blk_bk_wave .bk_2 {
  width: 307px;
	left:calc(100% - 300px);
  top:45%;
  background-image: url('../images/bk_3_2.svg');
}
#page_service .blk_2_3 > .blk_bk_wave .bk_3,
#page_service .blk_2_5 > .blk_bk_wave .bk_3 {
  width: 392px;
  left:-50px;
  top:calc(100% - 550px);
  background-image: url('../images/bk_3_2.svg');
}
#page_service .blk_2_3 > .blk_bk_wave .bk_4,
#page_service .blk_2_5 > .blk_bk_wave .bk_4 {
  width: 323px;
  left: calc(100% - 350px);
  top:calc(100% - 350px);
  background-image: url('../images/bk_3_1.svg');
}
/*  */
#page_service .blk_2_4 .blk_bk_wave,
#page_service .blk_2_6 .blk_bk_wave {
	opacity: 1;
}
#page_service .blk_2_4 .blk_bk_wave .bk_1,
#page_service .blk_2_6 .blk_bk_wave .bk_1 {
  width: 385px;
  left: calc(100% - 400px);
	top:50px;
  background-image: url('../images/bk_3_4.svg');
}
#page_service .blk_2_4 .blk_bk_wave .bk_2,
#page_service .blk_2_6 .blk_bk_wave .bk_2 {
  width: 307px;
  left:-100px;
  top:300px;
  background-image: url('../images/bk_3_3.svg');
}
#page_service .blk_2_4 .blk_bk_wave .bk_3,
#page_service .blk_2_6 .blk_bk_wave .bk_3 {
  width: 350px;
  left:-100px;
  top:calc(100% - 500px);
  background-image: url('../images/bk_3_4.svg');
}
#page_service .blk_2_4 .blk_bk_wave .bk_4,
#page_service .blk_2_6 .blk_bk_wave .bk_4 {
  width: 454px;
  left: calc(100% - 400px);
  top:calc(100% - 650px);
  background-image: url('../images/bk_3_3.svg');
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_service {
  overflow: hidden;
  padding: 50px 0 0 0;
}
/*  */
#page_service .panch {
  top:-110px;
}
#page_service .blk_2_1 .panch {
  top:-30px;
}
/*
*/
#page_service .blk_1 {
  max-width: none;
  padding:60px 0 0 0;
}
#page_service .blk_1 h2 {
  font-size: 22px;
}
/*
*/
#page_service .blk_2 {
  padding:80px 0 0 0;
}
/*
*/
#page_service .rep_1 {
  padding:0 0 150px 0;
}
#page_service .rep_1::before {
	height: 400px;
	top:-80px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
#page_service .rep_1 > section {
  max-width: var(--max_wid_2);
}
#page_service .rep_1 > section::before {
  font-size: 53px;
  top:-50px;
}
/*  */
#page_service .rep_1_1 {
  width: var(--tgt_wid_2);
}
#page_service .rep_1_1 h3 {
  height: 70px;
  padding:0 0 0 73px;
}
#page_service .rep_1_1 h3 span:nth-of-type(1) {
  font-size: 22px;
  padding:15px 0 0 0;
}
#page_service .rep_1_1 h3 span:nth-of-type(2) {
  font-size: 11px;
  padding:7px 0 0 0;
}
#page_service .rep_1_1 h4 {
  font-size: 18px;
  padding:20px 0 0 0;
}
#page_service .rep_1_1 p {
  font-size: 14px;
  line-height: 2;
  padding:20px 0 0 0;
}
/*  */
#page_service .rep_1_2 {
  width: var(--tgt_wid_2);
  padding:20px 0 0 0;
}
#page_service .rep_1_2 > div {
  display: block;
}
#page_service .rep_1_2 > div p {
  width: 100%;
  padding:54% 0 0 0;
  border-radius: 10px;
  margin-bottom: 4%;
}
#page_service .rep_1_2 > div p::after {
  font-size: 11px;
}
/*  */
#page_service .rep_1_3 {
  width: var(--tgt_wid_2);
  margin: auto;
  padding: 30px 0 40px 0;
  text-align: center;
}
/*  */
#page_service .rep_1_4 {
  width: var(--tgt_wid_2);
  margin: auto;
  padding:30px 0 0 0;
}
/*  */
#page_service .blk_2_1.rep_1 {
  padding-top:80px;
}
#page_service .rep_1:last-child {
  padding:0 0 110px 0;
}
#page_service .blk_2_1.rep_1::before {
  top:-80px;
}
#page_service .blk_2_1.rep_1 > section::before {
  top:-50px;
}
#page_service .blk_2_1 .rep_1_1 h3 {
	background-size: 60px auto;
}

/*  */
#page_service .blk_2_1 .rep_1_4 .psty_service_btn_1 a::before {
	background-size: 58px auto;
}
/*  */
#page_service .blk_2_2 .rep_1_1 h3 {
	background-size: 60px auto;
}
#page_service .blk_2_2 .rep_1_4.type_2 {
  padding:0;
}
#page_service .blk_2_2 .rep_1_4 .psty_service_btn_1 a::before {
	background-size: 58px auto;
}
/*  */
#page_service .blk_2_3 .rep_1_1 h3 {
	background-size: 60px auto;
}
#page_service .blk_2_3 .rep_1_4 .psty_service_btn_1 a::before {
	background-size: 58px auto;
}
/*  */
#page_service .blk_2_4 .rep_1_1 h3 {
	background-size: 60px auto;
}
#page_service .blk_2_4 .rep_1_4 .psty_service_btn_1 a::before {
	background-size: 58px auto;
}
/*  */
#page_service .blk_2_5 .rep_1_1 h3 {
	background-size: 60px auto;
}
#page_service .blk_2_5 .rep_1_4 .psty_service_btn_1 a::before {
	background-size: 54px auto;
}
/*  */
/* #page_service .blk_2_6.rep_1 > section::before {
  font-size:40px;
  top:-40px;
}
#page_service .blk_2_6 .rep_1_1 h3 {
	background-size: 60px auto;
}
#page_service .blk_2_6 .rep_1_4 .psty_service_btn_1 a::before {
	background-size: 54px auto;
} */
/*
*/
#page_service .blk_3 {
  padding:40px 0 100px 0;
}
#page_service .blk_3::before {
	height: 400px;
	top:-40px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
#page_service .blk_3 > div {
  max-width: var(--max_wid_2);
}
#page_service .blk_3 > div > div {
  width: var(--tgt_wid_2);
  min-height: 0;
  padding: 30px 5% 5% 5%;
}
#page_service .blk_3 > div > div p:nth-of-type(1) {
  width: 100%;
  font-size: 15px;
  padding: 0 5%;
  text-align: left;
}
#page_service .blk_3 > div > div p:nth-of-type(2) {
  width: 100%;
  padding:20px 0 0 0;
  text-align: center;
}
#page_service .blk_3 > div > div p:nth-of-type(2) .gsty_btn_1 {
  width:100%;
  max-width: 380px;
  margin: auto;
}
#page_service .blk_3 > div > div .blk_bk {
  position: relative;
  left:0;
  top:0;
  width:100%;
  transform:none;
  margin-top: 30px;
}
#page_service .blk_3 > div > div .blk_bk div {
  width:50%;
  padding:calc(70% * .5) 0 0 0;
  margin-top: auto;
  margin-bottom: auto;
}

.psty_service_btn_1{
  width: 100%;
}
.psty_service_btn_1 a {
  padding:0 0 0 95px;
	background-position: calc(100% - 20px) 50%;
	background-size: 8px auto;
}
.psty_service_btn_1 a::before {
	width: 80px;
	height: 80%;
	background-position: 50% 50%;
}
.psty_service_btn_1 a p:nth-of-type(1) {
  padding:13px 0 0 0;
}
.psty_service_btn_1 a p:nth-of-type(1) span {
  height: 30px;
  padding:0 15px 0 45px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 32px;
	background-position: 12px 50%;
	background-size: auto 22px;
}
.psty_service_btn_1 a p:nth-of-type(2) {
  padding:8px 40px 15px 0;
}
.psty_service_btn_1 a p:nth-of-type(2) span:nth-of-type(1) {
  font-size: min(5vw, 24px);
}
.psty_service_btn_1 a p:nth-of-type(2) span:nth-of-type(2) {
  font-size: min(3.4vw, 18px);
}

/*
*/
#page_service .blk_bk_wave {
  display: none;
}
/*  */
}
