@charset "UTF-8";

@font-face {
  font-family: 'Jost';
  src: url( "fonts/Jost-VariableFont_wght.ttf") format('woff'); /* medium */
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

/* 英数字Jost */
@font-face {
  font-family: alphanumeric;
  src: url( "fonts/Jost-VariableFont_wght.ttf") format('woff'); /* medium */
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
  font-weight: normal;
  font-style: normal;
  font-display: swap
}
.f_alphanumeric { font-family: alphanumeric; }

/*変数*/
:root {
  --main_color: #84B0C6;
  --main_color_rgb: 132 176 198; /*#84B0C6*/
  --main_color2: #EFF4F7;
  --main_color_pale:#E8F4F5;

  --sub_color: #556392;
  --sub_color_rgb: 85 99 146; /*#556392*/
  --sub_color_pale: #EFF4F7;

  --txt_color:#222;
  --txt_title:#84B0C6;

  --black:#111;
  --black_rgb: 17 17 17;
  --white:#fff;
  --white_rgb: 255 255 255;
  --gray: #F6FAFB;
  --req:#dd7070;

  --table_border_gray: #D9D9D9;

  /*--filter_main_color: invert(22%) sepia(9%) saturate(934%) hue-rotate(118deg) brightness(95%) contrast(86%);*/
  --filter_white: invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(106%) contrast(101%);
  --filter_black: invert(16%) sepia(10%) saturate(13%) hue-rotate(348deg) brightness(99%) contrast(89%);

}

/*--------------------------------------
リセットCSS
--------------------------------------*/
*, ::before, ::after {-webkit-box-sizing: border-box; box-sizing: border-box; border-style: solid; border-width: 0;}
html { line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent;}
body { margin: 0;}
main { display: block;}
p, table, blockquote, address, pre, iframe, form, figure, dl { margin: 0;}
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0;}
ul, ol { margin: 0; padding: 0; list-style: none;}
dt { font-weight: 700;}
dd { margin-left: 0;}
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; border-top-width: 1px; margin: 0; clear: both; color: inherit;}
pre { font-family: monospace, monospace; font-size: inherit;}
address { font-style: inherit;}
a { background-color: transparent; text-decoration: none; color: inherit;}
abbr[title] { -webkit-text-decoration: underline dotted;text-decoration: underline dotted;
}
/* b, strong {font-weight: bolder;} */
code, kbd, samp { font-family: monospace, monospace; font-size: inherit;}
small { font-size: 80%;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub { bottom: -0.25em;}
sup { top: -0.5em;}
svg, img, embed, object, iframe { vertical-align: bottom;}
button, input, optgroup, select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; vertical-align: middle; color: inherit; font: inherit; background: transparent; padding: 0; margin: 0; border-radius: 0; text-align: inherit; text-transform: inherit;}
[type=checkbox] { -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox;}
[type=radio] { -webkit-appearance: radio; -moz-appearance: radio; appearance: radio;}
button, [type=button], [type=reset], [type=submit] { cursor: pointer;}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled { cursor: default;}
:-moz-focusring { outline: auto;}
select:disabled { opacity: inherit;}
option { padding: 0;}
fieldset { margin: 0; padding: 0; min-width: 0;}
legend { padding: 0;}
progress { vertical-align: baseline;}
textarea { overflow: auto;}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto;}
[type=search] { outline-offset: -2px;}
[type=search]::-webkit-search-decoration { -webkit-appearance: none;}
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit;}
label[for] { cursor: pointer;}
details { display: block;}
summary { display: list-item;}
[contenteditable]:focus { outline: auto;}
table { border-color: inherit;}
caption { text-align: left;}
td, th { vertical-align: top; padding: 0;}
th { text-align: left; font-weight: 700;}

/*--------------------------------------
サイト共通定義
--------------------------------------*/
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  line-height: 1.8;
  margin: 0 auto;
  min-height: 800px;
  min-width: 320px;
  width: 100%;
  color: var(--txt_color);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  /*font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;*/
  font-family: 'Noto Sans','Hiragino Kaku Gothic Pro','Arial', 'ヒラギノ角ゴ Pro W3', '游ゴシック', 'Yu Gothic', 'メイリオ','Helvetica Neue','Helvetica', 'Meiryo','ＭＳ Ｐゴシック',  sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  font-size: clamp(14px, 3vw, 16px);
}
body.open {
  overflow: hidden !important;
}
@media (min-width: 1025px) {
  body.open {
    overflow: auto !important;
  }
}
body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-track {background-color: var(--white);}
body::-webkit-scrollbar-thumb {
  background-color: var(--main_color);
  border-radius: 100px;
}

::-moz-selection {
  background: var(--main_color);
  color: var(--white);
}
::selection {
  background: var(--main_color);
  color: var(--white);
}
ul::-webkit-scrollbar {
  display: none;
}
img{
  width:100%;
  height:auto;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.inner {
  max-width: 1200px;
  margin: auto;
}
.bg_color {
  background: var(--main_color3);
}

.fw_b{
  font-weight:bold;
}

.fs_18{
  font-size: 18px;
}

.fs_28{
  font-size: 28px;
}

.mb_20{
  margin-bottom:20px !important;
}

/*.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}*/

/*--------------------------------------
共通のtable
--------------------------------------*/
table {
  border-spacing: 0;
}
/*01求人用使用*/
.table_01 {
  width: min(100%, 1040px);
  margin: auto;
  font-size: 14px;
}
.table_01 tr th,
.table_01 tr td {
  display: block;
  padding: 24px 24px 8px 24px;
  border-bottom: 1px solid rgb(var(--black_rgb)/20%);
}
.table_01 tr th {
  /* border-bottom: 1px solid var(--main_color); */
}
.table_01 tr td {
  border: none;
}
@media (min-width: 600px) {
  .table_01 {
    font-size: 16px;
  }
  .table_01 tr th,
  .table_01 tr td {
    display: table-cell;
    vertical-align: middle;
    padding: 24px;
    border-bottom: 1px solid rgb(var(--black_rgb)/20%);
  }
  .table_01 tr th {
    width: 25%;
    /* border-color: var(--main_color); */
  }
}

/* レスポンシブ */
.table_02 {
  width: min(100%, 1040px);
  margin: auto;
  font-size: 14px;
}
.table_02 tr th,
.table_02 tr td {
  display: block;
  padding: 16px 24px;
  border-bottom: 2px solid var(--white);
}
.table_02 tr th {
  background: var(--table_bg_color);
}
@media (min-width: 600px) {
  .table_02 {
    font-size: 16px;
  }
  .table_02 tr th,
  .table_02 tr td {
    display: table-cell;
    width: 50%;
    padding: 24px;
    vertical-align: middle;
    text-align: center;
  }
}

/* 3カラム */
/*.table_03 {
  width: min(100%, 1040px);
  margin: auto;
  font-size: 14px;
}
.table_03 tr th,
.table_03 tr td {
  width: 33%;
  padding: 16px 8px;
  vertical-align: middle;
  text-align: center;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  line-height: 1.5;
}
.table_03 tr th {
  background: var(--main_color2);
  color: var(--white);
  font-weight: 700;
}
.table_03 tr:not(:first-child) th {
  background: var(--table_bg_color);
  color: var(--black);
}
@media (min-width: 600px) {
  .table_03 tr th,
  .table_03 tr td {
    padding: 24px;
  }
}
*/
/*--------------------------------------
共通のボタン
--------------------------------------*/
/* Moreボタン */
.btn_01 {
  background: var(--white);
  /* border: 1px solid var(--main_color); */
  color: var(--black);
  display: block;
  margin: 20px auto 0;
  max-width: 300px;
  padding: 20px;
  text-align: center;
  width: 100%;
  border: 1px solid var(--main_color);
  transition: all 0.3s;
}
@media (min-width: 800px) {
  .btn_02 {
    padding: 8px;
    margin: 32px auto 0;
  }
}



/* カテゴリリンクボタン、一覧へ戻るボタン */
.btn_02 {
  background: var(--white);
  color: var(--main_color);
  border: 1px solid var(--main_color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 10px;
  max-width: 350px;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_02:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--main_color);
  border: 1px solid var(--main_color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.btn_02 img {
  filter: var(--filter_main_color);
  transition: all ease 0.3s;
}

@media (min-width: 1025px) {
  .btn_02 {
    margin: 0 auto;
  }
}
/*--------------------------------------
共通のSNSアイコンheader/footer
--------------------------------------*/
.sns {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 40px;
}
.sns a {
  background: var(--main_color);
  color: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  transition: 0.5s !important;
}

.sns a:last-child {
  margin-right: 0;
}
.sns a img {
  width: 18px;
  height: auto;
  filter: var(--filter_white);
}
/*--------------------------------------
共通のform
--------------------------------------*/
form {
  width: 100%;
  margin: auto;
  font-size: 12px;
}
@media (min-width: 600px) {
  form {
    font-size: 16px;
  }
}
form .required_red {
  margin-left: 4px;
  padding: 0 4px;
  background: var(--req);
  color: var(--white);
  font-size: 12px;
  font-weight: 300;
}
form .item {
  overflow: hidden;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px dashed #dfe3e8;
  padding: 15px 10px;
}

form .item .label {
  /* background: #e9eeed; */
  width: 100%;
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  /* padding: 10px 0; */
  cursor: auto;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  form .item .label {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  form .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* height: 80px; */
    padding: 20px 10px;
  }
  form .item .label {
    width: 300px;
  }
}
form .item > div {
  width: 100%;
  /* border: solid 1px #9c9c9c; */
  /* padding: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
@media (min-width: 600px) {
  form .item > div {
    /* padding: 20px 10px; */
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  form .item > div {
    width: 70%;
  }
}
form .item > div .inputs {
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  padding: 15px;
  font-size: 16px;
}

::placeholder { color: #bbb; }
form .item .post_code_box input { width: 40%; }
.error { margin-bottom: 30px; }
.error li { color: var(--req); }

.btn_area {
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 300px;
  margin: 30px auto 0;
}
.btn_area input[type=submit],
.btn_area a {
  background: var(--main_color);
  border: none;
  color: var(--white);
  font-size: 16px;
  /* font-weight: bold; */
  padding: 10px 20px;
  margin: 0 0 10px;
}
.btn_area input[type=reset],
.btn_area input[type=button] {
  background: var(--gray);
  border: none;
  color: var(--white);
  font-size: 16px;
  /* font-weight: bold; */
  padding: 10px 20px;
}

/* ページネーション */
.page_list {
  margin-top: 40px;
  padding: 0 20px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.page_list li {
  border: 1px solid;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  border-color: var(--main_color);
  color: var(--main_color);
}
.page_list li.active {
  background: var(--main_color);
  color: var(--white);
}
.page_list li.arrow { border: none; }
.page_list li.disabled.arrow { opacity: 0; }
.page_list li.arrow img {
  width: 8px;
  height: auto;
  vertical-align: middle;
  filter: var(--filter_black);
}
.page_list li.arrow.prev img { transform: rotate(180deg); }
.page_list li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  .page_list { margin-top: 64px; }
}

/* 属性ごとのスタイル */
form .comment{ height: auto; }
form .radiobtn .inputs,
form .checkbox .inputs  {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 600px) {
  form .radiobtn .inputs,
  form .checkbox .inputs  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
form .radiobtn .inputs .contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
form .radiobtn .inputs label,
form .checkbox .inputs label {
  margin-left: 3px;
  font-size: 14px;
}
@media (min-width: 600px) {
  form .radiobtn .inputs label {
    margin-right: 15px;
  }
}
form .checkbox input { vertical-align: baseline; }
@media (min-width: 600px) {
  form .checkbox  label {
    margin-right: 15px;
  }
}

form .pulldown select {
  width: 100%;
  position: relative;
  padding: 0 15px;
  height: 40px;
}
form .pulldown div {
  /* width: 70%; */
  position: relative;
  background: var(--form_bg_color);
}
form .pulldown div::before {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 0 3px 3px 0;
  background-color: var(--main_color);
  content: '';
}
form .pulldown div::after {
  position: absolute;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------
ローディングアニメーション
--------------------------------------*/
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fafafa;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.loader {
  width: 60px;
  aspect-ratio: 3;
  --dot: no-repeat radial-gradient(circle closest-side,var(--main_color2) 90%,#0000);
  background:
  var(--dot) 0%   50%,
  var(--dot) 50%  50%,
  var(--dot) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: loading-dot 1s infinite linear;
}
@keyframes loading-dot {
  20%{background-position:0%   0%, 50%  50%,100%  50%}
  40%{background-position:0% 100%, 50%   0%,100%  50%}
  60%{background-position:0%  50%, 50% 100%,100%   0%}
  80%{background-position:0%  50%, 50%  50%,100% 100%}
}

/*--------------------------------------
表示・非表示
--------------------------------------*/
.display_pc { display: none!important; }
.display_sp { display: block!important; }
@media screen and (min-width: 600px){
	.display_pc { display: block!important; }
	.display_sp { display: none!important; }
}

/*--------------------------------------
ヘッダー
--------------------------------------*/
header {
  position: fixed;
  width: 100%;
  height: 64px;
  z-index: 10;
  padding: 4px;
}
header .frame_header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(var(--white_rgb) / 0.95);
  border-radius: 32px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  header {
    height: 96px;
    padding: 16px;
  }
  header .frame_header {
    border-radius: 48px;
    max-width: 1280px;
    margin-inline: auto;
  }
}
header h1.logo {
  padding: 8px 0;
  position: relative;
  z-index: 1;
}
header h1.logo img {
  width: 60%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
}

/* 追尾 - お問い合わせリンク */
.floating_contact {
  position: fixed;
  bottom: 20vh;
  right: 0;
  z-index: 2;
}
.floating_contact a {
  writing-mode: vertical-rl;
  padding: 36px 12px;
  background: var(--sub_color);
  color: var(--white);
  display: block;
  letter-spacing: 2px;
  opacity: 1.0;
  transition: all 0.5s ease;
}
.floating_contact a:after {
  content: "▼";
  padding-top: 4px;
}
.floating_contact a:hover {
  opacity: 0.7;
}
@media (min-width: 600px) {
  .floating_contact {
    bottom: 25vh;
  }
}


/* PC用ナビゲーション */
header .pc_nav { display: none; }
@media (min-width: 800px) {
  header .header_menu{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
  }
  header .pc_nav { display: block; }
  header .pc_nav ul {
    display: flex;
    justify-content: flex-end;
    /* gap: 40px; */
    gap: 3.0vw;
    /*font-size: clamp(12px, 1.2vw, 14px);*/
    font-size: 14px;
    margin-right: 48px;
  }
  header .pc_nav ul li{
    flex-shrink: 0;
    white-space: nowrap;
  }
  header .pc_nav ul li a {
    position: relative;
    font-family: alphanumeric;
    font-weight: normal;
  }
  header .pc_nav ul li a:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    background-color: var(--main_color);
    bottom: -5px;
    left: 0;
    width: 0;
    transition: all 0.5s ease;
  }

}
header p {
  height: 30px;
  -ms-grid-column-align: end;
  justify-self: end;
  padding-right: 10px;
  transition: all 0.5s;
}
@media (min-width: 600px) {
  header p {
    width: 100%;
    height: 100%;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }
}
/* header p.tel {
  display: none;
} */
@media (min-width: 600px) {
  header p.tel {
    display: block;
    background: rgb(255 255 255 / 0.2);
  }
}
@media (min-width: 600px) {
  header p.mail {
    display: block;
    background: rgb(255 255 255 / 0.5);
  }
}

/* ハンバーガーメニューボタン */
header .sp_nav { display: block; }
@media (min-width: 800px) {
  header .sp_nav { display: none; }
}

/* ハンバーガーメニュー */
/* menu-nav */
header .sp_nav .menu-btn { display: none; }
header .sp_nav .menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
/*  position: relative;
  height: 100%;*/
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  z-index: 1;
  position: relative;
  width: 60px;
  height: 60px;
}
header .sp_nav .menu-icon .navicon {
  background: var(--main_color);
  display: block;
  height: 3px;
  width: 30px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
header .sp_nav .menu-icon .navicon:before, header .sp_nav .menu-icon .navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: var(--main_color);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
header .sp_nav .menu-icon .navicon:before { top: 9px; }
header .sp_nav .menu-icon .navicon:after { bottom: 9px; }

/* menu-nav open */
header .sp_nav .menu-btn:checked ~ .nav_list {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  border-top: 1px solid var(--white);
}
header .sp_nav .menu-btn:checked ~ .nav_list a,
header .sp_nav .menu-btn:checked ~ .nav_list li {
  opacity: 1;
}
/*header .sp_nav .menu-btn:checked ~ .bg {
  display: block;
}*/
header .sp_nav .menu-btn:checked ~ .menu-icon .navicon {
  background: rgb(0 0 0 / 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
header .sp_nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  top: 0;
}
header .sp_nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  bottom: 0;
}
/*header .sp_nav .menu-btn:checked ~ nav {
  border-left: 1px solid #000;
}*/

/* menu inner */
header .sp_nav .nav_list {
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100svh;
  top: 0;
  right: 0;
  padding: 84px 0;
  background: rgb(var(--white_rgb) / 0.95);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}
@media (min-width: 600px) {
  header .sp_nav .nav_list { padding: 84px 50px; }
}
@media (min-width: 1025px) {
  header .sp_nav .nav_list {
    position: absolute;
    width: 458px;
    padding: 50px 120px;
  }
}
header .sp_nav .nav_list ul {
  width: 100%;
  height: 100%;
  padding: 0 40px 40px;
  overflow-y: scroll;
}
@media (min-width: 600px) {
  header .sp_nav .nav_list ul { padding: 0; }
}
header .sp_nav .nav_list ul li {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  line-height: 3.3;
}
header .sp_nav .nav_list ul li > a {
  font-family: alphanumeric;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  padding: 0 10px;
  border-bottom: 1px solid rgb(var(--black_rgb)/50%);
  transition: all 0.5s;
}
header .sp_nav .nav_list ul li > a:after {
  position: absolute;
  right: 16px;
  display: block;
  content: "";
  width: 8px;
  height: 14px;
  background: url(images/icon_arrow.svg) center / cover no-repeat;
  filter: var(--filter_black);
  transition: all 0.5s;
}
header .sp_nav .nav_list ul li.li_sns {
  margin-top: 30px;
  margin-bottom: 0;
  border-bottom: none;
}

/* SNSアイコン */
header .sp_nav .nav_list ul li.li_sns .sns {
  justify-content: flex-start;
  margin-bottom: 0;
}
header .sp_nav .nav_list ul li.li_sns .sns a {
  background: var(--white);
  border: 1px solid var(--main_color);
}
header .sp_nav .nav_list ul li.li_sns .sns a img{ filter: var(--filter_black); }

/*--------------------------------------
メイン
--------------------------------------*/
/* トップセクション共通 */
.index .sec { padding: min(20%,120px) 20px; }

/* メインビジュアル */
.mainvisual {
  max-width: 100vw;
  height: 100%;
  /* height: 100vh; */
  margin: 0 0 0 0;
  /* padding-top: 80px; */
  position: relative;
}
@media (min-width: 800px) {
  .mainvisual {
    /* margin: 0 0 0 15vw; */
    height: 80vh;
  }
}


.mainvisual .swiper-pagination-horizontal { bottom: 20px; }
.mainvisual .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid var(--white);
  opacity: 1;
}
.mainvisual .swiper-pagination-bullet-active { background: var(--white); }
.mainvisual .swiper-pagination { z-index: 1; }
.mainvisual img {
  width: 100svw;
  height: auto;
  object-fit: unset;
  object-position: center center;
}
@media (min-width: 800px) {
  .mainvisual img {
    /* height: calc(100svh - 60px); */
    height: 100svh;
    object-fit: cover;
  }
}

.mainvisual_area{
  position:relative;
  z-index:1;
}
/* .mainvisual_area::after{
  content: "";
  background: var(--main_color_pale);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
} */
/* @media (min-width: 800px) {
  .mainvisual_area::after{
    top: -70px;
    left: 0;
  }
} */


.mainvisual_txt_area {
  /* bottom: -37px; */
  /* left: 6.0vw; */
  left: 0;
  right: 0;
  top: 55%;
  /* bottom: 4vh; */
  transform: translateY(-50%);
  z-index: 10;
  margin: auto;
  position: absolute;
  width: 100%;
  height: auto;
  /* max-width: 290px; */
  /* padding: 10px; */
}
.mainvisual_title{
  width: fit-content;
  font-size: clamp(24px, 5vw, 64px);
  font-weight: bold;
  padding: 0 1.8rem;
}
.mainvisual_txt{
  width: fit-content;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  line-break: anywhere;
  padding: 0 1.8rem;
}
@media (min-width: 800px) {
  .mainvisual_txt_area {
    /* bottom: 30px; */
    /* bottom: 15vh; */
    /* top: 55%; */
    left: 5vw;
    right: 0;
  }
  .mainvisual_title{ padding: 0 1.0rem; }
  .mainvisual_txt{
    /* margin: 20px 0 0 4vw; */
    padding: 0 1.0rem;
  }
}

/* ---------- トップページ　NEWS＆SNS ---------- */
/*サムネなし*/
.top_news .inner{ max-width: 960px; }
.top_news .news_list li {
  border-top: 1px solid var(--table_border_gray);
  padding: 12px 0;
}
.top_news .news_list li:last-of-type {
  border-bottom: 1px solid var(--table_border_gray);
}
.top_news .news_list li a {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 8px 12px;
}
.top_news .news_list li a time {
  font-family: 'alphanumeric';
  margin-right: 12px;
  display: block;
  color: var(--main_color);
}

@media (min-width: 800px) {
  .top_news .inner{
    display:grid;
    grid-template-columns: 300px auto;
    grid-gap: 0 60px;
    grid-template-areas:
      "title news"
      "btn news";
    align-items: center;
  }
  .top_news .news_list li:first-of-type {
    border-top: none;
  }
  .top_news .inner .title{
    grid-area: title;
    /* margin-bottom:0; */
    align-self: end;
    justify-self: left;
    width: 100%;
  }
  .top_news .inner .btn_01{
    grid-area: btn;
    margin: 12px auto 0;
    /* align-self: start; */
    align-self: end;
    justify-self: center;
  }
  .top_news .inner .news_list{ grid-area: news; }
  .top_news .news_list li a time{ display: inline; }
}

/*サムネあり*/
.top_news2 .inner{ max-width: 960px; }
.top_news2 .news_list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.top_news2 .news_list li time {
  font-family: alphanumeric;
}
.top_news2 .news_list li .news_thumbnail{
  max-width: 360px;
  border: 1px solid #ededed;
  margin-bottom: 12px;
}
.top_news2 .news_list li .news_thumbnail img{
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media (min-width: 800px) {
  .top_news2 .news_list{
    flex-direction: row;
    gap: 12px;
  }
}

/* カテゴリ装飾 top/news共通*/
span[class^="notice"] {
  display: inline-block;
  width: 100px;
  color: var(--main_color);
  border:1px solid var(--main_color);
  text-align: center;
  font-size: 0.75rem;
}

/* ---------- 事業内容 BUSSINESS ---------- */
/* .top_bussiness {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 0 min(14%,120px);
  padding: min(14%,120px) 0;
  gap: 40px;
} */
.top_bussiness.bg {
  background:var(--gray);
}
.top_bussiness .business_outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: min(14%,120px) 0;
  gap: 40px;
}
.top_bussiness .biz_topbox{ display: contents; }
.top_bussiness .biz_topbox .bg_box{
  height: 300px;
  background: no-repeat center center/cover url(images/top_bizbg.webp);
}
.top_bussiness .txt_box_inner{
  width: 88%;
  margin: 0 auto;
}
.top_bussiness .biz_inner{
  max-width:1200px;
  width: 88%;
  margin: 0 auto;
}
.top_bussiness .list_biz{
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  justify-content: center;
  /* grid-template-columns: repeat(3, 1fr); */
  /* display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; */
  /* gap: 40px 20px; */
  gap: 64px 80px;
}
.top_bussiness .list_biz li{ max-width: 420px; }
.top_bussiness .list_biz li > * + *{ margin-top: 20px; }

.top_bussiness .list_biz li .biz_name{
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: var(--sub_color);
  text-align: center;
}
.top_bussiness .list_biz li .img_box {
  display: flex;
  justify-content: center;
}
.top_bussiness .list_biz li .img_box img{
  /* aspect-ratio: 3 / 2; */
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  width: 50%;
}
@media (min-width: 800px) {
  .top_bussiness .business_outer{ gap: 80px 0; }
  .top_bussiness .biz_topbox{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-top: -60px;
  }
  .top_bussiness .biz_topbox .bg_box{
    width: 52%;
    height:auto;
    min-height: 380px;
  }
  .top_bussiness .txt_box_inner{
    padding: 80px 0 40px 8vw;
    width: 48%;
    align-self: center;
  }
  .top_bussiness .txt_box_inner .title_box .title{ text-align: left; }
  .top_bussiness .list_biz{
    grid-template-columns: repeat(3, 1fr);
    /* flex-wrap: wrap;
    flex-direction: row; */
  }
  /* .top_bussiness .list_biz li{
    width: calc((100% - 40px) / 3);
  } */
  .top_bussiness .list_biz li .img_box img{ width: 75%; }
}

/* ---------- トップページ ABOUT ---------- */
.top_about{
  padding: min(10%, 120px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.top_about.bg{ background: var(--main_color); }
.top_about .txt_box_inner{display:contents;}
.top_about .title_box,.top_about .txt_box{
  padding:min(5%,15px);
  color: var(--white);
}
.top_about .bg_box{
  order: 2;
  width: 100%;
  height: 300px;
  background: no-repeat center center/cover url(images/top_about.webp);
}
.top_about .frame_about {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.top_about .img_box { padding: min(5%, 15px); }
.top_about .img_box img {
  width: 100%;
  height: auto;
}
.top_about .txt_box{ max-width: 800px; }
.top_about .title_box .title{
  color: var(--white);
  margin-bottom: 0;
}
.top_about .title_box .title span { color: var(--white); }
.top_about .title_box .title span.txt_s {
  border-bottom: 3px solid var(--white);
  font-family: 'Jost';
  font-weight: normal;
  padding-left: 4px;
}

@media (min-width: 800px) {
  .top_about{
    padding: 0;
    flex-direction: row-reverse;
    gap: 20px;
  }
  .top_about .title_box .title{ margin: 0; }
  .top_about .frame_about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 32px;
  }
  .top_about .txt_box_inner{
    width: 100%;
    max-width: 1080px;
    padding: 80px 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
  }
  .top_about .bg_box{
    width: 50%;
    height: auto;
  }
  .top_about .img_box { padding: 0; }
}

/*--------------------------------------
フッター
--------------------------------------*/

/* ---------- お問い合わせ ---------- */
/* 背景 */
.footer_contact { padding: 80px 20px 40px; }
.footer_contact.bg {
  position: relative;
  z-index: 0;
}
.footer_contact.bg:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  background: url(images/img_newsbg.webp) no-repeat center bottom/cover;
  height: 160px;
  width: 100%;
  z-index: 5;
}
.footer_contact .inner {
  max-width: 960px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 白枠 */
.footer_contact .frame_white {
  background: var(--white);
  padding: 32px 20px;
  border-top: 4px solid var(--sub_color);
}
@media (min-width: 600px) {
  .footer_contact { padding: 160px 20px 40px; }
  .footer_contact.bg:before {
    background: url(images/img_newsbg.webp) no-repeat center center/cover;
    height: 320px;
  }
  .footer_contact .frame_white { padding: 64px 40px; }
}

/* 説明文 */
.footer_contact .txt_box {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 40px;
}
.footer_contact .footer_contact_title .title{
  width: fit-content;
  margin: auto auto 20px auto;
}
.footer_contact .footer_contact_title span{ text-align: center; }

/* お問い合わせボタン */
.footer_contact_btn {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  width: 100%;
  max-width: 640px;
}
.footer_contact_btn .btn_01 {
  display: block;
  margin: 0 auto;
  max-width: initial;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--sub_color);
  color: var(--white);
  background: var(--sub_color);
}
.footer_contact_btn .btn_01.btn_tel{
  background: var(--white);
  font-family: 'Jost';
  font-weight: normal;
  color: var(--sub_color);
  font-size: 21px;
  padding: 16px;
  letter-spacing: 1px;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .footer_contact .footer_contact_title{ width: 320px; }
  .footer_contact_btn { flex-direction: row; }
}

/* ---------- パンくずリスト ---------- */
footer ul.breadcrumb {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  padding: 14px 20px;
  font-size: 12px;
  /* text-align: left; */
  text-align: center;
  /* background: var(--main_color_pale); */
}
footer ul.breadcrumb li { display: inline-block; }
footer ul.breadcrumb li:not(:nth-of-type(3)) { text-transform: uppercase; }
footer ul.breadcrumb li:before {
  margin: 0 8px 0;
  display: inline-block;
  content: "";
  width: 5px;
  height: 9px;
  background: url(images/icon_arrow.svg) center / cover no-repeat;
  filter: var(--filter_black);
}
footer ul.breadcrumb li:first-child:before { display: none; }
footer ul.breadcrumb li a { color: var(--main_color); }


/* ---------- フッター ---------- */
/* コピーライト */
footer .copyright {
  font-family: 'Jost';
  font-weight: normal;
  background:var(--main_color2);
  color: var(--sub_color);
  font-size: 11px;
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

/*トップ矢印*/
footer .arrow_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer .arrow_top a { display: none; }
@media (min-width: 1025px) {
  footer .arrow_top a {
    font-size: 1.5em;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: var(--white);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 0.1);
    border-radius: 100%;
    color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    z-index: 1;
  }
}
footer .arrow_top a img {
  width: 21px;
  height: auto;
  filter: var(--filter_main_color);
}

/*--------------------------------------
タイトル
--------------------------------------*/
/* トップページの共通タイトル */
.title {
  width: fit-content;
  margin-bottom: 20px;
}
.title span {
  display: block;
  font-weight: normal;
  color: var(--black);
  font-size: clamp(24px, 4vw, 32px);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.title span.txt_s {
  font-family: 'Jost';
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.3em;
  border-bottom: 3px solid var(--main_color);
  padding-left: 4px;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

/* .title02 {
  width: fit-content;
  font-weight: bold;
  color: var(--txt_title);
  font-size: clamp(36px, 4vw, 30px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.title02.center{
  text-align:center;
  margin: auto auto 20px;
}
.title02 span {
  font-weight: normal;
  color: var(--main_color);
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
} */
.title02 {
  width: fit-content;
  margin-bottom: 20px;
}
.title02.center{
  text-align:center;
  margin: auto auto 20px;
}
.title02 span {
  display: block;
  font-weight: normal;
  color: var(--black);
  font-size: clamp(24px, 4vw, 32px);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.title02 span.txt_s {
  font-family: 'Jost';
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.3em;
  border-bottom: 3px solid var(--main_color);
  padding-left: 4px;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

/*お知らせ用*/
/* .sec.top_news .title {
  margin: auto auto 20px auto;
  text-align: left;
} */

@media (min-width: 800px) {
  .title {
    width: auto;
    margin: 0 0 40px 0;
  }
}


/* 下層ページの共通タイトル1 */
.secondary_title { margin-bottom: 24px; }
@media (min-width: 600px) {
  .secondary_title { margin-bottom: 40px; }
}
.secondary_title  {
  color: var(--main_color);
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1;
}
.secondary_title span {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.4em;
  color: var(--gray);
  letter-spacing: 0.1em;
}

/* 下層ページの共通タイトル2 */
.tertiary_title  {
  margin-bottom: 24px;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.5;
}

/*--------------------------------------
下層ページ
--------------------------------------*/
/* 下層ページ サブビジュアル */
.subvisual {
  background: url(images/sv.webp) no-repeat center 60%/cover;
  height: 320px;
  /* margin-top: 80px; */
  margin-top: 0;
  display: grid;
  place-items: center;
}
.subvisual .subtitle {
  width: fit-content;
  color: var(--black);
  font-size: clamp(28px, 5vw, 40px);
  text-align: center;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 40px;
  /* margin-bottom:10px; */
  padding-top: 40px;
}
.subvisual .subtitle span.txt_s{
  display: block;
  font-family: 'Jost';
  font-weight: normal;
  color: var(--main_color);
  font-size: clamp(14px, 4vw, 16px);
  text-align: center;
  letter-spacing: 4px;
}

/*下層ページ共通*/
.page_inner{
  padding: min(10%, 80px) 0;
  max-width: 1000px;
  width: 90%;
  margin:auto;
}
.page_inner > .sec + .sec{ margin-top: clamp(64px, 18%, 80px); }


/* ---------- 下層ページ ABOUT ---------- */
/* CORPORATEのページで使う場合は
   .contents_about → .contents_corporate に書き換えてください */
   .contents_about {
    overflow-x: hidden;
  }
/* コンセプト */
.contents_about .section_concept {
  width: 100vw;
  padding: 80px 20px;
  margin: -40px calc(50% - 50vw) 0;
  text-align: center;
  background: var(--main_color3);
}
.contents_about .section_concept h3 {
  margin-bottom: 40px;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.5;
}
.contents_about .section_concept .concept_text {
  width: min(100%, 1040px);
  margin: auto;
  font-size: 16px;
}
.contents_about .section_concept .concept_text p:last-of-type{ margin-bottom: 0; }

/* ミッション */
.contents_about .section_mission > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.contents_about .section_mission > div img {
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  .contents_about .section_concept { margin-top: -80px; }
  .contents_about .section_mission > div {
    flex-direction: row;
    gap: min(4%, 40px);
  }
  .contents_about .section_mission .mission_text { width: 55%; }
}

/* バリュー */
.contents_about .section_value .value_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.contents_about .section_value .value_item:last-of-type { margin-bottom: 0; }
.contents_about .section_value .value_item .num {
  font-size: 2rem;
  line-height: 1;
  color: var(--main_color2);
}
.contents_about .section_value .value_item .value_text h4 {
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.3;
  margin-bottom: 8px;
}

/* ---------- 下層ページ CORPORATE ---------- */
.contents_corporate .corporate_message{
  background: var(--gray);
  padding: min(10%, 80px) 0;
}
.contents_corporate .corporate_message .txt_box{
  /*background: var(--white);*/
  max-width: 900px;
  /* width: 88%; */
  width: 100%;
  margin: 0 auto;
  padding: min(5%, 20px);
  text-align: center;
}
.contents_corporate .corporate_message .txt_box .title{
  margin-bottom: 16px;
  text-align: center;
}

/* ABOUTのページで使う場合は
   .contents_corporate → .contents_about に書き換えてください */
   .contents_corporate .section_message > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
  }
  .contents_corporate .section_message .message_pic {
    width: 100%;
    height: auto;
  }
  .contents_corporate .section_message .message_pic img {
    width: 100%;
    height: auto;
  }
  @media (min-width: 600px) {
    .contents_corporate .section_message > div {
      flex-direction: row;
      gap: min(4%, 40px);
    }
    .contents_corporate .section_message .message_text { width: 55%; }
    .contents_corporate .section_message .message_pic {
      width: 45%;
      aspect-ratio: 3 / 2;
    }
  }

/* 事業所案内 */
.contents_corporate .section_office .office_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.contents_corporate .section_office .office_wrap > div { width: 100%; }

/* 支店情報がある場合は、マップの下と各支店に下線を入れる */
.contents_corporate .section_office .office_wrap:has(+ div) div.map,
.contents_corporate .section_office .office_wrap:nth-of-type(2) > div {
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(var(--black_rgb)/20%);
}
.contents_corporate .section_office .office_wrap:nth-of-type(2) {
  display: grid;
  grid-template-columns: 1fr;
}
.contents_corporate .section_office .office_wrap div.map { order: 1; }
.contents_corporate .section_office .office_wrap address ul li {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.contents_corporate .section_office .office_wrap address ul li:first-child {
  margin-bottom: 1rem;
}
.contents_corporate .section_office .office_wrap address ul li span {
  width: min(30%, 72px);
  margin-right: 10px;
  text-align: left;
}
.contents_corporate .section_office .office_wrap .btn_01 {
  margin: 24px 0 0;
  padding: 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.contents_corporate .section_office .office_wrap .btn_01 img {
  width: 16px;
  height: auto;
  filter: var(--filter_white);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (min-width: 600px) {
  .contents_corporate .section_office .office_wrap {
    flex-direction: row;
    align-items: center;
    gap: 0 40px;
    margin-bottom: 40px;
  }
  .contents_corporate .section_office .office_wrap:nth-of-type(2) {
    grid-template-columns: repeat(3, 1fr); /* 支店数によって増減してください */
    align-items: stretch;
  }
  .contents_corporate .section_office .office_wrap:nth-of-type(2) > div {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-rows: subgrid;
    grid-row: span 4;
    align-content: start;
    gap: 0;
    padding: 0;
    border: none;
  }
  .contents_corporate .section_office .office_wrap:nth-of-type(2) address,
  .contents_corporate .section_office .office_wrap:nth-of-type(2) address ul {
    display: grid;
    grid-template-rows: 1fr auto auto;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: inherit;
  }
  .contents_corporate .section_office .office_wrap div.map {
    order: 0;
    border: none !important;
  }
}

.contents_corporate .bg_color{ background: var(--gray); }
.contents_corporate .section_company_outer{
  padding: min(10%, 80px) 0;
  max-width: 1000px;
  width: 90%;
  margin:auto;
}
.contents_corporate .section_company_outer > .sec + .sec{
  margin-top: clamp(64px, 18%, 80px);
}
.contents_corporate .company_profile{
  background: var(--white);
  padding: 20px;
}

/* ---------- 下層ページ SERVICE ---------- */
/* メッセージ */
.contents_service .recruit_message{
  background: var(--gray);
  padding: min(10%, 80px) 0;
  text-align: center;
}
.contents_service .recruit_message .txt_box{
  /*background: var(--white);*/
  max-width: 900px;
  /* width: 88%; */
  width: 100%;
  margin: 0 auto;
  padding: min(5%, 20px);
}
.contents_service .recruit_message .txt_box .title{
  margin-bottom: 16px;
  text-align: center;
  margin: auto auto 20px auto;
}

/*   */
.service_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: min(14%,120px) 0;
  gap: 40px;
}
.service_area .service_topbox{ display: contents; }
.service_area .service_topbox .bg_box{
  height: 300px;
  background: no-repeat center center/cover url(images/top_bizbg.webp);
}
.service_area .txt_box_inner{
  width: 88%;
  margin: 0 auto;
}
.service_area .service_inner{
  max-width:1200px;
  width: 88%;
  margin: 0 auto;
}
.service_area  .list_service{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px 20px;
}
.service_area .list_service li{ max-width: 420px; }
.service_area .list_service li > * + *{ margin-top: 20px; }
/* .service_area .list_service li .service_name{
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 8px;
  text-align: center;
} */
.service_area .list_service li .service_name{
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: var(--sub_color);
  text-align: center;
}
.service_area .list_service li .img_box img{
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
@media (min-width: 800px) {
  .service_area {
    gap: 80px 0;
  }
  .service_area .list_service{
    flex-wrap: wrap;
    flex-direction: row;
  }
  .service_area .list_service li{
    width: calc((100% - 40px) / 3);
  }
}

/* ---------- 下層ページ MENU ---------- */
.contents_menu .section_menu .menu_box:not(:last-of-type) {
  margin-bottom: 40px;
}
/* 料金ページ用のtable_01 */
.contents_menu .section_menu .table_01 th,
.contents_menu .section_menu .table_01 td {
  display: table-cell;
  width: 50%;
  padding: 24px;
  text-align: center;
  border-bottom: 1px solid rgb(var(--black_rgb)/20%);
}
.contents_menu .section_menu .table_01 tr:nth-of-type(even) {
  background: var(--table_bg_color);
}

/* ---------- 下層ページ FAQ ---------- */
.contents_faq .faq_list {
  width: min(100%, 1040px);
  margin: auto;
}
.contents_faq .faq_list dt {
  position: relative;
  margin-bottom: 8px;
  padding: 16px 32px 16px 16px;
  cursor: pointer;
}
.contents_faq .faq_list dd { padding: 16px; }

/* アコーディオンボタン装飾 */
.contents_faq .faq_list dt:before,
.contents_faq .faq_list dt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 3px;
  background: var(--main_color2);
  transition: all 0.4s ease-out;
}
.contents_faq .faq_list dt:before {
  top: 48.5%;
  transform: rotate(-90deg);
}
.contents_faq .faq_list dt.open:before {
  opacity: 0;
  transform: rotate(-360deg);
}

.contents_faq .faq_list h3 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.contents_faq .faq_list h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 12px;
  background: var(--main_color);
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  color: var(--white);
}
.contents_faq .faq_list .question { background: var(--main_color3); }
.contents_faq .faq_list .answer { display: none; }
.contents_faq .faq_list .answer h3 {
  font-weight: 700;
  margin-bottom: 8px;
}
.contents_faq .faq_list .answer h3 span { background: var(--main_color2); }
.contents_faq .faq_list .answer p { text-align: justify; }
@media (min-width: 600px) {
  .contents_faq .faq_list h3 {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .contents_faq .faq_list h3 span {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}

/* ---------- 下層ページ RECRUIT ---------- */
/* メッセージ */
.contents_recruit .recruit_message{
  background: var(--gray);
  padding: min(10%, 80px) 0;
}
.contents_recruit .recruit_message .txt_box{
  background: var(--white);
  max-width: 900px;
  width: 88%;
  margin: 0 auto;
  padding: min(5%, 48px);
  text-align: center;
}
.contents_recruit .recruit_message .txt_box .title{
  width: 100%;
  /* margin-bottom: 16px; */
  text-align: center;
  display: block;
  font-weight: normal;
  color: var(--main_color);
  font-size: clamp(24px, 4vw, 32px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 8px;
}

/* 募集要項 */
.contents_recruit .section_job_description .title{ text-align:center; }
.contents_recruit .section_job_description .job_tab_list {
  display: flex;
  gap: 8px;
  width: min(100%, 1040px);
  margin: 0 auto 8px;
}
.contents_recruit .section_job_description .job_tab_list .job_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  border-radius: 99px;
  background: rgb(var(--main_color_rgb) / 20%);
  font-size: 14px;
  cursor: pointer;
}
.contents_recruit .section_job_description .job_tab_list .job_tab.active {
  background: var(--main_color);
  color: var(--white);
}
.contents_recruit .section_job_description .job_box {
  display: none;
}
.contents_recruit .section_job_description .job_box.active {
  display: block;
  animation: tab_fade 0.8s ease-out forwards;
}
@keyframes tab_fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 600px) {
  .contents_recruit .section_job_description .job_tab_list {
    gap: 24px;
    margin-bottom: 40px;
  }
  .contents_recruit .section_job_description .job_tab_list .job_tab {
    padding: 16px 0;
    font-size: 16px;
  }
}

/* ---------- 下層ページ CONTACT ---------- */
.contents_contact .secondary_title { font-size: clamp(24px, 4vw, 34px); }
.contents_contact .page_inner { max-width:900px; }
.contents_contact p {
  text-align: center;
  font-size: 18px;
}

/* ---------- 下層ページ NEWS一覧 ---------- */

.section_news .news_inner{
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.section_news .news_inner .news_area{ width:100%; }
.section_news .news_inner .news_list > * + *{
  margin-top: 20px;
}
.section_news .news_inner .news_list li{ padding-bottom: 20px; }
.section_news .news_inner .news_list li article a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  align-items: flex-start;
  gap: 20px;
  max-width: 300px;
  margin: 0 auto;
}
.section_news .news_inner .news_list li article .news_thumbnail{
  border: 1px solid #ededed;
}
.section_news .news_inner .news_list li article .news_thumbnail img{
  max-width: 300px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.section_news .news_inner .news_list li article time{
  margin-right: 4px;
  color: var(--main_color);
  font-family: alphanumeric;
  font-weight: normal;
}
.news_pagination{
  text-align: center;
  margin-top: 16px;
}
/*side*/
.news_sidebar{ width:100%; }
.news_sidebar > * + *{ margin-top: 20px; }
.news_sidebar .side_title{
  text-transform: uppercase;
  border-bottom: 2px solid var(--main_color);
  font-family: 'Jost';
  font-weight: normal;
  /* padding-left: 4px; */
  /* font-weight: bold; */
  color: var(--txt_title);
  letter-spacing: 2px;
}
.news_sidebar .side_newslist{margin-top: 12px; }
.news_sidebar .side_newslist > * + *{ margin-top: 4px; }
.news_sidebar .side_linkall{
  border-top: 2px solid var(--main_color);
  padding-top: 10px;
}


@media (min-width: 800px) {
  .section_news .news_inner{
    flex-direction: row;
    justify-content: space-between;
  }
  .section_news .news_inner .news_list li article a{
    flex-direction: row;
    justify-content: flex-start;
    align-items: normal;
    max-width: max-content;
    margin: unset;
  }
  .section_news .news_inner .news_list li article .news_thumbnail img{
    width: 200px;
  }
  .news_sidebar{ width: 28%; }
  .news_sidebar :is(.side_newslist, .news_archives) li a {
    font-size: clamp(11px, 1.5vw, 14px);
  }
}

/* ---------- 下層ページ NEWS詳細 ---------- */
/* 記事　*/
/* ブログページ用サブタイトル */
.contents_post_detail .subvisual p.subtitle {
  color: var(--white);
  font-size: 32px;
  margin-top: 58px;
}
/* 記事　*/
.section_post_detail { width: 100%; }
.section_post_detail article { margin-bottom: 64px; }
.section_post_detail article .post_title {
  margin-top: -0.5rem;
  font-size: clamp(21px, 4vw, 28px);
  line-height: 1.5;
}
.section_post_detail article time {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--main_color);
  font-family: alphanumeric;
  font-weight: normal;
}
.section_post_detail article .post_eyecatch { margin-bottom: 24px; }
.section_post_detail article .text a,
.text.modal_works_text a {
  color: var(--main_color);
}
.section_post_detail article .text img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 16px;
}
/* 任意テキスト(WORKSモーダルにも適用) */
/*.section_post_detail article .text.any_text,
.text.modal_works_text .any_text {
  margin-bottom: 24px;
  font-size: clamp(16px, 2vw, 18px);
}
.section_post_detail article .text.any_text span,
.text.modal_works_text .any_text span {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 8px;
  background: var(--main_color);
  color: var(--white);
}*/
/* 任意テキストが改行ありの場合 */
/*.section_post_detail article .text.any_text span.nl2,
.text.modal_works_text .any_text span.nl2 {
  margin-bottom: 8px;
}
*/
/* ブログ記事用 見出しH2〜H4 */
.section_post_detail.blog article h2 {
  font-size: clamp(22px, 2.8vw, 28px);
  line-height: 1.5;
  margin: 48px 0 24px;
  padding: 8px 16px;
  background: var(--main_color2);
  color: var(--white);
}
.section_post_detail.blog article h3 {
  font-size: clamp(18px, 2.6vw, 24px);
  line-height: 1.5;
  margin: 48px 0 24px;
  padding: 8px 8px 8px 12px;
  background: var(--form_bg_color);
  border-left: 4px solid var(--main_color2);
}
.section_post_detail.blog article h4 {
  position: relative;
  padding-left: 16px;
  font-size: clamp(18px, 2vw, 20px);
  margin: 24px 0 8px;
  border-bottom: 1px solid var(--main_color2);
}
.section_post_detail.blog article h4:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  width: 8px;
  height: 8px;
  background: var(--main_color2);
  transform: translateY(-50%) rotate(45deg);
}

/* テーブル(WORKSモーダルにも適用) */
/*.section_post_detail article table,
.text.modal_works_text table {
  width: min(100%, 1040px);
  margin: auto;
  border-collapse: collapse;

}*/
/*.section_post_detail article table tr th,
.section_post_detail article table tr td,
.text.modal_works_text table tr th,
.text.modal_works_text table tr td {
  padding: 16px 8px;
  border: 1px solid rgb(var(--black_rgb)/20%);
}
.section_post_detail article table tr th,
.text.modal_works_text table tr th {
  background: var(--table_bg_color);
}
@media (min-width: 600px) {

  .section_post_detail article table tr th,
  .section_post_detail article table tr td,
  .text.modal_works_text table tr th,
  .text.modal_works_text table tr td {
    padding: 24px;
    vertical-align: middle;
  }
}*/
/* リスト(WORKSモーダルにも適用) */
/*.section_post_detail article ul,
.section_post_detail article ol,
.text.modal_works_text ul,
.text.modal_works_text ol {
  padding-inline-start: 1rem;
}
.section_post_detail article ul li,
.text.modal_works_text ul li {
  position: relative;
}
.section_post_detail article ul li:before,
.text.modal_works_text ul li:before {
  content: '';
  color: var(--main_color2);
  position: absolute;
  top: 0.6rem;
  left: -0.75rem;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: var(--main_color2);
}
.section_post_detail article ol,
.text.modal_works_text ol {
  list-style: decimal;
}
.section_post_detail article ol li::marker,
.text.modal_works_text ol li::marker {
  color: var(--main_color2);
  font-weight: 700;
}
.section_post_detail article dt,
.text.modal_works_text dt {
  color: var(--main_color2);
}
*/

/*side*/
.news_sidebar .new-post_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}
.news_sidebar .new-post_list article {
  border: 1px solid rgb(var(--black_rgb)/20%);
}
.news_sidebar .new-post_list a {
  display:flex;
  flex-direction: column;
  align-items: center;
  /* gap: 8px; */
  /* padding: 8px; */
  padding: 0;
}
.news_sidebar .new-post_list .thum {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid #ededed;
}
.news_sidebar .new-post_list .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_sidebar .new-post_list .blog_title{
  line-height: 1.3;
  padding: 8px;
}

@media (min-width: 600px) {
  .news_sidebar .new-post_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .news_sidebar .new-post_list a{
    flex-direction: row;
    gap: 8px;
    padding: 8px 0;
  }
  .news_sidebar .new-post_list article {
    border: none;
    border-top: 1px solid rgb(var(--black_rgb)/20%);
  }
  .news_sidebar .new-post_list > article:first-of-type{
    border: none;
  }
  .news_sidebar .new-post_list .thum {
    width: 25%;
  }
  .news_sidebar .new-post_list .blog_title{
    width: 75%;
    line-height:1.4;
  }
}
@media (min-width: 800px) {
  .news_sidebar .new-post_list .blog_title{
    font-size: clamp(11px, 1.5vw, 14px);
  }
}
@media (min-width: 1000px) {
  .news_sidebar .new-post_list .thum { width: 40%; }
  .news_sidebar .new-post_list .blog_title{ width: 60%; }
}

/* ---------- 下層ページ 404 ---------- */
.contents_err { margin: 120px auto 80px; }
.contents_err .inner{
  max-width: 800px;
  width: 92%;
}

/* ---------- ホバーまとめ ---------- */
@media (hover: hover) and (pointer: fine) {
  .btn_01:hover {
    background: var(--white);
    color: var(--main_color);
  }
  .footer_contact_btn .btn_01:hover { color: var(--sub_color); }
  .footer_contact_btn .btn_01:hover.btn_tel{
    background: var(--sub_color);
    color:  var(--white);
  }
  .btn_02:hover { color: var(--white); }
  .btn_02:hover:before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .btn_02:hover img { filter: var(--filter_white); }
  .sns a:hover { opacity: 0.7 !important; }
  header .pc_nav ul li a:hover:after { width: 100%; }
  header p:hover { opacity: 0.7; }
  header .sp_nav .nav_list ul li > a:hover { color: var(--main_color); }
  header .sp_nav .nav_list ul li > a:hover:after{ right: 12px; }
  footer .footer_bottom ul a:hover { opacity: 0.7; }
  .contents_corporate .section_office .office_wrap .btn_01:hover img {
    filter: var(--filter_main_color);
  }
}
