@charset "UTF-8";
/* 202108 add */
.dnone {
  display: none !important; }

.breadcrumbs {
  color: #4b4637;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  box-sizing: border-box; }
  .breadcrumbs span {
    color: gray;
    font-size: 12px; }
    .breadcrumbs span a {
      color: gray;
      font-size: 12px; }
      .breadcrumbs span a.home:before {
        content: '\f015';
        font-family: "Font Awesome 5 Free";
        font-weight: 800; }

.at_new {
  position: relative; }

.at_new::before {
  display: inline-block;
  /* インラインボックス定義  */
  content: "NEW!";
  /* 表示する文字            */
  color: #ff0000;
  /* 文字色                  */
  font-weight: bold;
  /* 太字                    */
  font-size: 13px;
  /* ベースの文字サイズ      */
  letter-spacing: -1px;
  /* 文字間隔詰め            */
  line-height: 1;
  /* 1行の高さ               */
  vertical-align: top;
  /* 基準の高さ位置          */
  margin: 0;
  /* 外余白なし              */
  padding: 2px;
  /* 反転時の内余白          */
  /* ブリンクのアニメ指定    */
  animation: at_newAnime .7s infinite alternate;
  position: absolute;
  top: 0;
  left: 0;
  right: -80px; }
  @media screen and (min-width: 768px) {
    .at_new::before {
      top: -17px;
      left: -5px;
      right: 0; } }

@keyframes at_newAnime {
  100% {
    color: #ffffff; }
  /* ブリンク時の文字色      */ }
.has-text-align-center {
  text-align: center; }

.wp-block-columns {
  display: flex; }

.wp-block-image .aligncenter {
  text-align: center; }
.wp-block-image img {
  max-width: 100%;
  height: auto; }

.wp-block-buttons.is-content-justification-center {
  text-align: center; }
.wp-block-buttons .wp-block-button.aligncenter {
  text-align: center; }
.wp-block-buttons .wp-block-button a {
  background: #42a442;
  padding: 15px;
  border-radius: 50px;
  min-width: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: all 200ms; }
  .wp-block-buttons .wp-block-button a:after {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    margin-left: 6px;
    font-size: 22px; }
  .wp-block-buttons .wp-block-button a:hover {
    opacity: 0.7; }

.submain {
  background-position: center top; }
  @media screen and (max-width: 1199px) {
    .submain {
      width: 100%; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .submain {
      width: 1000px; } }
  .submain h1 span {
    display: block;
    line-height: 0;
    margin-top: -75px;
    font-size: 14px; }

.page-content .has-small-font-size,
.entry-content .has-small-font-size {
  font-size: 0.8em; }
.page-content .has-normal-font-size,
.entry-content .has-normal-font-size {
  font-size: 1em; }
.page-content .has-medium-font-size,
.entry-content .has-medium-font-size {
  font-size: 1.2em; }
.page-content .has-large-font-size,
.entry-content .has-large-font-size {
  font-size: 1.4em; }
.page-content .has-huge-font-size,
.entry-content .has-huge-font-size {
  font-size: 1.8em; }
.page-content a,
.entry-content a {
  color: #6db947; }
  .page-content a:hover,
  .entry-content a:hover {
    color: #ff9200; }

.page-content {
  margin-top: 70px; }

.jisseki_area {
  position: absolute;
  top: 10px;
  right: auto;
  left: 10px;
  text-align: left;
  z-index: 1; }
  .jisseki_area p {
    position: relative;
    top: auto;
    left: auto;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: bold;
    color: #3e6edd;
    margin: 0 0 0; }
    .jisseki_area p strong {
      font-size: 26px;
      line-height: 1.4em; }
  .jisseki_area pre {
    margin: 0;
    font-size: 10px;
    color: #3d6edd; }

.toppage_contents .wp-block-image {
  margin: 55px 0 15px; }
  .toppage_contents .wp-block-image a img {
    width: 100%;
    max-width: 800px; }
.toppage_contents p a {
  text-decoration: underline;
  transition: all 200ms; }
  .toppage_contents p a:hover {
    color: #ff9200; }

.mainVisual .moveBox > p {
  z-index: 1;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  text-align: center; }

.karadastation .backno {
  padding: 10px;
  border-bottom: solid 2px #4a4637;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 70px !important; }
.karadastation .wp-block-image figure {
  margin: 40px 0px 40px; }
.karadastation .wp-block-columns {
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
  background: #fff;
  padding: 25px 20px; }
  .karadastation .wp-block-columns .wp-block-column:nth-child(1) figure {
    margin: 0; }
  .karadastation .wp-block-columns .wp-block-column:nth-child(2) h2 {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px; }
  .karadastation .wp-block-columns .wp-block-column:nth-child(2) p {
    font-size: 20px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold; }
  .karadastation .wp-block-columns .wp-block-column:nth-child(2) .wp-block-buttons .wp-block-button {
    text-align: center; }
.karadastation .page-content h2 {
  margin-top: 10px; }
.karadastation .page-content p {
  max-width: 100%;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0; }

.voice h3 {
  margin-top: 0; }
.voice .wp-block-group__inner-container {
  background: #f1f1df;
  padding: 20px 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 6px 6px 0px #b6b6b6; }
  .voice .wp-block-group__inner-container > p {
    margin: 20px auto 15px; }
.voice .wp-block-columns {
  flex-wrap: wrap;
  flex-flow: column-reverse; }
  .voice .wp-block-columns .wp-block-column:nth-child(1) {
    flex-basis: 100% !important; }
    .voice .wp-block-columns .wp-block-column:nth-child(1) figure {
      margin: 10px 10px 35px; }
  .voice .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 100% !important; }
  .voice .wp-block-columns .wp-block-column p {
    margin-top: 0;
    margin-bottom: 15px; }

.imgbox {
  max-width: 630px;
  margin: 35px auto 35px; }
  .imgbox img {
    max-width: 100%; }

.wp-block-table {
  margin: 0 0 0; }

.recruit_contents {
  margin-bottom: 65px; }

.recruit_contents h2 {
  margin-bottom: 30px; }

.recruit_contents table {
  border-collapse: collapse;
  border-bottom: solid 1px #666;
  width: 100%; }

.recruit_contents table tr th,
.recruit_contents table tr td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  color: #4b4637;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 13.95px;
  max-width: 630px;
  letter-spacing: 0.05em; }

.recruit_contents table tr th {
  white-space: nowrap;
  border: solid 1px #666;
  background: #f1f1e0; }

.recruit_contents table tr td {
  background: #f8f8f2;
  border: solid 1px #666;
  border-top: none;
  border-bottom: none; }

.screen-reader-response p {
  color: #e20000;
  text-align: center; }
.screen-reader-response ul {
  display: none; }
  .screen-reader-response ul li {
    color: #e20000;
    text-align: center; }

.wpcf7-response-output {
  color: #e20000;
  text-align: center; }

.entry_form {
  margin-top: 50px; }
  .entry_form .attention,
  .entry_form .wpcf7-not-valid-tip {
    color: #e20000;
    font-weight: normal; }
  .entry_form .btns {
    text-align: center;
    margin: 55px 0; }
    .entry_form .btns .button_wrap {
      display: inline-block;
      position: relative; }
      .entry_form .btns .button_wrap input[type="submit"] {
        background: #6db947;
        color: #fff;
        display: block;
        width: 300px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        outline: none;
        position: relative;
        margin: 0 auto 0;
        border: none;
        transition: all 200ms;
        font-size: 16px; }
        .entry_form .btns .button_wrap input[type="submit"]:hover {
          background: #4b4637; }
      .entry_form .btns .button_wrap:after {
        content: url(../../../img/common/arrow_b.png);
        position: absolute;
        right: 10%;
        top: 15px;
        bottom: 0;
        height: 10px;
        transition: right 500ms; }
      .entry_form .btns .button_wrap:hover:after {
        right: 5%; }

.entry_form input[type="text"],
.entry_form input[type="email"],
.entry_form textarea {
  width: 100%;
  font-size: 16px;
  border: solid 1px #666;
  border-radius: 3px;
  padding: 6px;
  box-sizing: border-box; }

@media screen and (min-width: 768px) {
  .breadcrumbs {
    width: 100%; } }
  @media screen and (min-width: 768px) and (min-width: 769px) {
    .breadcrumbs {
      width: 1000px; } }

@media screen and (min-width: 768px) {
  .submain h1 span {
    display: block;
    line-height: 0;
    margin-top: -60px;
    font-size: 18px; }

  .jisseki_area {
    position: absolute;
    top: 620px;
    right: 280px;
    z-index: 1;
    text-align: right; }
    .jisseki_area p {
      position: relative;
      top: auto;
      left: auto;
      font-size: 26px;
      line-height: 1.4em;
      font-weight: bold;
      color: #3e6edd;
      margin: 0 0 0;
      background: none; }
      .jisseki_area p strong {
        font-size: 56px;
        line-height: 1.4em; }
    .jisseki_area pre {
      font-size: 16px; }

  .voice .wp-block-group__inner-container {
    padding: 25px; }
  .voice .wp-block-columns {
    flex-wrap: nowrap;
    flex-flow: nowrap; }
    .voice .wp-block-columns .wp-block-column:nth-child(1) {
      flex-basis: 33% !important; }
      .voice .wp-block-columns .wp-block-column:nth-child(1) figure {
        margin-bottom: 10px; }
    .voice .wp-block-columns .wp-block-column:nth-child(2) {
      flex-basis: 66% !important;
      padding: 10px; }

  .recruit_contents {
    width: 700px;
    margin: 0 auto 65px; }

  .recruit_contents table tr th,
  .recruit_contents table tr td {
    padding: 15px; }

  .recruit_contents table tr th {
    display: table-cell;
    width: 160px; }

  .recruit_contents table tr td {
    display: table-cell;
    border: solid 1px #666; }

  .karadastation .backno {
    font-size: 26px;
    margin-top: 80px !important; }
  .karadastation .wp-block-columns {
    display: flex; }
    .karadastation .wp-block-columns .wp-block-column:nth-child(2) {
      padding: 0 25px; }
      .karadastation .wp-block-columns .wp-block-column:nth-child(2) h2 {
        font-size: 25px; }
      .karadastation .wp-block-columns .wp-block-column:nth-child(2) p {
        text-align: left;
        font-size: 25px; }
      .karadastation .wp-block-columns .wp-block-column:nth-child(2) .wp-block-buttons .wp-block-button {
        text-align: right; }
  .karadastation .page-content p {
    font-size: 25px;
    font-weight: bold; } }
