@charset "UTF-8";
/*共通事項*/
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

section {
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .wrap {
    max-width: 85%;
  }
}

ul {
  list-style: none;
}

p {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 3vw;
  }
}

a {
  color: unset;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.block {
  display: block;
}

.box {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec_main .main-img {
  width: 100%;
  height: auto;
}

.sec_sdgs {
  margin-top: -10rem;
  padding: 0 0 7rem;
}
.sec_sdgs .sdgs_title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2rem;
  font-size: 2.4rem;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background: -webkit-gradient(linear, left top, left bottom, from(#0089CE), to(#25A739));
  background: linear-gradient(180deg, #0089CE, #25A739);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_sdgs .sdgs_title .sdgs_title_sub {
  display: block;
  padding-top: 6rem;
  font-size: 3.8rem;
}
.sec_sdgs .sdgs_txt {
  position: relative;
  left: 47.5%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 6rem;
  padding-left: 1.6rem;
  border-left: 2px solid;
  -o-border-image: linear-gradient(to bottom, #0089CE, rgba(37, 167, 57, 0.4980392157), rgba(37, 167, 57, 0)) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#0089CE), color-stop(rgba(37, 167, 57, 0.4980392157)), to(rgba(37, 167, 57, 0))) 1;
     border-image: linear-gradient(to bottom, #0089CE, rgba(37, 167, 57, 0.4980392157), rgba(37, 167, 57, 0)) 1;
  line-height: 2.4;
  font-size: 1.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0089CE), to(#25A739));
  background: linear-gradient(180deg, #0089CE, #25A739);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec_attempt {
  padding: 0 0 7rem;
}
.sec_attempt .attempt_bg {
  width: 100%;
}
.sec_attempt .attempt_contents {
  width: 80%;
  margin: -7.5rem auto 0;
}
.sec_attempt .attempt_contents .attempt_title {
  position: relative;
  margin-bottom: 2.6rem;
  letter-spacing: 10px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#33ACE2), to(#99C72A));
  background: linear-gradient(180deg, #33ACE2, #99C72A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}
.sec_attempt .attempt_contents .attempt_title span {
  letter-spacing: normal;
  font-size: 3.6rem;
}
.sec_attempt .attempt_contents .attempt_title::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16rem;
  height: 21rem;
  background-image: url("../img/one.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.sec_attempt .attempt_contents .attempt_title.two_title::before {
  width: 16.8rem;
  background-image: url("../img/two.png");
}
.sec_attempt .attempt_contents .attempt_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.8rem;
}
.sec_attempt .attempt_contents .attempt_detail .attempt_txt {
  color: #427935;
  line-height: 2.4;
}
.sec_attempt .attempt_contents .attempt_detail .attempt_mark {
  width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_attempt .attempt_contents .attempt_detail .attempt_mark li {
  margin-top: 14px;
}
.sec_attempt .attempt_contents .attempt_main .attempt_main_ttl {
  margin-bottom: 0.8rem;
  color: #427935;
  font-size: 1.4rem;
}
.sec_attempt .attempt_contents .attempt_main .attempt_main_list {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_attempt .attempt_contents .attempt_main .attempt_main_list li {
  width: 48.5%;
  padding: 0.6rem 0;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#0089CE), to(#25A739));
  background: linear-gradient(90deg, #0089CE, #25A739);
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.sec_attempt .attempt_contents .attempt_main .attempt_main_list li.w-100 {
  width: 100%;
  margin-top: 1.3rem;
}
.sec_attempt .attempt_contents .attempt_main .attempt_main_list li span {
  display: block;
  font-size: 1rem;
}

.sec_csr .csr_text {
  padding: 4rem;
  border-top: 1px solid #427935;
  border-bottom: 1px solid #427935;
  text-align: left;
  line-height: 2.2;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F76BE), to(#68BB30));
  background: linear-gradient(180deg, #2F76BE, #68BB30);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.4rem;
}

/*トップに戻るボタン*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 3%;
  bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0089CE), to(#25A739));
  background: linear-gradient(90deg, #0089CE, #25A739);
  font-weight: 400;
  opacity: 0;
  z-index: 999;
}
.pagetop .arrow {
  content: "";
  display: block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}
.pagetop:hover {
  -webkit-box-shadow: 0 0 10px #445fa6;
          box-shadow: 0 0 10px #445fa6;
}

footer {
  padding: 4rem 0 0;
}
footer .wrap .logo {
  width: 50%;
  margin: 0 auto 2rem;
}
footer .wrap .address {
  margin-bottom: 2rem;
  text-align: center;
}
footer .wrap .address .company_name {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
}
footer .wrap .address .address_ttl {
  line-height: 1.4;
  font-weight: 600;
}
footer .wrap .map {
  position: relative;
  width: 60rem;
  height: 31rem;
  margin: 0 auto 4rem;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#0089CE), to(#25A739));
  background: linear-gradient(90deg, #0089CE, #25A739);
}
footer .wrap .map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 95%;
  border-radius: 20px;
}
footer small {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#0089CE), to(#25A739));
  background: linear-gradient(90deg, #0089CE, #25A739);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1400px) {
  .sec_sdgs {
    margin-top: 0rem;
    padding: 0 0 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .sec_attempt {
    padding: 0 0 6rem;
  }
  .sec_attempt .attempt_contents {
    width: 100%;
    margin: -5.5rem auto 0;
  }
  .sec_attempt .attempt_contents .attempt_title {
    margin-bottom: 3rem;
  }
  footer .wrap .logo {
    width: 45%;
  }
  footer .wrap .address .address_ttl {
    font-size: 1.2rem;
  }
  footer .wrap .map {
    width: 100%;
    margin: 0 auto 3rem;
  }
  footer .wrap .map iframe {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .sec_sdgs {
    padding: 5rem 0 4rem;
  }
  .sec_sdgs .sdgs_title {
    margin: 0 auto 3rem;
    font-size: 6.4vw;
  }
  .sec_sdgs .sdgs_title .sdgs_title_sub {
    font-size: 9vw;
  }
  .sec_sdgs .sdgs_txt {
    left: 0;
    font-size: 4.8vw;
  }
  .sec_attempt {
    padding: 0 0 3.5rem;
  }
  .sec_attempt .attempt_contents {
    margin: -2rem auto 0;
  }
  .sec_attempt .attempt_contents .attempt_title {
    letter-spacing: 6px;
    font-size: 4.8vw;
  }
  .sec_attempt .attempt_contents .attempt_title span {
    letter-spacing: normal;
    font-size: 6vw;
  }
  .sec_attempt .attempt_contents .attempt_title::before {
    width: 6.1rem;
    height: 8rem;
  }
  .sec_attempt .attempt_contents .attempt_title.two_title::before {
    width: 5rem;
  }
  .sec_attempt .attempt_contents .attempt_detail {
    display: block;
  }
  .sec_attempt .attempt_contents .attempt_detail .attempt_txt {
    margin-bottom: 1rem;
    font-size: 3.6vw;
  }
  .sec_attempt .attempt_contents .attempt_detail .attempt_mark {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec_attempt .attempt_contents .attempt_detail .attempt_mark li {
    width: 17.5vw;
    margin-top: 0;
    margin-right: 8px;
  }
  .sec_attempt .attempt_contents .attempt_detail .attempt_mark li:last-child {
    margin-right: 0;
  }
  .sec_attempt .attempt_contents .attempt_main .attempt_main_ttl {
    font-size: 5vw;
  }
  .sec_attempt .attempt_contents .attempt_main .attempt_main_list {
    width: 100%;
  }
  .sec_attempt .attempt_contents .attempt_main .attempt_main_list li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 3.6vw;
  }
  .sec_attempt .attempt_contents .attempt_main .attempt_main_list li:last-child {
    margin-bottom: 0;
  }
  .sec_attempt .attempt_contents .attempt_main .attempt_main_list li.w-100 {
    margin-top: 0px;
  }
  .sec_attempt .attempt_contents .attempt_main .attempt_main_list li span {
    font-size: 2.8vw;
  }
  .sec_csr .csr_text {
    padding: 1.4rem 2rem;
    font-size: 4vw;
  }
  /*トップに戻るボタン*/
  .pagetop {
    width: 60px;
    height: 60px;
  }
  .pagetop .arrow {
    width: 0.6em;
    height: 0.6em;
    border-left: 0;
    border-bottom: 0;
  }
  footer {
    padding: 3rem 0 0;
  }
  footer .wrap .logo {
    width: 60%;
    margin: 0 auto 1.6rem;
  }
  footer .wrap .address .company_name {
    font-size: 5vw;
  }
  footer .wrap .address .address_ttl {
    font-size: 4vw;
  }
  footer .wrap .map {
    height: 15rem;
    border-radius: 25px;
  }
  footer .wrap .map iframe {
    height: 13rem;
  }
  footer small {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#0089CE), to(#25A739));
    background: linear-gradient(90deg, #0089CE, #25A739);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
  }
}