@charset "utf-8";

/*　sec1
---------------------------------------------------------*/
.sec1 {
  padding: 90px 0 95px;
  overflow: hidden;
}
.sec1_inner {
  position: relative;
}
.sec1 .deco {
  position: absolute;
  bottom: -95px;
  left: 50%;
  width: 1634px;
  z-index: -1;
}
.sec1_content_box {
  border: 1px solid #eee;
}
.sec1_img {
  position: relative;
  border-bottom: 1px solid #eee;
}
.sec1_img figcaption {
  position: absolute;
  top: 60%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec1_img p.name {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 20px 50px 57px;
  background: #FFF;
  width: 215px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec1_img p.name span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.sec1_text01 {
  padding: 55px 80px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0;
}

/*　sec2
---------------------------------------------------------*/
.sec2 {
  padding: 70px 0 0;
}
.sec2 .title_default02 {
  margin-bottom: 45px;
}
.sec2_list {
  border-top: 1px solid #eee;
}
.sec2_list li {
  position: relative;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.sec2_list li figure {
  position: absolute;
  background-image: url(../img/about/sec2_img01.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  /*background-size: cover;*/
  width: 100%;
  height: 430px;
}
.sec2_list li:nth-child(even) figure {
  background-position: right center;
}
.sec2_list li:nth-of-type(1) figure {background-image: url(../img/about/sec2_img01.jpg);}
.sec2_list li:nth-of-type(2) figure {background-image: url(../img/about/sec2_img02.jpg);}
.sec2_list li:nth-of-type(3) figure {background-image: url(../img/about/sec2_img03.jpg);}
.sec2_list li div.text_box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 430px;
  z-index: 1;
}
.sec2_list li div.text_box:before {
  content: '';
  position: absolute;
  left: 46%;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-14.5deg) translateX(-57px);
  -moz-transform: skew(-14.5deg) translateX(-57px);
  -ms-transform: skew(-14.5deg) translateX(-57px);
  transform: skew(-14.5deg) translateX(-57px);
  z-index: -1;
}
.sec2_list li:nth-child(even) div.text_box:before {
  left: auto;
  right: 46%;
  -webkit-transform: skew(-14.5deg) translateX(57px);
  -moz-transform: skew(-14.5deg) translateX(57px);
  -ms-transform: skew(-14.5deg) translateX(57px);
  transform: skew(-14.5deg) translateX(57px);
}
.sec2_list li div.mainWidth > div {
  margin-left: 43%;
  padding-left: 40px;
  width: 57%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec2_list li:nth-child(even) div.mainWidth > div {
  margin: 0 43% 0 0;
  padding: 0 40px 0 0;
}
.sec2_list li h3 {
  margin-bottom: 45px;
  font-size: 2.2rem;
  font-weight: 500;
}
.sec2_text01 {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (min-width: 1921px) {
  .sec2_list li figure {
    background-size: cover;
    padding: -webkit-calc(200px + 3.411%) 0;
    padding: calc(150px + 3.411%) 0;
    width: 46.8%;
    height: auto;
  }
  .sec2_list li:nth-child(even) figure {
    right: 0;
  }
  .sec2_list li div.text_box {
    padding: 3.411% 0;
    height: 300px;
  }
}

/*　sec3
---------------------------------------------------------*/
.sec3 {
  padding: 90px 0 75px;
}
.sec3 .title_default02 {
  margin-bottom: 45px;
}
.sec3_content_box {
  position: relative;
  margin: auto;
  padding: 20px 0 10px;
  width: 400px;
  text-align: center;
}
.sec3_content_box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -110px;
  background-image: url(../img/about/sec3_icon01.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin: auto;
  width: 160px;
  height: 164px;
  z-index: -1;
}
.sec3_content_box p {
  color: #046cc4;
  margin-bottom: 12px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.sec3_content_box dl {
  margin: auto;
  width: 395px;
}
.sec3_content_box dt {
  background: #046cc4;
  color: #FFF;
  margin-bottom: 5px;
  font-size: 2.2rem;
  line-height: 40px;
  letter-spacing: 0.54em;
}
.sec3_content_box dt span {
  letter-spacing: 0;
}
.sec3_content_box dd {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-size: 3.3rem;
  letter-spacing: 0.04em;
}
.sec3_content_box dd:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #dcdcdc;
  margin: auto;
  width: 1px;
  height: 32px;
}
.sec3_content_box dd span:first-child {
  padding-left: 0.7em;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
  .sec3_content_box:before {background-image: url(../img/about/sec3_icon01@2x.png);}
}

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

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {
  /*　sec1
  ---------------------------------------------------------*/
  .sec1 {
    padding: 55px 0 45px;
  }
  .sec1 .deco {
    bottom: -45px;
    left: 10%;
    width: 680px;
  }
  .sec1_img figcaption {
    top: 50%;
    margin-top: -25px;
    width: 50%;
  }
  .sec1_img p.name {
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0;
    width: 100%;
    height: 50px;
    font-size: 2.1rem;
  }
  .sec1_img p.name span {
    margin: 0 30px 0 0;
    font-size: 1.2rem;
  }
  .sec1_text01 {
    padding: 35px 20px;
  }

  /*　sec2
  ---------------------------------------------------------*/
  .sec2 {
    padding: 55px 0 0;
  }
  .sec2 .title_default02 {
    margin-bottom: 35px;
  }
  .sec2_list {
    border-top: none;
  }
  .sec2_list li {
    border-bottom: none;
  }
  .sec2_list li figure {
    position: relative;
    background-position: center center !important;
    background-size: cover;
    padding: 24% 0;
    width: 100%;
    height: auto;
  }
  .sec2_list li div.text_box {
    display: block;
    height: auto;
  }
  .sec2_list li div.text_box:before {
    display: none !important;
  }
  .sec2_list li div.mainWidth > div {
    margin-left: 0;
    padding: 35px 0;
    width: 100%;
  }
  .sec2_list li:nth-child(even) div.mainWidth > div {
    margin: 0;
    padding: 35px 0;
  }
  .sec2_list li h3 {
    margin-bottom: 25px;
    font-size: 2.0rem;
  }

  /*　sec3
  ---------------------------------------------------------*/
  .sec3 {
    padding: 55px 0;
  }
  .sec3 .title_default02 {
    margin-bottom: 35px;
  }
  .sec3_content_box {
    width: 100%;
    max-width: 330px;
  }
  .sec3_content_box:before {
    background-size: 160px auto;
  }
  .sec3_content_box p {
    font-size: 1.6rem;
  }
  .sec3_content_box dl {
    width: 100%;
    max-width: 325px;
  }
  .sec3_content_box dt {
    font-size: 2.0rem;
  }
  .sec3_content_box dd {
    font-size: 2.4rem;
  }
  .sec3_content_box dd:before {
    height: 24px;
  }

}