/* CSS Document */

/* --------------------------　下層企業情報タイトル　-------------------------- */

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

.titleBOX {

}

.page_main02 h1 {
  font-size: clamp(2.4rem, 5.3vw, 6rem);
  line-height: 1.6;
  color: #f5eb4a;
  text-align: center;
  width: 100%;
  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, 7.1vw, 8rem) ;
	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;
}

.aboutBOX {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.aboutBOX li {
	width: 32%;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 20px;
	box-sizing: border-box;
	position: relative
}
.aboutBOX li .icon {
	width:100px;
	margin: auto;
	margin-top: -30px;
	margin-bottom: 15px;
}
.aboutBOX li h3 {
	font-size: clamp(1.8rem, 2.8vw, 3rem) ;
	text-align: center;
	color:#00b6c9;
}
.aboutBOX li .count {
	font-size: clamp(1.8rem, 2vw, 2rem) ;
	text-align: center;
}
.aboutBOX li .count span {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: clamp(2.5rem, 3.5vw, 4rem) ;
	color:#00b6c9;
}


.messageBG02 {
	background: #f4f4f4;
	padding: 0px 0;
}

.messageBOX02 {
	display: flex;
	justify-content: space-between;
	height: 500px;
}
.messageBOX02 .left {
	width:50%;
	background: url("../../images/company/img_topmessage.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.messageBOX02 .right {
	width: 50%;
	background: #f5eb4a;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
	 display: flex;
	flex-direction: column;
  justify-content: center;
	text-align: center;

}
.messageBOX02 .right h3 {
	font-family: "Poppins", sans-serif;
	font-size: clamp(3rem,4.4vw, 5rem) ;
	color:#00b6c9;
	font-weight: 600;
	text-align: center;
}
.messageBOX02 .right h4 {
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.7rem, 1.7vw, 2rem) ;
	margin-bottom: 20px;
	text-align: center;
}

.messageBOX02 .right .name {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 0 auto;
	margin-bottom: 0px;
}
.messageBOX02 .right .name .logo {
	width: 100px;
	margin-right: 10px;
}
.messageBOX02 .right .name .sub {
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	margin-right: 10px;
	position: relative;
	top:10px;
}
.messageBOX02 .right .name .sign {
		display: block;
	width: 25%;
}

.content3BOX {
	 display: flex;
	justify-content: space-between
}
.content3BOX li {
	width: 32%;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 20px;
	box-sizing: border-box;
	
}

/* 019 */
.content3BOX .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;
}
.content3BOX .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);
}

.content3BOX .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;
}

.titleBOX {

}

.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;
}

  .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, 7.1vw, 8rem) ;
	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: 20px;
}

.aboutBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 50px;
}
.aboutBOX li {
	width: auto;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
.aboutBOX li .icon {
	width:60px;
	margin: auto;
	margin-top: -30px;
	margin-bottom: 15px;
}
.aboutBOX li h3 {
	font-size: clamp(2.2rem, 2.8vw, 3rem) ;
	text-align: center;
	color:#00b6c9;
}
.aboutBOX li .count {
	font-size: clamp(2rem, 2vw, 2rem) ;
	text-align: center;
}
.aboutBOX li .count span {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: clamp(3.5rem, 3.5vw, 4rem) ;
	color:#00b6c9;
}


.messageBG02 {
	background: #f4f4f4;
	padding: 0px 0;
}

.messageBOX02 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
}
.messageBOX02 .left {
	width:auto;
	background: url("../../images/company/img_topmessage.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	height: 200px;
}

.messageBOX02 .right {
	width: auto;
	background: #f5eb4a;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	 display: flex;
	flex-direction: column;
  justify-content: center;
	text-align: center;
	padding: 20px 0;

}
.messageBOX02 .right h3 {
	font-family: "Poppins", sans-serif;
	font-size: clamp(2.8rem,4.4vw, 5rem) ;
	color:#00b6c9;
	font-weight: 600;
	text-align: center;
}
.messageBOX02 .right h4 {
	font-family: "Poppins", sans-serif;
	font-size: clamp(1.7rem, 1.7vw, 2rem) ;
	margin-bottom: 10px;
	text-align: center;
}

.messageBOX02 .right .name {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 0 auto;
	margin-bottom: 0px;
}
.messageBOX02 .right .name .logo {
	width: 100px;
	margin-right: 10px;
}
.messageBOX02 .right .name .sub {
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	margin-right: 10px;
	position: relative;
	top:10px;
}
.messageBOX02 .right .name .sign {
		display: block;
	width: 25%;
}

.content3BOX {
	 display: flex;
	flex-direction: column;
	justify-content: space-between
}
.content3BOX li {
	width: auto;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
	
}

/* 019 */
.content3BOX .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;
}
.content3BOX .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);
}

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

	

}






















