@charset "UTF-8";
/*
Theme Name : design_template
*/
* {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  width: 100%;
}

h2,
h3,
h4 {
  margin: 0;
}

p {
  line-height: 1.5;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.content_block {
  width: 100%;
  padding: 120px 0;
}

.blog_content_block {
  width: 100%;
  padding: 50px 0 120px;
  background: #fbfbfb;
}

.content_inner {
  max-width: 1120px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
.content_inner .inner_section_block {
  margin-top: 60px;
}

.visual_title {
  padding: 100px 0;
  margin-top: -100px;
  background-attachment: fixed;
  background-size: cover;
}
.visual_title .visual_title_inner {
  max-width: 980px;
  padding: 0 50px;
  margin: 0 auto;
}
.visual_title .visual_title_inner h2 {
  font-size: 40px;
  margin: 0;
}
.visual_title .visual_title_inner p {
  margin-top: 30px;
  font-weight: bold;
}

.height100_img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.two_block {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 470px;
}
.two_block .text_block {
  z-index: 1;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.two_block .text_block .inner_text_item {
  width: 80%;
}
.two_block .height100_img_block {
  width: 50%;
}

.left_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.right_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #e2e2e2;
}

.button19 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  border: solid 1px #161616;
  transition: 0.3s;
}

.button19 a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #161616;
  transition: 0.3s;
}

.button19 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 0.5px;
  background-color: #161616;
  transition: 0.3s;
}

.button19 a:hover {
  border: solid 1px #69b72d !important;
  background-color: #69b72d;
  border: none;
  color: #fff;
  opacity: 1;
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -2.5em;
}

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

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
header .header_pc .header_logo {
  width: 380px;
  margin-left: 50px;
}
header .header_pc .header_item {
  display: flex;
  align-items: center;
}
header .header_pc .header_item .header_nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 40px;
  list-style: none;
}
header .header_pc .header_item .header_nav ul li {
  margin-right: 20px;
}
header .header_pc .header_item .header_nav ul li:last-of-type {
  margin-right: 0;
}
header .header_pc .header_item .header_nav ul li a {
  color: #1e1e1e;
  font-weight: bold;
  position: relative;
}
header .header_pc .header_item .header_cta {
  width: 150px;
  height: 70px;
}
header .header_pc .header_item .header_cta a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #69b72d;
  color: #fff;
  font-weight: bold;
}
header .header_pc .header_item .header_cta .fa-solid,
header .header_pc .header_item .header_cta .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 5px;
  margin-top: 2px;
}

.header_nav ul li a::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #69b72d;
  bottom: -10px;
  left: 0;
  /*横方向0で非表示にする*/
  transform: scale(0, 1);
  /*中央を基点にアニメーション*/
  transform-origin: center top;
  /*アニメーションの速度設定*/
  transition: 0.5s;
}

.header_nav ul li a:hover::after {
  /*横方向等倍まで拡大*/
  transform: scale(1, 1);
}

#drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* #navTgl:checked + .open {
  	transform: translateX(-250px);
  } */
  /* :::::: drawer menu :::::: */
}
#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer .open {
  z-index: 12;
  position: inherit;
  width: 68px;
  height: 68px;
  transition: 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #69b72d;
}
#drawer .open::before,
#drawer .open::after {
  content: "";
}
#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 30%;
  width: 40%;
  border-bottom: 2px solid #fff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before {
  transform: translateY(-8px);
}
#drawer .open::after {
  transform: translateY(8px);
}
#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: 0.6s;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #1e1e1e;
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .menu h2,
#drawer .menu a {
  color: #fff;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0;
  padding: 0;
}
#drawer .menu li {
  font-size: 0.8em;
  line-height: 1.4;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.drawer_inner_btn ul li {
  margin-bottom: 15px;
}
.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}
.drawer_inner_btn ul li a {
  color: #fff;
  font-weight: bold;
  background: #1e1e1e;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp_menu .header_nav_block {
  padding: 0 15px;
  margin: 70px 0;
}
.sp_menu .header_nav_block ul {
  list-style: none;
  padding: 0;
}
.sp_menu .header_nav_block ul li {
  margin-bottom: 16px;
}
.sp_menu .header_nav_block ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 15px;
}
.sp_menu .header_nav_block ul li a::before {
  font-family: "fontello";
  content: "\e803";
  font-size: 5px;
  margin-right: 10px;
  font-weight: normal;
}
.sp_menu .header_nav_block ul li a:hover {
  background: #424242;
  border-radius: 20px;
}
.sp_menu .header_tel {
  padding: 0 30px;
}
.sp_menu .header_tel p {
  font-size: 20px;
  margin-bottom: 20px;
}

footer {
  border-top: solid 1px #eee;
}
footer .footer_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
footer .footer_inner .footer_shopinfo {
  max-width: 760px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
footer .footer_inner .footer_shopinfo .footer_logo {
  text-align: center;
}
footer .footer_inner .footer_shopinfo .footer_logo img {
  width: 420px;
  height: 100%;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text .shop_name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 16px;
  text-align: center;
  color: #1e1e1e;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  max-width: 420px;
  line-height: 1.8;
  margin: 0 auto;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dt {
  width: 25%;
  margin-right: 5%;
  color: #1e1e1e;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd {
  width: 75%;
  margin: 0;
  color: #1e1e1e;
  font-weight: bold;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd a[href*="tel:"] {
  color: #1e1e1e;
  font-weight: bold;
}
footer .footer_nav {
  margin: 50px 0 0;
  width: 100%;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}
footer .footer_nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
footer .footer_nav ul li {
  margin-right: 20px;
}
footer .footer_nav ul li:last-of-type {
  margin-right: 0;
}
footer .footer_nav ul li a {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 16px;
}
footer .copy {
  text-align: center;
  padding: 20px 0;
  background: #f7f7f7;
}
footer .copy small {
  color: #1e1e1e;
  font-size: 13px;
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  background: #fff;
}
.pagetop_block .contact_sp a {
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1e1e1e;
}
.pagetop_block .contact_sp a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 16px;
  margin-right: 10px;
  font-weight: normal;
}
.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #898989;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}

.breadcrumb_block {
  max-width: 1080px;
  margin: 10px auto 0;
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.breadcrumb_block ul li,
.breadcrumb_block ul a {
  color: #1e1e1e;
  font-size: 13px;
}
.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}
.breadcrumb_block ul li::before {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}
.breadcrumb_block ul li:last-of-type::before {
  content: "";
}

.fa-solid,
.fas {
  font-size: 13px;
}

#mw_wp_form_mw-wp-form-12 p {
  font-size: 16px;
}
#mw_wp_form_mw-wp-form-12 p:last-of-type {
  margin-bottom: 0;
}

.mw_wp_form_preview form p:nth-of-type(even) {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 20px;
}

.form_item input {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item .red_text {
  font-size: 14px;
}

.form_item_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.form_item_button input {
  border: none;
  background: #636363;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}
.form_item_button input:hover {
  opacity: 0.8;
}
.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.home_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.home_button a {
  display: block;
  border: none;
  text-decoration: none;
  background: #636363;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 160px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}
.home_button a:hover {
  opacity: 0.8;
}

a[href*="tel:"] {
  text-decoration: underline;
}
.card_item figure {
  margin: 0;
}
.card_item figure img {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-body {
  padding: 2rem 1rem;
}

.card_title {
  font-size: 16px;
  margin-bottom: 1rem;
}

.card_text {
  margin-bottom: 1rem;
}

.blog_post_date {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.card_button a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #1e1e1e;
}

.bg_gray-light {
  background: #e2e2e2;
}

.bg_gray-lighter {
  background: #f7f7f7;
}

.d_flex {
  display: flex;
}

.justify_center {
  justify-content: center;
}

.justify_between {
  justify-content: space-between;
}

.justify_around {
  justify-content: space-around;
}

.align_items_center {
  align-items: center;
}

.btn01 {
  margin-top: 40px;
}
.btn01 a {
  color: #fff;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #1e1e1e;
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}
.pagination a {
  color: #1e1e1e;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.pagination .current {
  border-bottom: 1px solid #1e1e1e;
}

.loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 560px;
}

#elevator_nav {
  position: fixed;
  right: 0;
  top: 45%;
  padding: 30px 10px 30px 0;
}
#elevator_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
#elevator_nav ul::after {
  content: "";
  position: absolute;
  border-left: 1px solid #b8b8b8;
  height: 180px;
  top: 10px;
  left: 11px;
  z-index: 0;
}
#elevator_nav ul li {
  margin-bottom: 25px;
}
#elevator_nav ul li:last-of-type {
  margin-bottom: 0;
  font-size: 13px;
}
#elevator_nav ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
#elevator_nav ul li a::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #b8b8b8;
  width: 24px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
#elevator_nav ul li a span {
  font-size: 13px;
}

.current::before {
  color: #3b7ab8 !important;
  font-size: 16px !important;
}

.pan {
  font-size: 5px;
  font-weight: bold;
}
.pan a {
  font-size: 12px;
  margin: 0 2px;
  color: #1e1e1e;
}
.pan span {
  font-size: 12px;
  margin: 0 2px;
}

.fa-house {
  margin-right: 2px;
  transform: scale(0.86);
}

.news-list .category a {
  padding: 3px 9px;
  border-radius: 5px;
  font-size: 10px;
  margin-right: 20px;
}

p.category {
  display: inline-block;
}

.new-pagenation {
  text-align: center;
  margin: 20px 0;
}

span.page-numbers.current {
  padding: 10px 18px;
  background: #4d4d4d;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

a.page-numbers {
  padding: 10px 16px;
  background: #eee;
  display: inline-block;
  font-size: 15px;
  border-radius: 0px;
  color: #1e1e1e;
  margin: 0 3px;
}

.required-srt {
  font-size: 0.5em;
  padding: 2px 6px;
  border-radius: 5px;
  margin-left: 6px;
  background: #f3444c;
  color: #ffffff;
}

.pr-check {
  margin-top: 10px;
  overflow: hidden;
}

.mwform-checkbox-field {
  display: block;
  overflow: hidden;
}

.btnarea {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}

.btnarea input.send_btn,
.btnarea input.send_btn2 {
  background-color: white;
  color: #69b72d;
  border: solid 1px #69b72d;
  padding: 10px 80px;
  border-radius: 50px;
  transition: 0.3s;
}

.btnarea input.send_btn:hover {
  background-color: #69b72d;
  color: white;
  border: solid 1px #69b72d;
}

.mw_wp_form_input .btnarea input.send_btn2 {
  display: none;
  /* background-color: #F8B62D; */
  /* color: white; */
}

.w100per {
  width: 100%;
}

.w90per {
  width: 90%;
}

.w80per {
  width: 80%;
}

.w70per {
  width: 70%;
}

.w60per {
  width: 60%;
}

.w50per {
  width: 50%;
}

.w40per {
  width: 40%;
}

.w30per {
  width: 30%;
}

.w20per {
  width: 20%;
}

.w10per {
  width: 10%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

/* table01 */
#table01 {
  width: 100%;
	font-size:15px;
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 25px 15px;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
/* table02 */
#table02 {
  width: 100%;
}

#table02 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table02 th,
#table02 td {
  padding: 20px 15px;
  border: none;
}

#table02 th {
  width: 30%;
  background: #f8f8f8;
  font-weight: bold;
}

#table02 input {
  font-size: 14px;
  padding: 5px;
  margin: 5px 0;
}

#table02 select {
  font-size: 14px;
  padding: 5px;
  margin: 5px 0;
}

/* sp */
.design01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.design01 td {
  padding: 15px;
  background: #f7f7f7;
  border: solid 1px #e1e1e1;
}

#table03 {
  width: 100%;
  margin: 20px auto;
}

#table03 th {
  background: #69b72d;
  border: solid 1px #e7e7e7;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px;
  width: 20%;
}

#table03 td {
  border: solid 1px #ccc;
  padding: 15px 20px;
}
* {
  color: #1e1e1e;
  font-weight: 400;
}

p,
a,
li,
table {
  font-size: 14px;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  margin: 0;
}

h2 {
  font-size: 32px;
  margin: 0 0 40px;
  color: #1e1e1e;
  font-weight: bold;
}

h3 {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: bold;
}

h4 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text_link {
  font-weight: bold;
  color: #3b7ab8;
}

.fw {
  font-weight: bold;
}

.red_text {
  color: #e63a05;
}

.yellow_text {
  color: #f3cb2b;
}

.pink_text {
  color: #ef75c4;
}

.under_line {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1e;
}

.note,
.quote {
  margin-top: 10px;
  font-size: 13px;
}
.note a,
.quote a {
  font-size: 13px;
}

.note {
  position: relative;
  padding-left: 16px;
}
.note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* kv */
.kv {
  height: 95vh;
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.kv .catch-copy {
text-shadow: 0px 0px 5px rgb(0 0 0);
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.kv h2.main-copy {
  margin-bottom: 0;
}
.kv .main-copy {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.08em;
  padding-right: 20px;
}
.kv .sub-copy {
  color: #fff;
  font-size: 23.5px;
  text-align: center;
}
.kv .mv-lavel {
  position: absolute;
  top: -40px;
  right: -90px;
}
.kv .mv-lavel img {
  width: 140px;
}

.coverTop {
  width: 100%;
  height: 95vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.08);
  background-size: 2px 2px;
  z-index: -1;
}

/* video */
.video {
  width: 100%;
  height: 95vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
}
.video ::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.main_img {
  width: 100%;
  height: 95vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
}
.main_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.main_img img {
  height: 95vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.bg-01 {
  padding: 60px 20px;
  position: relative;
}

.watermark {
  max-width: 330px;
  margin: 0 auto;
}

.sub-catch {
  padding: 40px 60px;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}
.sub-catch::before {
  content: "";
  display: inline-block;
  background-image: url(assets/images/common/onepoint_grn.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-catch .ttl {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0 20px;
}
.sub-catch p {
    font-size: 15px;
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
}

.bg-02 {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(74, 74, 74, 0.31));
  background-size: cover;
  background-position: 50% 70%;
  padding: 180px 0px;
  display: flex;
  justify-content: center;
}
.bg-02 .service-block {
  width: 760px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 70px;
  position: relative;
  margin: 0 20px;
}
.bg-02 .service-block::before {
  content: "";
  display: inline-block;
  background-image: url(assets/images/common/onepoint_grn.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-02 .service-block .ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.bg-02 .service-block span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: #69b72d;
}
.bg-02 .service-block p {
  font-size: 17px;
  padding-bottom: 25px;
}

.bg-03 {
  position: relative;
}
.bg-03::before {
  content: "";
  display: inline-block;
  background-image: url(assets/images/common/onepoint_grn.svg);
  background-size: cover;
  width: 30%;
  height: 2%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.news-block {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  padding: 110px 0 100px;
}
.news-block .ttl {
  width: 120px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
}
.news-block .ttl .fa-solid {
  margin-right: 10px;
}
.news-block .ttl .fa-xs {
  font-size: 0.7em;
}
.news-block .ttl a {
  display: inline-block;
  background: #333;
  border-radius: 20px;
  padding: 0 10px;
}
.news-block .ttl small {
  font-size: 11px;
  color: #fff;
  line-height: 2;
}
.news-block ul {
  list-style: none;
  width: calc(100% - 120px);
  padding-left: 3rem;
}
.news-block ul li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e6e6e6;
}
.news-block .news-list .date {
  font-size: 12px;
  margin-right: 20px;
  color: #69b72d;
}
.news-block .news-list .post-ttl {
  font-size: 16px;
}

.greet-block {
  display: flex;
  align-items: center;
}
.greet-block h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
.greet-block p {
  margin-bottom: 25px;
  font-size: 17px;
}
.greet-block .mintyo {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  font-size: 17px;
}
.greet-block .text-block {
  background: #fff;
  width: 40%;
  padding: 60px;
  z-index: 1;
  margin-right: -250px;
  margin-left: 100px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 4px 9px -2px, rgba(0, 0, 0, 0.3) 0px 2px 6px -3px;
  position: relative;
}
.greet-block .text-block::before {
  content: "";
  display: inline-block;
  background-image: url(assets/images/common/onepoint_grn.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.greet-block .text-block span {
  font-size: 16px;
  margin-left: 10px;
  color: #69b72d;
}
.greet-block .img-block {
  min-height: 500px;
  width: 60%;
  margin-left: 150px;
}
.greet-block .img-block img {
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news_block {
  width: 100%;
  background: #f7f7f7;
}
.news_block .news_block_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  align-items: center;
}
.news_block .news_block_inner .news_heading {
  width: 20%;
}
.news_block .news_block_inner .news_heading h3 {
  text-align: center;
  color: #1e1e1e;
  font-size: 24px;
  margin: 0;
}
.news_block .news_block_inner .news_heading .archive_btn {
  margin: 15px 0 0;
  text-align: center;
}
.news_block .news_block_inner .news_heading .archive_btn a {
  text-decoration: none;
  color: #fff;
  background: #636363;
  padding: 2px 15px 3px;
  border-radius: 20px;
  font-size: 12px;
}
.news_block .news_block_inner .news_list {
  padding: 0 0 0 30px;
  width: 90%;
}
.news_block .news_block_inner .news_list dl {
  border-bottom: 1px solid #b8b8b8;
  margin: 0;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.news_block .news_block_inner .news_list dl:last-of-type {
  border-bottom: 0;
}
.news_block .news_block_inner .news_list dl dt {
  font-size: 12px;
  color: #636363;
  margin-right: 20px;
}
.news_block .news_block_inner .news_list dl dt time {
  color: #636363;
  font-weight: bold;
}
.news_block .news_block_inner .news_list dl dd {
  margin: 0;
}
.news_block .news_block_inner .news_list dl dd a {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: bold;
}
.news_block .news_block_inner .news_list dl dd a:hover {
  color: #1e1e1e;
  opacity: 0.8;
}
.news_block .news_block_inner .archive_btn_sp {
  margin: 10px auto;
}
.news_block .news_block_inner .archive_btn_sp a {
  text-decoration: none;
  color: #fff;
  background: #636363;
  padding: 10px 0;
  border-radius: 20px;
  font-size: 16px;
  display: block;
  text-align: center;
}

.carousel_slider .slick-slider {
  cursor: pointer;
}
.carousel_slider .slick-slider .slick-track {
  display: flex;
  justify-content: space-between;
}
.carousel_slider .slick-slider .slick-slide {
  margin-right: 10px;
}
.carousel_slider .slick-slider .slick-slide img {
  border-radius: 0.25rem;
}
.carousel_slider .slick-slider .slick-list {
  margin-right: -10px;
}
.carousel_slider .slick-slider .slick-prev {
  left: 25px;
  top: 47%;
  z-index: 9;
}
.carousel_slider .slick-slider .slick-prev::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e804";
  color: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}
.carousel_slider .slick-slider .slick-next {
  right: 25px;
  top: 47%;
  z-index: 9;
}
.carousel_slider .slick-slider .slick-next::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e805";
  color: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.galleryList {
  width: 100%;
}

.modalBg {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modalContent {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  cursor: pointer;
}

.modalImg {
  position: relative;
  width: 800px;
}

.modalImg .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 103;
  border: 0;
  background: #636363;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  outline: none;
}
.modalImg .closeBtn i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

#top_content02 .visual_title {
  background-image: url(assets/images/top/visual_title_sample1.jpg);
  background-color: #ccc;
  background-blend-mode: multiply;
}
#top_content02 .visual_title h2 {
  color: #fff;
}
#top_content02 .visual_title p {
  color: #fff;
}

.main_visual_subpage {
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(12, 12, 12, 0.55), rgba(0, 0, 0, 0.54)), url(assets/images/top/42659652.jpg);
  background-position-y: 71%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.main_visual_subpage .page_name {
  bottom: 100px;
  text-align: center;
  padding-top: 50px;
}
.main_visual_subpage .page_name h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
}
.main_visual_subpage .page_name h1 span {
  display: block;
  font-size: 16px;
  color: #fff;
}

.mv_sample {
  background: linear-gradient(rgba(12, 12, 12, 0.55), rgba(0, 0, 0, 0.54)), url(assets/images/top/sample_img1.jpg);
  background-position-y: 71%;
}

.company h2 {
  padding: 15px 20px;
  border-bottom: 1px solid #3c3c3c;
  position: relative;
}
.company h2::before {
  content: "";
  display: inline-block;
  background-image: url(assets/images/common/onepoint_grn.svg);
  background-size: cover;
  width: 20px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.company .ud-pd-greet {
  padding-right: 30px;
}

.under_content {
  width: 100%;
  padding-top: 80px;
}
.under_content .content_inner {
  max-width: 1120px;
  padding: 0 30px;
  margin: 0 auto;
}
.under_content .content_inner h2 {
  font-size: 28px;
  margin: 0 0 40px;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 7px double #fff;
  font-weight: bold;
}
.under_content .content_inner h3 {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: bold;
}
.under_content .content_inner h4 {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}
.under_content .content_inner h4::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

.gallerypage_block {
  background: #3f3f3f;
  border-radius: 20px;
  padding: 70px 30px 60px;
  margin-bottom: 120px;
}

.gallerypage_inner {
  display: flex;
  flex-wrap: wrap;
}
.gallerypage_inner:last-of-type {
  margin: 0;
}
.gallerypage_inner .gallerypage_inner_item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(33.3333333333% - 13.3333333333px);
}
.gallerypage_inner .gallerypage_inner_item:nth-child(3n) {
  margin-right: 0;
}
.gallerypage_inner .gallerypage_inner_item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  margin-bottom: 10px;
  cursor: pointer;
}
.gallerypage_inner .gallerypage_inner_item p {
  font-size: 13px;
}

.password_block {
  margin-bottom: 120px;
}
.password_block .content_inner {
  text-align: center;
}
.password_block p {
  margin-bottom: 20px;
}
.password_block input[type=password] {
  color: #636363;
  width: 50%;
  height: 35px;
  display: block;
  margin: 0 auto;
}
.password_block input[type=password]::-moz-placeholder {
  color: #575757;
}
.password_block input[type=password]:-ms-input-placeholder {
  color: #575757;
}
.password_block input[type=password]::placeholder {
  color: #575757;
}
.password_block input[type=submit] {
  background: #e63a05;
  color: #fff;
  margin: 0 auto;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 30px;
  width: 250px;
  height: 35px;
}

.memberpage_block {
  background: #3f3f3f;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin-bottom: 120px;
}
.memberpage_block .video_block {
  margin-bottom: 70px;
}
.memberpage_block .video_block:last-of-type {
  margin-bottom: 0;
}
.memberpage_block .video_block h3 {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}
.memberpage_block .video_block h3::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}
.memberpage_block .video_block p {
  margin-bottom: 20px;
}
.memberpage_block .video_block p:last-of-type {
  margin-bottom: 0;
}
.memberpage_block .video_block video {
  width: 100%;
  height: auto;
}

.privacy_block {
  background: #3f3f3f;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin: 20px 0 120px;
}
.privacy_block p {
  margin-bottom: 20px;
}
.privacy_block h4 before {
  content: none;
}
.privacy_block section:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.form_block {
  margin: 0 auto;
  width: 100%;
}
.form_block .form_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b8b8b8;
}
.form_block .form_row span {
  font-size: 13px;
}
.form_block .form_row:last-child {
  margin-bottom: 0;
}
.form_block .form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.form_block .form_btn {
  display: block;
  width: 300px;
  color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 50px;
  text-align: center;
  background: #636363;
  margin: 50px auto 0;
  text-decoration: none;
  cursor: pointer;
}
.form_block .form_btn:focus, .form_block .form_btn:hover {
  opacity: 0.8;
}
.form_block .form_btn[value=back] {
  background-color: #fff;
  border: 1px solid #636363;
  color: #636363;
}
.form_block label {
  display: block;
  margin-bottom: 10px;
  position: static;
}
.form_block input[type=text],
.form_block input[type=email],
.form_block select,
.form_block textarea {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  padding: 10px;
}
.form_block select {
  padding-right: 50px;
}
.form_block .mwform-radio-field {
  margin-bottom: 13px;
}
.form_block .required {
  background-color: #c87523;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  word-break: keep-all;
}
.form_block .input_long {
  width: 100%;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .preview_none {
  display: none;
  speak: none;
}
.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}

.mwform-tel-field input[type=text] {
  display: inline-block;
}

/* fieldset {
	margin-bottom: 100px !important;
	.div_text {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.button_div {
		width: 100% !important;
		text-align: center !important;
		margin-top: 30px;
		.buttons {
			color: $white;
			width: 200px;
			background: $red;
			border: none;
			height: 40px;
			border-radius: 20px;
			cursor: pointer;
			&:hover {
				opacity: .8;
			}
		}
	}
	.link-text {
		width: 100% !important;
		text-align: center !important;
	}
}
#wpmem_restricted_msg {
	width: 900px;
	margin: 70px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
	@include mq(sm) {
		width: 80% !important;
	}
}
#wpmem_login_form {
	width: 900px;
	margin: 0 auto !important;
	@include mq(sm) {
		width: 80% !important;
	}
}
#wpmem_login,
#wpmem_reg {
	legend {
		margin-bottom: 30px !important;
		text-align: center;
	}
}
.memberpage_block {
	fieldset {
		margin: 0 !important;
	}
}
.wpmem_msg {
	width: 100% !important;
	margin-bottom: 30px !important;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	p {
		color: $white !important;
	}
} */
.privacy h2 {
  padding: 12px 20px;
  border-bottom: 1px solid #3c3c3c;
  position: relative;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 26px;
}
.privacy h2::before {
  content: "";
  display: inline-block;
  background-image: url(assets/images/common/onepoint_grn.svg);
  background-size: cover;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
.privacy p,
.privacy ul {
  margin-bottom: 40px;
}

.content_inner.box {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  max-width: 1070px;
}

.box_inner {
  margin: 25px;
}
.box_inner strong {
  margin-right: 20px;
}

.service h2 {
  padding: 15px 20px;
  border-bottom: 1px solid #3c3c3c;
  position: relative;
}
.service h2::before {
  content: "";
  display: inline-block;
  background-image: url(assets/images/common/onepoint_grn.svg);
  background-size: cover;
  width: 20px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.service .ud-pd-greet {
  padding-right: 30px;
}

.privacy-hogo {
  width: auto;
  height: 200px;
  margin: 50px auto 0;
  padding: 1em 2em;
  border: 1px solid #ccc;
  font-size: 0.7rem;
  text-align: left;
  overflow: auto;
  margin-bottom: 1rem;
}
.privacy-hogo h2 {
  font-size: 21px;
  margin: 20px 0 10px;
}

article {
  position: relative;
}
.archive article {
  background-color: #f7f7f7;
}

.pg_wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #636363;
  text-align: center;
}
.pg_contents {
  background-color: #fff;
  padding: 50px;
  max-width: 1080px;
  margin: 0 auto;
}

.posts_item_list {
  display: flex;
  flex-wrap: wrap;
}
.posts_item_list .posts_item {
  margin-right: 20px;
  width: 100%;
}
.posts_item_list .posts_item:nth-of-type(3n) {
  margin-right: 0;
}
.posts_item_list .posts_item a {
  display: block;
}
.posts_item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_tmb {
  margin: 0;
}
.posts_tmb img {
  box-shadow: 1px 1px 3px #bfbfbf;
  border-radius: 0.25rem;
  height: 180px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 320px;
}
.posts_date {
  color: #636363;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}
.posts_title {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 10px;
}
.posts_cat span {
  border: 1px solid;
  color: #636363;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #636363;
  text-align: center;
}

.posts_content {
  margin-top: 30px;
}
.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  color: #1e1e1e;
  margin-bottom: 10px;
  text-align: left;
}
.pg_single_contents {
  padding-bottom: 60px;
  padding-top: 20px;
  max-width: 900px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}
.pg_single_contents > .blog_tmb img {
  height: 56.25%;
  width: 100%;
}
.pg_single_contents .breadcrumb_block {
  margin-bottom: 15px;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
}
.pg-news .posts_title {
  margin: 0;
}

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}

.pg_cts_mg {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
  p {
    line-height: 1.9;
  }
  .contents_wrapper {
    overflow: hidden;
  }
  .content_block {
    width: 100%;
    padding: 100px 0;
  }
  .blog_content_block {
    width: 100%;
    padding: 50px 0 100px;
  }
  .content_inner {
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
  .visual_title {
    background-attachment: unset;
  }
  .visual_title .visual_title_inner {
    width: 90%;
    padding: 0;
  }
  .visual_title .visual_title_inner h2 {
    font-size: 32px;
  }
  .two_block {
    flex-wrap: wrap;
  }
  .two_block .text_block {
    width: 100%;
    padding: 70px 0;
  }
  .two_block .text_block .inner_text_item {
    width: 90%;
  }
  .two_block .height100_img_block {
    width: 100%;
    height: 250px;
  }
  .left_bg::before {
    position: static;
    background: none;
  }
  .right_bg::before {
    position: static;
    background: none;
  }
  .button19 a {
    padding: 1em;
    font-size: 14px;
    width: 240px;
  }
  header {
    position: fixed;
  }
  header .header_pc .header_logo {
    margin-left: 20px;
    width: 200px;
    padding: 15px 0;
  }
  header .header_pc .header_item {
    display: none;
  }
  #drawer {
    top: 0;
  }
  #drawer .open {
    width: 54.47px;
    height: 54.47px;
  }
  #drawer .open span,
#drawer .open::before,
#drawer .open::after {
    top: 27px;
  }
  .sp_menu .header_nav_block ul li a:hover {
    background: none;
  }
  footer .footer_inner {
    width: 100%;
    padding: 70px 0 0;
  }
  footer .footer_inner .footer_shopinfo {
    width: 100%;
  }
  footer .footer_inner .footer_shopinfo .footer_logo img {
    width: 260px;
  }
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text {
    width: 90%;
    margin: 10px auto 10px;
  }
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text .shop_name {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl {
    justify-content: center;
    margin-bottom: 16px;
  }
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl:last-of-type {
    margin-bottom: 0;
  }
  footer .footer_nav {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    padding: 32px 0px 20px;
    width: 100%;
    border-bottom: none;
    border-top: none;
  }
  footer .footer_nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  footer .footer_nav ul li {
    width: 50%;
    margin: 0;
  }
  footer .footer_nav ul li a {
    color: #1e1e1e;
    font-size: 14px;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
  }
  footer .copy {
    padding: 30px 0 90px;
  }
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
  }
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
  .pagetop_block #pagetop a {
    opacity: 1 !important;
  }
  .breadcrumb_block {
    width: 100%;
  }
  .breadcrumb_block ul {
    flex-wrap: wrap;
    overflow-x: hidden;
  }
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
  .form_item_button {
    margin-top: 24px;
  }
  .form_item_button input {
    width: 110px;
  }
  .card_item {
    margin-bottom: 40px;
  }
  .card_item:last-of-type {
    margin-bottom: 0;
  }
  .card_text {
    margin-bottom: 2rem;
  }
  .card_button a {
    width: 200px;
  }
  .sm_order1 {
    order: 1;
  }
  .sm_order2 {
    order: 2;
    margin-top: 30px;
  }
  .btn01 a {
    width: 80%;
  }
  .loading div {
    width: 250px;
  }
  #elevator_nav {
    display: none;
  }
  p,
a,
li,
table {
    font-size: 16px;
  }
  p {
    line-height: 1.9;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .sm_none {
    display: none;
  }
  .kv {
    height: 80vh;
    margin-top: 0px;
  }
  .kv .catch-copy {
    margin: 0 auto;
  }
  .kv .mv-lavel {
    top: 130px;
    right: 0px;
  }
  .kv .mv-lavel img {
    width: 120px;
  }
  .kv .main-copy {
    font-size: 24px;
  }
  .kv .sub-copy {
    font-size: 11px;
  }
  .coverTop {
    height: 80vh;
  }
  .video video {
    transform: translateX(-54%) translateY(-63%);
  }
  .main_img::after {
    height: 80vh;
  }
  .main_img img {
    height: 80vh;
  }
  .bg-01 {
    padding: 0px;
  }
  .watermark {
    max-width: 250px;
  }
  .sub-catch {
    padding: 40px 20px;
  }
  .sub-catch p {
    font-size: 14px;
  }
  .bg-02 {
    display: block;
    padding: 60px 10px;
  }
  .bg-02 .service-block {
    display: block;
    padding: 40px 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    margin: 30px 0px;
  }
  .bg-02 .service-block .ttl {
    font-size: 24px;
    line-height: 1.4;
  }
  .bg-02 .service-block p {
    font-size: 14px;
  }
  .news-block {
    flex-flow: column;
    padding: 110px 0 60px;
  }
  .news-block .ttl {
    width: 400px;
    margin-left: 20px;
    text-align: left;
  }
  .news-block .ttl a {
    margin-left: 10px;
  }
  .news-block ul {
    width: 100%;
    padding: 0 20px;
  }
  .greet-block p {
    font-size: 14px;
  }
  .news_block .news_block_inner {
    width: 90%;
    flex-wrap: wrap;
  }
  .news_block .news_block_inner .news_heading {
    width: 100%;
  }
  .news_block .news_block_inner .news_list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .news_block .news_block_inner .news_list dl {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .news_block .news_block_inner .news_list dl dt {
    width: 100%;
  }
  .news_block .news_block_inner .news_list dl dd {
    width: 100%;
  }
  .news_block .news_block_inner .news_list dl dd a {
    font-size: 16px;
  }
  .news_block .news_block_inner .archive_btn_sp {
    width: 250px;
    margin: 30px auto 0;
  }
  .carousel_slider .slick-slider .slick-prev::before {
    font-size: 30px;
  }
  .carousel_slider .slick-slider .slick-prev {
    left: 10px;
  }
  .carousel_slider .slick-slider .slick-next::before {
    font-size: 30px;
  }
  .carousel_slider .slick-slider .slick-next {
    right: 10px;
  }
  .main_visual_subpage {
    height: 250px;
    margin-top: 0;
  }
  .main_visual_subpage .page_name {
    bottom: 50px;
  }
  .main_visual_subpage .page_name h1 {
    font-size: 25px;
  }
  .under_content {
    width: 100%;
  }
  .under_content .content_inner {
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
  .under_content .content_inner h2 {
    font-size: 24px;
  }
  .under_content .content_inner h3 {
    font-size: 20px;
  }
  .under_content .content_inner h4 {
    font-size: 17px;
  }
  .under_content .content_inner h4::before {
    top: 4px;
  }
  .gallerypage_block {
    padding: 40px 20px;
    margin-bottom: 70px;
  }
  .gallerypage_inner .gallerypage_inner_item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(33.3333333333% - 6.6666666667px);
  }
  .gallerypage_inner .gallerypage_inner_item img {
    border-radius: 5px;
  }
  .gallerypage_inner .gallerypage_inner_item p {
    font-size: 16px;
  }
  .password_block {
    margin-bottom: 70px;
  }
  .password_block input[type=password] {
    width: 90%;
    font-size: 16px;
  }
  .memberpage_block {
    padding: 40px 20px;
    margin-bottom: 70px;
  }
  .memberpage_block .video_block {
    margin-bottom: 40px;
  }
  .memberpage_block .video_block h3 {
    font-size: 20px;
  }
  .privacy_block {
    padding: 40px 20px;
    margin: 20px 0 70px;
  }
  .form_block {
    padding: 0 20px;
  }
  .form_block .form_row span {
    font-size: 16px;
  }
  .form_block .form_btn_wrap .form_btn + .form_btn {
    margin-left: 20px;
  }
  .form_block .form_btn {
    font-size: 16px;
    width: 250px;
    margin: 30px auto 0;
  }
  .form_block input[type=text],
.form_block input[type=email],
.form_block select,
.form_block textarea {
    width: 100%;
    font-size: 16px;
  }
  .mwform-tel-field input[type=text] {
    width: 30% !important;
  }
  article {
    padding: 0;
  }
  .pg_wrapper {
    padding: 0 5%;
  }
  .pg_title {
    font-size: 24px;
  }
  .pg_contents {
    padding: 50px 20px;
  }
  .posts_item_list .posts_item {
    margin-bottom: 40px;
  }
  .posts_tmb img {
    /* height: calc(((100vw - 40px) / 160) * 90); */
    width: 100%;
    border-radius: 10px;
  }
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .pg_single_contents {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
  .pg_cts_mg {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  .content_inner {
    width: 100%;
    margin: 0 auto;
  }
  .two_block .text_block {
    transform: scale(0.9, 0.9);
  }
  header {
    position: fixed;
  }
  header .header_pc .header_logo {
    padding: 15px 0;
    margin-left: 30px;
  }
  header .header_pc .header_item {
    display: none;
  }
  footer .footer_inner {
    width: 100%;
    padding: 70px 50px;
  }
  .pagetop_block .contact_sp {
    display: none !important;
  }
  .breadcrumb_block {
    width: 100%;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #elevator_nav {
    background: none;
    right: 1%;
  }
  .md_none {
    display: none;
  }
  .kv .catch-copy {
    margin: 0 auto;
  }
  .kv .main-copy {
    font-size: 36px;
  }
  .kv .sub-copy {
    font-size: 14px;
  }
  .kv .mv-lavel img {
    width: 120px;
  }
  .video video {
    transform: translateX(-54%) translateY(-50%);
  }
  .news_block .news_block_inner {
    width: 100%;
  }
  .news_block .news_block_inner .archive_btn_sp {
    display: none;
  }
  .main_visual_subpage {
    margin-top: 0;
  }
  .under_content .content_inner {
    width: 100%;
    margin: 0 auto;
  }
  .under_content .content_inner h4 {
    font-size: 17px;
  }
  .under_content .content_inner h4::before {
    top: 4px;
  }
  .gallerypage_inner .gallerypage_inner_item img {
    height: auto;
  }
  .pg_single_contents {
    padding-bottom: 60px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 1000px) {
  #drawer {
    display: none;
  }
  .pagetop_block .contact_sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .lg_none {
    display: none;
  }
  .news_block .news_block_inner .archive_btn_sp {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .card_item {
    padding: 0 12px;
  }
  .main_visual_subpage .page_name {
    width: 100%;
    text-align: center;
    bottom: 80px;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  #table01 th,
#table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
  }
  #table01 td {
    padding-top: 0;
  }
  #table02 tr {
    border-bottom: none;
  }
  #table02 th,
#table02 td {
    width: 100%;
    display: block;
  }
  #table02 th {
    width: 100%;
  }
  #table02 td {
    padding-top: 15px;
  }
  #table02 input {
    width: 100%;
  }
  #table02 .w30per {
    width: 45%;
  }
  #table02 input.w20per {
    width: 30%;
  }
  #table02 .mwform-checkbox-field input {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #e7e7e7 !important;
    width: 100%;
  }
  #table03 {
    width: 100%;
  }
  #table03 th,
#table03 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .greet-block {
    flex-flow: column;
  }
  .greet-block .text-block {
    order: 1;
    width: 100% !important;
    padding: 70px 20px !important;
    margin: 0 !important;
    box-shadow: none;
  }
  .greet-block .img-block {
    min-height: 0px;
    height: 300px;
    order: 0;
    width: 100%;
    margin: 0;
  }
  .greet-block .img-block img {
    min-height: 0px;
    height: 300px;
  }
}

@media screen and (max-width: 1600px) {
  .greet-block .text-block {
    width: 50%;
    margin-left: 50px;
    padding: 30px 60px;
  }
}

@media screen and (max-width: 1400px) {
  .greet-block .text-block {
    width: 60%;
    margin-left: 50px;
  }
}
.gaikomenu {
	font-size:15px;
}
.gaikomenu th{
	width:18%;
}
.gaikomenu th,
.gaikomenu td{
	padding:15px 0;
}
.gaikomenu tr{
	border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 768px) {
.gaikomenu th, .gaikomenu td {
    display: block;
    width: 100%;
}
.gaikomenu th{
	padding:20px 0 0;
}
.sub-catch p {
    text-align: left;
}
}
.pd-0.content_block{
	padding:0;
}


/* ▼ サブメニュー非表示 */
.header_nav > ul > li.has-submenu > ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  min-width: 200px;
}

/* ▼ hover時に表示 */
.header_nav > ul > li.has-submenu:hover > ul.submenu {
  display: block;
}

/* ▼ サブメニュー項目 */
.header_nav > ul > li.has-submenu > ul.submenu > li {
  border-bottom: 1px solid #eee;
  list-style: none;
}

.header_nav > ul > li.has-submenu > ul.submenu > li > a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  position: relative;
}



.service-block {
  position: relative;
  padding-bottom: 60px; /* ボタン分の余白を作る（調整可） */
}

.service-block .button19 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
/* 共通：横並び & 折り返し */
.bg-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* ← centerをやめてバランス良く配置 */
  gap: 40px;
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  .bg-02 {
    padding: 60px 10px; /* 上下60px・左右10pxに調整 */
  }

  .bg-02 .service-block {
    padding: 40px 20px; /* ブロック内の余白を縮める */
  }
}
@media screen and (min-width: 769px) {
  .bg-02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding: 100px 60px;
  }

  .bg-02 .service-block {
    width: 48%;
    padding: 60px;
    margin: 0;
  }
}
/* === フッター用プルダウン 追加分 ========================= */
/* 親リスト（hover 検出用） */
footer .footer_nav ul li.has-submenu {
  position: relative;
}

/* 子メニュー 初期は非表示 */
footer .footer_nav ul li.has-submenu > ul.submenu {
  display: none;
  position: absolute;
  top: 100%;      /* 親 li の真下 */
  left: 0;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  margin: 0;
  padding: 0;
  z-index: 9999;
}

/* 子メニューの各項目 */
footer .footer_nav ul li.has-submenu > ul.submenu > li {
  list-style: none;
  border-bottom: 1px solid #eee;
}
footer .footer_nav ul li.has-submenu > ul.submenu > li:last-child {
  border-bottom: none;
}

footer .footer_nav ul li.has-submenu > ul.submenu > li > a {
  display: block;
  padding: 12px 20px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

/* hover で表示（PC だけに限定したい場合は @media をかける） */
footer .footer_nav ul li.has-submenu:hover > ul.submenu {
  display: block;
}

/* 下線エフェクト（任意） */
footer .footer_nav ul li.has-submenu > ul.submenu > li > a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background:#69b72d;
}
/* ========== 共通：親 li の設定（基準位置） ========== */
.header_nav ul li.has-submenu,
.footer_nav ul li.has-submenu {
  position: relative;
}

/* ========== 共通：子メニュー（サブメニュー） ========== */
.header_nav ul li.has-submenu > ul.submenu,
.footer_nav ul li.has-submenu > ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0; /* 通常は左から出すが、必要なら right: 0; に変更 */
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 9999;
  min-width: 200px;
  max-width: 90vw;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

/* ========== 子メニューの中身 ========== */
.header_nav ul li.has-submenu > ul.submenu > li,
.footer_nav ul li.has-submenu > ul.submenu > li {
  list-style: none;
  border-bottom: 1px solid #eee;
}

.header_nav ul li.has-submenu > ul.submenu > li:last-child,
.footer_nav ul li.has-submenu > ul.submenu > li:last-child {
  border-bottom: none;
}

.header_nav ul li.has-submenu > ul.submenu > li > a,
.footer_nav ul li.has-submenu > ul.submenu > li > a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  position: relative;
  background: #fff;
}

/* ========== hover時に表示（PCのみ） ========== */
@media screen and (min-width: 769px) {
  .header_nav ul li.has-submenu:hover > ul.submenu,
  .footer_nav ul li.has-submenu:hover > ul.submenu {
    display: block;
  }

  /* 下線 hover エフェクト（任意） */
  .header_nav ul li.has-submenu > ul.submenu > li > a:hover::after,
  .footer_nav ul li.has-submenu > ul.submenu > li > a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #69b72d;
  }
}

/* ========== スマホ：hover効かせない（展開はJSなどで制御） ========== */
@media screen and (max-width: 768px) {
  .header_nav ul li.has-submenu > ul.submenu,
  .footer_nav ul li.has-submenu > ul.submenu {
    position: static;
    display: none !important; /* JS制御前提。常に表示したいなら block に */
    box-shadow: none;
    padding-left: 1em;
  }

  /* モバイルで子メニューを表示させる場合（必要であれば） */
  .footer_nav ul li.has-submenu.open > ul.submenu {
    display: block !important;
  }
}
