@charset "UTF-8";
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,tdタグのマージン、パディングを0pxにする*/
@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, button {
  margin: 0px;
  padding: 0px;
  background: none;
  border: 0;
}

/*tableタグのcellspacingとcellpaddingを0pxにする*/
table {
  border-collapse: collapse;
  border-spacing: 0px;
}

/*javascriptのfieldsetタグとimg(aタグ内のimg)、abbr,acronymタグに表示されるボーダーを0pxにする*/
fieldset, img, abbr, acronym {
  border: 0px;
}

/*address,caption,cite,code,dfn,em,strong,th,varタグのfontスタイルを通常にする*/
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/*ol,ulタグのリストスタイル（アローやマージンなど）を無くす*/
ol, ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/*caption,thタグを左に寄せる*/
caption, th {
  text-align: left;
}

/*hタグの表示を通常のテキストと同じにする*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  display: inline-block;
  vertical-align: middle;
}

/*qタグの前後にキーワードを配置しない*/
q:before, q:after {
  content: "";
}

.scroll-prevent {
  /*sp-navクリック時html固定*/
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .sp-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    display: none;
  }
  .sp-nav {
    display: block;
    padding-top: 56px;
    color: #333;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
  }
  .sp-nav.open {
    display: block;
  }
  .sp-nav.close {
    display: none;
  }
  .sp-nav ul {
    height: 100%;
    padding: 0 20px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp-nav ul li {
    position: relative;
    width: 100%;
    border-bottom: #313131 1px solid;
  }
  .sp-nav ul li a {
    display: block;
    padding: 16px 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
  }
  .sp-nav ul li a:hover {
    color: #999;
  }
  .sp-nav ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-right: 0.4em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1em;
  }
  .sp-nav li:nth-of-type(1) {
    border-top: #313131 1px solid;
  }
  .burger-icon {
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background: #311f15;
  }
  .burger-icon span {
    position: absolute;
    left: 13px;
    width: 30px;
    height: 2px;
    background-color: #cb5253;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .burger-icon span:nth-of-type(1) {
    top: 15px;
  }
  .burger-icon span:nth-of-type(2) {
    top: 27px;
  }
  .burger-icon span:nth-of-type(3) {
    bottom: 15px;
  }
  .burger-icon.is-sp-nav-open span {
    background-color: #cb5253;
  }
  .burger-icon.is-sp-nav-open span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
        -ms-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  .burger-icon.is-sp-nav-open span:nth-of-type(2) {
    opacity: 0;
  }
  .burger-icon.is-sp-nav-open span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
}
* {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-y: scroll;
}

a:link {
  color: #00479d;
}

a:visited {
  color: #00479d;
}

a:hover {
  color: #00479d;
}

a:active {
  color: #00479d;
}

body {
  font-size: 0.95em;
  line-height: 1.8em;
  overflow: hidden;
  color: #070707;
}
@media screen and (min-width: 769px) {
  body > header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 2;
    background: #ffffff;
    border-top: 2px #cb5253 solid;
  }
  body > header > section > figure {
    width: 160px;
    padding: 18px 0 0;
    margin: 0 auto;
  }
  body > header > section > figure img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  body > header {
    width: 100%;
    height: 56px;
    background: #ffffff;
    border-bottom: 1px #eaeaea solid;
  }
  body > header > section {
    padding: 10px 15px;
  }
  body > header > section > figure {
    text-align: center;
  }
  body > header > section > figure > a img {
    height: 42px;
  }
}

footer > p {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}

main > article > section.splide .splide__slide img {
  max-height: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main > article > section.splide .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -121px;
  margin-top: -175px;
}
main > article > section.splide .logo img {
  height: 350px;
}
@media screen and (max-width: 768px) {
  main > article > section.splide .splide__slide img {
    max-height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main > article > section.splide .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -90px;
  }
  main > article > section.splide .logo img {
    height: 170px;
  }
}
main > article > section.hero-header {
  position: relative;
  margin-top: 80px;
  height: 720px;
  background: #666;
}
main > article > section.hero-header > img {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
main > article > section.hero-header > h1 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -240px;
}
main > article > section.hero-header > h1 > img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  main > article > section.hero-header {
    margin-top: 0;
    height: 450px;
  }
  main > article > section.hero-header > img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    /*IE対策*/
  }
  main > article > section.hero-header > h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -140px;
  }
  main > article > section.hero-header > h1 > img {
    max-width: 60%;
  }
}
main > article > section.news {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
main > article > section.news > div {
  width: 200px;
  padding-top: 20px;
  text-align: center;
}
main > article > section.news > div > h2 {
  font-size: 40px;
  color: #cb5253;
  font-family: "Caveat Brush", cursive;
  margin-bottom: 5px;
}
main > article > section.news > div > p {
  font-size: 12px;
}
main > article > section.news > dl {
  width: calc(100% - 200px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
main > article > section.news > dl dt {
  font-weight: bold;
  width: 200px;
  border-bottom: 1px #eaeaea solid;
  padding: 8px 4px;
}
main > article > section.news > dl dd {
  width: calc(100% - 200px);
  border-bottom: 1px #eaeaea solid;
  padding: 8px 4px;
}
main > article > section.news > dl dd:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 0.4em;
}
@media screen and (max-width: 768px) {
  main > article > section.news {
    padding: 30px 20px;
  }
  main > article > section.news > div {
    width: 100%;
    padding: 0;
  }
  main > article > section.news > dl {
    width: 100%;
  }
  main > article > section.news > dl dt {
    font-weight: bold;
    width: 100%;
    border-bottom: none;
    padding: 0;
  }
  main > article > section.news > dl dd {
    width: 100%;
    border-bottom: 1px #eaeaea solid;
    padding: 0;
    margin-bottom: 8px;
  }
}
main > article > section.concept {
  background: #f3ebd4;
  padding: 80px 0;
}
main > article > section.concept > div {
  position: relative;
  width: 1100px;
  height: 640px;
  margin: 0 auto;
}
main > article > section.concept > div > div:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  background: #fff url("../img/home/bg_concept.png") 20px 10px no-repeat;
  width: 520px;
  height: 560px;
  padding: 40px;
}
main > article > section.concept > div > div:last-child > h2 {
  font-size: 40px;
  font-family: "Caveat Brush", cursive;
  margin-bottom: 30px;
  color: #cb5253;
}
main > article > section.concept > div > div:last-child > h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #2c2c2c;
}
main > article > section.concept > div > div:last-child > p {
  margin-bottom: 1em;
}
main > article > section.concept > div > div:first-child {
  position: absolute;
  left: 367px;
  top: 60px;
}
main > article > section.concept > div > div:first-child > img {
  width: 780px;
}
@media screen and (max-width: 768px) {
  main > article > section.concept {
    padding: 40px 15px;
  }
  main > article > section.concept > div {
    position: static;
    width: 100%;
    height: auto;
  }
  main > article > section.concept > div > div:last-child {
    position: relative;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
  }
  main > article > section.concept > div > div:last-child:after {
    border-top: 123px solid transparent;
    border-right: 32px solid #311f15;
    position: absolute;
  }
  main > article > section.concept > div > div:last-child > h2 {
    font-size: 28px;
  }
  main > article > section.concept > div > div:last-child > h3 {
    font-size: 18px;
  }
  main > article > section.concept > div > div:first-child {
    position: static;
    width: 100%;
    height: auto;
  }
  main > article > section.concept > div > div:first-child > img {
    max-width: 100%;
  }
}
main > article > section.recruit {
  background: #311f15;
  min-width: 1000px;
}
main > article > section.recruit > .container {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 240px 240px;
  -ms-grid-rows: 240px 240px;
  grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-columns: 25% 25% 25% 25%;
}
main > article > section.recruit > .container > .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
main > article > section.recruit > .container > .item01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  background: url("../img/home/recruit_item01.jpg");
}
main > article > section.recruit > .container > .item02 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background: url("../img/home/recruit_item02_2023.jpg");
}
main > article > section.recruit > .container > .item03 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}
main > article > section.recruit > .container > .item03 > div {
  max-width: 530px;
  padding: 80px 20px 80px 80px;
}
main > article > section.recruit > .container > .item03 > div > h2 {
  font-size: 40px;
  color: #cb5253;
  margin-bottom: 40px;
  font-family: "Caveat Brush", cursive;
}
main > article > section.recruit > .container > .item03 > div > p {
  color: #fff;
  margin-bottom: 40px;
}
main > article > section.recruit > .container > .item03 > div > a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  color: #2c2c2c;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
main > article > section.recruit > .container > .item03 > div > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 0.4em;
}
main > article > section.recruit > .container > .item03 > div > a:hover {
  background: #b3b3b3;
}
main > article > section.recruit > .container > .item04 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  background: url("../img/home/recruit_item04_2023.jpg");
}
main > article > section.recruit > .container > .item05 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background: url("../img/home/recruit_item05_2023.jpg");
}
@media screen and (max-width: 768px) {
  main > article > section.recruit {
    min-width: inherit;
  }
  main > article > section.recruit > .container {
    grid-template-rows: 225px 225px auto;
    -ms-grid-rows: 225px 225px auto;
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
  }
  main > article > section.recruit > .container > .item01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    background: url("../img/home/recruit_item01.jpg");
  }
  main > article > section.recruit > .container > .item02 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    background: url("../img/home/recruit_item02_2023.jpg");
  }
  main > article > section.recruit > .container > .item03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  main > article > section.recruit > .container > .item03 > div {
    text-align: center;
    max-width: 100%;
    padding: 25px 25px 40px;
  }
  main > article > section.recruit > .container > .item03 > div > h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  main > article > section.recruit > .container > .item03 > div > p {
    margin-bottom: 20px;
  }
  main > article > section.recruit > .container > .item04 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    background: url("../img/home/recruit_item04_2023.jpg");
  }
  main > article > section.recruit > .container > .item05 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    background: url("../img/home/recruit_item05_2023.jpg");
  }
}
main > article > section.info {
  padding: 60px 0;
}
main > article > section.info > h2 {
  text-align: center;
  font-size: 40px;
  color: #cb5253;
  font-family: "Caveat Brush", cursive;
  margin-bottom: 12px;
}
main > article > section.info > p {
  text-align: center;
  margin-bottom: 1em;
}
main > article > section.info > div.photos {
  max-width: 800px;
  margin: 0 auto 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
main > article > section.info > div.photos > figure {
  width: 48%;
  text-align: center;
}
main > article > section.info > div.photos > figure img {
  max-width: 100%;
}
main > article > section.info > div.photos > figure > figcaption {
  text-align: center;
}
main > article > section.info > dl {
  width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
main > article > section.info > dl dt {
  font-weight: bold;
  width: 200px;
  border-bottom: 1px #eaeaea solid;
  padding: 8px 4px;
}
main > article > section.info > dl dd {
  width: 500px;
  border-bottom: 1px #eaeaea solid;
  padding: 8px 4px;
}
main > article > section.info > dl dd > ul {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-justify-content: start;
  -webkit-justify-content: start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
main > article > section.info > dl dd > ul li img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  main > article > section.info {
    padding: 40px 20px;
  }
  main > article > section.info > dl {
    width: 100%;
  }
  main > article > section.info > dl dt {
    font-weight: bold;
    width: 100%;
    border-bottom: none;
    padding: 0;
  }
  main > article > section.info > dl dd {
    width: 100%;
    border-bottom: 1px #eaeaea solid;
    padding: 0;
    margin-bottom: 8px;
  }
}
main > article > section.insta {
  padding: 60px 0;
}
main > article > section.insta > h2 {
  text-align: center;
  font-size: 40px;
  color: #cb5253;
  font-family: "Caveat Brush", cursive;
  margin-bottom: 12px;
}
main > article > section.insta > p {
  text-align: center;
  margin-bottom: 1em;
}
main > article > section.insta > figure {
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > article > section.insta {
    padding: 40px 20px;
  }
  main > article > section.insta > figure img {
    max-width: 80%;
  }
}
main > article > section.access {
  padding: 60px 0 0;
}
main > article > section.access > h2 {
  text-align: center;
  font-size: 40px;
  color: #cb5253;
  margin-bottom: 12px;
  font-family: "Caveat Brush", cursive;
}
main > article > section.access > p {
  text-align: center;
  margin-bottom: 1em;
}
main > article > section.access > iframe {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  main > article > section.access {
    padding: 40px 20px;
  }
}

main.local > article > header {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  background: #f3ebd4;
  padding: 40px 0;
}
main.local > article > header h1 {
  color: #cb5253;
  font-size: 26px;
  letter-spacing: 2px;
}
main.local > article > header p {
  font-family: "Caveat Brush", cursive;
}
main.local > article.recruit > section {
  max-width: 860px;
  margin: 0 auto 60px;
}
main.local > article.recruit > section > img {
  max-width: 100%;
  margin-bottom: 1em;
}
main.local > article.recruit > section > h2 {
  font-size: 24px;
  margin-bottom: 1em;
  color: #cb5253;
}
main.local > article.recruit > section > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
main.local > article.recruit > section > dl dt {
  padding: 6px;
  width: 10em;
  border-bottom: 1px #eaeaea solid;
  font-weight: bold;
}
main.local > article.recruit > section > dl dd {
  padding: 6px;
  width: calc(100% - 10em);
  border-bottom: 1px #eaeaea solid;
}
main.local > article.recruit > section p strong.pnum {
  font-size: 24px;
}
main.local > article.recruit > section p.attention {
  color: #cb5253;
  margin-bottom: 1.5em;
  border: 1px #cb5253 solid;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
}
main.local > article.news > section {
  max-width: 860px;
  margin: 0 auto 60px;
}
main.local > article.news > section > img {
  max-width: 100%;
  margin-bottom: 2em;
}
main.local > article.news > section > h2 {
  font-size: 24px;
  margin-bottom: 1em;
  color: #cb5253;
}
main.local > article.news > section > div {
  border: 2px #311f15 dashed;
  color: #311f15;
  padding: 10px;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 20px;
}
main.local > article.news > section > div h3 {
  font-size: 20px;
  font-weight: bold;
}
main.local > article.news > section p {
  margin-bottom: 1em;
}
main.local > article.privacy > section {
  max-width: 860px;
  margin: 0 auto 60px;
}
main.local > article.privacy > section > h2 {
  font-size: 24px;
  margin-bottom: 1em;
  color: #cb5253;
}
main.local > article.privacy > section > h3 {
  font-size: 18px;
  margin-bottom: 1em;
  border-left: 2px #cb5253 solid;
  padding-left: 10px;
}
main.local > article.privacy > section p {
  margin-bottom: 1em;
}
main.local > article.privacy > section p.bottom {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  main.local > article > header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    background: #f3ebd4;
    padding: 20px 0;
  }
  main.local > article > header h1 {
    color: #cb5253;
    font-size: 22px;
    letter-spacing: 2px;
  }
  main.local > article > header p {
    font-family: "Caveat Brush", cursive;
  }
  main.local > article.recruit > section {
    max-width: 100%;
    margin: 0 20px 40px;
  }
  main.local > article.recruit > section > img {
    max-width: 100%;
    margin-bottom: 1em;
  }
  main.local > article.recruit > section > h2 {
    font-size: 22px;
    margin-bottom: 1em;
    color: #cb5253;
    font-weight: bold;
  }
  main.local > article.recruit > section > dl dt {
    padding: 6px 6px 0;
    width: 100%;
    border-bottom: none;
    font-weight: bold;
  }
  main.local > article.recruit > section > dl dd {
    padding: 0 6px 6px;
    width: 100%;
    border-bottom: 1px #eaeaea solid;
  }
  main.local > article.recruit > section p strong.pnum {
    font-size: 24px;
  }
  main.local > article.news > section {
    max-width: 100%;
    margin: 0 20px 40px;
  }
  main.local > article.news > section > img {
    max-width: 100%;
    margin-bottom: 2em;
  }
  main.local > article.news > section > h2 {
    font-size: 22px;
    margin-bottom: 1em;
    color: #cb5253;
  }
  main.local > article.privacy > section {
    max-width: 100%;
    margin: 0 20px 40px;
  }
  main.local > article.privacy > section > h2 {
    font-size: 22px;
  }
}