@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
}

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

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

*:before,
*:after,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: #2c67ad;
  border: none;
  text-decoration: none;
}

a:hover {
  color: #d90000;
  text-decoration: underline;
}

ol, ul {
  list-style: none;
}

img, video, iframe {
  max-width: 100%;
}

img {
  border: none;
  vertical-align: top;
}

b, strong {
  font-weight: 500;
}

blockquote,
q {
  quotes: none;
}

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

hr {
  display: block;
  height: 0;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

a, area, button, [role="button"], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  border: none;
  background: none;
}

button:hover, button:active, button:focus {
  outline: none;
}

button:active, button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
.main-heading,
.news-heading {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .main-heading,
  .news-heading {
    margin-bottom: 3rem;
  }
}

.main-heading::after,
.news-heading::after {
  content: "";
  display: block;
  height: 4px;
  width: 60%;
  min-width: 240px;
  max-width: 420px;
  margin: 1.5rem auto 0;
  background: repeating-linear-gradient(90deg, #fcd00b, #fcd00b 25%, #f00 0, #f00 50%, #0062b2 0, #0062b2 75%, #bdd13e 0, #bdd13e 100%);
}

.main-heading {
  font-size: 1.7em;
}

@media screen and (min-width: 1100px), print {
  .main-heading {
    margin-bottom: 5rem;
    font-size: 2.5em;
  }
  .main-heading::after {
    max-width: 560px;
    height: 7px;
  }
}

.news-heading {
  font-size: 1.4em;
}

@media screen and (min-width: 768px), print {
  .news-heading {
    font-size: 1.7em;
  }
}

/* 共通見出し（h3相当）*/
.main-subheading {
  max-width: 1100px;
  margin: 0 auto 2rem;
  font-size: 1.8rem;
  border-left: 5px solid #419B24;
  line-height: 1.2;
  letter-spacing: .027em;
  background-color: #eee;
  padding: .45em .7em .35em .7em;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media screen and (min-width: 640px), print {
  .main-subheading {
    margin: 0 auto 3rem;
    font-size: 2.6rem;
    border-left: 11px solid #419B24;
  }
}

/* 共通リスト */
.main ul > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  list-style-type: none;
}

.main ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: .5em;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ccc;
}

.main ul.list-style-none > li {
  padding-left: 0;
}

.main ul.list-style-none > li::before {
  display: none;
}

.main ul.list-style-note > li {
  padding-left: 1em;
}

.main ul.list-style-note > li::before {
  content: "※";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

.main ul.list-style-gutter li:not(:last-child) {
  margin-bottom: .3em;
}

.main ul.list-style-secondary > li {
  color: #f00;
}

.main ul.list-style-secondary > li::before {
  background: #f00;
}

.main ol > li {
  margin-left: 1.5em;
  line-height: 1.5;
  list-style-type: decimal;
}

.main ol.list-style-none > li {
  margin-left: 0;
  list-style-type: none;
}

.main ol.list-style-gutter li:not(:last-child) {
  margin-bottom: .3em;
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

/* 共通リンクボタン */
.more {
  margin-top: 1.5em;
  text-align: center;
}

.link-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: .5em 2.5em .5em 1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  background-color: #2c67ad;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media screen and (min-width: 1100px), print {
  .link-button {
    font-size: 1.1em;
  }
}

.link-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: .75em;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(../img/base/more_wht.svg) center no-repeat;
  background-size: cover;
}

.link-button-primary {
  background-color: #fcd00b;
}

.link-button-secondary {
  background-color: #bdd13e;
}

.link-button-reverse {
  color: #2c67ad;
  background-color: #fff;
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d90000;
}

a.link-button-reverse:hover {
  color: #fff;
  background-color: #2c67ad;
}

a.link-button-primary:hover {
  background-color: #f7da59;
}

a.link-button-secondary:hover {
  background-color: #c9dd43;
}

/* 電話発信用リンク */
a.tel-link-wht {
  color: #fff;
}

a.tel-link-wht:hover {
  color: #fff;
}

a.tel-link-blk {
  color: #151515;
}

a.tel-link-blk:hover {
  color: #151515;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}

.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px;
  background: transparent;
  z-index: -100;
}

@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -151px;
    margin-bottom: 150px;
  }
}

.anchor-point-secondary::before {
  margin-top: -61px;
  margin-bottom: 60px;
}

@media screen and (min-width: 1100px), print {
  .anchor-point-secondary::before {
    margin-top: -76px;
    margin-bottom: 75px;
  }
}

/* 共通テーブル */
.table-style {
  display: block;
}

.table-style tbody {
  display: block;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 639.98px) {
  .table-style tbody {
    border: none;
  }
}

.table-style tr {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 639.98px) {
  .table-style tr {
    display: block;
    border: 1px solid #ccc;
  }
  .table-style tr:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.table-style th {
  width: 13em;
  padding: .75em 1em;
  background-color: #f8f8f8;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 639.98px) {
  .table-style th {
    display: block;
    width: auto;
    padding: .7em;
    font-size: 1.1em;
    border-right: none;
  }
}

.table-style td {
  padding: .75em 1em;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 639.98px) {
  .table-style td {
    display: block;
    padding: .75em .75em .75em .85em;
    font-size: .95em;
    border-right: none;
  }
}

.table-style .tel-link {
  color: #151515;
}

.table-style a.tel-link {
  color: #151515;
}

.table-style a.tel-link:hover {
  color: #d90000;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #151515;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .wrapper {
    padding-bottom: 0;
    overflow: visible;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  padding-top: 60px;
}

@media screen and (min-width: 1100px), print {
  .header {
    padding-top: 160px;
  }
}

.header .inner {
  position: static;
  max-width: none;
  z-index: auto;
}

@media screen and (min-width: 1100px), print {
  .header .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 1em;
    z-index: 1010;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 100%;
  background-color: #fff;
  z-index: 900;
}

@media screen and (min-width: 1100px), print {
  .header-logo {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    background: none;
    z-index: auto;
  }
}

.header-logo .site-description {
  display: block;
  width: 8rem;
  margin: -2.5rem 0 0;
  font-weight: 500;
  font-size: 1.2rem;
  color: #0062b2;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .header-logo .site-description {
    position: absolute;
    top: 11.8rem;
    left: 0;
    width: auto;
    margin: 0;
    font-size: 1.1em;
    text-align: left;
  }
}

@media screen and (min-width: 1440px), print {
  .header-logo .site-description {
    top: 50px;
    left: 255px;
    width: 13rem;
    font-size: 1.3em;
    text-align: center;
  }
}

.header-logo .site-logo {
  display: block;
  position: relative;
  font-size: 100%;
}

@media screen and (min-width: 1100px), print {
  .header-logo .site-logo {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: auto;
    height: auto;
  }
}

@media screen and (min-width: 1440px), print {
  .header-logo .site-logo {
    top: 35px;
  }
}

.header-logo .site-logo span {
  display: block;
  position: absolute;
  right: -8rem;
  bottom: 0;
  width: 8rem;
  height: 22px;
  font-weight: 500;
  font-size: .7em;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #0062b2;
}

@media screen and (min-width: 1100px), print {
  .header-logo .site-logo span {
    right: 0;
    bottom: -3.7rem;
    width: 13rem;
    height: 30px;
    font-size: .95em;
    line-height: 30px;
  }
}

@media screen and (min-width: 1440px), print {
  .header-logo .site-logo span {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 255px;
    width: 13rem;
    height: 40px;
    font-size: 1.25em;
    line-height: 40px;
  }
}

.header-logo a {
  display: block;
  width: 108.18182px;
  height: 41.81818px;
  margin: 0 5px 0 0;
}

@media screen and (min-width: 1100px), print {
  .header-logo a {
    width: 238px;
    height: 92px;
    margin: 0;
  }
}

.header-logo img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1099.98px) {
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    z-index: 960;
  }
  .contact-open .header-content {
    height: 100%;
    padding: 60px 0;
    pointer-events: auto;
    opacity: 1;
  }
}

@media screen and (min-width: 1100px), print {
  .header-content {
    position: relative;
    max-width: 1100px;
    margin: auto;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-content-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    max-height: 8.5em;
    padding: 2em 0;
    background-color: #fff;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767.98px) {
  .header-content-inner {
    max-height: 12em;
  }
}

@media screen and (min-width: 1100px), print {
  .header-contact {
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
  }
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .header.fixed .header-logo.hide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  z-index: 1000;
}

@media screen and (max-width: 1099.98px) {
  .nav {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
}

@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    left: auto;
    width: 100%;
    height: auto;
  }
}

.nav-open .nav {
  left: 0;
}

@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    left: auto;
  }
}

.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0 0 60px;
  background-color: #fff;
  z-index: 1;
}

@media screen and (min-width: 1100px), print {
  .nav .inner {
    padding: 0;
  }
}

@media screen and (min-width: 1600px), print {
  .nav .inner {
    padding: 0 2em;
  }
}

.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    overflow: visible;
  }
}

@media screen and (min-width: 1280px), print {
  .nav .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 1600px), print {
  .nav .nav-container {
    padding: 45px 0 0;
  }
}

/* メインナビ */
.main-nav {
  padding: 65px 10px 15px;
}

@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 75px 0 0 270px;
    padding-left: calc( 238px + 2em);
  }
}

@media screen and (min-width: 1280px), print {
  .main-nav {
    width: 960px;
    padding: 75px 0 0 0;
  }
}

@media screen and (min-width: 1600px), print {
  .main-nav {
    width: 1080px;
    padding: 0 396px 0 0;
    padding-right: calc( 380px + 1em);
  }
}

.main-nav .nav-item {
  position: relative;
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item:first-child {
    border-top: 1px solid #ddd;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.main-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 50px;
  padding: 0 1em 0 .5em;
  color: #151515;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    height: 70px;
    padding: 0;
    color: #444;
    text-align: center;
    border-bottom: none;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    margin: auto;
    border-left: 1px dotted #ccc;
  }
}

.main-nav .nav-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link span {
    display: block;
    font-weight: 700;
    font-size: 1.05em;
  }
}

@media screen and (min-width: 1440px), print {
  .main-nav .nav-link span {
    font-size: 1.2em;
  }
}

.main-nav .nav-link span::after {
  content: attr(data-subtitle);
  display: block;
  margin: 0 0 0 auto;
  font-weight: 400;
  font-size: 1rem;
  color: #ccc;
  letter-spacing: .1em;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link span::after {
    margin: 0;
  }
}

@media screen and (min-width: 1600px), print {
  .main-nav .nav-link span::after {
    font-size: 1.2rem;
  }
}

.main-nav .nav-link:hover {
  color: #d90000;
  text-decoration: none;
}

.main-nav .nav-link:hover span::after {
  color: #d90000;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-home {
    display: none;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-news {
    position: absolute;
    top: 5px;
    right: 205px;
    width: 200px;
    height: 55px;
  }
}

@media screen and (min-width: 1600px), print {
  .main-nav .nav-news {
    top: 0;
    right: 200px;
    bottom: 0;
    width: 180px;
    margin: auto;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-news .nav-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #2c67ad;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-news .nav-link::before {
    content: "";
    display: block;
    position: static;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    border: none;
    background: url(../img/base/bell_wht.svg) center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-news .nav-link span {
    width: auto;
    font-weight: 500;
    font-size: 100%;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-news .nav-link span::before {
    content: attr(data-subtitle);
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1em;
    color: #fff;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-news .nav-link span::after {
    display: none;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-news .nav-link:hover {
    background-color: #1a81d4;
  }
}

.main-nav .nav-about .nav-link::before {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 200px;
    height: 55px;
  }
}

@media screen and (min-width: 1600px), print {
  .main-nav .nav-contact {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact .nav-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #d90000;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact .nav-link::before {
    content: "";
    display: block;
    position: static;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    border: none;
    background: url(../img/base/mail_wht.svg) center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact .nav-link span {
    width: auto;
    font-weight: 500;
    font-size: 100%;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact .nav-link span::before {
    content: attr(data-subtitle);
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1em;
    color: #fff;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact .nav-link span::after {
    display: none;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact .nav-link:hover {
    background-color: #e92121;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}

@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}

.nav-open .nav-button {
  display: none;
}

.nav-button-icon {
  display: block;
  position: absolute;
  top: -14px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #151515;
}

.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #151515;
}

.nav-button-icon::before {
  margin-top: -8px;
}

.nav-button-icon::after {
  margin-top: 8px;
}

.nav-button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  color: #151515;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}

.nav-close-button .nav-button-icon {
  background: none;
}

.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #151515;
}

.nav-close-button .nav-button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-close-button .nav-button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  color: #151515;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}

.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: .4;
  cursor: pointer;
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: -60px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  #top .nav.fixed {
    top: -60px;
  }
  .nav.fixed .inner {
    padding: 0;
  }
  .nav.fixed .nav-container {
    display: block;
    padding: 10px 1em;
  }
  .nav.fixed .main-nav {
    width: auto;
    max-width: 1280px;
    margin: auto;
    padding: 0 320px 0 0;
  }
  .nav.fixed .main-nav .nav-link {
    height: 55px;
  }
  .nav.fixed .main-nav .nav-link span {
    font-size: 1em;
  }
  .nav.fixed .nav-home {
    display: block;
  }
  .nav.fixed .nav-news {
    top: 0;
    right: 180px;
    width: 140px;
  }
  .nav.fixed .nav-about .nav-link::before {
    display: block;
  }
  .nav.fixed .nav-contact {
    top: 0;
    right: 0;
    width: 180px;
  }
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 5em 1em;
  background: #fff;
  overflow: hidden;
  z-index: 100;
}

#top .main {
  padding: 0 1em;
}

@media screen and (min-width: 1100px), print {
  .main {
    padding: 5em 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  display: block;
  position: relative;
  padding: 0 1em;
  background-color: #fcd00b;
  overflow: hidden;
  z-index: 100;
}

@media screen and (min-width: 1100px), print {
  .footer {
    padding: 0 2em;
  }
}

.footer .inner {
  max-width: none;
}

.footer-container {
  padding: 2em 0;
}

@media screen and (min-width: 1100px), print {
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    margin: 0 auto -35px;
    padding: 3em 0 0;
  }
}

.footer-main {
  margin-bottom: 1em;
}

@media screen and (min-width: 1100px), print {
  .footer-main {
    width: 270px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .footer-side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding-left: 30px;
  }
}

.footer-logo {
  margin-bottom: 1em;
  text-align: center;
}

.footer-logo .site-logo {
  display: inline-block;
  vertical-align: top;
  padding: 1em;
  border-radius: 1rem;
  background-color: #fff;
}

@media screen and (min-width: 1100px), print {
  .footer-logo .site-logo {
    display: block;
    padding: 1em 0;
  }
}

.footer-info {
  text-align: center;
}

.footer-info .add {
  margin-bottom: .2em;
  font-size: .95em;
}

.footer-info .tel-link {
  line-height: 1.1;
  font-weight: 500;
  font-size: 1.5em;
  color: #104000;
}

.footer-info a.tel-link {
  color: #104000;
}

.footer-info a.tel-link:hover {
  color: #104000;
}

.footer-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 1100px), print {
  .footer-description {
    display: block;
    margin-bottom: 1em;
  }
}

.footer-description .site-description {
  font-size: .95em;
}

.footer-description p {
  font-weight: 500;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1100px), print {
  .footer-nav {
    display: block;
  }
}

@media screen and (min-width: 480px), print {
  .footer-nav .nav-items {
    display: inline;
  }
}

@media screen and (min-width: 576px), print {
  .footer-nav .nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: .1em;
  }
  .footer-nav .nav-items:not(:last-child) {
    margin-bottom: .5em;
  }
}

.footer-nav .nav-item {
  margin: .5em 0;
}

@media screen and (min-width: 480px), print {
  .footer-nav .nav-item {
    display: inline-block;
    margin: .2em 1em .2em 0;
  }
}

@media screen and (min-width: 768px), print {
  .footer-nav .nav-item {
    display: block;
    margin: 0 1em 0 0;
  }
}

.footer-nav .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: .15em 0 0 1em;
  font-weight: 500;
  line-height: 1.3;
  color: #151515;
  text-align: center;
}

@media screen and (min-width: 480px), print {
  .footer-nav .nav-link {
    display: inline-block;
    vertical-align: top;
    padding: .15em 0 1em 1em;
  }
}

.footer-nav .nav-link:hover {
  text-decoration: none;
}

@media screen and (min-width: 1100px), print {
  .footer-nav .nav-link:hover {
    text-decoration: underline;
  }
}

.footer-nav .nav-link::before {
  content: "";
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  width: .7em;
  height: .7em;
  border-radius: 100%;
  background-color: #fff;
}

.footer-nav .nav-link::after {
  content: attr(data-subtitle);
  display: block;
  margin-left: 1rem;
  font-size: 1rem;
  color: #fff;
}

@media screen and (min-width: 480px), print {
  .footer-nav .nav-link::after {
    position: absolute;
    margin: 0;
    padding: .1em 0 0 .15em;
  }
}

.footer-map {
  margin: 0 -1em;
}

@media screen and (min-width: 1100px), print {
  .footer-map {
    margin: 0 -2em;
  }
}

.footer-map .gmap-area {
  display: block;
  background-color: #fff;
}

.footer-map .gmap-area::before {
  padding-top: 60%;
}

@media screen and (min-width: 360px), print {
  .footer-map .gmap-area::before {
    padding-top: 280px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-map .gmap-area::before {
    padding-top: 350px;
  }
}

.footer .pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 65px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
  }
}

.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #2c67ad;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1a81d4;
}

.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: .8em;
  height: .8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  margin: 0 -1em;
  padding: 0 1em;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .footer .copy {
    height: 70px;
  }
}

@media screen and (min-width: 1100px), print {
  .footer .copy {
    margin: 0 -2em;
    padding: 0 2em;
    background-color: #fcd00b;
  }
}

.footer .copy small {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  font-weight: 500;
  font-size: .9em;
  color: #ccc;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .footer .copy small {
    padding: 0 0 0 300px;
    color: #fff;
    text-align: left;
  }
}

.footer .copy span {
  display: none;
}

@media screen and (min-width: 768px), print {
  .footer .copy span {
    display: inline;
  }
}

/* --------------------------------

  スライダー

-------------------------------- */
.slider {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.slider .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}

.slider .inner::before {
  content: "";
  display: block;
  padding-top: 44.375%;
}

@media screen and (min-width: 1600px), print {
  .slider .inner::before {
    padding-top: 710px;
  }
}

.slider .slick-slider,
.slider .slick-list,
.slider .slick-track {
  height: 100%;
}

.slider .slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.slider .slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slider .slick-slider .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider .slick-slider .slide img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* --------------------------------

  上部固定ボタン（お問い合わせ）

-------------------------------- */
/* お問い合わせ（電話）*/
.tel-button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  color: #151515;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 990;
}

@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}

.tel-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../img/base/tel_gry.svg) center no-repeat;
  background-size: cover;
}

.tel-button::after {
  content: "TEL";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 700;
}

.tel-button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* お問い合わせ（メール）*/
.contact-button {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  z-index: 900;
}

@media screen and (min-width: 1100px), print {
  .contact-button {
    display: none;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-open .contact-button,
  .contact-open .contact-button {
    z-index: 1010;
  }
}

.contact-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #d90000;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.contact-button a:hover {
  text-decoration: none;
  background-color: #e92121;
}

.contact-button a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  background: url(../img/base/mail_wht.svg) center no-repeat;
  background-size: cover;
}

.contact-button span {
  display: block;
  font-weight: 500;
  font-size: 1.05em;
  text-align: center;
}

.contact-button span::before {
  content: attr(data-subtitle);
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  color: #fff;
}

/* お問い合わせ（メール・下層用）*/
.entry-button {
  text-align: center;
}

.entry-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1.5rem 2.5rem;
  color: #fff;
  text-align: center;
  background-color: #d90000;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.entry-button a:hover {
  text-decoration: none;
  background-color: #e92121;
}

.entry-button a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 1.5rem;
  background: url(../img/base/mail_wht.svg) center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .entry-button a::before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1100px), print {
  .entry-button a::before {
    width: 80px;
    height: 80px;
    margin-right: 2rem;
  }
}

.entry-button span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 1.05em;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (min-width: 768px), print {
  .entry-button span {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1100px), print {
  .entry-button span {
    font-size: 2.2em;
  }
}

.entry-button span::before {
  content: attr(data-subtitle);
  display: block;
  margin-bottom: .5em;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px), print {
  .entry-button span::before {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1100px), print {
  .entry-button span::before {
    font-size: 2rem;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.page-title::before {
  content: "";
  display: block;
  padding-top: 24%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 640px), print {
  .page-title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.topics-page .page-title::before {
  background-image: url(../img/pages/topics/bg.jpg);
}

.about-page .page-title::before {
  background-image: url(../img/pages/about/bg.jpg);
}

.work-page .page-title::before {
  background-image: url(../img/pages/work/bg.jpg);
}

.joblist-page .page-title::before {
  background-image: url(../img/pages/joblist/bg.jpg);
}

.faq-page .page-title::before {
  background-image: url(../img/pages/faq/bg.jpg);
}

.contact-page .page-title::before {
  background-image: url(../img/pages/contact/bg.jpg);
}

.page-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 90px;
  background-color: #fcd00b;
  z-index: 10;
}

@media screen and (min-width: 640px), print {
  .page-title-inner {
    height: 160px;
    background: none;
  }
}

@media screen and (min-width: 1100px), print {
  .page-title-inner {
    height: 240px;
  }
}

.page-title-name {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 1.2;
}

.page-title-name .title {
  display: block;
  font-weight: 700;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 640px), print {
  .page-title-name .title {
    max-width: 280px;
    margin: auto;
    padding: 1rem 0;
    color: #151515;
    border-radius: .5rem;
    background-color: rgba(255, 255, 255, 0.75);
  }
}

@media screen and (min-width: 1100px), print {
  .page-title-name .title {
    max-width: 480px;
    padding: 1.5rem 0;
    font-size: 2.5em;
  }
}

.page-title-name .title::after {
  content: attr(data-subtitle);
  display: block;
  margin-top: .3rem;
  font-size: 1.3rem;
}

@media screen and (min-width: 640px), print {
  .page-title-name .title::after {
    color: #999;
  }
}

@media screen and (min-width: 1100px), print {
  .page-title-name .title::after {
    font-size: 1.6rem;
  }
}

/* --------------------------------

  フォーム部品

-------------------------------- */
/* フォーム用テーブル */
.form-table {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #151515;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.form-table tbody {
  display: block;
}

.form-table tr {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  padding-bottom: .5em;
}

@media screen and (max-width: 767.98px) {
  .form-table tr {
    display: block;
    padding: 0;
  }
  .form-table tr:not(:last-child) {
    margin-bottom: 2em;
  }
}

.form-table th {
  position: relative;
  vertical-align: middle;
  width: 14.3em;
  padding: 1em;
  background-color: #eee;
}

@media screen and (max-width: 767.98px) {
  .form-table th {
    display: block;
    width: auto;
    margin-bottom: 1em;
    padding: 0 0 .5em;
    border-bottom: 2px solid #419B24;
    background: none;
  }
}

.form-table td {
  vertical-align: middle;
  font-weight: 500;
  padding: 1em;
}

@media screen and (max-width: 1099.98px) {
  .form-table td {
    padding-right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .form-table td {
    display: block;
    padding: 0 .5em;
  }
}

.form-table td div {
  font-weight: 500;
}

/* レイアウト用 */
@media screen and (min-width: 768px), print {
  .form-wrap {
    margin-top: -.5em;
    margin-bottom: -.5em;
  }
}

@media screen and (min-width: 768px), print {
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -1.5em;
  }
  .form-row .form-label {
    max-width: 100%;
    min-width: 6em;
  }
  .form-row .form-group {
    display: block;
    padding-right: 1.5em;
  }
  .form-row .form-group-fluid {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-row .form-check {
    width: 14em;
  }
}

.form-row + .form-row {
  margin-top: 1em;
}

/* 画像添付 */
.form-area-picture .form-caution {
  margin-top: .5em;
  margin-bottom: .5em;
}

.form-area-picture .form-caution strong {
  display: block;
  position: relative;
  padding-left: 30px;
}

.form-area-picture .form-caution strong::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../img/base/exclamation.svg) center no-repeat;
  background-size: cover;
}

.form-area-picture .form-note-list {
  font-size: .85em;
}

.form-area-picture .form-note-list span {
  color: #f7da59;
  font-weight: bold;
}

/* テキスト用 */
.form-text {
  display: inline-block;
  vertical-align: middle;
}

.form-text-top {
  margin-top: .5em;
}

.form-text-right {
  margin-left: .5em;
}

.form-text-bottom {
  margin-bottom: .5em;
}

.form-text-left {
  margin-right: .5em;
}

.form-text-both {
  margin-right: .5em;
  margin-left: .5em;
}

.form-text-small {
  font-size: .9em;
}

.form-text-large {
  font-size: 1.05em;
}

/* 文中注釈用 */
@media screen and (max-width: 767.98px) {
  .form-note {
    margin-top: .5em;
    margin-left: 0;
    font-size: .9em;
  }
}

/* フォーム部品：入力欄 */
.form-control {
  width: 100%;
  height: 2.5em;
  margin-top: -.5em;
  margin-bottom: -.5em;
  padding: 0 .5em;
  color: #151515;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #fff;
}

.form-control:focus {
  border-color: #ddd;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .form-control {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.form-short {
  max-width: 120px;
  text-align: center;
}

.form-middle {
  max-width: 24em;
}

@media screen and (max-width: 1099.98px) {
  .form-middle {
    max-width: 100%;
  }
}

.form-low {
  height: 1.6em;
}

@media screen and (max-width: 767.98px) {
  .form-low {
    height: 2.0em;
  }
}

.form-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
  margin-bottom: 0;
}

.form-inline-right {
  margin-left: .5em;
}

.form-inline-left {
  margin-right: .5em;
}

.form-inline-both {
  margin-right: .5em;
  margin-left: .5em;
}

/* フォーム部品：テキストエリア */
.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 8em;
  min-height: 2.5em;
  max-height: 16em;
  padding: .5em .5em 0;
}

.form-textarea-low {
  height: 2.5em;
}

.form-textarea-high {
  height: 16em;
}

/* フォーム部品：入力必須マーク */
.form-title {
  vertical-align: -webkit-baseline-middle;
  font-weight: 500;
  font-size: 1.7rem;
}

@media screen and (max-width: 767.98px) {
  .form-title {
    font-size: 1.6rem;
  }
}

.form-title span {
  display: block;
  font-size: 1.7rem;
}

@media screen and (max-width: 767.98px) {
  .form-title span {
    display: inline-block;
    vertical-align: middle;
    margin-right: -1em;
    font-size: 1.6rem;
  }
}

.form-icon {
  float: right;
}

.form-icon::before {
  content: "";
  display: block;
  width: 58px;
  margin: auto;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 2.1em;
  text-align: center;
  border-radius: 0;
}

@media screen and (max-width: 767.98px) {
  .form-icon::before {
    font-size: 1.4rem;
    line-height: 2.2em;
  }
}

.form-icon-required::before {
  content: "必須";
  color: #fff;
  background-color: #c00;
}

@media screen and (max-width: 767.98px) {
  .form-icon-free::before {
    content: "任意";
    color: #fff;
    background-color: #ccc;
  }
}

/* フォーム部品：セレクト */
.select-wrap {
  position: relative;
  color: #151515;
  background-color: #fff;
}

.select-wrap select {
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 1.5em;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrap select::-ms-expand {
  display: none;
}

.select-wrap .select-icon {
  display: block;
  position: absolute;
  top: 3px;
  right: 15px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  pointer-events: none;
  background: url(../img/base/select.svg) center no-repeat;
  background-size: cover;
  z-index: 1;
}

/* フォーム部品：ラジオボタン、チェックボックス共通 */
.form-box {
  position: absolute;
  opacity: 0;
}

.form-box + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  padding-left: 26px;
  cursor: pointer;
}

.form-box + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 1px solid #ccc;
  background: #fff;
}

.form-box + label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}

.form-box:checked + label {
  color: #d90000;
}

.form-box:checked + label::before {
  border-color: #d90000;
}

/* フォーム部品：ラジオボタン */
.form-box-radio + label::before {
  border-radius: 100%;
}

.form-box-radio + label::after {
  top: 0;
  bottom: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  opacity: 1;
}

.form-box-radio:checked + label::after {
  background-color: #d90000;
  opacity: 1;
}

/* フォーム部品：チェックボックス */
.form-box-check + label::before {
  border-radius: 0;
}

.form-box-check + label::after {
  top: -10px;
  bottom: 0;
  left: 3px;
  width: 20px;
  height: 10px;
  border-left: 3px solid #d90000;
  border-bottom: 3px solid #d90000;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form-box-check:checked + label::after {
  opacity: 1;
}

/* フォーム部品：エラーメッセージ */
input.validate-error,
select.validate-error,
textarea.validate-error {
  border-color: #c00;
}

span.validate-error {
  display: block;
  font-size: .85em;
  font-weight: 500;
  color: #c00;
}

.error-message {
  margin-top: .5em;
  margin-bottom: -.7em;
}

@media screen and (min-width: 768px), print {
  .error-message {
    margin-top: 1.2em;
  }
}

.error-message:empty {
  margin-top: 0;
  margin-bottom: 0;
}

.error-message-check {
  margin-top: .5em;
}

.error-message-check span.validate-error:not(:first-child) {
  display: none !important;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  padding-top: 1em;
  text-align: center;
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 78px;
  border: 0;
  border-radius: 0;
  background: none;
  font-weight: normal;
  font-size: 100%;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  margin: .5em;
  padding: .8em 3.3em .8em 2em;
  color: #fff;
  line-height: 1.1;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.form-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-button-send {
  border-color: #419B24;
  background: #419B24;
}

.form-button-send:hover {
  border-color: #d90000;
  background: #d90000;
}

.form-button-back {
  border-color: #999;
  background: #999;
}

.form-button-back:hover {
  border-color: #ccc;
  background: #ccc;
}

.form-button-inline {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding: .7em 1em;
  font-size: .9em;
}

.form-button-inline::after {
  display: none;
}

.form-button-search {
  border-color: #ccc;
  background: #ccc;
}

.form-button-search:hover {
  border-color: #999;
  background: #999;
}

.form-button-upload {
  margin: 0;
  padding: .8em 1em;
  font-size: 1.1em;
  color: #fff;
  background: #e21664;
}

.form-button-upload:hover {
  color: #fff;
  text-decoration: none;
  background: #e94709;
}

.form-button-upload::after {
  display: none;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

.radio-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 639.98px) {
  .radio-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-box-radio + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 2.5em;
  margin-right: 1em;
  margin-left: 1em;
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .form-box-radio + span {
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 639.98px) {
  .form-box-radio + span {
    margin-right: 0;
    margin-left: 0;
    margin: .5em 0;
  }
}

.form-box-radio + span::before {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  left: 0;
  top: 50%;
  background: #fff;
  border: 1px solid #d6d6d6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

.form-box-radio + span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border-radius: 100%;
  padding: 2px;
  background: #777777;
  border: 1px solid #777777;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.form-box-radio:checked + span::after {
  opacity: 1;
}

/* --------------------------------

  アコーディオン

-------------------------------- */
.accordion-button {
  text-decoration: underline;
  cursor: pointer;
}

.accordion-button.active {
  text-decoration: none;
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
}

.accordion-panel.active {
  max-height: none;
}

/* --------------------------------

  プリント

-------------------------------- */
@media print {
  html,
  body {
    width: 1100px;
    background: none;
  }
}

/* --------------------------------

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}

@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}

.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}

@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}

.section-secondary:not(:last-child) {
  margin-bottom: 5em;
}

.section-secondary .inner {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}

.section-dummy {
  padding-right: 1em;
  padding-left: 1em;
}

@media screen and (min-width: 1100px), print {
  .section-dummy {
    padding-right: 2em;
    padding-left: 2em;
  }
}

.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}

.section-dummy .inner {
  max-width: none;
  text-align: center;
}

.section-dummy_wide {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.section-dummy_wide .inner {
  margin-right: -23%;
  margin-left: -23%;
}

@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}

.section-header {
  position: relative;
  margin-bottom: 2em;
  line-height: 1.1;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .section-header {
    margin-bottom: 3em;
  }
}

.section-header::after {
  content: attr(data-subtitle);
  display: block;
  font-weight: 500;
  font-size: 1.25rem;
  color: #a3a3a3;
}

.section-header-secondary {
  color: #fff;
}

.section-header-secondary::after {
  color: #fff;
}

.section-heading {
  line-height: 1.2;
  font-weight: 700;
  font-size: 100%;
  font-size: 1.7em;
}

@media screen and (min-width: 768px), print {
  .section-heading {
    font-size: 2.0em;
  }
}

@media screen and (min-width: 1100px), print {
  .section-heading {
    font-size: 2.5em;
  }
}

.section-heading::after {
  content: "";
  display: block;
  height: 5px;
  max-width: 600px;
  margin: .5em auto 1.5rem;
  background-color: #ccc;
}

@media screen and (min-width: 1100px), print {
  .section-heading::after {
    height: 7px;
  }
}

.section-heading-primary::after {
  background: repeating-linear-gradient(90deg, #fcd00b, #fcd00b 25%, #f00 0, #f00 50%, #0062b2 0, #0062b2 75%, #bdd13e 0, #bdd13e 100%);
}

.section-heading-secondary::after {
  background: repeating-linear-gradient(90deg, #fcd00b, #fcd00b 25%, #f00 0, #f00 50%, #0062b2 0, #0062b2 75%, #fff 0, #fff 100%);
}

/* 導入部 */
.narusek-intro-section {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-section {
    padding: 5em 2em;
  }
}

.narusek-intro-section .inner {
  max-width: none;
}

.narusek-intro-container {
  max-width: 1600px;
  margin: auto;
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 2em;
  }
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-side {
    width: 480px;
    margin-right: -2em;
  }
}

@media screen and (min-width: 1440px), print {
  .narusek-intro-side {
    width: 600px;
  }
}

@media screen and (min-width: 1600px), print {
  .narusek-intro-side {
    margin-right: 0;
  }
}

.narusek-intro-head {
  position: relative;
  margin: 0 -1em 1.5em;
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-head {
    margin: 0 0 2em;
    padding-bottom: 80px;
  }
}

.narusek-intro-head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 402px;
  height: 34px;
  background: url(../img/top/flower.png) center repeat-x;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px), print {
  .narusek-intro-head::after {
    width: 670px;
  }
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-head::after {
    width: 564px;
    height: 48px;
  }
}

@media screen and (min-width: 1440px), print {
  .narusek-intro-head::after {
    width: 752px;
  }
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-body {
    max-width: 800px;
    margin: auto;
  }
}

.narusek-intro-body::after {
  content: "";
  display: table;
  clear: both;
}

.narusek-intro-heading {
  font-size: 1.5em;
}

@media screen and (min-width: 360px), print {
  .narusek-intro-heading {
    font-size: 1.7em;
  }
}

@media screen and (min-width: 768px), print {
  .narusek-intro-heading {
    font-size: 2.0em;
  }
}

@media screen and (min-width: 1440px), print {
  .narusek-intro-heading {
    font-size: 2.5em;
  }
}

.narusek-intro-heading span {
  display: block;
  line-height: 1.1;
  font-weight: 700;
  color: #fcd00b;
}

@media screen and (min-width: 768px), print {
  .narusek-intro-heading span {
    display: inline;
  }
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-heading span {
    display: block;
  }
}

.narusek-intro-img {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-img {
    display: block;
  }
}

.narusek-intro-img img {
  width: 100%;
}

.narusek-intro-sideimg {
  width: 80%;
  max-width: 320px;
  margin: 0 auto 1.5em;
}

@media screen and (min-width: 768px), print {
  .narusek-intro-sideimg {
    float: right;
    width: 40%;
    margin: .25em 0 0 1em;
  }
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-sideimg {
    display: none;
  }
}

.narusek-intro-sideimg img {
  width: 100%;
}

.narusek-intro-description {
  line-height: 1.6;
  font-size: .95em;
}

@media screen and (min-width: 768px), print {
  .narusek-intro-description {
    font-size: 1em;
  }
}

@media screen and (min-width: 1100px), print {
  .narusek-intro-description {
    line-height: 1.8;
    font-size: 1.1em;
  }
}

.narusek-intro-description p:not(:last-child) {
  margin-bottom: 1em;
}

/* お知らせ */
.narusek-news-section {
  padding: 3em 1em;
  background-color: #fcd00b;
}

@media screen and (min-width: 1100px), print {
  .narusek-news-section {
    padding: 3em 2em;
  }
}

.narusek-news-more {
  margin-bottom: -3em;
  padding: 2em 0;
}

.narusek-news-more .more {
  margin-top: 0;
}

.narusek-news .news-list .news-date {
  color: #151515;
  background-color: #fff;
}

.narusek-news .news-list .news-link:hover .news-title {
  color: #151515;
}

/* 募集職種一覧 */
.narusek-service-section {
  padding: 3em 1em;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .narusek-service-section {
    padding: 5em 2em;
  }
}

.narusek-service-section .inner {
  max-width: none;
}

.narusek-service-container {
  max-width: 1280px;
  margin: auto;
}

.narusek-service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -1em -2em 0;
}

@media screen and (min-width: 1100px), print {
  .narusek-service-items {
    margin: 0 -2em -2em 0;
  }
}

.narusek-service-item {
  width: 100%;
  padding: 0 1em 2em 0;
}

@media screen and (min-width: 992px), print {
  .narusek-service-item {
    width: 50%;
  }
}

@media screen and (min-width: 1100px), print {
  .narusek-service-item {
    padding: 0 2em 2em 0;
  }
}

.narusek-service-inner {
  display: block;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 640px), print {
  .narusek-service-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 992px), print {
  .narusek-service-inner {
    display: block;
  }
}

@media screen and (min-width: 640px), print {
  .narusek-service-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: .5em 0 0 1em;
  }
}

@media screen and (min-width: 992px), print {
  .narusek-service-main {
    display: block;
    padding: 0;
  }
}

.narusek-service-side {
  margin-bottom: 1em;
}

@media screen and (min-width: 640px), print {
  .narusek-service-side {
    width: 40%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px), print {
  .narusek-service-side {
    width: 100%;
    margin-bottom: 1em;
  }
}

.narusek-service-head {
  margin-bottom: .5em;
}

.narusek-service-body::after {
  content: "";
  display: table;
  clear: both;
}

.narusek-service-heading {
  line-height: 1.1;
  font-weight: 700;
  font-size: 1.5em;
}

.narusek-service-img {
  position: relative;
}

.narusek-service-img::before {
  content: "";
  display: block;
  padding-top: 36.46%;
}

.narusek-service-img img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

.narusek-service-sideimg {
  float: right;
  margin: 0 0 0 .5em;
}

@media screen and (min-width: 1100px), print {
  .narusek-service-sideimg {
    margin: -1em 0 0 1em;
  }
}

.narusek-service-description {
  line-height: 1.6;
  font-size: .95em;
  word-break: break-all;
  word-wrap: break-word;
}

.narusek-service-more .more {
  margin-top: 1em;
  text-align: left;
}

.narusek-service-kindergarten .narusek-service-heading {
  color: #fcd00b;
}

.narusek-service-kindergarten .narusek-service-sideimg {
  width: 111.25px;
}

@media screen and (min-width: 1100px), print {
  .narusek-service-kindergarten .narusek-service-sideimg {
    width: auto;
  }
}

.narusek-service-nursing .narusek-service-heading {
  color: #bdd13e;
}

.narusek-service-nursing .narusek-service-sideimg {
  width: 66.25px;
}

@media screen and (min-width: 1100px), print {
  .narusek-service-nursing .narusek-service-sideimg {
    width: auto;
  }
}

/* よくあるご質問 */
.narusek-faq-section {
  padding: 3em 1em;
  background-color: #bdd13e;
}

@media screen and (min-width: 1100px), print {
  .narusek-faq-section {
    padding: 5em 2em;
  }
}

.narusek-faq-more {
  margin-bottom: -3em;
  padding: 2em 0;
}

@media screen and (min-width: 1100px), print {
  .narusek-faq-more {
    margin-bottom: -5em;
  }
}

.narusek-faq-more .more {
  margin-top: 0;
}

.narusek-faq .news-list.news-list-faq .news-title {
  color: #444;
}

.narusek-faq .news-list.news-list-faq .news-title span::before {
  color: #fcd00b;
  background-color: #fff;
}

.narusek-faq .news-list.news-list-faq .news-body {
  color: #444;
}

/* コンテンツ一覧（下層用）*/
.narusek-menu-section {
  padding: 0 1em;
}

@media screen and (min-width: 1100px), print {
  .narusek-menu-section {
    padding: 0 2em;
  }
}

.narusek-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1em -1em 0;
}

.narusek-menu-item {
  width: 100%;
  padding: 0 1em 1em 0;
}

@media screen and (min-width: 576px), print {
  .narusek-menu-item {
    width: 50%;
  }
}

.narusek-menu-inner {
  position: relative;
  height: 100px;
  border-radius: .75rem;
  overflow: hidden;
}

@media screen and (min-width: 576px), print {
  .narusek-menu-inner {
    height: 120px;
  }
}

@media screen and (min-width: 1100px), print {
  .narusek-menu-inner {
    height: 150px;
    border-radius: 1rem;
  }
}

.narusek-menu-inner:hover .narusek-menu-img img {
  opacity: .75;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.narusek-menu-head {
  position: relative;
  padding: 1em;
  text-align: center;
}

.narusek-menu-head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(90deg, #f00, #f00 25%, #0062b2 0, #0062b2 50%, #bdd13e 0, #bdd13e 75%, #fff 0, #fff 100%);
}

.narusek-menu-body {
  padding: 1em;
}

.narusek-menu-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
}

.narusek-menu-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.narusek-menu-heading {
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.3em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (min-width: 1100px), print {
  .narusek-menu-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8em;
  }
}

.narusek-menu-heading::before, .narusek-menu-heading::after {
  content: "message";
  display: block;
  letter-spacing: .1rem;
}

.narusek-menu-heading::before {
  margin-bottom: .25rem;
  font-size: 1.25rem;
}

@media screen and (min-width: 1100px), print {
  .narusek-menu-heading::before {
    display: none;
  }
}

.narusek-menu-heading::after {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .narusek-menu-heading::after {
    display: block;
    margin: 0 0 0 auto;
    font-size: 1.5rem;
    color: #fff;
  }
}

.narusek-menu-description p {
  font-weight: 500;
  font-size: .95em;
}

@media screen and (min-width: 1100px), print {
  .narusek-menu-description p {
    font-size: 1.05em;
  }
}

@media screen and (min-width: 1100px), print {
  .narusek-menu-description .br {
    display: block;
  }
}

.narusek-menu-more a {
  color: #151515;
}

.narusek-menu-more a:hover {
  color: #fff;
}

.narusek-menu-more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 20;
}

.narusek-menu-more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  margin: auto;
  padding: 0 1.5rem;
  font-weight: 700;
  font-size: 1.1em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background: transparent;
  z-index: 10;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (min-width: 1100px), print {
  .narusek-menu-more span {
    font-size: 1.5em;
  }
}

.narusek-menu-primary {
  width: 100%;
}

.narusek-menu-message .narusek-menu-inner {
  height: auto;
  background-color: #fcd00b;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (min-width: 768px), print {
  .narusek-menu-message .narusek-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 150px;
  }
}

.narusek-menu-message .narusek-menu-inner:hover {
  background-color: #f7da59;
}

.narusek-menu-message .narusek-menu-inner::before {
  content: "";
  display: block;
  position: absolute;
  right: .5em;
  bottom: -16px;
  width: 46px;
  height: 32px;
  background: url(../img/base/arrow_wht.svg) center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1100px), print {
  .narusek-menu-message .narusek-menu-inner::before {
    right: 1em;
    bottom: -22px;
    width: 64.4px;
    height: 44.8px;
  }
}

.narusek-menu-message .narusek-menu-img {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .narusek-menu-message .narusek-menu-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.narusek-menu-message .narusek-menu-side {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .narusek-menu-message .narusek-menu-side {
    width: 50%;
    height: 100%;
  }
}

.narusek-menu-message .narusek-menu-more span {
  display: none;
}

.narusek-menu-work .narusek-menu-more span {
  background-color: rgba(190, 209, 62, 0.7);
}

.narusek-menu-work .narusek-menu-more a:hover span {
  background-color: #bed13e;
}

.narusek-menu-joblist .narusek-menu-more span {
  background-color: rgba(252, 208, 11, 0.7);
}

.narusek-menu-joblist .narusek-menu-more a:hover span {
  background-color: #fcd00b;
}

/* --------------------------------

  idxx　お知らせ

-------------------------------- */
.news-area {
  position: relative;
}

.news-area .inner {
  line-height: 1.5;
}

.news-area .news-list {
  padding-bottom: 2em;
}

.news-detail .inner {
  line-height: 1.5;
}

.news-detail .news-date {
  text-align: center;
}

.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}

.news-text {
  margin-top: .5em;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}

.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}

.news-back {
  padding: 3em 0 0;
  text-align: center;
}

/* お知らせ一覧 */
.news-list .news-topics:not(:last-child) {
  margin-bottom: 1em;
}

.news-list .news-link {
  display: block;
  position: relative;
  line-height: 1.5;
  color: #151515;
  text-decoration: none;
}

@media screen and (min-width: 640px), print {
  .news-list .news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1100px), print {
  .news-list .news-link {
    font-size: 1.1em;
  }
}

.news-list .news-link:hover {
  color: #bdd13e;
}

.news-list .news-link:hover .news-title {
  text-decoration: underline;
}

.news-list .news-date {
  width: 8em;
  margin-bottom: .5em;
  padding: .25em 0;
  font-size: .9em;
  color: #fff;
  text-align: center;
  border-radius: 10em;
  background-color: #bdd13e;
}

@media screen and (min-width: 640px), print {
  .news-list .news-date {
    margin-bottom: 0;
    font-size: 1em;
  }
}

.news-list .news-date span {
  font-weight: 500;
}

.news-list .news-title {
  padding-left: 1.2em;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (min-width: 640px), print {
  .news-list .news-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: .3em 0 .3em 1.25em;
  }
}

.news-list .news-title span {
  font-weight: 500;
}

.news-list .news-img {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 60px;
  margin: auto;
  background: #fff url(../img/base/logo.png) center no-repeat;
  background-size: 60% auto;
  overflow: hidden;
}

.news-list .news-img span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.news-list .news-img span:empty {
  display: none;
}

.news-list .news-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-list.news-list-faq .news-topics {
  line-height: 1.5;
}

.news-list.news-list-faq .news-topics:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 1100px), print {
  .news-list.news-list-faq .news-topics:not(:last-child) {
    margin-bottom: 2em;
  }
}

.news-list.news-list-faq .news-title {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 0;
}

.news-list.news-list-faq .news-title span {
  display: block;
  position: relative;
  padding: .75em 0 0 60px;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (min-width: 1100px), print {
  .news-list.news-list-faq .news-title span {
    padding: .75em 0 0 70px;
    font-size: 1.2em;
  }
}

.news-list.news-list-faq .news-title span::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 44px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: #bdd13e;
}

@media screen and (min-width: 1100px), print {
  .news-list.news-list-faq .news-title span::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.news-list.news-list-faq .news-body span {
  display: block;
  position: relative;
  margin: 1em 0 0;
  padding: .75em 0 0 60px;
}

@media screen and (min-width: 768px), print {
  .news-list.news-list-faq .news-body span {
    margin: 1em 0 0 60px;
  }
}

@media screen and (min-width: 1100px), print {
  .news-list.news-list-faq .news-body span {
    margin: 1em 0 0 70px;
    padding: .75em 0 0 70px;
    font-size: 1.1em;
  }
}

.news-list.news-list-faq .news-body span::before {
  content: "A";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 44px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: #0062b2;
}

@media screen and (min-width: 1100px), print {
  .news-list.news-list-faq .news-body span::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.news-list.news-list-thumb .news-link {
  display: block;
  padding-left: 95px;
}

.news-list.news-list-thumb .news-date {
  width: auto;
  font-size: .9em;
}

.news-list.news-list-thumb .news-title {
  overflow: hidden;
  font-variant: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list.news-list-thumb .news-img {
  display: block;
}

.news-list.news-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -.5em -1em 0;
}

@media screen and (min-width: 640px), print {
  .news-list.news-list-img {
    margin: 0 -1em -1.5em 0;
  }
}

.news-list.news-list-img .news-topics {
  width: 50%;
  padding: 0 .5em 1em 0;
}

@media screen and (min-width: 640px), print {
  .news-list.news-list-img .news-topics {
    padding: 0 1em 1.5em 0;
  }
}

@media screen and (min-width: 768px), print {
  .news-list.news-list-img .news-topics {
    width: 25%;
  }
}

.news-list.news-list-img .news-link {
  display: block;
  height: 100%;
  padding: 75% 0 0;
  text-align: center;
  border: none;
}

.news-list.news-list-img .news-date {
  display: block;
  width: auto;
  margin: .5em 0 .2em;
  font-size: .9em;
}

.news-list.news-list-img .news-img {
  display: block;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
}

.news-list.news-list-img .news-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.news-list.news-list-img .news-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}

.news-list.news-list-img .news-img img {
  max-width: 150%;
  max-height: 150%;
  z-index: 10;
}

/* --------------------------------

  id02　鳴瀬幼稚園について

-------------------------------- */
/* 導入文 */
.about-intro p {
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (min-width: 1100px), print {
  .about-intro p {
    font-size: 1.1em;
  }
}

.about-intro p:not(:last-child) {
  margin-bottom: 1em;
}

/* 教育方針 */
.policy-caption {
  margin-bottom: 2em;
  text-align: center;
}

.policy-caption .caption {
  line-height: 1.2;
  color: #0062b2;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.policy-caption .caption span {
  display: inline-block;
  font-weight: 500;
  font-size: 1.5em;
}

@media screen and (min-width: 768px), print {
  .policy-caption .caption span {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 1100px), print {
  .policy-caption .caption span {
    font-size: 2.2em;
  }
}

.policy-items {
  max-width: 220px;
  margin: auto;
}

@media screen and (min-width: 480px), print {
  .policy-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
    margin: 0 -1em;
  }
}

@media screen and (min-width: 768px), print {
  .policy-items {
    max-width: 800px;
    margin: auto;
  }
}

.policy-item {
  position: relative;
}

@media screen and (min-width: 480px), print {
  .policy-item {
    width: 33.33333%;
  }
}

.policy-item-inner {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}

.policy-item-inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.policy-item .policy {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 500;
  font-size: .90em;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 480px), print {
  .policy-item .policy {
    font-size: .65em;
  }
}

@media screen and (min-width: 640px), print {
  .policy-item .policy {
    font-size: .95em;
  }
}

@media screen and (min-width: 768px), print {
  .policy-item .policy {
    font-size: 1.1em;
  }
}

.policy-item .policy .br {
  display: block;
}

.policy-rules {
  z-index: 1;
}

.policy-rules .policy-item-inner {
  background-color: #fcd00b;
}

@media screen and (min-width: 480px), print {
  .policy-rules .policy-item-inner {
    position: absolute;
    top: 0;
    left: 5px;
    width: 100%;
  }
}

.policy-mental {
  margin: -10px 0;
  z-index: 2;
}

@media screen and (min-width: 480px), print {
  .policy-mental {
    margin: 0;
  }
}

.policy-mental .policy-item-inner {
  color: #fff;
  background-color: #f00;
}

.policy-sense {
  z-index: 1;
}

.policy-sense .policy-item-inner {
  background-color: #bdd13e;
}

@media screen and (min-width: 480px), print {
  .policy-sense .policy-item-inner {
    position: absolute;
    top: 0;
    right: 5px;
    width: 100%;
  }
}

/* 鳴瀬幼稚園ってどんなところ？ */
.about-narusek-section {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.about-narusek-section .inner {
  max-width: none;
}

.about-narusek-container {
  padding: 5px 0;
}

@media screen and (min-width: 768px), print {
  .about-narusek-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1100px), print {
  .about-narusek-container {
    min-height: 20em;
  }
}

.about-narusek-container:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px), print {
  .about-narusek-side {
    position: relative;
    width: 50%;
  }
}

@media screen and (min-width: 1440px), print {
  .about-narusek-side {
    width: 40%;
  }
}

.about-narusek-main {
  position: relative;
  padding: 1.5em 1em 1em;
}

@media screen and (min-width: 768px), print {
  .about-narusek-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: 2em;
  }
}

.about-narusek-main::before {
  content: "";
  display: block;
  position: absolute;
  right: -.5em;
  bottom: .25em;
  width: 7em;
  height: 7em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .25;
}

@media screen and (min-width: 1100px), print {
  .about-narusek-main::before {
    opacity: .6;
  }
}

@media screen and (min-width: 1600px), print {
  .about-narusek-main::before {
    width: 9em;
    height: 9em;
  }
}

.about-narusek-inner {
  position: relative;
  max-width: 800px;
  height: 100%;
  z-index: 10;
}

@media screen and (min-width: 1100px), print {
  .about-narusek-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.about-narusek-head {
  margin: 0 -.5em 1em;
}

@media screen and (min-width: 768px), print {
  .about-narusek-head {
    margin: 0 0 1em;
  }
}

@media screen and (min-width: 1100px), print {
  .about-narusek-head {
    width: 100%;
  }
}

.about-narusek-body {
  width: 100%;
}

@media screen and (min-width: 1100px), print {
  .about-narusek-body {
    padding: 0 4.5em 0 .1em;
  }
}

@media screen and (min-width: 768px), print {
  .about-narusek-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.about-narusek-img img {
  display: block;
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 768px), print {
  .about-narusek-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.about-narusek-heading {
  font-size: 100%;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .about-narusek-heading {
    text-align: left;
  }
}

.about-narusek-heading span {
  display: inline-block;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.3em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (min-width: 1440px), print {
  .about-narusek-heading span {
    font-size: 1.7em;
  }
}

.about-narusek-description {
  line-height: 1.6;
  font-size: .95em;
}

@media screen and (min-width: 1100px), print {
  .about-narusek-description {
    line-height: 1.5;
    font-size: 1.05em;
  }
}

@media screen and (min-width: 1440px), print {
  .about-narusek-description {
    font-size: 1.15em;
  }
}

.about-narusek-description p {
  font-weight: 500;
}

.about-narusek-environment {
  background-color: #fcd00b;
}

.about-narusek-environment .about-narusek-main::before {
  background-image: url(../img/pages/about/one.svg);
}

.about-narusek-environment .about-narusek-img img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.about-narusek-teamwork {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #bdd13e;
}

.about-narusek-teamwork .about-narusek-inner {
  margin-left: auto;
  margin-right: 0;
}

.about-narusek-teamwork .about-narusek-main::before {
  background-image: url(../img/pages/about/two.svg);
}

.about-narusek-teamwork .about-narusek-img img {
  -o-object-position: 25% 0;
     object-position: 25% 0;
}

/* --------------------------------

  id03　仕事内容

-------------------------------- */
.work-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
}

.work-menu li {
  width: 100%;
  padding: 0 1rem 1rem 0;
}

@media screen and (min-width: 480px), print {
  .work-menu li {
    width: 50%;
  }
}

.work-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 3.5em;
  color: #151515;
  background: transparent;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

@media screen and (min-width: 1100px), print {
  .work-menu a {
    height: 5em;
  }
}

.work-menu a:hover {
  text-decoration: none;
}

.work-menu a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: -.2rem .75rem 0 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (min-width: 1100px), print {
  .work-menu a::before {
    border-width: 20px 12px 0 12px;
  }
}

.work-menu span {
  display: block;
  width: 10em;
  font-weight: 700;
  font-size: 1.1em;
}

@media screen and (min-width: 480px), print {
  .work-menu span {
    width: auto;
  }
}

@media screen and (min-width: 1100px), print {
  .work-menu span {
    font-size: 1.7em;
  }
}

.work-menu .menu1 a {
  background-color: #fcd00b;
}

.work-menu .menu1 a:hover {
  background-color: #f7da59;
}

.work-menu .menu2 a {
  background-color: #bdd13e;
}

.work-menu .menu2 a:hover {
  background-color: #c9dd43;
}

.work-section .inner {
  max-width: none;
}

.work-description {
  max-width: 1100px;
  margin: auto;
  padding-bottom: 2em;
}

.work-description p {
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (min-width: 1100px), print {
  .work-description p {
    font-size: 1.03em;
  }
}

.work-head {
  margin: 0 -1em 2em;
  padding: 1.5em 0;
  text-align: center;
}

@media screen and (min-width: 640px), print {
  .work-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 200px;
    padding: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .work-head {
    height: 320px;
    margin: 0 -2em 2.5em;
  }
}

.work-head-primary {
  background-color: #fff8db;
}

.work-head-secondary {
  background-color: #f5f8e2;
}

.work-body {
  max-width: 1100px;
  margin: auto;
}

.work-img {
  margin-bottom: 1em;
}

@media screen and (min-width: 640px), print {
  .work-img {
    margin: 0 2rem 0 0;
  }
}

.work-img img {
  width: 90px;
}

@media screen and (min-width: 1100px), print {
  .work-img img {
    width: auto;
  }
}

.work-profile .jobname {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 500;
  font-size: 1.7em;
  color: #fc3a5f;
}

@media screen and (min-width: 1100px), print {
  .work-profile .jobname {
    font-size: 2em;
  }
}

.work-profile .length {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 500;
}

@media screen and (min-width: 1100px), print {
  .work-profile .length {
    font-size: 1.2em;
  }
}

.work-profile .length::before {
  content: "（";
}

.work-profile .length::after {
  content: "）";
}

.work-profile .license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 640px), print {
  .work-profile .license {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.work-profile .license span {
  display: block;
  margin: .5rem .5rem 0;
  padding: 1rem 1.25rem;
  line-height: 1;
  font-weight: 500;
  font-size: .85em;
  color: #fff;
  background-color: #fc3a5f;
}

@media screen and (min-width: 1100px), print {
  .work-profile .license span {
    font-size: 1em;
  }
}

.work-faq {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.work-faq:not(:last-child) {
  margin-bottom: 2em;
}

.work-faq dt {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.15em;
  color: #fc3a5f;
  border-bottom: 1px solid #a9a9a9;
}

@media screen and (min-width: 1100px), print {
  .work-faq dt {
    font-size: 1.3em;
  }
}

.work-faq dd {
  line-height: 1.6;
  font-size: .95em;
}

@media screen and (min-width: 1100px), print {
  .work-faq dd {
    font-size: 1em;
  }
}

/* --------------------------------

  id04　募集職種一覧

-------------------------------- */
/* 導入文 */
.joblist-intro {
  margin-bottom: 3em;
}

.joblist-intro p {
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (min-width: 1100px), print {
  .joblist-intro p {
    font-size: 1.1em;
  }
}

/* 募集要項 */
@media screen and (min-width: 1100px), print {
  .requirement-section:not(:last-child) {
    margin-bottom: 8em;
  }
}

.requirement-table {
  margin-bottom: 2em;
}

@media screen and (min-width: 1100px), print {
  .requirement-table {
    margin-bottom: 3em;
  }
}

@media screen and (min-width: 1100px), print {
  .requirement-table th,
  .requirement-table td {
    font-size: 1.05em;
  }
}

.requirement-table th {
  font-weight: 700;
}

@media screen and (min-width: 640px), print {
  .requirement-table th {
    width: 12em;
    text-align: center;
  }
}

.requirement-table td {
  font-weight: 500;
}

.requirement-table p {
  font-weight: 500;
}

.requirement-table-primary th {
  background: #fcd00b;
}

.requirement-table-secondary th {
  background: #bdd13e;
}

/* --------------------------------

  id05　よくあるご質問

-------------------------------- */
/* --------------------------------

  id06　応募・お問合せ

-------------------------------- */
/* お問い合わせ */
.contact-intro_section {
  font-size: 1.7rem;
  margin-bottom: 3em;
}

@media screen and (max-width: 767.98px) {
  .contact-intro_section {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
  }
}

.contact-intro_section .contact-us-main {
  max-width: none;
  margin: 0 0 1em 0;
}

.contact-form-section {
  font-family: "Noto Sans JP", sans-serif;
}

.contact-us-main {
  position: relative;
  margin-bottom: .5em;
  padding: 1em;
  color: #151515;
  line-height: 1.5;
  text-align: center;
  background-color: #bdd13e;
  margin: 1em auto;
}

@media screen and (min-width: 768px), print {
  .contact-us-main {
    padding: 1.5em;
    text-align: left;
    border-left: 125px solid #fcd00b;
  }
}

@media screen and (min-width: 1100px), print {
  .contact-us-main {
    max-width: 985px;
    margin: 1.5em auto;
    border-left-width: 180px;
  }
}

.contact-us-main::before {
  content: "";
  display: block;
  height: 80.83333px;
  margin: -1em -1em 1em;
  background: #bdd13e url(../img/base/tel.png) center no-repeat;
  background-size: auto 70%;
  z-index: 1;
  background-color: #fcd00b;
}

@media screen and (max-width: 767.98px) {
  .contact-us-main::before {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .contact-us-main::before {
    position: absolute;
    top: 50%;
    left: -125px;
    width: 125px;
    margin: 0;
    background: url(../img/base/tel.png) center no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 1100px), print {
  .contact-us-main::before {
    left: -180px;
    width: 180px;
  }
}

.contact-us-tel {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px), print {
  .contact-us-tel {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .contact-us-tel dl {
    position: relative;
    display: inline-block;
    padding-left: 90px;
  }
}

@media screen and (max-width: 479.98px) {
  .contact-us-tel dl {
    padding-left: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .contact-us-tel dl::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #fcd00b url("../img/base/tel.png") center no-repeat;
    background-size: 60%;
  }
}

@media screen and (max-width: 479.98px) {
  .contact-us-tel dl::before {
    position: static;
    margin: 0 auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 767.98px) {
  .contact-us-tel dl dt {
    text-align: left;
  }
}

@media screen and (max-width: 479.98px) {
  .contact-us-tel dl dt {
    text-align: center;
  }
}

.contact-us-tel .tel-link {
  display: inline-block;
  position: relative;
  color: #fcd00b;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

@media screen and (min-width: 1100px), print {
  .contact-us-tel .tel-link {
    font-size: 6.5rem;
  }
}

.contact-us-tel a.tel-link {
  color: #fcd00b;
}

.contact-us-tel a.tel-link:hover {
  color: #fcd00b;
  text-decoration: none;
}

.contact-us-time {
  position: absolute;
  top: 50%;
  right: 6.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 2em;
}

@media screen and (max-width: 1099.98px) {
  .contact-us-time {
    right: 2em;
  }
}

@media screen and (max-width: 767.98px) {
  .contact-us-time {
    position: static;
    padding-top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.contact-us-time dl {
  font-size: .9em;
}

@media screen and (max-width: 767.98px) {
  .contact-us-time dl {
    display: inline-block;
  }
  .contact-us-time dl:first-child {
    padding-right: 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .contact-us-time dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-us-time dl:first-child {
    padding-right: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .contact-us-time dl {
    font-size: 1em;
  }
}

.contact-us-time dl:not(:last-child) {
  margin-bottom: .3em;
}

@media screen and (min-width: 480px), print {
  .contact-us-time dt {
    display: inline-block;
  }
}

@media screen and (max-width: 767.98px) {
  .contact-us-time dt {
    padding-right: .5em;
  }
}

@media screen and (min-width: 480px), print {
  .contact-us-time dd {
    display: inline-block;
  }
}

/* メールフォームでのお問い合わせ */
@media screen and (min-width: 640px), print {
  .contact-form {
    padding: 0 1.8em;
  }
}

.contact-form-description {
  margin-bottom: 1.5em;
}

.contact-form .content p {
  margin-bottom: 1.5em;
}

.contact-form .content dl {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .contact-form .content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-form .content dl:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px), print {
  .contact-form .content dl:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px dotted #ddd;
  }
}

.contact-form .content dt {
  position: relative;
  margin-bottom: .5em;
  padding: 1em 1em 1em 5em;
  background-color: #eee;
}

@media screen and (min-width: 768px), print {
  .contact-form .content dt {
    width: 15em;
    margin-bottom: 0;
    background: none;
  }
}

.contact-form .content dd {
  padding: .5em 1em;
}

@media screen and (min-width: 768px), print {
  .contact-form .content dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1em;
  }
}

.contact-form .content .required dt:before {
  content: "必須";
  display: block;
  position: absolute;
  left: 1.2em;
  width: 4em;
  padding: .5em 0;
  line-height: 1;
  font-size: .8em;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #c00;
}

.form-description {
  font-size: 1.8rem;
  letter-spacing: .028em;
  margin-bottom: 1em;
}

@media screen and (max-width: 639.98px) {
  .form-description {
    font-size: 1.6rem;
  }
}

/* 個人情報及び特定個人情報保護方針 */
.contact-privacy {
  color: #151515;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  line-height: 1.6;
  border: 1px solid #eee;
  overflow-y: scroll;
  height: 16.5em;
  padding: .5em .8em;
}

@media screen and (max-width: 767.98px) {
  .contact-privacy {
    height: 25.5em;
  }
}

.contact-privacy-section .inner {
  line-height: 1.5;
}

.contact-privacy h3 {
  font-size: 1.7rem;
  margin: 1.8em 0 .3em;
  line-height: 1.3;
  color: #419B24;
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  .contact-privacy h3 {
    margin: 1.3em 0 .3em;
  }
}

.contact-privacy ol {
  margin-bottom: .85em;
}

.contact-privacy ol > ol {
  margin-top: .5em;
}

.contact-privacy dl {
  float: right;
  padding-top: 1.2em;
}

.contact-privacy .tel-link {
  color: #151515;
}

.contact-privacy a.tel-link {
  color: #151515;
}

.contact-privacy a.tel-link:hover {
  color: #d90000;
}

/* --------------------------------

  修正・追加用

-------------------------------- */
