@charset "UTF-8";

#wrapper .inner {
  max-width: 1240px;
  width: auto;
}
@media screen and (max-width: 668px) {
  #wrapper #contents .inner {
    padding: 0 1.75rem;
  }
}

/* ------------------------------------------------
  ヘッダー
------------------------------------------------ */
#contents {
  background-color: #fafafa;
}
#contents .main_head {
  padding-bottom: 0;
  margin-bottom: 8.4rem;
}
#contents .main_head::after {
  display: none;
}
#contents .main_head h1 .small {
  font-size: 4rem;
}
#contents .main_head .lead {
  margin-bottom: 0;
}
@media screen and (max-width: 668px) {
  #contents .main_head {
    padding-bottom: 0;
    margin-bottom: 5.2rem;
  }
  #contents .main_head h1 .small {
    font-size: 1.85rem;
  }
}


#interview {
  overflow: hidden;
  padding-bottom: 4.5rem;
}
#interview .intro_interview {
  width: 88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 7.5rem;
  padding: 2.6rem 3.2rem;
  border-radius: 3.4rem;
  background-color: #faf3ee;
}

#interview .intro_interview .ph {
  width: 14rem;
  margin-right: 2rem;
}
#interview .intro_interview .profile {
  flex: 1;
}
#interview .intro_interview .profile .name {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-right: -0.5rem;
}
#interview .intro_interview .profile .name strong {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ef7b35;
}
#interview .intro_interview .profile .job {
  font-size: 1.4rem;
  margin-top: 0.7rem;
}
#interview .intro_interview .profile .job strong {
  display: block;
  font-weight: inherit
}
@media screen and (max-width: 668px) {
  #interview {
    overflow: hidden;
    padding-bottom: 0;
  }
  #interview .intro_interview {
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto 3rem;
    padding: 1.4rem 2.5rem;
    border-radius: 2.5rem;
  }

  #interview .intro_interview .ph {
    width: 16.5rem;
    margin: 0 auto;
  }
  #interview .intro_interview .profile {
    flex: 1;
  }
  #interview .intro_interview .profile .name {
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-right: 0;
  }
  #interview .intro_interview .profile .name strong {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ef7b35;
  }
  #interview .intro_interview .profile .job {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 0.5rem;
  }
  #interview .intro_interview .profile .job strong {
    text-align: center;
    margin-bottom: 0.3rem;
  }
}


.interview {
  width: 106rem;
  margin: 0 auto 7.5rem;
}
.interview > li + li {
  margin-top: 7rem;
}

.interview > li h2 {
  font-size: 2.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3.6rem;
  margin-bottom: 4.4rem;
  position: relative;
}
.interview > li h2::after {
  content: "";
  display: block;
  width: 6rem;
  height: 1.4rem;
  background-image: url(/project/care/images/croissant/base/h2_border_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .interview {
    width: auto;
    margin: 0 auto 6rem;
    padding: 0 1.25rem;
  }
  .interview > li + li {
    margin-top: 6.4rem;
  }

  .interview > li h2 {
    font-size: 2.5rem;
    padding-bottom: 3.1rem;
    margin-bottom: 2.5rem;
  }
  .interview > li h2::after {
    width: 3rem;
    height: 0.7rem;
  }
}


.interview > li .i_group {
  display: flex;
  justify-content: space-between;
}
.interview > li .i_group.reverse {
  flex-direction: row-reverse;
}

.interview > li .txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
}
.interview > li .ph {
  width: 23.7rem;
  margin-left: 3.9rem;
  margin-right: -2.5rem;
}
.interview > li .i_group.reverse .ph {
  width: 21.5rem;
  margin-left: -2.5rem;
  margin-right: 3.9rem;
}
.interview > li .ph .cap {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 0.6rem;
  margin-top: 1.6rem;
  position: relative;
}
.interview > li .ph .cap::before {
  content: "";
  display: block;
  width: 8.8rem;
  height: 13rem;
  background-color: #faf7e9;
  border-radius: 100rem;
  position: absolute;
  top: -6rem;
  bottom: -4rem;
  left: -2.5rem;
  z-index: -1;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .interview > li .i_group {
    display: block;
  }

  .interview > li .txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .interview > li .ph {
    width: 21.2rem;
    margin: 3.5rem auto 0!important;
  }
  .interview > li .i_group.reverse .ph {
    width: 19rem;
  }
  .interview > li .ph .cap {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 0.1rem;
    margin-top: 1.4rem;
  }
  .interview > li .ph .cap::before {
    width: 6.9rem;
    height: 10.3rem;
    top: -6rem;
    bottom: -4rem;
    left: -2.5rem;
  }
  .interview > li .ph .cap span {
    display: inline-block;
    text-align: left;
  }
}


.interview > li .i_group2 {
  padding-right: 35rem;
  position: relative;
}
.interview > li .i_group2 .reserve {
  width: 47.2rem;
  margin-left: 18.6rem;
  margin-top: 6rem;
  margin-bottom: -3rem;
}
.interview > li .i_group2 .ph {
  width: auto;
  position: absolute;
  top: -3rem;
  right: -17rem;
  z-index: -1;
}
.interview > li .i_group2 .reserve .cap {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 3rem;
  margin-top: 1.8rem;
  position: relative;
}
.interview > li .i_group2 .reserve .cap::before {
  content: "";
  display: block;
  width: 8.8rem;
  height: 13rem;
  background-color: #faf7e9;
  border-radius: 100rem;
  position: absolute;
  top: -6rem;
  bottom: -4rem;
  left: -2.5rem;
  z-index: -1;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .interview > li .i_group2 {
    display: flex;
    flex-direction: column;
    padding-right: 0;
  }
  .interview > li .i_group2 .reserve {
    width: auto;
    margin: 4.2rem auto 0;
    padding: 0 1.25rem;
    order: 1;
  }
  .interview > li .i_group2 .ph {
    width: auto;
    position: static;
    margin-top: 0 !important;
  }
  .interview > li .i_group2 .reserve .cap {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0;
    margin-top: 1.3rem;
  }
  .interview > li .i_group2 .reserve .cap::before {
    width: 6.9rem;
    height: 9.8rem;
    top: -6rem;
    bottom: -4rem;
    left: -2.5rem;
  }
}
