@charset "UTF-8";
/*
Theme Name: xxx
Author: xxx
Description: xxx
Version: xxx
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

body {
  padding-top: var(--header-height-pc);
  font-family: var(--sans-serif);
  font-size: 0.875rem;
  color: #111;
  container-type: inline-size;
}
body.nopaddingtop {
  padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
}

h1.page_ttl {
  margin: 0;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
h1.page_ttl + p.caption {
  margin: 10px 0 0;
  color: #666;
  letter-spacing: 0.1em;
}
h1.page_ttl + p.caption::before {
  content: "[";
}
h1.page_ttl + p.caption::after {
  content: "]";
}

p, li, table {
  font-size: 0.875rem;
}

p {
  line-height: 1.8;
}

.container {
  width: calc(100% - 8vw);
  margin: 0 auto;
}
.container.w1200 {
  max-width: 1200px;
}
.container.w980 {
  max-width: 980px;
}
.container.w720 {
  max-width: 720px;
}

.ta_center {
  text-align: center;
}
.ta_left {
  text-align: left;
}
.ta_right {
  text-align: right;
}

.tc_red {
  color: var(--red01);
}
.tc_blue {
  color: var(--blue01);
}

.flex_set {
  display: flex;
  flex-direction: row;
}
.flex_set > * {
  flex: 1;
}

.sticky {
  position: sticky;
  top: calc(var(--header-height-pc) + 60px);
}

a.common_link {
  min-width: 200px;
  padding: 0 30px 0 20px;
  line-height: 48px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111;
  border: 1px solid #999;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: color 0.2s, border 0.2s, text-shadow 0.2s, text-shadow 0.2s;
}
a.common_link span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
a.common_link::before {
  content: "";
  width: 0;
  height: 100%;
  background: linear-gradient(to right, var(--theme02), var(--theme01));
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.4s;
}
a.common_link::after {
  content: "\e5cc";
  color: #999;
  font-family: material icons;
  font-size: 0.75rem;
  text-align: center;
  line-height: 20px;
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  transition: color 0.4s;
}
a.common_link:hover {
  color: #fff;
  border-color: var(--theme01);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
a.common_link:hover::before {
  width: 100%;
}
a.common_link:hover::after {
  color: #fff;
}

.parent {
  position: fixed;
  left: 0;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.parent .child {
  width: 200px;
  height: 60px;
  background: #ddd;
}

.float_banner {
  display: none;
  position: fixed;
  right: 0;
  bottom: 60px;
  pointer-events: none;
  z-index: 10;
  transition: transform 0.4s;
}
.float_banner.close {
  transform: translate(0, 100%);
}
.float_banner .wrap .set {
  position: relative;
}
.float_banner .wrap .set button[data-type=btn_flat_banner] {
  display: none;
  width: 50px;
  height: 25px;
  padding: 0 0.5em;
  position: absolute;
  right: 10px;
  top: -25px;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  color: #666;
  pointer-events: auto;
  cursor: pointer;
}
.float_banner .wrap .set button[data-type=btn_flat_banner]:hover {
  color: #111;
}
.float_banner .wrap .set ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.float_banner .wrap .set ul li {
  pointer-events: auto;
}
.float_banner .wrap .set ul li a {
  width: inherit;
  height: inherit;
  padding: 20px 10px 20px 10px;
  display: block;
  gap: 4px;
  background: var(--theme02);
  color: #fff;
  line-height: 1;
  writing-mode: vertical-rl;
  text-decoration: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: padding 0.4s, box-shadow 0.4s, background 0.4s;
  float: right;
}
.float_banner .wrap .set ul li a span, .float_banner .wrap .set ul li a small {
  display: block;
}
.float_banner .wrap .set ul li a span {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.float_banner .wrap .set ul li a small {
  margin-left: 10px;
  font-size: 0.525rem;
  letter-spacing: 0.1em;
}
.float_banner .wrap .set ul li a:hover {
  padding-right: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: var(--theme01);
}

button#btn_hnav {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1001;
  cursor: pointer;
}
button#btn_hnav span {
  width: 30px;
  height: 2px;
  display: block;
  background: #111;
  text-indent: -9999px;
  position: absolute;
  left: 5px;
  top: calc(50% - 1px);
  transition: background 0s 0.2s;
}
button#btn_hnav span::before, button#btn_hnav span::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #111;
  position: absolute;
  z-index: 1;
}
button#btn_hnav span::before {
  top: -10px;
  transition: top 0.2s 0.2s ease, transform 0.2s 0s ease;
}
button#btn_hnav span::after {
  bottom: -10px;
  transition: bottom 0.2s 0.2s ease, transform 0.2s 0s ease;
}
button#btn_hnav.active span {
  background: transparent;
}
button#btn_hnav.active span::before {
  transform: rotate(45deg);
  top: 0;
  transition: top 0.2s 0s ease, transform 0.2s 0.2s ease;
}
button#btn_hnav.active span::after {
  transform: rotate(-45deg);
  bottom: 0;
  transition: bottom 0.2s 0s ease, transform 0.2s 0.2s ease;
}

header {
  width: 100%;
  height: var(--header-height-pc);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header::after {
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  display: block;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: -20px;
}
header .wrap {
  width: 100%;
  height: 100%;
  padding: 0 4vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  /*background: #fff;*/
  position: relative;
  z-index: 1;
  transition: background 0.4s;
  position: relative;
}
header .wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header #h_main {
  position: relative;
  z-index: 1;
}
header #h_main .ttl h1 {
  margin: 0;
  font-size: 1rem;
}
header #h_main .ttl h1 a {
  color: #111;
  text-decoration: none;
  transition: opacity 0.2s;
}
header #h_main .ttl h1 a:hover {
  opacity: 0.6;
}
header #h_main .ttl h1 a span {
  width: 160px;
  height: var(--header-height-pc);
  text-indent: -9999px;
  display: block;
  background: url(img/common/logo_full.svg) no-repeat center;
  background-size: contain;
}
header #h_nav {
  height: 100%;
}
header #h_nav nav {
  height: 100%;
}
header #h_nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
header #h_nav nav ul li a, header #h_nav nav ul li button {
  padding: 0;
  border: none;
  background: none;
  color: #111;
  text-decoration: none;
}
header #h_nav nav ul li a span, header #h_nav nav ul li button span {
  display: inline-block;
  position: relative;
}
header #h_nav nav ul.main_nav {
  height: 100%;
}
header #h_nav nav ul.main_nav > li {
  position: relative;
}
header #h_nav nav ul.main_nav > li > a, header #h_nav nav ul.main_nav > li button {
  height: 100%;
  padding: 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
header #h_nav nav ul.main_nav > li > a span, header #h_nav nav ul.main_nav > li button span {
  position: relative;
}
header #h_nav nav ul.main_nav > li > a span::before, header #h_nav nav ul.main_nav > li button span::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  background: var(--theme01);
  position: absolute;
  bottom: -0.75em;
  left: 50%;
  transform: translate(-50%, 0);
  transition: width 0.4s;
}
header #h_nav nav ul.main_nav > li > a:hover, header #h_nav nav ul.main_nav > li > a.active, header #h_nav nav ul.main_nav > li button:hover, header #h_nav nav ul.main_nav > li button.active {
  color: var(--theme01);
}
header #h_nav nav ul.main_nav > li > a:hover span::before, header #h_nav nav ul.main_nav > li > a.active span::before, header #h_nav nav ul.main_nav > li button:hover span::before, header #h_nav nav ul.main_nav > li button.active span::before {
  width: calc(100% + 10px);
}
header #h_nav nav ul.main_nav > li .sub {
  display: none;
  position: absolute;
  top: 90%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  overflow: hidden;
}
header #h_nav nav ul.main_nav > li .sub ul {
  flex-direction: column;
}
header #h_nav nav ul.main_nav > li .sub ul li {
  border-top: 1px solid #eee;
}
header #h_nav nav ul.main_nav > li .sub ul li:first-child {
  border-top: none;
}
header #h_nav nav ul.main_nav > li .sub ul li a, header #h_nav nav ul.main_nav > li .sub ul li button {
  padding: 1em 1.5em;
  padding-right: 40px;
  display: block;
  font-size: 0.875rem;
  position: relative;
}
header #h_nav nav ul.main_nav > li .sub ul li a::before, header #h_nav nav ul.main_nav > li .sub ul li button::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--theme03);
  opacity: 0;
  transition: opacity 0.2s, width 0.4s;
}
header #h_nav nav ul.main_nav > li .sub ul li a::after, header #h_nav nav ul.main_nav > li .sub ul li button::after {
  content: "\e409";
  font-family: material icons;
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--theme01);
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  transition: right 0.4s;
}
header #h_nav nav ul.main_nav > li .sub ul li a span, header #h_nav nav ul.main_nav > li .sub ul li button span {
  word-break: keep-all;
  white-space: pre;
  z-index: 1;
}
header #h_nav nav ul.main_nav > li .sub ul li a:hover::before, header #h_nav nav ul.main_nav > li .sub ul li button:hover::before {
  width: 100%;
  opacity: 1;
}
header #h_nav nav ul.main_nav > li .sub ul li a:hover::after, header #h_nav nav ul.main_nav > li .sub ul li button:hover::after {
  right: 0;
}
footer {
  padding: 60px 0;
  background: var(--theme01);
  color: #fff;
}
footer #f_main .set {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer #f_main .set .logo {
  margin: auto 0;
}
footer #f_main .set .logo h1 {
  margin: 0;
}
footer #f_main .set .logo h1 a {
  width: 200px;
  display: block;
}
footer #f_main .set .f_nav nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
}
footer #f_main .set .f_nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #f_main .set .f_nav nav ul li {
  line-height: 1.5;
  font-size: 0.875rem;
}
footer #f_main .set .f_nav nav ul li a {
  min-width: 160px;
  padding: 0.5em;
  display: block;
  text-decoration: none;
  color: var(--theme03);
  transition: background 0.2s;
}
footer #f_main .set .f_nav nav ul li a:hover {
  background: var(--theme02);
}
footer #f_main .set .f_nav nav ul li .ttl {
  padding: 0.5em 0;
  display: inline-block;
  font-weight: 600;
}
footer #f_main .set .f_nav nav ul li ul li a::before {
  content: "-";
  margin-right: 10px;
}
footer #f_main .set .f_nav nav ul li.span {
  height: 2em;
}
footer #f_bottom .set {
  margin-top: 40px;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid var(--theme02);
}
footer #f_bottom .set .copy p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--theme03);
}
footer #f_bottom .set .social ul.social_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 4px;
}
footer #f_bottom .set .social ul.social_list li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--theme03);
  text-decoration: none;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s;
}
footer #f_bottom .set .social ul.social_list li a span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-indent: -9999px;
}
footer #f_bottom .set .social ul.social_list li a span::before {
  content: "";
  background: currentColor;
  -webkit-mask-image: url(img/common/social/logo_instagram.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-image: url(img/common/social/logo_instagram.svg);
  mask-position: center;
  mask-size: 100% 100%;
  width: 24px;
  height: 24px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}
footer #f_bottom .set .social ul.social_list li a.instagram span::before {
  -webkit-mask-image: url(img/common/social/logo_instagram.svg);
  mask-image: url(img/common/social/logo_instagram.svg);
}
footer #f_bottom .set .social ul.social_list li a.line span::before {
  -webkit-mask-image: url(img/common/social/logo_line.svg);
  mask-image: url(img/common/social/logo_line.svg);
}
footer #f_bottom .set .social ul.social_list li a.xtwitter span::before {
  -webkit-mask-image: url(img/common/social/logo_x.svg);
  mask-image: url(img/common/social/logo_x.svg);
}
footer #f_bottom .set .social ul.social_list li a.facebook span::before {
  -webkit-mask-image: url(img/common/social/logo_facebook.svg);
  mask-image: url(img/common/social/logo_facebook.svg);
}
footer #f_bottom .set .social ul.social_list li a.threads span::before {
  -webkit-mask-image: url(img/common/social/logo_threads.svg);
  mask-image: url(img/common/social/logo_threads.svg);
}
footer #f_bottom .set .social ul.social_list li a.youtube span::before {
  -webkit-mask-image: url(img/common/social/logo_youtube.svg);
  mask-image: url(img/common/social/logo_youtube.svg);
}
footer #f_bottom .set .social ul.social_list li a.tiktok span::before {
  -webkit-mask-image: url(img/common/social/logo_tiktok.svg);
  mask-image: url(img/common/social/logo_tiktok.svg);
}
footer #f_bottom .set .social ul.social_list li a:hover {
  background: var(--theme03);
  color: var(--theme01);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

article p {
  margin: 1.5em 0;
}
article :is(ul, ol) {
  margin: 2em 0;
  padding-left: 2em;
}
article :is(ul, ol) li {
  margin-top: 0.75em;
}
article.post_article {
  margin: 100px 0;
  color: #333;
}
article.post_article > *:first-child {
  margin-top: 0;
}
article.post_article > *:last-child {
  margin-bottom: 0;
}
article.post_article h2, article.post_article h3, article.post_article h4, article.post_article h5 {
  margin: 2em 0 2em;
  font-family: var(--sans-serif);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--theme01);
}
article.post_article h2 {
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
}
article.post_article h2::before, article.post_article h2::after {
  content: "";
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
article.post_article h2::before {
  width: 100%;
  background: var(--theme03);
}
article.post_article h2::after {
  width: 100px;
  background: var(--theme02);
}
article.post_article h3 {
  padding: 0.25em 0;
  padding-left: calc(1.5em - 8px);
  border-left: 8px solid var(--theme02);
  font-size: 1.5rem;
  font-weight: 400;
}
article.post_article h4 {
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--theme02);
  font-size: 1.25rem;
}
article.post_article h5 {
  padding: 0.25em 0;
  padding-left: calc(1.5em - 4px);
  border-left: 4px solid var(--theme02);
  font-size: 1rem;
}
article.post_article p {
  font-size: 1rem;
  line-height: 1.8;
}
article.post_article ul, article.post_article ol {
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
}
article.post_article ul li, article.post_article ol li {
  padding-left: 3em;
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
}
article.post_article ul li::before, article.post_article ol li::before {
  content: "";
  display: block;
  position: absolute;
}
article.post_article ul > li::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--theme02);
  top: calc(0.9em - 5px);
  left: 1em;
}
article.post_article ol {
  counter-reset: num;
}
article.post_article ol > li {
  counter-increment: num;
}
article.post_article ol > li::before {
  content: counter(num) ".";
  color: var(--theme02);
  font-weight: 600;
  text-align: right;
  width: 2.25em;
  text-indent: 0.5em;
  left: 0;
}
article.post_article figure {
  margin: 60px 0;
}
article.post_article figure figcaption {
  margin: 10px 0 0;
  font-size: 0.75rem;
  color: #666;
}
article.post_article figure img {
  max-width: 100%;
  transition: opacity 0.2s;
}
article.post_article figure a:hover img {
  opacity: 0.8;
}
article.post_article figure iframe[src*="youtube.com"], article.post_article figure iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
article.post_article blockquote {
  margin: 40px 0;
  padding: 40px;
  background: var(--theme03);
  position: relative;
}
article.post_article blockquote::before {
  content: "\e244";
  font-family: material icons;
  font-size: 30px;
  color: var(--theme02);
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
article.post_article blockquote > *:first-child {
  margin-top: 0;
}
article.post_article blockquote > *:last-child {
  margin-bottom: 0;
}
article.post_article blockquote cite {
  color: #666;
  font-size: 0.875rem;
}

#common_header {
  width: 100%;
  height: 200px;
  position: relative;
}
#common_header .set {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#common_header .set h1 {
  margin: 0;
  font-size: 2.25rem;
  font-family: var(--sans-serif);
  font-weight: 600;
  letter-spacing: 0.05em;
}
#common_header .set p.caption {
  margin: 10px 0 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#common_header .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#common_header .bg picture {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
#common_header .bg picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: blur(2px);
  transform: scale(1.1);
}

#pr_contact {
  padding: 40px 0;
  position: relative;
}
#pr_contact .set {
  width: calc(100% - 8vw);
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  z-index: 1;
}
#pr_contact .set article {
  color: #fff;
  text-align: center;
}
#pr_contact .set article h2 {
  margin-top: 0;
  font-weight: 500;
  font-family: var(--sans-serif);
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#pr_contact .set article p {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#pr_contact .set .link {
  margin: 40px 0 0;
  text-align: center;
}
#pr_contact .set .link a {
  padding: 1em 2.5em;
  text-decoration: none;
  color: var(--theme01);
  background: #fff;
  border: 1px solid var(--theme01);
  display: inline-block;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
#pr_contact .set .link a:hover {
  color: #fff;
  background: var(--theme01);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#pr_contact .bg {
  width: 100%;
  height: 100%;
  background: url(img/common/pr_contact.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#pr_contact .bg::before, #pr_contact .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#pr_contact .bg::before {
  background: center no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-image: repeating-linear-gradient(#333, #333 3px, transparent 3px, transparent 6px), url(img/common/pr_contact.jpg);
}
#pr_contact .bg::after {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1024px) {
  header.noback {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
  header.noback::after {
    transition: opacity 0.4s;
  }
  header.noback.active::after {
    opacity: 0;
  }
  header.noback.active .wrap {
    background: none;
  }
  header.noback.active .wrap::before {
    opacity: 0;
  }
  header.noback.active #h_main .ttl h1 a span {
    background-image: url(img/common/logo_full_white.svg);
  }
  header.noback.active #h_nav nav ul.main_nav > li > a, header.noback.active #h_nav nav ul.main_nav > li button {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  header.noback.active #h_nav nav ul.main_nav > li > a span::before, header.noback.active #h_nav nav ul.main_nav > li button span::before {
    background-color: #fff;
  }
  header.noback.active #h_nav nav ul.main_nav > li > a:hover, header.noback.active #h_nav nav ul.main_nav > li > a.active, header.noback.active #h_nav nav ul.main_nav > li button:hover, header.noback.active #h_nav nav ul.main_nav > li button.active {
    color: #fff;
  }
}
@media screen and (max-width: 1023.98px) {
  body {
    padding-top: var(--header-height-sp);
  }
  .float_banner {
    width: 100%;
    left: 0;
    right: inherit;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .float_banner .wrap .set button[data-type=btn_flat_banner] {
    display: block;
  }
  .float_banner .wrap .set ul {
    padding: 4px;
    flex-direction: row;
    gap: 4px;
  }
  .float_banner .wrap .set ul li {
    flex: 1;
  }
  .float_banner .wrap .set ul li a {
    width: auto;
    height: inherit;
    padding: 10px 20px;
    padding-top: 10px;
    display: block;
    gap: 4px;
    background: linear-gradient(to bottom, var(--theme01), var(--theme02));
    text-shadow: 2px 2px 2px var(--theme01);
    writing-mode: inherit;
    border-radius: 0;
    float: inherit;
    position: relative;
  }
  .float_banner .wrap .set ul li a span {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .float_banner .wrap .set ul li a small {
    margin-bottom: 4px;
    margin-left: 0;
    font-size: 0.525rem;
    letter-spacing: 0.1em;
  }
  .float_banner .wrap .set ul li a:hover {
    padding-right: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: var(--theme01);
    background: linear-gradient(to bottom, var(--theme01), var(--theme01));
  }
  .float_banner .wrap .set ul li a::after {
    content: "\e409";
    font-family: material icons;
    text-align: center;
    line-height: 20px;
    color: var(--theme03);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 4px;
    top: calc(50% - 10px);
  }
  button#btn_hnav {
    display: block;
  }
  header {
    height: var(--header-height-sp);
  }
  header.sp #h_nav {
    transition: transform 0.6s ease;
    opacity: 1;
  }
  header .wrap {
    padding: 0;
    justify-content: center;
  }
  header #h_main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header #h_main .ttl h1 a span {
    height: var(--header-height-sp);
  }
  header #h_nav {
    width: 100%;
    height: calc(100vh - var(--header-height-sp));
    position: absolute;
    top: var(--header-height-sp);
    right: 0;
    transform: translate(100%, 0);
    opacity: 0;
    z-index: -100;
  }
  header #h_nav.active {
    opacity: 1;
    z-index: 0;
    transform: translate(0, 0);
  }
  header #h_nav.active .bg {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
    pointer-events: fill;
  }
  header #h_nav .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translate(-100%, 0);
    transition: transform 0.6s ease, opacity 0.4s;
    pointer-events: none;
  }
  header #h_nav nav {
    width: 96vw;
    max-width: 320px;
    margin-left: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    position: relative;
    z-index: 1;
  }
  header #h_nav nav ul {
    flex-direction: column;
  }
  header #h_nav nav ul li a, header #h_nav nav ul li button {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    position: relative;
  }
  header #h_nav nav ul li a::after, header #h_nav nav ul li button::after {
    content: "";
    font-family: material icons;
    text-align: center;
    line-height: 20px;
    color: var(--theme01);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
  }
  header #h_nav nav ul li a::after {
    content: "\e409";
  }
  header #h_nav nav ul li button::after {
    content: "\e313";
    transition: transform 0.4s;
  }
  header #h_nav nav ul li button.active::after {
    transform: rotate(180deg);
  }
  header #h_nav nav ul.main_nav {
    height: 100%;
  }
  header #h_nav nav ul.main_nav > li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
  }
  header #h_nav nav ul.main_nav > li:first-child {
    border-top: 1px solid #eee;
  }
  header #h_nav nav ul.main_nav > li > a, header #h_nav nav ul.main_nav > li button {
    height: inherit;
    padding: 1.25em 1.5em;
    display: block;
    line-height: 1.5;
  }
  header #h_nav nav ul.main_nav > li > a span::before, header #h_nav nav ul.main_nav > li button span::before {
    display: none;
  }
  header #h_nav nav ul.main_nav > li > a:hover, header #h_nav nav ul.main_nav > li > a.active, header #h_nav nav ul.main_nav > li button:hover, header #h_nav nav ul.main_nav > li button.active {
    color: var(--theme01);
  }
  header #h_nav nav ul.main_nav > li .sub {
    position: relative;
    top: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
    background: #fafafa;
  }
  header #h_nav nav ul.main_nav > li .sub::after {
    content: "";
    width: calc(100% + 20px);
    height: 1px;
    left: -10px;
    top: -1px;
    display: block;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  header #h_nav nav ul.main_nav > li .sub ul {
    flex-direction: column;
  }
  header #h_nav nav ul.main_nav > li .sub ul li {
    border-top: 1px solid #e5e5e5;
  }
  header #h_nav nav ul.main_nav > li .sub ul li a, header #h_nav nav ul.main_nav > li .sub ul li button {
    padding: 1.25em 1.5em;
  }
  header #h_nav nav ul.main_nav > li .sub ul li a::before, header #h_nav nav ul.main_nav > li .sub ul li button::before {
    display: none;
  }
  header #h_nav nav ul.main_nav > li .sub ul li a::after, header #h_nav nav ul.main_nav > li .sub ul li button::after {
    right: 10px;
  }
  header #h_nav nav ul.main_nav > li .sub ul li a span, header #h_nav nav ul.main_nav > li .sub ul li button span {
    word-break: inherit;
    white-space: inherit;
  }
  header #h_nav nav ul.main_nav > li .sub ul li a:hover, header #h_nav nav ul.main_nav > li .sub ul li button:hover {
    color: var(--theme01);
  }
  header #h_nav nav ul.main_nav > li .sub ul li a:hover::after, header #h_nav nav ul.main_nav > li .sub ul li button:hover::after {
    right: 10px;
  }
  footer {
    padding-bottom: 200px;
  }
  footer #f_main .set {
    flex-direction: column;
    justify-content: flex-start;
  }
  footer #f_main .set .logo {
    margin: 0 0 60px;
  }
  footer #f_main .set .logo h1 a {
    margin: 0 auto;
  }
  footer #f_main .set .f_nav nav {
    flex-direction: column;
    gap: 0;
  }
  footer #f_main .set .f_nav nav ul {
    width: 100%;
    max-width: 767.68px;
    margin: 0 auto;
  }
  footer #f_main .set .f_nav nav ul li {
    border-bottom: 1px solid var(--theme02);
  }
  footer #f_main .set .f_nav nav ul li a {
    padding: 1em 0.75em;
    position: relative;
  }
  footer #f_main .set .f_nav nav ul li a::after {
    content: "\e409";
    font-family: material icons;
    text-align: center;
    line-height: 20px;
    color: var(--theme03);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
  }
  footer #f_main .set .f_nav nav ul li .ttl {
    margin-top: 10px;
    padding: 0.5em;
  }
  footer #f_main .set .f_nav nav ul li ul li:last-child {
    border-bottom: none;
  }
  footer #f_main .set .f_nav nav ul li.span {
    display: none;
  }
  footer #f_bottom .set {
    padding-top: 0;
    flex-direction: column-reverse;
    justify-content: center;
    border-top: none;
  }
  footer #f_bottom .set .copy {
    margin-top: 60px;
  }
  footer #f_bottom .set .copy p {
    text-align: center;
  }
  footer #f_bottom .set .social ul.social_list {
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .onlyPC {
    display: none;
  }
}
::-moz-placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}

input[type=text], input[type=email], input[type=tel], input[type=date], textarea, select {
  width: 100%;
  padding: 0.75em 0.75em;
  display: block;
  font-size: 1rem;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  background: #f5f5f5;
  transition: background 0.2s, border-color 0.2s;
}
input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=date]:hover, textarea:hover, select:hover {
  background: #fafafa;
  border-color: #e5e5e5;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=date]:focus, textarea:focus, select:focus {
  outline: none;
  background: #fafafa;
  border-color: #999;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.select_wrap {
  position: relative;
}
.select_wrap::before {
  content: "\e5c5";
  font-family: material icons;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  pointer-events: none;
}

textarea {
  height: 100px;
  resize: vertical;
}

input[type=submit], button[type=submit] {
  width: 100%;
  height: 50px;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background: #333;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}
input[type=submit]:hover, button[type=submit]:hover {
  background: var(--theme01);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

ul.form_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
ul.form_list > li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
ul.form_list > li.submit {
  margin-top: 40px;
  text-align: center;
  display: block;
}
ul.form_list > li.submit input[type=submit], ul.form_list > li.submit button[type=submit] {
  margin: 0 auto;
}
ul.form_list > li.policy {
  margin-top: 40px;
  text-align: center;
  display: block;
}
ul.form_list > li.policy p {
  margin: 0 0 20px;
  font-size: 0.875rem;
}
ul.form_list > li .ttl label {
  width: inherit;
  padding: 0.5em 0;
  padding-right: 40px;
  display: block;
  position: relative;
  font-size: 0.875rem;
}
ul.form_list > li .ttl label span {
  display: inline-block;
}
ul.form_list > li .ttl label.required::after {
  content: "※";
  color: var(--red01);
  line-height: 1rem;
  font-size: 0.75rem;
  font-weight: 900;
  margin-left: 0.5em;
  display: inline-block;
}
ul.form_list > li .input {
  flex: 1;
}
ul.form_list > li .input ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.form_list > li .input ul + ul {
  margin-top: 10px;
}
ul.form_list > li .input ul.name_set {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
ul.form_list > li .input ul.name_set li {
  flex: 1;
}
ul.form_list > li .input ul.sub_set {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
ul.form_list > li .input ul.sub_set li.zip input[type=text] {
  width: 200px;
}

.form_set p.caption {
  margin: 0;
}

#form .wrap {
  padding: 0 4vw;
  background: #fafafa;
  display: flex;
  flex-direction: row;
  gap: 4vw;
}
#form .wrap .top {
  flex: 1;
  max-width: 640px;
  height: 100%;
  position: sticky;
  top: 200px;
}
#form .wrap .top .inner {
  margin: 0 0 100px;
}
#form .wrap .top .inner article {
  margin: 60px 0;
}
#form .wrap .top .inner .tel h2 {
  margin: 0 0 1em;
  font-size: 1.25rem;
}
#form .wrap .top .inner .tel .set a {
  text-decoration: none;
  color: var(--theme01);
  font-size: 2rem;
  font-family: var(--serif);
  font-weight: 600;
}
#form .wrap .top .inner .tel .set p {
  margin: 0;
}
#form .wrap .main {
  flex: 1;
}
#form .wrap .main .inner {
  width: calc(100% - 20px);
  max-width: 640px;
  min-width: 540px;
  margin-left: auto;
  padding: 40px 4vw 100px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 0px 10px -10px rgba(0, 0, 0, 0.2), -10px 0px 10px -10px rgba(0, 0, 0, 0.2);
}

/* wpcf7 */
:where(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
:where(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) label {
  padding: 10px 16px;
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
  display: inline-block;
  border-radius: 20px;
  background: #f5f5f5;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
:where(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) label input[type=radio], :where(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) label input[type=checkbox] {
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: 16px;
}
:where(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) label:hover {
  background: var(--theme02);
  color: var(--theme03);
}

.wpcf7-acceptance {
  justify-content: center;
}

@media screen and (max-width: 1023.98px) {
  #form .wrap {
    padding: 4vw 4vw 0;
    background: #fafafa;
    flex-direction: column;
    gap: 60px;
  }
  #form .wrap .top {
    width: calc(100% - 20px);
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
  #form .wrap .top .inner {
    margin: 0;
  }
  #form .wrap .top .inner article {
    margin: 40px 0;
  }
  #form .wrap .main {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  #form .wrap .main .inner {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
    padding: 10px 4vw 100px;
  }
  /* wpcf7 */
  :where(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) {
    flex-direction: column;
    gap: 4px;
  }
  :where(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance):not(.wpcf7-acceptance) label {
    width: 100%;
  }
  :where(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) span.wpcf7-list-item {
    width: 100%;
    display: inline-block;
  }
}
/* Download Manager
https: //ja.wordpress.org/plugins/download-manager/ */
.w3eden .media {
  align-items: center;
}
.w3eden .wpdm-download-link.btn.btn-primary {
  text-decoration: none;
}
.w3eden h3 a {
  text-decoration: none;
  color: #111;
  pointer-events: none;
}
.w3eden .text-muted {
  margin-top: 5px;
}

* {
  box-sizing: border-box;
}

:root {
  --sans-serif: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --serif: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --blue01: #1967d2;
  --blue01rgb: 25,103,210;
  --blue02: #195ab4;
  --blue02rgb: 25,90,180;
  --red01: #af1e2b;
  --red01rgb: 175,30,43;
  --gray: #f8f9fa;
  --theme01: #A858A8;
  --theme01rgb: 174,117,175;
  --theme02: #B879B8;
  --theme02rgb: 184,121,184;
  --theme03: #F6EEF6;
  --theme03rgb: 246,238,246;
  --header-height-pc: 80px;
  --header-height-sp: 60px;
  --main-margin-bottom-pc: 200px;
  --main-margin-bottom-sp: 100px;
  --main-margin-top-pc: 100px;
  --main-margin-top-sp: 60px;
}/*# sourceMappingURL=style.css.map */