@charset "UTF-8";
/* =============================================================================

	creative/feature/7strength/common/css/style.scss

============================================================================= */
/*　幅　*/
.bg_yellow {
  background: #ff0;
}

.txt_bg_white {
  background: #fff;
  padding: 3px;
  display: inline-block;
  line-height: 1;
}

.txt_bg_yellow {
  background: #ff0;
  padding: 3px;
  display: inline-block;
  line-height: 1;
}

.txt_bg_white + .txt_bg_white {
  margin-top: 20px;
}

/*===============================================================

	style.scss
	hoge

===============================================================*/
.hoge {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
/*===============================================================

	style.scss
	section_strength

===============================================================*/
.section_strength {
  background: #fff;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_strength .section_inner {
  padding-top: 100px;
}
.section_strength .content + .content {
  margin-top: 40px;
}
.section_strength .content_strength_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
}
.section_strength .content_read .title {
  font-size: 40px;
}
.section_strength .content_read .title + p {
  margin-top: 20px;
}
.section_strength .content_detail .grid_wrp {
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_strength .content_detail .label {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 2px #000;
}
.section_strength .content_detail .title {
  font-size: 25px;
}
.section_strength .content_detail .photo {
  margin-top: 20px;
  border-radius: 30px;
  overflow: hidden;
  will-change: transform;
}
.section_strength .content_detail p {
  margin-top: 20px;
}
.section_strength .content_detail .grid_step {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section_strength .content_detail .grid_step .grid_3_1 {
  text-align: left;
  margin-top: 30px;
}
.section_strength .content_detail .grid_step .grid_3_1 .label {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: solid 0 #000;
}
.section_strength .content_detail .grid_step .grid_3_1 .step {
  background: #fff;
  color: #000;
}
.section_strength .content_detail .grid_step .grid_3_1 .title {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  margin-top: 20px;
}
.section_strength .content_detail .grid_step .grid_3_1 .photo {
  margin-top: 0;
  border-radius: 10px;
}
.section_strength .content_detail .grid_step .grid_3_1 p {
  font-size: 14px;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .section_strength .section_inner {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
  .section_strength .content + .content {
    margin-top: 5vw;
  }
  .section_strength .content_strength_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
  }
  .section_strength .content_read .title {
    font-size: 5.2vw;
  }
  .section_strength .content_read .title + p {
    margin-top: 2vw;
  }
  .section_strength .content_detail .grid_wrp {
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_strength .content_detail .grid_wrp .grid_2_1 + .grid_2_1 {
    margin-top: 4.2vw;
  }
  .section_strength .content_detail .label {
    font-size: 3.5vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .section_strength .content_detail .title {
    font-size: 4vw;
  }
  .section_strength .content_detail .photo {
    margin-top: 2vw;
    border-radius: 5vw;
  }
  .section_strength .content_detail p {
    margin-top: 2vw;
  }
  .section_strength .content_detail .grid_step {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section_strength .content_detail .grid_step .grid_3_1 {
    text-align: left;
    margin-top: 4vw;
  }
  .section_strength .content_detail .grid_step .grid_3_1 .label {
    font-size: 3.5vw;
    padding-bottom: 0;
    margin-bottom: 2vw;
    border-bottom: solid 0 #000;
  }
  .section_strength .content_detail .grid_step .grid_3_1 .step {
    display: inline-block;
  }
  .section_strength .content_detail .grid_step .grid_3_1 .title {
    font-size: 4vw;
    line-height: 1.4;
    text-align: left;
    margin-top: 2vw;
  }
  .section_strength .content_detail .grid_step .grid_3_1 .photo {
    margin-top: 0;
    border-radius: 3vw;
  }
  .section_strength .content_detail .grid_step .grid_3_1 p {
    font-size: 3.2vw;
    margin-top: 2vw;
    text-align: left;
  }
}

.bg_yellow {
  background: #ff0;
}

/*===============================================================

	style.scss
	strength02

===============================================================*/
.strength02 {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 800px) {
  .strength02 .sp_grid_1 .photo {
    width: 60%;
    margin: 0 auto;
    margin-top: 5vw;
  }
}

/*===============================================================

	style.scss
	strength08

===============================================================*/
.strength08 {
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.strength08 .content_strength_main .txt {
  width: 40%;
}
.strength08 .content_strength_main .fig {
  width: 50%;
}
@media screen and (max-width: 1220px) {
  .strength08 .content_strength_main .txt {
    width: 50%;
  }
  .strength08 .content_strength_main .fig {
    width: 45%;
  }
}
/*===============================================================

	style.scss
	mainvisual

===============================================================*/
.mainvisual {
  border-top: solid 30px #ff0;
  background: #fff;
  /* タブレット */
  /* for TABLET */
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.mainvisual .kv_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0 30px 0;
}
.mainvisual .kv_txt {
  width: 65%;
}
.mainvisual .kv_ph {
  width: 35%;
  max-width: 250px;
  margin-top: -40px;
}
.mainvisual .local_menu {
  background: #f5f5f5;
  padding: 50px;
  padding-bottom: 60px;
  margin-top: 50px;
  text-align: center;
}
.mainvisual .local_menu .title {
  font-size: 30px;
}
.mainvisual .local_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainvisual .local_menu li {
  width: calc((100% - 30px)/2);
  text-align: left;
  margin-top: 20px;
}
.mainvisual .local_menu li a {
  display: block;
  background: #ff0;
  padding: 15px;
  padding-left: 25px;
  color: #000;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mainvisual .local_menu li a .num {
  font-size: 25px;
  font-weight: bold;
  padding-right: 15px;
}
.mainvisual .local_menu li a .label {
  font-size: 16px;
  line-height: 34px;
}
.mainvisual .local_menu li a:hover {
  background: #000;
  color: #ff0;
  text-decoration: none;
}
@media screen and (max-width: 1220px) {
  .mainvisual .content_width {
    padding: 0 50px 0 50px;
  }
  .mainvisual .kv_img {
    padding-top: 50px;
  }
  .mainvisual .local_menu {
    background: #f5f5f5;
    padding: 50px 0;
    margin-top: 50px;
    text-align: center;
  }
  .mainvisual .local_menu .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual {
    border-top: solid 5px #ff0;
  }
  .mainvisual .content_width {
    padding: 0 5vw;
  }
  .mainvisual .kv_img {
    padding: 5vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mainvisual .kv_txt {
    width: 82%;
  }
  .mainvisual .kv_ph {
    width: 18%;
    margin-top: 0;
  }
  .mainvisual .local_menu {
    background: #f5f5f5;
    padding: 5vw 0;
    margin-top: 8vw;
    text-align: center;
  }
  .mainvisual .local_menu .title {
    font-size: 5vw;
  }
  .mainvisual .local_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainvisual .local_menu li {
    width: 100%;
    margin-top: 2vw;
  }
  .mainvisual .local_menu li a {
    padding: 3vw;
    padding-left: 5vw;
  }
  .mainvisual .local_menu li a .num {
    font-size: 5vw;
    font-weight: bold;
    padding-right: 3vw;
  }
  .mainvisual .local_menu li a .label {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  .mainvisual .local_menu li a:hover {
    background: #ff0;
    text-decoration: none;
  }
}