@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
dl, dt, dd, p, h1, h2, h3, h4, h5, h6, figure, small {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

small {
  line-height: 1.4;
  display: inline-block;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tablet {
    display: none;
  }
}
@media screen and (min-width: 606px) and (max-width: 767px) {
  .tablet {
    display: block !important;
  }
}

a img {
  transition: all 0.3s ease 0s;
}
a img:hover {
  opacity: 0.6;
}

#page {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#page .flex {
  display: flex;
  flex-wrap: wrap;
}
#page h2.style01 {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 56px;
  font-style: italic;
  color: #2d73bc;
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #page h2.style01 {
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
#page h2.style01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: inherit;
  border-bottom: 1px solid #2d73bc;
}
#page h2.style01 span {
  font-size: 16px;
  font-style: normal;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  #page h2.style01 span {
    display: block;
    margin-left: 0;
  }
}
#page h2.style02 {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 56px;
  font-style: italic;
  color: #2d73bc;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page h2.style02 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
#page h2.style02 span {
  display: block;
  font-size: 16px;
  font-style: normal;
}
#page img {
  max-width: 100%;
  height: auto;
}
#page .more a {
  background: #2d73bc;
  max-width: 350px;
  display: block;
  margin: 40px auto 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page .more a {
    font-size: 18px;
  }
}
#page .more a:hover {
  opacity: 0.6;
}
#page .more a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 12px;
  background-image: url(../img/ico_arrow02.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 30px;
  left: 20px;
}
#page .sustainability .subpage-header {
  margin-bottom: 0;
}
#page .sustainability .subpage-contents .mv {
  width: 100%;
}
#page .sustainability .subpage-contents .vision {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  #page .sustainability .subpage-contents .vision {
    padding: 50px 0;
  }
}
#page .sustainability .subpage-contents .vision .flex {
  justify-content: space-between;
}
#page .sustainability .subpage-contents .vision .flex li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  #page .sustainability .subpage-contents .vision .flex li {
    width: 100%;
    margin: 10px 0;
  }
}
#page .sustainability .subpage-contents .our_action {
  padding: 175px 0;
  background-image: url(../img/bg_action01.png), url(../img/bg_action02.png);
  background-position: 20% 10%, 90% 50%;
  background-repeat: no-repeat;
  background-color: #2d73bc;
}
@media screen and (max-width: 767px) {
  #page .sustainability .subpage-contents .our_action {
    background-image: url(../img/bg_action01_sp.png), url(../img/bg_action02_sp.png);
    background-position: center 5%, center 90%;
    background-size: 90%;
  }
}
#page .sustainability .subpage-contents .our_action .c-inner-960 {
  text-align: center;
  color: #fff;
}
#page .sustainability .subpage-contents .our_action .c-inner-960 h2 {
  font-weight: 700;
  font-size: 56px;
  font-style: italic;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #page .sustainability .subpage-contents .our_action .c-inner-960 h2 {
    font-size: 36px;
  }
}
#page .sustainability .subpage-contents .our_action .c-inner-960 h2 span {
  font-size: 16px;
  font-style: normal;
  display: block;
}
#page .sustainability .subpage-contents .our_action .c-inner-960 .lead {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page .sustainability .subpage-contents .our_action .c-inner-960 .lead {
    font-size: 14px;
  }
}
#page .sustainability .subpage-contents .our_action .c-inner-960 .more a {
  background: #fff;
  max-width: 260px;
  display: block;
  margin: 40px auto 0;
  color: #2d73bc;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
#page .sustainability .subpage-contents .our_action .c-inner-960 .more a:hover {
  opacity: 0.6;
}
#page .sustainability .subpage-contents .our_action .c-inner-960 .more a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 12px;
  background-image: url(../img/ico_arrow01.png);
  background-size: contain;
  vertical-align: middle;
}
#page .sustainability .subpage-contents .top-news-thumb {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #page .sustainability .subpage-contents .top-news-thumb {
    padding: 50px 0 0;
  }
}
#page .news .c-news-items .item {
  width: 100%;
}
#page .news .c-news-items .item .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page .news .c-news-items .item .wrap .sub_info p {
  text-align: center;
  display: block;
}
#page .news .c-news-items .item .wrap .sub_info p.txt-category {
  margin: 0;
}
#page .news .c-news-items .item .wrap .title {
  width: 80%;
  font-weight: 700;
}
#page .policy .message {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  #page .policy .message {
    padding: 60px 0;
  }
}
#page .policy .message figure {
  margin-left: -60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page .policy .message figure {
    margin-left: 0;
  }
}
#page .policy .message .txt_wrap p {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page .policy .message .txt_wrap p {
    font-size: 14px;
  }
}
#page .policy .action {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  #page .policy .action {
    padding: 60px 0;
  }
}
#page .policy .action .lead {
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page .policy .action .lead {
    font-size: 14px;
  }
}
#page .policy .action ul li {
  background: #e6f4ff;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  #page .policy .action ul li {
    padding: 20px 20px 20px 30px;
  }
}
#page .policy .action ul li .num {
  color: #2d73bc;
  position: absolute;
  left: 10px;
  top: 10px;
}
#page .policy .action ul li .txt {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #page .policy .action ul li .txt {
    font-size: 14px;
  }
}
#page .policy .priority {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  #page .policy .priority {
    padding: 60px 0;
  }
}
#page .policy .priority .lead {
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page .policy .priority .lead {
    font-size: 14px;
  }
}
#page .policy .priority .flex {
  justify-content: space-between;
}
#page .policy .priority .flex ul {
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  #page .policy .priority .flex ul {
    width: 100%;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
#page .policy .priority .flex ul li {
  background: #e6f4ff;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  #page .policy .priority .flex ul li {
    padding: 20px;
  }
}
#page .policy .priority .flex ul li:last-child {
  margin-bottom: 0;
}
#page .policy .priority .flex ul li .num {
  color: #2d73bc;
  position: absolute;
  left: 10px;
  top: 10px;
}
#page .policy .priority .flex ul li .txt {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #page .policy .priority .flex ul li .txt {
    font-size: 14px;
  }
}
#page .action .egs {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  #page .action .egs {
    padding: 50px 0;
  }
}
#page .action .egs .flex {
  justify-content: space-between;
  align-items: first baseline;
}
#page .action .egs .flex li {
  width: calc(33.3333333% - 10px);
  padding: 30px;
  box-sizing: border-box;
  background: #e6f4ff;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  #page .action .egs .flex li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
}
#page .action .egs .flex li h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #page .action .egs .flex li h3 {
    font-size: 22px;
  }
}
#page .action .egs .flex li h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 1em 0;
  color: #2d73bc;
}
@media screen and (max-width: 767px) {
  #page .action .egs .flex li h4 {
    font-size: 19px;
  }
}
#page .action .egs .flex li figure {
  text-align: center;
  min-height: 124px;
}
#page .action .egs .flex li .txt {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #page .action .egs .flex li .txt {
    font-size: 14px;
  }
}
#page .action .social {
  background: #e6f4ff;
  padding: 90px 0;
  /* タブメニュー */
  /* is-activeがついている時のスタイル */
  /* タブパネル */
  /* is-showがついている時のスタイル */
}
@media screen and (max-width: 767px) {
  #page .action .social {
    padding: 50px 0;
  }
}
#page .action .social .tab__menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 50px;
  padding: 0;
  margin: 0;
}
#page .action .social .tab__menu-item {
  list-style: none;
  width: calc(33.3333333% - 5px);
  box-sizing: border-box;
  padding: 10px 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: #cdcdcd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__menu-item {
    font-size: 16px;
  }
}
#page .action .social .tab__menu-item.is-active {
  background-color: #2d73bc;
  color: #ffffff;
  position: relative;
}
#page .action .social .tab__menu-item.is-active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #2d73bc;
}
#page .action .social .tab__panel {
  width: 100%;
}
#page .action .social .tab__panel-box {
  min-height: 400px;
  padding: 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box {
    padding: 25px;
  }
}
#page .action .social .tab__panel-box .box01 {
  margin-bottom: 50px;
}
#page .action .social .tab__panel-box .box01 h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1em;
  color: #2d73bc;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .box01 h3 {
    text-align: center;
    font-size: 18px;
  }
}
#page .action .social .tab__panel-box .box01 .flex {
  justify-content: space-between;
  align-items: center;
}
#page .action .social .tab__panel-box .box01 .flex .cont {
  width: calc(65% - 10px);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .box01 .flex .cont {
    width: 100%;
    order: 2;
    font-size: 14px;
  }
}
#page .action .social .tab__panel-box .box01 .flex figure {
  width: calc(35% - 10px);
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .box01 .flex figure {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
#page .action .social .tab__panel-box .box02 {
  margin-bottom: 50px;
}
#page .action .social .tab__panel-box .box02 h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .box02 h4 {
    font-size: 17px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    align-items: baseline;
  }
}
#page .action .social .tab__panel-box .box02 h4::before {
  content: "●";
  color: #2d73bc;
  margin-right: 5px;
  font-size: 16px;
}
#page .action .social .tab__panel-box .box02 h4::after {
  border-top: 1px solid #ececec;
  content: "";
  flex-grow: 1;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .box02 h4::after {
    display: none;
  }
}
#page .action .social .tab__panel-box .box02 small {
  font-size: 12px;
  color: #444444;
  margin-top: 10px;
  line-height: 1.6;
}
#page .action .social .tab__panel-box .box02 .flex {
  justify-content: space-between;
  align-items: center;
}
#page .action .social .tab__panel-box .box02 .flex .cont {
  width: calc(50% - 15px);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .box02 .flex .cont {
    width: 100%;
    order: 2;
    font-size: 14px;
  }
}
#page .action .social .tab__panel-box .box02 .flex figure {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .box02 .flex figure {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
#page .action .social .tab__panel-box .color_box dl {
  padding: 35px;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .color_box dl {
    padding: 20px;
  }
}
#page .action .social .tab__panel-box .color_box dl dt {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .color_box dl dt {
    font-size: 19px;
    display: block;
  }
}
#page .action .social .tab__panel-box .color_box dl dt span {
  font-size: 16px;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .color_box dl dt span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}
#page .action .social .tab__panel-box .color_box dl dd ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
#page .action .social .tab__panel-box .color_box dl dd ul li:last-child {
  margin-bottom: 0;
}
#page .action .social .tab__panel-box .color_box dl dd ul li figure {
  width: calc(23% - 10px);
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .color_box dl dd ul li figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page .action .social .tab__panel-box .color_box dl dd ul li .cont {
  width: calc(77% - 10px);
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .color_box dl dd ul li .cont {
    width: 100%;
  }
}
#page .action .social .tab__panel-box .color_box dl dd ul li .cont .tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .color_box dl dd ul li .cont .txt {
    font-size: 14px;
  }
}
#page .action .social .tab__panel-box .color_box dl.no01 {
  background: #edf2fa;
}
#page .action .social .tab__panel-box .color_box dl.no01 dt::before {
  width: 2px;
  height: 20px;
  background: #2d73bc;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
#page .action .social .tab__panel-box .color_box dl.no02 {
  background: #faedef;
}
#page .action .social .tab__panel-box .color_box dl.no02 dt::before {
  width: 2px;
  height: 20px;
  background: #f63f5b;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
#page .action .social .tab__panel-box .color_box dl.no03 {
  background: #edfaef;
}
#page .action .social .tab__panel-box .color_box dl.no03 dt::before {
  width: 2px;
  height: 20px;
  background: #17ae73;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
#page .action .social .tab__panel-box .color_box dl.no04 {
  background: #fcf5da;
}
#page .action .social .tab__panel-box .color_box dl.no04 dt::before {
  width: 2px;
  height: 20px;
  background: #f7cf31;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
#page .action .social .tab__panel-box .graph .flex {
  justify-content: space-between;
}
#page .action .social .tab__panel-box .graph .flex li {
  padding: 25px;
  border: 1px solid #ececec;
  border-radius: 15px;
  width: calc(33.33333% - 5px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .graph .flex li {
    width: 100%;
  }
}
#page .action .social .tab__panel-box .graph .flex li:first-child, #page .action .social .tab__panel-box .graph .flex li:nth-child(2) {
  width: calc(50% - 5px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .graph .flex li:first-child, #page .action .social .tab__panel-box .graph .flex li:nth-child(2) {
    width: 100%;
    display: block;
  }
}
#page .action .social .tab__panel-box .graph .flex li:first-child h5, #page .action .social .tab__panel-box .graph .flex li:nth-child(2) h5 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .graph .flex li:first-child h5, #page .action .social .tab__panel-box .graph .flex li:nth-child(2) h5 {
    text-align: center;
  }
}
#page .action .social .tab__panel-box .graph .flex li h5 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#page .action .social .tab__panel-box .graph .flex li small {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  #page .action .social .tab__panel-box .graph .flex li small {
    margin-top: 1em;
  }
}
#page .action .social .tab__panel-box .graph .flex li figure {
  text-align: center;
}
#page .action .social .tab__panel-box001 {
  display: none;
}
#page .action .social .tab__panel-box002 {
  display: none;
}
#page .action .social .tab__panel-box003 {
  display: none;
}
#page .action .social .tab__panel-box.is-show {
  display: block;
}/*# sourceMappingURL=style.css.map */