@charset "utf-8";

/* ==============================
l__mv__sub__02_sp
===============================*/
@media screen and (max-width: 900px) {
  .l__mv__sub__02 {
    width: 100%;
  }

  .l__mv__sub__02__inner {
    padding-top: 87px;
    padding-bottom: 95px;
    text-align: center;
    background-image: url(../images/bg_sub_mv_02_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* 曲線の境界線 */
    position: relative;
    border-bottom-left-radius: 80% 9%;
    border-bottom-right-radius: 80% 9%;
    margin-top: 74px;
  }

  .l__mv__sub__02__title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: 0.09em;
  }
}
/* ----------------------------
l__mv__sub___02_pc__1024-1278
-----------------------------*/
@media screen and (min-width: 900px) and (max-width: 1278px) {
  .l__mv__sub__02 {
    width: 100%;
  }

  .l__mv__sub__02__inner {
    padding-top: 164px;
    padding-bottom: 161px;
    min-width: 900px;
    max-width: 1278px;
    text-align: left;
    background-image: url(../images/bg_sub_mv_02_pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* 曲線の境界線 */
    position: relative;
    border-bottom-left-radius: 89% 29%;
    border-bottom-right-radius: 89% 29%;
    margin-top: 74px;
  }

  .l__mv__sub__02__title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: 0.09em;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 6.2%;
  }
}

/* ----------------------------
l__mv__sub__02_pc
-----------------------------*/

@media screen and (min-width: 1279px) {
  .l__mv__sub__02 {
    width: 100%;
  }

  .l__mv__sub__02__inner {
    padding-top: 164px;
    padding-bottom: 161px;
    width: 100%;
    text-align: left;
    background-image: url(../images/bg_sub_mv_02_pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* 曲線の境界線 */
    position: relative;
    border-bottom-left-radius: 89% 29%;
    border-bottom-right-radius: 89% 29%;
    margin-top: 120px;
  }

  .l__mv__sub__02__title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: 0.09em;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 6.2%;
  }
}

/* ==============================
l__privacypolicy__sub_sp
===============================*/
@media screen and (max-width: 347px) {
  .l__privacypolicy__sub {
    width: 100%;
  }

  .l__privacypolicy__sub__inner {
    padding: 45px 6% 111px;
  }

  .l__privacypolicy__sub__list {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.99;
    letter-spacing: 0.06em;
  }

  .l__privacypolicy__item {
    margin-top: 27px;
  }

  .l__privacypolicy__item:first-of-type {
    margin-top: 0;
  }

  .l__privacypolicy__item:nth-of-type(2) {
    margin-left: 5px;
  }

  .l__privacypolicy__item__list__txt {
    display: flex;
    align-items: center;
    margin-top: 3px;
  }

  .l__privacypolicy__item__list__txt:first-of-type {
    margin-top: 0;
  }

  .l__privacypolicy__item__list__txt::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    margin-right: 9px;
    top: 50%;
    margin-top: -29px;
  }

  .l__privacypolicy__item__address01 {
    line-height: 1;
  }

  .l__privacypolicy__item__address02 {
    margin-top: 13px;
    line-height: 1.5;
    letter-spacing: 0.092em;
  }
}
/*----------------------------
   l__privacypolicy__sub_pc
  ----------------------------*/
@media screen and (min-width: 348px) and (max-width: 768px) {
  .l__privacypolicy__sub {
    width: 100%;
  }

  .l__privacypolicy__sub__inner {
    padding: 45px 6% 111px;
  }

  .l__privacypolicy__sub__list {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.99;
    letter-spacing: 0.06em;
  }

  .l__privacypolicy__item {
    margin-top: 27px;
  }

  .l__privacypolicy__item:first-of-type {
    margin-top: 0;
  }

  .l__privacypolicy__item:nth-of-type(2) {
    margin-left: 5px;
  }

  .l__privacypolicy__item__list__txt {
    display: flex;
    align-items: center;
    margin-top: 3px;
  }

  .l__privacypolicy__item__list__txt:first-of-type {
    margin-top: 0;
  }

  .l__privacypolicy__item__list__txt::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    margin-right: 9px;
    top: 50%;
  }

  .l__privacypolicy__item__address01 {
    line-height: 1;
  }

  .l__privacypolicy__item__address02 {
    margin-top: 13px;
    line-height: 1.5;
    letter-spacing: 0.092em;
  }
}
/*----------------------------
   l__privacypolicy__sub
  ----------------------------*/
@media screen and (min-width: 769px) {
  .l__privacypolicy__sub {
    width: 100%;
  }

  .l__privacypolicy__sub__inner {
    padding: 123px 6% 120px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .l__privacypolicy__sub__list {
    width: 743px;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.97;
    letter-spacing: 0.08em;
  }

  .l__privacypolicy__item {
    margin-top: 46px;
  }

  .l__privacypolicy__item:nth-of-type(2) {
    margin-left: 5px;
  }

  .l__privacypolicy__item:first-of-type {
    margin-top: 0;
  }

  .l__privacypolicy__item__list__txt {
    display: flex;
    align-items: center;
  }

  .l__privacypolicy__item__list__txt::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
    margin-right: 11px;
    top: 50%;
  }

  .l__privacypolicy__item__address01 {
    line-height: 1;
  }

  .l__privacypolicy__item__address02 {
    margin-top: 18px;
    line-height: 1.5;
    letter-spacing: 0.092em;
  }
}
