@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
/*-----------------------------------------------------------------
	style05
----------------------------------------------------------------- */
.titleStyle05 {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 15px;
  font-weight: 400;
}
.titleStyle05:before {
  content: "";
  width: 3px;
  height: 80%;
  background-color: #F77B93;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.titleStyle05 span {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .titleStyle05 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle05 {
    margin-bottom: 40px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    padding-left: 15px;
  }
  .titleStyle05.letter {
    letter-spacing: -0.03em;
  }
}

/* ===================================================================================
- headline
====================================================================================== */
.headline01 {
  padding: 18px 20px;
  background-color: #fff;
  border-top: 1px solid #E6E6E6;
}
.headline01 .title {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .headline01 {
    padding: 23px 20px;
  }
  .headline01 .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 980px) {
  .headline01 {
    padding: 40px 50px;
  }
  .headline01 .title {
    font-size: 30px;
  }
}

/* =============================================
- _colLayout
================================================ */
/*-----------------------------------------------------------------
	colLayout06
----------------------------------------------------------------- */
.colLayout06 {
  line-height: 1.6em;
}
.colLayout06 .right {
  padding-top: 15px;
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.colLayout06 .right .scene {
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  font-family: "Josefin Sans", sans-serif;
  color: #F8F8EC;
  font-size: 40px;
}
.colLayout06 .right .scene span {
  font-size: 25px;
  padding-right: 5px;
}
.colLayout06 + .colLayout06 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .colLayout06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .colLayout06 .left {
    width: 30%;
  }
  .colLayout06 .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 0px 0px 30px;
    margin-top: 0px;
  }
  .colLayout06 .right .scene {
    top: 0px;
    right: 0px;
    font-size: 40px;
  }
  .colLayout06 .right .scene span {
    font-size: 25px;
    padding-right: 5px;
  }
  .colLayout06.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .colLayout06.reverse .right {
    padding: 30px 30px 0px 0px;
  }
  .colLayout06.reverse .right .scene {
    right: auto;
    left: 0px;
  }
  .colLayout06 + .colLayout06 {
    margin-top: 35px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout06 .right {
    padding: 40px 0px 0px 30px;
  }
  .colLayout06 .right .scene {
    font-size: 70px;
  }
  .colLayout06 .right .scene span {
    font-size: 45px;
    padding-right: 8px;
  }
  .colLayout06.reverse .right {
    padding: 40px 30px 0px 0px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout06 .right {
    margin-top: 15px;
    padding: 60px 0px 0px 90px;
  }
  .colLayout06 .right .scene {
    font-size: 100px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1180px) and (min-width: 980px) {
  .colLayout06 .right .scene {
    font-weight: bold;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout06 .right .scene span {
    font-size: 45px;
    padding-right: 8px;
  }
  .colLayout06 .right .textArea p {
    font-size: 17px;
    line-height: 2.1em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .colLayout06 .left {
    width: 420px;
  }
  .colLayout06.reverse .right {
    padding: 60px 90px 0px 0px;
  }
  .colLayout06 + .colLayout06 {
    margin-top: 50px;
  }
}

/* =============================================
- _boxStyle
================================================ */
.whiteBox {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.grayBox {
  padding: 15px;
  background-color: #FAFAFA;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .whiteBox, .grayBox {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 980px) {
  .whiteBox, .grayBox {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1180px) {
  .whiteBox, .grayBox {
    padding: 55px 65px;
  }
}
