@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* title */
/* -------------------------------------------- */
#thought-title {
  background: url(../image/thought/bg_thought.jpg) no-repeat;
  background-size: cover;
  margin: 2em auto .5em;
  padding: 4.5em 1em;
  width: 90%;
  max-width: 1600px;
  border-radius: 20px;
}
#thought-title h1 {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
}
#thought-title h1 span {
  color: #db6f76;
}

/* -------------------------------------------- */
/* intro */
/* -------------------------------------------- */
.intro {
  margin-bottom: 5em;
  position: relative;
}
.intro .catch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #db6f76;
  font-weight: bold;
  font-size: 1.25em;
}
.intro .i-tetote {
  max-width: 900px;
  margin: 0 auto 1.5em;
  border: 3px solid #f29100;
  border-radius: 10px;
  background: #fef7ed;
  padding: 2em;
}
.intro .i-tetote dt {
  margin-bottom: .5em;
  font-weight: bold;
  font-size: 1.4em;
}
.intro .i-tetote dt span {
  color: #f29100;
}

/* -------------------------------------------- */
/* 社会に貢献 */
/* -------------------------------------------- */
.kakko-t {
  margin-bottom: 3em;
  text-align: center;
}
.kakko-t span {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  font-size: 1.5em;
  font-weight: bold;
}
.kakko-t span:before, .kakko-t span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 68px;
}
.kakko-t span:before {
  left: 0;
  background: url(../image/thought/head_l.png) no-repeat 50% 50%;
}
.kakko-t span:after {
  right: 0;
  background: url(../image/thought/head_r.png) no-repeat 50% 50%;
}

.contribute {
  margin-bottom: 8em;
}
.contribute .tetote-link dt {
  margin-bottom: .4em;
}
.contribute .tetote-link dt img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.contribute .tetote-link dd {
  font-weight: bold;
}

/* -------------------------------------------- */
/* お金ではなく仕事です */
/* -------------------------------------------- */
.need {
  margin-bottom: 5em;
  padding-bottom: 6em;
  background: url(../image/thought/line_dot.jpg) no-repeat center bottom;
}
.need p span {
  background: linear-gradient(transparent 55%, #ffed9b 55%);
}
.need .work {
  position: relative;
  min-height: 300px;
}
.need .work .photo {
  width: 45%;
}
.need .work .text {
  position: absolute;
  top: 6em;
  right: 0;
  z-index: -1;
  background: #fcefec;
  border-radius: 10px;
  width: 60%;
  padding: 4em 3em;
}
.need .work .text:before {
  position: absolute;
  top: -4em;
  right: 2em;
  content: "";
  width: 121px;
  height: 110px;
  background: url(../image/thought/fig01.png) no-repeat;
}
.need .work .text .text-in {
  width: 90%;
  margin: 0 0 0 auto;
}

/* -------------------------------------------- */
/* 売れない本≠捨てる本 */
/* -------------------------------------------- */
.notequal {
  margin-bottom: 7em;
}
.notequal .read span {
  font-weight: bold;
}
.notequal .effort-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.notequal .effort-area dl {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: center;
}
.notequal .effort-area dl dt {
  margin-bottom: 1em;
}
.notequal .effort-area dl .e-name {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4;
}
.notequal .effort-area dl .detail-btn {
  margin-top: auto;
}
.notequal .effort-area dl .detail-btn a {
  display: inline-block;
  width: 150px;
  padding: .3em;
  border-radius: 30px;
  background: #db6f76;
  color: #fff;
  font-size: .9em;
}
.notequal .effort-area dl .detail-btn a:hover {
  text-decoration: none;
  opacity: .8;
}
.notequal .note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: .9em;
}

/* -------------------------------------------- */
/* tetote */
/* -------------------------------------------- */
.tetote {
  margin-bottom: 3em;
  padding: 5em 0;
  background: url(../image/thought/bg_tetote.jpg) no-repeat;
  background-size: cover;
}
.tetote .inblock {
  position: relative;
}
.tetote .inblock:before {
  position: absolute;
  top: -8.5em;
  left: 0;
  content: "";
  width: 174px;
  height: 150px;
  background: url(../image/thought/fig02.png) no-repeat;
}
.tetote .sub-t {
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.tetote h2 {
  margin-bottom: 2em;
  text-align: center;
}
.tetote h2 span {
  position: relative;
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  color: #db6f76;
  padding: 0 2em;
}
.tetote h2 span:before, .tetote h2 span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background: #db6f76;
}
.tetote h2 span:before {
  left: 0;
}
.tetote h2 span:after {
  right: 0;
}
.tetote .explain {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 2em;
  padding: 3em 5em;
}
.tetote .explain .e-in {
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tetote .explain .e-in .text {
  width: 54%;
}
.tetote .explain .e-in .text ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  list-style: disc;
  font-weight: bold;
}
.tetote .explain .e-in .text p span {
  font-weight: bold;
}
.tetote .explain .e-in .fig {
  width: 40%;
  text-align: center;
}
.tetote .text-area p a {
  font-weight: bold;
  text-decoration: underline;
}
.tetote .text-area p a:hover {
  text-decoration: none;
}
.tetote .text-area p span {
  font-weight: bold;
  color: #db6f76;
}
.tetote .smile .s-catch {
  margin-bottom: .5em;
  padding-bottom: 1.2em;
  background: url(../image/thought/line_smile.png) no-repeat center bottom;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.tetote .smile .s-catch span {
  font-size: 1.2em;
  color: #db6f76;
}
.tetote .smile .photo-area {
  display: flex;
  justify-content: center;
}
.tetote .smile .photo-area li {
  margin-right: 2.5em;
}
.tetote .smile .photo-area li:last-child {
  margin-right: 0;
}
.tetote .smile .photo-area li:nth-child(2) {
  margin-top: 2em;
}

/* -------------------------------------------- */
/* お問合せ先 */
/* -------------------------------------------- */
.contact-area {
  display: flex;
  justify-content: space-between;
}
.contact-area .box {
  width: 48%;
  padding: 3em;
  text-align: center;
  border: 3px solid #c84b31;
  border-radius: 10px;
}
.contact-area .box dt {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 1.2em;
  font-weight: bold;
}
.contact-area .box.form .base-btn a {
  background: #c84b31;
}
.contact-area .box.tetote-contact {
  border-color: #f5a535;
}

/*===========================================================================*/
/*  media quary:1024px  */
/*===========================================================================*/
@media screen and (max-width: 1024px) {
  #thought-title {
    margin-top: 1em;
    padding: 3em 1em;
  }
  #thought-title h1 {
    font-size: 2.2em;
  }

  .intro {
    padding-top: 1em;
  }

  .contribute .read {
    text-align: left;
  }

  .need .work {
    min-height: auto;
  }
  .need .work .text {
    top: 3em;
    padding: 2em;
  }
  .need .work .text:before {
    top: -3em;
    width: 80px;
    background-size: 80px;
  }

  .tetote .inblock:before {
    background-size: 120px;
  }
  .tetote .explain {
    padding: 2em;
  }

  .contact-area .box {
    padding: 2em 1em;
  }
  .contact-area .box dt {
    font-size: 1em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  #thought-title h1 {
    font-size: 1.8em;
  }

  .intro .catch {
    font-size: 1.1em;
  }
  .intro .i-tetote dd img {
    max-width: 300px;
  }

  .kakko-t span {
    font-size: 1.3em;
  }

  .contribute {
    margin-bottom: 6em;
  }
  .contribute .kakko-t {
    margin-bottom: 2em;
  }

  .need .work .photo {
    width: 95%;
  }
  .need .work .text {
    position: static;
    width: 95%;
    margin: -2em 0 0 auto;
    padding: 3.5em 2em 2em;
  }
  .need .work .text:before {
    top: auto;
    bottom: -5em;
  }
  .need .work .text .text-in {
    width: 100%;
  }

  .notequal .read {
    text-align: left;
  }
  .notequal .effort-area dl {
    width: 32%;
  }
  .notequal .effort-area dl .e-name {
    font-size: .9em;
  }

  .tetote {
    padding: 4em 0;
  }
  .tetote .inblock:before {
    top: -7em;
  }
  .tetote .sub-t {
    font-size: 1.4em;
  }
  .tetote h2 {
    margin-bottom: 1.5em;
  }
  .tetote h2 span {
    font-size: 1.6em;
  }
  .tetote h2 span:before, .tetote h2 span:after {
    width: 30px;
  }
  .tetote .explain .e-in {
    display: block;
  }
  .tetote .explain .e-in .text {
    width: 100%;
    margin-bottom: 1em;
  }
  .tetote .explain .e-in .text .read {
    margin-bottom: 1em;
  }
  .tetote .explain .e-in .text ul {
    margin-bottom: 1em;
  }
  .tetote .explain .e-in .fig {
    width: 100%;
    text-align: center;
  }
  .tetote .smile .s-catch {
    background-size: 420px;
    font-size: 1.2em;
  }
  .tetote .smile .photo-area li {
    margin-right: 1em;
  }

  .contact-area {
    display: block;
  }
  .contact-area .box {
    width: 100%;
    padding: 1em;
  }
  .contact-area .box.form {
    margin-bottom: 1em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  #thought-title {
    padding: 2em 1em;
    border-radius: 10px;
  }
  #thought-title h1 {
    font-size: 1.4em;
    font-feature-settings: "palt";
  }

  .intro {
    margin-bottom: 3em;
    padding-top: 3em;
  }
  .intro .catch {
    font-size: 1em;
  }
  .intro .i-tetote {
    padding: 1.5em;
  }
  .intro .i-tetote dt {
    font-size: 1.2em;
  }
  .intro .i-tetote dd img {
    max-width: 200px;
  }

  .kakko-t span {
    font-size: 1.2em;
  }

  .contribute {
    margin-bottom: 4em;
  }

  .need {
    margin-bottom: 4em;
    padding-bottom: 4em;
    background-size: 300px;
  }
  .need .kakko-t {
    margin-bottom: 2em;
  }

  .notequal {
    margin-bottom: 4em;
  }
  .notequal .effort-area {
    display: block;
  }
  .notequal .effort-area dl {
    width: 100%;
    margin-bottom: 2em;
  }
  .notequal .effort-area dl dt {
    margin-bottom: .5em;
  }
  .notequal .effort-area dl .e-name {
    margin-bottom: .5em;
  }

  .tetote {
    padding: 3em 0;
  }
  .tetote .inblock:before {
    background-size: 90px;
    top: -6em;
  }
  .tetote .sub-t {
    font-size: 1.2em;
  }
  .tetote h2 span {
    padding: 0 1.5em;
    font-size: 1.4em;
  }
  .tetote h2 span:before, .tetote h2 span:after {
    width: 25px;
    height: 3px;
  }
  .tetote .explain {
    padding: 1em;
  }
  .tetote .explain .fig img {
    max-width: 220px;
  }
  .tetote .smile .s-catch {
    background-size: 280px;
    padding-bottom: 2em;
    line-height: 1.4;
  }
  .tetote .smile .s-catch em {
    display: block;
  }
  .tetote .smile .photo-area li {
    margin-right: .5em;
  }
}
