/* feature CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  html, body {
    min-width: 1500px;
  }

  .stitle {
    width: 280px;
    height: 280px;
    border: 5px solid #00b3cd;
    border-radius: 50%;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #00b3cd;
    margin: 0 auto;
    line-height: 1.2;
    background-color: #fff;
  }
  .stitle .title_eng {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
  }

  .desc {
    font-size: 1.6rem;
    line-height: 2.2;
  }

  .contents_wrap {
    background: url("../images/feature/bg.png") center 0 no-repeat;
  }

  #kv {
    width: 100%;
    height: 245px;
    background: url("../images/common/ttl_mesh.png") center center/cover no-repeat #00b3cd;
    background-color: #00b3cd;
  }
  #kv .common_inner {
    width: 1460px;
    height: 100%;
    background: url("../images/feature/kv.png") center center/100% no-repeat;
  }
  #kv .kv_desc {
    text-align: center;
    padding-top: 100px;
  }
  #kv .kv_desc h2 {
    font-size: 4.0rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }
  #kv .kv_desc h2 span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #kv .kv_desc .title_eng {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    font-style: italic;
  }

  #sec01 {
    padding-top: 110px;
    margin-bottom: 155px;
  }
  #sec01 .stitle {
    padding-top: 106px;
    margin-bottom: 45px;
  }
  #sec01 .image {
    text-align: center;
    margin-bottom: 20px;
  }
  #sec01 .desc {
    text-align: center;
    margin-bottom: 65px;
  }
  #sec01 h4 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #00b3cd;
    margin-bottom: 30px;
  }
  #sec01 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec01 .list li {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #00b3cd;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    padding-top: 75px;
  }
  #sec01 .list li.long {
    padding-top: 50px;
  }
  #sec01 .list li.one_row {
    padding-top: 85px;
  }

  #sec02 {
    margin-bottom: 145px;
  }
  #sec02 .stitle {
    padding-top: 98px;
    margin-bottom: 50px;
  }
  #sec02 .common_inner {
    position: relative;
  }
  #sec02 .common_inner:before, #sec02 .common_inner:after {
    content: '';
    display: block;
    position: absolute;
  }
  #sec02 .common_inner:before {
    top: 17px;
    right: 0;
    background: url("../images/feature/sec02_img01.png") center 0 no-repeat;
    width: 221px;
    height: 310px;
  }
  #sec02 .common_inner:after {
    top: 210px;
    left: -153px;
    background: url("../images/feature/sec02_img02.png") center 0 no-repeat;
    width: 310px;
    height: 316px;
  }
  #sec02 .desc {
    text-align: center;
    margin-bottom: 30px;
  }

  #sec03 .stitle {
    font-size: 3.0rem;
    padding-top: 65px;
    margin-bottom: 55px;
  }
  #sec03 .image {
    text-align: center;
    margin-bottom: 150px;
  }

  #sec04 {
    margin-bottom: 195px;
  }
  #sec04 .stitle {
    padding-top: 102px;
    margin-bottom: 180px;
  }
  #sec04 .list li {
    position: relative;
  }
  #sec04 .list li .item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #sec04 .list li h4 {
    position: relative;
    width: 295px;
    height: 295px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    background-color: #00b3cd;
    border-radius: 50%;
    padding-top: 130px;
  }
  #sec04 .list li h4:before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    right: -45px;
    width: 142px;
    height: 123px;
  }
  #sec04 .list li.item01 {
    position: relative;
    margin-bottom: 95px;
  }
  #sec04 .list li.item01:before, #sec04 .list li.item01:after {
    content: '';
    display: block;
    position: absolute;
  }
  #sec04 .list li.item01:before {
    top: -15px;
    right: 30px;
    background: url("../images/feature/item01_img01.png") center 0 no-repeat;
    width: 387px;
    height: 325px;
  }
  #sec04 .list li.item01:after {
    top: -148px;
    left: 30px;
    background: url("../images/feature/item01_img02.png") center 0 no-repeat;
    width: 406px;
    height: 852px;
  }
  #sec04 .list li.item01 h4 {
    text-align: center;
    padding-top: 118px;
    margin: 0 auto 30px;
  }
  #sec04 .list li.item01 h4:before {
    background: url("../images/feature/item01_title.png") center 0/100% no-repeat;
  }
  #sec04 .list li.item01 .desc {
    line-height: 1.9;
    text-align: center;
  }
  #sec04 .list li.item02 {
    margin-bottom: 80px;
  }
  #sec04 .list li.item02:after {
    content: '';
    display: block;
    position: absolute;
    top: 396px;
    left: 168px;
    background: url("../images/feature/item02_img02.png") center 0 no-repeat;
    width: 76px;
    height: 246px;
  }
  #sec04 .list li.item02 h4 {
    margin: 115px 95px 30px 0;
  }
  #sec04 .list li.item02 h4:before {
    background: url("../images/feature/item02_title.png") center 0/100% no-repeat;
  }
  #sec04 .list li.item02 .item_inner {
    margin-left: 140px;
  }
  #sec04 .list li.item02 .item_inner .content {
    width: calc(100% - 390px);
  }
  #sec04 .list li.item02 .item_inner .image {
    margin-bottom: 30px;
  }
  #sec04 .list li.item02 .item_inner .desc {
    line-height: 1.9;
  }
  #sec04 .list li.item03 {
    margin-bottom: 95px;
  }
  #sec04 .list li.item03 .content {
    width: calc(100% - 390px);
    margin-top: 60px;
  }
  #sec04 .list li.item03 .content .desc {
    line-height: 1.9;
    margin-bottom: 25px;
  }
  #sec04 .list li.item03:after {
    content: '';
    display: block;
    position: absolute;
    top: 290px;
    left: 177px;
    background: url("../images/feature/item03_img01.png") center 0 no-repeat;
    width: 47px;
    height: 138px;
  }
  #sec04 .list li.item03 h4 {
    margin-right: 85px;
  }
  #sec04 .list li.item03 h4:before {
    background: url("../images/feature/item03_title.png") center 0/100% no-repeat;
  }
  #sec04 .list li.item03 .btn_wrap {
    width: 550px;
    height: 80px;
  }
  #sec04 .list li.item03 .btn_wrap a {
    display: block;
    line-height: 80px;
    color: #fff;
  }
  #sec04 .list li.item04 h4 {
    margin-right: 40px;
    margin-left: 95px;
  }
  #sec04 .list li.item04 h4:before {
    background: url("../images/feature/item04_title.png") center 0/100% no-repeat;
  }
  #sec04 .list li.item04 .desc_area {
    width: calc(100% - 390px);
  }
  #sec04 .list li.item04 .desc_area .desc {
    line-height: 1.9;
    margin: 30px 0 15px;
  }

  #share {
    width: 100%;
    height: 448px;
  }
  #share .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #share .wrap .desc_area {
    position: relative;
    width: 50%;
    background-color: #00b3cd;
    padding: 40px 0 12px 120px;
  }
  #share .wrap .desc_area h4, #share .wrap .desc_area p {
    width: 510px;
    color: #fff;
  }
  #share .wrap .desc_area h4 {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #share .wrap .desc_area .desc {
    font-size: 1.6rem;
    line-height: 1.9;
    margin-bottom: 15px;
  }
  #share .wrap .desc_area .note {
    font-size: 1.4rem;
  }
  #share .wrap .desc_area h5 {
    position: absolute;
    width: 185px;
    height: 185px;
    top: 0;
    bottom: 0;
    left: -90px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    color: #00b3cd;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    padding-top: 43px;
    border-radius: 50%;
  }
  #share .wrap .desc_area h5 span {
    font-size: 2.0rem;
  }
  #share .wrap .image {
    width: 50%;
    height: 370px;
    background: url("../images/feature/share_img01.jpg") center center/cover no-repeat;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .stitle {
    width: 45vw;
    height: 45vw;
    border: 5px solid #00b3cd;
    border-radius: 50%;
    font-size: 4.66vw;
    font-weight: bold;
    text-align: center;
    color: #00b3cd;
    padding-top: 11.66vw;
    margin: 0 auto;
    line-height: 1.2;
    background-color: #fff;
    margin-bottom: 6.6vw;
  }
  .stitle .title_eng {
    display: block;
    font-size: 2.9vw;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
  }

  .desc {
    font-size: 3.4vw;
    line-height: 1.53;
  }

  .sp_contents_wrap {
    background: url("../images/feature/sp_bg.png") center 0/contain no-repeat;
  }

  #kv {
    position: relative;
    width: 100%;
    height: 32.93vw;
    background: url("../images/common/sp_kv_blue.jpg") center 0/cover no-repeat;
  }
  #kv .common_inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/feature/sp_kv.png") center 0/100% no-repeat;
  }
  #kv .kv_desc {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 17.33vw;
    text-align: center;
  }
  #kv .kv_desc h2 {
    font-size: 5.83vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.08em;
    padding-top: 3.3vw;
    margin-bottom: 2vw;
  }
  #kv .kv_desc h2 span {
    display: block;
    font-size: 3.3vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 2vw;
  }
  #kv .kv_desc .title_eng {
    font-size: 3.61vw;
    font-weight: bold;
    color: #fff;
    font-style: italic;
  }

  #sec01 {
    margin-top: 13.3vw;
    margin-bottom: 13.33vw;
  }
  #sec01 .stitle {
    padding-top: 16.66vw;
    margin-bottom: 6.6vw;
  }
  #sec01 .image {
    width: 64.78%;
    margin: 0 auto 8vw;
  }
  #sec01 .desc {
    margin-bottom: 9.3vw;
  }
  #sec01 h4 {
    font-size: 4.2vw;
    font-weight: bold;
    text-align: center;
    color: #00b3cd;
    margin-bottom: 6vw;
  }
  #sec01 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec01 .list li {
    width: 36.6vw;
    height: 36.6vw;
    border-radius: 50%;
    background-color: #00b3cd;
    font-size: 3.3vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    padding-top: 13.5vw;
    margin-right: 8.3vw;
    margin-bottom: 1.3vw;
  }
  #sec01 .list li:nth-child(2), #sec01 .list li:nth-child(4), #sec01 .list li:nth-child(5) {
    margin-right: 0;
  }
  #sec01 .list li.one_row {
    padding-top: 16vw;
  }
  #sec01 .list li.long {
    padding-top: 8.3vw;
  }

  #sec02 {
    margin-bottom: 12vw;
  }
  #sec02 .stitle {
    padding-top: 15.66vw;
    margin-bottom: 8.6vw;
  }
  #sec02 .common_inner {
    position: relative;
  }
  #sec02 .common_inner:before, #sec02 .common_inner:after {
    content: '';
    display: block;
    position: absolute;
  }
  #sec02 .common_inner:before {
    top: 10.4vw;
    right: 0;
    background: url("../images/feature/sec02_img01.png") center 0/100% no-repeat;
    width: 21.33vw;
    height: 29.86vw;
  }
  #sec02 .common_inner:after {
    top: 28.66vw;
    left: 0;
    background: url("../images/feature/sec02_img02.png") center 0/100% no-repeat;
    width: 28vw;
    height: 28.66vw;
  }
  #sec02 .for_float {
    width: 36.5vw;
    height: 14vw;
    float: left;
  }

  #sec03 {
    margin-bottom: 12.66vw;
  }
  #sec03 .stitle {
    padding-top: 10.6vw;
    margin-bottom: 6.6vw;
  }
  #sec03 .image {
    text-align: center;
    margin-bottom: 13.2vw;
  }

  #sec04 {
    margin-bottom: 13.2vw;
  }
  #sec04 .stitle {
    padding-top: 15.66vw;
    margin-bottom: 8vw;
  }
  #sec04 .list li {
    position: relative;
  }
  #sec04 .list li .item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec04 .list li h4 {
    position: relative;
    width: 38.66vw;
    height: 38.66vw;
    font-size: 3.73vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    background-color: #00b3cd;
    border-radius: 50%;
    padding-top: 16.66vw;
  }
  #sec04 .list li h4:before {
    content: '';
    display: block;
    position: absolute;
    top: -6vw;
    right: -6vw;
    width: 18.93vw;
    height: 16.4vw;
  }
  #sec04 .list li.item01 {
    position: relative;
    margin-bottom: 6vw;
  }
  #sec04 .list li.item01:before, #sec04 .list li.item01:after {
    content: '';
    display: block;
    position: absolute;
  }
  #sec04 .list li.item01:before {
    top: 9.3vw;
    right: 0;
    background: url("../images/feature/sp_item01_img01.png") center 0/100% no-repeat;
    width: 29.46vw;
    height: 33.33vw;
  }
  #sec04 .list li.item01:after {
    top: -4.6vw;
    left: -2vw;
    background: url("../images/feature/sp_item01_img02.png") center 0/100% no-repeat;
    width: 31.46vw;
    height: 116.26vw;
  }
  #sec04 .list li.item01 h4 {
    text-align: center;
    padding-top: 15.66vw;
    margin: 0 auto 30px;
  }
  #sec04 .list li.item01 h4:before {
    background: url("../images/feature/item01_title.png") center 0/100% no-repeat;
  }
  #sec04 .list li.item01 .desc {
    margin-left: 26.66vw;
  }
  #sec04 .list li.item02 {
    margin-bottom: 12vw;
  }
  #sec04 .list li.item02:after {
    content: '';
    display: block;
    position: absolute;
    top: 44vw;
    left: 16vw;
    background: url("../images/feature/sp_item02_img02.png") center 0 no-repeat;
    width: 1px;
    height: 71.33vw;
  }
  #sec04 .list li.item02 .item_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4vw;
  }
  #sec04 .list li.item02 .item_inner h4 {
    margin-top: 7.2vw;
  }
  #sec04 .list li.item02 .item_inner h4:before {
    background: url("../images/feature/item02_title.png") center 0/100% no-repeat;
  }
  #sec04 .list li.item02 .item_inner .image {
    width: 42.13vw;
  }
  #sec04 .list li.item02 .desc {
    margin-left: 26.6vw;
  }
  #sec04 .list li.item03 {
    margin-bottom: 24.66vw;
  }
  #sec04 .list li.item03 .item_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3.3vw;
  }
  #sec04 .list li.item03 .item_inner h4:before {
    background: url("../images/feature/item03_title.png") center 0/100% no-repeat;
  }
  #sec04 .list li.item03 .item_inner .content {
    width: 46vw;
    margin-top: 4.6vw;
  }
  #sec04 .list li.item03:after {
    content: '';
    display: block;
    position: absolute;
    top: 38vw;
    left: 16vw;
    background: url("../images/feature/sp_item02_img02.png") center 0 no-repeat;
    width: 1px;
    height: 59.33vw;
  }
  #sec04 .list li.item03 .btn_wrap {
    width: 65.33vw;
    height: 50px;
    margin-left: auto;
  }
  #sec04 .list li.item03 .btn_wrap a {
    display: block;
    line-height: 1.3;
    color: #fff;
    padding-top: 2vw;
    padding-right: 4vw;
  }
  #sec04 .list li.item04 h4 {
    margin-right: 8.6vw;
  }
  #sec04 .list li.item04 h4:before {
    background: url("../images/feature/item04_title.png") center 0/100% no-repeat;
  }
  #sec04 .list li.item04 .desc_area {
    width: 50%;
  }
  #sec04 .list li.item04 .desc {
    margin: 5.6vw 0 2.6vw;
  }

  #share {
    width: 100%;
  }
  #share .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #share .wrap .desc_area {
    position: relative;
    background-color: #00b3cd;
    padding-top: 18vw;
    padding-bottom: 8vw;
  }
  #share .wrap .desc_area h4, #share .wrap .desc_area p, #share .wrap .desc_area .note {
    width: 92%;
    margin: 0 auto;
    color: #fff;
  }
  #share .wrap .desc_area h4 {
    font-size: 4.23vw;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  #share .wrap .desc_area .desc {
    font-size: 3.4vw;
    margin-bottom: 4vw;
  }
  #share .wrap .desc_area .note {
    font-size: 2.93vw;
  }
  #share .wrap .desc_area h5 {
    position: absolute;
    width: 29.33vw;
    height: 29.33vw;
    top: -14.3vw;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    color: #00b3cd;
    font-size: 4.4vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    padding-top: 7.3vw;
    border-radius: 50%;
  }
  #share .wrap .desc_area h5 span {
    font-size: 3.2vw;
  }
  #share .wrap .image {
    width: 100%;
    height: 0;
    padding-top: 35.4%;
    background: url("../images/feature/share_img01.jpg") center center/100% no-repeat;
  }
}
