.hero_area_2nd {
  margin-bottom: 70px; }
  @media screen and (max-width: 769px) {
    .hero_area_2nd {
      margin-bottom: 35px; } }

.txt_com02 strong {
  font-size: 1.2em;
  font-weight: 500; }

.sec_com .bg_comWhite {
  padding-top: 90px;
  padding-bottom: 110px; }
  @media screen and (max-width: 769px) {
    .sec_com .bg_comWhite {
      padding-top: 25px;
      padding-bottom: 35px; } }

.sec_com .bg_com01 {
  padding-bottom: 0px; }

.sec_tit01 {
  background: url(../images/lifestyle_new/bg01.jpg) center center/cover no-repeat;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 29px; }
  @media screen and (max-width: 769px) {
    .sec_tit01 {
      padding: 20px 5px;
      font-size: 16px; } }
  .sec_tit01 b {
    display: inline;
    font-size: 1.24em; }
  .sec_tit01 strong {
    display: inline-block;
    font-size: 1.51em; }

.sec01 {
  margin-bottom: 80px; }
  @media screen and (max-width: 769px) {
    .sec01 {
      margin-bottom: 35px; } }

.sec02_img img {
  width: 100%; }

.sec02_list01 {
  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; }
  @media screen and (max-width: 769px) {
    .sec02_list01 {
      display: block; } }
  .sec02_list01 li {
    width: 47.97%;
    margin-bottom: 70px; }
    @media screen and (max-width: 769px) {
      .sec02_list01 li {
        width: 100%;
        margin-bottom: 25px; } }
    .sec02_list01 li figure {
      margin-bottom: 10px; }

.sec02 .list_tit01 {
  font-size: 22px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #353D73;
  color: #fff;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    .sec02 .list_tit01 {
      padding: 10px;
      font-size: 15px;
      margin-bottom: 10px; } }

.sec02_box01 {
  background: -webkit-gradient(linear, left top, right top, from(#353D73), color-stop(40%, rgba(53, 61, 115, 0.99)), to(rgba(53, 61, 115, 0)));
  background: linear-gradient(to right, #353D73 0%, rgba(53, 61, 115, 0.99) 40%, rgba(53, 61, 115, 0) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0px;
  margin-bottom: 80px; }
  @media screen and (max-width: 769px) {
    .sec02_box01 {
      padding: 25px 0px;
      margin-bottom: 40px; } }
  .sec02_box01 .box01_in {
    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; }
    @media screen and (max-width: 769px) {
      .sec02_box01 .box01_in {
        display: block; } }
    .sec02_box01 .box01_in .txtBox {
      width: 40.4%; }
      @media screen and (max-width: 769px) {
        .sec02_box01 .box01_in .txtBox {
          width: 100%;
          margin-bottom: 20px; } }
      .sec02_box01 .box01_in .txtBox h4 {
        color: #fff;
        font-size: 30px;
        line-height: 1.86; }
        @media screen and (max-width: 769px) {
          .sec02_box01 .box01_in .txtBox h4 {
            font-size: 24px;
            text-align: center; } }
    .sec02_box01 .box01_in .imgBox {
      width: 56.06%; }
      @media screen and (max-width: 769px) {
        .sec02_box01 .box01_in .imgBox {
          width: 100%; } }

.sec02 .list_tit02 {
  position: relative;
  font-size: 20px;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif; }
  @media screen and (max-width: 769px) {
    .sec02 .list_tit02 {
      font-size: 15px; } }
  .sec02 .list_tit02::before {
    display: block;
    position: absolute;
    width: 35px;
    height: 33px;
    content: "";
    top: 50%;
    left: -45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (max-width: 769px) {
      .sec02 .list_tit02::before {
        width: 21px;
        height: 20px;
        left: -25px; } }

.sec02_list02 {
  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; }
  @media screen and (max-width: 769px) {
    .sec02_list02 {
      display: block; } }
  .sec02_list02 li {
    width: 48.98%;
    margin-bottom: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 45px; }
    @media screen and (max-width: 769px) {
      .sec02_list02 li {
        width: 100%;
        padding-left: 25px;
        margin-bottom: 30px; } }
    .sec02_list02 li:nth-child(1) .list_tit02 {
      color: #CD8164; }
      .sec02_list02 li:nth-child(1) .list_tit02::before {
        background-image: url(../images/lifestyle_new/icon01.png); }
    .sec02_list02 li:nth-child(2) .list_tit02 {
      color: #61307A; }
      .sec02_list02 li:nth-child(2) .list_tit02::before {
        background-image: url(../images/lifestyle_new/icon02.png); }
    .sec02_list02 li:nth-child(3) .list_tit02 {
      color: #C25376; }
      .sec02_list02 li:nth-child(3) .list_tit02::before {
        background-image: url(../images/lifestyle_new/icon03.png); }
    .sec02_list02 li:nth-child(4) .list_tit02 {
      color: #007980; }
      .sec02_list02 li:nth-child(4) .list_tit02::before {
        background-image: url(../images/lifestyle_new/icon04.png); }

.sec03_imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sec03_imgList li {
    width: calc(100% / 3); }
    @media screen and (max-width: 769px) {
      .sec03_imgList li {
        width: 50%; } }
    .sec03_imgList li figure {
      height: 34.51vw; }
      @media screen and (max-width: 769px) {
        .sec03_imgList li figure {
          height: 65.03vw; } }
      .sec03_imgList li figure img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%; }

.sec03_list01 {
  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; }
  @media screen and (max-width: 769px) {
    .sec03_list01 {
      display: block; } }
  .sec03_list01 li {
    width: 48%;
    margin-bottom: 80px; }
    @media screen and (max-width: 769px) {
      .sec03_list01 li {
        width: 100%;
        margin-bottom: 30px; } }
    .sec03_list01 li.w100 {
      width: 100%; }
    .sec03_list01 li .img01 {
      width: 100%;
      max-width: 820px; }

.sec03_tit01 {
  font-size: 20px;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  font-weight: 500; }
  @media screen and (max-width: 769px) {
    .sec03_tit01 {
      font-size: 15px;
      margin-bottom: 10px; } }

.sec03_box01 {
  width: 100%;
  max-width: 806px; }
  .sec03_box01 figure {
    background-color: #fff; }

.max-width745 {
  width: 100%;
  max-width: 745px;
  margin: 0px auto; }

.mb40 {
  margin-bottom: 40px; }
  @media screen and (max-width: 769px) {
    .mb40 {
      margin-bottom: 20px !important; } }

.mb90 {
  margin-bottom: 90px; }
  @media screen and (max-width: 769px) {
    .mb90 {
      margin-bottom: 45px; } }

.bgWhite {
  background-color: #fff; }
