@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.global-nav li.nav-business a {
  color: #ff7200;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.lead h2 {
  color: #1b3aac;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(2rem,3.1vw,3.5rem);
  text-align: center;
}
.lead h2::after {
  display: block;
  content: "";
  width: 3px;
  height: 100px;
  background-color: #ff790c;
  margin: 40px auto 0 auto;
}
.lead p {
  font-size: clamp(1.6rem,2vw,1.8rem);
  text-align: center;
}

.about {
  background: url("../images/business-images/bg.jpg") 50% 0 no-repeat;
  background-color: #76a5cd;
  padding: 80px 0;
}
.about .tit-cmn01 {
  color: #fff;
  margin-bottom: 0;
}
.about .tit {
  float: left;
  width: 35%;
}
.about .txt {
  float: right;
  width: 65%;
  color: #fff;
  padding-top: 80px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.lead p {
  text-align: left;
}

.about .tit {
  float: none;
  width: 100%;
  margin-bottom: 60px;
}
.about .txt {
  float: none;
  width: 100%;
  padding-top: 0;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.lead h2::after {
  height: 60px;
  margin: 30px auto 0 auto;
}
.lead p {
  font-size: clamp(1.6rem,2vw,1.8rem);
}

.about {
  padding: 40px 0;
}

}

