@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
.fl_formwork_welcome,
.fl_formwork_flow {
	padding: 10rem 0;
}
.fl_formwork_welcome .frame {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fl_formwork_welcome .md_left {
	width: 40%;
	margin-right: 10rem
}
.fl_formwork_welcome .md_left img {
	width: 100%;
}
.fl_formwork_welcome .md_right {
	width: calc(60% - 10rem);
	text-align: justify;
} 
.fl_formwork_welcome h2 {
	width: 100%;
	margin: 0px 0 7rem 5rem;
	position: relative;
}
.fl_formwork_welcome .deco_square {
	position: absolute;
	display: inline-block;
    width: 3rem;
    height: 3rem;
    left: -5rem;
}
.fl_formwork_welcome .deco_square::before {
	content: '';
	display: block;
	width: 3rem;
	height: 3rem;
	background-color: #4e8cf9;
	position: absolute;
	left: 0;
    z-index: 1;
}
.fl_formwork_welcome .deco_square::after {
	content: '';
	display: block;
	width: 3rem;
	height: 3rem;
	background-color: #d3dff9;
	position: absolute;
	left: 5px;
    bottom: -5px;
    z-index: 0;
}
.fl_formwork_flow {
	background-image: url(../images/bk-square.png);
	background-repeat: repeat;
    background-position: center;
}
.fl_formwork_flow .md_col1 {
	background-color: #fff;
    border-radius: 2rem;
    padding: 3rem;
    border: solid 3px #4e8cf9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #545454;
    margin: 3rem 0;
}
.fl_formwork_flow .md_left {
    width: 37rem;
    margin-right: 3.5rem;
    display: flex;
    align-items: center;
}
.fl_formwork_flow .md_right {
    width: calc(100% - 40.5rem);
    text-align: justify;
}
.fl_formwork_flow .flow_num {
	font-size: 3rem;
    font-weight: bold;
    width: 8rem;
    height: 8rem;
    border-radius: 4rem;
    background-color: #fff;
    border: solid 3px #545454;
    text-align: center;
    line-height: 2.3;
    margin-right: 1rem;
}
.fl_formwork_flow h2 {
	font-size: 2.5rem;
    text-align: center;
    margin-bottom: 7rem;
}
.fl_formwork_flow .deco_emphasis {
	font-size: 3.5rem;
    background-color: #fff;
    border: solid 3px #333;
    padding: .5rem 1rem;
    margin-left: 1rem;
}
.fl_formwork_flow .md_col1:last-of-type {
	background-color: #f0f5fe;
}
.fl_formwork_environment .md_left {
    width: calc(60% - 10rem);
    text-align: justify;
}
.fl_formwork_environment .md_right {
    width: 40%;
    margin-left: 10rem;
}
.fl_formwork_environment .md_right img {
    width: 100%;
}
.fl_formwork_environment {
	padding: 10rem 0 0;
}
.fl_formwork_environment .frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.environment_heading p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.environment_heading h2 {
	border-bottom: solid 3px #4e8cf9;
	padding: 0 0 2rem;
	margin-bottom: 1rem;
}

.fl_top_performance .normal_btn {
  margin-top: 7rem;
}
.fl_top_performance {
  padding: 10rem 0 30rem;
  position: relative;
}
.performance_heading {
  border-bottom: solid 3px #4e8cf9;
  padding: 0 0 2rem;
}
.performance_heading p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.col3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  margin-top: 5rem;
}
.md_col3 {
  width: 32%;
  line-height: 1;
  letter-spacing: normal;
  margin: 2rem 0;
}
.col3::after {
  display: block;
  content:"";
  width: 32%;
}
.performance_img {
  aspect-ratio: 3 / 2;
}
.performance_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.performance_box {
  background-color: #F0F0F0;
  padding: 2rem;
}
.performance_cat p {
  font-size: 1.2rem;
  background-color: #fff;
  padding: .5rem 1rem;
  border-radius: 1.2rem;
  width: fit-content;
  margin: 0 3px 3px;
}
.performance_cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.performance_title h3 {
  font-weight: normal;
}
.performance_title p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.fl_top_aboutus .title_box {
      display: flex;
      justify-content: space-around;
}
.fl_top_aboutus .main_title {
  font-size: 7rem;
  font-weight: bold;
  color: #4e8cf9;
}
.fl_top_aboutus .md_left {
  position: relative;
}
.fl_top_aboutus .md_right {
  width: 30rem;
}
.fl_top_aboutus .sub_title {
  position: absolute;
  width: 25rem;
  bottom: 5rem;
  right: -4rem;
}
.circle_arrow {
  display: block;
  vertical-align: middle;
  color: #4e8cf9;
  line-height: 1;
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1rem solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  position: relative;
}
.circle_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fl_top_aboutus .top_aboutus_list a {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1rem 0;
  border-bottom: solid 1px #333;
}
.fl_top_aboutus .top_aboutus_list li {
  margin: 1rem 0;
}




/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}
/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}
/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

/*---------- header ----------*/

/*---------- main ----------*/
.fl_formwork_welcome h2 {
	margin-bottom: 3rem;
	line-height: 1.5;
}
.fl_formwork_welcome .md_left {
    width: 80%;
    margin: 0px auto 3rem;
}
.fl_formwork_welcome .md_right {
	width: 100%;
}
.fl_formwork_flow .md_left {
	width: 100%;
	margin: 0 0 2rem;
}
.fl_formwork_flow .md_right {
	width: 100%;
}
.fl_formwork_flow .md_left h3 {
	width: calc(100% - 10rem);
}
.fl_formwork_flow .deco_emphasis {
	display: block;
    width: 25rem;
    margin: 1rem auto 0;
}
.fl_formwork_flow h2 {
	margin-bottom: 3rem;
}
.fl_formwork_environment .md_left {
	width: 100%;
}
.fl_formwork_environment .md_right {
	width: 80%;
    margin: 3rem auto 0;
}


.fl_top_performance {
  padding: 10rem 0 20rem;
}
.fl_top_aboutus {
  padding: 15rem 0 10rem;
}
.fl_top_aboutus .title_box {
  display: block;
}
.fl_top_aboutus .md_left {
  margin-bottom: 5rem;
}
.fl_top_aboutus .md_right {
  width: 100%;
}
.fl_top_aboutus .main_title {
  text-align: center;
  font-size: 5rem;
}
.fl_top_aboutus .sub_title {
  width: 20rem;
  top: inherit;
  bottom: inherit;
  right: inherit;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


/*---------- footer ----------*/
}



/*---------- レイアウト微調整 ----------*/
@media (max-width: 599px) {
.col3 {
  justify-content: center;
  margin-top: 2rem;
}
.md_col3 {
  width: 80%;
  margin: 1rem 0;
}
}
