@charset "utf-8";
/*!
 * woman CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */

/*===================================
  content
=====================================*/
/*  font-family
---------------------------------*/
.list__cont h3,
.sec2 h3 span,.sec2 h4,
.list__interview h5 span {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
}

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

main {
  background: #fdf6e6;
}

/*  ページタイトル
---------------------------------*/

.page__head {
  background-image: url(../images/woman/bg_title.jpg);
  text-shadow: rgba(0,0,0,.5) 1px 1px 1px, rgba(0,0,0,.5)  -1px 1px 1px, rgba(0,0,0,.5)  1px -1px 1px, rgba(0,0,0,.5)  -1px -1px 1px;
}

/*===================================
  コンテンツ
=====================================*/
.page__cont section {
  line-height: 2;
}

/*  sec1
---------------------------------*/

.sec1 {
  padding: 50px 0;
  background: #654073;
  color: #fff;
}
.sec1 header {
  padding-bottom: 50px;
  font-size: 18px;
  text-align: center;
}
.sec1 .serif {
  display: block;
  margin-bottom: 0.8em;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.4;
}
.femmes_du_monde {
  position: relative;
  margin-bottom: 75px;
  padding: 35px 40px 45px 354px;
  border-radius: 5px;
  background: #fff;
  color: #000;
}
.femmes_du_monde h3 {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 500;
}
.femmes_du_monde figure {
  position: absolute;
  top: 50%;
  left: 72px;
  margin-top: -98px;
}
.list__cont {
  padding: 0 50px;
}
.list__cont li {
  position: relative;
  min-height: 250px;
  margin-bottom: 70px;
  font-size: 16px;
}
.list__cont li:nth-of-type(odd) {
  padding-right: 375px;
}
.list__cont li:nth-of-type(even) {
  padding-left: 375px;
}
.list__cont figure {
  position: absolute;
  top: 0;
  width: 350px;
  border: solid 4px #fff;
}
.list__cont li:nth-of-type(odd) figure {
  right: 0;
}
.list__cont li:nth-of-type(even) figure {
  left: 0;
}
.list__cont h3 {
  position: relative;
  margin: 0 -1em 1em 0;
  padding-top: 8px;
  padding-left: 60px;
  font-size: 26px;
  line-height: 1.2;
}
.list__cont h3 span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 16px;
}
.list__cont h3:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 48px;
  height: 47px;
  background: url(../images/base/sprite.png) no-repeat -200px -200px;
}
.list__cont p {
  margin-top: 1em;
}

/*  sec2
---------------------------------*/
.sec2 {
  padding-top: 50px;
  text-align: center;
}
.sec2 h3 {
  margin-bottom: 2em;
  font-size: 18px;
  line-height: 1.2;
}
.sec2 h3 span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 40px;
}
.sec2 h3 + p {
  margin-bottom: 55px;
  font-size: 18px;
}
.sec2 h4 {
  display: inline-block;
  position: relative;
  clear: both;
  height: 42px;
  line-height: 1;
  margin-bottom: 32px;
  padding: 3px 50px 0;
  background: #b3b3b3;
  color: #fdf6e6;
  font-size: 31px;
}
.sec2 h4:before,.sec2 h4:after {
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.sec2 h4:before {
  left: -1px;
  border-width: 21px 0 21px 12px;
  border-color: transparent transparent transparent #fdf6e6;
}
.sec2 h4:after {
  right: -1px;
  border-width: 21px 12px 21px 0;
  border-color: transparent #fdf6e6 transparent transparent;
}
.list__interview li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  height: 537px;
  margin-bottom: 54px;
  padding: 28px 30px 0;
  border-left: solid 1px #eae0c7;
}
.list__interview li:nth-of-type(3n),
.list__interview li:nth-last-of-type(1){
  border-right: solid 1px #eae0c7;
}
.list__interview figure img {
  width: 217px;
  margin: auto auto 5px;
  border-radius: 50%;
}
.list__interview h5 {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
.list__interview h5 span {
  display: block;
  margin-bottom: 0.2em;
  color: #f1b82a;
  font-size: 32px;
}
.list__interview h5 span span {
  font-size: 65%;
}
.list__interview li p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.04em;
}

.list__interview li:nth-of-type(1) h5 {
  margin-bottom: 0.5em;
}
.list__interview li:nth-of-type(1) p {
  line-height: 1.6;
}

.list__interview a:hover h5 {
  opacity: .7;
}
.list__interview.jp li {
  height: 500px;
}
.list__interview .btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
}
.list__interview .btn a {
  width: 160px;
  height: 36px;
  line-height: 36px;
  border-radius: 2em;
  font-weight: bold;
}

/*  インタビューページ
---------------------------------*/
.interview__head p,.interview__sec h3 {
  font-family: 'Noto Serif', serif;
  line-height: 1.4;
}
.interview__head {
  padding-top: 65px;
  padding-bottom: 45px;
  text-align: center;
}
.interview__head h3 {
  position: relative;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  margin: 0 auto 27px;
  padding: 0 35px;
  background: #f19ec2;
  color: #fdf6e6;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.interview__head h3:before,.interview__head h3:after {
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.interview__head h3:before {
  left: -1px;
  border-width: 21px 0 21px 12px;
  border-color: transparent transparent transparent #fdf6e6;
}
.interview__head h3:after {
  right: -1px;
  border-width: 21px 12px 21px 0;
  border-color: transparent #fdf6e6 transparent transparent;
}
.interview__head h2 {
  margin-bottom: 1em;
  color: #f19ec2;
  font-size: 20px;
  font-weight: 700;
}
.interview__head p {
  margin-bottom: 1em;
  font-size: 36px;
  letter-spacing: 0.05em;
}
.interview__head p strong {
  font-weight: normal;
}
.interview .page__cont img {
  border: solid 5px #fff;
}
.imgRight {
  float: right;
  margin: 0 0 20px 20px;
}
.imgLeft {
  float: left;
  margin: 0 30px 20px 0;
}
.figureLeft {
  position: absolute;
  top: 60px;
  left: 50px;
}
.figureRight {
  float: right;
}
.figureRight + p {
  margin-right: 460px;
}
.interview__sec {
  overflow: hidden;
  position: relative;
  padding: 60px 50px 50px;
  border-bottom: solid 1px #e5dabf;
}
.interview__sec.childFigureLeft {
  min-height: 480px;
  padding-left: 490px;
}
.interview__sec h3 {
  margin-bottom: 1.4em;
  font-size: 28px;
  letter-spacing: 0.05em;
}
.interview__sec p {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.8;
}
.interview__sec + .btn {
  margin-top: 2px;
  margin-bottom: 110px;
  padding-top: 50px;
  border-top: solid 1px #e5dabf;
}
.interview__sec + .btn a {
  border-radius: 2em;
}
.childFigureLeft .figureLeft img {
  width: 400px;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {

  /*===================================
    コンテンツ
  =====================================*/
  /*  sec1
  ---------------------------------*/

  .sec1 header {
    font-size: 22px;
  }
  .femmes_du_monde {
    margin: 0 30px 65px;
    padding: 35px 30px 45px;
  }
  .femmes_du_monde h3 {
    font-size: 30px;
    text-align: center;
  }
  .femmes_du_monde figure {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 40px auto;
  }
  .femmes_du_monde figure img {
    margin: auto;
  }
  .list__cont {
    padding: 0 30px;
  }
  .list__cont li {
    min-height: inherit;
    margin-bottom: 70px;
    font-size: 20px;
  }
  .list__cont li:nth-of-type(odd),
  .list__cont li:nth-of-type(even) {
    padding: 0;
  }
  .list__cont figure {
    position: inherit;
    top: inherit;
    width: auto;
    margin-bottom: 30px;
  }
  .list__cont li:nth-of-type(odd) figure {
    right: inherit;
  }
  .list__cont li:nth-of-type(even) figure {
    left: inherit;
  }
  .list__cont h3 {
    margin: 0 0 1em;
    font-size: 32px;
  }
  .list__cont h3 span {
    font-size: 24px;
  }

  /*  sec2
  ---------------------------------*/
  .sec2 h3 {
    font-size: 24px;
  }
  .sec2 h3 span {
    font-size: 46px;
  }
  .sec2 h3 + p {
    font-size: 22px;
  }
  .sec2 h4 {
    height: 52px;
    margin-bottom: 40px;
    padding: 4px 70px 0;
    font-size: 40px;
  }
  .sec2 h4:before {
    left: -1px;
    border-width: 26px 0 26px 16px;
    border-color: transparent transparent transparent #fdf6e6;
  }
  .sec2 h4:after {
    right: -1px;
    border-width: 26px 16px 26px 0;
    border-color: transparent #fdf6e6 transparent transparent;
  }
  .list__interview {
    margin: 0 30px 100px;
    border-bottom: solid 1px #eae0c7;
  }
  .list__interview li,.list__interview.jp li {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin-bottom: 20px;
    border: none;
    border-top: solid 1px #eae0c7;
  }
  .list__interview li:nth-of-type(3n),
  .list__interview li:nth-last-of-type(1){
    border-right: none;
  }
  .list__interview figure img {
    width: 400px;
    margin: auto auto 15px;
  }
  .list__interview h5 {
    font-size: 24px;
  }
  .list__interview h5 span {
    font-size: 40px;
  }
  .list__interview li p {
    font-size: 22px;
  }
  .list__interview .btn {
    position: relative;
    width: auto;
    left: inherit;
    bottom: inherit;
  }
  .list__interview .btn a {
    width: 220px;
    height: 46px;
    line-height: 46px;
    margin-top: 1em;
  }
  .list__interview li:nth-of-type(1) h5 {
    margin-bottom: 1em;
  }
  .list__interview li:nth-of-type(1) p {
    line-height: 1.8;
  }

  /*  インタビューページ
  ---------------------------------*/

  .interview__head h3 {
    height: 50px;
    line-height: 50px;
    margin: 0 auto 35px;
    font-size: 28px;
  }
  .interview__head h3:before {
    border-width: 25px 0 25px 15px;
  }
  .interview__head h3:after {
    border-width: 25px 15px 25px 0;
  }
  .interview__head h2 {
    font-size: 28px;
  }
  .interview__head p {
    margin-left: 0em;
    margin-right: 0em;
    font-size: 35px;
  }
  .interview__head p.wd {
    font-size: 34px;
  }
  .imgRight,.figureLeft,.figureRight,.imgLeft  {
    float: none;
    margin: 0 auto 50px;
  }
  .figureLeft {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .figureLeft img,.figureRight img {
    margin: auto;
  }
  .figureLeft + h3,.figureLeft +h3 + p {
    margin-left: auto;
  }
  .figureRight + p {
    margin-right: auto;
  }
  .interview__sec {
    padding: 60px 30px 50px;
  }
  .interview__sec.childFigureLeft {
    min-height: inherit;
    padding-left: 30px;
  }
  .interview__sec h3 {
    font-size: 32px;
  }
  .interview__sec p {
    font-size: 24px;
  }

  .interview__sec + .btn a {
    width: 300px;
  }
  .childFigureLeft .figureLeft img {
    width: auto;
  }

}
