<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : about.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* 共通 */
/* -------------------------------------------------- */
.about {
  background: #f2f2f2;
}

.about .h1_wrap {
  background: url(../../about/img/h1_bg.jpg) no-repeat center center/cover;
}

.about .h2 {
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 10px;
}

.about .h2:after {
  content: none;
}

.about .h2_sub {
  color: #777778;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 10px;
  font-family: "Josefin Sans", sans-serif;
}

.text {
  line-height: 2.4;
  letter-spacing: 1.5px;
}

.intro_wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro_l {
  width: 62%;
}

.intro_r {
  width: 23.75%;
  margin-top: -150px;
}

/* ------------ point01 --------------- */
.point01 {
  position: relative;
  padding: 150px 0 0;
  overflow: hidden;
}

.point_bg {
  background: url(../../about/img/point01_bg.jpg) no-repeat center left;
  height: 530px;
}

.point_bg .width_wrap {
  position: relative;
  height: 100%;
  margin-top: 125px;
}

.point_no {
  margin-bottom: 10px;
}

.pala_text {
  font-size: 150px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #dddcda;
  position: absolute;
  top: 25%;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
}

.point_box {
  width: 46%;
  background: #fff;
  padding: 40px 48px;
  position: absolute;
  bottom: -20px;
  right: 2.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.point_tit {
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 5px;
  color: #350d0e;
  margin-bottom: 10px;
}

.point_slider_wrap {
  background: #e8e8e5;
  width: 100%;
  padding-top: 95px;
}

.point_slider_wrap .width_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point_slider_tit {
  font-size: 28px;
  font-weight: bold;
  color: #350d0e;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.point_slider_text {
  font-size: 20px;
  font-weight: bold;
  color: #350d0e;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.point_slider_l {
  width: 26%;
  margin-top: -4%;
}

.point_slider_r {
  width: 73%;
  margin-bottom: 40px;
}

.point_li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.point_li div {
  width: 30%;
  position: relative;
  padding-top: 6.5%;
}

.point_li div .slider_bg {
  position: absolute;
  left: 0;
  top: 0%;
  margin: 0;
  width: 100%;
  text-align: center;
  background: #845455;
  border-radius: 50%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.point_li div .slider_bg span {
  display: block;
  width: 100%;
  line-height: 1.8;
}

.point_li div .slider_bg img {
  display: block;
  margin: 0 auto 15px;
}

.point_li .slick-list.draggable {
  width: 100%;
}

.point_li .slick-slide {
  margin: 0 0.5%;
}

.point_li .slick-track {
  padding-top: 0;
}

.point_li .slick-dots {
  display: none;
}

/* ------------ point02 --------------- */
.point02 {
  padding: 115px 0 150px;
  overflow: hidden;
}

.point02 .width_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.point_text {
  width: 42%;
}

.point_img {
  width: 46%;
  position: relative;
}

.point_img .point02_img {
  text-align: right;
  z-index: 5;
  position: relative;
}

.point_img .point02_img02 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pala_text02 {
  font-size: 150px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #dddcda;
  font-weight: bold;
  margin-bottom: 10px;
}

.white_bg {
  background: #fff;
  border: solid 2px #845455;
  border-radius: 5px;
  margin-top: 25px;
  padding: 20px 25px;
}

.white_bg ul li {
  color: #845455;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
  margin-left: 1em;
  text-indent: -1em;
}

.white_bg ul li:last-child {
  color: #350d0e;
  margin-left: 0;
  text-indent: 0;
}

/* ------------ point03 --------------- */
.point03 {
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}

.point03 .width_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.point03 .point_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.point03 .point_img p {
  margin: 0 auto;
  margin-right: 0;
  width: 50%;
}

.point03 .point_text {
  padding-left: 100px;
  background: #f2f2f2;
  z-index: 5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.point03_bg {
  position: absolute;
  top: 0;
  left: -2px;
  background: url(../../about/img/point03_bg.jpg) no-repeat top right;
  max-width: 1000px;
  width: 1000px;
  height: 100%;
}

.pala_text03 {
  font-size: 150px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #dddcda;
  font-weight: bold;
  margin-bottom: 10px;
  position: absolute;
  top: 0%;
  right: -150px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.flex_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.flex_circle .circle {
  width: 24%;
  padding-top: 24%;
  position: relative;
  margin-right: 30px;
}

.flex_circle .circle p {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #845455;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  height: 100%;
}

.flex_circle .circle p span {
  display: block;
  width: 100%;
  text-align: center;
}

.flex_circle .circle p span.big {
  font-size: 23px;
}

/* ------------ point04 --------------- */
.point04 {
  padding: 115px 0 150px;
  overflow: hidden;
}

.point04 .width_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.point04 .point_text {
  max-width: 460px;
}

.point04 .white_bg {
  line-height: 1.6;
  letter-spacing: 1px;
}

.white_bg_tit {
  font-weight: bold;
  border-bottom: solid 1px #1b0c0c;
  color: #1b0c0c;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.white_bg_text {
  font-size: 12px;
  line-height: 1.8;
}

.pala_text04 {
  font-size: 150px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #dddcda;
  font-weight: bold;
  margin-top: 30px;
  margin-left: -14px;
}

.point04_img02 {
  text-align: right;
  margin-top: 30px;
}

/* ------------ point05 --------------- */
.point05 {
  position: relative;
  padding-bottom: 150px;
}

.point05_bg {
  background: url(../../about/img/point05_bg.jpg) no-repeat top right;
  position: absolute;
  right: 0;
  top: 0;
  height: 400px;
  width: 50%;
  max-width: 1000px;
}

.pala_text05 {
  font-size: 150px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #dddcda;
  font-weight: bold;
  margin-bottom: 10px;
  position: absolute;
  top: 0%;
  left: -39px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: -1;
}

.not_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.point_bottom {
  background: #e8e8e5;
  color: #1b0c0c;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 70px 0 40px;
  letter-spacing: 3px;
}

.point_link {
  padding-top: 20px;
  color: #845455;
  font-size: 12px;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}

.point_link a {
  color: #845455;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: normal;
}

.point_link span {
  display: block;
  border-bottom: solid 2px #845455;
  border-left: solid 2px #845455;
  -webkit-transform: rotate(-36deg) skew(20deg);
          transform: rotate(-36deg) skew(20deg);
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* pc調整のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 888px) {
  /* --------------point03-------------------- */
  .point03 {
    padding-bottom: 0;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .point03 .point_text {
    padding-left: 0;
    width: 100%;
  }
  .point03 .point_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    margin: 100px auto 0;
    margin-right: 0;
  }
  .point03_bg {
    top: inherit;
    bottom: 60px;
    left: 20px;
    max-width: 1000px;
    width: calc(100% - 40px);
    background: url(../../about/img/point03_bg_sp.jpg) no-repeat top right/cover;
    height: 330px;
  }
  .flex_circle .circle {
    width: 47%;
    padding-top: 47%;
    margin-right: 6%;
  }
  .flex_circle .circle:nth-of-type(2n) {
    margin-right: 0;
  }
  .flex_circle .circle span {
    font-size: 14px;
  }
  .pala_text03 {
    font-size: 50px;
    top: inherit;
    right: inherit;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    left: 20px;
    bottom: -13px;
    margin-bottom: 0;
    letter-spacing: 5px;
  }
  /* --------------pc調整のCSS END----------------- */
}

/*----------------------------------------------------------*/
/* pcホバー用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* --------------pcホバー用のCSS END----------------- */
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .about .h2 {
    letter-spacing: 5px;
    line-height: 1.4;
  }
  .about .h2_sub {
    margin-top: 0px;
    color: #777778;
  }
  /* --------------intro---------------- */
  .intro_wrap {
    padding: 0 20px 50px;
  }
  .intro_r {
    display: none;
  }
  .intro_l {
    width: 100%;
  }
  /* --------------point01-------------------- */
  .point01 {
    padding: 50px 0px 0;
  }
  .point_box {
    width: 100%;
    padding: 15px 20px;
    position: inherit;
    bottom: inherit;
    right: inherit;
    margin-bottom: 30px;
  }
  .point_bg {
    background: url(../../about/img/point01_bg_sp.jpg) no-repeat top center/auto 210px;
    margin-top: 25px;
    height: auto;
  }
  .point_bg .width_wrap {
    padding-top: 190px;
    margin-top: 0;
  }
  .pala_text {
    font-size: 50px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    z-index: 2;
    right: -2px;
    top: 1px;
  }
  .point_tit {
    font-size: 24px;
    letter-spacing: 2px;
    z-index: 5;
    position: relative;
  }
  .point_slider_r {
    width: calc(100% + 40px);
    margin-top: 50px;
    margin-left: -20px;
  }
  .point_slider_wrap {
    padding-top: 35px;
    min-width: inherit;
  }
  .point_slider_l {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .point_slider_tit {
    font-size: 22px;
  }
  .point_slider_text {
    font-size: 16px;
  }
  .point_li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .point_li div {
    width: 190px;
    padding-top: calc(30% - 22.5%);
  }
  .point_li div .slider_bg img {
    height: 37px;
    width: auto;
  }
  .point_li .slick-list.draggable {
    margin-left: 0;
  }
  .point_li .slick-slide {
    margin: 0 0.5%;
  }
  .point_li .slick-slide:nth-of-type(3n) {
    margin-right: 0.5%;
  }
  /* --------------point02-------------------- */
  .point02 {
    padding: 50px 0;
  }
  .point02 .point_img {
    margin-top: 25px;
  }
  .point_img {
    width: 100%;
  }
  .point_img .point02_img {
    width: 50%;
    margin: 0 auto;
    margin-right: 0;
  }
  .point_img .point02_img02 {
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin-top: -100px;
    width: 60%;
    margin-left: 10%;
  }
  .point_text {
    width: 100%;
  }
  .pala_text02 {
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    top: 15px;
  }
  .pala_text02_sp {
    font-size: 50px;
    line-height: 1;
    font-family: "Josefin Sans", sans-serif;
    color: #dddcda;
    font-weight: bold;
  }
  .white_bg {
    margin-top: 15px;
    padding: 15px 20px;
  }
  .point03_bg {
    height: 200px;
  }
  /* --------------point04-------------------- */
  .point04 {
    padding: 70px 0;
  }
  .point04 .width_wrap {
    position: relative;
  }
  .point04 .white_bg {
    margin-bottom: 30px;
  }
  .point04_img {
    width: 82%;
  }
  .point04_img02 {
    width: 50%;
    margin: 10px auto 0;
    margin-right: 0;
  }
  .pala_text04 {
    font-size: 50px;
    position: absolute;
    bottom: -27px;
    z-index: 5;
    margin-left: 0px;
  }
  /* --------------point05-------------------- */
  .point05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .pala_text05 {
    display: none;
  }
  .point05_bg {
    position: inherit;
    background: url(../../about/img/point05_bg_sp.jpg) no-repeat top right/cover;
    height: 200px;
    width: calc(100% - 40px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    left: 20px;
  }
  .not_circle {
    width: 100%;
    margin: 15px 0;
  }
  .point_link span {
    margin: -4px auto 0;
  }
  .point_bottom {
    font-size: 24px;
    padding: 40px 0;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=about.css.map */</pre></body></html>