@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
  scroll-behavior: initial;
  background: #000;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 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;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[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-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
body {
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #333333;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
  background-color: #000;
}

@media screen and (min-width: 835px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: visible;
  padding: 0 20px;
}

.sec-bottom {
  margin-bottom: 50px;
}

@media screen and (min-width: 835px) {
  .sec-bottom {
    margin-bottom: 100px;
  }
}

iframe {
  display: block;
  width: 100%;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f7f7f7;
}

@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

section {
  z-index: 2;
  position: relative;
}

.l-header {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  z-index: 100;
  opacity: 0.9;
}

.l-header::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("../images/icon-header_bottom.png") no-repeat center/cover;
}

.l-header .header-body {
  max-width: 1200px;
  margin: 0 auto;
}

.l-header .header-body .header-flex {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header .header-body .header-flex .logo {
  width: 160px;
  padding: 6px 10px;
}

@media screen and (min-width: 835px) {
  .l-header .header-body .header-flex .logo {
    width: 200px;
    padding: 10px 0;
  }
}

.l-header .header-body .header-flex .nav {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 60px;
}

@media screen and (min-width: 835px) {
  .l-header .header-body .header-flex .nav {
    height: 67px;
  }
}

.l-header .header-body .header-flex .nav .main-link {
  line-height: 1.4;
  text-align: center;
  padding-bottom: 10px;
  display: none;
}

@media screen and (min-width: 835px) {
  .l-header .header-body .header-flex .nav .main-link {
    display: flex;
    gap: 20px;
    line-height: 1;
    padding-top: 20px;
    align-items: center;
    height: 100%;
  }
}

@media screen and (min-width: 835px) {
  .l-header .header-body .header-flex .nav .main-link .link {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.l-header .header-body .header-flex .nav .main-link .link a {
  display: block;
  color: #fff;
}

@media screen and (min-width: 835px) {
  .l-header .header-body .header-flex .nav .main-link .link .base {
    padding-left: 40px;
    position: relative;
  }

  .l-header .header-body .header-flex .nav .main-link .link .base::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 45px;
    background: url("../images/logo-base.png") no-repeat center/contain;
  }
}

.l-header .header-body .header-flex .nav .main-link .has-child {
  position: relative;
}

.l-header .header-body .header-flex .nav .main-link .has-child .child-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  z-index: 50;
}

.l-header .header-body .header-flex .nav .main-link .has-child .child-list li a {
  display: block;
  padding: 10px 16px;
  color: #fff;
}

.l-header .header-body .header-flex .nav .main-link .has-child .child-list li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.l-header .header-body .header-flex .nav .main-link .has-child:hover .child-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-header .burger {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 28px;
  z-index: 100;
  padding: 0 12px 0 0px;
  border-radius: 0 0 0 7px;
  position: relative;
}

@media screen and (min-width: 835px) {
  .l-header .burger {
    padding: 0 6px;
  }
}

.l-header .burger span {
  background: #fff;
  display: block;
  height: 3px;
  margin: 6px 0;
  transition: 0.3s;
}

.l-header .burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.l-header .burger.active span:nth-child(2) {
  opacity: 0;
}

.l-header .burger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.l-header .nav-burger {
  position: absolute;
  top: 47px;
  right: 0;
  width: 260px;
  background: rgba(0, 0, 0, 0.95);
  padding: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

@media screen and (min-width: 835px) {
  .l-header .nav-burger {
    top: 51px;
    right: 0;
  }
}

.l-header .nav-burger.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-header .nav-burger .burger-link li a,
.l-header .nav-burger .burger-link li .title {
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}

.l-header .nav-burger .burger-link li.has-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.bg-subpage {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  background-image: url("../images/top_backpattern_faq.jpg");
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden;
}

.bghas-icon_top {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 835px) {
  .bghas-icon_top::before {
    content: "";
    position: absolute;
    right: -7%;
    top: -5%;
    width: 600px;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/bg-icon_top_r.png");
  }

  .bghas-icon_top::after {
    content: "";
    position: absolute;
    left: -10%;
    top: 39%;
    width: 600px;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/bg-icon_top_l.png");
  }
}

.bghas-icon_bottom {
  position: relative;
}

@media screen and (min-width: 835px) {
  .bghas-icon_bottom::before {
    content: "";
    position: absolute;
    left: -7%;
    top: 20%;
    width: 500px;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/bg-icon_ bottom_l.png");
  }

  .bghas-icon_bottom::after {
    content: "";
    position: absolute;
    right: -12%;
    bottom: -10%;
    width: 700px;
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/bg-icon_ bottom_r.png");
  }
}

.bghas-icon_about {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 835px) {
  .bghas-icon_about::before {
    content: "";
    position: absolute;
    left: -8%;
    top: -3%;
    width: 600px;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/bg-icon_top_l-02.png");
  }

  .bghas-icon_about::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -2%;
    width: 600px;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/bg-icon_ bottom_r-02.png");
  }
}

.l-footer {
  margin-top: -4px;
  position: relative;
  padding-bottom: 55px;
}

@media screen and (min-width: 835px) {
  .l-footer {
    padding-bottom: 83px;
  }
}

.l-footer .bg-footer {
  background: url("../images/bg-footer.png") no-repeat center/cover;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}

.l-footer .bg-footer .logo {
  margin-bottom: 50px;
  text-align: center;
  margin-top: 20px;
}

.l-footer .bg-footer .logo img {
  max-width: 180px;
  height: auto;
}

.l-footer .bg-footer .nav-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
  max-width: 800px;
  margin: 0 auto;
}

.l-footer .bg-footer .nav-grid ul li {
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
}

@media screen and (min-width: 835px) {
  .l-footer .bg-footer .nav-grid ul li.indent {
    text-indent: 1em;
  }
}

.l-footer .bg-footer .nav-grid ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
}

.l-footer .bg-footer p {
  font-size: 12px;
  opacity: 0.8;
  line-height: 1.4;
  margin-top: 24px;
}

@media screen and (min-width: 835px) {
  .l-footer .bg-footer {
    text-align: left;
    padding: 80px 40px;
  }

  .l-footer .bg-footer .logo {
    margin-bottom: 40px;
    margin-top: 24px;
  }

  .l-footer .bg-footer .nav-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }

  .l-footer .bg-footer p {
    text-align: center;
  }
}

.l-footer .go-top {
  display: none;
}

@media screen and (min-width: 835px) {
  .l-footer .go-top {
    display: block;
    position: fixed;
    bottom: 75px;
    right: 10px;
    width: 150px;
    z-index: 10;
  }
}

.l-footer .common-cta {
  position: fixed;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 9;
  display: none;
  ;
}

@media screen and (min-width: 835px) {
  .l-footer .common-cta {
    display: block;
  }
}

.l-footer .common-cta .text {
  display: none;
}

.l-footer .common-cta .btn-wrap .btn-cta__l {
  display: none;
}

@media screen and (min-width: 835px) {
  .l-footer .common-cta .btn-wrap .btn-cta__l {
    display: block;
    bottom: 20px;
  }
}

.l-footer .common-cta .btn-wrap .btn-cta__r {
  padding: 10px;
}

@media screen and (min-width: 835px) {
  .l-footer .common-cta .btn-wrap .btn-cta__r {
    padding: 0px;
    bottom: 20px;
  }
}

body.page-home .mv {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  color: #f4efb1;
  text-align: center;
}

body.page-home .mv .bg-mv {
  background: url(../images/top_back_001.png) no-repeat top / 120%, url(../images/top_backpattern_01.jpg) repeat top / 100%;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 835px) {
	body.page-home .mv .bg-mv {
	  background: url(../images/top_back_01.png) no-repeat top / 100%, url(../images/top_backpattern_01.jpg) repeat top / 100%;
	}
}

@supports (-webkit-touch-callout: none) {
  body.page-home .mv .bg-mv {
    background-attachment: scroll;
  }
}

body.page-home .mv .mv-head {
  margin: 100px auto;
}

body.page-home .mv .mv-head h2 {
  font-size: clamp(30px, 5vw, 72px);
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
}

body.page-home .mv .mv-head h2 span {
  display: inline-block;
  width: 50%;
  height: 45px;
  margin-right: 10px;
  border: 2.5px solid #f4efb1;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 835px) {
  body.page-home .mv .mv-head h2 span {
    height: 60px;
    margin-right: 20px;
    border: 3.5px solid #f4efb1;
    width: 20%;
  }
}

body.page-home .mv .mv-head p {
  font-size: clamp(20px, 4vw, 36px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
}

body.page-home .mv .mv-head .common-cta::after,
body.page-home .mv .mv-head .common-cta::before {
  display: none;
}

body.page-home .mv .mv-head .common-cta .btn-wrap {
  justify-content: center;
}

body.page-home .mv .solution-block {
  margin-bottom: 158px;
}

body.page-home .mv .solution-block .title {
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
}

body.page-home .mv .solution-block .text {
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
  text-align: left;
  padding: 0 0 0 1em;
  width: 90%;
  margin-inline: auto;
}

body.page-home .mv .solution-block .text li {
  list-style: disc;
  line-height: 1.4;
  margin: 0 0 17px;
}

body.page-home .mv .solution-block span {
  font-size: clamp(26px, 2vw, 30px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
  display: block;
  margin-top: 56px;
}

@media screen and (min-width: 835px) {
  body.page-home .mv .solution-block .text {
    text-align: center;
  }
}

body.page-home .mv .solution-block .text span {
  font-size: clamp(20px, 4vw, 42px);
}

body.page-home .mv .reason-block {
  margin-bottom: 100px;
}

body.page-home .mv .reason-block .sec-title {
  height: 120px;
  background-image: url(/wp-content/uploads/2026/05/SP_title_obi_01_sample3.png);
}

@media screen and (min-width: 835px) {
  body.page-home .mv .reason-block .sec-title {
    height: 100px;
    background-image: url(../images/icon-sectitle.png);
  }
}

body.page-home .mv .reason-block .card-grid {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 835px) {
  body.page-home .mv .reason-block .card-grid {
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

body.page-home .mv .reason-block .card-grid li {
  text-align: center;
  /* background: url("../images/reason-frame.png") no-repeat center/cover; */
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  width: 80%;
  height: 375px;
  margin: 0 auto;
}

@media screen and (min-width: 835px) {
  body.page-home .mv .reason-block .card-grid li {
    width: calc(33.333% - 20px);
    height: auto;
    aspect-ratio: 265/365;
    margin: 0;
    auto;
  }
}

body.page-home .mv .reason-block .card-grid .title {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  line-height: 1.4;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 835px) {
  body.page-home .mv .reason-block .card-grid .title {
    font-size: 30px;
  }
}

body.page-home .mv .reason-block .card-grid .title::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 160px;
  height: 16px;
  background: url("../images/reason-frame_icon.png") no-repeat center/cover;
}

body.page-home .mv .reason-block .card-grid p {
  line-height: 1.6;
  font-size: clamp(16px, 3vw, 22px);
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 835px) {
  body.page-home .mv .reason-block .card-grid p {
    text-align: left;
    width: 300px;
    margin: 0 auto;
  }
}

body.page-home .mv .reason-block .card-grid .img img {
  width: 30%;
}

@media screen and (min-width: 835px) {
  body.page-home .mv .reason-block .card-grid .img img {
    width: auto;
  }
}
body.page-home .bg-home_type {
  position: relative;
}
body.page-home .bg-home_type .bg {
  background: url("../images/top_backpattern_01.jpg") repeat top/100%;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  body.page-home .bg-home_type .bg {
    background-attachment: scroll;
  }
}

body.page-home .bg-home_plan {
  margin-top: -4px;
  padding: 20px 0 60px;
  background: url("../images/top_backpattern_plan.jpg") repeat top/100%;
  position: relative;
}

@media screen and (min-width: 835px) {
  body.page-home .bg-home_plan {
    padding: 100px 0 60px;
  }
}

body.page-home .bg-home_plan .title-sub {
  color: #f4efb1;
  text-shadow: 0 2px 2px rgba(4, 0, 0, 0.6), 0 4px 6px rgba(4, 0, 0, 0.5), 0 8px 12px rgba(4, 0, 0, 0.4), -2px -2px 2px rgba(4, 0, 0, 0.6);
}

body.page-home .bg-home_plan .title-sub::after {
  background: url("../images/icon-hometitle_sub.png") no-repeat center/contain;
}

body.page-home .bg-home_plan .card-grid {
  color: #f4efb1;
  gap: 20px;
}

@media screen and (min-width: 835px) {
  body.page-home .bg-home_plan .card-grid {
    gap: 10px;
  }
}

body.page-home .bg-home_plan .card-grid li {
  /* background: url("../images/bg-home_card.png") no-repeat center/cover; */
}

body.page-home .bg-home_plan .card-grid li .title {
  position: relative;
}

body.page-home .bg-home_plan .card-grid li .title::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 160px;
  height: 16px;
  background: url("../images/icon-home_card.png") no-repeat center/cover;
}

body.page-home .bg-home_case {
  /* 
  background: url("../images/top_backpattern_case.jpg") no-repeat top/cover;
  */
  background: url("../images/top_backpattern_faq.jpg") repeat top/100%;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  body.page-home .bg-home_case {
    background-attachment: scroll;
  }
}

body.page-home .bg-home_case .sec-title,
.s-case .sec-title {
  background-image: url("/wp-content/uploads/2026/05/SP_title_obi_02_sample2.png");
  height: 96px;
  background-size: 100%;
}

@media screen and (min-width: 835px) {

  body.page-home .bg-home_case .sec-title,
  .s-case .sec-title {

    background-image: url(../images/icon-sectitle.png);
    height: 100px;
    background-size: contain;
  }
}

body.page-home .bg-home_case .bg-subpage {
  background-image: none;
}

body.page-home .bg-home_case .company-block {
  text-align: center;
}

body.page-home .bg-home_case .company-block p {
  line-height: 1.8;
  margin-bottom: 24px;
}

@media screen and (min-width: 835px) {
  body.page-home .bg-home_case .company-block p {
    font-size: 24px;
    margin-bottom: 100px;
  }
}

body.page-home .bg-home_case .title-sub h2 {
  font-size: 26px;
}

@media screen and (min-width: 835px) {
  body.page-home .bg-home_case .title-sub h2 {
    font-size: 42px;

  }
}

body.page-home .s-type_selector {
  padding: 80px 0;
  background: url("../images/bg-type_selector.png") repeat top/1000px;
  position: relative;
}

body.page-home .s-type_selector::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("../images/icon-border_cta.png") no-repeat center/cover;
}

body.page-home .s-type_selector::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("../images/icon-border_cta.png") no-repeat center/cover;
}

body.page-home .s-type_selector .img-title {
  max-width: 660px;
  margin: 0 auto 60px;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;

}

body.page-home .s-type_selector .img-title .sumaho2 {
  text-align: center;
  color: #f4efb1;
}

body.page-home .s-type_selector .img-title .sumaho2 span {
  font-size: 16px;
  display: block;
  margin: 0 0 7px;
}


body.page-home .s-type_selector .img-title .sumaho2 h3 {
  font-size: 24px;
  background-image: url(/wp-content/uploads/2026/05/SP_title_obi_03_sample2-1.png);
  background-size: cover;
  width: 100%;
  aspect-ratio: 600 / 150;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-home .s-type_selector .selector-form {
  max-width: 800px;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

body.page-home .s-type_selector .selector-form__item {
  width: 100%;
}

body.page-home .s-type_selector .selector-form__label {
  font-size: clamp(13px, 2vw, 24px);
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

body.page-home .s-type_selector .selector-form .select-container {
  position: relative;
}

body.page-home .s-type_selector .selector-form .select-container::after {
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #7c151a;
  pointer-events: none;
}

body.page-home .s-type_selector .selector-form__select {
  width: 100%;
  padding: 14px 20px;
  background: #e1e1e1;
  border-radius: 2px;
  font-size: clamp(14px, 2vw, 21px);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 10px;
}

body.page-home .s-type_selector .selector-form__select:focus {
  outline: none;
  border-color: rgb(80.3862068966, 13.6137931034, 16.8551724138);
}

body.page-home .s-type_selector .selector-form__arrow {
  font-size: 28px;
  color: #7c151a;
  line-height: 1;
  margin-top: -8px;
}

body.page-home .s-type_selector .selector-result {
  max-width: 800px;
  margin: 0 auto;
}

body.page-home .s-type_selector .selector-result__label {
  text-align: center;
  font-size: clamp(14px, 2vw, 32px);
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

body.page-home .s-type_selector .selector-result__empty {
  text-align: center;
  font-size: clamp(13px, 2vw, 15px);
  color: rgba(255, 255, 255, 0.6);
  padding: 40px 20px;
}

body.page-home .s-type_selector .selector-card {
  margin-bottom: 15px;
}

body.page-home .s-type_selector .selector-card[hidden] {
  display: none;
}

body.page-home .s-type_selector .selector-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #7c151a;
  border: 1px solid #f4efb1;
  color: #f4efb1;
  padding: 16px 20px;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.3s ease;
}

body.page-home .s-type_selector .selector-card__header:hover {
  opacity: 0.85;
}

body.page-home .s-type_selector .selector-card__header[aria-expanded=true] .selector-card__chevron {
  transform: rotate(180deg);
}

body.page-home .s-type_selector .selector-card__title {
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

body.page-home .s-type_selector .selector-card__chevron {
  flex-shrink: 0;
  margin-left: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #f4efb1;
  transition: transform 0.3s ease;
}

body.page-home .s-type_selector .selector-card__body {
  background: #fff;
  border: 1px solid rgba(124, 21, 26, 0.2);
  border-top: none;
}

body.page-home .s-type_selector .selector-card__body[hidden] {
  display: none;
}

body.page-home .s-type_selector .selector-card__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

@media screen and (min-width: 835px) {
  body.page-home .s-type_selector .selector-card__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
  }
}

body.page-home .s-type_selector .selector-card__img {
  flex-shrink: 0;
  width: 240px;
  height: 136px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  background: #f0f0f0;
}

body.page-home .s-type_selector .selector-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.page-home .s-type_selector .selector-card__text {
  flex: 1;
}

body.page-home .s-type_selector .selector-card__text p {
  font-size: clamp(16px, 2vw, 18px);
  color: #444;
  line-height: 1.7;
  margin-bottom: 12px;
  text-align: left;
}

body.page-home .s-type_selector .selector-card__btn {
  display: block;
  width: fit-content;
  background: #7c151a;
  color: #f4efb1;
  font-size: clamp(14px, 2vw, 16px);
  padding: 10px 32px;
  border-radius: 2px;
  transition: opacity 0.3s ease;
  letter-spacing: 0.2em;
  margin-inline: auto;
}

body.page-home .s-type_selector .selector-card__btn:hover {
  opacity: 0.8;
  color: #f4efb1;
}

@media screen and (min-width: 835px) {
  body.page-home .s-type_selector .selector-card__btn {
    margin-left: auto;
    margin-right: inherit;
  }
}

body.page-home .s-home-faq {
  margin-top: -4px;
  padding: 100px 0;
  background: url("../images/top_backpattern_faq.jpg") repeat top/100%;
  position: relative;
}

body.page-home .s-home-faq .common-btn {
  margin-top: 60px;
}

body.page-home .s-home_event {
  padding: 60px 0;
  background: url("../images/top_backpattern_event.jpg") repeat top/100%;
  position: relative;
}

body.page-home .s-home_event .event-post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

@media screen and (min-width: 835px) {
  body.page-home .s-home_event .event-post {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }
}

body.page-home .s-home_event .event-post li {
  aspect-ratio: 1/1;
  background: #ccc;
}

body.page-home .s-home_event .event-post li a {
  display: block;
  width: 100%;
  height: 100%;
}

body.page-home .s-home_event .common-btn {
  border: 1px solid #f4efb1;
}

body.single-event {
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
  background-image: url(../images/bg-subpage.png);
}

#article_header {
  background: transparent;
  border: none;
}

#post_date {
  display: none;
}

#previous_next_post_image a {
  background: #FFF;
}

body.single-event .tcd-pb-row.row1 {
  background-color: transparent !important;
}

body.single-event #main_col {
  justify-content: center;
}

body.single .s-single .inner {
  max-width: 744px;
  margin: 32px auto 98px;
  padding: 10px;
}

body.single .s-single .inner .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0 24px;
}

body.single .s-single .inner .title-sub {
  font-weight: 700;
  margin-bottom: 24px;
}

body.single .s-single .inner .img {
  max-width: 744px;
}

body.single .s-single .inner .content-body {
  margin-top: 32px;
}

body.single .s-single .inner .content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}

body.single .s-single .inner .content-body p:last-child {
  margin-bottom: 48px;
}

body.single .s-single .inner .cards time {
  font-size: 14px;
}

body.single .s-single .inner .cards .title {
  font-size: 16px;
}

body.single .s-single .single-nav {
  margin-bottom: 40px;
}

body.single .s-single .single-nav .nav-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 16px;
  border-radius: 5px;
}

body.single .s-single .single-nav .nav-links a {
  padding: 0 16px;
  position: relative;
}

body.single .s-single .single-nav .nav-links .prev-link a::before,
body.single .s-single .single-nav .nav-links .next-link a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

body.single .s-single .single-nav .nav-links .prev-link a::before {
  content: "<";
  left: 0;
}

body.single .s-single .single-nav .nav-links .next-link a::after {
  content: ">";
  right: 0;
}

body.page-team-building .s-about_type .intro,
body.page-recreation .s-about_type .intro,
body.page-learning .s-about_type .intro,
body.page-attracting-customers .s-about_type .intro {
  line-height: 1.6;
  font-size: clamp(16px, 3vw, 26px);
  margin-bottom: 60px;
  margin-top: 49px;
}

body.page-team-building .s-about_type .grid-cont,
body.page-recreation .s-about_type .grid-cont,
body.page-learning .s-about_type .grid-cont,
body.page-attracting-customers .s-about_type .grid-cont {
  gap: 10px;
}

@media screen and (min-width: 835px) {

  body.page-team-building .s-about_type .grid-cont,
  body.page-recreation .s-about_type .grid-cont,
  body.page-learning .s-about_type .grid-cont,
  body.page-attracting-customers .s-about_type .grid-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

body.page-team-building .s-about_type .grid-cont .box,
body.page-recreation .s-about_type .grid-cont .box,
body.page-learning .s-about_type .grid-cont .box,
body.page-attracting-customers .s-about_type .grid-cont .box {
  /* background: #959595; */
  /* height: 100px; */
  margin-bottom: 20px;
  width: 80%;
  margin-inline: auto;
}

@media screen and (min-width: 835px) {

  body.page-team-building .s-about_type .grid-cont .box,
  body.page-recreation .s-about_type .grid-cont .box,
  body.page-learning .s-about_type .grid-cont .box,
  body.page-attracting-customers .s-about_type .grid-cont .box {
    /* height: 304px; */
    width: 100%;
  }
}

.s-flow_type .sec-title,
.s-about_type .sec-title {
  background-image: url(/wp-content/uploads/2026/05/SP_title_obi_02_sample2.png);
  background-size: 100%;
  height: 79px;

}

@media screen and (min-width: 835px) {

  .s-about_type .sec-title,
  .s-flow_type .sec-title {
    background-image: url(../images/icon-sectitle.png);
    height: 100px;
    background-size: contain;
  }
}

body.page-team-building .sec-merit_type .bg-merit,
body.page-recreation .sec-merit_type .bg-merit,
body.page-learning .sec-merit_type .bg-merit,
body.page-attracting-customers .sec-merit_type .bg-merit {
  position: relative;
  width: 100%;
  max-width: 1000px;
  aspect-ratio: auto;
  padding: 0px 20px 80px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2026/05/bg-merit_PC.png");
}

@media screen and (min-width: 835px) {

  body.page-team-building .sec-merit_type .bg-merit,
  body.page-recreation .sec-merit_type .bg-merit,
  body.page-learning .sec-merit_type .bg-merit,
  body.page-attracting-customers .sec-merit_type .bg-merit {
    aspect-ratio: 1030/1100;
    padding: 0;
    background-size: contain;
  }
}

body.page-team-building .sec-merit_type .bg-merit>*,
body.page-recreation .sec-merit_type .bg-merit>*,
body.page-learning .sec-merit_type .bg-merit>*,
body.page-attracting-customers .sec-merit_type .bg-merit>* {
  position: relative;
  z-index: 1;
}

body.page-team-building .sec-merit_type .title-merit,
body.page-recreation .sec-merit_type .title-merit,
body.page-learning .sec-merit_type .title-merit,
body.page-attracting-customers .sec-merit_type .title-merit {
  display: inline-block;
  margin: clamp(80px, 6vw, 70px) 0 20px;
  width: min(483px, 90%);
  padding: clamp(30px, 6vw, 67px) clamp(40px, 9vw, 90px);
  background: url("../images/title-merit.png") no-repeat center/contain;
}

body.page-team-building .sec-merit_type .title-merit h2,
body.page-recreation .sec-merit_type .title-merit h2,
body.page-learning .sec-merit_type .title-merit h2,
body.page-attracting-customers .sec-merit_type .title-merit h2 {
  font-size: clamp(20px, 5.5vw, 36px);
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (min-width: 835px) {

  body.page-team-building .sec-merit_type .title-merit h2,
  body.page-recreation .sec-merit_type .title-merit h2,
  body.page-learning .sec-merit_type .title-merit h2,
  body.page-attracting-customers .sec-merit_type .title-merit h2 {
    font-size: clamp(18px, 2rem + 1vw, 36px);
  }
}

body.page-team-building .sec-merit_type .text,
body.page-recreation .sec-merit_type .text,
body.page-learning .sec-merit_type .text,
body.page-attracting-customers .sec-merit_type .text {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: clamp(16px, 3vw, 30px);
  text-align: left;
  padding: 0 0 0 .8em;
  max-width: 90%;
}

body.page-team-building .sec-merit_type .text li,
body.page-recreation .sec-merit_type .text li,
body.page-learning .sec-merit_type .text li,
body.page-attracting-customers .sec-merit_type .text li {
  list-style: disc;
  line-height: 1.5;
  margin-bottom: 10px;
}

body.page-team-building .sec-merit_type .text span,
body.page-recreation .sec-merit_type .text span,
body.page-learning .sec-merit_type .text span,
body.page-attracting-customers .sec-merit_type .text span {
  background: linear-gradient(transparent 55%, #faed00 55%);
  line-height: 1.0;
  margin: 0 0 1.5em;
}

body.page-team-building .sec-merit_type .title-merit_sub,
body.page-recreation .sec-merit_type .title-merit_sub,
body.page-learning .sec-merit_type .title-merit_sub,
body.page-attracting-customers .sec-merit_type .title-merit_sub {
  position: relative;
  display: inline-block;
  margin-bottom: 38px;
}

body.page-team-building .sec-merit_type .title-merit_sub h3,
body.page-recreation .sec-merit_type .title-merit_sub h3,
body.page-learning .sec-merit_type .title-merit_sub h3,
body.page-attracting-customers .sec-merit_type .title-merit_sub h3 {
  font-size: clamp(20px, 5.5vw, 36px);
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
}

body.page-team-building .sec-merit_type .title-merit_sub::after,
body.page-recreation .sec-merit_type .title-merit_sub::after,
body.page-learning .sec-merit_type .title-merit_sub::after,
body.page-attracting-customers .sec-merit_type .title-merit_sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: clamp(280px, 80vw, 558px);
  height: 19px;
  background: url("../images/title-merit_sub.png") no-repeat center/contain;
}

body.page-team-building .sec-merit_type .text-sub,
body.page-recreation .sec-merit_type .text-sub,
body.page-learning .sec-merit_type .text-sub,
body.page-attracting-customers .sec-merit_type .text-sub {
  line-height: 1.8;
  font-size: clamp(14px, 3vw, 24px);
  text-align: left;
  color: #666666;
}

body.page-about-riddletimez .intro-block {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

body.page-about-riddletimez .intro-block p {
  text-align: center;
  font-size: clamp(16px, 2vw, 34px);
  line-height: 1.6;
}

body.page-about-riddletimez .profile-block ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

@media screen and (min-width: 835px) {
  body.page-about-riddletimez .profile-block ul {
    grid-template-columns: 1fr 1fr;
  }
}

body.page-about-riddletimez .profile-block ul li {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  font-size: 16px;
}

@media screen and (min-width: 835px) {
  body.page-about-riddletimez .profile-block ul li {
    display: flex;
    flex-direction: column;
  }
}

body.page-about-riddletimez .profile-block ul li .img {
  margin-bottom: 16px;
  width: 90%;
  margin: 0 auto 40px;
}

body.page-about-riddletimez .profile-block ul li .img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

body.page-about-riddletimez .profile-block ul li .name {
  font-weight: bold;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto 12px;
}

@media screen and (min-width: 835px) {
  body.page-about-riddletimez .profile-block ul li .name {
    font-size: 20px;
  }
}

body.page-about-riddletimez .profile-block ul li .name span {
  font-size: 12px;
}

@media screen and (min-width: 835px) {
  body.page-about-riddletimez .profile-block ul li .name span {
    font-size: 14px;
  }
}

body.page-about-riddletimez .profile-block ul li p {
  line-height: 1.75;
  width: 90%;
  margin: 0 auto 35px;
}

@media screen and (min-width: 835px) {
  body.page-about-riddletimez .profile-block ul li p {
    font-size: 16px;
    flex: 1;
  }
}

body.page-about-riddletimez .profile-block ul li .btn-wrap .btn {
  display: block;
  padding: 16px 16px;
  font-size: 12px;
  text-align: center;
  background: #000;
  color: #ffffff;
  line-height: 1.4;
  max-width: 372px;
  margin: 0 auto 20px;
}

body.page-about-riddletimez .profile-block ul li .btn-wrap .btn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 835px) {
  body.page-about-riddletimez .profile-block ul li .btn-wrap {
    min-height: 127px;
  }

  body.page-about-riddletimez .profile-block ul li .btn-wrap .btn {
    font-size: 14px;
  }
}

body.page-about-riddletimez .profile-block ul li .btn-wrap .btn img {
  width: 60px;
  vertical-align: middle;
}

body.page-about-riddletimez .profile-block .btnsns-wrap {
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: center;
}

body.page-about-riddletimez .profile-block .btnsns-wrap .btn {
  display: block;
  text-align: center;
  padding: 25px 24px;
  background: #000;
  color: #ffffff;
  max-width: 372px;
  margin: 0 auto 20px;
}

body.page-about-riddletimez .profile-block .btnsns-wrap .btn:last-child {
  margin-bottom: 0;
}

body.page-about-riddletimez .profile-block .btnsns-wrap .btn__line {
  background: #06c755;
}

body.page-about-riddletimez .company-block {
  text-align: center;
}

body.page-about-riddletimez .company-block p {
  line-height: 1.8;
  margin-bottom: 24px;
}

@media screen and (min-width: 835px) {
  body.page-about-riddletimez .company-block p {
    font-size: 24px;
    margin-bottom: 100px;
  }
}

body.page-about-riddletimez .company-block .company-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  border-collapse: collapse;
  border: 1px solid #333;
  font-size: 14px;
}

body.page-about-riddletimez .company-block .company-table tr {
  border-bottom: 1px solid #333;
}

body.page-about-riddletimez .company-block .company-table tr:last-child {
  border-bottom: none;
}

body.page-about-riddletimez .company-block .company-table th,
body.page-about-riddletimez .company-block .company-table td {
  padding: 16px;
  text-align: left;
  line-height: 1.6;
  border-right: 1px solid #333;
}

body.page-about-riddletimez .company-block .company-table th:last-child,
body.page-about-riddletimez .company-block .company-table td:last-child {
  border-right: none;
}

@media screen and (min-width: 835px) {

  body.page-about-riddletimez .company-block .company-table th,
  body.page-about-riddletimez .company-block .company-table td {
    padding: 20px 24px;
    font-size: 20px;
  }
}

body.page-about-riddletimez .company-block .company-table th {
  width: 30%;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

@media screen and (min-width: 835px) {
  body.page-about-riddletimez .company-block .company-table th {
    width: 200px;
  }
}

body.page-about-riddletimez .company-block .company-table td {
  width: 70%;
}

body.page-inquiry .s-inquiry .intro-wrap {
  max-width: 1000px;
  margin: 50px auto;
  font-size: clamp(16px, 4vw, 36px);
  line-height: 1.8;
}

@media screen and (min-width: 835px) {
  body.page-inquiry .s-inquiry .intro-wrap {
    margin: 100px auto;

  }
}

body.page-inquiry .s-inquiry .intro-wrap .intro_add {
  margin-top: 60px;
  padding: 20px 30px;
  border: 1px solid #7c151a;
  color: #7c151a;
  font-size: clamp(16px, 3.5vw, 24px);
}

body.page-inquiry .s-inquiry .form-wrap {
  max-width: 1000px;
  margin: 0 auto 100px;
}

body.page-inquiry .s-inquiry .inquiry-form_inner {
  padding: 20px;
  background: #fff;
}

@media screen and (min-width: 835px) {
  body.page-inquiry .s-inquiry .inquiry-form_inner {
    padding: 50px 40px 40px;
  }
}

body.page-inquiry .s-inquiry .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.page-inquiry .s-inquiry .wpcf7-form .form-note p {
  font-size: 16px;
  padding: 0px 40px;
}

body.page-inquiry .s-inquiry .form-row {
  margin-bottom: 24px;
}

body.page-inquiry .s-inquiry .form-row--privacy {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

body.page-inquiry .s-inquiry .form-label-text {
  font-size: clamp(16px, 3.5vw, 24px);
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.6;
}

body.page-inquiry .s-inquiry .form-label-text .required {
  color: #c0392b;
  font-weight: normal;
  margin-left: 6px;
}

body.page-inquiry .s-inquiry .form-input {
  width: 100%;
  border: none;
  border: 1px solid #333;
  background: transparent;
  padding: 10px 4px;
  font-size: clamp(16px, 3.5vw, 24px);
  color: #333;
  border-radius: 0;
  outline: none;
  transition: border-color 0.3s ease;
}

body.page-inquiry .s-inquiry .form-input:focus {
  border-bottom-color: #7c151a;
}

body.page-inquiry .s-inquiry .form-input::placeholder {
  color: #aaa;
}

body.page-inquiry .s-inquiry .form-textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 12px;
  font-size: clamp(16px, 3.5vw, 24px);
  color: #333;
  border-radius: 2px;
  outline: none;
  resize: vertical;
  min-height: 140px;
  transition: border-color 0.3s ease;
}

body.page-inquiry .s-inquiry .form-textarea:focus {
  border-color: #7c151a;
}

body.page-inquiry .s-inquiry .form-textarea::placeholder {
  color: #aaa;
}

body.page-inquiry .s-inquiry label {
  display: flex;
  justify-content: center;
}

body.page-inquiry .s-inquiry .form-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

body.page-inquiry .s-inquiry .form-checkbox span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(13px, 1.5vw, 20px);
  cursor: pointer;
}

body.page-inquiry .s-inquiry .form-checkbox span input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #7c151a;
  cursor: pointer;
  flex-shrink: 0;
}

body.page-inquiry .s-inquiry .form-note {
  margin: 20px 0;
  font-size: clamp(16px, 3.5vw, 20px);
  line-height: 1.7;
}

body.page-inquiry .s-inquiry .form-acceptance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(16px, 3.5vw, 24px);
  cursor: pointer;
}

body.page-inquiry .s-inquiry .form-acceptance input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #7c151a;
  cursor: pointer;
}

body.page-inquiry .s-inquiry .form-submit {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 14px 0;
  background: #7c151a;
  color: #fff;
  font-size: clamp(13px, 1.5vw, 20px);
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  letter-spacing: 0.1em;
  line-height: 1;
}

body.page-inquiry .s-inquiry .form-submit:hover {
  opacity: 0.8;
}

body.page-inquiry .s-inquiry .wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

body.page-inquiry .s-inquiry .wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 10px;
  font-size: 18px;
  border-radius: 2px;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.5;
  border: solid 4px #faed00;
}

@media screen and (min-width: 835px) {
  body.page-inquiry .s-inquiry .wpcf7-response-output {
    font-size: 24px;
  }
}

body.page-inquiry .s-inquiry .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #eaf7ea;
  border-color: #27ae60;
  color: #27ae60;
}

body.page-inquiry .s-inquiry .wpcf7-response-output.wpcf7-validation-errors,
body.page-inquiry .s-inquiry .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #fdf0f0;
  border-color: #c0392b;
  color: #c0392b;
}

.page-title {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 835px) {
  .page-title {
    height: 800px;
  }
}

.page-title h2 {
  color: #f4efb1;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  padding: 0.1em 0.2em 0.05em;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  background-color: rgba(124, 21, 26, 0.8);
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.9);
}

@media screen and (min-width: 835px) {
  .page-title h2 {
    font-size: 60px;
  }
}

.page-title__type_customer {
  background-image: url("../images/title-type_customer.png");
}

.page-title__type_learning {
  background-image: url("../images/title-type_learning.png");
}

.page-title__type_team {
  background-image: url("../images/title-type_team.png");
}

.page-title__type_recreation {
  background-image: url("../images/title-type_recreation.png");
}

.page-title__about {
  background-image: url("../images/title-about.png");
}

.page-title__faq {
  background-image: url("../images/title-faq.png");
}

.page-title__inquiry {
  background-image: url("../images/title-inquiry.png");
}

.page-title__event {
  background-image: url("/wp-content/uploads/2026/05/image_event.png");
}

.page-title__case-past {
  background-image: url("../images/title-case-past.png");
}

.sec-title {
  position: relative;
  height: 38px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon-sectitle.png");
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 835px) {
  .sec-title {
    height: 100px;
    width: 80%;
    margin: 140px auto 60px;
  }
}

.sec-title h2 {
  color: #f4efb1;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  z-index: 2;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 835px) {
  .sec-title h2 {
    font-size: 42px;
  }
}

.title-sub {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 835px) {
  .title-sub {
    margin-bottom: 40px;
  }
}

.title-sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: clamp(280px, 80vw, 558px);
  height: 19px;
  background: url("../images/icon-title_sub.png") no-repeat center/contain;
}

.title-sub h2 {
  font-size: 26px;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  line-height: 1.4;
}

@media screen and (min-width: 835px) {
  .title-sub h2 {
    font-size: 42px;
  }
}

.title-sub__home {
  color: #f4efb1;
  text-shadow: 0 2px 2px rgba(4, 0, 0, 0.6), 0 4px 6px rgba(4, 0, 0, 0.5), 0 8px 12px rgba(4, 0, 0, 0.4);
  margin-bottom: 30px;
}

.title-sub__home::after {
  background: url("../images/icon-hometitle_sub.png") no-repeat center/contain;
}

.common-cta {
  position: relative;
}

.common-cta::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("../images/icon-border_cta.png") no-repeat center/cover;
}

@media screen and (min-width: 835px) {
  .common-cta::after {
    height: 7px;
  }
}

.common-cta::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("../images/icon-border_cta.png") no-repeat center/cover;
}

@media screen and (min-width: 835px) {
  .common-cta::before {
    height: 7px;
  }
}

.common-cta .bg-cta {
  background: url("../images/bg-cta.png") no-repeat center/cover;
  padding: 20px 10px;
}

@media screen and (min-width: 835px) {
  .common-cta .bg-cta {
    padding: 40px 20px;
  }
}

.common-cta .text {
  font-size: 20px;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  color: #7c151a;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 835px) {
  .common-cta .text {
    font-size: 48px;
  }
}

.common-cta .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 835px) {
  .common-cta .btn-wrap {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
  }
}

.common-cta .btn-wrap .btn-cta {
  position: relative;
  display: block;
  color: #f4efb1;
  font-size: 16px;
  text-align: center;
}

.common-cta .btn-wrap .btn-cta img {
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.7), -3px -3px 16px rgba(0, 0, 0, 0.7);
}

.common-btn {
  display: block;
  background: #7c151a;
  color: #fff;
  padding: 10px 70px;
  width: fit-content;
  margin: 0 auto 50px;
  font-size: clamp(16px, 2vw, 24px);
}

@media screen and (min-width: 835px) {
  .common-btn {
    padding: 10px 180px;
  }
}

.sec-plan_type {
  padding-top: 80px;
}

@media screen and (min-width: 835px) {
  .sec-plan_type {
    padding-top: 0
  }
}

.sec-plan_type .card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  color: #7c151a;
  padding-top: 40px;
}

@media screen and (min-width: 835px) {
  .sec-plan_type .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sec-plan_type .card-grid li {
  text-align: center;
  /* background: url("../images/bg-card.png") no-repeat center/cover; */
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  width: 255px;
  height: 354px;
  margin: 0 auto;
}

@media screen and (min-width: 835px) {
  .sec-plan_type .card-grid li {
    width: 100%;
    height: auto;
    aspect-ratio: 265/365;
  }
}

.sec-plan_type .card-grid .title {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  line-height: 1.4;
}

.sec-plan_type .card-grid .title span {
  display: block;
  font-size: 0.8em;
  font-size: clamp(16px, 3vw, 20px);
}

.sec-plan_type .card-grid .title::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 160px;
  height: 16px;
  background: url("../images/icon-card.png") no-repeat center/cover;
}

.sec-plan_type .card-grid p {
  line-height: 1.6;
  font-size: clamp(14px, 3vw, 16px);
}

.sec-plan_type .card-grid .text_bottom {
  text-align: left;
  max-width: 200px;
  margin: 0 auto;
}

.s-flow_type .sec-title {
  margin: 0 auto;
}

.s-flow_type .intro {
  font-size: clamp(16px, 3vw, 36px);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 60px;
}

.s-flow_type .list-step li {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 79px;
}

@media screen and (min-width: 835px) {
  .s-flow_type .list-step li {
    margin-bottom: 130px;
  }
}

.s-flow_type .list-step li::after {
  content: "";
  position: absolute;
  bottom: -66px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(40px, 6vw, 64px);
  aspect-ratio: 64/150;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-flow.png");
}

@media screen and (min-width: 835px) {
  .s-flow_type .list-step li::after {
    bottom: -110px;
  }
}

.s-flow_type .list-step li:last-child {
  margin-bottom: 0;
}

.s-flow_type .list-step li:last-child::after {
  content: none;
}

.s-flow_type .list-step .has-icon_top,
.s-flow_type .list-step .has-icon_bottom {
  position: relative;
}

.s-flow_type .list-step .has-icon_top::before,
.s-flow_type .list-step .has-icon_top::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}

.s-flow_type .list-step .has-icon_top::before {
  left: 0;
  background-image: url("../images/icon-left_top.png");
}

.s-flow_type .list-step .has-icon_top::after {
  right: 0;
  background-image: url("../images/icon-right_top.png");
}

.s-flow_type .list-step .has-icon_bottom::before,
.s-flow_type .list-step .has-icon_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}

.s-flow_type .list-step .has-icon_bottom::before {
  left: 0;
  background-image: url("../images/icon-left_bottom.png");
}

.s-flow_type .list-step .has-icon_bottom::after {
  right: 0;
  background-image: url("../images/icon-right_bottom.png");
}

.s-flow_type .list-step .text-desc {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 835px) {
  .s-flow_type .list-step .text-desc {
    padding: 40px;
  }
}

.s-flow_type .list-step .text-desc .title-wrap {
  display: inline-block;
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}

.s-flow_type .list-step .text-desc .sumaho2 {
  margin-bottom: 20px;
}

.s-flow_type .list-step .text-desc .title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #d4af37, #f6e27a, #d4af37);
  z-index: 1;
}

.s-flow_type .list-step .text-desc h2 {
  font-size: clamp(14px, 3vw, 36px);
  margin-bottom: 0;
  color: #7c151a;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 835px) {
  .s-flow_type .list-step .text-desc h2 {}

  .s-flow_type .list-step .text-desc .title-wrap::after {
    bottom: .4em;
  }
}

.s-flow_type .list-step .text-desc h2 span {
  font-size: 30px;
}

@media screen and (min-width: 835px) {
  .s-flow_type .list-step .text-desc h2 span {
    font-size: 60px;
    margin-bottom: 46px;
  }
}

.s-flow_type .list-step .text-desc p {
  line-height: 2;
  font-size: 16px;
  text-align: left;
}

@media screen and (min-width: 835px) {
  .s-flow_type .list-step .text-desc p {
    font-size: 24px;
  }
}

.s-type_card .bg {
  background: url("../images/bg-cta_btn.png") repeat center/100%;
}

.s-type_card .card-type li {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.s-type_card .sec-title {
  background-image: url(/wp-content/uploads/2026/05/SP_title_obi_02_sample2.png);
  background-size: 100%;
  height: 96px;
}

@media screen and (min-width: 835px) {
  .s-type_card .sec-title {
    height: 100px;
    background-image: url(../images/icon-sectitle.png);
  }
}

@media screen and (min-width: 835px) {
  .s-type_card .card-type li {
    margin-bottom: 60px;
  }
}

.s-type_card .card-type .has-icon_top,
.s-type_card .card-type .has-icon_bottom {
  position: relative;
}

.s-type_card .card-type .has-icon_top::before,
.s-type_card .card-type .has-icon_top::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}

.s-type_card .card-type .has-icon_top::before {
  left: 0;
  background-image: url("../images/icon-left_top.png");
}

.s-type_card .card-type .has-icon_top::after {
  right: 0;
  background-image: url("../images/icon-right_top.png");
}

.s-type_card .card-type .has-icon_bottom::before,
.s-type_card .card-type .has-icon_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}

.s-type_card .card-type .has-icon_bottom::before {
  left: 0;
  background-image: url("../images/icon-left_bottom.png");
}

.s-type_card .card-type .has-icon_bottom::after {
  right: 0;
  background-image: url("../images/icon-right_bottom.png");
}

.s-type_card .card-type .text-desc {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 30px 20px;
}

@media screen and (min-width: 835px) {
  .s-type_card .card-type .text-desc {
    flex-direction: row;
    padding: 36px;
  }
}

@media screen and (min-width: 835px) {
  .s-type_card .card-type .text-desc .cont-l {
    width: 325px;
  }
}

.s-type_card .card-type .text-desc .cont-r {
  flex: 1;
  text-align: left;
}

.s-type_card .card-type .text-desc .cont-r .title {
  margin-bottom: 20px;
  height: 53px;

}

.s-type_card .card-type .text-desc .cont-r .title img {
  height: 100%;
}

@media screen and (min-width: 835px) {
  .s-type_card .card-type .text-desc .cont-r .title {
    height: auto;
  }
}


.s-type_card .card-type .text-desc .cont-r .text {
  font-size: clamp(14px, 1.6vw, 24px);
  line-height: 1.4;
  margin-bottom: 20px;
}

.s-type_card .card-type .text-desc .cont-r .text-sub {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.4;
  margin-bottom: 30px;
  color: #666666;
}

.s-type_card .card-type .text-desc .cont-r .card-btn {
  display: block;
  padding: 10px 40px;
  color: #fff;
  width: 70%;
  font-size: clamp(14px, 2vw, 16px);
  background: #7c151a;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 835px) {
  .s-type_card .card-type .text-desc .cont-r .card-btn {
    width: fit-content;
    margin-left: auto;
    margin-right: inherit;
  }
}


.case-body .case-list {
  max-width: 1000px;
  margin: 0 auto;
}

.case-body .case-list .has-frame {
  background-color: #fcfaf4;
  position: relative;
  border: 4px solid #d4af37;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .case-body .case-list .has-frame {
    border: none;
    height: 1166px;
    margin-bottom: 100px;
  }

  .case-body .case-list .has-frame::after {
    content: "";
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    aspect-ratio: 1000/1240;
    pointer-events: none;
    background: url(../images/case-frame.png) no-repeat center/100% 100%;
  }
}

.case-body .case-list .has-frame .inner {
  padding: 20px;
}

@media screen and (min-width: 835px) {
  .case-body .case-list .has-frame .inner {
    padding: 60px;
  }
}

.case-body .case-list .has-frame .inner .case-head {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  row-gap: 20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 835px) {
  .case-body .case-list .has-frame .inner .case-head {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 20px;
  }
}

.case-body .case-list .has-frame .inner .case-head .head-cont_l .case-title {
  margin-bottom: 10px;
  height: 53px;
}

.case-body .case-list .has-frame .inner .case-head .head-cont_l .case-title img {
  height: 100%;
}

@media screen and (min-width: 835px) {
  .case-body .case-list .has-frame .inner .case-head .head-cont_l {
    max-width: 550px;
  }

  .case-body .case-list .has-frame .inner .case-head .head-cont_l .case-title {
    margin-bottom: 40px;
    height: auto;
  }
}

.case-body .case-list .has-frame .inner .case-head .head-cont_l .memo-block p {
  display: flex;
  font-size: 18px;
}

.case-body .case-list .has-frame .inner .case-head .head-cont_l .memo-block p span {
  line-height: 1.4;
}

@media screen and (min-width: 835px) {
  .case-body .case-list .has-frame .inner .case-head .head-cont_l .memo-block p span {
    font-size: 24px;
  }
}

.case-body .case-list .has-frame .inner .case-head .head-cont_l .memo-block p span:nth-of-type(1) {
  width: 5em;
}

.case-body .case-list .has-frame .inner .case-head .head-cont_l .memo-block p span:nth-of-type(2) {
  width: calc(100% - 5em);
}

.case-body .case-list .has-frame .inner .case-content {
  text-align: center;
}

.case-body .case-list .has-frame .inner .case-content li {
  margin-bottom: 60px;
}

.case-body .case-list .has-frame .inner .case-content li .title {
  margin: 0 auto 20px;
  height: 40px;
}

.case-body .case-list .has-frame .inner .case-content li .title img {
  height: 100%;
}

@media screen and (min-width: 835px) {
  .case-body .case-list .has-frame .inner .case-content li .title {
    width: 100%;
    height: auto;
  }
}

.case-body .case-list .has-frame .inner .case-content li .text {
  line-height: 1.75;
  text-align: left;
  font-size: 16px;
}

@media screen and (min-width: 835px) {
  .case-body .case-list .has-frame .inner .case-content li .text {
    font-size: 20px;
  }
}

.s-faq .intro {
  width: fit-content;
  margin: 50px auto;
  font-size: clamp(16px, 4vw, 36px);
  line-height: 1.8;
}

@media screen and (min-width: 835px) {

  .s-faq .intro {
    margin: 100px auto;

  }
}

.faq-list {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 16px;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  background: #7c151a;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 20px 24px;
  cursor: pointer;
  border: none;
  border-radius: 4px 4px 0 0;
  transition: opacity 0.3s ease;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .faq-question {
    font-size: clamp(16px, 4vw, 36px);
    padding: 16px 20px;
    gap: 12px;
  }
}

.faq-question:hover {
  opacity: 0.85;
}

.faq-question[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
}

.faq-question[aria-expanded=true] .faq-toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-question[aria-expanded=true] .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.faq-question .faq-q-label {
  font-size: 40px;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  flex-shrink: 0;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .faq-question .faq-q-label {
    font-size: clamp(24px, 5vw, 40px);
  }
}

.faq-question .faq-q-text {
  flex: 1;
}

.faq-question .faq-toggle {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: auto;
}

@media screen and (max-width: 834px) {
  .faq-question .faq-toggle {
    width: 22px;
    height: 22px;
  }
}

.faq-question .faq-toggle::before,
.faq-question .faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.faq-question .faq-toggle::before {
  width: 3px;
  height: 100%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-question .faq-toggle::after {
  width: 100%;
  height: 3px;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  font-size: 20px;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  line-height: 1.6;
  overflow: hidden;
  animation: faqSlideDown 0.3s ease;
}

@media screen and (max-width: 834px) {
  .faq-answer {
    font-size: clamp(16px, 3.5vw, 30px);
    padding: 16px 20px;
    gap: 12px;
  }
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer .faq-a-label {
  font-size: 40px;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Serif", "Noto Serif JP", serif;
  color: #7c151a;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .faq-answer .faq-a-label {
    font-size: clamp(24px, 5vw, 40px);
  }
}

.faq-answer .faq-a-text {
  flex: 1;
}

.faq-answer .faq-a-text p {
  margin: 0;
  line-height: 1.8;
}

body.page-faq .bg-subpage .tcd-pb-row {
  background-color: transparent !important;
}

@keyframes faqSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.category-block {
  margin: 50px 0;
}

@media screen and (min-width: 835px) {
  .category-block {
    margin: 100px 0;
  }

}

.category-block .select-category {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: clamp(16px, 3.5vw, 24px);
  justify-content: center;
}

.post-event .events {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 60px;
}

@media screen and (min-width: 835px) {
  .post-event .events {
    grid-template-columns: repeat(2, 1fr);
  }
}

.post-event .events li a {
  display: block;
  position: relative;
}

.post-event .events li a .img {
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 460px;
  margin: 0 auto;
  background: #ccc;
  overflow: hidden;
  margin: 0 auto;
}

.post-event .events li a .img-title {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(18px, 4vw, 36px);
  color: #fff;
  text-align: center;
}

.post-event .events li a .img-title span {
  display: block;
  font-weight: bold;
  margin-top: 4px;
}

.pagination {
  margin: 60px 0;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}

.pagination .page-numbers {
  display: block;
  margin: 0 10px;
  padding: 10px 8px;
  text-decoration: none;
  color: #3a3a3a;
  transition: all 0.3s ease;
  border: 1px solid #7c151a;
}

.pagination .page-numbers:hover {
  background-color: #7c151a;
  color: #fff;
  border-color: #7c151a;
}

.pagination .page-numbers.current {
  pointer-events: none;
  background-color: #7c151a;
  color: #fff;
}

.pagination .page-numbers.dots {
  pointer-events: none;
  border: none;
  color: #999;
  background: transparent;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  background-color: #7c151a;
  color: #fff;
  padding: 10px 20px;
}

.content-body {
  margin-top: 32px;
}

.content-body p {
  line-height: 1.8;
  margin-bottom: 24px;
}

.content-body p:last-child {
  margin-bottom: 48px;
}

.content-body .wp-block-column .wp-block-heading {
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 20px;
}

.content-body .wp-block-column p {
  font-size: 14px;
}

.content-body .wp-block-column p a {
  text-decoration: underline;
}

.content-body .wp-block-column .wp-block-image {
  aspect-ratio: 3/2;
}

.content-body .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  font-size: 10px;
  margin: 120px 0 0;
}

.breadcrumb .breadcrumb__list {
  display: flex;
  gap: 8px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: justify;
  padding: 10px 0;
}

.breadcrumb .breadcrumb__list .current-item {
  color: #0da0a0;
}

.s-contact__01 {
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  max-width: 1200px;
  text-align: left;
  line-height: 1.6;
}

.s-contact__01 .sec-ttl {
  font-weight: 700;
  margin-bottom: clamp(30px, 5vw, 60px);
}

.s-contact__01 .sec-ttl h2 {
  font-size: clamp(30px, 5vw, 48px);
}

.s-contact__01 .sec-ttl h2 span {
  font-size: clamp(12px, 2vw, 16px);
  display: block;
  margin-top: 8px;
}

.s-contact__01 .sec-ttl p {
  color: #747474;
  font-size: clamp(12px, 2vw, 16px);
  margin-top: 5px;
}

.s-contact__01 .content-ttl {
  padding: 80px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}

.s-contact__01 .content-ttl:first-of-type {
  padding-top: 0;
}

.s-contact__01 .content-ttl:last-of-type {
  margin-bottom: 0;
}

.s-contact__01 .content-form,
.s-contact__01 .content-policy {
  margin-bottom: 80px;
}

.s-contact__01 .content-form:last-of-type,
.s-contact__01 .content-policy:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form .form-container {
    padding-bottom: 45px;
    display: flex;
  }
}

.s-contact__01 .container-form form table {
  width: 100%;
  border-collapse: collapse;
}

.s-contact__01 .container-form form table th,
.s-contact__01 .container-form form table td {
  display: block;
  width: 100%;
}

.s-contact__01 .container-form form table td {
  margin-bottom: 20px;
}

@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table td {
    padding: 0 0 65px;
    width: calc(100% - 290px);
  }
}

.s-contact__01 .container-form form table .form-ttl {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 835px) {
  .s-contact__01 .container-form form table .form-ttl {
    vertical-align: top;
    width: 290px;
  }
}

.s-contact__01 .container-form form table .form-ttl span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  border-radius: 2px;
  margin-right: 20px;
}

@media screen and (min-width: 431px) {
  .s-contact__01 .container-form form table .form-ttl span {
    padding: 6px;
    margin-right: 10px;
    font-size: 10px;
  }
}

.s-contact__01 .container-form form table .form-ttl span.required {
  color: #a6a6a6;
}

.s-contact__01 .container-form form table .form-ttl span:not(.required) {
  background: #525252;
}

.s-contact__01 .container-form form .select-container {
  position: relative;
}

.s-contact__01 .container-form form .select-container::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(79, 70, 70, 0.8);
  pointer-events: none;
}

.s-contact__01 .container-form form input[type=text],
.s-contact__01 .container-form form input[type=email],
.s-contact__01 .container-form form textarea,
.s-contact__01 .container-form form select {
  padding: 18px 20px;
  background: #e8eaec;
  border-radius: 2px;
  width: 100%;
  margin-top: -13px;
}

.s-contact__01 .container-form form input::placeholder,
.s-contact__01 .container-form form textarea::placeholder,
.s-contact__01 .container-form form option {
  color: #21121e;
  font-size: clamp(14px, 2vw, 16px);
}

.s-contact__01 .container-form form input[type=submit] {
  width: 50%;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
  background: #d9d9d9;
  border: 1px solid #00114d;
  padding: 10px 0;
  margin-top: 10px;
  max-width: 400px;
  display: block;
}

.s-contact__01 .content-policy .list {
  margin-bottom: 40px;
}

.s-contact__01 .content-policy .list .ttl {
  margin-bottom: 20px;
}

.thank-you {
  text-align: center;
  line-height: 1.6;
  margin: 60px 0;
}

/*# sourceMappingURL=style.css.map */

/*表示サイズ指定*/
@media (max-width:834px) {
  .pc2 {
    display: none;
  }
}

@media(min-width:835px) {
  .sumaho2 {
    display: none;
  }
}



/*フェードインアップアニメーションここから*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    /* 最初は透明 */
    transform: translateY(20px);
    /* 20px下に配置 */
  }

  to {
    opacity: 1;
    /* 最後は不透明 */
    transform: translateY(0);
    /* 元の位置に戻る */
  }
}

/* アニメーションを適用するクラス */
.fade-in-up {
  animation: fadeInUp 1s ease-out 0.5s forwards;
  /* 1秒かけてアニメーション */
}

/*フェードインダウンアニメーションここから*/
@keyframes fadeInDown {
  from {
    opacity: 0;
    /* 最初は透明 */
    transform: translateY(-20px);
    /* 20px下に配置 */
  }

  to {
    opacity: 1;
    /* 最後は不透明 */
    transform: translateY(0);
    /* 元の位置に戻る */
  }
}

/* アニメーションを適用するクラス */
.fade-in-Down {
  animation: fadeInDown 1s ease-out 0.5s forwards;
  /* 1秒かけてアニメーション */
}

.su-animate {
  opacity: 0;
}

.su-animate.animated {
  opacity: 1;
}

/* 指定テキスト用ドロップシャドウ */
.shadow-text {
  text-shadow:
    0px 0px 8px rgba(0, 0, 0, 0.4),
    0px 0px 8px rgba(0, 0, 0, 0.4),
    0px 0px 8px rgba(0, 0, 0, 0.4),
    0px 0px 8px rgba(0, 0, 0, 0.4),
    0px 0px 8px rgba(0, 0, 0, 0.4);
}

/* 指定テキスト用ドロップシャドウ光彩 */
.shadow-textw {
  text-shadow:
    none;
}

/* 指定BOX用ドロップシャドウ */
.shadow-box {
  box-shadow:
    0px 0px 8px rgba(0, 0, 0, 0.4),
    0px 0px 8px rgba(0, 0, 0, 0.4),
    0px 0px 8px rgba(0, 0, 0, 0.4),
    0px 0px 8px rgba(0, 0, 0, 0.4),
    0px 0px 8px rgba(0, 0, 0, 0.4);
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  font-size: 16px !important;
}

.sp-none {
  display: none;
}

/* 左寄せリスト */
.flush-left-ul {
  list-style-type: disc;
  /* 中黒（・）を表示 */
  padding-left: 0;
  /* 左側の余白（インデント）をゼロにする */
  margin-left: 0;
  /* 念のため外側の余白もリセット */
}

@media screen and (min-width: 835px) {
  .dp-footer-bar {
    display: none;
  }
}

.dp-footer-bar-icon:before {
  display: none !important;
}

.dp-footer-bar a {
  padding: 24px 0 18px !important;
  font-size: 14px;
}


#site_loader_overlay {
  background-color: #680002 !important;
}

.selector-result-item,
.selector-result-link-item {
  display: none;
}

.selector-result-link .common-btn {
  margin: 50px auto 0;
}

.selector-result-link-item.cm .common-btn {
  margin-top: 20px;
}

.top_deco_txt_event {
  position: absolute;
  bottom: -10px;
  right: 0;

}

@media screen and (min-width: 835px) {
  .top_deco_txt_event {
    max-width: 60vw;
  }

}

.top_deco_txt_faq {
  position: absolute;
  top: 0;
  left: -4vw;
  max-width: 32vw;

}


.top_deco_txt_case {
  position: absolute;
  right: 0;
  aspect-ratio: 300 / 2400;
  top: 0;
  max-width: 24vw;
}

.top_deco_txt_plan {
  position: absolute;
  bottom: -10px;
  right: 0;
  max-width: 75vw;
}

@media screen and (min-width: 835px) {
  .top_deco_txt_plan {
    max-width: 60vw;
  }

}

.top_deco_txt_type {
  position: absolute;
  left: 0;
  aspect-ratio: 300 / 2100;
  top: 0;
      max-width: 24vw;
}

.top_deco_txt_mv {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 25vw;
}