@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  overflow: hidden;
}

#section01 {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 90px;
  background: url(../images/environment/base/mv_bg.png) no-repeat center/cover;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 0;
    padding-bottom: 30vw;
    background: url(../images/environment/base/mv_bg_sp.png) no-repeat center/100% 100%;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 100%;
  }
}
#section01 .mv_wrap {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 3vw;
}
#section01 .mv_wrap .mv {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv {
    width: 77vw;
    padding-top: 8vw;
  }
}
#section01 .mv_wrap .mv_title {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.4em 0.35em 0.4em;
  background: linear-gradient(-43.92deg, #e3770e 0%, #edb10e 80%);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
  position: absolute;
  bottom: 60px;
  left: 64px;
}
@media screen and (max-width:1400px) {
  #section01 .mv_wrap .mv_title {
    bottom: 4vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv_title {
    bottom: 13vw;
    left: 4vw;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 0.25em 0.4em 0.35em 0.4em;
    background: linear-gradient(-43.92deg, #e3770e 0%, #edb10e 80%);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 140%;
    position: absolute;
    bottom: 50px;
    left: 64px;
    bottom: 13vw;
    left: 4vw;
    display: inline-block;
  }
}
#section01 .mv_wrap .mv_title_sp1 {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.4em 0.35em 0.4em;
  background: linear-gradient(-43.92deg, #e3770e 0%, #edb10e 80%);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 140%;
  position: absolute;
  bottom: 50px;
  left: 64px;
  display: none;
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv_title_sp1 {
    bottom: 13vw;
    left: 4vw;
    display: inline-block;
  }
}
#section01 .mv_wrap .mv_title2 {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.4em 0.35em 0.4em;
  background: linear-gradient(-43.92deg, #e3770e 0%, #edb10e 80%);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
  position: absolute;
  bottom: 132px;
  left: 64px;
}
@media screen and (max-width:1400px) {
  #section01 .mv_wrap .mv_title2 {
    bottom: 9.6vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv_title2 {
    bottom: 29vw;
    left: 4vw;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 0.25em 0.4em 0.35em 0.4em;
    background: linear-gradient(-43.92deg, #e3770e 0%, #edb10e 80%);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 100%;
    position: absolute;
    bottom: 132px;
    left: 64px;
    display: inline-block;
    bottom: 25vw;
    left: 4vw;
  }
}
#section01 .mv_wrap .mv_title2_sp1 {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.4em 0.35em 0.4em;
  background: linear-gradient(-43.92deg, #e3770e 0%, #edb10e 80%);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 100%;
  position: absolute;
  bottom: 132px;
  left: 64px;
  display: none;
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv_title2_sp1 {
    display: inline-block;
    bottom: 25vw;
    left: 4vw;
  }
}
#section01 .mv_wrap .mv_text {
  position: absolute;
  bottom: 0px;
  left: 66px;
  width: 50%;
  transform: translate(0, 50%);
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .mv_text {
    transform: translate(0, 0%);
    bottom: -21.5vw;
    left: 4vw;
    width: 80vw;
  }
}
#section01 .mv_wrap .icon {
  position: absolute;
}
#section01 .mv_wrap .icon.icon--1 {
  top: 13px;
  left: -32px;
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .icon.icon--1 {
    top: 2vw;
    left: 0.5vw;
    width: 23vw;
  }
}
#section01 .mv_wrap .icon.icon--1b {
  top: 13px;
  left: -32px;
}
@media screen and (max-width:1300px) {
  #section01 .mv_wrap .icon.icon--1b {
    display: none;
  }
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .icon.icon--1b {
    display: block;
    top: 2vw;
    left: 0vw;
    width: 23vw;
  }
}
#section01 .mv_wrap .icon.icon--2 {
  bottom: -38px;
  right: 87px;
}
@media screen and (max-width:800px) {
  #section01 .mv_wrap .icon.icon--2 {
    bottom: -28vw;
    right: -20vw;
  }
}

#section02 {
  width: 100%;
  padding: 125px 0 140px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 10vw 0 15vw 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  background-color: #fbebdb;
  padding: 40px 3em;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    padding: 5vw;
  }
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 90%;
  }
}
#section02 .section__in .minis {
  margin-top: 0.75em;
}
#section02 .block_title {
  position: relative;
}
#section02 .block_title span {
  padding: 0.2em 0.8em 0.4em 0.4em;
}
@media screen and (max-width:800px) {
  #section02 .block_title span {
    font-size: 6.5vw;
  }
}
#section02 .block_title span:last-child {
  margin-top: 0.3em;
}
#section02 .block_title span.mores {
  margin-top: 0.3em;
}

.newstyles {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 110%;
  margin-bottom: 0.75em;
  display: block;
}
@media screen and (max-width:800px) {
  .newstyles {
    font-size: 105%;
  }
}

#section03 {
  width: 100%;
}
#section03 .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
#section03 .section__in .icons01 {
  width: 87%;
  height: 80%;
  background-color: rgba(48, 174, 166, 0.15);
  position: absolute;
  left: 30%;
  top: 5%;
  transform: translate(0, 0%);
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section03 .section__in .icons01 {
    left: 30%;
    top: 2%;
  }
}
#section03 h2 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}
#section03 h2 .text {
  width: 100%;
  position: relative;
  z-index: 5;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 0.2em 0 0.5em 0;
}
#section03 h2 .lines {
  width: 100%;
  z-index: 5;
}
#section03 h2 .eng {
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, -55%);
}
@media screen and (max-width:800px) {
  #section03 h2 .eng {
    width: 65%;
    bottom: auto;
    top: 0;
    transform: translate(0, -20%);
  }
}
#section03 figure {
  width: 95%;
  margin: 0 auto 130px auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 figure {
    width: 100%;
    margin: 0 auto 15vw auto;
  }
}

#section04 {
  width: 100%;
  margin-bottom: 140px;
  /* ======================
      ▼ ドットのカスタム ▼
     ====================== */
  /* ドット全体（位置調整）*/
  /* ドットの余白 */
  /* ドットの見た目（通常） */
  /* ドットの見た目（アクティブ） */
}
@media screen and (max-width:800px) {
  #section04 {
    margin-bottom: 15vw;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
#section04 .section__in .icons01 {
  width: 150%;
  max-width: 1366px;
  height: 60%;
  background-color: rgba(227, 119, 14, 0.15);
  position: absolute;
  left: 50%;
  top: 11%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section04 .section__in .icons01 {
    left: 30%;
    top: 2%;
  }
}
#section04 h2 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}
#section04 h2 .text {
  width: 100%;
  position: relative;
  z-index: 5;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 0.2em 0 0.5em 0;
}
#section04 h2 .lines {
  width: 100%;
  z-index: 5;
}
#section04 h2 .eng {
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, -55%);
}
@media screen and (max-width:800px) {
  #section04 h2 .eng {
    width: 65%;
    bottom: auto;
    top: 0;
    transform: translate(0, -20%);
  }
}
#section04 .sliebox {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
#section04 .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
#section04 .prev2 {
  position: absolute;
  left: 0;
  top: 100px;
  transform: translate(-115%, -50%);
}
@media screen and (max-width:800px) {
  #section04 .prev2 {
    transform: translate(-250%, -50%);
    width: 3vw;
    top: 20vw;
  }
}
#section04 .prev2:hover {
  cursor: pointer;
  opacity: 0.6;
}
#section04 .next2 {
  position: absolute;
  right: 0;
  top: 100px;
  transform: translate(115%, -50%);
}
@media screen and (max-width:800px) {
  #section04 .next2 {
    transform: translate(-100%, -50%);
    width: 3vw;
    top: 20vw;
  }
}
#section04 .next2:hover {
  cursor: pointer;
  opacity: 0.6;
}
#section04 .slider {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
#section04 .slider .slick-slide {
  margin: 0 15px;
}
#section04 .slider .slick-slide .boxs {
  background-color: #fff;
}
#section04 .slider .slick-slide .inbox1 {
  width: 100%;
  background: linear-gradient(-43.92deg, rgba(227, 119, 14, 0.8) 0%, rgba(237, 177, 14, 0.8) 100%);
  padding: 1.5em 1.5em 2.5em 1.5em;
  position: relative;
}
#section04 .slider .slick-slide .inbox1.colors {
  background: linear-gradient(-43.92deg, rgb(48, 174, 166) 0%, rgb(153, 215, 211) 100%);
}
#section04 .slider .slick-slide .inbox1 .no {
  width: 45px;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section04 .slider .slick-slide .inbox1 .no {
    width: 7vw;
  }
}
#section04 .slider .slick-slide .inbox1 .base_text {
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 0.15em;
}
#section04 .slider .slick-slide .yaji {
  width: 10%;
  position: relative;
  margin: 0px auto 0 10%;
}
#section04 .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); /* 画像中央揃え */
  bottom: 30px; /* 下から30px */
}
@media screen and (max-width:800px) {
  #section04 .slick-dots {
    bottom: 15px;
  }
}
#section04 .slick-dots li {
  margin: 0 6px;
}
#section04 .slick-dots li button:before {
  font-size: 12px;
  color: #999; /* 通常ドット色 */
  opacity: 1; /* 半透明 */
}
#section04 .slick-dots li.slick-active button:before {
  color: #fff; /* アクティブ色 */
  opacity: 1;
  font-size: 12px;
}
#section04 .minis {
  text-align: right;
}
@media screen and (max-width:800px) {
  #section04 .minis {
    padding-right: 1.5em;
  }
}

#section05 {
  width: 100%;
  margin-bottom: 220px;
}
@media screen and (max-width:800px) {
  #section05 {
    margin-bottom: 25vw;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
#section05 .section__in .icons01 {
  width: 150%;
  max-width: 1366px;
  height: 75%;
  background-color: rgba(48, 174, 166, 0.15);
  position: absolute;
  right: 50%;
  top: 11%;
  transform: translate(0%, 0%);
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section05 .section__in .icons01 {
    right: 50%;
    top: 2%;
  }
}
#section05 h2 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
}
#section05 h2 .text {
  width: 100%;
  position: relative;
  z-index: 5;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 0.2em 0 0.5em 0;
}
#section05 h2 .lines {
  width: 100%;
  z-index: 5;
}
#section05 h2 .eng {
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, -55%);
}
@media screen and (max-width:800px) {
  #section05 h2 .eng {
    width: 65%;
    bottom: auto;
    top: 0;
    transform: translate(0, -20%);
  }
}
#section05 .sliebox {
  height: 450px;
  overflow: auto;
  position: relative;
  z-index: 20;
}
#section05 .os-scrollbar-track {
  background-color: #7c7c7c;
}
#section05 .os-scrollbar-handle {
  background-color: #30aea6;
}
#section05 .os-scrollbar-vertical {
  width: 6px;
}
#section05 ul.list {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  padding-top: 25px;
}
#section05 ul.list li {
  margin-bottom: 15px;
}
#section05 ul.list li .boxs {
  width: 94%;
  margin: 0 auto 0 auto;
}
#section05 ul.list li .inbox1 {
  width: 100%;
  background: linear-gradient(-43.92deg, rgba(48, 174, 166, 0.8) 0%, rgba(153, 215, 211, 0.8) 100%);
  padding: 1.5em 1.5em 1.5em 1.5em;
  position: relative;
  z-index: 5;
  margin-top: -25px;
  display: flex;
  justify-content: space-between;
  color: #333;
}
@media screen and (max-width:800px) {
  #section05 ul.list li .inbox1 {
    background: linear-gradient(-53.92deg, rgba(48, 174, 166, 0.8) 0%, rgba(153, 215, 211, 0.4) 100%);
  }
}
#section05 ul.list li .inbox1.colors {
  width: 106%;
  background: linear-gradient(-43.92deg, rgba(227, 119, 14, 0.8) 0%, rgba(237, 177, 14, 0.8) 100%);
  margin-top: 10px;
  z-index: 8;
  margin-left: -3%;
  margin-right: -3%;
  color: #333;
}
#section05 ul.list li .inbox1 .no {
  width: 45px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section05 ul.list li .inbox1 .no {
    width: 7vw;
  }
}
#section05 ul.list li .inbox1 .base_text {
  width: calc(100% - 7vw);
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-left: 1.5em;
}
#section05 ul.list li .yaji {
  width: 3.5%;
  position: relative;
  margin: 0px auto 0 5%;
  line-height: 0;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section05 ul.list li .yaji {
    width: 7%;
  }
}
#section05 .minis {
  text-align: right;
}

#section06 {
  width: 100%;
  padding-bottom: 110px;
}
@media screen and (max-width:800px) {
  #section06 {
    padding-bottom: 15vw;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section06 .section__in {
    width: 90%;
  }
}
#section06 .titlewaku {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section06 .titlewaku {
    margin-bottom: 40px;
  }
}
#section06 .titlewaku span {
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section06 .titlewaku span {
    display: inline-block;
    transform: translate(0, 0%);
  }
}
#section06 .titlewaku figure.imgs {
  width: 51.9230769231%;
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: 4;
}
@media screen and (max-width:800px) {
  #section06 .titlewaku figure.imgs {
    width: 100%;
    bottom: 15%;
  }
}
#section06 .ttls {
  width: 100%;
  text-indent: -2.2em;
  padding-left: 2.2em;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #e3770e;
  margin-bottom: 1em;
  position: relative;
}
#section06 .ttls.color {
  color: #30aea6;
}
#section06 .ttls::after {
  content: "";
  width: 76.92%;
  height: 430px;
  position: absolute;
  left: 38.5%;
  top: 50%;
  background-color: rgba(227, 119, 14, 0.15);
}
@media screen and (max-width:1100px) {
  #section06 .ttls::after {
    height: 36.5384615385vw;
  }
}
@media screen and (max-width:800px) {
  #section06 .ttls::after {
    height: 40.3846153846vw;
  }
}
#section06 .zu01 {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section06 .zu01 {
    width: 105%;
    margin-right: -5%;
    overflow-x: scroll;
    margin-bottom: 15vw;
  }
}
@media screen and (max-width:800px) {
  #section06 .zu01 .imginscroll {
    width: 760px;
  }
}
#section06 .ttls2 {
  width: 100%;
  text-indent: -2.2em;
  padding-left: 2.2em;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #e3770e;
  margin-bottom: 1em;
  position: relative;
}
#section06 .ttls2.color {
  color: #30aea6;
}
@media screen and (max-width:800px) {
  #section06 .ttls2.mt32 {
    padding-top: 32px;
  }
}
#section06 .zuclumbox01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 32px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  letter-spacing: 0.2em;
}
#section06 .zuclumbox01 .left {
  width: 50%;
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section06 .zuclumbox01 .left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #999;
    padding-bottom: 32px;
  }
}
#section06 .zuclumbox01 .left figure {
  width: 80%;
  padding-bottom: 15px;
}
@media screen and (max-width:800px) {
  #section06 .zuclumbox01 .left figure {
    width: 92%;
  }
}
#section06 .zuclumbox01 .right {
  width: 50%;
  padding-left: 4em;
}
@media screen and (max-width:800px) {
  #section06 .zuclumbox01 .right {
    width: 100%;
    padding-left: 0em;
  }
}
#section06 .zuclumbox01 .right figure {
  width: 92%;
  padding-bottom: 15px;
}
#section06 .ttls3 {
  width: 100%;
  text-indent: -2.2em;
  padding-left: 2.2em;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #e3770e;
  margin-bottom: 1em;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width:800px) {
  #section06 .ttls3 {
    padding-top: 32px;
  }
}
#section06 .ttls3.color {
  color: #30aea6;
}
#section06 .ttls3::after {
  content: "";
  width: 76.92%;
  height: 650px;
  position: absolute;
  right: 57.5%;
  top: 125%;
  background-color: rgba(48, 174, 166, 0.15);
}
@media screen and (max-width:1100px) {
  #section06 .ttls3::after {
    height: 57.6923076923vw;
  }
}
@media screen and (max-width:800px) {
  #section06 .ttls3::after {
    height: 85.3333333333vw;
  }
}
#section06 .ttls3 span {
  position: relative;
  z-index: 5;
}
#section06 .zu03 {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section06 .zu03 {
    width: 100%;
    margin-bottom: 35px;
  }
}
#section06 .ttls4 {
  width: 100%;
  text-indent: -2.2em;
  padding-left: 2.2em;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #e3770e;
  margin-bottom: 1em;
  position: relative;
  border-top: 1px solid #999;
  padding-top: 60px;
}
#section06 .ttls4.color {
  color: #30aea6;
}
@media screen and (max-width:800px) {
  #section06 .ttls4.mt32 {
    padding-top: 32px;
  }
}
#section06 ul.kimete {
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section06 ul.kimete {
    padding-bottom: 32px;
  }
}
#section06 ul.kimete li {
  margin-bottom: 1em;
}
#section06 ul.kimete li .alls {
  background-image: linear-gradient(to bottom, transparent 60%, #ecf8f7 60%);
}
#section06 ul.kimete li .icons {
  width: 1.45em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: 0.1em;
}
#section06 ul.kimete li .text {
  line-height: 160%;
  padding-top: 0.2em;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #999;
}
#section06 ul.kimete li .text.color {
  color: #30aea6;
}
@media screen and (max-width:800px) {
  #section06 ul.kimete li .text {
    letter-spacing: 0.1em;
  }
}
#section06 ul.kimete li .text2 {
  margin-left: 1.95em;
  display: none;
  line-height: 160%;
  padding-top: 0.2em;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #999;
  background-image: linear-gradient(to bottom, transparent 60%, #ecf8f7 60%);
}
#section06 ul.kimete li .text2.color {
  color: #30aea6;
}
@media screen and (max-width:800px) {
  #section06 ul.kimete li .text2 {
    display: inline-block;
    letter-spacing: 0.1em;
  }
}
#section06 .zuclumbox02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 32px 0;
  border-top: 1px solid #999;
  letter-spacing: 0.2em;
  position: relative;
}
#section06 .zuclumbox02 .icons01 {
  width: 150%;
  max-width: 1366px;
  height: 90%;
  background-color: rgba(227, 119, 14, 0.15);
  position: absolute;
  left: 37.5%;
  top: -8%;
  transform: translate(0%, 0%);
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section06 .zuclumbox02 .icons01 {
    left: 40%;
    top: -4%;
  }
}
#section06 .zuclumbox02 .left {
  width: 50%;
  border-right: 1px solid #999;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section06 .zuclumbox02 .left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #999;
    padding-bottom: 32px;
  }
}
#section06 .zuclumbox02 .left figure {
  width: 80%;
  padding-bottom: 15px;
}
@media screen and (max-width:800px) {
  #section06 .zuclumbox02 .left figure {
    width: 92%;
  }
}
#section06 .zuclumbox02 .right {
  width: 50%;
  padding-left: 4em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section06 .zuclumbox02 .right {
    width: 100%;
    padding-left: 0em;
    margin-top: 32px;
  }
}
#section06 .zuclumbox02 .right figure {
  width: 92%;
  margin-left: 7.5%;
}

#section07 {
  width: 100%;
  padding-bottom: 140px;
}
@media screen and (max-width:800px) {
  #section07 {
    padding-bottom: 20vw;
  }
}
#section07 .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section07 .section__in {
    width: 90%;
  }
}
#section07 .titlewaku {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section07 .titlewaku {
    margin-bottom: 40px;
  }
}
#section07 .titlewaku span {
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section07 .titlewaku span {
    display: inline-block;
    transform: translate(0, 0%);
  }
}
#section07 .titlewaku figure.imgs {
  width: 38.4615384615%;
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: 4;
}
@media screen and (max-width:800px) {
  #section07 .titlewaku figure.imgs {
    width: 85.7142857143%;
    bottom: 15%;
  }
}
#section07 .ttls {
  width: 100%;
  text-indent: -2.2em;
  padding-left: 2.2em;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #e3770e;
  margin-bottom: 1em;
  position: relative;
}
#section07 .ttls.color {
  color: #30aea6;
}
#section07 .ttls::after {
  content: "";
  width: 76.92%;
  height: 430px;
  position: absolute;
  left: 38.5%;
  top: 50%;
  background-color: rgba(227, 119, 14, 0.15);
}
@media screen and (max-width:1100px) {
  #section07 .ttls::after {
    height: 36.5384615385vw;
  }
}
@media screen and (max-width:800px) {
  #section07 .ttls::after {
    height: 40.3846153846vw;
  }
}
#section07 .ttls2 {
  width: 110%;
  text-indent: -2.2em;
  padding-left: 2.2em;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #e3770e;
  margin-bottom: 1em;
  position: relative;
  margin-right: -10%;
}
#section07 .ttls2.color {
  color: #30aea6;
}
@media screen and (max-width:800px) {
  #section07 .ttls2.mt32 {
    padding-top: 32px;
  }
}
#section07 .zuclumbox02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 60px 0;
  letter-spacing: 0.2em;
  position: relative;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section07 .zuclumbox02 {
    padding: 0 0 32px 0;
  }
}
#section07 .zuclumbox02 .icons01 {
  width: 150%;
  max-width: 1366px;
  height: 90%;
  background-color: rgba(48, 174, 166, 0.15);
  position: absolute;
  right: 55%;
  top: 20%;
  transform: translate(0%, 0%);
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section07 .zuclumbox02 .icons01 {
    height: 82.5%;
  }
}
#section07 .zuclumbox02 .left {
  width: 33.3333333333%;
  border-right: 1px solid #999;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section07 .zuclumbox02 .left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #999;
    padding-bottom: 32px;
  }
}
#section07 .zuclumbox02 .left figure {
  width: 77.5%;
  padding-bottom: 15px;
}
@media screen and (max-width:800px) {
  #section07 .zuclumbox02 .left figure {
    width: 82%;
    margin-left: 10%;
  }
}
#section07 .zuclumbox02 .mid {
  width: 33.3333333333%;
  border-right: 1px solid #999;
  position: relative;
  padding-left: 2.5em;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section07 .zuclumbox02 .mid {
    margin-top: 32px;
    width: 100%;
    border-right: 0;
    padding-left: 0em;
    border-bottom: 1px solid #999;
    padding-bottom: 32px;
  }
}
#section07 .zuclumbox02 .mid figure {
  width: 90%;
  padding-bottom: 15px;
}
@media screen and (max-width:800px) {
  #section07 .zuclumbox02 .mid figure {
    padding-left: 2.5em;
    width: 90%;
  }
}
#section07 .zuclumbox02 .right {
  width: 33.3333333333%;
  padding-left: 2.5em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section07 .zuclumbox02 .right {
    margin-top: 32px;
    width: 100%;
    padding-left: 0em;
  }
}
#section07 .zuclumbox02 .right figure {
  width: 90%;
  padding-bottom: 15px;
}
@media screen and (max-width:800px) {
  #section07 .zuclumbox02 .right figure {
    width: 82%;
    margin-left: 10%;
  }
}

#section08 {
  width: 100%;
  padding-bottom: 230px;
}
@media screen and (max-width:800px) {
  #section08 {
    padding-bottom: 20vw;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section08 .section__in {
    width: 90%;
  }
}
#section08 .titlewaku {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section08 .titlewaku {
    margin-bottom: 40px;
  }
}
#section08 .titlewaku span {
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section08 .titlewaku span {
    display: inline-block;
    transform: translate(0, 0%);
  }
}
#section08 .titlewaku figure.imgs {
  width: 38.4615384615%;
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: 4;
}
@media screen and (max-width:800px) {
  #section08 .titlewaku figure.imgs {
    width: 85.7142857143%;
    bottom: 76%;
  }
}
#section08 .zu {
  width: 100%;
}
#section08 .fuki {
  width: 100%;
  max-width: 980px;
  margin: 80px auto 75px auto;
  background-color: #d6efed;
  padding: 1.5em;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width:800px) {
  #section08 .fuki {
    margin: 40px auto calc(5vw + 30px) auto;
  }
}
#section08 .fuki i {
  width: 2.5%;
  position: absolute;
  line-height: 0;
  top: 100%;
  left: 40%;
}
@media screen and (max-width:800px) {
  #section08 .fuki i {
    width: 5%;
  }
}
#section08 .botancenter {
  text-align: center;
}/*# sourceMappingURL=voice.css.map */