@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  font-size: 1.6rem;
  font-weight:bold;
  line-height: 2;
  color: #222;
}

img {
  width: 100%;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.col-green {
  color: #42A547;
}

.sub__ttl {
  font-size: 2.6rem;
  color: #42A547;
}

.cont__text {
  font-size: 1.8rem;
  font-weight:bold;
  padding: 80px 0;
}

.inner {
  padding: 0 4%;
}

.hp-ml40 {
  margin-left: 40px;
}

.hp-mt20 {
  margin-top: 20px;
}

.hp-mt80 {
  margin-top: 80px;
}

.hp-mb10 {
  margin-bottom: 10px;
}

.hp-mb20 {
  margin-bottom: 20px;
}

.hp-mb40 {
  margin-bottom: 40px;
}

.hp-pb80 {
  padding-bottom: 80px;
}

.hp-pb160 {
  padding-bottom: 160px;
}

.display-has-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.display-has-column2 {
  display: flex;
  justify-content: space-between;
}

.display-has-column3 {
  display: flex;
  gap: 5px;
}

.display-has-column4 {
  display: flex;
}

.display-has-column5 {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.page__has-column {
  display: flex;
}

.display-sp-column {
  display: flex;
  align-items: baseline;
}

.page__has-column2 {
  display: flex;
  justify-content: space-between;
  padding: 1vw;
}

.sp__main-visual__ttl {
  display: none;
}

.pc-none {
  display: none;
}

.display-none {
  display: none;
}

.noscroll {
  overflow: hidden;
  position: fixed;
}

.btn {
  display: inline-block;
  width: 240px;
  max-width: 100%;
  padding: 20px 0;
  background: linear-gradient(90deg, #57C67D 0%, #A2F87C 100%);
  border-radius: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  transition: 0.25s;
}

.btn:hover{
  opacity:.7;
}

.btn--arrow-right {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}

.btn--arrow-right::after {
  content: "\f138";
  position: absolute;
  top: 50%;
  padding-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

.btn-wrap {
  margin: 2vw 0;
  text-align: right;
}

.main-visual-bg {
  background: url("../images/iwate_caret-mv.jpg") no-repeat center/cover;
  width: 72.865vw;
  height: 45vw;
  max-width: 100%;
  border-radius: 80px 0 0 80px;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: -10;
}

.page__main-visual--bg {
  /* background: url("../images/iwate_caret-company4.jpg") no-repeat top/cover; */
  background: url("../images/IMG_2193-1.jpg") no-repeat center/cover;
  padding-bottom: 30%;
  position: relative;
}

.page__main-visual--bg2 {
  background: url("../images/iwate_caret-mission.jpg") no-repeat center/cover;
  padding-bottom: 30%;
  position: relative;
}

.header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 4%;
  position: relative;
}

.logo img {
  width: 360px;
}

.inline-block {
  display: inline-block;
  margin: 0 30px;
}
.inline-block:last-child {
  margin-right: 0;
}

.menu__list {
  font-size: 1.8rem;
  font-weight: bold;
}
.menu__list a {
  color: #222;
}

.main-visual {
  text-align: right;
}

.main-visual__ttl {
  padding-top: 24%;
  mix-blend-mode: multiply;
}
.main-visual__ttl h2 {
  padding: 0 4%;
}
.main-visual__ttl h2 img {
  width: 50%;
}

.main-visual__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.business {
  margin: 30vw 0 5vw 0;
  position: relative;
}

.business__right-cont,
.business__left-cont {
  flex: 1;
}

.business__left-cont {
  margin-right: 8.333vw;
}
.business__left-cont img {
  width: 50%;
  height: 674px;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.business__inner {
  /* width: 25.26vw; */
  width: 30vw;
  padding-top: 3vw;
}

.business__text {
  text-align: justify;
  padding: 1vw 0;
  line-height: 1.9;
}

.item-bg {
  background: #F2FFF7;
  padding-top: 320px;
}

.item__inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.item__ttl {
  text-align: center;
}

.item__text span {
  display: block;
  text-indent: -4em;
}

.items p {
  font-size: 1.8rem;
  font-weight: bold;
}

.sdgs {
  padding: 240px 0;
}

.sdgs__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.sdgs__text {
  text-align: left;
}
.sdgs__text span {
  display: block;
}

.footer {
  color: #fff;
  font-size: 2rem;
}
.footer p {
  color: #fff;
}

.footer__left-bg {
  background: #66C46B;
}

.footer__left-inner {
  padding: 40px 0 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.footer__logo {
  width: 320px;
  background: #fff;
  padding: 15px;
}

.footer__left-cont,
.footer__right-cont {
  flex: 1;
}

.address {
  margin-bottom: 30px;
}
.address span {
  display: block;
}

.info-wrap {
  text-align: justify;
}

.info__txt {
  font-size: 1.6rem;
}

.info__tel {
  font-size: 3rem;
  padding: 0.5vw 0;
  line-height: 1;
}
.info__tel span {
  font-size: 4.6rem;
  letter-spacing: 0.00368em;
  padding-left: 0.5em;
}

_::-webkit-full-page-media, _:future, :root .info__tel span {
  font-size: 4.2rem;
}

.info__mail {
  font-size: 3rem;
  padding: 0.5vw 0;
  line-height: 1;
}
.info__mail span {
  padding-left: 0.5em;
}

.info__time {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.info__time span {
  padding-left: 0.5em;
}

.copy {
  font-size: 1.2rem;
  font-weight:bold;
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 520px;
  position: relative;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.page__mv-ttl {
  position: absolute;
  bottom: -1%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  font-weight:700;
}

.mv-ttl--bg {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 1vw 6vw;
}

.page__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 6% 4%;
}

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

.page__inner .sub__ttl {
  text-align: center;
}

.page__content {
  padding: 4vw 0;
}
.page__content .sub__ttl {
  margin-bottom: 3vw;
}

.page__left-ttl {
  width: 20%;
  padding: 1vw;
  font-weight:bold;
}

.page__right-ttl {
  width: 80%;
  padding: 1vw;
}

.page__right-map{
  font-weight:bold;
  font-size:1.4rem;
}

.page__right-map a{
  color:#42A547;
}

.map-right-arrow{
    position: relative;
    padding-right: 1em;
    padding-left: 1.38em;
}

.map-right-arrow::after{
    content: "\f138";
    position: absolute;
    top: 50%;
    padding-left: 0.2em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}

.page__right-map a:hover{
  opacity:.7;
}


.page__center {
  padding: 2vw 1vw;
  color: #42A547;
  font-weight: bold;
}

.border-gray {
  border-top: 1px solid #D8D8D8;
}

.border-gray2 {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}

.page__right-img {
  width: 20%;
}

.facility .page__right-ttl,
.car .page__right-ttl {
  width: 60%;
}

.facility-img {
  padding-top: 40px;
}
.facility-img img {
  width: 48%;
}

.page-business__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6% 4%;
}
.page-business__inner .sub__ttl {
  text-align: center;
}

.business__main-txt {
  text-align: center;
}
.business__main-txt p {
  font-size: 2.7rem;
  font-weight: bold;
}
.business__main-txt p span {
  font-size: 1.6rem;
}

.collected__cont {
  margin: 8% 0;
}

.collected__main-txt {
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
  font-size: 2rem;
}

.collected__main-txt span{
  display: block;
  color:#E33C3C;

}

.collected__wrap {
  padding: 4% 2%;
}

.collected__wrap .collected__left {
  margin-right: 50px;
}

.collected__wrap .collected__left img {
  width: 480px;
  height: auto;
  max-height: 320px;
}

.collected__wrap .item__wrap {
  /* flex: 1; */
  width:674px;
  max-width:100%;
  padding-top:1%;
}

.collected__wrap .item__wrap .ttl {
  font-size:2rem;
  font-weight: bold;
}

.collected__wrap .item__wrap p {
  margin-bottom: 2%;
}

.collected__wrap .item__wrap span{
  color:#E33C3C
}


/* 2024.09 */
.sortinglist{
  margin-top: 20px;
}
.sortinglist__image{
  max-width: 100%;
}


.caution {
  border: 5px solid #E33C3C;
  margin: 80px auto;
  padding: 4% 10%;
  color: #E33C3C;
}
.caution ul li {
  margin-top: 2vw;
}
.caution ul li::before {
  content: "●";
  margin-right: .8em;
}

.caution__ttl {
  font-size: 2.5rem;
  text-align: center;
}

.caution__txt {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: justify;
  color: #E33C3C;
}
.caution__txt span {
  display: block;
  margin-left: 2em;
  font-size:2rem;
  font-weight: bold;
}

.sdgs-img__wrap {
  padding: 80px 0;
  text-align: center;
}
.sdgs-img__wrap .sdgs-img-logo {
  width: 30%;
}

.sdgs-imgs {
  justify-content: center;
}
.sdgs-imgs img {
  width: 14%;
  margin: 0 10px;
}

.sdgs__sub-ttl{
  font-size:2.6rem;
  font-weight:bold;
  padding-bottom:40px;
}

.collected__wrap .item__wrap p{
  font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .sub__ttl {
    font-size: 2rem;
  }

  .cont__text {
    font-size: 0.833vw;
  }

  .sp_hp-pt {
    padding-top: 8.333vw;
  }

  .business__left-cont img {
    height: 40vw;
  }

  .main-visual__ttl h2 {
    padding: 0 4%;
  }

  
}
@media only screen and (max-width: 599px) {
  
  .display-has-column {
    display: block;
  }

  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .sub__ttl {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
  }

  .cont__text {
    font-size: 1.6rem;
  }

  .header__logo {
    width: 230px;
    margin: 0 auto;
  }

  .menu {
    display: none;
  }

  .main-visual-bg {
    width: 100%;
    height:80vh;
    margin-top: 20%;
    border-radius: 0;
    position: inherit;
    background: url("../images/iwate_caret-mv-sp.jpg") no-repeat center/cover;
  }

  .main-visual__ttl {
    display: none;
  }

  .sp__main-visual__ttl {
    display: block;
    width: 127px;
    position: absolute;
    top: 138px;
    left: 38px;
  }

  .display-has-column2 {
    flex-direction: column;
  }

  .display-has-column3 {
    flex-wrap: wrap;
  }

  .display-has-column4 {
    flex-direction: column;
  }

  .business {
    margin: 80px 0;
  }

  .business__inner {
    width: 100%;
  }

  .business__left-cont img {
    position: inherit;
    width: 100%;
    height: auto;
  }

  .business__left-cont {
    margin-right: 0;
    order: 2;
  }

  .business__right-cont {
    order: 1;
  }

  .cont__text {
    margin-bottom: 40px;
    padding: 0;
    text-align: justify;
  }

  .sp-btn-wrap {
    margin: 40px 0;
    text-align: center;
  }

  .item__text {
    text-align-last: left;
  }
  .item__text span {
    text-indent: 0;
  }

  .item .item__wrap .items {
    width: 48%;
    margin: 0 auto;
  }

  .footer__left-cont {
    order: 2;
  }
  .footer__left-cont p {
    font-size: 16px;
  }

  .footer__right-cont {
    order: 1;
    margin-bottom: 160px;
  }

  .sp-footer__logo {
    width: 80%;
    margin: 0 auto;
  }

  .sp-footer__left-inner {
    width: 100%;
    max-width: 348px;
    padding: 4% 0;
    margin: 0 auto;
  }

  .info__tel {
    font-size: 2rem;
  }
  .info__tel span {
    font-size: 3.8rem !important;
  }

  .info__mail {
    font-size: 2rem;
  }

  .info__time, info__time span {
    font-size: 1.6rem;
  }

  .info__time span {
    margin-left: 0.5em;
  }

  .info__txt {
    font-size: 1.3rem;
  }

  .sp-info__wrap p {
    line-height: 1.4;
  }

  .sp-info__wrap .sp_tel {
    font-size: 3.4rem;
    margin-left: 8vw;
  }

  .sp-info__wrap .sp_mail {
    font-size: 2rem;
    margin-left: 7vw;
  }

  .sp-info__wrap .sp_time {
    font-size: 2rem;
    margin-left: 1vw;
  }

  .copy {
    order: 3;
    padding: 2% 0;
    text-align: center;
    color: #66C46B;
    font-size: 1.2rem;
  }

  .footer__company {
    display: none;
  }

  .sp-page__inner {
    margin-bottom: 160px;
  }

  .page__main-visual--bg,
.page__main-visual--bg2 {
    height: 80vh;
  }

  .page__mv-ttl {
    padding: 1vw 10vw;
    bottom:-2%;
    width: 60%;
    text-align: center;
  }

  .company {
    margin: 80px 0;
  }
  .company p {
    font-size: 1.6rem;
  }

  .page__left-ttl {
    padding: 4vw 1vw;
    width: 30%;
  }

  .page__right-ttl {
    padding: 4vw 1vw;
    width: 70%;
  }

  .page__right-img {
    width: 100%;
    padding: 8% 4%;
  }

  .company .col-green {
    font-size: 1.6rem;
    padding: 8% 4%;
    line-height: 2.5em;
  }

  .page__content {
    padding-bottom: 20vw;
  }

  .facility .page__left-ttl,
.car .page__left-ttl {
    width: auto;
  }

  .facility .page__right-ttl,
.car .page__right-ttl {
    width: 100%;
  }

  .facility-img img {
    width: 100%;
    margin-bottom: 20px;
  }

  .company .sub__ttl {
    margin-bottom: 40px;
  }

  .page-business__inner {
    margin-top: 80px;
  }

  .business__main-txt p {
    font-size: 1.8rem;
    text-align: left;
  }

  .collected__main-txt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .collected__cont .page__has-column {
    display: block;
  }

  .collected__wrap {
    padding: 10% 4%;
  }

  .collected__wrap .item__wrap {
    text-align: center;
  }
  .collected__wrap .item__wrap .desc {
    text-align: left;
  }

  .collected__wrap .item__wrap .ttl {
    text-align: center;
    margin: 40px 0 20px 0;
  }

  .caution {
    padding: 10%;
  }

  .caution__ttl {
    font-size: 2rem;
  }

  .caution ul li {
    margin-top: 4vw;
  }

  .caution__ttl.hp-mb40 {
    margin-bottom: 10px;
  }

  .caution__txt {
    font-size: 1.8rem;
  }

  .caution__txt span {
    font-size:1.6rem;
    margin-left: 0;
  }

  .caution ul li::before{
    margin-right:0;
}

  .page-business__inner .sub__ttl {
    margin-bottom: 40px;
  }

  .sdgs-img__wrap {
    padding: 0;
  }

  .sdgs-img__wrap .sdgs-img-logo {
    width: 100%;
  }

  .sdgs-imgs {
    margin-bottom: 80px;
  }
  .sdgs-imgs img {
    width: 48%;
    margin: 0;
  }

  .sdgs-imgs.display-has-column3 {
    justify-content: space-between;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 5px;
    left: 6px;
    background: #42A547;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3) {
    top: 30px;
  }

  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #66C46B;
    width: 95%;
    min-height:100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  nav.globalMenuSp ul {
    font-size: 2.6rem;
    font-weight: bold;
    margin:116px 8% 0;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    width: 100%;
    height: 2.6rem;
    margin:4rem 0;
    transition: 0.4s all;
    line-height: 0;
  }

  nav.globalMenuSp ul li:last-child{
    margin-bottom:0;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }

  nav.globalMenuSp.active,
.nav-mask.active {
    opacity: 100;
    visibility: visible;
  }

  .nav-illust {
    width: 273.59px;
    height: 256.25px;
    margin:47.75px auto 11px;
  }

  .nav-logo {
    width: 90%;
    margin: 0 auto;
  }

  .nav-copy {
    text-align: center;
  }
  .nav-copy p {
    color: #fff;
    font-size: 1.2rem;
  }

  .nav-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(3, 3, 3, 0.5);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  #header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
  }

  .page__main-visual--bg {
    /* background: url("../images/iwate_caret-company.jpg") no-repeat center/cover; */
    background: url("../images/IMG_2193-1.jpg") no-repeat center/cover;
  }

  .page__right-map{
    display: none;
  }

  .items p{
    font-size:1.6rem;
  }

  .btn{
    font-size:1.6rem;
  }

  .facility .page__right-ttl p:first-child{
    width:70%;
  }

  .fa-angle-right{
    margin-right:10px;
  }

  .collected__wrap .collected__left{
    margin-right:0;
  }

}
@media only screen and (max-width: 380px) {
  .sp-footer__left-inner {
    padding: 4%;
  }
}

