@charset "UTF-8";
.mv {
  background-image: url(../img/csr_mv.jpg); }
  @media screen and (max-width: 768px) {
    .mv {
      background-position: top right 30%; } }

ul.nav {
  display: flex;
  justify-content: center; }
  ul.nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin: 5px 0 18px;
    padding: 0 3.5%; }
    ul.nav li:not(:nth-last-of-type(1)) {
      border-right: 1px solid #bdbdbd; }
    ul.nav li.act {
      position: relative; }
      ul.nav li.act::after {
        content: '';
        width: 110px;
        height: 13px;
        background: url(../img/ttl_act.gif) no-repeat center bottom/cover;
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%); }
    ul.nav li a, ul.nav li span {
      font-size: 18px;
      line-height: 1; }
    ul.nav li a {
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      ul.nav li a:hover {
        color: #e72a48; }

section .inner {
  max-width: 850px; }
  section .inner h2 {
    margin-bottom: 55px; }
    @media screen and (max-width: 768px) {
      section .inner h2 {
        margin-bottom: 24px; } }
  section .inner h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      section .inner h3 {
        margin-bottom: 18px;
        padding-bottom: 15px;
        font-size: 18px; } }
    section .inner h3::after {
      content: '・・・・・・・・・・・・・・・・・・・・・・・・・';
      line-height: 1;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      opacity: .3; }
  section .inner p.lead {
    max-width: 580px;
    width: 100%;
    margin: 0 auto 25px;
    line-height: 2;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      section .inner p.lead {
        line-height: 1.6;
        margin: 0 auto 16px; } }
section.sec01 {
  margin-bottom: 55px;
  padding-top: 55px;
  background: url(../img/top_frame.gif) no-repeat center top/contain; }
  @media screen and (max-width: 768px) {
    section.sec01 {
      padding-top: 0;
      background: none; } }
  section.sec01 img {
    margin-bottom: 40px;
    border-radius: 20px; }
    @media screen and (max-width: 768px) {
      section.sec01 img {
        margin-bottom: 18px;
        border-radius: 10px; } }
  section.sec01 .initiative {
    padding: 5% 6%;
    border-radius: 20px;
    background-color: #eff5d3; }
    @media screen and (max-width: 768px) {
      section.sec01 .initiative {
        padding: 5% 3.5%;
        border-radius: 10px; } }
    section.sec01 .initiative dl {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      section.sec01 .initiative dl:not(:nth-last-of-type(1)) {
        margin-bottom: 35px; }
        @media screen and (max-width: 768px) {
          section.sec01 .initiative dl:not(:nth-last-of-type(1)) {
            margin-bottom: 24px; } }
      section.sec01 .initiative dl dt {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 35px;
        border: 1px solid #75b827;
          border-radius: 20px;
        background-color: transparent;
        font-size: 18px;
        color: #75b827; }
        @media screen and (max-width: 768px) {
          section.sec01 .initiative dl dt {
            margin-bottom: 5px; } }
      section.sec01 .initiative dl dd {
        width: calc(100% - 175px); }
        @media screen and (max-width: 768px) {
          section.sec01 .initiative dl dd {
            width: 100%; } }
        section.sec01 .initiative dl dd p {
          line-height: 1.8; }
          section.sec01 .initiative dl dd p:nth-of-type(1) {
            margin-bottom: 5px;
            font-weight: bold; }
section.sec02 h2 {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    section.sec02 h2 {
      margin-bottom: 22px; } }
section.sec02 .norm {
  padding: 5% 10%;
  border-radius: 20px;
  background-color: #eff5d3; }
  @media screen and (max-width: 768px) {
    section.sec02 .norm {
      padding: 5% 3.5%;
      border-radius: 10px; } }
  section.sec02 .norm dl {
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      section.sec02 .norm dl {
        margin-bottom: 18px; } }
    section.sec02 .norm dl dt {
      margin-bottom: 5px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.sec02 .norm dl dt {
          padding-left: 18px;
          text-indent: -18px;
          line-height: 1.4; } }
    section.sec02 .norm dl dd {
      padding-left: 5%;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        section.sec02 .norm dl dd {
          padding-left: 8%;
          line-height: 1.6; } }

/*# sourceMappingURL=style_csr.css.map */
