@charset "utf-8";
/* CSS Document */


/*---------------------
works__sec01
---------------------*/
.bg__gray{
  width: 100%;
  position: relative;
}
.gray__box{
  height:  272px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #C9C9C9;
  z-index: -2;
}
.works__sec01 .flex{
  width: 1310px;
  margin-right: 130px;
  height: 500px;
  background: #92A4B5;
  color: #fff;
  border-radius: 50px;
}
.works__sec01 .flex img{
  height: 500px;
}
.works__sec01 .txt_inner{
  margin: auto;
}
.works__sec01 .under_title{
  margin-bottom: 80px;
  letter-spacing: 0.2em;
}
.works__sec01 .under_title::after {
  content: '';
  width: 52px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 26px);
}
.works__sec01 .txt_inner p{
  line-height: 1.5;
  font-size: 1.4rem;
}



/*---------------------
people__sec02
---------------------*/
.works__sec02{
  width: 100%;
  background: #C9C9C9;
  padding-bottom: 206px;
}
.works__sec02 .flex{
  margin: 0 auto 60px;
  padding: 0 50px; 
}
.works__sec02 .under_title{
  font-size: 4.2rem;
  color:#4D6B94;
  text-align: left;
  letter-spacing: 0.2em;
}
.works__sec02 .under_title::after {
    content: '';
    width: 354px;
    height: 1px;
    display: inline-block;
    background-color: #707070;
    position: absolute;
    bottom: -35px;
    left: 0;
}
.works__sec02 .title_box p{
  padding-top: 58px;
}
.works__sec02 .flex img{
  width: 514px;
}
.works__sec02 .policy_img{
  width: 1020px;
  margin: 0 auto 90px;
}
.works__sec02 .policy_txt{
  text-align: center;
  line-height: 1.8;
}



/*---------------------
works__sec03
---------------------*/
.bg__gray02{
  position: relative;
  width: 100%;
  background: #C9C9C9;
}
.gray__box02{
  height: 40px;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
}
.works__sec03{
  width: 100%;
  background: #92A4B5;
  padding-bottom: 22px;
  margin:0 auto 154px;
  height: 2005px;
}
.works__sec03 .inner02 {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%,0%);
    width: 100%;
    padding: 0 2%;
}
.arrow_box li{
  width: 100%;
  text-align: center;
  line-height: 2;
  margin-bottom: 70px;
}
.arrow_box h2{
  background: #4D6B94;
  color: #fff;
  padding: 0 15px;
}
.arrow_box h2 span{
  font-size: 2.2rem;
}
.arrow_inner{
  height: 250px;
  background: #fff;
  position: relative;
}
.arrow_inner div{
  line-height: 1.7;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.arrow_inner h3{
  font-size: 2.2rem;
  color: #4D6B94;
  font-weight: 500;
}
/*下向きの矢印*/
.arrow {
  position:relative;
  height:49px;
  width:56px;
  background-color:#fff;
  margin: auto;
}
.arrow::before {
  position: absolute;
  content: "";
  border: solid 70px transparent;
  border-top: solid 45px #fff;
  top: 49px;
  left: -42px;
}
.arrow_box li:nth-child(1) h3,
.arrow_box li:nth-child(4) h3{
  padding-bottom: 24px;
}

.arrow_box li:nth-child(2) p,
.arrow_box li:nth-child(3) p{
  padding-bottom: 20px;
}


.arrow_box li:last-child{
  margin-bottom: 0px;
}
.works_bg2{
  width: 557px;
  position: absolute;
  bottom: 0;
  left: 0;
}



/*---------------------
page__contact内
---------------------*/
.page__contact.inner{
    margin-bottom: 230px;
}






/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/
@media(max-width: 768px) {
  
  

  
/*---------------------
works__sec01
---------------------*/
.works__sec01 .flex {
  width: 96%;
  margin: 0 auto;
  height: auto;
  background: #92A4B5;
  color: #fff;
  border-radius: 25px;
  flex-direction: column-reverse;
}
.works__sec01 .flex img {
  height: 100%;
  width: 100%;
  padding-top: 83px;
}
.works__sec01 .txt_inner {
  margin: auto;
  width: 96%;
  padding-top: 83px;
}
  
  
  
/*---------------------
works__sec02
---------------------*/
.works__sec02{
  padding-bottom: 120px;
}
.works__sec02 .flex {
  margin: 0 auto;
  padding: 10px 2% 83px;
  flex-direction: column-reverse;
}
.works__sec02 .under_title {
  font-size: 3rem;
  color: #4D6B94;
  text-align: left;
  letter-spacing: 0.2em;
}
.works__sec02 .under_title::after {
  content: '';
  width: 300px;
  height: 1px;
  display: inline-block;
  background-color: #707070;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.works__sec02 .title_box p {
  padding-top: 25px;
}
.works__sec02 .flex img {
  width: 40%;
  margin: 0 0 5% 60%;
}
.works__sec02 .policy_img {
  width: 98%;
  margin: 0 auto 83px;
}
.works__sec02 .policy_txt {
  text-align: left;
  width: 96%;
  line-height: 1.8;
}  
.works__sec02 .inner02 {
  max-width: 100%;
  margin-bottom: 0px;
}
  
/*---------------------
works__sec03
---------------------*/
.works__sec03 {
  width: 100%;
  background: #92A4B5;
  padding-bottom: 22px;
  margin: 0 auto 154px;
  height: 2450px;
}
.arrow_box h2 {
  background: #4D6B94;
  color: #fff;
  padding: 0 1%;
}
.arrow_inner {
  height: 400px;
  background: #fff;
  position: relative;
}
.works_bg2 {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
  
/*---------------------
page__contact内
---------------------*/

#works .contact_link {
    margin-top: 0;
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
}
  
}