@charset "UTF-8";
/*--------------------------
Cover
---------------------------*/
section.cover {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/environment/cover.jpg");
  background-size: cover;
  background-position: center; }

/*--------------------------
Environment
---------------------------*/
body.environment section.intro {
  padding: 70px 0 60px; }
  @media only screen and (max-width: 768px) {
    body.environment section.intro {
      padding: 50px 0; } }
  body.environment section.intro p {
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      body.environment section.intro p {
        font-size: 4.2vw;
        line-height: 2.0em;
        padding: 0 5%; } }

body.environment .gradwrap::after {
  top: 120px; }
  @media only screen and (max-width: 768px) {
    body.environment .gradwrap::after {
      top: 20vw; } }

body.environment section.section01 {
  padding: 0 0 60px; }
  @media only screen and (max-width: 768px) {
    body.environment section.section01 {
      padding: 0 0 50px; } }
  body.environment section.section01 .pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      body.environment section.section01 .pages {
        display: block;
        width: 90%;
        margin: 0 auto; } }
    body.environment section.section01 .pages li {
      width: 350px;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 0px 30px 0px rgba(4, 11, 0, 0.12);
      box-shadow: 0px 0px 30px 0px rgba(4, 11, 0, 0.12); }
      body.environment section.section01 .pages li + li {
        margin-left: 25px; }
      body.environment section.section01 .pages li a {
        display: block;
        height: 100%; }
      @media only screen and (max-width: 768px) {
        body.environment section.section01 .pages li {
          width: 100%; }
          body.environment section.section01 .pages li + li {
            margin: 30px 0 0; }
          body.environment section.section01 .pages li .photo img {
            width: 100%; } }
      body.environment section.section01 .pages li .text {
        padding: 30px; }
        body.environment section.section01 .pages li .text .tl {
          font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
          font-size: 2.4rem;
          line-height: 1.0em;
          font-weight: 500;
          color: #00954d; }
          body.environment section.section01 .pages li .text .tl span {
            display: inline-block;
            position: relative;
            padding-right: 15px; }
            body.environment section.section01 .pages li .text .tl span::after {
              display: block;
              content: "";
              background-image: url("/wp-content/themes/mitsuibf-theme/images/environment/index/menu-arrow.png");
              width: 5px;
              height: 10px;
              position: absolute;
              top: calc(50% - 5px);
              right: 0; }
        body.environment section.section01 .pages li .text .desc {
          font-size: 1.5rem;
          line-height: 1.7em;
          margin-top: 20px; }
        body.environment section.section01 .pages li .text img {
          margin-top: 15px; }
        @media only screen and (max-width: 768px) {
          body.environment section.section01 .pages li .text {
            padding: 7.0vw; }
            body.environment section.section01 .pages li .text .tl {
              font-size: 6.0vw; }
            body.environment section.section01 .pages li .text .desc {
              font-size: 3.4vw;
              margin-top: 4.0vw; } }

body.environment section.section02 {
  padding: 0 0 80px; }
  body.environment section.section02 .intro {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8em; }
    @media only screen and (max-width: 768px) {
      body.environment section.section02 .intro {
        padding: 0 5%;
        font-size: 4.2vw; } }
  body.environment section.section02 .sdgsbox {
    width: 1060px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 4px solid #d0f0ea;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px; }
    body.environment section.section02 .sdgsbox .text {
      width: calc(100% - 304px);
      padding-right: 40px; }
      body.environment section.section02 .sdgsbox .text p {
        line-height: 1.8em;
        margin-top: 15px; }
      body.environment section.section02 .sdgsbox .text .tl {
        color: #0db984;
        font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 1.0em;
        border-bottom: 1px dotted #0db984;
        padding-bottom: 10px;
        margin-top: 0; }
    body.environment section.section02 .sdgsbox .image {
      width: 304px; }
    @media only screen and (max-width: 768px) {
      body.environment section.section02 .sdgsbox {
        width: 90%;
        margin: 30px auto 0;
        padding: 6vw;
        display: block; }
        body.environment section.section02 .sdgsbox .text {
          width: 100%;
          padding-right: 0; }
        body.environment section.section02 .sdgsbox .image {
          width: 100%;
          margin-top: 20px; } }

/*--------------------------
Certification
---------------------------*/
body.certification section.intro {
  padding: 70px 0 60px; }
  @media only screen and (max-width: 768px) {
    body.certification section.intro {
      padding: 50px 0; } }
  body.certification section.intro p {
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      body.certification section.intro p {
        font-size: 4.2vw;
        line-height: 2.0em;
        padding: 0 5%; } }

body.certification section.section01 {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-green-dot.png");
  background-repeat: repeat;
  padding: 70px 0; }
  @media only screen and (max-width: 768px) {
    body.certification section.section01 {
      padding: 50px 0; } }
  body.certification section.section01 h2 span {
    background-color: #f9fefc;
    background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-green-dot.png");
    background-repeat: repeat; }
  body.certification section.section01 > p {
    width: 1100px;
    margin: 40px auto 0;
    line-height: 1.8em; }
    body.certification section.section01 > p + p {
      margin-top: 1.0em; }
    body.certification section.section01 > p a {
      color: #00954d;
      text-decoration: underline; }
      body.certification section.section01 > p a::after {
        display: inline-block;
        content: "";
        background-image: url("/wp-content/themes/mitsuibf-theme/images/common/icon-extlink.png");
        background-size: contain;
        width: 14px;
        height: 12px;
        margin: 0 5px; }
    @media only screen and (max-width: 768px) {
      body.certification section.section01 > p {
        width: 100%;
        padding: 0 5%;
        margin-top: 30px; } }
  body.certification section.section01 .columnbox {
    width: 1060px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.certification section.section01 .columnbox .box {
      width: 515px; }
      body.certification section.section01 .columnbox .box + .box {
        margin-left: 30px; }
      body.certification section.section01 .columnbox .box p {
        font-size: 1.4rem;
        margin-top: 15px;
        text-align: center; }
    @media only screen and (max-width: 768px) {
      body.certification section.section01 .columnbox {
        width: 90%;
        display: block; }
        body.certification section.section01 .columnbox .box {
          width: 100%; }
          body.certification section.section01 .columnbox .box + .box {
            margin: 30px 0 0; }
          body.certification section.section01 .columnbox .box p {
            margin-top: 10px; } }
  body.certification section.section01 .linkbox {
    width: 1100px;
    margin: 50px auto 0;
    padding: 40px 0;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      body.certification section.section01 .linkbox {
        width: 90%;
        display: block; } }
    body.certification section.section01 .linkbox .box {
      text-align: center; }
      body.certification section.section01 .linkbox .box + .box {
        margin-left: 50px; }
      body.certification section.section01 .linkbox .box p {
        margin-bottom: 15px;
        text-align: center;
        font-size: 1.3rem; }
      body.certification section.section01 .linkbox .box .button {
        display: block;
        width: 266px;
        height: 80px;
        border: 1px solid #00954d;
        color: #00954d;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 13, 7, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(0, 13, 7, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        body.certification section.section01 .linkbox .box .button span {
          display: inline-block; }
          body.certification section.section01 .linkbox .box .button span::after {
            display: inline-block;
            content: "";
            background-image: url("/wp-content/themes/mitsuibf-theme/images/common/icon-pdf.png");
            width: 15px;
            height: 20px;
            background-size: contain;
            margin-left: 5px;
            vertical-align: bottom; }
        body.certification section.section01 .linkbox .box .button.disable {
          opacity: 0.5;
          pointer-events: none; }
      @media only screen and (max-width: 768px) {
        body.certification section.section01 .linkbox .box + .box {
          margin: 30px 0 0; }
        body.certification section.section01 .linkbox .box .button {
          margin: 0 auto;
          height: 70px; } }

body.certification section.section02 {
  padding: 70px 0; }
  body.certification section.section02 p {
    width: 1100px;
    margin: 40px auto 0;
    line-height: 1.8em; }
  body.certification section.section02 .imgbox {
    width: 1060px;
    margin: 30px auto 0;
    border: 4px solid #d0f0ea;
    border-radius: 10px;
    padding: 35px 0;
    text-align: center; }
  @media only screen and (max-width: 768px) {
    body.certification section.section02 {
      padding: 50px 0; }
      body.certification section.section02 p {
        width: 100%;
        padding: 0 5%;
        margin: 30px auto 0; }
      body.certification section.section02 .imgbox {
        width: 90%;
        padding: 30px 5%; } }

body.certification section.section03 {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-pink-dot.png");
  background-repeat: repeat;
  padding: 70px 0 80px; }
  @media only screen and (max-width: 768px) {
    body.certification section.section03 {
      padding: 50px 0 80px; } }
  body.certification section.section03 h2 span {
    background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-pink-dot.png");
    background-repeat: repeat; }
  body.certification section.section03 .columnbox {
    width: 1060px;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      body.certification section.section03 .columnbox {
        width: 90%;
        margin: 40px auto 0;
        display: block; } }
    body.certification section.section03 .columnbox .list {
      width: calc(100% - 500px); }
      @media only screen and (max-width: 768px) {
        body.certification section.section03 .columnbox .list {
          width: 100%; } }
      body.certification section.section03 .columnbox .list p {
        font-size: 2.0rem;
        line-height: 1.0em; }
        body.certification section.section03 .columnbox .list p .year {
          display: inline-block;
          font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', -apple-system, BlinkMacSystemFont, Meiryo, Arial, sans-serif;
          font-weight: bold;
          color: #00954d;
          position: relative;
          padding-right: 70px; }
          body.certification section.section03 .columnbox .list p .year::after {
            content: "";
            display: block;
            width: 50px;
            height: 1px;
            position: absolute;
            background-color: #00954d;
            top: calc(50% - 1px);
            right: 10px; }
        body.certification section.section03 .columnbox .list p + p {
          margin-top: 15px; }
        @media only screen and (max-width: 768px) {
          body.certification section.section03 .columnbox .list p {
            font-size: 4.8vw; }
            body.certification section.section03 .columnbox .list p .year {
              padding-right: 15vw; }
              body.certification section.section03 .columnbox .list p .year::after {
                width: 10.0vw; } }
      body.certification section.section03 .columnbox .list ul {
        font-size: 1.4rem;
        line-height: 1.5em;
        margin-top: 30px; }
        body.certification section.section03 .columnbox .list ul li {
          position: relative;
          padding-left: 5.0em; }
          body.certification section.section03 .columnbox .list ul li span {
            position: absolute;
            top: 0;
            left: 0; }
          body.certification section.section03 .columnbox .list ul li + li {
            margin-top: 5px; }
          body.certification section.section03 .columnbox .list ul li:last-child {
            font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', -apple-system, BlinkMacSystemFont, Meiryo, Arial, sans-serif;
            font-weight: bold; }
        @media only screen and (max-width: 768px) {
          body.certification section.section03 .columnbox .list ul {
            font-size: 3.6vw; } }
    body.certification section.section03 .columnbox .marks {
      width: 500px;
      background-color: #ffffff;
      border: 4px solid #fdf2e0;
      border-radius: 10px;
      padding: 20px 0;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        body.certification section.section03 .columnbox .marks {
          width: 100%;
          padding: 6vw;
          margin-top: 10vw; } }

/*--------------------------
Education
---------------------------*/
body.education section.intro {
  padding: 70px 0 60px; }
  @media only screen and (max-width: 768px) {
    body.education section.intro {
      padding: 50px 0; } }
  body.education section.intro p {
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      body.education section.intro p {
        font-size: 4.2vw;
        line-height: 2.0em;
        padding: 0 5%; } }

body.education h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2.4rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #00954d;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    body.education h3 {
      font-size: 6.0vw; } }

body.education .expbox {
  margin: 50px auto 0;
  padding: 40px;
  border: 4px solid #d0f0ea;
  border-radius: 10px;
  background-color: #ffffff;
  width: 800px; }
  @media only screen and (max-width: 768px) {
    body.education .expbox {
      width: 90%;
      margin: 40px auto 0;
      padding: 6.0vw; }
      body.education .expbox h3 {
        padding: 10px 0; } }
  body.education .expbox table {
    width: 100%;
    margin-top: 20px; }
    body.education .expbox table tr th {
      border-bottom: 2px solid #93dbb7;
      font-weight: normal;
      padding: 10px 15px;
      vertical-align: middle; }
    body.education .expbox table tr td {
      border-bottom: 2px solid #eeeeee;
      padding: 10px 15px;
      line-height: 1.7em; }
      body.education .expbox table tr td .att {
        color: #e60000;
        margin-left: 1.0em; }
    @media only screen and (max-width: 768px) {
      body.education .expbox table {
        display: block;
        margin-top: 0; }
        body.education .expbox table tr {
          display: block; }
          body.education .expbox table tr th {
            display: block;
            padding: 5px 10px;
            margin-top: 10px; }
          body.education .expbox table tr td {
            display: block;
            border: none;
            padding: 5px 10px;
            font-size: 3.4vw;
            line-height: 1.6em; } }
  body.education .expbox .notes {
    margin-top: 30px;
    color: #595959;
    font-size: 1.4rem;
    position: relative;
    padding-left: 1.5em; }
    body.education .expbox .notes::before {
      content: "※";
      display: block;
      top: 0;
      left: 0;
      position: absolute; }
    body.education .expbox .notes + .notes {
      margin-top: 0.5em; }
    @media only screen and (max-width: 768px) {
      body.education .expbox .notes {
        font-size: 3.2vw;
        line-height: 1.5em; } }

body.education .buttonarea {
  text-align: center;
  margin-top: 50px; }
  body.education .buttonarea .button {
    width: 300px;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    background-color: #00954d;
    color: #ffffff;
    padding: 18px 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 13, 7, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 13, 7, 0.15); }
    body.education .buttonarea .button::after {
      content: "";
      background-image: url("/wp-content/themes/mitsuibf-theme/images/environment/education/button-arrow_pc.png");
      width: 4px;
      height: 8px;
      position: absolute;
      top: calc(50% - 4px);
      right: 15px; }
    body.education .buttonarea .button + .button {
      margin-left: 30px; }
  @media only screen and (max-width: 768px) {
    body.education .buttonarea {
      margin-top: 40px; }
      body.education .buttonarea .button {
        width: 85%;
        font-size: 4.0vw; }
        body.education .buttonarea .button + .button {
          margin: 20px 0 0 0; } }

body.education section.section01 {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-green-dot.png");
  background-repeat: repeat;
  padding: 70px 0; }
  @media only screen and (max-width: 768px) {
    body.education section.section01 {
      padding: 50px 0; } }
  body.education section.section01 h2 span {
    background-color: #f9fefc;
    background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-green-dot.png");
    background-repeat: repeat; }
  body.education section.section01 > p {
    text-align: center;
    line-height: 1.8em;
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      body.education section.section01 > p {
        padding: 0 5%;
        margin-top: 30px; } }
  body.education section.section01 > h3 {
    margin-top: 40px; }
  body.education section.section01 .menulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px; }
    body.education section.section01 .menulist li {
      width: 330px; }
      body.education section.section01 .menulist li .tl {
        font-size: 2.0rem;
        line-height: 1.0em;
        text-align: center;
        margin-top: 15px; }
      body.education section.section01 .menulist li .desc {
        font-size: 1.4rem;
        line-height: 1.5em;
        margin-top: 10px; }
      body.education section.section01 .menulist li + li {
        margin-left: 32px; }
    @media only screen and (max-width: 768px) {
      body.education section.section01 .menulist {
        display: block; }
        body.education section.section01 .menulist li {
          display: block;
          margin: 0 auto; }
          body.education section.section01 .menulist li .tl {
            font-size: 5.0vw; }
          body.education section.section01 .menulist li .desc {
            font-size: 3.6vw; }
          body.education section.section01 .menulist li + li {
            margin: 30px auto 0; } }

body.education section.section02 {
  padding: 70px 0 80px;
  background-color: #fffdf6; }
  body.education section.section02 h2 span {
    background-color: #fffdf6; }
  body.education section.section02 > p {
    text-align: center;
    line-height: 1.8em;
    margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    body.education section.section02 {
      padding: 50px 0; }
      body.education section.section02 > p {
        margin-top: 30px;
        padding: 0 5%; } }
  body.education section.section02 .column {
    width: 1060px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0; }
    @media only screen and (max-width: 768px) {
      body.education section.section02 .column {
        width: 90%;
        display: block; }
        body.education section.section02 .column img + img {
          margin-top: 10px; } }
body.education section.section02 h3 br {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.education section.section02 h3 br {
    display: block;
  }
}
body.education section.section02 .expbox {
  margin-bottom: 50px;
  border-color: #F3D5C7;
}
body.education section.section02 .expbox table tr th {
  border-bottom-color: #D1A590;
}
@media only screen and (max-width: 768px) {
  body.education section.section02 .expbox {
    margin-bottom: 40px;
  }
}
body.education section.section02 .voice {
  margin-top: 40px;
}
body.education section.section02 .voice h4 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2rem;
  line-height: 1.0em;
  font-weight: 500;
  color: #00954d;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.education section.section02 .voice h4 {
    font-size: 5.0vw;
  }
}
body.education section.section02 .voice-box {
  height: 100%;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
body.education section.section02 .voice-box__text {
  line-height: 1.8em;
  font-size: 1.5rem;
}
body.education section.section02 .voice-box__from {
  margin-top: 12px;
  text-align: right;
  line-height: 1.8em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body.education section.section02 .voice-box__text {
    font-size: 3.2vw;
  }
  body.education section.section02 .voice-box__from {
    font-size: 3.6vw;
  }
}
.swiper_education {
  position: relative;
  display: block;
  max-width: 1100px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 768px) {
  .swiper_education {
    padding: 0 5%;
  }
}
.swiper_education .swiper {
  margin-top: 8px;
  padding: 20px 0;
}
.swiper_education .swiper-wrapper {
  width: 100%;
}
.swiper_education .swiper-slide {
  width: 50%;
  height: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .swiper_education .swiper-slide {
    width: 100%;
    padding: 0 2%;
  }
}
.swiper_education .swiper-pagination.swiper-pagination-bullets {
  bottom: -28px;
}
.swiper_education .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper_education .swiper-pagination-bullet-active {
  background: #764617;
}
.swiper_education [class^="swiper-button-"] {
  width: 18.5px;
  height: 36px;
  margin-top: -18px;
  color: #764617;
}
.swiper_education .swiper-button-prev {
  left: 5px;
}
.swiper_education .swiper-button-next {
  right: 5px;
}
.swiper_education [class^="swiper-button-"]::before,
.swiper_education [class^="swiper-button-"]::after {
  font-size: 36px;
}
@media only screen and (max-width: 480px) {
  .swiper_education [class^="swiper-button-"] {
    width: 16px;
    height: 30px;
    margin-top: -15px;
  } 
  .swiper_education .swiper-button-prev {
    left: 15px;
  }
  .swiper_education .swiper-button-next {
    right: 15px;
  }
  .swiper_education [class^="swiper-button-"]::before,
  .swiper_education [class^="swiper-button-"]::after {
    font-size: 30px;
  }
}

body.education section.section03 {
  padding: 70px 0 80px; }
  @media only screen and (max-width: 768px) {
    body.education section.section03 {
      padding: 50px 0 80px; } }
  body.education section.section03 .linebox {
    width: 870px;
    border: 2px solid #ffedad;
    border-radius: 10px;
    margin: 0 auto;
    padding: 25px;
    background-image: url("/wp-content/themes/mitsuibf-theme/images/environment/education/sec03-img01.png");
    background-position: calc(100% - 25px) calc(100% - 25px); }
    body.education section.section03 .linebox h2 {
      font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', -apple-system, BlinkMacSystemFont, Meiryo, Arial, sans-serif;
      font-size: 2.0rem;
      font-weight: bold;
      color: #00954d;
      text-align: center;
      line-height: 1.3em; }
      body.education section.section03 .linebox h2 .sub {
        font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese Light', Meiryo, Arial, sans-serif;
        font-size: 1.4rem;
        font-weight: normal; }
    @media only screen and (max-width: 768px) {
      body.education section.section03 .linebox {
        width: 90%;
        padding: 6vw 6vw 170px 6vw;
        background-position: calc(100% - 20px) calc(100% - 20px); }
        body.education section.section03 .linebox h2 {
          font-size: 5.6vw; }
          body.education section.section03 .linebox h2 .sub {
            font-size: 3.4vw; } }
    body.education section.section03 .linebox .columnbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.education section.section03 .linebox .columnbox table {
        margin-top: 20px;
        border-right: 1px dotted #eaeaea; }
        body.education section.section03 .linebox .columnbox table tr {
          font-size: 1.5rem;
          line-height: 1.6em; }
          body.education section.section03 .linebox .columnbox table tr th {
            color: #67421b;
            font-weight: normal;
            padding: 5px; }
          body.education section.section03 .linebox .columnbox table tr td {
            padding: 5px;
            padding-right: 30px; }
        body.education section.section03 .linebox .columnbox table + table {
          border-right: none;
          margin-left: 30px; }
      @media only screen and (max-width: 768px) {
        body.education section.section03 .linebox .columnbox {
          display: block; }
          body.education section.section03 .linebox .columnbox table {
            border: none; }
            body.education section.section03 .linebox .columnbox table tr {
              font-size: 3.4vw; }
              body.education section.section03 .linebox .columnbox table tr th {
                width: 7.0em; }
              body.education section.section03 .linebox .columnbox table tr td {
                padding-right: 0; }
            body.education section.section03 .linebox .columnbox table + table {
              margin: 0; } }

/*--------------------------
Performance
---------------------------*/
body.performance {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-green-dot2.png");
  background-repeat: repeat; }
  body.performance .wrap {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 70px 0 80px; }
    @media only screen and (max-width: 768px) {
      body.performance .wrap {
        width: 100%;
        display: block;
        padding: 30px 5% 80px; } }
  body.performance section.main .contents {
    width: 800px;
    padding: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
    body.performance section.main .contents .date {
      font-family: 'Roboto', sans-serif;
      font-size: 1.3rem;
      line-height: 1.0em; }
    body.performance section.main .contents h1 {
      font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', -apple-system, BlinkMacSystemFont, Meiryo, Arial, sans-serif;
      font-weight: bold;
      color: #00954d;
      font-size: 1.8rem;
      line-height: 1.8em;
      padding: 0; }
    body.performance section.main .contents .context p {
      line-height: 1.6em;
      margin-top: 1.0em; }
      body.performance section.main .contents .context p img + img {
        margin-left: 10px; }
        @media only screen and (max-width: 768px) {
          body.performance section.main .contents .context p img + img {
            margin-left: 0;
            margin-top: 20px; } }
    body.performance section.main .contents .context table {
      border-collapse: collapse;
      width: 100%;
      margin: 20px auto 0; }
      body.performance section.main .contents .context table th, body.performance section.main .contents .context table td {
        border: 1px solid #4c4c4c;
        padding: 10px;
        line-height: 1.4; }
    body.performance section.main .contents .context ul {
      margin-top: 1.0em;
      margin-left: 20px;
      line-height: 1.7; }
      body.performance section.main .contents .context ul li {
        list-style-type: disc; }
    body.performance section.main .contents .context ol {
      margin-top: 1.0em;
      margin-left: 20px;
      line-height: 1.7; }
      body.performance section.main .contents .context ol li {
        list-style-type: decimal; }
    body.performance section.main .contents .context img.aligncenter {
      display: block;
      margin: 0 auto; }
    body.performance section.main .contents + .contents {
      margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      body.performance section.main .contents {
        width: 100%;
        padding: 6vw; }
        body.performance section.main .contents .date {
          font-size: 3.2vw; }
        body.performance section.main .contents h1 {
          font-size: 4.2vw;
          line-height: 1.4em;
          margin-top: 10px; }
        body.performance section.main .contents .photocolumn {
          display: block; }
          body.performance section.main .contents .photocolumn img + img {
            margin-top: 15px; }
        body.performance section.main .contents .context {
          font-size: 3.8vw; } }
  body.performance section.archive {
    width: 260px; }
    body.performance section.archive .arcwrap {
      position: -webkit-sticky;
      position: sticky;
      top: 100px; }
    body.performance section.archive h2 {
      font-family: Roboto, sans-serif;
      font-size: 1.6rem;
      line-height: 1.0em;
      padding: 10px 10px 10px 18px;
      border-bottom: 1px solid #cccccc;
      position: relative; }
      body.performance section.archive h2::before {
        content: "";
        display: block;
        width: 5px;
        height: 16px;
        background-color: #00954d;
        position: absolute;
        left: 5px; }
    body.performance section.archive ul li {
      font-size: 1.3rem;
      line-height: 1.0em;
      padding: 10px;
      border-bottom: 1px solid #cccccc; }
      body.performance section.archive ul li a {
        color: #00954d; }
        body.performance section.archive ul li a.active {
          font-weight: bold; }
    @media only screen and (max-width: 768px) {
      body.performance section.archive {
        width: 100%;
        margin-top: 40px; }
        body.performance section.archive .arcwrap {
          position: relative;
          top: 0; }
        body.performance section.archive h2 {
          font-size: 4.8vw; }
        body.performance section.archive ul li {
          font-size: 3.6vw;
          padding: 15px 10px; } }
