@charset "UTF-8";

/*====================================
       共通CSS
======================================*/

/*SPOBY logo*/
.h-logo{
  margin-right: auto;
}

/* 項目ごとの幅 */
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* フォントの太さ */
.bold {
  font-weight: 600;
}


.wrapper {
  overflow-x: hidden;
}


.hdg01 {
  text-align: center;
  font-size: 4.7rem;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  font-weight: 600;
  color: #0066CC;
  margin-bottom: 40px;
}

.hdg01 .hdg01__box {
  display: inline-block;
  min-width: 580px;
  border: 11px solid whitesmoke;
  box-shadow: 0 0 2px rgba(0, 0, 0, .16);
  padding: 20px 50px;
}

.hdg02 {
  font-size: 4.7rem;
  line-height: 1.4;
  text-align: center;
  color: #0066CC;
  letter-spacing: .5rem;
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
}

.hdg02::before {
  position: absolute;
  content: "";
  width: 190px;
  height: 3px;
  background-color: #0066CC;
  left: 50%;
  bottom: 0;
  margin-left: -95px;
}

.hdg03 {
  color: #0066CC;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

.hdg03 .line {
  position: relative;
}

.hdg03 .line::before, .hdg03 .line::after {
  content: "";
  width: 2px;
  height: 33px;
  background-color: #0066CC;
  position: absolute;
  top: 0;
}

.hdg03 .line::before {
  left: -20px;
  transform: rotate(-20deg);
}

.hdg03 .line::after {
  right: -20px;
  transform: rotate(20deg);
}

.hdg03 .marker {
  position: relative;
}

.hdg03 .marker::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #FFEF6C;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.hdg04 {
  font-size: 3rem;
  letter-spacing: 0.5rem;
  color: #0066CC;
  margin-bottom: 30px;
  line-height: 1.2;
}

.btn01 {
  display: block;
  max-width: 424px;
  height: 80px;
  line-height: 80px;
  border-radius: 10px;
  border: none;
  background-color: #0066CC;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  color: #FFF;
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: all .3s;
}

.btn01:hover {
  opacity: 1;
  background-color: #0BA9FB;
}

.app-list li:first-child {
  margin-right: 30px;
}
.nav_menu{
margin-right: 50px;
}
.nav_menu_list{
display: inline-block;
padding-left: 30px;
}
.nav_menu_list a{
color: #0066cc;
}
.nav_menu_list a:hover{
opacity: .5;
}

.nav_menu_list span{
	opacity: 0;
	position: absolute;
}

.nav_menu_list span .recdis{
	display: block;
	opacity: 1;
	transition: .5s;
}

.nav_menu_list span:last-of-type{
	bottom: -30px;
}
/*通知マーク*/
.notification{
width: 15px;
height: 15px;
background-color: red;
border-radius: 30px;
display: inline-block;
margin-right: 5px;
}


@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .hdg01 {
    font-size: 2.4rem;
    letter-spacing: .3rem;
    margin-bottom: 20px;
  }
  .hdg01 .hdg01__box {
    min-width: auto;
    border-width: 5px;
    padding: 10px 15px;
  }
  .hdg02 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.2rem;
  }
  .hdg02::before {
    width: 160px;
    margin-left: -80px;
  }
  .hdg03 {
    font-size: 1.5rem;
  }
  .hdg03 .line::before, .hdg03 .line::after {
    height: 20px;
    background-color: #0066CC;
    position: absolute;
    top: 2px;
  }
  .hdg03 .line::before {
    left: -10px;
  }
  .hdg03 .line::after {
    right: -10px;
  }
  .hdg03 .marker::before {
    height: 2px;
    bottom: 0;
  }
  .hdg04 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .btn01 {
    max-width: 245px;
    height: 62px;
    line-height: 62px;
    font-size: 1.4rem;
  }
  .app-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .app-list li:first-child {
    margin-right: 20px;
  }
}



.hero {
  background-color: #fff;
  position: relative;
  padding-top: 0px;
  z-index: 2;
  margin-top: 50px;
}

.hero::before {
  content: "";
  width: 200%;
  height: 485px;
  background-color: whitesmoke;
  position: absolute;
  left: -50vw;
  top: 0;
  z-index: 1;
  transform: rotate(-20deg);
}

.hero .container {
  position: relative;
  z-index: 2;
  max-width: 990px;
}

.h_txt{
	margin-bottom: 100px;
}
.hero .hero-hdg {
  font-size: 4.7rem;
  color: #0066CC;
  line-height: 1.5;
  letter-spacing: .5rem;
  margin-bottom: 30px;
}

.hero p {
  font-size: 1.8rem;
}

.hero .img {
  position: relative;
}

.hero .img .circle {
  position: absolute;
  left: -560px;
  bottom: 20px;
  width: 45%;
  z-index: 1;
}
.hero .img .circle-carbon {
  position: absolute;
  left: -345px;
  bottom: 20px;
  width: 45%;
  z-index: 1;
}
.hero .img .circle-cool-choice {
  position: absolute;
  left: -30%;
  bottom: 10%;
  width: 35%;
  z-index: 1;
}

.hero .notes {
  font-size: 1.2rem;
}

.top-point {
  background-color: #fff;
  padding: 80px 0 120px;
  position: relative;
  z-index: 1;
}

.top-point .hdg03 {
  margin-bottom: 35px;
}

.top-point .desc {
  margin-bottom: 60px;
}

.top-point .desc ul li {
  font-size: 2.6rem;
  border-radius: 50px;
  background-color: #0BA9FB;
  color: #FFF;
  text-align: center;
  width: 308px;
  height: 75px;
  line-height: 75px;
  margin: 0 15px 35px;
  position: relative;
}

.top-point .desc ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #0BA9FB transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -18px;
}

.top-point .desc p {
  font-size: 1.8rem;
  text-align: center;
}

.top-point .point-list .point-list__item {
  width: 32%;
}

.top-point .point-list .point-list__item a {
  display: block;
  height: 100%;
  background-color: whitesmoke;
  box-shadow: 0 0 2px rgba(0, 0, 0, .16);
  text-align: center;
  padding: 20px 15px 30px;
}

.top-point .point-list .point-list__item a:hover {
  margin: -10px 0 10px;
}

.top-point .point-list .point-list__item .point-hdg {
  font-size: 2rem;
  color: #0066CC;
  padding-top: 18px;
  background: url(./img/point-deco.png) no-repeat center top / 39px auto;
  margin-bottom: 15px;
}

.top-point .point-list .point-list__item .point-hdg span {
  display: block;
  font-size: 1.4rem;
  color: #0BA9FB;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.bg-gradation {
  background: linear-gradient(#1862e4 0%, #0a94ea 100%);
  position: relative;
}

.bg-gradation>.img {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -57px;
  z-index: 1;
}

.top-sponsor {
  padding: 340px 0 150px;
  background: url(./img/img-sponsor.jpg) no-repeat center top;
  text-align: center;
  color: #FFF;
}

.top-sponsor .sponsor-hdg {
  position: relative;
  z-index: 1;
  font-size: 4.7rem;
  letter-spacing: .5rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.top-sponsor .sponsor-hdg span {
  display: block;
  text-transform: uppercase;
  color: rgba(11, 169, 251, 0.6);
  font-size: 12.1rem;
  position: absolute;
  left: 0;
  top: -110px;
  z-index: -1;
  width: 100%;
}

.top-sponsor .bold {
  font-size: 1.8rem;
  margin-bottom: 60px;
}

.top-feature {
  padding-bottom: 120px;
  color: #FFF;
}

.top-feature .hdg01 {
  color: #FFF;
}

.top-feature .hdg01 .hdg01__box {
  border-color: #0BA9FB;
}

.top-feature .feature-list .feature-list__item .txt {
  width: 500px;
  margin-right: 30px;
}

.top-feature .feature-list .feature-list__item .feature-hdg {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: 0.15rem;
}

.top-feature .feature-list .feature-list__item .feature-hdg .num {
  display: block;
  color: rgba(11, 169, 251, 0.6);
  font-size: 12.1rem;
  position: relative;
}

.top-feature .feature-list .feature-list__item .feature-hdg .num::after {
  content: "";
  width: 100px;
  height: 12px;
  background-color: rgba(11, 169, 251, 0.6);
  position: absolute;
  left: 185px;
  top: 50%;
}

.top-feature .feature-list .feature-list__item .img {
  margin-top: 60px;
}

.top-feature .feature-list .feature-list__item .img-list {
  margin-top: 80px;
  position: relative;
  padding: 0 108px 80px 0;
}

.top-feature .feature-list .feature-list__item .img-list .img-list__item:first-child {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .16);
}

.top-feature .feature-list .feature-list__item .img-list .img-list__item:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, .16);
}

.top-contact {
  padding: 75px 0 60px;
  position: relative;
  box-shadow: 0 0 13px rgba(0, 0, 0, .16);
  overflow: hidden;
}

.top-contact::before, .top-contact::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.top-contact::before {
  border-width: 430px 1000px 0 0;
  border-color: #F0F0F0 transparent transparent transparent;
  right: calc(50vw + 313px);
  top: 0;
}

.top-contact::after {
  border-width: 0 0 430px 1000px;
  border-color: transparent transparent #F0F0F0 transparent;
  left: calc(50vw + 313px);
  bottom: 0;
}

.top-contact .container {
  position: relative;
  z-index: 1;
  margin: 60px auto;
}

.top-contact .bold {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.top-contact.bnr-contact {
  text-align: center;
}

.top-about {
  padding-bottom: 120px;
}

.top-about .cont {
  padding-top: 150px;
}

.top-about .about-box {
  position: relative;
}

.top-about .about-box .bg {
  width: 50%;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.top-about .cont:first-of-type .about-box .bg {
  background-image: url(../img/care01.jpg);
}

.top-about .cont:nth-of-type(2) .about-box .bg {
  background-image: url(../img/Decarbonization01.png);
}

.top-about .cont:nth-of-type(3) .about-box .bg {
  background-image: url(../img/foodloss01.jpg);
}

.top-about .cont:nth-of-type(4) .about-box .bg {
  background-image: url("../img/geo.jpg");
}

.top-about .about-box .bg .img {
  position: absolute;
  right: 0;
  max-width: 80%;
}

.top-about .cont:first-of-type .about-box .bg .img {
  right: 65px;
  bottom: -38px;
}

.top-about .cont:nth-of-type(3) .about-box .bg .img {
  right: 30px;
  bottom: -30px;
}

.top-about .about-box .txt-wrap {
  width: 50%;
  margin: 0 0 0 auto;
  background-color: #f0f0f0;
  min-height: 360px;
  padding: 20px 15px;
}

.top-about .about-box .txt-wrap .txt {
  max-width: 485px;
  font-weight: 600;
  font-size: 1.8rem;
}

.top-about .about-box .txt-wrap .txt ul {
  margin-bottom: 20px;
}

.top-about .about-box .txt-wrap .txt ul li {
  padding-left: 30px;
  font-size: 2rem;
  color: #0066CC;
  position: relative;
}

.top-about .about-box .txt-wrap .txt ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.top-about .cont .hdg03 {
  margin-top: 90px;
}

.top-case {
  padding: 90px 0 120px;
}

.top-case .desc {
  font-size: 1.8rem;
  margin-bottom: 60px;
  text-align: center;
}

.top-case .case-slider {
  margin-bottom: 90px;
}

.top-case .case-slider .case-box {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
}

.top-case .case-slider .case-box .img {
  text-align: center;
}

.top-case .case-slider .case-box .case-hdg {
  font-size: 1.8rem;
  text-align: center;
  margin: 15px 0;
}

.top-case .other .hdg04 {
  text-align: center;
}

.top-case .other .other-list .other-list__item {
  width: 14%;
  margin: 0 3.2% 40px 0;
}

.top-case .other .other-list .other-list__item:nth-child(6n) {
  margin-right: 0;
}

.top-faq {
  padding: 90px 0 120px;
}

.top-faq .hdg01 {
  margin-bottom: 60px;
}

.top-faq .hdg01 .hdg01__box {
  border-color: #F0F0F0;
}

.top-faq .faq-box {
  transition: all .5s;
  border: 4px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  background-color: #FFF;
  margin-bottom: 1px;
}

.top-faq .faq-box .faq-box__q {
  cursor: pointer;
  font-size: 2rem;
  padding: 20px 80px 20px 25px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  position: relative;
}

.top-faq .faq-box:not(.open):hover {
  border-color: rgba(11, 169, 251, 0.6);
  color: #0066CC;
}

.top-faq .faq-box .faq-box__q::before, .top-faq .faq-box .faq-box__q::after {
  content: "";
  width: 22px;
  height: 3px;
  background-color: #0066CC;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -1px;
  transition: all .5s;
}

.top-faq .faq-box .faq-box__q::before {
  transform: rotate(-90deg);
}

.top-faq .faq-box .faq-box__q::after {
  transform: rotate(-180deg);
}

.top-faq .faq-box.open .faq-box__q::before, .top-faq .faq-box.open .faq-box__q::after {
  transform: rotate(0);
}

.top-faq .faq-box .faq-box__a {
  padding: 0 85px 30px 65px;
  display: none;
}

.top-contact .txt {
  width: 45%;
  margin-top: 100px;
}

.top-contact .form {
  width: 50%;
  max-width: 500px;
}

.top-contact .contact-form .contact-form__hdg {
  font-weight: 600;
  margin-bottom: 5px;
}

.top-contact .contact-form .contact-form__hdg span {
  font-weight: 500;
  color: #808080;
  margin-left: 15px;
}

.top-contact .contact-form .contact-form__input {
  margin-bottom: 30px;
  position: relative;
}

.top-contact .contact-form .contact-form__input .formError {
  top: -30px !important;
}

.top-contact .entry-check {
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

.top-contact .entry-check label {
  cursor: pointer;
  transition: all .3s;
}

.top-contact .entry-check label:hover {
  color: #0066CC;
}

.top-contact .checkbox-input {
  visibility: hidden;
  position: absolute;
}

.top-contact .checkbox-parts {
  padding-left: 30px;
  position: relative;
  transition: all .3s;
  line-height: 1;
  cursor: pointer;
}

.top-contact .checkbox-parts::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #A3A3A3;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  box-sizing: border-box;
}

.top-contact .checkbox-parts::before {
  border-radius: 3px;
}

.top-contact .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 4px solid #0066CC;
  border-right: 4px solid #0066CC;
  opacity: 0;
  transition: all .3s;
  z-index: 2;
}

.top-contact .checkbox-input:checked+.checkbox-parts::after {
  opacity: 1;
}

.thanks {
  background-color: #F0F0F0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.thanks::before {
  content: "";
  width: 200%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  left: -50vw;
  top: 0;
  z-index: 1;
  transform: rotate(-20deg);
}

.thanks .container {
  position: relative;
  z-index: 2;
  max-width: 990px;
}

.thanks .flexbox {
  min-height: calc(100vh - 335px);
  padding: 100px 0;
}

.thanks .txt {
  max-width: 600px;
}

.thanks .txt p {
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
   .hero .img .circle {
  position: absolute;
  left: -120%;
  bottom: 20px;
  width: 35%;
  z-index: 1;
}
.hero .img .circle-carbon {
  position: absolute;
  left: -80%;
  bottom: 20px;
  width: 35%;
  z-index: 1;
}
.hero .img .circle-cool-choice{
  position: absolute;
  left: -40%;
  bottom: 10%;
  width: 35%;
  z-index: 1;
}
  .top-sponsor .sponsor-hdg span {
    font-size: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding-top: 0px;
  }
  .hero::before {
    height: 78%;
    top: 25px;
  }
  .hero .container {
    max-width: 390px;
  }
  .hero .flexbox {
    display: block;
  }
  .h_txt{
	margin-bottom: 0px;
  }
  .hero .hero-hdg {
    font-size: 2.4rem;
    letter-spacing: .3rem;
  }
  .hero p {
    font-size: 1.5rem;
  }
  .hero .img {
    width: 95%;
    max-width: 340px;
    padding-left: 23%;
    margin: 10px -5px 15px auto;
  }
  .hero .img .circle {
	position: relative;
    width: 45%;
    left: -30%;
    bottom: 300px;
	margin-bottom: -90px;
  }
  .hero .img .circle-carbon img{
    position: relative;
	top: 100px;
  }
  .hero .img .circle-cool-choice img{
    position: relative;
	top: 200px;
  }
  .hero .notes {
    font-size: 1.1rem;
  }
  .top-point {
    padding: 60px 0 40px;
  }
  .top-point .hdg03 {
    margin-bottom: 30px;
  }
  .top-point .desc {
    margin-bottom: 25px;
  }
  .top-point .desc ul.flex-justify-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
  }
  .top-point .desc ul li {
    font-size: 1.3rem;
    border-radius: 20px;
    width: 48%;
    max-width: 156px;
    height: 37px;
    line-height: 37px;
    margin: 0 0 30px;
    z-index: 1;
  }
  .top-point .desc ul li:before {
    bottom: -10px;
    z-index: -1;
  }
  .top-point .desc p {
    font-size: 1.4rem;
    max-width: 300px;
    margin: 0 auto;
  }
  .top-point .point-list .point-list__item {
    width: 100%;
  }
  .top-point .point-list .point-list__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .top-point .point-list .point-list__item a:hover {
    margin: 0;
  }
  .top-point .point-list .point-list__item .point-hdg {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .top-sponsor {
    padding: 320px 0 70px;
    background: url(./img/img-sponsor_sp.jpg) no-repeat center top;
  }
  .top-sponsor .sponsor-hdg {
    font-size: 2rem;
    letter-spacing: .2rem;
    margin-bottom: 30px;
  }
  .top-sponsor .sponsor-hdg span {
    font-size: 10.5vw;
    top: -52px;
    transform: translateY(-50%);
  }
  .top-sponsor .bold {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 35px;
  }
  .top-feature {
    padding-bottom: 90px;
  }
  .top-feature .hdg01 .hdg01__box {
    min-width: 240px;
  }
  .top-feature .feature-list .feature-list__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .top-feature .feature-list .feature-list__item .txt {
    width: calc(100% - 120px);
    margin-right: 10px;
  }
  .top-feature .feature-list .feature-list__item .feature-hdg {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .top-feature .feature-list .feature-list__item .feature-hdg .num {
    font-size: 4.6rem;
    letter-spacing: .3rem;
    line-height: 1.4;
  }
  .top-feature .feature-list .feature-list__item .feature-hdg .num::after {
    width: 39px;
    height: 5px;
    left: 70px;
  }
  .top-feature .feature-list .feature-list__item .img {
    max-width: 110px;
  }

  .top-feature .feature-list .feature-list__item .img-list {
    margin-top: 10px;
    padding: 0 70px 55px 0;
  }
  .top-feature .feature-list .feature-list__item .img-list .img-list__item:nth-child(2) {
    max-width: 145px;
  }
  .top-contact {
    padding: 75px 0 70px;
  }
  .top-contact::before, .top-contact::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
  }
  .top-contact::before {
    right: 50vw;
  }
  .top-contact::after {
    left: 50vw;
  }
  .top-contact .bold {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .top-about {
    padding-bottom: 60px;
  }
  .top-about .cont {
    padding-top: 60px;
  }
  .top-about .about-box {
    position: relative;
    display: block;
  }
  .top-about .about-box .bg {
    width: 100%;
    padding-bottom: 60%;
  }
  .top-about .about-box .bg .img {
    position: absolute;
    right: 0;
    max-width: 80%;
  }
  .top-about .cont:first-of-type .about-box .bg .img {
    width: 59%;
    max-width: 197px;
    right: 37px;
    bottom: -22px;
  }
  .top-about .cont:nth-of-type(3) .about-box .bg .img {
    width: 59%;
    max-width: 197px;
    right: 20px;
    bottom: -16px;
  }
  .top-about .about-box .txt-wrap {
    width: 100%;
    margin: 0;
    min-height: auto;
    padding: 30px 15px;
  }
  .top-about .about-box .txt-wrap .txt {
    font-size: 1.4rem;
  }
  .top-about .about-box .txt-wrap .txt ul {
    margin-bottom: 15px;
  }
  .top-about .about-box .txt-wrap .txt ul li {
    padding-left: 20px;
    font-size: 1.5rem;
  }
  .top-about .cont .hdg03 {
    margin-top: 30px;
  }
  .top-case {
    padding: 60px 0 45px;
  }
  .top-case .desc {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .top-case .case-slider {
    margin: 0 -15px 50px;
    padding: 0 15px 10px;
    overflow: hidden;
  }
  .top-case .case-slider .swiper-button-prev, .top-case .case-slider .swiper-button-next {
    width: 43px;
    height: 43px;
  }
  .top-case .case-slider .swiper-button-prev::before, .top-case .case-slider .swiper-button-next::before {
    width: 10px;
    height: 10px;
  }
  .top-case .case-slider .swiper-button-prev {
    left: 5px;
  }
  .top-case .case-slider .swiper-button-next {
    right: 5px;
  }
  .top-case .case-slider .case-box {
    padding: 30px 20px;
  }
  .top-case .case-slider .case-box .case-hdg {
    font-size: 1.4rem;
  }
  .top-case .other .other-list .other-list__item {
    width: 32%;
    margin: 0 2% 15px 0;
    text-align: center;
  }
  .top-case .other .other-list .other-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .top-faq {
    padding: 60px 0;
  }
  .top-faq .hdg01 {
    margin-bottom: 20px;
  }
  .top-faq .faq-box .faq-box__q {
    font-size: 1.4rem;
    padding: 15px 52px 15px 20px;
  }
  .top-faq .faq-box .faq-box__q::before, .top-faq .faq-box .faq-box__q::after {
    right: 20px;
  }
  .top-faq .faq-box .faq-box__a {
    padding: 0 52px 20px 20px;
  }
  .top-contact#contact {
    padding: 60px 0;
  }
  .top-contact .txt {
    width: 100%;
    text-align: center;
	 margin-top: 0;
  }
  .top-contact .form {
    margin: 0 auto;
    width: 100%;
  }
  .top-contact .contact-form .contact-form__hdg {
    font-weight: 600;
  }
  .top-contact .contact-form .contact-form__hdg span {
    font-size: 1.2rem;
    margin-left: 10px;
    white-space: nowrap;
  }
  .top-contact .contact-form .contact-form__input {
    margin-bottom: 20px;
  }
  .top-contact .entry-check {
    margin-bottom: 20px;
  }
  .thanks::before {
    height: 90%;
    top: 5%;
  }
  .thanks .flexbox {
    min-height: auto;
    padding: 120px 0 60px;
  }
  .thanks .txt p {
    margin-bottom: 0;
  }
  .thanks .txt p a {
    font-weight: 600;
    color: #0066CC;
  }
}

@media screen and (max-width: 550px) {
  .top-case .other .other-list .other-list__item {
    width: calc(50% - 10px);
    margin: 0 20px 15px 0;
  }
  .top-case .other .other-list .other-list__item:nth-child(3n) {
    margin-right: 20px;
  }
  .top-case .other .other-list .other-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 300px){
	
   .hero .img .circle {
	position: relative;
    width: 45%;
    left: -30%;
    bottom: 225px;
	margin-bottom: -90px;
  }
  .hero .img .circle-carbon img{
    position: relative;
	top: 100px;
  }
  .hero .img .circle-cool-choice img{
    position: relative;
	top: 200px;
	margin-bottom: 10%;
  }
	.hero .notes{
		margin-top: 30%;
  }
	
}


/*-------------------------------
  ニュース掲載
---------------------------------*/

@media screen and (min-width: 1280px){
	
	section .news_title{
		font-size: 3rem;
		text-align: center;
		color: #0066cc;
	}
	
	section .news_flex{
		z-index: 10;
		position: relative;
		margin: 30px auto;
		max-width: 1300px;
	}
	
	section .news_flex .item{
		width: 40%;
		margin: 15px;
		margin-bottom: 40px;
		filter: drop-shadow(0px 5px 10px rgba(0,0,0,10%));
		border-radius: 10px;
		background: #fff;
	}
	
	section .news_flex .item img{
		border-radius: 10px;
	}
	
	section .news_flex .item:hover{
		opacity: 0.6;
	}
	section .news_flex .item p{
		padding: 20px 20px 10px;
		color: #3e3a39;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 1.3rem;
	}
	
	/*ニュースリリース記事名の表示領域を調整*/
	section .news_flex .item p:first-of-type{
		overflow-y: hidden;
		height: 100px;
	}
	
	section .news_flex .item p:first-of-type::after{
		content: "...";/*文章の最後に付くようにする*/
    	bottom: 0;
    	right: 0;
	}
	
	section .news_flex .item .date{
		font-size: 1rem;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		color: #9fa0a0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	
	section .news_title{
		font-size: 3rem;
		text-align: center;
		color: #0066cc;
	}
	
	section .news_flex{
		z-index: 10;
		position: relative;
		margin: 30px auto;
		max-width: 1000px;
	}
	
	section .news_flex .item{
		width: 40%;
		margin: 15px;
		margin-bottom: 40px;
		filter: drop-shadow(0px 5px 10px rgba(0,0,0,10%));
		border-radius: 10px;
		background: #fff;
	}
	
	.item:last-of-type{
		display: none;
	}
	
	section .news_flex .item img{
		border-radius: 10px;
	}
	
	section .news_flex .item:hover{
		opacity: 0.6;
	}
	section .news_flex .item p{
		padding: 20px 20px 10px;
		color: #3e3a39;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 1.3rem;
	}
	
	/*ニュースリリース記事名の表示領域を調整*/
	section .news_flex .item p:first-of-type{
		overflow-y: hidden;
		height: 100px;
	}
	
	section .news_flex .item p:first-of-type::after{
		content: "...";/*文章の最後に付くようにする*/
    	bottom: 0;
    	right: 0;
	}
	
	section .news_flex .item .date{
		font-size: 1rem;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		color: #9fa0a0;
	}
}
@media screen and (max-width: 767px){

	section .new_container{
		margin: 60px 30px;
	}
	section .news_title{
		font-size: 2rem;
		text-align: center;
		color: #0066cc;
	}
	
	.news_flex{
		display: block;
		z-index: 10;
		position: relative;
		margin-top: 30px;
	}
	
	.news_title{
		font-size: 4rem;
		text-align: center;
		color: #0066cc;
	}
	
	.item{
		display: block;
		width: 100%;
		margin: 0 auto;
		filter: drop-shadow(0px 5px 10px rgba(0,0,0,7%));
		border-radius: 10px;
		margin-bottom: 40px;
		background: #fff;
	}
	
	.item:not(:first-child){
		display: none;
	}
	.item:hover{
		opacity: 0.6;
	}
	.item p{
		padding: 20px 20px 10px;
		color: #3e3a39;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 1.3rem;
	}
	
	
	.item .date{
		font-size: 1rem;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		color: #9fa0a0;
	}
}

@media screen and (min-width: 769px) and (max-width: 1200px){
	
	.item{
		width: 40%;
		margin: 15px;
		margin-bottom: 40px;
		filter: drop-shadow(0px 5px 10px rgba(0,0,0,10%));
		border-radius: 10px;
		background: #fff;
	}
}

/*-------------------------------
  メディア掲載
---------------------------------*/

@media screen and (min-width: 1280px){
	
	section .media_title{
		font-size: 3rem;
		text-align: center;
		color: #0066cc;
	}
	
	section .media_inner{
		padding: 20px 0px 80px;
	}
	
	section .media{
		margin: 0 auto;
		padding: 30px 0px 0px;
		font-size: 2rem;
		width: 1080px;
		position: relative;
		z-index: 100;
	}
	
	section .media p{
		text-align: left;
		display: inline-block;
		padding: 0 60px;
	}
	
	section .media .media-info{
		text-align: left;
	}
	
	section .media .m-day{
		font-size: 2rem;
		font-weight: 600;
		display: block;
		color: #bdbdbd;
	}

	section .media a .sp_br{
		display: none;
	}
}


@media screen and (min-width: 768px) and (max-width: 1279px) {
	
	section .media_title{
		font-size: 3rem;
		text-align: center;
		color: #0066cc;
	}
	
	section .media_inner{
		padding: 20px 0px 80px;
	}
	
	section .media{
		margin: 0 auto;
		padding: 30px 0px 0px;
		font-size: 1.5rem;
		width: 800px;
		position: relative;
		z-index: 100;
	}
	
	section .media p{
		text-align: left;
		display: inline-block;
		padding: 0 60px;
	}
	
	section .media .media-info{
		text-align: left;
		padding: 0 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	section .media .m-day{
		font-size: 1.5rem;
		font-weight: 600;
		display: block;
		color: #bdbdbd;
	}

	section .media a .sp_br{
		display: none;
	}
}

@media screen and (max-width: 767px){
	
	section .media_title{
		font-size: 2rem;
		text-align: center;
		color: #0066cc;
	}
	
	section .media_inner{
		padding: 10px 0px 0px;
	}
	
	section .media{
		margin: 0 auto;
		max-width: 600px;
		padding: 10px 0px 0px;
		font-size: 1.5rem;
		right: 10px;
		z-index: 100;
	}
	
	section .media p{
		text-align: left;
		display: inline-block;
		padding: 0 30px;
	}
	
	section .media .media-info{
		text-align: left;
		width: 100%;
		padding: 0 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	section .media .m-day{
		font-size: 1rem;
		font-weight: 600;
		display: block;
		color: #bdbdbd;
	}
	
	section .media a .sp_br{
		display: block;
	}
	
}

@media screen and (max-width: 300px){
	
	section .media{
		text-align: center;
		padding: 30px 0px 10px;
		font-size: 1.5rem;
		position: relative;
		z-index: 100;
		position: relative;
		right: 10px;
	}
}


/*-----------------------------------------------
  メディア掲載・ニュースリリース掲載　「もっと見るボタン」
---------------------------------------------------*/

@media screen and (min-width: 1280px){
	
	.more{
		position: relative;
		background: #0066cc;
		padding: 15px;
		width: 300px;
		max-width: 1000px;
		margin: 20px auto 120px;
		z-index: 10;
		border-radius: 100px;
	}
	.more a{
		display: block;
		color: #fff;
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {

	.more{
		position: relative;
		background: #0066cc;
		padding: 15px;
		width: 300px;
		max-width: 1000px;
		margin: 20px auto 120px;
		z-index: 10;
		border-radius: 100px;
	}
	.more a{
		display: block;
		color: #fff;
		text-align: center;
	}
}
@media screen and (max-width: 767px){

	.more{
		position: relative;
		background: #0066cc;
		padding: 10px;
		width: 70%;
		margin: 50px auto 120px;
		z-index: 10;
		border-radius: 100px;
	}
	.more a{
		display: block;
		color: #fff;
		text-align: center;
	}
}





/*====================================
       COMPANY/参画企業
======================================*/
.company-wrapper{
	position: relative;
	top: 0px;
	z-index: 20;
	margin: 100px auto;
}

.company-title{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.company-title img{
	filter: drop-shadow(0px 0px 5px #fff);
	width: 80%;
}

.c-content{
	overflow: hidden;
    width: 100vw;
    position: relative;
    top: 0px;
    z-index: -20;
}

.company-content{
	list-style: none;
	padding: 0;
}

/*1行目にある参画企業*/
.company-content-01:first-child{
	animation: loop-1-01 100s -50s linear infinite;
}

.company-content-01:last-child{
	animation: loop-1-02 100s linear infinite;
}

@keyframes loop-1-01{
	0%{
		transform: translateX(100%);
	}
	
	100%{
		transform: translateX(-100%);
	}
}

@keyframes loop-1-02{
	0%{
		transform: translateX(0%);
	}
	
	100%{
		transform: translateX(-200%);
	}
}

/*2行目にある参画企業*/
.company-content-02:first-child{
	animation: loop-2-01 100s -50s linear infinite;
}

.company-content-02:last-child{
	animation: loop-2-02 100s linear infinite;
}

@keyframes loop-2-01{
	0%{
		transform: translateX(-100%);
	}
	
	100%{
		transform: translateX(100%);
	}
}

@keyframes loop-2-02{
	0%{
		transform: translateX(-200%);
	}
	
	100%{
		transform: translateX(0%);
	}
}



.company-img{
	margin: 0 70px;
}

@media screen and (max-width:1200px){
	
.company-wrapper{
	top: -35px;
}
	
.company-title img{
	filter: drop-shadow(0px 0px 5px #fff);
	width: 60%;
    margin: 0 auto;
    display: block;
}
	
.c-content{
    top: -30px;
}
}


@media screen and (max-width:767px){

.company-wrapper{
	top: 20px;
}
	
.company-title{
	max-width: 300px;
}
	
.company-img{
	width: calc(100vw/2);
}
	
.company-title img{
	filter: drop-shadow(0px 0px 5px #fff);
	width: 90%;
    margin: 0 auto;
    display: block;
}
	
.c-content{
    top: 0px;
}
}


/*====================================
       Swiper-Slid
======================================*/
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}
.swiper-slide img{
  width: 100%;
}

/*------ Swiperの矢印　-----*/

@media screen and (max-width:767px){

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 30px !important;
}
	
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 30px !important;
}
}

/*------ 導入企業 ------*/

.swiper-content-item{
	line-height:1;
	height: auto;
	background: white;
	border-radius: 10px;
	transition: .5s;
	transform: translateY(0%);
	webkit-transform: translateY(0%);
	moz-transform: translateY(0%);
	ms-transform: translateY(0%);
}

.swiper-content-item:hover{
	box-shadow: 0px 0px 15px 10px rgba(0,0,0,5%);
	webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,5%);
	ms-box-shadow: 0px 0px 15px 10px rgba(0,0,0,5%);
	moz-box-shadow: 0px 0px 15px 10px rgba(0,0,0,5%);
	transform: translateY(-5%);
	webkit-transform: translateY(-5%);
	moz-transform: translateY(-5%);
	ms-transform: translateY(-5%);
}

.swiper-content-item img{
	border-radius: 10px 10px 0px 0px;
}

.swiper-content-item h3{
	color: #3E3E3E;
	text-align: left;
	line-height: 1.5;
	font-size: 1.3rem;
	padding: 0px 10px;
	margin: 10px auto;
}

.swiper-content-item p{
	color: #3E3E3E;
	text-align: left;
	font-size: 1rem;
	padding: 0px 10px 20px;
	line-height: 1.6;
}

.swiper-content-item span{
	display: block;
	color: #3e3e3e;
	text-align: left;
	font-size: 1.6rem;
	padding: 0px 10px;
	margin-top: 10px;
}


.t-swiper{
	position: relative;
}

.b-swiper{
	position: relative;
}


@media screen and (max-width:767px){
	
.swiper-content-item h3{
	padding: 10px;
	height: 50px;
}
}