:root {
  --taupe-text: #7a664f;  /* 文字・白文字ボタンの背景（WCAG AA 準拠）。コントラスト用途のみ */
  --taupe-decor: #c1b4a3; /* 区切り線・飾り棒・ドット・矢印・ハンバーガー等の装飾（元の繊細なトープ）*/
}
@charset "UTF-8";

/*
Theme Name: tamakouki
Theme URI: http://c.tamakouki.com/
Description: 株式会社たまこうきのテーマです。
Version: 1.0
Author: Tamakouki
*/
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
table,
caption,
th,
td,
form,
fieldset,
input,
textarea,
select,
pre,
address,
blockquote,
embed,
object,
dfn,
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
main,
audio,
video {
  margin: 0px;
  padding: 0px;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

address,
dfn {
  display: inline;
  font-style: normal;
}

canvas {
  width: 0;
  height: 0;
}

iframe {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #333333;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.8em;/*1.6から変更*/
  line-height: 1.7;
}

em {
  font-style: normal;
}

strong {
  font-style: normal;
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
}

caption,
th {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
}

a {
  color: var(--taupe-text);
  text-decoration: none;
  cursor: pointer;
}

form {
  font-weight: 400;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.8rem;/*1.6remから変更*/
  line-height: inherit;
  text-transform: none;
}

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

.u-ft-xxs {
  font-size: 1.2rem !important;/*1remから変更*/
}

.u-ft-xs {
  font-size: 1.4rem !important;/*1.2remから変更*/
}

.u-ft-s {
  font-size: 1.6rem !important;/*1.4remから変更*/
}

.u-ft-m {
  font-size: 1.8rem !important;/*1.6remから変更*/
}

.u-ft-l {
  font-size: 2rem !important;/*1.8remから変更*/
}

.u-ft-xl {
  font-size: 2.2rem !important;/*2remから変更*/
}

.u-ft-xxl {
  font-size: 2.6rem !important;/*2.4remから変更*/
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-l-c {
  text-align: left !important;
}

.u-ta-l-r {
  text-align: left !important;
}

.u-ta-c-l {
  text-align: center !important;
}

.u-ta-c-r {
  text-align: center !important;
}

.u-ta-r-l {
  text-align: right !important;
}

.u-ta-r-c {
  text-align: right !important;
}

.u-disp-n {
  display: none !important;
}

.u-disp-b {
  display: block !important;
}

.u-disp-i-n {
  display: inline !important;
}

.u-disp-ib-n {
  display: inline-block !important;
}

.u-disp-b-n {
  display: block !important;
}

.u-disp-n-i {
  display: none !important;
}

.u-disp-n-ib {
  display: none !important;
}

.u-disp-n-b {
  display: none !important;
}

.u-mgt0 {
  margin-top: 0 !important;
}

.u-mgt10 {
  margin-top: 10px !important;
}

.u-mgt20 {
  margin-top: 20px !important;
}

.u-mgt30 {
  margin-top: 30px !important;
}

.u-mgt40 {
  margin-top: 40px !important;
}

.u-mgt50 {
  margin-top: 50px !important;
}

.u-mgt60 {
  margin-top: 60px !important;
}

.u-mgt70 {
  margin-top: 70px !important;
}

.u-mgt80 {
  margin-top: 80px !important;
}

.u-mgt90 {
  margin-top: 90px !important;
}

.u-mgt100 {
  margin-top: 100px !important;
}

.u-lh175 {
  line-height: 1.75 !important;
}

.l-head {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}

.l-head.head-hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.is-nav-active .l-head {
  background-color: #ffffff;
}

.is-nav-active .l-head.head-hide {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-head__inner {
  padding: 0 20px;
}

.l-head__inner__main {
  display: flex;
  align-items: center;
  height: 60px;
  margin: 0 -20px;
}

.hdr-logo {
  margin: 0 10px;
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W6",
    "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1;
}

.hdr-logo__wrap {
  display: flex;
  align-items: center;
  color: #333333;
  transition: opacity 0.3s;
}

.hdr-logo__corp {
  font-size: 1.8rem;/*1.6remから変更*/
  font-weight: 500;
}

.hdr-logo__brand {
  margin-left: 0.5em;
  padding-bottom: 0.1em;
  font-size: 2.2rem;/*2remから変更*/
  font-weight: 600;
}

.hdr-nav {
  margin: 0 -10px;
}

.hdr-nav__core {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  padding: 20px 10px;
  overflow: hidden;
  -webkit-transform: translateX(-9999px);
  transform: translateX(-9999px);
  background-color: #f7f4f2;
  box-shadow: 0px 2px 2px -1px rgba(51, 51, 51, 0.2);
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}

.is-nav-active .hdr-nav__core.hdr-nav__core {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.hdr-nav__core__item a {
  display: block;
  padding: 15px 20px;
  color: #333333;
}

.hdr-nav__core__item a[target="_blank"] > span {
  position: relative;
  padding-right: 30px;
}

.hdr-nav__core__item a[target="_blank"] > span::before {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  background: url(images/ico-blank.svg)
    no-repeat center/contain;
  content: "";
}

.hdr-nav__core__item a > span {
  position: relative;
}

.hdr-nav__core__item a > span::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
  transition: width 0.3s;
}

.hdr-nav__core__item--contact {
  margin-top: 20px;
}

.hdr-nav__core__item--contact a {
  background-color: var(--taupe-text);
  color: #ffffff;
  font-weight: 500;
}

/* A/Bテスト[cta] バリアントB: お問い合わせボタンを暖色アクセントに。
   白文字とのコントラスト比 約5:1 で WCAG AA(4.5:1) を満たす濃いめの橙にする。 */
.hdr-nav__core__item--contact a.cta-b {
  background-color: #a85a16;
}

.home .hdr-nav__core__item.home a > span::after,
[class*="service"] .hdr-nav__core__item.service a > span::after,
[class*="news"] .hdr-nav__core__item.news a > span::after,
[class*="access"] .hdr-nav__core__item.access a > span::after,
[class*="company"] .hdr-nav__core__item.company a > span::after,
[class*="recruit"] .hdr-nav__core__item.recruit a > span::after,
[class*="privacy"] .hdr-nav__core__item--privacy a > span::after {
  width: 100%;
}

.news-template-default .hdr-nav__core__item.service a > span::after {
  width: 0;
}

.nav-btn {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 24px;
}

.nav-btn__core {
  display: block;
  width: 24px;
  height: 20px;
  cursor: pointer;
}

.nav-btn__core__item {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--taupe-decor);
  transition: all 0.5s;
}

.nav-btn__core__item:nth-child(1) {
  top: 0;
}

.nav-btn__core__item:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}

.nav-btn__core__item:nth-child(3) {
  bottom: 0;
}

.is-nav-active .nav-btn__core__item.nav-btn__core__item:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.is-nav-active .nav-btn__core__item.nav-btn__core__item:nth-child(2) {
  opacity: 0;
}

.is-nav-active .nav-btn__core__item.nav-btn__core__item:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.is-nav-active .l-foot {
  display: none;
}

.l-foot__top {
  background-color: #f7f4f2;
}

.l-foot__top .l-foot__inner {
  padding: 40px 20px 20px;
}

.l-foot__bottom {
  background-color: #565452;
}

.l-foot__bottom .l-foot__inner {
  padding: 15px 10px;
}

.ftr-link {
  display: none;
}

.ftr-copy {
  display: block;
  color: #ffffff;
  font-size: 1.4rem;/*1.2remから変更*/
  text-align: center;
}

.page-top {
  z-index: 1;
  position: relative;
  height: 0;
  margin-top: 120px;
}

.page-top > a {
  display: inline-block;
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  background-color: var(--taupe-text);
  opacity: 0;
  transition: opacity linear 0.3s;
}

.page-top > a::after {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.page-top.poswatchBottomUp > a {
  position: absolute;
}

.page-top.scrollwatchScrolled > a {
  opacity: 1;
}

.ftr-hdg {
  text-align: center;
}

.ftr-hdg__wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W6",
    "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1;
  text-align: center;
  transition: opacity 0.3s;
}

.ftr-hdg__corp {
  font-size: 1.6rem;
  font-weight: 500;
}

.ftr-hdg__brand {
  margin-left: 0.5em;
  padding-bottom: 0.1em;
  font-size: 2.4rem;/*2.2remから変更*/
  font-weight: 600;
}

.ftr-menu {
  margin-top: 30px;
}

.ftr-menu__item {
  margin-top: 10px;
  text-align: center;
}

.ftr-menu__core {
  display: block;
  position: relative;
  padding: 16px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #333333;
  font-weight: 500;
  transition: background 0.3s;
}

.ftr-menu__core::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent var(--taupe-decor) transparent;
  content: "";
}

.ftr-info {
  width: 100%;
}

.ftr-address-menu {
  width: 100%;
}

.ftr-address-menu__item + .ftr-address-menu__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: var(--taupe-decor) 1px solid;
}

.ftr-address-menu__hdg {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
}

.ftr-address-menu__hdg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
}

.ftr-address-tel {
  margin-left: 30px;
}

.ftr-address-tel__item {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.ftr-address-tel__item:not(:first-child) {
  display: none;
}

.ftr-address-tel__hdg {
  font-weight: 500;
}

.ftr-address-tel__hdg::after {
  content: "\00ff1a";
}

.ftr-address-tel__dtl {
  padding-left: 0.5em;
  font-size: 2rem;
}

.l-all {
  overflow: hidden;
}

.l-body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.l-body-main {
  flex: 1;
  margin-top: 60px;
}

.l-inner {
  margin-top: 20px;
  padding: 0 20px;
}

.hdg-lv1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 10px 20px;
  background-color: #f7f4f2;
  text-align: center;
}

.hdg-lv1__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hdg-lv1__jp {
  display: block;
  color: #565452;
  font-size: 3.2rem;
  font-weight: 600;
}

.hdg-lv1__en {
  display: block;
  margin-top: 10px;
  color: var(--taupe-text);
  font-family: "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.hdg-lv2 {
  position: relative;
  margin-top: 80px;
  padding-top: 40px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}

.hdg-lv2 .hdg-lv2__day + .hdg-lv2__cate {
  margin-left: 1.5em;
}

.hdg-lv2::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 40px;
  height: 4px;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
}

.hdg-lv2__item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-weight: 400;
}

.hdg-lv2__day,
.hdg-lv2__cate {
  display: inline-block;
}

.hdg-lv2__day {
  font-size: 1.6rem;
}

.hdg-lv2__cate {
  position: relative;
  margin-left: 0;
  padding: 0 5px 0 15px;
  font-size: 1.6rem;
}

.hdg-lv2__cate::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
}

.hdg-lv2-top {
  position: relative;
  margin-top: 100px;
  padding-top: 40px;
  text-align: center;
}

.hdg-lv2-top::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 40px;
  height: 4px;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
}

.hdg-lv2-top__en {
  display: block;
  color: #565452;
  font-family: "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.hdg-lv2-top__jp {
  display: block;
  margin-top: 10px;
  color: var(--taupe-text);
  font-size: 1.4rem;
}

.hdg-lv3 {
  margin-top: 60px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  text-align: center;
}

.hr-st {
  display: block;
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--taupe-decor);
}

.l-foot .hr-st {
  margin: 30px -20px;
}

.txt-link {
  margin-top: 40px;
  font-size: 1.4rem;
  font-weight: 600;
}

.txt-link--center {
  text-align: center;
}

.txt-link--right {
  text-align: right;
}

.txt-link__item {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  padding-right: 40px;
  color: #333333;
}

.txt-link__item::before,
.txt-link__item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
  transition: right 0.3s;
}

.txt-link__item::before {
  top: -4px;
  width: 12px;
  height: 2px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.txt-link__item::after {
  top: 2px;
  width: 30px;
  height: 2px;
}

.txt-st {
  margin-top: 60px;
  line-height: 1.75;
}

.txt-st + .txt-st {
  margin-top: 20px;
}

.row-st__inner > .txt-st:first-of-type {
  margin-top: 0;
}

.list-order + .txt-st {
  margin-top: 30px;
}

.txt-prf {
  margin-top: 40px;
}

.txt-prf__sub,
.txt-prf__main {
  display: inline-block;
  vertical-align: middle;
}

.txt-prf__sub {
  margin-right: 0.5em;
  font-size: 2rem;
}

.txt-prf__main {
  font-size: 2.4rem;
}

.btn-st__core {
  display: block;
  position: relative;
  padding: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(175, 175, 170, 0.3);
  color: var(--taupe-text);
  font-weight: 600;
  text-align: center;
  transition: opacity 0.3s;
}

.btn-st__core__inner {
  display: block;
  position: relative;
  padding: 0 30px;
}

.btn-st__core__inner::before,
.btn-st__core__inner:after {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
  transition: right 0.3s;
}

.btn-st__core__inner::before {
  bottom: 6px;
  width: 12px;
  height: 2px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.btn-st__core__inner::after {
  bottom: 0;
  width: 30px;
  height: 2px;
}

.ftr-info__hdg .btn-st {
  margin-top: 20px;
}

.btn-contact {
  margin-top: 40px;
  text-align: center;
}

.btn-contact__core {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: var(--taupe-text);
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
}

.list-tbl-pt1 {
  margin-top: 20px;
}

.ftr-address-menu .list-tbl-pt1 {
  display: none;
}

.list-tbl-pt1__inner {
  margin-top: 5px;
}

.list-tbl-pt1__hdg {
  font-weight: 500;
}

.list-tbl-pt1__hdg::after {
  content: "\00ff1a";
}

.list-svc-top {
  margin-top: 80px;
}

.area-edit + .list-svc-top {
  margin-top: 60px;
}

.list-svc-top__item {
  margin-top: 40px;
}

.list-svc-top__item__inner {
  display: flex;
  flex-direction: column;
}

.list-svc-top__item__hdg {
  order: 2;
  margin-top: 20px;
  font-size: 2rem;/*1.8remから変更*/
  text-align: center;
  transition: color 0.3s;
}

.list-svc-top__item__img-wrap {
  order: 1;
  text-align: center;
}

.list-svc-top__item__img-wrap img {
  height: 40px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.list-svc-top__item__dtl {
  order: 3;
  margin-top: 20px;
}

.list-svc-top__item__btn {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  order: 4;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.list-svc-top__item__btn > span {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  padding-right: 40px;
}

.list-svc-top__item__btn > span::before,
.list-svc-top__item__btn > span:after {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
  transition: right 0.3s;
}

.list-svc-top__item__btn > span::before {
  top: -4px;
  width: 12px;
  height: 2px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.list-svc-top__item__btn > span::after {
  top: 2px;
  width: 30px;
  height: 2px;
}

.list-svc-top__core {
  display: flex;
  position: relative;
  height: 100%;
  padding: 40px 20px 80px;
  background: #f7f4f2;
  color: #333333;
  transition: opacity 0.3s;
}

.list-svc-top__core * {
  min-height: 0%;
}

/* NEWS */

/* TOP NEWS*/

.top-news__wrapper  {
  margin-top: 40px;
}

.news__wrapper {
  display: flex;
  flex-direction: column;
}



.news__list {
  display: grid;
  gap:10px;
  grid-template-columns: repeat(2,1fr);
}



.news__link {
  transition: 0.3s;
}

.news__link:hover {
  opacity: 0.6;
}

.news__img {
  overflow: hidden;
  aspect-ratio: 303/202;
  text-align: center;
}

.news__img img {
  width: 100%;
  transition: 0.3s;
}

.news__img._not img {
  width: 75%;
  transition: 0.3s;
}

.news__link:hover .news__img img {
  transform: scale(1.05);
}

.news__info {
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #565452;
}

.news__info-date {
  font-size: 10px;
}

.news__info-category {
  font-size: 8px;
  padding: 1px 4px;
  background-color: #FAF8F3;
  margin-left: 5px;
  
}

.news__heading {
  color: #565452;
}

.news__title {
  font-size: 16px;
  line-height: 1.3;
}

.news__text {
  font-size: 14px;
}

/* 2023.11 以前のニュースcss*/

.list-news {
  margin-top: 60px;
  border-top: 1px solid var(--taupe-decor);
}

.list-news__item {
  border-bottom: 1px solid var(--taupe-decor);
}

.list-news__item__date {
  display: block;
  font-size: 1.4rem;
}

.list-news__item__inner {
  display: flex;
  align-items: center;
}

.list-news__cate {
  display: inline-block;
  position: relative;
  margin-top: -0.2em;
  margin-left: 1.5em;
  padding: 0 5px 0 15px;
  font-size: 1.2rem;
}

.list-news__cate::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
}

.list-news__core {
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
  background-color: #ffffff;
  color: #333333;
  transition: background 0.3s;
}

.list-news__core::before,
.list-news__core::after {
  position: absolute;
  right: 10px;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
  transition: right 0.3s;
}

.list-news__core::before {
  bottom: 23px;
  width: 12px;
  height: 2px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.list-news__core::after {
  bottom: 20px;
  width: 30px;
  height: 2px;
}

.list-news__core:hover::before,
.list-news__core:hover::after {
  right: 2px;
}

.list-news span.list-news__core::before,
.list-news span.list-news__core::after {
  content: none;
}

.list-bnr {
  margin-top: 60px;
}

.list-bnr__item {
  margin-top: 40px;
  box-shadow: 0 0 5px rgba(175, 175, 170, 0.3);
}

.list-bnr__item__dtl-wrap {
  padding: 20px 20px;
}

.list-bnr__item__dtl-hdg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--taupe-decor);
}

.list-bnr__item__dtl-txt {
  margin-top: 10px;
  font-size: 1.4rem;
}

.list-bnr__item__hdg {
  font-size: 1.6rem;
  line-height: 1.5;
}

.list-bnr__item__hdg-sub {
  display: block;
  color: var(--taupe-text);
  font-size: 1.2rem;
  font-weight: bold;
}

.list-bnr__item__cate {
  display: inline-block;
  position: relative;
  margin-left: 0.5em;
  padding: 0 5px 0 15px;
  font-size: 1.2rem;
  white-space: nowrap;
}

.list-bnr__item__cate::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: var(--taupe-decor);
  content: "";
}

.list-bnr__core {
  display: block;
  color: #333333;
  transition: opacity 0.3s;
}

.list-bnr__core[target="_blank"] .list-bnr__item__dtl-wrap {
  position: relative;
}

.list-bnr__core[target="_blank"] .list-bnr__item__dtl-wrap::after {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  background: url(images/ico-blank.svg)
    no-repeat center/contain;
  content: "";
}

.list-qa {
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d4ce;
}

.list-qa__item {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d8d4ce;
}

.list-qa__q,
.list-qa__a {
  display: table;
}

.list-qa__q__hdg,
.list-qa__a__hdg {
  display: table-cell;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.list-qa__q__dtl,
.list-qa__a__dtl {
  display: table-cell;
  padding-left: 0.5em;
}

.list-qa__q__hdg {
  color: #917e57;
}

.list-qa__a__hdg {
  color: var(--taupe-text);
}

.list-attr > li {
  display: flex;
}

.list-attr > li::before {
  margin-right: 0.3em;
  white-space: nowrap;
  content: attr(data-txt);
}

.hdg-lv3 + .list-attr {
  margin-top: 40px;
}

.list-order {
  margin-top: 60px;
  list-style-type: none;
  counter-reset: item;
}

.txt-st + .list-order {
  margin-top: 30px;
}

.list-order > li {
  position: relative;
  margin-top: 40px;
  padding-left: 1.2em;
}

.list-order > li::before {
  position: absolute;
  left: 0;
  content: counter(item) ".";
  counter-increment: item;
}

.list-order > li > .list-order {
  margin-top: 10px;
  counter-reset: cnt;
}

.list-order > li > .list-order > li {
  padding-left: 2em;
}

.list-order > li > .list-order > li::before {
  content: "(" counter(cnt) ") ";
  counter-increment: cnt;
}

.row-st {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-left: -20px;
}

.row-st--rv-sp {
  flex-direction: column-reverse;
}

.row-st--rv-sp .row-st__inner:first-of-type {
  margin-top: 0;
}

.row-st--rv-sp .row-st__inner:not(:first-of-type) {
  margin-top: 0;
}

.row-st__inner {
  margin-left: 20px;
}

.row-st__inner:not(:first-of-type) {
  margin-top: 40px;
}

.row-st__inner--2-4 {
  width: calc(50% - 20px);
  margin-top: 20px;
}

.row-st__inner--2-4:not(:first-of-type) {
  margin-top: 20px;
}

.row-st__inner--1-3 {
  width: calc(100% - 20px);
  margin-top: 20px;
}

.row-st__inner--1-3:not(:first-of-type) {
  margin-top: 20px;
}

.tbl-pt1 {
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid #d8d4ce;
  border-left: 1px solid #d8d4ce;
}

.tbl-pt1 th,
.tbl-pt1 td {
  display: block;
  padding: 10px;
  border-right: 1px solid #d8d4ce;
  border-bottom: 1px solid #d8d4ce;
  font-weight: 400;
}

.tbl-pt1 td ul {
  display: block;
}

.tbl-pt1 td ul li {
  margin-left: 10px;
}

.tbl-pt1 th {
  background-color: #fbf8f3;
}

.tbl-pt1 .list-attr {
  margin-top: 10px;
}

.tbl-pt1 .list-attr + p:not([class]),
.tbl-pt1 p:not([class]) + p:not([class]) {
  margin-top: 15px;
}

.link-txt {
  display: inline-block;
  vertical-align: middle;
}

.link-txt[target="_blank"]::after {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background: url(images/ico-blank.svg)
    no-repeat center/contain;
  vertical-align: middle;
  content: "";
}

.link-txt[href$=".pdf"]::after {
  background: url(images/ico-pdf.svg)
    no-repeat center/contain;
}

.img-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  margin-left: -20px;
}

.img-news a {
  display: block;
  transition: opacity 0.2s;
}

.img-news__item {
  display: block;
  width: calc(100% - 20px);
  margin-top: 20px;
  margin-left: 20px;
}

.img-news img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-ctr-wrap {
  margin-top: 60px;
  text-align: center;
}

.img-ctr-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-ctr-wrap.map {
  max-width: 600px;
  margin: 60px auto 0;
}

.top-slide {
  position: relative;
  overflow: hidden;
}

.top-slide a {
  display: block;
}

.top-slide a .top-slide__txt {
  position: relative;
  padding-right: 40px;
}

.top-slide a .top-slide__txt::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}

.top-slide img {
  width: 100%;
}

.top-slide__txt {
  width: 100%;
  padding: 10px;
  background-color: rgba(86, 84, 82, 0.9);
  color: #ffffff;
  font-size: 1.4rem;
}

/* トップスライダー: 自作バニラJS(js/top-slider.js)で制御するカルーセル。
   ドット・スワイプ・自動再生・無限ループ対応。ライブラリ非依存。 */
.top-slide__track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}
.top-slide__track > div {
  flex: 0 0 100%;
  width: 100%;
}
.top-slide__track img {
  pointer-events: none; /* ドラッグ中の画像ゴースト防止 */
}
/* ページ送りドット */
.top-slide__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.top-slide__dots button {
  width: 10px;
  height: 10px;
  padding: 11px;                 /* 見た目は10pxのまま、タップ領域を約32pxに広げる */
  border: none;
  border-radius: 50%;
  background-color: #cccccc;
  background-clip: content-box;
  box-sizing: content-box;
  cursor: pointer;
}
.top-slide__dots button[aria-current="true"] {
  background-color: #565452;
}
.top-slide__dots button:focus-visible {
  outline: 2px solid #565452;    /* キーボード操作時のフォーカス可視化 */
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .top-slide__track {
    transition: none;
  }
}

/* 画像ライトボックス(js/lightbox.js)。Magnific Popup の置き換え。 */
.lb-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  overscroll-behavior: contain; /* 背面へのスクロール連鎖を防ぐ(本体scrollロックはJS側) */
}
.lb-overlay[hidden] {
  display: none;
}
.lb-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
.lb-overlay button {
  position: absolute;
  padding: 0;
  border: none;
  background: none;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
}
.lb-overlay button:focus-visible {
  outline: 2px solid #ffffff;   /* 暗い背景上でのキーボードフォーカス可視化 */
  outline-offset: 2px;
}
.lb-close {
  top: 16px;
  right: 24px;
  font-size: 3.2rem;
}
.lb-prev,
.lb-next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 5rem;
  padding: 0 16px;
}
.lb-prev {
  left: 8px;
}
.lb-next {
  right: 8px;
}
.lb-prev[hidden],
.lb-next[hidden] {
  display: none;
}

/* 視覚的には隠すが支援技術には読ませる(見出し・スキップリンク等) */
.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.map-area {
  margin-top: 60px;
}

.map-area__wrap {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 108.6956%;
  border: 2px solid #d8d4ce;
}

.map-area__core {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alert {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

#town_name {
  display: none;
  padding-top: 12px;
  clear: both;
  color: #333333;
  font-size: 15px;
}

#town_name > div {
  padding: 8px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#selected_towns div {
  margin: 5px;
  padding: 5px;
  float: left;
  border: 1px solid #f7f4f2;
  border-radius: 3px;
}

#entry_info {
  display: none;
  padding: 12px;
  color: #333333;
  font-size: 15px;
}

#entry_info > div {
  width: 180px;
  padding: 8px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.area-edit p {
  margin-top: 60px;
  line-height: 1.75;
}

.area-edit p + p {
  margin-top: 20px;
}

.area-edit p + .area-edit p {
  margin-top: 20px;
}

.area-edit p + ul {
  margin-top: 20px;
}

.row-st__inner > .area-edit p:first-of-type {
  margin-top: 0;
}

.area-gmap {
  margin-top: 60px;
}

.area-form-edit {
  text-align: center;
}

.area-form {
  margin-top: 30px;

}

.area-form .form-err {
  margin-top: 10px;
  color: #cc0000;
  font-size: 1.4rem;
}

.list-form {
  margin-top: 60px;
  border-top: 1px solid var(--taupe-decor);
}

.list-form__item {
  padding: 20px 10px;
  border-bottom: 1px solid var(--taupe-decor);
}

.list-form__hdg {
  font-weight: 600;
}

.list-form__hdg label,
.list-form__hdg .inner {
  display: flex;
  align-items: center;
}

.list-form__hdg label.required::after,
.list-form__hdg .inner.required::after {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 5px;
  background-color: #cc0000;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
  content: "\005fc5\009808";
}

.list-form__dtl {
  margin-top: 15px;
}

.list-form__dtl .formrun-has-error {
  border: 1px solid #cc0000;
}

.list-form__dtl .chk-wrap {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.list-form__dtl .chk-wrap::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid;
  border-color: var(--taupe-decor);
  content: "";
}

.list-form__dtl input[type="text"],
.list-form__dtl select,
.list-form__dtl textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #d8d4ce;
  font-size: 1.6rem;
}

.list-form__dtl input[type="date"]{
  display: block;
  padding: 5px 10px;
  border: 1px solid #d8d4ce;
  font-size: 1.6rem;
}


.list-form__dtl input[type="checkbox"] {
  display: none;
}

.list-form__dtl input[type="checkbox"]:checked + .chk-wrap::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: var(--taupe-decor);
  content: "";
}

.list-form__dtl select {
  position: relative;
  padding-right: 20px;
}

.list-form__dtl .select-wrap {
  position: relative;
}

.list-form__dtl .select-wrap::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid var(--taupe-decor);
  border-bottom: 2px solid var(--taupe-decor);
  content: "";
}

/******************************
//  採用情報
//******************************/

/******************************
//  採用情報 archive
//******************************/

.recruit-link  {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-link__list  {
  width: 65%;
  min-width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:clamp(40px,6.25vw,80px);
  margin-bottom:clamp(40px,6.25vw,80px);
  flex-wrap: wrap;
}

.recruit-link__item._hidden {
  display: none;
}

.recruit-link__link  {
  width: 150px;
  margin: 5px;
  padding: 25px 28px;
  background-color: #faf8f3;
  border-radius: 5px;
  text-align: center;
  color: #333;
  transition: .3s;
  display: block;
  align-items: center;
  font-size: 15px;
}


.recruit-link__link:hover  {
  color: var(--taupe-text);
}

.recruit-link__link span  {
  position: relative;
  display: inline-block;
}

.recruit-link__link span::before  {
  position: absolute;
  content:"";
  display: block;
  top:-12px;
  left: 10px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-top: 1px solid #565452;
  transform: rotate(50deg);
}

.recruit-link__link span::after  {
  position: absolute;
  content:"";
  display: block;
  top:-10px;
  left: 10px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-right:1px solid #565452;
  transform: rotate(40deg);
}

/*recruit-vision*/

.recruit-vision  {
  margin-left: calc(50% - 100vw);
  margin-right: calc(50% - 100vw);
  padding-left: calc(100vw - 50%);
  padding-right: calc(100vw - 50%);
  background-color: #F8F4F1;
  padding-top:clamp(40px,6.25vw,80px);
  padding-bottom:clamp(40px,6.25vw,80px);
  margin-top: 60px;
}

.recruit-vision__inner  {
  background-color: #fff;
  
  margin: 80px auto 80px;
  padding: 1px 40px;
}

.recruit-vision__wrapper  {
  padding-top:90px;
  padding-bottom: 100px;
  display: block;
  flex-direction: column;
}

.recruit-vision__content-01  {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.recruit-vision__title  {
  font-size: 20px;
  color: #565452;
  padding: 20px 30px;
  background-color: #FAF8F3;
  display: inline-block;
  text-align: center;
  width: 260px;
}

.recruit-vision__subTitle {
  font-size: 18px;
  color: #565452;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--taupe-decor);
}

.recruit-vision__image  {
  text-align:left;
  margin-top:20px;
  margin-bottom: 30px;
  line-height: 2;
  /* width:260px; */
}

.recruit-vision__imageTxt {
  margin-bottom:15px;
}

.recruit-vision__imageTxt:last-of-type {
  margin-bottom:0px;
}

.recruit-vision__content02  {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-vision__list {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  justify-content: center;
}

.recruit-vision__item  {
  background-color: #FAF8F3;
  max-width: 270px;
  min-width: 250px;
  height: 200px;
  padding:30px 30px ;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin:10px; /*30pxから変更*/
  flex-grow: 1;
}

.recruit-vision__num {
  color: var(--taupe-text);
  font-weight: 600;
  font-size:clamp(1rem, 0.833rem + 0.83vw, 1.5rem);
}

.recruit-vision__subtitle {
  font-size: 1.8rem;/*1.6remから変更*/
  color: #565452;
  font-weight: bold;
}

.recruit-vision__txt {
  text-align: center;
  font-size: 1.4rem;/*1.3remから変更*/
  margin-top:15px;
}

.recruit-eduSys__content p {
  text-align: left;
  display: inline-block;
}

/* 採用ニュース  */



.recruit-news__wrapper {
  margin-top: 40px;
  padding-bottom: 40px;
}


.recruit-news__list {
  display: grid;
  gap:10px;
  grid-template-columns: repeat(2,1fr);
}


.recruit-news__link {
  transition: 0.3s;
}

.recruit-news__link:hover {
  opacity: 0.6;
}

.recruit-news__img {
  overflow: hidden;
  aspect-ratio: 303/202;
  text-align: center;
}

.recruit-news__img img {
  width: 100%;
  transition: 0.3s;
}

.recruit-news__img._not img {
  width: 75%;
  transition: 0.3s;
}

.recruit-news__link:hover .recruit-news__img img {
  transform: scale(1.05);
}

.recruit-news__info {
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #565452;
}

.recruit-news__info-date {
  font-size: 10px;
}

.recruit-news__info-category {
  font-size: 8px;
  padding: 1px 4px;
  background-color: #FAF8F3;
  margin-left: 5px;
  
}

.recruit-news__heading {
  color: #565452;
}

.recruit-news__title {
  font-size: 16px;
  line-height: 1.3;
}

.recruit-news__text {
  font-size: 14px;
}

.recruit-news__noText {
  position: absolute;
    /* top: 0; */
    left: 50%;
    transform: translate(-50%, 0px);
}



/*教育体制  */


.recruit-eduSys__wrapper  {
  width: 100%;
  margin-top:80px;
  border: 10px solid #FAF8F3;
}
.recruit-eduSys__contents  {
  max-width:840px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top:100px;
  padding-bottom:100px;
  box-sizing: border-box;
  margin:0 auto;
}
.recruit-eduSys__content  {
  display: flex;
  flex-direction: column;
}

.recruit-eduSys__content + .recruit-eduSys__content {
  margin-top:50px;
}
.recruit-eduSys__title  {
  text-align: center;
  margin-bottom:30px;
}

.recruit-eduSys__title + .recruit-eduSys__title {
  margin-top:clamp(30px,6.25vw,60px);
}
.recruit-eduSys__txt  {
  margin-top:30px;
}
.recruit-eduSys__images  {
  margin-top:40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.recruit-eduSys__image  {
  width: 100%;
}

.recruit-eduSys__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-eduSys__comingSoon {
  text-align: center;
}
/******************************
// 募集要項
//******************************/

.single-recruit__title{
  margin-bottom:50px;
}

.single-recruit__img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.btn-contact__line {
  margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.btn-contact-lineimg {
  margin-top:10px;
  width: 180px;
  transition: 0.3s;
}

.btn-contact-lineimg:hover {
  opacity: 0.7;
}

/******************************
// エントリーフォーム
//******************************/

.entryForm__lead {
  font-size: 14px;
  padding-left:1em;
  text-indent:-1em;
  display: block;
}

.entryForm__lead:first-of-type {
  margin-top:10px;
}

.entryForm__privacy {
  font-size: 1.3rem;
}

.entryForm__radio01 {
  flex-direction: column;
}

.entryForm__radio01 li:last-of-type {
  margin-top:10px;
}


/* 性別ラジオボタン*/
.radioList_hr {
	display: flex;
}

input[type="radio"] {
	opacity: 0; /*透明にして見えなくする*/
	position: absolute;/*本来の配置から切り離す*/
}

/* input[type="radio"]:focus + span ,
input[type="checkbox"]:focus + span {
	outline: 1px solid #ccc;
} */

/*クリック範囲*/
input[type="radio"]+span {
	display: inline-block;
	position: relative;
	margin: 0 1.3em 0 0 ;
	padding:0.3em 0.3em 0.3em 2em;
	line-height: 1;
	vertical-align: middle;
	cursor:pointer;
}

/* ラジオボタンスタイル */
input[type="radio"]+span::before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:25px;
	height: 25px;
	border: 1px solid var(--taupe-decor);
	border-radius: 50%;
	line-height: 1;
	background-color: #fff;
}

/* チェック印　未選択 */
input[type="radio"]+span::after {
	content:"";
	display: none;
}

/* チェック印　選択 */
input[type="radio"]:checked+span:after {
	display: block;
	position: absolute;
	top:5px;
	left:5px;
	width:17px;
	height: 17px;
	margin: 0;
	padding:0;
	border-radius: 50%;
	background-color: var(--taupe-text);
	line-height: 1;
}

/* 郵便番号 */
.entryForm__postcode {
  display: flex;
}

.entryForm__postcode-input {
  width: 50% !important;
}

.entryForm__postcode-button  {
  color:#ffffff;
  margin-left: 10px;
  background-color: var(--taupe-text);
  padding:10px;
}

@media screen and (min-width:768px),print {
	.inputLabel {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
  
}

@media screen and (max-width:767px),print {
  input[type="radio"]+span {
    margin: 0 0.5em 0 0 ;
  }
	input[type="checkbox"]+span {
		padding:0.3em 0.3em 0.3em 2em;
		margin:unset;
	}

}

@media print, all and (min-width: 768px) {
  .u-ta-l-c {
    text-align: center !important;
  }
  .u-ta-l-r {
    text-align: right !important;
  }
  .u-ta-c-l {
    text-align: left !important;
  }
  .u-ta-c-r {
    text-align: right !important;
  }
  .u-ta-r-l {
    text-align: left !important;
  }
  .u-ta-r-c {
    text-align: center !important;
  }
  .u-disp-i-n {
    display: none !important;
  }
  .u-disp-ib-n {
    display: none !important;
  }
  .u-disp-b-n {
    display: none !important;
  }
  .u-disp-n-i {
    display: inline !important;
  }
  .u-disp-n-ib {
    display: inline-block !important;
  }
  .u-disp-n-b {
    display: block !important;
  }
  .top-slide {
    width: 1280px;        /* 本文(.l-inner)と同じ幅・中央寄せ。広い画面でフル幅追従で縦が伸びるのを防ぐ */
    margin: 0 auto;
  }
  .l-head {
    min-width: 1280px;
    height: 80px;
  }
  .is-nav-active .l-head.head-hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .is-nav-active .l-head {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .l-head__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-head__inner__main {
    height: 80px;
    margin: 0;
  }
  .hdr-logo {
    margin: 0;
  }
  .hdr-logo__wrap:hover {
    opacity: 0.5;
  }
  .hdr-logo__corp {
    font-size: 2rem;
  }
  .hdr-logo__brand {
    font-size: 2.4rem;
  }
  .hdr-nav {
    margin: 0;
  }
  .hdr-nav__core {
    display: flex;
    position: static;
    align-items: center;
    height: auto;
    padding: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: transparent;
    box-shadow: 0px 2px 2px -1px rgba(51, 51, 51, 0);
    text-align: left;
    opacity: 1;
  }
  .hdr-nav__core__item.hdr-nav__core__item:nth-child(n + 3) {
    margin-left: 40px;
  }
  .hdr-nav__core__item a {
    display: inline-block;
    align-items: center;
    padding: 0;
  }
  .hdr-nav__core__item a:hover > span::after {
    width: 40px;
  }
  .hdr-nav__core__item a[target="_blank"] {
    position: relative;
    padding-right: 30px;
  }
  .hdr-nav__core__item a[target="_blank"] > span {
    padding-right: 0;
  }
  .hdr-nav__core__item a[target="_blank"] > span::before {
    content: none;
  }
  .hdr-nav__core__item a[target="_blank"]::after {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background: url(images/ico-blank.svg)
      no-repeat center/contain;
    content: "";
  }
  .hdr-nav__core__item--contact {
    margin-top: 0;
  }
  .hdr-nav__core__item--contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 70px;
    margin-top: 0;
    border: 2px solid var(--taupe-decor);
    transition: opacity 0.3s;
  }
  .hdr-nav__core__item--contact a:hover {
    opacity: 0.7;
  }
  .hdr-nav__core__item--contact a:hover > span::after {
    content: none;
  }
  .hdr-nav__core__item--home,
  .hdr-nav__core__item--privacy {
    display: none;
  }
  .nav-btn {
    display: none;
  }
  .is-nav-active .l-foot {
    display: block;
  }
  .l-foot__bottom {
    display: flex;
    justify-content: space-between;
  }
  .l-foot__bottom .l-foot__inner {
    padding: 15px 40px;
  }
  .l-foot__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
  }
  .ftr-link {
    display: flex;
    margin-left: -20px;
  }
  .ftr-link > li {
    margin-left: 20px;
  }
  .ftr-link > li + li {
    position: relative;
    padding-left: 20px;
  }
  .ftr-link > li + li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 50%;
    margin: auto;
    background-color: #ffffff;
    content: "";
  }
  .ftr-link__core:hover {
    text-decoration: underline;
  }
  .ftr-copy {
    text-align: left;
  }
  .ftr-hdg {
    text-align: left;
  }
  .ftr-hdg__wrap:hover {
    opacity: 0.5;
  }
  .ftr-hdg__corp {
    font-size: 2rem;
  }
  .ftr-hdg__brand {
    font-size: 2.4rem;
  }
  .ftr-menu {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -20px;
    padding: 0 15%;
  }
  .ftr-menu__item {
    width: calc(33.333% - 20px);
    margin-left: 20px;
  }
  .ftr-menu__core:hover {
    background-color: var(--taupe-text);
    color: #ffffff;
  }
  .ftr-menu__core:hover::after {
    border-color: transparent transparent #ffffff transparent;
  }
  .ftr-info {
    display: flex;
    padding: 0 21.5%;
  }
  .ftr-info__hdg {
    width: 320px;
  }
  .ftr-info__dtl {
    width: calc(100% - 320px);
    padding-left: 40px;
  }
  .ftr-address-menu {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: -30px;
  }
  .ftr-address-menu__item {
    width: calc(50% - 30px);
    margin-left: 30px;
    padding: 30px 20px 30px 30px;
  }
  .ftr-address-menu__item + .ftr-address-menu__item {
    margin-top: 0;
    padding-top: 30px;
    border-top: none;
    border-left: var(--taupe-decor) 1px solid;
  }
  .ftr-address-menu__hdg {
    font-size: 2rem;
  }
  .ftr-address-tel {
    margin-left: 0;
  }
  .ftr-address-tel__item:not(:first-child) {
    display: flex;
  }
  .ftr-address-tel__item:not(:first-child) .ftr-address-tel__dtl {
    font-size: 1.6rem;
  }
  .l-all {
    min-width: 1280px;
  }
  .l-body-main {
    margin-top: 80px;
  }
  .l-inner {
    width: 1280px;
    margin: 40px auto 0;
    padding: 0 40px;
  }
  .hdg-lv1 {
    min-height: 180px;
  }
  .hdg-lv1__jp {
    font-size: 3.6rem;
  }
  .hdg-lv1__en {
    font-size: 1.8rem;
  }
  .hdg-lv2-top {
    margin-top: 120px;
  }
  .hdg-lv2-top__en {
    font-size: 4.2rem;
  }
  .hdg-lv2-top__jp {
    font-size: 1.6rem;
  }
  .l-foot .hr-st {
    display: none;
  }
  .txt-link__item:hover {
    color: var(--taupe-text);
  }
  .txt-link__item:hover::before,
  .txt-link__item:hover::after {
    right: -4px;
  }
  .btn-st__core:hover {
    opacity: 0.7;
  }
  .btn-st__core:hover .btn-st__core__inner::before,
  .btn-st__core:hover .btn-st__core__inner:after {
    right: -5px;
  }
  .btn-contact__core {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 70px;
    margin: 0 auto;
    border: 2px solid var(--taupe-decor);
    transition: opacity 0.3s;
  }
  .btn-contact__core:hover {
    opacity: 0.7;
  }
  .list-tbl-pt1 {
    margin-top: -5px;
  }

  .tbl-pt1 td ul {
    display: flex;
  }

  .ftr-address-menu .list-tbl-pt1 {
    display: block;
    margin-top: 10px;
  }
  .list-tbl-pt1__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .list-tbl-pt1__hdg {
    width: 4em;
  }
  .ftr-address-menu .list-tbl-pt1__hdg {
    width: auto;
    margin-right: 0.5em;
  }
  .list-tbl-pt1__dtl {
    width: calc(100% - 4em);
    white-space: nowrap;
  }
  .ftr-address-menu .list-tbl-pt1__dtl {
    width: auto;
  }
  .list-svc-top {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-left: -20px;
  }
  .area-edit + .list-svc-top {
    margin-top: 20px;
  }
  .list-svc-top__item {
    width: calc(33.333% - 20px);
    margin-left: 20px;
  }
  .list-svc-top__core:hover .list-svc-top__item__img-wrap img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .list-svc-top__core:hover .list-svc-top__item__btn > span::before,
  .list-svc-top__core:hover .list-svc-top__item__btn > span:after {
    right: -5px;
  }
  .list-svc-top__core:hover {
    opacity: 0.7;
  }
  .list-news__core:hover {
    background-color: #f7f4f2;
  }
  .list-news span.list-news__core:hover {
    background-color: #ffffff;
  }
  .list-bnr {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -20px;
  }
  .list-bnr__item {
    width: calc(25% - 20px);
    margin-left: 20px;
  }
  .list-bnr__item:nth-child(n + 5) {
    margin-top: 20px;
  }
  .list-bnr__core:hover {
    opacity: 0.7;
  }
  .row-st--sb-pc {
    justify-content: space-between;
  }
  .row-st--rv-sp {
    flex-direction: row;
  }
  .row-st--rv-sp .row-st__inner:first-of-type {
    margin-top: 0;
  }
  .row-st__inner:not(:first-of-type) {
    margin-top: 0;
  }
  .row-st__inner--2-4 {
    width: calc(25% - 20px);
    margin-top: 0;
  }
  .row-st__inner--2-4:nth-child(n + 5) {
    margin-top: 20px;
  }
  .row-st__inner--1-3 {
    width: calc(33.333% - 20px);
    margin-top: 0;
  }
  .row-st__inner--1-3:nth-child(n + 4) {
    margin-top: 20px;
  }
  .row-st__inner--36-pc {
    width: calc(36% - 20px);
  }
  .row-st__inner--62-pc {
    width: calc(62% - 20px);
  }
  .row-st__inner--62-pc:only-child {
    width: calc(100% - 20px);
  }
  .tbl-pt1 th,
  .tbl-pt1 td {
    display: table-cell;
  }
  .tbl-pt1 th {
    width: 250px;
    text-align: center;
  }
  .link-txt:hover {
    text-decoration: underline;
  }
  .img-news a:hover {
    opacity: 0.7;
  }
  .img-news__item {
    width: calc(33.333% - 20px);
  }
  .top-slide a {
    transition: opacity 0.2s;
  }
  .top-slide a:hover {
    opacity: 0.7;
  }
  .map-area {
    margin-right: 10%;
    margin-left: 10%;
  }
  .map-area__wrap {
    padding-top: 55.5555%;
  }
  .area-form .form-err {
    width: 100%;
  }
  .list-form {
    margin: 0 150px;
  }
  .list-form__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .list-form__hdg {
    width: 350px;
  }
  .list-form__dtl {
    width: calc(100% - 350px);
    margin-top: 0;
  }
  .inner-wrap {
    padding: 0 200px;
  }

/******************************
// 採用情報
//******************************/
  .recruit-recruitment .tbl-pt1 td ul li{
    margin-left: 20px;
  }

  .recruit-vision__inner  {
    background-color: #fff;
    padding-top:1px;
    margin: 40px auto 0;
    padding: 1px 40px;
  }

  .recruit-link__list  {
    flex-wrap: nowrap;
  }

 
  .recruit-link__link  {
    min-width: 210px;
    width: 210px;
    margin:10px;
    padding:40px 50px;
    background-color: #FAF8F3;
    border-radius: 5px;
    text-align: center;
    color:#333333;
    transition: 0.3s;
    display: block;
    align-items: center;
  }

  .recruit-link__link span::before  {
    position: absolute;
    content:"";
    display: block;
    top:-12px;
    left: 30px;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-top: 1px solid #565452;
    transform: rotate(50deg);
  }
  
  .recruit-link__link span::after  {
    position: absolute;
    content:"";
    display: block;
    top:-10px;
    left: 30px;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-right:1px solid #565452;
    transform: rotate(40deg);
  }


  .recruit-vision__title  {
    font-size: 24px;
    color: #565452;
    padding: 35px 60px;
    background-color: #FAF8F3;
    display: inline-block;
    text-align: center;
    width: 500px;
  }

  .recruit-vision__subTitle {
    color: #565452;
    margin-top: 50px;
    padding-bottom: 10px;
    text-align: start;
  }

  .recruit-vision__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: center;
  }

  .recruit-vision__image  {
    text-align: left;
    margin-top:20px;
    margin-bottom: 50px;
    width: 500px;
  }

  .recruit-vision__imageTxt {
    margin-bottom:10px;
  }

  .recruit-vision__imageTxt:last-of-type {
    margin-bottom:0px;
  }

  .recruit-vision__item  {
    background-color: #FAF8F3;
    max-width: 270px;
    min-width: 250px;
    height: 200px;
    padding:30px 40px ;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:30px;
    flex-grow: 1;
  }

/******************************
// ニュース一覧
//******************************/

.news__list {
  display: grid;
  gap:20px;
  grid-template-columns: repeat(4,1fr);
}

.news__info-category {
  display: block;
  font-size: 12px;
  padding: 1px 5px;
  background-color: #FAF8F3;
  margin-left: 10px;
}


.news__info {
  margin-top: 16px;
  
}


.news__info-date {
  font-size: 16px;
}

.news__title {
  font-size: 20px;
  line-height: 1.6;
}

.news__text {
  font-size: 16px;
}


  /******************************
// 採用ニュース
//******************************/

.recruit-news__list {
  display: grid;
  gap:20px;
  grid-template-columns: repeat(4,1fr);
  position: relative;
}

.recruit-news__info-category {
  display: block;
  font-size: 12px;
  padding: 1px 5px;
  background-color: #FAF8F3;
  margin-left: 10px;
}

.recruit-news__wrapper {
  margin-top: 80px;
  padding-bottom: 80px;
}

.recruit-news__info {
  margin-top: 16px;
  
}


.recruit-news__info-date {
  font-size: 16px;
}

.recruit-news__title {
  font-size: 20px;
  line-height: 1.6;
}

.recruit-news__text {
  font-size: 16px;
}

  .recruit-eduSys__content p {
    display: table;
    margin:0 auto;
  }

    /******************************
// 募集要項
//******************************/

  .single-recruit__img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
  }

  .btn-contact-lineimg {
    width: 200px;
  }
  /******************************
// エントリーフォーム
//******************************/

.entryForm__lead {
  font-size: 14px;
  padding-left:1em;
  text-indent:-1em;
  display: block;
}

.entryForm__lead:first-of-type {
  margin-top:20px;
}

.entryForm__postcode-input {
  width: 30% !important;
}
.entryForm__postcode-button  {
  color:#ffffff;
  margin-left: 25px;
  background-color: var(--taupe-text);
  padding:10px;
}

.entryForm__radio01 {
  flex-direction: unset;
}

.entryForm__radio01 li:last-of-type {
  margin-top:unset;
}

}

@media screen and (min-width: 768px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}


/* アクセシビリティ: 暗背景フッターのリンク文字はトープ濃色化で読みにくくなるため明色に
   (ftr-copy は元から #fff のため対象外) */
.l-foot .ftr-link__core { color: #e8e1d6; }
