sub {
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  sub {
    font-size: 80%;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.dpc {
  display: block;
}

.dsp {
  display: none;
}

@media screen and (max-width: 767px) {
  .dpc {
    display: none;
  }
  .dsp {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  html, body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #596363;
  box-sizing: border-box;
  margin: 0 auto;
  overflow-x: hidden;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex.center {
  align-items: center;
}
.flex.top {
  align-items: flex-start;
}
.flex.btm {
  align-items: flex-end;
}

.fadein {
  opacity: 0;
}
@-webkit-keyframes fade-anime {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-anime {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes fade-anime {
    from {
      opacity: 0;
      transform: translateY(5vw);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fade-anime {
    from {
      opacity: 0;
      transform: translateY(5vw);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.fadein.active {
  -webkit-animation: fade-anime 0.5s cubic-bezier(0.37, 0, 0.63, 1) forwards;
          animation: fade-anime 0.5s cubic-bezier(0.37, 0, 0.63, 1) forwards;
}

.leaf {
  position: absolute;
  opacity: 0;
  z-index: 99;
}
@-webkit-keyframes leaf-anime01 {
  from {
    opacity: 0;
    transform: translate(0, -35px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes leaf-anime01 {
  from {
    opacity: 0;
    transform: translate(0, -35px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes leaf-anime02 {
  from {
    opacity: 0;
    transform: translate(5px, -30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes leaf-anime02 {
  from {
    opacity: 0;
    transform: translate(5px, -30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes leaf-anime03 {
  from {
    opacity: 0;
    transform: translate(8px, -30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes leaf-anime03 {
  from {
    opacity: 0;
    transform: translate(8px, -30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes leaf-anime04 {
  from {
    opacity: 0;
    transform: translate(3px, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes leaf-anime04 {
  from {
    opacity: 0;
    transform: translate(3px, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes leaf-anime05 {
  from {
    opacity: 0;
    transform: translate(-10px, -40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes leaf-anime05 {
  from {
    opacity: 0;
    transform: translate(-10px, -40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes leaf-anime06 {
  from {
    opacity: 0;
    transform: translate(13px, -20px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes leaf-anime06 {
  from {
    opacity: 0;
    transform: translate(13px, -20px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.leaf.l01 {
  top: 200px;
  right: -54px;
}
.leaf.l01.active {
  -webkit-animation: leaf-anime01 0.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: leaf-anime01 0.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 960px) {
  .leaf.l01 {
    width: 29.792vw;
    top: 18.75vw;
    right: -5.625vw;
  }
}
@media screen and (max-width: 767px) {
  .leaf.l01 {
    width: 15.6vw;
    right: 0;
    top: 16vw;
  }
}
.leaf.l02 {
  bottom: 200px;
  left: -180px;
}
.leaf.l02.active {
  -webkit-animation: leaf-anime02 0.7s ease-in-out forwards;
          animation: leaf-anime02 0.7s ease-in-out forwards;
}
@media screen and (max-width: 960px) {
  .leaf.l02 {
    width: 41.771vw;
    bottom: 20.833vw;
    left: -18.75vw;
  }
}
@media screen and (max-width: 767px) {
  .leaf.l02 {
    width: 22.667vw;
    top: 48vw;
    left: 0;
  }
}
.leaf.l03 {
  top: -80px;
  left: 10px;
}
.leaf.l03.active {
  -webkit-animation: leaf-anime03 0.7s cubic-bezier(0.5, 1, 0.89, 1) forwards;
          animation: leaf-anime03 0.7s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
@media screen and (max-width: 960px) {
  .leaf.l03 {
    width: 28.646vw;
    top: -8.333vw;
    left: 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  .leaf.l03 {
    width: 24vw;
    top: -10vw;
    left: 0;
  }
}
.leaf.l04 {
  top: 430px;
  right: -210px;
}
.leaf.l04.active {
  -webkit-animation: leaf-anime04 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: leaf-anime04 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 960px) {
  .leaf.l04 {
    width: 45.104vw;
    top: 44.792vw;
    right: -21.875vw;
  }
}
@media screen and (max-width: 767px) {
  .leaf.l04 {
    width: 34.667vw;
    top: 124vw;
    right: 0vw;
  }
}
.leaf.l05 {
  bottom: -170px;
  left: -10px;
}
.leaf.l05.active {
  -webkit-animation: leaf-anime05 0.9s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: leaf-anime05 0.9s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 960px) {
  .leaf.l05 {
    width: 25.417vw;
    bottom: -17.708vw;
    left: -1.042vw;
  }
}
@media screen and (max-width: 767px) {
  .leaf.l05 {
    width: 27.867vw;
    bottom: 73vw;
    left: 0vw;
  }
}
.leaf.l06 {
  top: -40px;
  right: -100px;
}
.leaf.l06.active {
  -webkit-animation: leaf-anime06 0.6s ease-in forwards;
          animation: leaf-anime06 0.6s ease-in forwards;
}
@media screen and (max-width: 960px) {
  .leaf.l06 {
    width: 32.917vw;
    top: -4.167vw;
    right: -10.417vw;
  }
}
@media screen and (max-width: 767px) {
  .leaf.l06 {
    width: 26.667vw;
    top: -5vw;
    right: 0vw;
  }
}
.leaf.l07 {
  bottom: -140px;
  left: -250px;
}
.leaf.l07.active {
  -webkit-animation: leaf-anime04 0.6s ease-in forwards;
          animation: leaf-anime04 0.6s ease-in forwards;
}
@media screen and (max-width: 960px) {
  .leaf.l07 {
    width: 41.042vw;
    bottom: -14.583vw;
    left: -26.042vw;
  }
}
@media screen and (max-width: 767px) {
  .leaf.l07 {
    width: 26.133vw;
    bottom: 125vw;
    left: 0vw;
  }
}
.leaf.l08 {
  bottom: -440px;
  right: -130px;
}
.leaf.l08.active {
  -webkit-animation: leaf-anime03 0.5s ease-in forwards;
          animation: leaf-anime03 0.5s ease-in forwards;
}
@media screen and (max-width: 960px) {
  .leaf.l08 {
    width: 34.375vw;
    bottom: -45.833vw;
    right: -13.542vw;
  }
}
@media screen and (max-width: 767px) {
  .leaf.l08 {
    width: 18.667vw;
    bottom: 2vw;
    right: -2vw;
  }
}
.leaf.l09 {
  top: -160px;
  left: -200px;
}
.leaf.l09.active {
  -webkit-animation: leaf-anime03 0.6s ease-in forwards;
          animation: leaf-anime03 0.6s ease-in forwards;
}
@media screen and (max-width: 960px) {
  .leaf.l09 {
    width: 35.208vw;
    top: -16.667vw;
    left: -20.833vw;
  }
}
@media screen and (max-width: 767px) {
  .leaf.l09 {
    width: 24vw;
    top: -10vw;
    left: 0vw;
  }
}
.leaf.l10 {
  bottom: -160px;
  right: -300px;
  z-index: -1;
}
.leaf.l10.active {
  -webkit-animation: leaf-anime05 0.8s ease-in forwards;
          animation: leaf-anime05 0.8s ease-in forwards;
}
@media screen and (max-width: 960px) {
  .leaf.l10 {
    width: 44.271vw;
    bottom: -16.667vw;
    right: -31.25vw;
  }
}
@media screen and (max-width: 767px) {
  .leaf.l10 {
    width: 18.667vw;
    bottom: -32vw;
    right: 0vw;
  }
}

section > .inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section > .inner {
    width: 100%;
    padding: 0 10.667vw;
  }
}
section > .title {
  position: relative;
  overflow: hidden;
}
section > .title .back_img::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  section > .title .back_img::before {
    top: 22%;
  }
}
section > .title .back_img picture {
  display: block;
}
section > .title .back_img img {
  max-width: 100%;
}
section > .title .txt {
  position: absolute;
  right: 0;
  left: 0;
  top: 30%;
  width: 960px;
  padding: 10px 0;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
@media screen and (max-width: 960px) {
  section > .title .txt {
    width: 100%;
    padding: 1.042vw 0;
  }
}
@media screen and (max-width: 767px) {
  section > .title .txt {
    width: auto;
    padding: 0;
    background: none;
    box-shadow: none;
  }
}
section > .title .txt h2 {
  position: relative;
  font-size: 34px;
  z-index: 2;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1440px) {
  section > .title .txt h2 {
    font-size: 2.361vw;
  }
}
@media screen and (max-width: 767px) {
  section > .title .txt h2 {
    font-size: 4.267vw;
    letter-spacing: 0.1rem;
  }
}
section > .title .txt h2 span.white {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section > .title .txt h2 span.white {
    display: inline-block;
    background: #fff;
    margin-top: 2vw;
    background: #fff;
    font-weight: 500;
    padding: 1vw 5vw;
    box-shadow: 0px 0px 7px 0.5px rgba(0, 0, 0, 0.7);
  }
}
section > .title .txt h2 span:not(.white) {
  color: #0b905e;
}
section > .title .object {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 0;
}

ruby rt {
  padding: 0 10px;
  letter-spacing: normal;
}
@media screen and (max-width: 960px) {
  ruby rt {
    padding: 0 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  ruby rt {
    padding: 0 2vw;
  }
}

.wrapper {
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .wrapper {
    padding-top: 8.333vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 16vw;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: solid 1px #dcdcdc;
  z-index: 999;
  background: #fff;
}
#header .inner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #header .inner {
    padding: 0 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  #header .inner {
    max-width: 100%;
  }
}
#header .inner > .flex {
  height: 80px;
}
@media screen and (max-width: 960px) {
  #header .inner > .flex {
    height: 8.333vw;
  }
}
@media screen and (max-width: 767px) {
  #header .inner > .flex {
    height: 16vw;
    margin-left: 10.667vw;
  }
}
#header .inner .logo {
  width: 135px;
}
@media screen and (max-width: 960px) {
  #header .inner .logo {
    width: 14.063vw;
  }
}
@media screen and (max-width: 767px) {
  #header .inner .logo {
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  #header .inner nav {
    display: none;
    position: fixed;
    top: 16.133vw;
    left: 0px;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 990;
  }
}
#header .inner nav ul li {
  display: inline-block;
  border-bottom: solid 4px #0b905e;
  margin-left: 35px;
  padding-bottom: 5px;
}
@media screen and (max-width: 960px) {
  #header .inner nav ul li {
    margin-left: 3.646vw;
  }
}
@media screen and (max-width: 767px) {
  #header .inner nav ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    height: 26.667vw;
    box-sizing: border-box;
    border-bottom: solid 1px #dcdcdc;
    padding: 0;
  }
  #header .inner nav ul li::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8.8vw;
    right: 10.667vw;
    height: 8.8vw;
    background: url("../img/nav_icon_sp.png") no-repeat;
    background-size: contain;
  }
}
#header .inner nav ul li a {
  font-size: 16px;
  color: #596363;
}
@media screen and (max-width: 960px) {
  #header .inner nav ul li a {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 767px) {
  #header .inner nav ul li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10.667vw;
    font-size: 4.533vw;
  }
  #header .inner nav ul li a span {
    border-bottom: solid 3px #0b905e;
  }
}
#header .inner .hum_menu {
  width: 6.667vw;
  height: 6vw;
  position: relative;
  margin-right: 4.667vw;
}
#header .inner .hum_menu span {
  position: absolute;
  display: inline-block;
  width: 6.667vw;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #596363;
}
#header .inner .hum_menu span:first-child {
  top: 0;
  transition: background-color 0s linear 0.13s;
}
#header .inner .hum_menu span:nth-child(2) {
  top: 50%;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#header .inner .hum_menu span:last-child {
  top: 100%;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#header.active .hum_menu span:first-child {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
#header.active .hum_menu span:nth-child(2) {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#header.active .hum_menu span:last-child {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

#mv {
  position: relative;
  width: 100%;
}
#mv h1 {
  position: absolute;
  top: 95px;
  right: 0;
  left: 0;
  width: 480px;
  height: 192px;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: ttl-anime 0.7s cubic-bezier(0.37, 0, 0.66, 1.04) forwards;
          animation: ttl-anime 0.7s cubic-bezier(0.37, 0, 0.66, 1.04) forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@-webkit-keyframes ttl-anime {
  0% {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(20px);
  }
  40% {
    opacity: 0.7;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes ttl-anime {
  0% {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(20px);
  }
  40% {
    opacity: 0.7;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes ttl-anime {
    from {
      transform: translateY(4vw);
      filter: blur(2vw);
    }
    to {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
  }
  @keyframes ttl-anime {
    from {
      transform: translateY(4vw);
      filter: blur(2vw);
    }
    to {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
  }
}
@media screen and (max-width: 1440px) {
  #mv h1 {
    top: 6.597vw;
    width: 33.333vw;
    height: 13.333vw;
  }
}
@media screen and (max-width: 767px) {
  #mv h1 {
    width: 56vw;
    top: 10.667vw;
    height: auto;
    -webkit-animation: ttl-anime 1s cubic-bezier(0.37, 0, 0.63, 1) forwards;
            animation: ttl-anime 1s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  }
}

#heading {
  position: relative;
  padding: 0;
  background: linear-gradient(0deg, rgb(156, 206, 141) 0%, rgb(196, 225, 184) 0%, rgb(196, 225, 184) 0%, rgb(223, 238, 216) 30%);
}
#heading > .inner {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  #heading > .inner {
    padding: 4.167vw 4.167vw 0;
  }
}
@media screen and (max-width: 767px) {
  #heading > .inner {
    padding: 5.333vw 10.667vw 0;
  }
}
#heading h2 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #0b905e;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  #heading h2 {
    font-size: 4.167vw;
    margin-bottom: 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  #heading h2 {
    font-size: 5.867vw;
    font-weight: 500;
    margin-bottom: 9.333vw;
    white-space: nowrap;
  }
}
#heading p.exp {
  line-height: 2.2;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #heading p.exp {
    margin-bottom: 5.208vw;
  }
}
@media screen and (max-width: 767px) {
  #heading p.exp {
    margin-bottom: 4.667vw;
  }
}
#heading .point {
  width: 628px;
  margin: 0 auto 70px;
}
#heading .point .p02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#heading .point .p03 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 960px) {
  #heading .point {
    width: 65.417vw;
    margin-bottom: 7.292vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .point {
    width: 100%;
    margin-bottom: 6.667vw;
  }
}
#heading .point > div {
  width: 185px;
}
@media screen and (max-width: 960px) {
  #heading .point > div {
    width: 19.271vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .point > div {
    width: 25.333vw;
  }
}
#heading .yt {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #heading .yt {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .yt {
    margin-bottom: 13.333vw;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 55%;
  }
}
#heading .yt::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 109px;
  height: 104px;
  right: 190px;
  top: -94px;
  background: url("../img/heading_illust01.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #heading .yt::before {
    width: 11.354vw;
    height: 10.833vw;
    right: 19.792vw;
    top: -9.792vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .yt::before {
    width: 14.8vw;
    height: 14.267vw;
    right: 0;
    top: -12.667vw;
  }
}
#heading .yt iframe {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #heading .yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#heading .ambassador {
  position: relative;
  padding: 0 0 120px 190px;
}
@media screen and (max-width: 960px) {
  #heading .ambassador {
    padding: 0 0 12.5vw 19.792vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .ambassador {
    padding: 0 0 25.333vw;
  }
}
#heading .ambassador .text {
  text-align: left;
  color: #0b905e;
}
#heading .ambassador .text .catch {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #heading .ambassador .text .catch {
    font-size: 2.292vw;
    margin-bottom: 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .ambassador .text .catch {
    font-size: 3.733vw;
    margin-bottom: 3vw;
  }
}
#heading .ambassador .text .main {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  #heading .ambassador .text .main {
    font-size: 3.75vw;
  }
}
#heading .ambassador .text .main rt {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #heading .ambassador .text .main rt {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .ambassador .text .main {
    font-size: 5.867vw;
  }
}
#heading .ambassador .person {
  position: absolute;
  bottom: -1px;
  right: -90px;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  #heading .ambassador .person {
    right: -9.375vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .ambassador .person {
    right: -10.667vw;
  }
}
#heading .ambassador .person .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #heading .ambassador .person .txt {
    margin-bottom: 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .ambassador .person .txt {
    margin-bottom: 0;
    margin-right: 3vw;
  }
}
#heading .ambassador .person .txt .ttl {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #heading .ambassador .person .txt .ttl {
    font-size: 1.458vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .ambassador .person .txt .ttl {
    font-size: 2.933vw;
    margin-bottom: 1vw;
    letter-spacing: normal;
  }
}
#heading .ambassador .person .txt .name {
  font-size: 26px;
  letter-spacing: 0.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #heading .ambassador .person .txt .name {
    font-size: 2.708vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .ambassador .person .txt .name {
    font-size: 3.733vw;
    letter-spacing: 0.2rem;
    margin-bottom: 4.667vw;
  }
}
#heading .ambassador .person .photo {
  width: 330px;
}
@media screen and (max-width: 960px) {
  #heading .ambassador .person .photo {
    width: 34.375vw;
  }
}
@media screen and (max-width: 767px) {
  #heading .ambassador .person .photo {
    width: 36vw;
  }
}

section .title {
  width: 100%;
  text-align: center;
}
section .inner {
  position: relative;
  z-index: 1;
  padding: 150px 0 0;
}
@media screen and (max-width: 960px) {
  section .inner {
    padding: 15.625vw 2.083vw 0;
  }
}
@media screen and (max-width: 767px) {
  section .inner {
    padding: 0 10.667vw;
  }
}
section .inner span.line {
  position: relative;
}
section .inner span.line::before {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, #ffc800, #ffc800);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%;
  transition: all 0.9s ease-in-out;
  bottom: 0px;
  height: 8px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section .inner span.line::before {
    height: 5px;
  }
}
section .inner span.line.active::before {
  background-size: 100% 100%;
}
section .inner p {
  line-height: 1.5;
}
section .inner p.main_txt {
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  section .inner p.main_txt {
    font-size: 2.292vw;
  }
}
@media screen and (max-width: 767px) {
  section .inner p.main_txt {
    font-size: 3.733vw;
  }
}
section .inner p.main_txt span:not(.line) {
  color: #0b905e;
}
section .inner p.last_txt {
  font-size: 22px;
  letter-spacing: 0.3rem;
  line-height: 2.3;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  section .inner p.last_txt {
    font-size: 2.292vw;
  }
}
@media screen and (max-width: 767px) {
  section .inner p.last_txt {
    font-size: 4.267vw;
    letter-spacing: 0.1rem;
    line-height: 2;
  }
}
section .inner p.last_txt span {
  font-weight: 600;
}

#section01 {
  padding: 0 0 180px;
}
@media screen and (max-width: 960px) {
  #section01 {
    padding: 0 0 18.75vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 {
    padding: 0 0 24vw;
  }
}
#section01 .title .back_img::before {
  width: 270px;
  height: 215px;
  background: url("../img/section01_ttl_num.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #section01 .title .back_img::before {
    width: 18.75vw;
    height: 14.931vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .title .back_img::before {
    width: 36vw;
    height: 30.667vw;
  }
}
#section01 .title .object {
  width: 590px;
  bottom: -23px;
  transform: translateX(70px);
}
@media screen and (max-width: 1440px) {
  #section01 .title .object {
    width: 40.972vw;
    bottom: -1.597vw;
  }
}
@media screen and (max-width: 960px) {
  #section01 .title .object {
    width: 52.083vw;
    bottom: -2.396vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .title .object {
    width: 78.667vw;
    transform: none;
    right: 0;
    left: initial;
    bottom: -4vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 > .inner {
    padding-top: 9.333vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
#section01 .flex > .txt {
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #section01 .flex > .img {
    width: 35.417vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex > .img {
    width: 45.333vw;
  }
}
#section01 .flex p.main_txt {
  margin-bottom: 40px;
  letter-spacing: 0.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #section01 .flex p.main_txt {
    margin-bottom: 4.167vw;
  }
}
#section01 .flex p.main_txt.lh2 {
  line-height: 2.3;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  #section01 .flex p.main_txt {
    margin-bottom: 10.667vw;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}
#section01 .flex p.exp {
  color: #0b905e;
  font-size: 26px;
  margin-bottom: 10px;
  text-align: left;
}
#section01 .flex p.exp.f22 {
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  #section01 .flex p.exp.f22 {
    font-size: 2.292vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex p.exp.f22 {
    font-size: 3.467vw;
  }
}
@media screen and (max-width: 960px) {
  #section01 .flex p.exp {
    font-size: 2.708vw;
    margin-bottom: 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex p.exp {
    font-size: 4.267vw;
    margin-bottom: 2vw;
    letter-spacing: normal;
    text-align: center;
  }
}
#section01 .flex p.exp small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #section01 .flex p.exp small {
    font-size: 3.333vw;
  }
}
#section01 .flex p.att {
  font-size: 14px;
  text-align: left;
  letter-spacing: normal;
}
#section01 .flex p.att span {
  display: inline-block;
  width: 70%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #section01 .flex p.att span {
    width: 60vw;
  }
}
@media screen and (max-width: 960px) {
  #section01 .flex p.att {
    font-size: 1.458vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex p.att {
    font-size: 2.4vw;
    padding-left: 6vw;
  }
}
#section01 .flex .num_item {
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #section01 .flex .num_item {
    padding-left: 2.083vw;
    margin-bottom: 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex .num_item {
    padding-left: 0;
    margin-bottom: 13.333vw;
  }
}
#section01 .flex .num_flex {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #section01 .flex .num_flex {
    margin-bottom: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex .num_flex {
    justify-content: center;
    margin-bottom: 2vw;
  }
}
#section01 .flex .num_flex .about {
  margin: 5px 20px 0 0;
}
@media screen and (max-width: 960px) {
  #section01 .flex .num_flex .about {
    margin: 0.521vw 2.083vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex .num_flex .about {
    margin: 0 2vw 0 0;
  }
}
#section01 .flex .num_flex .about img {
  width: 45px;
}
@media screen and (max-width: 960px) {
  #section01 .flex .num_flex .about img {
    width: 4.688vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex .num_flex .about img {
    width: 7.333vw;
  }
}
#section01 .flex .num_flex .num.n01 {
  width: 230px;
  padding-top: 5px;
}
@media screen and (max-width: 960px) {
  #section01 .flex .num_flex .num.n01 {
    width: 23.958vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex .num_flex .num.n01 {
    padding-top: 0;
    width: 38.667vw;
  }
}
#section01 .flex .num_flex .num.n01 span::before {
  height: 10px;
  bottom: 10px;
}
@media screen and (max-width: 960px) {
  #section01 .flex .num_flex .num.n01 span::before {
    bottom: 1.042vw;
  }
}
#section01 .flex .num_flex .num.n02 {
  width: 370px;
}
@media screen and (max-width: 767px) {
  #section01 .flex .num_flex .num.n02 {
    width: 58.667vw;
  }
}
#section01 .flex .num_flex .num.n02 span::before {
  height: 10px;
}
#section01 .flex .arrow {
  position: relative;
  margin-left: 15px;
  bottom: -60px;
}
@media screen and (max-width: 960px) {
  #section01 .flex .arrow {
    margin-left: 1.563vw;
    bottom: -6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex .arrow {
    bottom: 0;
    width: 34.667vw;
    margin-left: 0;
    margin: 0 auto 4.667vw;
  }
}
#section01 .flex .img {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  #section01 .flex .img {
    margin-top: 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex .img {
    margin: 0 auto 10.667vw;
    width: 45.333vw;
  }
}
#section01 .flex.last .img {
  width: 444px;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  #section01 .flex.last .img {
    width: 46.25vw;
    margin-top: 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex.last .img {
    width: 60vw;
    margin: 12vw auto 16vw 1vw;
  }
}
#section01 .flex.last .img .graph_txt {
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  margin-left: 90px;
  white-space: nowrap;
  letter-spacing: normal;
}
#section01 .flex.last .img .graph_txt span {
  display: inline-block;
  width: 98%;
  white-space: break-spaces;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #section01 .flex.last .img .graph_txt span {
    width: 64vw;
  }
}
@media screen and (max-width: 960px) {
  #section01 .flex.last .img .graph_txt {
    font-size: 1.458vw;
    margin-left: 9.375vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 .flex.last .img .graph_txt {
    font-size: 2.4vw;
    margin-left: 10.667vw;
    margin-top: 1vw;
    line-height: 1.4;
  }
}
#section01 p.last_txt {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #section01 p.last_txt {
    margin-top: 10.417vw;
  }
}
@media screen and (max-width: 767px) {
  #section01 p.last_txt {
    margin-top: 2.667vw;
  }
}

#section02 {
  padding-bottom: 150px;
}
@media screen and (max-width: 960px) {
  #section02 {
    padding-bottom: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 {
    padding-bottom: 13.333vw;
  }
}
#section02 > .title .back_img::before {
  width: 270px;
  height: 215px;
  background: url("../img/section02_ttl_num.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #section02 > .title .back_img::before {
    width: 18.75vw;
    height: 14.931vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 > .title .back_img::before {
    width: 42.667vw;
    height: 30vw;
  }
}
#section02 > .title .object {
  width: 984px;
  bottom: -25px;
}
@media screen and (max-width: 1440px) {
  #section02 > .title .object {
    width: 68.333vw;
    bottom: -2vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 > .title .object {
    width: 89.333vw;
    bottom: -3vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #section02 .inner {
    padding-top: 12vw;
  }
}
#section02 .flex.center {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #section02 .flex.center {
    margin-bottom: 10.417vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 .flex.center {
    margin-bottom: 10.667vw;
    flex-direction: column;
  }
}
#section02 .flex.center .img {
  width: 250px;
}
@media screen and (max-width: 960px) {
  #section02 .flex.center .img {
    width: 26.042vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 .flex.center .img {
    width: 45.333vw;
    margin-bottom: 6.667vw;
  }
}
#section02 .flex.center .txt {
  width: 660px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #section02 .flex.center .txt {
    width: 66.667vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 .flex.center .txt {
    width: 100%;
  }
}
#section02 .flex.center .txt .ttl {
  color: #0b905e;
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #section02 .flex.center .txt .ttl {
    font-size: 3.333vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 .flex.center .txt .ttl {
    font-size: 5.6vw;
    margin-bottom: 6.667vw;
  }
}
#section02 .flex.center .txt .exp {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #section02 .flex.center .txt .exp {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 .flex.center .txt .exp {
    font-size: 3.2vw;
  }
}
#section02 .flex.center .txt .exp span {
  color: #0b905e;
}
#section02 .measure {
  position: relative;
}
#section02 .measure p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #section02 .measure p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 .measure p {
    position: initial;
    margin-top: 8vw;
    font-size: 3.733vw;
  }
}
#section02 .measure.top {
  text-align: left;
}
#section02 .measure.top p {
  bottom: 155px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #section02 .measure.top p {
    bottom: 16.146vw;
  }
}
#section02 .measure.btm {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  #section02 .measure.btm {
    margin-bottom: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 .measure.btm {
    margin-bottom: 20vw;
  }
}
#section02 .measure.btm p {
  bottom: 130px;
}
@media screen and (max-width: 960px) {
  #section02 .measure.btm p {
    bottom: 13.542vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 .measure.btm p {
    white-space: nowrap;
  }
}
#section02 .arrow {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  #section02 .arrow {
    margin-top: 9.375vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 .arrow {
    width: 46.667vw;
    margin: 13.333vw auto 8vw;
  }
}
#section02 p.last_txt {
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  #section02 p.last_txt {
    font-size: 3.733vw;
    white-space: nowrap;
  }
}

#section03 {
  padding-bottom: 150px;
}
#section03 .right .price .line {
	color: #0b905e;
	font-weight: 700;
	font-size: 121px;
}
#section03 .right .price .line::before{
	bottom: 24px;
}
@media screen and (max-width: 960px) {
  #section03 {
    padding-bottom: 15.625vw;
  }
}
@media screen and (max-width: 768px){
	#section03 .right .price{
		text-align: left;
		margin-left: -10px;
	}
	#section03 .right .price .line {
		font-size: 100px;
		letter-spacing: -2px;
	}
	#section03 .right .price .line img{
		width: 30px;
	}
}
@media screen and (max-width: 767px) {
  #section03 {
    padding-bottom: 17.333vw;
  }
	#section03 .right .price{
		margin-left: -25px;
	}
	#section03 .right .price .line {
		font-size: 80px;
		letter-spacing: -1px;
	}
	#section03 .right .price .line img{
		width: 24px;
	}
	#section03 .right .price .line::before{
		bottom: 16px;
	}
	
}
#section03 > .title {
  overflow-x: hidden;
}
#section03 > .title .back_img::before {
  width: 270px;
  height: 215px;
  background: url("../img/section03_ttl_num.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #section03 > .title .back_img::before {
    width: 18.75vw;
    height: 14.931vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 > .title .back_img::before {
    width: 40vw;
    height: 30vw;
  }
}
#section03 > .title .line_target_05 {
  font-size: 33px;
  letter-spacing: normal;
}
@media screen and (max-width: 1440px) {
  #section03 > .title .line_target_05 {
    font-size: 2.292vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 > .title .line_target_05 {
    font-size: 4.267vw;
    letter-spacing: 0.1rem;
  }
}
#section03 > .title .object {
  width: 1440px;
  bottom: -34px;
}
@media screen and (max-width: 1440px) {
  #section03 > .title .object {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) {
  #section03 > .title .object {
    width: 150vw;
    left: -25vw;
    right: initial;
    bottom: -3.542vw;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  #section03 > .title .object {
    width: 100%;
    left: 0;
    bottom: -4vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 > .inner {
    padding-top: 34.667vw;
  }
}
#section03 .flex.btm {
  margin-bottom: 115px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm {
    position: relative;
    left: -2vw;
    margin-bottom: 11.979vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm {
    display: block;
    left: 0;
    position: relative;
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm.max {
    margin-bottom: 33.333vw;
  }
}
#section03 .flex.btm.max .logo {
  width: 178px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm.max .logo {
    width: 18.542vw;
    margin-bottom: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm.max .logo {
    width: 26vw;
    margin-bottom: 3vw;
    margin-left: 4vw;
  }
}
#section03 .flex.btm.noridoki {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm.noridoki {
    margin-bottom: 7.292vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm.noridoki {
    margin-bottom: 13.333vw;
  }
}
#section03 .flex.btm.noridoki .logo {
  width: 264px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm.noridoki .logo {
    width: 27.5vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm.noridoki .logo {
    width: 34.667vw;
    margin: 0 auto 9.333vw 0;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm.noridoki > .left .car {
    width: 38.667vw;
    left: -1vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm.noridoki > .right .emi {
    top: -1vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm.noridoki > .right .total {
    top: 35vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .left {
    position: relative;
    margin-bottom: 5.333vw;
  }
}
#section03 .flex.btm > .left .car {
  width: 330px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .left .car {
    width: 34.375vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .left .car {
    width: 41.467vw;
    position: relative;
    left: -4vw;
  }
}
#section03 .flex.btm > .left .info {
  width: 300px;
  margin: 20px auto 0;
  border: solid 1px #596363;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .left .info {
    width: 31.25vw;
    margin-top: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .left .info {
    width: 38.667vw;
    margin: 0;
  }
}
#section03 .flex.btm > .left .info .table {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#section03 .flex.btm > .left .info .table:not(:last-child) {
  border-bottom: solid 1px #596363;
}
#section03 .flex.btm > .left .info .table > span {
  display: inline-block;
  padding: 4px 3px 6px 3px;
  box-sizing: border-box;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .left .info .table > span {
    font-size: 2.667vw;
    padding: 2px;
  }
}
#section03 .flex.btm > .left .info .table > span.ttl {
  width: 170px;
  padding-right: 0;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding-left: 8px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .left .info .table > span.ttl {
    width: 17.708vw;
    padding-left: 0.833vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .left .info .table > span.ttl {
    width: 20vw;
    line-height: 1.2;
    padding-left: 3px;
  }
}
#section03 .flex.btm > .left .info .table > span.colon {
  width: 15px;
  padding: 3px 0;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .left .info .table > span.colon {
    width: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .left .info .table > span.colon {
    width: 0;
    padding-right: 3px;
  }
}
#section03 .flex.btm > .left .info .table > span.cont {
  width: 90px;
  padding-left: 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .left .info .table > span.cont {
    width: 9.375vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .left .info .table > span.cont {
    width: 13.333vw;
    letter-spacing: normal;
    padding-left: 3px;
  }
}
#section03 .flex.btm > .right .ttl {
  width: 310px;
  background: #0b905e;
  border-radius: 20px;
  color: #fff;
  padding: 25px 0;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: normal;
  box-shadow: inset 0px 0px 16px 4px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .ttl {
    width: 32.292vw;
    padding: 2.604vw 0;
    font-size: 2.708vw;
    margin-right: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .ttl {
    width: 100%;
    position: absolute;
    top: -17.333vw;
    border-radius: 10px;
    padding: 1.5vw 0;
    margin-bottom: 0;
    font-size: 3.733vw;
    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  }
}
#section03 .flex.btm > .right .emi {
  width: 260px;
	position: relative;
}
#section03 .flex.btm > .right .emi span{
	position: absolute;
	color: #0b905e;
	font-weight: 700;
	font-size: 56px;
	left: 25px;
	top: 80px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .emi {
    width: 27.083vw;
  }
}
@media screen and (max-width: 768px) {
	#section03 .flex.btm > .right .emi span{
		font-size: 38px;
		left: 25px;
		top: 70px;
	}
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .emi {
    position: absolute;
    top: 3vw;
    right: 0;
    width: 145px;
  }
	#section03 .flex.btm > .right .emi span{
		font-size: 28px;
		left: 18px;
		top: 57px;
	}
}
#section03 .flex.btm > .right .total {
  margin-right: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .total {
    margin-right: 1.563vw;
    margin-top: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .total {
    position: absolute;
    top: 40vw;
    right: 2vw;
    margin: 0;
  }
}
#section03 .flex.btm > .right .total .exp {
  line-height: 1.1;
  letter-spacing: normal;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .total .exp {
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .total .exp {
    line-height: 1.2;
    font-size: 2.933vw;
    margin-bottom: 1vw;
  }
}
#section03 .flex.btm > .right .total .num {
  color: #0b905e;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .total .num {
    font-size: 4.583vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .total .num {
    font-size: 7.2vw;
    white-space: nowrap;
  }
}
#section03 .flex.btm > .right .total .num span {
  font-size: 26px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .total .num span {
    font-size: 2.708vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .total .num span {
    font-size: 3.733vw;
  }
}
#section03 .flex.btm > .right .cover {
  margin-top: 35px;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .cover {
    margin-top: 3.646vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .cover {
    margin: 0;
    justify-content: space-between;
  }
}
#section03 .flex.btm > .right .cover .arrow {
  width: 115px;
  margin-right: 10px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .cover .arrow {
    width: 11.979vw;
    margin-right: 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .cover .arrow {
    width: 28vw;
    margin-right: 0;
  }
}
#section03 .flex.btm > .right .cover .price {
  width: 280px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .cover .price {
    width: 29.167vw;
    margin-top: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .cover .price {
    width: 44.667vw;
    margin-top: 5vw;
  }
}
#section03 .flex.btm > .right .cover .price span::before {
  height: 15px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .cover .price span::before {
    height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .cover .price span::before {
    height: 8px;
  }
}
#section03 .flex.btm > .right .cover .price p {
  font-size: 27px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .cover .price p {
    font-size: 2.813vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .cover .price p {
    font-size: 4.8vw;
    margin-top: 1vw;
    white-space: nowrap;
  }
}
#section03 .flex.btm > .right .cover .price p span {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  #section03 .flex.btm > .right .cover .price p span {
    font-size: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .flex.btm > .right .cover .price p span {
    font-size: 2.933vw;
  }
}
#section03 .att {
  font-size: 14px;
  text-align: left;
  margin-bottom: 115px;
  letter-spacing: normal;
}
#section03 .att p {
  margin-bottom: 15px;
  word-break: break-all;
}
#section03 .att p a {
  color: #0b905e;
}
@media screen and (max-width: 767px) {
  #section03 .att p {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 960px) {
  #section03 .att {
    font-size: 1.458vw;
    margin-bottom: 11.979vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .att {
    font-size: 2.933vw;
    margin-bottom: 14.667vw;
  }
  #section03 .att p {
    letter-spacing: normal;
    margin-bottom: 3vw;
  }
}
#section03 .ecoto_txt {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  #section03 .ecoto_txt {
    font-size: 3.958vw;
  }
}
@media screen and (max-width: 767px) {
  #section03 .ecoto_txt {
    font-size: 5.6vw;
    letter-spacing: 0.1rem;
    white-space: nowrap;
    line-height: 2;
  }
}
#section03 .ecoto_txt span.line {
  color: #0b905e;
}
@media screen and (max-width: 767px) {
  #section03 .ecoto_txt span.line.ecoto {
    letter-spacing: 0.3rem;
  }
}

.green_ttl {
  text-align: center;
  justify-content: center;
  display: flex;
  width: 100%;
  background: #0b905e;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .green_ttl + .back_img {
    background: #0b905e;
  }
}
@media screen and (max-width: 960px) {
  .green_ttl {
    padding: 1.563vw 0;
  }
}
@media screen and (max-width: 767px) {
  .green_ttl {
    padding: 2vw 0;
  }
}
.green_ttl .icon {
  width: 35px;
  margin-bottom: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 960px) {
  .green_ttl .icon {
    width: 3.646vw;
    margin-bottom: 0.521vw;
    margin-right: 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  .green_ttl .icon {
    width: 4.667vw;
    margin-bottom: 0;
    margin-right: 2vw;
  }
}
.green_ttl p {
  line-height: 1;
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  .green_ttl p {
    font-size: 2.917vw;
  }
}
@media screen and (max-width: 767px) {
  .green_ttl p {
    font-size: 3.733vw;
  }
}

#section04 .title {
  position: relative;
}
#section04 .title .cs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 80px;
  margin: auto;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1rem;
  font-size: 80px;
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  #section04 .title .cs {
    height: 8.333vw;
    font-size: 8.333vw;
  }
}
@media screen and (max-width: 767px) {
  #section04 .title .cs {
    height: 8.667vw;
    font-size: 8.667vw;
    white-space: nowrap;
    letter-spacing: 0.4rem;
  }
}

#section05 {
  padding-bottom: 140px;
}
@media screen and (max-width: 960px) {
  #section05 {
    padding-bottom: 14.583vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 {
    padding-bottom: 13.333vw;
  }
}
#section05 > .inner {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  #section05 > .inner {
    padding-top: 10.417vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 > .inner {
    padding-top: 12vw;
  }
}
#section05 .qa .option_btn summary {
  display: block;
  list-style: none;
  position: relative;
  border: solid 2px #dcdcdc;
  border-radius: 35px;
  width: 100%;
  text-align: left;
  padding: 15px 0 15px 100px;
  color: #0b905e;
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: normal;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #section05 .qa .option_btn summary {
    padding: 1.563vw 0 1.563vw 10.417vw;
    font-size: 2.083vw;
    margin-top: 1.042vw;
  }
}
#section05 .qa .option_btn summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn summary {
    padding: 3vw 2.667vw 3vw 16vw;
    border-radius: 10px;
    margin-top: 3vw;
  }
}
#section05 .qa .option_btn summary::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 70px;
  height: 104%;
  top: -1px;
  left: -1px;
  background: #0b905e;
  border-radius: 35px 0 0 35px;
}
@media screen and (max-width: 960px) {
  #section05 .qa .option_btn summary::before {
    width: 7.292vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn summary::before {
    width: 12.533vw;
    top: -0.3vw;
    left: -0.5vw;
    height: 104%;
    border-radius: 10px 0 0 10px;
  }
}
#section05 .qa .option_btn summary::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 23px;
  height: 33px;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../img/section05_icon01.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #section05 .qa .option_btn summary::after {
    width: 2.396vw;
    height: 2.396vw;
    left: 2.604vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn summary::after {
    width: 4.4vw;
    height: 5.867vw;
    left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn summary p {
    letter-spacing: normal;
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
#section05 .qa .option_btn summary span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 960px) {
  #section05 .qa .option_btn summary span {
    width: 3.125vw;
    height: 3.125vw;
    right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn summary span {
    width: 4vw;
    right: 4vw;
    height: 4vw;
  }
}
#section05 .qa .option_btn summary span::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  background-color: #0b905e;
  height: 2px;
}
@media screen and (max-width: 960px) {
  #section05 .qa .option_btn summary span::after {
    top: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn summary span::after {
    top: 1.733vw;
  }
}
#section05 .qa .option_btn summary span::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 15px;
  top: 0px;
  width: 2px;
  transition: 0.1s;
  height: 100%;
  background-color: #0b905e;
}
@media screen and (max-width: 960px) {
  #section05 .qa .option_btn summary span::before {
    left: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn summary span::before {
    left: 1.867vw;
  }
}
#section05 .qa .option_btn summary.active span::before {
  opacity: 0;
}
#section05 .qa .option_btn .content_inner {
  position: relative;
  border: solid 2px #dcdcdc;
  border-radius: 35px;
  width: 100%;
  text-align: left;
  padding: 15px 40px 15px 100px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  #section05 .qa .option_btn .content_inner {
    padding: 1.563vw 15.625vw 1.563vw 10.417vw;
    margin-bottom: 2.604vw;
    margin-top: 1.042vw;
    font-size: 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn .content_inner {
    border-radius: 10px;
    padding: 3vw 2.667vw 3vw 16vw;
    margin-top: 1vw;
    font-size: 3.2vw;
  }
}
#section05 .qa .option_btn .content_inner.last {
  margin-bottom: 0;
}
#section05 .qa .option_btn .content_inner::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 70px;
  height: 101.5%;
  top: -1px;
  left: -1px;
  background: #596363;
  border-radius: 35px 0 0 35px;
}
@media screen and (max-width: 960px) {
  #section05 .qa .option_btn .content_inner::before {
    width: 7.292vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn .content_inner::before {
    width: 12.533vw;
    top: -0.3vw;
    left: -0.5vw;
    height: 102%;
    border-radius: 10px 0 0 10px;
  }
}
#section05 .qa .option_btn .content_inner::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 22px;
  height: 25px;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../img/section05_icon02.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #section05 .qa .option_btn .content_inner::after {
    width: 2.292vw;
    height: 2.604vw;
    left: 2.604vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn .content_inner::after {
    width: 3.867vw;
    height: 4.933vw;
    left: 4vw;
  }
}
#section05 .qa .option_btn .content_inner p {
  line-height: 1.2;
}
#section05 .qa .option_btn .content_inner p small {
  font-size: 13px;
  display: inline-block;
  margin-top: 8px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #section05 .qa .option_btn .content_inner p small {
    font-size: 1.354vw;
  }
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn .content_inner p small {
    font-size: 2.4vw;
    margin-top: 4vw;
  }
}
#section05 .qa .option_btn .content_inner p a {
  color: #0b905e;
}
@media screen and (max-width: 767px) {
  #section05 .qa .option_btn .content_inner p {
    letter-spacing: normal;
    font-size: 3.2vw;
  }
}

#footer > .inner {
  max-width: 960px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 960px) {
  #footer > .inner {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #footer > .inner {
    max-width: 100%;
    margin-bottom: 5.333vw;
  }
}
#footer a {
  color: #596363;
}
#footer .top-menu {
  justify-content: flex-start;
  border-bottom: solid 1px #596363;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #footer .top-menu {
    margin-bottom: 1.563vw;
    padding: 0 2vw 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .top-menu {
    justify-content: center;
    margin: 0 auto 2.667vw;
    padding: 0 0 2.667vw;
    width: 78.667vw;
  }
}
#footer .top-menu .logo {
  width: 106px;
}
@media screen and (max-width: 960px) {
  #footer .top-menu .logo {
    width: 11.042vw;
  }
}
#footer .top-menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #footer .top-menu ul {
    margin-bottom: 1.042vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .top-menu ul {
    width: 90%;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0vw;
  }
}
#footer .top-menu ul li {
  font-size: 13px;
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  #footer .top-menu ul li {
    font-size: 1.354vw;
    margin-right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .top-menu ul li {
    font-size: 2.933vw;
    margin-right: 4vw;
    margin-bottom: 1vw;
  }
}
#footer .flex.top {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #footer .flex.top {
    margin-bottom: 5.208vw;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .flex.top {
    display: block;
    margin-bottom: 5.333vw;
    padding: 0;
  }
}
#footer .flex.top .btm-menu {
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  #footer .flex.top .btm-menu {
    margin-top: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .flex.top .btm-menu {
    margin-top: 0;
    margin-bottom: 5.333vw;
  }
}
#footer .flex.top .btm-menu .flex {
  justify-content: center;
}
#footer .flex.top .btm-menu .flex li {
  font-size: 13px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #footer .flex.top .btm-menu .flex li {
    font-size: 1.354vw;
    padding: 0 2.083vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .flex.top .btm-menu .flex li {
    font-size: 2.933vw;
    padding: 0 2vw;
  }
}
#footer .flex.top .btm-menu .flex li:not(:last-child)::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: #596363;
}
#footer .flex.top .btm-menu .flex li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #footer .flex.top .btm-menu .flex li:first-child {
    padding-left: 2vw;
  }
}
#footer .flex.top .sns {
  justify-content: center;
}
#footer .flex.top .sns div a {
  margin-left: 15px;
}
@media screen and (max-width: 960px) {
  #footer .flex.top .sns div a {
    margin-left: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .flex.top .sns div a {
    margin-left: 2.667vw;
  }
}
#footer .flex.top .sns div a img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 960px) {
  #footer .flex.top .sns div a img {
    width: 4.167vw;
    height: 4.167vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .flex.top .sns div a img {
    width: 7.2vw;
    height: 7.2vw;
  }
}
#footer .copyright {
  font-size: 12px;
  text-align: right;
  color: #596363;
}
@media screen and (max-width: 960px) {
  #footer .copyright {
    font-size: 1.25vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 2.133vw;
    text-align: center;
    letter-spacing: normal;
    padding: 0;
  }
}


/* --------------------------------- 

「ECOTO」を始めるには？ TZ 追加 20230619

--------------------------------- */
.section_started .section04_inner{
	padding: 100px 0;
	width: 960px;
	margin: 0 auto;
}
.section_started .section04_inner ol{
	display: flex;
	justify-content: space-between;
}
.section_started .section04_inner ol li{
	position: relative;
	border: 1px solid #0B905E;
	border-radius: 6px;
	width: 300px;
}
.section_started .section04_inner ol li:not(:last-child)::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #0B905E transparent;
	top: 0;
	bottom: 0;
	right: -28px;
	margin: auto;
	transform:rotate(90deg);
}
.section_started .section04_inner ol li .num{
	padding: 0;
	margin: 0;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	height: 60px;
	padding-top: 12px;
	position: relative;
	z-index: 2;
	font-size: 32px;
	margin-top: -30px;
}
.section_started .section04_inner ol li .num::after{
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #0B905E;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.section_started .section04_inner ol li img.ico{
	width: 87px;
	display: block;
	margin: 24px auto 20px;
}
.section_started .section04_inner ol li strong{
	font-weight: 700;
	color: #0B905E;
	margin-bottom: 25px;
	display: block;
}
.section_started .section04_inner ol li .section_started_txt{
	font-size: 14px;
	padding:0 30px 30px;
	text-align: left;
	line-height: 1.7;
}
@media screen and (max-width: 959px) {
	.section_started .section04_inner{
		padding:60px 30px;
		width: 100%;
	}
	.section_started .section04_inner ol{
		justify-content: center;
		flex-wrap: wrap;
	}
	.section_started .section04_inner ol li{
		width: 100%;
		margin-bottom: 70px;
	}
	.section_started .section04_inner ol li:not(:last-child)::after{
		top: auto;
		bottom: -28px;
		right: 0;
		left: 0;
		transform:rotate(180deg);
	}
}
@media screen and (max-width: 515px) {
	.section_started .section04_inner ol li img.ico{
		width: 70px;
    margin: 10px auto ;
	}
	.section_started .section04_inner ol li strong{
		font-size: 21px;
		margin-bottom: 20px;
	}
}
/* --------------------------------- 
BNR
--------------------------------- */
.section_started_bnr{
	padding-top: 80px;
}
.section_started_bnr h2{
	font-size: 24px;
	font-weight: 700;
	color: #0B905E;
	margin-bottom: 40px;
}
.section_started_bnr h2 br{
	display: block;
}
.section_started_bnr ul{
	display: flex;
	justify-content: center;
	gap:0 20px;
}
.section_started_bnr ul li{
	width: 400px;
}
.section_started_bnr ul li a{
	display: block;
	height: 100%;
	transition: all .4s;
}
.section_started_bnr ul li a:hover{
	opacity: 0.4;
}
.section_started_bnr ul li a img{
	vertical-align: top;
}
@media screen and (max-width: 959px){
	.section_started_bnr{
		padding-top: 0px;
	}
	.section_started_bnr ul li{
		width: 48%;
	}
}
@media screen and (max-width: 515px) {
	.section_started_bnr h2{
		line-height: 1.2;
	}
	.section_started_bnr h2 br{
		display: inline;
	}
	.section_started_bnr ul li{
		width: 49%;
	}
}
