@charset "utf-8";

/* style.css
 * **************************************************
 * Body
 * Header
 * Global Navigation
 * Common Elements
 * Content
 * Footer
 * Media Queries
 * **************************************************
 */

/* Body
-------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;900&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 19px;
  font-size: 1.48vw;
  overflow-x: hidden;
}
div#content {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 0 5px;
  width: 1280px;
  overflow: hidden;
}
.inner {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 65%;
}

h3 {
  letter-spacing: 3px;
}

h4 {
  letter-spacing: 3px;
}

p {
  letter-spacing: 1px;
}

/* Header
-------------------------------------------------- */
/* logo */

#hd.flex {
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
#hd .inner {
  padding: 1.71% 3.28% 1.56%;
  width: 1280px;
}
#hd h1 {
  width: 5%;
}
/* fiftieth */
#hd .fiftieth {
  position: absolute;
  top: 11.76%;
  right: 2.96%;
  width: 6.87%;
}
/* Common Elements
-------------------------------------------------- */

/* img */
img {
  vertical-align: bottom;
  max-width: 100%;
}
/* link */
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}
/* columns */
.columns {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.columns.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* paragraph */

/* button */

/* Content
-------------------------------------------------- */

main {
  display: block;
  overflow: hidden;
}
.flex {
  display: flex;
}
.lead {
  font-size: 1.6vw;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sp_style {
  display: none !important;
}
/* mainvisual */
#mainvisual {
  position: relative;
  background-image: url(../images/ptn01.jpg);
  background-repeat: repeat;
  background-size: 20px auto;
}

.mainimg {
  margin-bottom: 4vw;
}

#mainvisual .mainimg img {
  width: 100%;
}

#mainvisual h2 {
  position: absolute;
  top: 5vw;
  left: 5%;
}
#mainvisual p.staff {
  position: absolute;
  top: 5vw;
  right: 5%;
}
/* intro */
@media screen and (max-width: 1280px) {
  #content #intro {
    background-image: url(../images/sec01_bg_img02.png),
      url(../images/sec01_img01.png);
    background-repeat: no-repeat;
    background-position: center, top right 15%;
    background-size: contain, auto;
  }

  #content #intro .inner {
    padding: 2vw 0 2vw 0 !important;
  }
}
#content #intro {
  background-image: url(../images/sec01_bg_img02.png),
    url(../images/sec01_img01.png);
  background-repeat: no-repeat;
  background-position: center, top right 30%;
  background-size: contain, 280px;
}

#content #intro .inner {
  padding: 0vw 0 230px 0;
}
#content #intro .inner h3 {
  color: #003292;
  margin-bottom: 3vw;
  font-size: 2.5rem;
}

#content #intro .inner ul.nayami {
  list-style-type: none;
}

#content #intro .inner ul.nayami li {
  margin-bottom: 15px;
}

#content #intro .inner ul.nayami li img {
  height: 34px !important;
  width: inherit;
}

#content #intro .inner ul.nayami li:last-child img {
  height: 55px !important;
}

#content #intro .inner2 {
  position: relative;
}

#content #intro .inner2 .flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
}

#content #intro .inner2 h3 {
  color: #fff;
  line-height: 2.2;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 2vw;
}

#content #intro .inner2 p {
  color: #fff;
  font-size: 1rem;
  margin-top: 2vw;
  font-weight: bold;
}

.yoyaku {
}

.yoyaku a {
}
#content #intro .inner3 {
  position: relative;
  z-index: -1;
}

#content #intro .inner3 img {
  width: 100%;
  height: auto;
}

#content #intro .inner3 p.txt_riso {
  width: 50%;
  max-width: 270px;
  position: absolute;
  bottom: 13%;
  left: 28%;
}

/*method*/

section#method {
  background: #f0f5fa;
}

#method .bg01 {
  background: #709fd1;
  padding: 10vw 0 6vw 0;
  position: relative;
}

#method .bg01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0px 0 100px 100vw;
  /*transparentで余分な線を消す*/
  border-color: transparent transparent transparent #709fd1;
  background: #f0f5fa;
}

#method .m_example h3,
#method02 .m_example h3 {
  margin-bottom: 4vw;
  max-width: 500px;
}

.rei {
  font-weight: bold;
  margin-left: 60px;
  margin-bottom: 2vw;
  font-size: 1.8rem;
}

#method .m_example ul,
#method02 .m_example ul {
  list-style-type: none;
  margin-left: 60px;
}

#method .m_example ul li,
#method02 .m_example ul li {
  margin-bottom: 27px;
}

#method .m_example ul li ol,
#method02 .m_example ul li ol {
  list-style-type: none;
  padding-left: 45px;
  position: relative;
}

#method .m_example ul li ol:before,
#method02 .m_example ul li ol:before {
  position: absolute;
  top: 17px;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 30px;
  content: "";
  background-image: url(../images/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

#method .m_example ul li ol li,
#method02 .m_example ul li ol li {
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  font-size: 1.8rem;
}

#method .m_example ul li ol li:after,
#method02 .m_example ul li ol li:after {
  position: absolute;
  bottom: -20px;
  left: 60px;
  display: inline-block;
  width: 100%;
  height: 13px;
  content: "";
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}

#method .m_example ul li ol li:last-child:after,
#method02 .m_example ul li ol li:last-child:after {
  background: none;
}

#method .m_example ul li ol li:last-child,
#method02 .m_example ul li ol li:last-child {
  margin-bottom: 0;
}

#method .m_example .flex {
  justify-content: space-around;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#method .in02 {
  position: relative;
  padding: 3vw 0 0 0;
}

#method .in02 .img img {
  width: 100%;
  max-width: 540px;
}

#method .in02 .img02 {
  margin-left: 10%;
}

#method .in02 .img02 img {
  width: 100%;
  max-width: 780px;
}

#method .bg02 {
  padding: 387px 0;
  position: relative;
  background-image: url(../images/meshod_cap01_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
/*
#method .bg02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;border-width: 100px 0 0px 100vw;
  border-color: transparent transparent transparent #709fd1;
  background: #f0f5fa;
}
*/
#method .bg02 .txt {
  position: absolute;
  top: 40%;
  right: 15px;
  width: 75%;
  transform: translate(15%, -60%);
  -webkit-transform: translate(15%, -60%);
  -ms-transform: translate(15%, -60%);
}

#method .bg02 .txt p {
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 3vw;
  font-size: 2rem;
}

#method .in03 {
  position: relative;
  padding: 0vw 0 8vw 0;
}

#method .in03 p.img02 {
  text-align: center;
}

#method .in03 .flex {
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#method .in03 .kaizen {
  margin: 5vw auto 0 auto;
  width: 80%;
  padding: 0 3%;
  text-align: center;
  background-image: url(../images/meshod_cap02_ans_arrow01.png),
    url(../images/meshod_cap02_ans_arrow02.png);
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: auto;
  max-width: 800px;
}

#method .in03 .kaizen p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 1.5vw 0 0 0;
}

/*example*/

#example {
  background: #709fd1;
  padding: 10vw 0 11vw 0;
  text-align: center;
  position: relative;
}

#example::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 100px 100vw;
  border-color: transparent transparent transparent #709fd1;
  background: #fff;
}

#example .inner {
  border: 2px solid #000;
  border-radius: 15px;
  position: relative;
  padding: 6vw 10px;
  width: 60%;
  margin-bottom: 5vw;
}

#example h3 {
  font-size: 2.3rem;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #709fd1;
  width: 80%;
}

#example .ba li {
  justify-content: space-around;
  align-items: center;
  border-bottom: 4px dotted;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
}

#example .ba li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#example .arrow {
  position: absolute;
  bottom: -3vw;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*method02*/

#method02 .in02 {
  position: relative;
  padding: 8vw 0;
}

#method02 .m_example {
  margin-bottom: 16vw;
}

#method02 .flex {
  justify-content: space-around;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 4vw;
}

#method02 p.tsuyomi {
  font-weight: bold;
  text-align: center;
  color: #003292;
  font-size: 3.4rem;
  line-height: 1.8;
}

#method02 p.tsuyomi span {
  font-size: 4.6rem;
}

#method02 p.tsuyomi_kome {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 4vw;
}

/*special*/
#special .csgp {
  position: relative;
}

#special .csgp p {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  color: #999;
  letter-spacing: 7px;
  font-size: 1.8rem;
}

#special .csgp img {
  width: 100%;
}

#special .sec01 {
  background-image: url(../images/spe_bg01.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}

#special .sec01 .rank_bg {
  background-image: url(../images/spe_bg02.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

#special .sec01 .specialist {
  padding: 10vw 0;
  background: url(../images/spe_img.png) no-repeat;
  background-size: 150px auto;
  background-position: right bottom 5vw;
}

#special .sec01 .specialist h3 {
  margin-bottom: 5vw;
}

#special .sec01 .specialist p {
  color: #fff;
  font-weight: bold;
  line-height: 2;
  font-size: 2rem;
}

#special .sec01 .rank {
  padding: 0 0 14vw 0;
}

#special .sec01 .rank ul {
  list-style-type: none;
  justify-content: space-between;
}

#special .sec01 .rank ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  width: 23%;
}

#special .sec01 .rank ul li div.time p {
  margin-bottom: 10px;
}

#special .sec01 .rank ul li div.time a {
  font-size: 1.6rem;
  width: 100%;
  padding: 18px 15px;
  text-align: center;
  border-radius: 25px;
  display: block;
  color: #fff;
  font-weight: bold;
}

#special .sec01 .rank ul li.pas div.time .c60 a {
  background: #214880;
}

#special .sec01 .rank ul li.ex div.time .c60 a {
  background: #a35c37;
}

#special .sec01 .rank ul li.ma div.time .c60 a {
  background: #808080;
}

#special .sec01 .rank ul li.el div.time .c60 a {
  background: #d4aa32;
}

#special .sec01 .rank ul li div.time .c30 a {
  border: 2px solid #fff;
}

#special .sec01 .rank h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 3vw;
  font-size: 2.5rem;
}

#special .sec01 .rank h3 span {
  position: relative;
  padding: 0 60px;
}

#special .sec01 .rank h3 span:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 22px;
  content: "";
  background-image: url(../images/special_rank_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

#special .sec01 .rank h3 span:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 22px;
  content: "";
  background-image: url(../images/special_rank_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

#special .sec01 .rank ul li .icon {
  margin-bottom: 2vw;
}

#special .sec01 .effect {
  position: relative;
}

#special .sec01 .effect p {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}

#special .sec01 .real {
  background: #fff;
  padding: 10vw 0;
}

#special .sec01 .real .flex {
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

#special .sec01 .real .flex h3 span {
  display: block;
  font-size: 1.2rem;
  margin-top: 1.5vw;
  letter-spacing: 0;
  font-weight: normal;
}

#special .sec01 .real .voice {
  background: #000;
  padding: 3vw;
  margin: 0 auto 5vw auto;
  max-width: 730px;
}

#special .sec01 .real .voice ul {
  list-style-type: none;
}

#special .sec01 .real .voice ul li {
  color: #fff;
  font-weight: bold;
  margin-bottom: 2vw;
  line-height: 1.4;
  position: relative;
  padding-left: 40px;
  font-size: 1.8rem;
}

#special .sec01 .real .voice ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 28px;
  content: "";
  background-image: url(../images/real_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

#special .sec01 .real .voice ul li:last-child {
  margin-bottom: 0;
}

#special .sec01 .real .img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10vw;
}

#special .sec01 .real .yoyaku {
  margin: 0 auto;
  text-align: center;
}

/*lesson*/

#lesson .main_img img {
  width: 100%;
}

#lesson .price {
  background-image: url(../images/spe_bg02.jpg), url(../images/spe_bg01.jpg);
  background-repeat: no-repeat, repeat;
  background-position: bottom, center;
  background-size: contain;
  padding: 10vw 0;
}

#lesson .price .inner {
  width: 60%;
}

#lesson .price h3 {
  margin-bottom: 3vw;
}

#lesson .price p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2vw;
  font-size: 2.2rem;
}

#lesson .price p.kome {
  font-size: 1.4rem;
}

#lesson .price ul.list {
  list-style-type: none;
  border: 3px solid #fff;
  border-radius: 30px;
  padding: 5vw;
  margin-bottom: 4vw;
}

#lesson .price ul.list li {
  border-bottom: 5px solid #fff;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  text-align: center;
}

#lesson .price ul.list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#lesson .method {
  background-image: url(../images/lesson_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 10vw 0 0 0;
}

#lesson .method .inner {
  max-width: 670px !important;
}

#lesson .method h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 6vw;
  letter-spacing: 18px;
  font-size: 2.3rem;
}

#lesson .method .flex {
  justify-content: space-between;
}

#lesson .method h4 {
  color: #fff;
  line-height: 1;
  margin-bottom: 3vw;
  text-align: left;
  font-size: 2rem;
}

#lesson .method h4 span {
  color: #fff;
  border: 1px solid #fff;
  padding: 0px 40px;
  margin-right: 25px;
}

#lesson .method ul {
  list-style-type: none;
}

#lesson .method ul li {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 50px;
  display: block;
  line-height: 1.3;
}

#lesson .method ul li span {
  font-size: 70%;
}

#lesson .method ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

#lesson .method ul.arrow li:after {
  position: absolute;
  bottom: -40px;
  left: 50px;
  display: inline-block;
  width: 100%;
  height: 28px;
  content: "";
  background-image: url(../images/lesson_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
#lesson .method ul.arrow li:last-child:after {
  background-image: none;
}

#lesson .method .kankyo ul li {
  margin-bottom: 25px;
}

#lesson .method p {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.4;
}

#lesson .method .step {
  margin-bottom: 10vw;
}

#lesson .method .step:last-child {
  margin-bottom: 0;
}

#lesson .method .step01 p {
  margin-bottom: 0.5vw;
}

#lesson .method .step02 p.kome {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 1vw;
}

#lesson .method .step .kankyo {
  padding: 9% 10%;
  position: relative;
  background-image: url(../images/kankyo_waku.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

#lesson .method h4.kankyo_ttl {
  font-size: 2.3rem;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#lesson .method .step03 .txt {
  margin-bottom: 5vw;
}

#lesson .method .step03 .txt02 {
  font-size: 1rem;
}

#lesson .method .step_yoyaku {
  width: 100%;
  max-width: 1000px;
  margin: 2vw auto 0 auto;
  text-align: center;
  background-image: url(../images/lesson_img03.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  padding: 5vw 0;
}

#lesson .method .step_yoyaku p.kenko {
  font-size: 2.6rem;
  margin-bottom: 5vw;
}

#footer ul {
  list-style-type: none;
  justify-content: center;
  align-items: center;
}

#footer ul li {
  margin: 0 3%;
}

.yoyaku {
  margin: 0 auto;
}
/* pageTop */
#pageTop {
  background: #37bdff;
  border-radius: 50%;
  height: 50px;
  opacity: 0.7;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  z-index: 99;
}
#pageTop a {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
}
#pageTop a::before {
  color: #fff;
  content: "\f106";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pc {
  display: block;
}
.sp {
  display: none;
}
/* Footer
-------------------------------------------------- */

#footer .inner {
  padding: 1% 0;
}
#footer .logo {
  margin: 0 auto;
  width: 16.56%;
}

@media only screen and (max-width: 1280px) {
  #footer .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  #hd .inner {
    width: 100%;
  }
  #content {
    width: 100% !important;
  }
  .inner {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 90%;
  }
  #mainvisual h2 {
    position: absolute;
    top: 3vw;
    left: 2%;
    max-width: 250px;
  }

  #mainvisual p.staff {
    position: absolute;
    top: 3vw;
    right: 2%;
    max-width: 160px;
  }

  #method .bg02 {
    background: none;
    padding: 47vw 0;
    position: relative;
    background-image: url(../images/meshod_cap01_bg_sp.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  }

  #method .bg02 .txt {
    position: absolute;
    top: 45%;
    right: 45px;
    width: 70%;
    transform: translate(15%, -45%);
    -webkit-transform: translate(15%, -45%);
    -ms-transform: translate(15%, -45%);
  }

  #method .bg02 .txt br {
    display: none;
  }

  #content #intro .inner2 .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
  }

  #content #intro .inner2 {
    position: static;
    background-image: url(../images/sec01_bg_img02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50vw 0px 50vw 0;
  }

  #content #intro {
    background-image: url(../images/sec01_img01.png);
    background-repeat: no-repeat;
    background-position: right 190px;
    background-size: 220px auto;
    position: relative;
  }
  #content #intro .inner3 {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  #example .inner {
    border: 2px solid #000;
    border-radius: 15px;
    position: relative;
    padding: 5vw 5vw;
    width: 90%;
    margin-bottom: 5vw;
  }
  #method .in03 .kaizen p {
    margin: 1.5vw auto 0;
    width: 95%;
  }
  #example h3 {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #709fd1;
    width: 70%;
    font-size: 160%;
  }

  #example {
    background: #709fd1;
    padding: 10vw 0 26vw 0;
    text-align: center;
    position: relative;
  }
  #special .sec01 .rank ul li div.time a {
    width: 100%;
    padding: 18px 10px;
    text-align: center;
    font-size: 1.4rem;
  }
  #method .in03 .kaizen p br {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  #content #intro .inner2 {
    padding: 60vw 0px 50vw 0;
  }

  #content #intro .inner2 .flex {
    top: 54%;
  }
}
