@charset "UTF-8";

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* アニメーション設定 */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */


.black {
  display: block;
  background-color: #005DAC;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#contents_point02 .line01 .black, #contents_point04 .line01 .black, #contents_point06 .line01 .black, #contents_point06 .line02 .black {
  background-color: #fff;
}

#contents_point01 .line01 .black, #contents_point03 .line01 .black, #contents_point05 .line01 .black, #contents_point05 .line02 .black {
  background-color: #000;
}

.contents_title .line {
  display: block;
  position: relative;
  max-height: 55px;
}

.contents_title .line .texts {
  display: block;
  opacity: 0;
}

#contents_point01 .line, #contents_point02 .line, #contents_point03 .line, #contents_point04 .line {
  text-align: center;
  max-height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1030px) {

  #contents_point01 .line, #contents_point02 .line, #contents_point03 .line, #contents_point04 .line {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
  }
}

#contents_point05 .line {
  text-align: left;
  max-height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 2%;
}

#contents_point06 .line {
  text-align: right;
  max-height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 2%;
}

@media screen and (min-width: 751px) {

  #contents_point06 .line01 {
    width: 300px;
    margin-left: 420px;
  }

}

#contents_point .line {
  text-align: center;
  max-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents_pointArea .contents_title {
  font-size: 4rem;
    color: #005DAC;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0.1em;
    top: 0%;
    left: 0;
    margin-left: 10%;
    z-index: 5;
}

.contents_pointArea.blue .contents_title {
  text-align: right;
  color: #FFF;
  top: 0;
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 10%;
  z-index: 5;
}


.contents_pointArea .contents_wrapper h2 span {
  font-size: 8.8rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    display: inline-block;
}

.contents_pointArea.blue .contents_wrapper h2 span {
  color: #FFF;
}

@media screen and (max-width: 1030px) {

  .contents_pointArea .contents_wrapper h2 span {
    font-size: 10vw;
  }
}



/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* MV */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

#contents_mv .contents_wrapper {
    width: 100%;
    min-height: 750px;
    position: relative;
    margin-top: 230px;
}

#contents_mv .contents_wrapper .contents_inner {
  width: 90%;
  margin: auto;
}

#contents_mv .contents_title {
    width: 90%;
    max-width: 1050px;
    z-index: 1;
    top: -10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#contents_mv .contents_title p {
  color: #005DAC;
  text-align: right;
  width: 90%;
  font-weight: bold;
}

#contents_mv .contents_title h2 {
    font-size: 9.6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #005DAC;
}

#contents_mv .contents_title_txt {
  text-align: center;
    width: 95%;
    font-size: 2.4rem;
    line-height: 2;
    margin: 120px auto 0 auto;
}

#contents_mv .point_number {
  position: absolute;
  right: 5%;
  bottom: -15%;
  font-size: 18rem;
  font-weight: 500;
  color: #005DAC;
  display: block;
}

@media screen and (max-width: 1030px) {

  #contents_mv .contents_wrapper  {
    min-height: auto;
    margin-top: 30%;
  }

  #contents_mv .contents_title h2 {
    font-size: 7vw;
  }

}

@media screen and (max-width: 750px) {

  #contents_mv .contents_wrapper  {
    margin-top: 20%;
    padding-top: 30%;
  }

  #contents_mv .contents_title {
    top: 15%;
  }

  #contents_mv .contents_title p {
    text-align: right;
    width: 97%;
  }

  #contents_mv .contents_title h2 {
    font-size: 3.5rem !important;
    letter-spacing: 0.1em;
    text-align: right;
    margin: auto;
    display: block;
    width: 95%;
  }

  #contents_mv .contents_title_txt {
    margin: 60px auto 0 auto;
    font-size: 1.5rem;
    width: 70%;
  }

}

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* インタビューエリア */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

.contents_interviewArea {
  width: 100%;
    padding: 87px 0 40px 0;
    margin-top: 80px;
    background: #F7F8F8;
}

.contents_interviewArea.gray {
  background: #F7F8F8;
}

.contents_interviewArea .contents_wrapper {
  width: 90%;
  max-width: 1030px;
  margin: auto;
  min-height: 700px;
}

.contents_interviewArea .contents_wrapper .contents_title {
  font-size: 6.4rem;
  color: #005DAC;
  right: 0;
  top: 0;
  font-weight: 500;
  z-index: 2;
}

.contents_interviewArea.gray .contents_wrapper .contents_title {
  left: 0;
}

.contents_interviewArea .contents_wrapper .contents_imageBox {
  width: 90%;
    max-width: 672px;
    position: absolute;
    left: 205px;
    top: 50px;
    z-index: 1;
}
.contents_interviewArea .contents_wrapper .contents_imageBox img {
  position: relative;
    z-index: 3;
    top: 0;
    left: 0;
}

.contents_interviewArea.gray .contents_wrapper .contents_imageBox {
  left: 30px;
}

.contents_interviewArea .contents_wrapper .image_back {
  width: 516px;
    height: 336px;
    position: absolute;
    right: -30px;
    top: 180px;
    z-index: 0;
    border: 8px solid #005DAC;
}

.contents_interviewArea.gray .contents_wrapper .image_back {
  left: -30px;
}

.contents_interviewArea .contents_wrapper .contents_profileBox {
    width: 90%;
    max-width: 385px;
    position: absolute;
    top: 120px;
    z-index: 4;
}

.contents_interviewArea.gray .contents_wrapper .contents_profileBox {
  right: 0;
}

.contents_profileBox .contents_headline {
    font-size: 2.4rem;
    color: #005DAC;
    margin-bottom: 28px;
    font-style: italic;
}

.contents_profileBox .contents_inner_copy {
  font-size: 6.4rem;
  letter-spacing: 0;
  color: #005DAC;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 4px solid #005DAC;
}

.contents_profileBox .contents_inner_copy.spacing01 {
  letter-spacing: 0.1em;
}

.contents_interviewArea.gray .contents_profileBox .contents_headline, .contents_interviewArea.gray .contents_profileBox .contents_inner_copy{
  text-align: right;
}

.contents_profileBox .contents_inner_name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 60px;
    border-top: 4px solid #005DAC;
}

.contents_profileBox .contents_inner_data {
    font-size: 1.2rem;
    line-height: 2;
}

.contents_interviewArea.gray .contents_profileBox .contents_inner_name, .contents_interviewArea.gray .contents_profileBox .contents_inner_data {
  padding-left: 160px;
}

.contents_profileBox .contents_inner_data span {
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {

  .contents_interviewArea {
    padding: 65px 0 10px 0;
    margin-top: 0;
  }

  .contents_interviewArea .contents_wrapper {
    min-height: auto;
  }

  .contents_interviewArea .contents_wrapper .contents_title {
    font-size: 2.8rem;
    top: -7%;
    letter-spacing: 0.1em;
  }

  .contents_interviewArea .contents_wrapper .contents_imageBox {
    position: relative;
    top: 0;
    left: 0;
  }

  .contents_interviewArea .contents_wrapper .image_back {
    width: 60%;
    height: 65%;
    right: -10%;
    top: 45%;
    border: 4px solid #005DAC;
  }

  .contents_interviewArea .contents_wrapper .contents_profileBox {
    position: relative;
    margin: 40px auto 30px auto;
    top: 0;
  }

  .contents_profileBox .contents_inner_copy {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .contents_profileBox .contents_inner_copy {
    font-size: 1.6rem;
    padding-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .contents_profileBox .contents_inner_name {
    font-size: 1.6rem;
    margin-bottom: 15px;
    border-top: 2px solid #005DAC;
    padding-top: 20px;
  }

  .contents_inner_dataBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }

  .contents_inner_dataBox p:first-of-type {
    margin-right: 20px;
  }

  .contents_wrapper .contents_comment {
    position: relative;
    top: 0;
  }

  .contents_wrapper .contents_comment p.comment_head {
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }

  .contents_wrapper .contents_comment p {
    margin-bottom: 30px;
  }

  .contents_interviewArea.gray .contents_wrapper .contents_title {
    left: auto;
    right: 0;
  }

  .contents_interviewArea.gray .contents_wrapper .contents_imageBox {
    left: 0;
  }

  .contents_interviewArea.gray .contents_wrapper .image_back {
    left: auto;
  }

  .contents_interviewArea.gray .contents_profileBox .contents_headline, .contents_interviewArea.gray .contents_profileBox .contents_inner_copy {
    text-align: left;
  }

  .contents_interviewArea.gray .contents_profileBox .contents_inner_name, .contents_interviewArea.gray .contents_profileBox .contents_inner_data {
    padding-left: 0;
  }

  .contents_profileBox .contents_headline {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 15px;
  }


}


/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

/* point */

/* ———————————————————————————————————————————————————————————————————————————————————————————————————— */

.contents_pointArea .contents_wrapper {
  padding: 100px 0 50px 0;
  background: #FFF;
}

#contents_point03.contents_pointArea .contents_wrapper {
  padding: 100px 0 50px 0;
}

.contents_pointArea.blue .contents_wrapper {
  padding: 100px 0 0 0;
  background: #005DAC;
}

#contents_point05.contents_pointArea .contents_wrapper {
  padding: 100px 0 50px 0;
}

.contents_pointArea .contents_point_number {
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
    display: flex;
    justify-content: left;
    position: absolute;
    top: -7%;
    right: 8%;
    z-index: 2;
}

.contents_pointArea.blue .contents_point_number {
  left: 8%;
}

.contents_pointArea .contents_point_number p {
  font-size: 6rem;
    color: #005DAC;
    font-weight: 500;
}

.contents_pointArea .contents_point_number span {
  font-size: 1.2rem;
    line-height: 1.5;
    margin-left: 15px;
    margin-top: 12px;
    color: #005DAC;
    text-align: left;
}

.contents_pointArea.blue .contents_point_number p, .contents_pointArea.blue .contents_point_number span {
  color: #8DD6ED;
}

.contents_pointArea .contents_imageBox {
  width: 100%;
    height: 780px;
    position: relative;
}

#contents_point02.contents_pointArea .contents_imageBox {
  height: 780px;
}

#contents_point03.contents_pointArea .contents_imageBox {
    height: 650px;
}

#contents_point04.contents_pointArea .contents_imageBox {
    height: 1050px;
}

#contents_point05.contents_pointArea .contents_imageBox {
    height: 670px;
}

.contents_pointArea .contents_imageBox img {
  width: 85%;
    height: auto;
    max-width: 826px;
    position: absolute;
    right: 0;
    margin-right: 2.5%;
}

.contents_pointArea.blue .contents_imageBox img {
  width: 85%;
  height: auto;
  max-width: 826px;
  position: absolute;
  left: 0;
  margin-left: 2.5%;
  margin-right: 0;
}

/* .contents_pointArea.blue .contents_imageBox {
  text-align: left;
    margin-right: 15%;
    margin-left: 5%;
} */

.contents_pointArea .contents_txtBox {
  max-width: 450px;
    width: 40%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 15%;
}

#contents_point02.contents_pointArea .contents_txtBox, #contents_point05.contents_pointArea .contents_txtBox {
  max-width: 500px;
  bottom: 10%;
}

#contents_point06.contents_pointArea .contents_txtBox  {
  bottom: 10%;
}

#contents_point03.contents_pointArea .contents_txtBox {
  bottom: 0;
}

.contents_pointArea.blue .contents_txtBox {
  right: 0;
  left: auto;
}

.contents_pointArea .contents_imageBox .contents_headline {
  color: #005DAC;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 2;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-left: 10%;
    padding-right: 4%;
    top: 19%;
    position: absolute;
    border-bottom: 4px solid;
}

#contents_point03.contents_pointArea .contents_imageBox .contents_headline {
  top: 25%;
  padding-right: 13%;
}

#contents_point04.contents_pointArea.blue .contents_imageBox .contents_headline {
  top: 15%;
  padding-left: 0;
}

.contents_pointArea.blue .contents_imageBox .contents_headline {
  font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 2;
    font-weight: bold;
    padding-bottom: 50px;
    padding-left: 6%;
    padding-right: 10%;
    top: 20%;
    right: 0;
    position: absolute;
    border-bottom: 4px solid;
    color: #FFF;
    text-align: right;
}

#contents_point05.contents_pointArea .contents_imageBox .contents_headline {
    top: 18%;
    padding-right: 14%;
}

#contents_point06.contents_pointArea.blue .contents_imageBox .contents_headline {
    top: 20%;
    padding-left: 16%;
    text-align: right;
}

.contents_pointArea .contents_imageBox .contents_txt {
  font-size: 1.4rem;
    line-height: 2;
    position: absolute;
    max-width: 600px;
    padding-left: 0;
    left: 0;
    padding-left: 10%;
    bottom: 8%;
}

#contents_point03.contents_pointArea .contents_imageBox .contents_txt {
  bottom: 7%;
}

#contents_point05.contents_pointArea .contents_imageBox .contents_txt {
    bottom: 16%;
}

.contents_pointArea.blue .contents_imageBox .contents_txt {
  font-size: 1.4rem;
    line-height: 2;
    position: absolute;
    max-width: 600px;
    padding-left: 0;
    right: 0;
    left: auto;
    padding-right: 10%;
    bottom: 18%;
    color: #FFF;
}

#contents_point02.contents_pointArea.blue .contents_imageBox .contents_txt {
  bottom: 17%;
}

#contents_point04.contents_pointArea.blue .contents_imageBox .contents_txt {
  bottom: 14%;
  max-width: 530px;
}

#contents_point06.contents_pointArea.blue .contents_imageBox .contents_txt {
    bottom: 28%;
    max-width: 500px;
}

@media screen and (min-width: 1650px) {
  #contents_point04.contents_pointArea.blue .contents_imageBox .contents_txt, #contents_point06.contents_pointArea.blue .contents_imageBox .contents_txt {
    max-width: 550px;
  }
}

.contents_pointArea .contents_txtBox .contents_headline {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
    line-height: 2;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 4px solid;
    padding-left: 25%;
}

.contents_pointArea .contents_txtBox .contents_txt {
  font-size: 1.4rem;
    line-height: 2;
    padding-left: 25%;
}

.contents_pointArea.blue .contents_txtBox .contents_headline, .contents_pointArea.blue .contents_txtBox .contents_txt {
    padding-left: 0;
    color: #FFF;
}

.contents_pointArea.blue .contents_txtBox .contents_txt {
    margin-right: 15%;
}

.contents_sub_wrapper {
    width: 100%;
    margin: auto;
    padding: 30px 0 95px 0;
    position: relative;
    background: #FFF;
}

.contents_sub_wrapper.blue {
  background: #005DAC;
}

#contents_point06 {
  margin-bottom: 180px;
}

#contents_point01 .contents_sub_wrapper img {
  width: 844px;
    max-width: 100%;
    margin: auto;
}

#contents_point02 .contents_sub_wrapper img {
    width: 1002px;
    max-width: 100%;
    margin: auto;
    display: block;
}

#contents_point03 .contents_sub_wrapper p.image_head {
  font-size: 2rem;
    text-align: center;
    margin-bottom: 33px;
}

.contents_sub_wrapper .sub_imageBox {
  max-width: 1070px;
    width: 90%;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.contents_sub_wrapper .sub_imageBox span {
  position: absolute;
    font-size: 4rem;
    font-weight: 500;
    left: 0;
    right: 0;
    margin: auto;
    width: 254px;
    top: 35%;
    text-align: center;
}

.contents_sub_wrapper .sub_imageBox .sub_image {
  width: 50%;
}

#contents_point03 .contents_sub_wrapper .sub_imageBox .sub_image {
  max-width: 498px;
}

#contents_point04 .contents_sub_wrapper .sub_imageBox div.sub_image:first-of-type {
  max-width: 527px;
}

#contents_point04 .contents_sub_wrapper .sub_imageBox div.sub_image:last-of-type {
  max-width: 487px;
}

.contents_sub_wrapper .sub_imageBox .sub_image p {
  font-size: 1.4rem;
    margin-top: 10px;
}

@media screen and (max-width: 1030px) {

  #contents_point05.contents_pointArea .contents_wrapper, #contents_point06.contents_pointArea.blue .contents_wrapper {
    min-height: auto;
  }

  #contents_mv .point_number {
    display: none;
  }

  #contents_point02 .contents_sub_wrapper img {
    width: 80%;
    display: block;
  }

  .contents_pointArea .contents_imageBox {
    width: 90%;
    height: auto;
    margin: auto;
    padding-bottom: 50px;
  }

  #contents_point02.contents_pointArea .contents_imageBox, #contents_point03.contents_pointArea .contents_imageBox, #contents_point04.contents_pointArea .contents_imageBox, #contents_point05.contents_pointArea .contents_imageBox {
    height: auto;
  }

  .contents_pointArea .contents_imageBox img, .contents_pointArea.blue .contents_imageBox img {
    width: 100%;
    position: relative;
    margin: 0 auto 50px auto;
  }

  .contents_pointArea .contents_title {
    position: relative;
    margin: auto;
  }

  .contents_pointArea .contents_imageBox .contents_headline, .contents_pointArea .contents_imageBox .contents_txt, .contents_pointArea.blue .contents_imageBox .contents_headline, .contents_pointArea.blue .contents_imageBox .contents_txt {
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
  }

  .contents_pointArea .contents_txtBox {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: auto;
    top: 0;
    left: 0;
  }

  #contents_point02.contents_pointArea .contents_txtBox, #contents_point05.contents_pointArea .contents_txtBox {
    width: 90%;
    max-width: 100%;
  }

  .contents_pointArea .contents_txtBox h2, .contents_pointArea .contents_imageBox .contents_headline, .contents_pointArea .contents_imageBox .contents_txt {
    padding-left: 0;
  }

  .contents_pointArea.blue .contents_imageBox .contents_headline, .contents_pointArea.blue .contents_imageBox .contents_txt {
    padding-right: 0;
    margin-right: 0;
  }

  .contents_pointArea.blue .contents_txtBox h2 {
    right: 0;
  }

  .contents_sub_wrapper .sub_imageBox .sub_image {
    width: 48%;
  }

  .contents_pointArea .contents_imageBox .contents_headline,
  .contents_pointArea.blue .contents_imageBox .contents_headline {
    margin-bottom: 40px; 
  }

}

@media screen and (width: 1050px) {

  .contents_pointArea .contents_imageBox {
      height: 60vh;
  }

  #contents_point02.contents_pointArea .contents_imageBox, #contents_point06.contents_pointArea .contents_imageBox {
    height: 60vh;
  }

  #contents_point03.contents_pointArea .contents_imageBox, #contents_point05.contents_pointArea .contents_imageBox {
    height: 50vh;
  }

  #contents_point04.contents_pointArea .contents_imageBox {
    height: 80vh;
  }

}

@media screen and (max-width: 750px) {

  .contents_pointArea .contents_wrapper, .contents_pointArea.blue .contents_wrapper {
    padding: 50px 0 0 0;
  }

  #contents_point01.contents_pointArea .contents_wrapper, #contents_point03.contents_pointArea .contents_wrapper, #contents_point05.contents_pointArea .contents_wrapper {
    padding: 50px 0 0 0;
  }

  .contents_pointArea .contents_point_number {
    top: -7%;
    left: 5%;
  }

  .contents_pointArea.blue .contents_point_number {
    top: -6%;
    left: 5%;
  }

  #contents_point05.contents_pointArea .contents_point_number {
    top: -5%;
  }

  .contents_pointArea .contents_imageBox h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .contents_pointArea .contents_imageBox .contents_headline, .contents_pointArea.blue .contents_imageBox .contents_headline {
    font-size: 1.6rem;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid;
    text-align: left;
    padding-left: 0;
  }

  #contents_point06.contents_pointArea.blue .contents_imageBox .contents_headline {
    text-align: left;
    padding-left: 0;
  }

  #contents_point01 .contents_sub_wrapper img {
    width: 80%;
  }

  .contents_pointArea .contents_imageBox img, .contents_pointArea.blue .contents_imageBox img {
    margin: 0 auto 25px auto;
  }

  .contents_sub_wrapper .sub_imageBox {
    display: block;
  }

  .contents_sub_wrapper .sub_imageBox .sub_image p {
    text-align: center;
    margin: 20px;
    margin-top: 5px;
  }

  .contents_sub_wrapper .sub_imageBox span {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 2.8rem;
  }

  .contents_sub_wrapper .sub_imageBox .sub_image {
    width: 100%;
    margin: auto;
  }

  .contents_sub_wrapper {
    padding: 37px 0;
  }

  #contents_point04 .contents_sub_wrapper .sub_imageBox .sub_image {
    margin-bottom: 50px;
  }

  #contents_point06 {
    margin-bottom: 80px;
  }

  .contents_pointArea .contents_txtBox {
    margin: 15px auto 0 auto;
  }

  #contents_point01 .contents_title, #contents_point03 .contents_title {
    width: 100%;
    font-size: 2.2rem;
    margin-left: 0;
  }

  #contents_point02 .contents_title {
    width: 100%;
    font-size: 2.2rem;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  #contents_point04 .contents_title, #contents_point06 .contents_title {
    width: 100%;
    font-size: 2.2rem;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  #contents_point05 .contents_title .line01 {
    width: 160px;
  }

  #contents_point05 .contents_title .line02 {
    width: 260px;
  }

  #contents_point06 .contents_title .line01 {
    width: 140px;
  }

  #contents_point06 .contents_title .line02 {
    width: 310px;
  }

  .contents_pointArea .contents_point_number span {
    margin-left: 14px;
  }

}
