@charset "UTF-8";
/* Scss Document */
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, caption, tfoot, thead, th, 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; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

ol li, ul li {
  list-style: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden; }

.f_min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.t_l {
  text-align: left !important; }

.t_c {
  text-align: center !important; }

.t_r {
  text-align: right !important; }

.ml10 {
  margin-left: 10px !important; }

@media screen and (max-width: 480px) {
  .pc_only {
    display: none; } }
@media screen and (min-width: 480px) {
  .sp_only {
    display: none; } }
html {
  font-size: 62.5%; }

body {
  line-height: 1;
  font-size: 15px;
  font-size: 1.45rem;
  font-family:  "メイリオ","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #221815; }

p {
  margin-bottom: 1rem;
  line-height: 1.8em; }
  p:last-child {
    margin-bottom: 0 !important; }

figure img {
  width: 100%; }

header {
  width: 100%;
  border-top: #e60012 solid 3px; }
  header div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    width: 950px;
    height: 97px;
    margin: 0 auto; }
    header div figure {
      margin-right: 32px; }
    header div p {
      margin-bottom: 0; }
      header div p:first-of-type {
        color: #818181;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1.2em;
        margin-right: auto; }
      header div p:last-of-type {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.3em;
        margin-right: 15px; }

footer {
  background: #e60012;
  width: 100%;
  height: 32px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: .4em 0; }

section {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
  background: url(images/sec_bg.jpg) no-repeat center bottom;
  background-size: 100% auto; }
  section h2 {
    padding-top: 10px;
    font-size: 35px;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    section h2:before, section h2:after {
      display: block;
      content: '';
      background: #e60012;
      flex-grow: 1;
      height: 5px; }
    section h2:before {
      margin-right: 20px; }
    section h2:after {
      margin-left: 20px; }
  section article {
    width: 950px;
    margin: 0 auto 50px; }
    section article h3 {
      font-size: 18px;
      font-size: 1.8rem; }
  section#info {
    width: 950px;
    margin: 0 auto 30px;
    background: none; }
    section#info article {
      margin: 10px 80px 0;
      background: #ededed;
      padding: 18px 35px 25px;
      width: auto; }
      section#info article h2 {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 22px;
        font-size: 2.2rem;
        text-align: left;
        border-bottom: #e60012 solid 2px;
        padding-bottom: 8px;
        margin-bottom: 15px; }
        section#info article h2:before, section#info article h2:after {
          display: none; }
      section#info article iframe {
        height: 160px; }
		
/* 経営方針 */
section#sec_00 dl {
width: 600px;
margin: 0 auto;
font-size: 20px;
line-height: 1.4;
display: flex;
flex-wrap: wrap;
margin-top: 60px;
}
section#sec_00 dl dt {
width: 100px;
margin-bottom: 30px;
}
section#sec_00 dl dd {
width: 500px;
margin-bottom: 30px;
}



  section#sec_01 {
    border-top: #e60012 solid 5px;
    background: url(images/sec_01.jpg) no-repeat center top;
    background-size: auto 100%;
    padding: 20px 0 0; }
    section#sec_01 article {
      text-align: center;
      background: rgba(255, 255, 255, 0.7);
      padding: 25px 0 30px; }
      section#sec_01 article h2 {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #000;
        margin-bottom: 30px; }
        section#sec_01 article h2:before, section#sec_01 article h2:after {
          display: none; }
      section#sec_01 article p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2em; }
        section#sec_01 article p.sig {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.5em; }
          section#sec_01 article p.sig span {
            font-size: 16px;
            font-size: 1.6rem; }
 
 section#sec_02 {
    background: none; }
    section#sec_02 article {
      background: #ededed;
      padding: 30px 90px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center; }
      section#sec_02 article > dl {
        width: 520px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section#sec_02 article > dl dt, section#sec_02 article > dl dd {
          line-height: 1.4em;
          padding: 11px 0 0;
          border-bottom: #8a8a8a dotted 1px; }
        section#sec_02 article > dl dt {
          width: 20%; }
          section#sec_02 article > dl dt:first-of-type {
            padding-top: 0; }
        section#sec_02 article > dl dd {
          width: 80%; }
          section#sec_02 article > dl dd:first-of-type {
            padding-top: 0; }
      section#sec_02 article > div {
        width: 225px; }
        section#sec_02 article > div figure {
          margin-bottom: 17px;
          text-align: right;
          font-size: 12px;
          font-size: 1.2rem; }
          section#sec_02 article > div figure img {
            margin-bottom: 3px; }
  
  /*sec_03*/
section#sec_03 article {
    width: 980px; }
    section#sec_03 article:first-of-type {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center; }
      section#sec_03 article:first-of-type .l_clm dl, section#sec_03 article:first-of-type .r_clm dl {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        box-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -o-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
        -webkit-align-content: center;
        -moz-align-content: center;
        align-content: center;
        -ms-flex-line-pack: center; }
        section#sec_03 article:first-of-type .l_clm dl dt, section#sec_03 article:first-of-type .l_clm dl dd, section#sec_03 article:first-of-type .r_clm dl dt, section#sec_03 article:first-of-type .r_clm dl dd {
          line-height: 1.4em; }
      section#sec_03 article:first-of-type .l_clm {
        width: 50%;
		font-size: 13.5px;}
        section#sec_03 article:first-of-type .l_clm dl dt, section#sec_03 article:first-of-type .l_clm dl dd {
          margin-bottom: 20px; }
        section#sec_03 article:first-of-type .l_clm dl dt {
          width: 22%; }
        section#sec_03 article:first-of-type .l_clm dl dd {
          width: 78%; }
        section#sec_03 article:first-of-type .l_clm .ext {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -ms-flex-direction: row;
          -webkit-box-lines: single;
          -moz-box-lines: single;
          box-lines: single;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: justify;
          -webkit-box-align: stretch;
          -moz-box-align: stretch;
          box-align: stretch;
          -webkit-align-items: stretch;
          -moz-align-items: stretch;
          -ms-align-items: stretch;
          -o-align-items: stretch;
          align-items: stretch;
          -ms-flex-align: stretch;
          -webkit-align-content: center;
          -moz-align-content: center;
          align-content: center;
          -ms-flex-line-pack: center; }
          section#sec_03 article:first-of-type .l_clm .ext p {
            width: 40%; }
          section#sec_03 article:first-of-type .l_clm .ext dl {
            width: 58%; }
            section#sec_03 article:first-of-type .l_clm .ext dl dt, section#sec_03 article:first-of-type .l_clm .ext dl dd {
              margin-bottom: 0; }
            section#sec_03 article:first-of-type .l_clm .ext dl dt {
              width: 63%; }
            section#sec_03 article:first-of-type .l_clm .ext dl dd {
              width: 37%; }
      section#sec_03 article:first-of-type .r_clm {
        width: 63%;
		font-size: 13.5px;}
        section#sec_03 article:first-of-type .r_clm dl dt, section#sec_03 article:first-of-type .r_clm dl dd {
          margin-bottom: 35px; }
        section#sec_03 article:first-of-type .r_clm dl dt {
          width: 17%; }
        section#sec_03 article:first-of-type .r_clm dl dd {
          width: 83%; }
          section#sec_03 article:first-of-type .r_clm dl dd:first-of-type ul {
            /*padding-left: 0.7em;*/
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            section#sec_03 article:first-of-type .r_clm dl dd:first-of-type span {
              display: inline-block;
              margin-left: -0.7em;
            }
            section#sec_03 article:first-of-type .r_clm dl dd:first-of-type ul li:nth-child(2n+1) {
              width: 55%; }
            section#sec_03 article:first-of-type .r_clm dl dd:first-of-type ul li:nth-child(2n+2) {
              width: 45%;
              padding-left: 10px; }
          section#sec_03 article:first-of-type .r_clm dl dd ul li span {
            display: inline-block;
            width: 160px; }
        section#sec_03 article:first-of-type .r_clm p {
          text-align: right;
          font-size: 12px;
          font-size: 1.2rem; }
    section#sec_03 article:last-of-type {
      width: 570px;
      margin: 0 auto 60px; }
      section#sec_03 article:last-of-type h3 {
        border-bottom: #333 dotted 1px;
        padding-bottom: 3px;
        margin-bottom: 20px; }
      section#sec_03 article:last-of-type figure {
        text-align: center; }
        section#sec_03 article:last-of-type figure img {
          width: auto;
					margin-top: 10px;}

section#sec_03 article p.lastUpdate {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
	padding-top: 1rem;
}
		
/*sec_04*/
  section#sec_04 article {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
    section#sec_04 article .l_clm h3, section#sec_04 article .r_clm h3 {
      border-bottom: #222 solid 2px;
      padding: 0 5px;
      margin-bottom: 15px; }
    section#sec_04 article .l_clm dl, section#sec_04 article .r_clm dl {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center; }
      section#sec_04 article .l_clm dl dt, section#sec_04 article .l_clm dl dd, section#sec_04 article .r_clm dl dt, section#sec_04 article .r_clm dl dd {
        line-height: 1.4em; }
        section#sec_04 article .l_clm dl dt:first-of-type, section#sec_04 article .l_clm dl dd:first-of-type, section#sec_04 article .r_clm dl dt:first-of-type, section#sec_04 article .r_clm dl dd:first-of-type {
          font-weight: bold;
          border-bottom: #222 dotted 1px;
          margin-bottom: 2px; }
      section#sec_04 article .l_clm dl dt, section#sec_04 article .r_clm dl dt {
        width: 70%; }
        section#sec_04 article .l_clm dl dt.mt, section#sec_04 article .r_clm dl dt.mt {
          margin-top: 20px; }
      section#sec_04 article .l_clm dl dd, section#sec_04 article .r_clm dl dd {
        width: 22%; }
    section#sec_04 article .l_clm {
      width: 44%; }
    section#sec_04 article .r_clm {
      width: 45%; }
  section#sec_05 article {
    text-align: center; }

/*sec_05*/
    section#sec_05 article div {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      margin-bottom: 50px; }
    section#sec_05 article h3 {
      margin-bottom: 30px; }
    section#sec_05 article dl {
      margin: 0 135px;
      line-height: 3rem; }
      section#sec_05 article dl dt {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold; }
      section#sec_05 article dl dd {
        font-size: 16px;
        font-size: 1.6rem;
        border-bottom: #333 dotted 1px;
        margin-bottom: 20px; }
    section#sec_05 article figure {
      width: 100%; }
      section#sec_05 article figure img {
        width: auto; }

/*sec_06*/
section#sec_06 {
	background: none;
}
section#sec_06 article {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	background: #ededed;
	padding: 25px 25px;
	margin-bottom: 0;
	/*gap: 28px;*/
}

section#sec_06 article > div {
	text-align: center;
}

section#sec_06 article > div dl {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	line-height: 1.4em;
	margin-bottom: 15px;
  text-align: left;
}
section#sec_06 article > div dl dt {
	font-weight: bold;
	border-bottom: #222 solid 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

section#sec_06 .sec_06_map {
	display: inline-block;
}

section#sec_06 .sec_06_map img {
	width: auto;
  margin-bottom: 5px;
}

section#sec_06 article > div > div p {
	margin: 0 auto;
	line-height: 1em;
	text-align: right;
	font-size: 11px;
	font-size: 1.1rem;
}

section#sec_06 article > div:nth-of-type(1),
section#sec_06 article > div:nth-of-type(2),
section#sec_06 article > div:nth-of-type(3) {
  margin-bottom: 30px;
}

section#sec_06 article > div:nth-of-type(1) {
	width: 580px;
}
section#sec_06 article > div:nth-of-type(1) > div:first-of-type {
  width: 100%;
	display: flex;
  justify-content: space-between;
  gap: 20px;
}

section#sec_06 article > div:nth-of-type(2) {
  margin-bottom: 30px;
}

section#sec_06 article > div:nth-of-type(1) > div:first-of-type dl {
	flex: 1;
}

section#sec_06 article > div:nth-of-type(3) dd,
section#sec_06 article > div:nth-of-type(4) dd {
  padding-bottom: 1.5em;
}

/*section#sec_06 article {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	background: #ededed;
	padding: 40px 56px;
	margin-bottom: 0;
	gap: 56px;
}

section#sec_06 article > div {
	width: 300px;
}

section#sec_06 article > div dl {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	line-height: 1.4em;
	margin-bottom: 15px;
}
section#sec_06 article > div dl dt {
	font-weight: bold;
	border-bottom: #222 solid 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
section#sec_06 article > div div {
	width: 282px;
	text-align: center;
	margin: 0 auto;
}
section#sec_06 article > div div figure img {
	width: auto;
}
section#sec_06 article > div div p {
	width: 282px;
	margin: 0 auto;
	line-height: 1em;
	text-align: right;
	font-size: 11px;
	font-size: 1.1rem;
}
section#sec_06 article > div div p a {
	text-decoration: none;
}

section#sec_06 article > div:first-of-type {
	width: 480px;
}
section#sec_06 article > div:first-of-type dl {
	display: inline-block;
}
section#sec_06 article > div:first-of-type dl:first-of-type {
	margin: 0 30px 0 0;
	width: 170px; }
section#sec_06 article > div:first-of-type dl:last-of-type {
	width: 270px;
}
section#sec_06 article > div:first-of-type div {
	width: 410px;
}
section#sec_06 article > div:first-of-type div p {
	width: 410px;
}*/
  
  /*sec_07*/
section#sec_07 {
    margin-bottom: 50px; }
    section#sec_07 article {
      padding: 0 55px; }
      section#sec_07 article h3 {
        font-size: 22px;
        font-size: 2.2rem; }
      section#sec_07 article div {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; }
        section#sec_07 article div dl {
          padding-top: 35px;
          margin-bottom: 10px; }
          section#sec_07 article div dl dt, section#sec_07 article div dl dd {
            margin-left: 30px; }
          section#sec_07 article div dl dt {
            font-size: 16px;
            font-size: 1.6rem;
            padding: 2px 0;
            margin-bottom: 3px;
            position: relative;
            font-weight: bold;
            width: auto; }
            section#sec_07 article div dl dt:before {
              display: block;
              position: absolute;
              width: 21px;
              height: 21px;
              top: 0;
              right: 0;
              bottom: 0;
              left: -30px; }
            section#sec_07 article div dl dt:nth-of-type(1):before {
              content: url(images/icon_num_s1.png); }
            section#sec_07 article div dl dt:nth-of-type(2):before {
              content: url(images/icon_num_s2.png); }
            section#sec_07 article div dl dt:nth-of-type(3):before {
              content: url(images/icon_num_s3.png); }
            section#sec_07 article div dl dt a {
              color: #221815; }
          section#sec_07 article div dl dd {
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 25px; }
            section#sec_07 article div dl dd a {
              text-decoration: none;
              font-size: 11px;
              font-size: 1.1rem;
              padding-top: 2px; }
        section#sec_07 article div ol {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -ms-flex-direction: row;
          -webkit-box-lines: single;
          -moz-box-lines: single;
          box-lines: single;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: justify;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          width: 100%;
          font-size: 12px;
          font-size: 1.2rem; }
      section#sec_07 article:last-of-type div {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; }
        section#sec_07 article:last-of-type div dl {
          margin-right: 45px;
          line-height: 1.3em; }
          section#sec_07 article:last-of-type div dl:nth-of-type(1) dt {
            margin-bottom: 0;
            border-bottom: none; }
            section#sec_07 article:last-of-type div dl:nth-of-type(1) dt:before {
              content: url(images/icon_num_c1.png); }
          section#sec_07 article:last-of-type div dl:nth-of-type(2) dt {
            margin-bottom: 0;
            border-bottom: none; }
            section#sec_07 article:last-of-type div dl:nth-of-type(2) dt:before {
              content: url(images/icon_num_c2.png); }
			  
#mv {
  position: relative;
  background: #212121;
  margin-bottom: 12px; }
  #mv h1 {
    position: absolute;
    top: 0;
    left: calc(calc(100% - 950px) / 2);
    z-index: 100; }
  #mv .slick_container {
    width: 950px;
    margin: 0 auto; }

nav {
  width: 100%;
  background: #818181;
  padding: 3px 0;
  margin-bottom: 20px; }
  nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    width: 950px;
    margin: 0 auto;
    height: 49px; }
    nav ul li {
      flex-grow: 1;
      border-right: #e6e6e6 solid 1px; }
      nav ul li:first-of-type {
        border-left: #e6e6e6 solid 1px; }
      nav ul li a {
        display: block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        text-decoration: none;
        color: #fff; }
        nav ul li a:hover {
          background: #4b4b4b;
          -webkit-transition: background-color .3s linear; }

/* news.html用 */
dl.news {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center; }
  dl.news dt, dl.news dd {
    border-bottom: #8a8a8a dotted 1px;
    padding: 15px 5px 7px; }
  dl.news dt {
    width: 13%;
    color: #fe6e04;
    font-weight: bold; }
  dl.news dd {
    width: 87%; }

/* recruit.html用 */
section#recruit {
    margin: 72px 0 0;}
    section#recruit article {
      background: #ededed;
      padding: 30px 90px;
      margin: 40px auto 250px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;}
      section#recruit article > dl {
        width: 950px;
        padding-bottom: 8px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
        }
        section#recruit article > dl dt, section#recruit article > dl dd {
          line-height: 1.8em;
          padding: 10px 0 5px;
          border-bottom: #8a8a8a dotted 1px; }
        section#recruit article > dl dt {
          width: 13%; 
          font-feature-settings : "palt";}
          section#recruit article > dl dt:first-of-type {
            padding-top: 0; }
        section#recruit article > dl dd {
          width: 87%; }
          section#recruit article > dl dd:first-of-type {
            padding-top: 0; }
            section#recruit article dl dd > dl {
              display: flex;
              flex-wrap: wrap; }
            section#recruit article dl dd > dl dt{
              width: 25%;
              border-bottom: none;}
           section#recruit article dl dd > dl dd{
              width: 75%;
              border-bottom: none;}
			  

/*sec_08*/
section#sec_08 .sec_08-box{
width: 840px;
margin: 50px auto 0;
}
section#sec_08 .sec_08-sttl{
margin-bottom: 15px;
}
section#sec_08 ol{
display: flex;
list-style-type: none;
width: 796px;
margin: 0 auto;
}
section#sec_08 .list1{
counter-reset: count 0;
}
section#sec_08 .list2{
counter-reset: count 2;
}
section#sec_08 .list3{
counter-reset: count 3;
}
section#sec_08 li{
width: 420px;
line-height: 1.8;
}
li {
  position: relative;
}
/* beforeでカウンターを作成 */
section#sec_08 li::before {
 content: counter(count);
  counter-increment: count 1;
  padding: 0 0.3em;
  margin-right: 5px;
  margin-left: -22px
}
/* afterで□を作る */
section#sec_08 .list1 li::after {
  border-radius: 0;
}

/* afterで○を作る */
section#sec_08 li::after {
  content: '';
  /* 配置を調整 */
  position: absolute;
  display: block;
  top: 22%;
  left: -22px;
  transform: translateY(-50%);
  /* ○を作る */
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #000;
  border-radius: 50%;
}

/*.list4  beforeでカウンターを作成 */
section#sec_08 .list4 li::before {
 content: counter(count);
  counter-increment: count 1;
  padding: 0 0.3em;
  margin-right: 3px;
  margin-left: -25px;
  letter-spacing: -0.2em;
}

section#sec_08 h4{
font-size: 18px;
margin: 25px 0 15px
}
section#sec_08 h4 a{
color: #000;
}

section#sec_08 .sec_8img{
width: 840px;
margin: 50px auto 120px;
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  width: 35px;
  height: 35px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* News & Topics */
.topic_day{
font-size: 16px;
text-decoration: underline;
padding-bottom: 30px;
padding-top: 20px
}
.topic_ttl{
font-size: 18px;
text-align: center;
text-decoration: underline;
padding-bottom: 40px;
}
.topic_txt{
font-size: 15px;
line-height: 1.8;
}
.topic_s{
font-size: 12px;
line-height: 1.6;
}
.topic_top{
font-size: 14px;
text-align: center;
padding: 40px 0;
}