@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #333;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* font-size: 62.5%; */
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #333;
  overflow-x: hidden;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  /*outline: 0;*/
  color: #333;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  /*outline: 0;*/
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  /*outline: 0;*/
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

.change_height #header {
  background: rgba(255, 255, 255, 0.8);
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 min(1.5vw, 30px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #header {
    padding: 0 0 0 min(5vw, 20px);
  }
}
#header.open .h_logoarea img {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
@media only screen and (max-width: 768px) {
  #header.open .globalnav {
    display: block !important;
  }
}
#header .h_logoarea {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  #header .h_logoarea {
    width: 30%;
    padding: 15.5px 0;
    height: 80px;
  }
}
#header .h_logoarea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 26px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #header .h_logoarea a {
    gap: 0 10px;
  }
}
#header .h_logoarea img.logo {
  width: min(10vw, 160px);
}
@media only screen and (max-width: 768px) {
  #header .h_logoarea img.logo {
    width: 150px;
  }
}
#header .hamburger {
  border: none;
  width: 60px;
  height: 60px;
  background: none;
  cursor: pointer;
  min-width: 60px;
  z-index: 20;
  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;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .hamburger {
    display: none;
  }
}
#header .hamburger::before {
  position: absolute;
  content: "menu";
  font-size: 10px;
  text-align: center;
  bottom: 5px;
  font-family: "Shippori Mincho B1", serif;
  color: #333;
  letter-spacing: 0;
}
#header .hamburger .hamburger__line {
  position: relative;
  width: 26px;
  height: 1px;
  background: #333;
  display: block;
}
#header .hamburger .hamburger__line::before, #header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #333;
}
#header .hamburger .hamburger__line::before {
  top: -8px;
}
#header .hamburger .hamburger__line::after {
  bottom: -8px;
}
#header .hamburger[aria-expanded=true]::before {
  color: #fff;
  content: "close";
}
#header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
#header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
#header .hamburger[aria-expanded=true] .hamburger__line::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}
#header .globalnav {
  width: 70%;
  display: block !important;
}
@media only screen and (max-width: 768px) {
  #header .globalnav {
    display: none !important;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 100px 10vw;
    background: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
  }
}
#header .globalnav .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 min(3vw, 60px);
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
#header .globalnav .gnav li {
  position: relative;
}
#header .globalnav .gnav li a {
  display: block;
  text-align: center;
  font-size: min(1.5vw, 16px);
  font-weight: 500;
  padding: 26px 0;
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: left;
  }
}
#header .globalnav .gnav li a.haschild {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li a.haschild::before, #header .globalnav .gnav li a.haschild::after {
    position: absolute;
    content: "";
    background: #fff;
  }
}
#header .globalnav .gnav li a.haschild::before {
  width: 17px;
  height: 1px;
  top: 44px;
  right: 0;
}
#header .globalnav .gnav li a.haschild::after {
  width: 1px;
  height: 17px;
  top: 36px;
  right: 8px;
}
#header .globalnav .gnav li a.haschild.open::after {
  display: none;
}
#header .globalnav .gnav li a span {
  position: relative;
}
#header .globalnav .gnav li a span::before {
  position: absolute;
  content: "";
  background: #333;
  width: 0;
  height: 1px;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 769px) {
  #header .globalnav .gnav li a:hover span::before {
    width: 100%;
  }
}
#header .globalnav .gnav li > ul {
  display: none;
  padding: 0 0 15px;
}
@media print, screen and (min-width: 769px) {
  #header .globalnav .gnav li > ul {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    /*width: calc(100% + 80px);*/
    background: #fff;
    padding: 30px min(2vw, 40px);
  }
}
#header .globalnav .gnav li > ul li + li {
  margin-top: 20px;
}
#header .globalnav .gnav li > ul li a {
  text-align: left;
  padding: 0;
  font-weight: 400;
  white-space: pre;
}
#header .globalnav .gnav li > ul li a::before, #header .globalnav .gnav li > ul li a::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header .globalnav .gnav li > ul li a {
    font-size: 16px;
    color: #e2e2e2;
  }
}

footer .f_contact a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_f_link.webp) no-repeat center center/cover;
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  footer .f_contact a {
    padding: 10px;
    background: url(../img/common/bg_f_link_sp.webp) no-repeat center center/cover;
  }
}
footer .f_contact a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.1;
}
footer .f_contact a:hover::before {
  opacity: 1;
}
footer .f_contact a h2 {
  max-width: 1536px;
  width: 92%;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 70px 0;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  footer .f_contact a h2 {
    /*font-size: 20px;*/
    font-size: 5.4vw;
    width: 100%;
    padding: 60px 0;
    line-height: 1.35;
  }
}
footer .f_contact a h2::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 120px;
  height: 1px;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  footer .f_contact a h2::before {
    width: 1px;
    height: 30px;
    top: 0;
    left: 50%;
  }
}
footer .f_contact a h2 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  footer .f_contact a h2 span {
    font-size: 14px;
    margin-top: 15px;
  }
}
footer .f_info {
  background: #222;
  padding: 140px 0 50px;
}
@media only screen and (max-width: 768px) {
  footer .f_info {
    padding: 50px 0 30px;
  }
}
footer .f_info .f_inner .f_nav {
  display: none;
}
@media print, screen and (min-width: 769px) {
  footer .f_info .f_inner .f_nav {
    width: 96%;
    max-width: 1536px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .f_info .f_inner .f_nav dl dt {
  color: #ffffff;
  font-size: min(1.5vw, 19px);
  font-weight: 500;
  margin-bottom: 30px;
}
footer .f_info .f_inner .f_nav dl dd li {
  margin-bottom: 10px;
  font-size: min(1.3vw, 16px);
}
footer .f_info .f_inner .f_nav dl dd li a {
  color: #e2e2e2;
}
footer .f_info .f_inner .f_nav dl dd li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer .f_info .f_inner .f_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
footer .f_info .f_inner .f_bottom .f_logoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 20px;
}
footer .f_info .f_inner .f_bottom .f_logoarea img {
  width: 70px;
}
@media only screen and (max-width: 768px) {
  footer .f_info .f_inner .f_bottom .f_logoarea img {
    width: 50px;
  }
}
footer .f_info .f_inner .f_bottom .f_logoarea span {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  footer .f_info .f_inner .f_bottom .f_logoarea span {
    font-size: 12px;
  }
}
footer .f_info small {
  color: #e2e2e2;
  font-size: 12px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 768px) {
  footer .f_info small {
    font-size: 10px;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.center {
  text-align: center;
}

main {
  display: block;
  width: 100%;
  position: relative;
  /* overflow-x: hidden; */
}

footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec_inner {
  max-width: 1536px;
  width: 90%;
  margin: 0 auto;
}
.sec_inner.sec_size02 {
  max-width: 1200px;
}

/***********************
　　　タイトル
*************************/
.sec_ttl {
  text-align: center;
  position: relative;
}
.sec_ttl span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5px;
}
@media only screen and (max-width: 768px) {
  .sec_ttl span {
    font-size: 5.4vw;
  }
}

.sec_ttl02 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 5px;
}
@media only screen and (max-width: 768px) {
  .sec_ttl02 {
    font-size: 5.4vw;
    margin-bottom: 3vw;
  }
}
.sec_ttl02.text_left {
  text-align: left;
}
.sec_ttl02.border_bottom {
  border-bottom: 1px solid;
}

/***********************
　　　リンク
*************************/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.commonBtn {
  background: #333;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 360px;
  line-height: 50px;
  border: 1px solid #333;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .commonBtn {
    width: 72vw;
  }
}
.commonBtn:hover {
  background: #333;
  color: #fff;
}
.commonBtn.center {
  margin: 0 auto;
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /*   transition: all 1200ms ease; */
}
.animate.is-active {
  opacity: 1;
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

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

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

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

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

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

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

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

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

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
}
.middle .middle_mv {
  height: 496px;
  background: #ccc;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv {
    height: auto;
    aspect-ratio: 11/10;
  }
}
.middle .middle_mv .page_ttl {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .page_ttl {
    padding: 5vw 0;
  }
}
.middle .middle_mv .page_ttl span {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .page_ttl span {
    font-size: 6vw;
  }
}
.middle {
  /*パンくず*/
}
.middle .pankuzu_wrap {
  margin: 10px 0;
}
.middle .pankuzu_wrap .pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) {
  padding-right: 1.5em;
  position: relative;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 53%;
  background: #DDDDDD;
  position: absolute;
  right: 0.75em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.middle section:last-of-type {
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .middle section:last-of-type {
    padding-bottom: 20vw;
  }
}
.middle {
  /*リスト*/
}
.middle .nom_list li {
  margin: 0 0 0.75em;
  padding-left: 2em;
  text-indent: -2em;
}
.middle .disc_list li {
  margin: 0.75em 0;
  padding-left: 1em;
  position: relative;
}
.middle .disc_list li::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0.25em;
  top: 0.85em;
}
.middle .disc_list li span {
  font-weight: bold;
  font-size: 110%;
}
.middle {
  /*コンテンツブロック*/
}
.middle .block_contents {
  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;
  background: #fff;
  margin: 50px auto 80px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents {
    margin: 5vw auto 8vw;
  }
}
.middle .block_contents .textarea h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents .textarea h3 {
    font-size: 5.4vw;
    margin-bottom: 0.45em;
  }
}
.middle .block_contents .textarea h4.sub_ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 1.2em 0 0.2em;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents .textarea h4.sub_ttl {
    font-size: 4vw;
  }
}
.middle .block_contents .textarea h4.sub_ttl span {
  font-size: 24px;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents .textarea h4.sub_ttl span {
    font-size: 5.4vw;
  }
}
.middle .block_contents .textarea .indent01 {
  padding-left: 1em;
}
.middle .block_contents .textarea p {
  margin: 0.5rem 0;
}
.middle .block_contents .textarea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents .textarea dl {
    font-size: 4vw;
  }
}
.middle .block_contents .textarea dl dt {
  width: 7em;
}
.middle .block_contents .textarea dl dd {
  line-height: 2.2;
  width: calc(100% - 7em);
}
.middle .block_contents.type01 .textarea {
  width: 50%;
  display: table;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents.type01 .textarea {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.middle .block_contents.type01 .textarea .textarea_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 80px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents.type01 .textarea .textarea_inner {
    padding: 5vw;
  }
}
.middle .block_contents.type01 .img_area {
  width: 50%;
  aspect-ratio: 192/125;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents.type01 .img_area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.middle .block_contents.type01 .img_area img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.middle .block_contents.type02 .textarea {
  padding: 80px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents.type02 .textarea {
    padding: 5vw;
  }
}
.middle .block_contents > .ttl_block {
  width: 30%;
  display: table;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents > .ttl_block {
    width: 100%;
    padding: 5vw 0;
  }
}
.middle .block_contents > .ttl_block::before {
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents > .ttl_block::before {
    width: calc(100% - 8vw);
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.middle .block_contents > .ttl_block h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.middle .block_contents > .ttl_block h2 span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents > .ttl_block h2 span {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 1101px) {
  .middle .block_contents > .ttl_block h2 span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.middle .block_contents > .ttl_block + .textarea {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents > .ttl_block + .textarea {
    width: 100%;
  }
}
.middle .block_contents > .ttl_block + .textarea .textarea_inner {
  vertical-align: text-top;
  padding: 40px 50px;
}
@media only screen and (max-width: 768px) {
  .middle .block_contents > .ttl_block + .textarea .textarea_inner {
    padding: 4vw;
  }
}
.middle .sec_inner.block_contents_separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.middle .sec_inner.block_contents_separate > div {
  width: 48%;
  margin: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .middle .sec_inner.block_contents_separate > div {
    width: 100%;
    margin: 0 0 8vw;
  }
}
.middle .sec_inner.block_contents_separate_type03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.middle .sec_inner.block_contents_separate_type03 > div {
  width: 32%;
  margin: 0 2% 80px 0;
}
.middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .middle .sec_inner.block_contents_separate_type03 > div {
    width: 48%;
    margin: 0 4% 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(3n) {
    margin-right: 4%;
  }
  .middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(2n) {
    margin-right: 0;
  }
}
.middle .sec_inner.block_contents_separate_type03 > div .textarea {
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .middle .sec_inner.block_contents_separate_type03 > div .textarea {
    padding: 2vw;
  }
}
.middle .sec_inner.block_contents_separate_type03 > div .textarea h3 {
  font-size: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .middle .sec_inner.block_contents_separate_type03 > div .textarea h3 {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.middle {
  /*エリア全体がボタン*/
}
.middle .contents_btn a {
  aspect-ratio: 960/203;
  display: block;
  width: 100%;
  padding: 100px 0;
  background: #ccc;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .middle .contents_btn a {
    aspect-ratio: auto;
    padding: 10px;
  }
}
.middle .contents_btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.1;
}
.middle .contents_btn a:hover::before {
  opacity: 1;
}
.middle .contents_btn a > div {
  display: table;
  height: 100%;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  width: 92%;
}
@media only screen and (max-width: 768px) {
  .middle .contents_btn a > div {
    width: 100%;
    padding: 60px 0;
  }
}
.middle .contents_btn a > div::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 120px;
  height: 1px;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .middle .contents_btn a > div::before {
    width: 1px;
    height: 30px;
    top: 0;
    left: 50%;
  }
}
.middle .contents_btn a > div .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .middle .contents_btn a > div .inner {
    padding: 0;
  }
}
.middle .contents_btn a > div .inner h2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .middle .contents_btn a > div .inner h2 {
    font-size: 5.4vw;
  }
}
.middle .table01 {
  width: 100%;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .middle .table01 {
    margin: 10vw auto;
  }
}
.middle .table01 th, .middle .table01 td {
  padding: 0.75em 2em;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .middle .table01 th, .middle .table01 td {
    display: block;
    padding: 0.5em 1em;
    font-size: 3.8vw;
  }
}
.middle .table01 th {
  width: 25%;
  border-right: 1px solid;
}
@media only screen and (max-width: 768px) {
  .middle .table01 th {
    padding-top: 1em;
    width: 100%;
    border-right: none;
    text-align: left;
    border-bottom: 1px solid;
  }
}
.middle .table01 td {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .middle .table01 td {
    width: 100%;
  }
}
.middle .table02 {
  width: 100%;
  text-align: center;
  margin: 50px auto 20px;
}
@media only screen and (max-width: 768px) {
  .middle .table02 {
    margin: 5vw auto 2vw;
  }
}
.middle .table02 th, .middle .table02 td {
  padding: 0.75em 1em;
  border-bottom: 1px solid;
}
.middle .table02 td {
  background: #fff;
}
.middle .table02 td:last-of-type {
  border-right: 1px solid;
}
.middle .table03 {
  background: #fff;
  width: 100%;
}
.middle .table03 th, .middle .table03 td {
  padding: 0.75em 1em;
  border: 1px solid #333;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.middle .table03 th {
  border-bottom: 1px solid #fff;
  background: #333;
  color: #fff;
}
.middle .table03 tr:nth-of-type(2n) td {
  background: #f5f5f5;
}
.middle .table03 tr:last-of-type th {
  border-bottom: 1px solid #333;
}

#index main .sec_mv {
  width: 100%;
  height: calc(var(--vh) * 100 - 80px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv {
    height: calc(var(--vh) * 100 - 60px);
  }
}
#index main .sec_mv img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#index main .sec_news {
  padding: 100px 0;
}
#index main .sec_news .sec_ttl {
  margin-bottom: 50px;
}
#index main .sec_news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #index main .sec_news .news_list {
    gap: 20px 0;
  }
}
#index main .sec_news .news_list li {
  width: 23%;
}
@media only screen and (max-width: 768px) {
  #index main .sec_news .news_list li {
    width: 49%;
  }
}
#index main .sec_news .news_list a {
  display: block;
}
#index main .sec_news .news_list a figure {
  aspect-ratio: 36/25;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #index main .sec_news .news_list a figure {
    margin-bottom: 10px;
  }
}
#index main .sec_news .news_list a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index main .sec_news .news_list a time {
  font-size: 14px;
  color: #777777;
}
@media only screen and (max-width: 768px) {
  #index main .sec_news .news_list a time {
    font-size: 12px;
  }
}
#index main .sec_news .news_list a p {
  color: #444;
}
#index main .sec_news .news_list a p span {
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
  background-image: linear-gradient(90deg, #333, #333);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  padding-bottom: 5px;
  word-wrap: break-word;
}
#index main .sec_news .news_list a:hover p span {
  background-size: 100% 1px;
}

/* 変数定義 */
/* りそなグリーン */
/* ハイライトベージュ */
/* オレンジ */
/* エラー赤 */
/* 少し濃いめのグレーに変更 */
/* 全体背景グレー */
#contact :root,
#temp_contact :root {
  --primary-color: #0ca26c;
  --secondary-color: #fdf4d7;
  --accent-color: #e67e22;
  --error-color: #e74c3c;
  --text-color: #333333;
  --border-color: #009a62;
  --bg-color: #f4f6f8;
}
#contact,
#temp_contact {
  background-color: #f4f6f8;
  margin: 0;
  padding: 0;
  /* ベースレイアウト */
}
#contact .form-card,
#temp_contact .form-card {
  max-width: 1200px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333333;
}
#contact,
#temp_contact {
  /* ヘッダー・ロゴ */
}
#contact .form-header,
#temp_contact .form-header {
  margin-bottom: 40px;
  border-bottom: 3px solid #0ca26c;
  padding-bottom: 20px;
  text-align: left;
}
#contact .form-logo,
#temp_contact .form-logo {
  height: 36px;
  width: auto;
  display: block;
}
#contact,
#temp_contact {
  /* イベント情報 */
}
#contact .event-info,
#temp_contact .event-info {
  margin-bottom: 40px;
  padding: 25px;
  background-color: #fafff8; /* 非常に薄い緑の背景 */
  border-radius: 8px;
  border: 2px solid #0ca26c; /* 目立つ緑の枠線 */
}
#contact .event-title,
#temp_contact .event-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0ca26c;
  display: block;
  text-align: center; /* タイトルを中央寄せにして強調 */
  border-bottom: 1px dashed #0ca26c;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  #contact .event-title,
  #temp_contact .event-title {
    font-size: 1.4rem;
  }
}
#contact .event-detail,
#temp_contact .event-detail {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#contact .event-detail-list,
#temp_contact .event-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-weight: bold;
  font-size: 1rem;
}
#contact .event-detail-list dt,
#temp_contact .event-detail-list dt {
  width: 140px;
}
#contact .event-detail-list dd,
#temp_contact .event-detail-list dd {
  width: calc(100% - 150px);
}
#contact .event-detail-list dd .text-indent,
#temp_contact .event-detail-list dd .text-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
#contact .event-note,
#temp_contact .event-note {
  font-size: 0.9rem;
  color: #e67e22;
  margin-top: 15px;
  font-weight: bold;
}
#contact,
#temp_contact {
  /* プライバシーポリシーテキスト */
}
#contact .privacy-policy-text,
#temp_contact .privacy-policy-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.7;
  color: #555;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#contact .privacy-policy-text p,
#temp_contact .privacy-policy-text p {
  margin-bottom: 15px;
}
#contact .privacy-policy-text a,
#temp_contact .privacy-policy-text a {
  color: #0ca26c;
  text-decoration: underline;
}
#contact .contact-info,
#temp_contact .contact-info {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
  font-weight: bold;
}
#contact .contact-info dl,
#temp_contact .contact-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact .contact-info dl dt,
#temp_contact .contact-info dl dt {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #contact .contact-info dl dt,
  #temp_contact .contact-info dl dt {
    width: 110px;
  }
}
#contact .contact-info dl dt .inline,
#temp_contact .contact-info dl dt .inline {
  display: inline;
}
@media print, screen and (min-width: 769px) {
  #contact .contact-info dl dt .inline,
  #temp_contact .contact-info dl dt .inline {
    display: none;
  }
}
#contact .contact-info dl dd,
#temp_contact .contact-info dl dd {
  width: 100%;
  word-break: break-all;
}
@media print, screen and (min-width: 769px) {
  #contact .contact-info dl dd,
  #temp_contact .contact-info dl dd {
    width: calc(100% - 110px);
    padding-left: 1em;
    text-indent: -1em;
  }
}
#contact .contact-info dl dd .inline,
#temp_contact .contact-info dl dd .inline {
  display: none;
}
@media print, screen and (min-width: 769px) {
  #contact .contact-info dl dd .inline,
  #temp_contact .contact-info dl dd .inline {
    display: inline;
  }
}
#contact .privacy_box,
#temp_contact .privacy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact,
#temp_contact {
  /* メインタイトル */
}
#contact .main-form-title,
#temp_contact .main-form-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #0ca26c;
  padding: 15px;
  margin: 60px 0 40px 0;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0 4px 12px rgba(31, 163, 106, 0.15);
          box-shadow: 0 4px 12px rgba(31, 163, 106, 0.15);
}
@media print, screen and (min-width: 769px) {
  #contact .main-form-title,
  #temp_contact .main-form-title {
    font-size: 2rem;
    padding: 15px 30px;
  }
}
#contact .form-instruction,
#temp_contact .form-instruction {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
}
#contact .exhibition-instruction,
#temp_contact .exhibition-instruction {
  text-indent: -1em;
  margin-left: 1em;
  font-weight: 500;
  padding-left: 10px;
}
@media print, screen and (min-width: 769px) {
  #contact .exhibition-instruction,
  #temp_contact .exhibition-instruction {
    padding-left: 20px;
  }
}
#contact .exhibition-list,
#temp_contact .exhibition-list {
  margin-left: 1em;
  font-weight: 500;
}
#contact .exhibition-list li,
#temp_contact .exhibition-list li {
  margin: 0;
  padding-left: calc(1em + 10px);
}
@media print, screen and (min-width: 769px) {
  #contact .exhibition-list li,
  #temp_contact .exhibition-list li {
    padding-left: calc(1em + 20px);
  }
}
#contact .exhibition-list li::before,
#temp_contact .exhibition-list li::before {
  left: calc(0.25em + 10px);
}
@media print, screen and (min-width: 769px) {
  #contact .exhibition-list li::before,
  #temp_contact .exhibition-list li::before {
    left: calc(0.25em + 20px);
  }
}
#contact,
#temp_contact {
  /* セクション見出し */
}
#contact .form-section,
#temp_contact .form-section {
  margin-bottom: 50px;
}
#contact .form-section:last-of-type,
#temp_contact .form-section:last-of-type {
  padding-bottom: 0;
}
#contact .section-title,
#temp_contact .section-title {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 0 5px 10px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  border-bottom: 3px solid #25c47c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  #contact .section-title,
  #temp_contact .section-title {
    padding: 5px 0 5px 20px;
  }
}
#contact .section-title .remark,
#temp_contact .section-title .remark {
  font-size: 0.85rem;
  font-weight: 400;
  color: #444;
  line-height: 1.4;
}
#contact .section-title .red_text,
#temp_contact .section-title .red_text {
  color: #b70000;
  font-weight: bold;
}
#contact,
#temp_contact {
  /* テーブルレイアウト */
}
#contact .form-table,
#temp_contact .form-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#contact .form-table th,
#contact .form-table td,
#temp_contact .form-table th,
#temp_contact .form-table td {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  vertical-align: middle;
}
#contact .form-table th,
#temp_contact .form-table th {
  width: 280px;
  background-color: #fcfcfc;
  font-weight: bold;
  font-size: 0.95rem;
}
#contact .form-table td,
#temp_contact .form-table td {
  background-color: #ffffff;
}
#contact .form-table td .form-help,
#temp_contact .form-table td .form-help {
  margin-top: 10px;
  line-height: 1.4;
  display: inline-block;
}
#contact .form-table tr:last-child th,
#contact .form-table tr:last-child td,
#temp_contact .form-table tr:last-child th,
#temp_contact .form-table tr:last-child td {
  border-bottom: none;
}
#contact .form-table,
#temp_contact .form-table {
  /* 必須マーク（疑似要素） */
}
#contact .form-table tr.required th,
#temp_contact .form-table tr.required th {
  position: relative;
}
#contact .form-table tr.required th::after,
#temp_contact .form-table tr.required th::after {
  position: absolute;
  content: "必須";
  background: #e67e22;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: normal;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  #contact .form-table tr.required th::after,
  #temp_contact .form-table tr.required th::after {
    right: 20px;
  }
}
#contact .no-label-cell,
#temp_contact .no-label-cell {
  padding: 20px 0 !important;
}
#contact,
#temp_contact {
  /* ハイライト行（住所など） */
}
#contact .highlight-row th,
#contact .highlight-row td,
#temp_contact .highlight-row th,
#temp_contact .highlight-row td {
  background-color: #fdf4d7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#contact,
#temp_contact {
  /* 入力フィールド */
}
#contact input[type=text],
#contact input[type=email],
#contact select,
#contact textarea,
#temp_contact input[type=text],
#temp_contact input[type=email],
#temp_contact select,
#temp_contact textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #009a62;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#contact input[type=text]:focus,
#contact input[type=email]:focus,
#contact select:focus,
#contact textarea:focus,
#temp_contact input[type=text]:focus,
#temp_contact input[type=email]:focus,
#temp_contact select:focus,
#temp_contact textarea:focus {
  outline: none;
  border-color: #ef831e;
  -webkit-box-shadow: 0 0 0 1px #ef831e;
          box-shadow: 0 0 0 1px #ef831e;
}
#contact,
#temp_contact {
  /* グリッドレイアウト（2カラム） */
}
#contact .grid-2col,
#temp_contact .grid-2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
#contact,
#temp_contact {
  /* インライングループ */
}
#contact .corp-group,
#temp_contact .corp-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#contact .corp-group select,
#temp_contact .corp-group select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
#contact .zip-group,
#temp_contact .zip-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
#contact .zip-group input,
#temp_contact .zip-group input {
  max-width: 150px;
}
#contact .zip-group .btn-address-search,
#temp_contact .zip-group .btn-address-search {
  background-color: #0ca26c;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  white-space: nowrap;
}
#contact .zip-group .btn-address-search:hover,
#temp_contact .zip-group .btn-address-search:hover {
  opacity: 0.8;
}
#contact .zip-group .zip-note,
#contact .zip-group .form-help,
#temp_contact .zip-group .zip-note,
#temp_contact .zip-group .form-help {
  margin-top: 0 !important;
}
#contact .zip-group.tel_wrap input,
#temp_contact .zip-group.tel_wrap input {
  max-width: 200px;
}
#contact,
#temp_contact {
  /* 自動計算エリア */
}
#contact .calc-result-box,
#temp_contact .calc-result-box {
  margin-top: 15px;
  padding: 20px;
  background: #ffffff;
  border: 2px solid #0ca26c;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0px;
}
@media print, screen and (min-width: 769px) {
  #contact .calc-result-box,
  #temp_contact .calc-result-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
  }
}
#contact .calc-result-box .label,
#temp_contact .calc-result-box .label {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #contact .calc-result-box .label,
  #temp_contact .calc-result-box .label {
    width: auto;
  }
}
#contact .calc-result-box .price-value,
#temp_contact .calc-result-box .price-value {
  font-size: 1.8rem;
  font-weight: 900;
  color: #0ca26c;
}
#contact,
#temp_contact {
  /* ラジオボタン・チェックボックスの拡大 */
}
#contact input[type=radio],
#contact input[type=checkbox],
#temp_contact input[type=radio],
#temp_contact input[type=checkbox] {
  width: 14px;
  height: 14px;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  margin: 0 15px 0 0;
  cursor: pointer;
  vertical-align: middle;
  accent-color: #0ca26c; /* りそなグリーンを適用 */
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media print, screen and (min-width: 769px) {
  #contact input[type=radio],
  #contact input[type=checkbox],
  #temp_contact input[type=radio],
  #temp_contact input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
#contact label,
#temp_contact label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
#contact .horizontal-item,
#temp_contact .horizontal-item {
  margin-left: 10px;
}
#contact,
#temp_contact {
  /* 送信ボタン */
}
#contact .form-submit,
#temp_contact .form-submit {
  text-align: center;
  margin-top: 40px;
}
#contact .btn-submit,
#temp_contact .btn-submit {
  background-color: #0ca26c;
  color: #ffffff;
  padding: 18px;
  width: 100%;
  max-width: 340px;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 20px rgba(31, 163, 106, 0.2);
          box-shadow: 0 6px 20px rgba(31, 163, 106, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#contact .btn-submit:hover,
#temp_contact .btn-submit:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#contact .btn-submit.gray,
#temp_contact .btn-submit.gray {
  background-color: #777;
  -webkit-box-shadow: 0 6px 20px rgba(119, 119, 119, 0.2);
          box-shadow: 0 6px 20px rgba(119, 119, 119, 0.2);
}
#contact .form-help,
#contact .zip-note,
#contact .tax-note,
#temp_contact .form-help,
#temp_contact .zip-note,
#temp_contact .tax-note {
  font-size: 0.85rem;
  color: #444;
  margin-top: 8px;
}
#contact .contact-section .contact-info,
#temp_contact .contact-section .contact-info {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#contact .exhibition-section .flex,
#temp_contact .exhibition-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contact .billing-section .form-submit,
#temp_contact .billing-section .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#contact .mt-10,
#temp_contact .mt-10 {
  margin-top: 10px;
}
#contact,
#temp_contact {
  /* 完了画面 */
}
#contact .complete-section,
#temp_contact .complete-section {
  text-align: center;
  padding: 60px 20px;
}
#contact .complete-section .privacy-policy-text,
#temp_contact .complete-section .privacy-policy-text {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 620px;
  margin: 0 auto;
}
#contact .complete-section .privacy-policy-text .contact-info,
#temp_contact .complete-section .privacy-policy-text .contact-info {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#contact .complete-icon,
#temp_contact .complete-icon {
  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;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0ca26c;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
#contact .complete-title,
#temp_contact .complete-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0ca26c;
  margin-bottom: 30px;
}
#contact .complete-message,
#temp_contact .complete-message {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  margin-bottom: 40px;
}
#contact .complete-message p,
#temp_contact .complete-message p {
  margin-bottom: 15px;
}
#contact .complete-note,
#temp_contact .complete-note {
  font-size: 0.9rem;
  color: #777;
}
#contact .complete-contact,
#temp_contact .complete-contact {
  display: inline-block;
  text-align: left;
  margin-top: 20px;
  padding: 25px 40px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #eee;
  line-height: 2;
}
#contact .complete-contact-title,
#temp_contact .complete-contact-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0ca26c;
}
#contact,
#temp_contact {
  /* レスポンシブ対応 */
}
@media (max-width: 768px) {
  #contact .form-card,
  #temp_contact .form-card {
    padding: 20px;
    margin: 10px;
  }
  #contact .form-table,
  #contact .form-table tbody,
  #contact .form-table tr,
  #contact .form-table th,
  #contact .form-table td,
  #temp_contact .form-table,
  #temp_contact .form-table tbody,
  #temp_contact .form-table tr,
  #temp_contact .form-table th,
  #temp_contact .form-table td {
    display: block;
    width: 100%;
  }
  #contact .form-table th,
  #temp_contact .form-table th {
    padding: 15px 0 5px 0;
    background-color: transparent;
    border: none;
  }
  #contact .form-table td,
  #temp_contact .form-table td {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  #contact .form-table tr:last-child td,
  #temp_contact .form-table tr:last-child td {
    border-bottom: none;
  }
  #contact .grid-2col,
  #temp_contact .grid-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #contact .corp-group,
  #temp_contact .corp-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .corp-group select,
  #temp_contact .corp-group select {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #contact .event-detail,
  #temp_contact .event-detail {
    display: block;
  }
  #contact .event-detail strong,
  #temp_contact .event-detail strong {
    display: block;
  }
  #contact .event-detail-list,
  #temp_contact .event-detail-list {
    gap: 0;
  }
  #contact .event-detail-list dt,
  #temp_contact .event-detail-list dt {
    width: 100%;
  }
  #contact .event-detail-list dd,
  #temp_contact .event-detail-list dd {
    width: 100%;
    margin-bottom: 10px;
  }
}
#contact .mw_wp_form .error,
#temp_contact .mw_wp_form .error {
  margin-top: 4px;
  font-size: 100%;
  font-weight: 900;
}
#contact,
#temp_contact {
  /* 確認画面でのテキスト出しわけ */
}
#contact .error-text,
#temp_contact .error-text {
  display: none;
}
#contact .confirm-only-text,
#temp_contact .confirm-only-text {
  display: none;
}
#contact .mw_wp_form_confirm .confirm-only-text,
#temp_contact .mw_wp_form_confirm .confirm-only-text {
  display: block !important;
  color: #b70000;
  font-weight: bold;
}
#contact .mw_wp_form_error .confirm-text,
#temp_contact .mw_wp_form_error .confirm-text {
  display: none;
}
#contact .mw_wp_form_error .error-text,
#temp_contact .mw_wp_form_error .error-text {
  display: block;
  color: #b70000;
  font-weight: bold;
}

.pageTop {
  z-index: 99;
  position: fixed;
  bottom: 40px;
  right: 40px;
}
@media only screen and (max-width: 768px) {
  .pageTop {
    right: 5vw;
    bottom: 5vw;
  }
}
.pageTop a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pageTop a {
    font-size: 12px;
    padding-top: 30px;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes shorter {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes shorter {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 110%;
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 110%;
  }
}
@-webkit-keyframes bgUpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bgUpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@-webkit-keyframes slideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    clip-path: inset(0 0 100% 0);
  }
}