@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  z-index: 99999999999 !important;
}
html {
  color: #D20A14;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-top: 0 !important;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  unicode-bidi: isolate;
}
li {
  list-style: none;
}
body {
  margin: 0;
  color: #000000;
  background: #ffffff;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0;
}
@media screen and (max-width: 819px) {
  body {
    font-size: 14px;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 180%;
}
@media screen and (max-width: 819px) {
  p {
    line-height: 160%;
  }
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 819px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
.header_bg_w {
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 819px) {
  .header_bg_w {
    background: none;
    box-shadow: none;
  }
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 25px 20px 25px 20px;
  max-width: 1220px;
  height: 120px;
}
@media screen and (max-width: 1080px) {
  #header .header_item {
    height: 90px;
  }
}
@media screen and (max-width: 819px) {
  #header .header_item {
    background: none;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 50px;
    width: 100%;
    padding: 0;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item img {
  max-width: 114px;
}
@media screen and (max-width: 1080px) {
  #header .header_item .logo_item img {
    max-width: 84px;
  }
}
@media screen and (max-width: 819px) {
  #header .header_item .logo_item img {
    max-width: 42px;
  }
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
}
@media screen and (max-width: 819px) {
  #header .header_item .logo_item .logo {
    padding-left: 20px;
  }
}
#header .header_item .logo_item .logo h1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  #header .header_item .logo_item .logo {
    margin: auto;
    margin-left: 0;
    z-index: 999999999;
  }
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-left: 20px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 819px) {
  #header .menu_item {
    padding-left: 0;
    width: 100% !important;
    width: auto;
  }
}
#header .menu_item #menu_list {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list {
    background: #F0F0F0;
    display: none;
    padding-top: 75px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
    height: 100vh;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .line {
    margin: auto;
    padding-top: 10px;
    width: calc(100% - 45px);
    padding-bottom: 20px;
    border-bottom: 0.2px solid #707070;
  }
}
#header .menu_item #menu_list .navli {
  position: relative;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .navli {
    height: fit-content !important;
  }
}
#header .menu_item #menu_list li {
  position: relative;
}
#header .menu_item #menu_list li + li {
  margin-left: 18px;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list li + li {
    margin-left: 12px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li + li {
    margin-top: 15px;
    margin-left: 0;
  }
}
#header .menu_item #menu_list li + li a {
  position: relative;
  line-height: 36px;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li + li a {
    line-height: 1.4;
  }
}
#header .menu_item #menu_list li + li a::after {
  position: absolute;
  content: "｜";
  left: -16px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list li + li a::after {
    left: -12px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li + li a::after {
    display: none;
  }
}
#header .menu_item #menu_list li .sp_m_10 {
  padding-top: 5px;
}
#header .menu_item #menu_list li .menu_sp {
  display: none;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li .menu_sp {
    display: block;
    margin-top: 20px;
    margin: auto;
    width: calc(100% - 45px);
  }
  #header .menu_item #menu_list li .menu_sp a {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  #header .menu_item #menu_list li .menu_sp a + a {
    margin-top: 10px;
  }
}
#header .menu_item #menu_list li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list li a {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list li a {
    align-items: center;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
  }
}
#header .menu_item #menu_list li a:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .link_menu_list {
  display: none;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list {
    display: block;
    margin-top: 45px;
  }
}
#header .menu_item #menu_list .link_menu_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list ul {
    display: block;
  }
}
#header .menu_item #menu_list .link_menu_list ul li {
  width: calc(33.3333% - 33.3333px);
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list ul li {
    width: 100%;
  }
  #header .menu_item #menu_list .link_menu_list ul li + li {
    margin-top: 10px;
  }
}
#header .menu_item #menu_list .link_menu_list ul li a {
  display: block;
  width: 100%;
  padding: 13px 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  position: relative;
  background: #ffffff;
  border-left: 10px solid #525252;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list ul li a {
    font-size: 11px;
    padding: 10px 30px;
    border-left: 8px solid #525252;
    line-height: 1.45;
  }
}
#header .menu_item #menu_list .link_menu_list ul li a::after {
  position: absolute;
  content: "";
  right: 11px;
  top: 13px;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_link02.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list ul li a::after {
    width: 12px;
    height: 13px;
    right: 9px;
    top: 10px;
  }
}
#header .menu_item #menu_list .link_menu_list ul li a span {
  display: block;
  color: #D20A14;
  font-family: "Jost", serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .link_menu_list ul li a span {
    font-size: 11px;
    margin-top: 3px;
    line-height: 1.5;
  }
}
#header .menu_item #menu_list .tel {
  display: block;
  text-align: right;
  margin-left: 50px;
}
@media screen and (max-width: 1180px) {
  #header .menu_item #menu_list .tel {
    margin-left: 20px;
  }
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .tel {
    margin-left: 10px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .tel {
    margin-left: 0;
    margin-top: 50px;
  }
}
#header .menu_item #menu_list .tel a {
  line-height: 1.01;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .tel a {
    display: block;
    width: fit-content;
    margin: auto;
  }
}
#header .menu_item #menu_list .tel a::after {
  display: none;
}
#header .menu_item #menu_list .tel a span {
  display: block;
}
#header .menu_item #menu_list .tel a .tel_n {
  display: flex;
  align-items: center;
  font-family: "Jost", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1180px) {
  #header .menu_item #menu_list .tel a .tel_n {
    font-size: 22px;
  }
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .tel a .tel_n {
    font-size: 20px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .tel a .tel_n {
    font-size: 30px;
  }
}
#header .menu_item #menu_list .tel a .tel_n img {
  max-width: 38px;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .tel a .tel_n img {
    max-width: 32px;
  }
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .tel a .tel_n img {
    margin-right: 5px;
    max-width: 28px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .tel a .tel_n img {
    max-width: 38px;
    margin-right: 10px;
  }
}
#header .menu_item #menu_list .tel a .tel_txt {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  margin-top: 6px;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .tel a .tel_txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .tel a .tel_txt {
    font-size: 12px;
  }
}
#header .menu_item #menu_list .contact {
  margin-left: 16px;
}
@media screen and (max-width: 980px) {
  #header .menu_item #menu_list .contact {
    margin-left: 10px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .contact {
    max-width: 245px;
    margin: auto;
    margin-top: 14px;
  }
}
#header .menu_item #menu_list .contact a {
  font-family: "Jost", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #000000;
  width: fit-content;
  padding: 0 32px;
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1180px) {
  #header .menu_item #menu_list .contact a {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .contact a {
    padding: 0 32px;
    font-size: 20px;
    background: #ffffff;
    text-align: center;
    width: 100%;
  }
}
#header .menu_item #menu_list .contact a:hover {
  background: #000000;
  color: #ffffff;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .contact a::after {
  display: none;
}
#header .menu_item #menu_list .sub_menu {
  background: #ffffff;
  padding: 25px 55px 40px 40px;
  display: none;
  position: absolute;
  left: -10px;
  top: 36px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu {
    top: auto;
    position: relative;
    display: block !important;
    padding: 0;
    background: none;
    margin-top: 10px;
    left: auto;
    box-shadow: none;
  }
}
#header .menu_item #menu_list .sub_menu .s_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu .s_ttl {
    display: none;
  }
}
#header .menu_item #menu_list .sub_menu li {
  min-width: 201px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li {
    padding-bottom: 0;
  }
}
#header .menu_item #menu_list .sub_menu li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 1px;
  top: auto;
  left: 0;
  transition: 0.3s ease-in-out;
  background: #ddd;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li::after {
    display: none;
  }
}
#header .menu_item #menu_list .sub_menu li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  bottom: 1px;
  top: auto;
  left: 0;
  transition: 0.3s ease-in-out;
  background: #D20A14;
  z-index: 5;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li::before {
    display: none;
  }
}
#header .menu_item #menu_list .sub_menu li + li {
  margin-left: 0;
  margin-top: 15px;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li + li {
    margin-top: 0;
  }
}
#header .menu_item #menu_list .sub_menu li a {
  display: block;
  text-align: left;
  width: 100%;
  line-height: 1.1;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li a {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
}
#header .menu_item #menu_list .sub_menu li a::after {
  position: absolute;
  content: "";
  right: 0;
  left: auto;
  width: 15px;
  height: 15px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  #header .menu_item #menu_list .sub_menu li a::after {
    display: none;
  }
}
#header .menu_item #menu_list .sub_menu li a:hover::after {
  right: 5px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  #header #menuBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    border-radius: 5px;
    z-index: 9999999;
    background: #ffffff;
  }
  #header #menuBtn::after {
    position: absolute;
    content: "MENU";
    font-family: "Jost", serif;
    font-size: 10px;
    font-weight: 300;
    right: 0;
    width: 100%;
    text-align: center;
    bottom: 4px;
    z-index: 1;
    line-height: 1.5;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span {
    display: block;
    background: #000000;
    width: 26px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 29px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 9px;
    display: none;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 23px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(3px) rotate(-30deg);
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-3px) rotate(30deg);
    transition: 0.3s ease-in-out;
  }
}
.breadmenu {
  position: relative;
  z-index: 55;
}
.breadmenu .inner {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 100%;
  padding-top: 15px;
}
@media screen and (max-width: 819px) {
  .breadmenu .inner {
    font-size: 12px;
    padding-top: 10px;
  }
}
.breadmenu .inner p {
  font-size: 14px;
}
@media screen and (max-width: 819px) {
  .breadmenu .inner p {
    font-size: 12px;
  }
}
.breadmenu .inner a {
  font-size: 14px;
  color: #000000;
  transition: 0.3s ease-in-out;
  position: relative;
  padding-right: 32px;
}
.breadmenu .inner a::after {
  position: absolute;
  content: "";
  right: 14px;
  width: 4px;
  height: 7px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_breadmenu.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .breadmenu .inner a {
    font-size: 12px;
  }
}
.breadmenu .inner a:hover {
  opacity: 1;
  color: #D20A14;
  transition: 0.3s ease-in-out;
}
.breadmenu .inner .breadcrumb_last {
  color: #000000;
  font-size: 14px;
}
@media screen and (max-width: 819px) {
  .breadmenu .inner .breadcrumb_last {
    font-size: 12px;
  }
}
#page {
  padding-top: 65px;
}
@media screen and (max-width: 819px) {
  #page {
    padding-top: 35px;
  }
}
.pagination {
  margin-top: 100px;
}
@media screen and (max-width: 819px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination .page {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  font-family: "Jost", serif;
  letter-spacing: 0.1em;
  line-height: 100%;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 26px;
}
@media screen and (max-width: 819px) {
  .pagination .page {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
  }
}
.pagination a {
  border: none !important;
}
.pagination .current {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #D20A14;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: none !important;
  font-weight: 300 !important;
  font-family: "Jost", serif;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 26px;
}
@media screen and (max-width: 819px) {
  .pagination .current {
    font-size: 13px;
    width: 26px;
    height: 26px;
  }
}
.pagination .previouspostslink {
  display: block;
  width: 10x;
  height: 10px;
  font-size: 0;
  margin-top: 4px;
  margin-right: 10px;
  background: url(../img/common/icon_link_b.png) no-repeat center / contain;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
@media screen and (max-width: 819px) {
  .pagination .previouspostslink {
    margin-right: 5px;
  }
}
.pagination .nextpostslink {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  font-size: 0;
  margin-left: 10px;
  background: url(../img/common/icon_link_b.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 819px) {
  .pagination .nextpostslink {
    margin-left: 5px;
  }
}
.btn01 {
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 64px;
  border-radius: 64px;
  border: 1px solid #000000;
  width: 100%;
  max-width: 300px;
  text-align: center;
  position: relative;
}
.btn01::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 22px;
  height: 22px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_r.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.btn01:hover {
  transition: 0.3s ease-in-out;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}
.btn01:hover::after {
  right: 15px;
}
.btn03 {
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  min-height: 64px;
  border-radius: 64px;
  border: 1px solid #000;
  background: #525252;
  color: #ffffff !important;
  width: 400px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 819px) {
  .btn03 {
    width: 100%;
    min-height: 54px;
    font-size: 14px;
    line-height: 1.2;
  }
}
.btn03::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 22px;
  height: 22px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_r.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.btn03:hover {
  transition: 0.3s ease-in-out;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}
.btn03:hover::after {
  right: 15px;
}
.b_btn_list {
  gap: 30px;
  display: flex;
  margin-top: 60px;
  column-gap: 50px;
  width: fit-content;
  flex-wrap: wrap;
}
@media screen and (max-width: 819px) {
  .b_btn_list {
    margin-top: 30px;
    width: 100%;
    display: block;
  }
  .b_btn_list li {
    width: 100%;
  }
  .b_btn_list li + li {
    margin-top: 10px;
  }
}
.btn02 {
  display: block;
  width: fit-content;
  margin-right: 0;
  margin-top: 10px;
  margin-left: auto;
  padding-right: 18px;
  font-family: "Jost", serif;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
.btn02::after {
  position: absolute;
  content: "";
  right: 0px;
  width: 12px;
  height: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_b.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.footer .inner {
  padding-top: 135px;
  padding-bottom: 40px;
}
@media screen and (max-width: 819px) {
  .footer .inner {
    padding-top: 55px;
    padding-bottom: 25px;
  }
}
.footer .f_logo {
  max-width: 146px;
  display: block;
  margin-bottom: 65px;
}
@media screen and (max-width: 819px) {
  .footer .f_logo {
    max-width: 100px;
    margin-bottom: 30px;
  }
}
.footer .f_menu {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 819px) {
  .footer .f_menu {
    margin-bottom: 45px;
    display: block;
  }
}
.footer .f_menu dt {
  width: 250px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.785;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dt {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.42;
  }
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt {
    letter-spacing: 0.05em;
    line-height: 1.42;
    width: 100%;
    font-size: 14px;
  }
}
.footer .f_menu dt .tel_c_item {
  width: fit-content;
  margin-top: 40px;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item {
    margin-top: 20px;
    width: 100%;
  }
}
.footer .f_menu dt .tel_c_item .f_tel {
  display: block;
  text-align: right;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_tel {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_tel a {
    display: block;
    width: fit-content;
    margin: auto;
  }
}
.footer .f_menu dt .tel_c_item .f_tel a::after {
  display: none;
}
.footer .f_menu dt .tel_c_item .f_tel a span {
  display: block;
}
.footer .f_menu dt .tel_c_item .f_tel a .tel_n {
  display: flex;
  align-items: center;
  font-family: "Jost", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_tel a .tel_n {
    font-size: 37px;
  }
}
.footer .f_menu dt .tel_c_item .f_tel a .tel_n img {
  max-width: 38px;
  margin-right: 10px;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_tel a .tel_n img {
    max-width: 48px;
  }
}
.footer .f_menu dt .tel_c_item .f_tel a .tel_txt {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_tel a .tel_txt {
    font-size: 15px;
  }
}
.footer .f_menu dt .tel_c_item .f_contact {
  width: 100%;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_contact {
    margin-top: 20px;
  }
}
.footer .f_menu dt .tel_c_item .f_contact a {
  font-family: "Jost", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #000000;
  width: 100%;
  padding: 0 32px;
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dt .tel_c_item .f_contact a {
    background: #ffffff;
    text-align: center;
    width: 100%;
  }
}
.footer .f_menu dt .tel_c_item .f_contact a:hover {
  background: #000000;
  color: #ffffff;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.footer .f_menu dt .tel_c_item .f_contact a::after {
  display: none;
}
.footer .f_menu dd {
  width: calc(100% - 250px);
  text-align: right;
}
@media screen and (max-width: 819px) {
  .footer .f_menu dd {
    display: none;
  }
}
.footer .f_menu dd .sub_menu a {
  font-size: 14px;
  font-weight: 500;
}
.footer .f_menu dd ul {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: 865px;
  padding-left: 40px;
  display: flex;
}
.footer .f_menu dd ul + ul {
  margin-top: 20px;
}
.footer .f_menu dd ul li + li {
  padding-left: 20px;
  border-left: 1px solid #000000;
}
@media screen and (max-width: 1010px) {
  .footer .f_menu dd ul li + li {
    padding-left: 10px;
  }
}
.footer .f_menu dd ul li a {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul li a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.footer .f_menu dd ul .f01 {
  width: 80px;
  padding-right: 25px;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .f01 {
    width: 60px;
    padding-right: 15px;
  }
}
.footer .f_menu dd ul .f02 {
  width: 26.5%;
  padding-right: 25px;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .f02 {
    padding-right: 15px;
  }
}
.footer .f_menu dd ul .f03 {
  width: 24%;
  padding-right: 25px;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .f03 {
    padding-right: 15px;
  }
}
.footer .f_menu dd ul .f04 {
  width: calc(49.5% - 80px);
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .f04 {
    width: calc(48.5% - 60px);
  }
}
.footer .f_menu dd ul .l2_f03 {
  width: 31%;
  padding-right: 25px;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .l2_f03 {
    padding-right: 15px;
    width: 32%;
  }
}
.footer .f_menu dd ul .l2_f04 {
  width: calc(42.5% - 80px);
  border-left: none;
  padding-left: 0;
  /* display: flex; */
  display: none;
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  .footer .f_menu dd ul .l2_f04 {
    width: calc(40.5% - 60px);
  }
}
.footer .r_item {
  text-align: right;
}
@media screen and (max-width: 819px) {
  .footer .r_item {
    text-align: center;
  }
}
.footer .r_item .icon_list {
  width: fit-content;
  margin: auto;
  margin-right: 0;
  display: flex;
  column-gap: 7px;
  margin-left: 0;
}
@media screen and (max-width: 819px) {
  .footer .r_item .icon_list {
    margin-right: auto;
    margin-top: 30px;
    margin-left: auto;
  }
}
.footer .r_item .icon_list .icon_01 {
  max-width: 153px;
}
@media screen and (max-width: 1100px) {
  .footer .r_item .icon_list .icon_01 {
    max-width: 115px;
  }
}
@media screen and (max-width: 980px) {
  .footer .r_item .icon_list .icon_01 {
    max-width: 100px;
  }
}
@media screen and (max-width: 819px) {
  .footer .r_item .icon_list .icon_01 {
    max-width: 115px;
  }
}
.footer .r_item .icon_list .icon_02 {
  max-width: 75px;
}
@media screen and (max-width: 1100px) {
  .footer .r_item .icon_list .icon_02 {
    max-width: 56px;
  }
}
@media screen and (max-width: 980px) {
  .footer .r_item .icon_list .icon_02 {
    max-width: 50px;
  }
}
@media screen and (max-width: 819px) {
  .footer .r_item .icon_list .icon_02 {
    max-width: 56px;
  }
}
.footer .r_item .f_copy_txt {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .footer .r_item .f_copy_txt {
    font-size: 8px;
  }
}
@media screen and (max-width: 980px) {
  .footer .r_item .f_copy_txt {
    font-size: 7px;
  }
}
@media screen and (max-width: 819px) {
  .footer .r_item .f_copy_txt {
    font-size: 12px;
    text-align: center;
  }
}
.footer .f_item {
  /* display: none; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 819px) {
  .footer .f_item {
    /* display: block; */
    flex-direction: column;
    gap: 0;
  }
}
.footer .f_item-img {
  width: 106px;
  display: inline-block;
}
.hide {
  display: none !important;
  transition: 0.3s ease-in-out;
}
.show {
  display: block !important;
  transition: 0.3s ease-in-out;
}
.page_h2 {
  display: flex;
  justify-content: center;
  padding-top: 125px;
  padding-bottom: 30px;
}
@media screen and (max-width: 819px) {
  .page_h2 {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
.page_h2 .inner {
  max-width: 962px;
}
.page_h2 .h2_item {
  background: url(../img/common/page_h2_bg.png) no-repeat bottom / contain;
  background-size: 100% auto;
  min-height: 215px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .page_h2 .h2_item {
    min-height: 215px;
    background-position-y: 85px;
    min-height: 160px;
  }
}
.page_h2 .h2_item .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 819px) {
  .page_h2 .h2_item .ttl {
    font-size: 16px;
  }
}
.page_h2 .h2_item .ttl span {
  display: block;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Jost", serif;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 819px) {
  .page_h2 .h2_item .ttl span {
    font-size: 40px;
  }
}
.page_h2 .h2_item .txt {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 819px) {
  .page_h2 .h2_item .txt {
    font-size: 14px;
  }
}
.link_list {
  background: #F5F5F5;
}
.link_list .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 819px) {
  .link_list .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.link_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 819px) {
  .link_list ul {
    display: block;
  }
}
.link_list ul li {
  width: calc(33.3333% - 33.3333px);
}
@media screen and (max-width: 819px) {
  .link_list ul li {
    width: 100%;
  }
  .link_list ul li + li {
    margin-top: 10px;
  }
}
.link_list ul li a {
  display: block;
  width: 100%;
  padding: 13px 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  position: relative;
  background: #ffffff;
  border-left: 10px solid #525252;
}
@media screen and (max-width: 819px) {
  .link_list ul li a {
    font-size: 11px;
    padding: 10px 30px;
    border-left: 8px solid #525252;
    line-height: 1.45;
  }
}
#header .menu_item #menu_list .sub_menu li {
    min-width: 260px !important;
}
.link_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* ▼ 事業内容メニューの矢印位置調整（重なり防止） */
#header .menu_item #menu_list .sub_menu li a {
    padding-right: 28px; /* ←文字と矢印の間に余白を作る */
}

#header .menu_item #menu_list .sub_menu li a::after {
    right: -8px; /* ←矢印を少し外側に移動（-5〜-15で微調整） */
}
/* ▼ 事業内容ページの矢印位置調整（重なり防止） */
.link_list li a {
    padding-right: 28px;  /* ←テキストと矢印の間に余白 */
}

.link_list li a::after {
    position: absolute;
    content: "";
    right: 10px;  /* ←矢印の位置を外側へ（要調整） */
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/icon_link02.png) no-repeat center / contain;
}


/* ===== リスキリングフォーム ===== */

:root {
  --primary: #1a3a5c;
  --primary-light: #2a5a8c;
  --accent: #e8522a;
  --accent-light: #f07050;
  --bg: #f8f9fb;
  --white: #ffffff;
  --gray-100: #f2f4f7;
  --gray-200: #e4e8ee;
  --gray-400: #9aa3b0;
  --gray-600: #5a6272;
  --gray-800: #2c3242;
  --required: #d93025;
  --border: #d0d6e0;
  --shadow: 0 2px 12px rgba(0,0,0,0.07);
  --radius: 8px;
  --transition: 0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  background: var(--bg);
  color: var(--gray-800);
  font-size: 15px;
  line-height: 1.6;
}

/* ===== ページヘッダー ===== */
.page-header {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  color: var(--white);
  padding: 48px 20px 40px;
  text-align: center;
}
.page-header .sub {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 10px;
}
.page-header h1 {
  font-size: clamp(18px, 4vw, 26px);
  font-weight: 700;
  line-height: 1.4;
}
.page-header h1 span {
  display: block;
  font-size: clamp(13px, 2.5vw, 16px);
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  margin-top: 6px;
}

/* ===== フォームラッパー ===== */
.az-entry-form {
  max-width: 860px;
  margin: 40px auto 60px;
  padding: 0 16px;
}

/* ===== カード ===== */
.form-card {
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* ===== セクションヘッダー ===== */
.section-header {
  background: var(--primary);
  color: var(--white);
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-header::before {
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background: var(--accent);
  border-radius: 2px;
}

/* ===== フォーム行 ===== */
.form-row {
  display: flex;
  border-bottom: 1px solid var(--gray-200);
}
.form-row:last-child { border-bottom: none; }

.form-label {
  width: 30%;
  min-width: 160px;
  background: var(--gray-100);
  padding: 18px 20px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-wrap: wrap;
  line-height: 1.5;
}

.form-field {
  width: 70%;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

/* ===== 必須マーク ===== */
.required {
  display: inline-block;
  background: var(--required);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 3px;
  vertical-align: middle;
  letter-spacing: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ===== インプット共通 ===== */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 15px;
  font-family: inherit;
  color: var(--gray-800);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  appearance: none;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus {
  outline: none;
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(42, 90, 140, 0.12);
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239aa3b0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

/* ===== ラジオ・チェックボックス ===== */
.radio-group,
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.radio-group label,
.checkbox-group label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 12px 6px 8px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  transition: background var(--transition), border-color var(--transition);
}
.radio-group label:hover,
.checkbox-group label:hover {
  background: var(--gray-100);
  border-color: var(--primary-light);
}
.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
  flex-shrink: 0;
  cursor: pointer;
}

/* ===== アズスタッフ登録 ===== */
.registered-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.registered-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.registered-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 14px 6px 10px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  transition: background var(--transition), border-color var(--transition);
}
.registered-label:hover { background: var(--gray-100); border-color: var(--primary-light); }
.registered-label input[type="radio"] {
  width: 16px; height: 16px;
  accent-color: var(--primary);
  cursor: pointer;
}
.staff-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.staff-no-input {
  width: 160px;
  padding: 8px 12px;
  font-size: 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
}
.input-hint {
  font-size: 12px;
  color: var(--gray-400);
}

/* ===== 生年月日 ===== */
.birthday-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}
.birthday-wrap span { font-size: 14px; color: var(--gray-600); white-space: nowrap; }
.input-year        { width: 80px !important; }
.input-md          { width: 54px !important; }
.input-zip         { width: 140px !important; }
.age-display {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--gray-600);
  background: var(--gray-100);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 12px;
  min-width: 56px;
  font-weight: 600;
  color: var(--primary);
}

/* ===== 住所 ===== */
.address-row { margin-bottom: 8px; }
.address-row:last-child { margin-bottom: 0; }
.zip-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.zip-row .inline-label { font-size: 18px; color: var(--gray-600); }

/* ===== スケジュール ===== */
.schedule-block {
  background: var(--gray-100);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 10px;
}
.schedule-block:last-child { margin-bottom: 0; }
.schedule-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.schedule-date-row,
.schedule-time-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.schedule-date-row span,
.schedule-time-row span { font-size: 14px; color: var(--gray-600); white-space: nowrap; }
.schedule-time-row select { width: auto; min-width: 110px; font-size: 14px; padding: 8px 30px 8px 10px; }
.time-error {
  font-size: 12px;
  color: var(--required);
  margin-top: 4px;
  display: none;
}
.time-error.visible { display: block; }

/* ===== プライバシー本文スタイル ===== */
.privacy-section-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid var(--border);
}
.privacy-item {
  margin-bottom: 12px;
}
.privacy-item-head {
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: 4px;
  font-size: 12px;
}
.privacy-sub-head {
  font-weight: 600;
  margin: 6px 0 2px;
  font-size: 12px;
}
.privacy-ol {
  padding-left: 20px;
  font-size: 12px;
}
.privacy-ol li { margin-bottom: 2px; }
.privacy-tags {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 1.8;
  color: var(--gray-600);
}
.privacy-provider {
  margin: 6px 0 6px 8px;
  font-size: 12px;
}
.privacy-provider-label {
  font-weight: 600;
  margin-bottom: 1px;
}
.privacy-contact {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 8px 10px;
}
.privacy-end {
  text-align: right;
  font-size: 12px;
  color: var(--gray-400);
  margin-top: 8px;
}

/* ===== プライバシー ===== */
.privacy-box {
  height: 420px;
  overflow-y: auto;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--gray-600);
  background: var(--gray-100);
  margin-bottom: 12px;
}
.privacy-consent-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fff8f7;
  border: 1.5px solid #f5c2b8;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.privacy-consent-wrap input[type="checkbox"] {
  width: 18px; height: 18px;
  accent-color: var(--accent);
  cursor: pointer;
}
.privacy-note {
  font-size: 12px;
  color: var(--gray-400);
  margin-top: 6px;
}

/* ===== 送信ボタン（グレーアウト） ===== */
.submit-wrap {
  text-align: center;
  margin-top: 32px;
  padding-bottom: 8px;
}
.submit-wrap button,
.submit-wrap input[type="submit"] {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 56px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 16px rgba(232, 82, 42, 0.35);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), opacity var(--transition);
  width: 100%;
  max-width: 380px;
}
.submit-wrap button:hover:not(:disabled),
.submit-wrap input[type="submit"]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 82, 42, 0.45);
}
.submit-wrap button:disabled {
  background: linear-gradient(135deg, #b0b0b0 0%, #c8c8c8 100%);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
}

/* ===== 注釈 ===== */
.form-note {
  font-size: 12px;
  color: var(--gray-400);
  margin-top: 4px;
}

/* ===== レスポンシブ ===== */
@media (max-width: 640px) {
  .page-header { padding: 36px 16px 28px; }

  .az-entry-form { margin: 20px auto 40px; padding: 0 12px; }

  .form-row {
    flex-direction: column;
  }
  .form-label {
    width: 100%;
    min-width: unset;
    padding: 12px 16px;
    border-bottom: 1px solid var(--gray-200);
    background: var(--gray-100);
  }
  .form-field {
    width: 100%;
    padding: 14px 16px;
  }

  .section-header { padding: 10px 16px; }

  .radio-group,
  .checkbox-group { gap: 8px; }

  .birthday-wrap { gap: 4px; overflow-x: auto; }
  .input-year { width: 72px !important; }
  .input-md   { width: 50px !important; }

  .schedule-date-row,
  .schedule-time-row { gap: 4px; }
  .schedule-time-row select { min-width: 95px; font-size: 13px; }

  .staff-no-input { width: 140px; }

  .submit-wrap button,
  .submit-wrap input[type="submit"] {
    padding: 14px 32px;
    font-size: 15px;
  }
}

/* ===== CSS変数 ===== */
:root {
  --primary: #1a3a5c;
  --primary-light: #2a5a8c;
  --accent: #e8522a;
  --accent-light: #f07050;
  --bg: #f8f9fb;
  --white: #ffffff;
  --gray-100: #f2f4f7;
  --gray-200: #e4e8ee;
  --gray-400: #9aa3b0;
  --gray-600: #5a6272;
  --gray-800: #2c3242;
  --required: #d93025;
  --border: #d0d6e0;
  --shadow: 0 2px 12px rgba(0,0,0,0.07);
  --radius: 8px;
  --transition: 0.2s ease;
}



/* ===== ページヘッダー ===== */
.page-header {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  color: var(--white);
  padding: 48px 20px 40px;
  text-align: center;
}
.page-header .sub {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 10px;
}
.page-header h1 {
  font-size: clamp(18px, 4vw, 26px);
  font-weight: 700;
  line-height: 1.4;
}
.page-header h1 span {
  display: block;
  font-size: clamp(13px, 2.5vw, 16px);
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  margin-top: 6px;
}

/* ===== フォームラッパー ===== */
.az-entry-form {
  max-width: 860px;
  margin: 40px auto 60px;
  padding: 0 16px;
}

/* ===== カード ===== */
.form-card {
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* ===== セクションヘッダー ===== */
.section-header {
  background: var(--primary);
  color: var(--white);
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-header::before {
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background: var(--accent);
  border-radius: 2px;
}

/* ===== フォーム行 ===== */
.form-row {
  display: flex;
  border-bottom: 1px solid var(--gray-200);
}
.form-row:last-child { border-bottom: none; }

.form-label {
  width: 30%;
  min-width: 160px;
  background: var(--gray-100);
  padding: 18px 20px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-wrap: wrap;
  line-height: 1.5;
}

.form-field {
  width: 70%;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

/* ===== 必須マーク ===== */
.required {
  display: inline-block;
  background: var(--required);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 3px;
  vertical-align: middle;
  letter-spacing: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ===== インプット共通 ===== */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 15px;
  font-family: inherit;
  color: var(--gray-800);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  appearance: none;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus {
  outline: none;
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(42, 90, 140, 0.12);
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239aa3b0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

/* ===== ラジオ・チェックボックス ===== */
.radio-group,
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.radio-group label,
.checkbox-group label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 12px 6px 8px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  transition: background var(--transition), border-color var(--transition);
}
.radio-group label:hover,
.checkbox-group label:hover {
  background: var(--gray-100);
  border-color: var(--primary-light);
}
.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
  flex-shrink: 0;
  cursor: pointer;
}

/* ===== アズスタッフ登録 ===== */
.registered-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.registered-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.registered-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 14px 6px 10px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  transition: background var(--transition), border-color var(--transition);
}
.registered-label:hover { background: var(--gray-100); border-color: var(--primary-light); }
.registered-label input[type="radio"] {
  width: 16px; height: 16px;
  accent-color: var(--primary);
  cursor: pointer;
}
.staff-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.staff-no-input {
  width: 160px;
  padding: 8px 12px;
  font-size: 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
}
.input-hint {
  font-size: 12px;
  color: var(--gray-400);
}

/* ===== 生年月日 ===== */
.birthday-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}
.birthday-wrap span { font-size: 14px; color: var(--gray-600); white-space: nowrap; }
.input-year        { width: 80px !important; }
.input-md          { width: 54px !important; }
.input-zip         { width: 140px !important; }
.age-display {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--gray-600);
  background: var(--gray-100);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 12px;
  min-width: 56px;
  font-weight: 600;
  color: var(--primary);
}

/* ===== 住所 ===== */
.address-row { margin-bottom: 8px; }
.address-row:last-child { margin-bottom: 0; }
.zip-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.zip-row .inline-label { font-size: 18px; color: var(--gray-600); }

/* ===== スケジュール ===== */
.schedule-block {
  background: var(--gray-100);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 10px;
}
.schedule-block:last-child { margin-bottom: 0; }
.schedule-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.schedule-date-row,
.schedule-time-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.schedule-date-row span,
.schedule-time-row span { font-size: 14px; color: var(--gray-600); white-space: nowrap; }
.schedule-time-row select { width: auto; min-width: 110px; font-size: 14px; padding: 8px 30px 8px 10px; }
.time-error {
  font-size: 12px;
  color: var(--required);
  margin-top: 4px;
  display: none;
}
.time-error.visible { display: block; }

/* ===== プライバシー本文スタイル ===== */
.privacy-section-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid var(--border);
}
.privacy-item {
  margin-bottom: 12px;
}
.privacy-item-head {
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: 4px;
  font-size: 12px;
}
.privacy-sub-head {
  font-weight: 600;
  margin: 6px 0 2px;
  font-size: 12px;
}
.privacy-ol {
  padding-left: 20px;
  font-size: 12px;
}
.privacy-ol li { margin-bottom: 2px; }
.privacy-tags {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 1.8;
  color: var(--gray-600);
}
.privacy-provider {
  margin: 6px 0 6px 8px;
  font-size: 12px;
}
.privacy-provider-label {
  font-weight: 600;
  margin-bottom: 1px;
}
.privacy-contact {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 8px 10px;
}
.privacy-end {
  text-align: right;
  font-size: 12px;
  color: var(--gray-400);
  margin-top: 8px;
}

/* ===== プライバシー ===== */
.privacy-box {
  height: 420px;
  overflow-y: auto;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--gray-600);
  background: var(--gray-100);
  margin-bottom: 12px;
}
.privacy-consent-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fff8f7;
  border: 1.5px solid #f5c2b8;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.privacy-consent-wrap input[type="checkbox"] {
  width: 18px; height: 18px;
  accent-color: var(--accent);
  cursor: pointer;
}
.privacy-note {
  font-size: 12px;
  color: var(--gray-400);
  margin-top: 6px;
}

/* ===== 送信ボタン（グレーアウト） ===== */
.submit-wrap {
  text-align: center;
  margin-top: 32px;
  padding-bottom: 8px;
}
.submit-wrap button,
.submit-wrap input[type="submit"] {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 56px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 16px rgba(232, 82, 42, 0.35);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), opacity var(--transition);
  width: 100%;
  max-width: 380px;
}
.submit-wrap button:hover:not(:disabled),
.submit-wrap input[type="submit"]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 82, 42, 0.45);
}
.submit-wrap button:disabled {
  background: linear-gradient(135deg, #b0b0b0 0%, #c8c8c8 100%);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
}

/* ===== 注釈 ===== */
.form-note {
  font-size: 12px;
  color: var(--gray-400);
  margin-top: 4px;
}

/* ===== レスポンシブ ===== */
@media (max-width: 640px) {
  .page-header { padding: 36px 16px 28px; }

  .az-entry-form { margin: 20px auto 40px; padding: 0 12px; }

  .form-row {
    flex-direction: column;
  }
  .form-label {
    width: 100%;
    min-width: unset;
    padding: 12px 16px;
    border-bottom: 1px solid var(--gray-200);
    background: var(--gray-100);
  }
  .form-field {
    width: 100%;
    padding: 14px 16px;
  }

  .section-header { padding: 10px 16px; }

  .radio-group,
  .checkbox-group { gap: 8px; }

  .birthday-wrap { gap: 4px; overflow-x: auto; }
  .input-year { width: 72px !important; }
  .input-md   { width: 50px !important; }

  .schedule-date-row,
  .schedule-time-row { gap: 4px; }
  .schedule-time-row select { min-width: 95px; font-size: 13px; }

  .staff-no-input { width: 140px; }

  .submit-wrap button,
  .submit-wrap input[type="submit"] {
    padding: 14px 32px;
    font-size: 15px;
  }
}

/* ===== CF7出力のspan・p要素を横並びに強制 ===== */
 
/* 生年月日 横並び */
.birthday-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
}
.birthday-wrap span.wpcf7-form-control-wrap {
  display: inline-flex !important;
}
.birthday-wrap br { display: none !important; }
.birthday-wrap p  { display: inline !important; margin: 0 !important; }
 
/* 郵便番号 横並び */
.zip-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
}
.zip-row span.wpcf7-form-control-wrap {
  display: inline-flex !important;
}
.zip-row br { display: none !important; }
 
/* スケジュール 横並び */
.schedule-row-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}
.schedule-date-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
}
.schedule-date-row span.wpcf7-form-control-wrap {
  display: inline-flex !important;
}
.schedule-date-row br { display: none !important; }
 
/* ラジオ・チェックボックス 横並び */
.radio-group span.wpcf7-form-control {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 20px !important;
}
.radio-group span.wpcf7-form-control br { display: none !important; }

/* ===== スケジュール時刻行を横並びに強制 ===== */
.schedule-time-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: nowrap !important;
}
.schedule-time-row span { white-space: nowrap !important; }

/* ===== schedule-time-row内のp・brを無効化 ===== */
.schedule-time-row p {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
}
.schedule-time-row br {
  display: none !important;
}
.schedule-date-row p {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
}
.schedule-date-row br {
  display: none !important;
}

/* ===== 所持免許 左揃え・間隔調整 ===== */
.checkbox-group span.wpcf7-form-control {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 10px 16px !important;
}
.checkbox-group span.wpcf7-form-control br {
  display: none !important;
}
.checkbox-group span.wpcf7-form-control label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 12px 6px 8px !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

/* ===== 個人情報テキスト 左揃え ===== */
.privacy-box {
  text-align: left !important;
}
.privacy-box p,
.privacy-box ol,
.privacy-box li,
.privacy-box div {
  text-align: left !important;
}

/* ===== 必須マーク非表示・すべて必須の帯 ===== */
.form-card::before {
  content: "＊ すべての項目は必須です（任意項目を除く）";
  display: block !important;
  background: #fff3f3 !important;
  color: var(--required) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 10px 24px !important;
  border-bottom: 1px solid #fdd !important;
  letter-spacing: 0.05em !important;
}
.required {
  display: none !important;
}

.schedule-date-row {
  position: relative !important;
}
.schedule-row-wrap {
  align-items: flex-start !important;
}

/* ===== CF7エラーメッセージをボックス下に表示 ===== */
.schedule-date-row span.wpcf7-form-control-wrap {
  position: relative !important;
}

.schedule-date-row {
  align-items: flex-start !important;
}

/* ===== ご希望の日時のエラーメッセージのみ非表示 ===== */
.schedule-date-row span.wpcf7-not-valid-tip {
  display: none !important;
  visibility: hidden !important;
}

/* ===== 各項目のエラーメッセージ非表示 ===== */
.wpcf7-not-valid-tip {
  display: none !important;
}

/* ===== フォーム上部エラー帯 ===== */
.wpcf7-response-output {
  background: #fff3f3 !important;
  border: 1px solid #d93025 !important;
  color: #d93025 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 12px 20px !important;
  border-radius: 6px !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

/* ===== スマホ：生年月日 歳の改行防止 ===== */
@media (max-width: 640px) {
  .birthday-wrap {
    flex-wrap: wrap !important;
  }
  .birthday-wrap .age-display,
  .birthday-wrap span:last-child {
    display: inline !important;
  }
  .age-display {
    font-size: 13px !important;
  }
}

/* ===== スマホ：ご希望の日時 時刻見切れ防止 ===== */
@media (max-width: 640px) {
  .schedule-row-wrap {
    flex-wrap: wrap !important;
  }
  .schedule-time-row {
    width: 100% !important;
  }
  .schedule-time-row select {
    flex: 1 !important;
    min-width: 0 !important;
    font-size: 13px !important;
  }
}

/* ===== NEW SERVICE 動画セクション ===== */
.newservice-section {
  background: #fff;
  padding: 60px 20px;
}
.newservice-section .inner {
  max-width: 1220px;
  margin: 0 auto;
}
.newservice-header {
  text-align: center;
  margin-bottom: 32px;
}
.newservice-desc {
  font-size: 15px;
  color: #5a6272;
  margin-top: 12px;
  text-align: left !important;
  font-weight: 700 !important;
  padding-left: 1em !important;
}
.newservice-video-wrap {
  position: relative;
  max-width: 1040px;
  margin: 0 auto 48px !important;
}
.newservice-video-wrap video {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.newservice-controls {
  position: absolute;
  bottom: 12px;
  right: 16px;
}
.video-btn {
  background: rgba(0,0,0,0.5);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-btn:hover {
  background: rgba(0,0,0,0.75);
}

/* ===== NEW SERVICE 導線 ===== */
.newservice-link {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.newservice-features {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  list-style: none;
  padding: 0;
}
.newservice-features li {
  flex: 1;
  background: #f2f4f7;
  border-radius: 10px;
  padding: 24px 20px;
  text-align: left;
}
.newservice-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.newservice-feature-text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 8px;
}
.newservice-feature-text p {
  font-size: 13px;
  color: #5a6272;
  line-height: 1.7;
  margin: 0;
}

/* スマホ対応 */
@media (max-width: 640px) {
  .newservice-features {
    flex-direction: column;
  }
}

/* ===== 就業状況 注釈 ===== */
.form-notice {
  margin-top: 10px !important;
  padding: 12px 16px !important;
  background: #fff8f0 !important;
  border-left: 3px solid #e8522a !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  text-align: left !important;
}
.form-notice .notice-title {
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  margin-top: 8px !important;
}
.form-notice .notice-title:first-child {
  margin-top: 0 !important;
}
.form-notice ul {
  margin: 4px 0 0 16px !important;
  padding: 0 !important;
}
.form-notice li {
  margin-bottom: 2px !important;
}

/* ===== 誓約事項 ===== */
.pledge-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 6px !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  cursor: pointer !important;
}
.pledge-item input[type="checkbox"] {
  margin-top: 3px !important;
  flex-shrink: 0 !important;
}

/* ===== 同意・誓約チェックボックス デザイン統一 ===== */
.privacy-consent-wrap,
.pledge-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 16px !important;
  background: #fff8f0 !important;
  border: 1.5px solid #f0d0b0 !important;
  border-radius: 6px !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  cursor: pointer !important;
}
.privacy-consent-wrap input[type="checkbox"],
.pledge-item input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
}

/* ===== チェックボックス位置微調整 ===== */
.privacy-consent-wrap input[type="checkbox"],
.pledge-item input[type="checkbox"] {
  position: relative !important;
  top: -1px !important;
}

/* ===== 誓約事項 間隔調整 ===== */
.pledge-item {
  margin-bottom: 2px !important;
}

/* ===== スマホ：生年月日 歳の改行・エラー崩れ防止 ===== */
@media (max-width: 640px) {
  .birthday-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 4px !important;
  }
  .birthday-wrap p {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    margin: 0 !important;
  }
  .birthday-wrap br {
    display: none !important;
  }
  .birthday-wrap span.wpcf7-not-valid-tip {
    display: none !important;
    visibility: hidden !important;
  }
}

/* ===== 誓約事項ボックス ===== */
.pledge-box {
  background: #f8f9fb !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 6px !important;
  padding: 16px !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  text-align: left !important;
}
.pledge-box p {
  margin: 0 0 6px 0 !important;
}
.pledge-box p:last-child {
  margin-bottom: 0 !important;
}

/* ===== 申込フォーム 講座カード ===== */
.course-cards {
  display: grid;
  gap: 12px;
  margin-top: 0.5rem;
}

.course-card {
  border: 1.5px solid #ddd;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  cursor: pointer;
  background: #fff;
  text-align: left;
}

.course-card-selected {
  border: 2px solid #1a3a5c;
  background: #f5f7fa;
}

.course-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.course-card-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
  text-align: left;
}

.course-card-badge {
  display: inline-block;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #1a3a5c;
  color: #fff !important;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
}

.course-meta-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 16px;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  text-align: left;
}

.course-meta-item {
  font-size: 12px;
  text-align: left;
}

.course-meta-key {
  color: #999;
}

.course-meta-val {
  color: #555;
}

.course-price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.course-accordion-btn {
  width: 100%;
  text-align: left;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-accordion-body {
  display: none !important;
  padding-top: 12px;
  text-align: left;
}

.course-acc-open {
  display: block !important;
}

.course-detail-label {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 3px;
  text-align: left;
}

.course-detail-label:first-child {
  margin-top: 0;
}

.course-detail-text {
  font-size: 12px;
  color: #555;
  line-height: 1.6;
  text-align: left;
}

.select-hint {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
  text-align: left;
}

@media (max-width: 480px) {
  .course-meta-list {
    grid-template-columns: 1fr;
  }
}

/* ===== 申込完了ページ ===== */
.thanks-message {
  padding: 2rem 0;
  line-height: 2;
}

.thanks-message p {
  margin-bottom: 1.5rem;
}

.thanks-tel {
  font-size: 24px;
  font-weight: bold;
  color: #1a3a5c;
}

.thanks-time {
  font-size: 14px;
  color: #666;
}

/* ===== 費用案内ボックス ===== */
#cost-info-box {
  margin-bottom: 1.5rem;
}

.cost-box {
  border: 2px solid #1a3a5c;
  border-radius: 8px;
  padding: 1.25rem;
  background: #f5f8fc;
}

.cost-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a3a5c;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c5d5e8;
  text-align: center;
}

#cost-info-box .cost-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 8px 0;
  font-size: 15px;
  border-bottom: 0.5px solid #e0e8f0;
  gap: 8px;
}

#cost-info-box .cost-row:last-of-type {
  border-bottom: none;
}

#cost-info-box .cost-label {
  color: #333;
  flex: 1;
  text-align: left !important;
  white-space: nowrap;
}

#cost-info-box .cost-val {
  font-weight: bold;
  color: #222;
  text-align: right !important;
  white-space: nowrap;
}

.cost-highlight {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0 5px;
  margin-top: 8px;
  border-top: 2px solid #1a3a5c;
  gap: 8px;
}

.cost-highlight .cost-label {
  font-size: 15px;
  font-weight: bold;
  color: #1a3a5c;
  text-align: left;
}

.cost-highlight-val {
  text-align: right;
}

.cost-highlight-main {
  font-size: 16px;
  font-weight: bold;
  color: #1a3a5c;
}

.cost-highlight-sub {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

.notice-list {
  margin-top: 12px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 6px;
  border: 0.5px solid #c5d5e8;
}

.notice-item {
  font-size: 11px;
  color: #555;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

#cost-info-box {
  text-align: left !important;
}

#cost-info-box .cost-row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
}

#cost-info-box .cost-row p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

#cost-info-box .cost-val {
  text-align: right !important;
  white-space: nowrap !important;
  margin-left: auto !important;
}

#cost-info-box .cost-label {
  text-align: left !important;
  white-space: nowrap !important;
}

#cost-info-box .cost-row p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== 就業状況アラート ===== */
.employment-alert-box {
  margin-top: 12px;
  padding: 14px 16px;
  background: #fff3f3;
  border: 2px solid #d93025;
  border-radius: 6px;
}

.employment-alert-box p {
  font-size: 13px;
  color: #d93025;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}

/* ===== アンケート ===== */
.enquete-question {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 12px;
  text-align: left;
}

/* ===== チェックボックス スマホ対応 ===== */
@media (max-width: 768px) {
  .checkbox-group .wpcf7-list-item {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }

  .checkbox-group .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    white-space: normal;
    word-break: break-all;
  }

  .checkbox-group .wpcf7-list-item input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 3px;
  }
}

@media (max-width: 768px) {
  .checkbox-group span.wpcf7-form-control label {
    white-space: normal !important;
    word-break: break-all;
  }
}

@media (max-width: 768px) {
  .checkbox-group span.wpcf7-form-control label {
    white-space: normal !important;
    word-break: break-all;
    text-align: left !important;
    justify-content: flex-start !important;
  }
  
  .checkbox-group .wpcf7-list-item {
    text-align: left !important;
  }
}

/* ===== 就業状況NG時のロック表示 ===== */
#employment-locked-area.locked {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

#employment-locked-area.locked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(200, 200, 200, 0.15);
  z-index: 10;
  cursor: not-allowed;
}

/* disabledな入力欄の見た目 */
.az-entry-form input:disabled,
.az-entry-form select:disabled,
.az-entry-form textarea:disabled {
  background-color: #f0f0f0 !important;
  color: #999 !important;
  cursor: not-allowed !important;
}