@charset "UTF-8";
/*------------------------------
    リセット
/*------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  overflow-y: scroll;
  letter-spacing: 0.03em;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  width: 100%;
  color: #131313;
  line-height: 1.6;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, "メイリオ", sans-serif;
  font-weight: 500;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  color: #021b38;
  text-decoration: none;
  background-color: #ffff99;
}

mark {
  color: #021b38;
  font-weight: bold;
  font-style: italic;
  background-color: #ffff99;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*------------------------------
  common
/*------------------------------*/
.carbon_neutral_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .carbon_neutral_inner {
    max-width: 100%;
    padding: 0 3.3333333333vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .light {
    cursor: pointer;
    transition: opacity 0.4s;
  }
  .light:hover {
    opacity: 0.6 !important;
  }
}
.carbon_neutral {
  /*------------------------------
    header
  /*------------------------------*/
  /*------------------------------
    sec_mv
  /*------------------------------*/
  /*------------------------------
    sec_contents
  /*------------------------------*/
  /*------------------------------
    footer
  /*------------------------------*/
}
.carbon_neutral header {
  width: 100%;
  padding: 6px 0 12px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .carbon_neutral header {
    padding: 1.3333333333vw 0 2.4vw;
  }
  .carbon_neutral header .carbon_neutral_inner {
    padding: 0 2.4vw;
  }
}
.carbon_neutral header .header_logo {
  width: 218px;
  margin: 0 10px 0 auto;
}
.carbon_neutral header .header_logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .carbon_neutral header .header_logo {
    width: 32vw;
    margin-right: 0;
  }
}
.carbon_neutral .sec_mv {
  padding: 70px 0 390px;
  background-image: url(../image/mv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .carbon_neutral .sec_mv {
    padding: 5.6vw 0 56vw;
    background-image: url(../image/mv_bg_sp.jpg);
  }
}
.carbon_neutral .sec_mv .mv_ttl {
  width: 648px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .carbon_neutral .sec_mv .mv_ttl {
    width: 86.4vw;
    margin-left: 3.7333333333vw;
  }
}
.carbon_neutral .sec_contents {
  padding: 44px 0 80px;
}
@media screen and (max-width: 768px) {
  .carbon_neutral .sec_contents {
    padding: 4vw 0 9.3333333333vw;
  }
}
.carbon_neutral .sec_contents .head_txtWrap {
  padding: 0 8.3% 55px;
}
@media screen and (max-width: 768px) {
  .carbon_neutral .sec_contents .head_txtWrap {
    padding: 0 0 4.2666666667vw;
  }
}
.carbon_neutral .sec_contents .head_txtWrap p {
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .carbon_neutral .sec_contents .head_txtWrap p {
    margin-bottom: 4.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.carbon_neutral .sec_contents .head_txtWrap p:last-child {
  margin-bottom: 0;
}
.carbon_neutral .sec_contents .link_wrap a {
  display: flex;
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #daf4bf;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .carbon_neutral .sec_contents .link_wrap a {
    max-width: 100%;
    margin-bottom: 2.6666666667vw;
    padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
  }
}
.carbon_neutral .sec_contents .link_wrap a:hover {
  opacity: 0.8;
}
.carbon_neutral .sec_contents .link_wrap a:last-child {
  margin-bottom: 0;
}
.carbon_neutral .sec_contents .link_wrap a span {
  display: inline-block;
}
.carbon_neutral .sec_contents .link_wrap a.pdf .txt {
  padding-right: 20px;
  background-image: url(../image/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px;
}
@media screen and (max-width: 768px) {
  .carbon_neutral .sec_contents .link_wrap a.pdf .txt {
    padding-right: 6vw;
    background-size: 5.0666666667vw;
  }
}
.carbon_neutral .sec_contents .link_wrap .icon {
  width: 57px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .carbon_neutral .sec_contents .link_wrap .icon {
    width: 12vw;
    margin-right: 1.3333333333vw;
    flex-shrink: 0;
  }
}
.carbon_neutral .sec_contents .link_wrap .txt {
  line-height: 1.625;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .carbon_neutral .sec_contents .link_wrap .txt {
    line-height: 1.38;
    font-size: 3.2vw;
  }
}
.carbon_neutral footer {
  height: 120px;
  background-image: url(../image/footer_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .carbon_neutral footer {
    height: 16.2666666667vw;
    background-image: url(../image/footer_bg_sp.jpg);
  }
}
.carbon_neutral footer .carbon_neutral_inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .carbon_neutral footer .carbon_neutral_inner {
    justify-content: center;
  }
}
.carbon_neutral footer .copyright {
  margin-right: 35px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .carbon_neutral footer .copyright {
    margin-right: 0;
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=style.css.map */