@charset "UTF-8";
/* ========================================
  株式会社 豊環境開発
  共通CSS
======================================== */
/* ----------------------------------------
  Base Settings
---------------------------------------- */
body {
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1196px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.73vw;
  }
}
body.is-using-mouse {
  overflow: hidden;
}

img {
  max-width: 100%;
}

dt {
  font-weight: 400;
}

table {
  border-collapse: collapse;
}

@media screen and (min-width: 1197px) {
  .fortb {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .forsp {
    display: none;
  }
  a.pc--off {
    pointer-events: none;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 1196px) {
  .forpc {
    display: none;
  }
  a.pc--off {
    text-decoration: none !important;
  }
}
/* ----------------------------------------
  common
---------------------------------------- */
.section__inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
}
.section__inner > *:first-child {
  padding-top: 7%;
}
@media screen and (max-width: 750px) {
  .section__inner > *:first-child {
    padding-top: 12%;
  }
}
.section__flex {
  display: flex;
}
@media screen and (max-width: 750px) {
  .section__flex {
    display: block;
  }
}
.section__flex--col2 {
  justify-content: space-between;
}
.section__flex--col2 > * {
  width: 48%;
  max-width: 400px;
}
@media screen and (max-width: 750px) {
  .section__flex--col2 > * {
    width: 100%;
    max-width: initial;
  }
  .section__flex--col2 > *:not(:last-child) {
    margin-bottom: 2em;
  }
}
.section__header {
  width: 20%;
}
@media screen and (max-width: 750px) {
  .section__header {
    width: 100%;
  }
}
.section__body {
  width: 76%;
}
@media screen and (max-width: 750px) {
  .section__body {
    width: 100%;
  }
}
.section__heading {
  margin-bottom: 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-size: 2em;
  letter-spacing: 0.2em;
  color: #0B5E92;
}
@media screen and (max-width: 1196px) {
  .section__heading {
    font-size: 1.6em;
    letter-spacing: 0.1em;
  }
}
.section__heading--white {
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.section__subhead {
  margin: 2em 0 0.5em;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #0B5E92;
}
.section__text + .section__text {
  margin-top: 1.5em;
}
.section__table {
  width: 100%;
  border-top: solid 1px #959595;
  background: rgba(255, 255, 255, 0.9);
}
.section__table th {
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .section__table th {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.section__table > tbody > tr > th, .section__table > tbody > tr > td {
  padding: 0.5em 1em;
  border-bottom: solid 1px #959595;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .section__table > tbody > tr > th, .section__table > tbody > tr > td {
    display: block;
  }
}
.section__table > tbody > tr > th {
  background: #E2E2E2;
}
@media screen and (max-width: 750px) {
  .section__table > tbody > tr > th {
    border-bottom: none;
  }
}
@media screen and (max-width: 750px) {
  .section__table > tbody > tr > td {
    padding: 0.5em 1em 1em;
  }
}
.section__table a {
  text-decoration: underline;
}
.section__table a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../pdf/icon_pdf.svg") center center/contain no-repeat;
}
.section__table a[href*=".xls"]::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../pdf/icon_excel.svg") center center/contain no-repeat;
}
.section__table a[href*=".doc"]::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../pdf/icon_word.svg") center center/contain no-repeat;
}
.section__table a:hover {
  text-decoration: none;
}
.section__in-table--table th {
  padding-right: 1em;
  font-weight: 400;
}
.section__in-table--dl dt {
  font-weight: 700;
}
.section__in-table--dl dt:not(:first-child) {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: dashed 1px #959595;
}
.section__in-table--dl dd {
  line-height: 1.4;
}
.section__in-table--dl dd + dd {
  margin-top: 0.25em;
}
.section__in-table--dl dd:last-child {
  padding-bottom: 0.5em;
}
.section__in-table--flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .section__in-table--flex {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .section__in-table--flex > * {
    table-layout: fixed;
  }
  .section__in-table--flex > * th {
    min-width: 14em;
  }
}
.section__in-table--flex > :first-child {
  margin-right: 5%;
}
@media screen and (max-width: 750px) {
  .section__in-table--flex > :first-child {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.section__in-table--a {
  display: inline-block;
  text-decoration: underline;
  color: #0B5E92;
}
.section__in-table--a:not(:last-child) {
  margin-right: 1em;
}
.section__gmap {
  display: inline-block;
  vertical-align: 0.25em;
  margin-left: 0.5em;
}
.section__gmap a {
  display: block;
  margin-top: -0.5em;
  padding: 0 1.25em 0.25em;
  line-height: 1.2;
  background: #2e255d;
  font-size: 0.8em;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}
.section__gmap a:hover {
  opacity: 0.7;
}

.bg--yutaka01 {
  background-color: #2e255d;
}
.bg--sakakibara01 {
  background-color: #0B5E92;
}

/* ----------------------------------------
  top
---------------------------------------- */
.top-header {
  width: 92%;
  max-width: 1288px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-header {
    width: 84%;
  }
}
.top-header__name {
  width: 40%;
  margin: 0 auto 7%;
  padding-top: 7%;
  line-height: 0;
}
@media screen and (max-width: 750px) {
  .top-header__name {
    width: 50%;
    margin: 0 auto;
    padding: 15% 0 7%;
  }
}
.top-header__lead {
  margin-top: 2em;
  line-height: 2.3;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 750px) {
  .top-header__lead {
    line-height: 2;
    text-align: left;
  }
}
.top-nav__list {
  display: flex;
  justify-content: center;
  margin: -1% 0 1%;
}
@media screen and (max-width: 750px) {
  .top-nav__list {
    justify-content: space-between;
    width: 84%;
    margin: 15% auto 1%;
  }
}
.top-nav__list li {
  min-width: 7em;
  margin: 0 1em;
}
@media screen and (max-width: 750px) {
  .top-nav__list li {
    min-width: initial;
    margin: 0;
  }
}
.top-nav__list a {
  position: relative;
  display: block;
  padding-bottom: 1.5em;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #0B5E92;
  transition: transform 0.5s;
}
.top-nav__list a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background: url("../images/nav_arrow.svg") center center/contain no-repeat;
  transition: bottom 0.5s;
}
.top-nav__list a:hover {
  transform: translateY(5px);
}
.top-nav__list a:hover::after {
  bottom: -10px;
}
.top-main__bg {
  background: url("../images/main_bg__pc.jpg") center bottom/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .top-main__bg {
    background: url("../images/main_bg__sp.jpg") center bottom/cover no-repeat;
  }
}
.top-main__inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
.top-main__title {
  padding-top: 10%;
  padding: 10% 0 0 0.2em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.66em;
  letter-spacing: 0.2em;
  color: #0B5E92;
}

/* ----------------------------------------
  sdgs
---------------------------------------- */
.sdgs .section__inner {
  margin: min(10vw, 80px) auto 0;
  padding: min(10vw, 80px) 0;
  background-color: #fff;
}
.sdgs__inner {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 !important;
}
.sdgs__title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.32em;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.2em;
}
.sdgs__title img {
  height: 1.6em;
  margin-right: 1em;
}
@media screen and (max-width: 750px) {
  .sdgs__title {
    flex-direction: column;
    align-items: center;
  }
}
.sdgs__subttl {
  margin: 0.75em 0 0.5em;
  padding-left: 0.05em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.77em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #278ec8;
}
.sdgs__list {
  display: flex;
  justify-content: space-between;
}
.sdgs__list li {
  width: 19%;
}
@media screen and (max-width: 750px) {
  .sdgs__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sdgs__list li {
    width: 30%;
    margin: 0 1% 2%;
  }
}
.sdgs__text {
  margin-top: 1.5em;
  text-align: justify;
  font-size: 0.88em;
}

/* ----------------------------------------
  group
---------------------------------------- */
.group__list {
  display: flex;
  align-items: stretch;
  margin-bottom: 15%;
}
@media screen and (max-width: 1196px) {
  .group__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .group__list {
    display: block;
  }
}
.group__list li {
  width: 43%;
  margin-right: 7%;
}
@media screen and (max-width: 1196px) {
  .group__list li {
    width: 48%;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .group__list li {
    width: 100%;
    margin: 0 auto;
  }
  .group__list li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.group__list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3% 6% 5%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
.group__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
}
.group__list-item:hover::before {
  opacity: 0.3;
}
.group__list-item.group__yutaka {
  background-image: url("../images/banner_yutaka.jpg");
}
.group__list-item.group__sakakibara {
  background-image: url("../images/banner_sakakibara.jpg");
}
.group__list-item.group__big {
  background-image: url("../images/banner_big.jpg");
}
.group__list-item > * {
  position: relative;
  display: block;
}
.group__list-item > em {
  margin-bottom: 0.25em;
  padding-left: 0.2em;
  border-bottom: solid 1px #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.9em;
  font-style: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1196px) {
  .group__list-item > em {
    font-size: 1.4em;
  }
}
.group__list-item > span {
  line-height: 1.4;
  font-size: 0.8em;
}
.group__list-item > span > span {
  display: inline-block;
}

/* ----------------------------------------
  footer
---------------------------------------- */
.notes {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 1em;
  line-height: 1.4;
  text-align: right;
  font-size: 0.66em;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .notes {
    padding-right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .notes {
    text-align: left;
  }
}

.footer__inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 1em;
  text-align: center;
  color: #fff;
}
.footer__heading {
  padding: 5% 0 3% 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7em;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 750px) {
  .footer__heading {
    padding: 10% 0 3% 0.2em;
    font-size: 1.5em;
    letter-spacing: 0.2em;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 750px) {
  .footer__nav {
    margin-bottom: 10%;
  }
}
.footer__nav li a {
  margin: 0 1em;
  padding-left: 0.2em;
  font-size: 0.77em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.footer__nav li a:hover {
  text-decoration: underline;
}
.footer__tel {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.footer__tel li {
  margin: 0 0.5em;
}
.footer__privacy {
  padding-bottom: 3%;
  font-size: 0.77em;
}
@media screen and (max-width: 750px) {
  .footer__privacy {
    padding: 5% 0;
  }
}
.footer__privacy a {
  text-decoration: underline;
}
.footer__privacy a:hover {
  text-decoration: none;
}
.footer__mail {
  padding-bottom: 2%;
}
.footer__mail a {
  display: inline-block;
  padding: 0 2em;
  border: solid 1px #fff;
  line-height: 2.4;
  font-size: 0.77em;
  transition: background 0.3s;
}
.footer__mail a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 750px) {
  .footer__mail a {
    font-size: 1em;
  }
}
.footer__copyright {
  padding-left: 0.1em;
  font-size: 0.77em;
  letter-spacing: 0.1em;
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 76px;
  border: solid 1px #0B5E92;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 750px) {
  .pagetop {
    width: 14%;
  }
}
.pagetop.show {
  opacity: 1;
}
.pagetop.up {
  bottom: 18em;
}
@media screen and (max-width: 750px) {
  .pagetop.up {
    bottom: 15em;
  }
}

/* ----------------------------------------
  fancybox
---------------------------------------- */
.fancybox__content {
  padding: 0;
}

.fancybox__content > .carousel__button.is-close {
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  padding: 10px;
  border: solid 1px #fff;
  border-radius: 50%;
  background: #000;
}

@media (min-width: 1024px) {
  .fancybox__slide {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .fancybox__content > .carousel__button.is-close {
    top: -20px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=style.css.map */