@charset "UTF-8";
/** page visual
================================= **/
.pv-ttl {
  width: 224px;
}

.pv-logo {
  width: 274px;
}

.pv-brand {
  width: 325px;
  margin-top: 30px;
}

.td-btn {
  width: 280px;
}

.td-btn img {
  max-width: 148px;
}

/** section total design
================================ **/
.totaldesign_inner {
  width: 1150px;
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.totaldesign_title {
  height: 307px;
  margin-top: 15px;
  margin-bottom: 85px;
}

.totaldesign_title img {
  width: auto;
  height: 100%;
}

.totaldesign_list {
  margin-bottom: 30px;
}

.totaldesign_item {
  padding-bottom: 55px;
}

.totaldesign_item .ttl {
  height: 27px;
  margin-bottom: 20px;
}

.totaldesign_item .ttl img {
  width: auto;
  height: 100%;
}

.totaldesign_item .vsual {
  position: relative;
  height: 530px;
  width: 100%;
  margin-bottom: 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.totaldesign_item .vsual_ctn {
  width: 470px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.totaldesign_item .vsual_copy {
  margin-bottom: 40px;
}

.totaldesign_item .vsual_copy img {
  width: 100%;
}

.totaldesign_item .vsual_btn {
  width: 204px;
}

.totaldesign_item .vsual_btn a {
  display: block;
  border: 1px solid #fff;
  padding: 12px 0;
  text-align: center;
  background: transparent;
}

.totaldesign_item .vsual_btn a img {
  max-width: 151px;
}

.totaldesign_item .vsual_btn a:hover {
  border-color: #FFFF00;
  background: #FFFF00;
}

.totaldesign_item .vsual_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: -webkit-calc((100vw - 1150px) / 2 + 100%);
  width: -moz-calc((100vw - 1150px) / 2 + 100%);
  width: calc((100vw - 1150px) / 2 + 100%);
}

.totaldesign_item .int {
  padding-left: -webkit-calc(100% - 470px);
  padding-left: -moz-calc(100% - 470px);
  padding-left: calc(100% - 470px);
}

.totaldesign_item .int_ttl {
  margin-bottom: 15px;
  height: 23px;
}

.totaldesign_item .int_ttl img {
  width: auto;
  height: 100%;
}

.totaldesign_item .int_copy {
  font-size: 13px;
  line-height: 1.76923077;
}

.std-link {
  position: relative;
  padding: 100px 0 120px;
  width: 100%;
  margin-bottom: 100px;
}

.std-link_ctn {
  width: 1064px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.std-link_inner {
  padding: 0 8.45865%;
}

.std-link_copy {
  margin-bottom: 40px;
}

.std-link_copy img {
  width: auto;
  max-width: 100%;
  height: 164px;
}

.std-link_btn {
  width: 204px;
}

.std-link_btn a {
  display: block;
  border: 1px solid #fff;
  padding: 12px 0;
  text-align: center;
  background: transparent;
}

.std-link_btn a img {
  max-width: 151px;
}

.std-link_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/** SUB
================================ **/
.std-title-lv1 {
  margin: 150px 0 60px;
  height: 126px;
  text-align: center;
}

.std-title-lv1 img {
  width: auto;
  height: 100%;
}

.std-title-lv2 img {
  width: auto;
  height: 100%;
}

.intro_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  word-break: break-word;
}

.intro_copy {
  font-size: 12px;
  line-height: 1.66666667;
  margin-bottom: 15px;
  word-break: break-word;
}

.is-sp {
  display: none;
}

.std-mainvisual_inner {
  width: 1200px;
  max-width: 96.875%;
  margin: 0 auto;
}

.std-mainvisual_intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px 6.66667%;
}

.std-mainvisual .std-title-lv2 {
  width: 400px;
  max-width: 40%;
  height: 218px;
  position: relative;
  top: 0;
}

.std-mainvisual_tbl {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.std-mainvisual_tbl table {
  min-width: 305px;
  width: auto;
  max-width: 96%;
  float: right;
}

.std-mainvisual_tbl table tr:not(:first-child) {
  border-top: 1px solid #231815;
}

.std-mainvisual_tbl table th,
.std-mainvisual_tbl table td {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 0 4px;
  color: #231815;
}

.std-mainvisual_tbl table th {
  width: 100px;
  max-width: 40%;
  text-align: left;
  padding-left: 3px;
  padding-right: 10px;
}

.std-mainvisual_copy {
  width: 100%;
  margin-top: 65px;
  line-height: 1.64285714;
}

.std-logodesign {
  margin-top: 175px;
}

.std-logodesign_inner {
  width: 1200px;
  max-width: 96.875%;
  margin: 0 auto;
}

.std-logodesign .std-title-lv2 {
  height: 115px;
  padding: 0 6.66667%;
  margin-bottom: 40px;
}

.std-logodesign .cs-concept-design_item {
  margin: 25px 30px;
}

.std-logodesign .cs-concept-design_desc {
  width: 100%;
}

.std-logodesign_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.std-logodesign_photo {
  width: 50%;
}

.std-logodesign_photo figure {
  width: 100%;
  text-align: right;
}

.std-logodesign_photo img {
  width: 100%;
  max-width: 1000px;
}

.std-logodesign_photo-sm img {
  width: 570px;
  max-width: 74.02597%;
}

.std-logodesign_copy {
  font-size: 12px;
  line-height: 1.83333333;
  margin-bottom: 1em;
}

.std-logodesign_intro {
  width: 600px;
  max-width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.std-logodesign_intro_inner {
  width: 420px;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px 0 0;
}

.std-logodesign_intro .ttl {
  height: 13px;
  position: absolute;
  left: -webkit-calc((100% - 420px) / 2);
  left: -moz-calc((100% - 420px) / 2);
  left: calc((100% - 420px) / 2);
  top: 55px;
}

.std-logodesign_intro .ttl img {
  width: auto;
  height: 100%;
  display: block;
}

.std-logodesign_intro .image-full {
  margin-bottom: 40px;
}

.std-logodesign_intro .image-full img {
  width: 100%;
}

.std-logodesign_intro .box01 {
  margin-bottom: 40px;
}

.std-logodesign_intro .box01_image {
  height: 110px;
  margin-bottom: 55px;
}

.std-logodesign_intro .box01_image img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.std-logodesign_intro .box02 {
  margin-top: 30px;
}

.std-logodesign_intro .box02_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.std-logodesign_intro .box02_image {
  width: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.std-logodesign_intro .box02_image img {
  width: 100%;
}

.std-logodesign_intro .box02_copy {
  margin-top: 10px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 40px;
  position: relative;
}

.std-logodesign_intro .box02_copy:before {
  position: absolute;
  top: 0;
  left: 20px;
  content: "…";
  font-size: 12px;
  line-height: 1.83333333;
  font-weight: bold;
}

.std-businesscard {
  margin-top: 175px;
}

.std-businesscard .std-title-lv2 {
  width: 1340px;
  margin: 0 auto -70px;
  max-width: 96.875%;
  height: 152px;
  text-align: right;
  position: relative;
  z-index: 2;
}

.std-businesscard .std-title-lv2-fix {
  height: 198px;
  margin-bottom: -120px;
}

.std-businesscard_vsual {
  padding-left: 13.88889%;
}

.std-businesscard_vsual figure img {
  width: 100%;
}

.std-businesscard_row1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.std-businesscard_row1 .photo {
  width: 54.44444%;
}

.std-businesscard_row1 .photo img {
  width: 100%;
}

.std-businesscard_row1 .intro {
  width: 45.55556%;
}

.std-businesscard_row1 .intro_inner {
  width: 530px;
  max-width: -webkit-calc(100% - 15px);
  max-width: -moz-calc(100% - 15px);
  max-width: calc(100% - 15px);
  padding: 20px 80px 0;
}

.std-businesscard_row2 figure {
  width: 100%;
  text-align: right;
}

.std-businesscard_row2 figure img {
  width: 45.55556%;
}

.std-leaflet {
  margin-top: 175px;
  position: relative;
}

.std-leaflet .std-title-lv2 {
  height: auto;
  width: 31.18056vw;
  text-align: right;
  position: absolute;
  z-index: 2;
  top: 52.08333vw;
  right: 14.58333vw;
}

.std-leaflet .std-title-lv2 img {
  height: auto;
  width: 100%;
}

.std-leaflet .std-title-lv2-fix {
  width: 1200px;
  margin: 0 auto -76px;
  max-width: 96.875%;
  height: 152px;
  position: relative;
  z-index: 2;
}

.std-leaflet .std-title-lv2-fix img {
  height: 100%;
}

.std-leaflet_vsual {
  padding-right: 13.88889%;
}

.std-leaflet_vsual figure img {
  width: 100%;
}

.std-leaflet_row1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.std-leaflet_row1 .photo {
  width: 50%;
}

.std-leaflet_row1 .photo .MissingWH {
  height: 100%;
}

.std-leaflet_row1 .photo img {
  width: 100%;
}

.std-leaflet_row1 .intro {
  width: 50%;
}

.std-leaflet_row1 .intro_inner {
  width: 520px;
  max-width: -webkit-calc(100% - 15px);
  max-width: -moz-calc(100% - 15px);
  max-width: calc(100% - 15px);
  padding: 140px 0 0 40px;
  position: relative;
  height: 100%;
}

.std-leaflet_row1 .intro_photo {
  text-align: right;
  margin-top: 115px;
}

.std-leaflet_row1 .intro_photo img {
  width: 412px;
  max-width: 80%;
}

.std-leaflet_row2 figure {
  width: 100%;
  text-align: right;
}

.std-leaflet_row2 figure img {
  width: 45.55556%;
}

.std-scheme {
  margin-top: 175px;
}

.std-scheme .std-title-lv2 {
  width: 1200px;
  margin: 0 auto -80px;
  max-width: 96.875%;
  height: 267px;
  position: relative;
  z-index: 2;
}

.std-scheme_vsual figure img {
  width: 100%;
}

.std-scheme_row1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.std-scheme_row1 .photo {
  width: 50%;
}

.std-scheme_row1 .photo img {
  width: 100%;
}

.std-scheme_row1 .intro {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.std-scheme_row1 .intro_inner {
  width: 520px;
  max-width: -webkit-calc(100% - 15px);
  max-width: -moz-calc(100% - 15px);
  max-width: calc(100% - 15px);
  padding: 20px 70px 0 0;
}

.std-scheme_row2 figure img {
  width: 100%;
}

.std-webdesign {
  margin-top: 175px;
}

.std-webdesign_inner {
  width: 1094px;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}

.std-webdesign .std-title-lv2 {
  height: 160px;
  margin-bottom: -17px;
}

.std-webdesign_subttl {
  font-size: 22px;
  line-height: 1.36363636;
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 5px solid #C8C8C8;
  width: 100%;
}

.std-webdesign_pc {
  background: #E2E2E2;
  padding: 85px 0 0;
}

.std-webdesign_sp {
  padding: 80px 0;
}

.std-webdesign_item {
  margin-bottom: 50px;
}

.std-webdesign_item img {
  display: block;
  width: 100%;
}

.std-webdesign .intro {
  padding: 30px 0 80px;
  margin-bottom: 50px;
}

.std-webdesign_list-sp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.std-webdesign_list-sp .std-webdesign_item {
  margin-bottom: 40px;
  width: 50%;
  padding-right: 20px;
}

.std-webdesign_list-sp .std-webdesign_item:nth-child(2n) {
  padding-left: 20px;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .pv-ttl {
    width: 29.0625vw;
  }
  .pv-logo {
    width: 35.625vw;
  }
  .pv-intro_desc {
    margin-top: 7.03125vw;
  }
  .pv-brand {
    width: 36.71875vw;
    margin-top: 1.5625vw;
  }
  .td-btn {
    width: 69.84375vw;
    margin: 0 auto;
  }
  .td-btn a {
    padding: 2.8125vw 0;
  }
  .td-btn a img {
    max-width: 52.65625vw;
  }
  .td-btn a:hover {
    background: #FFFF00;
  }
  /** section total design
================================= **/
  .totaldesign_inner {
    max-width: 100%;
    padding: 0 6.25vw;
  }
  .totaldesign_title {
    height: 39.0625vw;
    margin-top: 2.34375vw;
    margin-bottom: 4.6875vw;
  }
  .totaldesign_list {
    margin-bottom: 0;
  }
  .totaldesign_item {
    padding-top: 9.375vw;
    padding-bottom: 0;
  }
  .totaldesign_item .ttl {
    height: 4.21875vw;
    margin-bottom: 2.34375vw;
  }
  .totaldesign_item .ttl img {
    display: block;
  }
  .totaldesign_item .vsual {
    height: 79.6875vw;
    margin-bottom: 4.6875vw;
  }
  .totaldesign_item .vsual_ctn {
    width: 100%;
    padding: 0 5.46875vw 3.90625vw;
  }
  .totaldesign_item .vsual_copy {
    height: 34.6875vw;
    margin-bottom: 9.375vw;
  }
  .totaldesign_item .vsual_copy img {
    width: auto;
    height: 100%;
  }
  .totaldesign_item .vsual_btn {
    width: 42.1875vw;
    margin: 0 auto;
  }
  .totaldesign_item .vsual_btn a {
    padding: 1.40625vw 0;
  }
  .totaldesign_item .vsual_btn a img {
    max-width: 31.25vw;
  }
  .totaldesign_item .vsual_bg {
    left: -6.25vw;
    width: 100vw;
  }
  .totaldesign_item .int {
    padding-left: 0;
  }
  .totaldesign_item .int_ttl {
    margin-bottom: 3.125vw;
    height: 3.59375vw;
  }
  .totaldesign_item .int_copy {
    font-size: 2.5vw;
    line-height: 1.8125;
  }
  /** SUB
================================ **/
  .std-title-lv1 {
    margin: 23.4375vw 0 5.46875vw;
    height: 11.25vw;
  }
  .intro_ttl {
    font-size: 2.5vw;
    margin-bottom: 3.125vw;
    text-align: center;
  }
  .intro_copy {
    font-size: 2.5vw;
    line-height: 1.3125;
    margin-bottom: 2.34375vw;
  }
  .is-pc {
    display: none;
  }
  .std-mainvisual_inner {
    width: 100%;
    max-width: 100%;
  }
  .std-mainvisual_photo img {
    width: 100%;
  }
  .std-mainvisual_intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1.5625vw 6.25vw 0;
  }
  .std-mainvisual .std-title-lv2 {
    width: 39.0625vw;
    height: 23.125vw;
  }
  .std-mainvisual_tbl table {
    min-width: 45.9375vw;
  }
  .std-mainvisual_tbl table th,
  .std-mainvisual_tbl table td {
    font-size: 1.875vw;
    line-height: 1.5;
    padding: 8px 0 4px;
    color: #231815;
  }
  .std-mainvisual_tbl table th {
    width: 15.625vw;
    padding-left: 0.46875vw;
    padding-right: 1.5625vw;
  }
  .std-mainvisual_copy {
    margin-top: 7.8125vw;
    line-height: 1.65;
  }
  .std-logodesign {
    margin-top: 13.28125vw;
  }
  .std-logodesign_inner {
    width: 87.5%;
    max-width: 100%;
  }
  .std-logodesign .std-title-lv2 {
    height: 14.375vw;
    margin-bottom: 7.8125vw;
  }
  .std-logodesign .cs-concept-design {
    width: 87.5%;
    max-width: 100%;
    margin: 0 auto;
  }
  .std-logodesign .cs-concept-design_item {
    margin: 0 0 3.125vw 0;
    padding: 3.90625vw 7.8125vw;
  }
  .std-logodesign .cs-concept-design_desc {
    width: 100%;
    font-size: 2.8125vw;
  }
  .std-logodesign_wrap {
    display: block;
    margin-top: 40px;
  }
  .std-logodesign_photo {
    width: 100%;
  }
  .std-logodesign_photo-sm {
    text-align: right;
  }
  .std-logodesign_photo-sm img {
    width: 50%;
  }
  .std-logodesign_copy {
    font-size: 2.8125vw;
    line-height: 1.55555556;
  }
  .std-logodesign_intro {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0 6.25vw;
  }
  .std-logodesign_intro_inner {
    width: 100%;
    max-width: 100%;
    padding: 11.5625vw 0 0;
  }
  .std-logodesign_intro .ttl {
    height: 3.28125vw;
    position: static;
    margin-bottom: 7.8125vw;
  }
  .std-logodesign_intro .image-full {
    margin-bottom: 3.125vw;
  }
  .std-logodesign_intro .box01 {
    margin-bottom: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .std-logodesign_intro .box01_image {
    height: 23.75vw;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
  .std-logodesign_intro .box01_copy {
    width: 50%;
  }
  .std-logodesign_intro .box02 {
    margin-top: 4.6875vw 0 7.8125vw;
    padding: 0 4.6875vw;
  }
  .std-logodesign_intro .box02_item {
    padding: 3.125vw 0;
  }
  .std-logodesign_intro .box02_image {
    width: 11.5625vw;
  }
  .std-logodesign_intro .box02_copy {
    margin-top: 1.875vw;
    padding-left: 9.375vw;
  }
  .std-logodesign_intro .box02_copy:before {
    left: 4.6875vw;
    font-size: 2.96875vw;
  }
  .std-logodesign_intro .box02_copy .f-lg {
    font-size: vW(19);
  }
  .std-businesscard {
    margin-top: 23.4375vw;
  }
  .std-businesscard .std-title-lv2 {
    width: 90.625%;
    margin-bottom: -6.875vw;
    max-width: 90.625%;
    height: 13.4375vw;
  }
  .std-businesscard_vsual {
    padding-left: 7.03125%;
  }
  .std-businesscard_row1 {
    display: block;
  }
  .std-businesscard_row1 .photo {
    width: 100%;
  }
  .std-businesscard_row1 .photo figure img {
    width: 67.5%;
  }
  .std-businesscard_row1 .photo .is-sp {
    text-align: right;
    display: block;
  }
  .std-businesscard_row1 .photo .is-sp img {
    width: 58.125%;
  }
  .std-businesscard_row1 .intro {
    width: 100%;
  }
  .std-businesscard_row1 .intro_inner {
    width: 85.3125%;
    max-width: 100%;
    padding: 0;
    margin: 35px auto 0;
  }
  .std-leaflet {
    margin-top: 18.75vw;
  }
  .std-leaflet .std-title-lv2 {
    height: 12.1875vw;
    top: 55.625vw;
    right: 8.125vw;
  }
  .std-leaflet .std-title-lv2-fix {
    width: 90.625%;
    margin-bottom: -6.875vw;
    max-width: 90.625%;
    height: 13.4375vw;
  }
  .std-leaflet_vsual {
    padding-right: 7.03125%;
  }
  .std-leaflet_row1 {
    display: block;
  }
  .std-leaflet_row1 .photo {
    width: 100%;
  }
  .std-leaflet_row1 .photo figure.MissingWH {
    width: 50vw;
    height: auto;
  }
  .std-leaflet_row1 .photo figure.MissingWH img {
    width: 100% !important;
    position: static;
  }
  .std-leaflet_row1 .photo figure img {
    width: 67.5%;
  }
  .std-leaflet_row1 .photo .is-sp {
    display: block;
  }
  .std-leaflet_row1 .photo .is-sp img {
    width: 100%;
  }
  .std-leaflet_row1 .intro {
    width: 100%;
  }
  .std-leaflet_row1 .intro_inner {
    width: 85.3125%;
    max-width: 100%;
    padding: 0;
    margin: 35px auto 0;
  }
  .std-leaflet_row1 .intro_photo {
    display: none;
  }
  .std-scheme {
    margin-top: 23.4375vw;
  }
  .std-scheme .std-title-lv2 {
    width: 90.625%;
    margin-bottom: -6.875vw;
    max-width: 90.625%;
    height: 21.40625vw;
  }
  .std-scheme_row1 {
    display: block;
  }
  .std-scheme_row1 .photo {
    width: 100%;
  }
  .std-scheme_row1 .photo figure {
    text-align: right;
  }
  .std-scheme_row1 .photo figure img {
    width: 50%;
  }
  .std-scheme_row1 .photo .is-sp {
    display: block;
  }
  .std-scheme_row1 .photo .is-sp img {
    width: 100%;
  }
  .std-scheme_row1 .intro {
    width: 100%;
  }
  .std-scheme_row1 .intro_inner {
    width: 85.3125%;
    max-width: 100%;
    padding: 0;
    margin: 35px auto 0;
  }
  .std-webdesign {
    margin-top: 23.4375vw;
  }
  .std-webdesign_inner {
    width: 85.9375vw;
    padding: 0;
  }
  .std-webdesign .std-title-lv2 {
    height: 13.59375vw;
    margin-bottom: -3.125vw;
  }
  .std-webdesign_subttl {
    font-size: 2.96875vw;
    line-height: 1.42105263;
    padding-left: 2.8125vw;
    margin-bottom: 3.4375vw;
    border-left-width: 0.625vw;
  }
  .std-webdesign_pc {
    padding: 8.59375vw 0 0;
  }
  .std-webdesign_sp {
    padding: 6.25vw 0;
  }
  .std-webdesign_item {
    margin-bottom: 3.125vw;
  }
  .std-webdesign .intro {
    padding: 3.125vw 0 8.59375vw;
    margin-bottom: 3.125vw;
  }
  .std-webdesign_list-sp {
    display: block;
    padding: 0 3.125vw;
  }
  .std-webdesign_list-sp .std-webdesign_item {
    margin-bottom: 3.125vw;
    width: 100%;
    padding-right: 0;
  }
  .std-webdesign_list-sp .std-webdesign_item:nth-child(2n) {
    padding-left: 0;
  }
  .std-link {
    margin-bottom: 0;
    padding: 10.9375vw 6.25vw;
  }
  .std-link_ctn {
    width: 100%;
  }
  .std-link_inner {
    padding: 0 5.46875vw;
  }
  .std-link_copy {
    height: 34.6875vw;
    margin-bottom: 9.375vw;
  }
  .std-link_copy img {
    width: auto;
    height: 100%;
  }
  .std-link_btn {
    width: 42.1875vw;
    margin: 0 auto;
  }
  .std-link_btn a {
    padding: 1.40625vw 0;
  }
  .std-link_btn a img {
    max-width: 31.25vw;
  }
}
