@charset "UTF-8";
/*=======================================
福利厚生
=========================================*/
.p-dialogue__intro {
  position: relative;
  padding-bottom: 200px;
  padding-top: 92px;
}
.p-dialogue__intro h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 140%;
  color: #0033CD;
}
.p-dialogue__intro p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #1E1E1E;
  margin: 48px auto 80px;
}
.p-dialogue__intro .data {
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
  color: #353535;
  margin-top: 16px;
}
.p-dialogue__intro .type-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-dialogue__intro .type-wrap:before, .p-dialogue__intro .type-wrap:after {
  content: none;
}
.p-dialogue__intro .type-wrap .type {
  display: flex;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 360px;
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-dialogue__intro .type-wrap .type:before, .p-dialogue__intro .type-wrap .type:after {
  content: none;
}
.p-dialogue__intro .type-wrap .type h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 50px;
}
.p-dialogue__intro .type-wrap .type:nth-child(n+4) {
  margin-top: 16px;
}
.p-dialogue__intro .type-wrap .type:nth-child(1), .p-dialogue__intro .type-wrap .type:nth-child(2), .p-dialogue__intro .type-wrap .type:nth-child(3) {
  min-height: 429px;
}
.p-dialogue__intro .type-wrap .type:nth-child(4), .p-dialogue__intro .type-wrap .type:nth-child(5), .p-dialogue__intro .type-wrap .type:nth-child(6) {
  min-height: 460px;
}
.p-dialogue__intro .type-wrap .type:nth-child(4) h3, .p-dialogue__intro .type-wrap .type:nth-child(5) h3, .p-dialogue__intro .type-wrap .type:nth-child(6) h3 {
  min-height: 62px;
  /* 2行分の高さを最低限確保 */
}
.p-dialogue__intro .type-wrap .type:nth-child(7), .p-dialogue__intro .type-wrap .type:nth-child(8), .p-dialogue__intro .type-wrap .type:nth-child(9) {
  min-height: 485px;
}
.p-dialogue__intro .wave {
  position: absolute;
  bottom: -119px;
  /* SVG高さ(238px)の半分だけ下にずらす */
  left: 0;
  width: 100%;
  height: 238px;
  /* 元のSVGの高さ */
  overflow: hidden;
}
.p-dialogue__intro .wave svg {
  display: block;
  width: 100%;
  height: auto;
}
.p-dialogue__other {
  background-color: #EFEDD7;
  padding-bottom: 186px;
  padding-top: 70px;
}
.p-dialogue__other .other-wrap {
  position: relative;
  z-index: 10;
}
.p-dialogue__other .other-wrap .item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 80px;
}
.p-dialogue__other .other-wrap .item:last-child {
  margin-bottom: 0;
}
.p-dialogue__other .other-wrap .item:before, .p-dialogue__other .other-wrap .item:after {
  content: none;
}
.p-dialogue__other .other-wrap .item .txt {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0 96px 0 96px;
  border-radius: 0 96px 0 96px;
  padding: 80px 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-dialogue__other .other-wrap .item .txt h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #CD8200;
  margin-bottom: 40px;
}
.p-dialogue__other .other-wrap .item .txt p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  color: #1E1E1E;
}
.p-dialogue__other .other-wrap .item .icon {
  text-align: center;
}
.p-dialogue__other .other-wrap .item:nth-child(odd) .icon {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
.p-dialogue__other .other-wrap .item:nth-child(1) .txt {
  width: 625px;
}
.p-dialogue__other .other-wrap .item:nth-child(1) .icon {
  width: calc(100% - 625px);
}
.p-dialogue__other .other-wrap .item:nth-child(2) .txt {
  width: 741px;
}
.p-dialogue__other .other-wrap .item:nth-child(2) .icon {
  width: calc(100% - 741px);
}
.p-dialogue__other .other-wrap .item:nth-child(3) .txt {
  width: 608px;
}
.p-dialogue__other .other-wrap .item:nth-child(3) .icon {
  width: calc(100% - 608px);
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-dialogue__intro {
    position: relative;
    padding-bottom: 60px;
    padding-top: 200px;
  }
  .p-dialogue__intro h2 {
    font-size: 28px;
  }
  .p-dialogue__intro .type-wrap .type {
    width: 49%;
    padding: 20px 10px;
    -webkit-align-items: center;
    align-items: center;
  }
  .p-dialogue__intro .type-wrap .type .icon {
    margin-top: auto;
    width: 80%;
  }
  .p-dialogue__intro .type-wrap .type h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .p-dialogue__intro .type-wrap .type:nth-child(n+3) {
    margin-top: 2%;
  }
  .p-dialogue__intro .type-wrap .type:nth-child(n+4) {
    margin-top: 2%;
  }
  .p-dialogue__intro .type-wrap .type:nth-child(1), .p-dialogue__intro .type-wrap .type:nth-child(2), .p-dialogue__intro .type-wrap .type:nth-child(3) {
    min-height: auto;
  }
  .p-dialogue__intro .type-wrap .type:nth-child(4), .p-dialogue__intro .type-wrap .type:nth-child(5), .p-dialogue__intro .type-wrap .type:nth-child(6) {
    min-height: auto;
  }
  .p-dialogue__intro .type-wrap .type:nth-child(4) h3, .p-dialogue__intro .type-wrap .type:nth-child(5) h3, .p-dialogue__intro .type-wrap .type:nth-child(6) h3 {
    min-height: auto;
  }
  .p-dialogue__intro .type-wrap .type:nth-child(7), .p-dialogue__intro .type-wrap .type:nth-child(8), .p-dialogue__intro .type-wrap .type:nth-child(9) {
    min-height: auto;
  }
  .p-dialogue__intro .wave {
    position: absolute;
    bottom: -30px;
    /* SVG高さ(238px)の半分だけ下にずらす */
    left: 0;
    width: 100%;
    height: 63px;
    /* 元のSVGの高さ */
    overflow: hidden;
  }
  .p-dialogue__intro .wave svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .p-dialogue__other {
    padding-top: 140px;
  }
  .p-dialogue__other .other-wrap .item {
    display: block;
    position: relative;
    margin-bottom: 160px;
  }
  .p-dialogue__other .other-wrap .item:before, .p-dialogue__other .other-wrap .item:after {
    content: none;
  }
  .p-dialogue__other .other-wrap .item .txt {
    background-color: #FFF;
    -webkit-border-radius: 0 40px 0 40px;
    border-radius: 0 40px 0 40px;
    padding: 40px 24px;
  }
  .p-dialogue__other .other-wrap .item .txt h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .p-dialogue__other .other-wrap .item .txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #1E1E1E;
    margin-bottom: 1.5em;
  }
  .p-dialogue__other .other-wrap .item .icon {
    text-align: center;
  }
  .p-dialogue__other .other-wrap .item:nth-child(odd) .icon {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .p-dialogue__other .other-wrap .item:nth-child(1) .txt {
    width: 100%;
  }
  .p-dialogue__other .other-wrap .item:nth-child(1) .icon {
    width: 50%;
    position: absolute;
    right: 0;
    top: -140px;
  }
  .p-dialogue__other .other-wrap .item:nth-child(2) .txt {
    width: 100%;
  }
  .p-dialogue__other .other-wrap .item:nth-child(2) .icon {
    width: 50%;
    position: absolute;
    right: 0;
    top: -140px;
  }
  .p-dialogue__other .other-wrap .item:nth-child(3) .txt {
    width: 100%;
  }
  .p-dialogue__other .other-wrap .item:nth-child(3) .icon {
    width: 35%;
    position: absolute;
    right: -10px;
    top: -140px;
  }
}
