@charset "UTF-8";
/* モノクロ */
/* 暖色 */
/* 寒色 */
/* 茶色 */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  position: relative !important;
}

/* ベース */
:root {
  --main-gutter: 30px;
  /* モノクロ */
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-black: #231815;
  --color-black-rgb: 0, 0, 0;
  --color-gray: #666666;
  --color-gray-rgb: 102, 102, 102;
  --color-gray-dark: #666666;
  --color-gray-dark-rgb: 102, 102, 102;
  --color-gray-bg: #f4f4f4;
  /* 赤 */
  --color-red: #bd0025;
  --color-red-rgb: 231, 106, 118;
  --color-red-l: #ff4b4b;
  --color-red-l-rgb: 255, 75, 75;
  /* 黄色 */
  --color-yellow: #fcdc4a;
  --color-yellow-rgb: 252, 220, 74;
  /* 橙 */
  --color-orange: #ffa800;
  --color-orange-rgb: 255, 168, 0;
  /* 桃 */
  --color-pink: #f4c4d9;
  --color-pink-rgb: 244, 196, 217;
  /* 紫 */
  --color-purple: #910f9c;
  --color-purple-rgb: 145, 15, 156;
  /* 緑 */
  --color-green: #39940f;
  --color-green-rgb: 57, 148, 15;
  --color-green-light: #a3c762;
  /* 青 */
  --color-blue: #104d9e;
  --color-blue-rgb: 16, 77, 158;
  --color-blue-dark: #0c4085;
  --color-blue-dark-rgb: 12, 64, 133;
  --color-blue-light: #f2f9fb;
  --color-blue-light-rgb: 242, 249, 251;
  --color-blue-bg: #8aceee;
  /* 茶色 */
  --color-brown: #c5a46d;
  --color-brown-rgb: 197, 164, 109;
  /* ベージュ */
  --color-baige: #f5b99b;
  --color-baige-rgb: 245, 185, 155;
  /* 金 */
  --color-gold: #d9c480;
  --color-gold-rgb: 217, 196, 128;
}

.pc_none ,
.sp {
  display: none;
}
.sp_contents {
  display: none;
}
.no_link {
  display: none;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

button:hover {
  opacity: 0.6;
}

button:hover ,
button:focus ,
input[type=button]:hover ,
input[type=button]:focus ,
input[type=reset]:hover ,
input[type=reset]:focus ,
input[type=submit]:hover ,
input[type=submit]:focus {
  background-color: inherit;
}

ul ,
ol {
  list-style: none;
}

dt {
  font-weight: normal;
}

html:lang(ja) {
  font-size: 56.25%;
}
body ,
body:lang(ja) {
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-kerning: none;
  font-kerning: none;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 500;
  color: var(--color-black);
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-white);
  letter-spacing: 0em;
  -webkit-text-size-adjust: 100%;
}
body.modal-open ,
body:lang(ja).modal-open {
  overflow: hidden;
}

.el_preload {
  display: none;
}

/* layout */
.ly_main {
  overflow: hidden;
}

.ly_inner {
  margin-left: auto;
  margin-right: auto;
  /* max-width: 1520px; */
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 5;
  max-width: 1200px;
}

.ly_innerMini {
  margin-left: auto;
  margin-right: auto;
  /* max-width: 1040px; */
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 5;
}
.ly_head {
  position: sticky;
  z-index: 50;
  top: 0;
  background-color: var(--color-white);
  /*height: 110px;*/
}
.bl_head {
  padding: 15px 42px;
  font-weight: bold;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
.bl_head_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  height: 100%;
}
.bl_head_util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-blue-dark);
  gap: 2em;
}

.bl_head_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2em;
}
.bl_head_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; /* ボタン同士の間隔を調整 */
  margin-left: auto; /* ボタンのグループを右端に寄せる */
  padding-right: 60px; /* ここで右端から少しスペースを空ける */
}

.bl_head_btns .el_bdBtn {
  margin-right: 10rem;
}
.bl_head_btns_item {
  -webkit-filter: drop-shadow(2px 2px 8px rgba(var(--color-blue-dark-rgb), 0.2));
  filter: drop-shadow(2px 2px 8px rgba(var(--color-blue-dark-rgb), 0.2));
}

.bl_head_parents {
  position: relative;
}

.bl_head_parents:hover .bl_head_child {
  visibility: visible;
}

.bl_head_child {
  position: absolute;
  top: 100%;
  background-color: rgba(var(--color-blue-rgb), 1);
  color: var(--color-white);
  padding: 1em;
  left: 0;
  word-break: keep-all;
  visibility: hidden;
  white-space: nowrap;
}

.bl_head_child li:nth-of-type(n + 2) {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid var(--color-white);
}

.bl_head_child a {
  padding: 0 0.5em;
}

.bl_gnavBtn {
  background-color: var(--color-blue);
  color: var(--color-white);
  border: 3px solid var(--color-white);
  display: inline-block;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  position: fixed;
  z-index: 200;
  right: 22px;
  top: 55px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-filter: drop-shadow(2px 2px 8px rgba(var(--color-blue-dark-rgb), 0.2));
  filter: drop-shadow(2px 2px 8px rgba(var(--color-blue-dark-rgb), 0.2));
}

.bl_gnavBtn:hover ,
.bl_gnavBtn:focus {
  background-color: var(--color-blue);
}
.bl_gnavBtn:hover {
  background-color: var(--color-blue);
  opacity: 1;
}

.bl_gnavBtn_line {
  position: absolute;
  border-radius: 50px;
  height: 2px;
  width: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  background-color: var(--color-white);
  display: block;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.bl_gnavBtn_line:nth-of-type(1) {
  top: 15px;
}
.bl_gnavBtn_line:nth-of-type(2) {
  bottom: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}

.bl_gnavBtn_line:nth-of-type(3) {
  bottom: 15px;
}
.bl_gnavBtn.is_active .bl_gnavBtn_line {
  -webkit-transform-origin: right;
  transform-origin: right;
  top: auto;
  bottom: 50%;
  right: 50%;
}

.bl_gnavBtn.is_active .bl_gnavBtn_line:nth-of-type(1) {
  -webkit-transform: rotate(-23deg) translate(50%, 50%);
  transform: rotate(-23deg) translate(50%, 50%);
}

.bl_gnavBtn.is_active .bl_gnavBtn_line:nth-of-type(2) {
  opacity: 0;
}

.bl_gnavBtn.is_active .bl_gnavBtn_line:nth-of-type(3) {
  -webkit-transform: rotate(23deg) translate(50%, 50%);
  transform: rotate(23deg) translate(50%, 50%);
}

.bl_gnav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: var(--color-blue);
  background: -webkit-linear-gradient(352deg, var(--color-blue) 2.61%, var(--color-blue-dark) 95.71%);
  background: linear-gradient(98deg, var(--color-blue) 2.61%, var(--color-blue-dark) 95.71%);
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}

.bl_gnav_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: auto;
  height: 100%;
  width: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.bl_gnav_inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
}
.bl_gnav_grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 50px;
}
.bl_gnav_heading {
  font-size: 4rem;
  font-weight: bold;
  color: var(--color-red-l);
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.bl_gnav_heading::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: -0.25em;
}

.bl_gnav_heading::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: -0.25em;
}
.bl_gnav_block {
  color: var(--color-white);
}

.bl_gnav_block_item {
  margin-bottom: 0.4em;
  line-height: 1.0;
  font-size: 2rem;
}
.bl_gnav_block_item small {
  font-size: 0.8em;
  line-height: 1.0;
  display: inline-block;
}

.bl_gnav_block_item__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_gnav_block_item__btn {
  margin-top: 2em;
}
.bl_gnav_block_btn {
  font-size: 1.6rem;
}
.bl_gnav_list {
  font-size: 1.6rem;
  padding-left: 1em;
}
.bl_gnav_foot {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 50px;
}
.bl_gnav_contact {
  font-size: 4rem;
  text-align: center;
  grid-column: 2/4;
}
.bl_gnav_contact .bl_contactBtn {
  width: 100%;
}
.ly_foot {
  padding: 100px 0;
}
.bl_foot {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1.16fr;
  color: var(--color-gray-dark);
}
.bl_foot_info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 70px;
}
.bl_foot_nav {
  padding-left: 70px;
  border-left: 1px solid var(--color-gray-dark);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.2rem;
  -webkit-column-gap: 6em;
  -moz-column-gap: 6em;
  column-gap: 6em;
}
.bl_foot_links li {
  margin-bottom: 0.5em;
}

.bl_foot_logo img {
  max-width: 131px;
}

.bl_foot_logo_cap {
  font-size: 1.2rem;
  display: block;
  margin-top: 0.8em;
}
.bl_foot_address {
  font-size: 1.4rem;
  margin: 3em 0;
}
.bl_foot_copy {
  font-size: 1.2rem;
}
.bl_sideBtn {
  position: fixed;
  bottom: 0.3%;
  right: 0.3vw;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(var(--color-black-rgb), 0.3));
  filter: drop-shadow(0px 5px 10px rgba(var(--color-black-rgb), 0.3));
  z-index: 50;
  max-width: 260px;
}
.bl_contact {
  background-color: var(--color-blue);
  text-align: center;
  color: var(--color-white);
  padding: 100px 0;
}
.bl_contact_heading {
  font-weight: bold;
  font-size: 5rem;
  color: var(--color-white);
}
.bl_contact_cap {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0.5em;
}
.bl_contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
  gap: 50px;
}
.bl_contact_list_item {
  background-color: var(--color-white);
  border-radius: 20px;
}

.bl_contact_link {
  padding: 20px 40px;
  display: block;
}
.bl_contact_link_heading {
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: var(--color-blue-dark);
  font-weight: bold;
  font-size: 1.6rem;
}
.bl_contact_link_btn {
  font-size: 1.4rem;
}
.bl_contact_link_btn .el_btn {
  font-weight: normal;
}

.bl_contact_tel {
  font-size: 2rem;
  margin-top: 2.5em;
}
.bl_tel {
  line-height: 1.5;
}

.bl_tel_heading {
  display: inline-block;
  margin-right: 2em;
  vertical-align: -0.4em;
}
.bl_tel_num {
  display: inline-block;
  font-size: 2.5em;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}
.bl_tel_link {
  color: var(--color-white);
  display: inline-block;
  position: relative;
}

.bl_tel_link::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  vertical-align: 0em;
  background-image: url(../images/common/icon_tel_wht.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bl_pop {
  padding: 60px 100px 100px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px 10px rgba(var(--color-red-rgb), 0.1);
  box-shadow: 0px 10px 20px 10px rgba(var(--color-red-rgb), 0.1);
  position: relative;
  background: url(../images/top/pop_ttl.svg?2024), var(--color-white);
  background-repeat: no-repeat;
  background-position: top -2px left;
  background-size: 70%;
}
.bl_pop_close {
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(var(--color-blue-rgb), 0.2));
  filter: drop-shadow(0px 5px 10px rgba(var(--color-blue-rgb), 0.2));
  cursor: pointer;
}
.bl_pop_heading {
  font-size: 3.5rem;
  color: var(--color-blue);
  font-weight: bold;
  line-height: 1;
}
.bl_pop_heading_num {
  font-size: 2.7em;
  margin-left: 0.25em;
}

.bl_pop_lv4heading {
  color: var(--color-blue);
  font-size: 5rem;
  font-weight: bold;
}
.bl_pop_lv4heading_num {
  font-size: 1.6em;
  line-height: 1;
}

.bl_pop_txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.7;
}
.bl_pop_lead {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 1em;
}
.bl_pop_body {
  margin-top: 65px;
}
.bl_pop_item {
  border-top: 1px solid var(--color-black);
  padding-top: 40px;
}
.bl_pop_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.bl_pop_grid_txt {
  margin-top: 1.5em;
}

.bl_pop_list_item {
  display: grid;
  grid-template-columns: 17em 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.bl_pop_list_item:first-of-type {
  border-top: 0 none;
  padding-top: 0;
}

.bl_pop_list_item:nth-of-type(n + 2) {
  margin-top: 50px;
}
.bl_pop_price {
  font-size: 4rem;
  font-weight: bold;
}
.bl_pop_price strong {
  font-size: 1.25em;
  color: var(--color-blue);
}

.bl_pop_caution {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color-red-l);
  margin-top: 1.5em;
}
.bl_pop_frame {
  border-radius: 20px;
  border: 1px solid var(--color-blue);
  padding: 40px;
  margin-top: 50px;
}
.bl_modalForm {
  background-color: var(--color-blue);
  padding: 50px;
}

.bl_modalForm_heading {
  font-size: 4rem;
  font-weight: bold;
  color: var(--color-red-l);
}

.bl_modalForm_heading p {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}

.bl_modalForm_table {
  border: none;
}

.bl_modalForm_table th ,
.bl_modalForm_table td {
  border: none;
  background-color: transparent;
}

.bl_modalForm_table th {
  padding-left: 0;
  color: var(--color-white);
  white-space: nowrap;
}

.bl_modalForm .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: var(--color-white);
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  row-gap: 0.8em;
}

.bl_modalForm .wpcf7-list-item {
  margin-left: 0;
  display: block;
}

.bl_modalForm_btn {
  font-size: 3rem;
  margin-top: 1em;
}

.bl_modalForm .wpcf7-response-output {
  color: var(--color-white);
}

.bl_modalForm span.wpcf7-not-valid-tip {
  color: var(--color-red-l);
  font-weight: bold;
}
/* component */
.bl_radio {
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
}

.bl_radio_input {
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 1.2em;
  height: 1.2em;
  border-radius: 100%;
  border: 1px solid var(--color-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bl_radio_input:checked + .bl_radio_txt::before {
  opacity: 1;
}

.bl_radio_txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  left: 0.35em;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  border-radius: 100%;
  background-color: var(--color-blue);
  opacity: 0;
}

input.el_input {
  background-color: var(--color-white);
  border-radius: 10px;
  color: var(--color-black);
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.6rem;
}

.wpcf7 input.wpcf7-submit.el_submitBtn {
  border: 3px solid var(--color-white);
  border-radius: 10px;
  background: url(../images/common/arrow_btn_wht.svg), var(--color-red-l);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5em;
  background-position: right 1em center;
  width: 100%;
  text-align: center;
  padding: 0.8em;
  font-size: inherit;
}

.el_bdBtn {
  background-color: var(--color-blue);
  color: var(--color-white);
  border: 3px solid var(--color-white);
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 5em;
  /*text-shadow: 0 0 5px rgba(var(--color-black-rgb), 0.6);*/
}

.el_bdBtn_another {
  background-color: var(--color-white);
  color: var(--color-blue);
  border: 3px solid var(--color-blue);
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 5em;
  /*text-shadow: 0 0 5px rgba(var(--color-black-rgb), 0.6);*/
}

.el_bdBtn__ble-d {
  background-color: var(--color-blue-dark);
}

.el_bdBtn__long {
  display: block;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

.el_btn {
  background-color: var(--color-blue);
  color: var(--color-white);
  font-weight: bold;
  border-radius: 10em;
  padding-top: 0.5em;
  padding-bottom: 0.6em;
  padding-left: 2em;
  padding-right: 3em;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
}
.el_btn__long {
  display: block;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

.el_btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  width: 0.7em;
  height: 0.7em;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  background-image: url(../images/common/arrow_btn_wht.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.el_btn__bd {
  border: 1px solid var(--color-blue-dark);
  background-color: var(--color-white);
  color: var(--color-blue-dark);
}

.el_btn__bd::after {
  background-image: url(../images/common/arrow_btn_ble.svg);
}

.el_btn__red {
  background-color: var(--color-red);
}

.el_borderBtn {
  color: var(--color-blue);
  border-radius: 1.2em;
  border: 2px solid var(--color-blue);
  font-weight: bold;
  padding: 0.8em 2em 0.8em;
  text-align: center;
  display: inline-block;
  position: relative;
}

.el_borderBtn::after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  width: 0.7em;
  height: 0.7em;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  background-image: url(../images/common/arrow_btn_ble.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.el_link {
  display: inline-block;
  color: var(--color-blue-dark);
  border-bottom: 1px solid var(--color-blue-dark);
  padding: 0.1em;
}

.el_link::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  background-image: url(../images/common/arrow_btn_ble.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: 0.4em;
  margin-left: 0.1em;
}

.bl_contactBtn {
  color: var(--color-blue);
  background-color: var(--color-white);
  border-radius: 0.5em;
  font-weight: 900;
  padding: 0.8em 2em 0.8em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: left;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}
.bl_contactBtn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  background-image: url(../images/common/arrow_btn_ble.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bl_contactBtn_heading {
  line-height: 1.5;
}

.bl_contactBtn_heading::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: -0.25em;
}

.bl_contactBtn_heading::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: -0.25em;
}
.bl_contactBtn_txt {
  font-size: 0.45em;
}
.bl_pageBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 0.5em;
}

.bl_pageBtns__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el_selectBtn {
  background-color: var(--color-white);
  color: var(--color-blue);
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 10px;
  border: 2px solid var(--color-blue);
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.el_selectBtn.is_active {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.el_label {
  color: var(--color-white);
  padding: 0.2em 3em 0.25em;
  line-height: 1;
  font-weight: bold;
  border-radius: 5em;
}

.el_label__red {
  background-color: var(--color-red-l);
  color: var(--color-white);
}

.el_newIcon {
  color: var(--color-white);
  line-height: 1;
  aspect-ratio: 1/1;
  width: 4.5em;
  height: 4.5em;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(287deg, #de0000 21.33%, #ac0404 101.71%);
  background: linear-gradient(163deg, #de0000 21.33%, #ac0404 101.71%);
  border: 1px solid #7a0808;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.el_red {
  color: var(--color-red);
}

.el_contheading {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  color: var(--color-blue-dark);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.el_contheading::after {
  content: "";
  display: block;
  position: absolute;
  width: 3em;
  height: 2px;
  background-color: var(--color-red-l);
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.el_lv2heading {
  color: var(--color-blue);
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1.2em;
  text-align: left;
}
.el_lv2heading small {
  display: block;
  /*font-size: 0.42em;*/
  line-height: 1.5;
  /*margin-bottom: -0.5em;*/
}

.el_lv2heading i {
  display: inline-block;
  width: 1em;
  height: 1.2em;
  vertical-align: 0em;
  background-image: url(../images/common/icon_ttl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.el_lv2heading__blk {
  color: var(--color-black);
}

.el_lv3heading {
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  border-bottom: 1px solid var(--color-blue);
  font-weight: bold;
  color: var(--color-blue);
}

@media only screen and (max-width: 1280px) {
  .ly_inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .bl_head_btns .el_bdBtn {
    margin-right: 0;
  }
  .ly_innerMini{
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  html:lang(ja) {
    font-size: 56.25%;
  }
  .xl{
    display: none;
  }
  .bl_head_box {
    font-size: 1.2rem;
  }
  .bl_head{
    padding-left: 20px;
    padding-right: 20px;
  }
  .bl_head_logo{
    width: 100px;
  }
  .bl_gnavBtn{
    right: 0;
    top: 40px;
  }
  .bl_gnav_heading {
    font-size: 3rem;
  }
  .bl_gnav_block_item {
    font-size: 1.6rem;
  }
  .bl_gnav_block_btn {
    font-size: 1.2rem;
  }
  .bl_foot {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 860px) {
  .pc_none ,
  .sp {
    display: block;
  }
  .sp_none ,
  .pc {
    display: none;
  }
  .pc_contents {
    display: none;
  }
  .sp_contents {
    display: block;
  }
  html:lang(ja) {
    font-size: 62.5%;
  }
  body ,
  body:lang(ja) {
    max-width: none;
    min-width: auto;
    letter-spacing: 0.04em;
  }
  body.fixed ,
  body:lang(ja).fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .ly_inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .ly_innerMini {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .ly_head {
    /* height: 200px; */
  }
  .bl_head {
    padding: 2vw 4vw;
  }
  .bl_head_box {
    font-size: 1.2rem;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-self: center;
  }
  .bl_head_logo {
    width: 100%;
  }
  .bl_head_links {
    display: none;
  }
  .bl_head_btns {
    width: 80%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    /* margin-left: auto; */
    padding-right: 30px;
    /* padding-top: 10px; */ /* 上に少し余裕を持たせる */
    /* flex-direction: column; */ /* ボタンを縦に並べる */
  }
  .bl_head_btns_item {
    width: 100%;
    text-align: center;
    padding: 10px 0; /* ボタンを少し小さくする */
  }
  .bl_head_btns_item .el_bdBtn {
    width: 100%;
    display: block;
    margin-right: 0;
    font-size: 1rem; /* ボタンの文字サイズを縮小 */
    padding: 0.8em 1.5em;
    /* margin-right: 10rem; */
  }
  /* ハンバーガーメニューの位置を調整 */
  .bl_gnavBtn {
    right: 10px; /* 右端に少し余裕を持たせる */
    top: 15px; /* トップからの距離を調整 */
  }
  .bl_gnavBtn {
    right: 4vw;
    top: 38px;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    width: 30px;
    height: 30px;
  }
  .bl_gnavBtn_line {
    height: 1px;
    width: 15px;
  }
  .bl_gnavBtn_line:nth-of-type(1) {
    top: 8px;
  }
  .bl_gnavBtn_line:nth-of-type(3) {
    bottom: 8px;
  }
  .bl_gnav_cont {
    padding-top: 66px;
    display: block;
  }
  .bl_gnav_inner {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 8vw;
  }
  .bl_gnav_grid {
    gap: 8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_gnav_heading {
    font-size: 2.8rem;
  }
  .bl_gnav_block_item {
    font-size: 1.6rem;
  }
  .bl_gnav_block_item__btn {
    margin-top: 1em;
  }
  .bl_gnav_block_btn {
    font-size: 1.6rem;
  }
  .bl_gnav_list {
    font-size: 1.6rem;
  }
  .bl_gnav_foot {
    margin-top: 8vw;
    gap: 10vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_gnav_contact {
    grid-column: auto;
  }
  .bl_gnav_contact {
    font-size: 4rem;
  }
  .ly_foot {
    padding-top: 24vw;
    padding-bottom: 8vw;
  }
  .bl_foot {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 4vw;
  }
  .bl_foot_info {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bl_foot_nav {
    padding-left: 0;
    border-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px solid var(--color-gray-dark);
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    font-size: 1.2rem;
  }
  .bl_foot_logo_cap {
    font-size: 1.2rem;
  }
  .bl_foot_address {
    font-size: 1.4rem;
  }
  .bl_foot_copy {
    font-size: 1.2rem;
  }
  .bl_sideBtn {
    display: none;
  }
  .bl_contact {
    padding: 18vw 0;
  }
  .bl_contact_heading {
    font-size: 5rem;
  }
  .bl_contact_cap {
    font-size: 1.8rem;
  }
  .bl_contact_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2vw;
    margin-top: 6vw;
  }
  .bl_contact_link {
    padding: 4vw;
  }
  .bl_contact_link_heading {
    font-size: 1.6rem;
  }
  .bl_contact_link_btn {
    font-size: 1.4rem;
  }
  .bl_contact_tel {
    font-size: 2rem;
  }
  .bl_tel_heading {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .bl_tel_num {
    text-align: center;
    font-size: 1.8em;
  }
  .bl_pop {
    padding: 4vw;
  }
  .bl_pop_close {
    top: 2vw;
    right: 2vw;
    width: 30px;
  }
  .bl_pop_heading {
    font-size: 2.4rem;
  }
  .bl_pop_lv4heading {
    font-size: 3rem;
  }
  .bl_pop_txt {
    font-size: 1.6rem;
  }
  .bl_pop_lead {
    font-size: 1.6rem;
  }
  .bl_pop_body {
    margin-top: 6vw;
  }
  .bl_pop_item {
    padding-top: 6vw;
  }
  .bl_pop_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 6vw;
  }
  .bl_pop_list_item {
    -webkit-column-gap: 6vw;
    -moz-column-gap: 6vw;
    column-gap: 6vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_pop_list_item:nth-of-type(n + 2) {
    margin-top: 6vw;
  }
  .bl_pop_price {
    font-size: 3.2rem;
  }
  .bl_pop_caution {
    font-size: 1.6rem;
  }
  .bl_pop_frame {
    padding: 1em;
    border-radius: 5px;
    margin-top: 6vw;
  }
  .bl_modalForm {
    padding: 8vw 4vw;
  }
  .bl_modalForm_table {
    display: block;
  }
  .bl_modalForm_table tbody ,
  .bl_modalForm_table tr ,
  .bl_modalForm_table th ,
  .bl_modalForm_table td {
    display: block;
  }
  .bl_modalForm_table th {
    padding-bottom: 0;
    padding-right: 0;
  }
  .bl_modalForm_table td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
  }
  .bl_modalForm_btn {
    font-size: 1.6rem;
  }
  .el_btn {
    display: block;
  }
  .bl_contactBtn {
    display: block;
    padding: 4vw;
  }
  .bl_contactBtn_heading {
    margin-bottom: 0.5em;
    display: block;
  }
  .bl_contactBtn_txt {
    display: block;
  }
  .el_newIcon {
    padding: 0.5em;
  }
  .el_contheading {
    font-size: 3rem;
  }
  .el_lv2heading {
    font-size: 2.8rem;
  }
  .el_lv3heading {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
  }
  .el_bdBtn10 {
    background-color: var(--color-blue);
    color: var(--color-white);
    border: 3px solid var(--color-white);
    display: inline-block;
    border-radius: 5em;
    /*text-shadow: 0 0 5px rgba(var(--color-black-rgb), 0.6);*/
    margin-right: 10rem;
  }
}
.margin_top_20 {
	margin-top: 20px;
	
}
.font_size_25{
	font-size: 25px;
}

/* ================================================================================
   トップページCSS追加 2025/08/19～(トップページのみ変更のものはfrontpagephpに記載)
   ================================================================================ */
/* ファーストビューセクション<始> */
/* ファーストビューのメイン部分 */
.top-main {
    padding: 60px 0;
    background: #ffffff;
}

.top-main__inner {
    display: flex;
    gap: min(4vw, 40px); /* ギャップも少し狭く */
    padding: 0 5vw; /* 始点を固定 */
    align-items: center;
}

/* 左側：テキストコンテンツ（現行と同じ構造） */
.top-main__text-box {
    flex: 1 1 60%; /* 60%を基準にしつつ伸縮可能 */
}

.top-main__text-box h2 {
    font-size: clamp(2rem, 3.5vw, 4rem);
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-sub-message {
    font-size: clamp(1.2rem, 2vw, 2rem);
    /*margin: 30px 0;*/
    color: #333;
    line-height: 1.6;
}

	/* 実績画像のスタイル */
.achievement-images {
    display: flex;
    gap: 20px;
    margin: 10px 0;
    align-items: center;
    justify-content: flex-start;
}

.achievement-item {
    flex: 0 0 auto !important;
    width: 240px !important;
    height: auto !important;
    overflow: hidden !important;
}

.achievement-item img {
    width: 240px !important;
    height: auto !important;
    max-width: 240px !important;
    display: block !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

/* レスポンシブ対応 */
@media (max-width: 860px) {
    .achievement-images {
        justify-content: center;
        margin: 15px 0;
    }
    
    .achievement-item {
        width: 130px; /* 100px → 130px に拡大 */
    }
}

@media (max-width: 480px) {
    .achievement-images {
        gap: 15px;
        margin: 10px 0;
    }
    
    .achievement-item {
        width: 110px; /* 80px → 110px に拡大 */
    }
}

/* 右側：フォーム（現行の画像と同じ扱い） */
.top-main__form-box {
    flex: 0 1 35%; /* 35%を基準に、必要に応じて縮小 */
    max-width: 450px; /* 最大幅を制限 */
}

.hero-form-container {
    background-color: var(--color-blue);
    padding: clamp(20px, 4vw, 40px);
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 450px; /* こちらも同じ値に変更 */
}

.form-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: bold;
    color: var(--color-white);
    text-align: center;
    margin-bottom: 10px;
}

/* 吹き出しスタイル */
.form-speech-bubble {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    padding: 10px 15px; /* 15px 20px → 10px 15px に縮小 */
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* 吹き出しの矢印（下向き） */
.form-speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffffff;
}

/* 吹き出し内のサブタイトル用スタイル */
.form-speech-bubble .form-subtitle {
    font-size: clamp(1.2rem, 2vw, 1.5rem); /* 文字サイズを大きく */
    font-weight: bold;
    color: var(--color-blue);
    text-align: center;
    margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
    .form-speech-bubble {
        padding: 8px 12px; /* さらに小さく */
        border-radius: 12px;
    }
    
    .form-speech-bubble::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ffffff;
        bottom: -8px;
    }
}

/* その他のスタイルはそのまま */
.c-red {
    color: var(--color-red-l);
}

.extrasmall {
    font-size: 0.8rem;
}

.extrasmall2 {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.top-main__btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.top_btn01 a,
.top_btn02 a {
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
}

.top_btn01 a {
    background-color: var(--color-red-l);
    color: white;
}

.top_btn02 a {
    background-color: var(--color-blue);
    color: white;
}

.top_btn01 a:hover,
.top_btn02 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Contact Form 7 のスタイル */
.cf7-form-wrapper .wpcf7-form {
    margin: 0;
}

.cf7-form-wrapper .wpcf7-form table {
    width: 100%;
    border: none;
}

.cf7-form-wrapper .wpcf7-form th,
.cf7-form-wrapper .wpcf7-form td {
    border: none;
    background-color: transparent;
    padding: 15px 10px;
    vertical-align: top;
}

.cf7-form-wrapper .wpcf7-form th {
    padding-left: 0;
    color: var(--color-white);
    white-space: nowrap;
    font-weight: bold;
    width: 30%;
}

.cf7-form-wrapper .CF7_req {
    color: var(--color-red-l);
    margin-left: 5px;
}

.cf7-form-wrapper .wpcf7-text,
.cf7-form-wrapper .wpcf7-email,
.cf7-form-wrapper .wpcf7-tel {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.cf7-form-wrapper .wpcf7-text:focus,
.cf7-form-wrapper .wpcf7-email:focus,
.cf7-form-wrapper .wpcf7-tel:focus {
    outline: none;
    border-color: var(--color-white);
}

.cf7-form-wrapper .wpcf7-checkbox {
    display: flex;
    align-items: center;
    color: var(--color-white);
    margin-top: 10px;
}

.cf7-form-wrapper .wpcf7-list-item {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.cf7-form-wrapper .wpcf7-list-item input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.cf7-form-wrapper .wpcf7-checkbox a {
    color: var(--color-red-l);
    text-decoration: underline;
}

.cf7-form-wrapper .wpcf7-submit {
    background: linear-gradient(45deg, var(--color-red-l), #ff8a8a);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
    width: 100%;
    margin-top: 20px;
}

.cf7-form-wrapper .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

/* レスポンシブ対応 */
@media (max-width: 860px) {
    .top-main__inner {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        padding: 0 20px;
        align-items: center; /* 中央寄せを追加 */
		width: 100% ; /* 幅を100%に固定 */
        overflow-x: hidden ; /* 横スクロールを防ぐ */
    }
    
    .top-main__text-box,
    .top-main__form-box {
        width: 100%;
        max-width: none; /* PCで設定した最大幅を解除 */
        flex: none; /* flexプロパティをリセット */
    }
    
    .top-main__btn {
        justify-content: center; /* ボタンを中央寄せ */
        width: 100%;
    }
	
	.achievement-item {
        width: 180px !important;
        max-width: 180px !important;
    }
    
    .achievement-item img {
        width: 180px !important;
        max-width: 180px !important;
    }
    
    .hero-form-container {
        margin: 0 auto; /* フォームを中央寄せ */
        max-width: 500px; /* スマホでは元の最大幅に戻す */
        width: 100%;
    }
}

@media (max-width: 480px) {
    .top-main__inner {
        padding: 0 15px; /* より狭い余白 */
		overflow-x: hidden
    }
	
	/* ボタンと画像を縦並びにする */
    .achievement-images {
        flex-direction: column ;
        gap: 20px ;
        align-items: center ;
    }
	
    .hero-form-container {
        margin: 0 auto;
        padding: 20px 15px;
		max-width: calc(100vw - 30px); /* 画面幅から余白を引く */
    }
    
    .cf7-form-wrapper .wpcf7-form th,
    .cf7-form-wrapper .wpcf7-form td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    
    .cf7-form-wrapper .wpcf7-submit {
        font-size: 1.1rem;
        padding: 12px 30px;
    }
}
		
/* ファーストビュー下向き矢印セクション */
.arrow-divider-section {
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    background-size: 40px 40px, 40px 40px;
    background-repeat: repeat, repeat;
    background-position: 0 0, 0 0;
    background-image: 
        linear-gradient(to right, #E7F0FD 1px, transparent 1px),
        linear-gradient(to bottom, #f7f4ef 1px, transparent 1px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    margin: 0;
    padding: 0;
}
/* ファーストビューセクション<終> */

/* 比較表セクション<始> */		
	/* 比較表説明文 */
	.bl_comparison_description {
	max-width: 1160px;
    margin: 0 auto; /* 中央寄せ */
	}

	.bl_comparison_description_text {
    padding: 0 20px 40px 20px;
    text-align: left; /* テキストを左寄せ */
    max-width: 950px;
    margin: 0 auto; /* 要素自体を中央寄せ */
}
		
	.comparison-table-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
}

	.comparison-table-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

/* デスクトップ版（861px以上） */
@media (min-width: 861px) {
    .comparison-table th,
    .comparison-table td {
        padding: 15px 12px;
        text-align: center;
        border: 1px solid #ccc;
        font-size: 17px;
        line-height: 1.4;
    }

    .comparison-table thead th {
        font-size: 17px;
    }

    .company-name {
        font-size: 17px;
    }

    .ts-logo {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .tokyo-standard.price-text {
        font-size: 19px;
    }
}

/* タブレット版（481px-860px） */
@media (min-width: 481px) and (max-width: 860px) {
    .comparison-table-container {
        padding: 10px;
        overflow-x: auto;
    }

    .comparison-table {
        min-width: 600px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 8px;
        font-size: 14px;
    }
    
    .company-name {
        font-size: 14px;
    }
    
    .ts-logo {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .tokyo-standard.price-text {
        font-size: 16px;
    }
}

/* スマートフォン版（480px以下） */
@media (max-width: 480px) {
    .comparison-table-container {
        padding: 5px;
        overflow-x: auto;
    }

    .comparison-table {
        min-width: 500px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 8px 4px;
        font-size: 12px;
    }
    
    .company-name {
        font-size: 12px;
    }
    
    .ts-logo {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .tokyo-standard.price-text {
        font-size: 14px;
    }
    
    .symbol-good,
    .symbol-none {
        font-size: 16px;
    }
}

/* 共通スタイル（全画面サイズ適用） */
.comparison-table th,
.comparison-table td {
    text-align: center;
    border: 1px solid #ccc;
    line-height: 1.4;
}

/* ヘッダー行のスタイル */
.comparison-table thead th {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #333;
    font-weight: 600;
}

/* 東京スタンダード列を強調 */
.tokyo-standard {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #333;
    font-weight: 700;
}

/* 東京スタンダードのロゴスタイル */
.tokyo-standard-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ts-logo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden; /* はみ出し防止 */
}

.company-name {
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

/* 左端の項目列 */
.category-cell {
    background: linear-gradient(135deg, #2c5aa0 0%, #1a4480 100%);
    text-align: left;
    padding-left: 15px;
    color: white;
}

/* 記号のスタイル */
.symbol-good,
.symbol-none {
    color: #333;
    font-weight: bold;
}

/* 料金セルの特別スタイル */
.tokyo-standard.price-text {
    color: #333;
}

/* ホバー効果 */
.comparison-table tbody tr:hover {
    background-color: #e3f2fd;
    transition: background-color 0.3s ease;
}

.comparison-table tbody tr:hover .tokyo-standard {
    background: linear-gradient(135deg, #b3e5fc 0%, #81d4fa 100%);
}

/* 料金総額の行の上に太い境界線を追加 */
.comparison-table tbody tr:last-child td {
    border-top: 5px solid #ccc;
}

/* 各列の幅調整 */
.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) {
    width: 200px;
}

.comparison-table th:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table th:nth-child(4),
.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3),
.comparison-table td:nth-child(4) {
    width: 150px;
}

/* 比較表セクション専用の背景四角形 */
.comparison-section {
    background-image: radial-gradient(circle, #D0D7DE 1px, transparent 1px);
    background-size: 30px 30px; /* 20px → 30px にさらに広く */
    background-color: #E9EFF8;
	padding: 0 0 60px 0; /* 上のパディングを削除、下は残す */
    margin: 0;
    position: relative;
}

/* 比較表セクション用の背景四角形コンテナ */
.comparison-section .background_squares {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

/* 比較表セクション用の四角形 */
.comparison-section .ts-square {
    position: absolute;
    border-radius: 8px;
}

/* 右側エリアの四角形（見切れる感じ・正方形） */
.comparison-section .square_comp_01 {
    width: 280px; /* 180px → 280px に拡大 */
    height: 280px; /* 180px → 280px に拡大 */
    background: rgba(16, 77, 158, 0.08);
    top: 10%; /* 位置調整 */
    right: -80px; /* 見切れ調整 */
    z-index: 2;
}

.comparison-section .square_comp_02 {
    width: 320px; /* 200px → 320px に拡大 */
    height: 320px; /* 200px → 320px に拡大 */
    background: rgba(255, 255, 255, 0.5);
    top: 20%; /* 位置調整 */
    right: -60px; /* 見切れ調整 */
    z-index: 3;
}

/* 左側エリアの四角形（見切れる感じ・正方形） */
.comparison-section .square_comp_03 {
    width: 300px; /* 220px → 300px に拡大 */
    height: 300px; /* 220px → 300px に拡大 */
    background: rgba(16, 77, 158, 0.08);
    bottom: 15%; /* 位置調整 */
    left: -90px; /* 見切れ調整 */
    z-index: 2;
}

.comparison-section .square_comp_04 {
    width: 260px; /* 160px → 260px に拡大 */
    height: 260px; /* 160px → 260px に拡大 */
    background: rgba(255, 255, 255, 0.5);
    bottom: 10%; /* 位置調整 */
    left: -70px; /* 見切れ調整 */
    z-index: 3;
}

/* 比較表コンテンツを前面に */
.comparison-section .ly_inner,
.comparison-section .bl_comparison_description,
.comparison-section .comparison-table-container {
    position: relative;
    z-index: 1;
}

/* レスポンシブ対応 */
@media (max-width: 860px) {
    .comparison-section .ts-square {
        opacity: 0.6;
    }
}
/* 比較表セクション<終> */

/* CTA部分<始> */
/* CTA帯のスタイル */
/* 通常のCTA(結局使っていない) */
.cta-band {
    background-color: #404751;
    padding: 60px 0;
    position: relative;
	margin: 80px 0; /* セクションにマージンを追加 */
}

/* 上部マージンなしバージョン */
.cta-band--no-top-margin {
    margin-top: 0;
}

/* デスクトップのみ背景画像を表示 */
@media (min-width: 861px) {
    .cta-band {
        background-image: url('<?php echo esc_url(home_url()); ?> /wp-content/uploads/東京-街並み-3.1.png');
        background-repeat: no-repeat;
        background-position: center center; /* 真ん中に配置 */
        background-size: contain;
    }
}

.cta-band__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-band__content {
    width: 100%;
}

.cta-band__title {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cta-band__description {
    color: white;
	margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.cta-band__buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.cta-btn {
    display: block;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 200px;
    text-align: center;
}

.cta-btn--download {
    background-color: var(--color-red-l);
    color: white;
}

.cta-btn--download:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-btn--contact {
    background-color: white;
    color: #333;
}

.cta-btn--contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* レスポンシブ対応 */
@media (max-width: 860px) {
    .cta-band__title {
        font-size: 2rem;
        margin-bottom: 15px;
		margin: 60px 0; /* スマホではマージンを少し小さく */
    }
    
    .cta-band__description {
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .cta-band {
        padding: 40px 0;
		margin: 40px 0; /* さらに小さく */
    }
    
    .cta-band__inner {
        padding: 0 15px;
    }
    
    .cta-band__title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .cta-band__description {
        margin-bottom: 20px;
    }
    
    .cta-band__buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-btn {
        width: 100%;
    }
}
/* CTA部分<終> */

/*東京スタンダードのサービスについて部分<始> */
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 1.6;
      color: #333;
    }

    .ly_container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* サービスについての注意書きセクション */
    .bl_serviceNotice {
      background-color: transparent;
      padding: 60px 0;
      border-top: 1px solid #e0e0e0;
    }

.bl_serviceNotice_content {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(209, 223, 240, 0.5);
  padding: 40px 50px;
  border-radius: 8px;
}

    .bl_serviceNotice_heading {
      font-size: 25px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 30px;
      color: #333;
    }

    .bl_serviceNotice_text {
      font-size: 13px;
      line-height: 1.8;
      color: #333;
      margin-bottom: 20px;
    }

    .bl_serviceNotice_list {
      list-style: none;
      padding-left: 0;
      margin: 25px 0;
    }

    .bl_serviceNotice_list li {
      font-size: 13px;
      line-height: 1.8;
      color: #555;
      padding-left: 1.5em;
      position: relative;
      margin-bottom: 12px;
    }

    .bl_serviceNotice_list li::before {
      content: "―";
      position: absolute;
      left: 0;
      color: #666;
    }

    .bl_serviceNotice_company {
      text-align: right;
      font-size: 13px;
      font-weight: bold;
      color: #333;
      margin-top: 30px;
      margin-bottom: 0;
    }

    /* レスポンシブ対応 */
    @media (max-width: 768px) {
      .bl_serviceNotice {
        padding: 40px 0;
      }

      .bl_serviceNotice_heading {
        font-size: 1.25rem;
        margin-bottom: 20px;
      }

      .bl_serviceNotice_content {
        padding: 30px 20px;
      }

      .bl_serviceNotice_text {
        font-size: 0.95rem;
      }

      .bl_serviceNotice_list li {
        font-size: 0.9rem;
      }

      .bl_serviceNotice_company {
        font-size: 0.95rem;
      }
    }
/*東京スタンダードのサービスについて部分<終> */

/* お客さまとのお約束 スライダー<始> */
.bl_promise_box {
  max-width: 1000px;
  margin: 0 auto 80px;
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bl_promise_slider {
  position: relative;
}

/* Swiperのスライドを中央揃え */
.bl_promise_slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  position: relative;
}

/* スライド番号を左上に表示 */
.bl_promise_slider .swiper-slide::before {
  content: counter(slide-counter);
  counter-increment: slide-counter;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 20rem;
  font-weight: bold;
  color: #E9EFF8;
  font-style: italic;
  z-index: 0;
  line-height: 1;
}

.bl_promise_slider .swiper-wrapper {
  counter-reset: slide-counter;
}

/* コンテンツを数字より前面に */
.bl_promise_slider .sub-title,
.bl_promise_heading,
.bl_promise_grid {
  position: relative;
  z-index: 2;
}

/* サブタイトル（料金、ISO準備・運用など） */
.bl_promise_slider .sub-title {
  display: inline-block;
  padding: 6px 16px;
  background: #E9EFF8;
  color: #104d9e;
  border-radius: 20px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold;
  align-self: center;
}

/* メインタイトル */
.bl_promise_heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: left;
  align-self: center;
}

.bl_promise_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}

/* 説明文 */
.bl_promise_txt p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.bl_promise_img {
  text-align: center;
}

.bl_promise_img img {
  max-width: 100%;
  height: auto;
}

.bl_promise_slider_nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.bl_promise_slider_arrow {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.bl_promise_slider_arrow:hover {
  opacity: 0.7;
}

.bl_promise_slider_arrow img {
  width: 100%;
  height: 100%;
}

/* タブレット・モバイル対応 */
@media (max-width: 768px) {
  .bl_promise_box {
    padding: 30px 20px;
  }

  .bl_promise_slider .swiper-slide {
    min-height: 300px;
  }

  .bl_promise_slider .swiper-slide::before {
    font-size: 12rem; /* スマホでも大きめ */
    top: 5px;
    left: 10px;
  }

  .bl_promise_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bl_promise_heading {
    font-size: 2rem;
  }

  .bl_promise_txt p {
    font-size: 15px;
  }

  .bl_promise_slider .sub-title {
    font-size: 1.2rem;
  }
}
/* お客さまとのお約束 スライダー<終> */
.bl_sideBtn_close {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 24px;
  height: 24px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: Arial, sans-serif;
}

.bl_sideBtn_close:hover {
  background: #555;
}

.bl_sideBtn.is-hidden {
  display: none !important;
}