@charset "UTF-8";
.ind {
  margin-bottom: 60px;
  overflow-x: hidden; }
  .ind .-hl {
    margin: 40px 0 30px; }
    .ind .-hl em {
      font-style: normal;
      color: #FD685F;
      font-size: 30px;
      font-family: 'Montserrat', sans-serif; }
    .ind .-hl h2 {
      font-weight: normal;
      color: #A5465B;
      font-size: 16px; }
    @media screen and (max-width: 559px) {
      .ind .-hl em {
        font-size: 25px;
        line-height: 1.1;
        margin-bottom: 5px;
        display: block; } }

.ind-top {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px; }
  .ind-top > figure {
    width: 100%;
    padding-left: 25%;
    background: #efeae6; }
    .ind-top > figure img.-sp {
      display: none; }
  .ind-top > figure.-rev img {
    height: 90px; }
  .ind-top > div {
    position: absolute;
    left: 8%;
    text-align: left;
    margin-top: -2%; }
    .ind-top > div .-t1, .ind-top > div .-t2, .ind-top > div .-t3 {
      text-shadow: 2px  2px 1px #ebe8e3, -2px  2px 1px #ebe8e3, 2px -2px 1px #ebe8e3, -2px -2px 1px #ebe8e3, 2px  0px 1px #ebe8e3, 0px  2px 1px #ebe8e3, -2px  0px 1px #ebe8e3, 0px -2px 1px #ebe8e3; }
    .ind-top > div .-t1 {
      font-size: 3vw;
      line-height: 1.5; }
    .ind-top > div .-t2 {
      font-size: 1vw;
      line-height: 2;
      margin: 5% 0;
      opacity: 0.5; }
    .ind-top > div .-t3 {
      font-size: 1vw;
      line-height: 2; }
  @media screen and (max-width: 959px) {
    .ind-top > figure.-rev img {
      height: 50px; } }
  @media screen and (max-width: 559px) {
    .ind-top > figure {
      padding-left: 10%; }
      .ind-top > figure img.-pc {
        display: none; }
      .ind-top > figure img.-sp {
        display: block; }
    .ind-top > div {
      left: 0%;
      padding: 0 4%;
      bottom: 35px;
      margin-top: 0px; }
      .ind-top > div .-t1 {
        font-size: 16px; }
        .ind-top > div .-t1 br {
          display: none; }
      .ind-top > div .-t2 {
        font-size: 9px;
        margin: 5px 0; }
      .ind-top > div .-t3 {
        font-size: 10px;
        line-height: 18px; } }

.ind-ban {
  margin-top: -70px; }
  .ind-ban ul li {
    padding: 10px; }
    .ind-ban ul li img {
      max-width: 300px;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 959px) {
    .ind-ban {
      margin-top: -35px; }
      .ind-ban ul li {
        padding: 5px; }
        .ind-ban ul li img {
          max-width: 150px;
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1); } }
  .ind-ban .slick-dots li button:before {
    color: #FD685F; }
  .ind-ban .slick-dots li.slick-active button:before {
    color: #FD685F; }
  @media screen and (max-width: 559px) {
    .ind-ban {
      margin-top: -20px; } }

.ind-inf-box {
  background: #FEF3F4;
  padding: 45px 0;
  margin: 0 0 60px; }
  .ind-inf-box ul {
    width: 84%;
    margin: 0px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    .ind-inf-box ul li {
      position: relative;
      padding: 10px 0;
      min-height: 90px;
      border: 1px solid #D5C0C2;
      border-width: 1px 0;
      text-align: left;
      width: 48%;
      margin-top: -1px; }
      .ind-inf-box ul li a {
        display: block;
        width: 100%;
        height: 100%; }
      .ind-inf-box ul li figure {
        width: 90px;
        height: 70px;
        overflow: hidden;
        position: absolute;
        left: 0px;
        top: 10px; }
        .ind-inf-box ul li figure img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%; }
      .ind-inf-box ul li b {
        font-size: 13px;
        width: 70px;
        line-height: 21px;
        display: inline-block;
        background: #ddd;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 120px;
        top: 10px; }
      .ind-inf-box ul li time {
        display: inline-block;
        font-size: 13px;
        line-height: 21px;
        position: absolute;
        left: 210px;
        top: 10px; }
      .ind-inf-box ul li p {
        padding: 27px 0 0 120px;
        font-size: 15px;
        line-height: 21px; }
    .ind-inf-box ul li.-cate1 b {
      background: #FD685F; }
    .ind-inf-box ul li.-cate2 b {
      background: #4BA46B; }
    .ind-inf-box ul li.-cate3 b {
      background: #C26CA8; }
  .ind-inf-box .-btn {
    margin-top: 40px; }
    .ind-inf-box .-btn a {
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 120px;
      font-size: 15px;
      line-height: 35px;
      border: 1px solid #FF938C;
      background: rgba(255, 255, 255, 0.5);
      text-align: center;
      color: #FF938C; }
      .ind-inf-box .-btn a::after {
        content: 'Ｌ';
        font-family: 'Icons';
        margin-left: 5px; }
  @media screen and (max-width: 959px) {
    .ind-inf-box ul {
      width: 92%; }
      .ind-inf-box ul li {
        width: 100%; } }

.ind-exp-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FEF3F4;
  flex-flow: row-reverse;
  margin-top: 60px; }
  .ind-exp-box .-img {
    width: 48%;
    margin-left: 2%; }
    .ind-exp-box .-img figure {
      display: block;
      width: 100%;
      height: 100%;
      margin: -30px 0 30px;
      background-size: cover;
      background-position: center center; }
      .ind-exp-box .-img figure img {
        width: 100%; }
  .ind-exp-box .-doc {
    width: 40%;
    text-align: left;
    margin-right: 2%;
    margin-left: 8%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .ind-exp-box .-doc h3 {
      font-size: 23px;
      line-height: 30px;
      color: #FF938C;
      font-weight: normal;
      margin: 45px 0 20px 0; }
    .ind-exp-box .-doc p {
      font-size: 15px;
      line-height: 35px;
      margin: 20px 0; }
  .ind-exp-box .-btn {
    margin-bottom: 90px; }
    .ind-exp-box .-btn a {
      display: block;
      width: 120px;
      font-size: 15px;
      line-height: 35px;
      border: 1px solid #FF938C;
      background: rgba(255, 255, 255, 0.5);
      text-align: center;
      color: #FF938C; }
      .ind-exp-box .-btn a::after {
        content: 'Ｌ';
        font-family: 'Icons';
        margin-left: 5px; }
  @media screen and (max-width: 959px) {
    .ind-exp-box {
      display: block; }
      .ind-exp-box .-img {
        width: 100%;
        margin: 0px; }
      .ind-exp-box .-doc {
        width: auto;
        display: block;
        margin: 0 4%;
        padding: 0 0 0.001rem 0; } }

.ind-exp-box + .ind-exp-box {
  flex-flow: row;
  background: none;
  margin-top: 0px; }
  .ind-exp-box + .ind-exp-box .-img {
    margin-left: 0%;
    margin-right: 2%; }

.ind-pas {
  background: #FEF3F4;
  padding: 0.001rem 0;
  margin-top: 50px; }

.ind-pas-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end; }
  .ind-pas-box .-img {
    width: 225px; }
    .ind-pas-box .-img img {
      width: 100%; }
  .ind-pas-box .-rate {
    text-align: center;
    background: #fff;
    width: 270px;
    height: 270px;
    min-width: 270px;
    max-width: 270px;
    -moz-border-radius: 135px;
    -webkit-border-radius: 135px;
    -o-border-radius: 135px;
    -ms-border-radius: 135px;
    border-radius: 135px;
    margin: 0 15px 50px; }
    .ind-pas-box .-rate dl {
      padding-top: 30px; }
    .ind-pas-box .-rate dt {
      font-size: 19px;
      line-height: 25px;
      font-weight: bold;
      color: #A5465B; }
    .ind-pas-box .-rate dd {
      font-family: 'Oswald', sans-serif;
      font-size: 90px;
      line-height: 100px;
      color: #FD685F;
      letter-spacing: -5px;
      padding-left: 5px; }
      .ind-pas-box .-rate dd small {
        font-size: 50px;
        padding-left: 5px; }
    .ind-pas-box .-rate p {
      font-size: 15px;
      line-height: 20px;
      color: #A5465B; }
  @media screen and (max-width: 959px) {
    .ind-pas-box {
      overflow: hidden;
      flex-flow: nowrap; }
      .ind-pas-box .-img {
        width: 135px; } }
  @media screen and (max-width: 559px) {
    .ind-pas-box .-img {
      width: 100px;
      position: relative;
      z-index: 2; }
    .ind-pas-box .-rate {
      margin: 0 -80px 60px; } }

.ind-insta-box {
  width: 92%;
  max-width: 1260px;
  margin: 0px auto; }
