.page_main02 {
  min-width: auto;
  height: 800px;
  position: relative;
		display: flex;
  justify-content: center;
  align-items: center;
	margin: auto;
}

.titleBOX {

}

.page_main02 h1 {
  font-size: clamp(2.4rem, 5.3vw, 6rem);
  line-height: 1.6;
  color: #f5eb4a;
  text-align: center;
  width: auto;
  height: 20%;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.2rem;
}

  .page_main02 h1:after {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5rem;
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
	  color: #fff;
}

.page_main02 .catch {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: clamp(3rem, 5vw, 6rem) ;
	text-align: center;
	color:#fff;
}
.page_main02 .catch02 {

	font-weight: 500;
	font-size: clamp(1.5rem, 2vw, 2.2rem) ;
	text-align: center;
	color:#fff;
	margin-bottom: 40px;
}


.ts {
	margin-bottom: 20px;
}
.ts img {
	margin-bottom: 20px;
}
.ts .page-intro {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem) ;
}



.serviceBOX {
	 display: flex;
	justify-content: space-between
}
.serviceBOX li {
	width: 48%;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 20px;
	box-sizing: border-box;
	
}
.serviceBOX figure {
	margin-bottom: 15px;
	
}
.serviceBOX li h3 {
	font-size: clamp(1.8rem, 2.1vw, 2.4rem) ;
	text-align: center;
	margin-bottom: 10px;
	color:#00b6c9;
	
}



/* 019 */
.serviceBOX .button020 {
	font-size: clamp(1.5rem, 1.6vw, 1.8rem) ;
    background: #00b6c9;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto 0;
    max-width: 300px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.serviceBOX .button020:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.serviceBOX .button020:hover:after {
  right: 1.4rem;
}


@media screen and (max-width: 834px){
	
.page_main02 {
  min-width: auto;
  height: 500px;
  position: relative;
		display: flex;
  justify-content: center;
  align-items: center;
}


.page_main02 h1 {
  font-size: clamp(3rem, 5.3vw, 6rem);
  line-height: 1.6;
  color: #f5eb4a;
  text-align: center;
  width: auto;
  height: 20%;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.2rem;
	margin-bottom: 20px;
}

.page_main02 h1:after {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5rem;
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
	  color: #fff;
}

.page_main02 .catch {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 2.5rem ;
	text-align: center;
	color:#fff;
	line-height: 1.5;
	margin-bottom: 20px;
}
.page_main02 .catch02 {

	font-weight: 500;
	font-size: clamp(1.5rem, 2vw, 2.2rem) ;
	text-align: center;
	color:#fff;
	margin-bottom: 20px;
	line-height: 1.5;
	
}
	

.ts {
	margin-bottom:10px;
}
.ts img {
	margin-bottom:10px;
}
.ts .page-intro {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem) ;
}



.serviceBOX {
	 display: flex;
	flex-direction: column;
	justify-content: space-between
}
.serviceBOX li {
	width: auto;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
	
}
.serviceBOX figure {
	margin-bottom: 15px;
	
}
.serviceBOX li h3 {
	font-size: clamp(1.8rem, 2.1vw, 2.4rem) ;
	text-align: center;
	margin-bottom: 10px;
	color:#00b6c9;
	
}



/* 019 */
.serviceBOX .button020 {
	font-size: clamp(1.5rem, 1.6vw, 1.8rem) ;
    background: #00b6c9;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto 0;
    max-width: 300px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.serviceBOX .button020:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.serviceBOX .button020:hover:after {
  right: 1.4rem;
}


}



















